diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/AbortRetryIgnoreHandler.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/AbortRetryIgnoreHandler.java index 9f49772a8..063759b8e 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/AbortRetryIgnoreHandler.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/AbortRetryIgnoreHandler.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ @@ -18,6 +18,7 @@ package com.jpexs.decompiler.flash; /** * A handler for abort, retry, ignore, ignore all dialog + * * @author JPEXS */ public interface AbortRetryIgnoreHandler { @@ -49,6 +50,7 @@ public interface AbortRetryIgnoreHandler { /** * Handles the thrown exception + * * @param thrown The thrown exception * @return The result */ @@ -56,6 +58,7 @@ public interface AbortRetryIgnoreHandler { /** * Returns a new instance of this handler + * * @return A new instance of this handler */ public AbortRetryIgnoreHandler getNewInstance(); diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/AppResources.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/AppResources.java index 970bf46e9..75aed02cb 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/AppResources.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/AppResources.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ @@ -20,6 +20,7 @@ import java.util.ResourceBundle; /** * Application resources + * * @author JPEXS */ public class AppResources { @@ -31,6 +32,7 @@ public class AppResources { /** * Translates a key + * * @param key The key * @return The translated key */ @@ -40,6 +42,7 @@ public class AppResources { /** * Translates a key from a bundle + * * @param bundle The bundle * @param key The key * @return The translated key diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/ApplicationInfo.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/ApplicationInfo.java index 062955de7..d57695e4b 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/ApplicationInfo.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/ApplicationInfo.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ @@ -21,6 +21,7 @@ import java.util.Properties; /** * Application information + * * @author JPEXS */ public class ApplicationInfo { diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/BaseLocalData.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/BaseLocalData.java index e5bb75061..3389bce1d 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/BaseLocalData.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/BaseLocalData.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ @@ -24,6 +24,7 @@ import java.util.Set; /** * Base local data + * * @author JPEXS */ public abstract class BaseLocalData { diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/BinarySWFBundle.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/BinarySWFBundle.java index 9d5c3b928..0db2225cb 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/BinarySWFBundle.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/BinarySWFBundle.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ @@ -27,6 +27,7 @@ import java.util.Set; /** * Binary search SWF bundle + * * @author JPEXS */ public class BinarySWFBundle implements Bundle { @@ -38,6 +39,7 @@ public class BinarySWFBundle implements Bundle { /** * Constructs a new BinarySWFBundle. + * * @param is Input stream * @param noCheck Do not check * @param searchMode Search mode @@ -50,6 +52,7 @@ public class BinarySWFBundle implements Bundle { /** * Gets size of the search. + * * @return Size of the search */ @Override @@ -59,6 +62,7 @@ public class BinarySWFBundle implements Bundle { /** * Gets keys. + * * @return Keys */ @Override @@ -72,6 +76,7 @@ public class BinarySWFBundle implements Bundle { /** * Gets openable. + * * @param key Key * @return Openable */ @@ -94,6 +99,7 @@ public class BinarySWFBundle implements Bundle { /** * Gets all. + * * @return Map of string to seekable input stream */ @Override @@ -107,6 +113,7 @@ public class BinarySWFBundle implements Bundle { /** * Gets extension. + * * @return Extension */ @Override @@ -116,6 +123,7 @@ public class BinarySWFBundle implements Bundle { /** * Checks if read only. + * * @return True if read only, false otherwise */ @Override @@ -125,6 +133,7 @@ public class BinarySWFBundle implements Bundle { /** * Replaces openable. + * * @param key Key * @param is Input stream * @return True if successful, false otherwise diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/Bundle.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/Bundle.java index a1a13ee63..8e7386148 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/Bundle.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/Bundle.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ @@ -23,26 +23,30 @@ import java.util.Map; import java.util.Set; /** - * Bundle interface. - * A bundle is a collection of openable files. (e.g. SWC, ZIP, etc.) + * Bundle interface. A bundle is a collection of openable files. (e.g. SWC, ZIP, + * etc.) + * * @author JPEXS */ public interface Bundle { /** * Gets number of openable files in the bundle. + * * @return Number of openable files in the bundle */ public int length(); /** * Gets keys of openable files in the bundle. + * * @return Keys of openable files in the bundle */ public Set getKeys(); /** * Gets openable file by key. + * * @param key Key * @return Openable file * @throws IOException @@ -51,6 +55,7 @@ public interface Bundle { /** * Gets all openable files in the bundle. + * * @return Map from key to seekable input stream * @throws IOException */ @@ -58,18 +63,21 @@ public interface Bundle { /** * Gets extension of the bundle. (without dot) + * * @return Extension of the bundle */ public String getExtension(); /** * Checks if the bundle is read-only. + * * @return True if the bundle is read-only, false otherwise */ public boolean isReadOnly(); /** * Replace openable file by key. + * * @param key Key * @param is New input stream * @return True if the file was replaced, false otherwise diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/DecompilerPool.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/DecompilerPool.java index b6b24cd26..6ebbd5985 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/DecompilerPool.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/DecompilerPool.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ @@ -45,6 +45,7 @@ import java.util.logging.Logger; /** * Decompiler thread pool. + * * @author JPEXS */ public class DecompilerPool { @@ -71,6 +72,7 @@ public class DecompilerPool { /** * Submits a task. + * * @param src Source * @param actions Actions * @param listener Listener @@ -110,6 +112,7 @@ public class DecompilerPool { /** * Submits a task. + * * @param abcIndex ABC index * @param pack Script pack * @param listener Listener @@ -153,6 +156,7 @@ public class DecompilerPool { /** * Submits a task. + * * @param callable Callable * @return Future */ @@ -179,6 +183,7 @@ public class DecompilerPool { /** * Gets statistics. + * * @return Statistics */ public String getStat() { @@ -193,6 +198,7 @@ public class DecompilerPool { /** * Decompiles ASM source. + * * @param src ASM source * @param actions Actions * @return Highlighted text @@ -224,6 +230,7 @@ public class DecompilerPool { /** * Decompiles a script pack. + * * @param abcIndex ABC indexing * @param pack Script pack * @return Highlighted text @@ -256,6 +263,7 @@ public class DecompilerPool { /** * Shuts down the pool. + * * @throws InterruptedException */ public void shutdown() throws InterruptedException { @@ -265,6 +273,7 @@ public class DecompilerPool { /** * Destroys a SWF. + * * @param swf SWF */ public void destroySwf(SWF swf) { diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/DeobfuscationListener.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/DeobfuscationListener.java index ef0a5e0cf..20463f274 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/DeobfuscationListener.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/DeobfuscationListener.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ @@ -18,6 +18,7 @@ package com.jpexs.decompiler.flash; /** * Listener for deobfuscation events. + * * @author JPEXS */ public interface DeobfuscationListener { diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/DisassemblyListener.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/DisassemblyListener.java index a32f25379..c4401eebd 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/DisassemblyListener.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/DisassemblyListener.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ @@ -18,12 +18,14 @@ package com.jpexs.decompiler.flash; /** * Listener for disassembly events. + * * @author JPEXS */ public interface DisassemblyListener { /** * Called on progress of reading. + * * @param pos Position * @param total Total length */ @@ -31,6 +33,7 @@ public interface DisassemblyListener { /** * Called on progress of deobfuscating. + * * @param pos Position * @param total Total length */ @@ -38,6 +41,7 @@ public interface DisassemblyListener { /** * Called on progress of deobfuscating. + * * @param pos Position * @param total Total length */ diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/EndOfStreamException.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/EndOfStreamException.java index d5daa37ed..f4044d0c1 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/EndOfStreamException.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/EndOfStreamException.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ @@ -20,6 +20,7 @@ import java.io.IOException; /** * Exception thrown when end of stream is reached. + * * @author JPEXS */ public class EndOfStreamException extends IOException { diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/EventListener.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/EventListener.java index fa9ac25c1..50232661c 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/EventListener.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/EventListener.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ @@ -18,12 +18,14 @@ package com.jpexs.decompiler.flash; /** * Interface for listening to events. + * * @author JPEXS */ public interface EventListener { /** * Handles exporting event. + * * @param type Event type * @param index Index of the exported item * @param count Total count of exported items @@ -33,6 +35,7 @@ public interface EventListener { /** * Handles exported event. + * * @param type Event type * @param index Index of the exported item * @param count Total count of exported items @@ -42,6 +45,7 @@ public interface EventListener { /** * Handles event. + * * @param event Event name * @param data Data */ diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/FinalProcessLocalData.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/FinalProcessLocalData.java index 6a81acba2..098de4483 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/FinalProcessLocalData.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/FinalProcessLocalData.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ @@ -25,6 +25,7 @@ import java.util.Set; /** * Final decompilation processing local d ata. + * * @author JPEXS */ public class FinalProcessLocalData { @@ -46,6 +47,7 @@ public class FinalProcessLocalData { /** * Returns register usage for given setLocal ip. + * * @param setLocalIp SetLocal ip * @return Set of getLocal ips */ @@ -61,6 +63,7 @@ public class FinalProcessLocalData { /** * Constructs new FinalProcessLocalData. + * * @param loops Loops in the code */ public FinalProcessLocalData(List loops) { diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/IdentifiersDeobfuscation.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/IdentifiersDeobfuscation.java index 3ca0a074e..6647be387 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/IdentifiersDeobfuscation.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/IdentifiersDeobfuscation.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ @@ -35,6 +35,7 @@ import java.util.regex.Pattern; /** * Identifiers deobfuscation. + * * @author JPEXS */ public class IdentifiersDeobfuscation { @@ -131,7 +132,7 @@ public class IdentifiersDeobfuscation { "null", //can be in variable definition "on", "onClipEvent", "or", "private", "public", "return", - "set", //can be in variable definition + "set", //can be in variable definition "static", //allow as variable: //"super", @@ -139,7 +140,7 @@ public class IdentifiersDeobfuscation { //allow as variable: //"this", "throw", - "true", //can be in variable definition + "true", //can be in variable definition "try", "typeof", "undefined", "var", "void", "while", "with" }; @@ -170,12 +171,14 @@ public class IdentifiersDeobfuscation { "with", "dynamic", "default", "final", "in", "static"}; /** - * Syntactic keywords - can be used as identifiers, but that have special meaning in certain contexts + * Syntactic keywords - can be used as identifiers, but that have special + * meaning in certain contexts */ public static final String[] syntacticKeywordsAS3 = {"each", "get", "set", "namespace", "include", "dynamic", "final", "native", "override", "static"}; /** * Checks if string is reserved word. + * * @param s String * @param as3 Is ActionScript3 */ @@ -195,6 +198,7 @@ public class IdentifiersDeobfuscation { /** * TODO: Why do we need this method??? + * * @param s String * @return True if string is reserved word */ @@ -214,6 +218,7 @@ public class IdentifiersDeobfuscation { /** * Generates random string. + * * @param firstUppercase First character uppercase * @param rndSize Random size * @return Random string @@ -239,6 +244,7 @@ public class IdentifiersDeobfuscation { /** * Deobfuscates instance names. + * * @param as3 Is ActionScript3 * @param namesMap Names map * @param renameType Rename type @@ -274,6 +280,7 @@ public class IdentifiersDeobfuscation { /** * Deobfuscates package names. + * * @param as3 Is ActionScript3 * @param pkg Package * @param namesMap Names map @@ -307,6 +314,7 @@ public class IdentifiersDeobfuscation { /** * Deobfuscates name with package. + * * @param as3 Is ActionScript3 * @param n Name * @param namesMap Names map @@ -346,6 +354,7 @@ public class IdentifiersDeobfuscation { /** * Checks if string is valid slash path. + * * @param s String * @param exceptions Exceptions * @return True if string is valid slash path @@ -375,6 +384,7 @@ public class IdentifiersDeobfuscation { /** * Checks if string is valid name with slash. + * * @param s String * @param exceptions Exceptions * @return True if string is valid name with slash @@ -398,6 +408,7 @@ public class IdentifiersDeobfuscation { /** * Checks if string is valid name with dot. + * * @param as3 Is ActionScript3 * @param s String * @param exceptions Exceptions @@ -427,6 +438,7 @@ public class IdentifiersDeobfuscation { /** * Checks if string is valid name. + * * @param as3 Is ActionScript3 * @param s String * @param exceptions Exceptions @@ -456,6 +468,7 @@ public class IdentifiersDeobfuscation { /** * Deobfuscates name. + * * @param as3 Is ActionScript3 * @param s String * @param firstUppercase First character uppercase @@ -512,6 +525,7 @@ public class IdentifiersDeobfuscation { /** * Appends obfuscated identifier. + * * @param s String * @param writer Writer * @return Writer @@ -564,6 +578,7 @@ public class IdentifiersDeobfuscation { /** * Escapes obfuscated identifier. + * * @param s String * @param writer Writer * @return Writer @@ -609,6 +624,7 @@ public class IdentifiersDeobfuscation { /** * Escapes obfuscated identifier. + * * @param s String * @return Escaped string */ diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/OpenableSourceInfo.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/OpenableSourceInfo.java index dc13a0370..80d3ac5bf 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/OpenableSourceInfo.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/OpenableSourceInfo.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ @@ -26,6 +26,7 @@ import java.io.InputStream; /** * Information about openable source. + * * @author JPEXS */ public class OpenableSourceInfo { @@ -62,6 +63,7 @@ public class OpenableSourceInfo { /** * Constructs OpenableSourceInfo with empty source + * * @param fileTitle Title of the file */ public OpenableSourceInfo(String fileTitle) { @@ -71,6 +73,7 @@ public class OpenableSourceInfo { /** * Check if the source is empty + * * @return true if the source is empty */ public boolean isEmpty() { @@ -79,6 +82,7 @@ public class OpenableSourceInfo { /** * Constructs OpenableSourceInfo with input stream + * * @param inputStream Input stream of the source * @param file File path of the source * @param fileTitle Title of the file @@ -89,6 +93,7 @@ public class OpenableSourceInfo { /** * Constructs OpenableSourceInfo with input stream + * * @param inputStream Input stream of the source * @param file File path of the source * @param fileTitle Title of the file @@ -104,6 +109,7 @@ public class OpenableSourceInfo { /** * Gets kind of the source. + * * @return Kind of the source */ public OpenableSourceKind getKind() { @@ -125,6 +131,7 @@ public class OpenableSourceInfo { /** * Gets input stream of the source. + * * @return Input stream of the source */ public InputStream getInputStream() { @@ -133,6 +140,7 @@ public class OpenableSourceInfo { /** * Gets file path of the source. + * * @return File path of the source */ public String getFile() { @@ -141,6 +149,7 @@ public class OpenableSourceInfo { /** * Sets file path of the source. + * * @param file File path of the source */ public void setFile(String file) { @@ -181,6 +190,7 @@ public class OpenableSourceInfo { /** * Checks if the source is a bundle. + * * @return True if the source is a bundle */ public boolean isBundle() { @@ -198,6 +208,7 @@ public class OpenableSourceInfo { /** * Gets bundle from the source. + * * @param noCheck Whether to check the bundle * @param searchMode Search mode * @return Bundle or null diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/OpenableSourceKind.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/OpenableSourceKind.java index da4900515..e9528a24f 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/OpenableSourceKind.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/OpenableSourceKind.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ @@ -18,6 +18,7 @@ package com.jpexs.decompiler.flash; /** * Openable source kind. + * * @author JPEXS */ public enum OpenableSourceKind { diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/ParseException.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/ParseException.java index 8f8e536f3..079c2563b 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/ParseException.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/ParseException.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ @@ -18,6 +18,7 @@ package com.jpexs.decompiler.flash; /** * Parse exception. + * * @author JPEXS */ public abstract class ParseException extends Exception { @@ -34,6 +35,7 @@ public abstract class ParseException extends Exception { /** * Constructs a new parse exception. + * * @param text * @param line */ diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/ReadOnlyTagList.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/ReadOnlyTagList.java index e1bfa84e3..28febb874 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/ReadOnlyTagList.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/ReadOnlyTagList.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ @@ -23,6 +23,7 @@ import java.util.List; /** * Tag list that is read-only. + * * @author JPEXS */ public class ReadOnlyTagList implements Iterable { @@ -39,6 +40,7 @@ public class ReadOnlyTagList implements Iterable { /** * Constructs read-only tag list. + * * @param list List of tags */ public ReadOnlyTagList(List list) { @@ -47,6 +49,7 @@ public class ReadOnlyTagList implements Iterable { /** * Returns iterator for tags. + * * @return Iterator for tags */ @Override @@ -56,6 +59,7 @@ public class ReadOnlyTagList implements Iterable { /** * Returns number of tags. + * * @return Number of tags */ public int size() { @@ -64,6 +68,7 @@ public class ReadOnlyTagList implements Iterable { /** * Returns true if list is empty. + * * @return True if list is empty */ public boolean isEmpty() { @@ -72,6 +77,7 @@ public class ReadOnlyTagList implements Iterable { /** * Returns tag at index. + * * @param index Index * @return Tag */ @@ -81,6 +87,7 @@ public class ReadOnlyTagList implements Iterable { /** * Returns index of tag. + * * @param tag Tag * @return Index of tag or -1 if not found */ @@ -90,6 +97,7 @@ public class ReadOnlyTagList implements Iterable { /** * Converts list to array list. + * * @return Array list */ public ArrayList toArrayList() { diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/RetryTask.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/RetryTask.java index 3bb6883c1..bbb11f927 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/RetryTask.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/RetryTask.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ @@ -20,6 +20,7 @@ import java.io.IOException; /** * Task that can be retried on error. + * * @author JPEXS */ public class RetryTask { @@ -36,6 +37,7 @@ public class RetryTask { /** * Constructs a new RetryTask. + * * @param r Runnable that can throw IOException * @param handler Handler for retrying */ @@ -46,6 +48,7 @@ public class RetryTask { /** * Runs the task. + * * @throws IOException * @throws InterruptedException */ diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/RunnableIOEx.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/RunnableIOEx.java index 5de4392f4..1ef5e5158 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/RunnableIOEx.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/RunnableIOEx.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ @@ -20,6 +20,7 @@ import java.io.IOException; /** * Runnable with IOException and InterruptedException. + * * @author JPEXS */ @FunctionalInterface @@ -27,6 +28,7 @@ public interface RunnableIOEx { /** * Run method. + * * @throws IOException * @throws InterruptedException */ diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/RunnableIOExResult.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/RunnableIOExResult.java index 80fcbbbff..b07ce8937 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/RunnableIOExResult.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/RunnableIOExResult.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ @@ -18,6 +18,7 @@ package com.jpexs.decompiler.flash; /** * Interface for runnable with result. + * * @param Type of result * @author JPEXS */ diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/SWC.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/SWC.java index 1b38c9bd6..2a6482929 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/SWC.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/SWC.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ @@ -29,12 +29,14 @@ import org.xml.sax.helpers.DefaultHandler; /** * SWC file. + * * @author JPEXS */ public class SWC extends ZippedBundle { /** * Constructs SWC from input stream. + * * @param is Input stream * @throws IOException */ @@ -44,6 +46,7 @@ public class SWC extends ZippedBundle { /** * Constructs SWC from file. + * * @param filename File * @throws IOException */ @@ -53,6 +56,7 @@ public class SWC extends ZippedBundle { /** * Initializes SWC bundle. + * * @param is Input stream * @param filename File * @throws IOException @@ -94,6 +98,7 @@ public class SWC extends ZippedBundle { /** * Returns extension of SWC file. + * * @return Extension */ @Override diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/SWF.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/SWF.java index d7f2f3133..5a9212c94 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/SWF.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/SWF.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ @@ -258,7 +258,7 @@ public final class SWF implements SWFContainerItem, Timelined, Openable { /** * Whether this SWF file has EndTag and the end of tag list. - */ + */ public boolean hasEndTag = true; /** @@ -350,17 +350,16 @@ public final class SWF implements SWFContainerItem, Timelined, Openable { private volatile Map characters; /** - * Map of characterId to CharacterTag including imported tags. - * The CharacterTags.getCharacterId() does not neccessarily be - * the characterId in the map since there can be imported CharacterTags - * from other SWFs. - */ + * Map of characterId to CharacterTag including imported tags. The + * CharacterTags.getCharacterId() does not neccessarily be the characterId + * in the map since there can be imported CharacterTags from other SWFs. + */ @Internal private volatile Map charactersWithImported; /** - * Map of characterIdTags to characterId in this SWF file. - * It is not enough to call getCharacterId(), because there can be imported tags.s + * Map of characterIdTags to characterId in this SWF file. It is not enough + * to call getCharacterId(), because there can be imported tags.s */ @Internal private volatile Map characterToId; @@ -402,8 +401,8 @@ public final class SWF implements SWFContainerItem, Timelined, Openable { private volatile JPEGTablesTag jtt; /** - * Map of fontId to font name from which take new characters, - * line spacing, etc. + * Map of fontId to font name from which take new characters, line spacing, + * etc. */ @Internal public Map sourceFontNamesMap = new HashMap<>(); @@ -560,7 +559,7 @@ public final class SWF implements SWFContainerItem, Timelined, Openable { */ @Internal private final Map importedNameToCharacter = new HashMap<>(); - + /** * ABC indexing. */ @@ -574,8 +573,7 @@ public final class SWF implements SWFContainerItem, Timelined, Openable { private int numAbcIndexDependencies = 0; /** - * Uninitialized AS2 class traits. - * Class name to trait name to trait. + * Uninitialized AS2 class traits. Class name to trait name to trait. */ private volatile Map> uninitializedAs2ClassTraits = null; @@ -595,17 +593,18 @@ public final class SWF implements SWFContainerItem, Timelined, Openable { * Imported characterId to SWF map. */ private final Map importedCharacterSourceSwfs = new HashMap<>(); - + /** * Imported class to imported URL map. */ private final Map importedClassSourceUrls = new HashMap<>(); - + /** - * Map of characterIds of this SWF file to characterIds of imported SWF file. + * Map of characterIds of this SWF file to characterIds of imported SWF + * file. */ private final Map importedCharacterIds = new HashMap<>(); - + /** * Map of imported classes to characterTags. */ @@ -638,7 +637,7 @@ public final class SWF implements SWFContainerItem, Timelined, Openable { "ABC", // Non-standard LZMA compressed Flash "fWS", //Harman encrypted uncompressed Flash, "cWS", //Harman encrypted ZLib compressed Flash, - "zWS" //Harman encrypted LZMA compressed Flash + "zWS" //Harman encrypted LZMA compressed Flash ); /** @@ -654,7 +653,7 @@ public final class SWF implements SWFContainerItem, Timelined, Openable { * Use Flash library */ public static final int LIBRARY_FLASH = 1; - + /** * Event listeners */ @@ -662,7 +661,8 @@ public final class SWF implements SWFContainerItem, Timelined, Openable { /** * Sets main GFX exporterinfo tag - * @param exporterInfo + * + * @param exporterInfo */ public void setExporterInfo(ExporterInfo exporterInfo) { this.exporterInfo = exporterInfo; @@ -670,14 +670,17 @@ public final class SWF implements SWFContainerItem, Timelined, Openable { /** * Gets main GFX exporterinfo tag - * @return + * + * @return */ public ExporterInfo getExporterInfo() { return exporterInfo; } /** - * Checks whether the ExporterInfo (GFX) tag has flag for stripping shapes from DefineFont. + * Checks whether the ExporterInfo (GFX) tag has flag for stripping shapes + * from DefineFont. + * * @return True if the flag is set, false otherwise. */ public boolean hasStrippedShapesFromFonts() { @@ -692,6 +695,7 @@ public final class SWF implements SWFContainerItem, Timelined, Openable { /** * Gets main ABCIndexing object for playerflobal.swc + * * @return ABCIndexing */ public static AbcIndexing getPlayerGlobalAbcIndex() { @@ -700,6 +704,7 @@ public final class SWF implements SWFContainerItem, Timelined, Openable { /** * Gets main ABCIndexing object for airglobal.swc + * * @return ABCIndexing */ public static AbcIndexing getAirGlobalAbcIndex() { @@ -715,6 +720,7 @@ public final class SWF implements SWFContainerItem, Timelined, Openable { /** * Gets ABCIndexing object + * * @return ABCIndexing */ public AbcIndexing getAbcIndex() { @@ -745,6 +751,7 @@ public final class SWF implements SWFContainerItem, Timelined, Openable { /** * Gets number of ABCIndex dependent SWFs + * * @return Number of dependent SWFs */ public int getNumAbcIndexDependencies() { @@ -753,6 +760,7 @@ public final class SWF implements SWFContainerItem, Timelined, Openable { /** * Set dependencies for ABCIndex for resolving names during editation. + * * @param swfs List of SWFs to set as dependencies */ public void setAbcIndexDependencies(List swfs) { @@ -771,8 +779,9 @@ public final class SWF implements SWFContainerItem, Timelined, Openable { /** * Init main AbcIndexes of playerGlobal and airGlobal + * * @throws IOException - * @throws InterruptedException + * @throws InterruptedException */ public static void initPlayer() throws IOException, InterruptedException { if (playerGlobalAbcIndex == null) { @@ -798,7 +807,9 @@ public final class SWF implements SWFContainerItem, Timelined, Openable { } /** - * Gets SWF charset. SWF version 5 or lower were non-unicode. SWF object has assigned charset. + * Gets SWF charset. SWF version 5 or lower were non-unicode. SWF object has + * assigned charset. + * * @return Charset */ public String getCharset() { @@ -806,7 +817,9 @@ public final class SWF implements SWFContainerItem, Timelined, Openable { } /** - * Sets SWF charset. SWF version 5 or lower were non-unicode. SWF object has assigned charset. + * Sets SWF charset. SWF version 5 or lower were non-unicode. SWF object has + * assigned charset. + * * @param charset Charset */ public void setCharset(String charset) { @@ -815,6 +828,7 @@ public final class SWF implements SWFContainerItem, Timelined, Openable { /** * Sets modification flag for header. + * * @param headerModified Header modified flag */ public void setHeaderModified(boolean headerModified) { @@ -823,6 +837,7 @@ public final class SWF implements SWFContainerItem, Timelined, Openable { /** * Gets modification flag for header.s + * * @return True if header was modified, false otherwise */ public boolean isHeaderModified() { @@ -911,6 +926,7 @@ public final class SWF implements SWFContainerItem, Timelined, Openable { /** * Clears specified dump info. + * * @param di Dump info to clear */ private void clearDumpInfo(DumpInfo di) { @@ -922,11 +938,11 @@ public final class SWF implements SWFContainerItem, Timelined, Openable { } /** - * Gets map of character id to character tag. - * When withImported argument passed, the CharacterTags in the map can have - * different character id than the one assigned through the map as they - * can come from different (imported) SWF. - * + * Gets map of character id to character tag. When withImported argument + * passed, the CharacterTags in the map can have different character id than + * the one assigned through the map as they can come from different + * (imported) SWF. + * * @param withImported Include tags imported with importasset/2 tag? * @return Character id to character map */ @@ -971,12 +987,13 @@ public final class SWF implements SWFContainerItem, Timelined, Openable { characterIdTags = Collections.unmodifiableMap(charIdtags); externalImages2 = Collections.unmodifiableMap(eimages); } - + return withImported ? charactersWithImported : characters; } /** * Gets map of GFX DefineExternalImage2 tags. + * * @return Map of GFX imageId to DefineExternalImage2 tag */ public Map getExternalImages2() { @@ -987,7 +1004,8 @@ public final class SWF implements SWFContainerItem, Timelined, Openable { } /** - * Gets GFX DefineExternalImage2 by imageId. + * Gets GFX DefineExternalImage2 by imageId. + * * @param imageId Id of the image. It is not a character id! * @return DefineExternalImage2 or null when not found */ @@ -997,7 +1015,9 @@ public final class SWF implements SWFContainerItem, Timelined, Openable { } /** - * Gets all CharacterIdTags for specified character (with the same characterId). + * Gets all CharacterIdTags for specified character (with the same + * characterId). + * * @param characterId Character id * @return List of CharacterIdTags */ @@ -1011,6 +1031,7 @@ public final class SWF implements SWFContainerItem, Timelined, Openable { /** * Gets CharacterIdTag with specific tag type. + * * @param characterId Id of the character * @param tagId Id of type of the tag. For example DefineFontNameTag.ID * @return CharacterIdTag or null when not found @@ -1032,6 +1053,7 @@ public final class SWF implements SWFContainerItem, Timelined, Openable { /** * Computes dependent characters of specified Timelined object. + * * @param timelined Timelined object * @param dep Adds results to this map. */ @@ -1071,6 +1093,7 @@ public final class SWF implements SWFContainerItem, Timelined, Openable { /** * Gets all dependent character map. + * * @return Map of characterId to set of dependent characterIds */ public Map> getDependentCharacters() { @@ -1087,6 +1110,7 @@ public final class SWF implements SWFContainerItem, Timelined, Openable { /** * Gets dependent characters of a character. + * * @param characterId Character id * @return Set of dependent characterIds */ @@ -1151,6 +1175,7 @@ public final class SWF implements SWFContainerItem, Timelined, Openable { /** * Gets dependent frames for specified character. + * * @param characterId Character id * @return Set of dependent characterids */ @@ -1168,6 +1193,7 @@ public final class SWF implements SWFContainerItem, Timelined, Openable { /** * Gets character tag by character id + * * @param characterId Character id * @return CharacterTag or null when not found */ @@ -1177,6 +1203,7 @@ public final class SWF implements SWFContainerItem, Timelined, Openable { /** * Gets character tag by the assigned AS3 class name (SymbolClass tag) + * * @param className Class name * @return CharacterTag or null when not found */ @@ -1193,6 +1220,7 @@ public final class SWF implements SWFContainerItem, Timelined, Openable { /** * Gets character tag by the assigned export name (ExportAssets tag) + * * @param exportName Export name * @return CharacterTag or null when not found */ @@ -1209,8 +1237,9 @@ public final class SWF implements SWFContainerItem, Timelined, Openable { } /** - * Gets export name for specified character. - * Export names come from ExportAssets tag. + * Gets export name for specified character. Export names come from + * ExportAssets tag. + * * @param characterId Character id * @return Export name or null when no assigned exportname. */ @@ -1219,9 +1248,11 @@ public final class SWF implements SWFContainerItem, Timelined, Openable { String exportName = characterTag != null ? characterTag.getExportName() : null; return exportName; } - + /** - * Gets URL from where the specified class was imported (ImportAssets/2 tag). + * Gets URL from where the specified class was imported (ImportAssets/2 + * tag). + * * @param className Class name * @return URL or null when it's not imported */ @@ -1231,6 +1262,7 @@ public final class SWF implements SWFContainerItem, Timelined, Openable { /** * Gets FontTag by class name. + * * @param fontClass Class name * @return FontTag or null when not found */ @@ -1250,6 +1282,7 @@ public final class SWF implements SWFContainerItem, Timelined, Openable { /** * Gets FontTag by font name (that one from DefineFontNameTag). + * * @param fontName Font name * @return FontTag or null when not found */ @@ -1268,8 +1301,9 @@ public final class SWF implements SWFContainerItem, Timelined, Openable { } /** - * Gets FontTag by font name in tag and font style. - * The font name is taken directly from that tag (from FontInfoTag for DefineFont1). + * Gets FontTag by font name in tag and font style. The font name is taken + * directly from that tag (from FontInfoTag for DefineFont1). + * * @param fontName Font name * @param bold Bold * @param italic Italic @@ -1291,9 +1325,9 @@ public final class SWF implements SWFContainerItem, Timelined, Openable { } /** - * Gets real character id of a character tag on this SWF. - * Normal .getCharacterId method od the CharacterTag does not work for - * imported characters. + * Gets real character id of a character tag on this SWF. Normal + * .getCharacterId method od the CharacterTag does not work for imported + * characters. * * @param tag CharacterId tag * @return Character id or -1 if not found @@ -1309,8 +1343,9 @@ public final class SWF implements SWFContainerItem, Timelined, Openable { } /** - * Gets FontTag by fontId (= characterId). - * Logs a SEVERE message when the charter found, but is not a FontTag. + * Gets FontTag by fontId (= characterId). Logs a SEVERE message when the + * charter found, but is not a FontTag. + * * @param fontId Font id * @return FontTag or null when not found or the character is not a FontTag */ @@ -1328,10 +1363,12 @@ public final class SWF implements SWFContainerItem, Timelined, Openable { } /** - * Gets ImageTag by imageId (= characterId). - * Logs a SEVERE message when the charter found, but is not a ImageTag. + * Gets ImageTag by imageId (= characterId). Logs a SEVERE message when the + * charter found, but is not a ImageTag. + * * @param imageId Image id - * @return ImageTag or null when not found or the character is not an ImageTag + * @return ImageTag or null when not found or the character is not an + * ImageTag */ public ImageTag getImage(int imageId) { CharacterTag characterTag = getCharacters(true).get(imageId); @@ -1347,10 +1384,12 @@ public final class SWF implements SWFContainerItem, Timelined, Openable { } /** - * Gets DefineSoundTag by soundId (= characterId). - * Logs a SEVERE message when the charter found, but is not a DefineSoundTag. + * Gets DefineSoundTag by soundId (= characterId). Logs a SEVERE message + * when the charter found, but is not a DefineSoundTag. + * * @param soundId Sound id - * @return DefineSoundTag or null when not found or the character is not an DefineSoundTag + * @return DefineSoundTag or null when not found or the character is not an + * DefineSoundTag */ public DefineSoundTag getSound(int soundId) { CharacterTag characterTag = getCharacters(true).get(soundId); @@ -1366,8 +1405,9 @@ public final class SWF implements SWFContainerItem, Timelined, Openable { } /** - * Gets TextTag by textId (= characterId). - * Logs a SEVERE message when the charter found, but is not a TextTag. + * Gets TextTag by textId (= characterId). Logs a SEVERE message when the + * charter found, but is not a TextTag. + * * @param textId Text id * @return TextTag or null when not found or the character is not an TextTag */ @@ -1386,6 +1426,7 @@ public final class SWF implements SWFContainerItem, Timelined, Openable { /** * Gets list of all ABC container tags in this SWF. + * * @return List of ABCContainerTag */ public List getAbcList() { @@ -1403,8 +1444,9 @@ public final class SWF implements SWFContainerItem, Timelined, Openable { } /** - * Checks whether this SWF is AS3. - * The information is coming from FileAttributesTag and its actionscript3 flag. + * Checks whether this SWF is AS3. The information is coming from + * FileAttributesTag and its actionscript3 flag. + * * @return True if AS3, false otherwise */ public boolean isAS3() { @@ -1414,8 +1456,9 @@ public final class SWF implements SWFContainerItem, Timelined, Openable { /** * Gets (first) MetadataTag. + * * @return MetadataTag or null when not found - */ + */ public MetadataTag getMetadata() { for (Tag t : getTags()) { if (t instanceof MetadataTag) { @@ -1428,6 +1471,7 @@ public final class SWF implements SWFContainerItem, Timelined, Openable { /** * Gets (first) FileAttributesTag. + * * @return FileAttributesTag or null when not found */ public FileAttributesTag getFileAttributes() { @@ -1442,6 +1486,7 @@ public final class SWF implements SWFContainerItem, Timelined, Openable { /** * Gets (first) SetBackgroundColorTag. + * * @return SetBackgroundColorTag or null when not found */ public SetBackgroundColorTag getBackgroundColor() { @@ -1456,6 +1501,7 @@ public final class SWF implements SWFContainerItem, Timelined, Openable { /** * Gets (first) EnableTelemetryTag. + * * @return EnableTelemetryTag or null when not found */ public EnableTelemetryTag getEnableTelemetry() { @@ -1469,6 +1515,7 @@ public final class SWF implements SWFContainerItem, Timelined, Openable { /** * Gets next available free characterId to use. + * * @return New characterId */ public int getNextCharacterId() { @@ -1490,6 +1537,7 @@ public final class SWF implements SWFContainerItem, Timelined, Openable { /** * Gets (first) JPEGTablesTag. + * * @return JPEGTablesTag or null when not found */ public synchronized JPEGTablesTag getJtt() { @@ -1510,8 +1558,9 @@ public final class SWF implements SWFContainerItem, Timelined, Openable { } /** - * Gets AS3 document class name. - * The information is taken from the SymbolClass tag for id = 0.s + * Gets AS3 document class name. The information is taken from the + * SymbolClass tag for id = 0.s + * * @return Document class or null when no document class assigned */ public String getDocumentClass() { @@ -1531,6 +1580,7 @@ public final class SWF implements SWFContainerItem, Timelined, Openable { /** * Resets all timelines of the specified timelined object. + * * @param timelined Timelined object */ public void resetTimelines(Timelined timelined) { @@ -1545,7 +1595,9 @@ public final class SWF implements SWFContainerItem, Timelined, Openable { } /** - * Walks all tags lin the list and searches for characterTags, characterIdTags and DefineExternalImage2 + * Walks all tags lin the list and searches for characterTags, + * characterIdTags and DefineExternalImage2 + * * @param list List of tags * @param externalImages2 Map of imageId to DefineExternalImage2 * @param characters Map of characterId to CharacterTag @@ -1599,6 +1651,7 @@ public final class SWF implements SWFContainerItem, Timelined, Openable { /** * Checks whether a sprite is not recursive and thus valid. + * * @param sprite Sprite to check * @param path Already processed character ids * @return True if valid, false otherwise @@ -1621,6 +1674,7 @@ public final class SWF implements SWFContainerItem, Timelined, Openable { /** * Gets timeline. + * * @return Timeline */ @Override @@ -1669,10 +1723,11 @@ public final class SWF implements SWFContainerItem, Timelined, Openable { /** * Saves this SWF into OutputStream with gfx and includeImported option. + * * @param os OutputStream * @param gfx GFX * @param includeImported Include imported characters - * @throws IOException + * @throws IOException */ public void saveTo(OutputStream os, boolean gfx, boolean includeImported) throws IOException { checkCharset(); @@ -1686,10 +1741,10 @@ public final class SWF implements SWFContainerItem, Timelined, Openable { os.write(newCompressedData); } } - + /** - * Save nested DefineBinaryData tags. - * Walks nested opened SWFs in DefineBinaryData and saves the modified contents- + * Save nested DefineBinaryData tags. Walks nested opened SWFs in + * DefineBinaryData and saves the modified contents- */ public void saveNestedDefineBinaryData() { Map chtags = getCharacters(false); @@ -1718,6 +1773,7 @@ public final class SWF implements SWFContainerItem, Timelined, Openable { /** * Gets bytes of header. + * * @return Header bytes */ public byte[] getHeaderBytes() { @@ -1726,6 +1782,7 @@ public final class SWF implements SWFContainerItem, Timelined, Openable { /** * Gets specifif header bytes. + * * @param compression Compression * @param gfx GFX * @return Header bytes @@ -1736,6 +1793,7 @@ public final class SWF implements SWFContainerItem, Timelined, Openable { /** * Gets specific header bytes with encrypted option. + * * @param compression Compression * @param gfx GFX * @param encrypted Enable Harman encryption? @@ -1784,9 +1842,10 @@ public final class SWF implements SWFContainerItem, Timelined, Openable { /** * Save file to byte array. + * * @param includeImported Include imported characterss * @return Byte array - * @throws IOException + * @throws IOException */ private byte[] saveToByteArray(boolean includeImported) throws IOException { return saveToByteArray(gfx, includeImported); @@ -1794,10 +1853,11 @@ public final class SWF implements SWFContainerItem, Timelined, Openable { /** * Save file to byte array with GFX option. + * * @param gfx GFX * @param includeImported Include imported characterss * @return Byte array - * @throws IOException + * @throws IOException */ private byte[] saveToByteArray(boolean gfx, boolean includeImported) throws IOException { byte[] data; @@ -1828,9 +1888,9 @@ public final class SWF implements SWFContainerItem, Timelined, Openable { } /** - * Checks whether SWF is modified. - * First checks its internal modified flag, if its not, then walks all tags - * and checks their modified flag. + * Checks whether SWF is modified. First checks its internal modified flag, + * if its not, then walks all tags and checks their modified flag. + * * @return True if modified, false otherwise */ @Override @@ -1853,6 +1913,7 @@ public final class SWF implements SWFContainerItem, Timelined, Openable { /** * Sets modified flag. + * * @param value Value to set */ @Override @@ -1893,8 +1954,9 @@ public final class SWF implements SWFContainerItem, Timelined, Openable { /** * Constructs a SWF with specified charset. - * - * @param charset Charset for SWFs with version 5 or lower (they do not use unicode) + * + * @param charset Charset for SWFs with version 5 or lower (they do not use + * unicode) */ public SWF(String charset) { this(); @@ -1918,7 +1980,8 @@ public final class SWF implements SWFContainerItem, Timelined, Openable { * * @param is Stream to read SWF from * @param parallelRead Use parallel threads? - * @param charset Charset for SWFs with version 5 or lower (they do not use unicode) + * @param charset Charset for SWFs with version 5 or lower (they do not use + * unicode) * @throws java.io.IOException * @throws java.lang.InterruptedException */ @@ -1938,14 +2001,15 @@ public final class SWF implements SWFContainerItem, Timelined, Openable { public SWF(InputStream is, boolean parallelRead, boolean lazy) throws IOException, InterruptedException { this(is, null, null, null, parallelRead, false, lazy); } - + /** * Constructs SWF from stream. * * @param is Stream to read SWF from * @param parallelRead Use parallel threads? * @param lazy Do not parse all data, load it as necessary. - * @param charset Charset for SWFs with version 5 or lower (they do not use unicode) + * @param charset Charset for SWFs with version 5 or lower (they do not use + * unicode) * @throws java.io.IOException * @throws java.lang.InterruptedException */ @@ -1969,14 +2033,15 @@ public final class SWF implements SWFContainerItem, Timelined, Openable { /** * Constructs SWF from stream. - * + * * @param is Stream to read SWF from * @param file Path to the file * @param fileTitle Title of the SWF * @param parallelRead Use parallel threads? - * @param charset Charset for SWFs with version 5 or lower (they do not use unicode) + * @param charset Charset for SWFs with version 5 or lower (they do not use + * unicode) * @throws IOException - * @throws InterruptedException + * @throws InterruptedException */ public SWF(InputStream is, String file, String fileTitle, boolean parallelRead, String charset) throws IOException, InterruptedException { this(is, file, fileTitle, null, parallelRead, false, true, charset); @@ -1984,7 +2049,7 @@ public final class SWF implements SWFContainerItem, Timelined, Openable { /** * Constructs SWF from stream. - * + * * @param is Stream to read SWF from * @param listener Progress listener * @param parallelRead Use parallel threads? @@ -1995,12 +2060,14 @@ public final class SWF implements SWFContainerItem, Timelined, Openable { /** * Constructs SWF from stream. + * * @param is Stream to read SWF from * @param listener Progress listener * @param parallelRead Use parallel threads? - * @param charset Charset for SWFs with version 5 or lower (they do not use unicode) + * @param charset Charset for SWFs with version 5 or lower (they do not use + * unicode) * @throws IOException - * @throws InterruptedException + * @throws InterruptedException */ public SWF(InputStream is, ProgressListener listener, boolean parallelRead, String charset) throws IOException, InterruptedException { this(is, null, null, listener, parallelRead, false, true, charset); @@ -2023,15 +2090,16 @@ public final class SWF implements SWFContainerItem, Timelined, Openable { /** * Constructs SWF from stream. - * + * * @param is Stream to read SWF from * @param file Path to the file * @param fileTitle Title of the SWF * @param listener Progress listener * @param parallelRead Use parallel threads? - * @param charset Charset for SWFs with version 5 or lower (they do not use unicode) + * @param charset Charset for SWFs with version 5 or lower (they do not use + * unicode) * @throws IOException - * @throws InterruptedException + * @throws InterruptedException */ public SWF(InputStream is, String file, String fileTitle, ProgressListener listener, boolean parallelRead, String charset) throws IOException, InterruptedException { this(is, file, fileTitle, listener, parallelRead, false, true, charset); @@ -2039,6 +2107,7 @@ public final class SWF implements SWFContainerItem, Timelined, Openable { /** * Constructs SWF from stream - Faster constructor to check SWF only. + * * @param is Stream to read SWF from * @throws java.io.IOException */ @@ -2048,17 +2117,18 @@ public final class SWF implements SWFContainerItem, Timelined, Openable { /** * Constructs SWF from stream. - * + * * @param is Stream to read SWF from * @param file Path to the file * @param fileTitle Title of the SWF * @param listener Progress listener - * @param parallelRead Use parallel threads? + * @param parallelRead Use parallel threads? * @param checkOnly Check only file validity * @param lazy Do not parse all data, load it as necessary. - * @param charset Charset for SWFs with version 5 or lower (they do not use unicode) + * @param charset Charset for SWFs with version 5 or lower (they do not use + * unicode) * @throws IOException - * @throws InterruptedException + * @throws InterruptedException */ public SWF(InputStream is, String file, String fileTitle, ProgressListener listener, boolean parallelRead, boolean checkOnly, boolean lazy, String charset) throws IOException, InterruptedException { this(is, file, fileTitle, listener, parallelRead, checkOnly, lazy, null, charset, true); @@ -2066,16 +2136,16 @@ public final class SWF implements SWFContainerItem, Timelined, Openable { /** * Constructs SWF from stream. - * + * * @param is Stream to read SWF from * @param file Path to the file * @param fileTitle Title of the SWF * @param listener Progress listener - * @param parallelRead Use parallel threads? + * @param parallelRead Use parallel threads? * @param checkOnly Check only file validity * @param lazy Do not parse all data, load it as necessary. * @throws IOException - * @throws InterruptedException + * @throws InterruptedException */ public SWF(InputStream is, String file, String fileTitle, ProgressListener listener, boolean parallelRead, boolean checkOnly, boolean lazy) throws IOException, InterruptedException { this(is, file, fileTitle, listener, parallelRead, checkOnly, lazy, null, Charset.defaultCharset().name(), true); @@ -2083,17 +2153,17 @@ public final class SWF implements SWFContainerItem, Timelined, Openable { /** * Constructs SWF from stream. - * + * * @param is Stream to read SWF from * @param file Path to the file * @param fileTitle Title of the SWF * @param listener Progress listener - * @param parallelRead Use parallel threads? + * @param parallelRead Use parallel threads? * @param checkOnly Check only file validity * @param lazy Do not parse all data, load it as necessary. * @param resolver URL resolver for importAssets/2 tags * @throws IOException - * @throws InterruptedException + * @throws InterruptedException */ public SWF(InputStream is, String file, String fileTitle, ProgressListener listener, boolean parallelRead, boolean checkOnly, boolean lazy, UrlResolver resolver) throws IOException, InterruptedException { this(is, file, fileTitle, listener, parallelRead, checkOnly, lazy, resolver, Charset.defaultCharset().name(), true); @@ -2101,17 +2171,19 @@ public final class SWF implements SWFContainerItem, Timelined, Openable { /** * Constructs SWF from stream. + * * @param is Stream to read SWF from * @param file Path to the file * @param fileTitle Title of the SWF * @param listener Progress listener - * @param parallelRead Use parallel threads? + * @param parallelRead Use parallel threads? * @param checkOnly Only check file, do not parse * @param lazy Do not parse all data, load it as necessary. * @param resolver URL resolver for importAssets/2 tags - * @param charset Charset for SWFs with version 5 or lower (they do not use unicode) + * @param charset Charset for SWFs with version 5 or lower (they do not use + * unicode) * @throws IOException - * @throws InterruptedException + * @throws InterruptedException */ public SWF(InputStream is, String file, String fileTitle, ProgressListener listener, boolean parallelRead, boolean checkOnly, boolean lazy, UrlResolver resolver, String charset) throws IOException, InterruptedException { this(is, file, fileTitle, listener, parallelRead, checkOnly, lazy, resolver, charset, true); @@ -2128,8 +2200,10 @@ public final class SWF implements SWFContainerItem, Timelined, Openable { * @param checkOnly Check only file validity * @param lazy Do not parse all data, load it as necessary. * @param resolver URL resolver for importAssets/2 tags - * @param charset Charset for SWFs with version 5 or lower (they do not use unicode) - * @param allowRenameIdentifiers Allow auto renaming identifiers when enabled + * @param charset Charset for SWFs with version 5 or lower (they do not use + * unicode) + * @param allowRenameIdentifiers Allow auto renaming identifiers when + * enabled */ public SWF(InputStream is, String file, String fileTitle, ProgressListener listener, boolean parallelRead, boolean checkOnly, boolean lazy, UrlResolver resolver, String charset, boolean allowRenameIdentifiers) throws IOException, InterruptedException { this.file = file; @@ -2222,8 +2296,9 @@ public final class SWF implements SWFContainerItem, Timelined, Openable { } /** - * Resolve importAssets/2 tags. - * Loads the external files using URL resolver. Calculates all characters. + * Resolve importAssets/2 tags. Loads the external files using URL resolver. + * Calculates all characters. + * * @param resolver URL resolver */ private synchronized void resolveImported(UrlResolver resolver) { @@ -2268,10 +2343,11 @@ public final class SWF implements SWFContainerItem, Timelined, Openable { } } updateCharacters(); - } + } /** * Gets openable. (Self for SWF) + * * @return SWF */ @Override @@ -2281,6 +2357,7 @@ public final class SWF implements SWFContainerItem, Timelined, Openable { /** * Gets SWF that is root of the DefineBinaryData tag chain. + * * @return Root SWF */ public SWF getRootSwf() { @@ -2294,6 +2371,7 @@ public final class SWF implements SWFContainerItem, Timelined, Openable { /** * Gets SWF file. + * * @return File or null */ @Override @@ -2316,7 +2394,9 @@ public final class SWF implements SWFContainerItem, Timelined, Openable { /** * Gets title of the file or short filename. - * @return file title or base file name when file title is null or "_" when file is null too + * + * @return file title or base file name when file title is null or "_" when + * file is null too */ @Override public String getTitleOrShortFileName() { @@ -2331,6 +2411,7 @@ public final class SWF implements SWFContainerItem, Timelined, Openable { /** * Gets short file name based on file title and file. + * * @return Short file name */ @Override @@ -2340,7 +2421,8 @@ public final class SWF implements SWFContainerItem, Timelined, Openable { /** * Gets title of this SWF incuding parent nodes like SwfList and - * DefineBinaryData. + * DefineBinaryData. + * * @return Title of the SWF */ @Override @@ -2358,7 +2440,8 @@ public final class SWF implements SWFContainerItem, Timelined, Openable { /** * Gets full path title of this SWF including parent nodes like SwfList and - * DefineBinaryData. + * DefineBinaryData. + * * @return Full path title of the SWF */ @Override @@ -2376,6 +2459,7 @@ public final class SWF implements SWFContainerItem, Timelined, Openable { /** * Sets file. + * * @param file File */ @Override @@ -2386,6 +2470,7 @@ public final class SWF implements SWFContainerItem, Timelined, Openable { /** * Gets file modification date. + * * @return Modification date */ public Date getFileModificationDate() { @@ -2408,6 +2493,7 @@ public final class SWF implements SWFContainerItem, Timelined, Openable { /** * Gets all ABC container tags. + * * @param list List of tags * @param actionScripts List of ABC container tags */ @@ -2423,8 +2509,8 @@ public final class SWF implements SWFContainerItem, Timelined, Openable { } /** - * Assigns export names to symbols. - * Export name = the name assigned through ExportAssets tag. + * Assigns export names to symbols. Export name = the name assigned through + * ExportAssets tag. */ public void assignExportNamesToSymbols() { exportNameToCharacter.clear(); @@ -2458,8 +2544,8 @@ public final class SWF implements SWFContainerItem, Timelined, Openable { } /** - * Assigns class names to symbols. - * Class name is assigned through SymbolClass tag. + * Assigns class names to symbols. Class name is assigned through + * SymbolClass tag. */ public void assignClassesToSymbols() { HashMap> classes = new HashMap<>(); @@ -2628,6 +2714,7 @@ public final class SWF implements SWFContainerItem, Timelined, Openable { /** * Encrypts Harman AIR encryption + * * @param is InputStream * @param os OutputStream * @return True on success @@ -2646,7 +2733,8 @@ public final class SWF implements SWFContainerItem, Timelined, Openable { byte[] encrypted; try { encrypted = HarmanSwfEncrypt.encrypt(is, hdr); - } catch (NoSuchAlgorithmException | NoSuchPaddingException | InvalidKeyException | InvalidAlgorithmParameterException | IllegalBlockSizeException | BadPaddingException ex) { + } catch (NoSuchAlgorithmException | NoSuchPaddingException | InvalidKeyException + | InvalidAlgorithmParameterException | IllegalBlockSizeException | BadPaddingException ex) { return false; } os.write(encrypted); @@ -2655,10 +2743,11 @@ public final class SWF implements SWFContainerItem, Timelined, Openable { /** * Decrypts Harman AIR encryption + * * @param is InputStream * @param os OutputStream * @return True on success - * @throws java.io.IOException + * @throws java.io.IOException */ public static boolean decrypt(InputStream is, OutputStream os) throws IOException { byte[] hdr = new byte[8]; @@ -2679,7 +2768,9 @@ public final class SWF implements SWFContainerItem, Timelined, Openable { os.write(hdr); os.write(decrypted); return true; - } catch (IOException | InvalidAlgorithmParameterException | InvalidKeyException | NoSuchAlgorithmException | BadPaddingException | IllegalBlockSizeException | NoSuchPaddingException ex) { + } catch (IOException | InvalidAlgorithmParameterException | InvalidKeyException + | NoSuchAlgorithmException | BadPaddingException | IllegalBlockSizeException + | NoSuchPaddingException ex) { throw new SwfOpenException(AppResources.translate("error.swf.decryptionProblem")); } } @@ -2688,11 +2779,12 @@ public final class SWF implements SWFContainerItem, Timelined, Openable { /** * Decodes LZMA stream. + * * @param is InputStream * @param os OutputStream * @param lzmaProperties LZMA properties * @param fileSize File size - * @throws IOException + * @throws IOException */ private static void decodeLZMAStream(InputStream is, OutputStream os, byte[] lzmaProperties, long fileSize) throws IOException { Decoder decoder = new Decoder(); @@ -2706,9 +2798,10 @@ public final class SWF implements SWFContainerItem, Timelined, Openable { /** * Decodes SWF header. + * * @param headerData First 8 bytes of the file * @return SWF header - * @throws IOException + * @throws IOException */ public static SWFHeader decodeHeader(byte[] headerData) throws IOException { String signature = new String(headerData, 0, 3, Utf8Helper.charset); @@ -2731,6 +2824,7 @@ public final class SWF implements SWFContainerItem, Timelined, Openable { /** * Decompresses SWF file. + * * @param fis InputStream * @param fos OutputStream * @return True on success @@ -2746,11 +2840,13 @@ public final class SWF implements SWFContainerItem, Timelined, Openable { /** * Decompresses SWF file + * * @param is InputStream * @param os OutputStream - * @param allowUncompressed When true, it will fail when file is not compressed. + * @param allowUncompressed When true, it will fail when file is not + * compressed. * @return SWF header - * @throws IOException + * @throws IOException */ private static SWFHeader decompress(InputStream is, OutputStream os, boolean allowUncompressed) throws IOException { @@ -2777,7 +2873,8 @@ public final class SWF implements SWFContainerItem, Timelined, Openable { byte[] decrypted; try { decrypted = HarmanSwfEncrypt.decrypt(is, hdr); - } catch (IOException | NoSuchPaddingException | NoSuchAlgorithmException | InvalidKeyException | InvalidAlgorithmParameterException | IllegalBlockSizeException | BadPaddingException ex) { + } catch (IOException | NoSuchPaddingException | NoSuchAlgorithmException | InvalidKeyException + | InvalidAlgorithmParameterException | IllegalBlockSizeException | BadPaddingException ex) { throw new SwfOpenException(AppResources.translate("error.swf.decryptionProblem")); } is = new ByteArrayInputStream(decrypted); @@ -2873,6 +2970,7 @@ public final class SWF implements SWFContainerItem, Timelined, Openable { /** * Rename invalid identifiers. + * * @param renameType Rename type * @param fis InputStream * @param fos OutputStream @@ -2893,9 +2991,10 @@ public final class SWF implements SWFContainerItem, Timelined, Openable { /** * Gets ScriptPacks for specified class names. + * * @param classNames List of class names * @return List of ScriptPacks - * @throws Exception + * @throws Exception */ public List getScriptPacksByClassNames(List classNames) throws Exception { Set resultSet = new HashSet<>(); @@ -2921,15 +3020,16 @@ public final class SWF implements SWFContainerItem, Timelined, Openable { } /** - * Makes scriptpacks unique. - * Unique = no two packs with same classpath exist. + * Makes scriptpacks unique. Unique = no two packs with same classpath + * exist. + * * @param packs List of ScriptPacks * @return List of unique ScriptPacks */ private List uniqueAS3Packs(List packs) { List ret = new ArrayList<>(); Set classPaths = new HashSet<>(); - for (ScriptPack item : packs) { + for (ScriptPack item : packs) { ClassPath key = item.getClassPath(); if (classPaths.contains(key) && item.isSimple) { logger.log(Level.SEVERE, "Duplicate pack path found ({0})!", key); @@ -2942,10 +3042,11 @@ public final class SWF implements SWFContainerItem, Timelined, Openable { } /** - * Gets AS3 ScriptPacks. - * ScriptPack = script or a part of script (for compound scripts). - * @see ScriptPack + * Gets AS3 ScriptPacks. ScriptPack = script or a part of script (for + * compound scripts). + * * @return List of ScriptPacks + * @see ScriptPack */ public List getAS3Packs() { List packs = new ArrayList<>(); @@ -2964,6 +3065,7 @@ public final class SWF implements SWFContainerItem, Timelined, Openable { /** * Gets SWF display rect. + * * @return Display RECT */ @Override @@ -2973,6 +3075,7 @@ public final class SWF implements SWFContainerItem, Timelined, Openable { /** * Gets display RECT with added tags. + * * @param added Set of added tags * @return Display RECT */ @@ -2983,6 +3086,7 @@ public final class SWF implements SWFContainerItem, Timelined, Openable { /** * Gets listener for Export events + * * @return Event listener */ public EventListener getExportEventListener() { @@ -3012,13 +3116,14 @@ public final class SWF implements SWFContainerItem, Timelined, Openable { /** * Exports ActionScript. + * * @param handler Handler for I/O fails * @param outdir Output directory * @param exportSettings Export settings * @param parallel Use parallel threads? * @param evl Event listener * @return List of exported files - * @throws IOException + * @throws IOException */ public List exportActionScript(AbortRetryIgnoreHandler handler, String outdir, ScriptExportSettings exportSettings, boolean parallel, EventListener evl) throws IOException { return exportActionScript(handler, outdir, null, exportSettings, parallel, evl, true, true); @@ -3026,6 +3131,7 @@ public final class SWF implements SWFContainerItem, Timelined, Openable { /** * Exports ActionScript. + * * @param handler Handler for I/O fails * @param outdir Output directory * @param as3scripts List of AS3 ScriptPacks to export @@ -3035,7 +3141,7 @@ public final class SWF implements SWFContainerItem, Timelined, Openable { * @param as2 Export AS1/2 * @param as3 Export AS3 * @return List of exported files - * @throws IOException + * @throws IOException */ public List exportActionScript(AbortRetryIgnoreHandler handler, String outdir, List as3scripts, ScriptExportSettings exportSettings, boolean parallel, EventListener evl, boolean as2, boolean as3) throws IOException { List ret = new ArrayList<>(); @@ -3052,6 +3158,7 @@ public final class SWF implements SWFContainerItem, Timelined, Openable { /** * Get ASMSources (AS1/2). + * * @param exportFileNames Use export filenames * @return Map from path to ASMSource */ @@ -3061,6 +3168,7 @@ public final class SWF implements SWFContainerItem, Timelined, Openable { /** * Get ASMSources (AS1/2). + * * @param exportFileNames Use export filenames * @param nodesToExport Which tree nodes to export * @param exportAll Export everything @@ -3094,6 +3202,7 @@ public final class SWF implements SWFContainerItem, Timelined, Openable { /** * Get ASMSources (AS1/2). + * * @param exportFileNames Use export filenames * @param treeItem Current item * @param nodesToExport Which tree nodes to export @@ -3169,6 +3278,7 @@ public final class SWF implements SWFContainerItem, Timelined, Openable { /** * Gets path of ASMSource. + * * @param exportFileName Use export filenames * @param treeItem TreeItem * @return Path @@ -3202,6 +3312,7 @@ public final class SWF implements SWFContainerItem, Timelined, Openable { /** * Wrap ASMSource to tagscript. + * * @param treeItem TreeItem * @return TagScript if script, otherwise treeItem */ @@ -3224,6 +3335,7 @@ public final class SWF implements SWFContainerItem, Timelined, Openable { /** * Gets ASMSources of the first level. + * * @param tagScriptCache Tag to tagscript cache * @return List of ASMSource */ @@ -3291,6 +3403,7 @@ public final class SWF implements SWFContainerItem, Timelined, Openable { /** * Adds event listener. + * * @param listener Listener */ public final void addEventListener(EventListener listener) { @@ -3304,6 +3417,7 @@ public final class SWF implements SWFContainerItem, Timelined, Openable { /** * Removes event listener. + * * @param listener Listener */ public final void removeEventListener(EventListener listener) { @@ -3317,6 +3431,7 @@ public final class SWF implements SWFContainerItem, Timelined, Openable { /** * Informs all listeners registered on this SWF. + * * @param event Event * @param data Data */ @@ -3328,6 +3443,7 @@ public final class SWF implements SWFContainerItem, Timelined, Openable { /** * Gets all VideoFrameTags for specified streamId. + * * @param streamId Stream ID * @param tags Input tags * @param output Output - map of frame number to VideoFrameTag. @@ -3348,10 +3464,11 @@ public final class SWF implements SWFContainerItem, Timelined, Openable { /** * Write Little endian to stream + * * @param os OutputStream * @param val Value * @param size Size - * @throws IOException + * @throws IOException */ private static void writeLE(OutputStream os, long val, int size) throws IOException { for (int i = 0; i < size; i++) { @@ -3362,12 +3479,13 @@ public final class SWF implements SWFContainerItem, Timelined, Openable { /** * Creates Wav file from PCM data. + * * @param fos OutputStream * @param soundRateHz Sound rate in Hz * @param soundSize True = 16 bit, false = 8b bit. * @param soundType True = stereo, false = mono * @param data PCM data - * @throws IOException + * @throws IOException */ public static void createWavFromPcmData(OutputStream fos, int soundRateHz, boolean soundSize, boolean soundType, byte[] data) throws IOException { ByteArrayOutputStream subChunk1Data = new ByteArrayOutputStream(); @@ -3404,6 +3522,7 @@ public final class SWF implements SWFContainerItem, Timelined, Openable { /** * Gets prefix of type of specified character. + * * @param characterTag Character tag * @return Type prefix */ @@ -3434,10 +3553,11 @@ public final class SWF implements SWFContainerItem, Timelined, Openable { /** * Converts set of characters to HTML canvas. + * * @param fswf SWF * @param library Set of characterIds * @param fos OutputStream - * @throws IOException + * @throws IOException */ public static void libraryToHtmlCanvas(SWF fswf, Set library, OutputStream fos) throws IOException { for (int c : library) { @@ -3487,6 +3607,7 @@ public final class SWF implements SWFContainerItem, Timelined, Openable { /** * Gets variables from AS1/2 code. + * * @param constantPool Constant pool * @param localData Local data * @param stack Stack @@ -3499,7 +3620,7 @@ public final class SWF implements SWFContainerItem, Timelined, Openable { * @param visited Visited * @param usageTypes Usage types * @param path Path - * @throws InterruptedException + * @throws InterruptedException */ private static void getVariables(ConstantPool constantPool, BaseLocalData localData, TranslateStack stack, List output, ActionGraphSource code, int ip, List> variables, List functions, HashMap strings, List visited, HashMap usageTypes, String path) throws InterruptedException { ActionLocalData aLocalData = (ActionLocalData) localData; @@ -3662,6 +3783,7 @@ public final class SWF implements SWFContainerItem, Timelined, Openable { /** * Gets variables from AS1/2 code. + * * @param insideDoInitAction Is inside DoInitAction * @param variables Variables * @param functions Functions @@ -3670,7 +3792,7 @@ public final class SWF implements SWFContainerItem, Timelined, Openable { * @param code Code * @param addr Address * @param path Path - * @throws InterruptedException + * @throws InterruptedException */ private static void getVariables(boolean insideDoInitAction, List> variables, List functions, HashMap strings, HashMap usageTypes, ActionGraphSource code, int addr, String path) throws InterruptedException { ActionLocalData localData = new ActionLocalData(null, insideDoInitAction, new HashMap<>() /*??*/); @@ -3679,6 +3801,7 @@ public final class SWF implements SWFContainerItem, Timelined, Openable { /** * Gets variables from AS1/2 code. + * * @param insideDefineFunction1 Is inside DefineFunction1 * @param variables Variables * @param actionsMap Actions map @@ -3688,7 +3811,7 @@ public final class SWF implements SWFContainerItem, Timelined, Openable { * @param src Source * @param path Path * @return List of variables - * @throws InterruptedException + * @throws InterruptedException */ private List> getVariables(boolean insideDefineFunction1, List> variables, HashMap actionsMap, List functions, HashMap strings, HashMap usageTypes, ASMSource src, String path) throws InterruptedException { List> ret = new ArrayList<>(); @@ -3701,6 +3824,7 @@ public final class SWF implements SWFContainerItem, Timelined, Openable { /** * Gets variables from AS1/2 code. + * * @param insideDefineFunction1 Is inside DefineFunction1 * @param tags Tags * @param path Path @@ -3709,7 +3833,7 @@ public final class SWF implements SWFContainerItem, Timelined, Openable { * @param functions Functions * @param strings Strings * @param usageTypes Usage types - * @throws InterruptedException + * @throws InterruptedException */ private void getVariables(boolean insideDefineFunction1, Iterable tags, String path, List> variables, HashMap actionsMap, List functions, HashMap strings, HashMap usageTypes) throws InterruptedException { List processed = new ArrayList<>(); @@ -3732,6 +3856,7 @@ public final class SWF implements SWFContainerItem, Timelined, Openable { /** * Adds variable for AS1/2 getVariables. + * * @param insideDefineFunction1 Is inside DefineFunction1 * @param asm ASMSource * @param path Path @@ -3756,8 +3881,9 @@ public final class SWF implements SWFContainerItem, Timelined, Openable { } /** - * Checks whether AS3 string constant exists. - * Walks all ABC containers and ABCs inside. + * Checks whether AS3 string constant exists. Walks all ABC containers and + * ABCs inside. + * * @param str String * @return True if exists */ @@ -3775,8 +3901,7 @@ public final class SWF implements SWFContainerItem, Timelined, Openable { } /** - * Fixes problems with ABC bodies. - * FIXME: Is this really needed? + * Fixes problems with ABC bodies. FIXME: Is this really needed? */ public void fixAS3Code() { for (ABCContainerTag abcTag : getAbcList()) { @@ -3792,6 +3917,7 @@ public final class SWF implements SWFContainerItem, Timelined, Openable { /** * Deobfuscates AS3 identifiers. + * * @param renameType Rename type * @return Number of changes */ @@ -3850,9 +3976,10 @@ public final class SWF implements SWFContainerItem, Timelined, Openable { /** * Deobfuscates identifiers. + * * @param renameType Rename type * @return Number of changes - * @throws InterruptedException + * @throws InterruptedException */ public int deobfuscateIdentifiers(RenameType renameType) throws InterruptedException { FileAttributesTag fileAttributes = getFileAttributes(); @@ -3870,9 +3997,10 @@ public final class SWF implements SWFContainerItem, Timelined, Openable { /** * Renames AS2 identifier. + * * @param identifier Identifier * @param newname New name - * @throws InterruptedException + * @throws InterruptedException */ public void renameAS2Identifier(String identifier, String newname) throws InterruptedException { Map selected = new HashMap<>(); @@ -3882,9 +4010,10 @@ public final class SWF implements SWFContainerItem, Timelined, Openable { /** * Deobfuscates AS2 identifiers. + * * @param renameType Rename type * @return Number of changes - * @throws InterruptedException + * @throws InterruptedException */ private int deobfuscateAS2Identifiers(RenameType renameType) throws InterruptedException { return renameAS2Identifiers(renameType, null); @@ -3892,10 +4021,12 @@ public final class SWF implements SWFContainerItem, Timelined, Openable { /** * Renames AS2 identifiers. + * * @param renameType Rename type - * @param selected Preselected identifiers map. Can be null when no preselected. + * @param selected Preselected identifiers map. Can be null when no + * preselected. * @return Number of changes - * @throws InterruptedException + * @throws InterruptedException */ private int renameAS2Identifiers(RenameType renameType, Map selected) throws InterruptedException { boolean wrongConstantIndices = false; @@ -4147,6 +4278,7 @@ public final class SWF implements SWFContainerItem, Timelined, Openable { /** * Gets IdentifiersDeobfuscation. + * * @return IdentifiersDeobfuscation */ public IdentifiersDeobfuscation getDeobfuscation() { @@ -4155,6 +4287,7 @@ public final class SWF implements SWFContainerItem, Timelined, Openable { /** * Exports file to FLA. + * * @param handler Handler for I/O fails * @param outfile Output file * @param swfName SWF name @@ -4165,7 +4298,7 @@ public final class SWF implements SWFContainerItem, Timelined, Openable { * @param version FLA version * @param progressListener Progress listener * @throws IOException - * @throws InterruptedException + * @throws InterruptedException */ public void exportFla(AbortRetryIgnoreHandler handler, String outfile, String swfName, String generator, String generatorVerName, String generatorVersion, boolean parallel, FLAVersion version, ProgressListener progressListener) throws IOException, InterruptedException { XFLExportSettings settings = new XFLExportSettings(); @@ -4175,6 +4308,7 @@ public final class SWF implements SWFContainerItem, Timelined, Openable { /** * Exports file to uncompressed FLA (XFL). + * * @param handler Handler for I/O fails * @param outfile Output file * @param swfName SWF name @@ -4185,7 +4319,7 @@ public final class SWF implements SWFContainerItem, Timelined, Openable { * @param version FLA version * @param progressListener Progress listener * @throws IOException - * @throws InterruptedException + * @throws InterruptedException */ public void exportXfl(AbortRetryIgnoreHandler handler, String outfile, String swfName, String generator, String generatorVerName, String generatorVersion, boolean parallel, FLAVersion version, ProgressListener progressListener) throws IOException, InterruptedException { XFLExportSettings settings = new XFLExportSettings(); @@ -4195,6 +4329,7 @@ public final class SWF implements SWFContainerItem, Timelined, Openable { /** * Exports file to uncompressed FLA (XFL). + * * @param handler Handler for I/O fails * @param outfile Output file * @param swfName SWF name @@ -4206,7 +4341,7 @@ public final class SWF implements SWFContainerItem, Timelined, Openable { * @param settings Export settings * @param progressListener Progress listener * @throws IOException - * @throws InterruptedException + * @throws InterruptedException */ public void exportXfl(AbortRetryIgnoreHandler handler, String outfile, String swfName, String generator, String generatorVerName, String generatorVersion, boolean parallel, FLAVersion version, XFLExportSettings settings, ProgressListener progressListener) throws IOException, InterruptedException { new XFLConverter().convertSWF(handler, this, swfName, outfile, settings, generator, generatorVerName, generatorVersion, parallel, version, progressListener); @@ -4215,6 +4350,7 @@ public final class SWF implements SWFContainerItem, Timelined, Openable { /** * Converts MATRIX to AffineTransform. + * * @param mat Matrix * @return AffineTransform */ @@ -4226,6 +4362,7 @@ public final class SWF implements SWFContainerItem, Timelined, Openable { /** * Puts image to frame cache + * * @param key Key * @param img Image */ @@ -4237,6 +4374,7 @@ public final class SWF implements SWFContainerItem, Timelined, Openable { /** * Puts sound to sound cache + * * @param soundInfo Sound info * @param soundTag Sound tag * @param resample Resample to 44kHz? @@ -4248,8 +4386,8 @@ public final class SWF implements SWFContainerItem, Timelined, Openable { } /** - * Clears image cache. - * FrameCache, RectCache, JPEGTables and DefineCompactedFont.shapecache is cleared. + * Clears image cache. FrameCache, RectCache, JPEGTables and + * DefineCompactedFont.shapecache is cleared. */ public void clearImageCache() { jtt = null; @@ -4345,7 +4483,8 @@ public final class SWF implements SWFContainerItem, Timelined, Openable { /** * Removes ASMSource from cache. - * @param src + * + * @param src */ public static void uncache(ASMSource src) { if (src != null) { @@ -4358,6 +4497,7 @@ public final class SWF implements SWFContainerItem, Timelined, Openable { /** * Removes ScriptPack from cache. + * * @param pack ScriptPack */ public static void uncache(ScriptPack pack) { @@ -4375,6 +4515,7 @@ public final class SWF implements SWFContainerItem, Timelined, Openable { /** * Checks whether list of Actions of ASMSource is cached. + * * @param src ASMSource * @return True if cached */ @@ -4391,6 +4532,7 @@ public final class SWF implements SWFContainerItem, Timelined, Openable { /** * Checks whether ASMSource is cached. + * * @param src ASMSource * @return True if cached */ @@ -4407,6 +4549,7 @@ public final class SWF implements SWFContainerItem, Timelined, Openable { /** * Checks whether ScriptPack is cached. + * * @param pack ScriptPack * @return True if cached */ @@ -4424,6 +4567,7 @@ public final class SWF implements SWFContainerItem, Timelined, Openable { /** * Gets HighlightedText of ASMSource from cache. + * * @param src ASMSource * @return True if cached */ @@ -4440,6 +4584,7 @@ public final class SWF implements SWFContainerItem, Timelined, Openable { /** * Gets image from frame cache. + * * @param key Key * @return Image */ @@ -4452,6 +4597,7 @@ public final class SWF implements SWFContainerItem, Timelined, Openable { /** * Gets sound from sound cache. + * * @param soundInfo Sound info * @param soundTag Sound tag * @param resample Resample to 44kHz @@ -4467,6 +4613,7 @@ public final class SWF implements SWFContainerItem, Timelined, Openable { /** * Gets HighlightedText for ScriptPack from cache. + * * @param pack ScriptPack * @return Hi */ @@ -4484,6 +4631,7 @@ public final class SWF implements SWFContainerItem, Timelined, Openable { /** * Gets ActionList of ASMSource from cache. + * * @param src ASMSource * @return ActionList */ @@ -4500,10 +4648,11 @@ public final class SWF implements SWFContainerItem, Timelined, Openable { /** * Gets ActionList of ASMSource from cache, if not in cache, parses it. + * * @param src ASMSource * @param listeners Disassembly listeners * @return ActionList - * @throws InterruptedException + * @throws InterruptedException */ public static ActionList getCachedActionList(ASMSource src, final List listeners) throws InterruptedException { synchronized (src) { @@ -4545,11 +4694,13 @@ public final class SWF implements SWFContainerItem, Timelined, Openable { } /** - * Gets HighlightedText of ASMSource and ActionList from cache, decompiles when not cached. + * Gets HighlightedText of ASMSource and ActionList from cache, decompiles + * when not cached. + * * @param src ASMSource * @param actions ActionList * @return HighlightedText - * @throws InterruptedException + * @throws InterruptedException */ public static HighlightedText getCached(ASMSource src, ActionList actions) throws InterruptedException { SWF swf = src.getSwf(); @@ -4565,10 +4716,12 @@ public final class SWF implements SWFContainerItem, Timelined, Openable { } /** - * Gets HighlightedText of ScriptPack from cache, decompiles when not cached. + * Gets HighlightedText of ScriptPack from cache, decompiles when not + * cached. + * * @param pack ScriptPack * @return HighlightedText - * @throws InterruptedException + * @throws InterruptedException */ public static HighlightedText getCached(ScriptPack pack) throws InterruptedException { Openable openable = pack.getOpenable(); @@ -4586,11 +4739,12 @@ public final class SWF implements SWFContainerItem, Timelined, Openable { /** * Gets Future of HighlightedText of ASMSource, ActionList + * * @param src ASMSource * @param actions ActionList * @param listener Decompiled listeners * @return Future of HighlightedText - * @throws InterruptedException + * @throws InterruptedException */ public static Future getCachedFuture(ASMSource src, ActionList actions, ScriptDecompiledListener listener) throws InterruptedException { SWF swf = src.getSwf(); @@ -4611,10 +4765,11 @@ public final class SWF implements SWFContainerItem, Timelined, Openable { /** * Gets Future of HighlightedText of ScriptPack + * * @param pack ScriptPack * @param listener Decompiled listeners * @return Future of HighlightedText - * @throws InterruptedException + * @throws InterruptedException */ public static Future getCachedFuture(ScriptPack pack, ScriptDecompiledListener listener) throws InterruptedException { Openable openable = pack.getOpenable(); @@ -4636,6 +4791,7 @@ public final class SWF implements SWFContainerItem, Timelined, Openable { /** * Gets decompiler pool. + * * @return DecompilerPool */ public DecompilerPool getDecompilerPool() { @@ -4644,6 +4800,7 @@ public final class SWF implements SWFContainerItem, Timelined, Openable { /** * Gets cache of Rectangles. + * * @return Cache of Rectangles */ public Cache getRectCache() { @@ -4652,14 +4809,16 @@ public final class SWF implements SWFContainerItem, Timelined, Openable { /** * Gets shape export data cache. + * * @return Shape export data cache */ public Cache getShapeExportDataCache() { return shapeExportDataCache; - } + } /** * Gets image of specified frame of timeline. + * * @param timeline Timeline * @param frame Frame * @param time Time @@ -4671,7 +4830,7 @@ public final class SWF implements SWFContainerItem, Timelined, Openable { * @param backGroundColor Background color * @param zoom Zoom * @param canUseSmoothing - * @return + * @return */ public static SerializableImage frameToImageGet(Timeline timeline, int frame, int time, Point cursorPosition, int mouseButton, RECT displayRect, Matrix transformation, ColorTransform colorTransform, Color backGroundColor, double zoom, boolean canUseSmoothing) { if (timeline.getFrameCount() == 0) { @@ -4705,6 +4864,7 @@ public final class SWF implements SWFContainerItem, Timelined, Openable { /** * Removes character from timeline. + * * @param characterId Character ID * @param timeline Timeline * @param listener Listener to call after removing each of character. @@ -4718,10 +4878,11 @@ public final class SWF implements SWFContainerItem, Timelined, Openable { /** * Removes character with dependencies. + * * @param toRemove Tag to remove * @param timeline Timeline * @param listener Listener to call after removing each of character. - */ + */ private void removeTagWithDependenciesFromTimeline(Tag toRemove, Timeline timeline, TagRemoveListener listener) { Set dependingChars = new HashSet<>(); if (toRemove instanceof CharacterTag) { @@ -4736,11 +4897,12 @@ public final class SWF implements SWFContainerItem, Timelined, Openable { /** * Removes character with dependencies. + * * @param toRemove Tag to remove * @param timeline Timeline * @param dependingChars Depending characters * @param listener Listener to call after removing each of character. - * @return + * @return */ private boolean removeTagWithDependenciesFromTimeline(Tag toRemove, Timeline timeline, Set dependingChars, TagRemoveListener listener) { Map stage = new HashMap<>(); @@ -4822,6 +4984,7 @@ public final class SWF implements SWFContainerItem, Timelined, Openable { /** * Removes character with dependencies. + * * @param toRemove Tag to remove * @param timeline Timeline * @param listener Listener to call after removing each of character. @@ -4871,6 +5034,7 @@ public final class SWF implements SWFContainerItem, Timelined, Openable { /** * Removes tags. + * * @param tags Tags * @param removeDependencies Remove dependencies? * @param listener Listener to call after removing each of character. @@ -4894,6 +5058,7 @@ public final class SWF implements SWFContainerItem, Timelined, Openable { /** * Removes tag from SWF timeline. + * * @param index Index of tag */ @Override @@ -4905,6 +5070,7 @@ public final class SWF implements SWFContainerItem, Timelined, Openable { /** * Removes tag from SWF timeline. + * * @param tag Tag */ @Override @@ -4916,6 +5082,7 @@ public final class SWF implements SWFContainerItem, Timelined, Openable { /** * Removes tag from SWF timeline.s + * * @param tag Tag * @param removeDependencies Remove dependencies? * @param listener Listener to call after removing each of character. @@ -4931,6 +5098,7 @@ public final class SWF implements SWFContainerItem, Timelined, Openable { /** * Removes tag from SWF timeline. + * * @param timelined Timelined * @param tag Tag * @param removeDependencies Remove dependencies? @@ -4960,6 +5128,7 @@ public final class SWF implements SWFContainerItem, Timelined, Openable { /** * Gets (readonly) list of all tags in the SWF file. + * * @return Tags */ @Override @@ -4972,10 +5141,12 @@ public final class SWF implements SWFContainerItem, Timelined, Openable { } /** - * Gets (readonly) list of all local tags in the SWF file. - * local = not imported. - * @deprecated The tags from getTags method call are all local by default now. + * Gets (readonly) list of all local tags in the SWF file. local = not + * imported. + * * @return Tags + * @deprecated The tags from getTags method call are all local by default + * now. */ public ReadOnlyTagList getLocalTags() { /*List localTags = new ArrayList<>(); @@ -4989,6 +5160,7 @@ public final class SWF implements SWFContainerItem, Timelined, Openable { /** * Adds a tag to the SWF. + * * @param tag Tag */ @Override @@ -5000,6 +5172,7 @@ public final class SWF implements SWFContainerItem, Timelined, Openable { /** * Adds a tag to the SWF at the specified index. + * * @param index Index * @param tag Tag */ @@ -5012,6 +5185,7 @@ public final class SWF implements SWFContainerItem, Timelined, Openable { /** * Gets index of specified tag. + * * @param tag Tag * @return Index or -1 when not found */ @@ -5022,6 +5196,7 @@ public final class SWF implements SWFContainerItem, Timelined, Openable { /** * Adds tag just before targetTag in targetTags timeline. + * * @param newTag New tag * @param targetTag Target tag */ @@ -5041,12 +5216,12 @@ public final class SWF implements SWFContainerItem, Timelined, Openable { swf.frameCount = tim.getTimeline().getFrameCount(); } newTag.setTimelined(tim); - } + } /** - * Packs character ids. - * When a character id does not belong to any character, it is removed, - * and then later characters characterids are shifted. + * Packs character ids. When a character id does not belong to any + * character, it is removed, and then later characters characterids are + * shifted. */ public void packCharacterIds() { int maxId = getNextCharacterId(); @@ -5066,8 +5241,8 @@ public final class SWF implements SWFContainerItem, Timelined, Openable { } /** - * Sorts character ids. - * Order of character ids will match the first occurence of the characters. + * Sorts character ids. Order of character ids will match the first + * occurence of the characters. */ public void sortCharacterIds() { int maxId = Math.max(tags.size(), getNextCharacterId()); @@ -5095,6 +5270,7 @@ public final class SWF implements SWFContainerItem, Timelined, Openable { /** * Replaces character id with another. + * * @param oldCharacterId Old character id * @param newCharacterId New character id * @return True if modified @@ -5121,6 +5297,7 @@ public final class SWF implements SWFContainerItem, Timelined, Openable { /** * Switches ids of two characters. + * * @param characterTag Character tag * @param newCharacterId New character id */ @@ -5146,17 +5323,19 @@ public final class SWF implements SWFContainerItem, Timelined, Openable { /** * Converts SWF to string. + * * @return String */ @Override public String toString() { return getTitleOrShortFileName(); } - + /** * Deobfuscates SWF file. + * * @param level Deobfuscation level - * @throws InterruptedException + * @throws InterruptedException */ public void deobfuscate(DeobfuscationLevel level) throws InterruptedException { List atags = getAbcList(); @@ -5186,17 +5365,19 @@ public final class SWF implements SWFContainerItem, Timelined, Openable { /** * Injects debugline and debugfile instructions to AS3 P-code (lines of * P-code). + * * @throws java.lang.InterruptedException */ public void injectAS3PcodeDebugInfo() throws InterruptedException { injectAS3PcodeDebugInfo("main"); } - + /** * Injects debugline and debugfile instructions to AS3 P-code (lines of * P-code). + * * @param swfHash SWF identifier - * @throws InterruptedException + * @throws InterruptedException */ public void injectAS3PcodeDebugInfo(String swfHash) throws InterruptedException { List packs = getAS3Packs(); @@ -5223,12 +5404,13 @@ public final class SWF implements SWFContainerItem, Timelined, Openable { public void injectAS3DebugInfo(File decompileDir) throws InterruptedException { injectAS3DebugInfo(decompileDir, "main"); } - + /** * Injects debugline and debugfile instructions to AS3 code. + * * @param decompileDir Directory to set file information paths * @param swfHash SWF identifier - * @throws InterruptedException + * @throws InterruptedException */ public void injectAS3DebugInfo(File decompileDir, String swfHash) throws InterruptedException { List packs = getAS3Packs(); @@ -5264,6 +5446,7 @@ public final class SWF implements SWFContainerItem, Timelined, Openable { /** * Enables debugging. Adds tags to enable debugging. + * * @throws java.lang.InterruptedException */ public void enableDebugging() throws InterruptedException { @@ -5297,7 +5480,7 @@ public final class SWF implements SWFContainerItem, Timelined, Openable { public void enableDebugging(boolean injectAS3Code, File decompileDir, boolean telemetry, boolean pcodeLevel) throws InterruptedException { enableDebugging(injectAS3Code, decompileDir, telemetry, pcodeLevel, "main"); } - + /** * Enables debugging. Adds tags to enable debugging and injects debugline * and debugfile instructions to AS3 code. Optionally enables Telemetry @@ -5312,7 +5495,6 @@ public final class SWF implements SWFContainerItem, Timelined, Openable { */ public void enableDebugging(boolean injectAS3Code, File decompileDir, boolean telemetry, boolean pcodeLevel, String swfHash) throws InterruptedException { - if (injectAS3Code) { if (pcodeLevel) { injectAS3PcodeDebugInfo(swfHash); @@ -5397,26 +5579,26 @@ public final class SWF implements SWFContainerItem, Timelined, Openable { /** * Generates SWD file for P-code debugging. - * + * * @param file SWD file * @param breakpoints Breakpoints - map of script name to list of lines * @return True on success * @throws IOException - * @throws InterruptedException + * @throws InterruptedException */ public boolean generatePCodeSwdFile(File file, Map> breakpoints) throws IOException, InterruptedException { return generatePCodeSwdFile(file, breakpoints, "main"); } - + /** * Generates SWD file for P-code debugging. - * + * * @param file SWD file * @param breakpoints Breakpoints - map of script name to list of lines * @param swfHash SWF identifier * @return True on success * @throws IOException - * @throws InterruptedException + * @throws InterruptedException */ public boolean generatePCodeSwdFile(File file, Map> breakpoints, String swfHash) throws IOException, InterruptedException { DebugIDTag dit = getDebugId(); @@ -5501,24 +5683,24 @@ public final class SWF implements SWFContainerItem, Timelined, Openable { /** * Generates SWF file for debugging. - * + * * @param file SWD file * @param breakpoints Breakpoints - map of script name to list of lines * @return True on success - * @throws IOException + * @throws IOException */ public boolean generateSwdFile(File file, Map> breakpoints) throws IOException { return generateSwdFile(file, breakpoints, "main"); } - + /** * Generates SWF file for debugging. - * + * * @param file SWD file * @param breakpoints Breakpoints - map of script name to list of lines * @param swfHash SWF identifier * @return True on success - * @throws IOException + * @throws IOException */ public boolean generateSwdFile(File file, Map> breakpoints, String swfHash) throws IOException { DebugIDTag dit = getDebugId(); @@ -5655,6 +5837,7 @@ public final class SWF implements SWFContainerItem, Timelined, Openable { /** * Enables telemetry. + * * @param password Password * @return True on success */ @@ -5683,6 +5866,7 @@ public final class SWF implements SWFContainerItem, Timelined, Openable { /** * Gets Flex Main class. + * * @param ignoredClasses List of ignored classes * @param ignoredNs List of ignored namespace names * @return Main class name @@ -5829,6 +6013,7 @@ public final class SWF implements SWFContainerItem, Timelined, Openable { /** * Replaces a tag in the SWF. + * * @param oldTag Old tag * @param newTag New tag */ @@ -5844,6 +6029,7 @@ public final class SWF implements SWFContainerItem, Timelined, Openable { /** * Replaces tag at given index. + * * @param index Index * @param newTag New tag */ @@ -5855,6 +6041,7 @@ public final class SWF implements SWFContainerItem, Timelined, Openable { /** * Gets rect including strokes. + * * @return Rect including strokes */ @Override @@ -5864,6 +6051,7 @@ public final class SWF implements SWFContainerItem, Timelined, Openable { /** * Gets cyclic character ids. + * * @return Set of character ids */ public Set getCyclicCharacters() { @@ -5898,6 +6086,7 @@ public final class SWF implements SWFContainerItem, Timelined, Openable { /** * Searches needed characters + * * @param characterToNeeded Character to needed map * @param searched Searched character id * @param current Current character id @@ -5928,6 +6117,7 @@ public final class SWF implements SWFContainerItem, Timelined, Openable { /** * Sets file title. + * * @param fileTitle File title */ public void setFileTitle(String fileTitle) { @@ -5935,8 +6125,8 @@ public final class SWF implements SWFContainerItem, Timelined, Openable { } /** - * Gets frame count. - * It is a number stored in header. + * Gets frame count. It is a number stored in header. + * * @return Frame count */ @Override @@ -5945,8 +6135,8 @@ public final class SWF implements SWFContainerItem, Timelined, Openable { } /** - * Sets frame count. - * It is a number stored in header. + * Sets frame count. It is a number stored in header. + * * @param frameCount Frame count */ @Override @@ -5956,6 +6146,7 @@ public final class SWF implements SWFContainerItem, Timelined, Openable { /** * Sets openableList which this SWF is part of. + * * @param openableList OpenableList */ @Override @@ -5965,13 +6156,14 @@ public final class SWF implements SWFContainerItem, Timelined, Openable { /** * Gets openableList which this SWF is part of. + * * @return OpenableList */ @Override public OpenableList getOpenableList() { return openableList; } - + /** * Calculates uninitialized class traits in AS2. */ @@ -5983,6 +6175,7 @@ public final class SWF implements SWFContainerItem, Timelined, Openable { /** * Gets uninitialized class traits in AS2. + * * @return Map of class name to map of trait name to trait */ public synchronized Map> getUninitializedAs2ClassTraits() { @@ -5994,6 +6187,7 @@ public final class SWF implements SWFContainerItem, Timelined, Openable { /** * Gets SWF (self) + * * @return SWF */ @Override diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/SWFCompression.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/SWFCompression.java index 485492c13..74625f79c 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/SWFCompression.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/SWFCompression.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ @@ -18,6 +18,7 @@ package com.jpexs.decompiler.flash; /** * SWF compression types. + * * @author JPEXS */ public enum SWFCompression { diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/SWFContainerItem.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/SWFContainerItem.java index 9990d3c77..b79004953 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/SWFContainerItem.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/SWFContainerItem.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ @@ -20,6 +20,7 @@ import com.jpexs.decompiler.flash.treeitems.TreeItem; /** * Mark that this tree item contains a SWF file. + * * @author JPEXS */ public interface SWFContainerItem extends TreeItem { diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/SWFHeader.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/SWFHeader.java index bfb3550d4..e678e3fdd 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/SWFHeader.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/SWFHeader.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ @@ -18,6 +18,7 @@ package com.jpexs.decompiler.flash; /** * SWF header information. + * * @author JPEXS */ public class SWFHeader { diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/SWFInputStream.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/SWFInputStream.java index 178addbed..593bcb28d 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/SWFInputStream.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/SWFInputStream.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ @@ -371,6 +371,7 @@ public class SWFInputStream implements AutoCloseable { /** * Gets charset. + * * @return Charset */ public String getCharset() { @@ -382,6 +383,7 @@ public class SWFInputStream implements AutoCloseable { /** * Adds progress listener. + * * @param listener Progress listener */ public void addPercentListener(ProgressListener listener) { @@ -390,6 +392,7 @@ public class SWFInputStream implements AutoCloseable { /** * Removes progress listener. + * * @param listener Progress listener */ public void removePercentListener(ProgressListener listener) { @@ -416,6 +419,7 @@ public class SWFInputStream implements AutoCloseable { /** * Set maximum percent. + * * @param percentMax Maximum percent */ public void setPercentMax(long percentMax) { @@ -466,6 +470,7 @@ public class SWFInputStream implements AutoCloseable { /** * Gets SWF + * * @return SWF */ public SWF getSwf() { @@ -493,6 +498,7 @@ public class SWFInputStream implements AutoCloseable { /** * Creates new dump level. + * * @param name Name * @param type Type * @return @@ -503,6 +509,7 @@ public class SWFInputStream implements AutoCloseable { /** * Creates new dump level. + * * @param name Name * @param type Type * @param specialType Special type @@ -535,6 +542,7 @@ public class SWFInputStream implements AutoCloseable { /** * Ends dump level. + * * @param value Value */ private void endDumpLevel(Object value) { @@ -551,6 +559,7 @@ public class SWFInputStream implements AutoCloseable { /** * Ends dump level until. + * * @param di Dump info */ private void endDumpLevelUntil(DumpInfo di) { @@ -579,9 +588,9 @@ public class SWFInputStream implements AutoCloseable { bitPos = 0; } - /** * Reads one byte from the stream. + * * @return Byte * @throws IOException * @throws EndOfStreamException @@ -699,6 +708,7 @@ public class SWFInputStream implements AutoCloseable { /** * Reads one UI24 (Unsigned 24bit integer) value from the stream. + * * @param name Name * @return * @throws IOException @@ -826,6 +836,7 @@ public class SWFInputStream implements AutoCloseable { /** * Reads long value from the stream. + * * @return Long value * @throws IOException */ @@ -1068,6 +1079,7 @@ public class SWFInputStream implements AutoCloseable { /** * Reads ZLIB compressed bytes from the stream. + * * @param count Number of bytes to read * @param name Name * @return @@ -1086,6 +1098,7 @@ public class SWFInputStream implements AutoCloseable { /** * Uncompresses byte array. + * * @param data Data * @return Uncompressed data * @throws IOException @@ -1096,6 +1109,7 @@ public class SWFInputStream implements AutoCloseable { /** * Uncompresses byte array. + * * @param data Data * @param offset Offset * @param length Length @@ -1114,7 +1128,8 @@ public class SWFInputStream implements AutoCloseable { } /** - * Reads one EncodedU32 (Encoded unsigned 32bit value) value from the stream. + * Reads one EncodedU32 (Encoded unsigned 32bit value) value from the + * stream. * * @param name Name * @return U32 value @@ -1147,8 +1162,6 @@ public class SWFInputStream implements AutoCloseable { return result; } - - /** * Reads UB[nBits] (Unsigned-bit value) value from the stream. * @@ -1272,6 +1285,7 @@ public class SWFInputStream implements AutoCloseable { /** * Dumps tag. + * * @param out Output stream * @param tag Tag * @param index Index @@ -1345,6 +1359,7 @@ public class SWFInputStream implements AutoCloseable { /** * Constructs a new TagResolutionTask. + * * @param tag Tag stub * @param dumpInfo Dump info * @param level Level @@ -1363,6 +1378,7 @@ public class SWFInputStream implements AutoCloseable { /** * Call. + * * @return Tag * @throws Exception */ @@ -1486,6 +1502,7 @@ public class SWFInputStream implements AutoCloseable { /** * Resolves tag. + * * @param tag Tag stub * @param level Level * @param parallel Parallel @@ -3770,6 +3787,7 @@ public class SWFInputStream implements AutoCloseable { /** * Gets number of available bytes in the stream. + * * @return Number of available bytes * @throws IOException */ @@ -3779,6 +3797,7 @@ public class SWFInputStream implements AutoCloseable { /** * Gets number of available bits in the stream. + * * @return Number of available bits * @throws IOException */ @@ -3791,6 +3810,7 @@ public class SWFInputStream implements AutoCloseable { /** * Gets base stream. + * * @return Base stream * @throws IOException */ @@ -3803,6 +3823,7 @@ public class SWFInputStream implements AutoCloseable { /** * Gets limited stream. + * * @param limit Limit * @return Limited stream * @throws IOException diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/SWFOutputStream.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/SWFOutputStream.java index 1fb3e92bd..d24cb991f 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/SWFOutputStream.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/SWFOutputStream.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ @@ -129,6 +129,7 @@ public class SWFOutputStream extends OutputStream { /** * Gets current position in the stream. + * * @return Current position in the stream */ public long getPos() { @@ -162,6 +163,7 @@ public class SWFOutputStream extends OutputStream { /** * Writes byte array to the stream. + * * @param b The data. * @throws IOException */ @@ -174,6 +176,7 @@ public class SWFOutputStream extends OutputStream { /** * Writes byte array to the stream. + * * @param b The data. * @param off The start offset in the data. * @param len The number of bytes to write. @@ -188,6 +191,7 @@ public class SWFOutputStream extends OutputStream { /** * Writes ByteArrayRange to the stream. + * * @param b The data. * @throws IOException */ @@ -199,6 +203,7 @@ public class SWFOutputStream extends OutputStream { /** * Aligns to byte position. + * * @throws IOException */ private void alignByte() throws IOException { @@ -357,6 +362,7 @@ public class SWFOutputStream extends OutputStream { /** * Writes long value to the stream. + * * @param value The value. * @throws IOException */ @@ -374,7 +380,8 @@ public class SWFOutputStream extends OutputStream { } /** - * Writes DOUBLE (double precision floating point value) value to the stream. + * Writes DOUBLE (double precision floating point value) value to the + * stream. * * @param value DOUBLE value * @throws IOException @@ -472,6 +479,7 @@ public class SWFOutputStream extends OutputStream { /** * Checks if value fits in SB[nBits] (Signed-bit value). + * * @param nBits Number of bits * @param value Value * @return True if value fits in SB[nBits] @@ -484,6 +492,7 @@ public class SWFOutputStream extends OutputStream { /** * Checks if value fits in UB[nBits] (Unsigned-bit value). + * * @param nBits Number of bits * @param value Value * @return True if value fits in UB[nBits] @@ -496,6 +505,7 @@ public class SWFOutputStream extends OutputStream { /** * Writes NB[nBits] (Bit value) value to the stream. + * * @param nBits Number of bits which represent value * @param value Value to write * @param type Type of value @@ -579,6 +589,7 @@ public class SWFOutputStream extends OutputStream { /** * Truncates value to 31 bits. + * * @param value Value * @return Truncated value */ @@ -663,6 +674,7 @@ public class SWFOutputStream extends OutputStream { /** * Calculates number of bits needed for representing unsigned values. + * * @param first First Unsigned value * @param params Next Unsigned values * @return Number of bits @@ -678,6 +690,7 @@ public class SWFOutputStream extends OutputStream { /** * Calculates number of bits needed for representing unsigned value. + * * @param value Unsigned value * @return Number of bits */ @@ -710,6 +723,7 @@ public class SWFOutputStream extends OutputStream { /** * Enlarges bit count for signed values. + * * @param currentBitCount Current bit count * @param value Value * @return New bit count @@ -727,6 +741,7 @@ public class SWFOutputStream extends OutputStream { /** * Enlarges bit count for unsigned values. + * * @param currentBitCount Current bit count * @param value Value * @return New bit count @@ -1490,6 +1505,7 @@ public class SWFOutputStream extends OutputStream { /** * Calculates SHAPE fill and line bits. + * * @param value SHAPE value */ private void calculateSHAPEFillLineBits(SHAPE value) { @@ -1981,6 +1997,7 @@ public class SWFOutputStream extends OutputStream { /** * Writes ZLIB compressed data to the stream. + * * @param data Data to compress * @throws IOException */ @@ -1992,6 +2009,7 @@ public class SWFOutputStream extends OutputStream { /** * Compresses byte array using ZLIB. + * * @param data Data to compress * @return Compressed data * @throws IOException diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/SWFSearch.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/SWFSearch.java index 782fa5421..28d506fb7 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/SWFSearch.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/SWFSearch.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ @@ -30,6 +30,7 @@ import java.util.Set; /** * SWF search class. + * * @author JPEXS */ public class SWFSearch { @@ -66,6 +67,7 @@ public class SWFSearch { /** * Constructs SWF search object. + * * @param s Searchable object * @param noCheck No check for validity * @param searchMode Search mode @@ -78,6 +80,7 @@ public class SWFSearch { /** * Adds progress listener. + * * @param l */ public void addProgressListener(ProgressListener l) { @@ -86,6 +89,7 @@ public class SWFSearch { /** * Removes progress listener. + * * @param l */ public void removeProgressListener(ProgressListener l) { @@ -94,6 +98,7 @@ public class SWFSearch { /** * Sets progress. + * * @param p Progress */ private void setProgress(int p) { @@ -124,7 +129,7 @@ public class SWFSearch { "CFX".getBytes(), // Compressed ScaleForm GFx "fWS".getBytes(), //Harman encrypted uncompressed Flash, "cWS".getBytes(), //Harman encrypted ZLib compressed Flash, - "zWS".getBytes() //Harman encrypted LZMA compressed Flash + "zWS".getBytes() //Harman encrypted LZMA compressed Flash ); int pos = 0; @@ -185,6 +190,7 @@ public class SWFSearch { /** * Gets SWF stream. + * * @param listener Progress listener * @param address Address * @return SWF stream @@ -202,6 +208,7 @@ public class SWFSearch { /** * Gets list of addresses. + * * @return List of addresses */ public Set getAddresses() { @@ -210,6 +217,7 @@ public class SWFSearch { /** * Gets number of SWF streams. + * * @return Number of SWF streams */ public int length() { diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/SearchMode.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/SearchMode.java index df546e791..6279a8ddf 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/SearchMode.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/SearchMode.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ @@ -18,6 +18,7 @@ package com.jpexs.decompiler.flash; /** * Search mode for searching in SWF file. + * * @author JPEXS */ public enum SearchMode { diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/SourceGeneratorLocalData.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/SourceGeneratorLocalData.java index 5f25a0c2a..09fe15924 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/SourceGeneratorLocalData.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/SourceGeneratorLocalData.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ @@ -29,6 +29,7 @@ import java.util.Map; /** * Local data for source generator. + * * @author JPEXS */ public class SourceGeneratorLocalData implements Serializable { @@ -176,6 +177,7 @@ public class SourceGeneratorLocalData implements Serializable { /** * Gets full class name. + * * @return Full class name */ public String getFullClass() { @@ -184,6 +186,7 @@ public class SourceGeneratorLocalData implements Serializable { /** * Constructs new SourceGeneratorLocalData. + * * @param registerVars Map of variable name to register number * @param inFunction In function level * @param inMethod In method diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/SwfOpenException.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/SwfOpenException.java index 7ef1e0494..bc07881f7 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/SwfOpenException.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/SwfOpenException.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ @@ -20,6 +20,7 @@ import java.io.IOException; /** * Exception thrown when SWF file cannot be opened. + * * @author JPEXS */ public class SwfOpenException extends IOException { diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/TagRemoveListener.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/TagRemoveListener.java index a5b236198..4004726cf 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/TagRemoveListener.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/TagRemoveListener.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ @@ -20,12 +20,14 @@ import com.jpexs.decompiler.flash.tags.Tag; /** * Listener for tag removal. + * * @author JPEXS */ public interface TagRemoveListener { /** * Called when a tag is removed. + * * @param tag Removed tag */ public void tagRemoved(Tag tag); diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/UrlResolver.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/UrlResolver.java index f9fde6380..bf46f4885 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/UrlResolver.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/UrlResolver.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ @@ -18,12 +18,14 @@ package com.jpexs.decompiler.flash; /** * URL resolver interface. + * * @author JPEXS */ public interface UrlResolver { /** * Resolves URL to SWF object. + * * @param url URL * @return SWF object or null if not valid */ diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/ValueTooLargeException.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/ValueTooLargeException.java index e9b64c6f0..14e15632e 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/ValueTooLargeException.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/ValueTooLargeException.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ @@ -18,6 +18,7 @@ package com.jpexs.decompiler.flash; /** * Exception thrown when a value is too large for a specific type. + * * @author JPEXS */ public class ValueTooLargeException extends IllegalArgumentException { @@ -32,7 +33,9 @@ public class ValueTooLargeException extends IllegalArgumentException { private final Object value; /** - * Constructs a new ValueTooLargeException with the specified type and value. + * Constructs a new ValueTooLargeException with the specified type and + * value. + * * @param type Type of the value * @param value Value that is too large */ @@ -44,6 +47,7 @@ public class ValueTooLargeException extends IllegalArgumentException { /** * Gets the type of the value. + * * @return Type of the value */ public String getType() { @@ -52,6 +56,7 @@ public class ValueTooLargeException extends IllegalArgumentException { /** * Gets the value that is too large. + * * @return Value that is too large */ public Object getValue() { diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/Version.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/Version.java index a3474aba1..614eebbac 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/Version.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/Version.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ @@ -18,6 +18,7 @@ package com.jpexs.decompiler.flash; /** * FFDec version information. + * * @author JPEXS */ public class Version { diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/ZippedBundle.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/ZippedBundle.java index a1ae90f68..3ff8c7479 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/ZippedBundle.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/ZippedBundle.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ @@ -36,6 +36,7 @@ import java.util.zip.ZipOutputStream; /** * Bundle implementation for ZIP files. + * * @author JPEXS */ public class ZippedBundle implements Bundle { @@ -62,6 +63,7 @@ public class ZippedBundle implements Bundle { /** * Constructs a new ZippedBundle from an input stream. + * * @param is Input stream * @throws IOException */ @@ -71,6 +73,7 @@ public class ZippedBundle implements Bundle { /** * Constructs a new ZippedBundle from a file. + * * @param filename File * @throws IOException */ @@ -80,6 +83,7 @@ public class ZippedBundle implements Bundle { /** * Constructs a new ZippedBundle from an input stream and a file. + * * @param is Input stream * @param filename File * @throws IOException @@ -90,6 +94,7 @@ public class ZippedBundle implements Bundle { /** * Initializes the bundle. + * * @param is Input stream * @param filename File * @throws IOException @@ -116,6 +121,7 @@ public class ZippedBundle implements Bundle { /** * Gets the number of entries in the bundle. + * * @return */ @Override @@ -125,6 +131,7 @@ public class ZippedBundle implements Bundle { /** * Gets the keys in the bundle. + * * @return */ @Override @@ -134,6 +141,7 @@ public class ZippedBundle implements Bundle { /** * Gets the input stream for a key. + * * @param key Key * @return Input stream * @throws IOException @@ -165,6 +173,7 @@ public class ZippedBundle implements Bundle { /** * Gets all input streams in the bundle. + * * @return Map of key to input stream * @throws IOException */ @@ -179,6 +188,7 @@ public class ZippedBundle implements Bundle { /** * Gets the extension of the bundle. + * * @return Extension */ @Override @@ -188,6 +198,7 @@ public class ZippedBundle implements Bundle { /** * Gets whether the bundle is read-only. + * * @return Whether the bundle is read-only */ @Override @@ -195,9 +206,9 @@ public class ZippedBundle implements Bundle { return this.filename == null || !this.filename.canWrite(); } - /** * Replaces the input stream for a key. + * * @param key Key * @param swfIs New input stream * @return Whether the operation was successful diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/ABC.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/ABC.java index c603f7a3e..5803e61ff 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/ABC.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/ABC.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ @@ -81,6 +81,7 @@ import java.util.logging.Logger; /** * ABC structure. + * * @author JPEXS */ public class ABC implements Openable { @@ -193,6 +194,7 @@ public class ABC implements Openable { /** * Constructs ABC. + * * @param tag */ public ABC(ABCContainerTag tag) { @@ -202,6 +204,7 @@ public class ABC implements Openable { /** * Adds change listener. + * * @param listener */ public void addChangeListener(Runnable listener) { @@ -210,6 +213,7 @@ public class ABC implements Openable { /** * Removes change listener. + * * @param listener */ public void removeChangeListener(Runnable listener) { @@ -227,6 +231,7 @@ public class ABC implements Openable { /** * Gets openable. + * * @return */ @Override @@ -239,6 +244,7 @@ public class ABC implements Openable { /** * Gets SWF. + * * @return */ public SWF getSwf() { @@ -247,6 +253,7 @@ public class ABC implements Openable { /** * Gets list of ABC containers. + * * @return */ public List getAbcTags() { @@ -259,6 +266,7 @@ public class ABC implements Openable { /** * Adds method body. + * * @param body * @return */ @@ -270,6 +278,7 @@ public class ABC implements Openable { /** * Adds method info. + * * @param mi * @return */ @@ -280,6 +289,7 @@ public class ABC implements Openable { /** * Deletes class. + * * @param class_info Class index * @param d Deletion flag */ @@ -327,6 +337,7 @@ public class ABC implements Openable { /** * Adds method to class. + * * @param classId Class index * @param name Method name * @param isStatic Whether method is static @@ -367,6 +378,7 @@ public class ABC implements Openable { /** * Adds event listener. + * * @param listener */ public void addEventListener(EventListener listener) { @@ -375,6 +387,7 @@ public class ABC implements Openable { /** * Removes event listener. + * * @param listener */ public void removeEventListener(EventListener listener) { @@ -383,6 +396,7 @@ public class ABC implements Openable { /** * Informs listeners. + * * @param event * @param data */ @@ -394,6 +408,7 @@ public class ABC implements Openable { /** * Removes traps (deobfuscation). + * * @return * @throws InterruptedException */ @@ -403,6 +418,7 @@ public class ABC implements Openable { /** * Removes traps (deobfuscation). + * * @param listener Listener * @return * @throws InterruptedException @@ -420,6 +436,7 @@ public class ABC implements Openable { /** * Removes dead code. + * * @return * @throws InterruptedException */ @@ -429,6 +446,7 @@ public class ABC implements Openable { /** * Removes dead code. + * * @param listener Listener * @return * @throws InterruptedException @@ -443,6 +461,7 @@ public class ABC implements Openable { /** * Gets namespace name string usages. + * * @return Set of string indexes */ public Set getNsStringUsages() { @@ -455,6 +474,7 @@ public class ABC implements Openable { /** * Gets traits string usages. + * * @param ret Result * @param traits Traits */ @@ -476,6 +496,7 @@ public class ABC implements Openable { /** * Gets string usages. + * * @return */ public Set getStringUsages() { @@ -509,6 +530,7 @@ public class ABC implements Openable { /** * Gets string usage type. + * * @param ret Result - map of string index to usage type * @param strIndex String index * @param usageType Usage type @@ -531,6 +553,7 @@ public class ABC implements Openable { /** * Gets string usage types. + * * @param ret Result - map of string index to usage type * @param traits Traits */ @@ -586,6 +609,7 @@ public class ABC implements Openable { /** * Gets string usage types. + * * @param ret Result - map of string index to usage type */ public void getStringUsageTypes(Map ret) { @@ -596,6 +620,7 @@ public class ABC implements Openable { /** * Renames multiname. + * * @param multinameIndex * @param newname */ @@ -616,6 +641,7 @@ public class ABC implements Openable { /** * Deobfuscates identifiers. + * * @param stringUsageTypes Map of string index to usage type * @param stringUsages Set of string indexes * @param namesMap Map of old name to new name @@ -715,6 +741,7 @@ public class ABC implements Openable { /** * Checks whether the ABC has decimal support. + * * @return */ public boolean hasDecimalSupport() { @@ -723,6 +750,7 @@ public class ABC implements Openable { /** * Sets decimal support. + * * @param val */ public void setDecimalSupport(boolean val) { @@ -739,6 +767,7 @@ public class ABC implements Openable { /** * Checks minimum version. + * * @param minMajor * @param minMinor * @return @@ -749,6 +778,7 @@ public class ABC implements Openable { /** * Checks whether the ABC has float support. + * * @return */ public boolean hasFloatSupport() { @@ -757,6 +787,7 @@ public class ABC implements Openable { /** * Sets float support. + * * @param val */ public void setFloatSupport(boolean val) { @@ -773,6 +804,7 @@ public class ABC implements Openable { /** * Checks whether the ABC has exception support. + * * @return */ public boolean hasExceptionSupport() { @@ -781,6 +813,7 @@ public class ABC implements Openable { /** * Constructs ABC. + * * @param ais ABC input stream * @param swf SWF * @param tag ABC container tag @@ -792,6 +825,7 @@ public class ABC implements Openable { /** * Constructs ABC. + * * @param ais ABC input stream * @param swf SWF * @param tag ABC container tag @@ -824,6 +858,7 @@ public class ABC implements Openable { /** * Reads ABC from input stream. + * * @param ais ABC input stream * @param swf SWF * @throws IOException @@ -1056,6 +1091,7 @@ public class ABC implements Openable { /** * Saves ABC to stream. + * * @param os Output stream * @throws IOException */ @@ -1175,6 +1211,7 @@ public class ABC implements Openable { /** * Finds method info. + * * @param methodInfo Method info * @return MethodBody or null */ @@ -1184,6 +1221,7 @@ public class ABC implements Openable { /** * Finds method info. + * * @param methodInfo Method info index * @return MethodBody or null */ @@ -1193,6 +1231,7 @@ public class ABC implements Openable { /** * Finds method body index. + * * @param methodInfo Method info * @return Method body index or -1 */ @@ -1202,6 +1241,7 @@ public class ABC implements Openable { /** * Finds method body index. + * * @param methodInfo Method info index * @return Method body index or -1 */ @@ -1211,6 +1251,7 @@ public class ABC implements Openable { /** * Finds body of class initializer by class. + * * @param classNameWithSuffix Class name with suffix * @return MethodBody or null */ @@ -1229,6 +1270,7 @@ public class ABC implements Openable { /** * Finds body of instance initializer by class. + * * @param classNameWithSuffix Class name with suffix * @return MethodBody or null */ @@ -1247,6 +1289,7 @@ public class ABC implements Openable { /** * Finds body by class and name. + * * @param classNameWithSuffix Class name with suffix * @param methodNameWithSuffix Method name with suffix * @return MethodBody or null @@ -1286,6 +1329,7 @@ public class ABC implements Openable { /** * Checks whether the trait id is static. + * * @param classIndex Class index * @param traitId Trait id * @return True if static @@ -1304,6 +1348,7 @@ public class ABC implements Openable { /** * Finds trait by trait id. + * * @param classIndex Class index * @param traitId Trait id * @return Trait or null @@ -1328,6 +1373,7 @@ public class ABC implements Openable { /** * Finds method id by trait id. + * * @param classIndex Class index * @param traitId Trait id * @return Method id or -1 @@ -1367,6 +1413,7 @@ public class ABC implements Openable { /** * Gets namespace map. + * * @return Map from namespace name trait DottedChain. */ private Map getNamespaceMap() { @@ -1392,6 +1439,7 @@ public class ABC implements Openable { /** * Gets deobfuscation object. + * * @return AVM2Deobfuscation */ private AVM2Deobfuscation getDeobfuscation() { @@ -1404,6 +1452,7 @@ public class ABC implements Openable { /** * Gets method indexing object. + * * @return ABCMethodIndexing */ public final ABCMethodIndexing getMethodIndexing() { @@ -1423,6 +1472,7 @@ public class ABC implements Openable { /** * Converts namespace value to name. + * * @param valueStr Namespace value * @return Namespace name as DottedChain */ @@ -1445,6 +1495,7 @@ public class ABC implements Openable { /** * Gets script packs. + * * @param packagePrefix Package prefix to search * @param allAbcs List of all ABCs * @return List of ScriptPack @@ -1461,6 +1512,7 @@ public class ABC implements Openable { /** * Dump ABC to output stream. + * * @param os */ public void dump(OutputStream os) { @@ -1489,6 +1541,7 @@ public class ABC implements Openable { /** * Finds multiname definition. + * * @param multinameIndex Multiname index * @return List of MultinameUsage */ @@ -1505,6 +1558,7 @@ public class ABC implements Openable { /** * Finds multiname usage of namespace. + * * @param namespaceIndex Namespace index * @return List of MultinameUsage */ @@ -1520,6 +1574,7 @@ public class ABC implements Openable { /** * Finds multiname usage. + * * @param multinameIndex Multiname index * @param exactMatch Whether to match exactly * @return List of MultinameUsage @@ -1537,6 +1592,7 @@ public class ABC implements Openable { /** * Gets colliding usages of multinames. For example same name * consts/vars/methods or same class names. Mostly in obfuscated files. + * * @return Set of MultinameUsage */ public Set getCollidingMultinameUsages() { @@ -1612,6 +1668,7 @@ public class ABC implements Openable { /** * Finds method info by name in class. + * * @param classId Class id * @param methodNameWithSuffix Method name with suffix * @return Method info index or -1 @@ -1631,6 +1688,7 @@ public class ABC implements Openable { /** * Finds method body by name in class. + * * @param classId Class id * @param methodNameWithSuffix Method name with suffix * @return Method body index or -1 @@ -1650,6 +1708,7 @@ public class ABC implements Openable { /** * Finds method body by method name in class. + * * @param className Class name * @param methodName Method name * @return Method body index or -1 @@ -1661,6 +1720,7 @@ public class ABC implements Openable { /** * Finds class by name. + * * @param name Class name * @return Class index or -1 */ @@ -1671,6 +1731,7 @@ public class ABC implements Openable { /** * Finds class by name. + * * @param nameWithSuffix Class name with suffix * @return Class index or -1 */ @@ -1689,6 +1750,7 @@ public class ABC implements Openable { /** * Finds script packs by path. + * * @param name Name * @param allAbcs List of all ABCs * @return List of ScriptPack @@ -1727,6 +1789,7 @@ public class ABC implements Openable { /** * Finds script pack by path. + * * @param name Name * @param allAbcs List of all ABCs * @return ScriptPack or null @@ -1743,6 +1806,7 @@ public class ABC implements Openable { /** * Gets global trait id. + * * @param type Trait type * @param isStatic Whether static * @param classIndex Class index @@ -1775,6 +1839,7 @@ public class ABC implements Openable { /** * Removes class from traits. + * * @param traits Traits * @param index Trait index */ @@ -1793,6 +1858,7 @@ public class ABC implements Openable { /** * Moves class in traits. + * * @param traits Traits * @param oldIndex Old index * @param newIndex New index @@ -1810,6 +1876,7 @@ public class ABC implements Openable { /** * Moves class index. + * * @param oldIndex Old index * @param newIndex New index * @param currentIndex Current index @@ -1833,6 +1900,7 @@ public class ABC implements Openable { /** * Moves class. + * * @param oldIndex Old index * @param newIndex New index */ @@ -1865,6 +1933,7 @@ public class ABC implements Openable { /** * Adds class. + * * @param ci Class info * @param ii Instance info * @param index Class index @@ -1893,6 +1962,7 @@ public class ABC implements Openable { /** * Adds class in traits. + * * @param traits Traits * @param index Class index */ @@ -1911,6 +1981,7 @@ public class ABC implements Openable { /** * Reorganizes classes. + * * @param classIndexMap Map from old index to new index */ public void reorganizeClasses(Map classIndexMap) { @@ -1946,6 +2017,7 @@ public class ABC implements Openable { /** * Reorganizes classes in traits. + * * @param traits Traits * @param classIndexMap Map from old index to new index */ @@ -1964,6 +2036,7 @@ public class ABC implements Openable { /** * Removes class. + * * @param index Class index */ public void removeClass(int index) { @@ -1990,6 +2063,7 @@ public class ABC implements Openable { /** * Removes method from traits. + * * @param traits Traits * @param index Method index */ @@ -2017,6 +2091,7 @@ public class ABC implements Openable { /** * Removes method. + * * @param index Method index */ public void removeMethod(int index) { @@ -2071,6 +2146,7 @@ public class ABC implements Openable { /** * Replaces script pack. + * * @param replacer Replacer * @param pack Script pack * @param as ActionScript @@ -2150,6 +2226,7 @@ public class ABC implements Openable { /** * Packs traits. + * * @param traits Traits */ private void packTraits(Traits traits) { @@ -2471,6 +2548,7 @@ public class ABC implements Openable { /** * Merges traits. + * * @param secondTraits Second traits * @param mergeMultinameMap Multiname index mapping * @param mergeStringMap String index mapping @@ -2521,6 +2599,7 @@ public class ABC implements Openable { /** * Merges trait. + * * @param secondTrait Second trait * @param mergeMultinameMap Multiname index mapping * @param mergeMethodInfoMap Method info index mapping @@ -2539,6 +2618,7 @@ public class ABC implements Openable { /** * Merges trait. + * * @param secondTrait Second trait * @param mergeMultinameMap Multiname index mapping * @param mergeStringMap String index mapping @@ -2617,6 +2697,7 @@ public class ABC implements Openable { /** * Merges trait. + * * @param secondTrait Second trait * @param mergeMultinameMap Multiname index mapping * @param mergeMethodInfoMap Method info index mapping @@ -2635,6 +2716,7 @@ public class ABC implements Openable { /** * Merges trait. + * * @param secondTrait Second trait * @param mergeClassMap Class index mapping * @param mergeMultinameMap Multiname index mapping @@ -2653,6 +2735,7 @@ public class ABC implements Openable { /** * Finds custom namespace name of namespace. + * * @param link_ns_index Namespace index * @return Custom namespace name */ @@ -2671,6 +2754,7 @@ public class ABC implements Openable { /** * Finds custom namespace name of multiname. + * * @param m Multiname * @return Custom namespace name */ @@ -2706,6 +2790,7 @@ public class ABC implements Openable { /** * Gets file. + * * @return File or null */ @Override @@ -2715,6 +2800,7 @@ public class ABC implements Openable { /** * Gets file title. + * * @return File title or file when null or null */ @Override @@ -2727,6 +2813,7 @@ public class ABC implements Openable { /** * Gets title or short file name. + * * @return Title or short file name */ @Override @@ -2738,8 +2825,8 @@ public class ABC implements Openable { } /** - * Gets short path title. - * (Include path from parents like DefineBinaryData) + * Gets short path title. (Include path from parents like DefineBinaryData) + * * @return Short path title */ @Override @@ -2754,6 +2841,7 @@ public class ABC implements Openable { /** * Gets short file name. + * * @return Short file name */ @Override @@ -2763,6 +2851,7 @@ public class ABC implements Openable { /** * Gets full path title. + * * @return Full path title */ @Override @@ -2777,6 +2866,7 @@ public class ABC implements Openable { /** * Gets modified flag. + * * @return */ @Override @@ -2786,6 +2876,7 @@ public class ABC implements Openable { /** * Sets openable list. + * * @param openableList Openable list */ @Override @@ -2796,6 +2887,7 @@ public class ABC implements Openable { /** * Gets openable list. + * * @return Openable list */ @Override @@ -2805,6 +2897,7 @@ public class ABC implements Openable { /** * To string. + * * @return */ @Override @@ -2814,6 +2907,7 @@ public class ABC implements Openable { /** * Saves ABC to stream. + * * @param os Output stream * @throws IOException */ @@ -2824,6 +2918,7 @@ public class ABC implements Openable { /** * Sets file. + * * @param file File */ @Override @@ -2850,6 +2945,7 @@ public class ABC implements Openable { /** * Checks whether the ABC has versioned API. + * * @return True if the ABC has versioned API */ public boolean isApiVersioned() { @@ -2864,6 +2960,7 @@ public class ABC implements Openable { /** * Gets data size. + * * @return Data size */ public long getDataSize() { diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/ABCInputStream.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/ABCInputStream.java index e71a50ce9..4db8304a3 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/ABCInputStream.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/ABCInputStream.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ @@ -41,6 +41,7 @@ import java.io.IOException; /** * ABC input stream. + * * @author JPEXS */ public class ABCInputStream implements AutoCloseable { @@ -93,6 +94,7 @@ public class ABCInputStream implements AutoCloseable { /** * Stops buffering and returns buffered bytes. + * * @return Buffered bytes */ public byte[] stopBuffer() { @@ -106,6 +108,7 @@ public class ABCInputStream implements AutoCloseable { /** * Creates new ABC input stream + * * @param is Input stream */ public ABCInputStream(MemoryInputStream is) { @@ -124,6 +127,7 @@ public class ABCInputStream implements AutoCloseable { /** * Creates new dump level. + * * @param name Name * @param type Type * @return New DumpInfo @@ -134,6 +138,7 @@ public class ABCInputStream implements AutoCloseable { /** * Creates new dump level. + * * @param name Name * @param type Type * @param specialType Special type @@ -162,6 +167,7 @@ public class ABCInputStream implements AutoCloseable { /** * Ends dump level. + * * @param value Value */ public void endDumpLevel(Object value) { @@ -174,6 +180,7 @@ public class ABCInputStream implements AutoCloseable { /** * Ends dump level until specified dump info. + * * @param di Dump info */ public void endDumpLevelUntil(DumpInfo di) { @@ -186,6 +193,7 @@ public class ABCInputStream implements AutoCloseable { /** * Reads byte from the stream. + * * @return Byte * @throws IOException */ @@ -207,6 +215,7 @@ public class ABCInputStream implements AutoCloseable { /** * Reads byte from the stream. + * * @param name Name * @return Byte * @throws IOException @@ -220,6 +229,7 @@ public class ABCInputStream implements AutoCloseable { /** * Reads bytes from the stream. + * * @param b Bytes * @return Number of bytes read * @throws IOException @@ -249,6 +259,7 @@ public class ABCInputStream implements AutoCloseable { /** * Reads U8 from the stream. + * * @param name Name * @return U8 * @throws IOException @@ -262,6 +273,7 @@ public class ABCInputStream implements AutoCloseable { /** * Reads U32 from the stream. + * * @return U32 * @throws IOException */ @@ -284,6 +296,7 @@ public class ABCInputStream implements AutoCloseable { /** * Reads U32 from the stream. + * * @param name Name * @return U32 * @throws IOException @@ -297,6 +310,7 @@ public class ABCInputStream implements AutoCloseable { /** * Reads U30 from the stream. + * * @return U30 * @throws IOException */ @@ -308,6 +322,7 @@ public class ABCInputStream implements AutoCloseable { /** * Reads U30 from the stream. + * * @param name Name * @return U30 * @throws IOException @@ -321,6 +336,7 @@ public class ABCInputStream implements AutoCloseable { /** * Reads S24 from the stream. + * * @param name Name * @return S24 * @throws IOException @@ -339,6 +355,7 @@ public class ABCInputStream implements AutoCloseable { /** * Reads U16 from the stream. + * * @param name Name * @return U16 * @throws IOException @@ -352,6 +369,7 @@ public class ABCInputStream implements AutoCloseable { /** * Reads S32 from the stream. + * * @param name Name * @return S32 * @throws IOException @@ -383,6 +401,7 @@ public class ABCInputStream implements AutoCloseable { /** * Gets available bytes in the stream. + * * @return Available bytes * @throws IOException */ @@ -392,6 +411,7 @@ public class ABCInputStream implements AutoCloseable { /** * Reads long from the stream. + * * @return Long * @throws IOException */ @@ -410,6 +430,7 @@ public class ABCInputStream implements AutoCloseable { /** * Reads double from the stream. + * * @param name Name * @return Double * @throws IOException @@ -424,6 +445,7 @@ public class ABCInputStream implements AutoCloseable { /** * Safely reads bytes from the stream. + * * @param count Count * @param data Data * @throws IOException @@ -436,6 +458,7 @@ public class ABCInputStream implements AutoCloseable { /** * Reads namespace from the stream. + * * @param name Name * @return Namespace * @throws IOException @@ -456,6 +479,7 @@ public class ABCInputStream implements AutoCloseable { /** * Reads multiname from the stream. + * * @param name Name * @return Multiname * @throws IOException @@ -499,6 +523,7 @@ public class ABCInputStream implements AutoCloseable { /** * Reads method info from the stream. + * * @param name Name * @return Method info * @throws IOException @@ -537,6 +562,7 @@ public class ABCInputStream implements AutoCloseable { /** * Reads trait from the stream. + * * @param name Name * @return Trait * @throws IOException @@ -604,6 +630,7 @@ public class ABCInputStream implements AutoCloseable { /** * Reads traits from the stream. + * * @param name Name * @return Traits * @throws IOException @@ -621,6 +648,7 @@ public class ABCInputStream implements AutoCloseable { /** * Reads bytes from the stream. + * * @param count Count * @return Bytes * @throws IOException @@ -635,6 +663,7 @@ public class ABCInputStream implements AutoCloseable { /** * Reads bytes from the stream. + * * @param count Count * @param name Name * @param specialType Special type @@ -650,6 +679,7 @@ public class ABCInputStream implements AutoCloseable { /** * Reads decimal from the stream. + * * @param name Name * @return Decimal * @throws IOException @@ -663,6 +693,7 @@ public class ABCInputStream implements AutoCloseable { /** * Reads float from the stream. + * * @param name Name * @return Float * @throws IOException @@ -677,6 +708,7 @@ public class ABCInputStream implements AutoCloseable { /** * Reads float4 from the stream. + * * @param name Name * @return Float4 * @throws IOException @@ -694,6 +726,7 @@ public class ABCInputStream implements AutoCloseable { /** * Reads instance info from the stream. + * * @param name Name * @return Instance info * @throws IOException @@ -720,6 +753,7 @@ public class ABCInputStream implements AutoCloseable { /** * Reads string from the stream. + * * @param name Name * @return String * @throws IOException @@ -746,6 +780,7 @@ public class ABCInputStream implements AutoCloseable { /** * Gets current position in the stream. + * * @return Position */ public long getPosition() { diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/ABCMethodIndexing.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/ABCMethodIndexing.java index db4831116..852111238 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/ABCMethodIndexing.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/ABCMethodIndexing.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ @@ -32,6 +32,7 @@ import java.util.Map; /** * ABC method indexing. + * * @author JPEXS */ public class ABCMethodIndexing { @@ -48,6 +49,7 @@ public class ABCMethodIndexing { /** * Constructs ABC method indexing. + * * @param abc ABC */ public ABCMethodIndexing(ABC abc) { @@ -57,6 +59,7 @@ public class ABCMethodIndexing { /** * Creates body index from method index map. + * * @param abc ABC */ public final void createBodyIdxFromMethodIdxMap(ABC abc) { @@ -72,6 +75,7 @@ public class ABCMethodIndexing { /** * Finds method body index for method info. + * * @param methodInfo Method info * @return Method body index or -1 if not found */ @@ -86,6 +90,7 @@ public class ABCMethodIndexing { /** * Finds method body index for method info. + * * @param methodInfo Method info index * @return Method body index or -1 if not found */ @@ -100,6 +105,7 @@ public class ABCMethodIndexing { /** * Finds method body for method info. + * * @param methodInfo Method info * @return Method body or null if not found */ @@ -114,6 +120,7 @@ public class ABCMethodIndexing { /** * Finds method body for method info. + * * @param methodInfo Method info index * @return Method body or null if not found */ @@ -128,6 +135,7 @@ public class ABCMethodIndexing { /** * Finds method traits. + * * @param pack Script pack * @param bodyIndex Method body index * @return Method traits @@ -146,6 +154,7 @@ public class ABCMethodIndexing { /** * Finds traits. + * * @param abc ABC * @param trait Trait * @param methodInfo Method info index diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/ABCOpenException.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/ABCOpenException.java index 1b35c98b9..8d44d0446 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/ABCOpenException.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/ABCOpenException.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ @@ -20,12 +20,14 @@ import java.io.IOException; /** * ABC open exception. + * * @author JPEXS */ public class ABCOpenException extends IOException { /** * Constructs a new ABCOpenException with the specified detail message. + * * @param message Detail message */ public ABCOpenException(String message) { @@ -33,7 +35,9 @@ public class ABCOpenException extends IOException { } /** - * Constructs a new ABCOpenException with the specified detail message and cause. + * Constructs a new ABCOpenException with the specified detail message and + * cause. + * * @param message Detail message * @param cause Cause */ diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/ABCOutputStream.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/ABCOutputStream.java index 5a2249a6c..cc4240858 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/ABCOutputStream.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/ABCOutputStream.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ @@ -34,6 +34,7 @@ import java.io.OutputStream; /** * ABC output stream. + * * @author JPEXS */ public class ABCOutputStream extends OutputStream { @@ -50,6 +51,7 @@ public class ABCOutputStream extends OutputStream { /** * Constructs ABC output stream. + * * @param os Output stream */ public ABCOutputStream(OutputStream os) { @@ -58,6 +60,7 @@ public class ABCOutputStream extends OutputStream { /** * Returns current position. + * * @return Current position */ public long getPosition() { @@ -66,6 +69,7 @@ public class ABCOutputStream extends OutputStream { /** * Writes a byte to the output stream. + * * @param b The byte to write. * @throws IOException */ @@ -77,6 +81,7 @@ public class ABCOutputStream extends OutputStream { /** * Writes a byte array to the output stream. + * * @param data The data to write. * @throws IOException */ @@ -88,6 +93,7 @@ public class ABCOutputStream extends OutputStream { /** * Writes a byte array to the output stream. + * * @param b The data to write. * @param off The start offset in the data. * @param len The number of bytes to write. @@ -101,6 +107,7 @@ public class ABCOutputStream extends OutputStream { /** * Writes U30 to the output stream. + * * @param value Value to write * @throws IOException */ @@ -130,6 +137,7 @@ public class ABCOutputStream extends OutputStream { /** * Writes U32 to the output stream. + * * @param value Value to write * @throws IOException */ @@ -151,6 +159,7 @@ public class ABCOutputStream extends OutputStream { /** * Writes S24 to the output stream. + * * @param value Value to write * @throws IOException */ @@ -167,6 +176,7 @@ public class ABCOutputStream extends OutputStream { /** * Writes S32 to the output stream. + * * @param value Value to write * @throws IOException */ @@ -204,6 +214,7 @@ public class ABCOutputStream extends OutputStream { /** * Writes long to the output stream. + * * @param value Value to write * @throws IOException */ @@ -222,6 +233,7 @@ public class ABCOutputStream extends OutputStream { /** * Writes double to the output stream. + * * @param value Value to write * @throws IOException */ @@ -231,6 +243,7 @@ public class ABCOutputStream extends OutputStream { /** * Writes float to the output stream. + * * @param value Value to write * @throws IOException */ @@ -240,6 +253,7 @@ public class ABCOutputStream extends OutputStream { /** * Writes float4 to the output stream. + * * @param value Value to write * @throws IOException */ @@ -252,6 +266,7 @@ public class ABCOutputStream extends OutputStream { /** * Writes U8 to the output stream. + * * @param value Value to write * @throws IOException */ @@ -261,6 +276,7 @@ public class ABCOutputStream extends OutputStream { /** * Writes U16 to the output stream. + * * @param value Value to write * @throws IOException */ @@ -271,6 +287,7 @@ public class ABCOutputStream extends OutputStream { /** * Writes String to the output stream. + * * @param s String to write * @throws IOException */ @@ -282,6 +299,7 @@ public class ABCOutputStream extends OutputStream { /** * Writes Namespace to the output stream. + * * @param ns Namespace to write * @throws IOException */ @@ -302,6 +320,7 @@ public class ABCOutputStream extends OutputStream { /** * Writes Multiname to the output stream. + * * @param m Multiname to write * @throws IOException */ @@ -329,6 +348,7 @@ public class ABCOutputStream extends OutputStream { /** * Writes MethodInfo to the output stream. + * * @param mi MethodInfo to write * @throws IOException */ @@ -357,6 +377,7 @@ public class ABCOutputStream extends OutputStream { /** * Writes Trait to the output stream. + * * @param t Trait to write * @throws IOException */ @@ -397,6 +418,7 @@ public class ABCOutputStream extends OutputStream { /** * Writes Traits to the output stream. + * * @param t Traits to write * @throws IOException */ @@ -409,6 +431,7 @@ public class ABCOutputStream extends OutputStream { /** * Writes InstanceInfo to the output stream. + * * @param ii InstanceInfo to write * @throws IOException */ @@ -429,6 +452,7 @@ public class ABCOutputStream extends OutputStream { /** * Writes Decimal to the output stream. + * * @param value Decimal to write * @throws IOException */ @@ -438,6 +462,7 @@ public class ABCOutputStream extends OutputStream { /** * Gets U30 byte length. + * * @param value Value * @return */ diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/ABCVersion.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/ABCVersion.java index f18b63246..49b643177 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/ABCVersion.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/ABCVersion.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ @@ -40,6 +40,7 @@ public class ABCVersion implements Comparable { /** * Constructs new ABCVersion + * * @param major Major version * @param minor Minor version */ @@ -50,8 +51,10 @@ public class ABCVersion implements Comparable { /** * Compares ABCVersion with another ABCVersion + * * @param o the object to be compared. - * @return Negative number if this version is lower, 0 if versions are equal, positive number if this version is higher + * @return Negative number if this version is lower, 0 if versions are + * equal, positive number if this version is higher */ @Override public int compareTo(ABCVersion o) { @@ -63,6 +66,7 @@ public class ABCVersion implements Comparable { /** * Returns string representation of ABCVersion + * * @return */ @Override @@ -72,6 +76,7 @@ public class ABCVersion implements Comparable { /** * Returns hash code of ABCVersion + * * @return */ @Override @@ -84,6 +89,7 @@ public class ABCVersion implements Comparable { /** * Equals method + * * @param obj * @return */ diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/ABCVersionRequirements.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/ABCVersionRequirements.java index c33cd98d6..302b8386d 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/ABCVersionRequirements.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/ABCVersionRequirements.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ @@ -32,31 +32,35 @@ public @interface ABCVersionRequirements { /** * Minimum minor version. + * * @return */ int minMinor() default 0; /** * Maximum minor version. + * * @return */ - int maxMinor() default 0; /** * Maximum major version. + * * @return */ int maxMajor() default 0; /** * Minimum major version. + * * @return */ int minMajor() default 0; /** * Exact minor version. + * * @return */ int exactMinor() default 0; diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/AVM2LocalData.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/AVM2LocalData.java index d6a8e03c1..7cfa5410d 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/AVM2LocalData.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/AVM2LocalData.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ @@ -39,6 +39,7 @@ import java.util.Set; /** * AVM2 local data. + * * @author JPEXS */ public class AVM2LocalData extends BaseLocalData { @@ -149,8 +150,8 @@ public class AVM2LocalData extends BaseLocalData { public Map pushDefaultPart = new HashMap<>(); /** - * Mapping from finally index to finally kind - * See AVM2Graph.FINALLY_KIND_* constants. + * Mapping from finally index to finally kind See AVM2Graph.FINALLY_KIND_* + * constants. */ public Map finallyKinds = new HashMap<>(); @@ -175,7 +176,8 @@ public class AVM2LocalData extends BaseLocalData { public Integer scriptIndex; /** - * Local registers assignment ips. Maps register index to ip where it was assigned. + * Local registers assignment ips. Maps register index to ip where it was + * assigned. */ public HashMap localRegAssignmentIps; @@ -228,6 +230,7 @@ public class AVM2LocalData extends BaseLocalData { /** * Returns set of getLocal positions for given setLocal position + * * @param setLocalPos SetLocal position * @return Set of getLocal positions */ @@ -243,6 +246,7 @@ public class AVM2LocalData extends BaseLocalData { /** * Constructs a new AVM2LocalData from another AVM2LocalData + * * @param localData Another AVM2LocalData */ public AVM2LocalData(AVM2LocalData localData) { @@ -287,6 +291,7 @@ public class AVM2LocalData extends BaseLocalData { /** * Returns constant pool + * * @return Constant pool */ public AVM2ConstantPool getConstants() { @@ -295,6 +300,7 @@ public class AVM2LocalData extends BaseLocalData { /** * Returns ABC method infos + * * @return List of MethodInfo */ public List getMethodInfo() { @@ -303,6 +309,7 @@ public class AVM2LocalData extends BaseLocalData { /** * Returns ABC instance infos + * * @return List of InstanceInfo */ public List getInstanceInfo() { @@ -311,6 +318,7 @@ public class AVM2LocalData extends BaseLocalData { /** * Returns ABC script infos + * * @return List of ScriptInfo */ public List getScriptInfo() { diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/ClassPath.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/ClassPath.java index aa5bd2a62..d00097dc7 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/ClassPath.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/ClassPath.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ @@ -22,6 +22,7 @@ import java.util.Objects; /** * Class path + * * @author JPEXS */ public class ClassPath implements Serializable { @@ -43,6 +44,7 @@ public class ClassPath implements Serializable { /** * Constructs a new class path + * * @param packageStr Package name * @param className Class name * @param namespaceSuffix Namespace suffix @@ -55,6 +57,7 @@ public class ClassPath implements Serializable { /** * To string + * * @return String */ @Override @@ -64,6 +67,7 @@ public class ClassPath implements Serializable { /** * To raw string + * * @return Raw string */ public String toRawString() { @@ -72,6 +76,7 @@ public class ClassPath implements Serializable { /** * Hash code + * * @return Hash code */ @Override @@ -85,6 +90,7 @@ public class ClassPath implements Serializable { /** * Equals + * * @param obj * @return True if equals */ diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/CopyOutputStream.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/CopyOutputStream.java index b35958a56..acd973f45 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/CopyOutputStream.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/CopyOutputStream.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ @@ -22,6 +22,7 @@ import java.io.OutputStream; /** * Output stream that copies data to another output stream. + * * @author JPEXS */ public class CopyOutputStream extends OutputStream { @@ -63,6 +64,7 @@ public class CopyOutputStream extends OutputStream { /** * Constructs a new CopyOutputStream. + * * @param os Output stream to copy data to * @param is Input stream to compare data with */ @@ -73,6 +75,7 @@ public class CopyOutputStream extends OutputStream { /** * Writes a byte to the output stream. + * * @param b Byte to write * @throws IOException If an I/O error occurs */ diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/NotSameException.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/NotSameException.java index 8d91bb2e9..12f1070b3 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/NotSameException.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/NotSameException.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ @@ -20,12 +20,14 @@ import com.jpexs.helpers.Helper; /** * Streams are not the same exception. + * * @author JPEXS */ public class NotSameException extends RuntimeException { /** * Constructs a new NotSameException with specified position. + * * @param pos Position */ public NotSameException(long pos) { diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/RenameType.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/RenameType.java index 56dca47a4..324f27551 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/RenameType.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/RenameType.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ @@ -18,6 +18,7 @@ package com.jpexs.decompiler.flash.abc; /** * Rename type enum. + * * @author JPEXS */ public enum RenameType { diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/ScriptPack.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/ScriptPack.java index 9fe5e2532..9c629dfe8 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/ScriptPack.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/ScriptPack.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ @@ -74,10 +74,11 @@ import java.util.logging.Level; import java.util.logging.Logger; /** - * Script pack class. - * A script pack is a collection of traits that are in the same script. - * It can be a simple script pack (contains only one externally visible definition) - * or a compound script pack (contains more than one externally visible definitions). + * Script pack class. A script pack is a collection of traits that are in the + * same script. It can be a simple script pack (contains only one externally + * visible definition) or a compound script pack (contains more than one + * externally visible definitions). + * * @author JPEXS */ public class ScriptPack extends AS3ClassTreeItem { @@ -113,8 +114,9 @@ public class ScriptPack extends AS3ClassTreeItem { private final ClassPath path; /** - * Whether the scriptpack is simple. ScriptPack can be either simple or compound. - * Compound = Contains more than one externally visible definitions. + * Whether the scriptpack is simple. ScriptPack can be either simple or + * compound. Compound = Contains more than one externally visible + * definitions. */ public boolean isSimple = false; @@ -125,6 +127,7 @@ public class ScriptPack extends AS3ClassTreeItem { /** * Gets openable. + * * @return Openable */ @Override @@ -134,6 +137,7 @@ public class ScriptPack extends AS3ClassTreeItem { /** * Gets class path. + * * @return Class path */ public ClassPath getClassPath() { @@ -142,6 +146,7 @@ public class ScriptPack extends AS3ClassTreeItem { /** * Constructs a new script pack. + * * @param path Class path * @param abc ABC file * @param allAbcs All ABC files @@ -159,6 +164,7 @@ public class ScriptPack extends AS3ClassTreeItem { /** * Gets path package. + * * @return Dotted chain */ public DottedChain getPathPackage() { @@ -175,6 +181,7 @@ public class ScriptPack extends AS3ClassTreeItem { /** * Gets public trait. + * * @return Trait or null if not found */ public Trait getPublicTrait() { @@ -190,6 +197,7 @@ public class ScriptPack extends AS3ClassTreeItem { /** * Gets path script name. + * * @return Script name */ public String getPathScriptName() { @@ -206,6 +214,7 @@ public class ScriptPack extends AS3ClassTreeItem { /** * Gets export file. + * * @param directory Directory * @param extension Extension including dot * @return File @@ -221,6 +230,7 @@ public class ScriptPack extends AS3ClassTreeItem { /** * Gets export file. + * * @param directory Directory * @param exportSettings Export settings * @return File @@ -235,6 +245,7 @@ public class ScriptPack extends AS3ClassTreeItem { /** * Converts the script pack. + * * @param abcIndex Abc indexing * @param writer Writer * @param traits Traits @@ -278,6 +289,7 @@ public class ScriptPack extends AS3ClassTreeItem { /** * Append script to writer. + * * @param abcIndex Abc indexing * @param writer Writer * @param traits Traits @@ -349,6 +361,7 @@ public class ScriptPack extends AS3ClassTreeItem { /** * Converts the script pack to source. + * * @param abcIndex Abc indexing * @param writer Writer * @param traits Traits @@ -401,6 +414,7 @@ public class ScriptPack extends AS3ClassTreeItem { /** * Exports the script pack. + * * @param abcIndex Abc indexing * @param file File * @param exportSettings Export settings @@ -426,7 +440,7 @@ public class ScriptPack extends AS3ClassTreeItem { convertData.ignoreFrameScripts = exportSettings.ignoreFrameScripts; convertData.exportEmbed = exportSettings.exportEmbed; convertData.exportEmbedFlaMode = exportSettings.exportEmbedFlaMode; - convertData.assetsDir = exportSettings.assetsDir; + convertData.assetsDir = exportSettings.assetsDir; toSource(abcIndex, writer2, abc.script_info.get(scriptIndex).traits.traits, convertData, exportSettings.mode, parallel, exportSettings.ignoreFrameScripts); } catch (FileNotFoundException ex) { logger.log(Level.SEVERE, "The file path is probably too long", ex); @@ -437,6 +451,7 @@ public class ScriptPack extends AS3ClassTreeItem { /** * Hash code. + * * @return Hash code */ @Override @@ -450,6 +465,7 @@ public class ScriptPack extends AS3ClassTreeItem { /** * Equals. + * * @param obj Object * @return True if equals */ @@ -473,6 +489,7 @@ public class ScriptPack extends AS3ClassTreeItem { /** * Gets modified flag. + * * @return True if modified */ @Override @@ -493,7 +510,6 @@ public class ScriptPack extends AS3ClassTreeItem { abc.script_info.get(scriptIndex).setModified(false); } - /** * Label with address. */ @@ -506,6 +522,7 @@ public class ScriptPack extends AS3ClassTreeItem { /** * Constructs a new label. + * * @param addr Address */ public Label(long addr) { @@ -527,6 +544,7 @@ public class ScriptPack extends AS3ClassTreeItem { /** * Injects debugfile, debugline instructions into the code. + * * @param directoryPath Directory path * @param swfHash SWF identifier */ @@ -827,6 +845,7 @@ public class ScriptPack extends AS3ClassTreeItem { /** * Injects P-code debugfile, debugline instructions into the code. + * * @param abcIndex Abc indexing * @param swfHash SWF identifier */ @@ -917,6 +936,7 @@ public class ScriptPack extends AS3ClassTreeItem { /** * Gets method ids. + * * @param methodInfos Result list of MethodIds */ public void getMethodInfos(List methodInfos) { @@ -932,6 +952,7 @@ public class ScriptPack extends AS3ClassTreeItem { /** * Deletes the script pack. + * * @param abc ABC file * @param d Whether to delete */ diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/AVM2Code.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/AVM2Code.java index cc08b1a47..ae0477971 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/AVM2Code.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/AVM2Code.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ @@ -325,6 +325,7 @@ import java.util.logging.Logger; /** * Class representing AVM2 code inside a method body. + * * @author JPEXS */ public class AVM2Code implements Cloneable { @@ -499,7 +500,6 @@ public class AVM2Code implements Cloneable { */ public static final int DAT_NAMESPACE_INDEX = OPT_U30 + 0x17; - /** * Map of operand type identifiers */ @@ -509,15 +509,15 @@ public class AVM2Code implements Cloneable { * Instruction aliases array */ private static final String[][] instructionAliasesArray = { - //first is original name, then aliases - {"getlocal0", "getlocal_0"}, - {"getlocal1", "getlocal_1"}, - {"getlocal2", "getlocal_2"}, - {"getlocal3", "getlocal_3"}, - {"setlocal0", "setlocal_0"}, - {"setlocal1", "setlocal_1"}, - {"setlocal2", "setlocal_2"}, - {"setlocal3", "setlocal_3"} + //first is original name, then aliases + {"getlocal0", "getlocal_0"}, + {"getlocal1", "getlocal_1"}, + {"getlocal2", "getlocal_2"}, + {"getlocal3", "getlocal_3"}, + {"setlocal0", "setlocal_0"}, + {"setlocal1", "setlocal_1"}, + {"setlocal2", "setlocal_2"}, + {"setlocal3", "setlocal_3"} }; /** @@ -542,265 +542,265 @@ public class AVM2Code implements Cloneable { * All instruction set */ public static final InstructionDefinition[] allInstructionSet = new InstructionDefinition[]{ - /*0x00*/ null, - /*0x01*/ new BkptIns(), - /*0x02*/ new NopIns(), - /*0x03*/ new ThrowIns(), - /*0x04*/ new GetSuperIns(), - /*0x05*/ new SetSuperIns(), - /*0x06*/ new DXNSIns(), - /*0x07*/ new DXNSLateIns(), - /*0x08*/ new KillIns(), - /*0x09*/ new LabelIns(), - /*0x0A*/ new Lf32x4Ins(), - /*0x0B*/ new Sf32x4Ins(), - /*0x0C*/ new IfNLtIns(), - /*0x0D*/ new IfNLeIns(), - /*0x0E*/ new IfNGtIns(), - /*0x0F*/ new IfNGeIns(), - /*0x10*/ new JumpIns(), - /*0x11*/ new IfTrueIns(), - /*0x12*/ new IfFalseIns(), - /*0x13*/ new IfEqIns(), - /*0x14*/ new IfNeIns(), - /*0x15*/ new IfLtIns(), - /*0x16*/ new IfLeIns(), - /*0x17*/ new IfGtIns(), - /*0x18*/ new IfGeIns(), - /*0x19*/ new IfStrictEqIns(), - /*0x1A*/ new IfStrictNeIns(), - /*0x1B*/ new LookupSwitchIns(), - /*0x1C*/ new PushWithIns(), - /*0x1D*/ new PopScopeIns(), - /*0x1E*/ new NextNameIns(), - /*0x1F*/ new HasNextIns(), - /*0x20*/ new PushNullIns(), - /*0x21*/ new PushUndefinedIns(), - /*0x22*/ new PushFloatIns(), //major 47+ - /*0x22*/ new PushConstantIns(), //before major 47 - /*0x23*/ new NextValueIns(), - /*0x24*/ new PushByteIns(), - /*0x25*/ new PushShortIns(), - /*0x26*/ new PushTrueIns(), - /*0x27*/ new PushFalseIns(), - /*0x28*/ new PushNanIns(), - /*0x29*/ new PopIns(), - /*0x2A*/ new DupIns(), - /*0x2B*/ new SwapIns(), - /*0x2C*/ new PushStringIns(), - /*0x2D*/ new PushIntIns(), - /*0x2E*/ new PushUIntIns(), - /*0x2F*/ new PushDoubleIns(), - /*0x30*/ new PushScopeIns(), - /*0x31*/ new PushNamespaceIns(), - /*0x32*/ new HasNext2Ins(), - /*0x33*/ new PushDecimalIns(), //pushdecimal(minor 17), lix8 (internal-only) according to Tamarin - /*0x34*/ new PushDNanIns(), //pushdnan according to Flex SDK, lix16 (internal-only) according to Tamarin - /*0x35*/ new Li8Ins(), - /*0x36*/ new Li16Ins(), - /*0x37*/ new Li32Ins(), - /*0x38*/ new Lf32Ins(), - /*0x39*/ new Lf64Ins(), - /*0x3A*/ new Si8Ins(), - /*0x3B*/ new Si16Ins(), - /*0x3C*/ new Si32Ins(), - /*0x3D*/ new Sf32Ins(), - /*0x3E*/ new Sf64Ins(), - /*0x3F*/ null, - /*0x40*/ new NewFunctionIns(), - /*0x41*/ new CallIns(), - /*0x42*/ new ConstructIns(), - /*0x43*/ new CallMethodIns(), - /*0x44*/ new CallStaticIns(), - /*0x45*/ new CallSuperIns(), - /*0x46*/ new CallPropertyIns(), - /*0x47*/ new ReturnVoidIns(), - /*0x48*/ new ReturnValueIns(), - /*0x49*/ new ConstructSuperIns(), - /*0x4A*/ new ConstructPropIns(), - /*0x4B*/ new CallSuperIdIns(), - /*0x4C*/ new CallPropLexIns(), - /*0x4D*/ new CallInterfaceIns(), - /*0x4E*/ new CallSuperVoidIns(), - /*0x4F*/ new CallPropVoidIns(), - /*0x50*/ new Sxi1Ins(), - /*0x51*/ new Sxi8Ins(), - /*0x52*/ new Sxi16Ins(), - /*0x53*/ new ApplyTypeIns(), - /*0x54*/ new PushFloat4Ins(), //major 47+ - /*0x55*/ new NewObjectIns(), - /*0x56*/ new NewArrayIns(), - /*0x57*/ new NewActivationIns(), - /*0x58*/ new NewClassIns(), - /*0x59*/ new GetDescendantsIns(), - /*0x5A*/ new NewCatchIns(), - /*0x5B*/ new DelDescendantsIns(), //deldescendants according to Flex, findpropglobalstrict(internal-only) according to Tamarin - /*0x5C*/ //new FindPropGlobalIns(), //Tamarin (internal-only) - /*0x5D*/ new FindPropertyStrictIns(), - /*0x5E*/ new FindPropertyIns(), - /*0x5F*/ new FindDefIns(), - /*0x60*/ new GetLexIns(), - /*0x61*/ new SetPropertyIns(), - /*0x62*/ new GetLocalIns(), - /*0x63*/ new SetLocalIns(), - /*0x64*/ new GetGlobalScopeIns(), - /*0x65*/ new GetScopeObjectIns(), - /*0x66*/ new GetPropertyIns(), - /*0x67*/ new GetOuterScopeIns(), // new GetPropertyLateIns() - /*0x68*/ new InitPropertyIns(), - /*0x69*/ new SetPropertyLateIns(), - /*0x6A*/ new DeletePropertyIns(), - /*0x6B*/ new DeletePropertyLateIns(), - /*0x6C*/ new GetSlotIns(), - /*0x6D*/ new SetSlotIns(), - /*0x6E*/ new GetGlobalSlotIns(), - /*0x6F*/ new SetGlobalSlotIns(), - /*0x70*/ new ConvertSIns(), - /*0x71*/ new EscXElemIns(), - /*0x72*/ new EscXAttrIns(), - /*0x73*/ new ConvertIIns(), - /*0x74*/ new ConvertUIns(), - /*0x75*/ new ConvertDIns(), - /*0x76*/ new ConvertBIns(), - /*0x77*/ new ConvertOIns(), - /*0x78*/ new CheckFilterIns(), - /*0x79*/ new ConvertMIns(), //minor 17 (Flex) - /*0x79*/ new ConvertFIns(), //major 47+, SWF 15+ - /*0x7A*/ new ConvertMPIns(), //minor 17 (Flex) - /*0x7A*/ new UnPlusIns(), //major 47+, SWF 15+ - /*0x7B*/ new ConvertF4Ins(), //major 47+, SWF 15+ - /*0x7C*/ null, - /*0x7D*/ null, - /*0x7E*/ null, - /*0x7F*/ null, - /*0x80*/ new CoerceIns(), - /*0x81*/ new CoerceBIns(), - /*0x82*/ new CoerceAIns(), - /*0x83*/ new CoerceIIns(), - /*0x84*/ new CoerceDIns(), - /*0x85*/ new CoerceSIns(), - /*0x86*/ new AsTypeIns(), - /*0x87*/ new AsTypeLateIns(), - /*0x88*/ new CoerceUIns(), - /*0x89*/ new CoerceOIns(), - /*0x8A*/ null, - /*0x8B*/ null, - /*0x8C*/ null, - /*0x8D*/ null, - /*0x8E*/ null, - /*0x8F*/ new NegatePIns(), - /*0x90*/ new NegateIns(), - /*0x91*/ new IncrementIns(), - /*0x92*/ new IncLocalIns(), - /*0x93*/ new DecrementIns(), - /*0x94*/ new DecLocalIns(), - /*0x95*/ new TypeOfIns(), - /*0x96*/ new NotIns(), - /*0x97*/ new BitNotIns(), - /*0x98*/ null, - /*0x99*/ null, - /*0x9A*/ new ConcatIns(), - /*0x9B*/ new AddDIns(), - /*0x9C*/ new IncrementPIns(), - /*0x9D*/ new IncLocalPIns(), - /*0x9E*/ new DecrementPIns(), - /*0x9F*/ new DecLocalPIns(), - /*0xA0*/ new AddIns(), - /*0xA1*/ new SubtractIns(), - /*0xA2*/ new MultiplyIns(), - /*0xA3*/ new DivideIns(), - /*0xA4*/ new ModuloIns(), - /*0xA5*/ new LShiftIns(), - /*0xA6*/ new RShiftIns(), - /*0xA7*/ new URShiftIns(), - /*0xA8*/ new BitAndIns(), - /*0xA9*/ new BitOrIns(), - /*0xAA*/ new BitXorIns(), - /*0xAB*/ new EqualsIns(), - /*0xAC*/ new StrictEqualsIns(), - /*0xAD*/ new LessThanIns(), - /*0xAE*/ new LessEqualsIns(), - /*0xAF*/ new GreaterThanIns(), - /*0xB0*/ new GreaterEqualsIns(), - /*0xB1*/ new InstanceOfIns(), - /*0xB2*/ new IsTypeIns(), - /*0xB3*/ new IsTypeLateIns(), - /*0xB4*/ new InIns(), - /*0xB5*/ new AddPIns(), - /*0xB6*/ new SubtractPIns(), - /*0xB7*/ new MultiplyPIns(), - /*0xB8*/ new DividePIns(), - /*0xB9*/ new ModuloPIns(), - /*0xBA*/ null, - /*0xBB*/ null, - /*0xBC*/ null, - /*0xBD*/ null, - /*0xBE*/ null, - /*0xBF*/ null, - /*0xC0*/ new IncrementIIns(), - /*0xC1*/ new DecrementIIns(), - /*0xC2*/ new IncLocalIIns(), - /*0xC3*/ new DecLocalIIns(), - /*0xC4*/ new NegateIIns(), - /*0xC5*/ new AddIIns(), - /*0xC6*/ new SubtractIIns(), - /*0xC7*/ new MultiplyIIns(), - /*0xC8*/ null, - /*0xC9*/ null, - /*0xCA*/ null, - /*0xCB*/ null, - /*0xCC*/ null, - /*0xCD*/ null, - /*0xCE*/ null, - /*0xCF*/ null, - /*0xD0*/ new GetLocal0Ins(), - /*0xD1*/ new GetLocal1Ins(), - /*0xD2*/ new GetLocal2Ins(), - /*0xD3*/ new GetLocal3Ins(), - /*0xD4*/ new SetLocal0Ins(), - /*0xD5*/ new SetLocal1Ins(), - /*0xD6*/ new SetLocal2Ins(), - /*0xD7*/ new SetLocal3Ins(), - /*0xD8*/ null, - /*0xD9*/ null, - /*0xDA*/ null, - /*0xDB*/ null, - /*0xDC*/ null, - /*0xDD*/ null, - /*0xDE*/ null, - /*0xDF*/ null, - /*0xE0*/ null, - /*0xE1*/ null, - /*0xE2*/ null, - /*0xE3*/ null, - /*0xE4*/ null, - /*0xE5*/ null, - /*0xE6*/ null, - /*0xE7*/ null, - /*0xE8*/ null, - /*0xE9*/ null, - /*0xEA*/ null, - /*0xEB*/ null, - /*0xEC*/ null, - /*0xED*/ new InvalidIns(), - /*0xEE*/ new AbsJumpIns(), - /*0xEF*/ new DebugIns(), - /*0xF0*/ new DebugLineIns(), - /*0xF1*/ new DebugFileIns(), - /*0xF2*/ new BkptLineIns(), - /*0xF3*/ new TimestampIns(), - /*0xF4*/ null, - /*0xF5*/ new VerifyPassIns(), - /*0xF6*/ new AllocIns(), - /*0xF7*/ new MarkIns(), - /*0xF8*/ new WbIns(), - /*0xF9*/ new PrologueIns(), - /*0xFA*/ new SendEnterIns(), - /*0xFB*/ new DoubleToAtomIns(), - /*0xFC*/ new SweepIns(), - /*0xFD*/ new CodeGenOpIns(), - /*0xFE*/ new VerifyOpIns(), - /*0xFF*/ new DecodeIns() + /*0x00*/null, + /*0x01*/ new BkptIns(), + /*0x02*/ new NopIns(), + /*0x03*/ new ThrowIns(), + /*0x04*/ new GetSuperIns(), + /*0x05*/ new SetSuperIns(), + /*0x06*/ new DXNSIns(), + /*0x07*/ new DXNSLateIns(), + /*0x08*/ new KillIns(), + /*0x09*/ new LabelIns(), + /*0x0A*/ new Lf32x4Ins(), + /*0x0B*/ new Sf32x4Ins(), + /*0x0C*/ new IfNLtIns(), + /*0x0D*/ new IfNLeIns(), + /*0x0E*/ new IfNGtIns(), + /*0x0F*/ new IfNGeIns(), + /*0x10*/ new JumpIns(), + /*0x11*/ new IfTrueIns(), + /*0x12*/ new IfFalseIns(), + /*0x13*/ new IfEqIns(), + /*0x14*/ new IfNeIns(), + /*0x15*/ new IfLtIns(), + /*0x16*/ new IfLeIns(), + /*0x17*/ new IfGtIns(), + /*0x18*/ new IfGeIns(), + /*0x19*/ new IfStrictEqIns(), + /*0x1A*/ new IfStrictNeIns(), + /*0x1B*/ new LookupSwitchIns(), + /*0x1C*/ new PushWithIns(), + /*0x1D*/ new PopScopeIns(), + /*0x1E*/ new NextNameIns(), + /*0x1F*/ new HasNextIns(), + /*0x20*/ new PushNullIns(), + /*0x21*/ new PushUndefinedIns(), + /*0x22*/ new PushFloatIns(), //major 47+ + /*0x22*/ new PushConstantIns(), //before major 47 + /*0x23*/ new NextValueIns(), + /*0x24*/ new PushByteIns(), + /*0x25*/ new PushShortIns(), + /*0x26*/ new PushTrueIns(), + /*0x27*/ new PushFalseIns(), + /*0x28*/ new PushNanIns(), + /*0x29*/ new PopIns(), + /*0x2A*/ new DupIns(), + /*0x2B*/ new SwapIns(), + /*0x2C*/ new PushStringIns(), + /*0x2D*/ new PushIntIns(), + /*0x2E*/ new PushUIntIns(), + /*0x2F*/ new PushDoubleIns(), + /*0x30*/ new PushScopeIns(), + /*0x31*/ new PushNamespaceIns(), + /*0x32*/ new HasNext2Ins(), + /*0x33*/ new PushDecimalIns(), //pushdecimal(minor 17), lix8 (internal-only) according to Tamarin + /*0x34*/ new PushDNanIns(), //pushdnan according to Flex SDK, lix16 (internal-only) according to Tamarin + /*0x35*/ new Li8Ins(), + /*0x36*/ new Li16Ins(), + /*0x37*/ new Li32Ins(), + /*0x38*/ new Lf32Ins(), + /*0x39*/ new Lf64Ins(), + /*0x3A*/ new Si8Ins(), + /*0x3B*/ new Si16Ins(), + /*0x3C*/ new Si32Ins(), + /*0x3D*/ new Sf32Ins(), + /*0x3E*/ new Sf64Ins(), + /*0x3F*/ null, + /*0x40*/ new NewFunctionIns(), + /*0x41*/ new CallIns(), + /*0x42*/ new ConstructIns(), + /*0x43*/ new CallMethodIns(), + /*0x44*/ new CallStaticIns(), + /*0x45*/ new CallSuperIns(), + /*0x46*/ new CallPropertyIns(), + /*0x47*/ new ReturnVoidIns(), + /*0x48*/ new ReturnValueIns(), + /*0x49*/ new ConstructSuperIns(), + /*0x4A*/ new ConstructPropIns(), + /*0x4B*/ new CallSuperIdIns(), + /*0x4C*/ new CallPropLexIns(), + /*0x4D*/ new CallInterfaceIns(), + /*0x4E*/ new CallSuperVoidIns(), + /*0x4F*/ new CallPropVoidIns(), + /*0x50*/ new Sxi1Ins(), + /*0x51*/ new Sxi8Ins(), + /*0x52*/ new Sxi16Ins(), + /*0x53*/ new ApplyTypeIns(), + /*0x54*/ new PushFloat4Ins(), //major 47+ + /*0x55*/ new NewObjectIns(), + /*0x56*/ new NewArrayIns(), + /*0x57*/ new NewActivationIns(), + /*0x58*/ new NewClassIns(), + /*0x59*/ new GetDescendantsIns(), + /*0x5A*/ new NewCatchIns(), + /*0x5B*/ new DelDescendantsIns(), //deldescendants according to Flex, findpropglobalstrict(internal-only) according to Tamarin + /*0x5C*/ //new FindPropGlobalIns(), //Tamarin (internal-only) + /*0x5D*/ new FindPropertyStrictIns(), + /*0x5E*/ new FindPropertyIns(), + /*0x5F*/ new FindDefIns(), + /*0x60*/ new GetLexIns(), + /*0x61*/ new SetPropertyIns(), + /*0x62*/ new GetLocalIns(), + /*0x63*/ new SetLocalIns(), + /*0x64*/ new GetGlobalScopeIns(), + /*0x65*/ new GetScopeObjectIns(), + /*0x66*/ new GetPropertyIns(), + /*0x67*/ new GetOuterScopeIns(), // new GetPropertyLateIns() + /*0x68*/ new InitPropertyIns(), + /*0x69*/ new SetPropertyLateIns(), + /*0x6A*/ new DeletePropertyIns(), + /*0x6B*/ new DeletePropertyLateIns(), + /*0x6C*/ new GetSlotIns(), + /*0x6D*/ new SetSlotIns(), + /*0x6E*/ new GetGlobalSlotIns(), + /*0x6F*/ new SetGlobalSlotIns(), + /*0x70*/ new ConvertSIns(), + /*0x71*/ new EscXElemIns(), + /*0x72*/ new EscXAttrIns(), + /*0x73*/ new ConvertIIns(), + /*0x74*/ new ConvertUIns(), + /*0x75*/ new ConvertDIns(), + /*0x76*/ new ConvertBIns(), + /*0x77*/ new ConvertOIns(), + /*0x78*/ new CheckFilterIns(), + /*0x79*/ new ConvertMIns(), //minor 17 (Flex) + /*0x79*/ new ConvertFIns(), //major 47+, SWF 15+ + /*0x7A*/ new ConvertMPIns(), //minor 17 (Flex) + /*0x7A*/ new UnPlusIns(), //major 47+, SWF 15+ + /*0x7B*/ new ConvertF4Ins(), //major 47+, SWF 15+ + /*0x7C*/ null, + /*0x7D*/ null, + /*0x7E*/ null, + /*0x7F*/ null, + /*0x80*/ new CoerceIns(), + /*0x81*/ new CoerceBIns(), + /*0x82*/ new CoerceAIns(), + /*0x83*/ new CoerceIIns(), + /*0x84*/ new CoerceDIns(), + /*0x85*/ new CoerceSIns(), + /*0x86*/ new AsTypeIns(), + /*0x87*/ new AsTypeLateIns(), + /*0x88*/ new CoerceUIns(), + /*0x89*/ new CoerceOIns(), + /*0x8A*/ null, + /*0x8B*/ null, + /*0x8C*/ null, + /*0x8D*/ null, + /*0x8E*/ null, + /*0x8F*/ new NegatePIns(), + /*0x90*/ new NegateIns(), + /*0x91*/ new IncrementIns(), + /*0x92*/ new IncLocalIns(), + /*0x93*/ new DecrementIns(), + /*0x94*/ new DecLocalIns(), + /*0x95*/ new TypeOfIns(), + /*0x96*/ new NotIns(), + /*0x97*/ new BitNotIns(), + /*0x98*/ null, + /*0x99*/ null, + /*0x9A*/ new ConcatIns(), + /*0x9B*/ new AddDIns(), + /*0x9C*/ new IncrementPIns(), + /*0x9D*/ new IncLocalPIns(), + /*0x9E*/ new DecrementPIns(), + /*0x9F*/ new DecLocalPIns(), + /*0xA0*/ new AddIns(), + /*0xA1*/ new SubtractIns(), + /*0xA2*/ new MultiplyIns(), + /*0xA3*/ new DivideIns(), + /*0xA4*/ new ModuloIns(), + /*0xA5*/ new LShiftIns(), + /*0xA6*/ new RShiftIns(), + /*0xA7*/ new URShiftIns(), + /*0xA8*/ new BitAndIns(), + /*0xA9*/ new BitOrIns(), + /*0xAA*/ new BitXorIns(), + /*0xAB*/ new EqualsIns(), + /*0xAC*/ new StrictEqualsIns(), + /*0xAD*/ new LessThanIns(), + /*0xAE*/ new LessEqualsIns(), + /*0xAF*/ new GreaterThanIns(), + /*0xB0*/ new GreaterEqualsIns(), + /*0xB1*/ new InstanceOfIns(), + /*0xB2*/ new IsTypeIns(), + /*0xB3*/ new IsTypeLateIns(), + /*0xB4*/ new InIns(), + /*0xB5*/ new AddPIns(), + /*0xB6*/ new SubtractPIns(), + /*0xB7*/ new MultiplyPIns(), + /*0xB8*/ new DividePIns(), + /*0xB9*/ new ModuloPIns(), + /*0xBA*/ null, + /*0xBB*/ null, + /*0xBC*/ null, + /*0xBD*/ null, + /*0xBE*/ null, + /*0xBF*/ null, + /*0xC0*/ new IncrementIIns(), + /*0xC1*/ new DecrementIIns(), + /*0xC2*/ new IncLocalIIns(), + /*0xC3*/ new DecLocalIIns(), + /*0xC4*/ new NegateIIns(), + /*0xC5*/ new AddIIns(), + /*0xC6*/ new SubtractIIns(), + /*0xC7*/ new MultiplyIIns(), + /*0xC8*/ null, + /*0xC9*/ null, + /*0xCA*/ null, + /*0xCB*/ null, + /*0xCC*/ null, + /*0xCD*/ null, + /*0xCE*/ null, + /*0xCF*/ null, + /*0xD0*/ new GetLocal0Ins(), + /*0xD1*/ new GetLocal1Ins(), + /*0xD2*/ new GetLocal2Ins(), + /*0xD3*/ new GetLocal3Ins(), + /*0xD4*/ new SetLocal0Ins(), + /*0xD5*/ new SetLocal1Ins(), + /*0xD6*/ new SetLocal2Ins(), + /*0xD7*/ new SetLocal3Ins(), + /*0xD8*/ null, + /*0xD9*/ null, + /*0xDA*/ null, + /*0xDB*/ null, + /*0xDC*/ null, + /*0xDD*/ null, + /*0xDE*/ null, + /*0xDF*/ null, + /*0xE0*/ null, + /*0xE1*/ null, + /*0xE2*/ null, + /*0xE3*/ null, + /*0xE4*/ null, + /*0xE5*/ null, + /*0xE6*/ null, + /*0xE7*/ null, + /*0xE8*/ null, + /*0xE9*/ null, + /*0xEA*/ null, + /*0xEB*/ null, + /*0xEC*/ null, + /*0xED*/ new InvalidIns(), + /*0xEE*/ new AbsJumpIns(), + /*0xEF*/ new DebugIns(), + /*0xF0*/ new DebugLineIns(), + /*0xF1*/ new DebugFileIns(), + /*0xF2*/ new BkptLineIns(), + /*0xF3*/ new TimestampIns(), + /*0xF4*/ null, + /*0xF5*/ new VerifyPassIns(), + /*0xF6*/ new AllocIns(), + /*0xF7*/ new MarkIns(), + /*0xF8*/ new WbIns(), + /*0xF9*/ new PrologueIns(), + /*0xFA*/ new SendEnterIns(), + /*0xFB*/ new DoubleToAtomIns(), + /*0xFC*/ new SweepIns(), + /*0xFD*/ new CodeGenOpIns(), + /*0xFE*/ new VerifyOpIns(), + /*0xFF*/ new DecodeIns() }; // endoflist @@ -822,8 +822,8 @@ public class AVM2Code implements Cloneable { } for (int i = 0; - i < instructionSet.length; - i++) { + i < instructionSet.length; + i++) { if (instructionSet[i] == null) { instructionSet[i] = new UnknownInstruction(i); } @@ -838,6 +838,7 @@ public class AVM2Code implements Cloneable { /** * Converts operand type to string. + * * @param ot Operand type * @return Operand type as string */ @@ -860,9 +861,9 @@ public class AVM2Code implements Cloneable { return ""; } - /** * Converts operand type to string. + * * @param ot Operand type * @param withTypeSize Whether to include type size * @return Operand type as string @@ -881,7 +882,6 @@ public class AVM2Code implements Cloneable { } - /** * Constructs AVM2Code object. */ @@ -891,6 +891,7 @@ public class AVM2Code implements Cloneable { /** * Constructs AVM2Code object. + * * @param capacity Capacity */ public AVM2Code(int capacity) { @@ -899,6 +900,7 @@ public class AVM2Code implements Cloneable { /** * Constructs AVM2Code object. + * * @param instructions List of instructions */ public AVM2Code(ArrayList instructions) { @@ -907,6 +909,7 @@ public class AVM2Code implements Cloneable { /** * Executes the code. + * * @param arguments Local registers values * @param constants Constant pool * @return Result of the execution @@ -918,6 +921,7 @@ public class AVM2Code implements Cloneable { /** * Executes the code. + * * @param arguments Local registers values * @param constants Constant pool * @param runtimeInfo Runtime information @@ -964,6 +968,7 @@ public class AVM2Code implements Cloneable { /** * Calculates the line debug file/line info and sets it to the instructions. + * * @param abc ABC */ public void calculateDebugFileLine(ABC abc) { @@ -972,6 +977,7 @@ public class AVM2Code implements Cloneable { /** * Calculates the line debug file/line info and sets it to the instructions. + * * @param debugFile Debug file * @param debugLine Debug line * @param pos Position @@ -1086,6 +1092,7 @@ public class AVM2Code implements Cloneable { /** * Constructs AVM2Code object from ABC input stream. + * * @param ais ABC input stream * @param body Method body * @throws IOException @@ -1317,6 +1324,7 @@ public class AVM2Code implements Cloneable { /** * Sets instruction operand. + * * @param ip Instruction pointer * @param operandIndex Operand index * @param value Value @@ -1329,6 +1337,7 @@ public class AVM2Code implements Cloneable { /** * Gets code bytes. + * * @return Code bytes */ public byte[] getBytes() { @@ -1337,6 +1346,7 @@ public class AVM2Code implements Cloneable { /** * Gets code bytes. + * * @param origBytes Original bytes * @return Code bytes */ @@ -1373,6 +1383,7 @@ public class AVM2Code implements Cloneable { /** * To string. + * * @return String */ @Override @@ -1387,6 +1398,7 @@ public class AVM2Code implements Cloneable { /** * Converts code to ASM source. + * * @param abc ABC * @return ASM source */ @@ -1396,6 +1408,7 @@ public class AVM2Code implements Cloneable { /** * Converts code to ASM source. + * * @param abc ABC * @param constants Constant pool * @return ASM source @@ -1409,6 +1422,7 @@ public class AVM2Code implements Cloneable { /** * Converts code to ASM source. + * * @param abc ABC * @param constants Constant pool * @param info Method info @@ -1423,6 +1437,7 @@ public class AVM2Code implements Cloneable { /** * Converts code to ASM source. + * * @param abc ABC * @param constants Constant pool * @param info Method info @@ -1588,6 +1603,7 @@ public class AVM2Code implements Cloneable { /** * Gets important offsets. + * * @param body Method body * @param tryEnds Whether to include try ends * @return Important offsets @@ -1613,6 +1629,7 @@ public class AVM2Code implements Cloneable { /** * Gets instruction at specific address. + * * @param address Address * @return Instruction or null if not found * @throws ConvertException @@ -1629,6 +1646,7 @@ public class AVM2Code implements Cloneable { /** * Converts address to position. + * * @param address Address * @return Position * @throws ConvertException @@ -1639,6 +1657,7 @@ public class AVM2Code implements Cloneable { /** * Converts address to position. + * * @param address Address * @param nearest Whether to find nearest position * @return Position @@ -1657,6 +1676,7 @@ public class AVM2Code implements Cloneable { /** * Converts address to position without throwing an exception. + * * @param address Address * @return Position */ @@ -1685,6 +1705,7 @@ public class AVM2Code implements Cloneable { /** * Converts position to address. + * * @param pos Position * @return Address */ @@ -1697,6 +1718,7 @@ public class AVM2Code implements Cloneable { /** * Gets end address after the last instruction. + * * @return End address */ public long getEndOffset() { @@ -1710,6 +1732,7 @@ public class AVM2Code implements Cloneable { /** * Gets local register names from debug info. + * * @param abc ABC * @param maxRegs Maximal register id * @return Map from register index to name @@ -1755,6 +1778,7 @@ public class AVM2Code implements Cloneable { /** * Gets position after debugline instruction and after jump instruction. + * * @param ip Current position * @return New position */ @@ -1782,6 +1806,7 @@ public class AVM2Code implements Cloneable { /** * Gets address after debugline instruction and after jump instruction. + * * @param addr Current address * @return New address * @throws ConvertException @@ -1967,6 +1992,7 @@ public class AVM2Code implements Cloneable { /** * Gets number of registers used in the code. + * * @return Number of registers */ public int getRegisterCount() { @@ -1988,6 +2014,7 @@ public class AVM2Code implements Cloneable { /** * Gets types of local registers. + * * @param constants Constant pool * @param fullyQualifiedNames Fully qualified names * @return Map from register id to type @@ -2026,6 +2053,7 @@ public class AVM2Code implements Cloneable { /** * Constructs a new Slot. + * * @param scope Scope * @param multiname Multiname */ @@ -2036,6 +2064,7 @@ public class AVM2Code implements Cloneable { /** * Equals. + * * @param obj Object * @return True if equal */ @@ -2051,6 +2080,7 @@ public class AVM2Code implements Cloneable { /** * Hash code. + * * @return Hash code */ @Override @@ -2071,6 +2101,7 @@ public class AVM2Code implements Cloneable { /** * Handles declaration of registers. + * * @param minreg Minimal register id * @param assignment Assignment * @param declaredRegisters Declared registers @@ -2132,6 +2163,7 @@ public class AVM2Code implements Cloneable { /** * Calculates index of property name in the slot list. + * * @param list List of slots * @param propertyName Property name * @param abc ABC @@ -2150,6 +2182,7 @@ public class AVM2Code implements Cloneable { /** * Injects declarations of registers/slots/properties etc. + * * @param level Level * @param paramNames Parameter names * @param items Items @@ -2421,6 +2454,7 @@ public class AVM2Code implements Cloneable { /** * Converts code to source - list of GraphTargetItems. + * * @param callStack Call stack * @param abcIndex ABC indexing * @param thisHasDefaultToPrimitive True if this has default to primitive @@ -2636,6 +2670,7 @@ public class AVM2Code implements Cloneable { /** * Updates instruction byte count at given address. + * * @param instructionAddress Instruction address * @param byteDelta Byte delta * @param body Method body @@ -2668,6 +2703,7 @@ public class AVM2Code implements Cloneable { /** * Updates instruction byte count at given position. + * * @param pos Position * @param byteDelta Byte delta * @param body Method body @@ -2679,6 +2715,7 @@ public class AVM2Code implements Cloneable { /** * Updates offsets (jumps) in the code with given updater. + * * @param updater Offset updater * @param body Method body */ @@ -2715,6 +2752,7 @@ public class AVM2Code implements Cloneable { /** * Fixes jumps to invalid addresses. + * * @param path Path * @param body Method body * @throws InterruptedException @@ -2756,6 +2794,7 @@ public class AVM2Code implements Cloneable { /** * Checks for invalid offsets (jumps) in the code. + * * @param body Method body */ public void checkValidOffsets(MethodBody body) { @@ -2779,6 +2818,7 @@ public class AVM2Code implements Cloneable { /** * Removes instruction at given position. + * * @param pos Position * @param body Method body */ @@ -2964,6 +3004,7 @@ public class AVM2Code implements Cloneable { /** * Removes traps (deobfuscation) + * * @param trait Trait * @param methodInfo Method info * @param body Method body @@ -2997,6 +3038,7 @@ public class AVM2Code implements Cloneable { /** * Handles register while walking code for stats. + * * @param stats Code stats * @param reg Register */ @@ -3008,6 +3050,7 @@ public class AVM2Code implements Cloneable { /** * Walks code for stats. + * * @param stats Code stats * @param pos Position * @param stack Stack @@ -3120,6 +3163,7 @@ public class AVM2Code implements Cloneable { /** * Gets stats. + * * @param abc ABC * @param body Method body * @param initScope Initial scope @@ -3167,9 +3211,10 @@ public class AVM2Code implements Cloneable { //stats.maxscope+=initScope; return stats; } + /** - * Calculates maxlocal value. - * Simplified version of getStats. + * Calculates maxlocal value. Simplified version of getStats. + * * @return Code stats */ public CodeStats getMaxLocal() { @@ -3194,6 +3239,7 @@ public class AVM2Code implements Cloneable { /** * Visit code. + * * @param ip Position * @param lastIp Last position * @param refs Map from position to list of references @@ -3263,6 +3309,7 @@ public class AVM2Code implements Cloneable { /** * Visits code. + * * @param body Method body * @return Map from position to list of references * @throws InterruptedException @@ -3285,6 +3332,7 @@ public class AVM2Code implements Cloneable { /** * Remove instructions that are marked as ignored. + * * @param body Method body * @throws InterruptedException */ @@ -3301,6 +3349,7 @@ public class AVM2Code implements Cloneable { /** * Removes dead code. + * * @param body Method body * @return Number of removed instructions * @throws InterruptedException @@ -3311,8 +3360,10 @@ public class AVM2Code implements Cloneable { /** * Removes dead code. + * * @param body Method body - * @param minChangedIpRef Minimum changed instruction position (as reference) + * @param minChangedIpRef Minimum changed instruction position (as + * reference) * @return Number of removed instructions * @throws InterruptedException */ @@ -3351,7 +3402,9 @@ public class AVM2Code implements Cloneable { } /** - * Replaces jumps to exit instructions (return, throw) with exit instruction. + * Replaces jumps to exit instructions (return, throw) with exit + * instruction. + * * @return True if modified */ public boolean inlineJumpExit() { @@ -3383,6 +3436,7 @@ public class AVM2Code implements Cloneable { /** * Gets reachable positions. + * * @param code AVM2 code * @param ip Current position * @param reachable Result - list of reachable positions @@ -3408,6 +3462,7 @@ public class AVM2Code implements Cloneable { /** * Checks if currentIp is direct ancestor. + * * @param currentIp Current position * @param ancestor Ancestor position * @param refs Map from position to list of references @@ -3419,6 +3474,7 @@ public class AVM2Code implements Cloneable { /** * Checks if currentIp is direct ancestor. + * * @param currentIp Current position * @param ancestor Ancestor position * @param refs Map from position to list of references @@ -3459,6 +3515,7 @@ public class AVM2Code implements Cloneable { /** * Gets reachable positions prior the current position. + * * @param currentIp Current position * @param refs Map from position to list of references * @param reachable Result - set of reachable positions @@ -3498,6 +3555,7 @@ public class AVM2Code implements Cloneable { /** * Clones AVM2 code. + * * @return Cloned AVM2 code */ @Override @@ -3519,9 +3577,8 @@ public class AVM2Code implements Cloneable { } /** - * Marks virtual addresses. - * Virtual address is the address of the instruction before any modifications to the code - * like deobfuscation etc. + * Marks virtual addresses. Virtual address is the address of the + * instruction before any modifications to the code like deobfuscation etc. */ public void markVirtualAddresses() { for (AVM2Instruction ins : code) { diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/AVM2ConstantPool.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/AVM2ConstantPool.java index fa1391a90..f63ec54ed 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/AVM2ConstantPool.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/AVM2ConstantPool.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ @@ -40,6 +40,7 @@ import java.util.logging.Logger; /** * AVM2 constant pool. + * * @author JPEXS */ public class AVM2ConstantPool implements Cloneable { @@ -134,6 +135,7 @@ public class AVM2ConstantPool implements Cloneable { /** * Gets cached multiname with namespace dottedchain. + * * @param multiName Multiname * @return Dotted chain */ @@ -143,6 +145,7 @@ public class AVM2ConstantPool implements Cloneable { /** * Caches multiname with namespace dotted chain. + * * @param multiName Multiname * @param multinameWithNamespace Dotted chain */ @@ -166,6 +169,7 @@ public class AVM2ConstantPool implements Cloneable { /** * Ensures that list has at least one - null - element. + * * @param list List */ private void ensureDefault(List list) { @@ -176,6 +180,7 @@ public class AVM2ConstantPool implements Cloneable { /** * Ensures that list of integers has the initial capacity. + * * @param capacity Capacity */ public void ensureIntCapacity(int capacity) { @@ -187,6 +192,7 @@ public class AVM2ConstantPool implements Cloneable { /** * Ensures that list of namespaces has the initial capacity. + * * @param capacity Capacity */ public void ensureNamespaceCapacity(int capacity) { @@ -198,6 +204,7 @@ public class AVM2ConstantPool implements Cloneable { /** * Ensures that list of namespace sets has the initial capacity. + * * @param capacity Capacity */ public void ensureNamespaceSetCapacity(int capacity) { @@ -209,6 +216,7 @@ public class AVM2ConstantPool implements Cloneable { /** * Ensures that list of multinames has the initial capacity. + * * @param capacity Capacity */ public void ensureMultinameCapacity(int capacity) { @@ -220,6 +228,7 @@ public class AVM2ConstantPool implements Cloneable { /** * Ensures that list of unsigned integers has the initial capacity. + * * @param capacity Capacity */ public void ensureUIntCapacity(int capacity) { @@ -231,6 +240,7 @@ public class AVM2ConstantPool implements Cloneable { /** * Ensures that list of doubles has the initial capacity. + * * @param capacity Capacity */ public void ensureDoubleCapacity(int capacity) { @@ -242,6 +252,7 @@ public class AVM2ConstantPool implements Cloneable { /** * Ensures that list of decimals has the initial capacity. + * * @param capacity Capacity */ public void ensureDecimalCapacity(int capacity) { @@ -253,6 +264,7 @@ public class AVM2ConstantPool implements Cloneable { /** * Ensures that list of floats has the initial capacity. + * * @param capacity Capacity */ public void ensureFloatCapacity(int capacity) { @@ -264,6 +276,7 @@ public class AVM2ConstantPool implements Cloneable { /** * Ensures that list of float4 has the initial capacity. + * * @param capacity Capacity */ public void ensureFloat4Capacity(int capacity) { @@ -275,6 +288,7 @@ public class AVM2ConstantPool implements Cloneable { /** * Ensures that list of strings has the initial capacity. + * * @param capacity Capacity */ public void ensureStringCapacity(int capacity) { @@ -286,6 +300,7 @@ public class AVM2ConstantPool implements Cloneable { /** * Adds an integer to the constant pool. + * * @param value Value * @return Index */ @@ -298,6 +313,7 @@ public class AVM2ConstantPool implements Cloneable { /** * Adds a namespace to the constant pool. + * * @param ns Namespace * @return Index */ @@ -309,6 +325,7 @@ public class AVM2ConstantPool implements Cloneable { /** * Adds a namespace to the constant pool. + * * @param kind Kind * @param nameIndex Name index * @return Index @@ -319,6 +336,7 @@ public class AVM2ConstantPool implements Cloneable { /** * Adds a namespace set to the constant pool. + * * @param nss Namespace set * @return Index */ @@ -330,6 +348,7 @@ public class AVM2ConstantPool implements Cloneable { /** * Adds a multiname to the constant pool. + * * @param m Multiname * @return Index */ @@ -341,6 +360,7 @@ public class AVM2ConstantPool implements Cloneable { /** * Adds an unsigned integer to the constant pool. + * * @param value Value * @return Index */ @@ -353,6 +373,7 @@ public class AVM2ConstantPool implements Cloneable { /** * Adds a double to the constant pool. + * * @param value Value * @return Index */ @@ -364,6 +385,7 @@ public class AVM2ConstantPool implements Cloneable { /** * Adds a decimal to the constant pool. + * * @param value Value * @return Index */ @@ -375,6 +397,7 @@ public class AVM2ConstantPool implements Cloneable { /** * Adds a float to the constant pool. + * * @param value Value * @return Index */ @@ -386,6 +409,7 @@ public class AVM2ConstantPool implements Cloneable { /** * Adds a float4 to the constant pool. + * * @param value Value * @return Index */ @@ -397,6 +421,7 @@ public class AVM2ConstantPool implements Cloneable { /** * Adds a string to the constant pool. + * * @param value Value * @return Index */ @@ -408,6 +433,7 @@ public class AVM2ConstantPool implements Cloneable { /** * Sets an integer at the specified index. + * * @param index Index * @param value Value * @return Value @@ -419,6 +445,7 @@ public class AVM2ConstantPool implements Cloneable { /** * Sets a namespace at the specified index. + * * @param index Index * @param ns Namespace * @return Namespace @@ -430,6 +457,7 @@ public class AVM2ConstantPool implements Cloneable { /** * Sets a namespace set at the specified index. + * * @param index Index * @param nss Namespace set * @return Namespace set @@ -441,6 +469,7 @@ public class AVM2ConstantPool implements Cloneable { /** * Sets a multiname at the specified index. + * * @param index Index * @param m Multiname * @return Multiname @@ -452,6 +481,7 @@ public class AVM2ConstantPool implements Cloneable { /** * Sets an unsigned integer at the specified index. + * * @param index Index * @param value Value * @return Value @@ -463,6 +493,7 @@ public class AVM2ConstantPool implements Cloneable { /** * Sets a double at the specified index. + * * @param index Index * @param value Value * @return Value @@ -474,6 +505,7 @@ public class AVM2ConstantPool implements Cloneable { /** * Sets a decimal at the specified index. + * * @param index Index * @param value Value * @return Value @@ -485,6 +517,7 @@ public class AVM2ConstantPool implements Cloneable { /** * Sets a float at the specified index. + * * @param index Index * @param value Value * @return Value @@ -496,6 +529,7 @@ public class AVM2ConstantPool implements Cloneable { /** * Sets a float4 at the specified index. + * * @param index Index * @param value Value * @return Value @@ -507,6 +541,7 @@ public class AVM2ConstantPool implements Cloneable { /** * Sets a string at the specified index. + * * @param index Index * @param value Value * @return Value @@ -518,6 +553,7 @@ public class AVM2ConstantPool implements Cloneable { /** * Gets an integer at the specified index. + * * @param index Index * @return Value */ @@ -530,6 +566,7 @@ public class AVM2ConstantPool implements Cloneable { /** * Gets a namespace at the specified index. + * * @param index Index * @return Namespace */ @@ -539,6 +576,7 @@ public class AVM2ConstantPool implements Cloneable { /** * Gets a namespace set at the specified index. + * * @param index Index * @return Namespace set */ @@ -572,6 +610,7 @@ public class AVM2ConstantPool implements Cloneable { /** * Gets a multiname at the specified index. + * * @param index Index * @return Multiname */ @@ -581,6 +620,7 @@ public class AVM2ConstantPool implements Cloneable { /** * Gets an unsigned integer at the specified index. + * * @param index Index * @return Value */ @@ -593,6 +633,7 @@ public class AVM2ConstantPool implements Cloneable { /** * Gets a double at the specified index. + * * @param index Index * @return Value */ @@ -605,6 +646,7 @@ public class AVM2ConstantPool implements Cloneable { /** * Gets a decimal at the specified index. + * * @param index Index * @return Value */ @@ -614,6 +656,7 @@ public class AVM2ConstantPool implements Cloneable { /** * Gets a float at the specified index. + * * @param index Index * @return Value */ @@ -623,6 +666,7 @@ public class AVM2ConstantPool implements Cloneable { /** * Gets a float4 at the specified index. + * * @param index Index * @return Value */ @@ -632,6 +676,7 @@ public class AVM2ConstantPool implements Cloneable { /** * Gets a string at the specified index. + * * @param index Index * @return Value */ @@ -641,6 +686,7 @@ public class AVM2ConstantPool implements Cloneable { /** * Gets the number of integers in the constant pool. + * * @return Count */ public int getIntCount() { @@ -649,6 +695,7 @@ public class AVM2ConstantPool implements Cloneable { /** * Gets the number of namespaces in the constant pool. + * * @return Count */ public int getNamespaceCount() { @@ -657,6 +704,7 @@ public class AVM2ConstantPool implements Cloneable { /** * Gets the number of namespace sets in the constant pool. + * * @return Count */ public int getNamespaceSetCount() { @@ -665,6 +713,7 @@ public class AVM2ConstantPool implements Cloneable { /** * Gets the number of multinames in the constant pool. + * * @return Count */ public int getMultinameCount() { @@ -673,6 +722,7 @@ public class AVM2ConstantPool implements Cloneable { /** * Gets the number of unsigned integers in the constant pool. + * * @return Count */ public int getUIntCount() { @@ -681,6 +731,7 @@ public class AVM2ConstantPool implements Cloneable { /** * Gets the number of doubles in the constant pool. + * * @return Count */ public int getDoubleCount() { @@ -689,6 +740,7 @@ public class AVM2ConstantPool implements Cloneable { /** * Gets the number of decimals in the constant pool. + * * @return Count */ public int getDecimalCount() { @@ -697,6 +749,7 @@ public class AVM2ConstantPool implements Cloneable { /** * Gets the number of floats in the constant pool. + * * @return Count */ public int getFloatCount() { @@ -705,6 +758,7 @@ public class AVM2ConstantPool implements Cloneable { /** * Gets the number of float4s in the constant pool. + * * @return Count */ public int getFloat4Count() { @@ -713,6 +767,7 @@ public class AVM2ConstantPool implements Cloneable { /** * Gets the number of strings in the constant pool. + * * @return Count */ public int getStringCount() { @@ -720,9 +775,10 @@ public class AVM2ConstantPool implements Cloneable { } /** - * Gets sub index of namespace with the specified namespace id. - * The namespaces that have the same name and kind are considered to be the same, - * so they have assigned a sub index to distinguish them. + * Gets sub index of namespace with the specified namespace id. The + * namespaces that have the same name and kind are considered to be the + * same, so they have assigned a sub index to distinguish them. + * * @param namespaceId Namespace id * @return Sub index */ @@ -738,7 +794,9 @@ public class AVM2ConstantPool implements Cloneable { } /** - * Gets the namespace id of the namespace with the specified kind, name index and sub index. + * Gets the namespace id of the namespace with the specified kind, name + * index and sub index. + * * @param kind Kind * @param nameIndex Name index * @param index Sub index @@ -758,7 +816,9 @@ public class AVM2ConstantPool implements Cloneable { } /** - * Gets the namespace id of the namespace with the specified kind, name and sub index. + * Gets the namespace id of the namespace with the specified kind, name and + * sub index. + * * @param kind Kind * @param nameIndex Name index * @param index Sub index @@ -774,7 +834,9 @@ public class AVM2ConstantPool implements Cloneable { } /** - * Gets the namespace id of the namespace with the specified kind, name and sub index. + * Gets the namespace id of the namespace with the specified kind, name and + * sub index. + * * @param kind Kind * @param name Name * @param index Sub index @@ -791,7 +853,9 @@ public class AVM2ConstantPool implements Cloneable { } /** - * Gets the namespace id of the namespace with the specified kind, name and sub index. + * Gets the namespace id of the namespace with the specified kind, name and + * sub index. + * * @param kind Kind * @param name Name * @param index Sub index @@ -808,6 +872,7 @@ public class AVM2ConstantPool implements Cloneable { /** * Gets decimal id. + * * @param val Decimal * @param add Whether to add the decimal if it does not exist * @return Decimal id @@ -822,6 +887,7 @@ public class AVM2ConstantPool implements Cloneable { /** * Gets decimal id. + * * @param value Value * @return Decimal id */ @@ -831,6 +897,7 @@ public class AVM2ConstantPool implements Cloneable { /** * Gets Qname id. + * * @param name Name * @param namespaceKind Namespace kind * @param namespaceName Namespace name @@ -843,6 +910,7 @@ public class AVM2ConstantPool implements Cloneable { /** * Gets public Qname id. + * * @param name Name * @param add Whether to add the Qname if it does not exist * @return Qname id @@ -853,6 +921,7 @@ public class AVM2ConstantPool implements Cloneable { /** * Gets Multiname id. + * * @param value Multiname * @return Multiname id */ @@ -862,6 +931,7 @@ public class AVM2ConstantPool implements Cloneable { /** * Gets Multiname id. + * * @param val Multiname * @param add Whether to add the Multiname if it does not exist * @return Multiname id @@ -894,6 +964,7 @@ public class AVM2ConstantPool implements Cloneable { /** * Gets string id. + * * @param value Value * @return String id */ @@ -903,6 +974,7 @@ public class AVM2ConstantPool implements Cloneable { /** * Gets string id. + * * @param val Value * @param add Whether to add the string if it does not exist * @return String id @@ -920,6 +992,7 @@ public class AVM2ConstantPool implements Cloneable { /** * Gets string id. + * * @param val Value * @param add Whether to add the string if it does not exist * @return String id @@ -934,6 +1007,7 @@ public class AVM2ConstantPool implements Cloneable { /** * Gets integer id. + * * @param value Value * @return Integer id */ @@ -943,6 +1017,7 @@ public class AVM2ConstantPool implements Cloneable { /** * Gets integer id. + * * @param val Value * @param add Whether to add the integer if it does not exist * @return Integer id @@ -957,6 +1032,7 @@ public class AVM2ConstantPool implements Cloneable { /** * Gets namespace set id. + * * @param namespaces Namespaces * @return Namespace set id */ @@ -986,6 +1062,7 @@ public class AVM2ConstantPool implements Cloneable { /** * Gets namespace set id. + * * @param namespaces Namespaces * @param add Whether to add the namespace set if it does not exist * @return Namespace set id @@ -1000,6 +1077,7 @@ public class AVM2ConstantPool implements Cloneable { /** * Gets unsigned integer id. + * * @param value Value * @return Unsigned integer id */ @@ -1009,6 +1087,7 @@ public class AVM2ConstantPool implements Cloneable { /** * Gets unsigned integer id. + * * @param val Value * @param add Whether to add the unsigned integer if it does not exist * @return Unsigned integer id @@ -1023,6 +1102,7 @@ public class AVM2ConstantPool implements Cloneable { /** * Gets double id. + * * @param value Value * @return Double id */ @@ -1032,6 +1112,7 @@ public class AVM2ConstantPool implements Cloneable { /** * Gets double id. + * * @param val Value * @param add Whether to add the double if it does not exist * @return Double id @@ -1046,6 +1127,7 @@ public class AVM2ConstantPool implements Cloneable { /** * Gets float id. + * * @param value Value * @return Float id */ @@ -1055,6 +1137,7 @@ public class AVM2ConstantPool implements Cloneable { /** * Gets float id. + * * @param val Value * @param add Whether to add the float if it does not exist * @return Float id @@ -1069,6 +1152,7 @@ public class AVM2ConstantPool implements Cloneable { /** * Gets float4 id. + * * @param value Value * @return Float4 id */ @@ -1078,6 +1162,7 @@ public class AVM2ConstantPool implements Cloneable { /** * Gets float4 id. + * * @param val Value * @param add Whether to add the float4 if it does not exist * @return Float4 id @@ -1092,6 +1177,7 @@ public class AVM2ConstantPool implements Cloneable { /** * Gets the string at the specified index as dotted chain. + * * @param index Index * @return Dotted chain */ @@ -1108,6 +1194,7 @@ public class AVM2ConstantPool implements Cloneable { /** * Dumps the constant pool. + * * @param writer Writer */ public void dump(Utf8PrintWriter writer) { @@ -1137,6 +1224,7 @@ public class AVM2ConstantPool implements Cloneable { /** * Converts multiname to string. + * * @param index Multiname index * @return String */ @@ -1149,6 +1237,7 @@ public class AVM2ConstantPool implements Cloneable { /** * Converts namespace to string. + * * @param index Namespace index * @return String */ @@ -1161,6 +1250,7 @@ public class AVM2ConstantPool implements Cloneable { /** * Converts namespace set to string. + * * @param index Namespace set index * @return String */ @@ -1173,6 +1263,7 @@ public class AVM2ConstantPool implements Cloneable { /** * Clones the constant pool. + * * @return Cloned constant pool */ @Override @@ -1199,6 +1290,7 @@ public class AVM2ConstantPool implements Cloneable { /** * Makes a push instruction for the specified value. + * * @param ovalue Value * @return Instruction */ @@ -1363,8 +1455,8 @@ public class AVM2ConstantPool implements Cloneable { } /** - * Checks cyclic type names. - * A type name is cyclic if it references itself or any of its children. + * Checks cyclic type names. A type name is cyclic if it references itself + * or any of its children. */ public void checkCyclicTypeNames() { for (int i = 0; i < constant_multiname.size(); i++) { diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/AVM2Deobfuscation.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/AVM2Deobfuscation.java index bce3b0dd1..0171abc87 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/AVM2Deobfuscation.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/AVM2Deobfuscation.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ @@ -30,6 +30,7 @@ import java.util.regex.Pattern; /** * AVM2 deobfuscation. + * * @author JPEXS */ public class AVM2Deobfuscation { @@ -81,6 +82,7 @@ public class AVM2Deobfuscation { /** * Constructs AVM2 deobfuscation. + * * @param swf SWF * @param constants AVM2 constant pool */ @@ -91,6 +93,7 @@ public class AVM2Deobfuscation { /** * Checks if string is valid namespace part. + * * @param s String * @return True if string is valid namespace part */ @@ -119,6 +122,7 @@ public class AVM2Deobfuscation { /** * Gets built-in namespace. + * * @param ns Namespace * @return Built-in namespace */ @@ -137,6 +141,7 @@ public class AVM2Deobfuscation { /** * Generates random string. + * * @param deobfuscated Deobfuscated names * @param orig Original name * @param firstUppercase First uppercase @@ -176,6 +181,7 @@ public class AVM2Deobfuscation { /** * Deobfuscates package name. + * * @param stringUsageTypes String usage types * @param stringUsages String usages * @param namesMap Names map @@ -223,6 +229,7 @@ public class AVM2Deobfuscation { /** * Deobfuscates name. + * * @param stringUsageTypes String usage types * @param stringUsages String usages * @param namespaceUsages Namespace usages diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/AVM2FinalProcessLocalData.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/AVM2FinalProcessLocalData.java index 8ccf30a8a..5c1396f07 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/AVM2FinalProcessLocalData.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/AVM2FinalProcessLocalData.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ @@ -26,6 +26,7 @@ import java.util.Set; /** * AVM2 final process local data. + * * @author JPEXS */ public class AVM2FinalProcessLocalData extends FinalProcessLocalData { @@ -42,9 +43,12 @@ public class AVM2FinalProcessLocalData extends FinalProcessLocalData { /** * Constructs AVM2 final process local data. + * * @param loops List of loops - * @param localRegNames Local register names - register number to name mapping - * @param setLocalPosToGetLocalPos Set local position to get local position mapping + * @param localRegNames Local register names - register number to name + * mapping + * @param setLocalPosToGetLocalPos Set local position to get local position + * mapping */ public AVM2FinalProcessLocalData(List loops, HashMap localRegNames, Map> setLocalPosToGetLocalPos) { super(loops); @@ -54,6 +58,7 @@ public class AVM2FinalProcessLocalData extends FinalProcessLocalData { /** * Gets getlocal positions for setlocal position. + * * @param setLocalPos Setlocal position * @return Set of getlocal positions */ diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/AVM2Runtime.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/AVM2Runtime.java index fc177ca7e..a261c1eb4 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/AVM2Runtime.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/AVM2Runtime.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ @@ -18,6 +18,7 @@ package com.jpexs.decompiler.flash.abc.avm2; /** * Type of AVM2 runtime enum. + * * @author JPEXS */ public enum AVM2Runtime { diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/AVM2RuntimeInfo.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/AVM2RuntimeInfo.java index e9c05e6cc..79ecc37d8 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/AVM2RuntimeInfo.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/AVM2RuntimeInfo.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ @@ -18,6 +18,7 @@ package com.jpexs.decompiler.flash.abc.avm2; /** * Info of AVM2 runtime. + * * @author JPEXS */ public class AVM2RuntimeInfo { @@ -39,6 +40,7 @@ public class AVM2RuntimeInfo { /** * Constructs AVM2 runtime info. + * * @param runtime AVM2 runtime * @param version AVM2 version * @param debug Debug flag diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/CodeStats.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/CodeStats.java index 4bc38fe64..0e9886404 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/CodeStats.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/CodeStats.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ @@ -26,6 +26,7 @@ import java.util.List; /** * Code statistics. + * * @author JPEXS */ public class CodeStats { @@ -67,6 +68,7 @@ public class CodeStats { /** * Converts statistics to string. + * * @param writer Writer * @param abc ABC * @param fullyQualifiedNames Fully qualified names @@ -95,6 +97,7 @@ public class CodeStats { /** * Constructs code statistics. + * * @param code AVM2 code */ public CodeStats(AVM2Code code) { diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/ConvertException.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/ConvertException.java index a04a15976..258f4e02a 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/ConvertException.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/ConvertException.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ @@ -18,6 +18,7 @@ package com.jpexs.decompiler.flash.abc.avm2; /** * Convert exception. + * * @author JPEXS */ public class ConvertException extends RuntimeException { @@ -27,9 +28,9 @@ public class ConvertException extends RuntimeException { */ public int line; - /** * Constructs convert exception. + * * @param s Message * @param line Line number */ diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/ConvertOutput.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/ConvertOutput.java index cac94d033..48c37c3a6 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/ConvertOutput.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/ConvertOutput.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ @@ -22,6 +22,7 @@ import java.util.List; /** * Conversion output. + * * @author JPEXS */ public class ConvertOutput { @@ -38,6 +39,7 @@ public class ConvertOutput { /** * Constructs conversion output. + * * @param stack Translate stack * @param output Output */ diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/FixItemCounterTranslateStack.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/FixItemCounterTranslateStack.java index 7744c7d25..000961944 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/FixItemCounterTranslateStack.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/FixItemCounterTranslateStack.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ @@ -21,6 +21,7 @@ import com.jpexs.decompiler.graph.TranslateStack; /** * Translate stack that counts the number of items pushed and not popped. + * * @author JPEXS */ public class FixItemCounterTranslateStack extends TranslateStack { @@ -32,6 +33,7 @@ public class FixItemCounterTranslateStack extends TranslateStack { /** * Constructs a new FixItemCounterTranslateStack + * * @param path Path */ public FixItemCounterTranslateStack(String path) { @@ -40,6 +42,7 @@ public class FixItemCounterTranslateStack extends TranslateStack { /** * Pops an item from the stack + * * @return The popped item */ @Override @@ -54,6 +57,7 @@ public class FixItemCounterTranslateStack extends TranslateStack { /** * Removes the element at the specified index + * * @param index the index of the element to be removed * @return The removed element */ @@ -67,6 +71,7 @@ public class FixItemCounterTranslateStack extends TranslateStack { /** * All items were never popped. + * * @return True if all items were never popped */ public boolean allItemsFixed() { @@ -75,6 +80,7 @@ public class FixItemCounterTranslateStack extends TranslateStack { /** * Gets the number of items that were never popped + * * @return The number of items that were never popped */ public int getFixItemCount() { diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/InstructionStats.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/InstructionStats.java index af2a298cc..d614c7bec 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/InstructionStats.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/InstructionStats.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ @@ -20,6 +20,7 @@ import com.jpexs.decompiler.flash.abc.avm2.instructions.AVM2Instruction; /** * Instruction statistics. + * * @author JPEXS */ public class InstructionStats { @@ -56,6 +57,7 @@ public class InstructionStats { /** * Constructs a new InstructionStats object + * * @param ins Instruction */ public InstructionStats(AVM2Instruction ins) { diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/InvalidInstructionArgumentsException.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/InvalidInstructionArgumentsException.java index 458f01cbc..b322e063a 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/InvalidInstructionArgumentsException.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/InvalidInstructionArgumentsException.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ @@ -18,6 +18,7 @@ package com.jpexs.decompiler.flash.abc.avm2; /** * Invalid instruction arguments exception. + * * @author JPEXS */ public class InvalidInstructionArgumentsException extends RuntimeException { diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/LocalDataArea.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/LocalDataArea.java index a5c7ac2fe..76528f91f 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/LocalDataArea.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/LocalDataArea.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ @@ -21,6 +21,7 @@ import java.util.Stack; /** * Local data area for AVM2 method execution. + * * @author JPEXS */ public class LocalDataArea { @@ -73,6 +74,7 @@ public class LocalDataArea { /** * Gets domain memory. + * * @return Domain memory bytes. */ public byte[] getDomainMemory() { @@ -85,6 +87,7 @@ public class LocalDataArea { /** * Gets runtime. + * * @return Runtime. */ public AVM2Runtime getRuntime() { @@ -93,6 +96,7 @@ public class LocalDataArea { /** * Gets debug flag. + * * @return True if debug flag is set. */ public boolean isDebug() { diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/NumberContext.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/NumberContext.java index 78e633792..41272458b 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/NumberContext.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/NumberContext.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ @@ -76,6 +76,7 @@ public class NumberContext { /** * Sets the usage of the number. + * * @param usage */ public void setUsage(int usage) { @@ -87,6 +88,7 @@ public class NumberContext { /** * Gets the usage of the number. + * * @return Usage of the number. */ public int getUsage() { @@ -95,6 +97,7 @@ public class NumberContext { /** * Gets the precision of the number. + * * @return Precision of the number. */ public int getPrecision() { @@ -103,6 +106,7 @@ public class NumberContext { /** * Sets the precision of the number. + * * @param precision Precision of the number. */ public void setPrecision(int precision) { @@ -114,6 +118,7 @@ public class NumberContext { /** * Converts the number context to a parameter. + * * @return Parameter. */ public int toParam() { diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/OffsetUpdater.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/OffsetUpdater.java index 17493315e..dcf7b8660 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/OffsetUpdater.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/OffsetUpdater.java @@ -1,30 +1,32 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ package com.jpexs.decompiler.flash.abc.avm2; /** - * Offset updater interface. - * Used to update offsets in instructions and operands. + * Offset updater interface. Used to update offsets in instructions and + * operands. + * * @author JPEXS */ public interface OffsetUpdater { /** * Updates instruction offset. + * * @param addr Address of the instruction * @return New address of the instruction */ @@ -32,6 +34,7 @@ public interface OffsetUpdater { /** * Updates operand offset. + * * @param jumpAddr Address of the jump instruction * @param targetAddress Address of the target instruction * @param offset Operand (offset) of the jump instruction diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/UnknownInstructionCodeException.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/UnknownInstructionCodeException.java index c61a78798..7ab225392 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/UnknownInstructionCodeException.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/UnknownInstructionCodeException.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ @@ -18,6 +18,7 @@ package com.jpexs.decompiler.flash.abc.avm2; /** * Exception thrown when unknown instruction code is found. + * * @author JPEXS */ public class UnknownInstructionCodeException extends RuntimeException { @@ -29,6 +30,7 @@ public class UnknownInstructionCodeException extends RuntimeException { /** * Constructs a new UnknownInstructionCodeException. + * * @param code Instruction code */ public UnknownInstructionCodeException(int code) { diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/deobfuscation/AVM2DeobfuscatorGetSet.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/deobfuscation/AVM2DeobfuscatorGetSet.java index 58891ab81..2a56b21ec 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/deobfuscation/AVM2DeobfuscatorGetSet.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/deobfuscation/AVM2DeobfuscatorGetSet.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ @@ -47,9 +47,8 @@ import java.util.List; import java.util.Map; /** - * * AVM2 Deobfuscator removing single get / set registers. - * + *

* Example: getlocal_1, getlocal_2, (kill 1), (kill 2), setlocal_2, setlocal_1 * * @author JPEXS @@ -73,6 +72,7 @@ public class AVM2DeobfuscatorGetSet extends SWFDecompilerAdapter { /** * Remove obfuscation get sets + * * @param classIndex Class index * @param isStatic Is static * @param scriptIndex Script index @@ -121,6 +121,7 @@ public class AVM2DeobfuscatorGetSet extends SWFDecompilerAdapter { /** * Remove unreachable instructions. + * * @param code AVM2 code * @param body Method body * @throws InterruptedException @@ -131,6 +132,7 @@ public class AVM2DeobfuscatorGetSet extends SWFDecompilerAdapter { /** * Create new local data. + * * @param scriptIndex Script index * @param abc ABC * @param cpool Constant pool @@ -162,6 +164,7 @@ public class AVM2DeobfuscatorGetSet extends SWFDecompilerAdapter { /** * Initialize local registers. + * * @param localData AVM2 local data * @param localReservedCount Local reserved count * @param maxRegs Maximum registers @@ -177,6 +180,7 @@ public class AVM2DeobfuscatorGetSet extends SWFDecompilerAdapter { /** * Execute instructions. + * * @param body Method body * @param code AVM2 code * @param localData AVM2 local data @@ -270,6 +274,7 @@ public class AVM2DeobfuscatorGetSet extends SWFDecompilerAdapter { /** * AVM2 code remove traps. + * * @param path Path * @param classIndex Class index * @param isStatic Is static diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/deobfuscation/AVM2DeobfuscatorGroupParts.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/deobfuscation/AVM2DeobfuscatorGroupParts.java index ab0e103f7..8a497e052 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/deobfuscation/AVM2DeobfuscatorGroupParts.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/deobfuscation/AVM2DeobfuscatorGroupParts.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ @@ -101,9 +101,9 @@ A: jump B C: blk_4 */ - /** * Removes dead code and merges jump parts. + * * @param path Path * @param classIndex Class index * @param isStatic Is static @@ -180,6 +180,7 @@ C: blk_4 /** * Gets real refs. + * * @param refs Refs * @param ip IP * @return Real refs diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/deobfuscation/AVM2DeobfuscatorJumps.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/deobfuscation/AVM2DeobfuscatorJumps.java index 6b09e946b..bcbabe2d9 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/deobfuscation/AVM2DeobfuscatorJumps.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/deobfuscation/AVM2DeobfuscatorJumps.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ @@ -30,16 +30,15 @@ import java.util.List; import java.util.Map; /** - * * AVM2 Deobfuscator replacing jumps/ifs targeting other jumps. * - * * @author JPEXS */ public class AVM2DeobfuscatorJumps extends SWFDecompilerAdapter { /** * Removes jumps/ifs targeting other jumps. + * * @param path Path * @param classIndex Class index * @param isStatic Is static diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/deobfuscation/AVM2DeobfuscatorRegisters.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/deobfuscation/AVM2DeobfuscatorRegisters.java index 8929b34a0..a835bcbfd 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/deobfuscation/AVM2DeobfuscatorRegisters.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/deobfuscation/AVM2DeobfuscatorRegisters.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ @@ -55,9 +55,8 @@ import java.util.logging.Level; import java.util.logging.Logger; /** - * * AVM2 Deobfuscator removing single assigned local registers. - * + *

* Example: var a = true; var b = false; ... if(a){ ...ok }else{ not executed } * * @author JPEXS @@ -66,6 +65,7 @@ public class AVM2DeobfuscatorRegisters extends AVM2DeobfuscatorSimple { /** * Gets registers used in the code. + * * @param code AVM2 code * @return Set of registers */ @@ -95,6 +95,7 @@ public class AVM2DeobfuscatorRegisters extends AVM2DeobfuscatorSimple { /** * Removes single assigned local registers. + * * @param path Path * @param classIndex Class index * @param isStatic Is static @@ -174,6 +175,7 @@ public class AVM2DeobfuscatorRegisters extends AVM2DeobfuscatorSimple { /** * Replaces single use registers. + * * @param singleRegisters Single registers * @param setInss Set instructions * @param classIndex Class index @@ -215,6 +217,7 @@ public class AVM2DeobfuscatorRegisters extends AVM2DeobfuscatorSimple { /** * Gets first register id which has setter. + * * @param assignment Assignment * @param body Method body * @param abc ABC @@ -235,6 +238,7 @@ public class AVM2DeobfuscatorRegisters extends AVM2DeobfuscatorSimple { /** * Visits code. + * * @param assignment Assignment * @param visited Visited * @param stack Stack diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/deobfuscation/AVM2DeobfuscatorRegistersOld.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/deobfuscation/AVM2DeobfuscatorRegistersOld.java index 305bc97ae..3fbf1c919 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/deobfuscation/AVM2DeobfuscatorRegistersOld.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/deobfuscation/AVM2DeobfuscatorRegistersOld.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ @@ -52,9 +52,8 @@ import java.util.Map; import java.util.Set; /** - * * AVM2 Deobfuscator removing single assigned local registers. - * + *

* Example: var a = true; var b = false; ... if(a){ ...ok }else{ not executed } * * @author JPEXS @@ -63,6 +62,7 @@ public class AVM2DeobfuscatorRegistersOld extends AVM2DeobfuscatorSimpleOld { /** * Gets all register ids. + * * @param code AVM2 code * @return Set of register ids */ @@ -92,6 +92,7 @@ public class AVM2DeobfuscatorRegistersOld extends AVM2DeobfuscatorSimpleOld { /** * Removes single assigned local registers. + * * @param path Path * @param classIndex Class index * @param isStatic Is static @@ -171,6 +172,7 @@ public class AVM2DeobfuscatorRegistersOld extends AVM2DeobfuscatorSimpleOld { /** * Gets first register with setter. + * * @param assignment Assignment * @param classIndex Class index * @param isStatic Is static @@ -209,6 +211,7 @@ public class AVM2DeobfuscatorRegistersOld extends AVM2DeobfuscatorSimpleOld { /** * Constructs a new instance of ExceptionTargetIpPair. + * * @param exception Exception * @param targetIp Target ip */ @@ -219,6 +222,7 @@ public class AVM2DeobfuscatorRegistersOld extends AVM2DeobfuscatorSimpleOld { /** * Gets exception. + * * @return Exception */ public ABCException getException() { @@ -227,6 +231,7 @@ public class AVM2DeobfuscatorRegistersOld extends AVM2DeobfuscatorSimpleOld { /** * Gets target ip. + * * @return Target ip */ public int getTargetIp() { @@ -237,6 +242,7 @@ public class AVM2DeobfuscatorRegistersOld extends AVM2DeobfuscatorSimpleOld { /** * Visits code. + * * @param assignment Assignment * @param visited Visited * @param stack Stack diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/deobfuscation/AVM2DeobfuscatorSimple.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/deobfuscation/AVM2DeobfuscatorSimple.java index 66862a71e..e48d73833 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/deobfuscation/AVM2DeobfuscatorSimple.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/deobfuscation/AVM2DeobfuscatorSimple.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ @@ -85,6 +85,7 @@ import java.util.Stack; /** * Simple AVM2 deobfuscator. + * * @author JPEXS */ public class AVM2DeobfuscatorSimple extends AVM2DeobfuscatorZeroJumpsNullPushes { @@ -96,6 +97,7 @@ public class AVM2DeobfuscatorSimple extends AVM2DeobfuscatorZeroJumpsNullPushes /** * Removes obfuscation ifs. + * * @param classIndex Class index * @param isStatic Is static * @param scriptIndex Script index @@ -144,6 +146,7 @@ public class AVM2DeobfuscatorSimple extends AVM2DeobfuscatorZeroJumpsNullPushes /** * Initializes local registers. + * * @param localData Local data * @param localReservedCount Count of reserved local registers * @param maxRegs Maximum registers @@ -160,6 +163,7 @@ public class AVM2DeobfuscatorSimple extends AVM2DeobfuscatorZeroJumpsNullPushes /** * Executes instructions. + * * @param staticRegs Static registers * @param body Method body * @param abc ABC @@ -385,6 +389,7 @@ public class AVM2DeobfuscatorSimple extends AVM2DeobfuscatorZeroJumpsNullPushes /** * Simple deobfuscation. + * * @param path Path * @param classIndex Class index * @param isStatic Is static diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/deobfuscation/AVM2DeobfuscatorSimpleOld.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/deobfuscation/AVM2DeobfuscatorSimpleOld.java index c38d6d650..fed5a21ac 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/deobfuscation/AVM2DeobfuscatorSimpleOld.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/deobfuscation/AVM2DeobfuscatorSimpleOld.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ @@ -110,6 +110,7 @@ import java.util.Stack; /** * Simple deobfuscator for AVM2 code. (Old version) + * * @author JPEXS */ public class AVM2DeobfuscatorSimpleOld extends AVM2DeobfuscatorZeroJumpsNullPushes { @@ -131,6 +132,7 @@ public class AVM2DeobfuscatorSimpleOld extends AVM2DeobfuscatorZeroJumpsNullPush /** * Creates a push instruction from a graph target item. + * * @param cpool Constant pool * @param graphTargetItem Graph target item * @return Push instruction @@ -160,6 +162,7 @@ public class AVM2DeobfuscatorSimpleOld extends AVM2DeobfuscatorZeroJumpsNullPush /** * Removes obfuscation ifs. + * * @param classIndex Class index * @param isStatic Is static * @param scriptIndex Script index @@ -224,6 +227,7 @@ public class AVM2DeobfuscatorSimpleOld extends AVM2DeobfuscatorZeroJumpsNullPush /** * Creates a new local data. + * * @param scriptIndex Script index * @param abc ABC * @param cpool Constant pool @@ -255,6 +259,7 @@ public class AVM2DeobfuscatorSimpleOld extends AVM2DeobfuscatorZeroJumpsNullPush /** * Initializes local registers. + * * @param localData Local data * @param localReservedCount Count of reserved local registers * @param maxRegs Maximal register id @@ -270,6 +275,7 @@ public class AVM2DeobfuscatorSimpleOld extends AVM2DeobfuscatorZeroJumpsNullPush /** * Executes instructions. + * * @param importantOffsets Important offsets * @param staticRegs Static registers * @param body Method body @@ -596,6 +602,7 @@ public class AVM2DeobfuscatorSimpleOld extends AVM2DeobfuscatorZeroJumpsNullPush /** * Simple deobfuscates AVM2 code. + * * @param path Path * @param classIndex Class index * @param isStatic Is static diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/deobfuscation/AVM2DeobfuscatorZeroJumpsNullPushes.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/deobfuscation/AVM2DeobfuscatorZeroJumpsNullPushes.java index 33118f456..91d02f334 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/deobfuscation/AVM2DeobfuscatorZeroJumpsNullPushes.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/deobfuscation/AVM2DeobfuscatorZeroJumpsNullPushes.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ @@ -42,12 +42,14 @@ import java.util.Set; /** * Deobfuscator for removing zero jumps and null pushes. + * * @author JPEXS */ public class AVM2DeobfuscatorZeroJumpsNullPushes extends SWFDecompilerAdapter { /** * Removes zero jumps from the code. + * * @param code AVM2 code * @param body Method body * @return True if any zero jumps were removed @@ -59,9 +61,11 @@ public class AVM2DeobfuscatorZeroJumpsNullPushes extends SWFDecompilerAdapter { /** * Removes zero jumps from the code. + * * @param code AVM2 code * @param body Method body - * @param minChangedIpRef Reference to the minimum changed instruction pointer + * @param minChangedIpRef Reference to the minimum changed instruction + * pointer * @return True if any zero jumps were removed * @throws InterruptedException */ @@ -91,6 +95,7 @@ public class AVM2DeobfuscatorZeroJumpsNullPushes extends SWFDecompilerAdapter { /** * Checks if the instruction is a simple push. + * * @param def Instruction definition * @return True if the instruction is a simple push */ @@ -110,6 +115,7 @@ public class AVM2DeobfuscatorZeroJumpsNullPushes extends SWFDecompilerAdapter { /** * Removes null pushes from the code. + * * @param code AVM2 code * @param body Method body * @return True if any null pushes were removed @@ -165,6 +171,7 @@ public class AVM2DeobfuscatorZeroJumpsNullPushes extends SWFDecompilerAdapter { /** * Removes zero jumps and null pushes from the code. + * * @param path Path * @param classIndex Class index * @param isStatic Is static diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/deobfuscation/AbcMultiNameCollisionFixer.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/deobfuscation/AbcMultiNameCollisionFixer.java index bf365f3d7..27198b43e 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/deobfuscation/AbcMultiNameCollisionFixer.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/deobfuscation/AbcMultiNameCollisionFixer.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/deobfuscation/DeobfuscationLevel.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/deobfuscation/DeobfuscationLevel.java index 75e8cd041..c91177f0c 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/deobfuscation/DeobfuscationLevel.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/deobfuscation/DeobfuscationLevel.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ @@ -18,6 +18,7 @@ package com.jpexs.decompiler.flash.abc.avm2.deobfuscation; /** * Level of deobfuscation enum. + * * @author JPEXS */ public enum DeobfuscationLevel { @@ -32,6 +33,7 @@ public enum DeobfuscationLevel { /** * Get level of deobfuscation as number + * * @return */ public int getLevel() { @@ -40,6 +42,7 @@ public enum DeobfuscationLevel { /** * Get deobfuscation level by level number. + * * @param level Level number * @return Deobfuscation level or null if not found */ diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/deobfuscation/DeobfuscationScope.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/deobfuscation/DeobfuscationScope.java index 4f48861ca..6417e39bd 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/deobfuscation/DeobfuscationScope.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/deobfuscation/DeobfuscationScope.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ @@ -18,6 +18,7 @@ package com.jpexs.decompiler.flash.abc.avm2.deobfuscation; /** * Deobfuscation scope enum. + * * @author JPEXS */ public enum DeobfuscationScope { diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/deobfuscation/package-info.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/deobfuscation/package-info.java index 4647a3dbb..5f4978e7b 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/deobfuscation/package-info.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/deobfuscation/package-info.java @@ -1,4 +1,4 @@ /** * Deobfuscating AVM2 bytecode. */ -package com.jpexs.decompiler.flash.abc.avm2.deobfuscation; \ No newline at end of file +package com.jpexs.decompiler.flash.abc.avm2.deobfuscation; diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/exceptions/AVM2ExecutionException.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/exceptions/AVM2ExecutionException.java index 767cbcef0..da3f41c1e 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/exceptions/AVM2ExecutionException.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/exceptions/AVM2ExecutionException.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ @@ -18,12 +18,14 @@ package com.jpexs.decompiler.flash.abc.avm2.exceptions; /** * Exception thrown when an error occurs during AVM2 execution. + * * @author JPEXS */ public class AVM2ExecutionException extends Exception { /** * Constructs new AVM2ExecutionException with the specified detail message. + * * @param message */ public AVM2ExecutionException(String message) { diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/exceptions/AVM2RangeErrorException.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/exceptions/AVM2RangeErrorException.java index 6fee2bf4b..8f4abbe93 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/exceptions/AVM2RangeErrorException.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/exceptions/AVM2RangeErrorException.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ @@ -18,23 +18,29 @@ package com.jpexs.decompiler.flash.abc.avm2.exceptions; /** * Range error exception. + * * @author JPEXS */ public class AVM2RangeErrorException extends AVM2ExecutionException { /** * Constructs new AVM2RangeErrorException with the specified error code. + * * @param code Error code - * @param debug If true, the error message will contain a description of the error + * @param debug If true, the error message will contain a description of the + * error */ public AVM2RangeErrorException(int code, boolean debug) { super(codeToMessage(code, debug, null)); } /** - * Constructs new AVM2RangeErrorException with the specified error code and parameters. + * Constructs new AVM2RangeErrorException with the specified error code and + * parameters. + * * @param code Error code - * @param debug If true, the error message will contain a description of the error + * @param debug If true, the error message will contain a description of the + * error * @param params Parameters for the error message */ public AVM2RangeErrorException(int code, boolean debug, Object[] params) { @@ -43,8 +49,10 @@ public class AVM2RangeErrorException extends AVM2ExecutionException { /** * Converts error code to error message. + * * @param code Error code - * @param debug If true, the error message will contain a description of the error + * @param debug If true, the error message will contain a description of the + * error * @param params Parameters for the error message * @return Error message */ diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/exceptions/AVM2TypeErrorException.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/exceptions/AVM2TypeErrorException.java index 4dda75617..47a9bc8df 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/exceptions/AVM2TypeErrorException.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/exceptions/AVM2TypeErrorException.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ @@ -18,23 +18,29 @@ package com.jpexs.decompiler.flash.abc.avm2.exceptions; /** * AVM2 TypeError exception. + * * @author JPEXS */ public class AVM2TypeErrorException extends AVM2ExecutionException { /** * Constructs new AVM2TypeErrorException with the specified error code. + * * @param code Error code - * @param debug If true, the error message will contain a description of the error + * @param debug If true, the error message will contain a description of the + * error */ public AVM2TypeErrorException(int code, boolean debug) { super(codeToMessage(code, debug, null)); } /** - * Constructs new AVM2TypeErrorException with the specified error code and parameters. + * Constructs new AVM2TypeErrorException with the specified error code and + * parameters. + * * @param code Error code - * @param debug If true, the error message will contain a description of the error + * @param debug If true, the error message will contain a description of the + * error * @param params Parameters for the error message */ public AVM2TypeErrorException(int code, boolean debug, Object[] params) { @@ -43,8 +49,10 @@ public class AVM2TypeErrorException extends AVM2ExecutionException { /** * Converts error code to error message. + * * @param code Error code - * @param debug If true, the error message will contain a description of the error + * @param debug If true, the error message will contain a description of the + * error * @param params Parameters for the error message * @return Error message */ diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/exceptions/AVM2VerifyErrorException.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/exceptions/AVM2VerifyErrorException.java index 2a303b17c..f7f9f63b4 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/exceptions/AVM2VerifyErrorException.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/exceptions/AVM2VerifyErrorException.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ @@ -18,6 +18,7 @@ package com.jpexs.decompiler.flash.abc.avm2.exceptions; /** * AVM2 VerifyError exception. + * * @author JPEXS */ public class AVM2VerifyErrorException extends AVM2ExecutionException { @@ -39,17 +40,22 @@ public class AVM2VerifyErrorException extends AVM2ExecutionException { /** * Constructs new AVM2VerifyErrorException with the specified error code. + * * @param code Error code - * @param debug If true, the error message will contain a description of the error + * @param debug If true, the error message will contain a description of the + * error */ public AVM2VerifyErrorException(int code, boolean debug) { super(codeToMessage(code, debug, null)); } /** - * Constructs new AVM2VerifyErrorException with the specified error code and parameters. + * Constructs new AVM2VerifyErrorException with the specified error code and + * parameters. + * * @param code Error code - * @param debug If true, the error message will contain a description of the error + * @param debug If true, the error message will contain a description of the + * error * @param params Parameters for the error message */ public AVM2VerifyErrorException(int code, boolean debug, Object[] params) { @@ -58,8 +64,10 @@ public class AVM2VerifyErrorException extends AVM2ExecutionException { /** * Converts error code to error message. + * * @param code Error code - * @param debug If true, the error message will contain a description of the error + * @param debug If true, the error message will contain a description of the + * error * @param params Parameters for the error message * @return Error message */ diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/exceptions/package-info.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/exceptions/package-info.java index 761b375ff..b963d3bae 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/exceptions/package-info.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/exceptions/package-info.java @@ -1,4 +1,4 @@ /** * Exceptions for AVM2 execution. */ -package com.jpexs.decompiler.flash.abc.avm2.exceptions; \ No newline at end of file +package com.jpexs.decompiler.flash.abc.avm2.exceptions; diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/fastavm2/AVM2InstructionItem.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/fastavm2/AVM2InstructionItem.java index 50d55931f..2de314a19 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/fastavm2/AVM2InstructionItem.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/fastavm2/AVM2InstructionItem.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ @@ -23,6 +23,7 @@ import java.util.Set; /** * Instruction item for fast AVM2 list. + * * @author JPEXS */ public class AVM2InstructionItem { @@ -64,8 +65,8 @@ public class AVM2InstructionItem { // /** - * Whether this instruction is reachable. - * 1 means reachable, 2 means reachable and processed. + * Whether this instruction is reachable. 1 means reachable, 2 means + * reachable and processed. */ int reachable; @@ -76,6 +77,7 @@ public class AVM2InstructionItem { /** * Constructs a new AVM2InstructionItem + * * @param ins Instruction */ public AVM2InstructionItem(AVM2Instruction ins) { @@ -84,6 +86,7 @@ public class AVM2InstructionItem { /** * Checks whether this instruction is a jump target. + * * @return Whether this instruction is a jump target */ public boolean isJumpTarget() { @@ -92,6 +95,7 @@ public class AVM2InstructionItem { /** * Gets the number of jumps to this instruction. + * * @return Number of jumps to this instruction */ public int jumpsHereSize() { @@ -100,6 +104,7 @@ public class AVM2InstructionItem { /** * Checks whether this instruction is the last instruction of a container. + * * @return Whether this instruction is the last instruction of a container */ public boolean isContainerLastInstruction() { @@ -123,6 +128,7 @@ public class AVM2InstructionItem { /** * Get jump target. + * * @return Instruction item */ public AVM2InstructionItem getJumpTarget() { @@ -131,6 +137,7 @@ public class AVM2InstructionItem { /** * Get jump target instruction. + * * @return Instruction */ public AVM2Instruction getJumpTargetInstruction() { @@ -139,6 +146,7 @@ public class AVM2InstructionItem { /** * Set jump target. + * * @param item Instruction item */ public void setJumpTarget(AVM2InstructionItem item) { @@ -158,6 +166,7 @@ public class AVM2InstructionItem { /** * Get last instructions of container. + * * @return List of instruction items */ public List getContainerLastInstructions() { @@ -183,6 +192,7 @@ public class AVM2InstructionItem { /** * Replace container last instruction. + * * @param oldItem Old instruction item * @param newItem New instruction item */ @@ -205,6 +215,7 @@ public class AVM2InstructionItem { /** * Set container last instructions. + * * @param lastInstructions */ public void setContainerLastInstructions(List lastInstructions) { @@ -219,6 +230,7 @@ public class AVM2InstructionItem { /** * Ensure last instruction is non-null. + * * @return Set of instruction items */ private Set ensureLastInstructionOf() { @@ -231,6 +243,7 @@ public class AVM2InstructionItem { /** * Checks whether this instruction is excluded. + * * @return Whether this instruction is excluded */ public boolean isExcluded() { diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/fastavm2/FastAVM2List.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/fastavm2/FastAVM2List.java index a66e6cad0..a7acc3351 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/fastavm2/FastAVM2List.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/fastavm2/FastAVM2List.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ @@ -34,6 +34,7 @@ import java.util.Set; /** * Fast AVM2 instruction list. + * * @author JPEXS */ public class FastAVM2List implements Collection { @@ -60,6 +61,7 @@ public class FastAVM2List implements Collection { /** * Constructs a new FastAVM2List from a method body + * * @param body Method body */ public FastAVM2List(MethodBody body) { @@ -78,6 +80,7 @@ public class FastAVM2List implements Collection { /** * Inserts item before another item + * * @param item Item to insert before * @param action Action to insert * @return @@ -89,6 +92,7 @@ public class FastAVM2List implements Collection { /** * Inserts item before another item + * * @param item Item to insert before * @param newItem New item * @return New item @@ -104,6 +108,7 @@ public class FastAVM2List implements Collection { /** * Inserts item after another item + * * @param item Item to insert after * @param action Action to insert * @return @@ -115,6 +120,7 @@ public class FastAVM2List implements Collection { /** * Inserts item after another item + * * @param item Item to insert after * @param newItem New item * @return New item @@ -145,6 +151,7 @@ public class FastAVM2List implements Collection { /** * Removes item + * * @param item Item to remove * @return Next item */ @@ -190,6 +197,7 @@ public class FastAVM2List implements Collection { /** * Removes item. + * * @param index Index of item to remove * @param count Number of items to remove */ @@ -203,6 +211,7 @@ public class FastAVM2List implements Collection { /** * Gets item at index + * * @param index Index * @return Item */ @@ -213,6 +222,7 @@ public class FastAVM2List implements Collection { /** * Replace jump targets. + * * @param target Target * @param newTarget New target */ @@ -226,6 +236,7 @@ public class FastAVM2List implements Collection { /** * Gets nerby address. + * * @param instructions Instructions * @param address Address * @param next Next @@ -254,6 +265,7 @@ public class FastAVM2List implements Collection { /** * Gets jumps. + * * @param actions Actions * @param actionItemMap Action item map */ @@ -327,7 +339,6 @@ public class FastAVM2List implements Collection { } while (item != firstItem); } - /** * Updates container sizes. */ @@ -357,6 +368,7 @@ public class FastAVM2List implements Collection { /** * Gets container. + * * @param item Item * @return Container */ @@ -436,6 +448,7 @@ public class FastAVM2List implements Collection { /** * Gets unreachable action count. + * * @param jump Jump * @param jumpTarget Jump target * @return @@ -478,6 +491,7 @@ public class FastAVM2List implements Collection { /** * Sets excluded flags. + * * @param value Value */ public void setExcludedFlags(boolean value) { @@ -494,6 +508,7 @@ public class FastAVM2List implements Collection { /** * Updates reachable flags. + * * @param jump Jump * @param jumpTarget Jump target */ @@ -562,6 +577,7 @@ public class FastAVM2List implements Collection { /** * Updates actions. + * * @param body Method body */ public void updateActions(MethodBody body) { @@ -586,6 +602,7 @@ public class FastAVM2List implements Collection { /** * Gets first item. + * * @return First item */ public AVM2InstructionItem first() { @@ -594,6 +611,7 @@ public class FastAVM2List implements Collection { /** * Gets last item. + * * @return Last item */ public AVM2InstructionItem last() { @@ -602,6 +620,7 @@ public class FastAVM2List implements Collection { /** * Converts to method body. + * * @param body Method body */ public void toMethodBody(MethodBody body) { @@ -610,6 +629,7 @@ public class FastAVM2List implements Collection { /** * Gets size. + * * @return Size */ @Override @@ -619,6 +639,7 @@ public class FastAVM2List implements Collection { /** * Checks if empty. + * * @return Whether empty */ @Override @@ -628,6 +649,7 @@ public class FastAVM2List implements Collection { /** * Checks if contains. + * * @param o element whose presence in this collection is to be tested * @return Whether contains */ @@ -644,6 +666,7 @@ public class FastAVM2List implements Collection { /** * Gets iterator. + * * @return Iterator */ @Override @@ -653,6 +676,7 @@ public class FastAVM2List implements Collection { /** * Converts to array. + * * @return Array */ @Override @@ -675,11 +699,12 @@ public class FastAVM2List implements Collection { /** * Converts to array. + * * @param a the array into which the elements of this collection are to be - * stored, if it is big enough; otherwise, a new array of the same - * runtime type is allocated for this purpose. - * @return Array + * stored, if it is big enough; otherwise, a new array of the same runtime + * type is allocated for this purpose. * @param + * @return Array */ @Override @SuppressWarnings("unchecked") @@ -704,6 +729,7 @@ public class FastAVM2List implements Collection { /** * Adds an element to this collection. + * * @param e element whose presence in this collection is to be ensured * @return Whether added */ @@ -715,6 +741,7 @@ public class FastAVM2List implements Collection { /** * Removes a single instance of the specified element from this collection, + * * @param o element to be removed from this collection, if present * @return Whether removed */ @@ -736,7 +763,9 @@ public class FastAVM2List implements Collection { } /** - * Checks whether this collection contains all of the elements in the specified collection. + * Checks whether this collection contains all of the elements in the + * specified collection. + * * @param c collection to be checked for containment in this collection * @return Whether contains all */ @@ -753,6 +782,7 @@ public class FastAVM2List implements Collection { /** * Adds all of the elements in the specified collection to this collection. + * * @param c collection containing elements to be added to this collection * @return Whether added all */ @@ -766,8 +796,11 @@ public class FastAVM2List implements Collection { } /** - * Removes all of this collection's elements that are also contained in the specified collection. - * @param c collection containing elements to be removed from this collection + * Removes all of this collection's elements that are also contained in the + * specified collection. + * + * @param c collection containing elements to be removed from this + * collection * @return Whether removed all */ @Override @@ -781,7 +814,9 @@ public class FastAVM2List implements Collection { } /** - * Retains only the elements in this collection that are contained in the specified collection. + * Retains only the elements in this collection that are contained in the + * specified collection. + * * @param c collection containing elements to be retained in this collection * @return Whether retained all */ diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/fastavm2/FastAVM2ListIterator.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/fastavm2/FastAVM2ListIterator.java index 38cbfc39e..7be01d941 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/fastavm2/FastAVM2ListIterator.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/fastavm2/FastAVM2ListIterator.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ @@ -21,6 +21,7 @@ import java.util.Iterator; /** * Iterator for FastAVM2List + * * @author JPEXS */ public final class FastAVM2ListIterator implements Iterator { @@ -42,6 +43,7 @@ public final class FastAVM2ListIterator implements Iterator /** * Constructs a new iterator. + * * @param list List */ FastAVM2ListIterator(FastAVM2List list) { @@ -51,6 +53,7 @@ public final class FastAVM2ListIterator implements Iterator /** * Constructs a new iterator. + * * @param list List * @param index Index */ @@ -68,6 +71,7 @@ public final class FastAVM2ListIterator implements Iterator /** * Checks if there is a next item. + * * @return True if there is a next item */ @Override @@ -77,6 +81,7 @@ public final class FastAVM2ListIterator implements Iterator /** * Gets the next item. + * * @return Next item */ @Override @@ -93,6 +98,7 @@ public final class FastAVM2ListIterator implements Iterator /** * Gets the previous item. + * * @return Previous item */ public AVM2InstructionItem prev() { @@ -108,7 +114,8 @@ public final class FastAVM2ListIterator implements Iterator } /** - * Sets the current item. + * Sets the current item. + * * @param item Item */ public void setCurrent(AVM2InstructionItem item) { @@ -128,6 +135,7 @@ public final class FastAVM2ListIterator implements Iterator /** * Adds an item. + * * @param ins Instruction */ public void add(AVM2Instruction ins) { @@ -136,6 +144,7 @@ public final class FastAVM2ListIterator implements Iterator /** * Adds an item. + * * @param insItem Instruction item */ public void add(AVM2InstructionItem insItem) { @@ -144,6 +153,7 @@ public final class FastAVM2ListIterator implements Iterator /** * Adds an item before the current item. + * * @param insItem Instruction item */ public void addBefore(AVM2InstructionItem insItem) { @@ -152,6 +162,7 @@ public final class FastAVM2ListIterator implements Iterator /** * Get the item at the specified index. + * * @param index Index * @return Item */ diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/fastavm2/package-info.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/fastavm2/package-info.java index 1eb92aa9a..81b935413 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/fastavm2/package-info.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/fastavm2/package-info.java @@ -1,4 +1,4 @@ /** * Fast AVM2 instruction list implementation. */ -package com.jpexs.decompiler.flash.abc.avm2.fastavm2; \ No newline at end of file +package com.jpexs.decompiler.flash.abc.avm2.fastavm2; diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/graph/AVM2Graph.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/graph/AVM2Graph.java index 8baf1dd1a..24fc481d0 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/graph/AVM2Graph.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/graph/AVM2Graph.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ @@ -129,6 +129,7 @@ import java.util.logging.Logger; /** * AVM2 graph. + * * @author JPEXS */ public class AVM2Graph extends Graph { @@ -166,6 +167,7 @@ public class AVM2Graph extends Graph { /** * Get AVM2 code + * * @return AVM2 code */ public AVM2Code getCode() { @@ -174,6 +176,7 @@ public class AVM2Graph extends Graph { /** * Get exceptions + * * @param body Method body * @return Exceptions */ @@ -188,6 +191,7 @@ public class AVM2Graph extends Graph { /** * Constructs AVM2 graph + * * @param abcIndex ABC indexing * @param code AVM2 code * @param abc ABC @@ -212,6 +216,7 @@ public class AVM2Graph extends Graph { /** * Checks whether part can be break candidate + * * @param localData Local data * @param part Part * @param throwStates List of throw states @@ -229,6 +234,7 @@ public class AVM2Graph extends Graph { /** * Check before get loops + * * @param localData Local data * @param path Path * @param allParts All parts @@ -266,6 +272,7 @@ public class AVM2Graph extends Graph { /** * Check after get loops + * * @param localData Local data * @param path Path * @param allParts All parts @@ -278,6 +285,7 @@ public class AVM2Graph extends Graph { /** * Gets ignored switches + * * @param localData Local data * @param allParts All parts * @throws InterruptedException @@ -552,6 +560,7 @@ public class AVM2Graph extends Graph { /** * Walk local registers usage + * * @param throwStates List of throw states * @param localData Local data * @param getLocalPos Get local position @@ -653,8 +662,9 @@ public class AVM2Graph extends Graph { /** * Calculates local registers usage. - * + *

* TODO: optimize this to make it faster!!! + * * @param throwStates List of throw states * @param localData Local data * @param ignoredSwitches Ignored switches @@ -706,6 +716,7 @@ public class AVM2Graph extends Graph { /** * Translates via Graph - decompiles. + * * @param secondPassData Second pass data * @param callStack Call stack * @param abcIndex ABC indexing @@ -759,6 +770,7 @@ public class AVM2Graph extends Graph { /** * Check graph. + * * @param allBlocks All blocks */ @Override @@ -780,6 +792,7 @@ public class AVM2Graph extends Graph { /** * Finds lookup switch with get local. + * * @param registerId Register ID * @param part Part * @param visited Visited @@ -813,6 +826,7 @@ public class AVM2Graph extends Graph { /** * Finds lookup switch with get local. + * * @param registerId Register ID * @param part Part * @return Graph part @@ -823,6 +837,7 @@ public class AVM2Graph extends Graph { /** * Finds all pops. + * * @param localData Local data * @param stackLevel Stack level * @param part Part @@ -850,8 +865,8 @@ public class AVM2Graph extends Graph { } /** - * Gets real references. - * Real = start >= 0 + * Gets real references. Real = start >= 0 + * * @param part * @return */ @@ -867,6 +882,7 @@ public class AVM2Graph extends Graph { /** * Search first part outside try-catch. + * * @param localData Local data * @param ex Exception * @param loops Loops @@ -902,6 +918,7 @@ public class AVM2Graph extends Graph { /** * Gets nearest non-empty part. + * * @param part Part * @return Graph part */ @@ -914,6 +931,7 @@ public class AVM2Graph extends Graph { /** * Gets catched exception IDs. + * * @param part Part * @param previouslyCatchedExceptionIds Previously catched exception IDs * @param catchedExceptionIds Catched exception IDs @@ -1032,6 +1050,7 @@ public class AVM2Graph extends Graph { /** * Finds nearest part outside catch. + * * @param tryTarget Try target * @param catchParts Catch parts * @return Graph part @@ -1049,6 +1068,7 @@ public class AVM2Graph extends Graph { /** * Checks try. + * * @param currentRet Current return * @param foundGotos Found gotos * @param partCodes Part codes @@ -1537,6 +1557,7 @@ public class AVM2Graph extends Graph { /** * Checks whether the part can handle visited. + * * @param localData Local data * @param part Graph part * @return True if the part can handle visited @@ -1558,6 +1579,7 @@ public class AVM2Graph extends Graph { /** * Checks whether the part can handle loop. + * * @param localData Local data * @param part Graph part * @param loops List of loops @@ -1604,6 +1626,7 @@ public class AVM2Graph extends Graph { /** * Check part output. + * * @param currentRet Current return * @param foundGotos Found gotos * @param partCodes Part codes @@ -1642,8 +1665,9 @@ public class AVM2Graph extends Graph { } /** - * Check before decompiling next section. - * Override this method to provide custom behavior. + * Check before decompiling next section. Override this method to provide + * custom behavior. + * * @param currentRet Current return * @param foundGotos Found gotos * @param partCodes Part codes @@ -1663,7 +1687,8 @@ public class AVM2Graph extends Graph { * @param currentLoop Current loop * @param staticOperation Unused * @param path Path - * @return List of GraphTargetItems to replace current output and stop further processing. Null to continue. + * @return List of GraphTargetItems to replace current output and stop + * further processing. Null to continue. * @throws InterruptedException */ @Override @@ -1793,8 +1818,8 @@ public class AVM2Graph extends Graph { } /** - * Get next parts of a part. - * Can be overriden to provide custom behavior. + * Get next parts of a part. Can be overriden to provide custom behavior. + * * @param localData Local data * @param part Part * @return List of GraphParts @@ -1819,7 +1844,8 @@ public class AVM2Graph extends Graph { * @param prev Previous part * @param part Part * @param allParts All parts - * @return Return same part to continue processing or return another part to continue to other part. Or return null to stop. + * @return Return same part to continue processing or return another part to + * continue to other part. Or return null to stop. */ @Override protected GraphPart checkPartWithOutput(List output, TranslateStack stack, @@ -1896,15 +1922,16 @@ public class AVM2Graph extends Graph { return part; } - /** * Check of part. + * * @param stack Translate stack * @param localData Local data * @param prev Previous part * @param part Part * @param allParts All parts - * @return Return same part to continue processing or return another part to continue to other part. Or return null to stop. + * @return Return same part to continue processing or return another part to + * continue to other part. Or return null to stop. */ @Override protected GraphPart checkPart(TranslateStack stack, BaseLocalData localData, GraphPart prev, GraphPart part, Set allParts) { @@ -1913,6 +1940,7 @@ public class AVM2Graph extends Graph { /** * Checks whether part is empty. + * * @param part Part * @return True if part is empty */ @@ -1935,6 +1963,7 @@ public class AVM2Graph extends Graph { /** * Check loop. + * * @param output List of GraphTargetItems * @param loopItem Loop item * @param localData Local data @@ -2277,6 +2306,7 @@ public class AVM2Graph extends Graph { /** * Process various items. + * * @param list List of GraphTargetItems * @param lastLoopId Last loop id */ @@ -2332,6 +2362,7 @@ public class AVM2Graph extends Graph { /** * Final process after. + * * @param list List of GraphTargetItems * @param level Level * @param localData Local data @@ -2369,6 +2400,7 @@ public class AVM2Graph extends Graph { /** * Check if item is integer or pop integer. + * * @param item GraphTargetItem * @return True if item is integer or pop integer */ @@ -2384,6 +2416,7 @@ public class AVM2Graph extends Graph { /** * Final process. + * * @param list List of GraphTargetItems * @param level Level * @param localData Local data @@ -2744,6 +2777,7 @@ public class AVM2Graph extends Graph { /** * Gets data for final process. + * * @param localData * @param loops * @param throwStates @@ -2758,6 +2792,7 @@ public class AVM2Graph extends Graph { /** * Prepares local data for branch. + * * @param localData Local data * @return Local data for a branch */ @@ -2773,6 +2808,7 @@ public class AVM2Graph extends Graph { /** * Checks switch statement. + * * @param localData Local data * @param switchItem Switch item * @param otherSides Other sides @@ -2788,7 +2824,8 @@ public class AVM2Graph extends Graph { } AVM2LocalData avm2LocalData = (AVM2LocalData) localData; SetLocalAVM2Item setLocal = (SetLocalAVM2Item) output.get(output.size() - 1); - int setLocalIp = InstructionDefinition.getItemIp(avm2LocalData, setLocal);; + int setLocalIp = InstructionDefinition.getItemIp(avm2LocalData, setLocal); + ; Set allUsages = new HashSet<>(avm2LocalData.getSetLocalUsages(setLocalIp)); boolean isOtherSideReg = false; for (GraphTargetItem otherSide : otherSides) { @@ -2813,6 +2850,7 @@ public class AVM2Graph extends Graph { /** * Checks if part is a switch. + * * @param part Part * @return True if part is a switch */ @@ -2826,6 +2864,7 @@ public class AVM2Graph extends Graph { /** * Gets throw states. + * * @param localData Local data * @param allParts All parts * @return List of ThrowStates @@ -2913,6 +2952,7 @@ public class AVM2Graph extends Graph { /** * Walk catch parts register. + * * @param registerId Register id * @param part Part * @param startIp Start ip @@ -2955,6 +2995,7 @@ public class AVM2Graph extends Graph { /** * Walk catch parts. + * * @param stats Code stats * @param part Part * @param startIp Start ip @@ -3026,8 +3067,9 @@ public class AVM2Graph extends Graph { } /** - * Moves all stack items to commands. - * (If it's not a branch stack resistant or other special case) + * Moves all stack items to commands. (If it's not a branch stack resistant + * or other special case) + * * @param commands Commands * @param stack Stack */ @@ -3043,8 +3085,9 @@ public class AVM2Graph extends Graph { } /** - * Prepares second pass data. - * Can return null when no second pass will happen. + * Prepares second pass data. Can return null when no second pass will + * happen. + * * @param list List of GraphTargetItems * @return Second pass data or null */ diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/graph/AVM2GraphSource.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/graph/AVM2GraphSource.java index aca95b3a2..66579e84f 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/graph/AVM2GraphSource.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/graph/AVM2GraphSource.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ @@ -38,6 +38,7 @@ import java.util.Set; /** * AVM2 graph source. + * * @author JPEXS */ public class AVM2GraphSource extends GraphSource { @@ -94,6 +95,7 @@ public class AVM2GraphSource extends GraphSource { /** * Get AVM2 code + * * @return AVM2 code */ public AVM2Code getCode() { @@ -102,6 +104,7 @@ public class AVM2GraphSource extends GraphSource { /** * Constructs a new AVM2 graph source + * * @param code AVM2 code * @param isStatic Is static * @param scriptIndex Script index @@ -129,6 +132,7 @@ public class AVM2GraphSource extends GraphSource { /** * Gets important addresses + * * @return Important addresses */ @Override @@ -138,6 +142,7 @@ public class AVM2GraphSource extends GraphSource { /** * Converts instruction at the specified position to string + * * @param pos Position of the instruction * @return Instruction as string */ @@ -151,6 +156,7 @@ public class AVM2GraphSource extends GraphSource { /** * Gets the size of the graph source + * * @return The size of the graph source */ @Override @@ -160,6 +166,7 @@ public class AVM2GraphSource extends GraphSource { /** * Gets the graph source item at the specified position + * * @param pos Position of the graph source item * @return The graph source item at the specified position */ @@ -170,6 +177,7 @@ public class AVM2GraphSource extends GraphSource { /** * Checks if the graph source is empty + * * @return True if the graph source is empty, false otherwise */ @Override @@ -179,6 +187,7 @@ public class AVM2GraphSource extends GraphSource { /** * Translates the part of the graph source + * * @param graph Graph * @param part Graph part * @param localData Local data @@ -202,6 +211,7 @@ public class AVM2GraphSource extends GraphSource { /** * Converts address to position + * * @param adr Address * @return Position */ @@ -212,6 +222,7 @@ public class AVM2GraphSource extends GraphSource { /** * Converts address to position + * * @param adr Address * @param nearest Nearest * @return Position @@ -223,6 +234,7 @@ public class AVM2GraphSource extends GraphSource { /** * Converts position to address + * * @param pos Position * @return Address */ diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/graph/package-info.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/graph/package-info.java index 33364df9c..dcd26f22a 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/graph/package-info.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/graph/package-info.java @@ -1,4 +1,4 @@ /** * AVM2 control flow graph. */ -package com.jpexs.decompiler.flash.abc.avm2.graph; \ No newline at end of file +package com.jpexs.decompiler.flash.abc.avm2.graph; diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/AVM2Instruction.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/AVM2Instruction.java index 93738a2bb..75c0a783f 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/AVM2Instruction.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/AVM2Instruction.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ @@ -49,6 +49,7 @@ import java.util.Map; /** * AVM2 instruction. + * * @author JPEXS */ public class AVM2Instruction implements Cloneable, GraphSourceItem { @@ -107,6 +108,7 @@ public class AVM2Instruction implements Cloneable, GraphSourceItem { /** * Gets file offset. + * * @return File offset */ @Override @@ -116,6 +118,7 @@ public class AVM2Instruction implements Cloneable, GraphSourceItem { /** * Gets the line offset. + * * @return Line offset */ @Override @@ -128,6 +131,7 @@ public class AVM2Instruction implements Cloneable, GraphSourceItem { /** * Sets file and line. + * * @param file File * @param line Line */ @@ -138,6 +142,7 @@ public class AVM2Instruction implements Cloneable, GraphSourceItem { /** * Constructs a new AVM2 instruction. + * * @param offset Offset * @param instructionCode Instruction code * @param operands Operands @@ -148,6 +153,7 @@ public class AVM2Instruction implements Cloneable, GraphSourceItem { /** * Constructs a new AVM2 instruction. + * * @param address Address * @param definition Definition * @param operands Operands @@ -160,6 +166,7 @@ public class AVM2Instruction implements Cloneable, GraphSourceItem { /** * Gets the bytes. + * * @return Bytes */ public byte[] getBytes() { @@ -200,6 +207,7 @@ public class AVM2Instruction implements Cloneable, GraphSourceItem { /** * Gets the length of the bytes. + * * @return Length of the bytes */ @Override @@ -236,6 +244,7 @@ public class AVM2Instruction implements Cloneable, GraphSourceItem { /** * Gets the offsets. + * * @return Offsets */ public List getOffsets() { @@ -262,6 +271,7 @@ public class AVM2Instruction implements Cloneable, GraphSourceItem { /** * Gets the parameter. + * * @param constants Constants * @param idx Index of operand * @return Parameter @@ -295,6 +305,7 @@ public class AVM2Instruction implements Cloneable, GraphSourceItem { /** * Gets the parameter as a long. + * * @param constants Constants * @param idx Index of operand * @return Parameter as a long @@ -305,6 +316,7 @@ public class AVM2Instruction implements Cloneable, GraphSourceItem { /** * Gets all parameters as string. + * * @param constants Constants * @param fullyQualifiedNames Fully qualified names * @return All parameters as string @@ -482,6 +494,7 @@ public class AVM2Instruction implements Cloneable, GraphSourceItem { /** * Gets the comment. + * * @return Comment */ public String getComment() { @@ -496,6 +509,7 @@ public class AVM2Instruction implements Cloneable, GraphSourceItem { /** * Checks whether this item is ignored. + * * @return True if this item is ignored, false otherwise */ @Override @@ -505,6 +519,7 @@ public class AVM2Instruction implements Cloneable, GraphSourceItem { /** * To string. + * * @return String */ @Override @@ -522,6 +537,7 @@ public class AVM2Instruction implements Cloneable, GraphSourceItem { /** * To string. + * * @param writer Writer * @param localData Local data * @return Writer @@ -534,6 +550,7 @@ public class AVM2Instruction implements Cloneable, GraphSourceItem { /** * Gets the customized instruction name. + * * @return Customized instruction name */ private String getCustomizedInstructionName() { @@ -545,6 +562,7 @@ public class AVM2Instruction implements Cloneable, GraphSourceItem { /** * To string without address. + * * @param constants Constants * @param fullyQualifiedNames Fully qualified names * @return String without address @@ -562,6 +580,7 @@ public class AVM2Instruction implements Cloneable, GraphSourceItem { /** * Translate the item to target items. + * * @param localData Local data * @param stack Stack * @param output Output list @@ -581,6 +600,7 @@ public class AVM2Instruction implements Cloneable, GraphSourceItem { /** * Gets the number of stack items that are popped by this item. + * * @param localData Local data * @param stack Stack * @return Number of stack items that are popped by this item @@ -593,6 +613,7 @@ public class AVM2Instruction implements Cloneable, GraphSourceItem { /** * Gets the number of stack items that are popped by this item. + * * @param aLocalData Local data * @return Number of stack items that are popped by this item */ @@ -602,6 +623,7 @@ public class AVM2Instruction implements Cloneable, GraphSourceItem { /** * Gets the number of stack items that are pushed by this item. + * * @param localData Local data * @param stack Stack * @return Number of stack items that are pushed by this item @@ -614,6 +636,7 @@ public class AVM2Instruction implements Cloneable, GraphSourceItem { /** * Gets the number of stack items that are pushed by this item. + * * @param aLocalData Local data * @return Number of stack items that are pushed by this item */ @@ -623,6 +646,7 @@ public class AVM2Instruction implements Cloneable, GraphSourceItem { /** * Checks whether this item is a jump. + * * @return True if this item is a jump, false otherwise */ @Override @@ -632,6 +656,7 @@ public class AVM2Instruction implements Cloneable, GraphSourceItem { /** * Checks whether this item is a branch. + * * @return True if this item is a branch, false otherwise */ @Override @@ -641,6 +666,7 @@ public class AVM2Instruction implements Cloneable, GraphSourceItem { /** * Checks whether this item is an exit (throw, return, etc.). + * * @return True if this item is an exit, false otherwise */ @Override @@ -650,6 +676,7 @@ public class AVM2Instruction implements Cloneable, GraphSourceItem { /** * Gets the address. + * * @return Address */ @Override @@ -659,6 +686,7 @@ public class AVM2Instruction implements Cloneable, GraphSourceItem { /** * Sets the address. + * * @param address Address */ public void setAddress(long address) { @@ -667,6 +695,7 @@ public class AVM2Instruction implements Cloneable, GraphSourceItem { /** * Gets the target address of jump. + * * @return Target address. */ public long getTargetAddress() { @@ -675,15 +704,16 @@ public class AVM2Instruction implements Cloneable, GraphSourceItem { /** * Sets the target offset of jump. + * * @param offset Offset */ public void setTargetOffset(int offset) { operands[0] = offset; } - /** * Gets branches + * * @param code Code * @return List of IPs to branch to */ @@ -708,6 +738,7 @@ public class AVM2Instruction implements Cloneable, GraphSourceItem { /** * Checks whether the loops are ignored. + * * @return True if the loops are ignored, false otherwise */ @Override @@ -717,6 +748,7 @@ public class AVM2Instruction implements Cloneable, GraphSourceItem { /** * Sets whether this item is ignored. + * * @param ignored True if this item is ignored, false otherwise * @param pos Sub position */ @@ -726,9 +758,11 @@ public class AVM2Instruction implements Cloneable, GraphSourceItem { } /** - * Checks whether this item is a DeobfuscatePop instruction. - * It is a special instruction for deobfuscation. - * @return True if this item is a DeobfuscatePop instruction, false otherwise + * Checks whether this item is a DeobfuscatePop instruction. It is a special + * instruction for deobfuscation. + * + * @return True if this item is a DeobfuscatePop instruction, false + * otherwise */ @Override public boolean isDeobfuscatePop() { @@ -737,6 +771,7 @@ public class AVM2Instruction implements Cloneable, GraphSourceItem { /** * Clone the instruction. + * * @return Cloned instruction */ @Override @@ -754,6 +789,7 @@ public class AVM2Instruction implements Cloneable, GraphSourceItem { /** * Gets the line in the high level source code. + * * @return Line */ @Override @@ -763,6 +799,7 @@ public class AVM2Instruction implements Cloneable, GraphSourceItem { /** * Gets the high level source code file name. + * * @return File name */ @Override diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/AVM2InstructionFlag.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/AVM2InstructionFlag.java index 8fbfbe60e..657b77834 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/AVM2InstructionFlag.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/AVM2InstructionFlag.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ @@ -18,6 +18,7 @@ package com.jpexs.decompiler.flash.abc.avm2.instructions; /** * Flags for AVM2 instructions. + * * @author JPEXS */ public enum AVM2InstructionFlag { diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/AVM2Instructions.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/AVM2Instructions.java index babd0c61b..0195cd91e 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/AVM2Instructions.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/AVM2Instructions.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ @@ -18,6 +18,7 @@ package com.jpexs.decompiler.flash.abc.avm2.instructions; /** * Set of AVM2 instructions. + * * @author JPEXS */ public class AVM2Instructions { diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/DeobfuscatePopIns.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/DeobfuscatePopIns.java index 9640b4efb..09d9ee89e 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/DeobfuscatePopIns.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/DeobfuscatePopIns.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ @@ -24,8 +24,8 @@ import com.jpexs.decompiler.graph.TranslateStack; import java.util.List; /** - * DeobfuscatePop instruction. - * Special pop pused for deobfuscation purposes. + * DeobfuscatePop instruction. Special pop pused for deobfuscation purposes. + * * @author JPEXS */ public class DeobfuscatePopIns extends PopIns { @@ -42,6 +42,7 @@ public class DeobfuscatePopIns extends PopIns { /** * Returns singleton instance + * * @return Singleton instance */ public static final DeobfuscatePopIns getInstance() { @@ -55,9 +56,9 @@ public class DeobfuscatePopIns extends PopIns { instructionName = NAME; } - /** * Translates instruction to high level code. + * * @param localData Local data area * @param stack Translate stack * @param ins Instruction @@ -71,6 +72,7 @@ public class DeobfuscatePopIns extends PopIns { /** * Gets number of pops from stack. + * * @param ins Instruction * @param abc ABC * @return Number of pops from stack diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/IfTypeIns.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/IfTypeIns.java index 99a2fda12..fead5aef3 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/IfTypeIns.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/IfTypeIns.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ @@ -22,13 +22,15 @@ import com.jpexs.decompiler.graph.TranslateStack; import java.util.HashMap; /** - * IfType instruction interface. + * IfType instruction interface. + * * @author JPEXS */ public interface IfTypeIns { /** * Translates the instruction as inverted. + * * @param localData Local data * @param localRegs Local registers * @param stack Stack diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/InstructionDefinition.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/InstructionDefinition.java index 1ce19166b..a52969868 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/InstructionDefinition.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/InstructionDefinition.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ @@ -73,6 +73,7 @@ import java.util.Set; /** * AVM2 Instruction definition. + * * @author JPEXS */ public abstract class InstructionDefinition implements Serializable { @@ -109,6 +110,7 @@ public abstract class InstructionDefinition implements Serializable { /** * Constructs new instance + * * @param instructionCode Instruction code * @param instructionName Instruction name * @param operands Operands @@ -125,6 +127,7 @@ public abstract class InstructionDefinition implements Serializable { /** * Checks if instruction has flag + * * @param flag Flag * @return True if instruction has flag */ @@ -139,6 +142,7 @@ public abstract class InstructionDefinition implements Serializable { /** * To string + * * @return String representation */ @Override @@ -153,6 +157,7 @@ public abstract class InstructionDefinition implements Serializable { /** * Verify instruction + * * @param lda Local data area * @param constants Constant pool * @param ins Instruction @@ -212,7 +217,9 @@ public abstract class InstructionDefinition implements Serializable { /** * Checks if instruction cannot be statically computed. - * @return True = cannot be statically computed, false = can be statically computed + * + * @return True = cannot be statically computed, false = can be statically + * computed */ public boolean isNotCompileTimeSupported() { return false; @@ -220,6 +227,7 @@ public abstract class InstructionDefinition implements Serializable { /** * Executes instruction. + * * @param lda Local data area * @param constants Constant pool * @param ins Instruction @@ -233,6 +241,7 @@ public abstract class InstructionDefinition implements Serializable { /** * Throws illegal opcode exception. + * * @param lda Local data area * @param ins Instruction * @throws AVM2VerifyErrorException @@ -243,6 +252,7 @@ public abstract class InstructionDefinition implements Serializable { /** * Translates instruction to high level code. + * * @param localData Local data area * @param stack Translate stack * @param ins Instruction @@ -255,6 +265,7 @@ public abstract class InstructionDefinition implements Serializable { /** * Translates instruction to high level code. + * * @param switchParts Switch parts * @param callStack Call stack * @param abcIndex ABC indexing @@ -309,6 +320,7 @@ public abstract class InstructionDefinition implements Serializable { /** * Gets number of pops from stack. + * * @param ins Instruction * @param abc ABC * @return Number of pops from stack @@ -319,6 +331,7 @@ public abstract class InstructionDefinition implements Serializable { /** * Gets number of pushes to stack. + * * @param ins Instruction * @param abc ABC * @return Number of pushes to stack @@ -329,6 +342,7 @@ public abstract class InstructionDefinition implements Serializable { /** * Resolves multiname. + * * @param localData Local data area * @param constants Constant pool * @param multinameIndex Multiname index @@ -347,6 +361,7 @@ public abstract class InstructionDefinition implements Serializable { /** * Resolves multiname. + * * @param localData Local data area * @param property Property * @param stack Translate stack @@ -373,6 +388,7 @@ public abstract class InstructionDefinition implements Serializable { /** * Gets required stack size for multiname. + * * @param constants Constant pool * @param multinameIndex Multiname index * @return Required stack size @@ -398,6 +414,7 @@ public abstract class InstructionDefinition implements Serializable { /** * Gets stack delta. Stack push count - stack pop count. + * * @param ins Instruction * @param abc ABC * @return Stack delta @@ -408,6 +425,7 @@ public abstract class InstructionDefinition implements Serializable { /** * Gets scope stack delta. Scope stack push count - scope stack pop count. + * * @param ins Instruction * @param abc ABC * @return Scope stack delta @@ -418,6 +436,7 @@ public abstract class InstructionDefinition implements Serializable { /** * Checks if instruction is exit instruction. (e.g. return, throw) + * * @return True if instruction is exit instruction */ public boolean isExitInstruction() { @@ -426,6 +445,7 @@ public abstract class InstructionDefinition implements Serializable { /** * Gets item IP. + * * @param localData Local data * @param item Item * @return Item IP or -1 if not found @@ -440,6 +460,7 @@ public abstract class InstructionDefinition implements Serializable { /** * Searches for slot name. + * * @param slotIndex Slot index * @param localData Local data * @param obj Object @@ -452,6 +473,7 @@ public abstract class InstructionDefinition implements Serializable { /** * Searches for slot name. + * * @param slotIndex Slot index * @param localData Local data * @param obj Object @@ -505,6 +527,7 @@ public abstract class InstructionDefinition implements Serializable { /** * Handles set property. + * * @param init Init * @param localData Local data * @param stack Translate stack @@ -761,6 +784,7 @@ public abstract class InstructionDefinition implements Serializable { /** * Checks if increment or decrement. + * * @param standalone Standalone * @param multinameIndex Multiname index * @param ins Instruction diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/SetTypeIns.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/SetTypeIns.java index 3d212714f..0472c875f 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/SetTypeIns.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/SetTypeIns.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ @@ -30,12 +30,14 @@ import java.util.List; /** * SetType instruction interface. + * * @author JPEXS */ public interface SetTypeIns { /** * Handles number to int conversion. + * * @param value Value to convert * @param type Type to convert to * @return Value @@ -53,6 +55,7 @@ public interface SetTypeIns { /** * Handles result. + * * @param value Value * @param stack Stack * @param output Output diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/UnknownInstruction.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/UnknownInstruction.java index b7957379a..694b10c11 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/UnknownInstruction.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/UnknownInstruction.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ @@ -23,12 +23,14 @@ import com.jpexs.decompiler.flash.abc.avm2.exceptions.AVM2VerifyErrorException; /** * Unknown instruction definition. + * * @author JPEXS */ public class UnknownInstruction extends InstructionDefinition { /** * Constructs a new UnknownInstruction object. + * * @param instructionCode Instruction code */ public UnknownInstruction(int instructionCode) { @@ -37,6 +39,7 @@ public class UnknownInstruction extends InstructionDefinition { /** * Verify instruction + * * @param lda Local data area * @param constants Constant pool * @param ins Instruction @@ -49,6 +52,7 @@ public class UnknownInstruction extends InstructionDefinition { /** * Executes instruction. + * * @param lda Local data area * @param constants Constant pool * @param ins Instruction diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/alchemy/AlchemyTypeIns.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/alchemy/AlchemyTypeIns.java index 4d8fa1e05..1c02f2940 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/alchemy/AlchemyTypeIns.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/alchemy/AlchemyTypeIns.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ @@ -20,6 +20,7 @@ import com.jpexs.decompiler.graph.DottedChain; /** * Alchemy instruction - for domain memory access. + * * @author JPEXS */ public interface AlchemyTypeIns { diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/alchemy/Lf32Ins.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/alchemy/Lf32Ins.java index 120e0c19d..cb0fcc1b4 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/alchemy/Lf32Ins.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/alchemy/Lf32Ins.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ @@ -32,6 +32,7 @@ import java.util.List; /** * lf32 instruction - Load 32-bit float from domain memory. + * * @author JPEXS */ public class Lf32Ins extends InstructionDefinition implements AlchemyTypeIns { diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/alchemy/Lf64Ins.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/alchemy/Lf64Ins.java index 3e136f95c..a8e74aa4b 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/alchemy/Lf64Ins.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/alchemy/Lf64Ins.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ @@ -32,6 +32,7 @@ import java.util.List; /** * lf64 instruction - Load 64-bit float from domain memory. + * * @author JPEXS */ public class Lf64Ins extends InstructionDefinition implements AlchemyTypeIns { diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/alchemy/Li16Ins.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/alchemy/Li16Ins.java index 0c990cc88..54d6967d7 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/alchemy/Li16Ins.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/alchemy/Li16Ins.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ @@ -32,6 +32,7 @@ import java.util.List; /** * li16 instruction - Load 16-bit integer from domain memory. + * * @author JPEXS */ public class Li16Ins extends InstructionDefinition implements AlchemyTypeIns { diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/alchemy/Li32Ins.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/alchemy/Li32Ins.java index dd468a329..eab181530 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/alchemy/Li32Ins.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/alchemy/Li32Ins.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ @@ -32,6 +32,7 @@ import java.util.List; /** * li32 instruction - Load 32-bit integer from domain memory. + * * @author JPEXS */ public class Li32Ins extends InstructionDefinition implements AlchemyTypeIns { diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/alchemy/Li8Ins.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/alchemy/Li8Ins.java index aced3ae27..510563941 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/alchemy/Li8Ins.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/alchemy/Li8Ins.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ @@ -32,6 +32,7 @@ import java.util.List; /** * li8 instruction - Load 8-bit integer from domain memory. + * * @author JPEXS */ public class Li8Ins extends InstructionDefinition implements AlchemyTypeIns { diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/alchemy/Sf32Ins.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/alchemy/Sf32Ins.java index cfc400286..6d85713c5 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/alchemy/Sf32Ins.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/alchemy/Sf32Ins.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ @@ -32,6 +32,7 @@ import java.util.List; /** * sf32 instruction - Store 32-bit float to domain memory. + * * @author JPEXS */ public class Sf32Ins extends InstructionDefinition implements AlchemyTypeIns { diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/alchemy/Sf64Ins.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/alchemy/Sf64Ins.java index bc5a44bc3..b3a9b2eda 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/alchemy/Sf64Ins.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/alchemy/Sf64Ins.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ @@ -32,6 +32,7 @@ import java.util.List; /** * sf64 instruction - Store 64-bit float to domain memory. + * * @author JPEXS */ public class Sf64Ins extends InstructionDefinition implements AlchemyTypeIns { diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/alchemy/Si16Ins.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/alchemy/Si16Ins.java index 400812521..b0199e0f3 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/alchemy/Si16Ins.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/alchemy/Si16Ins.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ @@ -32,6 +32,7 @@ import java.util.List; /** * si16 instruction - Store 16-bit integer to domain memory. + * * @author JPEXS */ public class Si16Ins extends InstructionDefinition implements AlchemyTypeIns { diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/alchemy/Si32Ins.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/alchemy/Si32Ins.java index 36f2d3280..017d1d3d2 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/alchemy/Si32Ins.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/alchemy/Si32Ins.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ @@ -32,6 +32,7 @@ import java.util.List; /** * si32 instruction - Store 32-bit integer to domain memory. + * * @author JPEXS */ public class Si32Ins extends InstructionDefinition implements AlchemyTypeIns { diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/alchemy/Si8Ins.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/alchemy/Si8Ins.java index 6e6010c76..3df286224 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/alchemy/Si8Ins.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/alchemy/Si8Ins.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ @@ -32,6 +32,7 @@ import java.util.List; /** * si8 instruction - Store 8-bit integer to domain memory. + * * @author JPEXS */ public class Si8Ins extends InstructionDefinition implements AlchemyTypeIns { diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/alchemy/Sxi16Ins.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/alchemy/Sxi16Ins.java index 16cb74754..50ed2630c 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/alchemy/Sxi16Ins.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/alchemy/Sxi16Ins.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ @@ -31,6 +31,7 @@ import java.util.List; /** * sxi16 instruction - Sign extend 16-bit integer to 32-bit integer. + * * @author JPEXS */ public class Sxi16Ins extends InstructionDefinition implements AlchemyTypeIns { diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/alchemy/Sxi1Ins.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/alchemy/Sxi1Ins.java index c93ca5ee6..ea9dcb0e5 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/alchemy/Sxi1Ins.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/alchemy/Sxi1Ins.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ @@ -31,6 +31,7 @@ import java.util.List; /** * sxi1 instruction - Sign extend 1-bit integer to 32-bit integer. + * * @author JPEXS */ public class Sxi1Ins extends InstructionDefinition implements AlchemyTypeIns { diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/alchemy/Sxi8Ins.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/alchemy/Sxi8Ins.java index 5611192cf..07cc8346b 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/alchemy/Sxi8Ins.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/alchemy/Sxi8Ins.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ @@ -31,6 +31,7 @@ import java.util.List; /** * sxi8 instruction - Sign extend 8-bit integer to 32-bit integer. + * * @author JPEXS */ public class Sxi8Ins extends InstructionDefinition implements AlchemyTypeIns { diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/alchemy/package-info.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/alchemy/package-info.java index e153b688b..3cbc187cb 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/alchemy/package-info.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/alchemy/package-info.java @@ -1,4 +1,4 @@ /** * Alchemy (domain memory) AVM2 instructions */ -package com.jpexs.decompiler.flash.abc.avm2.instructions.alchemy; \ No newline at end of file +package com.jpexs.decompiler.flash.abc.avm2.instructions.alchemy; diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/arithmetic/AddIIns.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/arithmetic/AddIIns.java index aef4b33ba..ee30834c1 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/arithmetic/AddIIns.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/arithmetic/AddIIns.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ @@ -30,6 +30,7 @@ import java.util.List; /** * add_i instruction - Add two integers. + * * @author JPEXS */ public class AddIIns extends InstructionDefinition { diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/arithmetic/AddIns.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/arithmetic/AddIns.java index c7b0668a1..670472f31 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/arithmetic/AddIns.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/arithmetic/AddIns.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ @@ -31,6 +31,7 @@ import java.util.List; /** * add instruction - Add two values. + * * @author JPEXS */ public class AddIns extends InstructionDefinition { diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/arithmetic/DecrementIIns.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/arithmetic/DecrementIIns.java index e3c8fded8..3be4fa5d6 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/arithmetic/DecrementIIns.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/arithmetic/DecrementIIns.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ @@ -30,6 +30,7 @@ import java.util.List; /** * decrement_i instruction - Decrement an integer. + * * @author JPEXS */ public class DecrementIIns extends InstructionDefinition { diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/arithmetic/DecrementIns.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/arithmetic/DecrementIns.java index 9ee897549..229268064 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/arithmetic/DecrementIns.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/arithmetic/DecrementIns.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ @@ -30,6 +30,7 @@ import java.util.List; /** * decrement instruction - Decrement a number. + * * @author JPEXS */ public class DecrementIns extends InstructionDefinition { diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/arithmetic/DivideIns.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/arithmetic/DivideIns.java index 98dc3927d..9cc30549f 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/arithmetic/DivideIns.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/arithmetic/DivideIns.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ @@ -30,6 +30,7 @@ import java.util.List; /** * divide instruction - Divide two values. + * * @author JPEXS */ public class DivideIns extends InstructionDefinition { diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/arithmetic/IncrementIIns.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/arithmetic/IncrementIIns.java index 3eb1f4933..787a96234 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/arithmetic/IncrementIIns.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/arithmetic/IncrementIIns.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ @@ -30,6 +30,7 @@ import java.util.List; /** * increment_i instruction - Increment an integer. + * * @author JPEXS */ public class IncrementIIns extends InstructionDefinition { diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/arithmetic/IncrementIns.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/arithmetic/IncrementIns.java index 79cb55059..c6dd4415e 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/arithmetic/IncrementIns.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/arithmetic/IncrementIns.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ @@ -30,6 +30,7 @@ import java.util.List; /** * increment instruction - Increment a number. + * * @author JPEXS */ public class IncrementIns extends InstructionDefinition { diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/arithmetic/ModuloIns.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/arithmetic/ModuloIns.java index fa8138f69..b44942cf2 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/arithmetic/ModuloIns.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/arithmetic/ModuloIns.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ @@ -30,6 +30,7 @@ import java.util.List; /** * modulo instruction - Modulo operation. + * * @author JPEXS */ public class ModuloIns extends InstructionDefinition { diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/arithmetic/MultiplyIIns.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/arithmetic/MultiplyIIns.java index 6cf1ec91d..8b86007de 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/arithmetic/MultiplyIIns.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/arithmetic/MultiplyIIns.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ @@ -30,6 +30,7 @@ import java.util.List; /** * multiply_i instruction - Multiply two integers. + * * @author JPEXS */ public class MultiplyIIns extends InstructionDefinition { diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/arithmetic/MultiplyIns.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/arithmetic/MultiplyIns.java index 55eede162..4a29d688b 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/arithmetic/MultiplyIns.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/arithmetic/MultiplyIns.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ @@ -30,6 +30,7 @@ import java.util.List; /** * multiply instruction - Multiply two numbers. + * * @author JPEXS */ public class MultiplyIns extends InstructionDefinition { diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/arithmetic/NegateIIns.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/arithmetic/NegateIIns.java index b242fc06a..ea59a8e30 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/arithmetic/NegateIIns.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/arithmetic/NegateIIns.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ @@ -30,6 +30,7 @@ import java.util.List; /** * negate_i instruction - Negate an integer. + * * @author JPEXS */ public class NegateIIns extends InstructionDefinition { diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/arithmetic/NegateIns.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/arithmetic/NegateIns.java index 2ba044603..3327a3ec4 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/arithmetic/NegateIns.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/arithmetic/NegateIns.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ @@ -30,6 +30,7 @@ import java.util.List; /** * negate instruction - Negate a number. + * * @author JPEXS */ public class NegateIns extends InstructionDefinition { diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/arithmetic/NotIns.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/arithmetic/NotIns.java index 189b99ff2..8792c2146 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/arithmetic/NotIns.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/arithmetic/NotIns.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ @@ -29,6 +29,7 @@ import java.util.List; /** * not instruction - Negate a boolean. + * * @author JPEXS */ public class NotIns extends InstructionDefinition { diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/arithmetic/SubtractIIns.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/arithmetic/SubtractIIns.java index 1524ab83d..fcca03330 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/arithmetic/SubtractIIns.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/arithmetic/SubtractIIns.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ @@ -30,6 +30,7 @@ import java.util.List; /** * subtract_i instruction - Subtract two integers. + * * @author JPEXS */ public class SubtractIIns extends InstructionDefinition { diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/arithmetic/SubtractIns.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/arithmetic/SubtractIns.java index d2a00c619..31e9e323b 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/arithmetic/SubtractIns.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/arithmetic/SubtractIns.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ @@ -30,6 +30,7 @@ import java.util.List; /** * subtract instruction - Subtract two numbers. + * * @author JPEXS */ public class SubtractIns extends InstructionDefinition { diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/arithmetic/package-info.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/arithmetic/package-info.java index ee313adab..cbd086d40 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/arithmetic/package-info.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/arithmetic/package-info.java @@ -1,4 +1,4 @@ /** * Arithmetic AVM2 instructions. */ -package com.jpexs.decompiler.flash.abc.avm2.instructions.arithmetic; \ No newline at end of file +package com.jpexs.decompiler.flash.abc.avm2.instructions.arithmetic; diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/bitwise/BitAndIns.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/bitwise/BitAndIns.java index 68d09ca65..762eec608 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/bitwise/BitAndIns.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/bitwise/BitAndIns.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ @@ -30,6 +30,7 @@ import java.util.List; /** * bitand instruction - Bitwise AND. + * * @author JPEXS */ public class BitAndIns extends InstructionDefinition { diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/bitwise/BitNotIns.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/bitwise/BitNotIns.java index 20a70b327..187571ffc 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/bitwise/BitNotIns.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/bitwise/BitNotIns.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ @@ -30,6 +30,7 @@ import java.util.List; /** * bitnot instruction - Bitwise NOT. + * * @author JPEXS */ public class BitNotIns extends InstructionDefinition { diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/bitwise/BitOrIns.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/bitwise/BitOrIns.java index 25911622d..47804472d 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/bitwise/BitOrIns.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/bitwise/BitOrIns.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ @@ -30,6 +30,7 @@ import java.util.List; /** * bitor instruction - Bitwise OR. + * * @author JPEXS */ public class BitOrIns extends InstructionDefinition { diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/bitwise/BitXorIns.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/bitwise/BitXorIns.java index d07cccaf4..482b14ddc 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/bitwise/BitXorIns.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/bitwise/BitXorIns.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ @@ -30,6 +30,7 @@ import java.util.List; /** * bitxor instruction - Bitwise XOR. + * * @author JPEXS */ public class BitXorIns extends InstructionDefinition { diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/bitwise/LShiftIns.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/bitwise/LShiftIns.java index 2971d1b23..1b78ebc14 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/bitwise/LShiftIns.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/bitwise/LShiftIns.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ @@ -30,6 +30,7 @@ import java.util.List; /** * lshift instruction - Bitwise left shift. + * * @author JPEXS */ public class LShiftIns extends InstructionDefinition { diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/bitwise/RShiftIns.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/bitwise/RShiftIns.java index ab9481c66..9bc2c49ef 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/bitwise/RShiftIns.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/bitwise/RShiftIns.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ @@ -30,6 +30,7 @@ import java.util.List; /** * rshift instruction - Bitwise right shift. + * * @author JPEXS */ public class RShiftIns extends InstructionDefinition { diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/bitwise/URShiftIns.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/bitwise/URShiftIns.java index 19331f494..d65f13bd7 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/bitwise/URShiftIns.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/bitwise/URShiftIns.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ @@ -30,6 +30,7 @@ import java.util.List; /** * urshift instruction - Unsigned right bitwise shift. + * * @author JPEXS */ public class URShiftIns extends InstructionDefinition { diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/bitwise/package-info.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/bitwise/package-info.java index 3ec8606a1..9455b844b 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/bitwise/package-info.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/bitwise/package-info.java @@ -1,4 +1,4 @@ /** * Bitwise AVM2 instructions. */ -package com.jpexs.decompiler.flash.abc.avm2.instructions.bitwise; \ No newline at end of file +package com.jpexs.decompiler.flash.abc.avm2.instructions.bitwise; diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/comparison/EqualsIns.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/comparison/EqualsIns.java index a49e24397..29785de69 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/comparison/EqualsIns.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/comparison/EqualsIns.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ @@ -30,6 +30,7 @@ import java.util.List; /** * equals instruction - Compare two values for equality. + * * @author JPEXS */ public class EqualsIns extends InstructionDefinition { diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/comparison/GreaterEqualsIns.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/comparison/GreaterEqualsIns.java index d84b974d3..b1c473a6b 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/comparison/GreaterEqualsIns.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/comparison/GreaterEqualsIns.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ @@ -31,6 +31,7 @@ import java.util.List; /** * greaterequals instruction - Greater or equals. + * * @author JPEXS */ public class GreaterEqualsIns extends InstructionDefinition { diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/comparison/GreaterThanIns.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/comparison/GreaterThanIns.java index 8e50b2078..289e17155 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/comparison/GreaterThanIns.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/comparison/GreaterThanIns.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ @@ -31,6 +31,7 @@ import java.util.List; /** * greaterthan instruction - Greater than. + * * @author JPEXS */ public class GreaterThanIns extends InstructionDefinition { diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/comparison/LessEqualsIns.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/comparison/LessEqualsIns.java index 7bef2bea3..6b9cd7011 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/comparison/LessEqualsIns.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/comparison/LessEqualsIns.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ @@ -31,6 +31,7 @@ import java.util.List; /** * lessequals instruction - Less or equals. + * * @author JPEXS */ public class LessEqualsIns extends InstructionDefinition { diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/comparison/LessThanIns.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/comparison/LessThanIns.java index 14a627550..85b982a33 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/comparison/LessThanIns.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/comparison/LessThanIns.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ @@ -31,6 +31,7 @@ import java.util.List; /** * lessthan instruction - Less than. + * * @author JPEXS */ public class LessThanIns extends InstructionDefinition { diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/comparison/StrictEqualsIns.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/comparison/StrictEqualsIns.java index 01b1f54b6..f3e3d7ee7 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/comparison/StrictEqualsIns.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/comparison/StrictEqualsIns.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ @@ -30,6 +30,7 @@ import java.util.List; /** * strictequals instruction - Compare two values for strict equality. + * * @author JPEXS */ public class StrictEqualsIns extends InstructionDefinition { diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/comparison/package-info.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/comparison/package-info.java index 18039f7a9..5a92f0194 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/comparison/package-info.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/comparison/package-info.java @@ -1,4 +1,4 @@ /** * Comparison AVM2 instructions. */ -package com.jpexs.decompiler.flash.abc.avm2.instructions.comparison; \ No newline at end of file +package com.jpexs.decompiler.flash.abc.avm2.instructions.comparison; diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/construction/ConstructIns.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/construction/ConstructIns.java index 27851a58c..8384e8789 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/construction/ConstructIns.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/construction/ConstructIns.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ @@ -43,6 +43,7 @@ import java.util.List; /** * construct instruction - Construct a new object. + * * @author JPEXS */ public class ConstructIns extends InstructionDefinition { diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/construction/ConstructPropIns.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/construction/ConstructPropIns.java index 0108a59b0..846b1c42e 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/construction/ConstructPropIns.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/construction/ConstructPropIns.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ @@ -38,6 +38,7 @@ import java.util.List; /** * constructprop instruction - Construct a property. + * * @author JPEXS */ public class ConstructPropIns extends InstructionDefinition { diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/construction/ConstructSuperIns.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/construction/ConstructSuperIns.java index 94f43d2d4..354cd50e0 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/construction/ConstructSuperIns.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/construction/ConstructSuperIns.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ @@ -30,7 +30,8 @@ import java.util.ArrayList; import java.util.List; /** - *´constructsuper instruction - Construct an instance of the base class. + * ´constructsuper instruction - Construct an instance of the base class. + * * @author JPEXS */ public class ConstructSuperIns extends InstructionDefinition { diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/construction/NewActivationIns.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/construction/NewActivationIns.java index b377f7928..de9490ea2 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/construction/NewActivationIns.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/construction/NewActivationIns.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ @@ -27,6 +27,7 @@ import java.util.List; /** * newactivation instruction - Create a new activation object. + * * @author JPEXS */ public class NewActivationIns extends InstructionDefinition { diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/construction/NewArrayIns.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/construction/NewArrayIns.java index 096c1a8fd..32a4a021e 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/construction/NewArrayIns.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/construction/NewArrayIns.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ @@ -35,6 +35,7 @@ import java.util.List; /** * newarray instruction - Create a new array. + * * @author JPEXS */ public class NewArrayIns extends InstructionDefinition { diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/construction/NewCatchIns.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/construction/NewCatchIns.java index 9b3637dc1..839f487be 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/construction/NewCatchIns.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/construction/NewCatchIns.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ @@ -28,6 +28,7 @@ import java.util.List; /** * newcatch instruction - Create a new catch object. + * * @author JPEXS */ public class NewCatchIns extends InstructionDefinition { diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/construction/NewClassIns.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/construction/NewClassIns.java index bccb1dabb..2d1eca16d 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/construction/NewClassIns.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/construction/NewClassIns.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ @@ -32,6 +32,7 @@ import java.util.List; /** * newclass instruction - Create a new class. + * * @author JPEXS */ public class NewClassIns extends InstructionDefinition { diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/construction/NewFunctionIns.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/construction/NewFunctionIns.java index 707c6058a..92a26b008 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/construction/NewFunctionIns.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/construction/NewFunctionIns.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ @@ -29,6 +29,7 @@ import java.util.List; /** * newfunction instruction - Create a new function object. + * * @author JPEXS */ public class NewFunctionIns extends InstructionDefinition { diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/construction/NewObjectIns.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/construction/NewObjectIns.java index 571fe3be1..acc6c23c0 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/construction/NewObjectIns.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/construction/NewObjectIns.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ @@ -36,6 +36,7 @@ import java.util.List; /** * newobject instruction - Create a new object. + * * @author JPEXS */ public class NewObjectIns extends InstructionDefinition { diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/construction/package-info.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/construction/package-info.java index d50a27b55..7d659b855 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/construction/package-info.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/construction/package-info.java @@ -1,4 +1,4 @@ /** * Construction AVM2 instructions. */ -package com.jpexs.decompiler.flash.abc.avm2.instructions.construction; \ No newline at end of file +package com.jpexs.decompiler.flash.abc.avm2.instructions.construction; diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/debug/DebugFileIns.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/debug/DebugFileIns.java index 4fd1ae100..5ce9b0409 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/debug/DebugFileIns.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/debug/DebugFileIns.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ @@ -24,6 +24,7 @@ import com.jpexs.decompiler.flash.abc.avm2.instructions.InstructionDefinition; /** * debugfile instruction - Set the current file for debugging. + * * @author JPEXS */ public class DebugFileIns extends InstructionDefinition { diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/debug/DebugIns.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/debug/DebugIns.java index cbb1b8955..c2581f7e3 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/debug/DebugIns.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/debug/DebugIns.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ @@ -24,6 +24,7 @@ import com.jpexs.decompiler.flash.abc.avm2.instructions.InstructionDefinition; /** * debug instruction - Debug information. + * * @author JPEXS */ public class DebugIns extends InstructionDefinition { diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/debug/DebugLineIns.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/debug/DebugLineIns.java index dacb5c6dd..d4bfa1f2b 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/debug/DebugLineIns.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/debug/DebugLineIns.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ @@ -24,6 +24,7 @@ import com.jpexs.decompiler.flash.abc.avm2.instructions.InstructionDefinition; /** * debugline instruction - Debug line number information. + * * @author JPEXS */ public class DebugLineIns extends InstructionDefinition { diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/debug/package-info.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/debug/package-info.java index 03ba68e53..dd0a54ae5 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/debug/package-info.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/debug/package-info.java @@ -1,4 +1,4 @@ /** * Debug AVM2 instructions. */ -package com.jpexs.decompiler.flash.abc.avm2.instructions.debug; \ No newline at end of file +package com.jpexs.decompiler.flash.abc.avm2.instructions.debug; diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/executing/CallIns.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/executing/CallIns.java index 4f94c4f17..921ec3528 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/executing/CallIns.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/executing/CallIns.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ @@ -36,6 +36,7 @@ import java.util.List; /** * call instruction - Call a function. + * * @author JPEXS */ public class CallIns extends InstructionDefinition { diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/executing/CallMethodIns.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/executing/CallMethodIns.java index 8618c53fa..75316f4f0 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/executing/CallMethodIns.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/executing/CallMethodIns.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ @@ -32,6 +32,7 @@ import java.util.List; /** * callmethod instruction - Call a method. + * * @author JPEXS */ public class CallMethodIns extends InstructionDefinition { diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/executing/CallPropLexIns.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/executing/CallPropLexIns.java index 539376dde..5798e99fb 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/executing/CallPropLexIns.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/executing/CallPropLexIns.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ @@ -33,6 +33,7 @@ import java.util.List; /** * callproplex instruction - Call a property, lexically. + * * @author JPEXS */ public class CallPropLexIns extends CallPropertyIns { diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/executing/CallPropVoidIns.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/executing/CallPropVoidIns.java index 04e7a7bd5..f4379ad53 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/executing/CallPropVoidIns.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/executing/CallPropVoidIns.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ @@ -34,6 +34,7 @@ import java.util.List; /** * callpropvoid instruction - Call a property, ignore return value. + * * @author JPEXS */ public class CallPropVoidIns extends InstructionDefinition { diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/executing/CallPropertyIns.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/executing/CallPropertyIns.java index afa870e19..48b1707ea 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/executing/CallPropertyIns.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/executing/CallPropertyIns.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ @@ -35,6 +35,7 @@ import java.util.List; /** * callproperty instruction - Call a property. + * * @author JPEXS */ public class CallPropertyIns extends InstructionDefinition { diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/executing/CallStaticIns.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/executing/CallStaticIns.java index 75992a887..5eb647bee 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/executing/CallStaticIns.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/executing/CallStaticIns.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ @@ -32,6 +32,7 @@ import java.util.List; /** * callstatic instruction - Call a method by method index. + * * @author JPEXS */ public class CallStaticIns extends InstructionDefinition { diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/executing/CallSuperIns.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/executing/CallSuperIns.java index 7625e674b..5ce17b80f 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/executing/CallSuperIns.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/executing/CallSuperIns.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ @@ -33,6 +33,7 @@ import java.util.List; /** * callsuper instruction - Call a super method. + * * @author JPEXS */ public class CallSuperIns extends InstructionDefinition { diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/executing/CallSuperVoidIns.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/executing/CallSuperVoidIns.java index 1ff734ba9..d9758507b 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/executing/CallSuperVoidIns.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/executing/CallSuperVoidIns.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ @@ -32,6 +32,7 @@ import java.util.List; /** * callsuper instruction - Call a super method, ignoring the return value. + * * @author JPEXS */ public class CallSuperVoidIns extends InstructionDefinition { diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/executing/package-info.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/executing/package-info.java index 8dc9028ab..2ec4dd803 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/executing/package-info.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/executing/package-info.java @@ -1,4 +1,4 @@ /** * Execution AVM2 instructions. */ -package com.jpexs.decompiler.flash.abc.avm2.instructions.executing; \ No newline at end of file +package com.jpexs.decompiler.flash.abc.avm2.instructions.executing; diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/jumps/IfEqIns.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/jumps/IfEqIns.java index 30710b843..eb97e9b19 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/jumps/IfEqIns.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/jumps/IfEqIns.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ @@ -34,6 +34,7 @@ import java.util.List; /** * ifeq instruction - if two values are equal, jump. + * * @author JPEXS */ public class IfEqIns extends InstructionDefinition implements IfTypeIns { diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/jumps/IfFalseIns.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/jumps/IfFalseIns.java index 5d5c3943c..be496a808 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/jumps/IfFalseIns.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/jumps/IfFalseIns.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ @@ -32,6 +32,7 @@ import java.util.List; /** * iffalse instruction - if value is false, jump. + * * @author JPEXS */ public class IfFalseIns extends InstructionDefinition implements IfTypeIns { diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/jumps/IfGeIns.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/jumps/IfGeIns.java index 8adefd1e3..5d7df2f1b 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/jumps/IfGeIns.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/jumps/IfGeIns.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ @@ -35,6 +35,7 @@ import java.util.List; /** * ifge instruction - if value is greater or equal, jump. + * * @author JPEXS */ public class IfGeIns extends InstructionDefinition implements IfTypeIns { diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/jumps/IfGtIns.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/jumps/IfGtIns.java index 4b08c1672..ade046894 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/jumps/IfGtIns.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/jumps/IfGtIns.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ @@ -35,6 +35,7 @@ import java.util.List; /** * ifgt instruction - if value is greater, jump. + * * @author JPEXS */ public class IfGtIns extends InstructionDefinition implements IfTypeIns { diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/jumps/IfLeIns.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/jumps/IfLeIns.java index e1c397887..bcc5d3c54 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/jumps/IfLeIns.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/jumps/IfLeIns.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ @@ -35,6 +35,7 @@ import java.util.List; /** * ifle instruction - if value is less or equal, jump. + * * @author JPEXS */ public class IfLeIns extends InstructionDefinition implements IfTypeIns { diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/jumps/IfLtIns.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/jumps/IfLtIns.java index 7b4c1f7b4..badeb5883 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/jumps/IfLtIns.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/jumps/IfLtIns.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ @@ -35,6 +35,7 @@ import java.util.List; /** * iflt instruction - if value is less, jump. + * * @author JPEXS */ public class IfLtIns extends InstructionDefinition implements IfTypeIns { diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/jumps/IfNGeIns.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/jumps/IfNGeIns.java index d20d9fe8c..9c925606b 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/jumps/IfNGeIns.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/jumps/IfNGeIns.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ @@ -35,6 +35,7 @@ import java.util.List; /** * ifnge instruction - if value is greater or equal, jump. + * * @author JPEXS */ public class IfNGeIns extends InstructionDefinition implements IfTypeIns { diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/jumps/IfNGtIns.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/jumps/IfNGtIns.java index dfb3f4324..ba9cd7500 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/jumps/IfNGtIns.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/jumps/IfNGtIns.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ @@ -35,6 +35,7 @@ import java.util.List; /** * ifngt instruction - if value is not greater, jump. + * * @author JPEXS */ public class IfNGtIns extends InstructionDefinition implements IfTypeIns { diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/jumps/IfNLeIns.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/jumps/IfNLeIns.java index 637433233..f002e8a82 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/jumps/IfNLeIns.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/jumps/IfNLeIns.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ @@ -35,6 +35,7 @@ import java.util.List; /** * ifnle instruction - if value is not less or equal, jump. + * * @author JPEXS */ public class IfNLeIns extends InstructionDefinition implements IfTypeIns { diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/jumps/IfNLtIns.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/jumps/IfNLtIns.java index d397699c3..aef790a71 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/jumps/IfNLtIns.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/jumps/IfNLtIns.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ @@ -35,6 +35,7 @@ import java.util.List; /** * ifnlt instruction - if value is not less, jump. + * * @author JPEXS */ public class IfNLtIns extends InstructionDefinition implements IfTypeIns { diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/jumps/IfNeIns.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/jumps/IfNeIns.java index 281453624..21f4a2aba 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/jumps/IfNeIns.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/jumps/IfNeIns.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ @@ -34,6 +34,7 @@ import java.util.List; /** * ifne instruction - if two values are not equal, jump. + * * @author JPEXS */ public class IfNeIns extends InstructionDefinition implements IfTypeIns { diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/jumps/IfStrictEqIns.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/jumps/IfStrictEqIns.java index e87871a12..a874a122f 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/jumps/IfStrictEqIns.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/jumps/IfStrictEqIns.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ @@ -34,6 +34,7 @@ import java.util.List; /** * ifstricteq instruction - if two values are strictly equal, jump. + * * @author JPEXS */ public class IfStrictEqIns extends InstructionDefinition implements IfTypeIns { diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/jumps/IfStrictNeIns.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/jumps/IfStrictNeIns.java index 6e2c20dc2..d0071f2bd 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/jumps/IfStrictNeIns.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/jumps/IfStrictNeIns.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ @@ -34,6 +34,7 @@ import java.util.List; /** * ifstrictne instruction - if two values are strictly not equal, jump. + * * @author JPEXS */ public class IfStrictNeIns extends InstructionDefinition implements IfTypeIns { diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/jumps/IfTrueIns.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/jumps/IfTrueIns.java index b0a91936e..d3c93c37b 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/jumps/IfTrueIns.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/jumps/IfTrueIns.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ @@ -32,6 +32,7 @@ import java.util.List; /** * iftrue instruction - if value is true, jump. + * * @author JPEXS */ public class IfTrueIns extends InstructionDefinition implements IfTypeIns { diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/jumps/JumpIns.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/jumps/JumpIns.java index 3c25ba469..f159918c9 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/jumps/JumpIns.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/jumps/JumpIns.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ @@ -30,6 +30,7 @@ import java.util.List; /** * jump instruction - jump. + * * @author JPEXS */ public class JumpIns extends InstructionDefinition implements IfTypeIns { diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/jumps/LookupSwitchIns.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/jumps/LookupSwitchIns.java index 66b1230cb..5ad6c1f61 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/jumps/LookupSwitchIns.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/jumps/LookupSwitchIns.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ @@ -27,6 +27,7 @@ import java.util.List; /** * lookupswitch instruction - switch based on a key. + * * @author JPEXS */ public class LookupSwitchIns extends InstructionDefinition { diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/jumps/package-info.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/jumps/package-info.java index 04a365d09..4fd67f7f7 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/jumps/package-info.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/jumps/package-info.java @@ -1,4 +1,4 @@ /** * Jump, ifs and switch AVM2 instructions. */ -package com.jpexs.decompiler.flash.abc.avm2.instructions.jumps; \ No newline at end of file +package com.jpexs.decompiler.flash.abc.avm2.instructions.jumps; diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/localregs/DecLocalIIns.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/localregs/DecLocalIIns.java index 97471ec16..f20d1bf83 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/localregs/DecLocalIIns.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/localregs/DecLocalIIns.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ @@ -35,6 +35,7 @@ import java.util.List; /** * declocal_i instruction - Decrement local integer variable by 1. + * * @author JPEXS */ public class DecLocalIIns extends InstructionDefinition { diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/localregs/DecLocalIns.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/localregs/DecLocalIns.java index 37c0d80e3..bf6cc0ba2 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/localregs/DecLocalIns.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/localregs/DecLocalIns.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ @@ -35,6 +35,7 @@ import java.util.List; /** * declocal instruction - Decrement local variable by 1. + * * @author JPEXS */ public class DecLocalIns extends InstructionDefinition { diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/localregs/GetLocal0Ins.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/localregs/GetLocal0Ins.java index ad777a07c..75f317b3f 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/localregs/GetLocal0Ins.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/localregs/GetLocal0Ins.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ @@ -20,6 +20,7 @@ import com.jpexs.decompiler.flash.abc.avm2.instructions.AVM2Instruction; /** * getlocal0 instruction - get local register 0 value. + * * @author JPEXS */ public class GetLocal0Ins extends GetLocalTypeIns { diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/localregs/GetLocal1Ins.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/localregs/GetLocal1Ins.java index c4936d744..284605c77 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/localregs/GetLocal1Ins.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/localregs/GetLocal1Ins.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ @@ -20,6 +20,7 @@ import com.jpexs.decompiler.flash.abc.avm2.instructions.AVM2Instruction; /** * getlocal1 instruction - get local register 1 value. + * * @author JPEXS */ public class GetLocal1Ins extends GetLocalTypeIns { diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/localregs/GetLocal2Ins.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/localregs/GetLocal2Ins.java index da2d5969f..3f4306b37 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/localregs/GetLocal2Ins.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/localregs/GetLocal2Ins.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ @@ -20,6 +20,7 @@ import com.jpexs.decompiler.flash.abc.avm2.instructions.AVM2Instruction; /** * getlocal2 instruction - get local register 2 value. + * * @author JPEXS */ public class GetLocal2Ins extends GetLocalTypeIns { diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/localregs/GetLocal3Ins.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/localregs/GetLocal3Ins.java index a3b608e93..06b0b1d9a 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/localregs/GetLocal3Ins.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/localregs/GetLocal3Ins.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ @@ -20,6 +20,7 @@ import com.jpexs.decompiler.flash.abc.avm2.instructions.AVM2Instruction; /** * getlocal2 instruction - get local register 2 value. + * * @author JPEXS */ public class GetLocal3Ins extends GetLocalTypeIns { diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/localregs/GetLocalIns.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/localregs/GetLocalIns.java index edffea24e..1046415fa 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/localregs/GetLocalIns.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/localregs/GetLocalIns.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ @@ -21,6 +21,7 @@ import com.jpexs.decompiler.flash.abc.avm2.instructions.AVM2Instruction; /** * getlocal instruction - get local register value. + * * @author JPEXS */ public class GetLocalIns extends GetLocalTypeIns { diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/localregs/GetLocalTypeIns.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/localregs/GetLocalTypeIns.java index d541d0060..6e8153789 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/localregs/GetLocalTypeIns.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/localregs/GetLocalTypeIns.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ @@ -50,6 +50,7 @@ import java.util.List; /** * getlocal type instruction - get local register value. + * * @author JPEXS */ public abstract class GetLocalTypeIns extends InstructionDefinition { diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/localregs/IncLocalIIns.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/localregs/IncLocalIIns.java index 21d659297..3a98fc295 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/localregs/IncLocalIIns.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/localregs/IncLocalIIns.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ @@ -35,6 +35,7 @@ import java.util.List; /** * inclocal_i instruction - Increment local integer register by 1. + * * @author JPEXS */ public class IncLocalIIns extends InstructionDefinition { diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/localregs/IncLocalIns.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/localregs/IncLocalIns.java index aa2100ed2..fd69ab01f 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/localregs/IncLocalIns.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/localregs/IncLocalIns.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ @@ -35,6 +35,7 @@ import java.util.List; /** * inclocal instruction - Increment local register by 1. + * * @author JPEXS */ public class IncLocalIns extends InstructionDefinition { diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/localregs/KillIns.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/localregs/KillIns.java index ed5fd349f..64c7c981e 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/localregs/KillIns.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/localregs/KillIns.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ @@ -26,6 +26,7 @@ import java.util.List; /** * kill instruction - kill local register. + * * @author JPEXS */ public class KillIns extends InstructionDefinition { diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/localregs/SetLocal0Ins.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/localregs/SetLocal0Ins.java index 663df15f8..b579b3bde 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/localregs/SetLocal0Ins.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/localregs/SetLocal0Ins.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ @@ -20,6 +20,7 @@ import com.jpexs.decompiler.flash.abc.avm2.instructions.AVM2Instruction; /** * setlocal0 instruction - set local register 0 value. + * * @author JPEXS */ public class SetLocal0Ins extends SetLocalTypeIns { diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/localregs/SetLocal1Ins.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/localregs/SetLocal1Ins.java index d265d964e..91effaa82 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/localregs/SetLocal1Ins.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/localregs/SetLocal1Ins.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ @@ -20,6 +20,7 @@ import com.jpexs.decompiler.flash.abc.avm2.instructions.AVM2Instruction; /** * setlocal1 instruction - set local register 1 value. + * * @author JPEXS */ public class SetLocal1Ins extends SetLocalTypeIns { diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/localregs/SetLocal2Ins.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/localregs/SetLocal2Ins.java index ce5b36e96..7c0b31b41 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/localregs/SetLocal2Ins.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/localregs/SetLocal2Ins.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ @@ -20,6 +20,7 @@ import com.jpexs.decompiler.flash.abc.avm2.instructions.AVM2Instruction; /** * setlocal2 instruction - set local register 2 value. + * * @author JPEXS */ public class SetLocal2Ins extends SetLocalTypeIns { diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/localregs/SetLocal3Ins.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/localregs/SetLocal3Ins.java index 8a3be4393..f0f35ba8f 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/localregs/SetLocal3Ins.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/localregs/SetLocal3Ins.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ @@ -20,6 +20,7 @@ import com.jpexs.decompiler.flash.abc.avm2.instructions.AVM2Instruction; /** * setlocal3 instruction - set local register 3 value. + * * @author JPEXS */ public class SetLocal3Ins extends SetLocalTypeIns { diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/localregs/SetLocalIns.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/localregs/SetLocalIns.java index 0b65fce47..0fd945ec1 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/localregs/SetLocalIns.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/localregs/SetLocalIns.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ @@ -21,6 +21,7 @@ import com.jpexs.decompiler.flash.abc.avm2.instructions.AVM2Instruction; /** * setlocal instruction - set local register value. + * * @author JPEXS */ public class SetLocalIns extends SetLocalTypeIns { diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/localregs/SetLocalTypeIns.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/localregs/SetLocalTypeIns.java index f1f23e2f3..736afd474 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/localregs/SetLocalTypeIns.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/localregs/SetLocalTypeIns.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ @@ -41,6 +41,7 @@ import java.util.List; /** * setlocal type instruction - set local register value. + * * @author JPEXS */ public abstract class SetLocalTypeIns extends InstructionDefinition implements SetTypeIns { diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/localregs/package-info.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/localregs/package-info.java index de37d3ab8..d70d23aa7 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/localregs/package-info.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/localregs/package-info.java @@ -1,4 +1,4 @@ /** * AVM2 instructions that work with local registers. */ -package com.jpexs.decompiler.flash.abc.avm2.instructions.localregs; \ No newline at end of file +package com.jpexs.decompiler.flash.abc.avm2.instructions.localregs; diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/other/BkptIns.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/other/BkptIns.java index 5476fd5cd..271b4bc49 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/other/BkptIns.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/other/BkptIns.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ @@ -24,6 +24,7 @@ import com.jpexs.decompiler.flash.abc.avm2.instructions.InstructionDefinition; /** * bkpt instruction - break point. + * * @author JPEXS */ public class BkptIns extends InstructionDefinition { diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/other/BkptLineIns.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/other/BkptLineIns.java index 6ce5c7ac7..157031c77 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/other/BkptLineIns.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/other/BkptLineIns.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ @@ -25,6 +25,7 @@ import com.jpexs.decompiler.flash.abc.avm2.instructions.InstructionDefinition; /** * bkptline instruction - break point with line number. + * * @author JPEXS */ public class BkptLineIns extends InstructionDefinition { diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/other/DeletePropertyIns.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/other/DeletePropertyIns.java index 907ec3924..c76015866 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/other/DeletePropertyIns.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/other/DeletePropertyIns.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ @@ -32,6 +32,7 @@ import java.util.List; /** * deleteproperty instruction - delete property from object. + * * @author JPEXS */ public class DeletePropertyIns extends InstructionDefinition { diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/other/FindDefIns.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/other/FindDefIns.java index a134dff15..59a8347bc 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/other/FindDefIns.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/other/FindDefIns.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ @@ -29,6 +29,7 @@ import java.util.List; /** * finddef instruction - find definition of multiname. + * * @author JPEXS */ public class FindDefIns extends InstructionDefinition { diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/other/FindPropertyIns.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/other/FindPropertyIns.java index ae1258910..81a2b3cf1 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/other/FindPropertyIns.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/other/FindPropertyIns.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ @@ -32,6 +32,7 @@ import java.util.List; /** * findproperty instruction - find property. + * * @author JPEXS */ public class FindPropertyIns extends InstructionDefinition { diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/other/FindPropertyStrictIns.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/other/FindPropertyStrictIns.java index 964baec8e..94d3f8e01 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/other/FindPropertyStrictIns.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/other/FindPropertyStrictIns.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ @@ -32,6 +32,7 @@ import java.util.List; /** * findpropstrict instruction - find property strictly. + * * @author JPEXS */ public class FindPropertyStrictIns extends InstructionDefinition { diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/other/GetDescendantsIns.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/other/GetDescendantsIns.java index b3b7ab216..b6c9e2bd8 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/other/GetDescendantsIns.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/other/GetDescendantsIns.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ @@ -31,6 +31,7 @@ import java.util.List; /** * getdescendants instruction - get descendants of object. + * * @author JPEXS */ public class GetDescendantsIns extends InstructionDefinition { diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/other/GetGlobalScopeIns.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/other/GetGlobalScopeIns.java index d0c70e6d3..53ecb00b6 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/other/GetGlobalScopeIns.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/other/GetGlobalScopeIns.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ @@ -29,6 +29,7 @@ import java.util.List; /** * getglobalscope instruction - get global scope object. + * * @author JPEXS */ public class GetGlobalScopeIns extends InstructionDefinition { diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/other/GetGlobalSlotIns.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/other/GetGlobalSlotIns.java index cf60ea700..43f8c4d74 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/other/GetGlobalSlotIns.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/other/GetGlobalSlotIns.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ @@ -36,6 +36,7 @@ import java.util.List; /** * getglobalslot instruction - get global slot value. + * * @author JPEXS */ public class GetGlobalSlotIns extends InstructionDefinition { diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/other/GetLexIns.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/other/GetLexIns.java index 32715a848..cb0534cb2 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/other/GetLexIns.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/other/GetLexIns.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ @@ -39,6 +39,7 @@ import java.util.Objects; /** * getlex instruction - get property of object, lexically. + * * @author JPEXS */ public class GetLexIns extends InstructionDefinition { diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/other/GetOuterScopeIns.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/other/GetOuterScopeIns.java index b5b5cbca7..b3ed1e6d5 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/other/GetOuterScopeIns.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/other/GetOuterScopeIns.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ @@ -30,6 +30,7 @@ import java.util.List; /** * getouterscope instruction - get outer scope object. + * * @author JPEXS */ public class GetOuterScopeIns extends InstructionDefinition { diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/other/GetPropertyIns.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/other/GetPropertyIns.java index 08b97b716..4f75be3f6 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/other/GetPropertyIns.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/other/GetPropertyIns.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ @@ -54,6 +54,7 @@ import java.util.Set; /** * getproperty instruction - get property of object. + * * @author JPEXS */ public class GetPropertyIns extends InstructionDefinition { diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/other/GetScopeObjectIns.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/other/GetScopeObjectIns.java index b9c1f0fa1..61ce74cf1 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/other/GetScopeObjectIns.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/other/GetScopeObjectIns.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ @@ -27,6 +27,7 @@ import java.util.List; /** * getscopeobject instruction - get scope object. + * * @author JPEXS */ public class GetScopeObjectIns extends InstructionDefinition { diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/other/GetSlotIns.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/other/GetSlotIns.java index 3aa73fdf3..4f73e65a4 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/other/GetSlotIns.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/other/GetSlotIns.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ @@ -35,6 +35,7 @@ import java.util.List; /** * getslot instruction - get slot value. + * * @author JPEXS */ public class GetSlotIns extends InstructionDefinition { diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/other/GetSuperIns.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/other/GetSuperIns.java index 1cde3777b..15faa01c4 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/other/GetSuperIns.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/other/GetSuperIns.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ @@ -30,6 +30,7 @@ import java.util.List; /** * getsuper instruction - get super object. + * * @author JPEXS */ public class GetSuperIns extends InstructionDefinition { diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/other/HasNext2Ins.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/other/HasNext2Ins.java index b4680256f..9cf4ab296 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/other/HasNext2Ins.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/other/HasNext2Ins.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ @@ -30,6 +30,7 @@ import java.util.List; /** * hasnext2 instruction - determine if the given object has any more properties. + * * @author JPEXS */ public class HasNext2Ins extends InstructionDefinition { diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/other/HasNextIns.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/other/HasNextIns.java index 17fb017c6..090757318 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/other/HasNextIns.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/other/HasNextIns.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ @@ -27,6 +27,7 @@ import java.util.List; /** * hasnext instruction - determine if the given object has any more properties. + * * @author JPEXS */ public class HasNextIns extends InstructionDefinition { diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/other/InIns.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/other/InIns.java index 0519083d6..c45152f0d 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/other/InIns.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/other/InIns.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ @@ -27,6 +27,7 @@ import java.util.List; /** * in instruction - determine if the given object has the given property. + * * @author JPEXS */ public class InIns extends InstructionDefinition { diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/other/InitPropertyIns.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/other/InitPropertyIns.java index 24af76757..e52cd439e 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/other/InitPropertyIns.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/other/InitPropertyIns.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ @@ -27,6 +27,7 @@ import java.util.List; /** * initproperty instruction - initialize property. + * * @author JPEXS */ public class InitPropertyIns extends InstructionDefinition { diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/other/LabelIns.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/other/LabelIns.java index 8fb627c93..55adf3f90 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/other/LabelIns.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/other/LabelIns.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ @@ -23,6 +23,7 @@ import com.jpexs.decompiler.flash.abc.avm2.instructions.InstructionDefinition; /** * label instruction - label for branch instructions. + * * @author JPEXS */ public class LabelIns extends InstructionDefinition { //this can be target of branch diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/other/NextNameIns.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/other/NextNameIns.java index abc7c42d1..5feba6a06 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/other/NextNameIns.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/other/NextNameIns.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ @@ -27,6 +27,7 @@ import java.util.List; /** * nextname instruction - get the next name of an object. + * * @author JPEXS */ public class NextNameIns extends InstructionDefinition { diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/other/NextValueIns.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/other/NextValueIns.java index 280370441..aebf7a4b1 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/other/NextValueIns.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/other/NextValueIns.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ @@ -27,6 +27,7 @@ import java.util.List; /** * nextvalue instruction - get the next value of an object. + * * @author JPEXS */ public class NextValueIns extends InstructionDefinition { diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/other/NopIns.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/other/NopIns.java index 157a96b23..4f94f9291 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/other/NopIns.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/other/NopIns.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ @@ -23,6 +23,7 @@ import com.jpexs.decompiler.flash.abc.avm2.instructions.InstructionDefinition; /** * nop instruction - no operation. + * * @author JPEXS */ public class NopIns extends InstructionDefinition { diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/other/ReturnValueIns.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/other/ReturnValueIns.java index 6dac7433d..e90c985d2 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/other/ReturnValueIns.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/other/ReturnValueIns.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ @@ -30,6 +30,7 @@ import java.util.List; /** * returnvalue instruction - return value from function. + * * @author JPEXS */ public class ReturnValueIns extends InstructionDefinition { diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/other/ReturnVoidIns.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/other/ReturnVoidIns.java index 36f728ee1..190ed377c 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/other/ReturnVoidIns.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/other/ReturnVoidIns.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ @@ -29,6 +29,7 @@ import java.util.List; /** * returnvoid instruction - return from function with no return value. + * * @author JPEXS */ public class ReturnVoidIns extends InstructionDefinition { diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/other/SetGlobalSlotIns.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/other/SetGlobalSlotIns.java index 93f535a92..3c024657a 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/other/SetGlobalSlotIns.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/other/SetGlobalSlotIns.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ @@ -29,6 +29,7 @@ import java.util.List; /** * setglobalslot instruction - set global slot value. + * * @author JPEXS */ public class SetGlobalSlotIns extends InstructionDefinition implements SetTypeIns { diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/other/SetPropertyIns.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/other/SetPropertyIns.java index 87d71fe06..9703a47f1 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/other/SetPropertyIns.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/other/SetPropertyIns.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ @@ -37,6 +37,7 @@ import java.util.Objects; /** * setproperty instruction - set property value. + * * @author JPEXS */ public class SetPropertyIns extends InstructionDefinition implements SetTypeIns { diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/other/SetSlotIns.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/other/SetSlotIns.java index f2fdd2ed7..5e219821d 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/other/SetSlotIns.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/other/SetSlotIns.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ @@ -46,6 +46,7 @@ import java.util.Objects; /** * setslot instruction - set slot value. + * * @author JPEXS */ public class SetSlotIns extends InstructionDefinition implements SetTypeIns { diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/other/SetSuperIns.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/other/SetSuperIns.java index e84b9f94d..abc4cac12 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/other/SetSuperIns.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/other/SetSuperIns.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ @@ -34,6 +34,7 @@ import java.util.Objects; /** * setsuper instruction - set super property value. + * * @author JPEXS */ public class SetSuperIns extends InstructionDefinition implements SetTypeIns { diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/other/ThrowIns.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/other/ThrowIns.java index 948683b41..0ef0b2f13 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/other/ThrowIns.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/other/ThrowIns.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ @@ -31,6 +31,7 @@ import java.util.List; /** * throw instruction - throw an exception. + * * @author JPEXS */ public class ThrowIns extends InstructionDefinition { diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/other/TimestampIns.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/other/TimestampIns.java index 4aa570afc..685cef0ae 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/other/TimestampIns.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/other/TimestampIns.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ @@ -24,6 +24,7 @@ import com.jpexs.decompiler.flash.abc.avm2.instructions.InstructionDefinition; /** * timestamp instruction. + * * @author JPEXS */ public class TimestampIns extends InstructionDefinition { diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/other/decimalsupport/AddPIns.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/other/decimalsupport/AddPIns.java index 4f46c7a50..2a9eac6d9 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/other/decimalsupport/AddPIns.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/other/decimalsupport/AddPIns.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ @@ -27,6 +27,7 @@ import com.jpexs.decompiler.flash.abc.avm2.instructions.InstructionDefinition; /** * add_p instruction - add two numbers with number context. + * * @author JPEXS */ public class AddPIns extends InstructionDefinition { diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/other/decimalsupport/ConvertMIns.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/other/decimalsupport/ConvertMIns.java index 43e6ae2ef..012e9691f 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/other/decimalsupport/ConvertMIns.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/other/decimalsupport/ConvertMIns.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ @@ -27,6 +27,7 @@ import com.jpexs.decompiler.flash.abc.avm2.instructions.InstructionDefinition; /** * convert_m instruction - convert to decimal. + * * @author JPEXS */ public class ConvertMIns extends InstructionDefinition { diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/other/decimalsupport/ConvertMPIns.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/other/decimalsupport/ConvertMPIns.java index c91bb92de..44c4ec948 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/other/decimalsupport/ConvertMPIns.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/other/decimalsupport/ConvertMPIns.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ @@ -28,6 +28,7 @@ import com.jpexs.decompiler.flash.abc.avm2.instructions.InstructionDefinition; /** * convert_m_p instruction - convert to decimal with number context. + * * @author JPEXS */ public class ConvertMPIns extends InstructionDefinition { diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/other/decimalsupport/DecLocalPIns.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/other/decimalsupport/DecLocalPIns.java index 633922b64..cf6ba04ad 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/other/decimalsupport/DecLocalPIns.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/other/decimalsupport/DecLocalPIns.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ @@ -28,6 +28,7 @@ import com.jpexs.decompiler.flash.abc.avm2.instructions.InstructionDefinition; /** * declocal_p instruction - decrement local register with number context. + * * @author JPEXS */ public class DecLocalPIns extends InstructionDefinition { diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/other/decimalsupport/DecrementPIns.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/other/decimalsupport/DecrementPIns.java index 55d7ccdf8..7b01f1287 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/other/decimalsupport/DecrementPIns.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/other/decimalsupport/DecrementPIns.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ @@ -28,6 +28,7 @@ import com.jpexs.decompiler.flash.abc.avm2.instructions.InstructionDefinition; /** * decrement_p instruction - decrement a number with number context. + * * @author JPEXS */ public class DecrementPIns extends InstructionDefinition { diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/other/decimalsupport/DividePIns.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/other/decimalsupport/DividePIns.java index 3785a257f..f032ea30f 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/other/decimalsupport/DividePIns.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/other/decimalsupport/DividePIns.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ @@ -28,6 +28,7 @@ import com.jpexs.decompiler.flash.abc.avm2.instructions.InstructionDefinition; /** * divide_p instruction - divide two numbers with number context. + * * @author JPEXS */ public class DividePIns extends InstructionDefinition { diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/other/decimalsupport/IncLocalPIns.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/other/decimalsupport/IncLocalPIns.java index 970fda29a..9e5cb7b4e 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/other/decimalsupport/IncLocalPIns.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/other/decimalsupport/IncLocalPIns.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ @@ -28,6 +28,7 @@ import com.jpexs.decompiler.flash.abc.avm2.instructions.InstructionDefinition; /** * inclocal_p instruction - increment a local register with number context. + * * @author JPEXS */ public class IncLocalPIns extends InstructionDefinition { diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/other/decimalsupport/IncrementPIns.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/other/decimalsupport/IncrementPIns.java index 224e0a01a..e8ddf6ec7 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/other/decimalsupport/IncrementPIns.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/other/decimalsupport/IncrementPIns.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ @@ -28,6 +28,7 @@ import com.jpexs.decompiler.flash.abc.avm2.instructions.InstructionDefinition; /** * increment_p instruction - increment a number with number context. + * * @author JPEXS */ public class IncrementPIns extends InstructionDefinition { diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/other/decimalsupport/ModuloPIns.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/other/decimalsupport/ModuloPIns.java index e62a1971c..5030d3569 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/other/decimalsupport/ModuloPIns.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/other/decimalsupport/ModuloPIns.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ @@ -28,6 +28,7 @@ import com.jpexs.decompiler.flash.abc.avm2.instructions.InstructionDefinition; /** * modulo_p instruction - modulo with number context. + * * @author JPEXS */ public class ModuloPIns extends InstructionDefinition { diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/other/decimalsupport/MultiplyPIns.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/other/decimalsupport/MultiplyPIns.java index 9083ce7dc..db2cb3e99 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/other/decimalsupport/MultiplyPIns.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/other/decimalsupport/MultiplyPIns.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ @@ -28,6 +28,7 @@ import com.jpexs.decompiler.flash.abc.avm2.instructions.InstructionDefinition; /** * multiply_p instruction - multiply two numbers with number context. + * * @author JPEXS */ public class MultiplyPIns extends InstructionDefinition { diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/other/decimalsupport/NegatePIns.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/other/decimalsupport/NegatePIns.java index c9829c440..52914481e 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/other/decimalsupport/NegatePIns.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/other/decimalsupport/NegatePIns.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ @@ -28,6 +28,7 @@ import com.jpexs.decompiler.flash.abc.avm2.instructions.InstructionDefinition; /** * negate_p instruction - negate with number context. + * * @author JPEXS */ public class NegatePIns extends InstructionDefinition { diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/other/decimalsupport/PushDNanIns.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/other/decimalsupport/PushDNanIns.java index b79aa4203..e876c5f25 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/other/decimalsupport/PushDNanIns.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/other/decimalsupport/PushDNanIns.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ @@ -27,6 +27,7 @@ import com.jpexs.decompiler.flash.abc.avm2.instructions.InstructionDefinition; /** * pushdnan instruction - push a decimal NaN. + * * @author JPEXS */ public class PushDNanIns extends InstructionDefinition { diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/other/decimalsupport/PushDecimalIns.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/other/decimalsupport/PushDecimalIns.java index 01e0d1b17..6d7696185 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/other/decimalsupport/PushDecimalIns.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/other/decimalsupport/PushDecimalIns.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ @@ -28,6 +28,7 @@ import com.jpexs.decompiler.flash.abc.avm2.instructions.InstructionDefinition; /** * pushdecimal instruction - push a decimal. + * * @author JPEXS */ public class PushDecimalIns extends InstructionDefinition { diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/other/decimalsupport/SubtractPIns.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/other/decimalsupport/SubtractPIns.java index 0e5b28536..4359affc9 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/other/decimalsupport/SubtractPIns.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/other/decimalsupport/SubtractPIns.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ @@ -28,6 +28,7 @@ import com.jpexs.decompiler.flash.abc.avm2.instructions.InstructionDefinition; /** * subtract_p instruction - subtract a number with number context. + * * @author JPEXS */ public class SubtractPIns extends InstructionDefinition { diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/other/decimalsupport/package-info.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/other/decimalsupport/package-info.java index 4b8f50283..df34e4a49 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/other/decimalsupport/package-info.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/other/decimalsupport/package-info.java @@ -1,4 +1,4 @@ /** * Decimal support AVM2 instructions. */ -package com.jpexs.decompiler.flash.abc.avm2.instructions.other.decimalsupport; \ No newline at end of file +package com.jpexs.decompiler.flash.abc.avm2.instructions.other.decimalsupport; diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/other/deprecated/CoerceBIns.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/other/deprecated/CoerceBIns.java index 484466ed4..92a16bac8 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/other/deprecated/CoerceBIns.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/other/deprecated/CoerceBIns.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ @@ -30,6 +30,7 @@ import com.jpexs.decompiler.graph.TypeItem; /** * coerce_b instruction - coerce to boolean. + * * @author JPEXS */ public class CoerceBIns extends InstructionDefinition implements CoerceOrConvertTypeIns { diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/other/deprecated/CoerceDIns.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/other/deprecated/CoerceDIns.java index 5d35a4cdc..b6dd23111 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/other/deprecated/CoerceDIns.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/other/deprecated/CoerceDIns.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ @@ -30,6 +30,7 @@ import com.jpexs.decompiler.graph.TypeItem; /** * coerce_d instruction - coerce to double. + * * @author JPEXS */ public class CoerceDIns extends InstructionDefinition implements CoerceOrConvertTypeIns { diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/other/deprecated/CoerceIIns.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/other/deprecated/CoerceIIns.java index 7b508c87c..88d410cd8 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/other/deprecated/CoerceIIns.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/other/deprecated/CoerceIIns.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ @@ -30,6 +30,7 @@ import com.jpexs.decompiler.graph.TypeItem; /** * coerce_i instruction - coerce to int. + * * @author JPEXS */ public class CoerceIIns extends InstructionDefinition implements CoerceOrConvertTypeIns { diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/other/deprecated/CoerceUIns.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/other/deprecated/CoerceUIns.java index 1951d18bb..af6b31a5d 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/other/deprecated/CoerceUIns.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/other/deprecated/CoerceUIns.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ @@ -30,6 +30,7 @@ import com.jpexs.decompiler.graph.TypeItem; /** * coerce_u instruction - coerce to uint. + * * @author JPEXS */ public class CoerceUIns extends InstructionDefinition implements CoerceOrConvertTypeIns { diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/other/deprecated/package-info.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/other/deprecated/package-info.java index 5c19b4de3..59466d826 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/other/deprecated/package-info.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/other/deprecated/package-info.java @@ -1,4 +1,4 @@ /** * Deprecated AVM2 instructions. */ -package com.jpexs.decompiler.flash.abc.avm2.instructions.other.deprecated; \ No newline at end of file +package com.jpexs.decompiler.flash.abc.avm2.instructions.other.deprecated; diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/other/floatsupport/ConvertF4Ins.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/other/floatsupport/ConvertF4Ins.java index 41b2954ea..6cb91e73f 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/other/floatsupport/ConvertF4Ins.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/other/floatsupport/ConvertF4Ins.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ @@ -27,6 +27,7 @@ import com.jpexs.decompiler.flash.abc.avm2.instructions.InstructionDefinition; /** * convert_f4 - Convert a value to a float4. + * * @author JPEXS */ public class ConvertF4Ins extends InstructionDefinition { diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/other/floatsupport/ConvertFIns.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/other/floatsupport/ConvertFIns.java index dffefe809..83ba3af17 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/other/floatsupport/ConvertFIns.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/other/floatsupport/ConvertFIns.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ @@ -27,6 +27,7 @@ import com.jpexs.decompiler.flash.abc.avm2.instructions.InstructionDefinition; /** * convert_f - Convert a value to a float. + * * @author JPEXS */ public class ConvertFIns extends InstructionDefinition { diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/other/floatsupport/Lf32x4Ins.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/other/floatsupport/Lf32x4Ins.java index a258e4d02..ee7b11e0b 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/other/floatsupport/Lf32x4Ins.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/other/floatsupport/Lf32x4Ins.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ @@ -32,6 +32,7 @@ import java.util.List; /** * lf32x4 - Load a float4 from domain memory. + * * @author JPEXS */ public class Lf32x4Ins extends InstructionDefinition { diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/other/floatsupport/PushFloat4Ins.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/other/floatsupport/PushFloat4Ins.java index 22b0dc0e8..f8cb1e6f2 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/other/floatsupport/PushFloat4Ins.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/other/floatsupport/PushFloat4Ins.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ @@ -28,6 +28,7 @@ import com.jpexs.decompiler.flash.abc.avm2.instructions.InstructionDefinition; /** * pushfloat4 - Push a float4 constant onto the stack. + * * @author JPEXS */ public class PushFloat4Ins extends InstructionDefinition { diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/other/floatsupport/PushFloatIns.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/other/floatsupport/PushFloatIns.java index 8ee94c2e8..f6ab1fd4a 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/other/floatsupport/PushFloatIns.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/other/floatsupport/PushFloatIns.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ @@ -28,6 +28,7 @@ import com.jpexs.decompiler.flash.abc.avm2.instructions.InstructionDefinition; /** * pushfloat - Push a float constant onto the stack. + * * @author JPEXS */ public class PushFloatIns extends InstructionDefinition { diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/other/floatsupport/Sf32x4Ins.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/other/floatsupport/Sf32x4Ins.java index c3f064879..4725da801 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/other/floatsupport/Sf32x4Ins.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/other/floatsupport/Sf32x4Ins.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ @@ -26,6 +26,7 @@ import com.jpexs.decompiler.flash.abc.avm2.instructions.InstructionDefinition; /** * sf32x4 - Store a float4 value into memory. + * * @author JPEXS */ public class Sf32x4Ins extends InstructionDefinition { diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/other/floatsupport/UnPlusIns.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/other/floatsupport/UnPlusIns.java index e372a9b3e..b49a294cd 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/other/floatsupport/UnPlusIns.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/other/floatsupport/UnPlusIns.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ @@ -23,6 +23,7 @@ import com.jpexs.decompiler.flash.abc.avm2.instructions.InstructionDefinition; /** * unplus - unary plus operator. + * * @author JPEXS */ public class UnPlusIns extends InstructionDefinition { diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/other/floatsupport/package-info.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/other/floatsupport/package-info.java index 19c49f190..bfa96ef4b 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/other/floatsupport/package-info.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/other/floatsupport/package-info.java @@ -1,4 +1,4 @@ /** * Float support AVM2 instructions. */ -package com.jpexs.decompiler.flash.abc.avm2.instructions.other.floatsupport; \ No newline at end of file +package com.jpexs.decompiler.flash.abc.avm2.instructions.other.floatsupport; diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/other/package-info.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/other/package-info.java index a5e12047e..8ef13a5dc 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/other/package-info.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/other/package-info.java @@ -1,4 +1,4 @@ /** * Other uncategorized AVM2 instructions. */ -package com.jpexs.decompiler.flash.abc.avm2.instructions.other; \ No newline at end of file +package com.jpexs.decompiler.flash.abc.avm2.instructions.other; diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/other/unknown/AbsJumpIns.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/other/unknown/AbsJumpIns.java index 13ba102ec..186223844 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/other/unknown/AbsJumpIns.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/other/unknown/AbsJumpIns.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ @@ -27,8 +27,9 @@ import com.jpexs.decompiler.flash.abc.avm2.instructions.InstructionDefinition; /** * abs_jump - undocumented opcode. - * @author JPEXS * + * @author JPEXS + *

* source: * https://github.com/apache/flex-sdk/blob/414b9a3e55effd243a697e614b702d1fa0b53efe/modules/asc/src/java/macromedia/abc/Opcodes.java */ diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/other/unknown/AddDIns.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/other/unknown/AddDIns.java index cfece5469..f60bc4a32 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/other/unknown/AddDIns.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/other/unknown/AddDIns.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ @@ -27,8 +27,9 @@ import com.jpexs.decompiler.flash.abc.avm2.instructions.InstructionDefinition; /** * add_d - undocumented opcode. - * @author JPEXS * + * @author JPEXS + *

* source: * https://github.com/apache/flex-sdk/blob/414b9a3e55effd243a697e614b702d1fa0b53efe/modules/asc/src/java/macromedia/abc/Opcodes.java */ diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/other/unknown/AllocIns.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/other/unknown/AllocIns.java index 38ef8bfbf..3f941ee83 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/other/unknown/AllocIns.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/other/unknown/AllocIns.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ @@ -27,8 +27,9 @@ import com.jpexs.decompiler.flash.abc.avm2.instructions.InstructionDefinition; /** * alloc - undocumented opcode. - * @author JPEXS * + * @author JPEXS + *

* source: * https://github.com/apache/flex-sdk/blob/414b9a3e55effd243a697e614b702d1fa0b53efe/modules/asc/src/java/macromedia/abc/Opcodes.java */ diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/other/unknown/CallInterfaceIns.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/other/unknown/CallInterfaceIns.java index 26e2b7974..1de31c361 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/other/unknown/CallInterfaceIns.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/other/unknown/CallInterfaceIns.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ @@ -27,8 +27,9 @@ import com.jpexs.decompiler.flash.abc.avm2.instructions.InstructionDefinition; /** * callinterface - undocumented opcode. - * @author JPEXS * + * @author JPEXS + *

* source: * https://github.com/apache/flex-sdk/blob/414b9a3e55effd243a697e614b702d1fa0b53efe/modules/asc/src/java/macromedia/abc/Opcodes.java */ diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/other/unknown/CallSuperIdIns.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/other/unknown/CallSuperIdIns.java index 340dcd09c..49bfd305f 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/other/unknown/CallSuperIdIns.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/other/unknown/CallSuperIdIns.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ @@ -26,8 +26,9 @@ import com.jpexs.decompiler.flash.abc.avm2.instructions.InstructionDefinition; /** * callsuperid - undocumented opcode. - * @author JPEXS * + * @author JPEXS + *

* source: * https://github.com/apache/flex-sdk/blob/414b9a3e55effd243a697e614b702d1fa0b53efe/modules/asc/src/java/macromedia/abc/Opcodes.java */ diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/other/unknown/CodeGenOpIns.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/other/unknown/CodeGenOpIns.java index 83a62e30d..2e3f56058 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/other/unknown/CodeGenOpIns.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/other/unknown/CodeGenOpIns.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ @@ -27,8 +27,9 @@ import com.jpexs.decompiler.flash.abc.avm2.instructions.InstructionDefinition; /** * codegenop - undocumented opcode. - * @author JPEXS * + * @author JPEXS + *

* source: * https://github.com/apache/flex-sdk/blob/414b9a3e55effd243a697e614b702d1fa0b53efe/modules/asc/src/java/macromedia/abc/Opcodes.java */ diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/other/unknown/ConcatIns.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/other/unknown/ConcatIns.java index c56ec912e..5cb88b87d 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/other/unknown/ConcatIns.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/other/unknown/ConcatIns.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ @@ -27,8 +27,9 @@ import com.jpexs.decompiler.flash.abc.avm2.instructions.InstructionDefinition; /** * concat - undocumented opcode. - * @author JPEXS * + * @author JPEXS + *

* source: * https://github.com/apache/flex-sdk/blob/414b9a3e55effd243a697e614b702d1fa0b53efe/modules/asc/src/java/macromedia/abc/Opcodes.java */ diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/other/unknown/DecodeIns.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/other/unknown/DecodeIns.java index 8d43e9d27..f78301f0e 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/other/unknown/DecodeIns.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/other/unknown/DecodeIns.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ @@ -27,8 +27,9 @@ import com.jpexs.decompiler.flash.abc.avm2.instructions.InstructionDefinition; /** * decode - undocumented opcode. - * @author JPEXS * + * @author JPEXS + *

* source: * https://github.com/apache/flex-sdk/blob/414b9a3e55effd243a697e614b702d1fa0b53efe/modules/asc/src/java/macromedia/abc/Opcodes.java */ diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/other/unknown/DelDescendantsIns.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/other/unknown/DelDescendantsIns.java index c6444067a..c50f4275d 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/other/unknown/DelDescendantsIns.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/other/unknown/DelDescendantsIns.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ @@ -28,8 +28,9 @@ import com.jpexs.decompiler.flash.abc.avm2.instructions.InstructionDefinition; /** * deldescendants - undocumented opcode. - * @author JPEXS * + * @author JPEXS + *

* source: ?? */ public class DelDescendantsIns extends InstructionDefinition { diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/other/unknown/DeletePropertyLateIns.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/other/unknown/DeletePropertyLateIns.java index e69d68cf2..29fd9c139 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/other/unknown/DeletePropertyLateIns.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/other/unknown/DeletePropertyLateIns.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ @@ -27,8 +27,9 @@ import com.jpexs.decompiler.flash.abc.avm2.instructions.InstructionDefinition; /** * deletepropertylate - undocumented opcode. - * @author JPEXS * + * @author JPEXS + *

* source: ?? */ public class DeletePropertyLateIns extends InstructionDefinition { diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/other/unknown/DoubleToAtomIns.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/other/unknown/DoubleToAtomIns.java index 7c1a21a8c..8150ac00e 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/other/unknown/DoubleToAtomIns.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/other/unknown/DoubleToAtomIns.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ @@ -27,8 +27,9 @@ import com.jpexs.decompiler.flash.abc.avm2.instructions.InstructionDefinition; /** * doubletoatom - undocumented opcode. - * @author JPEXS * + * @author JPEXS + *

* source: * https://github.com/apache/flex-sdk/blob/414b9a3e55effd243a697e614b702d1fa0b53efe/modules/asc/src/java/macromedia/abc/Opcodes.java */ diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/other/unknown/FindPropGlobalIns.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/other/unknown/FindPropGlobalIns.java index 9e1f327f9..bdf1b28ad 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/other/unknown/FindPropGlobalIns.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/other/unknown/FindPropGlobalIns.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ @@ -28,8 +28,9 @@ import com.jpexs.decompiler.flash.abc.avm2.instructions.InstructionDefinition; /** * findpropglobal - undocumented opcode. - * @author JPEXS * + * @author JPEXS + *

* source: * https://github.com/adobe-flash/avmplus/blob/65a05927767f3735db37823eebf7d743531f5d37/utils/abcdis/abc/Constants.as * (internal only) diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/other/unknown/FindPropGlobalStrictIns.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/other/unknown/FindPropGlobalStrictIns.java index 215495e6b..85c05a587 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/other/unknown/FindPropGlobalStrictIns.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/other/unknown/FindPropGlobalStrictIns.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ @@ -28,8 +28,9 @@ import com.jpexs.decompiler.flash.abc.avm2.instructions.InstructionDefinition; /** * findpropglobalstrict - undocumented opcode. - * @author JPEXS * + * @author JPEXS + *

* source: * https://github.com/adobe-flash/avmplus/blob/65a05927767f3735db37823eebf7d743531f5d37/utils/abcdis/abc/Constants.as * (internal only) diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/other/unknown/GetPropertyLateIns.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/other/unknown/GetPropertyLateIns.java index b4f56ed57..455fa2b87 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/other/unknown/GetPropertyLateIns.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/other/unknown/GetPropertyLateIns.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ @@ -23,8 +23,9 @@ import com.jpexs.decompiler.flash.abc.avm2.instructions.InstructionDefinition; /** * getpropertylate - undocumented opcode. - * @author JPEXS * + * @author JPEXS + *

* source: * https://github.com/magicalhobo/SWFWire/blob/master/SWFWireDecompiler/src/com/swfwire/decompiler/abc/ABCInstructions.as * collides with getouterscope diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/other/unknown/InvalidIns.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/other/unknown/InvalidIns.java index 2d232f9e8..7cae68eba 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/other/unknown/InvalidIns.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/other/unknown/InvalidIns.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ @@ -26,8 +26,9 @@ import com.jpexs.decompiler.flash.abc.avm2.instructions.InstructionDefinition; /** * invalid - undocumented opcode. - * @author JPEXS * + * @author JPEXS + *

* source: ?? */ public class InvalidIns extends InstructionDefinition { diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/other/unknown/MarkIns.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/other/unknown/MarkIns.java index 011d448f0..be3536752 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/other/unknown/MarkIns.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/other/unknown/MarkIns.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ @@ -27,8 +27,9 @@ import com.jpexs.decompiler.flash.abc.avm2.instructions.InstructionDefinition; /** * mark - undocumented opcode. - * @author JPEXS * + * @author JPEXS + *

* source: * https://github.com/apache/flex-sdk/blob/414b9a3e55effd243a697e614b702d1fa0b53efe/modules/asc/src/java/macromedia/abc/Opcodes.java */ diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/other/unknown/PrologueIns.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/other/unknown/PrologueIns.java index e9cc8f841..cdc7f9256 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/other/unknown/PrologueIns.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/other/unknown/PrologueIns.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ @@ -27,8 +27,9 @@ import com.jpexs.decompiler.flash.abc.avm2.instructions.InstructionDefinition; /** * prologue - undocumented opcode. - * @author JPEXS * + * @author JPEXS + *

* source: * https://github.com/apache/flex-sdk/blob/414b9a3e55effd243a697e614b702d1fa0b53efe/modules/asc/src/java/macromedia/abc/Opcodes.java */ diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/other/unknown/PushConstantIns.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/other/unknown/PushConstantIns.java index 79cc7c098..81e47b5f6 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/other/unknown/PushConstantIns.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/other/unknown/PushConstantIns.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ @@ -28,8 +28,9 @@ import com.jpexs.decompiler.flash.abc.avm2.instructions.InstructionDefinition; /** * pushconstant - undocumented opcode. - * @author JPEXS * + * @author JPEXS + *

* source: ?? */ public class PushConstantIns extends InstructionDefinition { diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/other/unknown/SendEnterIns.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/other/unknown/SendEnterIns.java index 9275070f0..6d81fe981 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/other/unknown/SendEnterIns.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/other/unknown/SendEnterIns.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ @@ -27,8 +27,9 @@ import com.jpexs.decompiler.flash.abc.avm2.instructions.InstructionDefinition; /** * sendenter - undocumented opcode. - * @author JPEXS * + * @author JPEXS + *

* source: * https://github.com/apache/flex-sdk/blob/414b9a3e55effd243a697e614b702d1fa0b53efe/modules/asc/src/java/macromedia/abc/Opcodes.java */ diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/other/unknown/SetPropertyLateIns.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/other/unknown/SetPropertyLateIns.java index d8886fe53..fee19428f 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/other/unknown/SetPropertyLateIns.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/other/unknown/SetPropertyLateIns.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ @@ -27,8 +27,9 @@ import com.jpexs.decompiler.flash.abc.avm2.instructions.InstructionDefinition; /** * setpropertylate - undocumented opcode. - * @author JPEXS * + * @author JPEXS + *

* source: ?? */ public class SetPropertyLateIns extends InstructionDefinition { diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/other/unknown/SweepIns.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/other/unknown/SweepIns.java index 54037d053..cc9a69583 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/other/unknown/SweepIns.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/other/unknown/SweepIns.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ @@ -27,8 +27,9 @@ import com.jpexs.decompiler.flash.abc.avm2.instructions.InstructionDefinition; /** * sweep - undocumented opcode. - * @author JPEXS * + * @author JPEXS + *

* source: * https://github.com/apache/flex-sdk/blob/414b9a3e55effd243a697e614b702d1fa0b53efe/modules/asc/src/java/macromedia/abc/Opcodes.java */ diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/other/unknown/VerifyOpIns.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/other/unknown/VerifyOpIns.java index 2f2f196e1..e084e854b 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/other/unknown/VerifyOpIns.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/other/unknown/VerifyOpIns.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ @@ -27,8 +27,9 @@ import com.jpexs.decompiler.flash.abc.avm2.instructions.InstructionDefinition; /** * verifyop - undocumented opcode. - * @author JPEXS * + * @author JPEXS + *

* source: * https://github.com/apache/flex-sdk/blob/414b9a3e55effd243a697e614b702d1fa0b53efe/modules/asc/src/java/macromedia/abc/Opcodes.java */ diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/other/unknown/VerifyPassIns.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/other/unknown/VerifyPassIns.java index b299bdb97..9ab502111 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/other/unknown/VerifyPassIns.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/other/unknown/VerifyPassIns.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ @@ -27,8 +27,9 @@ import com.jpexs.decompiler.flash.abc.avm2.instructions.InstructionDefinition; /** * verifypass - undocumented opcode. - * @author JPEXS * + * @author JPEXS + *

* source: * https://github.com/apache/flex-sdk/blob/414b9a3e55effd243a697e614b702d1fa0b53efe/modules/asc/src/java/macromedia/abc/Opcodes.java */ diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/other/unknown/WbIns.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/other/unknown/WbIns.java index 849a9ed79..0372a58ae 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/other/unknown/WbIns.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/other/unknown/WbIns.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ @@ -27,8 +27,9 @@ import com.jpexs.decompiler.flash.abc.avm2.instructions.InstructionDefinition; /** * wb - undocumented opcode. - * @author JPEXS * + * @author JPEXS + *

* source: * https://github.com/apache/flex-sdk/blob/414b9a3e55effd243a697e614b702d1fa0b53efe/modules/asc/src/java/macromedia/abc/Opcodes.java */ diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/other/unknown/package-info.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/other/unknown/package-info.java index 9a6a39f1b..f9d3db2f2 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/other/unknown/package-info.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/other/unknown/package-info.java @@ -1,4 +1,4 @@ /** * Unknown AVM2 instructions. */ -package com.jpexs.decompiler.flash.abc.avm2.instructions.other.unknown; \ No newline at end of file +package com.jpexs.decompiler.flash.abc.avm2.instructions.other.unknown; diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/package-info.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/package-info.java index e5cb440b6..d37c56e77 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/package-info.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/package-info.java @@ -1,4 +1,4 @@ /** * AVM2 instructions. */ -package com.jpexs.decompiler.flash.abc.avm2.instructions; \ No newline at end of file +package com.jpexs.decompiler.flash.abc.avm2.instructions; diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/stack/DupIns.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/stack/DupIns.java index fabb37406..c59f5f8f3 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/stack/DupIns.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/stack/DupIns.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ @@ -29,6 +29,7 @@ import java.util.List; /** * dup instruction - Duplicate the top value on the stack. + * * @author JPEXS */ public class DupIns extends InstructionDefinition { diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/stack/PopIns.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/stack/PopIns.java index ceb4443b6..878e8d779 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/stack/PopIns.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/stack/PopIns.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ @@ -31,6 +31,7 @@ import java.util.List; /** * pop instruction - Pop the top value from the stack. + * * @author JPEXS */ public class PopIns extends InstructionDefinition { diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/stack/PopScopeIns.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/stack/PopScopeIns.java index a59ba5320..2fb150d97 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/stack/PopScopeIns.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/stack/PopScopeIns.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ @@ -30,6 +30,7 @@ import java.util.List; /** * popscope instruction - Pop the top scope from the scope stack. + * * @author JPEXS */ public class PopScopeIns extends InstructionDefinition { diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/stack/PushByteIns.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/stack/PushByteIns.java index 2da050393..598070699 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/stack/PushByteIns.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/stack/PushByteIns.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ @@ -30,6 +30,7 @@ import java.util.List; /** * pushbyte instruction - Push a byte value onto the stack. + * * @author JPEXS */ public class PushByteIns extends InstructionDefinition implements PushIntegerTypeIns { diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/stack/PushDoubleIns.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/stack/PushDoubleIns.java index 3f1c1c91f..141c9f077 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/stack/PushDoubleIns.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/stack/PushDoubleIns.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ @@ -30,6 +30,7 @@ import java.util.List; /** * pushdouble instruction - Push a double value onto the stack. + * * @author JPEXS */ public class PushDoubleIns extends InstructionDefinition { diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/stack/PushFalseIns.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/stack/PushFalseIns.java index d3733dee1..ec7ec6524 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/stack/PushFalseIns.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/stack/PushFalseIns.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ @@ -29,6 +29,7 @@ import java.util.List; /** * pushfalse instruction - Push a false value onto the stack. + * * @author JPEXS */ public class PushFalseIns extends InstructionDefinition { diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/stack/PushIntIns.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/stack/PushIntIns.java index 8ab8a3036..4e845585e 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/stack/PushIntIns.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/stack/PushIntIns.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ @@ -30,6 +30,7 @@ import java.util.List; /** * pushint instruction - Push an integer value onto the stack. + * * @author JPEXS */ public class PushIntIns extends InstructionDefinition implements PushIntegerTypeIns { diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/stack/PushIntegerTypeIns.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/stack/PushIntegerTypeIns.java index 349d6504d..7e2ebc75b 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/stack/PushIntegerTypeIns.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/stack/PushIntegerTypeIns.java @@ -1,23 +1,22 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ package com.jpexs.decompiler.flash.abc.avm2.instructions.stack; /** - * * @author JPEXS */ public interface PushIntegerTypeIns { diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/stack/PushNamespaceIns.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/stack/PushNamespaceIns.java index acca2496d..329cb9659 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/stack/PushNamespaceIns.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/stack/PushNamespaceIns.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ @@ -28,6 +28,7 @@ import java.util.List; /** * pushnamespace instruction - Push a namespace onto the stack. + * * @author JPEXS */ public class PushNamespaceIns extends InstructionDefinition { diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/stack/PushNanIns.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/stack/PushNanIns.java index 1c2f50a8c..ef8879b78 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/stack/PushNanIns.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/stack/PushNanIns.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ @@ -29,6 +29,7 @@ import java.util.List; /** * pushnan instruction - Push a NaN value onto the stack. + * * @author JPEXS */ public class PushNanIns extends InstructionDefinition { diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/stack/PushNullIns.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/stack/PushNullIns.java index 71d62d6a2..5714cb166 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/stack/PushNullIns.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/stack/PushNullIns.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ @@ -30,6 +30,7 @@ import java.util.List; /** * pushnull instruction - Push a null value onto the stack. + * * @author JPEXS */ public class PushNullIns extends InstructionDefinition { diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/stack/PushScopeIns.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/stack/PushScopeIns.java index 5e9606b54..a92f1b2aa 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/stack/PushScopeIns.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/stack/PushScopeIns.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ @@ -29,6 +29,7 @@ import java.util.List; /** * pushscope instruction - Push a value onto the scope stack. + * * @author JPEXS */ public class PushScopeIns extends InstructionDefinition { @@ -54,7 +55,8 @@ public class PushScopeIns extends InstructionDefinition { //Hack for catch inside catch to not detect pushscope register as used if (top instanceof LocalRegAVM2Item) { - LocalRegAVM2Item getLocal = (LocalRegAVM2Item) top;; + LocalRegAVM2Item getLocal = (LocalRegAVM2Item) top; + ; if (getLocal.getSrc() != null) { int getLocalIp = localData.code.adr2pos(getLocal.getSrc().getAddress()); for (int setLocalPos : localData.setLocalPosToGetLocalPos.keySet()) { diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/stack/PushShortIns.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/stack/PushShortIns.java index 65aac6183..3a27635e2 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/stack/PushShortIns.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/stack/PushShortIns.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ @@ -30,6 +30,7 @@ import java.util.List; /** * pushshort instruction - Push a short value onto the stack. + * * @author JPEXS */ public class PushShortIns extends InstructionDefinition implements PushIntegerTypeIns { diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/stack/PushStringIns.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/stack/PushStringIns.java index 551ca2523..2aff2f792 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/stack/PushStringIns.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/stack/PushStringIns.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ @@ -30,6 +30,7 @@ import java.util.List; /** * pushstring instruction - Push a string onto the stack. + * * @author JPEXS */ public class PushStringIns extends InstructionDefinition { diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/stack/PushTrueIns.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/stack/PushTrueIns.java index c945b63af..dcc181506 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/stack/PushTrueIns.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/stack/PushTrueIns.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ @@ -29,6 +29,7 @@ import java.util.List; /** * pushtrue instruction - Push a true value onto the stack. + * * @author JPEXS */ public class PushTrueIns extends InstructionDefinition { diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/stack/PushUIntIns.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/stack/PushUIntIns.java index 110b3ca00..4ddc8d869 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/stack/PushUIntIns.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/stack/PushUIntIns.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ @@ -30,6 +30,7 @@ import java.util.List; /** * pushuint instruction - Push an unsigned integer onto the stack. + * * @author JPEXS */ public class PushUIntIns extends InstructionDefinition implements PushIntegerTypeIns { diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/stack/PushUndefinedIns.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/stack/PushUndefinedIns.java index 212973092..e8973af84 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/stack/PushUndefinedIns.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/stack/PushUndefinedIns.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ @@ -30,6 +30,7 @@ import java.util.List; /** * pushundefined instruction - Push an undefined value onto the stack. + * * @author JPEXS */ public class PushUndefinedIns extends InstructionDefinition { diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/stack/PushWithIns.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/stack/PushWithIns.java index 3a3e825de..3b99b0ecb 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/stack/PushWithIns.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/stack/PushWithIns.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ @@ -28,6 +28,7 @@ import java.util.List; /** * pushwith instruction - Push a with object onto the scope stack. + * * @author JPEXS */ public class PushWithIns extends InstructionDefinition { diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/stack/SwapIns.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/stack/SwapIns.java index b81b89e4b..81e67a62f 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/stack/SwapIns.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/stack/SwapIns.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ @@ -29,6 +29,7 @@ import java.util.List; /** * swap instruction - Swaps the top two values on the stack. + * * @author JPEXS */ public class SwapIns extends InstructionDefinition { diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/stack/package-info.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/stack/package-info.java index 96ac5afae..9fbc47e4a 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/stack/package-info.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/stack/package-info.java @@ -1,4 +1,4 @@ /** * Stack AVM2 instructions. */ -package com.jpexs.decompiler.flash.abc.avm2.instructions.stack; \ No newline at end of file +package com.jpexs.decompiler.flash.abc.avm2.instructions.stack; diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/types/ApplyTypeIns.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/types/ApplyTypeIns.java index b902be1e4..daee69867 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/types/ApplyTypeIns.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/types/ApplyTypeIns.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ @@ -31,7 +31,9 @@ import java.util.Collections; import java.util.List; /** - * applytype instruction - Push a type onto the stack with the specified parameters. + * applytype instruction - Push a type onto the stack with the specified + * parameters. + * * @author JPEXS */ public class ApplyTypeIns extends InstructionDefinition { diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/types/AsTypeIns.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/types/AsTypeIns.java index 22695324a..acdff4a8f 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/types/AsTypeIns.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/types/AsTypeIns.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ @@ -33,6 +33,7 @@ import java.util.List; /** * astype instruction - Type conversion. + * * @author JPEXS */ public class AsTypeIns extends InstructionDefinition { diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/types/AsTypeLateIns.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/types/AsTypeLateIns.java index b4a88a71c..ab1722b2f 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/types/AsTypeLateIns.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/types/AsTypeLateIns.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ @@ -30,6 +30,7 @@ import java.util.List; /** * astypelate instruction - Type conversion, with a type determined at runtime. + * * @author JPEXS */ public class AsTypeLateIns extends InstructionDefinition { diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/types/CoerceAIns.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/types/CoerceAIns.java index 779bc0fd4..51a0d8175 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/types/CoerceAIns.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/types/CoerceAIns.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ @@ -30,6 +30,7 @@ import java.util.List; /** * coerce_a instruction - Coerce any type. + * * @author JPEXS */ public class CoerceAIns extends InstructionDefinition implements CoerceOrConvertTypeIns { diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/types/CoerceIns.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/types/CoerceIns.java index d90b4af55..bdd9ab24d 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/types/CoerceIns.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/types/CoerceIns.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ @@ -38,6 +38,7 @@ import java.util.List; /** * coerce instruction - Coerce value to specified type. + * * @author JPEXS */ public class CoerceIns extends InstructionDefinition implements CoerceOrConvertTypeIns { diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/types/CoerceOIns.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/types/CoerceOIns.java index 0590adbf9..47d3414e1 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/types/CoerceOIns.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/types/CoerceOIns.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ @@ -29,6 +29,7 @@ import com.jpexs.decompiler.graph.TypeItem; /** * coerce_o instruction - Coerce to object type. + * * @author JPEXS */ public class CoerceOIns extends InstructionDefinition implements CoerceOrConvertTypeIns { diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/types/CoerceOrConvertTypeIns.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/types/CoerceOrConvertTypeIns.java index 97dcab6bb..42d32bf8f 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/types/CoerceOrConvertTypeIns.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/types/CoerceOrConvertTypeIns.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ @@ -22,6 +22,7 @@ import com.jpexs.decompiler.graph.GraphTargetItem; /** * Coerce or convert type instruction interface. + * * @author JPEXS */ public interface CoerceOrConvertTypeIns { diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/types/CoerceSIns.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/types/CoerceSIns.java index 4f14fd927..267c603d5 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/types/CoerceSIns.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/types/CoerceSIns.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ @@ -34,6 +34,7 @@ import java.util.List; /** * coerce_s instruction - Coerce value to string. + * * @author JPEXS */ public class CoerceSIns extends InstructionDefinition implements CoerceOrConvertTypeIns { diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/types/ConvertBIns.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/types/ConvertBIns.java index e1e13b677..4d111366b 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/types/ConvertBIns.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/types/ConvertBIns.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ @@ -32,6 +32,7 @@ import java.util.List; /** * convert_b instruction - Convert to boolean. + * * @author JPEXS */ public class ConvertBIns extends InstructionDefinition implements CoerceOrConvertTypeIns { diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/types/ConvertDIns.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/types/ConvertDIns.java index b5400bbc1..a597fa7d1 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/types/ConvertDIns.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/types/ConvertDIns.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ @@ -32,6 +32,7 @@ import java.util.List; /** * convert_d instruction - Convert to number. + * * @author JPEXS */ public class ConvertDIns extends InstructionDefinition implements CoerceOrConvertTypeIns { diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/types/ConvertIIns.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/types/ConvertIIns.java index f9d1ccd48..71cccaa84 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/types/ConvertIIns.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/types/ConvertIIns.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ @@ -32,6 +32,7 @@ import java.util.List; /** * convert_i instruction - Convert to integer. + * * @author JPEXS */ public class ConvertIIns extends InstructionDefinition implements CoerceOrConvertTypeIns { diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/types/ConvertOIns.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/types/ConvertOIns.java index 2240fd779..95fa311bc 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/types/ConvertOIns.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/types/ConvertOIns.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ @@ -34,6 +34,7 @@ import java.util.List; /** * convert_o instruction - Convert to object. + * * @author JPEXS */ public class ConvertOIns extends InstructionDefinition implements CoerceOrConvertTypeIns { diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/types/ConvertSIns.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/types/ConvertSIns.java index efe086cc3..fb89d2fb1 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/types/ConvertSIns.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/types/ConvertSIns.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ @@ -32,6 +32,7 @@ import java.util.List; /** * convert_s instruction - Convert to string. + * * @author JPEXS */ public class ConvertSIns extends InstructionDefinition implements CoerceOrConvertTypeIns { diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/types/ConvertUIns.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/types/ConvertUIns.java index 95e4c9dd9..3a7a16dd6 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/types/ConvertUIns.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/types/ConvertUIns.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ @@ -32,6 +32,7 @@ import java.util.List; /** * convert_u instruction - Convert to unsigned integer. + * * @author JPEXS */ public class ConvertUIns extends InstructionDefinition implements CoerceOrConvertTypeIns { diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/types/InstanceOfIns.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/types/InstanceOfIns.java index ded017b6c..7605e526c 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/types/InstanceOfIns.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/types/InstanceOfIns.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ @@ -27,6 +27,7 @@ import java.util.List; /** * instanceof instruction - Check if object is instance of type. + * * @author JPEXS */ public class InstanceOfIns extends InstructionDefinition { diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/types/IsTypeIns.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/types/IsTypeIns.java index dfdbc7eb4..c12b27dcc 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/types/IsTypeIns.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/types/IsTypeIns.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ @@ -30,6 +30,7 @@ import java.util.List; /** * istype instruction - Check if object is instance of type. + * * @author JPEXS */ public class IsTypeIns extends InstructionDefinition { diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/types/IsTypeLateIns.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/types/IsTypeLateIns.java index 0401cfcf4..47eb205a4 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/types/IsTypeLateIns.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/types/IsTypeLateIns.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ @@ -26,7 +26,9 @@ import com.jpexs.decompiler.graph.TranslateStack; import java.util.List; /** - * istypelate instruction - Check if object is instance of type, with a type determined at runtime. + * istypelate instruction - Check if object is instance of type, with a type + * determined at runtime. + * * @author JPEXS */ public class IsTypeLateIns extends InstructionDefinition { diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/types/TypeOfIns.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/types/TypeOfIns.java index 5e44f7536..56d292501 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/types/TypeOfIns.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/types/TypeOfIns.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ @@ -30,6 +30,7 @@ import java.util.List; /** * typeof instruction - Get type of object. + * * @author JPEXS */ public class TypeOfIns extends InstructionDefinition { diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/types/package-info.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/types/package-info.java index f2316afad..301925178 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/types/package-info.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/types/package-info.java @@ -1,4 +1,4 @@ /** * Type checking and conversion AVM2 instructions. */ -package com.jpexs.decompiler.flash.abc.avm2.instructions.types; \ No newline at end of file +package com.jpexs.decompiler.flash.abc.avm2.instructions.types; diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/xml/CheckFilterIns.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/xml/CheckFilterIns.java index c901f53df..b06a2f919 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/xml/CheckFilterIns.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/xml/CheckFilterIns.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ @@ -28,7 +28,9 @@ import com.jpexs.decompiler.graph.TranslateStack; import java.util.List; /** - * checkfilter instruction - Check to make sure an object can have a filter operation performed on it. + * checkfilter instruction - Check to make sure an object can have a filter + * operation performed on it. + * * @author JPEXS */ public class CheckFilterIns extends InstructionDefinition { diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/xml/DXNSIns.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/xml/DXNSIns.java index 3d795f24e..3243eb466 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/xml/DXNSIns.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/xml/DXNSIns.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ @@ -30,6 +30,7 @@ import java.util.List; /** * dxns instruction - Set default XML namespace. + * * @author JPEXS */ public class DXNSIns extends InstructionDefinition { diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/xml/DXNSLateIns.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/xml/DXNSLateIns.java index 7716f9227..4bd7d9df7 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/xml/DXNSLateIns.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/xml/DXNSLateIns.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ @@ -28,7 +28,9 @@ import com.jpexs.decompiler.graph.TranslateStack; import java.util.List; /** - * dxnslate instruction - Set default XML namespace, with a value determined at runtime. + * dxnslate instruction - Set default XML namespace, with a value determined at + * runtime. + * * @author JPEXS */ public class DXNSLateIns extends InstructionDefinition { diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/xml/EscXAttrIns.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/xml/EscXAttrIns.java index eab68b81c..20f1f8eeb 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/xml/EscXAttrIns.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/xml/EscXAttrIns.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ @@ -30,6 +30,7 @@ import java.util.List; /** * esc_xattr instruction - Escape XML attribute. + * * @author JPEXS */ public class EscXAttrIns extends InstructionDefinition { diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/xml/EscXElemIns.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/xml/EscXElemIns.java index aa2ee73af..881fac1d1 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/xml/EscXElemIns.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/xml/EscXElemIns.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ @@ -30,6 +30,7 @@ import java.util.List; /** * esc_xelems instruction - Escape XML element. + * * @author JPEXS */ public class EscXElemIns extends InstructionDefinition { diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/xml/package-info.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/xml/package-info.java index f6bbba931..80a833ce6 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/xml/package-info.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/xml/package-info.java @@ -1,4 +1,4 @@ /** * XML AVM2 instructions. */ -package com.jpexs.decompiler.flash.abc.avm2.instructions.xml; \ No newline at end of file +package com.jpexs.decompiler.flash.abc.avm2.instructions.xml; diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/model/AVM2Item.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/model/AVM2Item.java index 44c7c00c3..f642b3e02 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/model/AVM2Item.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/model/AVM2Item.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ @@ -39,6 +39,7 @@ import java.util.List; /** * AVM2 item base class. + * * @author JPEXS */ public abstract class AVM2Item extends GraphTargetItem { diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/model/AlchemyLoadAVM2Item.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/model/AlchemyLoadAVM2Item.java index abed602be..2e5ac38d7 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/model/AlchemyLoadAVM2Item.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/model/AlchemyLoadAVM2Item.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ @@ -32,6 +32,7 @@ import java.util.Objects; /** * Load value from memory. + * * @author JPEXS */ public class AlchemyLoadAVM2Item extends AVM2Item { diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/model/AlchemySignExtendAVM2Item.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/model/AlchemySignExtendAVM2Item.java index 7af0784c6..873545c8c 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/model/AlchemySignExtendAVM2Item.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/model/AlchemySignExtendAVM2Item.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ @@ -31,6 +31,7 @@ import java.util.Objects; /** * Sign extend value. + * * @author JPEXS */ public class AlchemySignExtendAVM2Item extends AVM2Item { diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/model/AlchemyStoreAVM2Item.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/model/AlchemyStoreAVM2Item.java index c0802cd90..8ac683d33 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/model/AlchemyStoreAVM2Item.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/model/AlchemyStoreAVM2Item.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ @@ -31,6 +31,7 @@ import java.util.Objects; /** * Store value to memory. + * * @author JPEXS */ public class AlchemyStoreAVM2Item extends AVM2Item { diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/model/ApplyTypeAVM2Item.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/model/ApplyTypeAVM2Item.java index 6166259a0..d19f9a550 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/model/ApplyTypeAVM2Item.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/model/ApplyTypeAVM2Item.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ @@ -32,6 +32,7 @@ import java.util.Objects; /** * Apply type parameters to object. + * * @author JPEXS */ public class ApplyTypeAVM2Item extends AVM2Item { diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/model/BooleanAVM2Item.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/model/BooleanAVM2Item.java index b827e17ad..67cc674c7 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/model/BooleanAVM2Item.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/model/BooleanAVM2Item.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ @@ -32,6 +32,7 @@ import java.util.Set; /** * Boolean value. + * * @author JPEXS */ public class BooleanAVM2Item extends AVM2Item { diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/model/CallAVM2Item.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/model/CallAVM2Item.java index 5dbcdebc2..8748d2df9 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/model/CallAVM2Item.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/model/CallAVM2Item.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ @@ -33,6 +33,7 @@ import java.util.Set; /** * Call function. + * * @author JPEXS */ public class CallAVM2Item extends AVM2Item { diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/model/CallMethodAVM2Item.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/model/CallMethodAVM2Item.java index 8a649fa72..edf2451c5 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/model/CallMethodAVM2Item.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/model/CallMethodAVM2Item.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ @@ -27,6 +27,7 @@ import java.util.Objects; /** * Call method. + * * @author JPEXS */ public class CallMethodAVM2Item extends AVM2Item { diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/model/CallPropertyAVM2Item.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/model/CallPropertyAVM2Item.java index 67e96cf95..001793593 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/model/CallPropertyAVM2Item.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/model/CallPropertyAVM2Item.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ @@ -32,6 +32,7 @@ import java.util.Objects; /** * Call property. + * * @author JPEXS */ public class CallPropertyAVM2Item extends AVM2Item { diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/model/CallStaticAVM2Item.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/model/CallStaticAVM2Item.java index c3e8784ce..a2ff4f235 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/model/CallStaticAVM2Item.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/model/CallStaticAVM2Item.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ @@ -27,6 +27,7 @@ import java.util.Objects; /** * Call static. + * * @author JPEXS */ public class CallStaticAVM2Item extends AVM2Item { diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/model/CallSuperAVM2Item.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/model/CallSuperAVM2Item.java index d08171649..b5db4ceb4 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/model/CallSuperAVM2Item.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/model/CallSuperAVM2Item.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ @@ -27,6 +27,7 @@ import java.util.Objects; /** * Call super. + * * @author JPEXS */ public class CallSuperAVM2Item extends AVM2Item { diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/model/ClassAVM2Item.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/model/ClassAVM2Item.java index 7ad5e04da..266b0c85d 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/model/ClassAVM2Item.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/model/ClassAVM2Item.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ @@ -26,6 +26,7 @@ import com.jpexs.decompiler.graph.model.LocalData; /** * Class. + * * @author JPEXS */ public class ClassAVM2Item extends AVM2Item { diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/model/CoerceAVM2Item.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/model/CoerceAVM2Item.java index ab3907ef9..911a1e0fe 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/model/CoerceAVM2Item.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/model/CoerceAVM2Item.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ @@ -37,6 +37,7 @@ import java.util.Set; /** * Coerce value to another type. + * * @author JPEXS */ public class CoerceAVM2Item extends AVM2Item { diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/model/ConstructAVM2Item.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/model/ConstructAVM2Item.java index 8416a77af..53ad63a29 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/model/ConstructAVM2Item.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/model/ConstructAVM2Item.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ @@ -26,6 +26,7 @@ import java.util.Objects; /** * Construct object. + * * @author JPEXS */ public class ConstructAVM2Item extends AVM2Item { diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/model/ConstructPropAVM2Item.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/model/ConstructPropAVM2Item.java index c5bb6d8dc..375d5441d 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/model/ConstructPropAVM2Item.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/model/ConstructPropAVM2Item.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ @@ -26,6 +26,7 @@ import java.util.Objects; /** * Construct property. + * * @author JPEXS */ public class ConstructPropAVM2Item extends AVM2Item { diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/model/ConstructSuperAVM2Item.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/model/ConstructSuperAVM2Item.java index 77807ede7..df7d124e8 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/model/ConstructSuperAVM2Item.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/model/ConstructSuperAVM2Item.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ @@ -32,6 +32,7 @@ import java.util.Objects; /** * Construct super. + * * @author JPEXS */ public class ConstructSuperAVM2Item extends AVM2Item { diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/model/ConvertAVM2Item.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/model/ConvertAVM2Item.java index 817a4d7ff..12cf50141 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/model/ConvertAVM2Item.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/model/ConvertAVM2Item.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ @@ -28,6 +28,7 @@ import java.util.Set; /** * Convert value to another type. + * * @author JPEXS */ public class ConvertAVM2Item extends AVM2Item { diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/model/DecLocalAVM2Item.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/model/DecLocalAVM2Item.java index e29a2c5fb..2e4d3780b 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/model/DecLocalAVM2Item.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/model/DecLocalAVM2Item.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ @@ -24,6 +24,7 @@ import com.jpexs.decompiler.graph.model.LocalData; /** * Decrement local register by 1. + * * @author JPEXS */ public class DecLocalAVM2Item extends AVM2Item { diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/model/DecrementAVM2Item.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/model/DecrementAVM2Item.java index 8dea3be1e..bfaa8d2a3 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/model/DecrementAVM2Item.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/model/DecrementAVM2Item.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ @@ -26,6 +26,7 @@ import java.util.Set; /** * Decrement value by 1. + * * @author JPEXS */ public class DecrementAVM2Item extends AVM2Item { diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/model/DefaultXMLNamespace.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/model/DefaultXMLNamespace.java index 5524ee6fd..cbc668fc0 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/model/DefaultXMLNamespace.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/model/DefaultXMLNamespace.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ @@ -31,6 +31,7 @@ import java.util.Objects; /** * Set default XML namespace. + * * @author JPEXS */ public class DefaultXMLNamespace extends AVM2Item { diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/model/EscapeXAttrAVM2Item.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/model/EscapeXAttrAVM2Item.java index f07a8bc6b..8c6548a31 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/model/EscapeXAttrAVM2Item.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/model/EscapeXAttrAVM2Item.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ @@ -30,6 +30,7 @@ import java.util.Objects; /** * Escape XML attribute. + * * @author JPEXS */ public class EscapeXAttrAVM2Item extends AVM2Item { diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/model/EscapeXElemAVM2Item.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/model/EscapeXElemAVM2Item.java index 1ec60bf08..13145a5c9 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/model/EscapeXElemAVM2Item.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/model/EscapeXElemAVM2Item.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ @@ -30,6 +30,7 @@ import java.util.Objects; /** * Escape XML element. + * * @author JPEXS */ public class EscapeXElemAVM2Item extends AVM2Item { diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/model/FilteredCheckAVM2Item.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/model/FilteredCheckAVM2Item.java index 15d2766db..d789a4c47 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/model/FilteredCheckAVM2Item.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/model/FilteredCheckAVM2Item.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ @@ -26,6 +26,7 @@ import java.util.Objects; /** * Check whether object supports filtering. + * * @author JPEXS */ public class FilteredCheckAVM2Item extends AVM2Item { diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/model/FindDefAVM2Item.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/model/FindDefAVM2Item.java index 35bda645e..70c784e0b 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/model/FindDefAVM2Item.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/model/FindDefAVM2Item.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ @@ -26,6 +26,7 @@ import java.util.Objects; /** * Find definition. + * * @author JPEXS */ public class FindDefAVM2Item extends AVM2Item { diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/model/FindPropertyAVM2Item.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/model/FindPropertyAVM2Item.java index 6e6d2798c..0b36fd5a6 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/model/FindPropertyAVM2Item.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/model/FindPropertyAVM2Item.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ @@ -32,6 +32,7 @@ import java.util.Objects; /** * Find property. + * * @author JPEXS */ public class FindPropertyAVM2Item extends AVM2Item { diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/model/FloatValueAVM2Item.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/model/FloatValueAVM2Item.java index 09cd221e2..1c8636730 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/model/FloatValueAVM2Item.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/model/FloatValueAVM2Item.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ @@ -34,6 +34,7 @@ import java.util.Set; /** * Float value. + * * @author JPEXS */ public class FloatValueAVM2Item extends NumberValueAVM2Item { diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/model/FullMultinameAVM2Item.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/model/FullMultinameAVM2Item.java index 5eb49040e..cc5317df4 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/model/FullMultinameAVM2Item.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/model/FullMultinameAVM2Item.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ @@ -34,6 +34,7 @@ import java.util.Set; /** * Fully resolved multiname. + * * @author JPEXS */ public class FullMultinameAVM2Item extends AVM2Item { diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/model/GetDescendantsAVM2Item.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/model/GetDescendantsAVM2Item.java index 614fe9f2c..58d4b55d1 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/model/GetDescendantsAVM2Item.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/model/GetDescendantsAVM2Item.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ @@ -32,6 +32,7 @@ import java.util.Objects; /** * Get descendants. + * * @author JPEXS */ public class GetDescendantsAVM2Item extends AVM2Item { diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/model/GetLexAVM2Item.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/model/GetLexAVM2Item.java index 09fe3b25b..f44678086 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/model/GetLexAVM2Item.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/model/GetLexAVM2Item.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ @@ -27,6 +27,7 @@ import java.util.Objects; /** * Find and get property. + * * @author JPEXS */ public class GetLexAVM2Item extends AVM2Item { diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/model/GetPropertyAVM2Item.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/model/GetPropertyAVM2Item.java index 1c3b3d2d8..0d63cc957 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/model/GetPropertyAVM2Item.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/model/GetPropertyAVM2Item.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ @@ -39,6 +39,7 @@ import java.util.Set; /** * Get property. + * * @author JPEXS */ public class GetPropertyAVM2Item extends AVM2Item { diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/model/GetSlotAVM2Item.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/model/GetSlotAVM2Item.java index d127983e7..3db0c3d10 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/model/GetSlotAVM2Item.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/model/GetSlotAVM2Item.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ @@ -26,6 +26,7 @@ import java.util.Objects; /** * Get slot. + * * @author JPEXS */ public class GetSlotAVM2Item extends AVM2Item { diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/model/GetSuperAVM2Item.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/model/GetSuperAVM2Item.java index 8ecbb9c03..e9100e1c2 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/model/GetSuperAVM2Item.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/model/GetSuperAVM2Item.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ @@ -25,6 +25,7 @@ import java.util.Objects; /** * Get super object. + * * @author JPEXS */ public class GetSuperAVM2Item extends AVM2Item { diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/model/GlobalAVM2Item.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/model/GlobalAVM2Item.java index 610679ccf..43c40f645 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/model/GlobalAVM2Item.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/model/GlobalAVM2Item.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ @@ -26,6 +26,7 @@ import java.util.HashMap; /** * Global object. + * * @author JPEXS */ public class GlobalAVM2Item extends AVM2Item { diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/model/HasNextAVM2Item.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/model/HasNextAVM2Item.java index 3fe045135..e4cd9f43b 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/model/HasNextAVM2Item.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/model/HasNextAVM2Item.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ @@ -31,6 +31,7 @@ import java.util.Objects; /** * Determine if the given object has any more properties. + * * @author JPEXS */ public class HasNextAVM2Item extends AVM2Item { diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/model/InAVM2Item.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/model/InAVM2Item.java index 91d16c3c0..ff9235225 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/model/InAVM2Item.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/model/InAVM2Item.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ @@ -31,6 +31,7 @@ import java.util.Objects; /** * Determine whether an object has a named property. + * * @author JPEXS */ public class InAVM2Item extends AVM2Item { diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/model/IncLocalAVM2Item.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/model/IncLocalAVM2Item.java index 44eb7d5de..d9055a118 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/model/IncLocalAVM2Item.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/model/IncLocalAVM2Item.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ @@ -24,6 +24,7 @@ import com.jpexs.decompiler.graph.model.LocalData; /** * Increment local register by 1. + * * @author JPEXS */ public class IncLocalAVM2Item extends AVM2Item { diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/model/IncrementAVM2Item.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/model/IncrementAVM2Item.java index 92d06850f..bd1583569 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/model/IncrementAVM2Item.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/model/IncrementAVM2Item.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ @@ -26,6 +26,7 @@ import java.util.Set; /** * Increment by 1. + * * @author JPEXS */ public class IncrementAVM2Item extends AVM2Item { diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/model/InitPropertyAVM2Item.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/model/InitPropertyAVM2Item.java index 9350befac..45614ef0d 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/model/InitPropertyAVM2Item.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/model/InitPropertyAVM2Item.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ @@ -28,6 +28,7 @@ import java.util.Objects; /** * Initialize property. + * * @author JPEXS */ public class InitPropertyAVM2Item extends AVM2Item implements SetTypeAVM2Item, AssignmentAVM2Item { diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/model/InitVectorAVM2Item.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/model/InitVectorAVM2Item.java index b58b78f9e..e2d53dcc1 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/model/InitVectorAVM2Item.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/model/InitVectorAVM2Item.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ @@ -39,6 +39,7 @@ import java.util.Objects; /** * Initialize vector. + * * @author JPEXS */ public class InitVectorAVM2Item extends AVM2Item { diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/model/IntegerValueAVM2Item.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/model/IntegerValueAVM2Item.java index 6ebff902c..686b04e03 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/model/IntegerValueAVM2Item.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/model/IntegerValueAVM2Item.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ @@ -37,6 +37,7 @@ import java.util.Set; /** * Integer value. + * * @author JPEXS */ public class IntegerValueAVM2Item extends NumberValueAVM2Item implements IntegerValueTypeItem { diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/model/LocalRegAVM2Item.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/model/LocalRegAVM2Item.java index 44f5b7486..e5bb7528b 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/model/LocalRegAVM2Item.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/model/LocalRegAVM2Item.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ @@ -31,6 +31,7 @@ import java.util.Set; /** * Local register. + * * @author JPEXS */ public class LocalRegAVM2Item extends AVM2Item { diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/model/NameSpaceAVM2Item.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/model/NameSpaceAVM2Item.java index bfbb95f90..89a7d8ab6 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/model/NameSpaceAVM2Item.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/model/NameSpaceAVM2Item.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ @@ -28,6 +28,7 @@ import com.jpexs.helpers.Helper; /** * Namespace. + * * @author JPEXS */ public class NameSpaceAVM2Item extends AVM2Item { diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/model/NameValuePair.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/model/NameValuePair.java index dc937c325..4b635ead1 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/model/NameValuePair.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/model/NameValuePair.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ @@ -25,8 +25,8 @@ import com.jpexs.decompiler.graph.model.TernarOpItem; import java.util.Objects; /** - * Name-value pair. - * (For usage in objects) + * Name-value pair. (For usage in objects) + * * @author JPEXS */ public class NameValuePair extends AVM2Item { diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/model/NanAVM2Item.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/model/NanAVM2Item.java index 154583753..cd5e5d216 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/model/NanAVM2Item.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/model/NanAVM2Item.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ @@ -32,6 +32,7 @@ import java.util.List; /** * NaN value. + * * @author JPEXS */ public class NanAVM2Item extends AVM2Item implements SimpleValue { diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/model/NewActivationAVM2Item.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/model/NewActivationAVM2Item.java index 64bd572d3..5f828584c 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/model/NewActivationAVM2Item.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/model/NewActivationAVM2Item.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ @@ -30,6 +30,7 @@ import java.util.List; /** * New activation. + * * @author JPEXS */ public class NewActivationAVM2Item extends AVM2Item { diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/model/NewArrayAVM2Item.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/model/NewArrayAVM2Item.java index 642cd418d..05d01c2f8 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/model/NewArrayAVM2Item.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/model/NewArrayAVM2Item.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ @@ -35,6 +35,7 @@ import java.util.Set; /** * New array. + * * @author JPEXS */ public class NewArrayAVM2Item extends AVM2Item { diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/model/NewFunctionAVM2Item.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/model/NewFunctionAVM2Item.java index 4ce4867c8..3afb1a289 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/model/NewFunctionAVM2Item.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/model/NewFunctionAVM2Item.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ @@ -36,6 +36,7 @@ import java.util.Objects; /** * New function. + * * @author JPEXS */ public class NewFunctionAVM2Item extends AVM2Item { diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/model/NewObjectAVM2Item.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/model/NewObjectAVM2Item.java index 2dc059307..1e0af815d 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/model/NewObjectAVM2Item.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/model/NewObjectAVM2Item.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ @@ -38,7 +38,6 @@ import java.util.Objects; import java.util.Set; /** - * * @author JPEXS */ public class NewObjectAVM2Item extends AVM2Item { diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/model/NextNameAVM2Item.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/model/NextNameAVM2Item.java index f0d073771..da21b51cc 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/model/NextNameAVM2Item.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/model/NextNameAVM2Item.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ @@ -31,6 +31,7 @@ import java.util.Objects; /** * Get the name of the next property when iterating over an object. + * * @author JPEXS */ public class NextNameAVM2Item extends AVM2Item { diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/model/NextValueAVM2Item.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/model/NextValueAVM2Item.java index 0d9415954..d22910339 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/model/NextValueAVM2Item.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/model/NextValueAVM2Item.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ @@ -31,6 +31,7 @@ import java.util.Objects; /** * Get the value of the next property when iterating over an object. + * * @author JPEXS */ public class NextValueAVM2Item extends AVM2Item { diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/model/NullAVM2Item.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/model/NullAVM2Item.java index b996104c5..c0d9ff1d5 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/model/NullAVM2Item.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/model/NullAVM2Item.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ @@ -34,6 +34,7 @@ import java.util.Set; /** * Null value. + * * @author JPEXS */ public class NullAVM2Item extends AVM2Item implements SimpleValue { diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/model/NumberValueAVM2Item.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/model/NumberValueAVM2Item.java index ff6c57bec..2eec59061 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/model/NumberValueAVM2Item.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/model/NumberValueAVM2Item.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ @@ -21,6 +21,7 @@ import com.jpexs.decompiler.graph.SimpleValue; /** * Number value. + * * @author JPEXS */ public abstract class NumberValueAVM2Item extends AVM2Item implements SimpleValue { diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/model/PostDecrementAVM2Item.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/model/PostDecrementAVM2Item.java index 27afb4e68..a83a94992 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/model/PostDecrementAVM2Item.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/model/PostDecrementAVM2Item.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ @@ -32,6 +32,7 @@ import java.util.Objects; /** * Post decrement operation (x--). + * * @author JPEXS */ public class PostDecrementAVM2Item extends AVM2Item implements AssignmentAVM2Item { diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/model/PostIncrementAVM2Item.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/model/PostIncrementAVM2Item.java index 246827b55..7f898f0c6 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/model/PostIncrementAVM2Item.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/model/PostIncrementAVM2Item.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ @@ -32,6 +32,7 @@ import java.util.Objects; /** * Post increment operation (x++). + * * @author JPEXS */ public class PostIncrementAVM2Item extends AVM2Item implements AssignmentAVM2Item { diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/model/RegExpAvm2Item.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/model/RegExpAvm2Item.java index db9733905..cc57d080f 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/model/RegExpAvm2Item.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/model/RegExpAvm2Item.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ @@ -44,6 +44,7 @@ import java.util.regex.Pattern; /** * Regular expression. + * * @author JPEXS */ public class RegExpAvm2Item extends AVM2Item implements Callable { diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/model/ReturnValueAVM2Item.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/model/ReturnValueAVM2Item.java index 35ba7f869..f9408990a 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/model/ReturnValueAVM2Item.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/model/ReturnValueAVM2Item.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ @@ -31,6 +31,7 @@ import java.util.Objects; /** * Return value from a function. + * * @author JPEXS */ public class ReturnValueAVM2Item extends AVM2Item implements ExitItem { diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/model/ReturnVoidAVM2Item.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/model/ReturnVoidAVM2Item.java index 3c4f9ebae..5c9e20d3c 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/model/ReturnVoidAVM2Item.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/model/ReturnVoidAVM2Item.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ @@ -30,6 +30,7 @@ import java.util.List; /** * Return from a function without a value. + * * @author JPEXS */ public class ReturnVoidAVM2Item extends AVM2Item implements ExitItem { diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/model/SetLocalAVM2Item.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/model/SetLocalAVM2Item.java index c61db67e5..dd52ee1fb 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/model/SetLocalAVM2Item.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/model/SetLocalAVM2Item.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ @@ -33,6 +33,7 @@ import java.util.Objects; /** * Set local register value. + * * @author JPEXS */ public class SetLocalAVM2Item extends AVM2Item implements SetTypeAVM2Item, AssignmentAVM2Item { diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/model/SetPropertyAVM2Item.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/model/SetPropertyAVM2Item.java index 1b04e8cbf..f411af06a 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/model/SetPropertyAVM2Item.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/model/SetPropertyAVM2Item.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ @@ -35,6 +35,7 @@ import java.util.List; /** * Set property value. + * * @author JPEXS */ public class SetPropertyAVM2Item extends AVM2Item implements SetTypeAVM2Item, AssignmentAVM2Item { diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/model/SetSlotAVM2Item.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/model/SetSlotAVM2Item.java index 4b3474750..06d094a75 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/model/SetSlotAVM2Item.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/model/SetSlotAVM2Item.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ @@ -31,6 +31,7 @@ import java.util.Objects; /** * Set slot value. + * * @author JPEXS */ public class SetSlotAVM2Item extends AVM2Item implements SetTypeAVM2Item, AssignmentAVM2Item { diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/model/SetSuperAVM2Item.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/model/SetSuperAVM2Item.java index 89a73212e..09502d6e4 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/model/SetSuperAVM2Item.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/model/SetSuperAVM2Item.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ @@ -28,6 +28,7 @@ import java.util.Objects; /** * Set super property value. + * * @author JPEXS */ public class SetSuperAVM2Item extends AVM2Item implements SetTypeAVM2Item { diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/model/SetTypeAVM2Item.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/model/SetTypeAVM2Item.java index 7e0359411..037db9588 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/model/SetTypeAVM2Item.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/model/SetTypeAVM2Item.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ @@ -21,54 +21,63 @@ import com.jpexs.decompiler.graph.GraphTargetItem; /** * Set type value. + * * @author JPEXS */ public interface SetTypeAVM2Item { /** * Gets object. + * * @return Object */ public GraphTargetItem getObject(); /** * Gets value. + * * @return Value */ public GraphTargetItem getValue(); /** * Gets declaration. + * * @return Declaration */ public DeclarationAVM2Item getDeclaration(); /** * Sets declaration. + * * @param dec Declaration */ public void setDeclaration(DeclarationAVM2Item dec); /** * Gets compound value. + * * @return Compound value */ public GraphTargetItem getCompoundValue(); /** * Sets compound value. + * * @param value Compound value */ public void setCompoundValue(GraphTargetItem value); /** * Sets compound operator. + * * @param operator Compound operator */ public void setCompoundOperator(String operator); /** * Gets compound operator. + * * @return Compound operator */ public String getCompoundOperator(); diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/model/StoreNewActivationAVM2Item.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/model/StoreNewActivationAVM2Item.java index ac213e3ec..6c54988af 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/model/StoreNewActivationAVM2Item.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/model/StoreNewActivationAVM2Item.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/model/StringAVM2Item.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/model/StringAVM2Item.java index d19212701..ba2b8092d 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/model/StringAVM2Item.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/model/StringAVM2Item.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ @@ -35,6 +35,7 @@ import java.util.Set; /** * String value. + * * @author JPEXS */ public class StringAVM2Item extends AVM2Item implements SimpleValue { diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/model/ThisAVM2Item.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/model/ThisAVM2Item.java index 0119e68ac..5fc09ffc9 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/model/ThisAVM2Item.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/model/ThisAVM2Item.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ @@ -35,6 +35,7 @@ import java.util.Set; /** * This object. + * * @author JPEXS */ public class ThisAVM2Item extends AVM2Item { diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/model/ThrowAVM2Item.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/model/ThrowAVM2Item.java index 823da9bf8..dc38c45a2 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/model/ThrowAVM2Item.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/model/ThrowAVM2Item.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ @@ -31,6 +31,7 @@ import java.util.Objects; /** * Throw statement. + * * @author JPEXS */ public class ThrowAVM2Item extends AVM2Item implements ExitItem { diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/model/UndefinedAVM2Item.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/model/UndefinedAVM2Item.java index c3285a527..fde972a4f 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/model/UndefinedAVM2Item.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/model/UndefinedAVM2Item.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ @@ -33,6 +33,7 @@ import java.util.Set; /** * Undefined value. + * * @author JPEXS */ public class UndefinedAVM2Item extends AVM2Item implements SimpleValue { diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/model/UnparsedAVM2Item.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/model/UnparsedAVM2Item.java index 11e4f6c2f..7b802737d 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/model/UnparsedAVM2Item.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/model/UnparsedAVM2Item.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ @@ -24,8 +24,8 @@ import com.jpexs.decompiler.graph.model.LocalData; import java.util.Objects; /** - * Unparsed data. - * This just ouputs string as is, without any processing. + * Unparsed data. This just ouputs string as is, without any processing. + * * @author JPEXS */ public class UnparsedAVM2Item extends AVM2Item { diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/model/WithAVM2Item.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/model/WithAVM2Item.java index de68f0154..2f0093dfc 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/model/WithAVM2Item.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/model/WithAVM2Item.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ @@ -33,6 +33,7 @@ import java.util.Objects; /** * With statement. + * * @author JPEXS */ public class WithAVM2Item extends AVM2Item { diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/model/WithEndAVM2Item.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/model/WithEndAVM2Item.java index df08d4848..4578bf128 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/model/WithEndAVM2Item.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/model/WithEndAVM2Item.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ @@ -26,6 +26,7 @@ import java.util.Objects; /** * With end marker. + * * @author JPEXS */ public class WithEndAVM2Item extends AVM2Item { diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/model/WithObjectAVM2Item.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/model/WithObjectAVM2Item.java index 386fffa9a..e46fc737f 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/model/WithObjectAVM2Item.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/model/WithObjectAVM2Item.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ @@ -30,6 +30,7 @@ import java.util.Objects; /** * With object. + * * @author JPEXS */ public class WithObjectAVM2Item extends AVM2Item { diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/model/XMLAVM2Item.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/model/XMLAVM2Item.java index f5485a966..8691fb7d0 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/model/XMLAVM2Item.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/model/XMLAVM2Item.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ @@ -28,6 +28,7 @@ import java.util.Objects; /** * XML. + * * @author JPEXS */ public class XMLAVM2Item extends AVM2Item { diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/model/clauses/AssignmentAVM2Item.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/model/clauses/AssignmentAVM2Item.java index 443c7ce4a..5b2e81126 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/model/clauses/AssignmentAVM2Item.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/model/clauses/AssignmentAVM2Item.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ @@ -18,6 +18,7 @@ package com.jpexs.decompiler.flash.abc.avm2.model.clauses; /** * Assignment. + * * @author JPEXS */ public interface AssignmentAVM2Item { diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/model/clauses/DeclarationAVM2Item.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/model/clauses/DeclarationAVM2Item.java index 94d4e41b5..d7de218c9 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/model/clauses/DeclarationAVM2Item.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/model/clauses/DeclarationAVM2Item.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ @@ -35,6 +35,7 @@ import com.jpexs.decompiler.graph.model.LocalData; /** * Declaration. + * * @author JPEXS */ public class DeclarationAVM2Item extends AVM2Item { diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/model/clauses/ExceptionAVM2Item.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/model/clauses/ExceptionAVM2Item.java index 41d7b5d6f..d8e220e85 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/model/clauses/ExceptionAVM2Item.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/model/clauses/ExceptionAVM2Item.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ @@ -25,6 +25,7 @@ import com.jpexs.decompiler.graph.model.LocalData; /** * Exception. + * * @author JPEXS */ public class ExceptionAVM2Item extends AVM2Item { diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/model/clauses/FilterAVM2Item.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/model/clauses/FilterAVM2Item.java index 5db8ab0f0..3bb261b37 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/model/clauses/FilterAVM2Item.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/model/clauses/FilterAVM2Item.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ @@ -26,6 +26,7 @@ import com.jpexs.decompiler.graph.model.LocalData; /** * Filter operation. + * * @author JPEXS */ public class FilterAVM2Item extends AVM2Item { diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/model/clauses/ForEachInAVM2Item.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/model/clauses/ForEachInAVM2Item.java index 759287fbc..4fa01b39a 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/model/clauses/ForEachInAVM2Item.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/model/clauses/ForEachInAVM2Item.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ @@ -38,6 +38,7 @@ import java.util.List; /** * For each in loop. + * * @author JPEXS */ public class ForEachInAVM2Item extends LoopItem implements Block { diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/model/clauses/ForInAVM2Item.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/model/clauses/ForInAVM2Item.java index 9ae4e644f..8fb02cd48 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/model/clauses/ForInAVM2Item.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/model/clauses/ForInAVM2Item.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ @@ -38,6 +38,7 @@ import java.util.List; /** * For in loop. + * * @author JPEXS */ public class ForInAVM2Item extends LoopItem implements Block { diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/model/clauses/TryAVM2Item.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/model/clauses/TryAVM2Item.java index 998ec20d2..1bd3cb8b8 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/model/clauses/TryAVM2Item.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/model/clauses/TryAVM2Item.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ @@ -40,6 +40,7 @@ import java.util.List; /** * Try block. + * * @author JPEXS */ public class TryAVM2Item extends AVM2Item implements Block { diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/model/clauses/package-info.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/model/clauses/package-info.java index a42d3f382..5f00546ff 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/model/clauses/package-info.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/model/clauses/package-info.java @@ -1,4 +1,4 @@ /** * High-level AVM2 model of various clauses. */ -package com.jpexs.decompiler.flash.abc.avm2.model.clauses; \ No newline at end of file +package com.jpexs.decompiler.flash.abc.avm2.model.clauses; diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/model/operations/AddAVM2Item.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/model/operations/AddAVM2Item.java index 96aa14a47..239e30c17 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/model/operations/AddAVM2Item.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/model/operations/AddAVM2Item.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ @@ -35,6 +35,7 @@ import java.util.List; /** * Add two values. + * * @author JPEXS */ public class AddAVM2Item extends BinaryOpItem implements CompoundableBinaryOp { diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/model/operations/AsTypeAVM2Item.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/model/operations/AsTypeAVM2Item.java index bd42a4e99..5ed9b8b4f 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/model/operations/AsTypeAVM2Item.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/model/operations/AsTypeAVM2Item.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ @@ -29,6 +29,7 @@ import java.util.List; /** * As type conversion. + * * @author JPEXS */ public class AsTypeAVM2Item extends BinaryOpItem { diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/model/operations/BitAndAVM2Item.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/model/operations/BitAndAVM2Item.java index 98b163002..2d2e6f664 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/model/operations/BitAndAVM2Item.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/model/operations/BitAndAVM2Item.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ @@ -29,6 +29,7 @@ import java.util.List; /** * Bitwise AND. + * * @author JPEXS */ public class BitAndAVM2Item extends BitwiseBinaryOpAVM2Item { @@ -60,5 +61,5 @@ public class BitAndAVM2Item extends BitwiseBinaryOpAVM2Item { List ret = new ArrayList<>(); ret.add(new AVM2Instruction(0, AVM2Instructions.BitAnd, null)); return ret; - } + } } diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/model/operations/BitNotAVM2Item.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/model/operations/BitNotAVM2Item.java index d4bdd65b6..133fa3745 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/model/operations/BitNotAVM2Item.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/model/operations/BitNotAVM2Item.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ @@ -32,6 +32,7 @@ import java.util.List; /** * Bitwise NOT. + * * @author JPEXS */ public class BitNotAVM2Item extends UnaryOpItem { @@ -57,11 +58,11 @@ public class BitNotAVM2Item extends UnaryOpItem { return TypeItem.INT; //? //return TypeItem.UNBOUNDED; } - + @Override protected void operandToString(GraphTargetItem operand, GraphTextWriter writer, LocalData localData) throws InterruptedException { if (operand instanceof IntegerValueAVM2Item) { - Integer val = ((IntegerValueAVM2Item)operand).value; + Integer val = ((IntegerValueAVM2Item) operand).value; if (val > 9) { String valHex = Integer.toHexString(val).toUpperCase(); if (valHex.length() % 2 == 1) { diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/model/operations/BitOrAVM2Item.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/model/operations/BitOrAVM2Item.java index 27c492ed3..42341446d 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/model/operations/BitOrAVM2Item.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/model/operations/BitOrAVM2Item.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ @@ -29,6 +29,7 @@ import java.util.List; /** * Bitwise OR. + * * @author JPEXS */ public class BitOrAVM2Item extends BitwiseBinaryOpAVM2Item { diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/model/operations/BitXorAVM2Item.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/model/operations/BitXorAVM2Item.java index deb94d831..172210f5f 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/model/operations/BitXorAVM2Item.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/model/operations/BitXorAVM2Item.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ @@ -29,6 +29,7 @@ import java.util.List; /** * Bitwise XOR. + * * @author JPEXS */ public class BitXorAVM2Item extends BitwiseBinaryOpAVM2Item { diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/model/operations/BitwiseBinaryOpAVM2Item.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/model/operations/BitwiseBinaryOpAVM2Item.java index 85954dc36..763ea1fbd 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/model/operations/BitwiseBinaryOpAVM2Item.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/model/operations/BitwiseBinaryOpAVM2Item.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ @@ -26,18 +26,19 @@ import com.jpexs.decompiler.graph.model.LocalData; /** * Bitwise binary operation. + * * @author JPEXS */ public abstract class BitwiseBinaryOpAVM2Item extends BinaryOpItem implements CompoundableBinaryOp { - + public BitwiseBinaryOpAVM2Item(GraphSourceItem instruction, GraphSourceItem lineStartItem, int precedence, GraphTargetItem leftSide, GraphTargetItem rightSide, String operator, String coerceLeft, String coerceRight) { super(instruction, lineStartItem, precedence, leftSide, rightSide, operator, coerceLeft, coerceRight); } - + @Override protected void operandToString(GraphTargetItem operand, GraphTextWriter writer, LocalData localData) throws InterruptedException { if (operand instanceof IntegerValueAVM2Item) { - Integer val = ((IntegerValueAVM2Item)operand).value; + Integer val = ((IntegerValueAVM2Item) operand).value; if (val > 9) { String valHex = Integer.toHexString(val).toUpperCase(); if (valHex.length() % 2 == 1) { diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/model/operations/DeletePropertyAVM2Item.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/model/operations/DeletePropertyAVM2Item.java index e33671175..9ec32ea72 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/model/operations/DeletePropertyAVM2Item.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/model/operations/DeletePropertyAVM2Item.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ @@ -38,6 +38,7 @@ import java.util.Objects; /** * Delete property. + * * @author JPEXS */ public class DeletePropertyAVM2Item extends AVM2Item { diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/model/operations/DivideAVM2Item.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/model/operations/DivideAVM2Item.java index d36724d11..e278319fd 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/model/operations/DivideAVM2Item.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/model/operations/DivideAVM2Item.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ @@ -33,6 +33,7 @@ import java.util.List; /** * Divide two values. + * * @author JPEXS */ public class DivideAVM2Item extends BinaryOpItem implements CompoundableBinaryOp { diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/model/operations/EqAVM2Item.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/model/operations/EqAVM2Item.java index 192c3e7ac..117ed0695 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/model/operations/EqAVM2Item.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/model/operations/EqAVM2Item.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ @@ -33,6 +33,7 @@ import java.util.List; /** * Equality. + * * @author JPEXS */ public class EqAVM2Item extends BinaryOpItem implements LogicalOpItem, IfCondition, EqualsTypeItem { diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/model/operations/GeAVM2Item.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/model/operations/GeAVM2Item.java index e78a4eafc..e38ed2fa7 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/model/operations/GeAVM2Item.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/model/operations/GeAVM2Item.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ @@ -33,6 +33,7 @@ import java.util.List; /** * Greater or equal. + * * @author JPEXS */ public class GeAVM2Item extends BinaryOpItem implements LogicalOpItem, IfCondition { diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/model/operations/GtAVM2Item.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/model/operations/GtAVM2Item.java index 06bd513b5..536572792 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/model/operations/GtAVM2Item.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/model/operations/GtAVM2Item.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ @@ -33,6 +33,7 @@ import java.util.List; /** * Greater than. + * * @author JPEXS */ public class GtAVM2Item extends BinaryOpItem implements LogicalOpItem, IfCondition { diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/model/operations/IfCondition.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/model/operations/IfCondition.java index facafb234..f05717fa4 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/model/operations/IfCondition.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/model/operations/IfCondition.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ @@ -20,18 +20,21 @@ import com.jpexs.decompiler.graph.model.BinaryOp; /** * If condition interface. + * * @author JPEXS */ public interface IfCondition extends BinaryOp { /** * Gets if definition opcode. + * * @return opcode */ public int getIfDefinition(); /** * Gets if not definition opcode. + * * @return opcode */ public int getIfNotDefinition(); diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/model/operations/InAVM2Item.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/model/operations/InAVM2Item.java index c79af2642..0fbd10243 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/model/operations/InAVM2Item.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/model/operations/InAVM2Item.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ @@ -30,6 +30,7 @@ import java.util.List; /** * In operator. + * * @author JPEXS */ public class InAVM2Item extends BinaryOpItem { diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/model/operations/InstanceOfAVM2Item.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/model/operations/InstanceOfAVM2Item.java index 4c47821b0..858bd08fa 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/model/operations/InstanceOfAVM2Item.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/model/operations/InstanceOfAVM2Item.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ @@ -30,6 +30,7 @@ import java.util.List; /** * Check if an object is an instance of a class. + * * @author JPEXS */ public class InstanceOfAVM2Item extends BinaryOpItem { diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/model/operations/IsTypeAVM2Item.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/model/operations/IsTypeAVM2Item.java index 5bd302c83..04d6f893d 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/model/operations/IsTypeAVM2Item.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/model/operations/IsTypeAVM2Item.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ @@ -30,6 +30,7 @@ import java.util.List; /** * Check if an object is an instance of a class. + * * @author JPEXS */ public class IsTypeAVM2Item extends BinaryOpItem { diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/model/operations/LShiftAVM2Item.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/model/operations/LShiftAVM2Item.java index 46b25e364..1e6e65e1a 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/model/operations/LShiftAVM2Item.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/model/operations/LShiftAVM2Item.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ @@ -31,6 +31,7 @@ import java.util.List; /** * Left shift. + * * @author JPEXS */ public class LShiftAVM2Item extends BinaryOpItem implements CompoundableBinaryOp { diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/model/operations/LeAVM2Item.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/model/operations/LeAVM2Item.java index 428ff61f2..17eed7c8b 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/model/operations/LeAVM2Item.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/model/operations/LeAVM2Item.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ @@ -33,6 +33,7 @@ import java.util.List; /** * Less or equal. + * * @author JPEXS */ public class LeAVM2Item extends BinaryOpItem implements LogicalOpItem, IfCondition { diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/model/operations/LtAVM2Item.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/model/operations/LtAVM2Item.java index 2618695a8..352fcbfc4 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/model/operations/LtAVM2Item.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/model/operations/LtAVM2Item.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ @@ -33,6 +33,7 @@ import java.util.List; /** * Less than. + * * @author JPEXS */ public class LtAVM2Item extends BinaryOpItem implements LogicalOpItem, IfCondition { diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/model/operations/ModuloAVM2Item.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/model/operations/ModuloAVM2Item.java index baefc3d8a..fa24fdab2 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/model/operations/ModuloAVM2Item.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/model/operations/ModuloAVM2Item.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ @@ -33,6 +33,7 @@ import java.util.List; /** * Modulo. + * * @author JPEXS */ public class ModuloAVM2Item extends BinaryOpItem implements CompoundableBinaryOp { diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/model/operations/MultiplyAVM2Item.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/model/operations/MultiplyAVM2Item.java index cf161d321..241f88843 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/model/operations/MultiplyAVM2Item.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/model/operations/MultiplyAVM2Item.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ @@ -33,6 +33,7 @@ import java.util.List; /** * Multiply. + * * @author JPEXS */ public class MultiplyAVM2Item extends BinaryOpItem implements CompoundableBinaryOp { diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/model/operations/NegAVM2Item.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/model/operations/NegAVM2Item.java index e6a968c54..85fd8d5a2 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/model/operations/NegAVM2Item.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/model/operations/NegAVM2Item.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ @@ -29,6 +29,7 @@ import java.util.List; /** * Negate. + * * @author JPEXS */ public class NegAVM2Item extends UnaryOpItem { diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/model/operations/NeqAVM2Item.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/model/operations/NeqAVM2Item.java index ad9d80776..bb9ed23eb 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/model/operations/NeqAVM2Item.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/model/operations/NeqAVM2Item.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ @@ -33,6 +33,7 @@ import java.util.List; /** * Not equal. + * * @author JPEXS */ public class NeqAVM2Item extends BinaryOpItem implements LogicalOpItem, IfCondition, NotEqualsTypeItem { diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/model/operations/PreDecrementAVM2Item.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/model/operations/PreDecrementAVM2Item.java index 8f20450d7..ecace4e48 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/model/operations/PreDecrementAVM2Item.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/model/operations/PreDecrementAVM2Item.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ @@ -29,6 +29,7 @@ import java.util.List; /** * Pre decrement. + * * @author JPEXS */ public class PreDecrementAVM2Item extends UnaryOpItem implements AssignmentAVM2Item { diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/model/operations/PreIncrementAVM2Item.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/model/operations/PreIncrementAVM2Item.java index 9d7bc4887..17e1d4d51 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/model/operations/PreIncrementAVM2Item.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/model/operations/PreIncrementAVM2Item.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ @@ -28,6 +28,7 @@ import java.util.List; /** * Pre increment. + * * @author JPEXS */ public class PreIncrementAVM2Item extends UnaryOpItem { diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/model/operations/RShiftAVM2Item.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/model/operations/RShiftAVM2Item.java index deb591fdc..65962d73c 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/model/operations/RShiftAVM2Item.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/model/operations/RShiftAVM2Item.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ @@ -31,6 +31,7 @@ import java.util.List; /** * Right shift. + * * @author JPEXS */ public class RShiftAVM2Item extends BinaryOpItem implements CompoundableBinaryOp { diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/model/operations/StrictEqAVM2Item.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/model/operations/StrictEqAVM2Item.java index 43ac6473b..3303dfb67 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/model/operations/StrictEqAVM2Item.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/model/operations/StrictEqAVM2Item.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ @@ -33,6 +33,7 @@ import java.util.List; /** * Strict equal. + * * @author JPEXS */ public class StrictEqAVM2Item extends BinaryOpItem implements LogicalOpItem, IfCondition, EqualsTypeItem { diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/model/operations/StrictNeqAVM2Item.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/model/operations/StrictNeqAVM2Item.java index eed20b6f4..ba1e106ee 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/model/operations/StrictNeqAVM2Item.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/model/operations/StrictNeqAVM2Item.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ @@ -33,6 +33,7 @@ import java.util.List; /** * Strict not equal. + * * @author JPEXS */ public class StrictNeqAVM2Item extends BinaryOpItem implements LogicalOpItem, IfCondition, NotEqualsTypeItem { diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/model/operations/SubtractAVM2Item.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/model/operations/SubtractAVM2Item.java index 2e782b7d1..16f3eb757 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/model/operations/SubtractAVM2Item.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/model/operations/SubtractAVM2Item.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ @@ -33,6 +33,7 @@ import java.util.List; /** * Subtract. + * * @author JPEXS */ public class SubtractAVM2Item extends BinaryOpItem implements CompoundableBinaryOp { diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/model/operations/TypeOfAVM2Item.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/model/operations/TypeOfAVM2Item.java index 8386a25f0..b8440eada 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/model/operations/TypeOfAVM2Item.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/model/operations/TypeOfAVM2Item.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ @@ -33,6 +33,7 @@ import java.util.Set; /** * Get type of value. + * * @author JPEXS */ public class TypeOfAVM2Item extends UnaryOpItem { diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/model/operations/URShiftAVM2Item.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/model/operations/URShiftAVM2Item.java index b65c9f516..6b31bb9c6 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/model/operations/URShiftAVM2Item.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/model/operations/URShiftAVM2Item.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ @@ -31,6 +31,7 @@ import java.util.List; /** * Unsigned right shift. + * * @author JPEXS */ public class URShiftAVM2Item extends BinaryOpItem implements CompoundableBinaryOp { diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/model/operations/package-info.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/model/operations/package-info.java index 947767238..a14e9a7e3 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/model/operations/package-info.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/model/operations/package-info.java @@ -1,4 +1,4 @@ /** * High-level AVM2 model of operations. */ -package com.jpexs.decompiler.flash.abc.avm2.model.operations; \ No newline at end of file +package com.jpexs.decompiler.flash.abc.avm2.model.operations; diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/model/package-info.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/model/package-info.java index 54bfd7bdc..9a6339c70 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/model/package-info.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/model/package-info.java @@ -1,4 +1,4 @@ /** * High-level AVM2 model. */ -package com.jpexs.decompiler.flash.abc.avm2.model; \ No newline at end of file +package com.jpexs.decompiler.flash.abc.avm2.model; diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/package-info.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/package-info.java index 1d70bac35..8b8f5faba 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/package-info.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/package-info.java @@ -1,4 +1,4 @@ /** * AVM2 (ActionScript Virtual Machine 2) bytecode. */ -package com.jpexs.decompiler.flash.abc.avm2; \ No newline at end of file +package com.jpexs.decompiler.flash.abc.avm2; diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/parser/AVM2ParseException.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/parser/AVM2ParseException.java index fe5dce01a..eeaa639dd 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/parser/AVM2ParseException.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/parser/AVM2ParseException.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ @@ -20,6 +20,7 @@ import com.jpexs.decompiler.flash.ParseException; /** * Parse exception for AVM2 parser. + * * @author JPEXS */ public class AVM2ParseException extends ParseException { diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/parser/package-info.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/parser/package-info.java index 02ab9451c..81a4817a3 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/parser/package-info.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/parser/package-info.java @@ -1,4 +1,4 @@ /** * Parsing AVM2 ActionScript and/or P-code. */ -package com.jpexs.decompiler.flash.abc.avm2.parser; \ No newline at end of file +package com.jpexs.decompiler.flash.abc.avm2.parser; diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/parser/pcode/ASM3Parser.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/parser/pcode/ASM3Parser.java index 786d76fca..208bc145e 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/parser/pcode/ASM3Parser.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/parser/pcode/ASM3Parser.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ @@ -56,6 +56,7 @@ import java.util.Stack; /** * Parses AVM2 P-code. + * * @author JPEXS */ public class ASM3Parser { diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/parser/pcode/Flasm3Lexer.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/parser/pcode/Flasm3Lexer.java index 719c50cc4..cb1caf0d0 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/parser/pcode/Flasm3Lexer.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/parser/pcode/Flasm3Lexer.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ @@ -2061,9 +2061,8 @@ public final class Flasm3Lexer { /** * Refills the input buffer. * - * @return false, iff there was new input. - * - * @exception java.io.IOException if any I/O-Error occurs + * @return false, iff there was new input. + * @throws java.io.IOException if any I/O-Error occurs */ private boolean zzRefill() throws java.io.IOException { @@ -2136,11 +2135,11 @@ public final class Flasm3Lexer { /** * Resets the scanner to read from a new input stream. Does not close the * old reader. - * + *

* All internal variables are reset, the old input stream * cannot be reused (internal buffer is discarded and lost). Lexical * state is set to ZZ_INITIAL. - * + *

* Internal scan buffer is resized down to its initial length, if it has * grown. * @@ -2186,12 +2185,11 @@ public final class Flasm3Lexer { /** * Returns the character at position pos from the matched text. - * + *

* It is equivalent to yytext().charAt(pos), but faster * * @param pos the position of the character to fetch. A value from 0 to * yylength()-1. - * * @return the character at position pos */ public final char yycharat(int pos) { @@ -2207,12 +2205,12 @@ public final class Flasm3Lexer { /** * Reports an error that occured while scanning. - * + *

* In a wellformed scanner (no or only correct usage of yypushback(int) and * a match-all fallback rule) this method will only be called with things * that "Can't Possibly Happen". If this method is called, something is * seriously wrong (e.g. a JFlex bug producing a faulty scanner etc.). - * + *

* Usual syntax/scanner level error handling should be done in error * fallback rules. * @@ -2231,7 +2229,7 @@ public final class Flasm3Lexer { /** * Pushes the specified amount of characters back into the input stream. - * + *

* They will be read again by then next call of the scanning method * * @param number the number of characters to be read again. This number must @@ -2250,7 +2248,7 @@ public final class Flasm3Lexer { * input is encountered or an I/O-Error occurs. * * @return the next token - * @exception java.io.IOException if any I/O-Error occurs + * @throws java.io.IOException if any I/O-Error occurs */ public ParsedSymbol yylex() throws java.io.IOException, AVM2ParseException { int zzInput; diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/parser/pcode/MissingSymbolHandler.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/parser/pcode/MissingSymbolHandler.java index 26983ca62..6a50a4994 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/parser/pcode/MissingSymbolHandler.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/parser/pcode/MissingSymbolHandler.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ @@ -20,7 +20,6 @@ import com.jpexs.decompiler.flash.abc.types.Decimal; import com.jpexs.decompiler.flash.abc.types.Float4; /** - * * @author JPEXS */ public interface MissingSymbolHandler { diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/parser/pcode/ParsedSymbol.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/parser/pcode/ParsedSymbol.java index 36ff9266f..0b57ce9d4 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/parser/pcode/ParsedSymbol.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/parser/pcode/ParsedSymbol.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ @@ -18,6 +18,7 @@ package com.jpexs.decompiler.flash.abc.avm2.parser.pcode; /** * AVM2 P-code parser symbol. + * * @author JPEXS */ public class ParsedSymbol { diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/parser/pcode/package-info.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/parser/pcode/package-info.java index b5a26e335..95e450ede 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/parser/pcode/package-info.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/parser/pcode/package-info.java @@ -1,4 +1,4 @@ /** * Parsing AVM2 P-code. */ -package com.jpexs.decompiler.flash.abc.avm2.parser.pcode; \ No newline at end of file +package com.jpexs.decompiler.flash.abc.avm2.parser.pcode; diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/parser/script/AVM2SourceGenerator.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/parser/script/AVM2SourceGenerator.java index 0460699c2..d12778d50 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/parser/script/AVM2SourceGenerator.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/parser/script/AVM2SourceGenerator.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ @@ -119,6 +119,7 @@ import java.util.regex.Pattern; /** * AVM2 bytecode generator. + * * @author JPEXS */ public class AVM2SourceGenerator implements SourceGenerator { diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/parser/script/AbcIndexing.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/parser/script/AbcIndexing.java index f99ee07c2..acc183e97 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/parser/script/AbcIndexing.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/parser/script/AbcIndexing.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/parser/script/ActionScript3Parser.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/parser/script/ActionScript3Parser.java index 95068f459..f6300a2ef 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/parser/script/ActionScript3Parser.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/parser/script/ActionScript3Parser.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ @@ -132,6 +132,7 @@ import java.util.logging.Logger; /** * ActionScript 3 parser. + * * @author JPEXS */ public class ActionScript3Parser { @@ -815,7 +816,7 @@ public class ActionScript3Parser { lexer.pushback(s); } - MethodAVM2Item ft; + MethodAVM2Item ft; ft = method(allOpenedNamespaces, outsidePackage, isPrivate, metadata, namespace, isInterface, isNative, customNs, new Reference<>(false), importedClasses, isOverride, isFinal, thisType, openedNamespaces, isStatic, fname, true, new ArrayList<>()); if (isGetter) { diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/parser/script/ActionScriptLexer.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/parser/script/ActionScriptLexer.java index 4d746dcea..b8e29ad2c 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/parser/script/ActionScriptLexer.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/parser/script/ActionScriptLexer.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ @@ -1084,9 +1084,8 @@ public final class ActionScriptLexer { /** * Refills the input buffer. * - * @return false, iff there was new input. - * - * @exception java.io.IOException if any I/O-Error occurs + * @return false, iff there was new input. + * @throws java.io.IOException if any I/O-Error occurs */ private boolean zzRefill() throws java.io.IOException { @@ -1159,11 +1158,11 @@ public final class ActionScriptLexer { /** * Resets the scanner to read from a new input stream. Does not close the * old reader. - * + *

* All internal variables are reset, the old input stream * cannot be reused (internal buffer is discarded and lost). Lexical * state is set to ZZ_INITIAL. - * + *

* Internal scan buffer is resized down to its initial length, if it has * grown. * @@ -1209,12 +1208,11 @@ public final class ActionScriptLexer { /** * Returns the character at position pos from the matched text. - * + *

* It is equivalent to yytext().charAt(pos), but faster * * @param pos the position of the character to fetch. A value from 0 to * yylength()-1. - * * @return the character at position pos */ public final char yycharat(int pos) { @@ -1230,12 +1228,12 @@ public final class ActionScriptLexer { /** * Reports an error that occured while scanning. - * + *

* In a wellformed scanner (no or only correct usage of yypushback(int) and * a match-all fallback rule) this method will only be called with things * that "Can't Possibly Happen". If this method is called, something is * seriously wrong (e.g. a JFlex bug producing a faulty scanner etc.). - * + *

* Usual syntax/scanner level error handling should be done in error * fallback rules. * @@ -1254,7 +1252,7 @@ public final class ActionScriptLexer { /** * Pushes the specified amount of characters back into the input stream. - * + *

* They will be read again by then next call of the scanning method * * @param number the number of characters to be read again. This number must @@ -1273,7 +1271,7 @@ public final class ActionScriptLexer { * input is encountered or an I/O-Error occurs. * * @return the next token - * @exception java.io.IOException if any I/O-Error occurs + * @throws java.io.IOException if any I/O-Error occurs */ public ParsedSymbol yylex() throws java.io.IOException, AVM2ParseException { int zzInput; diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/parser/script/AssignableAVM2Item.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/parser/script/AssignableAVM2Item.java index 9eda5b548..26f7684ad 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/parser/script/AssignableAVM2Item.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/parser/script/AssignableAVM2Item.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ @@ -32,6 +32,7 @@ import java.util.List; /** * Assignable. + * * @author JPEXS */ public abstract class AssignableAVM2Item extends AVM2Item { diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/parser/script/BreakJumpIns.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/parser/script/BreakJumpIns.java index e60f55b30..680bc18d0 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/parser/script/BreakJumpIns.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/parser/script/BreakJumpIns.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ @@ -20,6 +20,7 @@ import com.jpexs.decompiler.flash.abc.avm2.instructions.jumps.JumpIns; /** * Jump instruction for break statement in loops. + * * @author JPEXS */ public class BreakJumpIns extends JumpIns { diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/parser/script/CallAVM2Item.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/parser/script/CallAVM2Item.java index 58684fa24..8ec80eb18 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/parser/script/CallAVM2Item.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/parser/script/CallAVM2Item.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ @@ -37,6 +37,7 @@ import java.util.List; /** * Call. + * * @author JPEXS */ public class CallAVM2Item extends AVM2Item { diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/parser/script/ClassAVM2Item.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/parser/script/ClassAVM2Item.java index 0bbd8b040..6e8fdd1c8 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/parser/script/ClassAVM2Item.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/parser/script/ClassAVM2Item.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ @@ -31,6 +31,7 @@ import java.util.Map; /** * Class. + * * @author JPEXS */ public class ClassAVM2Item extends AVM2Item implements Block { diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/parser/script/ConstAVM2Item.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/parser/script/ConstAVM2Item.java index a664108fc..b1a9b58fa 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/parser/script/ConstAVM2Item.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/parser/script/ConstAVM2Item.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ @@ -25,6 +25,7 @@ import java.util.Map; /** * Const. + * * @author JPEXS */ public class ConstAVM2Item extends AVM2Item { diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/parser/script/ConstructSomethingAVM2Item.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/parser/script/ConstructSomethingAVM2Item.java index adb8d46f9..0ec2bfcc0 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/parser/script/ConstructSomethingAVM2Item.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/parser/script/ConstructSomethingAVM2Item.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ @@ -28,6 +28,7 @@ import java.util.List; /** * Construct something. + * * @author JPEXS */ public class ConstructSomethingAVM2Item extends CallAVM2Item { diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/parser/script/ContinueJumpIns.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/parser/script/ContinueJumpIns.java index f5eef5268..29a775860 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/parser/script/ContinueJumpIns.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/parser/script/ContinueJumpIns.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ @@ -20,6 +20,7 @@ import com.jpexs.decompiler.flash.abc.avm2.instructions.jumps.JumpIns; /** * Jump instruction for continue statement in loops. + * * @author JPEXS */ public class ContinueJumpIns extends JumpIns { diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/parser/script/ExceptionMarkAVM2Instruction.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/parser/script/ExceptionMarkAVM2Instruction.java index 6395d4f41..9e4118eaf 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/parser/script/ExceptionMarkAVM2Instruction.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/parser/script/ExceptionMarkAVM2Instruction.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ @@ -21,6 +21,7 @@ import com.jpexs.decompiler.flash.abc.avm2.instructions.AVM2Instruction; /** * Exception mark instruction. + * * @author JPEXS */ public class ExceptionMarkAVM2Instruction extends AVM2Instruction { diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/parser/script/ExceptionMarkIns.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/parser/script/ExceptionMarkIns.java index fdf9430bd..6e21e77b8 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/parser/script/ExceptionMarkIns.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/parser/script/ExceptionMarkIns.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ @@ -20,6 +20,7 @@ import com.jpexs.decompiler.flash.abc.avm2.instructions.InstructionDefinition; /** * Exception mark instruction. + * * @author JPEXS */ public class ExceptionMarkIns extends InstructionDefinition { diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/parser/script/FinallyJumpIns.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/parser/script/FinallyJumpIns.java index 078cff714..012d76fb8 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/parser/script/FinallyJumpIns.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/parser/script/FinallyJumpIns.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ @@ -20,6 +20,7 @@ import com.jpexs.decompiler.flash.abc.avm2.instructions.jumps.JumpIns; /** * Finally jump instruction. + * * @author JPEXS */ public class FinallyJumpIns extends JumpIns { diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/parser/script/FunctionAVM2Item.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/parser/script/FunctionAVM2Item.java index c1eebef4b..9000d2bba 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/parser/script/FunctionAVM2Item.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/parser/script/FunctionAVM2Item.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ @@ -31,6 +31,7 @@ import java.util.Map; /** * Function. + * * @author JPEXS */ public class FunctionAVM2Item extends AVM2Item { @@ -58,7 +59,7 @@ public class FunctionAVM2Item extends AVM2Item { public boolean needsActivation; public boolean isInterface; - + public boolean isNative; public NamespaceItem pkg; diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/parser/script/GetterAVM2Item.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/parser/script/GetterAVM2Item.java index 9b9b6342b..c2b588e24 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/parser/script/GetterAVM2Item.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/parser/script/GetterAVM2Item.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ @@ -22,6 +22,7 @@ import java.util.Map; /** * Getter. + * * @author JPEXS */ public class GetterAVM2Item extends MethodAVM2Item { diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/parser/script/ImportedSlotConstItem.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/parser/script/ImportedSlotConstItem.java index 5ac502aeb..3743c200d 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/parser/script/ImportedSlotConstItem.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/parser/script/ImportedSlotConstItem.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ @@ -34,6 +34,7 @@ import java.util.List; /** * Imported slot. + * * @author JPEXS */ public class ImportedSlotConstItem extends AssignableAVM2Item { diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/parser/script/IndexAVM2Item.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/parser/script/IndexAVM2Item.java index e20833be0..7585aa256 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/parser/script/IndexAVM2Item.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/parser/script/IndexAVM2Item.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ @@ -35,6 +35,7 @@ import java.util.Objects; /** * Index. + * * @author JPEXS */ public class IndexAVM2Item extends AssignableAVM2Item { diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/parser/script/InterfaceAVM2Item.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/parser/script/InterfaceAVM2Item.java index 51cc1aad5..5703b7435 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/parser/script/InterfaceAVM2Item.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/parser/script/InterfaceAVM2Item.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ @@ -27,6 +27,7 @@ import java.util.Map; /** * Interface. + * * @author JPEXS */ public class InterfaceAVM2Item extends AVM2Item { diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/parser/script/LexBufferer.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/parser/script/LexBufferer.java index f033eccb9..7823041d0 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/parser/script/LexBufferer.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/parser/script/LexBufferer.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ @@ -20,7 +20,9 @@ import java.util.ArrayList; import java.util.List; /** - * Lexical analyzer bufferer. It stores all parsed symbols and can push them back. + * Lexical analyzer bufferer. It stores all parsed symbols and can push them + * back. + * * @author JPEXS */ public class LexBufferer implements LexListener { diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/parser/script/LexListener.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/parser/script/LexListener.java index f490c2617..ac3ec96dd 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/parser/script/LexListener.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/parser/script/LexListener.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ @@ -18,6 +18,7 @@ package com.jpexs.decompiler.flash.abc.avm2.parser.script; /** * Listener for lexical analysis. + * * @author JPEXS */ public interface LexListener { diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/parser/script/MethodAVM2Item.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/parser/script/MethodAVM2Item.java index e25657bce..359fcfe65 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/parser/script/MethodAVM2Item.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/parser/script/MethodAVM2Item.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ @@ -24,6 +24,7 @@ import java.util.Map; /** * Method. + * * @author JPEXS */ public class MethodAVM2Item extends FunctionAVM2Item { diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/parser/script/NameAVM2Item.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/parser/script/NameAVM2Item.java index 3a273456e..085e7b8c3 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/parser/script/NameAVM2Item.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/parser/script/NameAVM2Item.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ @@ -44,6 +44,7 @@ import java.util.Objects; /** * Name. + * * @author JPEXS */ public class NameAVM2Item extends AssignableAVM2Item { diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/parser/script/NamespaceItem.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/parser/script/NamespaceItem.java index a73ba0cd5..8118aa256 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/parser/script/NamespaceItem.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/parser/script/NamespaceItem.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ @@ -30,6 +30,7 @@ import java.util.Objects; /** * Namespace. + * * @author JPEXS */ public class NamespaceItem { diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/parser/script/NamespacedAVM2Item.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/parser/script/NamespacedAVM2Item.java index 9ab20ca46..ceaebaf56 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/parser/script/NamespacedAVM2Item.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/parser/script/NamespacedAVM2Item.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ @@ -37,6 +37,7 @@ import java.util.Objects; /** * Namespaced. + * * @author JPEXS */ public class NamespacedAVM2Item extends AssignableAVM2Item { diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/parser/script/PackageAVM2Item.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/parser/script/PackageAVM2Item.java index 16040c273..6db9ff2fc 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/parser/script/PackageAVM2Item.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/parser/script/PackageAVM2Item.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ @@ -27,6 +27,7 @@ import java.util.List; /** * Package. + * * @author JPEXS */ public class PackageAVM2Item extends AVM2Item { diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/parser/script/ParsedSymbol.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/parser/script/ParsedSymbol.java index 189d85333..dc57dda1f 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/parser/script/ParsedSymbol.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/parser/script/ParsedSymbol.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ @@ -18,6 +18,7 @@ package com.jpexs.decompiler.flash.abc.avm2.parser.script; /** * ActionScript 3 parsed symbol. + * * @author JPEXS */ public class ParsedSymbol { diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/parser/script/PropertyAVM2Item.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/parser/script/PropertyAVM2Item.java index 6f0096487..ec73bfab7 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/parser/script/PropertyAVM2Item.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/parser/script/PropertyAVM2Item.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ @@ -51,6 +51,7 @@ import java.util.logging.Logger; /** * Property. + * * @author JPEXS */ public class PropertyAVM2Item extends AssignableAVM2Item { diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/parser/script/SetterAVM2Item.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/parser/script/SetterAVM2Item.java index a7d4ff74b..6daa224a8 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/parser/script/SetterAVM2Item.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/parser/script/SetterAVM2Item.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ @@ -22,6 +22,7 @@ import java.util.Map; /** * Setter. + * * @author JPEXS */ public class SetterAVM2Item extends MethodAVM2Item { diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/parser/script/SlotAVM2Item.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/parser/script/SlotAVM2Item.java index fd599719a..b0c18258b 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/parser/script/SlotAVM2Item.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/parser/script/SlotAVM2Item.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ @@ -25,6 +25,7 @@ import java.util.Map; /** * Slot. + * * @author JPEXS */ public class SlotAVM2Item extends AVM2Item { diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/parser/script/SymbolGroup.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/parser/script/SymbolGroup.java index 4f7b25f22..17bf94fe7 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/parser/script/SymbolGroup.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/parser/script/SymbolGroup.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ @@ -18,6 +18,7 @@ package com.jpexs.decompiler.flash.abc.avm2.parser.script; /** * ActionScript 3 parsed symbol group. + * * @author JPEXS */ public enum SymbolGroup { diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/parser/script/SymbolType.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/parser/script/SymbolType.java index c430c853e..69f4c1f47 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/parser/script/SymbolType.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/parser/script/SymbolType.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ @@ -20,6 +20,7 @@ import com.jpexs.decompiler.graph.GraphTargetItem; /** * ActionScript 3 parsed symbol type. + * * @author JPEXS */ public enum SymbolType { diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/parser/script/UnresolvedAVM2Item.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/parser/script/UnresolvedAVM2Item.java index a9fa46792..959058f5d 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/parser/script/UnresolvedAVM2Item.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/parser/script/UnresolvedAVM2Item.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ @@ -44,8 +44,8 @@ import java.util.List; import java.util.Objects; /** - * Unresolved - variable, property, type, etc. - * To be resolved later. + * Unresolved - variable, property, type, etc. To be resolved later. + * * @author JPEXS */ public class UnresolvedAVM2Item extends AssignableAVM2Item { @@ -288,7 +288,7 @@ public class UnresolvedAVM2Item extends AssignableAVM2Item { throw new CompilationException("Cannot assign", line); } - public GraphTargetItem resolve(SourceGeneratorLocalData localData /*can be null!!!*/, String currentClassFullName, GraphTargetItem thisType, List paramTypes, List paramNames, AbcIndexing abc, List callStack, List variables) throws CompilationException { + public GraphTargetItem resolve(SourceGeneratorLocalData localData /*can be null!!!*/, String currentClassFullName, GraphTargetItem thisType, List paramTypes, List paramNames, AbcIndexing abc, List callStack, List variables) throws CompilationException { if (scopeStack.isEmpty()) { //Everything is multiname property in with command //search for variable @@ -363,12 +363,12 @@ public class UnresolvedAVM2Item extends AssignableAVM2Item { if (currentClassFullName != null && !isProperty) { DottedChain classChain = DottedChain.parseWithSuffix(currentClassFullName); DottedChain pkg = classChain.getWithoutLast(); - + if (!pkg.isTopLevel()) { //toplevel in next step TypeItem ti = new TypeItem(pkg.addWithSuffix(name.get(0))); AbcIndexing.ClassIndex ci = abc.findClass(ti, null, null/*FIXME?*/); - if (ci != null) { + if (ci != null) { resolved = ti; for (int i = 1; i < name.size(); i++) { resolved = new PropertyAVM2Item(resolved, name.isAttribute(i), name.get(i), name.getNamespaceSuffix(i), abc, openedNamespaces, new ArrayList<>()); @@ -380,20 +380,20 @@ public class UnresolvedAVM2Item extends AssignableAVM2Item { } } } - + //Search toplevel classes if (currentClassFullName != null && !isProperty) { DottedChain pkg = DottedChain.TOPLEVEL; - + TypeItem ti = new TypeItem(pkg.addWithSuffix(name.get(0))); AbcIndexing.ClassIndex ci = abc.findClass(ti, null, null/*FIXME?*/); - if (ci != null) { + if (ci != null) { for (DottedChain imp : importedClasses) { String impName = imp.getLast(); if (impName.equals(name.get(0))) { - throw new CompilationException("The type \"" + name.get(0) +"\" exists on toplevel package and also as an import from different package. Please make it fully qualified so it matches the desired import.", line); + throw new CompilationException("The type \"" + name.get(0) + "\" exists on toplevel package and also as an import from different package. Please make it fully qualified so it matches the desired import.", line); } } resolved = ti; @@ -404,9 +404,9 @@ public class UnresolvedAVM2Item extends AssignableAVM2Item { } } return resolvedRoot = ti; - } - } - + } + } + //Search for types in imported classes if (!isProperty) { for (DottedChain imp : importedClasses) { diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/parser/script/XMLAVM2Item.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/parser/script/XMLAVM2Item.java index 800739441..ba42cc825 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/parser/script/XMLAVM2Item.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/parser/script/XMLAVM2Item.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ @@ -34,6 +34,7 @@ import java.util.List; /** * XML. + * * @author JPEXS */ public class XMLAVM2Item extends AVM2Item { diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/parser/script/XMLFilterAVM2Item.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/parser/script/XMLFilterAVM2Item.java index 2f1b42be0..9a045ecb2 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/parser/script/XMLFilterAVM2Item.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/parser/script/XMLFilterAVM2Item.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ @@ -30,6 +30,7 @@ import java.util.List; /** * XML filter. + * * @author JPEXS */ public class XMLFilterAVM2Item extends AVM2Item { diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/parser/script/package-info.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/parser/script/package-info.java index 4e1c9e7d4..df4e4396c 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/parser/script/package-info.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/parser/script/package-info.java @@ -1,4 +1,4 @@ /** * Parsing AVM2 (ActionScript 3) scripts. */ -package com.jpexs.decompiler.flash.abc.avm2.parser.script; \ No newline at end of file +package com.jpexs.decompiler.flash.abc.avm2.parser.script; diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/methodinfoparser/MethodInfoLexer.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/methodinfoparser/MethodInfoLexer.java index 3b6ad7652..fbbcd07a2 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/methodinfoparser/MethodInfoLexer.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/methodinfoparser/MethodInfoLexer.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ @@ -708,9 +708,8 @@ public final class MethodInfoLexer { /** * Refills the input buffer. * - * @return false, iff there was new input. - * - * @exception java.io.IOException if any I/O-Error occurs + * @return false, iff there was new input. + * @throws java.io.IOException if any I/O-Error occurs */ private boolean zzRefill() throws java.io.IOException { @@ -783,11 +782,11 @@ public final class MethodInfoLexer { /** * Resets the scanner to read from a new input stream. Does not close the * old reader. - * + *

* All internal variables are reset, the old input stream * cannot be reused (internal buffer is discarded and lost). Lexical * state is set to ZZ_INITIAL. - * + *

* Internal scan buffer is resized down to its initial length, if it has * grown. * @@ -833,12 +832,11 @@ public final class MethodInfoLexer { /** * Returns the character at position pos from the matched text. - * + *

* It is equivalent to yytext().charAt(pos), but faster * * @param pos the position of the character to fetch. A value from 0 to * yylength()-1. - * * @return the character at position pos */ public final char yycharat(int pos) { @@ -854,12 +852,12 @@ public final class MethodInfoLexer { /** * Reports an error that occured while scanning. - * + *

* In a wellformed scanner (no or only correct usage of yypushback(int) and * a match-all fallback rule) this method will only be called with things * that "Can't Possibly Happen". If this method is called, something is * seriously wrong (e.g. a JFlex bug producing a faulty scanner etc.). - * + *

* Usual syntax/scanner level error handling should be done in error * fallback rules. * @@ -878,7 +876,7 @@ public final class MethodInfoLexer { /** * Pushes the specified amount of characters back into the input stream. - * + *

* They will be read again by then next call of the scanning method * * @param number the number of characters to be read again. This number must @@ -897,7 +895,7 @@ public final class MethodInfoLexer { * input is encountered or an I/O-Error occurs. * * @return the next token - * @exception java.io.IOException if any I/O-Error occurs + * @throws java.io.IOException if any I/O-Error occurs */ public ParsedSymbol yylex() throws java.io.IOException, MethodInfoParseException { int zzInput; diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/methodinfoparser/MethodInfoParseException.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/methodinfoparser/MethodInfoParseException.java index 8fb8876d0..5b63f7179 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/methodinfoparser/MethodInfoParseException.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/methodinfoparser/MethodInfoParseException.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ @@ -20,6 +20,7 @@ import com.jpexs.decompiler.flash.ParseException; /** * Method info parse exception. + * * @author JPEXS */ public class MethodInfoParseException extends ParseException { diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/methodinfoparser/MethodInfoParser.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/methodinfoparser/MethodInfoParser.java index d238d9dd5..2ea570c01 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/methodinfoparser/MethodInfoParser.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/methodinfoparser/MethodInfoParser.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ @@ -28,6 +28,7 @@ import java.util.List; /** * ABC Method info P-code parser. + * * @author JPEXS */ public class MethodInfoParser { diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/methodinfoparser/ParsedSymbol.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/methodinfoparser/ParsedSymbol.java index f515ba473..a4ab39698 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/methodinfoparser/ParsedSymbol.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/methodinfoparser/ParsedSymbol.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ @@ -18,6 +18,7 @@ package com.jpexs.decompiler.flash.abc.methodinfoparser; /** * ABC method info P-code parser symbol. + * * @author JPEXS */ public class ParsedSymbol { diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/methodinfoparser/package-info.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/methodinfoparser/package-info.java index 39f0e9d28..2b1ab3377 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/methodinfoparser/package-info.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/methodinfoparser/package-info.java @@ -1,4 +1,4 @@ /** * Parsing method info P-code. */ -package com.jpexs.decompiler.flash.abc.methodinfoparser; \ No newline at end of file +package com.jpexs.decompiler.flash.abc.methodinfoparser; diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/package-info.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/package-info.java index 4b2cc2eda..716dcffc3 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/package-info.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/package-info.java @@ -1,4 +1,4 @@ /** * ActionScript Bytecode (ABC). */ -package com.jpexs.decompiler.flash.abc; \ No newline at end of file +package com.jpexs.decompiler.flash.abc; diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/types/ABCException.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/types/ABCException.java index f7ef7e1ce..b8b8a2d24 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/types/ABCException.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/types/ABCException.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ @@ -26,6 +26,7 @@ import java.util.List; /** * Exception. + * * @author JPEXS */ public class ABCException implements Serializable, Cloneable { diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/types/AssignedValue.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/types/AssignedValue.java index 5860b8de9..cd7351d6c 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/types/AssignedValue.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/types/AssignedValue.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ @@ -20,6 +20,7 @@ import com.jpexs.decompiler.graph.GraphTargetItem; /** * Assigned value - for slots, const. + * * @author JPEXS */ public class AssignedValue { @@ -41,6 +42,7 @@ public class AssignedValue { /** * Constructs a new assigned value. + * * @param value Value * @param initializer Initializer type * @param method Method index diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/types/ClassInfo.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/types/ClassInfo.java index e58c5390c..abab90179 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/types/ClassInfo.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/types/ClassInfo.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ @@ -26,6 +26,7 @@ import java.util.List; /** * Class info. + * * @author JPEXS */ public class ClassInfo { @@ -61,6 +62,7 @@ public class ClassInfo { /** * Constructs a new ClassInfo. + * * @param traits Static traits */ public ClassInfo(Traits traits) { @@ -69,6 +71,7 @@ public class ClassInfo { /** * To string. + * * @return String */ @Override @@ -78,6 +81,7 @@ public class ClassInfo { /** * To string. + * * @param abc ABC * @param fullyQualifiedNames Fully qualified names * @return String @@ -88,6 +92,7 @@ public class ClassInfo { /** * Gets next disp_id. + * * @return Next disp_id */ public int getNextDispId() { diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/types/ConvertData.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/types/ConvertData.java index 26c8e6f4a..f4b093d3e 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/types/ConvertData.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/types/ConvertData.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ @@ -23,6 +23,7 @@ import java.util.Map; /** * Data for conversion. + * * @author JPEXS */ public class ConvertData { @@ -38,7 +39,7 @@ public class ConvertData { public boolean exportEmbed; public boolean exportEmbedFlaMode; - + public String assetsDir = "/_assets/"; public ConvertData() { diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/types/Decimal.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/types/Decimal.java index c681eba82..56c2f2a52 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/types/Decimal.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/types/Decimal.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ @@ -18,6 +18,7 @@ package com.jpexs.decompiler.flash.abc.types; /** * Decimal value. + * * @author JPEXS */ public class Decimal { diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/types/Float4.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/types/Float4.java index 7ab0c9ee4..e057d7b6b 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/types/Float4.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/types/Float4.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ @@ -18,6 +18,7 @@ package com.jpexs.decompiler.flash.abc.types; /** * Float4 value. + * * @author JPEXS */ public class Float4 { diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/types/InstanceInfo.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/types/InstanceInfo.java index 5e9618aad..b47fb7a19 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/types/InstanceInfo.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/types/InstanceInfo.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ @@ -39,6 +39,7 @@ import java.util.List; /** * Instance info. + * * @author JPEXS */ public class InstanceInfo { @@ -54,14 +55,13 @@ public class InstanceInfo { public int super_index; /** - * Flags. - * 1 = sealed, 0 = dynamic, 2 = final, 4 = interface, 8 = ProtectedNs, 16 = non nullable + * Flags. 1 = sealed, 0 = dynamic, 2 = final, 4 = interface, 8 = + * ProtectedNs, 16 = non nullable */ public int flags; /** - * Protected namespace. - * if flags & 8 + * Protected namespace. if flags & 8 */ public int protectedNS; @@ -101,9 +101,8 @@ public class InstanceInfo { public static final int CLASS_PROTECTEDNS = 8; /** - * Unknown. - * This is somehow used in Flex, probably through annotations or something with Vector datatype (?) - * TODO: Investigate this + * Unknown. This is somehow used in Flex, probably through annotations or + * something with Vector datatype (?) TODO: Investigate this */ public static final int CLASS_NON_NULLABLE = 16; @@ -122,6 +121,7 @@ public class InstanceInfo { /** * Constructs a new InstanceInfo. + * * @param traits Instance traits */ public InstanceInfo(Traits traits) { @@ -130,6 +130,7 @@ public class InstanceInfo { /** * To string. + * * @return String */ @Override @@ -139,6 +140,7 @@ public class InstanceInfo { /** * To string. + * * @param abc ABC * @param fullyQualifiedNames Fully qualified names * @return String @@ -153,6 +155,7 @@ public class InstanceInfo { /** * Gets class header string. + * * @param assetsDir Assets directory * @param writer Writer * @param abc ABC @@ -177,7 +180,7 @@ public class InstanceInfo { if (ct instanceof DefineBinaryDataTag) { DefineBinaryDataTag db = (DefineBinaryDataTag) ct; - writer.appendNoHilight("[Embed(source=\"" + ASSETS_DIR + fileName + (db.innerSwf != null ? ".swf" : ".bin")+ "\", mimeType=\"application/octet-stream\")]").newLine(); + writer.appendNoHilight("[Embed(source=\"" + ASSETS_DIR + fileName + (db.innerSwf != null ? ".swf" : ".bin") + "\", mimeType=\"application/octet-stream\")]").newLine(); } if (ct instanceof ImageTag) { ImageTag it = (ImageTag) ct; @@ -318,6 +321,7 @@ public class InstanceInfo { /** * Gets name. + * * @param constants Constants * @return Multiname */ @@ -327,6 +331,7 @@ public class InstanceInfo { /** * Checks if class is interface. + * * @return True if class is interface */ public boolean isInterface() { @@ -335,6 +340,7 @@ public class InstanceInfo { /** * Checks if class is dynamic. + * * @return True if class is dynamic */ public boolean isDynamic() { @@ -343,6 +349,7 @@ public class InstanceInfo { /** * Checks if class is final. + * * @return True if class is final */ public boolean isFinal() { @@ -351,6 +358,7 @@ public class InstanceInfo { /** * Checks if class is nullable. + * * @return True if class is nullable */ public boolean isNullable() { diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/types/MetadataInfo.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/types/MetadataInfo.java index b20114a5a..72cfc8251 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/types/MetadataInfo.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/types/MetadataInfo.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ @@ -21,6 +21,7 @@ import com.jpexs.helpers.Helper; /** * Trait metadata. + * * @author JPEXS */ public class MetadataInfo { @@ -51,6 +52,7 @@ public class MetadataInfo { /** * Constructs a new MetadataInfo with given name index, keys and values + * * @param name_index Name index * @param keys Keys * @param values Values @@ -63,6 +65,7 @@ public class MetadataInfo { /** * Returns a string representation of this MetadataInfo + * * @return String representation of this MetadataInfo */ @Override @@ -72,6 +75,7 @@ public class MetadataInfo { /** * Returns a string representation of this MetadataInfo + * * @param constants Constant pool * @return String representation of this MetadataInfo */ diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/types/MethodBody.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/types/MethodBody.java index 840e0122f..f65769488 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/types/MethodBody.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/types/MethodBody.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ @@ -61,6 +61,7 @@ import java.util.logging.Logger; /** * Method body of a method in ABC file. + * * @author JPEXS */ public final class MethodBody implements Cloneable { @@ -169,6 +170,7 @@ public final class MethodBody implements Cloneable { /** * Sets the ABC file. + * * @param abc ABC file */ public void setAbc(ABC abc) { @@ -176,7 +178,9 @@ public final class MethodBody implements Cloneable { } /** - * Constructs a new MethodBody with given ABC file, traits, code bytes and exceptions. + * Constructs a new MethodBody with given ABC file, traits, code bytes and + * exceptions. + * * @param abc ABC file * @param traits Traits * @param codeBytes Code bytes @@ -191,6 +195,7 @@ public final class MethodBody implements Cloneable { /** * Sets the code bytes. + * * @param codeBytes Code bytes */ public synchronized void setCodeBytes(byte[] codeBytes) { @@ -207,6 +212,7 @@ public final class MethodBody implements Cloneable { /** * Gets the code bytes. + * * @return Code bytes */ public synchronized byte[] getCodeBytes() { @@ -219,6 +225,7 @@ public final class MethodBody implements Cloneable { /** * Gets the AVM2 code. + * * @return AVM2 code */ public synchronized AVM2Code getCode() { @@ -242,6 +249,7 @@ public final class MethodBody implements Cloneable { /** * Sets the AVM2 code. + * * @param code AVM2 code */ public void setCode(AVM2Code code) { @@ -258,6 +266,7 @@ public final class MethodBody implements Cloneable { /** * Removes dead code. + * * @param constants Constant pool * @param trait Trait * @param info Method info @@ -270,6 +279,7 @@ public final class MethodBody implements Cloneable { /** * Removes traps - deobfuscation. + * * @param abc ABC file * @param trait Trait * @param scriptIndex Script index @@ -286,6 +296,7 @@ public final class MethodBody implements Cloneable { /** * Deobfuscates the method body. + * * @param level Deobfuscation level * @param trait Trait * @param scriptIndex Script index @@ -306,6 +317,7 @@ public final class MethodBody implements Cloneable { /** * Removes instruction. + * * @param pos Position */ public void removeInstruction(int pos) { @@ -326,6 +338,7 @@ public final class MethodBody implements Cloneable { /** * Inserts all instructions at specified point. Handles offsets properly. + * * @param pos Position in the list * @param list List of instructions */ @@ -363,6 +376,7 @@ public final class MethodBody implements Cloneable { /** * Get number of local registers reserved for this method. + * * @return Number of local registers reserved for this method */ public int getLocalReservedCount() { @@ -379,6 +393,7 @@ public final class MethodBody implements Cloneable { /** * Get local register names. + * * @param abc ABC file * @return Local register names */ @@ -412,6 +427,7 @@ public final class MethodBody implements Cloneable { /** * Converts the method body. + * * @param callStack Call stack * @param abcIndex ABC indexing * @param convertData Convert data @@ -492,6 +508,7 @@ public final class MethodBody implements Cloneable { /** * Returns a string representation of this MethodBody. + * * @return String representation of this MethodBody */ @Override @@ -504,6 +521,7 @@ public final class MethodBody implements Cloneable { /** * Returns a string representation of this MethodBody. + * * @param callStack Call stack * @param abcIndex ABC indexing * @param path Path @@ -563,6 +581,7 @@ public final class MethodBody implements Cloneable { /** * Converts the method body. Can use previously converted method body. + * * @param deobfuscate Deobfuscate * @param path Path * @param isStatic Is static @@ -589,6 +608,7 @@ public final class MethodBody implements Cloneable { /** * Converts the method body. + * * @param deobfuscate Deobfuscate * @param path Path * @param isStatic Is static @@ -626,6 +646,7 @@ public final class MethodBody implements Cloneable { /** * Converts the method body to high-level source code. + * * @param callStack Call stack * @param abcIndex ABC indexing * @param scriptIndex Script index @@ -652,6 +673,7 @@ public final class MethodBody implements Cloneable { /** * Clones this MethodBody. + * * @return Cloned MethodBody */ @Override @@ -661,6 +683,7 @@ public final class MethodBody implements Cloneable { /** * Clones this MethodBody. + * * @param deepTraits Deep traits * @return Cloned MethodBody */ @@ -692,6 +715,7 @@ public final class MethodBody implements Cloneable { /** * Auto fills the statistics (max stack, max scope depth, ...). + * * @param abc ABC file * @param initScope Initial scope * @param hasThis Has this @@ -722,6 +746,7 @@ public final class MethodBody implements Cloneable { /** * Auto fills the maximum number of registers. + * * @param abc ABC file * @return True if successful */ diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/types/MethodInfo.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/types/MethodInfo.java index 79e010492..4a5962053 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/types/MethodInfo.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/types/MethodInfo.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ @@ -32,6 +32,7 @@ import java.util.Map; /** * Method info in ABC file. + * * @author JPEXS */ public class MethodInfo { @@ -44,8 +45,10 @@ public class MethodInfo { /** * Deletes this method + * * @param abc ABC file - * @param d True if method should be deleted, false if it should be undeleted + * @param d True if method should be deleted, false if it should be + * undeleted */ public void delete(ABC abc, boolean d) { this.deleted = d; diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/types/Multiname.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/types/Multiname.java index 461d92176..765b43b6a 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/types/Multiname.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/types/Multiname.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ @@ -34,6 +34,7 @@ import java.util.logging.Logger; /** * Multiname in ABC file. + * * @author JPEXS */ public class Multiname { @@ -153,6 +154,7 @@ public class Multiname { /** * Gets namespace suffix. + * * @return Namespace suffix */ public String getNamespaceSuffix() { @@ -164,6 +166,7 @@ public class Multiname { /** * Sets display namespace flag. + * * @param displayNamespace Display namespace flag */ public void setDisplayNamespace(boolean displayNamespace) { @@ -172,6 +175,7 @@ public class Multiname { /** * Checks if the multiname kind is valid. + * * @return True if the multiname kind is valid */ private boolean validType() { @@ -197,6 +201,7 @@ public class Multiname { /** * Constructs a new multiname. + * * @param kind Kind * @param name_index Name index * @param namespace_index Namespace index @@ -218,6 +223,7 @@ public class Multiname { /** * Checks if the multiname has its own name. + * * @return True if the multiname has its own name */ public boolean hasOwnName() { @@ -226,6 +232,7 @@ public class Multiname { /** * Checks if the multiname has its own namespace. + * * @return True if the multiname has its own namespace */ public boolean hasOwnNamespace() { @@ -234,6 +241,7 @@ public class Multiname { /** * Checks if the multiname has its own namespace set. + * * @return True if the multiname has its own namespace set */ public boolean hasOwnNamespaceSet() { @@ -242,6 +250,7 @@ public class Multiname { /** * Creates a new QName. + * * @param attribute Attribute flag * @param name_index Name index * @param namespace_index Namespace index @@ -253,6 +262,7 @@ public class Multiname { /** * Creates a new RTQName. + * * @param attribute Attribute flag * @param name_index Name index * @return New RTQName @@ -263,6 +273,7 @@ public class Multiname { /** * Creates a new RTQNameL. + * * @param attribute Attribute flag * @return New RTQNameL */ @@ -272,6 +283,7 @@ public class Multiname { /** * Creates a new Multiname. + * * @param attribute Attribute flag * @param name_index Name index * @param namespace_set_index Namespace set index @@ -283,6 +295,7 @@ public class Multiname { /** * Creates a new MultinameL. + * * @param attribute Attribute flag * @param namespace_set_index Namespace set index * @return New MultinameL @@ -293,6 +306,7 @@ public class Multiname { /** * Creates a new TypeName. + * * @param qname_index Qname index * @param params Parameters * @return New TypeName @@ -303,6 +317,7 @@ public class Multiname { /** * Checks if the typename is cyclic. + * * @param constants Constant pool * @param name_index Type name index */ @@ -324,6 +339,7 @@ public class Multiname { /** * Checks if the typename is cyclic. + * * @param constants Constant pool * @param name_index Type name index * @param visited Visited set @@ -353,6 +369,7 @@ public class Multiname { /** * Checks if the multiname is attribute. + * * @return True if the multiname is attribute */ public boolean isAttribute() { @@ -376,6 +393,7 @@ public class Multiname { /** * Checks if the multiname is runtime + * * @return True if the multiname is runtime */ public boolean isRuntime() { @@ -396,6 +414,7 @@ public class Multiname { /** * Checks if the multiname requires name on stack. + * * @return True if the multiname requires name on stack */ public boolean needsName() { @@ -416,6 +435,7 @@ public class Multiname { /** * Checks if the multiname requires namespace on stack. + * * @return True if the multiname requires namespace on stack */ public boolean needsNs() { @@ -436,6 +456,7 @@ public class Multiname { /** * Gets the kind string + * * @return Kind string */ public String getKindStr() { @@ -451,6 +472,7 @@ public class Multiname { /** * Converts the multiname to string. + * * @param constants Constant pool * @param index Index * @return Multiname as string @@ -491,6 +513,7 @@ public class Multiname { /** * Converts the namespace set to string. + * * @param constants Constant pool * @param index Index * @return Namespace set as string @@ -517,6 +540,7 @@ public class Multiname { /** * Converts the multiname to string. + * * @param constants Constant pool * @param index Index * @param fullyQualifiedNames Fully qualified names @@ -531,6 +555,7 @@ public class Multiname { /** * Converts the multiname to string. + * * @return Multiname as string */ @Override @@ -550,6 +575,7 @@ public class Multiname { /** * Converts the multiname to string. + * * @param constants Constant pool * @param fullyQualifiedNames Fully qualified names * @return Multiname as string @@ -596,6 +622,7 @@ public class Multiname { /** * Converts the typename to string. + * * @param constants Constant pool * @param fullyQualifiedNames Fully qualified names * @param dontDeobfuscate Don't deobfuscate flag @@ -628,6 +655,7 @@ public class Multiname { /** * Gets the name with custom namespace. + * * @param abc ABC * @param fullyQualifiedNames Fully qualified names * @param dontDeobfuscate Don't deobfuscate flag @@ -671,6 +699,7 @@ public class Multiname { /** * Gets the name. + * * @param constants Constant pool * @param fullyQualifiedNames Fully qualified names * @param dontDeobfuscate Don't deobfuscate flag @@ -698,6 +727,7 @@ public class Multiname { /** * Gets the name with namespace. + * * @param constants Constant pool * @param withSuffix With suffix flag * @return Name with namespace @@ -736,6 +766,7 @@ public class Multiname { /** * Gets the namespace. + * * @param constants Constant pool * @return Namespace */ @@ -795,6 +826,7 @@ public class Multiname { /** * Gets the versions of this multiname for API versioned ABCs. + * * @param constants Constant pool * @return Versions of this multiname. */ @@ -810,6 +842,7 @@ public class Multiname { /** * Checks if this multiname is API versioned. + * * @param constants Constant pool * @return True if this multiname is API versioned */ @@ -825,6 +858,7 @@ public class Multiname { /** * Gets the namespace set. + * * @param constants Constant pool * @return Namespace set */ @@ -840,6 +874,7 @@ public class Multiname { /** * Hash code. + * * @return Hash code */ @Override @@ -856,6 +891,7 @@ public class Multiname { /** * Equals. + * * @param obj Object * @return True if the objects are equal */ @@ -931,8 +967,9 @@ public class Multiname { } /** - * Checks if this multiname is effectively a QName. - * Efectively means that it is a QName or QNameA or MULTINAME with only one namespace. + * Checks if this multiname is effectively a QName. Efectively means that it + * is a QName or QNameA or MULTINAME with only one namespace. + * * @param thisCpool * @return */ @@ -942,6 +979,7 @@ public class Multiname { /** * Checks if this qname effectively equals to other qname. + * * @param thisCpool This constant pool * @param other Other qname * @param otherCpool Other constant pool @@ -978,6 +1016,7 @@ public class Multiname { /** * Gets the cyclic flag. + * * @return Cyclic flag */ public boolean isCyclic() { diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/types/Namespace.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/types/Namespace.java index 3dce423db..860a2874d 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/types/Namespace.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/types/Namespace.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ @@ -22,6 +22,7 @@ import com.jpexs.decompiler.graph.DottedChain; /** * Namespace in ABC file. + * * @author JPEXS */ public class Namespace { @@ -104,6 +105,7 @@ public class Namespace { /** * Converts kind to string. + * * @param kind Kind * @return Kind as string */ @@ -118,6 +120,7 @@ public class Namespace { /** * Converts kind to prefix. + * * @param kind Kind * @return Prefix */ @@ -138,6 +141,7 @@ public class Namespace { /** * Constructs a new instance of Namespace. + * * @param kind Kind * @param name_index Name index */ @@ -148,6 +152,7 @@ public class Namespace { /** * Gets kind as string. + * * @return Kind as string */ public String getKindStr() { @@ -163,6 +168,7 @@ public class Namespace { /** * To string. + * * @return String representation */ @Override @@ -173,6 +179,7 @@ public class Namespace { /** * To string. + * * @param constants Constant pool * @return String representation */ @@ -182,6 +189,7 @@ public class Namespace { /** * Gets name with kind. + * * @param constants Constant pool * @return Name with kind */ @@ -193,6 +201,7 @@ public class Namespace { /** * Gets prefix. + * * @return Prefix */ public String getPrefix() { @@ -208,6 +217,7 @@ public class Namespace { /** * Gets prefix of a kind + * * @param kind Kind * @return Prefix */ @@ -224,6 +234,7 @@ public class Namespace { /** * Gets name. + * * @param constants Constant pool * @return Name */ @@ -237,6 +248,7 @@ public class Namespace { /** * Gets raw name. + * * @param constants Constant pool * @return Raw name */ @@ -250,6 +262,7 @@ public class Namespace { /** * Checks if namespace has specific name. + * * @param name Name to check * @param constants Constant pool * @return True if namespace has the name diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/types/NamespaceSet.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/types/NamespaceSet.java index af8c464e6..2d9980772 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/types/NamespaceSet.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/types/NamespaceSet.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ @@ -26,6 +26,7 @@ import java.util.Set; /** * Namespace set in ABC file. + * * @author JPEXS */ public class NamespaceSet { diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/types/ScriptInfo.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/types/ScriptInfo.java index 1166f59e2..22ae95957 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/types/ScriptInfo.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/types/ScriptInfo.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ @@ -28,6 +28,7 @@ import java.util.List; /** * Script info in ABC file. + * * @author JPEXS */ public class ScriptInfo { @@ -68,6 +69,7 @@ public class ScriptInfo { /** * Constructs new script info. + * * @param traits Traits */ public ScriptInfo(Traits traits) { @@ -83,6 +85,7 @@ public class ScriptInfo { /** * Set modified flag. + * * @param modified Modified flag */ public void setModified(boolean modified) { @@ -91,6 +94,7 @@ public class ScriptInfo { /** * Check if script is modified. + * * @return True if script is modified */ public boolean isModified() { @@ -98,9 +102,10 @@ public class ScriptInfo { } /** - * Gets simple pack name. - * Finds the first public trait package name. - * If there is no public trait or there are more than one public traits, returns null. + * Gets simple pack name. Finds the first public trait package name. If + * there is no public trait or there are more than one public traits, + * returns null. + * * @param abc ABC file * @return Simple pack name - Can be null! */ @@ -127,6 +132,7 @@ public class ScriptInfo { /** * Gets script packs. + * * @param abc ABC file * @param scriptIndex Script index * @param packagePrefix Package prefix @@ -217,6 +223,7 @@ public class ScriptInfo { /** * Removes traps - deobfuscation. + * * @param scriptIndex Script index * @param abc ABC file * @param path Path @@ -229,6 +236,7 @@ public class ScriptInfo { /** * To string. + * * @return String representation */ @Override @@ -238,6 +246,7 @@ public class ScriptInfo { /** * To string. + * * @param abc ABC file * @param fullyQualifiedNames Fully qualified names * @return String representation @@ -248,6 +257,7 @@ public class ScriptInfo { /** * Delete script info. + * * @param abc ABC file * @param d Deleted flag */ diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/types/ValueKind.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/types/ValueKind.java index 3185a6706..56b035ab0 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/types/ValueKind.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/types/ValueKind.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ @@ -22,6 +22,7 @@ import com.jpexs.helpers.Helper; /** * Value kind in ABC file. + * * @author JPEXS */ public class ValueKind { @@ -139,6 +140,7 @@ public class ValueKind { /** * Constructs new value kind + * * @param value_index Value index * @param value_kind Value kind */ @@ -149,6 +151,7 @@ public class ValueKind { /** * Convert namespace kind to value kind + * * @param nsKind Namespace kind * @return Value kind */ @@ -174,6 +177,7 @@ public class ValueKind { /** * Check if value is namespace + * * @return True if value is namespace */ public boolean isNamespace() { @@ -190,9 +194,9 @@ public class ValueKind { } } - /** * Convert value kind to string + * * @return String representation of value kind */ @Override @@ -215,6 +219,7 @@ public class ValueKind { /** * Convert value kind to string + * * @param abc ABC file * @return String representation of value kind */ @@ -273,6 +278,7 @@ public class ValueKind { /** * Convert value kind to P-code string + * * @param abc ABC file * @return P-code string representation of value kind */ diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/types/package-info.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/types/package-info.java index cd182bfc3..72b43e2d9 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/types/package-info.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/types/package-info.java @@ -1,4 +1,4 @@ /** * ABC types. */ -package com.jpexs.decompiler.flash.abc.types; \ No newline at end of file +package com.jpexs.decompiler.flash.abc.types; diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/types/traits/Trait.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/types/traits/Trait.java index bdfdcdc36..5d95fea32 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/types/traits/Trait.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/types/traits/Trait.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ @@ -57,6 +57,7 @@ import java.util.Set; /** * Trait in ABC file. + * * @author JPEXS */ public abstract class Trait implements Cloneable, Serializable { @@ -168,6 +169,7 @@ public abstract class Trait implements Cloneable, Serializable { /** * Deletes trait. + * * @param abc ABC * @param d Deleted flag */ @@ -177,6 +179,7 @@ public abstract class Trait implements Cloneable, Serializable { /** * Gets metadata table. + * * @param parent Parent trait * @param convertData Convert data * @param abc ABC @@ -252,6 +255,7 @@ public abstract class Trait implements Cloneable, Serializable { /** * Gets package. + * * @param abc ABC * @return Package */ @@ -261,6 +265,7 @@ public abstract class Trait implements Cloneable, Serializable { /** * Gets dependencies. + * * @param abcIndex ABC indexing * @param scriptIndex Script index * @param classIndex Class index @@ -292,6 +297,7 @@ public abstract class Trait implements Cloneable, Serializable { /** * Checks if class is built-in. + * * @param name Name * @return True if class is built-in */ @@ -306,6 +312,7 @@ public abstract class Trait implements Cloneable, Serializable { /** * Gets all class trait names. + * * @param traitNamesInThisScript Trait names in this script * @param abcIndex ABC indexing * @param abc ABC @@ -345,6 +352,7 @@ public abstract class Trait implements Cloneable, Serializable { /** * Writes imports. + * * @param abcIndex ABC indexing * @param scriptIndex Script index * @param classIndex Class index @@ -484,6 +492,7 @@ public abstract class Trait implements Cloneable, Serializable { /** * Gets metadata. + * * @param parent Parent trait * @param convertData Convert data * @param abc ABC @@ -525,6 +534,7 @@ public abstract class Trait implements Cloneable, Serializable { /** * Checks if trait is API versioned. + * * @param abc ABC * @return True if trait is API versioned */ @@ -534,6 +544,7 @@ public abstract class Trait implements Cloneable, Serializable { /** * Gets API versions. + * * @param abc ABC * @param writer Writer * @return Writer @@ -548,6 +559,7 @@ public abstract class Trait implements Cloneable, Serializable { /** * Gets modifiers. + * * @param abc ABC * @param isStatic Is static * @param insideInterface Inside interface @@ -632,6 +644,7 @@ public abstract class Trait implements Cloneable, Serializable { /** * To string. + * * @return String */ @Override @@ -641,6 +654,7 @@ public abstract class Trait implements Cloneable, Serializable { /** * To string. + * * @param abc ABC * @param fullyQualifiedNames Fully qualified names * @return String @@ -651,6 +665,7 @@ public abstract class Trait implements Cloneable, Serializable { /** * To string. + * * @param abcIndex ABC indexing * @param parent Parent trait * @param convertData Convert data @@ -674,6 +689,7 @@ public abstract class Trait implements Cloneable, Serializable { /** * Converts trait. + * * @param abcIndex ABC indexing * @param parent Parent trait * @param convertData Convert data @@ -694,6 +710,7 @@ public abstract class Trait implements Cloneable, Serializable { /** * Converts trait header. + * * @param abc ABC * @param writer Writer * @return Writer @@ -702,6 +719,7 @@ public abstract class Trait implements Cloneable, Serializable { /** * Converts common header flags. + * * @param traitType Trait type * @param abc ABC * @param writer Writer @@ -783,6 +801,7 @@ public abstract class Trait implements Cloneable, Serializable { /** * ToString conversion including package. + * * @param abcIndex ABC indexing * @param parent Parent trait * @param convertData Convert data @@ -818,6 +837,7 @@ public abstract class Trait implements Cloneable, Serializable { /** * Converts trait including package. + * * @param abcIndex ABC indexing * @param parent Parent trait * @param convertData Convert data @@ -844,6 +864,7 @@ public abstract class Trait implements Cloneable, Serializable { /** * ToString of header. + * * @param parent Parent trait * @param convertData Convert data * @param path Path @@ -866,6 +887,7 @@ public abstract class Trait implements Cloneable, Serializable { /** * Converts header. + * * @param parent Parent trait * @param convertData Convert data * @param path Path @@ -885,6 +907,7 @@ public abstract class Trait implements Cloneable, Serializable { /** * Gets name. + * * @param abc ABC * @return Name */ @@ -898,6 +921,7 @@ public abstract class Trait implements Cloneable, Serializable { /** * Removes traps - deobfuscation. + * * @param scriptIndex Script index * @param classIndex Class index * @param isStatic Is static @@ -910,6 +934,7 @@ public abstract class Trait implements Cloneable, Serializable { /** * Gets class path. + * * @param abc ABC * @return Class path */ @@ -924,6 +949,7 @@ public abstract class Trait implements Cloneable, Serializable { /** * Clones trait. + * * @return Cloned trait */ @Override @@ -938,6 +964,7 @@ public abstract class Trait implements Cloneable, Serializable { /** * Checks if trait is visible. + * * @param isStatic Is static * @param abc ABC * @return True if trait is visible @@ -948,6 +975,7 @@ public abstract class Trait implements Cloneable, Serializable { /** * Gets method infos. + * * @param abc ABC * @param traitId Trait ID * @param classIndex Class index @@ -957,6 +985,7 @@ public abstract class Trait implements Cloneable, Serializable { /** * Convets kind to string. + * * @return String */ public String getKindToStr() { diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/types/traits/TraitClass.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/types/traits/TraitClass.java index 1403128fe..a4de657cc 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/types/traits/TraitClass.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/types/traits/TraitClass.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ @@ -54,6 +54,7 @@ import java.util.List; /** * Class trait in ABC file + * * @author JPEXS */ public class TraitClass extends Trait implements TraitWithSlot { @@ -80,6 +81,7 @@ public class TraitClass extends Trait implements TraitWithSlot { /** * Deletes this trait. + * * @param abc ABC * @param d Deleted flag */ @@ -92,6 +94,7 @@ public class TraitClass extends Trait implements TraitWithSlot { /** * Gets slot index. + * * @return Slot index */ @Override @@ -101,6 +104,7 @@ public class TraitClass extends Trait implements TraitWithSlot { /** * Gets dependencies. + * * @param abcIndex ABC indexing * @param scriptIndex Script index * @param classIndex Class index @@ -141,9 +145,9 @@ public class TraitClass extends Trait implements TraitWithSlot { DependencyParser.parseDependenciesFromMethodInfo(abcIndex, null, scriptIndex, class_info, false, customNamespace, abc, instanceInfo.iinit_index, dependencies, packageName, fullyQualifiedNames, new ArrayList<>(), uses); } - /** * ToString of header. + * * @param parent Parent trait * @param convertData Convert data * @param path Path @@ -167,6 +171,7 @@ public class TraitClass extends Trait implements TraitWithSlot { /** * Converts header. + * * @param parent Parent trait * @param convertData Convert data * @param path Path @@ -186,6 +191,7 @@ public class TraitClass extends Trait implements TraitWithSlot { /** * To string. + * * @param abc ABC * @param fullyQualifiedNames Fully qualified names * @return String @@ -197,6 +203,7 @@ public class TraitClass extends Trait implements TraitWithSlot { /** * To string. + * * @param abcIndex ABC indexing * @param parent Parent trait * @param convertData Convert data @@ -344,6 +351,7 @@ public class TraitClass extends Trait implements TraitWithSlot { /** * Converts trait. + * * @param abcIndex ABC indexing * @param parent Parent trait * @param convertData Convert data @@ -477,6 +485,7 @@ public class TraitClass extends Trait implements TraitWithSlot { /** * Removes traps - deobfuscation. + * * @param scriptIndex Script index * @param classIndex Class index * @param isStatic Is static @@ -503,9 +512,9 @@ public class TraitClass extends Trait implements TraitWithSlot { return ret; } - /** * Clones trait. + * * @return Cloned trait */ @Override @@ -516,6 +525,7 @@ public class TraitClass extends Trait implements TraitWithSlot { /** * Converts trait. + * * @param abc ABC * @param writer Writer * @return Writer @@ -563,6 +573,7 @@ public class TraitClass extends Trait implements TraitWithSlot { /** * Gets method infos. + * * @param abc ABC * @param traitId Trait ID * @param classIndex Class index diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/types/traits/TraitFunction.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/types/traits/TraitFunction.java index 34d81f079..5e8b57a19 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/types/traits/TraitFunction.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/types/traits/TraitFunction.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ @@ -36,6 +36,7 @@ import java.util.List; /** * Function trait in ABC file. + * * @author JPEXS */ public class TraitFunction extends Trait implements TraitWithSlot { @@ -52,6 +53,7 @@ public class TraitFunction extends Trait implements TraitWithSlot { /** * Deletes this trait. + * * @param abc ABC * @param d Deleted flag */ @@ -65,6 +67,7 @@ public class TraitFunction extends Trait implements TraitWithSlot { /** * Gets slot index. + * * @return */ @Override @@ -74,6 +77,7 @@ public class TraitFunction extends Trait implements TraitWithSlot { /** * ToString of header. + * * @param parent Parent trait * @param convertData Convert data * @param path Path @@ -107,6 +111,7 @@ public class TraitFunction extends Trait implements TraitWithSlot { /** * Converts header. + * * @param parent Parent trait * @param convertData Convert data * @param path Path @@ -126,6 +131,7 @@ public class TraitFunction extends Trait implements TraitWithSlot { /** * To string. + * * @param abc ABC * @param fullyQualifiedNames Fully qualified names * @return String @@ -137,6 +143,7 @@ public class TraitFunction extends Trait implements TraitWithSlot { /** * To string. + * * @param abcIndex ABC indexing * @param parent Parent trait * @param convertData Convert data @@ -177,6 +184,7 @@ public class TraitFunction extends Trait implements TraitWithSlot { /** * Converts trait. + * * @param abcIndex ABC indexing * @param parent Parent trait * @param convertData Convert data @@ -209,6 +217,7 @@ public class TraitFunction extends Trait implements TraitWithSlot { /** * Removes traps - deobfuscation. + * * @param scriptIndex Script index * @param classIndex Class index * @param isStatic Is static @@ -228,6 +237,7 @@ public class TraitFunction extends Trait implements TraitWithSlot { /** * Clones trait. + * * @return Cloned trait */ @Override @@ -238,6 +248,7 @@ public class TraitFunction extends Trait implements TraitWithSlot { /** * Gets dependencies. + * * @param abcIndex ABC indexing * @param scriptIndex Script index * @param classIndex Class index @@ -261,6 +272,7 @@ public class TraitFunction extends Trait implements TraitWithSlot { /** * Converts trait header. + * * @param abc ABC * @param writer Writer * @return Writer @@ -280,6 +292,7 @@ public class TraitFunction extends Trait implements TraitWithSlot { /** * Gets method infos. + * * @param abc ABC * @param traitId Trait ID * @param classIndex Class index diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/types/traits/TraitMethodGetterSetter.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/types/traits/TraitMethodGetterSetter.java index b50df156d..1295edff6 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/types/traits/TraitMethodGetterSetter.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/types/traits/TraitMethodGetterSetter.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ @@ -40,13 +40,13 @@ import java.util.List; /** * Method, getter or setter trait in ABC file. + * * @author JPEXS */ public class TraitMethodGetterSetter extends Trait { /** - * Dispatch id. - * Compiler assigned value that helps overriding. + * Dispatch id. Compiler assigned value that helps overriding. */ public int disp_id; @@ -57,6 +57,7 @@ public class TraitMethodGetterSetter extends Trait { /** * Deletes this trait. + * * @param abc ABC * @param d Deleted flag */ @@ -70,6 +71,7 @@ public class TraitMethodGetterSetter extends Trait { /** * Converts header. + * * @param parent Parent trait * @param convertData Convert data * @param path Path @@ -89,6 +91,7 @@ public class TraitMethodGetterSetter extends Trait { /** * Gets dependencies. + * * @param abcIndex ABC indexing * @param scriptIndex Script index * @param classIndex Class index @@ -120,6 +123,7 @@ public class TraitMethodGetterSetter extends Trait { /** * ToString of header. + * * @param parent Parent trait * @param convertData Convert data * @param path Path @@ -163,6 +167,7 @@ public class TraitMethodGetterSetter extends Trait { /** * Converts trait. + * * @param abcIndex ABC indexing * @param parent Parent trait * @param convertData Convert data @@ -201,6 +206,7 @@ public class TraitMethodGetterSetter extends Trait { /** * To string. + * * @param abc ABC * @param fullyQualifiedNames Fully qualified names * @return String @@ -212,6 +218,7 @@ public class TraitMethodGetterSetter extends Trait { /** * To string. + * * @param abcIndex ABC indexing * @param parent Parent trait * @param convertData Convert data @@ -283,6 +290,7 @@ public class TraitMethodGetterSetter extends Trait { /** * Removes traps - deobfuscation. + * * @param scriptIndex Script index * @param classIndex Class index * @param isStatic Is static @@ -302,6 +310,7 @@ public class TraitMethodGetterSetter extends Trait { /** * Clones trait. + * * @return Cloned trait */ @Override @@ -312,6 +321,7 @@ public class TraitMethodGetterSetter extends Trait { /** * Checks if trait is visible. + * * @param isStatic Is static * @param abc ABC * @return True if trait is visible @@ -336,6 +346,7 @@ public class TraitMethodGetterSetter extends Trait { /** * Converts trait header. + * * @param abc ABC * @param writer Writer * @return Writer @@ -366,6 +377,7 @@ public class TraitMethodGetterSetter extends Trait { /** * Gets method infos. + * * @param abc ABC * @param traitId Trait ID * @param classIndex Class index diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/types/traits/TraitSlotConst.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/types/traits/TraitSlotConst.java index f3b2f1e00..df9f4760a 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/types/traits/TraitSlotConst.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/types/traits/TraitSlotConst.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ @@ -47,6 +47,7 @@ import java.util.List; /** * Slot or const trait in ABC file. + * * @author JPEXS */ public class TraitSlotConst extends Trait implements TraitWithSlot { @@ -73,6 +74,7 @@ public class TraitSlotConst extends Trait implements TraitWithSlot { /** * Deletes this trait. + * * @param abc ABC * @param d Deleted flag */ @@ -85,6 +87,7 @@ public class TraitSlotConst extends Trait implements TraitWithSlot { /** * Gets slot index. + * * @return Slot index */ @Override @@ -94,6 +97,7 @@ public class TraitSlotConst extends Trait implements TraitWithSlot { /** * Gets type as string. + * * @param constants Constant pool * @param fullyQualifiedNames Fully qualified names * @return Type as string @@ -108,6 +112,7 @@ public class TraitSlotConst extends Trait implements TraitWithSlot { /** * Gets name as string. + * * @param writer Writer * @param abc ABC * @param fullyQualifiedNames Fully qualified names @@ -138,6 +143,7 @@ public class TraitSlotConst extends Trait implements TraitWithSlot { /** * Checks if value is present. (Can be assigned in initializer) + * * @param abc ABC * @param convertData Convert data * @return True if value is present @@ -156,6 +162,7 @@ public class TraitSlotConst extends Trait implements TraitWithSlot { /** * Gets value as string. + * * @param abcIndex ABC indexing * @param exportMode Export mode * @param parent Parent @@ -196,6 +203,7 @@ public class TraitSlotConst extends Trait implements TraitWithSlot { /** * Checks if the value is namespace. + * * @return True if the value is namespace */ public boolean isNamespace() { @@ -208,6 +216,7 @@ public class TraitSlotConst extends Trait implements TraitWithSlot { /** * To string. + * * @param abc ABC * @param fullyQualifiedNames Fully qualified names * @return String @@ -223,6 +232,7 @@ public class TraitSlotConst extends Trait implements TraitWithSlot { /** * To string. + * * @param abcIndex ABC indexing * @param parent Parent trait * @param convertData Convert data @@ -274,6 +284,7 @@ public class TraitSlotConst extends Trait implements TraitWithSlot { /** * Converts trait. + * * @param abcIndex ABC indexing * @param parent Parent trait * @param convertData Convert data @@ -299,6 +310,7 @@ public class TraitSlotConst extends Trait implements TraitWithSlot { /** * Checks if the trait is const. + * * @return True if the trait is const */ public boolean isConst() { @@ -307,6 +319,7 @@ public class TraitSlotConst extends Trait implements TraitWithSlot { /** * Checks if the trait is var (= slot). + * * @return True if the trait is var */ public boolean isVar() { @@ -315,6 +328,7 @@ public class TraitSlotConst extends Trait implements TraitWithSlot { /** * Removes traps - deobfuscation. + * * @param scriptIndex Script index * @param classIndex Class index * @param isStatic Is static @@ -331,6 +345,7 @@ public class TraitSlotConst extends Trait implements TraitWithSlot { /** * Clones the trait. + * * @return Cloned trait */ @Override @@ -341,6 +356,7 @@ public class TraitSlotConst extends Trait implements TraitWithSlot { /** * Gets dependencies. + * * @param abcIndex ABC indexing * @param scriptIndex Script index * @param classIndex Class index @@ -364,6 +380,7 @@ public class TraitSlotConst extends Trait implements TraitWithSlot { /** * Checks if trait is visible. + * * @param isStatic Is static * @param abc ABC * @return True if trait is visible @@ -391,6 +408,7 @@ public class TraitSlotConst extends Trait implements TraitWithSlot { /** * Converts trait header. + * * @param abc ABC * @param writer Writer * @return Writer @@ -415,6 +433,7 @@ public class TraitSlotConst extends Trait implements TraitWithSlot { /** * Gets method infos. + * * @param abc ABC * @param traitId Trait ID * @param classIndex Class index diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/types/traits/TraitType.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/types/traits/TraitType.java index fc78e76cc..b1b2282bb 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/types/traits/TraitType.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/types/traits/TraitType.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ @@ -18,6 +18,7 @@ package com.jpexs.decompiler.flash.abc.types.traits; /** * Trait type. + * * @author JPEXS */ public enum TraitType { @@ -29,6 +30,7 @@ public enum TraitType { /** * Gets trait type for trait. + * * @param t Trait * @return Trait type */ diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/types/traits/TraitWithSlot.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/types/traits/TraitWithSlot.java index fc678e142..a44f69f5a 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/types/traits/TraitWithSlot.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/types/traits/TraitWithSlot.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ @@ -18,12 +18,14 @@ package com.jpexs.decompiler.flash.abc.types.traits; /** * Trait with slot index interface. + * * @author JPEXS */ public interface TraitWithSlot { /** * Gets slot index. + * * @return Slot index */ public int getSlotIndex(); diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/types/traits/Traits.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/types/traits/Traits.java index be26361b8..8002040c7 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/types/traits/Traits.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/types/traits/Traits.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ @@ -47,6 +47,7 @@ import java.util.logging.Logger; /** * Represents a list of traits in ABC file. + * * @author JPEXS */ public class Traits implements Cloneable, Serializable { @@ -65,6 +66,7 @@ public class Traits implements Cloneable, Serializable { /** * Constructs a new Traits object with the specified initial capacity. + * * @param initialCapacity Initial capacity */ public Traits(int initialCapacity) { @@ -73,6 +75,7 @@ public class Traits implements Cloneable, Serializable { /** * Deletes traits. + * * @param abc ABC file * @param d Delete flag */ @@ -84,6 +87,7 @@ public class Traits implements Cloneable, Serializable { /** * Adds a trait to the list. + * * @param t Trait to add * @return Index of the added trait */ @@ -94,6 +98,7 @@ public class Traits implements Cloneable, Serializable { /** * Removes traps - deobfuscation. + * * @param scriptIndex Script index * @param classIndex Class index * @param isStatic Is static @@ -112,6 +117,7 @@ public class Traits implements Cloneable, Serializable { /** * To string. + * * @return String representation */ @Override @@ -128,6 +134,7 @@ public class Traits implements Cloneable, Serializable { /** * To string. + * * @param abc ABC file * @param fullyQualifiedNames Fully qualified names * @return String representation @@ -230,6 +237,7 @@ public class Traits implements Cloneable, Serializable { /** * Constructs a new TraitConvertTask object. + * * @param abcIndex ABC indexing * @param trait Trait * @param parent Parent trait @@ -268,6 +276,7 @@ public class Traits implements Cloneable, Serializable { /** * Calls the task. + * * @return Null * @throws InterruptedException */ @@ -284,6 +293,7 @@ public class Traits implements Cloneable, Serializable { /** * To string. + * * @param abcIndex ABC indexing * @param traitTypes Trait types * @param parent Parent trait @@ -381,6 +391,7 @@ public class Traits implements Cloneable, Serializable { /** * Converts traits. + * * @param abcIndex ABC indexing * @param parent Parent trait * @param convertData Convert data @@ -431,6 +442,7 @@ public class Traits implements Cloneable, Serializable { /** * Clones the traits. + * * @return Cloned traits */ @Override @@ -453,6 +465,7 @@ public class Traits implements Cloneable, Serializable { /** * Gets dependencies. + * * @param abcIndex ABC indexing * @param scriptIndex Script index * @param classIndex Class index @@ -473,6 +486,7 @@ public class Traits implements Cloneable, Serializable { /** * Gets method infos. + * * @param abc ABC file * @param isStatic Is static flag * @param classIndex Class index diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/types/traits/package-info.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/types/traits/package-info.java index 2ceebe321..eccbb6c71 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/types/traits/package-info.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/types/traits/package-info.java @@ -1,4 +1,4 @@ /** * ABC traits. */ -package com.jpexs.decompiler.flash.abc.types.traits; \ No newline at end of file +package com.jpexs.decompiler.flash.abc.types.traits; diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/usages/MultinameUsageDetector.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/usages/MultinameUsageDetector.java index bb308a672..cbbc92640 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/usages/MultinameUsageDetector.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/usages/MultinameUsageDetector.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ @@ -42,6 +42,7 @@ import java.util.List; /** * Multiname usage detector. + * * @author JPEXS */ public class MultinameUsageDetector implements UsageDetector { diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/usages/Usage.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/usages/Usage.java index eeb1eeaf0..9163582a6 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/usages/Usage.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/usages/Usage.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ @@ -20,24 +20,28 @@ import com.jpexs.decompiler.flash.abc.ABC; /** * Usage interface. + * * @author JPEXS */ public interface Usage { /** * Returns the ABC file. + * * @return ABC file */ public ABC getAbc(); /** * Returns the index of the usage in the constant pool. + * * @return index of the usage in the constant pool */ public int getIndex(); /** * Returns the kind of the usage. + * * @return kind of the usage */ public String getKind(); diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/usages/UsageDetector.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/usages/UsageDetector.java index 862690f8b..2e3d1fa97 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/usages/UsageDetector.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/usages/UsageDetector.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ @@ -21,12 +21,14 @@ import java.util.List; /** * Usage detector interface. + * * @author JPEXS */ public interface UsageDetector { /** * Find usages of a given index. + * * @param abc ABC file * @param index Index * @return List of usages @@ -35,6 +37,7 @@ public interface UsageDetector { /** * Find all usages of this kind in the ABC file. + * * @param abc ABC file * @return List of lists of usages */ diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/usages/multinames/ClassNameMultinameUsage.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/usages/multinames/ClassNameMultinameUsage.java index c37032f9e..9dc76bebe 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/usages/multinames/ClassNameMultinameUsage.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/usages/multinames/ClassNameMultinameUsage.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ @@ -21,6 +21,7 @@ import com.jpexs.decompiler.flash.abc.types.InstanceInfo; /** * Class name multiname usage. + * * @author JPEXS */ public class ClassNameMultinameUsage extends MultinameUsage implements DefinitionUsage, InsideClassMultinameUsageInterface { diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/usages/multinames/ConstVarMultinameUsage.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/usages/multinames/ConstVarMultinameUsage.java index 79c59fa0e..23ee8807c 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/usages/multinames/ConstVarMultinameUsage.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/usages/multinames/ConstVarMultinameUsage.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ @@ -29,6 +29,7 @@ import java.util.ArrayList; /** * Const or var multiname usage. + * * @author JPEXS */ public abstract class ConstVarMultinameUsage extends TraitMultinameUsage { diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/usages/multinames/ConstVarNameMultinameUsage.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/usages/multinames/ConstVarNameMultinameUsage.java index 779af7b04..11bbe1277 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/usages/multinames/ConstVarNameMultinameUsage.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/usages/multinames/ConstVarNameMultinameUsage.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ @@ -21,6 +21,7 @@ import com.jpexs.decompiler.flash.abc.types.traits.Traits; /** * Const or var name multiname usage. + * * @author JPEXS */ public class ConstVarNameMultinameUsage extends ConstVarMultinameUsage implements DefinitionUsage { diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/usages/multinames/ConstVarTypeMultinameUsage.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/usages/multinames/ConstVarTypeMultinameUsage.java index 71bd35e59..15fdbe64b 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/usages/multinames/ConstVarTypeMultinameUsage.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/usages/multinames/ConstVarTypeMultinameUsage.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ @@ -21,6 +21,7 @@ import com.jpexs.decompiler.flash.abc.types.traits.Traits; /** * Const or var type multiname usage. + * * @author JPEXS */ public class ConstVarTypeMultinameUsage extends ConstVarMultinameUsage { diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/usages/multinames/DefinitionUsage.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/usages/multinames/DefinitionUsage.java index a8f6bceb8..45f932c23 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/usages/multinames/DefinitionUsage.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/usages/multinames/DefinitionUsage.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ @@ -18,6 +18,7 @@ package com.jpexs.decompiler.flash.abc.usages.multinames; /** * Definition usage. + * * @author JPEXS */ public interface DefinitionUsage { diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/usages/multinames/InsideClassMultinameUsageInterface.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/usages/multinames/InsideClassMultinameUsageInterface.java index d6b8b2248..0e115cba5 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/usages/multinames/InsideClassMultinameUsageInterface.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/usages/multinames/InsideClassMultinameUsageInterface.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ @@ -20,24 +20,28 @@ import com.jpexs.decompiler.flash.abc.ABC; /** * Inside class multiname usage interface. + * * @author JPEXS */ public interface InsideClassMultinameUsageInterface { /** * Gets the script index. + * * @return Script index */ public int getScriptIndex(); /** * Gets the class index. + * * @return Class index */ public int getClassIndex(); /** * Gets the ABC. + * * @return ABC */ public ABC getAbc(); diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/usages/multinames/MethodBodyMultinameUsage.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/usages/multinames/MethodBodyMultinameUsage.java index dd48b07a3..62cfd0b3c 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/usages/multinames/MethodBodyMultinameUsage.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/usages/multinames/MethodBodyMultinameUsage.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ @@ -21,6 +21,7 @@ import com.jpexs.decompiler.flash.abc.types.traits.Traits; /** * Method body multiname usage. + * * @author JPEXS */ public class MethodBodyMultinameUsage extends MethodMultinameUsage { diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/usages/multinames/MethodMultinameUsage.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/usages/multinames/MethodMultinameUsage.java index 5887a1ef5..129152a26 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/usages/multinames/MethodMultinameUsage.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/usages/multinames/MethodMultinameUsage.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ @@ -28,6 +28,7 @@ import java.util.ArrayList; /** * Method multiname usage. + * * @author JPEXS */ public abstract class MethodMultinameUsage extends TraitMultinameUsage { diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/usages/multinames/MethodNameMultinameUsage.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/usages/multinames/MethodNameMultinameUsage.java index 4624e1a05..ac827e1d0 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/usages/multinames/MethodNameMultinameUsage.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/usages/multinames/MethodNameMultinameUsage.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ @@ -21,6 +21,7 @@ import com.jpexs.decompiler.flash.abc.types.traits.Traits; /** * Method name multiname usage. + * * @author JPEXS */ public class MethodNameMultinameUsage extends MethodMultinameUsage implements DefinitionUsage { diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/usages/multinames/MethodParamsMultinameUsage.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/usages/multinames/MethodParamsMultinameUsage.java index 7a73d314c..4e4e14ed1 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/usages/multinames/MethodParamsMultinameUsage.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/usages/multinames/MethodParamsMultinameUsage.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ @@ -21,6 +21,7 @@ import com.jpexs.decompiler.flash.abc.types.traits.Traits; /** * Method params multiname usage. + * * @author JPEXS */ public class MethodParamsMultinameUsage extends MethodMultinameUsage { diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/usages/multinames/MethodReturnTypeMultinameUsage.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/usages/multinames/MethodReturnTypeMultinameUsage.java index af06052ac..cd7152349 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/usages/multinames/MethodReturnTypeMultinameUsage.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/usages/multinames/MethodReturnTypeMultinameUsage.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ @@ -21,6 +21,7 @@ import com.jpexs.decompiler.flash.abc.types.traits.Traits; /** * Method return type multiname usage. + * * @author JPEXS */ public class MethodReturnTypeMultinameUsage extends MethodMultinameUsage { diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/usages/multinames/MultinameUsage.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/usages/multinames/MultinameUsage.java index 2085b7537..1e78ba46f 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/usages/multinames/MultinameUsage.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/usages/multinames/MultinameUsage.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ @@ -25,6 +25,7 @@ import java.util.Objects; /** * Multiname usage. + * * @author JPEXS */ public abstract class MultinameUsage implements Usage { diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/usages/multinames/SuperClassMultinameUsage.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/usages/multinames/SuperClassMultinameUsage.java index 871563a61..f799f5a55 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/usages/multinames/SuperClassMultinameUsage.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/usages/multinames/SuperClassMultinameUsage.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ @@ -21,6 +21,7 @@ import com.jpexs.decompiler.flash.abc.types.InstanceInfo; /** * Super class multiname usage. + * * @author JPEXS */ public class SuperClassMultinameUsage extends MultinameUsage implements InsideClassMultinameUsageInterface { diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/usages/multinames/SuperInterfaceMultinameUsage.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/usages/multinames/SuperInterfaceMultinameUsage.java index ae04d1fa4..b8d24d524 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/usages/multinames/SuperInterfaceMultinameUsage.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/usages/multinames/SuperInterfaceMultinameUsage.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ @@ -21,6 +21,7 @@ import com.jpexs.decompiler.flash.abc.types.InstanceInfo; /** * Super interface multiname usage. + * * @author JPEXS */ public class SuperInterfaceMultinameUsage extends MultinameUsage implements InsideClassMultinameUsageInterface { diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/usages/multinames/TraitMultinameUsage.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/usages/multinames/TraitMultinameUsage.java index 1b9345709..fe5f218cd 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/usages/multinames/TraitMultinameUsage.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/usages/multinames/TraitMultinameUsage.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ @@ -24,6 +24,7 @@ import java.util.Objects; /** * Trait multiname usage. + * * @author JPEXS */ public abstract class TraitMultinameUsage extends MultinameUsage implements InsideClassMultinameUsageInterface { diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/usages/multinames/TypeNameMultinameUsage.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/usages/multinames/TypeNameMultinameUsage.java index 30c331eb2..4eb3447f4 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/usages/multinames/TypeNameMultinameUsage.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/usages/multinames/TypeNameMultinameUsage.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ @@ -21,6 +21,7 @@ import java.util.ArrayList; /** * TypeName multiname usage. + * * @author JPEXS */ public class TypeNameMultinameUsage extends MultinameUsage { diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/usages/multinames/package-info.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/usages/multinames/package-info.java index 781618329..c165034fc 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/usages/multinames/package-info.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/usages/multinames/package-info.java @@ -1,4 +1,4 @@ /** * ABC Multiname usages. */ -package com.jpexs.decompiler.flash.abc.usages.multinames; \ No newline at end of file +package com.jpexs.decompiler.flash.abc.usages.multinames; diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/usages/package-info.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/usages/package-info.java index a8be68740..67d104871 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/usages/package-info.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/usages/package-info.java @@ -1,4 +1,4 @@ /** * Usages of ABC elements. */ -package com.jpexs.decompiler.flash.abc.usages; \ No newline at end of file +package com.jpexs.decompiler.flash.abc.usages; diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/usages/simple/ABCCleaner.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/usages/simple/ABCCleaner.java index 16059c2a1..9f0cc6420 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/usages/simple/ABCCleaner.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/usages/simple/ABCCleaner.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ @@ -47,12 +47,14 @@ import java.util.Map; /** * Cleans unused items from ABC file. + * * @author JPEXS */ public class ABCCleaner { /** * Cleans unused items from ABC file. + * * @param abc ABC file */ public void clean(ABC abc) { diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/usages/simple/ABCSimpleUsageDetector.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/usages/simple/ABCSimpleUsageDetector.java index 033406ca4..31c9c7827 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/usages/simple/ABCSimpleUsageDetector.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/usages/simple/ABCSimpleUsageDetector.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ @@ -41,6 +41,7 @@ import java.util.Stack; /** * Simple usage detector for ABC. + * * @author JPEXS */ public class ABCSimpleUsageDetector { @@ -343,7 +344,7 @@ public class ABCSimpleUsageDetector { @Override protected void handleTraitSlotConst(ABC abc, TraitSlotConst trait, int scriptIndex, int scriptTraitIndex, int classIndex, int traitIndex, int bodyIndex, int bodyTraitIndex, ABCWalker.WalkType walkType, Stack callStack) { - + String description = ""; if (callStack.size() > 1) { if (bodyTraitIndex != -1) { @@ -442,7 +443,6 @@ public class ABCSimpleUsageDetector { } /** - * * @param kind * @param index * @param usageDescription diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/usages/simple/ABCWalker.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/usages/simple/ABCWalker.java index 04987dca2..dbaf9834d 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/usages/simple/ABCWalker.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/usages/simple/ABCWalker.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ @@ -32,8 +32,8 @@ import java.util.Set; import java.util.Stack; /** - * Walker for ABC. - * Used in Simple usage detector. + * Walker for ABC. Used in Simple usage detector. + * * @author JPEXS */ public abstract class ABCWalker { diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/usages/simple/package-info.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/usages/simple/package-info.java index 41e0021e2..dea239545 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/usages/simple/package-info.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/usages/simple/package-info.java @@ -1,4 +1,4 @@ /** * Detection of ABC element usages and elements removing. */ -package com.jpexs.decompiler.flash.abc.usages.simple; \ No newline at end of file +package com.jpexs.decompiler.flash.abc.usages.simple; diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/Action.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/Action.java index 6747c14ce..7074af88f 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/Action.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/Action.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ @@ -99,7 +99,8 @@ import java.util.logging.Level; import java.util.logging.Logger; /** - * Represents one ACTIONRECORD, also has some static method to work with Actions. + * Represents one ACTIONRECORD, also has some static method to work with + * Actions. * * @author JPEXS */ @@ -149,28 +150,28 @@ public abstract class Action implements GraphSourceItem { * Names of ActionScript properties */ public static final String[] propertyNames = new String[]{ - "_X", - "_Y", - "_xscale", - "_yscale", - "_currentframe", - "_totalframes", - "_alpha", - "_visible", - "_width", - "_height", - "_rotation", - "_target", - "_framesloaded", - "_name", - "_droptarget", - "_url", - "_highquality", - "_focusrect", - "_soundbuftime", - "_quality", - "_xmouse", - "_ymouse" + "_X", + "_Y", + "_xscale", + "_yscale", + "_currentframe", + "_totalframes", + "_alpha", + "_visible", + "_width", + "_height", + "_rotation", + "_target", + "_framesloaded", + "_name", + "_droptarget", + "_url", + "_highquality", + "_focusrect", + "_soundbuftime", + "_quality", + "_xmouse", + "_ymouse" }; /** @@ -194,9 +195,9 @@ public abstract class Action implements GraphSourceItem { */ private static final Logger logger = Logger.getLogger(Action.class.getName()); - /** * Gets the line offset. + * * @return Line offset */ @Override @@ -206,13 +207,13 @@ public abstract class Action implements GraphSourceItem { /** * Gets charset + * * @return Charset */ public String getCharset() { return charset; } - /** * Constructs new Action * @@ -233,6 +234,7 @@ public abstract class Action implements GraphSourceItem { /** * Gets the address. + * * @return Address */ @Override @@ -274,6 +276,7 @@ public abstract class Action implements GraphSourceItem { /** * Gets total length of this action. + * * @return Total length of this action */ public int getTotalActionLength() { @@ -411,6 +414,7 @@ public abstract class Action implements GraphSourceItem { /** * Gets content bytes of action. + * * @param sos SWFOutputStream * @throws IOException */ @@ -429,6 +433,7 @@ public abstract class Action implements GraphSourceItem { /** * Gets the length of content bytes of action. + * * @return Length */ protected int getContentBytesLength() { @@ -468,6 +473,7 @@ public abstract class Action implements GraphSourceItem { /** * Gets file offset. + * * @return File offset */ @Override @@ -502,6 +508,7 @@ public abstract class Action implements GraphSourceItem { /** * Converts list of Actions to bytes. + * * @param list List of actions * @param addZero Whether to add 0 UI8 value to the end * @param version SWF version @@ -514,6 +521,7 @@ public abstract class Action implements GraphSourceItem { /** * Sets constant pool of actions. + * * @param src ASMSource * @param constantPools List of constant pools * @param tryInline Whether to try to inline constant pools @@ -804,6 +812,7 @@ public abstract class Action implements GraphSourceItem { /** * Converts constant pool actions to String. + * * @param listeners List of listeners * @param address Address * @param list List of actions @@ -852,6 +861,7 @@ public abstract class Action implements GraphSourceItem { /** * Executes the action. + * * @param lda Local data area * @return Whether the action was executed successfully */ @@ -859,6 +869,7 @@ public abstract class Action implements GraphSourceItem { /** * Gets the number of stack items that are popped by this item. + * * @param localData Local data * @param stack Stack * @return Number of stack items that are popped by this item @@ -870,6 +881,7 @@ public abstract class Action implements GraphSourceItem { /** * Gets the number of stack items that are pushed by this item. + * * @param localData Local data * @param stack Stack * @return Number of stack items that are pushed by this item @@ -938,6 +950,7 @@ public abstract class Action implements GraphSourceItem { /** * Converts actions to ActionScript source code - decompiles. + * * @param uninitializedClassTraits Uninitialized class traits * @param asm ASM source * @param actions List of actions @@ -1027,6 +1040,7 @@ public abstract class Action implements GraphSourceItem { /** * Converts list of actions to List of treeItems + * * @param uninitializedClassTraits Uninitialized class traits * @param insideDoInitAction Inside DoInitAction? * @param insideFunction Inside function? @@ -1090,6 +1104,7 @@ public abstract class Action implements GraphSourceItem { /** * Translate the item to target items. + * * @param localData Local data * @param stack Stack * @param output Output list @@ -1105,6 +1120,7 @@ public abstract class Action implements GraphSourceItem { /** * Checks whether this item is a jump. + * * @return True if this item is a jump, false otherwise */ @Override @@ -1114,6 +1130,7 @@ public abstract class Action implements GraphSourceItem { /** * Checks whether this item is a branch. + * * @return True if this item is a branch, false otherwise */ @Override @@ -1123,6 +1140,7 @@ public abstract class Action implements GraphSourceItem { /** * Checks whether this item is an exit (throw, return, etc.). + * * @return True if this item is an exit, false otherwise */ @Override @@ -1132,6 +1150,7 @@ public abstract class Action implements GraphSourceItem { /** * Gets branches + * * @param code Code * @return List of IPs to branch to */ @@ -1142,6 +1161,7 @@ public abstract class Action implements GraphSourceItem { /** * Checks whether this item is ignored. + * * @return True if this item is ignored, false otherwise */ @Override @@ -1151,6 +1171,7 @@ public abstract class Action implements GraphSourceItem { /** * Sets whether this item is ignored. + * * @param ignored True if this item is ignored, false otherwise * @param pos Sub position */ @@ -1161,6 +1182,7 @@ public abstract class Action implements GraphSourceItem { /** * Prepares variables for the given container. + * * @param cnt Container * @param variables Variables - map of variable names to variable items * @return @@ -1179,6 +1201,7 @@ public abstract class Action implements GraphSourceItem { /** * Converts list of actions to tree. + * * @param graph ActionGraph * @param switchParts Switch parts * @param secondPassData Second pass data @@ -1340,6 +1363,7 @@ public abstract class Action implements GraphSourceItem { /** * Gets item without global prefix. + * * @param ti Target item * @return Target item without global prefix */ @@ -1373,6 +1397,7 @@ public abstract class Action implements GraphSourceItem { /** * Checks whether the loops are ignored. + * * @return True if the loops are ignored, false otherwise */ @Override @@ -1382,6 +1407,7 @@ public abstract class Action implements GraphSourceItem { /** * Sets constant pool to actions. + * * @param actions List of actions * @param cpool Constant pool */ @@ -1407,6 +1433,7 @@ public abstract class Action implements GraphSourceItem { /** * Get ASM source with replaced Actions. + * * @param container Container * @param knownAddreses Known addresses * @param exportMode Export mode @@ -1420,6 +1447,7 @@ public abstract class Action implements GraphSourceItem { /** * Converts ECMA object to float point. + * * @param o Object * @return Float point */ @@ -1453,8 +1481,8 @@ public abstract class Action implements GraphSourceItem { } /** - * Converts Get to Set. - * (variables, members, properties) + * Converts Get to Set. (variables, members, properties) + * * @param get Get item * @param value Value * @param variables Variables @@ -1490,9 +1518,11 @@ public abstract class Action implements GraphSourceItem { } /** - * Checks whether this item is a DeobfuscatePop instruction. - * It is a special instruction for deobfuscation. - * @return True if this item is a DeobfuscatePop instruction, false otherwise + * Checks whether this item is a DeobfuscatePop instruction. It is a special + * instruction for deobfuscation. + * + * @return True if this item is a DeobfuscatePop instruction, false + * otherwise */ @Override public boolean isDeobfuscatePop() { @@ -1501,6 +1531,7 @@ public abstract class Action implements GraphSourceItem { /** * Gets the line in the high level source code. + * * @return Line */ @Override @@ -1510,6 +1541,7 @@ public abstract class Action implements GraphSourceItem { /** * Gets the high level source code file name. + * * @return File name */ @Override diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/ActionDefineFunctionPushRegistersCleaner.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/ActionDefineFunctionPushRegistersCleaner.java index 39a8f7fe3..10711a8d2 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/ActionDefineFunctionPushRegistersCleaner.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/ActionDefineFunctionPushRegistersCleaner.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ @@ -51,6 +51,7 @@ public class ActionDefineFunctionPushRegistersCleaner extends SWFDecompilerAdapt /** * Called when an action list is parsed + * * @param actions Action list * @param swf SWF object * @throws InterruptedException @@ -83,6 +84,7 @@ public class ActionDefineFunctionPushRegistersCleaner extends SWFDecompilerAdapt /** * Cleans push registers from ActionDefineFunction + * * @param code Action list * @param startIndex Index of first Action in DefineFunction body * @param count Count of actions in DefineFunction diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/ActionGraph.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/ActionGraph.java index 65b49550c..53047ef0a 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/ActionGraph.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/ActionGraph.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ @@ -85,6 +85,7 @@ import java.util.Set; /** * ActionScript 1/2 graph + * * @author JPEXS */ public class ActionGraph extends Graph { @@ -100,12 +101,14 @@ public class ActionGraph extends Graph { private boolean insideFunction; /** - * Uninitialized class traits - maps class name to map of trait name to trait + * Uninitialized class traits - maps class name to map of trait name to + * trait */ private Map> uninitializedClassTraits; /** * Constructs ActionGraph + * * @param uninitializedClassTraits Uninitialized class traits * @param path Path * @param insideDoInitAction Inside DoInitAction @@ -126,15 +129,17 @@ public class ActionGraph extends Graph { /** * Get uninitialized class traits - * @return Uninitialized class traits - maps class name to map of trait name to trait + * + * @return Uninitialized class traits - maps class name to map of trait name + * to trait */ public Map> getUninitializedClassTraits() { return uninitializedClassTraits; } - /** * Gets the graphSource + * * @return GraphSource */ @Override @@ -144,6 +149,7 @@ public class ActionGraph extends Graph { /** * Gets sub-graphs + * * @return */ @Override @@ -179,6 +185,7 @@ public class ActionGraph extends Graph { /** * Checks whether is inside DoInitAction. + * * @return True if is inside DoInitAction, false otherwise */ public boolean isInsideDoInitAction() { @@ -187,6 +194,7 @@ public class ActionGraph extends Graph { /** * Method called after populating all parts. + * * @param allParts All parts */ @Override @@ -196,6 +204,7 @@ public class ActionGraph extends Graph { /** * Translates via Graph - decompiles. + * * @param uninitializedClassTraits Uninitialized class traits * @param secondPassData Second pass data * @param insideDoInitAction Inside DoInitAction @@ -219,8 +228,8 @@ public class ActionGraph extends Graph { } /** - * Final process stack. - * Override this method to provide custom behavior. + * Final process stack. Override this method to provide custom behavior. + * * @param stack Translate stack * @param output Output * @param path Path @@ -242,6 +251,7 @@ public class ActionGraph extends Graph { /** * Checks whether a part can be a break candidate. + * * @param localData Local data * @param part Part * @param throwStates List of throw states @@ -267,6 +277,7 @@ public class ActionGraph extends Graph { /** * Final process. + * * @param list List of GraphTargetItems * @param level Level * @param localData Local data @@ -548,8 +559,9 @@ public class ActionGraph extends Graph { } /** - * Moves all stack items to commands. - * (If it's not a branch stack resistant or other special case) + * Moves all stack items to commands. (If it's not a branch stack resistant + * or other special case) + * * @param commands Commands * @param stack Stack */ @@ -600,6 +612,7 @@ public class ActionGraph extends Graph { /** * Translates the graph - decompiles. + * * @param localData Local data * @param staticOperation Unused * @param path Path @@ -636,6 +649,7 @@ public class ActionGraph extends Graph { */ /** * Makes define registers up. + * * @param list List of GraphTargetItems */ private void makeDefineRegistersUp(List list) { @@ -684,6 +698,7 @@ public class ActionGraph extends Graph { /** * Finds part. + * * @param ip IP * @param allParts All parts * @return GraphPart @@ -699,6 +714,7 @@ public class ActionGraph extends Graph { /** * Check before decompiling next section. + * * @param currentRet Current return * @param foundGotos Found gotos * @param partCodes Part codes @@ -718,7 +734,8 @@ public class ActionGraph extends Graph { * @param currentLoop Current loop * @param staticOperation Unused * @param path Path - * @return List of GraphTargetItems to replace current output and stop further processing. Null to continue. + * @return List of GraphTargetItems to replace current output and stop + * further processing. Null to continue. * @throws InterruptedException */ @Override @@ -828,6 +845,7 @@ public class ActionGraph extends Graph { /** * Checks IP and allows to modify it. + * * @param ip Current IP * @return New IP */ @@ -860,8 +878,9 @@ public class ActionGraph extends Graph { } /** - * Prepares second pass data. - * Can return null when no second pass will happen. + * Prepares second pass data. Can return null when no second pass will + * happen. + * * @param list List of GraphTargetItems * @return Second pass data or null */ @@ -879,6 +898,7 @@ public class ActionGraph extends Graph { /** * Checks second pass switches. + * * @param processedIfs Processed ifs * @param list List of GraphTargetItems * @param allSwitchParts All switch parts diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/ActionGraphSource.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/ActionGraphSource.java index 8bfec3dc0..18f9d0cad 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/ActionGraphSource.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/ActionGraphSource.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ @@ -36,6 +36,7 @@ import java.util.logging.Logger; /** * ActionScript 1/2 graph source + * * @author JPEXS */ public class ActionGraphSource extends GraphSource { @@ -87,6 +88,7 @@ public class ActionGraphSource extends GraphSource { /** * Gets actions + * * @return Actions */ public List getActions() { @@ -95,6 +97,7 @@ public class ActionGraphSource extends GraphSource { /** * Constructs new ActionGraphSource + * * @param path Path * @param insideDoInitAction Is inside doInitAction * @param actions Actions @@ -117,6 +120,7 @@ public class ActionGraphSource extends GraphSource { /** * Gets charset + * * @return Charset */ public String getCharset() { @@ -125,6 +129,7 @@ public class ActionGraphSource extends GraphSource { /** * Gets the important addresses + * * @return Set of important addresses */ @Override @@ -134,6 +139,7 @@ public class ActionGraphSource extends GraphSource { /** * Converts instruction at the specified position to string + * * @param pos Position of the instruction * @return Instruction as string */ @@ -147,6 +153,7 @@ public class ActionGraphSource extends GraphSource { /** * Gets the size of the graph source + * * @return The size of the graph source */ @Override @@ -156,6 +163,7 @@ public class ActionGraphSource extends GraphSource { /** * Gets the graph source item at the specified position + * * @param pos Position of the graph source item * @return The graph source item at the specified position */ @@ -166,6 +174,7 @@ public class ActionGraphSource extends GraphSource { /** * Sets the graph source item at the specified position + * * @param pos Position of the graph source item * @param t The graph source item */ @@ -175,6 +184,7 @@ public class ActionGraphSource extends GraphSource { /** * Checks if the graph source is empty + * * @return True if the graph source is empty, false otherwise */ @Override @@ -184,6 +194,7 @@ public class ActionGraphSource extends GraphSource { /** * Translates the part of the graph source + * * @param graph Graph * @param part Graph part * @param localData Local data @@ -205,7 +216,6 @@ public class ActionGraphSource extends GraphSource { return r; } - /** * Rebuilds the position cache */ @@ -218,6 +228,7 @@ public class ActionGraphSource extends GraphSource { /** * Converts position to address + * * @param pos Position * @return Address */ @@ -232,6 +243,7 @@ public class ActionGraphSource extends GraphSource { /** * Converts address to position + * * @param adr Address * @return Position */ @@ -257,6 +269,7 @@ public class ActionGraphSource extends GraphSource { /** * Converts address to position + * * @param adr Address * @param nearest Nearest * @return Position @@ -287,6 +300,7 @@ public class ActionGraphSource extends GraphSource { /** * Gets variables + * * @return Map of variable name to variable item */ public HashMap getVariables() { diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/ActionList.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/ActionList.java index 6ab678bde..fc80606cd 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/ActionList.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/ActionList.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ @@ -42,6 +42,7 @@ import java.util.logging.Logger; /** * List of actions. + * * @author JPEXS */ public class ActionList extends ArrayList { @@ -63,6 +64,7 @@ public class ActionList extends ArrayList { /** * Constructs a new action list with the specified charset. + * * @param charset Charset */ public ActionList(String charset) { @@ -71,6 +73,7 @@ public class ActionList extends ArrayList { /** * Gets the charset. + * * @return Charset */ public String getCharset() { @@ -79,6 +82,7 @@ public class ActionList extends ArrayList { /** * Constructs a new action list with the specified actions and charset. + * * @param actions Actions * @param charset Charset */ @@ -89,6 +93,7 @@ public class ActionList extends ArrayList { /** * Sets actions. + * * @param list Actions */ public void setActions(List list) { @@ -98,6 +103,7 @@ public class ActionList extends ArrayList { /** * Removes actions. + * * @param actionsToRemove Actions to remove */ public void removeActions(List actionsToRemove) { @@ -106,6 +112,7 @@ public class ActionList extends ArrayList { /** * Removes action. + * * @param index Index */ public void removeAction(int index) { @@ -114,6 +121,7 @@ public class ActionList extends ArrayList { /** * Removes action. + * * @param index Index * @param count Count */ @@ -130,6 +138,7 @@ public class ActionList extends ArrayList { /** * Adds action. + * * @param index Index * @param action Action */ @@ -139,6 +148,7 @@ public class ActionList extends ArrayList { /** * Adds actions. + * * @param index Index * @param actions Actions */ @@ -155,6 +165,7 @@ public class ActionList extends ArrayList { /** * Gets container last actions. + * * @param action Action * @return Container last actions */ @@ -164,6 +175,7 @@ public class ActionList extends ArrayList { /** * Gets references for action. + * * @param target Target * @return References */ @@ -231,6 +243,7 @@ public class ActionList extends ArrayList { /** * Gets constant pools. + * * @return Constant pools */ public Iterable getConstantPools() { @@ -271,6 +284,7 @@ public class ActionList extends ArrayList { /** * Gets pushes. + * * @return Pushes */ public Iterable getPushes() { @@ -311,6 +325,7 @@ public class ActionList extends ArrayList { /** * Gets constant pool index reference count. + * * @param index Index * @return Constant pool index reference count */ @@ -335,6 +350,7 @@ public class ActionList extends ArrayList { /** * Gets inline constant pool string. + * * @param index Index * @param str String */ @@ -417,6 +433,7 @@ public class ActionList extends ArrayList { /** * Gets action by address. + * * @param address Address * @return Action */ @@ -427,6 +444,7 @@ public class ActionList extends ArrayList { /** * Gets index by action. + * * @param action Action * @return Index */ @@ -436,6 +454,7 @@ public class ActionList extends ArrayList { /** * Gets index by address. + * * @param address Address * @return Index */ @@ -460,6 +479,7 @@ public class ActionList extends ArrayList { /** * Gets container. + * * @param idx Index * @return Container */ @@ -484,6 +504,7 @@ public class ActionList extends ArrayList { /** * Gets container end index. + * * @param idx Index * @return Container end index */ @@ -508,6 +529,7 @@ public class ActionList extends ArrayList { /** * Gets unreachable actions. + * * @return Unreachable actions */ public List getUnreachableActions() { @@ -528,6 +550,7 @@ public class ActionList extends ArrayList { /** * Gets unreachable actions. + * * @param jumpIndex Jump index * @param jumpTargetIndex Jump target index * @return Unreachable actions @@ -551,6 +574,7 @@ public class ActionList extends ArrayList { /** * Gets unreachable actions map. + * * @param jumpIndex Jump index * @param jumpTargetIndex Jump target index * @return Unreachable actions array - ip to reachable @@ -678,6 +702,7 @@ public class ActionList extends ArrayList { /** * Saves to file. + * * @param fileName File name */ public void saveToFile(String fileName) { @@ -691,6 +716,7 @@ public class ActionList extends ArrayList { /** * Converts to string. + * * @return String */ @Override diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/ActionListReader.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/ActionListReader.java index cb1b16e54..7ea25f3a6 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/ActionListReader.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/ActionListReader.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ @@ -188,6 +188,7 @@ public class ActionListReader { /** * Fixes action list. + * * @param actions Action list * @param nextOffsets Next offsets * @return Fixed action list @@ -240,6 +241,7 @@ public class ActionListReader { /** * Gets original actions. + * * @param sis SWF input stream * @param startIp Start IP * @param endIp End IP @@ -261,6 +263,7 @@ public class ActionListReader { /** * Gets near address. + * * @param actions Action list * @param address Address * @param next Next @@ -289,6 +292,7 @@ public class ActionListReader { /** * Converts list of actions to map of address to action. + * * @param actions List of actions * @return Map of address to action */ @@ -307,6 +311,7 @@ public class ActionListReader { /** * Gets jumps. + * * @param actions List of actions * @param jumps Jumps - map of jumpAction to targetAction */ @@ -341,6 +346,7 @@ public class ActionListReader { /** * Gets container last actions. + * * @param actions List of actions * @param action Action * @return List of last actions @@ -364,6 +370,7 @@ public class ActionListReader { /** * Gets container last actions. + * * @param actions List of actions * @param lastActions Last actions */ @@ -377,6 +384,7 @@ public class ActionListReader { /** * Updates addresses. + * * @param actions List of actions * @param address Address * @param charset Charset @@ -398,6 +406,7 @@ public class ActionListReader { /** * Updates action lengths. + * * @param actions List of actions */ private static void updateActionLengths(List actions) { @@ -408,6 +417,7 @@ public class ActionListReader { /** * Updates action stores. + * * @param actions List of actions * @param jumps Jumps - map of jumpAction to targetAction */ @@ -435,6 +445,7 @@ public class ActionListReader { /** * Updates container sizes. + * * @param actions List of actions * @param containerLastActions Container last actions */ @@ -457,6 +468,7 @@ public class ActionListReader { /** * Replaces jump targets. + * * @param jumps Jumps - map of jumpAction to targetAction * @param oldTarget Old target * @param newTarget New target @@ -471,6 +483,7 @@ public class ActionListReader { /** * Replaces container last actions. + * * @param containerLastActions Container last actions * @param oldTarget Old target * @param newTarget New target @@ -488,6 +501,7 @@ public class ActionListReader { /** * Updates jumps. + * * @param actions List of actions * @param jumps Jumps - map of jumpAction to targetAction * @param containerLastActions Container last actions @@ -776,6 +790,7 @@ public class ActionListReader { /** * Reads action list at the specified position. + * * @param listeners List of listeners * @param cpool Constant pool * @param sis SWF input stream @@ -898,6 +913,7 @@ public class ActionListReader { /** * Fixes constant pools. + * * @param listeners List of listeners * @param actions Actions * @return True if constant pools were fixed, false otherwise @@ -925,6 +941,7 @@ public class ActionListReader { /** * Fixes constant pools. + * * @param listeners List of listeners * @param cpool Constant pool * @param actions Actions diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/ActionLocalData.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/ActionLocalData.java index 4cb17d4df..c84fb9a3b 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/ActionLocalData.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/ActionLocalData.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ @@ -28,12 +28,14 @@ import java.util.Set; /** * Local data for ActionScript decompilation. + * * @author JPEXS */ public class ActionLocalData extends BaseLocalData { /** - * Uninitialized class traits - map of class name to map of trait name to trait + * Uninitialized class traits - map of class name to map of trait name to + * trait */ public final Map> uninitializedClassTraits; @@ -64,6 +66,7 @@ public class ActionLocalData extends BaseLocalData { /** * Constructs new ActionLocalData + * * @param secondPassData Second pass data * @param insideDoInitAction Is inside doInitAction * @param uninitializedClassTraits Uninitialized class traits @@ -79,6 +82,7 @@ public class ActionLocalData extends BaseLocalData { /** * Constructs new ActionLocalData + * * @param secondPassData Second pass data * @param insideDoInitAction Is inside doInitAction * @param regNames Register names @@ -95,6 +99,7 @@ public class ActionLocalData extends BaseLocalData { /** * Constructs new ActionLocalData + * * @param switchParts Switch parts * @param secondPassData Second pass data * @param insideDoInitAction Is inside doInitAction diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/ActionScriptArray.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/ActionScriptArray.java index 903e0df4c..bcaa9bd34 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/ActionScriptArray.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/ActionScriptArray.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ @@ -22,6 +22,7 @@ import java.util.List; /** * Represents ActionScript array. + * * @author JPEXS */ public class ActionScriptArray extends ActionScriptObject { @@ -32,9 +33,9 @@ public class ActionScriptArray extends ActionScriptObject { protected List values = new ArrayList<>(); //TODO: implement some methods? - /** * Enumerates all members of this object + * * @return */ @Override @@ -48,6 +49,7 @@ public class ActionScriptArray extends ActionScriptObject { /** * Gets member of this object + * * @param path Member path * @return Member value */ @@ -61,6 +63,7 @@ public class ActionScriptArray extends ActionScriptObject { /** * Sets member of this object + * * @param path Member path * @param value Value to set */ @@ -75,6 +78,7 @@ public class ActionScriptArray extends ActionScriptObject { /** * Sets value at index + * * @param index Index * @param value Value */ @@ -109,6 +113,7 @@ public class ActionScriptArray extends ActionScriptObject { /** * Gets value at index + * * @param index Index * @return Value */ diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/ActionScriptFunction.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/ActionScriptFunction.java index a3e33f4b7..a1bc3a697 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/ActionScriptFunction.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/ActionScriptFunction.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ @@ -21,6 +21,7 @@ import java.util.Map; /** * Represents an ActionScript function. + * * @author JPEXS */ public class ActionScriptFunction extends ActionScriptObject { @@ -52,6 +53,7 @@ public class ActionScriptFunction extends ActionScriptObject { /** * Gets function name + * * @return Function name */ public String getFunctionName() { @@ -60,6 +62,7 @@ public class ActionScriptFunction extends ActionScriptObject { /** * Gets register names + * * @return Register names */ public Map getFuncRegNames() { @@ -68,6 +71,7 @@ public class ActionScriptFunction extends ActionScriptObject { /** * Constucts a new ActionScriptFunction + * * @param functionOffset Offset of the function * @param functionLength Length of the function * @param functionName Name of the function @@ -84,6 +88,7 @@ public class ActionScriptFunction extends ActionScriptObject { /** * Gets function length + * * @return Function length */ public long getFunctionLength() { @@ -92,6 +97,7 @@ public class ActionScriptFunction extends ActionScriptObject { /** * Gets function offset + * * @return Function offset */ public long getFunctionOffset() { diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/ActionScriptObject.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/ActionScriptObject.java index 6ddceef09..e441804e4 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/ActionScriptObject.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/ActionScriptObject.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ @@ -24,6 +24,7 @@ import java.util.Map; /** * Represents an ActionScript object. + * * @author JPEXS */ public class ActionScriptObject implements Cloneable { @@ -77,6 +78,7 @@ public class ActionScriptObject implements Cloneable { /** * Gets implements objects + * * @return Implements objects */ public List getImplementsObjs() { @@ -85,6 +87,7 @@ public class ActionScriptObject implements Cloneable { /** * Sets implements objects + * * @param implementsObjs Implements objects */ public void setImplementsObjs(List implementsObjs) { @@ -93,6 +96,7 @@ public class ActionScriptObject implements Cloneable { /** * Sets extends object + * * @param extendsObj Extends object */ public void setExtendsObj(Object extendsObj) { @@ -101,6 +105,7 @@ public class ActionScriptObject implements Cloneable { /** * Gets extends object + * * @return Extends object */ public Object getExtendsObj() { @@ -109,6 +114,7 @@ public class ActionScriptObject implements Cloneable { /** * Removes a member from the object + * * @param path Path to the member */ public void removeMember(String path) { @@ -134,6 +140,7 @@ public class ActionScriptObject implements Cloneable { /** * Enumerates all members of the object + * * @return List of member names */ public List enumerate() { @@ -142,6 +149,7 @@ public class ActionScriptObject implements Cloneable { /** * Sets a property of the object + * * @param index Index of the property * @param value Value of the property */ @@ -151,6 +159,7 @@ public class ActionScriptObject implements Cloneable { /** * Gets a property of the object + * * @param index Index of the property * @return Value of the property */ @@ -163,6 +172,7 @@ public class ActionScriptObject implements Cloneable { /** * Sets a member of the object + * * @param path Path to the member * @param value Value of the member */ @@ -189,6 +199,7 @@ public class ActionScriptObject implements Cloneable { /** * Clones the object + * * @return Cloned object */ @Override @@ -203,6 +214,7 @@ public class ActionScriptObject implements Cloneable { /** * Gets path to a member + * * @param obj Member * @return Path to the member */ @@ -228,6 +240,7 @@ public class ActionScriptObject implements Cloneable { /** * Gets a member of the object + * * @param name Name of the member * @return Member */ @@ -237,6 +250,7 @@ public class ActionScriptObject implements Cloneable { /** * Gets a member of the object + * * @param path Path to the member * @return Member */ diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/ActionScriptWith.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/ActionScriptWith.java index 6ed170457..f3828e0e1 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/ActionScriptWith.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/ActionScriptWith.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ @@ -18,6 +18,7 @@ package com.jpexs.decompiler.flash.action; /** * Represents a with block in ActionScript. + * * @author JPEXS */ public class ActionScriptWith { @@ -39,6 +40,7 @@ public class ActionScriptWith { /** * Constructs a new ActionScriptWith object. + * * @param obj Object that is used in the with block. * @param startAddr Start address of the with block. * @param length Length of the with block. diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/ActionSecondPassData.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/ActionSecondPassData.java index e8540bff7..9addf449b 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/ActionSecondPassData.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/ActionSecondPassData.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ @@ -24,6 +24,7 @@ import java.util.List; /** * Second pass data for ActionScript 1/2 decompiler. + * * @author JPEXS */ public class ActionSecondPassData extends SecondPassData { diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/ActionTreeOperation.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/ActionTreeOperation.java index 2f953be77..50ec3c804 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/ActionTreeOperation.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/ActionTreeOperation.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ @@ -21,12 +21,14 @@ import java.util.List; /** * Operation on action tree. + * * @author JPEXS */ public interface ActionTreeOperation { /** * Run operation on action tree. + * * @param tree Action tree */ public void run(List tree); diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/ConstantPoolTooBigException.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/ConstantPoolTooBigException.java index c08ae58aa..acfb35507 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/ConstantPoolTooBigException.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/ConstantPoolTooBigException.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ @@ -18,6 +18,7 @@ package com.jpexs.decompiler.flash.action; /** * Constant pool too big exception. + * * @author JPEXS */ public class ConstantPoolTooBigException extends Exception { @@ -33,7 +34,9 @@ public class ConstantPoolTooBigException extends Exception { public int size; /** - * Constructs a new ConstantPoolTooBigException with the specified index and size. + * Constructs a new ConstantPoolTooBigException with the specified index and + * size. + * * @param index Index of new item * @param size Size of constant pool */ diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/DepthStateObjectAdapter.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/DepthStateObjectAdapter.java index ccae0aea6..2b7815d16 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/DepthStateObjectAdapter.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/DepthStateObjectAdapter.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ @@ -20,6 +20,7 @@ import com.jpexs.decompiler.flash.timeline.DepthState; /** * Adapter for DepthState object. + * * @author JPEXS */ public class DepthStateObjectAdapter extends ActionScriptObject { @@ -30,7 +31,9 @@ public class DepthStateObjectAdapter extends ActionScriptObject { protected DepthState ds; /** - * Constructs a new DepthStateObjectAdapter with the given DepthState object. + * Constructs a new DepthStateObjectAdapter with the given DepthState + * object. + * * @param ds DepthState object */ public DepthStateObjectAdapter(DepthState ds) { diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/DisplayObject.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/DisplayObject.java index 6f1beb693..924708ef7 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/DisplayObject.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/DisplayObject.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ @@ -23,6 +23,7 @@ import java.util.Map; /** * Display object class. + * * @author JPEXS */ public class DisplayObject extends ActionScriptObject { @@ -68,6 +69,7 @@ public class DisplayObject extends ActionScriptObject { /** * Gets current frame. + * * @return Current frame. */ public int getCurrentFrame() { @@ -76,6 +78,7 @@ public class DisplayObject extends ActionScriptObject { /** * Gets total frames. + * * @return Total frames. */ public int getTotalFrames() { @@ -84,6 +87,7 @@ public class DisplayObject extends ActionScriptObject { /** * Goes to frame. + * * @param label Label. */ public void gotoLabel(String label) { @@ -92,6 +96,7 @@ public class DisplayObject extends ActionScriptObject { /** * Goes to frame. + * * @param frame Frame. */ public void gotoFrame(int frame) { @@ -120,6 +125,7 @@ public class DisplayObject extends ActionScriptObject { /** * Calls function. + * * @param functionAddress Function address. * @param functionLength Function length. * @param args Arguments. @@ -134,6 +140,7 @@ public class DisplayObject extends ActionScriptObject { /** * Calls frame. + * * @param frame Frame. */ public void callFrame(int frame) { @@ -142,6 +149,7 @@ public class DisplayObject extends ActionScriptObject { /** * Adds to display list. + * * @param depth Depth. * @param obj Object. */ @@ -151,6 +159,7 @@ public class DisplayObject extends ActionScriptObject { /** * Removes from display list. + * * @param depth Depth. * @return */ @@ -160,6 +169,7 @@ public class DisplayObject extends ActionScriptObject { /** * Gets from display list. + * * @param depth Depth. * @return */ diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/LocalDataArea.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/LocalDataArea.java index 11fc09418..ec3a20a4e 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/LocalDataArea.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/LocalDataArea.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ @@ -27,6 +27,7 @@ import java.util.Stack; /** * Local data area for ActionScript execution. + * * @author JPEXS */ public class LocalDataArea { @@ -98,6 +99,7 @@ public class LocalDataArea { /** * Constructs a new local data area. + * * @param stage Stage */ public LocalDataArea(Stage stage) { @@ -107,6 +109,7 @@ public class LocalDataArea { /** * Constructs a new local data area. + * * @param stage Stage * @param preserveVariableOrder Preserve variable order */ @@ -120,6 +123,7 @@ public class LocalDataArea { /** * Checks if the stack is empty. + * * @return True if the stack is empty, otherwise false */ public boolean stackIsEmpty() { @@ -131,6 +135,7 @@ public class LocalDataArea { /** * Checks if the stack has a minimum size. + * * @param count Count * @return True if the stack has a minimum size, otherwise false */ @@ -161,6 +166,7 @@ public class LocalDataArea { /** * Pushes a value onto the stack. + * * @param val Value * @return Value */ @@ -170,6 +176,7 @@ public class LocalDataArea { /** * Peeks at the top of the stack. + * * @return Value */ public synchronized Object peek() { @@ -183,6 +190,7 @@ public class LocalDataArea { /** * Pops a value from the stack. + * * @return Value */ public synchronized Object pop() { @@ -196,6 +204,7 @@ public class LocalDataArea { /** * Pops a value from the stack as a number. + * * @return Value */ public synchronized Double popAsNumber() { @@ -204,6 +213,7 @@ public class LocalDataArea { /** * Pops a value from the stack as a string. + * * @return Value */ public synchronized String popAsString() { diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/Stage.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/Stage.java index 5adb79bc7..f8efd82bd 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/Stage.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/Stage.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ @@ -25,6 +25,7 @@ import java.util.List; /** * Stage object for ActionScript execution. + * * @author JPEXS */ public class Stage extends DisplayObject { @@ -51,6 +52,7 @@ public class Stage extends DisplayObject { /** * Constructs a new Stage object. + * * @param timelined Timelined object */ public Stage(Timelined timelined) { @@ -62,6 +64,7 @@ public class Stage extends DisplayObject { /** * Enumerates the instance names. + * * @return List of instance names */ @Override @@ -79,6 +82,7 @@ public class Stage extends DisplayObject { /** * Gets the member with the given name. + * * @param name Name of the member * @return Member object */ @@ -96,6 +100,7 @@ public class Stage extends DisplayObject { /** * Gets the current frame. + * * @return Current frame */ public long getTime() { @@ -104,6 +109,7 @@ public class Stage extends DisplayObject { /** * Gets total frames. + * * @return Total frames */ @Override @@ -116,6 +122,7 @@ public class Stage extends DisplayObject { /** * Goto frame. + * * @param frameNum Frame. */ @Override @@ -128,6 +135,7 @@ public class Stage extends DisplayObject { /** * Goto label. + * * @param label Label */ @Override @@ -157,6 +165,7 @@ public class Stage extends DisplayObject { /** * Gets the URL. + * * @param url URL * @param target Target */ @@ -166,6 +175,7 @@ public class Stage extends DisplayObject { /** * Traces the given values. + * * @param val Values */ public void trace(Object... val) { diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/StoreTypeAction.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/StoreTypeAction.java index 04e08c421..08757317d 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/StoreTypeAction.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/StoreTypeAction.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ @@ -21,12 +21,14 @@ import com.jpexs.decompiler.graph.TranslateStack; /** * Store type action interface. + * * @author JPEXS */ public interface StoreTypeAction { /** * Gets variable name. + * * @param stack Stack * @param cpool Constant pool * @return Variable name diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/UnknownActionException.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/UnknownActionException.java index c541006da..5e01b4bc0 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/UnknownActionException.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/UnknownActionException.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ @@ -18,6 +18,7 @@ package com.jpexs.decompiler.flash.action; /** * Unknown action exception. + * * @author JPEXS */ public class UnknownActionException extends RuntimeException { @@ -29,6 +30,7 @@ public class UnknownActionException extends RuntimeException { /** * Constructs a new unknown action exception. + * * @param opCode OpCode */ public UnknownActionException(int opCode) { diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/UnknownJumpException.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/UnknownJumpException.java index 6c994e003..624b5a505 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/UnknownJumpException.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/UnknownJumpException.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/as2/ActionScript2ClassDetector.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/as2/ActionScript2ClassDetector.java index de5afb123..4e921f219 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/as2/ActionScript2ClassDetector.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/as2/ActionScript2ClassDetector.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ @@ -61,6 +61,7 @@ import java.util.regex.Pattern; /** * Detects AS2 classes inside DoInitAction tags + * * @author JPEXS */ public class ActionScript2ClassDetector { @@ -82,6 +83,7 @@ public class ActionScript2ClassDetector { /** * Constructs a new AssertException + * * @param condition Condition */ public AssertException(String condition) { @@ -91,6 +93,7 @@ public class ActionScript2ClassDetector { /** * Gets condition + * * @return Condition */ public String getCondition() { @@ -164,6 +167,7 @@ public class ActionScript2ClassDetector { /** * Converts SetMemberActionItem to GetMemberActionItem, * SetVariableActionItem to GetVariableActionItem. + * * @param item Item * @return Converted item */ @@ -177,8 +181,9 @@ public class ActionScript2ClassDetector { } /** - * Converts NewMethodActionItem or NewObjectActionItem - * to GetMemberActionItem or GetVariableActionItem. + * Converts NewMethodActionItem or NewObjectActionItem to + * GetMemberActionItem or GetVariableActionItem. + * * @param nobj Item * @return Converted item * @throws AssertException @@ -196,6 +201,7 @@ public class ActionScript2ClassDetector { /** * Gets path of setmembers: a.b.c.d => [a,b,c,d]. + * * @param item Item * @return List of path or null if not members path */ @@ -256,6 +262,7 @@ public class ActionScript2ClassDetector { /** * Gets item without global prefix. + * * @param ti Item * @return Item without global prefix */ @@ -289,6 +296,7 @@ public class ActionScript2ClassDetector { /** * Converts item to string. + * * @param item Item * @param itemName Item name for exception * @return String @@ -307,6 +315,7 @@ public class ActionScript2ClassDetector { /** * Detects classes in AS2 script. + * * @param uninitializedClassTraits Uninitialized class traits * @param parts Parts * @param variables Variables @@ -824,10 +833,10 @@ public class ActionScript2ClassDetector { return false; } - /** - * In some weird cases, ifs are detected as ternars, - * this method expands ternars to ifs. + * In some weird cases, ifs are detected as ternars, this method expands + * ternars to ifs. + * * @param commands Commands */ private void expandTernars(List commands) { @@ -855,6 +864,7 @@ public class ActionScript2ClassDetector { /** * Checks if variants. + * * @param uninitializedClassTraits Uninitialized class traits * @param commands Commands * @param variables Variables @@ -1003,6 +1013,7 @@ public class ActionScript2ClassDetector { /** * Checks class. + * * @param uninitializedClassTraits Uninitialized class traits * @param commands Commands * @param variables Variables diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/as2/ActionScript2Classes.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/as2/ActionScript2Classes.java index e596da349..ed0cf4057 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/as2/ActionScript2Classes.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/as2/ActionScript2Classes.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ @@ -114,6 +114,7 @@ public class ActionScript2Classes { /** * Check if trait exists in class. + * * @param className Class name * @param name Trait name * @param withInheritance Whether to check also parent classes @@ -178,6 +179,7 @@ public class ActionScript2Classes { /** * Get map of class name to map of trait name to trait. + * * @return Map of class name to map of trait name to trait */ public static Map> getClassToTraits() { @@ -187,6 +189,7 @@ public class ActionScript2Classes { /** * Get map of class name to list of parent class names. + * * @return Map of class name to list of parent class names */ public static Map> getClassInheritance() { @@ -194,9 +197,9 @@ public class ActionScript2Classes { return classInheritance; } - /** * Sample test + * * @param args */ public static void main(String[] args) { diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/as2/Method.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/as2/Method.java index e8e2dae17..70c025a17 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/as2/Method.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/as2/Method.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ @@ -18,6 +18,7 @@ package com.jpexs.decompiler.flash.action.as2; /** * Represents a method trait in ActionScript 2. + * * @author JPEXS */ public class Method implements Trait { @@ -44,6 +45,7 @@ public class Method implements Trait { /** * Constructs a new method trait. + * * @param isStatic Whether the method is static * @param name Name of the method * @param returnType Return type of the method @@ -58,6 +60,7 @@ public class Method implements Trait { /** * Gets the name of the class the method is in. + * * @return Class name */ @Override @@ -67,6 +70,7 @@ public class Method implements Trait { /** * Gets whether the method is static. + * * @return Whether the method is static */ @Override @@ -76,6 +80,7 @@ public class Method implements Trait { /** * Gets the name of the method. + * * @return Name */ @Override @@ -85,6 +90,7 @@ public class Method implements Trait { /** * Gets the return type of the method. + * * @return Return type */ public String getReturnType() { @@ -93,6 +99,7 @@ public class Method implements Trait { /** * Converts the method to a string. + * * @return String representation */ @Override @@ -102,6 +109,7 @@ public class Method implements Trait { /** * Gets the call type of the method. + * * @return Call type */ @Override @@ -111,6 +119,7 @@ public class Method implements Trait { /** * Gets the type of the trait. + * * @return Trait type */ @Override diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/as2/Trait.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/as2/Trait.java index 38c340726..24921a2f0 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/as2/Trait.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/as2/Trait.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ @@ -18,36 +18,42 @@ package com.jpexs.decompiler.flash.action.as2; /** * Represents a trait in ActionScript 2. + * * @author JPEXS */ public interface Trait { /** * Whether the trait is static + * * @return Whether the trait is static */ public boolean isStatic(); /** * Gets the name of the trait + * * @return Name of the trait */ public String getName(); /** * Gets the type of the trait + * * @return Type of the trait */ public String getType(); /** * Gets the call type of the trait + * * @return Call type of the trait */ public String getCallType(); /** * Gets the class name of the trait + * * @return Class name of the trait */ public String getClassName(); diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/as2/UninitializedClassFieldsDetector.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/as2/UninitializedClassFieldsDetector.java index 6ce321155..d7839812c 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/as2/UninitializedClassFieldsDetector.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/as2/UninitializedClassFieldsDetector.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ @@ -42,6 +42,7 @@ import java.util.Map; /** * Uninitialized class fields detector for ActionScript 2. + * * @author JPEXS */ public class UninitializedClassFieldsDetector { @@ -94,6 +95,7 @@ public class UninitializedClassFieldsDetector { /** * Gets full path of item: a.b.c.d => [a,b,c,d]. + * * @param item Item to get path from * @return List of path or null if not members path */ @@ -156,6 +158,7 @@ public class UninitializedClassFieldsDetector { /** * Checks whether the class contains a trait. + * * @param classTraits Class traits * @param classInheritance Class inheritance * @param className Class name @@ -179,6 +182,7 @@ public class UninitializedClassFieldsDetector { /** * Calculates uninitialized class traits. + * * @param swf SWF * @return Map of class name to map of trait name to trait */ diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/as2/Variable.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/as2/Variable.java index af80d72a1..e87bf9f2d 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/as2/Variable.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/as2/Variable.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ @@ -18,6 +18,7 @@ package com.jpexs.decompiler.flash.action.as2; /** * Represents a variable trait in ActionScript 2. + * * @author JPEXS */ public class Variable implements Trait { @@ -44,6 +45,7 @@ public class Variable implements Trait { /** * Constructs a new variable trait. + * * @param isStatic Whether the variable is static * @param name Name of the variable * @param type Type of the variable @@ -58,6 +60,7 @@ public class Variable implements Trait { /** * Checks whether the variable is static + * * @return Whether the variable is static */ @Override @@ -67,6 +70,7 @@ public class Variable implements Trait { /** * Gets the name of the variable + * * @return Name of the variable */ @Override @@ -76,6 +80,7 @@ public class Variable implements Trait { /** * Gets the type of the variable + * * @return Type of the variable */ @Override @@ -85,6 +90,7 @@ public class Variable implements Trait { /** * Converts the variable to a string + * * @return String representation of the variable */ @Override @@ -94,6 +100,7 @@ public class Variable implements Trait { /** * Gets the call type of the variable + * * @return Call type of the variable */ @Override @@ -103,6 +110,7 @@ public class Variable implements Trait { /** * Gets the class name of the variable + * * @return Class name of the variable */ @Override diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/as2/package-info.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/as2/package-info.java index 6f32233e4..2f8503b0e 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/as2/package-info.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/as2/package-info.java @@ -1,4 +1,4 @@ /** * ActionScript 2.0 decompilation. */ -package com.jpexs.decompiler.flash.action.as2; \ No newline at end of file +package com.jpexs.decompiler.flash.action.as2; diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/deobfuscation/ActionDeobfuscator.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/deobfuscation/ActionDeobfuscator.java index be31cf580..85b5e0927 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/deobfuscation/ActionDeobfuscator.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/deobfuscation/ActionDeobfuscator.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ @@ -94,6 +94,7 @@ import java.util.Stack; /** * ActionScript 1/2 deobfuscator. + * * @author JPEXS */ public class ActionDeobfuscator extends SWFDecompilerAdapter { diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/deobfuscation/BrokenScriptDetector.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/deobfuscation/BrokenScriptDetector.java index a30b94c10..d53535df8 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/deobfuscation/BrokenScriptDetector.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/deobfuscation/BrokenScriptDetector.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ @@ -18,6 +18,7 @@ package com.jpexs.decompiler.flash.action.deobfuscation; /** * Detects if the code is broken. + * * @author JPEXS */ public class BrokenScriptDetector { diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/deobfuscation/package-info.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/deobfuscation/package-info.java index 8c86b0d03..55d4fe04c 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/deobfuscation/package-info.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/deobfuscation/package-info.java @@ -1,4 +1,4 @@ /** * Deobfuscating ActionScript 1/2 code. */ -package com.jpexs.decompiler.flash.action.deobfuscation; \ No newline at end of file +package com.jpexs.decompiler.flash.action.deobfuscation; diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/fastactionlist/ActionItem.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/fastactionlist/ActionItem.java index 6100ab63f..7cc5504b9 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/fastactionlist/ActionItem.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/fastactionlist/ActionItem.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ @@ -23,6 +23,7 @@ import java.util.Set; /** * Action in the fast action list. + * * @author JPEXS */ public class ActionItem { @@ -63,8 +64,7 @@ public class ActionItem { private List containerLastActions; /** - * Reachable flag. - * 1 means reachable, 2 means reachable and processed + * Reachable flag. 1 means reachable, 2 means reachable and processed */ int reachable; @@ -75,6 +75,7 @@ public class ActionItem { /** * Constructs a new ActionItem. + * * @param action */ public ActionItem(Action action) { @@ -83,6 +84,7 @@ public class ActionItem { /** * Checks if this action is a jump target. + * * @return true if this action is a jump target */ public boolean isJumpTarget() { @@ -91,6 +93,7 @@ public class ActionItem { /** * Gets the number of jumps to this action. + * * @return Number of jumps to this action */ public int jumpsHereSize() { @@ -99,6 +102,7 @@ public class ActionItem { /** * Checks if this action is the last action of a container. + * * @return True if this action is the last action of a container */ public boolean isContainerLastAction() { @@ -122,6 +126,7 @@ public class ActionItem { /** * Gets the jump target. + * * @return Jump target */ public ActionItem getJumpTarget() { @@ -130,6 +135,7 @@ public class ActionItem { /** * Gets the jump target action. + * * @return Jump target action */ public Action getJumpTargetAction() { @@ -138,6 +144,7 @@ public class ActionItem { /** * Sets the jump target. + * * @param item Jump target */ public void setJumpTarget(ActionItem item) { @@ -157,6 +164,7 @@ public class ActionItem { /** * Gets container last actions. + * * @return Container last actions */ public List getContainerLastActions() { @@ -182,6 +190,7 @@ public class ActionItem { /** * Replaces container last action. + * * @param oldItem Old action * @param newItem New action */ @@ -204,6 +213,7 @@ public class ActionItem { /** * Sets container last actions. + * * @param lastActions Container last actions */ public void setContainerLastActions(List lastActions) { @@ -218,6 +228,7 @@ public class ActionItem { /** * Ensures last action of. + * * @return Last action of */ private Set ensureLastActionOf() { @@ -230,6 +241,7 @@ public class ActionItem { /** * Checks if this action is excluded. + * * @return True if this action is excluded */ public boolean isExcluded() { diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/fastactionlist/FastActionList.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/fastactionlist/FastActionList.java index 55b553c30..440d0e239 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/fastactionlist/FastActionList.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/fastactionlist/FastActionList.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ @@ -34,6 +34,7 @@ import java.util.Set; /** * Fast action list implementation. + * * @author JPEXS */ public class FastActionList implements Collection { @@ -65,6 +66,7 @@ public class FastActionList implements Collection { /** * Constructs a new fast action list. + * * @param actions Action list */ public FastActionList(ActionList actions) { @@ -82,6 +84,7 @@ public class FastActionList implements Collection { /** * Gets the charset of the actions. + * * @return Charset */ public String getCharset() { @@ -90,6 +93,7 @@ public class FastActionList implements Collection { /** * Inserts an action before the specified item. + * * @param item Item * @param action Action * @return New action item @@ -101,6 +105,7 @@ public class FastActionList implements Collection { /** * Inserts an action before the specified item. + * * @param item Item * @param newItem New action item * @return New action item @@ -116,6 +121,7 @@ public class FastActionList implements Collection { /** * Inserts an action after the specified item. + * * @param item Item * @param action Action * @return New action item @@ -127,6 +133,7 @@ public class FastActionList implements Collection { /** * Inserts an action after the specified item. + * * @param item Item * @param newItem New action item * @return New action item @@ -157,6 +164,7 @@ public class FastActionList implements Collection { /** * Removes the specified item. + * * @param item Item * @return Next item */ @@ -202,6 +210,7 @@ public class FastActionList implements Collection { /** * Removes the item(s) at the specified index. + * * @param index Index * @param count Count */ @@ -215,6 +224,7 @@ public class FastActionList implements Collection { /** * Gets the item at the specified index. + * * @param index Index * @return Item */ @@ -225,6 +235,7 @@ public class FastActionList implements Collection { /** * Replaces the jump targets. + * * @param target Target * @param newTarget New target */ @@ -238,6 +249,7 @@ public class FastActionList implements Collection { /** * Gets the last actions. + * * @param actions Action list * @param actionItemMap Action item map */ @@ -259,6 +271,7 @@ public class FastActionList implements Collection { /** * Gets the last actions of a container. + * * @param actions Action list * @param action Action * @param actionItemMap Action item map @@ -288,6 +301,7 @@ public class FastActionList implements Collection { /** * Gets the nearest address. + * * @param actions Action list * @param address Address * @param next Next @@ -316,6 +330,7 @@ public class FastActionList implements Collection { /** * Gets the jumps. + * * @param actions Action list * @param actionItemMap Action item map */ @@ -474,6 +489,7 @@ public class FastActionList implements Collection { /** * Gets the container. + * * @param item Item * @return Container */ @@ -608,6 +624,7 @@ public class FastActionList implements Collection { /** * Gets the unreachable action count. + * * @param jump Jump * @param jumpTarget Jump target * @return Unreachable action count @@ -650,6 +667,7 @@ public class FastActionList implements Collection { /** * Sets the excluded flags. + * * @param value Value */ public void setExcludedFlags(boolean value) { @@ -666,6 +684,7 @@ public class FastActionList implements Collection { /** * Updates the reachable flags. + * * @param jump Jump * @param jumpTarget Jump target */ @@ -734,6 +753,7 @@ public class FastActionList implements Collection { /** * Updates the actions. + * * @return Action list */ public ActionList updateActions() { @@ -758,6 +778,7 @@ public class FastActionList implements Collection { /** * Gets the first action. + * * @return First action */ public ActionItem first() { @@ -766,6 +787,7 @@ public class FastActionList implements Collection { /** * Gets the last action. + * * @return Last action */ public ActionItem last() { @@ -774,6 +796,7 @@ public class FastActionList implements Collection { /** * Converts list to action list. + * * @return Action list */ public ActionList toActionList() { @@ -782,6 +805,7 @@ public class FastActionList implements Collection { /** * Gets the size of the list. + * * @return Size */ @Override @@ -791,6 +815,7 @@ public class FastActionList implements Collection { /** * Checks if the list is empty. + * * @return True if the list is empty, otherwise false */ @Override @@ -800,6 +825,7 @@ public class FastActionList implements Collection { /** * Checks if the list contains the specified element. + * * @param o element whose presence in this collection is to be tested * @return True if the list contains the specified element, otherwise false */ @@ -816,6 +842,7 @@ public class FastActionList implements Collection { /** * Gets the iterator. + * * @return Iterator */ @Override @@ -825,6 +852,7 @@ public class FastActionList implements Collection { /** * Converts the list to an array. + * * @return Array */ @Override @@ -847,11 +875,12 @@ public class FastActionList implements Collection { /** * Converts the list to an array. + * * @param a the array into which the elements of this collection are to be - * stored, if it is big enough; otherwise, a new array of the same - * runtime type is allocated for this purpose. - * @return Array + * stored, if it is big enough; otherwise, a new array of the same runtime + * type is allocated for this purpose. * @param Type + * @return Array */ @Override @SuppressWarnings("unchecked") @@ -876,6 +905,7 @@ public class FastActionList implements Collection { /** * Adds an element to the list. + * * @param e element whose presence in this collection is to be ensured * @return True */ @@ -887,6 +917,7 @@ public class FastActionList implements Collection { /** * Removes the specified element from the list. + * * @param o element to be removed from this collection, if present * @return True if the list contained the specified element, otherwise false */ @@ -909,8 +940,10 @@ public class FastActionList implements Collection { /** * Checks if the list contains all elements of the specified collection. + * * @param c collection to be checked for containment in this collection - * @return True if the list contains all elements of the specified collection, otherwise false + * @return True if the list contains all elements of the specified + * collection, otherwise false */ @Override public boolean containsAll(Collection c) { @@ -925,6 +958,7 @@ public class FastActionList implements Collection { /** * Adds all elements of the specified collection to the list. + * * @param c collection containing elements to be added to this collection * @return True */ @@ -939,8 +973,11 @@ public class FastActionList implements Collection { /** * Removes all elements of the specified collection from the list. - * @param c collection containing elements to be removed from this collection - * @return True if the list contained all elements of the specified collection, otherwise false + * + * @param c collection containing elements to be removed from this + * collection + * @return True if the list contained all elements of the specified + * collection, otherwise false */ @Override public boolean removeAll(Collection c) { @@ -953,7 +990,9 @@ public class FastActionList implements Collection { } /** - * Retains only the elements in the list that are contained in the specified collection. + * Retains only the elements in the list that are contained in the specified + * collection. + * * @param c collection containing elements to be retained in this collection * @return True if the list changed as a result of the call, otherwise false */ diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/fastactionlist/FastActionListIterator.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/fastactionlist/FastActionListIterator.java index 2aa9b25b7..9230b0c5c 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/fastactionlist/FastActionListIterator.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/fastactionlist/FastActionListIterator.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ @@ -21,6 +21,7 @@ import java.util.Iterator; /** * Iterator for FastActionList. + * * @author JPEXS */ public final class FastActionListIterator implements Iterator { @@ -42,6 +43,7 @@ public final class FastActionListIterator implements Iterator { /** * Constructs a new FastActionListIterator. + * * @param list */ FastActionListIterator(FastActionList list) { @@ -51,6 +53,7 @@ public final class FastActionListIterator implements Iterator { /** * Constructs a new FastActionListIterator. + * * @param list * @param index */ @@ -68,6 +71,7 @@ public final class FastActionListIterator implements Iterator { /** * Returns if there is a next item. + * * @return If there is a next item */ @Override @@ -77,6 +81,7 @@ public final class FastActionListIterator implements Iterator { /** * Returns the next item. + * * @return The next item */ @Override @@ -93,6 +98,7 @@ public final class FastActionListIterator implements Iterator { /** * Returns the previous item. + * * @return The previous item */ public ActionItem prev() { @@ -109,6 +115,7 @@ public final class FastActionListIterator implements Iterator { /** * Sets the current item. + * * @param item The item */ public void setCurrent(ActionItem item) { @@ -128,6 +135,7 @@ public final class FastActionListIterator implements Iterator { /** * Adds an action after the current item. + * * @param action The action */ public void add(Action action) { @@ -136,6 +144,7 @@ public final class FastActionListIterator implements Iterator { /** * Adds an action item after the current item. + * * @param actionItem The action item */ public void add(ActionItem actionItem) { @@ -144,6 +153,7 @@ public final class FastActionListIterator implements Iterator { /** * Adds an action before the current item. + * * @param actionItem The action */ public void addBefore(ActionItem actionItem) { @@ -152,6 +162,7 @@ public final class FastActionListIterator implements Iterator { /** * Gets item at index. + * * @param index Index * @return Item at index */ diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/fastactionlist/package-info.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/fastactionlist/package-info.java index e4babd843..bbba99586 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/fastactionlist/package-info.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/fastactionlist/package-info.java @@ -1,4 +1,4 @@ /** * Fast action list. */ -package com.jpexs.decompiler.flash.action.fastactionlist; \ No newline at end of file +package com.jpexs.decompiler.flash.action.fastactionlist; diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/flashlite/ActionFSCommand2.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/flashlite/ActionFSCommand2.java index 049fcd9e9..9d0f79882 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/flashlite/ActionFSCommand2.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/flashlite/ActionFSCommand2.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ @@ -32,6 +32,7 @@ import java.util.Map; /** * FSCommand2 action - file system command. + * * @author JPEXS */ public class ActionFSCommand2 extends Action { diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/flashlite/ActionStrictMode.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/flashlite/ActionStrictMode.java index b954b0e45..05c803eba 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/flashlite/ActionStrictMode.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/flashlite/ActionStrictMode.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ @@ -35,6 +35,7 @@ import java.util.Map; /** * StrictMode action - set strict mode. + * * @author JPEXS */ public class ActionStrictMode extends Action { diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/flashlite/package-info.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/flashlite/package-info.java index b6d7dd204..54b48e450 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/flashlite/package-info.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/flashlite/package-info.java @@ -1,4 +1,4 @@ /** * Flash Lite Actions. */ -package com.jpexs.decompiler.flash.action.flashlite; \ No newline at end of file +package com.jpexs.decompiler.flash.action.flashlite; diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/model/ActionItem.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/model/ActionItem.java index a18d92968..ab8bddd14 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/model/ActionItem.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/model/ActionItem.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ @@ -33,6 +33,7 @@ import java.util.List; /** * Base class for ActionScript 1/2 high-level model items. + * * @author JPEXS */ public abstract class ActionItem extends GraphTargetItem implements Serializable { diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/model/AsciiToCharActionItem.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/model/AsciiToCharActionItem.java index 22d951be4..95dacd884 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/model/AsciiToCharActionItem.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/model/AsciiToCharActionItem.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ @@ -31,6 +31,7 @@ import java.util.Objects; /** * Convert ASCII code to character. + * * @author JPEXS */ public class AsciiToCharActionItem extends ActionItem { diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/model/CallActionItem.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/model/CallActionItem.java index a28c8f4e7..406ca8d29 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/model/CallActionItem.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/model/CallActionItem.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ @@ -30,6 +30,7 @@ import java.util.Objects; /** * Call. + * * @author JPEXS */ public class CallActionItem extends ActionItem { diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/model/CallFunctionActionItem.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/model/CallFunctionActionItem.java index 39b0ea096..379017671 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/model/CallFunctionActionItem.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/model/CallFunctionActionItem.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ @@ -39,6 +39,7 @@ import java.util.Set; /** * Call function. + * * @author JPEXS */ public class CallFunctionActionItem extends ActionItem { diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/model/CallMethodActionItem.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/model/CallMethodActionItem.java index 5ba379f3a..1eae5d1e2 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/model/CallMethodActionItem.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/model/CallMethodActionItem.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ @@ -34,6 +34,7 @@ import java.util.Objects; /** * Call method. + * * @author JPEXS */ public class CallMethodActionItem extends ActionItem { diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/model/CastOpActionItem.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/model/CastOpActionItem.java index bd9ea019c..6bbf29e4d 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/model/CastOpActionItem.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/model/CastOpActionItem.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ @@ -31,6 +31,7 @@ import java.util.Objects; /** * Cast. + * * @author JPEXS */ public class CastOpActionItem extends ActionItem { diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/model/CharToAsciiActionItem.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/model/CharToAsciiActionItem.java index 482e7ef0d..46c062600 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/model/CharToAsciiActionItem.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/model/CharToAsciiActionItem.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ @@ -31,6 +31,7 @@ import java.util.Set; /** * Convert character to ASCII code. + * * @author JPEXS */ public class CharToAsciiActionItem extends ActionItem { diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/model/CloneSpriteActionItem.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/model/CloneSpriteActionItem.java index ff35640c3..1ebb35a13 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/model/CloneSpriteActionItem.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/model/CloneSpriteActionItem.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ @@ -34,6 +34,7 @@ import java.util.Objects; /** * Clone sprite. + * * @author JPEXS */ public class CloneSpriteActionItem extends ActionItem { diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/model/CompoundableBinaryOpAs12.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/model/CompoundableBinaryOpAs12.java index c33537e73..6d57d37ac 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/model/CompoundableBinaryOpAs12.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/model/CompoundableBinaryOpAs12.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ @@ -19,8 +19,8 @@ package com.jpexs.decompiler.flash.action.model; import com.jpexs.decompiler.graph.model.CompoundableBinaryOp; /** - * CompoundableBinaryOp but for AS1/2, which does not have &&, || compound - * operator. + * CompoundableBinaryOp but for AS1/2, which does not have &&, || + * compound operator. * * @author JPEXS */ diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/model/ConstantPool.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/model/ConstantPool.java index 5690e829f..7d998fc85 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/model/ConstantPool.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/model/ConstantPool.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ @@ -21,6 +21,7 @@ import java.util.List; /** * Constant pool for ActionScript 1/2. + * * @author JPEXS */ public class ConstantPool { diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/model/DecrementActionItem.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/model/DecrementActionItem.java index d492923d6..143806ba7 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/model/DecrementActionItem.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/model/DecrementActionItem.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ @@ -32,6 +32,7 @@ import java.util.Set; /** * Decrement. + * * @author JPEXS */ public class DecrementActionItem extends ActionItem { diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/model/DefineLocalActionItem.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/model/DefineLocalActionItem.java index c3b3204bd..434f1c5fb 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/model/DefineLocalActionItem.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/model/DefineLocalActionItem.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ @@ -34,6 +34,7 @@ import java.util.Objects; /** * Define local variable. + * * @author JPEXS */ public class DefineLocalActionItem extends ActionItem implements SetTypeActionItem { diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/model/DeleteActionItem.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/model/DeleteActionItem.java index 93894eb52..c0cb4cf0b 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/model/DeleteActionItem.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/model/DeleteActionItem.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ @@ -33,6 +33,7 @@ import java.util.Objects; /** * Delete property. + * * @author JPEXS */ public class DeleteActionItem extends ActionItem { diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/model/DirectValueActionItem.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/model/DirectValueActionItem.java index e976a9230..1b4d050a0 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/model/DirectValueActionItem.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/model/DirectValueActionItem.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ @@ -41,6 +41,7 @@ import java.util.Set; /** * Direct value. + * * @author JPEXS */ public class DirectValueActionItem extends ActionItem implements SimpleValue { diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/model/EnumerateActionItem.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/model/EnumerateActionItem.java index 892bfb79e..510be813e 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/model/EnumerateActionItem.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/model/EnumerateActionItem.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ @@ -32,6 +32,7 @@ import java.util.Objects; /** * Enumerate. + * * @author JPEXS */ public class EnumerateActionItem extends ActionItem { diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/model/EnumeratedValueActionItem.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/model/EnumeratedValueActionItem.java index 0dc35c02f..4cae889a3 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/model/EnumeratedValueActionItem.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/model/EnumeratedValueActionItem.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ @@ -30,6 +30,7 @@ import java.util.List; /** * Enumerated value. Helper item for loop detection. + * * @author JPEXS */ public class EnumeratedValueActionItem extends ActionItem implements BranchStackResistant { diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/model/EnumerationAssignmentValueActionItem.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/model/EnumerationAssignmentValueActionItem.java index c2af0ddd2..1396796ab 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/model/EnumerationAssignmentValueActionItem.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/model/EnumerationAssignmentValueActionItem.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ @@ -29,6 +29,7 @@ import java.util.List; /** * Enumeration assignment. Helper item for loop detection. + * * @author JPEXS */ public class EnumerationAssignmentValueActionItem extends ActionItem { diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/model/EvalActionItem.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/model/EvalActionItem.java index 25c2de845..1bfdc138e 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/model/EvalActionItem.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/model/EvalActionItem.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ @@ -29,6 +29,7 @@ import java.util.Objects; /** * Eval. + * * @author JPEXS */ public class EvalActionItem extends ActionItem { diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/model/ExtendsActionItem.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/model/ExtendsActionItem.java index 3d5b582cb..be85fb2b9 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/model/ExtendsActionItem.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/model/ExtendsActionItem.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ @@ -26,6 +26,7 @@ import java.util.Objects; /** * Extends. + * * @author JPEXS */ public class ExtendsActionItem extends ActionItem { diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/model/FSCommand2ActionItem.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/model/FSCommand2ActionItem.java index ead9261b1..a8095fb30 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/model/FSCommand2ActionItem.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/model/FSCommand2ActionItem.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ @@ -34,6 +34,7 @@ import java.util.Objects; /** * FSCommand2. + * * @author JPEXS */ public class FSCommand2ActionItem extends ActionItem { diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/model/FSCommandActionItem.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/model/FSCommandActionItem.java index 5526ca29c..96d78f1f8 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/model/FSCommandActionItem.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/model/FSCommandActionItem.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ @@ -34,6 +34,7 @@ import java.util.Objects; /** * FSCommand. + * * @author JPEXS */ public class FSCommandActionItem extends ActionItem { diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/model/FunctionActionItem.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/model/FunctionActionItem.java index 76f271343..ce2fb3380 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/model/FunctionActionItem.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/model/FunctionActionItem.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ @@ -47,6 +47,7 @@ import java.util.Set; /** * Function. + * * @author JPEXS */ public class FunctionActionItem extends ActionItem implements BranchStackResistant { diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/model/GetMemberActionItem.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/model/GetMemberActionItem.java index fca6639e9..3ab916a5f 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/model/GetMemberActionItem.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/model/GetMemberActionItem.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ @@ -34,6 +34,7 @@ import java.util.Objects; /** * Get member. + * * @author JPEXS */ public class GetMemberActionItem extends ActionItem { diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/model/GetPropertyActionItem.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/model/GetPropertyActionItem.java index 02398476e..9a5c90773 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/model/GetPropertyActionItem.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/model/GetPropertyActionItem.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ @@ -34,6 +34,7 @@ import java.util.Objects; /** * Get property. + * * @author JPEXS */ public class GetPropertyActionItem extends ActionItem { diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/model/GetTimeActionItem.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/model/GetTimeActionItem.java index a6cb93ddb..feb52164f 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/model/GetTimeActionItem.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/model/GetTimeActionItem.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ @@ -30,6 +30,7 @@ import java.util.Set; /** * Get time. + * * @author JPEXS */ public class GetTimeActionItem extends ActionItem { diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/model/GetURL2ActionItem.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/model/GetURL2ActionItem.java index 4c5893604..99bcbd295 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/model/GetURL2ActionItem.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/model/GetURL2ActionItem.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ @@ -34,6 +34,7 @@ import java.util.Objects; /** * Get URL2. + * * @author JPEXS */ public class GetURL2ActionItem extends ActionItem { diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/model/GetURLActionItem.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/model/GetURLActionItem.java index b63b3557b..5dbcde181 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/model/GetURLActionItem.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/model/GetURLActionItem.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ @@ -31,6 +31,7 @@ import java.util.Objects; /** * Get URL. + * * @author JPEXS */ public class GetURLActionItem extends ActionItem { diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/model/GetVariableActionItem.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/model/GetVariableActionItem.java index 9b7a63a7e..64e2a3ee4 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/model/GetVariableActionItem.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/model/GetVariableActionItem.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ @@ -36,6 +36,7 @@ import java.util.Set; /** * Get variable. + * * @author JPEXS */ public class GetVariableActionItem extends ActionItem { diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/model/GetVersionActionItem.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/model/GetVersionActionItem.java index 566acd4cd..60b74fe87 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/model/GetVersionActionItem.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/model/GetVersionActionItem.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ @@ -29,6 +29,7 @@ import java.util.List; /** * Get version. + * * @author JPEXS */ public class GetVersionActionItem extends ActionItem { diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/model/GotoFrame2ActionItem.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/model/GotoFrame2ActionItem.java index 4cc022b26..7ee0910b0 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/model/GotoFrame2ActionItem.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/model/GotoFrame2ActionItem.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ @@ -37,6 +37,7 @@ import java.util.Objects; /** * Goto frame, v2. + * * @author JPEXS */ public class GotoFrame2ActionItem extends ActionItem { diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/model/GotoFrameActionItem.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/model/GotoFrameActionItem.java index 57e9410f4..04024897b 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/model/GotoFrameActionItem.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/model/GotoFrameActionItem.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ @@ -28,6 +28,7 @@ import java.util.List; /** * Goto frame. + * * @author JPEXS */ public class GotoFrameActionItem extends ActionItem { diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/model/GotoLabelActionItem.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/model/GotoLabelActionItem.java index 5726066f5..ca860d2cc 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/model/GotoLabelActionItem.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/model/GotoLabelActionItem.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ @@ -30,6 +30,7 @@ import java.util.Objects; /** * Goto label. + * * @author JPEXS */ public class GotoLabelActionItem extends ActionItem { diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/model/ImplementsOpActionItem.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/model/ImplementsOpActionItem.java index e96e568fb..ef1a38885 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/model/ImplementsOpActionItem.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/model/ImplementsOpActionItem.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ @@ -26,6 +26,7 @@ import java.util.Objects; /** * Implements. + * * @author JPEXS */ public class ImplementsOpActionItem extends ActionItem { diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/model/IncrementActionItem.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/model/IncrementActionItem.java index 38198de85..3241b9dbb 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/model/IncrementActionItem.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/model/IncrementActionItem.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ @@ -32,6 +32,7 @@ import java.util.Set; /** * Increment. + * * @author JPEXS */ public class IncrementActionItem extends ActionItem { diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/model/InitArrayActionItem.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/model/InitArrayActionItem.java index 9029e2e47..89ef4bc70 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/model/InitArrayActionItem.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/model/InitArrayActionItem.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ @@ -31,6 +31,7 @@ import java.util.Objects; /** * Initialize array. + * * @author JPEXS */ public class InitArrayActionItem extends ActionItem { diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/model/InitObjectActionItem.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/model/InitObjectActionItem.java index 89a1c72ed..8bee12a7e 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/model/InitObjectActionItem.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/model/InitObjectActionItem.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ @@ -36,6 +36,7 @@ import java.util.Objects; /** * Initialize object. + * * @author JPEXS */ public class InitObjectActionItem extends ActionItem { diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/model/LoadMovieActionItem.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/model/LoadMovieActionItem.java index cf338f2c2..676f4adf9 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/model/LoadMovieActionItem.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/model/LoadMovieActionItem.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ @@ -33,6 +33,7 @@ import java.util.Objects; /** * Load movie. + * * @author JPEXS */ public class LoadMovieActionItem extends ActionItem { diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/model/LoadMovieNumActionItem.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/model/LoadMovieNumActionItem.java index f211a9cbb..a0cb1a912 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/model/LoadMovieNumActionItem.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/model/LoadMovieNumActionItem.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ @@ -34,6 +34,7 @@ import java.util.Objects; /** * Load movie num. + * * @author JPEXS */ public class LoadMovieNumActionItem extends ActionItem { diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/model/LoadVariablesActionItem.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/model/LoadVariablesActionItem.java index 70cf8fea7..662329e73 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/model/LoadVariablesActionItem.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/model/LoadVariablesActionItem.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ @@ -33,6 +33,7 @@ import java.util.Objects; /** * Load variables. + * * @author JPEXS */ public class LoadVariablesActionItem extends ActionItem { diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/model/LoadVariablesNumActionItem.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/model/LoadVariablesNumActionItem.java index ad0ff0b58..04dba6607 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/model/LoadVariablesNumActionItem.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/model/LoadVariablesNumActionItem.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ @@ -34,6 +34,7 @@ import java.util.Objects; /** * Load variables num. + * * @author JPEXS */ public class LoadVariablesNumActionItem extends ActionItem { diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/model/MBAsciiToCharActionItem.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/model/MBAsciiToCharActionItem.java index 76afb39e0..99a8f85c8 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/model/MBAsciiToCharActionItem.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/model/MBAsciiToCharActionItem.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ @@ -31,6 +31,7 @@ import java.util.Objects; /** * Multibyte ascii code to character. + * * @author JPEXS */ public class MBAsciiToCharActionItem extends ActionItem { diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/model/MBCharToAsciiActionItem.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/model/MBCharToAsciiActionItem.java index b9d32f21b..8da6bce7e 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/model/MBCharToAsciiActionItem.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/model/MBCharToAsciiActionItem.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ @@ -30,6 +30,7 @@ import java.util.Objects; /** * Multibyte character to ASCII. + * * @author JPEXS */ public class MBCharToAsciiActionItem extends ActionItem { diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/model/MBStringExtractActionItem.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/model/MBStringExtractActionItem.java index 6e9983888..46d2f4de3 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/model/MBStringExtractActionItem.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/model/MBStringExtractActionItem.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ @@ -32,6 +32,7 @@ import java.util.Objects; /** * Multibyte string extract. + * * @author JPEXS */ public class MBStringExtractActionItem extends ActionItem { diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/model/MBStringLengthActionItem.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/model/MBStringLengthActionItem.java index b4a82232e..f6e3db6b3 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/model/MBStringLengthActionItem.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/model/MBStringLengthActionItem.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ @@ -31,6 +31,7 @@ import java.util.Objects; /** * Multibyte string length. + * * @author JPEXS */ public class MBStringLengthActionItem extends ActionItem { diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/model/NewMethodActionItem.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/model/NewMethodActionItem.java index d6a142fd8..4c4d3da73 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/model/NewMethodActionItem.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/model/NewMethodActionItem.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ @@ -33,6 +33,7 @@ import java.util.Objects; /** * New method. + * * @author JPEXS */ public class NewMethodActionItem extends ActionItem { diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/model/NewObjectActionItem.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/model/NewObjectActionItem.java index be92622eb..96f07a597 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/model/NewObjectActionItem.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/model/NewObjectActionItem.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ @@ -32,6 +32,7 @@ import java.util.Objects; /** * New object. + * * @author JPEXS */ public class NewObjectActionItem extends ActionItem { diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/model/NextFrameActionItem.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/model/NextFrameActionItem.java index 9928154b8..efa056c42 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/model/NextFrameActionItem.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/model/NextFrameActionItem.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ @@ -30,6 +30,7 @@ import java.util.List; /** * Next frame. + * * @author JPEXS */ public class NextFrameActionItem extends ActionItem { diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/model/PlayActionItem.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/model/PlayActionItem.java index f72350c6e..4c0c04495 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/model/PlayActionItem.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/model/PlayActionItem.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ @@ -30,6 +30,7 @@ import java.util.List; /** * Play. + * * @author JPEXS */ public class PlayActionItem extends ActionItem { diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/model/PopActionItem.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/model/PopActionItem.java index 9bc0edc96..b2e07718b 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/model/PopActionItem.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/model/PopActionItem.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ @@ -27,6 +27,7 @@ import java.util.List; /** * Pop the object from the stack. + * * @author JPEXS */ public class PopActionItem extends ActionItem { diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/model/PostDecrementActionItem.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/model/PostDecrementActionItem.java index eec2828b7..7710da944 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/model/PostDecrementActionItem.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/model/PostDecrementActionItem.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ @@ -41,6 +41,7 @@ import java.util.Objects; /** * Post decrement. + * * @author JPEXS */ public class PostDecrementActionItem extends ActionItem implements SetTypeActionItem { diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/model/PostIncrementActionItem.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/model/PostIncrementActionItem.java index 0dab24871..9f201a6de 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/model/PostIncrementActionItem.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/model/PostIncrementActionItem.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ @@ -41,6 +41,7 @@ import java.util.Objects; /** * Post increment. + * * @author JPEXS */ public class PostIncrementActionItem extends ActionItem implements SetTypeActionItem { diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/model/PrevFrameActionItem.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/model/PrevFrameActionItem.java index c2bb51757..7112d4f07 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/model/PrevFrameActionItem.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/model/PrevFrameActionItem.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ @@ -30,6 +30,7 @@ import java.util.List; /** * Previous frame. + * * @author JPEXS */ public class PrevFrameActionItem extends ActionItem { diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/model/PrintActionItem.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/model/PrintActionItem.java index 4164ea534..2836596b6 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/model/PrintActionItem.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/model/PrintActionItem.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ @@ -34,6 +34,7 @@ import java.util.Objects; /** * Print. + * * @author JPEXS */ public class PrintActionItem extends ActionItem { diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/model/PrintAsBitmapActionItem.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/model/PrintAsBitmapActionItem.java index 99fbb9394..323eab974 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/model/PrintAsBitmapActionItem.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/model/PrintAsBitmapActionItem.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ @@ -34,6 +34,7 @@ import java.util.Objects; /** * Print as bitmap. + * * @author JPEXS */ public class PrintAsBitmapActionItem extends ActionItem { diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/model/PrintAsBitmapNumActionItem.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/model/PrintAsBitmapNumActionItem.java index aea1e58c2..113540ef0 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/model/PrintAsBitmapNumActionItem.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/model/PrintAsBitmapNumActionItem.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ @@ -34,6 +34,7 @@ import java.util.Objects; /** * Print as bitmap num. + * * @author JPEXS */ public class PrintAsBitmapNumActionItem extends ActionItem { diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/model/PrintNumActionItem.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/model/PrintNumActionItem.java index ff81b5ff4..c394c9ae3 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/model/PrintNumActionItem.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/model/PrintNumActionItem.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ @@ -34,6 +34,7 @@ import java.util.Objects; /** * Print num. + * * @author JPEXS */ public class PrintNumActionItem extends ActionItem { diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/model/RandomNumberActionItem.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/model/RandomNumberActionItem.java index e52936d0b..bb20217ae 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/model/RandomNumberActionItem.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/model/RandomNumberActionItem.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ @@ -32,6 +32,7 @@ import java.util.Random; /** * Random number. + * * @author JPEXS */ public class RandomNumberActionItem extends ActionItem { diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/model/RemoveSpriteActionItem.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/model/RemoveSpriteActionItem.java index eb81a9021..458f91bc0 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/model/RemoveSpriteActionItem.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/model/RemoveSpriteActionItem.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ @@ -33,6 +33,7 @@ import java.util.Objects; /** * Remove sprite. + * * @author JPEXS */ public class RemoveSpriteActionItem extends ActionItem { diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/model/ReturnActionItem.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/model/ReturnActionItem.java index 657520cf2..e0e5833c3 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/model/ReturnActionItem.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/model/ReturnActionItem.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ @@ -42,6 +42,7 @@ import java.util.Set; /** * Return value from function. + * * @author JPEXS */ public class ReturnActionItem extends ActionItem implements ExitItem { diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/model/SetMemberActionItem.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/model/SetMemberActionItem.java index f5e308cdc..1d502a696 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/model/SetMemberActionItem.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/model/SetMemberActionItem.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ @@ -37,6 +37,7 @@ import java.util.Objects; /** * Set member. + * * @author JPEXS */ public class SetMemberActionItem extends ActionItem implements SetTypeActionItem { diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/model/SetPropertyActionItem.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/model/SetPropertyActionItem.java index 125267783..6f1d8ffe5 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/model/SetPropertyActionItem.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/model/SetPropertyActionItem.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ @@ -36,6 +36,7 @@ import java.util.Objects; /** * Set property. + * * @author JPEXS */ public class SetPropertyActionItem extends ActionItem implements SetTypeActionItem { diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/model/SetTarget2ActionItem.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/model/SetTarget2ActionItem.java index c0efce547..d9e2f88eb 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/model/SetTarget2ActionItem.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/model/SetTarget2ActionItem.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ @@ -29,6 +29,7 @@ import java.util.Objects; /** * Set target, v2. + * * @author JPEXS */ public class SetTarget2ActionItem extends ActionItem { diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/model/SetTargetActionItem.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/model/SetTargetActionItem.java index 3c19b76ba..9a61814e1 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/model/SetTargetActionItem.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/model/SetTargetActionItem.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ @@ -29,6 +29,7 @@ import java.util.Objects; /** * Set target. + * * @author JPEXS */ public class SetTargetActionItem extends ActionItem { diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/model/SetTypeActionItem.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/model/SetTypeActionItem.java index 1c37174cd..cab84f807 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/model/SetTypeActionItem.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/model/SetTypeActionItem.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ @@ -20,6 +20,7 @@ import com.jpexs.decompiler.graph.GraphTargetItem; /** * Set type action item interface. + * * @author JPEXS */ public interface SetTypeActionItem { diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/model/SetVariableActionItem.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/model/SetVariableActionItem.java index dda979699..40dc077b5 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/model/SetVariableActionItem.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/model/SetVariableActionItem.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ @@ -40,6 +40,7 @@ import java.util.Set; /** * Set variable. + * * @author JPEXS */ public class SetVariableActionItem extends ActionItem implements SetTypeActionItem { diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/model/StartDragActionItem.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/model/StartDragActionItem.java index b0d2bbea0..e45c7f58c 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/model/StartDragActionItem.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/model/StartDragActionItem.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ @@ -35,6 +35,7 @@ import java.util.Objects; /** * Start drag. + * * @author JPEXS */ public class StartDragActionItem extends ActionItem { diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/model/StopActionItem.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/model/StopActionItem.java index 4c284232c..8c0258030 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/model/StopActionItem.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/model/StopActionItem.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ @@ -30,6 +30,7 @@ import java.util.List; /** * Stop. + * * @author JPEXS */ public class StopActionItem extends ActionItem { diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/model/StopAllSoundsActionItem.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/model/StopAllSoundsActionItem.java index b57656c41..b0b8c6b08 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/model/StopAllSoundsActionItem.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/model/StopAllSoundsActionItem.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ @@ -30,6 +30,7 @@ import java.util.List; /** * Stop all sounds. + * * @author JPEXS */ public class StopAllSoundsActionItem extends ActionItem { diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/model/StopDragActionItem.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/model/StopDragActionItem.java index 0622dde56..f2d856235 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/model/StopDragActionItem.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/model/StopDragActionItem.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ @@ -30,6 +30,7 @@ import java.util.List; /** * Stop drag. + * * @author JPEXS */ public class StopDragActionItem extends ActionItem { diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/model/StoreRegisterActionItem.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/model/StoreRegisterActionItem.java index d90c2e313..e20b02793 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/model/StoreRegisterActionItem.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/model/StoreRegisterActionItem.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ @@ -36,6 +36,7 @@ import java.util.Objects; /** * Store value to a register. + * * @author JPEXS */ public class StoreRegisterActionItem extends ActionItem implements SetTypeActionItem { diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/model/StrictModeActionItem.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/model/StrictModeActionItem.java index f7dcc55d7..a4cc947c4 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/model/StrictModeActionItem.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/model/StrictModeActionItem.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ @@ -22,6 +22,7 @@ import com.jpexs.decompiler.graph.model.LocalData; /** * Strict mode. + * * @author JPEXS */ public class StrictModeActionItem extends ActionItem { diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/model/StringExtractActionItem.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/model/StringExtractActionItem.java index 94e2cf6a5..e1cb62413 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/model/StringExtractActionItem.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/model/StringExtractActionItem.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ @@ -31,6 +31,7 @@ import java.util.Objects; /** * Extract a substring from a string. + * * @author JPEXS */ public class StringExtractActionItem extends ActionItem { diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/model/StringLengthActionItem.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/model/StringLengthActionItem.java index 5b7357200..9a9ec25e0 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/model/StringLengthActionItem.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/model/StringLengthActionItem.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ @@ -31,6 +31,7 @@ import java.util.Set; /** * Get length of a string. + * * @author JPEXS */ public class StringLengthActionItem extends ActionItem { diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/model/TargetPathActionItem.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/model/TargetPathActionItem.java index 5ea4014b1..443573b24 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/model/TargetPathActionItem.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/model/TargetPathActionItem.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ @@ -30,6 +30,7 @@ import java.util.Objects; /** * Get target path. + * * @author JPEXS */ public class TargetPathActionItem extends ActionItem { diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/model/TemporaryRegister.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/model/TemporaryRegister.java index 3ce9ef080..193a20cf1 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/model/TemporaryRegister.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/model/TemporaryRegister.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ @@ -26,6 +26,7 @@ import java.util.Objects; /** * Temporary register. + * * @author JPEXS */ public class TemporaryRegister extends ActionItem { diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/model/TemporaryRegisterMark.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/model/TemporaryRegisterMark.java index 2cfa17d74..71acd41cd 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/model/TemporaryRegisterMark.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/model/TemporaryRegisterMark.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ @@ -21,6 +21,7 @@ import com.jpexs.decompiler.graph.model.LocalData; /** * Temporary register mark. + * * @author JPEXS */ public class TemporaryRegisterMark extends ActionItem { diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/model/ThrowActionItem.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/model/ThrowActionItem.java index c4f9ce81c..c0bcb07f3 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/model/ThrowActionItem.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/model/ThrowActionItem.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ @@ -31,6 +31,7 @@ import java.util.Objects; /** * Throw an exception. + * * @author JPEXS */ public class ThrowActionItem extends ActionItem implements ExitItem { diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/model/ToIntegerActionItem.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/model/ToIntegerActionItem.java index 3b914bc4b..c73024e74 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/model/ToIntegerActionItem.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/model/ToIntegerActionItem.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ @@ -31,6 +31,7 @@ import java.util.Objects; /** * To integer conversion. + * * @author JPEXS */ public class ToIntegerActionItem extends ActionItem { diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/model/ToNumberActionItem.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/model/ToNumberActionItem.java index 61744e201..fac1c0bef 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/model/ToNumberActionItem.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/model/ToNumberActionItem.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ @@ -30,6 +30,7 @@ import java.util.Objects; /** * To number conversion. + * * @author JPEXS */ public class ToNumberActionItem extends ActionItem { diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/model/ToStringActionItem.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/model/ToStringActionItem.java index 4b834d0f7..8fe3dc0d9 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/model/ToStringActionItem.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/model/ToStringActionItem.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ @@ -31,6 +31,7 @@ import java.util.Objects; /** * To string conversion. + * * @author JPEXS */ public class ToStringActionItem extends ActionItem { diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/model/ToggleHighQualityActionItem.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/model/ToggleHighQualityActionItem.java index 49ebed295..632131289 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/model/ToggleHighQualityActionItem.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/model/ToggleHighQualityActionItem.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ @@ -30,6 +30,7 @@ import java.util.List; /** * Toggle high quality. + * * @author JPEXS */ public class ToggleHighQualityActionItem extends ActionItem { diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/model/TraceActionItem.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/model/TraceActionItem.java index 75f49d2c2..933b0309e 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/model/TraceActionItem.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/model/TraceActionItem.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ @@ -33,6 +33,7 @@ import java.util.Objects; /** * Trace. + * * @author JPEXS */ public class TraceActionItem extends ActionItem { diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/model/TypeOfActionItem.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/model/TypeOfActionItem.java index 535a0c076..ecd8c0663 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/model/TypeOfActionItem.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/model/TypeOfActionItem.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ @@ -34,6 +34,7 @@ import java.util.Set; /** * Get type of value. + * * @author JPEXS */ public class TypeOfActionItem extends ActionItem { diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/model/UnLoadMovieActionItem.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/model/UnLoadMovieActionItem.java index 6bd75ee00..c93729703 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/model/UnLoadMovieActionItem.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/model/UnLoadMovieActionItem.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ @@ -33,6 +33,7 @@ import java.util.Objects; /** * Unload movie. + * * @author JPEXS */ public class UnLoadMovieActionItem extends ActionItem { diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/model/UnLoadMovieNumActionItem.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/model/UnLoadMovieNumActionItem.java index 805949d97..2197c139a 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/model/UnLoadMovieNumActionItem.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/model/UnLoadMovieNumActionItem.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ @@ -35,6 +35,7 @@ import java.util.Objects; /** * Unload movie num. + * * @author JPEXS */ public class UnLoadMovieNumActionItem extends ActionItem { diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/model/UnresolvedConstantActionItem.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/model/UnresolvedConstantActionItem.java index aa2f919ad..986a33cb3 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/model/UnresolvedConstantActionItem.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/model/UnresolvedConstantActionItem.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ @@ -34,6 +34,7 @@ import java.util.Set; /** * Unresolved constant. + * * @author JPEXS */ public class UnresolvedConstantActionItem extends ActionItem implements SimpleValue { diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/model/UnsupportedActionItem.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/model/UnsupportedActionItem.java index 6182c315f..27854eeb1 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/model/UnsupportedActionItem.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/model/UnsupportedActionItem.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ @@ -25,6 +25,7 @@ import java.util.Objects; /** * Unsupported. + * * @author JPEXS */ public class UnsupportedActionItem extends ActionItem { diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/model/clauses/ClassActionItem.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/model/clauses/ClassActionItem.java index 76bc5daf1..20a982930 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/model/clauses/ClassActionItem.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/model/clauses/ClassActionItem.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ @@ -44,6 +44,7 @@ import java.util.Set; /** * ActionScript2 class. + * * @author JPEXS */ public class ClassActionItem extends ActionItem implements Block { diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/model/clauses/ForInActionItem.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/model/clauses/ForInActionItem.java index c5b58ccab..40de6dc52 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/model/clauses/ForInActionItem.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/model/clauses/ForInActionItem.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ @@ -51,6 +51,7 @@ import java.util.List; /** * For in loop. + * * @author JPEXS */ public class ForInActionItem extends LoopActionItem implements Block { diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/model/clauses/IfFrameLoadedActionItem.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/model/clauses/IfFrameLoadedActionItem.java index 7b66be983..27f4b4656 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/model/clauses/IfFrameLoadedActionItem.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/model/clauses/IfFrameLoadedActionItem.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ @@ -35,6 +35,7 @@ import java.util.List; /** * IfFrameLoaded clause. + * * @author JPEXS */ public class IfFrameLoadedActionItem extends ActionItem implements Block { diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/model/clauses/InterfaceActionItem.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/model/clauses/InterfaceActionItem.java index e0c7fe44f..6ef6166c5 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/model/clauses/InterfaceActionItem.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/model/clauses/InterfaceActionItem.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ @@ -32,6 +32,7 @@ import java.util.List; /** * Interface. + * * @author JPEXS */ public class InterfaceActionItem extends ActionItem { diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/model/clauses/LoopActionItem.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/model/clauses/LoopActionItem.java index 657eec460..2782b9fd6 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/model/clauses/LoopActionItem.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/model/clauses/LoopActionItem.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ @@ -22,6 +22,7 @@ import com.jpexs.decompiler.graph.Loop; /** * Loop. + * * @author JPEXS */ public abstract class LoopActionItem extends ActionItem { diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/model/clauses/TellTargetActionItem.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/model/clauses/TellTargetActionItem.java index ef862fe95..5b38adbce 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/model/clauses/TellTargetActionItem.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/model/clauses/TellTargetActionItem.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ @@ -39,6 +39,7 @@ import java.util.List; /** * Tell target. + * * @author JPEXS */ public class TellTargetActionItem extends ActionItem implements Block { diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/model/clauses/TryActionItem.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/model/clauses/TryActionItem.java index 7ec7ce839..fde64467e 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/model/clauses/TryActionItem.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/model/clauses/TryActionItem.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ @@ -51,6 +51,7 @@ import java.util.logging.Logger; /** * Try statement. + * * @author JPEXS */ public class TryActionItem extends ActionItem implements Block { diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/model/clauses/WithActionItem.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/model/clauses/WithActionItem.java index c9e051063..8e0281a33 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/model/clauses/WithActionItem.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/model/clauses/WithActionItem.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ @@ -33,6 +33,7 @@ import java.util.List; /** * With statement. + * * @author JPEXS */ public class WithActionItem extends ActionItem { diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/model/clauses/package-info.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/model/clauses/package-info.java index 808d48682..5c60335e0 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/model/clauses/package-info.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/model/clauses/package-info.java @@ -1,4 +1,4 @@ /** * High-level ActionScript 1/2 model of various clauses. */ -package com.jpexs.decompiler.flash.action.model.clauses; \ No newline at end of file +package com.jpexs.decompiler.flash.action.model.clauses; diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/model/operations/AddActionItem.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/model/operations/AddActionItem.java index 0e655a849..50ddbd9fc 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/model/operations/AddActionItem.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/model/operations/AddActionItem.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ @@ -36,6 +36,7 @@ import java.util.List; /** * Add. + * * @author JPEXS */ public class AddActionItem extends BinaryOpItem implements CompoundableBinaryOpAs12 { diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/model/operations/AndActionItem.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/model/operations/AndActionItem.java index 8f5f0a4ad..bcb78c912 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/model/operations/AndActionItem.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/model/operations/AndActionItem.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ @@ -30,6 +30,7 @@ import java.util.List; /** * Logical AND. + * * @author JPEXS */ public class AndActionItem extends BinaryOpItem { diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/model/operations/BitAndActionItem.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/model/operations/BitAndActionItem.java index e3bfd7e98..12e8e19ed 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/model/operations/BitAndActionItem.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/model/operations/BitAndActionItem.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ @@ -29,6 +29,7 @@ import java.util.List; /** * Bitwise AND. + * * @author JPEXS */ public class BitAndActionItem extends BitwiseBinaryOpActionItem { @@ -61,5 +62,5 @@ public class BitAndActionItem extends BitwiseBinaryOpActionItem { List ret = new ArrayList<>(); ret.add(new ActionBitAnd()); return ret; - } + } } diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/model/operations/BitOrActionItem.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/model/operations/BitOrActionItem.java index 1d3b915b6..a601db594 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/model/operations/BitOrActionItem.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/model/operations/BitOrActionItem.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ @@ -29,6 +29,7 @@ import java.util.List; /** * Bitwise OR. + * * @author JPEXS */ public class BitOrActionItem extends BitwiseBinaryOpActionItem { diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/model/operations/BitXorActionItem.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/model/operations/BitXorActionItem.java index ff55feb7e..ace753377 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/model/operations/BitXorActionItem.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/model/operations/BitXorActionItem.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ @@ -32,6 +32,7 @@ import java.util.List; /** * Bitwise XOR. + * * @author JPEXS */ public class BitXorActionItem extends BitwiseBinaryOpActionItem { diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/model/operations/BitwiseBinaryOpActionItem.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/model/operations/BitwiseBinaryOpActionItem.java index 334da908c..51f843d46 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/model/operations/BitwiseBinaryOpActionItem.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/model/operations/BitwiseBinaryOpActionItem.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ @@ -26,18 +26,19 @@ import com.jpexs.decompiler.graph.model.LocalData; /** * Bitwise binary operation. + * * @author JPEXS */ public abstract class BitwiseBinaryOpActionItem extends BinaryOpItem implements CompoundableBinaryOpAs12 { - + public BitwiseBinaryOpActionItem(GraphSourceItem instruction, GraphSourceItem lineStartItem, int precedence, GraphTargetItem leftSide, GraphTargetItem rightSide, String operator, String coerceLeft, String coerceRight) { super(instruction, lineStartItem, precedence, leftSide, rightSide, operator, coerceLeft, coerceRight); } - + @Override protected void operandToString(GraphTargetItem operand, GraphTextWriter writer, LocalData localData) throws InterruptedException { - if ((operand instanceof DirectValueActionItem) && (((DirectValueActionItem)operand).value instanceof Long)) { - long val = (long)(Long)((DirectValueActionItem)operand).value; + if ((operand instanceof DirectValueActionItem) && (((DirectValueActionItem) operand).value instanceof Long)) { + long val = (long) (Long) ((DirectValueActionItem) operand).value; if (val > 9) { String valHex = Long.toHexString(val).toUpperCase(); if (valHex.length() % 2 == 1) { @@ -48,5 +49,5 @@ public abstract class BitwiseBinaryOpActionItem extends BinaryOpItem implements } } operand.toString(writer, localData, ""); - } + } } diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/model/operations/DivideActionItem.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/model/operations/DivideActionItem.java index f19744557..75c1592d0 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/model/operations/DivideActionItem.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/model/operations/DivideActionItem.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ @@ -30,6 +30,7 @@ import java.util.List; /** * Divide. + * * @author JPEXS */ public class DivideActionItem extends BinaryOpItem implements CompoundableBinaryOpAs12 { diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/model/operations/EqActionItem.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/model/operations/EqActionItem.java index 7132f610a..1760b9a4a 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/model/operations/EqActionItem.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/model/operations/EqActionItem.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ @@ -33,6 +33,7 @@ import java.util.List; /** * Equality. + * * @author JPEXS */ public class EqActionItem extends BinaryOpItem implements LogicalOpItem, EqualsTypeItem { diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/model/operations/GeActionItem.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/model/operations/GeActionItem.java index 78c27120d..39d878a9b 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/model/operations/GeActionItem.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/model/operations/GeActionItem.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ @@ -36,6 +36,7 @@ import java.util.List; /** * Greater or equal. + * * @author JPEXS */ public class GeActionItem extends BinaryOpItem implements LogicalOpItem, Inverted { diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/model/operations/GtActionItem.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/model/operations/GtActionItem.java index 75faebcff..06c832930 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/model/operations/GtActionItem.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/model/operations/GtActionItem.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ @@ -35,6 +35,7 @@ import java.util.List; /** * Greater. + * * @author JPEXS */ public class GtActionItem extends BinaryOpItem implements LogicalOpItem { diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/model/operations/InActionItem.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/model/operations/InActionItem.java index 4fc82c42a..729116732 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/model/operations/InActionItem.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/model/operations/InActionItem.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ @@ -27,6 +27,7 @@ import java.util.Set; /** * Check if object is part of another object. + * * @author JPEXS */ public class InActionItem extends BinaryOpItem { diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/model/operations/InstanceOfActionItem.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/model/operations/InstanceOfActionItem.java index 639176fe6..c16d2c3aa 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/model/operations/InstanceOfActionItem.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/model/operations/InstanceOfActionItem.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ @@ -30,6 +30,7 @@ import java.util.Set; /** * Check if object is instance of class. + * * @author JPEXS */ public class InstanceOfActionItem extends BinaryOpItem { diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/model/operations/Inverted.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/model/operations/Inverted.java index 2814a9587..0a03c4ac0 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/model/operations/Inverted.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/model/operations/Inverted.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ @@ -21,6 +21,7 @@ import com.jpexs.decompiler.graph.GraphTargetItem; /** * Inverted interface. + * * @author JPEXS */ public interface Inverted { diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/model/operations/LShiftActionItem.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/model/operations/LShiftActionItem.java index 94c7e39d4..9f1df5260 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/model/operations/LShiftActionItem.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/model/operations/LShiftActionItem.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ @@ -31,6 +31,7 @@ import java.util.List; /** * Bitwise left shift. + * * @author JPEXS */ public class LShiftActionItem extends BinaryOpItem implements CompoundableBinaryOpAs12 { diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/model/operations/LeActionItem.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/model/operations/LeActionItem.java index 42d3792ba..cb1fb2bef 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/model/operations/LeActionItem.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/model/operations/LeActionItem.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ @@ -36,6 +36,7 @@ import java.util.List; /** * Less or equal. + * * @author JPEXS */ public class LeActionItem extends BinaryOpItem implements LogicalOpItem, Inverted { diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/model/operations/LtActionItem.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/model/operations/LtActionItem.java index 81c61101c..4c9c616e9 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/model/operations/LtActionItem.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/model/operations/LtActionItem.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ @@ -35,6 +35,7 @@ import java.util.List; /** * Less than. + * * @author JPEXS */ public class LtActionItem extends BinaryOpItem implements LogicalOpItem { diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/model/operations/ModuloActionItem.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/model/operations/ModuloActionItem.java index a7cd2e39a..81bac9459 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/model/operations/ModuloActionItem.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/model/operations/ModuloActionItem.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ @@ -30,6 +30,7 @@ import java.util.List; /** * Modulo. + * * @author JPEXS */ public class ModuloActionItem extends BinaryOpItem implements CompoundableBinaryOpAs12 { diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/model/operations/MultiplyActionItem.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/model/operations/MultiplyActionItem.java index d4484fc73..851f78385 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/model/operations/MultiplyActionItem.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/model/operations/MultiplyActionItem.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ @@ -30,6 +30,7 @@ import java.util.List; /** * Multiply. + * * @author JPEXS */ public class MultiplyActionItem extends BinaryOpItem implements CompoundableBinaryOpAs12 { diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/model/operations/NeqActionItem.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/model/operations/NeqActionItem.java index e67d8384b..537569755 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/model/operations/NeqActionItem.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/model/operations/NeqActionItem.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ @@ -34,6 +34,7 @@ import java.util.List; /** * Not equals. + * * @author JPEXS */ public class NeqActionItem extends BinaryOpItem implements LogicalOpItem, Inverted, NotEqualsTypeItem { diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/model/operations/OrActionItem.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/model/operations/OrActionItem.java index 42b764f26..0504a7b19 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/model/operations/OrActionItem.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/model/operations/OrActionItem.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ @@ -30,6 +30,7 @@ import java.util.List; /** * Logical OR. + * * @author JPEXS */ public class OrActionItem extends BinaryOpItem { diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/model/operations/PreDecrementActionItem.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/model/operations/PreDecrementActionItem.java index 2b54c7208..9cd3751e5 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/model/operations/PreDecrementActionItem.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/model/operations/PreDecrementActionItem.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ @@ -40,6 +40,7 @@ import java.util.List; /** * Pre decrement. + * * @author JPEXS */ public class PreDecrementActionItem extends UnaryOpItem { diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/model/operations/PreIncrementActionItem.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/model/operations/PreIncrementActionItem.java index 98392d909..632cabf58 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/model/operations/PreIncrementActionItem.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/model/operations/PreIncrementActionItem.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ @@ -40,6 +40,7 @@ import java.util.List; /** * Pre increment. + * * @author JPEXS */ public class PreIncrementActionItem extends UnaryOpItem { diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/model/operations/RShiftActionItem.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/model/operations/RShiftActionItem.java index f7f9fd432..8bedbd9d3 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/model/operations/RShiftActionItem.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/model/operations/RShiftActionItem.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ @@ -31,6 +31,7 @@ import java.util.List; /** * Bitwise right shift. + * * @author JPEXS */ public class RShiftActionItem extends BinaryOpItem implements CompoundableBinaryOpAs12 { diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/model/operations/StrictEqActionItem.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/model/operations/StrictEqActionItem.java index 3062b14c6..68c01e054 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/model/operations/StrictEqActionItem.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/model/operations/StrictEqActionItem.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ @@ -32,6 +32,7 @@ import java.util.List; /** * Strict equality. + * * @author JPEXS */ public class StrictEqActionItem extends BinaryOpItem implements LogicalOpItem, Inverted, EqualsTypeItem { diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/model/operations/StrictNeqActionItem.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/model/operations/StrictNeqActionItem.java index afea6d3fc..1e8f50d6f 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/model/operations/StrictNeqActionItem.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/model/operations/StrictNeqActionItem.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ @@ -33,6 +33,7 @@ import java.util.List; /** * Strict not equals. + * * @author JPEXS */ public class StrictNeqActionItem extends BinaryOpItem implements LogicalOpItem, Inverted, NotEqualsTypeItem { diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/model/operations/StringAddActionItem.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/model/operations/StringAddActionItem.java index c4455905e..dbefcb74c 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/model/operations/StringAddActionItem.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/model/operations/StringAddActionItem.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ @@ -31,6 +31,7 @@ import java.util.Set; /** * String add. + * * @author JPEXS */ public class StringAddActionItem extends BinaryOpItem { diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/model/operations/StringEqActionItem.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/model/operations/StringEqActionItem.java index d787dbb1f..1c53d7d56 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/model/operations/StringEqActionItem.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/model/operations/StringEqActionItem.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ @@ -31,6 +31,7 @@ import java.util.Set; /** * String equality. + * * @author JPEXS */ public class StringEqActionItem extends BinaryOpItem implements Inverted { diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/model/operations/StringGeActionItem.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/model/operations/StringGeActionItem.java index b2fe3f64e..8e6a22c23 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/model/operations/StringGeActionItem.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/model/operations/StringGeActionItem.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ @@ -32,6 +32,7 @@ import java.util.Set; /** * String greater or equal. + * * @author JPEXS */ public class StringGeActionItem extends BinaryOpItem implements Inverted { diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/model/operations/StringGtActionItem.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/model/operations/StringGtActionItem.java index eeb2d14b1..12c5fef18 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/model/operations/StringGtActionItem.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/model/operations/StringGtActionItem.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ @@ -33,6 +33,7 @@ import java.util.Set; /** * String greater. + * * @author JPEXS */ public class StringGtActionItem extends BinaryOpItem implements Inverted { diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/model/operations/StringLeActionItem.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/model/operations/StringLeActionItem.java index 44b81ce6c..1593855f8 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/model/operations/StringLeActionItem.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/model/operations/StringLeActionItem.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ @@ -34,6 +34,7 @@ import java.util.Set; /** * String less or equal. + * * @author JPEXS */ public class StringLeActionItem extends BinaryOpItem implements Inverted { diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/model/operations/StringLtActionItem.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/model/operations/StringLtActionItem.java index 5b399440a..3ccd3ef37 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/model/operations/StringLtActionItem.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/model/operations/StringLtActionItem.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ @@ -31,6 +31,7 @@ import java.util.Set; /** * String less. + * * @author JPEXS */ public class StringLtActionItem extends BinaryOpItem implements Inverted { diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/model/operations/StringNeActionItem.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/model/operations/StringNeActionItem.java index 69eb27038..4dab65d65 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/model/operations/StringNeActionItem.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/model/operations/StringNeActionItem.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ @@ -31,6 +31,7 @@ import java.util.Set; /** * String not equal. + * * @author JPEXS */ public class StringNeActionItem extends BinaryOpItem implements Inverted { diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/model/operations/SubtractActionItem.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/model/operations/SubtractActionItem.java index f00f9ebf7..8c3f8968e 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/model/operations/SubtractActionItem.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/model/operations/SubtractActionItem.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ @@ -33,6 +33,7 @@ import java.util.List; /** * Subtract. + * * @author JPEXS */ public class SubtractActionItem extends BinaryOpItem implements CompoundableBinaryOpAs12 { diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/model/operations/URShiftActionItem.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/model/operations/URShiftActionItem.java index e554d1bde..9fe5f50e1 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/model/operations/URShiftActionItem.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/model/operations/URShiftActionItem.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ @@ -30,6 +30,7 @@ import java.util.List; /** * Bitwise unsigned right shift. + * * @author JPEXS */ public class URShiftActionItem extends BinaryOpItem implements CompoundableBinaryOpAs12 { diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/model/operations/package-info.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/model/operations/package-info.java index b32b827d2..f60b316a8 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/model/operations/package-info.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/model/operations/package-info.java @@ -1,4 +1,4 @@ /** * High-level ActionScript 1/2 model of operations. */ -package com.jpexs.decompiler.flash.action.model.operations; \ No newline at end of file +package com.jpexs.decompiler.flash.action.model.operations; diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/model/package-info.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/model/package-info.java index 51b0bbd87..cababea56 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/model/package-info.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/model/package-info.java @@ -1,4 +1,4 @@ /** * ActionScript1/2 high-level model. */ -package com.jpexs.decompiler.flash.action.model; \ No newline at end of file +package com.jpexs.decompiler.flash.action.model; diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/package-info.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/package-info.java index ac29ca3ae..753f247d4 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/package-info.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/package-info.java @@ -1,4 +1,4 @@ /** * Parsing, decompiling and execution of ActionScript 1/2 bytecode. */ -package com.jpexs.decompiler.flash.action; \ No newline at end of file +package com.jpexs.decompiler.flash.action; diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/parser/ActionParseException.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/parser/ActionParseException.java index b47d496dc..282e537bc 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/parser/ActionParseException.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/parser/ActionParseException.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ @@ -20,6 +20,7 @@ import com.jpexs.decompiler.flash.ParseException; /** * Exception for action parsing errors + * * @author JPEXS */ public class ActionParseException extends ParseException { diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/parser/package-info.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/parser/package-info.java index be45291fb..8af3597c4 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/parser/package-info.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/parser/package-info.java @@ -1,4 +1,4 @@ /** * Parsing ActionScript 1/2 scripts and P-code. */ -package com.jpexs.decompiler.flash.action.parser; \ No newline at end of file +package com.jpexs.decompiler.flash.action.parser; diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/parser/pcode/ASMParsedSymbol.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/parser/pcode/ASMParsedSymbol.java index a9f6e7da4..853587ab5 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/parser/pcode/ASMParsedSymbol.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/parser/pcode/ASMParsedSymbol.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ @@ -18,6 +18,7 @@ package com.jpexs.decompiler.flash.action.parser.pcode; /** * ActionScript 1-2 P-code parsed symbol. + * * @author JPEXS */ public class ASMParsedSymbol { diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/parser/pcode/ASMParser.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/parser/pcode/ASMParser.java index ed5edf252..660096caf 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/parser/pcode/ASMParser.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/parser/pcode/ASMParser.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ @@ -139,6 +139,7 @@ import java.util.logging.Logger; /** * ActionScript 1-2 parser. + * * @author JPEXS */ public class ASMParser { diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/parser/pcode/FlasmLexer.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/parser/pcode/FlasmLexer.java index b9c4a9415..36f4d4d7b 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/parser/pcode/FlasmLexer.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/parser/pcode/FlasmLexer.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ @@ -717,9 +717,8 @@ public final class FlasmLexer { /** * Refills the input buffer. * - * @return false, iff there was new input. - * - * @exception java.io.IOException if any I/O-Error occurs + * @return false, iff there was new input. + * @throws java.io.IOException if any I/O-Error occurs */ private boolean zzRefill() throws java.io.IOException { @@ -792,11 +791,11 @@ public final class FlasmLexer { /** * Resets the scanner to read from a new input stream. Does not close the * old reader. - * + *

* All internal variables are reset, the old input stream * cannot be reused (internal buffer is discarded and lost). Lexical * state is set to ZZ_INITIAL. - * + *

* Internal scan buffer is resized down to its initial length, if it has * grown. * @@ -842,12 +841,11 @@ public final class FlasmLexer { /** * Returns the character at position pos from the matched text. - * + *

* It is equivalent to yytext().charAt(pos), but faster * * @param pos the position of the character to fetch. A value from 0 to * yylength()-1. - * * @return the character at position pos */ public final char yycharat(int pos) { @@ -863,12 +861,12 @@ public final class FlasmLexer { /** * Reports an error that occured while scanning. - * + *

* In a wellformed scanner (no or only correct usage of yypushback(int) and * a match-all fallback rule) this method will only be called with things * that "Can't Possibly Happen". If this method is called, something is * seriously wrong (e.g. a JFlex bug producing a faulty scanner etc.). - * + *

* Usual syntax/scanner level error handling should be done in error * fallback rules. * @@ -887,7 +885,7 @@ public final class FlasmLexer { /** * Pushes the specified amount of characters back into the input stream. - * + *

* They will be read again by then next call of the scanning method * * @param number the number of characters to be read again. This number must @@ -906,7 +904,7 @@ public final class FlasmLexer { * input is encountered or an I/O-Error occurs. * * @return the next token - * @exception java.io.IOException if any I/O-Error occurs + * @throws java.io.IOException if any I/O-Error occurs */ public ASMParsedSymbol yylex() throws java.io.IOException, ActionParseException { int zzInput; diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/parser/pcode/Label.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/parser/pcode/Label.java index 485fdfd1b..609641a70 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/parser/pcode/Label.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/parser/pcode/Label.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ @@ -18,6 +18,7 @@ package com.jpexs.decompiler.flash.action.parser.pcode; /** * Label. + * * @author JPEXS */ public class Label { diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/parser/pcode/package-info.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/parser/pcode/package-info.java index b9fbef2e9..6e9c46d10 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/parser/pcode/package-info.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/parser/pcode/package-info.java @@ -1,4 +1,4 @@ /** * Parsing ActionScript 1/2 PCode. */ -package com.jpexs.decompiler.flash.action.parser.pcode; \ No newline at end of file +package com.jpexs.decompiler.flash.action.parser.pcode; diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/parser/script/ActionScript2Parser.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/parser/script/ActionScript2Parser.java index 4d38d5cc8..a8d5952c4 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/parser/script/ActionScript2Parser.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/parser/script/ActionScript2Parser.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ @@ -173,6 +173,7 @@ import java.util.Map; /** * ActionScript 1/2 parser. + * * @author JPEXS */ public class ActionScript2Parser { diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/parser/script/ActionScriptLexer.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/parser/script/ActionScriptLexer.java index 2818c5ec7..1b61e6ea1 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/parser/script/ActionScriptLexer.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/parser/script/ActionScriptLexer.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ @@ -1353,9 +1353,8 @@ public final class ActionScriptLexer { /** * Refills the input buffer. * - * @return false, iff there was new input. - * - * @exception java.io.IOException if any I/O-Error occurs + * @return false, iff there was new input. + * @throws java.io.IOException if any I/O-Error occurs */ private boolean zzRefill() throws java.io.IOException { @@ -1428,11 +1427,11 @@ public final class ActionScriptLexer { /** * Resets the scanner to read from a new input stream. Does not close the * old reader. - * + *

* All internal variables are reset, the old input stream * cannot be reused (internal buffer is discarded and lost). Lexical * state is set to ZZ_INITIAL. - * + *

* Internal scan buffer is resized down to its initial length, if it has * grown. * @@ -1478,12 +1477,11 @@ public final class ActionScriptLexer { /** * Returns the character at position pos from the matched text. - * + *

* It is equivalent to yytext().charAt(pos), but faster * * @param pos the position of the character to fetch. A value from 0 to * yylength()-1. - * * @return the character at position pos */ public final char yycharat(int pos) { @@ -1499,12 +1497,12 @@ public final class ActionScriptLexer { /** * Reports an error that occured while scanning. - * + *

* In a wellformed scanner (no or only correct usage of yypushback(int) and * a match-all fallback rule) this method will only be called with things * that "Can't Possibly Happen". If this method is called, something is * seriously wrong (e.g. a JFlex bug producing a faulty scanner etc.). - * + *

* Usual syntax/scanner level error handling should be done in error * fallback rules. * @@ -1523,7 +1521,7 @@ public final class ActionScriptLexer { /** * Pushes the specified amount of characters back into the input stream. - * + *

* They will be read again by then next call of the scanning method * * @param number the number of characters to be read again. This number must @@ -1542,7 +1540,7 @@ public final class ActionScriptLexer { * input is encountered or an I/O-Error occurs. * * @return the next token - * @exception java.io.IOException if any I/O-Error occurs + * @throws java.io.IOException if any I/O-Error occurs */ public ParsedSymbol yylex() throws java.io.IOException, ActionParseException { int zzInput; diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/parser/script/ActionSourceGenerator.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/parser/script/ActionSourceGenerator.java index d1889dc04..aa78cb56d 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/parser/script/ActionSourceGenerator.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/parser/script/ActionSourceGenerator.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ @@ -79,6 +79,7 @@ import java.util.logging.Logger; /** * ActionScript 1/2 bytecode generator. + * * @author JPEXS */ public class ActionSourceGenerator implements SourceGenerator { diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/parser/script/LexBufferer.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/parser/script/LexBufferer.java index d1224f146..068a37bfa 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/parser/script/LexBufferer.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/parser/script/LexBufferer.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ @@ -21,6 +21,7 @@ import java.util.List; /** * Bufferer for lexer. + * * @author JPEXS */ public class LexBufferer implements LexListener { diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/parser/script/LexListener.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/parser/script/LexListener.java index dc3cfa888..e8af5b848 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/parser/script/LexListener.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/parser/script/LexListener.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ @@ -18,6 +18,7 @@ package com.jpexs.decompiler.flash.action.parser.script; /** * Listener for lexer. + * * @author JPEXS */ public interface LexListener { diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/parser/script/NeedsGenerateAgainException.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/parser/script/NeedsGenerateAgainException.java index 1d6226657..0f0731c6f 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/parser/script/NeedsGenerateAgainException.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/parser/script/NeedsGenerateAgainException.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ @@ -20,6 +20,7 @@ import java.util.List; /** * Exception that is thrown when the script needs to be generated again. + * * @author JPEXS */ public class NeedsGenerateAgainException extends Exception { diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/parser/script/ParsedSymbol.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/parser/script/ParsedSymbol.java index 2310fc978..e34c5dd5e 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/parser/script/ParsedSymbol.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/parser/script/ParsedSymbol.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ @@ -18,6 +18,7 @@ package com.jpexs.decompiler.flash.action.parser.script; /** * ActionScript 1/2 parsed symbol. + * * @author JPEXS */ public class ParsedSymbol { diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/parser/script/SymbolGroup.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/parser/script/SymbolGroup.java index 88f19fe2f..899b17afb 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/parser/script/SymbolGroup.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/parser/script/SymbolGroup.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ @@ -18,6 +18,7 @@ package com.jpexs.decompiler.flash.action.parser.script; /** * ActionScript 1/2 symbol group. + * * @author JPEXS */ public enum SymbolGroup { diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/parser/script/SymbolType.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/parser/script/SymbolType.java index 2daeba38c..aac2ee135 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/parser/script/SymbolType.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/parser/script/SymbolType.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ @@ -20,6 +20,7 @@ import com.jpexs.decompiler.graph.GraphTargetItem; /** * ActionScript 1/2 symbol type. + * * @author JPEXS */ public enum SymbolType { diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/parser/script/VariableActionItem.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/parser/script/VariableActionItem.java index d9a041406..53d889ad1 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/parser/script/VariableActionItem.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/parser/script/VariableActionItem.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ @@ -29,6 +29,7 @@ import java.util.List; /** * Variable action item. + * * @author JPEXS */ public class VariableActionItem extends ActionItem { diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/parser/script/package-info.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/parser/script/package-info.java index 196d4536e..fff7ee76c 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/parser/script/package-info.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/parser/script/package-info.java @@ -1,4 +1,4 @@ /** * Parsing ActionScript 1/2 scripts. */ -package com.jpexs.decompiler.flash.action.parser.script; \ No newline at end of file +package com.jpexs.decompiler.flash.action.parser.script; diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/special/ActionDeobfuscateJump.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/special/ActionDeobfuscateJump.java index 8e53b846b..457a9caf8 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/special/ActionDeobfuscateJump.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/special/ActionDeobfuscateJump.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ @@ -23,6 +23,7 @@ import java.io.IOException; /** * Deobfuscate jump action. + * * @author JPEXS */ public class ActionDeobfuscateJump extends ActionJump { diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/special/ActionDeobfuscatePop.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/special/ActionDeobfuscatePop.java index be11b6741..dba4f03aa 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/special/ActionDeobfuscatePop.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/special/ActionDeobfuscatePop.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ @@ -24,6 +24,7 @@ import java.util.List; /** * Deobfuscate pop action. + * * @author JPEXS */ public class ActionDeobfuscatePop extends ActionPop { diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/special/ActionEnd.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/special/ActionEnd.java index 210f9bd91..da99b466a 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/special/ActionEnd.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/special/ActionEnd.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ @@ -30,6 +30,7 @@ import java.util.Map; /** * End action. + * * @author JPEXS */ public class ActionEnd extends Action { diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/special/ActionNop.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/special/ActionNop.java index 0d8f0ede8..5338f5499 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/special/ActionNop.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/special/ActionNop.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ @@ -29,6 +29,7 @@ import java.util.Map; /** * Nop action. + * * @author JPEXS */ public class ActionNop extends Action { diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/special/ActionStore.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/special/ActionStore.java index e73e8250b..71e40f041 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/special/ActionStore.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/special/ActionStore.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ @@ -21,18 +21,21 @@ import java.util.List; /** * Action store interface. + * * @author JPEXS */ public interface ActionStore { /** * Get store size. + * * @return Store size */ public int getStoreSize(); /** * Sets store items. + * * @param store Store items */ public void setStore(List store); diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/special/ActionUnknown.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/special/ActionUnknown.java index 1f1790ccd..41ea6ac4e 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/special/ActionUnknown.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/special/ActionUnknown.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ @@ -29,6 +29,7 @@ import java.util.Map; /** * Unknown action. + * * @author JPEXS */ public class ActionUnknown extends ActionNop { diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/special/package-info.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/special/package-info.java index 7cd9fd3ae..04816561e 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/special/package-info.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/special/package-info.java @@ -1,4 +1,4 @@ /** * Special actions. */ -package com.jpexs.decompiler.flash.action.special; \ No newline at end of file +package com.jpexs.decompiler.flash.action.special; diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/swf3/ActionGetURL.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/swf3/ActionGetURL.java index 04a0930c9..a3d9b97e5 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/swf3/ActionGetURL.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/swf3/ActionGetURL.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ @@ -44,6 +44,7 @@ import java.util.Map; /** * GetURL action - Gets a URL. + * * @author JPEXS */ @SWFVersion(from = 3) diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/swf3/ActionGoToLabel.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/swf3/ActionGoToLabel.java index ab17b4ba1..591551f0a 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/swf3/ActionGoToLabel.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/swf3/ActionGoToLabel.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ @@ -39,6 +39,7 @@ import java.util.Map; /** * GoToLabel action - Jumps to a label in the current timeline. + * * @author JPEXS */ @SWFVersion(from = 3) diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/swf3/ActionGotoFrame.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/swf3/ActionGotoFrame.java index 4f374d827..9d8fabccf 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/swf3/ActionGotoFrame.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/swf3/ActionGotoFrame.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ @@ -37,6 +37,7 @@ import java.util.Map; /** * GotoFrame action - Jumps to a frame in the current timeline. + * * @author JPEXS */ @SWFVersion(from = 3) diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/swf3/ActionNextFrame.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/swf3/ActionNextFrame.java index 5133aaaaf..ae6931c95 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/swf3/ActionNextFrame.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/swf3/ActionNextFrame.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ @@ -33,6 +33,7 @@ import java.util.Map; /** * NextFrame action - Jumps to the next frame in the current timeline. + * * @author JPEXS */ @SWFVersion(from = 3) diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/swf3/ActionPlay.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/swf3/ActionPlay.java index e1c590320..d4c448d83 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/swf3/ActionPlay.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/swf3/ActionPlay.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ @@ -36,6 +36,7 @@ import java.util.Map; /** * Play action - Plays the current timeline. + * * @author JPEXS */ @SWFVersion(from = 3) diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/swf3/ActionPrevFrame.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/swf3/ActionPrevFrame.java index faba8c016..35a54b873 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/swf3/ActionPrevFrame.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/swf3/ActionPrevFrame.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ @@ -33,6 +33,7 @@ import java.util.Map; /** * PrevFrame action - Jumps to the previous frame in the current timeline. + * * @author JPEXS */ @SWFVersion(from = 3) diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/swf3/ActionSetTarget.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/swf3/ActionSetTarget.java index 27e58e07c..c570f8381 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/swf3/ActionSetTarget.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/swf3/ActionSetTarget.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ @@ -38,6 +38,7 @@ import java.util.Map; /** * SetTarget action - Sets the target for the following actions. + * * @author JPEXS */ @SWFVersion(from = 3) diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/swf3/ActionStop.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/swf3/ActionStop.java index 122493b8d..3f2245d6c 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/swf3/ActionStop.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/swf3/ActionStop.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ @@ -33,6 +33,7 @@ import java.util.Map; /** * Stop action - Stops the current timeline. + * * @author JPEXS */ @SWFVersion(from = 3) diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/swf3/ActionStopSounds.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/swf3/ActionStopSounds.java index 2b81a0094..f6d99ff70 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/swf3/ActionStopSounds.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/swf3/ActionStopSounds.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ @@ -32,6 +32,7 @@ import java.util.Map; /** * StopSounds action - Stops all sounds. + * * @author JPEXS */ @SWFVersion(from = 3) diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/swf3/ActionToggleQuality.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/swf3/ActionToggleQuality.java index 0c1f17d63..209d3bd34 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/swf3/ActionToggleQuality.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/swf3/ActionToggleQuality.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ @@ -32,6 +32,7 @@ import java.util.Map; /** * ToggleQuality action - Toggles the quality of the Flash Player. + * * @author JPEXS */ @SWFVersion(from = 3) diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/swf3/ActionWaitForFrame.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/swf3/ActionWaitForFrame.java index c2666864e..fe6cdb90a 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/swf3/ActionWaitForFrame.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/swf3/ActionWaitForFrame.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ @@ -46,6 +46,7 @@ import java.util.Set; /** * WaitForFrame action - Waits for a frame to be loaded before continuing. + * * @author JPEXS */ @SWFVersion(from = 3) diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/swf3/package-info.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/swf3/package-info.java index b7ddad9ed..ea83b60a0 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/swf3/package-info.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/swf3/package-info.java @@ -1,4 +1,4 @@ /** * SWF 3 actions. */ -package com.jpexs.decompiler.flash.action.swf3; \ No newline at end of file +package com.jpexs.decompiler.flash.action.swf3; diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/swf4/ActionAdd.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/swf4/ActionAdd.java index 08058fc44..5683140f3 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/swf4/ActionAdd.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/swf4/ActionAdd.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ @@ -33,6 +33,7 @@ import java.util.Map; /** * Add action - Adds two numbers together. + * * @author JPEXS */ @SWFVersion(from = 4) diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/swf4/ActionAnd.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/swf4/ActionAnd.java index 8c0457661..18629c994 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/swf4/ActionAnd.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/swf4/ActionAnd.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ @@ -33,6 +33,7 @@ import java.util.Map; /** * And action - Logical AND operation. + * * @author JPEXS */ @SWFVersion(from = 4) diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/swf4/ActionAsciiToChar.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/swf4/ActionAsciiToChar.java index 5f3b92af1..a5ae78a65 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/swf4/ActionAsciiToChar.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/swf4/ActionAsciiToChar.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ @@ -33,6 +33,7 @@ import java.util.Map; /** * AsciiToChar action - Converts an ASCII code to a character. + * * @author JPEXS */ @SWFVersion(from = 4) diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/swf4/ActionCall.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/swf4/ActionCall.java index 428fedf7c..eb6bb1209 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/swf4/ActionCall.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/swf4/ActionCall.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ @@ -34,6 +34,7 @@ import java.util.Map; /** * Call action - Calls a frame. + * * @author JPEXS */ @SWFVersion(from = 4) diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/swf4/ActionCharToAscii.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/swf4/ActionCharToAscii.java index c3995486d..25dfe90b1 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/swf4/ActionCharToAscii.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/swf4/ActionCharToAscii.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ @@ -33,6 +33,7 @@ import java.util.Map; /** * CharToAscii action - Converts a character to an ASCII code. + * * @author JPEXS */ @SWFVersion(from = 4) diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/swf4/ActionCloneSprite.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/swf4/ActionCloneSprite.java index 2c37fbb30..2558b39da 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/swf4/ActionCloneSprite.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/swf4/ActionCloneSprite.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ @@ -36,6 +36,7 @@ import java.util.Map; /** * CloneSprite action - Clones a sprite. + * * @author JPEXS */ @SWFVersion(from = 4) diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/swf4/ActionDivide.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/swf4/ActionDivide.java index 5ce524ed0..9bcef8d57 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/swf4/ActionDivide.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/swf4/ActionDivide.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ @@ -33,6 +33,7 @@ import java.util.Map; /** * Divide action - Divides two numbers. + * * @author JPEXS */ @SWFVersion(from = 4) diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/swf4/ActionEndDrag.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/swf4/ActionEndDrag.java index a3ac33ab7..ae842d77a 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/swf4/ActionEndDrag.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/swf4/ActionEndDrag.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ @@ -33,6 +33,7 @@ import java.util.Map; /** * EndDrag action - Stops dragging a movie clip. + * * @author JPEXS */ @SWFVersion(from = 4) diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/swf4/ActionEquals.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/swf4/ActionEquals.java index 7a700f443..2ed12cd66 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/swf4/ActionEquals.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/swf4/ActionEquals.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ @@ -32,6 +32,7 @@ import java.util.Map; /** * Equals action - Compares two values for equality. + * * @author JPEXS */ @SWFVersion(from = 4) diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/swf4/ActionGetProperty.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/swf4/ActionGetProperty.java index 681e1f295..be59490ad 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/swf4/ActionGetProperty.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/swf4/ActionGetProperty.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ @@ -39,6 +39,7 @@ import java.util.logging.Logger; /** * GetProperty action - Gets a property of an object. + * * @author JPEXS */ @SWFVersion(from = 4) diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/swf4/ActionGetTime.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/swf4/ActionGetTime.java index 15f012a19..adcb3bd7d 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/swf4/ActionGetTime.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/swf4/ActionGetTime.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ @@ -33,6 +33,7 @@ import java.util.Map; /** * GetTime action - Returns the current time in milliseconds. + * * @author JPEXS */ @SWFVersion(from = 4) diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/swf4/ActionGetURL2.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/swf4/ActionGetURL2.java index 739aa4190..52e8fd132 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/swf4/ActionGetURL2.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/swf4/ActionGetURL2.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ @@ -52,6 +52,7 @@ import java.util.Map; /** * GetURL2 action - Gets a URL, stack-based. + * * @author JPEXS */ @SWFVersion(from = 4) diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/swf4/ActionGetVariable.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/swf4/ActionGetVariable.java index 24265527d..626fe1cf1 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/swf4/ActionGetVariable.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/swf4/ActionGetVariable.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ @@ -39,6 +39,7 @@ import java.util.Map; /** * GetVariable action - Gets a variable. + * * @author JPEXS */ @SWFVersion(from = 4) diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/swf4/ActionGotoFrame2.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/swf4/ActionGotoFrame2.java index e6f3ec406..bcdc22b65 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/swf4/ActionGotoFrame2.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/swf4/ActionGotoFrame2.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ @@ -40,6 +40,7 @@ import java.util.Map; /** * GotoFrame2 action - Goes to a frame, stack-based. + * * @author JPEXS */ @SWFVersion(from = 4) diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/swf4/ActionIf.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/swf4/ActionIf.java index 3fe3e0dd9..571ce3ced 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/swf4/ActionIf.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/swf4/ActionIf.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ @@ -36,6 +36,7 @@ import java.util.logging.Logger; /** * If action - Jumps to a location if a condition is true. + * * @author JPEXS */ @SWFVersion(from = 4) diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/swf4/ActionJump.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/swf4/ActionJump.java index 8f2783bff..6fee873f3 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/swf4/ActionJump.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/swf4/ActionJump.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ @@ -35,6 +35,7 @@ import java.util.logging.Logger; /** * Jump action - Jumps to a location. + * * @author JPEXS */ @SWFVersion(from = 4) diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/swf4/ActionLess.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/swf4/ActionLess.java index c03b34ab1..434b41da4 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/swf4/ActionLess.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/swf4/ActionLess.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ @@ -33,6 +33,7 @@ import java.util.Map; /** * Less action - Less than. + * * @author JPEXS */ @SWFVersion(from = 4) diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/swf4/ActionMBAsciiToChar.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/swf4/ActionMBAsciiToChar.java index 77230cda9..e33a793ed 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/swf4/ActionMBAsciiToChar.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/swf4/ActionMBAsciiToChar.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ @@ -32,7 +32,9 @@ import java.util.List; import java.util.Map; /** - * MBAsciiToChar action - Converts a multibyte ASCII character to a Unicode character. + * MBAsciiToChar action - Converts a multibyte ASCII character to a Unicode + * character. + * * @author JPEXS */ @SWFVersion(from = 4) diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/swf4/ActionMBCharToAscii.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/swf4/ActionMBCharToAscii.java index 0dccdad78..b0ed79b24 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/swf4/ActionMBCharToAscii.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/swf4/ActionMBCharToAscii.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ @@ -33,6 +33,7 @@ import java.util.Map; /** * MBCharToAscii action - Converts a multibyte character to an ASCII character. + * * @author JPEXS */ @SWFVersion(from = 4) diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/swf4/ActionMBStringExtract.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/swf4/ActionMBStringExtract.java index c2370c52e..2f50a4cc4 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/swf4/ActionMBStringExtract.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/swf4/ActionMBStringExtract.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ @@ -33,6 +33,7 @@ import java.util.Map; /** * MBStringExtract action - Extracts a substring from a multibyte string. + * * @author JPEXS */ @SWFVersion(from = 4) diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/swf4/ActionMBStringLength.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/swf4/ActionMBStringLength.java index 0b87cfc4b..5a8618630 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/swf4/ActionMBStringLength.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/swf4/ActionMBStringLength.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ @@ -32,7 +32,9 @@ import java.util.List; import java.util.Map; /** - * MBStringLength action - Returns the number of characters in a multibyte string. + * MBStringLength action - Returns the number of characters in a multibyte + * string. + * * @author JPEXS */ @SWFVersion(from = 4) diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/swf4/ActionMultiply.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/swf4/ActionMultiply.java index 7dd70a24c..512f3abf0 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/swf4/ActionMultiply.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/swf4/ActionMultiply.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ @@ -33,6 +33,7 @@ import java.util.Map; /** * Multiply action - Multiplies two numbers. + * * @author JPEXS */ @SWFVersion(from = 4) diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/swf4/ActionNot.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/swf4/ActionNot.java index 86b096b6a..6e6b09279 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/swf4/ActionNot.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/swf4/ActionNot.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ @@ -33,6 +33,7 @@ import java.util.Map; /** * Not action - Logical NOT. + * * @author JPEXS */ @SWFVersion(from = 4) diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/swf4/ActionOr.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/swf4/ActionOr.java index 4d0601fb0..10b79de01 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/swf4/ActionOr.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/swf4/ActionOr.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ @@ -33,6 +33,7 @@ import java.util.Map; /** * Or action - Logical OR. + * * @author JPEXS */ @SWFVersion(from = 4) diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/swf4/ActionPop.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/swf4/ActionPop.java index e9549bd0a..95205f264 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/swf4/ActionPop.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/swf4/ActionPop.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ @@ -33,6 +33,7 @@ import java.util.Map; /** * Pop action - Removes the top item from the stack. + * * @author JPEXS */ @SWFVersion(from = 4) diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/swf4/ActionPush.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/swf4/ActionPush.java index 5254a1992..d380e8ba6 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/swf4/ActionPush.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/swf4/ActionPush.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ @@ -58,6 +58,7 @@ import java.util.Set; /** * Push action - Pushes values onto the stack. + * * @author JPEXS */ @SWFVersion(from = 4) diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/swf4/ActionRandomNumber.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/swf4/ActionRandomNumber.java index 7a7ded5da..abc17758c 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/swf4/ActionRandomNumber.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/swf4/ActionRandomNumber.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ @@ -33,6 +33,7 @@ import java.util.Map; /** * RandomNumber action - Generates a random number. + * * @author JPEXS */ @SWFVersion(from = 4) diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/swf4/ActionRemoveSprite.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/swf4/ActionRemoveSprite.java index 58c9455e8..3bb386f4a 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/swf4/ActionRemoveSprite.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/swf4/ActionRemoveSprite.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ @@ -34,6 +34,7 @@ import java.util.Map; /** * RemoveSprite action - Removes a sprite from the display list. + * * @author JPEXS */ @SWFVersion(from = 4) diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/swf4/ActionSetProperty.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/swf4/ActionSetProperty.java index 1057341ef..fe19873c4 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/swf4/ActionSetProperty.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/swf4/ActionSetProperty.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ @@ -47,6 +47,7 @@ import java.util.logging.Logger; /** * SetProperty action - Sets a property of an object. + * * @author JPEXS */ @SWFVersion(from = 4) diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/swf4/ActionSetTarget2.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/swf4/ActionSetTarget2.java index 97121925b..d4d6192e2 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/swf4/ActionSetTarget2.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/swf4/ActionSetTarget2.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ @@ -32,6 +32,7 @@ import java.util.Map; /** * SetTarget2 action - Sets the target for the next action, stack-based. + * * @author JPEXS */ @SWFVersion(from = 4) diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/swf4/ActionSetVariable.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/swf4/ActionSetVariable.java index c19d141a3..a07680dba 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/swf4/ActionSetVariable.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/swf4/ActionSetVariable.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ @@ -50,6 +50,7 @@ import java.util.Map; /** * SetVariable action - Sets a variable value. + * * @author JPEXS */ @SWFVersion(from = 4) diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/swf4/ActionStartDrag.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/swf4/ActionStartDrag.java index 55dcb1f64..6fcad70c8 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/swf4/ActionStartDrag.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/swf4/ActionStartDrag.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ @@ -37,6 +37,7 @@ import java.util.Map; /** * StartDrag action - Starts dragging a movie clip. + * * @author JPEXS */ @SWFVersion(from = 4) diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/swf4/ActionStringAdd.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/swf4/ActionStringAdd.java index 02a96d6f9..e16ff4d5a 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/swf4/ActionStringAdd.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/swf4/ActionStringAdd.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ @@ -33,6 +33,7 @@ import java.util.Map; /** * StringAdd action - Concatenates two strings. + * * @author JPEXS */ @SWFVersion(from = 4) diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/swf4/ActionStringEquals.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/swf4/ActionStringEquals.java index 8cc1f0d3a..144f9ae27 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/swf4/ActionStringEquals.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/swf4/ActionStringEquals.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ @@ -33,6 +33,7 @@ import java.util.Map; /** * StringEquals action - Compares two strings. + * * @author JPEXS */ @SWFVersion(from = 4) diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/swf4/ActionStringExtract.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/swf4/ActionStringExtract.java index 05e53f9db..0ad73ac59 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/swf4/ActionStringExtract.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/swf4/ActionStringExtract.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ @@ -33,6 +33,7 @@ import java.util.Map; /** * StringExtract action - Extracts a substring from a string. + * * @author JPEXS */ @SWFVersion(from = 4) diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/swf4/ActionStringLength.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/swf4/ActionStringLength.java index f5febddbe..f6aba1462 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/swf4/ActionStringLength.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/swf4/ActionStringLength.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ @@ -33,6 +33,7 @@ import java.util.Map; /** * StringLength action - Gets the length of a string. + * * @author JPEXS */ @SWFVersion(from = 4) diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/swf4/ActionStringLess.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/swf4/ActionStringLess.java index 4cdfc262d..37d8bb7cc 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/swf4/ActionStringLess.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/swf4/ActionStringLess.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ @@ -33,6 +33,7 @@ import java.util.Map; /** * StringLess action - Compares two strings - less than. + * * @author JPEXS */ @SWFVersion(from = 4) diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/swf4/ActionSubtract.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/swf4/ActionSubtract.java index 7d81a8a63..1578797ff 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/swf4/ActionSubtract.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/swf4/ActionSubtract.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ @@ -33,6 +33,7 @@ import java.util.Map; /** * Subtract action - Subtracts two numbers. + * * @author JPEXS */ @SWFVersion(from = 4) diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/swf4/ActionToInteger.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/swf4/ActionToInteger.java index 1b7aef326..b21622470 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/swf4/ActionToInteger.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/swf4/ActionToInteger.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ @@ -33,6 +33,7 @@ import java.util.Map; /** * ToInteger action - Converts a value to an integer. + * * @author JPEXS */ @SWFVersion(from = 4) diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/swf4/ActionTrace.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/swf4/ActionTrace.java index 97be6e116..7300f8ba9 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/swf4/ActionTrace.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/swf4/ActionTrace.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ @@ -33,6 +33,7 @@ import java.util.Map; /** * Trace action - Outputs a string to the debugger. + * * @author JPEXS */ @SWFVersion(from = 4) diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/swf4/ActionWaitForFrame2.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/swf4/ActionWaitForFrame2.java index 274f7fea5..a15643009 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/swf4/ActionWaitForFrame2.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/swf4/ActionWaitForFrame2.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ @@ -46,6 +46,7 @@ import java.util.Set; /** * WaitForFrame2 action - Waits for a frame to be loaded, stack-based. + * * @author JPEXS */ @SWFVersion(from = 4) diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/swf4/ConstantIndex.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/swf4/ConstantIndex.java index ac19214c0..23e090776 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/swf4/ConstantIndex.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/swf4/ConstantIndex.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ @@ -22,6 +22,7 @@ import java.util.List; /** * Constant index in the constant pool. + * * @author JPEXS */ public class ConstantIndex implements Serializable { @@ -33,6 +34,7 @@ public class ConstantIndex implements Serializable { /** * Constructs a new constant index. + * * @param index Index in the constant pool */ public ConstantIndex(int index) { @@ -41,6 +43,7 @@ public class ConstantIndex implements Serializable { /** * To string, no quotes. + * * @param constantPool Constant pool * @param resolve Resolve constant pool * @return String representation @@ -57,6 +60,7 @@ public class ConstantIndex implements Serializable { /** * To string. With quotes. + * * @param constantPool Constant pool * @param resolve Resolve constant pool * @return String representation diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/swf4/RegisterNumber.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/swf4/RegisterNumber.java index 3a35db2f8..c0d0b406d 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/swf4/RegisterNumber.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/swf4/RegisterNumber.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ @@ -21,6 +21,7 @@ import java.io.Serializable; /** * Register number. + * * @author JPEXS */ public class RegisterNumber implements Serializable { @@ -37,6 +38,7 @@ public class RegisterNumber implements Serializable { /** * Hash code. + * * @return Hash code */ @Override @@ -48,6 +50,7 @@ public class RegisterNumber implements Serializable { /** * Equals. + * * @param obj Object * @return True if equals */ @@ -68,6 +71,7 @@ public class RegisterNumber implements Serializable { /** * Constructs a new register number. + * * @param number Register number * @param name Register name */ @@ -78,6 +82,7 @@ public class RegisterNumber implements Serializable { /** * Constructs a new register number. + * * @param number Register number */ public RegisterNumber(int number) { @@ -86,6 +91,7 @@ public class RegisterNumber implements Serializable { /** * To string. + * * @return String representation */ @Override @@ -98,6 +104,7 @@ public class RegisterNumber implements Serializable { /** * To string without name. + * * @return String representation */ public String toStringNoName() { @@ -106,6 +113,7 @@ public class RegisterNumber implements Serializable { /** * Translate register number to name. + * * @return Translated name */ public String translate() { diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/swf4/package-info.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/swf4/package-info.java index a9d049513..652d87655 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/swf4/package-info.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/swf4/package-info.java @@ -1,4 +1,4 @@ /** * SWF 4 actions. */ -package com.jpexs.decompiler.flash.action.swf4; \ No newline at end of file +package com.jpexs.decompiler.flash.action.swf4; diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/swf5/ActionAdd2.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/swf5/ActionAdd2.java index 70ecf0f95..57da93eb7 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/swf5/ActionAdd2.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/swf5/ActionAdd2.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ @@ -33,6 +33,7 @@ import java.util.Map; /** * Add2 action - Add two numbers or strings together. + * * @author JPEXS */ @SWFVersion(from = 5) diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/swf5/ActionBitAnd.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/swf5/ActionBitAnd.java index 0b04f023c..5c384d6a6 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/swf5/ActionBitAnd.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/swf5/ActionBitAnd.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ @@ -33,6 +33,7 @@ import java.util.Map; /** * BitAnd action - Bitwise AND. + * * @author JPEXS */ @SWFVersion(from = 5) diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/swf5/ActionBitLShift.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/swf5/ActionBitLShift.java index e5b62d955..637b055a6 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/swf5/ActionBitLShift.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/swf5/ActionBitLShift.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ @@ -33,6 +33,7 @@ import java.util.Map; /** * BitLShift action - Bitwise left shift. + * * @author JPEXS */ @SWFVersion(from = 5) diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/swf5/ActionBitOr.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/swf5/ActionBitOr.java index ee58c6bb7..7fac98d9b 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/swf5/ActionBitOr.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/swf5/ActionBitOr.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ @@ -33,6 +33,7 @@ import java.util.Map; /** * BitOr action - Bitwise OR. + * * @author JPEXS */ @SWFVersion(from = 5) diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/swf5/ActionBitRShift.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/swf5/ActionBitRShift.java index 34a041e9e..b7bc1434d 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/swf5/ActionBitRShift.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/swf5/ActionBitRShift.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ @@ -33,6 +33,7 @@ import java.util.Map; /** * BitRShift action - Bitwise right shift. + * * @author JPEXS */ @SWFVersion(from = 5) diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/swf5/ActionBitURShift.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/swf5/ActionBitURShift.java index b9479bf2b..372149083 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/swf5/ActionBitURShift.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/swf5/ActionBitURShift.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ @@ -33,6 +33,7 @@ import java.util.Map; /** * BitURShift action - Bitwise unsigned right shift. + * * @author JPEXS */ @SWFVersion(from = 5) diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/swf5/ActionBitXor.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/swf5/ActionBitXor.java index 43940ddbe..1b3ea9233 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/swf5/ActionBitXor.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/swf5/ActionBitXor.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ @@ -33,6 +33,7 @@ import java.util.Map; /** * BitXor action - Bitwise XOR. + * * @author JPEXS */ @SWFVersion(from = 5) diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/swf5/ActionCallFunction.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/swf5/ActionCallFunction.java index 49f987c59..afd2b07e9 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/swf5/ActionCallFunction.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/swf5/ActionCallFunction.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ @@ -37,6 +37,7 @@ import java.util.Map; /** * CallFunction action - Call a function. + * * @author JPEXS */ @SWFVersion(from = 5) diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/swf5/ActionCallMethod.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/swf5/ActionCallMethod.java index b8b3de774..9a49a459f 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/swf5/ActionCallMethod.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/swf5/ActionCallMethod.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ @@ -36,6 +36,7 @@ import java.util.Map; /** * CallMethod action - Call a method on an object. + * * @author JPEXS */ @SWFVersion(from = 5) diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/swf5/ActionConstantPool.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/swf5/ActionConstantPool.java index de089cd72..3eca84817 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/swf5/ActionConstantPool.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/swf5/ActionConstantPool.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ @@ -39,6 +39,7 @@ import java.util.Map; /** * ConstantPool action - Sets the current constant pool. + * * @author JPEXS */ @SWFVersion(from = 5) diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/swf5/ActionDecrement.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/swf5/ActionDecrement.java index b93460e91..788fdbb3f 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/swf5/ActionDecrement.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/swf5/ActionDecrement.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ @@ -33,6 +33,7 @@ import java.util.Map; /** * Decrement action - Decrement value by 1. + * * @author JPEXS */ @SWFVersion(from = 5) diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/swf5/ActionDefineFunction.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/swf5/ActionDefineFunction.java index b2c8a1f52..86d0cf579 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/swf5/ActionDefineFunction.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/swf5/ActionDefineFunction.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ @@ -46,6 +46,7 @@ import java.util.Set; /** * DefineFunction action - Defines a function. + * * @author JPEXS */ @SWFVersion(from = 5) diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/swf5/ActionDefineLocal.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/swf5/ActionDefineLocal.java index 609f9503b..b7199ad8c 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/swf5/ActionDefineLocal.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/swf5/ActionDefineLocal.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ @@ -36,6 +36,7 @@ import java.util.Map; /** * DefineLocal action - Define local variable. + * * @author JPEXS */ @SWFVersion(from = 5) diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/swf5/ActionDefineLocal2.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/swf5/ActionDefineLocal2.java index 3c27c950c..385b1e306 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/swf5/ActionDefineLocal2.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/swf5/ActionDefineLocal2.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ @@ -35,6 +35,7 @@ import java.util.Map; /** * DefineLocal2 action - Define local variable without setting its value. + * * @author JPEXS */ @SWFVersion(from = 5) diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/swf5/ActionDelete.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/swf5/ActionDelete.java index d685f8a1a..44160482a 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/swf5/ActionDelete.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/swf5/ActionDelete.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ @@ -33,6 +33,7 @@ import java.util.Map; /** * Delete action - Delete a named property of an object. + * * @author JPEXS */ @SWFVersion(from = 5) diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/swf5/ActionDelete2.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/swf5/ActionDelete2.java index 8b2455123..ee35897f3 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/swf5/ActionDelete2.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/swf5/ActionDelete2.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ @@ -35,6 +35,7 @@ import java.util.Map; /** * Delete2 action - Delete a named property. + * * @author JPEXS */ @SWFVersion(from = 5) diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/swf5/ActionEnumerate.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/swf5/ActionEnumerate.java index eac837b1b..c5b54e918 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/swf5/ActionEnumerate.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/swf5/ActionEnumerate.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ @@ -36,6 +36,7 @@ import java.util.Map; /** * Enumerate action - Enumerate object members. + * * @author JPEXS */ @SWFVersion(from = 5) diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/swf5/ActionEquals2.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/swf5/ActionEquals2.java index e695931f0..49d9afd64 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/swf5/ActionEquals2.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/swf5/ActionEquals2.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ @@ -33,6 +33,7 @@ import java.util.Map; /** * Equals2 action - Compare two values for equality, knows about types. + * * @author JPEXS */ @SWFVersion(from = 5) diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/swf5/ActionGetMember.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/swf5/ActionGetMember.java index 8e00c0c61..626fed778 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/swf5/ActionGetMember.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/swf5/ActionGetMember.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ @@ -35,6 +35,7 @@ import java.util.Map; /** * GetMember action - Get a named property of an object. + * * @author JPEXS */ @SWFVersion(from = 5) diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/swf5/ActionIncrement.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/swf5/ActionIncrement.java index 0a8b34e5a..de67f3313 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/swf5/ActionIncrement.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/swf5/ActionIncrement.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ @@ -33,6 +33,7 @@ import java.util.Map; /** * Increment action - Increment value by 1. + * * @author JPEXS */ @SWFVersion(from = 5) diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/swf5/ActionInitArray.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/swf5/ActionInitArray.java index 97b6d4b72..ce42e5ced 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/swf5/ActionInitArray.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/swf5/ActionInitArray.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ @@ -35,6 +35,7 @@ import java.util.Map; /** * InitArray action - Initialize array. + * * @author JPEXS */ @SWFVersion(from = 5) diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/swf5/ActionInitObject.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/swf5/ActionInitObject.java index ed93f66e3..ddc560ae1 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/swf5/ActionInitObject.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/swf5/ActionInitObject.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ @@ -35,6 +35,7 @@ import java.util.Map; /** * InitObject action - Initialize object. + * * @author JPEXS */ @SWFVersion(from = 5) diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/swf5/ActionLess2.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/swf5/ActionLess2.java index b13c5481e..85a9995a1 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/swf5/ActionLess2.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/swf5/ActionLess2.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ @@ -33,6 +33,7 @@ import java.util.Map; /** * Less2 action - Compare two values for less than, knows about types. + * * @author JPEXS */ @SWFVersion(from = 5) diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/swf5/ActionModulo.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/swf5/ActionModulo.java index 6d4be4250..4cf949a9c 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/swf5/ActionModulo.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/swf5/ActionModulo.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ @@ -33,6 +33,7 @@ import java.util.Map; /** * Modulo action - Modulo. + * * @author JPEXS */ @SWFVersion(from = 5) diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/swf5/ActionNewMethod.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/swf5/ActionNewMethod.java index 15d8119ee..bec83cda7 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/swf5/ActionNewMethod.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/swf5/ActionNewMethod.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ @@ -36,6 +36,7 @@ import java.util.Map; /** * NewMethod action - Invokes constructor method from object. + * * @author JPEXS */ @SWFVersion(from = 5) diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/swf5/ActionNewObject.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/swf5/ActionNewObject.java index 5db0ef8ef..e7ca0038d 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/swf5/ActionNewObject.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/swf5/ActionNewObject.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ @@ -35,6 +35,7 @@ import java.util.Map; /** * NewObject action - Invokes constructor function. + * * @author JPEXS */ @SWFVersion(from = 5) diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/swf5/ActionPushDuplicate.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/swf5/ActionPushDuplicate.java index b9afb5533..834910416 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/swf5/ActionPushDuplicate.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/swf5/ActionPushDuplicate.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ @@ -33,6 +33,7 @@ import java.util.Map; /** * PushDuplicate action - Push duplicate of top stack value. + * * @author JPEXS */ @SWFVersion(from = 5) diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/swf5/ActionReturn.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/swf5/ActionReturn.java index 08db3d682..25187a7c2 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/swf5/ActionReturn.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/swf5/ActionReturn.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ @@ -33,6 +33,7 @@ import java.util.Map; /** * Return action - Return from function. + * * @author JPEXS */ @SWFVersion(from = 5) diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/swf5/ActionSetMember.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/swf5/ActionSetMember.java index 27d2caaf8..2e07f36d3 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/swf5/ActionSetMember.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/swf5/ActionSetMember.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ @@ -46,6 +46,7 @@ import java.util.Map; /** * SetMember action - Set member of object. + * * @author JPEXS */ @SWFVersion(from = 5) diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/swf5/ActionStackSwap.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/swf5/ActionStackSwap.java index 66cdfbb49..170e9f81f 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/swf5/ActionStackSwap.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/swf5/ActionStackSwap.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ @@ -32,6 +32,7 @@ import java.util.Map; /** * StackSwap action - Swap top two stack values. + * * @author JPEXS */ @SWFVersion(from = 5) diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/swf5/ActionStoreRegister.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/swf5/ActionStoreRegister.java index 26beb31d7..d170430f3 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/swf5/ActionStoreRegister.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/swf5/ActionStoreRegister.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ @@ -51,6 +51,7 @@ import java.util.Map; /** * StoreRegister action - Store value in register. + * * @author JPEXS */ @SWFVersion(from = 5) diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/swf5/ActionTargetPath.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/swf5/ActionTargetPath.java index 341837016..719417477 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/swf5/ActionTargetPath.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/swf5/ActionTargetPath.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ @@ -34,6 +34,7 @@ import java.util.Map; /** * TargetPath action - Get the path of the object. + * * @author JPEXS */ @SWFVersion(from = 5) diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/swf5/ActionToNumber.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/swf5/ActionToNumber.java index 36e2b2800..b02ba1a27 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/swf5/ActionToNumber.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/swf5/ActionToNumber.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ @@ -33,6 +33,7 @@ import java.util.Map; /** * ToNumber action - Converts a value to a number. + * * @author JPEXS */ @SWFVersion(from = 5) diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/swf5/ActionToString.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/swf5/ActionToString.java index 452feee1b..75d057158 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/swf5/ActionToString.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/swf5/ActionToString.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ @@ -33,6 +33,7 @@ import java.util.Map; /** * ToString action - Converts a value to a string. + * * @author JPEXS */ @SWFVersion(from = 5) diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/swf5/ActionTypeOf.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/swf5/ActionTypeOf.java index a34b7dd80..c8ce8cde9 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/swf5/ActionTypeOf.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/swf5/ActionTypeOf.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ @@ -33,6 +33,7 @@ import java.util.Map; /** * TypeOf action - Returns the type of a value. + * * @author JPEXS */ @SWFVersion(from = 5) diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/swf5/ActionWith.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/swf5/ActionWith.java index 0a0317d95..d0788158d 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/swf5/ActionWith.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/swf5/ActionWith.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ @@ -40,6 +40,7 @@ import java.util.Set; /** * With action - With block. + * * @author JPEXS */ @SWFVersion(from = 5) diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/swf5/package-info.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/swf5/package-info.java index b588c8043..dc76b19c7 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/swf5/package-info.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/swf5/package-info.java @@ -1,4 +1,4 @@ /** * SWF 5 actions. */ -package com.jpexs.decompiler.flash.action.swf5; \ No newline at end of file +package com.jpexs.decompiler.flash.action.swf5; diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/swf6/ActionEnumerate2.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/swf6/ActionEnumerate2.java index 93db2b1f4..37c446707 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/swf6/ActionEnumerate2.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/swf6/ActionEnumerate2.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ @@ -35,7 +35,9 @@ import java.util.List; import java.util.Map; /** - * Enumerate2 action - Enumerates the properties of an object. Object as stack argument. + * Enumerate2 action - Enumerates the properties of an object. Object as stack + * argument. + * * @author JPEXS */ @SWFVersion(from = 6) diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/swf6/ActionGreater.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/swf6/ActionGreater.java index 25b6efda1..867818cd4 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/swf6/ActionGreater.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/swf6/ActionGreater.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ @@ -33,6 +33,7 @@ import java.util.Map; /** * Greater action - Greater than comparison. + * * @author JPEXS */ @SWFVersion(from = 6) diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/swf6/ActionInstanceOf.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/swf6/ActionInstanceOf.java index 1842bde7f..f29bc6d44 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/swf6/ActionInstanceOf.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/swf6/ActionInstanceOf.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ @@ -34,6 +34,7 @@ import java.util.Map; /** * InstanceOf action - Checks if an object is an instance of a class. + * * @author JPEXS */ @SWFVersion(from = 6) diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/swf6/ActionStrictEquals.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/swf6/ActionStrictEquals.java index 4e04d0f12..4f484be3d 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/swf6/ActionStrictEquals.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/swf6/ActionStrictEquals.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ @@ -33,6 +33,7 @@ import java.util.Map; /** * StrictEquals action - Strict equality comparison. + * * @author JPEXS */ @SWFVersion(from = 6) diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/swf6/ActionStringGreater.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/swf6/ActionStringGreater.java index 3535b820c..e23690a59 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/swf6/ActionStringGreater.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/swf6/ActionStringGreater.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ @@ -33,6 +33,7 @@ import java.util.Map; /** * StringGreater action - Greater than comparison for strings. + * * @author JPEXS */ @SWFVersion(from = 6) diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/swf6/package-info.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/swf6/package-info.java index e607f9186..bd749c240 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/swf6/package-info.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/swf6/package-info.java @@ -1,4 +1,4 @@ /** * SWF 6 actions. */ -package com.jpexs.decompiler.flash.action.swf6; \ No newline at end of file +package com.jpexs.decompiler.flash.action.swf6; diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/swf7/ActionCastOp.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/swf7/ActionCastOp.java index 0218c19d1..b736f9df7 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/swf7/ActionCastOp.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/swf7/ActionCastOp.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ @@ -36,6 +36,7 @@ import java.util.Map; /** * CastOp action - Casts an object to a specified type. + * * @author JPEXS */ @SWFVersion(from = 7) diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/swf7/ActionDefineFunction2.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/swf7/ActionDefineFunction2.java index ccec578fa..0a6aa2efe 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/swf7/ActionDefineFunction2.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/swf7/ActionDefineFunction2.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ @@ -47,6 +47,7 @@ import java.util.Set; /** * DefineFunction2 action - Defines a function. Additional features. + * * @author JPEXS */ @SWFVersion(from = 7) diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/swf7/ActionExtends.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/swf7/ActionExtends.java index 8f5572627..24774c9ef 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/swf7/ActionExtends.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/swf7/ActionExtends.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ @@ -33,6 +33,7 @@ import java.util.Map; /** * Extends action - Extends a class. + * * @author JPEXS */ @SWFVersion(from = 7) diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/swf7/ActionImplementsOp.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/swf7/ActionImplementsOp.java index 0adcb9e2f..b5ce21c6e 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/swf7/ActionImplementsOp.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/swf7/ActionImplementsOp.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ @@ -34,6 +34,7 @@ import java.util.Map; /** * ImplementsOp action - Implements an interface. + * * @author JPEXS */ @SWFVersion(from = 7) diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/swf7/ActionThrow.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/swf7/ActionThrow.java index 82603a123..2d1d3f338 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/swf7/ActionThrow.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/swf7/ActionThrow.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ @@ -33,6 +33,7 @@ import java.util.Map; /** * Throw action - Throws an exception. + * * @author JPEXS */ @SWFVersion(from = 7) diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/swf7/ActionTry.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/swf7/ActionTry.java index 97af51aa7..8394b5dd5 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/swf7/ActionTry.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/swf7/ActionTry.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ @@ -53,6 +53,7 @@ import java.util.Set; /** * Try action - Try block with catch and finally blocks. + * * @author JPEXS */ @SWFVersion(from = 7) diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/swf7/package-info.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/swf7/package-info.java index c2a02ff95..b282b28d8 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/swf7/package-info.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/swf7/package-info.java @@ -1,4 +1,4 @@ /** * SWF 7 actions. */ -package com.jpexs.decompiler.flash.action.swf7; \ No newline at end of file +package com.jpexs.decompiler.flash.action.swf7; diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/amf/amf3/Amf3InputStream.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/amf/amf3/Amf3InputStream.java index 82661f4f0..ebc5c5a34 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/amf/amf3/Amf3InputStream.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/amf/amf3/Amf3InputStream.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/amf/amf3/Amf3OutputStream.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/amf/amf3/Amf3OutputStream.java index f661fe8b9..e5714f159 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/amf/amf3/Amf3OutputStream.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/amf/amf3/Amf3OutputStream.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/amf/amf3/Amf3Value.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/amf/amf3/Amf3Value.java index b1f08bd6b..5a1b1d184 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/amf/amf3/Amf3Value.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/amf/amf3/Amf3Value.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/amf/amf3/ListMap.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/amf/amf3/ListMap.java index 868e097bf..1b8b8f732 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/amf/amf3/ListMap.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/amf/amf3/ListMap.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/amf/amf3/ListSet.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/amf/amf3/ListSet.java index cd4e9b15c..24e8cdd1c 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/amf/amf3/ListSet.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/amf/amf3/ListSet.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/amf/amf3/Marker.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/amf/amf3/Marker.java index 87531e0c2..2acb0be15 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/amf/amf3/Marker.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/amf/amf3/Marker.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/amf/amf3/NoSerializerExistsException.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/amf/amf3/NoSerializerExistsException.java index 1330bcd61..d465e5295 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/amf/amf3/NoSerializerExistsException.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/amf/amf3/NoSerializerExistsException.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/amf/amf3/ObjectTypeSerializeHandler.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/amf/amf3/ObjectTypeSerializeHandler.java index 90e580fef..6d84dfd5a 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/amf/amf3/ObjectTypeSerializeHandler.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/amf/amf3/ObjectTypeSerializeHandler.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ @@ -28,6 +28,7 @@ public interface ObjectTypeSerializeHandler { /** * Reads an object from the input stream. + * * @param className Class name of the object. * @param is Input stream. * @return Map of object members. @@ -37,6 +38,7 @@ public interface ObjectTypeSerializeHandler { /** * Writes an object to the output stream. + * * @param members Map of object members. * @param os Output stream. * @throws IOException diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/amf/amf3/Traits.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/amf/amf3/Traits.java index d3df9e202..d188a4f2e 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/amf/amf3/Traits.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/amf/amf3/Traits.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/amf/amf3/UnsupportedValueTypeException.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/amf/amf3/UnsupportedValueTypeException.java index 03894acd6..5cf4ca214 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/amf/amf3/UnsupportedValueTypeException.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/amf/amf3/UnsupportedValueTypeException.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/amf/amf3/WithSubValues.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/amf/amf3/WithSubValues.java index a0d87cff7..7f303ee31 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/amf/amf3/WithSubValues.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/amf/amf3/WithSubValues.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ @@ -25,6 +25,7 @@ public interface WithSubValues { /** * Gets sub values. + * * @return List of sub values */ public List getSubValues(); diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/amf/amf3/package-info.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/amf/amf3/package-info.java index 04ccb2146..a12ac3cbf 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/amf/amf3/package-info.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/amf/amf3/package-info.java @@ -1,4 +1,4 @@ /** * AMF3. */ -package com.jpexs.decompiler.flash.amf.amf3; \ No newline at end of file +package com.jpexs.decompiler.flash.amf.amf3; diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/amf/amf3/types/AbstractVectorType.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/amf/amf3/types/AbstractVectorType.java index 75617ba34..994878302 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/amf/amf3/types/AbstractVectorType.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/amf/amf3/types/AbstractVectorType.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ @@ -23,6 +23,7 @@ import java.util.List; /** * Abstract class for AMF3 vector types + * * @param Type of vector values */ public abstract class AbstractVectorType implements WithSubValues, Amf3ValueType { diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/amf/amf3/types/Amf3ValueType.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/amf/amf3/types/Amf3ValueType.java index 6faa83319..8c8fca916 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/amf/amf3/types/Amf3ValueType.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/amf/amf3/types/Amf3ValueType.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/amf/amf3/types/ArrayType.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/amf/amf3/types/ArrayType.java index fbce44ba9..0244a4692 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/amf/amf3/types/ArrayType.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/amf/amf3/types/ArrayType.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/amf/amf3/types/BasicType.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/amf/amf3/types/BasicType.java index a9e3c496f..1f6d1f2a2 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/amf/amf3/types/BasicType.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/amf/amf3/types/BasicType.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/amf/amf3/types/ByteArrayType.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/amf/amf3/types/ByteArrayType.java index 03114147e..635fe75d3 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/amf/amf3/types/ByteArrayType.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/amf/amf3/types/ByteArrayType.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/amf/amf3/types/DateType.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/amf/amf3/types/DateType.java index fd0ce0bc9..ab4821a75 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/amf/amf3/types/DateType.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/amf/amf3/types/DateType.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/amf/amf3/types/DictionaryType.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/amf/amf3/types/DictionaryType.java index 00f5d0513..957572ae3 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/amf/amf3/types/DictionaryType.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/amf/amf3/types/DictionaryType.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/amf/amf3/types/ObjectType.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/amf/amf3/types/ObjectType.java index 5895eedfd..43f4b2b95 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/amf/amf3/types/ObjectType.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/amf/amf3/types/ObjectType.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/amf/amf3/types/VectorDoubleType.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/amf/amf3/types/VectorDoubleType.java index f4f66a6fd..1b4c8605a 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/amf/amf3/types/VectorDoubleType.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/amf/amf3/types/VectorDoubleType.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/amf/amf3/types/VectorIntType.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/amf/amf3/types/VectorIntType.java index 1dfdf5396..b6348397a 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/amf/amf3/types/VectorIntType.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/amf/amf3/types/VectorIntType.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/amf/amf3/types/VectorObjectType.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/amf/amf3/types/VectorObjectType.java index c6f86d6c5..5fd820854 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/amf/amf3/types/VectorObjectType.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/amf/amf3/types/VectorObjectType.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/amf/amf3/types/VectorUIntType.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/amf/amf3/types/VectorUIntType.java index 745bcbce2..a2139757a 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/amf/amf3/types/VectorUIntType.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/amf/amf3/types/VectorUIntType.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/amf/amf3/types/XmlDocType.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/amf/amf3/types/XmlDocType.java index 8835f86aa..2ef260d84 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/amf/amf3/types/XmlDocType.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/amf/amf3/types/XmlDocType.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/amf/amf3/types/XmlType.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/amf/amf3/types/XmlType.java index 0db36cc14..17714376a 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/amf/amf3/types/XmlType.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/amf/amf3/types/XmlType.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/amf/amf3/types/package-info.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/amf/amf3/types/package-info.java index a966b5e0d..5288076bc 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/amf/amf3/types/package-info.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/amf/amf3/types/package-info.java @@ -1,4 +1,4 @@ /** * AMF3 types. */ -package com.jpexs.decompiler.flash.amf.amf3.types; \ No newline at end of file +package com.jpexs.decompiler.flash.amf.amf3.types; diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/cache/AS2Cache.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/cache/AS2Cache.java index 26f08bc55..7a83c212f 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/cache/AS2Cache.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/cache/AS2Cache.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ @@ -23,6 +23,7 @@ import com.jpexs.helpers.Cache; /** * Cache for AS2 decompiled code. + * * @author JPEXS */ public class AS2Cache { diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/cache/AS3Cache.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/cache/AS3Cache.java index 0bf1a6477..7e0042017 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/cache/AS3Cache.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/cache/AS3Cache.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ @@ -22,6 +22,7 @@ import com.jpexs.helpers.Cache; /** * Cache for AS3 decompiled code. + * * @author JPEXS */ public class AS3Cache { diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/cache/ScriptDecompiledListener.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/cache/ScriptDecompiledListener.java index e39057d8a..b316438c1 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/cache/ScriptDecompiledListener.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/cache/ScriptDecompiledListener.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ @@ -18,6 +18,7 @@ package com.jpexs.decompiler.flash.cache; /** * Listener for decompiled scripts. + * * @author JPEXS */ public interface ScriptDecompiledListener { @@ -29,6 +30,7 @@ public interface ScriptDecompiledListener { /** * Called when decompilation is completed. + * * @param result Result of decompilation */ public void onComplete(T result); diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/cache/package-info.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/cache/package-info.java index 9640d3e1d..4d93bcdb7 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/cache/package-info.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/cache/package-info.java @@ -1,4 +1,4 @@ /** * Caching AS data. */ -package com.jpexs.decompiler.flash.cache; \ No newline at end of file +package com.jpexs.decompiler.flash.cache; diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/configuration/Configuration.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/configuration/Configuration.java index 5e5f41b1f..6f0937609 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/configuration/Configuration.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/configuration/Configuration.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ @@ -53,6 +53,7 @@ import javax.swing.JOptionPane; /** * Configuration of FFDec. + * * @author JPEXS */ public final class Configuration { @@ -1008,11 +1009,10 @@ public final class Configuration { @ConfigurationDefaultBoolean(true) @ConfigurationCategory("script") public static ConfigurationItem warningAbcClean = null; - + @ConfigurationDefaultBoolean(true) @ConfigurationCategory("script") public static ConfigurationItem warningAddFunction = null; - private enum OSId { WINDOWS, OSX, UNIX diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/configuration/ConfigurationCategory.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/configuration/ConfigurationCategory.java index 62aa64c54..f9d6871b2 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/configuration/ConfigurationCategory.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/configuration/ConfigurationCategory.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ @@ -23,6 +23,7 @@ import java.lang.annotation.Target; /** * Configuration category annotation. + * * @author JPEXS */ @Retention(RetentionPolicy.RUNTIME) diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/configuration/ConfigurationDefaultBoolean.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/configuration/ConfigurationDefaultBoolean.java index ffc237bf4..e7e16e0a6 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/configuration/ConfigurationDefaultBoolean.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/configuration/ConfigurationDefaultBoolean.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ @@ -23,6 +23,7 @@ import java.lang.annotation.Target; /** * Configuration default boolean annotation. + * * @author JPEXS */ @Retention(RetentionPolicy.RUNTIME) diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/configuration/ConfigurationDefaultCalendar.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/configuration/ConfigurationDefaultCalendar.java index 4caa29f74..d61de27a3 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/configuration/ConfigurationDefaultCalendar.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/configuration/ConfigurationDefaultCalendar.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ @@ -23,6 +23,7 @@ import java.lang.annotation.Target; /** * Configuration default calendar annotation. + * * @author JPEXS */ @Retention(RetentionPolicy.RUNTIME) diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/configuration/ConfigurationDefaultDouble.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/configuration/ConfigurationDefaultDouble.java index cc6b0917d..4cfd271bd 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/configuration/ConfigurationDefaultDouble.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/configuration/ConfigurationDefaultDouble.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ @@ -23,6 +23,7 @@ import java.lang.annotation.Target; /** * Configuration default boolean annotation. + * * @author JPEXS */ @Retention(RetentionPolicy.RUNTIME) diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/configuration/ConfigurationDefaultInt.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/configuration/ConfigurationDefaultInt.java index 226bf9323..e4e2add1d 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/configuration/ConfigurationDefaultInt.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/configuration/ConfigurationDefaultInt.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ @@ -23,6 +23,7 @@ import java.lang.annotation.Target; /** * Configuration default int annotation. + * * @author JPEXS */ @Retention(RetentionPolicy.RUNTIME) diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/configuration/ConfigurationDefaultString.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/configuration/ConfigurationDefaultString.java index d61d12fbb..a7c670279 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/configuration/ConfigurationDefaultString.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/configuration/ConfigurationDefaultString.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ @@ -23,6 +23,7 @@ import java.lang.annotation.Target; /** * Configuration default String annotation. + * * @author JPEXS */ @Retention(RetentionPolicy.RUNTIME) diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/configuration/ConfigurationDirectory.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/configuration/ConfigurationDirectory.java index cd36a1f4b..2c2601b05 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/configuration/ConfigurationDirectory.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/configuration/ConfigurationDirectory.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ @@ -23,6 +23,7 @@ import java.lang.annotation.Target; /** * Configuration directory annotation. + * * @author JPEXS */ @Retention(RetentionPolicy.RUNTIME) diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/configuration/ConfigurationFile.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/configuration/ConfigurationFile.java index e39f6845c..79d331fb9 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/configuration/ConfigurationFile.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/configuration/ConfigurationFile.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ @@ -23,6 +23,7 @@ import java.lang.annotation.Target; /** * Configuration file annotation. + * * @author JPEXS */ @Retention(RetentionPolicy.RUNTIME) diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/configuration/ConfigurationInternal.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/configuration/ConfigurationInternal.java index 3c8495ac0..0794dc579 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/configuration/ConfigurationInternal.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/configuration/ConfigurationInternal.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ @@ -23,6 +23,7 @@ import java.lang.annotation.Target; /** * Configuration internal annotation. + * * @author JPEXS */ @Retention(RetentionPolicy.RUNTIME) diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/configuration/ConfigurationItem.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/configuration/ConfigurationItem.java index 661899c8f..3860cf5ca 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/configuration/ConfigurationItem.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/configuration/ConfigurationItem.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ @@ -26,8 +26,9 @@ import java.util.logging.Logger; /** * Configuration item. - * @author JPEXS + * * @param + * @author JPEXS */ public class ConfigurationItem { diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/configuration/ConfigurationItemChangeListener.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/configuration/ConfigurationItemChangeListener.java index f6d2e2656..09bd82afd 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/configuration/ConfigurationItemChangeListener.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/configuration/ConfigurationItemChangeListener.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ @@ -18,8 +18,9 @@ package com.jpexs.decompiler.flash.configuration; /** * Listener for configuration item changes. Used in ConfigurationItem. - * @author JPEXS + * * @param + * @author JPEXS */ @FunctionalInterface public interface ConfigurationItemChangeListener { diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/configuration/ConfigurationName.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/configuration/ConfigurationName.java index 5f5f95320..0838ff004 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/configuration/ConfigurationName.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/configuration/ConfigurationName.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ @@ -23,6 +23,7 @@ import java.lang.annotation.Target; /** * Configuration name annotation. + * * @author JPEXS */ @Retention(RetentionPolicy.RUNTIME) diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/configuration/CustomConfigurationKeys.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/configuration/CustomConfigurationKeys.java index 5b501c72f..d3fb6bac5 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/configuration/CustomConfigurationKeys.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/configuration/CustomConfigurationKeys.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ @@ -18,6 +18,7 @@ package com.jpexs.decompiler.flash.configuration; /** * Custom configuration keys. + * * @author JPEXS */ public class CustomConfigurationKeys { diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/configuration/SwfSpecificConfiguration.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/configuration/SwfSpecificConfiguration.java index 07e1a0d9c..e1d9f6734 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/configuration/SwfSpecificConfiguration.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/configuration/SwfSpecificConfiguration.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ @@ -22,6 +22,7 @@ import java.util.Map; /** * SWF specific configuration. + * * @author JPEXS */ public class SwfSpecificConfiguration implements Serializable { diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/configuration/SwfSpecificCustomConfiguration.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/configuration/SwfSpecificCustomConfiguration.java index 4e853c162..9c479eb88 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/configuration/SwfSpecificCustomConfiguration.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/configuration/SwfSpecificCustomConfiguration.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ @@ -25,6 +25,7 @@ import java.util.regex.Pattern; /** * SWF specific custom configuration. + * * @author JPEXS */ public class SwfSpecificCustomConfiguration implements Serializable { diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/configuration/package-info.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/configuration/package-info.java index 6f9f330c9..8c9c18072 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/configuration/package-info.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/configuration/package-info.java @@ -1,4 +1,4 @@ /** * Configuration of FFDec. */ -package com.jpexs.decompiler.flash.configuration; \ No newline at end of file +package com.jpexs.decompiler.flash.configuration; diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/docs/AbstractDocs.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/docs/AbstractDocs.java index 5263655da..1de412615 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/docs/AbstractDocs.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/docs/AbstractDocs.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/docs/As12PCodeDocs.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/docs/As12PCodeDocs.java index 3800699d7..8d65c9ba1 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/docs/As12PCodeDocs.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/docs/As12PCodeDocs.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/docs/As3PCodeDocs.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/docs/As3PCodeDocs.java index e653e559a..61e8cfdad 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/docs/As3PCodeDocs.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/docs/As3PCodeDocs.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/docs/As3PCodeOtherDocs.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/docs/As3PCodeOtherDocs.java index 71fe33842..cf5835523 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/docs/As3PCodeOtherDocs.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/docs/As3PCodeOtherDocs.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/docs/DocsOperandLexer.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/docs/DocsOperandLexer.java index a0317eec1..7e993b7a1 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/docs/DocsOperandLexer.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/docs/DocsOperandLexer.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ @@ -533,9 +533,8 @@ public final class DocsOperandLexer { /** * Refills the input buffer. * - * @return false, iff there was new input. - * - * @exception java.io.IOException if any I/O-Error occurs + * @return false, iff there was new input. + * @throws java.io.IOException if any I/O-Error occurs */ private boolean zzRefill() throws java.io.IOException { @@ -608,11 +607,11 @@ public final class DocsOperandLexer { /** * Resets the scanner to read from a new input stream. Does not close the * old reader. - * + *

* All internal variables are reset, the old input stream * cannot be reused (internal buffer is discarded and lost). Lexical * state is set to ZZ_INITIAL. - * + *

* Internal scan buffer is resized down to its initial length, if it has * grown. * @@ -658,12 +657,11 @@ public final class DocsOperandLexer { /** * Returns the character at position pos from the matched text. - * + *

* It is equivalent to yytext().charAt(pos), but faster * * @param pos the position of the character to fetch. A value from 0 to * yylength()-1. - * * @return the character at position pos */ public final char yycharat(int pos) { @@ -679,12 +677,12 @@ public final class DocsOperandLexer { /** * Reports an error that occured while scanning. - * + *

* In a wellformed scanner (no or only correct usage of yypushback(int) and * a match-all fallback rule) this method will only be called with things * that "Can't Possibly Happen". If this method is called, something is * seriously wrong (e.g. a JFlex bug producing a faulty scanner etc.). - * + *

* Usual syntax/scanner level error handling should be done in error * fallback rules. * @@ -703,7 +701,7 @@ public final class DocsOperandLexer { /** * Pushes the specified amount of characters back into the input stream. - * + *

* They will be read again by then next call of the scanning method * * @param number the number of characters to be read again. This number must @@ -722,7 +720,7 @@ public final class DocsOperandLexer { * input is encountered or an I/O-Error occurs. * * @return the next token - * @exception java.io.IOException if any I/O-Error occurs + * @throws java.io.IOException if any I/O-Error occurs */ public ParsedSymbol yylex() throws java.io.IOException { int zzInput; diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/docs/DocsParseException.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/docs/DocsParseException.java index 3f35ed71c..3a620af55 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/docs/DocsParseException.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/docs/DocsParseException.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ @@ -18,6 +18,7 @@ package com.jpexs.decompiler.flash.docs; /** * Exception thrown when parsing documentation fails. + * * @author JPEXS */ public class DocsParseException extends Exception { diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/docs/ParsedSymbol.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/docs/ParsedSymbol.java index 5743898b8..a3b8e836f 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/docs/ParsedSymbol.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/docs/ParsedSymbol.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ @@ -18,6 +18,7 @@ package com.jpexs.decompiler.flash.docs; /** * Parsed symbol in documentation. + * * @author JPEXS */ public class ParsedSymbol { diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/docs/docs.css b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/docs/docs.css index 298b7420e..9c3edd85e 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/docs/docs.css +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/docs/docs.css @@ -1,27 +1,32 @@ html, body { - margin:0px; + margin: 0px; padding: 0px; } + .instruction { background-color: #f5f5b5; - color:black; + color: black; } + .otherdoc { background-color: #f5f5b5; - color:black; + color: black; } + li.instruction-item { - list-style:none; - padding:0px; - border:1px solid black; - border-bottom:none; - border-collapse:collapse; + list-style: none; + padding: 0px; + border: 1px solid black; + border-bottom: none; + border-collapse: collapse; } + ul.instruction-list { - padding-left:0; - display:table; - border-bottom:1px solid black; + padding-left: 0; + display: table; + border-bottom: 1px solid black; } + strong.instruction-name { font-weight: bold; color: blue; @@ -31,44 +36,57 @@ strong.selected-operand { font-weight: bold; color: #800; } + strong.stack-title { font-weight: bold; } + strong.flags-title { font-weight: bold; } + .hidden { - display:none + display: none } + .filter-flag-title { - display:inline-block; + display: inline-block; width: 50ex; } + .instruction { - padding:5px; + padding: 5px; } + .instruction.instruction-flag-noFlashPlayer { background-color: #cccccc; } + body { font-family: serif; } + h1, h2, h3, h4, h5 { font-family: sans-serif; } + .instruction-signature { font-family: "Courier New", monospace; font-size: 1.05em; } + .filter { font-family: sans-serif; } + .path { font-weight: bold; color: blue; } + .path-block { } + .path-docs { } @@ -80,18 +98,21 @@ h1, h2, h3, h4, h5 { body.standalone { background-color: #f5f5b5; } + body.standalonenight { background-color: #330; } body.standalonenight .instruction { background-color: #330; - color:white; + color: white; } + body.standalonenight .otherdoc { background-color: #330; - color:white; + color: white; } + body.standalonenight .instruction.instruction-flag-noFlashPlayer { background-color: #333; } diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/docs/docs.js b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/docs/docs.js index d0f438957..b36a329b3 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/docs/docs.js +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/docs/docs.js @@ -24,8 +24,7 @@ function hideNoName(name) { if ((typeof name) != "undefined" && name.trim() != "") { var ss = lis[i].getElementsByTagName("strong"); for (var s = 0; s < ss.length; s++) { - if (ss[s].className == "instruction-name") - { + if (ss[s].className == "instruction-name") { var insName = ss[s].innerHTML; if (insName.toLowerCase().indexOf(name.toLowerCase()) != 0) { //does not start with desired name showhide(lis[i], false); @@ -70,11 +69,9 @@ function sortInstructions(order) { if (cls.indexOf(" instruction-item ") != -1) { var ss = lis[i].getElementsByTagName(order == "code" ? "span" : "strong"); for (var s = 0; s < ss.length; s++) { - if (ss[s].className == "instruction-" + order) - { + if (ss[s].className == "instruction-" + order) { var checkedVal = ss[s].innerHTML; - if (smallestVal == null || smallestVal > checkedVal) - { + if (smallestVal == null || smallestVal > checkedVal) { smallestItem = lis[i]; smallestVal = checkedVal; } diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/docs/package-info.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/docs/package-info.java index 1b2b94f95..1471bdf88 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/docs/package-info.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/docs/package-info.java @@ -1,4 +1,4 @@ /** * Documentation for instructions and actions. */ -package com.jpexs.decompiler.flash.docs; \ No newline at end of file +package com.jpexs.decompiler.flash.docs; diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/dumpview/DumpInfo.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/dumpview/DumpInfo.java index 5238bc1a2..29b4bf826 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/dumpview/DumpInfo.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/dumpview/DumpInfo.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ @@ -31,6 +31,7 @@ import java.util.logging.Logger; /** * Dump info. + * * @author JPEXS */ public class DumpInfo implements TreeItem { diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/dumpview/DumpInfoSpecial.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/dumpview/DumpInfoSpecial.java index 5bcff1865..4dcd52454 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/dumpview/DumpInfoSpecial.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/dumpview/DumpInfoSpecial.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ @@ -18,6 +18,7 @@ package com.jpexs.decompiler.flash.dumpview; /** * Special dump info. + * * @author JPEXS */ public class DumpInfoSpecial extends DumpInfo { diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/dumpview/DumpInfoSpecialType.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/dumpview/DumpInfoSpecialType.java index c15eab539..d80be25c4 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/dumpview/DumpInfoSpecialType.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/dumpview/DumpInfoSpecialType.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ @@ -18,6 +18,7 @@ package com.jpexs.decompiler.flash.dumpview; /** * Type of special dump info. + * * @author JPEXS */ public enum DumpInfoSpecialType { diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/dumpview/DumpInfoSwfNode.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/dumpview/DumpInfoSwfNode.java index 2dbeb161b..6c2cb3d10 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/dumpview/DumpInfoSwfNode.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/dumpview/DumpInfoSwfNode.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ @@ -21,6 +21,7 @@ import com.jpexs.decompiler.flash.treeitems.Openable; /** * Dump info for SWF node. + * * @author JPEXS */ public class DumpInfoSwfNode extends DumpInfo { diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/dumpview/package-info.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/dumpview/package-info.java index 4d3ebd1b9..84b7640f2 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/dumpview/package-info.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/dumpview/package-info.java @@ -1,4 +1,4 @@ /** * Dump view data. */ -package com.jpexs.decompiler.flash.dumpview; \ No newline at end of file +package com.jpexs.decompiler.flash.dumpview; diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/ecma/ArrayType.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/ecma/ArrayType.java index 2ed093ad5..dc3aa1242 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/ecma/ArrayType.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/ecma/ArrayType.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ @@ -21,6 +21,7 @@ import java.util.List; /** * ECMA Array type. + * * @author JPEXS */ public class ArrayType extends ObjectType { diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/ecma/EcmaNumberToString.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/ecma/EcmaNumberToString.java index 66f5956ab..c98dd2574 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/ecma/EcmaNumberToString.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/ecma/EcmaNumberToString.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/ecma/EcmaScript.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/ecma/EcmaScript.java index 734551510..e55bc74af 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/ecma/EcmaScript.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/ecma/EcmaScript.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ @@ -26,6 +26,7 @@ import java.util.List; /** * ECMA script functions. + * * @author JPEXS */ public class EcmaScript { diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/ecma/EcmaType.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/ecma/EcmaType.java index 209e67188..7662c11da 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/ecma/EcmaType.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/ecma/EcmaType.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ @@ -18,6 +18,7 @@ package com.jpexs.decompiler.flash.ecma; /** * ECMA type enumeration. + * * @author JPEXS */ public enum EcmaType { diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/ecma/NotCompileTime.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/ecma/NotCompileTime.java index 94982527f..e681b7892 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/ecma/NotCompileTime.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/ecma/NotCompileTime.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ @@ -20,6 +20,7 @@ import java.io.Serializable; /** * Not statically computable value. + * * @author JPEXS */ public class NotCompileTime implements Serializable { diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/ecma/Null.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/ecma/Null.java index e77f143b1..794da05ad 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/ecma/Null.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/ecma/Null.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ @@ -20,6 +20,7 @@ import java.io.Serializable; /** * ECMA null value. + * * @author JPEXS */ public class Null implements Serializable { diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/ecma/ObjectType.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/ecma/ObjectType.java index 7e0f49585..e8e91bd0c 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/ecma/ObjectType.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/ecma/ObjectType.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ @@ -24,6 +24,7 @@ import java.util.Set; /** * ECMA Object type. + * * @author JPEXS */ public class ObjectType implements Callable { diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/ecma/Undefined.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/ecma/Undefined.java index 9b7f6ee85..82a667605 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/ecma/Undefined.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/ecma/Undefined.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ @@ -20,6 +20,7 @@ import java.io.Serializable; /** * ECMA undefined value. + * * @author JPEXS */ public class Undefined implements Serializable { diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/ecma/package-info.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/ecma/package-info.java index b8edc0997..f85cd21ef 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/ecma/package-info.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/ecma/package-info.java @@ -1,4 +1,4 @@ /** * ECMAScript types. */ -package com.jpexs.decompiler.flash.ecma; \ No newline at end of file +package com.jpexs.decompiler.flash.ecma; diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/exporters/BinaryDataExporter.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/exporters/BinaryDataExporter.java index 8c2211487..58840c3d4 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/exporters/BinaryDataExporter.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/exporters/BinaryDataExporter.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ @@ -40,6 +40,7 @@ import java.util.Set; /** * Binary data exporter. + * * @author JPEXS */ public class BinaryDataExporter { diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/exporters/BlendModeSetable.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/exporters/BlendModeSetable.java index af0e089a8..74b2f8b62 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/exporters/BlendModeSetable.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/exporters/BlendModeSetable.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ @@ -18,6 +18,7 @@ package com.jpexs.decompiler.flash.exporters; /** * Interface for setting blend mode. + * * @author JPEXS */ public interface BlendModeSetable { diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/exporters/DualPdfGraphics2D.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/exporters/DualPdfGraphics2D.java index abb3de0f9..f5fc344ae 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/exporters/DualPdfGraphics2D.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/exporters/DualPdfGraphics2D.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ @@ -57,8 +57,9 @@ import java.util.logging.Level; import java.util.logging.Logger; /** - * Dual PDF and image graphics 2D implementation. - * Applies all drawing operations to both image and PDF graphics. + * Dual PDF and image graphics 2D implementation. Applies all drawing operations + * to both image and PDF graphics. + * * @author JPEXS */ public class DualPdfGraphics2D extends Graphics2D implements BlendModeSetable, GraphicsGroupable, GraphicsTextDrawable { diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/exporters/Font4Exporter.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/exporters/Font4Exporter.java index fcb599d44..d9ec37257 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/exporters/Font4Exporter.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/exporters/Font4Exporter.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ @@ -43,6 +43,7 @@ import java.util.logging.Logger; /** * DefineFont4 exporter. + * * @author JPEXS */ public class Font4Exporter { diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/exporters/FontExporter.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/exporters/FontExporter.java index 981a8f0df..528d0fa6a 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/exporters/FontExporter.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/exporters/FontExporter.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ @@ -58,6 +58,7 @@ import java.util.logging.Logger; /** * Font exporter. + * * @author JPEXS */ public class FontExporter { diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/exporters/FrameExporter.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/exporters/FrameExporter.java index 178cb5404..6df36b029 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/exporters/FrameExporter.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/exporters/FrameExporter.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ @@ -98,6 +98,7 @@ import org.monte.media.avi.AVIWriter; /** * Frame exporter. + * * @author JPEXS */ public class FrameExporter { diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/exporters/GraphicsGroupable.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/exporters/GraphicsGroupable.java index 5e1bd5c7c..ef9af059e 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/exporters/GraphicsGroupable.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/exporters/GraphicsGroupable.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ @@ -20,6 +20,7 @@ import java.awt.Graphics; /** * Interface for grouping graphics. + * * @author JPEXS */ public interface GraphicsGroupable { diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/exporters/GraphicsTextDrawable.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/exporters/GraphicsTextDrawable.java index c96f6d4cc..935fe1ad9 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/exporters/GraphicsTextDrawable.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/exporters/GraphicsTextDrawable.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ @@ -25,6 +25,7 @@ import java.util.List; /** * Interface for drawing text records. + * * @author JPEXS */ public interface GraphicsTextDrawable { diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/exporters/ImageExporter.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/exporters/ImageExporter.java index 669322b4d..d9968ce02 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/exporters/ImageExporter.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/exporters/ImageExporter.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ @@ -48,6 +48,7 @@ import javax.imageio.ImageIO; /** * Image exporter. + * * @author JPEXS */ public class ImageExporter { diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/exporters/ImageTagBufferedImage.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/exporters/ImageTagBufferedImage.java index a685fad5e..eaa9869aa 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/exporters/ImageTagBufferedImage.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/exporters/ImageTagBufferedImage.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/exporters/MorphShapeExporter.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/exporters/MorphShapeExporter.java index e99200aa9..a9428f4e6 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/exporters/MorphShapeExporter.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/exporters/MorphShapeExporter.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ @@ -64,6 +64,7 @@ import java.util.logging.Logger; /** * MorphShape exporter. + * * @author JPEXS */ public class MorphShapeExporter { diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/exporters/MovieExporter.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/exporters/MovieExporter.java index 759d8fdf8..1f81a83ae 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/exporters/MovieExporter.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/exporters/MovieExporter.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ @@ -52,6 +52,7 @@ import java.util.Set; /** * Movie exporter. + * * @author JPEXS */ public class MovieExporter { diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/exporters/PreviewExporter.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/exporters/PreviewExporter.java index 00afc52f7..ab48ca0ad 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/exporters/PreviewExporter.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/exporters/PreviewExporter.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ @@ -93,6 +93,7 @@ import java.util.logging.Logger; /** * Preview exporter. + * * @author JPEXS */ public class PreviewExporter { diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/exporters/ShapeExporter.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/exporters/ShapeExporter.java index 32dd4779a..a28e00335 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/exporters/ShapeExporter.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/exporters/ShapeExporter.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ @@ -62,6 +62,7 @@ import java.util.logging.Logger; /** * Shape exporter. + * * @author JPEXS */ public class ShapeExporter { diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/exporters/SoundExporter.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/exporters/SoundExporter.java index 132126998..96cb0bdfb 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/exporters/SoundExporter.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/exporters/SoundExporter.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ @@ -56,6 +56,7 @@ import java.util.Set; /** * Sound exporter. + * * @author JPEXS */ public class SoundExporter { diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/exporters/SymbolClassExporter.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/exporters/SymbolClassExporter.java index 3dc09b771..f355337e5 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/exporters/SymbolClassExporter.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/exporters/SymbolClassExporter.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ @@ -37,6 +37,7 @@ import java.util.List; /** * Symbol class exporter. + * * @author JPEXS */ public class SymbolClassExporter { diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/exporters/TextExporter.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/exporters/TextExporter.java index f16937165..a3bce468c 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/exporters/TextExporter.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/exporters/TextExporter.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ @@ -41,6 +41,7 @@ import java.util.List; /** * Text exporter. + * * @author JPEXS */ public class TextExporter { diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/exporters/amf/amf3/Amf3Exporter.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/exporters/amf/amf3/Amf3Exporter.java index 7fd3d0b37..b44c773e2 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/exporters/amf/amf3/Amf3Exporter.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/exporters/amf/amf3/Amf3Exporter.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/exporters/amf/amf3/package-info.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/exporters/amf/amf3/package-info.java index 87c456a5b..c47ecda1c 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/exporters/amf/amf3/package-info.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/exporters/amf/amf3/package-info.java @@ -1,4 +1,4 @@ /** * AMF3 export. */ -package com.jpexs.decompiler.flash.exporters.amf.amf3; \ No newline at end of file +package com.jpexs.decompiler.flash.exporters.amf.amf3; diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/exporters/commonshape/ExportRectangle.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/exporters/commonshape/ExportRectangle.java index 39e2a0f87..053322ca0 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/exporters/commonshape/ExportRectangle.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/exporters/commonshape/ExportRectangle.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ @@ -21,6 +21,7 @@ import java.awt.geom.Rectangle2D; /** * Export rectangle. + * * @author JPEXS */ public class ExportRectangle { diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/exporters/commonshape/FillStyle.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/exporters/commonshape/FillStyle.java index b4b22e0f6..878aa4012 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/exporters/commonshape/FillStyle.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/exporters/commonshape/FillStyle.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ @@ -22,6 +22,7 @@ import com.jpexs.decompiler.flash.types.RGB; /** * Fill style, used in shape export. + * * @author JPEXS */ public class FillStyle { diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/exporters/commonshape/LineStyle.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/exporters/commonshape/LineStyle.java index 1af93f5c6..c7bfd7c87 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/exporters/commonshape/LineStyle.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/exporters/commonshape/LineStyle.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ @@ -22,6 +22,7 @@ import com.jpexs.decompiler.flash.types.RGB; /** * Line style, used in shape export. + * * @author JPEXS */ public class LineStyle { diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/exporters/commonshape/Matrix.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/exporters/commonshape/Matrix.java index d8e6f9742..fafcbb53b 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/exporters/commonshape/Matrix.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/exporters/commonshape/Matrix.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ @@ -22,6 +22,7 @@ import java.awt.geom.Point2D; /** * Matrix class, used in shape export. + * * @author JPEXS */ public final class Matrix implements Cloneable { diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/exporters/commonshape/Point.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/exporters/commonshape/Point.java index 7d8300ffd..cc0c50c04 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/exporters/commonshape/Point.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/exporters/commonshape/Point.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ @@ -18,6 +18,7 @@ package com.jpexs.decompiler.flash.exporters.commonshape; /** * Point class, used in shape export. + * * @author JPEXS */ public class Point { diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/exporters/commonshape/SVGExporter.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/exporters/commonshape/SVGExporter.java index bcbc6c7e0..9d2b9e3c3 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/exporters/commonshape/SVGExporter.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/exporters/commonshape/SVGExporter.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ @@ -53,6 +53,7 @@ import org.w3c.dom.Node; /** * SVG exporter. + * * @author JPEXS */ public class SVGExporter { diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/exporters/commonshape/package-info.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/exporters/commonshape/package-info.java index 6580569d7..84b895c4e 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/exporters/commonshape/package-info.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/exporters/commonshape/package-info.java @@ -1,4 +1,4 @@ /** * Common classes for exporting shapes. */ -package com.jpexs.decompiler.flash.exporters.commonshape; \ No newline at end of file +package com.jpexs.decompiler.flash.exporters.commonshape; diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/exporters/modes/BinaryDataExportMode.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/exporters/modes/BinaryDataExportMode.java index 036cc629a..63ab422ca 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/exporters/modes/BinaryDataExportMode.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/exporters/modes/BinaryDataExportMode.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ @@ -18,6 +18,7 @@ package com.jpexs.decompiler.flash.exporters.modes; /** * Binary data export mode. + * * @author JPEXS */ public enum BinaryDataExportMode { diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/exporters/modes/ButtonExportMode.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/exporters/modes/ButtonExportMode.java index 0f18e0694..ca24e11fc 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/exporters/modes/ButtonExportMode.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/exporters/modes/ButtonExportMode.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ @@ -18,6 +18,7 @@ package com.jpexs.decompiler.flash.exporters.modes; /** * Button export mode. + * * @author JPEXS */ public enum ButtonExportMode { diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/exporters/modes/ExeExportMode.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/exporters/modes/ExeExportMode.java index a8863e1ff..c23ec5c7d 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/exporters/modes/ExeExportMode.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/exporters/modes/ExeExportMode.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ @@ -18,6 +18,7 @@ package com.jpexs.decompiler.flash.exporters.modes; /** * EXE export mode. + * * @author JPEXS */ public enum ExeExportMode { diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/exporters/modes/Font4ExportMode.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/exporters/modes/Font4ExportMode.java index a89d345aa..c19e2649b 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/exporters/modes/Font4ExportMode.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/exporters/modes/Font4ExportMode.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ @@ -18,6 +18,7 @@ package com.jpexs.decompiler.flash.exporters.modes; /** * DefineFont4 export mode. + * * @author JPEXS */ public enum Font4ExportMode { diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/exporters/modes/FontExportMode.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/exporters/modes/FontExportMode.java index 6918040b4..b86a89c81 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/exporters/modes/FontExportMode.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/exporters/modes/FontExportMode.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ @@ -18,6 +18,7 @@ package com.jpexs.decompiler.flash.exporters.modes; /** * Font export mode. + * * @author JPEXS */ public enum FontExportMode { diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/exporters/modes/FrameExportMode.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/exporters/modes/FrameExportMode.java index 4b4927be6..6c5771e5d 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/exporters/modes/FrameExportMode.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/exporters/modes/FrameExportMode.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ @@ -18,6 +18,7 @@ package com.jpexs.decompiler.flash.exporters.modes; /** * Frame export mode. + * * @author JPEXS */ public enum FrameExportMode { diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/exporters/modes/ImageExportMode.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/exporters/modes/ImageExportMode.java index 32038e35f..b78da59c7 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/exporters/modes/ImageExportMode.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/exporters/modes/ImageExportMode.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ @@ -18,6 +18,7 @@ package com.jpexs.decompiler.flash.exporters.modes; /** * Image export mode. + * * @author JPEXS */ public enum ImageExportMode { diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/exporters/modes/MorphShapeExportMode.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/exporters/modes/MorphShapeExportMode.java index 56c673034..231dfd043 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/exporters/modes/MorphShapeExportMode.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/exporters/modes/MorphShapeExportMode.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ @@ -18,6 +18,7 @@ package com.jpexs.decompiler.flash.exporters.modes; /** * Morph shape export mode. + * * @author JPEXS */ public enum MorphShapeExportMode { diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/exporters/modes/MovieExportMode.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/exporters/modes/MovieExportMode.java index c6b5ab67b..3ebeb8c51 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/exporters/modes/MovieExportMode.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/exporters/modes/MovieExportMode.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ @@ -18,6 +18,7 @@ package com.jpexs.decompiler.flash.exporters.modes; /** * Movie export mode. + * * @author JPEXS */ public enum MovieExportMode { diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/exporters/modes/ScriptExportMode.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/exporters/modes/ScriptExportMode.java index 3e6200a68..c3dcc7d6b 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/exporters/modes/ScriptExportMode.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/exporters/modes/ScriptExportMode.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ @@ -18,6 +18,7 @@ package com.jpexs.decompiler.flash.exporters.modes; /** * Script export mode. + * * @author JPEXS */ public enum ScriptExportMode { diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/exporters/modes/ShapeExportMode.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/exporters/modes/ShapeExportMode.java index 3454160c1..c646b00d0 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/exporters/modes/ShapeExportMode.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/exporters/modes/ShapeExportMode.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ @@ -18,6 +18,7 @@ package com.jpexs.decompiler.flash.exporters.modes; /** * Shape export mode. + * * @author JPEXS */ public enum ShapeExportMode { diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/exporters/modes/SoundExportMode.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/exporters/modes/SoundExportMode.java index 462117927..62749f4a3 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/exporters/modes/SoundExportMode.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/exporters/modes/SoundExportMode.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ @@ -18,6 +18,7 @@ package com.jpexs.decompiler.flash.exporters.modes; /** * Sound export mode. + * * @author JPEXS */ public enum SoundExportMode { diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/exporters/modes/SpriteExportMode.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/exporters/modes/SpriteExportMode.java index fb14943c7..45b3b9ae8 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/exporters/modes/SpriteExportMode.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/exporters/modes/SpriteExportMode.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ @@ -18,6 +18,7 @@ package com.jpexs.decompiler.flash.exporters.modes; /** * Sprite export mode. + * * @author JPEXS */ public enum SpriteExportMode { diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/exporters/modes/SymbolClassExportMode.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/exporters/modes/SymbolClassExportMode.java index 69a0d4476..28606f445 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/exporters/modes/SymbolClassExportMode.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/exporters/modes/SymbolClassExportMode.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ @@ -18,6 +18,7 @@ package com.jpexs.decompiler.flash.exporters.modes; /** * Symbol class export mode. + * * @author JPEXS */ public enum SymbolClassExportMode { diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/exporters/modes/TextExportMode.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/exporters/modes/TextExportMode.java index 8ea39a6d6..56a42ecc3 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/exporters/modes/TextExportMode.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/exporters/modes/TextExportMode.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ @@ -18,6 +18,7 @@ package com.jpexs.decompiler.flash.exporters.modes; /** * Text export mode. + * * @author JPEXS */ public enum TextExportMode { diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/exporters/modes/package-info.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/exporters/modes/package-info.java index 58efb1430..19920eb19 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/exporters/modes/package-info.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/exporters/modes/package-info.java @@ -1,4 +1,4 @@ /** * Export modes. */ -package com.jpexs.decompiler.flash.exporters.modes; \ No newline at end of file +package com.jpexs.decompiler.flash.exporters.modes; diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/exporters/morphshape/CanvasMorphShapeExporter.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/exporters/morphshape/CanvasMorphShapeExporter.java index 966724ffe..774108035 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/exporters/morphshape/CanvasMorphShapeExporter.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/exporters/morphshape/CanvasMorphShapeExporter.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ @@ -36,6 +36,7 @@ import com.jpexs.helpers.SerializableImage; /** * Canvas morph shape exporter. + * * @author JPEXS */ public class CanvasMorphShapeExporter extends MorphShapeExporterBase { @@ -411,7 +412,8 @@ public class CanvasMorphShapeExporter extends MorphShapeExporterBase { if (pathData != null && pathData.length() > 0) { shapeData.append("\tvar pathData=\"").append(pathData.toString().trim()).append("\";\r\n"); String drawStroke = "\tdrawMorphPath(ctx,pathData,ratio,true,scaleMode);\r\n"; - String drawFill = "\tdrawMorphPath(ctx,pathData,ratio,false);\r\n";; + String drawFill = "\tdrawMorphPath(ctx,pathData,ratio,false);\r\n"; + ; pathData = new StringBuilder(); if (lineFillData != null) { StringBuilder preLineFillData = new StringBuilder(); diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/exporters/morphshape/CurvedMorphEdge.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/exporters/morphshape/CurvedMorphEdge.java index 31c52de16..c17d7993b 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/exporters/morphshape/CurvedMorphEdge.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/exporters/morphshape/CurvedMorphEdge.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ @@ -18,6 +18,7 @@ package com.jpexs.decompiler.flash.exporters.morphshape; /** * Curved morph edge. + * * @author JPEXS */ public class CurvedMorphEdge extends StraightMorphEdge implements IMorphEdge { diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/exporters/morphshape/DefaultSVGMorphShapeExporter.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/exporters/morphshape/DefaultSVGMorphShapeExporter.java index d33b90921..0efb4449f 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/exporters/morphshape/DefaultSVGMorphShapeExporter.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/exporters/morphshape/DefaultSVGMorphShapeExporter.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ @@ -25,6 +25,7 @@ import com.jpexs.decompiler.flash.types.SHAPE; /** * Default SVG morph shape exporter. + * * @author JPEXS, Claus Wahlers */ public abstract class DefaultSVGMorphShapeExporter extends MorphShapeExporterBase { diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/exporters/morphshape/IMorphEdge.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/exporters/morphshape/IMorphEdge.java index d1854a05c..fd2a35118 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/exporters/morphshape/IMorphEdge.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/exporters/morphshape/IMorphEdge.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ @@ -18,6 +18,7 @@ package com.jpexs.decompiler.flash.exporters.morphshape; /** * Interface for morph edges. + * * @author JPEXS */ public interface IMorphEdge { diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/exporters/morphshape/IMorphShapeExporter.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/exporters/morphshape/IMorphShapeExporter.java index 9d6d96898..6a8579ec1 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/exporters/morphshape/IMorphShapeExporter.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/exporters/morphshape/IMorphShapeExporter.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ @@ -23,6 +23,7 @@ import com.jpexs.decompiler.flash.types.RGB; /** * Interface for morph shape exporters. + * * @author JPEXS */ public interface IMorphShapeExporter { diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/exporters/morphshape/MorphShapeExporterBase.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/exporters/morphshape/MorphShapeExporterBase.java index 4035a6ea8..fec9ba47c 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/exporters/morphshape/MorphShapeExporterBase.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/exporters/morphshape/MorphShapeExporterBase.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ @@ -41,6 +41,7 @@ import java.util.Map; /** * Base class for morph shape exporters. + * * @author JPEXS, Claus Wahlers */ public abstract class MorphShapeExporterBase implements IMorphShapeExporter { diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/exporters/morphshape/SVGMorphShapeExporter.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/exporters/morphshape/SVGMorphShapeExporter.java index 40ce84aeb..8fc0cce4b 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/exporters/morphshape/SVGMorphShapeExporter.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/exporters/morphshape/SVGMorphShapeExporter.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ @@ -36,6 +36,7 @@ import org.w3c.dom.Element; /** * SVG morph shape exporter. + * * @author JPEXS, Claus Wahlers */ public class SVGMorphShapeExporter extends DefaultSVGMorphShapeExporter { diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/exporters/morphshape/StraightMorphEdge.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/exporters/morphshape/StraightMorphEdge.java index 665f7e262..3b9d140a1 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/exporters/morphshape/StraightMorphEdge.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/exporters/morphshape/StraightMorphEdge.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ @@ -18,6 +18,7 @@ package com.jpexs.decompiler.flash.exporters.morphshape; /** * Straight morph edge. + * * @author JPEXS */ public class StraightMorphEdge implements IMorphEdge { diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/exporters/morphshape/package-info.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/exporters/morphshape/package-info.java index 1692089a6..4419a2203 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/exporters/morphshape/package-info.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/exporters/morphshape/package-info.java @@ -1,4 +1,4 @@ /** * Morph shapes exporter. */ -package com.jpexs.decompiler.flash.exporters.morphshape; \ No newline at end of file +package com.jpexs.decompiler.flash.exporters.morphshape; diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/exporters/package-info.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/exporters/package-info.java index 1f18e39c6..62258caa6 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/exporters/package-info.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/exporters/package-info.java @@ -1,4 +1,4 @@ /** * Exporting Flash elements to various formats. */ -package com.jpexs.decompiler.flash.exporters; \ No newline at end of file +package com.jpexs.decompiler.flash.exporters; diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/exporters/script/AS2ScriptExporter.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/exporters/script/AS2ScriptExporter.java index 5e9f9e4c4..baa86b854 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/exporters/script/AS2ScriptExporter.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/exporters/script/AS2ScriptExporter.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ @@ -42,6 +42,7 @@ import java.util.logging.Logger; /** * ActionScript 1/2 script exporter. + * * @author JPEXS */ public class AS2ScriptExporter { diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/exporters/script/AS3ScriptExporter.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/exporters/script/AS3ScriptExporter.java index 904cbc71f..235eba7b6 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/exporters/script/AS3ScriptExporter.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/exporters/script/AS3ScriptExporter.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ @@ -114,6 +114,7 @@ import java.util.logging.Logger; /** * ActionScript 3 script exporter. + * * @author JPEXS */ public class AS3ScriptExporter { @@ -592,7 +593,7 @@ public class AS3ScriptExporter { dbj2.writeTag(sos2); } else { ct.writeTag(sos2); - } + } symbolClassIds.add(ct.getCharacterId()); symbolClassNames.add("symbol" + ct.getCharacterId()); List cidTags = swf.getCharacterIdTags(n); diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/exporters/script/Dependency.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/exporters/script/Dependency.java index 97e27a28e..e23497243 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/exporters/script/Dependency.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/exporters/script/Dependency.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/exporters/script/DependencyParser.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/exporters/script/DependencyParser.java index b8a7c0cd8..4250df598 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/exporters/script/DependencyParser.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/exporters/script/DependencyParser.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/exporters/script/DependencyType.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/exporters/script/DependencyType.java index 97d193ed6..ef83e87c3 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/exporters/script/DependencyType.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/exporters/script/DependencyType.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/exporters/script/DotId.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/exporters/script/DotId.java index d5163450c..7eff316b5 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/exporters/script/DotId.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/exporters/script/DotId.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ @@ -22,6 +22,7 @@ import java.util.regex.Pattern; /** * Dot (GraphViz) identifier. + * * @author JPEXS */ public final class DotId { diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/exporters/script/ExportPackTask.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/exporters/script/ExportPackTask.java index 9bce70280..e0a8851ad 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/exporters/script/ExportPackTask.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/exporters/script/ExportPackTask.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ @@ -31,6 +31,7 @@ import java.util.concurrent.Callable; /** * Export script pack task. + * * @author JPEXS */ public class ExportPackTask implements Callable { diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/exporters/script/ExportScriptTask.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/exporters/script/ExportScriptTask.java index 074c31b8a..88b71cfc0 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/exporters/script/ExportScriptTask.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/exporters/script/ExportScriptTask.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ @@ -38,6 +38,7 @@ import java.util.logging.Logger; /** * Export script task. + * * @author JPEXS */ public class ExportScriptTask implements Callable { diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/exporters/script/LinkReportExporter.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/exporters/script/LinkReportExporter.java index 8e50378fa..b1e04b44f 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/exporters/script/LinkReportExporter.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/exporters/script/LinkReportExporter.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/exporters/script/PcodeGraphVizExporter.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/exporters/script/PcodeGraphVizExporter.java index 796d56b64..abe4ed5f9 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/exporters/script/PcodeGraphVizExporter.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/exporters/script/PcodeGraphVizExporter.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ @@ -49,6 +49,7 @@ import java.util.Set; /** * P-code GraphViz exporter. + * * @author JPEXS */ public class PcodeGraphVizExporter { diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/exporters/script/graphviz/AbstractLexer.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/exporters/script/graphviz/AbstractLexer.java index 84d27768d..9297c9ea5 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/exporters/script/graphviz/AbstractLexer.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/exporters/script/graphviz/AbstractLexer.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ @@ -20,6 +20,7 @@ import java.io.Reader; /** * Abstract lexer class + * * @author JPEXS */ public abstract class AbstractLexer { diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/exporters/script/graphviz/Flasm3Lexer.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/exporters/script/graphviz/Flasm3Lexer.java index 798dffed8..df9cd53b8 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/exporters/script/graphviz/Flasm3Lexer.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/exporters/script/graphviz/Flasm3Lexer.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ @@ -1586,9 +1586,8 @@ public final class Flasm3Lexer extends AbstractLexer { /** * Refills the input buffer. * - * @return false, iff there was new input. - * - * @exception java.io.IOException if any I/O-Error occurs + * @return false, iff there was new input. + * @throws java.io.IOException if any I/O-Error occurs */ private boolean zzRefill() throws java.io.IOException { @@ -1661,11 +1660,11 @@ public final class Flasm3Lexer extends AbstractLexer { /** * Resets the scanner to read from a new input stream. Does not close the * old reader. - * + *

* All internal variables are reset, the old input stream * cannot be reused (internal buffer is discarded and lost). Lexical * state is set to ZZ_INITIAL. - * + *

* Internal scan buffer is resized down to its initial length, if it has * grown. * @@ -1711,12 +1710,11 @@ public final class Flasm3Lexer extends AbstractLexer { /** * Returns the character at position pos from the matched text. - * + *

* It is equivalent to yytext().charAt(pos), but faster * * @param pos the position of the character to fetch. A value from 0 to * yylength()-1. - * * @return the character at position pos */ public final char yycharat(int pos) { @@ -1732,12 +1730,12 @@ public final class Flasm3Lexer extends AbstractLexer { /** * Reports an error that occured while scanning. - * + *

* In a wellformed scanner (no or only correct usage of yypushback(int) and * a match-all fallback rule) this method will only be called with things * that "Can't Possibly Happen". If this method is called, something is * seriously wrong (e.g. a JFlex bug producing a faulty scanner etc.). - * + *

* Usual syntax/scanner level error handling should be done in error * fallback rules. * @@ -1756,7 +1754,7 @@ public final class Flasm3Lexer extends AbstractLexer { /** * Pushes the specified amount of characters back into the input stream. - * + *

* They will be read again by then next call of the scanning method * * @param number the number of characters to be read again. This number must @@ -1775,7 +1773,7 @@ public final class Flasm3Lexer extends AbstractLexer { * input is encountered or an I/O-Error occurs. * * @return the next token - * @exception java.io.IOException if any I/O-Error occurs + * @throws java.io.IOException if any I/O-Error occurs */ public Token yylex() throws java.io.IOException { int zzInput; diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/exporters/script/graphviz/FlasmLexer.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/exporters/script/graphviz/FlasmLexer.java index 68285aeec..6ab12118b 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/exporters/script/graphviz/FlasmLexer.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/exporters/script/graphviz/FlasmLexer.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ @@ -620,9 +620,8 @@ public final class FlasmLexer extends AbstractLexer { /** * Refills the input buffer. * - * @return false, iff there was new input. - * - * @exception java.io.IOException if any I/O-Error occurs + * @return false, iff there was new input. + * @throws java.io.IOException if any I/O-Error occurs */ private boolean zzRefill() throws java.io.IOException { @@ -695,11 +694,11 @@ public final class FlasmLexer extends AbstractLexer { /** * Resets the scanner to read from a new input stream. Does not close the * old reader. - * + *

* All internal variables are reset, the old input stream * cannot be reused (internal buffer is discarded and lost). Lexical * state is set to ZZ_INITIAL. - * + *

* Internal scan buffer is resized down to its initial length, if it has * grown. * @@ -745,12 +744,11 @@ public final class FlasmLexer extends AbstractLexer { /** * Returns the character at position pos from the matched text. - * + *

* It is equivalent to yytext().charAt(pos), but faster * * @param pos the position of the character to fetch. A value from 0 to * yylength()-1. - * * @return the character at position pos */ public final char yycharat(int pos) { @@ -766,12 +764,12 @@ public final class FlasmLexer extends AbstractLexer { /** * Reports an error that occured while scanning. - * + *

* In a wellformed scanner (no or only correct usage of yypushback(int) and * a match-all fallback rule) this method will only be called with things * that "Can't Possibly Happen". If this method is called, something is * seriously wrong (e.g. a JFlex bug producing a faulty scanner etc.). - * + *

* Usual syntax/scanner level error handling should be done in error * fallback rules. * @@ -790,7 +788,7 @@ public final class FlasmLexer extends AbstractLexer { /** * Pushes the specified amount of characters back into the input stream. - * + *

* They will be read again by then next call of the scanning method * * @param number the number of characters to be read again. This number must @@ -809,7 +807,7 @@ public final class FlasmLexer extends AbstractLexer { * input is encountered or an I/O-Error occurs. * * @return the next token - * @exception java.io.IOException if any I/O-Error occurs + * @throws java.io.IOException if any I/O-Error occurs */ public Token yylex() throws java.io.IOException { int zzInput; diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/exporters/script/graphviz/Token.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/exporters/script/graphviz/Token.java index 466fcc0a5..1052be01d 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/exporters/script/graphviz/Token.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/exporters/script/graphviz/Token.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ @@ -20,6 +20,7 @@ import java.io.Serializable; /** * Token. + * * @author JPEXS */ public class Token implements Serializable, Comparable { diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/exporters/script/graphviz/TokenType.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/exporters/script/graphviz/TokenType.java index d7108dfb7..4623eae85 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/exporters/script/graphviz/TokenType.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/exporters/script/graphviz/TokenType.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ @@ -18,6 +18,7 @@ package com.jpexs.decompiler.flash.exporters.script.graphviz; /** * TokenType + * * @author JPEXS */ public enum TokenType { diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/exporters/script/graphviz/package-info.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/exporters/script/graphviz/package-info.java index f4f833026..fe897c9bb 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/exporters/script/graphviz/package-info.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/exporters/script/graphviz/package-info.java @@ -1,4 +1,4 @@ /** * Graphviz graphs exporter for scripts. */ -package com.jpexs.decompiler.flash.exporters.script.graphviz; \ No newline at end of file +package com.jpexs.decompiler.flash.exporters.script.graphviz; diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/exporters/script/package-info.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/exporters/script/package-info.java index cd5017c79..c2836f80b 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/exporters/script/package-info.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/exporters/script/package-info.java @@ -1,4 +1,4 @@ /** * Exporting scripts. */ -package com.jpexs.decompiler.flash.exporters.script; \ No newline at end of file +package com.jpexs.decompiler.flash.exporters.script; diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/exporters/settings/BinaryDataExportSettings.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/exporters/settings/BinaryDataExportSettings.java index 14f61fce4..584da4187 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/exporters/settings/BinaryDataExportSettings.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/exporters/settings/BinaryDataExportSettings.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ @@ -20,6 +20,7 @@ import com.jpexs.decompiler.flash.exporters.modes.BinaryDataExportMode; /** * Binary data export settings. + * * @author JPEXS */ public class BinaryDataExportSettings { diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/exporters/settings/ButtonExportSettings.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/exporters/settings/ButtonExportSettings.java index 87e73a257..12746dcee 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/exporters/settings/ButtonExportSettings.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/exporters/settings/ButtonExportSettings.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ @@ -20,6 +20,7 @@ import com.jpexs.decompiler.flash.exporters.modes.ButtonExportMode; /** * Button export settings. + * * @author JPEXS */ public class ButtonExportSettings { diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/exporters/settings/Font4ExportSettings.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/exporters/settings/Font4ExportSettings.java index 0153a8f19..ce5c64f12 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/exporters/settings/Font4ExportSettings.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/exporters/settings/Font4ExportSettings.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ @@ -20,6 +20,7 @@ import com.jpexs.decompiler.flash.exporters.modes.Font4ExportMode; /** * DefineFont4 export settings. + * * @author JPEXS */ public class Font4ExportSettings { diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/exporters/settings/FontExportSettings.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/exporters/settings/FontExportSettings.java index 718aadf7e..099826b76 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/exporters/settings/FontExportSettings.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/exporters/settings/FontExportSettings.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ @@ -20,6 +20,7 @@ import com.jpexs.decompiler.flash.exporters.modes.FontExportMode; /** * Font export settings. + * * @author JPEXS */ public class FontExportSettings { diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/exporters/settings/FrameExportSettings.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/exporters/settings/FrameExportSettings.java index 59b6109c5..af483cad5 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/exporters/settings/FrameExportSettings.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/exporters/settings/FrameExportSettings.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ @@ -20,6 +20,7 @@ import com.jpexs.decompiler.flash.exporters.modes.FrameExportMode; /** * Frame export settings. + * * @author JPEXS */ public class FrameExportSettings { diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/exporters/settings/ImageExportSettings.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/exporters/settings/ImageExportSettings.java index aa9d55271..f06b379c0 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/exporters/settings/ImageExportSettings.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/exporters/settings/ImageExportSettings.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ @@ -20,6 +20,7 @@ import com.jpexs.decompiler.flash.exporters.modes.ImageExportMode; /** * Image export settings. + * * @author JPEXS */ public class ImageExportSettings { diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/exporters/settings/MorphShapeExportSettings.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/exporters/settings/MorphShapeExportSettings.java index abe99b42a..66ebc3488 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/exporters/settings/MorphShapeExportSettings.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/exporters/settings/MorphShapeExportSettings.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ @@ -20,6 +20,7 @@ import com.jpexs.decompiler.flash.exporters.modes.MorphShapeExportMode; /** * Morph shape export settings. + * * @author JPEXS */ public class MorphShapeExportSettings { diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/exporters/settings/MovieExportSettings.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/exporters/settings/MovieExportSettings.java index 7402c457a..8e57f9f51 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/exporters/settings/MovieExportSettings.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/exporters/settings/MovieExportSettings.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ @@ -20,6 +20,7 @@ import com.jpexs.decompiler.flash.exporters.modes.MovieExportMode; /** * Movie export settings. + * * @author JPEXS */ public class MovieExportSettings { diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/exporters/settings/ScriptExportSettings.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/exporters/settings/ScriptExportSettings.java index 69951b408..986dcb799 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/exporters/settings/ScriptExportSettings.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/exporters/settings/ScriptExportSettings.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ @@ -21,6 +21,7 @@ import com.jpexs.decompiler.flash.helpers.FileTextWriter; /** * Script export settings. + * * @author JPEXS */ public class ScriptExportSettings { @@ -40,9 +41,9 @@ public class ScriptExportSettings { public boolean exportEmbedFlaMode; public boolean resampleWav; - + public String assetsDir; - + public ScriptExportSettings( ScriptExportMode mode, boolean singleFile, @@ -53,8 +54,6 @@ public class ScriptExportSettings { ) { this(mode, singleFile, ignoreFrameScripts, exportEmbed, exportEmbedFlaMode, resampleWav, "/_assets/"); } - - public ScriptExportSettings( ScriptExportMode mode, diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/exporters/settings/ShapeExportSettings.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/exporters/settings/ShapeExportSettings.java index 0dff78931..f5d034132 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/exporters/settings/ShapeExportSettings.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/exporters/settings/ShapeExportSettings.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ @@ -20,6 +20,7 @@ import com.jpexs.decompiler.flash.exporters.modes.ShapeExportMode; /** * Shape export settings. + * * @author JPEXS */ public class ShapeExportSettings { diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/exporters/settings/SoundExportSettings.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/exporters/settings/SoundExportSettings.java index a7e899794..da9dfb86d 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/exporters/settings/SoundExportSettings.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/exporters/settings/SoundExportSettings.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ @@ -20,6 +20,7 @@ import com.jpexs.decompiler.flash.exporters.modes.SoundExportMode; /** * Sound export settings. + * * @author JPEXS */ public class SoundExportSettings { diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/exporters/settings/SpriteExportSettings.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/exporters/settings/SpriteExportSettings.java index c8aaf994b..988b67b72 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/exporters/settings/SpriteExportSettings.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/exporters/settings/SpriteExportSettings.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ @@ -20,6 +20,7 @@ import com.jpexs.decompiler.flash.exporters.modes.SpriteExportMode; /** * Sprite export settings. + * * @author JPEXS */ public class SpriteExportSettings { diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/exporters/settings/SymbolClassExportSettings.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/exporters/settings/SymbolClassExportSettings.java index a5f97464f..95d25f01d 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/exporters/settings/SymbolClassExportSettings.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/exporters/settings/SymbolClassExportSettings.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ @@ -20,6 +20,7 @@ import com.jpexs.decompiler.flash.exporters.modes.SymbolClassExportMode; /** * SymbolClass export settings. + * * @author Dofera */ public class SymbolClassExportSettings { diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/exporters/settings/TextExportSettings.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/exporters/settings/TextExportSettings.java index 4e4d74cae..86a525782 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/exporters/settings/TextExportSettings.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/exporters/settings/TextExportSettings.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ @@ -20,6 +20,7 @@ import com.jpexs.decompiler.flash.exporters.modes.TextExportMode; /** * Text export settings. + * * @author JPEXS */ public class TextExportSettings { diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/exporters/settings/package-info.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/exporters/settings/package-info.java index 984ceea55..627685744 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/exporters/settings/package-info.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/exporters/settings/package-info.java @@ -1,4 +1,4 @@ /** * Export settings. */ -package com.jpexs.decompiler.flash.exporters.settings; \ No newline at end of file +package com.jpexs.decompiler.flash.exporters.settings; diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/exporters/shape/BitmapExporter.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/exporters/shape/BitmapExporter.java index 3daaed748..5151e6014 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/exporters/shape/BitmapExporter.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/exporters/shape/BitmapExporter.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ @@ -55,6 +55,7 @@ import java.util.List; /** * Bitmap exporter. + * * @author JPEXS */ public class BitmapExporter extends ShapeExporterBase { @@ -150,7 +151,7 @@ public class BitmapExporter extends ShapeExporterBase { /** * Strokes the given Shape with this stroke, creating an outline. - * + *

* This outline is distorted by our AffineTransform relative to the * outline which would be given by the base stroke, but only in terms of * scaling (i.e. thickness of the lines), as translation and rotation diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/exporters/shape/CanvasShapeExporter.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/exporters/shape/CanvasShapeExporter.java index fdb85187f..0e086a351 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/exporters/shape/CanvasShapeExporter.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/exporters/shape/CanvasShapeExporter.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ @@ -35,6 +35,7 @@ import com.jpexs.helpers.SerializableImage; /** * Canvas shape exporter. + * * @author JPEXS */ public class CanvasShapeExporter extends ShapeExporterBase { @@ -422,7 +423,8 @@ public class CanvasShapeExporter extends ShapeExporterBase { if (pathData != null && pathData.length() > 0) { shapeData.append("\tvar pathData=\"").append(pathData.toString().trim()).append("\";\r\n"); String drawStroke = "\tdrawPath(ctx,pathData,true,scaleMode);\r\n"; - String drawFill = "\tdrawPath(ctx,pathData,false);\r\n";; + String drawFill = "\tdrawPath(ctx,pathData,false);\r\n"; + ; pathData = new StringBuilder(); if (lineFillData != null) { StringBuilder preLineFillData = new StringBuilder(); diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/exporters/shape/CurvedEdge.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/exporters/shape/CurvedEdge.java index 0f5ba7da2..5fd495e91 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/exporters/shape/CurvedEdge.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/exporters/shape/CurvedEdge.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ @@ -18,6 +18,7 @@ package com.jpexs.decompiler.flash.exporters.shape; /** * Curved edge. + * * @author JPEXS */ public class CurvedEdge extends StraightEdge implements IEdge { diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/exporters/shape/DefaultSVGShapeExporter.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/exporters/shape/DefaultSVGShapeExporter.java index ffcc6c55e..f71f6c99a 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/exporters/shape/DefaultSVGShapeExporter.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/exporters/shape/DefaultSVGShapeExporter.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ @@ -25,6 +25,7 @@ import com.jpexs.decompiler.flash.types.SHAPE; /** * Default SVG shape exporter. + * * @author JPEXS, Claus Wahlers */ public abstract class DefaultSVGShapeExporter extends ShapeExporterBase { diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/exporters/shape/IEdge.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/exporters/shape/IEdge.java index ebac05241..6ab807fef 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/exporters/shape/IEdge.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/exporters/shape/IEdge.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ @@ -18,6 +18,7 @@ package com.jpexs.decompiler.flash.exporters.shape; /** * Edge interface. + * * @author JPEXS */ public interface IEdge { diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/exporters/shape/IShapeExporter.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/exporters/shape/IShapeExporter.java index 1ab579828..99430559b 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/exporters/shape/IShapeExporter.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/exporters/shape/IShapeExporter.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ @@ -23,6 +23,7 @@ import com.jpexs.decompiler.flash.types.RGB; /** * Shape exporter interface. + * * @author JPEXS */ public interface IShapeExporter { diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/exporters/shape/MiterClipBasicStroke.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/exporters/shape/MiterClipBasicStroke.java index d986a097b..e08056573 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/exporters/shape/MiterClipBasicStroke.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/exporters/shape/MiterClipBasicStroke.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ @@ -29,6 +29,7 @@ import java.util.List; /** * Miter clip basic stroke. + * * @author JPEXS */ public class MiterClipBasicStroke implements Stroke { diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/exporters/shape/PathExporter.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/exporters/shape/PathExporter.java index c86704edc..e3d121d41 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/exporters/shape/PathExporter.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/exporters/shape/PathExporter.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ @@ -29,6 +29,7 @@ import java.util.List; /** * Path exporter. + * * @author JPEXS */ public class PathExporter extends ShapeExporterBase { diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/exporters/shape/SVGShapeExporter.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/exporters/shape/SVGShapeExporter.java index 47d5d5efb..24849d015 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/exporters/shape/SVGShapeExporter.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/exporters/shape/SVGShapeExporter.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ @@ -37,6 +37,7 @@ import org.w3c.dom.Element; /** * SVG shape exporter. + * * @author JPEXS, Claus Wahlers */ public class SVGShapeExporter extends DefaultSVGShapeExporter { diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/exporters/shape/ShapeExportData.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/exporters/shape/ShapeExportData.java index 10c38eba5..828204fa7 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/exporters/shape/ShapeExportData.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/exporters/shape/ShapeExportData.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ @@ -22,6 +22,7 @@ import java.util.List; /** * Shape export data. + * * @author JPEXS */ public class ShapeExportData { diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/exporters/shape/ShapeExporterBase.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/exporters/shape/ShapeExporterBase.java index da6a70fb1..67b1b312b 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/exporters/shape/ShapeExporterBase.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/exporters/shape/ShapeExporterBase.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ @@ -43,6 +43,7 @@ import java.util.Map; /** * Shape exporter base. + * * @author JPEXS, Claus Wahlers */ public abstract class ShapeExporterBase implements IShapeExporter { diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/exporters/shape/StraightEdge.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/exporters/shape/StraightEdge.java index f58bf184d..b9a04d657 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/exporters/shape/StraightEdge.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/exporters/shape/StraightEdge.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ @@ -18,6 +18,7 @@ package com.jpexs.decompiler.flash.exporters.shape; /** * Straight edge. + * * @author JPEXS */ public class StraightEdge implements IEdge { diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/exporters/shape/package-info.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/exporters/shape/package-info.java index 6e7e83b05..19c970f63 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/exporters/shape/package-info.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/exporters/shape/package-info.java @@ -1,4 +1,4 @@ /** * Exporting shapes. */ -package com.jpexs.decompiler.flash.exporters.shape; \ No newline at end of file +package com.jpexs.decompiler.flash.exporters.shape; diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/exporters/swf/IndentedStringBuilder.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/exporters/swf/IndentedStringBuilder.java index de50b9736..cf76a4955 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/exporters/swf/IndentedStringBuilder.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/exporters/swf/IndentedStringBuilder.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ @@ -20,6 +20,7 @@ import com.jpexs.helpers.Helper; /** * Indented string builder. + * * @author JPEXS */ public class IndentedStringBuilder { diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/exporters/swf/SwfFile.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/exporters/swf/SwfFile.java index fede2d464..85763916d 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/exporters/swf/SwfFile.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/exporters/swf/SwfFile.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ @@ -20,8 +20,8 @@ import com.jpexs.decompiler.flash.SWF; import java.io.IOException; /** - * Swf file. - * ??? + * Swf file. ??? + * * @author JPEXS */ public class SwfFile { diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/exporters/swf/SwfFlashDevelopExporter.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/exporters/swf/SwfFlashDevelopExporter.java index 571208f96..8cd327bab 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/exporters/swf/SwfFlashDevelopExporter.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/exporters/swf/SwfFlashDevelopExporter.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ @@ -31,6 +31,7 @@ import java.io.IOException; /** * Exports SWF to FlashDevelop project. + * * @author JPEXS */ public class SwfFlashDevelopExporter { @@ -64,7 +65,7 @@ public class SwfFlashDevelopExporter { String srcPath = "src"; String project = "\n" + "\n" - + " \n" + + " \n" + " \n" + " \n" + " \n" diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/exporters/swf/SwfIntelliJIdeaExporter.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/exporters/swf/SwfIntelliJIdeaExporter.java index c1ae05ccf..31183530e 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/exporters/swf/SwfIntelliJIdeaExporter.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/exporters/swf/SwfIntelliJIdeaExporter.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ @@ -33,14 +33,15 @@ import java.util.UUID; /** * Exports SWF to IntelliJ IDEA project. + * * @author JPEXS */ public class SwfIntelliJIdeaExporter { - + private static final String PROJECTID_CHARACTERS = "0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ"; private static final int PROJECTID_LENGTH = 27; private static final SecureRandom RANDOM = new SecureRandom(); - + private static String generateProjectId() { StringBuilder sb = new StringBuilder(PROJECTID_LENGTH); for (int i = 0; i < PROJECTID_LENGTH; i++) { @@ -49,7 +50,6 @@ public class SwfIntelliJIdeaExporter { } return sb.toString(); } - private static String doubleToString(double d) { String ds = "" + d; @@ -61,13 +61,13 @@ public class SwfIntelliJIdeaExporter { public void exportIntelliJIdeaProject(SWF swf, File outDir, AbortRetryIgnoreHandler handler) throws IOException { exportIntelliJIdeaProject(swf, outDir, handler, null); - } + } public void exportIntelliJIdeaProject(SWF swf, File outDir, AbortRetryIgnoreHandler handler, EventListener eventListener) throws IOException { if (!swf.isAS3()) { throw new IllegalArgumentException("SWF must be AS3"); } - + if (!outDir.exists()) { if (!outDir.mkdirs()) { throw new IOException("Cannot create directory"); @@ -77,7 +77,7 @@ public class SwfIntelliJIdeaExporter { throw new IOException("The selected file is not a directory"); } - String simpleName = swf.getShortFileName(); + String simpleName = swf.getShortFileName(); if (simpleName.contains(".")) { simpleName = simpleName.substring(0, simpleName.lastIndexOf(".")); } @@ -134,7 +134,7 @@ public class SwfIntelliJIdeaExporter { String workspaceXml = "\n" + "\n" + " \n" - + " \n" + + " \n" + " \n" + " \n" + " \n" - + " \n" - + "

* Based on swfdecrypt.py by NathaanTFM */ public class HarmanSwfEncrypt { diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/harman/package-info.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/harman/package-info.java index e8e94055f..31d7dc79f 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/harman/package-info.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/harman/package-info.java @@ -1,4 +1,4 @@ /** * Harman. */ -package com.jpexs.decompiler.flash.harman; \ No newline at end of file +package com.jpexs.decompiler.flash.harman; diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/helpers/BMPFile.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/helpers/BMPFile.java index 9585cffd4..9dc340e54 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/helpers/BMPFile.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/helpers/BMPFile.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ @@ -26,8 +26,7 @@ import java.io.IOException; import java.io.OutputStream; /** - * BMP file writer. - * Adapted from + * BMP file writer. Adapted from * http://www.javaworld.com/article/2077561/learn-java/java-tip-60--saving-bitmap-files-in-java.html */ public class BMPFile extends Component { diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/helpers/CodeFormatting.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/helpers/CodeFormatting.java index 128428f33..4ad1e99ee 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/helpers/CodeFormatting.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/helpers/CodeFormatting.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ @@ -18,6 +18,7 @@ package com.jpexs.decompiler.flash.helpers; /** * Code formatting settings. + * * @author JPEXS */ public class CodeFormatting { diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/helpers/FileTextWriter.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/helpers/FileTextWriter.java index b1314f0ff..e4765cce6 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/helpers/FileTextWriter.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/helpers/FileTextWriter.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/helpers/FontHelper.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/helpers/FontHelper.java index d1523713b..6dd9333c8 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/helpers/FontHelper.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/helpers/FontHelper.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ @@ -38,6 +38,7 @@ import java.util.Map; /** * Font helper. + * * @author JPEXS */ public class FontHelper { diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/helpers/Freed.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/helpers/Freed.java index 0370905e2..17141d908 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/helpers/Freed.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/helpers/Freed.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ @@ -18,6 +18,7 @@ package com.jpexs.decompiler.flash.helpers; /** * Interface for objects that can be freed. + * * @author JPEXS */ public interface Freed { diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/helpers/GraphSourceItemPosition.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/helpers/GraphSourceItemPosition.java index d3476aceb..49ae92401 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/helpers/GraphSourceItemPosition.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/helpers/GraphSourceItemPosition.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/helpers/GraphTextWriter.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/helpers/GraphTextWriter.java index 94dea57b8..3ccb91ce3 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/helpers/GraphTextWriter.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/helpers/GraphTextWriter.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/helpers/HighlightedText.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/helpers/HighlightedText.java index c0b08abf4..b9e1451b3 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/helpers/HighlightedText.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/helpers/HighlightedText.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/helpers/HighlightedTextWriter.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/helpers/HighlightedTextWriter.java index 03bb66ac5..7ab822554 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/helpers/HighlightedTextWriter.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/helpers/HighlightedTextWriter.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/helpers/ImageHelper.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/helpers/ImageHelper.java index 031d33b33..d5b6a2b62 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/helpers/ImageHelper.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/helpers/ImageHelper.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ @@ -42,6 +42,7 @@ import org.monte.media.jpeg.CMYKJPEGImageReaderSpi; /** * Image helper. + * * @author JPEXS */ public class ImageHelper { diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/helpers/InternalClass.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/helpers/InternalClass.java index 304b605e6..5cca47691 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/helpers/InternalClass.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/helpers/InternalClass.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ @@ -18,6 +18,7 @@ package com.jpexs.decompiler.flash.helpers; /** * Interface for objects that are internal. + * * @author JPEXS */ public interface InternalClass { diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/helpers/LazyObject.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/helpers/LazyObject.java index e572b65f3..fbaf4ec89 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/helpers/LazyObject.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/helpers/LazyObject.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ @@ -18,6 +18,7 @@ package com.jpexs.decompiler.flash.helpers; /** * Interface for objects that can be loaded lazily. + * * @author JPEXS */ public interface LazyObject { diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/helpers/LoopWithType.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/helpers/LoopWithType.java index aab2bac8b..15f221755 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/helpers/LoopWithType.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/helpers/LoopWithType.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/helpers/NulWriter.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/helpers/NulWriter.java index 20e6277ca..693bdab7c 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/helpers/NulWriter.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/helpers/NulWriter.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/helpers/SWFDecompilerAdapter.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/helpers/SWFDecompilerAdapter.java index 8976bfca2..be6356b7e 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/helpers/SWFDecompilerAdapter.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/helpers/SWFDecompilerAdapter.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ @@ -26,12 +26,14 @@ import java.util.List; /** * Adapter for SWFDecompilerListener. + * * @author JPEXS */ public class SWFDecompilerAdapter implements SWFDecompilerListener { /** * Called when a file is proxied + * * @param data file data * @return proxied file data */ @@ -42,6 +44,7 @@ public class SWFDecompilerAdapter implements SWFDecompilerListener { /** * Called when a SWF file is parsed + * * @param swf SWF object */ @Override @@ -50,6 +53,7 @@ public class SWFDecompilerAdapter implements SWFDecompilerListener { /** * Called when an action list is parsed + * * @param actions Action list * @param swf SWF object * @throws InterruptedException @@ -60,6 +64,7 @@ public class SWFDecompilerAdapter implements SWFDecompilerListener { /** * Called when an action tree is created + * * @param tree Action tree * @param swf SWF object * @throws InterruptedException @@ -70,6 +75,7 @@ public class SWFDecompilerAdapter implements SWFDecompilerListener { /** * Called when an ABC is parsed + * * @param abc ABC object * @param swf SWF object */ @@ -79,6 +85,7 @@ public class SWFDecompilerAdapter implements SWFDecompilerListener { /** * Called when a method body is parsed + * * @param abc ABC object * @param body Method body * @param swf SWF object diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/helpers/SWFDecompilerListener.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/helpers/SWFDecompilerListener.java index 14347eb4e..433c3c84e 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/helpers/SWFDecompilerListener.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/helpers/SWFDecompilerListener.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ @@ -26,12 +26,14 @@ import java.util.List; /** * Listener for SWF decompiler events. + * * @author JPEXS */ public interface SWFDecompilerListener { /** * Called when a file is proxied + * * @param data file data * @return proxied file data */ @@ -39,12 +41,14 @@ public interface SWFDecompilerListener { /** * Called when a SWF file is parsed + * * @param swf SWF object */ void swfParsed(SWF swf); /** * Called when an action list is parsed + * * @param actions Action list * @param swf SWF object * @throws InterruptedException @@ -53,6 +57,7 @@ public interface SWFDecompilerListener { /** * Called when an action tree is created + * * @param tree Action tree * @param swf SWF object * @throws InterruptedException @@ -61,6 +66,7 @@ public interface SWFDecompilerListener { /** * Called when an ABC is parsed + * * @param abc ABC object * @param swf SWF object */ @@ -68,6 +74,7 @@ public interface SWFDecompilerListener { /** * Called when a method body is parsed + * * @param abc ABC object * @param body Method body * @param swf SWF object diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/helpers/SWFDecompilerPlugin.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/helpers/SWFDecompilerPlugin.java index 78899e862..ff532f4b7 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/helpers/SWFDecompilerPlugin.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/helpers/SWFDecompilerPlugin.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, Miron Sadziak, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ @@ -45,6 +45,7 @@ import javax.tools.ToolProvider; /** * SWF decompiler plugin. + * * @author JPEXS */ public class SWFDecompilerPlugin { @@ -118,7 +119,8 @@ public class SWFDecompilerPlugin { } System.out.println("Plugin loaded: " + pluginName); - } catch (MalformedURLException | ClassNotFoundException | InstantiationException | IllegalAccessException | NoSuchMethodException | SecurityException | IllegalArgumentException | InvocationTargetException ex) { + } catch (MalformedURLException | ClassNotFoundException | InstantiationException | IllegalAccessException + | NoSuchMethodException | SecurityException | IllegalArgumentException | InvocationTargetException ex) { logger.log(Level.SEVERE, null, ex); } } diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/helpers/StreamTextWriter.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/helpers/StreamTextWriter.java index 316ef4b0c..0d1e0c5c2 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/helpers/StreamTextWriter.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/helpers/StreamTextWriter.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/helpers/StringBuilderTextWriter.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/helpers/StringBuilderTextWriter.java index 5ca6e2b40..059bc4ca5 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/helpers/StringBuilderTextWriter.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/helpers/StringBuilderTextWriter.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/helpers/collections/FixItemCounterStack.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/helpers/collections/FixItemCounterStack.java index 051343d23..57340fe6a 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/helpers/collections/FixItemCounterStack.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/helpers/collections/FixItemCounterStack.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ @@ -20,6 +20,7 @@ import java.util.Stack; /** * Fix item counter stack. + * * @author JPEXS */ public class FixItemCounterStack extends Stack { diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/helpers/collections/MyEntry.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/helpers/collections/MyEntry.java index 4cc84a4a9..2e289d3bf 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/helpers/collections/MyEntry.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/helpers/collections/MyEntry.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ @@ -22,6 +22,7 @@ import java.util.Objects; /** * Entry implementation. + * * @param Key * @param Value * @author JPEXS diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/helpers/collections/MyMap.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/helpers/collections/MyMap.java index 614cf200f..755148e0c 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/helpers/collections/MyMap.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/helpers/collections/MyMap.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ @@ -24,6 +24,7 @@ import java.util.Set; /** * Map implementation. + * * @param * @param * @author JPEXS diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/helpers/collections/MySet.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/helpers/collections/MySet.java index 8c0787fae..0e757660b 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/helpers/collections/MySet.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/helpers/collections/MySet.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ @@ -24,6 +24,7 @@ import java.util.Set; /** * Set implementation. + * * @param * @author JPEXS */ diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/helpers/collections/package-info.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/helpers/collections/package-info.java index f94d93f6a..c82df92d1 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/helpers/collections/package-info.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/helpers/collections/package-info.java @@ -1,4 +1,4 @@ /** * Collection helpers. */ -package com.jpexs.decompiler.flash.helpers.collections; \ No newline at end of file +package com.jpexs.decompiler.flash.helpers.collections; diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/helpers/hilight/HighlightData.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/helpers/hilight/HighlightData.java index 672662bec..9da00b33b 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/helpers/hilight/HighlightData.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/helpers/hilight/HighlightData.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ @@ -21,6 +21,7 @@ import java.io.Serializable; /** * Highlight data. + * * @author JPEXS */ public class HighlightData implements Cloneable, Serializable { diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/helpers/hilight/HighlightSpecialType.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/helpers/hilight/HighlightSpecialType.java index 20a42c7ef..739523b38 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/helpers/hilight/HighlightSpecialType.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/helpers/hilight/HighlightSpecialType.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ @@ -18,6 +18,7 @@ package com.jpexs.decompiler.flash.helpers.hilight; /** * Special types of highlighting. + * * @author JPEXS */ public enum HighlightSpecialType { diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/helpers/hilight/HighlightType.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/helpers/hilight/HighlightType.java index 0afee8fc4..a4b046a6d 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/helpers/hilight/HighlightType.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/helpers/hilight/HighlightType.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ @@ -18,6 +18,7 @@ package com.jpexs.decompiler.flash.helpers.hilight; /** * Highlight type. + * * @author JPEXS */ public enum HighlightType { diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/helpers/hilight/Highlighting.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/helpers/hilight/Highlighting.java index d934edfbb..61c4ae998 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/helpers/hilight/Highlighting.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/helpers/hilight/Highlighting.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ @@ -270,7 +270,6 @@ public class Highlighting implements Serializable { } /** - * * @param startPos Starting position * @param data Highlighting data * @param type Highlighting type diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/helpers/hilight/HighlightingList.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/helpers/hilight/HighlightingList.java index f5934cf1b..e89375a5b 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/helpers/hilight/HighlightingList.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/helpers/hilight/HighlightingList.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ @@ -23,6 +23,7 @@ import java.util.function.UnaryOperator; /** * List of Highlighting objects. + * * @author JPEXS */ public class HighlightingList extends ArrayList { diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/helpers/hilight/package-info.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/helpers/hilight/package-info.java index b24eab0d0..2d9f60d1f 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/helpers/hilight/package-info.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/helpers/hilight/package-info.java @@ -1,4 +1,4 @@ /** * Code position highlighting. */ -package com.jpexs.decompiler.flash.helpers.hilight; \ No newline at end of file +package com.jpexs.decompiler.flash.helpers.hilight; diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/helpers/package-info.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/helpers/package-info.java index 8decd077e..bed3d62ae 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/helpers/package-info.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/helpers/package-info.java @@ -1,4 +1,4 @@ /** * Helpers for flash. */ -package com.jpexs.decompiler.flash.helpers; \ No newline at end of file +package com.jpexs.decompiler.flash.helpers; diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/iggy/DataType.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/iggy/DataType.java index 955a7d8d3..1db880834 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/iggy/DataType.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/iggy/DataType.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ @@ -18,6 +18,7 @@ package com.jpexs.decompiler.flash.iggy; /** * Data type. + * * @author JPEXS */ public enum DataType { diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/iggy/IggyCharAdvances.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/iggy/IggyCharAdvances.java index 7068f3fe9..0fe29e0d8 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/iggy/IggyCharAdvances.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/iggy/IggyCharAdvances.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ @@ -25,6 +25,7 @@ import java.util.List; /** * Char advances. + * * @author JPEXS */ public class IggyCharAdvances implements StructureInterface { diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/iggy/IggyCharIndices.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/iggy/IggyCharIndices.java index c79fe2188..334333fd8 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/iggy/IggyCharIndices.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/iggy/IggyCharIndices.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ @@ -26,6 +26,7 @@ import java.util.List; /** * Char indices. + * * @author JPEXS */ public class IggyCharIndices implements StructureInterface { diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/iggy/IggyCharKerning.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/iggy/IggyCharKerning.java index cd5f7a590..8f36bbc96 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/iggy/IggyCharKerning.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/iggy/IggyCharKerning.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ @@ -25,6 +25,7 @@ import java.util.List; /** * Char kerning. + * * @author JPEXS */ public class IggyCharKerning implements StructureInterface { diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/iggy/IggyCharOffset.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/iggy/IggyCharOffset.java index 97f3a8783..bf273454a 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/iggy/IggyCharOffset.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/iggy/IggyCharOffset.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ @@ -25,6 +25,7 @@ import java.util.logging.Logger; /** * Char offset. + * * @author JPEXS */ public class IggyCharOffset implements StructureInterface { diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/iggy/IggyDeclStrings.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/iggy/IggyDeclStrings.java index 77b551206..fae8ebab3 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/iggy/IggyDeclStrings.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/iggy/IggyDeclStrings.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ @@ -26,6 +26,7 @@ import java.io.IOException; /** * Declared strings. + * * @author JPEXS */ public class IggyDeclStrings implements StructureInterface { diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/iggy/IggyFile.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/iggy/IggyFile.java index 34a514817..4c1df2cc5 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/iggy/IggyFile.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/iggy/IggyFile.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ @@ -34,10 +34,10 @@ import java.util.logging.Logger; /** * Iggy file. + * * @author JPEXS - * + *

* Based of works of somebody called eternity. - * */ public class IggyFile implements StructureInterface { diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/iggy/IggyFlashHeader32.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/iggy/IggyFlashHeader32.java index eeb4632c7..80d20e5db 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/iggy/IggyFlashHeader32.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/iggy/IggyFlashHeader32.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ @@ -23,10 +23,11 @@ import java.io.IOException; /** * Flash header for 32-bit iggy files. + * * @author JPEXS - * + *

* Based of works of somebody called eternity. - * + *

* All relative offsets are relative from that specific field position All * relative offsets can get value "1" to indicate "nothing" */ diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/iggy/IggyFlashHeader64.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/iggy/IggyFlashHeader64.java index 6808b665d..6e8af8f5b 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/iggy/IggyFlashHeader64.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/iggy/IggyFlashHeader64.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ @@ -25,8 +25,9 @@ import java.lang.reflect.Field; /** * Flash header for 64-bit version of Iggy format. - * @author JPEXS * + * @author JPEXS + *

* Based of works of somebody called eternity. */ public class IggyFlashHeader64 implements IggyFlashHeaderInterface { diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/iggy/IggyFlashHeaderInterface.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/iggy/IggyFlashHeaderInterface.java index 800dbe7ff..784146cb7 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/iggy/IggyFlashHeaderInterface.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/iggy/IggyFlashHeaderInterface.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ @@ -20,6 +20,7 @@ import com.jpexs.decompiler.flash.iggy.streams.StructureInterface; /** * Flash header interface. + * * @author JPEXS */ public interface IggyFlashHeaderInterface extends StructureInterface { diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/iggy/IggyFont.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/iggy/IggyFont.java index 10ac2e2ff..ba6716bc8 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/iggy/IggyFont.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/iggy/IggyFont.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ @@ -28,6 +28,7 @@ import java.util.List; /** * Font tag. + * * @author JPEXS */ public class IggyFont extends IggyTag { diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/iggy/IggyFontBinInfo.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/iggy/IggyFontBinInfo.java index 13ebb9af9..980b6dffd 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/iggy/IggyFontBinInfo.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/iggy/IggyFontBinInfo.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ @@ -24,6 +24,7 @@ import java.io.IOException; /** * Font bin info. + * * @author JPEXS */ public class IggyFontBinInfo implements StructureInterface { diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/iggy/IggyFontTypeInfo.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/iggy/IggyFontTypeInfo.java index 70a4898b5..e394bc7b8 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/iggy/IggyFontTypeInfo.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/iggy/IggyFontTypeInfo.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ @@ -24,6 +24,7 @@ import java.io.IOException; /** * Font type info. + * * @author JPEXS */ public class IggyFontTypeInfo implements StructureInterface { diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/iggy/IggyHeader.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/iggy/IggyHeader.java index 2d1eb67fe..0e4210649 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/iggy/IggyHeader.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/iggy/IggyHeader.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ @@ -25,10 +25,11 @@ import java.io.IOException; /** * Header. + * * @author JPEXS - * + *

* little endian all - * + *

* Based of works of somebody called eternity. */ public class IggyHeader implements StructureInterface { @@ -76,7 +77,6 @@ public class IggyHeader implements StructureInterface { } /** - * * @param version * @param platform1 * @param platform2 32/64 diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/iggy/IggyShape.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/iggy/IggyShape.java index 40f515288..da47662a5 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/iggy/IggyShape.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/iggy/IggyShape.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ @@ -28,6 +28,7 @@ import java.util.logging.Logger; /** * Shape. + * * @author JPEXS */ public class IggyShape implements StructureInterface { diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/iggy/IggyShapeNode.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/iggy/IggyShapeNode.java index 5c8a5fd7f..0d539857c 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/iggy/IggyShapeNode.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/iggy/IggyShapeNode.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ @@ -25,6 +25,7 @@ import java.util.logging.Logger; /** * Shape node. + * * @author JPEXS */ public class IggyShapeNode implements StructureInterface { diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/iggy/IggySubFileEntry.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/iggy/IggySubFileEntry.java index 92f15a436..97bfe2f10 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/iggy/IggySubFileEntry.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/iggy/IggySubFileEntry.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ @@ -25,8 +25,9 @@ import java.io.IOException; /** * Sub file entry. - * @author JPEXS * + * @author JPEXS + *

* Based of works of somebody called eternity. */ public class IggySubFileEntry implements StructureInterface { diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/iggy/IggySwf.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/iggy/IggySwf.java index 0f06d0083..84c4e581d 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/iggy/IggySwf.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/iggy/IggySwf.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ @@ -28,6 +28,7 @@ import java.util.List; /** * SWF file. + * * @author JPEXS */ public class IggySwf implements StructureInterface { diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/iggy/IggyTag.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/iggy/IggyTag.java index 4d9b484fb..fd42c78bd 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/iggy/IggyTag.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/iggy/IggyTag.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ @@ -20,6 +20,7 @@ import com.jpexs.decompiler.flash.iggy.streams.StructureInterface; /** * Tag interface. + * * @author JPEXS */ public abstract class IggyTag implements StructureInterface { diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/iggy/IggyText.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/iggy/IggyText.java index aca151ccf..bd34823f2 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/iggy/IggyText.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/iggy/IggyText.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ @@ -27,6 +27,7 @@ import java.io.IOException; /** * Text. + * * @author JPEXS */ public class IggyText implements StructureInterface { diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/iggy/RawIggyPart.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/iggy/RawIggyPart.java index bdac057df..fd0cc7ff0 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/iggy/RawIggyPart.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/iggy/RawIggyPart.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ @@ -22,6 +22,7 @@ import java.io.IOException; /** * Raw iggy part. + * * @author JPEXS */ public class RawIggyPart extends IggyTag { diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/iggy/annotations/FieldPrinter.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/iggy/annotations/FieldPrinter.java index f9597e80c..04af8da51 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/iggy/annotations/FieldPrinter.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/iggy/annotations/FieldPrinter.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ @@ -20,6 +20,7 @@ import java.lang.reflect.Field; /** * Field printer. + * * @author JPEXS */ public class FieldPrinter { diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/iggy/annotations/IggyArrayFieldType.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/iggy/annotations/IggyArrayFieldType.java index 67909dead..a113af4de 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/iggy/annotations/IggyArrayFieldType.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/iggy/annotations/IggyArrayFieldType.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ @@ -24,6 +24,7 @@ import java.lang.annotation.Target; /** * Array field type annotation. + * * @author JPEXS */ @Retention(RetentionPolicy.RUNTIME) diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/iggy/annotations/IggyFieldType.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/iggy/annotations/IggyFieldType.java index 8ceb25b0f..c7c55da37 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/iggy/annotations/IggyFieldType.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/iggy/annotations/IggyFieldType.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ @@ -24,6 +24,7 @@ import java.lang.annotation.Target; /** * Field type annotation. + * * @author JPEXS */ @Retention(RetentionPolicy.RUNTIME) diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/iggy/annotations/package-info.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/iggy/annotations/package-info.java index b0d9e0cb5..4f52e335e 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/iggy/annotations/package-info.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/iggy/annotations/package-info.java @@ -1,4 +1,4 @@ /** * Iggy format annotations. */ -package com.jpexs.decompiler.flash.iggy.annotations; \ No newline at end of file +package com.jpexs.decompiler.flash.iggy.annotations; diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/iggy/conversion/IggyShapeToSwfConvertor.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/iggy/conversion/IggyShapeToSwfConvertor.java index 23a1475ed..7d817c6a2 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/iggy/conversion/IggyShapeToSwfConvertor.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/iggy/conversion/IggyShapeToSwfConvertor.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ @@ -31,6 +31,7 @@ import java.util.List; /** * Converts Iggy shape to SWF shape. + * * @author JPEXS */ public class IggyShapeToSwfConvertor { diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/iggy/conversion/IggySwfBundle.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/iggy/conversion/IggySwfBundle.java index 7672c6b70..a13a3fef7 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/iggy/conversion/IggySwfBundle.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/iggy/conversion/IggySwfBundle.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ @@ -33,6 +33,7 @@ import java.util.TreeSet; /** * Iggy SWF bundle. + * * @author JPEXS */ public class IggySwfBundle implements Bundle { diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/iggy/conversion/IggyToSwfConvertor.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/iggy/conversion/IggyToSwfConvertor.java index 62470b66a..7c94de31c 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/iggy/conversion/IggyToSwfConvertor.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/iggy/conversion/IggyToSwfConvertor.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ @@ -47,9 +47,7 @@ import java.util.HashMap; import java.util.Map; /** - * - * Iggy to SWF convertor. - * WIP + * Iggy to SWF convertor. WIP * * @author JPEXS */ diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/iggy/conversion/SwfShapeToIggyConvertor.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/iggy/conversion/SwfShapeToIggyConvertor.java index 5db96a941..e3fd6189b 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/iggy/conversion/SwfShapeToIggyConvertor.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/iggy/conversion/SwfShapeToIggyConvertor.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ @@ -29,6 +29,7 @@ import java.util.List; /** * Converts SWF shape to Iggy shape. + * * @author JPEXS */ public class SwfShapeToIggyConvertor { diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/iggy/conversion/SwfToIggyConvertor.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/iggy/conversion/SwfToIggyConvertor.java index c5c8c959c..215e69ba9 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/iggy/conversion/SwfToIggyConvertor.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/iggy/conversion/SwfToIggyConvertor.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ @@ -39,6 +39,7 @@ import java.util.List; /** * Converts SWF to Iggy. + * * @author JPEXS */ public class SwfToIggyConvertor { diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/iggy/conversion/package-info.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/iggy/conversion/package-info.java index 9b0240a15..d9a44fa2e 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/iggy/conversion/package-info.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/iggy/conversion/package-info.java @@ -1,4 +1,4 @@ /** * Converting Iggy format. */ -package com.jpexs.decompiler.flash.iggy.conversion; \ No newline at end of file +package com.jpexs.decompiler.flash.iggy.conversion; diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/iggy/package-info.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/iggy/package-info.java index a4b0375b1..1ef43553d 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/iggy/package-info.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/iggy/package-info.java @@ -1,4 +1,4 @@ /** * IGGY files. */ -package com.jpexs.decompiler.flash.iggy; \ No newline at end of file +package com.jpexs.decompiler.flash.iggy; diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/iggy/streams/AbstractDataStream.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/iggy/streams/AbstractDataStream.java index e544d3490..a89ae7897 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/iggy/streams/AbstractDataStream.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/iggy/streams/AbstractDataStream.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ @@ -21,6 +21,7 @@ import java.io.IOException; /** * Abstract data stream. + * * @author JPEXS */ public abstract class AbstractDataStream implements DataStreamInterface { diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/iggy/streams/DataStreamInterface.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/iggy/streams/DataStreamInterface.java index 76cc9ae2e..2579ba310 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/iggy/streams/DataStreamInterface.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/iggy/streams/DataStreamInterface.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ @@ -18,6 +18,7 @@ package com.jpexs.decompiler.flash.iggy.streams; /** * Data stream interface. + * * @author JPEXS */ public interface DataStreamInterface extends ReadDataStreamInterface, WriteDataStreamInterface { diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/iggy/streams/IggyIndexBuilder.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/iggy/streams/IggyIndexBuilder.java index 1466dee91..56e3442b1 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/iggy/streams/IggyIndexBuilder.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/iggy/streams/IggyIndexBuilder.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ @@ -32,6 +32,7 @@ import java.util.logging.Logger; /** * Index builder. + * * @author JPEXS */ public class IggyIndexBuilder { diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/iggy/streams/IggyIndexParser.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/iggy/streams/IggyIndexParser.java index c78a91aa2..8c649bf3f 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/iggy/streams/IggyIndexParser.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/iggy/streams/IggyIndexParser.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ @@ -22,6 +22,7 @@ import java.util.logging.Logger; /** * Index parser. + * * @author JPEXS */ public class IggyIndexParser { diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/iggy/streams/RandomAccessFileDataStream.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/iggy/streams/RandomAccessFileDataStream.java index 6e1b03c93..4a4abd2dc 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/iggy/streams/RandomAccessFileDataStream.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/iggy/streams/RandomAccessFileDataStream.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ @@ -24,6 +24,7 @@ import java.io.RandomAccessFile; /** * Random access file data stream. + * * @author JPEXS */ public class RandomAccessFileDataStream extends AbstractDataStream { diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/iggy/streams/ReadDataStreamInterface.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/iggy/streams/ReadDataStreamInterface.java index cc51ff499..bf6f3b86b 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/iggy/streams/ReadDataStreamInterface.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/iggy/streams/ReadDataStreamInterface.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ @@ -20,6 +20,7 @@ import java.io.IOException; /** * Read data stream interface. + * * @author JPEXS */ public interface ReadDataStreamInterface extends AutoCloseable { diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/iggy/streams/SeekMode.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/iggy/streams/SeekMode.java index d470fd7a6..3486ed03d 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/iggy/streams/SeekMode.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/iggy/streams/SeekMode.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ @@ -18,6 +18,7 @@ package com.jpexs.decompiler.flash.iggy.streams; /** * Seek mode. + * * @author JPEXS */ public enum SeekMode { diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/iggy/streams/StructureInterface.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/iggy/streams/StructureInterface.java index 8e55f8f9e..560369dad 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/iggy/streams/StructureInterface.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/iggy/streams/StructureInterface.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ @@ -20,6 +20,7 @@ import java.io.IOException; /** * Structure interface. + * * @author JPEXS */ public interface StructureInterface { diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/iggy/streams/TemporaryDataStream.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/iggy/streams/TemporaryDataStream.java index 8e5750888..dcbc838a5 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/iggy/streams/TemporaryDataStream.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/iggy/streams/TemporaryDataStream.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ @@ -21,6 +21,7 @@ import java.io.IOException; /** * Temporary data stream. + * * @author JPEXS */ public class TemporaryDataStream extends RandomAccessFileDataStream { diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/iggy/streams/WriteDataStreamInterface.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/iggy/streams/WriteDataStreamInterface.java index f79c79ad8..e41498a73 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/iggy/streams/WriteDataStreamInterface.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/iggy/streams/WriteDataStreamInterface.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ @@ -20,6 +20,7 @@ import java.io.IOException; /** * Write data stream interface. + * * @author JPEXS */ public interface WriteDataStreamInterface extends AutoCloseable { diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/iggy/streams/package-info.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/iggy/streams/package-info.java index 21a311210..4e1c76fa4 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/iggy/streams/package-info.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/iggy/streams/package-info.java @@ -1,4 +1,4 @@ /** * Iggy streams. */ -package com.jpexs.decompiler.flash.iggy.streams; \ No newline at end of file +package com.jpexs.decompiler.flash.iggy.streams; diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/importers/AS2ScriptImporter.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/importers/AS2ScriptImporter.java index f8a7a82c7..8aab4b8cc 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/importers/AS2ScriptImporter.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/importers/AS2ScriptImporter.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ @@ -36,6 +36,7 @@ import java.util.logging.Logger; /** * ActionScript 1/2 scripts importer. + * * @author JPEXS */ public class AS2ScriptImporter { diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/importers/AS3ScriptImporter.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/importers/AS3ScriptImporter.java index aaa0999fc..afad8adfc 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/importers/AS3ScriptImporter.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/importers/AS3ScriptImporter.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ @@ -31,6 +31,7 @@ import java.util.logging.Logger; /** * ActionScript 3 scripts importer. + * * @author JPEXS */ public class AS3ScriptImporter { diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/importers/As3ScriptReplaceException.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/importers/As3ScriptReplaceException.java index e08bdb08b..ecfdefeb4 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/importers/As3ScriptReplaceException.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/importers/As3ScriptReplaceException.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ @@ -21,6 +21,7 @@ import java.util.List; /** * Exception for script replace errors. + * * @author JPEXS */ public class As3ScriptReplaceException extends Exception { diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/importers/As3ScriptReplaceExceptionItem.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/importers/As3ScriptReplaceExceptionItem.java index cbf5ddc2c..168c156c8 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/importers/As3ScriptReplaceExceptionItem.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/importers/As3ScriptReplaceExceptionItem.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/importers/As3ScriptReplacerFactory.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/importers/As3ScriptReplacerFactory.java index f57ee749d..ba4c7cc59 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/importers/As3ScriptReplacerFactory.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/importers/As3ScriptReplacerFactory.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ @@ -21,6 +21,7 @@ import com.jpexs.decompiler.flash.flexsdk.MxmlcAs3ScriptReplacer; /** * Factory for creating As3ScriptReplacerInterface instances. + * * @author JPEXS */ public class As3ScriptReplacerFactory { diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/importers/As3ScriptReplacerInterface.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/importers/As3ScriptReplacerInterface.java index 5acfe5dd3..d658c5e29 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/importers/As3ScriptReplacerInterface.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/importers/As3ScriptReplacerInterface.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/importers/BinaryDataImporter.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/importers/BinaryDataImporter.java index 1d792d47c..5962b5004 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/importers/BinaryDataImporter.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/importers/BinaryDataImporter.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ @@ -21,6 +21,7 @@ import com.jpexs.helpers.ByteArrayRange; /** * Binary data importer. + * * @author JPEXS */ public class BinaryDataImporter extends TagImporter { diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/importers/FFDecAs3ScriptReplacer.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/importers/FFDecAs3ScriptReplacer.java index d7065c400..c03825a7e 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/importers/FFDecAs3ScriptReplacer.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/importers/FFDecAs3ScriptReplacer.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/importers/FontImporter.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/importers/FontImporter.java index 0d7df1d80..78b2d6ad2 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/importers/FontImporter.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/importers/FontImporter.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ @@ -23,6 +23,7 @@ import com.jpexs.decompiler.flash.tags.DefineFontTag; /** * Font importer. + * * @author JPEXS */ public class FontImporter { diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/importers/ImageImporter.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/importers/ImageImporter.java index 06cead499..c379fd4f4 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/importers/ImageImporter.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/importers/ImageImporter.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ @@ -45,6 +45,7 @@ import java.util.logging.Logger; /** * Image importer. + * * @author JPEXS */ public class ImageImporter extends TagImporter { @@ -54,7 +55,6 @@ public class ImageImporter extends TagImporter { } /** - * * @param it * @param newData * @param tagType 0 = can change for defineBits, -1 = detect based on data diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/importers/MorphShapeImporter.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/importers/MorphShapeImporter.java index 5b9cfdd4c..77173c064 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/importers/MorphShapeImporter.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/importers/MorphShapeImporter.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ @@ -21,6 +21,7 @@ import com.jpexs.decompiler.flash.tags.DefineMorphShapeTag; /** * Morph shape importer. + * * @author JPEXS */ public class MorphShapeImporter { diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/importers/MovieImporter.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/importers/MovieImporter.java index 2c5ca7804..6e2af7fa5 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/importers/MovieImporter.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/importers/MovieImporter.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ @@ -52,6 +52,7 @@ import java.util.logging.Logger; /** * Movie importer. + * * @author JPEXS */ public class MovieImporter { diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/importers/ScriptImporterProgressListener.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/importers/ScriptImporterProgressListener.java index df9b26848..f3df4003d 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/importers/ScriptImporterProgressListener.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/importers/ScriptImporterProgressListener.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ @@ -18,6 +18,7 @@ package com.jpexs.decompiler.flash.importers; /** * Listener for script importer progress. + * * @author JPEXS */ public interface ScriptImporterProgressListener { diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/importers/ShapeImporter.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/importers/ShapeImporter.java index 0fe96bce0..aecac6f03 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/importers/ShapeImporter.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/importers/ShapeImporter.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ @@ -53,6 +53,7 @@ import java.util.logging.Logger; /** * Shape importer. + * * @author JPEXS */ public class ShapeImporter { diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/importers/SoundImporter.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/importers/SoundImporter.java index bd9554635..f49019e7e 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/importers/SoundImporter.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/importers/SoundImporter.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ @@ -61,6 +61,7 @@ import javax.sound.sampled.UnsupportedAudioFileException; /** * Sound importer. + * * @author JPEXS */ public class SoundImporter { diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/importers/SpriteImporter.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/importers/SpriteImporter.java index d2903ac01..18bec1058 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/importers/SpriteImporter.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/importers/SpriteImporter.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ @@ -48,6 +48,7 @@ import javax.imageio.ImageIO; /** * Sprite importer. + * * @author JPEXS */ public class SpriteImporter { diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/importers/SwfXmlImporter.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/importers/SwfXmlImporter.java index 3633806f3..8e3eef717 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/importers/SwfXmlImporter.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/importers/SwfXmlImporter.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ @@ -135,6 +135,7 @@ import javax.xml.stream.XMLStreamReader; /** * SWF XML importer. + * * @author JPEXS */ @SuppressWarnings("unchecked") @@ -249,7 +250,8 @@ public class SwfXmlImporter { try { XMLStreamReader reader = xmlFactory.createXMLStreamReader(new StringReader(xml)); return processObject(reader, requiredType, swf, null, 1); - } catch (IllegalArgumentException | IllegalAccessException | NoSuchMethodException | InstantiationException | InvocationTargetException | XMLStreamException ex) { + } catch (IllegalArgumentException | IllegalAccessException | NoSuchMethodException | InstantiationException + | InvocationTargetException | XMLStreamException ex) { Logger.getLogger(SwfXmlImporter.class.getName()).log(Level.SEVERE, null, ex); } return null; @@ -352,7 +354,8 @@ public class SwfXmlImporter { try { Field field = getField(cls, name); setFieldValue(field, obj, getAs(field.getType(), val, xmlExportMajor)); - } catch (NoSuchFieldException | SecurityException | IllegalArgumentException | IllegalAccessException ex) { + } catch (NoSuchFieldException | SecurityException | IllegalArgumentException + | IllegalAccessException ex) { logger.log(Level.SEVERE, null, ex); } } @@ -394,7 +397,8 @@ public class SwfXmlImporter { Object childObj = processObject(reader, null, swf, tag, xmlExportMajor); setFieldValue(field, obj, childObj); } - } catch (NoSuchFieldException | SecurityException | IllegalArgumentException | IllegalAccessException | NoSuchMethodException | InstantiationException | InvocationTargetException ex) { + } catch (NoSuchFieldException | SecurityException | IllegalArgumentException | IllegalAccessException + | NoSuchMethodException | InstantiationException | InvocationTargetException ex) { logger.log(Level.SEVERE, "Error while getting val from class " + cls + " field: " + name, ex); } diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/importers/SymbolClassImporter.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/importers/SymbolClassImporter.java index 6adb61d14..9d4c9c760 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/importers/SymbolClassImporter.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/importers/SymbolClassImporter.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ @@ -27,6 +27,7 @@ import java.util.Map; /** * SymbolClass importer. + * * @author JPEXS */ public class SymbolClassImporter { diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/importers/TagImporter.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/importers/TagImporter.java index 1ddc8b331..a3a0efe5a 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/importers/TagImporter.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/importers/TagImporter.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ @@ -18,6 +18,7 @@ package com.jpexs.decompiler.flash.importers; /** * Tag importer. + * * @author JPEXS */ public class TagImporter { diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/importers/TextImportResizeTextBoundsMode.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/importers/TextImportResizeTextBoundsMode.java index a4db0238c..e15264467 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/importers/TextImportResizeTextBoundsMode.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/importers/TextImportResizeTextBoundsMode.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ @@ -18,6 +18,7 @@ package com.jpexs.decompiler.flash.importers; /** * Text import resize text bounds mode. + * * @author JPEXS */ public enum TextImportResizeTextBoundsMode { diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/importers/TextImporter.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/importers/TextImporter.java index 53e3c6512..1c4b50108 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/importers/TextImporter.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/importers/TextImporter.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ @@ -36,6 +36,7 @@ import java.util.regex.Pattern; /** * Text importer. + * * @author JPEXS */ public class TextImporter { diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/importers/amf/amf3/Amf3Importer.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/importers/amf/amf3/Amf3Importer.java index 92523508d..87c48a4f5 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/importers/amf/amf3/Amf3Importer.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/importers/amf/amf3/Amf3Importer.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/importers/amf/amf3/Amf3Lexer.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/importers/amf/amf3/Amf3Lexer.java index 7a1f5452b..b01927cd0 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/importers/amf/amf3/Amf3Lexer.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/importers/amf/amf3/Amf3Lexer.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ @@ -630,9 +630,8 @@ public final class Amf3Lexer { /** * Refills the input buffer. * - * @return false, iff there was new input. - * - * @exception java.io.IOException if any I/O-Error occurs + * @return false, iff there was new input. + * @throws java.io.IOException if any I/O-Error occurs */ private boolean zzRefill() throws java.io.IOException { @@ -705,11 +704,11 @@ public final class Amf3Lexer { /** * Resets the scanner to read from a new input stream. Does not close the * old reader. - * + *

* All internal variables are reset, the old input stream * cannot be reused (internal buffer is discarded and lost). Lexical * state is set to ZZ_INITIAL. - * + *

* Internal scan buffer is resized down to its initial length, if it has * grown. * @@ -755,12 +754,11 @@ public final class Amf3Lexer { /** * Returns the character at position pos from the matched text. - * + *

* It is equivalent to yytext().charAt(pos), but faster * * @param pos the position of the character to fetch. A value from 0 to * yylength()-1. - * * @return the character at position pos */ public final char yycharat(int pos) { @@ -776,12 +774,12 @@ public final class Amf3Lexer { /** * Reports an error that occured while scanning. - * + *

* In a wellformed scanner (no or only correct usage of yypushback(int) and * a match-all fallback rule) this method will only be called with things * that "Can't Possibly Happen". If this method is called, something is * seriously wrong (e.g. a JFlex bug producing a faulty scanner etc.). - * + *

* Usual syntax/scanner level error handling should be done in error * fallback rules. * @@ -800,7 +798,7 @@ public final class Amf3Lexer { /** * Pushes the specified amount of characters back into the input stream. - * + *

* They will be read again by then next call of the scanning method * * @param number the number of characters to be read again. This number must @@ -819,7 +817,7 @@ public final class Amf3Lexer { * input is encountered or an I/O-Error occurs. * * @return the next token - * @exception java.io.IOException if any I/O-Error occurs + * @throws java.io.IOException if any I/O-Error occurs */ public ParsedSymbol yylex() throws java.io.IOException, Amf3ParseException { int zzInput; diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/importers/amf/amf3/Amf3ParseException.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/importers/amf/amf3/Amf3ParseException.java index 19cda77f9..68690d54e 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/importers/amf/amf3/Amf3ParseException.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/importers/amf/amf3/Amf3ParseException.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ @@ -20,6 +20,7 @@ import com.jpexs.decompiler.flash.ParseException; /** * Exception thrown when AMF3 parsing fails. + * * @author JPEXS */ public class Amf3ParseException extends ParseException { diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/importers/amf/amf3/ParsedSymbol.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/importers/amf/amf3/ParsedSymbol.java index a4557e70b..abd9c6900 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/importers/amf/amf3/ParsedSymbol.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/importers/amf/amf3/ParsedSymbol.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ @@ -18,6 +18,7 @@ package com.jpexs.decompiler.flash.importers.amf.amf3; /** * AMF3 parsed symbol. + * * @author JPEXS */ public class ParsedSymbol { diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/importers/amf/amf3/SymbolGroup.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/importers/amf/amf3/SymbolGroup.java index afd174c1f..9430102b3 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/importers/amf/amf3/SymbolGroup.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/importers/amf/amf3/SymbolGroup.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ @@ -18,6 +18,7 @@ package com.jpexs.decompiler.flash.importers.amf.amf3; /** * Parsed symbol group. + * * @author JPEXS */ public enum SymbolGroup { diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/importers/amf/amf3/SymbolType.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/importers/amf/amf3/SymbolType.java index 67c4fcda1..09c8eb671 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/importers/amf/amf3/SymbolType.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/importers/amf/amf3/SymbolType.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ @@ -18,6 +18,7 @@ package com.jpexs.decompiler.flash.importers.amf.amf3; /** * Parsed symbol type. + * * @author JPEXS */ public enum SymbolType { diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/importers/amf/amf3/package-info.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/importers/amf/amf3/package-info.java index 04e3799e1..1d9d68fb7 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/importers/amf/amf3/package-info.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/importers/amf/amf3/package-info.java @@ -1,4 +1,4 @@ /** * AMF3 importer. */ -package com.jpexs.decompiler.flash.importers.amf.amf3; \ No newline at end of file +package com.jpexs.decompiler.flash.importers.amf.amf3; diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/importers/morphshape/MorphShapeGenerator.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/importers/morphshape/MorphShapeGenerator.java index 5c7043aea..facfd9e49 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/importers/morphshape/MorphShapeGenerator.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/importers/morphshape/MorphShapeGenerator.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ @@ -42,6 +42,7 @@ import java.util.Set; /** * Morph shape generator. + * * @author JPEXS */ public class MorphShapeGenerator { diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/importers/morphshape/ShapeForMorphExporter.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/importers/morphshape/ShapeForMorphExporter.java index 3d7cc3df1..1ed011d07 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/importers/morphshape/ShapeForMorphExporter.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/importers/morphshape/ShapeForMorphExporter.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ @@ -35,6 +35,7 @@ import java.util.List; /** * Shape for morph exporter. + * * @author JPEXS */ public class ShapeForMorphExporter extends ShapeExporterBase { diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/importers/morphshape/StyleMismatchException.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/importers/morphshape/StyleMismatchException.java index 042cd4432..6b097c44d 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/importers/morphshape/StyleMismatchException.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/importers/morphshape/StyleMismatchException.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ @@ -18,6 +18,7 @@ package com.jpexs.decompiler.flash.importers.morphshape; /** * Exception thrown when there is a style mismatch in morph shape. + * * @author JPEXS */ public class StyleMismatchException extends Exception { diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/importers/morphshape/package-info.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/importers/morphshape/package-info.java index d0792e598..048577cb1 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/importers/morphshape/package-info.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/importers/morphshape/package-info.java @@ -1,4 +1,4 @@ /** * Morph shape importer. */ -package com.jpexs.decompiler.flash.importers.morphshape; \ No newline at end of file +package com.jpexs.decompiler.flash.importers.morphshape; diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/importers/package-info.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/importers/package-info.java index 3e2eb1e2e..f6b4a4268 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/importers/package-info.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/importers/package-info.java @@ -1,4 +1,4 @@ /** * Importers. */ -package com.jpexs.decompiler.flash.importers; \ No newline at end of file +package com.jpexs.decompiler.flash.importers; diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/importers/svg/CubicToQuad.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/importers/svg/CubicToQuad.java index 21bf54b0b..503602d41 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/importers/svg/CubicToQuad.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/importers/svg/CubicToQuad.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ @@ -21,7 +21,7 @@ import java.util.List; /** * Cubic to quadratic Bezier curve conversion. - * + *

* Ported from https://github.com/fontello/cubic2quad * * @author JPEXS, Vitaly Puzrin diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/importers/svg/SvgBitmapFill.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/importers/svg/SvgBitmapFill.java index 2c82cb6cf..0b4439417 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/importers/svg/SvgBitmapFill.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/importers/svg/SvgBitmapFill.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ @@ -20,6 +20,7 @@ import java.awt.Color; /** * SVG bitmap fill. + * * @author JPEXS */ class SvgBitmapFill extends SvgFill { diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/importers/svg/SvgColor.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/importers/svg/SvgColor.java index 189eea8bc..ac4a515b7 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/importers/svg/SvgColor.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/importers/svg/SvgColor.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ @@ -20,6 +20,7 @@ import java.awt.Color; /** * SVG color. + * * @author JPEXS */ class SvgColor extends SvgFill { diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/importers/svg/SvgFill.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/importers/svg/SvgFill.java index bf29e43f8..4f9fbc441 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/importers/svg/SvgFill.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/importers/svg/SvgFill.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ @@ -20,6 +20,7 @@ import java.awt.Color; /** * SVG fill. + * * @author JPEXS */ abstract class SvgFill implements Cloneable { diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/importers/svg/SvgGradient.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/importers/svg/SvgGradient.java index 9b06f587a..bc3e78798 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/importers/svg/SvgGradient.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/importers/svg/SvgGradient.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ @@ -21,6 +21,7 @@ import java.util.List; /** * SVG gradient. + * * @author JPEXS */ abstract class SvgGradient extends SvgFill { diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/importers/svg/SvgGradientUnits.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/importers/svg/SvgGradientUnits.java index 8e046cf4e..4034da842 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/importers/svg/SvgGradientUnits.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/importers/svg/SvgGradientUnits.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ @@ -18,6 +18,7 @@ package com.jpexs.decompiler.flash.importers.svg; /** * SVG gradient units. + * * @author JPEXS */ enum SvgGradientUnits { diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/importers/svg/SvgImporter.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/importers/svg/SvgImporter.java index fb11367b1..50c3610c6 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/importers/svg/SvgImporter.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/importers/svg/SvgImporter.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ @@ -87,6 +87,7 @@ import org.xml.sax.SAXException; /** * SVG importer. + * * @author JPEXS */ public class SvgImporter { diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/importers/svg/SvgInterpolation.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/importers/svg/SvgInterpolation.java index bda4dc2d0..ac52ba210 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/importers/svg/SvgInterpolation.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/importers/svg/SvgInterpolation.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ @@ -18,6 +18,7 @@ package com.jpexs.decompiler.flash.importers.svg; /** * SVG interpolation. + * * @author JPEXS */ enum SvgInterpolation { diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/importers/svg/SvgLineCap.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/importers/svg/SvgLineCap.java index 4e9114f50..c02a48d8e 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/importers/svg/SvgLineCap.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/importers/svg/SvgLineCap.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ @@ -18,6 +18,7 @@ package com.jpexs.decompiler.flash.importers.svg; /** * SVG line cap. + * * @author JPEXS */ enum SvgLineCap { diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/importers/svg/SvgLineJoin.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/importers/svg/SvgLineJoin.java index 7061a300e..9343ad95a 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/importers/svg/SvgLineJoin.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/importers/svg/SvgLineJoin.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ @@ -18,6 +18,7 @@ package com.jpexs.decompiler.flash.importers.svg; /** * SVG line join. + * * @author JPEXS */ enum SvgLineJoin { diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/importers/svg/SvgLinearGradient.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/importers/svg/SvgLinearGradient.java index 8e684e44a..59dfe2e64 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/importers/svg/SvgLinearGradient.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/importers/svg/SvgLinearGradient.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ @@ -18,6 +18,7 @@ package com.jpexs.decompiler.flash.importers.svg; /** * SVG linear gradient. + * * @author JPEXS */ class SvgLinearGradient extends SvgGradient { diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/importers/svg/SvgPathReader.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/importers/svg/SvgPathReader.java index 4572591b2..a3fc16768 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/importers/svg/SvgPathReader.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/importers/svg/SvgPathReader.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ @@ -18,6 +18,7 @@ package com.jpexs.decompiler.flash.importers.svg; /** * SVG path reader. + * * @author JPEXS */ public class SvgPathReader { diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/importers/svg/SvgRadialGradient.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/importers/svg/SvgRadialGradient.java index 77db3120f..225bd1568 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/importers/svg/SvgRadialGradient.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/importers/svg/SvgRadialGradient.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ @@ -18,6 +18,7 @@ package com.jpexs.decompiler.flash.importers.svg; /** * SVG radial gradient. + * * @author JPEXS */ class SvgRadialGradient extends SvgGradient { diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/importers/svg/SvgSpreadMethod.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/importers/svg/SvgSpreadMethod.java index 61ba636c8..ee0896727 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/importers/svg/SvgSpreadMethod.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/importers/svg/SvgSpreadMethod.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ @@ -18,6 +18,7 @@ package com.jpexs.decompiler.flash.importers.svg; /** * SVG spread method. + * * @author JPEXS */ enum SvgSpreadMethod { diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/importers/svg/SvgStop.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/importers/svg/SvgStop.java index 638bc0a0b..9e26bfcb5 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/importers/svg/SvgStop.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/importers/svg/SvgStop.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ @@ -20,6 +20,7 @@ import java.awt.Color; /** * SVG stop. + * * @author JPEXS */ class SvgStop implements Comparable { diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/importers/svg/SvgStyle.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/importers/svg/SvgStyle.java index 6ba0e7615..d4604c07f 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/importers/svg/SvgStyle.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/importers/svg/SvgStyle.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ @@ -37,6 +37,7 @@ import org.w3c.dom.NodeList; /** * SVG style. + * * @author JPEXS */ class SvgStyle { diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/importers/svg/SvgStyleProperty.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/importers/svg/SvgStyleProperty.java index 5db10e72b..c10fed229 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/importers/svg/SvgStyleProperty.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/importers/svg/SvgStyleProperty.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ @@ -23,6 +23,7 @@ import java.util.Map; /** * SVG style property. + * * @author JPEXS */ public class SvgStyleProperty { diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/importers/svg/SvgTransparentFill.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/importers/svg/SvgTransparentFill.java index 006204b80..49a08868d 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/importers/svg/SvgTransparentFill.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/importers/svg/SvgTransparentFill.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ @@ -20,6 +20,7 @@ import java.awt.Color; /** * SVG transparent fill. + * * @author JPEXS */ class SvgTransparentFill extends SvgFill { diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/importers/svg/css/CssLexer.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/importers/svg/css/CssLexer.java index 77cd5bd38..75e680ea8 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/importers/svg/css/CssLexer.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/importers/svg/css/CssLexer.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ @@ -1827,9 +1827,8 @@ public final class CssLexer { /** * Refills the input buffer. * - * @return false, iff there was new input. - * - * @exception java.io.IOException if any I/O-Error occurs + * @return false, iff there was new input. + * @throws java.io.IOException if any I/O-Error occurs */ private boolean zzRefill() throws java.io.IOException { @@ -1902,11 +1901,11 @@ public final class CssLexer { /** * Resets the scanner to read from a new input stream. Does not close the * old reader. - * + *

* All internal variables are reset, the old input stream * cannot be reused (internal buffer is discarded and lost). Lexical * state is set to ZZ_INITIAL. - * + *

* Internal scan buffer is resized down to its initial length, if it has * grown. * @@ -1952,12 +1951,11 @@ public final class CssLexer { /** * Returns the character at position pos from the matched text. - * + *

* It is equivalent to yytext().charAt(pos), but faster * * @param pos the position of the character to fetch. A value from 0 to * yylength()-1. - * * @return the character at position pos */ public final char yycharat(int pos) { @@ -1973,12 +1971,12 @@ public final class CssLexer { /** * Reports an error that occured while scanning. - * + *

* In a wellformed scanner (no or only correct usage of yypushback(int) and * a match-all fallback rule) this method will only be called with things * that "Can't Possibly Happen". If this method is called, something is * seriously wrong (e.g. a JFlex bug producing a faulty scanner etc.). - * + *

* Usual syntax/scanner level error handling should be done in error * fallback rules. * @@ -1997,7 +1995,7 @@ public final class CssLexer { /** * Pushes the specified amount of characters back into the input stream. - * + *

* They will be read again by then next call of the scanning method * * @param number the number of characters to be read again. This number must @@ -2016,7 +2014,7 @@ public final class CssLexer { * input is encountered or an I/O-Error occurs. * * @return the next token - * @exception java.io.IOException if any I/O-Error occurs + * @throws java.io.IOException if any I/O-Error occurs */ public CssParsedSymbol yylex() throws java.io.IOException { int zzInput; diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/importers/svg/css/CssParseException.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/importers/svg/css/CssParseException.java index bfcf385d0..cd969c8c4 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/importers/svg/css/CssParseException.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/importers/svg/css/CssParseException.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ @@ -18,6 +18,7 @@ package com.jpexs.decompiler.flash.importers.svg.css; /** * Css parse exception. + * * @author JPEXS */ public class CssParseException extends Exception { diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/importers/svg/css/CssParsedSymbol.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/importers/svg/css/CssParsedSymbol.java index 7a7ca5e85..d6bdc02c8 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/importers/svg/css/CssParsedSymbol.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/importers/svg/css/CssParsedSymbol.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ @@ -18,6 +18,7 @@ package com.jpexs.decompiler.flash.importers.svg.css; /** * Css parsed symbol. + * * @author JPEXS */ public class CssParsedSymbol { diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/importers/svg/css/CssParser.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/importers/svg/css/CssParser.java index acdedbab2..5c6f906d9 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/importers/svg/css/CssParser.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/importers/svg/css/CssParser.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ @@ -23,7 +23,6 @@ import java.util.ArrayList; import java.util.List; /** - * * CSS Stylesheet parser. Based on https://www.w3.org/TR/CSS21/grammar.html * * @author JPEXS diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/importers/svg/css/CssSelectorToXPath.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/importers/svg/css/CssSelectorToXPath.java index 8bfa8b64e..9ce199d22 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/importers/svg/css/CssSelectorToXPath.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/importers/svg/css/CssSelectorToXPath.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ @@ -23,10 +23,10 @@ import java.util.regex.Pattern; /** * Css selector to XPath converter. + * * @author JPEXS - * + *

* Based on implementation https://github.com/css2xpath/css2xpath - * */ public class CssSelectorToXPath { diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/importers/svg/css/CssSymbolType.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/importers/svg/css/CssSymbolType.java index 9d50f3650..c1cfaeb2d 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/importers/svg/css/CssSymbolType.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/importers/svg/css/CssSymbolType.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ @@ -18,6 +18,7 @@ package com.jpexs.decompiler.flash.importers.svg.css; /** * Css symbol type. + * * @author JPEXS */ public enum CssSymbolType { diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/importers/svg/css/package-info.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/importers/svg/css/package-info.java index 96e356a75..82502af54 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/importers/svg/css/package-info.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/importers/svg/css/package-info.java @@ -1,4 +1,4 @@ /** * CSS parser and styles. */ -package com.jpexs.decompiler.flash.importers.svg.css; \ No newline at end of file +package com.jpexs.decompiler.flash.importers.svg.css; diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/importers/svg/package-info.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/importers/svg/package-info.java index b6f3cda6c..eed6603c6 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/importers/svg/package-info.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/importers/svg/package-info.java @@ -1,4 +1,4 @@ /** * SVG importer. */ -package com.jpexs.decompiler.flash.importers.svg; \ No newline at end of file +package com.jpexs.decompiler.flash.importers.svg; diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/locales/AppResources.properties b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/locales/AppResources.properties index 129a7dfec..7aa6b0827 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/locales/AppResources.properties +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/locales/AppResources.properties @@ -12,39 +12,32 @@ # # You should have received a copy of the GNU Lesser General Public # License along with this library. - -decompilationError = Decompilation error -decompilationError.timeout = Timeout ({0}) was reached -decompilationError.timeout.description = Not decompiled due to timeout -decompilationError.obfuscated = Code may be obfuscated -decompilationError.errorType = Error type -decompilationError.error.description = Not decompiled due to error -decompilationError.actionCount = Action count: -decompilationError.instructionCount = Instruction count: - -decompilation.skipped = Decompilation skipped -decompilation.unsupported = Unsupported by decompiler -decompilerMark = decompiler mark - +decompilationError=Decompilation error +decompilationError.timeout=Timeout ({0}) was reached +decompilationError.timeout.description=Not decompiled due to timeout +decompilationError.obfuscated=Code may be obfuscated +decompilationError.errorType=Error type +decompilationError.error.description=Not decompiled due to error +decompilationError.actionCount=Action count: +decompilationError.instructionCount=Instruction count: +decompilation.skipped=Decompilation skipped +decompilation.unsupported=Unsupported by decompiler +decompilerMark=decompiler mark #example: 1 hour and 2 minutes -timeFormat.and = and -timeFormat.hour = hour -timeFormat.hours = hours -timeFormat.minute = minute -timeFormat.minutes = minutes -timeFormat.second = second -timeFormat.seconds = seconds - -fontNotFound = Font with id=%fontId% was not found. - -trait.scriptinitializer = script initializer -trait.instanceinitializer = instance initializer -trait.classinitializer = class initializer - +timeFormat.and=and +timeFormat.hour=hour +timeFormat.hours=hours +timeFormat.minute=minute +timeFormat.minutes=minutes +timeFormat.second=second +timeFormat.seconds=seconds +fontNotFound=Font with id=%fontId% was not found. +trait.scriptinitializer=script initializer +trait.instanceinitializer=instance initializer +trait.classinitializer=class initializer #after 16.3.1 -package.default = - -error.swf.invalid = Invalid SWF file, wrong signature. -error.swf.headerTooShort = SWF header is too short. -error.abc.invalid = Invalid ABC file. -error.swf.decryptionProblem = Invalid SWF file, decryption failed. +package.default= +error.swf.invalid=Invalid SWF file, wrong signature. +error.swf.headerTooShort=SWF header is too short. +error.abc.invalid=Invalid ABC file. +error.swf.decryptionProblem=Invalid SWF file, decryption failed. diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/locales/AppResources_ca.properties b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/locales/AppResources_ca.properties index 815e46846..4e8801a08 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/locales/AppResources_ca.properties +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/locales/AppResources_ca.properties @@ -12,31 +12,26 @@ # # You should have received a copy of the GNU Lesser General Public # License along with this library. - -decompilationError = Error de descompilaci\u00f3 -decompilationError.timeout = S'ha at\u00e8s el temps l\u00edmit ({0}) -decompilationError.timeout.description = No s'ha descompilat degut al l\u00edmit de temps -decompilationError.obfuscated = El codi pot estar ofuscat -decompilationError.errorType = Tipus d'error -decompilationError.error.description = No s'ha descompilat degut a l'error -decompilationError.actionCount = Recompte d'accions: -decompilationError.instructionCount = Recompe d'instruccions: - -decompilation.skipped = S'ha om\u00e8s la descompilaci\u00f3 -decompilation.unsupported = No suportat pel descompilador -decompilerMark = marca del descompilar - +decompilationError=Error de descompilaci\u00f3 +decompilationError.timeout=S'ha at\u00e8s el temps l\u00edmit ({0}) +decompilationError.timeout.description=No s'ha descompilat degut al l\u00edmit de temps +decompilationError.obfuscated=El codi pot estar ofuscat +decompilationError.errorType=Tipus d'error +decompilationError.error.description=No s'ha descompilat degut a l'error +decompilationError.actionCount=Recompte d'accions: +decompilationError.instructionCount=Recompe d'instruccions: +decompilation.skipped=S'ha om\u00e8s la descompilaci\u00f3 +decompilation.unsupported=No suportat pel descompilador +decompilerMark=marca del descompilar #example: 1 hour and 2 minutes -timeFormat.and = i -timeFormat.hour = hora -timeFormat.hours = hores -timeFormat.minute = minut -timeFormat.minutes = minuts -timeFormat.second = segon -timeFormat.seconds = segons - -fontNotFound = No s'ha trobat la tipografia amb id=%fontId%. - -trait.scriptinitializer = iniciador del script -trait.instanceinitializer = inicialitzador d'inst\u00e0ncia -trait.classinitializer = inicialitzador de classe +timeFormat.and=i +timeFormat.hour=hora +timeFormat.hours=hores +timeFormat.minute=minut +timeFormat.minutes=minuts +timeFormat.second=segon +timeFormat.seconds=segons +fontNotFound=No s'ha trobat la tipografia amb id=%fontId%. +trait.scriptinitializer=iniciador del script +trait.instanceinitializer=inicialitzador d'inst\u00e0ncia +trait.classinitializer=inicialitzador de classe diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/locales/AppResources_cs.properties b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/locales/AppResources_cs.properties index 6f4e2ddca..96b1fe351 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/locales/AppResources_cs.properties +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/locales/AppResources_cs.properties @@ -12,41 +12,33 @@ # # You should have received a copy of the GNU Lesser General Public # License along with this library. - -decompilationError = Chyba dekompilace -decompilationError.timeout = \u010casov\u00fd limit ({0}) vypr\u0161el -decompilationError.timeout.description = Nedekompilov\u00e1no kv\u016fli \u010dasov\u00e9mu limitu -decompilationError.obfuscated = K\u00f3d m\u016f\u017ee b\u00fdt obfuskov\u00e1n -decompilationError.errorType = Typ chyby -decompilationError.error.description = Nedekompilov\u00e1no kv\u016fli chyb\u011b -decompilationError.actionCount = Po\u010det akc\u00ed: -decompilationError.instructionCount = Po\u010det instrukc\u00ed: - -decompilation.skipped = Dekompilace p\u0159esko\u010dena -decompilation.unsupported = Nepodporov\u00e1no dekompil\u00e1torem -decompilerMark = zna\u010dka dekompil\u00e1toru - +decompilationError=Chyba dekompilace +decompilationError.timeout=\u010casov\u00fd limit ({0}) vypr\u0161el +decompilationError.timeout.description=Nedekompilov\u00e1no kv\u016fli \u010dasov\u00e9mu limitu +decompilationError.obfuscated=K\u00f3d m\u016f\u017ee b\u00fdt obfuskov\u00e1n +decompilationError.errorType=Typ chyby +decompilationError.error.description=Nedekompilov\u00e1no kv\u016fli chyb\u011b +decompilationError.actionCount=Po\u010det akc\u00ed: +decompilationError.instructionCount=Po\u010det instrukc\u00ed: +decompilation.skipped=Dekompilace p\u0159esko\u010dena +decompilation.unsupported=Nepodporov\u00e1no dekompil\u00e1torem +decompilerMark=zna\u010dka dekompil\u00e1toru #example: 1 hour and 2 minutes -timeFormat.and = a -timeFormat.hour = hodina -timeFormat.hours = hodin -timeFormat.minute = minuta -timeFormat.minutes = minut -timeFormat.second = vte\u0159ina -timeFormat.seconds = vte\u0159in - -fontNotFound = P\u00edsmo s id=%fontId% nebylo nalezeno. - -trait.scriptinitializer = inicializ\u00e1tor skriptu -trait.instanceinitializer = inicializ\u00e1tor instance -trait.classinitializer = inicializ\u00e1tor t\u0159\u00eddy - +timeFormat.and=a +timeFormat.hour=hodina +timeFormat.hours=hodin +timeFormat.minute=minuta +timeFormat.minutes=minut +timeFormat.second=vte\u0159ina +timeFormat.seconds=vte\u0159in +fontNotFound=P\u00edsmo s id=%fontId% nebylo nalezeno. +trait.scriptinitializer=inicializ\u00e1tor skriptu +trait.instanceinitializer=inicializ\u00e1tor instance +trait.classinitializer=inicializ\u00e1tor t\u0159\u00eddy #after 16.3.1 -package.default = - -error.swf.invalid = Neplatn\u00fd SWF soubor, \u0161patn\u00e1 signatura. -error.swf.headerTooShort = SWF hlavi\u010dka je p\u0159\u00edli\u0161 kr\u00e1tk\u00e1. -error.abc.invalid = Neplatn\u00fd ABC soubor. - +package.default= +error.swf.invalid=Neplatn\u00fd SWF soubor, \u0161patn\u00e1 signatura. +error.swf.headerTooShort=SWF hlavi\u010dka je p\u0159\u00edli\u0161 kr\u00e1tk\u00e1. +error.abc.invalid=Neplatn\u00fd ABC soubor. #after 18.4.1 -error.swf.decryptionProblem = Neplatn\u00fd SWF soubor, selhalo de\u0161ifrov\u00e1n\u00ed. \ No newline at end of file +error.swf.decryptionProblem=Neplatn\u00fd SWF soubor, selhalo de\u0161ifrov\u00e1n\u00ed. \ No newline at end of file diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/locales/AppResources_de.properties b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/locales/AppResources_de.properties index 2b2fe633d..633ea43f0 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/locales/AppResources_de.properties +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/locales/AppResources_de.properties @@ -12,6 +12,5 @@ # # You should have received a copy of the GNU Lesser General Public # License along with this library. - -trait.instanceinitializer = Instanzen-Initialisierer -trait.classinitializer = Klassen-Initialisierer +trait.instanceinitializer=Instanzen-Initialisierer +trait.classinitializer=Klassen-Initialisierer diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/locales/AppResources_es.properties b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/locales/AppResources_es.properties index b234e54a9..61e1559c5 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/locales/AppResources_es.properties +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/locales/AppResources_es.properties @@ -12,29 +12,24 @@ # # You should have received a copy of the GNU Lesser General Public # License along with this library. - -decompilationError = Error de decompilaci\u00f3n -decompilationError.timeout = Tiempo de espera ({0}) alcanzado -decompilationError.timeout.description = No decompilado debido al tiempo de espera -decompilationError.obfuscated = El c\u00f3digo puede estar ofuscado -decompilationError.errorType = Tipo de error -decompilationError.error.description = No decompilado debido a un error - -decompilation.skipped = Decompilaci\u00f3n omitida -decompilation.unsupported = No soportado por el decompilador -decompilerMark = marca del decompilador - +decompilationError=Error de decompilaci\u00f3n +decompilationError.timeout=Tiempo de espera ({0}) alcanzado +decompilationError.timeout.description=No decompilado debido al tiempo de espera +decompilationError.obfuscated=El c\u00f3digo puede estar ofuscado +decompilationError.errorType=Tipo de error +decompilationError.error.description=No decompilado debido a un error +decompilation.skipped=Decompilaci\u00f3n omitida +decompilation.unsupported=No soportado por el decompilador +decompilerMark=marca del decompilador #example: 1 hour and 2 minutes -timeFormat.and = y -timeFormat.hour = hora -timeFormat.hours = horas -timeFormat.minute = minuto -timeFormat.minutes = minutos -timeFormat.second = segundo -timeFormat.seconds = segundos - -fontNotFound = La fuente con id=%fontId% no se encontr\u00f3. - -trait.scriptinitializer = inicializador de script -trait.instanceinitializer = inicializador de instancia -trait.classinitializer = inicializador de clase +timeFormat.and=y +timeFormat.hour=hora +timeFormat.hours=horas +timeFormat.minute=minuto +timeFormat.minutes=minutos +timeFormat.second=segundo +timeFormat.seconds=segundos +fontNotFound=La fuente con id=%fontId% no se encontr\u00f3. +trait.scriptinitializer=inicializador de script +trait.instanceinitializer=inicializador de instancia +trait.classinitializer=inicializador de clase diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/locales/AppResources_fr.properties b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/locales/AppResources_fr.properties index b7a0eb2b1..e8eacde36 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/locales/AppResources_fr.properties +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/locales/AppResources_fr.properties @@ -12,31 +12,26 @@ # # You should have received a copy of the GNU Lesser General Public # License along with this library. - -decompilationError = Erreur de d\u00e9compilation -decompilationError.timeout = Le d\u00e9lais d'attente de ({0}) est expir\u00e9 -decompilationError.timeout.description = Non d\u00e9compil\u00e9 car le d\u00e9lais d'attente a \u00e9t\u00e9 atteint -decompilationError.obfuscated = Le code est probablement obsfusqu\u00e9 -decompilationError.errorType = Type d'erreur -decompilationError.error.description = Non d\u00e9compil\u00e9 car il y a des erreurs -decompilationError.actionCount = Nb d'actions : -decompilationError.instructionCount = Nb d'instructions : - -decompilation.skipped = D\u00e9compilation abandonn\u00e9 -decompilation.unsupported = Non support\u00e9 par le d\u00e9compileur -decompilerMark = Marqueur du d\u00e9compileur - +decompilationError=Erreur de d\u00e9compilation +decompilationError.timeout=Le d\u00e9lais d'attente de ({0}) est expir\u00e9 +decompilationError.timeout.description=Non d\u00e9compil\u00e9 car le d\u00e9lais d'attente a \u00e9t\u00e9 atteint +decompilationError.obfuscated=Le code est probablement obsfusqu\u00e9 +decompilationError.errorType=Type d'erreur +decompilationError.error.description=Non d\u00e9compil\u00e9 car il y a des erreurs +decompilationError.actionCount=Nb d'actions : +decompilationError.instructionCount=Nb d'instructions : +decompilation.skipped=D\u00e9compilation abandonn\u00e9 +decompilation.unsupported=Non support\u00e9 par le d\u00e9compileur +decompilerMark=Marqueur du d\u00e9compileur #example: 1 hour and 2 minutes -timeFormat.and = et -timeFormat.hour = heure -timeFormat.hours = heures -timeFormat.minute = minute -timeFormat.minutes = minutes -timeFormat.second = seconde -timeFormat.seconds = secondes - -fontNotFound = La police de caract\u00e8res n\u00ba%fontId% est introuvable. - -trait.scriptinitializer = Initialisateur de script -trait.instanceinitializer = instance d'initialisation -trait.classinitializer = classe d'initialisation +timeFormat.and=et +timeFormat.hour=heure +timeFormat.hours=heures +timeFormat.minute=minute +timeFormat.minutes=minutes +timeFormat.second=seconde +timeFormat.seconds=secondes +fontNotFound=La police de caract\u00e8res n\u00ba%fontId% est introuvable. +trait.scriptinitializer=Initialisateur de script +trait.instanceinitializer=instance d'initialisation +trait.classinitializer=classe d'initialisation diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/locales/AppResources_hu.properties b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/locales/AppResources_hu.properties index 5c7c4a8ba..d5d8c695d 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/locales/AppResources_hu.properties +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/locales/AppResources_hu.properties @@ -12,31 +12,26 @@ # # You should have received a copy of the GNU Lesser General Public # License along with this library. - -decompilationError = Visszaford\u00edt\u00e1si hiba -decompilationError.timeout = Id\u0151t\u00fall\u00e9p\u00e9s ({0}) -decompilationError.timeout.description = Id\u0151t\u00fall\u00e9p\u00e9s miatt nem lett visszaford\u00edtva -decompilationError.obfuscated = K\u00f3d tal\u00e1n obfuszk\u00e1lva van -decompilationError.errorType = Hiba t\u00edpus -decompilationError.error.description = Hiba miatt nem lett visszaford\u00edtva -decompilationError.actionCount = Action-\u00f6k sz\u00e1ma: -decompilationError.instructionCount = Utas\u00edt\u00e1sok sz\u00e1ma: - -decompilation.skipped = Visszaford\u00edt\u00e1s mell\u0151zve -decompilation.unsupported = Visszaford\u00edt\u00e1s nem t\u00e1mogatott -decompilerMark = visszaford\u00edt\u00e1si jel - +decompilationError=Visszaford\u00edt\u00e1si hiba +decompilationError.timeout=Id\u0151t\u00fall\u00e9p\u00e9s ({0}) +decompilationError.timeout.description=Id\u0151t\u00fall\u00e9p\u00e9s miatt nem lett visszaford\u00edtva +decompilationError.obfuscated=K\u00f3d tal\u00e1n obfuszk\u00e1lva van +decompilationError.errorType=Hiba t\u00edpus +decompilationError.error.description=Hiba miatt nem lett visszaford\u00edtva +decompilationError.actionCount=Action-\u00f6k sz\u00e1ma: +decompilationError.instructionCount=Utas\u00edt\u00e1sok sz\u00e1ma: +decompilation.skipped=Visszaford\u00edt\u00e1s mell\u0151zve +decompilation.unsupported=Visszaford\u00edt\u00e1s nem t\u00e1mogatott +decompilerMark=visszaford\u00edt\u00e1si jel #example: 1 hour and 2 minutes -timeFormat.and = \u00e9s -timeFormat.hour = \u00f3ra -timeFormat.hours = \u00f3ra -timeFormat.minute = perc -timeFormat.minutes = perc -timeFormat.second = m\u00e1sodperc -timeFormat.seconds = m\u00e1sodperc - -fontNotFound = Bet\u0171t\u00edpus (id=%fontId%) nem tal\u00e1lhat\u00f3. - -trait.scriptinitializer = szkript inicializ\u00e1l\u00f3 -trait.instanceinitializer = p\u00e9ld\u00e1ny inicializ\u00e1l\u00f3 -trait.classinitializer = oszt\u00e1ly inicializ\u00e1l\u00f3 +timeFormat.and=\u00e9s +timeFormat.hour=\u00f3ra +timeFormat.hours=\u00f3ra +timeFormat.minute=perc +timeFormat.minutes=perc +timeFormat.second=m\u00e1sodperc +timeFormat.seconds=m\u00e1sodperc +fontNotFound=Bet\u0171t\u00edpus (id=%fontId%) nem tal\u00e1lhat\u00f3. +trait.scriptinitializer=szkript inicializ\u00e1l\u00f3 +trait.instanceinitializer=p\u00e9ld\u00e1ny inicializ\u00e1l\u00f3 +trait.classinitializer=oszt\u00e1ly inicializ\u00e1l\u00f3 diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/locales/AppResources_it.properties b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/locales/AppResources_it.properties index 6d2b412d6..2b93af61b 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/locales/AppResources_it.properties +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/locales/AppResources_it.properties @@ -12,31 +12,26 @@ # # You should have received a copy of the GNU Lesser General Public # License along with this library. - -decompilationError = Errore di decompilazione -decompilationError.timeout = Raggiunto tempo limite ({0}) -decompilationError.timeout.description = Non decompilato a causa di timeout -decompilationError.obfuscated = Il codice potrebbe essere offuscato -decompilationError.errorType = Tipo di errore -decompilationError.error.description = Non decompilato a causa di errore -decompilationError.actionCount = Conteggio azioni: -decompilationError.instructionCount = Conteggio istruzioni: - -decompilation.skipped = Decompilazione tralasciata -decompilation.unsupported = Non supportato dal decompilatore -decompilerMark = Segnaposto decompilatore - +decompilationError=Errore di decompilazione +decompilationError.timeout=Raggiunto tempo limite ({0}) +decompilationError.timeout.description=Non decompilato a causa di timeout +decompilationError.obfuscated=Il codice potrebbe essere offuscato +decompilationError.errorType=Tipo di errore +decompilationError.error.description=Non decompilato a causa di errore +decompilationError.actionCount=Conteggio azioni: +decompilationError.instructionCount=Conteggio istruzioni: +decompilation.skipped=Decompilazione tralasciata +decompilation.unsupported=Non supportato dal decompilatore +decompilerMark=Segnaposto decompilatore #example: 1 hour and 2 minutes -timeFormat.and = e -timeFormat.hour = ora -timeFormat.hours = ore -timeFormat.minute = minuto -timeFormat.minutes = minuti -timeFormat.second = secondo -timeFormat.seconds = secondi - -fontNotFound = Font con id=%fontId% non trovato. - -trait.scriptinitializer = Inizializzatore script -trait.instanceinitializer = instance initializer -trait.classinitializer = class initializer +timeFormat.and=e +timeFormat.hour=ora +timeFormat.hours=ore +timeFormat.minute=minuto +timeFormat.minutes=minuti +timeFormat.second=secondo +timeFormat.seconds=secondi +fontNotFound=Font con id=%fontId% non trovato. +trait.scriptinitializer=Inizializzatore script +trait.instanceinitializer=instance initializer +trait.classinitializer=class initializer diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/locales/AppResources_ja.properties b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/locales/AppResources_ja.properties index fca8cc8f5..3d6a04111 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/locales/AppResources_ja.properties +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/locales/AppResources_ja.properties @@ -12,31 +12,26 @@ # # You should have received a copy of the GNU Lesser General Public # License along with this library. - -decompilationError = \u9006\u30b3\u30f3\u30d1\u30a4\u30eb\u30a8\u30e9\u30fc -decompilationError.timeout = \u30bf\u30a4\u30e0\u30a2\u30a6\u30c8 ({0}) \u306b\u9054\u3057\u307e\u3057\u305f -decompilationError.timeout.description = \u30bf\u30a4\u30e0\u30a2\u30a6\u30c8\u306e\u305f\u3081\u9006\u30b3\u30f3\u30d1\u30a4\u30eb\u3055\u308c\u307e\u305b\u3093\u3067\u3057\u305f -decompilationError.obfuscated = \u30b3\u30fc\u30c9\u304c\u96e3\u8aad\u5316\u3055\u308c\u3066\u3044\u308b\u53ef\u80fd\u6027\u304c\u3042\u308a\u307e\u3059 -decompilationError.errorType = \u30a8\u30e9\u30fc\u30bf\u30a4\u30d7 -decompilationError.error.description = \u30a8\u30e9\u30fc\u306e\u305f\u3081\u9006\u30b3\u30f3\u30d1\u30a4\u30eb\u3055\u308c\u307e\u305b\u3093\u3067\u3057\u305f -decompilationError.actionCount = \u30a2\u30af\u30b7\u30e7\u30f3\u6570: -decompilationError.instructionCount = \u547d\u4ee4\u306e\u6570: - -decompilation.skipped = \u9006\u30b3\u30f3\u30d1\u30a4\u30eb\u306f\u30b9\u30ad\u30c3\u30d7\u3055\u308c\u307e\u3057\u305f -decompilation.unsupported = \u9006\u30b3\u30f3\u30d1\u30a4\u30e9\u304c\u30b5\u30dd\u30fc\u30c8\u3057\u3066\u3044\u307e\u305b\u3093 -decompilerMark = \u9006\u30b3\u30f3\u30d1\u30a4\u30e9\u30de\u30fc\u30af - +decompilationError=\u9006\u30b3\u30f3\u30d1\u30a4\u30eb\u30a8\u30e9\u30fc +decompilationError.timeout=\u30bf\u30a4\u30e0\u30a2\u30a6\u30c8 ({0}) \u306b\u9054\u3057\u307e\u3057\u305f +decompilationError.timeout.description=\u30bf\u30a4\u30e0\u30a2\u30a6\u30c8\u306e\u305f\u3081\u9006\u30b3\u30f3\u30d1\u30a4\u30eb\u3055\u308c\u307e\u305b\u3093\u3067\u3057\u305f +decompilationError.obfuscated=\u30b3\u30fc\u30c9\u304c\u96e3\u8aad\u5316\u3055\u308c\u3066\u3044\u308b\u53ef\u80fd\u6027\u304c\u3042\u308a\u307e\u3059 +decompilationError.errorType=\u30a8\u30e9\u30fc\u30bf\u30a4\u30d7 +decompilationError.error.description=\u30a8\u30e9\u30fc\u306e\u305f\u3081\u9006\u30b3\u30f3\u30d1\u30a4\u30eb\u3055\u308c\u307e\u305b\u3093\u3067\u3057\u305f +decompilationError.actionCount=\u30a2\u30af\u30b7\u30e7\u30f3\u6570: +decompilationError.instructionCount=\u547d\u4ee4\u306e\u6570: +decompilation.skipped=\u9006\u30b3\u30f3\u30d1\u30a4\u30eb\u306f\u30b9\u30ad\u30c3\u30d7\u3055\u308c\u307e\u3057\u305f +decompilation.unsupported=\u9006\u30b3\u30f3\u30d1\u30a4\u30e9\u304c\u30b5\u30dd\u30fc\u30c8\u3057\u3066\u3044\u307e\u305b\u3093 +decompilerMark=\u9006\u30b3\u30f3\u30d1\u30a4\u30e9\u30de\u30fc\u30af #example: 1 hour and 2 minutes -timeFormat.and = -timeFormat.hour = \u6642\u9593 -timeFormat.hours = \u6642\u9593 -timeFormat.minute = \u5206 -timeFormat.minutes = \u5206 -timeFormat.second = \u79d2 -timeFormat.seconds = \u79d2 - -fontNotFound = id=%fontId% \u306e\u30d5\u30a9\u30f3\u30c8\u304c\u898b\u3064\u304b\u308a\u307e\u305b\u3093\u3067\u3057\u305f\u3002 - -trait.scriptinitializer = \u30b9\u30af\u30ea\u30d7\u30c8 \u30a4\u30cb\u30b7\u30e3\u30e9\u30a4\u30b6 -trait.instanceinitializer = \u30a4\u30f3\u30b9\u30bf\u30f3\u30b9 \u30a4\u30cb\u30b7\u30e3\u30e9\u30a4\u30b6 -trait.classinitializer = \u30af\u30e9\u30b9 \u30a4\u30cb\u30b7\u30e3\u30e9\u30a4\u30b6 +timeFormat.and= +timeFormat.hour=\u6642\u9593 +timeFormat.hours=\u6642\u9593 +timeFormat.minute=\u5206 +timeFormat.minutes=\u5206 +timeFormat.second=\u79d2 +timeFormat.seconds=\u79d2 +fontNotFound=id=%fontId% \u306e\u30d5\u30a9\u30f3\u30c8\u304c\u898b\u3064\u304b\u308a\u307e\u305b\u3093\u3067\u3057\u305f\u3002 +trait.scriptinitializer=\u30b9\u30af\u30ea\u30d7\u30c8 \u30a4\u30cb\u30b7\u30e3\u30e9\u30a4\u30b6 +trait.instanceinitializer=\u30a4\u30f3\u30b9\u30bf\u30f3\u30b9 \u30a4\u30cb\u30b7\u30e3\u30e9\u30a4\u30b6 +trait.classinitializer=\u30af\u30e9\u30b9 \u30a4\u30cb\u30b7\u30e3\u30e9\u30a4\u30b6 diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/locales/AppResources_nl.properties b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/locales/AppResources_nl.properties index 79bb485a3..b0a9227e2 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/locales/AppResources_nl.properties +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/locales/AppResources_nl.properties @@ -12,37 +12,32 @@ # # You should have received a copy of the GNU Lesser General Public # License along with this library. - -decompilationError = Decompilatie fout -decompilationError.timeout = Timeout ({0}) werd bereikt -decompilationError.timeout.description = Niet gedecompileerd vanwege timeout -decompilationError.obfuscated = Code kan worden geobfusceerd -decompilationError.errorType = Fout type -decompilationError.error.description = Niet gedecompileerd vanwege een fout -decompilationError.actionCount = Aantal acties: -decompilationError.instructionCount = Aantal instructies: - -decompilation.skipped = Decompilatie overgeslagen -decompilation.unsupported = Niet ondersteund door decompiler -decompilerMark = decompiler mark - +decompilationError=Decompilatie fout +decompilationError.timeout=Timeout ({0}) werd bereikt +decompilationError.timeout.description=Niet gedecompileerd vanwege timeout +decompilationError.obfuscated=Code kan worden geobfusceerd +decompilationError.errorType=Fout type +decompilationError.error.description=Niet gedecompileerd vanwege een fout +decompilationError.actionCount=Aantal acties: +decompilationError.instructionCount=Aantal instructies: +decompilation.skipped=Decompilatie overgeslagen +decompilation.unsupported=Niet ondersteund door decompiler +decompilerMark=decompiler mark #example: 1 hour and 2 minutes -timeFormat.and = en -timeFormat.hour = uur -timeFormat.hours = uur -timeFormat.minute = minuut -timeFormat.minutes = minuten -timeFormat.second = seconde -timeFormat.seconds = seconden - -fontNotFound = Lettertype met id=%fontId% is niet gevonden. -trait.scriptinitializer = script initialiseerder - -trait.instanceinitializer = instantie initialiseerder -trait.classinitializer = klasse initialiseerder +timeFormat.and=en +timeFormat.hour=uur +timeFormat.hours=uur +timeFormat.minute=minuut +timeFormat.minutes=minuten +timeFormat.second=seconde +timeFormat.seconds=seconden +fontNotFound=Lettertype met id=%fontId% is niet gevonden. +trait.scriptinitializer=script initialiseerder +trait.instanceinitializer=instantie initialiseerder +trait.classinitializer=klasse initialiseerder #after 16.3.1 -package.default = -error.swf.invalid = Ongeldig SWF-bestand, verkeerde handtekening. -error.swf.headerTooShort = SWF-header is te kort. -error.abc.invalid = Ongeldig ABC-bestand. -error.swf.decryptionProblem = Ongeldig SWF-bestand, decodering mislukt. +package.default= +error.swf.invalid=Ongeldig SWF-bestand, verkeerde handtekening. +error.swf.headerTooShort=SWF-header is te kort. +error.abc.invalid=Ongeldig ABC-bestand. +error.swf.decryptionProblem=Ongeldig SWF-bestand, decodering mislukt. diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/locales/AppResources_pl.properties b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/locales/AppResources_pl.properties index 86f916691..a0ed603de 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/locales/AppResources_pl.properties +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/locales/AppResources_pl.properties @@ -12,6 +12,5 @@ # # You should have received a copy of the GNU Lesser General Public # License along with this library. - -trait.instanceinitializer = inicjator instancji -trait.classinitializer = inicjator klasy +trait.instanceinitializer=inicjator instancji +trait.classinitializer=inicjator klasy diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/locales/AppResources_pt.properties b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/locales/AppResources_pt.properties index 20c6fc9d5..dee749e80 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/locales/AppResources_pt.properties +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/locales/AppResources_pt.properties @@ -12,6 +12,5 @@ # # You should have received a copy of the GNU Lesser General Public # License along with this library. - -trait.instanceinitializer = inicializador de instancias -trait.classinitializer = inicializador de classes +trait.instanceinitializer=inicializador de instancias +trait.classinitializer=inicializador de classes diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/locales/AppResources_pt_BR.properties b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/locales/AppResources_pt_BR.properties index 935cc636c..bd76b359c 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/locales/AppResources_pt_BR.properties +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/locales/AppResources_pt_BR.properties @@ -12,37 +12,32 @@ # # You should have received a copy of the GNU Lesser General Public # License along with this library. - -decompilationError = Erro de descompila\u00e7\u00e3o. -decompilationError.timeout = Tempo limite ({0}) foi atingido -decompilationError.timeout.description = N\u00e3o descompilado devido ao tempo limite -decompilationError.obfuscated = C\u00f3digo pode ser ofuscado -decompilationError.errorType = Tipo de erro -decompilationError.error.description = N\u00e3o descompiliado devido a erro -decompilationError.actionCount = Contagem de a\u00e7\u00f5es: -decompilationError.instructionCount = Contagem de instru\u00e7\u00f5es: - -decompilation.skipped = Descompila\u00e7\u00e3o ignorada -decompilation.unsupported = Insuportada pelo descompilador -decompilerMark = marca de descompilador - +decompilationError=Erro de descompila\u00e7\u00e3o. +decompilationError.timeout=Tempo limite ({0}) foi atingido +decompilationError.timeout.description=N\u00e3o descompilado devido ao tempo limite +decompilationError.obfuscated=C\u00f3digo pode ser ofuscado +decompilationError.errorType=Tipo de erro +decompilationError.error.description=N\u00e3o descompiliado devido a erro +decompilationError.actionCount=Contagem de a\u00e7\u00f5es: +decompilationError.instructionCount=Contagem de instru\u00e7\u00f5es: +decompilation.skipped=Descompila\u00e7\u00e3o ignorada +decompilation.unsupported=Insuportada pelo descompilador +decompilerMark=marca de descompilador #example: 1 hour and 2 minutes -timeFormat.and = e -timeFormat.hour = hora -timeFormat.hours = horas -timeFormat.minute = minuto -timeFormat.minutes = minutos -timeFormat.second = segundo -timeFormat.seconds = segundos - -fontNotFound = Fonte com id=%fontId% n\u00e3o foi encontrada. - -trait.scriptinitializer = inicializador de script -trait.instanceinitializer = inicializador de inst\u00e2ncias -trait.classinitializer = inicializador de classes +timeFormat.and=e +timeFormat.hour=hora +timeFormat.hours=horas +timeFormat.minute=minuto +timeFormat.minutes=minutos +timeFormat.second=segundo +timeFormat.seconds=segundos +fontNotFound=Fonte com id=%fontId% n\u00e3o foi encontrada. +trait.scriptinitializer=inicializador de script +trait.instanceinitializer=inicializador de inst\u00e2ncias +trait.classinitializer=inicializador de classes #after 16.3.1 -package.default = -error.swf.invalid = Arquivo SWF inv\u00e1lido, assinatura errada. -error.swf.headerTooShort = O cabe\u00e7alho SWF \u00e9 muito curto. -error.abc.invalid = Arquivo ABC inv\u00e1lido. -error.swf.decryptionProblem = Arquivo SWF inv\u00e1lido, falha na descriptografia. +package.default= +error.swf.invalid=Arquivo SWF inv\u00e1lido, assinatura errada. +error.swf.headerTooShort=O cabe\u00e7alho SWF \u00e9 muito curto. +error.abc.invalid=Arquivo ABC inv\u00e1lido. +error.swf.decryptionProblem=Arquivo SWF inv\u00e1lido, falha na descriptografia. diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/locales/AppResources_ru.properties b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/locales/AppResources_ru.properties index 2a77dcaab..e2ae8b5b6 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/locales/AppResources_ru.properties +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/locales/AppResources_ru.properties @@ -12,28 +12,23 @@ # # You should have received a copy of the GNU Lesser General Public # License along with this library. - -decompilationError = \u041e\u0448\u0438\u0431\u043a\u0430 \u0434\u0435\u043a\u043e\u043c\u043f\u0438\u043b\u044f\u0446\u0438\u0438 -decompilationError.timeout = \u0422\u0430\u0439\u043c\u0430\u0443\u0442: ({0}) -decompilationError.timeout.description = \u0414\u0435\u043a\u043e\u043c\u043f\u0438\u043b\u044f\u0446\u0438\u044f \u043f\u0440\u0435\u0440\u0432\u0430\u043d\u0430 \u0438\u0437-\u0437\u0430 \u0442\u0430\u0439\u043c\u0430\u0443\u0442\u0430 -decompilationError.obfuscated = \u041a\u043e\u0434 \u043c\u043e\u0436\u0435\u0442 \u0431\u044b\u0442\u044c \u043e\u0431\u0444\u0443\u0441\u0446\u0438\u0440\u043e\u0432\u0430\u043d -decompilationError.errorType = \u0422\u0438\u043f \u043e\u0448\u0438\u0431\u043a\u0438 -decompilationError.error.description = \u0414\u0435\u043a\u043e\u043c\u043f\u0438\u043b\u044f\u0446\u0438\u044f \u043f\u0440\u0435\u0440\u0432\u0430\u043d\u0430 \u0438\u0437-\u0437\u0430 \u043e\u0448\u0438\u0431\u043a\u0438 - -decompilation.skipped = \u0414\u0435\u043a\u043e\u043c\u043f\u0438\u043b\u044f\u0446\u0438\u044f \u043f\u0440\u043e\u043f\u0443\u0449\u0435\u043d\u0430 -decompilation.unsupported = \u041d\u0435 \u043f\u043e\u0434\u0434\u0435\u0440\u0436\u0438\u0432\u0430\u0435\u0442\u0441\u044f \u0434\u0435\u043a\u043e\u043c\u043f\u0438\u043b\u044f\u0442\u043e\u0440\u043e\u043c -decompilerMark = decompiler mark - +decompilationError=\u041e\u0448\u0438\u0431\u043a\u0430 \u0434\u0435\u043a\u043e\u043c\u043f\u0438\u043b\u044f\u0446\u0438\u0438 +decompilationError.timeout=\u0422\u0430\u0439\u043c\u0430\u0443\u0442: ({0}) +decompilationError.timeout.description=\u0414\u0435\u043a\u043e\u043c\u043f\u0438\u043b\u044f\u0446\u0438\u044f \u043f\u0440\u0435\u0440\u0432\u0430\u043d\u0430 \u0438\u0437-\u0437\u0430 \u0442\u0430\u0439\u043c\u0430\u0443\u0442\u0430 +decompilationError.obfuscated=\u041a\u043e\u0434 \u043c\u043e\u0436\u0435\u0442 \u0431\u044b\u0442\u044c \u043e\u0431\u0444\u0443\u0441\u0446\u0438\u0440\u043e\u0432\u0430\u043d +decompilationError.errorType=\u0422\u0438\u043f \u043e\u0448\u0438\u0431\u043a\u0438 +decompilationError.error.description=\u0414\u0435\u043a\u043e\u043c\u043f\u0438\u043b\u044f\u0446\u0438\u044f \u043f\u0440\u0435\u0440\u0432\u0430\u043d\u0430 \u0438\u0437-\u0437\u0430 \u043e\u0448\u0438\u0431\u043a\u0438 +decompilation.skipped=\u0414\u0435\u043a\u043e\u043c\u043f\u0438\u043b\u044f\u0446\u0438\u044f \u043f\u0440\u043e\u043f\u0443\u0449\u0435\u043d\u0430 +decompilation.unsupported=\u041d\u0435 \u043f\u043e\u0434\u0434\u0435\u0440\u0436\u0438\u0432\u0430\u0435\u0442\u0441\u044f \u0434\u0435\u043a\u043e\u043c\u043f\u0438\u043b\u044f\u0442\u043e\u0440\u043e\u043c +decompilerMark=decompiler mark #example: 1 hour and 2 minutes -timeFormat.and = \u0438 -timeFormat.hour = \u0447. -timeFormat.hours = \u0447. -timeFormat.minute = \u043c\u0438\u043d. -timeFormat.minutes = \u043c\u0438\u043d. -timeFormat.second = \u0441\u0435\u043a. -timeFormat.seconds = \u0441\u0435\u043a. - -fontNotFound = \u0428\u0440\u0438\u0444\u0442 \u0441 id=%fontId% \u043d\u0435 \u0431\u044b\u043b \u043d\u0430\u0439\u0434\u0435\u043d. - -trait.instanceinitializer = \u0438\u043d\u0438\u0446\u0438\u0430\u043b\u0438\u0437\u0430\u0442\u043e\u0440 \u044d\u043a\u0437\u0435\u043c\u043f\u043b\u044f\u0440\u0430 -trait.classinitializer = \u0438\u043d\u0438\u0446\u0438\u0430\u043b\u0438\u0437\u0430\u0442\u043e\u0440 \u043a\u043b\u0430\u0441\u0441\u0430 +timeFormat.and=\u0438 +timeFormat.hour=\u0447. +timeFormat.hours=\u0447. +timeFormat.minute=\u043c\u0438\u043d. +timeFormat.minutes=\u043c\u0438\u043d. +timeFormat.second=\u0441\u0435\u043a. +timeFormat.seconds=\u0441\u0435\u043a. +fontNotFound=\u0428\u0440\u0438\u0444\u0442 \u0441 id=%fontId% \u043d\u0435 \u0431\u044b\u043b \u043d\u0430\u0439\u0434\u0435\u043d. +trait.instanceinitializer=\u0438\u043d\u0438\u0446\u0438\u0430\u043b\u0438\u0437\u0430\u0442\u043e\u0440 \u044d\u043a\u0437\u0435\u043c\u043f\u043b\u044f\u0440\u0430 +trait.classinitializer=\u0438\u043d\u0438\u0446\u0438\u0430\u043b\u0438\u0437\u0430\u0442\u043e\u0440 \u043a\u043b\u0430\u0441\u0441\u0430 diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/locales/AppResources_sv.properties b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/locales/AppResources_sv.properties index 0e4b9989f..cdc802267 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/locales/AppResources_sv.properties +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/locales/AppResources_sv.properties @@ -12,28 +12,23 @@ # # You should have received a copy of the GNU Lesser General Public # License along with this library. - -decompilationError = Dekompilering felmeddelande -decompilationError.timeout = Timeout ({0}) n\u00e5ddes -decompilationError.timeout.description = Dekompilerades inte p\u00e5grund av en timeout -decompilationError.obfuscated = Koden kan vara obfuskerad -decompilationError.errorType = Fel typ -decompilationError.error.description = Ej dekompilerad p\u00e5grund av fel - -decompilation.skipped = Dekompilering skippades -decompilation.unsupported = st\u00f6ds inte utav dekompileraren -decompilerMark = markera dekompilerare - +decompilationError=Dekompilering felmeddelande +decompilationError.timeout=Timeout ({0}) n\u00e5ddes +decompilationError.timeout.description=Dekompilerades inte p\u00e5grund av en timeout +decompilationError.obfuscated=Koden kan vara obfuskerad +decompilationError.errorType=Fel typ +decompilationError.error.description=Ej dekompilerad p\u00e5grund av fel +decompilation.skipped=Dekompilering skippades +decompilation.unsupported=st\u00f6ds inte utav dekompileraren +decompilerMark=markera dekompilerare #example: 1 hour and 2 minutes -timeFormat.and = och -timeFormat.hour = timme -timeFormat.hours = timmar -timeFormat.minute = minut -timeFormat.minutes = minuter -timeFormat.second = sekund -timeFormat.seconds = sekunder - -fontNotFound = Typsnitt med id=%fontId% hittades inte. - -trait.instanceinitializer = instans initierare -trait.classinitializer = klass initierare +timeFormat.and=och +timeFormat.hour=timme +timeFormat.hours=timmar +timeFormat.minute=minut +timeFormat.minutes=minuter +timeFormat.second=sekund +timeFormat.seconds=sekunder +fontNotFound=Typsnitt med id=%fontId% hittades inte. +trait.instanceinitializer=instans initierare +trait.classinitializer=klass initierare diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/locales/AppResources_tr.properties b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/locales/AppResources_tr.properties index 9140a7e29..d62b87a95 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/locales/AppResources_tr.properties +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/locales/AppResources_tr.properties @@ -12,42 +12,32 @@ # # You should have received a copy of the GNU Lesser General Public # License along with this library. - - -decompilationError = Ayr\u0131\u015ft\u0131rma hatas\u0131 -decompilationError.timeout = Zaman a\u015f\u0131m\u0131na ({0}) ula\u015f\u0131ld\u0131 -decompilationError.timeout.description = Zaman a\u015f\u0131m\u0131 nedeniyle ayr\u0131\u015ft\u0131r\u0131lmad\u0131 -decompilationError.obfuscated = Kod gizlenmi\u015f olabilir -decompilationError.errorType = Hata t\u00fcr\u00fc -decompilationError.error.description = Hata nedeniyle ayr\u0131\u015ft\u0131r\u0131lmad\u0131 -decompilationError.actionCount = Eylem say\u0131s\u0131: -decompilationError.instructionCount = Talimat say\u0131s\u0131: - - -decompilation.skipped = Ayr\u0131\u015ft\u0131rma atland\u0131 -decompilation.unsupported = Kod \u00e7\u00f6z\u00fcc\u00fc taraf\u0131ndan desteklenmiyor -decompilerMark = kod \u00e7\u00f6z\u00fcc\u00fc i\u015fareti - +decompilationError=Ayr\u0131\u015ft\u0131rma hatas\u0131 +decompilationError.timeout=Zaman a\u015f\u0131m\u0131na ({0}) ula\u015f\u0131ld\u0131 +decompilationError.timeout.description=Zaman a\u015f\u0131m\u0131 nedeniyle ayr\u0131\u015ft\u0131r\u0131lmad\u0131 +decompilationError.obfuscated=Kod gizlenmi\u015f olabilir +decompilationError.errorType=Hata t\u00fcr\u00fc +decompilationError.error.description=Hata nedeniyle ayr\u0131\u015ft\u0131r\u0131lmad\u0131 +decompilationError.actionCount=Eylem say\u0131s\u0131: +decompilationError.instructionCount=Talimat say\u0131s\u0131: +decompilation.skipped=Ayr\u0131\u015ft\u0131rma atland\u0131 +decompilation.unsupported=Kod \u00e7\u00f6z\u00fcc\u00fc taraf\u0131ndan desteklenmiyor +decompilerMark=kod \u00e7\u00f6z\u00fcc\u00fc i\u015fareti #example: 1 hour and 2 minutes - -timeFormat.and = ve -timeFormat.hour = saat -timeFormat.hours = saatler -timeFormat.minute = dakika -timeFormat.minutes = dakikalar -timeFormat.second = saniye -timeFormat.seconds = saniyeler - - -fontNotFound = id=%fontId% ile yaz\u0131 tipi bulunamad\u0131. - - -trait.scriptinitializer = komut ba\u015flat\u0131c\u0131s\u0131 -trait.instanceinitializer = \u00f6rnek ba\u015flat\u0131c\u0131 -trait.classinitializer = s\u0131n\u0131f ba\u015flat\u0131c\u0131 +timeFormat.and=ve +timeFormat.hour=saat +timeFormat.hours=saatler +timeFormat.minute=dakika +timeFormat.minutes=dakikalar +timeFormat.second=saniye +timeFormat.seconds=saniyeler +fontNotFound=id=%fontId% ile yaz\u0131 tipi bulunamad\u0131. +trait.scriptinitializer=komut ba\u015flat\u0131c\u0131s\u0131 +trait.instanceinitializer=\u00f6rnek ba\u015flat\u0131c\u0131 +trait.classinitializer=s\u0131n\u0131f ba\u015flat\u0131c\u0131 #after 16.3.1 -package.default = -error.swf.invalid = Ge\u00e7ersiz SWF dosyas\u0131, yanl\u0131\u015f imza. -error.swf.headerTooShort = SWF ba\u015fl\u0131\u011f\u0131 \u00e7ok k\u0131sa. -error.abc.invalid = Ge\u00e7ersiz ABC dosyas\u0131. -error.swf.decryptionProblem = Ge\u00e7ersiz SWF dosyas\u0131, \u015fifre \u00e7\u00f6zme ba\u015far\u0131s\u0131z. +package.default= +error.swf.invalid=Ge\u00e7ersiz SWF dosyas\u0131, yanl\u0131\u015f imza. +error.swf.headerTooShort=SWF ba\u015fl\u0131\u011f\u0131 \u00e7ok k\u0131sa. +error.abc.invalid=Ge\u00e7ersiz ABC dosyas\u0131. +error.swf.decryptionProblem=Ge\u00e7ersiz SWF dosyas\u0131, \u015fifre \u00e7\u00f6zme ba\u015far\u0131s\u0131z. diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/locales/AppResources_uk.properties b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/locales/AppResources_uk.properties index 3edc38519..f7e5fff5c 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/locales/AppResources_uk.properties +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/locales/AppResources_uk.properties @@ -12,28 +12,23 @@ # # You should have received a copy of the GNU Lesser General Public # License along with this library. - -decompilationError = \u041f\u043e\u043c\u0438\u043b\u043a\u0430 \u0434\u0435\u043a\u043e\u043c\u043f\u0456\u043b\u044f\u0446\u0456\u0457 -decompilationError.timeout = \u0422\u0430\u0439\u043c\u0430\u0443\u0442 ({0}) \u0431\u0443\u043b\u043e \u0434\u043e\u0441\u044f\u0433\u043d\u0443\u0442\u043e -decompilationError.timeout.description = \u0414\u0435\u043a\u043e\u043c\u043f\u0456\u043b\u044f\u0446\u0456\u044f \u043f\u0435\u0440\u0435\u0440\u0432\u0430\u043d\u0430 \u0447\u0435\u0440\u0435\u0437 \u0442\u0430\u0439\u043c\u0430\u0443\u0442 -decompilationError.obfuscated = \u041a\u043e\u0434 \u043c\u043e\u0436\u0435 \u0431\u0443\u0442\u0438 \u043e\u0431\u0444\u0443\u0441\u043a\u043e\u0432\u0430\u043d\u0438\u0439 -decompilationError.errorType = \u0422\u0438\u043f \u043f\u043e\u043c\u0438\u043b\u043a\u0438 -decompilationError.error.description = \u0414\u0435\u043a\u043e\u043c\u043f\u0456\u043b\u044f\u0446\u0456\u044f \u043f\u0435\u0440\u0435\u0440\u0432\u0430\u043d\u0430 \u0447\u0435\u0440\u0435\u0437 \u043f\u043e\u043c\u0438\u043b\u043a\u0443 - -decompilation.skipped = \u0414\u0435\u043a\u043e\u043c\u043f\u0456\u043b\u044f\u0446\u0456\u044e \u043f\u0440\u043e\u043f\u0443\u0449\u0435\u043d\u043e -decompilation.unsupported = \u041d\u0435 \u043f\u0456\u0434\u0442\u0440\u0438\u043c\u0443\u0454\u0442\u044c\u0441\u044f \u0434\u0435\u043a\u043e\u043c\u043f\u0456\u043b\u044f\u0442\u043e\u0440\u043e\u043c -decompilerMark = decompiler mark - +decompilationError=\u041f\u043e\u043c\u0438\u043b\u043a\u0430 \u0434\u0435\u043a\u043e\u043c\u043f\u0456\u043b\u044f\u0446\u0456\u0457 +decompilationError.timeout=\u0422\u0430\u0439\u043c\u0430\u0443\u0442 ({0}) \u0431\u0443\u043b\u043e \u0434\u043e\u0441\u044f\u0433\u043d\u0443\u0442\u043e +decompilationError.timeout.description=\u0414\u0435\u043a\u043e\u043c\u043f\u0456\u043b\u044f\u0446\u0456\u044f \u043f\u0435\u0440\u0435\u0440\u0432\u0430\u043d\u0430 \u0447\u0435\u0440\u0435\u0437 \u0442\u0430\u0439\u043c\u0430\u0443\u0442 +decompilationError.obfuscated=\u041a\u043e\u0434 \u043c\u043e\u0436\u0435 \u0431\u0443\u0442\u0438 \u043e\u0431\u0444\u0443\u0441\u043a\u043e\u0432\u0430\u043d\u0438\u0439 +decompilationError.errorType=\u0422\u0438\u043f \u043f\u043e\u043c\u0438\u043b\u043a\u0438 +decompilationError.error.description=\u0414\u0435\u043a\u043e\u043c\u043f\u0456\u043b\u044f\u0446\u0456\u044f \u043f\u0435\u0440\u0435\u0440\u0432\u0430\u043d\u0430 \u0447\u0435\u0440\u0435\u0437 \u043f\u043e\u043c\u0438\u043b\u043a\u0443 +decompilation.skipped=\u0414\u0435\u043a\u043e\u043c\u043f\u0456\u043b\u044f\u0446\u0456\u044e \u043f\u0440\u043e\u043f\u0443\u0449\u0435\u043d\u043e +decompilation.unsupported=\u041d\u0435 \u043f\u0456\u0434\u0442\u0440\u0438\u043c\u0443\u0454\u0442\u044c\u0441\u044f \u0434\u0435\u043a\u043e\u043c\u043f\u0456\u043b\u044f\u0442\u043e\u0440\u043e\u043c +decompilerMark=decompiler mark #example: 1 hour and 2 minutes -timeFormat.and = \u0442\u0430 -timeFormat.hour = \u0433\u043e\u0434. -timeFormat.hours = \u0433\u043e\u0434. -timeFormat.minute = \u0445\u0432. -timeFormat.minutes = \u0445\u0432. -timeFormat.second = \u0441\u0435\u043a. -timeFormat.seconds = \u0441\u0435\u043a. - -fontNotFound = \u0428\u0440\u0438\u0444\u0442 \u0437 id=%fontId% \u043d\u0435 \u0437\u043d\u0430\u0439\u0434\u0435\u043d\u043e. - -trait.instanceinitializer = \u0456\u043d\u0456\u0446\u0456\u0430\u043b\u0456\u0437\u0430\u0442\u043e\u0440 \u043e\u0431'\u0454\u043a\u0442\u0430 -trait.classinitializer = \u0456\u043d\u0456\u0446\u0456\u0430\u043b\u0456\u0437\u0430\u0442\u043e\u0440 \u043a\u043b\u0430\u0441\u0443 +timeFormat.and=\u0442\u0430 +timeFormat.hour=\u0433\u043e\u0434. +timeFormat.hours=\u0433\u043e\u0434. +timeFormat.minute=\u0445\u0432. +timeFormat.minutes=\u0445\u0432. +timeFormat.second=\u0441\u0435\u043a. +timeFormat.seconds=\u0441\u0435\u043a. +fontNotFound=\u0428\u0440\u0438\u0444\u0442 \u0437 id=%fontId% \u043d\u0435 \u0437\u043d\u0430\u0439\u0434\u0435\u043d\u043e. +trait.instanceinitializer=\u0456\u043d\u0456\u0446\u0456\u0430\u043b\u0456\u0437\u0430\u0442\u043e\u0440 \u043e\u0431'\u0454\u043a\u0442\u0430 +trait.classinitializer=\u0456\u043d\u0456\u0446\u0456\u0430\u043b\u0456\u0437\u0430\u0442\u043e\u0440 \u043a\u043b\u0430\u0441\u0443 diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/locales/AppResources_zh.properties b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/locales/AppResources_zh.properties index 26100455f..680ed5746 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/locales/AppResources_zh.properties +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/locales/AppResources_zh.properties @@ -12,36 +12,31 @@ # # You should have received a copy of the GNU Lesser General Public # License along with this library. - -decompilationError = \u53cd\u7f16\u8bd1\u51fa\u9519 -decompilationError.timeout = \u5230\u8fbe\u8d85\u65f6\u9650\u5236 ({0}) -decompilationError.timeout.description = \u7531\u4e8e\u8d85\u65f6\u672a\u53cd\u7f16\u8bd1 -decompilationError.obfuscated = \u4ee3\u7801\u53ef\u80fd\u88ab\u52a0\u5bc6 -decompilationError.errorType = \u9519\u8bef\u7c7b\u578b -decompilationError.error.description = \u7531\u4e8e\u9519\u8bef\u672a\u53cd\u7f16\u8bd1 -decompilationError.actionCount = \u811a\u672c\u6570: -decompilationError.instructionCount = \u6307\u4ee4\u6570: - -decompilation.skipped = \u8df3\u8fc7\u53cd\u7f16\u8bd1 -decompilation.unsupported = \u4e0d\u53d7\u53cd\u7f16\u8bd1\u5668\u652f\u6301 -decompilerMark = \u53cd\u7f16\u8bd1\u6807\u8bb0 - +decompilationError=\u53cd\u7f16\u8bd1\u51fa\u9519 +decompilationError.timeout=\u5230\u8fbe\u8d85\u65f6\u9650\u5236 ({0}) +decompilationError.timeout.description=\u7531\u4e8e\u8d85\u65f6\u672a\u53cd\u7f16\u8bd1 +decompilationError.obfuscated=\u4ee3\u7801\u53ef\u80fd\u88ab\u52a0\u5bc6 +decompilationError.errorType=\u9519\u8bef\u7c7b\u578b +decompilationError.error.description=\u7531\u4e8e\u9519\u8bef\u672a\u53cd\u7f16\u8bd1 +decompilationError.actionCount=\u811a\u672c\u6570: +decompilationError.instructionCount=\u6307\u4ee4\u6570: +decompilation.skipped=\u8df3\u8fc7\u53cd\u7f16\u8bd1 +decompilation.unsupported=\u4e0d\u53d7\u53cd\u7f16\u8bd1\u5668\u652f\u6301 +decompilerMark=\u53cd\u7f16\u8bd1\u6807\u8bb0 #example: 1 hour and 2 minutes -timeFormat.and = \u548c -timeFormat.hour = \u65f6 -timeFormat.hours = \u65f6 -timeFormat.minute = \u5206 -timeFormat.minutes = \u5206 -timeFormat.second = \u79d2 -timeFormat.seconds = \u79d2 - -fontNotFound = \u65e0\u6cd5\u627e\u5230id\u4e3a%fontId%\u7684\u5b57\u4f53. - -trait.scriptinitializer = \u811a\u672c\u521d\u59cb\u5316\u5668 -trait.instanceinitializer = \u5b9e\u4f8b\u521d\u59cb\u5316\u5668 -trait.classinitializer = \u7c7b\u521d\u59cb\u5316\u5668 +timeFormat.and=\u548c +timeFormat.hour=\u65f6 +timeFormat.hours=\u65f6 +timeFormat.minute=\u5206 +timeFormat.minutes=\u5206 +timeFormat.second=\u79d2 +timeFormat.seconds=\u79d2 +fontNotFound=\u65e0\u6cd5\u627e\u5230id\u4e3a%fontId%\u7684\u5b57\u4f53. +trait.scriptinitializer=\u811a\u672c\u521d\u59cb\u5316\u5668 +trait.instanceinitializer=\u5b9e\u4f8b\u521d\u59cb\u5316\u5668 +trait.classinitializer=\u7c7b\u521d\u59cb\u5316\u5668 #after 16.3.1 -package.default = <\u9ed8\u8ba4\u5305> -error.swf.invalid = \u4e0d\u53ef\u7528\u7684SWF\u6587\u4ef6 -error.swf.headerTooShort = SWF\u6807\u5934\u8fc7\u77ed -error.abc.invalid = \u4e0d\u53ef\u7528\u7684ABC\u6587\u4ef6 +package.default=<\u9ed8\u8ba4\u5305> +error.swf.invalid=\u4e0d\u53ef\u7528\u7684SWF\u6587\u4ef6 +error.swf.headerTooShort=SWF\u6807\u5934\u8fc7\u77ed +error.abc.invalid=\u4e0d\u53ef\u7528\u7684ABC\u6587\u4ef6 diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/locales/docs/pcode/AS2.properties b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/locales/docs/pcode/AS2.properties index 9d3b16735..e5996fef6 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/locales/docs/pcode/AS2.properties +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/locales/docs/pcode/AS2.properties @@ -1,873 +1,776 @@ #String for whole list generation - -ui.list.heading = Action list -ui.list.pageTitle = Action list -ui.list.documentTitle = Actionlist -ui.list.pageDescription = List of all known actions with their operands and stack values - +ui.list.heading=Action list +ui.list.pageTitle=Action list +ui.list.documentTitle=Actionlist +ui.list.pageDescription=List of all known actions with their operands and stack values #various strings in UI: -ui.unknown = ??? -ui.stack = Stack: -ui.stack.before = ..., -ui.stack.before.empty = ... -ui.stack.to = \ \u279e -ui.flags = Flags: -ui.description = Description: -ui.filter.hide = Hide: -ui.filter.byname = Find by name: -ui.filter.order = Order by: -ui.filter.order.code = code -ui.filter.order.name = name -ui.swfVersion = Since SWF version: - +ui.unknown=??? +ui.stack=Stack: +ui.stack.before=..., +ui.stack.before.empty=... +ui.stack.to=\ \u279e +ui.flags=Flags: +ui.description=Description: +ui.filter.hide=Hide: +ui.filter.byname=Find by name: +ui.filter.order=Order by: +ui.filter.order.code=code +ui.filter.order.name=name +ui.swfVersion=Since SWF version: #----------------------- Actions - -action.gotoframe.name = GotoFrame -action.gotoframe.code = 0x81 -action.gotoframe.swfVersion = 3 -action.gotoframe.shortDescription = Go to frame -action.gotoframe.description = -action.gotoframe.stackBefore = -action.gotoframe.stackAfter = -action.gotoframe.operands = frame:UI16 - -action.geturl.name = GetURL -action.geturl.code = 0x83 -action.geturl.swfVersion = 3 -action.geturl.shortDescription = Get URL -action.geturl.description = -action.geturl.stackBefore = -action.geturl.stackAfter = -action.geturl.operands = urlString:STRING, targetString:STRING - -action.nextframe.name = NextFrame -action.nextframe.code = 0x04 -action.nextframe.swfVersion = 3 -action.nextframe.shortDescription = Go to next frame -action.nextframe.description = -action.nextframe.stackBefore = -action.nextframe.stackAfter = -action.nextframe.operands = - -action.prevframe.name = PrevFrame -action.prevframe.code = 0x05 -action.prevframe.swfVersion = 3 -action.prevframe.shortDescription = Go to previous frame -action.prevframe.description = -action.prevframe.stackBefore = -action.prevframe.stackAfter = -action.prevframe.operands = - -action.play.name = Play -action.play.code = 0x06 -action.play.swfVersion = 3 -action.play.shortDescription = Play -action.play.description = Start playing at current frame -action.play.stackBefore = -action.play.stackAfter = -action.play.operands = - -action.stop.name = Stop -action.stop.code = 0x07 -action.stop.swfVersion = 3 -action.stop.shortDescription = Stop -action.stop.description = Stop playing at current frame -action.stop.stackBefore = -action.stop.stackAfter = -action.stop.operands = - -action.togglequality.name = ToggleQuality -action.togglequality.code = 0x08 -action.togglequality.swfVersion = 3 -action.togglequality.shortDescription = Toggle quality -action.togglequality.description = Toggles display quality between high and low -action.togglequality.stackBefore = -action.togglequality.stackAfter = -action.togglequality.operands = - -action.stopsounds.name = StopSounds -action.stopsounds.code = 0x09 -action.stopsounds.swfVersion = 3 -action.stopsounds.shortDescription = Stop sounds -action.stopsounds.description = Stop playing all sounds -action.stopsounds.stackBefore = -action.stopsounds.stackAfter = -action.stopsounds.operands = - -action.waitforframe.name = WaitForFrame -action.waitforframe.code = 0x8A -action.waitforframe.swfVersion = 3 -action.waitforframe.shortDescription = Wait for frame -action.waitforframe.description = -action.waitforframe.stackBefore = -action.waitforframe.stackAfter = -action.waitforframe.operands = frame:UI16, skipCount:UI8 - -action.settarget.name = SetTarget -action.settarget.code = 0x8B -action.settarget.swfVersion = 3 -action.settarget.shortDescription = Set target -action.settarget.description = Changes context of subsequent actions -action.settarget.stackBefore = -action.settarget.stackAfter = -action.settarget.operands = targetName:STRING - -action.gotolabel.name = GoToLabel -action.gotolabel.code = 0x8C -action.gotolabel.swfVersion = 3 -action.gotolabel.shortDescription = Go to label -action.gotolabel.description = Go to frame associated with specified label -action.gotolabel.stackBefore = -action.gotolabel.stackAfter = -action.gotolabel.operands = label:STRING - -action.push.name = Push -action.push.code = 0x96 -action.push.swfVersion = 4 -action.push.shortDescription = Push value(s) -action.push.description = Pushes one or more values to the stack -action.push.stackBefore = -action.push.stackAfter = value1, value2, ... -action.push.operands = value1:*, [value2:*, ...] - -action.pop.name = Pop -action.pop.code = 0x17 -action.pop.swfVersion = 4 -action.pop.shortDescription = Pop value -action.pop.description = Pops value from the stack and discards it -action.pop.stackBefore = value -action.pop.stackAfter = -action.pop.operands = - -action.add.name = Add -action.add.code = 0x0A -action.add.swfVersion = 4 -action.add.shortDescription = Add two values -action.add.description = Adds two numbers and pushes the result back to the stack -action.add.stackBefore = value1, value2 -action.add.stackAfter = result -action.add.operands = - -action.subtract.name = Subtract -action.subtract.code = 0x0B -action.subtract.swfVersion = 4 -action.subtract.shortDescription = Subtract two values -action.subtract.description = Subtracts two numbers and pushes the result back to the stack -action.subtract.stackBefore = value1, value2 -action.subtract.stackAfter = result -action.subtract.operands = - -action.multiply.name = Multiply -action.multiply.code = 0x0C -action.multiply.swfVersion = 4 -action.multiply.shortDescription = Multiply two values -action.multiply.description = Multiplies two numbers and pushes the result back to the stack -action.multiply.stackBefore = value1, value2 -action.multiply.stackAfter = result -action.multiply.operands = - -action.divide.name = Divide -action.divide.code = 0x0D -action.divide.swfVersion = 4 -action.divide.shortDescription = Divide two values -action.divide.description = Divides two numbers and pushes the result back to the stack -action.divide.stackBefore = value1, value2 -action.divide.stackAfter = result -action.divide.operands = - -action.equals.name = Equals -action.equals.code = 0x0E -action.equals.swfVersion = 4 -action.equals.shortDescription = Check that two values are equal -action.equals.description = -action.equals.stackBefore = value1, value2 -action.equals.stackAfter = booleanResult -action.equals.operands = - -action.less.name = Less -action.less.code = 0x0F -action.less.swfVersion = 4 -action.less.shortDescription = Check that value is less than other value -action.less.description = -action.less.stackBefore = value1, value2 -action.less.stackAfter = booleanResult -action.less.operands = - -action.and.name = And -action.and.code = 0x10 -action.and.swfVersion = 4 -action.and.shortDescription = Logical AND -action.and.description = Performs a logical AND of two numbers -action.and.stackBefore = value1, value2 -action.and.stackAfter = booleanResult -action.and.operands = - -action.or.name = Or -action.or.code = 0x11 -action.or.swfVersion = 4 -action.or.shortDescription = Logical OR -action.or.description = Performs a logical OR of two numbers -action.or.stackBefore = value1, value2 -action.or.stackAfter = booleanResult -action.or.operands = - -action.not.name = Not -action.not.code = 0x12 -action.not.swfVersion = 4 -action.not.shortDescription = Logical NOT -action.not.description = Performs a logical NOT of a number -action.not.stackBefore = value -action.not.stackAfter = booleanResult -action.not.operands = - -action.stringequals.name = StringEquals -action.stringequals.code = 0x13 -action.stringequals.swfVersion = 4 -action.stringequals.shortDescription = Check that two strings are equal -action.stringequals.description = -action.stringequals.stackBefore = value1, value2 -action.stringequals.stackAfter = booleanResult -action.stringequals.operands = - -action.stringlength.name = StringLength -action.stringlength.code = 0x14 -action.stringlength.swfVersion = 4 -action.stringlength.shortDescription = Length of the string -action.stringlength.description = Computes the length of a string -action.stringlength.stackBefore = value -action.stringlength.stackAfter = result -action.stringlength.operands = - -action.stringadd.name = StringAdd -action.stringadd.code = 0x21 -action.stringadd.swfVersion = 4 -action.stringadd.shortDescription = Concatenate two strings -action.stringadd.description = -action.stringadd.stackBefore = value1, value2 -action.stringadd.stackAfter = result -action.stringadd.operands = - -action.stringextract.name = StringExtract -action.stringextract.code = 0x15 -action.stringextract.swfVersion = 4 -action.stringextract.shortDescription = Extract a substring from a string -action.stringextract.description = -action.stringextract.stackBefore = count, index, string -action.stringextract.stackAfter = result -action.stringextract.operands = - -action.stringless.name = StringLess -action.stringless.code = 0x29 -action.stringless.swfVersion = 4 -action.stringless.shortDescription = Check that string is less than other string -action.stringless.description = -action.stringless.stackBefore = value1, value2 -action.stringless.stackAfter = booleanResult -action.stringless.operands = - -action.mbstringlength.name = MBStringLength -action.mbstringlength.code = 0x31 -action.mbstringlength.swfVersion = 4 -action.mbstringlength.shortDescription = Length of the string multi-byte aware -action.mbstringlength.description = Computes the length of a string multi-byte aware -action.mbstringlength.stackBefore = value -action.mbstringlength.stackAfter = result -action.mbstringlength.operands = - -action.mbstringextract.name = MBStringExtract -action.mbstringextract.code = 0x35 -action.mbstringextract.swfVersion = 4 -action.mbstringextract.shortDescription = Extract a substring from a string multi-byte aware -action.mbstringextract.description = -action.mbstringextract.stackBefore = count, index, string -action.mbstringextract.stackAfter = result -action.mbstringextract.operands = - -action.tointeger.name = ToInteger -action.tointeger.code = 0x18 -action.tointeger.swfVersion = 4 -action.tointeger.shortDescription = Convert a value to an integer -action.tointeger.description = -action.tointeger.stackBefore = value -action.tointeger.stackAfter = result -action.tointeger.operands = - -action.chartoascii.name = CharToAscii -action.chartoascii.code = 0x32 -action.chartoascii.swfVersion = 4 -action.chartoascii.shortDescription = Convert character code to ASCII -action.chartoascii.description = -action.chartoascii.stackBefore = value -action.chartoascii.stackAfter = result -action.chartoascii.operands = - -action.asciitochar.name = AsciiToChar -action.asciitochar.code = 0x33 -action.asciitochar.swfVersion = 4 -action.asciitochar.shortDescription = Converts a value to an ASCII character code -action.asciitochar.description = -action.asciitochar.stackBefore = value -action.asciitochar.stackAfter = result -action.asciitochar.operands = - -action.mbchartoascii.name = MBCharToAscii -action.mbchartoascii.code = 0x36 -action.mbchartoascii.swfVersion = 4 -action.mbchartoascii.shortDescription = Convert character code to ASCII multi-byte aware -action.mbchartoascii.description = -action.mbchartoascii.stackBefore = value -action.mbchartoascii.stackAfter = result -action.mbchartoascii.operands = - -action.mbasciitochar.name = MBAsciiToChar -action.mbasciitochar.code = 0x37 -action.mbasciitochar.swfVersion = 4 -action.mbasciitochar.shortDescription = Converts a value to an ASCII character code multi-byte aware -action.mbasciitochar.description = -action.mbasciitochar.stackBefore = value -action.mbasciitochar.stackAfter = result -action.mbasciitochar.operands = - -action.jump.name = Jump -action.jump.code = 0x99 -action.jump.swfVersion = 4 -action.jump.shortDescription = Jump to location -action.jump.description = -action.jump.stackBefore = -action.jump.stackAfter = -action.jump.operands = location:identifier - -action.if.name = If -action.if.code = 0x9D -action.if.swfVersion = 4 -action.if.shortDescription = If branch -action.if.description = Creates a conditional test and branch -action.if.stackBefore = condition -action.if.stackAfter = -action.if.operands = branchTarget:identifier - -action.call.name = Call -action.call.code = 0x9E -action.call.swfVersion = 4 -action.call.shortDescription = Call a subroutine -action.call.description = -action.call.stackBefore = value -action.call.stackAfter = -action.call.operands = - -action.getvariable.name = GetVariable -action.getvariable.code = 0x1C -action.getvariable.swfVersion = 4 -action.getvariable.shortDescription = Get variable value -action.getvariable.description = -action.getvariable.stackBefore = name -action.getvariable.stackAfter = value -action.getvariable.operands = - -action.setvariable.name = SetVariable -action.setvariable.code = 0x1D -action.setvariable.swfVersion = 4 -action.setvariable.shortDescription = Set variable value -action.setvariable.description = -action.setvariable.stackBefore = value, name -action.setvariable.stackAfter = -action.setvariable.operands = - -action.geturl2.name = GetURL2 -action.geturl2.code = 0x9A -action.geturl2.swfVersion = 4 -action.geturl2.shortDescription = Get a URL (stack based) -action.geturl2.description = -action.geturl2.stackBefore = target, url -action.geturl2.stackAfter = +action.gotoframe.name=GotoFrame +action.gotoframe.code=0x81 +action.gotoframe.swfVersion=3 +action.gotoframe.shortDescription=Go to frame +action.gotoframe.description= +action.gotoframe.stackBefore= +action.gotoframe.stackAfter= +action.gotoframe.operands=frame:UI16 +action.geturl.name=GetURL +action.geturl.code=0x83 +action.geturl.swfVersion=3 +action.geturl.shortDescription=Get URL +action.geturl.description= +action.geturl.stackBefore= +action.geturl.stackAfter= +action.geturl.operands=urlString:STRING, targetString:STRING +action.nextframe.name=NextFrame +action.nextframe.code=0x04 +action.nextframe.swfVersion=3 +action.nextframe.shortDescription=Go to next frame +action.nextframe.description= +action.nextframe.stackBefore= +action.nextframe.stackAfter= +action.nextframe.operands= +action.prevframe.name=PrevFrame +action.prevframe.code=0x05 +action.prevframe.swfVersion=3 +action.prevframe.shortDescription=Go to previous frame +action.prevframe.description= +action.prevframe.stackBefore= +action.prevframe.stackAfter= +action.prevframe.operands= +action.play.name=Play +action.play.code=0x06 +action.play.swfVersion=3 +action.play.shortDescription=Play +action.play.description=Start playing at current frame +action.play.stackBefore= +action.play.stackAfter= +action.play.operands= +action.stop.name=Stop +action.stop.code=0x07 +action.stop.swfVersion=3 +action.stop.shortDescription=Stop +action.stop.description=Stop playing at current frame +action.stop.stackBefore= +action.stop.stackAfter= +action.stop.operands= +action.togglequality.name=ToggleQuality +action.togglequality.code=0x08 +action.togglequality.swfVersion=3 +action.togglequality.shortDescription=Toggle quality +action.togglequality.description=Toggles display quality between high and low +action.togglequality.stackBefore= +action.togglequality.stackAfter= +action.togglequality.operands= +action.stopsounds.name=StopSounds +action.stopsounds.code=0x09 +action.stopsounds.swfVersion=3 +action.stopsounds.shortDescription=Stop sounds +action.stopsounds.description=Stop playing all sounds +action.stopsounds.stackBefore= +action.stopsounds.stackAfter= +action.stopsounds.operands= +action.waitforframe.name=WaitForFrame +action.waitforframe.code=0x8A +action.waitforframe.swfVersion=3 +action.waitforframe.shortDescription=Wait for frame +action.waitforframe.description= +action.waitforframe.stackBefore= +action.waitforframe.stackAfter= +action.waitforframe.operands=frame:UI16, skipCount:UI8 +action.settarget.name=SetTarget +action.settarget.code=0x8B +action.settarget.swfVersion=3 +action.settarget.shortDescription=Set target +action.settarget.description=Changes context of subsequent actions +action.settarget.stackBefore= +action.settarget.stackAfter= +action.settarget.operands=targetName:STRING +action.gotolabel.name=GoToLabel +action.gotolabel.code=0x8C +action.gotolabel.swfVersion=3 +action.gotolabel.shortDescription=Go to label +action.gotolabel.description=Go to frame associated with specified label +action.gotolabel.stackBefore= +action.gotolabel.stackAfter= +action.gotolabel.operands=label:STRING +action.push.name=Push +action.push.code=0x96 +action.push.swfVersion=4 +action.push.shortDescription=Push value(s) +action.push.description=Pushes one or more values to the stack +action.push.stackBefore= +action.push.stackAfter=value1, value2, ... +action.push.operands=value1:*, [value2:*, ...] +action.pop.name=Pop +action.pop.code=0x17 +action.pop.swfVersion=4 +action.pop.shortDescription=Pop value +action.pop.description=Pops value from the stack and discards it +action.pop.stackBefore=value +action.pop.stackAfter= +action.pop.operands= +action.add.name=Add +action.add.code=0x0A +action.add.swfVersion=4 +action.add.shortDescription=Add two values +action.add.description=Adds two numbers and pushes the result back to the stack +action.add.stackBefore=value1, value2 +action.add.stackAfter=result +action.add.operands= +action.subtract.name=Subtract +action.subtract.code=0x0B +action.subtract.swfVersion=4 +action.subtract.shortDescription=Subtract two values +action.subtract.description=Subtracts two numbers and pushes the result back to the stack +action.subtract.stackBefore=value1, value2 +action.subtract.stackAfter=result +action.subtract.operands= +action.multiply.name=Multiply +action.multiply.code=0x0C +action.multiply.swfVersion=4 +action.multiply.shortDescription=Multiply two values +action.multiply.description=Multiplies two numbers and pushes the result back to the stack +action.multiply.stackBefore=value1, value2 +action.multiply.stackAfter=result +action.multiply.operands= +action.divide.name=Divide +action.divide.code=0x0D +action.divide.swfVersion=4 +action.divide.shortDescription=Divide two values +action.divide.description=Divides two numbers and pushes the result back to the stack +action.divide.stackBefore=value1, value2 +action.divide.stackAfter=result +action.divide.operands= +action.equals.name=Equals +action.equals.code=0x0E +action.equals.swfVersion=4 +action.equals.shortDescription=Check that two values are equal +action.equals.description= +action.equals.stackBefore=value1, value2 +action.equals.stackAfter=booleanResult +action.equals.operands= +action.less.name=Less +action.less.code=0x0F +action.less.swfVersion=4 +action.less.shortDescription=Check that value is less than other value +action.less.description= +action.less.stackBefore=value1, value2 +action.less.stackAfter=booleanResult +action.less.operands= +action.and.name=And +action.and.code=0x10 +action.and.swfVersion=4 +action.and.shortDescription=Logical AND +action.and.description=Performs a logical AND of two numbers +action.and.stackBefore=value1, value2 +action.and.stackAfter=booleanResult +action.and.operands= +action.or.name=Or +action.or.code=0x11 +action.or.swfVersion=4 +action.or.shortDescription=Logical OR +action.or.description=Performs a logical OR of two numbers +action.or.stackBefore=value1, value2 +action.or.stackAfter=booleanResult +action.or.operands= +action.not.name=Not +action.not.code=0x12 +action.not.swfVersion=4 +action.not.shortDescription=Logical NOT +action.not.description=Performs a logical NOT of a number +action.not.stackBefore=value +action.not.stackAfter=booleanResult +action.not.operands= +action.stringequals.name=StringEquals +action.stringequals.code=0x13 +action.stringequals.swfVersion=4 +action.stringequals.shortDescription=Check that two strings are equal +action.stringequals.description= +action.stringequals.stackBefore=value1, value2 +action.stringequals.stackAfter=booleanResult +action.stringequals.operands= +action.stringlength.name=StringLength +action.stringlength.code=0x14 +action.stringlength.swfVersion=4 +action.stringlength.shortDescription=Length of the string +action.stringlength.description=Computes the length of a string +action.stringlength.stackBefore=value +action.stringlength.stackAfter=result +action.stringlength.operands= +action.stringadd.name=StringAdd +action.stringadd.code=0x21 +action.stringadd.swfVersion=4 +action.stringadd.shortDescription=Concatenate two strings +action.stringadd.description= +action.stringadd.stackBefore=value1, value2 +action.stringadd.stackAfter=result +action.stringadd.operands= +action.stringextract.name=StringExtract +action.stringextract.code=0x15 +action.stringextract.swfVersion=4 +action.stringextract.shortDescription=Extract a substring from a string +action.stringextract.description= +action.stringextract.stackBefore=count, index, string +action.stringextract.stackAfter=result +action.stringextract.operands= +action.stringless.name=StringLess +action.stringless.code=0x29 +action.stringless.swfVersion=4 +action.stringless.shortDescription=Check that string is less than other string +action.stringless.description= +action.stringless.stackBefore=value1, value2 +action.stringless.stackAfter=booleanResult +action.stringless.operands= +action.mbstringlength.name=MBStringLength +action.mbstringlength.code=0x31 +action.mbstringlength.swfVersion=4 +action.mbstringlength.shortDescription=Length of the string multi-byte aware +action.mbstringlength.description=Computes the length of a string multi-byte aware +action.mbstringlength.stackBefore=value +action.mbstringlength.stackAfter=result +action.mbstringlength.operands= +action.mbstringextract.name=MBStringExtract +action.mbstringextract.code=0x35 +action.mbstringextract.swfVersion=4 +action.mbstringextract.shortDescription=Extract a substring from a string multi-byte aware +action.mbstringextract.description= +action.mbstringextract.stackBefore=count, index, string +action.mbstringextract.stackAfter=result +action.mbstringextract.operands= +action.tointeger.name=ToInteger +action.tointeger.code=0x18 +action.tointeger.swfVersion=4 +action.tointeger.shortDescription=Convert a value to an integer +action.tointeger.description= +action.tointeger.stackBefore=value +action.tointeger.stackAfter=result +action.tointeger.operands= +action.chartoascii.name=CharToAscii +action.chartoascii.code=0x32 +action.chartoascii.swfVersion=4 +action.chartoascii.shortDescription=Convert character code to ASCII +action.chartoascii.description= +action.chartoascii.stackBefore=value +action.chartoascii.stackAfter=result +action.chartoascii.operands= +action.asciitochar.name=AsciiToChar +action.asciitochar.code=0x33 +action.asciitochar.swfVersion=4 +action.asciitochar.shortDescription=Converts a value to an ASCII character code +action.asciitochar.description= +action.asciitochar.stackBefore=value +action.asciitochar.stackAfter=result +action.asciitochar.operands= +action.mbchartoascii.name=MBCharToAscii +action.mbchartoascii.code=0x36 +action.mbchartoascii.swfVersion=4 +action.mbchartoascii.shortDescription=Convert character code to ASCII multi-byte aware +action.mbchartoascii.description= +action.mbchartoascii.stackBefore=value +action.mbchartoascii.stackAfter=result +action.mbchartoascii.operands= +action.mbasciitochar.name=MBAsciiToChar +action.mbasciitochar.code=0x37 +action.mbasciitochar.swfVersion=4 +action.mbasciitochar.shortDescription=Converts a value to an ASCII character code multi-byte aware +action.mbasciitochar.description= +action.mbasciitochar.stackBefore=value +action.mbasciitochar.stackAfter=result +action.mbasciitochar.operands= +action.jump.name=Jump +action.jump.code=0x99 +action.jump.swfVersion=4 +action.jump.shortDescription=Jump to location +action.jump.description= +action.jump.stackBefore= +action.jump.stackAfter= +action.jump.operands=location:identifier +action.if.name=If +action.if.code=0x9D +action.if.swfVersion=4 +action.if.shortDescription=If branch +action.if.description=Creates a conditional test and branch +action.if.stackBefore=condition +action.if.stackAfter= +action.if.operands=branchTarget:identifier +action.call.name=Call +action.call.code=0x9E +action.call.swfVersion=4 +action.call.shortDescription=Call a subroutine +action.call.description= +action.call.stackBefore=value +action.call.stackAfter= +action.call.operands= +action.getvariable.name=GetVariable +action.getvariable.code=0x1C +action.getvariable.swfVersion=4 +action.getvariable.shortDescription=Get variable value +action.getvariable.description= +action.getvariable.stackBefore=name +action.getvariable.stackAfter=value +action.getvariable.operands= +action.setvariable.name=SetVariable +action.setvariable.code=0x1D +action.setvariable.swfVersion=4 +action.setvariable.shortDescription=Set variable value +action.setvariable.description= +action.setvariable.stackBefore=value, name +action.setvariable.stackAfter= +action.setvariable.operands= +action.geturl2.name=GetURL2 +action.geturl2.code=0x9A +action.geturl2.swfVersion=4 +action.geturl2.shortDescription=Get a URL (stack based) +action.geturl2.description= +action.geturl2.stackBefore=target, url +action.geturl2.stackAfter= # Note: official documentation has the order of fields wrong -action.geturl2.operands = loadVariablesFlag:boolean, loadTargetFlag:boolean, sendVarsMethod:integer - -action.gotoframe2.name = GotoFrame2 -action.gotoframe2.code = 0x9F -action.gotoframe2.swfVersion = 4 -action.gotoframe2.shortDescription = Go to frame (stack based) -action.gotoframe2.description = -action.gotoframe2.stackBefore = frame -action.gotoframe2.stackAfter = -action.gotoframe2.operands = sceneBiasFlag:boolean, playFlag:boolean, [sceneBias:UI16] - -action.settarget2.name = SetTarget2 -action.settarget2.code = 0x20 -action.settarget2.swfVersion = 4 -action.settarget2.shortDescription = Set the current context (stack based) -action.settarget2.description = -action.settarget2.stackBefore = target -action.settarget2.stackAfter = -action.settarget2.operands = - -action.getproperty.name = GetProperty -action.getproperty.code = 0x22 -action.getproperty.swfVersion = 4 -action.getproperty.shortDescription = Get property value -action.getproperty.description = -action.getproperty.stackBefore = index, target -action.getproperty.stackAfter = value -action.getproperty.operands = - -action.setproperty.name = SetProperty -action.setproperty.code = 0x23 -action.setproperty.swfVersion = 4 -action.setproperty.shortDescription = Set property value -action.setproperty.description = -action.setproperty.stackBefore = value, index, target -action.setproperty.stackAfter = -action.setproperty.operands = - -action.clonesprite.name = CloneSprite -action.clonesprite.code = 0x24 -action.clonesprite.swfVersion = 4 -action.clonesprite.shortDescription = Clone a sprite -action.clonesprite.description = -action.clonesprite.stackBefore = depth, target, source -action.clonesprite.stackAfter = -action.clonesprite.operands = - -action.removesprite.name = RemoveSprite -action.removesprite.code = 0x25 -action.removesprite.swfVersion = 4 -action.removesprite.shortDescription = Remove sprite -action.removesprite.description = -action.removesprite.stackBefore = target -action.removesprite.stackAfter = -action.removesprite.operands = - -action.startdrag.name = StartDrag -action.startdrag.code = 0x27 -action.startdrag.swfVersion = 4 -action.startdrag.shortDescription = Start dragging a movie clip -action.startdrag.description = -action.startdrag.stackBefore = target, lockcenter, constrain, [y2, x2, y1, x1] -action.startdrag.stackAfter = -action.startdrag.operands = - -action.enddrag.name = EndDrag -action.enddrag.code = 0x28 -action.enddrag.swfVersion = 4 -action.enddrag.shortDescription = End drag operation -action.enddrag.description = -action.enddrag.stackBefore = -action.enddrag.stackAfter = -action.enddrag.operands = - -action.waitforframe2.name = WaitForFrame2 -action.waitforframe2.code = 0x8D -action.waitforframe2.swfVersion = 4 -action.waitforframe2.shortDescription = Wait for a frame (stack based) -action.waitforframe2.description = -action.waitforframe2.stackBefore = frame -action.waitforframe2.stackAfter = -action.waitforframe2.operands = skipCount:UI8 - -action.trace.name = Trace -action.trace.code = 0x26 -action.trace.swfVersion = 4 -action.trace.shortDescription = Send debugging output string -action.trace.description = -action.trace.stackBefore = value -action.trace.stackAfter = -action.trace.operands = - -action.gettime.name = GetTime -action.gettime.code = 0x34 -action.gettime.swfVersion = 4 -action.gettime.shortDescription = Get milliseconds since FP start -action.gettime.description = -action.gettime.stackBefore = -action.gettime.stackAfter = value -action.gettime.operands = - -action.randomnumber.name = RandomNumber -action.randomnumber.code = 0x30 -action.randomnumber.swfVersion = 4 -action.randomnumber.shortDescription = Calculate random number -action.randomnumber.description = -action.randomnumber.stackBefore = maximum -action.randomnumber.stackAfter = result -action.randomnumber.operands = - -action.callfunction.name = CallFunction -action.callfunction.code = 0x3D -action.callfunction.swfVersion = 5 -action.callfunction.shortDescription = Execute a function -action.callfunction.description = -action.callfunction.stackBefore = functionName, numArgs, [argument1, argument2, ...] -action.callfunction.stackAfter = result -action.callfunction.operands = - -action.callmethod.name = CallMethod -action.callmethod.code = 0x52 -action.callmethod.swfVersion = 5 -action.callmethod.shortDescription = Execute a method on an object -action.callmethod.description = -action.callmethod.stackBefore = methodName, object, numArgs, [argument1, argument2, ...] -action.callmethod.stackAfter = result -action.callmethod.operands = - -action.constantpool.name = ConstantPool -action.constantpool.code = 0x88 -action.constantpool.swfVersion = 5 -action.constantpool.shortDescription = Create a new constant pool -action.constantpool.description = -action.constantpool.stackBefore = -action.constantpool.stackAfter = -action.constantpool.operands = constant1:STRING, constant2:STRING, ... - -action.definefunction.name = DefineFunction -action.definefunction.code = 0x9B -action.definefunction.swfVersion = 5 -action.definefunction.shortDescription = Define a function -action.definefunction.description = -action.definefunction.stackBefore = -action.definefunction.stackAfter = result -action.definefunction.operands = functionName:STRING, numParams:UI16, [paramName1, paramName2, ...] - -action.definelocal.name = DefineLocal -action.definelocal.code = 0x3C -action.definelocal.swfVersion = 5 -action.definelocal.shortDescription = Define local variable and set its value -action.definelocal.description = -action.definelocal.stackBefore = value, name -action.definelocal.stackAfter = -action.definelocal.operands = - -action.definelocal2.name = DefineLocal2 -action.definelocal2.code = 0x41 -action.definelocal2.swfVersion = 5 -action.definelocal2.shortDescription = Define local variable without setting its value -action.definelocal2.description = -action.definelocal2.stackBefore = name -action.definelocal2.stackAfter = -action.definelocal2.operands = - -action.delete.name = Delete -action.delete.code = 0x3A -action.delete.swfVersion = 5 -action.delete.shortDescription = Delete named property from a scriptObject -action.delete.description = -action.delete.stackBefore = name, object -action.delete.stackAfter = -action.delete.operands = - -action.delete2.name = Delete2 -action.delete2.code = 0x3B -action.delete2.swfVersion = 5 -action.delete2.shortDescription = Delete named property -action.delete2.description = -action.delete2.stackBefore = name -action.delete2.stackAfter = -action.delete2.operands = - -action.enumerate.name = Enumerate -action.enumerate.code = 0x46 -action.enumerate.swfVersion = 5 -action.enumerate.shortDescription = Obtain names of all slots from an object -action.enumerate.description = -action.enumerate.stackBefore = objectName -action.enumerate.stackAfter = null, [slotName1, slotName2, ...] -action.enumerate.operands = - -action.equals2.name = Equals2 -action.equals2.code = 0x49 -action.equals2.swfVersion = 5 -action.equals2.shortDescription = Check that two values are equal, based on types -action.equals2.description = -action.equals2.stackBefore = value1, value2 -action.equals2.stackAfter = result -action.equals2.operands = - -action.getmember.name = GetMember -action.getmember.code = 0x4E -action.getmember.swfVersion = 5 -action.getmember.shortDescription = Get named property from an object -action.getmember.description = -action.getmember.stackBefore = propertyName, object -action.getmember.stackAfter = result -action.getmember.operands = - -action.initarray.name = InitArray -action.initarray.code = 0x42 -action.initarray.swfVersion = 5 -action.initarray.shortDescription = Initialize array -action.initarray.description = -action.initarray.stackBefore = numArgs, [argument1, argument2, ...] -action.initarray.stackAfter = result -action.initarray.operands = - -action.initobject.name = InitObject -action.initobject.code = 0x43 -action.initobject.swfVersion = 5 -action.initobject.shortDescription = Initialize object -action.initobject.description = -action.initobject.stackBefore = numProps, [value1, name1, value2, name2, ...] -action.initobject.stackAfter = result -action.initobject.operands = - -action.newmethod.name = NewMethod -action.newmethod.code = 0x53 -action.newmethod.swfVersion = 5 -action.newmethod.shortDescription = Invoke constructor method and create new object -action.newmethod.description = -action.newmethod.stackBefore = methodName, object, numArgs, [argument1, argument2, ...] -action.newmethod.stackAfter = result -action.newmethod.operands = - -action.newobject.name = NewObject -action.newobject.code = 0x40 -action.newobject.swfVersion = 5 -action.newobject.shortDescription = Invoke constructor function and create new object -action.newobject.description = -action.newobject.stackBefore = objectName, numArgs, [argument1, argument2, ...] -action.newobject.stackAfter = result -action.newobject.operands = - -action.setmember.name = SetMember -action.setmember.code = 0x4F -action.setmember.swfVersion = 5 -action.setmember.shortDescription = Set named property of an object -action.setmember.description = -action.setmember.stackBefore = value, propertyName, object -action.setmember.stackAfter = -action.setmember.operands = - -action.targetpath.name = TargetPath -action.targetpath.code = 0x45 -action.targetpath.swfVersion = 5 -action.targetpath.shortDescription = Get object target path -action.targetpath.description = -action.targetpath.stackBefore = object -action.targetpath.stackAfter = result -action.targetpath.operands = - -action.with.name = With -action.with.code = 0x94 -action.with.swfVersion = 5 -action.with.shortDescription = Define with block -action.with.description = -action.with.stackBefore = object -action.with.stackAfter = -action.with.operands = - -action.tonumber.name = ToNumber -action.tonumber.code = 0x4A -action.tonumber.swfVersion = 5 -action.tonumber.shortDescription = Convert value to a number -action.tonumber.description = -action.tonumber.stackBefore = value -action.tonumber.stackAfter = result -action.tonumber.operands = - -action.tostring.name = ToString -action.tostring.code = 0x4B -action.tostring.swfVersion = 5 -action.tostring.shortDescription = Convert value to a string -action.tostring.description = -action.tostring.stackBefore = value -action.tostring.stackAfter = result -action.tostring.operands = - -action.typeof.name = TypeOf -action.typeof.code = 0x44 -action.typeof.swfVersion = 5 -action.typeof.shortDescription = Get object type -action.typeof.description = -action.typeof.stackBefore = value -action.typeof.stackAfter = result -action.typeof.operands = - -action.add2.name = Add2 -action.add2.code = 0x47 -action.add2.swfVersion = 5 -action.add2.shortDescription = Add two values, based on types -action.add2.description = -action.add2.stackBefore = value1, value2 -action.add2.stackAfter = result -action.add2.operands = - -action.less2.name = Less2 -action.less2.code = 0x48 -action.less2.swfVersion = 5 -action.less2.shortDescription = Check that value is less than other value, based on types -action.less2.description = -action.less2.stackBefore = value1, value2 -action.less2.stackAfter = booleanResult -action.less2.operands = - -action.modulo.name = Modulo -action.modulo.code = 0x3F -action.modulo.swfVersion = 5 -action.modulo.shortDescription = Calculate modulo of two numbers -action.modulo.description = Calculates modulo of two numbers and pushes the result back to the stack -action.modulo.stackBefore = value1, value2 -action.modulo.stackAfter = result -action.modulo.operands = - -action.bitand.name = BitAnd -action.bitand.code = 0x60 -action.bitand.swfVersion = 5 -action.bitand.shortDescription = Bitwise AND -action.bitand.description = Performs a bitwise AND of two numbers -action.bitand.stackBefore = value1, value2 -action.bitand.stackAfter = result -action.bitand.operands = - -action.bitlshift.name = BitLShift -action.bitlshift.code = 0x63 -action.bitlshift.swfVersion = 5 -action.bitlshift.shortDescription = Left bit shift -action.bitlshift.description = -action.bitlshift.stackBefore = shiftCount, value -action.bitlshift.stackAfter = result -action.bitlshift.operands = - -action.bitor.name = BitOr -action.bitor.code = 0x61 -action.bitor.swfVersion = 5 -action.bitor.shortDescription = Bitwise OR -action.bitor.description = Performs a bitwise OR of two numbers -action.bitor.stackBefore = value1, value2 -action.bitor.stackAfter = result -action.bitor.operands = - -action.bitrshift.name = BitRShift -action.bitrshift.code = 0x64 -action.bitrshift.swfVersion = 5 -action.bitrshift.shortDescription = Right bit shift -action.bitrshift.description = -action.bitrshift.stackBefore = shiftCount, value -action.bitrshift.stackAfter = result -action.bitrshift.operands = - -action.biturshift.name = BitURShift -action.biturshift.code = 0x65 -action.biturshift.swfVersion = 5 -action.biturshift.shortDescription = Unsigned right bit shift -action.biturshift.description = -action.biturshift.stackBefore = shiftCount, value -action.biturshift.stackAfter = result -action.biturshift.operands = - -action.bitxor.name = BitXor -action.bitxor.code = 0x62 -action.bitxor.swfVersion = 5 -action.bitxor.shortDescription = Bitwise XOR -action.bitxor.description = Performs a bitwise XOR of two numbers -action.bitxor.stackBefore = value1, value2 -action.bitxor.stackAfter = result -action.bitxor.operands = - -action.decrement.name = Decrement -action.decrement.code = 0x51 -action.decrement.swfVersion = 5 -action.decrement.shortDescription = Decrement value -action.decrement.description = -action.decrement.stackBefore = value -action.decrement.stackAfter = result -action.decrement.operands = - -action.increment.name = Increment -action.increment.code = 0x50 -action.increment.swfVersion = 5 -action.increment.shortDescription = Increment value -action.increment.description = -action.increment.stackBefore = value -action.increment.stackAfter = result -action.increment.operands = - -action.pushduplicate.name = PushDuplicate -action.pushduplicate.code = 0x4C -action.pushduplicate.swfVersion = 5 -action.pushduplicate.shortDescription = Duplicate top of the stack -action.pushduplicate.description = -action.pushduplicate.stackBefore = value -action.pushduplicate.stackAfter = value, value -action.pushduplicate.operands = - -action.return.name = Return -action.return.code = 0x3E -action.return.swfVersion = 5 -action.return.shortDescription = Return value -action.return.description = -action.return.stackBefore = value -action.return.stackAfter = -action.return.operands = - -action.stackswap.name = StackSwap -action.stackswap.code = 0x4D -action.stackswap.swfVersion = 5 -action.stackswap.shortDescription = Swap top two values on the stack -action.stackswap.description = -action.stackswap.stackBefore = value1, value2 -action.stackswap.stackAfter = value2, value1 -action.stackswap.operands = - -action.storeregister.name = StoreRegister -action.storeregister.code = 0x87 -action.storeregister.swfVersion = 5 -action.storeregister.shortDescription = Store value to a register -action.storeregister.description = -action.storeregister.stackBefore = value -action.storeregister.stackAfter = value -action.storeregister.operands = registerNumber:UI8 - -action.instanceof.name = InstanceOf -action.instanceof.code = 0x54 -action.instanceof.swfVersion = 6 -action.instanceof.shortDescription = Object is instance of class -action.instanceof.description = -action.instanceof.stackBefore = constructor, object -action.instanceof.stackAfter = booleanResult -action.instanceof.operands = - -action.enumerate2.name = Enumerate2 -action.enumerate2.code = 0x55 -action.enumerate2.swfVersion = 6 -action.enumerate2.shortDescription = Obtain names of all slots from an object (stack argument is object type) -action.enumerate2.description = -action.enumerate2.stackBefore = object -action.enumerate2.stackAfter = null, [slotName1, slotName2, ...] -action.enumerate2.operands = - -action.strictequals.name = StrictEquals -action.strictequals.code = 0x66 -action.strictequals.swfVersion = 6 -action.strictequals.shortDescription = Check that two values are equal and have same type -action.strictequals.description = -action.strictequals.stackBefore = value1, value2 -action.strictequals.stackAfter = booleanResult -action.strictequals.operands = - -action.greater.name = Greater -action.greater.code = 0x67 -action.greater.swfVersion = 6 -action.greater.shortDescription = Check that value is greater than other value -action.greater.description = -action.greater.stackBefore = value1, value2 -action.greater.stackAfter = booleanResult -action.greater.operands = - -action.stringgreater.name = StringGreater -action.stringgreater.code = 0x68 -action.stringgreater.swfVersion = 6 -action.stringgreater.shortDescription = Check that string is greater than other value -action.stringgreater.description = -action.stringgreater.stackBefore = value1, value2 -action.stringgreater.stackAfter = booleanResult -action.stringgreater.operands = - -action.definefunction2.name = DefineFunction2 -action.definefunction2.code = 0x8E -action.definefunction2.swfVersion = 7 -action.definefunction2.shortDescription = Define a function (additional features) -action.definefunction2.description = -action.definefunction2.stackBefore = -action.definefunction2.stackAfter = result -action.definefunction2.operands = functionName:STRING, numParams:UI16, \ +action.geturl2.operands=loadVariablesFlag:boolean, loadTargetFlag:boolean, sendVarsMethod:integer +action.gotoframe2.name=GotoFrame2 +action.gotoframe2.code=0x9F +action.gotoframe2.swfVersion=4 +action.gotoframe2.shortDescription=Go to frame (stack based) +action.gotoframe2.description= +action.gotoframe2.stackBefore=frame +action.gotoframe2.stackAfter= +action.gotoframe2.operands=sceneBiasFlag:boolean, playFlag:boolean, [sceneBias:UI16] +action.settarget2.name=SetTarget2 +action.settarget2.code=0x20 +action.settarget2.swfVersion=4 +action.settarget2.shortDescription=Set the current context (stack based) +action.settarget2.description= +action.settarget2.stackBefore=target +action.settarget2.stackAfter= +action.settarget2.operands= +action.getproperty.name=GetProperty +action.getproperty.code=0x22 +action.getproperty.swfVersion=4 +action.getproperty.shortDescription=Get property value +action.getproperty.description= +action.getproperty.stackBefore=index, target +action.getproperty.stackAfter=value +action.getproperty.operands= +action.setproperty.name=SetProperty +action.setproperty.code=0x23 +action.setproperty.swfVersion=4 +action.setproperty.shortDescription=Set property value +action.setproperty.description= +action.setproperty.stackBefore=value, index, target +action.setproperty.stackAfter= +action.setproperty.operands= +action.clonesprite.name=CloneSprite +action.clonesprite.code=0x24 +action.clonesprite.swfVersion=4 +action.clonesprite.shortDescription=Clone a sprite +action.clonesprite.description= +action.clonesprite.stackBefore=depth, target, source +action.clonesprite.stackAfter= +action.clonesprite.operands= +action.removesprite.name=RemoveSprite +action.removesprite.code=0x25 +action.removesprite.swfVersion=4 +action.removesprite.shortDescription=Remove sprite +action.removesprite.description= +action.removesprite.stackBefore=target +action.removesprite.stackAfter= +action.removesprite.operands= +action.startdrag.name=StartDrag +action.startdrag.code=0x27 +action.startdrag.swfVersion=4 +action.startdrag.shortDescription=Start dragging a movie clip +action.startdrag.description= +action.startdrag.stackBefore=target, lockcenter, constrain, [y2, x2, y1, x1] +action.startdrag.stackAfter= +action.startdrag.operands= +action.enddrag.name=EndDrag +action.enddrag.code=0x28 +action.enddrag.swfVersion=4 +action.enddrag.shortDescription=End drag operation +action.enddrag.description= +action.enddrag.stackBefore= +action.enddrag.stackAfter= +action.enddrag.operands= +action.waitforframe2.name=WaitForFrame2 +action.waitforframe2.code=0x8D +action.waitforframe2.swfVersion=4 +action.waitforframe2.shortDescription=Wait for a frame (stack based) +action.waitforframe2.description= +action.waitforframe2.stackBefore=frame +action.waitforframe2.stackAfter= +action.waitforframe2.operands=skipCount:UI8 +action.trace.name=Trace +action.trace.code=0x26 +action.trace.swfVersion=4 +action.trace.shortDescription=Send debugging output string +action.trace.description= +action.trace.stackBefore=value +action.trace.stackAfter= +action.trace.operands= +action.gettime.name=GetTime +action.gettime.code=0x34 +action.gettime.swfVersion=4 +action.gettime.shortDescription=Get milliseconds since FP start +action.gettime.description= +action.gettime.stackBefore= +action.gettime.stackAfter=value +action.gettime.operands= +action.randomnumber.name=RandomNumber +action.randomnumber.code=0x30 +action.randomnumber.swfVersion=4 +action.randomnumber.shortDescription=Calculate random number +action.randomnumber.description= +action.randomnumber.stackBefore=maximum +action.randomnumber.stackAfter=result +action.randomnumber.operands= +action.callfunction.name=CallFunction +action.callfunction.code=0x3D +action.callfunction.swfVersion=5 +action.callfunction.shortDescription=Execute a function +action.callfunction.description= +action.callfunction.stackBefore=functionName, numArgs, [argument1, argument2, ...] +action.callfunction.stackAfter=result +action.callfunction.operands= +action.callmethod.name=CallMethod +action.callmethod.code=0x52 +action.callmethod.swfVersion=5 +action.callmethod.shortDescription=Execute a method on an object +action.callmethod.description= +action.callmethod.stackBefore=methodName, object, numArgs, [argument1, argument2, ...] +action.callmethod.stackAfter=result +action.callmethod.operands= +action.constantpool.name=ConstantPool +action.constantpool.code=0x88 +action.constantpool.swfVersion=5 +action.constantpool.shortDescription=Create a new constant pool +action.constantpool.description= +action.constantpool.stackBefore= +action.constantpool.stackAfter= +action.constantpool.operands=constant1:STRING, constant2:STRING, ... +action.definefunction.name=DefineFunction +action.definefunction.code=0x9B +action.definefunction.swfVersion=5 +action.definefunction.shortDescription=Define a function +action.definefunction.description= +action.definefunction.stackBefore= +action.definefunction.stackAfter=result +action.definefunction.operands=functionName:STRING, numParams:UI16, [paramName1, paramName2, ...] +action.definelocal.name=DefineLocal +action.definelocal.code=0x3C +action.definelocal.swfVersion=5 +action.definelocal.shortDescription=Define local variable and set its value +action.definelocal.description= +action.definelocal.stackBefore=value, name +action.definelocal.stackAfter= +action.definelocal.operands= +action.definelocal2.name=DefineLocal2 +action.definelocal2.code=0x41 +action.definelocal2.swfVersion=5 +action.definelocal2.shortDescription=Define local variable without setting its value +action.definelocal2.description= +action.definelocal2.stackBefore=name +action.definelocal2.stackAfter= +action.definelocal2.operands= +action.delete.name=Delete +action.delete.code=0x3A +action.delete.swfVersion=5 +action.delete.shortDescription=Delete named property from a scriptObject +action.delete.description= +action.delete.stackBefore=name, object +action.delete.stackAfter= +action.delete.operands= +action.delete2.name=Delete2 +action.delete2.code=0x3B +action.delete2.swfVersion=5 +action.delete2.shortDescription=Delete named property +action.delete2.description= +action.delete2.stackBefore=name +action.delete2.stackAfter= +action.delete2.operands= +action.enumerate.name=Enumerate +action.enumerate.code=0x46 +action.enumerate.swfVersion=5 +action.enumerate.shortDescription=Obtain names of all slots from an object +action.enumerate.description= +action.enumerate.stackBefore=objectName +action.enumerate.stackAfter=null, [slotName1, slotName2, ...] +action.enumerate.operands= +action.equals2.name=Equals2 +action.equals2.code=0x49 +action.equals2.swfVersion=5 +action.equals2.shortDescription=Check that two values are equal, based on types +action.equals2.description= +action.equals2.stackBefore=value1, value2 +action.equals2.stackAfter=result +action.equals2.operands= +action.getmember.name=GetMember +action.getmember.code=0x4E +action.getmember.swfVersion=5 +action.getmember.shortDescription=Get named property from an object +action.getmember.description= +action.getmember.stackBefore=propertyName, object +action.getmember.stackAfter=result +action.getmember.operands= +action.initarray.name=InitArray +action.initarray.code=0x42 +action.initarray.swfVersion=5 +action.initarray.shortDescription=Initialize array +action.initarray.description= +action.initarray.stackBefore=numArgs, [argument1, argument2, ...] +action.initarray.stackAfter=result +action.initarray.operands= +action.initobject.name=InitObject +action.initobject.code=0x43 +action.initobject.swfVersion=5 +action.initobject.shortDescription=Initialize object +action.initobject.description= +action.initobject.stackBefore=numProps, [value1, name1, value2, name2, ...] +action.initobject.stackAfter=result +action.initobject.operands= +action.newmethod.name=NewMethod +action.newmethod.code=0x53 +action.newmethod.swfVersion=5 +action.newmethod.shortDescription=Invoke constructor method and create new object +action.newmethod.description= +action.newmethod.stackBefore=methodName, object, numArgs, [argument1, argument2, ...] +action.newmethod.stackAfter=result +action.newmethod.operands= +action.newobject.name=NewObject +action.newobject.code=0x40 +action.newobject.swfVersion=5 +action.newobject.shortDescription=Invoke constructor function and create new object +action.newobject.description= +action.newobject.stackBefore=objectName, numArgs, [argument1, argument2, ...] +action.newobject.stackAfter=result +action.newobject.operands= +action.setmember.name=SetMember +action.setmember.code=0x4F +action.setmember.swfVersion=5 +action.setmember.shortDescription=Set named property of an object +action.setmember.description= +action.setmember.stackBefore=value, propertyName, object +action.setmember.stackAfter= +action.setmember.operands= +action.targetpath.name=TargetPath +action.targetpath.code=0x45 +action.targetpath.swfVersion=5 +action.targetpath.shortDescription=Get object target path +action.targetpath.description= +action.targetpath.stackBefore=object +action.targetpath.stackAfter=result +action.targetpath.operands= +action.with.name=With +action.with.code=0x94 +action.with.swfVersion=5 +action.with.shortDescription=Define with block +action.with.description= +action.with.stackBefore=object +action.with.stackAfter= +action.with.operands= +action.tonumber.name=ToNumber +action.tonumber.code=0x4A +action.tonumber.swfVersion=5 +action.tonumber.shortDescription=Convert value to a number +action.tonumber.description= +action.tonumber.stackBefore=value +action.tonumber.stackAfter=result +action.tonumber.operands= +action.tostring.name=ToString +action.tostring.code=0x4B +action.tostring.swfVersion=5 +action.tostring.shortDescription=Convert value to a string +action.tostring.description= +action.tostring.stackBefore=value +action.tostring.stackAfter=result +action.tostring.operands= +action.typeof.name=TypeOf +action.typeof.code=0x44 +action.typeof.swfVersion=5 +action.typeof.shortDescription=Get object type +action.typeof.description= +action.typeof.stackBefore=value +action.typeof.stackAfter=result +action.typeof.operands= +action.add2.name=Add2 +action.add2.code=0x47 +action.add2.swfVersion=5 +action.add2.shortDescription=Add two values, based on types +action.add2.description= +action.add2.stackBefore=value1, value2 +action.add2.stackAfter=result +action.add2.operands= +action.less2.name=Less2 +action.less2.code=0x48 +action.less2.swfVersion=5 +action.less2.shortDescription=Check that value is less than other value, based on types +action.less2.description= +action.less2.stackBefore=value1, value2 +action.less2.stackAfter=booleanResult +action.less2.operands= +action.modulo.name=Modulo +action.modulo.code=0x3F +action.modulo.swfVersion=5 +action.modulo.shortDescription=Calculate modulo of two numbers +action.modulo.description=Calculates modulo of two numbers and pushes the result back to the stack +action.modulo.stackBefore=value1, value2 +action.modulo.stackAfter=result +action.modulo.operands= +action.bitand.name=BitAnd +action.bitand.code=0x60 +action.bitand.swfVersion=5 +action.bitand.shortDescription=Bitwise AND +action.bitand.description=Performs a bitwise AND of two numbers +action.bitand.stackBefore=value1, value2 +action.bitand.stackAfter=result +action.bitand.operands= +action.bitlshift.name=BitLShift +action.bitlshift.code=0x63 +action.bitlshift.swfVersion=5 +action.bitlshift.shortDescription=Left bit shift +action.bitlshift.description= +action.bitlshift.stackBefore=shiftCount, value +action.bitlshift.stackAfter=result +action.bitlshift.operands= +action.bitor.name=BitOr +action.bitor.code=0x61 +action.bitor.swfVersion=5 +action.bitor.shortDescription=Bitwise OR +action.bitor.description=Performs a bitwise OR of two numbers +action.bitor.stackBefore=value1, value2 +action.bitor.stackAfter=result +action.bitor.operands= +action.bitrshift.name=BitRShift +action.bitrshift.code=0x64 +action.bitrshift.swfVersion=5 +action.bitrshift.shortDescription=Right bit shift +action.bitrshift.description= +action.bitrshift.stackBefore=shiftCount, value +action.bitrshift.stackAfter=result +action.bitrshift.operands= +action.biturshift.name=BitURShift +action.biturshift.code=0x65 +action.biturshift.swfVersion=5 +action.biturshift.shortDescription=Unsigned right bit shift +action.biturshift.description= +action.biturshift.stackBefore=shiftCount, value +action.biturshift.stackAfter=result +action.biturshift.operands= +action.bitxor.name=BitXor +action.bitxor.code=0x62 +action.bitxor.swfVersion=5 +action.bitxor.shortDescription=Bitwise XOR +action.bitxor.description=Performs a bitwise XOR of two numbers +action.bitxor.stackBefore=value1, value2 +action.bitxor.stackAfter=result +action.bitxor.operands= +action.decrement.name=Decrement +action.decrement.code=0x51 +action.decrement.swfVersion=5 +action.decrement.shortDescription=Decrement value +action.decrement.description= +action.decrement.stackBefore=value +action.decrement.stackAfter=result +action.decrement.operands= +action.increment.name=Increment +action.increment.code=0x50 +action.increment.swfVersion=5 +action.increment.shortDescription=Increment value +action.increment.description= +action.increment.stackBefore=value +action.increment.stackAfter=result +action.increment.operands= +action.pushduplicate.name=PushDuplicate +action.pushduplicate.code=0x4C +action.pushduplicate.swfVersion=5 +action.pushduplicate.shortDescription=Duplicate top of the stack +action.pushduplicate.description= +action.pushduplicate.stackBefore=value +action.pushduplicate.stackAfter=value, value +action.pushduplicate.operands= +action.return.name=Return +action.return.code=0x3E +action.return.swfVersion=5 +action.return.shortDescription=Return value +action.return.description= +action.return.stackBefore=value +action.return.stackAfter= +action.return.operands= +action.stackswap.name=StackSwap +action.stackswap.code=0x4D +action.stackswap.swfVersion=5 +action.stackswap.shortDescription=Swap top two values on the stack +action.stackswap.description= +action.stackswap.stackBefore=value1, value2 +action.stackswap.stackAfter=value2, value1 +action.stackswap.operands= +action.storeregister.name=StoreRegister +action.storeregister.code=0x87 +action.storeregister.swfVersion=5 +action.storeregister.shortDescription=Store value to a register +action.storeregister.description= +action.storeregister.stackBefore=value +action.storeregister.stackAfter=value +action.storeregister.operands=registerNumber:UI8 +action.instanceof.name=InstanceOf +action.instanceof.code=0x54 +action.instanceof.swfVersion=6 +action.instanceof.shortDescription=Object is instance of class +action.instanceof.description= +action.instanceof.stackBefore=constructor, object +action.instanceof.stackAfter=booleanResult +action.instanceof.operands= +action.enumerate2.name=Enumerate2 +action.enumerate2.code=0x55 +action.enumerate2.swfVersion=6 +action.enumerate2.shortDescription=Obtain names of all slots from an object (stack argument is object type) +action.enumerate2.description= +action.enumerate2.stackBefore=object +action.enumerate2.stackAfter=null, [slotName1, slotName2, ...] +action.enumerate2.operands= +action.strictequals.name=StrictEquals +action.strictequals.code=0x66 +action.strictequals.swfVersion=6 +action.strictequals.shortDescription=Check that two values are equal and have same type +action.strictequals.description= +action.strictequals.stackBefore=value1, value2 +action.strictequals.stackAfter=booleanResult +action.strictequals.operands= +action.greater.name=Greater +action.greater.code=0x67 +action.greater.swfVersion=6 +action.greater.shortDescription=Check that value is greater than other value +action.greater.description= +action.greater.stackBefore=value1, value2 +action.greater.stackAfter=booleanResult +action.greater.operands= +action.stringgreater.name=StringGreater +action.stringgreater.code=0x68 +action.stringgreater.swfVersion=6 +action.stringgreater.shortDescription=Check that string is greater than other value +action.stringgreater.description= +action.stringgreater.stackBefore=value1, value2 +action.stringgreater.stackAfter=booleanResult +action.stringgreater.operands= +action.definefunction2.name=DefineFunction2 +action.definefunction2.code=0x8E +action.definefunction2.swfVersion=7 +action.definefunction2.shortDescription=Define a function (additional features) +action.definefunction2.description= +action.definefunction2.stackBefore= +action.definefunction2.stackAfter=result +action.definefunction2.operands=functionName:STRING, numParams:UI16, \ registerCount:UI8, \ preloadParentFlag:boolean, \ preloadRootFlag:boolean, \ @@ -879,48 +782,43 @@ action.definefunction2.operands = functionName:STRING, numParams:UI16, \ preloadThisFlag:boolean, \ preloadGlobalFlag:boolean, \ [register1:UI8, paramName1:STRING, register2:UI8, paramName2:STRING, ...] - -action.extends.name = Extends -action.extends.code = 0x69 -action.extends.swfVersion = 7 -action.extends.shortDescription = Create inheritance relationship -action.extends.description = -action.extends.stackBefore = superClassConstructor, subClassConstructor -action.extends.stackAfter = -action.extends.operands = - -action.castop.name = CastOp -action.castop.code = 0x2B -action.castop.swfVersion = 7 -action.castop.shortDescription = Cast data type -action.castop.description = -action.castop.stackBefore = object, constructor -action.castop.stackAfter = result -action.castop.operands = - -action.implementsop.name = ImplementsOp -action.implementsop.code = 0x2C -action.implementsop.swfVersion = 7 -action.implementsop.shortDescription = Specify interfaces that a class implements -action.implementsop.description = -action.implementsop.stackBefore = classConstructor, numInterfaces, [interfaceConstructor1, interfaceConstructor2, ...] -action.implementsop.stackAfter = -action.implementsop.operands = - -action.try.name = Try -action.try.code = 0x8F -action.try.swfVersion = 7 -action.try.shortDescription = Define handler for exceptional conditions -action.try.description = -action.try.stackBefore = -action.try.stackAfter = -action.try.operands = catchTarget:register|STRING - -action.throw.name = Throw -action.throw.code = 0x2A -action.throw.swfVersion = 7 -action.throw.shortDescription = Throw exceptional condition -action.throw.description = -action.throw.stackBefore = value -action.throw.stackAfter = -action.throw.operands = +action.extends.name=Extends +action.extends.code=0x69 +action.extends.swfVersion=7 +action.extends.shortDescription=Create inheritance relationship +action.extends.description= +action.extends.stackBefore=superClassConstructor, subClassConstructor +action.extends.stackAfter= +action.extends.operands= +action.castop.name=CastOp +action.castop.code=0x2B +action.castop.swfVersion=7 +action.castop.shortDescription=Cast data type +action.castop.description= +action.castop.stackBefore=object, constructor +action.castop.stackAfter=result +action.castop.operands= +action.implementsop.name=ImplementsOp +action.implementsop.code=0x2C +action.implementsop.swfVersion=7 +action.implementsop.shortDescription=Specify interfaces that a class implements +action.implementsop.description= +action.implementsop.stackBefore=classConstructor, numInterfaces, [interfaceConstructor1, interfaceConstructor2, ...] +action.implementsop.stackAfter= +action.implementsop.operands= +action.try.name=Try +action.try.code=0x8F +action.try.swfVersion=7 +action.try.shortDescription=Define handler for exceptional conditions +action.try.description= +action.try.stackBefore= +action.try.stackAfter= +action.try.operands=catchTarget:register|STRING +action.throw.name=Throw +action.throw.code=0x2A +action.throw.swfVersion=7 +action.throw.shortDescription=Throw exceptional condition +action.throw.description= +action.throw.stackBefore=value +action.throw.stackAfter= +action.throw.operands= diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/locales/docs/pcode/AS2_nl.properties b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/locales/docs/pcode/AS2_nl.properties index 4d0e2579e..c76cbe342 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/locales/docs/pcode/AS2_nl.properties +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/locales/docs/pcode/AS2_nl.properties @@ -1,593 +1,593 @@ #String for whole list generation -ui.list.heading = Actie lijst -ui.list.pageTitle = Actie lijst -ui.list.documentTitle = Actie lijst -ui.list.pageDescription = Lijst met alle bekende acties met hun operands en stapelwaarden +ui.list.heading=Actie lijst +ui.list.pageTitle=Actie lijst +ui.list.documentTitle=Actie lijst +ui.list.pageDescription=Lijst met alle bekende acties met hun operands en stapelwaarden #various strings in UI: -ui.unknown = ??? -ui.stack = Stack: -ui.stack.before = ..., -ui.stack.before.empty = ... -ui.stack.to = \ \u279e -ui.flags = Vlaggen: -ui.description = Beschrijving: -ui.filter.hide = Verbergen: -ui.filter.byname = Zoek op naam: -ui.filter.order = Sorteren op: -ui.filter.order.code = code -ui.filter.order.name = naam -ui.swfVersion = Sinds SWF-versie: +ui.unknown=??? +ui.stack=Stack: +ui.stack.before=..., +ui.stack.before.empty=... +ui.stack.to=\ \u279e +ui.flags=Vlaggen: +ui.description=Beschrijving: +ui.filter.hide=Verbergen: +ui.filter.byname=Zoek op naam: +ui.filter.order=Sorteren op: +ui.filter.order.code=code +ui.filter.order.name=naam +ui.swfVersion=Sinds SWF-versie: #----------------------- Actions -action.gotoframe.name = Ga naar frame -action.gotoframe.code = 0x81 -action.gotoframe.swfVersion = 3 -action.gotoframe.shortDescription = Ga naar frame -action.gotoframe.operands = frame:UI16 -action.geturl.name = GetURL -action.geturl.code = 0x83 -action.geturl.swfVersion = 3 -action.geturl.shortDescription = Haal URL op -action.geturl.stackBefore = -action.geturl.operands = urlString:STRING, doelString:STRING -action.nextframe.name = VolgendeFrame -action.nextframe.code = 0x04 -action.nextframe.swfVersion = 3 -action.nextframe.shortDescription = Ga naar volgende frame -action.nextframe.description = -action.prevframe.name = VorigeFrame -action.prevframe.code = 0x05 -action.prevframe.swfVersion = 3 -action.prevframe.shortDescription = Ga naar vorige frame -action.prevframe.description = -action.play.name = Afspelen -action.play.code = 0x06 -action.play.swfVersion = 3 -action.play.shortDescription = Afspelen -action.play.description = Begin met spelen op het huidige frame -action.stop.name = Stop -action.stop.code = 0x07 -action.stop.swfVersion = 3 -action.stop.shortDescription = Stop -action.stop.description = Stop met spelen bij het huidige frame -action.togglequality.name = SchakelKwaliteit -action.togglequality.code = 0x08 -action.togglequality.swfVersion = 3 -action.togglequality.shortDescription = Schakelkwaliteit -action.togglequality.description = Schakelt de weergavekwaliteit tussen hoog en laag -action.stopsounds.name = StopGeluiden -action.stopsounds.code = 0x09 -action.stopsounds.swfVersion = 3 -action.stopsounds.shortDescription = Stop geluiden -action.stopsounds.description = Stop met het afspelen van alle geluiden -action.waitforframe.name = WachtOpFrame -action.waitforframe.code = 0x8A -action.waitforframe.swfVersion = 3 -action.waitforframe.shortDescription = Wacht op frame -action.waitforframe.description = -action.waitforframe.operands = frame:UI16, overslaanAantal:UI8 -action.settarget.name = BepaalDoel -action.settarget.code = 0x8B -action.settarget.swfVersion = 3 -action.settarget.shortDescription = Bepaal doel -action.settarget.description = Verandert de context van daaropvolgende acties -action.settarget.operands = doelNaam:STRING -action.gotolabel.name = GaNaarLabel -action.gotolabel.code = 0x8C -action.gotolabel.swfVersion = 3 -action.gotolabel.shortDescription = Ga naar label -action.gotolabel.description = Ga naar het frame dat aan het opgegeven label is gekoppeld -action.gotolabel.stackAfter = -action.gotolabel.operands = label:STRING -action.push.name = Push -action.push.code = 0x96 -action.push.swfVersion = 4 -action.push.shortDescription = Push-waarde(n) -action.push.description = Pushed een of meer waarden naar de stapel -action.push.stackAfter = waarde1, waarde2, ... -action.push.operands = waarde1:*, [waarde2:*, ...] -action.pop.name = Pop -action.pop.code = 0x17 -action.pop.swfVersion = 4 -action.pop.shortDescription = Pop-waarde -action.pop.description = Haalt waarde uit de stapel en gooit deze weg -action.pop.stackBefore = waarde -action.add.name = Toevoegen -action.add.code = 0x0A -action.add.swfVersion = 4 -action.add.shortDescription = Voeg twee waarden toe -action.add.description = Voegt twee getallen toe en schuift het resultaat terug naar de stapel -action.add.stackBefore = waarde1, waarde2 -action.add.stackAfter = resultaat -action.add.operands = -action.subtract.name = Aftrekken -action.subtract.code = 0x0B -action.subtract.swfVersion = 4 -action.subtract.shortDescription = Trek twee waarden af -action.subtract.description = Trekt twee getallen af \u200b\u200ben schuift het resultaat terug naar de stapel -action.subtract.stackBefore = waarde1, waarde2 -action.subtract.stackAfter = resultaat -action.multiply.name = Vermenigvuldigen -action.multiply.code = 0x0C -action.multiply.swfVersion = 4 -action.multiply.shortDescription = Vermenigvuldig twee waarden -action.multiply.description = Vermenigvuldigt twee getallen en schuift het resultaat terug naar de stapel -action.multiply.stackBefore = waarde1, waarde2 -action.multiply.stackAfter = resultaat -action.divide.name = Delen -action.divide.code = 0x0D -action.divide.swfVersion = 4 -action.divide.shortDescription = Deel twee waarden -action.divide.description = Deelt twee getallen en schuift het resultaat terug naar de stapel -action.divide.stackBefore = waarde1, waarde2 -action.divide.stackAfter = resultaat -action.equals.name = Gelijk aan -action.equals.code = 0x0E -action.equals.swfVersion = 4 -action.equals.shortDescription = Controleer of twee waarden gelijk zijn -action.equals.stackBefore = waarde1, waarde2 -action.equals.stackAfter = booleaansResultaat -action.less.name = Minder -action.less.code = 0x0F -action.less.swfVersion = 4 -action.less.shortDescription = Controleer of de waarde kleiner is dan de andere waarde -action.less.stackBefore = waarde1, waarde2 -action.less.stackAfter = booleaansResultaat -action.and.name = En -action.and.code = 0x10 -action.and.swfVersion = 4 -action.and.shortDescription = Logisch EN -action.and.description = Voert een logische EN van twee getallen uit -action.and.stackBefore = waarde1, waarde2 -action.and.stackAfter = booleaansResultaat -action.or.name = Of -action.or.code = 0x11 -action.or.swfVersion = 4 -action.or.shortDescription = Logische OF -action.or.description = Voert een logische OF van twee getallen uit -action.or.stackBefore = waarde1, waarde2 -action.or.stackAfter = booleaansResultaat -action.not.name = Niet -action.not.code = 0x12 -action.not.swfVersion = 4 -action.not.shortDescription = Logische NIET -action.not.description = Voert een logische NIET van een getal uit -action.not.stackBefore = waarde -action.not.stackAfter = booleaansResultaat -action.stringequals.name = StringGelijkAan -action.stringequals.code = 0x13 -action.stringequals.swfVersion = 4 -action.stringequals.shortDescription = Controleer of twee strings gelijk zijn -action.stringequals.stackBefore = waarde1, waarde2 -action.stringequals.stackAfter = booleaansResultaat -action.stringlength.name = StringLengte -action.stringlength.code = 0x14 -action.stringlength.swfVersion = 4 -action.stringlength.shortDescription = Lengte van de string -action.stringlength.description = Berekent de lengte van een string -action.stringlength.stackBefore = waarde -action.stringlength.stackAfter = resultaat -action.stringadd.name = StringToevoegen -action.stringadd.code = 0x21 -action.stringadd.swfVersion = 4 -action.stringadd.shortDescription = Voeg twee strings samen -action.stringadd.stackBefore = waarde1, waarde2 -action.stringadd.stackAfter = resultaat -action.stringextract.name = StringExtractie -action.stringextract.code = 0x15 -action.stringextract.swfVersion = 4 -action.stringextract.shortDescription = Extraheer een subtekenreeks uit een tekenreeks -action.stringextract.stackBefore = aantal, index, string -action.stringextract.stackAfter = resultaat -action.stringless.name = StringKleinerDan -action.stringless.code = 0x29 -action.stringless.swfVersion = 4 -action.stringless.shortDescription = Controleer of de string kleiner is dan de andere string -action.stringless.stackBefore = waarde1, waarde2 -action.stringless.stackAfter = booleaansResultaat -action.mbstringlength.name = MBStringLengte -action.mbstringlength.code = 0x31 -action.mbstringlength.swfVersion = 4 -action.mbstringlength.shortDescription = Lengte van de string multi-byte bewust -action.mbstringlength.description = Berekent de lengte van een tekenreeks die multi-byte bewust is -action.mbstringlength.stackBefore = waarde -action.mbstringlength.stackAfter = resultaat -action.mbstringextract.name = MBStringExtraheren -action.mbstringextract.code = 0x35 -action.mbstringextract.swfVersion = 4 -action.mbstringextract.shortDescription = Extraheer een subtekenreeks uit een tekenreeks die multi-byte bewust is -action.mbstringextract.description = -action.mbstringextract.stackBefore = aantal, index, string -action.mbstringextract.stackAfter = resultaat -action.tointeger.name = NaarInteger -action.tointeger.code = 0x18 -action.tointeger.swfVersion = 4 -action.tointeger.shortDescription = Converteer een waarde naar integer -action.tointeger.stackBefore = waarde -action.tointeger.stackAfter = resultaat -action.chartoascii.name = TekenNaarAscii -action.chartoascii.code = 0x32 -action.chartoascii.swfVersion = 4 -action.chartoascii.shortDescription = Converteer een tekencode naar Ascii -action.chartoascii.description = -action.chartoascii.stackBefore = waarde -action.chartoascii.stackAfter = resultaat -action.asciitochar.name = AsciiNaarTeken -action.asciitochar.code = 0x33 -action.asciitochar.swfVersion = 4 -action.asciitochar.shortDescription = Converteert een waarde naar een ASCII-tekencode -action.asciitochar.stackBefore = waarde -action.asciitochar.stackAfter = resultaat -action.mbchartoascii.name = MBTekenNaar Ascii -action.mbchartoascii.code = 0x36 -action.mbchartoascii.swfVersion = 4 -action.mbchartoascii.shortDescription = Converteer een tekencode naar ASCII multi-byte bewust -action.mbchartoascii.stackBefore = waarde -action.mbchartoascii.stackAfter = resultaat -action.mbasciitochar.name = MBAsciiNaarTeken -action.mbasciitochar.code = 0x37 -action.mbasciitochar.swfVersion = 4 -action.mbasciitochar.shortDescription = Converteert een waarde naar een ASCII-tekencode die multi-byte bewust is -action.mbasciitochar.description = -action.mbasciitochar.stackBefore = waarde -action.mbasciitochar.stackAfter = resultaat -action.jump.name = Spring -action.jump.code = 0x99 -action.jump.swfVersion = 4 -action.jump.shortDescription = Spring naar locatie -action.jump.operands = lokatie:identifier -action.if.name = Als -action.if.code = 0x9D -action.if.swfVersion = 4 -action.if.shortDescription = Vertakking -action.if.description = Cre\u00ebert een voorwaardelijke test en vertakking -action.if.stackBefore = conditie -action.if.operands = vertakkingsDoel:identifier -action.call.name = Aanroep -action.call.code = 0x9E -action.call.swfVersion = 4 -action.call.shortDescription = Roep een subroutine op -action.call.stackBefore = waarde -action.call.stackAfter = -action.getvariable.name = HaalVariabeleOp -action.getvariable.code = 0x1C -action.getvariable.swfVersion = 4 -action.getvariable.shortDescription = Haal variabele waarde op -action.getvariable.stackBefore = naam -action.getvariable.stackAfter = waarde -action.setvariable.name = SetVariable -action.setvariable.code = 0x1D -action.setvariable.swfVersion = 4 -action.setvariable.shortDescription = Stel variabele waarde in -action.setvariable.stackBefore = waarde, naam -action.geturl2.name = GetURL2 -action.geturl2.code = 0x9A -action.geturl2.swfVersion = 4 -action.geturl2.shortDescription = Krijg een URL (stackgebaseerd) -action.geturl2.stackBefore = doel, url +action.gotoframe.name=Ga naar frame +action.gotoframe.code=0x81 +action.gotoframe.swfVersion=3 +action.gotoframe.shortDescription=Ga naar frame +action.gotoframe.operands=frame:UI16 +action.geturl.name=GetURL +action.geturl.code=0x83 +action.geturl.swfVersion=3 +action.geturl.shortDescription=Haal URL op +action.geturl.stackBefore= +action.geturl.operands=urlString:STRING, doelString:STRING +action.nextframe.name=VolgendeFrame +action.nextframe.code=0x04 +action.nextframe.swfVersion=3 +action.nextframe.shortDescription=Ga naar volgende frame +action.nextframe.description= +action.prevframe.name=VorigeFrame +action.prevframe.code=0x05 +action.prevframe.swfVersion=3 +action.prevframe.shortDescription=Ga naar vorige frame +action.prevframe.description= +action.play.name=Afspelen +action.play.code=0x06 +action.play.swfVersion=3 +action.play.shortDescription=Afspelen +action.play.description=Begin met spelen op het huidige frame +action.stop.name=Stop +action.stop.code=0x07 +action.stop.swfVersion=3 +action.stop.shortDescription=Stop +action.stop.description=Stop met spelen bij het huidige frame +action.togglequality.name=SchakelKwaliteit +action.togglequality.code=0x08 +action.togglequality.swfVersion=3 +action.togglequality.shortDescription=Schakelkwaliteit +action.togglequality.description=Schakelt de weergavekwaliteit tussen hoog en laag +action.stopsounds.name=StopGeluiden +action.stopsounds.code=0x09 +action.stopsounds.swfVersion=3 +action.stopsounds.shortDescription=Stop geluiden +action.stopsounds.description=Stop met het afspelen van alle geluiden +action.waitforframe.name=WachtOpFrame +action.waitforframe.code=0x8A +action.waitforframe.swfVersion=3 +action.waitforframe.shortDescription=Wacht op frame +action.waitforframe.description= +action.waitforframe.operands=frame:UI16, overslaanAantal:UI8 +action.settarget.name=BepaalDoel +action.settarget.code=0x8B +action.settarget.swfVersion=3 +action.settarget.shortDescription=Bepaal doel +action.settarget.description=Verandert de context van daaropvolgende acties +action.settarget.operands=doelNaam:STRING +action.gotolabel.name=GaNaarLabel +action.gotolabel.code=0x8C +action.gotolabel.swfVersion=3 +action.gotolabel.shortDescription=Ga naar label +action.gotolabel.description=Ga naar het frame dat aan het opgegeven label is gekoppeld +action.gotolabel.stackAfter= +action.gotolabel.operands=label:STRING +action.push.name=Push +action.push.code=0x96 +action.push.swfVersion=4 +action.push.shortDescription=Push-waarde(n) +action.push.description=Pushed een of meer waarden naar de stapel +action.push.stackAfter=waarde1, waarde2, ... +action.push.operands=waarde1:*, [waarde2:*, ...] +action.pop.name=Pop +action.pop.code=0x17 +action.pop.swfVersion=4 +action.pop.shortDescription=Pop-waarde +action.pop.description=Haalt waarde uit de stapel en gooit deze weg +action.pop.stackBefore=waarde +action.add.name=Toevoegen +action.add.code=0x0A +action.add.swfVersion=4 +action.add.shortDescription=Voeg twee waarden toe +action.add.description=Voegt twee getallen toe en schuift het resultaat terug naar de stapel +action.add.stackBefore=waarde1, waarde2 +action.add.stackAfter=resultaat +action.add.operands= +action.subtract.name=Aftrekken +action.subtract.code=0x0B +action.subtract.swfVersion=4 +action.subtract.shortDescription=Trek twee waarden af +action.subtract.description=Trekt twee getallen af \u200b\u200ben schuift het resultaat terug naar de stapel +action.subtract.stackBefore=waarde1, waarde2 +action.subtract.stackAfter=resultaat +action.multiply.name=Vermenigvuldigen +action.multiply.code=0x0C +action.multiply.swfVersion=4 +action.multiply.shortDescription=Vermenigvuldig twee waarden +action.multiply.description=Vermenigvuldigt twee getallen en schuift het resultaat terug naar de stapel +action.multiply.stackBefore=waarde1, waarde2 +action.multiply.stackAfter=resultaat +action.divide.name=Delen +action.divide.code=0x0D +action.divide.swfVersion=4 +action.divide.shortDescription=Deel twee waarden +action.divide.description=Deelt twee getallen en schuift het resultaat terug naar de stapel +action.divide.stackBefore=waarde1, waarde2 +action.divide.stackAfter=resultaat +action.equals.name=Gelijk aan +action.equals.code=0x0E +action.equals.swfVersion=4 +action.equals.shortDescription=Controleer of twee waarden gelijk zijn +action.equals.stackBefore=waarde1, waarde2 +action.equals.stackAfter=booleaansResultaat +action.less.name=Minder +action.less.code=0x0F +action.less.swfVersion=4 +action.less.shortDescription=Controleer of de waarde kleiner is dan de andere waarde +action.less.stackBefore=waarde1, waarde2 +action.less.stackAfter=booleaansResultaat +action.and.name=En +action.and.code=0x10 +action.and.swfVersion=4 +action.and.shortDescription=Logisch EN +action.and.description=Voert een logische EN van twee getallen uit +action.and.stackBefore=waarde1, waarde2 +action.and.stackAfter=booleaansResultaat +action.or.name=Of +action.or.code=0x11 +action.or.swfVersion=4 +action.or.shortDescription=Logische OF +action.or.description=Voert een logische OF van twee getallen uit +action.or.stackBefore=waarde1, waarde2 +action.or.stackAfter=booleaansResultaat +action.not.name=Niet +action.not.code=0x12 +action.not.swfVersion=4 +action.not.shortDescription=Logische NIET +action.not.description=Voert een logische NIET van een getal uit +action.not.stackBefore=waarde +action.not.stackAfter=booleaansResultaat +action.stringequals.name=StringGelijkAan +action.stringequals.code=0x13 +action.stringequals.swfVersion=4 +action.stringequals.shortDescription=Controleer of twee strings gelijk zijn +action.stringequals.stackBefore=waarde1, waarde2 +action.stringequals.stackAfter=booleaansResultaat +action.stringlength.name=StringLengte +action.stringlength.code=0x14 +action.stringlength.swfVersion=4 +action.stringlength.shortDescription=Lengte van de string +action.stringlength.description=Berekent de lengte van een string +action.stringlength.stackBefore=waarde +action.stringlength.stackAfter=resultaat +action.stringadd.name=StringToevoegen +action.stringadd.code=0x21 +action.stringadd.swfVersion=4 +action.stringadd.shortDescription=Voeg twee strings samen +action.stringadd.stackBefore=waarde1, waarde2 +action.stringadd.stackAfter=resultaat +action.stringextract.name=StringExtractie +action.stringextract.code=0x15 +action.stringextract.swfVersion=4 +action.stringextract.shortDescription=Extraheer een subtekenreeks uit een tekenreeks +action.stringextract.stackBefore=aantal, index, string +action.stringextract.stackAfter=resultaat +action.stringless.name=StringKleinerDan +action.stringless.code=0x29 +action.stringless.swfVersion=4 +action.stringless.shortDescription=Controleer of de string kleiner is dan de andere string +action.stringless.stackBefore=waarde1, waarde2 +action.stringless.stackAfter=booleaansResultaat +action.mbstringlength.name=MBStringLengte +action.mbstringlength.code=0x31 +action.mbstringlength.swfVersion=4 +action.mbstringlength.shortDescription=Lengte van de string multi-byte bewust +action.mbstringlength.description=Berekent de lengte van een tekenreeks die multi-byte bewust is +action.mbstringlength.stackBefore=waarde +action.mbstringlength.stackAfter=resultaat +action.mbstringextract.name=MBStringExtraheren +action.mbstringextract.code=0x35 +action.mbstringextract.swfVersion=4 +action.mbstringextract.shortDescription=Extraheer een subtekenreeks uit een tekenreeks die multi-byte bewust is +action.mbstringextract.description= +action.mbstringextract.stackBefore=aantal, index, string +action.mbstringextract.stackAfter=resultaat +action.tointeger.name=NaarInteger +action.tointeger.code=0x18 +action.tointeger.swfVersion=4 +action.tointeger.shortDescription=Converteer een waarde naar integer +action.tointeger.stackBefore=waarde +action.tointeger.stackAfter=resultaat +action.chartoascii.name=TekenNaarAscii +action.chartoascii.code=0x32 +action.chartoascii.swfVersion=4 +action.chartoascii.shortDescription=Converteer een tekencode naar Ascii +action.chartoascii.description= +action.chartoascii.stackBefore=waarde +action.chartoascii.stackAfter=resultaat +action.asciitochar.name=AsciiNaarTeken +action.asciitochar.code=0x33 +action.asciitochar.swfVersion=4 +action.asciitochar.shortDescription=Converteert een waarde naar een ASCII-tekencode +action.asciitochar.stackBefore=waarde +action.asciitochar.stackAfter=resultaat +action.mbchartoascii.name=MBTekenNaar Ascii +action.mbchartoascii.code=0x36 +action.mbchartoascii.swfVersion=4 +action.mbchartoascii.shortDescription=Converteer een tekencode naar ASCII multi-byte bewust +action.mbchartoascii.stackBefore=waarde +action.mbchartoascii.stackAfter=resultaat +action.mbasciitochar.name=MBAsciiNaarTeken +action.mbasciitochar.code=0x37 +action.mbasciitochar.swfVersion=4 +action.mbasciitochar.shortDescription=Converteert een waarde naar een ASCII-tekencode die multi-byte bewust is +action.mbasciitochar.description= +action.mbasciitochar.stackBefore=waarde +action.mbasciitochar.stackAfter=resultaat +action.jump.name=Spring +action.jump.code=0x99 +action.jump.swfVersion=4 +action.jump.shortDescription=Spring naar locatie +action.jump.operands=lokatie:identifier +action.if.name=Als +action.if.code=0x9D +action.if.swfVersion=4 +action.if.shortDescription=Vertakking +action.if.description=Cre\u00ebert een voorwaardelijke test en vertakking +action.if.stackBefore=conditie +action.if.operands=vertakkingsDoel:identifier +action.call.name=Aanroep +action.call.code=0x9E +action.call.swfVersion=4 +action.call.shortDescription=Roep een subroutine op +action.call.stackBefore=waarde +action.call.stackAfter= +action.getvariable.name=HaalVariabeleOp +action.getvariable.code=0x1C +action.getvariable.swfVersion=4 +action.getvariable.shortDescription=Haal variabele waarde op +action.getvariable.stackBefore=naam +action.getvariable.stackAfter=waarde +action.setvariable.name=SetVariable +action.setvariable.code=0x1D +action.setvariable.swfVersion=4 +action.setvariable.shortDescription=Stel variabele waarde in +action.setvariable.stackBefore=waarde, naam +action.geturl2.name=GetURL2 +action.geturl2.code=0x9A +action.geturl2.swfVersion=4 +action.geturl2.shortDescription=Krijg een URL (stackgebaseerd) +action.geturl2.stackBefore=doel, url # Note: official documentation has the order of fields wrong -action.geturl2.operands = oadVariablesFlag:boolean, loadTargetFlag:boolean, sendVarsMethod:integer -action.gotoframe2.name = GotoFrame2 -action.gotoframe2.code = 0x9F -action.gotoframe2.swfVersion = 4 -action.gotoframe2.shortDescription = Ga naar frame (gebaseerd op stapel) -action.gotoframe2.stackBefore = frame -action.gotoframe2.operands = sceneBiasFlag:boolean, playFlag:boolean, [sceneBias:UI16] -action.settarget2.name = SetTarget2 -action.settarget2.code = 0x20 -action.settarget2.swfVersion = 4 -action.settarget2.shortDescription = Stel de huidige context in (stack-gebaseerd) -action.settarget2.stackBefore = doel -action.getproperty.name = GetProperty -action.getproperty.code = 0x22 -action.getproperty.swfVersion = 4 -action.getproperty.shortDescription = Krijg de waarde van waarde -action.getproperty.stackBefore = index, doel -action.getproperty.stackAfter = waarde -action.setproperty.name = SetProperty -action.setproperty.code = 0x23 -action.setproperty.swfVersion = 4 -action.setproperty.shortDescription = Stel de waarde van de eigenschap in -action.setproperty.stackBefore = waarde, index, doel -action.clonesprite.name = CloneSprite -action.clonesprite.code = 0x24 -action.clonesprite.swfVersion = 4 -action.clonesprite.shortDescription = Kloon een sprite -action.clonesprite.stackBefore = diepte, doel, bron -action.removesprite.name = RemoveSprite -action.removesprite.code = 0x25 -action.removesprite.swfVersion = 4 -action.removesprite.shortDescription = Verwijder sprite -action.removesprite.stackBefore = doel -action.startdrag.name = StartDrag -action.startdrag.code = 0x27 -action.startdrag.swfVersion = 4 -action.startdrag.shortDescription = Begin met het slepen van een filmclip -action.startdrag.stackBefore = doel, lockcenter, beperking, [y2, x2, y1, x1] -action.enddrag.name = EndDrag -action.enddrag.code = 0x28 -action.enddrag.swfVersion = 4 -action.enddrag.shortDescription = Be\u00ebindig de sleepoperatie -action.waitforframe2.name = WaitForFrame2 -action.waitforframe2.code = 0x8D -action.waitforframe2.swfVersion = 4 -action.waitforframe2.shortDescription = Wacht op een frame (stackgebaseerd) -action.waitforframe2.stackBefore = frame -action.waitforframe2.operands = skipCount:UI8 -action.trace.name = Spoor -action.trace.code = 0x26 -action.trace.swfVersion = 4 -action.trace.shortDescription = Verzend foutopsporings uitvoerstring -action.trace.stackBefore = waarde -action.gettime.name = GetTime -action.gettime.code = 0x34 -action.gettime.swfVersion = 4 -action.gettime.shortDescription = Krijg milliseconden sinds FP-start -action.gettime.stackAfter = waarde -action.randomnumber.name = RandomNumber -action.randomnumber.code = 0x30 -action.randomnumber.swfVersion = 4 -action.randomnumber.shortDescription = Bereken willekeurig getal -action.randomnumber.stackBefore = maximum -action.randomnumber.stackAfter = resultaat -action.callfunction.name = CallFunction -action.callfunction.code = 0x3D -action.callfunction.swfVersion = 5 -action.callfunction.shortDescription = Voer een functie uit -action.callfunction.stackBefore = functionName, numArgs, [argument1, argument2, ...] -action.callfunction.stackAfter = resultaat -action.callmethod.name = CallMethod -action.callmethod.code = 0x52 -action.callmethod.swfVersion = 5 -action.callmethod.shortDescription = Voer een methode uit op een object -action.callmethod.stackBefore = methodName, object, numArgs, [argument1, argument2, ...] -action.callmethod.stackAfter = resultaat -action.constantpool.name = ConstantPool -action.constantpool.code = 0x88 -action.constantpool.swfVersion = 5 -action.constantpool.shortDescription = Maak een nieuwe constante pool -action.constantpool.operands = constant1:STRING, constant2:STRING, ... -action.definefunction.name = DefineFunction -action.definefunction.code = 0x9B -action.definefunction.swfVersion = 5 -action.definefunction.shortDescription = Definieer een functie -action.definefunction.stackAfter = resultaat -action.definefunction.operands = functionName:STRING, numParams:UI16, [paramName1, paramName2, ...] -action.definelocal.name = DefineLocal -action.definelocal.code = 0x3C -action.definelocal.swfVersion = 5 -action.definelocal.shortDescription = Definieer de lokale variabele en stel de waarde ervan in -action.definelocal.stackBefore = waarde, naam -action.definelocal2.name = DefineLocal2 -action.definelocal2.code = 0x41 -action.definelocal2.swfVersion = 5 -action.definelocal2.shortDescription = Definieer de lokale variabele zonder de waarde ervan in te stellen -action.definelocal2.description = -action.definelocal2.stackBefore = naam -action.definelocal2.stackAfter = -action.delete.name = Verwijderen -action.delete.code = 0x3A -action.delete.swfVersion = 5 -action.delete.shortDescription = Verwijder de benoemde eigenschap uit een scriptObject -action.delete.stackBefore = naam, object -action.delete2.name = Delete2 -action.delete2.code = 0x3B -action.delete2.swfVersion = 5 -action.delete2.shortDescription = Verwijder de benoemde egenschap -action.delete2.description = -action.delete2.stackBefore = naam -action.enumerate.name = Enumerate -action.enumerate.code = 0x46 -action.enumerate.swfVersion = 5 -action.enumerate.shortDescription = Haal de namen van alle slots uit een object -action.enumerate.stackBefore = objectName -action.enumerate.stackAfter = null, [slotName1, slotName2, ...] -action.equals2.name = Equals2 -action.equals2.code = 0x49 -action.equals2.swfVersion = 5 -action.equals2.shortDescription = Controleer of twee waarden gelijk zijn, op basis van typen -action.equals2.stackBefore = value1, value2 -action.equals2.stackAfter = resultaat -action.getmember.name = GetMember -action.getmember.code = 0x4E -action.getmember.swfVersion = 5 -action.getmember.shortDescription = Haal een benoemde eigenschap op van een object -action.getmember.stackBefore = propertyName, object -action.getmember.stackAfter = resultaat -action.initarray.name = InitArray -action.initarray.code = 0x42 -action.initarray.swfVersion = 5 -action.initarray.shortDescription = Initialiseer array -action.initarray.stackBefore = numArgs, [argument1, argument2, ...] -action.initarray.stackAfter = resultaat -action.initobject.name = InitObject -action.initobject.code = 0x43 -action.initobject.swfVersion = 5 -action.initobject.shortDescription = Initialiseer object -action.initobject.stackBefore = numProps, [value1, name1, value2, name2, ...] -action.initobject.stackAfter = resultaat -action.newmethod.name = NewMethod -action.newmethod.code = 0x53 -action.newmethod.swfVersion = 5 -action.newmethod.shortDescription = Roep de constructormethode aan en maak een nieuw object -action.newmethod.stackBefore = methodName, object, numArgs, [argument1, argument2, ...] -action.newmethod.stackAfter = resultaat -action.newobject.name = NewObject -action.newobject.code = 0x40 -action.newobject.swfVersion = 5 -action.newobject.shortDescription = Roep de constructorfunctie aan en maak een nieuw object -action.newobject.stackBefore = objectName, numArgs, [argument1, argument2, ...] -action.newobject.stackAfter = resultaat -action.setmember.name = SetMember -action.setmember.code = 0x4F -action.setmember.swfVersion = 5 -action.setmember.shortDescription = Stel de benoemde eigenschap van een object in -action.setmember.stackBefore = value, propertyName, object -action.targetpath.name = TargetPath -action.targetpath.code = 0x45 -action.targetpath.swfVersion = 5 -action.targetpath.shortDescription = Haal object-doelpad op -action.targetpath.stackBefore = object -action.targetpath.stackAfter = resultaat -action.with.name = With -action.with.code = 0x94 -action.with.swfVersion = 5 -action.with.shortDescription = Definieer met blok -action.with.stackBefore = object -action.tonumber.name = ToNumber -action.tonumber.code = 0x4A -action.tonumber.swfVersion = 5 -action.tonumber.shortDescription = Converteer waarde naar een getal -action.tonumber.stackBefore = waarde -action.tonumber.stackAfter = resultaat -action.tostring.name = ToString -action.tostring.code = 0x4B -action.tostring.swfVersion = 5 -action.tostring.shortDescription = Converteer waarde naar een string -action.tostring.stackBefore = waarde -action.tostring.stackAfter = resultaat -action.typeof.name = TypeOf -action.typeof.code = 0x44 -action.typeof.swfVersion = 5 -action.typeof.shortDescription = Haalobjecttype op -action.typeof.stackBefore = waarde -action.typeof.stackAfter = resultaat -action.add2.name = Add2 -action.add2.code = 0x47 -action.add2.swfVersion = 5 -action.add2.shortDescription = Voeg twee waarden toe, gebaseerd op typen -action.add2.stackBefore = value1, value2 -action.add2.stackAfter = resultaat -action.less2.name = Less2 -action.less2.code = 0x48 -action.less2.swfVersion = 5 -action.less2.shortDescription = Controleer of de waarde kleiner is dan de andere waarde, op basis van typen -action.less2.stackBefore = value1, value2 -action.less2.stackAfter = booleanResult -action.less2.operands = -action.modulo.name = Modulo -action.modulo.code = 0x3F -action.modulo.swfVersion = 5 -action.modulo.shortDescription = Bereken de modulo van twee getallen -action.modulo.description = Berekent de modulo van twee getallen en schuift het resultaat terug naar de stapel -action.modulo.stackBefore = value1, value2 -action.modulo.stackAfter = resultaat -action.modulo.operands = -action.bitand.name = BitAnd -action.bitand.code = 0x60 -action.bitand.swfVersion = 5 -action.bitand.shortDescription = Bitsgewijs EN -action.bitand.description = Voert een bitsgewijze EN van twee getallen uit -action.bitand.stackBefore = value1, value2 -action.bitand.stackAfter = resultaat -action.bitlshift.name = BitLShift -action.bitlshift.code = 0x63 -action.bitlshift.swfVersion = 5 -action.bitlshift.shortDescription = Linker bitverschuiving -action.bitlshift.stackBefore = shiftCount, value -action.bitlshift.stackAfter = resultaat -action.bitor.name = BitOr -action.bitor.code = 0x61 -action.bitor.swfVersion = 5 -action.bitor.shortDescription = Bitsgewijze OF -action.bitor.description = Voert een bitsgewijze OR van twee getallen uit -action.bitor.stackBefore = value1, value2 -action.bitor.stackAfter = resultaat -action.bitrshift.name = BitRShift -action.bitrshift.code = 0x64 -action.bitrshift.swfVersion = 5 -action.bitrshift.shortDescription = Rechter bitverschuiving -action.bitrshift.stackBefore = shiftCount, value -action.bitrshift.stackAfter = resultaat -action.biturshift.name = BitURShift -action.biturshift.code = 0x65 -action.biturshift.swfVersion = 5 -action.biturshift.shortDescription = Niet-ondertekende juiste bitverschuiving -action.biturshift.stackBefore = shiftCount, value -action.biturshift.stackAfter = resultaat -action.bitxor.name = BitXor -action.bitxor.code = 0x62 -action.bitxor.swfVersion = 5 -action.bitxor.shortDescription = Bitsgewijze XOR -action.bitxor.description = Voert een bitsgewijze XOR van twee getallen uit -action.bitxor.stackBefore = value1, value2 -action.bitxor.stackAfter = resultaart -action.decrement.name = Verlagen -action.decrement.code = 0x51 -action.decrement.swfVersion = 5 -action.decrement.shortDescription = Waarde verlagen -action.decrement.stackBefore = waarde -action.decrement.stackAfter = resultaat -action.decrement.operands = -action.increment.name = Verhogen -action.increment.code = 0x50 -action.increment.swfVersion = 5 -action.increment.shortDescription = Waarde verhogen -action.increment.stackBefore = waarde -action.increment.stackAfter = resultaat -action.pushduplicate.name = PushDuplicate -action.pushduplicate.code = 0x4C -action.pushduplicate.swfVersion = 5 -action.pushduplicate.shortDescription = Dupliceer de bovenkant van de stapel -action.pushduplicate.stackBefore = waarde -action.pushduplicate.stackAfter = waarde, waarde -action.pushduplicate.operands = -action.return.name = Retourneren -action.return.code = 0x3E -action.return.swfVersion = 5 -action.return.shortDescription = Waarde retourneren -action.return.description = -action.return.stackBefore = waarde -action.stackswap.name = StackSwap -action.stackswap.code = 0x4D -action.stackswap.swfVersion = 5 -action.stackswap.shortDescription = Wissel de bovenste twee waarden op de stapel om -action.stackswap.stackBefore = waarde1, waarde2 -action.stackswap.stackAfter = waarde1, waarde2 -action.storeregister.name = StoreRegister -action.storeregister.code = 0x87 -action.storeregister.swfVersion = 5 -action.storeregister.shortDescription = Sla waarde op in een register -action.storeregister.stackBefore = waarde -action.storeregister.stackAfter = waarde -action.storeregister.operands = registerNumber:UI8 -action.instanceof.name = InstanceOf -action.instanceof.code = 0x54 -action.instanceof.swfVersion = 6 -action.instanceof.shortDescription = Object is een instantie van een klasse -action.instanceof.stackBefore = constructor, object -action.instanceof.stackAfter = booleanResult -action.enumerate2.name = Enumerate2 -action.enumerate2.code = 0x55 -action.enumerate2.swfVersion = 6 -action.enumerate2.shortDescription = Haal de namen van alle slots uit een object (stapelargument is objecttype) -action.enumerate2.stackBefore = object -action.enumerate2.stackAfter = null, [slotName1, slotName2, ...] -action.strictequals.name = StrictEquals -action.strictequals.code = 0x66 -action.strictequals.swfVersion = 6 -action.strictequals.shortDescription = Controleer of twee waarden gelijk zijn en hetzelfde type hebben -action.strictequals.stackBefore = waarde1, waarde2 -action.strictequals.stackAfter = booleanResult -action.greater.name = Greater -action.greater.code = 0x67 -action.greater.swfVersion = 6 -action.greater.shortDescription = Controleer of de waarde groter is dan de andere waarde -action.greater.stackBefore = waarde1, waarde2 -action.greater.stackAfter = booleanResult -action.stringgreater.name = StringGreater -action.stringgreater.code = 0x68 -action.stringgreater.swfVersion = 6 -action.stringgreater.shortDescription = Controleer of de string groter is dan de andere waarde -action.stringgreater.stackBefore = waarde1, waarde2 -action.stringgreater.stackAfter = booleanResult -action.stringgreater.operands = -action.definefunction2.name = DefineFunction2 -action.definefunction2.code = 0x8E -action.definefunction2.swfVersion = 7 -action.definefunction2.shortDescription = Definieer een functie (extra functies) -action.definefunction2.stackBefore = -action.definefunction2.stackAfter = resultaat -action.definefunction2.operands = functionName:STRING, numParams:UI16, \ +action.geturl2.operands=oadVariablesFlag:boolean, loadTargetFlag:boolean, sendVarsMethod:integer +action.gotoframe2.name=GotoFrame2 +action.gotoframe2.code=0x9F +action.gotoframe2.swfVersion=4 +action.gotoframe2.shortDescription=Ga naar frame (gebaseerd op stapel) +action.gotoframe2.stackBefore=frame +action.gotoframe2.operands=sceneBiasFlag:boolean, playFlag:boolean, [sceneBias:UI16] +action.settarget2.name=SetTarget2 +action.settarget2.code=0x20 +action.settarget2.swfVersion=4 +action.settarget2.shortDescription=Stel de huidige context in (stack-gebaseerd) +action.settarget2.stackBefore=doel +action.getproperty.name=GetProperty +action.getproperty.code=0x22 +action.getproperty.swfVersion=4 +action.getproperty.shortDescription=Krijg de waarde van waarde +action.getproperty.stackBefore=index, doel +action.getproperty.stackAfter=waarde +action.setproperty.name=SetProperty +action.setproperty.code=0x23 +action.setproperty.swfVersion=4 +action.setproperty.shortDescription=Stel de waarde van de eigenschap in +action.setproperty.stackBefore=waarde, index, doel +action.clonesprite.name=CloneSprite +action.clonesprite.code=0x24 +action.clonesprite.swfVersion=4 +action.clonesprite.shortDescription=Kloon een sprite +action.clonesprite.stackBefore=diepte, doel, bron +action.removesprite.name=RemoveSprite +action.removesprite.code=0x25 +action.removesprite.swfVersion=4 +action.removesprite.shortDescription=Verwijder sprite +action.removesprite.stackBefore=doel +action.startdrag.name=StartDrag +action.startdrag.code=0x27 +action.startdrag.swfVersion=4 +action.startdrag.shortDescription=Begin met het slepen van een filmclip +action.startdrag.stackBefore=doel, lockcenter, beperking, [y2, x2, y1, x1] +action.enddrag.name=EndDrag +action.enddrag.code=0x28 +action.enddrag.swfVersion=4 +action.enddrag.shortDescription=Be\u00ebindig de sleepoperatie +action.waitforframe2.name=WaitForFrame2 +action.waitforframe2.code=0x8D +action.waitforframe2.swfVersion=4 +action.waitforframe2.shortDescription=Wacht op een frame (stackgebaseerd) +action.waitforframe2.stackBefore=frame +action.waitforframe2.operands=skipCount:UI8 +action.trace.name=Spoor +action.trace.code=0x26 +action.trace.swfVersion=4 +action.trace.shortDescription=Verzend foutopsporings uitvoerstring +action.trace.stackBefore=waarde +action.gettime.name=GetTime +action.gettime.code=0x34 +action.gettime.swfVersion=4 +action.gettime.shortDescription=Krijg milliseconden sinds FP-start +action.gettime.stackAfter=waarde +action.randomnumber.name=RandomNumber +action.randomnumber.code=0x30 +action.randomnumber.swfVersion=4 +action.randomnumber.shortDescription=Bereken willekeurig getal +action.randomnumber.stackBefore=maximum +action.randomnumber.stackAfter=resultaat +action.callfunction.name=CallFunction +action.callfunction.code=0x3D +action.callfunction.swfVersion=5 +action.callfunction.shortDescription=Voer een functie uit +action.callfunction.stackBefore=functionName, numArgs, [argument1, argument2, ...] +action.callfunction.stackAfter=resultaat +action.callmethod.name=CallMethod +action.callmethod.code=0x52 +action.callmethod.swfVersion=5 +action.callmethod.shortDescription=Voer een methode uit op een object +action.callmethod.stackBefore=methodName, object, numArgs, [argument1, argument2, ...] +action.callmethod.stackAfter=resultaat +action.constantpool.name=ConstantPool +action.constantpool.code=0x88 +action.constantpool.swfVersion=5 +action.constantpool.shortDescription=Maak een nieuwe constante pool +action.constantpool.operands=constant1:STRING, constant2:STRING, ... +action.definefunction.name=DefineFunction +action.definefunction.code=0x9B +action.definefunction.swfVersion=5 +action.definefunction.shortDescription=Definieer een functie +action.definefunction.stackAfter=resultaat +action.definefunction.operands=functionName:STRING, numParams:UI16, [paramName1, paramName2, ...] +action.definelocal.name=DefineLocal +action.definelocal.code=0x3C +action.definelocal.swfVersion=5 +action.definelocal.shortDescription=Definieer de lokale variabele en stel de waarde ervan in +action.definelocal.stackBefore=waarde, naam +action.definelocal2.name=DefineLocal2 +action.definelocal2.code=0x41 +action.definelocal2.swfVersion=5 +action.definelocal2.shortDescription=Definieer de lokale variabele zonder de waarde ervan in te stellen +action.definelocal2.description= +action.definelocal2.stackBefore=naam +action.definelocal2.stackAfter= +action.delete.name=Verwijderen +action.delete.code=0x3A +action.delete.swfVersion=5 +action.delete.shortDescription=Verwijder de benoemde eigenschap uit een scriptObject +action.delete.stackBefore=naam, object +action.delete2.name=Delete2 +action.delete2.code=0x3B +action.delete2.swfVersion=5 +action.delete2.shortDescription=Verwijder de benoemde egenschap +action.delete2.description= +action.delete2.stackBefore=naam +action.enumerate.name=Enumerate +action.enumerate.code=0x46 +action.enumerate.swfVersion=5 +action.enumerate.shortDescription=Haal de namen van alle slots uit een object +action.enumerate.stackBefore=objectName +action.enumerate.stackAfter=null, [slotName1, slotName2, ...] +action.equals2.name=Equals2 +action.equals2.code=0x49 +action.equals2.swfVersion=5 +action.equals2.shortDescription=Controleer of twee waarden gelijk zijn, op basis van typen +action.equals2.stackBefore=value1, value2 +action.equals2.stackAfter=resultaat +action.getmember.name=GetMember +action.getmember.code=0x4E +action.getmember.swfVersion=5 +action.getmember.shortDescription=Haal een benoemde eigenschap op van een object +action.getmember.stackBefore=propertyName, object +action.getmember.stackAfter=resultaat +action.initarray.name=InitArray +action.initarray.code=0x42 +action.initarray.swfVersion=5 +action.initarray.shortDescription=Initialiseer array +action.initarray.stackBefore=numArgs, [argument1, argument2, ...] +action.initarray.stackAfter=resultaat +action.initobject.name=InitObject +action.initobject.code=0x43 +action.initobject.swfVersion=5 +action.initobject.shortDescription=Initialiseer object +action.initobject.stackBefore=numProps, [value1, name1, value2, name2, ...] +action.initobject.stackAfter=resultaat +action.newmethod.name=NewMethod +action.newmethod.code=0x53 +action.newmethod.swfVersion=5 +action.newmethod.shortDescription=Roep de constructormethode aan en maak een nieuw object +action.newmethod.stackBefore=methodName, object, numArgs, [argument1, argument2, ...] +action.newmethod.stackAfter=resultaat +action.newobject.name=NewObject +action.newobject.code=0x40 +action.newobject.swfVersion=5 +action.newobject.shortDescription=Roep de constructorfunctie aan en maak een nieuw object +action.newobject.stackBefore=objectName, numArgs, [argument1, argument2, ...] +action.newobject.stackAfter=resultaat +action.setmember.name=SetMember +action.setmember.code=0x4F +action.setmember.swfVersion=5 +action.setmember.shortDescription=Stel de benoemde eigenschap van een object in +action.setmember.stackBefore=value, propertyName, object +action.targetpath.name=TargetPath +action.targetpath.code=0x45 +action.targetpath.swfVersion=5 +action.targetpath.shortDescription=Haal object-doelpad op +action.targetpath.stackBefore=object +action.targetpath.stackAfter=resultaat +action.with.name=With +action.with.code=0x94 +action.with.swfVersion=5 +action.with.shortDescription=Definieer met blok +action.with.stackBefore=object +action.tonumber.name=ToNumber +action.tonumber.code=0x4A +action.tonumber.swfVersion=5 +action.tonumber.shortDescription=Converteer waarde naar een getal +action.tonumber.stackBefore=waarde +action.tonumber.stackAfter=resultaat +action.tostring.name=ToString +action.tostring.code=0x4B +action.tostring.swfVersion=5 +action.tostring.shortDescription=Converteer waarde naar een string +action.tostring.stackBefore=waarde +action.tostring.stackAfter=resultaat +action.typeof.name=TypeOf +action.typeof.code=0x44 +action.typeof.swfVersion=5 +action.typeof.shortDescription=Haalobjecttype op +action.typeof.stackBefore=waarde +action.typeof.stackAfter=resultaat +action.add2.name=Add2 +action.add2.code=0x47 +action.add2.swfVersion=5 +action.add2.shortDescription=Voeg twee waarden toe, gebaseerd op typen +action.add2.stackBefore=value1, value2 +action.add2.stackAfter=resultaat +action.less2.name=Less2 +action.less2.code=0x48 +action.less2.swfVersion=5 +action.less2.shortDescription=Controleer of de waarde kleiner is dan de andere waarde, op basis van typen +action.less2.stackBefore=value1, value2 +action.less2.stackAfter=booleanResult +action.less2.operands= +action.modulo.name=Modulo +action.modulo.code=0x3F +action.modulo.swfVersion=5 +action.modulo.shortDescription=Bereken de modulo van twee getallen +action.modulo.description=Berekent de modulo van twee getallen en schuift het resultaat terug naar de stapel +action.modulo.stackBefore=value1, value2 +action.modulo.stackAfter=resultaat +action.modulo.operands= +action.bitand.name=BitAnd +action.bitand.code=0x60 +action.bitand.swfVersion=5 +action.bitand.shortDescription=Bitsgewijs EN +action.bitand.description=Voert een bitsgewijze EN van twee getallen uit +action.bitand.stackBefore=value1, value2 +action.bitand.stackAfter=resultaat +action.bitlshift.name=BitLShift +action.bitlshift.code=0x63 +action.bitlshift.swfVersion=5 +action.bitlshift.shortDescription=Linker bitverschuiving +action.bitlshift.stackBefore=shiftCount, value +action.bitlshift.stackAfter=resultaat +action.bitor.name=BitOr +action.bitor.code=0x61 +action.bitor.swfVersion=5 +action.bitor.shortDescription=Bitsgewijze OF +action.bitor.description=Voert een bitsgewijze OR van twee getallen uit +action.bitor.stackBefore=value1, value2 +action.bitor.stackAfter=resultaat +action.bitrshift.name=BitRShift +action.bitrshift.code=0x64 +action.bitrshift.swfVersion=5 +action.bitrshift.shortDescription=Rechter bitverschuiving +action.bitrshift.stackBefore=shiftCount, value +action.bitrshift.stackAfter=resultaat +action.biturshift.name=BitURShift +action.biturshift.code=0x65 +action.biturshift.swfVersion=5 +action.biturshift.shortDescription=Niet-ondertekende juiste bitverschuiving +action.biturshift.stackBefore=shiftCount, value +action.biturshift.stackAfter=resultaat +action.bitxor.name=BitXor +action.bitxor.code=0x62 +action.bitxor.swfVersion=5 +action.bitxor.shortDescription=Bitsgewijze XOR +action.bitxor.description=Voert een bitsgewijze XOR van twee getallen uit +action.bitxor.stackBefore=value1, value2 +action.bitxor.stackAfter=resultaart +action.decrement.name=Verlagen +action.decrement.code=0x51 +action.decrement.swfVersion=5 +action.decrement.shortDescription=Waarde verlagen +action.decrement.stackBefore=waarde +action.decrement.stackAfter=resultaat +action.decrement.operands= +action.increment.name=Verhogen +action.increment.code=0x50 +action.increment.swfVersion=5 +action.increment.shortDescription=Waarde verhogen +action.increment.stackBefore=waarde +action.increment.stackAfter=resultaat +action.pushduplicate.name=PushDuplicate +action.pushduplicate.code=0x4C +action.pushduplicate.swfVersion=5 +action.pushduplicate.shortDescription=Dupliceer de bovenkant van de stapel +action.pushduplicate.stackBefore=waarde +action.pushduplicate.stackAfter=waarde, waarde +action.pushduplicate.operands= +action.return.name=Retourneren +action.return.code=0x3E +action.return.swfVersion=5 +action.return.shortDescription=Waarde retourneren +action.return.description= +action.return.stackBefore=waarde +action.stackswap.name=StackSwap +action.stackswap.code=0x4D +action.stackswap.swfVersion=5 +action.stackswap.shortDescription=Wissel de bovenste twee waarden op de stapel om +action.stackswap.stackBefore=waarde1, waarde2 +action.stackswap.stackAfter=waarde1, waarde2 +action.storeregister.name=StoreRegister +action.storeregister.code=0x87 +action.storeregister.swfVersion=5 +action.storeregister.shortDescription=Sla waarde op in een register +action.storeregister.stackBefore=waarde +action.storeregister.stackAfter=waarde +action.storeregister.operands=registerNumber:UI8 +action.instanceof.name=InstanceOf +action.instanceof.code=0x54 +action.instanceof.swfVersion=6 +action.instanceof.shortDescription=Object is een instantie van een klasse +action.instanceof.stackBefore=constructor, object +action.instanceof.stackAfter=booleanResult +action.enumerate2.name=Enumerate2 +action.enumerate2.code=0x55 +action.enumerate2.swfVersion=6 +action.enumerate2.shortDescription=Haal de namen van alle slots uit een object (stapelargument is objecttype) +action.enumerate2.stackBefore=object +action.enumerate2.stackAfter=null, [slotName1, slotName2, ...] +action.strictequals.name=StrictEquals +action.strictequals.code=0x66 +action.strictequals.swfVersion=6 +action.strictequals.shortDescription=Controleer of twee waarden gelijk zijn en hetzelfde type hebben +action.strictequals.stackBefore=waarde1, waarde2 +action.strictequals.stackAfter=booleanResult +action.greater.name=Greater +action.greater.code=0x67 +action.greater.swfVersion=6 +action.greater.shortDescription=Controleer of de waarde groter is dan de andere waarde +action.greater.stackBefore=waarde1, waarde2 +action.greater.stackAfter=booleanResult +action.stringgreater.name=StringGreater +action.stringgreater.code=0x68 +action.stringgreater.swfVersion=6 +action.stringgreater.shortDescription=Controleer of de string groter is dan de andere waarde +action.stringgreater.stackBefore=waarde1, waarde2 +action.stringgreater.stackAfter=booleanResult +action.stringgreater.operands= +action.definefunction2.name=DefineFunction2 +action.definefunction2.code=0x8E +action.definefunction2.swfVersion=7 +action.definefunction2.shortDescription=Definieer een functie (extra functies) +action.definefunction2.stackBefore= +action.definefunction2.stackAfter=resultaat +action.definefunction2.operands=functionName:STRING, numParams:UI16, \ registerCount:UI8, \ preloadParentFlag:boolean, \ preloadRootFlag:boolean, \ @@ -599,32 +599,32 @@ action.definefunction2.operands = functionName:STRING, numParams:UI16, \ preloadThisFlag:boolean, \ preloadGlobalFlag:boolean, \ [register1:UI8, paramName1:STRING, register2:UI8, paramName2:STRING, ...] -action.extends.name = Verlengen -action.extends.code = 0x69 -action.extends.swfVersion = 7 -action.extends.shortDescription = Creeer een overervingsrelatie -action.extends.stackBefore = superClassConstructor, subClassConstructor -action.extends.operands = -action.castop.name = CastOp -action.castop.code = 0x2B -action.castop.swfVersion = 7 -action.castop.shortDescription = Cast-gegevenstype -action.castop.stackBefore = object, constructor -action.castop.stackAfter = resultaat -action.implementsop.name = ImplementsOp -action.implementsop.code = 0x2C -action.implementsop.swfVersion = 7 -action.implementsop.shortDescription = Specificeer interfaces die een klasse implementeert -action.implementsop.stackBefore = classConstructor, numInterfaces, [interfaceConstructor1, interfaceConstructor2, ...] -action.try.name = Try -action.try.code = 0x8F -action.try.swfVersion = 7 -action.try.shortDescription = Definieer handler voor uitzonderlijke omstandigheden -action.try.stackBefore = -action.try.operands = catchTarget:register|STRING -action.throw.name = Throw -action.throw.code = 0x2A -action.throw.swfVersion = 7 -action.throw.shortDescription = Genereer een uitzonderingsconditie -action.throw.stackBefore = waarde -action.throw.stackAfter = +action.extends.name=Verlengen +action.extends.code=0x69 +action.extends.swfVersion=7 +action.extends.shortDescription=Creeer een overervingsrelatie +action.extends.stackBefore=superClassConstructor, subClassConstructor +action.extends.operands= +action.castop.name=CastOp +action.castop.code=0x2B +action.castop.swfVersion=7 +action.castop.shortDescription=Cast-gegevenstype +action.castop.stackBefore=object, constructor +action.castop.stackAfter=resultaat +action.implementsop.name=ImplementsOp +action.implementsop.code=0x2C +action.implementsop.swfVersion=7 +action.implementsop.shortDescription=Specificeer interfaces die een klasse implementeert +action.implementsop.stackBefore=classConstructor, numInterfaces, [interfaceConstructor1, interfaceConstructor2, ...] +action.try.name=Try +action.try.code=0x8F +action.try.swfVersion=7 +action.try.shortDescription=Definieer handler voor uitzonderlijke omstandigheden +action.try.stackBefore= +action.try.operands=catchTarget:register|STRING +action.throw.name=Throw +action.throw.code=0x2A +action.throw.swfVersion=7 +action.throw.shortDescription=Genereer een uitzonderingsconditie +action.throw.stackBefore=waarde +action.throw.stackAfter= diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/locales/docs/pcode/AS2_pt_BR.properties b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/locales/docs/pcode/AS2_pt_BR.properties index 4d3f57fa5..c3c3508a6 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/locales/docs/pcode/AS2_pt_BR.properties +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/locales/docs/pcode/AS2_pt_BR.properties @@ -1,8 +1,8 @@ #various strings in UI: -ui.unknown = ??? -ui.stack = Pilha: -ui.description = Descri\u00e7\u00e3o: -ui.filter.hide = Esconder: -ui.filter.byname = Localizar por nome: -ui.filter.order = Ordenar por: -ui.swfVersion = Desde a vers\u00e3o SWF: +ui.unknown=??? +ui.stack=Pilha: +ui.description=Descri\u00e7\u00e3o: +ui.filter.hide=Esconder: +ui.filter.byname=Localizar por nome: +ui.filter.order=Ordenar por: +ui.swfVersion=Desde a vers\u00e3o SWF: diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/locales/docs/pcode/AS3.properties b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/locales/docs/pcode/AS3.properties index 1f0306544..49f451ca2 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/locales/docs/pcode/AS3.properties +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/locales/docs/pcode/AS3.properties @@ -13,1461 +13,1210 @@ # You should have received a copy of the GNU Lesser General Public # License along with this library. #String for whole list generation - -ui.list.heading = AVM2 Instruction list -ui.list.pageTitle = AVM2 Instruction list -ui.list.documentTitle = AVM2 Instruction list -ui.list.pageDescription = List of all known ActionScript 3 - AVM2 instructions with their operands and stack values - +ui.list.heading=AVM2 Instruction list +ui.list.pageTitle=AVM2 Instruction list +ui.list.documentTitle=AVM2 Instruction list +ui.list.pageDescription=List of all known ActionScript 3 - AVM2 instructions with their operands and stack values #various strings in UI: -ui.unknown = ??? -ui.stack = Stack: -ui.stack.before = ..., -ui.stack.before.empty = ... -ui.stack.to = \ \u279e -ui.flags = Flags: -ui.description = Description: -ui.filter.hide = Hide: -ui.filter.byname = Find by name: -ui.filter.order = Order by: -ui.filter.order.code = code -ui.filter.order.name = name - - +ui.unknown=??? +ui.stack=Stack: +ui.stack.before=..., +ui.stack.before.empty=... +ui.stack.to=\ \u279e +ui.flags=Flags: +ui.description=Description: +ui.filter.hide=Hide: +ui.filter.byname=Find by name: +ui.filter.order=Order by: +ui.filter.order.code=code +ui.filter.order.name=name #----------------------- Flags of the instructions -instructionFlag.undocumented = Undocumented -instructionFlag.unknownStack = Unknown stack -instructionFlag.es4NumericsMinor = ES4 numerics (ABC minor 17) -instructionFlag.floatMajor = Float values (ABC major 47) -instructionFlag.unknownOperands = Unknown operands -instructionFlag.noFlashPlayer = Not in standard Flash Player -instructionFlag.deprecated = Deprecated -instructionFlag.domainMemory = Domain memory operation - +instructionFlag.undocumented=Undocumented +instructionFlag.unknownStack=Unknown stack +instructionFlag.es4NumericsMinor=ES4 numerics (ABC minor 17) +instructionFlag.floatMajor=Float values (ABC major 47) +instructionFlag.unknownOperands=Unknown operands +instructionFlag.noFlashPlayer=Not in standard Flash Player +instructionFlag.deprecated=Deprecated +instructionFlag.domainMemory=Domain memory operation #----------------------- Operand types -operandType.multinameIndex = Multiname index -operandType.multinameIndex.description = Index into multiname constant pool -operandType.multinameIndex.name = multinameIndex -operandType.multinameIndex.uiName = multiname - -operandType.argCount = Number of arguments -operandType.argCount.description = Number of following arguments -operandType.argCount.name = argCount -operandType.argCount.uiName = uint - - -operandType.methodIndex = Method index -operandType.methodIndex.description = Index of method in the ABC -operandType.methodIndex.name = methodIndex -operandType.methodIndex.uiName = methodIndex - -operandType.stringIndex = String index -operandType.stringIndex.description = Index into string values constant pool -operandType.stringIndex.name = stringIndex -operandType.stringIndex.uiName = string - - -operandType.debugType = Debug type -operandType.debugType.description = Type of debug information. Currently only value of 1 is used. -operandType.debugType.name = debugType -operandType.debugType.uiName = debugType - - -operandType.registerIndex = Register index -operandType.registerIndex.description = Index of a local register (0-255) -operandType.registerIndex.name = registerIndex -operandType.registerIndex.uiName = uint - -operandType.linenum = Line number -operandType.linenum.description = Line number of file -operandType.linenum.name = linenum -operandType.linenum.uiName = linenum - - +operandType.multinameIndex=Multiname index +operandType.multinameIndex.description=Index into multiname constant pool +operandType.multinameIndex.name=multinameIndex +operandType.multinameIndex.uiName=multiname +operandType.argCount=Number of arguments +operandType.argCount.description=Number of following arguments +operandType.argCount.name=argCount +operandType.argCount.uiName=uint +operandType.methodIndex=Method index +operandType.methodIndex.description=Index of method in the ABC +operandType.methodIndex.name=methodIndex +operandType.methodIndex.uiName=methodIndex +operandType.stringIndex=String index +operandType.stringIndex.description=Index into string values constant pool +operandType.stringIndex.name=stringIndex +operandType.stringIndex.uiName=string +operandType.debugType=Debug type +operandType.debugType.description=Type of debug information. Currently only value of 1 is used. +operandType.debugType.name=debugType +operandType.debugType.uiName=debugType +operandType.registerIndex=Register index +operandType.registerIndex.description=Index of a local register (0-255) +operandType.registerIndex.name=registerIndex +operandType.registerIndex.uiName=uint +operandType.linenum=Line number +operandType.linenum.description=Line number of file +operandType.linenum.name=linenum +operandType.linenum.uiName=linenum #similar as registerIndex, but U30 instead of U8 -operandType.localRegIndex = Register index -operandType.localRegIndex.description = Index of a local register -operandType.localRegIndex.name = localRegIndex -operandType.localRegIndex.uiName = uint - - -operandType.slotIndex = Slot index -operandType.slotIndex.description = Index of the slot on an object -operandType.slotIndex.name = slotIndex -operandType.slotIndex.uiName = slotIndex - -operandType.scopeIndex = Scope stack index -operandType.scopeIndex.description = Index in the scope stack -operandType.scopeIndex.name = scopeIndex -operandType.scopeIndex.uiName = scopeIndex - -operandType.offset = Offset -operandType.offset.description = Offset to other location -operandType.offset.name = offset -operandType.offset.uiName = labelName - -operandType.exceptionIndex = Exception index -operandType.exceptionIndex.description = Index of exception in current method info -operandType.exceptionIndex.name = exceptionIndex -operandType.exceptionIndex.uiName = exceptionIndex - - -operandType.classIndex = Class index -operandType.classIndex.description = Index of class in ABC -operandType.classIndex.name = classIndex -operandType.classIndex.uiName = classIndex - -operandType.intIndex = Int index -operandType.intIndex.description = Index into integer values constant pool -operandType.intIndex.name = intIndex -operandType.intIndex.uiName = int - -operandType.uintIndex = UInt index -operandType.uintIndex.description = Index into unsigned integer values constant pool -operandType.uintIndex.name = uintIndex -operandType.uintIndex.uiName = uint - - -operandType.doubleIndex = Double index -operandType.doubleIndex.description = Index into double precision floating point values constant pool -operandType.doubleIndex.name = doubleIndex -operandType.doubleIndex.uiName = double - -operandType.decimalIndex = Decimal index -operandType.decimalIndex.description = Index into decimal values (128bit floating point) constant pool -operandType.decimalIndex.name = decimalIndex -operandType.decimalIndex.uiName = decimal - -operandType.caseBaseoffset = Base offset -operandType.caseBaseoffset.description = Base offset of lookupswitch triggered when no value matches -operandType.caseBaseoffset.name = offset -operandType.caseBaseoffset.uiName = labelName - -operandType.numberContext = Number context (ES4) -operandType.numberContext.description = Context of calculations when using EcmaScript 4 numerics (ABC minorVersion 17).\nBits 0-2 type,3-5 rounding type, 6-12 precision.\nType: 0=number,1=decimal,2=double,3=int,4=uint\nRounding: 0=ceiling,1=up,2=half_up,3=half_even,4=half_down,5=down,6=floor\nPrecision:0-34 -operandType.numberContext.name = numberContext -operandType.numberContext.uiName = uint - -operandType.dispatchId = Dispatch id -operandType.dispatchId.description = Id of the method dispatch -operandType.dispatchId.name = dispatchId -operandType.dispatchId.uiName = uint - -operandType.floatIndex = Float index -operandType.floatIndex.description = Index into float values constant pool -operandType.floatIndex.name = floatIndex -operandType.floatIndex.uiName = float - -operandType.float4Index = Float4 index -operandType.float4Index.description = Index into float4 values constant pool -operandType.float4Index.name = float4Index -operandType.float4Index.uiName = float4 - -operandType.namespaceIndex = Index into namespace constant pool -operandType.namespaceIndex.name = namespaceIndex -operandType.namespaceIndex.uiName = namespace - -operandType.number = Number -operandType.number.name = number -operandType.number.uiName = uint - -operandType.U30 = U30 -operandType.U30.name = U30 -operandType.U30.uiName = uint - -operandType.S8 = U30 -operandType.S8.name = S8 -operandType.S8.uiName = sbyte - +operandType.localRegIndex=Register index +operandType.localRegIndex.description=Index of a local register +operandType.localRegIndex.name=localRegIndex +operandType.localRegIndex.uiName=uint +operandType.slotIndex=Slot index +operandType.slotIndex.description=Index of the slot on an object +operandType.slotIndex.name=slotIndex +operandType.slotIndex.uiName=slotIndex +operandType.scopeIndex=Scope stack index +operandType.scopeIndex.description=Index in the scope stack +operandType.scopeIndex.name=scopeIndex +operandType.scopeIndex.uiName=scopeIndex +operandType.offset=Offset +operandType.offset.description=Offset to other location +operandType.offset.name=offset +operandType.offset.uiName=labelName +operandType.exceptionIndex=Exception index +operandType.exceptionIndex.description=Index of exception in current method info +operandType.exceptionIndex.name=exceptionIndex +operandType.exceptionIndex.uiName=exceptionIndex +operandType.classIndex=Class index +operandType.classIndex.description=Index of class in ABC +operandType.classIndex.name=classIndex +operandType.classIndex.uiName=classIndex +operandType.intIndex=Int index +operandType.intIndex.description=Index into integer values constant pool +operandType.intIndex.name=intIndex +operandType.intIndex.uiName=int +operandType.uintIndex=UInt index +operandType.uintIndex.description=Index into unsigned integer values constant pool +operandType.uintIndex.name=uintIndex +operandType.uintIndex.uiName=uint +operandType.doubleIndex=Double index +operandType.doubleIndex.description=Index into double precision floating point values constant pool +operandType.doubleIndex.name=doubleIndex +operandType.doubleIndex.uiName=double +operandType.decimalIndex=Decimal index +operandType.decimalIndex.description=Index into decimal values (128bit floating point) constant pool +operandType.decimalIndex.name=decimalIndex +operandType.decimalIndex.uiName=decimal +operandType.caseBaseoffset=Base offset +operandType.caseBaseoffset.description=Base offset of lookupswitch triggered when no value matches +operandType.caseBaseoffset.name=offset +operandType.caseBaseoffset.uiName=labelName +operandType.numberContext=Number context (ES4) +operandType.numberContext.description=Context of calculations when using EcmaScript 4 numerics (ABC minorVersion 17).\nBits 0-2 type,3-5 rounding type, 6-12 precision.\nType: 0=number,1=decimal,2=double,3=int,4=uint\nRounding: 0=ceiling,1=up,2=half_up,3=half_even,4=half_down,5=down,6=floor\nPrecision:0-34 +operandType.numberContext.name=numberContext +operandType.numberContext.uiName=uint +operandType.dispatchId=Dispatch id +operandType.dispatchId.description=Id of the method dispatch +operandType.dispatchId.name=dispatchId +operandType.dispatchId.uiName=uint +operandType.floatIndex=Float index +operandType.floatIndex.description=Index into float values constant pool +operandType.floatIndex.name=floatIndex +operandType.floatIndex.uiName=float +operandType.float4Index=Float4 index +operandType.float4Index.description=Index into float4 values constant pool +operandType.float4Index.name=float4Index +operandType.float4Index.uiName=float4 +operandType.namespaceIndex=Index into namespace constant pool +operandType.namespaceIndex.name=namespaceIndex +operandType.namespaceIndex.uiName=namespace +operandType.number=Number +operandType.number.name=number +operandType.number.uiName=uint +operandType.U30=U30 +operandType.U30.name=U30 +operandType.U30.uiName=uint +operandType.S8=U30 +operandType.S8.name=S8 +operandType.S8.uiName=sbyte #----------------------- Instructions - -instruction.bkpt.shortDescription = Breakpoint -instruction.bkpt.description = Breakpoint when debugging -instruction.bkpt.stackBefore = -instruction.bkpt.stackAfter = -instruction.bkpt.operands = - -instruction.nop.shortDescription = No operation -instruction.nop.description = Does nothing -instruction.nop.stackBefore = -instruction.nop.stackAfter = -instruction.nop.operands = - -instruction.throw.shortDescription = Throw exception -instruction.throw.description = Pops value off the stack and throws it -instruction.throw.stackBefore = value -instruction.throw.stackAfter = -instruction.throw.operands = - -instruction.getsuper.shortDescription = Get parent class property -instruction.getsuper.description = -instruction.getsuper.stackBefore = obj, [ns], [name] -instruction.getsuper.stackAfter = value -instruction.getsuper.operands = parentClassMultiname - -instruction.setsuper.shortDescription = Set parent class property -instruction.setsuper.description = -instruction.setsuper.stackBefore = obj, [ns], [name], value -instruction.setsuper.stackAfter = -instruction.setsuper.operands = parentClassMultiname - -instruction.dxns.shortDescription = Set default XML namespace -instruction.dxns.description = -instruction.dxns.stackBefore = -instruction.dxns.stackAfter = -instruction.dxns.operands = uriString - -instruction.dxnslate.shortDescription = Set default XML namespace at runtime -instruction.dxnslate.description = -instruction.dxnslate.stackBefore = uriValue -instruction.dxnslate.stackAfter = -instruction.dxnslate.operands = - -instruction.kill.shortDescription = Kill local register -instruction.kill.description = -instruction.kill.stackBefore = -instruction.kill.stackAfter = -instruction.kill.operands = killedRegister - -instruction.label.shortDescription = Target of a branch -instruction.label.description = Just a mark that this is target of following branch -instruction.label.stackBefore = -instruction.label.stackAfter = -instruction.label.operands = - -instruction.lf32x4.shortDescription = Load 32bit float4 -instruction.lf32x4.description = -instruction.lf32x4.stackBefore = address -instruction.lf32x4.stackAfter = float4Value -instruction.lf32x4.operands = - -instruction.sf32x4.shortDescription = Store 32bit float4 -instruction.sf32x4.description = -instruction.sf32x4.stackBefore = float4Value, address -instruction.sf32x4.stackAfter = -instruction.sf32x4.operands = - -instruction.ifnlt.shortDescription = Branch if not lower than -instruction.ifnlt.description = -instruction.ifnlt.stackBefore = value1, value2 -instruction.ifnlt.stackAfter = -instruction.ifnlt.operands = branchTarget - -instruction.ifnle.shortDescription = Branch if not lower or equal -instruction.ifnle.description = -instruction.ifnle.stackBefore = value1, value2 -instruction.ifnle.stackAfter = -instruction.ifnle.operands = branchTarget - -instruction.ifngt.shortDescription = Branch if not greater than -instruction.ifngt.description = -instruction.ifngt.stackBefore = value1, value2 -instruction.ifngt.stackAfter = -instruction.ifngt.operands = branchTarget - -instruction.ifnge.shortDescription = Branch if not greater ot equal -instruction.ifnge.description = -instruction.ifnge.stackBefore = value1, value2 -instruction.ifnge.stackAfter = -instruction.ifnge.operands = branchTarget - -instruction.jump.shortDescription = Jump to location -instruction.jump.description = -instruction.jump.stackBefore = -instruction.jump.stackAfter = -instruction.jump.operands = location - -instruction.iftrue.shortDescription = Branch if true -instruction.iftrue.description = -instruction.iftrue.stackBefore = value -instruction.iftrue.stackAfter = -instruction.iftrue.operands = branchTarget - -instruction.iffalse.shortDescription = Branch if false -instruction.iffalse.description = -instruction.iffalse.stackBefore = value -instruction.iffalse.stackAfter = -instruction.iffalse.operands = branchTarget - -instruction.ifeq.shortDescription = Branch if equal -instruction.ifeq.description = -instruction.ifeq.stackBefore = value1, value2 -instruction.ifeq.stackAfter = -instruction.ifeq.operands = branchTarget - -instruction.ifne.shortDescription = Branch if not equal -instruction.ifne.description = -instruction.ifne.stackBefore = value1, value2 -instruction.ifne.stackAfter = -instruction.ifne.operands = branchTarget - -instruction.iflt.shortDescription = Branch if lower than -instruction.iflt.description = -instruction.iflt.stackBefore = value1, value2 -instruction.iflt.stackAfter = -instruction.iflt.operands = branchTarget - -instruction.ifle.shortDescription = Branch if lower or equal -instruction.ifle.description = -instruction.ifle.stackBefore = value1, value2 -instruction.ifle.stackAfter = -instruction.ifle.operands = branchTarget - -instruction.ifgt.shortDescription = Branch if greater than -instruction.ifgt.description = -instruction.ifgt.stackBefore = value1, value2 -instruction.ifgt.stackAfter = -instruction.ifgt.operands = branchTarget - -instruction.ifge.shortDescription = Branch if greater or equal -instruction.ifge.description = -instruction.ifge.stackBefore = value1, value2 -instruction.ifge.stackAfter = -instruction.ifge.operands = branchTarget - -instruction.ifstricteq.shortDescription = Branch if strict equal -instruction.ifstricteq.description = -instruction.ifstricteq.stackBefore = value1, value2 -instruction.ifstricteq.stackAfter = -instruction.ifstricteq.operands = branchTarget - -instruction.ifstrictne.shortDescription = Branch if not strict equal -instruction.ifstrictne.description = -instruction.ifstrictne.stackBefore = value1, value2 -instruction.ifstrictne.stackAfter = -instruction.ifstrictne.operands = branchTarget - -instruction.lookupswitch.shortDescription = Branch based on index -instruction.lookupswitch.description = -instruction.lookupswitch.stackBefore = index -instruction.lookupswitch.stackAfter = -instruction.lookupswitch.operands = defaultTarget, caseCount, case0Target, case1Target, ... +instruction.bkpt.shortDescription=Breakpoint +instruction.bkpt.description=Breakpoint when debugging +instruction.bkpt.stackBefore= +instruction.bkpt.stackAfter= +instruction.bkpt.operands= +instruction.nop.shortDescription=No operation +instruction.nop.description=Does nothing +instruction.nop.stackBefore= +instruction.nop.stackAfter= +instruction.nop.operands= +instruction.throw.shortDescription=Throw exception +instruction.throw.description=Pops value off the stack and throws it +instruction.throw.stackBefore=value +instruction.throw.stackAfter= +instruction.throw.operands= +instruction.getsuper.shortDescription=Get parent class property +instruction.getsuper.description= +instruction.getsuper.stackBefore=obj, [ns], [name] +instruction.getsuper.stackAfter=value +instruction.getsuper.operands=parentClassMultiname +instruction.setsuper.shortDescription=Set parent class property +instruction.setsuper.description= +instruction.setsuper.stackBefore=obj, [ns], [name], value +instruction.setsuper.stackAfter= +instruction.setsuper.operands=parentClassMultiname +instruction.dxns.shortDescription=Set default XML namespace +instruction.dxns.description= +instruction.dxns.stackBefore= +instruction.dxns.stackAfter= +instruction.dxns.operands=uriString +instruction.dxnslate.shortDescription=Set default XML namespace at runtime +instruction.dxnslate.description= +instruction.dxnslate.stackBefore=uriValue +instruction.dxnslate.stackAfter= +instruction.dxnslate.operands= +instruction.kill.shortDescription=Kill local register +instruction.kill.description= +instruction.kill.stackBefore= +instruction.kill.stackAfter= +instruction.kill.operands=killedRegister +instruction.label.shortDescription=Target of a branch +instruction.label.description=Just a mark that this is target of following branch +instruction.label.stackBefore= +instruction.label.stackAfter= +instruction.label.operands= +instruction.lf32x4.shortDescription=Load 32bit float4 +instruction.lf32x4.description= +instruction.lf32x4.stackBefore=address +instruction.lf32x4.stackAfter=float4Value +instruction.lf32x4.operands= +instruction.sf32x4.shortDescription=Store 32bit float4 +instruction.sf32x4.description= +instruction.sf32x4.stackBefore=float4Value, address +instruction.sf32x4.stackAfter= +instruction.sf32x4.operands= +instruction.ifnlt.shortDescription=Branch if not lower than +instruction.ifnlt.description= +instruction.ifnlt.stackBefore=value1, value2 +instruction.ifnlt.stackAfter= +instruction.ifnlt.operands=branchTarget +instruction.ifnle.shortDescription=Branch if not lower or equal +instruction.ifnle.description= +instruction.ifnle.stackBefore=value1, value2 +instruction.ifnle.stackAfter= +instruction.ifnle.operands=branchTarget +instruction.ifngt.shortDescription=Branch if not greater than +instruction.ifngt.description= +instruction.ifngt.stackBefore=value1, value2 +instruction.ifngt.stackAfter= +instruction.ifngt.operands=branchTarget +instruction.ifnge.shortDescription=Branch if not greater ot equal +instruction.ifnge.description= +instruction.ifnge.stackBefore=value1, value2 +instruction.ifnge.stackAfter= +instruction.ifnge.operands=branchTarget +instruction.jump.shortDescription=Jump to location +instruction.jump.description= +instruction.jump.stackBefore= +instruction.jump.stackAfter= +instruction.jump.operands=location +instruction.iftrue.shortDescription=Branch if true +instruction.iftrue.description= +instruction.iftrue.stackBefore=value +instruction.iftrue.stackAfter= +instruction.iftrue.operands=branchTarget +instruction.iffalse.shortDescription=Branch if false +instruction.iffalse.description= +instruction.iffalse.stackBefore=value +instruction.iffalse.stackAfter= +instruction.iffalse.operands=branchTarget +instruction.ifeq.shortDescription=Branch if equal +instruction.ifeq.description= +instruction.ifeq.stackBefore=value1, value2 +instruction.ifeq.stackAfter= +instruction.ifeq.operands=branchTarget +instruction.ifne.shortDescription=Branch if not equal +instruction.ifne.description= +instruction.ifne.stackBefore=value1, value2 +instruction.ifne.stackAfter= +instruction.ifne.operands=branchTarget +instruction.iflt.shortDescription=Branch if lower than +instruction.iflt.description= +instruction.iflt.stackBefore=value1, value2 +instruction.iflt.stackAfter= +instruction.iflt.operands=branchTarget +instruction.ifle.shortDescription=Branch if lower or equal +instruction.ifle.description= +instruction.ifle.stackBefore=value1, value2 +instruction.ifle.stackAfter= +instruction.ifle.operands=branchTarget +instruction.ifgt.shortDescription=Branch if greater than +instruction.ifgt.description= +instruction.ifgt.stackBefore=value1, value2 +instruction.ifgt.stackAfter= +instruction.ifgt.operands=branchTarget +instruction.ifge.shortDescription=Branch if greater or equal +instruction.ifge.description= +instruction.ifge.stackBefore=value1, value2 +instruction.ifge.stackAfter= +instruction.ifge.operands=branchTarget +instruction.ifstricteq.shortDescription=Branch if strict equal +instruction.ifstricteq.description= +instruction.ifstricteq.stackBefore=value1, value2 +instruction.ifstricteq.stackAfter= +instruction.ifstricteq.operands=branchTarget +instruction.ifstrictne.shortDescription=Branch if not strict equal +instruction.ifstrictne.description= +instruction.ifstrictne.stackBefore=value1, value2 +instruction.ifstrictne.stackAfter= +instruction.ifstrictne.operands=branchTarget +instruction.lookupswitch.shortDescription=Branch based on index +instruction.lookupswitch.description= +instruction.lookupswitch.stackBefore=index +instruction.lookupswitch.stackAfter= +instruction.lookupswitch.operands=defaultTarget, caseCount, case0Target, case1Target, ... # special case for UI -instruction.lookupswitch.operands.ui = defaultTarget:labelName, [case0Target:labelName, case1Target:labelName, ...] - -instruction.pushwith.shortDescription = Push with onto scope stack -instruction.pushwith.description = -instruction.pushwith.stackBefore = withScope -instruction.pushwith.stackAfter = -instruction.pushwith.operands = - -instruction.popscope.shortDescription = Pop from scope stack and discard value -instruction.popscope.description = -instruction.popscope.stackBefore = -instruction.popscope.stackAfter = -instruction.popscope.operands = - -instruction.nextname.shortDescription = Get name of next property -instruction.nextname.description = -instruction.nextname.stackBefore = obj, index -instruction.nextname.stackAfter = name -instruction.nextname.operands = - -instruction.hasnext.shortDescription = Check if the object has more properties -instruction.hasnext.description = -instruction.hasnext.stackBefore = obj, currentIndex -instruction.hasnext.stackAfter = nextIndex -instruction.hasnext.operands = - -instruction.pushnull.shortDescription = Push null value on stack -instruction.pushnull.description = -instruction.pushnull.stackBefore = -instruction.pushnull.stackAfter = null -instruction.pushnull.operands = - -instruction.pushundefined.shortDescription = Push undefined value on stack -instruction.pushundefined.description = -instruction.pushundefined.stackBefore = -instruction.pushundefined.stackAfter = undefined -instruction.pushundefined.operands = - -instruction.pushfloat.shortDescription = Push float value on stack -instruction.pushfloat.description = -instruction.pushfloat.stackBefore = -instruction.pushfloat.stackAfter = floatValue -instruction.pushfloat.operands = float - -instruction.nextvalue.shortDescription = Get value of next property -instruction.nextvalue.description = -instruction.nextvalue.stackBefore = obj, index -instruction.nextvalue.stackAfter = value -instruction.nextvalue.operands = - -instruction.pushbyte.shortDescription = Push byte value on stack -instruction.pushbyte.description = -instruction.pushbyte.stackBefore = -instruction.pushbyte.stackAfter = byteValue -instruction.pushbyte.operands = value - -instruction.pushshort.shortDescription = Push short value on stack -instruction.pushshort.description = -instruction.pushshort.stackBefore = -instruction.pushshort.stackAfter = shortValue -instruction.pushshort.operands = value - -instruction.pushtrue.shortDescription = Push true on stack -instruction.pushtrue.description = -instruction.pushtrue.stackBefore = -instruction.pushtrue.stackAfter = true -instruction.pushtrue.operands = - -instruction.pushfalse.shortDescription = Push false on stack -instruction.pushfalse.description = -instruction.pushfalse.stackBefore = -instruction.pushfalse.stackAfter = false -instruction.pushfalse.operands = - -instruction.pushnan.shortDescription = Push NaN value on stack -instruction.pushnan.description = -instruction.pushnan.stackBefore = -instruction.pushnan.stackAfter = NaN -instruction.pushnan.operands = - -instruction.pop.shortDescription = Pop top value from stack -instruction.pop.description = -instruction.pop.stackBefore = value -instruction.pop.stackAfter = -instruction.pop.operands = - -instruction.dup.shortDescription = Duplicate value on stack -instruction.dup.description = -instruction.dup.stackBefore = value -instruction.dup.stackAfter = value, value -instruction.dup.operands = - -instruction.swap.shortDescription = Swap two values on top of the stack -instruction.swap.description = -instruction.swap.stackBefore = value1, value2 -instruction.swap.stackAfter = value2, value1 -instruction.swap.operands = - -instruction.pushstring.shortDescription = Push string value on the stack -instruction.pushstring.description = -instruction.pushstring.stackBefore = -instruction.pushstring.stackAfter = stringValue -instruction.pushstring.operands = value - -instruction.pushint.shortDescription = Push integer value on the stack -instruction.pushint.description = -instruction.pushint.stackBefore = -instruction.pushint.stackAfter = intValue -instruction.pushint.operands = value - -instruction.pushuint.shortDescription = Push unsigned integer value on the stack -instruction.pushuint.description = -instruction.pushuint.stackBefore = -instruction.pushuint.stackAfter = uintValue -instruction.pushuint.operands = value - -instruction.pushdouble.shortDescription = Push double precision value on the stack -instruction.pushdouble.description = -instruction.pushdouble.stackBefore = -instruction.pushdouble.stackAfter = doubleValue -instruction.pushdouble.operands = value - -instruction.pushscope.shortDescription = Push object on the scope stack -instruction.pushscope.description = -instruction.pushscope.stackBefore = obj -instruction.pushscope.stackAfter = -instruction.pushscope.operands = - -instruction.pushnamespace.shortDescription = Push namespace on the stack -instruction.pushnamespace.description = -instruction.pushnamespace.stackBefore = -instruction.pushnamespace.stackAfter = namespace -instruction.pushnamespace.operands = value - -instruction.hasnext2.shortDescription = Check if the object has more properties (register based) -instruction.hasnext2.description = -instruction.hasnext2.stackBefore = -instruction.hasnext2.stackAfter = boolValue -instruction.hasnext2.operands = objectReg, indexReg - -instruction.pushdecimal.shortDescription = Push decimal value on the stack -instruction.pushdecimal.description = -instruction.pushdecimal.stackBefore = -instruction.pushdecimal.stackAfter = decimalValue -instruction.pushdecimal.operands = value - -instruction.pushdnan.shortDescription = Push decimal NaN value on the stack -instruction.pushdnan.description = -instruction.pushdnan.stackBefore = -instruction.pushdnan.stackAfter = decimalNaN -instruction.pushdnan.operands = - -instruction.li8.shortDescription = Load 8bit integer value -instruction.li8.description = -instruction.li8.stackBefore = address -instruction.li8.stackAfter = int8Value -instruction.li8.operands = - -instruction.li16.shortDescription = Load 16bit integer value -instruction.li16.description = -instruction.li16.stackBefore = address -instruction.li16.stackAfter = int16Value -instruction.li16.operands = - -instruction.li32.shortDescription = Load 32bit integer value -instruction.li32.description = -instruction.li32.stackBefore = address -instruction.li32.stackAfter = int32Value -instruction.li32.operands = - -instruction.lf32.shortDescription = Load 32bit float value -instruction.lf32.description = -instruction.lf32.stackBefore = address -instruction.lf32.stackAfter = float32Value -instruction.lf32.operands = - -instruction.lf64.shortDescription = Load 64bit float value -instruction.lf64.description = -instruction.lf64.stackBefore = address -instruction.lf64.stackAfter = float64Value -instruction.lf64.operands = - -instruction.si8.shortDescription = Store 8bit integer value -instruction.si8.description = -instruction.si8.stackBefore = value, address -instruction.si8.stackAfter = -instruction.si8.operands = - -instruction.si16.shortDescription = Store 16bit integer value -instruction.si16.description = -instruction.si16.stackBefore = value, address -instruction.si16.stackAfter = -instruction.si16.operands = - -instruction.si32.shortDescription = Store 32bit integer value -instruction.si32.description = -instruction.si32.stackBefore = value, address -instruction.si32.stackAfter = -instruction.si32.operands = - -instruction.sf32.shortDescription = Store 32bit float value -instruction.sf32.description = -instruction.sf32.stackBefore = value, address -instruction.sf32.stackAfter = -instruction.sf32.operands = - -instruction.sf64.shortDescription = Store 64bit float value -instruction.sf64.description = -instruction.sf64.stackBefore = value, address -instruction.sf64.stackAfter = -instruction.sf64.operands = - -instruction.newfunction.shortDescription = Create new Function object -instruction.newfunction.description = -instruction.newfunction.stackBefore = -instruction.newfunction.stackAfter = function -instruction.newfunction.operands = method - -instruction.call.shortDescription = Call function on the stack -instruction.call.description = -instruction.call.stackBefore = function, this, arg1, ..., argN -instruction.call.stackAfter = value -instruction.call.operands = argCount - -instruction.construct.shortDescription = Call constructor function on the stack -instruction.construct.description = -instruction.construct.stackBefore = function, arg1, ..., argN -instruction.construct.stackAfter = value -instruction.construct.operands = argCount - -instruction.callmethod.shortDescription = Call method of object by dispatch id -instruction.callmethod.description = -instruction.callmethod.stackBefore = this, arg1, ..., argN -instruction.callmethod.stackAfter = value -instruction.callmethod.operands = method, argCount - -instruction.callstatic.shortDescription = Call method by method id in ABC file -instruction.callstatic.description = -instruction.callstatic.stackBefore = this, arg1, ..., argN -instruction.callstatic.stackAfter = value -instruction.callstatic.operands = method, argCount - -instruction.callsuper.shortDescription = Call method on parent class -instruction.callsuper.description = -instruction.callsuper.stackBefore = obj, [ns], [name], arg1, ..., argN -instruction.callsuper.stackAfter = value -instruction.callsuper.operands = methodName, argCount - -instruction.callproperty.shortDescription = Call property -instruction.callproperty.description = -instruction.callproperty.stackBefore = obj, [ns], [name], arg1, ..., argN -instruction.callproperty.stackAfter = value -instruction.callproperty.operands = property, argCount - -instruction.returnvoid.shortDescription = Return from a method -instruction.returnvoid.description = -instruction.returnvoid.stackBefore = -instruction.returnvoid.stackAfter = -instruction.returnvoid.operands = - -instruction.returnvalue.shortDescription = Return value from a method -instruction.returnvalue.description = -instruction.returnvalue.stackBefore = value -instruction.returnvalue.stackAfter = -instruction.returnvalue.operands = - -instruction.constructsuper.shortDescription = Call parent constructor of an object -instruction.constructsuper.description = -instruction.constructsuper.stackBefore = obj, arg1, ..., argN -instruction.constructsuper.stackAfter = -instruction.constructsuper.operands = argCount - -instruction.constructprop.shortDescription = Construct a property of an object -instruction.constructprop.description = -instruction.constructprop.stackBefore = obj, [ns], [name], arg1, ..., argN -instruction.constructprop.stackAfter = value -instruction.constructprop.operands = property, argCount - +instruction.lookupswitch.operands.ui=defaultTarget:labelName, [case0Target:labelName, case1Target:labelName, ...] +instruction.pushwith.shortDescription=Push with onto scope stack +instruction.pushwith.description= +instruction.pushwith.stackBefore=withScope +instruction.pushwith.stackAfter= +instruction.pushwith.operands= +instruction.popscope.shortDescription=Pop from scope stack and discard value +instruction.popscope.description= +instruction.popscope.stackBefore= +instruction.popscope.stackAfter= +instruction.popscope.operands= +instruction.nextname.shortDescription=Get name of next property +instruction.nextname.description= +instruction.nextname.stackBefore=obj, index +instruction.nextname.stackAfter=name +instruction.nextname.operands= +instruction.hasnext.shortDescription=Check if the object has more properties +instruction.hasnext.description= +instruction.hasnext.stackBefore=obj, currentIndex +instruction.hasnext.stackAfter=nextIndex +instruction.hasnext.operands= +instruction.pushnull.shortDescription=Push null value on stack +instruction.pushnull.description= +instruction.pushnull.stackBefore= +instruction.pushnull.stackAfter=null +instruction.pushnull.operands= +instruction.pushundefined.shortDescription=Push undefined value on stack +instruction.pushundefined.description= +instruction.pushundefined.stackBefore= +instruction.pushundefined.stackAfter=undefined +instruction.pushundefined.operands= +instruction.pushfloat.shortDescription=Push float value on stack +instruction.pushfloat.description= +instruction.pushfloat.stackBefore= +instruction.pushfloat.stackAfter=floatValue +instruction.pushfloat.operands=float +instruction.nextvalue.shortDescription=Get value of next property +instruction.nextvalue.description= +instruction.nextvalue.stackBefore=obj, index +instruction.nextvalue.stackAfter=value +instruction.nextvalue.operands= +instruction.pushbyte.shortDescription=Push byte value on stack +instruction.pushbyte.description= +instruction.pushbyte.stackBefore= +instruction.pushbyte.stackAfter=byteValue +instruction.pushbyte.operands=value +instruction.pushshort.shortDescription=Push short value on stack +instruction.pushshort.description= +instruction.pushshort.stackBefore= +instruction.pushshort.stackAfter=shortValue +instruction.pushshort.operands=value +instruction.pushtrue.shortDescription=Push true on stack +instruction.pushtrue.description= +instruction.pushtrue.stackBefore= +instruction.pushtrue.stackAfter=true +instruction.pushtrue.operands= +instruction.pushfalse.shortDescription=Push false on stack +instruction.pushfalse.description= +instruction.pushfalse.stackBefore= +instruction.pushfalse.stackAfter=false +instruction.pushfalse.operands= +instruction.pushnan.shortDescription=Push NaN value on stack +instruction.pushnan.description= +instruction.pushnan.stackBefore= +instruction.pushnan.stackAfter=NaN +instruction.pushnan.operands= +instruction.pop.shortDescription=Pop top value from stack +instruction.pop.description= +instruction.pop.stackBefore=value +instruction.pop.stackAfter= +instruction.pop.operands= +instruction.dup.shortDescription=Duplicate value on stack +instruction.dup.description= +instruction.dup.stackBefore=value +instruction.dup.stackAfter=value, value +instruction.dup.operands= +instruction.swap.shortDescription=Swap two values on top of the stack +instruction.swap.description= +instruction.swap.stackBefore=value1, value2 +instruction.swap.stackAfter=value2, value1 +instruction.swap.operands= +instruction.pushstring.shortDescription=Push string value on the stack +instruction.pushstring.description= +instruction.pushstring.stackBefore= +instruction.pushstring.stackAfter=stringValue +instruction.pushstring.operands=value +instruction.pushint.shortDescription=Push integer value on the stack +instruction.pushint.description= +instruction.pushint.stackBefore= +instruction.pushint.stackAfter=intValue +instruction.pushint.operands=value +instruction.pushuint.shortDescription=Push unsigned integer value on the stack +instruction.pushuint.description= +instruction.pushuint.stackBefore= +instruction.pushuint.stackAfter=uintValue +instruction.pushuint.operands=value +instruction.pushdouble.shortDescription=Push double precision value on the stack +instruction.pushdouble.description= +instruction.pushdouble.stackBefore= +instruction.pushdouble.stackAfter=doubleValue +instruction.pushdouble.operands=value +instruction.pushscope.shortDescription=Push object on the scope stack +instruction.pushscope.description= +instruction.pushscope.stackBefore=obj +instruction.pushscope.stackAfter= +instruction.pushscope.operands= +instruction.pushnamespace.shortDescription=Push namespace on the stack +instruction.pushnamespace.description= +instruction.pushnamespace.stackBefore= +instruction.pushnamespace.stackAfter=namespace +instruction.pushnamespace.operands=value +instruction.hasnext2.shortDescription=Check if the object has more properties (register based) +instruction.hasnext2.description= +instruction.hasnext2.stackBefore= +instruction.hasnext2.stackAfter=boolValue +instruction.hasnext2.operands=objectReg, indexReg +instruction.pushdecimal.shortDescription=Push decimal value on the stack +instruction.pushdecimal.description= +instruction.pushdecimal.stackBefore= +instruction.pushdecimal.stackAfter=decimalValue +instruction.pushdecimal.operands=value +instruction.pushdnan.shortDescription=Push decimal NaN value on the stack +instruction.pushdnan.description= +instruction.pushdnan.stackBefore= +instruction.pushdnan.stackAfter=decimalNaN +instruction.pushdnan.operands= +instruction.li8.shortDescription=Load 8bit integer value +instruction.li8.description= +instruction.li8.stackBefore=address +instruction.li8.stackAfter=int8Value +instruction.li8.operands= +instruction.li16.shortDescription=Load 16bit integer value +instruction.li16.description= +instruction.li16.stackBefore=address +instruction.li16.stackAfter=int16Value +instruction.li16.operands= +instruction.li32.shortDescription=Load 32bit integer value +instruction.li32.description= +instruction.li32.stackBefore=address +instruction.li32.stackAfter=int32Value +instruction.li32.operands= +instruction.lf32.shortDescription=Load 32bit float value +instruction.lf32.description= +instruction.lf32.stackBefore=address +instruction.lf32.stackAfter=float32Value +instruction.lf32.operands= +instruction.lf64.shortDescription=Load 64bit float value +instruction.lf64.description= +instruction.lf64.stackBefore=address +instruction.lf64.stackAfter=float64Value +instruction.lf64.operands= +instruction.si8.shortDescription=Store 8bit integer value +instruction.si8.description= +instruction.si8.stackBefore=value, address +instruction.si8.stackAfter= +instruction.si8.operands= +instruction.si16.shortDescription=Store 16bit integer value +instruction.si16.description= +instruction.si16.stackBefore=value, address +instruction.si16.stackAfter= +instruction.si16.operands= +instruction.si32.shortDescription=Store 32bit integer value +instruction.si32.description= +instruction.si32.stackBefore=value, address +instruction.si32.stackAfter= +instruction.si32.operands= +instruction.sf32.shortDescription=Store 32bit float value +instruction.sf32.description= +instruction.sf32.stackBefore=value, address +instruction.sf32.stackAfter= +instruction.sf32.operands= +instruction.sf64.shortDescription=Store 64bit float value +instruction.sf64.description= +instruction.sf64.stackBefore=value, address +instruction.sf64.stackAfter= +instruction.sf64.operands= +instruction.newfunction.shortDescription=Create new Function object +instruction.newfunction.description= +instruction.newfunction.stackBefore= +instruction.newfunction.stackAfter=function +instruction.newfunction.operands=method +instruction.call.shortDescription=Call function on the stack +instruction.call.description= +instruction.call.stackBefore=function, this, arg1, ..., argN +instruction.call.stackAfter=value +instruction.call.operands=argCount +instruction.construct.shortDescription=Call constructor function on the stack +instruction.construct.description= +instruction.construct.stackBefore=function, arg1, ..., argN +instruction.construct.stackAfter=value +instruction.construct.operands=argCount +instruction.callmethod.shortDescription=Call method of object by dispatch id +instruction.callmethod.description= +instruction.callmethod.stackBefore=this, arg1, ..., argN +instruction.callmethod.stackAfter=value +instruction.callmethod.operands=method, argCount +instruction.callstatic.shortDescription=Call method by method id in ABC file +instruction.callstatic.description= +instruction.callstatic.stackBefore=this, arg1, ..., argN +instruction.callstatic.stackAfter=value +instruction.callstatic.operands=method, argCount +instruction.callsuper.shortDescription=Call method on parent class +instruction.callsuper.description= +instruction.callsuper.stackBefore=obj, [ns], [name], arg1, ..., argN +instruction.callsuper.stackAfter=value +instruction.callsuper.operands=methodName, argCount +instruction.callproperty.shortDescription=Call property +instruction.callproperty.description= +instruction.callproperty.stackBefore=obj, [ns], [name], arg1, ..., argN +instruction.callproperty.stackAfter=value +instruction.callproperty.operands=property, argCount +instruction.returnvoid.shortDescription=Return from a method +instruction.returnvoid.description= +instruction.returnvoid.stackBefore= +instruction.returnvoid.stackAfter= +instruction.returnvoid.operands= +instruction.returnvalue.shortDescription=Return value from a method +instruction.returnvalue.description= +instruction.returnvalue.stackBefore=value +instruction.returnvalue.stackAfter= +instruction.returnvalue.operands= +instruction.constructsuper.shortDescription=Call parent constructor of an object +instruction.constructsuper.description= +instruction.constructsuper.stackBefore=obj, arg1, ..., argN +instruction.constructsuper.stackAfter= +instruction.constructsuper.operands=argCount +instruction.constructprop.shortDescription=Construct a property of an object +instruction.constructprop.description= +instruction.constructprop.stackBefore=obj, [ns], [name], arg1, ..., argN +instruction.constructprop.stackAfter=value +instruction.constructprop.operands=property, argCount #Undocumented: -instruction.callsuperid.shortDescription = Call super id -instruction.callsuperid.description = +instruction.callsuperid.shortDescription=Call super id +instruction.callsuperid.description= #instruction.callsuperid.stackBefore = #instruction.callsuperid.stackAfter = #instruction.callsuperid.operands = - -instruction.callproplex.shortDescription = Call property with null as this -instruction.callproplex.description = -instruction.callproplex.stackBefore = obj, [ns], [name], arg1, ..., argN -instruction.callproplex.stackAfter = value -instruction.callproplex.operands = property, argCount - +instruction.callproplex.shortDescription=Call property with null as this +instruction.callproplex.description= +instruction.callproplex.stackBefore=obj, [ns], [name], arg1, ..., argN +instruction.callproplex.stackAfter=value +instruction.callproplex.operands=property, argCount #Undocumented: -instruction.callinterface.shortDescription = Call interface -instruction.callinterface.description = +instruction.callinterface.shortDescription=Call interface +instruction.callinterface.description= #instruction.callinterface.stackBefore = #instruction.callinterface.stackAfter = -instruction.callinterface.operands = interface, argCount - - -instruction.callsupervoid.shortDescription = Call method on parent class, discard return value -instruction.callsupervoid.description = -instruction.callsupervoid.stackBefore = obj, [ns], [name], arg1, ..., argN -instruction.callsupervoid.stackAfter = -instruction.callsupervoid.operands = methodName, argCount - - -instruction.callpropvoid.shortDescription = Call property, discard return value -instruction.callpropvoid.description = -instruction.callpropvoid.stackBefore = obj, [ns], [name], arg1, ..., argN -instruction.callpropvoid.stackAfter = -instruction.callpropvoid.operands = property, argCount - -instruction.sxi1.shortDescription = Sign extend 1bit value to 32bits -instruction.sxi1.description = -instruction.sxi1.stackBefore = value -instruction.sxi1.stackAfter = valueExtended -instruction.sxi1.operands = - -instruction.sxi8.shortDescription = Sign extend 8bit value to 32bits -instruction.sxi8.description = -instruction.sxi8.stackBefore = value -instruction.sxi8.stackAfter = valueExtended -instruction.sxi8.operands = - -instruction.sxi16.shortDescription = Sign extend 16bit value to 32bits -instruction.sxi16.description = -instruction.sxi16.stackBefore = value -instruction.sxi16.stackAfter = valueExtended -instruction.sxi16.operands = - -instruction.applytype.shortDescription = Apply type parameters -instruction.applytype.description = Apply parameter types to base type. For example when Vector is resolved at runtime. String is parameter, Vector is baseclass. -instruction.applytype.stackBefore = baseType, typeParam1, ..., typeParamN -instruction.applytype.stackAfter = baseType -instruction.applytype.operands = typeParamCount - -instruction.pushfloat4.shortDescription = Push float4 value on the stack -instruction.pushfloat4.description = -instruction.pushfloat4.stackBefore = -instruction.pushfloat4.stackAfter = float4Value -instruction.pushfloat4.operands = float4 - -instruction.newobject.shortDescription = Creates new object -instruction.newobject.description = -instruction.newobject.stackBefore = name1, value1, name2, value2, ..., nameN, valueN -instruction.newobject.stackAfter = newObject -instruction.newobject.operands = propertyCount - -instruction.newarray.shortDescription = Creates new array -instruction.newarray.description = -instruction.newarray.stackBefore = value1, value2, ..., valueN -instruction.newarray.stackAfter = newArray -instruction.newarray.operands = valueCount - -instruction.newactivation.shortDescription = Creates new activation object -instruction.newactivation.description = -instruction.newactivation.stackBefore = -instruction.newactivation.stackAfter = newActivation -instruction.newactivation.operands = - -instruction.newclass.shortDescription = Creates new class -instruction.newclass.description = -instruction.newclass.stackBefore = baseType -instruction.newclass.stackAfter = newClass -instruction.newclass.operands = class - -instruction.getdescendants.shortDescription = Get descendants -instruction.getdescendants.description = -instruction.getdescendants.stackBefore = obj, [ns], [name] -instruction.getdescendants.stackAfter = value -instruction.getdescendants.operands = operand1 - -instruction.newcatch.shortDescription = Create new catch scope -instruction.newcatch.description = -instruction.newcatch.stackBefore = -instruction.newcatch.stackAfter = catchScope -instruction.newcatch.operands = exception - +instruction.callinterface.operands=interface, argCount +instruction.callsupervoid.shortDescription=Call method on parent class, discard return value +instruction.callsupervoid.description= +instruction.callsupervoid.stackBefore=obj, [ns], [name], arg1, ..., argN +instruction.callsupervoid.stackAfter= +instruction.callsupervoid.operands=methodName, argCount +instruction.callpropvoid.shortDescription=Call property, discard return value +instruction.callpropvoid.description= +instruction.callpropvoid.stackBefore=obj, [ns], [name], arg1, ..., argN +instruction.callpropvoid.stackAfter= +instruction.callpropvoid.operands=property, argCount +instruction.sxi1.shortDescription=Sign extend 1bit value to 32bits +instruction.sxi1.description= +instruction.sxi1.stackBefore=value +instruction.sxi1.stackAfter=valueExtended +instruction.sxi1.operands= +instruction.sxi8.shortDescription=Sign extend 8bit value to 32bits +instruction.sxi8.description= +instruction.sxi8.stackBefore=value +instruction.sxi8.stackAfter=valueExtended +instruction.sxi8.operands= +instruction.sxi16.shortDescription=Sign extend 16bit value to 32bits +instruction.sxi16.description= +instruction.sxi16.stackBefore=value +instruction.sxi16.stackAfter=valueExtended +instruction.sxi16.operands= +instruction.applytype.shortDescription=Apply type parameters +instruction.applytype.description=Apply parameter types to base type. For example when Vector is resolved at runtime. String is parameter, Vector is baseclass. +instruction.applytype.stackBefore=baseType, typeParam1, ..., typeParamN +instruction.applytype.stackAfter=baseType +instruction.applytype.operands=typeParamCount +instruction.pushfloat4.shortDescription=Push float4 value on the stack +instruction.pushfloat4.description= +instruction.pushfloat4.stackBefore= +instruction.pushfloat4.stackAfter=float4Value +instruction.pushfloat4.operands=float4 +instruction.newobject.shortDescription=Creates new object +instruction.newobject.description= +instruction.newobject.stackBefore=name1, value1, name2, value2, ..., nameN, valueN +instruction.newobject.stackAfter=newObject +instruction.newobject.operands=propertyCount +instruction.newarray.shortDescription=Creates new array +instruction.newarray.description= +instruction.newarray.stackBefore=value1, value2, ..., valueN +instruction.newarray.stackAfter=newArray +instruction.newarray.operands=valueCount +instruction.newactivation.shortDescription=Creates new activation object +instruction.newactivation.description= +instruction.newactivation.stackBefore= +instruction.newactivation.stackAfter=newActivation +instruction.newactivation.operands= +instruction.newclass.shortDescription=Creates new class +instruction.newclass.description= +instruction.newclass.stackBefore=baseType +instruction.newclass.stackAfter=newClass +instruction.newclass.operands=class +instruction.getdescendants.shortDescription=Get descendants +instruction.getdescendants.description= +instruction.getdescendants.stackBefore=obj, [ns], [name] +instruction.getdescendants.stackAfter=value +instruction.getdescendants.operands=operand1 +instruction.newcatch.shortDescription=Create new catch scope +instruction.newcatch.description= +instruction.newcatch.stackBefore= +instruction.newcatch.stackAfter=catchScope +instruction.newcatch.operands=exception #Undocumented: -instruction.deldescendants.shortDescription = Delete descendants -instruction.deldescendants.description = +instruction.deldescendants.shortDescription=Delete descendants +instruction.deldescendants.description= #instruction.deldescendants.stackBefore = #instruction.deldescendants.stackAfter = -instruction.deldescendants.operands = multinameIndex - +instruction.deldescendants.operands=multinameIndex #Undocumented: -instruction.findpropglobal.shortDescription = Search property in global scope -instruction.findpropglobal.description = -instruction.findpropglobal.stackBefore = [ns], [name] -instruction.findpropglobal.stackAfter = obj -instruction.findpropglobal.operands = property - -instruction.findpropstrict.shortDescription = Search property in scope stack, error when not found -instruction.findpropstrict.description = -instruction.findpropstrict.stackBefore = [ns], [name] -instruction.findpropstrict.stackAfter = obj -instruction.findpropstrict.operands = property - -instruction.findproperty.shortDescription = Search property in scope stack, top object when not found -instruction.findproperty.description = -instruction.findproperty.stackBefore = [ns], [name] -instruction.findproperty.stackAfter = obj -instruction.findproperty.operands = property - +instruction.findpropglobal.shortDescription=Search property in global scope +instruction.findpropglobal.description= +instruction.findpropglobal.stackBefore=[ns], [name] +instruction.findpropglobal.stackAfter=obj +instruction.findpropglobal.operands=property +instruction.findpropstrict.shortDescription=Search property in scope stack, error when not found +instruction.findpropstrict.description= +instruction.findpropstrict.stackBefore=[ns], [name] +instruction.findpropstrict.stackAfter=obj +instruction.findpropstrict.operands=property +instruction.findproperty.shortDescription=Search property in scope stack, top object when not found +instruction.findproperty.description= +instruction.findproperty.stackBefore=[ns], [name] +instruction.findproperty.stackAfter=obj +instruction.findproperty.operands=property #Undocumented: -instruction.finddef.shortDescription = Search script level definition -instruction.finddef.description = -instruction.finddef.stackBefore = [ns], [name] -instruction.finddef.stackAfter = obj -instruction.finddef.operands = property - -instruction.getlex.shortDescription = Find and get property -instruction.getlex.description = -instruction.getlex.stackBefore = -instruction.getlex.stackAfter = obj -instruction.getlex.operands = property - -instruction.setproperty.shortDescription = Set property -instruction.setproperty.description = -instruction.setproperty.stackBefore = obj, [ns], [name], value -instruction.setproperty.stackAfter = -instruction.setproperty.operands = property - -instruction.getlocal.shortDescription = Get local register value -instruction.getlocal.description = -instruction.getlocal.stackBefore = -instruction.getlocal.stackAfter = value -instruction.getlocal.operands = localRegIndex - -instruction.setlocal.shortDescription = Set local register value -instruction.setlocal.description = -instruction.setlocal.stackBefore = value -instruction.setlocal.stackAfter = -instruction.setlocal.operands = localRegIndex - -instruction.getglobalscope.shortDescription = Get global scope -instruction.getglobalscope.description = -instruction.getglobalscope.stackBefore = -instruction.getglobalscope.stackAfter = obj -instruction.getglobalscope.operands = - -instruction.getscopeobject.shortDescription = Get scope object from local scope stack -instruction.getscopeobject.description = -instruction.getscopeobject.stackBefore = -instruction.getscopeobject.stackAfter = obj -instruction.getscopeobject.operands = scopeIndex - -instruction.getproperty.shortDescription = Get property -instruction.getproperty.description = -instruction.getproperty.stackBefore = obj, [ns], [name] -instruction.getproperty.stackAfter = value -instruction.getproperty.operands = property - -instruction.getouterscope.shortDescription = Get scope object from outer scope stack -instruction.getouterscope.description = -instruction.getouterscope.stackBefore = -instruction.getouterscope.stackAfter = obj -instruction.getouterscope.operands = scopeIndex - -instruction.initproperty.shortDescription = Initialize property -instruction.initproperty.description = -instruction.initproperty.stackBefore = obj, [ns], [name], value -instruction.initproperty.stackAfter = -instruction.initproperty.operands = property - +instruction.finddef.shortDescription=Search script level definition +instruction.finddef.description= +instruction.finddef.stackBefore=[ns], [name] +instruction.finddef.stackAfter=obj +instruction.finddef.operands=property +instruction.getlex.shortDescription=Find and get property +instruction.getlex.description= +instruction.getlex.stackBefore= +instruction.getlex.stackAfter=obj +instruction.getlex.operands=property +instruction.setproperty.shortDescription=Set property +instruction.setproperty.description= +instruction.setproperty.stackBefore=obj, [ns], [name], value +instruction.setproperty.stackAfter= +instruction.setproperty.operands=property +instruction.getlocal.shortDescription=Get local register value +instruction.getlocal.description= +instruction.getlocal.stackBefore= +instruction.getlocal.stackAfter=value +instruction.getlocal.operands=localRegIndex +instruction.setlocal.shortDescription=Set local register value +instruction.setlocal.description= +instruction.setlocal.stackBefore=value +instruction.setlocal.stackAfter= +instruction.setlocal.operands=localRegIndex +instruction.getglobalscope.shortDescription=Get global scope +instruction.getglobalscope.description= +instruction.getglobalscope.stackBefore= +instruction.getglobalscope.stackAfter=obj +instruction.getglobalscope.operands= +instruction.getscopeobject.shortDescription=Get scope object from local scope stack +instruction.getscopeobject.description= +instruction.getscopeobject.stackBefore= +instruction.getscopeobject.stackAfter=obj +instruction.getscopeobject.operands=scopeIndex +instruction.getproperty.shortDescription=Get property +instruction.getproperty.description= +instruction.getproperty.stackBefore=obj, [ns], [name] +instruction.getproperty.stackAfter=value +instruction.getproperty.operands=property +instruction.getouterscope.shortDescription=Get scope object from outer scope stack +instruction.getouterscope.description= +instruction.getouterscope.stackBefore= +instruction.getouterscope.stackAfter=obj +instruction.getouterscope.operands=scopeIndex +instruction.initproperty.shortDescription=Initialize property +instruction.initproperty.description= +instruction.initproperty.stackBefore=obj, [ns], [name], value +instruction.initproperty.stackAfter= +instruction.initproperty.operands=property #Undocumented: -instruction.setpropertylate.shortDescription = Set property (stack based) -instruction.setpropertylate.description = +instruction.setpropertylate.shortDescription=Set property (stack based) +instruction.setpropertylate.description= #instruction.setpropertylate.stackBefore = #instruction.setpropertylate.stackAfter = #instruction.setpropertylate.operands = - -instruction.deleteproperty.shortDescription = Delete property -instruction.deleteproperty.description = -instruction.deleteproperty.stackBefore = obj, [ns], [name] -instruction.deleteproperty.stackAfter = boolResult -instruction.deleteproperty.operands = property - +instruction.deleteproperty.shortDescription=Delete property +instruction.deleteproperty.description= +instruction.deleteproperty.stackBefore=obj, [ns], [name] +instruction.deleteproperty.stackAfter=boolResult +instruction.deleteproperty.operands=property #Undocumented: -instruction.deletepropertylate.shortDescription = Delete property (stack based) -instruction.deletepropertylate.description = +instruction.deletepropertylate.shortDescription=Delete property (stack based) +instruction.deletepropertylate.description= #instruction.deletepropertylate.stackBefore = #instruction.deletepropertylate.stackAfter = -instruction.deletepropertylate.operands = - -instruction.getslot.shortDescription = Get value of a slot -instruction.getslot.description = -instruction.getslot.stackBefore = obj -instruction.getslot.stackAfter = value -instruction.getslot.operands = slotIndex - -instruction.setslot.shortDescription = Set value of a slot -instruction.setslot.description = -instruction.setslot.stackBefore = obj, value -instruction.setslot.stackAfter = -instruction.setslot.operands = slotIndex - -instruction.getglobalslot.shortDescription = Get value of slot on global scope -instruction.getglobalslot.description = -instruction.getglobalslot.stackBefore = -instruction.getglobalslot.stackAfter = value -instruction.getglobalslot.operands = slotIndex - -instruction.setglobalslot.shortDescription = Set value of slot on global scope -instruction.setglobalslot.description = -instruction.setglobalslot.stackBefore = value -instruction.setglobalslot.stackAfter = -instruction.setglobalslot.operands = slotIndex - -instruction.convert_s.shortDescription = Convert value to string -instruction.convert_s.description = -instruction.convert_s.stackBefore = value -instruction.convert_s.stackAfter = stringValue -instruction.convert_s.operands = - -instruction.esc_xelem.shortDescription = Escape XML element -instruction.esc_xelem.description = -instruction.esc_xelem.stackBefore = value -instruction.esc_xelem.stackAfter = stringValue -instruction.esc_xelem.operands = - -instruction.esc_xattr.shortDescription = Escape XML attribute -instruction.esc_xattr.description = -instruction.esc_xattr.stackBefore = value -instruction.esc_xattr.stackAfter = stringValue -instruction.esc_xattr.operands = - -instruction.convert_i.shortDescription = Convert value to integer -instruction.convert_i.description = -instruction.convert_i.stackBefore = value -instruction.convert_i.stackAfter = intValue -instruction.convert_i.operands = - -instruction.convert_u.shortDescription = Convert value to unsigned integer -instruction.convert_u.description = -instruction.convert_u.stackBefore = value -instruction.convert_u.stackAfter = uintValue -instruction.convert_u.operands = - -instruction.convert_d.shortDescription = Convert value to double -instruction.convert_d.description = -instruction.convert_d.stackBefore = value -instruction.convert_d.stackAfter = doubleValue -instruction.convert_d.operands = - -instruction.convert_b.shortDescription = Convert value to boolean -instruction.convert_b.description = -instruction.convert_b.stackBefore = value -instruction.convert_b.stackAfter = booleanValue -instruction.convert_b.operands = - -instruction.convert_o.shortDescription = Convert value to Object -instruction.convert_o.description = -instruction.convert_o.stackBefore = value -instruction.convert_o.stackAfter = value -instruction.convert_o.operands = - -instruction.checkfilter.shortDescription = Check that object can have filter operation applied -instruction.checkfilter.description = -instruction.checkfilter.stackBefore = value -instruction.checkfilter.stackAfter = value -instruction.checkfilter.operands = - -instruction.convert_m.shortDescription = Convert value to decimal -instruction.convert_m.description = -instruction.convert_m.stackBefore = value -instruction.convert_m.stackAfter = decimalValue -instruction.convert_m.operands = - -instruction.convert_m_p.shortDescription = Convert value to decimal with number context -instruction.convert_m_p.description = -instruction.convert_m_p.stackBefore = value -instruction.convert_m_p.stackAfter = decimalValue -instruction.convert_m_p.operands = numberContext - -instruction.convert_f.shortDescription = Convert value to float -instruction.convert_f.description = -instruction.convert_f.stackBefore = value -instruction.convert_f.stackAfter = floatValue -instruction.convert_f.operands = - -instruction.convert_f4.shortDescription = Convert value to float4 -instruction.convert_f4.description = -instruction.convert_f4.stackBefore = value -instruction.convert_f4.stackAfter = float4Value -instruction.convert_f4.operands = - -instruction.coerce.shortDescription = Coerce value to specified type -instruction.coerce.description = -instruction.coerce.stackBefore = value -instruction.coerce.stackAfter = coercedValue -instruction.coerce.operands = type - -instruction.coerce_b.shortDescription = Coerce value to boolean -instruction.coerce_b.description = -instruction.coerce_b.stackBefore = value -instruction.coerce_b.stackAfter = booleanValue -instruction.coerce_b.operands = -instruction.coerce_b.deprecated = Use convert_b instead - -instruction.coerce_a.shortDescription = Coerce value to any type -instruction.coerce_a.description = -instruction.coerce_a.stackBefore = value -instruction.coerce_a.stackAfter = value -instruction.coerce_a.operands = - -instruction.coerce_i.shortDescription = Coerce value to integer -instruction.coerce_i.description = -instruction.coerce_i.stackBefore = value -instruction.coerce_i.stackAfter = intValue -instruction.coerce_i.operands = -instruction.coerce_i.deprecated = Use convert_i instead - -instruction.coerce_d.shortDescription = Coerce value to double -instruction.coerce_d.description = -instruction.coerce_d.stackBefore = value -instruction.coerce_d.stackAfter = doubleValue -instruction.coerce_d.operands = -instruction.coerce_d.deprecated = Use convert_d instead - -instruction.coerce_s.shortDescription = Coerce value to string -instruction.coerce_s.description = -instruction.coerce_s.stackBefore = value -instruction.coerce_s.stackAfter = stringValue -instruction.coerce_s.operands = - -instruction.astype.shortDescription = Return same value or null if not specified type -instruction.astype.description = -instruction.astype.stackBefore = value -instruction.astype.stackAfter = value -instruction.astype.operands = type - -instruction.astypelate.shortDescription = Return same value or null if not specified type (stack based) -instruction.astypelate.description = -instruction.astypelate.stackBefore = value, type -instruction.astypelate.stackAfter = value -instruction.astypelate.operands = - -instruction.coerce_u.shortDescription = Coerce value to unsigned integer -instruction.coerce_u.description = -instruction.coerce_u.stackBefore = value -instruction.coerce_u.stackAfter = uintValue -instruction.coerce_u.operands = - -instruction.coerce_o.shortDescription = Coerce value to Object -instruction.coerce_o.description = -instruction.coerce_o.stackBefore = value -instruction.coerce_o.stackAfter = value -instruction.coerce_o.operands = - -instruction.negate_p.shortDescription = Negate value using number context -instruction.negate_p.description = -instruction.negate_p.stackBefore = value -instruction.negate_p.stackAfter = -value -instruction.negate_p.operands = numberContext - -instruction.negate.shortDescription = Negate value -instruction.negate.description = -instruction.negate.stackBefore = value -instruction.negate.stackAfter = -value -instruction.negate.operands = - -instruction.increment.shortDescription = Increment value -instruction.increment.description = -instruction.increment.stackBefore = value -instruction.increment.stackAfter = incrementedValue -instruction.increment.operands = - -instruction.inclocal.shortDescription = Increment local register -instruction.inclocal.description = -instruction.inclocal.stackBefore = -instruction.inclocal.stackAfter = -instruction.inclocal.operands = localRegister - -instruction.decrement.shortDescription = Decrement value -instruction.decrement.description = -instruction.decrement.stackBefore = value -instruction.decrement.stackAfter = decrementedValue -instruction.decrement.operands = - -instruction.declocal.shortDescription = Decrement local register -instruction.declocal.description = -instruction.declocal.stackBefore = -instruction.declocal.stackAfter = -instruction.declocal.operands = localRegister - -instruction.typeof.shortDescription = Get name of value type -instruction.typeof.description = -instruction.typeof.stackBefore = value -instruction.typeof.stackAfter = typeName -instruction.typeof.operands = - -instruction.not.shortDescription = Boolean negate -instruction.not.description = -instruction.not.stackBefore = value -instruction.not.stackAfter = !value -instruction.not.operands = - -instruction.bitnot.shortDescription = Bitwise negate -instruction.bitnot.description = -instruction.bitnot.stackBefore = value -instruction.bitnot.stackAfter = ~value -instruction.bitnot.operands = - +instruction.deletepropertylate.operands= +instruction.getslot.shortDescription=Get value of a slot +instruction.getslot.description= +instruction.getslot.stackBefore=obj +instruction.getslot.stackAfter=value +instruction.getslot.operands=slotIndex +instruction.setslot.shortDescription=Set value of a slot +instruction.setslot.description= +instruction.setslot.stackBefore=obj, value +instruction.setslot.stackAfter= +instruction.setslot.operands=slotIndex +instruction.getglobalslot.shortDescription=Get value of slot on global scope +instruction.getglobalslot.description= +instruction.getglobalslot.stackBefore= +instruction.getglobalslot.stackAfter=value +instruction.getglobalslot.operands=slotIndex +instruction.setglobalslot.shortDescription=Set value of slot on global scope +instruction.setglobalslot.description= +instruction.setglobalslot.stackBefore=value +instruction.setglobalslot.stackAfter= +instruction.setglobalslot.operands=slotIndex +instruction.convert_s.shortDescription=Convert value to string +instruction.convert_s.description= +instruction.convert_s.stackBefore=value +instruction.convert_s.stackAfter=stringValue +instruction.convert_s.operands= +instruction.esc_xelem.shortDescription=Escape XML element +instruction.esc_xelem.description= +instruction.esc_xelem.stackBefore=value +instruction.esc_xelem.stackAfter=stringValue +instruction.esc_xelem.operands= +instruction.esc_xattr.shortDescription=Escape XML attribute +instruction.esc_xattr.description= +instruction.esc_xattr.stackBefore=value +instruction.esc_xattr.stackAfter=stringValue +instruction.esc_xattr.operands= +instruction.convert_i.shortDescription=Convert value to integer +instruction.convert_i.description= +instruction.convert_i.stackBefore=value +instruction.convert_i.stackAfter=intValue +instruction.convert_i.operands= +instruction.convert_u.shortDescription=Convert value to unsigned integer +instruction.convert_u.description= +instruction.convert_u.stackBefore=value +instruction.convert_u.stackAfter=uintValue +instruction.convert_u.operands= +instruction.convert_d.shortDescription=Convert value to double +instruction.convert_d.description= +instruction.convert_d.stackBefore=value +instruction.convert_d.stackAfter=doubleValue +instruction.convert_d.operands= +instruction.convert_b.shortDescription=Convert value to boolean +instruction.convert_b.description= +instruction.convert_b.stackBefore=value +instruction.convert_b.stackAfter=booleanValue +instruction.convert_b.operands= +instruction.convert_o.shortDescription=Convert value to Object +instruction.convert_o.description= +instruction.convert_o.stackBefore=value +instruction.convert_o.stackAfter=value +instruction.convert_o.operands= +instruction.checkfilter.shortDescription=Check that object can have filter operation applied +instruction.checkfilter.description= +instruction.checkfilter.stackBefore=value +instruction.checkfilter.stackAfter=value +instruction.checkfilter.operands= +instruction.convert_m.shortDescription=Convert value to decimal +instruction.convert_m.description= +instruction.convert_m.stackBefore=value +instruction.convert_m.stackAfter=decimalValue +instruction.convert_m.operands= +instruction.convert_m_p.shortDescription=Convert value to decimal with number context +instruction.convert_m_p.description= +instruction.convert_m_p.stackBefore=value +instruction.convert_m_p.stackAfter=decimalValue +instruction.convert_m_p.operands=numberContext +instruction.convert_f.shortDescription=Convert value to float +instruction.convert_f.description= +instruction.convert_f.stackBefore=value +instruction.convert_f.stackAfter=floatValue +instruction.convert_f.operands= +instruction.convert_f4.shortDescription=Convert value to float4 +instruction.convert_f4.description= +instruction.convert_f4.stackBefore=value +instruction.convert_f4.stackAfter=float4Value +instruction.convert_f4.operands= +instruction.coerce.shortDescription=Coerce value to specified type +instruction.coerce.description= +instruction.coerce.stackBefore=value +instruction.coerce.stackAfter=coercedValue +instruction.coerce.operands=type +instruction.coerce_b.shortDescription=Coerce value to boolean +instruction.coerce_b.description= +instruction.coerce_b.stackBefore=value +instruction.coerce_b.stackAfter=booleanValue +instruction.coerce_b.operands= +instruction.coerce_b.deprecated=Use convert_b instead +instruction.coerce_a.shortDescription=Coerce value to any type +instruction.coerce_a.description= +instruction.coerce_a.stackBefore=value +instruction.coerce_a.stackAfter=value +instruction.coerce_a.operands= +instruction.coerce_i.shortDescription=Coerce value to integer +instruction.coerce_i.description= +instruction.coerce_i.stackBefore=value +instruction.coerce_i.stackAfter=intValue +instruction.coerce_i.operands= +instruction.coerce_i.deprecated=Use convert_i instead +instruction.coerce_d.shortDescription=Coerce value to double +instruction.coerce_d.description= +instruction.coerce_d.stackBefore=value +instruction.coerce_d.stackAfter=doubleValue +instruction.coerce_d.operands= +instruction.coerce_d.deprecated=Use convert_d instead +instruction.coerce_s.shortDescription=Coerce value to string +instruction.coerce_s.description= +instruction.coerce_s.stackBefore=value +instruction.coerce_s.stackAfter=stringValue +instruction.coerce_s.operands= +instruction.astype.shortDescription=Return same value or null if not specified type +instruction.astype.description= +instruction.astype.stackBefore=value +instruction.astype.stackAfter=value +instruction.astype.operands=type +instruction.astypelate.shortDescription=Return same value or null if not specified type (stack based) +instruction.astypelate.description= +instruction.astypelate.stackBefore=value, type +instruction.astypelate.stackAfter=value +instruction.astypelate.operands= +instruction.coerce_u.shortDescription=Coerce value to unsigned integer +instruction.coerce_u.description= +instruction.coerce_u.stackBefore=value +instruction.coerce_u.stackAfter=uintValue +instruction.coerce_u.operands= +instruction.coerce_o.shortDescription=Coerce value to Object +instruction.coerce_o.description= +instruction.coerce_o.stackBefore=value +instruction.coerce_o.stackAfter=value +instruction.coerce_o.operands= +instruction.negate_p.shortDescription=Negate value using number context +instruction.negate_p.description= +instruction.negate_p.stackBefore=value +instruction.negate_p.stackAfter=-value +instruction.negate_p.operands=numberContext +instruction.negate.shortDescription=Negate value +instruction.negate.description= +instruction.negate.stackBefore=value +instruction.negate.stackAfter=-value +instruction.negate.operands= +instruction.increment.shortDescription=Increment value +instruction.increment.description= +instruction.increment.stackBefore=value +instruction.increment.stackAfter=incrementedValue +instruction.increment.operands= +instruction.inclocal.shortDescription=Increment local register +instruction.inclocal.description= +instruction.inclocal.stackBefore= +instruction.inclocal.stackAfter= +instruction.inclocal.operands=localRegister +instruction.decrement.shortDescription=Decrement value +instruction.decrement.description= +instruction.decrement.stackBefore=value +instruction.decrement.stackAfter=decrementedValue +instruction.decrement.operands= +instruction.declocal.shortDescription=Decrement local register +instruction.declocal.description= +instruction.declocal.stackBefore= +instruction.declocal.stackAfter= +instruction.declocal.operands=localRegister +instruction.typeof.shortDescription=Get name of value type +instruction.typeof.description= +instruction.typeof.stackBefore=value +instruction.typeof.stackAfter=typeName +instruction.typeof.operands= +instruction.not.shortDescription=Boolean negate +instruction.not.description= +instruction.not.stackBefore=value +instruction.not.stackAfter=!value +instruction.not.operands= +instruction.bitnot.shortDescription=Bitwise negate +instruction.bitnot.description= +instruction.bitnot.stackBefore=value +instruction.bitnot.stackAfter=~value +instruction.bitnot.operands= #Undocumented: -instruction.concat.shortDescription = Concat -instruction.concat.description = +instruction.concat.shortDescription=Concat +instruction.concat.description= #instruction.concat.stackBefore = #instruction.concat.stackAfter = #instruction.concat.operands = #Undocumented: - -instruction.add_d.shortDescription = Add_d -instruction.add_d.description = +instruction.add_d.shortDescription=Add_d +instruction.add_d.description= #instruction.add_d.stackBefore = #instruction.add_d.stackAfter = #instruction.add_d.operands = - -instruction.increment_p.shortDescription = Increment value using number context -instruction.increment_p.description = -instruction.increment_p.stackBefore = value -instruction.increment_p.stackAfter = incrementedValue -instruction.increment_p.operands = numberContext - -instruction.inclocal_p.shortDescription = Increment local register using number context -instruction.inclocal_p.description = -instruction.inclocal_p.stackBefore = -instruction.inclocal_p.stackAfter = -instruction.inclocal_p.operands = numberContext, localRegister - -instruction.decrement_p.shortDescription = Decrement value using number context -instruction.decrement_p.description = -instruction.decrement_p.stackBefore = value -instruction.decrement_p.stackAfter = decrementedValue -instruction.decrement_p.operands = numberContext - -instruction.declocal_p.shortDescription = Decrement local register using number context -instruction.declocal_p.description = -instruction.declocal_p.stackBefore = -instruction.declocal_p.stackAfter = -instruction.declocal_p.operands = numberContext, localRegister - -instruction.add.shortDescription = Add two values -instruction.add.description = -instruction.add.stackBefore = value1, value2 -instruction.add.stackAfter = value3 -instruction.add.operands = - -instruction.subtract.shortDescription = Subtract two values -instruction.subtract.description = -instruction.subtract.stackBefore = value1, value2 -instruction.subtract.stackAfter = value3 -instruction.subtract.operands = - -instruction.multiply.shortDescription = Multiply two values -instruction.multiply.description = -instruction.multiply.stackBefore = value1, value2 -instruction.multiply.stackAfter = value3 -instruction.multiply.operands = - -instruction.divide.shortDescription = Divide two values -instruction.divide.description = -instruction.divide.stackBefore = value1, value2 -instruction.divide.stackAfter = value3 -instruction.divide.operands = - -instruction.modulo.shortDescription = Modulo divide two values -instruction.modulo.description = -instruction.modulo.stackBefore = value1, value2 -instruction.modulo.stackAfter = value3 -instruction.modulo.operands = - -instruction.lshift.shortDescription = Bitwise left shift -instruction.lshift.description = -instruction.lshift.stackBefore = value1, value2 -instruction.lshift.stackAfter = value3 -instruction.lshift.operands = - -instruction.rshift.shortDescription = Bitwise right shift -instruction.rshift.description = -instruction.rshift.stackBefore = value1, value2 -instruction.rshift.stackAfter = value3 -instruction.rshift.operands = - -instruction.urshift.shortDescription = Unsigned bitwise right shift -instruction.urshift.description = -instruction.urshift.stackBefore = value1, value2 -instruction.urshift.stackAfter = value3 -instruction.urshift.operands = - -instruction.bitand.shortDescription = Bitwise and -instruction.bitand.description = -instruction.bitand.stackBefore = value1, value2 -instruction.bitand.stackAfter = value3 -instruction.bitand.operands = - -instruction.bitor.shortDescription = Bitwise or -instruction.bitor.description = -instruction.bitor.stackBefore = value1, value2 -instruction.bitor.stackAfter = value3 -instruction.bitor.operands = - -instruction.bitxor.shortDescription = Bitwise xor -instruction.bitxor.description = -instruction.bitxor.stackBefore = value1, value2 -instruction.bitxor.stackAfter = value3 -instruction.bitxor.operands = - -instruction.equals.shortDescription = Compare two values -instruction.equals.description = -instruction.equals.stackBefore = value1, value2 -instruction.equals.stackAfter = booleanResult -instruction.equals.operands = - -instruction.strictequals.shortDescription = Strict compare two values -instruction.strictequals.description = -instruction.strictequals.stackBefore = value1, value2 -instruction.strictequals.stackAfter = booleanResult -instruction.strictequals.operands = - -instruction.lessthan.shortDescription = Check that value is less than other value -instruction.lessthan.description = -instruction.lessthan.stackBefore = value1, value2 -instruction.lessthan.stackAfter = booleanResult -instruction.lessthan.operands = - -instruction.lessequals.shortDescription = Check that value is less or equal than other value -instruction.lessequals.description = -instruction.lessequals.stackBefore = value1, value2 -instruction.lessequals.stackAfter = booleanResult -instruction.lessequals.operands = booleanResult - -instruction.greaterthan.shortDescription = Check that value is greater than other value -instruction.greaterthan.description = -instruction.greaterthan.stackBefore = value1, value2 -instruction.greaterthan.stackAfter = booleanResult -instruction.greaterthan.operands = - -instruction.greaterequals.shortDescription = Check that value is greater or equal than other value -instruction.greaterequals.description = -instruction.greaterequals.stackBefore = value1, value2 -instruction.greaterequals.stackAfter = booleanResult -instruction.greaterequals.operands = - -instruction.instanceof.shortDescription = Check that type exists in object prototype chain -instruction.instanceof.description = -instruction.instanceof.stackBefore = value, type -instruction.instanceof.stackAfter = booleanResult -instruction.instanceof.operands = - -instruction.istype.shortDescription = Check that object is of specified type -instruction.istype.description = -instruction.istype.stackBefore = value -instruction.istype.stackAfter = booleanResult -instruction.istype.operands = type - -instruction.istypelate.shortDescription = Check that object is of specified type (stack based) -instruction.istypelate.description = -instruction.istypelate.stackBefore = value, type -instruction.istypelate.stackAfter = booleanResult -instruction.istypelate.operands = - -instruction.in.shortDescription = Check that object has named property -instruction.in.description = -instruction.in.stackBefore = name, obj -instruction.in.stackAfter = booleanResult -instruction.in.operands = - -instruction.add_p.shortDescription = Add two values using number context -instruction.add_p.description = -instruction.add_p.stackBefore = value1, value2 -instruction.add_p.stackAfter = value3 -instruction.add_p.operands = numberContext - -instruction.subtract_p.shortDescription = Subtract two values using number context -instruction.subtract_p.description = -instruction.subtract_p.stackBefore = value1, value2 -instruction.subtract_p.stackAfter = value3 -instruction.subtract_p.operands = numberContext - -instruction.multiply_p.shortDescription = Multiply two values using number context -instruction.multiply_p.description = -instruction.multiply_p.stackBefore = value1, value2 -instruction.multiply_p.stackAfter = value3 -instruction.multiply_p.operands = numberContext - -instruction.divide_p.shortDescription = Divide two values using number context -instruction.divide_p.description = -instruction.divide_p.stackBefore = value1, value2 -instruction.divide_p.stackAfter = value3 -instruction.divide_p.operands = numberContext - -instruction.modulo_p.shortDescription = Modulo divide two values using number context -instruction.modulo_p.description = -instruction.modulo_p.stackBefore = value1, value2 -instruction.modulo_p.stackAfter = value3 -instruction.modulo_p.operands = numberContext - -instruction.increment_i.shortDescription = Increment integer value -instruction.increment_i.description = -instruction.increment_i.stackBefore = value -instruction.increment_i.stackAfter = incrementedValue -instruction.increment_i.operands = - -instruction.decrement_i.shortDescription = Decrement integer value -instruction.decrement_i.description = -instruction.decrement_i.stackBefore = value -instruction.decrement_i.stackAfter = decrementedValue -instruction.decrement_i.operands = - -instruction.inclocal_i.shortDescription = Increment local register integer value -instruction.inclocal_i.description = -instruction.inclocal_i.stackBefore = -instruction.inclocal_i.stackAfter = -instruction.inclocal_i.operands = localRegister - -instruction.declocal_i.shortDescription = Decrement local register integer value -instruction.declocal_i.description = -instruction.declocal_i.stackBefore = -instruction.declocal_i.stackAfter = -instruction.declocal_i.operands = localRegister - -instruction.negate_i.shortDescription = Negate integer value -instruction.negate_i.description = -instruction.negate_i.stackBefore = value -instruction.negate_i.stackAfter = -value -instruction.negate_i.operands = - -instruction.add_i.shortDescription = Add two integer values -instruction.add_i.description = -instruction.add_i.stackBefore = value1, value2 -instruction.add_i.stackAfter = value3 -instruction.add_i.operands = - -instruction.subtract_i.shortDescription = Subtract two integer values -instruction.subtract_i.description = -instruction.subtract_i.stackBefore = value1, value2 -instruction.subtract_i.stackAfter = value3 -instruction.subtract_i.operands = - -instruction.multiply_i.shortDescription = Multiply two integer values -instruction.multiply_i.description = -instruction.multiply_i.stackBefore = value1, value2 -instruction.multiply_i.stackAfter = value3 -instruction.multiply_i.operands = - -instruction.getlocal0.shortDescription = Get local register 0 -instruction.getlocal0.description = -instruction.getlocal0.stackBefore = -instruction.getlocal0.stackAfter = value -instruction.getlocal0.operands = - -instruction.getlocal1.shortDescription = Get local register 1 -instruction.getlocal1.description = -instruction.getlocal1.stackBefore = -instruction.getlocal1.stackAfter = value -instruction.getlocal1.operands = - -instruction.getlocal2.shortDescription = Get local register 2 -instruction.getlocal2.description = -instruction.getlocal2.stackBefore = -instruction.getlocal2.stackAfter = value -instruction.getlocal2.operands = - -instruction.getlocal3.shortDescription = Get local register 3 -instruction.getlocal3.description = -instruction.getlocal3.stackBefore = -instruction.getlocal3.stackAfter = value -instruction.getlocal3.operands = - -instruction.setlocal0.shortDescription = Set local register 0 -instruction.setlocal0.description = -instruction.setlocal0.stackBefore = value -instruction.setlocal0.stackAfter = -instruction.setlocal0.operands = - -instruction.setlocal1.shortDescription = Set local register 1 -instruction.setlocal1.description = -instruction.setlocal1.stackBefore = value -instruction.setlocal1.stackAfter = -instruction.setlocal1.operands = - -instruction.setlocal2.shortDescription = Set local register 2 -instruction.setlocal2.description = -instruction.setlocal2.stackBefore = value -instruction.setlocal2.stackAfter = -instruction.setlocal2.operands = - -instruction.setlocal3.shortDescription = Set local register 3 -instruction.setlocal3.description = -instruction.setlocal3.stackBefore = value -instruction.setlocal3.stackAfter = -instruction.setlocal3.operands = - +instruction.increment_p.shortDescription=Increment value using number context +instruction.increment_p.description= +instruction.increment_p.stackBefore=value +instruction.increment_p.stackAfter=incrementedValue +instruction.increment_p.operands=numberContext +instruction.inclocal_p.shortDescription=Increment local register using number context +instruction.inclocal_p.description= +instruction.inclocal_p.stackBefore= +instruction.inclocal_p.stackAfter= +instruction.inclocal_p.operands=numberContext, localRegister +instruction.decrement_p.shortDescription=Decrement value using number context +instruction.decrement_p.description= +instruction.decrement_p.stackBefore=value +instruction.decrement_p.stackAfter=decrementedValue +instruction.decrement_p.operands=numberContext +instruction.declocal_p.shortDescription=Decrement local register using number context +instruction.declocal_p.description= +instruction.declocal_p.stackBefore= +instruction.declocal_p.stackAfter= +instruction.declocal_p.operands=numberContext, localRegister +instruction.add.shortDescription=Add two values +instruction.add.description= +instruction.add.stackBefore=value1, value2 +instruction.add.stackAfter=value3 +instruction.add.operands= +instruction.subtract.shortDescription=Subtract two values +instruction.subtract.description= +instruction.subtract.stackBefore=value1, value2 +instruction.subtract.stackAfter=value3 +instruction.subtract.operands= +instruction.multiply.shortDescription=Multiply two values +instruction.multiply.description= +instruction.multiply.stackBefore=value1, value2 +instruction.multiply.stackAfter=value3 +instruction.multiply.operands= +instruction.divide.shortDescription=Divide two values +instruction.divide.description= +instruction.divide.stackBefore=value1, value2 +instruction.divide.stackAfter=value3 +instruction.divide.operands= +instruction.modulo.shortDescription=Modulo divide two values +instruction.modulo.description= +instruction.modulo.stackBefore=value1, value2 +instruction.modulo.stackAfter=value3 +instruction.modulo.operands= +instruction.lshift.shortDescription=Bitwise left shift +instruction.lshift.description= +instruction.lshift.stackBefore=value1, value2 +instruction.lshift.stackAfter=value3 +instruction.lshift.operands= +instruction.rshift.shortDescription=Bitwise right shift +instruction.rshift.description= +instruction.rshift.stackBefore=value1, value2 +instruction.rshift.stackAfter=value3 +instruction.rshift.operands= +instruction.urshift.shortDescription=Unsigned bitwise right shift +instruction.urshift.description= +instruction.urshift.stackBefore=value1, value2 +instruction.urshift.stackAfter=value3 +instruction.urshift.operands= +instruction.bitand.shortDescription=Bitwise and +instruction.bitand.description= +instruction.bitand.stackBefore=value1, value2 +instruction.bitand.stackAfter=value3 +instruction.bitand.operands= +instruction.bitor.shortDescription=Bitwise or +instruction.bitor.description= +instruction.bitor.stackBefore=value1, value2 +instruction.bitor.stackAfter=value3 +instruction.bitor.operands= +instruction.bitxor.shortDescription=Bitwise xor +instruction.bitxor.description= +instruction.bitxor.stackBefore=value1, value2 +instruction.bitxor.stackAfter=value3 +instruction.bitxor.operands= +instruction.equals.shortDescription=Compare two values +instruction.equals.description= +instruction.equals.stackBefore=value1, value2 +instruction.equals.stackAfter=booleanResult +instruction.equals.operands= +instruction.strictequals.shortDescription=Strict compare two values +instruction.strictequals.description= +instruction.strictequals.stackBefore=value1, value2 +instruction.strictequals.stackAfter=booleanResult +instruction.strictequals.operands= +instruction.lessthan.shortDescription=Check that value is less than other value +instruction.lessthan.description= +instruction.lessthan.stackBefore=value1, value2 +instruction.lessthan.stackAfter=booleanResult +instruction.lessthan.operands= +instruction.lessequals.shortDescription=Check that value is less or equal than other value +instruction.lessequals.description= +instruction.lessequals.stackBefore=value1, value2 +instruction.lessequals.stackAfter=booleanResult +instruction.lessequals.operands=booleanResult +instruction.greaterthan.shortDescription=Check that value is greater than other value +instruction.greaterthan.description= +instruction.greaterthan.stackBefore=value1, value2 +instruction.greaterthan.stackAfter=booleanResult +instruction.greaterthan.operands= +instruction.greaterequals.shortDescription=Check that value is greater or equal than other value +instruction.greaterequals.description= +instruction.greaterequals.stackBefore=value1, value2 +instruction.greaterequals.stackAfter=booleanResult +instruction.greaterequals.operands= +instruction.instanceof.shortDescription=Check that type exists in object prototype chain +instruction.instanceof.description= +instruction.instanceof.stackBefore=value, type +instruction.instanceof.stackAfter=booleanResult +instruction.instanceof.operands= +instruction.istype.shortDescription=Check that object is of specified type +instruction.istype.description= +instruction.istype.stackBefore=value +instruction.istype.stackAfter=booleanResult +instruction.istype.operands=type +instruction.istypelate.shortDescription=Check that object is of specified type (stack based) +instruction.istypelate.description= +instruction.istypelate.stackBefore=value, type +instruction.istypelate.stackAfter=booleanResult +instruction.istypelate.operands= +instruction.in.shortDescription=Check that object has named property +instruction.in.description= +instruction.in.stackBefore=name, obj +instruction.in.stackAfter=booleanResult +instruction.in.operands= +instruction.add_p.shortDescription=Add two values using number context +instruction.add_p.description= +instruction.add_p.stackBefore=value1, value2 +instruction.add_p.stackAfter=value3 +instruction.add_p.operands=numberContext +instruction.subtract_p.shortDescription=Subtract two values using number context +instruction.subtract_p.description= +instruction.subtract_p.stackBefore=value1, value2 +instruction.subtract_p.stackAfter=value3 +instruction.subtract_p.operands=numberContext +instruction.multiply_p.shortDescription=Multiply two values using number context +instruction.multiply_p.description= +instruction.multiply_p.stackBefore=value1, value2 +instruction.multiply_p.stackAfter=value3 +instruction.multiply_p.operands=numberContext +instruction.divide_p.shortDescription=Divide two values using number context +instruction.divide_p.description= +instruction.divide_p.stackBefore=value1, value2 +instruction.divide_p.stackAfter=value3 +instruction.divide_p.operands=numberContext +instruction.modulo_p.shortDescription=Modulo divide two values using number context +instruction.modulo_p.description= +instruction.modulo_p.stackBefore=value1, value2 +instruction.modulo_p.stackAfter=value3 +instruction.modulo_p.operands=numberContext +instruction.increment_i.shortDescription=Increment integer value +instruction.increment_i.description= +instruction.increment_i.stackBefore=value +instruction.increment_i.stackAfter=incrementedValue +instruction.increment_i.operands= +instruction.decrement_i.shortDescription=Decrement integer value +instruction.decrement_i.description= +instruction.decrement_i.stackBefore=value +instruction.decrement_i.stackAfter=decrementedValue +instruction.decrement_i.operands= +instruction.inclocal_i.shortDescription=Increment local register integer value +instruction.inclocal_i.description= +instruction.inclocal_i.stackBefore= +instruction.inclocal_i.stackAfter= +instruction.inclocal_i.operands=localRegister +instruction.declocal_i.shortDescription=Decrement local register integer value +instruction.declocal_i.description= +instruction.declocal_i.stackBefore= +instruction.declocal_i.stackAfter= +instruction.declocal_i.operands=localRegister +instruction.negate_i.shortDescription=Negate integer value +instruction.negate_i.description= +instruction.negate_i.stackBefore=value +instruction.negate_i.stackAfter=-value +instruction.negate_i.operands= +instruction.add_i.shortDescription=Add two integer values +instruction.add_i.description= +instruction.add_i.stackBefore=value1, value2 +instruction.add_i.stackAfter=value3 +instruction.add_i.operands= +instruction.subtract_i.shortDescription=Subtract two integer values +instruction.subtract_i.description= +instruction.subtract_i.stackBefore=value1, value2 +instruction.subtract_i.stackAfter=value3 +instruction.subtract_i.operands= +instruction.multiply_i.shortDescription=Multiply two integer values +instruction.multiply_i.description= +instruction.multiply_i.stackBefore=value1, value2 +instruction.multiply_i.stackAfter=value3 +instruction.multiply_i.operands= +instruction.getlocal0.shortDescription=Get local register 0 +instruction.getlocal0.description= +instruction.getlocal0.stackBefore= +instruction.getlocal0.stackAfter=value +instruction.getlocal0.operands= +instruction.getlocal1.shortDescription=Get local register 1 +instruction.getlocal1.description= +instruction.getlocal1.stackBefore= +instruction.getlocal1.stackAfter=value +instruction.getlocal1.operands= +instruction.getlocal2.shortDescription=Get local register 2 +instruction.getlocal2.description= +instruction.getlocal2.stackBefore= +instruction.getlocal2.stackAfter=value +instruction.getlocal2.operands= +instruction.getlocal3.shortDescription=Get local register 3 +instruction.getlocal3.description= +instruction.getlocal3.stackBefore= +instruction.getlocal3.stackAfter=value +instruction.getlocal3.operands= +instruction.setlocal0.shortDescription=Set local register 0 +instruction.setlocal0.description= +instruction.setlocal0.stackBefore=value +instruction.setlocal0.stackAfter= +instruction.setlocal0.operands= +instruction.setlocal1.shortDescription=Set local register 1 +instruction.setlocal1.description= +instruction.setlocal1.stackBefore=value +instruction.setlocal1.stackAfter= +instruction.setlocal1.operands= +instruction.setlocal2.shortDescription=Set local register 2 +instruction.setlocal2.description= +instruction.setlocal2.stackBefore=value +instruction.setlocal2.stackAfter= +instruction.setlocal2.operands= +instruction.setlocal3.shortDescription=Set local register 3 +instruction.setlocal3.description= +instruction.setlocal3.stackBefore=value +instruction.setlocal3.stackAfter= +instruction.setlocal3.operands= #Undocumented: -instruction.invalid.shortDescription = Invalid -instruction.invalid.description = +instruction.invalid.shortDescription=Invalid +instruction.invalid.description= #instruction.invalid.stackBefore = #instruction.invalid.stackAfter = #instruction.invalid.operands = #Undocumented: - -instruction.abs_jump.shortDescription = Absolute jump -instruction.abs_jump.description = +instruction.abs_jump.shortDescription=Absolute jump +instruction.abs_jump.description= #instruction.abs_jump.stackBefore = #instruction.abs_jump.stackAfter = #instruction.abs_jump.operands = - -instruction.debug.shortDescription = Debugging info -instruction.debug.description = -instruction.debug.stackBefore = -instruction.debug.stackAfter = -instruction.debug.operands = debugType, regName, localRegister, extra - -instruction.debugline.shortDescription = Debugging line number info -instruction.debugline.description = -instruction.debugline.stackBefore = -instruction.debugline.stackAfter = -instruction.debugline.operands = lineNumber - -instruction.debugfile.shortDescription = Debugging file info -instruction.debugfile.description = -instruction.debugfile.stackBefore = -instruction.debugfile.stackAfter = -instruction.debugfile.operands = fileName - -instruction.bkptline.shortDescription = Breakpoint on line -instruction.bkptline.description = -instruction.bkptline.stackBefore = -instruction.bkptline.stackAfter = -instruction.bkptline.operands = lineNumber - +instruction.debug.shortDescription=Debugging info +instruction.debug.description= +instruction.debug.stackBefore= +instruction.debug.stackAfter= +instruction.debug.operands=debugType, regName, localRegister, extra +instruction.debugline.shortDescription=Debugging line number info +instruction.debugline.description= +instruction.debugline.stackBefore= +instruction.debugline.stackAfter= +instruction.debugline.operands=lineNumber +instruction.debugfile.shortDescription=Debugging file info +instruction.debugfile.description= +instruction.debugfile.stackBefore= +instruction.debugfile.stackAfter= +instruction.debugfile.operands=fileName +instruction.bkptline.shortDescription=Breakpoint on line +instruction.bkptline.description= +instruction.bkptline.stackBefore= +instruction.bkptline.stackAfter= +instruction.bkptline.operands=lineNumber #Undocumented: -instruction.timestamp.shortDescription = Timestamp -instruction.timestamp.description = -instruction.timestamp.stackBefore = -instruction.timestamp.stackAfter = -instruction.timestamp.operands = - +instruction.timestamp.shortDescription=Timestamp +instruction.timestamp.description= +instruction.timestamp.stackBefore= +instruction.timestamp.stackAfter= +instruction.timestamp.operands= #Undocumented: -instruction.verifypass.shortDescription = Verify pass -instruction.verifypass.description = +instruction.verifypass.shortDescription=Verify pass +instruction.verifypass.description= #instruction.verifypass.stackBefore = #instruction.verifypass.stackAfter = #instruction.verifypass.operands = #Undocumented: - -instruction.alloc.shortDescription = Alloc -instruction.alloc.description = +instruction.alloc.shortDescription=Alloc +instruction.alloc.description= #instruction.alloc.stackBefore = #instruction.alloc.stackAfter = #instruction.alloc.operands = #Undocumented: - -instruction.mark.shortDescription = Mark -instruction.mark.description = +instruction.mark.shortDescription=Mark +instruction.mark.description= #instruction.mark.stackBefore = #instruction.mark.stackAfter = #instruction.mark.operands = #Undocumented: - -instruction.wb.shortDescription = Wb -instruction.wb.description = +instruction.wb.shortDescription=Wb +instruction.wb.description= #instruction.wb.stackBefore = #instruction.wb.stackAfter = #instruction.wb.operands = #Undocumented: - -instruction.prologue.shortDescription = Prologue -instruction.prologue.description = +instruction.prologue.shortDescription=Prologue +instruction.prologue.description= #instruction.prologue.stackBefore = #instruction.prologue.stackAfter = #instruction.prologue.operands = #Undocumented: - -instruction.sendenter.shortDescription = Send enter -instruction.sendenter.description = +instruction.sendenter.shortDescription=Send enter +instruction.sendenter.description= #instruction.sendenter.stackBefore = #instruction.sendenter.stackAfter = #instruction.sendenter.operands = #Undocumented: - -instruction.doubletoatom.shortDescription = Double to atom -instruction.doubletoatom.description = +instruction.doubletoatom.shortDescription=Double to atom +instruction.doubletoatom.description= #instruction.doubletoatom.stackBefore = #instruction.doubletoatom.stackAfter = #instruction.doubletoatom.operands = #Undocumented: - -instruction.sweep.shortDescription = Sweep -instruction.sweep.description = +instruction.sweep.shortDescription=Sweep +instruction.sweep.description= #instruction.sweep.stackBefore = #instruction.sweep.stackAfter = #instruction.sweep.operands = #Undocumented: - -instruction.codegenop.shortDescription = CodeGenOp -instruction.codegenop.description = +instruction.codegenop.shortDescription=CodeGenOp +instruction.codegenop.description= #instruction.codegenop.stackBefore = #instruction.codegenop.stackAfter = #instruction.codegenop.operands = #Undocumented: - -instruction.verifyop.shortDescription = VerifyOp -instruction.verifyop.description = +instruction.verifyop.shortDescription=VerifyOp +instruction.verifyop.description= #instruction.verifyop.stackBefore = #instruction.verifyop.stackAfter = #instruction.verifyop.operands = #Undocumented: - -instruction.decode.shortDescription = Decode -instruction.decode.description = +instruction.decode.shortDescription=Decode +instruction.decode.description= #instruction.decode.stackBefore = #instruction.decode.stackAfter = #instruction.decode.operands = - - -instruction.unplus.shortDescription = Unary plus - coerce to numeric -instruction.unplus.description = -instruction.unplus.stackBefore = value -instruction.unplus.stackAfter = value -instruction.unplus.operands = - -instruction.pushconstant.shortDescription = Push constant value on stack -instruction.pushconstant.description = +instruction.unplus.shortDescription=Unary plus - coerce to numeric +instruction.unplus.description= +instruction.unplus.stackBefore=value +instruction.unplus.stackAfter=value +instruction.unplus.operands= +instruction.pushconstant.shortDescription=Push constant value on stack +instruction.pushconstant.description= #instruction.pushconstant.stackBefore = #instruction.pushconstant.stackAfter = -instruction.pushconstant.operands = value +instruction.pushconstant.operands=value diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/locales/docs/pcode/AS3_ca.properties b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/locales/docs/pcode/AS3_ca.properties index 8bd73ba6f..6143d9d09 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/locales/docs/pcode/AS3_ca.properties +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/locales/docs/pcode/AS3_ca.properties @@ -13,1448 +13,1199 @@ # You should have received a copy of the GNU Lesser General Public # License along with this library. #String for whole list generation - -ui.list.heading = Llista d'instruccions AVM2 -ui.list.pageTitle = Llista d'instruccions AVM2 -ui.list.documentTitle = Llista d'instruccions AVM2 -ui.list.pageDescription = Llista de totes les instruccions ActionScript 3 - AVM2 conegudes amb els seus operands i valors de pila - +ui.list.heading=Llista d'instruccions AVM2 +ui.list.pageTitle=Llista d'instruccions AVM2 +ui.list.documentTitle=Llista d'instruccions AVM2 +ui.list.pageDescription=Llista de totes les instruccions ActionScript 3 - AVM2 conegudes amb els seus operands i valors de pila #various strings in UI: -ui.unknown = ??? -ui.stack = Pila: -ui.stack.before = ..., -ui.stack.before.empty = ... -ui.stack.to = \ \u279e -ui.flags = Banderes: -ui.description = Descripci\u00f3: -ui.filter.hide = Amaga: -ui.filter.byname = Busca per nom: -ui.filter.order = Ordena per: -ui.filter.order.code = codi -ui.filter.order.name = nom - - +ui.unknown=??? +ui.stack=Pila: +ui.stack.before=..., +ui.stack.before.empty=... +ui.stack.to=\ \u279e +ui.flags=Banderes: +ui.description=Descripci\u00f3: +ui.filter.hide=Amaga: +ui.filter.byname=Busca per nom: +ui.filter.order=Ordena per: +ui.filter.order.code=codi +ui.filter.order.name=nom #----------------------- Flags of the instructions -instructionFlag.undocumented = Indocumentada -instructionFlag.unknownStack = Pila desconeguda -instructionFlag.es4NumericsMinor = Num\u00e8rica ES4 (ABC minor 17) -instructionFlag.floatMajor = Valors de coma flotant (ABC major 47) -instructionFlag.unknownOperands = Operands desconeguts -instructionFlag.noFlashPlayer = No en Flash Player est\u00e0ndard -instructionFlag.deprecated = Obsoleta -instructionFlag.domainMemory = Operaci\u00f3 de mem\u00f2ria de domini - +instructionFlag.undocumented=Indocumentada +instructionFlag.unknownStack=Pila desconeguda +instructionFlag.es4NumericsMinor=Num\u00e8rica ES4 (ABC minor 17) +instructionFlag.floatMajor=Valors de coma flotant (ABC major 47) +instructionFlag.unknownOperands=Operands desconeguts +instructionFlag.noFlashPlayer=No en Flash Player est\u00e0ndard +instructionFlag.deprecated=Obsoleta +instructionFlag.domainMemory=Operaci\u00f3 de mem\u00f2ria de domini #----------------------- Operand types -operandType.multinameIndex = \u00cdndex multinom -operandType.multinameIndex.description = \u00cdndex en pool de constants multinom -operandType.multinameIndex.name = multinameIndex -operandType.multinameIndex.uiName = multiname - -operandType.argCount = Nombre d'arguments -operandType.argCount.description = N\u00famero dels seg\u00fents arguments -operandType.argCount.name = argCount -operandType.argCount.uiName = uint - - -operandType.methodIndex = \u00cdndex del m\u00e8tode -operandType.methodIndex.description = \u00cdndex del m\u00e8tode a l'ABC -operandType.methodIndex.name = methodIndex -operandType.methodIndex.uiName = methodIndex - -operandType.stringIndex = \u00cdndex de la cadena -operandType.stringIndex.description = \u00cdndex en pool de constants de valor cadena -operandType.stringIndex.name = stringIndex -operandType.stringIndex.uiName = string - - -operandType.debugType = Tipus de depuraci\u00f3 -operandType.debugType.description = Tipus de la informacio de depuraci\u00f3. Actualment, nom\u00e9s s'utilitza el valor de 1. -operandType.debugType.name = debugType -operandType.debugType.uiName = debugType - - -operandType.registerIndex = \u00cdndex de registre -operandType.registerIndex.description = \u00cdndex d'un registre local (0-255) -operandType.registerIndex.name = registerIndex -operandType.registerIndex.uiName = uint - -operandType.linenum = N\u00famero de l\u00ednia -operandType.linenum.description = N\u00famero de l\u00ednia del fitxer -operandType.linenum.name = linenum -operandType.linenum.uiName = linenum - - +operandType.multinameIndex=\u00cdndex multinom +operandType.multinameIndex.description=\u00cdndex en pool de constants multinom +operandType.multinameIndex.name=multinameIndex +operandType.multinameIndex.uiName=multiname +operandType.argCount=Nombre d'arguments +operandType.argCount.description=N\u00famero dels seg\u00fents arguments +operandType.argCount.name=argCount +operandType.argCount.uiName=uint +operandType.methodIndex=\u00cdndex del m\u00e8tode +operandType.methodIndex.description=\u00cdndex del m\u00e8tode a l'ABC +operandType.methodIndex.name=methodIndex +operandType.methodIndex.uiName=methodIndex +operandType.stringIndex=\u00cdndex de la cadena +operandType.stringIndex.description=\u00cdndex en pool de constants de valor cadena +operandType.stringIndex.name=stringIndex +operandType.stringIndex.uiName=string +operandType.debugType=Tipus de depuraci\u00f3 +operandType.debugType.description=Tipus de la informacio de depuraci\u00f3. Actualment, nom\u00e9s s'utilitza el valor de 1. +operandType.debugType.name=debugType +operandType.debugType.uiName=debugType +operandType.registerIndex=\u00cdndex de registre +operandType.registerIndex.description=\u00cdndex d'un registre local (0-255) +operandType.registerIndex.name=registerIndex +operandType.registerIndex.uiName=uint +operandType.linenum=N\u00famero de l\u00ednia +operandType.linenum.description=N\u00famero de l\u00ednia del fitxer +operandType.linenum.name=linenum +operandType.linenum.uiName=linenum #similar as registerIndex, but U30 instead of U8 -operandType.localRegIndex = \u00cdndex del registrr -operandType.localRegIndex.description = \u00cdndex d'un registre local -operandType.localRegIndex.name = localRegIndex -operandType.localRegIndex.uiName = uint - - -operandType.slotIndex = \u00cdndex de slot -operandType.slotIndex.description = \u00cdndex del slot sobre un objecte -operandType.slotIndex.name = slotIndex -operandType.slotIndex.uiName = slotIndex - -operandType.scopeIndex = \u00cdndex de pila d'abast -operandType.scopeIndex.description = \u00cdndex en la pila d'abast -operandType.scopeIndex.name = scopeIndex -operandType.scopeIndex.uiName = scopeIndex - -operandType.offset = Despla\u00e7ament -operandType.offset.description = Despla\u00e7ament a una altra ubicaci\u00f3 -operandType.offset.name = offset -operandType.offset.uiName = labelName - -operandType.exceptionIndex = \u00cdndex d'excepci\u00f3 -operandType.exceptionIndex.description = \u00cdndex de l'excepci\u00f3 en la informaci\u00f3 del m\u00e8tode actual -operandType.exceptionIndex.name = exceptionIndex -operandType.exceptionIndex.uiName = exceptionIndex - - -operandType.classIndex = \u00cdndex de classe -operandType.classIndex.description = \u00cdndex de la classe a l'ABC -operandType.classIndex.name = classIndex -operandType.classIndex.uiName = classIndex - -operandType.intIndex = \u00cdndex d'enter -operandType.intIndex.description = \u00cdndex en pool de constants de valors enters -operandType.intIndex.name = intIndex -operandType.intIndex.uiName = int - -operandType.uintIndex = \u00cdndex d'enter sense signe -operandType.uintIndex.description = \u00cdndex en pool de constants de valors enters sense signe -operandType.uintIndex.name = uintIndex -operandType.uintIndex.uiName = uint - - -operandType.doubleIndex = \u00cdndex de doble precisi\u00f3 -operandType.doubleIndex.description = \u00cdndex en pool de constants de valors de coma flotant de doble precisi\u00f3 -operandType.doubleIndex.name = doubleIndex -operandType.doubleIndex.uiName = double - -operandType.decimalIndex = \u00cdndex decimal -operandType.decimalIndex.description = \u00cdndex en pool de constants de valors decimals (coma flotant de 128 bits) -operandType.decimalIndex.name = decimalIndex -operandType.decimalIndex.uiName = decimal - -operandType.caseBaseoffset = Despla\u00e7ament base -operandType.caseBaseoffset.description = Despla\u00e7ament base del lookupswitch que es dispara quan no hi ha cap valor coincident -operandType.caseBaseoffset.name = offset -operandType.caseBaseoffset.uiName = labelName - -operandType.numberContext = Context de n\u00famero (ES4) -operandType.numberContext.description = Context dels c\u00e0lcukls quan s'utilitzen n\u00fameros EcmaScript 4 (versi\u00f3 menor ABC 17).\n0-2 tipus,3-5 tipus d'arrodoniment, 6-12 precisi\u00f3.\nTipus: 0=n\u00famero,1=decimal,2=doble,3=enter,4=enter sense signe\nArrodoniment: 0=sostre,1=cap amunt,2=mig cap amunt,3i=mig_justificat,4=mig cap avall,5=cap avall,6=terra\nPrecisi\u00f3:0-34 -operandType.numberContext.name = numberContext -operandType.numberContext.uiName = uint - -operandType.dispatchId = Id de despatx -operandType.dispatchId.description = Id del despatx de m\u00e8tode -operandType.dispatchId.name = dispatchId -operandType.dispatchId.uiName = uint - -operandType.floatIndex = \u00cdndex de punt flotant -operandType.floatIndex.description = \u00cdndex en pool de constants de valors de punt flotant -operandType.floatIndex.name = floatIndex -operandType.floatIndex.uiName = float - -operandType.float4Index = \u00cdndex de punt flotant -operandType.float4Index.description = \u00cdndex en pool de constants de valors float4 -operandType.float4Index.name = float4Index -operandType.float4Index.uiName = float4 - -operandType.namespaceIndex = \u00cdndex en pool de constants d'espai de noms -operandType.namespaceIndex.name = namespaceIndex -operandType.namespaceIndex.uiName = namespace - - +operandType.localRegIndex=\u00cdndex del registrr +operandType.localRegIndex.description=\u00cdndex d'un registre local +operandType.localRegIndex.name=localRegIndex +operandType.localRegIndex.uiName=uint +operandType.slotIndex=\u00cdndex de slot +operandType.slotIndex.description=\u00cdndex del slot sobre un objecte +operandType.slotIndex.name=slotIndex +operandType.slotIndex.uiName=slotIndex +operandType.scopeIndex=\u00cdndex de pila d'abast +operandType.scopeIndex.description=\u00cdndex en la pila d'abast +operandType.scopeIndex.name=scopeIndex +operandType.scopeIndex.uiName=scopeIndex +operandType.offset=Despla\u00e7ament +operandType.offset.description=Despla\u00e7ament a una altra ubicaci\u00f3 +operandType.offset.name=offset +operandType.offset.uiName=labelName +operandType.exceptionIndex=\u00cdndex d'excepci\u00f3 +operandType.exceptionIndex.description=\u00cdndex de l'excepci\u00f3 en la informaci\u00f3 del m\u00e8tode actual +operandType.exceptionIndex.name=exceptionIndex +operandType.exceptionIndex.uiName=exceptionIndex +operandType.classIndex=\u00cdndex de classe +operandType.classIndex.description=\u00cdndex de la classe a l'ABC +operandType.classIndex.name=classIndex +operandType.classIndex.uiName=classIndex +operandType.intIndex=\u00cdndex d'enter +operandType.intIndex.description=\u00cdndex en pool de constants de valors enters +operandType.intIndex.name=intIndex +operandType.intIndex.uiName=int +operandType.uintIndex=\u00cdndex d'enter sense signe +operandType.uintIndex.description=\u00cdndex en pool de constants de valors enters sense signe +operandType.uintIndex.name=uintIndex +operandType.uintIndex.uiName=uint +operandType.doubleIndex=\u00cdndex de doble precisi\u00f3 +operandType.doubleIndex.description=\u00cdndex en pool de constants de valors de coma flotant de doble precisi\u00f3 +operandType.doubleIndex.name=doubleIndex +operandType.doubleIndex.uiName=double +operandType.decimalIndex=\u00cdndex decimal +operandType.decimalIndex.description=\u00cdndex en pool de constants de valors decimals (coma flotant de 128 bits) +operandType.decimalIndex.name=decimalIndex +operandType.decimalIndex.uiName=decimal +operandType.caseBaseoffset=Despla\u00e7ament base +operandType.caseBaseoffset.description=Despla\u00e7ament base del lookupswitch que es dispara quan no hi ha cap valor coincident +operandType.caseBaseoffset.name=offset +operandType.caseBaseoffset.uiName=labelName +operandType.numberContext=Context de n\u00famero (ES4) +operandType.numberContext.description=Context dels c\u00e0lcukls quan s'utilitzen n\u00fameros EcmaScript 4 (versi\u00f3 menor ABC 17).\n0-2 tipus,3-5 tipus d'arrodoniment, 6-12 precisi\u00f3.\nTipus: 0=n\u00famero,1=decimal,2=doble,3=enter,4=enter sense signe\nArrodoniment: 0=sostre,1=cap amunt,2=mig cap amunt,3i=mig_justificat,4=mig cap avall,5=cap avall,6=terra\nPrecisi\u00f3:0-34 +operandType.numberContext.name=numberContext +operandType.numberContext.uiName=uint +operandType.dispatchId=Id de despatx +operandType.dispatchId.description=Id del despatx de m\u00e8tode +operandType.dispatchId.name=dispatchId +operandType.dispatchId.uiName=uint +operandType.floatIndex=\u00cdndex de punt flotant +operandType.floatIndex.description=\u00cdndex en pool de constants de valors de punt flotant +operandType.floatIndex.name=floatIndex +operandType.floatIndex.uiName=float +operandType.float4Index=\u00cdndex de punt flotant +operandType.float4Index.description=\u00cdndex en pool de constants de valors float4 +operandType.float4Index.name=float4Index +operandType.float4Index.uiName=float4 +operandType.namespaceIndex=\u00cdndex en pool de constants d'espai de noms +operandType.namespaceIndex.name=namespaceIndex +operandType.namespaceIndex.uiName=namespace #----------------------- Instructions - -instruction.bkpt.shortDescription = Punt de ruptura -instruction.bkpt.description = Punt de ruptura en depuraci\u00f3 -instruction.bkpt.stackBefore = -instruction.bkpt.stackAfter = -instruction.bkpt.operands = - -instruction.nop.shortDescription = Cap operaci\u00f3 -instruction.nop.description = No fa res -instruction.nop.stackBefore = -instruction.nop.stackAfter = -instruction.nop.operands = - -instruction.throw.shortDescription = Llan\u00e7a excepci\u00f3 -instruction.throw.description = Treu el valor de la pila i el llan\u00e7a -instruction.throw.stackBefore = valor -instruction.throw.stackAfter = -instruction.throw.operands = - -instruction.getsuper.shortDescription = Obt\u00e9 la propietat de la classe mare -instruction.getsuper.description = -instruction.getsuper.stackBefore = obj, [ns], [name] -instruction.getsuper.stackAfter = value -instruction.getsuper.operands = parentClassMultiname - -instruction.setsuper.shortDescription = Estableix la propietat de la classe mare -instruction.setsuper.description = -instruction.setsuper.stackBefore = obj, [ns], [name], value -instruction.setsuper.stackAfter = -instruction.setsuper.operands = parentClassMultiname - -instruction.dxns.shortDescription = Estableix l'espai de noms XML per defecte -instruction.dxns.description = -instruction.dxns.stackBefore = -instruction.dxns.stackAfter = -instruction.dxns.operands = uriString - -instruction.dxnslate.shortDescription = Estableix l'espai de noms XML per defect en temps d'execuci\u00f3 -instruction.dxnslate.description = -instruction.dxnslate.stackBefore = uriValue -instruction.dxnslate.stackAfter = -instruction.dxnslate.operands = - -instruction.kill.shortDescription = Mata el registre local -instruction.kill.description = -instruction.kill.stackBefore = -instruction.kill.stackAfter = -instruction.kill.operands = killedRegister - -instruction.label.shortDescription = Objectiu d'una branca -instruction.label.description = Nom\u00e9s una marca que diu que aix\u00f2 \u00e9s l'objectiu de la branca seg\u00fent -instruction.label.stackBefore = -instruction.label.stackAfter = -instruction.label.operands = - -instruction.lf32x4.shortDescription = Carrega un float4 de 32 bits -instruction.lf32x4.description = -instruction.lf32x4.stackBefore = address -instruction.lf32x4.stackAfter = float4Value -instruction.lf32x4.operands = - -instruction.sf32x4.shortDescription = Emmagatzema un float4 de 32 bits -instruction.sf32x4.description = -instruction.sf32x4.stackBefore = float4Value, address -instruction.sf32x4.stackAfter = -instruction.sf32x4.operands = - -instruction.ifnlt.shortDescription = Bifurca si no \u00e9s menor que -instruction.ifnlt.description = -instruction.ifnlt.stackBefore = value1, value2 -instruction.ifnlt.stackAfter = -instruction.ifnlt.operands = branchTarget - -instruction.ifnle.shortDescription = Bifurca si no \u00e9s menor o igual -instruction.ifnle.description = -instruction.ifnle.stackBefore = value1, value2 -instruction.ifnle.stackAfter = -instruction.ifnle.operands = branchTarget - -instruction.ifngt.shortDescription = Bifurca si no \u00e9s major que -instruction.ifngt.description = -instruction.ifngt.stackBefore = value1, value2 -instruction.ifngt.stackAfter = -instruction.ifngt.operands = branchTarget - -instruction.ifnge.shortDescription = Bifurca si no \u00e9s major o igual -instruction.ifnge.description = -instruction.ifnge.stackBefore = value1, value2 -instruction.ifnge.stackAfter = -instruction.ifnge.operands = branchTarget - -instruction.jump.shortDescription = Salta a la ubicaci\u00f3 -instruction.jump.description = -instruction.jump.stackBefore = -instruction.jump.stackAfter = -instruction.jump.operands = location - -instruction.iftrue.shortDescription = Bifurca si \u00e9s cert -instruction.iftrue.description = -instruction.iftrue.stackBefore = value -instruction.iftrue.stackAfter = -instruction.iftrue.operands = branchTarget - -instruction.iffalse.shortDescription = Bifurca si \u00e9s fals -instruction.iffalse.description = -instruction.iffalse.stackBefore = value -instruction.iffalse.stackAfter = -instruction.iffalse.operands = branchTarget - -instruction.ifeq.shortDescription = Bifurca si \u00e9s igual -instruction.ifeq.description = -instruction.ifeq.stackBefore = value1, value2 -instruction.ifeq.stackAfter = -instruction.ifeq.operands = branchTarget - -instruction.ifne.shortDescription = Bifurca si no \u00e9s igual -instruction.ifne.description = -instruction.ifne.stackBefore = value1, value2 -instruction.ifne.stackAfter = -instruction.ifne.operands = branchTarget - -instruction.iflt.shortDescription = Bifurca si \u00e9s menor que -instruction.iflt.description = -instruction.iflt.stackBefore = value1, value2 -instruction.iflt.stackAfter = -instruction.iflt.operands = branchTarget - -instruction.ifle.shortDescription = Bifurca si \u00e9s menor o igual -instruction.ifle.description = -instruction.ifle.stackBefore = value1, value2 -instruction.ifle.stackAfter = -instruction.ifle.operands = branchTarget - -instruction.ifgt.shortDescription = Bifurca si es major que -instruction.ifgt.description = -instruction.ifgt.stackBefore = value1, value2 -instruction.ifgt.stackAfter = -instruction.ifgt.operands = branchTarget - -instruction.ifge.shortDescription = Bifurca si es major o igual -instruction.ifge.description = -instruction.ifge.stackBefore = value1, value2 -instruction.ifge.stackAfter = -instruction.ifge.operands = branchTarget - -instruction.ifstricteq.shortDescription = Bifurca si \u00e9s estrictament igual -instruction.ifstricteq.description = -instruction.ifstricteq.stackBefore = value1, value2 -instruction.ifstricteq.stackAfter = -instruction.ifstricteq.operands = branchTarget - -instruction.ifstrictne.shortDescription = Bifurca si no \u00e9s estrictament igual -instruction.ifstrictne.description = -instruction.ifstrictne.stackBefore = value1, value2 -instruction.ifstrictne.stackAfter = -instruction.ifstrictne.operands = branchTarget - -instruction.lookupswitch.shortDescription = Bifurca basant-se en l'\u00edndex -instruction.lookupswitch.description = -instruction.lookupswitch.stackBefore = index -instruction.lookupswitch.stackAfter = -instruction.lookupswitch.operands = defaultTarget, caseCount, case0Target, case1Target, ... - -instruction.pushwith.shortDescription = Posa a la pila d'abast -instruction.pushwith.description = -instruction.pushwith.stackBefore = withScope -instruction.pushwith.stackAfter = -instruction.pushwith.operands = - -instruction.popscope.shortDescription = Treu de la pila d'abast i descarta el valor -instruction.popscope.description = -instruction.popscope.stackBefore = -instruction.popscope.stackAfter = -instruction.popscope.operands = - -instruction.nextname.shortDescription = Obt\u00e9 el nom de la propietat seg\u00fent -instruction.nextname.description = -instruction.nextname.stackBefore = obj, index -instruction.nextname.stackAfter = name -instruction.nextname.operands = - -instruction.hasnext.shortDescription = Comprova si l'objecte t\u00e9 m\u00e9s propietats -instruction.hasnext.description = -instruction.hasnext.stackBefore = obj, currentIndex -instruction.hasnext.stackAfter = nextIndex -instruction.hasnext.operands = - -instruction.pushnull.shortDescription = Posa un valor nul a la pila -instruction.pushnull.description = -instruction.pushnull.stackBefore = -instruction.pushnull.stackAfter = null -instruction.pushnull.operands = - -instruction.pushundefined.shortDescription = Posa un valor indefinit a la pila -instruction.pushundefined.description = -instruction.pushundefined.stackBefore = -instruction.pushundefined.stackAfter = undefined -instruction.pushundefined.operands = - -instruction.pushfloat.shortDescription = Posa un valor de coma flotant a la pila -instruction.pushfloat.description = -instruction.pushfloat.stackBefore = -instruction.pushfloat.stackAfter = floatValue -instruction.pushfloat.operands = float - -instruction.nextvalue.shortDescription = Obt\u00e9 el valor de la propietat seg\u00fent -instruction.nextvalue.description = -instruction.nextvalue.stackBefore = obj, index -instruction.nextvalue.stackAfter = value -instruction.nextvalue.operands = - -instruction.pushbyte.shortDescription = Posa un valor de byte a la pila -instruction.pushbyte.description = -instruction.pushbyte.stackBefore = -instruction.pushbyte.stackAfter = byteValue -instruction.pushbyte.operands = value - -instruction.pushshort.shortDescription = Posa un valor d'enter curt a la pila -instruction.pushshort.description = -instruction.pushshort.stackBefore = -instruction.pushshort.stackAfter = shortValue -instruction.pushshort.operands = value - -instruction.pushtrue.shortDescription = Posa un valor de cert a la pila -instruction.pushtrue.description = -instruction.pushtrue.stackBefore = -instruction.pushtrue.stackAfter = true -instruction.pushtrue.operands = - -instruction.pushfalse.shortDescription = Posa un valor de fals a la pila -instruction.pushfalse.description = -instruction.pushfalse.stackBefore = -instruction.pushfalse.stackAfter = false -instruction.pushfalse.operands = - -instruction.pushnan.shortDescription = Posa un valor NaN a la pila -instruction.pushnan.description = -instruction.pushnan.stackBefore = -instruction.pushnan.stackAfter = NaN -instruction.pushnan.operands = - -instruction.pop.shortDescription = Treu el valor de dalt de la pila -instruction.pop.description = -instruction.pop.stackBefore = value -instruction.pop.stackAfter = -instruction.pop.operands = - -instruction.dup.shortDescription = Duplica un valor a la pila -instruction.dup.description = -instruction.dup.stackBefore = value -instruction.dup.stackAfter = value, value -instruction.dup.operands = - -instruction.swap.shortDescription = Intercanvia els dos valors de dalt de la pila -instruction.swap.description = -instruction.swap.stackBefore = value1, value2 -instruction.swap.stackAfter = value2, value1 -instruction.swap.operands = - -instruction.pushstring.shortDescription = Posa un valor de cadena a la pila -instruction.pushstring.description = -instruction.pushstring.stackBefore = -instruction.pushstring.stackAfter = stringValue -instruction.pushstring.operands = value - -instruction.pushint.shortDescription = Posa un valor enter a la pila -instruction.pushint.description = -instruction.pushint.stackBefore = -instruction.pushint.stackAfter = intValue -instruction.pushint.operands = value - -instruction.pushuint.shortDescription = Posa un valor enter sense signe a la pila -instruction.pushuint.description = -instruction.pushuint.stackBefore = -instruction.pushuint.stackAfter = uintValue -instruction.pushuint.operands = value - -instruction.pushdouble.shortDescription = Posa un valor de doble precisi\u00f3 a la pila -instruction.pushdouble.description = -instruction.pushdouble.stackBefore = -instruction.pushdouble.stackAfter = doubleValue -instruction.pushdouble.operands = value - -instruction.pushscope.shortDescription = Posa un object a la pila d'abast -instruction.pushscope.description = -instruction.pushscope.stackBefore = obj -instruction.pushscope.stackAfter = -instruction.pushscope.operands = - -instruction.pushnamespace.shortDescription = Posa un espai de noms a la pila -instruction.pushnamespace.description = -instruction.pushnamespace.stackBefore = -instruction.pushnamespace.stackAfter = namespace -instruction.pushnamespace.operands = value - -instruction.hasnext2.shortDescription = Comprova si l'objecte t\u00e9 m\u00e9s propietats (basant-se en el registre) -instruction.hasnext2.description = -instruction.hasnext2.stackBefore = -instruction.hasnext2.stackAfter = boolValue -instruction.hasnext2.operands = objectReg, indexReg - -instruction.pushdecimal.shortDescription = Posa un valior decimal a la pila -instruction.pushdecimal.description = -instruction.pushdecimal.stackBefore = -instruction.pushdecimal.stackAfter = decimalValue -instruction.pushdecimal.operands = value - -instruction.pushdnan.shortDescription = Posa un valor decimal NaN a la pila -instruction.pushdnan.description = -instruction.pushdnan.stackBefore = -instruction.pushdnan.stackAfter = decimalNaN -instruction.pushdnan.operands = - -instruction.li8.shortDescription = Carrega un valor enter de 8 bits -instruction.li8.description = -instruction.li8.stackBefore = address -instruction.li8.stackAfter = int8Value -instruction.li8.operands = - -instruction.li16.shortDescription = Carrega un valor enter de 16 bits -instruction.li16.description = -instruction.li16.stackBefore = address -instruction.li16.stackAfter = int16Value -instruction.li16.operands = - -instruction.li32.shortDescription = Carrega un valor enter de 32 bits -instruction.li32.description = -instruction.li32.stackBefore = address -instruction.li32.stackAfter = int32Value -instruction.li32.operands = - -instruction.lf32.shortDescription = Carrega un valor de coma flotant de 32 bits -instruction.lf32.description = -instruction.lf32.stackBefore = address -instruction.lf32.stackAfter = float32Value -instruction.lf32.operands = - -instruction.lf64.shortDescription = Carrega un valor de coma flotant de 64 bits -instruction.lf64.description = -instruction.lf64.stackBefore = address -instruction.lf64.stackAfter = float64Value -instruction.lf64.operands = - -instruction.si8.shortDescription = Emmagatzema un valor enter de 8 bits -instruction.si8.description = -instruction.si8.stackBefore = value, address -instruction.si8.stackAfter = -instruction.si8.operands = - -instruction.si16.shortDescription = Emmagatzema un valor enter de 16 bits -instruction.si16.description = -instruction.si16.stackBefore = value, address -instruction.si16.stackAfter = -instruction.si16.operands = - -instruction.si32.shortDescription = Emmagatzema un valor enter de 32 bits -instruction.si32.description = -instruction.si32.stackBefore = value, address -instruction.si32.stackAfter = -instruction.si32.operands = - -instruction.sf32.shortDescription = Emmagatzema un valor de coma flotant de 32 bits -instruction.sf32.description = -instruction.sf32.stackBefore = value, address -instruction.sf32.stackAfter = -instruction.sf32.operands = - -instruction.sf64.shortDescription = Emmagatzema un valor de coma flotant de 64 bits -instruction.sf64.description = -instruction.sf64.stackBefore = value, address -instruction.sf64.stackAfter = -instruction.sf64.operands = - -instruction.newfunction.shortDescription = Crea un nou objecte Function -instruction.newfunction.description = -instruction.newfunction.stackBefore = -instruction.newfunction.stackAfter = function -instruction.newfunction.operands = method - -instruction.call.shortDescription = Crida una funci\u00f3 a la pila -instruction.call.description = -instruction.call.stackBefore = function, this, arg1, ..., argN -instruction.call.stackAfter = value -instruction.call.operands = argCount - -instruction.construct.shortDescription = Crida una funci\u00f3 constructora a la pila -instruction.construct.description = -instruction.construct.stackBefore = function, arg1, ..., argN -instruction.construct.stackAfter = value -instruction.construct.operands = argCount - -instruction.callmethod.shortDescription = Crida una m\u00e8tode de l'objecte per id de despatx -instruction.callmethod.description = -instruction.callmethod.stackBefore = this, arg1, ..., argN -instruction.callmethod.stackAfter = value -instruction.callmethod.operands = method, argCount - -instruction.callstatic.shortDescription = Crida una m\u00e8tode per id de m\u00e8tode al fitxer ABC -instruction.callstatic.description = -instruction.callstatic.stackBefore = this, arg1, ..., argN -instruction.callstatic.stackAfter = value -instruction.callstatic.operands = method, argCount - -instruction.callsuper.shortDescription = Crida una m\u00e8tode a la classe mare -instruction.callsuper.description = -instruction.callsuper.stackBefore = obj, [ns], [name], arg1, ..., argN -instruction.callsuper.stackAfter = value -instruction.callsuper.operands = methodName, argCount - -instruction.callproperty.shortDescription = Crida una propietat -instruction.callproperty.description = -instruction.callproperty.stackBefore = obj, [ns], [name], arg1, ..., argN -instruction.callproperty.stackAfter = value -instruction.callproperty.operands = property, argCount - -instruction.returnvoid.shortDescription = Retorna d'un m\u00e8tode -instruction.returnvoid.description = -instruction.returnvoid.stackBefore = -instruction.returnvoid.stackAfter = -instruction.returnvoid.operands = - -instruction.returnvalue.shortDescription = Retorna un valor d'un m\u00e8tode -instruction.returnvalue.description = -instruction.returnvalue.stackBefore = value -instruction.returnvalue.stackAfter = -instruction.returnvalue.operands = - -instruction.constructsuper.shortDescription = Crida el constructor pare d'un objecte -instruction.constructsuper.description = -instruction.constructsuper.stackBefore = obj, arg1, ..., argN -instruction.constructsuper.stackAfter = -instruction.constructsuper.operands = argCount - -instruction.constructprop.shortDescription = Construeix una propietat d'un objecte -instruction.constructprop.description = -instruction.constructprop.stackBefore = obj, [ns], [name], arg1, ..., argN -instruction.constructprop.stackAfter = value -instruction.constructprop.operands = property, argCount - +instruction.bkpt.shortDescription=Punt de ruptura +instruction.bkpt.description=Punt de ruptura en depuraci\u00f3 +instruction.bkpt.stackBefore= +instruction.bkpt.stackAfter= +instruction.bkpt.operands= +instruction.nop.shortDescription=Cap operaci\u00f3 +instruction.nop.description=No fa res +instruction.nop.stackBefore= +instruction.nop.stackAfter= +instruction.nop.operands= +instruction.throw.shortDescription=Llan\u00e7a excepci\u00f3 +instruction.throw.description=Treu el valor de la pila i el llan\u00e7a +instruction.throw.stackBefore=valor +instruction.throw.stackAfter= +instruction.throw.operands= +instruction.getsuper.shortDescription=Obt\u00e9 la propietat de la classe mare +instruction.getsuper.description= +instruction.getsuper.stackBefore=obj, [ns], [name] +instruction.getsuper.stackAfter=value +instruction.getsuper.operands=parentClassMultiname +instruction.setsuper.shortDescription=Estableix la propietat de la classe mare +instruction.setsuper.description= +instruction.setsuper.stackBefore=obj, [ns], [name], value +instruction.setsuper.stackAfter= +instruction.setsuper.operands=parentClassMultiname +instruction.dxns.shortDescription=Estableix l'espai de noms XML per defecte +instruction.dxns.description= +instruction.dxns.stackBefore= +instruction.dxns.stackAfter= +instruction.dxns.operands=uriString +instruction.dxnslate.shortDescription=Estableix l'espai de noms XML per defect en temps d'execuci\u00f3 +instruction.dxnslate.description= +instruction.dxnslate.stackBefore=uriValue +instruction.dxnslate.stackAfter= +instruction.dxnslate.operands= +instruction.kill.shortDescription=Mata el registre local +instruction.kill.description= +instruction.kill.stackBefore= +instruction.kill.stackAfter= +instruction.kill.operands=killedRegister +instruction.label.shortDescription=Objectiu d'una branca +instruction.label.description=Nom\u00e9s una marca que diu que aix\u00f2 \u00e9s l'objectiu de la branca seg\u00fent +instruction.label.stackBefore= +instruction.label.stackAfter= +instruction.label.operands= +instruction.lf32x4.shortDescription=Carrega un float4 de 32 bits +instruction.lf32x4.description= +instruction.lf32x4.stackBefore=address +instruction.lf32x4.stackAfter=float4Value +instruction.lf32x4.operands= +instruction.sf32x4.shortDescription=Emmagatzema un float4 de 32 bits +instruction.sf32x4.description= +instruction.sf32x4.stackBefore=float4Value, address +instruction.sf32x4.stackAfter= +instruction.sf32x4.operands= +instruction.ifnlt.shortDescription=Bifurca si no \u00e9s menor que +instruction.ifnlt.description= +instruction.ifnlt.stackBefore=value1, value2 +instruction.ifnlt.stackAfter= +instruction.ifnlt.operands=branchTarget +instruction.ifnle.shortDescription=Bifurca si no \u00e9s menor o igual +instruction.ifnle.description= +instruction.ifnle.stackBefore=value1, value2 +instruction.ifnle.stackAfter= +instruction.ifnle.operands=branchTarget +instruction.ifngt.shortDescription=Bifurca si no \u00e9s major que +instruction.ifngt.description= +instruction.ifngt.stackBefore=value1, value2 +instruction.ifngt.stackAfter= +instruction.ifngt.operands=branchTarget +instruction.ifnge.shortDescription=Bifurca si no \u00e9s major o igual +instruction.ifnge.description= +instruction.ifnge.stackBefore=value1, value2 +instruction.ifnge.stackAfter= +instruction.ifnge.operands=branchTarget +instruction.jump.shortDescription=Salta a la ubicaci\u00f3 +instruction.jump.description= +instruction.jump.stackBefore= +instruction.jump.stackAfter= +instruction.jump.operands=location +instruction.iftrue.shortDescription=Bifurca si \u00e9s cert +instruction.iftrue.description= +instruction.iftrue.stackBefore=value +instruction.iftrue.stackAfter= +instruction.iftrue.operands=branchTarget +instruction.iffalse.shortDescription=Bifurca si \u00e9s fals +instruction.iffalse.description= +instruction.iffalse.stackBefore=value +instruction.iffalse.stackAfter= +instruction.iffalse.operands=branchTarget +instruction.ifeq.shortDescription=Bifurca si \u00e9s igual +instruction.ifeq.description= +instruction.ifeq.stackBefore=value1, value2 +instruction.ifeq.stackAfter= +instruction.ifeq.operands=branchTarget +instruction.ifne.shortDescription=Bifurca si no \u00e9s igual +instruction.ifne.description= +instruction.ifne.stackBefore=value1, value2 +instruction.ifne.stackAfter= +instruction.ifne.operands=branchTarget +instruction.iflt.shortDescription=Bifurca si \u00e9s menor que +instruction.iflt.description= +instruction.iflt.stackBefore=value1, value2 +instruction.iflt.stackAfter= +instruction.iflt.operands=branchTarget +instruction.ifle.shortDescription=Bifurca si \u00e9s menor o igual +instruction.ifle.description= +instruction.ifle.stackBefore=value1, value2 +instruction.ifle.stackAfter= +instruction.ifle.operands=branchTarget +instruction.ifgt.shortDescription=Bifurca si es major que +instruction.ifgt.description= +instruction.ifgt.stackBefore=value1, value2 +instruction.ifgt.stackAfter= +instruction.ifgt.operands=branchTarget +instruction.ifge.shortDescription=Bifurca si es major o igual +instruction.ifge.description= +instruction.ifge.stackBefore=value1, value2 +instruction.ifge.stackAfter= +instruction.ifge.operands=branchTarget +instruction.ifstricteq.shortDescription=Bifurca si \u00e9s estrictament igual +instruction.ifstricteq.description= +instruction.ifstricteq.stackBefore=value1, value2 +instruction.ifstricteq.stackAfter= +instruction.ifstricteq.operands=branchTarget +instruction.ifstrictne.shortDescription=Bifurca si no \u00e9s estrictament igual +instruction.ifstrictne.description= +instruction.ifstrictne.stackBefore=value1, value2 +instruction.ifstrictne.stackAfter= +instruction.ifstrictne.operands=branchTarget +instruction.lookupswitch.shortDescription=Bifurca basant-se en l'\u00edndex +instruction.lookupswitch.description= +instruction.lookupswitch.stackBefore=index +instruction.lookupswitch.stackAfter= +instruction.lookupswitch.operands=defaultTarget, caseCount, case0Target, case1Target, ... +instruction.pushwith.shortDescription=Posa a la pila d'abast +instruction.pushwith.description= +instruction.pushwith.stackBefore=withScope +instruction.pushwith.stackAfter= +instruction.pushwith.operands= +instruction.popscope.shortDescription=Treu de la pila d'abast i descarta el valor +instruction.popscope.description= +instruction.popscope.stackBefore= +instruction.popscope.stackAfter= +instruction.popscope.operands= +instruction.nextname.shortDescription=Obt\u00e9 el nom de la propietat seg\u00fent +instruction.nextname.description= +instruction.nextname.stackBefore=obj, index +instruction.nextname.stackAfter=name +instruction.nextname.operands= +instruction.hasnext.shortDescription=Comprova si l'objecte t\u00e9 m\u00e9s propietats +instruction.hasnext.description= +instruction.hasnext.stackBefore=obj, currentIndex +instruction.hasnext.stackAfter=nextIndex +instruction.hasnext.operands= +instruction.pushnull.shortDescription=Posa un valor nul a la pila +instruction.pushnull.description= +instruction.pushnull.stackBefore= +instruction.pushnull.stackAfter=null +instruction.pushnull.operands= +instruction.pushundefined.shortDescription=Posa un valor indefinit a la pila +instruction.pushundefined.description= +instruction.pushundefined.stackBefore= +instruction.pushundefined.stackAfter=undefined +instruction.pushundefined.operands= +instruction.pushfloat.shortDescription=Posa un valor de coma flotant a la pila +instruction.pushfloat.description= +instruction.pushfloat.stackBefore= +instruction.pushfloat.stackAfter=floatValue +instruction.pushfloat.operands=float +instruction.nextvalue.shortDescription=Obt\u00e9 el valor de la propietat seg\u00fent +instruction.nextvalue.description= +instruction.nextvalue.stackBefore=obj, index +instruction.nextvalue.stackAfter=value +instruction.nextvalue.operands= +instruction.pushbyte.shortDescription=Posa un valor de byte a la pila +instruction.pushbyte.description= +instruction.pushbyte.stackBefore= +instruction.pushbyte.stackAfter=byteValue +instruction.pushbyte.operands=value +instruction.pushshort.shortDescription=Posa un valor d'enter curt a la pila +instruction.pushshort.description= +instruction.pushshort.stackBefore= +instruction.pushshort.stackAfter=shortValue +instruction.pushshort.operands=value +instruction.pushtrue.shortDescription=Posa un valor de cert a la pila +instruction.pushtrue.description= +instruction.pushtrue.stackBefore= +instruction.pushtrue.stackAfter=true +instruction.pushtrue.operands= +instruction.pushfalse.shortDescription=Posa un valor de fals a la pila +instruction.pushfalse.description= +instruction.pushfalse.stackBefore= +instruction.pushfalse.stackAfter=false +instruction.pushfalse.operands= +instruction.pushnan.shortDescription=Posa un valor NaN a la pila +instruction.pushnan.description= +instruction.pushnan.stackBefore= +instruction.pushnan.stackAfter=NaN +instruction.pushnan.operands= +instruction.pop.shortDescription=Treu el valor de dalt de la pila +instruction.pop.description= +instruction.pop.stackBefore=value +instruction.pop.stackAfter= +instruction.pop.operands= +instruction.dup.shortDescription=Duplica un valor a la pila +instruction.dup.description= +instruction.dup.stackBefore=value +instruction.dup.stackAfter=value, value +instruction.dup.operands= +instruction.swap.shortDescription=Intercanvia els dos valors de dalt de la pila +instruction.swap.description= +instruction.swap.stackBefore=value1, value2 +instruction.swap.stackAfter=value2, value1 +instruction.swap.operands= +instruction.pushstring.shortDescription=Posa un valor de cadena a la pila +instruction.pushstring.description= +instruction.pushstring.stackBefore= +instruction.pushstring.stackAfter=stringValue +instruction.pushstring.operands=value +instruction.pushint.shortDescription=Posa un valor enter a la pila +instruction.pushint.description= +instruction.pushint.stackBefore= +instruction.pushint.stackAfter=intValue +instruction.pushint.operands=value +instruction.pushuint.shortDescription=Posa un valor enter sense signe a la pila +instruction.pushuint.description= +instruction.pushuint.stackBefore= +instruction.pushuint.stackAfter=uintValue +instruction.pushuint.operands=value +instruction.pushdouble.shortDescription=Posa un valor de doble precisi\u00f3 a la pila +instruction.pushdouble.description= +instruction.pushdouble.stackBefore= +instruction.pushdouble.stackAfter=doubleValue +instruction.pushdouble.operands=value +instruction.pushscope.shortDescription=Posa un object a la pila d'abast +instruction.pushscope.description= +instruction.pushscope.stackBefore=obj +instruction.pushscope.stackAfter= +instruction.pushscope.operands= +instruction.pushnamespace.shortDescription=Posa un espai de noms a la pila +instruction.pushnamespace.description= +instruction.pushnamespace.stackBefore= +instruction.pushnamespace.stackAfter=namespace +instruction.pushnamespace.operands=value +instruction.hasnext2.shortDescription=Comprova si l'objecte t\u00e9 m\u00e9s propietats (basant-se en el registre) +instruction.hasnext2.description= +instruction.hasnext2.stackBefore= +instruction.hasnext2.stackAfter=boolValue +instruction.hasnext2.operands=objectReg, indexReg +instruction.pushdecimal.shortDescription=Posa un valior decimal a la pila +instruction.pushdecimal.description= +instruction.pushdecimal.stackBefore= +instruction.pushdecimal.stackAfter=decimalValue +instruction.pushdecimal.operands=value +instruction.pushdnan.shortDescription=Posa un valor decimal NaN a la pila +instruction.pushdnan.description= +instruction.pushdnan.stackBefore= +instruction.pushdnan.stackAfter=decimalNaN +instruction.pushdnan.operands= +instruction.li8.shortDescription=Carrega un valor enter de 8 bits +instruction.li8.description= +instruction.li8.stackBefore=address +instruction.li8.stackAfter=int8Value +instruction.li8.operands= +instruction.li16.shortDescription=Carrega un valor enter de 16 bits +instruction.li16.description= +instruction.li16.stackBefore=address +instruction.li16.stackAfter=int16Value +instruction.li16.operands= +instruction.li32.shortDescription=Carrega un valor enter de 32 bits +instruction.li32.description= +instruction.li32.stackBefore=address +instruction.li32.stackAfter=int32Value +instruction.li32.operands= +instruction.lf32.shortDescription=Carrega un valor de coma flotant de 32 bits +instruction.lf32.description= +instruction.lf32.stackBefore=address +instruction.lf32.stackAfter=float32Value +instruction.lf32.operands= +instruction.lf64.shortDescription=Carrega un valor de coma flotant de 64 bits +instruction.lf64.description= +instruction.lf64.stackBefore=address +instruction.lf64.stackAfter=float64Value +instruction.lf64.operands= +instruction.si8.shortDescription=Emmagatzema un valor enter de 8 bits +instruction.si8.description= +instruction.si8.stackBefore=value, address +instruction.si8.stackAfter= +instruction.si8.operands= +instruction.si16.shortDescription=Emmagatzema un valor enter de 16 bits +instruction.si16.description= +instruction.si16.stackBefore=value, address +instruction.si16.stackAfter= +instruction.si16.operands= +instruction.si32.shortDescription=Emmagatzema un valor enter de 32 bits +instruction.si32.description= +instruction.si32.stackBefore=value, address +instruction.si32.stackAfter= +instruction.si32.operands= +instruction.sf32.shortDescription=Emmagatzema un valor de coma flotant de 32 bits +instruction.sf32.description= +instruction.sf32.stackBefore=value, address +instruction.sf32.stackAfter= +instruction.sf32.operands= +instruction.sf64.shortDescription=Emmagatzema un valor de coma flotant de 64 bits +instruction.sf64.description= +instruction.sf64.stackBefore=value, address +instruction.sf64.stackAfter= +instruction.sf64.operands= +instruction.newfunction.shortDescription=Crea un nou objecte Function +instruction.newfunction.description= +instruction.newfunction.stackBefore= +instruction.newfunction.stackAfter=function +instruction.newfunction.operands=method +instruction.call.shortDescription=Crida una funci\u00f3 a la pila +instruction.call.description= +instruction.call.stackBefore=function, this, arg1, ..., argN +instruction.call.stackAfter=value +instruction.call.operands=argCount +instruction.construct.shortDescription=Crida una funci\u00f3 constructora a la pila +instruction.construct.description= +instruction.construct.stackBefore=function, arg1, ..., argN +instruction.construct.stackAfter=value +instruction.construct.operands=argCount +instruction.callmethod.shortDescription=Crida una m\u00e8tode de l'objecte per id de despatx +instruction.callmethod.description= +instruction.callmethod.stackBefore=this, arg1, ..., argN +instruction.callmethod.stackAfter=value +instruction.callmethod.operands=method, argCount +instruction.callstatic.shortDescription=Crida una m\u00e8tode per id de m\u00e8tode al fitxer ABC +instruction.callstatic.description= +instruction.callstatic.stackBefore=this, arg1, ..., argN +instruction.callstatic.stackAfter=value +instruction.callstatic.operands=method, argCount +instruction.callsuper.shortDescription=Crida una m\u00e8tode a la classe mare +instruction.callsuper.description= +instruction.callsuper.stackBefore=obj, [ns], [name], arg1, ..., argN +instruction.callsuper.stackAfter=value +instruction.callsuper.operands=methodName, argCount +instruction.callproperty.shortDescription=Crida una propietat +instruction.callproperty.description= +instruction.callproperty.stackBefore=obj, [ns], [name], arg1, ..., argN +instruction.callproperty.stackAfter=value +instruction.callproperty.operands=property, argCount +instruction.returnvoid.shortDescription=Retorna d'un m\u00e8tode +instruction.returnvoid.description= +instruction.returnvoid.stackBefore= +instruction.returnvoid.stackAfter= +instruction.returnvoid.operands= +instruction.returnvalue.shortDescription=Retorna un valor d'un m\u00e8tode +instruction.returnvalue.description= +instruction.returnvalue.stackBefore=value +instruction.returnvalue.stackAfter= +instruction.returnvalue.operands= +instruction.constructsuper.shortDescription=Crida el constructor pare d'un objecte +instruction.constructsuper.description= +instruction.constructsuper.stackBefore=obj, arg1, ..., argN +instruction.constructsuper.stackAfter= +instruction.constructsuper.operands=argCount +instruction.constructprop.shortDescription=Construeix una propietat d'un objecte +instruction.constructprop.description= +instruction.constructprop.stackBefore=obj, [ns], [name], arg1, ..., argN +instruction.constructprop.stackAfter=value +instruction.constructprop.operands=property, argCount #Undocumented: -instruction.callsuperid.shortDescription = Crida un s\u00faper id -instruction.callsuperid.description = +instruction.callsuperid.shortDescription=Crida un s\u00faper id +instruction.callsuperid.description= #instruction.callsuperid.stackBefore = #instruction.callsuperid.stackAfter = #instruction.callsuperid.operands = - -instruction.callproplex.shortDescription = Crida una propietat amb nul -instruction.callproplex.description = -instruction.callproplex.stackBefore = obj, [ns], [name], arg1, ..., argN -instruction.callproplex.stackAfter = value -instruction.callproplex.operands = property, argCount - +instruction.callproplex.shortDescription=Crida una propietat amb nul +instruction.callproplex.description= +instruction.callproplex.stackBefore=obj, [ns], [name], arg1, ..., argN +instruction.callproplex.stackAfter=value +instruction.callproplex.operands=property, argCount #Undocumented: -instruction.callinterface.shortDescription = Crida una interf\u00edcie -instruction.callinterface.description = +instruction.callinterface.shortDescription=Crida una interf\u00edcie +instruction.callinterface.description= #instruction.callinterface.stackBefore = #instruction.callinterface.stackAfter = -instruction.callinterface.operands = interface, argCount - - -instruction.callsupervoid.shortDescription = Crida un m\u00e8tode a la classe mare, descarta el valor de retorn -instruction.callsupervoid.description = -instruction.callsupervoid.stackBefore = obj, [ns], [name], arg1, ..., argN -instruction.callsupervoid.stackAfter = -instruction.callsupervoid.operands = methodName, argCount - - -instruction.callpropvoid.shortDescription = Crida una propietat, descarta el valor de retorn -instruction.callpropvoid.description = -instruction.callpropvoid.stackBefore = obj, [ns], [name], arg1, ..., argN -instruction.callpropvoid.stackAfter = -instruction.callpropvoid.operands = property, argCount - -instruction.sxi1.shortDescription = Sign extend 1bit value to 32bits -instruction.sxi1.description = -instruction.sxi1.stackBefore = value -instruction.sxi1.stackAfter = valueExtended -instruction.sxi1.operands = - -instruction.sxi8.shortDescription = Sign extend 8bit value to 32bits -instruction.sxi8.description = -instruction.sxi8.stackBefore = value -instruction.sxi8.stackAfter = valueExtended -instruction.sxi8.operands = - -instruction.sxi16.shortDescription = Sign extend 16bit value to 32bits -instruction.sxi16.description = -instruction.sxi16.stackBefore = value -instruction.sxi16.stackAfter = valueExtended -instruction.sxi16.operands = - -instruction.applytype.shortDescription = Applica tipus de par\u00e0metre -instruction.applytype.description = Aplica els tipus de par\u00e0metre al tipus base. Per exemple, quan es resol Vector en temps d'execuci\u00f3. String \u00e9s un par\u00e0metre, Vector \u00e9s la classe base. -instruction.applytype.stackBefore = baseType, typeParam1, ..., typeParamN -instruction.applytype.stackAfter = baseType -instruction.applytype.operands = typeParamCount - -instruction.pushfloat4.shortDescription = Posa un valor float4 a la pila -instruction.pushfloat4.description = -instruction.pushfloat4.stackBefore = -instruction.pushfloat4.stackAfter = float4Value -instruction.pushfloat4.operands = float4 - -instruction.newobject.shortDescription = Crea un nou objecte -instruction.newobject.description = -instruction.newobject.stackBefore = name1, value1, name2, value2, ..., nameN, valueN -instruction.newobject.stackAfter = newObject -instruction.newobject.operands = propertyCount - -instruction.newarray.shortDescription = Crea una nova matriu -instruction.newarray.description = -instruction.newarray.stackBefore = value1, value2, ..., valueN -instruction.newarray.stackAfter = newArray -instruction.newarray.operands = valueCount - -instruction.newactivation.shortDescription = Crea un nou objecte d'activaci\u00f3 -instruction.newactivation.description = -instruction.newactivation.stackBefore = -instruction.newactivation.stackAfter = newActivation -instruction.newactivation.operands = - -instruction.newclass.shortDescription = Crea una nova classe -instruction.newclass.description = -instruction.newclass.stackBefore = baseType -instruction.newclass.stackAfter = newClass -instruction.newclass.operands = class - -instruction.getdescendants.shortDescription = Obt\u00e9 els descendents -instruction.getdescendants.description = -instruction.getdescendants.stackBefore = obj, [ns], [name] -instruction.getdescendants.stackAfter = value -instruction.getdescendants.operands = operand1 - -instruction.newcatch.shortDescription = Crea un nou abast de captura -instruction.newcatch.description = -instruction.newcatch.stackBefore = -instruction.newcatch.stackAfter = catchScope -instruction.newcatch.operands = exception - +instruction.callinterface.operands=interface, argCount +instruction.callsupervoid.shortDescription=Crida un m\u00e8tode a la classe mare, descarta el valor de retorn +instruction.callsupervoid.description= +instruction.callsupervoid.stackBefore=obj, [ns], [name], arg1, ..., argN +instruction.callsupervoid.stackAfter= +instruction.callsupervoid.operands=methodName, argCount +instruction.callpropvoid.shortDescription=Crida una propietat, descarta el valor de retorn +instruction.callpropvoid.description= +instruction.callpropvoid.stackBefore=obj, [ns], [name], arg1, ..., argN +instruction.callpropvoid.stackAfter= +instruction.callpropvoid.operands=property, argCount +instruction.sxi1.shortDescription=Sign extend 1bit value to 32bits +instruction.sxi1.description= +instruction.sxi1.stackBefore=value +instruction.sxi1.stackAfter=valueExtended +instruction.sxi1.operands= +instruction.sxi8.shortDescription=Sign extend 8bit value to 32bits +instruction.sxi8.description= +instruction.sxi8.stackBefore=value +instruction.sxi8.stackAfter=valueExtended +instruction.sxi8.operands= +instruction.sxi16.shortDescription=Sign extend 16bit value to 32bits +instruction.sxi16.description= +instruction.sxi16.stackBefore=value +instruction.sxi16.stackAfter=valueExtended +instruction.sxi16.operands= +instruction.applytype.shortDescription=Applica tipus de par\u00e0metre +instruction.applytype.description=Aplica els tipus de par\u00e0metre al tipus base. Per exemple, quan es resol Vector en temps d'execuci\u00f3. String \u00e9s un par\u00e0metre, Vector \u00e9s la classe base. +instruction.applytype.stackBefore=baseType, typeParam1, ..., typeParamN +instruction.applytype.stackAfter=baseType +instruction.applytype.operands=typeParamCount +instruction.pushfloat4.shortDescription=Posa un valor float4 a la pila +instruction.pushfloat4.description= +instruction.pushfloat4.stackBefore= +instruction.pushfloat4.stackAfter=float4Value +instruction.pushfloat4.operands=float4 +instruction.newobject.shortDescription=Crea un nou objecte +instruction.newobject.description= +instruction.newobject.stackBefore=name1, value1, name2, value2, ..., nameN, valueN +instruction.newobject.stackAfter=newObject +instruction.newobject.operands=propertyCount +instruction.newarray.shortDescription=Crea una nova matriu +instruction.newarray.description= +instruction.newarray.stackBefore=value1, value2, ..., valueN +instruction.newarray.stackAfter=newArray +instruction.newarray.operands=valueCount +instruction.newactivation.shortDescription=Crea un nou objecte d'activaci\u00f3 +instruction.newactivation.description= +instruction.newactivation.stackBefore= +instruction.newactivation.stackAfter=newActivation +instruction.newactivation.operands= +instruction.newclass.shortDescription=Crea una nova classe +instruction.newclass.description= +instruction.newclass.stackBefore=baseType +instruction.newclass.stackAfter=newClass +instruction.newclass.operands=class +instruction.getdescendants.shortDescription=Obt\u00e9 els descendents +instruction.getdescendants.description= +instruction.getdescendants.stackBefore=obj, [ns], [name] +instruction.getdescendants.stackAfter=value +instruction.getdescendants.operands=operand1 +instruction.newcatch.shortDescription=Crea un nou abast de captura +instruction.newcatch.description= +instruction.newcatch.stackBefore= +instruction.newcatch.stackAfter=catchScope +instruction.newcatch.operands=exception #Undocumented: -instruction.deldescendants.shortDescription = Suprimeix els descendents -instruction.deldescendants.description = +instruction.deldescendants.shortDescription=Suprimeix els descendents +instruction.deldescendants.description= #instruction.deldescendants.stackBefore = #instruction.deldescendants.stackAfter = -instruction.deldescendants.operands = multinameIndex - +instruction.deldescendants.operands=multinameIndex #Undocumented: -instruction.findpropglobal.shortDescription = Busca una propietat a l'abast global -instruction.findpropglobal.description = -instruction.findpropglobal.stackBefore = [ns], [name] -instruction.findpropglobal.stackAfter = obj -instruction.findpropglobal.operands = property - -instruction.findpropstrict.shortDescription = Busca una propietat a la pila d'abast, error quan no es troba -instruction.findpropstrict.description = -instruction.findpropstrict.stackBefore = [ns], [name] -instruction.findpropstrict.stackAfter = obj -instruction.findpropstrict.operands = property - -instruction.findproperty.shortDescription = Busca una propietat a la pila d'abast, objecte de dalt quan no es troba -instruction.findproperty.description = -instruction.findproperty.stackBefore = [ns], [name] -instruction.findproperty.stackAfter = obj -instruction.findproperty.operands = property - +instruction.findpropglobal.shortDescription=Busca una propietat a l'abast global +instruction.findpropglobal.description= +instruction.findpropglobal.stackBefore=[ns], [name] +instruction.findpropglobal.stackAfter=obj +instruction.findpropglobal.operands=property +instruction.findpropstrict.shortDescription=Busca una propietat a la pila d'abast, error quan no es troba +instruction.findpropstrict.description= +instruction.findpropstrict.stackBefore=[ns], [name] +instruction.findpropstrict.stackAfter=obj +instruction.findpropstrict.operands=property +instruction.findproperty.shortDescription=Busca una propietat a la pila d'abast, objecte de dalt quan no es troba +instruction.findproperty.description= +instruction.findproperty.stackBefore=[ns], [name] +instruction.findproperty.stackAfter=obj +instruction.findproperty.operands=property #Undocumented: -instruction.finddef.shortDescription = Busca una definici\u00f3 de nivell de script -instruction.finddef.description = -instruction.finddef.stackBefore = [ns], [name] -instruction.finddef.stackAfter = obj -instruction.finddef.operands = property - -instruction.getlex.shortDescription = Busca i obt\u00e9 una propietat -instruction.getlex.description = -instruction.getlex.stackBefore = -instruction.getlex.stackAfter = obj -instruction.getlex.operands = property - -instruction.setproperty.shortDescription = Estableix una propietat -instruction.setproperty.description = -instruction.setproperty.stackBefore = obj, [ns], [name], value -instruction.setproperty.stackAfter = -instruction.setproperty.operands = property - -instruction.getlocal.shortDescription = Obt\u00e9 un valor del registre local -instruction.getlocal.description = -instruction.getlocal.stackBefore = -instruction.getlocal.stackAfter = value -instruction.getlocal.operands = localRegIndex - -instruction.setlocal.shortDescription = Estableix un valor del registre local -instruction.setlocal.description = -instruction.setlocal.stackBefore = value -instruction.setlocal.stackAfter = -instruction.setlocal.operands = localRegIndex - -instruction.getglobalscope.shortDescription = Obt\u00e9 l'abast global -instruction.getglobalscope.description = -instruction.getglobalscope.stackBefore = -instruction.getglobalscope.stackAfter = obj -instruction.getglobalscope.operands = - -instruction.getscopeobject.shortDescription = Obt\u00e9 un objecte d'abast (local) -instruction.getscopeobject.description = -instruction.getscopeobject.stackBefore = -instruction.getscopeobject.stackAfter = obj -instruction.getscopeobject.operands = scopeIndex - -instruction.getproperty.shortDescription = Obt\u00e9 una propietat -instruction.getproperty.description = -instruction.getproperty.stackBefore = obj, [ns], [name] -instruction.getproperty.stackAfter = value -instruction.getproperty.operands = property - -instruction.getouterscope.shortDescription = Obt\u00e9 un objecte d'abast (outer) -instruction.getouterscope.description = -instruction.getouterscope.stackBefore = -instruction.getouterscope.stackAfter = obj -instruction.getouterscope.operands = scopeIndex - -instruction.initproperty.shortDescription = Inicialitza una propietat -instruction.initproperty.description = -instruction.initproperty.stackBefore = obj, [ns], [name], value -instruction.initproperty.stackAfter = -instruction.initproperty.operands = property - +instruction.finddef.shortDescription=Busca una definici\u00f3 de nivell de script +instruction.finddef.description= +instruction.finddef.stackBefore=[ns], [name] +instruction.finddef.stackAfter=obj +instruction.finddef.operands=property +instruction.getlex.shortDescription=Busca i obt\u00e9 una propietat +instruction.getlex.description= +instruction.getlex.stackBefore= +instruction.getlex.stackAfter=obj +instruction.getlex.operands=property +instruction.setproperty.shortDescription=Estableix una propietat +instruction.setproperty.description= +instruction.setproperty.stackBefore=obj, [ns], [name], value +instruction.setproperty.stackAfter= +instruction.setproperty.operands=property +instruction.getlocal.shortDescription=Obt\u00e9 un valor del registre local +instruction.getlocal.description= +instruction.getlocal.stackBefore= +instruction.getlocal.stackAfter=value +instruction.getlocal.operands=localRegIndex +instruction.setlocal.shortDescription=Estableix un valor del registre local +instruction.setlocal.description= +instruction.setlocal.stackBefore=value +instruction.setlocal.stackAfter= +instruction.setlocal.operands=localRegIndex +instruction.getglobalscope.shortDescription=Obt\u00e9 l'abast global +instruction.getglobalscope.description= +instruction.getglobalscope.stackBefore= +instruction.getglobalscope.stackAfter=obj +instruction.getglobalscope.operands= +instruction.getscopeobject.shortDescription=Obt\u00e9 un objecte d'abast (local) +instruction.getscopeobject.description= +instruction.getscopeobject.stackBefore= +instruction.getscopeobject.stackAfter=obj +instruction.getscopeobject.operands=scopeIndex +instruction.getproperty.shortDescription=Obt\u00e9 una propietat +instruction.getproperty.description= +instruction.getproperty.stackBefore=obj, [ns], [name] +instruction.getproperty.stackAfter=value +instruction.getproperty.operands=property +instruction.getouterscope.shortDescription=Obt\u00e9 un objecte d'abast (outer) +instruction.getouterscope.description= +instruction.getouterscope.stackBefore= +instruction.getouterscope.stackAfter=obj +instruction.getouterscope.operands=scopeIndex +instruction.initproperty.shortDescription=Inicialitza una propietat +instruction.initproperty.description= +instruction.initproperty.stackBefore=obj, [ns], [name], value +instruction.initproperty.stackAfter= +instruction.initproperty.operands=property #Undocumented: -instruction.setpropertylate.shortDescription = Estableix una propietat (basant-se en la pila) -instruction.setpropertylate.description = +instruction.setpropertylate.shortDescription=Estableix una propietat (basant-se en la pila) +instruction.setpropertylate.description= #instruction.setpropertylate.stackBefore = #instruction.setpropertylate.stackAfter = #instruction.setpropertylate.operands = - -instruction.deleteproperty.shortDescription = Suprimeix una propietat -instruction.deleteproperty.description = -instruction.deleteproperty.stackBefore = obj, [ns], [name] -instruction.deleteproperty.stackAfter = boolResult -instruction.deleteproperty.operands = property - +instruction.deleteproperty.shortDescription=Suprimeix una propietat +instruction.deleteproperty.description= +instruction.deleteproperty.stackBefore=obj, [ns], [name] +instruction.deleteproperty.stackAfter=boolResult +instruction.deleteproperty.operands=property #Undocumented: -instruction.deletepropertylate.shortDescription = Suprimeix una propietat (basant-se en la pila) -instruction.deletepropertylate.description = +instruction.deletepropertylate.shortDescription=Suprimeix una propietat (basant-se en la pila) +instruction.deletepropertylate.description= #instruction.deletepropertylate.stackBefore = #instruction.deletepropertylate.stackAfter = -instruction.deletepropertylate.operands = - -instruction.getslot.shortDescription = Obt\u00e9 el valor d'un slot -instruction.getslot.description = -instruction.getslot.stackBefore = obj -instruction.getslot.stackAfter = value -instruction.getslot.operands = slotIndex - -instruction.setslot.shortDescription = Estableix el valor d'un slot -instruction.setslot.description = -instruction.setslot.stackBefore = obj, value -instruction.setslot.stackAfter = -instruction.setslot.operands = slotIndex - -instruction.getglobalslot.shortDescription = Obt\u00e9 el valor d'un slot en l'abast global -instruction.getglobalslot.description = -instruction.getglobalslot.stackBefore = -instruction.getglobalslot.stackAfter = value -instruction.getglobalslot.operands = slotIndex - -instruction.setglobalslot.shortDescription = Estableix el valor d'un slot en l'abast global -instruction.setglobalslot.description = -instruction.setglobalslot.stackBefore = value -instruction.setglobalslot.stackAfter = -instruction.setglobalslot.operands = slotIndex - -instruction.convert_s.shortDescription = Converteix un valor a cadena -instruction.convert_s.description = -instruction.convert_s.stackBefore = value -instruction.convert_s.stackAfter = stringValue -instruction.convert_s.operands = - -instruction.esc_xelem.shortDescription = Escapa un element XML -instruction.esc_xelem.description = -instruction.esc_xelem.stackBefore = value -instruction.esc_xelem.stackAfter = stringValue -instruction.esc_xelem.operands = - -instruction.esc_xattr.shortDescription = Escapa un atribut XML -instruction.esc_xattr.description = -instruction.esc_xattr.stackBefore = value -instruction.esc_xattr.stackAfter = stringValue -instruction.esc_xattr.operands = - -instruction.convert_i.shortDescription = Converteix un valor a enter -instruction.convert_i.description = -instruction.convert_i.stackBefore = value -instruction.convert_i.stackAfter = intValue -instruction.convert_i.operands = - -instruction.convert_u.shortDescription = Converteix un valor a enter sense signe -instruction.convert_u.description = -instruction.convert_u.stackBefore = value -instruction.convert_u.stackAfter = uintValue -instruction.convert_u.operands = - -instruction.convert_d.shortDescription = Converteix un valor a doble -instruction.convert_d.description = -instruction.convert_d.stackBefore = value -instruction.convert_d.stackAfter = doubleValue -instruction.convert_d.operands = - -instruction.convert_b.shortDescription = Converteix un valor a boole\u00e0 -instruction.convert_b.description = -instruction.convert_b.stackBefore = value -instruction.convert_b.stackAfter = booleanValue -instruction.convert_b.operands = - -instruction.convert_o.shortDescription = Converteix un valor a Object -instruction.convert_o.description = -instruction.convert_o.stackBefore = value -instruction.convert_o.stackAfter = value -instruction.convert_o.operands = - -instruction.checkfilter.shortDescription = Comprova que un objecte pot tenir aplicada una operaci\u00f3 de filtre -instruction.checkfilter.description = -instruction.checkfilter.stackBefore = value -instruction.checkfilter.stackAfter = value -instruction.checkfilter.operands = - -instruction.convert_m.shortDescription = Converteix un valor a decimal -instruction.convert_m.description = -instruction.convert_m.stackBefore = value -instruction.convert_m.stackAfter = decimalValue -instruction.convert_m.operands = - -instruction.convert_m_p.shortDescription = Converteix un valor a decimal amb context de n\u00famero -instruction.convert_m_p.description = -instruction.convert_m_p.stackBefore = value -instruction.convert_m_p.stackAfter = decimalValue -instruction.convert_m_p.operands = numberContext - -instruction.convert_f.shortDescription = Converteix un valor a coma flotant -instruction.convert_f.description = -instruction.convert_f.stackBefore = value -instruction.convert_f.stackAfter = floatValue -instruction.convert_f.operands = - -instruction.convert_f4.shortDescription = Converteix un valor a float4 -instruction.convert_f4.description = -instruction.convert_f4.stackBefore = value -instruction.convert_f4.stackAfter = float4Value -instruction.convert_f4.operands = - -instruction.coerce.shortDescription = For\u00e7a un valor a un tipus especificat -instruction.coerce.description = -instruction.coerce.stackBefore = value -instruction.coerce.stackAfter = coercedValue -instruction.coerce.operands = type - -instruction.coerce_b.shortDescription = For\u00e7a un valor a boole\u00e0 -instruction.coerce_b.description = -instruction.coerce_b.stackBefore = value -instruction.coerce_b.stackAfter = booleanValue -instruction.coerce_b.operands = -instruction.coerce_b.deprecated = Use convert_b instead - -instruction.coerce_a.shortDescription = For\u00e7a un valor a qualsevol tipus -instruction.coerce_a.description = -instruction.coerce_a.stackBefore = value -instruction.coerce_a.stackAfter = value -instruction.coerce_a.operands = - -instruction.coerce_i.shortDescription = For\u00e7a un valor a enter -instruction.coerce_i.description = -instruction.coerce_i.stackBefore = value -instruction.coerce_i.stackAfter = intValue -instruction.coerce_i.operands = -instruction.coerce_i.deprecated = Use convert_i instead - -instruction.coerce_d.shortDescription = For\u00e7a un valor a doble -instruction.coerce_d.description = -instruction.coerce_d.stackBefore = value -instruction.coerce_d.stackAfter = doubleValue -instruction.coerce_d.operands = -instruction.coerce_d.deprecated = Use convert_d instead - -instruction.coerce_s.shortDescription = For\u00e7a un valor a cadena -instruction.coerce_s.description = -instruction.coerce_s.stackBefore = value -instruction.coerce_s.stackAfter = stringValue -instruction.coerce_s.operands = - -instruction.astype.shortDescription = Retorna el mateix valor o nul si no s'especifica el tipus -instruction.astype.description = -instruction.astype.stackBefore = value -instruction.astype.stackAfter = value -instruction.astype.operands = type - -instruction.astypelate.shortDescription = Retorna el mateix valor o nul si no s'especifica el tipus (basant-se en la pila) -instruction.astypelate.description = -instruction.astypelate.stackBefore = value, type -instruction.astypelate.stackAfter = value -instruction.astypelate.operands = - -instruction.coerce_u.shortDescription = For\u00e7a un valor a enter sense signe -instruction.coerce_u.description = -instruction.coerce_u.stackBefore = value -instruction.coerce_u.stackAfter = uintValue -instruction.coerce_u.operands = - -instruction.coerce_o.shortDescription = For\u00e7a un valor a Object -instruction.coerce_o.description = -instruction.coerce_o.stackBefore = value -instruction.coerce_o.stackAfter = value -instruction.coerce_o.operands = - -instruction.negate_p.shortDescription = Nega un valor utilitzant el context de n\u00famero -instruction.negate_p.description = -instruction.negate_p.stackBefore = value -instruction.negate_p.stackAfter = -value -instruction.negate_p.operands = numberContext - -instruction.negate.shortDescription = Nega un valor -instruction.negate.description = -instruction.negate.stackBefore = value -instruction.negate.stackAfter = -value -instruction.negate.operands = - -instruction.increment.shortDescription = Incrementa un valor -instruction.increment.description = -instruction.increment.stackBefore = value -instruction.increment.stackAfter = incrementedValue -instruction.increment.operands = - -instruction.inclocal.shortDescription = Incrementa un registre local -instruction.inclocal.description = -instruction.inclocal.stackBefore = -instruction.inclocal.stackAfter = -instruction.inclocal.operands = localRegister - -instruction.decrement.shortDescription = Decrementa un valor -instruction.decrement.description = -instruction.decrement.stackBefore = value -instruction.decrement.stackAfter = decrementedValue -instruction.decrement.operands = - -instruction.declocal.shortDescription = Decrementa un registre local -instruction.declocal.description = -instruction.declocal.stackBefore = -instruction.declocal.stackAfter = -instruction.declocal.operands = localRegister - -instruction.typeof.shortDescription = Obt\u00e9 el nom d'un tipus de valor -instruction.typeof.description = -instruction.typeof.stackBefore = value -instruction.typeof.stackAfter = typeName -instruction.typeof.operands = - -instruction.not.shortDescription = Nega un boole\u00e0 -instruction.not.description = -instruction.not.stackBefore = value -instruction.not.stackAfter = !value -instruction.not.operands = - -instruction.bitnot.shortDescription = Nega bit a bit -instruction.bitnot.description = -instruction.bitnot.stackBefore = value -instruction.bitnot.stackAfter = ~value -instruction.bitnot.operands = - +instruction.deletepropertylate.operands= +instruction.getslot.shortDescription=Obt\u00e9 el valor d'un slot +instruction.getslot.description= +instruction.getslot.stackBefore=obj +instruction.getslot.stackAfter=value +instruction.getslot.operands=slotIndex +instruction.setslot.shortDescription=Estableix el valor d'un slot +instruction.setslot.description= +instruction.setslot.stackBefore=obj, value +instruction.setslot.stackAfter= +instruction.setslot.operands=slotIndex +instruction.getglobalslot.shortDescription=Obt\u00e9 el valor d'un slot en l'abast global +instruction.getglobalslot.description= +instruction.getglobalslot.stackBefore= +instruction.getglobalslot.stackAfter=value +instruction.getglobalslot.operands=slotIndex +instruction.setglobalslot.shortDescription=Estableix el valor d'un slot en l'abast global +instruction.setglobalslot.description= +instruction.setglobalslot.stackBefore=value +instruction.setglobalslot.stackAfter= +instruction.setglobalslot.operands=slotIndex +instruction.convert_s.shortDescription=Converteix un valor a cadena +instruction.convert_s.description= +instruction.convert_s.stackBefore=value +instruction.convert_s.stackAfter=stringValue +instruction.convert_s.operands= +instruction.esc_xelem.shortDescription=Escapa un element XML +instruction.esc_xelem.description= +instruction.esc_xelem.stackBefore=value +instruction.esc_xelem.stackAfter=stringValue +instruction.esc_xelem.operands= +instruction.esc_xattr.shortDescription=Escapa un atribut XML +instruction.esc_xattr.description= +instruction.esc_xattr.stackBefore=value +instruction.esc_xattr.stackAfter=stringValue +instruction.esc_xattr.operands= +instruction.convert_i.shortDescription=Converteix un valor a enter +instruction.convert_i.description= +instruction.convert_i.stackBefore=value +instruction.convert_i.stackAfter=intValue +instruction.convert_i.operands= +instruction.convert_u.shortDescription=Converteix un valor a enter sense signe +instruction.convert_u.description= +instruction.convert_u.stackBefore=value +instruction.convert_u.stackAfter=uintValue +instruction.convert_u.operands= +instruction.convert_d.shortDescription=Converteix un valor a doble +instruction.convert_d.description= +instruction.convert_d.stackBefore=value +instruction.convert_d.stackAfter=doubleValue +instruction.convert_d.operands= +instruction.convert_b.shortDescription=Converteix un valor a boole\u00e0 +instruction.convert_b.description= +instruction.convert_b.stackBefore=value +instruction.convert_b.stackAfter=booleanValue +instruction.convert_b.operands= +instruction.convert_o.shortDescription=Converteix un valor a Object +instruction.convert_o.description= +instruction.convert_o.stackBefore=value +instruction.convert_o.stackAfter=value +instruction.convert_o.operands= +instruction.checkfilter.shortDescription=Comprova que un objecte pot tenir aplicada una operaci\u00f3 de filtre +instruction.checkfilter.description= +instruction.checkfilter.stackBefore=value +instruction.checkfilter.stackAfter=value +instruction.checkfilter.operands= +instruction.convert_m.shortDescription=Converteix un valor a decimal +instruction.convert_m.description= +instruction.convert_m.stackBefore=value +instruction.convert_m.stackAfter=decimalValue +instruction.convert_m.operands= +instruction.convert_m_p.shortDescription=Converteix un valor a decimal amb context de n\u00famero +instruction.convert_m_p.description= +instruction.convert_m_p.stackBefore=value +instruction.convert_m_p.stackAfter=decimalValue +instruction.convert_m_p.operands=numberContext +instruction.convert_f.shortDescription=Converteix un valor a coma flotant +instruction.convert_f.description= +instruction.convert_f.stackBefore=value +instruction.convert_f.stackAfter=floatValue +instruction.convert_f.operands= +instruction.convert_f4.shortDescription=Converteix un valor a float4 +instruction.convert_f4.description= +instruction.convert_f4.stackBefore=value +instruction.convert_f4.stackAfter=float4Value +instruction.convert_f4.operands= +instruction.coerce.shortDescription=For\u00e7a un valor a un tipus especificat +instruction.coerce.description= +instruction.coerce.stackBefore=value +instruction.coerce.stackAfter=coercedValue +instruction.coerce.operands=type +instruction.coerce_b.shortDescription=For\u00e7a un valor a boole\u00e0 +instruction.coerce_b.description= +instruction.coerce_b.stackBefore=value +instruction.coerce_b.stackAfter=booleanValue +instruction.coerce_b.operands= +instruction.coerce_b.deprecated=Use convert_b instead +instruction.coerce_a.shortDescription=For\u00e7a un valor a qualsevol tipus +instruction.coerce_a.description= +instruction.coerce_a.stackBefore=value +instruction.coerce_a.stackAfter=value +instruction.coerce_a.operands= +instruction.coerce_i.shortDescription=For\u00e7a un valor a enter +instruction.coerce_i.description= +instruction.coerce_i.stackBefore=value +instruction.coerce_i.stackAfter=intValue +instruction.coerce_i.operands= +instruction.coerce_i.deprecated=Use convert_i instead +instruction.coerce_d.shortDescription=For\u00e7a un valor a doble +instruction.coerce_d.description= +instruction.coerce_d.stackBefore=value +instruction.coerce_d.stackAfter=doubleValue +instruction.coerce_d.operands= +instruction.coerce_d.deprecated=Use convert_d instead +instruction.coerce_s.shortDescription=For\u00e7a un valor a cadena +instruction.coerce_s.description= +instruction.coerce_s.stackBefore=value +instruction.coerce_s.stackAfter=stringValue +instruction.coerce_s.operands= +instruction.astype.shortDescription=Retorna el mateix valor o nul si no s'especifica el tipus +instruction.astype.description= +instruction.astype.stackBefore=value +instruction.astype.stackAfter=value +instruction.astype.operands=type +instruction.astypelate.shortDescription=Retorna el mateix valor o nul si no s'especifica el tipus (basant-se en la pila) +instruction.astypelate.description= +instruction.astypelate.stackBefore=value, type +instruction.astypelate.stackAfter=value +instruction.astypelate.operands= +instruction.coerce_u.shortDescription=For\u00e7a un valor a enter sense signe +instruction.coerce_u.description= +instruction.coerce_u.stackBefore=value +instruction.coerce_u.stackAfter=uintValue +instruction.coerce_u.operands= +instruction.coerce_o.shortDescription=For\u00e7a un valor a Object +instruction.coerce_o.description= +instruction.coerce_o.stackBefore=value +instruction.coerce_o.stackAfter=value +instruction.coerce_o.operands= +instruction.negate_p.shortDescription=Nega un valor utilitzant el context de n\u00famero +instruction.negate_p.description= +instruction.negate_p.stackBefore=value +instruction.negate_p.stackAfter=-value +instruction.negate_p.operands=numberContext +instruction.negate.shortDescription=Nega un valor +instruction.negate.description= +instruction.negate.stackBefore=value +instruction.negate.stackAfter=-value +instruction.negate.operands= +instruction.increment.shortDescription=Incrementa un valor +instruction.increment.description= +instruction.increment.stackBefore=value +instruction.increment.stackAfter=incrementedValue +instruction.increment.operands= +instruction.inclocal.shortDescription=Incrementa un registre local +instruction.inclocal.description= +instruction.inclocal.stackBefore= +instruction.inclocal.stackAfter= +instruction.inclocal.operands=localRegister +instruction.decrement.shortDescription=Decrementa un valor +instruction.decrement.description= +instruction.decrement.stackBefore=value +instruction.decrement.stackAfter=decrementedValue +instruction.decrement.operands= +instruction.declocal.shortDescription=Decrementa un registre local +instruction.declocal.description= +instruction.declocal.stackBefore= +instruction.declocal.stackAfter= +instruction.declocal.operands=localRegister +instruction.typeof.shortDescription=Obt\u00e9 el nom d'un tipus de valor +instruction.typeof.description= +instruction.typeof.stackBefore=value +instruction.typeof.stackAfter=typeName +instruction.typeof.operands= +instruction.not.shortDescription=Nega un boole\u00e0 +instruction.not.description= +instruction.not.stackBefore=value +instruction.not.stackAfter=!value +instruction.not.operands= +instruction.bitnot.shortDescription=Nega bit a bit +instruction.bitnot.description= +instruction.bitnot.stackBefore=value +instruction.bitnot.stackAfter=~value +instruction.bitnot.operands= #Undocumented: -instruction.concat.shortDescription = Concatena -instruction.concat.description = +instruction.concat.shortDescription=Concatena +instruction.concat.description= #instruction.concat.stackBefore = #instruction.concat.stackAfter = #instruction.concat.operands = #Undocumented: - -instruction.add_d.shortDescription = Add_d -instruction.add_d.description = +instruction.add_d.shortDescription=Add_d +instruction.add_d.description= #instruction.add_d.stackBefore = #instruction.add_d.stackAfter = #instruction.add_d.operands = - -instruction.increment_p.shortDescription = Incrementa un valor utilitzant el context de n\u00famero -instruction.increment_p.description = -instruction.increment_p.stackBefore = value -instruction.increment_p.stackAfter = incrementedValue -instruction.increment_p.operands = numberContext - -instruction.inclocal_p.shortDescription = Incrementa un registre local utilitzant el context de n\u00famero -instruction.inclocal_p.description = -instruction.inclocal_p.stackBefore = -instruction.inclocal_p.stackAfter = -instruction.inclocal_p.operands = numberContext, localRegister - -instruction.decrement_p.shortDescription = Decrementa un valor utilitzant el context de n\u00famero -instruction.decrement_p.description = -instruction.decrement_p.stackBefore = value -instruction.decrement_p.stackAfter = decrementedValue -instruction.decrement_p.operands = numberContext - -instruction.declocal_p.shortDescription = Decrementa un registre local utilitzant el context de n\u00famero -instruction.declocal_p.description = -instruction.declocal_p.stackBefore = -instruction.declocal_p.stackAfter = -instruction.declocal_p.operands = numberContext, localRegister - -instruction.add.shortDescription = Suma dos valors -instruction.add.description = -instruction.add.stackBefore = value1, value2 -instruction.add.stackAfter = value3 -instruction.add.operands = - -instruction.subtract.shortDescription = Resta dos valors -instruction.subtract.description = -instruction.subtract.stackBefore = value1, value2 -instruction.subtract.stackAfter = value3 -instruction.subtract.operands = - -instruction.multiply.shortDescription = Multiplica dos valors -instruction.multiply.description = -instruction.multiply.stackBefore = value1, value2 -instruction.multiply.stackAfter = value3 -instruction.multiply.operands = - -instruction.divide.shortDescription = Divideix dos valors -instruction.divide.description = -instruction.divide.stackBefore = value1, value2 -instruction.divide.stackAfter = value3 -instruction.divide.operands = - -instruction.modulo.shortDescription = Fa el m\u00f2dul de dos valors -instruction.modulo.description = -instruction.modulo.stackBefore = value1, value2 -instruction.modulo.stackAfter = value3 -instruction.modulo.operands = - -instruction.lshift.shortDescription = Bitwise left shift -instruction.lshift.description = -instruction.lshift.stackBefore = value1, value2 -instruction.lshift.stackAfter = value3 -instruction.lshift.operands = - -instruction.rshift.shortDescription = Bitwise right shift -instruction.rshift.description = -instruction.rshift.stackBefore = value1, value2 -instruction.rshift.stackAfter = value3 -instruction.rshift.operands = - -instruction.urshift.shortDescription = Unsigned bitwise right shift -instruction.urshift.description = -instruction.urshift.stackBefore = value1, value2 -instruction.urshift.stackAfter = value3 -instruction.urshift.operands = - -instruction.bitand.shortDescription = Bitwise and -instruction.bitand.description = -instruction.bitand.stackBefore = value1, value2 -instruction.bitand.stackAfter = value3 -instruction.bitand.operands = - -instruction.bitor.shortDescription = Bitwise or -instruction.bitor.description = -instruction.bitor.stackBefore = value1, value2 -instruction.bitor.stackAfter = value3 -instruction.bitor.operands = - -instruction.bitxor.shortDescription = Bitwise xor -instruction.bitxor.description = -instruction.bitxor.stackBefore = value1, value2 -instruction.bitxor.stackAfter = value3 -instruction.bitxor.operands = - -instruction.equals.shortDescription = Compara dos valors -instruction.equals.description = -instruction.equals.stackBefore = value1, value2 -instruction.equals.stackAfter = booleanResult -instruction.equals.operands = - -instruction.strictequals.shortDescription = Compara estrictament dos valors -instruction.strictequals.description = -instruction.strictequals.stackBefore = value1, value2 -instruction.strictequals.stackAfter = booleanResult -instruction.strictequals.operands = - -instruction.lessthan.shortDescription = Comprova que un valor \u00e9s menor que l'altre -instruction.lessthan.description = -instruction.lessthan.stackBefore = value1, value2 -instruction.lessthan.stackAfter = booleanResult -instruction.lessthan.operands = - -instruction.lessequals.shortDescription = Comprova que un valor \u00e9s menor o igual que l'altre -instruction.lessequals.description = -instruction.lessequals.stackBefore = value1, value2 -instruction.lessequals.stackAfter = booleanResult -instruction.lessequals.operands = booleanResult - -instruction.greaterthan.shortDescription = Comprova que un valor \u00e9s major que l'altre -instruction.greaterthan.description = -instruction.greaterthan.stackBefore = value1, value2 -instruction.greaterthan.stackAfter = booleanResult -instruction.greaterthan.operands = - -instruction.greaterequals.shortDescription = Comprova que un valor \u00e9s major o igual que l'altre -instruction.greaterequals.description = -instruction.greaterequals.stackBefore = value1, value2 -instruction.greaterequals.stackAfter = booleanResult -instruction.greaterequals.operands = - -instruction.instanceof.shortDescription = Comprova que el tipus existeix a la cadena de prototipus de l'objecte -instruction.instanceof.description = -instruction.instanceof.stackBefore = value, type -instruction.instanceof.stackAfter = booleanResult -instruction.instanceof.operands = - -instruction.istype.shortDescription = Comprova que l'objecte \u00e9s del tipus especificat -instruction.istype.description = -instruction.istype.stackBefore = value -instruction.istype.stackAfter = booleanResult -instruction.istype.operands = type - -instruction.istypelate.shortDescription = Comprova que l'objecte \u00e9s del tipus especificat (basant-se en la pila) -instruction.istypelate.description = -instruction.istypelate.stackBefore = value, type -instruction.istypelate.stackAfter = booleanResult -instruction.istypelate.operands = - -instruction.in.shortDescription = Comprova que l'object t\u00e9 la propietat anomenada -instruction.in.description = -instruction.in.stackBefore = name, obj -instruction.in.stackAfter = booleanResult -instruction.in.operands = - -instruction.add_p.shortDescription = Suma dos valors utilitzant el context de n\u00famero -instruction.add_p.description = -instruction.add_p.stackBefore = value1, value2 -instruction.add_p.stackAfter = value3 -instruction.add_p.operands = numberContext - -instruction.subtract_p.shortDescription = Resta dos valors utilitzant el context de n\u00famero -instruction.subtract_p.description = -instruction.subtract_p.stackBefore = value1, value2 -instruction.subtract_p.stackAfter = value3 -instruction.subtract_p.operands = numberContext - -instruction.multiply_p.shortDescription = Multiplica dos valors utilitzant el context de n\u00famero -instruction.multiply_p.description = -instruction.multiply_p.stackBefore = value1, value2 -instruction.multiply_p.stackAfter = value3 -instruction.multiply_p.operands = numberContext - -instruction.divide_p.shortDescription = Divideix dos valors utilitzant el context de n\u00famero -instruction.divide_p.description = -instruction.divide_p.stackBefore = value1, value2 -instruction.divide_p.stackAfter = value3 -instruction.divide_p.operands = numberContext - -instruction.modulo_p.shortDescription = Fa el m\u00f2dul de dos valors utilitzant el context de n\u00famero -instruction.modulo_p.description = -instruction.modulo_p.stackBefore = value1, value2 -instruction.modulo_p.stackAfter = value3 -instruction.modulo_p.operands = numberContext - -instruction.increment_i.shortDescription = Incrementa un valor enter -instruction.increment_i.description = -instruction.increment_i.stackBefore = value -instruction.increment_i.stackAfter = incrementedValue -instruction.increment_i.operands = - -instruction.decrement_i.shortDescription = Decrementa un valor enter -instruction.decrement_i.description = -instruction.decrement_i.stackBefore = value -instruction.decrement_i.stackAfter = decrementedValue -instruction.decrement_i.operands = - -instruction.inclocal_i.shortDescription = Incrementa un valor enter del registre local -instruction.inclocal_i.description = -instruction.inclocal_i.stackBefore = -instruction.inclocal_i.stackAfter = -instruction.inclocal_i.operands = localRegister - -instruction.declocal_i.shortDescription = Decrementa un valor enter del registre local -instruction.declocal_i.description = -instruction.declocal_i.stackBefore = -instruction.declocal_i.stackAfter = -instruction.declocal_i.operands = localRegister - -instruction.negate_i.shortDescription = Nega una valor enter -instruction.negate_i.description = -instruction.negate_i.stackBefore = value -instruction.negate_i.stackAfter = -value -instruction.negate_i.operands = - -instruction.add_i.shortDescription = Suma dos valors enters -instruction.add_i.description = -instruction.add_i.stackBefore = value1, value2 -instruction.add_i.stackAfter = value3 -instruction.add_i.operands = - -instruction.subtract_i.shortDescription = Resta dos valors enters -instruction.subtract_i.description = -instruction.subtract_i.stackBefore = value1, value2 -instruction.subtract_i.stackAfter = value3 -instruction.subtract_i.operands = - -instruction.multiply_i.shortDescription = Multiplica dos valors enters -instruction.multiply_i.description = -instruction.multiply_i.stackBefore = value1, value2 -instruction.multiply_i.stackAfter = value3 -instruction.multiply_i.operands = - -instruction.getlocal0.shortDescription = Obt\u00e9 el registre local 0 -instruction.getlocal0.description = -instruction.getlocal0.stackBefore = -instruction.getlocal0.stackAfter = value -instruction.getlocal0.operands = - -instruction.getlocal1.shortDescription = Obt\u00e9 el registre local 1 -instruction.getlocal1.description = -instruction.getlocal1.stackBefore = -instruction.getlocal1.stackAfter = value -instruction.getlocal1.operands = - -instruction.getlocal2.shortDescription = Obt\u00e9 el registre local 2 -instruction.getlocal2.description = -instruction.getlocal2.stackBefore = -instruction.getlocal2.stackAfter = value -instruction.getlocal2.operands = - -instruction.getlocal3.shortDescription = Obt\u00e9 el registre local 3 -instruction.getlocal3.description = -instruction.getlocal3.stackBefore = -instruction.getlocal3.stackAfter = value -instruction.getlocal3.operands = - -instruction.setlocal0.shortDescription = Estableix el registre local 0 -instruction.setlocal0.description = -instruction.setlocal0.stackBefore = value -instruction.setlocal0.stackAfter = -instruction.setlocal0.operands = - -instruction.setlocal1.shortDescription = Estableix el registre local 1 -instruction.setlocal1.description = -instruction.setlocal1.stackBefore = value -instruction.setlocal1.stackAfter = -instruction.setlocal1.operands = - -instruction.setlocal2.shortDescription = Estableix el registre local 2 -instruction.setlocal2.description = -instruction.setlocal2.stackBefore = value -instruction.setlocal2.stackAfter = -instruction.setlocal2.operands = - -instruction.setlocal3.shortDescription = Estableix el registre local 3 -instruction.setlocal3.description = -instruction.setlocal3.stackBefore = value -instruction.setlocal3.stackAfter = -instruction.setlocal3.operands = - +instruction.increment_p.shortDescription=Incrementa un valor utilitzant el context de n\u00famero +instruction.increment_p.description= +instruction.increment_p.stackBefore=value +instruction.increment_p.stackAfter=incrementedValue +instruction.increment_p.operands=numberContext +instruction.inclocal_p.shortDescription=Incrementa un registre local utilitzant el context de n\u00famero +instruction.inclocal_p.description= +instruction.inclocal_p.stackBefore= +instruction.inclocal_p.stackAfter= +instruction.inclocal_p.operands=numberContext, localRegister +instruction.decrement_p.shortDescription=Decrementa un valor utilitzant el context de n\u00famero +instruction.decrement_p.description= +instruction.decrement_p.stackBefore=value +instruction.decrement_p.stackAfter=decrementedValue +instruction.decrement_p.operands=numberContext +instruction.declocal_p.shortDescription=Decrementa un registre local utilitzant el context de n\u00famero +instruction.declocal_p.description= +instruction.declocal_p.stackBefore= +instruction.declocal_p.stackAfter= +instruction.declocal_p.operands=numberContext, localRegister +instruction.add.shortDescription=Suma dos valors +instruction.add.description= +instruction.add.stackBefore=value1, value2 +instruction.add.stackAfter=value3 +instruction.add.operands= +instruction.subtract.shortDescription=Resta dos valors +instruction.subtract.description= +instruction.subtract.stackBefore=value1, value2 +instruction.subtract.stackAfter=value3 +instruction.subtract.operands= +instruction.multiply.shortDescription=Multiplica dos valors +instruction.multiply.description= +instruction.multiply.stackBefore=value1, value2 +instruction.multiply.stackAfter=value3 +instruction.multiply.operands= +instruction.divide.shortDescription=Divideix dos valors +instruction.divide.description= +instruction.divide.stackBefore=value1, value2 +instruction.divide.stackAfter=value3 +instruction.divide.operands= +instruction.modulo.shortDescription=Fa el m\u00f2dul de dos valors +instruction.modulo.description= +instruction.modulo.stackBefore=value1, value2 +instruction.modulo.stackAfter=value3 +instruction.modulo.operands= +instruction.lshift.shortDescription=Bitwise left shift +instruction.lshift.description= +instruction.lshift.stackBefore=value1, value2 +instruction.lshift.stackAfter=value3 +instruction.lshift.operands= +instruction.rshift.shortDescription=Bitwise right shift +instruction.rshift.description= +instruction.rshift.stackBefore=value1, value2 +instruction.rshift.stackAfter=value3 +instruction.rshift.operands= +instruction.urshift.shortDescription=Unsigned bitwise right shift +instruction.urshift.description= +instruction.urshift.stackBefore=value1, value2 +instruction.urshift.stackAfter=value3 +instruction.urshift.operands= +instruction.bitand.shortDescription=Bitwise and +instruction.bitand.description= +instruction.bitand.stackBefore=value1, value2 +instruction.bitand.stackAfter=value3 +instruction.bitand.operands= +instruction.bitor.shortDescription=Bitwise or +instruction.bitor.description= +instruction.bitor.stackBefore=value1, value2 +instruction.bitor.stackAfter=value3 +instruction.bitor.operands= +instruction.bitxor.shortDescription=Bitwise xor +instruction.bitxor.description= +instruction.bitxor.stackBefore=value1, value2 +instruction.bitxor.stackAfter=value3 +instruction.bitxor.operands= +instruction.equals.shortDescription=Compara dos valors +instruction.equals.description= +instruction.equals.stackBefore=value1, value2 +instruction.equals.stackAfter=booleanResult +instruction.equals.operands= +instruction.strictequals.shortDescription=Compara estrictament dos valors +instruction.strictequals.description= +instruction.strictequals.stackBefore=value1, value2 +instruction.strictequals.stackAfter=booleanResult +instruction.strictequals.operands= +instruction.lessthan.shortDescription=Comprova que un valor \u00e9s menor que l'altre +instruction.lessthan.description= +instruction.lessthan.stackBefore=value1, value2 +instruction.lessthan.stackAfter=booleanResult +instruction.lessthan.operands= +instruction.lessequals.shortDescription=Comprova que un valor \u00e9s menor o igual que l'altre +instruction.lessequals.description= +instruction.lessequals.stackBefore=value1, value2 +instruction.lessequals.stackAfter=booleanResult +instruction.lessequals.operands=booleanResult +instruction.greaterthan.shortDescription=Comprova que un valor \u00e9s major que l'altre +instruction.greaterthan.description= +instruction.greaterthan.stackBefore=value1, value2 +instruction.greaterthan.stackAfter=booleanResult +instruction.greaterthan.operands= +instruction.greaterequals.shortDescription=Comprova que un valor \u00e9s major o igual que l'altre +instruction.greaterequals.description= +instruction.greaterequals.stackBefore=value1, value2 +instruction.greaterequals.stackAfter=booleanResult +instruction.greaterequals.operands= +instruction.instanceof.shortDescription=Comprova que el tipus existeix a la cadena de prototipus de l'objecte +instruction.instanceof.description= +instruction.instanceof.stackBefore=value, type +instruction.instanceof.stackAfter=booleanResult +instruction.instanceof.operands= +instruction.istype.shortDescription=Comprova que l'objecte \u00e9s del tipus especificat +instruction.istype.description= +instruction.istype.stackBefore=value +instruction.istype.stackAfter=booleanResult +instruction.istype.operands=type +instruction.istypelate.shortDescription=Comprova que l'objecte \u00e9s del tipus especificat (basant-se en la pila) +instruction.istypelate.description= +instruction.istypelate.stackBefore=value, type +instruction.istypelate.stackAfter=booleanResult +instruction.istypelate.operands= +instruction.in.shortDescription=Comprova que l'object t\u00e9 la propietat anomenada +instruction.in.description= +instruction.in.stackBefore=name, obj +instruction.in.stackAfter=booleanResult +instruction.in.operands= +instruction.add_p.shortDescription=Suma dos valors utilitzant el context de n\u00famero +instruction.add_p.description= +instruction.add_p.stackBefore=value1, value2 +instruction.add_p.stackAfter=value3 +instruction.add_p.operands=numberContext +instruction.subtract_p.shortDescription=Resta dos valors utilitzant el context de n\u00famero +instruction.subtract_p.description= +instruction.subtract_p.stackBefore=value1, value2 +instruction.subtract_p.stackAfter=value3 +instruction.subtract_p.operands=numberContext +instruction.multiply_p.shortDescription=Multiplica dos valors utilitzant el context de n\u00famero +instruction.multiply_p.description= +instruction.multiply_p.stackBefore=value1, value2 +instruction.multiply_p.stackAfter=value3 +instruction.multiply_p.operands=numberContext +instruction.divide_p.shortDescription=Divideix dos valors utilitzant el context de n\u00famero +instruction.divide_p.description= +instruction.divide_p.stackBefore=value1, value2 +instruction.divide_p.stackAfter=value3 +instruction.divide_p.operands=numberContext +instruction.modulo_p.shortDescription=Fa el m\u00f2dul de dos valors utilitzant el context de n\u00famero +instruction.modulo_p.description= +instruction.modulo_p.stackBefore=value1, value2 +instruction.modulo_p.stackAfter=value3 +instruction.modulo_p.operands=numberContext +instruction.increment_i.shortDescription=Incrementa un valor enter +instruction.increment_i.description= +instruction.increment_i.stackBefore=value +instruction.increment_i.stackAfter=incrementedValue +instruction.increment_i.operands= +instruction.decrement_i.shortDescription=Decrementa un valor enter +instruction.decrement_i.description= +instruction.decrement_i.stackBefore=value +instruction.decrement_i.stackAfter=decrementedValue +instruction.decrement_i.operands= +instruction.inclocal_i.shortDescription=Incrementa un valor enter del registre local +instruction.inclocal_i.description= +instruction.inclocal_i.stackBefore= +instruction.inclocal_i.stackAfter= +instruction.inclocal_i.operands=localRegister +instruction.declocal_i.shortDescription=Decrementa un valor enter del registre local +instruction.declocal_i.description= +instruction.declocal_i.stackBefore= +instruction.declocal_i.stackAfter= +instruction.declocal_i.operands=localRegister +instruction.negate_i.shortDescription=Nega una valor enter +instruction.negate_i.description= +instruction.negate_i.stackBefore=value +instruction.negate_i.stackAfter=-value +instruction.negate_i.operands= +instruction.add_i.shortDescription=Suma dos valors enters +instruction.add_i.description= +instruction.add_i.stackBefore=value1, value2 +instruction.add_i.stackAfter=value3 +instruction.add_i.operands= +instruction.subtract_i.shortDescription=Resta dos valors enters +instruction.subtract_i.description= +instruction.subtract_i.stackBefore=value1, value2 +instruction.subtract_i.stackAfter=value3 +instruction.subtract_i.operands= +instruction.multiply_i.shortDescription=Multiplica dos valors enters +instruction.multiply_i.description= +instruction.multiply_i.stackBefore=value1, value2 +instruction.multiply_i.stackAfter=value3 +instruction.multiply_i.operands= +instruction.getlocal0.shortDescription=Obt\u00e9 el registre local 0 +instruction.getlocal0.description= +instruction.getlocal0.stackBefore= +instruction.getlocal0.stackAfter=value +instruction.getlocal0.operands= +instruction.getlocal1.shortDescription=Obt\u00e9 el registre local 1 +instruction.getlocal1.description= +instruction.getlocal1.stackBefore= +instruction.getlocal1.stackAfter=value +instruction.getlocal1.operands= +instruction.getlocal2.shortDescription=Obt\u00e9 el registre local 2 +instruction.getlocal2.description= +instruction.getlocal2.stackBefore= +instruction.getlocal2.stackAfter=value +instruction.getlocal2.operands= +instruction.getlocal3.shortDescription=Obt\u00e9 el registre local 3 +instruction.getlocal3.description= +instruction.getlocal3.stackBefore= +instruction.getlocal3.stackAfter=value +instruction.getlocal3.operands= +instruction.setlocal0.shortDescription=Estableix el registre local 0 +instruction.setlocal0.description= +instruction.setlocal0.stackBefore=value +instruction.setlocal0.stackAfter= +instruction.setlocal0.operands= +instruction.setlocal1.shortDescription=Estableix el registre local 1 +instruction.setlocal1.description= +instruction.setlocal1.stackBefore=value +instruction.setlocal1.stackAfter= +instruction.setlocal1.operands= +instruction.setlocal2.shortDescription=Estableix el registre local 2 +instruction.setlocal2.description= +instruction.setlocal2.stackBefore=value +instruction.setlocal2.stackAfter= +instruction.setlocal2.operands= +instruction.setlocal3.shortDescription=Estableix el registre local 3 +instruction.setlocal3.description= +instruction.setlocal3.stackBefore=value +instruction.setlocal3.stackAfter= +instruction.setlocal3.operands= #Undocumented: -instruction.invalid.shortDescription = Inv\u00e0lid -instruction.invalid.description = +instruction.invalid.shortDescription=Inv\u00e0lid +instruction.invalid.description= #instruction.invalid.stackBefore = #instruction.invalid.stackAfter = #instruction.invalid.operands = #Undocumented: - -instruction.abs_jump.shortDescription = Salt absolut -instruction.abs_jump.description = +instruction.abs_jump.shortDescription=Salt absolut +instruction.abs_jump.description= #instruction.abs_jump.stackBefore = #instruction.abs_jump.stackAfter = #instruction.abs_jump.operands = - -instruction.debug.shortDescription = Informaci\u00f3 de depuraci\u00f3 -instruction.debug.description = -instruction.debug.stackBefore = -instruction.debug.stackAfter = -instruction.debug.operands = debugType, regName, localRegister, extra - -instruction.debugline.shortDescription = Informaci\u00f3 del n\u00famero de l\u00ednia de depuraci\u00f3 -instruction.debugline.description = -instruction.debugline.stackBefore = -instruction.debugline.stackAfter = -instruction.debugline.operands = lineNumber - -instruction.debugfile.shortDescription = Informaci\u00f3 del fitxer de depuraci\u00f3 -instruction.debugfile.description = -instruction.debugfile.stackBefore = -instruction.debugfile.stackAfter = -instruction.debugfile.operands = fileName - -instruction.bkptline.shortDescription = Punt de ruptura a la l\u00ednia -instruction.bkptline.description = -instruction.bkptline.stackBefore = -instruction.bkptline.stackAfter = -instruction.bkptline.operands = lineNumber - +instruction.debug.shortDescription=Informaci\u00f3 de depuraci\u00f3 +instruction.debug.description= +instruction.debug.stackBefore= +instruction.debug.stackAfter= +instruction.debug.operands=debugType, regName, localRegister, extra +instruction.debugline.shortDescription=Informaci\u00f3 del n\u00famero de l\u00ednia de depuraci\u00f3 +instruction.debugline.description= +instruction.debugline.stackBefore= +instruction.debugline.stackAfter= +instruction.debugline.operands=lineNumber +instruction.debugfile.shortDescription=Informaci\u00f3 del fitxer de depuraci\u00f3 +instruction.debugfile.description= +instruction.debugfile.stackBefore= +instruction.debugfile.stackAfter= +instruction.debugfile.operands=fileName +instruction.bkptline.shortDescription=Punt de ruptura a la l\u00ednia +instruction.bkptline.description= +instruction.bkptline.stackBefore= +instruction.bkptline.stackAfter= +instruction.bkptline.operands=lineNumber #Undocumented: -instruction.timestamp.shortDescription = Marca hor\u00e0ria -instruction.timestamp.description = -instruction.timestamp.stackBefore = -instruction.timestamp.stackAfter = -instruction.timestamp.operands = - +instruction.timestamp.shortDescription=Marca hor\u00e0ria +instruction.timestamp.description= +instruction.timestamp.stackBefore= +instruction.timestamp.stackAfter= +instruction.timestamp.operands= #Undocumented: -instruction.verifypass.shortDescription = Verifica el pas -instruction.verifypass.description = +instruction.verifypass.shortDescription=Verifica el pas +instruction.verifypass.description= #instruction.verifypass.stackBefore = #instruction.verifypass.stackAfter = #instruction.verifypass.operands = #Undocumented: - -instruction.alloc.shortDescription = Allotja -instruction.alloc.description = +instruction.alloc.shortDescription=Allotja +instruction.alloc.description= #instruction.alloc.stackBefore = #instruction.alloc.stackAfter = #instruction.alloc.operands = #Undocumented: - -instruction.mark.shortDescription = Marca -instruction.mark.description = +instruction.mark.shortDescription=Marca +instruction.mark.description= #instruction.mark.stackBefore = #instruction.mark.stackAfter = #instruction.mark.operands = #Undocumented: - -instruction.wb.shortDescription = Wb -instruction.wb.description = +instruction.wb.shortDescription=Wb +instruction.wb.description= #instruction.wb.stackBefore = #instruction.wb.stackAfter = #instruction.wb.operands = #Undocumented: - -instruction.prologue.shortDescription = Pr\u00f2leg -instruction.prologue.description = +instruction.prologue.shortDescription=Pr\u00f2leg +instruction.prologue.description= #instruction.prologue.stackBefore = #instruction.prologue.stackAfter = #instruction.prologue.operands = #Undocumented: - -instruction.sendenter.shortDescription = Envia intro -instruction.sendenter.description = +instruction.sendenter.shortDescription=Envia intro +instruction.sendenter.description= #instruction.sendenter.stackBefore = #instruction.sendenter.stackAfter = #instruction.sendenter.operands = #Undocumented: - -instruction.doubletoatom.shortDescription = Doble a \u00e0tom -instruction.doubletoatom.description = +instruction.doubletoatom.shortDescription=Doble a \u00e0tom +instruction.doubletoatom.description= #instruction.doubletoatom.stackBefore = #instruction.doubletoatom.stackAfter = #instruction.doubletoatom.operands = #Undocumented: - -instruction.sweep.shortDescription = Escombra -instruction.sweep.description = +instruction.sweep.shortDescription=Escombra +instruction.sweep.description= #instruction.sweep.stackBefore = #instruction.sweep.stackAfter = #instruction.sweep.operands = #Undocumented: - -instruction.codegenop.shortDescription = CodeGenOp -instruction.codegenop.description = +instruction.codegenop.shortDescription=CodeGenOp +instruction.codegenop.description= #instruction.codegenop.stackBefore = #instruction.codegenop.stackAfter = #instruction.codegenop.operands = #Undocumented: - -instruction.verifyop.shortDescription = VerifyOp -instruction.verifyop.description = +instruction.verifyop.shortDescription=VerifyOp +instruction.verifyop.description= #instruction.verifyop.stackBefore = #instruction.verifyop.stackAfter = #instruction.verifyop.operands = #Undocumented: - -instruction.decode.shortDescription = Descodifica -instruction.decode.description = +instruction.decode.shortDescription=Descodifica +instruction.decode.description= #instruction.decode.stackBefore = #instruction.decode.stackAfter = #instruction.decode.operands = - - -instruction.unplus.shortDescription = Unary plus - for\u00e7a a num\u00e8ric -instruction.unplus.description = -instruction.unplus.stackBefore = value -instruction.unplus.stackAfter = value -instruction.unplus.operands = - -instruction.pushconstant.shortDescription = Posa un valor constant a la pila -instruction.pushconstant.description = +instruction.unplus.shortDescription=Unary plus - for\u00e7a a num\u00e8ric +instruction.unplus.description= +instruction.unplus.stackBefore=value +instruction.unplus.stackAfter=value +instruction.unplus.operands= +instruction.pushconstant.shortDescription=Posa un valor constant a la pila +instruction.pushconstant.description= #instruction.pushconstant.stackBefore = #instruction.pushconstant.stackAfter = -instruction.pushconstant.operands = value +instruction.pushconstant.operands=value diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/locales/docs/pcode/AS3_cs.properties b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/locales/docs/pcode/AS3_cs.properties index 93db24471..faccebf4a 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/locales/docs/pcode/AS3_cs.properties +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/locales/docs/pcode/AS3_cs.properties @@ -13,155 +13,122 @@ # You should have received a copy of the GNU Lesser General Public # License along with this library. #String for whole list generation - -ui.list.heading = Seznam AVM2 instrukc\u00ed -ui.list.pageTitle = Seznam AVM2 instrukc\u00ed -ui.list.documentTitle = Seznam AVM2 instrukc\u00ed -ui.list.pageDescription = Seznam v\u0161ech zn\u00e1m\u00fdch ActionScript 3 - AVM2 instrukc\u00ed s jejich operandy a hodnotami na z\u00e1sobn\u00edku - +ui.list.heading=Seznam AVM2 instrukc\u00ed +ui.list.pageTitle=Seznam AVM2 instrukc\u00ed +ui.list.documentTitle=Seznam AVM2 instrukc\u00ed +ui.list.pageDescription=Seznam v\u0161ech zn\u00e1m\u00fdch ActionScript 3 - AVM2 instrukc\u00ed s jejich operandy a hodnotami na z\u00e1sobn\u00edku #various strings in UI: -ui.unknown = ??? -ui.stack = Z\u00e1sobn\u00edk: -ui.stack.before = ..., -ui.stack.before.empty = ... -ui.stack.to = \ \u279e -ui.flags = P\u0159\u00edznaky: -ui.description = Popis: -ui.filter.hide = Skr\u00fdt: -ui.filter.byname = Hledat podle n\u00e1zvu: -ui.filter.order = Se\u0159adit podle: -ui.filter.order.code = k\u00f3du -ui.filter.order.name = n\u00e1zvu - +ui.unknown=??? +ui.stack=Z\u00e1sobn\u00edk: +ui.stack.before=..., +ui.stack.before.empty=... +ui.stack.to=\ \u279e +ui.flags=P\u0159\u00edznaky: +ui.description=Popis: +ui.filter.hide=Skr\u00fdt: +ui.filter.byname=Hledat podle n\u00e1zvu: +ui.filter.order=Se\u0159adit podle: +ui.filter.order.code=k\u00f3du +ui.filter.order.name=n\u00e1zvu #----------------------- Flags of the instructions -instructionFlag.undocumented = Nedokumentovan\u00e9 -instructionFlag.unknownStack = Nezn\u00e1m\u00fd z\u00e1sobn\u00edk -instructionFlag.es4NumericsMinor = ES4 numerika (ABC minor 17) -instructionFlag.floatMajor = Float hodnoty (ABC major 47) -instructionFlag.unknownOperands = Nezn\u00e1m\u00e9 operandy -instructionFlag.noFlashPlayer = Nen\u00ed v standardn\u00edm Flash Playeru -instructionFlag.deprecated = P\u0159ekonan\u00e9 -instructionFlag.domainMemory = Operace s dom\u00e9novou pam\u011bt\u00ed - +instructionFlag.undocumented=Nedokumentovan\u00e9 +instructionFlag.unknownStack=Nezn\u00e1m\u00fd z\u00e1sobn\u00edk +instructionFlag.es4NumericsMinor=ES4 numerika (ABC minor 17) +instructionFlag.floatMajor=Float hodnoty (ABC major 47) +instructionFlag.unknownOperands=Nezn\u00e1m\u00e9 operandy +instructionFlag.noFlashPlayer=Nen\u00ed v standardn\u00edm Flash Playeru +instructionFlag.deprecated=P\u0159ekonan\u00e9 +instructionFlag.domainMemory=Operace s dom\u00e9novou pam\u011bt\u00ed #----------------------- Operand types -operandType.multinameIndex = Index multiname -operandType.multinameIndex.description = Index do seznamu multiname konstant -operandType.multinameIndex.name = multinameIndex -operandType.multinameIndex.uiName = multiname - -operandType.argCount = Po\u010det argument\u016f -operandType.argCount.description = Po\u010det argument\u016f, kter\u00e9 n\u00e1sleduj\u00ed -operandType.argCount.name = argCount -operandType.argCount.uiName = uint - - -operandType.methodIndex = Index metody -operandType.methodIndex.description = Index metody v ABC -operandType.methodIndex.name = methodIndex -operandType.methodIndex.uiName = methodIndex - -operandType.stringIndex = Index \u0159et\u011bzce -operandType.stringIndex.description = Index do seznamu \u0159et\u011bzcov\u00fdch konstant -operandType.stringIndex.name = stringIndex -operandType.stringIndex.uiName = string - - -operandType.debugType = Typ lad\u011bn\u00ed -operandType.debugType.description = Typ lad\u00edc\u00ed informace. Moment\u00e1ln\u011b je pou\u017eita pouze hodnota 1. -operandType.debugType.name = debugType -operandType.debugType.uiName = debugType - - -operandType.registerIndex = Index registru -operandType.registerIndex.description = Index lok\u00e1ln\u00edho registru (0-255) -operandType.registerIndex.name = registerIndex -operandType.registerIndex.uiName = uint - -operandType.linenum = \u010c\u00edslo \u0159\u00e1dku -operandType.linenum.description = \u010c\u00edslo \u0159\u00e1dku v souboru -operandType.linenum.name = linenum -operandType.linenum.uiName = linenum - - +operandType.multinameIndex=Index multiname +operandType.multinameIndex.description=Index do seznamu multiname konstant +operandType.multinameIndex.name=multinameIndex +operandType.multinameIndex.uiName=multiname +operandType.argCount=Po\u010det argument\u016f +operandType.argCount.description=Po\u010det argument\u016f, kter\u00e9 n\u00e1sleduj\u00ed +operandType.argCount.name=argCount +operandType.argCount.uiName=uint +operandType.methodIndex=Index metody +operandType.methodIndex.description=Index metody v ABC +operandType.methodIndex.name=methodIndex +operandType.methodIndex.uiName=methodIndex +operandType.stringIndex=Index \u0159et\u011bzce +operandType.stringIndex.description=Index do seznamu \u0159et\u011bzcov\u00fdch konstant +operandType.stringIndex.name=stringIndex +operandType.stringIndex.uiName=string +operandType.debugType=Typ lad\u011bn\u00ed +operandType.debugType.description=Typ lad\u00edc\u00ed informace. Moment\u00e1ln\u011b je pou\u017eita pouze hodnota 1. +operandType.debugType.name=debugType +operandType.debugType.uiName=debugType +operandType.registerIndex=Index registru +operandType.registerIndex.description=Index lok\u00e1ln\u00edho registru (0-255) +operandType.registerIndex.name=registerIndex +operandType.registerIndex.uiName=uint +operandType.linenum=\u010c\u00edslo \u0159\u00e1dku +operandType.linenum.description=\u010c\u00edslo \u0159\u00e1dku v souboru +operandType.linenum.name=linenum +operandType.linenum.uiName=linenum #similar as registerIndex, but U30 instead of U8 -operandType.localRegIndex = Index registru -operandType.localRegIndex.description = Index lok\u00e1ln\u00edho registru -operandType.localRegIndex.name = localRegIndex -operandType.localRegIndex.uiName = uint - - -operandType.slotIndex = Index slotu -operandType.slotIndex.description = Index slotu v objektu -operandType.slotIndex.name = slotIndex -operandType.slotIndex.uiName = slotIndex - -operandType.scopeIndex = Index na scope z\u00e1sobn\u00edku -operandType.scopeIndex.description = Index na scope z\u00e1sobn\u00edku -operandType.scopeIndex.name = scopeIndex -operandType.scopeIndex.uiName = scopeIndex - -operandType.offset = Ofset -operandType.offset.description = Ofset na jinou pozici -operandType.offset.name = ofset -operandType.offset.uiName = n\u00e1zevLabelu - -operandType.exceptionIndex = Index v\u00fdjimky -operandType.exceptionIndex.description = Index v\u00fdjimky v aktu\u00e1ln\u00edm methodinfo -operandType.exceptionIndex.name = exceptionIndex -operandType.exceptionIndex.uiName = exceptionIndex - - -operandType.classIndex = Index t\u0159\u00eddy -operandType.classIndex.description = Index t\u0159\u00eddy v ABC -operandType.classIndex.name = classIndex -operandType.classIndex.uiName = classIndex - -operandType.intIndex = Index int -operandType.intIndex.description = Index do seznamu cel\u00fdch int \u010d\u00edsel -operandType.intIndex.name = intIndex -operandType.intIndex.uiName = int - -operandType.uintIndex = Inde uint -operandType.uintIndex.description = Index do seznamu int \u010d\u00edsel bez znam\u00e9nka -operandType.uintIndex.name = uintIndex -operandType.uintIndex.uiName = uint - - -operandType.doubleIndex = Index double -operandType.doubleIndex.description = Index do seznamu double \u010d\u00edsel -operandType.doubleIndex.name = doubleIndex -operandType.doubleIndex.uiName = double - -operandType.decimalIndex = Index decimal -operandType.decimalIndex.description = Index do seznamu decimal \u010d\u00edsel (128bit \u010d\u00edsla se znam\u00e9nkem) -operandType.decimalIndex.name = decimalIndex -operandType.decimalIndex.uiName = decimal - -operandType.caseBaseoffset = Z\u00e1kladn\u00ed ofset -operandType.caseBaseoffset.description = Z\u00e1kladn\u00ed ofset lookupswitche spu\u0161ten\u00fd kdy\u017e \u017e\u00e1dn\u00e1 hodnota neodpov\u00edd\u00e1 -operandType.caseBaseoffset.name = ofset -operandType.caseBaseoffset.uiName = n\u00e1zevLabelu - -operandType.numberContext = \u010c\u00edseln\u00fd kontext (ES4) -operandType.numberContext.description = Kontext v\u00fdpo\u010dt\u016f p\u0159i pou\u017e\u00edv\u00e1n\u00ed EcmaScript 4 numeriky (ABC minorVersion 17).\nBity 0-2 typ,3-5 typ zaokrouhlen\u00ed, 6-12 p\u0159esnost.\nTyp: 0=number,1=decimal,2=double,3=int,4=uint\nZaokrouhlen\u00ed: 0=ceiling,1=up,2=half_up,3=half_even,4=half_down,5=down,6=floor\nP\u0159esnost:0-34 -operandType.numberContext.name = \u010d\u00edseln\u00fdKontext -operandType.numberContext.uiName = uint - -operandType.dispatchId = Dispatch id -operandType.dispatchId.description = Dispatch id metody -operandType.dispatchId.name = dispatchId -operandType.dispatchId.uiName = uint - -operandType.floatIndex = Index float -operandType.floatIndex.description = Index do seznamu float hodnot -operandType.floatIndex.name = floatIndex -operandType.floatIndex.uiName = float - -operandType.float4Index = Index float4 -operandType.float4Index.description = Index do seznamu float4 hodnot -operandType.float4Index.name = float4Index -operandType.float4Index.uiName = float4 - -operandType.namespaceIndex = Index do seznamu namespace -operandType.namespaceIndex.name = namespaceIndex -operandType.namespaceIndex.uiName = namespace +operandType.localRegIndex=Index registru +operandType.localRegIndex.description=Index lok\u00e1ln\u00edho registru +operandType.localRegIndex.name=localRegIndex +operandType.localRegIndex.uiName=uint +operandType.slotIndex=Index slotu +operandType.slotIndex.description=Index slotu v objektu +operandType.slotIndex.name=slotIndex +operandType.slotIndex.uiName=slotIndex +operandType.scopeIndex=Index na scope z\u00e1sobn\u00edku +operandType.scopeIndex.description=Index na scope z\u00e1sobn\u00edku +operandType.scopeIndex.name=scopeIndex +operandType.scopeIndex.uiName=scopeIndex +operandType.offset=Ofset +operandType.offset.description=Ofset na jinou pozici +operandType.offset.name=ofset +operandType.offset.uiName=n\u00e1zevLabelu +operandType.exceptionIndex=Index v\u00fdjimky +operandType.exceptionIndex.description=Index v\u00fdjimky v aktu\u00e1ln\u00edm methodinfo +operandType.exceptionIndex.name=exceptionIndex +operandType.exceptionIndex.uiName=exceptionIndex +operandType.classIndex=Index t\u0159\u00eddy +operandType.classIndex.description=Index t\u0159\u00eddy v ABC +operandType.classIndex.name=classIndex +operandType.classIndex.uiName=classIndex +operandType.intIndex=Index int +operandType.intIndex.description=Index do seznamu cel\u00fdch int \u010d\u00edsel +operandType.intIndex.name=intIndex +operandType.intIndex.uiName=int +operandType.uintIndex=Inde uint +operandType.uintIndex.description=Index do seznamu int \u010d\u00edsel bez znam\u00e9nka +operandType.uintIndex.name=uintIndex +operandType.uintIndex.uiName=uint +operandType.doubleIndex=Index double +operandType.doubleIndex.description=Index do seznamu double \u010d\u00edsel +operandType.doubleIndex.name=doubleIndex +operandType.doubleIndex.uiName=double +operandType.decimalIndex=Index decimal +operandType.decimalIndex.description=Index do seznamu decimal \u010d\u00edsel (128bit \u010d\u00edsla se znam\u00e9nkem) +operandType.decimalIndex.name=decimalIndex +operandType.decimalIndex.uiName=decimal +operandType.caseBaseoffset=Z\u00e1kladn\u00ed ofset +operandType.caseBaseoffset.description=Z\u00e1kladn\u00ed ofset lookupswitche spu\u0161ten\u00fd kdy\u017e \u017e\u00e1dn\u00e1 hodnota neodpov\u00edd\u00e1 +operandType.caseBaseoffset.name=ofset +operandType.caseBaseoffset.uiName=n\u00e1zevLabelu +operandType.numberContext=\u010c\u00edseln\u00fd kontext (ES4) +operandType.numberContext.description=Kontext v\u00fdpo\u010dt\u016f p\u0159i pou\u017e\u00edv\u00e1n\u00ed EcmaScript 4 numeriky (ABC minorVersion 17).\nBity 0-2 typ,3-5 typ zaokrouhlen\u00ed, 6-12 p\u0159esnost.\nTyp: 0=number,1=decimal,2=double,3=int,4=uint\nZaokrouhlen\u00ed: 0=ceiling,1=up,2=half_up,3=half_even,4=half_down,5=down,6=floor\nP\u0159esnost:0-34 +operandType.numberContext.name=\u010d\u00edseln\u00fdKontext +operandType.numberContext.uiName=uint +operandType.dispatchId=Dispatch id +operandType.dispatchId.description=Dispatch id metody +operandType.dispatchId.name=dispatchId +operandType.dispatchId.uiName=uint +operandType.floatIndex=Index float +operandType.floatIndex.description=Index do seznamu float hodnot +operandType.floatIndex.name=floatIndex +operandType.floatIndex.uiName=float +operandType.float4Index=Index float4 +operandType.float4Index.description=Index do seznamu float4 hodnot +operandType.float4Index.name=float4Index +operandType.float4Index.uiName=float4 +operandType.namespaceIndex=Index do seznamu namespace +operandType.namespaceIndex.name=namespaceIndex +operandType.namespaceIndex.uiName=namespace diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/locales/docs/pcode/AS3_nl.properties b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/locales/docs/pcode/AS3_nl.properties index b7275875e..054093554 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/locales/docs/pcode/AS3_nl.properties +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/locales/docs/pcode/AS3_nl.properties @@ -1,799 +1,799 @@ -ui.list.pageTitle = AVM2-instructielijst -ui.list.documentTitle = AVM2-instructielijst -ui.list.pageDescription = Lijst met alle bekende ActionScript 3 - AVM2-instructies met hun operanden en stapelwaarden +ui.list.pageTitle=AVM2-instructielijst +ui.list.documentTitle=AVM2-instructielijst +ui.list.pageDescription=Lijst met alle bekende ActionScript 3 - AVM2-instructies met hun operanden en stapelwaarden #various strings in UI: -ui.unknown = ??? -ui.stack = Stack: -ui.stack.before = ..., -ui.stack.before.empty = ... -ui.stack.to = \ \u279e -ui.flags = Vlaggen: -ui.description = Beschrijving: -ui.filter.hide = Verbergen: -ui.filter.byname = Zoek op naam: -ui.filter.order = Rangschikken op: -ui.filter.order.code = code -ui.filter.order.name = naam +ui.unknown=??? +ui.stack=Stack: +ui.stack.before=..., +ui.stack.before.empty=... +ui.stack.to=\ \u279e +ui.flags=Vlaggen: +ui.description=Beschrijving: +ui.filter.hide=Verbergen: +ui.filter.byname=Zoek op naam: +ui.filter.order=Rangschikken op: +ui.filter.order.code=code +ui.filter.order.name=naam #----------------------- Flags of the instructions -instructionFlag.undocumented = Ongedocumenteerd -instructionFlag.unknownStack = Onbekende stapel -instructionFlag.es4NumericsMinor = ES4 numeriek (ABC minor 17) -instructionFlag.floatMajor = Float waarden (ABC major 47) -instructionFlag.unknownOperands = Onbekende operanden -instructionFlag.noFlashPlayer = Niet in standaard Flash Player -instructionFlag.deprecated = Verouderd -instructionFlag.domainMemory = Domein geheugenbewerking +instructionFlag.undocumented=Ongedocumenteerd +instructionFlag.unknownStack=Onbekende stapel +instructionFlag.es4NumericsMinor=ES4 numeriek (ABC minor 17) +instructionFlag.floatMajor=Float waarden (ABC major 47) +instructionFlag.unknownOperands=Onbekende operanden +instructionFlag.noFlashPlayer=Niet in standaard Flash Player +instructionFlag.deprecated=Verouderd +instructionFlag.domainMemory=Domein geheugenbewerking #----------------------- Operand types -operandType.multinameIndex = Index met meerdere namen -operandType.multinameIndex.description = Index in constante pool met meerdere namen -operandType.multinameIndex.name = multinameIndex -operandType.multinameIndex.uiName = multiname -operandType.argCount = Aantal argumenten -operandType.argCount.description = Aantal volgende argumenten -operandType.argCount.name = argCount -operandType.argCount.uiName = uint -operandType.methodIndex = Methode index -operandType.methodIndex.description = Index van de methode in het ABC -operandType.methodIndex.name = methodIndex -operandType.methodIndex.uiName = methodIndex -operandType.stringIndex = Stringindex -operandType.stringIndex.description = Index in constante pool van stringwaarden -operandType.stringIndex.name = stringIndex -operandType.stringIndex.uiName = string -operandType.debugType = Foutopsporingstype -operandType.debugType.description = Type foutopsporingsinformatie. Momenteel wordt alleen de waarde 1 gebruikt. -operandType.debugType.name = debugType -operandType.debugType.uiName = debugType -operandType.registerIndex = Registerindex -operandType.registerIndex.description = Index van een lokaal register (0-255) -operandType.registerIndex.name = registerIndex -operandType.registerIndex.uiName = uint -operandType.linenum = Regelnummer -operandType.linenum.description = Regelnummer van bestand -operandType.linenum.name = linenum -operandType.linenum.uiName = linenum +operandType.multinameIndex=Index met meerdere namen +operandType.multinameIndex.description=Index in constante pool met meerdere namen +operandType.multinameIndex.name=multinameIndex +operandType.multinameIndex.uiName=multiname +operandType.argCount=Aantal argumenten +operandType.argCount.description=Aantal volgende argumenten +operandType.argCount.name=argCount +operandType.argCount.uiName=uint +operandType.methodIndex=Methode index +operandType.methodIndex.description=Index van de methode in het ABC +operandType.methodIndex.name=methodIndex +operandType.methodIndex.uiName=methodIndex +operandType.stringIndex=Stringindex +operandType.stringIndex.description=Index in constante pool van stringwaarden +operandType.stringIndex.name=stringIndex +operandType.stringIndex.uiName=string +operandType.debugType=Foutopsporingstype +operandType.debugType.description=Type foutopsporingsinformatie. Momenteel wordt alleen de waarde 1 gebruikt. +operandType.debugType.name=debugType +operandType.debugType.uiName=debugType +operandType.registerIndex=Registerindex +operandType.registerIndex.description=Index van een lokaal register (0-255) +operandType.registerIndex.name=registerIndex +operandType.registerIndex.uiName=uint +operandType.linenum=Regelnummer +operandType.linenum.description=Regelnummer van bestand +operandType.linenum.name=linenum +operandType.linenum.uiName=linenum #similar as registerIndex, but U30 instead of U8 -operandType.localRegIndex = Registerindex -operandType.localRegIndex.description = Index van een lokaal register -operandType.localRegIndex.name = localRegIndex -operandType.localRegIndex.uiName = uint -operandType.slotIndex = Slotindex -operandType.slotIndex.description = Index van het slot op een object -operandType.slotIndex.name = slotIndex -operandType.slotIndex.uiName = slotIndex -operandType.scopeIndex = Scope-stackindex -operandType.scopeIndex.description = Index in de scopestack -operandType.scopeIndex.name = scopeIndex -operandType.scopeIndex.uiName = scopeIndex -operandType.offset = Offset -operandType.offset.description = Offset naar andere locatie -operandType.offset.name = offset -operandType.offset.uiName = labelName -operandType.exceptionIndex = Uitzonderings index -operandType.exceptionIndex.description = Index van uitzonderingen in informatie over de huidige methode -operandType.exceptionIndex.name = exceptionIndex -operandType.exceptionIndex.uiName = exceptionIndex -operandType.classIndex = Klasse-index -operandType.classIndex.description = Index van klasse in ABC -operandType.classIndex.name = classIndex -operandType.classIndex.uiName = classIndex -operandType.intIndex = Int-index -operandType.intIndex.description = Index in constante pool van gehele getallen -operandType.intIndex.name = intIndex -operandType.intIndex.uiName = int -operandType.uintIndex = UInt-index -operandType.uintIndex.description = Indexeer in de constante pool van integerwaarden zonder teken -operandType.uintIndex.name = uintIndex -operandType.uintIndex.uiName = uint -operandType.doubleIndex = Dubbele index -operandType.doubleIndex.description = Index in constante pool met drijvende-kommawaarden met dubbele precisie -operandType.doubleIndex.name = doubleIndex -operandType.doubleIndex.uiName = dubbele -operandType.decimalIndex = Decimale index -operandType.decimalIndex.description = Index in decimale waarden (128 bit drijvende komma) constante pool -operandType.decimalIndex.name = decimalIndex -operandType.decimalIndex.uiName = decimaal -operandType.caseBaseoffset = Basis-offset -operandType.caseBaseoffset.description = Basisoffset van opzoek-schakelaar geactiveerd wanneer geen waarde overeenkomt -operandType.caseBaseoffset.name = offset -operandType.caseBaseoffset.uiName = labelName -operandType.numberContext = Nummercontext (ES4) -operandType.numberContext.description = Context van berekeningen bij gebruik van EcmaScript 4 numerieke waarden (ABC minorVersion 17).\nBits 0-2 type,3-5 afrondingstype, 6-12 precisie.\nType: 0=getal,1=decimaal,2=dubbel,3=int ,4=uint\nAfronding: 0=plafond,1=omhoog,2=half_omhoog,3=half_even,4=half_omlaag,5=omlaag,6=vloer\nPrecisie:0-34 -operandType.numberContext.name = numberContext -operandType.numberContext.uiName = uint -operandType.dispatchId = Verzendings-id -operandType.dispatchId.description = Id van de methode dispatch -operandType.dispatchId.name = dispatchId -operandType.dispatchId.uiName = uint -operandType.floatIndex = Float index -operandType.floatIndex.description = Index in float-waarden constante pool -operandType.floatIndex.name = floatIndex -operandType.floatIndex.uiName = float -operandType.float4Index = Float4 index -operandType.float4Index.description = Index in float-waarden constante pool -operandType.float4Index.name = float4Index -operandType.float4Index.uiName = float4 -operandType.namespaceIndex = Indexeer in de constante pool van de naamruimte -operandType.namespaceIndex.name = namespaceIndex -operandType.namespaceIndex.uiName = naamruimte -operandType.number = Nummer -operandType.number.name = nummer -operandType.number.uiName = uint -operandType.U30 = U30 -operandType.U30.name = U30 -operandType.U30.uiName = uint +operandType.localRegIndex=Registerindex +operandType.localRegIndex.description=Index van een lokaal register +operandType.localRegIndex.name=localRegIndex +operandType.localRegIndex.uiName=uint +operandType.slotIndex=Slotindex +operandType.slotIndex.description=Index van het slot op een object +operandType.slotIndex.name=slotIndex +operandType.slotIndex.uiName=slotIndex +operandType.scopeIndex=Scope-stackindex +operandType.scopeIndex.description=Index in de scopestack +operandType.scopeIndex.name=scopeIndex +operandType.scopeIndex.uiName=scopeIndex +operandType.offset=Offset +operandType.offset.description=Offset naar andere locatie +operandType.offset.name=offset +operandType.offset.uiName=labelName +operandType.exceptionIndex=Uitzonderings index +operandType.exceptionIndex.description=Index van uitzonderingen in informatie over de huidige methode +operandType.exceptionIndex.name=exceptionIndex +operandType.exceptionIndex.uiName=exceptionIndex +operandType.classIndex=Klasse-index +operandType.classIndex.description=Index van klasse in ABC +operandType.classIndex.name=classIndex +operandType.classIndex.uiName=classIndex +operandType.intIndex=Int-index +operandType.intIndex.description=Index in constante pool van gehele getallen +operandType.intIndex.name=intIndex +operandType.intIndex.uiName=int +operandType.uintIndex=UInt-index +operandType.uintIndex.description=Indexeer in de constante pool van integerwaarden zonder teken +operandType.uintIndex.name=uintIndex +operandType.uintIndex.uiName=uint +operandType.doubleIndex=Dubbele index +operandType.doubleIndex.description=Index in constante pool met drijvende-kommawaarden met dubbele precisie +operandType.doubleIndex.name=doubleIndex +operandType.doubleIndex.uiName=dubbele +operandType.decimalIndex=Decimale index +operandType.decimalIndex.description=Index in decimale waarden (128 bit drijvende komma) constante pool +operandType.decimalIndex.name=decimalIndex +operandType.decimalIndex.uiName=decimaal +operandType.caseBaseoffset=Basis-offset +operandType.caseBaseoffset.description=Basisoffset van opzoek-schakelaar geactiveerd wanneer geen waarde overeenkomt +operandType.caseBaseoffset.name=offset +operandType.caseBaseoffset.uiName=labelName +operandType.numberContext=Nummercontext (ES4) +operandType.numberContext.description=Context van berekeningen bij gebruik van EcmaScript 4 numerieke waarden (ABC minorVersion 17).\nBits 0-2 type,3-5 afrondingstype, 6-12 precisie.\nType: 0=getal,1=decimaal,2=dubbel,3=int ,4=uint\nAfronding: 0=plafond,1=omhoog,2=half_omhoog,3=half_even,4=half_omlaag,5=omlaag,6=vloer\nPrecisie:0-34 +operandType.numberContext.name=numberContext +operandType.numberContext.uiName=uint +operandType.dispatchId=Verzendings-id +operandType.dispatchId.description=Id van de methode dispatch +operandType.dispatchId.name=dispatchId +operandType.dispatchId.uiName=uint +operandType.floatIndex=Float index +operandType.floatIndex.description=Index in float-waarden constante pool +operandType.floatIndex.name=floatIndex +operandType.floatIndex.uiName=float +operandType.float4Index=Float4 index +operandType.float4Index.description=Index in float-waarden constante pool +operandType.float4Index.name=float4Index +operandType.float4Index.uiName=float4 +operandType.namespaceIndex=Indexeer in de constante pool van de naamruimte +operandType.namespaceIndex.name=namespaceIndex +operandType.namespaceIndex.uiName=naamruimte +operandType.number=Nummer +operandType.number.name=nummer +operandType.number.uiName=uint +operandType.U30=U30 +operandType.U30.name=U30 +operandType.U30.uiName=uint #----------------------- Instructions -instruction.bkpt.shortDescription = Breekpunt -instruction.bkpt.description = Breekpunt bij het debuggen -instruction.nop.shortDescription = Geen bewerking -instruction.nop.description = Doet niets -instruction.throw.shortDescription = Gooi uitzondering -instruction.throw.description = Haalt waarde van de stack en gooit deze -instruction.throw.stackBefore = waarde -instruction.getsuper.shortDescription = Eigenschap van bovenliggende klasse ophalen -instruction.getsuper.stackBefore = obj, [ns], [name] -instruction.getsuper.stackAfter = waarde -instruction.getsuper.operands = parentClassMultiname -instruction.setsuper.shortDescription = Stel de eigenschap van de bovenliggende klasse in -instruction.setsuper.stackBefore = obj, [ns], [name], value -instruction.setsuper.operands = parentClassMultiname -instruction.dxns.shortDescription = Stel de standaard XML-naamruimte in -instruction.dxns.operands = uriString -instruction.dxnslate.shortDescription = Stel de standaard XML-naamruimte in tijdens runtime -instruction.dxnslate.stackBefore = uriValue -instruction.dxnslate.operands = -instruction.kill.shortDescription = Leeg (kill) het lokale register -instruction.kill.stackBefore = -instruction.kill.operands = killedRegister -instruction.label.shortDescription = Doel van een vertakking -instruction.label.description = Gewoon een teken dat dit het doelwit is van de volgende vertakking -instruction.lf32x4.shortDescription = Load 32bit float4 -instruction.lf32x4.stackBefore = addres -instruction.lf32x4.stackAfter = float4Value -instruction.sf32x4.shortDescription = Store 32bit float4 -instruction.sf32x4.description = -instruction.sf32x4.stackBefore = float4Value, address -instruction.sf32x4.stackAfter = -instruction.ifnlt.shortDescription = Vertakking indien niet lager dan -instruction.ifnlt.stackBefore = value1, value2 -instruction.ifnlt.operands = branchTarget -instruction.ifnle.shortDescription = Vertakking indien niet lager of gelijk -instruction.ifnle.stackBefore = value1, value2 -instruction.ifnle.operands = branchTarget -instruction.ifngt.shortDescription = Vertakking indien niet groter dan -instruction.ifngt.stackBefore = value1, value2 -instruction.ifngt.operands = branchTarget -instruction.ifnge.shortDescription = Vertakking indien niet groter dan of gelijk aan -instruction.ifnge.stackBefore = value1, value2 -instruction.ifnge.operands = value1, value2 -instruction.jump.shortDescription = Spring naar lokatie -instruction.jump.operands = lokatie -instruction.iftrue.shortDescription = Vertakking indien waar -instruction.iftrue.stackBefore = waarde -instruction.iftrue.operands = branchTarget -instruction.iffalse.shortDescription = Vertakking indien onwaar -instruction.iffalse.stackBefore = waarde -instruction.iffalse.operands = branchTarget -instruction.ifeq.shortDescription = Vertakking indien gelijk aan -instruction.ifeq.stackBefore = value1, value2 -instruction.ifeq.operands = branchTarget -instruction.ifne.shortDescription = Vertakking indien niet gelijk aan -instruction.ifne.stackBefore = value1, value2 -instruction.ifne.operands = branchTarget -instruction.iflt.shortDescription = Vertakking indien lager dan -instruction.iflt.stackBefore = value1, value2 -instruction.iflt.operands = branchTarget -instruction.ifle.shortDescription = Vertakking indien lager dan of gelijk aan -instruction.ifle.stackBefore = value1, value2 -instruction.ifle.operands = branchTarget -instruction.ifgt.shortDescription = Vertakking indien groter dan -instruction.ifgt.stackBefore = value1, value2 -instruction.ifgt.operands = branchTarget -instruction.ifge.shortDescription = Vertakking indien groter dan of gelijk aan -instruction.ifge.stackBefore = value1, value2 -instruction.ifge.operands = branchTarget -instruction.ifstricteq.shortDescription = Vertakking indien strikt gelijk -instruction.ifstricteq.stackBefore = value1, value2 -instruction.ifstricteq.operands = branchTarget -instruction.ifstrictne.shortDescription = Vertakking indien niet strikt gelijk -instruction.ifstrictne.stackBefore = value1, value2 -instruction.ifstrictne.operands = branchTarget -instruction.lookupswitch.shortDescription = Vertakking op basis van index -instruction.lookupswitch.stackBefore = index -instruction.lookupswitch.operands = defaultTarget, caseCount, case0Target, case1Target, ... +instruction.bkpt.shortDescription=Breekpunt +instruction.bkpt.description=Breekpunt bij het debuggen +instruction.nop.shortDescription=Geen bewerking +instruction.nop.description=Doet niets +instruction.throw.shortDescription=Gooi uitzondering +instruction.throw.description=Haalt waarde van de stack en gooit deze +instruction.throw.stackBefore=waarde +instruction.getsuper.shortDescription=Eigenschap van bovenliggende klasse ophalen +instruction.getsuper.stackBefore=obj, [ns], [name] +instruction.getsuper.stackAfter=waarde +instruction.getsuper.operands=parentClassMultiname +instruction.setsuper.shortDescription=Stel de eigenschap van de bovenliggende klasse in +instruction.setsuper.stackBefore=obj, [ns], [name], value +instruction.setsuper.operands=parentClassMultiname +instruction.dxns.shortDescription=Stel de standaard XML-naamruimte in +instruction.dxns.operands=uriString +instruction.dxnslate.shortDescription=Stel de standaard XML-naamruimte in tijdens runtime +instruction.dxnslate.stackBefore=uriValue +instruction.dxnslate.operands= +instruction.kill.shortDescription=Leeg (kill) het lokale register +instruction.kill.stackBefore= +instruction.kill.operands=killedRegister +instruction.label.shortDescription=Doel van een vertakking +instruction.label.description=Gewoon een teken dat dit het doelwit is van de volgende vertakking +instruction.lf32x4.shortDescription=Load 32bit float4 +instruction.lf32x4.stackBefore=addres +instruction.lf32x4.stackAfter=float4Value +instruction.sf32x4.shortDescription=Store 32bit float4 +instruction.sf32x4.description= +instruction.sf32x4.stackBefore=float4Value, address +instruction.sf32x4.stackAfter= +instruction.ifnlt.shortDescription=Vertakking indien niet lager dan +instruction.ifnlt.stackBefore=value1, value2 +instruction.ifnlt.operands=branchTarget +instruction.ifnle.shortDescription=Vertakking indien niet lager of gelijk +instruction.ifnle.stackBefore=value1, value2 +instruction.ifnle.operands=branchTarget +instruction.ifngt.shortDescription=Vertakking indien niet groter dan +instruction.ifngt.stackBefore=value1, value2 +instruction.ifngt.operands=branchTarget +instruction.ifnge.shortDescription=Vertakking indien niet groter dan of gelijk aan +instruction.ifnge.stackBefore=value1, value2 +instruction.ifnge.operands=value1, value2 +instruction.jump.shortDescription=Spring naar lokatie +instruction.jump.operands=lokatie +instruction.iftrue.shortDescription=Vertakking indien waar +instruction.iftrue.stackBefore=waarde +instruction.iftrue.operands=branchTarget +instruction.iffalse.shortDescription=Vertakking indien onwaar +instruction.iffalse.stackBefore=waarde +instruction.iffalse.operands=branchTarget +instruction.ifeq.shortDescription=Vertakking indien gelijk aan +instruction.ifeq.stackBefore=value1, value2 +instruction.ifeq.operands=branchTarget +instruction.ifne.shortDescription=Vertakking indien niet gelijk aan +instruction.ifne.stackBefore=value1, value2 +instruction.ifne.operands=branchTarget +instruction.iflt.shortDescription=Vertakking indien lager dan +instruction.iflt.stackBefore=value1, value2 +instruction.iflt.operands=branchTarget +instruction.ifle.shortDescription=Vertakking indien lager dan of gelijk aan +instruction.ifle.stackBefore=value1, value2 +instruction.ifle.operands=branchTarget +instruction.ifgt.shortDescription=Vertakking indien groter dan +instruction.ifgt.stackBefore=value1, value2 +instruction.ifgt.operands=branchTarget +instruction.ifge.shortDescription=Vertakking indien groter dan of gelijk aan +instruction.ifge.stackBefore=value1, value2 +instruction.ifge.operands=branchTarget +instruction.ifstricteq.shortDescription=Vertakking indien strikt gelijk +instruction.ifstricteq.stackBefore=value1, value2 +instruction.ifstricteq.operands=branchTarget +instruction.ifstrictne.shortDescription=Vertakking indien niet strikt gelijk +instruction.ifstrictne.stackBefore=value1, value2 +instruction.ifstrictne.operands=branchTarget +instruction.lookupswitch.shortDescription=Vertakking op basis van index +instruction.lookupswitch.stackBefore=index +instruction.lookupswitch.operands=defaultTarget, caseCount, case0Target, case1Target, ... # special case for UI -instruction.lookupswitch.operands.ui = defaultTarget:labelName, [case0Target:labelName, case1Target:labelName, ...] -instruction.pushwith.shortDescription = Push met op de scopestack -instruction.pushwith.stackBefore = withScope -instruction.popscope.shortDescription = Pop uit de scopestack en gooi de waarde weg -instruction.nextname.shortDescription = Vraag de naam op van de volgende eigenschap -instruction.nextname.stackBefore = obj, index -instruction.nextname.stackAfter = naam -instruction.hasnext.shortDescription = Controleer of het object meer eigenschappen heeft -instruction.hasnext.stackBefore = obj, currentIndex -instruction.hasnext.stackAfter = nextIndex -instruction.pushnull.shortDescription = Duw een nulwaarde opde stapel -instruction.pushnull.stackAfter = null -instruction.pushundefined.shortDescription = Duw een ongedefinieerde waarde op de stack -instruction.pushundefined.stackAfter = ongedefinieert -instruction.pushfloat.shortDescription = Push de floatwaarde op de stack -instruction.pushfloat.stackAfter = floatValue -instruction.pushfloat.operands = float -instruction.nextvalue.shortDescription = Ontvang de waarde van het volgende eigenschap -instruction.nextvalue.stackBefore = obj, index -instruction.nextvalue.stackAfter = waarde -instruction.pushbyte.shortDescription = Push een bytewaarde op de stack -instruction.pushbyte.stackBefore = -instruction.pushbyte.stackAfter = byteValue -instruction.pushbyte.operands = waarde -instruction.pushshort.shortDescription = Push een korte waarde op de stackl -instruction.pushshort.stackAfter = shortValue -instruction.pushshort.operands = waarde -instruction.pushtrue.shortDescription = Push waar (true) op de stackl -instruction.pushtrue.stackAfter = waar -instruction.pushfalse.shortDescription = Push onwaar (false) op de stapel -instruction.pushfalse.stackAfter = onwaar (false) -instruction.pushnan.shortDescription = Push NaN waarde op de stackl -instruction.pushnan.description = -instruction.pushnan.stackAfter = NaN -instruction.pop.shortDescription = Haal (pop) de bovenste waarde uit de stack -instruction.pop.stackBefore = waarde -instruction.dup.shortDescription = Dubbele waarde op de stack -instruction.dup.stackBefore = waarde -instruction.dup.stackAfter = waarde, waarde -instruction.swap.shortDescription = Verwissel twee waarden bovenop de stack -instruction.swap.stackBefore = waarde1, waarde2 -instruction.swap.stackAfter = waarde1, waarde2 -instruction.pushstring.shortDescription = Duw de stringwaarde op de stapel -instruction.pushstring.stackAfter = stringValue -instruction.pushstring.operands = waarde -instruction.pushint.shortDescription = Duw een geheel getal op de stapel -instruction.pushint.stackAfter = intValue -instruction.pushint.operands = value -instruction.pushuint.shortDescription = Push een niet-ondertekende integerwaarde op de stack -instruction.pushuint.stackAfter = uintValue -instruction.pushuint.operands = waarde -instruction.pushdouble.shortDescription = Push dubbele precisiewaarde op de stack -instruction.pushdouble.stackAfter = doubleValue -instruction.pushdouble.operands = waarde -instruction.pushscope.shortDescription = Push een object op de scope stack -instruction.pushscope.stackBefore = obj -instruction.pushnamespace.shortDescription = Push naamruimte op de stapel -instruction.pushnamespace.stackAfter = naamruimte -instruction.pushnamespace.operands = waarde -instruction.hasnext2.shortDescription = Controleer of het object meer eigenschappen heeft (registergebaseerd) -instruction.hasnext2.stackAfter = boolValue -instruction.hasnext2.operands = objectReg, indexReg -instruction.pushdecimal.shortDescription = Duw decimale waarde op de stapel -instruction.pushdecimal.stackAfter = decimalValue -instruction.pushdecimal.operands = waarde -instruction.pushdnan.shortDescription = Push decimale NaN waarde op de stack -instruction.pushdnan.stackAfter = decimalNaN -instruction.li8.shortDescription = Laad een 8-bits gehele waarde -instruction.li8.stackBefore = adres -instruction.li8.stackAfter = int8Value -instruction.li16.shortDescription = Laad een 16-bits integer waarde -instruction.li16.stackBefore = adres -instruction.li16.stackAfter = int16Value -instruction.li32.shortDescription = Laad een 32-bits integer waarde -instruction.li32.stackBefore = adres -instruction.li32.stackAfter = int32Value -instruction.lf32.shortDescription = Laad een 32-bits float-waarde -instruction.lf32.stackBefore = adres -instruction.lf32.stackAfter = float32Value -instruction.lf64.shortDescription = Laad een 64-bits float-waarde -instruction.lf64.stackBefore = adres -instruction.lf64.stackAfter = float64Value -instruction.si8.shortDescription = Bewaar een 8-bits geheel getalwaarde -instruction.si8.stackBefore = waarde, adres -instruction.si16.shortDescription = Bewaar een 16-bits integer waarde -instruction.si16.stackBefore = waarde, adres -instruction.si32.shortDescription = Bewaar een 32-bits integer waarde -instruction.si32.stackBefore = waarde, adres -instruction.sf32.shortDescription = Bewaar 32-bits float-waarde -instruction.sf32.stackBefore = waarde, adres -instruction.sf64.shortDescription = Bewaar een 64-bits float-waarde -instruction.sf64.stackBefore = waarde, adres -instruction.newfunction.shortDescription = Maak een nieuw Functie-object -instruction.newfunction.stackAfter = functie -instruction.newfunction.operands = methode -instruction.call.shortDescription = Call-functie op de stack -instruction.call.description = -instruction.call.stackBefore = functie, dit, arg1, ..., argN -instruction.call.stackAfter = waarde -instruction.call.operands = argCount -instruction.construct.shortDescription = Roep de constructorfunctie aan op de stack -instruction.construct.stackBefore = functie, arg1, ..., argN -instruction.construct.stackAfter = waarde -instruction.construct.operands = argCount -instruction.callmethod.shortDescription = Roep de methode van het object aan op dispatch-id -instruction.callmethod.description = -instruction.callmethod.stackBefore = dit, arg1, ..., argN -instruction.callmethod.stackAfter = waarde -instruction.callmethod.operands = methode, argCount -instruction.callstatic.shortDescription = Roep de methode aan op methode in het ABC-bestand -instruction.callstatic.description = -instruction.callstatic.stackBefore = dit, arg1, ..., argN -instruction.callstatic.stackAfter = waarde -instruction.callstatic.operands = methode, argCount -instruction.callsuper.shortDescription = Roep de methode aan op de bovenliggende klasse -instruction.callsuper.stackBefore = obj, [ns], [name], arg1, ..., argN -instruction.callsuper.stackAfter = waarde -instruction.callsuper.operands = methodName, argCount -instruction.callproperty.shortDescription = Roep eigenschap aan -instruction.callproperty.stackBefore = obj, [ns], [name], arg1, ..., argN -instruction.callproperty.stackAfter = waarde -instruction.callproperty.operands = eigenschap, argCount -instruction.returnvoid.shortDescription = Terugkeer van een methode -instruction.returnvalue.shortDescription = Terugkeer van een methode -instruction.returnvalue.stackBefore = waarde -instruction.constructsuper.shortDescription = Roep de bovenliggende constructor van een object op -instruction.constructsuper.stackBefore = obj, arg1, ..., argN -instruction.constructsuper.operands = argCount -instruction.constructprop.shortDescription = Construeer een eigenschap van een object -instruction.constructprop.stackBefore = obj, [ns], [name], arg1, ..., argN -instruction.constructprop.stackAfter = waarde -instruction.constructprop.operands = eigenschap, argCount +instruction.lookupswitch.operands.ui=defaultTarget:labelName, [case0Target:labelName, case1Target:labelName, ...] +instruction.pushwith.shortDescription=Push met op de scopestack +instruction.pushwith.stackBefore=withScope +instruction.popscope.shortDescription=Pop uit de scopestack en gooi de waarde weg +instruction.nextname.shortDescription=Vraag de naam op van de volgende eigenschap +instruction.nextname.stackBefore=obj, index +instruction.nextname.stackAfter=naam +instruction.hasnext.shortDescription=Controleer of het object meer eigenschappen heeft +instruction.hasnext.stackBefore=obj, currentIndex +instruction.hasnext.stackAfter=nextIndex +instruction.pushnull.shortDescription=Duw een nulwaarde opde stapel +instruction.pushnull.stackAfter=null +instruction.pushundefined.shortDescription=Duw een ongedefinieerde waarde op de stack +instruction.pushundefined.stackAfter=ongedefinieert +instruction.pushfloat.shortDescription=Push de floatwaarde op de stack +instruction.pushfloat.stackAfter=floatValue +instruction.pushfloat.operands=float +instruction.nextvalue.shortDescription=Ontvang de waarde van het volgende eigenschap +instruction.nextvalue.stackBefore=obj, index +instruction.nextvalue.stackAfter=waarde +instruction.pushbyte.shortDescription=Push een bytewaarde op de stack +instruction.pushbyte.stackBefore= +instruction.pushbyte.stackAfter=byteValue +instruction.pushbyte.operands=waarde +instruction.pushshort.shortDescription=Push een korte waarde op de stackl +instruction.pushshort.stackAfter=shortValue +instruction.pushshort.operands=waarde +instruction.pushtrue.shortDescription=Push waar (true) op de stackl +instruction.pushtrue.stackAfter=waar +instruction.pushfalse.shortDescription=Push onwaar (false) op de stapel +instruction.pushfalse.stackAfter=onwaar (false) +instruction.pushnan.shortDescription=Push NaN waarde op de stackl +instruction.pushnan.description= +instruction.pushnan.stackAfter=NaN +instruction.pop.shortDescription=Haal (pop) de bovenste waarde uit de stack +instruction.pop.stackBefore=waarde +instruction.dup.shortDescription=Dubbele waarde op de stack +instruction.dup.stackBefore=waarde +instruction.dup.stackAfter=waarde, waarde +instruction.swap.shortDescription=Verwissel twee waarden bovenop de stack +instruction.swap.stackBefore=waarde1, waarde2 +instruction.swap.stackAfter=waarde1, waarde2 +instruction.pushstring.shortDescription=Duw de stringwaarde op de stapel +instruction.pushstring.stackAfter=stringValue +instruction.pushstring.operands=waarde +instruction.pushint.shortDescription=Duw een geheel getal op de stapel +instruction.pushint.stackAfter=intValue +instruction.pushint.operands=value +instruction.pushuint.shortDescription=Push een niet-ondertekende integerwaarde op de stack +instruction.pushuint.stackAfter=uintValue +instruction.pushuint.operands=waarde +instruction.pushdouble.shortDescription=Push dubbele precisiewaarde op de stack +instruction.pushdouble.stackAfter=doubleValue +instruction.pushdouble.operands=waarde +instruction.pushscope.shortDescription=Push een object op de scope stack +instruction.pushscope.stackBefore=obj +instruction.pushnamespace.shortDescription=Push naamruimte op de stapel +instruction.pushnamespace.stackAfter=naamruimte +instruction.pushnamespace.operands=waarde +instruction.hasnext2.shortDescription=Controleer of het object meer eigenschappen heeft (registergebaseerd) +instruction.hasnext2.stackAfter=boolValue +instruction.hasnext2.operands=objectReg, indexReg +instruction.pushdecimal.shortDescription=Duw decimale waarde op de stapel +instruction.pushdecimal.stackAfter=decimalValue +instruction.pushdecimal.operands=waarde +instruction.pushdnan.shortDescription=Push decimale NaN waarde op de stack +instruction.pushdnan.stackAfter=decimalNaN +instruction.li8.shortDescription=Laad een 8-bits gehele waarde +instruction.li8.stackBefore=adres +instruction.li8.stackAfter=int8Value +instruction.li16.shortDescription=Laad een 16-bits integer waarde +instruction.li16.stackBefore=adres +instruction.li16.stackAfter=int16Value +instruction.li32.shortDescription=Laad een 32-bits integer waarde +instruction.li32.stackBefore=adres +instruction.li32.stackAfter=int32Value +instruction.lf32.shortDescription=Laad een 32-bits float-waarde +instruction.lf32.stackBefore=adres +instruction.lf32.stackAfter=float32Value +instruction.lf64.shortDescription=Laad een 64-bits float-waarde +instruction.lf64.stackBefore=adres +instruction.lf64.stackAfter=float64Value +instruction.si8.shortDescription=Bewaar een 8-bits geheel getalwaarde +instruction.si8.stackBefore=waarde, adres +instruction.si16.shortDescription=Bewaar een 16-bits integer waarde +instruction.si16.stackBefore=waarde, adres +instruction.si32.shortDescription=Bewaar een 32-bits integer waarde +instruction.si32.stackBefore=waarde, adres +instruction.sf32.shortDescription=Bewaar 32-bits float-waarde +instruction.sf32.stackBefore=waarde, adres +instruction.sf64.shortDescription=Bewaar een 64-bits float-waarde +instruction.sf64.stackBefore=waarde, adres +instruction.newfunction.shortDescription=Maak een nieuw Functie-object +instruction.newfunction.stackAfter=functie +instruction.newfunction.operands=methode +instruction.call.shortDescription=Call-functie op de stack +instruction.call.description= +instruction.call.stackBefore=functie, dit, arg1, ..., argN +instruction.call.stackAfter=waarde +instruction.call.operands=argCount +instruction.construct.shortDescription=Roep de constructorfunctie aan op de stack +instruction.construct.stackBefore=functie, arg1, ..., argN +instruction.construct.stackAfter=waarde +instruction.construct.operands=argCount +instruction.callmethod.shortDescription=Roep de methode van het object aan op dispatch-id +instruction.callmethod.description= +instruction.callmethod.stackBefore=dit, arg1, ..., argN +instruction.callmethod.stackAfter=waarde +instruction.callmethod.operands=methode, argCount +instruction.callstatic.shortDescription=Roep de methode aan op methode in het ABC-bestand +instruction.callstatic.description= +instruction.callstatic.stackBefore=dit, arg1, ..., argN +instruction.callstatic.stackAfter=waarde +instruction.callstatic.operands=methode, argCount +instruction.callsuper.shortDescription=Roep de methode aan op de bovenliggende klasse +instruction.callsuper.stackBefore=obj, [ns], [name], arg1, ..., argN +instruction.callsuper.stackAfter=waarde +instruction.callsuper.operands=methodName, argCount +instruction.callproperty.shortDescription=Roep eigenschap aan +instruction.callproperty.stackBefore=obj, [ns], [name], arg1, ..., argN +instruction.callproperty.stackAfter=waarde +instruction.callproperty.operands=eigenschap, argCount +instruction.returnvoid.shortDescription=Terugkeer van een methode +instruction.returnvalue.shortDescription=Terugkeer van een methode +instruction.returnvalue.stackBefore=waarde +instruction.constructsuper.shortDescription=Roep de bovenliggende constructor van een object op +instruction.constructsuper.stackBefore=obj, arg1, ..., argN +instruction.constructsuper.operands=argCount +instruction.constructprop.shortDescription=Construeer een eigenschap van een object +instruction.constructprop.stackBefore=obj, [ns], [name], arg1, ..., argN +instruction.constructprop.stackAfter=waarde +instruction.constructprop.operands=eigenschap, argCount #Undocumented: -instruction.callsuperid.shortDescription = Roep super-id op +instruction.callsuperid.shortDescription=Roep super-id op #instruction.callsuperid.stackBefore = #instruction.callsuperid.stackAfter = #instruction.callsuperid.operands = -instruction.callproplex.shortDescription = Roep eigenschap met null als volgt op -instruction.callproplex.stackBefore = obj, [ns], [name], arg1, ..., argN -instruction.callproplex.stackAfter = waarde -instruction.callproplex.operands = eigenschap, argCount +instruction.callproplex.shortDescription=Roep eigenschap met null als volgt op +instruction.callproplex.stackBefore=obj, [ns], [name], arg1, ..., argN +instruction.callproplex.stackAfter=waarde +instruction.callproplex.operands=eigenschap, argCount #Undocumented: -instruction.callinterface.shortDescription = Roep interface op +instruction.callinterface.shortDescription=Roep interface op #instruction.callinterface.stackBefore = #instruction.callinterface.stackAfter = -instruction.callinterface.operands = interface, argCount -instruction.callsupervoid.shortDescription = Roep de methode aan op de bovenliggende klasse en negeer de retourwaarde -instruction.callsupervoid.stackBefore = obj, [ns], [name], arg1, ..., argN -instruction.callsupervoid.operands = methodName, argCount -instruction.callpropvoid.shortDescription = Roep eigenschap op, negeer de geretourneerde waarde -instruction.callpropvoid.stackBefore = obj, [ns], [name], arg1, ..., argN -instruction.callpropvoid.operands = property, argCount -instruction.sxi1.shortDescription = Teken breidt de waarde van 1 bit uit naar 32 bits -instruction.sxi1.stackBefore = waarde -instruction.sxi1.stackAfter = valueExtended -instruction.sxi8.shortDescription = Teken breidt de 8-bits waarde uit naar 32 bits -instruction.sxi8.stackBefore = waarde -instruction.sxi8.stackAfter = valueExtended -instruction.sxi16.shortDescription = Teken breidt de 16-bits waarde uit naar 32 bits -instruction.sxi16.stackBefore = waarde -instruction.sxi16.stackAfter = valueExtended -instruction.applytype.shortDescription = Pas typeparameters toe -instruction.applytype.description = Pas parametertypen toe op het basistype. Bijvoorbeeld wanneer Vector tijdens runtime wordt opgelost. String is parameter, Vector is basisklasse. -instruction.applytype.stackBefore = baseType, typeParam1, ..., typeParamN -instruction.applytype.stackAfter = baseType -instruction.applytype.operands = typeParamCount -instruction.pushfloat4.shortDescription = Push de float4-waarde op de stapel -instruction.pushfloat4.stackAfter = float4Value -instruction.pushfloat4.operands = float4 -instruction.newobject.shortDescription = Cre\u00ebert een nieuw object -instruction.newobject.stackBefore = name1, value1, name2, value2, ..., nameN, valueN -instruction.newobject.stackAfter = newObject -instruction.newobject.operands = propertyCount -instruction.newarray.shortDescription = Cre\u00ebert een nieuw array -instruction.newarray.stackBefore = value1, value2, ..., valueN -instruction.newarray.stackAfter = newArray -instruction.newarray.operands = valueCount -instruction.newactivation.shortDescription = Cre\u00ebert een nieuw activatie object -instruction.newactivation.stackAfter = new Activation -instruction.newclass.shortDescription = Cre\u00ebert een nieuwe klasse -instruction.newclass.stackBefore = baseType -instruction.newclass.stackAfter = newClass -instruction.newclass.operands = klasse -instruction.getdescendants.shortDescription = Get descendants -instruction.getdescendants.stackBefore = obj, [ns], [name] -instruction.getdescendants.stackAfter = waarde -instruction.getdescendants.operands = operand1 -instruction.newcatch.shortDescription = Cre\u00ebert een nieuwe catch scope -instruction.newcatch.stackAfter = catchScope -instruction.newcatch.operands = uitzondering +instruction.callinterface.operands=interface, argCount +instruction.callsupervoid.shortDescription=Roep de methode aan op de bovenliggende klasse en negeer de retourwaarde +instruction.callsupervoid.stackBefore=obj, [ns], [name], arg1, ..., argN +instruction.callsupervoid.operands=methodName, argCount +instruction.callpropvoid.shortDescription=Roep eigenschap op, negeer de geretourneerde waarde +instruction.callpropvoid.stackBefore=obj, [ns], [name], arg1, ..., argN +instruction.callpropvoid.operands=property, argCount +instruction.sxi1.shortDescription=Teken breidt de waarde van 1 bit uit naar 32 bits +instruction.sxi1.stackBefore=waarde +instruction.sxi1.stackAfter=valueExtended +instruction.sxi8.shortDescription=Teken breidt de 8-bits waarde uit naar 32 bits +instruction.sxi8.stackBefore=waarde +instruction.sxi8.stackAfter=valueExtended +instruction.sxi16.shortDescription=Teken breidt de 16-bits waarde uit naar 32 bits +instruction.sxi16.stackBefore=waarde +instruction.sxi16.stackAfter=valueExtended +instruction.applytype.shortDescription=Pas typeparameters toe +instruction.applytype.description=Pas parametertypen toe op het basistype. Bijvoorbeeld wanneer Vector tijdens runtime wordt opgelost. String is parameter, Vector is basisklasse. +instruction.applytype.stackBefore=baseType, typeParam1, ..., typeParamN +instruction.applytype.stackAfter=baseType +instruction.applytype.operands=typeParamCount +instruction.pushfloat4.shortDescription=Push de float4-waarde op de stapel +instruction.pushfloat4.stackAfter=float4Value +instruction.pushfloat4.operands=float4 +instruction.newobject.shortDescription=Cre\u00ebert een nieuw object +instruction.newobject.stackBefore=name1, value1, name2, value2, ..., nameN, valueN +instruction.newobject.stackAfter=newObject +instruction.newobject.operands=propertyCount +instruction.newarray.shortDescription=Cre\u00ebert een nieuw array +instruction.newarray.stackBefore=value1, value2, ..., valueN +instruction.newarray.stackAfter=newArray +instruction.newarray.operands=valueCount +instruction.newactivation.shortDescription=Cre\u00ebert een nieuw activatie object +instruction.newactivation.stackAfter=new Activation +instruction.newclass.shortDescription=Cre\u00ebert een nieuwe klasse +instruction.newclass.stackBefore=baseType +instruction.newclass.stackAfter=newClass +instruction.newclass.operands=klasse +instruction.getdescendants.shortDescription=Get descendants +instruction.getdescendants.stackBefore=obj, [ns], [name] +instruction.getdescendants.stackAfter=waarde +instruction.getdescendants.operands=operand1 +instruction.newcatch.shortDescription=Cre\u00ebert een nieuwe catch scope +instruction.newcatch.stackAfter=catchScope +instruction.newcatch.operands=uitzondering #Undocumented: -instruction.deldescendants.shortDescription = Verwijder nakomelingen +instruction.deldescendants.shortDescription=Verwijder nakomelingen #instruction.deldescendants.stackBefore = #instruction.deldescendants.stackAfter = -instruction.deldescendants.operands = multinameIndex +instruction.deldescendants.operands=multinameIndex #Undocumented: -instruction.findpropglobal.shortDescription = Zoek eigenschap in globale scope -instruction.findpropglobal.stackBefore = [ns], [name] -instruction.findpropglobal.stackAfter = obj -instruction.findpropglobal.operands = eigenschap -instruction.findpropstrict.shortDescription = Zoek eigenschap in scopestack, fout wanneer niet gevonden -instruction.findpropstrict.stackBefore = [ns], [name] -instruction.findpropstrict.stackAfter = obj -instruction.findpropstrict.operands = eigenschap -instruction.findproperty.shortDescription = Zoek eigenschap in scope-stack, bovenste object wanneer niet gevonden -instruction.findproperty.stackBefore = [ns], [name] -instruction.findproperty.stackAfter = obj -instruction.findproperty.operands = eigenschap +instruction.findpropglobal.shortDescription=Zoek eigenschap in globale scope +instruction.findpropglobal.stackBefore=[ns], [name] +instruction.findpropglobal.stackAfter=obj +instruction.findpropglobal.operands=eigenschap +instruction.findpropstrict.shortDescription=Zoek eigenschap in scopestack, fout wanneer niet gevonden +instruction.findpropstrict.stackBefore=[ns], [name] +instruction.findpropstrict.stackAfter=obj +instruction.findpropstrict.operands=eigenschap +instruction.findproperty.shortDescription=Zoek eigenschap in scope-stack, bovenste object wanneer niet gevonden +instruction.findproperty.stackBefore=[ns], [name] +instruction.findproperty.stackAfter=obj +instruction.findproperty.operands=eigenschap #Undocumented: -instruction.finddef.shortDescription = Definitie van zoekscriptniveau -instruction.finddef.stackBefore = [ns], [name] -instruction.finddef.stackAfter = obj -instruction.finddef.operands = eigenschap -instruction.getlex.shortDescription = Vind en haal eigenschap op -instruction.getlex.stackAfter = obj -instruction.getlex.operands = eigenschap -instruction.setproperty.shortDescription = Stel de eigenschap in -instruction.setproperty.description = -instruction.setproperty.stackBefore = obj, [ns], [name], value -instruction.setproperty.operands = eigenschap -instruction.getlocal.shortDescription = Haal lokale registerwaarde op -instruction.getlocal.stackAfter = waarde -instruction.getlocal.operands = localRegIndex -instruction.setlocal.shortDescription = Stel lokale registerwaarde in -instruction.setlocal.stackBefore = waarde -instruction.setlocal.operands = localRegIndex -instruction.getglobalscope.shortDescription = Krijg lokale scope -instruction.getglobalscope.stackAfter = obj -instruction.getscopeobject.shortDescription = Haal het scope-object op van de lokale scope-stack -instruction.getscopeobject.stackAfter = obj -instruction.getscopeobject.operands = scopeIndex -instruction.getproperty.shortDescription = Haal eigenschap op -instruction.getproperty.stackBefore = obj, [ns], [name] -instruction.getproperty.stackAfter = waarde -instruction.getproperty.operands = eigenschap -instruction.getouterscope.shortDescription = Haal het scope-object op van de buitenste scope-stack -instruction.getouterscope.stackAfter = obj -instruction.getouterscope.operands = scopeIndex -instruction.initproperty.shortDescription = Initialiseer eigenschap -instruction.initproperty.stackBefore = obj, [ns], [name], value -instruction.initproperty.operands = eigenschap +instruction.finddef.shortDescription=Definitie van zoekscriptniveau +instruction.finddef.stackBefore=[ns], [name] +instruction.finddef.stackAfter=obj +instruction.finddef.operands=eigenschap +instruction.getlex.shortDescription=Vind en haal eigenschap op +instruction.getlex.stackAfter=obj +instruction.getlex.operands=eigenschap +instruction.setproperty.shortDescription=Stel de eigenschap in +instruction.setproperty.description= +instruction.setproperty.stackBefore=obj, [ns], [name], value +instruction.setproperty.operands=eigenschap +instruction.getlocal.shortDescription=Haal lokale registerwaarde op +instruction.getlocal.stackAfter=waarde +instruction.getlocal.operands=localRegIndex +instruction.setlocal.shortDescription=Stel lokale registerwaarde in +instruction.setlocal.stackBefore=waarde +instruction.setlocal.operands=localRegIndex +instruction.getglobalscope.shortDescription=Krijg lokale scope +instruction.getglobalscope.stackAfter=obj +instruction.getscopeobject.shortDescription=Haal het scope-object op van de lokale scope-stack +instruction.getscopeobject.stackAfter=obj +instruction.getscopeobject.operands=scopeIndex +instruction.getproperty.shortDescription=Haal eigenschap op +instruction.getproperty.stackBefore=obj, [ns], [name] +instruction.getproperty.stackAfter=waarde +instruction.getproperty.operands=eigenschap +instruction.getouterscope.shortDescription=Haal het scope-object op van de buitenste scope-stack +instruction.getouterscope.stackAfter=obj +instruction.getouterscope.operands=scopeIndex +instruction.initproperty.shortDescription=Initialiseer eigenschap +instruction.initproperty.stackBefore=obj, [ns], [name], value +instruction.initproperty.operands=eigenschap #Undocumented: -instruction.setpropertylate.shortDescription = Stel eigenschap (op basis van stack) in +instruction.setpropertylate.shortDescription=Stel eigenschap (op basis van stack) in #instruction.setpropertylate.stackBefore = #instruction.setpropertylate.stackAfter = #instruction.setpropertylate.operands = -instruction.deleteproperty.shortDescription = Eigenschap verwijderen -instruction.deleteproperty.stackBefore = obj, [ns], [name] -instruction.deleteproperty.stackAfter = boolResult -instruction.deleteproperty.operands = eigenschap +instruction.deleteproperty.shortDescription=Eigenschap verwijderen +instruction.deleteproperty.stackBefore=obj, [ns], [name] +instruction.deleteproperty.stackAfter=boolResult +instruction.deleteproperty.operands=eigenschap #Undocumented: -instruction.deletepropertylate.shortDescription = Eigenschap verwijderen (op bais van stack) -instruction.getslot.shortDescription = Haal de waarde op van een slot -instruction.getslot.stackBefore = obj -instruction.getslot.stackAfter = waarde -instruction.getslot.operands = slotIndex -instruction.setslot.shortDescription = Stel de waarde van en slot in -instruction.setslot.stackBefore = obj, value -instruction.setslot.operands = slotIndex -instruction.getglobalslot.shortDescription = Haal de waarde op van een slot uit de 'global scope' -instruction.getglobalslot.description = -instruction.getglobalslot.stackAfter = waarde -instruction.getglobalslot.operands = slotIndex -instruction.setglobalslot.shortDescription = Haal de waarde op van een slot uit de 'global scope' -instruction.setglobalslot.stackBefore = waarde -instruction.setglobalslot.operands = slotIndex -instruction.convert_s.shortDescription = Converteer waarde naar string -instruction.convert_s.description = -instruction.convert_s.stackBefore = waarde -instruction.convert_s.stackAfter = stringValue -instruction.esc_xelem.shortDescription = Escape XML-element -instruction.esc_xelem.stackBefore = waarde -instruction.esc_xelem.stackAfter = stringValue -instruction.esc_xattr.shortDescription = Escape XML-attribuut -instruction.esc_xattr.stackBefore = waarde -instruction.esc_xattr.stackAfter = stringValue -instruction.esc_xattr.operands = -instruction.convert_i.shortDescription = Converteer waarde naar integer -instruction.convert_i.stackBefore = waarde -instruction.convert_i.stackAfter = intValue -instruction.convert_u.shortDescription = Converteer waarde naar een ongetekende integer -instruction.convert_u.stackBefore = waarde -instruction.convert_u.stackAfter = uintValue -instruction.convert_d.shortDescription = Converteer waarde naar 'double' -instruction.convert_d.stackBefore = waarde -instruction.convert_d.stackAfter = doubleValue -instruction.convert_b.shortDescription = Converteer waarde naar booleaan -instruction.convert_b.stackBefore = waarde -instruction.convert_b.stackAfter = booleanValue -instruction.convert_o.shortDescription = Converteer waarde naar object -instruction.convert_o.stackBefore = waarde -instruction.convert_o.stackAfter = waarde -instruction.checkfilter.shortDescription = Controleer of op het object een filterbewerking kan worden toegepast -instruction.checkfilter.stackBefore = waarde -instruction.checkfilter.stackAfter = waarde -instruction.convert_m.shortDescription = Converteer waarde naar decimaal -instruction.convert_m.stackBefore = waarde -instruction.convert_m.stackAfter = decimalValue -instruction.convert_m_p.shortDescription = Converteer waarde naar decimaal met getalcontext -instruction.convert_m_p.description = -instruction.convert_m_p.stackBefore = waarde -instruction.convert_m_p.stackAfter = decimalValue -instruction.convert_m_p.operands = numberContext -instruction.convert_f.shortDescription = Converteer waarde naar 'float' -instruction.convert_f.stackBefore = value -instruction.convert_f.stackAfter = floatValue -instruction.convert_f4.shortDescription = Converteer waarde naar float4 -instruction.convert_f4.stackBefore = waarde -instruction.convert_f4.stackAfter = float4Value -instruction.coerce.shortDescription = Dwing waarde naar gespecificeerd type -instruction.coerce.stackBefore = waarde -instruction.coerce.stackAfter = coercedValue -instruction.coerce.operands = type -instruction.coerce_b.shortDescription = Dwing waarde af naar booleaan -instruction.coerce_b.stackBefore = waarde -instruction.coerce_b.stackAfter = booleanValue -instruction.coerce_b.deprecated = Gebruik in plaats daarvan convert_b -instruction.coerce_a.shortDescription = Dwing waarde af voor elk type -instruction.coerce_a.stackBefore = waarde -instruction.coerce_a.stackAfter = waarde -instruction.coerce_i.shortDescription = Dwing waarde af naar integer -instruction.coerce_i.stackBefore = waarde -instruction.coerce_i.stackAfter = intValue -instruction.coerce_i.deprecated = Use convert_i instead -instruction.coerce_d.shortDescription = Dwing waarde af naar 'double' -instruction.coerce_d.stackBefore = waarde -instruction.coerce_d.stackAfter = doubleValue -instruction.coerce_d.deprecated = Gebruik in plaats daarvan convert_d -instruction.coerce_s.shortDescription = Dwing waarde af naar string -instruction.coerce_s.stackBefore = waarde -instruction.coerce_s.stackAfter = stringVAlue -instruction.astype.shortDescription = Retourneert dezelfde waarde of null als er geen type is opgegeven -instruction.astype.stackBefore = waarde -instruction.astype.stackAfter = waarde -instruction.astype.operands = type -instruction.astypelate.shortDescription = Retourneert dezelfde waarde of null als het type niet is opgegeven (op stack gebaseerd) -instruction.astypelate.description = -instruction.astypelate.stackBefore = waarde, type -instruction.astypelate.stackAfter = waarde -instruction.coerce_u.shortDescription = Dwing waarde af naar ongetekende integer -instruction.coerce_u.stackBefore = waarde -instruction.coerce_u.stackAfter = uintValue -instruction.coerce_o.shortDescription = Dwing waarde af naar object -instruction.coerce_o.stackBefore = waarde -instruction.coerce_o.stackAfter = waarde -instruction.negate_p.shortDescription = Negeer waarde met behulp van getalcontext -instruction.negate_p.stackBefore = waarde -instruction.negate_p.stackAfter = -waarde -instruction.negate_p.operands = numberContext -instruction.negate.shortDescription = Negeer waarde -instruction.negate.stackBefore = waarde -instruction.negate.stackAfter = -waarde -instruction.increment.shortDescription = Verhoog waarde -instruction.increment.stackBefore = waarde -instruction.increment.stackAfter = incrementedValue -instruction.inclocal.shortDescription = Verhoog lokale register -instruction.inclocal.operands = localRegister -instruction.decrement.shortDescription = Verlaag waarde -instruction.decrement.stackBefore = waarde -instruction.decrement.stackAfter = decrementedValue -instruction.declocal.shortDescription = Verlaag lokaal register -instruction.declocal.operands = localRegister -instruction.typeof.shortDescription = Haal naam van waardetype op -instruction.typeof.stackBefore = waarde -instruction.typeof.stackAfter = typeName -instruction.not.shortDescription = Negeer Boolean -instruction.not.stackBefore = waarde -instruction.not.stackAfter = !waarde -instruction.bitnot.shortDescription = Bitsgewijs negeren -instruction.bitnot.stackBefore = waarde -instruction.bitnot.stackAfter = ~waarde +instruction.deletepropertylate.shortDescription=Eigenschap verwijderen (op bais van stack) +instruction.getslot.shortDescription=Haal de waarde op van een slot +instruction.getslot.stackBefore=obj +instruction.getslot.stackAfter=waarde +instruction.getslot.operands=slotIndex +instruction.setslot.shortDescription=Stel de waarde van en slot in +instruction.setslot.stackBefore=obj, value +instruction.setslot.operands=slotIndex +instruction.getglobalslot.shortDescription=Haal de waarde op van een slot uit de 'global scope' +instruction.getglobalslot.description= +instruction.getglobalslot.stackAfter=waarde +instruction.getglobalslot.operands=slotIndex +instruction.setglobalslot.shortDescription=Haal de waarde op van een slot uit de 'global scope' +instruction.setglobalslot.stackBefore=waarde +instruction.setglobalslot.operands=slotIndex +instruction.convert_s.shortDescription=Converteer waarde naar string +instruction.convert_s.description= +instruction.convert_s.stackBefore=waarde +instruction.convert_s.stackAfter=stringValue +instruction.esc_xelem.shortDescription=Escape XML-element +instruction.esc_xelem.stackBefore=waarde +instruction.esc_xelem.stackAfter=stringValue +instruction.esc_xattr.shortDescription=Escape XML-attribuut +instruction.esc_xattr.stackBefore=waarde +instruction.esc_xattr.stackAfter=stringValue +instruction.esc_xattr.operands= +instruction.convert_i.shortDescription=Converteer waarde naar integer +instruction.convert_i.stackBefore=waarde +instruction.convert_i.stackAfter=intValue +instruction.convert_u.shortDescription=Converteer waarde naar een ongetekende integer +instruction.convert_u.stackBefore=waarde +instruction.convert_u.stackAfter=uintValue +instruction.convert_d.shortDescription=Converteer waarde naar 'double' +instruction.convert_d.stackBefore=waarde +instruction.convert_d.stackAfter=doubleValue +instruction.convert_b.shortDescription=Converteer waarde naar booleaan +instruction.convert_b.stackBefore=waarde +instruction.convert_b.stackAfter=booleanValue +instruction.convert_o.shortDescription=Converteer waarde naar object +instruction.convert_o.stackBefore=waarde +instruction.convert_o.stackAfter=waarde +instruction.checkfilter.shortDescription=Controleer of op het object een filterbewerking kan worden toegepast +instruction.checkfilter.stackBefore=waarde +instruction.checkfilter.stackAfter=waarde +instruction.convert_m.shortDescription=Converteer waarde naar decimaal +instruction.convert_m.stackBefore=waarde +instruction.convert_m.stackAfter=decimalValue +instruction.convert_m_p.shortDescription=Converteer waarde naar decimaal met getalcontext +instruction.convert_m_p.description= +instruction.convert_m_p.stackBefore=waarde +instruction.convert_m_p.stackAfter=decimalValue +instruction.convert_m_p.operands=numberContext +instruction.convert_f.shortDescription=Converteer waarde naar 'float' +instruction.convert_f.stackBefore=value +instruction.convert_f.stackAfter=floatValue +instruction.convert_f4.shortDescription=Converteer waarde naar float4 +instruction.convert_f4.stackBefore=waarde +instruction.convert_f4.stackAfter=float4Value +instruction.coerce.shortDescription=Dwing waarde naar gespecificeerd type +instruction.coerce.stackBefore=waarde +instruction.coerce.stackAfter=coercedValue +instruction.coerce.operands=type +instruction.coerce_b.shortDescription=Dwing waarde af naar booleaan +instruction.coerce_b.stackBefore=waarde +instruction.coerce_b.stackAfter=booleanValue +instruction.coerce_b.deprecated=Gebruik in plaats daarvan convert_b +instruction.coerce_a.shortDescription=Dwing waarde af voor elk type +instruction.coerce_a.stackBefore=waarde +instruction.coerce_a.stackAfter=waarde +instruction.coerce_i.shortDescription=Dwing waarde af naar integer +instruction.coerce_i.stackBefore=waarde +instruction.coerce_i.stackAfter=intValue +instruction.coerce_i.deprecated=Use convert_i instead +instruction.coerce_d.shortDescription=Dwing waarde af naar 'double' +instruction.coerce_d.stackBefore=waarde +instruction.coerce_d.stackAfter=doubleValue +instruction.coerce_d.deprecated=Gebruik in plaats daarvan convert_d +instruction.coerce_s.shortDescription=Dwing waarde af naar string +instruction.coerce_s.stackBefore=waarde +instruction.coerce_s.stackAfter=stringVAlue +instruction.astype.shortDescription=Retourneert dezelfde waarde of null als er geen type is opgegeven +instruction.astype.stackBefore=waarde +instruction.astype.stackAfter=waarde +instruction.astype.operands=type +instruction.astypelate.shortDescription=Retourneert dezelfde waarde of null als het type niet is opgegeven (op stack gebaseerd) +instruction.astypelate.description= +instruction.astypelate.stackBefore=waarde, type +instruction.astypelate.stackAfter=waarde +instruction.coerce_u.shortDescription=Dwing waarde af naar ongetekende integer +instruction.coerce_u.stackBefore=waarde +instruction.coerce_u.stackAfter=uintValue +instruction.coerce_o.shortDescription=Dwing waarde af naar object +instruction.coerce_o.stackBefore=waarde +instruction.coerce_o.stackAfter=waarde +instruction.negate_p.shortDescription=Negeer waarde met behulp van getalcontext +instruction.negate_p.stackBefore=waarde +instruction.negate_p.stackAfter=-waarde +instruction.negate_p.operands=numberContext +instruction.negate.shortDescription=Negeer waarde +instruction.negate.stackBefore=waarde +instruction.negate.stackAfter=-waarde +instruction.increment.shortDescription=Verhoog waarde +instruction.increment.stackBefore=waarde +instruction.increment.stackAfter=incrementedValue +instruction.inclocal.shortDescription=Verhoog lokale register +instruction.inclocal.operands=localRegister +instruction.decrement.shortDescription=Verlaag waarde +instruction.decrement.stackBefore=waarde +instruction.decrement.stackAfter=decrementedValue +instruction.declocal.shortDescription=Verlaag lokaal register +instruction.declocal.operands=localRegister +instruction.typeof.shortDescription=Haal naam van waardetype op +instruction.typeof.stackBefore=waarde +instruction.typeof.stackAfter=typeName +instruction.not.shortDescription=Negeer Boolean +instruction.not.stackBefore=waarde +instruction.not.stackAfter=!waarde +instruction.bitnot.shortDescription=Bitsgewijs negeren +instruction.bitnot.stackBefore=waarde +instruction.bitnot.stackAfter=~waarde #Undocumented: -instruction.concat.shortDescription = Concat +instruction.concat.shortDescription=Concat #instruction.concat.stackBefore = #instruction.concat.stackAfter = #instruction.concat.operands = #Undocumented: -instruction.add_d.shortDescription = Add_d +instruction.add_d.shortDescription=Add_d #instruction.add_d.stackBefore = #instruction.add_d.stackAfter = #instruction.add_d.operands = -instruction.increment_p.shortDescription = Verhoog de waarde met behulp van getalcontext -instruction.increment_p.stackBefore = waarde -instruction.increment_p.stackAfter = incrementedValue -instruction.increment_p.operands = numberContext -instruction.inclocal_p.shortDescription = Verhoog het lokale register met behulp van nummercontext -instruction.inclocal_p.operands = numberContext, localRegister -instruction.decrement_p.shortDescription = Verlaag de waarde met behulp van getalcontext -instruction.decrement_p.stackBefore = waarde -instruction.decrement_p.stackAfter = decrementedValue -instruction.decrement_p.operands = numberContext -instruction.declocal_p.shortDescription = Verlaag het lokale register met behulp van nummercontext -instruction.declocal_p.operands = numberContext, localRegister -instruction.add.shortDescription = Voeg twee waarden toe -instruction.add.stackBefore = waarde1, waarde2 -instruction.add.stackAfter = waarde3 -instruction.subtract.shortDescription = Trek twee waarden van elkaar af -instruction.subtract.stackBefore = waarde1, waarde2 -instruction.subtract.stackAfter = waarde3 -instruction.multiply.shortDescription = Vermenigvuldig twee waarden -instruction.multiply.stackBefore = waarde1, waarde2 -instruction.multiply.stackAfter = waarde3 -instruction.divide.shortDescription = Deel twee waarden -instruction.divide.stackBefore = waarde1, waarde2 -instruction.divide.stackAfter = waarde3 -instruction.modulo.shortDescription = Module van twee te delen waarden -instruction.modulo.stackBefore = waarde1, waarde2 -instruction.modulo.stackAfter = waarde3 -instruction.lshift.shortDescription = Bitgewijs links schuiven -instruction.lshift.stackBefore = waarde1, waarde2 -instruction.lshift.stackAfter = waarde3 -instruction.rshift.shortDescription = Bitgewijs rechts schuiven -instruction.rshift.stackBefore = waarde1, waarde2 -instruction.rshift.stackAfter = waarde3 -instruction.urshift.shortDescription = Niet-ondertekende bitsgewijze verschuiving naar rechts -instruction.urshift.stackBefore = waarde1, waarde2 -instruction.urshift.stackAfter = waarde3 -instruction.bitand.shortDescription = Bitgewijs en (and) -instruction.bitand.stackBefore = waarde1, waarde2 -instruction.bitand.stackAfter = waarde3 -instruction.bitor.shortDescription = Bitgewijs of (or) -instruction.bitor.stackBefore = waarde1, waarde2 -instruction.bitor.stackAfter = waarde3 -instruction.bitxor.shortDescription = Bitgewijs exclusief of (xor) -instruction.bitxor.stackBefore = waarde1, waarde2 -instruction.bitxor.stackAfter = waarde3 -instruction.equals.shortDescription = Vergelijk twee waarden -instruction.equals.stackBefore = waarde1, waarde2 -instruction.equals.stackAfter = booleanResult -instruction.equals.operands = -instruction.strictequals.shortDescription = Vergelijk twee waarden strikt -instruction.strictequals.stackBefore = waarde1, waarde2 -instruction.strictequals.stackAfter = booleanResult -instruction.lessthan.shortDescription = Controleer of de waarde kleiner is dan de andere waarde -instruction.lessthan.stackBefore = waarde1, waarde2 -instruction.lessthan.stackAfter = booleanResult -instruction.lessequals.shortDescription = Controleer of de waarde kleiner of gelijk is aan de andere waarde -instruction.lessequals.stackBefore = waarde1, waarde2 -instruction.lessequals.stackAfter = booleanResult -instruction.lessequals.operands = booleanResult -instruction.greaterthan.shortDescription = Controleer of de waarde groter is dan de andere waarde -instruction.greaterthan.stackBefore = waarde1, waarde2 -instruction.greaterthan.stackAfter = booleanResult -instruction.greaterequals.shortDescription = Controleer of de waarde groter of gelijk is dan de andere waarde -instruction.greaterequals.stackBefore = waarde1, waarde2 -instruction.greaterequals.stackAfter = booleanResult -instruction.instanceof.shortDescription = Controleer of het type bestaat in de object-prototype-keten -instruction.instanceof.stackBefore = waarde, type -instruction.instanceof.stackAfter = booleanResult -instruction.istype.shortDescription = Controleer of het object van het opgegeven type is -instruction.istype.stackBefore = waarde -instruction.istype.stackAfter = booleanResult -instruction.istype.operands = type -instruction.istypelate.shortDescription = Controleer of het object van het opgegeven type is (stack gebaseerd) -instruction.istypelate.stackBefore = waarde, type -instruction.istypelate.stackAfter = booleanResult -instruction.in.shortDescription = Controleer of het object een benoemde naam heeft -instruction.in.stackBefore = naam, obj -instruction.in.stackAfter = booleanResult -instruction.add_p.shortDescription = Voeg twee waarden toe met behulp van de getalcontext -instruction.add_p.stackBefore = waarde1, waarde2 -instruction.subtract_p.shortDescription = Trek twee waarden af \u200b\u200bmet behulp van de getalcontext -instruction.subtract_p.stackBefore = waarde1, waarde2 -instruction.subtract_p.stackAfter = waarde3 -instruction.multiply_p.shortDescription = Vermenigvuldig twee waarden met behulp van de getalcontext -instruction.multiply_p.stackBefore = waarde1, waarde2 -instruction.multiply_p.stackAfter = waarde3 -instruction.multiply_p.operands = numberContext -instruction.divide_p.shortDescription = Deel twee waarden op elkaar met behulp van de getalcontext -instruction.divide_p.stackBefore = waarde1, waarde2 -instruction.divide_p.stackAfter = waarde3 -instruction.modulo_p.shortDescription = Modulo deel twee waarden op elkaar met behulp van getalcontext -instruction.modulo_p.stackBefore = waarde1, waarde2 -instruction.modulo_p.stackAfter = waarde3 -instruction.modulo_p.operands = numberContext -instruction.increment_i.shortDescription = Verhoog integer waarde -instruction.increment_i.stackBefore = waarde -instruction.increment_i.stackAfter = incrementedValue -instruction.decrement_i.shortDescription = Verlaag integer waarde -instruction.decrement_i.stackBefore = waarde -instruction.decrement_i.stackAfter = decrementedValue -instruction.inclocal_i.shortDescription = Verhoog de integer waarde van het lokale register -instruction.inclocal_i.operands = localRegister -instruction.declocal_i.shortDescription = Verlaag de integer waarde van het lokale register -instruction.declocal_i.operands = localRegister -instruction.negate_i.shortDescription = Negeer integer waarde -instruction.negate_i.stackBefore = waarde -instruction.negate_i.stackAfter = -waarde -instruction.add_i.shortDescription = Voeg twee integer waarde toe -instruction.add_i.stackBefore = waarde1, waarde2 -instruction.add_i.stackAfter = waarde3 -instruction.subtract_i.shortDescription = Trek twee integer waarden van elkaar af -instruction.subtract_i.stackBefore = waard1, waarde2 -instruction.subtract_i.stackAfter = waarde3 -instruction.multiply_i.shortDescription = Vermenigvuldig twee integer waarden met elkaar -instruction.multiply_i.stackBefore = waarde1, waarde2 -instruction.multiply_i.stackAfter = waarde3 -instruction.getlocal0.shortDescription = Haal lokaal register 0 op -instruction.getlocal0.stackAfter = waarde -instruction.getlocal1.shortDescription = Haal lokaal register 1 op -instruction.getlocal1.stackAfter = waarde -instruction.getlocal2.shortDescription = Haal lokaal register 2 op -instruction.getlocal2.stackAfter = waarde -instruction.getlocal3.shortDescription = Haal lokaal register 3 op -instruction.getlocal3.stackAfter = waarde -instruction.setlocal0.shortDescription = Stel lokaal register 0 in -instruction.setlocal0.stackBefore = waarde -instruction.setlocal1.shortDescription = Stel lokaal register 1 in -instruction.setlocal1.stackBefore = waarde -instruction.setlocal2.shortDescription = Stel lokaal register 2 in -instruction.setlocal2.stackBefore = waarde -instruction.setlocal3.shortDescription = Stel lokaal register 3 in -instruction.setlocal3.stackBefore = waarde +instruction.increment_p.shortDescription=Verhoog de waarde met behulp van getalcontext +instruction.increment_p.stackBefore=waarde +instruction.increment_p.stackAfter=incrementedValue +instruction.increment_p.operands=numberContext +instruction.inclocal_p.shortDescription=Verhoog het lokale register met behulp van nummercontext +instruction.inclocal_p.operands=numberContext, localRegister +instruction.decrement_p.shortDescription=Verlaag de waarde met behulp van getalcontext +instruction.decrement_p.stackBefore=waarde +instruction.decrement_p.stackAfter=decrementedValue +instruction.decrement_p.operands=numberContext +instruction.declocal_p.shortDescription=Verlaag het lokale register met behulp van nummercontext +instruction.declocal_p.operands=numberContext, localRegister +instruction.add.shortDescription=Voeg twee waarden toe +instruction.add.stackBefore=waarde1, waarde2 +instruction.add.stackAfter=waarde3 +instruction.subtract.shortDescription=Trek twee waarden van elkaar af +instruction.subtract.stackBefore=waarde1, waarde2 +instruction.subtract.stackAfter=waarde3 +instruction.multiply.shortDescription=Vermenigvuldig twee waarden +instruction.multiply.stackBefore=waarde1, waarde2 +instruction.multiply.stackAfter=waarde3 +instruction.divide.shortDescription=Deel twee waarden +instruction.divide.stackBefore=waarde1, waarde2 +instruction.divide.stackAfter=waarde3 +instruction.modulo.shortDescription=Module van twee te delen waarden +instruction.modulo.stackBefore=waarde1, waarde2 +instruction.modulo.stackAfter=waarde3 +instruction.lshift.shortDescription=Bitgewijs links schuiven +instruction.lshift.stackBefore=waarde1, waarde2 +instruction.lshift.stackAfter=waarde3 +instruction.rshift.shortDescription=Bitgewijs rechts schuiven +instruction.rshift.stackBefore=waarde1, waarde2 +instruction.rshift.stackAfter=waarde3 +instruction.urshift.shortDescription=Niet-ondertekende bitsgewijze verschuiving naar rechts +instruction.urshift.stackBefore=waarde1, waarde2 +instruction.urshift.stackAfter=waarde3 +instruction.bitand.shortDescription=Bitgewijs en (and) +instruction.bitand.stackBefore=waarde1, waarde2 +instruction.bitand.stackAfter=waarde3 +instruction.bitor.shortDescription=Bitgewijs of (or) +instruction.bitor.stackBefore=waarde1, waarde2 +instruction.bitor.stackAfter=waarde3 +instruction.bitxor.shortDescription=Bitgewijs exclusief of (xor) +instruction.bitxor.stackBefore=waarde1, waarde2 +instruction.bitxor.stackAfter=waarde3 +instruction.equals.shortDescription=Vergelijk twee waarden +instruction.equals.stackBefore=waarde1, waarde2 +instruction.equals.stackAfter=booleanResult +instruction.equals.operands= +instruction.strictequals.shortDescription=Vergelijk twee waarden strikt +instruction.strictequals.stackBefore=waarde1, waarde2 +instruction.strictequals.stackAfter=booleanResult +instruction.lessthan.shortDescription=Controleer of de waarde kleiner is dan de andere waarde +instruction.lessthan.stackBefore=waarde1, waarde2 +instruction.lessthan.stackAfter=booleanResult +instruction.lessequals.shortDescription=Controleer of de waarde kleiner of gelijk is aan de andere waarde +instruction.lessequals.stackBefore=waarde1, waarde2 +instruction.lessequals.stackAfter=booleanResult +instruction.lessequals.operands=booleanResult +instruction.greaterthan.shortDescription=Controleer of de waarde groter is dan de andere waarde +instruction.greaterthan.stackBefore=waarde1, waarde2 +instruction.greaterthan.stackAfter=booleanResult +instruction.greaterequals.shortDescription=Controleer of de waarde groter of gelijk is dan de andere waarde +instruction.greaterequals.stackBefore=waarde1, waarde2 +instruction.greaterequals.stackAfter=booleanResult +instruction.instanceof.shortDescription=Controleer of het type bestaat in de object-prototype-keten +instruction.instanceof.stackBefore=waarde, type +instruction.instanceof.stackAfter=booleanResult +instruction.istype.shortDescription=Controleer of het object van het opgegeven type is +instruction.istype.stackBefore=waarde +instruction.istype.stackAfter=booleanResult +instruction.istype.operands=type +instruction.istypelate.shortDescription=Controleer of het object van het opgegeven type is (stack gebaseerd) +instruction.istypelate.stackBefore=waarde, type +instruction.istypelate.stackAfter=booleanResult +instruction.in.shortDescription=Controleer of het object een benoemde naam heeft +instruction.in.stackBefore=naam, obj +instruction.in.stackAfter=booleanResult +instruction.add_p.shortDescription=Voeg twee waarden toe met behulp van de getalcontext +instruction.add_p.stackBefore=waarde1, waarde2 +instruction.subtract_p.shortDescription=Trek twee waarden af \u200b\u200bmet behulp van de getalcontext +instruction.subtract_p.stackBefore=waarde1, waarde2 +instruction.subtract_p.stackAfter=waarde3 +instruction.multiply_p.shortDescription=Vermenigvuldig twee waarden met behulp van de getalcontext +instruction.multiply_p.stackBefore=waarde1, waarde2 +instruction.multiply_p.stackAfter=waarde3 +instruction.multiply_p.operands=numberContext +instruction.divide_p.shortDescription=Deel twee waarden op elkaar met behulp van de getalcontext +instruction.divide_p.stackBefore=waarde1, waarde2 +instruction.divide_p.stackAfter=waarde3 +instruction.modulo_p.shortDescription=Modulo deel twee waarden op elkaar met behulp van getalcontext +instruction.modulo_p.stackBefore=waarde1, waarde2 +instruction.modulo_p.stackAfter=waarde3 +instruction.modulo_p.operands=numberContext +instruction.increment_i.shortDescription=Verhoog integer waarde +instruction.increment_i.stackBefore=waarde +instruction.increment_i.stackAfter=incrementedValue +instruction.decrement_i.shortDescription=Verlaag integer waarde +instruction.decrement_i.stackBefore=waarde +instruction.decrement_i.stackAfter=decrementedValue +instruction.inclocal_i.shortDescription=Verhoog de integer waarde van het lokale register +instruction.inclocal_i.operands=localRegister +instruction.declocal_i.shortDescription=Verlaag de integer waarde van het lokale register +instruction.declocal_i.operands=localRegister +instruction.negate_i.shortDescription=Negeer integer waarde +instruction.negate_i.stackBefore=waarde +instruction.negate_i.stackAfter=-waarde +instruction.add_i.shortDescription=Voeg twee integer waarde toe +instruction.add_i.stackBefore=waarde1, waarde2 +instruction.add_i.stackAfter=waarde3 +instruction.subtract_i.shortDescription=Trek twee integer waarden van elkaar af +instruction.subtract_i.stackBefore=waard1, waarde2 +instruction.subtract_i.stackAfter=waarde3 +instruction.multiply_i.shortDescription=Vermenigvuldig twee integer waarden met elkaar +instruction.multiply_i.stackBefore=waarde1, waarde2 +instruction.multiply_i.stackAfter=waarde3 +instruction.getlocal0.shortDescription=Haal lokaal register 0 op +instruction.getlocal0.stackAfter=waarde +instruction.getlocal1.shortDescription=Haal lokaal register 1 op +instruction.getlocal1.stackAfter=waarde +instruction.getlocal2.shortDescription=Haal lokaal register 2 op +instruction.getlocal2.stackAfter=waarde +instruction.getlocal3.shortDescription=Haal lokaal register 3 op +instruction.getlocal3.stackAfter=waarde +instruction.setlocal0.shortDescription=Stel lokaal register 0 in +instruction.setlocal0.stackBefore=waarde +instruction.setlocal1.shortDescription=Stel lokaal register 1 in +instruction.setlocal1.stackBefore=waarde +instruction.setlocal2.shortDescription=Stel lokaal register 2 in +instruction.setlocal2.stackBefore=waarde +instruction.setlocal3.shortDescription=Stel lokaal register 3 in +instruction.setlocal3.stackBefore=waarde #Undocumented: -instruction.invalid.shortDescription = Ongeldig +instruction.invalid.shortDescription=Ongeldig #instruction.invalid.stackBefore = #instruction.invalid.stackAfter = #instruction.invalid.operands = #Undocumented: -instruction.abs_jump.shortDescription = Absolute sprong +instruction.abs_jump.shortDescription=Absolute sprong #instruction.abs_jump.stackBefore = #instruction.abs_jump.stackAfter = #instruction.abs_jump.operands = -instruction.debug.shortDescription = Foutopsporingsinformatie -instruction.debug.operands = debugType, regName, localRegister, extra -instruction.debugline.shortDescription = Foutopsporing in regelnummerinformatie -instruction.debugline.operands = lineNumber -instruction.debugfile.shortDescription = Foutopsporing in bestandsinformatie -instruction.debugfile.operands = fileName -instruction.bkptline.shortDescription = Breekpunt op regel +instruction.debug.shortDescription=Foutopsporingsinformatie +instruction.debug.operands=debugType, regName, localRegister, extra +instruction.debugline.shortDescription=Foutopsporing in regelnummerinformatie +instruction.debugline.operands=lineNumber +instruction.debugfile.shortDescription=Foutopsporing in bestandsinformatie +instruction.debugfile.operands=fileName +instruction.bkptline.shortDescription=Breekpunt op regel #Undocumented: -instruction.timestamp.shortDescription = Tijdstempel -instruction.timestamp.operands = +instruction.timestamp.shortDescription=Tijdstempel +instruction.timestamp.operands= #Undocumented: -instruction.verifypass.shortDescription = Verifieer wachtw. +instruction.verifypass.shortDescription=Verifieer wachtw. #instruction.verifypass.stackBefore = #instruction.verifypass.stackAfter = #instruction.verifypass.operands = #Undocumented: -instruction.alloc.shortDescription = Alloceer +instruction.alloc.shortDescription=Alloceer #instruction.alloc.stackBefore = #instruction.alloc.stackAfter = #instruction.alloc.operands = #Undocumented: -instruction.mark.shortDescription = Markeer +instruction.mark.shortDescription=Markeer #instruction.mark.stackBefore = #instruction.mark.stackAfter = #instruction.mark.operands = #Undocumented: -instruction.wb.shortDescription = Wb +instruction.wb.shortDescription=Wb #instruction.wb.stackBefore = #instruction.wb.stackAfter = #instruction.wb.operands = #Undocumented: -instruction.prologue.shortDescription = Proloog +instruction.prologue.shortDescription=Proloog #instruction.prologue.stackBefore = #instruction.prologue.stackAfter = #instruction.prologue.operands = #Undocumented: -instruction.sendenter.shortDescription = Stuur 'enter' +instruction.sendenter.shortDescription=Stuur 'enter' #instruction.sendenter.stackBefore = #instruction.sendenter.stackAfter = #instruction.sendenter.operands = #Undocumented: -instruction.doubletoatom.shortDescription = Verdubbel tot atoom +instruction.doubletoatom.shortDescription=Verdubbel tot atoom #instruction.doubletoatom.stackBefore = #instruction.doubletoatom.stackAfter = #instruction.doubletoatom.operands = #Undocumented: -instruction.sweep.shortDescription = Vegen +instruction.sweep.shortDescription=Vegen #instruction.sweep.stackBefore = #instruction.sweep.stackAfter = #instruction.sweep.operands = #Undocumented: -instruction.codegenop.shortDescription = CodeGenOp +instruction.codegenop.shortDescription=CodeGenOp #instruction.codegenop.stackBefore = #instruction.codegenop.stackAfter = #instruction.codegenop.operands = #Undocumented: -instruction.verifyop.shortDescription = VerifyOp +instruction.verifyop.shortDescription=VerifyOp #instruction.verifyop.stackBefore = #instruction.verifyop.stackAfter = #instruction.verifyop.operands = #Undocumented: -instruction.decode.shortDescription = Decoderen +instruction.decode.shortDescription=Decoderen #instruction.decode.stackBefore = #instruction.decode.stackAfter = #instruction.decode.operands = -instruction.unplus.shortDescription = Unair plus - dwang tot numeriek -instruction.unplus.stackBefore = waarde -instruction.unplus.stackAfter = waarde -instruction.pushconstant.shortDescription = Push constant value on stack +instruction.unplus.shortDescription=Unair plus - dwang tot numeriek +instruction.unplus.stackBefore=waarde +instruction.unplus.stackAfter=waarde +instruction.pushconstant.shortDescription=Push constant value on stack #instruction.pushconstant.stackBefore = #instruction.pushconstant.stackAfter = -instruction.pushconstant.operands = waarde +instruction.pushconstant.operands=waarde diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/locales/docs/pcode/AS3_pt_BR.properties b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/locales/docs/pcode/AS3_pt_BR.properties index df1303f11..83bacad94 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/locales/docs/pcode/AS3_pt_BR.properties +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/locales/docs/pcode/AS3_pt_BR.properties @@ -13,1448 +13,1199 @@ # You should have received a copy of the GNU Lesser General Public # License along with this library. #String for whole list generation - -ui.list.heading = Lista de instru\u00e7\u00f5es AVM2. -ui.list.pageTitle = Lista de instru\u00e7\u00f5es AVM2. -ui.list.documentTitle = Lista de instru\u00e7\u00f5es AVM2. -ui.list.pageDescription = Lista de todos os Actionscript 3 conhecidos - Instru\u00e7\u00f5es AVM2 com seus operandos e valores de pilhas - +ui.list.heading=Lista de instru\u00e7\u00f5es AVM2. +ui.list.pageTitle=Lista de instru\u00e7\u00f5es AVM2. +ui.list.documentTitle=Lista de instru\u00e7\u00f5es AVM2. +ui.list.pageDescription=Lista de todos os Actionscript 3 conhecidos - Instru\u00e7\u00f5es AVM2 com seus operandos e valores de pilhas #various strings in UI: -ui.unknown = ??? -ui.stack = Pilha: -ui.stack.before = ..., -ui.stack.before.empty = ... -ui.stack.to = \u279e -ui.flags = Flags: -ui.description = Descri\u00e7\u00e3o: -ui.filter.hide = Hide: -ui.filter.byname = Localizar por nome: -ui.filter.order = Organizar por: -ui.filter.order.code = c\u00f3digo -ui.filter.order.name = nome - - +ui.unknown=??? +ui.stack=Pilha: +ui.stack.before=..., +ui.stack.before.empty=... +ui.stack.to=\u279e +ui.flags=Flags: +ui.description=Descri\u00e7\u00e3o: +ui.filter.hide=Hide: +ui.filter.byname=Localizar por nome: +ui.filter.order=Organizar por: +ui.filter.order.code=c\u00f3digo +ui.filter.order.name=nome #----------------------- Flags of the instructions -instructionFlag.undocumented = Indocumentada -instructionFlag.unknownStack = Pilha desconhecida -instructionFlag.es4NumericsMinor = Num\u00e9ricos ES4 (ABC Menor 17) -instructionFlag.floatMajor = Valores de flutuantes (ABC Maior 47) -instructionFlag.unknownOperands = Operandos desconhecidos -instructionFlag.noFlashPlayer = N\u00e3o no Flash Player padr\u00e3o -instructionFlag.deprecated = Descontinuado -instructionFlag.domainMemory = Opera\u00e7\u00e3o de dom\u00ednio de mem\u00f3ria - +instructionFlag.undocumented=Indocumentada +instructionFlag.unknownStack=Pilha desconhecida +instructionFlag.es4NumericsMinor=Num\u00e9ricos ES4 (ABC Menor 17) +instructionFlag.floatMajor=Valores de flutuantes (ABC Maior 47) +instructionFlag.unknownOperands=Operandos desconhecidos +instructionFlag.noFlashPlayer=N\u00e3o no Flash Player padr\u00e3o +instructionFlag.deprecated=Descontinuado +instructionFlag.domainMemory=Opera\u00e7\u00e3o de dom\u00ednio de mem\u00f3ria #----------------------- Operand types -operandType.multinameIndex = \u00cdndice multiname. -operandType.multinameIndex.description = \u00cdndice em piscina constante multiname -operandType.multinameIndex.name = multinameIndex -operandType.multinameIndex.uiName = multiname - -operandType.argCount = N\u00famero de argumentos -operandType.argCount.description = N\u00famero de argumentos seguintes -operandType.argCount.name = argCount -operandType.argCount.uiName = uint - - -operandType.methodIndex = \u00cdndice de m\u00e9todo -operandType.methodIndex.description = \u00cdndice de m\u00e9todo no ABC -operandType.methodIndex.name = methodIndex -operandType.methodIndex.uiName = methodIndex - -operandType.stringIndex = \u00cdndice de string -operandType.stringIndex.description = \u00cdndice em valores de string piscina constante -operandType.stringIndex.name = stringIndex -operandType.stringIndex.uiName = string - - -operandType.debugType = Tipo de depura\u00e7\u00e3o -operandType.debugType.description = Tipo de informa\u00e7\u00e3o de depura\u00e7\u00e3o. Atualmente, apenas valor de 1 \u00e9 usado. -operandType.debugType.name = debugType -operandType.debugType.uiName = debugType - - -operandType.registerIndex = \u00cdndice de registro -operandType.registerIndex.description = \u00cdndice de um registro local (0-255) -operandType.registerIndex.name = registerIndex -operandType.registerIndex.uiName = uint - -operandType.linenum = N\u00famero da linha -operandType.linenum.description = N\u00famero de linha de arquivo -operandType.linenum.name = linenum -operandType.linenum.uiName = linenum - - +operandType.multinameIndex=\u00cdndice multiname. +operandType.multinameIndex.description=\u00cdndice em piscina constante multiname +operandType.multinameIndex.name=multinameIndex +operandType.multinameIndex.uiName=multiname +operandType.argCount=N\u00famero de argumentos +operandType.argCount.description=N\u00famero de argumentos seguintes +operandType.argCount.name=argCount +operandType.argCount.uiName=uint +operandType.methodIndex=\u00cdndice de m\u00e9todo +operandType.methodIndex.description=\u00cdndice de m\u00e9todo no ABC +operandType.methodIndex.name=methodIndex +operandType.methodIndex.uiName=methodIndex +operandType.stringIndex=\u00cdndice de string +operandType.stringIndex.description=\u00cdndice em valores de string piscina constante +operandType.stringIndex.name=stringIndex +operandType.stringIndex.uiName=string +operandType.debugType=Tipo de depura\u00e7\u00e3o +operandType.debugType.description=Tipo de informa\u00e7\u00e3o de depura\u00e7\u00e3o. Atualmente, apenas valor de 1 \u00e9 usado. +operandType.debugType.name=debugType +operandType.debugType.uiName=debugType +operandType.registerIndex=\u00cdndice de registro +operandType.registerIndex.description=\u00cdndice de um registro local (0-255) +operandType.registerIndex.name=registerIndex +operandType.registerIndex.uiName=uint +operandType.linenum=N\u00famero da linha +operandType.linenum.description=N\u00famero de linha de arquivo +operandType.linenum.name=linenum +operandType.linenum.uiName=linenum #similar as registerIndex, but U30 instead of U8 -operandType.localRegIndex = Register index -operandType.localRegIndex.description = Index of a local register -operandType.localRegIndex.name = localRegIndex -operandType.localRegIndex.uiName = uint - - -operandType.slotIndex = Slot index -operandType.slotIndex.description = Index of the slot on an object -operandType.slotIndex.name = slotIndex -operandType.slotIndex.uiName = slotIndex - -operandType.scopeIndex = Scope stack index -operandType.scopeIndex.description = Index in the scope stack -operandType.scopeIndex.name = scopeIndex -operandType.scopeIndex.uiName = scopeIndex - -operandType.offset = Offset -operandType.offset.description = Offset to other location -operandType.offset.name = offset -operandType.offset.uiName = labelName - -operandType.exceptionIndex = Exception index -operandType.exceptionIndex.description = Index of exception in current method info -operandType.exceptionIndex.name = exceptionIndex -operandType.exceptionIndex.uiName = exceptionIndex - - -operandType.classIndex = Class index -operandType.classIndex.description = Index of class in ABC -operandType.classIndex.name = classIndex -operandType.classIndex.uiName = classIndex - -operandType.intIndex = Int index -operandType.intIndex.description = Index into integer values constant pool -operandType.intIndex.name = intIndex -operandType.intIndex.uiName = int - -operandType.uintIndex = UInt index -operandType.uintIndex.description = Index into unsigned integer values constant pool -operandType.uintIndex.name = uintIndex -operandType.uintIndex.uiName = uint - - -operandType.doubleIndex = Double index -operandType.doubleIndex.description = Index into double precision floating point values constant pool -operandType.doubleIndex.name = doubleIndex -operandType.doubleIndex.uiName = double - -operandType.decimalIndex = Decimal index -operandType.decimalIndex.description = Index into decimal values (128bit floating point) constant pool -operandType.decimalIndex.name = decimalIndex -operandType.decimalIndex.uiName = decimal - -operandType.caseBaseoffset = Base offset -operandType.caseBaseoffset.description = Base offset of lookupswitch triggered when no value matches -operandType.caseBaseoffset.name = offset -operandType.caseBaseoffset.uiName = labelName - -operandType.numberContext = Number context (ES4) -operandType.numberContext.description = Context of calculations when using EcmaScript 4 numerics (ABC minorVersion 17).\nBits 0-2 type,3-5 rounding type, 6-12 precision.\nType: 0=number,1=decimal,2=double,3=int,4=uint\nRounding: 0=ceiling,1=up,2=half_up,3=half_even,4=half_down,5=down,6=floor\nPrecision:0-34 -operandType.numberContext.name = numberContext -operandType.numberContext.uiName = uint - -operandType.dispatchId = Dispatch id -operandType.dispatchId.description = Id of the method dispatch -operandType.dispatchId.name = dispatchId -operandType.dispatchId.uiName = uint - -operandType.floatIndex = Float index -operandType.floatIndex.description = Index into float values constant pool -operandType.floatIndex.name = floatIndex -operandType.floatIndex.uiName = float - -operandType.float4Index = Float4 index -operandType.float4Index.description = Index into float4 values constant pool -operandType.float4Index.name = float4Index -operandType.float4Index.uiName = float4 - -operandType.namespaceIndex = Index into namespace constant pool -operandType.namespaceIndex.name = namespaceIndex -operandType.namespaceIndex.uiName = namespace - - +operandType.localRegIndex=Register index +operandType.localRegIndex.description=Index of a local register +operandType.localRegIndex.name=localRegIndex +operandType.localRegIndex.uiName=uint +operandType.slotIndex=Slot index +operandType.slotIndex.description=Index of the slot on an object +operandType.slotIndex.name=slotIndex +operandType.slotIndex.uiName=slotIndex +operandType.scopeIndex=Scope stack index +operandType.scopeIndex.description=Index in the scope stack +operandType.scopeIndex.name=scopeIndex +operandType.scopeIndex.uiName=scopeIndex +operandType.offset=Offset +operandType.offset.description=Offset to other location +operandType.offset.name=offset +operandType.offset.uiName=labelName +operandType.exceptionIndex=Exception index +operandType.exceptionIndex.description=Index of exception in current method info +operandType.exceptionIndex.name=exceptionIndex +operandType.exceptionIndex.uiName=exceptionIndex +operandType.classIndex=Class index +operandType.classIndex.description=Index of class in ABC +operandType.classIndex.name=classIndex +operandType.classIndex.uiName=classIndex +operandType.intIndex=Int index +operandType.intIndex.description=Index into integer values constant pool +operandType.intIndex.name=intIndex +operandType.intIndex.uiName=int +operandType.uintIndex=UInt index +operandType.uintIndex.description=Index into unsigned integer values constant pool +operandType.uintIndex.name=uintIndex +operandType.uintIndex.uiName=uint +operandType.doubleIndex=Double index +operandType.doubleIndex.description=Index into double precision floating point values constant pool +operandType.doubleIndex.name=doubleIndex +operandType.doubleIndex.uiName=double +operandType.decimalIndex=Decimal index +operandType.decimalIndex.description=Index into decimal values (128bit floating point) constant pool +operandType.decimalIndex.name=decimalIndex +operandType.decimalIndex.uiName=decimal +operandType.caseBaseoffset=Base offset +operandType.caseBaseoffset.description=Base offset of lookupswitch triggered when no value matches +operandType.caseBaseoffset.name=offset +operandType.caseBaseoffset.uiName=labelName +operandType.numberContext=Number context (ES4) +operandType.numberContext.description=Context of calculations when using EcmaScript 4 numerics (ABC minorVersion 17).\nBits 0-2 type,3-5 rounding type, 6-12 precision.\nType: 0=number,1=decimal,2=double,3=int,4=uint\nRounding: 0=ceiling,1=up,2=half_up,3=half_even,4=half_down,5=down,6=floor\nPrecision:0-34 +operandType.numberContext.name=numberContext +operandType.numberContext.uiName=uint +operandType.dispatchId=Dispatch id +operandType.dispatchId.description=Id of the method dispatch +operandType.dispatchId.name=dispatchId +operandType.dispatchId.uiName=uint +operandType.floatIndex=Float index +operandType.floatIndex.description=Index into float values constant pool +operandType.floatIndex.name=floatIndex +operandType.floatIndex.uiName=float +operandType.float4Index=Float4 index +operandType.float4Index.description=Index into float4 values constant pool +operandType.float4Index.name=float4Index +operandType.float4Index.uiName=float4 +operandType.namespaceIndex=Index into namespace constant pool +operandType.namespaceIndex.name=namespaceIndex +operandType.namespaceIndex.uiName=namespace #----------------------- Instructions - -instruction.bkpt.shortDescription = Breakpoint -instruction.bkpt.description = Breakpoint when debugging -instruction.bkpt.stackBefore = -instruction.bkpt.stackAfter = -instruction.bkpt.operands = - -instruction.nop.shortDescription = No operation -instruction.nop.description = Does nothing -instruction.nop.stackBefore = -instruction.nop.stackAfter = -instruction.nop.operands = - -instruction.throw.shortDescription = Throw exception -instruction.throw.description = Pops value off the stack and throws it -instruction.throw.stackBefore = value -instruction.throw.stackAfter = -instruction.throw.operands = - -instruction.getsuper.shortDescription = Get parent class property -instruction.getsuper.description = -instruction.getsuper.stackBefore = obj, [ns], [name] -instruction.getsuper.stackAfter = value -instruction.getsuper.operands = parentClassMultiname - -instruction.setsuper.shortDescription = Set parent class property -instruction.setsuper.description = -instruction.setsuper.stackBefore = obj, [ns], [name], value -instruction.setsuper.stackAfter = -instruction.setsuper.operands = parentClassMultiname - -instruction.dxns.shortDescription = Set default XML namespace -instruction.dxns.description = -instruction.dxns.stackBefore = -instruction.dxns.stackAfter = -instruction.dxns.operands = uriString - -instruction.dxnslate.shortDescription = Set default XML namespace at runtime -instruction.dxnslate.description = -instruction.dxnslate.stackBefore = uriValue -instruction.dxnslate.stackAfter = -instruction.dxnslate.operands = - -instruction.kill.shortDescription = Kill local register -instruction.kill.description = -instruction.kill.stackBefore = -instruction.kill.stackAfter = -instruction.kill.operands = killedRegister - -instruction.label.shortDescription = Target of a branch -instruction.label.description = Just a mark that this is target of following branch -instruction.label.stackBefore = -instruction.label.stackAfter = -instruction.label.operands = - -instruction.lf32x4.shortDescription = Load 32bit float4 -instruction.lf32x4.description = -instruction.lf32x4.stackBefore = address -instruction.lf32x4.stackAfter = float4Value -instruction.lf32x4.operands = - -instruction.sf32x4.shortDescription = Store 32bit float4 -instruction.sf32x4.description = -instruction.sf32x4.stackBefore = float4Value, address -instruction.sf32x4.stackAfter = -instruction.sf32x4.operands = - -instruction.ifnlt.shortDescription = Branch if not lower than -instruction.ifnlt.description = -instruction.ifnlt.stackBefore = value1, value2 -instruction.ifnlt.stackAfter = -instruction.ifnlt.operands = branchTarget - -instruction.ifnle.shortDescription = Branch if not lower or equal -instruction.ifnle.description = -instruction.ifnle.stackBefore = value1, value2 -instruction.ifnle.stackAfter = -instruction.ifnle.operands = branchTarget - -instruction.ifngt.shortDescription = Branch if not greater than -instruction.ifngt.description = -instruction.ifngt.stackBefore = value1, value2 -instruction.ifngt.stackAfter = -instruction.ifngt.operands = branchTarget - -instruction.ifnge.shortDescription = Branch if not greater ot equal -instruction.ifnge.description = -instruction.ifnge.stackBefore = value1, value2 -instruction.ifnge.stackAfter = -instruction.ifnge.operands = branchTarget - -instruction.jump.shortDescription = Jump to location -instruction.jump.description = -instruction.jump.stackBefore = -instruction.jump.stackAfter = -instruction.jump.operands = location - -instruction.iftrue.shortDescription = Branch if true -instruction.iftrue.description = -instruction.iftrue.stackBefore = value -instruction.iftrue.stackAfter = -instruction.iftrue.operands = branchTarget - -instruction.iffalse.shortDescription = Branch if false -instruction.iffalse.description = -instruction.iffalse.stackBefore = value -instruction.iffalse.stackAfter = -instruction.iffalse.operands = branchTarget - -instruction.ifeq.shortDescription = Branch if equal -instruction.ifeq.description = -instruction.ifeq.stackBefore = value1, value2 -instruction.ifeq.stackAfter = -instruction.ifeq.operands = branchTarget - -instruction.ifne.shortDescription = Branch if not equal -instruction.ifne.description = -instruction.ifne.stackBefore = value1, value2 -instruction.ifne.stackAfter = -instruction.ifne.operands = branchTarget - -instruction.iflt.shortDescription = Branch if lower than -instruction.iflt.description = -instruction.iflt.stackBefore = value1, value2 -instruction.iflt.stackAfter = -instruction.iflt.operands = branchTarget - -instruction.ifle.shortDescription = Branch if lower or equal -instruction.ifle.description = -instruction.ifle.stackBefore = value1, value2 -instruction.ifle.stackAfter = -instruction.ifle.operands = branchTarget - -instruction.ifgt.shortDescription = Branch if greater than -instruction.ifgt.description = -instruction.ifgt.stackBefore = value1, value2 -instruction.ifgt.stackAfter = -instruction.ifgt.operands = branchTarget - -instruction.ifge.shortDescription = Branch if greater or equal -instruction.ifge.description = -instruction.ifge.stackBefore = value1, value2 -instruction.ifge.stackAfter = -instruction.ifge.operands = branchTarget - -instruction.ifstricteq.shortDescription = Branch if strict equal -instruction.ifstricteq.description = -instruction.ifstricteq.stackBefore = value1, value2 -instruction.ifstricteq.stackAfter = -instruction.ifstricteq.operands = branchTarget - -instruction.ifstrictne.shortDescription = Branch if not strict equal -instruction.ifstrictne.description = -instruction.ifstrictne.stackBefore = value1, value2 -instruction.ifstrictne.stackAfter = -instruction.ifstrictne.operands = branchTarget - -instruction.lookupswitch.shortDescription = Branch based on index -instruction.lookupswitch.description = -instruction.lookupswitch.stackBefore = index -instruction.lookupswitch.stackAfter = -instruction.lookupswitch.operands = defaultTarget, caseCount, case0Target, case1Target, ... - -instruction.pushwith.shortDescription = Push with onto scope stack -instruction.pushwith.description = -instruction.pushwith.stackBefore = withScope -instruction.pushwith.stackAfter = -instruction.pushwith.operands = - -instruction.popscope.shortDescription = Pop from scope stack and discard value -instruction.popscope.description = -instruction.popscope.stackBefore = -instruction.popscope.stackAfter = -instruction.popscope.operands = - -instruction.nextname.shortDescription = Get name of next property -instruction.nextname.description = -instruction.nextname.stackBefore = obj, index -instruction.nextname.stackAfter = name -instruction.nextname.operands = - -instruction.hasnext.shortDescription = Check if the object has more properties -instruction.hasnext.description = -instruction.hasnext.stackBefore = obj, currentIndex -instruction.hasnext.stackAfter = nextIndex -instruction.hasnext.operands = - -instruction.pushnull.shortDescription = Push null value on stack -instruction.pushnull.description = -instruction.pushnull.stackBefore = -instruction.pushnull.stackAfter = null -instruction.pushnull.operands = - -instruction.pushundefined.shortDescription = Push undefined value on stack -instruction.pushundefined.description = -instruction.pushundefined.stackBefore = -instruction.pushundefined.stackAfter = undefined -instruction.pushundefined.operands = - -instruction.pushfloat.shortDescription = Push float value on stack -instruction.pushfloat.description = -instruction.pushfloat.stackBefore = -instruction.pushfloat.stackAfter = floatValue -instruction.pushfloat.operands = float - -instruction.nextvalue.shortDescription = Get value of next property -instruction.nextvalue.description = -instruction.nextvalue.stackBefore = obj, index -instruction.nextvalue.stackAfter = value -instruction.nextvalue.operands = - -instruction.pushbyte.shortDescription = Push byte value on stack -instruction.pushbyte.description = -instruction.pushbyte.stackBefore = -instruction.pushbyte.stackAfter = byteValue -instruction.pushbyte.operands = value - -instruction.pushshort.shortDescription = Push short value on stack -instruction.pushshort.description = -instruction.pushshort.stackBefore = -instruction.pushshort.stackAfter = shortValue -instruction.pushshort.operands = value - -instruction.pushtrue.shortDescription = Push true on stack -instruction.pushtrue.description = -instruction.pushtrue.stackBefore = -instruction.pushtrue.stackAfter = true -instruction.pushtrue.operands = - -instruction.pushfalse.shortDescription = Push false on stack -instruction.pushfalse.description = -instruction.pushfalse.stackBefore = -instruction.pushfalse.stackAfter = false -instruction.pushfalse.operands = - -instruction.pushnan.shortDescription = Push NaN value on stack -instruction.pushnan.description = -instruction.pushnan.stackBefore = -instruction.pushnan.stackAfter = NaN -instruction.pushnan.operands = - -instruction.pop.shortDescription = Pop top value from stack -instruction.pop.description = -instruction.pop.stackBefore = value -instruction.pop.stackAfter = -instruction.pop.operands = - -instruction.dup.shortDescription = Duplicate value on stack -instruction.dup.description = -instruction.dup.stackBefore = value -instruction.dup.stackAfter = value, value -instruction.dup.operands = - -instruction.swap.shortDescription = Swap two values on top of the stack -instruction.swap.description = -instruction.swap.stackBefore = value1, value2 -instruction.swap.stackAfter = value2, value1 -instruction.swap.operands = - -instruction.pushstring.shortDescription = Push string value on the stack -instruction.pushstring.description = -instruction.pushstring.stackBefore = -instruction.pushstring.stackAfter = stringValue -instruction.pushstring.operands = value - -instruction.pushint.shortDescription = Push integer value on the stack -instruction.pushint.description = -instruction.pushint.stackBefore = -instruction.pushint.stackAfter = intValue -instruction.pushint.operands = value - -instruction.pushuint.shortDescription = Push unsigned integer value on the stack -instruction.pushuint.description = -instruction.pushuint.stackBefore = -instruction.pushuint.stackAfter = uintValue -instruction.pushuint.operands = value - -instruction.pushdouble.shortDescription = Push double precision value on the stack -instruction.pushdouble.description = -instruction.pushdouble.stackBefore = -instruction.pushdouble.stackAfter = doubleValue -instruction.pushdouble.operands = value - -instruction.pushscope.shortDescription = Push object on the scope stack -instruction.pushscope.description = -instruction.pushscope.stackBefore = obj -instruction.pushscope.stackAfter = -instruction.pushscope.operands = - -instruction.pushnamespace.shortDescription = Push namespace on the stack -instruction.pushnamespace.description = -instruction.pushnamespace.stackBefore = -instruction.pushnamespace.stackAfter = namespace -instruction.pushnamespace.operands = value - -instruction.hasnext2.shortDescription = Check if the object has more properties (register based) -instruction.hasnext2.description = -instruction.hasnext2.stackBefore = -instruction.hasnext2.stackAfter = boolValue -instruction.hasnext2.operands = objectReg, indexReg - -instruction.pushdecimal.shortDescription = Push decimal value on the stack -instruction.pushdecimal.description = -instruction.pushdecimal.stackBefore = -instruction.pushdecimal.stackAfter = decimalValue -instruction.pushdecimal.operands = value - -instruction.pushdnan.shortDescription = Push decimal NaN value on the stack -instruction.pushdnan.description = -instruction.pushdnan.stackBefore = -instruction.pushdnan.stackAfter = decimalNaN -instruction.pushdnan.operands = - -instruction.li8.shortDescription = Load 8bit integer value -instruction.li8.description = -instruction.li8.stackBefore = address -instruction.li8.stackAfter = int8Value -instruction.li8.operands = - -instruction.li16.shortDescription = Load 16bit integer value -instruction.li16.description = -instruction.li16.stackBefore = address -instruction.li16.stackAfter = int16Value -instruction.li16.operands = - -instruction.li32.shortDescription = Load 32bit integer value -instruction.li32.description = -instruction.li32.stackBefore = address -instruction.li32.stackAfter = int32Value -instruction.li32.operands = - -instruction.lf32.shortDescription = Load 32bit float value -instruction.lf32.description = -instruction.lf32.stackBefore = address -instruction.lf32.stackAfter = float32Value -instruction.lf32.operands = - -instruction.lf64.shortDescription = Load 64bit float value -instruction.lf64.description = -instruction.lf64.stackBefore = address -instruction.lf64.stackAfter = float64Value -instruction.lf64.operands = - -instruction.si8.shortDescription = Store 8bit integer value -instruction.si8.description = -instruction.si8.stackBefore = value, address -instruction.si8.stackAfter = -instruction.si8.operands = - -instruction.si16.shortDescription = Store 16bit integer value -instruction.si16.description = -instruction.si16.stackBefore = value, address -instruction.si16.stackAfter = -instruction.si16.operands = - -instruction.si32.shortDescription = Store 32bit integer value -instruction.si32.description = -instruction.si32.stackBefore = value, address -instruction.si32.stackAfter = -instruction.si32.operands = - -instruction.sf32.shortDescription = Store 32bit float value -instruction.sf32.description = -instruction.sf32.stackBefore = value, address -instruction.sf32.stackAfter = -instruction.sf32.operands = - -instruction.sf64.shortDescription = Store 64bit float value -instruction.sf64.description = -instruction.sf64.stackBefore = value, address -instruction.sf64.stackAfter = -instruction.sf64.operands = - -instruction.newfunction.shortDescription = Create new Function object -instruction.newfunction.description = -instruction.newfunction.stackBefore = -instruction.newfunction.stackAfter = function -instruction.newfunction.operands = method - -instruction.call.shortDescription = Call function on the stack -instruction.call.description = -instruction.call.stackBefore = function, this, arg1, ..., argN -instruction.call.stackAfter = value -instruction.call.operands = argCount - -instruction.construct.shortDescription = Call constructor function on the stack -instruction.construct.description = -instruction.construct.stackBefore = function, arg1, ..., argN -instruction.construct.stackAfter = value -instruction.construct.operands = argCount - -instruction.callmethod.shortDescription = Call method of object by dispatch id -instruction.callmethod.description = -instruction.callmethod.stackBefore = this, arg1, ..., argN -instruction.callmethod.stackAfter = value -instruction.callmethod.operands = method, argCount - -instruction.callstatic.shortDescription = Call method by method id in ABC file -instruction.callstatic.description = -instruction.callstatic.stackBefore = this, arg1, ..., argN -instruction.callstatic.stackAfter = value -instruction.callstatic.operands = method, argCount - -instruction.callsuper.shortDescription = Call method on parent class -instruction.callsuper.description = -instruction.callsuper.stackBefore = obj, [ns], [name], arg1, ..., argN -instruction.callsuper.stackAfter = value -instruction.callsuper.operands = methodName, argCount - -instruction.callproperty.shortDescription = Call property -instruction.callproperty.description = -instruction.callproperty.stackBefore = obj, [ns], [name], arg1, ..., argN -instruction.callproperty.stackAfter = value -instruction.callproperty.operands = property, argCount - -instruction.returnvoid.shortDescription = Return from a method -instruction.returnvoid.description = -instruction.returnvoid.stackBefore = -instruction.returnvoid.stackAfter = -instruction.returnvoid.operands = - -instruction.returnvalue.shortDescription = Return value from a method -instruction.returnvalue.description = -instruction.returnvalue.stackBefore = value -instruction.returnvalue.stackAfter = -instruction.returnvalue.operands = - -instruction.constructsuper.shortDescription = Call parent constructor of an object -instruction.constructsuper.description = -instruction.constructsuper.stackBefore = obj, arg1, ..., argN -instruction.constructsuper.stackAfter = -instruction.constructsuper.operands = argCount - -instruction.constructprop.shortDescription = Construct a property of an object -instruction.constructprop.description = -instruction.constructprop.stackBefore = obj, [ns], [name], arg1, ..., argN -instruction.constructprop.stackAfter = value -instruction.constructprop.operands = property, argCount - +instruction.bkpt.shortDescription=Breakpoint +instruction.bkpt.description=Breakpoint when debugging +instruction.bkpt.stackBefore= +instruction.bkpt.stackAfter= +instruction.bkpt.operands= +instruction.nop.shortDescription=No operation +instruction.nop.description=Does nothing +instruction.nop.stackBefore= +instruction.nop.stackAfter= +instruction.nop.operands= +instruction.throw.shortDescription=Throw exception +instruction.throw.description=Pops value off the stack and throws it +instruction.throw.stackBefore=value +instruction.throw.stackAfter= +instruction.throw.operands= +instruction.getsuper.shortDescription=Get parent class property +instruction.getsuper.description= +instruction.getsuper.stackBefore=obj, [ns], [name] +instruction.getsuper.stackAfter=value +instruction.getsuper.operands=parentClassMultiname +instruction.setsuper.shortDescription=Set parent class property +instruction.setsuper.description= +instruction.setsuper.stackBefore=obj, [ns], [name], value +instruction.setsuper.stackAfter= +instruction.setsuper.operands=parentClassMultiname +instruction.dxns.shortDescription=Set default XML namespace +instruction.dxns.description= +instruction.dxns.stackBefore= +instruction.dxns.stackAfter= +instruction.dxns.operands=uriString +instruction.dxnslate.shortDescription=Set default XML namespace at runtime +instruction.dxnslate.description= +instruction.dxnslate.stackBefore=uriValue +instruction.dxnslate.stackAfter= +instruction.dxnslate.operands= +instruction.kill.shortDescription=Kill local register +instruction.kill.description= +instruction.kill.stackBefore= +instruction.kill.stackAfter= +instruction.kill.operands=killedRegister +instruction.label.shortDescription=Target of a branch +instruction.label.description=Just a mark that this is target of following branch +instruction.label.stackBefore= +instruction.label.stackAfter= +instruction.label.operands= +instruction.lf32x4.shortDescription=Load 32bit float4 +instruction.lf32x4.description= +instruction.lf32x4.stackBefore=address +instruction.lf32x4.stackAfter=float4Value +instruction.lf32x4.operands= +instruction.sf32x4.shortDescription=Store 32bit float4 +instruction.sf32x4.description= +instruction.sf32x4.stackBefore=float4Value, address +instruction.sf32x4.stackAfter= +instruction.sf32x4.operands= +instruction.ifnlt.shortDescription=Branch if not lower than +instruction.ifnlt.description= +instruction.ifnlt.stackBefore=value1, value2 +instruction.ifnlt.stackAfter= +instruction.ifnlt.operands=branchTarget +instruction.ifnle.shortDescription=Branch if not lower or equal +instruction.ifnle.description= +instruction.ifnle.stackBefore=value1, value2 +instruction.ifnle.stackAfter= +instruction.ifnle.operands=branchTarget +instruction.ifngt.shortDescription=Branch if not greater than +instruction.ifngt.description= +instruction.ifngt.stackBefore=value1, value2 +instruction.ifngt.stackAfter= +instruction.ifngt.operands=branchTarget +instruction.ifnge.shortDescription=Branch if not greater ot equal +instruction.ifnge.description= +instruction.ifnge.stackBefore=value1, value2 +instruction.ifnge.stackAfter= +instruction.ifnge.operands=branchTarget +instruction.jump.shortDescription=Jump to location +instruction.jump.description= +instruction.jump.stackBefore= +instruction.jump.stackAfter= +instruction.jump.operands=location +instruction.iftrue.shortDescription=Branch if true +instruction.iftrue.description= +instruction.iftrue.stackBefore=value +instruction.iftrue.stackAfter= +instruction.iftrue.operands=branchTarget +instruction.iffalse.shortDescription=Branch if false +instruction.iffalse.description= +instruction.iffalse.stackBefore=value +instruction.iffalse.stackAfter= +instruction.iffalse.operands=branchTarget +instruction.ifeq.shortDescription=Branch if equal +instruction.ifeq.description= +instruction.ifeq.stackBefore=value1, value2 +instruction.ifeq.stackAfter= +instruction.ifeq.operands=branchTarget +instruction.ifne.shortDescription=Branch if not equal +instruction.ifne.description= +instruction.ifne.stackBefore=value1, value2 +instruction.ifne.stackAfter= +instruction.ifne.operands=branchTarget +instruction.iflt.shortDescription=Branch if lower than +instruction.iflt.description= +instruction.iflt.stackBefore=value1, value2 +instruction.iflt.stackAfter= +instruction.iflt.operands=branchTarget +instruction.ifle.shortDescription=Branch if lower or equal +instruction.ifle.description= +instruction.ifle.stackBefore=value1, value2 +instruction.ifle.stackAfter= +instruction.ifle.operands=branchTarget +instruction.ifgt.shortDescription=Branch if greater than +instruction.ifgt.description= +instruction.ifgt.stackBefore=value1, value2 +instruction.ifgt.stackAfter= +instruction.ifgt.operands=branchTarget +instruction.ifge.shortDescription=Branch if greater or equal +instruction.ifge.description= +instruction.ifge.stackBefore=value1, value2 +instruction.ifge.stackAfter= +instruction.ifge.operands=branchTarget +instruction.ifstricteq.shortDescription=Branch if strict equal +instruction.ifstricteq.description= +instruction.ifstricteq.stackBefore=value1, value2 +instruction.ifstricteq.stackAfter= +instruction.ifstricteq.operands=branchTarget +instruction.ifstrictne.shortDescription=Branch if not strict equal +instruction.ifstrictne.description= +instruction.ifstrictne.stackBefore=value1, value2 +instruction.ifstrictne.stackAfter= +instruction.ifstrictne.operands=branchTarget +instruction.lookupswitch.shortDescription=Branch based on index +instruction.lookupswitch.description= +instruction.lookupswitch.stackBefore=index +instruction.lookupswitch.stackAfter= +instruction.lookupswitch.operands=defaultTarget, caseCount, case0Target, case1Target, ... +instruction.pushwith.shortDescription=Push with onto scope stack +instruction.pushwith.description= +instruction.pushwith.stackBefore=withScope +instruction.pushwith.stackAfter= +instruction.pushwith.operands= +instruction.popscope.shortDescription=Pop from scope stack and discard value +instruction.popscope.description= +instruction.popscope.stackBefore= +instruction.popscope.stackAfter= +instruction.popscope.operands= +instruction.nextname.shortDescription=Get name of next property +instruction.nextname.description= +instruction.nextname.stackBefore=obj, index +instruction.nextname.stackAfter=name +instruction.nextname.operands= +instruction.hasnext.shortDescription=Check if the object has more properties +instruction.hasnext.description= +instruction.hasnext.stackBefore=obj, currentIndex +instruction.hasnext.stackAfter=nextIndex +instruction.hasnext.operands= +instruction.pushnull.shortDescription=Push null value on stack +instruction.pushnull.description= +instruction.pushnull.stackBefore= +instruction.pushnull.stackAfter=null +instruction.pushnull.operands= +instruction.pushundefined.shortDescription=Push undefined value on stack +instruction.pushundefined.description= +instruction.pushundefined.stackBefore= +instruction.pushundefined.stackAfter=undefined +instruction.pushundefined.operands= +instruction.pushfloat.shortDescription=Push float value on stack +instruction.pushfloat.description= +instruction.pushfloat.stackBefore= +instruction.pushfloat.stackAfter=floatValue +instruction.pushfloat.operands=float +instruction.nextvalue.shortDescription=Get value of next property +instruction.nextvalue.description= +instruction.nextvalue.stackBefore=obj, index +instruction.nextvalue.stackAfter=value +instruction.nextvalue.operands= +instruction.pushbyte.shortDescription=Push byte value on stack +instruction.pushbyte.description= +instruction.pushbyte.stackBefore= +instruction.pushbyte.stackAfter=byteValue +instruction.pushbyte.operands=value +instruction.pushshort.shortDescription=Push short value on stack +instruction.pushshort.description= +instruction.pushshort.stackBefore= +instruction.pushshort.stackAfter=shortValue +instruction.pushshort.operands=value +instruction.pushtrue.shortDescription=Push true on stack +instruction.pushtrue.description= +instruction.pushtrue.stackBefore= +instruction.pushtrue.stackAfter=true +instruction.pushtrue.operands= +instruction.pushfalse.shortDescription=Push false on stack +instruction.pushfalse.description= +instruction.pushfalse.stackBefore= +instruction.pushfalse.stackAfter=false +instruction.pushfalse.operands= +instruction.pushnan.shortDescription=Push NaN value on stack +instruction.pushnan.description= +instruction.pushnan.stackBefore= +instruction.pushnan.stackAfter=NaN +instruction.pushnan.operands= +instruction.pop.shortDescription=Pop top value from stack +instruction.pop.description= +instruction.pop.stackBefore=value +instruction.pop.stackAfter= +instruction.pop.operands= +instruction.dup.shortDescription=Duplicate value on stack +instruction.dup.description= +instruction.dup.stackBefore=value +instruction.dup.stackAfter=value, value +instruction.dup.operands= +instruction.swap.shortDescription=Swap two values on top of the stack +instruction.swap.description= +instruction.swap.stackBefore=value1, value2 +instruction.swap.stackAfter=value2, value1 +instruction.swap.operands= +instruction.pushstring.shortDescription=Push string value on the stack +instruction.pushstring.description= +instruction.pushstring.stackBefore= +instruction.pushstring.stackAfter=stringValue +instruction.pushstring.operands=value +instruction.pushint.shortDescription=Push integer value on the stack +instruction.pushint.description= +instruction.pushint.stackBefore= +instruction.pushint.stackAfter=intValue +instruction.pushint.operands=value +instruction.pushuint.shortDescription=Push unsigned integer value on the stack +instruction.pushuint.description= +instruction.pushuint.stackBefore= +instruction.pushuint.stackAfter=uintValue +instruction.pushuint.operands=value +instruction.pushdouble.shortDescription=Push double precision value on the stack +instruction.pushdouble.description= +instruction.pushdouble.stackBefore= +instruction.pushdouble.stackAfter=doubleValue +instruction.pushdouble.operands=value +instruction.pushscope.shortDescription=Push object on the scope stack +instruction.pushscope.description= +instruction.pushscope.stackBefore=obj +instruction.pushscope.stackAfter= +instruction.pushscope.operands= +instruction.pushnamespace.shortDescription=Push namespace on the stack +instruction.pushnamespace.description= +instruction.pushnamespace.stackBefore= +instruction.pushnamespace.stackAfter=namespace +instruction.pushnamespace.operands=value +instruction.hasnext2.shortDescription=Check if the object has more properties (register based) +instruction.hasnext2.description= +instruction.hasnext2.stackBefore= +instruction.hasnext2.stackAfter=boolValue +instruction.hasnext2.operands=objectReg, indexReg +instruction.pushdecimal.shortDescription=Push decimal value on the stack +instruction.pushdecimal.description= +instruction.pushdecimal.stackBefore= +instruction.pushdecimal.stackAfter=decimalValue +instruction.pushdecimal.operands=value +instruction.pushdnan.shortDescription=Push decimal NaN value on the stack +instruction.pushdnan.description= +instruction.pushdnan.stackBefore= +instruction.pushdnan.stackAfter=decimalNaN +instruction.pushdnan.operands= +instruction.li8.shortDescription=Load 8bit integer value +instruction.li8.description= +instruction.li8.stackBefore=address +instruction.li8.stackAfter=int8Value +instruction.li8.operands= +instruction.li16.shortDescription=Load 16bit integer value +instruction.li16.description= +instruction.li16.stackBefore=address +instruction.li16.stackAfter=int16Value +instruction.li16.operands= +instruction.li32.shortDescription=Load 32bit integer value +instruction.li32.description= +instruction.li32.stackBefore=address +instruction.li32.stackAfter=int32Value +instruction.li32.operands= +instruction.lf32.shortDescription=Load 32bit float value +instruction.lf32.description= +instruction.lf32.stackBefore=address +instruction.lf32.stackAfter=float32Value +instruction.lf32.operands= +instruction.lf64.shortDescription=Load 64bit float value +instruction.lf64.description= +instruction.lf64.stackBefore=address +instruction.lf64.stackAfter=float64Value +instruction.lf64.operands= +instruction.si8.shortDescription=Store 8bit integer value +instruction.si8.description= +instruction.si8.stackBefore=value, address +instruction.si8.stackAfter= +instruction.si8.operands= +instruction.si16.shortDescription=Store 16bit integer value +instruction.si16.description= +instruction.si16.stackBefore=value, address +instruction.si16.stackAfter= +instruction.si16.operands= +instruction.si32.shortDescription=Store 32bit integer value +instruction.si32.description= +instruction.si32.stackBefore=value, address +instruction.si32.stackAfter= +instruction.si32.operands= +instruction.sf32.shortDescription=Store 32bit float value +instruction.sf32.description= +instruction.sf32.stackBefore=value, address +instruction.sf32.stackAfter= +instruction.sf32.operands= +instruction.sf64.shortDescription=Store 64bit float value +instruction.sf64.description= +instruction.sf64.stackBefore=value, address +instruction.sf64.stackAfter= +instruction.sf64.operands= +instruction.newfunction.shortDescription=Create new Function object +instruction.newfunction.description= +instruction.newfunction.stackBefore= +instruction.newfunction.stackAfter=function +instruction.newfunction.operands=method +instruction.call.shortDescription=Call function on the stack +instruction.call.description= +instruction.call.stackBefore=function, this, arg1, ..., argN +instruction.call.stackAfter=value +instruction.call.operands=argCount +instruction.construct.shortDescription=Call constructor function on the stack +instruction.construct.description= +instruction.construct.stackBefore=function, arg1, ..., argN +instruction.construct.stackAfter=value +instruction.construct.operands=argCount +instruction.callmethod.shortDescription=Call method of object by dispatch id +instruction.callmethod.description= +instruction.callmethod.stackBefore=this, arg1, ..., argN +instruction.callmethod.stackAfter=value +instruction.callmethod.operands=method, argCount +instruction.callstatic.shortDescription=Call method by method id in ABC file +instruction.callstatic.description= +instruction.callstatic.stackBefore=this, arg1, ..., argN +instruction.callstatic.stackAfter=value +instruction.callstatic.operands=method, argCount +instruction.callsuper.shortDescription=Call method on parent class +instruction.callsuper.description= +instruction.callsuper.stackBefore=obj, [ns], [name], arg1, ..., argN +instruction.callsuper.stackAfter=value +instruction.callsuper.operands=methodName, argCount +instruction.callproperty.shortDescription=Call property +instruction.callproperty.description= +instruction.callproperty.stackBefore=obj, [ns], [name], arg1, ..., argN +instruction.callproperty.stackAfter=value +instruction.callproperty.operands=property, argCount +instruction.returnvoid.shortDescription=Return from a method +instruction.returnvoid.description= +instruction.returnvoid.stackBefore= +instruction.returnvoid.stackAfter= +instruction.returnvoid.operands= +instruction.returnvalue.shortDescription=Return value from a method +instruction.returnvalue.description= +instruction.returnvalue.stackBefore=value +instruction.returnvalue.stackAfter= +instruction.returnvalue.operands= +instruction.constructsuper.shortDescription=Call parent constructor of an object +instruction.constructsuper.description= +instruction.constructsuper.stackBefore=obj, arg1, ..., argN +instruction.constructsuper.stackAfter= +instruction.constructsuper.operands=argCount +instruction.constructprop.shortDescription=Construct a property of an object +instruction.constructprop.description= +instruction.constructprop.stackBefore=obj, [ns], [name], arg1, ..., argN +instruction.constructprop.stackAfter=value +instruction.constructprop.operands=property, argCount #Undocumented: -instruction.callsuperid.shortDescription = Call super id -instruction.callsuperid.description = +instruction.callsuperid.shortDescription=Call super id +instruction.callsuperid.description= #instruction.callsuperid.stackBefore = #instruction.callsuperid.stackAfter = #instruction.callsuperid.operands = - -instruction.callproplex.shortDescription = Call property with null as this -instruction.callproplex.description = -instruction.callproplex.stackBefore = obj, [ns], [name], arg1, ..., argN -instruction.callproplex.stackAfter = value -instruction.callproplex.operands = property, argCount - +instruction.callproplex.shortDescription=Call property with null as this +instruction.callproplex.description= +instruction.callproplex.stackBefore=obj, [ns], [name], arg1, ..., argN +instruction.callproplex.stackAfter=value +instruction.callproplex.operands=property, argCount #Undocumented: -instruction.callinterface.shortDescription = Call interface -instruction.callinterface.description = +instruction.callinterface.shortDescription=Call interface +instruction.callinterface.description= #instruction.callinterface.stackBefore = #instruction.callinterface.stackAfter = -instruction.callinterface.operands = interface, argCount - - -instruction.callsupervoid.shortDescription = Call method on parent class, discard return value -instruction.callsupervoid.description = -instruction.callsupervoid.stackBefore = obj, [ns], [name], arg1, ..., argN -instruction.callsupervoid.stackAfter = -instruction.callsupervoid.operands = methodName, argCount - - -instruction.callpropvoid.shortDescription = Call property, discard return value -instruction.callpropvoid.description = -instruction.callpropvoid.stackBefore = obj, [ns], [name], arg1, ..., argN -instruction.callpropvoid.stackAfter = -instruction.callpropvoid.operands = property, argCount - -instruction.sxi1.shortDescription = Sign extend 1bit value to 32bits -instruction.sxi1.description = -instruction.sxi1.stackBefore = value -instruction.sxi1.stackAfter = valueExtended -instruction.sxi1.operands = - -instruction.sxi8.shortDescription = Sign extend 8bit value to 32bits -instruction.sxi8.description = -instruction.sxi8.stackBefore = value -instruction.sxi8.stackAfter = valueExtended -instruction.sxi8.operands = - -instruction.sxi16.shortDescription = Sign extend 16bit value to 32bits -instruction.sxi16.description = -instruction.sxi16.stackBefore = value -instruction.sxi16.stackAfter = valueExtended -instruction.sxi16.operands = - -instruction.applytype.shortDescription = Apply type parameters -instruction.applytype.description = Apply parameter types to base type. For example when Vector is resolved at runtime. String is parameter, Vector is baseclass. -instruction.applytype.stackBefore = baseType, typeParam1, ..., typeParamN -instruction.applytype.stackAfter = baseType -instruction.applytype.operands = typeParamCount - -instruction.pushfloat4.shortDescription = Push float4 value on the stack -instruction.pushfloat4.description = -instruction.pushfloat4.stackBefore = -instruction.pushfloat4.stackAfter = float4Value -instruction.pushfloat4.operands = float4 - -instruction.newobject.shortDescription = Creates new object -instruction.newobject.description = -instruction.newobject.stackBefore = name1, value1, name2, value2, ..., nameN, valueN -instruction.newobject.stackAfter = newObject -instruction.newobject.operands = propertyCount - -instruction.newarray.shortDescription = Creates new array -instruction.newarray.description = -instruction.newarray.stackBefore = value1, value2, ..., valueN -instruction.newarray.stackAfter = newArray -instruction.newarray.operands = valueCount - -instruction.newactivation.shortDescription = Creates new activation object -instruction.newactivation.description = -instruction.newactivation.stackBefore = -instruction.newactivation.stackAfter = newActivation -instruction.newactivation.operands = - -instruction.newclass.shortDescription = Creates new class -instruction.newclass.description = -instruction.newclass.stackBefore = baseType -instruction.newclass.stackAfter = newClass -instruction.newclass.operands = class - -instruction.getdescendants.shortDescription = Get descendants -instruction.getdescendants.description = -instruction.getdescendants.stackBefore = obj, [ns], [name] -instruction.getdescendants.stackAfter = value -instruction.getdescendants.operands = operand1 - -instruction.newcatch.shortDescription = Create new catch scope -instruction.newcatch.description = -instruction.newcatch.stackBefore = -instruction.newcatch.stackAfter = catchScope -instruction.newcatch.operands = exception - +instruction.callinterface.operands=interface, argCount +instruction.callsupervoid.shortDescription=Call method on parent class, discard return value +instruction.callsupervoid.description= +instruction.callsupervoid.stackBefore=obj, [ns], [name], arg1, ..., argN +instruction.callsupervoid.stackAfter= +instruction.callsupervoid.operands=methodName, argCount +instruction.callpropvoid.shortDescription=Call property, discard return value +instruction.callpropvoid.description= +instruction.callpropvoid.stackBefore=obj, [ns], [name], arg1, ..., argN +instruction.callpropvoid.stackAfter= +instruction.callpropvoid.operands=property, argCount +instruction.sxi1.shortDescription=Sign extend 1bit value to 32bits +instruction.sxi1.description= +instruction.sxi1.stackBefore=value +instruction.sxi1.stackAfter=valueExtended +instruction.sxi1.operands= +instruction.sxi8.shortDescription=Sign extend 8bit value to 32bits +instruction.sxi8.description= +instruction.sxi8.stackBefore=value +instruction.sxi8.stackAfter=valueExtended +instruction.sxi8.operands= +instruction.sxi16.shortDescription=Sign extend 16bit value to 32bits +instruction.sxi16.description= +instruction.sxi16.stackBefore=value +instruction.sxi16.stackAfter=valueExtended +instruction.sxi16.operands= +instruction.applytype.shortDescription=Apply type parameters +instruction.applytype.description=Apply parameter types to base type. For example when Vector is resolved at runtime. String is parameter, Vector is baseclass. +instruction.applytype.stackBefore=baseType, typeParam1, ..., typeParamN +instruction.applytype.stackAfter=baseType +instruction.applytype.operands=typeParamCount +instruction.pushfloat4.shortDescription=Push float4 value on the stack +instruction.pushfloat4.description= +instruction.pushfloat4.stackBefore= +instruction.pushfloat4.stackAfter=float4Value +instruction.pushfloat4.operands=float4 +instruction.newobject.shortDescription=Creates new object +instruction.newobject.description= +instruction.newobject.stackBefore=name1, value1, name2, value2, ..., nameN, valueN +instruction.newobject.stackAfter=newObject +instruction.newobject.operands=propertyCount +instruction.newarray.shortDescription=Creates new array +instruction.newarray.description= +instruction.newarray.stackBefore=value1, value2, ..., valueN +instruction.newarray.stackAfter=newArray +instruction.newarray.operands=valueCount +instruction.newactivation.shortDescription=Creates new activation object +instruction.newactivation.description= +instruction.newactivation.stackBefore= +instruction.newactivation.stackAfter=newActivation +instruction.newactivation.operands= +instruction.newclass.shortDescription=Creates new class +instruction.newclass.description= +instruction.newclass.stackBefore=baseType +instruction.newclass.stackAfter=newClass +instruction.newclass.operands=class +instruction.getdescendants.shortDescription=Get descendants +instruction.getdescendants.description= +instruction.getdescendants.stackBefore=obj, [ns], [name] +instruction.getdescendants.stackAfter=value +instruction.getdescendants.operands=operand1 +instruction.newcatch.shortDescription=Create new catch scope +instruction.newcatch.description= +instruction.newcatch.stackBefore= +instruction.newcatch.stackAfter=catchScope +instruction.newcatch.operands=exception #Undocumented: -instruction.deldescendants.shortDescription = Delete descendants -instruction.deldescendants.description = +instruction.deldescendants.shortDescription=Delete descendants +instruction.deldescendants.description= #instruction.deldescendants.stackBefore = #instruction.deldescendants.stackAfter = -instruction.deldescendants.operands = multinameIndex - +instruction.deldescendants.operands=multinameIndex #Undocumented: -instruction.findpropglobal.shortDescription = Search property in global scope -instruction.findpropglobal.description = -instruction.findpropglobal.stackBefore = [ns], [name] -instruction.findpropglobal.stackAfter = obj -instruction.findpropglobal.operands = property - -instruction.findpropstrict.shortDescription = Search property in scope stack, error when not found -instruction.findpropstrict.description = -instruction.findpropstrict.stackBefore = [ns], [name] -instruction.findpropstrict.stackAfter = obj -instruction.findpropstrict.operands = property - -instruction.findproperty.shortDescription = Search property in scope stack, top object when not found -instruction.findproperty.description = -instruction.findproperty.stackBefore = [ns], [name] -instruction.findproperty.stackAfter = obj -instruction.findproperty.operands = property - +instruction.findpropglobal.shortDescription=Search property in global scope +instruction.findpropglobal.description= +instruction.findpropglobal.stackBefore=[ns], [name] +instruction.findpropglobal.stackAfter=obj +instruction.findpropglobal.operands=property +instruction.findpropstrict.shortDescription=Search property in scope stack, error when not found +instruction.findpropstrict.description= +instruction.findpropstrict.stackBefore=[ns], [name] +instruction.findpropstrict.stackAfter=obj +instruction.findpropstrict.operands=property +instruction.findproperty.shortDescription=Search property in scope stack, top object when not found +instruction.findproperty.description= +instruction.findproperty.stackBefore=[ns], [name] +instruction.findproperty.stackAfter=obj +instruction.findproperty.operands=property #Undocumented: -instruction.finddef.shortDescription = Search script level definition -instruction.finddef.description = -instruction.finddef.stackBefore = [ns], [name] -instruction.finddef.stackAfter = obj -instruction.finddef.operands = property - -instruction.getlex.shortDescription = Find and get property -instruction.getlex.description = -instruction.getlex.stackBefore = -instruction.getlex.stackAfter = obj -instruction.getlex.operands = property - -instruction.setproperty.shortDescription = Set property -instruction.setproperty.description = -instruction.setproperty.stackBefore = obj, [ns], [name], value -instruction.setproperty.stackAfter = -instruction.setproperty.operands = property - -instruction.getlocal.shortDescription = Get local register value -instruction.getlocal.description = -instruction.getlocal.stackBefore = -instruction.getlocal.stackAfter = value -instruction.getlocal.operands = localRegIndex - -instruction.setlocal.shortDescription = Set local register value -instruction.setlocal.description = -instruction.setlocal.stackBefore = value -instruction.setlocal.stackAfter = -instruction.setlocal.operands = localRegIndex - -instruction.getglobalscope.shortDescription = Get global scope -instruction.getglobalscope.description = -instruction.getglobalscope.stackBefore = -instruction.getglobalscope.stackAfter = obj -instruction.getglobalscope.operands = - -instruction.getscopeobject.shortDescription = Get scope object from local scope stack -instruction.getscopeobject.description = -instruction.getscopeobject.stackBefore = -instruction.getscopeobject.stackAfter = obj -instruction.getscopeobject.operands = scopeIndex - -instruction.getproperty.shortDescription = Get property -instruction.getproperty.description = -instruction.getproperty.stackBefore = obj, [ns], [name] -instruction.getproperty.stackAfter = value -instruction.getproperty.operands = property - -instruction.getouterscope.shortDescription = Get scope object on all levels -instruction.getouterscope.description = -instruction.getouterscope.stackBefore = -instruction.getouterscope.stackAfter = obj -instruction.getouterscope.operands = allLevelScopeIndex - -instruction.initproperty.shortDescription = Initialize property -instruction.initproperty.description = -instruction.initproperty.stackBefore = obj, [ns], [name], value -instruction.initproperty.stackAfter = -instruction.initproperty.operands = property - +instruction.finddef.shortDescription=Search script level definition +instruction.finddef.description= +instruction.finddef.stackBefore=[ns], [name] +instruction.finddef.stackAfter=obj +instruction.finddef.operands=property +instruction.getlex.shortDescription=Find and get property +instruction.getlex.description= +instruction.getlex.stackBefore= +instruction.getlex.stackAfter=obj +instruction.getlex.operands=property +instruction.setproperty.shortDescription=Set property +instruction.setproperty.description= +instruction.setproperty.stackBefore=obj, [ns], [name], value +instruction.setproperty.stackAfter= +instruction.setproperty.operands=property +instruction.getlocal.shortDescription=Get local register value +instruction.getlocal.description= +instruction.getlocal.stackBefore= +instruction.getlocal.stackAfter=value +instruction.getlocal.operands=localRegIndex +instruction.setlocal.shortDescription=Set local register value +instruction.setlocal.description= +instruction.setlocal.stackBefore=value +instruction.setlocal.stackAfter= +instruction.setlocal.operands=localRegIndex +instruction.getglobalscope.shortDescription=Get global scope +instruction.getglobalscope.description= +instruction.getglobalscope.stackBefore= +instruction.getglobalscope.stackAfter=obj +instruction.getglobalscope.operands= +instruction.getscopeobject.shortDescription=Get scope object from local scope stack +instruction.getscopeobject.description= +instruction.getscopeobject.stackBefore= +instruction.getscopeobject.stackAfter=obj +instruction.getscopeobject.operands=scopeIndex +instruction.getproperty.shortDescription=Get property +instruction.getproperty.description= +instruction.getproperty.stackBefore=obj, [ns], [name] +instruction.getproperty.stackAfter=value +instruction.getproperty.operands=property +instruction.getouterscope.shortDescription=Get scope object on all levels +instruction.getouterscope.description= +instruction.getouterscope.stackBefore= +instruction.getouterscope.stackAfter=obj +instruction.getouterscope.operands=allLevelScopeIndex +instruction.initproperty.shortDescription=Initialize property +instruction.initproperty.description= +instruction.initproperty.stackBefore=obj, [ns], [name], value +instruction.initproperty.stackAfter= +instruction.initproperty.operands=property #Undocumented: -instruction.setpropertylate.shortDescription = Set property (stack based) -instruction.setpropertylate.description = +instruction.setpropertylate.shortDescription=Set property (stack based) +instruction.setpropertylate.description= #instruction.setpropertylate.stackBefore = #instruction.setpropertylate.stackAfter = #instruction.setpropertylate.operands = - -instruction.deleteproperty.shortDescription = Delete property -instruction.deleteproperty.description = -instruction.deleteproperty.stackBefore = obj, [ns], [name] -instruction.deleteproperty.stackAfter = boolResult -instruction.deleteproperty.operands = property - +instruction.deleteproperty.shortDescription=Delete property +instruction.deleteproperty.description= +instruction.deleteproperty.stackBefore=obj, [ns], [name] +instruction.deleteproperty.stackAfter=boolResult +instruction.deleteproperty.operands=property #Undocumented: -instruction.deletepropertylate.shortDescription = Delete property (stack based) -instruction.deletepropertylate.description = +instruction.deletepropertylate.shortDescription=Delete property (stack based) +instruction.deletepropertylate.description= #instruction.deletepropertylate.stackBefore = #instruction.deletepropertylate.stackAfter = -instruction.deletepropertylate.operands = - -instruction.getslot.shortDescription = Get value of a slot -instruction.getslot.description = -instruction.getslot.stackBefore = obj -instruction.getslot.stackAfter = value -instruction.getslot.operands = slotIndex - -instruction.setslot.shortDescription = Set value of a slot -instruction.setslot.description = -instruction.setslot.stackBefore = obj, value -instruction.setslot.stackAfter = -instruction.setslot.operands = slotIndex - -instruction.getglobalslot.shortDescription = Get value of slot on global scope -instruction.getglobalslot.description = -instruction.getglobalslot.stackBefore = -instruction.getglobalslot.stackAfter = value -instruction.getglobalslot.operands = slotIndex - -instruction.setglobalslot.shortDescription = Set value of slot on global scope -instruction.setglobalslot.description = -instruction.setglobalslot.stackBefore = value -instruction.setglobalslot.stackAfter = -instruction.setglobalslot.operands = slotIndex - -instruction.convert_s.shortDescription = Convert value to string -instruction.convert_s.description = -instruction.convert_s.stackBefore = value -instruction.convert_s.stackAfter = stringValue -instruction.convert_s.operands = - -instruction.esc_xelem.shortDescription = Escape XML element -instruction.esc_xelem.description = -instruction.esc_xelem.stackBefore = value -instruction.esc_xelem.stackAfter = stringValue -instruction.esc_xelem.operands = - -instruction.esc_xattr.shortDescription = Escape XML attribute -instruction.esc_xattr.description = -instruction.esc_xattr.stackBefore = value -instruction.esc_xattr.stackAfter = stringValue -instruction.esc_xattr.operands = - -instruction.convert_i.shortDescription = Convert value to integer -instruction.convert_i.description = -instruction.convert_i.stackBefore = value -instruction.convert_i.stackAfter = intValue -instruction.convert_i.operands = - -instruction.convert_u.shortDescription = Convert value to unsigned integer -instruction.convert_u.description = -instruction.convert_u.stackBefore = value -instruction.convert_u.stackAfter = uintValue -instruction.convert_u.operands = - -instruction.convert_d.shortDescription = Convert value to double -instruction.convert_d.description = -instruction.convert_d.stackBefore = value -instruction.convert_d.stackAfter = doubleValue -instruction.convert_d.operands = - -instruction.convert_b.shortDescription = Convert value to boolean -instruction.convert_b.description = -instruction.convert_b.stackBefore = value -instruction.convert_b.stackAfter = booleanValue -instruction.convert_b.operands = - -instruction.convert_o.shortDescription = Convert value to Object -instruction.convert_o.description = -instruction.convert_o.stackBefore = value -instruction.convert_o.stackAfter = value -instruction.convert_o.operands = - -instruction.checkfilter.shortDescription = Check that object can have filter operation applied -instruction.checkfilter.description = -instruction.checkfilter.stackBefore = value -instruction.checkfilter.stackAfter = value -instruction.checkfilter.operands = - -instruction.convert_m.shortDescription = Convert value to decimal -instruction.convert_m.description = -instruction.convert_m.stackBefore = value -instruction.convert_m.stackAfter = decimalValue -instruction.convert_m.operands = - -instruction.convert_m_p.shortDescription = Convert value to decimal with number context -instruction.convert_m_p.description = -instruction.convert_m_p.stackBefore = value -instruction.convert_m_p.stackAfter = decimalValue -instruction.convert_m_p.operands = numberContext - -instruction.convert_f.shortDescription = Convert value to float -instruction.convert_f.description = -instruction.convert_f.stackBefore = value -instruction.convert_f.stackAfter = floatValue -instruction.convert_f.operands = - -instruction.convert_f4.shortDescription = Convert value to float4 -instruction.convert_f4.description = -instruction.convert_f4.stackBefore = value -instruction.convert_f4.stackAfter = float4Value -instruction.convert_f4.operands = - -instruction.coerce.shortDescription = Coerce value to specified type -instruction.coerce.description = -instruction.coerce.stackBefore = value -instruction.coerce.stackAfter = coercedValue -instruction.coerce.operands = type - -instruction.coerce_b.shortDescription = Coerce value to boolean -instruction.coerce_b.description = -instruction.coerce_b.stackBefore = value -instruction.coerce_b.stackAfter = booleanValue -instruction.coerce_b.operands = -instruction.coerce_b.deprecated = Use convert_b instead - -instruction.coerce_a.shortDescription = Coerce value to any type -instruction.coerce_a.description = -instruction.coerce_a.stackBefore = value -instruction.coerce_a.stackAfter = value -instruction.coerce_a.operands = - -instruction.coerce_i.shortDescription = Coerce value to integer -instruction.coerce_i.description = -instruction.coerce_i.stackBefore = value -instruction.coerce_i.stackAfter = intValue -instruction.coerce_i.operands = -instruction.coerce_i.deprecated = Use convert_i instead - -instruction.coerce_d.shortDescription = Coerce value to double -instruction.coerce_d.description = -instruction.coerce_d.stackBefore = value -instruction.coerce_d.stackAfter = doubleValue -instruction.coerce_d.operands = -instruction.coerce_d.deprecated = Use convert_d instead - -instruction.coerce_s.shortDescription = Coerce value to string -instruction.coerce_s.description = -instruction.coerce_s.stackBefore = value -instruction.coerce_s.stackAfter = stringValue -instruction.coerce_s.operands = - -instruction.astype.shortDescription = Return same value or null if not specified type -instruction.astype.description = -instruction.astype.stackBefore = value -instruction.astype.stackAfter = value -instruction.astype.operands = type - -instruction.astypelate.shortDescription = Return same value or null if not specified type (stack based) -instruction.astypelate.description = -instruction.astypelate.stackBefore = value, type -instruction.astypelate.stackAfter = value -instruction.astypelate.operands = - -instruction.coerce_u.shortDescription = Coerce value to unsigned integer -instruction.coerce_u.description = -instruction.coerce_u.stackBefore = value -instruction.coerce_u.stackAfter = uintValue -instruction.coerce_u.operands = - -instruction.coerce_o.shortDescription = Coerce value to Object -instruction.coerce_o.description = -instruction.coerce_o.stackBefore = value -instruction.coerce_o.stackAfter = value -instruction.coerce_o.operands = - -instruction.negate_p.shortDescription = Negate value using number context -instruction.negate_p.description = -instruction.negate_p.stackBefore = value -instruction.negate_p.stackAfter = -value -instruction.negate_p.operands = numberContext - -instruction.negate.shortDescription = Negate value -instruction.negate.description = -instruction.negate.stackBefore = value -instruction.negate.stackAfter = -value -instruction.negate.operands = - -instruction.increment.shortDescription = Increment value -instruction.increment.description = -instruction.increment.stackBefore = value -instruction.increment.stackAfter = incrementedValue -instruction.increment.operands = - -instruction.inclocal.shortDescription = Increment local register -instruction.inclocal.description = -instruction.inclocal.stackBefore = -instruction.inclocal.stackAfter = -instruction.inclocal.operands = localRegister - -instruction.decrement.shortDescription = Decrement value -instruction.decrement.description = -instruction.decrement.stackBefore = value -instruction.decrement.stackAfter = decrementedValue -instruction.decrement.operands = - -instruction.declocal.shortDescription = Decrement local register -instruction.declocal.description = -instruction.declocal.stackBefore = -instruction.declocal.stackAfter = -instruction.declocal.operands = localRegister - -instruction.typeof.shortDescription = Get name of value type -instruction.typeof.description = -instruction.typeof.stackBefore = value -instruction.typeof.stackAfter = typeName -instruction.typeof.operands = - -instruction.not.shortDescription = Boolean negate -instruction.not.description = -instruction.not.stackBefore = value -instruction.not.stackAfter = !value -instruction.not.operands = - -instruction.bitnot.shortDescription = Bitwise negate -instruction.bitnot.description = -instruction.bitnot.stackBefore = value -instruction.bitnot.stackAfter = ~value -instruction.bitnot.operands = - +instruction.deletepropertylate.operands= +instruction.getslot.shortDescription=Get value of a slot +instruction.getslot.description= +instruction.getslot.stackBefore=obj +instruction.getslot.stackAfter=value +instruction.getslot.operands=slotIndex +instruction.setslot.shortDescription=Set value of a slot +instruction.setslot.description= +instruction.setslot.stackBefore=obj, value +instruction.setslot.stackAfter= +instruction.setslot.operands=slotIndex +instruction.getglobalslot.shortDescription=Get value of slot on global scope +instruction.getglobalslot.description= +instruction.getglobalslot.stackBefore= +instruction.getglobalslot.stackAfter=value +instruction.getglobalslot.operands=slotIndex +instruction.setglobalslot.shortDescription=Set value of slot on global scope +instruction.setglobalslot.description= +instruction.setglobalslot.stackBefore=value +instruction.setglobalslot.stackAfter= +instruction.setglobalslot.operands=slotIndex +instruction.convert_s.shortDescription=Convert value to string +instruction.convert_s.description= +instruction.convert_s.stackBefore=value +instruction.convert_s.stackAfter=stringValue +instruction.convert_s.operands= +instruction.esc_xelem.shortDescription=Escape XML element +instruction.esc_xelem.description= +instruction.esc_xelem.stackBefore=value +instruction.esc_xelem.stackAfter=stringValue +instruction.esc_xelem.operands= +instruction.esc_xattr.shortDescription=Escape XML attribute +instruction.esc_xattr.description= +instruction.esc_xattr.stackBefore=value +instruction.esc_xattr.stackAfter=stringValue +instruction.esc_xattr.operands= +instruction.convert_i.shortDescription=Convert value to integer +instruction.convert_i.description= +instruction.convert_i.stackBefore=value +instruction.convert_i.stackAfter=intValue +instruction.convert_i.operands= +instruction.convert_u.shortDescription=Convert value to unsigned integer +instruction.convert_u.description= +instruction.convert_u.stackBefore=value +instruction.convert_u.stackAfter=uintValue +instruction.convert_u.operands= +instruction.convert_d.shortDescription=Convert value to double +instruction.convert_d.description= +instruction.convert_d.stackBefore=value +instruction.convert_d.stackAfter=doubleValue +instruction.convert_d.operands= +instruction.convert_b.shortDescription=Convert value to boolean +instruction.convert_b.description= +instruction.convert_b.stackBefore=value +instruction.convert_b.stackAfter=booleanValue +instruction.convert_b.operands= +instruction.convert_o.shortDescription=Convert value to Object +instruction.convert_o.description= +instruction.convert_o.stackBefore=value +instruction.convert_o.stackAfter=value +instruction.convert_o.operands= +instruction.checkfilter.shortDescription=Check that object can have filter operation applied +instruction.checkfilter.description= +instruction.checkfilter.stackBefore=value +instruction.checkfilter.stackAfter=value +instruction.checkfilter.operands= +instruction.convert_m.shortDescription=Convert value to decimal +instruction.convert_m.description= +instruction.convert_m.stackBefore=value +instruction.convert_m.stackAfter=decimalValue +instruction.convert_m.operands= +instruction.convert_m_p.shortDescription=Convert value to decimal with number context +instruction.convert_m_p.description= +instruction.convert_m_p.stackBefore=value +instruction.convert_m_p.stackAfter=decimalValue +instruction.convert_m_p.operands=numberContext +instruction.convert_f.shortDescription=Convert value to float +instruction.convert_f.description= +instruction.convert_f.stackBefore=value +instruction.convert_f.stackAfter=floatValue +instruction.convert_f.operands= +instruction.convert_f4.shortDescription=Convert value to float4 +instruction.convert_f4.description= +instruction.convert_f4.stackBefore=value +instruction.convert_f4.stackAfter=float4Value +instruction.convert_f4.operands= +instruction.coerce.shortDescription=Coerce value to specified type +instruction.coerce.description= +instruction.coerce.stackBefore=value +instruction.coerce.stackAfter=coercedValue +instruction.coerce.operands=type +instruction.coerce_b.shortDescription=Coerce value to boolean +instruction.coerce_b.description= +instruction.coerce_b.stackBefore=value +instruction.coerce_b.stackAfter=booleanValue +instruction.coerce_b.operands= +instruction.coerce_b.deprecated=Use convert_b instead +instruction.coerce_a.shortDescription=Coerce value to any type +instruction.coerce_a.description= +instruction.coerce_a.stackBefore=value +instruction.coerce_a.stackAfter=value +instruction.coerce_a.operands= +instruction.coerce_i.shortDescription=Coerce value to integer +instruction.coerce_i.description= +instruction.coerce_i.stackBefore=value +instruction.coerce_i.stackAfter=intValue +instruction.coerce_i.operands= +instruction.coerce_i.deprecated=Use convert_i instead +instruction.coerce_d.shortDescription=Coerce value to double +instruction.coerce_d.description= +instruction.coerce_d.stackBefore=value +instruction.coerce_d.stackAfter=doubleValue +instruction.coerce_d.operands= +instruction.coerce_d.deprecated=Use convert_d instead +instruction.coerce_s.shortDescription=Coerce value to string +instruction.coerce_s.description= +instruction.coerce_s.stackBefore=value +instruction.coerce_s.stackAfter=stringValue +instruction.coerce_s.operands= +instruction.astype.shortDescription=Return same value or null if not specified type +instruction.astype.description= +instruction.astype.stackBefore=value +instruction.astype.stackAfter=value +instruction.astype.operands=type +instruction.astypelate.shortDescription=Return same value or null if not specified type (stack based) +instruction.astypelate.description= +instruction.astypelate.stackBefore=value, type +instruction.astypelate.stackAfter=value +instruction.astypelate.operands= +instruction.coerce_u.shortDescription=Coerce value to unsigned integer +instruction.coerce_u.description= +instruction.coerce_u.stackBefore=value +instruction.coerce_u.stackAfter=uintValue +instruction.coerce_u.operands= +instruction.coerce_o.shortDescription=Coerce value to Object +instruction.coerce_o.description= +instruction.coerce_o.stackBefore=value +instruction.coerce_o.stackAfter=value +instruction.coerce_o.operands= +instruction.negate_p.shortDescription=Negate value using number context +instruction.negate_p.description= +instruction.negate_p.stackBefore=value +instruction.negate_p.stackAfter=-value +instruction.negate_p.operands=numberContext +instruction.negate.shortDescription=Negate value +instruction.negate.description= +instruction.negate.stackBefore=value +instruction.negate.stackAfter=-value +instruction.negate.operands= +instruction.increment.shortDescription=Increment value +instruction.increment.description= +instruction.increment.stackBefore=value +instruction.increment.stackAfter=incrementedValue +instruction.increment.operands= +instruction.inclocal.shortDescription=Increment local register +instruction.inclocal.description= +instruction.inclocal.stackBefore= +instruction.inclocal.stackAfter= +instruction.inclocal.operands=localRegister +instruction.decrement.shortDescription=Decrement value +instruction.decrement.description= +instruction.decrement.stackBefore=value +instruction.decrement.stackAfter=decrementedValue +instruction.decrement.operands= +instruction.declocal.shortDescription=Decrement local register +instruction.declocal.description= +instruction.declocal.stackBefore= +instruction.declocal.stackAfter= +instruction.declocal.operands=localRegister +instruction.typeof.shortDescription=Get name of value type +instruction.typeof.description= +instruction.typeof.stackBefore=value +instruction.typeof.stackAfter=typeName +instruction.typeof.operands= +instruction.not.shortDescription=Boolean negate +instruction.not.description= +instruction.not.stackBefore=value +instruction.not.stackAfter=!value +instruction.not.operands= +instruction.bitnot.shortDescription=Bitwise negate +instruction.bitnot.description= +instruction.bitnot.stackBefore=value +instruction.bitnot.stackAfter=~value +instruction.bitnot.operands= #Undocumented: -instruction.concat.shortDescription = Concat -instruction.concat.description = +instruction.concat.shortDescription=Concat +instruction.concat.description= #instruction.concat.stackBefore = #instruction.concat.stackAfter = #instruction.concat.operands = #Undocumented: - -instruction.add_d.shortDescription = Add_d -instruction.add_d.description = +instruction.add_d.shortDescription=Add_d +instruction.add_d.description= #instruction.add_d.stackBefore = #instruction.add_d.stackAfter = #instruction.add_d.operands = - -instruction.increment_p.shortDescription = Increment value using number context -instruction.increment_p.description = -instruction.increment_p.stackBefore = value -instruction.increment_p.stackAfter = incrementedValue -instruction.increment_p.operands = numberContext - -instruction.inclocal_p.shortDescription = Increment local register using number context -instruction.inclocal_p.description = -instruction.inclocal_p.stackBefore = -instruction.inclocal_p.stackAfter = -instruction.inclocal_p.operands = numberContext, localRegister - -instruction.decrement_p.shortDescription = Decrement value using number context -instruction.decrement_p.description = -instruction.decrement_p.stackBefore = value -instruction.decrement_p.stackAfter = decrementedValue -instruction.decrement_p.operands = numberContext - -instruction.declocal_p.shortDescription = Decrement local register using number context -instruction.declocal_p.description = -instruction.declocal_p.stackBefore = -instruction.declocal_p.stackAfter = -instruction.declocal_p.operands = numberContext, localRegister - -instruction.add.shortDescription = Add two values -instruction.add.description = -instruction.add.stackBefore = value1, value2 -instruction.add.stackAfter = value3 -instruction.add.operands = - -instruction.subtract.shortDescription = Subtract two values -instruction.subtract.description = -instruction.subtract.stackBefore = value1, value2 -instruction.subtract.stackAfter = value3 -instruction.subtract.operands = - -instruction.multiply.shortDescription = Multiply two values -instruction.multiply.description = -instruction.multiply.stackBefore = value1, value2 -instruction.multiply.stackAfter = value3 -instruction.multiply.operands = - -instruction.divide.shortDescription = Divide two values -instruction.divide.description = -instruction.divide.stackBefore = value1, value2 -instruction.divide.stackAfter = value3 -instruction.divide.operands = - -instruction.modulo.shortDescription = Modulo divide two values -instruction.modulo.description = -instruction.modulo.stackBefore = value1, value2 -instruction.modulo.stackAfter = value3 -instruction.modulo.operands = - -instruction.lshift.shortDescription = Bitwise left shift -instruction.lshift.description = -instruction.lshift.stackBefore = value1, value2 -instruction.lshift.stackAfter = value3 -instruction.lshift.operands = - -instruction.rshift.shortDescription = Bitwise right shift -instruction.rshift.description = -instruction.rshift.stackBefore = value1, value2 -instruction.rshift.stackAfter = value3 -instruction.rshift.operands = - -instruction.urshift.shortDescription = Unsigned bitwise right shift -instruction.urshift.description = -instruction.urshift.stackBefore = value1, value2 -instruction.urshift.stackAfter = value3 -instruction.urshift.operands = - -instruction.bitand.shortDescription = Bitwise and -instruction.bitand.description = -instruction.bitand.stackBefore = value1, value2 -instruction.bitand.stackAfter = value3 -instruction.bitand.operands = - -instruction.bitor.shortDescription = Bitwise or -instruction.bitor.description = -instruction.bitor.stackBefore = value1, value2 -instruction.bitor.stackAfter = value3 -instruction.bitor.operands = - -instruction.bitxor.shortDescription = Bitwise xor -instruction.bitxor.description = -instruction.bitxor.stackBefore = value1, value2 -instruction.bitxor.stackAfter = value3 -instruction.bitxor.operands = - -instruction.equals.shortDescription = Compare two values -instruction.equals.description = -instruction.equals.stackBefore = value1, value2 -instruction.equals.stackAfter = booleanResult -instruction.equals.operands = - -instruction.strictequals.shortDescription = Strict compare two values -instruction.strictequals.description = -instruction.strictequals.stackBefore = value1, value2 -instruction.strictequals.stackAfter = booleanResult -instruction.strictequals.operands = - -instruction.lessthan.shortDescription = Check that value is less than other value -instruction.lessthan.description = -instruction.lessthan.stackBefore = value1, value2 -instruction.lessthan.stackAfter = booleanResult -instruction.lessthan.operands = - -instruction.lessequals.shortDescription = Check that value is less or equal than other value -instruction.lessequals.description = -instruction.lessequals.stackBefore = value1, value2 -instruction.lessequals.stackAfter = booleanResult -instruction.lessequals.operands = booleanResult - -instruction.greaterthan.shortDescription = Check that value is greater or equal than other value -instruction.greaterthan.description = -instruction.greaterthan.stackBefore = value1, value2 -instruction.greaterthan.stackAfter = booleanResult -instruction.greaterthan.operands = - -instruction.greaterequals.shortDescription = Check that value is greater or equal than other value -instruction.greaterequals.description = -instruction.greaterequals.stackBefore = value1, value2 -instruction.greaterequals.stackAfter = booleanResult -instruction.greaterequals.operands = - -instruction.instanceof.shortDescription = Check that type exists in object prototype chain -instruction.instanceof.description = -instruction.instanceof.stackBefore = value, type -instruction.instanceof.stackAfter = booleanResult -instruction.instanceof.operands = - -instruction.istype.shortDescription = Check that object is of specified type -instruction.istype.description = -instruction.istype.stackBefore = value -instruction.istype.stackAfter = booleanResult -instruction.istype.operands = type - -instruction.istypelate.shortDescription = Check that object is of specified type (stack based) -instruction.istypelate.description = -instruction.istypelate.stackBefore = value, type -instruction.istypelate.stackAfter = booleanResult -instruction.istypelate.operands = - -instruction.in.shortDescription = Check that object has named property -instruction.in.description = -instruction.in.stackBefore = name, obj -instruction.in.stackAfter = booleanResult -instruction.in.operands = - -instruction.add_p.shortDescription = Add two values using number context -instruction.add_p.description = -instruction.add_p.stackBefore = value1, value2 -instruction.add_p.stackAfter = value3 -instruction.add_p.operands = numberContext - -instruction.subtract_p.shortDescription = Subtract two values using number context -instruction.subtract_p.description = -instruction.subtract_p.stackBefore = value1, value2 -instruction.subtract_p.stackAfter = value3 -instruction.subtract_p.operands = numberContext - -instruction.multiply_p.shortDescription = Multiply two values using number context -instruction.multiply_p.description = -instruction.multiply_p.stackBefore = value1, value2 -instruction.multiply_p.stackAfter = value3 -instruction.multiply_p.operands = numberContext - -instruction.divide_p.shortDescription = Divide two values using number context -instruction.divide_p.description = -instruction.divide_p.stackBefore = value1, value2 -instruction.divide_p.stackAfter = value3 -instruction.divide_p.operands = numberContext - -instruction.modulo_p.shortDescription = Modulo divide two values using number context -instruction.modulo_p.description = -instruction.modulo_p.stackBefore = value1, value2 -instruction.modulo_p.stackAfter = value3 -instruction.modulo_p.operands = numberContext - -instruction.increment_i.shortDescription = Increment integer value -instruction.increment_i.description = -instruction.increment_i.stackBefore = value -instruction.increment_i.stackAfter = incrementedValue -instruction.increment_i.operands = - -instruction.decrement_i.shortDescription = Decrement integer value -instruction.decrement_i.description = -instruction.decrement_i.stackBefore = value -instruction.decrement_i.stackAfter = decrementedValue -instruction.decrement_i.operands = - -instruction.inclocal_i.shortDescription = Increment local register integer value -instruction.inclocal_i.description = -instruction.inclocal_i.stackBefore = -instruction.inclocal_i.stackAfter = -instruction.inclocal_i.operands = localRegister - -instruction.declocal_i.shortDescription = Decrement local register integer value -instruction.declocal_i.description = -instruction.declocal_i.stackBefore = -instruction.declocal_i.stackAfter = -instruction.declocal_i.operands = localRegister - -instruction.negate_i.shortDescription = Negate integer value -instruction.negate_i.description = -instruction.negate_i.stackBefore = value -instruction.negate_i.stackAfter = -value -instruction.negate_i.operands = - -instruction.add_i.shortDescription = Add two integer values -instruction.add_i.description = -instruction.add_i.stackBefore = value1, value2 -instruction.add_i.stackAfter = value3 -instruction.add_i.operands = - -instruction.subtract_i.shortDescription = Subtract two integer values -instruction.subtract_i.description = -instruction.subtract_i.stackBefore = value1, value2 -instruction.subtract_i.stackAfter = value3 -instruction.subtract_i.operands = - -instruction.multiply_i.shortDescription = Multiply two integer values -instruction.multiply_i.description = -instruction.multiply_i.stackBefore = value1, value2 -instruction.multiply_i.stackAfter = value3 -instruction.multiply_i.operands = - -instruction.getlocal0.shortDescription = Get local register 0 -instruction.getlocal0.description = -instruction.getlocal0.stackBefore = -instruction.getlocal0.stackAfter = value -instruction.getlocal0.operands = - -instruction.getlocal1.shortDescription = Get local register 1 -instruction.getlocal1.description = -instruction.getlocal1.stackBefore = -instruction.getlocal1.stackAfter = value -instruction.getlocal1.operands = - -instruction.getlocal2.shortDescription = Get local register 2 -instruction.getlocal2.description = -instruction.getlocal2.stackBefore = -instruction.getlocal2.stackAfter = value -instruction.getlocal2.operands = - -instruction.getlocal3.shortDescription = Get local register 3 -instruction.getlocal3.description = -instruction.getlocal3.stackBefore = -instruction.getlocal3.stackAfter = value -instruction.getlocal3.operands = - -instruction.setlocal0.shortDescription = Set local register 0 -instruction.setlocal0.description = -instruction.setlocal0.stackBefore = value -instruction.setlocal0.stackAfter = -instruction.setlocal0.operands = - -instruction.setlocal1.shortDescription = Set local register 1 -instruction.setlocal1.description = -instruction.setlocal1.stackBefore = value -instruction.setlocal1.stackAfter = -instruction.setlocal1.operands = - -instruction.setlocal2.shortDescription = Set local register 2 -instruction.setlocal2.description = -instruction.setlocal2.stackBefore = value -instruction.setlocal2.stackAfter = -instruction.setlocal2.operands = - -instruction.setlocal3.shortDescription = Set local register 3 -instruction.setlocal3.description = -instruction.setlocal3.stackBefore = value -instruction.setlocal3.stackAfter = -instruction.setlocal3.operands = - +instruction.increment_p.shortDescription=Increment value using number context +instruction.increment_p.description= +instruction.increment_p.stackBefore=value +instruction.increment_p.stackAfter=incrementedValue +instruction.increment_p.operands=numberContext +instruction.inclocal_p.shortDescription=Increment local register using number context +instruction.inclocal_p.description= +instruction.inclocal_p.stackBefore= +instruction.inclocal_p.stackAfter= +instruction.inclocal_p.operands=numberContext, localRegister +instruction.decrement_p.shortDescription=Decrement value using number context +instruction.decrement_p.description= +instruction.decrement_p.stackBefore=value +instruction.decrement_p.stackAfter=decrementedValue +instruction.decrement_p.operands=numberContext +instruction.declocal_p.shortDescription=Decrement local register using number context +instruction.declocal_p.description= +instruction.declocal_p.stackBefore= +instruction.declocal_p.stackAfter= +instruction.declocal_p.operands=numberContext, localRegister +instruction.add.shortDescription=Add two values +instruction.add.description= +instruction.add.stackBefore=value1, value2 +instruction.add.stackAfter=value3 +instruction.add.operands= +instruction.subtract.shortDescription=Subtract two values +instruction.subtract.description= +instruction.subtract.stackBefore=value1, value2 +instruction.subtract.stackAfter=value3 +instruction.subtract.operands= +instruction.multiply.shortDescription=Multiply two values +instruction.multiply.description= +instruction.multiply.stackBefore=value1, value2 +instruction.multiply.stackAfter=value3 +instruction.multiply.operands= +instruction.divide.shortDescription=Divide two values +instruction.divide.description= +instruction.divide.stackBefore=value1, value2 +instruction.divide.stackAfter=value3 +instruction.divide.operands= +instruction.modulo.shortDescription=Modulo divide two values +instruction.modulo.description= +instruction.modulo.stackBefore=value1, value2 +instruction.modulo.stackAfter=value3 +instruction.modulo.operands= +instruction.lshift.shortDescription=Bitwise left shift +instruction.lshift.description= +instruction.lshift.stackBefore=value1, value2 +instruction.lshift.stackAfter=value3 +instruction.lshift.operands= +instruction.rshift.shortDescription=Bitwise right shift +instruction.rshift.description= +instruction.rshift.stackBefore=value1, value2 +instruction.rshift.stackAfter=value3 +instruction.rshift.operands= +instruction.urshift.shortDescription=Unsigned bitwise right shift +instruction.urshift.description= +instruction.urshift.stackBefore=value1, value2 +instruction.urshift.stackAfter=value3 +instruction.urshift.operands= +instruction.bitand.shortDescription=Bitwise and +instruction.bitand.description= +instruction.bitand.stackBefore=value1, value2 +instruction.bitand.stackAfter=value3 +instruction.bitand.operands= +instruction.bitor.shortDescription=Bitwise or +instruction.bitor.description= +instruction.bitor.stackBefore=value1, value2 +instruction.bitor.stackAfter=value3 +instruction.bitor.operands= +instruction.bitxor.shortDescription=Bitwise xor +instruction.bitxor.description= +instruction.bitxor.stackBefore=value1, value2 +instruction.bitxor.stackAfter=value3 +instruction.bitxor.operands= +instruction.equals.shortDescription=Compare two values +instruction.equals.description= +instruction.equals.stackBefore=value1, value2 +instruction.equals.stackAfter=booleanResult +instruction.equals.operands= +instruction.strictequals.shortDescription=Strict compare two values +instruction.strictequals.description= +instruction.strictequals.stackBefore=value1, value2 +instruction.strictequals.stackAfter=booleanResult +instruction.strictequals.operands= +instruction.lessthan.shortDescription=Check that value is less than other value +instruction.lessthan.description= +instruction.lessthan.stackBefore=value1, value2 +instruction.lessthan.stackAfter=booleanResult +instruction.lessthan.operands= +instruction.lessequals.shortDescription=Check that value is less or equal than other value +instruction.lessequals.description= +instruction.lessequals.stackBefore=value1, value2 +instruction.lessequals.stackAfter=booleanResult +instruction.lessequals.operands=booleanResult +instruction.greaterthan.shortDescription=Check that value is greater or equal than other value +instruction.greaterthan.description= +instruction.greaterthan.stackBefore=value1, value2 +instruction.greaterthan.stackAfter=booleanResult +instruction.greaterthan.operands= +instruction.greaterequals.shortDescription=Check that value is greater or equal than other value +instruction.greaterequals.description= +instruction.greaterequals.stackBefore=value1, value2 +instruction.greaterequals.stackAfter=booleanResult +instruction.greaterequals.operands= +instruction.instanceof.shortDescription=Check that type exists in object prototype chain +instruction.instanceof.description= +instruction.instanceof.stackBefore=value, type +instruction.instanceof.stackAfter=booleanResult +instruction.instanceof.operands= +instruction.istype.shortDescription=Check that object is of specified type +instruction.istype.description= +instruction.istype.stackBefore=value +instruction.istype.stackAfter=booleanResult +instruction.istype.operands=type +instruction.istypelate.shortDescription=Check that object is of specified type (stack based) +instruction.istypelate.description= +instruction.istypelate.stackBefore=value, type +instruction.istypelate.stackAfter=booleanResult +instruction.istypelate.operands= +instruction.in.shortDescription=Check that object has named property +instruction.in.description= +instruction.in.stackBefore=name, obj +instruction.in.stackAfter=booleanResult +instruction.in.operands= +instruction.add_p.shortDescription=Add two values using number context +instruction.add_p.description= +instruction.add_p.stackBefore=value1, value2 +instruction.add_p.stackAfter=value3 +instruction.add_p.operands=numberContext +instruction.subtract_p.shortDescription=Subtract two values using number context +instruction.subtract_p.description= +instruction.subtract_p.stackBefore=value1, value2 +instruction.subtract_p.stackAfter=value3 +instruction.subtract_p.operands=numberContext +instruction.multiply_p.shortDescription=Multiply two values using number context +instruction.multiply_p.description= +instruction.multiply_p.stackBefore=value1, value2 +instruction.multiply_p.stackAfter=value3 +instruction.multiply_p.operands=numberContext +instruction.divide_p.shortDescription=Divide two values using number context +instruction.divide_p.description= +instruction.divide_p.stackBefore=value1, value2 +instruction.divide_p.stackAfter=value3 +instruction.divide_p.operands=numberContext +instruction.modulo_p.shortDescription=Modulo divide two values using number context +instruction.modulo_p.description= +instruction.modulo_p.stackBefore=value1, value2 +instruction.modulo_p.stackAfter=value3 +instruction.modulo_p.operands=numberContext +instruction.increment_i.shortDescription=Increment integer value +instruction.increment_i.description= +instruction.increment_i.stackBefore=value +instruction.increment_i.stackAfter=incrementedValue +instruction.increment_i.operands= +instruction.decrement_i.shortDescription=Decrement integer value +instruction.decrement_i.description= +instruction.decrement_i.stackBefore=value +instruction.decrement_i.stackAfter=decrementedValue +instruction.decrement_i.operands= +instruction.inclocal_i.shortDescription=Increment local register integer value +instruction.inclocal_i.description= +instruction.inclocal_i.stackBefore= +instruction.inclocal_i.stackAfter= +instruction.inclocal_i.operands=localRegister +instruction.declocal_i.shortDescription=Decrement local register integer value +instruction.declocal_i.description= +instruction.declocal_i.stackBefore= +instruction.declocal_i.stackAfter= +instruction.declocal_i.operands=localRegister +instruction.negate_i.shortDescription=Negate integer value +instruction.negate_i.description= +instruction.negate_i.stackBefore=value +instruction.negate_i.stackAfter=-value +instruction.negate_i.operands= +instruction.add_i.shortDescription=Add two integer values +instruction.add_i.description= +instruction.add_i.stackBefore=value1, value2 +instruction.add_i.stackAfter=value3 +instruction.add_i.operands= +instruction.subtract_i.shortDescription=Subtract two integer values +instruction.subtract_i.description= +instruction.subtract_i.stackBefore=value1, value2 +instruction.subtract_i.stackAfter=value3 +instruction.subtract_i.operands= +instruction.multiply_i.shortDescription=Multiply two integer values +instruction.multiply_i.description= +instruction.multiply_i.stackBefore=value1, value2 +instruction.multiply_i.stackAfter=value3 +instruction.multiply_i.operands= +instruction.getlocal0.shortDescription=Get local register 0 +instruction.getlocal0.description= +instruction.getlocal0.stackBefore= +instruction.getlocal0.stackAfter=value +instruction.getlocal0.operands= +instruction.getlocal1.shortDescription=Get local register 1 +instruction.getlocal1.description= +instruction.getlocal1.stackBefore= +instruction.getlocal1.stackAfter=value +instruction.getlocal1.operands= +instruction.getlocal2.shortDescription=Get local register 2 +instruction.getlocal2.description= +instruction.getlocal2.stackBefore= +instruction.getlocal2.stackAfter=value +instruction.getlocal2.operands= +instruction.getlocal3.shortDescription=Get local register 3 +instruction.getlocal3.description= +instruction.getlocal3.stackBefore= +instruction.getlocal3.stackAfter=value +instruction.getlocal3.operands= +instruction.setlocal0.shortDescription=Set local register 0 +instruction.setlocal0.description= +instruction.setlocal0.stackBefore=value +instruction.setlocal0.stackAfter= +instruction.setlocal0.operands= +instruction.setlocal1.shortDescription=Set local register 1 +instruction.setlocal1.description= +instruction.setlocal1.stackBefore=value +instruction.setlocal1.stackAfter= +instruction.setlocal1.operands= +instruction.setlocal2.shortDescription=Set local register 2 +instruction.setlocal2.description= +instruction.setlocal2.stackBefore=value +instruction.setlocal2.stackAfter= +instruction.setlocal2.operands= +instruction.setlocal3.shortDescription=Set local register 3 +instruction.setlocal3.description= +instruction.setlocal3.stackBefore=value +instruction.setlocal3.stackAfter= +instruction.setlocal3.operands= #Undocumented: -instruction.invalid.shortDescription = Invalid -instruction.invalid.description = +instruction.invalid.shortDescription=Invalid +instruction.invalid.description= #instruction.invalid.stackBefore = #instruction.invalid.stackAfter = #instruction.invalid.operands = #Undocumented: - -instruction.abs_jump.shortDescription = Absolute jump -instruction.abs_jump.description = +instruction.abs_jump.shortDescription=Absolute jump +instruction.abs_jump.description= #instruction.abs_jump.stackBefore = #instruction.abs_jump.stackAfter = #instruction.abs_jump.operands = - -instruction.debug.shortDescription = Debugging info -instruction.debug.description = -instruction.debug.stackBefore = -instruction.debug.stackAfter = -instruction.debug.operands = debugType, regName, localRegister, extra - -instruction.debugline.shortDescription = Debugging line number info -instruction.debugline.description = -instruction.debugline.stackBefore = -instruction.debugline.stackAfter = -instruction.debugline.operands = lineNumber - -instruction.debugfile.shortDescription = Debugging file info -instruction.debugfile.description = -instruction.debugfile.stackBefore = -instruction.debugfile.stackAfter = -instruction.debugfile.operands = fileName - -instruction.bkptline.shortDescription = Breakpoint on line -instruction.bkptline.description = -instruction.bkptline.stackBefore = -instruction.bkptline.stackAfter = -instruction.bkptline.operands = lineNumber - +instruction.debug.shortDescription=Debugging info +instruction.debug.description= +instruction.debug.stackBefore= +instruction.debug.stackAfter= +instruction.debug.operands=debugType, regName, localRegister, extra +instruction.debugline.shortDescription=Debugging line number info +instruction.debugline.description= +instruction.debugline.stackBefore= +instruction.debugline.stackAfter= +instruction.debugline.operands=lineNumber +instruction.debugfile.shortDescription=Debugging file info +instruction.debugfile.description= +instruction.debugfile.stackBefore= +instruction.debugfile.stackAfter= +instruction.debugfile.operands=fileName +instruction.bkptline.shortDescription=Breakpoint on line +instruction.bkptline.description= +instruction.bkptline.stackBefore= +instruction.bkptline.stackAfter= +instruction.bkptline.operands=lineNumber #Undocumented: -instruction.timestamp.shortDescription = Timestamp -instruction.timestamp.description = -instruction.timestamp.stackBefore = -instruction.timestamp.stackAfter = -instruction.timestamp.operands = - +instruction.timestamp.shortDescription=Timestamp +instruction.timestamp.description= +instruction.timestamp.stackBefore= +instruction.timestamp.stackAfter= +instruction.timestamp.operands= #Undocumented: -instruction.verifypass.shortDescription = Verify pass -instruction.verifypass.description = +instruction.verifypass.shortDescription=Verify pass +instruction.verifypass.description= #instruction.verifypass.stackBefore = #instruction.verifypass.stackAfter = #instruction.verifypass.operands = #Undocumented: - -instruction.alloc.shortDescription = Alloc -instruction.alloc.description = +instruction.alloc.shortDescription=Alloc +instruction.alloc.description= #instruction.alloc.stackBefore = #instruction.alloc.stackAfter = #instruction.alloc.operands = #Undocumented: - -instruction.mark.shortDescription = Mark -instruction.mark.description = +instruction.mark.shortDescription=Mark +instruction.mark.description= #instruction.mark.stackBefore = #instruction.mark.stackAfter = #instruction.mark.operands = #Undocumented: - -instruction.wb.shortDescription = Wb -instruction.wb.description = +instruction.wb.shortDescription=Wb +instruction.wb.description= #instruction.wb.stackBefore = #instruction.wb.stackAfter = #instruction.wb.operands = #Undocumented: - -instruction.prologue.shortDescription = Prologue -instruction.prologue.description = +instruction.prologue.shortDescription=Prologue +instruction.prologue.description= #instruction.prologue.stackBefore = #instruction.prologue.stackAfter = #instruction.prologue.operands = #Undocumented: - -instruction.sendenter.shortDescription = Send enter -instruction.sendenter.description = +instruction.sendenter.shortDescription=Send enter +instruction.sendenter.description= #instruction.sendenter.stackBefore = #instruction.sendenter.stackAfter = #instruction.sendenter.operands = #Undocumented: - -instruction.doubletoatom.shortDescription = Double to atom -instruction.doubletoatom.description = +instruction.doubletoatom.shortDescription=Double to atom +instruction.doubletoatom.description= #instruction.doubletoatom.stackBefore = #instruction.doubletoatom.stackAfter = #instruction.doubletoatom.operands = #Undocumented: - -instruction.sweep.shortDescription = Sweep -instruction.sweep.description = +instruction.sweep.shortDescription=Sweep +instruction.sweep.description= #instruction.sweep.stackBefore = #instruction.sweep.stackAfter = #instruction.sweep.operands = #Undocumented: - -instruction.codegenop.shortDescription = CodeGenOp -instruction.codegenop.description = +instruction.codegenop.shortDescription=CodeGenOp +instruction.codegenop.description= #instruction.codegenop.stackBefore = #instruction.codegenop.stackAfter = #instruction.codegenop.operands = #Undocumented: - -instruction.verifyop.shortDescription = VerifyOp -instruction.verifyop.description = +instruction.verifyop.shortDescription=VerifyOp +instruction.verifyop.description= #instruction.verifyop.stackBefore = #instruction.verifyop.stackAfter = #instruction.verifyop.operands = #Undocumented: - -instruction.decode.shortDescription = Decode -instruction.decode.description = +instruction.decode.shortDescription=Decode +instruction.decode.description= #instruction.decode.stackBefore = #instruction.decode.stackAfter = #instruction.decode.operands = - - -instruction.unplus.shortDescription = Unary plus - coerce to numeric -instruction.unplus.description = -instruction.unplus.stackBefore = value -instruction.unplus.stackAfter = value -instruction.unplus.operands = - -instruction.pushconstant.shortDescription = Push constant value on stack -instruction.pushconstant.description = +instruction.unplus.shortDescription=Unary plus - coerce to numeric +instruction.unplus.description= +instruction.unplus.stackBefore=value +instruction.unplus.stackAfter=value +instruction.unplus.operands= +instruction.pushconstant.shortDescription=Push constant value on stack +instruction.pushconstant.description= #instruction.pushconstant.stackBefore = #instruction.pushconstant.stackAfter = -instruction.pushconstant.operands = value +instruction.pushconstant.operands=value diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/locales/docs/pcode/AS3_tr.properties b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/locales/docs/pcode/AS3_tr.properties index 7711d79a9..e48aa0964 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/locales/docs/pcode/AS3_tr.properties +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/locales/docs/pcode/AS3_tr.properties @@ -13,1918 +13,1199 @@ # You should have received a copy of the GNU Lesser General Public # License along with this library. #String for whole list generation - - - -ui.list.heading = AVM2 Talimat listesi -ui.list.pageTitle = AVM2 Talimat listesi -ui.list.documentTitle = AVM2 Talimat listesi -ui.list.pageDescription = \u0130\u015flenenleri ve y\u0131\u011f\u0131n de\u011ferleriyle birlikte bilinen t\u00fcm ActionScript 3 - AVM2 talimatlar\u0131n\u0131n listesi - +ui.list.heading=AVM2 Talimat listesi +ui.list.pageTitle=AVM2 Talimat listesi +ui.list.documentTitle=AVM2 Talimat listesi +ui.list.pageDescription=\u0130\u015flenenleri ve y\u0131\u011f\u0131n de\u011ferleriyle birlikte bilinen t\u00fcm ActionScript 3 - AVM2 talimatlar\u0131n\u0131n listesi #various strings in UI: - - -ui.unknown = ??? -ui.stack = Y\u0131\u011f\u0131n: -ui.stack.before = ..., -ui.stack.before.empty = ... -ui.stack.to = \ \u279e -ui.flags = Bayraklar: -ui.description = A\u00e7\u0131klama: -ui.filter.hide = Gizle: -ui.filter.byname = \u0130sme g\u00f6re ara: -ui.filter.order = S\u0131ralama: -ui.filter.order.code = kod -ui.filter.order.name = isim - - +ui.unknown=??? +ui.stack=Y\u0131\u011f\u0131n: +ui.stack.before=..., +ui.stack.before.empty=... +ui.stack.to=\ \u279e +ui.flags=Bayraklar: +ui.description=A\u00e7\u0131klama: +ui.filter.hide=Gizle: +ui.filter.byname=\u0130sme g\u00f6re ara: +ui.filter.order=S\u0131ralama: +ui.filter.order.code=kod +ui.filter.order.name=isim #----------------------- Flags of the instructions - - -instructionFlag.undocumented = Belgesiz -instructionFlag.unknownStack = Bilinmeyen y\u0131\u011f\u0131n -instructionFlag.es4NumericsMinor = ES4 say\u0131sallar\u0131 (ABC min\u00f6r 17) -instructionFlag.floatMajor = Kayan de\u011ferler (ABC maj\u00f6r 47) -instructionFlag.unknownOperands = Bilinmeyen i\u015flenenler -instructionFlag.noFlashPlayer = Standart Flash Player'da de\u011fil -instructionFlag.deprecated = Kullan\u0131mdan kald\u0131r\u0131lan -instructionFlag.domainMemory = Etki alan\u0131 belle\u011fi i\u015flemi - +instructionFlag.undocumented=Belgesiz +instructionFlag.unknownStack=Bilinmeyen y\u0131\u011f\u0131n +instructionFlag.es4NumericsMinor=ES4 say\u0131sallar\u0131 (ABC min\u00f6r 17) +instructionFlag.floatMajor=Kayan de\u011ferler (ABC maj\u00f6r 47) +instructionFlag.unknownOperands=Bilinmeyen i\u015flenenler +instructionFlag.noFlashPlayer=Standart Flash Player'da de\u011fil +instructionFlag.deprecated=Kullan\u0131mdan kald\u0131r\u0131lan +instructionFlag.domainMemory=Etki alan\u0131 belle\u011fi i\u015flemi #----------------------- Operand types - - -operandType.multinameIndex = \u00c7ok isimli dizin -operandType.multinameIndex.description = \u00c7ok isimli sabit havuza dizin -operandType.multinameIndex.name = multinameIndex -operandType.multinameIndex.uiName = \u00e7ok isimli - - - -operandType.argCount = Ba\u011f\u0131ms\u0131z de\u011fi\u015fken say\u0131s\u0131 -operandType.argCount.description = A\u015fa\u011f\u0131daki ba\u011f\u0131ms\u0131z de\u011fi\u015fkenlerin say\u0131s\u0131 -operandType.argCount.name = argCount -operandType.argCount.uiName = uint - - - - -operandType.methodIndex = Y\u00f6ntem dizini -operandType.methodIndex.description = ABC'de y\u00f6ntem dizini -operandType.methodIndex.name = methodIndex -operandType.methodIndex.uiName = methodIndex - - - -operandType.stringIndex = Dize dizini -operandType.stringIndex.description = Dize de\u011ferleri sabit havuzuna dizin -operandType.stringIndex.name = stringIndex -operandType.stringIndex.uiName = dize - - - - -operandType.debugType = Hata ay\u0131klama t\u00fcr\u00fc -operandType.debugType.description = Hata ay\u0131klama bilgisi t\u00fcr\u00fc. \u015eu anda yaln\u0131zca 1 de\u011feri kullan\u0131lmaktad\u0131r. -operandType.debugType.name = debugType -operandType.debugType.uiName = debugType - - - - -operandType.registerIndex = Kay\u0131t dizini -operandType.registerIndex.description = Yerel bir kay\u0131t dizini (0-255) -operandType.registerIndex.name = registerIndex -operandType.registerIndex.uiName = uint - - - -operandType.linenum = Sat\u0131r numaras\u0131 -operandType.linenum.description = Dosya sat\u0131r\u0131 numaras\u0131 -operandType.linenum.name = linenum -operandType.linenum.uiName = linenum - - +operandType.multinameIndex=\u00c7ok isimli dizin +operandType.multinameIndex.description=\u00c7ok isimli sabit havuza dizin +operandType.multinameIndex.name=multinameIndex +operandType.multinameIndex.uiName=\u00e7ok isimli +operandType.argCount=Ba\u011f\u0131ms\u0131z de\u011fi\u015fken say\u0131s\u0131 +operandType.argCount.description=A\u015fa\u011f\u0131daki ba\u011f\u0131ms\u0131z de\u011fi\u015fkenlerin say\u0131s\u0131 +operandType.argCount.name=argCount +operandType.argCount.uiName=uint +operandType.methodIndex=Y\u00f6ntem dizini +operandType.methodIndex.description=ABC'de y\u00f6ntem dizini +operandType.methodIndex.name=methodIndex +operandType.methodIndex.uiName=methodIndex +operandType.stringIndex=Dize dizini +operandType.stringIndex.description=Dize de\u011ferleri sabit havuzuna dizin +operandType.stringIndex.name=stringIndex +operandType.stringIndex.uiName=dize +operandType.debugType=Hata ay\u0131klama t\u00fcr\u00fc +operandType.debugType.description=Hata ay\u0131klama bilgisi t\u00fcr\u00fc. \u015eu anda yaln\u0131zca 1 de\u011feri kullan\u0131lmaktad\u0131r. +operandType.debugType.name=debugType +operandType.debugType.uiName=debugType +operandType.registerIndex=Kay\u0131t dizini +operandType.registerIndex.description=Yerel bir kay\u0131t dizini (0-255) +operandType.registerIndex.name=registerIndex +operandType.registerIndex.uiName=uint +operandType.linenum=Sat\u0131r numaras\u0131 +operandType.linenum.description=Dosya sat\u0131r\u0131 numaras\u0131 +operandType.linenum.name=linenum +operandType.linenum.uiName=linenum #similar as registerIndex, but U30 instead of U8 - - -operandType.localRegIndex = Kay\u0131t dizini -operandType.localRegIndex.description = Yerel bir kay\u0131t dizini -operandType.localRegIndex.name = localRegIndex -operandType.localRegIndex.uiName = uint - - - - -operandType.slotIndex = Yuva dizini -operandType.slotIndex.description = Bir nesne \u00fczerindeki yuvan\u0131n dizini -operandType.slotIndex.name = slotIndex -operandType.slotIndex.uiName = slotIndex - - - -operandType.scopeIndex = Kapsam y\u0131\u011f\u0131n\u0131 dizini -operandType.scopeIndex.description = Kapsam y\u0131\u011f\u0131n\u0131ndaki dizin -operandType.scopeIndex.name = scopeIndex -operandType.scopeIndex.uiName = scopeIndex - - - -operandType.offset = Ofset -operandType.offset.description = Di\u011fer konuma ofset -operandType.offset.name = ofset -operandType.offset.uiName = labelName - - - -operandType.exceptionIndex = \u0130stisna dizini -operandType.exceptionIndex.description = Ge\u00e7erli y\u00f6ntem bilgisindeki istisna dizini -operandType.exceptionIndex.name = exceptionIndex -operandType.exceptionIndex.uiName = exceptionIndex - - - - -operandType.classIndex = S\u0131n\u0131f dizini -operandType.classIndex.description = ABC'deki s\u0131n\u0131f\u0131n dizini -operandType.classIndex.name = classIndex -operandType.classIndex.uiName = classIndex - - - -operandType.intIndex = Tamsay\u0131 dizini -operandType.intIndex.description = Tamsay\u0131 de\u011ferleri sabit havuzuna dizin -operandType.intIndex.name = intIndex -operandType.intIndex.uiName = int - - - -operandType.uintIndex = \u0130\u015faretsiz dizini -operandType.uintIndex.description = \u0130\u015faretsiz tamsay\u0131 de\u011ferleri sabit havuzuna dizin -operandType.uintIndex.name = uintIndex -operandType.uintIndex.uiName = uint - - - - -operandType.doubleIndex = \u00c7ift dizin -operandType.doubleIndex.description = \u00c7ift duyarl\u0131kl\u0131 kayan nokta de\u011ferleri sabit havuzuna dizin -operandType.doubleIndex.name = doubleIndex -operandType.doubleIndex.uiName = \u00e7ift - - - -operandType.decimalIndex = Ondal\u0131k dizin -operandType.decimalIndex.description = Ondal\u0131k de\u011ferler (128 bit kayan nokta) sabit havuzuna dizin -operandType.decimalIndex.name = decimalIndex -operandType.decimalIndex.uiName = ondal\u0131k - - - -operandType.caseBaseoffset = Temel ofset -operandType.caseBaseoffset.description = Hi\u00e7bir de\u011fer e\u015fle\u015fmedi\u011finde tetiklenen arama anahtar\u0131n\u0131n temel ofseti -operandType.caseBaseoffset.name = ofset -operandType.caseBaseoffset.uiName = labelName - - - -operandType.numberContext = Say\u0131 ba\u011flam\u0131 (ES4) -operandType.numberContext.description = EcmaScript 4 say\u0131sallar\u0131 (ABC min\u00f6rS\u00fcr\u00fcm 17) kullan\u0131l\u0131rken yap\u0131lan hesaplamalar\u0131n ba\u011flam\u0131.\nBit 0-2 t\u00fcr\u00fc,3-5 yuvarlama t\u00fcr\u00fc, 6-12 kesinli\u011fi.\nT\u00fcr: 0=say\u0131,1=ondal\u0131k,2=\u00e7ift,3=int ,4=uint\nYuvarlama: 0=tavan,1=yukar\u0131,2=yar\u0131m_yukar\u0131,3=yar\u0131m_e\u015fit,4=yar\u0131m_a\u015fa\u011f\u0131,5=a\u015fa\u011f\u0131,6=zemin\nKesinlik:0-34 -operandType.numberContext.name = numberContext -operandType.numberContext.uiName = uint - - - -operandType.dispatchId = G\u00f6nderim kimli\u011fi -operandType.dispatchId.description = Y\u00f6ntem g\u00f6nderiminin kimli\u011fi -operandType.dispatchId.name = dispatchId -operandType.dispatchId.uiName = uint - - - -operandType.floatIndex = Kayan dizin -operandType.floatIndex.description = Kayan de\u011ferler sabit havuzuna dizin -operandType.floatIndex.name = floatIndex -operandType.floatIndex.uiName = kayan - - - -operandType.float4Index = Float4 dizini -operandType.float4Index.description = Float4 de\u011ferleri sabit havuzuna dizin -operandType.float4Index.name = float4Index -operandType.float4Index.uiName = float4 -operandType.namespaceIndex = \u0130sim alan\u0131 sabit havuzunda dizin -operandType.namespaceIndex.name = namespaceIndex -operandType.namespaceIndex.uiName = namespace - - +operandType.localRegIndex=Kay\u0131t dizini +operandType.localRegIndex.description=Yerel bir kay\u0131t dizini +operandType.localRegIndex.name=localRegIndex +operandType.localRegIndex.uiName=uint +operandType.slotIndex=Yuva dizini +operandType.slotIndex.description=Bir nesne \u00fczerindeki yuvan\u0131n dizini +operandType.slotIndex.name=slotIndex +operandType.slotIndex.uiName=slotIndex +operandType.scopeIndex=Kapsam y\u0131\u011f\u0131n\u0131 dizini +operandType.scopeIndex.description=Kapsam y\u0131\u011f\u0131n\u0131ndaki dizin +operandType.scopeIndex.name=scopeIndex +operandType.scopeIndex.uiName=scopeIndex +operandType.offset=Ofset +operandType.offset.description=Di\u011fer konuma ofset +operandType.offset.name=ofset +operandType.offset.uiName=labelName +operandType.exceptionIndex=\u0130stisna dizini +operandType.exceptionIndex.description=Ge\u00e7erli y\u00f6ntem bilgisindeki istisna dizini +operandType.exceptionIndex.name=exceptionIndex +operandType.exceptionIndex.uiName=exceptionIndex +operandType.classIndex=S\u0131n\u0131f dizini +operandType.classIndex.description=ABC'deki s\u0131n\u0131f\u0131n dizini +operandType.classIndex.name=classIndex +operandType.classIndex.uiName=classIndex +operandType.intIndex=Tamsay\u0131 dizini +operandType.intIndex.description=Tamsay\u0131 de\u011ferleri sabit havuzuna dizin +operandType.intIndex.name=intIndex +operandType.intIndex.uiName=int +operandType.uintIndex=\u0130\u015faretsiz dizini +operandType.uintIndex.description=\u0130\u015faretsiz tamsay\u0131 de\u011ferleri sabit havuzuna dizin +operandType.uintIndex.name=uintIndex +operandType.uintIndex.uiName=uint +operandType.doubleIndex=\u00c7ift dizin +operandType.doubleIndex.description=\u00c7ift duyarl\u0131kl\u0131 kayan nokta de\u011ferleri sabit havuzuna dizin +operandType.doubleIndex.name=doubleIndex +operandType.doubleIndex.uiName=\u00e7ift +operandType.decimalIndex=Ondal\u0131k dizin +operandType.decimalIndex.description=Ondal\u0131k de\u011ferler (128 bit kayan nokta) sabit havuzuna dizin +operandType.decimalIndex.name=decimalIndex +operandType.decimalIndex.uiName=ondal\u0131k +operandType.caseBaseoffset=Temel ofset +operandType.caseBaseoffset.description=Hi\u00e7bir de\u011fer e\u015fle\u015fmedi\u011finde tetiklenen arama anahtar\u0131n\u0131n temel ofseti +operandType.caseBaseoffset.name=ofset +operandType.caseBaseoffset.uiName=labelName +operandType.numberContext=Say\u0131 ba\u011flam\u0131 (ES4) +operandType.numberContext.description=EcmaScript 4 say\u0131sallar\u0131 (ABC min\u00f6rS\u00fcr\u00fcm 17) kullan\u0131l\u0131rken yap\u0131lan hesaplamalar\u0131n ba\u011flam\u0131.\nBit 0-2 t\u00fcr\u00fc,3-5 yuvarlama t\u00fcr\u00fc, 6-12 kesinli\u011fi.\nT\u00fcr: 0=say\u0131,1=ondal\u0131k,2=\u00e7ift,3=int ,4=uint\nYuvarlama: 0=tavan,1=yukar\u0131,2=yar\u0131m_yukar\u0131,3=yar\u0131m_e\u015fit,4=yar\u0131m_a\u015fa\u011f\u0131,5=a\u015fa\u011f\u0131,6=zemin\nKesinlik:0-34 +operandType.numberContext.name=numberContext +operandType.numberContext.uiName=uint +operandType.dispatchId=G\u00f6nderim kimli\u011fi +operandType.dispatchId.description=Y\u00f6ntem g\u00f6nderiminin kimli\u011fi +operandType.dispatchId.name=dispatchId +operandType.dispatchId.uiName=uint +operandType.floatIndex=Kayan dizin +operandType.floatIndex.description=Kayan de\u011ferler sabit havuzuna dizin +operandType.floatIndex.name=floatIndex +operandType.floatIndex.uiName=kayan +operandType.float4Index=Float4 dizini +operandType.float4Index.description=Float4 de\u011ferleri sabit havuzuna dizin +operandType.float4Index.name=float4Index +operandType.float4Index.uiName=float4 +operandType.namespaceIndex=\u0130sim alan\u0131 sabit havuzunda dizin +operandType.namespaceIndex.name=namespaceIndex +operandType.namespaceIndex.uiName=namespace #----------------------- Instructions - - - -instruction.bkpt.shortDescription = Kesme noktas\u0131 -instruction.bkpt.description = Hata ay\u0131klama s\u0131ras\u0131nda kesme noktas\u0131 -instruction.bkpt.stackBefore = -instruction.bkpt.stackAfter = -instruction.bkpt.operands = - - - -instruction.nop.shortDescription = \u0130\u015flem yok -instruction.nop.description = Hi\u00e7bir \u015fey yapm\u0131yor -instruction.nop.stackBefore = -instruction.nop.stackAfter = -instruction.nop.operands = - - - -instruction.throw.shortDescription = \u0130stisna at -instruction.throw.description = De\u011feri y\u0131\u011f\u0131ndan \u00e7\u0131kar\u0131r ve atar -instruction.throw.stackBefore = de\u011fer -instruction.throw.stackAfter = -instruction.throw.operands = - - - -instruction.getsuper.shortDescription = \u00dcst s\u0131n\u0131f \u00f6zelli\u011fi al\u0131n -instruction.getsuper.description = -instruction.getsuper.stackBefore = nesne, [ns], [name] -instruction.getsuper.stackAfter = de\u011fer -instruction.getsuper.operands = parentClassMultiname - - - -instruction.setsuper.shortDescription = \u00dcst s\u0131n\u0131f \u00f6zelli\u011fini ayarla -instruction.setsuper.description = -instruction.setsuper.stackBefore = nesne, [ns], [name], de\u011fer -instruction.setsuper.stackAfter = -instruction.setsuper.operands = parentClassMultiname - - - -instruction.dxns.shortDescription = Varsay\u0131lan XML isim alan\u0131n\u0131 ayarla -instruction.dxns.description = -instruction.dxns.stackBefore = -instruction.dxns.stackAfter = -instruction.dxns.operands = uriString - - - -instruction.dxnslate.shortDescription = \u00c7al\u0131\u015fma zaman\u0131nda varsay\u0131lan XML isim alan\u0131n\u0131 ayarla -instruction.dxnslate.description = -instruction.dxnslate.stackBefore = uriValue -instruction.dxnslate.stackAfter = -instruction.dxnslate.operands = - - - -instruction.kill.shortDescription = Yerel kayd\u0131 \u00f6ld\u00fcr -instruction.kill.description = -instruction.kill.stackBefore = -instruction.kill.stackAfter = -instruction.kill.operands = killedRegister - - - -instruction.label.shortDescription = Bir \u015fubenin hedefi -instruction.label.description = Sadece bunun bir sonraki \u015fubenin hedefi oldu\u011funa dair bir i\u015faret -instruction.label.stackBefore = -instruction.label.stackAfter = -instruction.label.operands = - - - -instruction.lf32x4.shortDescription = 32 bit float4 y\u00fckle -instruction.lf32x4.description = -instruction.lf32x4.stackBefore = adres -instruction.lf32x4.stackAfter = float4Value -instruction.lf32x4.operands = - - - -instruction.sf32x4.shortDescription = 32bit float4 depolay\u0131n -instruction.sf32x4.description = -instruction.sf32x4.stackBefore = float4Value, adres -instruction.sf32x4.stackAfter = -instruction.sf32x4.operands = - - - -instruction.ifnlt.shortDescription = Daha d\u00fc\u015f\u00fck de\u011filse \u015fube -instruction.ifnlt.description = -instruction.ifnlt.stackBefore = de\u011fer1, de\u011fer2 -instruction.ifnlt.stackAfter = -instruction.ifnlt.operands = branchTarget - - - -instruction.ifnle.shortDescription = Daha d\u00fc\u015f\u00fck veya e\u015fit de\u011filse \u015fube -instruction.ifnle.description = -instruction.ifnle.stackBefore = de\u011fer1, de\u011fer2 -instruction.ifnle.stackAfter = -instruction.ifnle.operands = branchTarget - - - -instruction.ifngt.shortDescription = Daha b\u00fcy\u00fck de\u011filse \u015fube -instruction.ifngt.description = -instruction.ifngt.stackBefore = de\u011fer1, de\u011fer2 -instruction.ifngt.stackAfter = -instruction.ifngt.operands = branchTarget - - - -instruction.ifnge.shortDescription = Daha b\u00fcy\u00fck veya e\u015fit de\u011filse \u015fube -instruction.ifnge.description = -instruction.ifnge.stackBefore = de\u011fer1, de\u011fer2 -instruction.ifnge.stackAfter = -instruction.ifnge.operands = branchTarget - - - -instruction.jump.shortDescription = Konuma atla -instruction.jump.description = -instruction.jump.stackBefore = -instruction.jump.stackAfter = -instruction.jump.operands = konum - - - -instruction.iftrue.shortDescription = Do\u011fruysa \u015fube -instruction.iftrue.description = -instruction.iftrue.stackBefore = de\u011fer -instruction.iftrue.stackAfter = -instruction.iftrue.operands = branchTarget - - - -instruction.iffalse.shortDescription = Yanl\u0131\u015fsa \u015fube -instruction.iffalse.description = -instruction.iffalse.stackBefore = de\u011fer -instruction.iffalse.stackAfter = -instruction.iffalse.operands = branchTarget - - - -instruction.ifeq.shortDescription = E\u015fitse \u015fube -instruction.ifeq.description = -instruction.ifeq.stackBefore = de\u011fer1, de\u011fer2 -instruction.ifeq.stackAfter = -instruction.ifeq.operands = branchTarget - - - -instruction.ifne.shortDescription = E\u015fit de\u011filse \u015fube -instruction.ifne.description = -instruction.ifne.stackBefore = de\u011fer1, de\u011fer2 -instruction.ifne.stackAfter = -instruction.ifne.operands = branchTarget - - - -instruction.iflt.shortDescription = Daha d\u00fc\u015f\u00fckse \u015fube -instruction.iflt.description = -instruction.iflt.stackBefore = de\u011fer1, de\u011fer2 -instruction.iflt.stackAfter = -instruction.iflt.operands = branchTarget - - - -instruction.ifle.shortDescription = Daha d\u00fc\u015f\u00fck veya e\u015fitse \u015fube -instruction.ifle.description = -instruction.ifle.stackBefore = de\u011fer1, de\u011fer2 -instruction.ifle.stackAfter = -instruction.ifle.operands = branchTarget - - - -instruction.ifgt.shortDescription = Daha b\u00fcy\u00fckse \u015fube -instruction.ifgt.description = -instruction.ifgt.stackBefore = de\u011fer1, de\u011fer2 -instruction.ifgt.stackAfter = -instruction.ifgt.operands = branchTarget - - - -instruction.ifge.shortDescription = Daha b\u00fcy\u00fck veya e\u015fitse \u015fube -instruction.ifge.description = -instruction.ifge.stackBefore = de\u011fer1, de\u011fer2 -instruction.ifge.stackAfter = -instruction.ifge.operands = branchTarget - - - -instruction.ifstricteq.shortDescription = Tam olarak e\u015fitse \u015fube -instruction.ifstricteq.description = -instruction.ifstricteq.stackBefore = de\u011fer1, de\u011fer2 -instruction.ifstricteq.stackAfter = -instruction.ifstricteq.operands = branchTarget - - - -instruction.ifstrictne.shortDescription = Tam olarak e\u015fit de\u011filse \u015fube -instruction.ifstrictne.description = -instruction.ifstrictne.stackBefore = de\u011fer1, de\u011fer2 -instruction.ifstrictne.stackAfter = -instruction.ifstrictne.operands = branchTarget - - - -instruction.lookupswitch.shortDescription = Dizine dayal\u0131 \u015fube -instruction.lookupswitch.description = -instruction.lookupswitch.stackBefore = dizin -instruction.lookupswitch.stackAfter = -instruction.lookupswitch.operands = defaultTarget, caseCount, case0Target, case1Target, ... - - - -instruction.pushwith.shortDescription = Kapsam y\u0131\u011f\u0131n\u0131 \u00fczerine itin -instruction.pushwith.description = -instruction.pushwith.stackBefore = withScope -instruction.pushwith.stackAfter = -instruction.pushwith.operands = - - - -instruction.popscope.shortDescription = Kapsam y\u0131\u011f\u0131n\u0131ndan \u00e7\u0131kar ve de\u011feri at -instruction.popscope.description = -instruction.popscope.stackBefore = -instruction.popscope.stackAfter = -instruction.popscope.operands = - - - -instruction.nextname.shortDescription = Bir sonraki \u00f6zelli\u011fin ismini al -instruction.nextname.description = -instruction.nextname.stackBefore = nesne, dizin -instruction.nextname.stackAfter = isim -instruction.nextname.operands = - - - -instruction.hasnext.shortDescription = Nesnenin daha fazla \u00f6zelli\u011fi olup olmad\u0131\u011f\u0131n\u0131 kontrol edin -instruction.hasnext.description = -instruction.hasnext.stackBefore = nesne, currentIndex -instruction.hasnext.stackAfter = nextIndex -instruction.hasnext.operands = - - - -instruction.pushnull.shortDescription = Y\u0131\u011f\u0131ndaki bo\u015f de\u011feri it -instruction.pushnull.description = -instruction.pushnull.stackBefore = -instruction.pushnull.stackAfter = bo\u015f -instruction.pushnull.operands = - - - -instruction.pushundefined.shortDescription = Y\u0131\u011f\u0131ndaki tan\u0131ms\u0131z de\u011feri it -instruction.pushundefined.description = -instruction.pushundefined.stackBefore = -instruction.pushundefined.stackAfter = tan\u0131ms\u0131z -instruction.pushundefined.operands = - - - -instruction.pushfloat.shortDescription = Y\u0131\u011f\u0131ndaki kayan de\u011feri it -instruction.pushfloat.description = -instruction.pushfloat.stackBefore = -instruction.pushfloat.stackAfter = floatValue -instruction.pushfloat.operands = kayan - - - -instruction.nextvalue.shortDescription = Sonraki \u00f6zelli\u011fin de\u011ferini al -instruction.nextvalue.description = -instruction.nextvalue.stackBefore = nesne, dizin -instruction.nextvalue.stackAfter = de\u011fer -instruction.nextvalue.operands = - - - -instruction.pushbyte.shortDescription = Y\u0131\u011f\u0131ndaki bayt de\u011ferini it -instruction.pushbyte.description = -instruction.pushbyte.stackBefore = -instruction.pushbyte.stackAfter = byteValue -instruction.pushbyte.operands = de\u011fer - - - -instruction.pushshort.shortDescription = Y\u0131\u011f\u0131ndaki k\u0131sa de\u011feri it -instruction.pushshort.description = -instruction.pushshort.stackBefore = -instruction.pushshort.stackAfter = shortValue -instruction.pushshort.operands = de\u011fer - - - -instruction.pushtrue.shortDescription = Y\u0131\u011f\u0131n \u00fczerinde do\u011fruyu it -instruction.pushtrue.description = -instruction.pushtrue.stackBefore = -instruction.pushtrue.stackAfter = do\u011fru -instruction.pushtrue.operands = - - - -instruction.pushfalse.shortDescription = Y\u0131\u011f\u0131n \u00fczerinde yanl\u0131\u015f\u0131 it -instruction.pushfalse.description = -instruction.pushfalse.stackBefore = -instruction.pushfalse.stackAfter = yanl\u0131\u015f -instruction.pushfalse.operands = - - - -instruction.pushnan.shortDescription = Y\u0131\u011f\u0131n \u00fczerinde NaN de\u011ferini it -instruction.pushnan.description = -instruction.pushnan.stackBefore = -instruction.pushnan.stackAfter = NaN -instruction.pushnan.operands = - - - -instruction.pop.shortDescription = Y\u0131\u011f\u0131ndan en y\u00fcksek de\u011feri at -instruction.pop.description = -instruction.pop.stackBefore = de\u011fer -instruction.pop.stackAfter = -instruction.pop.operands = - - - -instruction.dup.shortDescription = Y\u0131\u011f\u0131ndaki yinelenen de\u011fer -instruction.dup.description = -instruction.dup.stackBefore = de\u011fer -instruction.dup.stackAfter = de\u011fer, de\u011fer -instruction.dup.operands = - - - -instruction.swap.shortDescription = Y\u0131\u011f\u0131n\u0131n \u00fcst\u00fcnde iki de\u011feri de\u011fi\u015ftir -instruction.swap.description = -instruction.swap.stackBefore = de\u011fer1, de\u011fer2 -instruction.swap.stackAfter = de\u011fer2, de\u011fer1 -instruction.swap.operands = - - - -instruction.pushstring.shortDescription = Y\u0131\u011f\u0131ndaki dize de\u011ferini it -instruction.pushstring.description = -instruction.pushstring.stackBefore = -instruction.pushstring.stackAfter = stringValue -instruction.pushstring.operands = de\u011fer - - - -instruction.pushint.shortDescription = Y\u0131\u011f\u0131ndaki tamsay\u0131 de\u011ferini it -instruction.pushint.description = -instruction.pushint.stackBefore = -instruction.pushint.stackAfter = intValue -instruction.pushint.operands = de\u011fer - - - -instruction.pushuint.shortDescription = Y\u0131\u011f\u0131n \u00fczerinde i\u015faretsiz tamsay\u0131 de\u011ferini it -instruction.pushuint.description = -instruction.pushuint.stackBefore = -instruction.pushuint.stackAfter = uintValue -instruction.pushuint.operands = de\u011fer - - - -instruction.pushdouble.shortDescription = Y\u0131\u011f\u0131n \u00fczerinde \u00e7ift hassas de\u011feri it -instruction.pushdouble.description = -instruction.pushdouble.stackBefore = -instruction.pushdouble.stackAfter = doubleValue -instruction.pushdouble.operands = de\u011fer - - - -instruction.pushscope.shortDescription = Kapsam y\u0131\u011f\u0131n\u0131ndaki nesneyi it -instruction.pushscope.description = -instruction.pushscope.stackBefore = nesne -instruction.pushscope.stackAfter = -instruction.pushscope.operands = - - - -instruction.pushnamespace.shortDescription = Y\u0131\u011f\u0131n \u00fczerinde isim alan\u0131 it -instruction.pushnamespace.description = -instruction.pushnamespace.stackBefore = -instruction.pushnamespace.stackAfter = ad alan\u0131 -instruction.pushnamespace.operands = de\u011fer - - - -instruction.hasnext2.shortDescription = Nesnenin daha fazla \u00f6zelli\u011fi olup olmad\u0131\u011f\u0131n\u0131 kontrol edin (kay\u0131t tabanl\u0131) -instruction.hasnext2.description = -instruction.hasnext2.stackBefore = -instruction.hasnext2.stackAfter = boolValue -instruction.hasnext2.operands = objectReg, indexReg - - - -instruction.pushdecimal.shortDescription = Y\u0131\u011f\u0131n \u00fczerinde ondal\u0131k de\u011feri it -instruction.pushdecimal.description = -instruction.pushdecimal.stackBefore = -instruction.pushdecimal.stackAfter = decimalValue -instruction.pushdecimal.operands = de\u011fer - -instruction.pushdnan.shortDescription = Y\u0131\u011f\u0131n \u00fczerinde ondal\u0131k NaN de\u011ferini it -instruction.pushdnan.description = -instruction.pushdnan.stackBefore = -instruction.pushdnan.stackAfter = decimalNaN -instruction.pushdnan.operands = - -instruction.li8.shortDescription = 8bit tamsay\u0131 de\u011ferini y\u00fckle -instruction.li8.description = -instruction.li8.stackBefore = adres -instruction.li8.stackAfter = int8Value -instruction.li8.operands = - - - -instruction.li16.shortDescription = 16bit tamsay\u0131 de\u011ferini y\u00fckle -instruction.li16.description = -instruction.li16.stackBefore = adres -instruction.li16.stackAfter = int16Value -instruction.li16.operands = - - - -instruction.li32.shortDescription = 32bit tam say\u0131 de\u011ferini y\u00fckle -instruction.li32.description = -instruction.li32.stackBefore = adres -instruction.li32.stackAfter = int32Value -instruction.li32.operands = - - - -instruction.lf32.shortDescription = 32bit kayan de\u011feri y\u00fckle -instruction.lf32.description = -instruction.lf32.stackBefore = adres -instruction.lf32.stackAfter = float32Value -instruction.lf32.operands = - - - -instruction.lf64.shortDescription = 64bit kayan de\u011feri y\u00fckle -instruction.lf64.description = -instruction.lf64.stackBefore = adres -instruction.lf64.stackAfter = float64Value -instruction.lf64.operands = - - - -instruction.si8.shortDescription = 8bit tamsay\u0131 de\u011ferini sakla -instruction.si8.description = -instruction.si8.stackBefore = de\u011fer, adres -instruction.si8.stackAfter = -instruction.si8.operands = - - - -instruction.si16.shortDescription = 16bit tamsay\u0131 de\u011ferini sakla -instruction.si16.description = -instruction.si16.stackBefore = de\u011fer, adres -instruction.si16.stackAfter = -instruction.si16.operands = - - - -instruction.si32.shortDescription = 32bit tamsay\u0131 de\u011ferini sakla -instruction.si32.description = -instruction.si32.stackBefore = de\u011fer, adres -instruction.si32.stackAfter = -instruction.si32.operands = - - - -instruction.sf32.shortDescription = 32bit kayan de\u011feri sakla -instruction.sf32.description = -instruction.sf32.stackBefore = de\u011fer, adres -instruction.sf32.stackAfter = -instruction.sf32.operands = - - - -instruction.sf64.shortDescription = 64bit kayan de\u011feri sakla -instruction.sf64.description = -instruction.sf64.stackBefore = de\u011fer, adres -instruction.sf64.stackAfter = -instruction.sf64.operands = - - - -instruction.newfunction.shortDescription = Yeni \u0130\u015flev nesnesi olu\u015ftur -instruction.newfunction.description = -instruction.newfunction.stackBefore = -instruction.newfunction.stackAfter = i\u015flev -instruction.newfunction.operands = y\u00f6ntem - - - -instruction.call.shortDescription = Y\u0131\u011f\u0131n \u00fczerinde i\u015flev \u00e7a\u011f\u0131r -instruction.call.description = -instruction.call.stackBefore = i\u015flev, bu, arg1, ..., argN -instruction.call.stackAfter = de\u011fer -instruction.call.operands = argCount - - - -instruction.construct.shortDescription = Y\u0131\u011f\u0131ndaki yap\u0131c\u0131 i\u015flevini \u00e7a\u011f\u0131r -instruction.construct.description = -instruction.construct.stackBefore = i\u015flev, arg1, ..., argN -instruction.construct.stackAfter = de\u011fer -instruction.construct.operands = argCount - - - -instruction.callmethod.shortDescription = Nesnenin y\u00f6ntemini g\u00f6nderim kimli\u011fine g\u00f6re \u00e7a\u011f\u0131r -instruction.callmethod.description = -instruction.callmethod.stackBefore = bu, arg1, ..., argN -instruction.callmethod.stackAfter = de\u011fer -instruction.callmethod.operands = y\u00f6ntem, argCount - - - -instruction.callstatic.shortDescription = ABC dosyas\u0131ndaki y\u00f6ntem kimli\u011fine g\u00f6re y\u00f6ntem \u00e7a\u011f\u0131r -instruction.callstatic.description = -instruction.callstatic.stackBefore = bu, arg1, ..., argN -instruction.callstatic.stackAfter = de\u011fer -instruction.callstatic.operands = y\u00f6ntem, argCount - - - -instruction.callsuper.shortDescription = Ana s\u0131n\u0131fta y\u00f6ntem \u00e7a\u011f\u0131r -instruction.callsuper.description = -instruction.callsuper.stackBefore = nesne, [ns], [name], arg1, ..., argN -instruction.callsuper.stackAfter = de\u011fer -instruction.callsuper.operands = methodName, argCount - - - -instruction.callproperty.shortDescription = \u00d6zellik \u00e7a\u011f\u0131r -instruction.callproperty.description = -instruction.callproperty.stackBefore = nesne, [ns], [name], arg1, ..., argN -instruction.callproperty.stackAfter = de\u011fer -instruction.callproperty.operands = \u00f6zellik, argCount - - - -instruction.returnvoid.shortDescription = Bir y\u00f6ntemden d\u00f6n\u00fc\u015f -instruction.returnvoid.description = -instruction.returnvoid.stackBefore = -instruction.returnvoid.stackAfter = -instruction.returnvoid.operands = - - - -instruction.returnvalue.shortDescription = Bir y\u00f6ntemden d\u00f6n\u00fc\u015f de\u011feri -instruction.returnvalue.description = -instruction.returnvalue.stackBefore = de\u011fer -instruction.returnvalue.stackAfter = -instruction.returnvalue.operands = - - - -instruction.constructsuper.shortDescription = Bir nesnenin \u00fcst yap\u0131c\u0131s\u0131n\u0131 \u00e7a\u011f\u0131r -instruction.constructsuper.description = -instruction.constructsuper.stackBefore = nesne, arg1, ..., argN -instruction.constructsuper.stackAfter = -instruction.constructsuper.operands = argCount - - - -instruction.constructprop.shortDescription = Bir nesnenin \u00f6zelli\u011fini olu\u015ftur -instruction.constructprop.description = -instruction.constructprop.stackBefore = nesne, [ns], [name], arg1, ..., argN -instruction.constructprop.stackAfter = de\u011fer -instruction.constructprop.operands = \u00f6zellik, argCount - +instruction.bkpt.shortDescription=Kesme noktas\u0131 +instruction.bkpt.description=Hata ay\u0131klama s\u0131ras\u0131nda kesme noktas\u0131 +instruction.bkpt.stackBefore= +instruction.bkpt.stackAfter= +instruction.bkpt.operands= +instruction.nop.shortDescription=\u0130\u015flem yok +instruction.nop.description=Hi\u00e7bir \u015fey yapm\u0131yor +instruction.nop.stackBefore= +instruction.nop.stackAfter= +instruction.nop.operands= +instruction.throw.shortDescription=\u0130stisna at +instruction.throw.description=De\u011feri y\u0131\u011f\u0131ndan \u00e7\u0131kar\u0131r ve atar +instruction.throw.stackBefore=de\u011fer +instruction.throw.stackAfter= +instruction.throw.operands= +instruction.getsuper.shortDescription=\u00dcst s\u0131n\u0131f \u00f6zelli\u011fi al\u0131n +instruction.getsuper.description= +instruction.getsuper.stackBefore=nesne, [ns], [name] +instruction.getsuper.stackAfter=de\u011fer +instruction.getsuper.operands=parentClassMultiname +instruction.setsuper.shortDescription=\u00dcst s\u0131n\u0131f \u00f6zelli\u011fini ayarla +instruction.setsuper.description= +instruction.setsuper.stackBefore=nesne, [ns], [name], de\u011fer +instruction.setsuper.stackAfter= +instruction.setsuper.operands=parentClassMultiname +instruction.dxns.shortDescription=Varsay\u0131lan XML isim alan\u0131n\u0131 ayarla +instruction.dxns.description= +instruction.dxns.stackBefore= +instruction.dxns.stackAfter= +instruction.dxns.operands=uriString +instruction.dxnslate.shortDescription=\u00c7al\u0131\u015fma zaman\u0131nda varsay\u0131lan XML isim alan\u0131n\u0131 ayarla +instruction.dxnslate.description= +instruction.dxnslate.stackBefore=uriValue +instruction.dxnslate.stackAfter= +instruction.dxnslate.operands= +instruction.kill.shortDescription=Yerel kayd\u0131 \u00f6ld\u00fcr +instruction.kill.description= +instruction.kill.stackBefore= +instruction.kill.stackAfter= +instruction.kill.operands=killedRegister +instruction.label.shortDescription=Bir \u015fubenin hedefi +instruction.label.description=Sadece bunun bir sonraki \u015fubenin hedefi oldu\u011funa dair bir i\u015faret +instruction.label.stackBefore= +instruction.label.stackAfter= +instruction.label.operands= +instruction.lf32x4.shortDescription=32 bit float4 y\u00fckle +instruction.lf32x4.description= +instruction.lf32x4.stackBefore=adres +instruction.lf32x4.stackAfter=float4Value +instruction.lf32x4.operands= +instruction.sf32x4.shortDescription=32bit float4 depolay\u0131n +instruction.sf32x4.description= +instruction.sf32x4.stackBefore=float4Value, adres +instruction.sf32x4.stackAfter= +instruction.sf32x4.operands= +instruction.ifnlt.shortDescription=Daha d\u00fc\u015f\u00fck de\u011filse \u015fube +instruction.ifnlt.description= +instruction.ifnlt.stackBefore=de\u011fer1, de\u011fer2 +instruction.ifnlt.stackAfter= +instruction.ifnlt.operands=branchTarget +instruction.ifnle.shortDescription=Daha d\u00fc\u015f\u00fck veya e\u015fit de\u011filse \u015fube +instruction.ifnle.description= +instruction.ifnle.stackBefore=de\u011fer1, de\u011fer2 +instruction.ifnle.stackAfter= +instruction.ifnle.operands=branchTarget +instruction.ifngt.shortDescription=Daha b\u00fcy\u00fck de\u011filse \u015fube +instruction.ifngt.description= +instruction.ifngt.stackBefore=de\u011fer1, de\u011fer2 +instruction.ifngt.stackAfter= +instruction.ifngt.operands=branchTarget +instruction.ifnge.shortDescription=Daha b\u00fcy\u00fck veya e\u015fit de\u011filse \u015fube +instruction.ifnge.description= +instruction.ifnge.stackBefore=de\u011fer1, de\u011fer2 +instruction.ifnge.stackAfter= +instruction.ifnge.operands=branchTarget +instruction.jump.shortDescription=Konuma atla +instruction.jump.description= +instruction.jump.stackBefore= +instruction.jump.stackAfter= +instruction.jump.operands=konum +instruction.iftrue.shortDescription=Do\u011fruysa \u015fube +instruction.iftrue.description= +instruction.iftrue.stackBefore=de\u011fer +instruction.iftrue.stackAfter= +instruction.iftrue.operands=branchTarget +instruction.iffalse.shortDescription=Yanl\u0131\u015fsa \u015fube +instruction.iffalse.description= +instruction.iffalse.stackBefore=de\u011fer +instruction.iffalse.stackAfter= +instruction.iffalse.operands=branchTarget +instruction.ifeq.shortDescription=E\u015fitse \u015fube +instruction.ifeq.description= +instruction.ifeq.stackBefore=de\u011fer1, de\u011fer2 +instruction.ifeq.stackAfter= +instruction.ifeq.operands=branchTarget +instruction.ifne.shortDescription=E\u015fit de\u011filse \u015fube +instruction.ifne.description= +instruction.ifne.stackBefore=de\u011fer1, de\u011fer2 +instruction.ifne.stackAfter= +instruction.ifne.operands=branchTarget +instruction.iflt.shortDescription=Daha d\u00fc\u015f\u00fckse \u015fube +instruction.iflt.description= +instruction.iflt.stackBefore=de\u011fer1, de\u011fer2 +instruction.iflt.stackAfter= +instruction.iflt.operands=branchTarget +instruction.ifle.shortDescription=Daha d\u00fc\u015f\u00fck veya e\u015fitse \u015fube +instruction.ifle.description= +instruction.ifle.stackBefore=de\u011fer1, de\u011fer2 +instruction.ifle.stackAfter= +instruction.ifle.operands=branchTarget +instruction.ifgt.shortDescription=Daha b\u00fcy\u00fckse \u015fube +instruction.ifgt.description= +instruction.ifgt.stackBefore=de\u011fer1, de\u011fer2 +instruction.ifgt.stackAfter= +instruction.ifgt.operands=branchTarget +instruction.ifge.shortDescription=Daha b\u00fcy\u00fck veya e\u015fitse \u015fube +instruction.ifge.description= +instruction.ifge.stackBefore=de\u011fer1, de\u011fer2 +instruction.ifge.stackAfter= +instruction.ifge.operands=branchTarget +instruction.ifstricteq.shortDescription=Tam olarak e\u015fitse \u015fube +instruction.ifstricteq.description= +instruction.ifstricteq.stackBefore=de\u011fer1, de\u011fer2 +instruction.ifstricteq.stackAfter= +instruction.ifstricteq.operands=branchTarget +instruction.ifstrictne.shortDescription=Tam olarak e\u015fit de\u011filse \u015fube +instruction.ifstrictne.description= +instruction.ifstrictne.stackBefore=de\u011fer1, de\u011fer2 +instruction.ifstrictne.stackAfter= +instruction.ifstrictne.operands=branchTarget +instruction.lookupswitch.shortDescription=Dizine dayal\u0131 \u015fube +instruction.lookupswitch.description= +instruction.lookupswitch.stackBefore=dizin +instruction.lookupswitch.stackAfter= +instruction.lookupswitch.operands=defaultTarget, caseCount, case0Target, case1Target, ... +instruction.pushwith.shortDescription=Kapsam y\u0131\u011f\u0131n\u0131 \u00fczerine itin +instruction.pushwith.description= +instruction.pushwith.stackBefore=withScope +instruction.pushwith.stackAfter= +instruction.pushwith.operands= +instruction.popscope.shortDescription=Kapsam y\u0131\u011f\u0131n\u0131ndan \u00e7\u0131kar ve de\u011feri at +instruction.popscope.description= +instruction.popscope.stackBefore= +instruction.popscope.stackAfter= +instruction.popscope.operands= +instruction.nextname.shortDescription=Bir sonraki \u00f6zelli\u011fin ismini al +instruction.nextname.description= +instruction.nextname.stackBefore=nesne, dizin +instruction.nextname.stackAfter=isim +instruction.nextname.operands= +instruction.hasnext.shortDescription=Nesnenin daha fazla \u00f6zelli\u011fi olup olmad\u0131\u011f\u0131n\u0131 kontrol edin +instruction.hasnext.description= +instruction.hasnext.stackBefore=nesne, currentIndex +instruction.hasnext.stackAfter=nextIndex +instruction.hasnext.operands= +instruction.pushnull.shortDescription=Y\u0131\u011f\u0131ndaki bo\u015f de\u011feri it +instruction.pushnull.description= +instruction.pushnull.stackBefore= +instruction.pushnull.stackAfter=bo\u015f +instruction.pushnull.operands= +instruction.pushundefined.shortDescription=Y\u0131\u011f\u0131ndaki tan\u0131ms\u0131z de\u011feri it +instruction.pushundefined.description= +instruction.pushundefined.stackBefore= +instruction.pushundefined.stackAfter=tan\u0131ms\u0131z +instruction.pushundefined.operands= +instruction.pushfloat.shortDescription=Y\u0131\u011f\u0131ndaki kayan de\u011feri it +instruction.pushfloat.description= +instruction.pushfloat.stackBefore= +instruction.pushfloat.stackAfter=floatValue +instruction.pushfloat.operands=kayan +instruction.nextvalue.shortDescription=Sonraki \u00f6zelli\u011fin de\u011ferini al +instruction.nextvalue.description= +instruction.nextvalue.stackBefore=nesne, dizin +instruction.nextvalue.stackAfter=de\u011fer +instruction.nextvalue.operands= +instruction.pushbyte.shortDescription=Y\u0131\u011f\u0131ndaki bayt de\u011ferini it +instruction.pushbyte.description= +instruction.pushbyte.stackBefore= +instruction.pushbyte.stackAfter=byteValue +instruction.pushbyte.operands=de\u011fer +instruction.pushshort.shortDescription=Y\u0131\u011f\u0131ndaki k\u0131sa de\u011feri it +instruction.pushshort.description= +instruction.pushshort.stackBefore= +instruction.pushshort.stackAfter=shortValue +instruction.pushshort.operands=de\u011fer +instruction.pushtrue.shortDescription=Y\u0131\u011f\u0131n \u00fczerinde do\u011fruyu it +instruction.pushtrue.description= +instruction.pushtrue.stackBefore= +instruction.pushtrue.stackAfter=do\u011fru +instruction.pushtrue.operands= +instruction.pushfalse.shortDescription=Y\u0131\u011f\u0131n \u00fczerinde yanl\u0131\u015f\u0131 it +instruction.pushfalse.description= +instruction.pushfalse.stackBefore= +instruction.pushfalse.stackAfter=yanl\u0131\u015f +instruction.pushfalse.operands= +instruction.pushnan.shortDescription=Y\u0131\u011f\u0131n \u00fczerinde NaN de\u011ferini it +instruction.pushnan.description= +instruction.pushnan.stackBefore= +instruction.pushnan.stackAfter=NaN +instruction.pushnan.operands= +instruction.pop.shortDescription=Y\u0131\u011f\u0131ndan en y\u00fcksek de\u011feri at +instruction.pop.description= +instruction.pop.stackBefore=de\u011fer +instruction.pop.stackAfter= +instruction.pop.operands= +instruction.dup.shortDescription=Y\u0131\u011f\u0131ndaki yinelenen de\u011fer +instruction.dup.description= +instruction.dup.stackBefore=de\u011fer +instruction.dup.stackAfter=de\u011fer, de\u011fer +instruction.dup.operands= +instruction.swap.shortDescription=Y\u0131\u011f\u0131n\u0131n \u00fcst\u00fcnde iki de\u011feri de\u011fi\u015ftir +instruction.swap.description= +instruction.swap.stackBefore=de\u011fer1, de\u011fer2 +instruction.swap.stackAfter=de\u011fer2, de\u011fer1 +instruction.swap.operands= +instruction.pushstring.shortDescription=Y\u0131\u011f\u0131ndaki dize de\u011ferini it +instruction.pushstring.description= +instruction.pushstring.stackBefore= +instruction.pushstring.stackAfter=stringValue +instruction.pushstring.operands=de\u011fer +instruction.pushint.shortDescription=Y\u0131\u011f\u0131ndaki tamsay\u0131 de\u011ferini it +instruction.pushint.description= +instruction.pushint.stackBefore= +instruction.pushint.stackAfter=intValue +instruction.pushint.operands=de\u011fer +instruction.pushuint.shortDescription=Y\u0131\u011f\u0131n \u00fczerinde i\u015faretsiz tamsay\u0131 de\u011ferini it +instruction.pushuint.description= +instruction.pushuint.stackBefore= +instruction.pushuint.stackAfter=uintValue +instruction.pushuint.operands=de\u011fer +instruction.pushdouble.shortDescription=Y\u0131\u011f\u0131n \u00fczerinde \u00e7ift hassas de\u011feri it +instruction.pushdouble.description= +instruction.pushdouble.stackBefore= +instruction.pushdouble.stackAfter=doubleValue +instruction.pushdouble.operands=de\u011fer +instruction.pushscope.shortDescription=Kapsam y\u0131\u011f\u0131n\u0131ndaki nesneyi it +instruction.pushscope.description= +instruction.pushscope.stackBefore=nesne +instruction.pushscope.stackAfter= +instruction.pushscope.operands= +instruction.pushnamespace.shortDescription=Y\u0131\u011f\u0131n \u00fczerinde isim alan\u0131 it +instruction.pushnamespace.description= +instruction.pushnamespace.stackBefore= +instruction.pushnamespace.stackAfter=ad alan\u0131 +instruction.pushnamespace.operands=de\u011fer +instruction.hasnext2.shortDescription=Nesnenin daha fazla \u00f6zelli\u011fi olup olmad\u0131\u011f\u0131n\u0131 kontrol edin (kay\u0131t tabanl\u0131) +instruction.hasnext2.description= +instruction.hasnext2.stackBefore= +instruction.hasnext2.stackAfter=boolValue +instruction.hasnext2.operands=objectReg, indexReg +instruction.pushdecimal.shortDescription=Y\u0131\u011f\u0131n \u00fczerinde ondal\u0131k de\u011feri it +instruction.pushdecimal.description= +instruction.pushdecimal.stackBefore= +instruction.pushdecimal.stackAfter=decimalValue +instruction.pushdecimal.operands=de\u011fer +instruction.pushdnan.shortDescription=Y\u0131\u011f\u0131n \u00fczerinde ondal\u0131k NaN de\u011ferini it +instruction.pushdnan.description= +instruction.pushdnan.stackBefore= +instruction.pushdnan.stackAfter=decimalNaN +instruction.pushdnan.operands= +instruction.li8.shortDescription=8bit tamsay\u0131 de\u011ferini y\u00fckle +instruction.li8.description= +instruction.li8.stackBefore=adres +instruction.li8.stackAfter=int8Value +instruction.li8.operands= +instruction.li16.shortDescription=16bit tamsay\u0131 de\u011ferini y\u00fckle +instruction.li16.description= +instruction.li16.stackBefore=adres +instruction.li16.stackAfter=int16Value +instruction.li16.operands= +instruction.li32.shortDescription=32bit tam say\u0131 de\u011ferini y\u00fckle +instruction.li32.description= +instruction.li32.stackBefore=adres +instruction.li32.stackAfter=int32Value +instruction.li32.operands= +instruction.lf32.shortDescription=32bit kayan de\u011feri y\u00fckle +instruction.lf32.description= +instruction.lf32.stackBefore=adres +instruction.lf32.stackAfter=float32Value +instruction.lf32.operands= +instruction.lf64.shortDescription=64bit kayan de\u011feri y\u00fckle +instruction.lf64.description= +instruction.lf64.stackBefore=adres +instruction.lf64.stackAfter=float64Value +instruction.lf64.operands= +instruction.si8.shortDescription=8bit tamsay\u0131 de\u011ferini sakla +instruction.si8.description= +instruction.si8.stackBefore=de\u011fer, adres +instruction.si8.stackAfter= +instruction.si8.operands= +instruction.si16.shortDescription=16bit tamsay\u0131 de\u011ferini sakla +instruction.si16.description= +instruction.si16.stackBefore=de\u011fer, adres +instruction.si16.stackAfter= +instruction.si16.operands= +instruction.si32.shortDescription=32bit tamsay\u0131 de\u011ferini sakla +instruction.si32.description= +instruction.si32.stackBefore=de\u011fer, adres +instruction.si32.stackAfter= +instruction.si32.operands= +instruction.sf32.shortDescription=32bit kayan de\u011feri sakla +instruction.sf32.description= +instruction.sf32.stackBefore=de\u011fer, adres +instruction.sf32.stackAfter= +instruction.sf32.operands= +instruction.sf64.shortDescription=64bit kayan de\u011feri sakla +instruction.sf64.description= +instruction.sf64.stackBefore=de\u011fer, adres +instruction.sf64.stackAfter= +instruction.sf64.operands= +instruction.newfunction.shortDescription=Yeni \u0130\u015flev nesnesi olu\u015ftur +instruction.newfunction.description= +instruction.newfunction.stackBefore= +instruction.newfunction.stackAfter=i\u015flev +instruction.newfunction.operands=y\u00f6ntem +instruction.call.shortDescription=Y\u0131\u011f\u0131n \u00fczerinde i\u015flev \u00e7a\u011f\u0131r +instruction.call.description= +instruction.call.stackBefore=i\u015flev, bu, arg1, ..., argN +instruction.call.stackAfter=de\u011fer +instruction.call.operands=argCount +instruction.construct.shortDescription=Y\u0131\u011f\u0131ndaki yap\u0131c\u0131 i\u015flevini \u00e7a\u011f\u0131r +instruction.construct.description= +instruction.construct.stackBefore=i\u015flev, arg1, ..., argN +instruction.construct.stackAfter=de\u011fer +instruction.construct.operands=argCount +instruction.callmethod.shortDescription=Nesnenin y\u00f6ntemini g\u00f6nderim kimli\u011fine g\u00f6re \u00e7a\u011f\u0131r +instruction.callmethod.description= +instruction.callmethod.stackBefore=bu, arg1, ..., argN +instruction.callmethod.stackAfter=de\u011fer +instruction.callmethod.operands=y\u00f6ntem, argCount +instruction.callstatic.shortDescription=ABC dosyas\u0131ndaki y\u00f6ntem kimli\u011fine g\u00f6re y\u00f6ntem \u00e7a\u011f\u0131r +instruction.callstatic.description= +instruction.callstatic.stackBefore=bu, arg1, ..., argN +instruction.callstatic.stackAfter=de\u011fer +instruction.callstatic.operands=y\u00f6ntem, argCount +instruction.callsuper.shortDescription=Ana s\u0131n\u0131fta y\u00f6ntem \u00e7a\u011f\u0131r +instruction.callsuper.description= +instruction.callsuper.stackBefore=nesne, [ns], [name], arg1, ..., argN +instruction.callsuper.stackAfter=de\u011fer +instruction.callsuper.operands=methodName, argCount +instruction.callproperty.shortDescription=\u00d6zellik \u00e7a\u011f\u0131r +instruction.callproperty.description= +instruction.callproperty.stackBefore=nesne, [ns], [name], arg1, ..., argN +instruction.callproperty.stackAfter=de\u011fer +instruction.callproperty.operands=\u00f6zellik, argCount +instruction.returnvoid.shortDescription=Bir y\u00f6ntemden d\u00f6n\u00fc\u015f +instruction.returnvoid.description= +instruction.returnvoid.stackBefore= +instruction.returnvoid.stackAfter= +instruction.returnvoid.operands= +instruction.returnvalue.shortDescription=Bir y\u00f6ntemden d\u00f6n\u00fc\u015f de\u011feri +instruction.returnvalue.description= +instruction.returnvalue.stackBefore=de\u011fer +instruction.returnvalue.stackAfter= +instruction.returnvalue.operands= +instruction.constructsuper.shortDescription=Bir nesnenin \u00fcst yap\u0131c\u0131s\u0131n\u0131 \u00e7a\u011f\u0131r +instruction.constructsuper.description= +instruction.constructsuper.stackBefore=nesne, arg1, ..., argN +instruction.constructsuper.stackAfter= +instruction.constructsuper.operands=argCount +instruction.constructprop.shortDescription=Bir nesnenin \u00f6zelli\u011fini olu\u015ftur +instruction.constructprop.description= +instruction.constructprop.stackBefore=nesne, [ns], [name], arg1, ..., argN +instruction.constructprop.stackAfter=de\u011fer +instruction.constructprop.operands=\u00f6zellik, argCount #Undocumented: - - -instruction.callsuperid.shortDescription = S\u00fcper kimli\u011fi \u00e7a\u011f\u0131r -instruction.callsuperid.description = +instruction.callsuperid.shortDescription=S\u00fcper kimli\u011fi \u00e7a\u011f\u0131r +instruction.callsuperid.description= #instruction.callsuperid.stackBefore = #instruction.callsuperid.stackAfter = #instruction.callsuperid.operands = - - - -instruction.callproplex.shortDescription = Bu \u00f6zelli\u011fi bo\u015f ile \u00e7a\u011f\u0131r -instruction.callproplex.description = -instruction.callproplex.stackBefore = nesne, [ns], [name], arg1, ..., argN -instruction.callproplex.stackAfter = de\u011fer -instruction.callproplex.operands = \u00f6zellik, argCount - +instruction.callproplex.shortDescription=Bu \u00f6zelli\u011fi bo\u015f ile \u00e7a\u011f\u0131r +instruction.callproplex.description= +instruction.callproplex.stackBefore=nesne, [ns], [name], arg1, ..., argN +instruction.callproplex.stackAfter=de\u011fer +instruction.callproplex.operands=\u00f6zellik, argCount #Undocumented: - - -instruction.callinterface.shortDescription = \u00c7a\u011fr\u0131 aray\u00fcz\u00fc -instruction.callinterface.description = +instruction.callinterface.shortDescription=\u00c7a\u011fr\u0131 aray\u00fcz\u00fc +instruction.callinterface.description= #instruction.callinterface.stackBefore = #instruction.callinterface.stackAfter = - - -instruction.callinterface.operands = aray\u00fcz, argCount - - - - -instruction.callsupervoid.shortDescription = \u00dcst s\u0131n\u0131ftaki y\u00f6ntemi \u00e7a\u011f\u0131r\u0131n, d\u00f6n\u00fc\u015f de\u011ferini at\u0131n -instruction.callsupervoid.description = -instruction.callsupervoid.stackBefore = nesne, [ns], [name], arg1, ..., argN -instruction.callsupervoid.stackAfter = -instruction.callsupervoid.operands = methodName, argCount - - - - -instruction.callpropvoid.shortDescription = \u00d6zelli\u011fi \u00e7a\u011f\u0131r, d\u00f6n\u00fc\u015f de\u011ferini at -instruction.callpropvoid.description = -instruction.callpropvoid.stackBefore = nesne, [ns], [name], arg1, ..., argN -instruction.callpropvoid.stackAfter = -instruction.callpropvoid.operands = \u00f6zellik, argCount - - - -instruction.sxi1.shortDescription = \u0130\u015faret, 1 bitlik de\u011feri 32 bite geni\u015fletir -instruction.sxi1.description = -instruction.sxi1.stackBefore = de\u011fer -instruction.sxi1.stackAfter = valueExtended -instruction.sxi1.operands = - - - -instruction.sxi8.shortDescription = \u0130\u015faret, 8 bitlik de\u011feri 32 bite geni\u015fletir -instruction.sxi8.description = -instruction.sxi8.stackBefore = de\u011fer -instruction.sxi8.stackAfter = valueExtended -instruction.sxi8.operands = - - - -instruction.sxi16.shortDescription = \u0130\u015faret, 16 bitlik de\u011feri 32 bit'e geni\u015fletir -instruction.sxi16.description = -instruction.sxi16.stackBefore = de\u011fer -instruction.sxi16.stackAfter = valueExtended -instruction.sxi16.operands = - - - -instruction.applytype.shortDescription = T\u00fcr parametreleri uygula -instruction.applytype.description = Temel t\u00fcre parametre t\u00fcrlerini uygulay\u0131n. \u00d6rne\u011fin, \u00e7al\u0131\u015fma zaman\u0131nda Vector \u00e7\u00f6z\u00fcmlendi\u011finde. String parametredir, Vector temel s\u0131n\u0131ft\u0131r. -instruction.applytype.stackBefore = baseType, typeParam1, ..., typeParamN -instruction.applytype.stackAfter = baseType -instruction.applytype.operands = typeParamCount - - - -instruction.pushfloat4.shortDescription = Y\u0131\u011f\u0131ndaki float4 de\u011ferini it -instruction.pushfloat4.description = -instruction.pushfloat4.stackBefore = -instruction.pushfloat4.stackAfter = float4Value -instruction.pushfloat4.operands = float4 - - - -instruction.newobject.shortDescription = Yeni nesne olu\u015fturur -instruction.newobject.description = -instruction.newobject.stackBefore = isim1, de\u011fer1, isim2, de\u011fer2, ..., isimN, de\u011ferN -instruction.newobject.stackAfter = newObject -instruction.newobject.operands = propertyCount - - - -instruction.newarray.shortDescription = Yeni dizi olu\u015fturur -instruction.newarray.description = -instruction.newarray.stackBefore = de\u011fer1, de\u011fer2, ..., de\u011ferN -instruction.newarray.stackAfter = newArray -instruction.newarray.operands = valueCount - - - -instruction.newactivation.shortDescription = Yeni etkinle\u015ftirme nesnesi olu\u015fturur -instruction.newactivation.description = -instruction.newactivation.stackBefore = -instruction.newactivation.stackAfter = newActivation -instruction.newactivation.operands = - - - -instruction.newclass.shortDescription = Yeni s\u0131n\u0131f olu\u015fturur -instruction.newclass.description = -instruction.newclass.stackBefore = baseType -instruction.newclass.stackAfter = newClass -instruction.newclass.operands = s\u0131n\u0131f - - - -instruction.getdescendants.shortDescription = Alt soylar\u0131 al -instruction.getdescendants.description = -instruction.getdescendants.stackBefore = nesne, [ns], [name] -instruction.getdescendants.stackAfter = de\u011fer -instruction.getdescendants.operands = operand1 - - - -instruction.newcatch.shortDescription = Yeni yakalama kapsam\u0131 olu\u015ftur -instruction.newcatch.description = -instruction.newcatch.stackBefore = -instruction.newcatch.stackAfter = catchScope -instruction.newcatch.operands = istisna - +instruction.callinterface.operands=aray\u00fcz, argCount +instruction.callsupervoid.shortDescription=\u00dcst s\u0131n\u0131ftaki y\u00f6ntemi \u00e7a\u011f\u0131r\u0131n, d\u00f6n\u00fc\u015f de\u011ferini at\u0131n +instruction.callsupervoid.description= +instruction.callsupervoid.stackBefore=nesne, [ns], [name], arg1, ..., argN +instruction.callsupervoid.stackAfter= +instruction.callsupervoid.operands=methodName, argCount +instruction.callpropvoid.shortDescription=\u00d6zelli\u011fi \u00e7a\u011f\u0131r, d\u00f6n\u00fc\u015f de\u011ferini at +instruction.callpropvoid.description= +instruction.callpropvoid.stackBefore=nesne, [ns], [name], arg1, ..., argN +instruction.callpropvoid.stackAfter= +instruction.callpropvoid.operands=\u00f6zellik, argCount +instruction.sxi1.shortDescription=\u0130\u015faret, 1 bitlik de\u011feri 32 bite geni\u015fletir +instruction.sxi1.description= +instruction.sxi1.stackBefore=de\u011fer +instruction.sxi1.stackAfter=valueExtended +instruction.sxi1.operands= +instruction.sxi8.shortDescription=\u0130\u015faret, 8 bitlik de\u011feri 32 bite geni\u015fletir +instruction.sxi8.description= +instruction.sxi8.stackBefore=de\u011fer +instruction.sxi8.stackAfter=valueExtended +instruction.sxi8.operands= +instruction.sxi16.shortDescription=\u0130\u015faret, 16 bitlik de\u011feri 32 bit'e geni\u015fletir +instruction.sxi16.description= +instruction.sxi16.stackBefore=de\u011fer +instruction.sxi16.stackAfter=valueExtended +instruction.sxi16.operands= +instruction.applytype.shortDescription=T\u00fcr parametreleri uygula +instruction.applytype.description=Temel t\u00fcre parametre t\u00fcrlerini uygulay\u0131n. \u00d6rne\u011fin, \u00e7al\u0131\u015fma zaman\u0131nda Vector \u00e7\u00f6z\u00fcmlendi\u011finde. String parametredir, Vector temel s\u0131n\u0131ft\u0131r. +instruction.applytype.stackBefore=baseType, typeParam1, ..., typeParamN +instruction.applytype.stackAfter=baseType +instruction.applytype.operands=typeParamCount +instruction.pushfloat4.shortDescription=Y\u0131\u011f\u0131ndaki float4 de\u011ferini it +instruction.pushfloat4.description= +instruction.pushfloat4.stackBefore= +instruction.pushfloat4.stackAfter=float4Value +instruction.pushfloat4.operands=float4 +instruction.newobject.shortDescription=Yeni nesne olu\u015fturur +instruction.newobject.description= +instruction.newobject.stackBefore=isim1, de\u011fer1, isim2, de\u011fer2, ..., isimN, de\u011ferN +instruction.newobject.stackAfter=newObject +instruction.newobject.operands=propertyCount +instruction.newarray.shortDescription=Yeni dizi olu\u015fturur +instruction.newarray.description= +instruction.newarray.stackBefore=de\u011fer1, de\u011fer2, ..., de\u011ferN +instruction.newarray.stackAfter=newArray +instruction.newarray.operands=valueCount +instruction.newactivation.shortDescription=Yeni etkinle\u015ftirme nesnesi olu\u015fturur +instruction.newactivation.description= +instruction.newactivation.stackBefore= +instruction.newactivation.stackAfter=newActivation +instruction.newactivation.operands= +instruction.newclass.shortDescription=Yeni s\u0131n\u0131f olu\u015fturur +instruction.newclass.description= +instruction.newclass.stackBefore=baseType +instruction.newclass.stackAfter=newClass +instruction.newclass.operands=s\u0131n\u0131f +instruction.getdescendants.shortDescription=Alt soylar\u0131 al +instruction.getdescendants.description= +instruction.getdescendants.stackBefore=nesne, [ns], [name] +instruction.getdescendants.stackAfter=de\u011fer +instruction.getdescendants.operands=operand1 +instruction.newcatch.shortDescription=Yeni yakalama kapsam\u0131 olu\u015ftur +instruction.newcatch.description= +instruction.newcatch.stackBefore= +instruction.newcatch.stackAfter=catchScope +instruction.newcatch.operands=istisna #Undocumented: - - -instruction.deldescendants.shortDescription = Alt soylar\u0131 sil -instruction.deldescendants.description = +instruction.deldescendants.shortDescription=Alt soylar\u0131 sil +instruction.deldescendants.description= #instruction.deldescendants.stackBefore = #instruction.deldescendants.stackAfter = - - -instruction.deldescendants.operands = multinameIndex - +instruction.deldescendants.operands=multinameIndex #Undocumented: - - -instruction.findpropglobal.shortDescription = Global kapsamda \u00f6zellik ara -instruction.findpropglobal.description = -instruction.findpropglobal.stackBefore = [ns], [name] -instruction.findpropglobal.stackAfter = nesne -instruction.findpropglobal.operands = \u00f6zellik - - - -instruction.findpropstrict.shortDescription = Kapsam y\u0131\u011f\u0131n\u0131nda \u00f6zellik ara, bulunamad\u0131\u011f\u0131nda hata -instruction.findpropstrict.description = -instruction.findpropstrict.stackBefore = [ns], [name] -instruction.findpropstrict.stackAfter = nesne -instruction.findpropstrict.operands = \u00f6zellik - - - -instruction.findproperty.shortDescription = Kapsam y\u0131\u011f\u0131n\u0131nda \u00f6zellik ara, bulunamad\u0131\u011f\u0131nda \u00fcst nesne -instruction.findproperty.description = -instruction.findproperty.stackBefore = [ns], [name] -instruction.findproperty.stackAfter = nesne -instruction.findproperty.operands = \u00f6zellik - +instruction.findpropglobal.shortDescription=Global kapsamda \u00f6zellik ara +instruction.findpropglobal.description= +instruction.findpropglobal.stackBefore=[ns], [name] +instruction.findpropglobal.stackAfter=nesne +instruction.findpropglobal.operands=\u00f6zellik +instruction.findpropstrict.shortDescription=Kapsam y\u0131\u011f\u0131n\u0131nda \u00f6zellik ara, bulunamad\u0131\u011f\u0131nda hata +instruction.findpropstrict.description= +instruction.findpropstrict.stackBefore=[ns], [name] +instruction.findpropstrict.stackAfter=nesne +instruction.findpropstrict.operands=\u00f6zellik +instruction.findproperty.shortDescription=Kapsam y\u0131\u011f\u0131n\u0131nda \u00f6zellik ara, bulunamad\u0131\u011f\u0131nda \u00fcst nesne +instruction.findproperty.description= +instruction.findproperty.stackBefore=[ns], [name] +instruction.findproperty.stackAfter=nesne +instruction.findproperty.operands=\u00f6zellik #Undocumented: - - -instruction.finddef.shortDescription = Komut dosyas\u0131 d\u00fczeyi tan\u0131m\u0131 ara -instruction.finddef.description = -instruction.finddef.stackBefore = [ns], [name] -instruction.finddef.stackAfter = nesne -instruction.finddef.operands = \u00f6zellik - - - -instruction.getlex.shortDescription = \u00d6zellik bul ve al -instruction.getlex.description = -instruction.getlex.stackBefore = -instruction.getlex.stackAfter = nesne -instruction.getlex.operands = \u00f6zellik - - - -instruction.setproperty.shortDescription = \u00d6zellik ayarla -instruction.setproperty.description = -instruction.setproperty.stackBefore = nesne, [ns], [name], de\u011fer -instruction.setproperty.stackAfter = -instruction.setproperty.operands = \u00f6zellik - - - -instruction.getlocal.shortDescription = Yerel kay\u0131t de\u011feri al -instruction.getlocal.description = -instruction.getlocal.stackBefore = -instruction.getlocal.stackAfter = de\u011fer -instruction.getlocal.operands = localRegIndex - - - -instruction.setlocal.shortDescription = Yerel kay\u0131t de\u011feri ayarla -instruction.setlocal.description = -instruction.setlocal.stackBefore = de\u011fer -instruction.setlocal.stackAfter = -instruction.setlocal.operands = localRegIndex - - - -instruction.getglobalscope.shortDescription = K\u00fcresel kapsam\u0131 al -instruction.getglobalscope.description = -instruction.getglobalscope.stackBefore = -instruction.getglobalscope.stackAfter = nesne -instruction.getglobalscope.operands = - - - -instruction.getscopeobject.shortDescription = Yerel kapsam y\u0131\u011f\u0131n\u0131ndan kapsam nesnesini al -instruction.getscopeobject.description = -instruction.getscopeobject.stackBefore = -instruction.getscopeobject.stackAfter = nesne -instruction.getscopeobject.operands = scopeIndex - - - -instruction.getproperty.shortDescription = \u00d6zellik al -instruction.getproperty.description = -instruction.getproperty.stackBefore = nesne, [ns], [name] -instruction.getproperty.stackAfter = de\u011fer -instruction.getproperty.operands = \u00f6zellik - - - -instruction.getouterscope.shortDescription = D\u0131\u015f kapsam y\u0131\u011f\u0131n\u0131ndan kapsam nesnesini al -instruction.getouterscope.description = -instruction.getouterscope.stackBefore = -instruction.getouterscope.stackAfter = nesne -instruction.getouterscope.operands = scopeIndex - - - -instruction.initproperty.shortDescription = Ba\u015flatma \u00f6zelli\u011fi -instruction.initproperty.description = -instruction.initproperty.stackBefore = nesne, [ns], [name], de\u011fer -instruction.initproperty.stackAfter = -instruction.initproperty.operands = \u00f6zellik - +instruction.finddef.shortDescription=Komut dosyas\u0131 d\u00fczeyi tan\u0131m\u0131 ara +instruction.finddef.description= +instruction.finddef.stackBefore=[ns], [name] +instruction.finddef.stackAfter=nesne +instruction.finddef.operands=\u00f6zellik +instruction.getlex.shortDescription=\u00d6zellik bul ve al +instruction.getlex.description= +instruction.getlex.stackBefore= +instruction.getlex.stackAfter=nesne +instruction.getlex.operands=\u00f6zellik +instruction.setproperty.shortDescription=\u00d6zellik ayarla +instruction.setproperty.description= +instruction.setproperty.stackBefore=nesne, [ns], [name], de\u011fer +instruction.setproperty.stackAfter= +instruction.setproperty.operands=\u00f6zellik +instruction.getlocal.shortDescription=Yerel kay\u0131t de\u011feri al +instruction.getlocal.description= +instruction.getlocal.stackBefore= +instruction.getlocal.stackAfter=de\u011fer +instruction.getlocal.operands=localRegIndex +instruction.setlocal.shortDescription=Yerel kay\u0131t de\u011feri ayarla +instruction.setlocal.description= +instruction.setlocal.stackBefore=de\u011fer +instruction.setlocal.stackAfter= +instruction.setlocal.operands=localRegIndex +instruction.getglobalscope.shortDescription=K\u00fcresel kapsam\u0131 al +instruction.getglobalscope.description= +instruction.getglobalscope.stackBefore= +instruction.getglobalscope.stackAfter=nesne +instruction.getglobalscope.operands= +instruction.getscopeobject.shortDescription=Yerel kapsam y\u0131\u011f\u0131n\u0131ndan kapsam nesnesini al +instruction.getscopeobject.description= +instruction.getscopeobject.stackBefore= +instruction.getscopeobject.stackAfter=nesne +instruction.getscopeobject.operands=scopeIndex +instruction.getproperty.shortDescription=\u00d6zellik al +instruction.getproperty.description= +instruction.getproperty.stackBefore=nesne, [ns], [name] +instruction.getproperty.stackAfter=de\u011fer +instruction.getproperty.operands=\u00f6zellik +instruction.getouterscope.shortDescription=D\u0131\u015f kapsam y\u0131\u011f\u0131n\u0131ndan kapsam nesnesini al +instruction.getouterscope.description= +instruction.getouterscope.stackBefore= +instruction.getouterscope.stackAfter=nesne +instruction.getouterscope.operands=scopeIndex +instruction.initproperty.shortDescription=Ba\u015flatma \u00f6zelli\u011fi +instruction.initproperty.description= +instruction.initproperty.stackBefore=nesne, [ns], [name], de\u011fer +instruction.initproperty.stackAfter= +instruction.initproperty.operands=\u00f6zellik #Undocumented: - - -instruction.setpropertylate.shortDescription = \u00d6zellik ayarla (y\u0131\u011f\u0131n tabanl\u0131) -instruction.setpropertylate.description = +instruction.setpropertylate.shortDescription=\u00d6zellik ayarla (y\u0131\u011f\u0131n tabanl\u0131) +instruction.setpropertylate.description= #instruction.setpropertylate.stackBefore = #instruction.setpropertylate.stackAfter = #instruction.setpropertylate.operands = - - - -instruction.deleteproperty.shortDescription = \u00d6zellik sil -instruction.deleteproperty.description = -instruction.deleteproperty.stackBefore = nesne, [ns], [name] -instruction.deleteproperty.stackAfter = boolResult -instruction.deleteproperty.operands = \u00f6zellik - +instruction.deleteproperty.shortDescription=\u00d6zellik sil +instruction.deleteproperty.description= +instruction.deleteproperty.stackBefore=nesne, [ns], [name] +instruction.deleteproperty.stackAfter=boolResult +instruction.deleteproperty.operands=\u00f6zellik #Undocumented: - - -instruction.deletepropertylate.shortDescription = \u00d6zellik sil (y\u0131\u011f\u0131n tabanl\u0131) -instruction.deletepropertylate.description = +instruction.deletepropertylate.shortDescription=\u00d6zellik sil (y\u0131\u011f\u0131n tabanl\u0131) +instruction.deletepropertylate.description= #instruction.deletepropertylate.stackBefore = #instruction.deletepropertylate.stackAfter = - - -instruction.deletepropertylate.operands = - - - -instruction.getslot.shortDescription = Bir yuvan\u0131n de\u011ferini al -instruction.getslot.description = -instruction.getslot.stackBefore = nesne -instruction.getslot.stackAfter = de\u011fer -instruction.getslot.operands = slotIndex - - - -instruction.setslot.shortDescription = Bir yuvan\u0131n de\u011ferini ayarla -instruction.setslot.description = -instruction.setslot.stackBefore = nesne, de\u011fer -instruction.setslot.stackAfter = -instruction.setslot.operands = slotIndex - - - -instruction.getglobalslot.shortDescription = Genel kapsamda yuvan\u0131n de\u011ferini al -instruction.getglobalslot.description = -instruction.getglobalslot.stackBefore = -instruction.getglobalslot.stackAfter = de\u011fer -instruction.getglobalslot.operands = slotIndex - - - -instruction.setglobalslot.shortDescription = Genel kapsamda yuvan\u0131n de\u011ferini ayarla -instruction.setglobalslot.description = -instruction.setglobalslot.stackBefore = de\u011fer -instruction.setglobalslot.stackAfter = -instruction.setglobalslot.operands = slotIndex - - - -instruction.convert_s.shortDescription = De\u011feri dizeye d\u00f6n\u00fc\u015ft\u00fcr -instruction.convert_s.description = -instruction.convert_s.stackBefore = de\u011fer -instruction.convert_s.stackAfter = stringValue -instruction.convert_s.operands = - - - -instruction.esc_xelem.shortDescription = XML \u00f6\u011fesinden ka\u00e7\u0131\u015f -instruction.esc_xelem.description = -instruction.esc_xelem.stackBefore = de\u011fer -instruction.esc_xelem.stackAfter = stringValue -instruction.esc_xelem.operands = - - - -instruction.esc_xattr.shortDescription = XML \u00f6zniteli\u011finden ka\u00e7\u0131\u015f -instruction.esc_xattr.description = -instruction.esc_xattr.stackBefore = de\u011fer -instruction.esc_xattr.stackAfter = stringValue -instruction.esc_xattr.operands = - - - -instruction.convert_i.shortDescription = De\u011feri tamsay\u0131ya d\u00f6n\u00fc\u015ft\u00fcr -instruction.convert_i.description = -instruction.convert_i.stackBefore = de\u011fer -instruction.convert_i.stackAfter = intValue -instruction.convert_i.operands = - - - -instruction.convert_u.shortDescription = De\u011feri i\u015faretsiz tamsay\u0131ya d\u00f6n\u00fc\u015ft\u00fcr -instruction.convert_u.description = -instruction.convert_u.stackBefore = de\u011fer -instruction.convert_u.stackAfter = uintValue -instruction.convert_u.operands = - - - -instruction.convert_d.shortDescription = De\u011feri \u00e7ifte d\u00f6n\u00fc\u015ft\u00fcr -instruction.convert_d.description = -instruction.convert_d.stackBefore = de\u011fer -instruction.convert_d.stackAfter = doubleValue -instruction.convert_d.operands = - - - -instruction.convert_b.shortDescription = De\u011feri booleana d\u00f6n\u00fc\u015ft\u00fcr -instruction.convert_b.description = -instruction.convert_b.stackBefore = de\u011fer -instruction.convert_b.stackAfter = booleanValue -instruction.convert_b.operands = - - - -instruction.convert_o.shortDescription = De\u011feri nesneye d\u00f6n\u00fc\u015ft\u00fcr -instruction.convert_o.description = -instruction.convert_o.stackBefore = de\u011fer -instruction.convert_o.stackAfter = de\u011fer -instruction.convert_o.operands = - - - -instruction.checkfilter.shortDescription = Nesneye filtre i\u015flemi uygulanabilece\u011fini kontrol edin -instruction.checkfilter.description = -instruction.checkfilter.stackBefore = de\u011fer -instruction.checkfilter.stackAfter = de\u011fer -instruction.checkfilter.operands = - - - -instruction.convert_m.shortDescription = De\u011feri ondal\u0131k say\u0131ya d\u00f6n\u00fc\u015ft\u00fcr -instruction.convert_m.description = -instruction.convert_m.stackBefore = de\u011fer -instruction.convert_m.stackAfter = decimalValue -instruction.convert_m.operands = - - - -instruction.convert_m_p.shortDescription = Say\u0131 ba\u011flam\u0131 ile de\u011feri ondal\u0131\u011fa d\u00f6n\u00fc\u015ft\u00fcr -instruction.convert_m_p.description = -instruction.convert_m_p.stackBefore = de\u011fer -instruction.convert_m_p.stackAfter = decimalValue -instruction.convert_m_p.operands = numberContext - - - -instruction.convert_f.shortDescription = De\u011feri kayan noktaya d\u00f6n\u00fc\u015ft\u00fcr -instruction.convert_f.description = -instruction.convert_f.stackBefore = de\u011fer -instruction.convert_f.stackAfter = floatValue -instruction.convert_f.operands = - - - -instruction.convert_f4.shortDescription = De\u011feri float4'e d\u00f6n\u00fc\u015ft\u00fcr -instruction.convert_f4.description = -instruction.convert_f4.stackBefore = de\u011fer -instruction.convert_f4.stackAfter = float4Value -instruction.convert_f4.operands = - - - -instruction.coerce.shortDescription = De\u011feri belirtilen t\u00fcre zorla -instruction.coerce.description = -instruction.coerce.stackBefore = de\u011fer -instruction.coerce.stackAfter = coercedValue -instruction.coerce.operands = t\u00fcr - - - -instruction.coerce_b.shortDescription = De\u011feri boolean de\u011ferine zorla -instruction.coerce_b.description = -instruction.coerce_b.stackBefore = de\u011fer -instruction.coerce_b.stackAfter = booleanValue -instruction.coerce_b.operands = -instruction.coerce_b.deprecated = Bunun yerine convert_b kullan - - - -instruction.coerce_a.shortDescription = De\u011feri herhangi bir t\u00fcre zorla -instruction.coerce_a.description = -instruction.coerce_a.stackBefore = de\u011fer -instruction.coerce_a.stackAfter = de\u011fer -instruction.coerce_a.operands = - - - -instruction.coerce_i.shortDescription = De\u011feri tamsay\u0131ya zorla -instruction.coerce_i.description = -instruction.coerce_i.stackBefore = de\u011fer -instruction.coerce_i.stackAfter = intValue -instruction.coerce_i.operands = -instruction.coerce_i.deprecated = Bunun yerine convert_i kullan - - - -instruction.coerce_d.shortDescription = De\u011feri ikiye katlamaya zorla -instruction.coerce_d.description = -instruction.coerce_d.stackBefore = de\u011fer -instruction.coerce_d.stackAfter = doubleValue -instruction.coerce_d.operands = -instruction.coerce_d.deprecated = Bunun yerine convert_d kullan - - - -instruction.coerce_s.shortDescription = De\u011feri dizeye zorla -instruction.coerce_s.description = -instruction.coerce_s.stackBefore = de\u011fer -instruction.coerce_s.stackAfter = stringValue -instruction.coerce_s.operands = - - - -instruction.astype.shortDescription = T\u00fcr belirtilmemi\u015fse ayn\u0131 de\u011feri veya bo\u015f de\u011feri d\u00f6nd\u00fcr -instruction.astype.description = -instruction.astype.stackBefore = de\u011fer -instruction.astype.stackAfter = de\u011fer -instruction.astype.operands = t\u00fcr -instruction.astypelate.shortDescription = T\u00fcr belirtilmemi\u015fse ayn\u0131 de\u011feri veya bo\u015f de\u011feri d\u00f6nd\u00fcr (y\u0131\u011f\u0131n tabanl\u0131) -instruction.astypelate.description = -instruction.astypelate.stackBefore = de\u011fer, t\u00fcr -instruction.astypelate.stackAfter = de\u011fer -instruction.astypelate.operands = - - - -instruction.coerce_u.shortDescription = De\u011feri i\u015faretsiz tamsay\u0131ya zorla -instruction.coerce_u.description = -instruction.coerce_u.stackBefore = de\u011fer -instruction.coerce_u.stackAfter = uintValue -instruction.coerce_u.operands = - - - -instruction.coerce_o.shortDescription = De\u011feri nesneye zorla -instruction.coerce_o.description = -instruction.coerce_o.stackBefore = de\u011fer -instruction.coerce_o.stackAfter = de\u011fer -instruction.coerce_o.operands = - - - -instruction.negate_p.shortDescription = Say\u0131 ba\u011flam\u0131n\u0131 kullanarak de\u011feri negatifle\u015ftir -instruction.negate_p.description = -instruction.negate_p.stackBefore = de\u011fer -instruction.negate_p.stackAfter = -value -instruction.negate_p.operands = numberContext - - - -instruction.negate.shortDescription = De\u011feri negatifle\u015ftir -instruction.negate.description = -instruction.negate.stackBefore = de\u011fer -instruction.negate.stackAfter = -value -instruction.negate.operands = - - - -instruction.increment.shortDescription = De\u011fer art\u0131r -instruction.increment.description = -instruction.increment.stackBefore = de\u011fer -instruction.increment.stackAfter = incrementedValue -instruction.increment.operands = - - - -instruction.inclocal.shortDescription = Yerel kayd\u0131 art\u0131r -instruction.inclocal.description = -instruction.inclocal.stackBefore = -instruction.inclocal.stackAfter = -instruction.inclocal.operands = localRegister - - - -instruction.decrement.shortDescription = De\u011fer azalt -instruction.decrement.description = -instruction.decrement.stackBefore = de\u011fer -instruction.decrement.stackAfter = decrementedValue -instruction.decrement.operands = - - - -instruction.declocal.shortDescription = Yerel kayd\u0131 azalt -instruction.declocal.description = -instruction.declocal.stackBefore = -instruction.declocal.stackAfter = -instruction.declocal.operands = localRegister - - - -instruction.typeof.shortDescription = De\u011fer t\u00fcr\u00fcn\u00fcn ad\u0131n\u0131 al -instruction.typeof.description = -instruction.typeof.stackBefore = de\u011fer -instruction.typeof.stackAfter = typeName -instruction.typeof.operands = - - - -instruction.not.shortDescription = Boolean negatif -instruction.not.description = -instruction.not.stackBefore = de\u011fer -instruction.not.stackAfter = !value -instruction.not.operands = - - - -instruction.bitnot.shortDescription = Bitsel negatif -instruction.bitnot.description = -instruction.bitnot.stackBefore = de\u011fer -instruction.bitnot.stackAfter = ~value -instruction.bitnot.operands = - +instruction.deletepropertylate.operands= +instruction.getslot.shortDescription=Bir yuvan\u0131n de\u011ferini al +instruction.getslot.description= +instruction.getslot.stackBefore=nesne +instruction.getslot.stackAfter=de\u011fer +instruction.getslot.operands=slotIndex +instruction.setslot.shortDescription=Bir yuvan\u0131n de\u011ferini ayarla +instruction.setslot.description= +instruction.setslot.stackBefore=nesne, de\u011fer +instruction.setslot.stackAfter= +instruction.setslot.operands=slotIndex +instruction.getglobalslot.shortDescription=Genel kapsamda yuvan\u0131n de\u011ferini al +instruction.getglobalslot.description= +instruction.getglobalslot.stackBefore= +instruction.getglobalslot.stackAfter=de\u011fer +instruction.getglobalslot.operands=slotIndex +instruction.setglobalslot.shortDescription=Genel kapsamda yuvan\u0131n de\u011ferini ayarla +instruction.setglobalslot.description= +instruction.setglobalslot.stackBefore=de\u011fer +instruction.setglobalslot.stackAfter= +instruction.setglobalslot.operands=slotIndex +instruction.convert_s.shortDescription=De\u011feri dizeye d\u00f6n\u00fc\u015ft\u00fcr +instruction.convert_s.description= +instruction.convert_s.stackBefore=de\u011fer +instruction.convert_s.stackAfter=stringValue +instruction.convert_s.operands= +instruction.esc_xelem.shortDescription=XML \u00f6\u011fesinden ka\u00e7\u0131\u015f +instruction.esc_xelem.description= +instruction.esc_xelem.stackBefore=de\u011fer +instruction.esc_xelem.stackAfter=stringValue +instruction.esc_xelem.operands= +instruction.esc_xattr.shortDescription=XML \u00f6zniteli\u011finden ka\u00e7\u0131\u015f +instruction.esc_xattr.description= +instruction.esc_xattr.stackBefore=de\u011fer +instruction.esc_xattr.stackAfter=stringValue +instruction.esc_xattr.operands= +instruction.convert_i.shortDescription=De\u011feri tamsay\u0131ya d\u00f6n\u00fc\u015ft\u00fcr +instruction.convert_i.description= +instruction.convert_i.stackBefore=de\u011fer +instruction.convert_i.stackAfter=intValue +instruction.convert_i.operands= +instruction.convert_u.shortDescription=De\u011feri i\u015faretsiz tamsay\u0131ya d\u00f6n\u00fc\u015ft\u00fcr +instruction.convert_u.description= +instruction.convert_u.stackBefore=de\u011fer +instruction.convert_u.stackAfter=uintValue +instruction.convert_u.operands= +instruction.convert_d.shortDescription=De\u011feri \u00e7ifte d\u00f6n\u00fc\u015ft\u00fcr +instruction.convert_d.description= +instruction.convert_d.stackBefore=de\u011fer +instruction.convert_d.stackAfter=doubleValue +instruction.convert_d.operands= +instruction.convert_b.shortDescription=De\u011feri booleana d\u00f6n\u00fc\u015ft\u00fcr +instruction.convert_b.description= +instruction.convert_b.stackBefore=de\u011fer +instruction.convert_b.stackAfter=booleanValue +instruction.convert_b.operands= +instruction.convert_o.shortDescription=De\u011feri nesneye d\u00f6n\u00fc\u015ft\u00fcr +instruction.convert_o.description= +instruction.convert_o.stackBefore=de\u011fer +instruction.convert_o.stackAfter=de\u011fer +instruction.convert_o.operands= +instruction.checkfilter.shortDescription=Nesneye filtre i\u015flemi uygulanabilece\u011fini kontrol edin +instruction.checkfilter.description= +instruction.checkfilter.stackBefore=de\u011fer +instruction.checkfilter.stackAfter=de\u011fer +instruction.checkfilter.operands= +instruction.convert_m.shortDescription=De\u011feri ondal\u0131k say\u0131ya d\u00f6n\u00fc\u015ft\u00fcr +instruction.convert_m.description= +instruction.convert_m.stackBefore=de\u011fer +instruction.convert_m.stackAfter=decimalValue +instruction.convert_m.operands= +instruction.convert_m_p.shortDescription=Say\u0131 ba\u011flam\u0131 ile de\u011feri ondal\u0131\u011fa d\u00f6n\u00fc\u015ft\u00fcr +instruction.convert_m_p.description= +instruction.convert_m_p.stackBefore=de\u011fer +instruction.convert_m_p.stackAfter=decimalValue +instruction.convert_m_p.operands=numberContext +instruction.convert_f.shortDescription=De\u011feri kayan noktaya d\u00f6n\u00fc\u015ft\u00fcr +instruction.convert_f.description= +instruction.convert_f.stackBefore=de\u011fer +instruction.convert_f.stackAfter=floatValue +instruction.convert_f.operands= +instruction.convert_f4.shortDescription=De\u011feri float4'e d\u00f6n\u00fc\u015ft\u00fcr +instruction.convert_f4.description= +instruction.convert_f4.stackBefore=de\u011fer +instruction.convert_f4.stackAfter=float4Value +instruction.convert_f4.operands= +instruction.coerce.shortDescription=De\u011feri belirtilen t\u00fcre zorla +instruction.coerce.description= +instruction.coerce.stackBefore=de\u011fer +instruction.coerce.stackAfter=coercedValue +instruction.coerce.operands=t\u00fcr +instruction.coerce_b.shortDescription=De\u011feri boolean de\u011ferine zorla +instruction.coerce_b.description= +instruction.coerce_b.stackBefore=de\u011fer +instruction.coerce_b.stackAfter=booleanValue +instruction.coerce_b.operands= +instruction.coerce_b.deprecated=Bunun yerine convert_b kullan +instruction.coerce_a.shortDescription=De\u011feri herhangi bir t\u00fcre zorla +instruction.coerce_a.description= +instruction.coerce_a.stackBefore=de\u011fer +instruction.coerce_a.stackAfter=de\u011fer +instruction.coerce_a.operands= +instruction.coerce_i.shortDescription=De\u011feri tamsay\u0131ya zorla +instruction.coerce_i.description= +instruction.coerce_i.stackBefore=de\u011fer +instruction.coerce_i.stackAfter=intValue +instruction.coerce_i.operands= +instruction.coerce_i.deprecated=Bunun yerine convert_i kullan +instruction.coerce_d.shortDescription=De\u011feri ikiye katlamaya zorla +instruction.coerce_d.description= +instruction.coerce_d.stackBefore=de\u011fer +instruction.coerce_d.stackAfter=doubleValue +instruction.coerce_d.operands= +instruction.coerce_d.deprecated=Bunun yerine convert_d kullan +instruction.coerce_s.shortDescription=De\u011feri dizeye zorla +instruction.coerce_s.description= +instruction.coerce_s.stackBefore=de\u011fer +instruction.coerce_s.stackAfter=stringValue +instruction.coerce_s.operands= +instruction.astype.shortDescription=T\u00fcr belirtilmemi\u015fse ayn\u0131 de\u011feri veya bo\u015f de\u011feri d\u00f6nd\u00fcr +instruction.astype.description= +instruction.astype.stackBefore=de\u011fer +instruction.astype.stackAfter=de\u011fer +instruction.astype.operands=t\u00fcr +instruction.astypelate.shortDescription=T\u00fcr belirtilmemi\u015fse ayn\u0131 de\u011feri veya bo\u015f de\u011feri d\u00f6nd\u00fcr (y\u0131\u011f\u0131n tabanl\u0131) +instruction.astypelate.description= +instruction.astypelate.stackBefore=de\u011fer, t\u00fcr +instruction.astypelate.stackAfter=de\u011fer +instruction.astypelate.operands= +instruction.coerce_u.shortDescription=De\u011feri i\u015faretsiz tamsay\u0131ya zorla +instruction.coerce_u.description= +instruction.coerce_u.stackBefore=de\u011fer +instruction.coerce_u.stackAfter=uintValue +instruction.coerce_u.operands= +instruction.coerce_o.shortDescription=De\u011feri nesneye zorla +instruction.coerce_o.description= +instruction.coerce_o.stackBefore=de\u011fer +instruction.coerce_o.stackAfter=de\u011fer +instruction.coerce_o.operands= +instruction.negate_p.shortDescription=Say\u0131 ba\u011flam\u0131n\u0131 kullanarak de\u011feri negatifle\u015ftir +instruction.negate_p.description= +instruction.negate_p.stackBefore=de\u011fer +instruction.negate_p.stackAfter=-value +instruction.negate_p.operands=numberContext +instruction.negate.shortDescription=De\u011feri negatifle\u015ftir +instruction.negate.description= +instruction.negate.stackBefore=de\u011fer +instruction.negate.stackAfter=-value +instruction.negate.operands= +instruction.increment.shortDescription=De\u011fer art\u0131r +instruction.increment.description= +instruction.increment.stackBefore=de\u011fer +instruction.increment.stackAfter=incrementedValue +instruction.increment.operands= +instruction.inclocal.shortDescription=Yerel kayd\u0131 art\u0131r +instruction.inclocal.description= +instruction.inclocal.stackBefore= +instruction.inclocal.stackAfter= +instruction.inclocal.operands=localRegister +instruction.decrement.shortDescription=De\u011fer azalt +instruction.decrement.description= +instruction.decrement.stackBefore=de\u011fer +instruction.decrement.stackAfter=decrementedValue +instruction.decrement.operands= +instruction.declocal.shortDescription=Yerel kayd\u0131 azalt +instruction.declocal.description= +instruction.declocal.stackBefore= +instruction.declocal.stackAfter= +instruction.declocal.operands=localRegister +instruction.typeof.shortDescription=De\u011fer t\u00fcr\u00fcn\u00fcn ad\u0131n\u0131 al +instruction.typeof.description= +instruction.typeof.stackBefore=de\u011fer +instruction.typeof.stackAfter=typeName +instruction.typeof.operands= +instruction.not.shortDescription=Boolean negatif +instruction.not.description= +instruction.not.stackBefore=de\u011fer +instruction.not.stackAfter=!value +instruction.not.operands= +instruction.bitnot.shortDescription=Bitsel negatif +instruction.bitnot.description= +instruction.bitnot.stackBefore=de\u011fer +instruction.bitnot.stackAfter=~value +instruction.bitnot.operands= #Undocumented: - - -instruction.concat.shortDescription = Birle\u015ftir -instruction.concat.description = +instruction.concat.shortDescription=Birle\u015ftir +instruction.concat.description= #instruction.concat.stackBefore = #instruction.concat.stackAfter = #instruction.concat.operands = #Undocumented: - - - -instruction.add_d.shortDescription = Add_d -instruction.add_d.description = +instruction.add_d.shortDescription=Add_d +instruction.add_d.description= #instruction.add_d.stackBefore = #instruction.add_d.stackAfter = #instruction.add_d.operands = - - - -instruction.increment_p.shortDescription = Say\u0131 ba\u011flam\u0131n\u0131 kullanarak de\u011feri art\u0131r -instruction.increment_p.description = -instruction.increment_p.stackBefore = de\u011fer -instruction.increment_p.stackAfter = incrementedValue -instruction.increment_p.operands = numberContext - - - -instruction.inclocal_p.shortDescription = Say\u0131 ba\u011flam\u0131n\u0131 kullanarak yerel kayd\u0131 art\u0131r -instruction.inclocal_p.description = -instruction.inclocal_p.stackBefore = -instruction.inclocal_p.stackAfter = -instruction.inclocal_p.operands = numberContext, localRegister - - - -instruction.decrement_p.shortDescription = Say\u0131 ba\u011flam\u0131n\u0131 kullanarak de\u011feri azalt -instruction.decrement_p.description = -instruction.decrement_p.stackBefore = de\u011fer -instruction.decrement_p.stackAfter = decrementedValue -instruction.decrement_p.operands = numberContext - - - -instruction.declocal_p.shortDescription = Say\u0131 ba\u011flam\u0131n\u0131 kullanarak yerel kayd\u0131 azalt -instruction.declocal_p.description = -instruction.declocal_p.stackBefore = -instruction.declocal_p.stackAfter = -instruction.declocal_p.operands = numberContext, localRegister - - - -instruction.add.shortDescription = \u0130ki de\u011fer ekle -instruction.add.description = -instruction.add.stackBefore = de\u011fer1, de\u011fer2 -instruction.add.stackAfter = de\u011fer3 -instruction.add.operands = - - - -instruction.subtract.shortDescription = \u0130ki de\u011fer \u00e7\u0131kar -instruction.subtract.description = -instruction.subtract.stackBefore = de\u011fer1, de\u011fer2 -instruction.subtract.stackAfter = de\u011fer3 -instruction.subtract.operands = - - - -instruction.multiply.shortDescription = \u0130ki de\u011fer \u00e7arp -instruction.multiply.description = -instruction.multiply.stackBefore = de\u011fer1, de\u011fer2 -instruction.multiply.stackAfter = de\u011fer3 -instruction.multiply.operands = - - - -instruction.divide.shortDescription = \u0130ki de\u011fer b\u00f6l -instruction.divide.description = -instruction.divide.stackBefore = de\u011fer1, de\u011fer2 -instruction.divide.stackAfter = de\u011fer3 -instruction.divide.operands = - - - -instruction.modulo.shortDescription = Modulo iki de\u011feri b\u00f6l -instruction.modulo.description = -instruction.modulo.stackBefore = de\u011fer1, de\u011fer2 -instruction.modulo.stackAfter = de\u011fer3 -instruction.modulo.operands = - - - -instruction.lshift.shortDescription = Bitsel sola kayd\u0131r -instruction.lshift.description = -instruction.lshift.stackBefore = de\u011fer1, de\u011fer2 -instruction.lshift.stackAfter = de\u011fer3 -instruction.lshift.operands = - - - -instruction.rshift.shortDescription = Bitsel sa\u011fa kayd\u0131r -instruction.rshift.description = -instruction.rshift.stackBefore = de\u011fer1, de\u011fer2 -instruction.rshift.stackAfter = de\u011fer3 -instruction.rshift.operands = - - - -instruction.urshift.shortDescription = \u0130\u015faretsiz bitsel sa\u011fa kayd\u0131r -instruction.urshift.description = -instruction.urshift.stackBefore = de\u011fer1, de\u011fer2 -instruction.urshift.stackAfter = de\u011fer3 -instruction.urshift.operands = - - - -instruction.bitand.shortDescription = Bitsel ve -instruction.bitand.description = -instruction.bitand.stackBefore = de\u011fer1, de\u011fer2 -instruction.bitand.stackAfter = de\u011fer3 -instruction.bitand.operands = - - - -instruction.bitor.shortDescription = Bitsel veya -instruction.bitor.description = -instruction.bitor.stackBefore = de\u011fer1, de\u011fer2 -instruction.bitor.stackAfter = de\u011fer3 -instruction.bitor.operands = - - - -instruction.bitxor.shortDescription = Bitsel xor -instruction.bitxor.description = -instruction.bitxor.stackBefore = de\u011fer1, de\u011fer2 -instruction.bitxor.stackAfter = de\u011fer3 -instruction.bitxor.operands = - - - -instruction.equals.shortDescription = \u0130ki de\u011feri kar\u015f\u0131la\u015ft\u0131r -instruction.equals.description = -instruction.equals.stackBefore = de\u011fer1, de\u011fer2 -instruction.equals.stackAfter = booleanResult -instruction.equals.operands = - - - -instruction.strictequals.shortDescription = \u0130ki de\u011feri kesin olarak kar\u015f\u0131la\u015ft\u0131r -instruction.strictequals.description = -instruction.strictequals.stackBefore = de\u011fer1, de\u011fer2 -instruction.strictequals.stackAfter = booleanResult -instruction.strictequals.operands = - - - -instruction.lessthan.shortDescription = De\u011ferin di\u011fer de\u011ferden k\u00fc\u00e7\u00fck olup olmad\u0131\u011f\u0131n\u0131 kontrol edin -instruction.lessthan.description = -instruction.lessthan.stackBefore = de\u011fer1, de\u011fer2 -instruction.lessthan.stackAfter = booleanResult -instruction.lessthan.operands = - - - -instruction.lessequals.shortDescription = De\u011ferin di\u011fer de\u011ferden k\u00fc\u00e7\u00fck veya e\u015fit olup olmad\u0131\u011f\u0131n\u0131 kontrol edin -instruction.lessequals.description = -instruction.lessequals.stackBefore = de\u011fer1, de\u011fer2 -instruction.lessequals.stackAfter = booleanResult -instruction.lessequals.operands = booleanResult - - - -instruction.greaterthan.shortDescription = De\u011ferin di\u011fer de\u011ferden b\u00fcy\u00fck veya e\u015fit olup olmad\u0131\u011f\u0131n\u0131 kontrol edin -instruction.greaterthan.description = -instruction.greaterthan.stackBefore = de\u011fer1, de\u011fer2 -instruction.greaterthan.stackAfter = booleanResult -instruction.greaterthan.operands = - - - -instruction.greaterequals.shortDescription = De\u011ferin di\u011fer de\u011ferden b\u00fcy\u00fck veya e\u015fit olup olmad\u0131\u011f\u0131n\u0131 kontrol edin -instruction.greaterequals.description = -instruction.greaterequals.stackBefore = de\u011fer1, de\u011fer2 -instruction.greaterequals.stackAfter = booleanResult -instruction.greaterequals.operands = - - - -instruction.instanceof.shortDescription = T\u00fcr\u00fcn nesne prototip zincirinde var olup olmad\u0131\u011f\u0131n\u0131 kontrol edin -instruction.instanceof.description = -instruction.instanceof.stackBefore = de\u011fer, t\u00fcr -instruction.instanceof.stackAfter = booleanResult -instruction.instanceof.operands = - - - -instruction.istype.shortDescription = Nesnenin belirtilen t\u00fcrde olup olmad\u0131\u011f\u0131n\u0131 kontrol edin -instruction.istype.description = -instruction.istype.stackBefore = de\u011fer -instruction.istype.stackAfter = booleanResult -instruction.istype.operands = t\u00fcr - - - -instruction.istypelate.shortDescription = Nesnenin belirtilen t\u00fcrde olup olmad\u0131\u011f\u0131n\u0131 kontrol edin (y\u0131\u011f\u0131n tabanl\u0131) -instruction.istypelate.description = -instruction.istypelate.stackBefore = de\u011fer, t\u00fcr -instruction.istypelate.stackAfter = booleanResult -instruction.istypelate.operands = - - - -instruction.in.shortDescription = Nesnenin isimlendirilmi\u015f \u00f6zelli\u011fe sahip olup olmad\u0131\u011f\u0131n\u0131 kontrol edin -instruction.in.description = -instruction.in.stackBefore = isim, nesne -instruction.in.stackAfter = booleanResult -instruction.in.operands = - - - -instruction.add_p.shortDescription = Say\u0131 ba\u011flam\u0131n\u0131 kullanarak iki de\u011fer ekle -instruction.add_p.description = -instruction.add_p.stackBefore = de\u011fer1, de\u011fer2 -instruction.add_p.stackAfter = de\u011fer3 -instruction.add_p.operands = numberContext - - - -instruction.subtract_p.shortDescription = Say\u0131 ba\u011flam\u0131n\u0131 kullanarak iki de\u011feri \u00e7\u0131kar -instruction.subtract_p.description = -instruction.subtract_p.stackBefore = de\u011fer1, de\u011fer2 -instruction.subtract_p.stackAfter = de\u011fer3 -instruction.subtract_p.operands = numberContext - - - -instruction.multiply_p.shortDescription = Say\u0131 ba\u011flam\u0131n\u0131 kullanarak iki de\u011feri \u00e7arp -instruction.multiply_p.description = -instruction.multiply_p.stackBefore = de\u011fer1, de\u011fer2 -instruction.multiply_p.stackAfter = de\u011fer3 -instruction.multiply_p.operands = numberContext - - - -instruction.divide_p.shortDescription = Say\u0131 ba\u011flam\u0131n\u0131 kullanarak iki de\u011feri b\u00f6l -instruction.divide_p.description = -instruction.divide_p.stackBefore = de\u011fer1, de\u011fer2 -instruction.divide_p.stackAfter = de\u011fer3 -instruction.divide_p.operands = numberContext - - - -instruction.modulo_p.shortDescription = Modulo say\u0131 ba\u011flam\u0131 kullanarak iki de\u011fer b\u00f6l -instruction.modulo_p.description = -instruction.modulo_p.stackBefore = de\u011fer1, de\u011fer2 -instruction.modulo_p.stackAfter = de\u011fer3 -instruction.modulo_p.operands = numberContext - - - -instruction.increment_i.shortDescription = Tamsay\u0131 de\u011feri art\u0131r -instruction.increment_i.description = -instruction.increment_i.stackBefore = de\u011fer -instruction.increment_i.stackAfter = incrementedValue -instruction.increment_i.operands = - - - -instruction.decrement_i.shortDescription = Tamsay\u0131 de\u011feri azalt -instruction.decrement_i.description = -instruction.decrement_i.stackBefore = de\u011fer -instruction.decrement_i.stackAfter = decrementedValue -instruction.decrement_i.operands = - - - -instruction.inclocal_i.shortDescription = Yerel kay\u0131t tamsay\u0131 de\u011ferini art\u0131r -instruction.inclocal_i.description = -instruction.inclocal_i.stackBefore = -instruction.inclocal_i.stackAfter = -instruction.inclocal_i.operands = localRegister - - - -instruction.declocal_i.shortDescription = Yerel kay\u0131t tamsay\u0131 de\u011ferini azalt -instruction.declocal_i.description = -instruction.declocal_i.stackBefore = -instruction.declocal_i.stackAfter = -instruction.declocal_i.operands = localRegister - - - -instruction.negate_i.shortDescription = Negatif tamsay\u0131 de\u011feri -instruction.negate_i.description = -instruction.negate_i.stackBefore = de\u011fer -instruction.negate_i.stackAfter = -de\u011fer -instruction.negate_i.operands = - - - -instruction.add_i.shortDescription = \u0130ki tamsay\u0131 de\u011feri ekle -instruction.add_i.description = -instruction.add_i.stackBefore = de\u011fer1, de\u011fer2 -instruction.add_i.stackAfter = de\u011fer3 -instruction.add_i.operands = - - - -instruction.subtract_i.shortDescription = \u0130ki tamsay\u0131 de\u011feri \u00e7\u0131kar -instruction.subtract_i.description = -instruction.subtract_i.stackBefore = de\u011fer1, de\u011fer2 -instruction.subtract_i.stackAfter = de\u011fer3 -instruction.subtract_i.operands = - - - -instruction.multiply_i.shortDescription = \u0130ki tam say\u0131 de\u011feri \u00e7arp -instruction.multiply_i.description = -instruction.multiply_i.stackBefore = de\u011fer1, de\u011fer2 -instruction.multiply_i.stackAfter = de\u011fer3 -instruction.multiply_i.operands = - - - -instruction.getlocal0.shortDescription = Yerel kay\u0131t 0'\u0131 al -instruction.getlocal0.description = -instruction.getlocal0.stackBefore = -instruction.getlocal0.stackAfter = de\u011fer -instruction.getlocal0.operands = - - - -instruction.getlocal1.shortDescription = Yerel kay\u0131t 1'i al -instruction.getlocal1.description = -instruction.getlocal1.stackBefore = -instruction.getlocal1.stackAfter = de\u011fer -instruction.getlocal1.operands = - - - -instruction.getlocal2.shortDescription = Yerel kay\u0131t 2'yi al -instruction.getlocal2.description = -instruction.getlocal2.stackBefore = -instruction.getlocal2.stackAfter = de\u011fer -instruction.getlocal2.operands = - - - -instruction.getlocal3.shortDescription = Yerel kay\u0131t 3'\u00fc al -instruction.getlocal3.description = -instruction.getlocal3.stackBefore = -instruction.getlocal3.stackAfter = de\u011fer -instruction.getlocal3.operands = - - - -instruction.setlocal0.shortDescription = Yerel kay\u0131t 0'\u0131 ayarla -instruction.setlocal0.description = -instruction.setlocal0.stackBefore = de\u011fer -instruction.setlocal0.stackAfter = -instruction.setlocal0.operands = - - - -instruction.setlocal1.shortDescription = Yerel kay\u0131t 1'i ayarla -instruction.setlocal1.description = -instruction.setlocal1.stackBefore = de\u011fer -instruction.setlocal1.stackAfter = -instruction.setlocal1.operands = - - - -instruction.setlocal2.shortDescription = Yerel kay\u0131t 2'yi ayarla -instruction.setlocal2.description = -instruction.setlocal2.stackBefore = de\u011fer -instruction.setlocal2.stackAfter = -instruction.setlocal2.operands = - - - -instruction.setlocal3.shortDescription = Yerel kay\u0131t 3'\u00fc ayarla -instruction.setlocal3.description = -instruction.setlocal3.stackBefore = de\u011fer -instruction.setlocal3.stackAfter = -instruction.setlocal3.operands = - +instruction.increment_p.shortDescription=Say\u0131 ba\u011flam\u0131n\u0131 kullanarak de\u011feri art\u0131r +instruction.increment_p.description= +instruction.increment_p.stackBefore=de\u011fer +instruction.increment_p.stackAfter=incrementedValue +instruction.increment_p.operands=numberContext +instruction.inclocal_p.shortDescription=Say\u0131 ba\u011flam\u0131n\u0131 kullanarak yerel kayd\u0131 art\u0131r +instruction.inclocal_p.description= +instruction.inclocal_p.stackBefore= +instruction.inclocal_p.stackAfter= +instruction.inclocal_p.operands=numberContext, localRegister +instruction.decrement_p.shortDescription=Say\u0131 ba\u011flam\u0131n\u0131 kullanarak de\u011feri azalt +instruction.decrement_p.description= +instruction.decrement_p.stackBefore=de\u011fer +instruction.decrement_p.stackAfter=decrementedValue +instruction.decrement_p.operands=numberContext +instruction.declocal_p.shortDescription=Say\u0131 ba\u011flam\u0131n\u0131 kullanarak yerel kayd\u0131 azalt +instruction.declocal_p.description= +instruction.declocal_p.stackBefore= +instruction.declocal_p.stackAfter= +instruction.declocal_p.operands=numberContext, localRegister +instruction.add.shortDescription=\u0130ki de\u011fer ekle +instruction.add.description= +instruction.add.stackBefore=de\u011fer1, de\u011fer2 +instruction.add.stackAfter=de\u011fer3 +instruction.add.operands= +instruction.subtract.shortDescription=\u0130ki de\u011fer \u00e7\u0131kar +instruction.subtract.description= +instruction.subtract.stackBefore=de\u011fer1, de\u011fer2 +instruction.subtract.stackAfter=de\u011fer3 +instruction.subtract.operands= +instruction.multiply.shortDescription=\u0130ki de\u011fer \u00e7arp +instruction.multiply.description= +instruction.multiply.stackBefore=de\u011fer1, de\u011fer2 +instruction.multiply.stackAfter=de\u011fer3 +instruction.multiply.operands= +instruction.divide.shortDescription=\u0130ki de\u011fer b\u00f6l +instruction.divide.description= +instruction.divide.stackBefore=de\u011fer1, de\u011fer2 +instruction.divide.stackAfter=de\u011fer3 +instruction.divide.operands= +instruction.modulo.shortDescription=Modulo iki de\u011feri b\u00f6l +instruction.modulo.description= +instruction.modulo.stackBefore=de\u011fer1, de\u011fer2 +instruction.modulo.stackAfter=de\u011fer3 +instruction.modulo.operands= +instruction.lshift.shortDescription=Bitsel sola kayd\u0131r +instruction.lshift.description= +instruction.lshift.stackBefore=de\u011fer1, de\u011fer2 +instruction.lshift.stackAfter=de\u011fer3 +instruction.lshift.operands= +instruction.rshift.shortDescription=Bitsel sa\u011fa kayd\u0131r +instruction.rshift.description= +instruction.rshift.stackBefore=de\u011fer1, de\u011fer2 +instruction.rshift.stackAfter=de\u011fer3 +instruction.rshift.operands= +instruction.urshift.shortDescription=\u0130\u015faretsiz bitsel sa\u011fa kayd\u0131r +instruction.urshift.description= +instruction.urshift.stackBefore=de\u011fer1, de\u011fer2 +instruction.urshift.stackAfter=de\u011fer3 +instruction.urshift.operands= +instruction.bitand.shortDescription=Bitsel ve +instruction.bitand.description= +instruction.bitand.stackBefore=de\u011fer1, de\u011fer2 +instruction.bitand.stackAfter=de\u011fer3 +instruction.bitand.operands= +instruction.bitor.shortDescription=Bitsel veya +instruction.bitor.description= +instruction.bitor.stackBefore=de\u011fer1, de\u011fer2 +instruction.bitor.stackAfter=de\u011fer3 +instruction.bitor.operands= +instruction.bitxor.shortDescription=Bitsel xor +instruction.bitxor.description= +instruction.bitxor.stackBefore=de\u011fer1, de\u011fer2 +instruction.bitxor.stackAfter=de\u011fer3 +instruction.bitxor.operands= +instruction.equals.shortDescription=\u0130ki de\u011feri kar\u015f\u0131la\u015ft\u0131r +instruction.equals.description= +instruction.equals.stackBefore=de\u011fer1, de\u011fer2 +instruction.equals.stackAfter=booleanResult +instruction.equals.operands= +instruction.strictequals.shortDescription=\u0130ki de\u011feri kesin olarak kar\u015f\u0131la\u015ft\u0131r +instruction.strictequals.description= +instruction.strictequals.stackBefore=de\u011fer1, de\u011fer2 +instruction.strictequals.stackAfter=booleanResult +instruction.strictequals.operands= +instruction.lessthan.shortDescription=De\u011ferin di\u011fer de\u011ferden k\u00fc\u00e7\u00fck olup olmad\u0131\u011f\u0131n\u0131 kontrol edin +instruction.lessthan.description= +instruction.lessthan.stackBefore=de\u011fer1, de\u011fer2 +instruction.lessthan.stackAfter=booleanResult +instruction.lessthan.operands= +instruction.lessequals.shortDescription=De\u011ferin di\u011fer de\u011ferden k\u00fc\u00e7\u00fck veya e\u015fit olup olmad\u0131\u011f\u0131n\u0131 kontrol edin +instruction.lessequals.description= +instruction.lessequals.stackBefore=de\u011fer1, de\u011fer2 +instruction.lessequals.stackAfter=booleanResult +instruction.lessequals.operands=booleanResult +instruction.greaterthan.shortDescription=De\u011ferin di\u011fer de\u011ferden b\u00fcy\u00fck veya e\u015fit olup olmad\u0131\u011f\u0131n\u0131 kontrol edin +instruction.greaterthan.description= +instruction.greaterthan.stackBefore=de\u011fer1, de\u011fer2 +instruction.greaterthan.stackAfter=booleanResult +instruction.greaterthan.operands= +instruction.greaterequals.shortDescription=De\u011ferin di\u011fer de\u011ferden b\u00fcy\u00fck veya e\u015fit olup olmad\u0131\u011f\u0131n\u0131 kontrol edin +instruction.greaterequals.description= +instruction.greaterequals.stackBefore=de\u011fer1, de\u011fer2 +instruction.greaterequals.stackAfter=booleanResult +instruction.greaterequals.operands= +instruction.instanceof.shortDescription=T\u00fcr\u00fcn nesne prototip zincirinde var olup olmad\u0131\u011f\u0131n\u0131 kontrol edin +instruction.instanceof.description= +instruction.instanceof.stackBefore=de\u011fer, t\u00fcr +instruction.instanceof.stackAfter=booleanResult +instruction.instanceof.operands= +instruction.istype.shortDescription=Nesnenin belirtilen t\u00fcrde olup olmad\u0131\u011f\u0131n\u0131 kontrol edin +instruction.istype.description= +instruction.istype.stackBefore=de\u011fer +instruction.istype.stackAfter=booleanResult +instruction.istype.operands=t\u00fcr +instruction.istypelate.shortDescription=Nesnenin belirtilen t\u00fcrde olup olmad\u0131\u011f\u0131n\u0131 kontrol edin (y\u0131\u011f\u0131n tabanl\u0131) +instruction.istypelate.description= +instruction.istypelate.stackBefore=de\u011fer, t\u00fcr +instruction.istypelate.stackAfter=booleanResult +instruction.istypelate.operands= +instruction.in.shortDescription=Nesnenin isimlendirilmi\u015f \u00f6zelli\u011fe sahip olup olmad\u0131\u011f\u0131n\u0131 kontrol edin +instruction.in.description= +instruction.in.stackBefore=isim, nesne +instruction.in.stackAfter=booleanResult +instruction.in.operands= +instruction.add_p.shortDescription=Say\u0131 ba\u011flam\u0131n\u0131 kullanarak iki de\u011fer ekle +instruction.add_p.description= +instruction.add_p.stackBefore=de\u011fer1, de\u011fer2 +instruction.add_p.stackAfter=de\u011fer3 +instruction.add_p.operands=numberContext +instruction.subtract_p.shortDescription=Say\u0131 ba\u011flam\u0131n\u0131 kullanarak iki de\u011feri \u00e7\u0131kar +instruction.subtract_p.description= +instruction.subtract_p.stackBefore=de\u011fer1, de\u011fer2 +instruction.subtract_p.stackAfter=de\u011fer3 +instruction.subtract_p.operands=numberContext +instruction.multiply_p.shortDescription=Say\u0131 ba\u011flam\u0131n\u0131 kullanarak iki de\u011feri \u00e7arp +instruction.multiply_p.description= +instruction.multiply_p.stackBefore=de\u011fer1, de\u011fer2 +instruction.multiply_p.stackAfter=de\u011fer3 +instruction.multiply_p.operands=numberContext +instruction.divide_p.shortDescription=Say\u0131 ba\u011flam\u0131n\u0131 kullanarak iki de\u011feri b\u00f6l +instruction.divide_p.description= +instruction.divide_p.stackBefore=de\u011fer1, de\u011fer2 +instruction.divide_p.stackAfter=de\u011fer3 +instruction.divide_p.operands=numberContext +instruction.modulo_p.shortDescription=Modulo say\u0131 ba\u011flam\u0131 kullanarak iki de\u011fer b\u00f6l +instruction.modulo_p.description= +instruction.modulo_p.stackBefore=de\u011fer1, de\u011fer2 +instruction.modulo_p.stackAfter=de\u011fer3 +instruction.modulo_p.operands=numberContext +instruction.increment_i.shortDescription=Tamsay\u0131 de\u011feri art\u0131r +instruction.increment_i.description= +instruction.increment_i.stackBefore=de\u011fer +instruction.increment_i.stackAfter=incrementedValue +instruction.increment_i.operands= +instruction.decrement_i.shortDescription=Tamsay\u0131 de\u011feri azalt +instruction.decrement_i.description= +instruction.decrement_i.stackBefore=de\u011fer +instruction.decrement_i.stackAfter=decrementedValue +instruction.decrement_i.operands= +instruction.inclocal_i.shortDescription=Yerel kay\u0131t tamsay\u0131 de\u011ferini art\u0131r +instruction.inclocal_i.description= +instruction.inclocal_i.stackBefore= +instruction.inclocal_i.stackAfter= +instruction.inclocal_i.operands=localRegister +instruction.declocal_i.shortDescription=Yerel kay\u0131t tamsay\u0131 de\u011ferini azalt +instruction.declocal_i.description= +instruction.declocal_i.stackBefore= +instruction.declocal_i.stackAfter= +instruction.declocal_i.operands=localRegister +instruction.negate_i.shortDescription=Negatif tamsay\u0131 de\u011feri +instruction.negate_i.description= +instruction.negate_i.stackBefore=de\u011fer +instruction.negate_i.stackAfter=-de\u011fer +instruction.negate_i.operands= +instruction.add_i.shortDescription=\u0130ki tamsay\u0131 de\u011feri ekle +instruction.add_i.description= +instruction.add_i.stackBefore=de\u011fer1, de\u011fer2 +instruction.add_i.stackAfter=de\u011fer3 +instruction.add_i.operands= +instruction.subtract_i.shortDescription=\u0130ki tamsay\u0131 de\u011feri \u00e7\u0131kar +instruction.subtract_i.description= +instruction.subtract_i.stackBefore=de\u011fer1, de\u011fer2 +instruction.subtract_i.stackAfter=de\u011fer3 +instruction.subtract_i.operands= +instruction.multiply_i.shortDescription=\u0130ki tam say\u0131 de\u011feri \u00e7arp +instruction.multiply_i.description= +instruction.multiply_i.stackBefore=de\u011fer1, de\u011fer2 +instruction.multiply_i.stackAfter=de\u011fer3 +instruction.multiply_i.operands= +instruction.getlocal0.shortDescription=Yerel kay\u0131t 0'\u0131 al +instruction.getlocal0.description= +instruction.getlocal0.stackBefore= +instruction.getlocal0.stackAfter=de\u011fer +instruction.getlocal0.operands= +instruction.getlocal1.shortDescription=Yerel kay\u0131t 1'i al +instruction.getlocal1.description= +instruction.getlocal1.stackBefore= +instruction.getlocal1.stackAfter=de\u011fer +instruction.getlocal1.operands= +instruction.getlocal2.shortDescription=Yerel kay\u0131t 2'yi al +instruction.getlocal2.description= +instruction.getlocal2.stackBefore= +instruction.getlocal2.stackAfter=de\u011fer +instruction.getlocal2.operands= +instruction.getlocal3.shortDescription=Yerel kay\u0131t 3'\u00fc al +instruction.getlocal3.description= +instruction.getlocal3.stackBefore= +instruction.getlocal3.stackAfter=de\u011fer +instruction.getlocal3.operands= +instruction.setlocal0.shortDescription=Yerel kay\u0131t 0'\u0131 ayarla +instruction.setlocal0.description= +instruction.setlocal0.stackBefore=de\u011fer +instruction.setlocal0.stackAfter= +instruction.setlocal0.operands= +instruction.setlocal1.shortDescription=Yerel kay\u0131t 1'i ayarla +instruction.setlocal1.description= +instruction.setlocal1.stackBefore=de\u011fer +instruction.setlocal1.stackAfter= +instruction.setlocal1.operands= +instruction.setlocal2.shortDescription=Yerel kay\u0131t 2'yi ayarla +instruction.setlocal2.description= +instruction.setlocal2.stackBefore=de\u011fer +instruction.setlocal2.stackAfter= +instruction.setlocal2.operands= +instruction.setlocal3.shortDescription=Yerel kay\u0131t 3'\u00fc ayarla +instruction.setlocal3.description= +instruction.setlocal3.stackBefore=de\u011fer +instruction.setlocal3.stackAfter= +instruction.setlocal3.operands= #Undocumented: - - -instruction.invalid.shortDescription = Ge\u00e7ersiz -instruction.invalid.description = +instruction.invalid.shortDescription=Ge\u00e7ersiz +instruction.invalid.description= #instruction.invalid.stackBefore = #instruction.invalid.stackAfter = #instruction.invalid.operands = #Undocumented: - - - -instruction.abs_jump.shortDescription = Mutlak atlama -instruction.abs_jump.description = +instruction.abs_jump.shortDescription=Mutlak atlama +instruction.abs_jump.description= #instruction.abs_jump.stackBefore = #instruction.abs_jump.stackAfter = #instruction.abs_jump.operands = - - - -instruction.debug.shortDescription = Hata ay\u0131klama bilgisi -instruction.debug.description = -instruction.debug.stackBefore = -instruction.debug.stackAfter = -instruction.debug.operands = debugType, regName, localRegister, extra - - - -instruction.debugline.shortDescription = Hata ay\u0131klama sat\u0131r numaras\u0131 bilgisi -instruction.debugline.description = -instruction.debugline.stackBefore = -instruction.debugline.stackAfter = -instruction.debugline.operands = lineNumber - - - -instruction.debugfile.shortDescription = Hata ay\u0131klama dosya bilgisi -instruction.debugfile.description = -instruction.debugfile.stackBefore = -instruction.debugfile.stackAfter = -instruction.debugfile.operands = fileName - - - -instruction.bkptline.shortDescription = Sat\u0131rda kesme noktas\u0131 -instruction.bkptline.description = -instruction.bkptline.stackBefore = -instruction.bkptline.stackAfter = -instruction.bkptline.operands = lineNumber - +instruction.debug.shortDescription=Hata ay\u0131klama bilgisi +instruction.debug.description= +instruction.debug.stackBefore= +instruction.debug.stackAfter= +instruction.debug.operands=debugType, regName, localRegister, extra +instruction.debugline.shortDescription=Hata ay\u0131klama sat\u0131r numaras\u0131 bilgisi +instruction.debugline.description= +instruction.debugline.stackBefore= +instruction.debugline.stackAfter= +instruction.debugline.operands=lineNumber +instruction.debugfile.shortDescription=Hata ay\u0131klama dosya bilgisi +instruction.debugfile.description= +instruction.debugfile.stackBefore= +instruction.debugfile.stackAfter= +instruction.debugfile.operands=fileName +instruction.bkptline.shortDescription=Sat\u0131rda kesme noktas\u0131 +instruction.bkptline.description= +instruction.bkptline.stackBefore= +instruction.bkptline.stackAfter= +instruction.bkptline.operands=lineNumber #Undocumented: - - -instruction.timestamp.shortDescription = Zaman Damgas\u0131 -instruction.timestamp.description = -instruction.timestamp.stackBefore = -instruction.timestamp.stackAfter = -instruction.timestamp.operands = - +instruction.timestamp.shortDescription=Zaman Damgas\u0131 +instruction.timestamp.description= +instruction.timestamp.stackBefore= +instruction.timestamp.stackAfter= +instruction.timestamp.operands= #Undocumented: - - -instruction.verifypass.shortDescription = Ge\u00e7i\u015fi do\u011frula -instruction.verifypass.description = +instruction.verifypass.shortDescription=Ge\u00e7i\u015fi do\u011frula +instruction.verifypass.description= #instruction.verifypass.stackBefore = #instruction.verifypass.stackAfter = #instruction.verifypass.operands = #Undocumented: - - - -instruction.alloc.shortDescription = Tahsis et -instruction.alloc.description = +instruction.alloc.shortDescription=Tahsis et +instruction.alloc.description= #instruction.alloc.stackBefore = #instruction.alloc.stackAfter = #instruction.alloc.operands = #Undocumented: - - - -instruction.mark.shortDescription = \u0130\u015faretle -instruction.mark.description = +instruction.mark.shortDescription=\u0130\u015faretle +instruction.mark.description= #instruction.mark.stackBefore = #instruction.mark.stackAfter = #instruction.mark.operands = #Undocumented: - - - -instruction.wb.shortDescription = Wb -instruction.wb.description = +instruction.wb.shortDescription=Wb +instruction.wb.description= #instruction.wb.stackBefore = #instruction.wb.stackAfter = #instruction.wb.operands = #Undocumented: - - - -instruction.prologue.shortDescription = Ba\u015flang\u0131\u00e7 -instruction.prologue.description = +instruction.prologue.shortDescription=Ba\u015flang\u0131\u00e7 +instruction.prologue.description= #instruction.prologue.stackBefore = #instruction.prologue.stackAfter = #instruction.prologue.operands = #Undocumented: - - - -instruction.sendenter.shortDescription = Giri\u015f g\u00f6nder -instruction.sendenter.description = +instruction.sendenter.shortDescription=Giri\u015f g\u00f6nder +instruction.sendenter.description= #instruction.sendenter.stackBefore = #instruction.sendenter.stackAfter = #instruction.sendenter.operands = #Undocumented: - - - -instruction.doubletoatom.shortDescription = Az miktara \u00e7ift -instruction.doubletoatom.description = +instruction.doubletoatom.shortDescription=Az miktara \u00e7ift +instruction.doubletoatom.description= #instruction.doubletoatom.stackBefore = #instruction.doubletoatom.stackAfter = #instruction.doubletoatom.operands = #Undocumented: - - - -instruction.sweep.shortDescription = S\u00fcp\u00fcr -instruction.sweep.description = +instruction.sweep.shortDescription=S\u00fcp\u00fcr +instruction.sweep.description= #instruction.sweep.stackBefore = #instruction.sweep.stackAfter = #instruction.sweep.operands = #Undocumented: - - - -instruction.codegenop.shortDescription = CodeGenOp -instruction.codegenop.description = +instruction.codegenop.shortDescription=CodeGenOp +instruction.codegenop.description= #instruction.codegenop.stackBefore = #instruction.codegenop.stackAfter = #instruction.codegenop.operands = #Undocumented: - - - -instruction.verifyop.shortDescription = VerifyOp -instruction.verifyop.description = +instruction.verifyop.shortDescription=VerifyOp +instruction.verifyop.description= #instruction.verifyop.stackBefore = #instruction.verifyop.stackAfter = #instruction.verifyop.operands = #Undocumented: - - - -instruction.decode.shortDescription = Kod \u00e7\u00f6z -instruction.decode.description = +instruction.decode.shortDescription=Kod \u00e7\u00f6z +instruction.decode.description= #instruction.decode.stackBefore = #instruction.decode.stackAfter = #instruction.decode.operands = - - - - -instruction.unplus.shortDescription = Birli art\u0131 - say\u0131sala zorla -instruction.unplus.description = -instruction.unplus.stackBefore = de\u011fer -instruction.unplus.stackAfter = de\u011fer -instruction.unplus.operands = - - - -instruction.pushconstant.shortDescription = Y\u0131\u011f\u0131ndaki sabit de\u011feri it -instruction.pushconstant.description = +instruction.unplus.shortDescription=Birli art\u0131 - say\u0131sala zorla +instruction.unplus.description= +instruction.unplus.stackBefore=de\u011fer +instruction.unplus.stackAfter=de\u011fer +instruction.unplus.operands= +instruction.pushconstant.shortDescription=Y\u0131\u011f\u0131ndaki sabit de\u011feri it +instruction.pushconstant.description= #instruction.pushconstant.stackBefore = #instruction.pushconstant.stackAfter = - - -instruction.pushconstant.operands = de\u011fer +instruction.pushconstant.operands=de\u011fer diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/locales/docs/pcode/AS3_zh.properties b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/locales/docs/pcode/AS3_zh.properties index 89ab2ba6f..3091d517e 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/locales/docs/pcode/AS3_zh.properties +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/locales/docs/pcode/AS3_zh.properties @@ -13,1448 +13,1199 @@ # You should have received a copy of the GNU Lesser General Public # License along with this library. #String for whole list generation - -ui.list.heading = AVM2 \u6307\u4ee4\u5217\u8868 -ui.list.pageTitle = AVM2 \u6307\u4ee4\u5217\u8868 -ui.list.documentTitle = AVM2 \u6307\u4ee4\u5217\u8868 -ui.list.pageDescription = \u6240\u6709\u5df2\u77e5\u7684 AS3 - AVM2 \u6307\u4ee4\u53ca\u5176\u64cd\u4f5c\u6570\u548c\u5806\u6808\u503c\u7684\u5217\u8868 - +ui.list.heading=AVM2 \u6307\u4ee4\u5217\u8868 +ui.list.pageTitle=AVM2 \u6307\u4ee4\u5217\u8868 +ui.list.documentTitle=AVM2 \u6307\u4ee4\u5217\u8868 +ui.list.pageDescription=\u6240\u6709\u5df2\u77e5\u7684 AS3 - AVM2 \u6307\u4ee4\u53ca\u5176\u64cd\u4f5c\u6570\u548c\u5806\u6808\u503c\u7684\u5217\u8868 #various strings in UI: -ui.unknown = ??? -ui.stack = \u5806\u6808: -ui.stack.before = ..., -ui.stack.before.empty = ... -ui.stack.to = \ \u279e -ui.flags = \u6807\u8bb0: -ui.description = \u63cf\u8ff0: -ui.filter.hide = \u9690\u85cf: -ui.filter.byname = \u6309\u540d\u79f0\u67e5\u627e: -ui.filter.order = \u6392\u5e8f: -ui.filter.order.code = \u4ee3\u7801 -ui.filter.order.name = \u540d\u79f0 - - +ui.unknown=??? +ui.stack=\u5806\u6808: +ui.stack.before=..., +ui.stack.before.empty=... +ui.stack.to=\ \u279e +ui.flags=\u6807\u8bb0: +ui.description=\u63cf\u8ff0: +ui.filter.hide=\u9690\u85cf: +ui.filter.byname=\u6309\u540d\u79f0\u67e5\u627e: +ui.filter.order=\u6392\u5e8f: +ui.filter.order.code=\u4ee3\u7801 +ui.filter.order.name=\u540d\u79f0 #----------------------- Flags of the instructions -instructionFlag.undocumented = Undocumented -instructionFlag.unknownStack = Unknown stack -instructionFlag.es4NumericsMinor = ES4 numerics (ABC minor 17) -instructionFlag.floatMajor = Float values (ABC major 47) -instructionFlag.unknownOperands = Unknown operands -instructionFlag.noFlashPlayer = Not in standard Flash Player -instructionFlag.deprecated = Deprecated -instructionFlag.domainMemory = Domain memory operation - +instructionFlag.undocumented=Undocumented +instructionFlag.unknownStack=Unknown stack +instructionFlag.es4NumericsMinor=ES4 numerics (ABC minor 17) +instructionFlag.floatMajor=Float values (ABC major 47) +instructionFlag.unknownOperands=Unknown operands +instructionFlag.noFlashPlayer=Not in standard Flash Player +instructionFlag.deprecated=Deprecated +instructionFlag.domainMemory=Domain memory operation #----------------------- Operand types -operandType.multinameIndex = Multiname index -operandType.multinameIndex.description = Index into multiname constant pool -operandType.multinameIndex.name = multinameIndex -operandType.multinameIndex.uiName = multiname - -operandType.argCount = Number of arguments -operandType.argCount.description = Number of following arguments -operandType.argCount.name = argCount -operandType.argCount.uiName = uint - - -operandType.methodIndex = Method index -operandType.methodIndex.description = Index of method in the ABC -operandType.methodIndex.name = methodIndex -operandType.methodIndex.uiName = methodIndex - -operandType.stringIndex = String index -operandType.stringIndex.description = Index into string values constant pool -operandType.stringIndex.name = stringIndex -operandType.stringIndex.uiName = string - - -operandType.debugType = Debug type -operandType.debugType.description = Type of debug information. Currently only value of 1 is used. -operandType.debugType.name = debugType -operandType.debugType.uiName = debugType - - -operandType.registerIndex = Register index -operandType.registerIndex.description = Index of a local register (0-255) -operandType.registerIndex.name = registerIndex -operandType.registerIndex.uiName = uint - -operandType.linenum = Line number -operandType.linenum.description = Line number of file -operandType.linenum.name = linenum -operandType.linenum.uiName = linenum - - +operandType.multinameIndex=Multiname index +operandType.multinameIndex.description=Index into multiname constant pool +operandType.multinameIndex.name=multinameIndex +operandType.multinameIndex.uiName=multiname +operandType.argCount=Number of arguments +operandType.argCount.description=Number of following arguments +operandType.argCount.name=argCount +operandType.argCount.uiName=uint +operandType.methodIndex=Method index +operandType.methodIndex.description=Index of method in the ABC +operandType.methodIndex.name=methodIndex +operandType.methodIndex.uiName=methodIndex +operandType.stringIndex=String index +operandType.stringIndex.description=Index into string values constant pool +operandType.stringIndex.name=stringIndex +operandType.stringIndex.uiName=string +operandType.debugType=Debug type +operandType.debugType.description=Type of debug information. Currently only value of 1 is used. +operandType.debugType.name=debugType +operandType.debugType.uiName=debugType +operandType.registerIndex=Register index +operandType.registerIndex.description=Index of a local register (0-255) +operandType.registerIndex.name=registerIndex +operandType.registerIndex.uiName=uint +operandType.linenum=Line number +operandType.linenum.description=Line number of file +operandType.linenum.name=linenum +operandType.linenum.uiName=linenum #similar as registerIndex, but U30 instead of U8 -operandType.localRegIndex = Register index -operandType.localRegIndex.description = Index of a local register -operandType.localRegIndex.name = localRegIndex -operandType.localRegIndex.uiName = uint - - -operandType.slotIndex = Slot index -operandType.slotIndex.description = Index of the slot on an object -operandType.slotIndex.name = slotIndex -operandType.slotIndex.uiName = slotIndex - -operandType.scopeIndex = Scope stack index -operandType.scopeIndex.description = Index in the scope stack -operandType.scopeIndex.name = scopeIndex -operandType.scopeIndex.uiName = scopeIndex - -operandType.offset = Offset -operandType.offset.description = Offset to other location -operandType.offset.name = offset -operandType.offset.uiName = labelName - -operandType.exceptionIndex = Exception index -operandType.exceptionIndex.description = Index of exception in current method info -operandType.exceptionIndex.name = exceptionIndex -operandType.exceptionIndex.uiName = exceptionIndex - - -operandType.classIndex = Class index -operandType.classIndex.description = Index of class in ABC -operandType.classIndex.name = classIndex -operandType.classIndex.uiName = classIndex - -operandType.intIndex = Int index -operandType.intIndex.description = Index into integer values constant pool -operandType.intIndex.name = intIndex -operandType.intIndex.uiName = int - -operandType.uintIndex = UInt index -operandType.uintIndex.description = Index into unsigned integer values constant pool -operandType.uintIndex.name = uintIndex -operandType.uintIndex.uiName = uint - - -operandType.doubleIndex = Double index -operandType.doubleIndex.description = Index into double precision floating point values constant pool -operandType.doubleIndex.name = doubleIndex -operandType.doubleIndex.uiName = double - -operandType.decimalIndex = Decimal index -operandType.decimalIndex.description = Index into decimal values (128bit floating point) constant pool -operandType.decimalIndex.name = decimalIndex -operandType.decimalIndex.uiName = decimal - -operandType.caseBaseoffset = Base offset -operandType.caseBaseoffset.description = Base offset of lookupswitch triggered when no value matches -operandType.caseBaseoffset.name = offset -operandType.caseBaseoffset.uiName = labelName - -operandType.numberContext = Number context (ES4) -operandType.numberContext.description = \u4f7f\u7528 EcmaScript 4 \u6570\u503c\u65f6\u8ba1\u7b97\u7684\u4e0a\u4e0b\u6587 (ABC minorVersion 17).\nBits 0-2 type,3-5 rounding type, 6-12 precision.\nType: 0=number,1=decimal,2=double,3=int,4=uint\nRounding: 0=ceiling,1=up,2=half_up,3=half_even,4=half_down,5=down,6=floor\nPrecision:0-34 -operandType.numberContext.name = numberContext -operandType.numberContext.uiName = uint - -operandType.dispatchId = Dispatch id -operandType.dispatchId.description = Id of the method dispatch -operandType.dispatchId.name = dispatchId -operandType.dispatchId.uiName = uint - -operandType.floatIndex = Float index -operandType.floatIndex.description = Index into float values constant pool -operandType.floatIndex.name = floatIndex -operandType.floatIndex.uiName = float - -operandType.float4Index = Float4 index -operandType.float4Index.description = Index into float4 values constant pool -operandType.float4Index.name = float4Index -operandType.float4Index.uiName = float4 - -operandType.namespaceIndex = Index into namespace constant pool -operandType.namespaceIndex.name = namespaceIndex -operandType.namespaceIndex.uiName = namespace - - +operandType.localRegIndex=Register index +operandType.localRegIndex.description=Index of a local register +operandType.localRegIndex.name=localRegIndex +operandType.localRegIndex.uiName=uint +operandType.slotIndex=Slot index +operandType.slotIndex.description=Index of the slot on an object +operandType.slotIndex.name=slotIndex +operandType.slotIndex.uiName=slotIndex +operandType.scopeIndex=Scope stack index +operandType.scopeIndex.description=Index in the scope stack +operandType.scopeIndex.name=scopeIndex +operandType.scopeIndex.uiName=scopeIndex +operandType.offset=Offset +operandType.offset.description=Offset to other location +operandType.offset.name=offset +operandType.offset.uiName=labelName +operandType.exceptionIndex=Exception index +operandType.exceptionIndex.description=Index of exception in current method info +operandType.exceptionIndex.name=exceptionIndex +operandType.exceptionIndex.uiName=exceptionIndex +operandType.classIndex=Class index +operandType.classIndex.description=Index of class in ABC +operandType.classIndex.name=classIndex +operandType.classIndex.uiName=classIndex +operandType.intIndex=Int index +operandType.intIndex.description=Index into integer values constant pool +operandType.intIndex.name=intIndex +operandType.intIndex.uiName=int +operandType.uintIndex=UInt index +operandType.uintIndex.description=Index into unsigned integer values constant pool +operandType.uintIndex.name=uintIndex +operandType.uintIndex.uiName=uint +operandType.doubleIndex=Double index +operandType.doubleIndex.description=Index into double precision floating point values constant pool +operandType.doubleIndex.name=doubleIndex +operandType.doubleIndex.uiName=double +operandType.decimalIndex=Decimal index +operandType.decimalIndex.description=Index into decimal values (128bit floating point) constant pool +operandType.decimalIndex.name=decimalIndex +operandType.decimalIndex.uiName=decimal +operandType.caseBaseoffset=Base offset +operandType.caseBaseoffset.description=Base offset of lookupswitch triggered when no value matches +operandType.caseBaseoffset.name=offset +operandType.caseBaseoffset.uiName=labelName +operandType.numberContext=Number context (ES4) +operandType.numberContext.description=\u4f7f\u7528 EcmaScript 4 \u6570\u503c\u65f6\u8ba1\u7b97\u7684\u4e0a\u4e0b\u6587 (ABC minorVersion 17).\nBits 0-2 type,3-5 rounding type, 6-12 precision.\nType: 0=number,1=decimal,2=double,3=int,4=uint\nRounding: 0=ceiling,1=up,2=half_up,3=half_even,4=half_down,5=down,6=floor\nPrecision:0-34 +operandType.numberContext.name=numberContext +operandType.numberContext.uiName=uint +operandType.dispatchId=Dispatch id +operandType.dispatchId.description=Id of the method dispatch +operandType.dispatchId.name=dispatchId +operandType.dispatchId.uiName=uint +operandType.floatIndex=Float index +operandType.floatIndex.description=Index into float values constant pool +operandType.floatIndex.name=floatIndex +operandType.floatIndex.uiName=float +operandType.float4Index=Float4 index +operandType.float4Index.description=Index into float4 values constant pool +operandType.float4Index.name=float4Index +operandType.float4Index.uiName=float4 +operandType.namespaceIndex=Index into namespace constant pool +operandType.namespaceIndex.name=namespaceIndex +operandType.namespaceIndex.uiName=namespace #----------------------- Instructions - -instruction.bkpt.shortDescription = Breakpoint -instruction.bkpt.description = Breakpoint when debugging -instruction.bkpt.stackBefore = -instruction.bkpt.stackAfter = -instruction.bkpt.operands = - -instruction.nop.shortDescription = No operation -instruction.nop.description = Does nothing -instruction.nop.stackBefore = -instruction.nop.stackAfter = -instruction.nop.operands = - -instruction.throw.shortDescription = Throw exception -instruction.throw.description = Pops value off the stack and throws it -instruction.throw.stackBefore = value -instruction.throw.stackAfter = -instruction.throw.operands = - -instruction.getsuper.shortDescription = Get parent class property -instruction.getsuper.description = -instruction.getsuper.stackBefore = obj, [ns], [name] -instruction.getsuper.stackAfter = value -instruction.getsuper.operands = parentClassMultiname - -instruction.setsuper.shortDescription = Set parent class property -instruction.setsuper.description = -instruction.setsuper.stackBefore = obj, [ns], [name], value -instruction.setsuper.stackAfter = -instruction.setsuper.operands = parentClassMultiname - -instruction.dxns.shortDescription = Set default XML namespace -instruction.dxns.description = -instruction.dxns.stackBefore = -instruction.dxns.stackAfter = -instruction.dxns.operands = uriString - -instruction.dxnslate.shortDescription = Set default XML namespace at runtime -instruction.dxnslate.description = -instruction.dxnslate.stackBefore = uriValue -instruction.dxnslate.stackAfter = -instruction.dxnslate.operands = - -instruction.kill.shortDescription = Kill local register -instruction.kill.description = -instruction.kill.stackBefore = -instruction.kill.stackAfter = -instruction.kill.operands = killedRegister - -instruction.label.shortDescription = Target of a branch -instruction.label.description = Just a mark that this is target of following branch -instruction.label.stackBefore = -instruction.label.stackAfter = -instruction.label.operands = - -instruction.lf32x4.shortDescription = Load 32bit float4 -instruction.lf32x4.description = -instruction.lf32x4.stackBefore = address -instruction.lf32x4.stackAfter = float4Value -instruction.lf32x4.operands = - -instruction.sf32x4.shortDescription = Store 32bit float4 -instruction.sf32x4.description = -instruction.sf32x4.stackBefore = float4Value, address -instruction.sf32x4.stackAfter = -instruction.sf32x4.operands = - -instruction.ifnlt.shortDescription = Branch if not lower than -instruction.ifnlt.description = -instruction.ifnlt.stackBefore = value1, value2 -instruction.ifnlt.stackAfter = -instruction.ifnlt.operands = branchTarget - -instruction.ifnle.shortDescription = Branch if not lower or equal -instruction.ifnle.description = -instruction.ifnle.stackBefore = value1, value2 -instruction.ifnle.stackAfter = -instruction.ifnle.operands = branchTarget - -instruction.ifngt.shortDescription = Branch if not greater than -instruction.ifngt.description = -instruction.ifngt.stackBefore = value1, value2 -instruction.ifngt.stackAfter = -instruction.ifngt.operands = branchTarget - -instruction.ifnge.shortDescription = Branch if not greater ot equal -instruction.ifnge.description = -instruction.ifnge.stackBefore = value1, value2 -instruction.ifnge.stackAfter = -instruction.ifnge.operands = branchTarget - -instruction.jump.shortDescription = Jump to location -instruction.jump.description = -instruction.jump.stackBefore = -instruction.jump.stackAfter = -instruction.jump.operands = location - -instruction.iftrue.shortDescription = Branch if true -instruction.iftrue.description = -instruction.iftrue.stackBefore = value -instruction.iftrue.stackAfter = -instruction.iftrue.operands = branchTarget - -instruction.iffalse.shortDescription = Branch if false -instruction.iffalse.description = -instruction.iffalse.stackBefore = value -instruction.iffalse.stackAfter = -instruction.iffalse.operands = branchTarget - -instruction.ifeq.shortDescription = Branch if equal -instruction.ifeq.description = -instruction.ifeq.stackBefore = value1, value2 -instruction.ifeq.stackAfter = -instruction.ifeq.operands = branchTarget - -instruction.ifne.shortDescription = Branch if not equal -instruction.ifne.description = -instruction.ifne.stackBefore = value1, value2 -instruction.ifne.stackAfter = -instruction.ifne.operands = branchTarget - -instruction.iflt.shortDescription = Branch if lower than -instruction.iflt.description = -instruction.iflt.stackBefore = value1, value2 -instruction.iflt.stackAfter = -instruction.iflt.operands = branchTarget - -instruction.ifle.shortDescription = Branch if lower or equal -instruction.ifle.description = -instruction.ifle.stackBefore = value1, value2 -instruction.ifle.stackAfter = -instruction.ifle.operands = branchTarget - -instruction.ifgt.shortDescription = Branch if greater than -instruction.ifgt.description = -instruction.ifgt.stackBefore = value1, value2 -instruction.ifgt.stackAfter = -instruction.ifgt.operands = branchTarget - -instruction.ifge.shortDescription = Branch if greater or equal -instruction.ifge.description = -instruction.ifge.stackBefore = value1, value2 -instruction.ifge.stackAfter = -instruction.ifge.operands = branchTarget - -instruction.ifstricteq.shortDescription = Branch if strict equal -instruction.ifstricteq.description = -instruction.ifstricteq.stackBefore = value1, value2 -instruction.ifstricteq.stackAfter = -instruction.ifstricteq.operands = branchTarget - -instruction.ifstrictne.shortDescription = Branch if not strict equal -instruction.ifstrictne.description = -instruction.ifstrictne.stackBefore = value1, value2 -instruction.ifstrictne.stackAfter = -instruction.ifstrictne.operands = branchTarget - -instruction.lookupswitch.shortDescription = Branch based on index -instruction.lookupswitch.description = -instruction.lookupswitch.stackBefore = index -instruction.lookupswitch.stackAfter = -instruction.lookupswitch.operands = defaultTarget, caseCount, case0Target, case1Target, ... - -instruction.pushwith.shortDescription = Push with onto scope stack -instruction.pushwith.description = -instruction.pushwith.stackBefore = withScope -instruction.pushwith.stackAfter = -instruction.pushwith.operands = - -instruction.popscope.shortDescription = Pop from scope stack and discard value -instruction.popscope.description = -instruction.popscope.stackBefore = -instruction.popscope.stackAfter = -instruction.popscope.operands = - -instruction.nextname.shortDescription = Get name of next property -instruction.nextname.description = -instruction.nextname.stackBefore = obj, index -instruction.nextname.stackAfter = name -instruction.nextname.operands = - -instruction.hasnext.shortDescription = Check if the object has more properties -instruction.hasnext.description = -instruction.hasnext.stackBefore = obj, currentIndex -instruction.hasnext.stackAfter = nextIndex -instruction.hasnext.operands = - -instruction.pushnull.shortDescription = Push null value on stack -instruction.pushnull.description = -instruction.pushnull.stackBefore = -instruction.pushnull.stackAfter = null -instruction.pushnull.operands = - -instruction.pushundefined.shortDescription = Push undefined value on stack -instruction.pushundefined.description = -instruction.pushundefined.stackBefore = -instruction.pushundefined.stackAfter = undefined -instruction.pushundefined.operands = - -instruction.pushfloat.shortDescription = Push float value on stack -instruction.pushfloat.description = -instruction.pushfloat.stackBefore = -instruction.pushfloat.stackAfter = floatValue -instruction.pushfloat.operands = float - -instruction.nextvalue.shortDescription = Get value of next property -instruction.nextvalue.description = -instruction.nextvalue.stackBefore = obj, index -instruction.nextvalue.stackAfter = value -instruction.nextvalue.operands = - -instruction.pushbyte.shortDescription = Push byte value on stack -instruction.pushbyte.description = -instruction.pushbyte.stackBefore = -instruction.pushbyte.stackAfter = byteValue -instruction.pushbyte.operands = value - -instruction.pushshort.shortDescription = Push short value on stack -instruction.pushshort.description = -instruction.pushshort.stackBefore = -instruction.pushshort.stackAfter = shortValue -instruction.pushshort.operands = value - -instruction.pushtrue.shortDescription = Push true on stack -instruction.pushtrue.description = -instruction.pushtrue.stackBefore = -instruction.pushtrue.stackAfter = true -instruction.pushtrue.operands = - -instruction.pushfalse.shortDescription = Push false on stack -instruction.pushfalse.description = -instruction.pushfalse.stackBefore = -instruction.pushfalse.stackAfter = false -instruction.pushfalse.operands = - -instruction.pushnan.shortDescription = Push NaN value on stack -instruction.pushnan.description = -instruction.pushnan.stackBefore = -instruction.pushnan.stackAfter = NaN -instruction.pushnan.operands = - -instruction.pop.shortDescription = Pop top value from stack -instruction.pop.description = -instruction.pop.stackBefore = value -instruction.pop.stackAfter = -instruction.pop.operands = - -instruction.dup.shortDescription = Duplicate value on stack -instruction.dup.description = -instruction.dup.stackBefore = value -instruction.dup.stackAfter = value, value -instruction.dup.operands = - -instruction.swap.shortDescription = Swap two values on top of the stack -instruction.swap.description = -instruction.swap.stackBefore = value1, value2 -instruction.swap.stackAfter = value2, value1 -instruction.swap.operands = - -instruction.pushstring.shortDescription = Push string value on the stack -instruction.pushstring.description = -instruction.pushstring.stackBefore = -instruction.pushstring.stackAfter = stringValue -instruction.pushstring.operands = value - -instruction.pushint.shortDescription = Push integer value on the stack -instruction.pushint.description = -instruction.pushint.stackBefore = -instruction.pushint.stackAfter = intValue -instruction.pushint.operands = value - -instruction.pushuint.shortDescription = Push unsigned integer value on the stack -instruction.pushuint.description = -instruction.pushuint.stackBefore = -instruction.pushuint.stackAfter = uintValue -instruction.pushuint.operands = value - -instruction.pushdouble.shortDescription = Push double precision value on the stack -instruction.pushdouble.description = -instruction.pushdouble.stackBefore = -instruction.pushdouble.stackAfter = doubleValue -instruction.pushdouble.operands = value - -instruction.pushscope.shortDescription = Push object on the scope stack -instruction.pushscope.description = -instruction.pushscope.stackBefore = obj -instruction.pushscope.stackAfter = -instruction.pushscope.operands = - -instruction.pushnamespace.shortDescription = Push namespace on the stack -instruction.pushnamespace.description = -instruction.pushnamespace.stackBefore = -instruction.pushnamespace.stackAfter = namespace -instruction.pushnamespace.operands = value - -instruction.hasnext2.shortDescription = Check if the object has more properties (register based) -instruction.hasnext2.description = -instruction.hasnext2.stackBefore = -instruction.hasnext2.stackAfter = boolValue -instruction.hasnext2.operands = objectReg, indexReg - -instruction.pushdecimal.shortDescription = Push decimal value on the stack -instruction.pushdecimal.description = -instruction.pushdecimal.stackBefore = -instruction.pushdecimal.stackAfter = decimalValue -instruction.pushdecimal.operands = value - -instruction.pushdnan.shortDescription = Push decimal NaN value on the stack -instruction.pushdnan.description = -instruction.pushdnan.stackBefore = -instruction.pushdnan.stackAfter = decimalNaN -instruction.pushdnan.operands = - -instruction.li8.shortDescription = Load 8bit integer value -instruction.li8.description = -instruction.li8.stackBefore = address -instruction.li8.stackAfter = int8Value -instruction.li8.operands = - -instruction.li16.shortDescription = Load 16bit integer value -instruction.li16.description = -instruction.li16.stackBefore = address -instruction.li16.stackAfter = int16Value -instruction.li16.operands = - -instruction.li32.shortDescription = Load 32bit integer value -instruction.li32.description = -instruction.li32.stackBefore = address -instruction.li32.stackAfter = int32Value -instruction.li32.operands = - -instruction.lf32.shortDescription = Load 32bit float value -instruction.lf32.description = -instruction.lf32.stackBefore = address -instruction.lf32.stackAfter = float32Value -instruction.lf32.operands = - -instruction.lf64.shortDescription = Load 64bit float value -instruction.lf64.description = -instruction.lf64.stackBefore = address -instruction.lf64.stackAfter = float64Value -instruction.lf64.operands = - -instruction.si8.shortDescription = Store 8bit integer value -instruction.si8.description = -instruction.si8.stackBefore = value, address -instruction.si8.stackAfter = -instruction.si8.operands = - -instruction.si16.shortDescription = Store 16bit integer value -instruction.si16.description = -instruction.si16.stackBefore = value, address -instruction.si16.stackAfter = -instruction.si16.operands = - -instruction.si32.shortDescription = Store 32bit integer value -instruction.si32.description = -instruction.si32.stackBefore = value, address -instruction.si32.stackAfter = -instruction.si32.operands = - -instruction.sf32.shortDescription = Store 32bit float value -instruction.sf32.description = -instruction.sf32.stackBefore = value, address -instruction.sf32.stackAfter = -instruction.sf32.operands = - -instruction.sf64.shortDescription = Store 64bit float value -instruction.sf64.description = -instruction.sf64.stackBefore = value, address -instruction.sf64.stackAfter = -instruction.sf64.operands = - -instruction.newfunction.shortDescription = Create new Function object -instruction.newfunction.description = -instruction.newfunction.stackBefore = -instruction.newfunction.stackAfter = function -instruction.newfunction.operands = method - -instruction.call.shortDescription = Call function on the stack -instruction.call.description = -instruction.call.stackBefore = function, this, arg1, ..., argN -instruction.call.stackAfter = value -instruction.call.operands = argCount - -instruction.construct.shortDescription = Call constructor function on the stack -instruction.construct.description = -instruction.construct.stackBefore = function, arg1, ..., argN -instruction.construct.stackAfter = value -instruction.construct.operands = argCount - -instruction.callmethod.shortDescription = Call method of object by dispatch id -instruction.callmethod.description = -instruction.callmethod.stackBefore = this, arg1, ..., argN -instruction.callmethod.stackAfter = value -instruction.callmethod.operands = method, argCount - -instruction.callstatic.shortDescription = Call method by method id in ABC file -instruction.callstatic.description = -instruction.callstatic.stackBefore = this, arg1, ..., argN -instruction.callstatic.stackAfter = value -instruction.callstatic.operands = method, argCount - -instruction.callsuper.shortDescription = Call method on parent class -instruction.callsuper.description = -instruction.callsuper.stackBefore = obj, [ns], [name], arg1, ..., argN -instruction.callsuper.stackAfter = value -instruction.callsuper.operands = methodName, argCount - -instruction.callproperty.shortDescription = Call property -instruction.callproperty.description = -instruction.callproperty.stackBefore = obj, [ns], [name], arg1, ..., argN -instruction.callproperty.stackAfter = value -instruction.callproperty.operands = property, argCount - -instruction.returnvoid.shortDescription = Return from a method -instruction.returnvoid.description = -instruction.returnvoid.stackBefore = -instruction.returnvoid.stackAfter = -instruction.returnvoid.operands = - -instruction.returnvalue.shortDescription = Return value from a method -instruction.returnvalue.description = -instruction.returnvalue.stackBefore = value -instruction.returnvalue.stackAfter = -instruction.returnvalue.operands = - -instruction.constructsuper.shortDescription = Call parent constructor of an object -instruction.constructsuper.description = -instruction.constructsuper.stackBefore = obj, arg1, ..., argN -instruction.constructsuper.stackAfter = -instruction.constructsuper.operands = argCount - -instruction.constructprop.shortDescription = Construct a property of an object -instruction.constructprop.description = -instruction.constructprop.stackBefore = obj, [ns], [name], arg1, ..., argN -instruction.constructprop.stackAfter = value -instruction.constructprop.operands = property, argCount - +instruction.bkpt.shortDescription=Breakpoint +instruction.bkpt.description=Breakpoint when debugging +instruction.bkpt.stackBefore= +instruction.bkpt.stackAfter= +instruction.bkpt.operands= +instruction.nop.shortDescription=No operation +instruction.nop.description=Does nothing +instruction.nop.stackBefore= +instruction.nop.stackAfter= +instruction.nop.operands= +instruction.throw.shortDescription=Throw exception +instruction.throw.description=Pops value off the stack and throws it +instruction.throw.stackBefore=value +instruction.throw.stackAfter= +instruction.throw.operands= +instruction.getsuper.shortDescription=Get parent class property +instruction.getsuper.description= +instruction.getsuper.stackBefore=obj, [ns], [name] +instruction.getsuper.stackAfter=value +instruction.getsuper.operands=parentClassMultiname +instruction.setsuper.shortDescription=Set parent class property +instruction.setsuper.description= +instruction.setsuper.stackBefore=obj, [ns], [name], value +instruction.setsuper.stackAfter= +instruction.setsuper.operands=parentClassMultiname +instruction.dxns.shortDescription=Set default XML namespace +instruction.dxns.description= +instruction.dxns.stackBefore= +instruction.dxns.stackAfter= +instruction.dxns.operands=uriString +instruction.dxnslate.shortDescription=Set default XML namespace at runtime +instruction.dxnslate.description= +instruction.dxnslate.stackBefore=uriValue +instruction.dxnslate.stackAfter= +instruction.dxnslate.operands= +instruction.kill.shortDescription=Kill local register +instruction.kill.description= +instruction.kill.stackBefore= +instruction.kill.stackAfter= +instruction.kill.operands=killedRegister +instruction.label.shortDescription=Target of a branch +instruction.label.description=Just a mark that this is target of following branch +instruction.label.stackBefore= +instruction.label.stackAfter= +instruction.label.operands= +instruction.lf32x4.shortDescription=Load 32bit float4 +instruction.lf32x4.description= +instruction.lf32x4.stackBefore=address +instruction.lf32x4.stackAfter=float4Value +instruction.lf32x4.operands= +instruction.sf32x4.shortDescription=Store 32bit float4 +instruction.sf32x4.description= +instruction.sf32x4.stackBefore=float4Value, address +instruction.sf32x4.stackAfter= +instruction.sf32x4.operands= +instruction.ifnlt.shortDescription=Branch if not lower than +instruction.ifnlt.description= +instruction.ifnlt.stackBefore=value1, value2 +instruction.ifnlt.stackAfter= +instruction.ifnlt.operands=branchTarget +instruction.ifnle.shortDescription=Branch if not lower or equal +instruction.ifnle.description= +instruction.ifnle.stackBefore=value1, value2 +instruction.ifnle.stackAfter= +instruction.ifnle.operands=branchTarget +instruction.ifngt.shortDescription=Branch if not greater than +instruction.ifngt.description= +instruction.ifngt.stackBefore=value1, value2 +instruction.ifngt.stackAfter= +instruction.ifngt.operands=branchTarget +instruction.ifnge.shortDescription=Branch if not greater ot equal +instruction.ifnge.description= +instruction.ifnge.stackBefore=value1, value2 +instruction.ifnge.stackAfter= +instruction.ifnge.operands=branchTarget +instruction.jump.shortDescription=Jump to location +instruction.jump.description= +instruction.jump.stackBefore= +instruction.jump.stackAfter= +instruction.jump.operands=location +instruction.iftrue.shortDescription=Branch if true +instruction.iftrue.description= +instruction.iftrue.stackBefore=value +instruction.iftrue.stackAfter= +instruction.iftrue.operands=branchTarget +instruction.iffalse.shortDescription=Branch if false +instruction.iffalse.description= +instruction.iffalse.stackBefore=value +instruction.iffalse.stackAfter= +instruction.iffalse.operands=branchTarget +instruction.ifeq.shortDescription=Branch if equal +instruction.ifeq.description= +instruction.ifeq.stackBefore=value1, value2 +instruction.ifeq.stackAfter= +instruction.ifeq.operands=branchTarget +instruction.ifne.shortDescription=Branch if not equal +instruction.ifne.description= +instruction.ifne.stackBefore=value1, value2 +instruction.ifne.stackAfter= +instruction.ifne.operands=branchTarget +instruction.iflt.shortDescription=Branch if lower than +instruction.iflt.description= +instruction.iflt.stackBefore=value1, value2 +instruction.iflt.stackAfter= +instruction.iflt.operands=branchTarget +instruction.ifle.shortDescription=Branch if lower or equal +instruction.ifle.description= +instruction.ifle.stackBefore=value1, value2 +instruction.ifle.stackAfter= +instruction.ifle.operands=branchTarget +instruction.ifgt.shortDescription=Branch if greater than +instruction.ifgt.description= +instruction.ifgt.stackBefore=value1, value2 +instruction.ifgt.stackAfter= +instruction.ifgt.operands=branchTarget +instruction.ifge.shortDescription=Branch if greater or equal +instruction.ifge.description= +instruction.ifge.stackBefore=value1, value2 +instruction.ifge.stackAfter= +instruction.ifge.operands=branchTarget +instruction.ifstricteq.shortDescription=Branch if strict equal +instruction.ifstricteq.description= +instruction.ifstricteq.stackBefore=value1, value2 +instruction.ifstricteq.stackAfter= +instruction.ifstricteq.operands=branchTarget +instruction.ifstrictne.shortDescription=Branch if not strict equal +instruction.ifstrictne.description= +instruction.ifstrictne.stackBefore=value1, value2 +instruction.ifstrictne.stackAfter= +instruction.ifstrictne.operands=branchTarget +instruction.lookupswitch.shortDescription=Branch based on index +instruction.lookupswitch.description= +instruction.lookupswitch.stackBefore=index +instruction.lookupswitch.stackAfter= +instruction.lookupswitch.operands=defaultTarget, caseCount, case0Target, case1Target, ... +instruction.pushwith.shortDescription=Push with onto scope stack +instruction.pushwith.description= +instruction.pushwith.stackBefore=withScope +instruction.pushwith.stackAfter= +instruction.pushwith.operands= +instruction.popscope.shortDescription=Pop from scope stack and discard value +instruction.popscope.description= +instruction.popscope.stackBefore= +instruction.popscope.stackAfter= +instruction.popscope.operands= +instruction.nextname.shortDescription=Get name of next property +instruction.nextname.description= +instruction.nextname.stackBefore=obj, index +instruction.nextname.stackAfter=name +instruction.nextname.operands= +instruction.hasnext.shortDescription=Check if the object has more properties +instruction.hasnext.description= +instruction.hasnext.stackBefore=obj, currentIndex +instruction.hasnext.stackAfter=nextIndex +instruction.hasnext.operands= +instruction.pushnull.shortDescription=Push null value on stack +instruction.pushnull.description= +instruction.pushnull.stackBefore= +instruction.pushnull.stackAfter=null +instruction.pushnull.operands= +instruction.pushundefined.shortDescription=Push undefined value on stack +instruction.pushundefined.description= +instruction.pushundefined.stackBefore= +instruction.pushundefined.stackAfter=undefined +instruction.pushundefined.operands= +instruction.pushfloat.shortDescription=Push float value on stack +instruction.pushfloat.description= +instruction.pushfloat.stackBefore= +instruction.pushfloat.stackAfter=floatValue +instruction.pushfloat.operands=float +instruction.nextvalue.shortDescription=Get value of next property +instruction.nextvalue.description= +instruction.nextvalue.stackBefore=obj, index +instruction.nextvalue.stackAfter=value +instruction.nextvalue.operands= +instruction.pushbyte.shortDescription=Push byte value on stack +instruction.pushbyte.description= +instruction.pushbyte.stackBefore= +instruction.pushbyte.stackAfter=byteValue +instruction.pushbyte.operands=value +instruction.pushshort.shortDescription=Push short value on stack +instruction.pushshort.description= +instruction.pushshort.stackBefore= +instruction.pushshort.stackAfter=shortValue +instruction.pushshort.operands=value +instruction.pushtrue.shortDescription=Push true on stack +instruction.pushtrue.description= +instruction.pushtrue.stackBefore= +instruction.pushtrue.stackAfter=true +instruction.pushtrue.operands= +instruction.pushfalse.shortDescription=Push false on stack +instruction.pushfalse.description= +instruction.pushfalse.stackBefore= +instruction.pushfalse.stackAfter=false +instruction.pushfalse.operands= +instruction.pushnan.shortDescription=Push NaN value on stack +instruction.pushnan.description= +instruction.pushnan.stackBefore= +instruction.pushnan.stackAfter=NaN +instruction.pushnan.operands= +instruction.pop.shortDescription=Pop top value from stack +instruction.pop.description= +instruction.pop.stackBefore=value +instruction.pop.stackAfter= +instruction.pop.operands= +instruction.dup.shortDescription=Duplicate value on stack +instruction.dup.description= +instruction.dup.stackBefore=value +instruction.dup.stackAfter=value, value +instruction.dup.operands= +instruction.swap.shortDescription=Swap two values on top of the stack +instruction.swap.description= +instruction.swap.stackBefore=value1, value2 +instruction.swap.stackAfter=value2, value1 +instruction.swap.operands= +instruction.pushstring.shortDescription=Push string value on the stack +instruction.pushstring.description= +instruction.pushstring.stackBefore= +instruction.pushstring.stackAfter=stringValue +instruction.pushstring.operands=value +instruction.pushint.shortDescription=Push integer value on the stack +instruction.pushint.description= +instruction.pushint.stackBefore= +instruction.pushint.stackAfter=intValue +instruction.pushint.operands=value +instruction.pushuint.shortDescription=Push unsigned integer value on the stack +instruction.pushuint.description= +instruction.pushuint.stackBefore= +instruction.pushuint.stackAfter=uintValue +instruction.pushuint.operands=value +instruction.pushdouble.shortDescription=Push double precision value on the stack +instruction.pushdouble.description= +instruction.pushdouble.stackBefore= +instruction.pushdouble.stackAfter=doubleValue +instruction.pushdouble.operands=value +instruction.pushscope.shortDescription=Push object on the scope stack +instruction.pushscope.description= +instruction.pushscope.stackBefore=obj +instruction.pushscope.stackAfter= +instruction.pushscope.operands= +instruction.pushnamespace.shortDescription=Push namespace on the stack +instruction.pushnamespace.description= +instruction.pushnamespace.stackBefore= +instruction.pushnamespace.stackAfter=namespace +instruction.pushnamespace.operands=value +instruction.hasnext2.shortDescription=Check if the object has more properties (register based) +instruction.hasnext2.description= +instruction.hasnext2.stackBefore= +instruction.hasnext2.stackAfter=boolValue +instruction.hasnext2.operands=objectReg, indexReg +instruction.pushdecimal.shortDescription=Push decimal value on the stack +instruction.pushdecimal.description= +instruction.pushdecimal.stackBefore= +instruction.pushdecimal.stackAfter=decimalValue +instruction.pushdecimal.operands=value +instruction.pushdnan.shortDescription=Push decimal NaN value on the stack +instruction.pushdnan.description= +instruction.pushdnan.stackBefore= +instruction.pushdnan.stackAfter=decimalNaN +instruction.pushdnan.operands= +instruction.li8.shortDescription=Load 8bit integer value +instruction.li8.description= +instruction.li8.stackBefore=address +instruction.li8.stackAfter=int8Value +instruction.li8.operands= +instruction.li16.shortDescription=Load 16bit integer value +instruction.li16.description= +instruction.li16.stackBefore=address +instruction.li16.stackAfter=int16Value +instruction.li16.operands= +instruction.li32.shortDescription=Load 32bit integer value +instruction.li32.description= +instruction.li32.stackBefore=address +instruction.li32.stackAfter=int32Value +instruction.li32.operands= +instruction.lf32.shortDescription=Load 32bit float value +instruction.lf32.description= +instruction.lf32.stackBefore=address +instruction.lf32.stackAfter=float32Value +instruction.lf32.operands= +instruction.lf64.shortDescription=Load 64bit float value +instruction.lf64.description= +instruction.lf64.stackBefore=address +instruction.lf64.stackAfter=float64Value +instruction.lf64.operands= +instruction.si8.shortDescription=Store 8bit integer value +instruction.si8.description= +instruction.si8.stackBefore=value, address +instruction.si8.stackAfter= +instruction.si8.operands= +instruction.si16.shortDescription=Store 16bit integer value +instruction.si16.description= +instruction.si16.stackBefore=value, address +instruction.si16.stackAfter= +instruction.si16.operands= +instruction.si32.shortDescription=Store 32bit integer value +instruction.si32.description= +instruction.si32.stackBefore=value, address +instruction.si32.stackAfter= +instruction.si32.operands= +instruction.sf32.shortDescription=Store 32bit float value +instruction.sf32.description= +instruction.sf32.stackBefore=value, address +instruction.sf32.stackAfter= +instruction.sf32.operands= +instruction.sf64.shortDescription=Store 64bit float value +instruction.sf64.description= +instruction.sf64.stackBefore=value, address +instruction.sf64.stackAfter= +instruction.sf64.operands= +instruction.newfunction.shortDescription=Create new Function object +instruction.newfunction.description= +instruction.newfunction.stackBefore= +instruction.newfunction.stackAfter=function +instruction.newfunction.operands=method +instruction.call.shortDescription=Call function on the stack +instruction.call.description= +instruction.call.stackBefore=function, this, arg1, ..., argN +instruction.call.stackAfter=value +instruction.call.operands=argCount +instruction.construct.shortDescription=Call constructor function on the stack +instruction.construct.description= +instruction.construct.stackBefore=function, arg1, ..., argN +instruction.construct.stackAfter=value +instruction.construct.operands=argCount +instruction.callmethod.shortDescription=Call method of object by dispatch id +instruction.callmethod.description= +instruction.callmethod.stackBefore=this, arg1, ..., argN +instruction.callmethod.stackAfter=value +instruction.callmethod.operands=method, argCount +instruction.callstatic.shortDescription=Call method by method id in ABC file +instruction.callstatic.description= +instruction.callstatic.stackBefore=this, arg1, ..., argN +instruction.callstatic.stackAfter=value +instruction.callstatic.operands=method, argCount +instruction.callsuper.shortDescription=Call method on parent class +instruction.callsuper.description= +instruction.callsuper.stackBefore=obj, [ns], [name], arg1, ..., argN +instruction.callsuper.stackAfter=value +instruction.callsuper.operands=methodName, argCount +instruction.callproperty.shortDescription=Call property +instruction.callproperty.description= +instruction.callproperty.stackBefore=obj, [ns], [name], arg1, ..., argN +instruction.callproperty.stackAfter=value +instruction.callproperty.operands=property, argCount +instruction.returnvoid.shortDescription=Return from a method +instruction.returnvoid.description= +instruction.returnvoid.stackBefore= +instruction.returnvoid.stackAfter= +instruction.returnvoid.operands= +instruction.returnvalue.shortDescription=Return value from a method +instruction.returnvalue.description= +instruction.returnvalue.stackBefore=value +instruction.returnvalue.stackAfter= +instruction.returnvalue.operands= +instruction.constructsuper.shortDescription=Call parent constructor of an object +instruction.constructsuper.description= +instruction.constructsuper.stackBefore=obj, arg1, ..., argN +instruction.constructsuper.stackAfter= +instruction.constructsuper.operands=argCount +instruction.constructprop.shortDescription=Construct a property of an object +instruction.constructprop.description= +instruction.constructprop.stackBefore=obj, [ns], [name], arg1, ..., argN +instruction.constructprop.stackAfter=value +instruction.constructprop.operands=property, argCount #Undocumented: -instruction.callsuperid.shortDescription = Call super id -instruction.callsuperid.description = +instruction.callsuperid.shortDescription=Call super id +instruction.callsuperid.description= #instruction.callsuperid.stackBefore = #instruction.callsuperid.stackAfter = #instruction.callsuperid.operands = - -instruction.callproplex.shortDescription = Call property with null as this -instruction.callproplex.description = -instruction.callproplex.stackBefore = obj, [ns], [name], arg1, ..., argN -instruction.callproplex.stackAfter = value -instruction.callproplex.operands = property, argCount - +instruction.callproplex.shortDescription=Call property with null as this +instruction.callproplex.description= +instruction.callproplex.stackBefore=obj, [ns], [name], arg1, ..., argN +instruction.callproplex.stackAfter=value +instruction.callproplex.operands=property, argCount #Undocumented: -instruction.callinterface.shortDescription = Call interface -instruction.callinterface.description = +instruction.callinterface.shortDescription=Call interface +instruction.callinterface.description= #instruction.callinterface.stackBefore = #instruction.callinterface.stackAfter = -instruction.callinterface.operands = interface, argCount - - -instruction.callsupervoid.shortDescription = Call method on parent class, discard return value -instruction.callsupervoid.description = -instruction.callsupervoid.stackBefore = obj, [ns], [name], arg1, ..., argN -instruction.callsupervoid.stackAfter = -instruction.callsupervoid.operands = methodName, argCount - - -instruction.callpropvoid.shortDescription = Call property, discard return value -instruction.callpropvoid.description = -instruction.callpropvoid.stackBefore = obj, [ns], [name], arg1, ..., argN -instruction.callpropvoid.stackAfter = -instruction.callpropvoid.operands = property, argCount - -instruction.sxi1.shortDescription = Sign extend 1bit value to 32bits -instruction.sxi1.description = -instruction.sxi1.stackBefore = value -instruction.sxi1.stackAfter = valueExtended -instruction.sxi1.operands = - -instruction.sxi8.shortDescription = Sign extend 8bit value to 32bits -instruction.sxi8.description = -instruction.sxi8.stackBefore = value -instruction.sxi8.stackAfter = valueExtended -instruction.sxi8.operands = - -instruction.sxi16.shortDescription = Sign extend 16bit value to 32bits -instruction.sxi16.description = -instruction.sxi16.stackBefore = value -instruction.sxi16.stackAfter = valueExtended -instruction.sxi16.operands = - -instruction.applytype.shortDescription = Apply type parameters -instruction.applytype.description = \u5c06\u53c2\u6570\u7c7b\u578b\u5e94\u7528\u4e8e\u57fa\u672c\u7c7b\u578b. \u4f8b\u5982\uff0c\u5f53 Vector \u5728\u8fd0\u884c\u65f6\u89e3\u6790\u65f6. String \u662f\u53c2\u6570, Vector \u662f\u57fa\u7c7b. -instruction.applytype.stackBefore = baseType, typeParam1, ..., typeParamN -instruction.applytype.stackAfter = baseType -instruction.applytype.operands = typeParamCount - -instruction.pushfloat4.shortDescription = Push float4 value on the stack -instruction.pushfloat4.description = -instruction.pushfloat4.stackBefore = -instruction.pushfloat4.stackAfter = float4Value -instruction.pushfloat4.operands = float4 - -instruction.newobject.shortDescription = Creates new object -instruction.newobject.description = -instruction.newobject.stackBefore = name1, value1, name2, value2, ..., nameN, valueN -instruction.newobject.stackAfter = newObject -instruction.newobject.operands = propertyCount - -instruction.newarray.shortDescription = Creates new array -instruction.newarray.description = -instruction.newarray.stackBefore = value1, value2, ..., valueN -instruction.newarray.stackAfter = newArray -instruction.newarray.operands = valueCount - -instruction.newactivation.shortDescription = Creates new activation object -instruction.newactivation.description = -instruction.newactivation.stackBefore = -instruction.newactivation.stackAfter = newActivation -instruction.newactivation.operands = - -instruction.newclass.shortDescription = Creates new class -instruction.newclass.description = -instruction.newclass.stackBefore = baseType -instruction.newclass.stackAfter = newClass -instruction.newclass.operands = class - -instruction.getdescendants.shortDescription = Get descendants -instruction.getdescendants.description = -instruction.getdescendants.stackBefore = obj, [ns], [name] -instruction.getdescendants.stackAfter = value -instruction.getdescendants.operands = operand1 - -instruction.newcatch.shortDescription = Create new catch scope -instruction.newcatch.description = -instruction.newcatch.stackBefore = -instruction.newcatch.stackAfter = catchScope -instruction.newcatch.operands = exception - +instruction.callinterface.operands=interface, argCount +instruction.callsupervoid.shortDescription=Call method on parent class, discard return value +instruction.callsupervoid.description= +instruction.callsupervoid.stackBefore=obj, [ns], [name], arg1, ..., argN +instruction.callsupervoid.stackAfter= +instruction.callsupervoid.operands=methodName, argCount +instruction.callpropvoid.shortDescription=Call property, discard return value +instruction.callpropvoid.description= +instruction.callpropvoid.stackBefore=obj, [ns], [name], arg1, ..., argN +instruction.callpropvoid.stackAfter= +instruction.callpropvoid.operands=property, argCount +instruction.sxi1.shortDescription=Sign extend 1bit value to 32bits +instruction.sxi1.description= +instruction.sxi1.stackBefore=value +instruction.sxi1.stackAfter=valueExtended +instruction.sxi1.operands= +instruction.sxi8.shortDescription=Sign extend 8bit value to 32bits +instruction.sxi8.description= +instruction.sxi8.stackBefore=value +instruction.sxi8.stackAfter=valueExtended +instruction.sxi8.operands= +instruction.sxi16.shortDescription=Sign extend 16bit value to 32bits +instruction.sxi16.description= +instruction.sxi16.stackBefore=value +instruction.sxi16.stackAfter=valueExtended +instruction.sxi16.operands= +instruction.applytype.shortDescription=Apply type parameters +instruction.applytype.description=\u5c06\u53c2\u6570\u7c7b\u578b\u5e94\u7528\u4e8e\u57fa\u672c\u7c7b\u578b. \u4f8b\u5982\uff0c\u5f53 Vector \u5728\u8fd0\u884c\u65f6\u89e3\u6790\u65f6. String \u662f\u53c2\u6570, Vector \u662f\u57fa\u7c7b. +instruction.applytype.stackBefore=baseType, typeParam1, ..., typeParamN +instruction.applytype.stackAfter=baseType +instruction.applytype.operands=typeParamCount +instruction.pushfloat4.shortDescription=Push float4 value on the stack +instruction.pushfloat4.description= +instruction.pushfloat4.stackBefore= +instruction.pushfloat4.stackAfter=float4Value +instruction.pushfloat4.operands=float4 +instruction.newobject.shortDescription=Creates new object +instruction.newobject.description= +instruction.newobject.stackBefore=name1, value1, name2, value2, ..., nameN, valueN +instruction.newobject.stackAfter=newObject +instruction.newobject.operands=propertyCount +instruction.newarray.shortDescription=Creates new array +instruction.newarray.description= +instruction.newarray.stackBefore=value1, value2, ..., valueN +instruction.newarray.stackAfter=newArray +instruction.newarray.operands=valueCount +instruction.newactivation.shortDescription=Creates new activation object +instruction.newactivation.description= +instruction.newactivation.stackBefore= +instruction.newactivation.stackAfter=newActivation +instruction.newactivation.operands= +instruction.newclass.shortDescription=Creates new class +instruction.newclass.description= +instruction.newclass.stackBefore=baseType +instruction.newclass.stackAfter=newClass +instruction.newclass.operands=class +instruction.getdescendants.shortDescription=Get descendants +instruction.getdescendants.description= +instruction.getdescendants.stackBefore=obj, [ns], [name] +instruction.getdescendants.stackAfter=value +instruction.getdescendants.operands=operand1 +instruction.newcatch.shortDescription=Create new catch scope +instruction.newcatch.description= +instruction.newcatch.stackBefore= +instruction.newcatch.stackAfter=catchScope +instruction.newcatch.operands=exception #Undocumented: -instruction.deldescendants.shortDescription = Delete descendants -instruction.deldescendants.description = +instruction.deldescendants.shortDescription=Delete descendants +instruction.deldescendants.description= #instruction.deldescendants.stackBefore = #instruction.deldescendants.stackAfter = -instruction.deldescendants.operands = multinameIndex - +instruction.deldescendants.operands=multinameIndex #Undocumented: -instruction.findpropglobal.shortDescription = Search property in global scope -instruction.findpropglobal.description = -instruction.findpropglobal.stackBefore = [ns], [name] -instruction.findpropglobal.stackAfter = obj -instruction.findpropglobal.operands = property - -instruction.findpropstrict.shortDescription = Search property in scope stack, error when not found -instruction.findpropstrict.description = -instruction.findpropstrict.stackBefore = [ns], [name] -instruction.findpropstrict.stackAfter = obj -instruction.findpropstrict.operands = property - -instruction.findproperty.shortDescription = Search property in scope stack, top object when not found -instruction.findproperty.description = -instruction.findproperty.stackBefore = [ns], [name] -instruction.findproperty.stackAfter = obj -instruction.findproperty.operands = property - +instruction.findpropglobal.shortDescription=Search property in global scope +instruction.findpropglobal.description= +instruction.findpropglobal.stackBefore=[ns], [name] +instruction.findpropglobal.stackAfter=obj +instruction.findpropglobal.operands=property +instruction.findpropstrict.shortDescription=Search property in scope stack, error when not found +instruction.findpropstrict.description= +instruction.findpropstrict.stackBefore=[ns], [name] +instruction.findpropstrict.stackAfter=obj +instruction.findpropstrict.operands=property +instruction.findproperty.shortDescription=Search property in scope stack, top object when not found +instruction.findproperty.description= +instruction.findproperty.stackBefore=[ns], [name] +instruction.findproperty.stackAfter=obj +instruction.findproperty.operands=property #Undocumented: -instruction.finddef.shortDescription = Search script level definition -instruction.finddef.description = -instruction.finddef.stackBefore = [ns], [name] -instruction.finddef.stackAfter = obj -instruction.finddef.operands = property - -instruction.getlex.shortDescription = Find and get property -instruction.getlex.description = -instruction.getlex.stackBefore = -instruction.getlex.stackAfter = obj -instruction.getlex.operands = property - -instruction.setproperty.shortDescription = Set property -instruction.setproperty.description = -instruction.setproperty.stackBefore = obj, [ns], [name], value -instruction.setproperty.stackAfter = -instruction.setproperty.operands = property - -instruction.getlocal.shortDescription = Get local register value -instruction.getlocal.description = -instruction.getlocal.stackBefore = -instruction.getlocal.stackAfter = value -instruction.getlocal.operands = localRegIndex - -instruction.setlocal.shortDescription = Set local register value -instruction.setlocal.description = -instruction.setlocal.stackBefore = value -instruction.setlocal.stackAfter = -instruction.setlocal.operands = localRegIndex - -instruction.getglobalscope.shortDescription = Get global scope -instruction.getglobalscope.description = -instruction.getglobalscope.stackBefore = -instruction.getglobalscope.stackAfter = obj -instruction.getglobalscope.operands = - -instruction.getscopeobject.shortDescription = Get scope object from local scope stack -instruction.getscopeobject.description = -instruction.getscopeobject.stackBefore = -instruction.getscopeobject.stackAfter = obj -instruction.getscopeobject.operands = scopeIndex - -instruction.getproperty.shortDescription = Get property -instruction.getproperty.description = -instruction.getproperty.stackBefore = obj, [ns], [name] -instruction.getproperty.stackAfter = value -instruction.getproperty.operands = property - -instruction.getouterscope.shortDescription = Get scope object from outer scope stack -instruction.getouterscope.description = -instruction.getouterscope.stackBefore = -instruction.getouterscope.stackAfter = obj -instruction.getouterscope.operands = scopeIndex - -instruction.initproperty.shortDescription = Initialize property -instruction.initproperty.description = -instruction.initproperty.stackBefore = obj, [ns], [name], value -instruction.initproperty.stackAfter = -instruction.initproperty.operands = property - +instruction.finddef.shortDescription=Search script level definition +instruction.finddef.description= +instruction.finddef.stackBefore=[ns], [name] +instruction.finddef.stackAfter=obj +instruction.finddef.operands=property +instruction.getlex.shortDescription=Find and get property +instruction.getlex.description= +instruction.getlex.stackBefore= +instruction.getlex.stackAfter=obj +instruction.getlex.operands=property +instruction.setproperty.shortDescription=Set property +instruction.setproperty.description= +instruction.setproperty.stackBefore=obj, [ns], [name], value +instruction.setproperty.stackAfter= +instruction.setproperty.operands=property +instruction.getlocal.shortDescription=Get local register value +instruction.getlocal.description= +instruction.getlocal.stackBefore= +instruction.getlocal.stackAfter=value +instruction.getlocal.operands=localRegIndex +instruction.setlocal.shortDescription=Set local register value +instruction.setlocal.description= +instruction.setlocal.stackBefore=value +instruction.setlocal.stackAfter= +instruction.setlocal.operands=localRegIndex +instruction.getglobalscope.shortDescription=Get global scope +instruction.getglobalscope.description= +instruction.getglobalscope.stackBefore= +instruction.getglobalscope.stackAfter=obj +instruction.getglobalscope.operands= +instruction.getscopeobject.shortDescription=Get scope object from local scope stack +instruction.getscopeobject.description= +instruction.getscopeobject.stackBefore= +instruction.getscopeobject.stackAfter=obj +instruction.getscopeobject.operands=scopeIndex +instruction.getproperty.shortDescription=Get property +instruction.getproperty.description= +instruction.getproperty.stackBefore=obj, [ns], [name] +instruction.getproperty.stackAfter=value +instruction.getproperty.operands=property +instruction.getouterscope.shortDescription=Get scope object from outer scope stack +instruction.getouterscope.description= +instruction.getouterscope.stackBefore= +instruction.getouterscope.stackAfter=obj +instruction.getouterscope.operands=scopeIndex +instruction.initproperty.shortDescription=Initialize property +instruction.initproperty.description= +instruction.initproperty.stackBefore=obj, [ns], [name], value +instruction.initproperty.stackAfter= +instruction.initproperty.operands=property #Undocumented: -instruction.setpropertylate.shortDescription = Set property (stack based) -instruction.setpropertylate.description = +instruction.setpropertylate.shortDescription=Set property (stack based) +instruction.setpropertylate.description= #instruction.setpropertylate.stackBefore = #instruction.setpropertylate.stackAfter = #instruction.setpropertylate.operands = - -instruction.deleteproperty.shortDescription = Delete property -instruction.deleteproperty.description = -instruction.deleteproperty.stackBefore = obj, [ns], [name] -instruction.deleteproperty.stackAfter = boolResult -instruction.deleteproperty.operands = property - +instruction.deleteproperty.shortDescription=Delete property +instruction.deleteproperty.description= +instruction.deleteproperty.stackBefore=obj, [ns], [name] +instruction.deleteproperty.stackAfter=boolResult +instruction.deleteproperty.operands=property #Undocumented: -instruction.deletepropertylate.shortDescription = Delete property (stack based) -instruction.deletepropertylate.description = +instruction.deletepropertylate.shortDescription=Delete property (stack based) +instruction.deletepropertylate.description= #instruction.deletepropertylate.stackBefore = #instruction.deletepropertylate.stackAfter = -instruction.deletepropertylate.operands = - -instruction.getslot.shortDescription = Get value of a slot -instruction.getslot.description = -instruction.getslot.stackBefore = obj -instruction.getslot.stackAfter = value -instruction.getslot.operands = slotIndex - -instruction.setslot.shortDescription = Set value of a slot -instruction.setslot.description = -instruction.setslot.stackBefore = obj, value -instruction.setslot.stackAfter = -instruction.setslot.operands = slotIndex - -instruction.getglobalslot.shortDescription = Get value of slot on global scope -instruction.getglobalslot.description = -instruction.getglobalslot.stackBefore = -instruction.getglobalslot.stackAfter = value -instruction.getglobalslot.operands = slotIndex - -instruction.setglobalslot.shortDescription = Set value of slot on global scope -instruction.setglobalslot.description = -instruction.setglobalslot.stackBefore = value -instruction.setglobalslot.stackAfter = -instruction.setglobalslot.operands = slotIndex - -instruction.convert_s.shortDescription = Convert value to string -instruction.convert_s.description = -instruction.convert_s.stackBefore = value -instruction.convert_s.stackAfter = stringValue -instruction.convert_s.operands = - -instruction.esc_xelem.shortDescription = Escape XML element -instruction.esc_xelem.description = -instruction.esc_xelem.stackBefore = value -instruction.esc_xelem.stackAfter = stringValue -instruction.esc_xelem.operands = - -instruction.esc_xattr.shortDescription = Escape XML attribute -instruction.esc_xattr.description = -instruction.esc_xattr.stackBefore = value -instruction.esc_xattr.stackAfter = stringValue -instruction.esc_xattr.operands = - -instruction.convert_i.shortDescription = Convert value to integer -instruction.convert_i.description = -instruction.convert_i.stackBefore = value -instruction.convert_i.stackAfter = intValue -instruction.convert_i.operands = - -instruction.convert_u.shortDescription = Convert value to unsigned integer -instruction.convert_u.description = -instruction.convert_u.stackBefore = value -instruction.convert_u.stackAfter = uintValue -instruction.convert_u.operands = - -instruction.convert_d.shortDescription = Convert value to double -instruction.convert_d.description = -instruction.convert_d.stackBefore = value -instruction.convert_d.stackAfter = doubleValue -instruction.convert_d.operands = - -instruction.convert_b.shortDescription = Convert value to boolean -instruction.convert_b.description = -instruction.convert_b.stackBefore = value -instruction.convert_b.stackAfter = booleanValue -instruction.convert_b.operands = - -instruction.convert_o.shortDescription = Convert value to Object -instruction.convert_o.description = -instruction.convert_o.stackBefore = value -instruction.convert_o.stackAfter = value -instruction.convert_o.operands = - -instruction.checkfilter.shortDescription = Check that object can have filter operation applied -instruction.checkfilter.description = -instruction.checkfilter.stackBefore = value -instruction.checkfilter.stackAfter = value -instruction.checkfilter.operands = - -instruction.convert_m.shortDescription = Convert value to decimal -instruction.convert_m.description = -instruction.convert_m.stackBefore = value -instruction.convert_m.stackAfter = decimalValue -instruction.convert_m.operands = - -instruction.convert_m_p.shortDescription = Convert value to decimal with number context -instruction.convert_m_p.description = -instruction.convert_m_p.stackBefore = value -instruction.convert_m_p.stackAfter = decimalValue -instruction.convert_m_p.operands = numberContext - -instruction.convert_f.shortDescription = Convert value to float -instruction.convert_f.description = -instruction.convert_f.stackBefore = value -instruction.convert_f.stackAfter = floatValue -instruction.convert_f.operands = - -instruction.convert_f4.shortDescription = Convert value to float4 -instruction.convert_f4.description = -instruction.convert_f4.stackBefore = value -instruction.convert_f4.stackAfter = float4Value -instruction.convert_f4.operands = - -instruction.coerce.shortDescription = Coerce value to specified type -instruction.coerce.description = -instruction.coerce.stackBefore = value -instruction.coerce.stackAfter = coercedValue -instruction.coerce.operands = type - -instruction.coerce_b.shortDescription = Coerce value to boolean -instruction.coerce_b.description = -instruction.coerce_b.stackBefore = value -instruction.coerce_b.stackAfter = booleanValue -instruction.coerce_b.operands = -instruction.coerce_b.deprecated = Use convert_b instead - -instruction.coerce_a.shortDescription = Coerce value to any type -instruction.coerce_a.description = -instruction.coerce_a.stackBefore = value -instruction.coerce_a.stackAfter = value -instruction.coerce_a.operands = - -instruction.coerce_i.shortDescription = Coerce value to integer -instruction.coerce_i.description = -instruction.coerce_i.stackBefore = value -instruction.coerce_i.stackAfter = intValue -instruction.coerce_i.operands = -instruction.coerce_i.deprecated = Use convert_i instead - -instruction.coerce_d.shortDescription = Coerce value to double -instruction.coerce_d.description = -instruction.coerce_d.stackBefore = value -instruction.coerce_d.stackAfter = doubleValue -instruction.coerce_d.operands = -instruction.coerce_d.deprecated = Use convert_d instead - -instruction.coerce_s.shortDescription = Coerce value to string -instruction.coerce_s.description = -instruction.coerce_s.stackBefore = value -instruction.coerce_s.stackAfter = stringValue -instruction.coerce_s.operands = - -instruction.astype.shortDescription = Return same value or null if not specified type -instruction.astype.description = -instruction.astype.stackBefore = value -instruction.astype.stackAfter = value -instruction.astype.operands = type - -instruction.astypelate.shortDescription = Return same value or null if not specified type (stack based) -instruction.astypelate.description = -instruction.astypelate.stackBefore = value, type -instruction.astypelate.stackAfter = value -instruction.astypelate.operands = - -instruction.coerce_u.shortDescription = Coerce value to unsigned integer -instruction.coerce_u.description = -instruction.coerce_u.stackBefore = value -instruction.coerce_u.stackAfter = uintValue -instruction.coerce_u.operands = - -instruction.coerce_o.shortDescription = Coerce value to Object -instruction.coerce_o.description = -instruction.coerce_o.stackBefore = value -instruction.coerce_o.stackAfter = value -instruction.coerce_o.operands = - -instruction.negate_p.shortDescription = Negate value using number context -instruction.negate_p.description = -instruction.negate_p.stackBefore = value -instruction.negate_p.stackAfter = -value -instruction.negate_p.operands = numberContext - -instruction.negate.shortDescription = Negate value -instruction.negate.description = -instruction.negate.stackBefore = value -instruction.negate.stackAfter = -value -instruction.negate.operands = - -instruction.increment.shortDescription = Increment value -instruction.increment.description = -instruction.increment.stackBefore = value -instruction.increment.stackAfter = incrementedValue -instruction.increment.operands = - -instruction.inclocal.shortDescription = Increment local register -instruction.inclocal.description = -instruction.inclocal.stackBefore = -instruction.inclocal.stackAfter = -instruction.inclocal.operands = localRegister - -instruction.decrement.shortDescription = Decrement value -instruction.decrement.description = -instruction.decrement.stackBefore = value -instruction.decrement.stackAfter = decrementedValue -instruction.decrement.operands = - -instruction.declocal.shortDescription = Decrement local register -instruction.declocal.description = -instruction.declocal.stackBefore = -instruction.declocal.stackAfter = -instruction.declocal.operands = localRegister - -instruction.typeof.shortDescription = Get name of value type -instruction.typeof.description = -instruction.typeof.stackBefore = value -instruction.typeof.stackAfter = typeName -instruction.typeof.operands = - -instruction.not.shortDescription = Boolean negate -instruction.not.description = -instruction.not.stackBefore = value -instruction.not.stackAfter = !value -instruction.not.operands = - -instruction.bitnot.shortDescription = Bitwise negate -instruction.bitnot.description = -instruction.bitnot.stackBefore = value -instruction.bitnot.stackAfter = ~value -instruction.bitnot.operands = - +instruction.deletepropertylate.operands= +instruction.getslot.shortDescription=Get value of a slot +instruction.getslot.description= +instruction.getslot.stackBefore=obj +instruction.getslot.stackAfter=value +instruction.getslot.operands=slotIndex +instruction.setslot.shortDescription=Set value of a slot +instruction.setslot.description= +instruction.setslot.stackBefore=obj, value +instruction.setslot.stackAfter= +instruction.setslot.operands=slotIndex +instruction.getglobalslot.shortDescription=Get value of slot on global scope +instruction.getglobalslot.description= +instruction.getglobalslot.stackBefore= +instruction.getglobalslot.stackAfter=value +instruction.getglobalslot.operands=slotIndex +instruction.setglobalslot.shortDescription=Set value of slot on global scope +instruction.setglobalslot.description= +instruction.setglobalslot.stackBefore=value +instruction.setglobalslot.stackAfter= +instruction.setglobalslot.operands=slotIndex +instruction.convert_s.shortDescription=Convert value to string +instruction.convert_s.description= +instruction.convert_s.stackBefore=value +instruction.convert_s.stackAfter=stringValue +instruction.convert_s.operands= +instruction.esc_xelem.shortDescription=Escape XML element +instruction.esc_xelem.description= +instruction.esc_xelem.stackBefore=value +instruction.esc_xelem.stackAfter=stringValue +instruction.esc_xelem.operands= +instruction.esc_xattr.shortDescription=Escape XML attribute +instruction.esc_xattr.description= +instruction.esc_xattr.stackBefore=value +instruction.esc_xattr.stackAfter=stringValue +instruction.esc_xattr.operands= +instruction.convert_i.shortDescription=Convert value to integer +instruction.convert_i.description= +instruction.convert_i.stackBefore=value +instruction.convert_i.stackAfter=intValue +instruction.convert_i.operands= +instruction.convert_u.shortDescription=Convert value to unsigned integer +instruction.convert_u.description= +instruction.convert_u.stackBefore=value +instruction.convert_u.stackAfter=uintValue +instruction.convert_u.operands= +instruction.convert_d.shortDescription=Convert value to double +instruction.convert_d.description= +instruction.convert_d.stackBefore=value +instruction.convert_d.stackAfter=doubleValue +instruction.convert_d.operands= +instruction.convert_b.shortDescription=Convert value to boolean +instruction.convert_b.description= +instruction.convert_b.stackBefore=value +instruction.convert_b.stackAfter=booleanValue +instruction.convert_b.operands= +instruction.convert_o.shortDescription=Convert value to Object +instruction.convert_o.description= +instruction.convert_o.stackBefore=value +instruction.convert_o.stackAfter=value +instruction.convert_o.operands= +instruction.checkfilter.shortDescription=Check that object can have filter operation applied +instruction.checkfilter.description= +instruction.checkfilter.stackBefore=value +instruction.checkfilter.stackAfter=value +instruction.checkfilter.operands= +instruction.convert_m.shortDescription=Convert value to decimal +instruction.convert_m.description= +instruction.convert_m.stackBefore=value +instruction.convert_m.stackAfter=decimalValue +instruction.convert_m.operands= +instruction.convert_m_p.shortDescription=Convert value to decimal with number context +instruction.convert_m_p.description= +instruction.convert_m_p.stackBefore=value +instruction.convert_m_p.stackAfter=decimalValue +instruction.convert_m_p.operands=numberContext +instruction.convert_f.shortDescription=Convert value to float +instruction.convert_f.description= +instruction.convert_f.stackBefore=value +instruction.convert_f.stackAfter=floatValue +instruction.convert_f.operands= +instruction.convert_f4.shortDescription=Convert value to float4 +instruction.convert_f4.description= +instruction.convert_f4.stackBefore=value +instruction.convert_f4.stackAfter=float4Value +instruction.convert_f4.operands= +instruction.coerce.shortDescription=Coerce value to specified type +instruction.coerce.description= +instruction.coerce.stackBefore=value +instruction.coerce.stackAfter=coercedValue +instruction.coerce.operands=type +instruction.coerce_b.shortDescription=Coerce value to boolean +instruction.coerce_b.description= +instruction.coerce_b.stackBefore=value +instruction.coerce_b.stackAfter=booleanValue +instruction.coerce_b.operands= +instruction.coerce_b.deprecated=Use convert_b instead +instruction.coerce_a.shortDescription=Coerce value to any type +instruction.coerce_a.description= +instruction.coerce_a.stackBefore=value +instruction.coerce_a.stackAfter=value +instruction.coerce_a.operands= +instruction.coerce_i.shortDescription=Coerce value to integer +instruction.coerce_i.description= +instruction.coerce_i.stackBefore=value +instruction.coerce_i.stackAfter=intValue +instruction.coerce_i.operands= +instruction.coerce_i.deprecated=Use convert_i instead +instruction.coerce_d.shortDescription=Coerce value to double +instruction.coerce_d.description= +instruction.coerce_d.stackBefore=value +instruction.coerce_d.stackAfter=doubleValue +instruction.coerce_d.operands= +instruction.coerce_d.deprecated=Use convert_d instead +instruction.coerce_s.shortDescription=Coerce value to string +instruction.coerce_s.description= +instruction.coerce_s.stackBefore=value +instruction.coerce_s.stackAfter=stringValue +instruction.coerce_s.operands= +instruction.astype.shortDescription=Return same value or null if not specified type +instruction.astype.description= +instruction.astype.stackBefore=value +instruction.astype.stackAfter=value +instruction.astype.operands=type +instruction.astypelate.shortDescription=Return same value or null if not specified type (stack based) +instruction.astypelate.description= +instruction.astypelate.stackBefore=value, type +instruction.astypelate.stackAfter=value +instruction.astypelate.operands= +instruction.coerce_u.shortDescription=Coerce value to unsigned integer +instruction.coerce_u.description= +instruction.coerce_u.stackBefore=value +instruction.coerce_u.stackAfter=uintValue +instruction.coerce_u.operands= +instruction.coerce_o.shortDescription=Coerce value to Object +instruction.coerce_o.description= +instruction.coerce_o.stackBefore=value +instruction.coerce_o.stackAfter=value +instruction.coerce_o.operands= +instruction.negate_p.shortDescription=Negate value using number context +instruction.negate_p.description= +instruction.negate_p.stackBefore=value +instruction.negate_p.stackAfter=-value +instruction.negate_p.operands=numberContext +instruction.negate.shortDescription=Negate value +instruction.negate.description= +instruction.negate.stackBefore=value +instruction.negate.stackAfter=-value +instruction.negate.operands= +instruction.increment.shortDescription=Increment value +instruction.increment.description= +instruction.increment.stackBefore=value +instruction.increment.stackAfter=incrementedValue +instruction.increment.operands= +instruction.inclocal.shortDescription=Increment local register +instruction.inclocal.description= +instruction.inclocal.stackBefore= +instruction.inclocal.stackAfter= +instruction.inclocal.operands=localRegister +instruction.decrement.shortDescription=Decrement value +instruction.decrement.description= +instruction.decrement.stackBefore=value +instruction.decrement.stackAfter=decrementedValue +instruction.decrement.operands= +instruction.declocal.shortDescription=Decrement local register +instruction.declocal.description= +instruction.declocal.stackBefore= +instruction.declocal.stackAfter= +instruction.declocal.operands=localRegister +instruction.typeof.shortDescription=Get name of value type +instruction.typeof.description= +instruction.typeof.stackBefore=value +instruction.typeof.stackAfter=typeName +instruction.typeof.operands= +instruction.not.shortDescription=Boolean negate +instruction.not.description= +instruction.not.stackBefore=value +instruction.not.stackAfter=!value +instruction.not.operands= +instruction.bitnot.shortDescription=Bitwise negate +instruction.bitnot.description= +instruction.bitnot.stackBefore=value +instruction.bitnot.stackAfter=~value +instruction.bitnot.operands= #Undocumented: -instruction.concat.shortDescription = Concat -instruction.concat.description = +instruction.concat.shortDescription=Concat +instruction.concat.description= #instruction.concat.stackBefore = #instruction.concat.stackAfter = #instruction.concat.operands = #Undocumented: - -instruction.add_d.shortDescription = Add_d -instruction.add_d.description = +instruction.add_d.shortDescription=Add_d +instruction.add_d.description= #instruction.add_d.stackBefore = #instruction.add_d.stackAfter = #instruction.add_d.operands = - -instruction.increment_p.shortDescription = Increment value using number context -instruction.increment_p.description = -instruction.increment_p.stackBefore = value -instruction.increment_p.stackAfter = incrementedValue -instruction.increment_p.operands = numberContext - -instruction.inclocal_p.shortDescription = Increment local register using number context -instruction.inclocal_p.description = -instruction.inclocal_p.stackBefore = -instruction.inclocal_p.stackAfter = -instruction.inclocal_p.operands = numberContext, localRegister - -instruction.decrement_p.shortDescription = Decrement value using number context -instruction.decrement_p.description = -instruction.decrement_p.stackBefore = value -instruction.decrement_p.stackAfter = decrementedValue -instruction.decrement_p.operands = numberContext - -instruction.declocal_p.shortDescription = Decrement local register using number context -instruction.declocal_p.description = -instruction.declocal_p.stackBefore = -instruction.declocal_p.stackAfter = -instruction.declocal_p.operands = numberContext, localRegister - -instruction.add.shortDescription = Add two values -instruction.add.description = -instruction.add.stackBefore = value1, value2 -instruction.add.stackAfter = value3 -instruction.add.operands = - -instruction.subtract.shortDescription = Subtract two values -instruction.subtract.description = -instruction.subtract.stackBefore = value1, value2 -instruction.subtract.stackAfter = value3 -instruction.subtract.operands = - -instruction.multiply.shortDescription = Multiply two values -instruction.multiply.description = -instruction.multiply.stackBefore = value1, value2 -instruction.multiply.stackAfter = value3 -instruction.multiply.operands = - -instruction.divide.shortDescription = Divide two values -instruction.divide.description = -instruction.divide.stackBefore = value1, value2 -instruction.divide.stackAfter = value3 -instruction.divide.operands = - -instruction.modulo.shortDescription = Modulo divide two values -instruction.modulo.description = -instruction.modulo.stackBefore = value1, value2 -instruction.modulo.stackAfter = value3 -instruction.modulo.operands = - -instruction.lshift.shortDescription = Bitwise left shift -instruction.lshift.description = -instruction.lshift.stackBefore = value1, value2 -instruction.lshift.stackAfter = value3 -instruction.lshift.operands = - -instruction.rshift.shortDescription = Bitwise right shift -instruction.rshift.description = -instruction.rshift.stackBefore = value1, value2 -instruction.rshift.stackAfter = value3 -instruction.rshift.operands = - -instruction.urshift.shortDescription = Unsigned bitwise right shift -instruction.urshift.description = -instruction.urshift.stackBefore = value1, value2 -instruction.urshift.stackAfter = value3 -instruction.urshift.operands = - -instruction.bitand.shortDescription = Bitwise and -instruction.bitand.description = -instruction.bitand.stackBefore = value1, value2 -instruction.bitand.stackAfter = value3 -instruction.bitand.operands = - -instruction.bitor.shortDescription = Bitwise or -instruction.bitor.description = -instruction.bitor.stackBefore = value1, value2 -instruction.bitor.stackAfter = value3 -instruction.bitor.operands = - -instruction.bitxor.shortDescription = Bitwise xor -instruction.bitxor.description = -instruction.bitxor.stackBefore = value1, value2 -instruction.bitxor.stackAfter = value3 -instruction.bitxor.operands = - -instruction.equals.shortDescription = Compare two values -instruction.equals.description = -instruction.equals.stackBefore = value1, value2 -instruction.equals.stackAfter = booleanResult -instruction.equals.operands = - -instruction.strictequals.shortDescription = Strict compare two values -instruction.strictequals.description = -instruction.strictequals.stackBefore = value1, value2 -instruction.strictequals.stackAfter = booleanResult -instruction.strictequals.operands = - -instruction.lessthan.shortDescription = Check that value is less than other value -instruction.lessthan.description = -instruction.lessthan.stackBefore = value1, value2 -instruction.lessthan.stackAfter = booleanResult -instruction.lessthan.operands = - -instruction.lessequals.shortDescription = Check that value is less or equal than other value -instruction.lessequals.description = -instruction.lessequals.stackBefore = value1, value2 -instruction.lessequals.stackAfter = booleanResult -instruction.lessequals.operands = booleanResult - -instruction.greaterthan.shortDescription = Check that value is greater or equal than other value -instruction.greaterthan.description = -instruction.greaterthan.stackBefore = value1, value2 -instruction.greaterthan.stackAfter = booleanResult -instruction.greaterthan.operands = - -instruction.greaterequals.shortDescription = Check that value is greater or equal than other value -instruction.greaterequals.description = -instruction.greaterequals.stackBefore = value1, value2 -instruction.greaterequals.stackAfter = booleanResult -instruction.greaterequals.operands = - -instruction.instanceof.shortDescription = Check that type exists in object prototype chain -instruction.instanceof.description = -instruction.instanceof.stackBefore = value, type -instruction.instanceof.stackAfter = booleanResult -instruction.instanceof.operands = - -instruction.istype.shortDescription = Check that object is of specified type -instruction.istype.description = -instruction.istype.stackBefore = value -instruction.istype.stackAfter = booleanResult -instruction.istype.operands = type - -instruction.istypelate.shortDescription = Check that object is of specified type (stack based) -instruction.istypelate.description = -instruction.istypelate.stackBefore = value, type -instruction.istypelate.stackAfter = booleanResult -instruction.istypelate.operands = - -instruction.in.shortDescription = Check that object has named property -instruction.in.description = -instruction.in.stackBefore = name, obj -instruction.in.stackAfter = booleanResult -instruction.in.operands = - -instruction.add_p.shortDescription = Add two values using number context -instruction.add_p.description = -instruction.add_p.stackBefore = value1, value2 -instruction.add_p.stackAfter = value3 -instruction.add_p.operands = numberContext - -instruction.subtract_p.shortDescription = Subtract two values using number context -instruction.subtract_p.description = -instruction.subtract_p.stackBefore = value1, value2 -instruction.subtract_p.stackAfter = value3 -instruction.subtract_p.operands = numberContext - -instruction.multiply_p.shortDescription = Multiply two values using number context -instruction.multiply_p.description = -instruction.multiply_p.stackBefore = value1, value2 -instruction.multiply_p.stackAfter = value3 -instruction.multiply_p.operands = numberContext - -instruction.divide_p.shortDescription = Divide two values using number context -instruction.divide_p.description = -instruction.divide_p.stackBefore = value1, value2 -instruction.divide_p.stackAfter = value3 -instruction.divide_p.operands = numberContext - -instruction.modulo_p.shortDescription = Modulo divide two values using number context -instruction.modulo_p.description = -instruction.modulo_p.stackBefore = value1, value2 -instruction.modulo_p.stackAfter = value3 -instruction.modulo_p.operands = numberContext - -instruction.increment_i.shortDescription = Increment integer value -instruction.increment_i.description = -instruction.increment_i.stackBefore = value -instruction.increment_i.stackAfter = incrementedValue -instruction.increment_i.operands = - -instruction.decrement_i.shortDescription = Decrement integer value -instruction.decrement_i.description = -instruction.decrement_i.stackBefore = value -instruction.decrement_i.stackAfter = decrementedValue -instruction.decrement_i.operands = - -instruction.inclocal_i.shortDescription = Increment local register integer value -instruction.inclocal_i.description = -instruction.inclocal_i.stackBefore = -instruction.inclocal_i.stackAfter = -instruction.inclocal_i.operands = localRegister - -instruction.declocal_i.shortDescription = Decrement local register integer value -instruction.declocal_i.description = -instruction.declocal_i.stackBefore = -instruction.declocal_i.stackAfter = -instruction.declocal_i.operands = localRegister - -instruction.negate_i.shortDescription = Negate integer value -instruction.negate_i.description = -instruction.negate_i.stackBefore = value -instruction.negate_i.stackAfter = -value -instruction.negate_i.operands = - -instruction.add_i.shortDescription = Add two integer values -instruction.add_i.description = -instruction.add_i.stackBefore = value1, value2 -instruction.add_i.stackAfter = value3 -instruction.add_i.operands = - -instruction.subtract_i.shortDescription = Subtract two integer values -instruction.subtract_i.description = -instruction.subtract_i.stackBefore = value1, value2 -instruction.subtract_i.stackAfter = value3 -instruction.subtract_i.operands = - -instruction.multiply_i.shortDescription = Multiply two integer values -instruction.multiply_i.description = -instruction.multiply_i.stackBefore = value1, value2 -instruction.multiply_i.stackAfter = value3 -instruction.multiply_i.operands = - -instruction.getlocal0.shortDescription = Get local register 0 -instruction.getlocal0.description = -instruction.getlocal0.stackBefore = -instruction.getlocal0.stackAfter = value -instruction.getlocal0.operands = - -instruction.getlocal1.shortDescription = Get local register 1 -instruction.getlocal1.description = -instruction.getlocal1.stackBefore = -instruction.getlocal1.stackAfter = value -instruction.getlocal1.operands = - -instruction.getlocal2.shortDescription = Get local register 2 -instruction.getlocal2.description = -instruction.getlocal2.stackBefore = -instruction.getlocal2.stackAfter = value -instruction.getlocal2.operands = - -instruction.getlocal3.shortDescription = Get local register 3 -instruction.getlocal3.description = -instruction.getlocal3.stackBefore = -instruction.getlocal3.stackAfter = value -instruction.getlocal3.operands = - -instruction.setlocal0.shortDescription = Set local register 0 -instruction.setlocal0.description = -instruction.setlocal0.stackBefore = value -instruction.setlocal0.stackAfter = -instruction.setlocal0.operands = - -instruction.setlocal1.shortDescription = Set local register 1 -instruction.setlocal1.description = -instruction.setlocal1.stackBefore = value -instruction.setlocal1.stackAfter = -instruction.setlocal1.operands = - -instruction.setlocal2.shortDescription = Set local register 2 -instruction.setlocal2.description = -instruction.setlocal2.stackBefore = value -instruction.setlocal2.stackAfter = -instruction.setlocal2.operands = - -instruction.setlocal3.shortDescription = Set local register 3 -instruction.setlocal3.description = -instruction.setlocal3.stackBefore = value -instruction.setlocal3.stackAfter = -instruction.setlocal3.operands = - +instruction.increment_p.shortDescription=Increment value using number context +instruction.increment_p.description= +instruction.increment_p.stackBefore=value +instruction.increment_p.stackAfter=incrementedValue +instruction.increment_p.operands=numberContext +instruction.inclocal_p.shortDescription=Increment local register using number context +instruction.inclocal_p.description= +instruction.inclocal_p.stackBefore= +instruction.inclocal_p.stackAfter= +instruction.inclocal_p.operands=numberContext, localRegister +instruction.decrement_p.shortDescription=Decrement value using number context +instruction.decrement_p.description= +instruction.decrement_p.stackBefore=value +instruction.decrement_p.stackAfter=decrementedValue +instruction.decrement_p.operands=numberContext +instruction.declocal_p.shortDescription=Decrement local register using number context +instruction.declocal_p.description= +instruction.declocal_p.stackBefore= +instruction.declocal_p.stackAfter= +instruction.declocal_p.operands=numberContext, localRegister +instruction.add.shortDescription=Add two values +instruction.add.description= +instruction.add.stackBefore=value1, value2 +instruction.add.stackAfter=value3 +instruction.add.operands= +instruction.subtract.shortDescription=Subtract two values +instruction.subtract.description= +instruction.subtract.stackBefore=value1, value2 +instruction.subtract.stackAfter=value3 +instruction.subtract.operands= +instruction.multiply.shortDescription=Multiply two values +instruction.multiply.description= +instruction.multiply.stackBefore=value1, value2 +instruction.multiply.stackAfter=value3 +instruction.multiply.operands= +instruction.divide.shortDescription=Divide two values +instruction.divide.description= +instruction.divide.stackBefore=value1, value2 +instruction.divide.stackAfter=value3 +instruction.divide.operands= +instruction.modulo.shortDescription=Modulo divide two values +instruction.modulo.description= +instruction.modulo.stackBefore=value1, value2 +instruction.modulo.stackAfter=value3 +instruction.modulo.operands= +instruction.lshift.shortDescription=Bitwise left shift +instruction.lshift.description= +instruction.lshift.stackBefore=value1, value2 +instruction.lshift.stackAfter=value3 +instruction.lshift.operands= +instruction.rshift.shortDescription=Bitwise right shift +instruction.rshift.description= +instruction.rshift.stackBefore=value1, value2 +instruction.rshift.stackAfter=value3 +instruction.rshift.operands= +instruction.urshift.shortDescription=Unsigned bitwise right shift +instruction.urshift.description= +instruction.urshift.stackBefore=value1, value2 +instruction.urshift.stackAfter=value3 +instruction.urshift.operands= +instruction.bitand.shortDescription=Bitwise and +instruction.bitand.description= +instruction.bitand.stackBefore=value1, value2 +instruction.bitand.stackAfter=value3 +instruction.bitand.operands= +instruction.bitor.shortDescription=Bitwise or +instruction.bitor.description= +instruction.bitor.stackBefore=value1, value2 +instruction.bitor.stackAfter=value3 +instruction.bitor.operands= +instruction.bitxor.shortDescription=Bitwise xor +instruction.bitxor.description= +instruction.bitxor.stackBefore=value1, value2 +instruction.bitxor.stackAfter=value3 +instruction.bitxor.operands= +instruction.equals.shortDescription=Compare two values +instruction.equals.description= +instruction.equals.stackBefore=value1, value2 +instruction.equals.stackAfter=booleanResult +instruction.equals.operands= +instruction.strictequals.shortDescription=Strict compare two values +instruction.strictequals.description= +instruction.strictequals.stackBefore=value1, value2 +instruction.strictequals.stackAfter=booleanResult +instruction.strictequals.operands= +instruction.lessthan.shortDescription=Check that value is less than other value +instruction.lessthan.description= +instruction.lessthan.stackBefore=value1, value2 +instruction.lessthan.stackAfter=booleanResult +instruction.lessthan.operands= +instruction.lessequals.shortDescription=Check that value is less or equal than other value +instruction.lessequals.description= +instruction.lessequals.stackBefore=value1, value2 +instruction.lessequals.stackAfter=booleanResult +instruction.lessequals.operands=booleanResult +instruction.greaterthan.shortDescription=Check that value is greater or equal than other value +instruction.greaterthan.description= +instruction.greaterthan.stackBefore=value1, value2 +instruction.greaterthan.stackAfter=booleanResult +instruction.greaterthan.operands= +instruction.greaterequals.shortDescription=Check that value is greater or equal than other value +instruction.greaterequals.description= +instruction.greaterequals.stackBefore=value1, value2 +instruction.greaterequals.stackAfter=booleanResult +instruction.greaterequals.operands= +instruction.instanceof.shortDescription=Check that type exists in object prototype chain +instruction.instanceof.description= +instruction.instanceof.stackBefore=value, type +instruction.instanceof.stackAfter=booleanResult +instruction.instanceof.operands= +instruction.istype.shortDescription=Check that object is of specified type +instruction.istype.description= +instruction.istype.stackBefore=value +instruction.istype.stackAfter=booleanResult +instruction.istype.operands=type +instruction.istypelate.shortDescription=Check that object is of specified type (stack based) +instruction.istypelate.description= +instruction.istypelate.stackBefore=value, type +instruction.istypelate.stackAfter=booleanResult +instruction.istypelate.operands= +instruction.in.shortDescription=Check that object has named property +instruction.in.description= +instruction.in.stackBefore=name, obj +instruction.in.stackAfter=booleanResult +instruction.in.operands= +instruction.add_p.shortDescription=Add two values using number context +instruction.add_p.description= +instruction.add_p.stackBefore=value1, value2 +instruction.add_p.stackAfter=value3 +instruction.add_p.operands=numberContext +instruction.subtract_p.shortDescription=Subtract two values using number context +instruction.subtract_p.description= +instruction.subtract_p.stackBefore=value1, value2 +instruction.subtract_p.stackAfter=value3 +instruction.subtract_p.operands=numberContext +instruction.multiply_p.shortDescription=Multiply two values using number context +instruction.multiply_p.description= +instruction.multiply_p.stackBefore=value1, value2 +instruction.multiply_p.stackAfter=value3 +instruction.multiply_p.operands=numberContext +instruction.divide_p.shortDescription=Divide two values using number context +instruction.divide_p.description= +instruction.divide_p.stackBefore=value1, value2 +instruction.divide_p.stackAfter=value3 +instruction.divide_p.operands=numberContext +instruction.modulo_p.shortDescription=Modulo divide two values using number context +instruction.modulo_p.description= +instruction.modulo_p.stackBefore=value1, value2 +instruction.modulo_p.stackAfter=value3 +instruction.modulo_p.operands=numberContext +instruction.increment_i.shortDescription=Increment integer value +instruction.increment_i.description= +instruction.increment_i.stackBefore=value +instruction.increment_i.stackAfter=incrementedValue +instruction.increment_i.operands= +instruction.decrement_i.shortDescription=Decrement integer value +instruction.decrement_i.description= +instruction.decrement_i.stackBefore=value +instruction.decrement_i.stackAfter=decrementedValue +instruction.decrement_i.operands= +instruction.inclocal_i.shortDescription=Increment local register integer value +instruction.inclocal_i.description= +instruction.inclocal_i.stackBefore= +instruction.inclocal_i.stackAfter= +instruction.inclocal_i.operands=localRegister +instruction.declocal_i.shortDescription=Decrement local register integer value +instruction.declocal_i.description= +instruction.declocal_i.stackBefore= +instruction.declocal_i.stackAfter= +instruction.declocal_i.operands=localRegister +instruction.negate_i.shortDescription=Negate integer value +instruction.negate_i.description= +instruction.negate_i.stackBefore=value +instruction.negate_i.stackAfter=-value +instruction.negate_i.operands= +instruction.add_i.shortDescription=Add two integer values +instruction.add_i.description= +instruction.add_i.stackBefore=value1, value2 +instruction.add_i.stackAfter=value3 +instruction.add_i.operands= +instruction.subtract_i.shortDescription=Subtract two integer values +instruction.subtract_i.description= +instruction.subtract_i.stackBefore=value1, value2 +instruction.subtract_i.stackAfter=value3 +instruction.subtract_i.operands= +instruction.multiply_i.shortDescription=Multiply two integer values +instruction.multiply_i.description= +instruction.multiply_i.stackBefore=value1, value2 +instruction.multiply_i.stackAfter=value3 +instruction.multiply_i.operands= +instruction.getlocal0.shortDescription=Get local register 0 +instruction.getlocal0.description= +instruction.getlocal0.stackBefore= +instruction.getlocal0.stackAfter=value +instruction.getlocal0.operands= +instruction.getlocal1.shortDescription=Get local register 1 +instruction.getlocal1.description= +instruction.getlocal1.stackBefore= +instruction.getlocal1.stackAfter=value +instruction.getlocal1.operands= +instruction.getlocal2.shortDescription=Get local register 2 +instruction.getlocal2.description= +instruction.getlocal2.stackBefore= +instruction.getlocal2.stackAfter=value +instruction.getlocal2.operands= +instruction.getlocal3.shortDescription=Get local register 3 +instruction.getlocal3.description= +instruction.getlocal3.stackBefore= +instruction.getlocal3.stackAfter=value +instruction.getlocal3.operands= +instruction.setlocal0.shortDescription=Set local register 0 +instruction.setlocal0.description= +instruction.setlocal0.stackBefore=value +instruction.setlocal0.stackAfter= +instruction.setlocal0.operands= +instruction.setlocal1.shortDescription=Set local register 1 +instruction.setlocal1.description= +instruction.setlocal1.stackBefore=value +instruction.setlocal1.stackAfter= +instruction.setlocal1.operands= +instruction.setlocal2.shortDescription=Set local register 2 +instruction.setlocal2.description= +instruction.setlocal2.stackBefore=value +instruction.setlocal2.stackAfter= +instruction.setlocal2.operands= +instruction.setlocal3.shortDescription=Set local register 3 +instruction.setlocal3.description= +instruction.setlocal3.stackBefore=value +instruction.setlocal3.stackAfter= +instruction.setlocal3.operands= #Undocumented: -instruction.invalid.shortDescription = Invalid -instruction.invalid.description = +instruction.invalid.shortDescription=Invalid +instruction.invalid.description= #instruction.invalid.stackBefore = #instruction.invalid.stackAfter = #instruction.invalid.operands = #Undocumented: - -instruction.abs_jump.shortDescription = Absolute jump -instruction.abs_jump.description = +instruction.abs_jump.shortDescription=Absolute jump +instruction.abs_jump.description= #instruction.abs_jump.stackBefore = #instruction.abs_jump.stackAfter = #instruction.abs_jump.operands = - -instruction.debug.shortDescription = Debugging info -instruction.debug.description = -instruction.debug.stackBefore = -instruction.debug.stackAfter = -instruction.debug.operands = debugType, regName, localRegister, extra - -instruction.debugline.shortDescription = Debugging line number info -instruction.debugline.description = -instruction.debugline.stackBefore = -instruction.debugline.stackAfter = -instruction.debugline.operands = lineNumber - -instruction.debugfile.shortDescription = Debugging file info -instruction.debugfile.description = -instruction.debugfile.stackBefore = -instruction.debugfile.stackAfter = -instruction.debugfile.operands = fileName - -instruction.bkptline.shortDescription = Breakpoint on line -instruction.bkptline.description = -instruction.bkptline.stackBefore = -instruction.bkptline.stackAfter = -instruction.bkptline.operands = lineNumber - +instruction.debug.shortDescription=Debugging info +instruction.debug.description= +instruction.debug.stackBefore= +instruction.debug.stackAfter= +instruction.debug.operands=debugType, regName, localRegister, extra +instruction.debugline.shortDescription=Debugging line number info +instruction.debugline.description= +instruction.debugline.stackBefore= +instruction.debugline.stackAfter= +instruction.debugline.operands=lineNumber +instruction.debugfile.shortDescription=Debugging file info +instruction.debugfile.description= +instruction.debugfile.stackBefore= +instruction.debugfile.stackAfter= +instruction.debugfile.operands=fileName +instruction.bkptline.shortDescription=Breakpoint on line +instruction.bkptline.description= +instruction.bkptline.stackBefore= +instruction.bkptline.stackAfter= +instruction.bkptline.operands=lineNumber #Undocumented: -instruction.timestamp.shortDescription = Timestamp -instruction.timestamp.description = -instruction.timestamp.stackBefore = -instruction.timestamp.stackAfter = -instruction.timestamp.operands = - +instruction.timestamp.shortDescription=Timestamp +instruction.timestamp.description= +instruction.timestamp.stackBefore= +instruction.timestamp.stackAfter= +instruction.timestamp.operands= #Undocumented: -instruction.verifypass.shortDescription = Verify pass -instruction.verifypass.description = +instruction.verifypass.shortDescription=Verify pass +instruction.verifypass.description= #instruction.verifypass.stackBefore = #instruction.verifypass.stackAfter = #instruction.verifypass.operands = #Undocumented: - -instruction.alloc.shortDescription = Alloc -instruction.alloc.description = +instruction.alloc.shortDescription=Alloc +instruction.alloc.description= #instruction.alloc.stackBefore = #instruction.alloc.stackAfter = #instruction.alloc.operands = #Undocumented: - -instruction.mark.shortDescription = Mark -instruction.mark.description = +instruction.mark.shortDescription=Mark +instruction.mark.description= #instruction.mark.stackBefore = #instruction.mark.stackAfter = #instruction.mark.operands = #Undocumented: - -instruction.wb.shortDescription = Wb -instruction.wb.description = +instruction.wb.shortDescription=Wb +instruction.wb.description= #instruction.wb.stackBefore = #instruction.wb.stackAfter = #instruction.wb.operands = #Undocumented: - -instruction.prologue.shortDescription = Prologue -instruction.prologue.description = +instruction.prologue.shortDescription=Prologue +instruction.prologue.description= #instruction.prologue.stackBefore = #instruction.prologue.stackAfter = #instruction.prologue.operands = #Undocumented: - -instruction.sendenter.shortDescription = Send enter -instruction.sendenter.description = +instruction.sendenter.shortDescription=Send enter +instruction.sendenter.description= #instruction.sendenter.stackBefore = #instruction.sendenter.stackAfter = #instruction.sendenter.operands = #Undocumented: - -instruction.doubletoatom.shortDescription = Double to atom -instruction.doubletoatom.description = +instruction.doubletoatom.shortDescription=Double to atom +instruction.doubletoatom.description= #instruction.doubletoatom.stackBefore = #instruction.doubletoatom.stackAfter = #instruction.doubletoatom.operands = #Undocumented: - -instruction.sweep.shortDescription = Sweep -instruction.sweep.description = +instruction.sweep.shortDescription=Sweep +instruction.sweep.description= #instruction.sweep.stackBefore = #instruction.sweep.stackAfter = #instruction.sweep.operands = #Undocumented: - -instruction.codegenop.shortDescription = CodeGenOp -instruction.codegenop.description = +instruction.codegenop.shortDescription=CodeGenOp +instruction.codegenop.description= #instruction.codegenop.stackBefore = #instruction.codegenop.stackAfter = #instruction.codegenop.operands = #Undocumented: - -instruction.verifyop.shortDescription = VerifyOp -instruction.verifyop.description = +instruction.verifyop.shortDescription=VerifyOp +instruction.verifyop.description= #instruction.verifyop.stackBefore = #instruction.verifyop.stackAfter = #instruction.verifyop.operands = #Undocumented: - -instruction.decode.shortDescription = Decode -instruction.decode.description = +instruction.decode.shortDescription=Decode +instruction.decode.description= #instruction.decode.stackBefore = #instruction.decode.stackAfter = #instruction.decode.operands = - - -instruction.unplus.shortDescription = Unary plus - coerce to numeric -instruction.unplus.description = -instruction.unplus.stackBefore = value -instruction.unplus.stackAfter = value -instruction.unplus.operands = - -instruction.pushconstant.shortDescription = Push constant value on stack -instruction.pushconstant.description = +instruction.unplus.shortDescription=Unary plus - coerce to numeric +instruction.unplus.description= +instruction.unplus.stackBefore=value +instruction.unplus.stackAfter=value +instruction.unplus.operands= +instruction.pushconstant.shortDescription=Push constant value on stack +instruction.pushconstant.description= #instruction.pushconstant.stackBefore = #instruction.pushconstant.stackAfter = -instruction.pushconstant.operands = value +instruction.pushconstant.operands=value diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/locales/docs/pcode/AS3other.properties b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/locales/docs/pcode/AS3other.properties index 56a202189..1fd5b6eec 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/locales/docs/pcode/AS3other.properties +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/locales/docs/pcode/AS3other.properties @@ -12,84 +12,75 @@ # # You should have received a copy of the GNU Lesser General Public # License along with this library. -ui.list.heading = AVM2 p-code -ui.list.pageTitle = AVM2 p-code -ui.list.documentTitle = AVM2 p-code -ui.list.pageDescription = List of p-code settings - - -name.QName = Qualified Name -name.QNameA = Qualified Name of Attribute -name.RTQName = Runtime Qualified Name -name.RTQNameA = Runtime Qualified Name of Attribute -name.RTQNameL = Runtime Qualified Name Late -name.RTQNameLA = Runtime Qualified Name Late of Attribute -name.Multiname = Multiple Namespace Name -name.MultinameA = Multiple Namespace Name of Attribute -name.MultinameL = Multiple Namespace Name Late -name.MultinameLA = Multiple Namespace Name Late of Attribute -name.TypeName = Type Name - -namespacekind.Namespace = Namespace -namespacekind.PrivateNamespace = Private Namespace -namespacekind.PackageNamespace = Package Namespace -namespacekind.PackageInternalNs = Package Internal Namespace -namespacekind.ProtectedNamespace = Protected Namespace -namespacekind.ExplicitNamespace = Explicit Namespace -namespacekind.StaticProtectedNs = Static Protected Namespace - -trait = Trait +ui.list.heading=AVM2 p-code +ui.list.pageTitle=AVM2 p-code +ui.list.documentTitle=AVM2 p-code +ui.list.pageDescription=List of p-code settings +name.QName=Qualified Name +name.QNameA=Qualified Name of Attribute +name.RTQName=Runtime Qualified Name +name.RTQNameA=Runtime Qualified Name of Attribute +name.RTQNameL=Runtime Qualified Name Late +name.RTQNameLA=Runtime Qualified Name Late of Attribute +name.Multiname=Multiple Namespace Name +name.MultinameA=Multiple Namespace Name of Attribute +name.MultinameL=Multiple Namespace Name Late +name.MultinameLA=Multiple Namespace Name Late of Attribute +name.TypeName=Type Name +namespacekind.Namespace=Namespace +namespacekind.PrivateNamespace=Private Namespace +namespacekind.PackageNamespace=Package Namespace +namespacekind.PackageInternalNs=Package Internal Namespace +namespacekind.ProtectedNamespace=Protected Namespace +namespacekind.ExplicitNamespace=Explicit Namespace +namespacekind.StaticProtectedNs=Static Protected Namespace +trait=Trait #types: -trait.method = Trait of type method -trait.slot = Trait of type slot -trait.const = Trait of type const -trait.setter = Trait of type setter -trait.getter = Trait of type getter -trait.class = Trait of type class -trait.function = Trait of type function - -trait.metadata = Metadata -trait.metadata.item = One metadata item -trait.metadata.end = End of metadata - -trait.flag = Trait flag -trait.flag.METADATA = Trait has metadata attached -trait.flag.FINAL = Trais if final -trait.flag.OVERRIDE = Trait overrides parent - +trait.method=Trait of type method +trait.slot=Trait of type slot +trait.const=Trait of type const +trait.setter=Trait of type setter +trait.getter=Trait of type getter +trait.class=Trait of type class +trait.function=Trait of type function +trait.metadata=Metadata +trait.metadata.item=One metadata item +trait.metadata.end=End of metadata +trait.flag=Trait flag +trait.flag.METADATA=Trait has metadata attached +trait.flag.FINAL=Trais if final +trait.flag.OVERRIDE=Trait overrides parent #method/getter/setter -trait.dispid = Dispatch id +trait.dispid=Dispatch id #slot/const/class/function -trait.slotid = Slot id - -trait.type = Type of trait -trait.value = Default value for a trait - -method = Method -method.name = Name of the method -method.flag = Method flag -method.flag.NEED_ARGUMENTS = Create "arguments" object in register method_info.param_count+1 -method.flag.NEED_ACTIVATION = This method uses newactivation instruction -method.flag.NEED_REST = Create rest arguments array in register method_info.param_count+1 -method.flag.HAS_OPTIONAL = This method has optional arguments -method.flag.IGNORE_REST = Do not preload rest arguments -method.flag.NATIVE = This method is native -method.flag.SETSDXNS = This method uses dxns or dxnslate instructions -method.flag.HAS_PARAMNAMES = This method has parameter names in method_info -method.param = Type of parameter -method.paramname = Name of parameter -method.optional = Default value for optional parameter -method.returns = Return type of method -method.body = Body of method -method.body.maxstack = Maximum number of stack slots at any point of execution -method.body.localcount = Index of highest-numbered local register plus one -method.body.initscopedepth = Minimum scope depth (relative to maxscopedepth) that may be accessed -method.body.maxscopedepth = Maximum scope depth that may be accessed -method.body.try = Exception block -method.body.try.from = Starting position from which exception is enabled -method.body.try.to = Ending position after which the exception is disabled -method.body.try.target = Position to which control should jump if exception of this type is thrown -method.body.try.type = Type of catched exception -method.body.try.name = Name of the exception object -method.body.code = Code of the method body -method.body.trait = Trait of the method body +trait.slotid=Slot id +trait.type=Type of trait +trait.value=Default value for a trait +method=Method +method.name=Name of the method +method.flag=Method flag +method.flag.NEED_ARGUMENTS=Create "arguments" object in register method_info.param_count+1 +method.flag.NEED_ACTIVATION=This method uses newactivation instruction +method.flag.NEED_REST=Create rest arguments array in register method_info.param_count+1 +method.flag.HAS_OPTIONAL=This method has optional arguments +method.flag.IGNORE_REST=Do not preload rest arguments +method.flag.NATIVE=This method is native +method.flag.SETSDXNS=This method uses dxns or dxnslate instructions +method.flag.HAS_PARAMNAMES=This method has parameter names in method_info +method.param=Type of parameter +method.paramname=Name of parameter +method.optional=Default value for optional parameter +method.returns=Return type of method +method.body=Body of method +method.body.maxstack=Maximum number of stack slots at any point of execution +method.body.localcount=Index of highest-numbered local register plus one +method.body.initscopedepth=Minimum scope depth (relative to maxscopedepth) that may be accessed +method.body.maxscopedepth=Maximum scope depth that may be accessed +method.body.try=Exception block +method.body.try.from=Starting position from which exception is enabled +method.body.try.to=Ending position after which the exception is disabled +method.body.try.target=Position to which control should jump if exception of this type is thrown +method.body.try.type=Type of catched exception +method.body.try.name=Name of the exception object +method.body.code=Code of the method body +method.body.trait=Trait of the method body diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/locales/docs/pcode/AS3other_ca.properties b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/locales/docs/pcode/AS3other_ca.properties index 64a406d69..5ef58e7f1 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/locales/docs/pcode/AS3other_ca.properties +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/locales/docs/pcode/AS3other_ca.properties @@ -12,78 +12,70 @@ # # You should have received a copy of the GNU Lesser General Public # License along with this library. -ui.list.heading = Codi-P AVM2 -ui.list.pageTitle = Codi-P AVM2 -ui.list.documentTitle = Codi-P AVM2 -ui.list.pageDescription = Llista de par\u00e0metres de codi-P - - -name.QName = Nom Qualificat -name.QNameA = Nom Qualificat de l'Atribut -name.RTQName = Nom Qualificat en Temps d'Execuci\u00f3 -name.RTQNameA = Nom Qualificat de l'Atribut en Temps d'Execuci\u00f3 -name.RTQNameL = Runtime Qualified Name Late -name.RTQNameLA = Runtime Qualified Name Late of Attribute -name.Multiname = Nom d'Espai de Noms M\u00faltiple -name.MultinameA = Nom d'Espai de Noms M\u00faltiple de l'Atribut -name.MultinameL = Multiple Namespace Name Late -name.MultinameLA = Multiple Namespace Name Late of Attribute -name.TypeName = Nom de Tipus - -namespacekind.Namespace = Espai de Noms -namespacekind.PrivateNamespace = Espai de Noms Privat -namespacekind.PackageNamespace = Espai de Noms del Paquet -namespacekind.PackageInternalNs = Espai de Noms Intern del Paquet -namespacekind.ProtectedNamespace = Espai de Noms Protegit -namespacekind.ExplicitNamespace = Espai de Noms Expl\u00edcit -namespacekind.StaticProtectedNs = Espai de Noms Protegit Est\u00e0tic - -trait = Tret +ui.list.heading=Codi-P AVM2 +ui.list.pageTitle=Codi-P AVM2 +ui.list.documentTitle=Codi-P AVM2 +ui.list.pageDescription=Llista de par\u00e0metres de codi-P +name.QName=Nom Qualificat +name.QNameA=Nom Qualificat de l'Atribut +name.RTQName=Nom Qualificat en Temps d'Execuci\u00f3 +name.RTQNameA=Nom Qualificat de l'Atribut en Temps d'Execuci\u00f3 +name.RTQNameL=Runtime Qualified Name Late +name.RTQNameLA=Runtime Qualified Name Late of Attribute +name.Multiname=Nom d'Espai de Noms M\u00faltiple +name.MultinameA=Nom d'Espai de Noms M\u00faltiple de l'Atribut +name.MultinameL=Multiple Namespace Name Late +name.MultinameLA=Multiple Namespace Name Late of Attribute +name.TypeName=Nom de Tipus +namespacekind.Namespace=Espai de Noms +namespacekind.PrivateNamespace=Espai de Noms Privat +namespacekind.PackageNamespace=Espai de Noms del Paquet +namespacekind.PackageInternalNs=Espai de Noms Intern del Paquet +namespacekind.ProtectedNamespace=Espai de Noms Protegit +namespacekind.ExplicitNamespace=Espai de Noms Expl\u00edcit +namespacekind.StaticProtectedNs=Espai de Noms Protegit Est\u00e0tic +trait=Tret #types: -trait.method = Tret del tipus m\u00e8tode -trait.slot = Tret del tipus slot -trait.const = Tret del tipus constant -trait.setter = Tret del tipus setter -trait.getter = Tret del tipus getter -trait.class = Tret del tipus classe -trait.function = Tret del tipus funci\u00f3 - -trait.metadata = Metadades -trait.metadata.item = Un \u00edtem de metadades -trait.metadata.end = Fi de metadades - -trait.flag = Bandera de tret -trait.flag.METADATA = EL tret t\u00e9 metadades adjuntades -trait.flag.FINAL = El tret \u00e9s final -trait.flag.OVERRIDE = El tret obvia el pare - +trait.method=Tret del tipus m\u00e8tode +trait.slot=Tret del tipus slot +trait.const=Tret del tipus constant +trait.setter=Tret del tipus setter +trait.getter=Tret del tipus getter +trait.class=Tret del tipus classe +trait.function=Tret del tipus funci\u00f3 +trait.metadata=Metadades +trait.metadata.item=Un \u00edtem de metadades +trait.metadata.end=Fi de metadades +trait.flag=Bandera de tret +trait.flag.METADATA=EL tret t\u00e9 metadades adjuntades +trait.flag.FINAL=El tret \u00e9s final +trait.flag.OVERRIDE=El tret obvia el pare #method/getter/setter -trait.dispid = Id de despatx +trait.dispid=Id de despatx #slot/const/class/function -trait.slotid = Id de slot - -method = M\u00e8tode -method.name = Nom del m\u00e8tode -method.flag = Bandera del m\u00e8tode -method.flag.NEED_ARGUMENTS = Crea l'objecte "arguments" al m\u00e8tode de registre method_info.param_count+1 -method.flag.NEED_ACTIVATION = Aquest m\u00e8tode utilitza la instrucci\u00f3 newactivation -method.flag.NEED_REST = Crea array d'arguments de la resta al registre method_info.param_count+1 -method.flag.HAS_OPTIONAL = Aquest m\u00e8tode t\u00e9 arguments opcionals -method.flag.SETSDXNS = Aquest m\u00e8tode utilitza instruccions dxns o dxnslate -method.flag.HAS_PARAMNAMES = Aquest m\u00e8tode t\u00e9 noms de par\u00e0metre a method_info -method.param = Tipus de par\u00e0metre -method.paramname = Nom del par\u00e0metre -method.optional = Valor per defecte del par\u00e0metre opcional -method.returns = Tipus de retorn del m\u00e8tode -method.body = Cos del m\u00e8tode -method.body.maxstack = Nombre m\u00e0xim de slots de pila a qualsevol punt d'execuci\u00f3 -method.body.localcount = \u00cdndex de registres locals de numeraci\u00f3 m\u00e9s alta m\u00e9s u -method.body.initscopedepth = Profunditat d'abast m\u00ednima (relativa a maxscopedepth) que pot ser accedida -method.body.maxscopedepth = Profunditat d'abast m\u00e0xima que pot ser accedida -method.body.try = Bloc d'excepci\u00f3 -method.body.try.from = Posici\u00f3 inicial des de la qual s'activa l'excepci\u00f3 -method.body.try.to = Posici\u00f3 final a partir de la qual es desactiva l'excepci\u00f3 -method.body.try.target = Posici\u00f3 a la qual cal transferir el control si es d\u00f3na una excepci\u00f3 d'aquest tipus -method.body.try.type = Tipus d'excepci\u00f3 capturada -method.body.try.name = Nom de l'objecte d'excepci\u00f3 -method.body.code = Codi del cos del m\u00e8tode +trait.slotid=Id de slot +method=M\u00e8tode +method.name=Nom del m\u00e8tode +method.flag=Bandera del m\u00e8tode +method.flag.NEED_ARGUMENTS=Crea l'objecte "arguments" al m\u00e8tode de registre method_info.param_count+1 +method.flag.NEED_ACTIVATION=Aquest m\u00e8tode utilitza la instrucci\u00f3 newactivation +method.flag.NEED_REST=Crea array d'arguments de la resta al registre method_info.param_count+1 +method.flag.HAS_OPTIONAL=Aquest m\u00e8tode t\u00e9 arguments opcionals +method.flag.SETSDXNS=Aquest m\u00e8tode utilitza instruccions dxns o dxnslate +method.flag.HAS_PARAMNAMES=Aquest m\u00e8tode t\u00e9 noms de par\u00e0metre a method_info +method.param=Tipus de par\u00e0metre +method.paramname=Nom del par\u00e0metre +method.optional=Valor per defecte del par\u00e0metre opcional +method.returns=Tipus de retorn del m\u00e8tode +method.body=Cos del m\u00e8tode +method.body.maxstack=Nombre m\u00e0xim de slots de pila a qualsevol punt d'execuci\u00f3 +method.body.localcount=\u00cdndex de registres locals de numeraci\u00f3 m\u00e9s alta m\u00e9s u +method.body.initscopedepth=Profunditat d'abast m\u00ednima (relativa a maxscopedepth) que pot ser accedida +method.body.maxscopedepth=Profunditat d'abast m\u00e0xima que pot ser accedida +method.body.try=Bloc d'excepci\u00f3 +method.body.try.from=Posici\u00f3 inicial des de la qual s'activa l'excepci\u00f3 +method.body.try.to=Posici\u00f3 final a partir de la qual es desactiva l'excepci\u00f3 +method.body.try.target=Posici\u00f3 a la qual cal transferir el control si es d\u00f3na una excepci\u00f3 d'aquest tipus +method.body.try.type=Tipus d'excepci\u00f3 capturada +method.body.try.name=Nom de l'objecte d'excepci\u00f3 +method.body.code=Codi del cos del m\u00e8tode diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/locales/docs/pcode/AS3other_nl.properties b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/locales/docs/pcode/AS3other_nl.properties index 37b047331..64f501a1a 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/locales/docs/pcode/AS3other_nl.properties +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/locales/docs/pcode/AS3other_nl.properties @@ -12,75 +12,75 @@ # # You should have received a copy of the GNU Lesser General Public # License along with this library. -ui.list.heading = AVM2 p-code -ui.list.pageTitle = AVM2 p-code -ui.list.documentTitle = AVM2 p-code -ui.list.pageDescription = Lijst met p-code-instellingen -name.QName = Gekwalificeerde naam -name.QNameA = Gekwalificeerde naam van attribuut -name.RTQName = Runtime gekwalificeerde naam -name.RTQNameA = Runtime gekwalificeerde naam van het kenmerk -name.RTQNameL = Runtime gekwalificeerde naam late -name.RTQNameLA = Runtime gekwalificeerde naam Late attribuut -name.Multiname = Meerdere naamruimtenamen -name.MultinameA = Meerdere naamruimte naam van attribuut -name.MultinameL = Meerdere naamruimtenaam Late -name.MultinameLA = Meerdere naamruimtenaam Late attribuut -name.TypeName = Type naam -namespacekind.Namespace = Naamruimte -namespacekind.PrivateNamespace = Priv\u00e9 naamruimte -namespacekind.PackageNamespace = Priv\u00e9 naamruimte -namespacekind.PackageInternalNs = Pakket interne naamruimte -namespacekind.ProtectedNamespace = Beschermde naamruimte -namespacekind.ExplicitNamespace = Expliciete naamruimte -namespacekind.StaticProtectedNs = Statisch beschermde naamruimte -trait = Eigenschap +ui.list.heading=AVM2 p-code +ui.list.pageTitle=AVM2 p-code +ui.list.documentTitle=AVM2 p-code +ui.list.pageDescription=Lijst met p-code-instellingen +name.QName=Gekwalificeerde naam +name.QNameA=Gekwalificeerde naam van attribuut +name.RTQName=Runtime gekwalificeerde naam +name.RTQNameA=Runtime gekwalificeerde naam van het kenmerk +name.RTQNameL=Runtime gekwalificeerde naam late +name.RTQNameLA=Runtime gekwalificeerde naam Late attribuut +name.Multiname=Meerdere naamruimtenamen +name.MultinameA=Meerdere naamruimte naam van attribuut +name.MultinameL=Meerdere naamruimtenaam Late +name.MultinameLA=Meerdere naamruimtenaam Late attribuut +name.TypeName=Type naam +namespacekind.Namespace=Naamruimte +namespacekind.PrivateNamespace=Priv\u00e9 naamruimte +namespacekind.PackageNamespace=Priv\u00e9 naamruimte +namespacekind.PackageInternalNs=Pakket interne naamruimte +namespacekind.ProtectedNamespace=Beschermde naamruimte +namespacekind.ExplicitNamespace=Expliciete naamruimte +namespacekind.StaticProtectedNs=Statisch beschermde naamruimte +trait=Eigenschap #types: -trait.method = Eigenschap van type methode -trait.slot = Eigenschap van type slot -trait.const = Eigenschap van type const -trait.setter = Eigenschap van type setter -trait.getter = Eigenschap van type getter -trait.class = Eigenschap van type klasse -trait.function = Eigenschap van type functie -trait.metadata = Metadata -trait.metadata.item = E\u00e9n metadata-item -trait.metadata.end = Einde van metadata -trait.flag = Eigenschap vlag -trait.flag.METADATA = Aan eigenschap zijn metagegevens gekoppeld -trait.flag.FINAL = Eigenschap als definitief -trait.flag.OVERRIDE = Eigenschap overschrijft ouder +trait.method=Eigenschap van type methode +trait.slot=Eigenschap van type slot +trait.const=Eigenschap van type const +trait.setter=Eigenschap van type setter +trait.getter=Eigenschap van type getter +trait.class=Eigenschap van type klasse +trait.function=Eigenschap van type functie +trait.metadata=Metadata +trait.metadata.item=E\u00e9n metadata-item +trait.metadata.end=Einde van metadata +trait.flag=Eigenschap vlag +trait.flag.METADATA=Aan eigenschap zijn metagegevens gekoppeld +trait.flag.FINAL=Eigenschap als definitief +trait.flag.OVERRIDE=Eigenschap overschrijft ouder #method/getter/setter -trait.dispid = Verzend-id +trait.dispid=Verzend-id #slot/const/class/function -trait.slotid = Slot-id -trait.type = Type eigenschap -trait.value = Standaardwaarde voor een eigenschap -method = Methode -method.name = Naam van de methode -method.flag = Methode vlag -method.flag.NEED_ARGUMENTS = Maak het object "argumenten" in register method_info.param_count+1 -method.flag.NEED_ACTIVATION = Deze methode maakt gebruik van nieuwe activeringsinstructie -method.flag.NEED_REST = Maak een rest-argumentarray in register method_info.param_count+1 -method.flag.HAS_OPTIONAL = Deze methode heeft optionele argumenten -method.flag.IGNORE_REST = Laad geen restargumenten vooraf -method.flag.NATIVE = Deze methode is native -method.flag.SETSDXNS = Deze methode maakt gebruik van dxns- of dxnslate-instructies -method.flag.HAS_PARAMNAMES = Deze methode heeft parameternamen in method_info -method.param = Type parameter -method.paramname = Naam van parameter -method.optional = Standaardwaarde voor optionele parameter -method.returns = Retourneert type methode -method.body = Body van methode -method.body.maxstack = Maximaal aantal stackslots op elk uitvoeringspunt -method.body.localcount = Index van het hoogst genummerde lokale register plus \u00e9\u00e9n -method.body.initscopedepth = Minimale scoopdiepte (ten opzichte van maxscopediepte) waartoe toegang kan worden verkregen -method.body.maxscopedepth = Minimale scoopdiepte (ten opzichte van maxscopediepte) waartoe toegang kan worden verkregen -method.body.try = Uitzonderingsblok -method.body.try.from = Startpositie van waaruit uitzondering is ingeschakeld -method.body.try.to = Eindpositie waarna de uitzondering wordt uitgeschakeld -method.body.try.target = Positie waarnaar het besturingselement moet springen als een uitzondering van dit type wordt gegenereerd -method.body.try.type = Type gevangen uitzondering -method.body.try.name = Naam van het uitzonderingsobject -method.body.code = Code van de methodebody -method.body.trait = Eigenschap van de methodebody +trait.slotid=Slot-id +trait.type=Type eigenschap +trait.value=Standaardwaarde voor een eigenschap +method=Methode +method.name=Naam van de methode +method.flag=Methode vlag +method.flag.NEED_ARGUMENTS=Maak het object "argumenten" in register method_info.param_count+1 +method.flag.NEED_ACTIVATION=Deze methode maakt gebruik van nieuwe activeringsinstructie +method.flag.NEED_REST=Maak een rest-argumentarray in register method_info.param_count+1 +method.flag.HAS_OPTIONAL=Deze methode heeft optionele argumenten +method.flag.IGNORE_REST=Laad geen restargumenten vooraf +method.flag.NATIVE=Deze methode is native +method.flag.SETSDXNS=Deze methode maakt gebruik van dxns- of dxnslate-instructies +method.flag.HAS_PARAMNAMES=Deze methode heeft parameternamen in method_info +method.param=Type parameter +method.paramname=Naam van parameter +method.optional=Standaardwaarde voor optionele parameter +method.returns=Retourneert type methode +method.body=Body van methode +method.body.maxstack=Maximaal aantal stackslots op elk uitvoeringspunt +method.body.localcount=Index van het hoogst genummerde lokale register plus \u00e9\u00e9n +method.body.initscopedepth=Minimale scoopdiepte (ten opzichte van maxscopediepte) waartoe toegang kan worden verkregen +method.body.maxscopedepth=Minimale scoopdiepte (ten opzichte van maxscopediepte) waartoe toegang kan worden verkregen +method.body.try=Uitzonderingsblok +method.body.try.from=Startpositie van waaruit uitzondering is ingeschakeld +method.body.try.to=Eindpositie waarna de uitzondering wordt uitgeschakeld +method.body.try.target=Positie waarnaar het besturingselement moet springen als een uitzondering van dit type wordt gegenereerd +method.body.try.type=Type gevangen uitzondering +method.body.try.name=Naam van het uitzonderingsobject +method.body.code=Code van de methodebody +method.body.trait=Eigenschap van de methodebody diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/locales/docs/pcode/AS3other_tr.properties b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/locales/docs/pcode/AS3other_tr.properties index 4fd935c83..992732688 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/locales/docs/pcode/AS3other_tr.properties +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/locales/docs/pcode/AS3other_tr.properties @@ -12,92 +12,75 @@ # # You should have received a copy of the GNU Lesser General Public # License along with this library. - -ui.list.heading = AVM2 p kodu -ui.list.pageTitle = AVM2 p kodu -ui.list.documentTitle = AVM2 p kodu -ui.list.pageDescription = P-kodu ayarlar\u0131n\u0131n listesi - - - -name.QName = Nitelikli \u0130sim -name.QNameA = \u00d6zniteli\u011fin Nitelikli \u0130smi -name.RTQName = \u00c7al\u0131\u015fma Zaman\u0131 Nitelikli \u0130smi -name.RTQNameA = \u00d6zniteli\u011fin \u00c7al\u0131\u015fma Zaman\u0131 Nitelikli \u0130smi -name.RTQNameL = \u00c7al\u0131\u015fma Zaman\u0131 Nitelikli \u0130smi Ge\u00e7 -name.RTQNameLA = \u00d6zniteli\u011fin \u00c7al\u0131\u015fma Zaman\u0131 Nitelikli \u0130smi Ge\u00e7 -name.Multiname = \u00c7oklu \u0130sim Alan\u0131 \u0130smi -name.MultinameA = \u00d6zniteli\u011fin \u00c7oklu \u0130sim Alan\u0131 \u0130smi -name.MultinameL = \u00c7oklu \u0130sim Alan\u0131 \u0130smi Ge\u00e7 -name.MultinameLA = \u00d6zniteli\u011fin \u00c7oklu \u0130sim Alan\u0131 \u0130smi Ge\u00e7 -name.TypeName = T\u00fcr \u0130smi - - -namespacekind.Namespace = \u0130sim Alan\u0131 -namespacekind.PrivateNamespace = \u00d6zel \u0130sim Alan\u0131 -namespacekind.PackageNamespace = Paket \u0130sim Alan\u0131 -namespacekind.PackageInternalNs = Paket Dahili \u0130sim Alan\u0131 -namespacekind.ProtectedNamespace = Korunan \u0130sim Alan\u0131 -namespacekind.ExplicitNamespace = A\u00e7\u0131k \u0130sim Alan\u0131 -namespacekind.StaticProtectedNs = Statik \u0130sim Alan\u0131 - - -trait = \u00d6zellik +ui.list.heading=AVM2 p kodu +ui.list.pageTitle=AVM2 p kodu +ui.list.documentTitle=AVM2 p kodu +ui.list.pageDescription=P-kodu ayarlar\u0131n\u0131n listesi +name.QName=Nitelikli \u0130sim +name.QNameA=\u00d6zniteli\u011fin Nitelikli \u0130smi +name.RTQName=\u00c7al\u0131\u015fma Zaman\u0131 Nitelikli \u0130smi +name.RTQNameA=\u00d6zniteli\u011fin \u00c7al\u0131\u015fma Zaman\u0131 Nitelikli \u0130smi +name.RTQNameL=\u00c7al\u0131\u015fma Zaman\u0131 Nitelikli \u0130smi Ge\u00e7 +name.RTQNameLA=\u00d6zniteli\u011fin \u00c7al\u0131\u015fma Zaman\u0131 Nitelikli \u0130smi Ge\u00e7 +name.Multiname=\u00c7oklu \u0130sim Alan\u0131 \u0130smi +name.MultinameA=\u00d6zniteli\u011fin \u00c7oklu \u0130sim Alan\u0131 \u0130smi +name.MultinameL=\u00c7oklu \u0130sim Alan\u0131 \u0130smi Ge\u00e7 +name.MultinameLA=\u00d6zniteli\u011fin \u00c7oklu \u0130sim Alan\u0131 \u0130smi Ge\u00e7 +name.TypeName=T\u00fcr \u0130smi +namespacekind.Namespace=\u0130sim Alan\u0131 +namespacekind.PrivateNamespace=\u00d6zel \u0130sim Alan\u0131 +namespacekind.PackageNamespace=Paket \u0130sim Alan\u0131 +namespacekind.PackageInternalNs=Paket Dahili \u0130sim Alan\u0131 +namespacekind.ProtectedNamespace=Korunan \u0130sim Alan\u0131 +namespacekind.ExplicitNamespace=A\u00e7\u0131k \u0130sim Alan\u0131 +namespacekind.StaticProtectedNs=Statik \u0130sim Alan\u0131 +trait=\u00d6zellik #types: -trait.method = Y\u00f6ntem t\u00fcr\u00fc \u00f6zelli\u011fi -trait.slot = Yuva t\u00fcr\u00fc \u00f6zelli\u011fi -trait.const = Yap\u0131 t\u00fcr\u00fc \u00f6zelli\u011fi -trait.setter = Ayarlay\u0131c\u0131 t\u00fcr\u00fc \u00f6zelli\u011fi -trait.getter = Al\u0131c\u0131 t\u00fcr\u00fc \u00f6zelli\u011fi -trait.class = S\u0131n\u0131f t\u00fcr\u00fc \u00f6zelli\u011fi -trait.function = \u0130\u015flev t\u00fcr\u00fc \u00f6zelli\u011fi - - -trait.metadata = Meta veri -trait.metadata.item = Bir meta veri \u00f6\u011fesi -trait.metadata.end = Meta verilerin sonu - - -trait.flag = \u00d6zellik bayra\u011f\u0131 -trait.flag.METADATA = \u00d6zellik ekli meta verilere sahiptir -trait.flag.FINAL = \u00d6zellik e\u011fer son ise -trait.flag.OVERRIDE = \u00d6zellik \u00fcst \u00f6\u011feyi ge\u00e7ersiz k\u0131lar - +trait.method=Y\u00f6ntem t\u00fcr\u00fc \u00f6zelli\u011fi +trait.slot=Yuva t\u00fcr\u00fc \u00f6zelli\u011fi +trait.const=Yap\u0131 t\u00fcr\u00fc \u00f6zelli\u011fi +trait.setter=Ayarlay\u0131c\u0131 t\u00fcr\u00fc \u00f6zelli\u011fi +trait.getter=Al\u0131c\u0131 t\u00fcr\u00fc \u00f6zelli\u011fi +trait.class=S\u0131n\u0131f t\u00fcr\u00fc \u00f6zelli\u011fi +trait.function=\u0130\u015flev t\u00fcr\u00fc \u00f6zelli\u011fi +trait.metadata=Meta veri +trait.metadata.item=Bir meta veri \u00f6\u011fesi +trait.metadata.end=Meta verilerin sonu +trait.flag=\u00d6zellik bayra\u011f\u0131 +trait.flag.METADATA=\u00d6zellik ekli meta verilere sahiptir +trait.flag.FINAL=\u00d6zellik e\u011fer son ise +trait.flag.OVERRIDE=\u00d6zellik \u00fcst \u00f6\u011feyi ge\u00e7ersiz k\u0131lar #method/getter/setter - -trait.dispid = G\u00f6nderim kimli\u011fi +trait.dispid=G\u00f6nderim kimli\u011fi #slot/const/class/function - -trait.slotid = Yuva kimli\u011fi -trait.type = \u00d6zelli\u011fin t\u00fcr\u00fc -trait.value = Bir \u00f6zellik i\u00e7in varsay\u0131lan de\u011fer - - -method = Y\u00f6ntem -method.name = Y\u00f6ntemin ismi -method.flag = Y\u00f6ntem bayra\u011f\u0131 -method.flag.NEED_ARGUMENTS = method_info.param_count+1 kayd\u0131nda "ba\u011f\u0131ms\u0131z de\u011fi\u015fkenler" nesnesi olu\u015ftur -method.flag.NEED_ACTIVATION = Bu y\u00f6ntem yeni etkinle\u015ftirme talimat\u0131n\u0131 kullan\u0131r -method.flag.NEED_REST = method_info.param_count+1 kayd\u0131nda kalan ba\u011f\u0131ms\u0131z de\u011fi\u015fkenler dizisi olu\u015ftur -method.flag.HAS_OPTIONAL = Bu y\u00f6ntemin iste\u011fe ba\u011fl\u0131 ba\u011f\u0131ms\u0131z de\u011fi\u015fkenleri vard\u0131r -method.flag.IGNORE_REST = Geri kalan ba\u011f\u0131ms\u0131z de\u011fi\u015fkenlerini \u00f6nceden y\u00fcklemeyin -method.flag.NATIVE = Bu y\u00f6ntem do\u011fald\u0131r -method.flag.SETSDXNS = Bu y\u00f6ntem dxns veya dxnslate talimatlar\u0131n\u0131 kullan\u0131r -method.flag.HAS_PARAMNAMES = Bu y\u00f6ntemin method_info i\u00e7inde parametre isimleri vard\u0131r -method.param = Parametrenin t\u00fcr\u00fc -method.paramname = Parametrenin ismi -method.optional = \u0130ste\u011fe ba\u011fl\u0131 parametre i\u00e7in varsay\u0131lan de\u011fer -method.returns = Y\u00f6ntemin d\u00f6n\u00fc\u015f t\u00fcr\u00fc -method.body = Y\u00f6ntemin g\u00f6vdesi -method.body.maxstack = Y\u00fcr\u00fctmenin herhangi bir noktas\u0131nda maksimum y\u0131\u011f\u0131n yuvas\u0131 say\u0131s\u0131 -method.body.localcount = En y\u00fcksek numaral\u0131 yerel kayd\u0131n dizini art\u0131 bir -method.body.initscopedepth = Eri\u015filebilecek minimum kapsam derinli\u011fi (maxscopedepth'e g\u00f6re) -method.body.maxscopedepth = Eri\u015filebilecek maksimum kapsam derinli\u011fi -method.body.try = \u0130stisna blo\u011fu -method.body.try.from = \u0130stisnan\u0131n etkinle\u015ftirildi\u011fi ba\u015flang\u0131\u00e7 pozisyonu -method.body.try.to = \u0130stisnan\u0131n devre d\u0131\u015f\u0131 b\u0131rak\u0131ld\u0131\u011f\u0131 biti\u015f pozisyonu -method.body.try.target = Bu t\u00fcrde bir istisna at\u0131l\u0131rsa kontrol\u00fcn atlamas\u0131 gereken pozisyon -method.body.try.type = Yakalanan istisnan\u0131n t\u00fcr\u00fc -method.body.try.name = \u0130stisna nesnesinin ismi -method.body.code = Y\u00f6ntem g\u00f6vdesinin kodu -method.body.trait = Y\u00f6ntem g\u00f6vdesinin \u00f6zelli\u011fi +trait.slotid=Yuva kimli\u011fi +trait.type=\u00d6zelli\u011fin t\u00fcr\u00fc +trait.value=Bir \u00f6zellik i\u00e7in varsay\u0131lan de\u011fer +method=Y\u00f6ntem +method.name=Y\u00f6ntemin ismi +method.flag=Y\u00f6ntem bayra\u011f\u0131 +method.flag.NEED_ARGUMENTS=method_info.param_count+1 kayd\u0131nda "ba\u011f\u0131ms\u0131z de\u011fi\u015fkenler" nesnesi olu\u015ftur +method.flag.NEED_ACTIVATION=Bu y\u00f6ntem yeni etkinle\u015ftirme talimat\u0131n\u0131 kullan\u0131r +method.flag.NEED_REST=method_info.param_count+1 kayd\u0131nda kalan ba\u011f\u0131ms\u0131z de\u011fi\u015fkenler dizisi olu\u015ftur +method.flag.HAS_OPTIONAL=Bu y\u00f6ntemin iste\u011fe ba\u011fl\u0131 ba\u011f\u0131ms\u0131z de\u011fi\u015fkenleri vard\u0131r +method.flag.IGNORE_REST=Geri kalan ba\u011f\u0131ms\u0131z de\u011fi\u015fkenlerini \u00f6nceden y\u00fcklemeyin +method.flag.NATIVE=Bu y\u00f6ntem do\u011fald\u0131r +method.flag.SETSDXNS=Bu y\u00f6ntem dxns veya dxnslate talimatlar\u0131n\u0131 kullan\u0131r +method.flag.HAS_PARAMNAMES=Bu y\u00f6ntemin method_info i\u00e7inde parametre isimleri vard\u0131r +method.param=Parametrenin t\u00fcr\u00fc +method.paramname=Parametrenin ismi +method.optional=\u0130ste\u011fe ba\u011fl\u0131 parametre i\u00e7in varsay\u0131lan de\u011fer +method.returns=Y\u00f6ntemin d\u00f6n\u00fc\u015f t\u00fcr\u00fc +method.body=Y\u00f6ntemin g\u00f6vdesi +method.body.maxstack=Y\u00fcr\u00fctmenin herhangi bir noktas\u0131nda maksimum y\u0131\u011f\u0131n yuvas\u0131 say\u0131s\u0131 +method.body.localcount=En y\u00fcksek numaral\u0131 yerel kayd\u0131n dizini art\u0131 bir +method.body.initscopedepth=Eri\u015filebilecek minimum kapsam derinli\u011fi (maxscopedepth'e g\u00f6re) +method.body.maxscopedepth=Eri\u015filebilecek maksimum kapsam derinli\u011fi +method.body.try=\u0130stisna blo\u011fu +method.body.try.from=\u0130stisnan\u0131n etkinle\u015ftirildi\u011fi ba\u015flang\u0131\u00e7 pozisyonu +method.body.try.to=\u0130stisnan\u0131n devre d\u0131\u015f\u0131 b\u0131rak\u0131ld\u0131\u011f\u0131 biti\u015f pozisyonu +method.body.try.target=Bu t\u00fcrde bir istisna at\u0131l\u0131rsa kontrol\u00fcn atlamas\u0131 gereken pozisyon +method.body.try.type=Yakalanan istisnan\u0131n t\u00fcr\u00fc +method.body.try.name=\u0130stisna nesnesinin ismi +method.body.code=Y\u00f6ntem g\u00f6vdesinin kodu +method.body.trait=Y\u00f6ntem g\u00f6vdesinin \u00f6zelli\u011fi diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/locales/docs/pcode/AS3other_zh.properties b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/locales/docs/pcode/AS3other_zh.properties index 06793e75c..f81a205fd 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/locales/docs/pcode/AS3other_zh.properties +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/locales/docs/pcode/AS3other_zh.properties @@ -12,81 +12,73 @@ # # You should have received a copy of the GNU Lesser General Public # License along with this library. -ui.list.heading = AVM2 p-code -ui.list.pageTitle = AVM2 p-code -ui.list.documentTitle = AVM2 p-code -ui.list.pageDescription = p-code \u8bbe\u7f6e\u5217\u8868 - - -name.QName = \u9650\u5b9a\u540d -name.QNameA = \u5c5e\u6027\u9650\u5b9a\u540d -name.RTQName = \u8fd0\u884c\u65f6\u9650\u5b9a\u540d -name.RTQNameA = \u5c5e\u6027\u7684\u8fd0\u884c\u65f6\u9650\u5b9a\u540d -name.RTQNameL = \u8fd0\u884c\u65f6\u9650\u5b9a\u540d\u5ef6\u8fdf -name.RTQNameLA = \u5c5e\u6027\u7684\u8fd0\u884c\u65f6\u9650\u5b9a\u540d\u5ef6\u8fdf -name.Multiname = \u591a\u4e2a\u547d\u540d\u7a7a\u95f4\u540d\u79f0 -name.MultinameA = \u5c5e\u6027\u7684\u591a\u4e2a\u547d\u540d\u7a7a\u95f4\u540d\u79f0 -name.MultinameL = \u591a\u4e2a\u547d\u540d\u7a7a\u95f4\u540d\u79f0\u5ef6\u8fdf -name.MultinameLA = \u5c5e\u6027\u7684\u591a\u4e2a\u547d\u540d\u7a7a\u95f4\u540d\u79f0\u5ef6\u8fdf -name.TypeName = \u7c7b\u578b\u540d\u79f0 - -namespacekind.Namespace = \u547d\u540d\u7a7a\u95f4 -namespacekind.PrivateNamespace = \u79c1\u6709\u547d\u540d\u7a7a\u95f4 -namespacekind.PackageNamespace = \u5305\u547d\u540d\u7a7a\u95f4 -namespacekind.PackageInternalNs = \u5305\u5185\u90e8\u547d\u540d\u7a7a\u95f4 -namespacekind.ProtectedNamespace = \u53d7\u4fdd\u62a4\u7684\u547d\u540d\u7a7a\u95f4 -namespacekind.ExplicitNamespace = \u663e\u5f0f\u547d\u540d\u7a7a\u95f4 -namespacekind.StaticProtectedNs = \u9759\u6001\u4fdd\u62a4\u547d\u540d\u7a7a\u95f4 - -trait = Trait +ui.list.heading=AVM2 p-code +ui.list.pageTitle=AVM2 p-code +ui.list.documentTitle=AVM2 p-code +ui.list.pageDescription=p-code \u8bbe\u7f6e\u5217\u8868 +name.QName=\u9650\u5b9a\u540d +name.QNameA=\u5c5e\u6027\u9650\u5b9a\u540d +name.RTQName=\u8fd0\u884c\u65f6\u9650\u5b9a\u540d +name.RTQNameA=\u5c5e\u6027\u7684\u8fd0\u884c\u65f6\u9650\u5b9a\u540d +name.RTQNameL=\u8fd0\u884c\u65f6\u9650\u5b9a\u540d\u5ef6\u8fdf +name.RTQNameLA=\u5c5e\u6027\u7684\u8fd0\u884c\u65f6\u9650\u5b9a\u540d\u5ef6\u8fdf +name.Multiname=\u591a\u4e2a\u547d\u540d\u7a7a\u95f4\u540d\u79f0 +name.MultinameA=\u5c5e\u6027\u7684\u591a\u4e2a\u547d\u540d\u7a7a\u95f4\u540d\u79f0 +name.MultinameL=\u591a\u4e2a\u547d\u540d\u7a7a\u95f4\u540d\u79f0\u5ef6\u8fdf +name.MultinameLA=\u5c5e\u6027\u7684\u591a\u4e2a\u547d\u540d\u7a7a\u95f4\u540d\u79f0\u5ef6\u8fdf +name.TypeName=\u7c7b\u578b\u540d\u79f0 +namespacekind.Namespace=\u547d\u540d\u7a7a\u95f4 +namespacekind.PrivateNamespace=\u79c1\u6709\u547d\u540d\u7a7a\u95f4 +namespacekind.PackageNamespace=\u5305\u547d\u540d\u7a7a\u95f4 +namespacekind.PackageInternalNs=\u5305\u5185\u90e8\u547d\u540d\u7a7a\u95f4 +namespacekind.ProtectedNamespace=\u53d7\u4fdd\u62a4\u7684\u547d\u540d\u7a7a\u95f4 +namespacekind.ExplicitNamespace=\u663e\u5f0f\u547d\u540d\u7a7a\u95f4 +namespacekind.StaticProtectedNs=\u9759\u6001\u4fdd\u62a4\u547d\u540d\u7a7a\u95f4 +trait=Trait #types: -trait.method = type\u65b9\u6cd5\u7684\u7279\u5f81 -trait.slot = type\u69fd\u7684\u7279\u5f81 -trait.const = const\u7c7b\u578b\u7684\u7279\u5f81 -trait.setter = type\u8bbe\u7f6e\u5668\u7684\u7279\u5f81 -trait.getter = type\u83b7\u53d6\u5668\u7684\u7279\u5f81 -trait.class = type\u7c7b\u7684\u7279\u5f81 -trait.function = type\u51fd\u6570\u7684\u7279\u5f81 - -trait.metadata = \u5143\u6570\u636e -trait.metadata.item = \u4e00\u4e2a\u5143\u6570\u636e\u9879 -trait.metadata.end = \u5143\u6570\u636e\u7ed3\u5c3e - -trait.flag = \u7279\u5f81\u6807\u8bb0 -trait.flag.METADATA = \u9644\u52a0\u5143\u6570\u636e\u7684\u7279\u5f81 -trait.flag.FINAL = if final\u7684\u7279\u5f81 -trait.flag.OVERRIDE = \u8986\u76d6\u7236\u9879\u7684\u7279\u5f81 - +trait.method=type\u65b9\u6cd5\u7684\u7279\u5f81 +trait.slot=type\u69fd\u7684\u7279\u5f81 +trait.const=const\u7c7b\u578b\u7684\u7279\u5f81 +trait.setter=type\u8bbe\u7f6e\u5668\u7684\u7279\u5f81 +trait.getter=type\u83b7\u53d6\u5668\u7684\u7279\u5f81 +trait.class=type\u7c7b\u7684\u7279\u5f81 +trait.function=type\u51fd\u6570\u7684\u7279\u5f81 +trait.metadata=\u5143\u6570\u636e +trait.metadata.item=\u4e00\u4e2a\u5143\u6570\u636e\u9879 +trait.metadata.end=\u5143\u6570\u636e\u7ed3\u5c3e +trait.flag=\u7279\u5f81\u6807\u8bb0 +trait.flag.METADATA=\u9644\u52a0\u5143\u6570\u636e\u7684\u7279\u5f81 +trait.flag.FINAL=if final\u7684\u7279\u5f81 +trait.flag.OVERRIDE=\u8986\u76d6\u7236\u9879\u7684\u7279\u5f81 #method/getter/setter -trait.dispid = \u6d3e\u9063 id +trait.dispid=\u6d3e\u9063 id #slot/const/class/function -trait.slotid = \u63d2\u69fd id -trait.type = \u7279\u5f81\u7c7b\u578b -trait.value = \u7279\u5f81\u9ed8\u8ba4\u503c - -method = \u65b9\u6cd5 -method.name = \u65b9\u6cd5\u540d\u79f0 -method.flag = \u65b9\u6cd5\u6807\u8bb0 -method.flag.NEED_ARGUMENTS = \u5728\u5bc4\u5b58\u5668method_info.param_count+1\u4e2d\u521b\u5efa"\u53c2\u6570"\u5bf9\u8c61 -method.flag.NEED_ACTIVATION = \u6b64\u65b9\u6cd5\u4f7f\u7528newactivation\u6307\u4ee4 -method.flag.NEED_REST = \u5728\u5bc4\u5b58\u5668method_info.param_count+1\u4e2d\u521b\u5efa\u5269\u4f59\u53c2\u6570\u6570\u7ec4 -method.flag.HAS_OPTIONAL = \u6b64\u65b9\u6cd5\u5177\u6709\u53ef\u9009\u53c2\u6570 -method.flag.SETSDXNS = \u6b64\u65b9\u6cd5\u4f7f\u7528dxns\u6216dxnslate\u6307\u4ee4 -method.flag.HAS_PARAMNAMES = \u6b64\u65b9\u6cd5\u5728method_info\u4e2d\u5177\u6709\u53c2\u6570\u540d\u79f0 -method.param = \u53c2\u6570\u7c7b\u578b -method.paramname = \u53c2\u6570\u540d\u79f0 -method.optional = \u53ef\u9009\u53c2\u6570\u7684\u9ed8\u8ba4\u503c -method.returns = \u65b9\u6cd5\u7684\u8fd4\u56de\u7c7b\u578b -method.body = \u65b9\u6cd5\u4e3b\u4f53 -method.body.maxstack = \u6267\u884c\u70b9\u7684\u6700\u5927\u5806\u6808\u69fd\u6570 -method.body.localcount = \u6700\u9ad8\u7f16\u53f7\u7684\u672c\u5730\u5bc4\u5b58\u5668\u7684\u7d22\u5f15\u503c+1 -method.body.initscopedepth = \u53ef\u8bbf\u95ee\u7684\u6700\u5c0f\u6df1\u5ea6\u8303\u56f4(\u4e0e\u6700\u5927\u6df1\u5ea6\u8303\u56f4\u6709\u5173) -method.body.maxscopedepth = \u53ef\u8bbf\u95ee\u7684\u6700\u5927\u6df1\u5ea6\u8303\u56f4 -method.body.try = \u5f02\u5e38\u5757 -method.body.try.from = \u4ece\u5df2\u6fc0\u6d3b\u5f02\u5e38\u7684\u4f4d\u7f6e\u5f00\u59cb -method.body.try.to = \u5728\u5df2\u7981\u7528\u5f02\u5e38\u7684\u4f4d\u7f6e\u540e\u7ed3\u675f -method.body.try.target = \u5982\u679c\u629b\u51fa\u6b64\u7c7b\u578b\u7684\u5f02\u5e38\uff0c\u63a7\u5236\u53f0\u5e94\u8be5\u8df3\u8f6c\u5230\u7684\u4f4d\u7f6e -method.body.try.type = \u6355\u83b7\u7684\u5f02\u5e38\u7c7b\u578b -method.body.try.name = \u5f02\u5e38\u7684\u5bf9\u8c61\u540d\u79f0 -method.body.code = \u65b9\u6cd5\u4e3b\u4f53\u4ee3\u7801 -method.body.trait = \u65b9\u6cd5\u4e3b\u4f53\u7279\u5f81 +trait.slotid=\u63d2\u69fd id +trait.type=\u7279\u5f81\u7c7b\u578b +trait.value=\u7279\u5f81\u9ed8\u8ba4\u503c +method=\u65b9\u6cd5 +method.name=\u65b9\u6cd5\u540d\u79f0 +method.flag=\u65b9\u6cd5\u6807\u8bb0 +method.flag.NEED_ARGUMENTS=\u5728\u5bc4\u5b58\u5668method_info.param_count+1\u4e2d\u521b\u5efa"\u53c2\u6570"\u5bf9\u8c61 +method.flag.NEED_ACTIVATION=\u6b64\u65b9\u6cd5\u4f7f\u7528newactivation\u6307\u4ee4 +method.flag.NEED_REST=\u5728\u5bc4\u5b58\u5668method_info.param_count+1\u4e2d\u521b\u5efa\u5269\u4f59\u53c2\u6570\u6570\u7ec4 +method.flag.HAS_OPTIONAL=\u6b64\u65b9\u6cd5\u5177\u6709\u53ef\u9009\u53c2\u6570 +method.flag.SETSDXNS=\u6b64\u65b9\u6cd5\u4f7f\u7528dxns\u6216dxnslate\u6307\u4ee4 +method.flag.HAS_PARAMNAMES=\u6b64\u65b9\u6cd5\u5728method_info\u4e2d\u5177\u6709\u53c2\u6570\u540d\u79f0 +method.param=\u53c2\u6570\u7c7b\u578b +method.paramname=\u53c2\u6570\u540d\u79f0 +method.optional=\u53ef\u9009\u53c2\u6570\u7684\u9ed8\u8ba4\u503c +method.returns=\u65b9\u6cd5\u7684\u8fd4\u56de\u7c7b\u578b +method.body=\u65b9\u6cd5\u4e3b\u4f53 +method.body.maxstack=\u6267\u884c\u70b9\u7684\u6700\u5927\u5806\u6808\u69fd\u6570 +method.body.localcount=\u6700\u9ad8\u7f16\u53f7\u7684\u672c\u5730\u5bc4\u5b58\u5668\u7684\u7d22\u5f15\u503c+1 +method.body.initscopedepth=\u53ef\u8bbf\u95ee\u7684\u6700\u5c0f\u6df1\u5ea6\u8303\u56f4(\u4e0e\u6700\u5927\u6df1\u5ea6\u8303\u56f4\u6709\u5173) +method.body.maxscopedepth=\u53ef\u8bbf\u95ee\u7684\u6700\u5927\u6df1\u5ea6\u8303\u56f4 +method.body.try=\u5f02\u5e38\u5757 +method.body.try.from=\u4ece\u5df2\u6fc0\u6d3b\u5f02\u5e38\u7684\u4f4d\u7f6e\u5f00\u59cb +method.body.try.to=\u5728\u5df2\u7981\u7528\u5f02\u5e38\u7684\u4f4d\u7f6e\u540e\u7ed3\u675f +method.body.try.target=\u5982\u679c\u629b\u51fa\u6b64\u7c7b\u578b\u7684\u5f02\u5e38\uff0c\u63a7\u5236\u53f0\u5e94\u8be5\u8df3\u8f6c\u5230\u7684\u4f4d\u7f6e +method.body.try.type=\u6355\u83b7\u7684\u5f02\u5e38\u7c7b\u578b +method.body.try.name=\u5f02\u5e38\u7684\u5bf9\u8c61\u540d\u79f0 +method.body.code=\u65b9\u6cd5\u4e3b\u4f53\u4ee3\u7801 +method.body.trait=\u65b9\u6cd5\u4e3b\u4f53\u7279\u5f81 diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/locales/docs/pcode/package-info.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/locales/docs/pcode/package-info.java index fb1aaf249..0e2ce1eaf 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/locales/docs/pcode/package-info.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/locales/docs/pcode/package-info.java @@ -1,4 +1,4 @@ /** * Localization of instruction documentation. */ -package com.jpexs.decompiler.flash.locales.docs.pcode; \ No newline at end of file +package com.jpexs.decompiler.flash.locales.docs.pcode; diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/locales/package-info.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/locales/package-info.java index 0ced431d2..c3adb43c2 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/locales/package-info.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/locales/package-info.java @@ -1,4 +1,4 @@ /** * Localization of the FFDec library. */ -package com.jpexs.decompiler.flash.locales; \ No newline at end of file +package com.jpexs.decompiler.flash.locales; diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/math/BezierEdge.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/math/BezierEdge.java index 7889705b4..346b88a9e 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/math/BezierEdge.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/math/BezierEdge.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ @@ -30,6 +30,7 @@ import java.util.Stack; /** * Bezier edge. + * * @author JPEXS */ public class BezierEdge implements Serializable { diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/math/BezierUtils.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/math/BezierUtils.java index dc263ecac..fbb7e466f 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/math/BezierUtils.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/math/BezierUtils.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ @@ -21,11 +21,10 @@ import java.util.ArrayList; import java.util.List; /** - * * Bezier utils. Based on * https://code.google.com/archive/p/degrafa/source/default/source which is * derived from an algorithm in the book "Graphics Gems" - * + *

* This modification does not have cubic curves support. */ public class BezierUtils { @@ -191,9 +190,7 @@ public class BezierUtils { * @param _right Array reference to an array in which the control points, * Array of Point references, of the right control * cage after subdivision are stored - * * @since 1.0 - * */ public void subdivide(List _c, double _t, List _left, List _right) { int degree = _c.size() - 1; diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/math/Distances.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/math/Distances.java index 797352291..1745e4597 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/math/Distances.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/math/Distances.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ @@ -25,6 +25,7 @@ import java.util.List; /** * Distance calculation between two batches of Bezier edges. + * * @author JPEXS */ public class Distances { diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/math/Intersections.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/math/Intersections.java index 4543877d3..727b5f5aa 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/math/Intersections.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/math/Intersections.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/math/Polynomial.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/math/Polynomial.java index 409281580..49761bb3f 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/math/Polynomial.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/math/Polynomial.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ @@ -98,9 +98,8 @@ public class Polynomial { } ; - + /** - * * @return negX, posX */ private double[] boundsUpperRealFujiwara() { diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/math/package-info.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/math/package-info.java index bff2ae6d5..dd4cdc2fa 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/math/package-info.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/math/package-info.java @@ -1,4 +1,4 @@ /** * Mathematical operations. */ -package com.jpexs.decompiler.flash.math; \ No newline at end of file +package com.jpexs.decompiler.flash.math; diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/packers/HarmanAirPacker.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/packers/HarmanAirPacker.java index 59ac8caf4..71599ba7f 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/packers/HarmanAirPacker.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/packers/HarmanAirPacker.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ @@ -25,6 +25,7 @@ import java.io.OutputStream; /** * Harman AIR SDK packer. + * * @author JPEXS */ public class HarmanAirPacker implements Packer { diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/packers/MochiCryptPacker16Bit.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/packers/MochiCryptPacker16Bit.java index fe83c1493..10055f2e4 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/packers/MochiCryptPacker16Bit.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/packers/MochiCryptPacker16Bit.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ @@ -28,6 +28,7 @@ import java.util.zip.InflaterInputStream; /** * MochiCrypt 16bit packer. + * * @author JPEXS */ public class MochiCryptPacker16Bit implements Packer { diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/packers/MochiCryptPacker32Bit.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/packers/MochiCryptPacker32Bit.java index e2feffae1..6d7eeca51 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/packers/MochiCryptPacker32Bit.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/packers/MochiCryptPacker32Bit.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ @@ -28,6 +28,7 @@ import java.util.zip.InflaterInputStream; /** * MochiCrypt 32bit packer. + * * @author JPEXS */ public class MochiCryptPacker32Bit implements Packer { diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/packers/Packer.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/packers/Packer.java index 098e7875b..b132dd425 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/packers/Packer.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/packers/Packer.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ @@ -78,6 +78,7 @@ public interface Packer { /** * Unique identifier of this packer + * * @return Identifier of this packer */ public String getIdentifier(); diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/packers/package-info.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/packers/package-info.java index cc11ddda5..23d6a2b23 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/packers/package-info.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/packers/package-info.java @@ -1,4 +1,4 @@ /** * Packing and unpacking SWF files and BinaryData objects. */ -package com.jpexs.decompiler.flash.packers; \ No newline at end of file +package com.jpexs.decompiler.flash.packers; diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/search/ABCSearchResult.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/search/ABCSearchResult.java index d208fe7a5..077650608 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/search/ABCSearchResult.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/search/ABCSearchResult.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ @@ -36,6 +36,7 @@ import java.util.logging.Logger; /** * ABC search result. + * * @author JPEXS */ public class ABCSearchResult implements Serializable, ScriptSearchResult { diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/search/ActionScriptSearch.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/search/ActionScriptSearch.java index fa93b482b..bf09b441e 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/search/ActionScriptSearch.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/search/ActionScriptSearch.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ @@ -40,6 +40,7 @@ import java.util.regex.Pattern; /** * ActionScript search. + * * @author JPEXS */ public class ActionScriptSearch { diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/search/ActionSearchResult.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/search/ActionSearchResult.java index 1abba5b90..b14d61dcc 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/search/ActionSearchResult.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/search/ActionSearchResult.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ @@ -28,6 +28,7 @@ import java.util.Map; /** * Action search result. + * * @author JPEXS */ public class ActionSearchResult implements ScriptSearchResult { diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/search/MethodId.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/search/MethodId.java index fbe95f434..065b90e4c 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/search/MethodId.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/search/MethodId.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ @@ -18,6 +18,7 @@ package com.jpexs.decompiler.flash.search; /** * Method ID. + * * @author JPEXS */ public class MethodId { diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/search/ScriptNotFoundException.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/search/ScriptNotFoundException.java index 6cddabba7..097978e75 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/search/ScriptNotFoundException.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/search/ScriptNotFoundException.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ @@ -18,6 +18,7 @@ package com.jpexs.decompiler.flash.search; /** * Script not found exception. + * * @author JPEXS */ public class ScriptNotFoundException extends Exception { diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/search/ScriptSearchListener.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/search/ScriptSearchListener.java index 78bfb4fbc..38179d3c8 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/search/ScriptSearchListener.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/search/ScriptSearchListener.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ @@ -18,12 +18,14 @@ package com.jpexs.decompiler.flash.search; /** * Script search listener. + * * @author JPEXS */ public interface ScriptSearchListener { /** * Called when a script is decompiled. + * * @param pos Position of the script * @param total Total number of scripts * @param name Name of the script @@ -32,6 +34,7 @@ public interface ScriptSearchListener { /** * Called when a script is searched. + * * @param pos Position of the script * @param total Total number of scripts * @param name Name of the script diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/search/ScriptSearchResult.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/search/ScriptSearchResult.java index 536de3d0c..3017777f1 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/search/ScriptSearchResult.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/search/ScriptSearchResult.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ @@ -18,6 +18,7 @@ package com.jpexs.decompiler.flash.search; /** * Script search result. + * * @author JPEXS */ public interface ScriptSearchResult extends SearchResult { diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/search/SearchResult.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/search/SearchResult.java index 837deecbd..a0b23ee34 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/search/SearchResult.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/search/SearchResult.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ @@ -20,12 +20,14 @@ import com.jpexs.decompiler.flash.treeitems.Openable; /** * Search result. + * * @author JPEXS */ public interface SearchResult { /** * Gets the openable this search result is related to. + * * @return Openable */ public Openable getOpenable(); diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/search/package-info.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/search/package-info.java index ee1ef4963..f561c67d7 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/search/package-info.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/search/package-info.java @@ -1,4 +1,4 @@ /** * Searching in SWF files. */ -package com.jpexs.decompiler.flash.search; \ No newline at end of file +package com.jpexs.decompiler.flash.search; diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/tags/ABCContainerTag.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/tags/ABCContainerTag.java index d15c3a67f..efa2a3d90 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/tags/ABCContainerTag.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/tags/ABCContainerTag.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ @@ -20,26 +20,29 @@ import com.jpexs.decompiler.flash.SWF; import com.jpexs.decompiler.flash.abc.ABC; /** - * Container of ABC. - * DoABC or DoABC2 tag. + * Container of ABC. DoABC or DoABC2 tag. + * * @author JPEXS */ public interface ABCContainerTag extends Comparable { /** * Gets ABC data. + * * @return ABC data */ public ABC getABC(); /** * Gets parent SWF. + * * @return Parent SWF */ public SWF getSwf(); /** * Sets ABC data. + * * @param abc ABC data */ public void setABC(ABC abc); diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/tags/CSMTextSettingsTag.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/tags/CSMTextSettingsTag.java index 5b7b11f82..db1d0d6b5 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/tags/CSMTextSettingsTag.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/tags/CSMTextSettingsTag.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ @@ -31,6 +31,7 @@ import java.util.Set; /** * CSMTextSettings tag - Turns on anti-aliasing for text fields. + * * @author JPEXS */ @SWFVersion(from = 8) diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/tags/DebugIDTag.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/tags/DebugIDTag.java index 6db2134df..074abf92d 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/tags/DebugIDTag.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/tags/DebugIDTag.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ @@ -30,6 +30,7 @@ import java.util.logging.Logger; /** * DebugID tag - Contains a unique identifier for the SWF file. + * * @author JPEXS */ @SWFVersion(from = 6) diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/tags/DefineBinaryDataTag.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/tags/DefineBinaryDataTag.java index da79c226e..700fd3d2b 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/tags/DefineBinaryDataTag.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/tags/DefineBinaryDataTag.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ @@ -44,6 +44,7 @@ import java.nio.charset.Charset; /** * DefineBinaryData tag - Contains binary data. + * * @author JPEXS */ @SWFVersion(from = 9) @@ -280,5 +281,5 @@ public class DefineBinaryDataTag extends CharacterTag implements BinaryDataInter @Override public String getClassExportFileName(String className) { return className; - } + } } diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/tags/DefineBitsJPEG2Tag.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/tags/DefineBitsJPEG2Tag.java index 98cc77cb0..d66c0c9d6 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/tags/DefineBitsJPEG2Tag.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/tags/DefineBitsJPEG2Tag.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ @@ -41,6 +41,7 @@ import java.util.logging.Logger; /** * DefineBitsJPEG2 tag - Contains a JPEG image (optionally a PNG or GIF) + * * @author JPEXS */ @SWFVersion(from = 2) //Note: GIF and PNG since version 8 diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/tags/DefineBitsJPEG3Tag.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/tags/DefineBitsJPEG3Tag.java index dd710832f..68395b3ef 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/tags/DefineBitsJPEG3Tag.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/tags/DefineBitsJPEG3Tag.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ @@ -43,7 +43,9 @@ import java.util.logging.Level; import java.util.logging.Logger; /** - * DefineBitsJPEG3 tag - Contains a JPEG image with alpha channel. (optionally a PNG or GIF without the separate alpha channel) + * DefineBitsJPEG3 tag - Contains a JPEG image with alpha channel. (optionally a + * PNG or GIF without the separate alpha channel) + * * @author JPEXS */ @SWFVersion(from = 3) //Note: GIF and PNG since version diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/tags/DefineBitsJPEG4Tag.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/tags/DefineBitsJPEG4Tag.java index 634ce6ad6..27a45b861 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/tags/DefineBitsJPEG4Tag.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/tags/DefineBitsJPEG4Tag.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ @@ -43,7 +43,9 @@ import java.util.logging.Level; import java.util.logging.Logger; /** - * DefineBitsJPEG4 tag - Contains a JPEG image with alpha channel and deblocking parameter. (optionally a PNG or GIF without the separate alpha channel) + * DefineBitsJPEG4 tag - Contains a JPEG image with alpha channel and deblocking + * parameter. (optionally a PNG or GIF without the separate alpha channel) + * * @author JPEXS */ @SWFVersion(from = 10) diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/tags/DefineBitsLossless2Tag.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/tags/DefineBitsLossless2Tag.java index 4b6e93cc9..367650f17 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/tags/DefineBitsLossless2Tag.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/tags/DefineBitsLossless2Tag.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ @@ -45,6 +45,7 @@ import java.util.logging.Logger; /** * DefineBitsLossless2 tag - Contains a lossless compressed image with opacity. + * * @author JPEXS */ @SWFVersion(from = 3) diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/tags/DefineBitsLosslessTag.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/tags/DefineBitsLosslessTag.java index 833d578e5..a4659d06f 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/tags/DefineBitsLosslessTag.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/tags/DefineBitsLosslessTag.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ @@ -45,6 +45,7 @@ import java.util.logging.Logger; /** * DefineBitsLossless tag - Contains a lossless compressed image. + * * @author JPEXS */ @SWFVersion(from = 2) diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/tags/DefineBitsTag.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/tags/DefineBitsTag.java index d3f76c216..645310253 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/tags/DefineBitsTag.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/tags/DefineBitsTag.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ @@ -39,8 +39,9 @@ import java.util.logging.Level; import java.util.logging.Logger; /** - * DefineBits tag - Contains a JPEG image. - * JPEG header is not included in the data - needs JPEGTables tag. + * DefineBits tag - Contains a JPEG image. JPEG header is not included in the + * data - needs JPEGTables tag. + * * @author JPEXS */ @SWFVersion(from = 1) diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/tags/DefineButton2Tag.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/tags/DefineButton2Tag.java index 6b876418b..2b8ed2dff 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/tags/DefineButton2Tag.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/tags/DefineButton2Tag.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ @@ -43,8 +43,8 @@ import java.util.List; import java.util.Set; /** - * DefineButton2 tag - extends the capabilities of DefineButton by allowing any state transition to - * trigger actions. + * DefineButton2 tag - extends the capabilities of DefineButton by allowing any + * state transition to trigger actions. * * @author JPEXS */ diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/tags/DefineButtonCxformTag.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/tags/DefineButtonCxformTag.java index 5e2c2a787..a042fe5ad 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/tags/DefineButtonCxformTag.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/tags/DefineButtonCxformTag.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ @@ -31,6 +31,7 @@ import java.util.Set; /** * DefineButtonCxform tag - defines a color transform for a button. + * * @author JPEXS */ @SWFVersion(from = 2) diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/tags/DefineButtonSoundTag.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/tags/DefineButtonSoundTag.java index cdf6bacb8..3a9e6a698 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/tags/DefineButtonSoundTag.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/tags/DefineButtonSoundTag.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ @@ -31,6 +31,7 @@ import java.util.Set; /** * DefineButtonSound tag - defines sound effects for a button. + * * @author JPEXS */ @SWFVersion(from = 2) diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/tags/DefineButtonTag.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/tags/DefineButtonTag.java index 55972ce17..13f382efe 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/tags/DefineButtonTag.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/tags/DefineButtonTag.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/tags/DefineEditTextTag.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/tags/DefineEditTextTag.java index cad1cef14..3afc25f9b 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/tags/DefineEditTextTag.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/tags/DefineEditTextTag.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ @@ -84,6 +84,7 @@ import org.xml.sax.helpers.DefaultHandler; /** * DefineEditText tag - defines an editable text field. + * * @author JPEXS */ @SWFVersion(from = 4) diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/tags/DefineFont2Tag.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/tags/DefineFont2Tag.java index 95531a142..e33f75dfb 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/tags/DefineFont2Tag.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/tags/DefineFont2Tag.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ @@ -40,8 +40,8 @@ import java.util.ArrayList; import java.util.List; /** - * DefineFont2 tag - defines a font. - * Extends DefineFont functionality. + * DefineFont2 tag - defines a font. Extends DefineFont functionality. + * * @author JPEXS */ @SWFVersion(from = 3) diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/tags/DefineFont3Tag.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/tags/DefineFont3Tag.java index 2d7b98ca9..49e9a81f4 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/tags/DefineFont3Tag.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/tags/DefineFont3Tag.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ @@ -40,8 +40,8 @@ import java.util.ArrayList; import java.util.List; /** - * DefineFont3 tag - defines a font. - * Extends DefineFont2 functionality. + * DefineFont3 tag - defines a font. Extends DefineFont2 functionality. + * * @author JPEXS */ @SWFVersion(from = 8) diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/tags/DefineFont4Tag.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/tags/DefineFont4Tag.java index 4a5e26c8e..5a2854ace 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/tags/DefineFont4Tag.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/tags/DefineFont4Tag.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ @@ -28,8 +28,8 @@ import com.jpexs.helpers.ByteArrayRange; import java.io.IOException; /** - * DefineFont4 - defines a font. - * Uses CFF (Compact Font Format) for font data. + * DefineFont4 - defines a font. Uses CFF (Compact Font Format) for font data. + * * @author JPEXS */ @SWFVersion(from = 10) diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/tags/DefineFontAlignZonesTag.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/tags/DefineFontAlignZonesTag.java index 7a49f4926..945c1145d 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/tags/DefineFontAlignZonesTag.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/tags/DefineFontAlignZonesTag.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ @@ -36,6 +36,7 @@ import java.util.Set; /** * DefineFontAlignZones tag - defines font align zones. + * * @author JPEXS */ @SWFVersion(from = 8) diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/tags/DefineFontInfo2Tag.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/tags/DefineFontInfo2Tag.java index 34b3833b4..4d664c03a 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/tags/DefineFontInfo2Tag.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/tags/DefineFontInfo2Tag.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ @@ -33,6 +33,7 @@ import java.util.Set; /** * DefineFontInfo2 tag - defines font info. + * * @author JPEXS */ @SWFVersion(from = 6) diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/tags/DefineFontInfoTag.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/tags/DefineFontInfoTag.java index 11465684a..a17ade0a9 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/tags/DefineFontInfoTag.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/tags/DefineFontInfoTag.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ @@ -32,6 +32,7 @@ import java.util.Set; /** * DefineFontInfo tag - defines font info. + * * @author JPEXS */ @SWFVersion(from = 1) diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/tags/DefineFontNameTag.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/tags/DefineFontNameTag.java index ca86a98c4..0bbb8f6c4 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/tags/DefineFontNameTag.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/tags/DefineFontNameTag.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ @@ -30,6 +30,7 @@ import java.util.Set; /** * DefineFontName tag - defines font name. + * * @author JPEXS */ @SWFVersion(from = 9) diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/tags/DefineFontTag.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/tags/DefineFontTag.java index 6452cb670..d87f6a271 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/tags/DefineFontTag.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/tags/DefineFontTag.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ @@ -39,6 +39,7 @@ import java.util.List; /** * DefineFont tag - defines a font. + * * @author JPEXS */ @SWFVersion(from = 1) diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/tags/DefineMorphShape2Tag.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/tags/DefineMorphShape2Tag.java index 39892b24d..2b5f78538 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/tags/DefineMorphShape2Tag.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/tags/DefineMorphShape2Tag.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ @@ -37,8 +37,9 @@ import java.io.ByteArrayOutputStream; import java.io.IOException; /** - * DefineMorphShape2 tag - defines morph shape. - * Extends functionality of DefineMorphshape. + * DefineMorphShape2 tag - defines morph shape. Extends functionality of + * DefineMorphshape. + * * @author JPEXS */ @SWFVersion(from = 8) diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/tags/DefineMorphShapeTag.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/tags/DefineMorphShapeTag.java index bdf82ee10..7f9d12008 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/tags/DefineMorphShapeTag.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/tags/DefineMorphShapeTag.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ @@ -34,6 +34,7 @@ import java.io.IOException; /** * DefineMorphShape tag - defines morph shape. + * * @author JPEXS */ @SWFVersion(from = 3) diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/tags/DefineScalingGridTag.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/tags/DefineScalingGridTag.java index fd934bc26..9eda6c669 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/tags/DefineScalingGridTag.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/tags/DefineScalingGridTag.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ @@ -42,6 +42,7 @@ import java.util.Set; /** * DefineScalingGrid tag - defines scaling grid. + * * @author JPEXS */ @SWFVersion(from = 8) diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/tags/DefineSceneAndFrameLabelDataTag.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/tags/DefineSceneAndFrameLabelDataTag.java index 9b07624c8..9f367033f 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/tags/DefineSceneAndFrameLabelDataTag.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/tags/DefineSceneAndFrameLabelDataTag.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ @@ -29,6 +29,7 @@ import java.io.IOException; /** * DefineSceneAndFrameLabelData tag - defines scene and frame label data. + * * @author JPEXS */ @SWFVersion(from = 9) diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/tags/DefineShape2Tag.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/tags/DefineShape2Tag.java index 27eb2887b..9b89ab1ef 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/tags/DefineShape2Tag.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/tags/DefineShape2Tag.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ @@ -27,8 +27,8 @@ import com.jpexs.helpers.ByteArrayRange; import java.io.IOException; /** - * DefineShape2 tag - defines shape. - * Extends functionality of DefineShape. + * DefineShape2 tag - defines shape. Extends functionality of DefineShape. + * * @author JPEXS */ @SWFVersion(from = 2) diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/tags/DefineShape3Tag.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/tags/DefineShape3Tag.java index b3743a83b..e28eb6a8c 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/tags/DefineShape3Tag.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/tags/DefineShape3Tag.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ @@ -27,8 +27,8 @@ import com.jpexs.helpers.ByteArrayRange; import java.io.IOException; /** - * DefineShape3 tag - defines shape. - * Extends functionality of DefineShape2. + * DefineShape3 tag - defines shape. Extends functionality of DefineShape2. + * * @author JPEXS */ @SWFVersion(from = 3) diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/tags/DefineShape4Tag.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/tags/DefineShape4Tag.java index 49f3e9391..01ea3c6e1 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/tags/DefineShape4Tag.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/tags/DefineShape4Tag.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ @@ -31,8 +31,8 @@ import com.jpexs.helpers.ByteArrayRange; import java.io.IOException; /** - * DefineShape4 tag - defines shape. - * Extends functionality of DefineShape3. + * DefineShape4 tag - defines shape. Extends functionality of DefineShape3. + * * @author JPEXS */ @SWFVersion(from = 8) diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/tags/DefineShapeTag.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/tags/DefineShapeTag.java index ca8004fc3..599b87597 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/tags/DefineShapeTag.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/tags/DefineShapeTag.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ @@ -28,6 +28,7 @@ import java.io.IOException; /** * DefineShape tag - defines shape. + * * @author JPEXS */ @SWFVersion(from = 1) diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/tags/DefineSoundTag.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/tags/DefineSoundTag.java index 223101816..a54422dd3 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/tags/DefineSoundTag.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/tags/DefineSoundTag.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ @@ -36,6 +36,7 @@ import java.util.List; /** * DefineSound tag - defines sound. + * * @author JPEXS */ @SWFVersion(from = 1) diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/tags/DefineSpriteTag.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/tags/DefineSpriteTag.java index 5137658a2..6732e0d06 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/tags/DefineSpriteTag.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/tags/DefineSpriteTag.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/tags/DefineText2Tag.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/tags/DefineText2Tag.java index cb05214ad..5e20ed75c 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/tags/DefineText2Tag.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/tags/DefineText2Tag.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ @@ -29,8 +29,8 @@ import java.util.ArrayList; import java.util.List; /** - * DefineText2 tag - defines text. - * Extends functionality of DefineText. + * DefineText2 tag - defines text. Extends functionality of DefineText. + * * @author JPEXS */ @SWFVersion(from = 3) diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/tags/DefineTextTag.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/tags/DefineTextTag.java index d7788d176..33c65e326 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/tags/DefineTextTag.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/tags/DefineTextTag.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ @@ -30,6 +30,7 @@ import java.util.List; /** * DefineText tag - defines text. + * * @author JPEXS */ @SWFVersion(from = 1) diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/tags/DefineVideoStreamTag.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/tags/DefineVideoStreamTag.java index b61517653..054a1160c 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/tags/DefineVideoStreamTag.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/tags/DefineVideoStreamTag.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ @@ -69,6 +69,7 @@ import java.util.logging.Logger; /** * DefineVideoStream tag - defines video stream. + * * @author JPEXS */ @SWFVersion(from = 6) diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/tags/DoABC2Tag.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/tags/DoABC2Tag.java index 5b4a64719..d319810df 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/tags/DoABC2Tag.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/tags/DoABC2Tag.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/tags/DoABCTag.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/tags/DoABCTag.java index c1ddbadc1..d832b1454 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/tags/DoABCTag.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/tags/DoABCTag.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/tags/DoActionTag.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/tags/DoActionTag.java index 8af5af14f..b354a53cc 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/tags/DoActionTag.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/tags/DoActionTag.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ @@ -41,8 +41,8 @@ import java.util.HashMap; import java.util.List; /** - * DoAction tag - Instructs Flash Player to perform a list of actions when the current frame is - * complete. + * DoAction tag - Instructs Flash Player to perform a list of actions when the + * current frame is complete. * * @author JPEXS */ diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/tags/DoInitActionTag.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/tags/DoInitActionTag.java index 4f0abfa1b..22d977459 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/tags/DoInitActionTag.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/tags/DoInitActionTag.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ @@ -45,7 +45,9 @@ import java.util.Map; import java.util.Set; /** - * DoInitAction tag - Instructs Flash Player to perform a list of actions when a sprite is initialized. + * DoInitAction tag - Instructs Flash Player to perform a list of actions when a + * sprite is initialized. + * * @author JPEXS */ @SWFVersion(from = 6) diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/tags/EnableDebugger2Tag.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/tags/EnableDebugger2Tag.java index 7a4c56551..df957d8bb 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/tags/EnableDebugger2Tag.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/tags/EnableDebugger2Tag.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/tags/EnableDebuggerTag.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/tags/EnableDebuggerTag.java index 994be1485..5e568a672 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/tags/EnableDebuggerTag.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/tags/EnableDebuggerTag.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/tags/EnableTelemetryTag.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/tags/EnableTelemetryTag.java index 0665f8281..55c3230cd 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/tags/EnableTelemetryTag.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/tags/EnableTelemetryTag.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/tags/EndTag.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/tags/EndTag.java index a1a54d24a..d5b03ed56 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/tags/EndTag.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/tags/EndTag.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/tags/ExportAssetsTag.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/tags/ExportAssetsTag.java index cd51c4eb1..c3499a7e2 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/tags/ExportAssetsTag.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/tags/ExportAssetsTag.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ @@ -34,7 +34,8 @@ import java.util.Map; import java.util.Set; /** - * ExportAssets tag - Makes portions of a SWF file available for import by other SWF files. + * ExportAssets tag - Makes portions of a SWF file available for import by other + * SWF files. * * @author JPEXS */ diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/tags/FileAttributesTag.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/tags/FileAttributesTag.java index 1c12acb8d..389833f05 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/tags/FileAttributesTag.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/tags/FileAttributesTag.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ @@ -28,6 +28,7 @@ import java.io.IOException; /** * FileAttributes tag - attributes of the SWF file. + * * @author JPEXS */ @SWFVersion(from = 8) diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/tags/FrameLabelTag.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/tags/FrameLabelTag.java index 6f77515f0..b515780cc 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/tags/FrameLabelTag.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/tags/FrameLabelTag.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ @@ -27,6 +27,7 @@ import java.util.Map; /** * FrameLabel tag - defines a label for a frame. + * * @author JPEXS */ @SWFVersion(from = 3) diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/tags/FreeAllTag.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/tags/FreeAllTag.java index 495d8df55..4a22bf110 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/tags/FreeAllTag.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/tags/FreeAllTag.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ @@ -25,6 +25,7 @@ import java.io.IOException; /** * FreeAll tag - undocumented. + * * @author JPEXS */ @SWFVersion(from = 3) diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/tags/FreeCharacterTag.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/tags/FreeCharacterTag.java index afce357bb..6d8ea9dc3 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/tags/FreeCharacterTag.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/tags/FreeCharacterTag.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ @@ -29,6 +29,7 @@ import java.util.Set; /** * FreeCharacter tag - undocumented. + * * @author JPEXS */ @SWFVersion(from = 1) diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/tags/ImportAssets2Tag.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/tags/ImportAssets2Tag.java index 3c87ba72d..345949197 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/tags/ImportAssets2Tag.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/tags/ImportAssets2Tag.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/tags/ImportAssetsTag.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/tags/ImportAssetsTag.java index 6f0c59c37..01fe7e06f 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/tags/ImportAssetsTag.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/tags/ImportAssetsTag.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/tags/JPEGTablesTag.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/tags/JPEGTablesTag.java index 2334f31f4..aba8a15ca 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/tags/JPEGTablesTag.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/tags/JPEGTablesTag.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ @@ -24,7 +24,9 @@ import com.jpexs.helpers.ByteArrayRange; import java.io.IOException; /** - * JPEGTables tag - JPEG tables for JPEG images (DefineBits tag) in the SWF file. + * JPEGTables tag - JPEG tables for JPEG images (DefineBits tag) in the SWF + * file. + * * @author JPEXS */ @SWFVersion(from = 1) diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/tags/MetadataTag.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/tags/MetadataTag.java index 0294506f0..9ce86a06e 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/tags/MetadataTag.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/tags/MetadataTag.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ @@ -26,6 +26,7 @@ import java.io.IOException; /** * Metadata tag - metadata of the SWF file. + * * @author JPEXS */ @SWFVersion(from = 1) diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/tags/NameCharacterTag.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/tags/NameCharacterTag.java index cac04c8fa..37922e519 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/tags/NameCharacterTag.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/tags/NameCharacterTag.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ @@ -29,6 +29,7 @@ import java.util.Set; /** * NameCharacter tag - undocumented. + * * @author JPEXS */ @SWFVersion(from = 3) diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/tags/PathsArePostScriptTag.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/tags/PathsArePostScriptTag.java index 9ef10550f..c6df2208e 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/tags/PathsArePostScriptTag.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/tags/PathsArePostScriptTag.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ @@ -25,6 +25,7 @@ import java.io.IOException; /** * PathsArePostScript tag - undocumented. + * * @author JPEXS */ @SWFVersion(from = 3) diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/tags/PlaceObject2Tag.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/tags/PlaceObject2Tag.java index f86402685..313509230 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/tags/PlaceObject2Tag.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/tags/PlaceObject2Tag.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ @@ -41,8 +41,8 @@ import java.util.Map; import java.util.Set; /** - * PlaceObject2 tag - adds character to the display list. - * Extends the functionality of the PlaceObjectTag. + * PlaceObject2 tag - adds character to the display list. Extends the + * functionality of the PlaceObjectTag. * * @author JPEXS */ diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/tags/PlaceObject3Tag.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/tags/PlaceObject3Tag.java index 3995e3264..23bff4520 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/tags/PlaceObject3Tag.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/tags/PlaceObject3Tag.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ @@ -47,8 +47,9 @@ import java.util.Map; import java.util.Set; /** - * PlaceObject3 tag - adds character to the display list. - * Extends the functionality of the PlaceObject2Tag. + * PlaceObject3 tag - adds character to the display list. Extends the + * functionality of the PlaceObject2Tag. + * * @author JPEXS */ @SWFVersion(from = 8) diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/tags/PlaceObject4Tag.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/tags/PlaceObject4Tag.java index 279befb16..0cb6f9250 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/tags/PlaceObject4Tag.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/tags/PlaceObject4Tag.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ @@ -50,8 +50,9 @@ import java.util.logging.Level; import java.util.logging.Logger; /** - * PlaceObject4 tag - adds character to the display list. - * Extends the functionality of the PlaceObject3Tag - adds AMF3 data. + * PlaceObject4 tag - adds character to the display list. Extends the + * functionality of the PlaceObject3Tag - adds AMF3 data. + * * @author JPEXS */ @SWFVersion(from = 19) diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/tags/PlaceObjectTag.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/tags/PlaceObjectTag.java index 2c0e2ffa2..5ba39530b 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/tags/PlaceObjectTag.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/tags/PlaceObjectTag.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/tags/ProductInfoTag.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/tags/ProductInfoTag.java index c051327c0..372093be7 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/tags/ProductInfoTag.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/tags/ProductInfoTag.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ @@ -27,6 +27,7 @@ import java.io.IOException; /** * ProductInfo tag - product information of the SWF file generator. + * * @author JPEXS */ @SWFVersion(from = 3) diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/tags/ProtectTag.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/tags/ProtectTag.java index 471678ad8..12d83488b 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/tags/ProtectTag.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/tags/ProtectTag.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/tags/RemoveObject2Tag.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/tags/RemoveObject2Tag.java index c53e94ebf..f8bb8e27f 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/tags/RemoveObject2Tag.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/tags/RemoveObject2Tag.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ @@ -27,8 +27,9 @@ import com.jpexs.helpers.ByteArrayRange; import java.io.IOException; /** - * RemoveObject2 tag - removes the specified character. - * Extends functionality of RemoveObject. + * RemoveObject2 tag - removes the specified character. Extends functionality of + * RemoveObject. + * * @author JPEXS */ @SWFVersion(from = 3) diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/tags/RemoveObjectTag.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/tags/RemoveObjectTag.java index 1d7b96758..c681a4d71 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/tags/RemoveObjectTag.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/tags/RemoveObjectTag.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/tags/ScriptLimitsTag.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/tags/ScriptLimitsTag.java index c57f9d8aa..d505a3d94 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/tags/ScriptLimitsTag.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/tags/ScriptLimitsTag.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ @@ -27,6 +27,7 @@ import java.io.IOException; /** * ScriptLimits tag - sets the maximum recursion depth and script timeout. + * * @author JPEXS */ @SWFVersion(from = 7) diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/tags/SetBackgroundColorTag.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/tags/SetBackgroundColorTag.java index f4b833481..056636d97 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/tags/SetBackgroundColorTag.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/tags/SetBackgroundColorTag.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ @@ -26,6 +26,7 @@ import java.io.IOException; /** * SetBackgroundColor tag - sets the background color of the SWF file. + * * @author JPEXS */ @SWFVersion(from = 1) diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/tags/SetTabIndexTag.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/tags/SetTabIndexTag.java index c053c07d1..c7cf5fea7 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/tags/SetTabIndexTag.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/tags/SetTabIndexTag.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/tags/ShowFrameTag.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/tags/ShowFrameTag.java index cb1fd7cbb..faa02fb63 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/tags/ShowFrameTag.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/tags/ShowFrameTag.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ @@ -25,7 +25,8 @@ import java.util.ArrayList; import java.util.List; /** - * ShowFrame tag - Instructs Flash Player to display the contents of the display list. + * ShowFrame tag - Instructs Flash Player to display the contents of the display + * list. * * @author JPEXS */ diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/tags/SoundStreamBlockTag.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/tags/SoundStreamBlockTag.java index 0b0722651..98c98442c 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/tags/SoundStreamBlockTag.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/tags/SoundStreamBlockTag.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ @@ -25,6 +25,7 @@ import java.io.IOException; /** * SoundStreamBlock tag - contains sound data for streaming sound. + * * @author JPEXS */ @SWFVersion(from = 1) diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/tags/SoundStreamHead2Tag.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/tags/SoundStreamHead2Tag.java index 627b57319..b85f900bf 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/tags/SoundStreamHead2Tag.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/tags/SoundStreamHead2Tag.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ @@ -37,8 +37,9 @@ import java.util.List; import java.util.Map; /** - * SooundStreamHead2 tag - contains sound stream information for streaming sound. - * Extends functionality of SoundStreamHead tag. + * SooundStreamHead2 tag - contains sound stream information for streaming + * sound. Extends functionality of SoundStreamHead tag. + * * @author JPEXS */ @SWFVersion(from = 3) diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/tags/SoundStreamHeadTag.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/tags/SoundStreamHeadTag.java index 90138fe71..f1caad893 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/tags/SoundStreamHeadTag.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/tags/SoundStreamHeadTag.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ @@ -39,6 +39,7 @@ import java.util.Map; /** * SoundStreamHead tag - contains sound stream information for streaming sound. + * * @author JPEXS */ @SWFVersion(from = 1) diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/tags/StartSound2Tag.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/tags/StartSound2Tag.java index 28e10ca3f..c24886b0d 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/tags/StartSound2Tag.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/tags/StartSound2Tag.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ @@ -26,8 +26,9 @@ import java.io.IOException; import java.util.Map; /** - * StartSound2 tag - starts a sound playing. - * Extends functionality of StartSound tag. + * StartSound2 tag - starts a sound playing. Extends functionality of StartSound + * tag. + * * @author JPEXS */ @SWFVersion(from = 9) diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/tags/StartSoundTag.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/tags/StartSoundTag.java index 9fb507f2e..dce021358 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/tags/StartSoundTag.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/tags/StartSoundTag.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ @@ -30,6 +30,7 @@ import java.util.Map; /** * StartSound tag - starts a sound playing. + * * @author JPEXS */ @SWFVersion(from = 1) diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/tags/SymbolClassTag.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/tags/SymbolClassTag.java index d4ca15bdb..7e8a36b00 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/tags/SymbolClassTag.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/tags/SymbolClassTag.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ @@ -34,8 +34,9 @@ import java.util.Map; import java.util.Set; /** - * SymbolClass tag - associates class names with character IDs. - * CharacterId 0 is the main class. + * SymbolClass tag - associates class names with character IDs. CharacterId 0 is + * the main class. + * * @author JPEXS */ @SWFVersion(from = 9) diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/tags/SyncFrameTag.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/tags/SyncFrameTag.java index f49b9f28d..22c2f2a86 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/tags/SyncFrameTag.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/tags/SyncFrameTag.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ @@ -25,6 +25,7 @@ import java.io.IOException; /** * SyncFrame tag - undocumented. + * * @author JPEXS */ @SWFVersion(from = 3) diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/tags/Tag.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/tags/Tag.java index 64873ae36..3737eacee 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/tags/Tag.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/tags/Tag.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/tags/TagChangedListener.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/tags/TagChangedListener.java index 54ad5e782..cc88198be 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/tags/TagChangedListener.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/tags/TagChangedListener.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ @@ -18,6 +18,7 @@ package com.jpexs.decompiler.flash.tags; /** * Interface for listening to changes in a tag. + * * @author JPEXS */ public interface TagChangedListener { diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/tags/TagInfo.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/tags/TagInfo.java index b0ceffefe..6de23c118 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/tags/TagInfo.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/tags/TagInfo.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ @@ -24,6 +24,7 @@ import java.util.Map; /** * Information for basic tag info panel. + * * @author JPEXS */ public class TagInfo { diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/tags/TagStub.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/tags/TagStub.java index c4c84e642..3e4ab80d3 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/tags/TagStub.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/tags/TagStub.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ @@ -27,6 +27,7 @@ import java.util.logging.Logger; /** * Non-resolved tag stub. Used for (non-yet)unknown tags. + * * @author JPEXS */ public class TagStub extends Tag { diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/tags/TagTypeInfo.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/tags/TagTypeInfo.java index c72c24fb2..ca3ed4345 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/tags/TagTypeInfo.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/tags/TagTypeInfo.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ @@ -18,6 +18,7 @@ package com.jpexs.decompiler.flash.tags; /** * Tag type info. + * * @author JPEXS */ public class TagTypeInfo { diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/tags/UnknownTag.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/tags/UnknownTag.java index f030a5dc4..eed6aa4b5 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/tags/UnknownTag.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/tags/UnknownTag.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ @@ -26,6 +26,7 @@ import java.util.Map; /** * Unknown tag. + * * @author JPEXS */ @SWFVersion(from = 1) //surprise! diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/tags/VideoFrameTag.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/tags/VideoFrameTag.java index 09c12895b..99c9971b8 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/tags/VideoFrameTag.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/tags/VideoFrameTag.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ @@ -29,6 +29,7 @@ import java.util.Set; /** * Video frame tag - contains video data for a movie frame. + * * @author JPEXS */ @SWFVersion(from = 6) diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/tags/base/ASMSource.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/tags/base/ASMSource.java index 288202130..a9f9eb065 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/tags/base/ASMSource.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/tags/base/ASMSource.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/tags/base/ASMSourceContainer.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/tags/base/ASMSourceContainer.java index 74dcc17d9..6dc931f0b 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/tags/base/ASMSourceContainer.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/tags/base/ASMSourceContainer.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/tags/base/AloneTag.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/tags/base/AloneTag.java index 7aa8eccc4..5b3b7bcc8 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/tags/base/AloneTag.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/tags/base/AloneTag.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ @@ -18,6 +18,7 @@ package com.jpexs.decompiler.flash.tags.base; /** * Interface for tags that do not require any other tags. + * * @author JPEXS */ public interface AloneTag { diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/tags/base/BinaryDataInterface.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/tags/base/BinaryDataInterface.java index 71b3822cc..445c40aed 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/tags/base/BinaryDataInterface.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/tags/base/BinaryDataInterface.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ @@ -21,8 +21,9 @@ import com.jpexs.decompiler.flash.packers.Packer; import com.jpexs.helpers.ByteArrayRange; /** - * Interface for binary data objects. - * It is a DefineBinaryData tag and its subdata. + * Interface for binary data objects. It is a DefineBinaryData tag and its + * subdata. + * * @author JPEXS */ public interface BinaryDataInterface extends Exportable { diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/tags/base/BoundedTag.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/tags/base/BoundedTag.java index e96e26450..a7d681234 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/tags/base/BoundedTag.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/tags/base/BoundedTag.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ @@ -21,26 +21,30 @@ import java.util.Set; /** * An object which has bounds - rectangle. + * * @author JPEXS */ public interface BoundedTag { /** * Gets rectangle bounds. - * @return + * + * @return */ public RECT getRect(); /** * Gets rectangle bounds with added boundedTags + * * @param added - * @return + * @return */ public RECT getRect(Set added); /** * Gets rectangle including strokes. - * @return + * + * @return */ public RECT getRectWithStrokes(); } diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/tags/base/ButtonAction.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/tags/base/ButtonAction.java index 04b1944b1..1e01fe2d3 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/tags/base/ButtonAction.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/tags/base/ButtonAction.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/tags/base/ButtonTag.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/tags/base/ButtonTag.java index 9b5ead495..d8cca3c24 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/tags/base/ButtonTag.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/tags/base/ButtonTag.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ @@ -39,6 +39,7 @@ import java.util.Set; /** * Base class for button tags. + * * @author JPEXS */ public abstract class ButtonTag extends DrawableTag implements Timelined { diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/tags/base/CharacterIdTag.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/tags/base/CharacterIdTag.java index 7b88823f1..4311aa619 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/tags/base/CharacterIdTag.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/tags/base/CharacterIdTag.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ @@ -20,6 +20,7 @@ import com.jpexs.decompiler.flash.types.HasCharacterId; /** * A tag that has a character id. + * * @author JPEXS */ public interface CharacterIdTag extends HasCharacterId { diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/tags/base/CharacterTag.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/tags/base/CharacterTag.java index 9ba66ece3..d9529d5e5 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/tags/base/CharacterTag.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/tags/base/CharacterTag.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ @@ -40,6 +40,7 @@ import java.util.logging.Logger; /** * A character tag. + * * @author JPEXS */ public abstract class CharacterTag extends Tag implements CharacterIdTag { @@ -129,7 +130,7 @@ public abstract class CharacterTag extends Tag implements CharacterIdTag { } return "" + getCharacterId(); } - + private String getMembersToClassName(GraphTargetItem item) { List ret = new ArrayList<>(); while (item instanceof GetMemberActionItem) { @@ -159,13 +160,13 @@ public abstract class CharacterTag extends Tag implements CharacterIdTag { ret.add(0, varName); return String.join(".", ret); } - + public String getAs2ClassName() { String linkageIdentifier = getExportName(); if (linkageIdentifier == null) { return null; } - Reference classNameRef = new Reference<>(null); + Reference classNameRef = new Reference<>(null); for (Tag t : getSwf().getTags()) { if (t instanceof DoInitActionTag) { DoInitActionTag as = (DoInitActionTag) t; @@ -221,7 +222,7 @@ public abstract class CharacterTag extends Tag implements CharacterIdTag { return; } classNameRef.setVal(newClassNames.get(0)); - } + } }); as.getActionScriptSource(writer, null, ops); } catch (InterruptedException ex) { diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/tags/base/DepthTag.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/tags/base/DepthTag.java index 0912c197d..199ba94f0 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/tags/base/DepthTag.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/tags/base/DepthTag.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ @@ -18,18 +18,21 @@ package com.jpexs.decompiler.flash.tags.base; /** * A tag that has depth. + * * @author JPEXS */ public interface DepthTag { /** * Gets the depth. + * * @return Depth */ public int getDepth(); /** * Sets the depth. + * * @param depth New depth */ public void setDepth(int depth); diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/tags/base/DisplayObjectCacheKey.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/tags/base/DisplayObjectCacheKey.java index 5e2655a34..b99fb9b01 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/tags/base/DisplayObjectCacheKey.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/tags/base/DisplayObjectCacheKey.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ @@ -21,6 +21,7 @@ import java.util.Objects; /** * Display object cache key. + * * @author JPEXS */ public class DisplayObjectCacheKey { diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/tags/base/DrawableTag.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/tags/base/DrawableTag.java index 3e35e83a5..7f2278186 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/tags/base/DrawableTag.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/tags/base/DrawableTag.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ @@ -28,6 +28,7 @@ import java.io.IOException; /** * A character that can be drawn on the screen. + * * @author JPEXS */ public abstract class DrawableTag extends CharacterTag implements BoundedTag { diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/tags/base/Exportable.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/tags/base/Exportable.java index c341a7db7..77b59e4dd 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/tags/base/Exportable.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/tags/base/Exportable.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ @@ -20,12 +20,14 @@ import com.jpexs.decompiler.flash.treeitems.TreeItem; /** * Exportable object. + * * @author JPEXS */ public interface Exportable extends TreeItem { /** * Gets the export file name. + * * @return Export file name */ public String getExportFileName(); diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/tags/base/FontInfoTag.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/tags/base/FontInfoTag.java index 8768e7845..e30f21ec5 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/tags/base/FontInfoTag.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/tags/base/FontInfoTag.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ @@ -26,6 +26,7 @@ import java.util.Map; /** * Base class for font info tags. + * * @author JPEXS */ public abstract class FontInfoTag extends Tag implements CharacterIdTag { diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/tags/base/FontTag.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/tags/base/FontTag.java index f4299e3ed..c87f51077 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/tags/base/FontTag.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/tags/base/FontTag.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ @@ -52,6 +52,7 @@ import java.util.Set; /** * Base class for font tags. + * * @author JPEXS */ public abstract class FontTag extends DrawableTag implements AloneTag { diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/tags/base/HasSeparateAlphaChannel.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/tags/base/HasSeparateAlphaChannel.java index 1a8e3977f..d446e9f82 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/tags/base/HasSeparateAlphaChannel.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/tags/base/HasSeparateAlphaChannel.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ @@ -19,7 +19,6 @@ package com.jpexs.decompiler.flash.tags.base; import java.io.IOException; /** - * * @author JPEXS */ public interface HasSeparateAlphaChannel { diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/tags/base/ImageTag.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/tags/base/ImageTag.java index 116e0282d..440107939 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/tags/base/ImageTag.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/tags/base/ImageTag.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ @@ -54,6 +54,7 @@ import java.util.Set; /** * Base class for image tags. + * * @author JPEXS */ public abstract class ImageTag extends DrawableTag { diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/tags/base/ImportTag.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/tags/base/ImportTag.java index 5c5e0ac70..e4c475610 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/tags/base/ImportTag.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/tags/base/ImportTag.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ @@ -20,6 +20,7 @@ import java.util.Map; /** * Import tag interface. + * * @author JPEXS */ public interface ImportTag { diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/tags/base/MissingCharacterHandler.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/tags/base/MissingCharacterHandler.java index a3c439f2d..ec85b2998 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/tags/base/MissingCharacterHandler.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/tags/base/MissingCharacterHandler.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ @@ -21,6 +21,7 @@ import java.util.Map; /** * Handler for missing characters in fonts. + * * @author JPEXS */ public class MissingCharacterHandler { diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/tags/base/MorphShapeTag.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/tags/base/MorphShapeTag.java index ca6901d4c..33ce68799 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/tags/base/MorphShapeTag.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/tags/base/MorphShapeTag.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ @@ -51,6 +51,7 @@ import java.util.Set; /** * Base class for morph shape tags. + * * @author JPEXS */ public abstract class MorphShapeTag extends DrawableTag { diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/tags/base/NeedsCharacters.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/tags/base/NeedsCharacters.java index e618a0bcc..dd11d477f 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/tags/base/NeedsCharacters.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/tags/base/NeedsCharacters.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ @@ -21,12 +21,14 @@ import java.util.Set; /** * Interface for classes that need another characters. + * * @author JPEXS */ public interface NeedsCharacters { /** * Get needed characters. + * * @param needed Result * @param swf SWF file */ @@ -34,6 +36,7 @@ public interface NeedsCharacters { /** * Replace character. + * * @param oldCharacterId Old character ID * @param newCharacterId New character ID * @return True if character was replaced @@ -42,6 +45,7 @@ public interface NeedsCharacters { /** * Remove character. + * * @param characterId Character ID * @return True if character was removed */ diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/tags/base/PackedBinaryData.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/tags/base/PackedBinaryData.java index 8cbfcb29b..6b395b031 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/tags/base/PackedBinaryData.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/tags/base/PackedBinaryData.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ @@ -31,6 +31,7 @@ import java.util.List; /** * Binary data packed with a packer. + * * @author JPEXS */ public class PackedBinaryData implements TreeItem, BinaryDataInterface { diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/tags/base/PasswordTag.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/tags/base/PasswordTag.java index dc90b9e34..d942754a4 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/tags/base/PasswordTag.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/tags/base/PasswordTag.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ @@ -18,18 +18,21 @@ package com.jpexs.decompiler.flash.tags.base; /** * Interface for tags that can have a password. + * * @author JPEXS */ public interface PasswordTag { /** * Sets the password for this tag. + * * @param password Password */ public void setPassword(String password); /** * Checks if this tag has a password. + * * @param password Password * @return True if this tag has the password */ diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/tags/base/PlaceObjectTypeTag.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/tags/base/PlaceObjectTypeTag.java index 43292af06..44a24572e 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/tags/base/PlaceObjectTypeTag.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/tags/base/PlaceObjectTypeTag.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ @@ -33,6 +33,7 @@ import java.util.Objects; /** * Base class for place object tags. + * * @author JPEXS */ public abstract class PlaceObjectTypeTag extends Tag implements CharacterIdTag, DepthTag { diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/tags/base/RemoveTag.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/tags/base/RemoveTag.java index d05b5e603..d3e40819d 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/tags/base/RemoveTag.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/tags/base/RemoveTag.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ @@ -23,6 +23,7 @@ import java.util.Map; /** * Base class for remove object tags. + * * @author JPEXS */ public abstract class RemoveTag extends Tag implements DepthTag { diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/tags/base/RenderContext.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/tags/base/RenderContext.java index dd01a0447..34fad0e43 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/tags/base/RenderContext.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/tags/base/RenderContext.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ @@ -24,6 +24,7 @@ import java.util.List; /** * Rendering context. + * * @author JPEXS */ public class RenderContext { @@ -60,6 +61,7 @@ public class RenderContext { /** * Clear display object cache. + * * @param placeObject Place object */ public void clearPlaceObjectCache(PlaceObjectTypeTag placeObject) { diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/tags/base/ShapeTag.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/tags/base/ShapeTag.java index d72e4df67..dc91f13b8 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/tags/base/ShapeTag.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/tags/base/ShapeTag.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ @@ -52,6 +52,7 @@ import java.util.logging.Logger; /** * Base class for shape tags. + * * @author JPEXS */ public abstract class ShapeTag extends DrawableTag implements LazyObject { diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/tags/base/SoundImportException.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/tags/base/SoundImportException.java index bc5efbf80..8701060dd 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/tags/base/SoundImportException.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/tags/base/SoundImportException.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ @@ -18,12 +18,14 @@ package com.jpexs.decompiler.flash.tags.base; /** * Exception thrown when there is a problem importing a sound. + * * @author JPEXS */ public class SoundImportException extends Exception { /** * Constructs a new SoundImportException with the specified detail message. + * * @param message The detail message */ public SoundImportException(String message) { diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/tags/base/SoundStreamHeadTypeTag.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/tags/base/SoundStreamHeadTypeTag.java index 602b6d603..d7be03cfe 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/tags/base/SoundStreamHeadTypeTag.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/tags/base/SoundStreamHeadTypeTag.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ @@ -28,6 +28,7 @@ import java.util.List; /** * Base class for sound stream head tags. + * * @author JPEXS */ public abstract class SoundStreamHeadTypeTag extends Tag implements CharacterIdTag, SoundTag { diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/tags/base/SoundTag.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/tags/base/SoundTag.java index 8ac112752..b17a87efd 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/tags/base/SoundTag.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/tags/base/SoundTag.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ @@ -24,6 +24,7 @@ import java.util.List; /** * Base class for sound tags. + * * @author JPEXS */ public interface SoundTag extends TreeItem { diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/tags/base/StaticTextTag.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/tags/base/StaticTextTag.java index 38e8ca21d..9518b2050 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/tags/base/StaticTextTag.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/tags/base/StaticTextTag.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ @@ -52,6 +52,7 @@ import java.util.regex.Pattern; /** * Base class for static text tags. + * * @author JPEXS */ public abstract class StaticTextTag extends TextTag { diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/tags/base/SymbolClassTypeTag.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/tags/base/SymbolClassTypeTag.java index 5005f5890..8ddc4d994 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/tags/base/SymbolClassTypeTag.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/tags/base/SymbolClassTypeTag.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ @@ -23,6 +23,7 @@ import java.util.Map; /** * Base class for SymbolClass and ExportAssets tags. + * * @author JPEXS */ public abstract class SymbolClassTypeTag extends Tag { diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/tags/base/TextImportErrorHandler.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/tags/base/TextImportErrorHandler.java index 4ca7e76c3..8c84fdd0f 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/tags/base/TextImportErrorHandler.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/tags/base/TextImportErrorHandler.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ @@ -18,12 +18,14 @@ package com.jpexs.decompiler.flash.tags.base; /** * Error handler for text import. + * * @author JPEXS */ public abstract class TextImportErrorHandler { /** * Handle error. + * * @param textTag Text tag * @return True if error was handled, false otherwise */ @@ -31,6 +33,7 @@ public abstract class TextImportErrorHandler { /** * Handle error. + * * @param textTag Text tag * @param message Error message * @param line Line number diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/tags/base/TextTag.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/tags/base/TextTag.java index 73fca50a0..df699eeed 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/tags/base/TextTag.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/tags/base/TextTag.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ @@ -74,6 +74,7 @@ import org.w3c.dom.Element; /** * Base class for text tags. + * * @author JPEXS */ public abstract class TextTag extends DrawableTag { diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/tags/base/UnsupportedSamplingRateException.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/tags/base/UnsupportedSamplingRateException.java index 395c708ae..d3692ccee 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/tags/base/UnsupportedSamplingRateException.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/tags/base/UnsupportedSamplingRateException.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ @@ -18,6 +18,7 @@ package com.jpexs.decompiler.flash.tags.base; /** * Exception for unsupported sound rate. + * * @author JPEXS */ public class UnsupportedSamplingRateException extends SoundImportException { diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/tags/base/package-info.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/tags/base/package-info.java index 67a103700..f3b24a825 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/tags/base/package-info.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/tags/base/package-info.java @@ -1,4 +1,4 @@ /** * Base classes for Flash tags. */ -package com.jpexs.decompiler.flash.tags.base; \ No newline at end of file +package com.jpexs.decompiler.flash.tags.base; diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/tags/dynamictext/CharacterWithStyle.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/tags/dynamictext/CharacterWithStyle.java index 8b1b3e151..41ff27d0d 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/tags/dynamictext/CharacterWithStyle.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/tags/dynamictext/CharacterWithStyle.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ @@ -18,6 +18,7 @@ package com.jpexs.decompiler.flash.tags.dynamictext; /** * Character with style. + * * @author JPEXS */ public class CharacterWithStyle { diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/tags/dynamictext/DynamicTextModel.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/tags/dynamictext/DynamicTextModel.java index 10ff88cde..e39d5d0c3 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/tags/dynamictext/DynamicTextModel.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/tags/dynamictext/DynamicTextModel.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ @@ -22,6 +22,7 @@ import java.util.List; /** * Dynamic text model. + * * @author JPEXS */ public class DynamicTextModel { diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/tags/dynamictext/GlyphCharacter.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/tags/dynamictext/GlyphCharacter.java index 5447cd622..6e2a4a284 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/tags/dynamictext/GlyphCharacter.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/tags/dynamictext/GlyphCharacter.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ @@ -20,6 +20,7 @@ import com.jpexs.decompiler.flash.types.GLYPHENTRY; /** * Glyph character. + * * @author JPEXS */ public class GlyphCharacter { diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/tags/dynamictext/Paragraph.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/tags/dynamictext/Paragraph.java index 7b6ecadff..0291c6eee 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/tags/dynamictext/Paragraph.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/tags/dynamictext/Paragraph.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ @@ -22,6 +22,7 @@ import java.util.List; /** * Paragraph. + * * @author JPEXS */ public class Paragraph { diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/tags/dynamictext/SameStyleTextRecord.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/tags/dynamictext/SameStyleTextRecord.java index cd896ec60..d770ab62e 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/tags/dynamictext/SameStyleTextRecord.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/tags/dynamictext/SameStyleTextRecord.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ @@ -21,6 +21,7 @@ import java.util.List; /** * Same style text record. + * * @author JPEXS */ public class SameStyleTextRecord { diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/tags/dynamictext/TextStyle.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/tags/dynamictext/TextStyle.java index 9a5626a0b..665f2d339 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/tags/dynamictext/TextStyle.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/tags/dynamictext/TextStyle.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ @@ -21,6 +21,7 @@ import com.jpexs.decompiler.flash.types.RGBA; /** * Text style. + * * @author JPEXS */ public final class TextStyle implements Cloneable { diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/tags/dynamictext/Word.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/tags/dynamictext/Word.java index e0820cd36..f9c62d7a6 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/tags/dynamictext/Word.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/tags/dynamictext/Word.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ @@ -22,6 +22,7 @@ import java.util.List; /** * Word. + * * @author JPEXS */ public class Word { diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/tags/dynamictext/package-info.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/tags/dynamictext/package-info.java index 31bbfb032..e71d1f1a3 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/tags/dynamictext/package-info.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/tags/dynamictext/package-info.java @@ -1,4 +1,4 @@ /** * Dynamic text tags. */ -package com.jpexs.decompiler.flash.tags.dynamictext; \ No newline at end of file +package com.jpexs.decompiler.flash.tags.dynamictext; diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/tags/enums/ImageFormat.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/tags/enums/ImageFormat.java index d65572df9..81b05e7c3 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/tags/enums/ImageFormat.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/tags/enums/ImageFormat.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ @@ -18,6 +18,7 @@ package com.jpexs.decompiler.flash.tags.enums; /** * Image format. + * * @author JPEXS */ public enum ImageFormat { diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/tags/enums/TextRenderMode.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/tags/enums/TextRenderMode.java index ad0a370f7..072298280 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/tags/enums/TextRenderMode.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/tags/enums/TextRenderMode.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ @@ -18,6 +18,7 @@ package com.jpexs.decompiler.flash.tags.enums; /** * Text render mode. + * * @author JPEXS */ public enum TextRenderMode { diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/tags/enums/package-info.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/tags/enums/package-info.java index bcc67d919..65dc12710 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/tags/enums/package-info.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/tags/enums/package-info.java @@ -1,4 +1,4 @@ /** * Enums for tags. */ -package com.jpexs.decompiler.flash.tags.enums; \ No newline at end of file +package com.jpexs.decompiler.flash.tags.enums; diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/tags/font/CharacterRanges.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/tags/font/CharacterRanges.java index ca8ee855d..2859a8f17 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/tags/font/CharacterRanges.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/tags/font/CharacterRanges.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ @@ -26,6 +26,7 @@ import java.util.logging.Logger; /** * Unicode character ranges. + * * @author JPEXS */ public class CharacterRanges { diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/tags/font/package-info.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/tags/font/package-info.java index 918b99ee2..9658be0c5 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/tags/font/package-info.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/tags/font/package-info.java @@ -1,4 +1,4 @@ /** * Font tags handling. */ -package com.jpexs.decompiler.flash.tags.font; \ No newline at end of file +package com.jpexs.decompiler.flash.tags.font; diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/tags/gfx/AbstractGfxImageTag.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/tags/gfx/AbstractGfxImageTag.java index 783b5f015..0e62f1b5f 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/tags/gfx/AbstractGfxImageTag.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/tags/gfx/AbstractGfxImageTag.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ @@ -35,6 +35,7 @@ import net.npe.dds.DDSReader; /** * Base class for GFX image tags. + * * @author JPEXS */ public abstract class AbstractGfxImageTag extends ImageTag { @@ -52,16 +53,16 @@ public abstract class AbstractGfxImageTag extends ImageTag { protected BufferedImage getExternalBufferedImage(String fileName, int bitmapFormat) { Path imagePath = null; - + fileName = fileName.replace("\\", "/"); - + try { - imagePath = getSwf().getFile() == null ? null : Paths.get(getSwf().getFile()).getParent().resolve(Paths.get(fileName)); + imagePath = getSwf().getFile() == null ? null : Paths.get(getSwf().getFile()).getParent().resolve(Paths.get(fileName)); } catch (InvalidPathException ip) { //ignore } if (imagePath == null || !imagePath.toFile().exists()) { - + SwfSpecificCustomConfiguration cc = Configuration.getSwfSpecificCustomConfiguration(getSwf().getShortPathTitle()); if (cc == null) { return null; @@ -76,7 +77,7 @@ public abstract class AbstractGfxImageTag extends ImageTag { String prefix = ""; String searchPath; if (row.contains("|")) { - prefix = row.substring(0, row.indexOf("|")); + prefix = row.substring(0, row.indexOf("|")); searchPath = row.substring(row.indexOf("|") + 1); } else { searchPath = row; @@ -96,7 +97,7 @@ public abstract class AbstractGfxImageTag extends ImageTag { } if (!found) { return null; - } + } } byte[] imageData; diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/tags/gfx/DefineCompactedFont.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/tags/gfx/DefineCompactedFont.java index 299d3c87e..af17fadf3 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/tags/gfx/DefineCompactedFont.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/tags/gfx/DefineCompactedFont.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ @@ -45,6 +45,7 @@ import java.util.logging.Logger; /** * DefineCompactedFont tag - defines a font with compacted shapes. + * * @author JPEXS */ public final class DefineCompactedFont extends FontTag { diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/tags/gfx/DefineExternalGradient.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/tags/gfx/DefineExternalGradient.java index f033d57a7..4b70af303 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/tags/gfx/DefineExternalGradient.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/tags/gfx/DefineExternalGradient.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ @@ -27,6 +27,7 @@ import java.util.Map; /** * DefineExternalGradient tag - external gradient. + * * @author JPEXS */ public class DefineExternalGradient extends Tag { diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/tags/gfx/DefineExternalImage.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/tags/gfx/DefineExternalImage.java index f1895970d..222d26992 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/tags/gfx/DefineExternalImage.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/tags/gfx/DefineExternalImage.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ @@ -37,6 +37,7 @@ import java.util.Objects; /** * DefineExternalImage tag - external image. + * * @author JPEXS */ public class DefineExternalImage extends AbstractGfxImageTag { @@ -172,7 +173,7 @@ public class DefineExternalImage extends AbstractGfxImageTag { if (shortFormat) { //Just guessing how this may work... return exportName + "." + FileFormatType.fileFormatExtension(bitmapFormat); - } + } return fileName; } diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/tags/gfx/DefineExternalImage2.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/tags/gfx/DefineExternalImage2.java index e627fb854..687a7e21c 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/tags/gfx/DefineExternalImage2.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/tags/gfx/DefineExternalImage2.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ @@ -37,8 +37,9 @@ import java.util.Map; import java.util.Objects; /** - * DefineExternalImage2 tag - external image. - * Extends functionality of DefineExternalImage. + * DefineExternalImage2 tag - external image. Extends functionality of + * DefineExternalImage. + * * @author JPEXS */ public class DefineExternalImage2 extends AbstractGfxImageTag { @@ -99,7 +100,7 @@ public class DefineExternalImage2 extends AbstractGfxImageTag { public DefineExternalImage2(SWFInputStream sis, ByteArrayRange data) throws IOException { super(sis.getSwf(), ID, NAME, data); readData(sis, data, 0, false, false, false); - characterID = idType == IdType.IDTYPE_NONE ? imageID : - 1; + characterID = idType == IdType.IDTYPE_NONE ? imageID : -1; } public DefineExternalImage2(SWF swf) { diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/tags/gfx/DefineExternalSound.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/tags/gfx/DefineExternalSound.java index cd77a7db6..b148fdf2c 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/tags/gfx/DefineExternalSound.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/tags/gfx/DefineExternalSound.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ @@ -39,6 +39,7 @@ import javax.sound.sampled.UnsupportedAudioFileException; /** * DefineExternalSound tag - external sound. + * * @author JPEXS */ public class DefineExternalSound extends CharacterTag implements SoundTag { diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/tags/gfx/DefineExternalStreamSound.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/tags/gfx/DefineExternalStreamSound.java index 1f27cb500..b245bc322 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/tags/gfx/DefineExternalStreamSound.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/tags/gfx/DefineExternalStreamSound.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ @@ -42,6 +42,7 @@ import javax.sound.sampled.UnsupportedAudioFileException; /** * DefineExternalStreamSound tag - external stream sound. + * * @author JPEXS */ public class DefineExternalStreamSound extends Tag implements CharacterIdTag, SoundTag { diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/tags/gfx/DefineGradientMap.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/tags/gfx/DefineGradientMap.java index fc2a21449..17f66f21d 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/tags/gfx/DefineGradientMap.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/tags/gfx/DefineGradientMap.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ @@ -28,6 +28,7 @@ import java.util.List; /** * DefineFradientMap tag - gradient map. + * * @author JPEXS */ public class DefineGradientMap extends Tag { diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/tags/gfx/DefineSubImage.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/tags/gfx/DefineSubImage.java index e96f3ce24..98c39f653 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/tags/gfx/DefineSubImage.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/tags/gfx/DefineSubImage.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ @@ -34,6 +34,7 @@ import java.util.Objects; /** * DefineSubImage tag - sub image. + * * @author JPEXS */ public class DefineSubImage extends AbstractGfxImageTag { diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/tags/gfx/ExporterInfo.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/tags/gfx/ExporterInfo.java index e3b420d61..3b65ddf1c 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/tags/gfx/ExporterInfo.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/tags/gfx/ExporterInfo.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ @@ -30,6 +30,7 @@ import java.util.List; /** * ExporterInfo tag - exporter info. + * * @author JPEXS */ public class ExporterInfo extends Tag { @@ -50,7 +51,7 @@ public class ExporterInfo extends Tag { public String swfName; - public List codeOffsets; + public List codeOffsets; /** * Gets data bytes diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/tags/gfx/FontTextureInfo.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/tags/gfx/FontTextureInfo.java index 09c0c70aa..e80f38c8d 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/tags/gfx/FontTextureInfo.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/tags/gfx/FontTextureInfo.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ @@ -34,6 +34,7 @@ import java.util.Map; /** * FontTextureInfo tag - font texture info. + * * @author JPEXS */ public class FontTextureInfo extends Tag { @@ -60,7 +61,7 @@ public class FontTextureInfo extends Tag { public TEXGLYPH[] texGlyphs; - public FONTINFO[] fonts; + public FONTINFO[] fonts; /** * Gets data bytes diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/tags/gfx/enums/ExportFlagConstants.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/tags/gfx/enums/ExportFlagConstants.java index 12f086b25..7f98ca329 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/tags/gfx/enums/ExportFlagConstants.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/tags/gfx/enums/ExportFlagConstants.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ @@ -18,6 +18,7 @@ package com.jpexs.decompiler.flash.tags.gfx.enums; /** * Export flags constants. + * * @author JPEXS */ public class ExportFlagConstants { diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/tags/gfx/enums/FileFormatType.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/tags/gfx/enums/FileFormatType.java index 00e8a517e..9a374ebe9 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/tags/gfx/enums/FileFormatType.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/tags/gfx/enums/FileFormatType.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ @@ -24,9 +24,10 @@ import java.lang.reflect.Field; * @author JPEXS */ public class FileFormatType { + /*public static final int FILE_SWF = 0; public static final int FILE_GFX = 1;*/ - + public static final int FILE_DEFAULT = 0; // Image formats supported by Flash. diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/tags/gfx/enums/IdType.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/tags/gfx/enums/IdType.java index 04cad82e5..661f01c9b 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/tags/gfx/enums/IdType.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/tags/gfx/enums/IdType.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ @@ -20,6 +20,7 @@ import java.lang.reflect.Field; /** * Type of Id. + * * @author JPEXS */ public class IdType { diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/tags/gfx/enums/package-info.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/tags/gfx/enums/package-info.java index c6ad2bd24..a35871ccc 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/tags/gfx/enums/package-info.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/tags/gfx/enums/package-info.java @@ -1,4 +1,4 @@ /** * GFX tag enums. */ -package com.jpexs.decompiler.flash.tags.gfx.enums; \ No newline at end of file +package com.jpexs.decompiler.flash.tags.gfx.enums; diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/tags/gfx/package-info.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/tags/gfx/package-info.java index d5c12a7a2..6068c3db2 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/tags/gfx/package-info.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/tags/gfx/package-info.java @@ -1,4 +1,4 @@ /** * GFX tags. */ -package com.jpexs.decompiler.flash.tags.gfx; \ No newline at end of file +package com.jpexs.decompiler.flash.tags.gfx; diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/tags/package-info.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/tags/package-info.java index c96abb020..3f700cc87 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/tags/package-info.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/tags/package-info.java @@ -1,4 +1,4 @@ /** * Flash tags. */ -package com.jpexs.decompiler.flash.tags; \ No newline at end of file +package com.jpexs.decompiler.flash.tags; diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/tags/text/JustifyAlignGlyphEntry.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/tags/text/JustifyAlignGlyphEntry.java index 8257a7d71..7e81ad1aa 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/tags/text/JustifyAlignGlyphEntry.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/tags/text/JustifyAlignGlyphEntry.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ @@ -22,6 +22,7 @@ import com.jpexs.decompiler.flash.types.annotations.Internal; /** * Justify align glyph entry. + * * @author JPEXS */ public class JustifyAlignGlyphEntry extends GLYPHENTRY implements InternalClass { diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/tags/text/ParsedSymbol.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/tags/text/ParsedSymbol.java index 6022f1b76..9a69754d9 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/tags/text/ParsedSymbol.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/tags/text/ParsedSymbol.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ @@ -18,6 +18,7 @@ package com.jpexs.decompiler.flash.tags.text; /** * Text parsed symbol. + * * @author JPEXS */ public class ParsedSymbol { diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/tags/text/SymbolType.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/tags/text/SymbolType.java index 7d5b92eb5..b0bad6f22 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/tags/text/SymbolType.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/tags/text/SymbolType.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ @@ -18,6 +18,7 @@ package com.jpexs.decompiler.flash.tags.text; /** * Text symbol type. + * * @author JPEXS */ public enum SymbolType { diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/tags/text/TextAlign.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/tags/text/TextAlign.java index 34ae03490..ec96e95d6 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/tags/text/TextAlign.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/tags/text/TextAlign.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ @@ -18,6 +18,7 @@ package com.jpexs.decompiler.flash.tags.text; /** * Text align. + * * @author JPEXS */ public enum TextAlign { diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/tags/text/TextLexer.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/tags/text/TextLexer.java index 6dd7766e0..4a2d8602d 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/tags/text/TextLexer.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/tags/text/TextLexer.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ @@ -367,9 +367,8 @@ public final class TextLexer { /** * Refills the input buffer. * - * @return false, iff there was new input. - * - * @exception java.io.IOException if any I/O-Error occurs + * @return false, iff there was new input. + * @throws java.io.IOException if any I/O-Error occurs */ private boolean zzRefill() throws java.io.IOException { @@ -444,11 +443,11 @@ public final class TextLexer { /** * Resets the scanner to read from a new input stream. Does not close the * old reader. - * + *

* All internal variables are reset, the old input stream * cannot be reused (internal buffer is discarded and lost). Lexical * state is set to ZZ_INITIAL. - * + *

* Internal scan buffer is resized down to its initial length, if it has * grown. * @@ -494,12 +493,11 @@ public final class TextLexer { /** * Returns the character at position pos from the matched text. - * + *

* It is equivalent to yytext().charAt(pos), but faster * * @param pos the position of the character to fetch. A value from 0 to * yylength()-1. - * * @return the character at position pos */ public final char yycharat(int pos) { @@ -515,12 +513,12 @@ public final class TextLexer { /** * Reports an error that occured while scanning. - * + *

* In a wellformed scanner (no or only correct usage of yypushback(int) and * a match-all fallback rule) this method will only be called with things * that "Can't Possibly Happen". If this method is called, something is * seriously wrong (e.g. a JFlex bug producing a faulty scanner etc.). - * + *

* Usual syntax/scanner level error handling should be done in error * fallback rules. * @@ -539,7 +537,7 @@ public final class TextLexer { /** * Pushes the specified amount of characters back into the input stream. - * + *

* They will be read again by then next call of the scanning method * * @param number the number of characters to be read again. This number must @@ -558,7 +556,7 @@ public final class TextLexer { * input is encountered or an I/O-Error occurs. * * @return the next token - * @exception java.io.IOException if any I/O-Error occurs + * @throws java.io.IOException if any I/O-Error occurs */ public ParsedSymbol yylex() throws java.io.IOException, TextParseException { int zzInput; diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/tags/text/TextParseException.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/tags/text/TextParseException.java index a7539b0dc..535c51fb8 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/tags/text/TextParseException.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/tags/text/TextParseException.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ @@ -20,6 +20,7 @@ import com.jpexs.decompiler.flash.ParseException; /** * Text parse exception. + * * @author JPEXS */ public class TextParseException extends ParseException { diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/tags/text/package-info.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/tags/text/package-info.java index 86c8cb246..a52ede54a 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/tags/text/package-info.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/tags/text/package-info.java @@ -1,4 +1,4 @@ /** * Text tags. */ -package com.jpexs.decompiler.flash.tags.text; \ No newline at end of file +package com.jpexs.decompiler.flash.tags.text; diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/timeline/AS2Package.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/timeline/AS2Package.java index bc44331c3..f165b04dc 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/timeline/AS2Package.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/timeline/AS2Package.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ @@ -27,6 +27,7 @@ import java.util.TreeMap; /** * ActionScript 2 package TreeItem. + * * @author JPEXS */ public class AS2Package implements TreeItem { @@ -57,7 +58,8 @@ public class AS2Package implements TreeItem { public Map scripts = new TreeMap<>(); /** - * Whether the package is flat = in the format "mypkg.sub1.sub2" instead of "sub1". + * Whether the package is flat = in the format "mypkg.sub1.sub2" instead of + * "sub1". */ private final boolean flat; @@ -68,11 +70,13 @@ public class AS2Package implements TreeItem { /** * Constructs AS2Package + * * @param name Name * @param parent Parent package * @param swf SWF this package resides in - * @param flat Whether the package is flat = in the format "mypkg.sub1.sub2" instead of "sub1" - * @param defaultPackage + * @param flat Whether the package is flat = in the format "mypkg.sub1.sub2" + * instead of "sub1" + * @param defaultPackage */ public AS2Package(String name, AS2Package parent, SWF swf, boolean flat, boolean defaultPackage) { this.name = name; @@ -84,7 +88,8 @@ public class AS2Package implements TreeItem { /** * Checks whether it is default package. - * @return + * + * @return */ public boolean isDefaultPackage() { return defaultPackage; @@ -92,7 +97,8 @@ public class AS2Package implements TreeItem { /** * Gets openable. - * @return + * + * @return */ @Override public Openable getOpenable() { @@ -101,7 +107,8 @@ public class AS2Package implements TreeItem { /** * Gets all subpackages and subscripts. - * @return + * + * @return */ public List getAllChildren() { List result = new ArrayList<>(getChildCount()); @@ -112,8 +119,9 @@ public class AS2Package implements TreeItem { /** * Gets child at index. + * * @param index - * @return + * @return */ public TreeItem getChild(int index) { if (index < subPackages.size()) { @@ -141,7 +149,8 @@ public class AS2Package implements TreeItem { /** * Gets child count. - * @return + * + * @return */ public int getChildCount() { return subPackages.size() + scripts.size(); @@ -149,8 +158,9 @@ public class AS2Package implements TreeItem { /** * Gets index of child. + * * @param child - * @return + * @return */ public int getIndexOfChild(TreeItem child) { int res = 0; @@ -175,10 +185,11 @@ public class AS2Package implements TreeItem { return res; } - /** - * ToString. - * @return - */ + /** + * ToString. + * + * @return + */ @Override public String toString() { return name; @@ -186,7 +197,8 @@ public class AS2Package implements TreeItem { /** * Gets package name. - * @return + * + * @return */ public String getName() { return name; @@ -194,7 +206,8 @@ public class AS2Package implements TreeItem { /** * Gets modified flag. - * @return + * + * @return */ @Override public boolean isModified() { @@ -210,12 +223,12 @@ public class AS2Package implements TreeItem { } return false; } - - + /** - * Checks whether the package is flat. - * Flat = in the format "mypkg.sub1.sub2" instead of "sub1". - * @return + * Checks whether the package is flat. Flat = in the format + * "mypkg.sub1.sub2" instead of "sub1". + * + * @return */ public boolean isFlat() { return flat; diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/timeline/AS3Package.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/timeline/AS3Package.java index fa03ce2b4..1cd2faa5b 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/timeline/AS3Package.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/timeline/AS3Package.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ @@ -30,6 +30,7 @@ import natorder.NaturalOrderComparator; /** * ActionScript 3 package AS3ClassTreeItem + * * @author JPEXS */ public class AS3Package extends AS3ClassTreeItem { @@ -67,7 +68,8 @@ public class AS3Package extends AS3ClassTreeItem { private List sortedScripts; /** - * Whether the package is flat = in the format "mypkg.sub1.sub2" instead of "sub1". + * Whether the package is flat = in the format "mypkg.sub1.sub2" instead of + * "sub1". */ private final boolean flat; @@ -97,14 +99,16 @@ public class AS3Package extends AS3ClassTreeItem { private final boolean partOfCompoundScript; /** - * * @param packageName Package name * @param openable Openable - * @param flat Whether the package is flat = in the format "mypkg.sub1.sub2" instead of "sub1" + * @param flat Whether the package is flat = in the format "mypkg.sub1.sub2" + * instead of "sub1" * @param defaultPackage Whether this is default package * @param abc ABC of this package - * @param partOfCompoundScript Whether this package is part of compound script - * @param compoundScriptIndex If this package is compound script package itself, index of scriptInfo + * @param partOfCompoundScript Whether this package is part of compound + * script + * @param compoundScriptIndex If this package is compound script package + * itself, index of scriptInfo */ public AS3Package(String packageName, Openable openable, boolean flat, boolean defaultPackage, ABC abc, boolean partOfCompoundScript, Integer compoundScriptIndex) { super(packageName, "", null); @@ -116,10 +120,11 @@ public class AS3Package extends AS3ClassTreeItem { this.abc = abc; this.partOfCompoundScript = partOfCompoundScript; } - + /** * Checks whether this package is part of compound script. - * @return + * + * @return */ public boolean isPartOfCompoundScript() { return partOfCompoundScript; @@ -127,7 +132,8 @@ public class AS3Package extends AS3ClassTreeItem { /** * Sets ScriptPack with compound script initializer. - * @param compoundInitializerPack + * + * @param compoundInitializerPack */ public void setCompoundInitializerPack(ScriptPack compoundInitializerPack) { this.compoundInitializerPack = compoundInitializerPack; @@ -135,7 +141,8 @@ public class AS3Package extends AS3ClassTreeItem { /** * Gets ScriptPack with compound script initializer. - * @return + * + * @return */ public ScriptPack getCompoundInitializerPack() { return compoundInitializerPack; @@ -143,25 +150,27 @@ public class AS3Package extends AS3ClassTreeItem { /** * Checks whether it is default package. - * @return + * + * @return */ public boolean isDefaultPackage() { return defaultPackage; } /** - * Checks whether the package is flat. - * Flat = in the format "mypkg.sub1.sub2" instead of "sub1". - * @return + * Checks whether the package is flat. Flat = in the format + * "mypkg.sub1.sub2" instead of "sub1". + * + * @return */ public boolean isFlat() { return flat; } /** - * Checks whether it is a compound script. - * Not just a part of it. - * @return + * Checks whether it is a compound script. Not just a part of it. + * + * @return */ public boolean isCompoundScript() { return compoundScriptIndex != null; @@ -169,7 +178,8 @@ public class AS3Package extends AS3ClassTreeItem { /** * Gets index of compound scriptInfo. - * @return + * + * @return */ public Integer getCompoundScriptIndex() { return compoundScriptIndex; @@ -177,7 +187,8 @@ public class AS3Package extends AS3ClassTreeItem { /** * Gets ABC. - * @return + * + * @return */ public ABC getAbc() { return abc; @@ -185,7 +196,8 @@ public class AS3Package extends AS3ClassTreeItem { /** * Gets Openable. - * @return + * + * @return */ @Override public Openable getOpenable() { @@ -194,7 +206,8 @@ public class AS3Package extends AS3ClassTreeItem { /** * Gets subpackages. - * @return + * + * @return */ public List getSubPackages() { if (sortedPackages == null) { @@ -211,7 +224,8 @@ public class AS3Package extends AS3ClassTreeItem { /** * Gets ScriptPacks in this package. - * @return + * + * @return */ public List getScriptPacks() { if (sortedScripts == null) { @@ -228,7 +242,8 @@ public class AS3Package extends AS3ClassTreeItem { /** * Adds ScriptPack to the package. - * @param script + * + * @param script */ public void addScriptPack(ScriptPack script) { ClassPath cp = script.getClassPath(); @@ -238,7 +253,8 @@ public class AS3Package extends AS3ClassTreeItem { /** * Adds subpackage. - * @param subPackage + * + * @param subPackage */ public void addSubPackage(AS3Package subPackage) { subPackages.put(subPackage.getNameWithNamespaceSuffix(), subPackage); @@ -247,8 +263,9 @@ public class AS3Package extends AS3ClassTreeItem { /** * Gets subpackage by name. + * * @param packageName - * @return + * @return */ public AS3Package getSubPackage(String packageName) { return subPackages.get(packageName); @@ -256,7 +273,8 @@ public class AS3Package extends AS3ClassTreeItem { /** * Gets all subpackages and scripts in this package. - * @return + * + * @return */ public List getAllChildren() { List result = new ArrayList<>(getChildCount()); @@ -267,8 +285,9 @@ public class AS3Package extends AS3ClassTreeItem { /** * Gets child at index. + * * @param index - * @return + * @return */ public AS3ClassTreeItem getChild(int index) { if (index < subPackages.size()) { @@ -284,7 +303,8 @@ public class AS3Package extends AS3ClassTreeItem { /** * Gets child count. - * @return + * + * @return */ public int getChildCount() { return subPackages.size() + getScriptPacks().size(); @@ -292,8 +312,9 @@ public class AS3Package extends AS3ClassTreeItem { /** * Gets index of child. + * * @param child - * @return + * @return */ public int getIndexOfChild(AS3ClassTreeItem child) { int res = 0; @@ -330,7 +351,8 @@ public class AS3Package extends AS3ClassTreeItem { /** * ToString - * @return + * + * @return */ @Override public String toString() { @@ -342,7 +364,8 @@ public class AS3Package extends AS3ClassTreeItem { /** * Gets modified flag. - * @return + * + * @return */ @Override public boolean isModified() { diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/timeline/Clip.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/timeline/Clip.java index e7df30647..32955e7eb 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/timeline/Clip.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/timeline/Clip.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ @@ -20,6 +20,7 @@ import java.awt.Shape; /** * Clipping region. + * * @author JPEXS */ public class Clip { diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/timeline/DepthState.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/timeline/DepthState.java index 1f57a3cfc..2c294cfb5 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/timeline/DepthState.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/timeline/DepthState.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ @@ -38,6 +38,7 @@ import java.util.concurrent.atomic.AtomicLong; /** * State at specific depth on a frame. + * * @author JPEXS */ public class DepthState { @@ -174,7 +175,8 @@ public class DepthState { /** * Gets new instance id. - * @return + * + * @return */ public static long getNewInstanceId() { return lastInstanceId.addAndGet(1); @@ -182,6 +184,7 @@ public class DepthState { /** * Constructs DepthState. + * * @param swf SWF * @param frame Frame * @param placeFrame Frame of placeObject @@ -195,6 +198,7 @@ public class DepthState { /** * Constructs DepthState. + * * @param obj Last DepthState * @param frame Frame * @param placeFrame Frame of placeObject @@ -231,7 +235,8 @@ public class DepthState { /** * Sets matrix. - * @param matrix + * + * @param matrix */ public void setMATRIX(MATRIX matrix) { this.matrix = matrix; @@ -240,7 +245,8 @@ public class DepthState { /** * Checks whether cache as bitmap is on. - * @return + * + * @return */ public boolean cacheAsBitmap() { return (placeObjectTag != null && placeObjectTag.cacheAsBitmap()) @@ -249,8 +255,9 @@ public class DepthState { /** * Converts DepthState to PlaceObject tag of required version. + * * @param depth Depth - * @return + * @return */ public PlaceObjectTypeTag toPlaceObjectTag(int depth) { if (minPlaceObjectNum <= 1) { @@ -270,7 +277,8 @@ public class DepthState { /** * Gets character tag. - * @return + * + * @return */ public CharacterTag getCharacter() { if (characterId == -1) { @@ -287,7 +295,8 @@ public class DepthState { /** * Hashcode. - * @return + * + * @return */ @Override public int hashCode() { @@ -314,8 +323,9 @@ public class DepthState { /** * Equals. + * * @param obj - * @return + * @return */ @Override public boolean equals(Object obj) { diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/timeline/Frame.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/timeline/Frame.java index 82577f51d..e97136023 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/timeline/Frame.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/timeline/Frame.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ @@ -37,6 +37,7 @@ import java.util.TreeMap; /** * Single frame of a timeline. + * * @author JPEXS */ public class Frame implements TreeItem, Exportable { @@ -87,8 +88,7 @@ public class Frame implements TreeItem, Exportable { public List actionContainers = new ArrayList<>(); /** - * Inner nested tags in this frame. - * See ShowFrameTag.isNestedTagType + * Inner nested tags in this frame. See ShowFrameTag.isNestedTagType */ public List innerTags = new ArrayList<>(); @@ -98,8 +98,7 @@ public class Frame implements TreeItem, Exportable { public List allInnerTags = new ArrayList<>(); /** - * ShowFrame tag for this frame. - * Can be null for the last frame. + * ShowFrame tag for this frame. Can be null for the last frame. */ public ShowFrameTag showFrameTag = null; @@ -120,6 +119,7 @@ public class Frame implements TreeItem, Exportable { /** * Constructs Frame. + * * @param timeline Timeline * @param frame Zero-based frame index */ @@ -130,6 +130,7 @@ public class Frame implements TreeItem, Exportable { /** * Constructs Frame. + * * @param obj Source frame * @param frame New zero-based frame index */ @@ -146,7 +147,8 @@ public class Frame implements TreeItem, Exportable { /** * Gets openable. - * @return + * + * @return */ @Override public Openable getOpenable() { @@ -155,7 +157,8 @@ public class Frame implements TreeItem, Exportable { /** * ToString - * @return + * + * @return */ @Override public String toString() { @@ -174,7 +177,8 @@ public class Frame implements TreeItem, Exportable { /** * Gets export file name. - * @return + * + * @return */ @Override public String getExportFileName() { @@ -183,8 +187,9 @@ public class Frame implements TreeItem, Exportable { /** * Equals. + * * @param obj - * @return + * @return */ @Override public boolean equals(Object obj) { @@ -198,7 +203,8 @@ public class Frame implements TreeItem, Exportable { /** * HashCode. - * @return + * + * @return */ @Override public int hashCode() { @@ -207,7 +213,8 @@ public class Frame implements TreeItem, Exportable { /** * Checks whether some of "all inner frames" are moified. - * @return + * + * @return */ public boolean isAllInnerTagsModified() { for (Tag t : allInnerTags) { @@ -220,7 +227,8 @@ public class Frame implements TreeItem, Exportable { /** * Gets modified flag. - * @return + * + * @return */ @Override public boolean isModified() { @@ -247,6 +255,7 @@ public class Frame implements TreeItem, Exportable { /** * Get needed characters for this frame. + * * @param needed Result */ public void getNeededCharacters(Set needed) { @@ -263,6 +272,7 @@ public class Frame implements TreeItem, Exportable { /** * Get needed characters for this frame to deepest level. + * * @param needed Result */ public void getNeededCharactersDeep(Set needed) { diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/timeline/FrameScript.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/timeline/FrameScript.java index b56c9a0ae..8bae0ffa9 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/timeline/FrameScript.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/timeline/FrameScript.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ @@ -23,6 +23,7 @@ import com.jpexs.decompiler.flash.treeitems.TreeItem; /** * A frame that contains script + * * @author JPEXS */ public class FrameScript implements TreeItem, Exportable { @@ -39,6 +40,7 @@ public class FrameScript implements TreeItem, Exportable { /** * Constructs FrameScript. + * * @param swf SWF * @param frame Frame */ @@ -49,7 +51,8 @@ public class FrameScript implements TreeItem, Exportable { /** * Gets Frame. - * @return + * + * @return */ public Frame getFrame() { return frame; @@ -57,7 +60,8 @@ public class FrameScript implements TreeItem, Exportable { /** * Gets openable. - * @return + * + * @return */ @Override public Openable getOpenable() { @@ -66,7 +70,8 @@ public class FrameScript implements TreeItem, Exportable { /** * ToString. - * @return + * + * @return */ @Override public String toString() { @@ -75,7 +80,8 @@ public class FrameScript implements TreeItem, Exportable { /** * Gets export filename. - * @return + * + * @return */ @Override public String getExportFileName() { @@ -84,7 +90,8 @@ public class FrameScript implements TreeItem, Exportable { /** * Gets modified flag. - * @return + * + * @return */ @Override public boolean isModified() { diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/timeline/Scene.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/timeline/Scene.java index 006e0feb5..1dfd25f6f 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/timeline/Scene.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/timeline/Scene.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ @@ -23,6 +23,7 @@ import java.util.Objects; /** * Scene object. + * * @author JPEXS */ public class Scene implements TreeItem { @@ -31,17 +32,17 @@ public class Scene implements TreeItem { * SWF. */ private SWF swf; - + /** * Start frame (zero-ased). */ public int startFrame; - + /** * End frame (zero-based). */ public int endFrame; - + /** * Name. */ @@ -49,6 +50,7 @@ public class Scene implements TreeItem { /** * Constructs Scene. + * * @param swf SWF * @param startFrame Start frame (zero-based) * @param endFrame End frame (zero-based) @@ -63,7 +65,8 @@ public class Scene implements TreeItem { /** * Gets number of frames in this scene. - * @return + * + * @return */ public int getSceneFrameCount() { return endFrame - startFrame + 1; @@ -71,6 +74,7 @@ public class Scene implements TreeItem { /** * Gets SceneFrame at index + * * @param sceneFrameIndex Index at range 0 to sceneFrameCount - 1 * @return */ @@ -83,7 +87,8 @@ public class Scene implements TreeItem { /** * Gets openable. - * @return + * + * @return */ @Override public Openable getOpenable() { @@ -92,7 +97,8 @@ public class Scene implements TreeItem { /** * Gets modified flag. - * @return + * + * @return */ @Override public boolean isModified() { @@ -101,7 +107,8 @@ public class Scene implements TreeItem { /** * HashCode. - * @return + * + * @return */ @Override public int hashCode() { @@ -113,8 +120,9 @@ public class Scene implements TreeItem { /** * Equals. + * * @param obj - * @return + * @return */ @Override public boolean equals(Object obj) { @@ -136,7 +144,8 @@ public class Scene implements TreeItem { /** * ToString. - * @return + * + * @return */ @Override public String toString() { diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/timeline/SceneFrame.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/timeline/SceneFrame.java index 75c597506..76e9cb6ca 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/timeline/SceneFrame.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/timeline/SceneFrame.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ @@ -23,6 +23,7 @@ import java.util.Objects; /** * A frame in a Scene object. + * * @author JPEXS */ public class SceneFrame implements TreeItem { @@ -31,12 +32,12 @@ public class SceneFrame implements TreeItem { * SWF. */ private final SWF swf; - + /** * Scene. */ private final Scene scene; - + /** * Real frame index - from main SWF time line. */ @@ -44,6 +45,7 @@ public class SceneFrame implements TreeItem { /** * Constructs SceneFrame. + * * @param swf SWF * @param scene Scene * @param realFrameIndex Real frame index - from main SWF time line @@ -56,7 +58,8 @@ public class SceneFrame implements TreeItem { /** * Gets scene frame index. - * @return + * + * @return */ public int getSceneFrameIndex() { return realFrameIndex - scene.startFrame; @@ -64,7 +67,8 @@ public class SceneFrame implements TreeItem { /** * Gets frame. - * @return + * + * @return */ public Frame getFrame() { return swf.getTimeline().getFrame(realFrameIndex); @@ -72,7 +76,8 @@ public class SceneFrame implements TreeItem { /** * ToString. - * @return + * + * @return */ @Override public String toString() { @@ -81,7 +86,8 @@ public class SceneFrame implements TreeItem { /** * Gets openable. - * @return + * + * @return */ @Override public Openable getOpenable() { @@ -90,7 +96,8 @@ public class SceneFrame implements TreeItem { /** * Gets modified flag. - * @return + * + * @return */ @Override public boolean isModified() { @@ -99,7 +106,8 @@ public class SceneFrame implements TreeItem { /** * HashCode. - * @return + * + * @return */ @Override public int hashCode() { @@ -111,8 +119,9 @@ public class SceneFrame implements TreeItem { /** * Equals. + * * @param obj - * @return + * @return */ @Override public boolean equals(Object obj) { diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/timeline/SoundStreamFrameRange.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/timeline/SoundStreamFrameRange.java index fb9e80ae1..972ef9f0b 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/timeline/SoundStreamFrameRange.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/timeline/SoundStreamFrameRange.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ @@ -29,6 +29,7 @@ import java.util.List; /** * SoundStream blocks across frame range. + * * @author JPEXS */ public class SoundStreamFrameRange implements TreeItem, SoundTag { @@ -37,12 +38,12 @@ public class SoundStreamFrameRange implements TreeItem, SoundTag { * Start frame (zero-based). */ public int startFrame; - + /** * End frame (zero-based). */ public int endFrame; - + /** * Sound blocks. */ @@ -55,6 +56,7 @@ public class SoundStreamFrameRange implements TreeItem, SoundTag { /** * Constructs SoundStreamFrameRange + * * @param head Sound stream head */ public SoundStreamFrameRange(SoundStreamHeadTypeTag head) { @@ -63,7 +65,8 @@ public class SoundStreamFrameRange implements TreeItem, SoundTag { /** * Gets openable. - * @return + * + * @return */ @Override public Openable getOpenable() { @@ -72,7 +75,8 @@ public class SoundStreamFrameRange implements TreeItem, SoundTag { /** * Gets modified flag - * @return + * + * @return */ @Override public boolean isModified() { @@ -81,7 +85,8 @@ public class SoundStreamFrameRange implements TreeItem, SoundTag { /** * Gets sound export format. - * @return + * + * @return */ @Override public SoundExportFormat getExportFormat() { @@ -90,7 +95,8 @@ public class SoundStreamFrameRange implements TreeItem, SoundTag { /** * Checks whether import is supported. - * @return + * + * @return */ @Override public boolean importSupported() { @@ -99,7 +105,8 @@ public class SoundStreamFrameRange implements TreeItem, SoundTag { /** * Gets sound rate. - * @return + * + * @return */ @Override public int getSoundRate() { @@ -107,9 +114,9 @@ public class SoundStreamFrameRange implements TreeItem, SoundTag { } /** - * Gets sound type. - * True = stereo, false = mono. - * @return + * Gets sound type. True = stereo, false = mono. + * + * @return */ @Override public boolean getSoundType() { @@ -118,7 +125,8 @@ public class SoundStreamFrameRange implements TreeItem, SoundTag { /** * Gets raw sound data. - * @return + * + * @return */ @Override public List getRawSoundData() { @@ -136,7 +144,8 @@ public class SoundStreamFrameRange implements TreeItem, SoundTag { /** * Gets sound format id. - * @return + * + * @return */ @Override public int getSoundFormatId() { @@ -145,7 +154,8 @@ public class SoundStreamFrameRange implements TreeItem, SoundTag { /** * Gets total sound sample count. - * @return + * + * @return */ @Override public long getTotalSoundSampleCount() { @@ -153,9 +163,9 @@ public class SoundStreamFrameRange implements TreeItem, SoundTag { } /** - * Gets sound size. - * True = 16 bit, false = 8 bit. - * @return + * Gets sound size. True = 16 bit, false = 8 bit. + * + * @return */ @Override public boolean getSoundSize() { @@ -164,7 +174,8 @@ public class SoundStreamFrameRange implements TreeItem, SoundTag { /** * Gets character export filename. - * @return + * + * @return */ @Override public String getCharacterExportFileName() { @@ -173,7 +184,8 @@ public class SoundStreamFrameRange implements TreeItem, SoundTag { /** * Gets name. - * @return + * + * @return */ @Override public String getName() { @@ -182,7 +194,8 @@ public class SoundStreamFrameRange implements TreeItem, SoundTag { /** * Gets sound format. - * @return + * + * @return */ @Override public SoundFormat getSoundFormat() { @@ -190,9 +203,9 @@ public class SoundStreamFrameRange implements TreeItem, SoundTag { } /** - * Sets sound size. - * True = 16 bit, false = 8 bit - * @param soundSize + * Sets sound size. True = 16 bit, false = 8 bit + * + * @param soundSize */ @Override public void setSoundSize(boolean soundSize) { @@ -200,9 +213,9 @@ public class SoundStreamFrameRange implements TreeItem, SoundTag { } /** - * Sets sound type. - * True = stereo, false = mono - * @param soundType + * Sets sound type. True = stereo, false = mono + * + * @param soundType */ @Override public void setSoundType(boolean soundType) { @@ -211,7 +224,8 @@ public class SoundStreamFrameRange implements TreeItem, SoundTag { /** * Sets sound sample count. - * @param soundSampleCount + * + * @param soundSampleCount */ @Override public void setSoundSampleCount(long soundSampleCount) { @@ -220,7 +234,8 @@ public class SoundStreamFrameRange implements TreeItem, SoundTag { /** * Sets sound compression. - * @param soundCompression + * + * @param soundCompression */ @Override public void setSoundCompression(int soundCompression) { @@ -229,7 +244,8 @@ public class SoundStreamFrameRange implements TreeItem, SoundTag { /** * Sets sound rate. - * @param soundRate + * + * @param soundRate */ @Override public void setSoundRate(int soundRate) { @@ -238,7 +254,8 @@ public class SoundStreamFrameRange implements TreeItem, SoundTag { /** * Gets character id. - * @return + * + * @return */ @Override public int getCharacterId() { @@ -247,7 +264,8 @@ public class SoundStreamFrameRange implements TreeItem, SoundTag { /** * Gets sound stream head. - * @return + * + * @return */ public SoundStreamHeadTypeTag getHead() { return head; @@ -255,7 +273,8 @@ public class SoundStreamFrameRange implements TreeItem, SoundTag { /** * ToString. - * @return + * + * @return */ @Override public String toString() { @@ -264,7 +283,8 @@ public class SoundStreamFrameRange implements TreeItem, SoundTag { /** * Checks whether the sound is readonly. - * @return + * + * @return */ @Override public boolean isReadOnly() { @@ -273,7 +293,8 @@ public class SoundStreamFrameRange implements TreeItem, SoundTag { /** * Gets FLA export name. - * @return + * + * @return */ @Override public String getFlaExportName() { @@ -282,7 +303,8 @@ public class SoundStreamFrameRange implements TreeItem, SoundTag { /** * Gets initial latency. - * @return + * + * @return */ @Override public int getInitialLatency() { diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/timeline/SvgClip.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/timeline/SvgClip.java index c6b6d0b1a..e91aaea44 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/timeline/SvgClip.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/timeline/SvgClip.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ @@ -18,6 +18,7 @@ package com.jpexs.decompiler.flash.timeline; /** * SVG clipping region + * * @author JPEXS */ public class SvgClip { @@ -34,6 +35,7 @@ public class SvgClip { /** * Constructs SvgClip. + * * @param shape Shape * @param depth Depth */ diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/timeline/TagScript.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/timeline/TagScript.java index 26a5c3639..ec57de1cd 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/timeline/TagScript.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/timeline/TagScript.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ @@ -26,6 +26,7 @@ import java.util.Objects; /** * A tag containing script. + * * @author JPEXS */ public class TagScript implements TreeItem, Exportable { @@ -47,6 +48,7 @@ public class TagScript implements TreeItem, Exportable { /** * Constructs TagScript. + * * @param swf SWF * @param tag Tag * @param frames Frames @@ -59,7 +61,8 @@ public class TagScript implements TreeItem, Exportable { /** * Gets tag. - * @return + * + * @return */ public Tag getTag() { return tag; @@ -67,7 +70,8 @@ public class TagScript implements TreeItem, Exportable { /** * Gets frames. - * @return + * + * @return */ public List getFrames() { return frames; @@ -75,7 +79,8 @@ public class TagScript implements TreeItem, Exportable { /** * Gets openable. - * @return + * + * @return */ @Override public Openable getOpenable() { @@ -84,7 +89,8 @@ public class TagScript implements TreeItem, Exportable { /** * ToString. - * @return + * + * @return */ @Override public String toString() { @@ -93,7 +99,8 @@ public class TagScript implements TreeItem, Exportable { /** * Gets export filename. - * @return + * + * @return */ @Override public String getExportFileName() { @@ -102,8 +109,9 @@ public class TagScript implements TreeItem, Exportable { /** * Equals. + * * @param obj - * @return + * @return */ @Override public boolean equals(Object obj) { @@ -116,7 +124,8 @@ public class TagScript implements TreeItem, Exportable { /** * HashCode. - * @return + * + * @return */ @Override public int hashCode() { @@ -125,7 +134,8 @@ public class TagScript implements TreeItem, Exportable { /** * Gets modified flag. - * @return + * + * @return */ @Override public boolean isModified() { diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/timeline/Timeline.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/timeline/Timeline.java index fff64323b..f7ee73e77 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/timeline/Timeline.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/timeline/Timeline.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ @@ -90,15 +90,16 @@ import java.util.Stack; import org.w3c.dom.Element; /** - * Timeline object created from a Timelined object - * which contains organized list of frames and their contents. - * + * Timeline object created from a Timelined object which contains organized list + * of frames and their contents. + * * @author JPEXS */ public class Timeline { /** - * Id of timeline. Generally a characterId. Like spriteId or 0 for main SWF timeline. + * Id of timeline. Generally a characterId. Like spriteId or 0 for main SWF + * timeline. */ public int id; @@ -212,7 +213,8 @@ public class Timeline { /** * Gets list of frames. - * @return + * + * @return */ public synchronized List getFrames() { ensureInitialized(); @@ -221,6 +223,7 @@ public class Timeline { /** * Gets frame object. + * * @param index 0-based frame index * @return */ @@ -234,7 +237,8 @@ public class Timeline { /** * Adds a frame. - * @param frame + * + * @param frame */ public synchronized void addFrame(Frame frame) { ensureInitialized(); @@ -245,7 +249,8 @@ public class Timeline { /** * Gets AS2 root package. - * @return + * + * @return */ public AS2Package getAS2RootPackage() { ensureInitialized(); @@ -254,7 +259,8 @@ public class Timeline { /** * Gets map of depth to max frame. - * @return + * + * @return */ public Map getDepthMaxFrame() { ensureInitialized(); @@ -263,8 +269,9 @@ public class Timeline { /** * Gets map of soundStream id to SoundStreamFrameRanges. + * * @param head - * @return + * @return */ public List getSoundStreamBlocks(SoundStreamHeadTypeTag head) { ensureInitialized(); @@ -273,7 +280,8 @@ public class Timeline { /** * Gets parent tag. - * @return + * + * @return */ public Tag getParentTag() { return timelined instanceof Tag ? (Tag) timelined : null; @@ -281,7 +289,8 @@ public class Timeline { /** * Resets timeline to given SWF file timeline. - * @param swf + * + * @param swf */ public void reset(SWF swf) { reset(swf, swf, 0, swf.displayRect); @@ -289,6 +298,7 @@ public class Timeline { /** * Resets timeline to given Timelined object + * * @param swf SWF this timelined resides * @param timelined * @param id Timeline id - usually characterId or 0 for SWF main timeline @@ -313,7 +323,8 @@ public class Timeline { /** * Gets maximum depth. - * @return + * + * @return */ public final int getMaxDepth() { ensureInitialized(); @@ -322,7 +333,8 @@ public class Timeline { /** * Calculates max depth manually. - * @return + * + * @return */ private synchronized int getMaxDepthInternal() { int max_depth = 0; @@ -341,8 +353,9 @@ public class Timeline { } /** - * Gets frame count. - * @return + * Gets frame count. + * + * @return */ public synchronized int getFrameCount() { ensureInitialized(); @@ -350,9 +363,9 @@ public class Timeline { } /** - * Gets real frame count. - * Real = when frame has actions or layerschanged. - * @return + * Gets real frame count. Real = when frame has actions or layerschanged. + * + * @return */ public synchronized int getRealFrameCount() { ensureInitialized(); @@ -373,8 +386,9 @@ public class Timeline { /** * Gets frame for ASMSource. + * * @param asm - * @return + * @return */ public int getFrameForAction(ASMSource asm) { Integer frame = actionFrames.get(asm); @@ -387,7 +401,8 @@ public class Timeline { /** * Constructs timeline from SWF. - * @param swf + * + * @param swf */ public Timeline(SWF swf) { this(swf, swf, 0, swf.displayRect); @@ -395,6 +410,7 @@ public class Timeline { /** * Constructs timeline from Timelined object. + * * @param swf SWF the timelined object resides in * @param timelined * @param id Timeline id - usually characterId or 0 for SWF main timeline @@ -411,6 +427,7 @@ public class Timeline { /** * Gets frame with label name. + * * @param label * @return frame index (zero based) or -1 when not found */ @@ -422,8 +439,8 @@ public class Timeline { } /** - * Initialized the timeline. - * It walks all the tags and creates Frame object lists. + * Initialized the timeline. It walks all the tags and creates Frame object + * lists. */ private synchronized void initialize() { int frameIdx = 0; @@ -755,8 +772,9 @@ public class Timeline { /** * Populates sound stream blocks. + * * @param containerId - * @param tags + * @param tags */ private void populateSoundStreamBlocks(int containerId, Iterable tags) { List ranges = null; @@ -843,6 +861,7 @@ public class Timeline { /** * Gets needed characters for this timeline. + * * @param usedCharacters Result */ public void getNeededCharacters(Set usedCharacters) { @@ -853,6 +872,7 @@ public class Timeline { /** * Gets needed characters for this timeline. + * * @param frames List of frames * @param usedCharacters Result */ @@ -864,8 +884,9 @@ public class Timeline { /** * Gets needed characters for a frame. + * * @param frame - * @param usedCharacters + * @param usedCharacters */ public void getNeededCharacters(int frame, Set usedCharacters) { Frame frameObj = getFrame(frame); @@ -882,9 +903,10 @@ public class Timeline { /** * Replaces characterId with another.s + * * @param oldCharacterId * @param newCharacterId - * @return + * @return */ public boolean replaceCharacter(int oldCharacterId, int newCharacterId) { boolean modified = false; @@ -901,9 +923,10 @@ public class Timeline { /** * Removes character. + * * @param characterId * @param listener Called on tag remove - * @return + * @return */ public boolean removeCharacter(int characterId, TagRemoveListener listener) { return swf.removeCharacterFromTimeline(characterId, this, listener); @@ -911,8 +934,9 @@ public class Timeline { /** * Rounds value to pixels. + * * @param val - * @return + * @return */ public double roundToPixel(double val) { return Math.rint(val / SWF.unitDivisor) * SWF.unitDivisor; @@ -920,6 +944,7 @@ public class Timeline { /** * Draws drawableTag + * * @param swf * @param strokeTransform * @param layer @@ -947,7 +972,7 @@ public class Timeline { * @param fullTransformation * @param scaleStrokes * @param drawMode - * @param canUseSmoothing + * @param canUseSmoothing */ private void drawDrawable(SWF swf, Matrix strokeTransform, DepthState layer, Matrix layerMatrix, Graphics2D g, ColorTransform colorTransForm, int blendMode, int parentBlendMode, List clips, Matrix transformation, boolean isClip, int clipDepth, Matrix absMat, int time, int ratio, RenderContext renderContext, SerializableImage image, SerializableImage fullImage, DrawableTag drawable, List filters, double unzoom, ColorTransform clrTrans, boolean sameImage, ExportRectangle viewRect, Matrix fullTransformation, boolean scaleStrokes, int drawMode, boolean canUseSmoothing) { Matrix drawMatrix = new Matrix(); @@ -974,7 +999,7 @@ public class Timeline { viewRectZoom.xMin = 0; viewRectZoom.yMax -= viewRectZoom.yMin; viewRectZoom.yMin = 0; - + if (!viewRectZoom.intersects(fullRect)) { if (clipDepth > -1) { Clip clip = new Clip(new Area(), clipDepth); @@ -1090,7 +1115,7 @@ public class Timeline { if (canUseSameImage && sameImage) { img = image; m = mat.clone(); - g.setTransform(new AffineTransform()); + g.setTransform(new AffineTransform()); } else { img = new SerializableImage(newWidth, newHeight, SerializableImage.TYPE_INT_ARGB_PRE); img.fillTransparent(); @@ -1251,6 +1276,7 @@ public class Timeline { /** * Converts specified frame to an image. + * * @param frame * @param time * @param renderContext @@ -1268,7 +1294,7 @@ public class Timeline { * @param scaleStrokes * @param drawMode * @param blendMode - * @param canUseSmoothing + * @param canUseSmoothing */ public void toImage(int frame, int time, RenderContext renderContext, SerializableImage image, SerializableImage fullImage, boolean isClip, Matrix transformation, Matrix strokeTransformation, Matrix absoluteTransformation, ColorTransform colorTransform, double unzoom, boolean sameImage, ExportRectangle viewRect, Matrix fullTransformation, boolean scaleStrokes, int drawMode, int blendMode, boolean canUseSmoothing) { if (getFrameCount() <= frame) { @@ -1279,7 +1305,7 @@ public class Timeline { Graphics2D g = (Graphics2D) image.getGraphics(); Graphics2D fullG = (Graphics2D) fullImage.getGraphics(); Shape prevClip = g.getClip(); - + if (!sameImage) { g.setPaint(frameObj.backgroundColor.toColor()); g.fill(new Rectangle(image.getWidth(), image.getHeight())); @@ -1316,7 +1342,7 @@ public class Timeline { } g.setTransform(new AffineTransform()); - g.setClip(clip); + g.setClip(clip); } else { g.setClip(prevClip); } @@ -1443,6 +1469,7 @@ public class Timeline { /** * Converts specified frame to SVG. + * * @param frame * @param time * @param stateUnderCursor @@ -1450,7 +1477,7 @@ public class Timeline { * @param exporter * @param colorTransform * @param level - * @throws IOException + * @throws IOException */ public void toSVG(int frame, int time, DepthState stateUnderCursor, int mouseButton, SVGExporter exporter, ColorTransform colorTransform, int level) throws IOException { if (getFrameCount() <= frame) { @@ -1552,9 +1579,10 @@ public class Timeline { /** * Gets tag type prefix for SVG export. + * * @param tag * @param exporter - * @return + * @return */ private static String getTagIdPrefix(Tag tag, SVGExporter exporter) { if (tag instanceof ShapeTag) { @@ -1577,9 +1605,10 @@ public class Timeline { /** * Converts list of frames to HTML Canvas. + * * @param result * @param unitDivisor - * @param frames + * @param frames */ public void toHtmlCanvas(StringBuilder result, double unitDivisor, List frames) { FrameExporter.framesToHtmlCanvas(result, unitDivisor, this, frames, 0, null, 0, displayRect, null, null); @@ -1587,13 +1616,14 @@ public class Timeline { /** * Gets all sounds from the frame. + * * @param frame * @param time * @param mouseOverButton * @param mouseButton * @param sounds * @param soundClasses - * @param soundInfos + * @param soundInfos */ public void getSounds(int frame, int time, ButtonTag mouseOverButton, int mouseButton, List sounds, List soundClasses, List soundInfos) { Frame fr = getFrame(frame); @@ -1628,6 +1658,7 @@ public class Timeline { /** * Gets outline of the frame. + * * @param fast * @param frame * @param time @@ -1636,7 +1667,7 @@ public class Timeline { * @param stroked * @param viewRect * @param unzoom - * @return + * @return */ public Shape getOutline(boolean fast, int frame, int time, RenderContext renderContext, Matrix transformation, boolean stroked, ExportRectangle viewRect, double unzoom) { Frame fr = getFrame(frame); @@ -1709,9 +1740,10 @@ public class Timeline { } /** - * Checks whether all frames are singleframe. - * Single frame = each frame has no animated parts inside. - * @return + * Checks whether all frames are singleframe. Single frame = each frame has + * no animated parts inside. + * + * @return */ public boolean isSingleFrame() { for (int i = 0; i < getFrameCount(); i++) { @@ -1723,10 +1755,11 @@ public class Timeline { } /** - * Checks whether specified frame is single frame. - * Single frame = has no animated parts inside. + * Checks whether specified frame is single frame. Single frame = has no + * animated parts inside. + * * @param frame - * @return + * @return */ public boolean isSingleFrame(int frame) { Frame frameObj = getFrame(frame); @@ -1755,8 +1788,9 @@ public class Timeline { /** * Equals test. + * * @param obj - * @return + * @return */ @Override public boolean equals(Object obj) { @@ -1770,7 +1804,8 @@ public class Timeline { /** * Gets scenes list. - * @return + * + * @return */ public List getScenes() { ensureInitialized(); diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/timeline/Timelined.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/timeline/Timelined.java index f7b4c9bf7..ed36ebeb1 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/timeline/Timelined.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/timeline/Timelined.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ @@ -22,22 +22,24 @@ import com.jpexs.decompiler.flash.tags.Tag; import com.jpexs.decompiler.flash.tags.base.BoundedTag; /** - * Represents an object which can be created timeline from. - * It has list of tags which can be listed and/or modified. - * + * Represents an object which can be created timeline from. It has list of tags + * which can be listed and/or modified. + * * @author JPEXS */ public interface Timelined extends BoundedTag { /** * Gets SWF which this timelined is part of. - * @return + * + * @return */ public SWF getSwf(); /** * Gets the timeline object. - * @return + * + * @return */ public Timeline getTimeline(); @@ -48,57 +50,66 @@ public interface Timelined extends BoundedTag { /** * Sets modification flag. - * @param value + * + * @param value */ public void setModified(boolean value); /** * Gets tags. - * @return + * + * @return */ public ReadOnlyTagList getTags(); /** * Removes tag by index. - * @param index + * + * @param index */ public void removeTag(int index); /** * Removes tag. - * @param tag + * + * @param tag */ public void removeTag(Tag tag); /** * Adds tag. - * @param tag + * + * @param tag */ public void addTag(Tag tag); /** * Adds tag at the specified index. + * * @param index - * @param tag + * @param tag */ public void addTag(int index, Tag tag); /** * Replaces tag at the specified index. + * * @param index - * @param newTag + * @param newTag */ public void replaceTag(int index, Tag newTag); /** * Replaces old tag with new tag. + * * @param oldTag - * @param newTag + * @param newTag */ public void replaceTag(Tag oldTag, Tag newTag); /** * Gets index of tag. + * * @param tag * @return Index or -1 when not found */ @@ -106,13 +117,15 @@ public interface Timelined extends BoundedTag { /** * Sets frame count. - * @param frameCount + * + * @param frameCount */ public void setFrameCount(int frameCount); /** * Gets frame count. - * @return + * + * @return */ public int getFrameCount(); } diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/timeline/TweenDetector.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/timeline/TweenDetector.java index 8622f9769..18b7d6215 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/timeline/TweenDetector.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/timeline/TweenDetector.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ @@ -21,8 +21,7 @@ import java.util.Arrays; import java.util.List; /** - * An attemp to detect tweens. - * FIXME!! NOT WORKING STUB!!! + * An attemp to detect tweens. FIXME!! NOT WORKING STUB!!! * * @author JPEXS */ diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/timeline/TweenRange.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/timeline/TweenRange.java index 482b81bb8..e27b8e2b1 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/timeline/TweenRange.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/timeline/TweenRange.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ @@ -18,6 +18,7 @@ package com.jpexs.decompiler.flash.timeline; /** * Range of tween. + * * @author JPEXS */ public class TweenRange { diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/timeline/package-info.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/timeline/package-info.java index 60ce98db7..274ce44db 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/timeline/package-info.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/timeline/package-info.java @@ -1,4 +1,4 @@ /** * Flash timeline. */ -package com.jpexs.decompiler.flash.timeline; \ No newline at end of file +package com.jpexs.decompiler.flash.timeline; diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/treeitems/AS3ClassTreeItem.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/treeitems/AS3ClassTreeItem.java index 1b2926b5c..514790915 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/treeitems/AS3ClassTreeItem.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/treeitems/AS3ClassTreeItem.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ @@ -21,6 +21,7 @@ import com.jpexs.decompiler.flash.abc.ClassPath; /** * ActionScript 3 class TreeItem. + * * @author JPEXS */ public abstract class AS3ClassTreeItem implements TreeItem { @@ -42,6 +43,7 @@ public abstract class AS3ClassTreeItem implements TreeItem { /** * Constructs AS3ClassTreeItem. + * * @param name Name * @param namespaceSuffix Namespace suffix * @param path Class path @@ -54,7 +56,8 @@ public abstract class AS3ClassTreeItem implements TreeItem { /** * Gets name with namespace suffix. - * @return + * + * @return */ public String getNameWithNamespaceSuffix() { String ret = name; @@ -66,7 +69,8 @@ public abstract class AS3ClassTreeItem implements TreeItem { /** * Gets name with namespace suffix but printable. - * @return + * + * @return */ public String getPrintableNameWithNamespaceSuffix() { String ret = IdentifiersDeobfuscation.printIdentifier(true, name); @@ -78,7 +82,8 @@ public abstract class AS3ClassTreeItem implements TreeItem { /** * Gets class path as string. - * @return + * + * @return */ public String getPath() { return path.toString(); @@ -86,7 +91,8 @@ public abstract class AS3ClassTreeItem implements TreeItem { /** * ToString. - * @return + * + * @return */ @Override public String toString() { diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/treeitems/FolderItem.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/treeitems/FolderItem.java index 955f12be5..ed5482c9b 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/treeitems/FolderItem.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/treeitems/FolderItem.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ @@ -22,6 +22,7 @@ import java.util.List; /** * A folder TreeItem - container for items. + * * @author JPEXS */ public class FolderItem implements TreeItem { @@ -48,6 +49,7 @@ public class FolderItem implements TreeItem { /** * Constructs FolderItem + * * @param str ToString name * @param name Name * @param swf SWF @@ -62,7 +64,8 @@ public class FolderItem implements TreeItem { /** * Gets name. - * @return + * + * @return */ public String getName() { return name; @@ -70,7 +73,8 @@ public class FolderItem implements TreeItem { /** * Gets openable. - * @return + * + * @return */ @Override public Openable getOpenable() { @@ -79,7 +83,8 @@ public class FolderItem implements TreeItem { /** * ToString. - * @return + * + * @return */ @Override public String toString() { @@ -88,7 +93,8 @@ public class FolderItem implements TreeItem { /** * Gets modified flag. - * @return + * + * @return */ @Override public boolean isModified() { diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/treeitems/HeaderItem.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/treeitems/HeaderItem.java index d2752b795..318a874a5 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/treeitems/HeaderItem.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/treeitems/HeaderItem.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ @@ -20,6 +20,7 @@ import com.jpexs.decompiler.flash.SWF; /** * SWF header TreeItem + * * @author JPEXS */ public class HeaderItem implements TreeItem { @@ -33,7 +34,7 @@ public class HeaderItem implements TreeItem { * Name for toString */ private final String name; - + public HeaderItem(SWF swf, String name) { this.swf = swf; this.name = name; @@ -41,7 +42,8 @@ public class HeaderItem implements TreeItem { /** * Gets openable. - * @return + * + * @return */ @Override public Openable getOpenable() { @@ -50,7 +52,8 @@ public class HeaderItem implements TreeItem { /** * ToString. - * @return + * + * @return */ @Override public String toString() { @@ -59,7 +62,8 @@ public class HeaderItem implements TreeItem { /** * Gets modified flag. - * @return + * + * @return */ @Override public boolean isModified() { diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/treeitems/Openable.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/treeitems/Openable.java index 3b85d8172..aa70654cb 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/treeitems/Openable.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/treeitems/Openable.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ @@ -20,70 +20,79 @@ import java.io.IOException; import java.io.OutputStream; /** - * An item that can be loaded(opened) in FFDec. - * For example SWF or ABC. + * An item that can be loaded(opened) in FFDec. For example SWF or ABC. + * * @author JPEXS */ public interface Openable extends TreeItem { /** * Gets file title. - * @return + * + * @return */ public String getFileTitle(); /** * Gets title with path from root (like in nested SWFs) - * @return + * + * @return */ public String getShortPathTitle(); /** * Gets short file name based on file title and file. - * @return + * + * @return */ public String getShortFileName(); /** * Gets opened file. + * * @return File or null */ public String getFile(); /** - * - * @return + * @return */ public String getTitleOrShortFileName(); /** * Gets title of the file or short filename. - * @return file title or base file name when file title is null or "_" when file is null too + * + * @return file title or base file name when file title is null or "_" when + * file is null too */ public String getFullPathTitle(); /** * Sets OpenableList which this Openable resides. - * @param openableList + * + * @param openableList */ public void setOpenableList(OpenableList openableList); /** * Gets OpenableList which this Openable resides. - * @return + * + * @return */ public OpenableList getOpenableList(); /** - * Saves Openable to stream. + * Saves Openable to stream. + * * @param os - * @throws IOException + * @throws IOException */ public void saveTo(OutputStream os) throws IOException; /** * Sets file. - * @param file + * + * @param file */ public void setFile(String file); diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/treeitems/OpenableList.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/treeitems/OpenableList.java index 0703c8d4b..cd046dbd5 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/treeitems/OpenableList.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/treeitems/OpenableList.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ @@ -29,6 +29,7 @@ import java.util.ListIterator; /** * List of openable items. + * * @author JPEXS */ public class OpenableList implements List, SWFContainerItem { @@ -39,8 +40,7 @@ public class OpenableList implements List, SWFContainerItem { public String name; /** - * Bundle. - * Can be null. + * Bundle. Can be null. */ public Bundle bundle; @@ -56,15 +56,17 @@ public class OpenableList implements List, SWFContainerItem { /** * Checks whether it is bundle. - * @return + * + * @return */ public boolean isBundle() { return bundle != null; } - + /** * Gets openable. - * @return + * + * @return */ @Override public Openable getOpenable() { @@ -73,8 +75,9 @@ public class OpenableList implements List, SWFContainerItem { /** * ToString. - * @return - */ + * + * @return + */ @Override public String toString() { if (isBundle()) { @@ -86,7 +89,8 @@ public class OpenableList implements List, SWFContainerItem { /** * Iterator. - * @return + * + * @return */ @Override public Iterator iterator() { @@ -95,7 +99,8 @@ public class OpenableList implements List, SWFContainerItem { /** * Gets item count. - * @return + * + * @return */ @Override public int size() { @@ -104,7 +109,8 @@ public class OpenableList implements List, SWFContainerItem { /** * Checks whether items are empty. - * @return + * + * @return */ @Override public boolean isEmpty() { @@ -113,8 +119,9 @@ public class OpenableList implements List, SWFContainerItem { /** * Checks whether list contains specific openable. + * * @param o - * @return + * @return */ @Override public boolean contains(Object o) { @@ -123,7 +130,8 @@ public class OpenableList implements List, SWFContainerItem { /** * Converts to array. - * @return + * + * @return */ @Override public Object[] toArray() { @@ -132,9 +140,10 @@ public class OpenableList implements List, SWFContainerItem { /** * Converts to array. + * * @param * @param ts - * @return + * @return */ @Override public T[] toArray(T[] ts) { @@ -143,8 +152,9 @@ public class OpenableList implements List, SWFContainerItem { /** * Contains all. + * * @param clctn - * @return + * @return */ @Override public boolean containsAll(Collection clctn) { @@ -153,8 +163,9 @@ public class OpenableList implements List, SWFContainerItem { /** * Removes all. + * * @param clctn - * @return + * @return */ @Override public boolean removeAll(Collection clctn) { @@ -163,8 +174,9 @@ public class OpenableList implements List, SWFContainerItem { /** * Retains all. + * * @param clctn - * @return + * @return */ @Override public boolean retainAll(Collection clctn) { @@ -181,8 +193,9 @@ public class OpenableList implements List, SWFContainerItem { /** * Adds all items. + * * @param clctn - * @return + * @return */ @Override public boolean addAll(Collection clctn) { @@ -191,9 +204,10 @@ public class OpenableList implements List, SWFContainerItem { /** * Adds all items at index. + * * @param i * @param clctn - * @return + * @return */ @Override public boolean addAll(int i, Collection clctn) { @@ -202,8 +216,9 @@ public class OpenableList implements List, SWFContainerItem { /** * Gets item at index. + * * @param i - * @return + * @return */ @Override public Openable get(int i) { @@ -215,9 +230,10 @@ public class OpenableList implements List, SWFContainerItem { /** * Sets item at index. + * * @param i * @param e - * @return + * @return */ @Override public Openable set(int i, Openable e) { @@ -226,8 +242,9 @@ public class OpenableList implements List, SWFContainerItem { /** * Adds item. + * * @param e - * @return + * @return */ @Override public boolean add(Openable e) { @@ -236,8 +253,9 @@ public class OpenableList implements List, SWFContainerItem { /** * Adds item at index. + * * @param i - * @param e + * @param e */ @Override public void add(int i, Openable e) { @@ -246,8 +264,9 @@ public class OpenableList implements List, SWFContainerItem { /** * Removes item. + * * @param o - * @return + * @return */ @Override public boolean remove(Object o) { @@ -256,8 +275,9 @@ public class OpenableList implements List, SWFContainerItem { /** * Removes item at index. + * * @param i - * @return + * @return */ @Override public Openable remove(int i) { @@ -266,8 +286,9 @@ public class OpenableList implements List, SWFContainerItem { /** * Index of item. + * * @param o - * @return + * @return */ @Override public int indexOf(Object o) { @@ -276,8 +297,9 @@ public class OpenableList implements List, SWFContainerItem { /** * Last index of item. + * * @param o - * @return + * @return */ @Override public int lastIndexOf(Object o) { @@ -286,7 +308,8 @@ public class OpenableList implements List, SWFContainerItem { /** * List iterator. - * @return + * + * @return */ @Override public ListIterator listIterator() { @@ -295,8 +318,9 @@ public class OpenableList implements List, SWFContainerItem { /** * List iterator. + * * @param i - * @return + * @return */ @Override public ListIterator listIterator(int i) { @@ -305,9 +329,10 @@ public class OpenableList implements List, SWFContainerItem { /** * Sublist. + * * @param i * @param i1 - * @return + * @return */ @Override public List subList(int i, int i1) { @@ -316,7 +341,8 @@ public class OpenableList implements List, SWFContainerItem { /** * Gets modified flag. - * @return + * + * @return */ @Override public boolean isModified() { @@ -327,17 +353,16 @@ public class OpenableList implements List, SWFContainerItem { } return false; } - + /** - * Sets modified flag. - * It marks all items inside as modified. + * Sets modified flag. It marks all items inside as modified. */ public void setModified() { for (Openable openable : this) { if (openable instanceof SWF) { SWF swf = (SWF) openable; swf.setModified(true); - } + } if (openable instanceof ABC) { ABC abc = (ABC) openable; abc.getSwf().setModified(true); diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/treeitems/TreeItem.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/treeitems/TreeItem.java index 66a537d69..4a600f4b5 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/treeitems/TreeItem.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/treeitems/TreeItem.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ @@ -18,19 +18,22 @@ package com.jpexs.decompiler.flash.treeitems; /** * Basic interface for an item in the tag tree. + * * @author JPEXS */ public interface TreeItem { /** * Gets openable which this item resides. - * @return + * + * @return */ public Openable getOpenable(); /** * Gets modified flag. - * @return + * + * @return */ public boolean isModified(); } diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/treeitems/package-info.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/treeitems/package-info.java index d5fa1ed1e..ef08d4952 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/treeitems/package-info.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/treeitems/package-info.java @@ -1,4 +1,4 @@ /** * Tree items. */ -package com.jpexs.decompiler.flash.treeitems; \ No newline at end of file +package com.jpexs.decompiler.flash.treeitems; diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/types/ALPHABITMAPDATA.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/types/ALPHABITMAPDATA.java index 27ab57f7a..2a7a0df53 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/types/ALPHABITMAPDATA.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/types/ALPHABITMAPDATA.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/types/ALPHACOLORMAPDATA.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/types/ALPHACOLORMAPDATA.java index 2d6dedc0c..f9337f59d 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/types/ALPHACOLORMAPDATA.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/types/ALPHACOLORMAPDATA.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ @@ -19,7 +19,8 @@ package com.jpexs.decompiler.flash.types; import java.io.Serializable; /** - * ALPHACOLORMAPDATA represents a color table and pixel data for an alpha color map. + * ALPHACOLORMAPDATA represents a color table and pixel data for an alpha color + * map. * * @author JPEXS */ diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/types/ARGB.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/types/ARGB.java index a15d06063..0faa8d92b 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/types/ARGB.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/types/ARGB.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/types/BITMAPDATA.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/types/BITMAPDATA.java index 0712e8ac3..09147ed47 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/types/BITMAPDATA.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/types/BITMAPDATA.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/types/BUTTONCONDACTION.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/types/BUTTONCONDACTION.java index 2e653740c..76a68ed68 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/types/BUTTONCONDACTION.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/types/BUTTONCONDACTION.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/types/BUTTONRECORD.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/types/BUTTONRECORD.java index 459320191..bd2ea7fc7 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/types/BUTTONRECORD.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/types/BUTTONRECORD.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/types/BasicType.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/types/BasicType.java index fea8b6cd7..cb169dc82 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/types/BasicType.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/types/BasicType.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ @@ -18,6 +18,7 @@ package com.jpexs.decompiler.flash.types; /** * Basic types enum. + * * @author JPEXS */ public enum BasicType { diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/types/BlendMode.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/types/BlendMode.java index 4ab975e00..32b8d867f 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/types/BlendMode.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/types/BlendMode.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ @@ -18,6 +18,7 @@ package com.jpexs.decompiler.flash.types; /** * Blend modes. + * * @author JPEXS */ public class BlendMode { diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/types/CLIPACTIONRECORD.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/types/CLIPACTIONRECORD.java index e4ffd7ca4..89834f1b8 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/types/CLIPACTIONRECORD.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/types/CLIPACTIONRECORD.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/types/CLIPACTIONS.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/types/CLIPACTIONS.java index 9c8cf9a0e..7022bfaea 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/types/CLIPACTIONS.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/types/CLIPACTIONS.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/types/CLIPEVENTFLAGS.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/types/CLIPEVENTFLAGS.java index 70a0dc52b..1f0050678 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/types/CLIPEVENTFLAGS.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/types/CLIPEVENTFLAGS.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/types/COLORMAPDATA.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/types/COLORMAPDATA.java index dcf31c4a8..731f18f3e 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/types/COLORMAPDATA.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/types/COLORMAPDATA.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ @@ -20,6 +20,7 @@ import java.io.Serializable; /** * Color map data. + * * @author JPEXS */ public class COLORMAPDATA implements Serializable { diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/types/CXFORM.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/types/CXFORM.java index 2cb9f6e90..402fc3786 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/types/CXFORM.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/types/CXFORM.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/types/CXFORMWITHALPHA.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/types/CXFORMWITHALPHA.java index 94054c1d1..30b2c7a00 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/types/CXFORMWITHALPHA.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/types/CXFORMWITHALPHA.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/types/ColorTransform.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/types/ColorTransform.java index 4826f96c8..5567b8d16 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/types/ColorTransform.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/types/ColorTransform.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ @@ -23,6 +23,7 @@ import java.awt.image.RescaleOp; /** * Base class for color transform. + * * @author JPEXS */ public class ColorTransform implements Cloneable { diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/types/ConstantColorColorTransform.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/types/ConstantColorColorTransform.java index 88ffdccca..f95b7b63a 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/types/ConstantColorColorTransform.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/types/ConstantColorColorTransform.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ @@ -20,6 +20,7 @@ import java.io.Serializable; /** * Single color color transform. + * * @author JPEXS */ public class ConstantColorColorTransform extends ColorTransform implements Serializable { @@ -31,6 +32,7 @@ public class ConstantColorColorTransform extends ColorTransform implements Seria /** * Constructs ConstantColorColorTransform + * * @param color Color */ public ConstantColorColorTransform(int color) { @@ -39,8 +41,9 @@ public class ConstantColorColorTransform extends ColorTransform implements Seria /** * Apply colortransform. + * * @param color Color - * @return + * @return */ @Override public int apply(int color) { diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/types/DynamicTextGlyphEntry.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/types/DynamicTextGlyphEntry.java index 140525fb3..c79d106d1 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/types/DynamicTextGlyphEntry.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/types/DynamicTextGlyphEntry.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ @@ -18,6 +18,7 @@ package com.jpexs.decompiler.flash.types; /** * Glyph entry of dynamic text. + * * @author JPEXS */ public class DynamicTextGlyphEntry extends GLYPHENTRY { diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/types/FILLSTYLE.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/types/FILLSTYLE.java index a00ddf3aa..41a3f5503 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/types/FILLSTYLE.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/types/FILLSTYLE.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ @@ -35,6 +35,7 @@ import java.util.Set; /** * Fill style. + * * @author JPEXS */ public class FILLSTYLE implements NeedsCharacters, FieldChangeObserver, Serializable { diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/types/FILLSTYLEARRAY.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/types/FILLSTYLEARRAY.java index afb54cfcb..68db105f7 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/types/FILLSTYLEARRAY.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/types/FILLSTYLEARRAY.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ @@ -24,6 +24,7 @@ import java.util.Set; /** * Fill style array. + * * @author JPEXS */ public class FILLSTYLEARRAY implements NeedsCharacters, Serializable { diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/types/FOCALGRADIENT.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/types/FOCALGRADIENT.java index e3abd90c6..d7e8d9e7f 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/types/FOCALGRADIENT.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/types/FOCALGRADIENT.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ @@ -21,6 +21,7 @@ import java.io.Serializable; /** * Focal gradient. Gradient with focal point. Used in radial gradients. + * * @author JPEXS */ public class FOCALGRADIENT extends GRADIENT implements Serializable { diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/types/FieldChangeObserver.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/types/FieldChangeObserver.java index f2d57e067..9c78141b9 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/types/FieldChangeObserver.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/types/FieldChangeObserver.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ @@ -20,6 +20,7 @@ import java.lang.reflect.Field; /** * Observer for field change. + * * @author JPEXS */ public interface FieldChangeObserver { diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/types/GLYPHENTRY.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/types/GLYPHENTRY.java index fdce23db8..f6fd17d95 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/types/GLYPHENTRY.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/types/GLYPHENTRY.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ @@ -21,6 +21,7 @@ import java.io.Serializable; /** * Glyph entry. + * * @author JPEXS */ public class GLYPHENTRY implements Serializable { diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/types/GRADIENT.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/types/GRADIENT.java index ba2ab0fba..303b2a31f 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/types/GRADIENT.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/types/GRADIENT.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ @@ -24,6 +24,7 @@ import java.util.Arrays; /** * Gradient. + * * @author JPEXS */ public class GRADIENT implements Serializable { diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/types/GRADRECORD.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/types/GRADRECORD.java index 4485d2e9c..ad42a83fd 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/types/GRADRECORD.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/types/GRADRECORD.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ @@ -23,6 +23,7 @@ import java.util.Objects; /** * Gradient record. + * * @author JPEXS */ public class GRADRECORD implements Serializable { diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/types/HasCharacterId.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/types/HasCharacterId.java index 7215da3a1..4ad73a863 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/types/HasCharacterId.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/types/HasCharacterId.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ @@ -18,20 +18,22 @@ package com.jpexs.decompiler.flash.types; /** * An item with characterId. + * * @author JPEXS */ public interface HasCharacterId { /** - * Gets characterId. - * Can be -1 in some special cases. - * @return + * Gets characterId. Can be -1 in some special cases. + * + * @return */ public int getCharacterId(); /** * Sets characterId. - * @param characterId + * + * @param characterId */ public void setCharacterId(int characterId); } diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/types/HasSwfAndTag.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/types/HasSwfAndTag.java index 7be8a7ac2..a26f5897c 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/types/HasSwfAndTag.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/types/HasSwfAndTag.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ @@ -21,25 +21,29 @@ import com.jpexs.decompiler.flash.tags.Tag; /** * An item with SWF and tag. + * * @author JPEXS */ public interface HasSwfAndTag { /** * Sets tag. - * @param tag + * + * @param tag */ public void setSourceTag(Tag tag); /** * Gets SWF. - * @return + * + * @return */ public SWF getSwf(); /** * Gets tag. - * @return + * + * @return */ public Tag getTag(); } diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/types/ILINESTYLE.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/types/ILINESTYLE.java index 5d8b82ea8..e163fe937 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/types/ILINESTYLE.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/types/ILINESTYLE.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ @@ -22,6 +22,7 @@ import java.io.Serializable; /** * Interface for LINESTYLE and LINESTYLE2. + * * @author JPEXS */ @ConcreteClasses({LINESTYLE.class, LINESTYLE2.class}) @@ -29,31 +30,36 @@ public interface ILINESTYLE extends NeedsCharacters, Serializable { /** * Gets version of LINESTYLE. - * @return + * + * @return */ public int getNum(); /** * Gets color. - * @return + * + * @return */ public RGB getColor(); /** * Gets width. - * @return + * + * @return */ public int getWidth(); /** * Sets color. - * @param color + * + * @param color */ public void setColor(RGB color); /** * Sets width. - * @param width + * + * @param width */ public void setWidth(int width); } diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/types/KERNINGRECORD.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/types/KERNINGRECORD.java index 8dba3722c..72c53473f 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/types/KERNINGRECORD.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/types/KERNINGRECORD.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/types/LANGCODE.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/types/LANGCODE.java index 0721f59b9..ce2f8603f 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/types/LANGCODE.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/types/LANGCODE.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ @@ -21,6 +21,7 @@ import java.io.Serializable; /** * Language code. + * * @author JPEXS */ public class LANGCODE implements Serializable { diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/types/LINESTYLE.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/types/LINESTYLE.java index ee703d7d7..fd4ab776c 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/types/LINESTYLE.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/types/LINESTYLE.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ @@ -28,6 +28,7 @@ import java.util.Set; /** * Line style. + * * @author JPEXS */ public class LINESTYLE implements NeedsCharacters, Serializable, ILINESTYLE { diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/types/LINESTYLE2.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/types/LINESTYLE2.java index 22471153f..704de787d 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/types/LINESTYLE2.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/types/LINESTYLE2.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ @@ -27,8 +27,8 @@ import java.util.Objects; import java.util.Set; /** - * Line style, v2. - * Extends functionality of LINESTYLE. + * Line style, v2. Extends functionality of LINESTYLE. + * * @author JPEXS */ public class LINESTYLE2 implements NeedsCharacters, Serializable, ILINESTYLE { diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/types/LINESTYLEARRAY.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/types/LINESTYLEARRAY.java index 85e7afaaa..288649ec5 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/types/LINESTYLEARRAY.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/types/LINESTYLEARRAY.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ @@ -29,6 +29,7 @@ import java.util.Set; /** * Line style array. + * * @author JPEXS */ public class LINESTYLEARRAY implements NeedsCharacters, Serializable { diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/types/MATRIX.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/types/MATRIX.java index 5278d0113..0fd01d3e9 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/types/MATRIX.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/types/MATRIX.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/types/MORPHFILLSTYLE.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/types/MORPHFILLSTYLE.java index bfd784dc0..b25d0f7e6 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/types/MORPHFILLSTYLE.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/types/MORPHFILLSTYLE.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ @@ -28,6 +28,7 @@ import java.util.Set; /** * Morph fill style. + * * @author JPEXS */ public class MORPHFILLSTYLE implements NeedsCharacters, Serializable { diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/types/MORPHFILLSTYLEARRAY.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/types/MORPHFILLSTYLEARRAY.java index b6805e7ed..59cadba53 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/types/MORPHFILLSTYLEARRAY.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/types/MORPHFILLSTYLEARRAY.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ @@ -23,6 +23,7 @@ import java.util.Set; /** * Morph fill style array. + * * @author JPEXS */ public class MORPHFILLSTYLEARRAY implements NeedsCharacters, Serializable { diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/types/MORPHFOCALGRADIENT.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/types/MORPHFOCALGRADIENT.java index 08e645e40..c9a08062a 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/types/MORPHFOCALGRADIENT.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/types/MORPHFOCALGRADIENT.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ @@ -20,8 +20,8 @@ import com.jpexs.decompiler.flash.types.annotations.SWFType; import java.io.Serializable; /** - * Morph focal gradient. - * Undocumented structure, but it exists. + * Morph focal gradient. Undocumented structure, but it exists. + * * @author JPEXS */ public class MORPHFOCALGRADIENT extends MORPHGRADIENT implements Serializable { diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/types/MORPHGRADIENT.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/types/MORPHGRADIENT.java index 63d76e73e..a4153ecda 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/types/MORPHGRADIENT.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/types/MORPHGRADIENT.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ @@ -21,12 +21,14 @@ import static com.jpexs.decompiler.flash.types.GRADIENT.INTERPOLATION_RGB_MODE; import static com.jpexs.decompiler.flash.types.GRADIENT.SPREAD_PAD_MODE; import static com.jpexs.decompiler.flash.types.GRADIENT.SPREAD_REFLECT_MODE; import static com.jpexs.decompiler.flash.types.GRADIENT.SPREAD_REPEAT_MODE; + import com.jpexs.decompiler.flash.types.annotations.EnumValue; import com.jpexs.decompiler.flash.types.annotations.SWFType; import java.io.Serializable; /** * Morph gradient. + * * @author JPEXS */ public class MORPHGRADIENT implements Serializable { diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/types/MORPHGRADRECORD.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/types/MORPHGRADRECORD.java index d24dab510..b7b4a01b1 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/types/MORPHGRADRECORD.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/types/MORPHGRADRECORD.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ @@ -21,6 +21,7 @@ import java.io.Serializable; /** * Morph gradient record. + * * @author JPEXS */ public class MORPHGRADRECORD implements Serializable { diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/types/MORPHLINESTYLE.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/types/MORPHLINESTYLE.java index 858e60347..a377ba41a 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/types/MORPHLINESTYLE.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/types/MORPHLINESTYLE.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ @@ -21,6 +21,7 @@ import java.io.Serializable; /** * Morph line style. + * * @author JPEXS */ public class MORPHLINESTYLE implements Serializable { diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/types/MORPHLINESTYLE2.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/types/MORPHLINESTYLE2.java index 125065f96..a1a7084b7 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/types/MORPHLINESTYLE2.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/types/MORPHLINESTYLE2.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ @@ -23,8 +23,8 @@ import com.jpexs.decompiler.flash.types.annotations.SWFType; import java.io.Serializable; /** - * Morph line style, v2. - * Extends functionality of MORPHLINESTYLE. + * Morph line style, v2. Extends functionality of MORPHLINESTYLE. + * * @author JPEXS */ public class MORPHLINESTYLE2 implements Serializable { diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/types/MORPHLINESTYLEARRAY.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/types/MORPHLINESTYLEARRAY.java index afd9a74f4..46167b0e8 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/types/MORPHLINESTYLEARRAY.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/types/MORPHLINESTYLEARRAY.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ @@ -23,6 +23,7 @@ import java.io.Serializable; /** * Morph line style array. + * * @author JPEXS */ public class MORPHLINESTYLEARRAY implements Serializable { diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/types/PIX15.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/types/PIX15.java index 032c691f3..58698c430 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/types/PIX15.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/types/PIX15.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/types/PIX24.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/types/PIX24.java index e19ab4f25..1863469b9 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/types/PIX24.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/types/PIX24.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/types/RECT.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/types/RECT.java index 0a98bf49e..c45701599 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/types/RECT.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/types/RECT.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/types/RGB.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/types/RGB.java index d9af3b3b8..9814c7ce5 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/types/RGB.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/types/RGB.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/types/RGBA.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/types/RGBA.java index c429f02cd..45e63a89a 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/types/RGBA.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/types/RGBA.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/types/SHAPE.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/types/SHAPE.java index c9f74d6ce..757d7b6d5 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/types/SHAPE.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/types/SHAPE.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ @@ -34,6 +34,7 @@ import java.util.Set; /** * Shape. + * * @author JPEXS */ public class SHAPE implements NeedsCharacters, Serializable { @@ -97,7 +98,6 @@ public class SHAPE implements NeedsCharacters, Serializable { } /** - * * @param fast When the shape is large, can approximate to rectangles * instead of being slow. * @param shapeNum Version of DefineShape, 2 for DefineShape2 etc. diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/types/SHAPEWITHSTYLE.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/types/SHAPEWITHSTYLE.java index 17e7d4530..0748090e6 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/types/SHAPEWITHSTYLE.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/types/SHAPEWITHSTYLE.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ @@ -31,6 +31,7 @@ import java.util.Set; /** * Shape with style. + * * @author JPEXS */ public class SHAPEWITHSTYLE extends SHAPE implements NeedsCharacters, Serializable { diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/types/SOUNDENVELOPE.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/types/SOUNDENVELOPE.java index b4ed1f703..c14b937d6 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/types/SOUNDENVELOPE.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/types/SOUNDENVELOPE.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ @@ -21,6 +21,7 @@ import java.io.Serializable; /** * Sound envelope. + * * @author JPEXS */ public class SOUNDENVELOPE implements Serializable { diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/types/SOUNDINFO.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/types/SOUNDINFO.java index de981453a..14d48e241 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/types/SOUNDINFO.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/types/SOUNDINFO.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ @@ -24,6 +24,7 @@ import java.util.Arrays; /** * Sound info. + * * @author JPEXS */ public class SOUNDINFO implements Serializable { diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/types/TEXTRECORD.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/types/TEXTRECORD.java index 033aff8d6..586ee285d 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/types/TEXTRECORD.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/types/TEXTRECORD.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ @@ -27,6 +27,7 @@ import java.util.List; /** * Text record. + * * @author JPEXS */ public class TEXTRECORD implements Serializable { diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/types/ZONEDATA.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/types/ZONEDATA.java index 17fae55e7..1d6933b2b 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/types/ZONEDATA.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/types/ZONEDATA.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/types/ZONERECORD.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/types/ZONERECORD.java index ae6891ea9..606f3a1e3 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/types/ZONERECORD.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/types/ZONERECORD.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/types/annotations/Calculated.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/types/annotations/Calculated.java index cca264950..16d089db4 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/types/annotations/Calculated.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/types/annotations/Calculated.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/types/annotations/Conditional.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/types/annotations/Conditional.java index 37087ff86..ebac13b4a 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/types/annotations/Conditional.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/types/annotations/Conditional.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/types/annotations/ConditionalType.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/types/annotations/ConditionalType.java index 7f2915da2..50c5b676a 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/types/annotations/ConditionalType.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/types/annotations/ConditionalType.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/types/annotations/EnumValue.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/types/annotations/EnumValue.java index 35a299104..057a41a01 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/types/annotations/EnumValue.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/types/annotations/EnumValue.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ @@ -24,6 +24,7 @@ import java.lang.annotation.Target; /** * Describes available value from enum. + * * @author JPEXS */ @Retention(RetentionPolicy.RUNTIME) @@ -33,19 +34,20 @@ public @interface EnumValue { /** * Value. - * @return + * + * @return */ int value(); /** * Description. - * @return + * + * @return */ String text(); /** - * Minimum SWF version. - * TODO: check in generic tag editor + * Minimum SWF version. TODO: check in generic tag editor */ int minSwfVersion() default 1; } diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/types/annotations/EnumValues.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/types/annotations/EnumValues.java index 4c288df7e..dd4d8a496 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/types/annotations/EnumValues.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/types/annotations/EnumValues.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ @@ -23,6 +23,7 @@ import java.lang.annotation.Target; /** * List of available enum values. + * * @author JPEXS */ @Retention(RetentionPolicy.RUNTIME) diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/types/annotations/HashType.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/types/annotations/HashType.java index f071f206b..0470bafe4 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/types/annotations/HashType.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/types/annotations/HashType.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ @@ -18,6 +18,7 @@ package com.jpexs.decompiler.flash.types.annotations; /** * Type of hash. + * * @author JPEXS */ public enum HashType { diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/types/annotations/HideInRawEdit.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/types/annotations/HideInRawEdit.java index 615927ad1..8a2377350 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/types/annotations/HideInRawEdit.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/types/annotations/HideInRawEdit.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ @@ -23,6 +23,7 @@ import java.lang.annotation.Target; /** * Hide in raw edit. + * * @author JPEXS */ @Retention(RetentionPolicy.RUNTIME) diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/types/annotations/Internal.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/types/annotations/Internal.java index 4ef5d93f0..ed462abc7 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/types/annotations/Internal.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/types/annotations/Internal.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/types/annotations/Multiline.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/types/annotations/Multiline.java index 96da7fb92..45380d682 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/types/annotations/Multiline.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/types/annotations/Multiline.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/types/annotations/Optional.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/types/annotations/Optional.java index d06f9e88b..f3ea68fb3 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/types/annotations/Optional.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/types/annotations/Optional.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/types/annotations/Password.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/types/annotations/Password.java index 8b95edc14..b2b8272e0 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/types/annotations/Password.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/types/annotations/Password.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ @@ -23,7 +23,7 @@ import java.lang.annotation.Target; /** * Password field - it has MD5 crypted password. - * + *

* TODO: use this in GUI tag editor to set passwords * * @author JPEXS diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/types/annotations/Reserved.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/types/annotations/Reserved.java index 9d00f1692..d2604dba1 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/types/annotations/Reserved.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/types/annotations/Reserved.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/types/annotations/SWFArray.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/types/annotations/SWFArray.java index 0fd6740b0..38d043a8d 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/types/annotations/SWFArray.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/types/annotations/SWFArray.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/types/annotations/SWFField.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/types/annotations/SWFField.java index fd853ae99..b3051c109 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/types/annotations/SWFField.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/types/annotations/SWFField.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ @@ -23,6 +23,7 @@ import java.lang.annotation.Target; /** * The field is defined in SWF. + * * @author JPEXS */ @Retention(RetentionPolicy.RUNTIME) diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/types/annotations/SWFType.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/types/annotations/SWFType.java index 9cfcf6cf4..f7ef9efe8 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/types/annotations/SWFType.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/types/annotations/SWFType.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/types/annotations/SWFVersion.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/types/annotations/SWFVersion.java index 6aeb82f7b..7f34324c8 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/types/annotations/SWFVersion.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/types/annotations/SWFVersion.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/types/annotations/Table.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/types/annotations/Table.java index 8ec9786f2..861cd14eb 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/types/annotations/Table.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/types/annotations/Table.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ @@ -23,6 +23,7 @@ import java.lang.annotation.Target; /** * The item is table of values. + * * @author JPEXS */ @Retention(RetentionPolicy.RUNTIME) @@ -31,13 +32,15 @@ public @interface Table { /** * Table name. - * @return + * + * @return */ String value(); /** * One item name. - * @return + * + * @return */ String itemName() default ""; } diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/types/annotations/UUID.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/types/annotations/UUID.java index d5fb4213f..2fb605fd1 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/types/annotations/UUID.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/types/annotations/UUID.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ @@ -23,6 +23,7 @@ import java.lang.annotation.Target; /** * It's a UUID. + * * @author JPEXS */ @Retention(RetentionPolicy.RUNTIME) diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/types/annotations/package-info.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/types/annotations/package-info.java index 1508cf26e..8a05b82b2 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/types/annotations/package-info.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/types/annotations/package-info.java @@ -1,4 +1,4 @@ /** * Annotations for Flash types. */ -package com.jpexs.decompiler.flash.types.annotations; \ No newline at end of file +package com.jpexs.decompiler.flash.types.annotations; diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/types/annotations/parser/AnnotationParseException.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/types/annotations/parser/AnnotationParseException.java index f6f4bd0b4..be264099a 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/types/annotations/parser/AnnotationParseException.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/types/annotations/parser/AnnotationParseException.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ @@ -20,6 +20,7 @@ import com.jpexs.decompiler.flash.ParseException; /** * Exception on parsing annotations. + * * @author JPEXS */ public class AnnotationParseException extends ParseException { diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/types/annotations/parser/ConditionEvaluator.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/types/annotations/parser/ConditionEvaluator.java index 5677d63d5..83eca0d26 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/types/annotations/parser/ConditionEvaluator.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/types/annotations/parser/ConditionEvaluator.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ @@ -28,6 +28,7 @@ import java.util.Stack; /** * Evaluates annotation conditions. + * * @author JPEXS */ public class ConditionEvaluator { diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/types/annotations/parser/ConditionLexer.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/types/annotations/parser/ConditionLexer.java index 68a3dd3ca..db6a818af 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/types/annotations/parser/ConditionLexer.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/types/annotations/parser/ConditionLexer.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ @@ -361,9 +361,8 @@ public final class ConditionLexer { /** * Refills the input buffer. * - * @return false, iff there was new input. - * - * @exception java.io.IOException if any I/O-Error occurs + * @return false, iff there was new input. + * @throws java.io.IOException if any I/O-Error occurs */ private boolean zzRefill() throws java.io.IOException { @@ -438,11 +437,11 @@ public final class ConditionLexer { /** * Resets the scanner to read from a new input stream. Does not close the * old reader. - * + *

* All internal variables are reset, the old input stream * cannot be reused (internal buffer is discarded and lost). Lexical * state is set to ZZ_INITIAL. - * + *

* Internal scan buffer is resized down to its initial length, if it has * grown. * @@ -488,12 +487,11 @@ public final class ConditionLexer { /** * Returns the character at position pos from the matched text. - * + *

* It is equivalent to yytext().charAt(pos), but faster * * @param pos the position of the character to fetch. A value from 0 to * yylength()-1. - * * @return the character at position pos */ public final char yycharat(int pos) { @@ -509,12 +507,12 @@ public final class ConditionLexer { /** * Reports an error that occured while scanning. - * + *

* In a wellformed scanner (no or only correct usage of yypushback(int) and * a match-all fallback rule) this method will only be called with things * that "Can't Possibly Happen". If this method is called, something is * seriously wrong (e.g. a JFlex bug producing a faulty scanner etc.). - * + *

* Usual syntax/scanner level error handling should be done in error * fallback rules. * @@ -533,7 +531,7 @@ public final class ConditionLexer { /** * Pushes the specified amount of characters back into the input stream. - * + *

* They will be read again by then next call of the scanning method * * @param number the number of characters to be read again. This number must @@ -552,7 +550,7 @@ public final class ConditionLexer { * input is encountered or an I/O-Error occurs. * * @return the next token - * @exception java.io.IOException if any I/O-Error occurs + * @throws java.io.IOException if any I/O-Error occurs */ public ConditionToken yylex() throws java.io.IOException, AnnotationParseException { int zzInput; diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/types/annotations/parser/ConditionToken.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/types/annotations/parser/ConditionToken.java index 118330379..7fc5afa80 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/types/annotations/parser/ConditionToken.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/types/annotations/parser/ConditionToken.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ @@ -18,6 +18,7 @@ package com.jpexs.decompiler.flash.types.annotations.parser; /** * Condition token. + * * @author JPEXS */ public class ConditionToken { diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/types/annotations/parser/ConditionTokenType.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/types/annotations/parser/ConditionTokenType.java index 4dcb1a98c..f97e6a35c 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/types/annotations/parser/ConditionTokenType.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/types/annotations/parser/ConditionTokenType.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ @@ -18,6 +18,7 @@ package com.jpexs.decompiler.flash.types.annotations.parser; /** * Type of codition token. + * * @author JPEXS */ public enum ConditionTokenType { diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/types/annotations/parser/package-info.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/types/annotations/parser/package-info.java index 78672a72c..850a29f41 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/types/annotations/parser/package-info.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/types/annotations/parser/package-info.java @@ -1,4 +1,4 @@ /** * Parsing annotations. */ -package com.jpexs.decompiler.flash.types.annotations.parser; \ No newline at end of file +package com.jpexs.decompiler.flash.types.annotations.parser; diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/types/filters/BEVELFILTER.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/types/filters/BEVELFILTER.java index de8692cc4..4751a36f1 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/types/filters/BEVELFILTER.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/types/filters/BEVELFILTER.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/types/filters/BLURFILTER.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/types/filters/BLURFILTER.java index ae69de785..fb15b33d0 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/types/filters/BLURFILTER.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/types/filters/BLURFILTER.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/types/filters/BlendComposite.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/types/filters/BlendComposite.java index dc60868fd..ec5332e3c 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/types/filters/BlendComposite.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/types/filters/BlendComposite.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ @@ -28,6 +28,7 @@ import java.awt.image.WritableRaster; /** * Blendmodes composite. + * * @author JPEXS */ public final class BlendComposite implements Composite { diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/types/filters/COLORMATRIXFILTER.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/types/filters/COLORMATRIXFILTER.java index d6dc38a78..339932815 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/types/filters/COLORMATRIXFILTER.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/types/filters/COLORMATRIXFILTER.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/types/filters/CONVOLUTIONFILTER.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/types/filters/CONVOLUTIONFILTER.java index 4e204d893..5b50a43ec 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/types/filters/CONVOLUTIONFILTER.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/types/filters/CONVOLUTIONFILTER.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/types/filters/ConvolveOp.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/types/filters/ConvolveOp.java index a1f5c8ad8..dd67661a9 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/types/filters/ConvolveOp.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/types/filters/ConvolveOp.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/types/filters/DROPSHADOWFILTER.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/types/filters/DROPSHADOWFILTER.java index f810cb01a..b4951e890 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/types/filters/DROPSHADOWFILTER.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/types/filters/DROPSHADOWFILTER.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/types/filters/FILTER.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/types/filters/FILTER.java index 21d84b56b..0b5554b81 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/types/filters/FILTER.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/types/filters/FILTER.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/types/filters/Filtering.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/types/filters/Filtering.java index 0d892771a..5282ae7e1 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/types/filters/Filtering.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/types/filters/Filtering.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ @@ -34,6 +34,7 @@ import java.awt.image.Kernel; /** * Filter application. + * * @author JPEXS */ public class Filtering { diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/types/filters/GLOWFILTER.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/types/filters/GLOWFILTER.java index dfa99e605..ef7d88147 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/types/filters/GLOWFILTER.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/types/filters/GLOWFILTER.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/types/filters/GRADIENTBEVELFILTER.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/types/filters/GRADIENTBEVELFILTER.java index 9316faa3f..33c510238 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/types/filters/GRADIENTBEVELFILTER.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/types/filters/GRADIENTBEVELFILTER.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/types/filters/GRADIENTGLOWFILTER.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/types/filters/GRADIENTGLOWFILTER.java index d81168740..b3d867939 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/types/filters/GRADIENTGLOWFILTER.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/types/filters/GRADIENTGLOWFILTER.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/types/filters/package-info.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/types/filters/package-info.java index 7a3885136..bb1ecbe6f 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/types/filters/package-info.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/types/filters/package-info.java @@ -1,4 +1,4 @@ /** * Flash filters. */ -package com.jpexs.decompiler.flash.types.filters; \ No newline at end of file +package com.jpexs.decompiler.flash.types.filters; diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/types/gfx/ContourType.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/types/gfx/ContourType.java index c63786fb3..b1ea96b38 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/types/gfx/ContourType.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/types/gfx/ContourType.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ @@ -27,6 +27,7 @@ import java.util.List; /** * Contour. + * * @author JPEXS */ public class ContourType implements Serializable { diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/types/gfx/EdgeType.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/types/gfx/EdgeType.java index 6b2e4ca83..dde88fad1 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/types/gfx/EdgeType.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/types/gfx/EdgeType.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ @@ -24,6 +24,7 @@ import java.io.Serializable; /** * Edge. + * * @author JPEXS */ public class EdgeType implements Serializable { diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/types/gfx/FONTINFO.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/types/gfx/FONTINFO.java index 4a47bd927..44ccaae4e 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/types/gfx/FONTINFO.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/types/gfx/FONTINFO.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ @@ -21,6 +21,7 @@ import java.io.Serializable; /** * Font info. + * * @author JPEXS */ public class FONTINFO implements Serializable { diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/types/gfx/FontType.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/types/gfx/FontType.java index 0a84b7b9e..4e5b9f943 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/types/gfx/FontType.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/types/gfx/FontType.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ @@ -25,6 +25,7 @@ import java.util.List; /** * Font. + * * @author JPEXS */ public class FontType implements Serializable { diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/types/gfx/GFxInputStream.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/types/gfx/GFxInputStream.java index dfa8e70f3..e6aeed663 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/types/gfx/GFxInputStream.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/types/gfx/GFxInputStream.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ @@ -25,6 +25,7 @@ import java.io.IOException; /** * Input stream for reading GFx data. + * * @author JPEXS */ public class GFxInputStream { diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/types/gfx/GFxOutputStream.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/types/gfx/GFxOutputStream.java index c30266ad4..6bd01224d 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/types/gfx/GFxOutputStream.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/types/gfx/GFxOutputStream.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ @@ -21,6 +21,7 @@ import java.io.OutputStream; /** * Output stream for writing GFx data. + * * @author JPEXS */ public class GFxOutputStream extends OutputStream { diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/types/gfx/GLYPHIDX.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/types/gfx/GLYPHIDX.java index bdd61f5b6..078d58437 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/types/gfx/GLYPHIDX.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/types/gfx/GLYPHIDX.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ @@ -21,6 +21,7 @@ import java.io.Serializable; /** * Glyph index. + * * @author JPEXS */ public class GLYPHIDX implements Serializable { diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/types/gfx/GlyphInfoType.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/types/gfx/GlyphInfoType.java index a1953bbae..34c36c10c 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/types/gfx/GlyphInfoType.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/types/gfx/GlyphInfoType.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ @@ -21,6 +21,7 @@ import java.io.Serializable; /** * Glyph info. + * * @author JPEXS */ public class GlyphInfoType implements Serializable { diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/types/gfx/GlyphType.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/types/gfx/GlyphType.java index 399cc3c36..90e18e43b 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/types/gfx/GlyphType.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/types/gfx/GlyphType.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ @@ -31,6 +31,7 @@ import java.util.List; /** * Glyph. + * * @author JPEXS */ public class GlyphType implements Serializable { diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/types/gfx/KerningPairType.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/types/gfx/KerningPairType.java index 2e96599e1..6ab6e2c39 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/types/gfx/KerningPairType.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/types/gfx/KerningPairType.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ @@ -21,6 +21,7 @@ import java.io.Serializable; /** * Kerning pair. + * * @author JPEXS */ public class KerningPairType implements Serializable { diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/types/gfx/TEXGLYPH.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/types/gfx/TEXGLYPH.java index 8ff343d12..cb47e6d5f 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/types/gfx/TEXGLYPH.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/types/gfx/TEXGLYPH.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ @@ -21,6 +21,7 @@ import java.io.Serializable; /** * Glyph texture. + * * @author JPEXS */ public class TEXGLYPH implements Serializable { diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/types/gfx/package-info.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/types/gfx/package-info.java index ead36f8da..9ef720f42 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/types/gfx/package-info.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/types/gfx/package-info.java @@ -1,4 +1,4 @@ /** * GFX types. */ -package com.jpexs.decompiler.flash.types.gfx; \ No newline at end of file +package com.jpexs.decompiler.flash.types.gfx; diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/types/package-info.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/types/package-info.java index b2b461b6c..c38011642 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/types/package-info.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/types/package-info.java @@ -1,4 +1,4 @@ /** * Flash types. */ -package com.jpexs.decompiler.flash.types; \ No newline at end of file +package com.jpexs.decompiler.flash.types; diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/types/shaperecords/CurvedEdgeRecord.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/types/shaperecords/CurvedEdgeRecord.java index 57301842f..c7a08cefe 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/types/shaperecords/CurvedEdgeRecord.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/types/shaperecords/CurvedEdgeRecord.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ @@ -23,6 +23,7 @@ import com.jpexs.decompiler.flash.types.annotations.SWFType; /** * Curved edge record. + * * @author JPEXS */ public class CurvedEdgeRecord extends SHAPERECORD { diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/types/shaperecords/EndShapeRecord.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/types/shaperecords/EndShapeRecord.java index 445fdbef4..377d9d9b3 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/types/shaperecords/EndShapeRecord.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/types/shaperecords/EndShapeRecord.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ @@ -21,6 +21,7 @@ import com.jpexs.decompiler.flash.types.annotations.SWFType; /** * End shape record. + * * @author JPEXS */ public class EndShapeRecord extends SHAPERECORD { diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/types/shaperecords/SHAPERECORD.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/types/shaperecords/SHAPERECORD.java index ceda72584..a06931de2 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/types/shaperecords/SHAPERECORD.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/types/shaperecords/SHAPERECORD.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ @@ -49,6 +49,7 @@ import java.util.Set; /** * Base class for shape records. + * * @author JPEXS */ @ConcreteClasses({CurvedEdgeRecord.class, StraightEdgeRecord.class, StyleChangeRecord.class, EndShapeRecord.class}) diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/types/shaperecords/StraightEdgeRecord.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/types/shaperecords/StraightEdgeRecord.java index cb987cfec..3077d48a7 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/types/shaperecords/StraightEdgeRecord.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/types/shaperecords/StraightEdgeRecord.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ @@ -24,6 +24,7 @@ import com.jpexs.decompiler.flash.types.annotations.SWFType; /** * Straight edge record. + * * @author JPEXS */ public class StraightEdgeRecord extends SHAPERECORD { diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/types/shaperecords/StyleChangeRecord.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/types/shaperecords/StyleChangeRecord.java index 11a033db8..ab99dcc39 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/types/shaperecords/StyleChangeRecord.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/types/shaperecords/StyleChangeRecord.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ @@ -28,6 +28,7 @@ import java.util.Set; /** * Style change record. + * * @author JPEXS */ public final class StyleChangeRecord extends SHAPERECORD implements Cloneable { diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/types/shaperecords/package-info.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/types/shaperecords/package-info.java index cb251bddb..984a3b444 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/types/shaperecords/package-info.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/types/shaperecords/package-info.java @@ -1,4 +1,4 @@ /** * Shape record types. */ -package com.jpexs.decompiler.flash.types.shaperecords; \ No newline at end of file +package com.jpexs.decompiler.flash.types.shaperecords; diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/types/sound/AdpcmDecoder.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/types/sound/AdpcmDecoder.java index 4c22033c4..b95990ffa 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/types/sound/AdpcmDecoder.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/types/sound/AdpcmDecoder.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ @@ -25,6 +25,7 @@ import java.io.OutputStream; /** * ADPCM sound decoder. + * * @author JPEXS */ public class AdpcmDecoder extends SoundDecoder { diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/types/sound/MP3Decoder.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/types/sound/MP3Decoder.java index b3c98d429..b00b0457a 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/types/sound/MP3Decoder.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/types/sound/MP3Decoder.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ @@ -29,6 +29,7 @@ import javazoom.jl.decoder.SampleBuffer; /** * MP3 sound decoder. + * * @author JPEXS */ public class MP3Decoder extends SoundDecoder { diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/types/sound/MP3FRAME.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/types/sound/MP3FRAME.java index b2053439d..9ad3c8705 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/types/sound/MP3FRAME.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/types/sound/MP3FRAME.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ @@ -28,6 +28,7 @@ import javazoom.jl.decoder.SampleBuffer; /** * MP3 frame with samples. + * * @author JPEXS */ public class MP3FRAME { diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/types/sound/MP3SOUNDDATA.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/types/sound/MP3SOUNDDATA.java index 93812fd02..2e72cc10f 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/types/sound/MP3SOUNDDATA.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/types/sound/MP3SOUNDDATA.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ @@ -29,6 +29,7 @@ import javazoom.jl.decoder.MarkingPushbackInputStream; /** * MP3 sound data with frames. + * * @author JPEXS */ public class MP3SOUNDDATA { diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/types/sound/MarkingInputStream.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/types/sound/MarkingInputStream.java index 3dd96d266..d484f5369 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/types/sound/MarkingInputStream.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/types/sound/MarkingInputStream.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ @@ -21,6 +21,7 @@ import java.io.InputStream; /** * InputStream that counts the number of bytes read. + * * @author JPEXS */ public class MarkingInputStream extends InputStream { diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/types/sound/NellyMoserDecoder.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/types/sound/NellyMoserDecoder.java index 685b6b89b..b1323ab82 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/types/sound/NellyMoserDecoder.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/types/sound/NellyMoserDecoder.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ @@ -23,6 +23,7 @@ import lt.dkd.nellymoser.CodecImpl; /** * NellyMoser sound decoder. + * * @author JPEXS */ public class NellyMoserDecoder extends SoundDecoder { diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/types/sound/NoDecoder.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/types/sound/NoDecoder.java index 7d47cb373..29ec7c06f 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/types/sound/NoDecoder.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/types/sound/NoDecoder.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ @@ -22,6 +22,7 @@ import java.io.OutputStream; /** * Sound decoder that does nothing, just copies the data. + * * @author JPEXS */ public class NoDecoder extends SoundDecoder { diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/types/sound/SoundDecoder.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/types/sound/SoundDecoder.java index 6d2bc8883..0a0b5eff8 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/types/sound/SoundDecoder.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/types/sound/SoundDecoder.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ @@ -23,6 +23,7 @@ import java.io.OutputStream; /** * Base class for sound decoders. + * * @author JPEXS */ public abstract class SoundDecoder { diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/types/sound/SoundExportFormat.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/types/sound/SoundExportFormat.java index ee189da73..43473259a 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/types/sound/SoundExportFormat.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/types/sound/SoundExportFormat.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ @@ -18,6 +18,7 @@ package com.jpexs.decompiler.flash.types.sound; /** * Sound export format. + * * @author JPEXS */ public enum SoundExportFormat { diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/types/sound/SoundFormat.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/types/sound/SoundFormat.java index cc69a6d9b..6851affb4 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/types/sound/SoundFormat.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/types/sound/SoundFormat.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ @@ -33,6 +33,7 @@ import javax.sound.sampled.SourceDataLine; /** * Sound format. + * * @author JPEXS */ public class SoundFormat { diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/types/sound/SoundInfoSoundCacheEntry.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/types/sound/SoundInfoSoundCacheEntry.java index 0223d0e65..62100f594 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/types/sound/SoundInfoSoundCacheEntry.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/types/sound/SoundInfoSoundCacheEntry.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ @@ -22,6 +22,7 @@ import java.util.Objects; /** * Sound info and sound tag cache entry. + * * @author JPEXS */ public class SoundInfoSoundCacheEntry { diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/types/sound/package-info.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/types/sound/package-info.java index 0ab8e9ad0..7717edb95 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/types/sound/package-info.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/types/sound/package-info.java @@ -1,4 +1,4 @@ /** * Sound types. */ -package com.jpexs.decompiler.flash.types.sound; \ No newline at end of file +package com.jpexs.decompiler.flash.types.sound; diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/xfl/EasingDetector.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/xfl/EasingDetector.java index 14bd81b3d..4855ceaf9 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/xfl/EasingDetector.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/xfl/EasingDetector.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ @@ -21,6 +21,7 @@ import java.util.List; /** * Easing detector. + * * @author JPEXS */ public class EasingDetector { diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/xfl/FLAVersion.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/xfl/FLAVersion.java index 141244b67..7e0766ab3 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/xfl/FLAVersion.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/xfl/FLAVersion.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ @@ -21,6 +21,7 @@ import java.util.Map; /** * FLA version enumeration. + * * @author JPEXS */ public enum FLAVersion { diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/xfl/XFLConverter.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/xfl/XFLConverter.java index d414923e1..bee0ee978 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/xfl/XFLConverter.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/xfl/XFLConverter.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ @@ -197,6 +197,7 @@ import org.xml.sax.helpers.DefaultHandler; /** * FLA / XFL converter of SWF files. + * * @author JPEXS */ public class XFLConverter { @@ -2462,7 +2463,7 @@ public class XFLConverter { } } if (newCharId == -1 && newCharCls == null) { - newCharacter = character; + newCharacter = character; } character = newCharacter; if (character != null) { @@ -4562,6 +4563,7 @@ public class XFLConverter { /** * Converts SWF to FLA/XFL + * * @param handler * @param swf * @param swfFileName @@ -4574,7 +4576,7 @@ public class XFLConverter { * @param flaVersion * @param progressListener * @throws IOException - * @throws InterruptedException + * @throws InterruptedException */ public void convertSWF(AbortRetryIgnoreHandler handler, SWF swf, String swfFileName, String outfile, XFLExportSettings settings, String generator, String generatorVerName, String generatorVersion, boolean parallel, FLAVersion flaVersion, ProgressListener progressListener) throws IOException, InterruptedException { diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/xfl/XFLExportSettings.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/xfl/XFLExportSettings.java index f4cbb5384..eb5557c55 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/xfl/XFLExportSettings.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/xfl/XFLExportSettings.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ @@ -18,6 +18,7 @@ package com.jpexs.decompiler.flash.xfl; /** * XFL export settings. + * * @author JPEXS */ public class XFLExportSettings { diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/xfl/XFLXmlWriter.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/xfl/XFLXmlWriter.java index fcf1a3619..ce2c03567 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/xfl/XFLXmlWriter.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/xfl/XFLXmlWriter.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ @@ -27,7 +27,6 @@ import javax.xml.stream.XMLStreamException; import javax.xml.stream.XMLStreamWriter; /** - * * @author JPEXS */ public class XFLXmlWriter implements XMLStreamWriter { diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/xfl/package-info.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/xfl/package-info.java index f96aac047..c39a791f1 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/xfl/package-info.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/xfl/package-info.java @@ -1,4 +1,4 @@ /** * XFL (FLA) generator. */ -package com.jpexs.decompiler.flash.xfl; \ No newline at end of file +package com.jpexs.decompiler.flash.xfl; diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/xfl/shapefixer/CurvedEdgeRecordAdvanced.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/xfl/shapefixer/CurvedEdgeRecordAdvanced.java index a802c7617..3c1a505ed 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/xfl/shapefixer/CurvedEdgeRecordAdvanced.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/xfl/shapefixer/CurvedEdgeRecordAdvanced.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ @@ -20,6 +20,7 @@ import com.jpexs.decompiler.flash.types.shaperecords.CurvedEdgeRecord; /** * Advanced curved edge record with double precision. + * * @author JPEXS */ public class CurvedEdgeRecordAdvanced extends ShapeRecordAdvanced { diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/xfl/shapefixer/MorphShapeFixer.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/xfl/shapefixer/MorphShapeFixer.java index 6c2c8a93d..49cc7cb4c 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/xfl/shapefixer/MorphShapeFixer.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/xfl/shapefixer/MorphShapeFixer.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ @@ -36,7 +36,6 @@ import java.util.Map; import java.util.Set; /** - * * Morphshape fixer. Works as ShapeFixer but also removes duplicated paths, * calculates holes. * @@ -604,7 +603,6 @@ public class MorphShapeFixer extends ShapeFixer { } /** - * * @param shapes */ private void removeEmptyEdges(List> shapes) { diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/xfl/shapefixer/PathConverterApp.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/xfl/shapefixer/PathConverterApp.java index fbedc3b51..9ca57a068 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/xfl/shapefixer/PathConverterApp.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/xfl/shapefixer/PathConverterApp.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/xfl/shapefixer/ShapeFixer.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/xfl/shapefixer/ShapeFixer.java index a97582f50..df58db063 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/xfl/shapefixer/ShapeFixer.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/xfl/shapefixer/ShapeFixer.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/xfl/shapefixer/ShapeRecordAdvanced.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/xfl/shapefixer/ShapeRecordAdvanced.java index fe60f452d..dbdbfea60 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/xfl/shapefixer/ShapeRecordAdvanced.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/xfl/shapefixer/ShapeRecordAdvanced.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ @@ -24,6 +24,7 @@ import java.io.Serializable; /** * Advanced shape record with double precision. + * * @author JPEXS */ public abstract class ShapeRecordAdvanced implements Serializable { diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/xfl/shapefixer/StraightEdgeRecordAdvanced.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/xfl/shapefixer/StraightEdgeRecordAdvanced.java index 6155261fd..3a643c57f 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/xfl/shapefixer/StraightEdgeRecordAdvanced.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/xfl/shapefixer/StraightEdgeRecordAdvanced.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ @@ -20,6 +20,7 @@ import com.jpexs.decompiler.flash.types.shaperecords.StraightEdgeRecord; /** * Straight edge record with double precision. + * * @author JPEXS */ public class StraightEdgeRecordAdvanced extends ShapeRecordAdvanced { diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/xfl/shapefixer/StyleChangeRecordAdvanced.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/xfl/shapefixer/StyleChangeRecordAdvanced.java index c7a72740c..68a5d3b55 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/xfl/shapefixer/StyleChangeRecordAdvanced.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/xfl/shapefixer/StyleChangeRecordAdvanced.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ @@ -22,6 +22,7 @@ import com.jpexs.decompiler.flash.types.shaperecords.StyleChangeRecord; /** * Advanced style change record with double precision. + * * @author JPEXS */ public class StyleChangeRecordAdvanced extends ShapeRecordAdvanced { diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/xfl/shapefixer/package-info.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/xfl/shapefixer/package-info.java index 8421baf2f..26a029ca8 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/xfl/shapefixer/package-info.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/xfl/shapefixer/package-info.java @@ -1,4 +1,4 @@ /** * Fixing shapes in XFL files. */ -package com.jpexs.decompiler.flash.xfl.shapefixer; \ No newline at end of file +package com.jpexs.decompiler.flash.xfl.shapefixer; diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/graph/AbstractGraphTargetVisitor.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/graph/AbstractGraphTargetVisitor.java index cc51be997..52e313758 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/graph/AbstractGraphTargetVisitor.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/graph/AbstractGraphTargetVisitor.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ @@ -20,12 +20,14 @@ import java.util.Collection; /** * Abstract graph target visitor. + * * @author JPEXS */ public abstract class AbstractGraphTargetVisitor implements GraphTargetVisitorInterface { /** * Visits a graph target item. + * * @param item Graph target item */ @Override @@ -33,6 +35,7 @@ public abstract class AbstractGraphTargetVisitor implements GraphTargetVisitorIn /** * Visits all graph target items. + * * @param items Collection of graph target items */ @Override diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/graph/Block.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/graph/Block.java index 6234d2557..57e33ed61 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/graph/Block.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/graph/Block.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ @@ -20,20 +20,23 @@ import com.jpexs.decompiler.graph.model.ContinueItem; import java.util.List; /** - * Block interface. - * For example, a block can be a loop, if statement, or a function. + * Block interface. For example, a block can be a loop, if statement, or a + * function. + * * @author JPEXS */ public interface Block { /** * Gets all sub continues. + * * @return List of continues */ public List getContinues(); /** * Gets all sub blocks. + * * @return List of blocks */ public List> getSubs(); diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/graph/CompilationException.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/graph/CompilationException.java index 39af4872b..ad9d0598a 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/graph/CompilationException.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/graph/CompilationException.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ @@ -18,6 +18,7 @@ package com.jpexs.decompiler.graph; /** * Compilation exception. + * * @author JPEXS */ public class CompilationException extends Exception { @@ -34,6 +35,7 @@ public class CompilationException extends Exception { /** * Constructs a new compilation exception. + * * @param message Error message * @param line Line number */ diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/graph/DottedChain.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/graph/DottedChain.java index 87321d697..997364d3b 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/graph/DottedChain.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/graph/DottedChain.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ @@ -26,14 +26,13 @@ import java.util.List; import java.util.Objects; /** - * Dotted chain class. - * Represents a chain of names separated by dots. + * Dotted chain class. Represents a chain of names separated by dots. + * * @author JPEXS */ public class DottedChain implements Serializable, Comparable { //Basic dotted chains - public static final DottedChain EMPTY = new DottedChain(true); public static final DottedChain UNBOUNDED = new DottedChain(new String[]{"*"}); @@ -80,6 +79,7 @@ public class DottedChain implements Serializable, Comparable { /** * Get the namespace suffix of the part at the given index. + * * @param index Index * @return Namespace suffix */ @@ -89,6 +89,7 @@ public class DottedChain implements Serializable, Comparable { /** * Gets the last namespace suffix. + * * @return Last namespace suffix */ public String getLastNamespaceSuffix() { @@ -100,6 +101,7 @@ public class DottedChain implements Serializable, Comparable { /** * Parses a dotted chain from a string without suffix. + * * @param name Name * @return Dotted chain */ @@ -121,6 +123,7 @@ public class DottedChain implements Serializable, Comparable { /** * Parses a dotted chain from a string with suffix. + * * @param name Name * @return Dotted chain */ @@ -148,6 +151,7 @@ public class DottedChain implements Serializable, Comparable { /** * Constructs a new dotted chain. + * * @param isNull Whether the chain is null */ private DottedChain(boolean isNull) { @@ -157,6 +161,7 @@ public class DottedChain implements Serializable, Comparable { /** * Constructs a new dotted chain. + * * @param src Source chain */ public DottedChain(DottedChain src) { @@ -166,6 +171,7 @@ public class DottedChain implements Serializable, Comparable { /** * Constructs a new dotted chain. + * * @param parts Parts */ public DottedChain(String[] parts) { @@ -174,6 +180,7 @@ public class DottedChain implements Serializable, Comparable { /** * Constructs a new dotted chain. + * * @param parts Parts * @param isNull Whether the chain is null */ @@ -184,6 +191,7 @@ public class DottedChain implements Serializable, Comparable { /** * Constructs a new dotted chain. + * * @param parts Parts */ public DottedChain(List parts) { @@ -196,6 +204,7 @@ public class DottedChain implements Serializable, Comparable { /** * Constructs a new dotted chain. + * * @param parts Parts * @param namespaceSuffixes Namespace suffixes */ @@ -205,6 +214,7 @@ public class DottedChain implements Serializable, Comparable { /** * Constructs a new dotted chain. + * * @param attributes Attributes * @param parts Parts * @param namespaceSuffixes Namespace suffixes @@ -220,6 +230,7 @@ public class DottedChain implements Serializable, Comparable { /** * Checks whether this chain is top-level. + * * @return Whether this chain is top-level */ public boolean isTopLevel() { @@ -228,6 +239,7 @@ public class DottedChain implements Serializable, Comparable { /** * Checks whether this chain is empty. + * * @return Whether this chain is empty */ public boolean isEmpty() { @@ -236,6 +248,7 @@ public class DottedChain implements Serializable, Comparable { /** * Gets the number of parts in this chain. + * * @return Number of parts */ public int size() { @@ -244,6 +257,7 @@ public class DottedChain implements Serializable, Comparable { /** * Gets the part at the given index. + * * @param index Index * @return Part */ @@ -257,6 +271,7 @@ public class DottedChain implements Serializable, Comparable { /** * Checks whether the part at the given index is an attribute. + * * @param index Index * @return Whether the part at the given index is an attribute */ @@ -269,6 +284,7 @@ public class DottedChain implements Serializable, Comparable { /** * Gets the sub-chain of specific length. + * * @param count Length * @return */ @@ -282,6 +298,7 @@ public class DottedChain implements Serializable, Comparable { /** * Gets last part. + * * @return Last part */ public String getLast() { @@ -297,6 +314,7 @@ public class DottedChain implements Serializable, Comparable { /** * Checks whether the last part is an attribute. + * * @return Whether the last part is an attribute */ public boolean isLastAttribute() { @@ -312,6 +330,7 @@ public class DottedChain implements Serializable, Comparable { /** * Gets the chain without the last part. + * * @return Chain without the last part */ public DottedChain getWithoutLast() { @@ -327,6 +346,7 @@ public class DottedChain implements Serializable, Comparable { /** * Adds a part to the chain with a suffix. + * * @param name Name * @return New chain */ @@ -342,6 +362,7 @@ public class DottedChain implements Serializable, Comparable { /** * Adds a part to the chain. + * * @param name Name * @param namespaceSuffix Namespace suffix * @return New chain @@ -352,6 +373,7 @@ public class DottedChain implements Serializable, Comparable { /** * Adds a part to the chain. + * * @param attribute Whether the part is an attribute * @param name Name * @param namespaceSuffix Namespace suffix @@ -368,6 +390,7 @@ public class DottedChain implements Serializable, Comparable { /** * Adds prefix to the chain. + * * @param name Name * @param namespaceSuffix Namespace suffix * @return New chain @@ -378,6 +401,7 @@ public class DottedChain implements Serializable, Comparable { /** * Adds prefix to the chain. + * * @param attribute Whether the part is an attribute * @param name Name * @param namespaceSuffix Namespace suffix @@ -394,6 +418,7 @@ public class DottedChain implements Serializable, Comparable { /** * To string. + * * @return String */ @Override @@ -403,6 +428,7 @@ public class DottedChain implements Serializable, Comparable { /** * To string. + * * @param as3 Whether to print as AS3 * @param raw Whether to print raw (without deobfuscation) * @param withSuffix Whether to print with suffix @@ -437,6 +463,7 @@ public class DottedChain implements Serializable, Comparable { /** * To file path. + * * @return File path */ public String toFilePath() { @@ -460,6 +487,7 @@ public class DottedChain implements Serializable, Comparable { /** * To list. + * * @return List */ public List toList() { @@ -472,6 +500,7 @@ public class DottedChain implements Serializable, Comparable { /** * To printable string. + * * @param as3 Whether to print as AS3 * @return Printable string */ @@ -481,6 +510,7 @@ public class DottedChain implements Serializable, Comparable { /** * To raw string. (without deobfuscation) + * * @return Raw string */ public String toRawString() { //Is SUFFIX correctly handled? @@ -489,6 +519,7 @@ public class DottedChain implements Serializable, Comparable { /** * Hash code. + * * @return Hash code */ @Override @@ -501,6 +532,7 @@ public class DottedChain implements Serializable, Comparable { /** * Equals. + * * @param obj Object * @return Whether this object is equal to the given object */ @@ -524,8 +556,10 @@ public class DottedChain implements Serializable, Comparable { /** * Compare to. + * * @param o the object to be compared. - * @return a negative integer, zero, or a positive integer as this object is less than, equal to, or greater than the specified object. + * @return a negative integer, zero, or a positive integer as this object is + * less than, equal to, or greater than the specified object. */ @Override public int compareTo(DottedChain o) { @@ -554,6 +588,7 @@ public class DottedChain implements Serializable, Comparable { /** * Constructs a new path part. + * * @param name Name * @param attribute Whether this part is an attribute * @param namespaceSuffix Namespace suffix @@ -566,6 +601,7 @@ public class DottedChain implements Serializable, Comparable { /** * Hash code. + * * @return */ @Override @@ -579,6 +615,7 @@ public class DottedChain implements Serializable, Comparable { /** * Equals. + * * @param obj Object * @return Whether this object is equal to the given object */ diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/graph/EqualsTypeItem.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/graph/EqualsTypeItem.java index 404177e40..15a14d21c 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/graph/EqualsTypeItem.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/graph/EqualsTypeItem.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ @@ -20,6 +20,7 @@ import com.jpexs.decompiler.graph.model.BinaryOp; /** * Equals type item. + * * @author JPEXS */ public interface EqualsTypeItem extends BinaryOp { diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/graph/Graph.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/graph/Graph.java index 928c96ebb..bacdcb98a 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/graph/Graph.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/graph/Graph.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ @@ -72,11 +72,11 @@ import java.util.logging.Level; import java.util.logging.Logger; /** - * Graph class. - * This is the main class where decompilation process is done. - * It translates GraphSourceItems to GraphTargetItems. - * + * Graph class. This is the main class where decompilation process is done. It + * translates GraphSourceItems to GraphTargetItems. + *

* Subclasses of Graph are used for different types of decompilation. + * * @author JPEXS */ public class Graph { @@ -98,6 +98,7 @@ public class Graph { /** * Constant not used anymore + * * @deprecated not used. */ public static final int SOP_USE_STATIC = 0; @@ -130,6 +131,7 @@ public class Graph { /** * Gets the graphSource + * * @return GraphSource */ public GraphSource getGraphCode() { @@ -138,6 +140,7 @@ public class Graph { /** * Gets sub-graphs + * * @return */ public LinkedHashMap getSubGraphs() { @@ -146,6 +149,7 @@ public class Graph { /** * Constructs a new Graph. + * * @param code Graph source * @param exceptions Exceptions in the graph */ @@ -156,6 +160,7 @@ public class Graph { /** * Initializes the graph. + * * @param localData Local data * @throws InterruptedException */ @@ -177,7 +182,7 @@ public class Graph { * Calculates time of closing the node. The node is closed when all its * input edges are already visited (not counting back edges), then all its * output edges are processed. - * + *

* This time is useful when sorting nodes according their occurence in * getMostCommonPart method - used for switch detection * @@ -243,6 +248,7 @@ public class Graph { /** * Constructs a new LevelMapEdge + * * @param from Source part * @param to Target part */ @@ -253,6 +259,7 @@ public class Graph { /** * Hash code + * * @return Hash code */ @Override @@ -265,6 +272,7 @@ public class Graph { /** * Equals + * * @param obj Object * @return True if equals */ @@ -291,6 +299,7 @@ public class Graph { /** * Gets graph exceptions. + * * @return List of exceptions */ public List getExceptions() { @@ -299,6 +308,7 @@ public class Graph { /** * Populates all parts available from the part. + * * @param part Source part * @param allParts Result */ @@ -314,6 +324,7 @@ public class Graph { /** * Deep copies GraphPart. + * * @param part Source part * @return Deep copy of the part */ @@ -323,6 +334,7 @@ public class Graph { /** * Deep copies GraphPart. + * * @param part Source part * @param copies Already copied parts * @return Deep copy of the part @@ -350,6 +362,7 @@ public class Graph { /** * Resets the graph. + * * @param part Part to reset * @param visited Visited parts */ @@ -372,6 +385,7 @@ public class Graph { /** * Gets reachable parts from the part. + * * @param localData Local data * @param part Source part * @param ret Result @@ -385,6 +399,7 @@ public class Graph { /** * Gets reachable parts from the part. + * * @param localData Local data * @param part Source part * @param ret Result @@ -494,6 +509,7 @@ public class Graph { /** * Gets common successor of the next parts of the part. + * * @param localData Local data * @param part Part * @param loops Loops @@ -507,8 +523,9 @@ public class Graph { /** * Gets common successor of the parts. - * + *

* TODO: Make this faster! + * * @param localData Local data * @param prev Previous part * @param parts Parts @@ -578,7 +595,7 @@ public class Graph { /** * Gets common successor of most of the nextparts of the part. - * + *

* This is used mostly in switch detection. * * @param localData Local data @@ -789,6 +806,7 @@ public class Graph { /** * Constructs a new PartCommon + * * @param part Part * @param level Level */ @@ -799,6 +817,7 @@ public class Graph { /** * Compares to another PartCommon + * * @param o Other PartCommon * @return Comparison result */ @@ -817,6 +836,7 @@ public class Graph { /** * To string + * * @return String representation */ @Override @@ -826,6 +846,7 @@ public class Graph { /** * Hash code + * * @return Hash code */ @Override @@ -838,6 +859,7 @@ public class Graph { /** * Equals + * * @param obj Object * @return True if equals */ @@ -863,6 +885,7 @@ public class Graph { /** * Method called after populating all parts. + * * @param allParts All parts */ protected void afterPopupateAllParts(Set allParts) { @@ -870,8 +893,8 @@ public class Graph { } /** - * Gets throw states. - * Override this method to get throw states. + * Gets throw states. Override this method to get throw states. + * * @param localData Local data * @param allParts All parts * @return List of ThrowStates @@ -882,6 +905,7 @@ public class Graph { /** * Translates the graph - decompiles. + * * @param localData Local data * @param staticOperation Unused * @param path Path @@ -989,9 +1013,9 @@ public class Graph { } /** - * Prepares second pass data. - * Can return null when no second pass will happen. - * Override this method to prepare second pass data. + * Prepares second pass data. Can return null when no second pass will + * happen. Override this method to prepare second pass data. + * * @param list List of GraphTargetItems * @return Second pass data or null */ @@ -1001,6 +1025,7 @@ public class Graph { /** * Process various items. Override this method to process items. + * * @param list List of GraphTargetItems * @param lastLoopId Last loop id */ @@ -1010,6 +1035,7 @@ public class Graph { /** * Process switches. + * * @param list */ protected final void processSwitches(List list) { @@ -1054,9 +1080,9 @@ public class Graph { This will fix precontinue handler which detects multiple continues */ - /** * Process switches. + * * @param list List of GraphTargetItems * @param lastLoopId Last loop id */ @@ -1178,8 +1204,9 @@ public class Graph { } /** - * Gets data for final process. - * Override this method to provide data for final process. + * Gets data for final process. Override this method to provide data for + * final process. + * * @param localData * @param loops * @param throwStates @@ -1190,8 +1217,9 @@ public class Graph { } /** - * Method called before getting loops. - * Override this method to provide custom behavior. + * Method called before getting loops. Override this method to provide + * custom behavior. + * * @param localData Local data * @param path Path * @param allParts All parts @@ -1203,8 +1231,9 @@ public class Graph { } /** - * Method called after getting loops. - * Override this method to provide custom behavior. + * Method called after getting loops. Override this method to provide custom + * behavior. + * * @param localData Local data * @param path Path * @param allParts All parts @@ -1215,8 +1244,9 @@ public class Graph { } /** - * Checks whether part is empty. - * Override this method to provide custom behavior. + * Checks whether part is empty. Override this method to provide custom + * behavior. + * * @param part Part * @return True if part is empty */ @@ -1226,6 +1256,7 @@ public class Graph { /** * Converts path to string + * * @param list Collection of objects * @return String representation of the path */ @@ -1239,6 +1270,7 @@ public class Graph { /** * Gets unique part list. + * * @param list List of parts * @return Unique list of parts */ @@ -1254,6 +1286,7 @@ public class Graph { /** * Gets list of unique references of part without going through throw edges. + * * @param part Part * @param throwEdges Throw edges * @return List of unique references @@ -1272,6 +1305,7 @@ public class Graph { /** * Gets of loop backedges + * * @param localData Local data * @param loops Loops * @param throwStates Throw states @@ -1293,8 +1327,8 @@ public class Graph { } /** - * Final process stack. - * Override this method to provide custom behavior. + * Final process stack. Override this method to provide custom behavior. + * * @param stack Translate stack * @param output Output * @param path Path @@ -1304,6 +1338,7 @@ public class Graph { /** * Final process all. + * * @param list List of GraphTargetItems * @param level Level * @param localData Local data @@ -1327,10 +1362,11 @@ public class Graph { } /** - * Processes sub blocks. - * TODO: make this clearer what it does + * Processes sub blocks. TODO: make this clearer what it does + * * @param b Block - * @param replacement If not null, then if last item of block is PushItem, then it will be replaced with this item + * @param replacement If not null, then if last item of block is PushItem, + * then it will be replaced with this item * @return If all blocks ends with PushItem */ private boolean processSubBlk(Block b, GraphTargetItem replacement) { @@ -1373,8 +1409,8 @@ public class Graph { } /** - * Final process after. - * Override this method to provide custom behavior. + * Final process after. Override this method to provide custom behavior. + * * @param list List of GraphTargetItems * @param level Level * @param localData Local data @@ -1397,8 +1433,8 @@ public class Graph { } /** - * Final process. - * Override this method to provide custom behavior. + * Final process. Override this method to provide custom behavior. + * * @param list List of GraphTargetItems * @param level Level * @param localData Local data @@ -1485,6 +1521,7 @@ public class Graph { /** * Expands gotos. + * * @param list */ private void expandGotos(List list) { @@ -1511,6 +1548,7 @@ public class Graph { /** * Processes if gotos. + * * @param alreadyProcessedBlocks Already processed blocks * @param allGotos All gotos * @param list List of GraphTargetItems @@ -1553,12 +1591,12 @@ public class Graph { /** * Processes if gotos. - * - * if (xxx) { y ; goto a } else { z ; goto a } - * - * => - * - * if (xxx) { y } else { z } goto a + *

+ * if (xxx) { y ; goto a } else { z ; goto a } + *

+ * => + *

+ * if (xxx) { y } else { z } goto a * * @param allGotos All gotos * @param list List of GraphTargetItems @@ -1633,6 +1671,7 @@ public class Graph { /** * Processes ifs. + * * @param list List of GraphTargetItems */ protected final void processIfs(List list) { @@ -1819,7 +1858,9 @@ public class Graph { } /** - * Checks continue at the end of block and remove it when its from nearest loop. + * Checks continue at the end of block and remove it when its from nearest + * loop. + * * @param commands List of GraphTargetItems * @param loop Loop */ @@ -1850,6 +1891,7 @@ public class Graph { /** * Checks whether list of items is empty. + * * @param output List of GraphTargetItems * @return True if list of items is empty */ @@ -1866,8 +1908,9 @@ public class Graph { } /** - * Check before decompiling next section. - * Override this method to provide custom behavior. + * Check before decompiling next section. Override this method to provide + * custom behavior. + * * @param currentRet Current return * @param foundGotos Found gotos * @param partCodes Part codes @@ -1887,7 +1930,8 @@ public class Graph { * @param currentLoop Current loop * @param staticOperation Unused * @param path Path - * @return List of GraphTargetItems to replace current output and stop further processing. Null to continue. + * @return List of GraphTargetItems to replace current output and stop + * further processing. Null to continue. * @throws InterruptedException */ protected List check(List currentRet, List foundGotos, Map> partCodes, Map partCodePos, Set visited, GraphSource code, BaseLocalData localData, Set allParts, TranslateStack stack, GraphPart parent, GraphPart part, List stopPart, List stopPartKind, List loops, List throwStates, List output, Loop currentLoop, int staticOperation, String path) throws InterruptedException { @@ -1895,8 +1939,8 @@ public class Graph { } /** - * Check of Part passing output. Allows you to switch part for another. - * If not overriden, then it calls checkPart. + * Check of Part passing output. Allows you to switch part for another. If + * not overriden, then it calls checkPart. * * @param output List of GraphTargetItems * @param stack Translate stack @@ -1904,7 +1948,8 @@ public class Graph { * @param prev Previous part * @param part Part * @param allParts All parts - * @return Return same part to continue processing or return another part to continue to other part. Or return null to stop. + * @return Return same part to continue processing or return another part to + * continue to other part. Or return null to stop. */ protected GraphPart checkPartWithOutput(List output, TranslateStack stack, BaseLocalData localData, GraphPart prev, GraphPart part, Set allParts) { return checkPart(stack, localData, prev, part, allParts); @@ -1912,12 +1957,14 @@ public class Graph { /** * Check of part. Allows you to switch part for another. + * * @param stack Translate stack * @param localData Local data * @param prev Previous part * @param part Part * @param allParts All parts - * @return Return same part to continue processing or return another part to continue to other part. Or return null to stop. + * @return Return same part to continue processing or return another part to + * continue to other part. Or return null to stop. */ protected GraphPart checkPart(TranslateStack stack, BaseLocalData localData, GraphPart prev, GraphPart part, Set allParts) { return part; @@ -1925,6 +1972,7 @@ public class Graph { /** * Translates part and get its stack. + * * @param localData Local data * @param part Part * @param stack Translate stack @@ -1942,6 +1990,7 @@ public class Graph { /** * Translates part. + * * @param localData Local data * @param part Part * @param stack Translate stack @@ -1973,6 +2022,7 @@ public class Graph { /** * Checks for Continue and Break items at current part. + * * @param output List of GraphTargetItems * @param part Part * @param stopPart Stop part @@ -2007,8 +2057,8 @@ public class Graph { } /** - * Check loop. - * Can be overriden to provide custom behavior. + * Check loop. Can be overriden to provide custom behavior. + * * @param output List of GraphTargetItems * @param loopItem Loop item * @param localData Local data @@ -2023,6 +2073,7 @@ public class Graph { /** * Sets loop phase to 0 on loops. + * * @param loops List of loops */ private void clearLoops(List loops) { @@ -2033,6 +2084,7 @@ public class Graph { /** * Sets state to 0 on throw states. + * * @param throwStates List of throw states */ private void clearThrowStates(List throwStates) { @@ -2043,6 +2095,7 @@ public class Graph { /** * Loop detection. + * * @param localData Local data * @param part Part * @param loops List of loops @@ -2059,8 +2112,9 @@ public class Graph { } /** - * Checks whether a part can be a break candidate. - * Can be overriden to provide custom behavior. + * Checks whether a part can be a break candidate. Can be overriden to + * provide custom behavior. + * * @param localData Local data * @param part Part * @param throwStates List of throw states @@ -2071,8 +2125,9 @@ public class Graph { } /** - * Check part in get loops walk. - * Can be overriden to provide custom behavior. + * Check part in get loops walk. Can be overriden to provide custom + * behavior. + * * @param part Graph part */ protected void checkGetLoopsPart(GraphPart part) { @@ -2081,6 +2136,7 @@ public class Graph { /** * Finds parts outside try statement + * * @param ts Throw state * @param part Graph part * @param ret List of Graph parts @@ -2102,6 +2158,7 @@ public class Graph { /** * Walks parts to detect loops. + * * @param localData Local data * @param part Graph part * @param loops List of loops @@ -2510,6 +2567,7 @@ public class Graph { /** * Gets all Continue commands in sub blocks. + * * @param commands List of GraphTargetItems * @param result Result * @param loopId Loop id @@ -2532,8 +2590,8 @@ public class Graph { } /** - * Get next parts of a part. - * Can be overriden to provide custom behavior. + * Get next parts of a part. Can be overriden to provide custom behavior. + * * @param localData Local data * @param part Part * @return List of GraphParts @@ -2544,6 +2602,7 @@ public class Graph { /** * Check before processing with output. + * * @param currentRet Current return * @param foundGotos Found gotos * @param partCodes Part codes @@ -2572,6 +2631,7 @@ public class Graph { /** * Checks whether part is loop continue, break or precontinue. + * * @param part Graph part * @param loops List of loops * @param throwStates List of throw states @@ -2595,9 +2655,9 @@ public class Graph { } /** - * Checks whether part can be continue of a loop. - * Defaults to true. - * Override this method to provide custom behavior. + * Checks whether part can be continue of a loop. Defaults to true. Override + * this method to provide custom behavior. + * * @param localData Local data * @param part Graph part * @param loops List of loops @@ -2609,9 +2669,9 @@ public class Graph { } /** - * Checks whether part can be checked over visited parts list. - * Defaults to true. - * Can be overriden to provide custom behavior. + * Checks whether part can be checked over visited parts list. Defaults to + * true. Can be overriden to provide custom behavior. + * * @param localData Local data * @param part Graph part * @return True if part can be checked over visited parts list @@ -2621,9 +2681,12 @@ public class Graph { } /** - * Checks whether the list of items can be converted to comma separated list. + * Checks whether the list of items can be converted to comma separated + * list. + * * @param list List of GraphTargetItems - * @return True if the list of items can be converted to comma separated list + * @return True if the list of items can be converted to comma separated + * list */ protected final boolean canBeCommaised(List list) { for (GraphTargetItem item : list) { @@ -2636,6 +2699,7 @@ public class Graph { /** * Walks graph parts and converts them to target items. + * * @param foundGotos Found gotos * @param partCodes Part codes * @param partCodePos Part code position @@ -2660,6 +2724,7 @@ public class Graph { /** * Walks graph parts and converts them to target items. + * * @param foundGotos Found gotos * @param partCodes Part codes * @param partCodePos Part code position @@ -2894,9 +2959,7 @@ public class Graph { precontinueCommands = printGraph(foundGotos, partCodes, partCodePos, subVisited, localData, new TranslateStack(path), allParts, null, backup, stopPart2, stopPartKind2, loops, throwStates, null, staticOperation, path, recursionLevel + 1); currentLoop.loopPreContinue = backup; checkContinueAtTheEnd(precontinueCommands, currentLoop); - - - + if (!precontinueCommands.isEmpty() && precontinueCommands.get(precontinueCommands.size() - 1) instanceof IfItem) { IfItem ifi = (IfItem) precontinueCommands.get(precontinueCommands.size() - 1); boolean ok = false; @@ -2910,11 +2973,11 @@ public class Graph { && ((ifi.onFalse.size() == 1) && (ifi.onFalse.get(0) instanceof BreakItem) && (((BreakItem) ifi.onFalse.get(0)).loopId == currentLoop.id))) { ok = true; } - if (ok) { + if (ok) { doWhileCandidate = true; } - } - + } + if (!doWhileCandidate) { for (GraphTargetItem item : precontinueCommands) { if (item instanceof Block) { @@ -3370,13 +3433,13 @@ public class Graph { } if (isLoop && loopItem != null && currentLoop != null) { - + processIfs(loopItem.commands); processSwitches(loopItem.commands, currentLoop.id); processOther(loopItem.commands, currentLoop.id); checkContinueAtTheEnd(loopItem.commands, currentLoop); - + //DoWhile based on precontinue if (!loopTypeFound && (!loopItem.commands.isEmpty())) { List> continueCommands1 = new ArrayList<>(); @@ -3391,19 +3454,19 @@ public class Graph { && ((ifi.onFalse.size() == 1) && (ifi.onFalse.get(0) instanceof ContinueItem) && (((ContinueItem) ifi.onFalse.get(0)).loopId == currentLoop.id))) { invert = true; } - + GraphTargetItem expr = ifi.expression; if (invert) { expr = expr.invert(null); } exprList.add(expr); ret.add(index, li = new DoWhileItem(null, expr.getLineStartItem(), currentLoop, loopItem.commands, exprList)); - loopTypeFound = true; + loopTypeFound = true; } } - + //Loop with condition at the beginning (While) - if (!loopTypeFound && (!loopItem.commands.isEmpty())) { + if (!loopTypeFound && (!loopItem.commands.isEmpty())) { if (loopItem.commands.get(0) instanceof IfItem) { IfItem ifi = (IfItem) loopItem.commands.get(0); @@ -3458,7 +3521,7 @@ public class Graph { //findGotoTargets - comment this out: if (!precontinueCommands.isEmpty()) { - + List> continueCommands = new ArrayList<>(); getContinuesCommands(commands, continueCommands, currentLoop.id); @@ -3476,7 +3539,7 @@ public class Graph { } finalComm.addAll(precontinueCommands); - } + } if (!finalComm.isEmpty()) { ret.add(index, li = new ForItem(expr.getSrc(), expr.getLineStartItem(), currentLoop, new ArrayList<>(), exprList.get(exprList.size() - 1), finalComm, commands)); } else { @@ -3490,7 +3553,7 @@ public class Graph { } } } - + if (!loopTypeFound && !precontinueCommands.isEmpty()) { loopItem.commands.addAll(precontinueCommands); } @@ -3567,8 +3630,9 @@ public class Graph { } /** - * Checks switch statement. - * Override this method to add custom switch handling. + * Checks switch statement. Override this method to add custom switch + * handling. + * * @param localData Local data * @param switchItem Switch item * @param otherSides Other sides @@ -3579,16 +3643,18 @@ public class Graph { } /** - * Checks all parts of the graph after they are populated. - * Override this method to add custom checks. + * Checks all parts of the graph after they are populated. Override this + * method to add custom checks. + * * @param allBlocks All blocks */ protected void checkGraph(List allBlocks) { } /** - * Checks IP and allows to modify it. - * Override this method to add custom IP checks. + * Checks IP and allows to modify it. Override this method to add custom IP + * checks. + * * @param ip Current IP * @return New IP */ @@ -3598,6 +3664,7 @@ public class Graph { /** * Searches for part by IP. + * * @param ip IP * @param allParts All parts * @return @@ -3616,6 +3683,7 @@ public class Graph { /** * Makes connected set of GraphParts from GraphSource. + * * @param code Graph source * @param allBlocks All blocks to populate parts into. * @param exceptions Exceptions @@ -3644,6 +3712,7 @@ public class Graph { /** * Makes connected set of GraphParts from GraphSource. + * * @param parent Parent part * @param path Path * @param code Graph source @@ -3795,8 +3864,9 @@ public class Graph { } /** - * Prepares local data for branch. - * Override this method to add custom branch handling. + * Prepares local data for branch. Override this method to add custom branch + * handling. + * * @param localData Local data * @return Local data for a branch */ @@ -3806,6 +3876,7 @@ public class Graph { /** * Get source items for a part + * * @param part Part * @return List of source items */ @@ -3834,6 +3905,7 @@ public class Graph { /** * Moves all pushitems from commands to stack. + * * @param commands Commands * @param stack Stack */ @@ -3853,8 +3925,9 @@ public class Graph { } /** - * Moves all stack items to commands. - * (If it's not a branch stack resistant or other special case) + * Moves all stack items to commands. (If it's not a branch stack resistant + * or other special case) + * * @param commands Commands * @param stack Stack */ @@ -3902,6 +3975,7 @@ public class Graph { /** * Handles switch statement. + * * @param switchedObject Switched object * @param switchStartItem Switch start item * @param foundGotos Found gotos @@ -4172,9 +4246,9 @@ public class Graph { } /** - * Checks if part is a switch. - * Defaults to false. - * Override this method to add custom switch handling. + * Checks if part is a switch. Defaults to false. Override this method to + * add custom switch handling. + * * @param part Part * @return True if part is a switch */ diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/graph/GraphException.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/graph/GraphException.java index 3420ac63b..0b17ab8ce 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/graph/GraphException.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/graph/GraphException.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ @@ -18,6 +18,7 @@ package com.jpexs.decompiler.graph; /** * Exception thrown in the graph. + * * @author JPEXS */ public class GraphException { @@ -38,6 +39,7 @@ public class GraphException { /** * Constructs a new exception + * * @param start Start IP * @param end End IP * @param target Target IP diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/graph/GraphPart.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/graph/GraphPart.java index c486f49a1..0d85a463e 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/graph/GraphPart.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/graph/GraphPart.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ @@ -24,9 +24,9 @@ import java.util.List; import java.util.Stack; /** - * Represents a part of a graph. - * Block of instructions which are executed in sequence. - * No jumps or branches are allowed inside a GraphPart. + * Represents a part of a graph. Block of instructions which are executed in + * sequence. No jumps or branches are allowed inside a GraphPart. + * * @author JPEXS */ public class GraphPart implements Serializable { @@ -67,32 +67,29 @@ public class GraphPart implements Serializable { public int discoveredTime; /** - * Finished time in DFS - * Calculated in setTime. + * Finished time in DFS Calculated in setTime. */ public int finishedTime; /** - * Closed time. - * The node is closed when all its input edges are already visited. - * Calculated in Graph.calculateClosedTime. + * Closed time. The node is closed when all its input edges are already + * visited. Calculated in Graph.calculateClosedTime. */ public int closedTime; /** - * Order in DFS. - * Calculated in setTime. + * Order in DFS. Calculated in setTime. */ public int order; /** - * Number of parts following this part. - * Calculated in setNumblocks. + * Number of parts following this part. Calculated in setNumblocks. */ public int numBlocks = Integer.MAX_VALUE; /** * Sets the time of this part in DFS. + * * @param time Time * @param ordered Ordered parts * @param visited Visited parts @@ -118,6 +115,7 @@ public class GraphPart implements Serializable { /** * Sets the number of blocks following this part. + * * @param numBlocks Number of blocks */ public void setNumblocks(int numBlocks) { @@ -132,6 +130,7 @@ public class GraphPart implements Serializable { /** * Checks if this part leads to another part. + * * @param localData Local data * @param gr Graph * @param code Code @@ -215,6 +214,7 @@ public class GraphPart implements Serializable { /** * Checks if this part leads to another part. + * * @param localData Local data * @param gr Graph * @param code Code @@ -234,6 +234,7 @@ public class GraphPart implements Serializable { /** * Constructs a new GraphPart. + * * @param start Start IP * @param end End IP */ @@ -244,6 +245,7 @@ public class GraphPart implements Serializable { /** * To string. + * * @return String representation */ @Override @@ -260,6 +262,7 @@ public class GraphPart implements Serializable { /** * Checks if this part contains an IP. + * * @param ip IP * @return True if this part contains the IP */ @@ -269,6 +272,7 @@ public class GraphPart implements Serializable { /** * Gets the height of this part - number of instructions in this part. + * * @return Height */ public int getHeight() { @@ -277,6 +281,7 @@ public class GraphPart implements Serializable { /** * Gets IP at offset from start. + * * @param offset Offset * @return IP */ @@ -295,6 +300,7 @@ public class GraphPart implements Serializable { /** * Hash code. + * * @return Hash code */ @Override @@ -306,6 +312,7 @@ public class GraphPart implements Serializable { /** * Equals. + * * @param obj Object * @return True if equals */ diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/graph/GraphPartChangeException.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/graph/GraphPartChangeException.java index 8b2b1d83b..ebfa1c0a4 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/graph/GraphPartChangeException.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/graph/GraphPartChangeException.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ @@ -20,6 +20,7 @@ import java.util.List; /** * Exception when part of the graph is changed. + * * @author JPEXS */ public class GraphPartChangeException extends Exception { @@ -36,6 +37,7 @@ public class GraphPartChangeException extends Exception { /** * Constructs a new GraphPartChangeException + * * @param output Output * @param ip IP */ @@ -46,6 +48,7 @@ public class GraphPartChangeException extends Exception { /** * Gets the IP + * * @return IP */ public int getIp() { @@ -54,6 +57,7 @@ public class GraphPartChangeException extends Exception { /** * Gets the output + * * @return Output */ public List getOutput() { diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/graph/GraphPartEdge.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/graph/GraphPartEdge.java index 4660e0f0b..192a42c35 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/graph/GraphPartEdge.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/graph/GraphPartEdge.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ @@ -20,6 +20,7 @@ import java.util.Objects; /** * Edge of a graph. Represents a connection between two GraphParts. + * * @author JPEXS */ public class GraphPartEdge { @@ -36,6 +37,7 @@ public class GraphPartEdge { /** * Constructs a new edge + * * @param from From * @param to To */ @@ -46,6 +48,7 @@ public class GraphPartEdge { /** * Hash code + * * @return Hash code */ @Override @@ -58,6 +61,7 @@ public class GraphPartEdge { /** * Equals + * * @param obj Object to compare * @return True if equals */ @@ -84,6 +88,7 @@ public class GraphPartEdge { /** * To string + * * @return String representation */ @Override diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/graph/GraphPartMarkedArrayList.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/graph/GraphPartMarkedArrayList.java index c0155283d..eff72c04a 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/graph/GraphPartMarkedArrayList.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/graph/GraphPartMarkedArrayList.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ @@ -22,6 +22,7 @@ import java.util.List; /** * List which can store parts of the graph for each element. + * * @author JPEXS */ public class GraphPartMarkedArrayList extends ArrayList { @@ -38,6 +39,7 @@ public class GraphPartMarkedArrayList extends ArrayList { /** * Constructs GraphPartMarkedArrayList from another collection. + * * @param collection */ @SuppressWarnings("unchecked") @@ -63,6 +65,7 @@ public class GraphPartMarkedArrayList extends ArrayList { /** * Starts new part. + * * @param part Part */ public void startPart(GraphPart part) { @@ -78,6 +81,7 @@ public class GraphPartMarkedArrayList extends ArrayList { /** * Adds element to the collection. + * * @param e element whose presence in this collection is to be ensured * @return true if this collection changed as a result of the call */ @@ -89,6 +93,7 @@ public class GraphPartMarkedArrayList extends ArrayList { /** * Inserts the specified element at the specified position in this list. + * * @param index index at which the specified element is to be inserted * @param element element to be inserted */ @@ -100,6 +105,7 @@ public class GraphPartMarkedArrayList extends ArrayList { /** * Returns the parts at the specified index. + * * @param index index of the element * @return parts at the specified index */ @@ -109,6 +115,7 @@ public class GraphPartMarkedArrayList extends ArrayList { /** * Gets the index of the part in the list. + * * @param part * @return */ @@ -124,6 +131,7 @@ public class GraphPartMarkedArrayList extends ArrayList { /** * Adds all elements from the collection to this collection. + * * @param c collection containing elements to be added to this collection * @return true if this collection changed as a result of the call */ @@ -144,8 +152,9 @@ public class GraphPartMarkedArrayList extends ArrayList { /** * Inserts all elements in the specified collection into this list at the + * * @param index index at which to insert the first element from the - * specified collection + * specified collection * @param c collection containing elements to be added to this list * @return true if this list changed as a result of the call */ @@ -166,6 +175,7 @@ public class GraphPartMarkedArrayList extends ArrayList { /** * Removes the first occurrence of the specified element from this list, if + * * @param o element to be removed from this list, if present * @return true if an element was removed as a result of this call */ @@ -179,6 +189,7 @@ public class GraphPartMarkedArrayList extends ArrayList { /** * Removes the element at the specified position in this list. Shifts any + * * @param index the index of the element to be removed * @return the element that was removed from the list */ @@ -199,6 +210,7 @@ public class GraphPartMarkedArrayList extends ArrayList { /** * Returns a view of the portion of this list between the specified + * * @param fromIndex low endpoint (inclusive) of the subList * @param toIndex high endpoint (exclusive) of the subList * @return a view of the specified range within this list @@ -217,6 +229,7 @@ public class GraphPartMarkedArrayList extends ArrayList { /** * Returns a shallow copy of this ArrayList instance. + * * @return a clone of this ArrayList instance */ @Override @@ -226,6 +239,7 @@ public class GraphPartMarkedArrayList extends ArrayList { /** * Removes from this list all of its elements that are contained in the + * * @param c collection containing elements to be removed from this list * @return true if this list changed as a result of the call */ diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/graph/GraphPartQueue.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/graph/GraphPartQueue.java index 40aead9f8..39188c7ee 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/graph/GraphPartQueue.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/graph/GraphPartQueue.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ @@ -21,6 +21,7 @@ import java.util.LinkedList; /** * Queue of GraphPart objects. + * * @author JPEXS */ public class GraphPartQueue extends LinkedList { @@ -28,7 +29,9 @@ public class GraphPartQueue extends LinkedList { public Loop currentLoop; /** - * Constructs a GraphPartQueue containing the elements of the specified collection. + * Constructs a GraphPartQueue containing the elements of the specified + * collection. + * * @param c */ public GraphPartQueue(Collection c) { diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/graph/GraphPath.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/graph/GraphPath.java index 792741935..912dcc937 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/graph/GraphPath.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/graph/GraphPath.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ @@ -23,6 +23,7 @@ import java.util.Objects; /** * Represents a path in a graph. + * * @author JPEXS */ public class GraphPath implements Serializable { @@ -43,7 +44,9 @@ public class GraphPath implements Serializable { public final String rootName; /** - * Constructs a GraphPath with the given root name, branch IPs and branch indices. + * Constructs a GraphPath with the given root name, branch IPs and branch + * indices. + * * @param rootName Root name * @param branchIps Branch IPs * @param branchIndices Branch indices @@ -56,6 +59,7 @@ public class GraphPath implements Serializable { /** * Constructs a GraphPath with the given branch IPs and branch indices. + * * @param branchIps Branch IPs * @param branchIndices Branch indices */ @@ -74,6 +78,7 @@ public class GraphPath implements Serializable { /** * Checks whether the path starts with the given path. + * * @param p * @return True if the path starts with the given path, false otherwise */ @@ -98,6 +103,7 @@ public class GraphPath implements Serializable { /** * Returns a new parent GraphPath with the given length. + * * @param len Length * @return */ @@ -111,7 +117,9 @@ public class GraphPath implements Serializable { } /** - * Returns a new sub GraphPath with the given branch index and code position. + * Returns a new sub GraphPath with the given branch index and code + * position. + * * @param branchIndex Branch index * @param codePos Code position * @return New sub GraphPath @@ -125,6 +133,7 @@ public class GraphPath implements Serializable { /** * Constructs a GraphPath with the given root name. + * * @param rootName Root name */ public GraphPath(String rootName) { @@ -133,6 +142,7 @@ public class GraphPath implements Serializable { /** * Gets length of the path. + * * @return Length */ public int length() { @@ -141,6 +151,7 @@ public class GraphPath implements Serializable { /** * Gets the branch index at the given index. + * * @param index Index * @return Branch index */ @@ -150,6 +161,7 @@ public class GraphPath implements Serializable { /** * Gets the IP at the given index. + * * @param index Index * @return IP */ @@ -159,6 +171,7 @@ public class GraphPath implements Serializable { /** * Hash code. + * * @return Hash code */ @Override @@ -172,6 +185,7 @@ public class GraphPath implements Serializable { /** * Equals. + * * @param obj Eq * @return */ @@ -205,6 +219,7 @@ public class GraphPath implements Serializable { /** * Hash code for a list of integers. + * * @param arr List of integers * @return Hash code */ @@ -223,6 +238,7 @@ public class GraphPath implements Serializable { /** * Checks whether two lists of integers match. + * * @param arr List of integers * @param arr2 List of integers * @return True if the lists match, false otherwise @@ -241,6 +257,7 @@ public class GraphPath implements Serializable { /** * Returns a string representation of the GraphPath. + * * @return String representation */ @Override diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/graph/GraphSource.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/graph/GraphSource.java index 7af4968f7..2638280fd 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/graph/GraphSource.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/graph/GraphSource.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ @@ -26,18 +26,21 @@ import java.util.Set; /** * Graph source abstract class + * * @author JPEXS */ public abstract class GraphSource implements Serializable { /** * Gets the size of the graph source + * * @return The size of the graph source */ public abstract int size(); /** * Gets the graph source item at the specified position + * * @param pos Position of the graph source item * @return The graph source item at the specified position */ @@ -45,12 +48,14 @@ public abstract class GraphSource implements Serializable { /** * Checks if the graph source is empty + * * @return True if the graph source is empty, false otherwise */ public abstract boolean isEmpty(); /** * Translates the part of the graph source + * * @param graph Graph * @param part Graph part * @param localData Local data @@ -67,12 +72,14 @@ public abstract class GraphSource implements Serializable { /** * Gets the important addresses + * * @return Set of important addresses */ public abstract Set getImportantAddresses(); /** * Converts instruction at the specified position to string + * * @param pos Position of the instruction * @return Instruction as string */ @@ -80,6 +87,7 @@ public abstract class GraphSource implements Serializable { /** * Visits the code + * * @param ip Start position * @param lastIp Last position * @param refs References @@ -142,6 +150,7 @@ public abstract class GraphSource implements Serializable { /** * Visits the code + * * @param alternateEntries Alternate entries * @return References * @throws InterruptedException @@ -163,6 +172,7 @@ public abstract class GraphSource implements Serializable { /** * Converts address to position + * * @param adr Address * @return Position */ @@ -170,6 +180,7 @@ public abstract class GraphSource implements Serializable { /** * Converts address to position + * * @param adr Address * @param nearest Nearest * @return Position @@ -178,6 +189,7 @@ public abstract class GraphSource implements Serializable { /** * Gets the address after the code + * * @return Address after the code */ public long getAddressAfterCode() { @@ -190,6 +202,7 @@ public abstract class GraphSource implements Serializable { /** * Converts position to address + * * @param pos Position * @return Address */ @@ -197,6 +210,7 @@ public abstract class GraphSource implements Serializable { /** * Converts position to address + * * @param pos Position * @param allowPosAfterCode Allow position after code * @return Address diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/graph/GraphSourceItem.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/graph/GraphSourceItem.java index 980fcfd86..814b4a61c 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/graph/GraphSourceItem.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/graph/GraphSourceItem.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ @@ -22,12 +22,14 @@ import java.util.List; /** * Item of Graph source. Usually an instruction. + * * @author JPEXS */ public interface GraphSourceItem extends Serializable, Cloneable { /** * Translate the item to target items. + * * @param localData Local data * @param stack Stack * @param output Output list @@ -39,6 +41,7 @@ public interface GraphSourceItem extends Serializable, Cloneable { /** * Gets the number of stack items that are popped by this item. + * * @param localData Local data * @param stack Stack * @return Number of stack items that are popped by this item @@ -47,6 +50,7 @@ public interface GraphSourceItem extends Serializable, Cloneable { /** * Gets the number of stack items that are pushed by this item. + * * @param localData Local data * @param stack Stack * @return Number of stack items that are pushed by this item @@ -55,49 +59,56 @@ public interface GraphSourceItem extends Serializable, Cloneable { /** * Gets file offset. + * * @return File offset */ public long getFileOffset(); /** * Checks whether this item is a jump. + * * @return True if this item is a jump, false otherwise */ public boolean isJump(); /** * Checks whether this item is a branch. + * * @return True if this item is a branch, false otherwise */ public boolean isBranch(); /** * Checks whether this item is an exit (throw, return, etc.). + * * @return True if this item is an exit, false otherwise */ public boolean isExit(); /** * Gets the address. + * * @return Address */ public long getAddress(); /** * Gets the line offset. + * * @return Line offset */ public long getLineOffset(); /** - * Checks whether the loops are ignored. - * FIXME: What is this, how to use it? + * Checks whether the loops are ignored. FIXME: What is this, how to use it? + * * @return True if the loops are ignored, false otherwise */ public boolean ignoredLoops(); /** * Gets branches + * * @param code Code * @return List of IPs to branch to */ @@ -105,38 +116,45 @@ public interface GraphSourceItem extends Serializable, Cloneable { /** * Checks whether this item is ignored. + * * @return True if this item is ignored, false otherwise */ public boolean isIgnored(); /** * Sets whether this item is ignored. + * * @param ignored True if this item is ignored, false otherwise * @param pos Sub position */ public void setIgnored(boolean ignored, int pos); /** - * Checks whether this item is a DeobfuscatePop instruction. - * It is a special instruction for deobfuscation. - * @return True if this item is a DeobfuscatePop instruction, false otherwise + * Checks whether this item is a DeobfuscatePop instruction. It is a special + * instruction for deobfuscation. + * + * @return True if this item is a DeobfuscatePop instruction, false + * otherwise */ public boolean isDeobfuscatePop(); /** * Gets the line in the high level source code. + * * @return Line */ public int getLine(); /** * Gets the high level source code file name. + * * @return File name */ public String getFile(); /** * Gets length of the item in bytes. + * * @return Length of the item in bytes */ public abstract int getBytesLength(); diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/graph/GraphSourceItemContainer.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/graph/GraphSourceItemContainer.java index 8cff3e55a..a0cf7719c 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/graph/GraphSourceItemContainer.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/graph/GraphSourceItemContainer.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ @@ -22,24 +22,28 @@ import java.util.List; /** * Container for source items. + * * @author JPEXS */ public interface GraphSourceItemContainer { /** * Gets the size of the header. + * * @return The size of the header. */ public long getHeaderSize(); /** * Gets the sizes of the container parts. + * * @return List of sizes of the container parts. */ public List getContainerSizes(); /** * Sets the size of the container part. + * * @param index Index of the container part. * @param size Size of the container part. */ @@ -47,6 +51,7 @@ public interface GraphSourceItemContainer { /** * Gets the ASM source between the specified position. + * * @param pos Index of container part * @return ASM source between the specified position */ @@ -54,6 +59,7 @@ public interface GraphSourceItemContainer { /** * Parses the division + * * @param size Size up to this point * @param lexer Lexer * @return @@ -62,12 +68,15 @@ public interface GraphSourceItemContainer { /** * Gets the names of the registers. - * @return The names of the registers. Map of register index and register name. + * + * @return The names of the registers. Map of register index and register + * name. */ public HashMap getRegNames(); /** * Translates the container to high level code. + * * @param contents List of contents of the container parts * @param lineStartItem Start source item of the line * @param stack Stack @@ -80,6 +89,7 @@ public interface GraphSourceItemContainer { /** * Gets the name of the container. + * * @return The name of the container */ public String getName(); diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/graph/GraphSourceItemPos.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/graph/GraphSourceItemPos.java index d60fbb90e..2431d3b20 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/graph/GraphSourceItemPos.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/graph/GraphSourceItemPos.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ @@ -20,6 +20,7 @@ import java.io.Serializable; /** * Graph source item with a position. + * * @author JPEXS */ public class GraphSourceItemPos implements Serializable { @@ -36,6 +37,7 @@ public class GraphSourceItemPos implements Serializable { /** * Constructs a GraphSourceItemPos + * * @param item Source item * @param pos Position */ diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/graph/GraphTargetItem.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/graph/GraphTargetItem.java index 0276c41f9..40308d498 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/graph/GraphTargetItem.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/graph/GraphTargetItem.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ @@ -52,12 +52,12 @@ import java.util.Set; /** * Graph target item - an item in high level representation of the code. * Decompilation target. + * * @author JPEXS */ public abstract class GraphTargetItem implements Serializable, Cloneable { //Precedence levels - public static final int PRECEDENCE_PRIMARY = 0; public static final int PRECEDENCE_POSTFIX = 1; @@ -129,6 +129,7 @@ public abstract class GraphTargetItem implements Serializable, Cloneable { /** * Gets the line start item + * * @return Line start item */ public GraphSourceItem getLineStartItem() { @@ -137,6 +138,7 @@ public abstract class GraphTargetItem implements Serializable, Cloneable { /** * Converts a value to an item + * * @param r Value * @return Graph target item */ @@ -191,6 +193,7 @@ public abstract class GraphTargetItem implements Serializable, Cloneable { /** * Simplifies something + * * @param it Graph target item * @param implicitCoerce Implicit coerce * @return Simplified graph target item @@ -230,6 +233,7 @@ public abstract class GraphTargetItem implements Serializable, Cloneable { /** * Simplifies this. + * * @param implicitCoerce Implicit coerce * @return Simplified graph target item */ @@ -239,6 +243,7 @@ public abstract class GraphTargetItem implements Serializable, Cloneable { /** * Gets line. + * * @return Line */ public int getLine() { @@ -250,6 +255,7 @@ public abstract class GraphTargetItem implements Serializable, Cloneable { /** * Gets file. + * * @return File */ public String getFile() { @@ -261,6 +267,7 @@ public abstract class GraphTargetItem implements Serializable, Cloneable { /** * Gets first graph part. + * * @return First graph part */ public GraphPart getFirstPart() { @@ -283,6 +290,7 @@ public abstract class GraphTargetItem implements Serializable, Cloneable { /** * Constructs GraphTargetItem + * * @param src Source item * @param lineStartItem Line start item * @param precedence Precedence @@ -293,6 +301,7 @@ public abstract class GraphTargetItem implements Serializable, Cloneable { /** * Constructs GraphTargetItem + * * @param src Source item * @param lineStartItem Line start item * @param precedence Precedence @@ -307,6 +316,7 @@ public abstract class GraphTargetItem implements Serializable, Cloneable { /** * Gets source item + * * @return Source item */ public GraphSourceItem getSrc() { @@ -315,6 +325,7 @@ public abstract class GraphTargetItem implements Serializable, Cloneable { /** * Gets more source items + * * @return More source items */ public List getMoreSrc() { @@ -327,6 +338,7 @@ public abstract class GraphTargetItem implements Serializable, Cloneable { /** * Gets highlight src data + * * @return */ protected HighlightData getSrcData() { @@ -339,6 +351,7 @@ public abstract class GraphTargetItem implements Serializable, Cloneable { /** * Gets position + * * @return Position */ protected int getPos() { @@ -347,6 +360,7 @@ public abstract class GraphTargetItem implements Serializable, Cloneable { /** * Gets needed sources + * * @return Needed sources */ public List getNeededSources() { @@ -365,6 +379,7 @@ public abstract class GraphTargetItem implements Serializable, Cloneable { /** * Converts this to string semicoloned. + * * @param writer Writer * @param localData Local data * @return Writer @@ -386,6 +401,7 @@ public abstract class GraphTargetItem implements Serializable, Cloneable { /** * Checks if semicolon is needed + * * @return True if semicolon is needed */ public boolean needsSemicolon() { @@ -394,6 +410,7 @@ public abstract class GraphTargetItem implements Serializable, Cloneable { /** * Converts this to string as Boolean. + * * @param writer Writer * @param localData Local data * @return Writer @@ -405,6 +422,7 @@ public abstract class GraphTargetItem implements Serializable, Cloneable { /** * Converts this to string as String. + * * @param writer Writer * @param localData Local data * @return Writer @@ -416,6 +434,7 @@ public abstract class GraphTargetItem implements Serializable, Cloneable { /** * Converts this to string as int. + * * @param writer Writer * @param localData Local data * @return Writer @@ -427,6 +446,7 @@ public abstract class GraphTargetItem implements Serializable, Cloneable { /** * Converts this to string as Number. + * * @param writer Writer * @param localData Local data * @return Writer @@ -438,6 +458,7 @@ public abstract class GraphTargetItem implements Serializable, Cloneable { /** * Converts this to string. + * * @return String */ @Override @@ -447,6 +468,7 @@ public abstract class GraphTargetItem implements Serializable, Cloneable { /** * Converts this to string. + * * @param writer Writer * @param localData Local data * @return Writer @@ -465,6 +487,7 @@ public abstract class GraphTargetItem implements Serializable, Cloneable { /** * Converts this to string. + * * @param localData Local data * @return String * @throws InterruptedException @@ -475,6 +498,7 @@ public abstract class GraphTargetItem implements Serializable, Cloneable { /** * Converts this to string. + * * @param localData Local data * @return String * @throws InterruptedException @@ -488,6 +512,7 @@ public abstract class GraphTargetItem implements Serializable, Cloneable { /** * Append this to a writer. + * * @param writer Writer * @param localData Local data * @return Writer @@ -497,6 +522,7 @@ public abstract class GraphTargetItem implements Serializable, Cloneable { /** * Append this to a writer. + * * @param writer Writer * @param localData Local data * @return Writer @@ -508,6 +534,7 @@ public abstract class GraphTargetItem implements Serializable, Cloneable { /** * Append this to a writer. + * * @param writer Writer * @param localData Local data * @param implicitCoerce Implicit coerce @@ -544,6 +571,7 @@ public abstract class GraphTargetItem implements Serializable, Cloneable { /** * Gets precedence. + * * @return Precedence */ public int getPrecedence() { @@ -552,6 +580,7 @@ public abstract class GraphTargetItem implements Serializable, Cloneable { /** * Checks if this can be evaluated statically. + * * @return True if this can be evaluated statically */ public boolean isCompileTime() { @@ -564,6 +593,7 @@ public abstract class GraphTargetItem implements Serializable, Cloneable { /** * Checks if this can be evaluated statically. + * * @param dependencies Dependencies * @return True if this can be evaluated statically */ @@ -573,6 +603,7 @@ public abstract class GraphTargetItem implements Serializable, Cloneable { /** * Checks if this can be evaluated statically. + * * @param dependencies Dependencies * @return True if this can be evaluated statically */ @@ -581,8 +612,9 @@ public abstract class GraphTargetItem implements Serializable, Cloneable { } /** - * Checks whether this has side effects. - * For example function call has side effect, but variable access does not. + * Checks whether this has side effects. For example function call has side + * effect, but variable access does not. + * * @return True if this has side effects */ public boolean hasSideEffect() { @@ -600,6 +632,7 @@ public abstract class GraphTargetItem implements Serializable, Cloneable { /** * Checks whether it is computed via variables. + * * @return True if it is computed via variables */ public boolean isVariableComputed() { @@ -608,6 +641,7 @@ public abstract class GraphTargetItem implements Serializable, Cloneable { /** * Computes EcmaScript result. + * * @return EcmaScript result */ public Object getResult() { @@ -616,6 +650,7 @@ public abstract class GraphTargetItem implements Serializable, Cloneable { /** * Computes EcmaScript result as number. + * * @return EcmaScript result as number */ public Double getResultAsNumber() { @@ -624,6 +659,7 @@ public abstract class GraphTargetItem implements Serializable, Cloneable { /** * Computes EcmaScript result as string. + * * @return EcmaScript result as string */ public String getResultAsString() { @@ -632,6 +668,7 @@ public abstract class GraphTargetItem implements Serializable, Cloneable { /** * Computes EcmaScript result as boolean. + * * @return EcmaScript result as boolean */ public Boolean getResultAsBoolean() { @@ -640,6 +677,7 @@ public abstract class GraphTargetItem implements Serializable, Cloneable { /** * Converts this to string without quotes. + * * @param localData Local data * @return String */ @@ -657,6 +695,7 @@ public abstract class GraphTargetItem implements Serializable, Cloneable { /** * Converts this to string without quotes. + * * @param writer Writer * @param localData Local data * @return Writer @@ -671,6 +710,7 @@ public abstract class GraphTargetItem implements Serializable, Cloneable { /** * Appends this to a writer without quotes. + * * @param writer Writer * @param localData Local data * @return Writer @@ -682,6 +722,7 @@ public abstract class GraphTargetItem implements Serializable, Cloneable { /** * Gets this without coercion. + * * @return This without coercion */ public GraphTargetItem getNotCoerced() { @@ -690,6 +731,7 @@ public abstract class GraphTargetItem implements Serializable, Cloneable { /** * Gets this without coercion and without duplicates. + * * @return This without coercion and without duplicates */ public GraphTargetItem getNotCoercedNoDup() { @@ -698,6 +740,7 @@ public abstract class GraphTargetItem implements Serializable, Cloneable { /** * Gets this through registers. + * * @return This through registers */ public GraphTargetItem getThroughRegister() { @@ -706,6 +749,7 @@ public abstract class GraphTargetItem implements Serializable, Cloneable { /** * Checks whether this needs a new line. + * * @return True if this needs a new line */ public boolean needsNewLine() { @@ -714,6 +758,7 @@ public abstract class GraphTargetItem implements Serializable, Cloneable { /** * Checks whether this handles new line. + * * @return True if this handles new line */ public boolean handlesNewLine() { @@ -722,6 +767,7 @@ public abstract class GraphTargetItem implements Serializable, Cloneable { /** * Converts this to string with new line. + * * @param writer Writer * @param localData Local data * @return Writer @@ -739,6 +785,7 @@ public abstract class GraphTargetItem implements Serializable, Cloneable { /** * Checks whether this is empty. + * * @return True if this is empty */ public boolean isEmpty() { @@ -747,6 +794,7 @@ public abstract class GraphTargetItem implements Serializable, Cloneable { /** * Gets through items that cannot be statically computed. + * * @return Through item that cannot be statically computed */ public GraphTargetItem getThroughNotCompilable() { @@ -755,6 +803,7 @@ public abstract class GraphTargetItem implements Serializable, Cloneable { /** * Gets item through duplicates. + * * @return Item through duplicates */ public GraphTargetItem getThroughDuplicate() { @@ -763,6 +812,7 @@ public abstract class GraphTargetItem implements Serializable, Cloneable { /** * Checks whether the value equals. + * * @param target Target * @return True if the value equals */ @@ -772,6 +822,7 @@ public abstract class GraphTargetItem implements Serializable, Cloneable { /** * Converts this to source (low level code). + * * @param localData Local data * @param generator Source generator * @return Source @@ -783,6 +834,7 @@ public abstract class GraphTargetItem implements Serializable, Cloneable { /** * Converts this to source (low level code) and ignore return value. + * * @param localData Local data * @param generator Source generator * @return Source @@ -797,6 +849,7 @@ public abstract class GraphTargetItem implements Serializable, Cloneable { /** * Converts this to source (low level code). with BinaryOp + * * @param op Binary operation * @param action Action * @return Source @@ -809,6 +862,7 @@ public abstract class GraphTargetItem implements Serializable, Cloneable { /** * Merges Object list to one list of GraphTargetItems + * * @param localData Local data * @param gen Source generator * @param tar Objects @@ -844,12 +898,14 @@ public abstract class GraphTargetItem implements Serializable, Cloneable { /** * Checks whether this has return value. + * * @return True if this has return value */ public abstract boolean hasReturnValue(); /** * Gets all sub items. + * * @return All sub items */ public List getAllSubItems() { @@ -867,6 +923,7 @@ public abstract class GraphTargetItem implements Serializable, Cloneable { /** * Gets all sub items recursively. + * * @return All sub items recursively */ public Set getAllSubItemsRecursively() { @@ -882,6 +939,7 @@ public abstract class GraphTargetItem implements Serializable, Cloneable { /** * Visits this recursively. + * * @param visitor Visitor */ public final void visitRecursively(GraphTargetVisitorInterface visitor) { @@ -900,6 +958,7 @@ public abstract class GraphTargetItem implements Serializable, Cloneable { /** * Visits this recursively without using Blocks. + * * @param visitor Visitor */ public final void visitRecursivelyNoBlock(GraphTargetVisitorInterface visitor) { @@ -918,6 +977,7 @@ public abstract class GraphTargetItem implements Serializable, Cloneable { /** * Visits this. + * * @param visitor Visitor */ public void visit(GraphTargetVisitorInterface visitor) { @@ -928,6 +988,7 @@ public abstract class GraphTargetItem implements Serializable, Cloneable { /** * Visits this without using Blocks. + * * @param visitor */ public void visitNoBlock(GraphTargetVisitorInterface visitor) { @@ -936,12 +997,14 @@ public abstract class GraphTargetItem implements Serializable, Cloneable { /** * Gets return type. + * * @return */ public abstract GraphTargetItem returnType(); /** * Clone this. + * * @return Cloned item */ @Override @@ -955,6 +1018,7 @@ public abstract class GraphTargetItem implements Serializable, Cloneable { /** * Inverts this item. + * * @param src Source item * @return Inverted item */ @@ -964,6 +1028,7 @@ public abstract class GraphTargetItem implements Serializable, Cloneable { /** * Appends this to a writer. + * * @param prevLineItem Previous line item * @param writer Writer * @param localData Local data @@ -1005,6 +1070,7 @@ public abstract class GraphTargetItem implements Serializable, Cloneable { /** * Append this to a writer as a Block. + * * @param prevLineItem * @param writer * @param localData @@ -1019,6 +1085,7 @@ public abstract class GraphTargetItem implements Serializable, Cloneable { /** * Gets this as long. + * * @return */ public long getAsLong() { @@ -1032,6 +1099,7 @@ public abstract class GraphTargetItem implements Serializable, Cloneable { /** * Checks whether this is identical to other. + * * @param other Other * @return True if this is identical to other */ @@ -1041,6 +1109,7 @@ public abstract class GraphTargetItem implements Serializable, Cloneable { /** * Alternative of Objects.equals() for GraphTargetItem. + * * @param o1 Object 1 * @param o2 Object 2 * @return True if objects are value equal diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/graph/GraphTargetVisitorInterface.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/graph/GraphTargetVisitorInterface.java index a04e661d7..f32669e22 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/graph/GraphTargetVisitorInterface.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/graph/GraphTargetVisitorInterface.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ @@ -20,18 +20,21 @@ import java.util.Collection; /** * Graph source visitor interface. + * * @author JPEXS */ public interface GraphTargetVisitorInterface { /** * Visits a graph target item. + * * @param item Graph target item */ public void visit(GraphTargetItem item); /** * Visits all graph target items. + * * @param items Collection of graph target items */ public void visitAll(Collection items); diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/graph/Loop.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/graph/Loop.java index 65efaaf14..6e63091fb 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/graph/Loop.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/graph/Loop.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ @@ -25,6 +25,7 @@ import java.util.Set; /** * A loop in a graph. + * * @author JPEXS */ public class Loop implements Serializable { @@ -40,9 +41,9 @@ public class Loop implements Serializable { public GraphPart loopBreak; /** - * Precontinue part of the loop. - * A precontinue is a part of the loop that is executed before the continue part. - * Example of this is a for loop with continue statement. + * Precontinue part of the loop. A precontinue is a part of the loop that is + * executed before the continue part. Example of this is a for loop with + * continue statement. */ public GraphPart loopPreContinue; @@ -77,8 +78,8 @@ public class Loop implements Serializable { public int reachableMark; /** - * Phase of the loop. - * The decompiler marks here whether the loop is already processed or not. + * Phase of the loop. The decompiler marks here whether the loop is already + * processed or not. */ public int phase; @@ -89,6 +90,7 @@ public class Loop implements Serializable { /** * Constructs a loop + * * @param id Unique id of the loop * @param loopContinue Continue part of the loop * @param loopBreak Break part of the loop @@ -101,6 +103,7 @@ public class Loop implements Serializable { /** * To string method + * * @return String representation of the loop */ @Override @@ -119,6 +122,7 @@ public class Loop implements Serializable { /** * Hash code + * * @return Hash code of the loop */ @Override @@ -130,6 +134,7 @@ public class Loop implements Serializable { /** * Equals + * * @param obj Object to compare * @return True if the object is equal to this loop */ diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/graph/MarkItem.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/graph/MarkItem.java index c36269e5f..c24c4c602 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/graph/MarkItem.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/graph/MarkItem.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ @@ -22,6 +22,7 @@ import com.jpexs.decompiler.graph.model.LocalData; /** * Special item for marking a position in the graph. + * * @author JPEXS */ public class MarkItem extends GraphTargetItem { @@ -33,6 +34,7 @@ public class MarkItem extends GraphTargetItem { /** * Constructs a new mark item. + * * @param mark Mark string */ public MarkItem(String mark) { @@ -42,6 +44,7 @@ public class MarkItem extends GraphTargetItem { /** * Appends this item to the writer. + * * @param writer Writer * @param localData Local data * @return @@ -53,6 +56,7 @@ public class MarkItem extends GraphTargetItem { /** * Gets the mark string. + * * @return */ public String getMark() { @@ -61,6 +65,7 @@ public class MarkItem extends GraphTargetItem { /** * Checks if this item is empty. + * * @return Always true */ @Override @@ -70,6 +75,7 @@ public class MarkItem extends GraphTargetItem { /** * Checks if this item has a return value. + * * @return Always false */ @Override @@ -79,6 +85,7 @@ public class MarkItem extends GraphTargetItem { /** * Gets the return type of this item. + * * @return Unbounded */ @Override diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/graph/NotCompileTimeItem.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/graph/NotCompileTimeItem.java index 5831ce8af..2f2e67b3e 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/graph/NotCompileTimeItem.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/graph/NotCompileTimeItem.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ @@ -22,6 +22,7 @@ import java.util.Set; /** * An item that cannot be statically computed. + * * @author JPEXS */ public class NotCompileTimeItem extends GraphTargetItem { @@ -33,6 +34,7 @@ public class NotCompileTimeItem extends GraphTargetItem { /** * Constructs a new NotCompileTimeItem. + * * @param instruction Instruction * @param lineStartIns Line start instruction * @param object Object that cannot be statically computed @@ -44,6 +46,7 @@ public class NotCompileTimeItem extends GraphTargetItem { /** * Whether this item can be computed statically. + * * @param dependencies Dependencies * @return Whether this item can be computed statically */ @@ -52,9 +55,9 @@ public class NotCompileTimeItem extends GraphTargetItem { return false; } - /** * Gets through the object that cannot be statically computed. + * * @return Through the object that cannot be statically computed */ @Override @@ -67,6 +70,7 @@ public class NotCompileTimeItem extends GraphTargetItem { /** * Appends this item to the writer. + * * @param writer Writer * @param localData Local data * @return Writer @@ -79,6 +83,7 @@ public class NotCompileTimeItem extends GraphTargetItem { /** * Whether this item has a return value. + * * @return Whether this item has a return value */ @Override @@ -88,6 +93,7 @@ public class NotCompileTimeItem extends GraphTargetItem { /** * Gets the return type of this item. + * * @return Return type of this item */ @Override diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/graph/NotEqualsTypeItem.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/graph/NotEqualsTypeItem.java index f09875412..2af57b0a3 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/graph/NotEqualsTypeItem.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/graph/NotEqualsTypeItem.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ @@ -20,6 +20,7 @@ import com.jpexs.decompiler.graph.model.BinaryOp; /** * Not equals type item. + * * @author JPEXS */ public interface NotEqualsTypeItem extends BinaryOp { diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/graph/ScopeStack.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/graph/ScopeStack.java index a41e1ecf1..908cfe24a 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/graph/ScopeStack.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/graph/ScopeStack.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ @@ -18,12 +18,14 @@ package com.jpexs.decompiler.graph; /** * Stack for scope. + * * @author JPEXS */ public class ScopeStack extends TranslateStack { /** * Constructs a new ScopeStack. + * * @param allowEmpty Whether empty stack is allowed */ public ScopeStack(boolean allowEmpty) { diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/graph/SecondPassData.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/graph/SecondPassData.java index a68467329..9c04b4f4f 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/graph/SecondPassData.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/graph/SecondPassData.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ @@ -21,6 +21,7 @@ import java.util.Set; /** * Second pass data. + * * @author JPEXS */ public class SecondPassData { diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/graph/SecondPassException.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/graph/SecondPassException.java index cd9d0eb7c..58176f54a 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/graph/SecondPassException.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/graph/SecondPassException.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ @@ -18,6 +18,7 @@ package com.jpexs.decompiler.graph; /** * Second pass exception. + * * @author JPEXS */ public class SecondPassException extends RuntimeException { @@ -29,6 +30,7 @@ public class SecondPassException extends RuntimeException { /** * Constructs a new SecondPassException. + * * @param data Second pass data */ public SecondPassException(SecondPassData data) { @@ -37,6 +39,7 @@ public class SecondPassException extends RuntimeException { /** * Gets the second pass data. + * * @return Second pass data */ public SecondPassData getData() { diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/graph/SimpleValue.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/graph/SimpleValue.java index 08452d75e..6e177c513 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/graph/SimpleValue.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/graph/SimpleValue.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ @@ -18,6 +18,7 @@ package com.jpexs.decompiler.graph; /** * Simple value interface. + * * @author JPEXS */ public interface SimpleValue { diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/graph/SourceGenerator.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/graph/SourceGenerator.java index 41f2c5aeb..d79dfa6f3 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/graph/SourceGenerator.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/graph/SourceGenerator.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ @@ -38,12 +38,14 @@ import java.util.List; /** * Source generator interface. A low-level code generator. + * * @author JPEXS */ public interface SourceGenerator { /** * Generates source code for PushItem. + * * @param localData Local data * @param item PushItem * @return List of GraphSourceItem @@ -53,6 +55,7 @@ public interface SourceGenerator { /** * Generates source code for PopItem. + * * @param localData Local data * @param item PopItem * @return List of GraphSourceItem @@ -62,6 +65,7 @@ public interface SourceGenerator { /** * Generates source code for TrueItem. + * * @param localData Local data * @param item TrueItem * @return List of GraphSourceItem @@ -71,6 +75,7 @@ public interface SourceGenerator { /** * Generates source code for FalseItem. + * * @param localData Local data * @param item FalseItem * @return List of GraphSourceItem @@ -80,6 +85,7 @@ public interface SourceGenerator { /** * Generates source code for AndItem. + * * @param localData Local data * @param item AndItem * @return List of GraphSourceItem @@ -89,6 +95,7 @@ public interface SourceGenerator { /** * Generates source code for OrItem. + * * @param localData Local data * @param item OrItem * @return List of GraphSourceItem @@ -98,6 +105,7 @@ public interface SourceGenerator { /** * Generates source code for IfItem. + * * @param localData Local data * @param item IfItem * @return List of GraphSourceItem @@ -107,6 +115,7 @@ public interface SourceGenerator { /** * Generates source code for TernarOpItem. + * * @param localData Local data * @param item TernarOpItem * @return List of GraphSourceItem @@ -116,6 +125,7 @@ public interface SourceGenerator { /** * Generates source code for WhileItem. + * * @param localData Local data * @param item WhileItem * @return List of GraphSourceItem @@ -125,6 +135,7 @@ public interface SourceGenerator { /** * Generates source code for DoWhileItem. + * * @param localData Local data * @param item DoWhileItem * @return List of GraphSourceItem @@ -134,6 +145,7 @@ public interface SourceGenerator { /** * Generates source code for ForItem. + * * @param localData Local data * @param item ForItem * @return List of GraphSourceItem @@ -143,6 +155,7 @@ public interface SourceGenerator { /** * Generates source code for SwitchItem. + * * @param localData Local data * @param item SwitchItem * @return List of GraphSourceItem @@ -152,6 +165,7 @@ public interface SourceGenerator { /** * Generates source code for NotItem. + * * @param localData Local data * @param item NotItem * @return List of GraphSourceItem @@ -161,6 +175,7 @@ public interface SourceGenerator { /** * Generates source code for DuplicateItem. + * * @param localData Local data * @param item DuplicateItem * @return List of GraphSourceItem @@ -170,6 +185,7 @@ public interface SourceGenerator { /** * Generates source code for BreakItem. + * * @param localData Local data * @param item BreakItem * @return List of GraphSourceItem @@ -179,6 +195,7 @@ public interface SourceGenerator { /** * Generates source code for ContinueItem. + * * @param localData Local data * @param item ContinueItem * @return List of GraphSourceItem @@ -188,6 +205,7 @@ public interface SourceGenerator { /** * Generates source code for commands. + * * @param localData Local data * @param commands List of GraphTargetItem * @return List of GraphSourceItem @@ -197,6 +215,7 @@ public interface SourceGenerator { /** * Generates source code for CommaExpressionItem. + * * @param localData Local data * @param item CommaExpressionItem * @param withReturnValue If true, the return value is used @@ -207,6 +226,7 @@ public interface SourceGenerator { /** * Generates source code for TypeItem. + * * @param localData Local data * @param item TypeItem * @return List of GraphSourceItem @@ -216,6 +236,7 @@ public interface SourceGenerator { /** * Generates DiscardValue action. + * * @param localData Local data * @param item GraphTargetItem * @return List of GraphSourceItem diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/graph/StopPartKind.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/graph/StopPartKind.java index 63ef25a9c..9947e5fb6 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/graph/StopPartKind.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/graph/StopPartKind.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ @@ -18,6 +18,7 @@ package com.jpexs.decompiler.graph; /** * Kind of stop part. + * * @author JPEXS */ public enum StopPartKind { diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/graph/ThrowState.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/graph/ThrowState.java index 431abe6b5..b549e78dc 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/graph/ThrowState.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/graph/ThrowState.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ @@ -21,6 +21,7 @@ import java.util.Set; /** * State of throwing exception in a method. + * * @author JPEXS */ public class ThrowState { @@ -57,6 +58,7 @@ public class ThrowState { /** * Hash code + * * @return Hash code */ @Override @@ -68,6 +70,7 @@ public class ThrowState { /** * Equals + * * @param obj Object * @return True if equals */ diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/graph/TranslateException.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/graph/TranslateException.java index 2aecee761..463cc2ede 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/graph/TranslateException.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/graph/TranslateException.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ @@ -18,12 +18,14 @@ package com.jpexs.decompiler.graph; /** * Exception thrown when there is a problem with translating the graph. + * * @author JPEXS */ public class TranslateException extends RuntimeException { /** * Constructs new TranslateException with the specified detail message. + * * @param s The detail message. */ public TranslateException(String s) { diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/graph/TranslateStack.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/graph/TranslateStack.java index 8cc9e31af..9b0bc1b8d 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/graph/TranslateStack.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/graph/TranslateStack.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ @@ -23,6 +23,7 @@ import java.util.logging.Logger; /** * Stack for translation. + * * @author JPEXS */ public class TranslateStack extends Stack { @@ -48,6 +49,7 @@ public class TranslateStack extends Stack { /** * Constructs new TranslateStack with the specified path. + * * @param path The path. */ public TranslateStack(String path) { @@ -56,6 +58,7 @@ public class TranslateStack extends Stack { /** * Gets the path. + * * @return The path. */ public String getPath() { @@ -64,6 +67,7 @@ public class TranslateStack extends Stack { /** * Gets the pop item. + * * @return The pop item. */ private PopItem getPop() { @@ -76,6 +80,7 @@ public class TranslateStack extends Stack { /** * Gets the item at the specified index. + * * @param index index of the element to return * @return The element at the specified position in this list */ @@ -92,6 +97,7 @@ public class TranslateStack extends Stack { /** * Gets the item at the top of the stack. + * * @return The item at the top of the stack. */ @Override @@ -107,6 +113,7 @@ public class TranslateStack extends Stack { /** * Gets the item at the specified index from the top of the stack. + * * @param index The index. * @return The item at the specified index from the top of the stack. */ @@ -122,6 +129,7 @@ public class TranslateStack extends Stack { /** * Pop the item at the top of the stack. + * * @return The item at the top of the stack. */ @Override diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/graph/TypeFunctionItem.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/graph/TypeFunctionItem.java index 257e3c376..ce9629fc0 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/graph/TypeFunctionItem.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/graph/TypeFunctionItem.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ @@ -23,6 +23,7 @@ import java.util.Objects; /** * Represents a function type. + * * @author JPEXS */ public class TypeFunctionItem extends GraphTargetItem { @@ -41,6 +42,7 @@ public class TypeFunctionItem extends GraphTargetItem { /** * Creates a new instance of TypeFunctionItem + * * @param fullTypeName Full type name */ public TypeFunctionItem(String fullTypeName) { @@ -50,6 +52,7 @@ public class TypeFunctionItem extends GraphTargetItem { /** * Hash code + * * @return Hash code */ @Override @@ -61,6 +64,7 @@ public class TypeFunctionItem extends GraphTargetItem { /** * Equals + * * @param obj Object to compare * @return True if equal */ @@ -78,6 +82,7 @@ public class TypeFunctionItem extends GraphTargetItem { /** * Appends to writer + * * @param writer Writer * @param localData Local data * @return Writer @@ -91,6 +96,7 @@ public class TypeFunctionItem extends GraphTargetItem { /** * Gets the return type + * * @return Return type */ @Override @@ -98,9 +104,9 @@ public class TypeFunctionItem extends GraphTargetItem { return this; } - /** * Checks whether this function has a return value + * * @return True if has a return value */ @Override @@ -110,6 +116,7 @@ public class TypeFunctionItem extends GraphTargetItem { /** * Returns a string representation of this function + * * @return String representation */ @Override diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/graph/TypeItem.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/graph/TypeItem.java index 4fa0660eb..a64ed21cb 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/graph/TypeItem.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/graph/TypeItem.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ @@ -28,12 +28,12 @@ import java.util.Objects; /** * Type item. + * * @author JPEXS */ public class TypeItem extends GraphTargetItem { //Basic type items - public static TypeItem BOOLEAN = new TypeItem(DottedChain.BOOLEAN); public static TypeItem STRING = new TypeItem(DottedChain.STRING); @@ -64,6 +64,7 @@ public class TypeItem extends GraphTargetItem { /** * Constructs a new instance of TypeItem + * * @param s Full type name */ public TypeItem(String s) { @@ -72,6 +73,7 @@ public class TypeItem extends GraphTargetItem { /** * Constructs a new instance of TypeItem + * * @param s Full type name * @param ns Namespace */ @@ -81,6 +83,7 @@ public class TypeItem extends GraphTargetItem { /** * Constructs a new instance of TypeItem + * * @param fullTypeName Full type name */ public TypeItem(DottedChain fullTypeName) { @@ -89,6 +92,7 @@ public class TypeItem extends GraphTargetItem { /** * Constructs a new instance of TypeItem + * * @param fullTypeName Full type name * @param ns Namespace */ @@ -98,6 +102,7 @@ public class TypeItem extends GraphTargetItem { /** * Constructs a new instance of TypeItem + * * @param fullTypeName Full type name * @param subtypes Subtypes * @param ns Namespace @@ -110,6 +115,7 @@ public class TypeItem extends GraphTargetItem { /** * Hash code + * * @return Hash code */ @Override @@ -122,6 +128,7 @@ public class TypeItem extends GraphTargetItem { /** * Equals + * * @param obj Object to compare * @return True if equal */ @@ -145,6 +152,7 @@ public class TypeItem extends GraphTargetItem { /** * Appends to writer + * * @param writer Writer * @param localData Local data * @return Writer @@ -165,6 +173,7 @@ public class TypeItem extends GraphTargetItem { /** * Gets the return type + * * @return Return type */ @Override @@ -174,6 +183,7 @@ public class TypeItem extends GraphTargetItem { /** * Checks whether this function has a return value + * * @return True if has a return value */ @Override @@ -183,6 +193,7 @@ public class TypeItem extends GraphTargetItem { /** * Returns a string representation of this function + * * @return String representation */ @Override @@ -192,6 +203,7 @@ public class TypeItem extends GraphTargetItem { /** * Converts this item to low-level source code. + * * @param localData Local data * @param generator Source generator * @return List of graph source items diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/graph/model/AndItem.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/graph/model/AndItem.java index 2f1990aeb..b3161bee7 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/graph/model/AndItem.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/graph/model/AndItem.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ @@ -28,6 +28,7 @@ import java.util.List; /** * Logical AND. + * * @author JPEXS */ public class AndItem extends BinaryOpItem implements CompoundableBinaryOp { diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/graph/model/AnyItem.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/graph/model/AnyItem.java index 08bb7ee72..60c754000 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/graph/model/AnyItem.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/graph/model/AnyItem.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ @@ -22,6 +22,7 @@ import com.jpexs.decompiler.graph.TypeItem; /** * Any item. + * * @author JPEXS */ public class AnyItem extends GraphTargetItem { diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/graph/model/BinaryOp.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/graph/model/BinaryOp.java index a98ae4080..f92230f21 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/graph/model/BinaryOp.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/graph/model/BinaryOp.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ @@ -21,8 +21,8 @@ import com.jpexs.decompiler.graph.GraphTargetItem; import java.util.List; /** - * Binary operation interface. - * Operation on two operands. + * Binary operation interface. Operation on two operands. + * * @author JPEXS */ public interface BinaryOp { diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/graph/model/BinaryOpItem.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/graph/model/BinaryOpItem.java index 3983f2ad6..912ab4cf2 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/graph/model/BinaryOpItem.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/graph/model/BinaryOpItem.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ @@ -28,8 +28,8 @@ import java.util.Objects; import java.util.Set; /** - * Binary operation. - * Operation on two operands. + * Binary operation. Operation on two operands. + * * @author JPEXS */ public abstract class BinaryOpItem extends GraphTargetItem implements BinaryOp { @@ -94,7 +94,7 @@ public abstract class BinaryOpItem extends GraphTargetItem implements BinaryOp { } return writer; } - + protected void operandToString(GraphTargetItem operand, GraphTextWriter writer, LocalData localData) throws InterruptedException { operand.toString(writer, localData, ""); } diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/graph/model/BlockItem.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/graph/model/BlockItem.java index 4e8d7664e..da5010914 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/graph/model/BlockItem.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/graph/model/BlockItem.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ @@ -29,6 +29,7 @@ import java.util.List; /** * Block. + * * @author JPEXS */ public class BlockItem extends GraphTargetItem { diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/graph/model/BranchStackResistant.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/graph/model/BranchStackResistant.java index f25193e65..ec53e0ad0 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/graph/model/BranchStackResistant.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/graph/model/BranchStackResistant.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/graph/model/BreakItem.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/graph/model/BreakItem.java index a49639a68..834d4ece0 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/graph/model/BreakItem.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/graph/model/BreakItem.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ @@ -28,6 +28,7 @@ import java.util.List; /** * Break statement. + * * @author JPEXS */ public class BreakItem extends GraphTargetItem { diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/graph/model/Callable.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/graph/model/Callable.java index 3132e3ca4..4bef1a735 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/graph/model/Callable.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/graph/model/Callable.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ @@ -20,6 +20,7 @@ import java.util.List; /** * Callable interface. + * * @author JPEXS */ public interface Callable { diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/graph/model/CommaExpressionItem.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/graph/model/CommaExpressionItem.java index 94c4d8b7e..fdd80c795 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/graph/model/CommaExpressionItem.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/graph/model/CommaExpressionItem.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ @@ -28,6 +28,7 @@ import java.util.List; /** * Comma expression. + * * @author JPEXS */ public class CommaExpressionItem extends GraphTargetItem { diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/graph/model/CommentItem.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/graph/model/CommentItem.java index d8683f1f6..b0a019381 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/graph/model/CommentItem.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/graph/model/CommentItem.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ @@ -22,6 +22,7 @@ import com.jpexs.decompiler.graph.TypeItem; /** * Comment item. + * * @author JPEXS */ public class CommentItem extends GraphTargetItem { diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/graph/model/CompoundableBinaryOp.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/graph/model/CompoundableBinaryOp.java index ac5049c64..67c4fa9d6 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/graph/model/CompoundableBinaryOp.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/graph/model/CompoundableBinaryOp.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ @@ -18,6 +18,7 @@ package com.jpexs.decompiler.graph.model; /** * Compoundable binary operation interface. + * * @author JPEXS */ public interface CompoundableBinaryOp extends BinaryOp { diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/graph/model/ContinueItem.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/graph/model/ContinueItem.java index fb74323b8..51d0b38f2 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/graph/model/ContinueItem.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/graph/model/ContinueItem.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ @@ -28,6 +28,7 @@ import java.util.List; /** * Continue statement. + * * @author JPEXS */ public class ContinueItem extends GraphTargetItem { diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/graph/model/DefaultItem.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/graph/model/DefaultItem.java index ca583f664..c2b0348a4 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/graph/model/DefaultItem.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/graph/model/DefaultItem.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/graph/model/DoWhileItem.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/graph/model/DoWhileItem.java index 9cb379f8d..d9d7d04ea 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/graph/model/DoWhileItem.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/graph/model/DoWhileItem.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ @@ -33,6 +33,7 @@ import java.util.List; /** * Do-while loop. + * * @author JPEXS */ public class DoWhileItem extends LoopItem implements Block { diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/graph/model/DuplicateItem.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/graph/model/DuplicateItem.java index cdba273b0..0912697f6 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/graph/model/DuplicateItem.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/graph/model/DuplicateItem.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ @@ -29,6 +29,7 @@ import java.util.Set; /** * Duplicate item. + * * @author JPEXS */ public class DuplicateItem extends GraphTargetItem implements SimpleValue { diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/graph/model/EmptyCommand.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/graph/model/EmptyCommand.java index 515400cd6..a11d7e807 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/graph/model/EmptyCommand.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/graph/model/EmptyCommand.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ @@ -22,6 +22,7 @@ import com.jpexs.decompiler.graph.TypeItem; /** * Empty command. + * * @author JPEXS */ public class EmptyCommand extends GraphTargetItem { diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/graph/model/ExitItem.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/graph/model/ExitItem.java index f1c1e1112..db26dcbb4 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/graph/model/ExitItem.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/graph/model/ExitItem.java @@ -1,24 +1,24 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ package com.jpexs.decompiler.graph.model; /** - * Exit item interface. - * Commands like return, throw, etc... + * Exit item interface. Commands like return, throw, etc... + * * @author JPEXS */ public interface ExitItem { diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/graph/model/FalseItem.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/graph/model/FalseItem.java index 3e3c9e6db..ca1fe1d08 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/graph/model/FalseItem.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/graph/model/FalseItem.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ @@ -29,6 +29,7 @@ import java.util.Set; /** * False value. + * * @author JPEXS */ public class FalseItem extends GraphTargetItem implements LogicalOpItem, SimpleValue { diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/graph/model/ForItem.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/graph/model/ForItem.java index 47cb91a0c..77270b127 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/graph/model/ForItem.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/graph/model/ForItem.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ @@ -33,6 +33,7 @@ import java.util.List; /** * For loop. + * * @author JPEXS */ public class ForItem extends LoopItem implements Block { diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/graph/model/GotoItem.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/graph/model/GotoItem.java index 0bc1287c3..5c88d3dfd 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/graph/model/GotoItem.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/graph/model/GotoItem.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ @@ -27,6 +27,7 @@ import java.util.List; /** * Goto. + * * @author JPEXS */ public class GotoItem extends GraphTargetItem implements Block { diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/graph/model/IfItem.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/graph/model/IfItem.java index 22e86d198..28176647f 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/graph/model/IfItem.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/graph/model/IfItem.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ @@ -33,6 +33,7 @@ import java.util.Set; /** * If statement. + * * @author JPEXS */ public class IfItem extends GraphTargetItem implements Block { diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/graph/model/IntegerValueItem.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/graph/model/IntegerValueItem.java index 879a95e1c..03089ae54 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/graph/model/IntegerValueItem.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/graph/model/IntegerValueItem.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ @@ -24,6 +24,7 @@ import java.util.Set; /** * Integer value. + * * @author JPEXS */ public class IntegerValueItem extends GraphTargetItem implements IntegerValueTypeItem { diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/graph/model/IntegerValueTypeItem.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/graph/model/IntegerValueTypeItem.java index 99b2f5872..755d1d060 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/graph/model/IntegerValueTypeItem.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/graph/model/IntegerValueTypeItem.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ @@ -18,6 +18,7 @@ package com.jpexs.decompiler.graph.model; /** * Interface for items that have integer value type. + * * @author JPEXS */ public interface IntegerValueTypeItem { diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/graph/model/LabelItem.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/graph/model/LabelItem.java index fd84eead3..03b35b05e 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/graph/model/LabelItem.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/graph/model/LabelItem.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ @@ -23,6 +23,7 @@ import com.jpexs.decompiler.graph.TypeItem; /** * Label. + * * @author JPEXS */ public class LabelItem extends GraphTargetItem { diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/graph/model/LocalData.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/graph/model/LocalData.java index 065ccfe5b..2858a0136 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/graph/model/LocalData.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/graph/model/LocalData.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ @@ -29,6 +29,7 @@ import java.util.Set; /** * Local data for decompilation. + * * @author JPEXS */ public class LocalData { diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/graph/model/LogicalOpItem.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/graph/model/LogicalOpItem.java index 361de258b..3d6a8b89f 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/graph/model/LogicalOpItem.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/graph/model/LogicalOpItem.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ @@ -21,6 +21,7 @@ import com.jpexs.decompiler.graph.GraphTargetItem; /** * Logical operation item interface. + * * @author JPEXS */ public interface LogicalOpItem { diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/graph/model/LoopItem.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/graph/model/LoopItem.java index 013cd5c34..6b406847a 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/graph/model/LoopItem.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/graph/model/LoopItem.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ @@ -23,6 +23,7 @@ import java.util.List; /** * Base class for loops. + * * @author JPEXS */ public abstract class LoopItem extends GraphTargetItem { diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/graph/model/NotItem.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/graph/model/NotItem.java index 458cc9d2a..17710ed42 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/graph/model/NotItem.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/graph/model/NotItem.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ @@ -31,6 +31,7 @@ import java.util.Set; /** * Logical NOT. + * * @author JPEXS */ public class NotItem extends UnaryOpItem implements LogicalOpItem, Inverted { diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/graph/model/OrItem.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/graph/model/OrItem.java index 2c831e79f..d36c78b52 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/graph/model/OrItem.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/graph/model/OrItem.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ @@ -28,6 +28,7 @@ import java.util.List; /** * Logical OR. + * * @author JPEXS */ public class OrItem extends BinaryOpItem implements CompoundableBinaryOp { diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/graph/model/ParenthesisItem.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/graph/model/ParenthesisItem.java index a9f8ab12f..36e7ff2f3 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/graph/model/ParenthesisItem.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/graph/model/ParenthesisItem.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ @@ -26,6 +26,7 @@ import java.util.List; /** * Parenthesis. + * * @author JPEXS */ public class ParenthesisItem extends GraphTargetItem { diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/graph/model/PopItem.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/graph/model/PopItem.java index 66c8493ad..5d30bb091 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/graph/model/PopItem.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/graph/model/PopItem.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ @@ -28,6 +28,7 @@ import java.util.List; /** * Pop item from the stack. + * * @author JPEXS */ public class PopItem extends GraphTargetItem { diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/graph/model/PushItem.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/graph/model/PushItem.java index 31783060f..79b5ff3e9 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/graph/model/PushItem.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/graph/model/PushItem.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ @@ -28,6 +28,7 @@ import java.util.Objects; /** * Push item on the stack. + * * @author JPEXS */ public class PushItem extends GraphTargetItem { diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/graph/model/ScriptEndItem.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/graph/model/ScriptEndItem.java index 109963608..b76015df6 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/graph/model/ScriptEndItem.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/graph/model/ScriptEndItem.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ @@ -22,6 +22,7 @@ import com.jpexs.decompiler.graph.TypeItem; /** * Script end. + * * @author JPEXS */ public class ScriptEndItem extends GraphTargetItem implements ExitItem { diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/graph/model/SwitchItem.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/graph/model/SwitchItem.java index cb49113ed..689829603 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/graph/model/SwitchItem.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/graph/model/SwitchItem.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ @@ -33,6 +33,7 @@ import java.util.List; /** * Switch statement. + * * @author JPEXS */ public class SwitchItem extends LoopItem implements Block { diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/graph/model/TernarOpItem.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/graph/model/TernarOpItem.java index 88f5896c8..6669e6fd3 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/graph/model/TernarOpItem.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/graph/model/TernarOpItem.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ @@ -29,6 +29,7 @@ import java.util.Objects; /** * Ternar operator. + * * @author JPEXS */ public class TernarOpItem extends GraphTargetItem { diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/graph/model/TrueItem.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/graph/model/TrueItem.java index 8fa190d84..5c3423f46 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/graph/model/TrueItem.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/graph/model/TrueItem.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ @@ -29,6 +29,7 @@ import java.util.Set; /** * True value. + * * @author JPEXS */ public class TrueItem extends GraphTargetItem implements LogicalOpItem, SimpleValue { diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/graph/model/UnaryOp.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/graph/model/UnaryOp.java index e4903b4b7..162e46e2d 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/graph/model/UnaryOp.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/graph/model/UnaryOp.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ @@ -20,6 +20,7 @@ import com.jpexs.decompiler.graph.GraphTargetItem; /** * Unary operator interface. + * * @author JPEXS */ public interface UnaryOp { diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/graph/model/UnaryOpItem.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/graph/model/UnaryOpItem.java index de626271a..2b20c0847 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/graph/model/UnaryOpItem.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/graph/model/UnaryOpItem.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ @@ -26,6 +26,7 @@ import java.util.Set; /** * Unary operator. + * * @author JPEXS */ public abstract class UnaryOpItem extends GraphTargetItem implements UnaryOp { @@ -146,7 +147,7 @@ public abstract class UnaryOpItem extends GraphTargetItem implements UnaryOp { int hash = 3; return hash; } - + protected void operandToString(GraphTargetItem operand, GraphTextWriter writer, LocalData localData) throws InterruptedException { operand.toString(writer, localData, ""); } diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/graph/model/UnboundedTypeItem.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/graph/model/UnboundedTypeItem.java index d6d2533d6..ca0b5a59c 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/graph/model/UnboundedTypeItem.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/graph/model/UnboundedTypeItem.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ @@ -22,6 +22,7 @@ import com.jpexs.decompiler.graph.GraphTargetItem; /** * Unbounded type. + * * @author JPEXS */ public class UnboundedTypeItem extends AVM2Item { diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/graph/model/UniversalLoopItem.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/graph/model/UniversalLoopItem.java index 9720a9ec6..db10973b0 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/graph/model/UniversalLoopItem.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/graph/model/UniversalLoopItem.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ @@ -25,6 +25,7 @@ import java.util.List; /** * Universal loop. + * * @author JPEXS */ public class UniversalLoopItem extends WhileItem implements Block { diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/graph/model/WhileItem.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/graph/model/WhileItem.java index 811ad5e81..4c6880597 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/graph/model/WhileItem.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/graph/model/WhileItem.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ @@ -33,6 +33,7 @@ import java.util.List; /** * While statement. + * * @author JPEXS */ public class WhileItem extends LoopItem implements Block { diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/graph/model/package-info.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/graph/model/package-info.java index 341ad45ca..d7243ac1b 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/graph/model/package-info.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/graph/model/package-info.java @@ -1,4 +1,4 @@ /** * High-level model of the graph. */ -package com.jpexs.decompiler.graph.model; \ No newline at end of file +package com.jpexs.decompiler.graph.model; diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/graph/package-info.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/graph/package-info.java index c956d64d1..75f32d067 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/graph/package-info.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/graph/package-info.java @@ -1,4 +1,4 @@ /** * Control flow graph and its decompiling. */ -package com.jpexs.decompiler.graph; \ No newline at end of file +package com.jpexs.decompiler.graph; diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/graph/precontinues/DoWhileNode.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/graph/precontinues/DoWhileNode.java index 09682a94d..37e47cf5f 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/graph/precontinues/DoWhileNode.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/graph/precontinues/DoWhileNode.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ @@ -18,6 +18,7 @@ package com.jpexs.decompiler.graph.precontinues; /** * Do-while loop. + * * @author JPEXS */ public class DoWhileNode extends Node { diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/graph/precontinues/GraphPrecontinueDetector.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/graph/precontinues/GraphPrecontinueDetector.java index 9c73c064e..f38843361 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/graph/precontinues/GraphPrecontinueDetector.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/graph/precontinues/GraphPrecontinueDetector.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ @@ -29,7 +29,6 @@ import java.util.Map; import java.util.Set; /** - * * Detects "precontinues" in Graph. A precontinue is target of continue * statement in a for loop. For loop in this case has single backedge. * Precontinue is predeccessor of loops backedge. Precontinue can have branches @@ -371,9 +370,8 @@ public class GraphPrecontinueDetector { return node; } visited.add(node); - + //Note to my future self: Do not make this twoway ifs only since it may break && and || operations in expressions - /* if(a) { diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/graph/precontinues/IfNode.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/graph/precontinues/IfNode.java index 6feec906d..f7f7a3750 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/graph/precontinues/IfNode.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/graph/precontinues/IfNode.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ @@ -18,6 +18,7 @@ package com.jpexs.decompiler.graph.precontinues; /** * If statement. + * * @author JPEXS */ public class IfNode extends Node { diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/graph/precontinues/JoinedNode.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/graph/precontinues/JoinedNode.java index 1e3dd4870..c8601b994 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/graph/precontinues/JoinedNode.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/graph/precontinues/JoinedNode.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ @@ -21,6 +21,7 @@ import java.util.List; /** * Joined nodes. + * * @author JPEXS */ public class JoinedNode extends Node { diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/graph/precontinues/Node.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/graph/precontinues/Node.java index d70361a2c..e44b00532 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/graph/precontinues/Node.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/graph/precontinues/Node.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ @@ -22,6 +22,7 @@ import java.util.List; /** * Node in the graph. + * * @author JPEXS */ public class Node { diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/graph/precontinues/WhileNode.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/graph/precontinues/WhileNode.java index e7c16ccc6..8406876eb 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/graph/precontinues/WhileNode.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/graph/precontinues/WhileNode.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ @@ -18,6 +18,7 @@ package com.jpexs.decompiler.graph.precontinues; /** * While loop. + * * @author JPEXS */ public class WhileNode extends Node { diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/graph/precontinues/package-info.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/graph/precontinues/package-info.java index b1a1b1db4..5b8d2fffe 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/graph/precontinues/package-info.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/graph/precontinues/package-info.java @@ -1,4 +1,4 @@ /** * Detection of precontinues in loops. */ -package com.jpexs.decompiler.graph.precontinues; \ No newline at end of file +package com.jpexs.decompiler.graph.precontinues; diff --git a/libsrc/ffdec_lib/src/com/jpexs/helpers/ByteArrayRange.java b/libsrc/ffdec_lib/src/com/jpexs/helpers/ByteArrayRange.java index 88e6d833c..db6815f95 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/helpers/ByteArrayRange.java +++ b/libsrc/ffdec_lib/src/com/jpexs/helpers/ByteArrayRange.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ @@ -21,6 +21,7 @@ import java.io.Serializable; /** * Byte array range. + * * @author JPEXS */ public class ByteArrayRange implements Serializable { diff --git a/libsrc/ffdec_lib/src/com/jpexs/helpers/Cache.java b/libsrc/ffdec_lib/src/com/jpexs/helpers/Cache.java index cfa3902b2..3170b78e7 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/helpers/Cache.java +++ b/libsrc/ffdec_lib/src/com/jpexs/helpers/Cache.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ @@ -35,9 +35,10 @@ import java.util.logging.Logger; /** * Cache. - * @author JPEXS + * * @param * @param + * @author JPEXS */ public class Cache implements Freed { diff --git a/libsrc/ffdec_lib/src/com/jpexs/helpers/Callback.java b/libsrc/ffdec_lib/src/com/jpexs/helpers/Callback.java index 7585b2a37..b9a5719a5 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/helpers/Callback.java +++ b/libsrc/ffdec_lib/src/com/jpexs/helpers/Callback.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ @@ -19,8 +19,8 @@ package com.jpexs.helpers; /** * Class with helper method. * - * @author JPEXS * @param + * @author JPEXS */ public abstract class Callback { diff --git a/libsrc/ffdec_lib/src/com/jpexs/helpers/CancellableWorker.java b/libsrc/ffdec_lib/src/com/jpexs/helpers/CancellableWorker.java index b5dad2d81..27a3cd0a4 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/helpers/CancellableWorker.java +++ b/libsrc/ffdec_lib/src/com/jpexs/helpers/CancellableWorker.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ @@ -34,8 +34,9 @@ import java.util.logging.Logger; /** * Cancellable worker. - * @author JPEXS + * * @param + * @author JPEXS */ public abstract class CancellableWorker implements RunnableFuture { diff --git a/libsrc/ffdec_lib/src/com/jpexs/helpers/ConcreteClasses.java b/libsrc/ffdec_lib/src/com/jpexs/helpers/ConcreteClasses.java index 155a08a24..85521b742 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/helpers/ConcreteClasses.java +++ b/libsrc/ffdec_lib/src/com/jpexs/helpers/ConcreteClasses.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ @@ -23,6 +23,7 @@ import java.lang.annotation.Target; /** * Concrete classes annotation. + * * @author JPEXS */ @Retention(RetentionPolicy.RUNTIME) diff --git a/libsrc/ffdec_lib/src/com/jpexs/helpers/FakeMemoryInputStream.java b/libsrc/ffdec_lib/src/com/jpexs/helpers/FakeMemoryInputStream.java index 6a72a0067..0e439956b 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/helpers/FakeMemoryInputStream.java +++ b/libsrc/ffdec_lib/src/com/jpexs/helpers/FakeMemoryInputStream.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ diff --git a/libsrc/ffdec_lib/src/com/jpexs/helpers/FileHashMap.java b/libsrc/ffdec_lib/src/com/jpexs/helpers/FileHashMap.java index 3a32992f6..953687cd4 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/helpers/FileHashMap.java +++ b/libsrc/ffdec_lib/src/com/jpexs/helpers/FileHashMap.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ @@ -36,9 +36,10 @@ import java.util.logging.Logger; /** * File hash map. - * @author JPEXS + * * @param * @param + * @author JPEXS */ public class FileHashMap extends AbstractMap implements Freed { diff --git a/libsrc/ffdec_lib/src/com/jpexs/helpers/HashArrayList.java b/libsrc/ffdec_lib/src/com/jpexs/helpers/HashArrayList.java index 5dca2c8a8..e522a5b3c 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/helpers/HashArrayList.java +++ b/libsrc/ffdec_lib/src/com/jpexs/helpers/HashArrayList.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ @@ -22,6 +22,7 @@ import java.util.HashMap; /** * Hash array list. + * * @author JPEXS */ public class HashArrayList extends ArrayList { diff --git a/libsrc/ffdec_lib/src/com/jpexs/helpers/Helper.java b/libsrc/ffdec_lib/src/com/jpexs/helpers/Helper.java index f4a1ad2df..bf5daebb3 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/helpers/Helper.java +++ b/libsrc/ffdec_lib/src/com/jpexs/helpers/Helper.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ @@ -996,7 +996,8 @@ public class Helper { f.set(obj, null); } - } catch (UnsupportedOperationException | SecurityException | IllegalArgumentException | IllegalAccessException ex) { + } catch (UnsupportedOperationException | SecurityException | IllegalArgumentException + | IllegalAccessException ex) { throw new Error(ex); } } diff --git a/libsrc/ffdec_lib/src/com/jpexs/helpers/ImmediateFuture.java b/libsrc/ffdec_lib/src/com/jpexs/helpers/ImmediateFuture.java index be2652372..3c424880e 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/helpers/ImmediateFuture.java +++ b/libsrc/ffdec_lib/src/com/jpexs/helpers/ImmediateFuture.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ @@ -24,8 +24,9 @@ import java.util.concurrent.TimeoutException; /** * Future that happens now. - * @author JPEXS + * * @param + * @author JPEXS */ public class ImmediateFuture implements Future { diff --git a/libsrc/ffdec_lib/src/com/jpexs/helpers/JpegFixer.java b/libsrc/ffdec_lib/src/com/jpexs/helpers/JpegFixer.java index c99d8ef9f..bf6975638 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/helpers/JpegFixer.java +++ b/libsrc/ffdec_lib/src/com/jpexs/helpers/JpegFixer.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ @@ -22,7 +22,7 @@ import java.io.OutputStream; /** * Fixes probles in some JPEGs to be readable by standard viewers. - * + *

* It removes: 1) EOI markers followed by SOI markers 2) EOI SOI on the * beginning of the file 3) Second or more SOI markers in the file * diff --git a/libsrc/ffdec_lib/src/com/jpexs/helpers/JpegMarker.java b/libsrc/ffdec_lib/src/com/jpexs/helpers/JpegMarker.java index a7864ce26..86102fb6f 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/helpers/JpegMarker.java +++ b/libsrc/ffdec_lib/src/com/jpexs/helpers/JpegMarker.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ @@ -21,7 +21,6 @@ import java.util.logging.Level; import java.util.logging.Logger; /** - * * @author JPEXS */ public class JpegMarker { diff --git a/libsrc/ffdec_lib/src/com/jpexs/helpers/LimitedInputStream.java b/libsrc/ffdec_lib/src/com/jpexs/helpers/LimitedInputStream.java index be5788b45..7e04558a5 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/helpers/LimitedInputStream.java +++ b/libsrc/ffdec_lib/src/com/jpexs/helpers/LimitedInputStream.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ @@ -21,6 +21,7 @@ import java.io.InputStream; /** * Input stream that reads only limited number of bytes. + * * @author JPEXS */ public class LimitedInputStream extends InputStream { diff --git a/libsrc/ffdec_lib/src/com/jpexs/helpers/LinkedIdentityHashSet.java b/libsrc/ffdec_lib/src/com/jpexs/helpers/LinkedIdentityHashSet.java index 9f2a8d36a..5de439c03 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/helpers/LinkedIdentityHashSet.java +++ b/libsrc/ffdec_lib/src/com/jpexs/helpers/LinkedIdentityHashSet.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ @@ -26,8 +26,8 @@ import java.util.Set; /** * Identity hash set which maintains insertion order. * - * @author JPEXS * @param Type of elements + * @author JPEXS */ public class LinkedIdentityHashSet implements Set { diff --git a/libsrc/ffdec_lib/src/com/jpexs/helpers/MD5Crypt.java b/libsrc/ffdec_lib/src/com/jpexs/helpers/MD5Crypt.java index b4ade17bb..9c4c00090 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/helpers/MD5Crypt.java +++ b/libsrc/ffdec_lib/src/com/jpexs/helpers/MD5Crypt.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ diff --git a/libsrc/ffdec_lib/src/com/jpexs/helpers/MemoryInputStream.java b/libsrc/ffdec_lib/src/com/jpexs/helpers/MemoryInputStream.java index fc9ed6c9d..e85022d9a 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/helpers/MemoryInputStream.java +++ b/libsrc/ffdec_lib/src/com/jpexs/helpers/MemoryInputStream.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ @@ -21,6 +21,7 @@ import java.io.IOException; /** * Input stream that reads from memory. + * * @author JPEXS */ public class MemoryInputStream extends SeekableInputStream { diff --git a/libsrc/ffdec_lib/src/com/jpexs/helpers/NulStream.java b/libsrc/ffdec_lib/src/com/jpexs/helpers/NulStream.java index 67951ac3a..89fee108e 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/helpers/NulStream.java +++ b/libsrc/ffdec_lib/src/com/jpexs/helpers/NulStream.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ @@ -20,6 +20,7 @@ import java.io.OutputStream; /** * Output stream that writes to nowhere. + * * @author JPEXS */ public class NulStream extends OutputStream { diff --git a/libsrc/ffdec_lib/src/com/jpexs/helpers/Path.java b/libsrc/ffdec_lib/src/com/jpexs/helpers/Path.java index 7ab44d66c..7f9f8e6ca 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/helpers/Path.java +++ b/libsrc/ffdec_lib/src/com/jpexs/helpers/Path.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ @@ -21,6 +21,7 @@ import java.io.IOException; /** * Path helper class. + * * @author JPEXS */ public class Path { diff --git a/libsrc/ffdec_lib/src/com/jpexs/helpers/PosMarkedInputStream.java b/libsrc/ffdec_lib/src/com/jpexs/helpers/PosMarkedInputStream.java index 1d47fb037..28d9d2041 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/helpers/PosMarkedInputStream.java +++ b/libsrc/ffdec_lib/src/com/jpexs/helpers/PosMarkedInputStream.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ @@ -21,6 +21,7 @@ import java.io.InputStream; /** * Input stream that marks the current position. + * * @author JPEXS */ public class PosMarkedInputStream extends InputStream { diff --git a/libsrc/ffdec_lib/src/com/jpexs/helpers/Profiler.java b/libsrc/ffdec_lib/src/com/jpexs/helpers/Profiler.java index b6c73871a..69c89ee4a 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/helpers/Profiler.java +++ b/libsrc/ffdec_lib/src/com/jpexs/helpers/Profiler.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ @@ -21,6 +21,7 @@ import java.util.Map; /** * Profiler class for measuring time of actions. + * * @author JPEXS */ public class Profiler { diff --git a/libsrc/ffdec_lib/src/com/jpexs/helpers/ProgressListener.java b/libsrc/ffdec_lib/src/com/jpexs/helpers/ProgressListener.java index 2c165d40f..1b1b84861 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/helpers/ProgressListener.java +++ b/libsrc/ffdec_lib/src/com/jpexs/helpers/ProgressListener.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ @@ -18,18 +18,21 @@ package com.jpexs.helpers; /** * Progress listener interface for progress reporting and status messages. + * * @author JPEXS */ public interface ProgressListener { /** * Reports progress. + * * @param p Progress in percents (0-100) */ public void progress(int p); /** * Reports status message. + * * @param status Status message */ public void status(String status); diff --git a/libsrc/ffdec_lib/src/com/jpexs/helpers/ReReadableInputStream.java b/libsrc/ffdec_lib/src/com/jpexs/helpers/ReReadableInputStream.java index 8cc79d035..63d208799 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/helpers/ReReadableInputStream.java +++ b/libsrc/ffdec_lib/src/com/jpexs/helpers/ReReadableInputStream.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ @@ -23,6 +23,7 @@ import java.io.InputStream; /** * Stream that can be read multiple times. It stores all read bytes in memory. + * * @author JPEXS */ public class ReReadableInputStream extends SeekableInputStream { diff --git a/libsrc/ffdec_lib/src/com/jpexs/helpers/Reference.java b/libsrc/ffdec_lib/src/com/jpexs/helpers/Reference.java index 8f63d24de..061c9c672 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/helpers/Reference.java +++ b/libsrc/ffdec_lib/src/com/jpexs/helpers/Reference.java @@ -1,26 +1,26 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ package com.jpexs.helpers; /** - * Reference to an object. - * Used for passing objects by reference. - * @author JPEXS + * Reference to an object. Used for passing objects by reference. + * * @param Type of the object + * @author JPEXS */ public class Reference { diff --git a/libsrc/ffdec_lib/src/com/jpexs/helpers/ReflectionTools.java b/libsrc/ffdec_lib/src/com/jpexs/helpers/ReflectionTools.java index c9156252a..b2d843e74 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/helpers/ReflectionTools.java +++ b/libsrc/ffdec_lib/src/com/jpexs/helpers/ReflectionTools.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ @@ -35,6 +35,7 @@ import java.util.regex.Pattern; /** * Reflection tools. + * * @author JPEXS */ public class ReflectionTools { diff --git a/libsrc/ffdec_lib/src/com/jpexs/helpers/Searchable.java b/libsrc/ffdec_lib/src/com/jpexs/helpers/Searchable.java index ce289a8ad..e55174c73 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/helpers/Searchable.java +++ b/libsrc/ffdec_lib/src/com/jpexs/helpers/Searchable.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ @@ -21,6 +21,7 @@ import java.util.Map; /** * Interface for searchable objects. + * * @author JPEXS */ public interface Searchable { diff --git a/libsrc/ffdec_lib/src/com/jpexs/helpers/SerializableImage.java b/libsrc/ffdec_lib/src/com/jpexs/helpers/SerializableImage.java index dc906ff41..8085ab252 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/helpers/SerializableImage.java +++ b/libsrc/ffdec_lib/src/com/jpexs/helpers/SerializableImage.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ @@ -37,6 +37,7 @@ import java.util.Hashtable; /** * Serializable image. + * * @author JPEXS */ public class SerializableImage implements Serializable { diff --git a/libsrc/ffdec_lib/src/com/jpexs/helpers/Stopwatch.java b/libsrc/ffdec_lib/src/com/jpexs/helpers/Stopwatch.java index fad807b1e..5fafb37c8 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/helpers/Stopwatch.java +++ b/libsrc/ffdec_lib/src/com/jpexs/helpers/Stopwatch.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ @@ -20,6 +20,7 @@ import java.util.Date; /** * Stopwatch class for measuring time. + * * @author JPEXS */ public class Stopwatch { diff --git a/libsrc/ffdec_lib/src/com/jpexs/helpers/StreamSearch.java b/libsrc/ffdec_lib/src/com/jpexs/helpers/StreamSearch.java index bd446d846..dc76bdd5e 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/helpers/StreamSearch.java +++ b/libsrc/ffdec_lib/src/com/jpexs/helpers/StreamSearch.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ @@ -25,6 +25,7 @@ import java.util.logging.Logger; /** * Searches for byte sequences in a stream. + * * @author JPEXS */ public class StreamSearch implements Searchable { diff --git a/libsrc/ffdec_lib/src/com/jpexs/helpers/SwfHeaderStreamSearch.java b/libsrc/ffdec_lib/src/com/jpexs/helpers/SwfHeaderStreamSearch.java index 6bb485e5f..3082e2791 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/helpers/SwfHeaderStreamSearch.java +++ b/libsrc/ffdec_lib/src/com/jpexs/helpers/SwfHeaderStreamSearch.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ @@ -25,6 +25,7 @@ import java.util.logging.Logger; /** * Searches for SWF header in a stream. + * * @author JPEXS */ public class SwfHeaderStreamSearch implements Searchable { diff --git a/libsrc/ffdec_lib/src/com/jpexs/helpers/XmlPrettyFormat.java b/libsrc/ffdec_lib/src/com/jpexs/helpers/XmlPrettyFormat.java index 0f77a8d39..d0d56ae7b 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/helpers/XmlPrettyFormat.java +++ b/libsrc/ffdec_lib/src/com/jpexs/helpers/XmlPrettyFormat.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ @@ -33,6 +33,7 @@ import javax.xml.transform.stream.StreamSource; /** * Pretty formats XML. + * * @author JPEXS */ public class XmlPrettyFormat { diff --git a/libsrc/ffdec_lib/src/com/jpexs/helpers/package-info.java b/libsrc/ffdec_lib/src/com/jpexs/helpers/package-info.java index 100816b1d..c7b7c46fa 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/helpers/package-info.java +++ b/libsrc/ffdec_lib/src/com/jpexs/helpers/package-info.java @@ -1,4 +1,4 @@ /** * Helpers. */ -package com.jpexs.helpers; \ No newline at end of file +package com.jpexs.helpers; diff --git a/libsrc/ffdec_lib/src/com/jpexs/helpers/plugin/CharSequenceJavaFileObject.java b/libsrc/ffdec_lib/src/com/jpexs/helpers/plugin/CharSequenceJavaFileObject.java index 32a50e613..3cf305381 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/helpers/plugin/CharSequenceJavaFileObject.java +++ b/libsrc/ffdec_lib/src/com/jpexs/helpers/plugin/CharSequenceJavaFileObject.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, Miron Sadziak, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ @@ -21,6 +21,7 @@ import javax.tools.SimpleJavaFileObject; /** * A file object used to represent source coming from a string. + * * @author JPEXS */ public class CharSequenceJavaFileObject extends SimpleJavaFileObject { diff --git a/libsrc/ffdec_lib/src/com/jpexs/helpers/plugin/ClassFileManager.java b/libsrc/ffdec_lib/src/com/jpexs/helpers/plugin/ClassFileManager.java index b18f69d61..6dbfde630 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/helpers/plugin/ClassFileManager.java +++ b/libsrc/ffdec_lib/src/com/jpexs/helpers/plugin/ClassFileManager.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, Miron Sadziak, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ @@ -27,6 +27,7 @@ import javax.tools.StandardJavaFileManager; /** * A file manager used to store the compiled classes. + * * @author JPEXS */ public class ClassFileManager extends diff --git a/libsrc/ffdec_lib/src/com/jpexs/helpers/plugin/JavaClassObject.java b/libsrc/ffdec_lib/src/com/jpexs/helpers/plugin/JavaClassObject.java index 1cc4fd971..1a8cb7d2c 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/helpers/plugin/JavaClassObject.java +++ b/libsrc/ffdec_lib/src/com/jpexs/helpers/plugin/JavaClassObject.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, Miron Sadziak, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ @@ -24,6 +24,7 @@ import javax.tools.SimpleJavaFileObject; /** * A file object used to represent compiled classes in memory. + * * @author JPEXS */ public class JavaClassObject extends SimpleJavaFileObject { diff --git a/libsrc/ffdec_lib/src/com/jpexs/helpers/plugin/package-info.java b/libsrc/ffdec_lib/src/com/jpexs/helpers/plugin/package-info.java index fc3607693..b6a45df2d 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/helpers/plugin/package-info.java +++ b/libsrc/ffdec_lib/src/com/jpexs/helpers/plugin/package-info.java @@ -1,4 +1,4 @@ /** * Plugin support. */ -package com.jpexs.helpers.plugin; \ No newline at end of file +package com.jpexs.helpers.plugin; diff --git a/libsrc/ffdec_lib/src/com/jpexs/helpers/properties/ParsedSymbol.java b/libsrc/ffdec_lib/src/com/jpexs/helpers/properties/ParsedSymbol.java index fb454d256..ef6f9fcc0 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/helpers/properties/ParsedSymbol.java +++ b/libsrc/ffdec_lib/src/com/jpexs/helpers/properties/ParsedSymbol.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ @@ -18,6 +18,7 @@ package com.jpexs.helpers.properties; /** * Properties parser symbol. + * * @author JPEXS */ public class ParsedSymbol { diff --git a/libsrc/ffdec_lib/src/com/jpexs/helpers/properties/PropertiesLexer.java b/libsrc/ffdec_lib/src/com/jpexs/helpers/properties/PropertiesLexer.java index deb7a41e0..d9c335db7 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/helpers/properties/PropertiesLexer.java +++ b/libsrc/ffdec_lib/src/com/jpexs/helpers/properties/PropertiesLexer.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ @@ -391,9 +391,8 @@ public final class PropertiesLexer { /** * Refills the input buffer. * - * @return false, iff there was new input. - * - * @exception java.io.IOException if any I/O-Error occurs + * @return false, iff there was new input. + * @throws java.io.IOException if any I/O-Error occurs */ private boolean zzRefill() throws java.io.IOException { @@ -466,11 +465,11 @@ public final class PropertiesLexer { /** * Resets the scanner to read from a new input stream. Does not close the * old reader. - * + *

* All internal variables are reset, the old input stream * cannot be reused (internal buffer is discarded and lost). Lexical * state is set to ZZ_INITIAL. - * + *

* Internal scan buffer is resized down to its initial length, if it has * grown. * @@ -516,12 +515,11 @@ public final class PropertiesLexer { /** * Returns the character at position pos from the matched text. - * + *

* It is equivalent to yytext().charAt(pos), but faster * * @param pos the position of the character to fetch. A value from 0 to * yylength()-1. - * * @return the character at position pos */ public final char yycharat(int pos) { @@ -537,12 +535,12 @@ public final class PropertiesLexer { /** * Reports an error that occured while scanning. - * + *

* In a wellformed scanner (no or only correct usage of yypushback(int) and * a match-all fallback rule) this method will only be called with things * that "Can't Possibly Happen". If this method is called, something is * seriously wrong (e.g. a JFlex bug producing a faulty scanner etc.). - * + *

* Usual syntax/scanner level error handling should be done in error * fallback rules. * @@ -561,7 +559,7 @@ public final class PropertiesLexer { /** * Pushes the specified amount of characters back into the input stream. - * + *

* They will be read again by then next call of the scanning method * * @param number the number of characters to be read again. This number must @@ -580,7 +578,7 @@ public final class PropertiesLexer { * input is encountered or an I/O-Error occurs. * * @return the next token - * @exception java.io.IOException if any I/O-Error occurs + * @throws java.io.IOException if any I/O-Error occurs */ public ParsedSymbol yylex() throws java.io.IOException, PropertiesParseException { int zzInput; diff --git a/libsrc/ffdec_lib/src/com/jpexs/helpers/properties/PropertiesParseException.java b/libsrc/ffdec_lib/src/com/jpexs/helpers/properties/PropertiesParseException.java index 1c729a85f..9220f122a 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/helpers/properties/PropertiesParseException.java +++ b/libsrc/ffdec_lib/src/com/jpexs/helpers/properties/PropertiesParseException.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ @@ -18,6 +18,7 @@ package com.jpexs.helpers.properties; /** * Properties parser exception. + * * @author JPEXS */ public class PropertiesParseException extends Exception { diff --git a/libsrc/ffdec_lib/src/com/jpexs/helpers/properties/SymbolType.java b/libsrc/ffdec_lib/src/com/jpexs/helpers/properties/SymbolType.java index 5fb72c541..e488b0e77 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/helpers/properties/SymbolType.java +++ b/libsrc/ffdec_lib/src/com/jpexs/helpers/properties/SymbolType.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ @@ -18,6 +18,7 @@ package com.jpexs.helpers.properties; /** * Properties parser symbol type. + * * @author JPEXS */ public enum SymbolType { diff --git a/libsrc/ffdec_lib/src/com/jpexs/helpers/properties/package-info.java b/libsrc/ffdec_lib/src/com/jpexs/helpers/properties/package-info.java index 5c6a92510..c6d92977d 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/helpers/properties/package-info.java +++ b/libsrc/ffdec_lib/src/com/jpexs/helpers/properties/package-info.java @@ -1,4 +1,4 @@ /** * Working with properties files. */ -package com.jpexs.helpers.properties; \ No newline at end of file +package com.jpexs.helpers.properties; diff --git a/libsrc/ffdec_lib/src/com/jpexs/helpers/resource/canvas.js b/libsrc/ffdec_lib/src/com/jpexs/helpers/resource/canvas.js index 0bf849824..5e4624f3f 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/helpers/resource/canvas.js +++ b/libsrc/ffdec_lib/src/com/jpexs/helpers/resource/canvas.js @@ -298,9 +298,6 @@ Filters.gradientGlow = function (srcCanvas, src, blurX, blurY, angle, distance, } - - - for (var i = 0; i < shadow.length; i += 4) { var a = shadow[i + 3]; shadow[i] = gradientPixels[a * 4]; @@ -320,8 +317,6 @@ Filters.gradientGlow = function (srcCanvas, src, blurX, blurY, angle, distance, }; - - Filters.dropShadow = function (canvas, src, blurX, blurY, angle, distance, color, inner, iterations, strength, knockout) { var width = canvas.width; var height = canvas.height; @@ -439,8 +434,7 @@ Filters.gradientBevel = function (canvas, src, colors, ratios, blurX, blurY, str var hilightIm; var shadowIm; - switch (type) - { + switch (type) { case Filters.OUTER: hilightIm = hilightOuter; shadowIm = shadowOuter; @@ -507,8 +501,6 @@ Filters.bevel = function (canvas, src, blurX, blurY, strength, type, highlightCo } - - //http://www.html5rocks.com/en/tutorials/canvas/imagefilters/ Filters.convolution = function (canvas, ctx, weights, opaque) { var pixels = ctx.getImageData(0, 0, canvas.width, canvas.height); @@ -562,8 +554,7 @@ Filters.colorMatrix = function (canvas, ctx, m) { var pixels = ctx.getImageData(0, 0, canvas.width, canvas.height); var data = pixels.data; - for (var i = 0; i < data.length; i += 4) - { + for (var i = 0; i < data.length; i += 4) { var r = i; var g = i + 1; var b = i + 2; @@ -1020,8 +1011,7 @@ var translateMatrix = function (m, x, y) { } var place = function (obj, canvas, ctx, matrix, ctrans, blendMode, frame, ratio, time) { - if ((typeof scalingGrids[obj]) !== "undefined") - { + if ((typeof scalingGrids[obj]) !== "undefined") { var swfScaleMatrix = [1 / 20, 0, 0, 1 / 20, 0, 0]; var boundRect = boundRects[obj]; var scalingRect = scalingGrids[obj]; @@ -1199,7 +1189,6 @@ var tocolor = function (c) { }; - window.addEventListener('load', function () { var wsize = document.getElementById("width_size"); diff --git a/libsrc/ffdec_lib/src/com/jpexs/helpers/resource/package-info.java b/libsrc/ffdec_lib/src/com/jpexs/helpers/resource/package-info.java index 64a858e5b..fff5d8511 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/helpers/resource/package-info.java +++ b/libsrc/ffdec_lib/src/com/jpexs/helpers/resource/package-info.java @@ -1,4 +1,4 @@ /** * Resources. */ -package com.jpexs.helpers.resource; \ No newline at end of file +package com.jpexs.helpers.resource; diff --git a/libsrc/ffdec_lib/src/com/jpexs/helpers/sound/SoundPlayer.java b/libsrc/ffdec_lib/src/com/jpexs/helpers/sound/SoundPlayer.java index 034e9e977..a59c5267e 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/helpers/sound/SoundPlayer.java +++ b/libsrc/ffdec_lib/src/com/jpexs/helpers/sound/SoundPlayer.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ @@ -20,6 +20,7 @@ import java.io.InputStream; /** * Sound player. + * * @author JPEXS */ public abstract class SoundPlayer { diff --git a/libsrc/ffdec_lib/src/com/jpexs/helpers/sound/package-info.java b/libsrc/ffdec_lib/src/com/jpexs/helpers/sound/package-info.java index 933cf6ca2..e5ace3407 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/helpers/sound/package-info.java +++ b/libsrc/ffdec_lib/src/com/jpexs/helpers/sound/package-info.java @@ -1,4 +1,4 @@ /** * Sound helpers. */ -package com.jpexs.helpers.sound; \ No newline at end of file +package com.jpexs.helpers.sound; diff --git a/libsrc/ffdec_lib/src/com/jpexs/helpers/stat/StatisticData.java b/libsrc/ffdec_lib/src/com/jpexs/helpers/stat/StatisticData.java index b5ad2d61e..1133c5dd5 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/helpers/stat/StatisticData.java +++ b/libsrc/ffdec_lib/src/com/jpexs/helpers/stat/StatisticData.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ @@ -18,6 +18,7 @@ package com.jpexs.helpers.stat; /** * Statistic data. + * * @author JPEXS */ public class StatisticData { diff --git a/libsrc/ffdec_lib/src/com/jpexs/helpers/stat/Statistics.java b/libsrc/ffdec_lib/src/com/jpexs/helpers/stat/Statistics.java index d8f29a3b3..5c85c7832 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/helpers/stat/Statistics.java +++ b/libsrc/ffdec_lib/src/com/jpexs/helpers/stat/Statistics.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ @@ -23,6 +23,7 @@ import java.util.Map; /** * Statistics. + * * @author JPEXS */ public class Statistics implements AutoCloseable { diff --git a/libsrc/ffdec_lib/src/com/jpexs/helpers/stat/package-info.java b/libsrc/ffdec_lib/src/com/jpexs/helpers/stat/package-info.java index 265a75ec1..21195e732 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/helpers/stat/package-info.java +++ b/libsrc/ffdec_lib/src/com/jpexs/helpers/stat/package-info.java @@ -1,4 +1,4 @@ /** * Collecting statistics. */ -package com.jpexs.helpers.stat; \ No newline at end of file +package com.jpexs.helpers.stat; diff --git a/libsrc/ffdec_lib/src/com/jpexs/helpers/streams/SeekableInputStream.java b/libsrc/ffdec_lib/src/com/jpexs/helpers/streams/SeekableInputStream.java index f7ca1edd6..acecfb11f 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/helpers/streams/SeekableInputStream.java +++ b/libsrc/ffdec_lib/src/com/jpexs/helpers/streams/SeekableInputStream.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ @@ -21,6 +21,7 @@ import java.io.InputStream; /** * Input stream with seek support. + * * @author JPEXS */ public abstract class SeekableInputStream extends InputStream { diff --git a/libsrc/ffdec_lib/src/com/jpexs/helpers/streams/package-info.java b/libsrc/ffdec_lib/src/com/jpexs/helpers/streams/package-info.java index 5607476a7..026f3b41b 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/helpers/streams/package-info.java +++ b/libsrc/ffdec_lib/src/com/jpexs/helpers/streams/package-info.java @@ -1,4 +1,4 @@ /** * Stream helpets. */ -package com.jpexs.helpers.streams; \ No newline at end of file +package com.jpexs.helpers.streams; diff --git a/libsrc/ffdec_lib/src/com/jpexs/helpers/utf8/Utf8Helper.java b/libsrc/ffdec_lib/src/com/jpexs/helpers/utf8/Utf8Helper.java index 5b2999ebd..d40fd0c5d 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/helpers/utf8/Utf8Helper.java +++ b/libsrc/ffdec_lib/src/com/jpexs/helpers/utf8/Utf8Helper.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ @@ -36,6 +36,7 @@ import java.util.regex.Pattern; /** * Helper class for UTF-8 charset. + * * @author JPEXS */ public class Utf8Helper { diff --git a/libsrc/ffdec_lib/src/com/jpexs/helpers/utf8/Utf8InputStreamReader.java b/libsrc/ffdec_lib/src/com/jpexs/helpers/utf8/Utf8InputStreamReader.java index 087459fe9..f821668f9 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/helpers/utf8/Utf8InputStreamReader.java +++ b/libsrc/ffdec_lib/src/com/jpexs/helpers/utf8/Utf8InputStreamReader.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ @@ -21,6 +21,7 @@ import java.io.InputStreamReader; /** * UTF-8 input stream reader. + * * @author JPEXS */ public class Utf8InputStreamReader extends InputStreamReader { diff --git a/libsrc/ffdec_lib/src/com/jpexs/helpers/utf8/Utf8OutputStreamWriter.java b/libsrc/ffdec_lib/src/com/jpexs/helpers/utf8/Utf8OutputStreamWriter.java index d365077cd..19b1d32d4 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/helpers/utf8/Utf8OutputStreamWriter.java +++ b/libsrc/ffdec_lib/src/com/jpexs/helpers/utf8/Utf8OutputStreamWriter.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ @@ -21,6 +21,7 @@ import java.io.OutputStreamWriter; /** * UTF-8 output stream writer. + * * @author JPEXS */ public class Utf8OutputStreamWriter extends OutputStreamWriter { diff --git a/libsrc/ffdec_lib/src/com/jpexs/helpers/utf8/Utf8PrintWriter.java b/libsrc/ffdec_lib/src/com/jpexs/helpers/utf8/Utf8PrintWriter.java index 742603b37..3218058ac 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/helpers/utf8/Utf8PrintWriter.java +++ b/libsrc/ffdec_lib/src/com/jpexs/helpers/utf8/Utf8PrintWriter.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ @@ -21,6 +21,7 @@ import java.io.PrintWriter; /** * UTF-8 print writer. + * * @author JPEXS */ public class Utf8PrintWriter extends PrintWriter { diff --git a/libsrc/ffdec_lib/src/com/jpexs/helpers/utf8/charset/AbstractCharsetConverter.java b/libsrc/ffdec_lib/src/com/jpexs/helpers/utf8/charset/AbstractCharsetConverter.java index 89a853f73..3d1bc2be5 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/helpers/utf8/charset/AbstractCharsetConverter.java +++ b/libsrc/ffdec_lib/src/com/jpexs/helpers/utf8/charset/AbstractCharsetConverter.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ @@ -24,7 +24,6 @@ import java.io.IOException; import java.util.Map; /** - * * @author JPEXS */ public abstract class AbstractCharsetConverter { diff --git a/libsrc/ffdec_lib/src/com/jpexs/helpers/utf8/charset/Gb18030.java b/libsrc/ffdec_lib/src/com/jpexs/helpers/utf8/charset/Gb18030.java index 5982cf5a9..8d9516f1d 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/helpers/utf8/charset/Gb18030.java +++ b/libsrc/ffdec_lib/src/com/jpexs/helpers/utf8/charset/Gb18030.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ @@ -28,6 +28,7 @@ import java.util.logging.Logger; /** * Gb18030 encoding. + * * @author JPEXS */ public class Gb18030 extends AbstractCharsetConverter { @@ -90,7 +91,6 @@ public class Gb18030 extends AbstractCharsetConverter { } /** - * * @param codepoint * @return */ diff --git a/libsrc/ffdec_lib/src/com/jpexs/helpers/utf8/charset/Gb2312.java b/libsrc/ffdec_lib/src/com/jpexs/helpers/utf8/charset/Gb2312.java index d69d79682..30df4ad80 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/helpers/utf8/charset/Gb2312.java +++ b/libsrc/ffdec_lib/src/com/jpexs/helpers/utf8/charset/Gb2312.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ @@ -27,7 +27,6 @@ import java.util.logging.Level; import java.util.logging.Logger; /** - * * GB2312 to unicode and back conversion. Based on * https://github.com/MoarVM/MoarVM/blob/master/src/strings/gb2312_codeindex.h */ @@ -36,14 +35,14 @@ public class Gb2312 extends AbstractCharsetConverter { static final int GB2312_NULL = -1; /* Conversion tables are generated according to mapping from - * unicode.org-mappings/EASTASIA/GB/GB2312.TXT - * at https://haible.de/bruno/charsets/conversion-tables/GB2312.html - * The following tables use EUC form for GB2312 characters. + * unicode.org-mappings/EASTASIA/GB/GB2312.TXT + * at https://haible.de/bruno/charsets/conversion-tables/GB2312.html + * The following tables use EUC form for GB2312 characters. - * Unicode indexes 1106 - 8212, 9795 - 12287, 12842 - 19967, - * and 40865 - 65280 don't correspond to gb2312 codepoint. - * To reduce code length and save memory, these intervals are omitted - * in the conversion table and indexes are shifted in the function. */ + * Unicode indexes 1106 - 8212, 9795 - 12287, 12842 - 19967, + * and 40865 - 65280 don't correspond to gb2312 codepoint. + * To reduce code length and save memory, these intervals are omitted + * in the conversion table and indexes are shifted in the function. */ private static int[][] gb2312_index_to_cp_record = new int[87][94]; private static int[] gb2312_cp_to_index_record = new int[24380]; diff --git a/libsrc/ffdec_lib/src/com/jpexs/helpers/utf8/charset/ShiftJis.java b/libsrc/ffdec_lib/src/com/jpexs/helpers/utf8/charset/ShiftJis.java index 73eb64291..5830bdeaf 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/helpers/utf8/charset/ShiftJis.java +++ b/libsrc/ffdec_lib/src/com/jpexs/helpers/utf8/charset/ShiftJis.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ diff --git a/libsrc/ffdec_lib/src/com/jpexs/helpers/utf8/charset/package-info.java b/libsrc/ffdec_lib/src/com/jpexs/helpers/utf8/charset/package-info.java index 7c15c63f0..84e85b802 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/helpers/utf8/charset/package-info.java +++ b/libsrc/ffdec_lib/src/com/jpexs/helpers/utf8/charset/package-info.java @@ -1,4 +1,4 @@ /** * Charset helpers. */ -package com.jpexs.helpers.utf8.charset; \ No newline at end of file +package com.jpexs.helpers.utf8.charset; diff --git a/libsrc/ffdec_lib/src/com/jpexs/helpers/utf8/package-info.java b/libsrc/ffdec_lib/src/com/jpexs/helpers/utf8/package-info.java index e1ee028d0..c9eda5b2b 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/helpers/utf8/package-info.java +++ b/libsrc/ffdec_lib/src/com/jpexs/helpers/utf8/package-info.java @@ -1,4 +1,4 @@ /** * UTF-8 encoding and decoding helpers. */ -package com.jpexs.helpers.utf8; \ No newline at end of file +package com.jpexs.helpers.utf8; diff --git a/libsrc/ffdec_lib/src/com/jpexs/video/FrameListener.java b/libsrc/ffdec_lib/src/com/jpexs/video/FrameListener.java index 5557e3813..e535ac249 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/video/FrameListener.java +++ b/libsrc/ffdec_lib/src/com/jpexs/video/FrameListener.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ diff --git a/libsrc/ffdec_lib/src/com/jpexs/video/SimpleMediaPlayer.java b/libsrc/ffdec_lib/src/com/jpexs/video/SimpleMediaPlayer.java index ceac65c98..319132b1d 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/video/SimpleMediaPlayer.java +++ b/libsrc/ffdec_lib/src/com/jpexs/video/SimpleMediaPlayer.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ diff --git a/libsrc/ffdec_lib/src/com/jpexs/video/package-info.java b/libsrc/ffdec_lib/src/com/jpexs/video/package-info.java index 0d8833e6c..f02315dac 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/video/package-info.java +++ b/libsrc/ffdec_lib/src/com/jpexs/video/package-info.java @@ -1,4 +1,4 @@ /** * Video playback. */ -package com.jpexs.video; \ No newline at end of file +package com.jpexs.video; diff --git a/libsrc/ffdec_lib/src/com/sun/jna/platform/win32/Advapi32.java b/libsrc/ffdec_lib/src/com/sun/jna/platform/win32/Advapi32.java index a20731961..b03ea97c4 100644 --- a/libsrc/ffdec_lib/src/com/sun/jna/platform/win32/Advapi32.java +++ b/libsrc/ffdec_lib/src/com/sun/jna/platform/win32/Advapi32.java @@ -1,36 +1,35 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ package com.sun.jna.platform.win32; /** - * * @author JPEXS */ /* Copyright (c) 2010 Daniel Doubrovkine, All Rights Reserved - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 2.1 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. + * Lesser General Public License for more details. */ import com.sun.jna.Native; import com.sun.jna.Pointer; @@ -395,7 +394,6 @@ public interface Advapi32 extends StdCallLibrary { byte[] lpData, int cbData); /** - * * @param hKey hKey * @param lpSubKey lpSubKey * @param Reserved Reserved @@ -414,7 +412,6 @@ public interface Advapi32 extends StdCallLibrary { HKEYByReference phkResult, IntByReference lpdwDisposition); /** - * * @param hKey hKey * @param name name * @return If the function succeeds, the return value is ERROR_SUCCESS. If @@ -703,7 +700,7 @@ public interface Advapi32 extends StdCallLibrary { /** * Creates a new process and its primary thread. The new process runs in the * security context of the user represented by the specified token. - * + *

* Typically, the process that calls the CreateProcessAsUser function must * have the SE_INCREASE_QUOTA_NAME privilege and may require the * SE_ASSIGNPRIMARYTOKEN_NAME privilege if the token is not assignable. If @@ -734,7 +731,7 @@ public interface Advapi32 extends StdCallLibrary { * @param lpEnvironment A pointer to an environment block for the new * process. If this parameter is NULL, the new process uses the environment * of the calling process. - * + *

* An environment block consists of a null-terminated block of * null-terminated strings. Each string is in the following form: * name=value\0 diff --git a/libsrc/ffdec_lib/src/com/sun/jna/platform/win32/Advapi32Util.java b/libsrc/ffdec_lib/src/com/sun/jna/platform/win32/Advapi32Util.java index a02d0c1d4..9c82da863 100644 --- a/libsrc/ffdec_lib/src/com/sun/jna/platform/win32/Advapi32Util.java +++ b/libsrc/ffdec_lib/src/com/sun/jna/platform/win32/Advapi32Util.java @@ -1,26 +1,24 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ package com.sun.jna.platform.win32; /** - * * @author JPEXS */ - import com.sun.jna.Memory; import com.sun.jna.Native; import com.sun.jna.Pointer; diff --git a/libsrc/ffdec_lib/src/com/sun/jna/platform/win32/W32Errors.java b/libsrc/ffdec_lib/src/com/sun/jna/platform/win32/W32Errors.java index c15d731bf..38599dc6e 100644 --- a/libsrc/ffdec_lib/src/com/sun/jna/platform/win32/W32Errors.java +++ b/libsrc/ffdec_lib/src/com/sun/jna/platform/win32/W32Errors.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ @@ -172,7 +172,7 @@ public abstract class W32Errors implements WinError { /** * FACILITY_USERMODE_FILTER_MANAGER - * + *

* Translation macro for converting: NTSTATUS --> HRESULT. * * @param x the x diff --git a/libsrc/ffdec_lib/src/com/sun/jna/platform/win32/Win32Exception.java b/libsrc/ffdec_lib/src/com/sun/jna/platform/win32/Win32Exception.java index 64967719d..b46308872 100644 --- a/libsrc/ffdec_lib/src/com/sun/jna/platform/win32/Win32Exception.java +++ b/libsrc/ffdec_lib/src/com/sun/jna/platform/win32/Win32Exception.java @@ -1,23 +1,22 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ package com.sun.jna.platform.win32; /** - * * @author JPEXS */ /* Copyright (c) 2010 Daniel Doubrovkine, All Rights Reserved diff --git a/libsrc/ffdec_lib/src/com/sun/jna/platform/win32/WinBase.java b/libsrc/ffdec_lib/src/com/sun/jna/platform/win32/WinBase.java index 555f3b117..025a6ed44 100644 --- a/libsrc/ffdec_lib/src/com/sun/jna/platform/win32/WinBase.java +++ b/libsrc/ffdec_lib/src/com/sun/jna/platform/win32/WinBase.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ @@ -286,7 +286,6 @@ public interface WinBase extends StdCallLibrary, WinDef, BaseTSD { * * @param date The date to be converted * @return The filetime - * * @see #filetimeToDate */ public static long dateToFileTime(final Date date) { @@ -508,7 +507,7 @@ public interface WinBase extends StdCallLibrary, WinDef, BaseTSD { /** * System's processor architecture. This value can be one of the * following values: - * + *

* PROCESSOR_ARCHITECTURE_UNKNOWN PROCESSOR_ARCHITECTURE_INTEL * PROCESSOR_ARCHITECTURE_IA64 PROCESSOR_ARCHITECTURE_AMD64 */ @@ -764,7 +763,7 @@ public interface WinBase extends StdCallLibrary, WinDef, BaseTSD { * If dwFlags specifies STARTF_USEPOSITION, this member is the x offset * of the upper left corner of a window if a new window is created, in * pixels. Otherwise, this member is ignored. - * + *

* The offset is from the upper left corner of the screen. For GUI * processes, the specified position is used the first time the new * process calls CreateWindow to create an overlapped window if the x @@ -776,7 +775,7 @@ public interface WinBase extends StdCallLibrary, WinDef, BaseTSD { * If dwFlags specifies STARTF_USEPOSITION, this member is the y offset * of the upper left corner of a window if a new window is created, in * pixels. Otherwise, this member is ignored. - * + *

* The offset is from the upper left corner of the screen. For GUI * processes, the specified position is used the first time the new * process calls CreateWindow to create an overlapped window if the y @@ -788,7 +787,7 @@ public interface WinBase extends StdCallLibrary, WinDef, BaseTSD { * If dwFlags specifies STARTF_USESIZE, this member is the width of the * window if a new window is created, in pixels. Otherwise, this member * is ignored. - * + *

* For GUI processes, this is used only the first time the new process * calls CreateWindow to create an overlapped window if the nWidth * parameter of CreateWindow is CW_USEDEFAULT. @@ -799,7 +798,7 @@ public interface WinBase extends StdCallLibrary, WinDef, BaseTSD { * If dwFlags specifies STARTF_USESIZE, this member is the height of the * window if a new window is created, in pixels. Otherwise, this member * is ignored. - * + *

* For GUI processes, this is used only the first time the new process * calls CreateWindow to create an overlapped window if the nHeight * parameter of CreateWindow is CW_USEDEFAULT. @@ -824,13 +823,13 @@ public interface WinBase extends StdCallLibrary, WinDef, BaseTSD { * If dwFlags specifies STARTF_USEFILLATTRIBUTE, this member is the * initial text and background colors if a new console window is created * in a console application. Otherwise, this member is ignored. - * + *

* This value can be any combination of the following values: * FOREGROUND_BLUE, FOREGROUND_GREEN, FOREGROUND_RED, * FOREGROUND_INTENSITY, BACKGROUND_BLUE, BACKGROUND_GREEN, * BACKGROUND_RED, and BACKGROUND_INTENSITY. For example, the following * combination of values produces red text on a white background: - * + *

* FOREGROUND_RED| BACKGROUND_RED| BACKGROUND_GREEN| BACKGROUND_BLUE */ public DWORD dwFillAttribute; @@ -846,7 +845,7 @@ public interface WinBase extends StdCallLibrary, WinDef, BaseTSD { * the values that can be specified in the nCmdShow parameter for the * ShowWindow function, except for SW_SHOWDEFAULT. Otherwise, this * member is ignored. - * + *

* For GUI processes, the first time ShowWindow is called, its nCmdShow * parameter is ignored wShowWindow specifies the default value. In * subsequent calls to ShowWindow, the wShowWindow member is used if the @@ -868,14 +867,14 @@ public interface WinBase extends StdCallLibrary, WinDef, BaseTSD { * If dwFlags specifies STARTF_USESTDHANDLES, this member is the * standard input handle for the process. If STARTF_USESTDHANDLES is not * specified, the default for standard input is the keyboard buffer. - * + *

* If dwFlags specifies STARTF_USEHOTKEY, this member specifies a hotkey * value that is sent as the wParam parameter of a WM_SETHOTKEY message * to the first eligible top-level window created by the application * that owns the process. If the window is created with the WS_POPUP * window style, it is not eligible unless the WS_EX_APPWINDOW extended * window style is also set. For more information, see CreateWindowEx. - * + *

* Otherwise, this member is ignored. */ public HANDLE hStdInput; @@ -970,7 +969,7 @@ public interface WinBase extends StdCallLibrary, WinDef, BaseTSD { /** * If the file is to be moved to a different volume, the function simulates * the move by using the CopyFile and DeleteFile functions. - * + *

* This value cannot be used with MOVEFILE_DELAY_UNTIL_REBOOT. */ int MOVEFILE_COPY_ALLOWED = 0x2; @@ -986,18 +985,18 @@ public interface WinBase extends StdCallLibrary, WinDef, BaseTSD { * executed, but before creating any paging files. Consequently, this * parameter enables the function to delete paging files from previous * startups. - * + *

* This value can be used only if the process is in the context of a user * who belongs to the administrators group or the LocalSystem account. - * + *

* This value cannot be used with MOVEFILE_COPY_ALLOWED. - * + *

* Windows Server 2003 and Windows XP: For information about special * situations where this functionality can fail, and a suggested workaround * solution, see Files are not exchanged when Windows Server 2003 restarts * if you use the MoveFileEx function to schedule a replacement for some * files in the Help and Support Knowledge Base. - * + *

* Windows 2000: If you specify the MOVEFILE_DELAY_UNTIL_REBOOT flag for * dwFlags, you cannot also prepend the file name that is specified by * lpExistingFileName with "\\?". @@ -1016,7 +1015,7 @@ public interface WinBase extends StdCallLibrary, WinDef, BaseTSD { * with the contents of the lpExistingFileName file, provided that security * requirements regarding access control lists (ACLs) are met. For more * information, see the Remarks section of this topic. - * + *

* This value cannot be used if lpNewFileName or lpExistingFileName names a * directory. */ @@ -1025,11 +1024,11 @@ public interface WinBase extends StdCallLibrary, WinDef, BaseTSD { /** * The function does not return until the file is actually moved on the * disk. - * + *

* Setting this value guarantees that a move performed as a copy and delete * operation is flushed to disk before the function returns. The flush * occurs at the end of the copy operation. - * + *

* This value has no effect if MOVEFILE_DELAY_UNTIL_REBOOT is set. */ int MOVEFILE_WRITE_THROUGH = 0x8; diff --git a/libsrc/ffdec_lib/src/com/sun/jna/platform/win32/WinNT.java b/libsrc/ffdec_lib/src/com/sun/jna/platform/win32/WinNT.java index 1d29b8653..24e054812 100644 --- a/libsrc/ffdec_lib/src/com/sun/jna/platform/win32/WinNT.java +++ b/libsrc/ffdec_lib/src/com/sun/jna/platform/win32/WinNT.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ @@ -644,7 +644,7 @@ public interface WinNT extends WinError, WinDef, WinBase, BaseTSD { /** * The FILE_NOTIFY_INFORMATION structure describes the changes found by the * ReadDirectoryChangesW function. - * + *

* This structure is non-trivial since it is a pattern stamped into a large * block of result memory rather than something that stands alone or is used * for input. diff --git a/libsrc/ffdec_lib/src/com/sun/jna/platform/win32/WinReg.java b/libsrc/ffdec_lib/src/com/sun/jna/platform/win32/WinReg.java index 2f2a70302..7ef2d99ff 100644 --- a/libsrc/ffdec_lib/src/com/sun/jna/platform/win32/WinReg.java +++ b/libsrc/ffdec_lib/src/com/sun/jna/platform/win32/WinReg.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS, All rights reserved. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3.0 of the License, or (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library. */ diff --git a/libsrc/ffdec_lib/src/com/sun/jna/platform/win32/package-info.java b/libsrc/ffdec_lib/src/com/sun/jna/platform/win32/package-info.java index 96043c7b5..420819858 100644 --- a/libsrc/ffdec_lib/src/com/sun/jna/platform/win32/package-info.java +++ b/libsrc/ffdec_lib/src/com/sun/jna/platform/win32/package-info.java @@ -1,4 +1,4 @@ /** * Windows API functions and structures accessible via JNA. */ -package com.sun.jna.platform.win32; \ No newline at end of file +package com.sun.jna.platform.win32; diff --git a/libsrc/ffdec_lib/src/natorder/NaturalOrderComparator.java b/libsrc/ffdec_lib/src/natorder/NaturalOrderComparator.java index b0aebad07..b4170f39f 100644 --- a/libsrc/ffdec_lib/src/natorder/NaturalOrderComparator.java +++ b/libsrc/ffdec_lib/src/natorder/NaturalOrderComparator.java @@ -23,7 +23,6 @@ package natorder; misrepresented as being the original software. 3. This notice may not be removed or altered from any source distribution. */ - import java.util.Arrays; import java.util.Collections; import java.util.Comparator; diff --git a/libsrc/ffdec_lib/src/natorder/package-info.java b/libsrc/ffdec_lib/src/natorder/package-info.java index 8a34937bb..cc6c6bb1f 100644 --- a/libsrc/ffdec_lib/src/natorder/package-info.java +++ b/libsrc/ffdec_lib/src/natorder/package-info.java @@ -1,4 +1,4 @@ /** * Natural sorting of strings. */ -package natorder; \ No newline at end of file +package natorder; diff --git a/src/com/jpexs/build/ChangelogUpdater.java b/src/com/jpexs/build/ChangelogUpdater.java index 416e0480e..e781d2cf0 100644 --- a/src/com/jpexs/build/ChangelogUpdater.java +++ b/src/com/jpexs/build/ChangelogUpdater.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2021-2024 JPEXS - * + * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or * (at your option) any later version. - * + * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. - * + * * You should have received a copy of the GNU General Public License * along with this program. If not, see . */ diff --git a/src/com/jpexs/build/LicenseUpdater.java b/src/com/jpexs/build/LicenseUpdater.java index 5b410f6ff..96f766420 100644 --- a/src/com/jpexs/build/LicenseUpdater.java +++ b/src/com/jpexs/build/LicenseUpdater.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS - * + * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or * (at your option) any later version. - * + * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. - * + * * You should have received a copy of the GNU General Public License * along with this program. If not, see . */ @@ -32,7 +32,6 @@ import java.util.regex.Matcher; import java.util.regex.Pattern; /** - * * @author JPEXS */ public class LicenseUpdater { diff --git a/src/com/jpexs/build/LocaleConverter.java b/src/com/jpexs/build/LocaleConverter.java index 73e7c8947..321206047 100644 --- a/src/com/jpexs/build/LocaleConverter.java +++ b/src/com/jpexs/build/LocaleConverter.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2021-2024 JPEXS - * + * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or * (at your option) any later version. - * + * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. - * + * * You should have received a copy of the GNU General Public License * along with this program. If not, see . */ @@ -21,7 +21,6 @@ import java.io.File; import java.io.UnsupportedEncodingException; /** - * * @author JPEXS */ public class LocaleConverter { diff --git a/src/com/jpexs/build/MetainfoUpdater.java b/src/com/jpexs/build/MetainfoUpdater.java index 0149ead9e..5098bb380 100644 --- a/src/com/jpexs/build/MetainfoUpdater.java +++ b/src/com/jpexs/build/MetainfoUpdater.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2023-2024 JPEXS - * + * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or * (at your option) any later version. - * + * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. - * + * * You should have received a copy of the GNU General Public License * along with this program. If not, see . */ diff --git a/src/com/jpexs/decompiler/flash/console/CommandLineArgumentParser.java b/src/com/jpexs/decompiler/flash/console/CommandLineArgumentParser.java index bfd1d9658..06967baa2 100644 --- a/src/com/jpexs/decompiler/flash/console/CommandLineArgumentParser.java +++ b/src/com/jpexs/decompiler/flash/console/CommandLineArgumentParser.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS - * + * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or * (at your option) any later version. - * + * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. - * + * * You should have received a copy of the GNU General Public License * along with this program. If not, see . */ @@ -245,7 +245,6 @@ import org.fusesource.jansi.Ansi; import org.fusesource.jansi.AnsiConsole; /** - * * @author JPEXS */ public class CommandLineArgumentParser { diff --git a/src/com/jpexs/decompiler/flash/console/CommandLineHelp.java b/src/com/jpexs/decompiler/flash/console/CommandLineHelp.java index 78fbe5bf9..ce7acd068 100644 --- a/src/com/jpexs/decompiler/flash/console/CommandLineHelp.java +++ b/src/com/jpexs/decompiler/flash/console/CommandLineHelp.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2024 JPEXS - * + * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or * (at your option) any later version. - * + * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. - * + * * You should have received a copy of the GNU General Public License * along with this program. If not, see . */ @@ -32,7 +32,6 @@ import java.util.logging.Logger; import org.fusesource.jansi.AnsiConsole; /** - * * @author JPEXS */ public class CommandLineHelp { diff --git a/src/com/jpexs/decompiler/flash/console/ConsoleAbortRetryIgnoreHandler.java b/src/com/jpexs/decompiler/flash/console/ConsoleAbortRetryIgnoreHandler.java index dfc41bcb6..151e51f43 100644 --- a/src/com/jpexs/decompiler/flash/console/ConsoleAbortRetryIgnoreHandler.java +++ b/src/com/jpexs/decompiler/flash/console/ConsoleAbortRetryIgnoreHandler.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS - * + * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or * (at your option) any later version. - * + * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. - * + * * You should have received a copy of the GNU General Public License * along with this program. If not, see . */ @@ -23,7 +23,6 @@ import java.util.logging.Level; import java.util.logging.Logger; /** - * * @author JPEXS */ public class ConsoleAbortRetryIgnoreHandler implements AbortRetryIgnoreHandler { diff --git a/src/com/jpexs/decompiler/flash/console/ContextMenuTools.java b/src/com/jpexs/decompiler/flash/console/ContextMenuTools.java index fe94735ae..6efc198a2 100644 --- a/src/com/jpexs/decompiler/flash/console/ContextMenuTools.java +++ b/src/com/jpexs/decompiler/flash/console/ContextMenuTools.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS - * + * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or * (at your option) any later version. - * + * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. - * + * * You should have received a copy of the GNU General Public License * along with this program. If not, see . */ @@ -31,7 +31,6 @@ import java.util.logging.Level; import java.util.logging.Logger; /** - * * @author JPEXS */ public class ContextMenuTools { diff --git a/src/com/jpexs/decompiler/flash/console/StdInAwareFileInputStream.java b/src/com/jpexs/decompiler/flash/console/StdInAwareFileInputStream.java index 791a86486..f586f50d3 100644 --- a/src/com/jpexs/decompiler/flash/console/StdInAwareFileInputStream.java +++ b/src/com/jpexs/decompiler/flash/console/StdInAwareFileInputStream.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2022-2024 JPEXS - * + * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or * (at your option) any later version. - * + * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. - * + * * You should have received a copy of the GNU General Public License * along with this program. If not, see . */ diff --git a/src/com/jpexs/decompiler/flash/gui/AboutDialog.java b/src/com/jpexs/decompiler/flash/gui/AboutDialog.java index 7b1e6cf78..8dc8704fc 100644 --- a/src/com/jpexs/decompiler/flash/gui/AboutDialog.java +++ b/src/com/jpexs/decompiler/flash/gui/AboutDialog.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS - * + * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or * (at your option) any later version. - * + * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. - * + * * You should have received a copy of the GNU General Public License * along with this program. If not, see . */ @@ -38,7 +38,6 @@ import javax.swing.JPanel; import javax.swing.SwingConstants; /** - * * @author JPEXS */ public class AboutDialog extends AppDialog { diff --git a/src/com/jpexs/decompiler/flash/gui/AdvancedSettingsDialog.java b/src/com/jpexs/decompiler/flash/gui/AdvancedSettingsDialog.java index fc38ff35e..2164a8962 100644 --- a/src/com/jpexs/decompiler/flash/gui/AdvancedSettingsDialog.java +++ b/src/com/jpexs/decompiler/flash/gui/AdvancedSettingsDialog.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS - * + * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or * (at your option) any later version. - * + * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. - * + * * You should have received a copy of the GNU General Public License * along with this program. If not, see . */ @@ -78,7 +78,6 @@ import org.pushingpixels.substance.api.renderers.SubstanceDefaultListCellRendere import org.pushingpixels.substance.api.skin.SkinInfo; /** - * * @author JPEXS */ public class AdvancedSettingsDialog extends AppDialog { diff --git a/src/com/jpexs/decompiler/flash/gui/AppDialog.java b/src/com/jpexs/decompiler/flash/gui/AppDialog.java index 4b03b03c8..fb3e80103 100644 --- a/src/com/jpexs/decompiler/flash/gui/AppDialog.java +++ b/src/com/jpexs/decompiler/flash/gui/AppDialog.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS - * + * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or * (at your option) any later version. - * + * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. - * + * * You should have received a copy of the GNU General Public License * along with this program. If not, see . */ @@ -23,7 +23,6 @@ import javax.swing.JDialog; import javax.swing.JRootPane; /** - * * @author JPEXS */ public abstract class AppDialog extends JDialog { diff --git a/src/com/jpexs/decompiler/flash/gui/AppFrame.java b/src/com/jpexs/decompiler/flash/gui/AppFrame.java index ea8549a97..1aa02e5ec 100644 --- a/src/com/jpexs/decompiler/flash/gui/AppFrame.java +++ b/src/com/jpexs/decompiler/flash/gui/AppFrame.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS - * + * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or * (at your option) any later version. - * + * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. - * + * * You should have received a copy of the GNU General Public License * along with this program. If not, see . */ @@ -20,7 +20,6 @@ import java.util.ResourceBundle; import javax.swing.JFrame; /** - * * @author JPEXS */ public abstract class AppFrame extends JFrame { diff --git a/src/com/jpexs/decompiler/flash/gui/AppRibbonFrame.java b/src/com/jpexs/decompiler/flash/gui/AppRibbonFrame.java index 670d7ceee..5aec725a0 100644 --- a/src/com/jpexs/decompiler/flash/gui/AppRibbonFrame.java +++ b/src/com/jpexs/decompiler/flash/gui/AppRibbonFrame.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS - * + * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or * (at your option) any later version. - * + * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. - * + * * You should have received a copy of the GNU General Public License * along with this program. If not, see . */ @@ -20,7 +20,6 @@ import java.util.ResourceBundle; import org.pushingpixels.flamingo.api.ribbon.JRibbonFrame; /** - * * @author JPEXS */ public abstract class AppRibbonFrame extends JRibbonFrame implements MainFrame { diff --git a/src/com/jpexs/decompiler/flash/gui/AppStrings.java b/src/com/jpexs/decompiler/flash/gui/AppStrings.java index 47ddbc12e..a91cd2221 100644 --- a/src/com/jpexs/decompiler/flash/gui/AppStrings.java +++ b/src/com/jpexs/decompiler/flash/gui/AppStrings.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS - * + * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or * (at your option) any later version. - * + * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. - * + * * You should have received a copy of the GNU General Public License * along with this program. If not, see . */ @@ -19,7 +19,6 @@ package com.jpexs.decompiler.flash.gui; import java.util.ResourceBundle; /** - * * @author JPEXS */ public class AppStrings { diff --git a/src/com/jpexs/decompiler/flash/gui/BinaryPanel.java b/src/com/jpexs/decompiler/flash/gui/BinaryPanel.java index da4516fb5..60f42015c 100644 --- a/src/com/jpexs/decompiler/flash/gui/BinaryPanel.java +++ b/src/com/jpexs/decompiler/flash/gui/BinaryPanel.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS - * + * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or * (at your option) any later version. - * + * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. - * + * * You should have received a copy of the GNU General Public License * along with this program. If not, see . */ @@ -30,7 +30,6 @@ import javax.swing.JPanel; import javax.swing.border.BevelBorder; /** - * * @author JPEXS */ public final class BinaryPanel extends JPanel { diff --git a/src/com/jpexs/decompiler/flash/gui/BoundsChangeListener.java b/src/com/jpexs/decompiler/flash/gui/BoundsChangeListener.java index e742743e1..b6f2943b2 100644 --- a/src/com/jpexs/decompiler/flash/gui/BoundsChangeListener.java +++ b/src/com/jpexs/decompiler/flash/gui/BoundsChangeListener.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2022-2024 JPEXS - * + * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or * (at your option) any later version. - * + * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. - * + * * You should have received a copy of the GNU General Public License * along with this program. If not, see . */ @@ -20,7 +20,6 @@ import java.awt.geom.Point2D; import java.awt.geom.Rectangle2D; /** - * * @author JPEXS */ public interface BoundsChangeListener { diff --git a/src/com/jpexs/decompiler/flash/gui/BreakpointListDialog.java b/src/com/jpexs/decompiler/flash/gui/BreakpointListDialog.java index 8628f7a65..3f1e38716 100644 --- a/src/com/jpexs/decompiler/flash/gui/BreakpointListDialog.java +++ b/src/com/jpexs/decompiler/flash/gui/BreakpointListDialog.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2022-2024 JPEXS - * + * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or * (at your option) any later version. - * + * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. - * + * * You should have received a copy of the GNU General Public License * along with this program. If not, see . */ @@ -42,7 +42,6 @@ import javax.swing.SwingUtilities; import javax.swing.table.DefaultTableModel; /** - * * @author JPEXS */ public class BreakpointListDialog extends AppDialog { @@ -176,7 +175,7 @@ public class BreakpointListDialog extends AppDialog { } }*/ Pattern abcPcodePattern = Pattern.compile("^#PCODE abc:(?[0-9]+),body:(?[0-9]+);.*"); - Matcher m = abcPcodePattern.matcher(breakpoint.scriptName); + Matcher m = abcPcodePattern.matcher(breakpoint.scriptName); if (m.matches()) { int abcIndex = Integer.parseInt(m.group("abc")); int bodyIndex = Integer.parseInt(m.group("body")); diff --git a/src/com/jpexs/decompiler/flash/gui/ButtonsPanel.java b/src/com/jpexs/decompiler/flash/gui/ButtonsPanel.java index 3c9c5405f..97da8ac20 100644 --- a/src/com/jpexs/decompiler/flash/gui/ButtonsPanel.java +++ b/src/com/jpexs/decompiler/flash/gui/ButtonsPanel.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS - * + * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or * (at your option) any later version. - * + * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. - * + * * You should have received a copy of the GNU General Public License * along with this program. If not, see . */ @@ -27,7 +27,6 @@ import javax.swing.JButton; import javax.swing.JPanel; /** - * * @author JPEXS */ public class ButtonsPanel extends JPanel { diff --git a/src/com/jpexs/decompiler/flash/gui/ClipboardPanel.java b/src/com/jpexs/decompiler/flash/gui/ClipboardPanel.java index 1e1993110..e1a94cf2e 100644 --- a/src/com/jpexs/decompiler/flash/gui/ClipboardPanel.java +++ b/src/com/jpexs/decompiler/flash/gui/ClipboardPanel.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2022-2024 JPEXS - * + * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or * (at your option) any later version. - * + * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. - * + * * You should have received a copy of the GNU General Public License * along with this program. If not, see . */ @@ -42,7 +42,6 @@ import org.pushingpixels.substance.internal.utils.SubstanceColorSchemeUtilities; import org.pushingpixels.substance.internal.utils.SubstanceSizeUtils; /** - * * @author JPEXS */ public class ClipboardPanel extends JPanel { diff --git a/src/com/jpexs/decompiler/flash/gui/ClipboardType.java b/src/com/jpexs/decompiler/flash/gui/ClipboardType.java index 9ab88dd5b..b5735168a 100644 --- a/src/com/jpexs/decompiler/flash/gui/ClipboardType.java +++ b/src/com/jpexs/decompiler/flash/gui/ClipboardType.java @@ -1,23 +1,22 @@ /* * Copyright (C) 2022-2024 JPEXS - * + * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or * (at your option) any later version. - * + * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. - * + * * You should have received a copy of the GNU General Public License * along with this program. If not, see . */ package com.jpexs.decompiler.flash.gui; /** - * * @author JPEXS */ public enum ClipboardType { diff --git a/src/com/jpexs/decompiler/flash/gui/CollectDepthAsSpritesDialog.java b/src/com/jpexs/decompiler/flash/gui/CollectDepthAsSpritesDialog.java index 8a3dd4926..007e060bd 100644 --- a/src/com/jpexs/decompiler/flash/gui/CollectDepthAsSpritesDialog.java +++ b/src/com/jpexs/decompiler/flash/gui/CollectDepthAsSpritesDialog.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS - * + * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or * (at your option) any later version. - * + * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. - * + * * You should have received a copy of the GNU General Public License * along with this program. If not, see . */ @@ -35,7 +35,6 @@ import javax.swing.JScrollPane; import javax.swing.ListSelectionModel; /** - * * @author JPEXS */ public class CollectDepthAsSpritesDialog extends AppDialog { diff --git a/src/com/jpexs/decompiler/flash/gui/ComboBoxItem.java b/src/com/jpexs/decompiler/flash/gui/ComboBoxItem.java index b47df9e8a..85fa32e0b 100644 --- a/src/com/jpexs/decompiler/flash/gui/ComboBoxItem.java +++ b/src/com/jpexs/decompiler/flash/gui/ComboBoxItem.java @@ -1,23 +1,22 @@ /* * Copyright (C) 2010-2024 JPEXS - * + * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or * (at your option) any later version. - * + * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. - * + * * You should have received a copy of the GNU General Public License * along with this program. If not, see . */ package com.jpexs.decompiler.flash.gui; /** - * * @author JPEXS */ public class ComboBoxItem { diff --git a/src/com/jpexs/decompiler/flash/gui/ConfigurationDirectorySelection.java b/src/com/jpexs/decompiler/flash/gui/ConfigurationDirectorySelection.java index 6c2300a0a..d1057189e 100644 --- a/src/com/jpexs/decompiler/flash/gui/ConfigurationDirectorySelection.java +++ b/src/com/jpexs/decompiler/flash/gui/ConfigurationDirectorySelection.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2022-2024 JPEXS - * + * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or * (at your option) any later version. - * + * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. - * + * * You should have received a copy of the GNU General Public License * along with this program. If not, see . */ @@ -30,7 +30,6 @@ import javax.swing.JPanel; import javax.swing.JTextField; /** - * * @author JPEXS */ public class ConfigurationDirectorySelection extends JPanel { diff --git a/src/com/jpexs/decompiler/flash/gui/ConfigurationFileSelection.java b/src/com/jpexs/decompiler/flash/gui/ConfigurationFileSelection.java index 75a7f5d67..185993df8 100644 --- a/src/com/jpexs/decompiler/flash/gui/ConfigurationFileSelection.java +++ b/src/com/jpexs/decompiler/flash/gui/ConfigurationFileSelection.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2022-2024 JPEXS - * + * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or * (at your option) any later version. - * + * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. - * + * * You should have received a copy of the GNU General Public License * along with this program. If not, see . */ @@ -32,7 +32,6 @@ import javax.swing.JTextField; import javax.swing.filechooser.FileFilter; /** - * * @author JPEXS */ public class ConfigurationFileSelection extends JPanel { diff --git a/src/com/jpexs/decompiler/flash/gui/DebugLogDialog.java b/src/com/jpexs/decompiler/flash/gui/DebugLogDialog.java index 983096c23..5605aa010 100644 --- a/src/com/jpexs/decompiler/flash/gui/DebugLogDialog.java +++ b/src/com/jpexs/decompiler/flash/gui/DebugLogDialog.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS - * + * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or * (at your option) any later version. - * + * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. - * + * * You should have received a copy of the GNU General Public License * along with this program. If not, see . */ @@ -33,7 +33,6 @@ import javax.swing.text.BadLocationException; import javax.swing.text.Document; /** - * * @author JPEXS */ public class DebugLogDialog extends AppDialog { diff --git a/src/com/jpexs/decompiler/flash/gui/DebugPanel.java b/src/com/jpexs/decompiler/flash/gui/DebugPanel.java index 525bddeac..a1a36733b 100644 --- a/src/com/jpexs/decompiler/flash/gui/DebugPanel.java +++ b/src/com/jpexs/decompiler/flash/gui/DebugPanel.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS - * + * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or * (at your option) any later version. - * + * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. - * + * * You should have received a copy of the GNU General Public License * along with this program. If not, see . */ @@ -61,7 +61,6 @@ import javax.swing.table.DefaultTableModel; import javax.swing.tree.TreePath; /** - * * @author JPEXS */ public class DebugPanel extends JPanel { diff --git a/src/com/jpexs/decompiler/flash/gui/DebugStackPanel.java b/src/com/jpexs/decompiler/flash/gui/DebugStackPanel.java index 5153f7ead..5087c1f8e 100644 --- a/src/com/jpexs/decompiler/flash/gui/DebugStackPanel.java +++ b/src/com/jpexs/decompiler/flash/gui/DebugStackPanel.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2023-2024 JPEXS - * + * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or * (at your option) any later version. - * + * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. - * + * * You should have received a copy of the GNU General Public License * along with this program. If not, see . */ @@ -32,7 +32,6 @@ import javax.swing.table.DefaultTableModel; import javax.swing.table.TableCellRenderer; /** - * * @author JPEXS */ public class DebugStackPanel extends JPanel { @@ -142,7 +141,8 @@ public class DebugStackPanel extends JPanel { newClassIndices[i] = newClassIndex == null ? -1 : newClassIndex; Integer newMethodIndex = Main.getDebugHandler().moduleToMethodIndex(f); newMethodIndices[i] = newMethodIndex == null ? -1 : newMethodIndex; - Integer newTraitIndex = Main.getDebugHandler().moduleToTraitIndex(f);; + Integer newTraitIndex = Main.getDebugHandler().moduleToTraitIndex(f); + ; newTraitIndices[i] = newTraitIndex == null ? -1 : newTraitIndex; } diff --git a/src/com/jpexs/decompiler/flash/gui/DebuggerHandler.java b/src/com/jpexs/decompiler/flash/gui/DebuggerHandler.java index 33bfa4b05..f8bbe0456 100644 --- a/src/com/jpexs/decompiler/flash/gui/DebuggerHandler.java +++ b/src/com/jpexs/decompiler/flash/gui/DebuggerHandler.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS - * + * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or * (at your option) any later version. - * + * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. - * + * * You should have received a copy of the GNU General Public License * along with this program. If not, see . */ @@ -65,7 +65,6 @@ import java.util.regex.Matcher; import java.util.regex.Pattern; /** - * * @author JPEXS */ public class DebuggerHandler implements DebugConnectionListener { @@ -75,19 +74,17 @@ public class DebuggerHandler implements DebugConnectionListener { private DebuggerCommands commands = null; //private List swfs = new ArrayList<>(); - private boolean paused = true; private Map modulePaths = new HashMap<>(); private Map moduleToSwfIndex = new HashMap<>(); - + //Marks swfIndices that are fully loaded - at least one break was on it (including onloaded break) private Set swfIndicesCommited = new HashSet<>(); - - private Map swfIndicesNewToSwfHash = new HashMap<>(); - - + + private Map swfIndicesNewToSwfHash = new HashMap<>(); + private Map scriptToModule = new HashMap<>(); private Map moduleToTraitIndex = new HashMap<>(); @@ -391,7 +388,7 @@ public class DebuggerHandler implements DebugConnectionListener { } invalidBreakPointMap.get(swf).get(scriptName).add(line); } - + private synchronized void markBreakPointConfirmed(SWF swf, String scriptName, int line) { if (!confirmedPointMap.containsKey(swf)) { confirmedPointMap.put(swf, new HashMap<>()); @@ -401,7 +398,7 @@ public class DebuggerHandler implements DebugConnectionListener { } confirmedPointMap.get(swf).get(scriptName).add(line); } - + private synchronized void markBreakPointValid(SWF swf, String scriptName, int line) { if (!invalidBreakPointMap.containsKey(swf)) { return; @@ -583,7 +580,6 @@ public class DebuggerHandler implements DebugConnectionListener { } } - public void disconnect() { frame = null; pool = null; @@ -693,7 +689,7 @@ public class DebuggerHandler implements DebugConnectionListener { swfIndicesCommited.clear(); swfIndicesNewToSwfHash.clear(); - + Map moduleNames = new HashMap<>(); final Pattern patAS3 = Pattern.compile("^(.*);(.*);(.*)\\.as$"); @@ -726,7 +722,7 @@ public class DebuggerHandler implements DebugConnectionListener { moduleToTraitIndex.clear(); moduleToMethodIndex.clear(); moduleToSwfIndex.clear(); - + con.addMessageListener(new DebugMessageListener() { @Override public void message(InScript sc) { @@ -753,17 +749,17 @@ public class DebuggerHandler implements DebugConnectionListener { name = DottedChain.parseWithSuffix(pkg).addWithSuffix(clsNameWithSuffix).toString(); swfHash = m.group("hash"); name = swfHash + ":" + "#PCODE abc:" + m.group("abc") + ",body:" + m.group("body") + ";" + name; - } else { + } else { if (pkg.contains(":")) { swfHash = pkg.substring(0, pkg.indexOf(":")); pkg = pkg.substring(pkg.indexOf(":") + 1); } - + name = swfHash + ":" + DottedChain.parseWithSuffix(pkg).addWithSuffix(clsNameWithSuffix).toPrintableString(con.isAS3); } } else { if (name.contains(":")) { - swfHash = name.substring(0, name.indexOf(":")); + swfHash = name.substring(0, name.indexOf(":")); } } Logger.getLogger(DebuggerHandler.class.getName()).log(Level.FINE, "Script added - index {0} name: {1}", new Object[]{file, name}); @@ -778,10 +774,10 @@ public class DebuggerHandler implements DebugConnectionListener { Logger.getLogger(DebuggerHandler.class.getName()).log(Level.FINE, "adding {0} to debugSwfs", swfIndex); swfIndicesCommited.add(swfIndex); debuggedSwfs.add(swf); - } + } } else { Logger.getLogger(DebuggerHandler.class.getName()).log(Level.FINE, "Swf index already commited"); - } + } } con.dropMessage(sc); } @@ -862,7 +858,7 @@ public class DebuggerHandler implements DebugConnectionListener { Logger.getLogger(DebuggerHandler.class.getName()).log(Level.INFO, "Breakpoint {0}:{1} submitted successfully", new Object[]{sname, isb.lines.get(i)}); } } - + con.addMessageListener(new DebugMessageListener() { @Override public void message(InContinue msg) { @@ -875,7 +871,7 @@ public class DebuggerHandler implements DebugConnectionListener { } } }); - + con.addMessageListener(new DebugMessageListener() { @Override public void message(InBreakAt message) { @@ -884,12 +880,11 @@ public class DebuggerHandler implements DebugConnectionListener { Logger.getLogger(DebuggerHandler.class.getName()).log(Level.FINE, "paused"); } - - + try { //ignore single InSetBreakpoint, otherwise setting breakpoints later won't work con.getMessage(InSetBreakpoint.class, DebuggerConnection.PREF_RESPONSE_TIMEOUT); - + breakInfo = con.getMessage(InBreakAtExt.class, DebuggerConnection.PREF_RESPONSE_TIMEOUT); breakReason = con.sendMessageWithTimeout(new OutGetBreakReason(con), InBreakReason.class); @@ -909,20 +904,19 @@ public class DebuggerHandler implements DebugConnectionListener { Logger.getLogger(DebuggerCommands.class.getName()).log(Level.SEVERE, "Invalid file: {0}", message.file); //return; } - - + final String[] reasonNames = new String[]{"unknown", "breakpoint", "watch", "fault", "stopRequest", "step", "halt", "scriptLoaded"}; String reason = reasonInt < reasonNames.length ? reasonNames[reasonInt] : reasonNames[0]; Logger.getLogger(DebuggerHandler.class.getName()).log(Level.FINE, "break at {0}:{1}, reason: {2}", new Object[]{newBreakScriptName, message.line, reason}); - + try { sendBreakPoints(); } catch (IOException ex) { //ignore Logger.getLogger(DebuggerHandler.class.getName()).log(Level.FINE, "send breakpoints exception: " + ex.getMessage()); } - + synchronized (DebuggerHandler.this) { breakScriptName = newBreakScriptName; breakIp = message.line; @@ -944,7 +938,7 @@ public class DebuggerHandler implements DebugConnectionListener { return; } Main.startWork(AppStrings.translate("work.halted"), null); - } else { + } else { Main.startWork(AppStrings.translate("work.breakat") + userBreakScriptName + ":" + message.line + " " + AppStrings.translate("debug.break.reason." + reason), null); } depth = 0; @@ -1015,14 +1009,14 @@ public class DebuggerHandler implements DebugConnectionListener { } SWF debuggedSwf = debuggedSwfs.get(swfIndex); String hash = Main.getSwfHash(debuggedSwf); - + Logger.getLogger(DebuggerHandler.class.getName()).log(Level.FINEST, "sending breakpoints of ", hash); - + if (toRemoveBPointMap.containsKey(debuggedSwf)) { for (String scriptName : toRemoveBPointMap.get(debuggedSwf).keySet()) { if (scriptName.startsWith("#PCODE") != Main.isDebugPCode()) { continue; - } + } int file = moduleIdOf(hash + ":" + scriptName); if (file > -1) { for (int line : toRemoveBPointMap.get(debuggedSwf).get(scriptName)) { @@ -1049,7 +1043,7 @@ public class DebuggerHandler implements DebugConnectionListener { if (scriptName.startsWith("#PCODE") != Main.isDebugPCode()) { continue; } - Logger.getLogger(DebuggerHandler.class.getName()).log(Level.FINEST, "searching for module of {0}:{1}", new Object[]{hash, scriptName}); + Logger.getLogger(DebuggerHandler.class.getName()).log(Level.FINEST, "searching for module of {0}:{1}", new Object[]{hash, scriptName}); int file = moduleIdOf(hash + ":" + scriptName); Logger.getLogger(DebuggerHandler.class.getName()).log(Level.FINEST, "module = {0}", file); if (file > -1) { @@ -1061,7 +1055,7 @@ public class DebuggerHandler implements DebugConnectionListener { markBreakPointValid(debuggedSwf, scriptName, line); toAddBPointMap.get(debuggedSwf).get(scriptName).remove(line); if (toAddBPointMap.get(debuggedSwf).get(scriptName).isEmpty()) { - toAddBPointMap.get(debuggedSwf).remove(scriptName); + toAddBPointMap.get(debuggedSwf).remove(scriptName); } if (toAddBPointMap.get(debuggedSwf).isEmpty()) { toAddBPointMap.remove(debuggedSwf); @@ -1076,7 +1070,7 @@ public class DebuggerHandler implements DebugConnectionListener { markBreakPointInvalid(debuggedSwf, scriptName, line); } } - } + } } } } diff --git a/src/com/jpexs/decompiler/flash/gui/DisplayPoint.java b/src/com/jpexs/decompiler/flash/gui/DisplayPoint.java index 4fca9b02b..b2af69965 100644 --- a/src/com/jpexs/decompiler/flash/gui/DisplayPoint.java +++ b/src/com/jpexs/decompiler/flash/gui/DisplayPoint.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2022-2024 JPEXS - * + * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or * (at your option) any later version. - * + * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. - * + * * You should have received a copy of the GNU General Public License * along with this program. If not, see . */ @@ -19,7 +19,6 @@ package com.jpexs.decompiler.flash.gui; import java.awt.geom.Point2D; /** - * * @author JPEXS */ public class DisplayPoint { diff --git a/src/com/jpexs/decompiler/flash/gui/DocsPanel.java b/src/com/jpexs/decompiler/flash/gui/DocsPanel.java index a028717d0..523a175d9 100644 --- a/src/com/jpexs/decompiler/flash/gui/DocsPanel.java +++ b/src/com/jpexs/decompiler/flash/gui/DocsPanel.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2016-2024 JPEXS - * + * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or * (at your option) any later version. - * + * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. - * + * * You should have received a copy of the GNU General Public License * along with this program. If not, see . */ @@ -26,7 +26,6 @@ import javax.swing.JPanel; import javax.swing.JScrollPane; /** - * * @author JPEXS */ public class DocsPanel extends JPanel implements DocsListener { diff --git a/src/com/jpexs/decompiler/flash/gui/EachRowRendererEditor.java b/src/com/jpexs/decompiler/flash/gui/EachRowRendererEditor.java index 875f5b180..8173aa5d2 100644 --- a/src/com/jpexs/decompiler/flash/gui/EachRowRendererEditor.java +++ b/src/com/jpexs/decompiler/flash/gui/EachRowRendererEditor.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS - * + * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or * (at your option) any later version. - * + * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. - * + * * You should have received a copy of the GNU General Public License * along with this program. If not, see . */ @@ -21,7 +21,6 @@ import javax.swing.table.TableCellEditor; import javax.swing.table.TableCellRenderer; /** - * * @author JPEXS */ public class EachRowRendererEditor extends JTable { diff --git a/src/com/jpexs/decompiler/flash/gui/ErrorLogFrame.java b/src/com/jpexs/decompiler/flash/gui/ErrorLogFrame.java index 0f423a50e..f17f68637 100644 --- a/src/com/jpexs/decompiler/flash/gui/ErrorLogFrame.java +++ b/src/com/jpexs/decompiler/flash/gui/ErrorLogFrame.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS - * + * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or * (at your option) any later version. - * + * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. - * + * * You should have received a copy of the GNU General Public License * along with this program. If not, see . */ @@ -53,7 +53,6 @@ import javax.swing.JTextArea; import javax.swing.JToggleButton; /** - * * @author JPEXS */ public class ErrorLogFrame extends AppFrame { diff --git a/src/com/jpexs/decompiler/flash/gui/ErrorState.java b/src/com/jpexs/decompiler/flash/gui/ErrorState.java index ddee838b3..c3f58d4c1 100644 --- a/src/com/jpexs/decompiler/flash/gui/ErrorState.java +++ b/src/com/jpexs/decompiler/flash/gui/ErrorState.java @@ -1,23 +1,22 @@ /* * Copyright (C) 2010-2024 JPEXS - * + * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or * (at your option) any later version. - * + * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. - * + * * You should have received a copy of the GNU General Public License * along with this program. If not, see . */ package com.jpexs.decompiler.flash.gui; /** - * * @author JPEXS */ public enum ErrorState { diff --git a/src/com/jpexs/decompiler/flash/gui/ExportDialog.java b/src/com/jpexs/decompiler/flash/gui/ExportDialog.java index c5bcff36a..a607da811 100644 --- a/src/com/jpexs/decompiler/flash/gui/ExportDialog.java +++ b/src/com/jpexs/decompiler/flash/gui/ExportDialog.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS - * + * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or * (at your option) any later version. - * + * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. - * + * * You should have received a copy of the GNU General Public License * along with this program. If not, see . */ @@ -69,7 +69,6 @@ import javax.swing.JPanel; import javax.swing.JTextField; /** - * * @author JPEXS */ public class ExportDialog extends AppDialog { diff --git a/src/com/jpexs/decompiler/flash/gui/FasterScrollPane.java b/src/com/jpexs/decompiler/flash/gui/FasterScrollPane.java index d591914ac..ce648986e 100644 --- a/src/com/jpexs/decompiler/flash/gui/FasterScrollPane.java +++ b/src/com/jpexs/decompiler/flash/gui/FasterScrollPane.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2021-2024 JPEXS - * + * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or * (at your option) any later version. - * + * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. - * + * * You should have received a copy of the GNU General Public License * along with this program. If not, see . */ @@ -21,7 +21,6 @@ import javax.swing.JScrollPane; import javax.swing.Scrollable; /** - * * @author JPEXS */ public class FasterScrollPane extends JScrollPane { diff --git a/src/com/jpexs/decompiler/flash/gui/FileChooserImagePreview.java b/src/com/jpexs/decompiler/flash/gui/FileChooserImagePreview.java index 913c71a2d..d64b78cbd 100644 --- a/src/com/jpexs/decompiler/flash/gui/FileChooserImagePreview.java +++ b/src/com/jpexs/decompiler/flash/gui/FileChooserImagePreview.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS - * + * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or * (at your option) any later version. - * + * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. - * + * * You should have received a copy of the GNU General Public License * along with this program. If not, see . */ diff --git a/src/com/jpexs/decompiler/flash/gui/FilesChangedDialog.java b/src/com/jpexs/decompiler/flash/gui/FilesChangedDialog.java index 1e6d9a90a..704c01ce4 100644 --- a/src/com/jpexs/decompiler/flash/gui/FilesChangedDialog.java +++ b/src/com/jpexs/decompiler/flash/gui/FilesChangedDialog.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2021-2024 JPEXS - * + * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or * (at your option) any later version. - * + * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. - * + * * You should have received a copy of the GNU General Public License * along with this program. If not, see . */ @@ -35,7 +35,6 @@ import javax.swing.JPanel; import javax.swing.border.EmptyBorder; /** - * * @author JPEXS */ public class FilesChangedDialog extends AppDialog { @@ -150,8 +149,8 @@ public class FilesChangedDialog extends AppDialog { filesList.setModel(listModel); } - private void cancelButtonActionPerformed(ActionEvent evt) { - clearList(); + private void cancelButtonActionPerformed(ActionEvent evt) { + clearList(); setVisible(false); } } diff --git a/src/com/jpexs/decompiler/flash/gui/FlashUnsupportedException.java b/src/com/jpexs/decompiler/flash/gui/FlashUnsupportedException.java index 0915e849b..b27ae8f0a 100644 --- a/src/com/jpexs/decompiler/flash/gui/FlashUnsupportedException.java +++ b/src/com/jpexs/decompiler/flash/gui/FlashUnsupportedException.java @@ -1,23 +1,22 @@ /* * Copyright (C) 2010-2024 JPEXS - * + * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or * (at your option) any later version. - * + * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. - * + * * You should have received a copy of the GNU General Public License * along with this program. If not, see . */ package com.jpexs.decompiler.flash.gui; /** - * * @author JPEXS */ public class FlashUnsupportedException extends RuntimeException { diff --git a/src/com/jpexs/decompiler/flash/gui/FolderListPanel.java b/src/com/jpexs/decompiler/flash/gui/FolderListPanel.java index 60ca6498a..31e7119e5 100644 --- a/src/com/jpexs/decompiler/flash/gui/FolderListPanel.java +++ b/src/com/jpexs/decompiler/flash/gui/FolderListPanel.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2022-2024 JPEXS - * + * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or * (at your option) any later version. - * + * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. - * + * * You should have received a copy of the GNU General Public License * along with this program. If not, see . */ @@ -52,7 +52,6 @@ import org.pushingpixels.substance.api.SubstanceLookAndFeel; import org.pushingpixels.substance.api.SubstanceSkin; /** - * * @author JPEXS */ public class FolderListPanel extends JPanel { diff --git a/src/com/jpexs/decompiler/flash/gui/FolderPreviewPanel.java b/src/com/jpexs/decompiler/flash/gui/FolderPreviewPanel.java index a479ddd4b..746ce168e 100644 --- a/src/com/jpexs/decompiler/flash/gui/FolderPreviewPanel.java +++ b/src/com/jpexs/decompiler/flash/gui/FolderPreviewPanel.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS - * + * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or * (at your option) any later version. - * + * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. - * + * * You should have received a copy of the GNU General Public License * along with this program. If not, see . */ @@ -61,7 +61,6 @@ import org.pushingpixels.substance.api.SubstanceLookAndFeel; import org.pushingpixels.substance.api.SubstanceSkin; /** - * * @author JPEXS */ public class FolderPreviewPanel extends JPanel { diff --git a/src/com/jpexs/decompiler/flash/gui/FontEmbedDialog.java b/src/com/jpexs/decompiler/flash/gui/FontEmbedDialog.java index 9826cf16e..0c9830063 100644 --- a/src/com/jpexs/decompiler/flash/gui/FontEmbedDialog.java +++ b/src/com/jpexs/decompiler/flash/gui/FontEmbedDialog.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS - * + * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or * (at your option) any later version. - * + * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. - * + * * You should have received a copy of the GNU General Public License * along with this program. If not, see . */ @@ -53,7 +53,6 @@ import javax.swing.event.DocumentListener; import javax.swing.filechooser.FileFilter; /** - * * @author JPEXS */ public class FontEmbedDialog extends AppDialog { diff --git a/src/com/jpexs/decompiler/flash/gui/FontFace.java b/src/com/jpexs/decompiler/flash/gui/FontFace.java index ab8cd360d..37ec3e4c7 100644 --- a/src/com/jpexs/decompiler/flash/gui/FontFace.java +++ b/src/com/jpexs/decompiler/flash/gui/FontFace.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS - * + * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or * (at your option) any later version. - * + * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. - * + * * You should have received a copy of the GNU General Public License * along with this program. If not, see . */ @@ -20,7 +20,6 @@ import java.awt.Font; import java.util.Objects; /** - * * @author JPEXS */ public class FontFace implements Comparable { diff --git a/src/com/jpexs/decompiler/flash/gui/FontFamily.java b/src/com/jpexs/decompiler/flash/gui/FontFamily.java index 925c516cf..d1874fb0a 100644 --- a/src/com/jpexs/decompiler/flash/gui/FontFamily.java +++ b/src/com/jpexs/decompiler/flash/gui/FontFamily.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS - * + * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or * (at your option) any later version. - * + * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. - * + * * You should have received a copy of the GNU General Public License * along with this program. If not, see . */ @@ -21,7 +21,6 @@ import java.util.Locale; import java.util.Objects; /** - * * @author JPEXS */ public class FontFamily implements Comparable { diff --git a/src/com/jpexs/decompiler/flash/gui/FontPanel.java b/src/com/jpexs/decompiler/flash/gui/FontPanel.java index 50785bed8..afca9bd84 100644 --- a/src/com/jpexs/decompiler/flash/gui/FontPanel.java +++ b/src/com/jpexs/decompiler/flash/gui/FontPanel.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS - * + * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or * (at your option) any later version. - * + * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. - * + * * You should have received a copy of the GNU General Public License * along with this program. If not, see . */ @@ -64,7 +64,6 @@ import javax.swing.filechooser.FileFilter; import layout.TableLayout; /** - * * @author JPEXS */ public class FontPanel extends JPanel implements TagEditorPanel { diff --git a/src/com/jpexs/decompiler/flash/gui/FontPreviewDialog.java b/src/com/jpexs/decompiler/flash/gui/FontPreviewDialog.java index cd61f2499..befbfda1f 100644 --- a/src/com/jpexs/decompiler/flash/gui/FontPreviewDialog.java +++ b/src/com/jpexs/decompiler/flash/gui/FontPreviewDialog.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS - * + * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or * (at your option) any later version. - * + * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. - * + * * You should have received a copy of the GNU General Public License * along with this program. If not, see . */ @@ -30,7 +30,6 @@ import javax.swing.ComboBoxModel; import javax.swing.DefaultComboBoxModel; /** - * * @author JPEXS */ public class FontPreviewDialog extends AppDialog { @@ -131,6 +130,7 @@ public class FontPreviewDialog extends AppDialog { public void componentMoved(java.awt.event.ComponentEvent evt) { formComponentMoved(evt); } + public void componentResized(java.awt.event.ComponentEvent evt) { formComponentResized(evt); } @@ -175,59 +175,59 @@ public class FontPreviewDialog extends AppDialog { jPanel1.setLayout(jPanel1Layout); jPanel1Layout.setHorizontalGroup( jPanel1Layout.createParallelGroup(javax.swing.GroupLayout.Alignment.LEADING) - .addGroup(jPanel1Layout.createSequentialGroup() - .addContainerGap() - .addGroup(jPanel1Layout.createParallelGroup(javax.swing.GroupLayout.Alignment.LEADING) - .addComponent(jLabel2) - .addComponent(jLabel3) - .addComponent(jLabel4) - .addComponent(jLabel5) - .addComponent(jLabel6) - .addComponent(jLabel7) - .addComponent(jLabel8)) - .addPreferredGap(javax.swing.LayoutStyle.ComponentPlacement.RELATED) - .addGroup(jPanel1Layout.createParallelGroup(javax.swing.GroupLayout.Alignment.LEADING) - .addComponent(labelSample72) - .addComponent(labelSample18) - .addComponent(labelSample12) - .addComponent(labelSample24) - .addComponent(labelSample36) - .addComponent(labelSample48) - .addComponent(labelSample60)) - .addContainerGap(692, Short.MAX_VALUE)) + .addGroup(jPanel1Layout.createSequentialGroup() + .addContainerGap() + .addGroup(jPanel1Layout.createParallelGroup(javax.swing.GroupLayout.Alignment.LEADING) + .addComponent(jLabel2) + .addComponent(jLabel3) + .addComponent(jLabel4) + .addComponent(jLabel5) + .addComponent(jLabel6) + .addComponent(jLabel7) + .addComponent(jLabel8)) + .addPreferredGap(javax.swing.LayoutStyle.ComponentPlacement.RELATED) + .addGroup(jPanel1Layout.createParallelGroup(javax.swing.GroupLayout.Alignment.LEADING) + .addComponent(labelSample72) + .addComponent(labelSample18) + .addComponent(labelSample12) + .addComponent(labelSample24) + .addComponent(labelSample36) + .addComponent(labelSample48) + .addComponent(labelSample60)) + .addContainerGap(692, Short.MAX_VALUE)) ); jPanel1Layout.setVerticalGroup( jPanel1Layout.createParallelGroup(javax.swing.GroupLayout.Alignment.LEADING) - .addGroup(jPanel1Layout.createSequentialGroup() - .addContainerGap() - .addGroup(jPanel1Layout.createParallelGroup(javax.swing.GroupLayout.Alignment.BASELINE) - .addComponent(labelSample12) - .addComponent(jLabel2)) - .addPreferredGap(javax.swing.LayoutStyle.ComponentPlacement.RELATED) - .addGroup(jPanel1Layout.createParallelGroup(javax.swing.GroupLayout.Alignment.BASELINE) - .addComponent(labelSample18) - .addComponent(jLabel3)) - .addPreferredGap(javax.swing.LayoutStyle.ComponentPlacement.RELATED) - .addGroup(jPanel1Layout.createParallelGroup(javax.swing.GroupLayout.Alignment.BASELINE) - .addComponent(labelSample24) - .addComponent(jLabel4)) - .addPreferredGap(javax.swing.LayoutStyle.ComponentPlacement.RELATED) - .addGroup(jPanel1Layout.createParallelGroup(javax.swing.GroupLayout.Alignment.BASELINE) - .addComponent(labelSample36) - .addComponent(jLabel5)) - .addPreferredGap(javax.swing.LayoutStyle.ComponentPlacement.RELATED) - .addGroup(jPanel1Layout.createParallelGroup(javax.swing.GroupLayout.Alignment.BASELINE) - .addComponent(labelSample48) - .addComponent(jLabel6)) - .addPreferredGap(javax.swing.LayoutStyle.ComponentPlacement.RELATED) - .addGroup(jPanel1Layout.createParallelGroup(javax.swing.GroupLayout.Alignment.BASELINE) - .addComponent(labelSample60) - .addComponent(jLabel7)) - .addPreferredGap(javax.swing.LayoutStyle.ComponentPlacement.RELATED) - .addGroup(jPanel1Layout.createParallelGroup(javax.swing.GroupLayout.Alignment.BASELINE) - .addComponent(labelSample72) - .addComponent(jLabel8)) - .addContainerGap()) + .addGroup(jPanel1Layout.createSequentialGroup() + .addContainerGap() + .addGroup(jPanel1Layout.createParallelGroup(javax.swing.GroupLayout.Alignment.BASELINE) + .addComponent(labelSample12) + .addComponent(jLabel2)) + .addPreferredGap(javax.swing.LayoutStyle.ComponentPlacement.RELATED) + .addGroup(jPanel1Layout.createParallelGroup(javax.swing.GroupLayout.Alignment.BASELINE) + .addComponent(labelSample18) + .addComponent(jLabel3)) + .addPreferredGap(javax.swing.LayoutStyle.ComponentPlacement.RELATED) + .addGroup(jPanel1Layout.createParallelGroup(javax.swing.GroupLayout.Alignment.BASELINE) + .addComponent(labelSample24) + .addComponent(jLabel4)) + .addPreferredGap(javax.swing.LayoutStyle.ComponentPlacement.RELATED) + .addGroup(jPanel1Layout.createParallelGroup(javax.swing.GroupLayout.Alignment.BASELINE) + .addComponent(labelSample36) + .addComponent(jLabel5)) + .addPreferredGap(javax.swing.LayoutStyle.ComponentPlacement.RELATED) + .addGroup(jPanel1Layout.createParallelGroup(javax.swing.GroupLayout.Alignment.BASELINE) + .addComponent(labelSample48) + .addComponent(jLabel6)) + .addPreferredGap(javax.swing.LayoutStyle.ComponentPlacement.RELATED) + .addGroup(jPanel1Layout.createParallelGroup(javax.swing.GroupLayout.Alignment.BASELINE) + .addComponent(labelSample60) + .addComponent(jLabel7)) + .addPreferredGap(javax.swing.LayoutStyle.ComponentPlacement.RELATED) + .addGroup(jPanel1Layout.createParallelGroup(javax.swing.GroupLayout.Alignment.BASELINE) + .addComponent(labelSample72) + .addComponent(jLabel8)) + .addContainerGap()) ); jScrollPane1.setViewportView(jPanel1); @@ -248,29 +248,29 @@ public class FontPreviewDialog extends AppDialog { getContentPane().setLayout(layout); layout.setHorizontalGroup( layout.createParallelGroup(javax.swing.GroupLayout.Alignment.LEADING) - .addGroup(layout.createSequentialGroup() - .addContainerGap() - .addGroup(layout.createParallelGroup(javax.swing.GroupLayout.Alignment.LEADING) - .addComponent(comboBoxSampleTexts, 0, javax.swing.GroupLayout.DEFAULT_SIZE, Short.MAX_VALUE) - .addGroup(layout.createSequentialGroup() - .addComponent(jLabel1) - .addPreferredGap(javax.swing.LayoutStyle.ComponentPlacement.RELATED) - .addComponent(labelFontName) - .addGap(519, 519, 519))) - .addContainerGap()) - .addComponent(jScrollPane1) + .addGroup(layout.createSequentialGroup() + .addContainerGap() + .addGroup(layout.createParallelGroup(javax.swing.GroupLayout.Alignment.LEADING) + .addComponent(comboBoxSampleTexts, 0, javax.swing.GroupLayout.DEFAULT_SIZE, Short.MAX_VALUE) + .addGroup(layout.createSequentialGroup() + .addComponent(jLabel1) + .addPreferredGap(javax.swing.LayoutStyle.ComponentPlacement.RELATED) + .addComponent(labelFontName) + .addGap(519, 519, 519))) + .addContainerGap()) + .addComponent(jScrollPane1) ); layout.setVerticalGroup( layout.createParallelGroup(javax.swing.GroupLayout.Alignment.LEADING) - .addGroup(javax.swing.GroupLayout.Alignment.TRAILING, layout.createSequentialGroup() - .addContainerGap() - .addComponent(comboBoxSampleTexts, javax.swing.GroupLayout.PREFERRED_SIZE, javax.swing.GroupLayout.DEFAULT_SIZE, javax.swing.GroupLayout.PREFERRED_SIZE) - .addPreferredGap(javax.swing.LayoutStyle.ComponentPlacement.RELATED) - .addGroup(layout.createParallelGroup(javax.swing.GroupLayout.Alignment.BASELINE) - .addComponent(jLabel1) - .addComponent(labelFontName)) - .addPreferredGap(javax.swing.LayoutStyle.ComponentPlacement.RELATED) - .addComponent(jScrollPane1, javax.swing.GroupLayout.DEFAULT_SIZE, 431, Short.MAX_VALUE)) + .addGroup(javax.swing.GroupLayout.Alignment.TRAILING, layout.createSequentialGroup() + .addContainerGap() + .addComponent(comboBoxSampleTexts, javax.swing.GroupLayout.PREFERRED_SIZE, javax.swing.GroupLayout.DEFAULT_SIZE, javax.swing.GroupLayout.PREFERRED_SIZE) + .addPreferredGap(javax.swing.LayoutStyle.ComponentPlacement.RELATED) + .addGroup(layout.createParallelGroup(javax.swing.GroupLayout.Alignment.BASELINE) + .addComponent(jLabel1) + .addComponent(labelFontName)) + .addPreferredGap(javax.swing.LayoutStyle.ComponentPlacement.RELATED) + .addComponent(jScrollPane1, javax.swing.GroupLayout.DEFAULT_SIZE, 431, Short.MAX_VALUE)) ); pack(); diff --git a/src/com/jpexs/decompiler/flash/gui/GenericTagPanel.java b/src/com/jpexs/decompiler/flash/gui/GenericTagPanel.java index e259df75c..c0dccabc6 100644 --- a/src/com/jpexs/decompiler/flash/gui/GenericTagPanel.java +++ b/src/com/jpexs/decompiler/flash/gui/GenericTagPanel.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS - * + * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or * (at your option) any later version. - * + * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. - * + * * You should have received a copy of the GNU General Public License * along with this program. If not, see . */ diff --git a/src/com/jpexs/decompiler/flash/gui/GenericTagTreePanel.java b/src/com/jpexs/decompiler/flash/gui/GenericTagTreePanel.java index b1967c5dc..de5f05f87 100644 --- a/src/com/jpexs/decompiler/flash/gui/GenericTagTreePanel.java +++ b/src/com/jpexs/decompiler/flash/gui/GenericTagTreePanel.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS - * + * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or * (at your option) any later version. - * + * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. - * + * * You should have received a copy of the GNU General Public License * along with this program. If not, see . */ @@ -108,7 +108,6 @@ import javax.swing.tree.TreeModel; import javax.swing.tree.TreePath; /** - * * @author JPEXS */ public class GenericTagTreePanel extends GenericTagPanel { diff --git a/src/com/jpexs/decompiler/flash/gui/GraphDialog.java b/src/com/jpexs/decompiler/flash/gui/GraphDialog.java index 33504a8a8..6ad89ebd0 100644 --- a/src/com/jpexs/decompiler/flash/gui/GraphDialog.java +++ b/src/com/jpexs/decompiler/flash/gui/GraphDialog.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS - * + * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or * (at your option) any later version. - * + * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. - * + * * You should have received a copy of the GNU General Public License * along with this program. If not, see . */ @@ -48,7 +48,6 @@ import javax.swing.JViewport; import javax.swing.SwingUtilities; /** - * * @author JPEXS */ public class GraphDialog extends AppDialog { diff --git a/src/com/jpexs/decompiler/flash/gui/GraphTreeFrame.java b/src/com/jpexs/decompiler/flash/gui/GraphTreeFrame.java index ca9576508..384c23005 100644 --- a/src/com/jpexs/decompiler/flash/gui/GraphTreeFrame.java +++ b/src/com/jpexs/decompiler/flash/gui/GraphTreeFrame.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS - * + * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or * (at your option) any later version. - * + * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. - * + * * You should have received a copy of the GNU General Public License * along with this program. If not, see . */ @@ -26,7 +26,6 @@ import javax.swing.tree.TreeModel; import javax.swing.tree.TreePath; /** - * * @author JPEXS */ public class GraphTreeFrame extends AppFrame { diff --git a/src/com/jpexs/decompiler/flash/gui/GuiAbortRetryIgnoreHandler.java b/src/com/jpexs/decompiler/flash/gui/GuiAbortRetryIgnoreHandler.java index 56562878c..76d066230 100644 --- a/src/com/jpexs/decompiler/flash/gui/GuiAbortRetryIgnoreHandler.java +++ b/src/com/jpexs/decompiler/flash/gui/GuiAbortRetryIgnoreHandler.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS - * + * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or * (at your option) any later version. - * + * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. - * + * * You should have received a copy of the GNU General Public License * along with this program. If not, see . */ @@ -21,7 +21,6 @@ import java.awt.Component; import javax.swing.JOptionPane; /** - * * @author JPEXS */ public class GuiAbortRetryIgnoreHandler implements AbortRetryIgnoreHandler { diff --git a/src/com/jpexs/decompiler/flash/gui/HeaderInfoPanel.java b/src/com/jpexs/decompiler/flash/gui/HeaderInfoPanel.java index 8c4087cfd..9073d000b 100644 --- a/src/com/jpexs/decompiler/flash/gui/HeaderInfoPanel.java +++ b/src/com/jpexs/decompiler/flash/gui/HeaderInfoPanel.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS - * + * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or * (at your option) any later version. - * + * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. - * + * * You should have received a copy of the GNU General Public License * along with this program. If not, see . */ @@ -46,7 +46,6 @@ import javax.swing.event.ChangeEvent; import layout.TableLayout; /** - * * @author JPEXS */ public class HeaderInfoPanel extends JPanel implements TagEditorPanel { diff --git a/src/com/jpexs/decompiler/flash/gui/HeaderLabel.java b/src/com/jpexs/decompiler/flash/gui/HeaderLabel.java index fc7bc40a4..75eea8176 100644 --- a/src/com/jpexs/decompiler/flash/gui/HeaderLabel.java +++ b/src/com/jpexs/decompiler/flash/gui/HeaderLabel.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS - * + * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or * (at your option) any later version. - * + * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. - * + * * You should have received a copy of the GNU General Public License * along with this program. If not, see . */ @@ -34,7 +34,6 @@ import org.pushingpixels.substance.api.painter.border.StandardBorderPainter; import org.pushingpixels.substance.internal.utils.SubstanceOutlineUtilities; /** - * * @author JPEXS */ public class HeaderLabel extends JLabel { diff --git a/src/com/jpexs/decompiler/flash/gui/HtmlLabel.java b/src/com/jpexs/decompiler/flash/gui/HtmlLabel.java index ed2974fbc..36eeaa0dd 100644 --- a/src/com/jpexs/decompiler/flash/gui/HtmlLabel.java +++ b/src/com/jpexs/decompiler/flash/gui/HtmlLabel.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2016-2024 JPEXS - * + * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or * (at your option) any later version. - * + * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. - * + * * You should have received a copy of the GNU General Public License * along with this program. If not, see . */ diff --git a/src/com/jpexs/decompiler/flash/gui/ImagePanel.java b/src/com/jpexs/decompiler/flash/gui/ImagePanel.java index ccefbc8f6..c4ef8a17f 100644 --- a/src/com/jpexs/decompiler/flash/gui/ImagePanel.java +++ b/src/com/jpexs/decompiler/flash/gui/ImagePanel.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS - * + * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or * (at your option) any later version. - * + * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. - * + * * You should have received a copy of the GNU General Public License * along with this program. If not, see . */ @@ -129,7 +129,6 @@ import org.pushingpixels.substance.api.SubstanceLookAndFeel; import org.pushingpixels.substance.api.SubstanceSkin; /** - * * @author JPEXS */ public final class ImagePanel extends JPanel implements MediaDisplay { @@ -1806,7 +1805,7 @@ public final class ImagePanel extends JPanel implements MediaDisplay { double m = (p1.y - p0.y) / (double) (p1.x - p0.x); double b = p0.y - m * p0.x; - double m_perp = - 1 / m; + double m_perp = -1 / m; double b_perp = p.getY() - m_perp * p.getX(); diff --git a/src/com/jpexs/decompiler/flash/gui/Language.java b/src/com/jpexs/decompiler/flash/gui/Language.java index 25941f139..f756eecc1 100644 --- a/src/com/jpexs/decompiler/flash/gui/Language.java +++ b/src/com/jpexs/decompiler/flash/gui/Language.java @@ -1,23 +1,22 @@ /* * Copyright (C) 2010-2024 JPEXS - * + * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or * (at your option) any later version. - * + * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. - * + * * You should have received a copy of the GNU General Public License * along with this program. If not, see . */ package com.jpexs.decompiler.flash.gui; /** - * * @author JPEXS */ public class Language { diff --git a/src/com/jpexs/decompiler/flash/gui/LazyCardLayout.java b/src/com/jpexs/decompiler/flash/gui/LazyCardLayout.java index 0b6933b41..58ccad0be 100644 --- a/src/com/jpexs/decompiler/flash/gui/LazyCardLayout.java +++ b/src/com/jpexs/decompiler/flash/gui/LazyCardLayout.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS - * + * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or * (at your option) any later version. - * + * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. - * + * * You should have received a copy of the GNU General Public License * along with this program. If not, see . */ @@ -23,7 +23,6 @@ import java.util.HashMap; import java.util.Map; /** - * * @author JPEXS */ public class LazyCardLayout extends CardLayout { diff --git a/src/com/jpexs/decompiler/flash/gui/LinkLabel.java b/src/com/jpexs/decompiler/flash/gui/LinkLabel.java index 7b66087dd..82b35e91e 100644 --- a/src/com/jpexs/decompiler/flash/gui/LinkLabel.java +++ b/src/com/jpexs/decompiler/flash/gui/LinkLabel.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS - * + * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or * (at your option) any later version. - * + * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. - * + * * You should have received a copy of the GNU General Public License * along with this program. If not, see . */ diff --git a/src/com/jpexs/decompiler/flash/gui/ListLayout.java b/src/com/jpexs/decompiler/flash/gui/ListLayout.java index 14c278673..d06c4c8d0 100644 --- a/src/com/jpexs/decompiler/flash/gui/ListLayout.java +++ b/src/com/jpexs/decompiler/flash/gui/ListLayout.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS - * + * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or * (at your option) any later version. - * + * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. - * + * * You should have received a copy of the GNU General Public License * along with this program. If not, see . */ @@ -23,7 +23,6 @@ import java.awt.Insets; import java.awt.LayoutManager; /** - * * @author JPEXS */ public class ListLayout implements LayoutManager { diff --git a/src/com/jpexs/decompiler/flash/gui/LoadFromMemoryFrame.java b/src/com/jpexs/decompiler/flash/gui/LoadFromMemoryFrame.java index ae24faeba..0e34f1277 100644 --- a/src/com/jpexs/decompiler/flash/gui/LoadFromMemoryFrame.java +++ b/src/com/jpexs/decompiler/flash/gui/LoadFromMemoryFrame.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS - * + * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or * (at your option) any later version. - * + * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. - * + * * You should have received a copy of the GNU General Public License * along with this program. If not, see . */ @@ -72,7 +72,6 @@ import javax.swing.table.TableCellRenderer; import javax.swing.table.TableRowSorter; /** - * * @author JPEXS */ public class LoadFromMemoryFrame extends AppFrame { diff --git a/src/com/jpexs/decompiler/flash/gui/LoadingDialog.java b/src/com/jpexs/decompiler/flash/gui/LoadingDialog.java index 682309652..19df8d2b7 100644 --- a/src/com/jpexs/decompiler/flash/gui/LoadingDialog.java +++ b/src/com/jpexs/decompiler/flash/gui/LoadingDialog.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS - * + * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or * (at your option) any later version. - * + * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. - * + * * You should have received a copy of the GNU General Public License * along with this program. If not, see . */ @@ -69,7 +69,6 @@ public class LoadingDialog extends AppDialog { /** * Constructor - * */ public LoadingDialog(Window owner) { super(owner); diff --git a/src/com/jpexs/decompiler/flash/gui/LoadingPanel.java b/src/com/jpexs/decompiler/flash/gui/LoadingPanel.java index 6949ca07f..88276555a 100644 --- a/src/com/jpexs/decompiler/flash/gui/LoadingPanel.java +++ b/src/com/jpexs/decompiler/flash/gui/LoadingPanel.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS - * + * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or * (at your option) any later version. - * + * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. - * + * * You should have received a copy of the GNU General Public License * along with this program. If not, see . */ diff --git a/src/com/jpexs/decompiler/flash/gui/LogFormatter.java b/src/com/jpexs/decompiler/flash/gui/LogFormatter.java index 7c5811d29..dd1f2529a 100644 --- a/src/com/jpexs/decompiler/flash/gui/LogFormatter.java +++ b/src/com/jpexs/decompiler/flash/gui/LogFormatter.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS - * + * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or * (at your option) any later version. - * + * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. - * + * * You should have received a copy of the GNU General Public License * along with this program. If not, see . */ @@ -26,7 +26,6 @@ import java.util.logging.Level; import java.util.logging.LogRecord; /** - * * @author JPEXS */ public class LogFormatter extends Formatter { diff --git a/src/com/jpexs/decompiler/flash/gui/Main.java b/src/com/jpexs/decompiler/flash/gui/Main.java index 7891e1428..71c9046f0 100644 --- a/src/com/jpexs/decompiler/flash/gui/Main.java +++ b/src/com/jpexs/decompiler/flash/gui/Main.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS - * + * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or * (at your option) any later version. - * + * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. - * + * * You should have received a copy of the GNU General Public License * along with this program. If not, see . */ @@ -208,15 +208,15 @@ public class Main { public static CancellableWorker swfPrepareWorker = null; public static String currentDebuggerPackage = null; - + private static SWF runningSWF = null; - + private static SwfPreparation runningPreparation = null; public static SWF getRunningSWF() { return runningSWF; - } - + } + public static boolean isSwfAir(Openable openable) { SwfSpecificCustomConfiguration conf = Configuration.getSwfSpecificCustomConfiguration(openable.getShortPathTitle()); if (conf != null) { @@ -552,10 +552,10 @@ public class Main { if (importedFile.exists()) { File newTempFile = createTempFileInDir(tempFilesDir, "~ffdec_run_import_", ".swf"); it.setUrl("./" + newTempFile.getName()); - byte[] impData = Helper.readFile(importedFile.getAbsolutePath()); + byte[] impData = Helper.readFile(importedFile.getAbsolutePath()); Helper.writeFile(newTempFile.getAbsolutePath(), impData); tempFiles.add(newTempFile); - prepareSwf("imported_" + md5(impData),prep, newTempFile, importedFile, tempFilesDir, tempFiles); + prepareSwf("imported_" + md5(impData), prep, newTempFile, importedFile, tempFilesDir, tempFiles); } } } @@ -568,8 +568,8 @@ public class Main { } } } - - private static File createTempFileInDir(File tempFilesDir, String prefix, String suffix) throws IOException { + + private static File createTempFileInDir(File tempFilesDir, String prefix, String suffix) throws IOException { if (tempFilesDir == null || !tempFilesDir.isDirectory()) { return File.createTempFile(prefix, suffix); } @@ -614,9 +614,9 @@ public class Main { return; } File tempRunDir = swf.getFile() == null ? null : new File(swf.getFile()).getParentFile(); - + File tempFile; - List tempFiles = new ArrayList<>(); + List tempFiles = new ArrayList<>(); try { tempFile = createTempFileInDir(tempRunDir, "~ffdec_run_", ".swf"); @@ -628,7 +628,7 @@ public class Main { swfToSave.saveTo(fos, false, swf.gfx); } - prepareSwf("main",new SwfRunPrepare(), tempFile, swf.getFile() == null ? null : new File(swf.getFile()), tempRunDir, tempFiles); + prepareSwf("main", new SwfRunPrepare(), tempFile, swf.getFile() == null ? null : new File(swf.getFile()), tempRunDir, tempFiles); } catch (IOException ex) { return; @@ -640,7 +640,7 @@ public class Main { runTempFile = tempFile; runTempFiles = tempFiles; runProcessDebug = false; - runningSWF = swf; + runningSWF = swf; runningPreparation = new SwfRunPrepare(); } runPlayer(AppStrings.translate("work.running"), playerLocation, tempFile.getAbsolutePath(), flashVars); @@ -658,12 +658,12 @@ public class Main { if (swf == null) { return; } - debugHandler.setMainDebuggedSwf(swf); + debugHandler.setMainDebuggedSwf(swf); File tempRunDir = swf.getFile() == null ? null : new File(swf.getFile()).getParentFile(); File tempFile = null; try { - tempFile = createTempFileInDir(tempRunDir, "~ffdec_debug_", ".swf"); + tempFile = createTempFileInDir(tempRunDir, "~ffdec_debug_", ".swf"); } catch (Exception ex) { //ignored } @@ -1982,7 +1982,7 @@ public class Main { } public static boolean saveFileDialog(Openable openable, final SaveFileMode mode) { - + String ext = ".swf"; switch (mode) { case SAVE: @@ -1995,7 +1995,6 @@ public class Main { ext = ".exe"; break; } - String icon = "save"; if (mode == SaveFileMode.SAVEAS) { @@ -2055,7 +2054,7 @@ public class Main { return AppStrings.translate("filter.exe.wrapper"); } }; - + FileFilter projectorWinFilter = new FileFilter() { @Override public boolean accept(File f) { @@ -2067,7 +2066,7 @@ public class Main { return AppStrings.translate("filter.exe.projectorWin"); } }; - + FileFilter projectorMacFilter = new FileFilter() { @Override public boolean accept(File f) { @@ -2079,7 +2078,7 @@ public class Main { return AppStrings.translate("filter.exe.projectorMac"); } }; - + FileFilter projectorLinuxFilter = new FileFilter() { @Override public boolean accept(File f) { @@ -2095,12 +2094,12 @@ public class Main { exeExportMode = Configuration.exeExportMode.get(); if (exeExportMode == null) { exeExportMode = ExeExportMode.WRAPPER; - } + } fc.addChoosableFileFilter(wrapperFilter); fc.addChoosableFileFilter(projectorWinFilter); fc.addChoosableFileFilter(projectorMacFilter); fc.addChoosableFileFilter(projectorLinuxFilter); - + switch (exeExportMode) { case WRAPPER: fc.setFileFilter(wrapperFilter); @@ -2116,7 +2115,7 @@ public class Main { // todo: decompress fc.setFileFilter(projectorLinuxFilter); break; - } + } } else if ((openable instanceof SWF) && ((SWF) openable).gfx) { fc.addChoosableFileFilter(swfFilter); fc.setFileFilter(gfxFilter); @@ -2157,7 +2156,7 @@ public class Main { } exeExportMode = ExeExportMode.WRAPPER; } - if (selFilter == projectorWinFilter) { + if (selFilter == projectorWinFilter) { if (!fileName.toLowerCase(Locale.ENGLISH).endsWith(".exe")) { fileName += ".exe"; } @@ -2444,15 +2443,15 @@ public class Main { continue; } - for (OpenableSourceInfo info : sourceInfos) { - final String infoFile = info.getFile(); - if (infoFile != null && new File(infoFile).equals(fullPath)) { - for (OpenableList list :Main.getMainFrame().getPanel().getSwfs()) { + for (OpenableSourceInfo info : sourceInfos) { + final String infoFile = info.getFile(); + if (infoFile != null && new File(infoFile).equals(fullPath)) { + for (OpenableList list : Main.getMainFrame().getPanel().getSwfs()) { if (info == list.sourceInfo) { list.setModified(); } } - + View.execInEventDispatchLater(new Runnable() { @Override public void run() { @@ -2482,16 +2481,16 @@ public class Main { watcherWorker.execute(); } - DebuggerTools.initDebugger().addMessageListener(new DebugAdapter() { - + DebuggerTools.initDebugger().addMessageListener(new DebugAdapter() { + @Override public boolean isModifyBytesSupported() { return true; } - + @Override - public void onLoaderModifyBytes(String clientId, byte[] inputData, String url, DebugLoaderDataModified modifiedListener) { - + public void onLoaderModifyBytes(String clientId, byte[] inputData, String url, DebugLoaderDataModified modifiedListener) { + final String hash = md5(inputData); OpenableOpened afterLoad = new OpenableOpened() { @Override @@ -2500,12 +2499,12 @@ public class Main { SWF mainSWF = getRunningSWF(); File tempRunDir = mainSWF.getFile() == null ? null : new File(mainSWF.getFile()).getParentFile(); File tempFile = createTempFileInDir(tempRunDir, "~ffdec_loader_", ".swf"); - try(FileOutputStream fos = new FileOutputStream(tempFile)) { + try (FileOutputStream fos = new FileOutputStream(tempFile)) { fos.write(inputData); } Logger.getLogger(Main.class.getName()).log(Level.FINE, "preparing for load: {0}", hash); prepareSwf("loaded_" + hash, runningPreparation, tempFile, mainSWF.getFile() == null ? null : new File(mainSWF.getFile()), tempRunDir, runTempFiles); - byte outputData[] = Helper.readFileEx(tempFile.getAbsolutePath()); + byte[] outputData = Helper.readFileEx(tempFile.getAbsolutePath()); tempFile.delete(); Logger.getLogger(Main.class.getName()).log(Level.FINE, "calling datamodified"); modifiedListener.dataModified(outputData); @@ -2514,10 +2513,10 @@ public class Main { } catch (InterruptedException ex) { Logger.getLogger(Main.class.getName()).log(Level.SEVERE, null, ex); } - Logger.getLogger(Main.class.getName()).log(Level.FINE, "finished opened method"); - } + Logger.getLogger(Main.class.getName()).log(Level.FINE, "finished opened method"); + } }; - + for (OpenableList sl : Main.getMainFrame().getPanel().getSwfs()) { for (int s = 0; s < sl.size(); s++) { Openable op = sl.get(s); @@ -2763,7 +2762,8 @@ public class Main { UIManager.put("FormattedTextField.background", null); UIManager.put("CommandButtonUI", null); UIManager.setLookAndFeel(UIManager.getSystemLookAndFeelClassName()); - } catch (ClassNotFoundException | InstantiationException | IllegalAccessException | UnsupportedLookAndFeelException ex) { + } catch (ClassNotFoundException | InstantiationException | IllegalAccessException + | UnsupportedLookAndFeelException ex) { logger.log(Level.SEVERE, null, ex); } } @@ -2889,7 +2889,6 @@ public class Main { /** * To bypass wrong encoded unicode characters coming from EXE, it Launch5j * encodes characters using URLEncoder. - * */ private static void decodeLaunch5jArgs(String[] args) { String encargs = System.getProperty("l5j.encargs"); @@ -3362,7 +3361,7 @@ public class Main { SWF swf = getMainFrame().getPanel().getCurrentSwf(); getMainFrame().getPanel().showBreakpointlistDialog(swf); } - + public static String getSwfHash(SWF swf) { if (swf == getRunningSWF()) { return "main"; @@ -3373,7 +3372,7 @@ public class Main { } return ""; } - + public static SWF getSwfByHash(String hash) { if ("main".equals(hash)) { SWF runningSwf = getRunningSWF(); diff --git a/src/com/jpexs/decompiler/flash/gui/MainFrame.java b/src/com/jpexs/decompiler/flash/gui/MainFrame.java index 8a5869c9f..7e3e74a60 100644 --- a/src/com/jpexs/decompiler/flash/gui/MainFrame.java +++ b/src/com/jpexs/decompiler/flash/gui/MainFrame.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS - * + * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or * (at your option) any later version. - * + * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. - * + * * You should have received a copy of the GNU General Public License * along with this program. If not, see . */ @@ -19,7 +19,6 @@ package com.jpexs.decompiler.flash.gui; import java.awt.Window; /** - * * @author JPEXS */ public interface MainFrame { diff --git a/src/com/jpexs/decompiler/flash/gui/MainFrameClassic.java b/src/com/jpexs/decompiler/flash/gui/MainFrameClassic.java index cbfbe356a..3fe6a78eb 100644 --- a/src/com/jpexs/decompiler/flash/gui/MainFrameClassic.java +++ b/src/com/jpexs/decompiler/flash/gui/MainFrameClassic.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS - * + * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or * (at your option) any later version. - * + * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. - * + * * You should have received a copy of the GNU General Public License * along with this program. If not, see . */ @@ -34,7 +34,6 @@ import java.awt.event.WindowStateListener; import javax.swing.JFrame; /** - * * @author JPEXS */ public final class MainFrameClassic extends AppFrame implements MainFrame { diff --git a/src/com/jpexs/decompiler/flash/gui/MainFrameClassicMenu.java b/src/com/jpexs/decompiler/flash/gui/MainFrameClassicMenu.java index 1d8606982..b16769dba 100644 --- a/src/com/jpexs/decompiler/flash/gui/MainFrameClassicMenu.java +++ b/src/com/jpexs/decompiler/flash/gui/MainFrameClassicMenu.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS - * + * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or * (at your option) any later version. - * + * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. - * + * * You should have received a copy of the GNU General Public License * along with this program. If not, see . */ @@ -35,7 +35,6 @@ import javax.swing.event.MenuEvent; import javax.swing.event.MenuListener; /** - * * @author JPEXS */ public class MainFrameClassicMenu extends MainFrameMenu { diff --git a/src/com/jpexs/decompiler/flash/gui/MainFrameMenu.java b/src/com/jpexs/decompiler/flash/gui/MainFrameMenu.java index f4791a862..77e058f9f 100644 --- a/src/com/jpexs/decompiler/flash/gui/MainFrameMenu.java +++ b/src/com/jpexs/decompiler/flash/gui/MainFrameMenu.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS - * + * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or * (at your option) any later version. - * + * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. - * + * * You should have received a copy of the GNU General Public License * along with this program. If not, see . */ @@ -71,7 +71,6 @@ import javax.swing.JFrame; import javax.swing.JOptionPane; /** - * * @author JPEXS */ public abstract class MainFrameMenu implements MenuBuilder { @@ -145,12 +144,12 @@ public abstract class MainFrameMenu implements MenuBuilder { Main.startSaving(savedFile); Bundle bundle = openable.getOpenableList().bundle; if (!bundle.isReadOnly()) { - + if (openable instanceof SWF) { SWF swf = (SWF) openable; swf.saveNestedDefineBinaryData(); } - + ByteArrayOutputStream baos = new ByteArrayOutputStream(); try { openable.saveTo(baos); @@ -178,7 +177,7 @@ public abstract class MainFrameMenu implements MenuBuilder { } } else if (openable.getFile() == null) { saved = saveAs(openable, SaveFileMode.SAVEAS); - } else { + } else { try { Main.saveFile(openable, openable.getFile()); saved = true; @@ -210,7 +209,7 @@ public abstract class MainFrameMenu implements MenuBuilder { } return saveOpenable(openable); } - + protected boolean saveAllActionPerformed(ActionEvent evt) { if (Main.isWorking()) { return false; @@ -222,9 +221,9 @@ public abstract class MainFrameMenu implements MenuBuilder { List allOpenables = new ArrayList<>(); for (OpenableList list : openableLists) { for (Openable openable : list.items) { - allOpenables.add(openable); + allOpenables.add(openable); } - } + } for (Openable openable : allOpenables) { if (openable.isModified()) { if (!saveOpenable(openable)) { @@ -483,7 +482,7 @@ public abstract class MainFrameMenu implements MenuBuilder { return false; } - + protected void exportFlashDevelopActionPerformed(ActionEvent evt) { if (Main.isWorking()) { return; @@ -494,7 +493,7 @@ public abstract class MainFrameMenu implements MenuBuilder { mainFrame.getPanel().exportFlashDevelop((SWF) openable); } - + protected void exportIdeaActionPerformed(ActionEvent evt) { if (Main.isWorking()) { return; @@ -578,7 +577,7 @@ public abstract class MainFrameMenu implements MenuBuilder { return false; } - + protected boolean clearLog(ActionEvent evt) { ErrorLogFrame.getInstance().clearLog(); return true; @@ -1109,12 +1108,11 @@ public abstract class MainFrameMenu implements MenuBuilder { setMenuEnabled("/tools/gotoDocumentClass", hasAbc); setMenuEnabled("/tools/saveAsExe", swfSelected && !isWorking); - + /*setMenuEnabled("/tools/debugger/debuggerSwitch", hasAbc); setMenuChecked("/tools/debugger/debuggerSwitch", hasDebugger); setMenuEnabled("/tools/debugger/debuggerReplaceTrace", hasAbc && hasDebugger);*/ //setMenuEnabled("/tools/debugger/debuggerInjectLoader", hasAbc && hasDebugger); - setMenuEnabled("_/checkUpdates", !isWorking); setMenuEnabled("/help/checkUpdates", !isWorking); //setMenuEnabled("/help/helpUs", !isWorking); @@ -1202,7 +1200,7 @@ public abstract class MainFrameMenu implements MenuBuilder { finishMenu("/file/open"); } - addMenuItem("/file/new", translate("menu.file.new"), "newswf32", this::newActionPerformed, PRIORITY_TOP, null, true, null, false); + addMenuItem("/file/new", translate("menu.file.new"), "newswf32", this::newActionPerformed, PRIORITY_TOP, null, true, null, false); addMenuItem("/file/saveAll", translate("menu.file.saveAll"), "saveall32", this::saveAllActionPerformed, PRIORITY_TOP, null, true, null, false); addMenuItem("/file/save", translate("menu.file.save"), "save16", this::saveActionPerformed, PRIORITY_MEDIUM, null, true, new HotKey("CTRL+SHIFT+S"), false); addMenuItem("/file/saveAs", translate("menu.file.saveas"), "saveas16", this::saveAsActionPerformed, PRIORITY_MEDIUM, null, true, new HotKey("CTRL+SHIFT+A"), false); @@ -1210,7 +1208,7 @@ public abstract class MainFrameMenu implements MenuBuilder { addMenuItem("/file/reloadAll", translate("menu.file.reloadAll"), "reload16", this::reloadAllActionPerformed, PRIORITY_MEDIUM, null, true, null, false); addMenuItem("/file/close", translate("menu.file.close"), "close32", this::closeActionPerformed, PRIORITY_MEDIUM, null, true, null, false); addMenuItem("/file/closeAll", translate("menu.file.closeAll"), "closeall32", this::closeAllActionPerformed, PRIORITY_MEDIUM, null, true, new HotKey("CTRL+SHIFT+X"), false); - + addSeparator("/file"); addMenuItem("/file/export", translate("menu.export"), null, null, 0, null, false, null, false); @@ -1251,7 +1249,7 @@ public abstract class MainFrameMenu implements MenuBuilder { finishMenu("/file/view"); addSeparator("/file"); - + if (!supportsAppMenu()) { addSeparator("/file"); addMenuItem("/file/exit", translate("menu.file.exit"), "exit32", this::exitActionPerformed, PRIORITY_TOP, null, true, null, false); @@ -1305,7 +1303,7 @@ public abstract class MainFrameMenu implements MenuBuilder { if (Platform.isWindows()) { addMenuItem("/tools/searchMemory", translate("menu.tools.searchMemory"), "loadmemory16", this::searchMemoryActionPerformed, PRIORITY_MEDIUM, null, true, null, false); } - addMenuItem("/tools/saveAsExe", translate("menu.file.saveasexe"), "saveasexe16", this::saveAsExeActionPerformed, PRIORITY_MEDIUM, null, true, null, false); + addMenuItem("/tools/saveAsExe", translate("menu.file.saveasexe"), "saveasexe16", this::saveAsExeActionPerformed, PRIORITY_MEDIUM, null, true, null, false); //addMenuItem("/tools/searchCache", translate("menu.tools.searchCache"), "loadcache16", this::searchCacheActionPerformed, PRIORITY_MEDIUM, null, true, null); addMenuItem("/tools/deobfuscation", translate("menu.tools.deobfuscation"), "deobfuscate16", null, 0, null, false, null, false); diff --git a/src/com/jpexs/decompiler/flash/gui/MainFrameRibbon.java b/src/com/jpexs/decompiler/flash/gui/MainFrameRibbon.java index 1dc5cc796..7f4ea4458 100644 --- a/src/com/jpexs/decompiler/flash/gui/MainFrameRibbon.java +++ b/src/com/jpexs/decompiler/flash/gui/MainFrameRibbon.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS - * + * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or * (at your option) any later version. - * + * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. - * + * * You should have received a copy of the GNU General Public License * along with this program. If not, see . */ @@ -43,7 +43,6 @@ import org.pushingpixels.flamingo.api.ribbon.JRibbon; import org.pushingpixels.flamingo.internal.ui.ribbon.appmenu.JRibbonApplicationMenuButton; /** - * * @author JPEXS */ public final class MainFrameRibbon extends AppRibbonFrame { diff --git a/src/com/jpexs/decompiler/flash/gui/MainFrameRibbonMenu.java b/src/com/jpexs/decompiler/flash/gui/MainFrameRibbonMenu.java index e26b4a310..5aacfc2ad 100644 --- a/src/com/jpexs/decompiler/flash/gui/MainFrameRibbonMenu.java +++ b/src/com/jpexs/decompiler/flash/gui/MainFrameRibbonMenu.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS - * + * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or * (at your option) any later version. - * + * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. - * + * * You should have received a copy of the GNU General Public License * along with this program. If not, see . */ @@ -66,7 +66,6 @@ import org.pushingpixels.flamingo.api.ribbon.resize.RibbonBandResizePolicy; import org.pushingpixels.flamingo.internal.ui.ribbon.AbstractBandControlPanel; /** - * * @author JPEXS */ public class MainFrameRibbonMenu extends MainFrameMenu { diff --git a/src/com/jpexs/decompiler/flash/gui/MainFrameStatusPanel.java b/src/com/jpexs/decompiler/flash/gui/MainFrameStatusPanel.java index 7b870eb31..5b634b149 100644 --- a/src/com/jpexs/decompiler/flash/gui/MainFrameStatusPanel.java +++ b/src/com/jpexs/decompiler/flash/gui/MainFrameStatusPanel.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS - * + * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or * (at your option) any later version. - * + * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. - * + * * You should have received a copy of the GNU General Public License * along with this program. If not, see . */ @@ -32,7 +32,6 @@ import javax.swing.JPanel; import javax.swing.border.BevelBorder; /** - * * @author JPEXS */ public class MainFrameStatusPanel extends JPanel { diff --git a/src/com/jpexs/decompiler/flash/gui/MainPanel.java b/src/com/jpexs/decompiler/flash/gui/MainPanel.java index 28e6a7535..d84f471a6 100644 --- a/src/com/jpexs/decompiler/flash/gui/MainPanel.java +++ b/src/com/jpexs/decompiler/flash/gui/MainPanel.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS - * + * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or * (at your option) any later version. - * + * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. - * + * * You should have received a copy of the GNU General Public License * along with this program. If not, see . */ @@ -309,7 +309,6 @@ import javax.swing.tree.TreePath; import jsyntaxpane.DefaultSyntaxKit; /** - * * @author JPEXS */ public final class MainPanel extends JPanel implements TreeSelectionListener, SearchListener, Freed { @@ -1876,7 +1875,8 @@ public final class MainPanel extends JPanel implements TreeSelectionListener, Se String newFilter = findPanel.getFilter(); if (isFilterEmpty(oldFilter)) { - unfilteredExpandedNodes.clear();; + unfilteredExpandedNodes.clear(); + ; unfilteredExpandedNodes.addAll(View.getExpandedNodes(tree)); } @@ -2674,7 +2674,7 @@ public final class MainPanel extends JPanel implements TreeSelectionListener, Se }); } }); - } + } gotoScriptName(swf, scriptName); } @@ -2703,8 +2703,6 @@ public final class MainPanel extends JPanel implements TreeSelectionListener, Se }); }*/ - - public void gotoScriptName(SWF mainSwf, String scriptNameWithSwfHash) { View.checkAccess(); @@ -2721,7 +2719,7 @@ public final class MainPanel extends JPanel implements TreeSelectionListener, Se //abcPanel.setAbc(abcList.get(0).getABC()); //if (!abcList.isEmpty()) { ABCPanel abcPanel = getABCPanel(); - + abcPanel.hilightScript(mainSwf, rawScriptName); //} } else { @@ -3307,13 +3305,12 @@ public final class MainPanel extends JPanel implements TreeSelectionListener, Se } } } - - + public void exportFlashDevelop(final SWF swf) { if (swf == null) { return; } - + JFileChooser fc = View.getFileChooserWithIcon("exportflashdevelop"); String selDir = Configuration.lastOpenDir.get(); fc.setCurrentDirectory(new File(selDir)); @@ -3330,7 +3327,7 @@ public final class MainPanel extends JPanel implements TreeSelectionListener, Se } else { fileName = swfShortName + ".as3proj"; } - + FileFilter f = new FileFilter() { @Override public boolean accept(File f) { @@ -3345,84 +3342,84 @@ public final class MainPanel extends JPanel implements TreeSelectionListener, Se fc.setFileFilter(f); fc.setAcceptAllFileFilterUsed(false); fc.setSelectedFile(new File(selDir + fileName)); - + if (fc.showSaveDialog(this) != JFileChooser.APPROVE_OPTION) { return; - } - + } + Configuration.lastOpenDir.set(Helper.fixDialogFile(fc.getSelectedFile()).getParentFile().getAbsolutePath()); File sf = Helper.fixDialogFile(fc.getSelectedFile()); SwfFlashDevelopExporter exporter = new SwfFlashDevelopExporter(); - + String path = sf.getAbsolutePath(); if (path.endsWith(".as3proj")) { path = path.substring(0, path.length() - ".as3proj".length()); } path += ".as3proj"; - + final String fpath = path; - + long timeBefore = System.currentTimeMillis(); - new CancellableWorker() { - @Override - protected Void doInBackground() throws Exception { - Helper.freeMem(); + new CancellableWorker() { + @Override + protected Void doInBackground() throws Exception { + Helper.freeMem(); - CancellableWorker w = this; + CancellableWorker w = this; - ProgressListener prog = new ProgressListener() { - @Override - public void progress(int p) { - } + ProgressListener prog = new ProgressListener() { + @Override + public void progress(int p) { + } - @Override - public void status(String status) { - Main.startWork(translate("work.exporting.flashDevelop") + "..." + status, w); - } - }; - EventListener evl = swf.getExportEventListener(); + @Override + public void status(String status) { + Main.startWork(translate("work.exporting.flashDevelop") + "..." + status, w); + } + }; + EventListener evl = swf.getExportEventListener(); + try { + AbortRetryIgnoreHandler errorHandler = new GuiAbortRetryIgnoreHandler(); + exporter.exportFlashDevelopProject(swf, new File(fpath), errorHandler, evl); + } catch (Exception ex) { + logger.log(Level.SEVERE, "FlashDevelop export error", ex); + ViewMessages.showMessageDialog(MainPanel.this, translate("error.export") + ": " + ex.getClass().getName() + " " + ex.getLocalizedMessage(), translate("error"), JOptionPane.ERROR_MESSAGE); + } + Helper.freeMem(); + return null; + } + + @Override + protected void onStart() { + Main.startWork(translate("work.exporting.flashDevelop") + "...", this); + } + + @Override + protected void done() { + Main.stopWork(); + long timeAfter = System.currentTimeMillis(); + final long timeMs = timeAfter - timeBefore; + + View.execInEventDispatch(() -> { + setStatus(translate("export.finishedin").replace("%time%", Helper.formatTimeSec(timeMs))); + }); + + if (Configuration.openFolderAfterFlaExport.get()) { try { - AbortRetryIgnoreHandler errorHandler = new GuiAbortRetryIgnoreHandler(); - exporter.exportFlashDevelopProject(swf, new File(fpath), errorHandler, evl); - } catch (Exception ex) { - logger.log(Level.SEVERE, "FlashDevelop export error", ex); - ViewMessages.showMessageDialog(MainPanel.this, translate("error.export") + ": " + ex.getClass().getName() + " " + ex.getLocalizedMessage(), translate("error"), JOptionPane.ERROR_MESSAGE); - } - Helper.freeMem(); - return null; - } - - @Override - protected void onStart() { - Main.startWork(translate("work.exporting.flashDevelop") + "...", this); - } - - @Override - protected void done() { - Main.stopWork(); - long timeAfter = System.currentTimeMillis(); - final long timeMs = timeAfter - timeBefore; - - View.execInEventDispatch(() -> { - setStatus(translate("export.finishedin").replace("%time%", Helper.formatTimeSec(timeMs))); - }); - - if (Configuration.openFolderAfterFlaExport.get()) { - try { - Desktop.getDesktop().open(new File(fpath).getAbsoluteFile().getParentFile()); - } catch (IOException ex) { - logger.log(Level.SEVERE, null, ex); - } + Desktop.getDesktop().open(new File(fpath).getAbsoluteFile().getParentFile()); + } catch (IOException ex) { + logger.log(Level.SEVERE, null, ex); } } - }.execute(); + } + }.execute(); } - + public void exportIdea(final SWF swf) { if (swf == null) { return; } - + JFileChooser chooser = View.getFileChooserWithIcon("exportidea"); chooser.setCurrentDirectory(new File(Configuration.lastExportDir.get())); chooser.setDialogTitle(translate("export.project.select.directory")); @@ -3432,64 +3429,63 @@ public final class MainPanel extends JPanel implements TreeSelectionListener, Se return; } final String fpath = Helper.fixDialogFile(chooser.getSelectedFile()).getAbsolutePath(); - Configuration.lastExportDir.set(Helper.fixDialogFile(chooser.getSelectedFile()).getAbsolutePath()); - SwfIntelliJIdeaExporter exporter = new SwfIntelliJIdeaExporter(); - - + Configuration.lastExportDir.set(Helper.fixDialogFile(chooser.getSelectedFile()).getAbsolutePath()); + SwfIntelliJIdeaExporter exporter = new SwfIntelliJIdeaExporter(); + long timeBefore = System.currentTimeMillis(); - new CancellableWorker() { - @Override - protected Void doInBackground() throws Exception { - Helper.freeMem(); + new CancellableWorker() { + @Override + protected Void doInBackground() throws Exception { + Helper.freeMem(); - CancellableWorker w = this; + CancellableWorker w = this; - ProgressListener prog = new ProgressListener() { - @Override - public void progress(int p) { - } + ProgressListener prog = new ProgressListener() { + @Override + public void progress(int p) { + } - @Override - public void status(String status) { - Main.startWork(translate("work.exporting.idea") + "..." + status, w); - } - }; - EventListener evl = swf.getExportEventListener(); + @Override + public void status(String status) { + Main.startWork(translate("work.exporting.idea") + "..." + status, w); + } + }; + EventListener evl = swf.getExportEventListener(); + try { + AbortRetryIgnoreHandler errorHandler = new GuiAbortRetryIgnoreHandler(); + exporter.exportIntelliJIdeaProject(swf, new File(fpath), errorHandler, evl); + } catch (Exception ex) { + logger.log(Level.SEVERE, "IDEA export error", ex); + ViewMessages.showMessageDialog(MainPanel.this, translate("error.export") + ": " + ex.getClass().getName() + " " + ex.getLocalizedMessage(), translate("error"), JOptionPane.ERROR_MESSAGE); + } + Helper.freeMem(); + return null; + } + + @Override + protected void onStart() { + Main.startWork(translate("work.exporting.idea") + "...", this); + } + + @Override + protected void done() { + Main.stopWork(); + long timeAfter = System.currentTimeMillis(); + final long timeMs = timeAfter - timeBefore; + + View.execInEventDispatch(() -> { + setStatus(translate("export.finishedin").replace("%time%", Helper.formatTimeSec(timeMs))); + }); + + if (Configuration.openFolderAfterFlaExport.get()) { try { - AbortRetryIgnoreHandler errorHandler = new GuiAbortRetryIgnoreHandler(); - exporter.exportIntelliJIdeaProject(swf, new File(fpath), errorHandler, evl); - } catch (Exception ex) { - logger.log(Level.SEVERE, "IDEA export error", ex); - ViewMessages.showMessageDialog(MainPanel.this, translate("error.export") + ": " + ex.getClass().getName() + " " + ex.getLocalizedMessage(), translate("error"), JOptionPane.ERROR_MESSAGE); - } - Helper.freeMem(); - return null; - } - - @Override - protected void onStart() { - Main.startWork(translate("work.exporting.idea") + "...", this); - } - - @Override - protected void done() { - Main.stopWork(); - long timeAfter = System.currentTimeMillis(); - final long timeMs = timeAfter - timeBefore; - - View.execInEventDispatch(() -> { - setStatus(translate("export.finishedin").replace("%time%", Helper.formatTimeSec(timeMs))); - }); - - if (Configuration.openFolderAfterFlaExport.get()) { - try { - Desktop.getDesktop().open(new File(fpath).getAbsoluteFile().getParentFile()); - } catch (IOException ex) { - logger.log(Level.SEVERE, null, ex); - } + Desktop.getDesktop().open(new File(fpath).getAbsoluteFile().getParentFile()); + } catch (IOException ex) { + logger.log(Level.SEVERE, null, ex); } } - }.execute(); + } + }.execute(); } public void exportFla(final SWF swf) { @@ -4040,8 +4036,6 @@ public final class MainPanel extends JPanel implements TreeSelectionListener, Se return r; } - - public void importScript(final Openable openable) { As3ScriptReplacerInterface as3ScriptReplacer = getAs3ScriptReplacer(Main.isSwfAir(openable)); if (as3ScriptReplacer == null) { @@ -4621,7 +4615,7 @@ public final class MainPanel extends JPanel implements TreeSelectionListener, Se reload(true); updateMissingNeededCharacters(); pinsPanel.refresh(); - updateUiWithCurrentOpenable(); + updateUiWithCurrentOpenable(); } public void refreshDecompiled() { @@ -4920,7 +4914,7 @@ public final class MainPanel extends JPanel implements TreeSelectionListener, Se Tag newTag = new ImageImporter().importImage(it, data, create ? -1 : 0); SWF swf = it.getSwf(); refreshTree(swf); - if (newTag != null) { + if (newTag != null) { setTagTreeSelectedNode(getCurrentTree(), newTag); } swf.clearImageCache(); @@ -4962,7 +4956,7 @@ public final class MainPanel extends JPanel implements TreeSelectionListener, Se } SWF swf = st.getSwf(); refreshTree(swf); - if (newTag != null) { + if (newTag != null) { setTagTreeSelectedNode(getCurrentTree(), newTag); } diff --git a/src/com/jpexs/decompiler/flash/gui/MenuBuilder.java b/src/com/jpexs/decompiler/flash/gui/MenuBuilder.java index 905458007..5fc719ec0 100644 --- a/src/com/jpexs/decompiler/flash/gui/MenuBuilder.java +++ b/src/com/jpexs/decompiler/flash/gui/MenuBuilder.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS - * + * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or * (at your option) any later version. - * + * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. - * + * * You should have received a copy of the GNU General Public License * along with this program. If not, see . */ diff --git a/src/com/jpexs/decompiler/flash/gui/MyCommandButtonUI.java b/src/com/jpexs/decompiler/flash/gui/MyCommandButtonUI.java index b2a3afbeb..69ade285b 100644 --- a/src/com/jpexs/decompiler/flash/gui/MyCommandButtonUI.java +++ b/src/com/jpexs/decompiler/flash/gui/MyCommandButtonUI.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS - * + * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or * (at your option) any later version. - * + * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. - * + * * You should have received a copy of the GNU General Public License * along with this program. If not, see . */ diff --git a/src/com/jpexs/decompiler/flash/gui/MyFormattedTextField.java b/src/com/jpexs/decompiler/flash/gui/MyFormattedTextField.java index 0e4447ab0..d609b6ac5 100644 --- a/src/com/jpexs/decompiler/flash/gui/MyFormattedTextField.java +++ b/src/com/jpexs/decompiler/flash/gui/MyFormattedTextField.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS - * + * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or * (at your option) any later version. - * + * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. - * + * * You should have received a copy of the GNU General Public License * along with this program. If not, see . */ @@ -20,7 +20,6 @@ import java.text.Format; import javax.swing.JFormattedTextField; /** - * * @author JPEXS */ public class MyFormattedTextField extends JFormattedTextField { diff --git a/src/com/jpexs/decompiler/flash/gui/MyProgressBarUI.java b/src/com/jpexs/decompiler/flash/gui/MyProgressBarUI.java index 38768a784..c3726b73c 100644 --- a/src/com/jpexs/decompiler/flash/gui/MyProgressBarUI.java +++ b/src/com/jpexs/decompiler/flash/gui/MyProgressBarUI.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS - * + * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or * (at your option) any later version. - * + * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. - * + * * You should have received a copy of the GNU General Public License * along with this program. If not, see . */ @@ -27,7 +27,6 @@ import org.pushingpixels.substance.internal.ui.SubstanceProgressBarUI; import org.pushingpixels.substance.internal.utils.SubstanceCoreUtilities; /** - * * @author JPEXS */ public class MyProgressBarUI extends SubstanceProgressBarUI { diff --git a/src/com/jpexs/decompiler/flash/gui/MyResizableIcon.java b/src/com/jpexs/decompiler/flash/gui/MyResizableIcon.java index 8dc4a9883..22cd8074d 100644 --- a/src/com/jpexs/decompiler/flash/gui/MyResizableIcon.java +++ b/src/com/jpexs/decompiler/flash/gui/MyResizableIcon.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS - * + * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or * (at your option) any later version. - * + * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. - * + * * You should have received a copy of the GNU General Public License * along with this program. If not, see . */ @@ -26,7 +26,6 @@ import javax.swing.Icon; import org.pushingpixels.flamingo.internal.utils.FlamingoUtilities; /** - * * @author JPEXS */ public class MyResizableIcon implements Icon { diff --git a/src/com/jpexs/decompiler/flash/gui/MyRibbonApplicationMenuButtonUI.java b/src/com/jpexs/decompiler/flash/gui/MyRibbonApplicationMenuButtonUI.java index 6322c1c1b..76b94b0f7 100644 --- a/src/com/jpexs/decompiler/flash/gui/MyRibbonApplicationMenuButtonUI.java +++ b/src/com/jpexs/decompiler/flash/gui/MyRibbonApplicationMenuButtonUI.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS - * + * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or * (at your option) any later version. - * + * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. - * + * * You should have received a copy of the GNU General Public License * along with this program. If not, see . */ diff --git a/src/com/jpexs/decompiler/flash/gui/MyRibbonApplicationMenuPopupPanelUI.java b/src/com/jpexs/decompiler/flash/gui/MyRibbonApplicationMenuPopupPanelUI.java index 7c6c23f8e..6b0600d3e 100644 --- a/src/com/jpexs/decompiler/flash/gui/MyRibbonApplicationMenuPopupPanelUI.java +++ b/src/com/jpexs/decompiler/flash/gui/MyRibbonApplicationMenuPopupPanelUI.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS - * + * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or * (at your option) any later version. - * + * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. - * + * * You should have received a copy of the GNU General Public License * along with this program. If not, see . */ @@ -41,7 +41,6 @@ import org.pushingpixels.substance.internal.utils.SubstanceSizeUtils; import org.pushingpixels.substance.internal.utils.border.SubstanceBorder; /** - * * @author JPEXS */ public class MyRibbonApplicationMenuPopupPanelUI extends BasicRibbonApplicationMenuPopupPanelUI { diff --git a/src/com/jpexs/decompiler/flash/gui/MyTextField.java b/src/com/jpexs/decompiler/flash/gui/MyTextField.java index 3fd774b05..5ab3ac141 100644 --- a/src/com/jpexs/decompiler/flash/gui/MyTextField.java +++ b/src/com/jpexs/decompiler/flash/gui/MyTextField.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS - * + * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or * (at your option) any later version. - * + * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. - * + * * You should have received a copy of the GNU General Public License * along with this program. If not, see . */ @@ -19,7 +19,6 @@ package com.jpexs.decompiler.flash.gui; import javax.swing.JTextField; /** - * * @author JPEXS */ public class MyTextField extends JTextField { diff --git a/src/com/jpexs/decompiler/flash/gui/NewFileDialog.java b/src/com/jpexs/decompiler/flash/gui/NewFileDialog.java index 8cf91bac7..7a0d45691 100644 --- a/src/com/jpexs/decompiler/flash/gui/NewFileDialog.java +++ b/src/com/jpexs/decompiler/flash/gui/NewFileDialog.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2022-2024 JPEXS - * + * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or * (at your option) any later version. - * + * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. - * + * * You should have received a copy of the GNU General Public License * along with this program. If not, see . */ @@ -44,7 +44,6 @@ import javax.swing.event.ChangeEvent; import layout.TableLayout; /** - * * @author JPEXS */ public class NewFileDialog extends AppDialog { diff --git a/src/com/jpexs/decompiler/flash/gui/NewVersionDialog.java b/src/com/jpexs/decompiler/flash/gui/NewVersionDialog.java index 38784462a..abe6d9fd0 100644 --- a/src/com/jpexs/decompiler/flash/gui/NewVersionDialog.java +++ b/src/com/jpexs/decompiler/flash/gui/NewVersionDialog.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS - * + * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or * (at your option) any later version. - * + * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. - * + * * You should have received a copy of the GNU General Public License * along with this program. If not, see . */ @@ -40,7 +40,6 @@ import javax.swing.SwingConstants; import javax.swing.UIManager; /** - * * @author JPEXS */ public class NewVersionDialog extends AppDialog { diff --git a/src/com/jpexs/decompiler/flash/gui/OceanicSkin.java b/src/com/jpexs/decompiler/flash/gui/OceanicSkin.java index 24806b776..200ca2112 100644 --- a/src/com/jpexs/decompiler/flash/gui/OceanicSkin.java +++ b/src/com/jpexs/decompiler/flash/gui/OceanicSkin.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS - * + * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or * (at your option) any later version. - * + * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. - * + * * You should have received a copy of the GNU General Public License * along with this program. If not, see . */ @@ -36,7 +36,6 @@ import org.pushingpixels.substance.api.painter.overlay.BottomLineOverlayPainter; import org.pushingpixels.substance.api.shaper.ClassicButtonShaper; /** - * * @author JPEXS */ public class OceanicSkin extends SubstanceSkin { diff --git a/src/com/jpexs/decompiler/flash/gui/OpenFileResult.java b/src/com/jpexs/decompiler/flash/gui/OpenFileResult.java index 24a453d55..e0411f770 100644 --- a/src/com/jpexs/decompiler/flash/gui/OpenFileResult.java +++ b/src/com/jpexs/decompiler/flash/gui/OpenFileResult.java @@ -1,23 +1,22 @@ /* * Copyright (C) 2010-2024 JPEXS - * + * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or * (at your option) any later version. - * + * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. - * + * * You should have received a copy of the GNU General Public License * along with this program. If not, see . */ package com.jpexs.decompiler.flash.gui; /** - * * @author JPEXS */ public enum OpenFileResult { diff --git a/src/com/jpexs/decompiler/flash/gui/OpenableOpened.java b/src/com/jpexs/decompiler/flash/gui/OpenableOpened.java index a62ac1dbd..5a46ce974 100644 --- a/src/com/jpexs/decompiler/flash/gui/OpenableOpened.java +++ b/src/com/jpexs/decompiler/flash/gui/OpenableOpened.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS - * + * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or * (at your option) any later version. - * + * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. - * + * * You should have received a copy of the GNU General Public License * along with this program. If not, see . */ @@ -19,9 +19,9 @@ package com.jpexs.decompiler.flash.gui; import com.jpexs.decompiler.flash.treeitems.Openable; /** - * * @author JPEXS */ public interface OpenableOpened { + public void opened(Openable openable); } diff --git a/src/com/jpexs/decompiler/flash/gui/PathResolvingDialog.java b/src/com/jpexs/decompiler/flash/gui/PathResolvingDialog.java index 57c1db617..905d3cc31 100644 --- a/src/com/jpexs/decompiler/flash/gui/PathResolvingDialog.java +++ b/src/com/jpexs/decompiler/flash/gui/PathResolvingDialog.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS - * + * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or * (at your option) any later version. - * + * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. - * + * * You should have received a copy of the GNU General Public License * along with this program. If not, see . */ @@ -32,17 +32,17 @@ import javax.swing.JPanel; import javax.swing.JScrollPane; /** - * * @author JPEXS */ public class PathResolvingDialog extends AppDialog { + private final JEditorPane editor; private final JButton okButton = new JButton(translate("button.ok")); private final JButton cancelButton = new JButton(translate("button.cancel")); - - private int result = ERROR_OPTION; + + private int result = ERROR_OPTION; private final SWF swf; - + public PathResolvingDialog(SWF swf, Window owner) { super(owner); setTitle(translate("dialog.title")); @@ -50,25 +50,25 @@ public class PathResolvingDialog extends AppDialog { Container cnt = getContentPane(); cnt.setLayout(new BorderLayout()); cnt.add(new JLabel("" + translate("info") + ""), BorderLayout.NORTH); - editor = new JEditorPane(); + editor = new JEditorPane(); cnt.add(new JScrollPane(editor), BorderLayout.CENTER); editor.setContentType("text/plain"); - + okButton.addActionListener(this::okButtonActionPerformed); cancelButton.addActionListener(this::cancelButtonActionPerformed); - + JPanel buttonsPanel = new JPanel(new FlowLayout()); buttonsPanel.add(okButton); buttonsPanel.add(cancelButton); cnt.add(buttonsPanel, BorderLayout.SOUTH); - + SwfSpecificCustomConfiguration cc = Configuration.getSwfSpecificCustomConfiguration(swf.getShortPathTitle()); String pathResolving = ""; if (cc != null) { pathResolving = cc.getCustomData(CustomConfigurationKeys.KEY_PATH_RESOLVING, ""); } editor.setText(pathResolving); - + setSize(800, 600); View.centerScreen(this); View.setWindowIcon(this); @@ -76,7 +76,7 @@ public class PathResolvingDialog extends AppDialog { setModal(true); this.swf = swf; } - + private void okButtonActionPerformed(ActionEvent evt) { result = OK_OPTION; SwfSpecificCustomConfiguration cc = Configuration.getOrCreateSwfSpecificCustomConfiguration(swf.getShortPathTitle()); @@ -86,12 +86,12 @@ public class PathResolvingDialog extends AppDialog { cc.setCustomData(CustomConfigurationKeys.KEY_PATH_RESOLVING, txt); setVisible(false); } - + private void cancelButtonActionPerformed(ActionEvent evt) { result = CANCEL_OPTION; - setVisible(false); + setVisible(false); } - + public int showDialog() { setVisible(true); return result; diff --git a/src/com/jpexs/decompiler/flash/gui/PinButton.java b/src/com/jpexs/decompiler/flash/gui/PinButton.java index 58508a90c..962a0860a 100644 --- a/src/com/jpexs/decompiler/flash/gui/PinButton.java +++ b/src/com/jpexs/decompiler/flash/gui/PinButton.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2022-2024 JPEXS - * + * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or * (at your option) any later version. - * + * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. - * + * * You should have received a copy of the GNU General Public License * along with this program. If not, see . */ @@ -45,7 +45,6 @@ import org.pushingpixels.substance.api.SubstanceLookAndFeel; import org.pushingpixels.substance.api.SubstanceSkin; /** - * * @author JPEXS */ public class PinButton extends JPanel { diff --git a/src/com/jpexs/decompiler/flash/gui/PinsPanel.java b/src/com/jpexs/decompiler/flash/gui/PinsPanel.java index b0585e5d0..be9b034ea 100644 --- a/src/com/jpexs/decompiler/flash/gui/PinsPanel.java +++ b/src/com/jpexs/decompiler/flash/gui/PinsPanel.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2022-2024 JPEXS - * + * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or * (at your option) any later version. - * + * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. - * + * * You should have received a copy of the GNU General Public License * along with this program. If not, see . */ @@ -32,7 +32,6 @@ import javax.swing.event.ChangeEvent; import javax.swing.event.ChangeListener; /** - * * @author JPEXS */ public class PinsPanel extends JPanel { @@ -71,7 +70,6 @@ public class PinsPanel extends JPanel { /** * Removes all items reference, saves them as paths. - * */ public void clear() { for (TreeItem item : items) { diff --git a/src/com/jpexs/decompiler/flash/gui/PointUpdateListener.java b/src/com/jpexs/decompiler/flash/gui/PointUpdateListener.java index 0442e6ea4..b30e2e255 100644 --- a/src/com/jpexs/decompiler/flash/gui/PointUpdateListener.java +++ b/src/com/jpexs/decompiler/flash/gui/PointUpdateListener.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2022-2024 JPEXS - * + * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or * (at your option) any later version. - * + * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. - * + * * You should have received a copy of the GNU General Public License * along with this program. If not, see . */ @@ -19,7 +19,6 @@ package com.jpexs.decompiler.flash.gui; import java.util.List; /** - * * @author JPEXS */ public interface PointUpdateListener { diff --git a/src/com/jpexs/decompiler/flash/gui/PreviewPanel.java b/src/com/jpexs/decompiler/flash/gui/PreviewPanel.java index 2d1b7043d..2cefaf940 100644 --- a/src/com/jpexs/decompiler/flash/gui/PreviewPanel.java +++ b/src/com/jpexs/decompiler/flash/gui/PreviewPanel.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS - * + * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or * (at your option) any later version. - * + * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. - * + * * You should have received a copy of the GNU General Public License * along with this program. If not, see . */ @@ -137,7 +137,6 @@ import javax.xml.transform.stream.StreamResult; import javax.xml.transform.stream.StreamSource; /** - * * @author JPEXS */ public class PreviewPanel extends JPersistentSplitPane implements TagEditorPanel { diff --git a/src/com/jpexs/decompiler/flash/gui/QuickFindPanel.java b/src/com/jpexs/decompiler/flash/gui/QuickFindPanel.java index d8d5bb69b..cfd6fa4b0 100644 --- a/src/com/jpexs/decompiler/flash/gui/QuickFindPanel.java +++ b/src/com/jpexs/decompiler/flash/gui/QuickFindPanel.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS - * + * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or * (at your option) any later version. - * + * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. - * + * * You should have received a copy of the GNU General Public License * along with this program. If not, see . */ @@ -41,7 +41,6 @@ import jsyntaxpane.actions.DocumentSearchData; import jsyntaxpane.components.Markers; /** - * * @author JPEXS */ public class QuickFindPanel extends JPanel { diff --git a/src/com/jpexs/decompiler/flash/gui/QuickTreeFindPanel.java b/src/com/jpexs/decompiler/flash/gui/QuickTreeFindPanel.java index 1a0b66d94..e36b5bb57 100644 --- a/src/com/jpexs/decompiler/flash/gui/QuickTreeFindPanel.java +++ b/src/com/jpexs/decompiler/flash/gui/QuickTreeFindPanel.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2022-2024 JPEXS - * + * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or * (at your option) any later version. - * + * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. - * + * * You should have received a copy of the GNU General Public License * along with this program. If not, see . */ @@ -31,7 +31,6 @@ import javax.swing.event.DocumentEvent; import javax.swing.event.DocumentListener; /** - * * @author JPEXS */ public class QuickTreeFindPanel extends JPanel { diff --git a/src/com/jpexs/decompiler/flash/gui/RecentFilesButton.java b/src/com/jpexs/decompiler/flash/gui/RecentFilesButton.java index 075960553..9ea4db035 100644 --- a/src/com/jpexs/decompiler/flash/gui/RecentFilesButton.java +++ b/src/com/jpexs/decompiler/flash/gui/RecentFilesButton.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS - * + * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or * (at your option) any later version. - * + * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. - * + * * You should have received a copy of the GNU General Public License * along with this program. If not, see . */ @@ -20,7 +20,6 @@ import org.pushingpixels.flamingo.api.common.JCommandButton; import org.pushingpixels.flamingo.api.common.icon.ResizableIcon; /** - * * @author JPEXS */ public class RecentFilesButton extends JCommandButton { diff --git a/src/com/jpexs/decompiler/flash/gui/RecentSearchesButton.java b/src/com/jpexs/decompiler/flash/gui/RecentSearchesButton.java index 884ba0b8a..3bf971a8a 100644 --- a/src/com/jpexs/decompiler/flash/gui/RecentSearchesButton.java +++ b/src/com/jpexs/decompiler/flash/gui/RecentSearchesButton.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS - * + * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or * (at your option) any later version. - * + * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. - * + * * You should have received a copy of the GNU General Public License * along with this program. If not, see . */ @@ -20,7 +20,6 @@ import org.pushingpixels.flamingo.api.common.JCommandButton; import org.pushingpixels.flamingo.api.common.icon.ResizableIcon; /** - * * @author JPEXS */ public class RecentSearchesButton extends JCommandButton { diff --git a/src/com/jpexs/decompiler/flash/gui/RegistrationPointPosition.java b/src/com/jpexs/decompiler/flash/gui/RegistrationPointPosition.java index 79d5cdee3..1544d4ad3 100644 --- a/src/com/jpexs/decompiler/flash/gui/RegistrationPointPosition.java +++ b/src/com/jpexs/decompiler/flash/gui/RegistrationPointPosition.java @@ -1,23 +1,22 @@ /* * Copyright (C) 2022-2024 JPEXS - * + * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or * (at your option) any later version. - * + * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. - * + * * You should have received a copy of the GNU General Public License * along with this program. If not, see . */ package com.jpexs.decompiler.flash.gui; /** - * * @author JPEXS */ public enum RegistrationPointPosition { diff --git a/src/com/jpexs/decompiler/flash/gui/RenameDialog.java b/src/com/jpexs/decompiler/flash/gui/RenameDialog.java index ddea8fd46..5bc70cfeb 100644 --- a/src/com/jpexs/decompiler/flash/gui/RenameDialog.java +++ b/src/com/jpexs/decompiler/flash/gui/RenameDialog.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS - * + * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or * (at your option) any later version. - * + * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. - * + * * You should have received a copy of the GNU General Public License * along with this program. If not, see . */ @@ -31,7 +31,6 @@ import javax.swing.JPanel; import javax.swing.JRadioButton; /** - * * @author JPEXS */ public class RenameDialog extends AppDialog { diff --git a/src/com/jpexs/decompiler/flash/gui/ReplaceCharacterDialog.java b/src/com/jpexs/decompiler/flash/gui/ReplaceCharacterDialog.java index 5b7eda9a0..eb397f84d 100644 --- a/src/com/jpexs/decompiler/flash/gui/ReplaceCharacterDialog.java +++ b/src/com/jpexs/decompiler/flash/gui/ReplaceCharacterDialog.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS - * + * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or * (at your option) any later version. - * + * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. - * + * * You should have received a copy of the GNU General Public License * along with this program. If not, see . */ @@ -44,7 +44,6 @@ import javax.swing.event.ListSelectionEvent; import javax.swing.event.ListSelectionListener; /** - * * @author JPEXS */ public class ReplaceCharacterDialog extends AppDialog { diff --git a/src/com/jpexs/decompiler/flash/gui/ReplaceTraceDialog.java b/src/com/jpexs/decompiler/flash/gui/ReplaceTraceDialog.java index cb8a4166b..1c89b9adf 100644 --- a/src/com/jpexs/decompiler/flash/gui/ReplaceTraceDialog.java +++ b/src/com/jpexs/decompiler/flash/gui/ReplaceTraceDialog.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS - * + * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or * (at your option) any later version. - * + * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. - * + * * You should have received a copy of the GNU General Public License * along with this program. If not, see . */ @@ -27,7 +27,6 @@ import javax.swing.JPanel; import javax.swing.JRadioButton; /** - * * @author JPEXS */ public class ReplaceTraceDialog extends AppDialog { diff --git a/src/com/jpexs/decompiler/flash/gui/SaveFileMode.java b/src/com/jpexs/decompiler/flash/gui/SaveFileMode.java index 56005ea9a..9d2d0fdc7 100644 --- a/src/com/jpexs/decompiler/flash/gui/SaveFileMode.java +++ b/src/com/jpexs/decompiler/flash/gui/SaveFileMode.java @@ -1,23 +1,22 @@ /* * Copyright (C) 2010-2024 JPEXS - * + * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or * (at your option) any later version. - * + * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. - * + * * You should have received a copy of the GNU General Public License * along with this program. If not, see . */ package com.jpexs.decompiler.flash.gui; /** - * * @author JPEXS */ public enum SaveFileMode { diff --git a/src/com/jpexs/decompiler/flash/gui/ScrollPosStorage.java b/src/com/jpexs/decompiler/flash/gui/ScrollPosStorage.java index f83a56161..d42a91309 100644 --- a/src/com/jpexs/decompiler/flash/gui/ScrollPosStorage.java +++ b/src/com/jpexs/decompiler/flash/gui/ScrollPosStorage.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2023-2024 JPEXS - * + * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or * (at your option) any later version. - * + * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. - * + * * You should have received a copy of the GNU General Public License * along with this program. If not, see . */ diff --git a/src/com/jpexs/decompiler/flash/gui/ScrollablePanel.java b/src/com/jpexs/decompiler/flash/gui/ScrollablePanel.java index 59859f04e..673832e77 100644 --- a/src/com/jpexs/decompiler/flash/gui/ScrollablePanel.java +++ b/src/com/jpexs/decompiler/flash/gui/ScrollablePanel.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2023-2024 JPEXS - * + * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or * (at your option) any later version. - * + * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. - * + * * You should have received a copy of the GNU General Public License * along with this program. If not, see . */ @@ -32,11 +32,11 @@ import javax.swing.SwingConstants; * A panel that implements the Scrollable interface. This class allows you to * customize the scrollable features by using newly provided setter methods so * you don't have to extend this class every time. - * + *

* Scrollable amounts can be specifed as a percentage of the viewport size or as * an actual pixel value. The amount can be changed for both unit and block * scrolling for both horizontal and vertical scrollbars. - * + *

* The Scrollable interface only provides a boolean value for determining * whether or not the viewport size (width or height) should be used by the * scrollpane when determining if scrollbars should be made visible. This class @@ -104,7 +104,7 @@ public class ScrollablePanel extends JPanel implements Scrollable, SwingConstant * Set the ScrollableSizeHint enum for the height. The enum is used to * determine the boolean value that is returned by the * getScrollableTracksViewportHeight() method. The valid values are: - * + *

* ScrollableSizeHint.NONE - return "false", which causes the height of the * panel to be used when laying out the children ScrollableSizeHint.FIT - * return "true", which causes the height of the viewport to be used when @@ -132,7 +132,7 @@ public class ScrollablePanel extends JPanel implements Scrollable, SwingConstant * Set the ScrollableSizeHint enum for the width. The enum is used to * determine the boolean value that is returned by the * getScrollableTracksViewportWidth() method. The valid values are: - * + *

* ScrollableSizeHint.NONE - return "false", which causes the width of the * panel to be used when laying out the children ScrollableSizeHint.FIT - * return "true", which causes the width of the viewport to be used when @@ -176,12 +176,12 @@ public class ScrollablePanel extends JPanel implements Scrollable, SwingConstant * @param orientation specify the scrolling orientation. Must be either: * SwingContants.HORIZONTAL or SwingContants.VERTICAL. * @param type + * @param amount a value used with the IncrementType to determine the + * scrollable amount * @paran type specify how the amount parameter in the calculation of the * scrollable amount. Valid values are: IncrementType.PERCENT - treat the * amount as a % of the viewport size IncrementType.PIXEL - treat the amount * as the scrollable amount - * @param amount a value used with the IncrementType to determine the - * scrollable amount */ public void setScrollableBlockIncrement(int orientation, IncrementType type, int amount) { IncrementInfo info = new IncrementInfo(type, amount); @@ -237,12 +237,12 @@ public class ScrollablePanel extends JPanel implements Scrollable, SwingConstant * * @param orientation specify the scrolling orientation. Must be either: * SwingContants.HORIZONTAL or SwingContants.VERTICAL. + * @param amount a value used with the IncrementType to determine the + * scrollable amount * @paran type specify how the amount parameter in the calculation of the * scrollable amount. Valid values are: IncrementType.PERCENT - treat the * amount as a % of the viewport size IncrementType.PIXEL - treat the amount * as the scrollable amount - * @param amount a value used with the IncrementType to determine the - * scrollable amount */ public void setScrollableUnitIncrement(int orientation, IncrementType type, int amount) { IncrementInfo info = new IncrementInfo(type, amount); diff --git a/src/com/jpexs/decompiler/flash/gui/SearchDialog.java b/src/com/jpexs/decompiler/flash/gui/SearchDialog.java index 3020e0d38..4a70e3705 100644 --- a/src/com/jpexs/decompiler/flash/gui/SearchDialog.java +++ b/src/com/jpexs/decompiler/flash/gui/SearchDialog.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS - * + * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or * (at your option) any later version. - * + * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. - * + * * You should have received a copy of the GNU General Public License * along with this program. If not, see . */ @@ -39,7 +39,6 @@ import javax.swing.JRadioButton; import javax.swing.JTextField; /** - * * @author JPEXS */ public class SearchDialog extends AppDialog { diff --git a/src/com/jpexs/decompiler/flash/gui/SearchInMemory.java b/src/com/jpexs/decompiler/flash/gui/SearchInMemory.java index a1c3ac0e0..153407bac 100644 --- a/src/com/jpexs/decompiler/flash/gui/SearchInMemory.java +++ b/src/com/jpexs/decompiler/flash/gui/SearchInMemory.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS - * + * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or * (at your option) any later version. - * + * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. - * + * * You should have received a copy of the GNU General Public License * along with this program. If not, see . */ @@ -28,7 +28,6 @@ import java.util.List; import java.util.Map; /** - * * @author JPEXS */ public class SearchInMemory { diff --git a/src/com/jpexs/decompiler/flash/gui/SearchInMemoryListener.java b/src/com/jpexs/decompiler/flash/gui/SearchInMemoryListener.java index 28a24ee54..baf73078a 100644 --- a/src/com/jpexs/decompiler/flash/gui/SearchInMemoryListener.java +++ b/src/com/jpexs/decompiler/flash/gui/SearchInMemoryListener.java @@ -1,23 +1,22 @@ /* * Copyright (C) 2010-2024 JPEXS - * + * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or * (at your option) any later version. - * + * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. - * + * * You should have received a copy of the GNU General Public License * along with this program. If not, see . */ package com.jpexs.decompiler.flash.gui; /** - * * @author JPEXS */ public interface SearchInMemoryListener { diff --git a/src/com/jpexs/decompiler/flash/gui/SearchListener.java b/src/com/jpexs/decompiler/flash/gui/SearchListener.java index 38cbf97b8..c9f84a9dc 100644 --- a/src/com/jpexs/decompiler/flash/gui/SearchListener.java +++ b/src/com/jpexs/decompiler/flash/gui/SearchListener.java @@ -1,25 +1,24 @@ /* * Copyright (C) 2010-2024 JPEXS - * + * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or * (at your option) any later version. - * + * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. - * + * * You should have received a copy of the GNU General Public License * along with this program. If not, see . */ package com.jpexs.decompiler.flash.gui; /** - * - * @author JPEXS * @param Element to search + * @author JPEXS */ public interface SearchListener { diff --git a/src/com/jpexs/decompiler/flash/gui/SearchPanel.java b/src/com/jpexs/decompiler/flash/gui/SearchPanel.java index 24ea1b8d9..4d489009a 100644 --- a/src/com/jpexs/decompiler/flash/gui/SearchPanel.java +++ b/src/com/jpexs/decompiler/flash/gui/SearchPanel.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS - * + * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or * (at your option) any later version. - * + * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. - * + * * You should have received a copy of the GNU General Public License * along with this program. If not, see . */ @@ -28,9 +28,8 @@ import javax.swing.text.JTextComponent; import jsyntaxpane.actions.DocumentSearchData; /** - * - * @author JPEXS * @param Element to search + * @author JPEXS */ public class SearchPanel extends JPanel { diff --git a/src/com/jpexs/decompiler/flash/gui/SearchResultsDialog.java b/src/com/jpexs/decompiler/flash/gui/SearchResultsDialog.java index 8ec799823..c9105907e 100644 --- a/src/com/jpexs/decompiler/flash/gui/SearchResultsDialog.java +++ b/src/com/jpexs/decompiler/flash/gui/SearchResultsDialog.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS - * + * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or * (at your option) any later version. - * + * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. - * + * * You should have received a copy of the GNU General Public License * along with this program. If not, see . */ @@ -64,9 +64,8 @@ import javax.swing.tree.TreeNode; import javax.swing.tree.TreePath; /** - * - * @author JPEXS * @param Element to search + * @author JPEXS */ public class SearchResultsDialog extends AppDialog { diff --git a/src/com/jpexs/decompiler/flash/gui/SearchResultsStorage.java b/src/com/jpexs/decompiler/flash/gui/SearchResultsStorage.java index 3666bb53f..877df1b25 100644 --- a/src/com/jpexs/decompiler/flash/gui/SearchResultsStorage.java +++ b/src/com/jpexs/decompiler/flash/gui/SearchResultsStorage.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2021-2024 JPEXS - * + * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or * (at your option) any later version. - * + * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. - * + * * You should have received a copy of the GNU General Public License * along with this program. If not, see . */ @@ -41,7 +41,6 @@ import java.util.logging.Level; import java.util.logging.Logger; /** - * * @author JPEXS */ public class SearchResultsStorage { diff --git a/src/com/jpexs/decompiler/flash/gui/SelectFramePositionDialog.java b/src/com/jpexs/decompiler/flash/gui/SelectFramePositionDialog.java index c337f81d6..bfd683373 100644 --- a/src/com/jpexs/decompiler/flash/gui/SelectFramePositionDialog.java +++ b/src/com/jpexs/decompiler/flash/gui/SelectFramePositionDialog.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2022-2024 JPEXS - * + * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or * (at your option) any later version. - * + * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. - * + * * You should have received a copy of the GNU General Public License * along with this program. If not, see . */ @@ -58,7 +58,6 @@ import javax.swing.tree.TreePath; import javax.swing.tree.TreeSelectionModel; /** - * * @author JPEXS */ public class SelectFramePositionDialog extends AppDialog { @@ -535,7 +534,6 @@ public class SelectFramePositionDialog extends AppDialog { /** * Gets current selected frame. -1 = end of timeline position - * */ public int getSelectedFrame() { return selectedFrame; diff --git a/src/com/jpexs/decompiler/flash/gui/SelectLanguageDialog.java b/src/com/jpexs/decompiler/flash/gui/SelectLanguageDialog.java index 139092bf8..4494bbc42 100644 --- a/src/com/jpexs/decompiler/flash/gui/SelectLanguageDialog.java +++ b/src/com/jpexs/decompiler/flash/gui/SelectLanguageDialog.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS - * + * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or * (at your option) any later version. - * + * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. - * + * * You should have received a copy of the GNU General Public License * along with this program. If not, see . */ @@ -33,7 +33,6 @@ import javax.swing.border.EmptyBorder; import jsyntaxpane.DefaultSyntaxKit; /** - * * @author JPEXS */ public class SelectLanguageDialog extends AppDialog { diff --git a/src/com/jpexs/decompiler/flash/gui/SelectTagOfTypeDialog.java b/src/com/jpexs/decompiler/flash/gui/SelectTagOfTypeDialog.java index 1dd512d9c..36fc8b792 100644 --- a/src/com/jpexs/decompiler/flash/gui/SelectTagOfTypeDialog.java +++ b/src/com/jpexs/decompiler/flash/gui/SelectTagOfTypeDialog.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2022-2024 JPEXS - * + * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or * (at your option) any later version. - * + * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. - * + * * You should have received a copy of the GNU General Public License * along with this program. If not, see . */ @@ -34,7 +34,6 @@ import javax.swing.JList; import javax.swing.JPanel; /** - * * @author JPEXS */ public class SelectTagOfTypeDialog extends AppDialog { diff --git a/src/com/jpexs/decompiler/flash/gui/SelectTagPositionDialog.java b/src/com/jpexs/decompiler/flash/gui/SelectTagPositionDialog.java index 5de38b20d..9b2c4aadc 100644 --- a/src/com/jpexs/decompiler/flash/gui/SelectTagPositionDialog.java +++ b/src/com/jpexs/decompiler/flash/gui/SelectTagPositionDialog.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2022-2024 JPEXS - * + * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or * (at your option) any later version. - * + * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. - * + * * You should have received a copy of the GNU General Public License * along with this program. If not, see . */ @@ -57,7 +57,6 @@ import javax.swing.tree.TreePath; import javax.swing.tree.TreeSelectionModel; /** - * * @author JPEXS */ public class SelectTagPositionDialog extends AppDialog { @@ -535,7 +534,6 @@ public class SelectTagPositionDialog extends AppDialog { /** * Gets current selected tag to determine position. null = end of timeline * position - * */ public Tag getSelectedTag() { return selectedTag; diff --git a/src/com/jpexs/decompiler/flash/gui/SoundTagPlayer.java b/src/com/jpexs/decompiler/flash/gui/SoundTagPlayer.java index 0c9663030..3325a082b 100644 --- a/src/com/jpexs/decompiler/flash/gui/SoundTagPlayer.java +++ b/src/com/jpexs/decompiler/flash/gui/SoundTagPlayer.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS - * + * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or * (at your option) any later version. - * + * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. - * + * * You should have received a copy of the GNU General Public License * along with this program. If not, see . */ @@ -44,7 +44,6 @@ import javax.sound.sampled.SourceDataLine; import javax.sound.sampled.UnsupportedAudioFileException; /** - * * @author JPEXS */ public class SoundTagPlayer implements MediaDisplay { diff --git a/src/com/jpexs/decompiler/flash/gui/SwfInMemory.java b/src/com/jpexs/decompiler/flash/gui/SwfInMemory.java index 51e6db538..25b79471d 100644 --- a/src/com/jpexs/decompiler/flash/gui/SwfInMemory.java +++ b/src/com/jpexs/decompiler/flash/gui/SwfInMemory.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS - * + * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or * (at your option) any later version. - * + * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. - * + * * You should have received a copy of the GNU General Public License * along with this program. If not, see . */ @@ -20,7 +20,6 @@ import com.jpexs.helpers.ReReadableInputStream; import java.util.ResourceBundle; /** - * * @author JPEXS */ public class SwfInMemory { diff --git a/src/com/jpexs/decompiler/flash/gui/TagEditorPanel.java b/src/com/jpexs/decompiler/flash/gui/TagEditorPanel.java index 88d2cdeed..c0049d793 100644 --- a/src/com/jpexs/decompiler/flash/gui/TagEditorPanel.java +++ b/src/com/jpexs/decompiler/flash/gui/TagEditorPanel.java @@ -1,23 +1,22 @@ /* * Copyright (C) 2010-2024 JPEXS - * + * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or * (at your option) any later version. - * + * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. - * + * * You should have received a copy of the GNU General Public License * along with this program. If not, see . */ package com.jpexs.decompiler.flash.gui; /** - * * @author JPEXS */ public interface TagEditorPanel { diff --git a/src/com/jpexs/decompiler/flash/gui/TagInfoPanel.java b/src/com/jpexs/decompiler/flash/gui/TagInfoPanel.java index b8eca5038..1305a6c11 100644 --- a/src/com/jpexs/decompiler/flash/gui/TagInfoPanel.java +++ b/src/com/jpexs/decompiler/flash/gui/TagInfoPanel.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS - * + * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or * (at your option) any later version. - * + * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. - * + * * You should have received a copy of the GNU General Public License * along with this program. If not, see . */ @@ -40,7 +40,6 @@ import javax.swing.event.HyperlinkListener; import javax.swing.text.html.HTMLDocument; /** - * * @author JPEXS */ public class TagInfoPanel extends JPanel { @@ -82,7 +81,7 @@ public class TagInfoPanel extends JPanel { if ("expand".equals(scheme)) { if ("all".equals(strId)) { updateHtmlContent(true, false); - } + } if ("details".equals(strId)) { updateHtmlContent(true, true); } @@ -182,18 +181,18 @@ public class TagInfoPanel extends JPanel { if (!frameList && expand) { String charName; CharacterTag character = swf == null ? null : swf.getCharacter(id); - + if (showDetails) { if (swf == null || character == null) { charName = "???"; } else { charName = Helper.escapeHTML(character.toString()); } - strValue += String.format("%s
", scheme, id, charName, id); + strValue += String.format("%s
", scheme, id, charName, id); } else { if (swf == null || character == null) { charName = "???"; - } else { + } else { charName = character.getTagName(); } @@ -207,10 +206,10 @@ public class TagInfoPanel extends JPanel { value = strValue.substring(0, strValue.length() - 2); if (!frameList && !expand) { - value = value + " +"; + value = value + " +"; } else if (!frameList && expand && !showDetails) { value = value + "
+"; - } + } } result += "" + value + ""; diff --git a/src/com/jpexs/decompiler/flash/gui/TextPanel.java b/src/com/jpexs/decompiler/flash/gui/TextPanel.java index 2ec946ad9..e7a5cdea6 100644 --- a/src/com/jpexs/decompiler/flash/gui/TextPanel.java +++ b/src/com/jpexs/decompiler/flash/gui/TextPanel.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS - * + * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or * (at your option) any later version. - * + * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. - * + * * You should have received a copy of the GNU General Public License * along with this program. If not, see . */ @@ -45,7 +45,6 @@ import javax.swing.SwingConstants; import javax.swing.text.BadLocationException; /** - * * @author JPEXS */ public class TextPanel extends JPanel implements TagEditorPanel { diff --git a/src/com/jpexs/decompiler/flash/gui/TransformPanel.java b/src/com/jpexs/decompiler/flash/gui/TransformPanel.java index c8e144db2..a27f94912 100644 --- a/src/com/jpexs/decompiler/flash/gui/TransformPanel.java +++ b/src/com/jpexs/decompiler/flash/gui/TransformPanel.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2022-2024 JPEXS - * + * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or * (at your option) any later version. - * + * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. - * + * * You should have received a copy of the GNU General Public License * along with this program. If not, see . */ @@ -75,7 +75,6 @@ import javax.swing.SwingUtilities; import javax.swing.border.BevelBorder; /** - * * @author JPEXS */ public class TransformPanel extends JPanel { diff --git a/src/com/jpexs/decompiler/flash/gui/TreeNodeType.java b/src/com/jpexs/decompiler/flash/gui/TreeNodeType.java index d4c0d939f..43c8bbb84 100644 --- a/src/com/jpexs/decompiler/flash/gui/TreeNodeType.java +++ b/src/com/jpexs/decompiler/flash/gui/TreeNodeType.java @@ -1,23 +1,22 @@ /* * Copyright (C) 2010-2024 JPEXS - * + * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or * (at your option) any later version. - * + * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. - * + * * You should have received a copy of the GNU General Public License * along with this program. If not, see . */ package com.jpexs.decompiler.flash.gui; /** - * * @author JPEXS */ public enum TreeNodeType { diff --git a/src/com/jpexs/decompiler/flash/gui/TreePanelMode.java b/src/com/jpexs/decompiler/flash/gui/TreePanelMode.java index d29aa8897..907b709cc 100644 --- a/src/com/jpexs/decompiler/flash/gui/TreePanelMode.java +++ b/src/com/jpexs/decompiler/flash/gui/TreePanelMode.java @@ -1,23 +1,22 @@ /* * Copyright (C) 2010-2024 JPEXS - * + * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or * (at your option) any later version. - * + * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. - * + * * You should have received a copy of the GNU General Public License * along with this program. If not, see . */ package com.jpexs.decompiler.flash.gui; /** - * * @author JPEXS */ public enum TreePanelMode { diff --git a/src/com/jpexs/decompiler/flash/gui/View.java b/src/com/jpexs/decompiler/flash/gui/View.java index c67333dfc..b9effe512 100644 --- a/src/com/jpexs/decompiler/flash/gui/View.java +++ b/src/com/jpexs/decompiler/flash/gui/View.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS - * + * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or * (at your option) any later version. - * + * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. - * + * * You should have received a copy of the GNU General Public License * along with this program. If not, see . */ @@ -169,7 +169,8 @@ public class View { UIManager.setLookAndFeel(UIManager.getSystemLookAndFeelClassName()); - } catch (UnsupportedLookAndFeelException | ClassNotFoundException | InstantiationException | IllegalAccessException ignored) { + } catch (UnsupportedLookAndFeelException | ClassNotFoundException | InstantiationException + | IllegalAccessException ignored) { //ignored } @@ -323,7 +324,8 @@ public class View { } /** - * Sets icon of the window. + * Sets icon of the window. + * * @param f * @param icon Icon identifier. Icon must exist in 16 and 32 variant */ @@ -333,6 +335,7 @@ public class View { images.add(loadImage(icon + "32")); f.setIconImages(images); } + /** * Sets icon of specified frame to ASDec icon * @@ -919,7 +922,8 @@ public class View { } catch (NoSuchMethodException | SecurityException | IllegalAccessException | InvocationTargetException ex) { try { return Locale.class.getDeclaredConstructor(String.class, String.class).newInstance(language, country); - } catch (NoSuchMethodException | SecurityException | InstantiationException | IllegalAccessException | IllegalArgumentException | InvocationTargetException ex1) { + } catch (NoSuchMethodException | SecurityException | InstantiationException | IllegalAccessException + | IllegalArgumentException | InvocationTargetException ex1) { Logger.getLogger(Translator.class.getName()).log(Level.SEVERE, null, ex1); return null; } @@ -939,7 +943,8 @@ public class View { } catch (NoSuchMethodException | SecurityException | IllegalAccessException | InvocationTargetException ex) { try { return Locale.class.getDeclaredConstructor(String.class).newInstance(language); - } catch (NoSuchMethodException | SecurityException | InstantiationException | IllegalAccessException | IllegalArgumentException | InvocationTargetException ex1) { + } catch (NoSuchMethodException | SecurityException | InstantiationException | IllegalAccessException + | IllegalArgumentException | InvocationTargetException ex1) { Logger.getLogger(Translator.class.getName()).log(Level.SEVERE, null, ex1); return null; } @@ -948,10 +953,10 @@ public class View { public static JFileChooser getFileChooserWithIcon(String iconName) { return new JFileChooser() { - + @Override protected JDialog createDialog(Component parent) throws HeadlessException { - JDialog dialog = super.createDialog(parent); + JDialog dialog = super.createDialog(parent); setWindowIcon(dialog, iconName); dialog.getRootPane().setWindowDecorationStyle(JRootPane.FRAME); return dialog; diff --git a/src/com/jpexs/decompiler/flash/gui/ViewMessages.java b/src/com/jpexs/decompiler/flash/gui/ViewMessages.java index 5c561913c..49b83276e 100644 --- a/src/com/jpexs/decompiler/flash/gui/ViewMessages.java +++ b/src/com/jpexs/decompiler/flash/gui/ViewMessages.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2021-2024 JPEXS - * + * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or * (at your option) any later version. - * + * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. - * + * * You should have received a copy of the GNU General Public License * along with this program. If not, see . */ @@ -26,7 +26,6 @@ import javax.swing.JOptionPane; import javax.swing.JPanel; /** - * * @author JPEXS */ public class ViewMessages { diff --git a/src/com/jpexs/decompiler/flash/gui/WrapLayout.java b/src/com/jpexs/decompiler/flash/gui/WrapLayout.java index a6b5e30b8..2b1d6ab6e 100644 --- a/src/com/jpexs/decompiler/flash/gui/WrapLayout.java +++ b/src/com/jpexs/decompiler/flash/gui/WrapLayout.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS - * + * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or * (at your option) any later version. - * + * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. - * + * * You should have received a copy of the GNU General Public License * along with this program. If not, see . */ diff --git a/src/com/jpexs/decompiler/flash/gui/abc/ABCComboBoxModel.java b/src/com/jpexs/decompiler/flash/gui/abc/ABCComboBoxModel.java index 93bd1cb2d..49e0f9676 100644 --- a/src/com/jpexs/decompiler/flash/gui/abc/ABCComboBoxModel.java +++ b/src/com/jpexs/decompiler/flash/gui/abc/ABCComboBoxModel.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS - * + * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or * (at your option) any later version. - * + * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. - * + * * You should have received a copy of the GNU General Public License * along with this program. If not, see . */ @@ -23,7 +23,6 @@ import javax.swing.ComboBoxModel; import javax.swing.event.ListDataListener; /** - * * @author JPEXS */ public class ABCComboBoxModel implements ComboBoxModel { diff --git a/src/com/jpexs/decompiler/flash/gui/abc/ABCExplorerDialog.java b/src/com/jpexs/decompiler/flash/gui/abc/ABCExplorerDialog.java index da65ebd61..2cb45d24b 100644 --- a/src/com/jpexs/decompiler/flash/gui/abc/ABCExplorerDialog.java +++ b/src/com/jpexs/decompiler/flash/gui/abc/ABCExplorerDialog.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2023-2024 JPEXS - * + * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or * (at your option) any later version. - * + * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. - * + * * You should have received a copy of the GNU General Public License * along with this program. If not, see . */ @@ -118,7 +118,6 @@ import javax.swing.tree.TreeModel; import javax.swing.tree.TreePath; /** - * * @author JPEXS */ public class ABCExplorerDialog extends AppDialog { diff --git a/src/com/jpexs/decompiler/flash/gui/abc/ABCPanel.java b/src/com/jpexs/decompiler/flash/gui/abc/ABCPanel.java index 1deabfe74..3c15c8dda 100644 --- a/src/com/jpexs/decompiler/flash/gui/abc/ABCPanel.java +++ b/src/com/jpexs/decompiler/flash/gui/abc/ABCPanel.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS - * + * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or * (at your option) any later version. - * + * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. - * + * * You should have received a copy of the GNU General Public License * along with this program. If not, see . */ @@ -143,7 +143,6 @@ import jsyntaxpane.Token; import jsyntaxpane.TokenType; /** - * * @author JPEXS */ public class ABCPanel extends JPanel implements ItemListener, SearchListener, TagEditorPanel { @@ -364,7 +363,7 @@ public class ABCPanel extends JPanel implements ItemListener, SearchListener 0) { flagsStr.add("dontEnumerate"); } - + if ((flags & VariableFlags.DONT_DELETE) > 0) { flagsStr.add("dontDelete"); } - + if ((flags & VariableFlags.ONLY_SWF6_UP) > 0) { flagsStr.add("onlySWF6Up"); } - + if ((flags & VariableFlags.IGNORE_SWF6) > 0) { flagsStr.add("ignoreSWF6"); } - + if ((flags & VariableFlags.ONLY_SWF7_UP) > 0) { flagsStr.add("onlySWF7Up"); } - + if ((flags & VariableFlags.ONLY_SWF8_UP) > 0) { flagsStr.add("onlySWF8Up"); } - + if ((flags & VariableFlags.ONLY_SWF9_UP) > 0) { flagsStr.add("onlySWF9Up"); } - + if ((flags & VariableFlags.ONLY_SWF10_UP) > 0) { flagsStr.add("onlySWF10Up"); } - + for (Integer f : unknownFlags) { if ((flags & f) > 0) { flagsStr.add("unk" + f); @@ -1442,7 +1441,8 @@ public class ABCPanel extends JPanel implements ItemListener, SearchListener. */ @@ -67,7 +67,6 @@ import javax.swing.text.BadLocationException; import javax.swing.text.Utilities; /** - * * @author JPEXS */ public class ASMSourceEditorPane extends DebuggableEditorPane implements CaretListener { diff --git a/src/com/jpexs/decompiler/flash/gui/abc/AddClassDialog.java b/src/com/jpexs/decompiler/flash/gui/abc/AddClassDialog.java index 0ba6ecb45..379e65f34 100644 --- a/src/com/jpexs/decompiler/flash/gui/abc/AddClassDialog.java +++ b/src/com/jpexs/decompiler/flash/gui/abc/AddClassDialog.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2021-2024 JPEXS - * + * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or * (at your option) any later version. - * + * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. - * + * * You should have received a copy of the GNU General Public License * along with this program. If not, see . */ @@ -46,7 +46,6 @@ import javax.swing.event.DocumentEvent; import javax.swing.event.DocumentListener; /** - * * @author JPEXS */ public class AddClassDialog extends AppDialog { diff --git a/src/com/jpexs/decompiler/flash/gui/abc/As3ClassLinkageDialog.java b/src/com/jpexs/decompiler/flash/gui/abc/As3ClassLinkageDialog.java index 0cde3956e..1cfa94bde 100644 --- a/src/com/jpexs/decompiler/flash/gui/abc/As3ClassLinkageDialog.java +++ b/src/com/jpexs/decompiler/flash/gui/abc/As3ClassLinkageDialog.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2024 JPEXS - * + * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or * (at your option) any later version. - * + * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. - * + * * You should have received a copy of the GNU General Public License * along with this program. If not, see . */ @@ -60,7 +60,6 @@ import javax.swing.event.DocumentEvent; import javax.swing.event.DocumentListener; /** - * * @author JPEXS */ public class As3ClassLinkageDialog extends AppDialog { @@ -246,7 +245,7 @@ public class As3ClassLinkageDialog extends AppDialog { ButtonGroup whereToStoreMappingButtonGroup = new ButtonGroup(); whereToStoreMappingButtonGroup.add(existingSymbolClassTagRadioButton); whereToStoreMappingButtonGroup.add(newSymbolClassTagRadioButton); - + if (originalSymbolClassTag == null) { doNotCreateNewClassPanel.add(new JLabel(translate("class.notfound.onlySetClassName.symbolClass.where"))); @@ -394,7 +393,6 @@ public class As3ClassLinkageDialog extends AppDialog { ok = false; errorLabel.setText(""); }*/ - if (newClassName.endsWith(".")) { ok = false; errorLabel.setText(""); @@ -477,8 +475,8 @@ public class As3ClassLinkageDialog extends AppDialog { } setVisible(false); boolean emptyClassName = classNameTextField.getText().isEmpty(); - if (emptyClassName) { - selectedSymbolClassTag = originalSymbolClassTag; + if (emptyClassName) { + selectedSymbolClassTag = originalSymbolClassTag; } else { if (foundInAbcContainer == null) { if (createClassRadioButton.isSelected()) { diff --git a/src/com/jpexs/decompiler/flash/gui/abc/ClassTraitDetailPanel.java b/src/com/jpexs/decompiler/flash/gui/abc/ClassTraitDetailPanel.java index 440a32454..ed144cfb5 100644 --- a/src/com/jpexs/decompiler/flash/gui/abc/ClassTraitDetailPanel.java +++ b/src/com/jpexs/decompiler/flash/gui/abc/ClassTraitDetailPanel.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS - * + * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or * (at your option) any later version. - * + * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. - * + * * You should have received a copy of the GNU General Public License * along with this program. If not, see . */ @@ -40,7 +40,6 @@ import javax.swing.event.CaretEvent; import javax.swing.event.CaretListener; /** - * * @author JPEXS */ public class ClassTraitDetailPanel extends JPanel implements TraitDetail { diff --git a/src/com/jpexs/decompiler/flash/gui/abc/ClassesListTreeModel.java b/src/com/jpexs/decompiler/flash/gui/abc/ClassesListTreeModel.java index e29f037d3..ed126fcd8 100644 --- a/src/com/jpexs/decompiler/flash/gui/abc/ClassesListTreeModel.java +++ b/src/com/jpexs/decompiler/flash/gui/abc/ClassesListTreeModel.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS - * + * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or * (at your option) any later version. - * + * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. - * + * * You should have received a copy of the GNU General Public License * along with this program. If not, see . */ @@ -37,7 +37,6 @@ import javax.swing.tree.TreeModel; import javax.swing.tree.TreePath; /** - * * @author JPEXS */ public class ClassesListTreeModel extends AS3ClassTreeItem implements TreeModel { diff --git a/src/com/jpexs/decompiler/flash/gui/abc/ConstantsListModel.java b/src/com/jpexs/decompiler/flash/gui/abc/ConstantsListModel.java index 58baec3e0..ff78041f2 100644 --- a/src/com/jpexs/decompiler/flash/gui/abc/ConstantsListModel.java +++ b/src/com/jpexs/decompiler/flash/gui/abc/ConstantsListModel.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS - * + * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or * (at your option) any later version. - * + * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. - * + * * You should have received a copy of the GNU General Public License * along with this program. If not, see . */ @@ -23,7 +23,6 @@ import javax.swing.ListModel; import javax.swing.event.ListDataListener; /** - * * @author JPEXS */ public class ConstantsListModel implements ListModel { diff --git a/src/com/jpexs/decompiler/flash/gui/abc/DecompiledEditorPane.java b/src/com/jpexs/decompiler/flash/gui/abc/DecompiledEditorPane.java index b8c970b28..97f762219 100644 --- a/src/com/jpexs/decompiler/flash/gui/abc/DecompiledEditorPane.java +++ b/src/com/jpexs/decompiler/flash/gui/abc/DecompiledEditorPane.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS - * + * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or * (at your option) any later version. - * + * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. - * + * * You should have received a copy of the GNU General Public License * along with this program. If not, see . */ @@ -65,7 +65,6 @@ import jsyntaxpane.Token; import jsyntaxpane.TokenType; /** - * * @author JPEXS */ public class DecompiledEditorPane extends DebuggableEditorPane implements CaretListener { diff --git a/src/com/jpexs/decompiler/flash/gui/abc/DeobfuscationDialog.java b/src/com/jpexs/decompiler/flash/gui/abc/DeobfuscationDialog.java index 86a523fb9..8555c233c 100644 --- a/src/com/jpexs/decompiler/flash/gui/abc/DeobfuscationDialog.java +++ b/src/com/jpexs/decompiler/flash/gui/abc/DeobfuscationDialog.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS - * + * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or * (at your option) any later version. - * + * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. - * + * * You should have received a copy of the GNU General Public License * along with this program. If not, see . */ @@ -33,7 +33,6 @@ import javax.swing.JPanel; import javax.swing.JRadioButton; /** - * * @author JPEXS */ public class DeobfuscationDialog extends AppDialog { diff --git a/src/com/jpexs/decompiler/flash/gui/abc/DetailPanel.java b/src/com/jpexs/decompiler/flash/gui/abc/DetailPanel.java index 2a394b46b..837d0c937 100644 --- a/src/com/jpexs/decompiler/flash/gui/abc/DetailPanel.java +++ b/src/com/jpexs/decompiler/flash/gui/abc/DetailPanel.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS - * + * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or * (at your option) any later version. - * + * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. - * + * * You should have received a copy of the GNU General Public License * along with this program. If not, see . */ @@ -45,7 +45,6 @@ import javax.swing.SwingConstants; import javax.swing.border.BevelBorder; /** - * * @author JPEXS */ public class DetailPanel extends JPanel implements TagEditorPanel { diff --git a/src/com/jpexs/decompiler/flash/gui/abc/DialogMissingSymbolHandler.java b/src/com/jpexs/decompiler/flash/gui/abc/DialogMissingSymbolHandler.java index d6db7c026..63ef17884 100644 --- a/src/com/jpexs/decompiler/flash/gui/abc/DialogMissingSymbolHandler.java +++ b/src/com/jpexs/decompiler/flash/gui/abc/DialogMissingSymbolHandler.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS - * + * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or * (at your option) any later version. - * + * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. - * + * * You should have received a copy of the GNU General Public License * along with this program. If not, see . */ @@ -25,7 +25,6 @@ import com.jpexs.decompiler.flash.gui.ViewMessages; import javax.swing.JOptionPane; /** - * * @author JPEXS */ public class DialogMissingSymbolHandler implements MissingSymbolHandler { diff --git a/src/com/jpexs/decompiler/flash/gui/abc/DocsListener.java b/src/com/jpexs/decompiler/flash/gui/abc/DocsListener.java index fc5492aa8..e08937fb0 100644 --- a/src/com/jpexs/decompiler/flash/gui/abc/DocsListener.java +++ b/src/com/jpexs/decompiler/flash/gui/abc/DocsListener.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2016-2024 JPEXS - * + * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or * (at your option) any later version. - * + * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. - * + * * You should have received a copy of the GNU General Public License * along with this program. If not, see . */ @@ -19,7 +19,6 @@ package com.jpexs.decompiler.flash.gui.abc; import java.awt.Point; /** - * * @author JPEXS */ public interface DocsListener { diff --git a/src/com/jpexs/decompiler/flash/gui/abc/IconListRenderer.java b/src/com/jpexs/decompiler/flash/gui/abc/IconListRenderer.java index ef118aa0a..982bd89ba 100644 --- a/src/com/jpexs/decompiler/flash/gui/abc/IconListRenderer.java +++ b/src/com/jpexs/decompiler/flash/gui/abc/IconListRenderer.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS - * + * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or * (at your option) any later version. - * + * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. - * + * * You should have received a copy of the GNU General Public License * along with this program. If not, see . */ @@ -27,7 +27,6 @@ import javax.swing.JLabel; import javax.swing.JList; /** - * * @author JPEXS */ public class IconListRenderer extends DefaultListCellRenderer { diff --git a/src/com/jpexs/decompiler/flash/gui/abc/LinkDialog.java b/src/com/jpexs/decompiler/flash/gui/abc/LinkDialog.java index 4b0245f1c..21291573d 100644 --- a/src/com/jpexs/decompiler/flash/gui/abc/LinkDialog.java +++ b/src/com/jpexs/decompiler/flash/gui/abc/LinkDialog.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2023-2024 JPEXS - * + * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or * (at your option) any later version. - * + * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. - * + * * You should have received a copy of the GNU General Public License * along with this program. If not, see . */ @@ -48,7 +48,6 @@ import javax.swing.SwingUtilities; import javax.swing.border.BevelBorder; /** - * * @author JPEXS */ public class LinkDialog extends JDialog { diff --git a/src/com/jpexs/decompiler/flash/gui/abc/MethodCodePanel.java b/src/com/jpexs/decompiler/flash/gui/abc/MethodCodePanel.java index 6c699f384..310b8e820 100644 --- a/src/com/jpexs/decompiler/flash/gui/abc/MethodCodePanel.java +++ b/src/com/jpexs/decompiler/flash/gui/abc/MethodCodePanel.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS - * + * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or * (at your option) any later version. - * + * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. - * + * * You should have received a copy of the GNU General Public License * along with this program. If not, see . */ @@ -51,7 +51,6 @@ import javax.swing.JSplitPane; import javax.swing.JToggleButton; /** - * * @author JPEXS */ public class MethodCodePanel extends JPanel { diff --git a/src/com/jpexs/decompiler/flash/gui/abc/MethodTraitDetailPanel.java b/src/com/jpexs/decompiler/flash/gui/abc/MethodTraitDetailPanel.java index 76d732d32..c9919336f 100644 --- a/src/com/jpexs/decompiler/flash/gui/abc/MethodTraitDetailPanel.java +++ b/src/com/jpexs/decompiler/flash/gui/abc/MethodTraitDetailPanel.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS - * + * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or * (at your option) any later version. - * + * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. - * + * * You should have received a copy of the GNU General Public License * along with this program. If not, see . */ @@ -20,7 +20,6 @@ import java.awt.BorderLayout; import javax.swing.JPanel; /** - * * @author JPEXS */ public class MethodTraitDetailPanel extends JPanel implements TraitDetail { diff --git a/src/com/jpexs/decompiler/flash/gui/abc/NewTraitDialog.java b/src/com/jpexs/decompiler/flash/gui/abc/NewTraitDialog.java index 41a696c61..054392bdd 100644 --- a/src/com/jpexs/decompiler/flash/gui/abc/NewTraitDialog.java +++ b/src/com/jpexs/decompiler/flash/gui/abc/NewTraitDialog.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS - * + * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or * (at your option) any later version. - * + * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. - * + * * You should have received a copy of the GNU General Public License * along with this program. If not, see . */ @@ -39,7 +39,6 @@ import javax.swing.event.AncestorEvent; import javax.swing.event.AncestorListener; /** - * * @author JPEXS */ public class NewTraitDialog extends AppDialog { diff --git a/src/com/jpexs/decompiler/flash/gui/abc/RootABCContainerTag.java b/src/com/jpexs/decompiler/flash/gui/abc/RootABCContainerTag.java index e432a6edc..556771f12 100644 --- a/src/com/jpexs/decompiler/flash/gui/abc/RootABCContainerTag.java +++ b/src/com/jpexs/decompiler/flash/gui/abc/RootABCContainerTag.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS - * + * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or * (at your option) any later version. - * + * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. - * + * * You should have received a copy of the GNU General Public License * along with this program. If not, see . */ @@ -21,7 +21,6 @@ import com.jpexs.decompiler.flash.abc.ABC; import com.jpexs.decompiler.flash.tags.ABCContainerTag; /** - * * @author JPEXS */ public class RootABCContainerTag implements ABCContainerTag { diff --git a/src/com/jpexs/decompiler/flash/gui/abc/SlotConstTraitDetailPanel.java b/src/com/jpexs/decompiler/flash/gui/abc/SlotConstTraitDetailPanel.java index e1cd0d508..f9a3ff0ee 100644 --- a/src/com/jpexs/decompiler/flash/gui/abc/SlotConstTraitDetailPanel.java +++ b/src/com/jpexs/decompiler/flash/gui/abc/SlotConstTraitDetailPanel.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS - * + * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or * (at your option) any later version. - * + * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. - * + * * You should have received a copy of the GNU General Public License * along with this program. If not, see . */ @@ -40,7 +40,6 @@ import javax.swing.event.CaretEvent; import javax.swing.event.CaretListener; /** - * * @author JPEXS */ public class SlotConstTraitDetailPanel extends JPanel implements TraitDetail { diff --git a/src/com/jpexs/decompiler/flash/gui/abc/TraitDetail.java b/src/com/jpexs/decompiler/flash/gui/abc/TraitDetail.java index eb4dbb38c..176ace260 100644 --- a/src/com/jpexs/decompiler/flash/gui/abc/TraitDetail.java +++ b/src/com/jpexs/decompiler/flash/gui/abc/TraitDetail.java @@ -1,23 +1,22 @@ /* * Copyright (C) 2010-2024 JPEXS - * + * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or * (at your option) any later version. - * + * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. - * + * * You should have received a copy of the GNU General Public License * along with this program. If not, see . */ package com.jpexs.decompiler.flash.gui.abc; /** - * * @author JPEXS */ public interface TraitDetail { diff --git a/src/com/jpexs/decompiler/flash/gui/abc/TraitsList.java b/src/com/jpexs/decompiler/flash/gui/abc/TraitsList.java index b535192b9..f3d5482f5 100644 --- a/src/com/jpexs/decompiler/flash/gui/abc/TraitsList.java +++ b/src/com/jpexs/decompiler/flash/gui/abc/TraitsList.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS - * + * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or * (at your option) any later version. - * + * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. - * + * * You should have received a copy of the GNU General Public License * along with this program. If not, see . */ @@ -29,7 +29,6 @@ import javax.swing.event.ListSelectionEvent; import javax.swing.event.ListSelectionListener; /** - * * @author JPEXS */ public class TraitsList extends JList implements ListSelectionListener { diff --git a/src/com/jpexs/decompiler/flash/gui/abc/TraitsListItem.java b/src/com/jpexs/decompiler/flash/gui/abc/TraitsListItem.java index dbc3fe4cd..ab40ed395 100644 --- a/src/com/jpexs/decompiler/flash/gui/abc/TraitsListItem.java +++ b/src/com/jpexs/decompiler/flash/gui/abc/TraitsListItem.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS - * + * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or * (at your option) any later version. - * + * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. - * + * * You should have received a copy of the GNU General Public License * along with this program. If not, see . */ @@ -31,7 +31,6 @@ import java.util.logging.Level; import java.util.logging.Logger; /** - * * @author JPEXS */ public class TraitsListItem { diff --git a/src/com/jpexs/decompiler/flash/gui/abc/TraitsListModel.java b/src/com/jpexs/decompiler/flash/gui/abc/TraitsListModel.java index af9f86ea8..71a8789a4 100644 --- a/src/com/jpexs/decompiler/flash/gui/abc/TraitsListModel.java +++ b/src/com/jpexs/decompiler/flash/gui/abc/TraitsListModel.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS - * + * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or * (at your option) any later version. - * + * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. - * + * * You should have received a copy of the GNU General Public License * along with this program. If not, see . */ @@ -27,7 +27,6 @@ import javax.swing.ListModel; import javax.swing.event.ListDataListener; /** - * * @author JPEXS */ public final class TraitsListModel implements ListModel { diff --git a/src/com/jpexs/decompiler/flash/gui/abc/UsageFrame.java b/src/com/jpexs/decompiler/flash/gui/abc/UsageFrame.java index 11f21c71e..3fe0a7cee 100644 --- a/src/com/jpexs/decompiler/flash/gui/abc/UsageFrame.java +++ b/src/com/jpexs/decompiler/flash/gui/abc/UsageFrame.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS - * + * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or * (at your option) any later version. - * + * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. - * + * * You should have received a copy of the GNU General Public License * along with this program. If not, see . */ @@ -41,7 +41,6 @@ import javax.swing.JList; import javax.swing.JPanel; /** - * * @author JPEXS */ public class UsageFrame extends AppDialog implements MouseListener { @@ -57,7 +56,6 @@ public class UsageFrame extends AppDialog implements MouseListener { private final ABCPanel abcPanel; /** - * * @param abc ABC * @param multinameIndex Multiname index * @param exactMatch False = also consider Multiname.MULTINAME kind equal to diff --git a/src/com/jpexs/decompiler/flash/gui/abc/UsageListModel.java b/src/com/jpexs/decompiler/flash/gui/abc/UsageListModel.java index 6cfb71fea..e4ff19a63 100644 --- a/src/com/jpexs/decompiler/flash/gui/abc/UsageListModel.java +++ b/src/com/jpexs/decompiler/flash/gui/abc/UsageListModel.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS - * + * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or * (at your option) any later version. - * + * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. - * + * * You should have received a copy of the GNU General Public License * along with this program. If not, see . */ @@ -20,7 +20,6 @@ import com.jpexs.decompiler.flash.abc.usages.multinames.MultinameUsage; import javax.swing.DefaultListModel; /** - * * @author JPEXS */ public class UsageListModel extends DefaultListModel { diff --git a/src/com/jpexs/decompiler/flash/gui/abc/tablemodels/DecimalTableModel.java b/src/com/jpexs/decompiler/flash/gui/abc/tablemodels/DecimalTableModel.java index de328b80e..e69d39e6f 100644 --- a/src/com/jpexs/decompiler/flash/gui/abc/tablemodels/DecimalTableModel.java +++ b/src/com/jpexs/decompiler/flash/gui/abc/tablemodels/DecimalTableModel.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS - * + * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or * (at your option) any later version. - * + * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. - * + * * You should have received a copy of the GNU General Public License * along with this program. If not, see . */ @@ -21,7 +21,6 @@ import javax.swing.event.TableModelListener; import javax.swing.table.TableModel; /** - * * @author JPEXS */ public class DecimalTableModel implements TableModel { diff --git a/src/com/jpexs/decompiler/flash/gui/abc/tablemodels/DoubleTableModel.java b/src/com/jpexs/decompiler/flash/gui/abc/tablemodels/DoubleTableModel.java index 19e25ad68..80d005ee5 100644 --- a/src/com/jpexs/decompiler/flash/gui/abc/tablemodels/DoubleTableModel.java +++ b/src/com/jpexs/decompiler/flash/gui/abc/tablemodels/DoubleTableModel.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS - * + * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or * (at your option) any later version. - * + * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. - * + * * You should have received a copy of the GNU General Public License * along with this program. If not, see . */ @@ -21,7 +21,6 @@ import javax.swing.event.TableModelListener; import javax.swing.table.TableModel; /** - * * @author JPEXS */ public class DoubleTableModel implements TableModel { diff --git a/src/com/jpexs/decompiler/flash/gui/abc/tablemodels/IntTableModel.java b/src/com/jpexs/decompiler/flash/gui/abc/tablemodels/IntTableModel.java index a6ccddcb8..f556d3cc6 100644 --- a/src/com/jpexs/decompiler/flash/gui/abc/tablemodels/IntTableModel.java +++ b/src/com/jpexs/decompiler/flash/gui/abc/tablemodels/IntTableModel.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS - * + * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or * (at your option) any later version. - * + * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. - * + * * You should have received a copy of the GNU General Public License * along with this program. If not, see . */ @@ -21,7 +21,6 @@ import javax.swing.event.TableModelListener; import javax.swing.table.TableModel; /** - * * @author JPEXS */ public class IntTableModel implements TableModel { diff --git a/src/com/jpexs/decompiler/flash/gui/abc/tablemodels/MultinameTableModel.java b/src/com/jpexs/decompiler/flash/gui/abc/tablemodels/MultinameTableModel.java index a99a1f6c9..fa4973d47 100644 --- a/src/com/jpexs/decompiler/flash/gui/abc/tablemodels/MultinameTableModel.java +++ b/src/com/jpexs/decompiler/flash/gui/abc/tablemodels/MultinameTableModel.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS - * + * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or * (at your option) any later version. - * + * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. - * + * * You should have received a copy of the GNU General Public License * along with this program. If not, see . */ @@ -21,7 +21,6 @@ import javax.swing.event.TableModelListener; import javax.swing.table.TableModel; /** - * * @author JPEXS */ public class MultinameTableModel implements TableModel { diff --git a/src/com/jpexs/decompiler/flash/gui/abc/tablemodels/NamespaceSetTableModel.java b/src/com/jpexs/decompiler/flash/gui/abc/tablemodels/NamespaceSetTableModel.java index 85a21404c..c569bf98c 100644 --- a/src/com/jpexs/decompiler/flash/gui/abc/tablemodels/NamespaceSetTableModel.java +++ b/src/com/jpexs/decompiler/flash/gui/abc/tablemodels/NamespaceSetTableModel.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS - * + * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or * (at your option) any later version. - * + * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. - * + * * You should have received a copy of the GNU General Public License * along with this program. If not, see . */ @@ -21,7 +21,6 @@ import javax.swing.event.TableModelListener; import javax.swing.table.TableModel; /** - * * @author JPEXS */ public class NamespaceSetTableModel implements TableModel { diff --git a/src/com/jpexs/decompiler/flash/gui/abc/tablemodels/NamespaceTableModel.java b/src/com/jpexs/decompiler/flash/gui/abc/tablemodels/NamespaceTableModel.java index 05d12bdfa..31a1b878a 100644 --- a/src/com/jpexs/decompiler/flash/gui/abc/tablemodels/NamespaceTableModel.java +++ b/src/com/jpexs/decompiler/flash/gui/abc/tablemodels/NamespaceTableModel.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS - * + * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or * (at your option) any later version. - * + * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. - * + * * You should have received a copy of the GNU General Public License * along with this program. If not, see . */ @@ -22,7 +22,6 @@ import javax.swing.event.TableModelListener; import javax.swing.table.TableModel; /** - * * @author JPEXS */ public class NamespaceTableModel implements TableModel { diff --git a/src/com/jpexs/decompiler/flash/gui/abc/tablemodels/StringTableModel.java b/src/com/jpexs/decompiler/flash/gui/abc/tablemodels/StringTableModel.java index 23efddc23..894e7842f 100644 --- a/src/com/jpexs/decompiler/flash/gui/abc/tablemodels/StringTableModel.java +++ b/src/com/jpexs/decompiler/flash/gui/abc/tablemodels/StringTableModel.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS - * + * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or * (at your option) any later version. - * + * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. - * + * * You should have received a copy of the GNU General Public License * along with this program. If not, see . */ @@ -21,7 +21,6 @@ import javax.swing.event.TableModelListener; import javax.swing.table.TableModel; /** - * * @author JPEXS */ public class StringTableModel implements TableModel { diff --git a/src/com/jpexs/decompiler/flash/gui/abc/tablemodels/UIntTableModel.java b/src/com/jpexs/decompiler/flash/gui/abc/tablemodels/UIntTableModel.java index b3783d44c..1102aa4e8 100644 --- a/src/com/jpexs/decompiler/flash/gui/abc/tablemodels/UIntTableModel.java +++ b/src/com/jpexs/decompiler/flash/gui/abc/tablemodels/UIntTableModel.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS - * + * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or * (at your option) any later version. - * + * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. - * + * * You should have received a copy of the GNU General Public License * along with this program. If not, see . */ @@ -21,7 +21,6 @@ import javax.swing.event.TableModelListener; import javax.swing.table.TableModel; /** - * * @author JPEXS */ public class UIntTableModel implements TableModel { diff --git a/src/com/jpexs/decompiler/flash/gui/action/ActionPanel.java b/src/com/jpexs/decompiler/flash/gui/action/ActionPanel.java index 6aaac0874..13d308477 100644 --- a/src/com/jpexs/decompiler/flash/gui/action/ActionPanel.java +++ b/src/com/jpexs/decompiler/flash/gui/action/ActionPanel.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS - * + * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or * (at your option) any later version. - * + * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. - * + * * You should have received a copy of the GNU General Public License * along with this program. If not, see . */ @@ -117,7 +117,6 @@ import jsyntaxpane.TokenType; import jsyntaxpane.actions.ActionUtils; /** - * * @author JPEXS */ public class ActionPanel extends JPanel implements SearchListener, TagEditorPanel { @@ -1297,7 +1296,7 @@ public class ActionPanel extends JPanel implements SearchListener. */ @@ -74,7 +74,6 @@ import javax.swing.tree.TreePath; import javax.swing.tree.TreeSelectionModel; /** - * * @author JPEXS */ public class AddScriptDialog extends AppDialog { diff --git a/src/com/jpexs/decompiler/flash/gui/controls/JPersistentSplitPane.java b/src/com/jpexs/decompiler/flash/gui/controls/JPersistentSplitPane.java index 534683b41..57b32bc45 100644 --- a/src/com/jpexs/decompiler/flash/gui/controls/JPersistentSplitPane.java +++ b/src/com/jpexs/decompiler/flash/gui/controls/JPersistentSplitPane.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS - * + * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or * (at your option) any later version. - * + * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. - * + * * You should have received a copy of the GNU General Public License * along with this program. If not, see . */ @@ -30,7 +30,6 @@ import java.util.Date; import javax.swing.JSplitPane; /** - * * @author JPEXS */ public class JPersistentSplitPane extends JSplitPane { diff --git a/src/com/jpexs/decompiler/flash/gui/controls/JRepeatButton.java b/src/com/jpexs/decompiler/flash/gui/controls/JRepeatButton.java index 8df8f3084..76de52abb 100644 --- a/src/com/jpexs/decompiler/flash/gui/controls/JRepeatButton.java +++ b/src/com/jpexs/decompiler/flash/gui/controls/JRepeatButton.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS - * + * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or * (at your option) any later version. - * + * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. - * + * * You should have received a copy of the GNU General Public License * along with this program. If not, see . */ @@ -28,7 +28,6 @@ import javax.swing.JButton; import javax.swing.SwingUtilities; /** - * * @author JPEXS */ public class JRepeatButton extends JButton { diff --git a/src/com/jpexs/decompiler/flash/gui/controls/NoneSelectedButtonGroup.java b/src/com/jpexs/decompiler/flash/gui/controls/NoneSelectedButtonGroup.java index cf25b0265..b8d185b4c 100644 --- a/src/com/jpexs/decompiler/flash/gui/controls/NoneSelectedButtonGroup.java +++ b/src/com/jpexs/decompiler/flash/gui/controls/NoneSelectedButtonGroup.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS - * + * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or * (at your option) any later version. - * + * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. - * + * * You should have received a copy of the GNU General Public License * along with this program. If not, see . */ @@ -20,7 +20,6 @@ import javax.swing.ButtonGroup; import javax.swing.ButtonModel; /** - * * @author JPEXS */ public class NoneSelectedButtonGroup extends ButtonGroup { diff --git a/src/com/jpexs/decompiler/flash/gui/debugger/DebugAdapter.java b/src/com/jpexs/decompiler/flash/gui/debugger/DebugAdapter.java index 2d5eb05b2..95f9051bf 100644 --- a/src/com/jpexs/decompiler/flash/gui/debugger/DebugAdapter.java +++ b/src/com/jpexs/decompiler/flash/gui/debugger/DebugAdapter.java @@ -1,23 +1,22 @@ /* * Copyright (C) 2010-2024 JPEXS - * + * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or * (at your option) any later version. - * + * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. - * + * * You should have received a copy of the GNU General Public License * along with this program. If not, see . */ package com.jpexs.decompiler.flash.gui.debugger; /** - * * @author JPEXS */ public class DebugAdapter implements DebugListener { @@ -60,5 +59,5 @@ public class DebugAdapter implements DebugListener { @Override public boolean isModifyBytesSupported() { return false; - } + } } diff --git a/src/com/jpexs/decompiler/flash/gui/debugger/DebugListener.java b/src/com/jpexs/decompiler/flash/gui/debugger/DebugListener.java index 1aa80279a..7518fcb17 100644 --- a/src/com/jpexs/decompiler/flash/gui/debugger/DebugListener.java +++ b/src/com/jpexs/decompiler/flash/gui/debugger/DebugListener.java @@ -1,23 +1,22 @@ /* * Copyright (C) 2010-2024 JPEXS - * + * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or * (at your option) any later version. - * + * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. - * + * * You should have received a copy of the GNU General Public License * along with this program. If not, see . */ package com.jpexs.decompiler.flash.gui.debugger; /** - * * @author JPEXS */ public interface DebugListener { @@ -25,7 +24,7 @@ public interface DebugListener { public void onMessage(String clientId, String msg); public void onLoaderURL(String clientId, String url); - + public void onLoaderURLInfo(String clientId, String url); public void onLoaderBytes(String clientId, byte[] data); @@ -35,8 +34,8 @@ public interface DebugListener { public void onFinish(String clientId); public byte[] onRequestBytes(String clientId); - + public void onLoaderModifyBytes(String clientId, byte[] inputData, String url, DebugLoaderDataModified modifiedListener); - + public boolean isModifyBytesSupported(); } diff --git a/src/com/jpexs/decompiler/flash/gui/debugger/DebugLoaderDataModified.java b/src/com/jpexs/decompiler/flash/gui/debugger/DebugLoaderDataModified.java index b659fc180..fe802f555 100644 --- a/src/com/jpexs/decompiler/flash/gui/debugger/DebugLoaderDataModified.java +++ b/src/com/jpexs/decompiler/flash/gui/debugger/DebugLoaderDataModified.java @@ -1,25 +1,25 @@ /* * Copyright (C) 2010-2024 JPEXS - * + * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or * (at your option) any later version. - * + * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. - * + * * You should have received a copy of the GNU General Public License * along with this program. If not, see . */ package com.jpexs.decompiler.flash.gui.debugger; /** - * * @author JPEXS */ public interface DebugLoaderDataModified { + public void dataModified(byte[] data); } diff --git a/src/com/jpexs/decompiler/flash/gui/debugger/Debugger.java b/src/com/jpexs/decompiler/flash/gui/debugger/Debugger.java index 845a6440d..0e27e230d 100644 --- a/src/com/jpexs/decompiler/flash/gui/debugger/Debugger.java +++ b/src/com/jpexs/decompiler/flash/gui/debugger/Debugger.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS - * + * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or * (at your option) any later version. - * + * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. - * + * * You should have received a copy of the GNU General Public License * along with this program. If not, see . */ @@ -34,7 +34,6 @@ import java.util.logging.Level; import java.util.logging.Logger; /** - * * @author JPEXS */ public class Debugger { @@ -48,10 +47,10 @@ public class Debugger { public static final int MSG_DUMP_BYTEARRAY = 3; public static final int MSG_REQUEST_BYTEARRAY = 4; - + public static final int MSG_LOADER_URL_INFO = 5; - - public static final int MSG_LOADER_MODIFY_BYTES = 6; + + public static final int MSG_LOADER_MODIFY_BYTES = 6; private static final Set listeners = new HashSet<>(); @@ -289,7 +288,7 @@ public class Debugger { os.flush(); logger.finer("listeners checked"); break; - case MSG_LOADER_URL_INFO: + case MSG_LOADER_URL_INFO: logger.finer("reading string..."); ret = readString(is); logger.finer("informing listeners..."); @@ -303,7 +302,7 @@ public class Debugger { String url = readString(is); logger.finer("reading bytes..."); byte[] inputBytes = readBytes(is); - + logger.finer("checking listeners for data..."); boolean modifyDataFound = false; for (DebugListener l : listeners) { @@ -320,8 +319,8 @@ public class Debugger { } catch (IOException ex) { Logger.getLogger(Debugger.class.getName()).log(Level.SEVERE, null, ex); } - - logger.finer("data written"); + + logger.finer("data written"); } else { logger.finer("got empty modified data, writing original array"); try { @@ -356,16 +355,16 @@ public class Debugger { try { s.close(); } catch (IOException ex) { - logger.log(Level.FINER, "Socked close exception in injected debugger thread: {0}", ex.getMessage()); + logger.log(Level.FINER, "Socked close exception in injected debugger thread: {0}", ex.getMessage()); //ignore } finished = true; active = false; - logger.log(Level.FINER, "Calling onFinish"); + logger.log(Level.FINER, "Calling onFinish"); for (DebugListener l : listeners) { l.onFinish(clientName); } - logger.log(Level.FINER, "Injected debugger finished"); + logger.log(Level.FINER, "Injected debugger finished"); } } diff --git a/src/com/jpexs/decompiler/flash/gui/debugger/DebuggerTools.java b/src/com/jpexs/decompiler/flash/gui/debugger/DebuggerTools.java index 709a227a1..ca91a5bad 100644 --- a/src/com/jpexs/decompiler/flash/gui/debugger/DebuggerTools.java +++ b/src/com/jpexs/decompiler/flash/gui/debugger/DebuggerTools.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS - * + * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or * (at your option) any later version. - * + * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. - * + * * You should have received a copy of the GNU General Public License * along with this program. If not, see . */ @@ -37,7 +37,6 @@ import java.util.logging.Logger; import java.util.regex.Pattern; /** - * * @author JPEXS */ public class DebuggerTools { diff --git a/src/com/jpexs/decompiler/flash/gui/dumpview/DumpTree.java b/src/com/jpexs/decompiler/flash/gui/dumpview/DumpTree.java index ef067e241..f934b2dd4 100644 --- a/src/com/jpexs/decompiler/flash/gui/dumpview/DumpTree.java +++ b/src/com/jpexs/decompiler/flash/gui/dumpview/DumpTree.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS - * + * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or * (at your option) any later version. - * + * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. - * + * * You should have received a copy of the GNU General Public License * along with this program. If not, see . */ @@ -116,7 +116,6 @@ import javax.swing.tree.TreeModel; import javax.swing.tree.TreePath; /** - * * @author JPEXS */ public class DumpTree extends JTree { diff --git a/src/com/jpexs/decompiler/flash/gui/dumpview/DumpTreeModel.java b/src/com/jpexs/decompiler/flash/gui/dumpview/DumpTreeModel.java index a88100ce8..b7c954e77 100644 --- a/src/com/jpexs/decompiler/flash/gui/dumpview/DumpTreeModel.java +++ b/src/com/jpexs/decompiler/flash/gui/dumpview/DumpTreeModel.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS - * + * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or * (at your option) any later version. - * + * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. - * + * * You should have received a copy of the GNU General Public License * along with this program. If not, see . */ @@ -28,7 +28,6 @@ import javax.swing.tree.TreeModel; import javax.swing.tree.TreePath; /** - * * @author JPEXS */ public final class DumpTreeModel implements TreeModel { diff --git a/src/com/jpexs/decompiler/flash/gui/dumpview/DumpViewPanel.java b/src/com/jpexs/decompiler/flash/gui/dumpview/DumpViewPanel.java index d5b001c22..d47b498b2 100644 --- a/src/com/jpexs/decompiler/flash/gui/dumpview/DumpViewPanel.java +++ b/src/com/jpexs/decompiler/flash/gui/dumpview/DumpViewPanel.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS - * + * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or * (at your option) any later version. - * + * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. - * + * * You should have received a copy of the GNU General Public License * along with this program. If not, see . */ @@ -43,7 +43,6 @@ import javax.swing.tree.TreeModel; import javax.swing.tree.TreePath; /** - * * @author JPEXS */ public class DumpViewPanel extends JPanel { diff --git a/src/com/jpexs/decompiler/flash/gui/editor/DebuggableEditorPane.java b/src/com/jpexs/decompiler/flash/gui/editor/DebuggableEditorPane.java index e6e6a5293..0cd06b055 100644 --- a/src/com/jpexs/decompiler/flash/gui/editor/DebuggableEditorPane.java +++ b/src/com/jpexs/decompiler/flash/gui/editor/DebuggableEditorPane.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS - * + * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or * (at your option) any later version. - * + * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. - * + * * You should have received a copy of the GNU General Public License * along with this program. If not, see . */ @@ -30,7 +30,6 @@ import jsyntaxpane.components.LineMarkerPainter; import jsyntaxpane.components.LineNumbersBreakpointsRuler; /** - * * @author JPEXS */ public class DebuggableEditorPane extends LineMarkedEditorPane implements BreakPointListener, LineMarkerPainter { diff --git a/src/com/jpexs/decompiler/flash/gui/editor/LineMarkedEditorPane.java b/src/com/jpexs/decompiler/flash/gui/editor/LineMarkedEditorPane.java index c6c951fb1..bbe56ad54 100644 --- a/src/com/jpexs/decompiler/flash/gui/editor/LineMarkedEditorPane.java +++ b/src/com/jpexs/decompiler/flash/gui/editor/LineMarkedEditorPane.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS - * + * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or * (at your option) any later version. - * + * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. - * + * * You should have received a copy of the GNU General Public License * along with this program. If not, see . */ @@ -59,7 +59,6 @@ import jsyntaxpane.Token; import jsyntaxpane.actions.ActionUtils; /** - * * @author JPEXS */ public class LineMarkedEditorPane extends UndoFixedEditorPane implements LinkHandler { diff --git a/src/com/jpexs/decompiler/flash/gui/editor/LinkHandler.java b/src/com/jpexs/decompiler/flash/gui/editor/LinkHandler.java index ae3db6273..fef13ff27 100644 --- a/src/com/jpexs/decompiler/flash/gui/editor/LinkHandler.java +++ b/src/com/jpexs/decompiler/flash/gui/editor/LinkHandler.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS - * + * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or * (at your option) any later version. - * + * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. - * + * * You should have received a copy of the GNU General Public License * along with this program. If not, see . */ @@ -20,7 +20,6 @@ import javax.swing.text.Highlighter; import jsyntaxpane.Token; /** - * * @author JPEXS */ public interface LinkHandler { diff --git a/src/com/jpexs/decompiler/flash/gui/editor/MyMarkers.java b/src/com/jpexs/decompiler/flash/gui/editor/MyMarkers.java index ee98a3603..f713b7b29 100644 --- a/src/com/jpexs/decompiler/flash/gui/editor/MyMarkers.java +++ b/src/com/jpexs/decompiler/flash/gui/editor/MyMarkers.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS - * + * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or * (at your option) any later version. - * + * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. - * + * * You should have received a copy of the GNU General Public License * along with this program. If not, see . */ @@ -26,7 +26,6 @@ import jsyntaxpane.Token; import jsyntaxpane.actions.ActionUtils; /** - * * @author JPEXS */ public class MyMarkers { diff --git a/src/com/jpexs/decompiler/flash/gui/editor/TextChangedListener.java b/src/com/jpexs/decompiler/flash/gui/editor/TextChangedListener.java index 02b31540b..e39027c99 100644 --- a/src/com/jpexs/decompiler/flash/gui/editor/TextChangedListener.java +++ b/src/com/jpexs/decompiler/flash/gui/editor/TextChangedListener.java @@ -1,23 +1,22 @@ /* * Copyright (C) 2010-2024 JPEXS - * + * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or * (at your option) any later version. - * + * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. - * + * * You should have received a copy of the GNU General Public License * along with this program. If not, see . */ package com.jpexs.decompiler.flash.gui.editor; /** - * * @author JPEXS */ @FunctionalInterface diff --git a/src/com/jpexs/decompiler/flash/gui/editor/UndoFixedEditorPane.java b/src/com/jpexs/decompiler/flash/gui/editor/UndoFixedEditorPane.java index d380759bc..0740c49ba 100644 --- a/src/com/jpexs/decompiler/flash/gui/editor/UndoFixedEditorPane.java +++ b/src/com/jpexs/decompiler/flash/gui/editor/UndoFixedEditorPane.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS - * + * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or * (at your option) any later version. - * + * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. - * + * * You should have received a copy of the GNU General Public License * along with this program. If not, see . */ @@ -40,7 +40,6 @@ import javax.swing.text.PlainDocument; import jsyntaxpane.SyntaxDocument; /** - * * @author JPEXS */ public class UndoFixedEditorPane extends JEditorPane { diff --git a/src/com/jpexs/decompiler/flash/gui/generictageditors/Amf3ValueEditor.java b/src/com/jpexs/decompiler/flash/gui/generictageditors/Amf3ValueEditor.java index 4f4b19b8f..196b6d065 100644 --- a/src/com/jpexs/decompiler/flash/gui/generictageditors/Amf3ValueEditor.java +++ b/src/com/jpexs/decompiler/flash/gui/generictageditors/Amf3ValueEditor.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2016-2024 JPEXS - * + * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or * (at your option) any later version. - * + * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. - * + * * You should have received a copy of the GNU General Public License * along with this program. If not, see . */ @@ -48,7 +48,6 @@ import javax.swing.event.CaretEvent; import javax.swing.event.CaretListener; /** - * * @author JPEXS */ public class Amf3ValueEditor extends JPanel implements GenericTagEditor, FullSized { diff --git a/src/com/jpexs/decompiler/flash/gui/generictageditors/BinaryDataEditor.java b/src/com/jpexs/decompiler/flash/gui/generictageditors/BinaryDataEditor.java index 2acf84637..89d425ebb 100644 --- a/src/com/jpexs/decompiler/flash/gui/generictageditors/BinaryDataEditor.java +++ b/src/com/jpexs/decompiler/flash/gui/generictageditors/BinaryDataEditor.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS - * + * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or * (at your option) any later version. - * + * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. - * + * * You should have received a copy of the GNU General Public License * along with this program. If not, see . */ @@ -38,7 +38,6 @@ import javax.swing.JOptionPane; import javax.swing.JPanel; /** - * * @author JPEXS */ public class BinaryDataEditor extends JPanel implements GenericTagEditor { diff --git a/src/com/jpexs/decompiler/flash/gui/generictageditors/BooleanEditor.java b/src/com/jpexs/decompiler/flash/gui/generictageditors/BooleanEditor.java index a9b1ba6c9..b603f40e0 100644 --- a/src/com/jpexs/decompiler/flash/gui/generictageditors/BooleanEditor.java +++ b/src/com/jpexs/decompiler/flash/gui/generictageditors/BooleanEditor.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS - * + * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or * (at your option) any later version. - * + * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. - * + * * You should have received a copy of the GNU General Public License * along with this program. If not, see . */ @@ -23,7 +23,6 @@ import java.lang.reflect.Field; import javax.swing.JCheckBox; /** - * * @author JPEXS */ public class BooleanEditor extends JCheckBox implements GenericTagEditor { diff --git a/src/com/jpexs/decompiler/flash/gui/generictageditors/ChangeListener.java b/src/com/jpexs/decompiler/flash/gui/generictageditors/ChangeListener.java index 1fcbd9444..3ca4b63bb 100644 --- a/src/com/jpexs/decompiler/flash/gui/generictageditors/ChangeListener.java +++ b/src/com/jpexs/decompiler/flash/gui/generictageditors/ChangeListener.java @@ -1,23 +1,22 @@ /* * Copyright (C) 2010-2024 JPEXS - * + * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or * (at your option) any later version. - * + * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. - * + * * You should have received a copy of the GNU General Public License * along with this program. If not, see . */ package com.jpexs.decompiler.flash.gui.generictageditors; /** - * * @author JPEXS */ @FunctionalInterface diff --git a/src/com/jpexs/decompiler/flash/gui/generictageditors/ColorEditor.java b/src/com/jpexs/decompiler/flash/gui/generictageditors/ColorEditor.java index 7836c261b..9bfd5d280 100644 --- a/src/com/jpexs/decompiler/flash/gui/generictageditors/ColorEditor.java +++ b/src/com/jpexs/decompiler/flash/gui/generictageditors/ColorEditor.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS - * + * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or * (at your option) any later version. - * + * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. - * + * * You should have received a copy of the GNU General Public License * along with this program. If not, see . */ @@ -47,7 +47,6 @@ import javax.swing.border.BevelBorder; import javax.swing.colorchooser.AbstractColorChooserPanel; /** - * * @author JPEXS */ public class ColorEditor extends JPanel implements GenericTagEditor, ActionListener { diff --git a/src/com/jpexs/decompiler/flash/gui/generictageditors/EnumEditor.java b/src/com/jpexs/decompiler/flash/gui/generictageditors/EnumEditor.java index 90d0a4a7a..1d993291f 100644 --- a/src/com/jpexs/decompiler/flash/gui/generictageditors/EnumEditor.java +++ b/src/com/jpexs/decompiler/flash/gui/generictageditors/EnumEditor.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS - * + * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or * (at your option) any later version. - * + * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. - * + * * You should have received a copy of the GNU General Public License * along with this program. If not, see . */ @@ -29,7 +29,6 @@ import java.util.Objects; import javax.swing.JComboBox; /** - * * @author JPEXS */ public class EnumEditor extends JComboBox> implements GenericTagEditor { diff --git a/src/com/jpexs/decompiler/flash/gui/generictageditors/FloatEditor.java b/src/com/jpexs/decompiler/flash/gui/generictageditors/FloatEditor.java index 1b496eabf..923f659a9 100644 --- a/src/com/jpexs/decompiler/flash/gui/generictageditors/FloatEditor.java +++ b/src/com/jpexs/decompiler/flash/gui/generictageditors/FloatEditor.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS - * + * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or * (at your option) any later version. - * + * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. - * + * * You should have received a copy of the GNU General Public License * along with this program. If not, see . */ @@ -28,7 +28,6 @@ import java.util.Objects; import javax.swing.JTextField; /** - * * @author JPEXS */ public class FloatEditor extends JTextField implements GenericTagEditor { diff --git a/src/com/jpexs/decompiler/flash/gui/generictageditors/FullSized.java b/src/com/jpexs/decompiler/flash/gui/generictageditors/FullSized.java index 7e147be4c..96fb2efa6 100644 --- a/src/com/jpexs/decompiler/flash/gui/generictageditors/FullSized.java +++ b/src/com/jpexs/decompiler/flash/gui/generictageditors/FullSized.java @@ -1,23 +1,22 @@ /* * Copyright (C) 2016-2024 JPEXS - * + * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or * (at your option) any later version. - * + * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. - * + * * You should have received a copy of the GNU General Public License * along with this program. If not, see . */ package com.jpexs.decompiler.flash.gui.generictageditors; /** - * * @author JPEXS */ public interface FullSized { diff --git a/src/com/jpexs/decompiler/flash/gui/generictageditors/GenericTagEditor.java b/src/com/jpexs/decompiler/flash/gui/generictageditors/GenericTagEditor.java index 45b83e190..a43ecded8 100644 --- a/src/com/jpexs/decompiler/flash/gui/generictageditors/GenericTagEditor.java +++ b/src/com/jpexs/decompiler/flash/gui/generictageditors/GenericTagEditor.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS - * + * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or * (at your option) any later version. - * + * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. - * + * * You should have received a copy of the GNU General Public License * along with this program. If not, see . */ @@ -19,7 +19,6 @@ package com.jpexs.decompiler.flash.gui.generictageditors; import java.lang.reflect.Field; /** - * * @author JPEXS */ public interface GenericTagEditor { diff --git a/src/com/jpexs/decompiler/flash/gui/generictageditors/NumberEditor.java b/src/com/jpexs/decompiler/flash/gui/generictageditors/NumberEditor.java index 288cc8329..9542536f5 100644 --- a/src/com/jpexs/decompiler/flash/gui/generictageditors/NumberEditor.java +++ b/src/com/jpexs/decompiler/flash/gui/generictageditors/NumberEditor.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS - * + * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or * (at your option) any later version. - * + * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. - * + * * You should have received a copy of the GNU General Public License * along with this program. If not, see . */ @@ -31,7 +31,6 @@ import javax.swing.SpinnerNumberModel; import javax.swing.text.DefaultFormatter; /** - * * @author JPEXS */ public class NumberEditor extends JSpinner implements GenericTagEditor { diff --git a/src/com/jpexs/decompiler/flash/gui/generictageditors/StringEditor.java b/src/com/jpexs/decompiler/flash/gui/generictageditors/StringEditor.java index e86a32d1b..ea75876cb 100644 --- a/src/com/jpexs/decompiler/flash/gui/generictageditors/StringEditor.java +++ b/src/com/jpexs/decompiler/flash/gui/generictageditors/StringEditor.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS - * + * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or * (at your option) any later version. - * + * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. - * + * * You should have received a copy of the GNU General Public License * along with this program. If not, see . */ @@ -27,7 +27,6 @@ import java.util.Objects; import javax.swing.JTextArea; /** - * * @author JPEXS */ public class StringEditor extends JTextArea implements GenericTagEditor { diff --git a/src/com/jpexs/decompiler/flash/gui/generictageditors/UUIDEditor.java b/src/com/jpexs/decompiler/flash/gui/generictageditors/UUIDEditor.java index 81df1e352..db7cf0811 100644 --- a/src/com/jpexs/decompiler/flash/gui/generictageditors/UUIDEditor.java +++ b/src/com/jpexs/decompiler/flash/gui/generictageditors/UUIDEditor.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS - * + * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or * (at your option) any later version. - * + * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. - * + * * You should have received a copy of the GNU General Public License * along with this program. If not, see . */ @@ -27,7 +27,6 @@ import java.util.Objects; import javax.swing.JTextField; /** - * * @author JPEXS */ public class UUIDEditor extends JTextField implements GenericTagEditor { diff --git a/src/com/jpexs/decompiler/flash/gui/graph/AbstractGraphPanel.java b/src/com/jpexs/decompiler/flash/gui/graph/AbstractGraphPanel.java index e4939cc2a..098d1705b 100644 --- a/src/com/jpexs/decompiler/flash/gui/graph/AbstractGraphPanel.java +++ b/src/com/jpexs/decompiler/flash/gui/graph/AbstractGraphPanel.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS - * + * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or * (at your option) any later version. - * + * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. - * + * * You should have received a copy of the GNU General Public License * along with this program. If not, see . */ @@ -20,7 +20,6 @@ import com.jpexs.decompiler.graph.Graph; import javax.swing.JPanel; /** - * * @author JPEXS */ public abstract class AbstractGraphPanel extends JPanel { diff --git a/src/com/jpexs/decompiler/flash/gui/graph/GraphPanelSimple.java b/src/com/jpexs/decompiler/flash/gui/graph/GraphPanelSimple.java index 2c973d423..0e7023d44 100644 --- a/src/com/jpexs/decompiler/flash/gui/graph/GraphPanelSimple.java +++ b/src/com/jpexs/decompiler/flash/gui/graph/GraphPanelSimple.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2016-2024 JPEXS - * + * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or * (at your option) any later version. - * + * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. - * + * * You should have received a copy of the GNU General Public License * along with this program. If not, see . */ @@ -31,7 +31,6 @@ import java.util.HashSet; import java.util.List; /** - * * @author Jindra */ public class GraphPanelSimple extends AbstractGraphPanel { diff --git a/src/com/jpexs/decompiler/flash/gui/graph/GraphVizDotCommands.java b/src/com/jpexs/decompiler/flash/gui/graph/GraphVizDotCommands.java index 002e0f581..6400b0893 100644 --- a/src/com/jpexs/decompiler/flash/gui/graph/GraphVizDotCommands.java +++ b/src/com/jpexs/decompiler/flash/gui/graph/GraphVizDotCommands.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2016-2024 JPEXS - * + * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or * (at your option) any later version. - * + * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. - * + * * You should have received a copy of the GNU General Public License * along with this program. If not, see . */ @@ -26,7 +26,6 @@ import java.io.PrintWriter; import javax.imageio.ImageIO; /** - * * @author JPEXS */ public class GraphVizDotCommands { diff --git a/src/com/jpexs/decompiler/flash/gui/graph/GraphVizGraphPanel.java b/src/com/jpexs/decompiler/flash/gui/graph/GraphVizGraphPanel.java index c2856129c..bce24676b 100644 --- a/src/com/jpexs/decompiler/flash/gui/graph/GraphVizGraphPanel.java +++ b/src/com/jpexs/decompiler/flash/gui/graph/GraphVizGraphPanel.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2016-2024 JPEXS - * + * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or * (at your option) any later version. - * + * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. - * + * * You should have received a copy of the GNU General Public License * along with this program. If not, see . */ @@ -32,7 +32,6 @@ import java.util.logging.Logger; import javax.swing.JPanel; /** - * * @author JPEXS */ public class GraphVizGraphPanel extends AbstractGraphPanel { diff --git a/src/com/jpexs/decompiler/flash/gui/helpers/CheckResources.java b/src/com/jpexs/decompiler/flash/gui/helpers/CheckResources.java index 6f84f1a8c..6ec957a2a 100644 --- a/src/com/jpexs/decompiler/flash/gui/helpers/CheckResources.java +++ b/src/com/jpexs/decompiler/flash/gui/helpers/CheckResources.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS - * + * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or * (at your option) any later version. - * + * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. - * + * * You should have received a copy of the GNU General Public License * along with this program. If not, see . */ @@ -77,7 +77,6 @@ import java.util.logging.Level; import java.util.logging.Logger; /** - * * @author JPEXS */ public class CheckResources { @@ -264,7 +263,7 @@ public class CheckResources { LoadFromMemoryFrame.class, LoadingDialog.class, MainFrame.class, - NewFileDialog.class, + NewFileDialog.class, NewVersionDialog.class, PathResolvingDialog.class, RenameDialog.class, @@ -275,7 +274,7 @@ public class CheckResources { SelectFramePositionDialog.class, SelectLanguageDialog.class, SelectTagOfTypeDialog.class, - SelectTagPositionDialog.class, + SelectTagPositionDialog.class, // ABC ABCExplorerDialog.class, AddClassDialog.class, diff --git a/src/com/jpexs/decompiler/flash/gui/helpers/CollectionChangedAction.java b/src/com/jpexs/decompiler/flash/gui/helpers/CollectionChangedAction.java index 90d312829..b717130d2 100644 --- a/src/com/jpexs/decompiler/flash/gui/helpers/CollectionChangedAction.java +++ b/src/com/jpexs/decompiler/flash/gui/helpers/CollectionChangedAction.java @@ -1,23 +1,22 @@ /* * Copyright (C) 2010-2024 JPEXS - * + * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or * (at your option) any later version. - * + * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. - * + * * You should have received a copy of the GNU General Public License * along with this program. If not, see . */ package com.jpexs.decompiler.flash.gui.helpers; /** - * * @author JPEXS */ public enum CollectionChangedAction { diff --git a/src/com/jpexs/decompiler/flash/gui/helpers/CollectionChangedEvent.java b/src/com/jpexs/decompiler/flash/gui/helpers/CollectionChangedEvent.java index 28df0fd72..4b7629ffa 100644 --- a/src/com/jpexs/decompiler/flash/gui/helpers/CollectionChangedEvent.java +++ b/src/com/jpexs/decompiler/flash/gui/helpers/CollectionChangedEvent.java @@ -1,23 +1,22 @@ /* * Copyright (C) 2010-2024 JPEXS - * + * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or * (at your option) any later version. - * + * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. - * + * * You should have received a copy of the GNU General Public License * along with this program. If not, see . */ package com.jpexs.decompiler.flash.gui.helpers; /** - * * @author JPEXS */ public class CollectionChangedEvent { diff --git a/src/com/jpexs/decompiler/flash/gui/helpers/CollectionChangedListener.java b/src/com/jpexs/decompiler/flash/gui/helpers/CollectionChangedListener.java index 6634d942f..b57cae19b 100644 --- a/src/com/jpexs/decompiler/flash/gui/helpers/CollectionChangedListener.java +++ b/src/com/jpexs/decompiler/flash/gui/helpers/CollectionChangedListener.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS - * + * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or * (at your option) any later version. - * + * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. - * + * * You should have received a copy of the GNU General Public License * along with this program. If not, see . */ @@ -19,7 +19,6 @@ package com.jpexs.decompiler.flash.gui.helpers; import java.util.EventListener; /** - * * @author JPEXS */ @FunctionalInterface diff --git a/src/com/jpexs/decompiler/flash/gui/helpers/ObservableList.java b/src/com/jpexs/decompiler/flash/gui/helpers/ObservableList.java index 36c9e2af1..1f073017c 100644 --- a/src/com/jpexs/decompiler/flash/gui/helpers/ObservableList.java +++ b/src/com/jpexs/decompiler/flash/gui/helpers/ObservableList.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS - * + * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or * (at your option) any later version. - * + * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. - * + * * You should have received a copy of the GNU General Public License * along with this program. If not, see . */ @@ -23,7 +23,6 @@ import java.util.List; import java.util.ListIterator; /** - * * @author JPEXS */ public class ObservableList implements List { @@ -77,7 +76,6 @@ public class ObservableList implements List { * *

* move(3, 1) 0 A 1 D 2 B 3 C 4 E - * */ public boolean move(int oldIndex, int newIndex) { if (oldIndex == newIndex) { diff --git a/src/com/jpexs/decompiler/flash/gui/helpers/SpringUtilities.java b/src/com/jpexs/decompiler/flash/gui/helpers/SpringUtilities.java index 9ce99b672..b06da4bf3 100644 --- a/src/com/jpexs/decompiler/flash/gui/helpers/SpringUtilities.java +++ b/src/com/jpexs/decompiler/flash/gui/helpers/SpringUtilities.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS - * + * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or * (at your option) any later version. - * + * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. - * + * * You should have received a copy of the GNU General Public License * along with this program. If not, see . */ diff --git a/src/com/jpexs/decompiler/flash/gui/helpers/TableLayoutHelper.java b/src/com/jpexs/decompiler/flash/gui/helpers/TableLayoutHelper.java index a2e3b1fb0..56d5eb1bc 100644 --- a/src/com/jpexs/decompiler/flash/gui/helpers/TableLayoutHelper.java +++ b/src/com/jpexs/decompiler/flash/gui/helpers/TableLayoutHelper.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS - * + * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or * (at your option) any later version. - * + * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. - * + * * You should have received a copy of the GNU General Public License * along with this program. If not, see . */ @@ -19,7 +19,6 @@ package com.jpexs.decompiler.flash.gui.helpers; import layout.TableLayout; /** - * * @author JPEXS */ public class TableLayoutHelper { diff --git a/src/com/jpexs/decompiler/flash/gui/hexview/GotoAddressDialog.java b/src/com/jpexs/decompiler/flash/gui/hexview/GotoAddressDialog.java index 16d56ca92..39e0e472a 100644 --- a/src/com/jpexs/decompiler/flash/gui/hexview/GotoAddressDialog.java +++ b/src/com/jpexs/decompiler/flash/gui/hexview/GotoAddressDialog.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2021-2024 JPEXS - * + * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or * (at your option) any later version. - * + * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. - * + * * You should have received a copy of the GNU General Public License * along with this program. If not, see . */ @@ -33,7 +33,6 @@ import javax.swing.event.DocumentEvent; import javax.swing.event.DocumentListener; /** - * * @author JPEXS */ public class GotoAddressDialog extends AppDialog { diff --git a/src/com/jpexs/decompiler/flash/gui/hexview/HexView.java b/src/com/jpexs/decompiler/flash/gui/hexview/HexView.java index 304f2aa11..136603436 100644 --- a/src/com/jpexs/decompiler/flash/gui/hexview/HexView.java +++ b/src/com/jpexs/decompiler/flash/gui/hexview/HexView.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS - * + * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or * (at your option) any later version. - * + * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. - * + * * You should have received a copy of the GNU General Public License * along with this program. If not, see . */ @@ -45,7 +45,6 @@ import javax.swing.table.TableColumn; import javax.swing.table.TableModel; /** - * * @author JPEXS */ public class HexView extends JTable { diff --git a/src/com/jpexs/decompiler/flash/gui/hexview/HexViewListener.java b/src/com/jpexs/decompiler/flash/gui/hexview/HexViewListener.java index a3a8a8aef..a096c5fc5 100644 --- a/src/com/jpexs/decompiler/flash/gui/hexview/HexViewListener.java +++ b/src/com/jpexs/decompiler/flash/gui/hexview/HexViewListener.java @@ -1,23 +1,22 @@ /* * Copyright (C) 2010-2024 JPEXS - * + * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or * (at your option) any later version. - * + * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. - * + * * You should have received a copy of the GNU General Public License * along with this program. If not, see . */ package com.jpexs.decompiler.flash.gui.hexview; /** - * * @author JPEXS */ public interface HexViewListener { diff --git a/src/com/jpexs/decompiler/flash/gui/hexview/HexViewTableModel.java b/src/com/jpexs/decompiler/flash/gui/hexview/HexViewTableModel.java index 68b25d0fa..dc18a56ae 100644 --- a/src/com/jpexs/decompiler/flash/gui/hexview/HexViewTableModel.java +++ b/src/com/jpexs/decompiler/flash/gui/hexview/HexViewTableModel.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS - * + * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or * (at your option) any later version. - * + * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. - * + * * You should have received a copy of the GNU General Public License * along with this program. If not, see . */ @@ -19,7 +19,6 @@ package com.jpexs.decompiler.flash.gui.hexview; import javax.swing.table.AbstractTableModel; /** - * * @author JPEXS */ public class HexViewTableModel extends AbstractTableModel { diff --git a/src/com/jpexs/decompiler/flash/gui/locales/AboutDialog.properties b/src/com/jpexs/decompiler/flash/gui/locales/AboutDialog.properties index 1db9944e5..0e4cba325 100644 --- a/src/com/jpexs/decompiler/flash/gui/locales/AboutDialog.properties +++ b/src/com/jpexs/decompiler/flash/gui/locales/AboutDialog.properties @@ -12,16 +12,15 @@ # # You should have received a copy of the GNU General Public License # along with this program. If not, see . - -version = version -by = by -button.ok = OK -dialog.title = About -contributors = Contributors: +version=version +by=by +button.ok=OK +dialog.title=About +contributors=Contributors: #In the translation, replace "english" with target language name -translation.author.label = Author of english translation: +translation.author.label=Author of english translation: #In the translation, insert your name here -translation.author = JPEXS -developers = Developers: -developers.others = + others from GitHub and Google code -translators = Translators: +translation.author=JPEXS +developers=Developers: +developers.others=+ others from GitHub and Google code +translators=Translators: diff --git a/src/com/jpexs/decompiler/flash/gui/locales/AboutDialog_ca.properties b/src/com/jpexs/decompiler/flash/gui/locales/AboutDialog_ca.properties index 8dc06a2df..273d53bea 100644 --- a/src/com/jpexs/decompiler/flash/gui/locales/AboutDialog_ca.properties +++ b/src/com/jpexs/decompiler/flash/gui/locales/AboutDialog_ca.properties @@ -12,16 +12,15 @@ # # You should have received a copy of the GNU General Public License # along with this program. If not, see . - -version = versi\u00f3 -by = per -button.ok = B\u00e9 -dialog.title = Quant A -contributors = Contribu\u00efdors: +version=versi\u00f3 +by=per +button.ok=B\u00e9 +dialog.title=Quant A +contributors=Contribu\u00efdors: #In the translation, replace "english" with target language name -translation.author.label = Autor de la traducci\u00f3 catalana: +translation.author.label=Autor de la traducci\u00f3 catalana: #In the translation, insert your name here -translation.author = Jaume Badiella -developers = Desenvolupadors: -developers.others = + alta gent de GitHub i Google code -translators = Traductors: +translation.author=Jaume Badiella +developers=Desenvolupadors: +developers.others=+ alta gent de GitHub i Google code +translators=Traductors: diff --git a/src/com/jpexs/decompiler/flash/gui/locales/AboutDialog_cs.properties b/src/com/jpexs/decompiler/flash/gui/locales/AboutDialog_cs.properties index 48d82b79c..622be7cde 100644 --- a/src/com/jpexs/decompiler/flash/gui/locales/AboutDialog_cs.properties +++ b/src/com/jpexs/decompiler/flash/gui/locales/AboutDialog_cs.properties @@ -12,16 +12,15 @@ # # You should have received a copy of the GNU General Public License # along with this program. If not, see . - -version = verze -by = autor: -button.ok = OK -dialog.title = O aplikaci -contributors = P\u0159isp\u011bvatel\u00e9: +version=verze +by=autor: +button.ok=OK +dialog.title=O aplikaci +contributors=P\u0159isp\u011bvatel\u00e9: #In the translation, replace "english" with target language name -translation.author.label = Autor \u010desk\u00e9ho p\u0159ekladu: +translation.author.label=Autor \u010desk\u00e9ho p\u0159ekladu: #In the translation, insert your name here -translation.author = JPEXS -developers = V\u00fdvoj\u00e1\u0159i: -developers.others = + dal\u0161\u00ed z GitHubu a Google code -translators = P\u0159ekladatel\u00e9: +translation.author=JPEXS +developers=V\u00fdvoj\u00e1\u0159i: +developers.others=+ dal\u0161\u00ed z GitHubu a Google code +translators=P\u0159ekladatel\u00e9: diff --git a/src/com/jpexs/decompiler/flash/gui/locales/AboutDialog_de.properties b/src/com/jpexs/decompiler/flash/gui/locales/AboutDialog_de.properties index 43c8cd049..c34b8823c 100644 --- a/src/com/jpexs/decompiler/flash/gui/locales/AboutDialog_de.properties +++ b/src/com/jpexs/decompiler/flash/gui/locales/AboutDialog_de.properties @@ -12,13 +12,12 @@ # # You should have received a copy of the GNU General Public License # along with this program. If not, see . - -version = Version -by = von -button.ok = OK -dialog.title = \u00dcber -contributors = Mitwirkende: +version=Version +by=von +button.ok=OK +dialog.title=\u00dcber +contributors=Mitwirkende: #In the translation, replace "english" with target language name -translation.author.label = Author of german translation: +translation.author.label=Author of german translation: #In the translation, insert your name here -translation.author = Krock +translation.author=Krock diff --git a/src/com/jpexs/decompiler/flash/gui/locales/AboutDialog_es.properties b/src/com/jpexs/decompiler/flash/gui/locales/AboutDialog_es.properties index 7c5c198ae..f65b7ffa3 100644 --- a/src/com/jpexs/decompiler/flash/gui/locales/AboutDialog_es.properties +++ b/src/com/jpexs/decompiler/flash/gui/locales/AboutDialog_es.properties @@ -12,16 +12,15 @@ # # You should have received a copy of the GNU General Public License # along with this program. If not, see . - -version = versi\u00f3n -by = por -button.ok = OK -dialog.title = Acerca de -contributors = Colaboradores: +version=versi\u00f3n +by=por +button.ok=OK +dialog.title=Acerca de +contributors=Colaboradores: #In the translation, replace "english" with target language name -translation.author.label = Autor de la traducci\u00f3n al espa\u00f1ol: +translation.author.label=Autor de la traducci\u00f3n al espa\u00f1ol: #In the translation, insert your name here -translation.author = poxyran -developers = Desarrolladores: -developers.others = + otros de GitHub y Google code -translators = Traductores: +translation.author=poxyran +developers=Desarrolladores: +developers.others=+ otros de GitHub y Google code +translators=Traductores: diff --git a/src/com/jpexs/decompiler/flash/gui/locales/AboutDialog_fr.properties b/src/com/jpexs/decompiler/flash/gui/locales/AboutDialog_fr.properties index b6c25bf9b..0e3c61f72 100644 --- a/src/com/jpexs/decompiler/flash/gui/locales/AboutDialog_fr.properties +++ b/src/com/jpexs/decompiler/flash/gui/locales/AboutDialog_fr.properties @@ -12,16 +12,15 @@ # # You should have received a copy of the GNU General Public License # along with this program. If not, see . - -version = version -by = par -button.ok = OK -dialog.title = \u00c0 propos de -contributors = Contributeurs: +version=version +by=par +button.ok=OK +dialog.title=\u00c0 propos de +contributors=Contributeurs: #In the translation, replace "english" with target language name -translation.author.label = Auteur de la traduction fran\u00e7aise : +translation.author.label=Auteur de la traduction fran\u00e7aise : #In the translation, insert your name here -translation.author = Laurent LOUVET -developers = D\u00e9veloppeurs : -developers.others = et tous les autres utilisateurs de GitHub et de Google code -translators = Traducteurs : +translation.author=Laurent LOUVET +developers=D\u00e9veloppeurs : +developers.others=et tous les autres utilisateurs de GitHub et de Google code +translators=Traducteurs : diff --git a/src/com/jpexs/decompiler/flash/gui/locales/AboutDialog_hu.properties b/src/com/jpexs/decompiler/flash/gui/locales/AboutDialog_hu.properties index ad2ba11ef..355b6675e 100644 --- a/src/com/jpexs/decompiler/flash/gui/locales/AboutDialog_hu.properties +++ b/src/com/jpexs/decompiler/flash/gui/locales/AboutDialog_hu.properties @@ -12,16 +12,15 @@ # # You should have received a copy of the GNU General Public License # along with this program. If not, see . - -version = verzi\u00f3 -by = by -button.ok = OK -dialog.title = N\u00e9vjegy -contributors = K\u00f6zrem\u0171k\u00f6d\u0151k: +version=verzi\u00f3 +by=by +button.ok=OK +dialog.title=N\u00e9vjegy +contributors=K\u00f6zrem\u0171k\u00f6d\u0151k: #In the translation, replace "english" with target language name -translation.author.label = A magyar ford\u00edt\u00e1s k\u00e9sz\u00edt\u0151je: +translation.author.label=A magyar ford\u00edt\u00e1s k\u00e9sz\u00edt\u0151je: #In the translation, insert your name here -translation.author = honfika -developers = Fejleszt\u0151k: -developers.others = + t\u00f6bbiek GitHubr\u00f3l \u00e9s Google coder\u00f3l -translators = Ford\u00edt\u00f3k: +translation.author=honfika +developers=Fejleszt\u0151k: +developers.others=+ t\u00f6bbiek GitHubr\u00f3l \u00e9s Google coder\u00f3l +translators=Ford\u00edt\u00f3k: diff --git a/src/com/jpexs/decompiler/flash/gui/locales/AboutDialog_it.properties b/src/com/jpexs/decompiler/flash/gui/locales/AboutDialog_it.properties index 811026f79..cbe17bdfb 100644 --- a/src/com/jpexs/decompiler/flash/gui/locales/AboutDialog_it.properties +++ b/src/com/jpexs/decompiler/flash/gui/locales/AboutDialog_it.properties @@ -12,16 +12,15 @@ # # You should have received a copy of the GNU General Public License # along with this program. If not, see . - -version = versione -by = Di: -button.ok = OK -dialog.title = Informazioni su JPEXS -contributors = Collaboratori: +version=versione +by=Di: +button.ok=OK +dialog.title=Informazioni su JPEXS +contributors=Collaboratori: #In the translation, replace "english" with target language name -translation.author.label = Autore della traduzione italiana: +translation.author.label=Autore della traduzione italiana: #In the translation, insert your name here -translation.author = kalip -developers = Sviluppatori: -developers.others = Ed altri da GitHub & Google Code -translators = Traduttori: +translation.author=kalip +developers=Sviluppatori: +developers.others=Ed altri da GitHub & Google Code +translators=Traduttori: diff --git a/src/com/jpexs/decompiler/flash/gui/locales/AboutDialog_ja.properties b/src/com/jpexs/decompiler/flash/gui/locales/AboutDialog_ja.properties index d5390989c..529612786 100644 --- a/src/com/jpexs/decompiler/flash/gui/locales/AboutDialog_ja.properties +++ b/src/com/jpexs/decompiler/flash/gui/locales/AboutDialog_ja.properties @@ -12,16 +12,15 @@ # # You should have received a copy of the GNU General Public License # along with this program. If not, see . - -version = \u30d0\u30fc\u30b8\u30e7\u30f3 -by = by -button.ok = OK -dialog.title = \u30d0\u30fc\u30b8\u30e7\u30f3\u60c5\u5831 -contributors = \u5bc4\u7a3f\u8005: +version=\u30d0\u30fc\u30b8\u30e7\u30f3 +by=by +button.ok=OK +dialog.title=\u30d0\u30fc\u30b8\u30e7\u30f3\u60c5\u5831 +contributors=\u5bc4\u7a3f\u8005: #In the translation, replace "english" with target language name -translation.author.label = \u65e5\u672c\u8a9e\u8a33: +translation.author.label=\u65e5\u672c\u8a9e\u8a33: #In the translation, insert your name here -translation.author = koiru -developers = \u958b\u767a\u8005: -developers.others = \u305d\u306e\u4ed6\u3001GitHub \u3084 Google Code \u304b\u3089 -translators = \u7ffb\u8a33\u8005: +translation.author=koiru +developers=\u958b\u767a\u8005: +developers.others=\u305d\u306e\u4ed6\u3001GitHub \u3084 Google Code \u304b\u3089 +translators=\u7ffb\u8a33\u8005: diff --git a/src/com/jpexs/decompiler/flash/gui/locales/AboutDialog_nl.properties b/src/com/jpexs/decompiler/flash/gui/locales/AboutDialog_nl.properties index 3a05bf5f6..2de0caf05 100644 --- a/src/com/jpexs/decompiler/flash/gui/locales/AboutDialog_nl.properties +++ b/src/com/jpexs/decompiler/flash/gui/locales/AboutDialog_nl.properties @@ -12,16 +12,15 @@ # # You should have received a copy of the GNU General Public License # along with this program. If not, see . - -version = versie -by = door -button.ok = OK -dialog.title = Over -contributors = Bijdragers: +version=versie +by=door +button.ok=OK +dialog.title=Over +contributors=Bijdragers: #In the translation, replace "english" with target language name -translation.author.label = Auteur van de Nederlandse vertaling: +translation.author.label=Auteur van de Nederlandse vertaling: #In the translation, insert your name here -translation.author = pepka, J. Kramer -developers = Ontwikkelaars: -developers.others = + anderen van GitHub en Google-code -translators = Vertalers: +translation.author=pepka, J. Kramer +developers=Ontwikkelaars: +developers.others=+ anderen van GitHub en Google-code +translators=Vertalers: diff --git a/src/com/jpexs/decompiler/flash/gui/locales/AboutDialog_pl.properties b/src/com/jpexs/decompiler/flash/gui/locales/AboutDialog_pl.properties index 344dd95d0..12acb8a0a 100644 --- a/src/com/jpexs/decompiler/flash/gui/locales/AboutDialog_pl.properties +++ b/src/com/jpexs/decompiler/flash/gui/locales/AboutDialog_pl.properties @@ -12,13 +12,12 @@ # # You should have received a copy of the GNU General Public License # along with this program. If not, see . - -version = wersja -by = przez -button.ok = OK -dialog.title = O programie -contributors = Wsp\u00f3\u0142autorzy: +version=wersja +by=przez +button.ok=OK +dialog.title=O programie +contributors=Wsp\u00f3\u0142autorzy: #In the translation, replace "english" with target language name -translation.author.label = Autor polskiego t\u0142umaczenia: +translation.author.label=Autor polskiego t\u0142umaczenia: #In the translation, insert your name here -translation.author = martinkoza +translation.author=martinkoza diff --git a/src/com/jpexs/decompiler/flash/gui/locales/AboutDialog_pt.properties b/src/com/jpexs/decompiler/flash/gui/locales/AboutDialog_pt.properties index 23d23fc3c..525d51451 100644 --- a/src/com/jpexs/decompiler/flash/gui/locales/AboutDialog_pt.properties +++ b/src/com/jpexs/decompiler/flash/gui/locales/AboutDialog_pt.properties @@ -12,13 +12,12 @@ # # You should have received a copy of the GNU General Public License # along with this program. If not, see . - -version = version -by = por -button.ok = OK -dialog.title = Acerca de -contributors = Colaboradores: +version=version +by=por +button.ok=OK +dialog.title=Acerca de +contributors=Colaboradores: #In the translation, replace "english" with target language name -translation.author.label = Autor da tradu\u00e7\u00e3o em Portugu\u00eas: +translation.author.label=Autor da tradu\u00e7\u00e3o em Portugu\u00eas: #In the translation, insert your name here -translation.author = MaGiC +translation.author=MaGiC diff --git a/src/com/jpexs/decompiler/flash/gui/locales/AboutDialog_pt_BR.properties b/src/com/jpexs/decompiler/flash/gui/locales/AboutDialog_pt_BR.properties index cb840f297..769601e73 100644 --- a/src/com/jpexs/decompiler/flash/gui/locales/AboutDialog_pt_BR.properties +++ b/src/com/jpexs/decompiler/flash/gui/locales/AboutDialog_pt_BR.properties @@ -12,16 +12,15 @@ # # You should have received a copy of the GNU General Public License # along with this program. If not, see . - -version = vers\u00e3o -by = por -button.ok = OK -dialog.title = Sobre -contributors = Contribuidores: +version=vers\u00e3o +by=por +button.ok=OK +dialog.title=Sobre +contributors=Contribuidores: #In the translation, replace "english" with target language name -translation.author.label = Autores da tradu\u00e7\u00e3o em Portugu\u00eas Brasil: +translation.author.label=Autores da tradu\u00e7\u00e3o em Portugu\u00eas Brasil: #In the translation, insert your name here -translation.author = realmaster42, alimsoftware -developers = Desenvolvedores: -developers.others = + outros do GitHub e do Google Code -translators = Tradutores: +translation.author=realmaster42, alimsoftware +developers=Desenvolvedores: +developers.others=+ outros do GitHub e do Google Code +translators=Tradutores: diff --git a/src/com/jpexs/decompiler/flash/gui/locales/AboutDialog_ru.properties b/src/com/jpexs/decompiler/flash/gui/locales/AboutDialog_ru.properties index 9e2ec4f1f..2278b59c4 100644 --- a/src/com/jpexs/decompiler/flash/gui/locales/AboutDialog_ru.properties +++ b/src/com/jpexs/decompiler/flash/gui/locales/AboutDialog_ru.properties @@ -12,16 +12,15 @@ # # You should have received a copy of the GNU General Public License # along with this program. If not, see . - -version = \u0432\u0435\u0440\u0441\u0438\u044f -by = \u0430\u0432\u0442\u043e\u0440: -button.ok = OK -dialog.title = \u041e \u043f\u0440\u043e\u0433\u0440\u0430\u043c\u043c\u0435 -contributors = \u0411\u043b\u0430\u0433\u043e\u0434\u0430\u0440\u043d\u043e\u0441\u0442\u0438: +version=\u0432\u0435\u0440\u0441\u0438\u044f +by=\u0430\u0432\u0442\u043e\u0440: +button.ok=OK +dialog.title=\u041e \u043f\u0440\u043e\u0433\u0440\u0430\u043c\u043c\u0435 +contributors=\u0411\u043b\u0430\u0433\u043e\u0434\u0430\u0440\u043d\u043e\u0441\u0442\u0438: #In the translation, replace "english" with target language name -translation.author.label = \u0410\u0432\u0442\u043e\u0440 \u0440\u0443\u0441\u0441\u043a\u043e\u0439 \u043b\u043e\u043a\u0430\u043b\u0438\u0437\u0430\u0446\u0438\u0438: +translation.author.label=\u0410\u0432\u0442\u043e\u0440 \u0440\u0443\u0441\u0441\u043a\u043e\u0439 \u043b\u043e\u043a\u0430\u043b\u0438\u0437\u0430\u0446\u0438\u0438: #In the translation, insert your name here -translation.author = focus -developers = \u0420\u0430\u0437\u0440\u0430\u0431\u043e\u0442\u0447\u0438\u043a\u0438: -developers.others = + \u0434\u0440\u0443\u0433\u0438\u0435 \u0441 GitHub \u0438 Google code -translators = \u041f\u0435\u0440\u0435\u0432\u043e\u0434\u0447\u0438\u043a\u0438: +translation.author=focus +developers=\u0420\u0430\u0437\u0440\u0430\u0431\u043e\u0442\u0447\u0438\u043a\u0438: +developers.others=+ \u0434\u0440\u0443\u0433\u0438\u0435 \u0441 GitHub \u0438 Google code +translators=\u041f\u0435\u0440\u0435\u0432\u043e\u0434\u0447\u0438\u043a\u0438: diff --git a/src/com/jpexs/decompiler/flash/gui/locales/AboutDialog_sv.properties b/src/com/jpexs/decompiler/flash/gui/locales/AboutDialog_sv.properties index 00a0f47e9..21f62d8a5 100644 --- a/src/com/jpexs/decompiler/flash/gui/locales/AboutDialog_sv.properties +++ b/src/com/jpexs/decompiler/flash/gui/locales/AboutDialog_sv.properties @@ -12,16 +12,15 @@ # # You should have received a copy of the GNU General Public License # along with this program. If not, see . - -version = version -by = av -button.ok = Okej -dialog.title = Om -contributors = Bidragande: +version=version +by=av +button.ok=Okej +dialog.title=Om +contributors=Bidragande: #In the translation, replace "english" with target language name -translation.author.label = Skapare utav Svensk \u00f6vers\u00e4ttning: +translation.author.label=Skapare utav Svensk \u00f6vers\u00e4ttning: #In the translation, insert your name here -translation.author = Capasha -developers = Utvecklare: -developers.others = + andra fr\u00e5n GitHub och Google code -translators = \u00d6vers\u00e4ttare: +translation.author=Capasha +developers=Utvecklare: +developers.others=+ andra fr\u00e5n GitHub och Google code +translators=\u00d6vers\u00e4ttare: diff --git a/src/com/jpexs/decompiler/flash/gui/locales/AboutDialog_tr.properties b/src/com/jpexs/decompiler/flash/gui/locales/AboutDialog_tr.properties index 12858a115..ef1d576b5 100644 --- a/src/com/jpexs/decompiler/flash/gui/locales/AboutDialog_tr.properties +++ b/src/com/jpexs/decompiler/flash/gui/locales/AboutDialog_tr.properties @@ -12,19 +12,15 @@ # # You should have received a copy of the GNU General Public License # along with this program. If not, see . - - -version = s\u00fcr\u00fcm -by = Bu -button.ok = TAMAM -dialog.title = Hakk\u0131nda -contributors = Kat\u0131l\u0131mc\u0131lar: +version=s\u00fcr\u00fcm +by=Bu +button.ok=TAMAM +dialog.title=Hakk\u0131nda +contributors=Kat\u0131l\u0131mc\u0131lar: #In the translation, replace "english" with target language name - -translation.author.label = T\u00fcrk\u00e7e \u00e7evirisinin yazar\u0131: +translation.author.label=T\u00fcrk\u00e7e \u00e7evirisinin yazar\u0131: #In the translation, insert your name here - -translation.author = Osman \u00d6Z -developers = Geli\u015ftiriciler: -developers.others = GitHub ve Google kodundan + di\u011ferleri -translators = \u00c7evirmenler: +translation.author=Osman \u00d6Z +developers=Geli\u015ftiriciler: +developers.others=GitHub ve Google kodundan + di\u011ferleri +translators=\u00c7evirmenler: diff --git a/src/com/jpexs/decompiler/flash/gui/locales/AboutDialog_uk.properties b/src/com/jpexs/decompiler/flash/gui/locales/AboutDialog_uk.properties index 875fa5cb8..92eb10162 100644 --- a/src/com/jpexs/decompiler/flash/gui/locales/AboutDialog_uk.properties +++ b/src/com/jpexs/decompiler/flash/gui/locales/AboutDialog_uk.properties @@ -12,13 +12,12 @@ # # You should have received a copy of the GNU General Public License # along with this program. If not, see . - -version = \u0432\u0435\u0440\u0441\u0456\u044f -by = \u0430\u0432\u0442\u043e\u0440: -button.ok = \u0413\u0430\u0440\u0430\u0437\u0434 -dialog.title = \u041f\u0440\u043e \u043f\u0440\u043e\u0433\u0440\u0430\u043c\u0443 -contributors = \u041f\u043e\u0434\u044f\u043a\u0438: +version=\u0432\u0435\u0440\u0441\u0456\u044f +by=\u0430\u0432\u0442\u043e\u0440: +button.ok=\u0413\u0430\u0440\u0430\u0437\u0434 +dialog.title=\u041f\u0440\u043e \u043f\u0440\u043e\u0433\u0440\u0430\u043c\u0443 +contributors=\u041f\u043e\u0434\u044f\u043a\u0438: #In the translation, replace "english" with target language name -translation.author.label = \u0410\u0432\u0442\u043e\u0440 \u0443\u043a\u0440\u0430\u0457\u043d\u0441\u044c\u043a\u043e\u0433\u043e \u043f\u0435\u0440\u0435\u043a\u043b\u0430\u0434\u0443: +translation.author.label=\u0410\u0432\u0442\u043e\u0440 \u0443\u043a\u0440\u0430\u0457\u043d\u0441\u044c\u043a\u043e\u0433\u043e \u043f\u0435\u0440\u0435\u043a\u043b\u0430\u0434\u0443: #In the translation, insert your name here -translation.author = pepka +translation.author=pepka diff --git a/src/com/jpexs/decompiler/flash/gui/locales/AboutDialog_zh.properties b/src/com/jpexs/decompiler/flash/gui/locales/AboutDialog_zh.properties index 1ac7285ca..55fcf7fa1 100644 --- a/src/com/jpexs/decompiler/flash/gui/locales/AboutDialog_zh.properties +++ b/src/com/jpexs/decompiler/flash/gui/locales/AboutDialog_zh.properties @@ -12,16 +12,15 @@ # # You should have received a copy of the GNU General Public License # along with this program. If not, see . - -version = Version: -by = By: -button.ok = \u786e\u5b9a -dialog.title = \u5173\u4e8e -contributors = \u8d21\u732e\u8005: +version=Version: +by=By: +button.ok=\u786e\u5b9a +dialog.title=\u5173\u4e8e +contributors=\u8d21\u732e\u8005: #In the translation, replace "english" with target language name -translation.author.label = \u4e2d\u6587\u7ffb\u8bd1\uff1a +translation.author.label=\u4e2d\u6587\u7ffb\u8bd1\uff1a #In the translation, insert your name here -translation.author = \u6653\u4e4b\u8f66,\u5b89\u5b89,\u738b\u6668\u65ed -developers = \u5f00\u53d1: -developers.others = \u4ee5\u53caGitHub\u4e0eGoogleCode\u7684\u5176\u4ed6\u4eba -translators = \u7ffb\u8bd1\u8005: +translation.author=\u6653\u4e4b\u8f66,\u5b89\u5b89,\u738b\u6668\u65ed +developers=\u5f00\u53d1: +developers.others=\u4ee5\u53caGitHub\u4e0eGoogleCode\u7684\u5176\u4ed6\u4eba +translators=\u7ffb\u8bd1\u8005: diff --git a/src/com/jpexs/decompiler/flash/gui/locales/AdvancedSettingsDialog.properties b/src/com/jpexs/decompiler/flash/gui/locales/AdvancedSettingsDialog.properties index fc3e2e735..0bc9f8b0e 100644 --- a/src/com/jpexs/decompiler/flash/gui/locales/AdvancedSettingsDialog.properties +++ b/src/com/jpexs/decompiler/flash/gui/locales/AdvancedSettingsDialog.properties @@ -12,766 +12,519 @@ # # You should have received a copy of the GNU General Public License # along with this program. If not, see . - -advancedSettings.dialog.title = Advanced Settings -advancedSettings.restartConfirmation = You must restart the program for some modifications to take effect. Do you want to restart it now? -advancedSettings.columns.name = Name -advancedSettings.columns.value = Value -advancedSettings.columns.description = Description -default = default - -config.group.name.export = Export -config.group.description.export = Configuration of exports - -config.group.name.script = Scripts -config.group.description.script = ActionScript decompilation related - -config.group.name.update = Updates -config.group.description.update = Checking for updates - -config.group.name.format = Formatting -config.group.description.format = ActionScript code formatting - -config.group.name.limit = Limits -config.group.description.limit = Decompilation limits for obfuscated code, etc. - -config.group.name.ui = Interface -config.group.description.ui = User interface configuration - -config.group.name.debug = Debug -config.group.description.debug = Debugging settings - -config.group.name.display = Display -config.group.description.display = Flash objects display, etc. - -config.group.name.decompilation = Decompilation -config.group.description.decompilation = Global decompilation related functions - -config.group.name.other = Other -config.group.description.other = Other uncategorized configs - -config.name.openMultipleFiles = Open multiple files -config.description.openMultipleFiles = Allows opening multiple files at once in one window - -config.name.decompile = Show ActionScript source -config.description.decompile = You can disable AS decompilation, then only P-code is shown - -config.name.dumpView = Dump View -config.description.dumpView = View raw data dump - -config.name.useHexColorFormat = Hex color format -config.description.useHexColorFormat = Show the colors in hex format - -config.name.parallelSpeedUp = Parallel SpeedUp -config.description.parallelSpeedUp = Parallelism can speed up decompilation - -config.name.parallelSpeedUpThreadCount = Number of threads -config.description.parallelSpeedUpThreadCount = Number of threads for parallel speedup - -config.name.autoDeobfuscate = Automatic deobfuscation -config.description.autoDeobfuscate = Run deobfuscation on every file before ActionScript decompilation - -config.name.cacheOnDisk = Use caching on disk -config.description.cacheOnDisk = Cache already decompiled parts on hard drive instead of memory - -config.name.internalFlashViewer = Use own Flash viewer -config.description.internalFlashViewer = Use JPEXS Flash Viewer instead of standard Flash Player for flash parts display - -config.name.gotoMainClassOnStartup = Go to main class on startup (AS3) -config.description.gotoMainClassOnStartup = Navigates to document class of AS3 file on SWF opening - -config.name.autoRenameIdentifiers = Automatic rename identifiers -config.description.autoRenameIdentifiers = Automatically rename invalid identifiers on SWF load - -config.name.offeredAssociation = (Internal) Association with SWF files displayed -config.description.offeredAssociation = Dialog about file association was already displayed - -config.name.decimalAddress = Use decimal addresses -config.description.decimalAddress = Use decimal addresses instead of hexadecimal - -config.name.showAllAddresses = Show all addresses -config.description.showAllAddresses = Display all ActionScript instruction addresses - -config.name.useFrameCache = Use frame cache -config.description.useFrameCache = Cache frames before rendering again - -config.name.useRibbonInterface = Ribbon interface -config.description.useRibbonInterface = Uncheck to use classic interface without ribbon menu - -config.name.openFolderAfterFlaExport = Open folder after FLA export -config.description.openFolderAfterFlaExport = Display output directory after exporting FLA file - -config.name.useDetailedLogging = FFDec detailed Logging -config.description.useDetailedLogging = Log detailed error messages and info for debugging of FFDec - -config.name._debugMode = FFDec in debug mode -config.description._debugMode = Mode for debugging FFDec. Turns on debug menu. This has nothing to do with the debugger functionality - -config.name.resolveConstants = Resolve constants in AS1/2 p-code -config.description.resolveConstants = Turn this off to show 'constantxx' instead of real values in P-code window - -config.name.sublimiter = Limit of code subs -config.description.sublimiter = Limit of code subs for obfuscated code. - -config.name.exportTimeout = Total export timeout (seconds) -config.description.exportTimeout = Decompiler will stop exporting after reaching this time - -config.name.decompilationTimeoutFile = Single file decompilation timeout (seconds) -config.description.decompilationTimeoutFile = Decompiler will stop ActionScript decompilation after reaching this time in one file - -config.name.paramNamesEnable = Enable parameter names in AS3 -config.description.paramNamesEnable = Using parameter names in decompiling may cause problems because official programs like Flash CS 5.5 inserts wrong parameter names indices - -config.name.displayFileName = Show SWF name in title -config.description.displayFileName = Display SWF file/url name in the window title (You can make screenshots then) - -config.name._debugCopy = FFDec debug recompile -config.description._debugCopy = Tries to compile SWF file again just after opening to ensure it produces same binary code. Use for DEBUGGING FFDec only! - -config.name.dumpTags = Dump tags to console -config.description.dumpTags = Dump tags to console on reading SWF file - -config.name.decompilationTimeoutSingleMethod = AS3: Single method decompilation timeout (seconds) -config.description.decompilationTimeoutSingleMethod = Decompiler will stop ActionScript decompilation after reaching this time in one method - -config.name.lastRenameType = (Internal) Last rename type -config.description.lastRenameType = Last used rename identifiers type - -config.name.lastSaveDir = (Internal) Last save directory -config.description.lastSaveDir = Last used save directory - -config.name.lastOpenDir = (Internal) Last open directory -config.description.lastOpenDir = Last used open directory - -config.name.lastExportDir = (Internal) Last export directory -config.description.lastExportDir = Last used export directory - -config.name.locale = Language -config.description.locale = Locales identifier - -config.name.registerNameFormat = Register variable format -config.description.registerNameFormat = Format of local register variable names. Use %d for register number. - -config.name.maxRecentFileCount = Max recent count -config.description.maxRecentFileCount = Maximum number of recent files - -config.name.recentFiles = (Internal) Recent files -config.description.recentFiles = Recent opened files - -config.name.fontPairingMap = (Internal) Font pairs for import -config.description.fontPairingMap = Font pairs for importing new characters - -config.name.lastUpdatesCheckDate = (Internal) Last update check date -config.description.lastUpdatesCheckDate = Date of last checking for updates on server - -config.name.gui.window.width = (Internal) Last window width -config.description.gui.window.width = Last saved window width - -config.name.gui.window.height = (Internal) Last window height -config.description.gui.window.height = Last saved window height - -config.name.gui.window.maximized.horizontal = (Internal) Window maximized horizontally -config.description.gui.window.maximized.horizontal = Last window state - maximized horizontally - -config.name.gui.window.maximized.vertical = (Internal) Window maximized vertically -config.description.gui.window.maximized.vertical = Last window state - maximized vertically - -config.name.gui.avm2.splitPane.dividerLocationPercent = (Internal) AS3 Splitter location -config.description.gui.avm2.splitPane.dividerLocationPercent = - -config.name.gui.actionSplitPane.dividerLocationPercent = (Internal) AS1/2 splitter location -config.description.gui.actionSplitPane.dividerLocationPercent = - -config.name.gui.previewSplitPane.dividerLocationPercent = (Internal) Preview splitter location -config.description.gui.previewSplitPane.dividerLocationPercent = - -config.name.gui.splitPane1.dividerLocationPercent = (Internal) Splitter location 1 -config.description.gui.splitPane1.dividerLocationPercent = - -config.name.gui.splitPane2.dividerLocationPercent = (Internal) Splitter location 2 -config.description.gui.splitPane2.dividerLocationPercent = - -config.name.saveAsExeScaleMode = Save as EXE scale mode -config.description.saveAsExeScaleMode = Scaling mode for EXE export - -config.name.syntaxHighlightLimit = Syntax hilight max chars -config.description.syntaxHighlightLimit = Maximum number of characters to run syntax hilight on - -config.name.guiFontPreviewSampleText = (Internal) Last font preview sample text -config.description.guiFontPreviewSampleText = Last font preview sample text list index - -config.name.gui.fontPreviewWindow.width = (Internal) Last font preview window width -config.description.gui.fontPreviewWindow.width = - -config.name.gui.fontPreviewWindow.height = (Internal) Last font preview window height -config.description.gui.fontPreviewWindow.height = - -config.name.gui.fontPreviewWindow.posX = (Internal) Last font preview window X -config.description.gui.fontPreviewWindow.posX = - -config.name.gui.fontPreviewWindow.posY = (Internal) Last font preview window Y -config.description.gui.fontPreviewWindow.posY = - -config.name.formatting.indent.size = Characters per indent -config.description.formatting.indent.size = Number or spaces(or tabs) for one indentation - -config.name.formatting.indent.useTabs = Tabs for indent -config.description.formatting.indent.useTabs = Use tabs instead of spaces for indentation - -config.name.beginBlockOnNewLine = Curly brace on new line -config.description.beginBlockOnNewLine = Begin block with curly brace on new line - -config.name.check.updates.delay = Updates check delay -config.description.check.updates.delay = Minimum time between automatic checks for updates on application start - -config.name.check.updates.stable = Check for stable versions -config.description.check.updates.stable = Checking for stable version updates - -config.name.check.updates.nightly = Check for nightly versions -config.description.check.updates.nightly = Checking for nightly version updates - -config.name.check.updates.enabled = Updates check enabled -config.description.check.updates.enabled = Automatic checking for updates on application start - -config.name.export.formats = (Internal) Export formats -config.description.export.formats = Last used export formats - -config.name.textExportSingleFile = Export texts to single file -config.description.textExportSingleFile = Exporting texts to one file instead of multiple - -config.name.textExportSingleFileSeparator = Separator of texts in one file text export -config.description.textExportSingleFileSeparator = Text to insert between texts in single file text export - -config.name.textExportSingleFileRecordSeparator = Separator of records in one file text export -config.description.textExportSingleFileRecordSeparator = Text to insert between text records in single file text export - -config.name.warning.experimental.as12edit = Warn on AS1/2 direct edit -config.description.warning.experimental.as12edit = Show warning on AS1/2 experimental direct editation - -config.name.warning.experimental.as3edit = Warn on AS3 direct edit -config.description.warning.experimental.as3edit = Show warning on AS3 experimental direct editation - -config.name.packJavaScripts = Pack JavaScripts -config.description.packJavaScripts = Run JavaScript packer on scripts created on Canvas Export. - -config.name.textExportExportFontFace = Use font-face in SVG export -config.description.textExportExportFontFace = Embed font files in SVG using font-face instead of shapes - -config.name.lzmaFastBytes = LZMA fast bytes (valid values: 5-255) -config.description.lzmaFastBytes = Fast bytes parameter of the LZMA encoder - -config.name.pluginPath = Plugin Path -config.description.pluginPath = - - -config.name.showMethodBodyId = Show method body id -config.description.showMethodBodyId = Shows the id of the methodbody for commandline import - -config.name.export.zoom = (Internal) Export zoom -config.description.export.zoom = Last used export zoom - -config.name.debuggerPort = Debugger port -config.description.debuggerPort = Port used for socket debugging - -config.name.displayDebuggerInfo = (Internal) Display debugger info -config.description.displayDebuggerInfo = Display info about debugger before switching it - -config.name.randomDebuggerPackage = Use random package name for Debugger -config.description.randomDebuggerPackage = This renames Debugger package to random string which makes debugger presence harder to detect by ActionScript - -config.name.lastDebuggerReplaceFunction = (Internal) Last selected trace replacement -config.description.lastDebuggerReplaceFunction = Function name which was last selected in replace trace function with debugger - -config.name.getLocalNamesFromDebugInfo = AS3: Get local register names from debug info -config.description.getLocalNamesFromDebugInfo = If debug info present, renames local registers from _loc_x_ to real names. This can be turned off because some obfuscators use invalid register names there. - -config.name.tagTreeShowEmptyFolders = Show empty folders -config.description.tagTreeShowEmptyFolders = Show empty folders in tag tree. - -config.name.autoLoadEmbeddedSwfs = Auto load embedded SWFs -config.description.autoLoadEmbeddedSwfs = Automatically load the embedded SWFs from DefineBinaryData tags. - -config.name.overrideTextExportFileName = Override text export filename -config.description.overrideTextExportFileName = You can customize the filename of the exported text. Use {filename} placeholder to use the filename of current SWF. - -config.name.showOldTextDuringTextEditing = Show old text during text editing -config.description.showOldTextDuringTextEditing = Shows the original text of the text tag with gray color in the preview area. - -config.group.name.import = Import -config.group.description.import = Configuration of imports - -config.name.textImportResizeTextBoundsMode = Text bounds resize mode -config.description.textImportResizeTextBoundsMode = Text bounds resize mode after text editing. - -config.name.showCloseConfirmation = Show again SWF close confirmation -config.description.showCloseConfirmation = Show again SWF close confirmation for modified files. - -config.name.showCodeSavedMessage = Show again code saved message -config.description.showCodeSavedMessage = Show again code saved message - -config.name.showTraitSavedMessage = Show again trait saved message -config.description.showTraitSavedMessage = Show again trait saved message - -config.name.updateProxyAddress = Http Proxy address for checking updates -config.description.updateProxyAddress = Http Proxy address for checking updates. Format: example.com:8080 - -config.name.editorMode = Editor Mode -config.description.editorMode = Make text areas editable automatically when you select a Text or Script node - -config.name.autoSaveTagModifications = Auto save tag modifications -config.description.autoSaveTagModifications = Save the changes when you select a new tag in the tree - -config.name.saveSessionOnExit = Save session on exit -config.description.saveSessionOnExit = Save the current session and reopens it after FFDec restart (works only with real files) - -config.name._showDebugMenu = Show FFDec debug menu -config.description._showDebugMenu = Shows debug menu in the ribbon for debugging of the decompiler. - -config.name.allowOnlyOneInstance = Allow only one FFDec instance (Only Windows OS) -config.description.allowOnlyOneInstance = FFDec can be then run only once, all files opened will be added to one window. It works only with Windows operating system. - -config.name.scriptExportSingleFile = Export scripts to single file -config.description.scriptExportSingleFile = Exporting scripts to one file instead of multiple - -config.name.setFFDecVersionInExportedFont = Set FFDec version number in exported font -config.description.setFFDecVersionInExportedFont = When this setting is disabled, FFDec won't add the current FFDec version number to the exported font. - -config.name.gui.skin = User Interface Skin -config.description.gui.skin = Look and feel skin - -config.name.lastSessionFiles = Last session files -config.description.lastSessionFiles = Contains the opened files from the last session - -config.name.lastSessionSelection = Last session selection -config.description.lastSessionSelection = Contains the selection from the last session - -config.name.loopMedia = Loop sounds and sprites -config.description.loopMedia = Automatically restarts the playing of the sounds and sprites - -config.name.gui.timeLineSplitPane.dividerLocationPercent = (Internal) Timeline Splitter location -config.description.gui.timeLineSplitPane.dividerLocationPercent = - -config.name.cacheImages = Cache images -config.description.cacheImages = Cache the decoded image objects - -config.name.swfSpecificConfigs = SWF specific configurations -config.description.swfSpecificConfigs = Contains the SWF specific configurations - -config.name.exeExportMode = EXE export mode -config.description.exeExportMode = EXE export mode - -config.name.ignoreCLikePackages = Ignore FlashCC / Alchemy or similar packages -config.description.ignoreCLikePackages = FlashCC/Alchemy packages cannot usually be decompiled correctly. You can disable them to speedup other packages decompilation. - -config.name.overwriteExistingFiles = Overwrite the existing files -config.description.overwriteExistingFiles = Overwrite the existing files during export. Currently only for AS2/3 scripts - -config.name.smartNumberFormatting = Use smart number formatting -config.description.smartNumberFormatting = Format special numbers (for example colors and times) - -config.name.enableScriptInitializerDisplay = (REMOVED) Display script initializers -config.description.enableScriptInitializerDisplay = Enable script initializers display and editation. This setting may add one newline to each class file for highlighting. - -config.name.autoOpenLoadedSWFs = Open loaded SWFs during run (External viewer = WIN only) -config.description.autoOpenLoadedSWFs = Opens automatically all SWFs loaded by AS3 class Loader by running SWF when played in FFDec external player. This feature is Windows only. - -config.name.lastSessionFileTitles = Last session file titles -config.description.lastSessionFileTitles = Contains the opened file titles from the last session (for example when loaded from URL etc.) - -config.group.name.paths = Paths -config.group.description.paths = Location of needed files -config.group.tip.paths = Download projector and Playerglobal on adobe webpage. Flex SDK can be downloaded on apache web. -config.group.link.paths = https://web.archive.org/web/20220401020702/https://www.adobe.com/support/flashplayer/debug_downloads.html https://flex.apache.org/download-binaries.html - -config.name.playerLocation = 1) Flash Player projector path -config.description.playerLocation = Location of standalone flash player executable. Used for Run action. - -config.name.playerDebugLocation = 2) Flash Player projector content debugger path -config.description.playerDebugLocation = Location of standalone debug flash player executable. Used for Debug action. - -config.name.playerLibLocation = 3) PlayerGlobal (.swc) path -config.description.playerLibLocation = Location of playerglobal.swc flash player library. It is used mostly for AS3 compilation. - -config.name.debugHalt = Halt execution on debug start -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: - -config.name.gui.action.splitPane.vars.dividerLocationPercent = (Internal) AS1/2 Debug menu splitter location -config.description.gui.action.splitPane.vars.dividerLocationPercent = - -config.name.setMovieDelay = Delay before changing the SWF in external player in ms -config.description.setMovieDelay = Not recommended to change this value below 1000ms - -config.name.warning.svgImport = Warn on SVG import -config.description.warning.svgImport = - -config.name.shapeImport.useNonSmoothedFill = Use non-smoothed fill when a shape is replaced with an image -config.description.shapeImport.useNonSmoothedFill = - -config.name.internalFlashViewer.execute.as12 = AS1/2 in own flash viewer (Experimental) -config.description.internalFlashViewer.execute.as12 = Try to execute ActionScript 1/2 during SWF playback using FFDec flash viewer - -config.name.warning.hexViewNotUpToDate = Show Hex View not up-to-date warning -config.description.warning.hexViewNotUpToDate = - -config.name.displayDupInstructions = Show \u00a7\u00a7dup instructions -config.description.displayDupInstructions = Display \u00a7\u00a7dup instructions in the code. Without them, the code can be easily compiled but some dupped code with sideeffects could be executed twice. - -config.name.useRegExprLiteral = Decompile RegExp as /pattern/mod literal. -config.description.useRegExprLiteral = Use /pattern/mod syntax when decompiling regular expressions. new RegExp("pat","mod") is used otherwise - -config.name.handleSkinPartsAutomatically = Handle [SkinPart] metadata automatically -config.description.handleSkinPartsAutomatically = Decompiles and direct edits [SkinPart] metadata automatically. When turned off, _skinParts attribute and its getter method is visible and manually editable. - -config.name.simplifyExpressions = Simplify expressions -config.description.simplifyExpressions = Evaluate and simplify expressions to make code more readable - -config.name.resetLetterSpacingOnTextImport = Reset Letter Spacing on text import -config.description.resetLetterSpacingOnTextImport = Useful for cyrillic fonts, because they are wider - -config.name.flexSdkLocation = 4) Flex SDK directory path -config.description.flexSdkLocation = Location of Adobe Flex SDK. It is used mostly for AS3 compilation. - -config.name.useFlexAs3Compiler = Use Flex SDK AS3 compiler -config.description.useFlexAs3Compiler = Use AS3 compiler from Flex SDK while ActionScript direct editation (Flex SDK directory needs to be set) - -config.name.showSetAdvanceValuesMessage = Show again information about setting advance values -config.description.showSetAdvanceValuesMessage = Show again information about setting advance values - -config.name.gui.fontSizeMultiplier = Font size multiplier -config.description.gui.fontSizeMultiplier = Font size multiplier - -config.name.graphVizDotLocation = 5) GraphViz Dot executable path -config.description.graphVizDotLocation = Path to dot.exe (or similar for linux) of GraphViz application for displaying Graphs. - +advancedSettings.dialog.title=Advanced Settings +advancedSettings.restartConfirmation=You must restart the program for some modifications to take effect. Do you want to restart it now? +advancedSettings.columns.name=Name +advancedSettings.columns.value=Value +advancedSettings.columns.description=Description +default=default +config.group.name.export=Export +config.group.description.export=Configuration of exports +config.group.name.script=Scripts +config.group.description.script=ActionScript decompilation related +config.group.name.update=Updates +config.group.description.update=Checking for updates +config.group.name.format=Formatting +config.group.description.format=ActionScript code formatting +config.group.name.limit=Limits +config.group.description.limit=Decompilation limits for obfuscated code, etc. +config.group.name.ui=Interface +config.group.description.ui=User interface configuration +config.group.name.debug=Debug +config.group.description.debug=Debugging settings +config.group.name.display=Display +config.group.description.display=Flash objects display, etc. +config.group.name.decompilation=Decompilation +config.group.description.decompilation=Global decompilation related functions +config.group.name.other=Other +config.group.description.other=Other uncategorized configs +config.name.openMultipleFiles=Open multiple files +config.description.openMultipleFiles=Allows opening multiple files at once in one window +config.name.decompile=Show ActionScript source +config.description.decompile=You can disable AS decompilation, then only P-code is shown +config.name.dumpView=Dump View +config.description.dumpView=View raw data dump +config.name.useHexColorFormat=Hex color format +config.description.useHexColorFormat=Show the colors in hex format +config.name.parallelSpeedUp=Parallel SpeedUp +config.description.parallelSpeedUp=Parallelism can speed up decompilation +config.name.parallelSpeedUpThreadCount=Number of threads +config.description.parallelSpeedUpThreadCount=Number of threads for parallel speedup +config.name.autoDeobfuscate=Automatic deobfuscation +config.description.autoDeobfuscate=Run deobfuscation on every file before ActionScript decompilation +config.name.cacheOnDisk=Use caching on disk +config.description.cacheOnDisk=Cache already decompiled parts on hard drive instead of memory +config.name.internalFlashViewer=Use own Flash viewer +config.description.internalFlashViewer=Use JPEXS Flash Viewer instead of standard Flash Player for flash parts display +config.name.gotoMainClassOnStartup=Go to main class on startup (AS3) +config.description.gotoMainClassOnStartup=Navigates to document class of AS3 file on SWF opening +config.name.autoRenameIdentifiers=Automatic rename identifiers +config.description.autoRenameIdentifiers=Automatically rename invalid identifiers on SWF load +config.name.offeredAssociation=(Internal) Association with SWF files displayed +config.description.offeredAssociation=Dialog about file association was already displayed +config.name.decimalAddress=Use decimal addresses +config.description.decimalAddress=Use decimal addresses instead of hexadecimal +config.name.showAllAddresses=Show all addresses +config.description.showAllAddresses=Display all ActionScript instruction addresses +config.name.useFrameCache=Use frame cache +config.description.useFrameCache=Cache frames before rendering again +config.name.useRibbonInterface=Ribbon interface +config.description.useRibbonInterface=Uncheck to use classic interface without ribbon menu +config.name.openFolderAfterFlaExport=Open folder after FLA export +config.description.openFolderAfterFlaExport=Display output directory after exporting FLA file +config.name.useDetailedLogging=FFDec detailed Logging +config.description.useDetailedLogging=Log detailed error messages and info for debugging of FFDec +config.name._debugMode=FFDec in debug mode +config.description._debugMode=Mode for debugging FFDec. Turns on debug menu. This has nothing to do with the debugger functionality +config.name.resolveConstants=Resolve constants in AS1/2 p-code +config.description.resolveConstants=Turn this off to show 'constantxx' instead of real values in P-code window +config.name.sublimiter=Limit of code subs +config.description.sublimiter=Limit of code subs for obfuscated code. +config.name.exportTimeout=Total export timeout (seconds) +config.description.exportTimeout=Decompiler will stop exporting after reaching this time +config.name.decompilationTimeoutFile=Single file decompilation timeout (seconds) +config.description.decompilationTimeoutFile=Decompiler will stop ActionScript decompilation after reaching this time in one file +config.name.paramNamesEnable=Enable parameter names in AS3 +config.description.paramNamesEnable=Using parameter names in decompiling may cause problems because official programs like Flash CS 5.5 inserts wrong parameter names indices +config.name.displayFileName=Show SWF name in title +config.description.displayFileName=Display SWF file/url name in the window title (You can make screenshots then) +config.name._debugCopy=FFDec debug recompile +config.description._debugCopy=Tries to compile SWF file again just after opening to ensure it produces same binary code. Use for DEBUGGING FFDec only! +config.name.dumpTags=Dump tags to console +config.description.dumpTags=Dump tags to console on reading SWF file +config.name.decompilationTimeoutSingleMethod=AS3: Single method decompilation timeout (seconds) +config.description.decompilationTimeoutSingleMethod=Decompiler will stop ActionScript decompilation after reaching this time in one method +config.name.lastRenameType=(Internal) Last rename type +config.description.lastRenameType=Last used rename identifiers type +config.name.lastSaveDir=(Internal) Last save directory +config.description.lastSaveDir=Last used save directory +config.name.lastOpenDir=(Internal) Last open directory +config.description.lastOpenDir=Last used open directory +config.name.lastExportDir=(Internal) Last export directory +config.description.lastExportDir=Last used export directory +config.name.locale=Language +config.description.locale=Locales identifier +config.name.registerNameFormat=Register variable format +config.description.registerNameFormat=Format of local register variable names. Use %d for register number. +config.name.maxRecentFileCount=Max recent count +config.description.maxRecentFileCount=Maximum number of recent files +config.name.recentFiles=(Internal) Recent files +config.description.recentFiles=Recent opened files +config.name.fontPairingMap=(Internal) Font pairs for import +config.description.fontPairingMap=Font pairs for importing new characters +config.name.lastUpdatesCheckDate=(Internal) Last update check date +config.description.lastUpdatesCheckDate=Date of last checking for updates on server +config.name.gui.window.width=(Internal) Last window width +config.description.gui.window.width=Last saved window width +config.name.gui.window.height=(Internal) Last window height +config.description.gui.window.height=Last saved window height +config.name.gui.window.maximized.horizontal=(Internal) Window maximized horizontally +config.description.gui.window.maximized.horizontal=Last window state - maximized horizontally +config.name.gui.window.maximized.vertical=(Internal) Window maximized vertically +config.description.gui.window.maximized.vertical=Last window state - maximized vertically +config.name.gui.avm2.splitPane.dividerLocationPercent=(Internal) AS3 Splitter location +config.description.gui.avm2.splitPane.dividerLocationPercent= +config.name.gui.actionSplitPane.dividerLocationPercent=(Internal) AS1/2 splitter location +config.description.gui.actionSplitPane.dividerLocationPercent= +config.name.gui.previewSplitPane.dividerLocationPercent=(Internal) Preview splitter location +config.description.gui.previewSplitPane.dividerLocationPercent= +config.name.gui.splitPane1.dividerLocationPercent=(Internal) Splitter location 1 +config.description.gui.splitPane1.dividerLocationPercent= +config.name.gui.splitPane2.dividerLocationPercent=(Internal) Splitter location 2 +config.description.gui.splitPane2.dividerLocationPercent= +config.name.saveAsExeScaleMode=Save as EXE scale mode +config.description.saveAsExeScaleMode=Scaling mode for EXE export +config.name.syntaxHighlightLimit=Syntax hilight max chars +config.description.syntaxHighlightLimit=Maximum number of characters to run syntax hilight on +config.name.guiFontPreviewSampleText=(Internal) Last font preview sample text +config.description.guiFontPreviewSampleText=Last font preview sample text list index +config.name.gui.fontPreviewWindow.width=(Internal) Last font preview window width +config.description.gui.fontPreviewWindow.width= +config.name.gui.fontPreviewWindow.height=(Internal) Last font preview window height +config.description.gui.fontPreviewWindow.height= +config.name.gui.fontPreviewWindow.posX=(Internal) Last font preview window X +config.description.gui.fontPreviewWindow.posX= +config.name.gui.fontPreviewWindow.posY=(Internal) Last font preview window Y +config.description.gui.fontPreviewWindow.posY= +config.name.formatting.indent.size=Characters per indent +config.description.formatting.indent.size=Number or spaces(or tabs) for one indentation +config.name.formatting.indent.useTabs=Tabs for indent +config.description.formatting.indent.useTabs=Use tabs instead of spaces for indentation +config.name.beginBlockOnNewLine=Curly brace on new line +config.description.beginBlockOnNewLine=Begin block with curly brace on new line +config.name.check.updates.delay=Updates check delay +config.description.check.updates.delay=Minimum time between automatic checks for updates on application start +config.name.check.updates.stable=Check for stable versions +config.description.check.updates.stable=Checking for stable version updates +config.name.check.updates.nightly=Check for nightly versions +config.description.check.updates.nightly=Checking for nightly version updates +config.name.check.updates.enabled=Updates check enabled +config.description.check.updates.enabled=Automatic checking for updates on application start +config.name.export.formats=(Internal) Export formats +config.description.export.formats=Last used export formats +config.name.textExportSingleFile=Export texts to single file +config.description.textExportSingleFile=Exporting texts to one file instead of multiple +config.name.textExportSingleFileSeparator=Separator of texts in one file text export +config.description.textExportSingleFileSeparator=Text to insert between texts in single file text export +config.name.textExportSingleFileRecordSeparator=Separator of records in one file text export +config.description.textExportSingleFileRecordSeparator=Text to insert between text records in single file text export +config.name.warning.experimental.as12edit=Warn on AS1/2 direct edit +config.description.warning.experimental.as12edit=Show warning on AS1/2 experimental direct editation +config.name.warning.experimental.as3edit=Warn on AS3 direct edit +config.description.warning.experimental.as3edit=Show warning on AS3 experimental direct editation +config.name.packJavaScripts=Pack JavaScripts +config.description.packJavaScripts=Run JavaScript packer on scripts created on Canvas Export. +config.name.textExportExportFontFace=Use font-face in SVG export +config.description.textExportExportFontFace=Embed font files in SVG using font-face instead of shapes +config.name.lzmaFastBytes=LZMA fast bytes (valid values: 5-255) +config.description.lzmaFastBytes=Fast bytes parameter of the LZMA encoder +config.name.pluginPath=Plugin Path +config.description.pluginPath=- +config.name.showMethodBodyId=Show method body id +config.description.showMethodBodyId=Shows the id of the methodbody for commandline import +config.name.export.zoom=(Internal) Export zoom +config.description.export.zoom=Last used export zoom +config.name.debuggerPort=Debugger port +config.description.debuggerPort=Port used for socket debugging +config.name.displayDebuggerInfo=(Internal) Display debugger info +config.description.displayDebuggerInfo=Display info about debugger before switching it +config.name.randomDebuggerPackage=Use random package name for Debugger +config.description.randomDebuggerPackage=This renames Debugger package to random string which makes debugger presence harder to detect by ActionScript +config.name.lastDebuggerReplaceFunction=(Internal) Last selected trace replacement +config.description.lastDebuggerReplaceFunction=Function name which was last selected in replace trace function with debugger +config.name.getLocalNamesFromDebugInfo=AS3: Get local register names from debug info +config.description.getLocalNamesFromDebugInfo=If debug info present, renames local registers from _loc_x_ to real names. This can be turned off because some obfuscators use invalid register names there. +config.name.tagTreeShowEmptyFolders=Show empty folders +config.description.tagTreeShowEmptyFolders=Show empty folders in tag tree. +config.name.autoLoadEmbeddedSwfs=Auto load embedded SWFs +config.description.autoLoadEmbeddedSwfs=Automatically load the embedded SWFs from DefineBinaryData tags. +config.name.overrideTextExportFileName=Override text export filename +config.description.overrideTextExportFileName=You can customize the filename of the exported text. Use {filename} placeholder to use the filename of current SWF. +config.name.showOldTextDuringTextEditing=Show old text during text editing +config.description.showOldTextDuringTextEditing=Shows the original text of the text tag with gray color in the preview area. +config.group.name.import=Import +config.group.description.import=Configuration of imports +config.name.textImportResizeTextBoundsMode=Text bounds resize mode +config.description.textImportResizeTextBoundsMode=Text bounds resize mode after text editing. +config.name.showCloseConfirmation=Show again SWF close confirmation +config.description.showCloseConfirmation=Show again SWF close confirmation for modified files. +config.name.showCodeSavedMessage=Show again code saved message +config.description.showCodeSavedMessage=Show again code saved message +config.name.showTraitSavedMessage=Show again trait saved message +config.description.showTraitSavedMessage=Show again trait saved message +config.name.updateProxyAddress=Http Proxy address for checking updates +config.description.updateProxyAddress=Http Proxy address for checking updates. Format: example.com:8080 +config.name.editorMode=Editor Mode +config.description.editorMode=Make text areas editable automatically when you select a Text or Script node +config.name.autoSaveTagModifications=Auto save tag modifications +config.description.autoSaveTagModifications=Save the changes when you select a new tag in the tree +config.name.saveSessionOnExit=Save session on exit +config.description.saveSessionOnExit=Save the current session and reopens it after FFDec restart (works only with real files) +config.name._showDebugMenu=Show FFDec debug menu +config.description._showDebugMenu=Shows debug menu in the ribbon for debugging of the decompiler. +config.name.allowOnlyOneInstance=Allow only one FFDec instance (Only Windows OS) +config.description.allowOnlyOneInstance=FFDec can be then run only once, all files opened will be added to one window. It works only with Windows operating system. +config.name.scriptExportSingleFile=Export scripts to single file +config.description.scriptExportSingleFile=Exporting scripts to one file instead of multiple +config.name.setFFDecVersionInExportedFont=Set FFDec version number in exported font +config.description.setFFDecVersionInExportedFont=When this setting is disabled, FFDec won't add the current FFDec version number to the exported font. +config.name.gui.skin=User Interface Skin +config.description.gui.skin=Look and feel skin +config.name.lastSessionFiles=Last session files +config.description.lastSessionFiles=Contains the opened files from the last session +config.name.lastSessionSelection=Last session selection +config.description.lastSessionSelection=Contains the selection from the last session +config.name.loopMedia=Loop sounds and sprites +config.description.loopMedia=Automatically restarts the playing of the sounds and sprites +config.name.gui.timeLineSplitPane.dividerLocationPercent=(Internal) Timeline Splitter location +config.description.gui.timeLineSplitPane.dividerLocationPercent= +config.name.cacheImages=Cache images +config.description.cacheImages=Cache the decoded image objects +config.name.swfSpecificConfigs=SWF specific configurations +config.description.swfSpecificConfigs=Contains the SWF specific configurations +config.name.exeExportMode=EXE export mode +config.description.exeExportMode=EXE export mode +config.name.ignoreCLikePackages=Ignore FlashCC / Alchemy or similar packages +config.description.ignoreCLikePackages=FlashCC/Alchemy packages cannot usually be decompiled correctly. You can disable them to speedup other packages decompilation. +config.name.overwriteExistingFiles=Overwrite the existing files +config.description.overwriteExistingFiles=Overwrite the existing files during export. Currently only for AS2/3 scripts +config.name.smartNumberFormatting=Use smart number formatting +config.description.smartNumberFormatting=Format special numbers (for example colors and times) +config.name.enableScriptInitializerDisplay=(REMOVED) Display script initializers +config.description.enableScriptInitializerDisplay=Enable script initializers display and editation. This setting may add one newline to each class file for highlighting. +config.name.autoOpenLoadedSWFs=Open loaded SWFs during run (External viewer = WIN only) +config.description.autoOpenLoadedSWFs=Opens automatically all SWFs loaded by AS3 class Loader by running SWF when played in FFDec external player. This feature is Windows only. +config.name.lastSessionFileTitles=Last session file titles +config.description.lastSessionFileTitles=Contains the opened file titles from the last session (for example when loaded from URL etc.) +config.group.name.paths=Paths +config.group.description.paths=Location of needed files +config.group.tip.paths=Download projector and Playerglobal on adobe webpage. Flex SDK can be downloaded on apache web. +config.group.link.paths=https://web.archive.org/web/20220401020702/https://www.adobe.com/support/flashplayer/debug_downloads.html https://flex.apache.org/download-binaries.html +config.name.playerLocation=1) Flash Player projector path +config.description.playerLocation=Location of standalone flash player executable. Used for Run action. +config.name.playerDebugLocation=2) Flash Player projector content debugger path +config.description.playerDebugLocation=Location of standalone debug flash player executable. Used for Debug action. +config.name.playerLibLocation=3) PlayerGlobal (.swc) path +config.description.playerLibLocation=Location of playerglobal.swc flash player library. It is used mostly for AS3 compilation. +config.name.debugHalt=Halt execution on debug start +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: +config.name.gui.action.splitPane.vars.dividerLocationPercent=(Internal) AS1/2 Debug menu splitter location +config.description.gui.action.splitPane.vars.dividerLocationPercent= +config.name.setMovieDelay=Delay before changing the SWF in external player in ms +config.description.setMovieDelay=Not recommended to change this value below 1000ms +config.name.warning.svgImport=Warn on SVG import +config.description.warning.svgImport= +config.name.shapeImport.useNonSmoothedFill=Use non-smoothed fill when a shape is replaced with an image +config.description.shapeImport.useNonSmoothedFill= +config.name.internalFlashViewer.execute.as12=AS1/2 in own flash viewer (Experimental) +config.description.internalFlashViewer.execute.as12=Try to execute ActionScript 1/2 during SWF playback using FFDec flash viewer +config.name.warning.hexViewNotUpToDate=Show Hex View not up-to-date warning +config.description.warning.hexViewNotUpToDate= +config.name.displayDupInstructions=Show \u00a7\u00a7dup instructions +config.description.displayDupInstructions=Display \u00a7\u00a7dup instructions in the code. Without them, the code can be easily compiled but some dupped code with sideeffects could be executed twice. +config.name.useRegExprLiteral=Decompile RegExp as /pattern/mod literal. +config.description.useRegExprLiteral=Use /pattern/mod syntax when decompiling regular expressions. new RegExp("pat","mod") is used otherwise +config.name.handleSkinPartsAutomatically=Handle [SkinPart] metadata automatically +config.description.handleSkinPartsAutomatically=Decompiles and direct edits [SkinPart] metadata automatically. When turned off, _skinParts attribute and its getter method is visible and manually editable. +config.name.simplifyExpressions=Simplify expressions +config.description.simplifyExpressions=Evaluate and simplify expressions to make code more readable +config.name.resetLetterSpacingOnTextImport=Reset Letter Spacing on text import +config.description.resetLetterSpacingOnTextImport=Useful for cyrillic fonts, because they are wider +config.name.flexSdkLocation=4) Flex SDK directory path +config.description.flexSdkLocation=Location of Adobe Flex SDK. It is used mostly for AS3 compilation. +config.name.useFlexAs3Compiler=Use Flex SDK AS3 compiler +config.description.useFlexAs3Compiler=Use AS3 compiler from Flex SDK while ActionScript direct editation (Flex SDK directory needs to be set) +config.name.showSetAdvanceValuesMessage=Show again information about setting advance values +config.description.showSetAdvanceValuesMessage=Show again information about setting advance values +config.name.gui.fontSizeMultiplier=Font size multiplier +config.description.gui.fontSizeMultiplier=Font size multiplier +config.name.graphVizDotLocation=5) GraphViz Dot executable path +config.description.graphVizDotLocation=Path to dot.exe (or similar for linux) of GraphViz application for displaying Graphs. #Do not translate the Font Styles which is in the parenthesis:(Plain,Bold,Italic,BoldItalic) -config.name.gui.sourceFont = Source font style -config.description.gui.sourceFont = FontName-FontStyle(Plain,Bold,Italic,BoldItalic)-FontSize - +config.name.gui.sourceFont=Source font style +config.description.gui.sourceFont=FontName-FontStyle(Plain,Bold,Italic,BoldItalic)-FontSize #after 11.1.0 -config.name.as12DeobfuscatorExecutionLimit = AS1/2 deobfuscator execution limit -config.description.as12DeobfuscatorExecutionLimit = Maximum number of instructions processed during AS1/2 execution deobfuscation - +config.name.as12DeobfuscatorExecutionLimit=AS1/2 deobfuscator execution limit +config.description.as12DeobfuscatorExecutionLimit=Maximum number of instructions processed during AS1/2 execution deobfuscation #option that ignore in 8.0.1 and other versions -config.name.showOriginalBytesInPcodeHex = (Internal) Show original bytes -config.description.showOriginalBytesInPcodeHex = show Original Bytes In Pcode Hex - -config.name.showFileOffsetInPcodeHex = (Internal) Show file offset -config.description.showFileOffsetInPcodeHex = show File Offset In Pcode Hex - -config.name._enableFlexExport = (Internal) enableFlexExport -config.description.enableFlexExport = enable Flex Export - -config.name._ignoreAdditionalFlexClasses = (Internal) ignoreAdditionalFlexClasses -config.description.ignoreAdditionalFlexClasses = ignore Additional Flex Classes - -config.name.hwAcceleratedGraphics = (Internal) hwAcceleratedGraphics -config.description.hwAcceleratedGraphics = hw Accelerated Graphics - -config.name.gui.avm2.splitPane.docs.dividerLocationPercent = (Internal) splitPanedocsdividerLocationPercent -config.description.gui.avm2.splitPane.docs.dividerLocationPercent = splitPane docs divider Location Percent - -config.name.gui.dump.splitPane.dividerLocationPercent = (Internal) dumpsplitPanedividerLocationPercent -config.description.gui.dump.splitPane.dividerLocationPercent = dump splitPane divider Location Percent - +config.name.showOriginalBytesInPcodeHex=(Internal) Show original bytes +config.description.showOriginalBytesInPcodeHex=show Original Bytes In Pcode Hex +config.name.showFileOffsetInPcodeHex=(Internal) Show file offset +config.description.showFileOffsetInPcodeHex=show File Offset In Pcode Hex +config.name._enableFlexExport=(Internal) enableFlexExport +config.description.enableFlexExport=enable Flex Export +config.name._ignoreAdditionalFlexClasses=(Internal) ignoreAdditionalFlexClasses +config.description.ignoreAdditionalFlexClasses=ignore Additional Flex Classes +config.name.hwAcceleratedGraphics=(Internal) hwAcceleratedGraphics +config.description.hwAcceleratedGraphics=hw Accelerated Graphics +config.name.gui.avm2.splitPane.docs.dividerLocationPercent=(Internal) splitPanedocsdividerLocationPercent +config.description.gui.avm2.splitPane.docs.dividerLocationPercent=splitPane docs divider Location Percent +config.name.gui.dump.splitPane.dividerLocationPercent=(Internal) dumpsplitPanedividerLocationPercent +config.description.gui.dump.splitPane.dividerLocationPercent=dump splitPane divider Location Percent #after 11.3.0 -config.name.useAdobeFlashPlayerForPreviews = (Deprecated) Use Adobe Flash player for preview of objects -config.description.useAdobeFlashPlayerForPreviews = Use Adobe Flash player for preview of objects. WARNING: FlashPlayer was discontinued on 2021-01-12 - +config.name.useAdobeFlashPlayerForPreviews=(Deprecated) Use Adobe Flash player for preview of objects +config.description.useAdobeFlashPlayerForPreviews=Use Adobe Flash player for preview of objects. WARNING: FlashPlayer was discontinued on 2021-01-12 #after 12.0.1 -config.name.showLineNumbersInPCodeGraphvizGraph = Show line numbers in Graphviz graphs -config.description.showLineNumbersInPCodeGraphvizGraph = Show line numbers in the P-code graphviz graph. - -config.name.padAs3PCodeInstructionName = Pad AS3 P-code instruction names -config.description.padAs3PCodeInstructionName = Pad AS3 P-code instruction names with spaces - +config.name.showLineNumbersInPCodeGraphvizGraph=Show line numbers in Graphviz graphs +config.description.showLineNumbersInPCodeGraphvizGraph=Show line numbers in the P-code graphviz graph. +config.name.padAs3PCodeInstructionName=Pad AS3 P-code instruction names +config.description.padAs3PCodeInstructionName=Pad AS3 P-code instruction names with spaces #after 13.0.2 -config.name.indentAs3PCode = Indent AS3 P-code -config.description.indentAs3PCode = Indent AS3 P-code blocks like trait/body/code - -config.name.labelOnSeparateLineAs3PCode = Label in AS3 P-code on separate line -config.description.labelOnSeparateLineAs3PCode = Make label in AS3 P-code stand on separate line - -config.name.useOldStyleGetSetLocalsAs3PCode = Use oldstyle getlocal_x instead of getlocalx in AS3 P-code -config.description.useOldStyleGetSetLocalsAs3PCode = Use oldstyle getlocal_x, setlocal_x from FFDec 12.x or older - -config.name.useOldStyleLookupSwitchAs3PCode = Use oldstyle lookupswitch without brackets in AS3 P-code -config.description.useOldStyleLookupSwitchAs3PCode = Use oldstyle lookupswitch from FFDec 12.x or older - +config.name.indentAs3PCode=Indent AS3 P-code +config.description.indentAs3PCode=Indent AS3 P-code blocks like trait/body/code +config.name.labelOnSeparateLineAs3PCode=Label in AS3 P-code on separate line +config.description.labelOnSeparateLineAs3PCode=Make label in AS3 P-code stand on separate line +config.name.useOldStyleGetSetLocalsAs3PCode=Use oldstyle getlocal_x instead of getlocalx in AS3 P-code +config.description.useOldStyleGetSetLocalsAs3PCode=Use oldstyle getlocal_x, setlocal_x from FFDec 12.x or older +config.name.useOldStyleLookupSwitchAs3PCode=Use oldstyle lookupswitch without brackets in AS3 P-code +config.description.useOldStyleLookupSwitchAs3PCode=Use oldstyle lookupswitch from FFDec 12.x or older #after 13.0.3 -config.name.checkForModifications = Check for file modifications outside FFDec -config.description.checkForModifications = Check for modifications of files by other applications and ask to reload - -config.name.warning.initializers = Warn on AS3 slot/const editation about initializers -config.description.warning.initializers = Show warning on AS3 slot/const editation about initializers - -config.name.parametersPanelInSearchResults = Show parameters panel in search results -config.description.parametersPanelInSearchResults = Show panel with parameters like search text / ignore case / regexp in search results window - -config.name.displayAs3PCodeDocsPanel = Show docs panel in AS3 P-code -config.description.displayAs3PCodeDocsPanel = Show panel with documentation of instructions and code structure in AS3 P-code editation and display - -config.name.displayAs3TraitsListAndConstantsPanel = Show AS3 traits list and constants panel -config.description.displayAs3TraitsListAndConstantsPanel = Show panel with list of traits and constants under the tag tree for AS3 - +config.name.checkForModifications=Check for file modifications outside FFDec +config.description.checkForModifications=Check for modifications of files by other applications and ask to reload +config.name.warning.initializers=Warn on AS3 slot/const editation about initializers +config.description.warning.initializers=Show warning on AS3 slot/const editation about initializers +config.name.parametersPanelInSearchResults=Show parameters panel in search results +config.description.parametersPanelInSearchResults=Show panel with parameters like search text / ignore case / regexp in search results window +config.name.displayAs3PCodeDocsPanel=Show docs panel in AS3 P-code +config.description.displayAs3PCodeDocsPanel=Show panel with documentation of instructions and code structure in AS3 P-code editation and display +config.name.displayAs3TraitsListAndConstantsPanel=Show AS3 traits list and constants panel +config.description.displayAs3TraitsListAndConstantsPanel=Show panel with list of traits and constants under the tag tree for AS3 #after 14.1.0 -config.name.useAsTypeIcons = Use script icons based on item type -config.description.useAsTypeIcons = Use different icons for different script types (class/interface/frame/...) - -config.name.limitAs3PCodeOffsetMatching = Limit of AS3 P-code offset matching -config.description.limitAs3PCodeOffsetMatching = Limit of instructions in AS3 P-code which are offset-matched to AS3 script - +config.name.useAsTypeIcons=Use script icons based on item type +config.description.useAsTypeIcons=Use different icons for different script types (class/interface/frame/...) +config.name.limitAs3PCodeOffsetMatching=Limit of AS3 P-code offset matching +config.description.limitAs3PCodeOffsetMatching=Limit of instructions in AS3 P-code which are offset-matched to AS3 script #after 14.2.1 -config.name.showSlowRenderingWarning = Log warning when rendering is too slow -config.description.showSlowRenderingWarning = Logs warning when internal flash viewer is too slow to display content - +config.name.showSlowRenderingWarning=Log warning when rendering is too slow +config.description.showSlowRenderingWarning=Logs warning when internal flash viewer is too slow to display content #after 14.3.1 -config.name.autoCloseQuotes = Auto close single quotes on script edit -config.description.autoCloseQuotes = Automatically inserts second single quote ' on typing first one - -config.name.autoCloseDoubleQuotes = Auto close double quotes on script edit -config.description.autoCloseDoubleQuotes = Automatically inserts second double quote " on typing first one - -config.name.autoCloseBrackets = Auto close brackets on script edit -config.description.autoCloseBrackets = Automatically inserts closing bracket ] on typing opening [ - -config.name.autoCloseParenthesis = Auto close parenthesis on script edit -config.description.autoCloseParenthesis = Automatically inserts closing parenthesis ) on typing opening ( - -config.name.showDialogOnError = Show error dialog on every error -config.description.showDialogOnError = Automatically displays error dialog on every error occurrence - +config.name.autoCloseQuotes=Auto close single quotes on script edit +config.description.autoCloseQuotes=Automatically inserts second single quote ' on typing first one +config.name.autoCloseDoubleQuotes=Auto close double quotes on script edit +config.description.autoCloseDoubleQuotes=Automatically inserts second double quote " on typing first one +config.name.autoCloseBrackets=Auto close brackets on script edit +config.description.autoCloseBrackets=Automatically inserts closing bracket ] on typing opening [ +config.name.autoCloseParenthesis=Auto close parenthesis on script edit +config.description.autoCloseParenthesis=Automatically inserts closing parenthesis ) on typing opening ( +config.name.showDialogOnError=Show error dialog on every error +config.description.showDialogOnError=Automatically displays error dialog on every error occurrence #after 14.4.0 -config.name.limitSameChars = Limit of the same characters for \\{xx}C (repeat) escape -config.description.limitSameChars = Maximum number of the same characters in a row in P-code strings or obufuscated names before replacing with \\{xx}C repeat escape - +config.name.limitSameChars=Limit of the same characters for \\{xx}C (repeat) escape +config.description.limitSameChars=Maximum number of the same characters in a row in P-code strings or obufuscated names before replacing with \\{xx}C repeat escape #after 14.5.2 -config.name.showImportScriptsInfo = Show information before importing scripts -config.description.showImportScriptsInfo = Displays some info about how importing scripts works after clicking Import scripts in the menu. - -config.name.showImportTextInfo = Show information before importing text -config.description.showImportTextInfo = Displays some info about how importing text works after clicking Import text in the menu. - -config.name.showImportSymbolClassInfo = Show information before importing Symbol-Class -config.description.showImportSymbolClassInfo = Displays some info about how Symbol-Class importing works after clicking Import Symbol-Class in the menu. - -config.name.showImportXmlInfo = Show information before importing XML -config.description.showImportXmlInfo = Displays some info about how XML importing works after clicking Import XML in the menu. - +config.name.showImportScriptsInfo=Show information before importing scripts +config.description.showImportScriptsInfo=Displays some info about how importing scripts works after clicking Import scripts in the menu. +config.name.showImportTextInfo=Show information before importing text +config.description.showImportTextInfo=Displays some info about how importing text works after clicking Import text in the menu. +config.name.showImportSymbolClassInfo=Show information before importing Symbol-Class +config.description.showImportSymbolClassInfo=Displays some info about how Symbol-Class importing works after clicking Import Symbol-Class in the menu. +config.name.showImportXmlInfo=Show information before importing XML +config.description.showImportXmlInfo=Displays some info about how XML importing works after clicking Import XML in the menu. #after 15.1.1 -config.name.lastSessionTagListSelection = Last session tag list selection -config.description.lastSessionTagListSelection = Contains the selection from the last session on the list selection view - -config.name.lastView = Last view -config.description.lastView = Last displayed view mode - -config.name.swfSpecificCustomConfigs = SWF specific custom configurations -config.description.swfSpecificCustomConfigs = Contains the SWF specific configurations in custom format - -config.name.warningOpeningReadOnly = Warn on opening readonly SWF -config.description.warningOpeningReadOnly = Show warning when opening SWF from readonly source - +config.name.lastSessionTagListSelection=Last session tag list selection +config.description.lastSessionTagListSelection=Contains the selection from the last session on the list selection view +config.name.lastView=Last view +config.description.lastView=Last displayed view mode +config.name.swfSpecificCustomConfigs=SWF specific custom configurations +config.description.swfSpecificCustomConfigs=Contains the SWF specific configurations in custom format +config.name.warningOpeningReadOnly=Warn on opening readonly SWF +config.description.warningOpeningReadOnly=Show warning when opening SWF from readonly source # after 16.1.0 -config.name.showImportImageInfo = Show information before importing images -config.description.showImportImageInfo = Displays some info about how importing images works after clicking Import images in the menu. - -config.name.autoPlaySwfs = Autoplay SWF previews -config.description.autoPlaySwfs = Automatically play SWF preview on SWF node selection. - -config.name.expandFirstLevelOfTreeOnLoad = Expand first level of tree on SWF load -config.description.expandFirstLevelOfTreeOnLoad = Automatically expands first level of nodes in the tree on SWF open. - +config.name.showImportImageInfo=Show information before importing images +config.description.showImportImageInfo=Displays some info about how importing images works after clicking Import images in the menu. +config.name.autoPlaySwfs=Autoplay SWF previews +config.description.autoPlaySwfs=Automatically play SWF preview on SWF node selection. +config.name.expandFirstLevelOfTreeOnLoad=Expand first level of tree on SWF load +config.description.expandFirstLevelOfTreeOnLoad=Automatically expands first level of nodes in the tree on SWF open. # after 16.2.0 -config.name.allowPlacingDefinesIntoSprites = Allow placing define tags into DefineSprite -config.description.allowPlacingDefinesIntoSprites = Allows placing (moving/copying/dragging into) define type tags into DefineSprite. - -config.name.allowDragAndDropInTagListTree = Allow drag and drop in tag list view -config.description.allowDragAndDropInTagListTree = Allows moving / copying tags with drag and drop in the tree of tag list view. - -config.name.allowMiterClipLinestyle = (REMOVED) Allow miter clip line styles (SLOW) -config.description.allowMiterClipLinestyle = Allow using custom renderer which supports miter clip line styles, but is slow. - -advancedSettings.search = Search: - +config.name.allowPlacingDefinesIntoSprites=Allow placing define tags into DefineSprite +config.description.allowPlacingDefinesIntoSprites=Allows placing (moving/copying/dragging into) define type tags into DefineSprite. +config.name.allowDragAndDropInTagListTree=Allow drag and drop in tag list view +config.description.allowDragAndDropInTagListTree=Allows moving / copying tags with drag and drop in the tree of tag list view. +config.name.allowMiterClipLinestyle=(REMOVED) Allow miter clip line styles (SLOW) +config.description.allowMiterClipLinestyle=Allow using custom renderer which supports miter clip line styles, but is slow. +advancedSettings.search=Search: # after 16.3.1 -config.name.animateSubsprites = Animate subsprites in preview -config.description.animateSubsprites = Allow subsprite animation on timeline preview. - -config.name.autoPlayPreviews = Autoplay previews -config.description.autoPlayPreviews = Automatically play previews. - -config.name.maxCachedTime = Maximum temporary cache time -config.description.maxCachedTime = Maximum time in milliseconds before item (which was not accessed since) is removed from cache. Set this to 0 to unlimited caching. - -config.name.airLibLocation = 6) AIR library path (airglobal.swc) -config.description.airLibLocation = Location of airglobal.swc AIR library. It can be used mostly for AS3 compilation. - -config.name.showImportShapeInfo = Show information before importing shapes -config.description.showImportShapeInfo = Displays some info about how importing shapes works after clicking Import shapes in the menu. - -config.name.pinnedItemsTagTreePaths = Pinned items paths in tag tree -config.description.pinnedItemsTagTreePaths = Paths of nodes of tag tree which are pinned. - -config.name.pinnedItemsTagListPaths = Pinned items paths in tag list view tree -config.description.pinnedItemsTagListPaths = Paths of nodes of tag list view tree which are pinned. - -config.name.flattenASPackages = Flatten ActionScript packages -config.description.flattenASPackages = Make one item per package instead of package tree. - -config.name.gui.scale = UI scale factor -config.description.gui.scale = Scaling factor of graphics interface. Set this to 2.0 on Mac retina displays. Application true exit (not just restart after asking) is required. - -config.name.warning.video.vlc = Warn on missing VLC -config.description.warning.video.vlc = Show warning about VLC media player required when opening SWFs with DefineVideoStream tags when VLC is not available. - -config.name.playFrameSounds = Play frame sounds -config.description.playFrameSounds = Play sounds on displaying frames. - -config.name.fixAntialiasConflation = Try to fix antialias conflation (EXPERIMENTAL, SLOW) -config.description.fixAntialiasConflation = Tries fixing conflation artifacts between adjacent shapes caused by antialiasing. This slows down a rendering. Experimental feature. - -config.name.autoPlaySounds = Autoplay sounds -config.description.autoPlaySounds = Automatically play sounds (DefineSound) on treenode selection. - -config.name.deobfuscateAs12RemoveInvalidNamesAssignments = AS1/2 deobfuscation: Remove variable declarations with obfuscated names -config.description.deobfuscateAs12RemoveInvalidNamesAssignments = During deobfuscation of AS1/2, remove variable declarations which have nonstandard name. WARNING: This could damage SWFs which rely on obfuscated names. - -config.name.gui.splitPanePlace.dividerLocationPercent = (Internal) Splitter place location -config.description.gui.splitPanePlace.dividerLocationPercent = - -config.name.gui.splitPaneTransform1.dividerLocationPercent = (Internal) Splitter transformation1 location -config.description.gui.splitPaneTransform1.dividerLocationPercent = - -config.name.gui.splitPaneTransform2.dividerLocationPercent = (Internal) Splitter transformation2 location -config.description.gui.splitPaneTransform2.dividerLocationPercent = - -config.name.gui.transform.lastExpandedCards = (Internal) Last expanded transformation cards -config.description.gui.transform.lastExpandedCards = - -config.name.doubleClickNodeToEdit = Double click to start editing -config.description.doubleClickNodeToEdit = Double clicking tree node starts its editation. - -config.name.warningDeobfuscation = Warn on switching deobfuscation -config.description.warningDeobfuscation = Show warning on switching deobfuscation on/off. - -config.name.warningRenameIdentifiers = Warn on switching auto rename identifiers -config.description.warningRenameIdentifiers = Show warning when turning on auto rename identifiers feature. - -config.name.showImportMovieInfo = Show information before importing movies -config.description.showImportMovieInfo = Displays some info about how importing movies works after clicking Import movies in the menu. - -config.name.showImportSoundInfo = Show information before importing sounds -config.description.showImportSoundInfo = Displays some info about how importing sounds works after clicking Import sounds in the menu. - -config.name.svgRetainBounds = Retain shape bounds during SVG export -config.description.svgRetainBounds = During SVG export, the x, y position of the shape is exported exactly as in SWF (e.g. positive or negative). - -config.name.disableBitmapSmoothing = Disable bitmap smoothing -config.description.disableBitmapSmoothing = Disable smoothed bitmap fills during display - show all as nonsmoothed (pixelated). This does not apply to exported images. - -config.name.pinnedItemsScrollPos = Pinned items scroll/caret positions -config.description.pinnedItemsScrollPos = Scroll or caret positions of pinned items. - -config.name.maxRememberedScrollposItems = Max number of remembered scroll positions -config.description.maxRememberedScrollposItems = Maximum number of remembered scroll position items. - -config.name.rememberScriptsScrollPos = Remember scripts scroll/caret position -config.description.rememberScriptsScrollPos = The script scroll/caret position is retained when switching items and saved for pinned items. - -config.name.rememberFoldersScrollPos = Remember folders scroll position -config.description.rememberFoldersScrollPos = Folders scroll position is retained when switching items and saved for pinned items. - +config.name.animateSubsprites=Animate subsprites in preview +config.description.animateSubsprites=Allow subsprite animation on timeline preview. +config.name.autoPlayPreviews=Autoplay previews +config.description.autoPlayPreviews=Automatically play previews. +config.name.maxCachedTime=Maximum temporary cache time +config.description.maxCachedTime=Maximum time in milliseconds before item (which was not accessed since) is removed from cache. Set this to 0 to unlimited caching. +config.name.airLibLocation=6) AIR library path (airglobal.swc) +config.description.airLibLocation=Location of airglobal.swc AIR library. It can be used mostly for AS3 compilation. +config.name.showImportShapeInfo=Show information before importing shapes +config.description.showImportShapeInfo=Displays some info about how importing shapes works after clicking Import shapes in the menu. +config.name.pinnedItemsTagTreePaths=Pinned items paths in tag tree +config.description.pinnedItemsTagTreePaths=Paths of nodes of tag tree which are pinned. +config.name.pinnedItemsTagListPaths=Pinned items paths in tag list view tree +config.description.pinnedItemsTagListPaths=Paths of nodes of tag list view tree which are pinned. +config.name.flattenASPackages=Flatten ActionScript packages +config.description.flattenASPackages=Make one item per package instead of package tree. +config.name.gui.scale=UI scale factor +config.description.gui.scale=Scaling factor of graphics interface. Set this to 2.0 on Mac retina displays. Application true exit (not just restart after asking) is required. +config.name.warning.video.vlc=Warn on missing VLC +config.description.warning.video.vlc=Show warning about VLC media player required when opening SWFs with DefineVideoStream tags when VLC is not available. +config.name.playFrameSounds=Play frame sounds +config.description.playFrameSounds=Play sounds on displaying frames. +config.name.fixAntialiasConflation=Try to fix antialias conflation (EXPERIMENTAL, SLOW) +config.description.fixAntialiasConflation=Tries fixing conflation artifacts between adjacent shapes caused by antialiasing. This slows down a rendering. Experimental feature. +config.name.autoPlaySounds=Autoplay sounds +config.description.autoPlaySounds=Automatically play sounds (DefineSound) on treenode selection. +config.name.deobfuscateAs12RemoveInvalidNamesAssignments=AS1/2 deobfuscation: Remove variable declarations with obfuscated names +config.description.deobfuscateAs12RemoveInvalidNamesAssignments=During deobfuscation of AS1/2, remove variable declarations which have nonstandard name. WARNING: This could damage SWFs which rely on obfuscated names. +config.name.gui.splitPanePlace.dividerLocationPercent=(Internal) Splitter place location +config.description.gui.splitPanePlace.dividerLocationPercent= +config.name.gui.splitPaneTransform1.dividerLocationPercent=(Internal) Splitter transformation1 location +config.description.gui.splitPaneTransform1.dividerLocationPercent= +config.name.gui.splitPaneTransform2.dividerLocationPercent=(Internal) Splitter transformation2 location +config.description.gui.splitPaneTransform2.dividerLocationPercent= +config.name.gui.transform.lastExpandedCards=(Internal) Last expanded transformation cards +config.description.gui.transform.lastExpandedCards= +config.name.doubleClickNodeToEdit=Double click to start editing +config.description.doubleClickNodeToEdit=Double clicking tree node starts its editation. +config.name.warningDeobfuscation=Warn on switching deobfuscation +config.description.warningDeobfuscation=Show warning on switching deobfuscation on/off. +config.name.warningRenameIdentifiers=Warn on switching auto rename identifiers +config.description.warningRenameIdentifiers=Show warning when turning on auto rename identifiers feature. +config.name.showImportMovieInfo=Show information before importing movies +config.description.showImportMovieInfo=Displays some info about how importing movies works after clicking Import movies in the menu. +config.name.showImportSoundInfo=Show information before importing sounds +config.description.showImportSoundInfo=Displays some info about how importing sounds works after clicking Import sounds in the menu. +config.name.svgRetainBounds=Retain shape bounds during SVG export +config.description.svgRetainBounds=During SVG export, the x, y position of the shape is exported exactly as in SWF (e.g. positive or negative). +config.name.disableBitmapSmoothing=Disable bitmap smoothing +config.description.disableBitmapSmoothing=Disable smoothed bitmap fills during display - show all as nonsmoothed (pixelated). This does not apply to exported images. +config.name.pinnedItemsScrollPos=Pinned items scroll/caret positions +config.description.pinnedItemsScrollPos=Scroll or caret positions of pinned items. +config.name.maxRememberedScrollposItems=Max number of remembered scroll positions +config.description.maxRememberedScrollposItems=Maximum number of remembered scroll position items. +config.name.rememberScriptsScrollPos=Remember scripts scroll/caret position +config.description.rememberScriptsScrollPos=The script scroll/caret position is retained when switching items and saved for pinned items. +config.name.rememberFoldersScrollPos=Remember folders scroll position +config.description.rememberFoldersScrollPos=Folders scroll position is retained when switching items and saved for pinned items. #after 18.3.6 -config.name.warning.initializers.class = Warn on AS3 class trait editation about script initializer -config.description.warning.initializers.class = Show warning on AS3 class trait editation about initializer - +config.name.warning.initializers.class=Warn on AS3 class trait editation about script initializer +config.description.warning.initializers.class=Show warning on AS3 class trait editation about initializer #after 18.4.1 -config.name.maxCachedNum = Maximum number of cached items per single cache -config.description.maxCachedNum = Maximum number of cached items before older items are removed from cache. Lower value = less memory, slower app. Higher value = more memory, faster app. Set this to 0 to unlimited caching. - -config.name.warning.cannotencrypt = Warn when cannot save encrypted -config.description.warning.cannotencrypt = Show warning when cannot save SWF file which was encrypted using HARMAN Air encryption. - +config.name.maxCachedNum=Maximum number of cached items per single cache +config.description.maxCachedNum=Maximum number of cached items before older items are removed from cache. Lower value = less memory, slower app. Higher value = more memory, faster app. Set this to 0 to unlimited caching. +config.name.warning.cannotencrypt=Warn when cannot save encrypted +config.description.warning.cannotencrypt=Show warning when cannot save SWF file which was encrypted using HARMAN Air encryption. #after 18.5.0 -config.name.lastExportEnableEmbed = Last setting of export embedded assets -config.description.lastExportEnableEmbed = Last setting of exporting embedded assets via [Embed] metadata. - -config.name.lastFlaExportVersion = Last FLA export version -config.description.lastFlaExportVersion = Last exported FLA version - -config.name.lastFlaExportCompressed = Last FLA export compressed -config.description.lastFlaExportCompressed = Last exported FLA version compressed - +config.name.lastExportEnableEmbed=Last setting of export embedded assets +config.description.lastExportEnableEmbed=Last setting of exporting embedded assets via [Embed] metadata. +config.name.lastFlaExportVersion=Last FLA export version +config.description.lastFlaExportVersion=Last exported FLA version +config.name.lastFlaExportCompressed=Last FLA export compressed +config.description.lastFlaExportCompressed=Last exported FLA version compressed #after 19.0.0 -config.name.showImportSpriteInfo = Show information before importing sprites -config.description.showImportSpriteInfo = Displays some info about how importing sprites works after clicking Import sprites in the menu. - -config.name.displayAs12PCodeDocsPanel = Show docs panel in AS1/2 P-code -config.description.displayAs12PCodeDocsPanel = Show panel with documentation of actions in AS1/2 P-code editation and display - -config.name.gui.action.splitPane.docs.dividerLocationPercent = (Internal) AS 1/2 splitPanedocsdividerLocationPercent -config.description.action.avm2.splitPane.docs.dividerLocationPercent = AS 1/2 splitPane docs divider Location Percent - +config.name.showImportSpriteInfo=Show information before importing sprites +config.description.showImportSpriteInfo=Displays some info about how importing sprites works after clicking Import sprites in the menu. +config.name.displayAs12PCodeDocsPanel=Show docs panel in AS1/2 P-code +config.description.displayAs12PCodeDocsPanel=Show panel with documentation of actions in AS1/2 P-code editation and display +config.name.gui.action.splitPane.docs.dividerLocationPercent=(Internal) AS 1/2 splitPanedocsdividerLocationPercent +config.description.action.avm2.splitPane.docs.dividerLocationPercent=AS 1/2 splitPane docs divider Location Percent #after 19.1.2 - -config.name.rememberLastScreen = Remember last used screen (on multiple monitors) -config.description.rememberLastScreen = Remember last used screen on configuration with multiple screen devices (monitors) - -config.name.lastMainWindowScreenIndex = Last main window screen index -config.description.lastMainWindowScreenIndex = Last main window screen index - -config.name.lastMainWindowScreenX = Last main window screen X -config.description.lastMainWindowScreenX = Last main window screen X coordinate - -config.name.lastMainWindowScreenY = Last main window screen Y -config.description.lastMainWindowScreenY = Last main window screen Y coordinate - -config.name.lastMainWindowScreenWidth = Last main window screen width -config.description.lastMainWindowScreenWidth = Last main window screen width - -config.name.lastMainWindowScreenHeight = Last main window screen width -config.description.lastMainWindowScreenHeight = Last main window screen width - -config.name.displayAs12PCodePanel = Show AS1/2 P-code panel -config.description.displayAs12PCodePanel = Show panel with disassembled P-code actions for ActionScript 1 and 2 - -config.name.displayAs3PCodePanel = Show AS3 P-code panel -config.description.displayAs3PCodePanel = Show panel with disassembled P-code instructions for ActionScript 3 - -config.name.flaExportUseMappedFontLayout = FLA export - use mapped font layout -config.description.flaExportUseMappedFontLayout = Use assigned source font advance values when determining letterspacing when actual font has no layout during FLA export. - +config.name.rememberLastScreen=Remember last used screen (on multiple monitors) +config.description.rememberLastScreen=Remember last used screen on configuration with multiple screen devices (monitors) +config.name.lastMainWindowScreenIndex=Last main window screen index +config.description.lastMainWindowScreenIndex=Last main window screen index +config.name.lastMainWindowScreenX=Last main window screen X +config.description.lastMainWindowScreenX=Last main window screen X coordinate +config.name.lastMainWindowScreenY=Last main window screen Y +config.description.lastMainWindowScreenY=Last main window screen Y coordinate +config.name.lastMainWindowScreenWidth=Last main window screen width +config.description.lastMainWindowScreenWidth=Last main window screen width +config.name.lastMainWindowScreenHeight=Last main window screen width +config.description.lastMainWindowScreenHeight=Last main window screen width +config.name.displayAs12PCodePanel=Show AS1/2 P-code panel +config.description.displayAs12PCodePanel=Show panel with disassembled P-code actions for ActionScript 1 and 2 +config.name.displayAs3PCodePanel=Show AS3 P-code panel +config.description.displayAs3PCodePanel=Show panel with disassembled P-code instructions for ActionScript 3 +config.name.flaExportUseMappedFontLayout=FLA export - use mapped font layout +config.description.flaExportUseMappedFontLayout=Use assigned source font advance values when determining letterspacing when actual font has no layout during FLA export. #after 20.0.0 - -config.name.formatting.tab.size = Tab size -config.description.formatting.tab.size = Number of spaces per tab - -config.name.boxBlurPixelsLimit = Box blur filter pixels limit -config.description.boxBlurPixelsLimit = Maximum number of pixels to calculate boxblur filter. The actual limit is this number multiplied by 10000. If the number of pixels is greater, then blurX and blurY is decreased. - -config.name.as3ExportNamesUseClassNamesOnly = Exported assets have names bases on classes only (AS3) -config.description.as3ExportNamesUseClassNamesOnly = Exported asset files (images, sound, ...) take names only from SymbolClass tag - their assigned classes. No character id is added. Also when multiple classes is assigned to same asset, it is exported multiple times. (For ActionScript 3 SWFs) - -config.name.jnaTempDirectory = JNA Temporary directory -config.description.jnaTempDirectory = Temporary directory path for JNA DLLs, etc. This needs to be set to a path not including any Unicode characters. When not set, current user TEMP directory is used. - -config.name.flaExportFixShapes = FLA export - fix shapes (slow) -config.description.flaExportFixShapes = Apply procedure of splitting overlapping edges to try fix missing fills on some kind of shapes. This may be very slow on some complex shapes. - -config.name.lastExportResampleWav = Last setting of resampling wav -config.description.lastExportResampleWav = Last setting of resampling wav to 44kHz - -config.name.previewResampleSound = Resample in sound previews -config.description.previewResampleSound = Resample to 44kHz in sound previews - -config.name.lastExportTransparentBackground = Last setting of ignoring background color in frame export -config.description.lastExportTransparentBackground = Last setting of ignoring background color for frame export to make background transparency - -config.name.warningAbcClean = Warn on Abc clean action -config.description.warningAbcClean = Show warning before doing Abc clean action - -config.name.warningAddFunction = Warn on adding new function in AS3 P-code -config.description.warningAddFunction = Show warning before creating new function in AS3 P-code. It also shows some info how the action works. +config.name.formatting.tab.size=Tab size +config.description.formatting.tab.size=Number of spaces per tab +config.name.boxBlurPixelsLimit=Box blur filter pixels limit +config.description.boxBlurPixelsLimit=Maximum number of pixels to calculate boxblur filter. The actual limit is this number multiplied by 10000. If the number of pixels is greater, then blurX and blurY is decreased. +config.name.as3ExportNamesUseClassNamesOnly=Exported assets have names bases on classes only (AS3) +config.description.as3ExportNamesUseClassNamesOnly=Exported asset files (images, sound, ...) take names only from SymbolClass tag - their assigned classes. No character id is added. Also when multiple classes is assigned to same asset, it is exported multiple times. (For ActionScript 3 SWFs) +config.name.jnaTempDirectory=JNA Temporary directory +config.description.jnaTempDirectory=Temporary directory path for JNA DLLs, etc. This needs to be set to a path not including any Unicode characters. When not set, current user TEMP directory is used. +config.name.flaExportFixShapes=FLA export - fix shapes (slow) +config.description.flaExportFixShapes=Apply procedure of splitting overlapping edges to try fix missing fills on some kind of shapes. This may be very slow on some complex shapes. +config.name.lastExportResampleWav=Last setting of resampling wav +config.description.lastExportResampleWav=Last setting of resampling wav to 44kHz +config.name.previewResampleSound=Resample in sound previews +config.description.previewResampleSound=Resample to 44kHz in sound previews +config.name.lastExportTransparentBackground=Last setting of ignoring background color in frame export +config.description.lastExportTransparentBackground=Last setting of ignoring background color for frame export to make background transparency +config.name.warningAbcClean=Warn on Abc clean action +config.description.warningAbcClean=Show warning before doing Abc clean action +config.name.warningAddFunction=Warn on adding new function in AS3 P-code +config.description.warningAddFunction=Show warning before creating new function in AS3 P-code. It also shows some info how the action works. diff --git a/src/com/jpexs/decompiler/flash/gui/locales/AdvancedSettingsDialog_ca.properties b/src/com/jpexs/decompiler/flash/gui/locales/AdvancedSettingsDialog_ca.properties index a89aa583e..d67046587 100644 --- a/src/com/jpexs/decompiler/flash/gui/locales/AdvancedSettingsDialog_ca.properties +++ b/src/com/jpexs/decompiler/flash/gui/locales/AdvancedSettingsDialog_ca.properties @@ -12,432 +12,291 @@ # # You should have received a copy of the GNU General Public License # along with this program. If not, see . - -advancedSettings.dialog.title = Configuraci\u00f3 Avan\u00e7ada -advancedSettings.restartConfirmation = Has de reiniciar el programa per tal que algunes modificacions tinguin efecte. Vols reiniciar-lo ara? -advancedSettings.columns.name = Nom -advancedSettings.columns.value = Valor -advancedSettings.columns.description = Descripci\u00f3 -default = per defecte - -config.group.name.export = Exporta -config.group.description.export = Configuraci\u00f3 d'exportacions - -config.group.name.script = Scripts -config.group.description.script = Relacionats amb la descompilaci\u00f3 d'ActionScript - -config.group.name.update = Actualitzacions -config.group.description.update = Comprovaci\u00f3 d'actualitzacions - -config.group.name.format = Formatat -config.group.description.format = Formatat del codi ActionScript - -config.group.name.limit = L\u00edmits -config.group.description.limit = L\u00edmits de descompilaci\u00f3 per a codi ofuscat, etc. - -config.group.name.ui = Interf\u00edcie -config.group.description.ui = Configuraci\u00f3 de la interf\u00edcie d'usuari - -config.group.name.debug = Depuraci\u00f3 -config.group.description.debug = Par\u00e0metres de Depuraci\u00f3 - -config.group.name.display = Reproducci\u00f3 -config.group.description.display = Reproducci\u00f3 d'objectes Flash, etc. - -config.group.name.decompilation = Descompilaci\u00f3 -config.group.description.decompilation = Funcions globals relacionades amb la descompilaci\u00f3 - -config.group.name.other = Altres -config.group.description.other = Altres configuracions no categoritzades - -config.name.openMultipleFiles = Obertura de m\u00faltiples fitxers -config.description.openMultipleFiles = Permet obrir m\u00faltiples fitxers a la vegada en una sola finestra - -config.name.decompile = Mostra el codi font ActionScript -config.description.decompile = Pots desactivar la descompilaci\u00f3 d'AS, llavors nom\u00e9s es mostra el codi P - -config.name.dumpView = Visualitza Abocament -config.description.dumpView = Visualitza l'abocament de dades en cru - -config.name.useHexColorFormat = Format de colors hex -config.description.useHexColorFormat = Mostra els colors en format hexadecimal - -config.name.parallelSpeedUp = Acceleraci\u00f3 Paral\u00b7lela -config.description.parallelSpeedUp = El paral\u00b7lelisme pot accelerar la descompilaci\u00f3 - -config.name.parallelSpeedUpThreadCount = Nombre de fils -config.description.parallelSpeedUpThreadCount = Nombre de fils per a l'acceleraci\u00f3 paral\u00b7lela - -config.name.autoDeobfuscate = Desofuscaci\u00f3 autom\u00e0tica -config.description.autoDeobfuscate = Executa la desofuscaci\u00f3 a cada fitxer abans de la descompilaci\u00f3 d'ActionScript - -config.name.cacheOnDisk = Utilitza cau en el disc -config.description.cacheOnDisk = Desa al cau del disc dur les parts ja descompilades en lloc de la mem\u00f2ria - -config.name.internalFlashViewer = Utilitza el visualitzador Flash propi -config.description.internalFlashViewer = Utilitza el Visualitzador Flash JPEXS en lloc del Reproductor Flash est\u00e0ndard per a reproduir parts de flash - -config.name.gotoMainClassOnStartup = Ves a la classe principal en iniciar (AS3) -config.description.gotoMainClassOnStartup = Navega a la classe de document del fitxer AS3 en obrir el SWF - -config.name.autoRenameIdentifiers = Renomenament autom\u00e0tic d'identificadors -config.description.autoRenameIdentifiers = Renomena autom\u00e0ticament els identificadors inv\u00e0lids en carregar el SWF - -config.name.offeredAssociation = (Intern) Associaci\u00f3 amb els fitxers SWF reprodu\u00efts -config.description.offeredAssociation = El di\u00e0leg sobre associacions de fitxers ja s'ha mostrat - -config.name.decimalAddress = Utilitza adreces decimals -config.description.decimalAddress = Utilitza adreces decimals en lloc d'hexadecimals - -config.name.showAllAddresses = Mostra totes les adreces -config.description.showAllAddresses = Mostra totes les adreces d'instruccions ActionScript - -config.name.useFrameCache = Utilitza cau de marcs -config.description.useFrameCache = Desa els marcs en cau abans de tornar a renderitzar - -config.name.useRibbonInterface = Interf\u00edcie de cinta -config.description.useRibbonInterface = Desmarca-ho per utilitzar la interf\u00edcie cl\u00e0ssica sense men\u00fa de cinta - -config.name.openFolderAfterFlaExport = Obre la carpeta despr\u00e9s d'exportar un FLA -config.description.openFolderAfterFlaExport = Mostra el directori de sortida despr\u00e9s d'exportar un fitxer FLA - -config.name.useDetailedLogging = Registre Detallat -config.description.useDetailedLogging = Registra missatges d'error detallats i la informaci\u00f3 de depuraci\u00f3 - -config.name.resolveConstants = Resol constants en codi P AS1/2 -config.description.resolveConstants = Desactiva-ho per mostrar 'constantxx' en lloc dels valors reals a la finestra de codi P - -config.name.sublimiter = L\u00edmit de subs de codi -config.description.sublimiter = L\u00edmit de subs de codi per a codi ofuscat. - -config.name.exportTimeout = Temps l\u00edmit total d'exportaci\u00f3 (segons) -config.description.exportTimeout = El descompilador aturar\u00e0 l'exportaci\u00f3 despr\u00e9s d'at\u00e8nyer aquest temps - -config.name.decompilationTimeoutFile = Temps l\u00edmit de descompilaci\u00f3 d'un sol fitxer (segons) -config.description.decompilationTimeoutFile = El descompilador aturar\u00e0 la descompilaci\u00f3 d'ActionScript despr\u00e9s d'at\u00e8nyer aquest temps en un sol fitxer - -config.name.paramNamesEnable = Activa els noms de par\u00e0metres a AS3 -config.description.paramNamesEnable = Utilitzar noms de par\u00e0metres en la descompilaci\u00f3 pot provocar problemes perqu\u00e8 els programes oficials com ara Flash CS 5.5 insereixen \u00edndexs de noms de par\u00e0metres incorrectament - -config.name.displayFileName = Mostra el nom del SWF al t\u00edtol -config.description.displayFileName = Mostra el nom del fitxer/url SWF al t\u00edtol de la finestra (llavors en pots fer captures de pantalla) - -config.name.dumpTags = Aboca les etiquetes a la consola -config.description.dumpTags = Aboca les etiquetes a la consola en llegir un fitxer SWF - -config.name.decompilationTimeoutSingleMethod = AS3: temps l\u00edmit de descompilaci\u00f3 en un sol m\u00e8tode (segons) -config.description.decompilationTimeoutSingleMethod = El descompilador aturar\u00e0 la descompilaci\u00f3 d'ActionScript despr\u00e9s d'at\u00e8nyer aquest temps en un m\u00e8tode - -config.name.lastRenameType = (Intern) Darrer tipus de renomenament -config.description.lastRenameType = Darrer tipus d'identificadors de renomenament utilitzat - -config.name.lastSaveDir = (Intern) Darrer directori de desat -config.description.lastSaveDir = Darrer directori de desat utilitzat - -config.name.lastOpenDir = (Intern) Darrer directory obert -config.description.lastOpenDir = Darrer directory obert utilitzat - -config.name.lastExportDir = (Intern) Darrer directori d'exportaci\u00f3 -config.description.lastExportDir = Darrer directori d'exportaci\u00f3 utilitzat - -config.name.locale = Idioma -config.description.locale = Identificador de locales - -config.name.registerNameFormat = Format de les variables de registre -config.description.registerNameFormat = Format dels noms de les variables de registre locals. Utilitza %d per al n\u00famero de registre. - -config.name.maxRecentFileCount = Recompte m\u00e0x. recent -config.description.maxRecentFileCount = Nombre m\u00e0xim de fitxers recents - -config.name.recentFiles = (Intern) Fitxers recents -config.description.recentFiles = Fitxers oberts recentment - -config.name.fontPairingMap = (Intern) Parells de tipografies a importar -config.description.fontPairingMap = Parells de tipografies per a importar car\u00e0cters nous - -config.name.lastUpdatesCheckDate = (Intern) Darrera data de comprovaci\u00f3 d'actualitzacions -config.description.lastUpdatesCheckDate = El darrer dia que es van comprovar les actualitzacions al servidor - -config.name.gui.window.width = (Intern) Amplada de la darrera finestra -config.description.gui.window.width = L'amplada de la darrera finestra desada - -config.name.gui.window.height = (Intern) Al\u00e7ada de la darrera finestra -config.description.gui.window.height = L'al\u00e7ada de la darrera finestra desada - -config.name.gui.window.maximized.horizontal = (Intern) Finestra maximitzada horitzontalment -config.description.gui.window.maximized.horizontal = Darrer estat de la finestra - maximitzada horitzontalment - -config.name.gui.window.maximized.vertical = (Intern) Finestra maximitzada verticalment -config.description.gui.window.maximized.vertical = Darrer estat de la finestra - maximitzada verticalment - -config.name.gui.avm2.splitPane.dividerLocationPercent = (Intern) Ubicaci\u00f3 del Splitter AS3 -config.description.gui.avm2.splitPane.dividerLocationPercent = - -config.name.gui.actionSplitPane.dividerLocationPercent = (Intern) Ubicaci\u00f3 del Splitter AS1/2 -config.description.gui.actionSplitPane.dividerLocationPercent = - -config.name.gui.previewSplitPane.dividerLocationPercent = (Intern) Previsualitza la ubicaci\u00f3 del splitter -config.description.gui.previewSplitPane.dividerLocationPercent = - -config.name.gui.splitPane1.dividerLocationPercent = (Intern) Ubicaci\u00f3 del Splitter 1 -config.description.gui.splitPane1.dividerLocationPercent = - -config.name.gui.splitPane2.dividerLocationPercent = (Intern) Ubicaci\u00f3 del Splitter 2 -config.description.gui.splitPane2.dividerLocationPercent = - -config.name.saveAsExeScaleMode = Desa com a mode d'escala EXE -config.description.saveAsExeScaleMode = Mode d'escala per a exporaci\u00f3 EXE - -config.name.syntaxHighlightLimit = M\u00e0x. car\u00e0cters de ressaltat de sintaxi -config.description.syntaxHighlightLimit = Nombre m\u00e0xim de car\u00e0cters sobre els quals cal aplicar el ressaltat de sintaxi - -config.name.guiFontPreviewSampleText = (Intern) Text d'exemple de la darrera previsualitzaci\u00f3 de tipografies -config.description.guiFontPreviewSampleText = \u00cdndex de la llista de textos d'exemple de la darrera previsualitzaci\u00f3 de tipografies - -config.name.gui.fontPreviewWindow.width = (Intern) Amplada de la finestra de la darrera previsualitzaci\u00f3 de tipografies -config.description.gui.fontPreviewWindow.width = - -config.name.gui.fontPreviewWindow.height = (Intern) Al\u00e7ada de la finestra de la darrera previsualitzaci\u00f3 de tipografies -config.description.gui.fontPreviewWindow.height = - -config.name.gui.fontPreviewWindow.posX = (Intern) X de la finestra de la darrera previsualitzaci\u00f3 de tipografies -config.description.gui.fontPreviewWindow.posX = - -config.name.gui.fontPreviewWindow.posY = (Intern) Y de la finestra de la darrera previsualitzaci\u00f3 de tipografies -config.description.gui.fontPreviewWindow.posY = - -config.name.formatting.indent.size = Car\u00e0cters de sagnat -config.description.formatting.indent.size = Nombre d'espais (o tabuladors) d'un sagnat - -config.name.formatting.indent.useTabs = Tabuladors per sagnar -config.description.formatting.indent.useTabs = Utilitza tabuladors per sagnar en lloc d'espais - -config.name.beginBlockOnNewLine = Clau en l\u00ednia nova -config.description.beginBlockOnNewLine = Comen\u00e7a el bloc amb una clau en una l\u00ednia nova - -config.name.check.updates.delay = Interval de comprovaci\u00f3 d'actualitzacions -config.description.check.updates.delay = Temps m\u00ednim entre comprovacions autom\u00e0tiques d'actualitzacions en iniciar l'aplicaci\u00f3 - -config.name.check.updates.stable = Comprova les versions estables -config.description.check.updates.stable = S'estan comprovant les actualitzacions de versions estables - -config.name.check.updates.nightly = Comprova les versions nocturnes -config.description.check.updates.nightly = S'estan comprovant les actualitzacions de versions nocturnes - -config.name.check.updates.enabled = Comprovaci\u00f3 d'actualitzacions activada -config.description.check.updates.enabled = Es comprova l'exist\u00e8ncia d'actualitzacions en iniciar l'aplicaci\u00f3 - -config.name.export.formats = (Intern) Formats d'exportaci\u00f3 -config.description.export.formats = Darrers formats d'exportaci\u00f3 utilitzats - -config.name.textExportSingleFile = Exporta els text en un sol fitxer -config.description.textExportSingleFile = S'estan exportant els texts en un sol fitxer en lloc de m\u00faltiples - -config.name.textExportSingleFileSeparator = Separador de text en l'exportaci\u00f3 de text d'un sol fitxer -config.description.textExportSingleFileSeparator = El text a inserir entre els texts de l'exportaci\u00f3 de text d'un sol fitxer - -config.name.textExportSingleFileRecordSeparator = Separador de registres en l'exportaci\u00f3 de text d'un sol fitxer -config.description.textExportSingleFileRecordSeparator = El text a inserir entre els registres de l'exportaci\u00f3 de text d'un sol fitxer - -config.name.warning.experimental.as12edit = Avisa d'una edici\u00f3 directa d'AS1/2 -config.description.warning.experimental.as12edit = Mostra un av\u00eds en utilitzar l'edici\u00f3 directa experimental d'AS1/2 - -config.name.warning.experimental.as3edit = Avisa d'una edici\u00f3 directa d'AS3 -config.description.warning.experimental.as3edit = Mostra un av\u00eds en utilitzar l'edici\u00f3 directa experimental d'AS3 - -config.name.packJavaScripts = Empaqueta els JavaScripts -config.description.packJavaScripts = Executa l'empaquetador de JavaScripts als scripts creats a l'Exportaci\u00f3 de Tela - -config.name.textExportExportFontFace = Utilitza 'font-face' en l'exportaci\u00f3 SVG -config.description.textExportExportFontFace = Incrusta els fitxers de tipografies en SVG utilitzant 'font-face' en lloc de 'shapes' - -config.name.lzmaFastBytes = Bytes r\u00e0pids LZMA (v\u00e0lors valids: 5-255) -config.description.lzmaFastBytes = Par\u00e0metre de bytes r\u00e0pids del codificador LZMA - -config.name.pluginPath = Cam\u00ed de l'Extensi\u00f3 -config.description.pluginPath = - - -config.name.showMethodBodyId = Mostra l'id del methodbody -config.description.showMethodBodyId = Mostra l'identificador del methodbody per a importaci\u00f3 de l\u00ednia d'ordres - -config.name.export.zoom = (Intern) Zoom d'exportaci\u00f3 -config.description.export.zoom = Darrer zoom d'exportaci\u00f3 utilitzat - -config.name.debuggerPort = Port de depuraci\u00f3 -config.description.debuggerPort = Port utilitzat per a la depuraci\u00f3 de s\u00f2col - -config.name.displayDebuggerInfo = (Intern) Mostra la info del depurador -config.description.displayDebuggerInfo = Mostra la informaci\u00f3 del depurador abans d'engegar-lo - -config.name.randomDebuggerPackage = Utilitza un nom de paquet aleatori per al Depurador -config.description.randomDebuggerPackage = Aix\u00f2 renomena el paquet del Depurador amb una cadena aleat\u00f2ria que fa que la pres\u00e8ncia del depurador sigui m\u00e9s dif\u00edcil de detectar per part d'ActionScript - -config.name.lastDebuggerReplaceFunction = (Intern) La darrera substituci\u00f3 de rastreig seleccionada -config.description.lastDebuggerReplaceFunction = El nom de funci\u00f3 que s'ha seleccionat per darrer cop en la funci\u00f3 de rastreig de substituci\u00f3 amb el depurador - -config.name.getLocalNamesFromDebugInfo = AS3: Obt\u00e9 els noms locals dels registres a partir de la informaci\u00f3 del depurador -config.description.getLocalNamesFromDebugInfo = Si la informaci\u00f3 de depuraci\u00f3 es troba present, renomena els registres locals de _loc_x_ a noms reals. Aix\u00f2 es pot desactivar perqu\u00e8 alguns ofuscadors utilitzen noms de registre inv\u00e0lids - -config.name.tagTreeShowEmptyFolders = Mostra carpetes buides -config.description.tagTreeShowEmptyFolders = Mostra les carpetes buides a l'arbre d'etiquetes. - -config.name.autoLoadEmbeddedSwfs = Auto Carrega SWFs integrats -config.description.autoLoadEmbeddedSwfs = Carrega autom\u00e0ticament els SWFs integrats a partir de les etiquetes DefineBinaryData. - -config.name.overrideTextExportFileName = Ignora nom de fitxer d'exportaci\u00f3 text -config.description.overrideTextExportFileName = Pots personalitzar el nom de fitxer del text exportat. Utilitza l'etiqueta {filename} per fer servir el nom de fitxer del SWF actual. - -config.name.showOldTextDuringTextEditing = Mostra el text anterior durant l'edici\u00f3 -config.description.showOldTextDuringTextEditing = Mostra el text original de l'etiqueta de text en color gris a l'\u00e0rea de previsualitzaci\u00f3. - -config.group.name.import = Importaci\u00f3 -config.group.description.import = Configuraci\u00f3 d'importacions - -config.name.textImportResizeTextBoundsMode = Mode d'amidament dels l\u00edmits de text -config.description.textImportResizeTextBoundsMode = Mode d'amidament dels l\u00edmits del text despr\u00e9s d'editar-lo - -config.name.showCloseConfirmation = Torna a mostrar la confirmaci\u00f3 de tancament del SWF -config.description.showCloseConfirmation = Torna a mostrar la confirmaci\u00f3 de tancament del SWF per als fitxers modificats. - -config.name.showCodeSavedMessage = Torna a mostrar el missatge de codi desat -config.description.showCodeSavedMessage = Torna a mostrar el missatge de codi desat - -config.name.showTraitSavedMessage = Torna a mostrar el missatge de tret desat -config.description.showTraitSavedMessage = Torna a mostrar el missatge de tret desat - -config.name.updateProxyAddress = Adre\u00e7a de la Proxy http per a la comprovaci\u00f3 d'actualitzacions -config.description.updateProxyAddress = Adre\u00e7a de la Proxy http per a la comprovaci\u00f3 d'actualitzacions. Format: example.com:8080 - -config.name.editorMode = Mode de l'Editor -config.description.editorMode = Fes editables les \u00e0rees de text autom\u00e0ticament quan se seleccioni un node Text o Script - -config.name.autoSaveTagModifications = Desa autom\u00e0ticament les modificacions d'etiquetes -config.description.autoSaveTagModifications = Desa els canvis quan seleccionis una nova etiqueta a l'arbre - -config.name.saveSessionOnExit = Desa la sessi\u00f3 en sortir -config.description.saveSessionOnExit = Desa la sessi\u00f3 actual i la reobre despr\u00e9s del reinici de FFDec (nom\u00e9s funciona amb fitxers reals) - -config.name._showDebugMenu = Mostra el men\u00fa de depuraci\u00f3 de FFDec -config.description._showDebugMenu = Mostra el men\u00fa de depuraci\u00f3 a la banda per depurar el descompilador. - -config.name.allowOnlyOneInstance = Permet nom\u00e9s una inst\u00e0ncia de FFDec (Nom\u00e9s en SO Windows) -config.description.allowOnlyOneInstance = Llavors, FFDec nom\u00e9s es pot executar un cop, tots els fitxers oberts s'afegiran a una finestra. Nom\u00e9s funciona amb el sistema operatiu Windows. - -config.name.scriptExportSingleFile = Exporta els scripts a un sol fitxer -config.description.scriptExportSingleFile = Exporta els scripts a un sol fitxer en lloc de m\u00faltiples fitxers - -config.name.setFFDecVersionInExportedFont = Posa el n\u00famero de versi\u00f3 de FFDec a la tipografia exportada -config.description.setFFDecVersionInExportedFont = Quan aquest par\u00e0metre est\u00e0 desactivat, FFDec no afegir\u00e0 el n\u00famero de versi\u00f3 actual de FFDec a la tipografia exportada. - -config.name.gui.skin = Pell d'Interf\u00edcie d'Usuari -config.description.gui.skin = Pell d'aparen\u00e7a - -config.name.lastSessionFiles = Fitxers de la darrera sessi\u00f3 -config.description.lastSessionFiles = Cont\u00e9 els fitxers oberts de la darrera sessi\u00f3 - -config.name.lastSessionSelection = Selecci\u00f3 de la darrera sessi\u00f3 -config.description.lastSessionSelection = Cont\u00e9 la selecci\u00f3 de la darrera sessi\u00f3 - -config.name.loopMedia = Cicla els sons i els sprites -config.description.loopMedia = Reinicia autom\u00e0ticament la reproducci\u00f3 dels sons i els sprites - -config.name.gui.timeLineSplitPane.dividerLocationPercent = (Intern) Ubicaci\u00f3 del Timeline Splitter -config.description.gui.timeLineSplitPane.dividerLocationPercent = - -config.name.cacheImages = Posa imatges a la mem\u00f2ria cau -config.description.cacheImages = Posa a la mem\u00f2ria cau els objectes d'imatge descodificats - -config.name.swfSpecificConfigs = Configuracions espec\u00edfiques de SWF -config.description.swfSpecificConfigs = Cont\u00e9 les configuracions espec\u00edfiques de SWF - -config.name.exeExportMode = Mode d'exportaci\u00f3 EXE -config.description.exeExportMode = Mode d'exportaci\u00f3 EXE - -config.name.ignoreCLikePackages = Ignora FlashCC / Alchemy o paquets similars -config.description.ignoreCLikePackages = Normalment, els paquets FlashCC/Alchemy no es poden descompilar correctament. Els pots desactivar per accelerar la descompilaci\u00f3 d'altres paquets. - -config.name.overwriteExistingFiles = Sobreescriu els fitxers existents -config.description.overwriteExistingFiles = Sobreescriu els fitxers existents durant l'exportaci\u00f3. Actualment, nom\u00e9s per a scripts for AS2/3 - -config.name.smartNumberFormatting = Utilitza formatat intel\u00b7ligent de n\u00fameros -config.description.smartNumberFormatting = Formateja els n\u00fameros especials (per exemple, colors i hores) - -config.name.enableScriptInitializerDisplay = (REMOVED) Mostra els iniciadors de scripts -config.description.enableScriptInitializerDisplay = Activa la mostra i edici\u00f3 dels iniciadors de scripts. Pot ser que aquest par\u00e0metre afegeixi un salt de l\u00ednia a cada classe per ressaltar-la. - -config.name.autoOpenLoadedSWFs = Obre els SWFs carregats durant l'execuci\u00f3 (Visor extern = nom\u00e9s WIN) -config.description.autoOpenLoadedSWFs = Obre autom\u00e0ticament tots els SWFs carregats del carregador de classes AS3 en executar SWF quan es reproduieix en el reproductor extern de FFDec. Aquesta caracter\u00edstica nom\u00e9s esta a Windows. - -config.name.lastSessionFileTitles = T\u00edtols de fitxers de la darrera sessi\u00f3 -config.description.lastSessionFileTitles = Cont\u00e9 els t\u00edtols de fitxers oberts la darrera sessi\u00f3 (per exemple, quan es carreguen des d'un URL, etc.) - -config.group.name.paths = Camins -config.group.description.paths = Ubicaci\u00f3 dels fitxers necessaris -config.group.tip.paths = Baixa el projector i Playerglobal de la p\u00e0gina web d'Adobe. El Flex SDK es pot baixar de web apache. -config.group.link.paths = https://web.archive.org/web/20220401020702/https://www.adobe.com/support/flashplayer/debug_downloads.html https://flex.apache.org/download-binaries.html - -config.name.playerLocation = 1) Cam\u00ed del projector de Flash Player -config.description.playerLocation = Ubicaci\u00f3 de l'executable independent del reproductor de flash. S'utilitza per a l'acci\u00f3 Executa. - -config.name.playerDebugLocation = 2) Cam\u00ed del depurador del projector de Flash Player -config.description.playerDebugLocation = Ubicaci\u00f3 de l'executable independent del depurador de flash. S'utilitza per a l'acci\u00f3 Depura. - -config.name.playerLibLocation = 3) Cam\u00ed de PlayerGlobal (.swc) -config.description.playerLibLocation = Ubicaci\u00f3 de la llibreria flash playerglobal.swc. S'utilitza principalment per a la compilaci\u00f3 dAS3. - -config.name.debugHalt = Atura l'execuci\u00f3 en comen\u00e7ar la depuraci\u00f3 -config.description.debugHalt = Pausa el SWF en comen\u00e7ar la depuraci\u00f3. - -config.name.gui.avm2.splitPane.vars.dividerLocationPercent = (Intern) Depura la ubicaci\u00f3 del splitter de men\u00fa -config.description.gui.avm2.splitPane.vars.dividerLocationPercent = - -tip = Consell: - -config.name.gui.action.splitPane.vars.dividerLocationPercent = Depura la ubicaci\u00f3 del splitter de men\u00fa AS1/2 -config.description.gui.action.splitPane.vars.dividerLocationPercent = - -config.name.setMovieDelay = Retard abans de canviar el SWF al reproductor extern en ms -config.description.setMovieDelay = No es recomana de canviar aquest valor per sota de 1000ms - -config.name.warning.svgImport = Avisa en importar SVG -config.description.warning.svgImport = - -config.name.shapeImport.useNonSmoothedFill = Utilitza emplenament no suavitzat quan se substitueix una forma per una imatge -config.description.shapeImport.useNonSmoothedFill = - -config.name.internalFlashViewer.execute.as12 = AS1/2 en el propi visualitzador de flash (Experimental) -config.description.internalFlashViewer.execute.as12 = Prova d'executar ActionScript 1/2 durant la reproducci\u00f3 de SWF utilitzant el visualitzador de flash de FFDec - -config.name.warning.hexViewNotUpToDate = Mostra l'av\u00eds de Vista Hexadecimal no actualitzada -config.description.warning.hexViewNotUpToDate = - -config.name.displayDupInstructions = Mostra les insruccions \u00a7\u00a7dup -config.description.displayDupInstructions = Mostra les instruccions \u00a7\u00a7dup en el codi. Sense elles, el codi es pot compilar f\u00f2cilment, pero algun codi duplicat amb efectes secundaris es podria executar dos cops. - -config.name.useRegExprLiteral = Descompila les Expressions Regulars com un literal /patr\u00f3/modi. -config.description.useRegExprLiteral = Utilitza la sintaxi /patr\u00f3/modi en descompilar les expressions regulars. Altrament, s'utilitza new RegExp("pat","mod") - -config.name.handleSkinPartsAutomatically = Manipula autom\u00e0ticament les metadades [SkinPart] -config.description.handleSkinPartsAutomatically = Descompilla i edita directament de forma autom\u00f2tica les metadades [SkinPart]. Si es desactiva, l'atribut _skinParts el seu m\u00e8tode 'getter' queda visible i editable manualment. - -config.name.simplifyExpressions = Simplifica les expressions -config.description.simplifyExpressions = Aval\u00faa i simplifica les expressions per fer el codi m\u00e9s legible - -config.name.resetLetterSpacingOnTextImport = Reinicia l'Espaiat de la Lletra en importar text -config.description.resetLetterSpacingOnTextImport = \u00datil per a tipografies cir\u00edl\u00b7liques, perqu\u00e8 s\u00f3n m\u00e9s amples - -config.name.flexSdkLocation = 4) Cam\u00ed del directori Flex SDK -config.description.flexSdkLocation = Ubicaci\u00f3 del Flex SDK d'Adobe. S'utilitza principalment per a la compilaci\u00f3 d'AS3. - -config.name.useFlexAs3Compiler = Utilitza el compilador d'AS3 Flex SDK AS3 -config.description.useFlexAs3Compiler = Utilitza el compilador d'AS3 de Flex SDK en l'edici\u00f3 directa d'ActionScript (Cal establir el directori de Flex SDK) - -config.name.showSetAdvanceValuesMessage = Mostra un altre cop la informaci\u00f3 sobre els valors dels par\u00f2metres avan\u00e7ats -config.description.showSetAdvanceValuesMessage = Mostra un altre cop la informaci\u00f3 sobre com establir els par\u00f2metres avan\u00e7ats - -config.name.gui.fontSizeMultiplier = Multiplicador de mida de tipografia -config.description.gui.fontSizeMultiplier = Multiplicador de mida de tipografia - +advancedSettings.dialog.title=Configuraci\u00f3 Avan\u00e7ada +advancedSettings.restartConfirmation=Has de reiniciar el programa per tal que algunes modificacions tinguin efecte. Vols reiniciar-lo ara? +advancedSettings.columns.name=Nom +advancedSettings.columns.value=Valor +advancedSettings.columns.description=Descripci\u00f3 +default=per defecte +config.group.name.export=Exporta +config.group.description.export=Configuraci\u00f3 d'exportacions +config.group.name.script=Scripts +config.group.description.script=Relacionats amb la descompilaci\u00f3 d'ActionScript +config.group.name.update=Actualitzacions +config.group.description.update=Comprovaci\u00f3 d'actualitzacions +config.group.name.format=Formatat +config.group.description.format=Formatat del codi ActionScript +config.group.name.limit=L\u00edmits +config.group.description.limit=L\u00edmits de descompilaci\u00f3 per a codi ofuscat, etc. +config.group.name.ui=Interf\u00edcie +config.group.description.ui=Configuraci\u00f3 de la interf\u00edcie d'usuari +config.group.name.debug=Depuraci\u00f3 +config.group.description.debug=Par\u00e0metres de Depuraci\u00f3 +config.group.name.display=Reproducci\u00f3 +config.group.description.display=Reproducci\u00f3 d'objectes Flash, etc. +config.group.name.decompilation=Descompilaci\u00f3 +config.group.description.decompilation=Funcions globals relacionades amb la descompilaci\u00f3 +config.group.name.other=Altres +config.group.description.other=Altres configuracions no categoritzades +config.name.openMultipleFiles=Obertura de m\u00faltiples fitxers +config.description.openMultipleFiles=Permet obrir m\u00faltiples fitxers a la vegada en una sola finestra +config.name.decompile=Mostra el codi font ActionScript +config.description.decompile=Pots desactivar la descompilaci\u00f3 d'AS, llavors nom\u00e9s es mostra el codi P +config.name.dumpView=Visualitza Abocament +config.description.dumpView=Visualitza l'abocament de dades en cru +config.name.useHexColorFormat=Format de colors hex +config.description.useHexColorFormat=Mostra els colors en format hexadecimal +config.name.parallelSpeedUp=Acceleraci\u00f3 Paral\u00b7lela +config.description.parallelSpeedUp=El paral\u00b7lelisme pot accelerar la descompilaci\u00f3 +config.name.parallelSpeedUpThreadCount=Nombre de fils +config.description.parallelSpeedUpThreadCount=Nombre de fils per a l'acceleraci\u00f3 paral\u00b7lela +config.name.autoDeobfuscate=Desofuscaci\u00f3 autom\u00e0tica +config.description.autoDeobfuscate=Executa la desofuscaci\u00f3 a cada fitxer abans de la descompilaci\u00f3 d'ActionScript +config.name.cacheOnDisk=Utilitza cau en el disc +config.description.cacheOnDisk=Desa al cau del disc dur les parts ja descompilades en lloc de la mem\u00f2ria +config.name.internalFlashViewer=Utilitza el visualitzador Flash propi +config.description.internalFlashViewer=Utilitza el Visualitzador Flash JPEXS en lloc del Reproductor Flash est\u00e0ndard per a reproduir parts de flash +config.name.gotoMainClassOnStartup=Ves a la classe principal en iniciar (AS3) +config.description.gotoMainClassOnStartup=Navega a la classe de document del fitxer AS3 en obrir el SWF +config.name.autoRenameIdentifiers=Renomenament autom\u00e0tic d'identificadors +config.description.autoRenameIdentifiers=Renomena autom\u00e0ticament els identificadors inv\u00e0lids en carregar el SWF +config.name.offeredAssociation=(Intern) Associaci\u00f3 amb els fitxers SWF reprodu\u00efts +config.description.offeredAssociation=El di\u00e0leg sobre associacions de fitxers ja s'ha mostrat +config.name.decimalAddress=Utilitza adreces decimals +config.description.decimalAddress=Utilitza adreces decimals en lloc d'hexadecimals +config.name.showAllAddresses=Mostra totes les adreces +config.description.showAllAddresses=Mostra totes les adreces d'instruccions ActionScript +config.name.useFrameCache=Utilitza cau de marcs +config.description.useFrameCache=Desa els marcs en cau abans de tornar a renderitzar +config.name.useRibbonInterface=Interf\u00edcie de cinta +config.description.useRibbonInterface=Desmarca-ho per utilitzar la interf\u00edcie cl\u00e0ssica sense men\u00fa de cinta +config.name.openFolderAfterFlaExport=Obre la carpeta despr\u00e9s d'exportar un FLA +config.description.openFolderAfterFlaExport=Mostra el directori de sortida despr\u00e9s d'exportar un fitxer FLA +config.name.useDetailedLogging=Registre Detallat +config.description.useDetailedLogging=Registra missatges d'error detallats i la informaci\u00f3 de depuraci\u00f3 +config.name.resolveConstants=Resol constants en codi P AS1/2 +config.description.resolveConstants=Desactiva-ho per mostrar 'constantxx' en lloc dels valors reals a la finestra de codi P +config.name.sublimiter=L\u00edmit de subs de codi +config.description.sublimiter=L\u00edmit de subs de codi per a codi ofuscat. +config.name.exportTimeout=Temps l\u00edmit total d'exportaci\u00f3 (segons) +config.description.exportTimeout=El descompilador aturar\u00e0 l'exportaci\u00f3 despr\u00e9s d'at\u00e8nyer aquest temps +config.name.decompilationTimeoutFile=Temps l\u00edmit de descompilaci\u00f3 d'un sol fitxer (segons) +config.description.decompilationTimeoutFile=El descompilador aturar\u00e0 la descompilaci\u00f3 d'ActionScript despr\u00e9s d'at\u00e8nyer aquest temps en un sol fitxer +config.name.paramNamesEnable=Activa els noms de par\u00e0metres a AS3 +config.description.paramNamesEnable=Utilitzar noms de par\u00e0metres en la descompilaci\u00f3 pot provocar problemes perqu\u00e8 els programes oficials com ara Flash CS 5.5 insereixen \u00edndexs de noms de par\u00e0metres incorrectament +config.name.displayFileName=Mostra el nom del SWF al t\u00edtol +config.description.displayFileName=Mostra el nom del fitxer/url SWF al t\u00edtol de la finestra (llavors en pots fer captures de pantalla) +config.name.dumpTags=Aboca les etiquetes a la consola +config.description.dumpTags=Aboca les etiquetes a la consola en llegir un fitxer SWF +config.name.decompilationTimeoutSingleMethod=AS3: temps l\u00edmit de descompilaci\u00f3 en un sol m\u00e8tode (segons) +config.description.decompilationTimeoutSingleMethod=El descompilador aturar\u00e0 la descompilaci\u00f3 d'ActionScript despr\u00e9s d'at\u00e8nyer aquest temps en un m\u00e8tode +config.name.lastRenameType=(Intern) Darrer tipus de renomenament +config.description.lastRenameType=Darrer tipus d'identificadors de renomenament utilitzat +config.name.lastSaveDir=(Intern) Darrer directori de desat +config.description.lastSaveDir=Darrer directori de desat utilitzat +config.name.lastOpenDir=(Intern) Darrer directory obert +config.description.lastOpenDir=Darrer directory obert utilitzat +config.name.lastExportDir=(Intern) Darrer directori d'exportaci\u00f3 +config.description.lastExportDir=Darrer directori d'exportaci\u00f3 utilitzat +config.name.locale=Idioma +config.description.locale=Identificador de locales +config.name.registerNameFormat=Format de les variables de registre +config.description.registerNameFormat=Format dels noms de les variables de registre locals. Utilitza %d per al n\u00famero de registre. +config.name.maxRecentFileCount=Recompte m\u00e0x. recent +config.description.maxRecentFileCount=Nombre m\u00e0xim de fitxers recents +config.name.recentFiles=(Intern) Fitxers recents +config.description.recentFiles=Fitxers oberts recentment +config.name.fontPairingMap=(Intern) Parells de tipografies a importar +config.description.fontPairingMap=Parells de tipografies per a importar car\u00e0cters nous +config.name.lastUpdatesCheckDate=(Intern) Darrera data de comprovaci\u00f3 d'actualitzacions +config.description.lastUpdatesCheckDate=El darrer dia que es van comprovar les actualitzacions al servidor +config.name.gui.window.width=(Intern) Amplada de la darrera finestra +config.description.gui.window.width=L'amplada de la darrera finestra desada +config.name.gui.window.height=(Intern) Al\u00e7ada de la darrera finestra +config.description.gui.window.height=L'al\u00e7ada de la darrera finestra desada +config.name.gui.window.maximized.horizontal=(Intern) Finestra maximitzada horitzontalment +config.description.gui.window.maximized.horizontal=Darrer estat de la finestra - maximitzada horitzontalment +config.name.gui.window.maximized.vertical=(Intern) Finestra maximitzada verticalment +config.description.gui.window.maximized.vertical=Darrer estat de la finestra - maximitzada verticalment +config.name.gui.avm2.splitPane.dividerLocationPercent=(Intern) Ubicaci\u00f3 del Splitter AS3 +config.description.gui.avm2.splitPane.dividerLocationPercent= +config.name.gui.actionSplitPane.dividerLocationPercent=(Intern) Ubicaci\u00f3 del Splitter AS1/2 +config.description.gui.actionSplitPane.dividerLocationPercent= +config.name.gui.previewSplitPane.dividerLocationPercent=(Intern) Previsualitza la ubicaci\u00f3 del splitter +config.description.gui.previewSplitPane.dividerLocationPercent= +config.name.gui.splitPane1.dividerLocationPercent=(Intern) Ubicaci\u00f3 del Splitter 1 +config.description.gui.splitPane1.dividerLocationPercent= +config.name.gui.splitPane2.dividerLocationPercent=(Intern) Ubicaci\u00f3 del Splitter 2 +config.description.gui.splitPane2.dividerLocationPercent= +config.name.saveAsExeScaleMode=Desa com a mode d'escala EXE +config.description.saveAsExeScaleMode=Mode d'escala per a exporaci\u00f3 EXE +config.name.syntaxHighlightLimit=M\u00e0x. car\u00e0cters de ressaltat de sintaxi +config.description.syntaxHighlightLimit=Nombre m\u00e0xim de car\u00e0cters sobre els quals cal aplicar el ressaltat de sintaxi +config.name.guiFontPreviewSampleText=(Intern) Text d'exemple de la darrera previsualitzaci\u00f3 de tipografies +config.description.guiFontPreviewSampleText=\u00cdndex de la llista de textos d'exemple de la darrera previsualitzaci\u00f3 de tipografies +config.name.gui.fontPreviewWindow.width=(Intern) Amplada de la finestra de la darrera previsualitzaci\u00f3 de tipografies +config.description.gui.fontPreviewWindow.width= +config.name.gui.fontPreviewWindow.height=(Intern) Al\u00e7ada de la finestra de la darrera previsualitzaci\u00f3 de tipografies +config.description.gui.fontPreviewWindow.height= +config.name.gui.fontPreviewWindow.posX=(Intern) X de la finestra de la darrera previsualitzaci\u00f3 de tipografies +config.description.gui.fontPreviewWindow.posX= +config.name.gui.fontPreviewWindow.posY=(Intern) Y de la finestra de la darrera previsualitzaci\u00f3 de tipografies +config.description.gui.fontPreviewWindow.posY= +config.name.formatting.indent.size=Car\u00e0cters de sagnat +config.description.formatting.indent.size=Nombre d'espais (o tabuladors) d'un sagnat +config.name.formatting.indent.useTabs=Tabuladors per sagnar +config.description.formatting.indent.useTabs=Utilitza tabuladors per sagnar en lloc d'espais +config.name.beginBlockOnNewLine=Clau en l\u00ednia nova +config.description.beginBlockOnNewLine=Comen\u00e7a el bloc amb una clau en una l\u00ednia nova +config.name.check.updates.delay=Interval de comprovaci\u00f3 d'actualitzacions +config.description.check.updates.delay=Temps m\u00ednim entre comprovacions autom\u00e0tiques d'actualitzacions en iniciar l'aplicaci\u00f3 +config.name.check.updates.stable=Comprova les versions estables +config.description.check.updates.stable=S'estan comprovant les actualitzacions de versions estables +config.name.check.updates.nightly=Comprova les versions nocturnes +config.description.check.updates.nightly=S'estan comprovant les actualitzacions de versions nocturnes +config.name.check.updates.enabled=Comprovaci\u00f3 d'actualitzacions activada +config.description.check.updates.enabled=Es comprova l'exist\u00e8ncia d'actualitzacions en iniciar l'aplicaci\u00f3 +config.name.export.formats=(Intern) Formats d'exportaci\u00f3 +config.description.export.formats=Darrers formats d'exportaci\u00f3 utilitzats +config.name.textExportSingleFile=Exporta els text en un sol fitxer +config.description.textExportSingleFile=S'estan exportant els texts en un sol fitxer en lloc de m\u00faltiples +config.name.textExportSingleFileSeparator=Separador de text en l'exportaci\u00f3 de text d'un sol fitxer +config.description.textExportSingleFileSeparator=El text a inserir entre els texts de l'exportaci\u00f3 de text d'un sol fitxer +config.name.textExportSingleFileRecordSeparator=Separador de registres en l'exportaci\u00f3 de text d'un sol fitxer +config.description.textExportSingleFileRecordSeparator=El text a inserir entre els registres de l'exportaci\u00f3 de text d'un sol fitxer +config.name.warning.experimental.as12edit=Avisa d'una edici\u00f3 directa d'AS1/2 +config.description.warning.experimental.as12edit=Mostra un av\u00eds en utilitzar l'edici\u00f3 directa experimental d'AS1/2 +config.name.warning.experimental.as3edit=Avisa d'una edici\u00f3 directa d'AS3 +config.description.warning.experimental.as3edit=Mostra un av\u00eds en utilitzar l'edici\u00f3 directa experimental d'AS3 +config.name.packJavaScripts=Empaqueta els JavaScripts +config.description.packJavaScripts=Executa l'empaquetador de JavaScripts als scripts creats a l'Exportaci\u00f3 de Tela +config.name.textExportExportFontFace=Utilitza 'font-face' en l'exportaci\u00f3 SVG +config.description.textExportExportFontFace=Incrusta els fitxers de tipografies en SVG utilitzant 'font-face' en lloc de 'shapes' +config.name.lzmaFastBytes=Bytes r\u00e0pids LZMA (v\u00e0lors valids: 5-255) +config.description.lzmaFastBytes=Par\u00e0metre de bytes r\u00e0pids del codificador LZMA +config.name.pluginPath=Cam\u00ed de l'Extensi\u00f3 +config.description.pluginPath=- +config.name.showMethodBodyId=Mostra l'id del methodbody +config.description.showMethodBodyId=Mostra l'identificador del methodbody per a importaci\u00f3 de l\u00ednia d'ordres +config.name.export.zoom=(Intern) Zoom d'exportaci\u00f3 +config.description.export.zoom=Darrer zoom d'exportaci\u00f3 utilitzat +config.name.debuggerPort=Port de depuraci\u00f3 +config.description.debuggerPort=Port utilitzat per a la depuraci\u00f3 de s\u00f2col +config.name.displayDebuggerInfo=(Intern) Mostra la info del depurador +config.description.displayDebuggerInfo=Mostra la informaci\u00f3 del depurador abans d'engegar-lo +config.name.randomDebuggerPackage=Utilitza un nom de paquet aleatori per al Depurador +config.description.randomDebuggerPackage=Aix\u00f2 renomena el paquet del Depurador amb una cadena aleat\u00f2ria que fa que la pres\u00e8ncia del depurador sigui m\u00e9s dif\u00edcil de detectar per part d'ActionScript +config.name.lastDebuggerReplaceFunction=(Intern) La darrera substituci\u00f3 de rastreig seleccionada +config.description.lastDebuggerReplaceFunction=El nom de funci\u00f3 que s'ha seleccionat per darrer cop en la funci\u00f3 de rastreig de substituci\u00f3 amb el depurador +config.name.getLocalNamesFromDebugInfo=AS3: Obt\u00e9 els noms locals dels registres a partir de la informaci\u00f3 del depurador +config.description.getLocalNamesFromDebugInfo=Si la informaci\u00f3 de depuraci\u00f3 es troba present, renomena els registres locals de _loc_x_ a noms reals. Aix\u00f2 es pot desactivar perqu\u00e8 alguns ofuscadors utilitzen noms de registre inv\u00e0lids +config.name.tagTreeShowEmptyFolders=Mostra carpetes buides +config.description.tagTreeShowEmptyFolders=Mostra les carpetes buides a l'arbre d'etiquetes. +config.name.autoLoadEmbeddedSwfs=Auto Carrega SWFs integrats +config.description.autoLoadEmbeddedSwfs=Carrega autom\u00e0ticament els SWFs integrats a partir de les etiquetes DefineBinaryData. +config.name.overrideTextExportFileName=Ignora nom de fitxer d'exportaci\u00f3 text +config.description.overrideTextExportFileName=Pots personalitzar el nom de fitxer del text exportat. Utilitza l'etiqueta {filename} per fer servir el nom de fitxer del SWF actual. +config.name.showOldTextDuringTextEditing=Mostra el text anterior durant l'edici\u00f3 +config.description.showOldTextDuringTextEditing=Mostra el text original de l'etiqueta de text en color gris a l'\u00e0rea de previsualitzaci\u00f3. +config.group.name.import=Importaci\u00f3 +config.group.description.import=Configuraci\u00f3 d'importacions +config.name.textImportResizeTextBoundsMode=Mode d'amidament dels l\u00edmits de text +config.description.textImportResizeTextBoundsMode=Mode d'amidament dels l\u00edmits del text despr\u00e9s d'editar-lo +config.name.showCloseConfirmation=Torna a mostrar la confirmaci\u00f3 de tancament del SWF +config.description.showCloseConfirmation=Torna a mostrar la confirmaci\u00f3 de tancament del SWF per als fitxers modificats. +config.name.showCodeSavedMessage=Torna a mostrar el missatge de codi desat +config.description.showCodeSavedMessage=Torna a mostrar el missatge de codi desat +config.name.showTraitSavedMessage=Torna a mostrar el missatge de tret desat +config.description.showTraitSavedMessage=Torna a mostrar el missatge de tret desat +config.name.updateProxyAddress=Adre\u00e7a de la Proxy http per a la comprovaci\u00f3 d'actualitzacions +config.description.updateProxyAddress=Adre\u00e7a de la Proxy http per a la comprovaci\u00f3 d'actualitzacions. Format: example.com:8080 +config.name.editorMode=Mode de l'Editor +config.description.editorMode=Fes editables les \u00e0rees de text autom\u00e0ticament quan se seleccioni un node Text o Script +config.name.autoSaveTagModifications=Desa autom\u00e0ticament les modificacions d'etiquetes +config.description.autoSaveTagModifications=Desa els canvis quan seleccionis una nova etiqueta a l'arbre +config.name.saveSessionOnExit=Desa la sessi\u00f3 en sortir +config.description.saveSessionOnExit=Desa la sessi\u00f3 actual i la reobre despr\u00e9s del reinici de FFDec (nom\u00e9s funciona amb fitxers reals) +config.name._showDebugMenu=Mostra el men\u00fa de depuraci\u00f3 de FFDec +config.description._showDebugMenu=Mostra el men\u00fa de depuraci\u00f3 a la banda per depurar el descompilador. +config.name.allowOnlyOneInstance=Permet nom\u00e9s una inst\u00e0ncia de FFDec (Nom\u00e9s en SO Windows) +config.description.allowOnlyOneInstance=Llavors, FFDec nom\u00e9s es pot executar un cop, tots els fitxers oberts s'afegiran a una finestra. Nom\u00e9s funciona amb el sistema operatiu Windows. +config.name.scriptExportSingleFile=Exporta els scripts a un sol fitxer +config.description.scriptExportSingleFile=Exporta els scripts a un sol fitxer en lloc de m\u00faltiples fitxers +config.name.setFFDecVersionInExportedFont=Posa el n\u00famero de versi\u00f3 de FFDec a la tipografia exportada +config.description.setFFDecVersionInExportedFont=Quan aquest par\u00e0metre est\u00e0 desactivat, FFDec no afegir\u00e0 el n\u00famero de versi\u00f3 actual de FFDec a la tipografia exportada. +config.name.gui.skin=Pell d'Interf\u00edcie d'Usuari +config.description.gui.skin=Pell d'aparen\u00e7a +config.name.lastSessionFiles=Fitxers de la darrera sessi\u00f3 +config.description.lastSessionFiles=Cont\u00e9 els fitxers oberts de la darrera sessi\u00f3 +config.name.lastSessionSelection=Selecci\u00f3 de la darrera sessi\u00f3 +config.description.lastSessionSelection=Cont\u00e9 la selecci\u00f3 de la darrera sessi\u00f3 +config.name.loopMedia=Cicla els sons i els sprites +config.description.loopMedia=Reinicia autom\u00e0ticament la reproducci\u00f3 dels sons i els sprites +config.name.gui.timeLineSplitPane.dividerLocationPercent=(Intern) Ubicaci\u00f3 del Timeline Splitter +config.description.gui.timeLineSplitPane.dividerLocationPercent= +config.name.cacheImages=Posa imatges a la mem\u00f2ria cau +config.description.cacheImages=Posa a la mem\u00f2ria cau els objectes d'imatge descodificats +config.name.swfSpecificConfigs=Configuracions espec\u00edfiques de SWF +config.description.swfSpecificConfigs=Cont\u00e9 les configuracions espec\u00edfiques de SWF +config.name.exeExportMode=Mode d'exportaci\u00f3 EXE +config.description.exeExportMode=Mode d'exportaci\u00f3 EXE +config.name.ignoreCLikePackages=Ignora FlashCC / Alchemy o paquets similars +config.description.ignoreCLikePackages=Normalment, els paquets FlashCC/Alchemy no es poden descompilar correctament. Els pots desactivar per accelerar la descompilaci\u00f3 d'altres paquets. +config.name.overwriteExistingFiles=Sobreescriu els fitxers existents +config.description.overwriteExistingFiles=Sobreescriu els fitxers existents durant l'exportaci\u00f3. Actualment, nom\u00e9s per a scripts for AS2/3 +config.name.smartNumberFormatting=Utilitza formatat intel\u00b7ligent de n\u00fameros +config.description.smartNumberFormatting=Formateja els n\u00fameros especials (per exemple, colors i hores) +config.name.enableScriptInitializerDisplay=(REMOVED) Mostra els iniciadors de scripts +config.description.enableScriptInitializerDisplay=Activa la mostra i edici\u00f3 dels iniciadors de scripts. Pot ser que aquest par\u00e0metre afegeixi un salt de l\u00ednia a cada classe per ressaltar-la. +config.name.autoOpenLoadedSWFs=Obre els SWFs carregats durant l'execuci\u00f3 (Visor extern = nom\u00e9s WIN) +config.description.autoOpenLoadedSWFs=Obre autom\u00e0ticament tots els SWFs carregats del carregador de classes AS3 en executar SWF quan es reproduieix en el reproductor extern de FFDec. Aquesta caracter\u00edstica nom\u00e9s esta a Windows. +config.name.lastSessionFileTitles=T\u00edtols de fitxers de la darrera sessi\u00f3 +config.description.lastSessionFileTitles=Cont\u00e9 els t\u00edtols de fitxers oberts la darrera sessi\u00f3 (per exemple, quan es carreguen des d'un URL, etc.) +config.group.name.paths=Camins +config.group.description.paths=Ubicaci\u00f3 dels fitxers necessaris +config.group.tip.paths=Baixa el projector i Playerglobal de la p\u00e0gina web d'Adobe. El Flex SDK es pot baixar de web apache. +config.group.link.paths=https://web.archive.org/web/20220401020702/https://www.adobe.com/support/flashplayer/debug_downloads.html https://flex.apache.org/download-binaries.html +config.name.playerLocation=1) Cam\u00ed del projector de Flash Player +config.description.playerLocation=Ubicaci\u00f3 de l'executable independent del reproductor de flash. S'utilitza per a l'acci\u00f3 Executa. +config.name.playerDebugLocation=2) Cam\u00ed del depurador del projector de Flash Player +config.description.playerDebugLocation=Ubicaci\u00f3 de l'executable independent del depurador de flash. S'utilitza per a l'acci\u00f3 Depura. +config.name.playerLibLocation=3) Cam\u00ed de PlayerGlobal (.swc) +config.description.playerLibLocation=Ubicaci\u00f3 de la llibreria flash playerglobal.swc. S'utilitza principalment per a la compilaci\u00f3 dAS3. +config.name.debugHalt=Atura l'execuci\u00f3 en comen\u00e7ar la depuraci\u00f3 +config.description.debugHalt=Pausa el SWF en comen\u00e7ar la depuraci\u00f3. +config.name.gui.avm2.splitPane.vars.dividerLocationPercent=(Intern) Depura la ubicaci\u00f3 del splitter de men\u00fa +config.description.gui.avm2.splitPane.vars.dividerLocationPercent= +tip=Consell: +config.name.gui.action.splitPane.vars.dividerLocationPercent=Depura la ubicaci\u00f3 del splitter de men\u00fa AS1/2 +config.description.gui.action.splitPane.vars.dividerLocationPercent= +config.name.setMovieDelay=Retard abans de canviar el SWF al reproductor extern en ms +config.description.setMovieDelay=No es recomana de canviar aquest valor per sota de 1000ms +config.name.warning.svgImport=Avisa en importar SVG +config.description.warning.svgImport= +config.name.shapeImport.useNonSmoothedFill=Utilitza emplenament no suavitzat quan se substitueix una forma per una imatge +config.description.shapeImport.useNonSmoothedFill= +config.name.internalFlashViewer.execute.as12=AS1/2 en el propi visualitzador de flash (Experimental) +config.description.internalFlashViewer.execute.as12=Prova d'executar ActionScript 1/2 durant la reproducci\u00f3 de SWF utilitzant el visualitzador de flash de FFDec +config.name.warning.hexViewNotUpToDate=Mostra l'av\u00eds de Vista Hexadecimal no actualitzada +config.description.warning.hexViewNotUpToDate= +config.name.displayDupInstructions=Mostra les insruccions \u00a7\u00a7dup +config.description.displayDupInstructions=Mostra les instruccions \u00a7\u00a7dup en el codi. Sense elles, el codi es pot compilar f\u00f2cilment, pero algun codi duplicat amb efectes secundaris es podria executar dos cops. +config.name.useRegExprLiteral=Descompila les Expressions Regulars com un literal /patr\u00f3/modi. +config.description.useRegExprLiteral=Utilitza la sintaxi /patr\u00f3/modi en descompilar les expressions regulars. Altrament, s'utilitza new RegExp("pat","mod") +config.name.handleSkinPartsAutomatically=Manipula autom\u00e0ticament les metadades [SkinPart] +config.description.handleSkinPartsAutomatically=Descompilla i edita directament de forma autom\u00f2tica les metadades [SkinPart]. Si es desactiva, l'atribut _skinParts el seu m\u00e8tode 'getter' queda visible i editable manualment. +config.name.simplifyExpressions=Simplifica les expressions +config.description.simplifyExpressions=Aval\u00faa i simplifica les expressions per fer el codi m\u00e9s legible +config.name.resetLetterSpacingOnTextImport=Reinicia l'Espaiat de la Lletra en importar text +config.description.resetLetterSpacingOnTextImport=\u00datil per a tipografies cir\u00edl\u00b7liques, perqu\u00e8 s\u00f3n m\u00e9s amples +config.name.flexSdkLocation=4) Cam\u00ed del directori Flex SDK +config.description.flexSdkLocation=Ubicaci\u00f3 del Flex SDK d'Adobe. S'utilitza principalment per a la compilaci\u00f3 d'AS3. +config.name.useFlexAs3Compiler=Utilitza el compilador d'AS3 Flex SDK AS3 +config.description.useFlexAs3Compiler=Utilitza el compilador d'AS3 de Flex SDK en l'edici\u00f3 directa d'ActionScript (Cal establir el directori de Flex SDK) +config.name.showSetAdvanceValuesMessage=Mostra un altre cop la informaci\u00f3 sobre els valors dels par\u00f2metres avan\u00e7ats +config.description.showSetAdvanceValuesMessage=Mostra un altre cop la informaci\u00f3 sobre com establir els par\u00f2metres avan\u00e7ats +config.name.gui.fontSizeMultiplier=Multiplicador de mida de tipografia +config.description.gui.fontSizeMultiplier=Multiplicador de mida de tipografia #Do not translate the Font Styles (Plain... etc.) -config.name.gui.sourceFont = Estil de tipografia origen -config.description.gui.sourceFont = NomTipo-EstilTipo(Plain,Bold,Italic,BoldItalic)-MidaTipo +config.name.gui.sourceFont=Estil de tipografia origen +config.description.gui.sourceFont=NomTipo-EstilTipo(Plain,Bold,Italic,BoldItalic)-MidaTipo 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 2c8b91b4f..548e36016 100644 --- a/src/com/jpexs/decompiler/flash/gui/locales/AdvancedSettingsDialog_cs.properties +++ b/src/com/jpexs/decompiler/flash/gui/locales/AdvancedSettingsDialog_cs.properties @@ -12,756 +12,517 @@ # # You should have received a copy of the GNU General Public License # along with this program. If not, see . - -advancedSettings.dialog.title = Pokro\u010dil\u00e1 nastaven\u00ed -advancedSettings.restartConfirmation = N\u011bkter\u00e9 zm\u011bny vy\u017eaduj\u00ed restart programu, ne\u017e se projev\u00ed. Chcete program restartovat nyn\u00ed? -advancedSettings.columns.name = N\u00e1zev -advancedSettings.columns.value = Hodnota -advancedSettings.columns.description = Popis -default = v\u00fdchoz\u00ed - -config.group.name.export = Export -config.group.description.export = Nastaven\u00ed export\u016f - -config.group.name.script = Skripty -config.group.description.script = Nastaven\u00ed dekompilace ActionScriptu - -config.group.name.update = Aktualizace -config.group.description.update = Nastaven\u00ed kontroly aktualizac\u00ed - -config.group.name.format = Form\u00e1tov\u00e1n\u00ed -config.group.description.format = Form\u00e1tov\u00e1n\u00ed ActionScript k\u00f3du - -config.group.name.limit = Limity -config.group.description.limit = Limity dekompilace pro obfuskovan\u00fd k\u00f3d apod. - -config.group.name.ui = Rozhran\u00ed -config.group.description.ui = Konfigurace u\u017eiavetelsk\u00e9ho rozhran\u00ed - -config.group.name.debug = Lad\u011bn\u00ed -config.group.description.debug = Nastaven\u00ed pro lad\u011bn\u00ed - -config.group.name.display = Zobrazen\u00ed -config.group.description.display = Zobrazen\u00ed flash objekt\u016f apod. - -config.group.name.decompilation = Dekompilace -config.group.description.decompilation = Glob\u00e1ln\u00ed nastaven\u00ed ohledn\u011b dekompilace - -config.group.name.other = Ostatn\u00ed -config.group.description.other = Ostatn\u00ed nastaven\u00ed bez kategorie - -config.name.openMultipleFiles = Otev\u00edrat v\u00edce soubor\u016f najednou -config.description.openMultipleFiles = Povol\u00ed otev\u0159\u00edt v\u00edce jak 1 soubor sou\u010dasn\u011b v jednom okn\u011b - -config.name.decompile = Zobrazit zdrojov\u00fd soubor ActionScriptu -config.description.decompile = Toto lze zak\u00e1zat pro zobrazen\u00ed pouh\u00e9ho P-k\u00f3du - -config.name.dumpView = Dump zobrazen\u00ed -config.description.dumpView = Zobrazit dump raw dat - -config.name.useHexColorFormat = Hexadecim\u00e1ln\u00ed form\u00e1t barvy -config.description.useHexColorFormat = Zobrazit barvy v hexadecim\u00e1ln\u00edm form\u00e1tu - -config.name.parallelSpeedUp = Paraleln\u00ed zrychlen\u00ed -config.description.parallelSpeedUp = Paralelismus m\u016f\u017ee urychlit dekompilaci - -config.name.parallelSpeedUpThreadCount = Po\u010det vl\u00e1ken -config.description.parallelSpeedUpThreadCount = Po\u010det vl\u00e1ken pro paraleln\u00ed zrychlen\u00ed - -config.name.autoDeobfuscate = Automatick\u00e1 deobfuskace -config.description.autoDeobfuscate = Spustit deobfuskaci pro ka\u017ed\u00fd soubor p\u0159ed dekompilac\u00ed ActionScriptu - -config.name.cacheOnDisk = Pou\u017e\u00edt cachov\u00e1n\u00ed na disku -config.description.cacheOnDisk = Cachovat ji\u017e dekompilovan\u00e9 \u010d\u00e1sti na disku m\u00edsto v pam\u011bti - -config.name.internalFlashViewer = Pou\u017e\u00edvat vlastn\u00ed prohl\u00ed\u017ee\u010d Flashe -config.description.internalFlashViewer = Pou\u017e\u00edvat prohl\u00ed\u017ee\u010d flashe JPEXS m\u00edsto standardn\u00edho Flash Playeru pro zobrazen\u00ed \u010d\u00e1st\u00ed flashe - -config.name.gotoMainClassOnStartup = P\u0159ej\u00edt na hlavn\u00ed t\u0159\u00eddu po startu (AS3) -config.description.gotoMainClassOnStartup = P\u0159ejde na hlavn\u00ed t\u0159\u00eddu dokumentu psan\u00e9ho v AS3 p\u0159i otev\u0159en\u00ed SWF - -config.name.autoRenameIdentifiers = Automaticky p\u0159ejmenovat identifik\u00e1tory -config.description.autoRenameIdentifiers = Automaticky p\u0159ejmenovat neplatn\u00e9 identifik\u00e1tory p\u0159i na\u010dten\u00ed SWF - -config.name.offeredAssociation = (Intern\u00ed) Asociace se SWF soubory zobrazena -config.description.offeredAssociation = Dialog o asociaci se SWF soubory byl ji\u017e zobrazen - -config.name.decimalAddress = Pou\u017e\u00edvat dekadick\u00e9 adresy -config.description.decimalAddress = Pou\u017e\u00edvat dekadick\u00e9 adresy m\u00edsto hexadecim\u00e1ln\u00edch - -config.name.showAllAddresses = Zobrazit v\u0161echny adresy -config.description.showAllAddresses = Zobraz\u00ed adresy v\u0161ech instrukc\u00ed ActionScriptu - -config.name.useFrameCache = Pou\u017e\u00edvat sn\u00edmkovou cache -config.description.useFrameCache = Cachovat sn\u00edmky p\u0159ed renderov\u00e1n\u00edm znovu - -config.name.useRibbonInterface = Ribbon rozhran\u00ed -config.description.useRibbonInterface = Od\u0161krtn\u011bte pro pou\u017eit\u00ed klasick\u00e9ho rozhran\u00ed bez ribbon nab\u00eddky - -config.name.openFolderAfterFlaExport = Otev\u0159\u00edt slo\u017eku po exportu do FLA -config.description.openFolderAfterFlaExport = Zobraz\u00ed v\u00fdstupn\u00ed adres\u00e1\u0159 po exportu do FLA souboru - -config.name.useDetailedLogging = Detailn\u00ed logov\u00e1n\u00ed -config.description.useDetailedLogging = Logovat detailn\u00ed chybov\u00e9 zpr\u00e1vy a informace pro \u00fa\u010dely lad\u011bn\u00ed -config.name._debugMode = FFDec v lad\u00edc\u00edm m\u00f3du -config.description._debugMode = M\u00f3d pro lad\u011bn\u00ed FFDecu. Zap\u00edn\u00e1 lad\u00edc\u00ed menu. Toto nem\u00e1 nic spole\u010dn\u00e9ho s funkcionalitou debuggeru. - -config.name.resolveConstants = Dek\u00f3dovat konstanty v AS1/2 p-code -config.description.resolveConstants = Po deaktivaci zobraz\u00ed 'constantxx' m\u00edsto prav\u00fdch hodnot v okn\u011b P-k\u00f3du - -config.name.sublimiter = Omezen\u00ed po\u010dtu vno\u0159en\u00fdch vol\u00e1n\u00ed -config.description.sublimiter = Omezen\u00ed po\u010dtu vno\u0159en\u00fdch vol\u00e1n\u00ed pro obfuskovan\u00fd k\u00f3d - -config.name.exportTimeout = Celkov\u00fd \u010dasov\u00fd limit pro export (vte\u0159iny) -config.description.exportTimeout = Dekompil\u00e1tor ukon\u010d\u00ed export po dosa\u017een\u00ed tohoto limitu - -config.name.decompilationTimeoutFile = \u010casov\u00fd limit pro dekompilaci 1 souboru (vte\u0159iny) -config.description.decompilationTimeoutFile = Dekompil\u00e1tor ukon\u010d\u00ed dekompilaci ActionScriptu apo dosa\u017een\u00ed tohoto limitu v jednom souboru - -config.name.paramNamesEnable = Povolit n\u00e1zvy parametr\u016f v AS3 -config.description.paramNamesEnable = Pou\u017e\u00edv\u00e1n\u00ed n\u00e1zv\u016f parametr\u016f m\u016f\u017ee zp\u016fsobit probl\u00e9my proto\u017ee ofici\u00e1ln\u00ed programy jako Flash CS 5.5 vkl\u00e1daj\u00ed \u0161patn\u00e9 indexy n\u00e1zv\u016f parametr\u016f - -config.name.displayFileName = Zobrazit n\u00e1zev SWF souboru v titulku -config.description.displayFileName = Zobraz\u00ed n\u00e1zev SWF souboru/url v titulku okna (Lze pak d\u011blat screenshoty) -config.name._debugCopy = FFDec lad\u00edc\u00ed rekompilace -config.description._debugCopy = Zkus\u00ed zkompilovat SWF soubor znovu hned po otev\u0159en\u00ed aby se ujistitl, \u017ee vyprodukuje stejn\u00fd bin\u00e1rn\u00ed k\u00f3d. Pou\u017e\u00edvat jen pro LAD\u011aN\u00cd FFDecu! - -config.name.dumpTags = Vypisovat tagy do konzole -config.description.dumpTags = Vypisovat tagy do konzole p\u0159i \u010dten\u00ed SWF souboru - -config.name.decompilationTimeoutSingleMethod = AS3: \u010casov\u00fd limit na dekompilaci jedn\u00e9 metody (vte\u0159iny) -config.description.decompilationTimeoutSingleMethod = Dekompil\u00e1tor zastav\u00ed dekompilaci ActionScriptu po dosa\u017een\u00ed tohoto \u010dasu v jedn\u00e9 metod\u011b - -config.name.lastRenameType = (Intern\u00ed) Posledn\u00ed typ p\u0159ejmenov\u00e1n\u00ed -config.description.lastRenameType = Naposledy pou\u017eit\u00fd typ p\u0159ejmenov\u00e1n\u00ed identifik\u00e1tor\u016f - -config.name.lastSaveDir = (Intern\u00ed) Posledn\u00ed ukl\u00e1dac\u00ed adres\u00e1\u0159 -config.description.lastSaveDir = Naposledy pou\u017eit\u00fd ukl\u00e1dac\u00ed adres\u00e1\u0159 - -config.name.lastOpenDir = (Intern\u00ed) Posledn\u00ed otev\u00edrac\u00ed adres\u00e1\u0159 -config.description.lastOpenDir = Naposledy pou\u017eit\u00fd otev\u00edrac\u00ed adres\u00e1\u0159 - -config.name.lastExportDir = (Intern\u00ed) Posledn\u00ed adres\u00e1\u0159 exportu -config.description.lastExportDir = Naposledy pou\u017eit\u00fd adres\u00e1\u0159 exportu - -config.name.locale = Jazyk -config.description.locale = Identifik\u00e1tor n\u00e1rodn\u00edho prost\u0159ed\u00ed - -config.name.registerNameFormat = Form\u00e1t prom\u011bnn\u00fdch registr\u016f -config.description.registerNameFormat = Form\u00e1t lok\u00e1ln\u00edch n\u00e1zv\u016f prom\u011bnn\u00fdch registr\u016f. Pou\u017eijte %d pro \u010d\u00edslo registru. - -config.name.maxRecentFileCount = Maxim\u00e1ln\u00ed po\u010det ned\u00e1vno otev\u0159en\u00fdch -config.description.maxRecentFileCount = Maxim\u00e1ln\u00ed po\u010det naposledy otev\u0159en\u00fdch soubor\u016f - -config.name.recentFiles = (Intern\u00ed) Posledn\u00ed soubory -config.description.recentFiles = Naposledy otev\u0159en\u00e9 soubory - -config.name.fontPairingMap = (Intern\u00ed) P\u00e1ry p\u00edsem pro import -config.description.fontPairingMap = P\u00e1ry p\u00edsem pro importov\u00e1n\u00ed nov\u00fdch znak\u016f - -config.name.lastUpdatesCheckDate = (Intern\u00ed) Datum posledn\u00ed kontroly aktualizac\u00ed -config.description.lastUpdatesCheckDate = Datum kdy byly naposledy zkontrolov\u00e1ny aktualizace na serveru - -config.name.gui.window.width = (Intern\u00ed) Posledn\u00ed \u0161\u00ed\u0159ka okna -config.description.gui.window.width = Naposledy ulo\u017een\u00e1 \u0161\u00ed\u0159ka okna - -config.name.gui.window.height = (Intern\u00ed) Posledn\u00ed v\u00fd\u0161ka okna -config.description.gui.window.height = Naposledy ulo\u017een\u00e1 v\u00fd\u0161ka okna - -config.name.gui.window.maximized.horizontal = (Intern\u00ed) Maximalizace okna horizont\u00e1ln\u011b -config.description.gui.window.maximized.horizontal = Posledn\u00ed stav okna - maximalizov\u00e1n\u00ed horizont\u00e1ln\u011b - -config.name.gui.window.maximized.vertical = (Intern\u00ed) Maximalizace okna vertik\u00e1ln\u011b -config.description.gui.window.maximized.vertical = Posledn\u00ed stav okna - maximalizov\u00e1n\u00ed vertik\u00e1ln\u011b - -config.name.gui.avm2.splitPane.dividerLocationPercent = (Intern\u00ed) AS3 pozice rozd\u011blova\u010de -config.description.gui.avm2.splitPane.dividerLocationPercent = - -config.name.gui.actionSplitPane.dividerLocationPercent = (Intern\u00ed) AS1/2 pozice rozd\u011blova\u010de -config.description.gui.actionSplitPane.dividerLocationPercent = - -config.name.gui.previewSplitPane.dividerLocationPercent = (Intern\u00ed) Pozice rozd\u011blova\u010de n\u00e1hledu -config.description.gui.previewSplitPane.dividerLocationPercent = - -config.name.gui.splitPane1.dividerLocationPercent = (Intern\u00ed) Pozice rozd\u011blova\u010de 1 -config.description.gui.splitPane1.dividerLocationPercent = - -config.name.gui.splitPane2.dividerLocationPercent = (Intern\u00ed) Pozice rozd\u011blova\u010de 2 -config.description.gui.splitPane2.dividerLocationPercent = - -config.name.saveAsExeScaleMode = Zv\u011bt\u0161ovac\u00ed m\u00f3d ulo\u017een\u00ed jako EXE -config.description.saveAsExeScaleMode = M\u00f3d zv\u011bt\u0161ov\u00e1n\u00ed pro EXE export - -config.name.syntaxHighlightLimit = Maxim\u00e1ln\u00ed po\u010det znak\u016f pro zv\u00fdrazn\u011bn\u00ed syntaxe -config.description.syntaxHighlightLimit = Maxim\u00e1ln\u00ed po\u010det znak\u016f kdy se je\u0161t\u011b pou\u017eije zv\u00fdraz\u0148ova\u010d syntaxe - -config.name.guiFontPreviewSampleText = (Intern\u00ed) Posledn\u00ed text n\u00e1hledu fontu -config.description.guiFontPreviewSampleText = Po\u017ead\u00ed v seznamu naposledy pou\u017eit\u00e9ho n\u00e1hledu fontu - -config.name.gui.fontPreviewWindow.width = (Intern\u00ed) Posledn\u00ed \u0161\u00ed\u0159ka okna n\u00e1hledu fontu -config.description.gui.fontPreviewWindow.width = - -config.name.gui.fontPreviewWindow.height = (Intern\u00ed) Posledn\u00ed v\u00fd\u0161ka okna n\u00e1hledu fontu -config.description.gui.fontPreviewWindow.height = - -config.name.gui.fontPreviewWindow.posX = (Intern\u00ed) Posledn\u00ed x pozice okna n\u00e1hledu fontu -config.description.gui.fontPreviewWindow.posX = - -config.name.gui.fontPreviewWindow.posY = (Intern\u00ed) Posledn\u00ed y pozice okna n\u00e1hledu fontu -config.description.gui.fontPreviewWindow.posY = - -config.name.formatting.indent.size = Znak\u016f na odsazen\u00ed -config.description.formatting.indent.size = Po\u010det mezer (nebo tab\u016f) na jedno odsazen\u00ed - -config.name.formatting.indent.useTabs = Tabel\u00e1tor jako odsazen\u00ed -config.description.formatting.indent.useTabs = Pou\u017e\u00edvat tabel\u00e1tor jako odsazen\u00ed m\u00edsto mezer - -config.name.beginBlockOnNewLine = Slo\u017een\u00e1 z\u00e1vorka na nov\u00e9m \u0159\u00e1dku -config.description.beginBlockOnNewLine = Slo\u017een\u00e1 z\u00e1vorka za\u010d\u00e1tku bloku je na nov\u00e9 \u0159\u00e1dce - -config.name.check.updates.delay = Interval kontroly aktualizac\u00ed -config.description.check.updates.delay = Minim\u00e1ln\u00ed \u010das mezi kontrolami na aktualizace p\u0159i startu aplikace - -config.name.check.updates.stable = Kontrolovat stabiln\u00ed verze -config.description.check.updates.stable = Kontrolovat aktualizace stabiln\u00edch verz\u00ed - -config.name.check.updates.nightly = Kontrolovat nightly verze -config.description.check.updates.nightly = Kontrolovat aktualizace nightly verz\u00ed - -config.name.check.updates.enabled = Kontrolovat aktualizace -config.description.check.updates.enabled = Automaticky kontrolovat aktualizace p\u0159i startu aplikace - -config.name.export.formats = (Intern\u00ed) Form\u00e1ty exportu -config.description.export.formats = Naposledy pou\u017eit\u00e9 form\u00e1ty exportu - -config.name.textExportSingleFile = Exportovat texty do jednoho souboru -config.description.textExportSingleFile = Exportovat texty do jednoho souboru m\u00edsto do v\u00edce - -config.name.textExportSingleFileSeparator = Odd\u011blova\u010d text\u016f p\u0159i exportu do 1 souboru -config.description.textExportSingleFileSeparator = Text vkl\u00e1dan\u00fd mezi texty do exportu 1 souboru - -config.name.textExportSingleFileRecordSeparator = Odd\u011blova\u010d z\u00e1znam\u016f p\u0159i exportu do 1 souboru -config.description.textExportSingleFileRecordSeparator = Text vkl\u00e1dan\u00fd mezi z\u00e1znamy do exportu 1 souboru - -config.name.warning.experimental.as12edit = Varovat p\u0159i p\u0159\u00edm\u00e9 editaci AS1/2 -config.description.warning.experimental.as12edit = Zobrazovat varov\u00e1n\u00ed p\u0159i AS1/2 experiment\u00e1ln\u00ed p\u0159\u00edm\u00e9 editaci - -config.name.warning.experimental.as3edit = Varovat p\u0159i p\u0159\u00edm\u00e9 editaci AS 3 -config.description.warning.experimental.as3edit = Zobrazovat varov\u00e1n\u00ed p\u0159i AS3 experiment\u00e1ln\u00ed p\u0159\u00edm\u00e9 editaci - -config.name.packJavaScripts = Komprimovat JavaScripty -config.description.packJavaScripts = Spou\u0161t\u011bt komprim\u00e1tor JavaScript\u016f na skripty vytvo\u0159en\u00e9 p\u0159i exportu do Canvasu - -config.name.textExportExportFontFace = Pou\u017e\u00edvat font-face v SVG exportu -config.description.textExportExportFontFace = Vkl\u00e1dat soubory p\u00edsem do SVG pou\u017eit\u00edm font-face m\u00edsto tvar\u016f - -config.name.lzmaFastBytes = LZMA fast bytes (platn\u00e9 hodnoty: 5-255) -config.description.lzmaFastBytes = Parametr fast bytes LZMA enkoderu - -config.name.pluginPath = Plugin Path -config.description.pluginPath = - - -config.name.showMethodBodyId = Zobrazovat id body metod -config.description.showMethodBodyId = Zobrazuje id body metody pro import p\u0159es p\u0159\u00edkazovou \u0159\u00e1dku - -config.name.export.zoom = (Internal) P\u0159ibl\u00ed\u017een\u00ed exportu -config.description.export.zoom = Naposledy pou\u017eit\u00e9 nastaven\u00ed p\u0159ibl\u00ed\u017een\u00ed - -config.name.debuggerPort = Port Debuggeru -config.description.debuggerPort = Port pou\u017e\u00edvan\u00fd pro lad\u011bn\u00ed p\u0159es sockety - -config.name.displayDebuggerInfo = (Internal) Zobrazit informace o debuggeru -config.description.displayDebuggerInfo = Zobraz\u00ed informace o debuggeru p\u0159edt\u00edm, ne\u017e je zapnut - -config.name.randomDebuggerPackage = Pou\u017e\u00edt n\u00e1hodn\u00e9 jm\u00e9no bal\u00ed\u010dku pro Debugger -config.description.randomDebuggerPackage = Toto p\u0159ejmenuje bal\u00ed\u010dek debuggeru na n\u00e1hodn\u00fd \u0159et\u011bzec co\u017e zt\u00ed\u017e\u00ed detekci ActionScriptem - -config.name.lastDebuggerReplaceFunction = (Internal) Last selected trace replacement -config.description.lastDebuggerReplaceFunction = Function name which was last selected in replace trace function with debugger - -config.name.getLocalNamesFromDebugInfo = AS3: Z\u00edsk\u00e1vat n\u00e1zvy lok\u00e1ln\u00edch registr\u016f z lad\u00edc\u00edch informac\u00ed -config.description.getLocalNamesFromDebugInfo = Pokud jsou p\u0159\u00edtomn\u00e9 informace o lad\u011bn\u00ed, p\u0159ejmenovat lok\u00e1ln\u00ed registry z _loc_x_ na re\u00e1ln\u00e9 n\u00e1zvy. Toto lze vypnout proto\u017ee n\u011bkter\u00e9 obfusk\u00e1tory na tomto m\u00edst\u011b pou\u017e\u00edvaj\u00ed neplatn\u00e9 n\u00e1zvy. - -config.name.tagTreeShowEmptyFolders = Zobrazovat pr\u00e1zdn\u00e9 slo\u017eky -config.description.tagTreeShowEmptyFolders = Zobrazovat pr\u00e1zdn\u00e9 slo\u017eky ve stromu tag\u016f. - -config.name.autoLoadEmbeddedSwfs = Automaticky na\u010d\u00edtat vlo\u017een\u00e1 SWF -config.description.autoLoadEmbeddedSwfs = Automaticky na\u010d\u00edtat vlo\u017een\u00e1 SWF z DefineBinaryData tag\u016f. - -config.name.overrideTextExportFileName = Zm\u011bnit n\u00e1zev souboru pro export textu -config.description.overrideTextExportFileName = M\u016f\u017eete p\u0159\u00edzp\u016fsovit n\u00e1zev souboru exportovan\u00e9ho textu. Pou\u017eijte z\u00e1stupn\u00fd text {filename} pro pou\u017eit\u00ed n\u00e1zvu aktu\u00e1ln\u00edho SWF. - -config.name.showOldTextDuringTextEditing = Zobrazovat star\u00fd text b\u011bhem editace textu -config.description.showOldTextDuringTextEditing = Zobrazit origin\u00e1ln\u00ed text z textov\u00e9ho tagu \u0161edivou barvou v oblasti n\u00e1hledu. - -config.group.name.import = Import -config.group.description.import = Nastaven\u00ed importu - -config.name.textImportResizeTextBoundsMode = M\u00f3d roz\u0161i\u0159ov\u00e1n\u00ed okraj\u016f textu -config.description.textImportResizeTextBoundsMode = M\u00f3d roz\u0161\u00ed\u0159en\u00ed okraj\u016f textu po editaci. - -config.name.showCloseConfirmation = Zobrazit znovu potvrzen\u00ed zav\u0159en\u00ed SWF -config.description.showCloseConfirmation = Zobrazit znovu potvrzen\u00ed zav\u0159en\u00ed SWF p\u0159i zm\u011bn\u011b souboru. - -config.name.showCodeSavedMessage = Zobrazit znovu potvrzen\u00ed o ulo\u017een\u00ed k\u00f3du -config.description.showCodeSavedMessage = Zobrazit znovu potvrzen\u00ed o ulo\u017een\u00ed k\u00f3du - -config.name.showTraitSavedMessage = Zobrazit znovu potvrzen\u00ed o ulo\u017een\u00ed vlastnosti -config.description.showTraitSavedMessage = Zobrazit znovu potvrzen\u00ed o ulo\u017een\u00ed vlastnosti - -config.name.updateProxyAddress = Adresa http Proxy pro kontrolu aktualizac\u00ed -config.description.updateProxyAddress = Adresa http proxy address pro kontrolu aktualizac\u00ed. Form\u00e1t: example.com:8080 - -config.name.editorMode = M\u00f3d editoru -config.description.editorMode = Textov\u00e1 pol\u00ed\u010dka budou automaticky editovateln\u00e1 kdy\u017e vyberete text nebo skript - -config.name.autoSaveTagModifications = Automaticky ukl\u00e1dat zm\u011bny tag\u016f -config.description.autoSaveTagModifications = Ulo\u017eit zm\u011bny kdy\u017e vyberete jin\u00fd tag ve stromu - -config.name.saveSessionOnExit = Ulo\u017eit session p\u0159i zav\u0159en\u00ed -config.description.saveSessionOnExit = Ulo\u017eit aktu\u00e1ln\u00ed session a otev\u0159\u00edt po restartu dekompileru (funguje jen s re\u00e1ln\u00fdmi soubory) -config.name._showDebugMenu = Zobrazit lad\u00edc\u00ed menu FFDecu -config.description._showDebugMenu = Zobraz\u00ed lad\u00edc\u00ed menu v ribbon pruhu pro lad\u011bn\u00ed dekompileru. - -config.name.allowOnlyOneInstance = Povolit pouze jednu instanci FFDec (Pouze na OS Windows) -config.description.allowOnlyOneInstance = FFDec lze pot\u00e9 spustit pouze jednou, v\u0161echny otev\u00edran\u00e9 soubory budou p\u0159id\u00e1ny do jednoho okna. Funguje to pouze s opera\u010dn\u00edm syst\u00e9mem Windows. - -config.name.scriptExportSingleFile = Exportovat skripty do jednoho souboru -config.description.scriptExportSingleFile = Export skript\u016f do jednoho souboru m\u00edsto do mnoha - -config.name.setFFDecVersionInExportedFont = Nastavit verzi FFDec do exportovan\u00e9ho p\u00edsma -config.description.setFFDecVersionInExportedFont = Kdy\u017e je toto nastaven\u00ed zak\u00e1z\u00e1no, FFDec nep\u0159id\u00e1 aktu\u00e1ln\u00ed \u010d\u00edslo verze do exportovan\u00e9ho p\u00edsma. - -config.name.gui.skin = Vzhled u\u017eivatelsk\u00e9ho rozhran\u00ed -config.description.gui.skin = Barevbn\u00e9 sch\u00e9ma vzhledu -config.name.lastSessionFiles = Posledn\u00ed soubory v session -config.description.lastSessionFiles = Obsahuje otev\u0159en\u00e9 soubory z posledn\u00ed session -config.name.lastSessionSelection = V\u00fdb\u011br v posledn\u00ed session -config.description.lastSessionSelection = Obsahuje v\u00fdb\u011br z posledn\u00ed session - +advancedSettings.dialog.title=Pokro\u010dil\u00e1 nastaven\u00ed +advancedSettings.restartConfirmation=N\u011bkter\u00e9 zm\u011bny vy\u017eaduj\u00ed restart programu, ne\u017e se projev\u00ed. Chcete program restartovat nyn\u00ed? +advancedSettings.columns.name=N\u00e1zev +advancedSettings.columns.value=Hodnota +advancedSettings.columns.description=Popis +default=v\u00fdchoz\u00ed +config.group.name.export=Export +config.group.description.export=Nastaven\u00ed export\u016f +config.group.name.script=Skripty +config.group.description.script=Nastaven\u00ed dekompilace ActionScriptu +config.group.name.update=Aktualizace +config.group.description.update=Nastaven\u00ed kontroly aktualizac\u00ed +config.group.name.format=Form\u00e1tov\u00e1n\u00ed +config.group.description.format=Form\u00e1tov\u00e1n\u00ed ActionScript k\u00f3du +config.group.name.limit=Limity +config.group.description.limit=Limity dekompilace pro obfuskovan\u00fd k\u00f3d apod. +config.group.name.ui=Rozhran\u00ed +config.group.description.ui=Konfigurace u\u017eiavetelsk\u00e9ho rozhran\u00ed +config.group.name.debug=Lad\u011bn\u00ed +config.group.description.debug=Nastaven\u00ed pro lad\u011bn\u00ed +config.group.name.display=Zobrazen\u00ed +config.group.description.display=Zobrazen\u00ed flash objekt\u016f apod. +config.group.name.decompilation=Dekompilace +config.group.description.decompilation=Glob\u00e1ln\u00ed nastaven\u00ed ohledn\u011b dekompilace +config.group.name.other=Ostatn\u00ed +config.group.description.other=Ostatn\u00ed nastaven\u00ed bez kategorie +config.name.openMultipleFiles=Otev\u00edrat v\u00edce soubor\u016f najednou +config.description.openMultipleFiles=Povol\u00ed otev\u0159\u00edt v\u00edce jak 1 soubor sou\u010dasn\u011b v jednom okn\u011b +config.name.decompile=Zobrazit zdrojov\u00fd soubor ActionScriptu +config.description.decompile=Toto lze zak\u00e1zat pro zobrazen\u00ed pouh\u00e9ho P-k\u00f3du +config.name.dumpView=Dump zobrazen\u00ed +config.description.dumpView=Zobrazit dump raw dat +config.name.useHexColorFormat=Hexadecim\u00e1ln\u00ed form\u00e1t barvy +config.description.useHexColorFormat=Zobrazit barvy v hexadecim\u00e1ln\u00edm form\u00e1tu +config.name.parallelSpeedUp=Paraleln\u00ed zrychlen\u00ed +config.description.parallelSpeedUp=Paralelismus m\u016f\u017ee urychlit dekompilaci +config.name.parallelSpeedUpThreadCount=Po\u010det vl\u00e1ken +config.description.parallelSpeedUpThreadCount=Po\u010det vl\u00e1ken pro paraleln\u00ed zrychlen\u00ed +config.name.autoDeobfuscate=Automatick\u00e1 deobfuskace +config.description.autoDeobfuscate=Spustit deobfuskaci pro ka\u017ed\u00fd soubor p\u0159ed dekompilac\u00ed ActionScriptu +config.name.cacheOnDisk=Pou\u017e\u00edt cachov\u00e1n\u00ed na disku +config.description.cacheOnDisk=Cachovat ji\u017e dekompilovan\u00e9 \u010d\u00e1sti na disku m\u00edsto v pam\u011bti +config.name.internalFlashViewer=Pou\u017e\u00edvat vlastn\u00ed prohl\u00ed\u017ee\u010d Flashe +config.description.internalFlashViewer=Pou\u017e\u00edvat prohl\u00ed\u017ee\u010d flashe JPEXS m\u00edsto standardn\u00edho Flash Playeru pro zobrazen\u00ed \u010d\u00e1st\u00ed flashe +config.name.gotoMainClassOnStartup=P\u0159ej\u00edt na hlavn\u00ed t\u0159\u00eddu po startu (AS3) +config.description.gotoMainClassOnStartup=P\u0159ejde na hlavn\u00ed t\u0159\u00eddu dokumentu psan\u00e9ho v AS3 p\u0159i otev\u0159en\u00ed SWF +config.name.autoRenameIdentifiers=Automaticky p\u0159ejmenovat identifik\u00e1tory +config.description.autoRenameIdentifiers=Automaticky p\u0159ejmenovat neplatn\u00e9 identifik\u00e1tory p\u0159i na\u010dten\u00ed SWF +config.name.offeredAssociation=(Intern\u00ed) Asociace se SWF soubory zobrazena +config.description.offeredAssociation=Dialog o asociaci se SWF soubory byl ji\u017e zobrazen +config.name.decimalAddress=Pou\u017e\u00edvat dekadick\u00e9 adresy +config.description.decimalAddress=Pou\u017e\u00edvat dekadick\u00e9 adresy m\u00edsto hexadecim\u00e1ln\u00edch +config.name.showAllAddresses=Zobrazit v\u0161echny adresy +config.description.showAllAddresses=Zobraz\u00ed adresy v\u0161ech instrukc\u00ed ActionScriptu +config.name.useFrameCache=Pou\u017e\u00edvat sn\u00edmkovou cache +config.description.useFrameCache=Cachovat sn\u00edmky p\u0159ed renderov\u00e1n\u00edm znovu +config.name.useRibbonInterface=Ribbon rozhran\u00ed +config.description.useRibbonInterface=Od\u0161krtn\u011bte pro pou\u017eit\u00ed klasick\u00e9ho rozhran\u00ed bez ribbon nab\u00eddky +config.name.openFolderAfterFlaExport=Otev\u0159\u00edt slo\u017eku po exportu do FLA +config.description.openFolderAfterFlaExport=Zobraz\u00ed v\u00fdstupn\u00ed adres\u00e1\u0159 po exportu do FLA souboru +config.name.useDetailedLogging=Detailn\u00ed logov\u00e1n\u00ed +config.description.useDetailedLogging=Logovat detailn\u00ed chybov\u00e9 zpr\u00e1vy a informace pro \u00fa\u010dely lad\u011bn\u00ed +config.name._debugMode=FFDec v lad\u00edc\u00edm m\u00f3du +config.description._debugMode=M\u00f3d pro lad\u011bn\u00ed FFDecu. Zap\u00edn\u00e1 lad\u00edc\u00ed menu. Toto nem\u00e1 nic spole\u010dn\u00e9ho s funkcionalitou debuggeru. +config.name.resolveConstants=Dek\u00f3dovat konstanty v AS1/2 p-code +config.description.resolveConstants=Po deaktivaci zobraz\u00ed 'constantxx' m\u00edsto prav\u00fdch hodnot v okn\u011b P-k\u00f3du +config.name.sublimiter=Omezen\u00ed po\u010dtu vno\u0159en\u00fdch vol\u00e1n\u00ed +config.description.sublimiter=Omezen\u00ed po\u010dtu vno\u0159en\u00fdch vol\u00e1n\u00ed pro obfuskovan\u00fd k\u00f3d +config.name.exportTimeout=Celkov\u00fd \u010dasov\u00fd limit pro export (vte\u0159iny) +config.description.exportTimeout=Dekompil\u00e1tor ukon\u010d\u00ed export po dosa\u017een\u00ed tohoto limitu +config.name.decompilationTimeoutFile=\u010casov\u00fd limit pro dekompilaci 1 souboru (vte\u0159iny) +config.description.decompilationTimeoutFile=Dekompil\u00e1tor ukon\u010d\u00ed dekompilaci ActionScriptu apo dosa\u017een\u00ed tohoto limitu v jednom souboru +config.name.paramNamesEnable=Povolit n\u00e1zvy parametr\u016f v AS3 +config.description.paramNamesEnable=Pou\u017e\u00edv\u00e1n\u00ed n\u00e1zv\u016f parametr\u016f m\u016f\u017ee zp\u016fsobit probl\u00e9my proto\u017ee ofici\u00e1ln\u00ed programy jako Flash CS 5.5 vkl\u00e1daj\u00ed \u0161patn\u00e9 indexy n\u00e1zv\u016f parametr\u016f +config.name.displayFileName=Zobrazit n\u00e1zev SWF souboru v titulku +config.description.displayFileName=Zobraz\u00ed n\u00e1zev SWF souboru/url v titulku okna (Lze pak d\u011blat screenshoty) +config.name._debugCopy=FFDec lad\u00edc\u00ed rekompilace +config.description._debugCopy=Zkus\u00ed zkompilovat SWF soubor znovu hned po otev\u0159en\u00ed aby se ujistitl, \u017ee vyprodukuje stejn\u00fd bin\u00e1rn\u00ed k\u00f3d. Pou\u017e\u00edvat jen pro LAD\u011aN\u00cd FFDecu! +config.name.dumpTags=Vypisovat tagy do konzole +config.description.dumpTags=Vypisovat tagy do konzole p\u0159i \u010dten\u00ed SWF souboru +config.name.decompilationTimeoutSingleMethod=AS3: \u010casov\u00fd limit na dekompilaci jedn\u00e9 metody (vte\u0159iny) +config.description.decompilationTimeoutSingleMethod=Dekompil\u00e1tor zastav\u00ed dekompilaci ActionScriptu po dosa\u017een\u00ed tohoto \u010dasu v jedn\u00e9 metod\u011b +config.name.lastRenameType=(Intern\u00ed) Posledn\u00ed typ p\u0159ejmenov\u00e1n\u00ed +config.description.lastRenameType=Naposledy pou\u017eit\u00fd typ p\u0159ejmenov\u00e1n\u00ed identifik\u00e1tor\u016f +config.name.lastSaveDir=(Intern\u00ed) Posledn\u00ed ukl\u00e1dac\u00ed adres\u00e1\u0159 +config.description.lastSaveDir=Naposledy pou\u017eit\u00fd ukl\u00e1dac\u00ed adres\u00e1\u0159 +config.name.lastOpenDir=(Intern\u00ed) Posledn\u00ed otev\u00edrac\u00ed adres\u00e1\u0159 +config.description.lastOpenDir=Naposledy pou\u017eit\u00fd otev\u00edrac\u00ed adres\u00e1\u0159 +config.name.lastExportDir=(Intern\u00ed) Posledn\u00ed adres\u00e1\u0159 exportu +config.description.lastExportDir=Naposledy pou\u017eit\u00fd adres\u00e1\u0159 exportu +config.name.locale=Jazyk +config.description.locale=Identifik\u00e1tor n\u00e1rodn\u00edho prost\u0159ed\u00ed +config.name.registerNameFormat=Form\u00e1t prom\u011bnn\u00fdch registr\u016f +config.description.registerNameFormat=Form\u00e1t lok\u00e1ln\u00edch n\u00e1zv\u016f prom\u011bnn\u00fdch registr\u016f. Pou\u017eijte %d pro \u010d\u00edslo registru. +config.name.maxRecentFileCount=Maxim\u00e1ln\u00ed po\u010det ned\u00e1vno otev\u0159en\u00fdch +config.description.maxRecentFileCount=Maxim\u00e1ln\u00ed po\u010det naposledy otev\u0159en\u00fdch soubor\u016f +config.name.recentFiles=(Intern\u00ed) Posledn\u00ed soubory +config.description.recentFiles=Naposledy otev\u0159en\u00e9 soubory +config.name.fontPairingMap=(Intern\u00ed) P\u00e1ry p\u00edsem pro import +config.description.fontPairingMap=P\u00e1ry p\u00edsem pro importov\u00e1n\u00ed nov\u00fdch znak\u016f +config.name.lastUpdatesCheckDate=(Intern\u00ed) Datum posledn\u00ed kontroly aktualizac\u00ed +config.description.lastUpdatesCheckDate=Datum kdy byly naposledy zkontrolov\u00e1ny aktualizace na serveru +config.name.gui.window.width=(Intern\u00ed) Posledn\u00ed \u0161\u00ed\u0159ka okna +config.description.gui.window.width=Naposledy ulo\u017een\u00e1 \u0161\u00ed\u0159ka okna +config.name.gui.window.height=(Intern\u00ed) Posledn\u00ed v\u00fd\u0161ka okna +config.description.gui.window.height=Naposledy ulo\u017een\u00e1 v\u00fd\u0161ka okna +config.name.gui.window.maximized.horizontal=(Intern\u00ed) Maximalizace okna horizont\u00e1ln\u011b +config.description.gui.window.maximized.horizontal=Posledn\u00ed stav okna - maximalizov\u00e1n\u00ed horizont\u00e1ln\u011b +config.name.gui.window.maximized.vertical=(Intern\u00ed) Maximalizace okna vertik\u00e1ln\u011b +config.description.gui.window.maximized.vertical=Posledn\u00ed stav okna - maximalizov\u00e1n\u00ed vertik\u00e1ln\u011b +config.name.gui.avm2.splitPane.dividerLocationPercent=(Intern\u00ed) AS3 pozice rozd\u011blova\u010de +config.description.gui.avm2.splitPane.dividerLocationPercent= +config.name.gui.actionSplitPane.dividerLocationPercent=(Intern\u00ed) AS1/2 pozice rozd\u011blova\u010de +config.description.gui.actionSplitPane.dividerLocationPercent= +config.name.gui.previewSplitPane.dividerLocationPercent=(Intern\u00ed) Pozice rozd\u011blova\u010de n\u00e1hledu +config.description.gui.previewSplitPane.dividerLocationPercent= +config.name.gui.splitPane1.dividerLocationPercent=(Intern\u00ed) Pozice rozd\u011blova\u010de 1 +config.description.gui.splitPane1.dividerLocationPercent= +config.name.gui.splitPane2.dividerLocationPercent=(Intern\u00ed) Pozice rozd\u011blova\u010de 2 +config.description.gui.splitPane2.dividerLocationPercent= +config.name.saveAsExeScaleMode=Zv\u011bt\u0161ovac\u00ed m\u00f3d ulo\u017een\u00ed jako EXE +config.description.saveAsExeScaleMode=M\u00f3d zv\u011bt\u0161ov\u00e1n\u00ed pro EXE export +config.name.syntaxHighlightLimit=Maxim\u00e1ln\u00ed po\u010det znak\u016f pro zv\u00fdrazn\u011bn\u00ed syntaxe +config.description.syntaxHighlightLimit=Maxim\u00e1ln\u00ed po\u010det znak\u016f kdy se je\u0161t\u011b pou\u017eije zv\u00fdraz\u0148ova\u010d syntaxe +config.name.guiFontPreviewSampleText=(Intern\u00ed) Posledn\u00ed text n\u00e1hledu fontu +config.description.guiFontPreviewSampleText=Po\u017ead\u00ed v seznamu naposledy pou\u017eit\u00e9ho n\u00e1hledu fontu +config.name.gui.fontPreviewWindow.width=(Intern\u00ed) Posledn\u00ed \u0161\u00ed\u0159ka okna n\u00e1hledu fontu +config.description.gui.fontPreviewWindow.width= +config.name.gui.fontPreviewWindow.height=(Intern\u00ed) Posledn\u00ed v\u00fd\u0161ka okna n\u00e1hledu fontu +config.description.gui.fontPreviewWindow.height= +config.name.gui.fontPreviewWindow.posX=(Intern\u00ed) Posledn\u00ed x pozice okna n\u00e1hledu fontu +config.description.gui.fontPreviewWindow.posX= +config.name.gui.fontPreviewWindow.posY=(Intern\u00ed) Posledn\u00ed y pozice okna n\u00e1hledu fontu +config.description.gui.fontPreviewWindow.posY= +config.name.formatting.indent.size=Znak\u016f na odsazen\u00ed +config.description.formatting.indent.size=Po\u010det mezer (nebo tab\u016f) na jedno odsazen\u00ed +config.name.formatting.indent.useTabs=Tabel\u00e1tor jako odsazen\u00ed +config.description.formatting.indent.useTabs=Pou\u017e\u00edvat tabel\u00e1tor jako odsazen\u00ed m\u00edsto mezer +config.name.beginBlockOnNewLine=Slo\u017een\u00e1 z\u00e1vorka na nov\u00e9m \u0159\u00e1dku +config.description.beginBlockOnNewLine=Slo\u017een\u00e1 z\u00e1vorka za\u010d\u00e1tku bloku je na nov\u00e9 \u0159\u00e1dce +config.name.check.updates.delay=Interval kontroly aktualizac\u00ed +config.description.check.updates.delay=Minim\u00e1ln\u00ed \u010das mezi kontrolami na aktualizace p\u0159i startu aplikace +config.name.check.updates.stable=Kontrolovat stabiln\u00ed verze +config.description.check.updates.stable=Kontrolovat aktualizace stabiln\u00edch verz\u00ed +config.name.check.updates.nightly=Kontrolovat nightly verze +config.description.check.updates.nightly=Kontrolovat aktualizace nightly verz\u00ed +config.name.check.updates.enabled=Kontrolovat aktualizace +config.description.check.updates.enabled=Automaticky kontrolovat aktualizace p\u0159i startu aplikace +config.name.export.formats=(Intern\u00ed) Form\u00e1ty exportu +config.description.export.formats=Naposledy pou\u017eit\u00e9 form\u00e1ty exportu +config.name.textExportSingleFile=Exportovat texty do jednoho souboru +config.description.textExportSingleFile=Exportovat texty do jednoho souboru m\u00edsto do v\u00edce +config.name.textExportSingleFileSeparator=Odd\u011blova\u010d text\u016f p\u0159i exportu do 1 souboru +config.description.textExportSingleFileSeparator=Text vkl\u00e1dan\u00fd mezi texty do exportu 1 souboru +config.name.textExportSingleFileRecordSeparator=Odd\u011blova\u010d z\u00e1znam\u016f p\u0159i exportu do 1 souboru +config.description.textExportSingleFileRecordSeparator=Text vkl\u00e1dan\u00fd mezi z\u00e1znamy do exportu 1 souboru +config.name.warning.experimental.as12edit=Varovat p\u0159i p\u0159\u00edm\u00e9 editaci AS1/2 +config.description.warning.experimental.as12edit=Zobrazovat varov\u00e1n\u00ed p\u0159i AS1/2 experiment\u00e1ln\u00ed p\u0159\u00edm\u00e9 editaci +config.name.warning.experimental.as3edit=Varovat p\u0159i p\u0159\u00edm\u00e9 editaci AS 3 +config.description.warning.experimental.as3edit=Zobrazovat varov\u00e1n\u00ed p\u0159i AS3 experiment\u00e1ln\u00ed p\u0159\u00edm\u00e9 editaci +config.name.packJavaScripts=Komprimovat JavaScripty +config.description.packJavaScripts=Spou\u0161t\u011bt komprim\u00e1tor JavaScript\u016f na skripty vytvo\u0159en\u00e9 p\u0159i exportu do Canvasu +config.name.textExportExportFontFace=Pou\u017e\u00edvat font-face v SVG exportu +config.description.textExportExportFontFace=Vkl\u00e1dat soubory p\u00edsem do SVG pou\u017eit\u00edm font-face m\u00edsto tvar\u016f +config.name.lzmaFastBytes=LZMA fast bytes (platn\u00e9 hodnoty: 5-255) +config.description.lzmaFastBytes=Parametr fast bytes LZMA enkoderu +config.name.pluginPath=Plugin Path +config.description.pluginPath=- +config.name.showMethodBodyId=Zobrazovat id body metod +config.description.showMethodBodyId=Zobrazuje id body metody pro import p\u0159es p\u0159\u00edkazovou \u0159\u00e1dku +config.name.export.zoom=(Internal) P\u0159ibl\u00ed\u017een\u00ed exportu +config.description.export.zoom=Naposledy pou\u017eit\u00e9 nastaven\u00ed p\u0159ibl\u00ed\u017een\u00ed +config.name.debuggerPort=Port Debuggeru +config.description.debuggerPort=Port pou\u017e\u00edvan\u00fd pro lad\u011bn\u00ed p\u0159es sockety +config.name.displayDebuggerInfo=(Internal) Zobrazit informace o debuggeru +config.description.displayDebuggerInfo=Zobraz\u00ed informace o debuggeru p\u0159edt\u00edm, ne\u017e je zapnut +config.name.randomDebuggerPackage=Pou\u017e\u00edt n\u00e1hodn\u00e9 jm\u00e9no bal\u00ed\u010dku pro Debugger +config.description.randomDebuggerPackage=Toto p\u0159ejmenuje bal\u00ed\u010dek debuggeru na n\u00e1hodn\u00fd \u0159et\u011bzec co\u017e zt\u00ed\u017e\u00ed detekci ActionScriptem +config.name.lastDebuggerReplaceFunction=(Internal) Last selected trace replacement +config.description.lastDebuggerReplaceFunction=Function name which was last selected in replace trace function with debugger +config.name.getLocalNamesFromDebugInfo=AS3: Z\u00edsk\u00e1vat n\u00e1zvy lok\u00e1ln\u00edch registr\u016f z lad\u00edc\u00edch informac\u00ed +config.description.getLocalNamesFromDebugInfo=Pokud jsou p\u0159\u00edtomn\u00e9 informace o lad\u011bn\u00ed, p\u0159ejmenovat lok\u00e1ln\u00ed registry z _loc_x_ na re\u00e1ln\u00e9 n\u00e1zvy. Toto lze vypnout proto\u017ee n\u011bkter\u00e9 obfusk\u00e1tory na tomto m\u00edst\u011b pou\u017e\u00edvaj\u00ed neplatn\u00e9 n\u00e1zvy. +config.name.tagTreeShowEmptyFolders=Zobrazovat pr\u00e1zdn\u00e9 slo\u017eky +config.description.tagTreeShowEmptyFolders=Zobrazovat pr\u00e1zdn\u00e9 slo\u017eky ve stromu tag\u016f. +config.name.autoLoadEmbeddedSwfs=Automaticky na\u010d\u00edtat vlo\u017een\u00e1 SWF +config.description.autoLoadEmbeddedSwfs=Automaticky na\u010d\u00edtat vlo\u017een\u00e1 SWF z DefineBinaryData tag\u016f. +config.name.overrideTextExportFileName=Zm\u011bnit n\u00e1zev souboru pro export textu +config.description.overrideTextExportFileName=M\u016f\u017eete p\u0159\u00edzp\u016fsovit n\u00e1zev souboru exportovan\u00e9ho textu. Pou\u017eijte z\u00e1stupn\u00fd text {filename} pro pou\u017eit\u00ed n\u00e1zvu aktu\u00e1ln\u00edho SWF. +config.name.showOldTextDuringTextEditing=Zobrazovat star\u00fd text b\u011bhem editace textu +config.description.showOldTextDuringTextEditing=Zobrazit origin\u00e1ln\u00ed text z textov\u00e9ho tagu \u0161edivou barvou v oblasti n\u00e1hledu. +config.group.name.import=Import +config.group.description.import=Nastaven\u00ed importu +config.name.textImportResizeTextBoundsMode=M\u00f3d roz\u0161i\u0159ov\u00e1n\u00ed okraj\u016f textu +config.description.textImportResizeTextBoundsMode=M\u00f3d roz\u0161\u00ed\u0159en\u00ed okraj\u016f textu po editaci. +config.name.showCloseConfirmation=Zobrazit znovu potvrzen\u00ed zav\u0159en\u00ed SWF +config.description.showCloseConfirmation=Zobrazit znovu potvrzen\u00ed zav\u0159en\u00ed SWF p\u0159i zm\u011bn\u011b souboru. +config.name.showCodeSavedMessage=Zobrazit znovu potvrzen\u00ed o ulo\u017een\u00ed k\u00f3du +config.description.showCodeSavedMessage=Zobrazit znovu potvrzen\u00ed o ulo\u017een\u00ed k\u00f3du +config.name.showTraitSavedMessage=Zobrazit znovu potvrzen\u00ed o ulo\u017een\u00ed vlastnosti +config.description.showTraitSavedMessage=Zobrazit znovu potvrzen\u00ed o ulo\u017een\u00ed vlastnosti +config.name.updateProxyAddress=Adresa http Proxy pro kontrolu aktualizac\u00ed +config.description.updateProxyAddress=Adresa http proxy address pro kontrolu aktualizac\u00ed. Form\u00e1t: example.com:8080 +config.name.editorMode=M\u00f3d editoru +config.description.editorMode=Textov\u00e1 pol\u00ed\u010dka budou automaticky editovateln\u00e1 kdy\u017e vyberete text nebo skript +config.name.autoSaveTagModifications=Automaticky ukl\u00e1dat zm\u011bny tag\u016f +config.description.autoSaveTagModifications=Ulo\u017eit zm\u011bny kdy\u017e vyberete jin\u00fd tag ve stromu +config.name.saveSessionOnExit=Ulo\u017eit session p\u0159i zav\u0159en\u00ed +config.description.saveSessionOnExit=Ulo\u017eit aktu\u00e1ln\u00ed session a otev\u0159\u00edt po restartu dekompileru (funguje jen s re\u00e1ln\u00fdmi soubory) +config.name._showDebugMenu=Zobrazit lad\u00edc\u00ed menu FFDecu +config.description._showDebugMenu=Zobraz\u00ed lad\u00edc\u00ed menu v ribbon pruhu pro lad\u011bn\u00ed dekompileru. +config.name.allowOnlyOneInstance=Povolit pouze jednu instanci FFDec (Pouze na OS Windows) +config.description.allowOnlyOneInstance=FFDec lze pot\u00e9 spustit pouze jednou, v\u0161echny otev\u00edran\u00e9 soubory budou p\u0159id\u00e1ny do jednoho okna. Funguje to pouze s opera\u010dn\u00edm syst\u00e9mem Windows. +config.name.scriptExportSingleFile=Exportovat skripty do jednoho souboru +config.description.scriptExportSingleFile=Export skript\u016f do jednoho souboru m\u00edsto do mnoha +config.name.setFFDecVersionInExportedFont=Nastavit verzi FFDec do exportovan\u00e9ho p\u00edsma +config.description.setFFDecVersionInExportedFont=Kdy\u017e je toto nastaven\u00ed zak\u00e1z\u00e1no, FFDec nep\u0159id\u00e1 aktu\u00e1ln\u00ed \u010d\u00edslo verze do exportovan\u00e9ho p\u00edsma. +config.name.gui.skin=Vzhled u\u017eivatelsk\u00e9ho rozhran\u00ed +config.description.gui.skin=Barevbn\u00e9 sch\u00e9ma vzhledu +config.name.lastSessionFiles=Posledn\u00ed soubory v session +config.description.lastSessionFiles=Obsahuje otev\u0159en\u00e9 soubory z posledn\u00ed session +config.name.lastSessionSelection=V\u00fdb\u011br v posledn\u00ed session +config.description.lastSessionSelection=Obsahuje v\u00fdb\u011br z posledn\u00ed session #todo #config.name.lastSessionData = Data posledn\u00ed session #config.description.lastSessionData = Obsahuje otev\u0159en\u00e9 soubory z posledn\u00ed session - -config.name.loopMedia = P\u0159ehr\u00e1vat zvuky a sprity dokola -config.description.loopMedia = Automaticky restartovat p\u0159ehr\u00e1v\u00e1n\u00ed zvuk\u016f a sprit\u016f - -config.name.gui.timeLineSplitPane.dividerLocationPercent = (Internal) Um\u00edst\u011bn\u00ed rozd\u011blova\u010de timeline -config.description.gui.timeLineSplitPane.dividerLocationPercent = - -config.name.cacheImages = Ke\u0161ovat obr\u00e1zky -config.description.cacheImages = Ke\u0161ovat dek\u00f3dovan\u00e9 objekty obr\u00e1zk\u016f - -config.name.swfSpecificConfigs = Konfigurace specifick\u00e9 pro jednotliv\u00e1 SWF -config.description.swfSpecificConfigs = Obsahuje konfigurace pro jednotliv\u00e1 SWF -config.name.exeExportMode = Export m\u00f3d EXE -config.description.exeExportMode = Export m\u00f3d EXE -config.name.ignoreCLikePackages = Ignorovat FlashCC / Alchemy a podobn\u00e9 bal\u00ed\u010dky -config.description.ignoreCLikePackages = FlashCC/Alchemy bal\u00ed\u010dky nelze obvykle korektn\u011b dekompilovaty. M\u016f\u017eete je skr\u00fdt pro zrychlen\u00ed dekompilace jiin\u00fdch bal\u00ed\u010dk\u016f. -config.name.overwriteExistingFiles = P\u0159episovat existuj\u00edc\u00ed soubory -config.description.overwriteExistingFiles = P\u0159episovat existuj\u00edc\u00ed soubory b\u011bhem exportu. Moment\u00e1ln\u011b pouze pro AS2/3 skripty. -config.name.smartNumberFormatting = Pou\u017e\u00edvat chytr\u00e9 form\u00e1tov\u00e1n\u00ed \u010d\u00edsel -config.description.smartNumberFormatting = Form\u00e1tovat speci\u00e1ln\u00ed \u010d\u00edsla (nap\u0159\u00edklad barvy a \u010dasy) -config.name.enableScriptInitializerDisplay = (ODSTRAN\u011aNO) Zobrazit inicializ\u00e1tory skriptu -config.description.enableScriptInitializerDisplay = Povol\u00ed zobrazen\u00ed inicializ\u00e1tor\u016f skript\u016f a jejich editaci. Tohle nastaven\u00ed m\u016f\u017ee p\u0159idat jednu \u0159\u00e1dku do ka\u017ed\u00e9 t\u0159\u00eddy pro zv\u00e1raz\u0148ov\u00e1n\u00ed. - -config.name.autoOpenLoadedSWFs = Otev\u00edrat na\u010d\u00edtan\u00e1 SWF b\u011bhem p\u0159ehr\u00e1v\u00e1n\u00ed (Extern\u00ed p\u0159ehr\u00e1va\u010d = jen WIN) -config.description.autoOpenLoadedSWFs = Otev\u00edr\u00e1 automaticky v\u0161echna SWF na\u010d\u00edtan\u00e1 AS3 t\u0159\u00eddou Loader b\u011bhem p\u0159ehr\u00e1v\u00e1n\u00ed v extern\u00edm p\u0159ehr\u00e1va\u010di v FFDec. Toto funguje pouze ve Windows. - -config.name.lastSessionFileTitles = Titulky soubor\u016f z posledn\u00ed session -config.description.lastSessionFileTitles = Obsahuje titulky souboru z naposledy otev\u0159en\u00e9 session (nap\u0159\u00edklad kdy\u017e byly otev\u0159eny z URL apod.) - -config.group.name.paths = Cesty -config.group.description.paths = Um\u00edst\u011bn\u00ed pot\u0159ebn\u00fdch soubor\u016f - -config.group.tip.paths = Stahn\u011bte si projector a Playerglobal na str\u00e1nk\u00e1ch adobe. Flex SDK lze stahnout na webu apache. -config.group.link.paths = https://web.archive.org/web/20220401020702/https://www.adobe.com/support/flashplayer/debug_downloads.html https://flex.apache.org/download-binaries.html - -config.name.playerLocation = 1) Cesta k Flash Player projectoru -config.description.playerLocation = Um\u00edst\u011bn\u00ed spustiteln\u00e9ho flash playeru. Pou\u017e\u00edvan\u00e9 pro akci Spustit. - -config.name.playerDebugLocation = 2) Cesta k Flash Player projector content debuggeru -config.description.playerDebugLocation = Um\u00edst\u011bn\u00ed spustiteln\u00e9ho debug flash playeru. Pou\u017e\u00edvan\u00e9 pro akci Ladit. - -config.name.playerLibLocation = 3) Cesta k PlayerGlobal (.swc) -config.description.playerLibLocation = Um\u00edst\u011bn\u00ed knihovny playerglobal.swc. Pou\u017e\u00edvan\u00e9 hlavn\u011b pro kompilaci AS3. - -config.name.debugHalt = Pozastavit spou\u0161t\u011bn\u00ed po startu lad\u011bn\u00ed -config.description.debugHalt = Zapauzovat SWF ihned po spu\u0161t\u011bn\u00ed v re\u017eimu lad\u011bn\u00ed - -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: - -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 = - -config.name.setMovieDelay = Zpo\u017ed\u011bn\u00ed p\u0159ed zm\u011bnou SWF souboru v extern\u00edm p\u0159ehr\u00e1va\u010di v milisekund\u00e1ch -config.description.setMovieDelay = Nedoporu\u010dujeme m\u011bnit tuto hodnotu pod 1000ms - -config.name.warning.svgImport = Varovat p\u0159i SVG importu -config.description.warning.svgImport = - -config.name.shapeImport.useNonSmoothedFill = Pou\u017e\u00edvat nevyhlazovanou(non-smoothed) v\u00fdpl\u0148 kdy\u017e je tvar nahrazen obr\u00e1zkem -config.description.shapeImport.useNonSmoothedFill = - -config.name.internalFlashViewer.execute.as12 = AS1/2 v intern\u00edm prohl\u00ed\u017ee\u010di flashe (Experiment\u00e1ln\u00ed) -config.description.internalFlashViewer.execute.as12 = Pokusit se spustit ActionScript 1/2 b\u011bhem p\u0159ehr\u00e1v\u00e1n\u00ed SWF pomoc\u00ed zobrazova\u010de integrovan\u00e9ho v dekompil\u00e1toru - -config.name.warning.hexViewNotUpToDate = Zobrazit Hex zobrazen\u00ed nen\u00ed aktu\u00e1ln\u00ed -config.description.warning.hexViewNotUpToDate = - -config.name.displayDupInstructions = Zobrazit \u00a7\u00a7dup instrukce -config.description.displayDupInstructions = Zobrazit \u00a7\u00a7dup instrukce k k\u00f3du. Bez nich, k\u00f3d m\u016f\u017ee j\u00edt l\u00e9pe zkompilovat, ale n\u011bkter\u00fd duplikovan\u00fd k\u00f3d se sideefekty m\u016f\u017ee b\u00fdt spou\u0161ten dvakr\u00e1t. - -config.name.useRegExprLiteral = Dekompilovat RegExp jako /vzor/mod liter\u00e1l. -config.description.useRegExprLiteral = Pou\u017e\u00edt /vzor/mod syntaxi p\u0159i dekompilaci regul\u00e1rn\u00edch v\u00fdraz\u016f. new RegExp("pat","mod") je pou\u017eito v opa\u010dn\u00e9m p\u0159\u00edpad\u011b. - -config.name.handleSkinPartsAutomatically = Automaticky po\u0159e\u0161it [SkinPart] metadata -config.description.handleSkinPartsAutomatically = Dekompiluje a p\u0159\u00edmo edituje [SkinPart] metadata automaticky. P\u0159i vypnut\u00ed je vid\u011bt a editovateln\u00fd _skinParts atribut a jeho getter. - -config.name.simplifyExpressions = Zjednodu\u0161it v\u00fdrazy -config.description.simplifyExpressions = Vyhodnotit a zjednodu\u0161it v\u00fdrazy aby byl k\u00f3d l\u00e9pe \u010diteln\u00fd - -config.name.resetLetterSpacingOnTextImport = Resetovat mezery mezi p\u00edsmeny p\u0159i importu textu -config.description.resetLetterSpacingOnTextImport = Vhodn\u00e9 pro p\u00edsma s cyrilic\u00ed, proto\u017ee jsou \u0161ir\u0161\u00ed - -config.name.flexSdkLocation = 4) Cesta k Flex SDK slo\u017ece -config.description.flexSdkLocation = Um\u00edst\u011bn\u00ed Adobe Flex SDK. Je pou\u017e\u00edv\u00e1n nejv\u00edce pro AS3 kompilaci. - -config.name.useFlexAs3Compiler = Pou\u017e\u00edt Flex SDK kompil\u00e1tor AS3 -config.description.useFlexAs3Compiler = Pou\u017e\u00edt kompil\u00e1tor AS3 z Flex SDK b\u011bhem p\u0159\u00edm\u00e9 editace ActionScriptu. (Flex SDK slo\u017eka mus\u00ed b\u00fdt nastavena) - -config.name.showSetAdvanceValuesMessage = Zobrazit znovu informace o nastaven\u00ed advance hodnot -config.description.showSetAdvanceValuesMessage = Zobrazit znovu informace o nastaven\u00ed advance hodnot - -config.name.gui.fontSizeMultiplier = N\u00e1sobitel velikosti p\u00edsma -config.description.gui.fontSizeMultiplier = N\u00e1sobitel velikosti p\u00edsma - -config.name.graphVizDotLocation = 5) Cesta k spustiteln\u00e9mu souboru GraphViz Dot -config.description.graphVizDotLocation = Cesta k dot.exe (\u010di podobn\u00e9mu pro linux) appikace GraphViz pro zobrazen\u00ed graf\u016f - +config.name.loopMedia=P\u0159ehr\u00e1vat zvuky a sprity dokola +config.description.loopMedia=Automaticky restartovat p\u0159ehr\u00e1v\u00e1n\u00ed zvuk\u016f a sprit\u016f +config.name.gui.timeLineSplitPane.dividerLocationPercent=(Internal) Um\u00edst\u011bn\u00ed rozd\u011blova\u010de timeline +config.description.gui.timeLineSplitPane.dividerLocationPercent= +config.name.cacheImages=Ke\u0161ovat obr\u00e1zky +config.description.cacheImages=Ke\u0161ovat dek\u00f3dovan\u00e9 objekty obr\u00e1zk\u016f +config.name.swfSpecificConfigs=Konfigurace specifick\u00e9 pro jednotliv\u00e1 SWF +config.description.swfSpecificConfigs=Obsahuje konfigurace pro jednotliv\u00e1 SWF +config.name.exeExportMode=Export m\u00f3d EXE +config.description.exeExportMode=Export m\u00f3d EXE +config.name.ignoreCLikePackages=Ignorovat FlashCC / Alchemy a podobn\u00e9 bal\u00ed\u010dky +config.description.ignoreCLikePackages=FlashCC/Alchemy bal\u00ed\u010dky nelze obvykle korektn\u011b dekompilovaty. M\u016f\u017eete je skr\u00fdt pro zrychlen\u00ed dekompilace jiin\u00fdch bal\u00ed\u010dk\u016f. +config.name.overwriteExistingFiles=P\u0159episovat existuj\u00edc\u00ed soubory +config.description.overwriteExistingFiles=P\u0159episovat existuj\u00edc\u00ed soubory b\u011bhem exportu. Moment\u00e1ln\u011b pouze pro AS2/3 skripty. +config.name.smartNumberFormatting=Pou\u017e\u00edvat chytr\u00e9 form\u00e1tov\u00e1n\u00ed \u010d\u00edsel +config.description.smartNumberFormatting=Form\u00e1tovat speci\u00e1ln\u00ed \u010d\u00edsla (nap\u0159\u00edklad barvy a \u010dasy) +config.name.enableScriptInitializerDisplay=(ODSTRAN\u011aNO) Zobrazit inicializ\u00e1tory skriptu +config.description.enableScriptInitializerDisplay=Povol\u00ed zobrazen\u00ed inicializ\u00e1tor\u016f skript\u016f a jejich editaci. Tohle nastaven\u00ed m\u016f\u017ee p\u0159idat jednu \u0159\u00e1dku do ka\u017ed\u00e9 t\u0159\u00eddy pro zv\u00e1raz\u0148ov\u00e1n\u00ed. +config.name.autoOpenLoadedSWFs=Otev\u00edrat na\u010d\u00edtan\u00e1 SWF b\u011bhem p\u0159ehr\u00e1v\u00e1n\u00ed (Extern\u00ed p\u0159ehr\u00e1va\u010d = jen WIN) +config.description.autoOpenLoadedSWFs=Otev\u00edr\u00e1 automaticky v\u0161echna SWF na\u010d\u00edtan\u00e1 AS3 t\u0159\u00eddou Loader b\u011bhem p\u0159ehr\u00e1v\u00e1n\u00ed v extern\u00edm p\u0159ehr\u00e1va\u010di v FFDec. Toto funguje pouze ve Windows. +config.name.lastSessionFileTitles=Titulky soubor\u016f z posledn\u00ed session +config.description.lastSessionFileTitles=Obsahuje titulky souboru z naposledy otev\u0159en\u00e9 session (nap\u0159\u00edklad kdy\u017e byly otev\u0159eny z URL apod.) +config.group.name.paths=Cesty +config.group.description.paths=Um\u00edst\u011bn\u00ed pot\u0159ebn\u00fdch soubor\u016f +config.group.tip.paths=Stahn\u011bte si projector a Playerglobal na str\u00e1nk\u00e1ch adobe. Flex SDK lze stahnout na webu apache. +config.group.link.paths=https://web.archive.org/web/20220401020702/https://www.adobe.com/support/flashplayer/debug_downloads.html https://flex.apache.org/download-binaries.html +config.name.playerLocation=1) Cesta k Flash Player projectoru +config.description.playerLocation=Um\u00edst\u011bn\u00ed spustiteln\u00e9ho flash playeru. Pou\u017e\u00edvan\u00e9 pro akci Spustit. +config.name.playerDebugLocation=2) Cesta k Flash Player projector content debuggeru +config.description.playerDebugLocation=Um\u00edst\u011bn\u00ed spustiteln\u00e9ho debug flash playeru. Pou\u017e\u00edvan\u00e9 pro akci Ladit. +config.name.playerLibLocation=3) Cesta k PlayerGlobal (.swc) +config.description.playerLibLocation=Um\u00edst\u011bn\u00ed knihovny playerglobal.swc. Pou\u017e\u00edvan\u00e9 hlavn\u011b pro kompilaci AS3. +config.name.debugHalt=Pozastavit spou\u0161t\u011bn\u00ed po startu lad\u011bn\u00ed +config.description.debugHalt=Zapauzovat SWF ihned po spu\u0161t\u011bn\u00ed v re\u017eimu lad\u011bn\u00ed +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: +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= +config.name.setMovieDelay=Zpo\u017ed\u011bn\u00ed p\u0159ed zm\u011bnou SWF souboru v extern\u00edm p\u0159ehr\u00e1va\u010di v milisekund\u00e1ch +config.description.setMovieDelay=Nedoporu\u010dujeme m\u011bnit tuto hodnotu pod 1000ms +config.name.warning.svgImport=Varovat p\u0159i SVG importu +config.description.warning.svgImport= +config.name.shapeImport.useNonSmoothedFill=Pou\u017e\u00edvat nevyhlazovanou(non-smoothed) v\u00fdpl\u0148 kdy\u017e je tvar nahrazen obr\u00e1zkem +config.description.shapeImport.useNonSmoothedFill= +config.name.internalFlashViewer.execute.as12=AS1/2 v intern\u00edm prohl\u00ed\u017ee\u010di flashe (Experiment\u00e1ln\u00ed) +config.description.internalFlashViewer.execute.as12=Pokusit se spustit ActionScript 1/2 b\u011bhem p\u0159ehr\u00e1v\u00e1n\u00ed SWF pomoc\u00ed zobrazova\u010de integrovan\u00e9ho v dekompil\u00e1toru +config.name.warning.hexViewNotUpToDate=Zobrazit Hex zobrazen\u00ed nen\u00ed aktu\u00e1ln\u00ed +config.description.warning.hexViewNotUpToDate= +config.name.displayDupInstructions=Zobrazit \u00a7\u00a7dup instrukce +config.description.displayDupInstructions=Zobrazit \u00a7\u00a7dup instrukce k k\u00f3du. Bez nich, k\u00f3d m\u016f\u017ee j\u00edt l\u00e9pe zkompilovat, ale n\u011bkter\u00fd duplikovan\u00fd k\u00f3d se sideefekty m\u016f\u017ee b\u00fdt spou\u0161ten dvakr\u00e1t. +config.name.useRegExprLiteral=Dekompilovat RegExp jako /vzor/mod liter\u00e1l. +config.description.useRegExprLiteral=Pou\u017e\u00edt /vzor/mod syntaxi p\u0159i dekompilaci regul\u00e1rn\u00edch v\u00fdraz\u016f. new RegExp("pat","mod") je pou\u017eito v opa\u010dn\u00e9m p\u0159\u00edpad\u011b. +config.name.handleSkinPartsAutomatically=Automaticky po\u0159e\u0161it [SkinPart] metadata +config.description.handleSkinPartsAutomatically=Dekompiluje a p\u0159\u00edmo edituje [SkinPart] metadata automaticky. P\u0159i vypnut\u00ed je vid\u011bt a editovateln\u00fd _skinParts atribut a jeho getter. +config.name.simplifyExpressions=Zjednodu\u0161it v\u00fdrazy +config.description.simplifyExpressions=Vyhodnotit a zjednodu\u0161it v\u00fdrazy aby byl k\u00f3d l\u00e9pe \u010diteln\u00fd +config.name.resetLetterSpacingOnTextImport=Resetovat mezery mezi p\u00edsmeny p\u0159i importu textu +config.description.resetLetterSpacingOnTextImport=Vhodn\u00e9 pro p\u00edsma s cyrilic\u00ed, proto\u017ee jsou \u0161ir\u0161\u00ed +config.name.flexSdkLocation=4) Cesta k Flex SDK slo\u017ece +config.description.flexSdkLocation=Um\u00edst\u011bn\u00ed Adobe Flex SDK. Je pou\u017e\u00edv\u00e1n nejv\u00edce pro AS3 kompilaci. +config.name.useFlexAs3Compiler=Pou\u017e\u00edt Flex SDK kompil\u00e1tor AS3 +config.description.useFlexAs3Compiler=Pou\u017e\u00edt kompil\u00e1tor AS3 z Flex SDK b\u011bhem p\u0159\u00edm\u00e9 editace ActionScriptu. (Flex SDK slo\u017eka mus\u00ed b\u00fdt nastavena) +config.name.showSetAdvanceValuesMessage=Zobrazit znovu informace o nastaven\u00ed advance hodnot +config.description.showSetAdvanceValuesMessage=Zobrazit znovu informace o nastaven\u00ed advance hodnot +config.name.gui.fontSizeMultiplier=N\u00e1sobitel velikosti p\u00edsma +config.description.gui.fontSizeMultiplier=N\u00e1sobitel velikosti p\u00edsma +config.name.graphVizDotLocation=5) Cesta k spustiteln\u00e9mu souboru GraphViz Dot +config.description.graphVizDotLocation=Cesta k dot.exe (\u010di podobn\u00e9mu pro linux) appikace GraphViz pro zobrazen\u00ed graf\u016f #Do not translate the Font Styles which is in the parenthesis:(Plain,Bold,Italic,BoldItalic) -config.name.gui.sourceFont = Zdrojov\u00fd styl p\u00edsma -config.description.gui.sourceFont = N\u00e1zevFontu-StylP\u00edsma(Plain,Bold,Italic,BoldItalic)-VelikostP\u00edsma - +config.name.gui.sourceFont=Zdrojov\u00fd styl p\u00edsma +config.description.gui.sourceFont=N\u00e1zevFontu-StylP\u00edsma(Plain,Bold,Italic,BoldItalic)-VelikostP\u00edsma #after 11.1.0 -config.name.as12DeobfuscatorExecutionLimit = AS1/2 spou\u0161t\u011bc\u00ed limit deobfusk\u00e1toru -config.description.as12DeobfuscatorExecutionLimit = Maxim\u00e1ln\u00ed po\u010det instrukc\u00ed zpracovan\u00fdch b\u011bhem AS1/2 spou\u0161t\u011bc\u00ed deobfuskace - +config.name.as12DeobfuscatorExecutionLimit=AS1/2 spou\u0161t\u011bc\u00ed limit deobfusk\u00e1toru +config.description.as12DeobfuscatorExecutionLimit=Maxim\u00e1ln\u00ed po\u010det instrukc\u00ed zpracovan\u00fdch b\u011bhem AS1/2 spou\u0161t\u011bc\u00ed deobfuskace #option that ignore in 8.0.1 and other versions -config.name.showOriginalBytesInPcodeHex = (Internal) Zobrazit p\u016fvodn\u00ed byty -config.description.showOriginalBytesInPcodeHex = zobrazit p\u016fvodn\u00ed byty v P-k\u00f3d hex - -config.name.showFileOffsetInPcodeHex = (Internal) Zobrazit pozici v souboru -config.description.showFileOffsetInPcodeHex = zobrazit pozici v souboru v P-k\u00f3d hex - -config.name._enableFlexExport = (Internal) enableFlexExport -config.description.enableFlexExport = povolit Flex Export - -config.name._ignoreAdditionalFlexClasses = (Internal) ignoreAdditionalFlexClasses -config.description.ignoreAdditionalFlexClasses = ignorovat P\u0159\u00eddavn\u00e9 Flex t\u0159\u00eddy - -config.name.hwAcceleratedGraphics = (Internal) hwAcceleratedGraphics -config.description.hwAcceleratedGraphics = hw Akcelerovan\u00fd Grafika - -config.name.gui.avm2.splitPane.docs.dividerLocationPercent = (Internal) splitPanedocsdividerLocationPercent -config.description.gui.avm2.splitPane.docs.dividerLocationPercent = pozice v procentech um\u00edst\u011bn\u00ed dokumenta\u010dn\u00edho splitPane - -config.name.gui.dump.splitPane.dividerLocationPercent = (Internal) dumpsplitPanedividerLocationPercent -config.description.gui.dump.splitPane.dividerLocationPercent = pozice v procentech um\u00edst\u011bn\u00ed dump splitPane - +config.name.showOriginalBytesInPcodeHex=(Internal) Zobrazit p\u016fvodn\u00ed byty +config.description.showOriginalBytesInPcodeHex=zobrazit p\u016fvodn\u00ed byty v P-k\u00f3d hex +config.name.showFileOffsetInPcodeHex=(Internal) Zobrazit pozici v souboru +config.description.showFileOffsetInPcodeHex=zobrazit pozici v souboru v P-k\u00f3d hex +config.name._enableFlexExport=(Internal) enableFlexExport +config.description.enableFlexExport=povolit Flex Export +config.name._ignoreAdditionalFlexClasses=(Internal) ignoreAdditionalFlexClasses +config.description.ignoreAdditionalFlexClasses=ignorovat P\u0159\u00eddavn\u00e9 Flex t\u0159\u00eddy +config.name.hwAcceleratedGraphics=(Internal) hwAcceleratedGraphics +config.description.hwAcceleratedGraphics=hw Akcelerovan\u00fd Grafika +config.name.gui.avm2.splitPane.docs.dividerLocationPercent=(Internal) splitPanedocsdividerLocationPercent +config.description.gui.avm2.splitPane.docs.dividerLocationPercent=pozice v procentech um\u00edst\u011bn\u00ed dokumenta\u010dn\u00edho splitPane +config.name.gui.dump.splitPane.dividerLocationPercent=(Internal) dumpsplitPanedividerLocationPercent +config.description.gui.dump.splitPane.dividerLocationPercent=pozice v procentech um\u00edst\u011bn\u00ed dump splitPane #after 11.3.0 -config.name.useAdobeFlashPlayerForPreviews = (P\u0159ekon\u00e1no) Pou\u017e\u00edvat Adobe Flash player pro n\u00e1hledy objekt\u016f -config.description.useAdobeFlashPlayerForPreviews = Pou\u017e\u00edvat Adobe Flash player pro n\u00e1hledy objekt\u016f. VAROV\u00c1N\u00cd: FlashPlayer nen\u00ed podporov\u00e1n\u00ed od 2021-01-12 - +config.name.useAdobeFlashPlayerForPreviews=(P\u0159ekon\u00e1no) Pou\u017e\u00edvat Adobe Flash player pro n\u00e1hledy objekt\u016f +config.description.useAdobeFlashPlayerForPreviews=Pou\u017e\u00edvat Adobe Flash player pro n\u00e1hledy objekt\u016f. VAROV\u00c1N\u00cd: FlashPlayer nen\u00ed podporov\u00e1n\u00ed od 2021-01-12 #after 12.0.1 -config.name.showLineNumbersInPCodeGraphvizGraph = Zobrazovat \u010d\u00edsla \u0159\u00e1dek v Graphviz grafech -config.description.showLineNumbersInPCodeGraphvizGraph = Zobrazovat \u010d\u00edsla \u0159\u00e1dek v graphviz grafech P-k\u00f3du - -config.name.padAs3PCodeInstructionName = Zarovnat n\u00e1zvy instrukc\u00ed AS3 P-k\u00f3du -config.description.padAs3PCodeInstructionName = Zarovnat n\u00e1zvy instrukc\u00ed AS3 P-k\u00f3du mezerami - +config.name.showLineNumbersInPCodeGraphvizGraph=Zobrazovat \u010d\u00edsla \u0159\u00e1dek v Graphviz grafech +config.description.showLineNumbersInPCodeGraphvizGraph=Zobrazovat \u010d\u00edsla \u0159\u00e1dek v graphviz grafech P-k\u00f3du +config.name.padAs3PCodeInstructionName=Zarovnat n\u00e1zvy instrukc\u00ed AS3 P-k\u00f3du +config.description.padAs3PCodeInstructionName=Zarovnat n\u00e1zvy instrukc\u00ed AS3 P-k\u00f3du mezerami #after 13.0.2 -config.name.indentAs3PCode = Odsadit AS3 P-k\u00f3d -config.description.indentAs3PCode = Odsadit AS3 P-k\u00f3d bloky jako trait/body/code - -config.name.labelOnSeparateLineAs3PCode = N\u00e1v\u011b\u0161t\u00ed v AS3 P-k\u00f3du na zvl\u00e1\u0161tn\u00edm \u0159\u00e1dku -config.description.labelOnSeparateLineAs3PCode = N\u00e1v\u011b\u0161t\u00ed v AS3 P-k\u00f3du budou st\u00e1t na zvl\u00e1\u0161tn\u00edm \u0159\u00e1dku - -config.name.useOldStyleGetSetLocalsAs3PCode = Pou\u017e\u00edvat postaru getlocal_x m\u00edsto getlocalx v AS3 P-k\u00f3du -config.description.useOldStyleGetSetLocalsAs3PCode = Pou\u017e\u00edvat postaru getlocal_x, setlocal_x z FFDec 12.x a star\u0161\u00edho - -config.name.useOldStyleLookupSwitchAs3PCode = Pou\u017e\u00edvat star\u00fd styl lookupswitch bez hranat\u00fdch z\u00e1vorek v AS3 P-k\u00f3du -config.description.useOldStyleLookupSwitchAs3PCode = Pou\u017e\u00edvat star\u00fd styl lookupswitch z FFDec 12.x a star\u0161\u00edho - +config.name.indentAs3PCode=Odsadit AS3 P-k\u00f3d +config.description.indentAs3PCode=Odsadit AS3 P-k\u00f3d bloky jako trait/body/code +config.name.labelOnSeparateLineAs3PCode=N\u00e1v\u011b\u0161t\u00ed v AS3 P-k\u00f3du na zvl\u00e1\u0161tn\u00edm \u0159\u00e1dku +config.description.labelOnSeparateLineAs3PCode=N\u00e1v\u011b\u0161t\u00ed v AS3 P-k\u00f3du budou st\u00e1t na zvl\u00e1\u0161tn\u00edm \u0159\u00e1dku +config.name.useOldStyleGetSetLocalsAs3PCode=Pou\u017e\u00edvat postaru getlocal_x m\u00edsto getlocalx v AS3 P-k\u00f3du +config.description.useOldStyleGetSetLocalsAs3PCode=Pou\u017e\u00edvat postaru getlocal_x, setlocal_x z FFDec 12.x a star\u0161\u00edho +config.name.useOldStyleLookupSwitchAs3PCode=Pou\u017e\u00edvat star\u00fd styl lookupswitch bez hranat\u00fdch z\u00e1vorek v AS3 P-k\u00f3du +config.description.useOldStyleLookupSwitchAs3PCode=Pou\u017e\u00edvat star\u00fd styl lookupswitch z FFDec 12.x a star\u0161\u00edho #after 13.0.3 -config.name.checkForModifications = Kontrolovat zm\u011bny soubor\u016f mimo FFDec -config.description.checkForModifications = Kontrolovat zm\u011bny soubor\u016f jin\u00fdmi aplikacemi a pt\u00e1t se na nov\u00e9 na\u010dten\u00ed - -config.name.warning.initializers = Varovat p\u0159i AS3 slot/const editaci o inicializ\u00e1torech -config.description.warning.initializers = Zobrazovat varov\u00e1n\u00ed p\u0159i editaci AS3 slot/const o inicializ\u00e1torech - -config.name.parametersPanelInSearchResults = Zobrazit panel s parametry ve v\u00fdsledc\u00edch vyhled\u00e1v\u00e1n\u00ed -config.description.parametersPanelInSearchResults = Zobraz\u00ed panel s parametry jako hledan\u00fd text / ignorovat velikost / regexp v okn\u011b v\u00fdsledk\u016f hled\u00e1n\u00ed - -config.name.displayAs3PCodeDocsPanel = Zobrazit panel s dokumentac\u00ed v AS3 P-k\u00f3du -config.description.displayAs3PCodeDocsPanel = Zobraz\u00ed panel s dokumentac\u00ed instrukc\u00ed a struktury k\u00f3du p\u0159i editaci a zobrazen\u00ed AS3 P-k\u00f3du - -config.name.displayAs3TraitsListAndConstantsPanel = Zobrazit panel se seznamem AS3 vlastnost\u00ed a konstant -config.description.displayAs3TraitsListAndConstantsPanel = Zobraz\u00ed panel se seznamem AS3 vlastnost\u00ed a konstant pod stromem tag\u016f. - -config.name.useAsTypeIcons = Pou\u017e\u00edt ikony skript\u016f na z\u00e1klad\u011b typu polo\u017eky -config.description.useAsTypeIcons = Pou\u017eije r\u016fzn\u00e9 ikony pro r\u016fzn\u00e9 typy skript\u016f (t\u0159\u00edda/interface/frame/...) - -config.name.limitAs3PCodeOffsetMatching = Limit matchov\u00e1n\u00ed offset\u016f v AS3 p-k\u00f3du -config.description.limitAs3PCodeOffsetMatching = Limit instrukc\u00ed v AS3 p-k\u00f3du kter\u00e9 jsou matchovan\u00e9 offsetem na AS3 skript - -config.name.showSlowRenderingWarning = Zalogovat varov\u00e1n\u00ed kdy\u017e je renderov\u00e1n\u00ed p\u0159\u00edli\u0161 pomal\u00e9 -config.description.showSlowRenderingWarning = Zaloguje varov\u00e1n\u00ed kdy\u017e intern\u00ed zobrazova\u010d flashe je p\u0159\u00edli\u0161 pomal\u00fd na zobrazen\u00ed obsahu - -config.name.autoCloseQuotes = Automaticky uzav\u00edrat jednoduch\u00e9 uvozovky p\u0159i editov\u00e1n\u00ed skriptu -config.description.autoCloseQuotes = Automaticky vlo\u017e\u00ed druhou jednoduchou uvozovku ' po naps\u00e1n\u00ed prvn\u00ed - -config.name.autoCloseDoubleQuotes = Automaticky uzav\u00edrat dvojit\u00e9 uvozovky p\u0159i editov\u00e1n\u00ed skriptu -config.description.autoCloseDoubleQuotes = Automaticky vlo\u017e\u00ed druhou dvojitou uvozovku " po naps\u00e1n\u00ed prvn\u00ed - -config.name.autoCloseBrackets = Automaticky uzav\u00edrat hranat\u00e9 z\u00e1vorky p\u0159i editov\u00e1n\u00ed skriptu -config.description.autoCloseBrackets = Automaticky vlo\u017e\u00ed uzav\u00edrac\u00ed hranatou z\u00e1vorku ] p\u0159i naps\u00e1n\u00ed otev\u00edrac\u00ed [ - -config.name.autoCloseParenthesis = Automaticky uzav\u00edrat kulat\u00e9 z\u00e1vorky p\u0159i editov\u00e1n\u00ed skriptu -config.description.autoCloseParenthesis = Automaticky vlo\u017e\u00ed uzav\u00edrac\u00ed kulatou z\u00e1vorku ) p\u0159i naps\u00e1n\u00ed otev\u00edrac\u00ed ( - -config.name.showDialogOnError = Zobrazit dialog s chybami p\u0159i ka\u017ed\u00e9 chyb\u011b -config.description.showDialogOnError = Automaticky zobaz\u00ed chybov\u00fd dialog p\u0159i ka\u017ed\u00e9m v\u00fdskytu chyby - -config.name.limitSameChars = Limit stejn\u00fdch znak\u016f pro \\{xx}C (opakovac\u00ed) escape sekvenci -config.description.limitSameChars = Maxim\u00e1ln\u00ed po\u010det stejn\u00fdch znak\u016f za sebou v P-code \u0159et\u011bzc\u00edch \u010di obfuskovan\u00fdch jm\u00e9nech p\u0159ed nahrazen\u00edm \\{xx}C opakovac\u00ed sekvenc\u00ed - -config.name.showImportScriptsInfo = Zobrazit informaci p\u0159ed importem skript\u016f -config.description.showImportScriptsInfo = Zobraz\u00ed n\u011bjak\u00e9 informace o tom jak import skript\u016f funguje po kliku na import skript\u016f v menu. - -config.name.showImportTextInfo = Zobrazit informaci p\u0159ed importem textu -config.description.showImportTextInfo = Zobraz\u00ed n\u011bjak\u00e9 informace o tom jak import text\u016f funguje po kliku na import skript\u016f v menu. - -config.name.showImportSymbolClassInfo = Zobrazit informaci p\u0159ed importem Symbol-Class -config.description.showImportSymbolClassInfo = Zobraz\u00ed n\u011bjak\u00e9 informace o tom jak import Symbol-Class funguje po kliku na import Symbol-Class v menu. - -config.name.showImportXmlInfo = Zobrazit informaci p\u0159ed importem XML -config.description.showImportXmlInfo = Zobraz\u00ed n\u011bjak\u00e9 informace o tom jak import XML funguje po kliku na import XML v menu. - +config.name.checkForModifications=Kontrolovat zm\u011bny soubor\u016f mimo FFDec +config.description.checkForModifications=Kontrolovat zm\u011bny soubor\u016f jin\u00fdmi aplikacemi a pt\u00e1t se na nov\u00e9 na\u010dten\u00ed +config.name.warning.initializers=Varovat p\u0159i AS3 slot/const editaci o inicializ\u00e1torech +config.description.warning.initializers=Zobrazovat varov\u00e1n\u00ed p\u0159i editaci AS3 slot/const o inicializ\u00e1torech +config.name.parametersPanelInSearchResults=Zobrazit panel s parametry ve v\u00fdsledc\u00edch vyhled\u00e1v\u00e1n\u00ed +config.description.parametersPanelInSearchResults=Zobraz\u00ed panel s parametry jako hledan\u00fd text / ignorovat velikost / regexp v okn\u011b v\u00fdsledk\u016f hled\u00e1n\u00ed +config.name.displayAs3PCodeDocsPanel=Zobrazit panel s dokumentac\u00ed v AS3 P-k\u00f3du +config.description.displayAs3PCodeDocsPanel=Zobraz\u00ed panel s dokumentac\u00ed instrukc\u00ed a struktury k\u00f3du p\u0159i editaci a zobrazen\u00ed AS3 P-k\u00f3du +config.name.displayAs3TraitsListAndConstantsPanel=Zobrazit panel se seznamem AS3 vlastnost\u00ed a konstant +config.description.displayAs3TraitsListAndConstantsPanel=Zobraz\u00ed panel se seznamem AS3 vlastnost\u00ed a konstant pod stromem tag\u016f. +config.name.useAsTypeIcons=Pou\u017e\u00edt ikony skript\u016f na z\u00e1klad\u011b typu polo\u017eky +config.description.useAsTypeIcons=Pou\u017eije r\u016fzn\u00e9 ikony pro r\u016fzn\u00e9 typy skript\u016f (t\u0159\u00edda/interface/frame/...) +config.name.limitAs3PCodeOffsetMatching=Limit matchov\u00e1n\u00ed offset\u016f v AS3 p-k\u00f3du +config.description.limitAs3PCodeOffsetMatching=Limit instrukc\u00ed v AS3 p-k\u00f3du kter\u00e9 jsou matchovan\u00e9 offsetem na AS3 skript +config.name.showSlowRenderingWarning=Zalogovat varov\u00e1n\u00ed kdy\u017e je renderov\u00e1n\u00ed p\u0159\u00edli\u0161 pomal\u00e9 +config.description.showSlowRenderingWarning=Zaloguje varov\u00e1n\u00ed kdy\u017e intern\u00ed zobrazova\u010d flashe je p\u0159\u00edli\u0161 pomal\u00fd na zobrazen\u00ed obsahu +config.name.autoCloseQuotes=Automaticky uzav\u00edrat jednoduch\u00e9 uvozovky p\u0159i editov\u00e1n\u00ed skriptu +config.description.autoCloseQuotes=Automaticky vlo\u017e\u00ed druhou jednoduchou uvozovku ' po naps\u00e1n\u00ed prvn\u00ed +config.name.autoCloseDoubleQuotes=Automaticky uzav\u00edrat dvojit\u00e9 uvozovky p\u0159i editov\u00e1n\u00ed skriptu +config.description.autoCloseDoubleQuotes=Automaticky vlo\u017e\u00ed druhou dvojitou uvozovku " po naps\u00e1n\u00ed prvn\u00ed +config.name.autoCloseBrackets=Automaticky uzav\u00edrat hranat\u00e9 z\u00e1vorky p\u0159i editov\u00e1n\u00ed skriptu +config.description.autoCloseBrackets=Automaticky vlo\u017e\u00ed uzav\u00edrac\u00ed hranatou z\u00e1vorku ] p\u0159i naps\u00e1n\u00ed otev\u00edrac\u00ed [ +config.name.autoCloseParenthesis=Automaticky uzav\u00edrat kulat\u00e9 z\u00e1vorky p\u0159i editov\u00e1n\u00ed skriptu +config.description.autoCloseParenthesis=Automaticky vlo\u017e\u00ed uzav\u00edrac\u00ed kulatou z\u00e1vorku ) p\u0159i naps\u00e1n\u00ed otev\u00edrac\u00ed ( +config.name.showDialogOnError=Zobrazit dialog s chybami p\u0159i ka\u017ed\u00e9 chyb\u011b +config.description.showDialogOnError=Automaticky zobaz\u00ed chybov\u00fd dialog p\u0159i ka\u017ed\u00e9m v\u00fdskytu chyby +config.name.limitSameChars=Limit stejn\u00fdch znak\u016f pro \\{xx}C (opakovac\u00ed) escape sekvenci +config.description.limitSameChars=Maxim\u00e1ln\u00ed po\u010det stejn\u00fdch znak\u016f za sebou v P-code \u0159et\u011bzc\u00edch \u010di obfuskovan\u00fdch jm\u00e9nech p\u0159ed nahrazen\u00edm \\{xx}C opakovac\u00ed sekvenc\u00ed +config.name.showImportScriptsInfo=Zobrazit informaci p\u0159ed importem skript\u016f +config.description.showImportScriptsInfo=Zobraz\u00ed n\u011bjak\u00e9 informace o tom jak import skript\u016f funguje po kliku na import skript\u016f v menu. +config.name.showImportTextInfo=Zobrazit informaci p\u0159ed importem textu +config.description.showImportTextInfo=Zobraz\u00ed n\u011bjak\u00e9 informace o tom jak import text\u016f funguje po kliku na import skript\u016f v menu. +config.name.showImportSymbolClassInfo=Zobrazit informaci p\u0159ed importem Symbol-Class +config.description.showImportSymbolClassInfo=Zobraz\u00ed n\u011bjak\u00e9 informace o tom jak import Symbol-Class funguje po kliku na import Symbol-Class v menu. +config.name.showImportXmlInfo=Zobrazit informaci p\u0159ed importem XML +config.description.showImportXmlInfo=Zobraz\u00ed n\u011bjak\u00e9 informace o tom jak import XML funguje po kliku na import XML v menu. #after 15.1.1 -config.name.lastSessionTagListSelection = V\u00fdb\u011br ze seznamu tag z posledn\u00ed session -config.description.lastSessionTagListSelection = Obsahuje v\u00fdb\u011br z posledn\u00ed sessiony v zobrazen\u00ed seznamu tag\u016f - -config.name.lastView = Posledn\u00ed m\u00f3d zobrazen\u00ed -config.description.lastView = Naposledy zvolen\u00fd m\u00f3d zobrazen\u00ed - -config.name.swfSpecificCustomConfigs = Vlastn\u00ed konfigurace specifick\u00e1 pro jednotliv\u00e9 SWF -config.description.swfSpecificCustomConfigs = Obsahuje konfiguraci specifickou pro jednotliv\u00e1 SWF ve vlastn\u00edm form\u00e1tu - -config.name.warningOpeningReadOnly = Varovat p\u0159i otev\u00edr\u00e1n\u00ed SWF co jsou jen ke \u010dten\u00ed -config.description.warningOpeningReadOnly = Zobrazovat varov\u00e1n\u00ed p\u0159i otev\u00edr\u00e1n\u00ed SWF ze zdroj\u016f co jsou jen ke \u010dten\u00ed - +config.name.lastSessionTagListSelection=V\u00fdb\u011br ze seznamu tag z posledn\u00ed session +config.description.lastSessionTagListSelection=Obsahuje v\u00fdb\u011br z posledn\u00ed sessiony v zobrazen\u00ed seznamu tag\u016f +config.name.lastView=Posledn\u00ed m\u00f3d zobrazen\u00ed +config.description.lastView=Naposledy zvolen\u00fd m\u00f3d zobrazen\u00ed +config.name.swfSpecificCustomConfigs=Vlastn\u00ed konfigurace specifick\u00e1 pro jednotliv\u00e9 SWF +config.description.swfSpecificCustomConfigs=Obsahuje konfiguraci specifickou pro jednotliv\u00e1 SWF ve vlastn\u00edm form\u00e1tu +config.name.warningOpeningReadOnly=Varovat p\u0159i otev\u00edr\u00e1n\u00ed SWF co jsou jen ke \u010dten\u00ed +config.description.warningOpeningReadOnly=Zobrazovat varov\u00e1n\u00ed p\u0159i otev\u00edr\u00e1n\u00ed SWF ze zdroj\u016f co jsou jen ke \u010dten\u00ed # after 16.1.0 -config.name.showImportImageInfo = Zobrazit informaci p\u0159ed importem obr\u00e1zk\u016f -config.description.showImportImageInfo = Zobraz\u00ed n\u011bjak\u00e9 informace o tom jak import obr\u00e1zk\u016f funguje po kliku na import obr\u00e1zk\u016f v menu. - -config.name.autoPlaySwfs = Automaticky p\u0159ehr\u00e1vat n\u00e1hledy SWF -config.description.autoPlaySwfs = Automaticky p\u0159ehr\u00e1vat n\u00e1hled SWF p\u0159i v\u00fdb\u011bru SWF polo\u017eky. - -config.name.expandFirstLevelOfTreeOnLoad = Rozbalit prvn\u00ed \u00farove\u0148 stromu p\u0159i na\u010dten\u00ed SWF -config.description.expandFirstLevelOfTreeOnLoad = Automaticky rozbal\u00ed prvn\u00ed \u00farove\u0148 polo\u017eek stromu p\u0159i otev\u0159en\u00ed SWF. - +config.name.showImportImageInfo=Zobrazit informaci p\u0159ed importem obr\u00e1zk\u016f +config.description.showImportImageInfo=Zobraz\u00ed n\u011bjak\u00e9 informace o tom jak import obr\u00e1zk\u016f funguje po kliku na import obr\u00e1zk\u016f v menu. +config.name.autoPlaySwfs=Automaticky p\u0159ehr\u00e1vat n\u00e1hledy SWF +config.description.autoPlaySwfs=Automaticky p\u0159ehr\u00e1vat n\u00e1hled SWF p\u0159i v\u00fdb\u011bru SWF polo\u017eky. +config.name.expandFirstLevelOfTreeOnLoad=Rozbalit prvn\u00ed \u00farove\u0148 stromu p\u0159i na\u010dten\u00ed SWF +config.description.expandFirstLevelOfTreeOnLoad=Automaticky rozbal\u00ed prvn\u00ed \u00farove\u0148 polo\u017eek stromu p\u0159i otev\u0159en\u00ed SWF. # after 16.2.0 -config.name.allowPlacingDefinesIntoSprites = Povolit umis\u0165ov\u00e1n\u00ed defini\u010dn\u00edch tag\u016f do DefineSprite -config.description.allowPlacingDefinesIntoSprites = Povol\u00ed umis\u0165ov\u00e1n\u00ed (p\u0159esun/kop\u00edrov\u00e1n\u00ed/ta\u017een\u00ed dovnit\u0159) defini\u010dn\u00edch tag\u016f do DefineSprite. - -config.name.allowDragAndDropInTagListTree = Povolit drag and drop v zobrazen\u00ed seznamu tag\u016f -config.description.allowDragAndDropInTagListTree = Povol\u00ed p\u0159esouv\u00e1n\u00ed / kop\u00edrov\u00e1n\u00ed tag\u016f pomoc\u00ed drag and drop v stromu zobrazen\u00ed seznamu tag\u016f. - -config.name.allowMiterClipLinestyle = (REMOVED) Povolit styl \u010d\u00e1ry miter clip (POMAL\u00c9) -config.description.allowMiterClipLinestyle = Povolit animace podsprit\u016f v n\u00e1hledu timeliny. - -advancedSettings.search = Hledat: - +config.name.allowPlacingDefinesIntoSprites=Povolit umis\u0165ov\u00e1n\u00ed defini\u010dn\u00edch tag\u016f do DefineSprite +config.description.allowPlacingDefinesIntoSprites=Povol\u00ed umis\u0165ov\u00e1n\u00ed (p\u0159esun/kop\u00edrov\u00e1n\u00ed/ta\u017een\u00ed dovnit\u0159) defini\u010dn\u00edch tag\u016f do DefineSprite. +config.name.allowDragAndDropInTagListTree=Povolit drag and drop v zobrazen\u00ed seznamu tag\u016f +config.description.allowDragAndDropInTagListTree=Povol\u00ed p\u0159esouv\u00e1n\u00ed / kop\u00edrov\u00e1n\u00ed tag\u016f pomoc\u00ed drag and drop v stromu zobrazen\u00ed seznamu tag\u016f. +config.name.allowMiterClipLinestyle=(REMOVED) Povolit styl \u010d\u00e1ry miter clip (POMAL\u00c9) +config.description.allowMiterClipLinestyle=Povolit animace podsprit\u016f v n\u00e1hledu timeliny. +advancedSettings.search=Hledat: # after 16.3.1 -config.name.animateSubsprites = Animovat podsprity v n\u00e1hledu -config.description.animateSubsprites = Povolit animace podsprit\u016f na n\u00e1hledu \u010dasov\u00e9 osy. - -config.name.autoPlayPreviews = Automaticky p\u0159ehr\u00e1vat n\u00e1hledy -config.description.autoPlayPreviews = Automaticky p\u0159ehr\u00e1vat n\u00e1hledy. - -config.name.maxCachedTime = Maxim\u00e1ln\u00ed \u010das do\u010dasn\u00e9 cache -config.description.maxCachedTime = Maxim\u00e1ln\u00ed \u010das v milisekund\u00e1ch, kter\u00fd mus\u00ed ub\u011bhnout, aby byla polo\u017eka(kter\u00e1 nebyla mezit\u00edm aktivn\u00ed) odstran\u011bna z cache. Nastavte sem hodnotu 0 pro nekone\u010dn\u00e9 cachov\u00e1n\u00ed. - -config.name.airLibLocation = 6) Cesta ke knihovn\u011b AIR (airglobal.swc) -config.description.airLibLocation = Um\u00edst\u011bn\u00ed knihovny AIR s n\u00e1zvem "airglobal.swc". M\u016f\u017ee b\u00fdt pou\u017eitou zejm\u00e9na pro AS3 kompilaci. - -config.name.showImportShapeInfo = Zobrazit informaci p\u0159ed importem tvar\u016f -config.description.showImportShapeInfo = Zobraz\u00ed n\u011bjak\u00e9 informace o tom jak import tvar\u016f funguje po kliku na import tvar\u016f v menu. - -config.name.pinnedItemsTagTreePaths = Cesty p\u0159ipnut\u00fdch polo\u017eek v stromu tag\u016f -config.description.pinnedItemsTagTreePaths = Cesty uzl\u016f v stromu tag\u016f, kter\u00e9 jsou p\u0159ipnuty. - -config.name.pinnedItemsTagListPaths = Cesty p\u0159ipnut\u00fdch polo\u017eek v stromu seznamu tag\u016f -config.description.pinnedItemsTagListPaths = Cesty uzl\u016f v stromu seznamu tag\u016f, kter\u00e9 jsou p\u0159ipnuty. - -config.name.flattenASPackages = Zplo\u0161tit bal\u00ed\u010dky ActionScriptu -config.description.flattenASPackages = Zobraz\u00ed bal\u00ed\u010dky jako jednu polo\u017eku pro bal\u00ed\u010dek m\u00edsto stromu bal\u00ed\u010dku. - -config.name.gui.scale = UI faktor zv\u011bt\u0161en\u00ed -config.description.gui.scale = Zv\u011bt\u0161ovac\u00ed faktor grafick\u00e9ho rozhran\u00ed. Nastavte toto na 2.0 na retina displej\u00edch na Macu. Je vy\u017eadov\u00e1no tvrd\u00e9 ukon\u010den\u00ed aplikace (nejen restart po dotazu). - -config.name.warning.video.vlc = Varovat p\u0159i chyb\u011bj\u00edc\u00edm VLC -config.description.warning.video.vlc = Zobrazovat varov\u00e1n\u00ed o vy\u017eadovan\u00e9m VLC media playeru p\u0159i otev\u00edr\u00e1n\u00ed SWF s DefineVideoStream tagy kdy\u017e je VLC nedostupn\u00fd. - -config.name.playFrameSounds = P\u0159ehr\u00e1vat sn\u00edmkov\u00e9 zvuky -config.description.playFrameSounds = P\u0159ehr\u00e1vat zvuky p\u0159i zobrazov\u00e1n\u00ed sn\u00edmk\u016f. - -config.name.fixAntialiasConflation = Pokusit se opravit antialiasingovou konflaci (EXPERIMENT\u00c1LN\u00cd, POMAL\u00c9) -config.description.fixAntialiasConflation = Pokus\u00ed se opravit konfla\u010dn\u00ed artefakty mezi p\u0159il\u00e9haj\u00edc\u00edmi tvary zp\u016fsobenou antialiasingem. Toto zpomaluje renderov\u00e1n\u00ed. Experiment\u00e1ln\u00ed. - -config.name.autoPlaySounds = Automaticky p\u0159ehr\u00e1vat zvuky -config.description.autoPlaySounds = Automaticky p\u0159ehr\u00e1vat zvuky (DefineSound) p\u0159i v\u00fdb\u011bru polo\u017eky ve stromu. - -config.name.deobfuscateAs12RemoveInvalidNamesAssignments = AS1/2 deobfuskace: Odstranit deklarace prom\u011bnn\u00fdch s obfuskovan\u00fdmi n\u00e1zvy -config.description.deobfuscateAs12RemoveInvalidNamesAssignments = B\u011bhem deobfuskace AS1/2 odstranit deklarace prom\u011bnn\u00fdch, kter\u00e9 maj\u00ed nestandardn\u00ed n\u00e1zev. VAROV\u00c1N\u00cd: Toto m\u016f\u017ee po\u0161kodit SWF soubory, kter\u00e9 z\u00e1vis\u00ed na obfuskovan\u00fdch n\u00e1zvech. - -config.name.gui.splitPanePlace.dividerLocationPercent = (Intern\u00ed) Pozice rozd\u011blova\u010de place -config.description.gui.splitPanePlace.dividerLocationPercent = - -config.name.gui.splitPaneTransform1.dividerLocationPercent = (Intern\u00ed) Pozice rozd\u011blova\u010de transformace1 -config.description.gui.splitPaneTransform1.dividerLocationPercent = - -config.name.gui.splitPaneTransform2.dividerLocationPercent = (Intern\u00ed) Pozice rozd\u011blova\u010de transformace2 -config.description.gui.splitPaneTransform2.dividerLocationPercent = - -config.name.gui.transform.lastExpandedCards = (Intern\u00ed) Posledn\u00ed rozbalen\u00e9 transforma\u010dn\u00ed karty -config.description.gui.transform.lastExpandedCards = - -config.name.doubleClickNodeToEdit = Dvojit\u00fd klik za\u010dne editaci -config.description.doubleClickNodeToEdit = Dvojit\u00e9 kliknut\u00ed na polo\u017eku ve stromu za\u010dne jej\u00ed editaci. - -config.name.warningDeobfuscation = Varovat p\u0159i p\u0159ep\u00edn\u00e1n\u00ed deobfuskace -config.description.warningDeobfuscation = Zobrazovat varov\u00e1n\u00ed b\u011bhem zap\u00edn\u00e1n\u00ed/vyp\u00edn\u00e1n\u00ed deobfuskace. - -config.name.warningRenameIdentifiers = Varovat p\u0159i p\u0159ep\u00edn\u00e1n\u00ed autop\u0159ejm\u00e9nov\u00e1n\u00ed identifik\u00e1tor\u016f -config.description.warningRenameIdentifiers = Zobrazovat varov\u00e1n\u00ed b\u011bhem zap\u00edn\u00e1n\u00ed featury automatick\u00e9ho p\u0159ejmenov\u00e1n\u00ed identifik\u00e1tor\u016f. - -config.name.showImportMovieInfo = Zobrazit informaci p\u0159ed importem vide\u00ed -config.description.showImportMovieInfo = Zobraz\u00ed n\u011bjak\u00e9 informace o tom jak import vide\u00ed funguje po kliku na import vide\u00ed v menu. - -config.name.showImportSoundInfo = Zobrazit informaci p\u0159ed importem zvuk\u016f -config.description.showImportSoundInfo = Zobraz\u00ed n\u011bjak\u00e9 informace o tom jak import zvuk\u016f funguje po kliku na import zvuk\u016f v menu. - -config.name.svgRetainBounds = Zachovat hranice tvaru b\u011bhem exportu SVG -config.description.svgRetainBounds = B\u011bhem exportu SVG bude pozice tvaru x a y exportov\u00e1na p\u0159esn\u011b jako v SWF (tj. pozitivn\u00ed \u010di negativn\u00ed). - -config.name.disableBitmapSmoothing = Zak\u00e1zat vyhlazov\u00e1n\u00ed bitmap -config.description.disableBitmapSmoothing = Zak\u00e1\u017ee vyhlazovan\u00e9 bitmapov\u00e9 v\u00fdpln\u011b b\u011bhem zobrazen\u00ed - zobraz\u00ed v\u0161e jako nevyhlazen\u00e9 (pixelovan\u00e9). Toto se neaplikuje na exportovan\u00e9 obr\u00e1zky. - -config.name.pinnedItemsScrollPos = Pozice odskrolov\u00e1n\u00ed/kurzoru pro p\u0159ipnut\u00e9 polo\u017eky -config.description.pinnedItemsScrollPos = Pozice odskrolov\u00e1n\u00ed \u010di kurzoru p\u0159ipnut\u00fdch polo\u017eek. - -config.name.maxRememberedScrollposItems = Maxim\u00e1ln\u00ed po\u010det zapamatovan\u00fdch pozic odskrolov\u00e1n\u00ed -config.description.maxRememberedScrollposItems = Maxim\u00e1ln\u00ed po\u010det zapamatovan\u00fdch pozic odskrolov\u00e1n\u00ed. - -config.name.rememberScriptsScrollPos = Zapamatovat pozici odskrolov\u00e1n\u00ed/kurzoru u skript\u016f -config.description.rememberScriptsScrollPos = Pozice odskrolov\u00e1n\u00ed/kurzoru u skript\u016f je zachov\u00e1na p\u0159i p\u0159ep\u00edn\u00e1n\u00ed mezi polo\u017ekami a ukl\u00e1d\u00e1na pro p\u0159ipnut\u00e9 polo\u017eky. - -config.name.rememberFoldersScrollPos = Zapamatovat pozici odskrolov\u00e1n\u00ed u slo\u017eek -config.description.rememberFoldersScrollPos = Pozice odskrolov\u00e1n\u00ed u slo\u017eek je zachov\u00e1na p\u0159i p\u0159ep\u00edn\u00e1n\u00ed mezi polo\u017ekami a ukl\u00e1d\u00e1na pro p\u0159ipnut\u00e9 polo\u017eky. - +config.name.animateSubsprites=Animovat podsprity v n\u00e1hledu +config.description.animateSubsprites=Povolit animace podsprit\u016f na n\u00e1hledu \u010dasov\u00e9 osy. +config.name.autoPlayPreviews=Automaticky p\u0159ehr\u00e1vat n\u00e1hledy +config.description.autoPlayPreviews=Automaticky p\u0159ehr\u00e1vat n\u00e1hledy. +config.name.maxCachedTime=Maxim\u00e1ln\u00ed \u010das do\u010dasn\u00e9 cache +config.description.maxCachedTime=Maxim\u00e1ln\u00ed \u010das v milisekund\u00e1ch, kter\u00fd mus\u00ed ub\u011bhnout, aby byla polo\u017eka(kter\u00e1 nebyla mezit\u00edm aktivn\u00ed) odstran\u011bna z cache. Nastavte sem hodnotu 0 pro nekone\u010dn\u00e9 cachov\u00e1n\u00ed. +config.name.airLibLocation=6) Cesta ke knihovn\u011b AIR (airglobal.swc) +config.description.airLibLocation=Um\u00edst\u011bn\u00ed knihovny AIR s n\u00e1zvem "airglobal.swc". M\u016f\u017ee b\u00fdt pou\u017eitou zejm\u00e9na pro AS3 kompilaci. +config.name.showImportShapeInfo=Zobrazit informaci p\u0159ed importem tvar\u016f +config.description.showImportShapeInfo=Zobraz\u00ed n\u011bjak\u00e9 informace o tom jak import tvar\u016f funguje po kliku na import tvar\u016f v menu. +config.name.pinnedItemsTagTreePaths=Cesty p\u0159ipnut\u00fdch polo\u017eek v stromu tag\u016f +config.description.pinnedItemsTagTreePaths=Cesty uzl\u016f v stromu tag\u016f, kter\u00e9 jsou p\u0159ipnuty. +config.name.pinnedItemsTagListPaths=Cesty p\u0159ipnut\u00fdch polo\u017eek v stromu seznamu tag\u016f +config.description.pinnedItemsTagListPaths=Cesty uzl\u016f v stromu seznamu tag\u016f, kter\u00e9 jsou p\u0159ipnuty. +config.name.flattenASPackages=Zplo\u0161tit bal\u00ed\u010dky ActionScriptu +config.description.flattenASPackages=Zobraz\u00ed bal\u00ed\u010dky jako jednu polo\u017eku pro bal\u00ed\u010dek m\u00edsto stromu bal\u00ed\u010dku. +config.name.gui.scale=UI faktor zv\u011bt\u0161en\u00ed +config.description.gui.scale=Zv\u011bt\u0161ovac\u00ed faktor grafick\u00e9ho rozhran\u00ed. Nastavte toto na 2.0 na retina displej\u00edch na Macu. Je vy\u017eadov\u00e1no tvrd\u00e9 ukon\u010den\u00ed aplikace (nejen restart po dotazu). +config.name.warning.video.vlc=Varovat p\u0159i chyb\u011bj\u00edc\u00edm VLC +config.description.warning.video.vlc=Zobrazovat varov\u00e1n\u00ed o vy\u017eadovan\u00e9m VLC media playeru p\u0159i otev\u00edr\u00e1n\u00ed SWF s DefineVideoStream tagy kdy\u017e je VLC nedostupn\u00fd. +config.name.playFrameSounds=P\u0159ehr\u00e1vat sn\u00edmkov\u00e9 zvuky +config.description.playFrameSounds=P\u0159ehr\u00e1vat zvuky p\u0159i zobrazov\u00e1n\u00ed sn\u00edmk\u016f. +config.name.fixAntialiasConflation=Pokusit se opravit antialiasingovou konflaci (EXPERIMENT\u00c1LN\u00cd, POMAL\u00c9) +config.description.fixAntialiasConflation=Pokus\u00ed se opravit konfla\u010dn\u00ed artefakty mezi p\u0159il\u00e9haj\u00edc\u00edmi tvary zp\u016fsobenou antialiasingem. Toto zpomaluje renderov\u00e1n\u00ed. Experiment\u00e1ln\u00ed. +config.name.autoPlaySounds=Automaticky p\u0159ehr\u00e1vat zvuky +config.description.autoPlaySounds=Automaticky p\u0159ehr\u00e1vat zvuky (DefineSound) p\u0159i v\u00fdb\u011bru polo\u017eky ve stromu. +config.name.deobfuscateAs12RemoveInvalidNamesAssignments=AS1/2 deobfuskace: Odstranit deklarace prom\u011bnn\u00fdch s obfuskovan\u00fdmi n\u00e1zvy +config.description.deobfuscateAs12RemoveInvalidNamesAssignments=B\u011bhem deobfuskace AS1/2 odstranit deklarace prom\u011bnn\u00fdch, kter\u00e9 maj\u00ed nestandardn\u00ed n\u00e1zev. VAROV\u00c1N\u00cd: Toto m\u016f\u017ee po\u0161kodit SWF soubory, kter\u00e9 z\u00e1vis\u00ed na obfuskovan\u00fdch n\u00e1zvech. +config.name.gui.splitPanePlace.dividerLocationPercent=(Intern\u00ed) Pozice rozd\u011blova\u010de place +config.description.gui.splitPanePlace.dividerLocationPercent= +config.name.gui.splitPaneTransform1.dividerLocationPercent=(Intern\u00ed) Pozice rozd\u011blova\u010de transformace1 +config.description.gui.splitPaneTransform1.dividerLocationPercent= +config.name.gui.splitPaneTransform2.dividerLocationPercent=(Intern\u00ed) Pozice rozd\u011blova\u010de transformace2 +config.description.gui.splitPaneTransform2.dividerLocationPercent= +config.name.gui.transform.lastExpandedCards=(Intern\u00ed) Posledn\u00ed rozbalen\u00e9 transforma\u010dn\u00ed karty +config.description.gui.transform.lastExpandedCards= +config.name.doubleClickNodeToEdit=Dvojit\u00fd klik za\u010dne editaci +config.description.doubleClickNodeToEdit=Dvojit\u00e9 kliknut\u00ed na polo\u017eku ve stromu za\u010dne jej\u00ed editaci. +config.name.warningDeobfuscation=Varovat p\u0159i p\u0159ep\u00edn\u00e1n\u00ed deobfuskace +config.description.warningDeobfuscation=Zobrazovat varov\u00e1n\u00ed b\u011bhem zap\u00edn\u00e1n\u00ed/vyp\u00edn\u00e1n\u00ed deobfuskace. +config.name.warningRenameIdentifiers=Varovat p\u0159i p\u0159ep\u00edn\u00e1n\u00ed autop\u0159ejm\u00e9nov\u00e1n\u00ed identifik\u00e1tor\u016f +config.description.warningRenameIdentifiers=Zobrazovat varov\u00e1n\u00ed b\u011bhem zap\u00edn\u00e1n\u00ed featury automatick\u00e9ho p\u0159ejmenov\u00e1n\u00ed identifik\u00e1tor\u016f. +config.name.showImportMovieInfo=Zobrazit informaci p\u0159ed importem vide\u00ed +config.description.showImportMovieInfo=Zobraz\u00ed n\u011bjak\u00e9 informace o tom jak import vide\u00ed funguje po kliku na import vide\u00ed v menu. +config.name.showImportSoundInfo=Zobrazit informaci p\u0159ed importem zvuk\u016f +config.description.showImportSoundInfo=Zobraz\u00ed n\u011bjak\u00e9 informace o tom jak import zvuk\u016f funguje po kliku na import zvuk\u016f v menu. +config.name.svgRetainBounds=Zachovat hranice tvaru b\u011bhem exportu SVG +config.description.svgRetainBounds=B\u011bhem exportu SVG bude pozice tvaru x a y exportov\u00e1na p\u0159esn\u011b jako v SWF (tj. pozitivn\u00ed \u010di negativn\u00ed). +config.name.disableBitmapSmoothing=Zak\u00e1zat vyhlazov\u00e1n\u00ed bitmap +config.description.disableBitmapSmoothing=Zak\u00e1\u017ee vyhlazovan\u00e9 bitmapov\u00e9 v\u00fdpln\u011b b\u011bhem zobrazen\u00ed - zobraz\u00ed v\u0161e jako nevyhlazen\u00e9 (pixelovan\u00e9). Toto se neaplikuje na exportovan\u00e9 obr\u00e1zky. +config.name.pinnedItemsScrollPos=Pozice odskrolov\u00e1n\u00ed/kurzoru pro p\u0159ipnut\u00e9 polo\u017eky +config.description.pinnedItemsScrollPos=Pozice odskrolov\u00e1n\u00ed \u010di kurzoru p\u0159ipnut\u00fdch polo\u017eek. +config.name.maxRememberedScrollposItems=Maxim\u00e1ln\u00ed po\u010det zapamatovan\u00fdch pozic odskrolov\u00e1n\u00ed +config.description.maxRememberedScrollposItems=Maxim\u00e1ln\u00ed po\u010det zapamatovan\u00fdch pozic odskrolov\u00e1n\u00ed. +config.name.rememberScriptsScrollPos=Zapamatovat pozici odskrolov\u00e1n\u00ed/kurzoru u skript\u016f +config.description.rememberScriptsScrollPos=Pozice odskrolov\u00e1n\u00ed/kurzoru u skript\u016f je zachov\u00e1na p\u0159i p\u0159ep\u00edn\u00e1n\u00ed mezi polo\u017ekami a ukl\u00e1d\u00e1na pro p\u0159ipnut\u00e9 polo\u017eky. +config.name.rememberFoldersScrollPos=Zapamatovat pozici odskrolov\u00e1n\u00ed u slo\u017eek +config.description.rememberFoldersScrollPos=Pozice odskrolov\u00e1n\u00ed u slo\u017eek je zachov\u00e1na p\u0159i p\u0159ep\u00edn\u00e1n\u00ed mezi polo\u017ekami a ukl\u00e1d\u00e1na pro p\u0159ipnut\u00e9 polo\u017eky. #after 18.3.6 -config.name.warning.initializers.class = Varovat p\u0159i AS3 class editaci o inicializ\u00e1toru -config.description.warning.initializers.class = Zobrazovat varov\u00e1n\u00ed p\u0159i editaci AS3 class o inicializ\u00e1toru - +config.name.warning.initializers.class=Varovat p\u0159i AS3 class editaci o inicializ\u00e1toru +config.description.warning.initializers.class=Zobrazovat varov\u00e1n\u00ed p\u0159i editaci AS3 class o inicializ\u00e1toru #after 18.4.1 -config.name.maxCachedNum = Maxim\u00e1ln\u00ed po\u010det prvk\u016f v jedn\u00e9 cache -config.description.maxCachedNum = Maxim\u00e1ln\u00ed po\u010det cachovan\u00fdch prvk\u016f p\u0159ed t\u00edm, ne\u017e jsou star\u0161\u00ed prvky vymaz\u00e1ny. Ni\u017e\u0161\u00ed hodnota = m\u00e9n\u011b pam\u011bti, pomalej\u0161\u00ed aplikace. Vy\u0161\u0161\u00ed hodnota = v\u00edce pam\u011bti, rychlej\u0161\u00ed aplikace. Nastavte sem hodnotu 0 pro nekone\u010dn\u00e9 cachov\u00e1n\u00ed. - -config.name.warning.cannotencrypt = Varovat kdy\u017e nelze ulo\u017eit za\u0161ifrovan\u00e9 -config.description.warning.cannotencrypt = Zobrazit varov\u00e1n\u00ed kdy\u017e nelze ulo\u017eit SWF soubor kter\u00fd byl \u0161ifrov\u00e1n pomoc\u00ed HARMAN Air \u0161ifrov\u00e1n\u00ed. - +config.name.maxCachedNum=Maxim\u00e1ln\u00ed po\u010det prvk\u016f v jedn\u00e9 cache +config.description.maxCachedNum=Maxim\u00e1ln\u00ed po\u010det cachovan\u00fdch prvk\u016f p\u0159ed t\u00edm, ne\u017e jsou star\u0161\u00ed prvky vymaz\u00e1ny. Ni\u017e\u0161\u00ed hodnota = m\u00e9n\u011b pam\u011bti, pomalej\u0161\u00ed aplikace. Vy\u0161\u0161\u00ed hodnota = v\u00edce pam\u011bti, rychlej\u0161\u00ed aplikace. Nastavte sem hodnotu 0 pro nekone\u010dn\u00e9 cachov\u00e1n\u00ed. +config.name.warning.cannotencrypt=Varovat kdy\u017e nelze ulo\u017eit za\u0161ifrovan\u00e9 +config.description.warning.cannotencrypt=Zobrazit varov\u00e1n\u00ed kdy\u017e nelze ulo\u017eit SWF soubor kter\u00fd byl \u0161ifrov\u00e1n pomoc\u00ed HARMAN Air \u0161ifrov\u00e1n\u00ed. #after 18.5.0 -config.name.lastExportEnableEmbed = Posledn\u00ed nastaven\u00ed exportu vlo\u017een\u00fdch zdroj\u016f -config.description.lastExportEnableEmbed = Posledn\u00ed nastaven\u00ed exportov\u00e1n\u00ed vlo\u017een\u00fdch zdroj\u016f skrze [Embed] metadata. - -config.name.lastFlaExportVersion = Posledn\u00ed verze FLA exportu -config.description.lastFlaExportVersion = Posledn\u00ed exportovan\u00e1 verze FLA - -config.name.lastFlaExportCompressed = Posledn\u00ed komprese FLA exportu -config.description.lastFlaExportCompressed = Posledn\u00ed exportovan\u00e1 komprese FLA - +config.name.lastExportEnableEmbed=Posledn\u00ed nastaven\u00ed exportu vlo\u017een\u00fdch zdroj\u016f +config.description.lastExportEnableEmbed=Posledn\u00ed nastaven\u00ed exportov\u00e1n\u00ed vlo\u017een\u00fdch zdroj\u016f skrze [Embed] metadata. +config.name.lastFlaExportVersion=Posledn\u00ed verze FLA exportu +config.description.lastFlaExportVersion=Posledn\u00ed exportovan\u00e1 verze FLA +config.name.lastFlaExportCompressed=Posledn\u00ed komprese FLA exportu +config.description.lastFlaExportCompressed=Posledn\u00ed exportovan\u00e1 komprese FLA #after 19.0.0 -config.name.showImportSpriteInfo = Zobrazit informaci p\u0159ed importem sprit\u016f -config.description.showImportSpriteInfo = Zobraz\u00ed n\u011bjak\u00e9 informace o tom jak import sprit\u016f funguje po kliku na import sprit\u016f v menu. - -config.name.displayAs12PCodeDocsPanel = Zobrazit panel s dokumentac\u00ed v AS1/2 P-k\u00f3du -config.description.displayAs12PCodeDocsPanel = Zobraz\u00ed panel s dokumentac\u00ed akc\u00ed p\u0159i editaci a zobrazen\u00ed AS1/2 P-k\u00f3du - -config.name.gui.action.splitPane.docs.dividerLocationPercent = (Internal) AS 1/2 splitPanedocsdividerLocationPercent -config.description.gui.action.splitPane.docs.dividerLocationPercent = AS 1/2 pozice v procentech um\u00edst\u011bn\u00ed dokumenta\u010dn\u00edho splitPane - +config.name.showImportSpriteInfo=Zobrazit informaci p\u0159ed importem sprit\u016f +config.description.showImportSpriteInfo=Zobraz\u00ed n\u011bjak\u00e9 informace o tom jak import sprit\u016f funguje po kliku na import sprit\u016f v menu. +config.name.displayAs12PCodeDocsPanel=Zobrazit panel s dokumentac\u00ed v AS1/2 P-k\u00f3du +config.description.displayAs12PCodeDocsPanel=Zobraz\u00ed panel s dokumentac\u00ed akc\u00ed p\u0159i editaci a zobrazen\u00ed AS1/2 P-k\u00f3du +config.name.gui.action.splitPane.docs.dividerLocationPercent=(Internal) AS 1/2 splitPanedocsdividerLocationPercent +config.description.gui.action.splitPane.docs.dividerLocationPercent=AS 1/2 pozice v procentech um\u00edst\u011bn\u00ed dokumenta\u010dn\u00edho splitPane #after 19.1.2 - -config.name.rememberLastScreen = Pamatovat si naposledy pou\u017eitou obrazovku (p\u0159i v\u00edce monitorech) -config.description.rememberLastScreen = Pamatovat si naposledy pou\u017eitou obrazovku na konfigurac\u00edch s v\u00edce zobrazovac\u00edmi za\u0159\u00edzen\u00edmi (monitory) - -config.name.lastMainWindowScreenIndex = Posledn\u00ed index obrazovky hlavn\u00edho okna -config.description.lastMainWindowScreenIndex = Posledn\u00ed index obrazovky hlavn\u00edho okna - -config.name.lastMainWindowScreenX = Posledn\u00ed X obrazovky hlavn\u00edho okna -config.description.lastMainWindowScreenX = Posledn\u00ed Xov\u00e1 sou\u0159adn\u00edce obrazovky hlavn\u00edho okna - -config.name.lastMainWindowScreenY = Posledn\u00ed Y obrazovky hlavn\u00edho okna -config.description.lastMainWindowScreenY = Posledn\u00ed Yov\u00e1 sou\u0159adn\u00edce obrazovky hlavn\u00edho okna - -config.name.lastMainWindowScreenWidth = Posledn\u00ed \u0161\u00ed\u0159ka obrazovky hlavn\u00edho okna -config.description.lastMainWindowScreenWidth = Posledn\u00ed \u0161\u00ed\u0159ka obrazovky hlavn\u00edho okna - -config.name.lastMainWindowScreenHeight = Posledn\u00ed v\u00fd\u0161ka obrazovky hlavn\u00edho okna -config.description.lastMainWindowScreenHeight = Posledn\u00ed v\u00fd\u0161ka obrazovky hlavn\u00edho okna - -config.name.displayAs12PCodePanel = Zobrazit AS1/2 panel s P-k\u00f3dem -config.description.displayAs12PCodePanel = Zobrazit panel s akcemi disassemblovan\u00e9ho P-k\u00f3du pro ActionScript 1 a 2 - -config.name.displayAs3PCodePanel = Zobrazit AS3 panel s P-k\u00f3dem -config.description.displayAs3PCodePanel = Zobrazit panel s instrukcemi disassemblovan\u00e9ho P-k\u00f3du pro ActionScript 3 - -config.name.flaExportUseMappedFontLayout = FLA export - pou\u017e\u00edvat namapovan\u00e9 rozvr\u017een\u00ed p\u00edsem -config.description.flaExportUseMappedFontLayout = B\u011bhem FLA exportu pou\u017e\u00edvat advance hodnoty z p\u0159i\u0159azen\u00e9ho zdrojov\u00e9ho p\u00edsma p\u0159i ur\u010dov\u00e1n\u00ed letterspacing hodnoty kdy\u017e vlastn\u00ed p\u00edsmo nem\u00e1 rozvr\u017een\u00ed - +config.name.rememberLastScreen=Pamatovat si naposledy pou\u017eitou obrazovku (p\u0159i v\u00edce monitorech) +config.description.rememberLastScreen=Pamatovat si naposledy pou\u017eitou obrazovku na konfigurac\u00edch s v\u00edce zobrazovac\u00edmi za\u0159\u00edzen\u00edmi (monitory) +config.name.lastMainWindowScreenIndex=Posledn\u00ed index obrazovky hlavn\u00edho okna +config.description.lastMainWindowScreenIndex=Posledn\u00ed index obrazovky hlavn\u00edho okna +config.name.lastMainWindowScreenX=Posledn\u00ed X obrazovky hlavn\u00edho okna +config.description.lastMainWindowScreenX=Posledn\u00ed Xov\u00e1 sou\u0159adn\u00edce obrazovky hlavn\u00edho okna +config.name.lastMainWindowScreenY=Posledn\u00ed Y obrazovky hlavn\u00edho okna +config.description.lastMainWindowScreenY=Posledn\u00ed Yov\u00e1 sou\u0159adn\u00edce obrazovky hlavn\u00edho okna +config.name.lastMainWindowScreenWidth=Posledn\u00ed \u0161\u00ed\u0159ka obrazovky hlavn\u00edho okna +config.description.lastMainWindowScreenWidth=Posledn\u00ed \u0161\u00ed\u0159ka obrazovky hlavn\u00edho okna +config.name.lastMainWindowScreenHeight=Posledn\u00ed v\u00fd\u0161ka obrazovky hlavn\u00edho okna +config.description.lastMainWindowScreenHeight=Posledn\u00ed v\u00fd\u0161ka obrazovky hlavn\u00edho okna +config.name.displayAs12PCodePanel=Zobrazit AS1/2 panel s P-k\u00f3dem +config.description.displayAs12PCodePanel=Zobrazit panel s akcemi disassemblovan\u00e9ho P-k\u00f3du pro ActionScript 1 a 2 +config.name.displayAs3PCodePanel=Zobrazit AS3 panel s P-k\u00f3dem +config.description.displayAs3PCodePanel=Zobrazit panel s instrukcemi disassemblovan\u00e9ho P-k\u00f3du pro ActionScript 3 +config.name.flaExportUseMappedFontLayout=FLA export - pou\u017e\u00edvat namapovan\u00e9 rozvr\u017een\u00ed p\u00edsem +config.description.flaExportUseMappedFontLayout=B\u011bhem FLA exportu pou\u017e\u00edvat advance hodnoty z p\u0159i\u0159azen\u00e9ho zdrojov\u00e9ho p\u00edsma p\u0159i ur\u010dov\u00e1n\u00ed letterspacing hodnoty kdy\u017e vlastn\u00ed p\u00edsmo nem\u00e1 rozvr\u017een\u00ed #after 20.0.0 - -config.name.formatting.tab.size = Velikost tabel\u00e1toru -config.description.formatting.tab.size = Po\u010det mezer v tabel\u00e1toru - -config.name.boxBlurPixelsLimit = Limit pixel\u016f box blur filtru -config.description.boxBlurPixelsLimit = Maxim\u00e1ln\u00ed po\u010det pixel\u016f pro v\u00fdpo\u010det boxblur filtru. Aktu\u00e1ln\u00ed limit je toto \u010d\u00edslo kr\u00e1t 10000. Pokud je po\u010det pixel\u016f v\u011bt\u0161\u00ed, je zmen\u0161en blurX, blurY. - -config.name.as3ExportNamesUseClassNamesOnly = Exportovan\u00e9 zdroje maj\u00ed n\u00e1zvy zalo\u017een\u00e9 pouze na n\u00e1zvech t\u0159\u00edd (AS3) -config.description.as3ExportNamesUseClassNamesOnly = Exportovan\u00e9 soubory zdroj\u016f (obr\u00e1zky, zvuky, ...) p\u0159eberou n\u00e1zvy z SymbolClass tagu - jejich p\u0159i\u0159azen\u00e9 t\u0159\u00eddy. Id charakteru nebude p\u0159id\u00e1no. Tak\u00e9 pokud bude v\u00edce t\u0159\u00edd p\u0159i\u0159azeno jednomu assetu, bude exportov\u00e1n v\u00edcekr\u00e1t. (Pro ActionScript 3 SWF soubory) - -config.name.jnaTempDirectory = Do\u010dasn\u00fd adres\u00e1\u0159 JNA -config.description.jnaTempDirectory = Cesta k do\u010dasn\u00e9mu adres\u00e1\u0159i pro JNA DLL knihovny, atd. Toto mus\u00ed b\u00fdt nastaveno na cestu, kter\u00e1 neobsahuje \u017e\u00e1dn\u00e9 Unicode znaky. Pokud nen\u00ed nastaveno, je pou\u017eit TEMP adres\u00e1\u0159 aktu\u00e1ln\u00edho u\u017eivatele. - -config.name.flaExportFixShapes = FLA export - opravovat tvary (pomal\u00e9) -config.description.flaExportFixShapes = Aplikovat proceduru rozd\u011blov\u00e1n\u00ed p\u0159ekr\u00fdvaj\u00edc\u00edch se hran pro opravu chyb\u011bj\u00edc\u00edch v\u00fdpln\u00ed n\u011bkter\u00fdch druh\u016f tvar\u016f. Tohle m\u016f\u017ee b\u00fdt velmi pomal\u00e9 na n\u011bkter\u00fdch slo\u017eit\u011bj\u0161\u00edch tvarech. - -config.name.lastExportResampleWav = Posledn\u00ed nastaven\u00ed p\u0159evzorkov\u00e1n\u00ed wavu -config.description.lastExportResampleWav = Posledn\u00ed nastaven\u00ed p\u0159evzorkov\u00e1n\u00ed wavu na 44kHz - -config.name.previewResampleSound = P\u0159evzorkovat v n\u00e1hledech zvuku -config.description.previewResampleSound = P\u0159evzorkovat na 44kHz v n\u00e1hledech zvuku - -config.name.lastExportTransparentBackground = Posledn\u00ed nastaven\u00ed ignorov\u00e1n\u00ed barvy pozad\u00ed v exportu sn\u00edmk\u016f -config.description.lastExportTransparentBackground = Posledn\u00ed nastaven\u00ed ignorov\u00e1n\u00ed barvy pozad\u00ed v exportu sn\u00edmk\u016f pro pou\u017eit\u00ed pr\u016fhledn\u00e9ho pozad\u00ed - -config.name.warningAbcClean= Varovat p\u0159i Abc \u010di\u0161t\u011bn\u00ed -config.description.warningAbcClean = Zobrazovat varov\u00e1n\u00ed p\u0159ed proveden\u00edm Abc \u010di\u0161t\u011bn\u00ed - -config.name.warningAddFunction = Varovat p\u0159i p\u0159id\u00e1v\u00e1n\u00ed nov\u00e9 funkce v AS3 P-k\u00f3du -config.description.warningAddFunction = Zobrazovat varov\u00e1n\u00ed p\u0159ed p\u0159id\u00e1n\u00edm nov\u00e9 funkce v AS3 P-k\u00f3du. Tak\u00e9 to zobrazuje n\u011bjak\u00e9 informace o tom, jak tato akce funguje. +config.name.formatting.tab.size=Velikost tabel\u00e1toru +config.description.formatting.tab.size=Po\u010det mezer v tabel\u00e1toru +config.name.boxBlurPixelsLimit=Limit pixel\u016f box blur filtru +config.description.boxBlurPixelsLimit=Maxim\u00e1ln\u00ed po\u010det pixel\u016f pro v\u00fdpo\u010det boxblur filtru. Aktu\u00e1ln\u00ed limit je toto \u010d\u00edslo kr\u00e1t 10000. Pokud je po\u010det pixel\u016f v\u011bt\u0161\u00ed, je zmen\u0161en blurX, blurY. +config.name.as3ExportNamesUseClassNamesOnly=Exportovan\u00e9 zdroje maj\u00ed n\u00e1zvy zalo\u017een\u00e9 pouze na n\u00e1zvech t\u0159\u00edd (AS3) +config.description.as3ExportNamesUseClassNamesOnly=Exportovan\u00e9 soubory zdroj\u016f (obr\u00e1zky, zvuky, ...) p\u0159eberou n\u00e1zvy z SymbolClass tagu - jejich p\u0159i\u0159azen\u00e9 t\u0159\u00eddy. Id charakteru nebude p\u0159id\u00e1no. Tak\u00e9 pokud bude v\u00edce t\u0159\u00edd p\u0159i\u0159azeno jednomu assetu, bude exportov\u00e1n v\u00edcekr\u00e1t. (Pro ActionScript 3 SWF soubory) +config.name.jnaTempDirectory=Do\u010dasn\u00fd adres\u00e1\u0159 JNA +config.description.jnaTempDirectory=Cesta k do\u010dasn\u00e9mu adres\u00e1\u0159i pro JNA DLL knihovny, atd. Toto mus\u00ed b\u00fdt nastaveno na cestu, kter\u00e1 neobsahuje \u017e\u00e1dn\u00e9 Unicode znaky. Pokud nen\u00ed nastaveno, je pou\u017eit TEMP adres\u00e1\u0159 aktu\u00e1ln\u00edho u\u017eivatele. +config.name.flaExportFixShapes=FLA export - opravovat tvary (pomal\u00e9) +config.description.flaExportFixShapes=Aplikovat proceduru rozd\u011blov\u00e1n\u00ed p\u0159ekr\u00fdvaj\u00edc\u00edch se hran pro opravu chyb\u011bj\u00edc\u00edch v\u00fdpln\u00ed n\u011bkter\u00fdch druh\u016f tvar\u016f. Tohle m\u016f\u017ee b\u00fdt velmi pomal\u00e9 na n\u011bkter\u00fdch slo\u017eit\u011bj\u0161\u00edch tvarech. +config.name.lastExportResampleWav=Posledn\u00ed nastaven\u00ed p\u0159evzorkov\u00e1n\u00ed wavu +config.description.lastExportResampleWav=Posledn\u00ed nastaven\u00ed p\u0159evzorkov\u00e1n\u00ed wavu na 44kHz +config.name.previewResampleSound=P\u0159evzorkovat v n\u00e1hledech zvuku +config.description.previewResampleSound=P\u0159evzorkovat na 44kHz v n\u00e1hledech zvuku +config.name.lastExportTransparentBackground=Posledn\u00ed nastaven\u00ed ignorov\u00e1n\u00ed barvy pozad\u00ed v exportu sn\u00edmk\u016f +config.description.lastExportTransparentBackground=Posledn\u00ed nastaven\u00ed ignorov\u00e1n\u00ed barvy pozad\u00ed v exportu sn\u00edmk\u016f pro pou\u017eit\u00ed pr\u016fhledn\u00e9ho pozad\u00ed +config.name.warningAbcClean=Varovat p\u0159i Abc \u010di\u0161t\u011bn\u00ed +config.description.warningAbcClean=Zobrazovat varov\u00e1n\u00ed p\u0159ed proveden\u00edm Abc \u010di\u0161t\u011bn\u00ed +config.name.warningAddFunction=Varovat p\u0159i p\u0159id\u00e1v\u00e1n\u00ed nov\u00e9 funkce v AS3 P-k\u00f3du +config.description.warningAddFunction=Zobrazovat varov\u00e1n\u00ed p\u0159ed p\u0159id\u00e1n\u00edm nov\u00e9 funkce v AS3 P-k\u00f3du. Tak\u00e9 to zobrazuje n\u011bjak\u00e9 informace o tom, jak tato akce funguje. diff --git a/src/com/jpexs/decompiler/flash/gui/locales/AdvancedSettingsDialog_es.properties b/src/com/jpexs/decompiler/flash/gui/locales/AdvancedSettingsDialog_es.properties index 2091e5540..c1252ddcc 100644 --- a/src/com/jpexs/decompiler/flash/gui/locales/AdvancedSettingsDialog_es.properties +++ b/src/com/jpexs/decompiler/flash/gui/locales/AdvancedSettingsDialog_es.properties @@ -12,424 +12,286 @@ # # You should have received a copy of the GNU General Public License # along with this program. If not, see . - -advancedSettings.dialog.title = Ajustes Avanzados -advancedSettings.restartConfirmation = Debe reiniciar el programa para que algunas modificaciones surtan efecto. \u00bfDesea reiniciar ahora? -advancedSettings.columns.name = Nombre -advancedSettings.columns.value = Valor -advancedSettings.columns.description = Descripci\u00f3n -default = default - -config.group.name.export = Exportar -config.group.description.export = Configuraci\u00f3n de exportaci\u00f3n - -config.group.name.script = Scripts -config.group.description.script = decompilaci\u00f3n relacionada ActionScript - -config.group.name.update = Actualizaciones -config.group.description.update = Comprobando actualizaciones - -config.group.name.format = Formato -config.group.description.format = Formato del c\u00f3digo ActionScript - -config.group.name.limit = L\u00edmites -config.group.description.limit = L\u00edmites de Decompilaci\u00f3n para el c\u00f3digo ofuscado, etc. - -config.group.name.ui = Interface -config.group.description.ui = Configuraci\u00f3n de la interfaz de usuario - -config.group.name.debug = Depuraci\u00f3n -config.group.description.debug = Configuraci\u00f3n de depuraci\u00f3n - -config.group.name.display = Visualizaci\u00f3n -config.group.description.display = Visualizaci\u00f3n de objetos Flash, etc. - -config.group.name.decompilation = Decompilation -config.group.description.decompilation = Global decompilation related functions - -config.group.name.other = Otros -config.group.description.other = Otras configuraciones no categorizadas - -config.name.openMultipleFiles = Abrir m\u00faltiples archivos -config.description.openMultipleFiles = Permitir abrir m\u00faltiples archivos en una sola vez en una misma ventana - -config.name.decompile = Mostrar fuente de ActionScript -config.description.decompile = Puede desactivar la decompilaci\u00f3n de AS, entonces solo P-code es mostrado - -config.name.dumpView = Vista de volcado -config.description.dumpView = Ver volcado de data en crudo - -config.name.useHexColorFormat = Formato de color Hexadecimal -config.description.useHexColorFormat = Mostrar los colores en formato hexadecimal - -config.name.parallelSpeedUp = Aceleraci\u00f3n en paralelo -config.description.parallelSpeedUp = El paralelismo puede acelerar la decompilac\u00f3n - -config.name.parallelSpeedUpThreadCount = N\u00famero de hilos -config.description.parallelSpeedUpThreadCount = N\u00famero de hilos para la aceleraci\u00f3n en paralelo - -config.name.autoDeobfuscate = Desofuscaci\u00f3n autom\u00e1tica -config.description.autoDeobfuscate = Correr desofuscaci\u00f3n en cada archivo antes de la decompilaci\u00f3n de ActionScript - -config.name.cacheOnDisk = Utilizar acumulaci\u00f3n en disco -config.description.cacheOnDisk = Acumular las partes ya decompiladas en el disco duro en lugar de la memoria - -config.name.internalFlashViewer = Utilizar un visualizador de Flash propio -config.description.internalFlashViewer = Utilizar el visualizador de Flash de JPEXS en lugar del visualizador est\u00e1ndar para las partes - -config.name.gotoMainClassOnStartup = Ir a la clase principal al iniciar (AS3) -config.description.gotoMainClassOnStartup = Navegar al documento de clases del archivo al abrir el SWF - -config.name.autoRenameIdentifiers = Renombrar identificadores automaticamente -config.description.autoRenameIdentifiers = Renombrar identificadores inv\u00e1lidos al cargar el SWF - -config.name.offeredAssociation = (Interno) Asociaci\u00f3n con archivos SWF mostrados Association with SWF files displayed -config.description.offeredAssociation = La ventana de di\u00e1logo acerca de la asociaci\u00f3n de archivos ya fue mostrada - -config.name.decimalAddress = Utilizar direcciones decimales -config.description.decimalAddress = Utilizar direcciones decimales en lugar de hexadecimales - -config.name.showAllAddresses = Mostrar todas las direcciones -config.description.showAllAddresses = Mostrar todas las direcciones de instrucciones del ActionScript - -config.name.useFrameCache = Utilizar marco de almacenamiento -config.description.useFrameCache = Almancenar cuadros antes de hacer rendering otra vez - -config.name.useRibbonInterface = Interface Ribbon -config.description.useRibbonInterface = Destildar para utilizar la interfaz cl\u00e1sica sin el men\u00fa ribbon - -config.name.openFolderAfterFlaExport = Abrir carpeta luego de exportar el FLA -config.description.openFolderAfterFlaExport = Mostrar el directorio de salida luego de exportar el archivo FLA - -config.name.useDetailedLogging = Anotaciones Detalladas -config.description.useDetailedLogging = Guardar mensajes de error detallados e informaci\u00f3n para prop\u00f3sitos de depuraci\u00f3n - -config.name._debugMode = FFDec en modo depuraci\u00f3n -config.description._debugMode = Modo para depurar FFDec. Encender en men\u00fa depuraci\u00f3n. Esto no tiene relaci\u00f3n con la funcionalidad de depuraci\u00f3n - -config.name.resolveConstants = Resolver constantes en el c\u00f3digo p-code AS1/2 -config.description.resolveConstants = Apague esto para mostrar 'constantxx' en lugar de los valores reales en la ventana de P-code - -config.name.sublimiter = L\u00edmite de los subs de c\u00f3digo -config.description.sublimiter = L\u00edmite de los subs de c\u00f3digo para el c\u00f3digo ofuscado - -config.name.exportTimeout = Tiempo total de espera de exportaci\u00f3n (segundos) -config.description.exportTimeout = El decompilador detendr\u00e1 la exportaci\u00f3n al alcanzar este tiempo - -config.name.decompilationTimeoutFile = Tiempo de espera para la decompilaci\u00f3n de un solo archivo (segundos) -config.description.decompilationTimeoutFile = El decompilador detendr\u00e1 la decompilaci\u00f3n de ActionScript al alcanzar este tiempo en un archivo - -config.name.paramNamesEnable = Activar nombres de par\u00e1metros en AS3 -config.description.paramNamesEnable = Utilizar nombres de par\u00e1metros en la decompilaci\u00f3n puede provocar problemas porque programas oficiales como Flash CS 5.5 insertan erroneamente \u00edndices de nombres de par\u00e1metros - -config.name.displayFileName = Mostrar nombre del SWF en el t\u00edtulo -config.description.displayFileName = Muestra el nombre o url del archivo SWF en la ventana de t\u00edtulo (Puede tomar capturas de pantalla) - -config.name._debugCopy = FFDec recompilaci\u00f3n de depuraci\u00f3n -config.description._debugCopy = Intenta compilar el archivo SWF otra vez luego de abrirlo para asegurar que se produzca el mismo c\u00f3digo binario. Utilizar para DEPURACION de FFDec solamente! - -config.name.dumpTags = Volcar etiquetas a la consola -config.description.dumpTags = Volcar etiquetas a la consola cuando se lee el archivo SWF - -config.name.decompilationTimeoutSingleMethod = AS3: Tiempo de espera para la decompilaci\u00f3n del m\u00e9todo \u00fanico (segundos) -config.description.decompilationTimeoutSingleMethod = El decompilador detendr\u00e1 la decompilaci\u00f3n del ActionScript al alcanzar este tiempo en un m\u00e9todo - -config.name.lastRenameType = (Interno) Ultimo tipo renombrado -config.description.lastRenameType = Ultimo tipo de identificador utilizado renombrado - -config.name.lastSaveDir = (Interno) Ultimo directorio guardado -config.description.lastSaveDir = Ultimo directorio de guardado utilizado - -config.name.lastOpenDir = (Interno) Ultimo directorio abierto -config.description.lastOpenDir = Ultimo directorio abierto utilizado - -config.name.lastExportDir = (Interno) Ultimo directorio de exportaci\u00f3n -config.description.lastExportDir = Ultimo directorio de exportaci\u00f3n utilizado - -config.name.locale = Lenguaje -config.description.locale = Identificador de lugares - -config.name.registerNameFormat = Registrar formato de variable -config.description.registerNameFormat = Formato de registro de nombres de variables locales. Utilice %d para n\u00famero de registro. - -config.name.maxRecentFileCount = Contador m\u00e1ximo reciente -config.description.maxRecentFileCount = N\u00famero m\u00e1ximo de archivo recientes - -config.name.recentFiles = (Interno) Archivos recientes -config.description.recentFiles = Archivos abiertos recientemente - -config.name.fontPairingMap = (Interno) Pares de caracteres para la importaci\u00f3n -config.description.fontPairingMap = Pares de fuentes para la importaci\u00f3n de nuevos caracteres - -config.name.lastUpdatesCheckDate = (Interno) Fecha del \u00faltimo chequeo de actualizaci\u00f3n -config.description.lastUpdatesCheckDate = Fecha del \u00faltimo chequeo de actualizaciones en el servidor - -config.name.gui.window.width = (Interno) Ultima anchura de la ventana -config.description.gui.window.width = Ultimo anchura de la ventana guardada - -config.name.gui.window.height = (Interno) Ultima altura de la ventana -config.description.gui.window.height = ultima altura de la ventana guardada - -config.name.gui.window.maximized.horizontal = (Interno) Ventana maximizada horizontalmente -config.description.gui.window.maximized.horizontal = Ultimo estado de la ventana - maximizada horizontalmente - -config.name.gui.window.maximized.vertical = (Interno) Ventana maximizada verticalmente -config.description.gui.window.maximized.vertical = Ultimo estado de la ventana - maximizada verticalmente - -config.name.gui.avm2.splitPane.dividerLocationPercent = (Interno) Ubicaci\u00f3n del divisor del AS3 -config.description.gui.avm2.splitPane.dividerLocationPercent = - -config.name.gui.actionSplitPane.dividerLocationPercent = (Interno) Ubicaci\u00f3n del divisor del AS1/2 -config.description.gui.actionSplitPane.dividerLocationPercent = - -config.name.gui.previewSplitPane.dividerLocationPercent = (Interno) Previsualizar la ubicaci\u00f3n del divisor -config.description.gui.previewSplitPane.dividerLocationPercent = - -config.name.gui.splitPane1.dividerLocationPercent = (Interno) Ubicaci\u00f3n del divisor 1 -config.description.gui.splitPane1.dividerLocationPercent = - -config.name.gui.splitPane2.dividerLocationPercent = (Interno) Ubicaci\u00f3n del divisor 2 -config.description.gui.splitPane2.dividerLocationPercent = - -config.name.saveAsExeScaleMode = Guardar como modo de escala EXE -config.description.saveAsExeScaleMode = Modo de escala para la exportaci\u00f3n EXE - -config.name.syntaxHighlightLimit = M\u00e1ximo de caracteres para el resaltado de sintaxis -config.description.syntaxHighlightLimit = N\u00famero m\u00e1ximo de caracteres para ejecutar el resaltado de sintaxis - -config.name.guiFontPreviewSampleText = (Interno) Ultimo texto de la vista preliminar de la fuente -config.description.guiFontPreviewSampleText = Ultimo \u00edndice de lista del texto de la vista preliminar de la fuente - -config.name.gui.fontPreviewWindow.width = (Interno) Ultimo ancho de la vista preliminar de la fuente -config.description.gui.fontPreviewWindow.width = - -config.name.gui.fontPreviewWindow.height = (Interno) Ultima altura de la vista preliminar de la fuente -config.description.gui.fontPreviewWindow.height = - -config.name.gui.fontPreviewWindow.posX = (Interno) Ultima X de la ventana de vista previa de la fuente -config.description.gui.fontPreviewWindow.posX = - -config.name.gui.fontPreviewWindow.posY = (Interno) Ultima Y de la ventana de vista previa de la fuente -config.description.gui.fontPreviewWindow.posY = - -config.name.formatting.indent.size = Caracteres por indentaci\u00f3n -config.description.formatting.indent.size = N\u00famero de espacios (o tabs) para una indentaci\u00f3n - -config.name.formatting.indent.useTabs = Tabs para indentaci\u00f3n -config.description.formatting.indent.useTabs = Utilizar tabs en lugar de espacios para indentaci\u00f3n - -config.name.beginBlockOnNewLine = Llave en la nueva l\u00ednea -config.description.beginBlockOnNewLine = Comenzar bloque con llave en la nueva l\u00ednea - -config.name.check.updates.delay = Retraso de chequeo de actualizaci\u00f3n -config.description.check.updates.delay = Tiempo m\u00ednimo entre chequeos autom\u00e1ticos de actualizaciones cuando la aplicaci\u00f3n arranca - -config.name.check.updates.stable = Comprobar por versiones estables -config.description.check.updates.stable = Comprobar por actualizaciones de versiones estables - -config.name.check.updates.nightly = Comprobar por versiones de construciones de noche -config.description.check.updates.nightly = Comprobar por actualizaciones de versiones de consutrcciones de noche - -config.name.check.updates.enabled = Comprobaci\u00f3n de actualizaciones activado -config.description.check.updates.enabled = Comprobaci\u00f3n autom\u00e1tica de actualizaciones cuando la aplicaci\u00f3n arranca - -config.name.export.formats = (Interno) Formatos de exportaci\u00f3n -config.description.export.formats = Ultimos formatos de exportaciones utilizados - -config.name.textExportSingleFile = Exportar textos en un solo archivo -config.description.textExportSingleFile = Exportando textos en un archivo en lugar de m\u00faltiples - -config.name.textExportSingleFileSeparator = Separador de textos en la exportaci\u00f3n de texto en un archivo -config.description.textExportSingleFileSeparator = Texto a insertar entre los textos en la exportaci\u00f3n de texto en un \u00fanico archivo - -config.name.textExportSingleFileRecordSeparator = Separador de registros de exportaci\u00f3n en un \u00fanico archivo -config.description.textExportSingleFileRecordSeparator = Texto para insertar entre los textos en la exportaci\u00f3n de texto en un \u00fanico archivo - -config.name.warning.experimental.as12edit = Alertar en la edici\u00f3n directa de AS1/2 -config.description.warning.experimental.as12edit = Muestra un alerta en la edici\u00f3n experimental directa de AS1/2 - -config.name.warning.experimental.as3edit = Alertar en la edici\u00f3n directa de AS3 -config.description.warning.experimental.as3edit = Muestra un alerta en la edici\u00f3n experimental directa de AS3 - -config.name.packJavaScripts = Empaquetar JavaScripts -config.description.packJavaScripts = Ejecutar empaquetadores de JavaScript en scripts creados con exportaci\u00f3n de Canvas. - -config.name.textExportExportFontFace = Utilizar font-face al exportar SVG -config.description.textExportExportFontFace = Incrustar archivos de fuente en el SVG utilizando font-face en lugar de formas - -config.name.lzmaFastBytes = Bytes r\u00e1pidos de LZMA (valores v\u00e1lidos: 5-255) -config.description.lzmaFastBytes = Par\u00e1metro de bytes r\u00e1pidos del codificador LZMA - -config.name.pluginPath = Directorio de Plugin -config.description.pluginPath = - - -config.name.showMethodBodyId = Mostrar identificador el cuerpo del m\u00e9todo -config.description.showMethodBodyId = Mostrar el identificador del methodbody para la importaci\u00f3n de linea de comandos - -config.name.export.zoom = (Interna) Exportar enfoque -config.description.export.zoom = Last used export zoom - -config.name.debuggerPort = Puerto de depuraci\u00f3n -config.description.debuggerPort = Puerto utilizado para depuraci\u00f3n por socke - -config.name.displayDebuggerInfo = (Interna) Mostrar informaci\u00f3n del depurador -config.description.displayDebuggerInfo = Mostrar informaci\u00f3n acerca del depurador antes de cambiarlo - -config.name.randomDebuggerPackage = Utilizar nombre de paquete aleatorio para el Debugger -config.description.randomDebuggerPackage = Esto renombra el paquete de depurador a una cadena aleatoria que hace dificil detectar la presencia del depurador por ActionScript - -config.name.lastDebuggerReplaceFunction = (Interna) Ultima sustituci\u00f3n de traza seleccionada -config.description.lastDebuggerReplaceFunction = Nombre de funci\u00f3n que fue la \u00faltima seleccionada en reemplazo de funci\u00f3n de rastreo con el depurador - -config.name.getLocalNamesFromDebugInfo = AS3: Tomar nombres de registros locales desde la informaci\u00f3n de depuraci\u00f3n -config.description.getLocalNamesFromDebugInfo = Si hay informaci\u00f3n de depuraci\u00f3n disponible, renombrar registros locales de _loc_x_ a los nombres reales. Esta opci\u00f3n se puede desactivar dado que algunos ofuscadores utilizan nombres de registros inv\u00e1lidos - -config.name.tagTreeShowEmptyFolders = Mostrar carpetas vac\u00edas -config.description.tagTreeShowEmptyFolders = Mostrar carpetas vac\u00edas en el \u00e1rbol de etiqueta. - -config.name.autoLoadEmbeddedSwfs = Auto cargar SWFs embebidos -config.description.autoLoadEmbeddedSwfs = Cargar automaticamente los archivos SWF embebidos en las etiquetas DefineBinaryData. - -config.name.overrideTextExportFileName = Override text export filename -config.description.overrideTextExportFileName = Puede personalizar el nombre de archivo del texto exportado. Utilice {filename} el marcador de posici\u00f3n para utilizar el nombre del SWF actual. - -config.name.showOldTextDuringTextEditing = Mostrar texto viejo durante la edici\u00f3n de texto -config.description.showOldTextDuringTextEditing = Mostrar el texto original de la etiqueta de texto on color gris en el \u00e1rea de vista preliminar. - -config.group.name.import = Importar -config.group.description.import = Configuraci\u00f3n de importaciones - -config.name.textImportResizeTextBoundsMode = Modo de cambiar el tama\u00f1o de los l\u00edmites del text -config.description.textImportResizeTextBoundsMode = Modo de reajuste de l\u00edmites de texto luego de la edici\u00f3n de texto. - -config.name.showCloseConfirmation = Mostrar nuevamente la confirmaci\u00f3n de cerrado -config.description.showCloseConfirmation = Mostrar nuevamente la confirmaci\u00f3n de Cerrar para los archivos modificados. - -config.name.showCodeSavedMessage = Mostrar nuevamente mensaje de c\u00f3digo guardado -config.description.showCodeSavedMessage = Mostrar nuevamente el mensaje de c\u00f3digo guardado - -config.name.showTraitSavedMessage = Mostrar nuevamente el mensaje de rasgo guardado -config.description.showTraitSavedMessage = Mostrar otra vez mensaje de rasgo guardado - -config.name.updateProxyAddress = Http Proxy address for checking updates -config.description.updateProxyAddress = Direcci\u00f3n del Proxy Http para comprobar actualizaciones. Formato: example.com:8080 - -config.name.editorMode = Modo Editor -config.description.editorMode = Hacer editables las \u00e1reas de texto autmaticamente cuando un Texto o Script es seleccionado - -config.name.autoSaveTagModifications = Auto guardar modificaciones de etiquetas -config.description.autoSaveTagModifications = Guardar los cambios cuando una nueva etiqueta es seleccionada en el \u00e1rbol - -config.name.saveSessionOnExit = Guardar sesi\u00f3n al salir -config.description.saveSessionOnExit = Guardar la sesi\u00f3n actual y reabrirla una vez que FFDec reinicia (solo funciona con archivos reales) - -config.name._showDebugMenu = Mostrar men\u00fa de depuraci\u00f3n FFDec -config.description._showDebugMenu = Mostrar el men\u00fa de depuraci\u00f3n en el men\u00fa de cinta para la depuraci\u00f3n del decompilador. - -config.name.allowOnlyOneInstance = Permitir solo una instancia de FFDec (Solo Windows) -config.description.allowOnlyOneInstance = FFDec puede ser ejecutado solo una vez, todos los archivos abiertos ser\u00e1n agregados a una sola ventana. Solo funciona con el sistema operativo Windows. - -config.name.scriptExportSingleFile = Exportar scripts a un solo archivo -config.description.scriptExportSingleFile = Exportando scripts a un solo archivo en lugar de m\u00faltiples archivos - -config.name.setFFDecVersionInExportedFont = Colocar el n\u00famero de versi\u00f3n de FFDec en las fuentes exportadas -config.description.setFFDecVersionInExportedFont = Cuando este ajuste es deshabilitado, FFDec no agregar\u00e1 el n\u00famero de versi\u00f3n actual a la fuente exportada. - -config.name.gui.skin = Piel de interfaz de usuario -config.description.gui.skin = Apariencia de piel - -config.name.lastSessionFiles = Ultimos archivos de sesi\u00f3n -config.description.lastSessionFiles = Contiene los archivos abiertos desde la \u00faltima sesi\u00f3n - -config.name.lastSessionSelection = Ultima selecci\u00f3n de sesi\u00f3n -config.description.lastSessionSelection = Contiene la selecci\u00f3n desde la \u00faltima sesi\u00f3n - -config.name.loopMedia = Bucle de sonidos y sprites -config.description.loopMedia = Reiniciar automaticamente la reproducci\u00f3n the sonidos y sprites - -config.name.gui.timeLineSplitPane.dividerLocationPercent = (Internal) Ubicaci\u00f3n cronol\u00f3gica de Splitter -config.description.gui.timeLineSplitPane.dividerLocationPercent = - -config.name.cacheImages = Cach\u00e9 de im\u00e1genes -config.description.cacheImages = Colocar en cach\u00e9 los objetos de im\u00e1gen decodificados - -config.name.swfSpecificConfigs = Configuraciones espec\u00edficas del SWF -config.description.swfSpecificConfigs = Contiene las configuraciones espec\u00edficas del SWF - -config.name.exeExportMode = Modo de exportaci\u00f3n de EXE -config.description.exeExportMode = Modo de exportaci\u00f3n de EXE - -config.name.ignoreCLikePackages = Ignorar paquetes FlashCC / Alchemy o similares -config.description.ignoreCLikePackages = Los paquetes FlashCC/Alchemy usualmente no pueden ser decompilados correctamente. Puede deshabilitarlos para acelerar la decompilaci\u00f3n de otros paquetes. - -config.name.overwriteExistingFiles = Sobreescribir los archivos existentes -config.description.overwriteExistingFiles = Sobreescribir los archivos existentes durante la exportaci\u00f3n. Actualmente solo para scripts AS2/3 - -config.name.smartNumberFormatting = Usar formato de n\u00famero inteligente -config.description.smartNumberFormatting = Formato de n\u00fameros especiales (por ejemplo colores y tiempos) - -config.name.enableScriptInitializerDisplay = (REMOVED) Visualizar inicializadores de script -config.description.enableScriptInitializerDisplay = Habilitar pantalla de inicializadores de script y edici\u00f3n. Este ajuste puede agregar una nueva l\u00ednea a cada archivo de clase para destacar. - -config.name.autoOpenLoadedSWFs = Abrir SWFs cargados durante la ejecuci\u00f3n (Visor externo = Solo WINDOWS) -config.description.autoOpenLoadedSWFs = Abre autom\u00e1ticamente todos los SWFs cargados por el cargador de clases AS3 ejecutando SWF cuando se reproduce en el reproductor externo de FFDec. Esta caracter\u00edstica es solo para Windows. - -config.name.lastSessionFileTitles = T\u00edtulos de archivo de la \u00faltima sesi\u00f3n -config.description.lastSessionFileTitles = Contiene los t\u00edtulos de archivoabiertos de la \u00faltima sesi\u00f3n (por ejemplo cuando son cargados desde una URL etc.) - -config.group.name.paths = Rutas -config.group.description.paths = Ubicaci\u00f3n de los archivos necesarios +advancedSettings.dialog.title=Ajustes Avanzados +advancedSettings.restartConfirmation=Debe reiniciar el programa para que algunas modificaciones surtan efecto. \u00bfDesea reiniciar ahora? +advancedSettings.columns.name=Nombre +advancedSettings.columns.value=Valor +advancedSettings.columns.description=Descripci\u00f3n +default=default +config.group.name.export=Exportar +config.group.description.export=Configuraci\u00f3n de exportaci\u00f3n +config.group.name.script=Scripts +config.group.description.script=decompilaci\u00f3n relacionada ActionScript +config.group.name.update=Actualizaciones +config.group.description.update=Comprobando actualizaciones +config.group.name.format=Formato +config.group.description.format=Formato del c\u00f3digo ActionScript +config.group.name.limit=L\u00edmites +config.group.description.limit=L\u00edmites de Decompilaci\u00f3n para el c\u00f3digo ofuscado, etc. +config.group.name.ui=Interface +config.group.description.ui=Configuraci\u00f3n de la interfaz de usuario +config.group.name.debug=Depuraci\u00f3n +config.group.description.debug=Configuraci\u00f3n de depuraci\u00f3n +config.group.name.display=Visualizaci\u00f3n +config.group.description.display=Visualizaci\u00f3n de objetos Flash, etc. +config.group.name.decompilation=Decompilation +config.group.description.decompilation=Global decompilation related functions +config.group.name.other=Otros +config.group.description.other=Otras configuraciones no categorizadas +config.name.openMultipleFiles=Abrir m\u00faltiples archivos +config.description.openMultipleFiles=Permitir abrir m\u00faltiples archivos en una sola vez en una misma ventana +config.name.decompile=Mostrar fuente de ActionScript +config.description.decompile=Puede desactivar la decompilaci\u00f3n de AS, entonces solo P-code es mostrado +config.name.dumpView=Vista de volcado +config.description.dumpView=Ver volcado de data en crudo +config.name.useHexColorFormat=Formato de color Hexadecimal +config.description.useHexColorFormat=Mostrar los colores en formato hexadecimal +config.name.parallelSpeedUp=Aceleraci\u00f3n en paralelo +config.description.parallelSpeedUp=El paralelismo puede acelerar la decompilac\u00f3n +config.name.parallelSpeedUpThreadCount=N\u00famero de hilos +config.description.parallelSpeedUpThreadCount=N\u00famero de hilos para la aceleraci\u00f3n en paralelo +config.name.autoDeobfuscate=Desofuscaci\u00f3n autom\u00e1tica +config.description.autoDeobfuscate=Correr desofuscaci\u00f3n en cada archivo antes de la decompilaci\u00f3n de ActionScript +config.name.cacheOnDisk=Utilizar acumulaci\u00f3n en disco +config.description.cacheOnDisk=Acumular las partes ya decompiladas en el disco duro en lugar de la memoria +config.name.internalFlashViewer=Utilizar un visualizador de Flash propio +config.description.internalFlashViewer=Utilizar el visualizador de Flash de JPEXS en lugar del visualizador est\u00e1ndar para las partes +config.name.gotoMainClassOnStartup=Ir a la clase principal al iniciar (AS3) +config.description.gotoMainClassOnStartup=Navegar al documento de clases del archivo al abrir el SWF +config.name.autoRenameIdentifiers=Renombrar identificadores automaticamente +config.description.autoRenameIdentifiers=Renombrar identificadores inv\u00e1lidos al cargar el SWF +config.name.offeredAssociation=(Interno) Asociaci\u00f3n con archivos SWF mostrados Association with SWF files displayed +config.description.offeredAssociation=La ventana de di\u00e1logo acerca de la asociaci\u00f3n de archivos ya fue mostrada +config.name.decimalAddress=Utilizar direcciones decimales +config.description.decimalAddress=Utilizar direcciones decimales en lugar de hexadecimales +config.name.showAllAddresses=Mostrar todas las direcciones +config.description.showAllAddresses=Mostrar todas las direcciones de instrucciones del ActionScript +config.name.useFrameCache=Utilizar marco de almacenamiento +config.description.useFrameCache=Almancenar cuadros antes de hacer rendering otra vez +config.name.useRibbonInterface=Interface Ribbon +config.description.useRibbonInterface=Destildar para utilizar la interfaz cl\u00e1sica sin el men\u00fa ribbon +config.name.openFolderAfterFlaExport=Abrir carpeta luego de exportar el FLA +config.description.openFolderAfterFlaExport=Mostrar el directorio de salida luego de exportar el archivo FLA +config.name.useDetailedLogging=Anotaciones Detalladas +config.description.useDetailedLogging=Guardar mensajes de error detallados e informaci\u00f3n para prop\u00f3sitos de depuraci\u00f3n +config.name._debugMode=FFDec en modo depuraci\u00f3n +config.description._debugMode=Modo para depurar FFDec. Encender en men\u00fa depuraci\u00f3n. Esto no tiene relaci\u00f3n con la funcionalidad de depuraci\u00f3n +config.name.resolveConstants=Resolver constantes en el c\u00f3digo p-code AS1/2 +config.description.resolveConstants=Apague esto para mostrar 'constantxx' en lugar de los valores reales en la ventana de P-code +config.name.sublimiter=L\u00edmite de los subs de c\u00f3digo +config.description.sublimiter=L\u00edmite de los subs de c\u00f3digo para el c\u00f3digo ofuscado +config.name.exportTimeout=Tiempo total de espera de exportaci\u00f3n (segundos) +config.description.exportTimeout=El decompilador detendr\u00e1 la exportaci\u00f3n al alcanzar este tiempo +config.name.decompilationTimeoutFile=Tiempo de espera para la decompilaci\u00f3n de un solo archivo (segundos) +config.description.decompilationTimeoutFile=El decompilador detendr\u00e1 la decompilaci\u00f3n de ActionScript al alcanzar este tiempo en un archivo +config.name.paramNamesEnable=Activar nombres de par\u00e1metros en AS3 +config.description.paramNamesEnable=Utilizar nombres de par\u00e1metros en la decompilaci\u00f3n puede provocar problemas porque programas oficiales como Flash CS 5.5 insertan erroneamente \u00edndices de nombres de par\u00e1metros +config.name.displayFileName=Mostrar nombre del SWF en el t\u00edtulo +config.description.displayFileName=Muestra el nombre o url del archivo SWF en la ventana de t\u00edtulo (Puede tomar capturas de pantalla) +config.name._debugCopy=FFDec recompilaci\u00f3n de depuraci\u00f3n +config.description._debugCopy=Intenta compilar el archivo SWF otra vez luego de abrirlo para asegurar que se produzca el mismo c\u00f3digo binario. Utilizar para DEPURACION de FFDec solamente! +config.name.dumpTags=Volcar etiquetas a la consola +config.description.dumpTags=Volcar etiquetas a la consola cuando se lee el archivo SWF +config.name.decompilationTimeoutSingleMethod=AS3: Tiempo de espera para la decompilaci\u00f3n del m\u00e9todo \u00fanico (segundos) +config.description.decompilationTimeoutSingleMethod=El decompilador detendr\u00e1 la decompilaci\u00f3n del ActionScript al alcanzar este tiempo en un m\u00e9todo +config.name.lastRenameType=(Interno) Ultimo tipo renombrado +config.description.lastRenameType=Ultimo tipo de identificador utilizado renombrado +config.name.lastSaveDir=(Interno) Ultimo directorio guardado +config.description.lastSaveDir=Ultimo directorio de guardado utilizado +config.name.lastOpenDir=(Interno) Ultimo directorio abierto +config.description.lastOpenDir=Ultimo directorio abierto utilizado +config.name.lastExportDir=(Interno) Ultimo directorio de exportaci\u00f3n +config.description.lastExportDir=Ultimo directorio de exportaci\u00f3n utilizado +config.name.locale=Lenguaje +config.description.locale=Identificador de lugares +config.name.registerNameFormat=Registrar formato de variable +config.description.registerNameFormat=Formato de registro de nombres de variables locales. Utilice %d para n\u00famero de registro. +config.name.maxRecentFileCount=Contador m\u00e1ximo reciente +config.description.maxRecentFileCount=N\u00famero m\u00e1ximo de archivo recientes +config.name.recentFiles=(Interno) Archivos recientes +config.description.recentFiles=Archivos abiertos recientemente +config.name.fontPairingMap=(Interno) Pares de caracteres para la importaci\u00f3n +config.description.fontPairingMap=Pares de fuentes para la importaci\u00f3n de nuevos caracteres +config.name.lastUpdatesCheckDate=(Interno) Fecha del \u00faltimo chequeo de actualizaci\u00f3n +config.description.lastUpdatesCheckDate=Fecha del \u00faltimo chequeo de actualizaciones en el servidor +config.name.gui.window.width=(Interno) Ultima anchura de la ventana +config.description.gui.window.width=Ultimo anchura de la ventana guardada +config.name.gui.window.height=(Interno) Ultima altura de la ventana +config.description.gui.window.height=ultima altura de la ventana guardada +config.name.gui.window.maximized.horizontal=(Interno) Ventana maximizada horizontalmente +config.description.gui.window.maximized.horizontal=Ultimo estado de la ventana - maximizada horizontalmente +config.name.gui.window.maximized.vertical=(Interno) Ventana maximizada verticalmente +config.description.gui.window.maximized.vertical=Ultimo estado de la ventana - maximizada verticalmente +config.name.gui.avm2.splitPane.dividerLocationPercent=(Interno) Ubicaci\u00f3n del divisor del AS3 +config.description.gui.avm2.splitPane.dividerLocationPercent= +config.name.gui.actionSplitPane.dividerLocationPercent=(Interno) Ubicaci\u00f3n del divisor del AS1/2 +config.description.gui.actionSplitPane.dividerLocationPercent= +config.name.gui.previewSplitPane.dividerLocationPercent=(Interno) Previsualizar la ubicaci\u00f3n del divisor +config.description.gui.previewSplitPane.dividerLocationPercent= +config.name.gui.splitPane1.dividerLocationPercent=(Interno) Ubicaci\u00f3n del divisor 1 +config.description.gui.splitPane1.dividerLocationPercent= +config.name.gui.splitPane2.dividerLocationPercent=(Interno) Ubicaci\u00f3n del divisor 2 +config.description.gui.splitPane2.dividerLocationPercent= +config.name.saveAsExeScaleMode=Guardar como modo de escala EXE +config.description.saveAsExeScaleMode=Modo de escala para la exportaci\u00f3n EXE +config.name.syntaxHighlightLimit=M\u00e1ximo de caracteres para el resaltado de sintaxis +config.description.syntaxHighlightLimit=N\u00famero m\u00e1ximo de caracteres para ejecutar el resaltado de sintaxis +config.name.guiFontPreviewSampleText=(Interno) Ultimo texto de la vista preliminar de la fuente +config.description.guiFontPreviewSampleText=Ultimo \u00edndice de lista del texto de la vista preliminar de la fuente +config.name.gui.fontPreviewWindow.width=(Interno) Ultimo ancho de la vista preliminar de la fuente +config.description.gui.fontPreviewWindow.width= +config.name.gui.fontPreviewWindow.height=(Interno) Ultima altura de la vista preliminar de la fuente +config.description.gui.fontPreviewWindow.height= +config.name.gui.fontPreviewWindow.posX=(Interno) Ultima X de la ventana de vista previa de la fuente +config.description.gui.fontPreviewWindow.posX= +config.name.gui.fontPreviewWindow.posY=(Interno) Ultima Y de la ventana de vista previa de la fuente +config.description.gui.fontPreviewWindow.posY= +config.name.formatting.indent.size=Caracteres por indentaci\u00f3n +config.description.formatting.indent.size=N\u00famero de espacios (o tabs) para una indentaci\u00f3n +config.name.formatting.indent.useTabs=Tabs para indentaci\u00f3n +config.description.formatting.indent.useTabs=Utilizar tabs en lugar de espacios para indentaci\u00f3n +config.name.beginBlockOnNewLine=Llave en la nueva l\u00ednea +config.description.beginBlockOnNewLine=Comenzar bloque con llave en la nueva l\u00ednea +config.name.check.updates.delay=Retraso de chequeo de actualizaci\u00f3n +config.description.check.updates.delay=Tiempo m\u00ednimo entre chequeos autom\u00e1ticos de actualizaciones cuando la aplicaci\u00f3n arranca +config.name.check.updates.stable=Comprobar por versiones estables +config.description.check.updates.stable=Comprobar por actualizaciones de versiones estables +config.name.check.updates.nightly=Comprobar por versiones de construciones de noche +config.description.check.updates.nightly=Comprobar por actualizaciones de versiones de consutrcciones de noche +config.name.check.updates.enabled=Comprobaci\u00f3n de actualizaciones activado +config.description.check.updates.enabled=Comprobaci\u00f3n autom\u00e1tica de actualizaciones cuando la aplicaci\u00f3n arranca +config.name.export.formats=(Interno) Formatos de exportaci\u00f3n +config.description.export.formats=Ultimos formatos de exportaciones utilizados +config.name.textExportSingleFile=Exportar textos en un solo archivo +config.description.textExportSingleFile=Exportando textos en un archivo en lugar de m\u00faltiples +config.name.textExportSingleFileSeparator=Separador de textos en la exportaci\u00f3n de texto en un archivo +config.description.textExportSingleFileSeparator=Texto a insertar entre los textos en la exportaci\u00f3n de texto en un \u00fanico archivo +config.name.textExportSingleFileRecordSeparator=Separador de registros de exportaci\u00f3n en un \u00fanico archivo +config.description.textExportSingleFileRecordSeparator=Texto para insertar entre los textos en la exportaci\u00f3n de texto en un \u00fanico archivo +config.name.warning.experimental.as12edit=Alertar en la edici\u00f3n directa de AS1/2 +config.description.warning.experimental.as12edit=Muestra un alerta en la edici\u00f3n experimental directa de AS1/2 +config.name.warning.experimental.as3edit=Alertar en la edici\u00f3n directa de AS3 +config.description.warning.experimental.as3edit=Muestra un alerta en la edici\u00f3n experimental directa de AS3 +config.name.packJavaScripts=Empaquetar JavaScripts +config.description.packJavaScripts=Ejecutar empaquetadores de JavaScript en scripts creados con exportaci\u00f3n de Canvas. +config.name.textExportExportFontFace=Utilizar font-face al exportar SVG +config.description.textExportExportFontFace=Incrustar archivos de fuente en el SVG utilizando font-face en lugar de formas +config.name.lzmaFastBytes=Bytes r\u00e1pidos de LZMA (valores v\u00e1lidos: 5-255) +config.description.lzmaFastBytes=Par\u00e1metro de bytes r\u00e1pidos del codificador LZMA +config.name.pluginPath=Directorio de Plugin +config.description.pluginPath=- +config.name.showMethodBodyId=Mostrar identificador el cuerpo del m\u00e9todo +config.description.showMethodBodyId=Mostrar el identificador del methodbody para la importaci\u00f3n de linea de comandos +config.name.export.zoom=(Interna) Exportar enfoque +config.description.export.zoom=Last used export zoom +config.name.debuggerPort=Puerto de depuraci\u00f3n +config.description.debuggerPort=Puerto utilizado para depuraci\u00f3n por socke +config.name.displayDebuggerInfo=(Interna) Mostrar informaci\u00f3n del depurador +config.description.displayDebuggerInfo=Mostrar informaci\u00f3n acerca del depurador antes de cambiarlo +config.name.randomDebuggerPackage=Utilizar nombre de paquete aleatorio para el Debugger +config.description.randomDebuggerPackage=Esto renombra el paquete de depurador a una cadena aleatoria que hace dificil detectar la presencia del depurador por ActionScript +config.name.lastDebuggerReplaceFunction=(Interna) Ultima sustituci\u00f3n de traza seleccionada +config.description.lastDebuggerReplaceFunction=Nombre de funci\u00f3n que fue la \u00faltima seleccionada en reemplazo de funci\u00f3n de rastreo con el depurador +config.name.getLocalNamesFromDebugInfo=AS3: Tomar nombres de registros locales desde la informaci\u00f3n de depuraci\u00f3n +config.description.getLocalNamesFromDebugInfo=Si hay informaci\u00f3n de depuraci\u00f3n disponible, renombrar registros locales de _loc_x_ a los nombres reales. Esta opci\u00f3n se puede desactivar dado que algunos ofuscadores utilizan nombres de registros inv\u00e1lidos +config.name.tagTreeShowEmptyFolders=Mostrar carpetas vac\u00edas +config.description.tagTreeShowEmptyFolders=Mostrar carpetas vac\u00edas en el \u00e1rbol de etiqueta. +config.name.autoLoadEmbeddedSwfs=Auto cargar SWFs embebidos +config.description.autoLoadEmbeddedSwfs=Cargar automaticamente los archivos SWF embebidos en las etiquetas DefineBinaryData. +config.name.overrideTextExportFileName=Override text export filename +config.description.overrideTextExportFileName=Puede personalizar el nombre de archivo del texto exportado. Utilice {filename} el marcador de posici\u00f3n para utilizar el nombre del SWF actual. +config.name.showOldTextDuringTextEditing=Mostrar texto viejo durante la edici\u00f3n de texto +config.description.showOldTextDuringTextEditing=Mostrar el texto original de la etiqueta de texto on color gris en el \u00e1rea de vista preliminar. +config.group.name.import=Importar +config.group.description.import=Configuraci\u00f3n de importaciones +config.name.textImportResizeTextBoundsMode=Modo de cambiar el tama\u00f1o de los l\u00edmites del text +config.description.textImportResizeTextBoundsMode=Modo de reajuste de l\u00edmites de texto luego de la edici\u00f3n de texto. +config.name.showCloseConfirmation=Mostrar nuevamente la confirmaci\u00f3n de cerrado +config.description.showCloseConfirmation=Mostrar nuevamente la confirmaci\u00f3n de Cerrar para los archivos modificados. +config.name.showCodeSavedMessage=Mostrar nuevamente mensaje de c\u00f3digo guardado +config.description.showCodeSavedMessage=Mostrar nuevamente el mensaje de c\u00f3digo guardado +config.name.showTraitSavedMessage=Mostrar nuevamente el mensaje de rasgo guardado +config.description.showTraitSavedMessage=Mostrar otra vez mensaje de rasgo guardado +config.name.updateProxyAddress=Http Proxy address for checking updates +config.description.updateProxyAddress=Direcci\u00f3n del Proxy Http para comprobar actualizaciones. Formato: example.com:8080 +config.name.editorMode=Modo Editor +config.description.editorMode=Hacer editables las \u00e1reas de texto autmaticamente cuando un Texto o Script es seleccionado +config.name.autoSaveTagModifications=Auto guardar modificaciones de etiquetas +config.description.autoSaveTagModifications=Guardar los cambios cuando una nueva etiqueta es seleccionada en el \u00e1rbol +config.name.saveSessionOnExit=Guardar sesi\u00f3n al salir +config.description.saveSessionOnExit=Guardar la sesi\u00f3n actual y reabrirla una vez que FFDec reinicia (solo funciona con archivos reales) +config.name._showDebugMenu=Mostrar men\u00fa de depuraci\u00f3n FFDec +config.description._showDebugMenu=Mostrar el men\u00fa de depuraci\u00f3n en el men\u00fa de cinta para la depuraci\u00f3n del decompilador. +config.name.allowOnlyOneInstance=Permitir solo una instancia de FFDec (Solo Windows) +config.description.allowOnlyOneInstance=FFDec puede ser ejecutado solo una vez, todos los archivos abiertos ser\u00e1n agregados a una sola ventana. Solo funciona con el sistema operativo Windows. +config.name.scriptExportSingleFile=Exportar scripts a un solo archivo +config.description.scriptExportSingleFile=Exportando scripts a un solo archivo en lugar de m\u00faltiples archivos +config.name.setFFDecVersionInExportedFont=Colocar el n\u00famero de versi\u00f3n de FFDec en las fuentes exportadas +config.description.setFFDecVersionInExportedFont=Cuando este ajuste es deshabilitado, FFDec no agregar\u00e1 el n\u00famero de versi\u00f3n actual a la fuente exportada. +config.name.gui.skin=Piel de interfaz de usuario +config.description.gui.skin=Apariencia de piel +config.name.lastSessionFiles=Ultimos archivos de sesi\u00f3n +config.description.lastSessionFiles=Contiene los archivos abiertos desde la \u00faltima sesi\u00f3n +config.name.lastSessionSelection=Ultima selecci\u00f3n de sesi\u00f3n +config.description.lastSessionSelection=Contiene la selecci\u00f3n desde la \u00faltima sesi\u00f3n +config.name.loopMedia=Bucle de sonidos y sprites +config.description.loopMedia=Reiniciar automaticamente la reproducci\u00f3n the sonidos y sprites +config.name.gui.timeLineSplitPane.dividerLocationPercent=(Internal) Ubicaci\u00f3n cronol\u00f3gica de Splitter +config.description.gui.timeLineSplitPane.dividerLocationPercent= +config.name.cacheImages=Cach\u00e9 de im\u00e1genes +config.description.cacheImages=Colocar en cach\u00e9 los objetos de im\u00e1gen decodificados +config.name.swfSpecificConfigs=Configuraciones espec\u00edficas del SWF +config.description.swfSpecificConfigs=Contiene las configuraciones espec\u00edficas del SWF +config.name.exeExportMode=Modo de exportaci\u00f3n de EXE +config.description.exeExportMode=Modo de exportaci\u00f3n de EXE +config.name.ignoreCLikePackages=Ignorar paquetes FlashCC / Alchemy o similares +config.description.ignoreCLikePackages=Los paquetes FlashCC/Alchemy usualmente no pueden ser decompilados correctamente. Puede deshabilitarlos para acelerar la decompilaci\u00f3n de otros paquetes. +config.name.overwriteExistingFiles=Sobreescribir los archivos existentes +config.description.overwriteExistingFiles=Sobreescribir los archivos existentes durante la exportaci\u00f3n. Actualmente solo para scripts AS2/3 +config.name.smartNumberFormatting=Usar formato de n\u00famero inteligente +config.description.smartNumberFormatting=Formato de n\u00fameros especiales (por ejemplo colores y tiempos) +config.name.enableScriptInitializerDisplay=(REMOVED) Visualizar inicializadores de script +config.description.enableScriptInitializerDisplay=Habilitar pantalla de inicializadores de script y edici\u00f3n. Este ajuste puede agregar una nueva l\u00ednea a cada archivo de clase para destacar. +config.name.autoOpenLoadedSWFs=Abrir SWFs cargados durante la ejecuci\u00f3n (Visor externo = Solo WINDOWS) +config.description.autoOpenLoadedSWFs=Abre autom\u00e1ticamente todos los SWFs cargados por el cargador de clases AS3 ejecutando SWF cuando se reproduce en el reproductor externo de FFDec. Esta caracter\u00edstica es solo para Windows. +config.name.lastSessionFileTitles=T\u00edtulos de archivo de la \u00faltima sesi\u00f3n +config.description.lastSessionFileTitles=Contiene los t\u00edtulos de archivoabiertos de la \u00faltima sesi\u00f3n (por ejemplo cuando son cargados desde una URL etc.) +config.group.name.paths=Rutas +config.group.description.paths=Ubicaci\u00f3n de los archivos necesarios #config.group.tip.paths = Usted puede bajar estos archivos desde la p\u00e1gina web de Adobe #TODO: translate again: -config.group.tip.paths = Download projector and Playerglobal on adobe webpage. Flex SDK can be downloaded on apache web. -config.group.link.paths = https://web.archive.org/web/20220401020702/https://www.adobe.com/support/flashplayer/debug_downloads.html https://flex.apache.org/download-binaries.html - -config.name.playerLocation = 1) Ruta de Flash Player projector -config.description.playerLocation = Ubicaci\u00f3n del ejecutable aut\u00f3nomo de Flash Player. Utilizado para la acci\u00f3n Correr. - -config.name.playerDebugLocation = 2) Ruta de depuraci\u00f3n de contenido del proyector Flash Player -config.description.playerDebugLocation = Ubicaci\u00f3n del ejecutable de depuraci\u00f3n aut\u00f3nomo de Flash Player. Utilizado para la acci\u00f3n de Debugger. - -config.name.playerLibLocation = 3) Ruta de PlayerGlobal (.swc) -config.description.playerLibLocation = Ubicaci\u00f3n de la librer\u00eda playerglobal.swc de Flash Player. Utilizada mayormente para compilaci\u00f3n de AS3. - -config.name.debugHalt = Interrumpir ejecuci\u00f3n cuando durante el inicio de depuraci\u00f3n -config.description.debugHalt = Pausar SWF al inicio de la depuraci\u00f3n. - -config.name.gui.avm2.splitPane.vars.dividerLocationPercent = (Internal) Ubicaci\u00f3n del men\u00fa divisor de Depuraci\u00f3n -config.description.gui.avm2.splitPane.vars.dividerLocationPercent = - -tip = Consejo: - -config.name.gui.action.splitPane.vars.dividerLocationPercent = (Internal) AS1/2 Ubicaci\u00f3n del divisor del men\u00fa de Depuraci\u00f3n -config.description.gui.action.splitPane.vars.dividerLocationPercent = - -config.name.setMovieDelay = Retrasar antes de intercambiar el SWF en el reproductor externo en ms -config.description.setMovieDelay = No es recomendable cambiar el valor por debajo de los 1000ms - -config.name.warning.svgImport = Advertir en la importaci\u00f3n de SVG -config.description.warning.svgImport = - -config.name.shapeImport.useNonSmoothedFill = Utilice relleno no alisada cuando una forma se sustituye con una imagen -config.description.shapeImport.useNonSmoothedFill = - -config.name.internalFlashViewer.execute.as12 = AS1/2 en un visor de Flash propio (Experimental) -config.description.internalFlashViewer.execute.as12 = Intentar ejecutar ActionScript 1/2 durante la reproducci\u00f3n del SWF utilizando el visor de FFDec - -config.name.warning.hexViewNotUpToDate = Mostrar advertencia de Vista Hexadecimal no al d\u00eda -config.description.warning.hexViewNotUpToDate = - -config.name.displayDupInstructions = Mostrar \u00a7\u00a7dup instrucciones -config.description.displayDupInstructions = Mostrar \u00a7\u00a7dup instrucciones en el c\u00f3digo. Sin ellas, el c\u00f3digo puede ser facilmente compilado pero alg\u00fan c\u00f3digo con efectos secundarios puede ser ejecutado dos veces. - -config.name.useRegExprLiteral = Decompilar RegExp como /patr\u00f3n/mod literal. -config.description.useRegExprLiteral = Uitilzar sint\u00e1xis /patr\u00f3n/mod al decompilar expresiones regulares. De otra manera RegExp("pat","mod") es utilizado - -config.name.handleSkinPartsAutomatically = Manejar metadata [SkinPart] automaticamente -config.description.handleSkinPartsAutomatically = Decompila y edita directamente metadata [SkinPart] automaticamente. Cuando est\u00e1 apagada, el atributo _skinParts y su m\u00e9todo getter es visible y manualmente editable. - -config.name.simplifyExpressions = Simplificar expresiones -config.description.simplifyExpressions = Evaluar y simplificar expresiones para hacer el c\u00f3digo m\u00e1s legible - -config.name.resetLetterSpacingOnTextImport = Reestablecer espaciado entre l\u00edneas en la importaci\u00f3n de texto -config.description.resetLetterSpacingOnTextImport = Util para las fuentes cil\u00edrico, porque son mas anchas +config.group.tip.paths=Download projector and Playerglobal on adobe webpage. Flex SDK can be downloaded on apache web. +config.group.link.paths=https://web.archive.org/web/20220401020702/https://www.adobe.com/support/flashplayer/debug_downloads.html https://flex.apache.org/download-binaries.html +config.name.playerLocation=1) Ruta de Flash Player projector +config.description.playerLocation=Ubicaci\u00f3n del ejecutable aut\u00f3nomo de Flash Player. Utilizado para la acci\u00f3n Correr. +config.name.playerDebugLocation=2) Ruta de depuraci\u00f3n de contenido del proyector Flash Player +config.description.playerDebugLocation=Ubicaci\u00f3n del ejecutable de depuraci\u00f3n aut\u00f3nomo de Flash Player. Utilizado para la acci\u00f3n de Debugger. +config.name.playerLibLocation=3) Ruta de PlayerGlobal (.swc) +config.description.playerLibLocation=Ubicaci\u00f3n de la librer\u00eda playerglobal.swc de Flash Player. Utilizada mayormente para compilaci\u00f3n de AS3. +config.name.debugHalt=Interrumpir ejecuci\u00f3n cuando durante el inicio de depuraci\u00f3n +config.description.debugHalt=Pausar SWF al inicio de la depuraci\u00f3n. +config.name.gui.avm2.splitPane.vars.dividerLocationPercent=(Internal) Ubicaci\u00f3n del men\u00fa divisor de Depuraci\u00f3n +config.description.gui.avm2.splitPane.vars.dividerLocationPercent= +tip=Consejo: +config.name.gui.action.splitPane.vars.dividerLocationPercent=(Internal) AS1/2 Ubicaci\u00f3n del divisor del men\u00fa de Depuraci\u00f3n +config.description.gui.action.splitPane.vars.dividerLocationPercent= +config.name.setMovieDelay=Retrasar antes de intercambiar el SWF en el reproductor externo en ms +config.description.setMovieDelay=No es recomendable cambiar el valor por debajo de los 1000ms +config.name.warning.svgImport=Advertir en la importaci\u00f3n de SVG +config.description.warning.svgImport= +config.name.shapeImport.useNonSmoothedFill=Utilice relleno no alisada cuando una forma se sustituye con una imagen +config.description.shapeImport.useNonSmoothedFill= +config.name.internalFlashViewer.execute.as12=AS1/2 en un visor de Flash propio (Experimental) +config.description.internalFlashViewer.execute.as12=Intentar ejecutar ActionScript 1/2 durante la reproducci\u00f3n del SWF utilizando el visor de FFDec +config.name.warning.hexViewNotUpToDate=Mostrar advertencia de Vista Hexadecimal no al d\u00eda +config.description.warning.hexViewNotUpToDate= +config.name.displayDupInstructions=Mostrar \u00a7\u00a7dup instrucciones +config.description.displayDupInstructions=Mostrar \u00a7\u00a7dup instrucciones en el c\u00f3digo. Sin ellas, el c\u00f3digo puede ser facilmente compilado pero alg\u00fan c\u00f3digo con efectos secundarios puede ser ejecutado dos veces. +config.name.useRegExprLiteral=Decompilar RegExp como /patr\u00f3n/mod literal. +config.description.useRegExprLiteral=Uitilzar sint\u00e1xis /patr\u00f3n/mod al decompilar expresiones regulares. De otra manera RegExp("pat","mod") es utilizado +config.name.handleSkinPartsAutomatically=Manejar metadata [SkinPart] automaticamente +config.description.handleSkinPartsAutomatically=Decompila y edita directamente metadata [SkinPart] automaticamente. Cuando est\u00e1 apagada, el atributo _skinParts y su m\u00e9todo getter es visible y manualmente editable. +config.name.simplifyExpressions=Simplificar expresiones +config.description.simplifyExpressions=Evaluar y simplificar expresiones para hacer el c\u00f3digo m\u00e1s legible +config.name.resetLetterSpacingOnTextImport=Reestablecer espaciado entre l\u00edneas en la importaci\u00f3n de texto +config.description.resetLetterSpacingOnTextImport=Util para las fuentes cil\u00edrico, porque son mas anchas diff --git a/src/com/jpexs/decompiler/flash/gui/locales/AdvancedSettingsDialog_fr.properties b/src/com/jpexs/decompiler/flash/gui/locales/AdvancedSettingsDialog_fr.properties index 1f413ab3b..e6a716bab 100644 --- a/src/com/jpexs/decompiler/flash/gui/locales/AdvancedSettingsDialog_fr.properties +++ b/src/com/jpexs/decompiler/flash/gui/locales/AdvancedSettingsDialog_fr.properties @@ -12,418 +12,282 @@ # # You should have received a copy of the GNU General Public License # along with this program. If not, see . - -advancedSettings.dialog.title = Param\u00e8tres avanc\u00e9s -advancedSettings.restartConfirmation = Vous devez red\u00e9marrer le programme pour que les changements prennent effet. Red\u00e9marrer maintenant ? -advancedSettings.columns.name = Nom -advancedSettings.columns.value = Valeur -advancedSettings.columns.description = Description -default = D\u00e9faut - -config.group.name.export = Export -config.group.description.export = Configuration de l'export - -config.group.name.script = Scripts -config.group.description.script = D\u00e9compilation ActionScript connexes - -config.group.name.update = Mises \u00e0 jour -config.group.description.update = Recherche de mises \u00e0 jour - -config.group.name.format = Mise en forme -config.group.description.format = Mise en forme du code ActionScript - -config.group.name.limit = Limites -config.group.description.limit = Limites de la d\u00e9compilation du code crypt\u00e9, etc. - -config.group.name.ui = Interface -config.group.description.ui = Configuration de l'interface utilisateur - -config.group.name.debug = D\u00e9boguage -config.group.description.debug = Param\u00e8tres de d\u00e9boguage - -config.group.name.display = Affichage -config.group.description.display = Affichage des objets Flash, etc. - -config.group.name.decompilation = D\u00e9compilation -config.group.description.decompilation = Fonctions relatives \u00e0 la d\u00e9compilation - -config.group.name.other = Autres -config.group.description.other = Autres configurations - -config.name.openMultipleFiles = Ouvrir plusieurs fichiers -config.description.openMultipleFiles = Autoriser l'ouverture de plusieurs fichiers dans une seule fen\u00eatre - -config.name.decompile = Afficher les sources ActionScript -config.description.decompile = Vous pouvez d\u00e9sactiver la d\u00e9compilation ActionScript, seul le code Assembleur sera affich\u00e9 - -config.name.dumpView = Donn\u00e9es brutes -config.description.dumpView = Voir les donn\u00e9es brutes - -config.name.useHexColorFormat = Format couleur hexad\u00e9cimal -config.description.useHexColorFormat = Afficher les couleurs au format hexad\u00e9cimal - -config.name.parallelSpeedUp = Acc\u00e9l\u00e9ration parall\u00e8le -config.description.parallelSpeedUp = Le parall\u00e9lisme augmente la vitesse de d\u00e9compilation - -config.name.parallelSpeedUpThreadCount = Nombre de canaux -config.description.parallelSpeedUpThreadCount = Nombre de canaux \u00e0 utiliser pour l'acc\u00e9l\u00e9ration parall\u00e8le - -config.name.autoDeobfuscate = D\u00e9sobfuscation automatique -config.description.autoDeobfuscate = D\u00e9marer la d\u00e9sobfuscation sur l'ensemble des fichiers avant la d\u00e9compilation ActionScript - -config.name.cacheOnDisk = Utilisation de la m\u00e9moire cache du disque -config.description.cacheOnDisk = Des parties sont d\u00e9j\u00e0 d\u00e9compil\u00e9s sur le disque dur \u00e0 la place de la m\u00e9moire - -config.name.internalFlashViewer = Utiliser la visionneuse Flash int\u00e9gr\u00e9e -config.description.internalFlashViewer = Utililser la visionneuse Flash JPEXS au lieu de la visionneuse Flash standard pour afficher les \u00e9l\u00e9ments - -config.name.gotoMainClassOnStartup = Aller \u00e0 la classe d'initialisation (AS3) -config.description.gotoMainClassOnStartup = Aller dans la classe de document \u00e0 l'ouverture du fichier AS3 - -config.name.autoRenameIdentifiers = Renommage automatique des identifiants -config.description.autoRenameIdentifiers = Renomme automatiquement les identifiants invalides en chargeant le fichier SWF - -config.name.offeredAssociation = (Interne) Association de fichiers SWF d\u00e9j\u00e0 ouvert -config.description.offeredAssociation = La boite de dialogue d'association de fichiers est d\u00e9j\u00e0 ouverte - -config.name.decimalAddress = Utiliser l'adressage d\u00e9cimale -config.description.decimalAddress = Utiliser l'adressage d\u00e9cimale au lieu de l'adressage hexad\u00e9cimal - -config.name.showAllAddresses = Afficher toutes les adresses -config.description.showAllAddresses = Afficher toutes les instructions ActionScript \u00e0 toutes les adresses - -config.name.useFrameCache = Utiliser la m\u00e9moire cache des images -config.description.useFrameCache = Mettre en cache les images avant le nouveau rendu - -config.name.useRibbonInterface = Interface Ruban -config.description.useRibbonInterface = D\u00e9cocher pour utiliser l'interface classique sans le menu-ruban - -config.name.openFolderAfterFlaExport = Ouvrir le dossier apr\u00e8s l'export FLA -config.description.openFolderAfterFlaExport = Afficher le dossier apr\u00e8s l'export de fichiers FLA - -config.name.useDetailedLogging = Journal d\u00e9taill\u00e9 -config.description.useDetailedLogging = Les messages d'erreurs et les informations de d\u00e9bogages sont renseign\u00e9s dans le journal d\u00e9taill\u00e9 - -config.name.resolveConstants = R\u00e9soudre les constantes dans le code assembleur en AS1/2 -config.description.resolveConstants = Arr\u00eate d'afficher 'constantxx' au lieu des vraies valeurs dans la fen\u00eatre assembleur - -config.name.sublimiter = Limites du sous-programme -config.description.sublimiter = Limites du sous-programme pour du code crypt\u00e9 - -config.name.exportTimeout = Limite de temps \u00e9coul\u00e9e \u00e0 l'exportation (secondes) -config.description.exportTimeout = Le d\u00e9compileur arr\u00eatera l'exportation d\u00e8s que cette valeur sera atteinte - -config.name.decompilationTimeoutFile = Limite de temps pour d\u00e9compiler un fichier (secondes) -config.description.decompilationTimeoutFile = Le d\u00e9compileur arr\u00eatera la d\u00e9compilation ActionScript d\u00e8s que cette valeur sera atteinte pour un fichier - -config.name.paramNamesEnable = Activer les noms de param\u00e8tres en AS3 -config.description.paramNamesEnable = L'utilisation des noms de param\u00e8tres en d\u00e9compilant peut causer des probl\u00e8mes parce que le programme officiel CS 5.5 pr\u00e9f\u00e8re Flash ins\u00e8rer des mauvais indices de noms de param\u00e9tres - -config.name.displayFileName = Afficher le nom SWF dans la barre de titre -config.description.displayFileName = Afficher l'URL et le nom de fichier dans la barre de titre (Vous pouvez faire des captures d'\u00e9cran) - -config.name.dumpTags = Afficher les \u00e9tiquettes dans la console -config.description.dumpTags = Afficher les \u00e9tiquettes dans la console en jouant le fichier SWF - -config.name.decompilationTimeoutSingleMethod = AS3: Single method decompilation timeout (secondes) -config.description.decompilationTimeoutSingleMethod = Le d\u00e9compilateur arr\u00eatera la d\u00e9compilation du code ActionScript d\u00e8 que ce temps sera atteint dans la m\u00e9thode - -config.name.lastRenameType = (Interne) Dernier type renomm\u00e9 -config.description.lastRenameType = Dernier type d'identificateur renomm\u00e9 utilis\u00e9 - -config.name.lastSaveDir = (Interne) Dernier dossier de sauvegarde -config.description.lastSaveDir = Dernier dossier de sauvegarde utilis\u00e9 - -config.name.lastOpenDir = (Interne) Dernier dossier ouvert -config.description.lastOpenDir = Dernier dossier ouvert utilis\u00e9 - -config.name.lastExportDir = (Interne) Dernier dossier d'export -config.description.lastExportDir = Dernier dossier d'export utilis\u00e9 - -config.name.locale = Langues -config.description.locale = Param\u00e8tres r\u00e9gionaux - -config.name.registerNameFormat = Format du registre des variables -config.description.registerNameFormat = Format du registre local des noms de variables. Utilise %d pour le registre num\u00e9rique. - -config.name.maxRecentFileCount = Nb. max. de fichiers r\u00e9cents -config.description.maxRecentFileCount = Nombre maximal de fichiers r\u00e9cents - -config.name.recentFiles = (Interne) Fichiers r\u00e9cents -config.description.recentFiles = Fichiers r\u00e9cemment ouverts - -config.name.fontPairingMap = (Interne) Couplage des polices pour l'importation -config.description.fontPairingMap = Couplage des polices pour l'importation des nouveaux caract\u00e8res - -config.name.lastUpdatesCheckDate = (Interne) Date de derni\u00e8re mises \u00e0 jour -config.description.lastUpdatesCheckDate = Date de la derni\u00e8re v\u00e9rification des mises \u00e0 jour sur le serveur - -config.name.gui.window.width = (Interne) Derni\u00e8re largeur de fen\u00eatre -config.description.gui.window.width = Derni\u00e8re valeur enregistr\u00e9e de la largeur de la fen\u00eatre - -config.name.gui.window.height = (Interne) Derni\u00e8re hauteur de fen\u00eatre -config.description.gui.window.height = Derni\u00e8re valeur enregistr\u00e9e de la hauteur de la fen\u00eatre - -config.name.gui.window.maximized.horizontal = (Interne) Agrandissement horizontal de la fen\u00eatre -config.description.gui.window.maximized.horizontal = Dernier \u00e9tat de la fen\u00eatre - Agrandissement horizontal - -config.name.gui.window.maximized.vertical = (Interne) Agrandissement vertical de la fen\u00eatre -config.description.gui.window.maximized.vertical = Derni\u00e8r \u00e9tat de la fen\u00eatre - Agrandissement vertical - -config.name.gui.avm2.splitPane.dividerLocationPercent = (Interne) Emplacement du s\u00e9parateur AS3 -config.description.gui.avm2.splitPane.dividerLocationPercent = - -config.name.gui.actionSplitPane.dividerLocationPercent = (Interne) Emplacement du s\u00e9parateur AS1/2 -config.description.gui.actionSplitPane.dividerLocationPercent = - -config.name.gui.previewSplitPane.dividerLocationPercent = (Interne) Aper\u00e7u de l'emplacement du s\u00e9parateur -config.description.gui.previewSplitPane.dividerLocationPercent = - -config.name.gui.splitPane1.dividerLocationPercent = (Interne) Emplacement du s\u00e9parateur 1 -config.description.gui.splitPane1.dividerLocationPercent = - -config.name.gui.splitPane2.dividerLocationPercent = (Interne) Emplacement du s\u00e9parateur 2 -config.description.gui.splitPane2.dividerLocationPercent = - -config.name.saveAsExeScaleMode = Enregistrer en tant qu'\u00e9chelle de mode EXE -config.description.saveAsExeScaleMode = Mode de mise \u00e0 l'\u00e9chelle pour un export EXE - -config.name.syntaxHighlightLimit = Nb max de caract\u00e8res surlign\u00e9s -config.description.syntaxHighlightLimit = Nombre maximal de caract\u00e8res pour surligner - -config.name.guiFontPreviewSampleText = (Internal) Dernier aper\u00e7u texte de la police de caract\u00e8res -config.description.guiFontPreviewSampleText = Dernier aper\u00e7u texte de la police de caract\u00e8res - -config.name.gui.fontPreviewWindow.width = (Interne) Derni\u00e8re largeur de fen\u00eatre d'aper\u00e7u des polices de caract\u00e8res -config.description.gui.fontPreviewWindow.width = - -config.name.gui.fontPreviewWindow.height = (Interne) Derni\u00e8re hauteur de fen\u00eatre d'aper\u00e7u des polices de caract\u00e8res -config.description.gui.fontPreviewWindow.height = - -config.name.gui.fontPreviewWindow.posX = (Interne) Derni\u00e8re position X de la fen\u00eatre d'aper\u00e7u des polices de caract\u00e8res -config.description.gui.fontPreviewWindow.posX = Il s'agit de la position de la fen\u00eatre sur l'axe des abscisses - -config.name.gui.fontPreviewWindow.posY = (Interne) Derni\u00e8re position Y de la fen\u00eatre d'aper\u00e7u des polices de caract\u00e8res -config.description.gui.fontPreviewWindow.posY = Il s'agit de la position de la fen\u00eatre sur l'axe des ordonn\u00e9es - -config.name.formatting.indent.size = Nb de caract\u00e8res par indentation -config.description.formatting.indent.size = Nombre d'espaces (ou tabulations) pour une indentation - -config.name.formatting.indent.useTabs = Indentation -config.description.formatting.indent.useTabs = Utiliser les tabulations au lieu d'espaces pour l'indentation - -config.name.beginBlockOnNewLine = Accolades pour les nouvelle lignes -config.description.beginBlockOnNewLine = Commencer les blocs avec des accolades sur les nouvelles lignes - -config.name.check.updates.delay = Intervale de v\u00e9rification des mises \u00e0 jour -config.description.check.updates.delay = Intervale minimum entre chaque v\u00e9rification automatique des mises \u00e0 jour au d\u00e8marrage de l'application - -config.name.check.updates.stable = V\u00e9rification des versions stables -config.description.check.updates.stable = V\u00e9rification des mises \u00e0 jour des versions stables - -config.name.check.updates.nightly = V\u00e9rification des versions de tests -config.description.check.updates.nightly = V\u00e9rification des mises \u00e0 jour des versions de tests - -config.name.check.updates.enabled = V\u00e9rification automatique activ\u00e9e -config.description.check.updates.enabled = V\u00e9rification automatique des mises \u00e0 jour lorsque au d\u00e9marrage de l'application - -config.name.export.formats = (Interne) Formats d'export -config.description.export.formats = Derniers formats d'export utilis\u00e8 - -config.name.textExportSingleFile = Export de textes dans un seul fichier -config.description.textExportSingleFile = Exportation de textes dans un seul fichier plut\u00f4t que dans plusieurs fichiers - -config.name.textExportSingleFileSeparator = S\u00e9parateur de textes dans un fichier d'export de textes -config.description.textExportSingleFileSeparator = Texte \u00e0 ins\u00e9rer entre chaque texte dans un fichier d'export de textes - -config.name.textExportSingleFileRecordSeparator = S\u00e9parateur d'enregistrement dans un fichier d'export de textes -config.description.textExportSingleFileRecordSeparator = Texte \u00e0 ins\u00e9rer entre chaque enregistrement dans un fichier d'export de textes - -config.name.warning.experimental.as12edit = Alerte lors d'\u00e9dition en AS1/2 -config.description.warning.experimental.as12edit = Afficher l'avertissement lors de l'\u00e9dition exp\u00e9rimentale des scripts AS1/2 - -config.name.warning.experimental.as3edit = Alerte lors d'\u00e9dition en AS3 -config.description.warning.experimental.as3edit = Afficher l'avertissement lors de l'\u00e9dition exp\u00e9rimentale des scripts AS3 - -config.name.packJavaScripts = Paquet JavaScripts -config.description.packJavaScripts = D\u00e9marrer le paquet JavaScript sur des scripts cr\u00e9\u00e9s lors de l'exportation de dessins - -config.name.textExportExportFontFace = Utiliser le style de police de caract\u00e8res dans l'export SVG -config.description.textExportExportFontFace = Embarquer le style de police de caract\u00e8res dans l'export SVG au lieu des formes - -config.name.lzmaFastBytes = LZMA fast bytes (valeurs permises : 5-255) -config.description.lzmaFastBytes = Param\u00e8tre vitesse des octets de l'encodeur LZMA - -config.name.pluginPath = Chemin du Plugin -config.description.pluginPath = - - -config.name.showMethodBodyId = Afficher l'identifiant dans le corps de texte -config.description.showMethodBodyId = Afficher l'identifiant dans le corps de la m\u00e9thode lors de l'importation en ligne de commande - -config.name.export.zoom = (Interne) Export du zoom -config.description.export.zoom = Dernier export de zoom utilis\u00e9 - -config.name.debuggerPort = Port de d\u00e9boggage -config.description.debuggerPort = Port utilis\u00e9 pour le d\u00e9boggage du socket - -config.name.displayDebuggerInfo = (Interne) Afficher les informations du d\u00e9boggueur -config.description.displayDebuggerInfo = Afficher les informations concernant le d\u00e9boggueur avant sa mise en route - -config.name.randomDebuggerPackage = Utiliser un nom de paquet al\u00e9atoire pour le d\u00e9boggueur -config.description.randomDebuggerPackage = Renomme le paquet de d\u00e9boggueur en une chaine de texte al\u00e9atoire lequel sera plus difficile \u00e0 d\u00e9tecter par ActionScript - -config.name.lastDebuggerReplaceFunction = (Interne) Dernier remplacement de traces s\u00e9lectionn\u00e9 -config.description.lastDebuggerReplaceFunction = Function name which was last selected in replace trace function with debugger - -config.name.getLocalNamesFromDebugInfo = AS3: R\u00e9cup\u00e9rer les noms de variables \u00e0 partir des informations de d\u00e9boggage -config.description.getLocalNamesFromDebugInfo = Si les informations de d\u00e9boggage sont pr\u00e9sents, alors renommer les variables locales de types _loc_x_ en utilisant leurs noms r\u00e9els. Peut \u00eatre d\u00e9sactiv\u00e9 car certains obfuscateurs utilisent ici des noms de variables invalides - -config.name.tagTreeShowEmptyFolders = Afficher les dossiers vides -config.description.tagTreeShowEmptyFolders = Afficher les dossiers vides dans l'arborescence des balises - -config.name.autoLoadEmbeddedSwfs = Chargement automatique des SWFs incorpor\u00e9s -config.description.autoLoadEmbeddedSwfs = Charger automatiquement les SWF embarqu\u00e9s \u00e0 partir des balises DefineBinaryData - -config.name.overrideTextExportFileName = Remplacer le nom de fichier lors de l'export de texte -config.description.overrideTextExportFileName = Vous pouvez personaliser le nom de fichier du texte export\u00e9. Utilisez {filename} dans l'emplacement d\u00e9di\u00e9 pour utiliser le nom de fichier du SWF courant. - -config.name.showOldTextDuringTextEditing = Afficher le texte d'origine lors de l'\u00e9dition -config.description.showOldTextDuringTextEditing = Afficher l'original des textes des balises en couleur grise dans l'aper\u00e7u. - -config.group.name.import = Import -config.group.description.import = Configuration des imports - -config.name.textImportResizeTextBoundsMode = Limites du texte en mode redimensionnement -config.description.textImportResizeTextBoundsMode = Limites du texte en mode redimensionnement apr\u00e8s son \u00e9dition. - -config.name.showCloseConfirmation = Confimation de fermeture -config.description.showCloseConfirmation = Affiche la confirmation de fermeture du fichier SWF lorsque les fichiers sont modifi\u00e9s - -config.name.showCodeSavedMessage = Afficher un message d'avertissement lors de l'enregistrement du code -config.description.showCodeSavedMessage = Afficher un message d'avertissement lors de l'enregistrement du code -config.name.showTraitSavedMessage = Afficher un message lors de l'enregistrement de la caract\u00e9ristique - -config.description.showTraitSavedMessage = Afficher un message d'avertissement lors de l'enregistrement d'une caract\u00e9ristique - -config.name.updateProxyAddress = Adresse du Proxy http pour v\u00e9rifier les mises \u00e0 jour -config.description.updateProxyAddress = Adresse du Proxy http pour v\u00e9rifier les mises \u00e0 jour. Format : exemple.com:8080 - -config.name.editorMode = Mode \u00e9diteur -config.description.editorMode = Rend \u00e9ditable les zones de texte automatiquement lorsque vous s\u00e9lectionnez un texte ou un script - -config.name.autoSaveTagModifications = Enregistrement auto des \u00e9tiquettes modifi\u00e9es -config.description.autoSaveTagModifications = Enregistre les changements lorsque vous s\u00e9lectionnez une autre \u00e9tiquette dans l'arborescence - -config.name.saveSessionOnExit = Enregistrer la session en quittant -config.description.saveSessionOnExit = Enregistre la session courante et la r\u00e9tablira au red\u00e9marrage de FFDec (ne fonctionne qu'avec des fichiers physiquement pr\u00e9sents sur disque) - -config.name._showDebugMenu = Affiche le menu de d\u00e9boggage FFDec -config.description._showDebugMenu = Affiche le menu de d\u00e9boggage dans le ruban lorsque le d\u00e9compileur est en train de d\u00e9bogguer. - -config.name.allowOnlyOneInstance = Une seule instance FFDec (OS Windows uniquement) -config.description.allowOnlyOneInstance = FFDec peut d\u00e9marrer en une seule fois, tous les fichiers ouverts seront ajout\u00e9s dans une unique fen\u00eatre. Ne fonctionne que sous Windows uniquement. - -config.name.scriptExportSingleFile = Export des scripts dans un seul fichier -config.description.scriptExportSingleFile = Exportation des scripts dans un seul fichier au lieu de cr\u00e9er plusieurs fichiers - -config.name.setFFDecVersionInExportedFont = Indiquer la version de FFDec dans la police de caract\u00e8res export\u00e9es -config.description.setFFDecVersionInExportedFont = Lorsque cette option est decoch\u00e9es, FFDec n'ajoutera son num\u00e9ro de version dans la police de caract\u00e8res export\u00e9es. - -config.name.gui.skin = Personnalisation de l'interface utilisateur -config.description.gui.skin = Personnalisation de l'interface utilisateur - -config.name.lastSessionFiles = Fichiers de la derni\u00e8re session -config.description.lastSessionFiles = Contient les fichiers ouverts lors de la derni\u00e8re session - -config.name.lastSessionSelection = S\u00e9lection de la derni\u00e8re session -config.description.lastSessionSelection = Contient la s\u00e9lection lors de la derni\u00e8re session - -config.name.loopMedia = Rejouer les sons et les sprites -config.description.loopMedia = Rejoue automatiquement les sons et les sprites - -config.name.gui.timeLineSplitPane.dividerLocationPercent = (Internal) Position du s\u00e9parateur de la fen\u00eatre du chronogramme -config.description.gui.timeLineSplitPane.dividerLocationPercent = - -config.name.cacheImages = Images en m\u00e9moire cache -config.description.cacheImages = Met en m\u00e9moire cache les images-objets d\u00e9cod\u00e9es - -config.name.swfSpecificConfigs = Configuration avanc\u00e9es SWF -config.description.swfSpecificConfigs = Contient les configurations avanc\u00e9es SWF - -config.name.exeExportMode = Mode export EXE -config.description.exeExportMode = Mode export EXE - -config.name.ignoreCLikePackages = Ignorer les paquets FlashCC / Alchemy ou similaires -config.description.ignoreCLikePackages = Les paquets FlashCC/Alchemy ne sont pas d\u00e9compilables correctement. Vous pouvez les d\u00e9sactiver pour gagner en vitesse de d\u00e9compilation avec les autres paquets. - -config.name.overwriteExistingFiles = \u00c9craser les fichiers existants -config.description.overwriteExistingFiles = \u00c9craser les fichiers existants lors de l'export. Ne fonctionne que pour les scripts AS2/3. - -config.name.smartNumberFormatting = Utiliser le formattage num\u00e9rique intelligent -config.description.smartNumberFormatting = Formattage num\u00e9riques sp\u00e9ciaux (par exemple : les couleurs et les temps) - -config.name.enableScriptInitializerDisplay = (REMOVED) Affiche l'initialisateur de script -config.description.enableScriptInitializerDisplay = Active l'affichage et l'\u00e9ditiion de l'initialisateur de script. Ce param\u00e8tre ajoute une nouvelle ligne en \u00e9vidence dans chaque classe. - -config.name.autoOpenLoadedSWFs = Ouvre les SWF charg\u00e9s lors de l'ex\u00e9cution (Lecteur externe = Windows seulement) -config.description.autoOpenLoadedSWFs = Ouvre automatiquement tous les SWF charg\u00e9s par la classe de chargement AS3 en lisant les SWF jou\u00e9s dans le lecteur externe FFDec. Cette option ne fonctionne que sous Windows. - -config.name.lastSessionFileTitles = Les titres de la derni\u00c8re session -config.description.lastSessionFileTitles = Comprend les titres des fichiers ouverts lors de la derni\u00c8re session (par exemple depuis une URL, etc.) - -config.group.name.paths = Chemins -config.group.description.paths = Location des fichiers demand\u00e9s +advancedSettings.dialog.title=Param\u00e8tres avanc\u00e9s +advancedSettings.restartConfirmation=Vous devez red\u00e9marrer le programme pour que les changements prennent effet. Red\u00e9marrer maintenant ? +advancedSettings.columns.name=Nom +advancedSettings.columns.value=Valeur +advancedSettings.columns.description=Description +default=D\u00e9faut +config.group.name.export=Export +config.group.description.export=Configuration de l'export +config.group.name.script=Scripts +config.group.description.script=D\u00e9compilation ActionScript connexes +config.group.name.update=Mises \u00e0 jour +config.group.description.update=Recherche de mises \u00e0 jour +config.group.name.format=Mise en forme +config.group.description.format=Mise en forme du code ActionScript +config.group.name.limit=Limites +config.group.description.limit=Limites de la d\u00e9compilation du code crypt\u00e9, etc. +config.group.name.ui=Interface +config.group.description.ui=Configuration de l'interface utilisateur +config.group.name.debug=D\u00e9boguage +config.group.description.debug=Param\u00e8tres de d\u00e9boguage +config.group.name.display=Affichage +config.group.description.display=Affichage des objets Flash, etc. +config.group.name.decompilation=D\u00e9compilation +config.group.description.decompilation=Fonctions relatives \u00e0 la d\u00e9compilation +config.group.name.other=Autres +config.group.description.other=Autres configurations +config.name.openMultipleFiles=Ouvrir plusieurs fichiers +config.description.openMultipleFiles=Autoriser l'ouverture de plusieurs fichiers dans une seule fen\u00eatre +config.name.decompile=Afficher les sources ActionScript +config.description.decompile=Vous pouvez d\u00e9sactiver la d\u00e9compilation ActionScript, seul le code Assembleur sera affich\u00e9 +config.name.dumpView=Donn\u00e9es brutes +config.description.dumpView=Voir les donn\u00e9es brutes +config.name.useHexColorFormat=Format couleur hexad\u00e9cimal +config.description.useHexColorFormat=Afficher les couleurs au format hexad\u00e9cimal +config.name.parallelSpeedUp=Acc\u00e9l\u00e9ration parall\u00e8le +config.description.parallelSpeedUp=Le parall\u00e9lisme augmente la vitesse de d\u00e9compilation +config.name.parallelSpeedUpThreadCount=Nombre de canaux +config.description.parallelSpeedUpThreadCount=Nombre de canaux \u00e0 utiliser pour l'acc\u00e9l\u00e9ration parall\u00e8le +config.name.autoDeobfuscate=D\u00e9sobfuscation automatique +config.description.autoDeobfuscate=D\u00e9marer la d\u00e9sobfuscation sur l'ensemble des fichiers avant la d\u00e9compilation ActionScript +config.name.cacheOnDisk=Utilisation de la m\u00e9moire cache du disque +config.description.cacheOnDisk=Des parties sont d\u00e9j\u00e0 d\u00e9compil\u00e9s sur le disque dur \u00e0 la place de la m\u00e9moire +config.name.internalFlashViewer=Utiliser la visionneuse Flash int\u00e9gr\u00e9e +config.description.internalFlashViewer=Utililser la visionneuse Flash JPEXS au lieu de la visionneuse Flash standard pour afficher les \u00e9l\u00e9ments +config.name.gotoMainClassOnStartup=Aller \u00e0 la classe d'initialisation (AS3) +config.description.gotoMainClassOnStartup=Aller dans la classe de document \u00e0 l'ouverture du fichier AS3 +config.name.autoRenameIdentifiers=Renommage automatique des identifiants +config.description.autoRenameIdentifiers=Renomme automatiquement les identifiants invalides en chargeant le fichier SWF +config.name.offeredAssociation=(Interne) Association de fichiers SWF d\u00e9j\u00e0 ouvert +config.description.offeredAssociation=La boite de dialogue d'association de fichiers est d\u00e9j\u00e0 ouverte +config.name.decimalAddress=Utiliser l'adressage d\u00e9cimale +config.description.decimalAddress=Utiliser l'adressage d\u00e9cimale au lieu de l'adressage hexad\u00e9cimal +config.name.showAllAddresses=Afficher toutes les adresses +config.description.showAllAddresses=Afficher toutes les instructions ActionScript \u00e0 toutes les adresses +config.name.useFrameCache=Utiliser la m\u00e9moire cache des images +config.description.useFrameCache=Mettre en cache les images avant le nouveau rendu +config.name.useRibbonInterface=Interface Ruban +config.description.useRibbonInterface=D\u00e9cocher pour utiliser l'interface classique sans le menu-ruban +config.name.openFolderAfterFlaExport=Ouvrir le dossier apr\u00e8s l'export FLA +config.description.openFolderAfterFlaExport=Afficher le dossier apr\u00e8s l'export de fichiers FLA +config.name.useDetailedLogging=Journal d\u00e9taill\u00e9 +config.description.useDetailedLogging=Les messages d'erreurs et les informations de d\u00e9bogages sont renseign\u00e9s dans le journal d\u00e9taill\u00e9 +config.name.resolveConstants=R\u00e9soudre les constantes dans le code assembleur en AS1/2 +config.description.resolveConstants=Arr\u00eate d'afficher 'constantxx' au lieu des vraies valeurs dans la fen\u00eatre assembleur +config.name.sublimiter=Limites du sous-programme +config.description.sublimiter=Limites du sous-programme pour du code crypt\u00e9 +config.name.exportTimeout=Limite de temps \u00e9coul\u00e9e \u00e0 l'exportation (secondes) +config.description.exportTimeout=Le d\u00e9compileur arr\u00eatera l'exportation d\u00e8s que cette valeur sera atteinte +config.name.decompilationTimeoutFile=Limite de temps pour d\u00e9compiler un fichier (secondes) +config.description.decompilationTimeoutFile=Le d\u00e9compileur arr\u00eatera la d\u00e9compilation ActionScript d\u00e8s que cette valeur sera atteinte pour un fichier +config.name.paramNamesEnable=Activer les noms de param\u00e8tres en AS3 +config.description.paramNamesEnable=L'utilisation des noms de param\u00e8tres en d\u00e9compilant peut causer des probl\u00e8mes parce que le programme officiel CS 5.5 pr\u00e9f\u00e8re Flash ins\u00e8rer des mauvais indices de noms de param\u00e9tres +config.name.displayFileName=Afficher le nom SWF dans la barre de titre +config.description.displayFileName=Afficher l'URL et le nom de fichier dans la barre de titre (Vous pouvez faire des captures d'\u00e9cran) +config.name.dumpTags=Afficher les \u00e9tiquettes dans la console +config.description.dumpTags=Afficher les \u00e9tiquettes dans la console en jouant le fichier SWF +config.name.decompilationTimeoutSingleMethod=AS3: Single method decompilation timeout (secondes) +config.description.decompilationTimeoutSingleMethod=Le d\u00e9compilateur arr\u00eatera la d\u00e9compilation du code ActionScript d\u00e8 que ce temps sera atteint dans la m\u00e9thode +config.name.lastRenameType=(Interne) Dernier type renomm\u00e9 +config.description.lastRenameType=Dernier type d'identificateur renomm\u00e9 utilis\u00e9 +config.name.lastSaveDir=(Interne) Dernier dossier de sauvegarde +config.description.lastSaveDir=Dernier dossier de sauvegarde utilis\u00e9 +config.name.lastOpenDir=(Interne) Dernier dossier ouvert +config.description.lastOpenDir=Dernier dossier ouvert utilis\u00e9 +config.name.lastExportDir=(Interne) Dernier dossier d'export +config.description.lastExportDir=Dernier dossier d'export utilis\u00e9 +config.name.locale=Langues +config.description.locale=Param\u00e8tres r\u00e9gionaux +config.name.registerNameFormat=Format du registre des variables +config.description.registerNameFormat=Format du registre local des noms de variables. Utilise %d pour le registre num\u00e9rique. +config.name.maxRecentFileCount=Nb. max. de fichiers r\u00e9cents +config.description.maxRecentFileCount=Nombre maximal de fichiers r\u00e9cents +config.name.recentFiles=(Interne) Fichiers r\u00e9cents +config.description.recentFiles=Fichiers r\u00e9cemment ouverts +config.name.fontPairingMap=(Interne) Couplage des polices pour l'importation +config.description.fontPairingMap=Couplage des polices pour l'importation des nouveaux caract\u00e8res +config.name.lastUpdatesCheckDate=(Interne) Date de derni\u00e8re mises \u00e0 jour +config.description.lastUpdatesCheckDate=Date de la derni\u00e8re v\u00e9rification des mises \u00e0 jour sur le serveur +config.name.gui.window.width=(Interne) Derni\u00e8re largeur de fen\u00eatre +config.description.gui.window.width=Derni\u00e8re valeur enregistr\u00e9e de la largeur de la fen\u00eatre +config.name.gui.window.height=(Interne) Derni\u00e8re hauteur de fen\u00eatre +config.description.gui.window.height=Derni\u00e8re valeur enregistr\u00e9e de la hauteur de la fen\u00eatre +config.name.gui.window.maximized.horizontal=(Interne) Agrandissement horizontal de la fen\u00eatre +config.description.gui.window.maximized.horizontal=Dernier \u00e9tat de la fen\u00eatre - Agrandissement horizontal +config.name.gui.window.maximized.vertical=(Interne) Agrandissement vertical de la fen\u00eatre +config.description.gui.window.maximized.vertical=Derni\u00e8r \u00e9tat de la fen\u00eatre - Agrandissement vertical +config.name.gui.avm2.splitPane.dividerLocationPercent=(Interne) Emplacement du s\u00e9parateur AS3 +config.description.gui.avm2.splitPane.dividerLocationPercent= +config.name.gui.actionSplitPane.dividerLocationPercent=(Interne) Emplacement du s\u00e9parateur AS1/2 +config.description.gui.actionSplitPane.dividerLocationPercent= +config.name.gui.previewSplitPane.dividerLocationPercent=(Interne) Aper\u00e7u de l'emplacement du s\u00e9parateur +config.description.gui.previewSplitPane.dividerLocationPercent= +config.name.gui.splitPane1.dividerLocationPercent=(Interne) Emplacement du s\u00e9parateur 1 +config.description.gui.splitPane1.dividerLocationPercent= +config.name.gui.splitPane2.dividerLocationPercent=(Interne) Emplacement du s\u00e9parateur 2 +config.description.gui.splitPane2.dividerLocationPercent= +config.name.saveAsExeScaleMode=Enregistrer en tant qu'\u00e9chelle de mode EXE +config.description.saveAsExeScaleMode=Mode de mise \u00e0 l'\u00e9chelle pour un export EXE +config.name.syntaxHighlightLimit=Nb max de caract\u00e8res surlign\u00e9s +config.description.syntaxHighlightLimit=Nombre maximal de caract\u00e8res pour surligner +config.name.guiFontPreviewSampleText=(Internal) Dernier aper\u00e7u texte de la police de caract\u00e8res +config.description.guiFontPreviewSampleText=Dernier aper\u00e7u texte de la police de caract\u00e8res +config.name.gui.fontPreviewWindow.width=(Interne) Derni\u00e8re largeur de fen\u00eatre d'aper\u00e7u des polices de caract\u00e8res +config.description.gui.fontPreviewWindow.width= +config.name.gui.fontPreviewWindow.height=(Interne) Derni\u00e8re hauteur de fen\u00eatre d'aper\u00e7u des polices de caract\u00e8res +config.description.gui.fontPreviewWindow.height= +config.name.gui.fontPreviewWindow.posX=(Interne) Derni\u00e8re position X de la fen\u00eatre d'aper\u00e7u des polices de caract\u00e8res +config.description.gui.fontPreviewWindow.posX=Il s'agit de la position de la fen\u00eatre sur l'axe des abscisses +config.name.gui.fontPreviewWindow.posY=(Interne) Derni\u00e8re position Y de la fen\u00eatre d'aper\u00e7u des polices de caract\u00e8res +config.description.gui.fontPreviewWindow.posY=Il s'agit de la position de la fen\u00eatre sur l'axe des ordonn\u00e9es +config.name.formatting.indent.size=Nb de caract\u00e8res par indentation +config.description.formatting.indent.size=Nombre d'espaces (ou tabulations) pour une indentation +config.name.formatting.indent.useTabs=Indentation +config.description.formatting.indent.useTabs=Utiliser les tabulations au lieu d'espaces pour l'indentation +config.name.beginBlockOnNewLine=Accolades pour les nouvelle lignes +config.description.beginBlockOnNewLine=Commencer les blocs avec des accolades sur les nouvelles lignes +config.name.check.updates.delay=Intervale de v\u00e9rification des mises \u00e0 jour +config.description.check.updates.delay=Intervale minimum entre chaque v\u00e9rification automatique des mises \u00e0 jour au d\u00e8marrage de l'application +config.name.check.updates.stable=V\u00e9rification des versions stables +config.description.check.updates.stable=V\u00e9rification des mises \u00e0 jour des versions stables +config.name.check.updates.nightly=V\u00e9rification des versions de tests +config.description.check.updates.nightly=V\u00e9rification des mises \u00e0 jour des versions de tests +config.name.check.updates.enabled=V\u00e9rification automatique activ\u00e9e +config.description.check.updates.enabled=V\u00e9rification automatique des mises \u00e0 jour lorsque au d\u00e9marrage de l'application +config.name.export.formats=(Interne) Formats d'export +config.description.export.formats=Derniers formats d'export utilis\u00e8 +config.name.textExportSingleFile=Export de textes dans un seul fichier +config.description.textExportSingleFile=Exportation de textes dans un seul fichier plut\u00f4t que dans plusieurs fichiers +config.name.textExportSingleFileSeparator=S\u00e9parateur de textes dans un fichier d'export de textes +config.description.textExportSingleFileSeparator=Texte \u00e0 ins\u00e9rer entre chaque texte dans un fichier d'export de textes +config.name.textExportSingleFileRecordSeparator=S\u00e9parateur d'enregistrement dans un fichier d'export de textes +config.description.textExportSingleFileRecordSeparator=Texte \u00e0 ins\u00e9rer entre chaque enregistrement dans un fichier d'export de textes +config.name.warning.experimental.as12edit=Alerte lors d'\u00e9dition en AS1/2 +config.description.warning.experimental.as12edit=Afficher l'avertissement lors de l'\u00e9dition exp\u00e9rimentale des scripts AS1/2 +config.name.warning.experimental.as3edit=Alerte lors d'\u00e9dition en AS3 +config.description.warning.experimental.as3edit=Afficher l'avertissement lors de l'\u00e9dition exp\u00e9rimentale des scripts AS3 +config.name.packJavaScripts=Paquet JavaScripts +config.description.packJavaScripts=D\u00e9marrer le paquet JavaScript sur des scripts cr\u00e9\u00e9s lors de l'exportation de dessins +config.name.textExportExportFontFace=Utiliser le style de police de caract\u00e8res dans l'export SVG +config.description.textExportExportFontFace=Embarquer le style de police de caract\u00e8res dans l'export SVG au lieu des formes +config.name.lzmaFastBytes=LZMA fast bytes (valeurs permises : 5-255) +config.description.lzmaFastBytes=Param\u00e8tre vitesse des octets de l'encodeur LZMA +config.name.pluginPath=Chemin du Plugin +config.description.pluginPath=- +config.name.showMethodBodyId=Afficher l'identifiant dans le corps de texte +config.description.showMethodBodyId=Afficher l'identifiant dans le corps de la m\u00e9thode lors de l'importation en ligne de commande +config.name.export.zoom=(Interne) Export du zoom +config.description.export.zoom=Dernier export de zoom utilis\u00e9 +config.name.debuggerPort=Port de d\u00e9boggage +config.description.debuggerPort=Port utilis\u00e9 pour le d\u00e9boggage du socket +config.name.displayDebuggerInfo=(Interne) Afficher les informations du d\u00e9boggueur +config.description.displayDebuggerInfo=Afficher les informations concernant le d\u00e9boggueur avant sa mise en route +config.name.randomDebuggerPackage=Utiliser un nom de paquet al\u00e9atoire pour le d\u00e9boggueur +config.description.randomDebuggerPackage=Renomme le paquet de d\u00e9boggueur en une chaine de texte al\u00e9atoire lequel sera plus difficile \u00e0 d\u00e9tecter par ActionScript +config.name.lastDebuggerReplaceFunction=(Interne) Dernier remplacement de traces s\u00e9lectionn\u00e9 +config.description.lastDebuggerReplaceFunction=Function name which was last selected in replace trace function with debugger +config.name.getLocalNamesFromDebugInfo=AS3: R\u00e9cup\u00e9rer les noms de variables \u00e0 partir des informations de d\u00e9boggage +config.description.getLocalNamesFromDebugInfo=Si les informations de d\u00e9boggage sont pr\u00e9sents, alors renommer les variables locales de types _loc_x_ en utilisant leurs noms r\u00e9els. Peut \u00eatre d\u00e9sactiv\u00e9 car certains obfuscateurs utilisent ici des noms de variables invalides +config.name.tagTreeShowEmptyFolders=Afficher les dossiers vides +config.description.tagTreeShowEmptyFolders=Afficher les dossiers vides dans l'arborescence des balises +config.name.autoLoadEmbeddedSwfs=Chargement automatique des SWFs incorpor\u00e9s +config.description.autoLoadEmbeddedSwfs=Charger automatiquement les SWF embarqu\u00e9s \u00e0 partir des balises DefineBinaryData +config.name.overrideTextExportFileName=Remplacer le nom de fichier lors de l'export de texte +config.description.overrideTextExportFileName=Vous pouvez personaliser le nom de fichier du texte export\u00e9. Utilisez {filename} dans l'emplacement d\u00e9di\u00e9 pour utiliser le nom de fichier du SWF courant. +config.name.showOldTextDuringTextEditing=Afficher le texte d'origine lors de l'\u00e9dition +config.description.showOldTextDuringTextEditing=Afficher l'original des textes des balises en couleur grise dans l'aper\u00e7u. +config.group.name.import=Import +config.group.description.import=Configuration des imports +config.name.textImportResizeTextBoundsMode=Limites du texte en mode redimensionnement +config.description.textImportResizeTextBoundsMode=Limites du texte en mode redimensionnement apr\u00e8s son \u00e9dition. +config.name.showCloseConfirmation=Confimation de fermeture +config.description.showCloseConfirmation=Affiche la confirmation de fermeture du fichier SWF lorsque les fichiers sont modifi\u00e9s +config.name.showCodeSavedMessage=Afficher un message d'avertissement lors de l'enregistrement du code +config.description.showCodeSavedMessage=Afficher un message d'avertissement lors de l'enregistrement du code +config.name.showTraitSavedMessage=Afficher un message lors de l'enregistrement de la caract\u00e9ristique +config.description.showTraitSavedMessage=Afficher un message d'avertissement lors de l'enregistrement d'une caract\u00e9ristique +config.name.updateProxyAddress=Adresse du Proxy http pour v\u00e9rifier les mises \u00e0 jour +config.description.updateProxyAddress=Adresse du Proxy http pour v\u00e9rifier les mises \u00e0 jour. Format : exemple.com:8080 +config.name.editorMode=Mode \u00e9diteur +config.description.editorMode=Rend \u00e9ditable les zones de texte automatiquement lorsque vous s\u00e9lectionnez un texte ou un script +config.name.autoSaveTagModifications=Enregistrement auto des \u00e9tiquettes modifi\u00e9es +config.description.autoSaveTagModifications=Enregistre les changements lorsque vous s\u00e9lectionnez une autre \u00e9tiquette dans l'arborescence +config.name.saveSessionOnExit=Enregistrer la session en quittant +config.description.saveSessionOnExit=Enregistre la session courante et la r\u00e9tablira au red\u00e9marrage de FFDec (ne fonctionne qu'avec des fichiers physiquement pr\u00e9sents sur disque) +config.name._showDebugMenu=Affiche le menu de d\u00e9boggage FFDec +config.description._showDebugMenu=Affiche le menu de d\u00e9boggage dans le ruban lorsque le d\u00e9compileur est en train de d\u00e9bogguer. +config.name.allowOnlyOneInstance=Une seule instance FFDec (OS Windows uniquement) +config.description.allowOnlyOneInstance=FFDec peut d\u00e9marrer en une seule fois, tous les fichiers ouverts seront ajout\u00e9s dans une unique fen\u00eatre. Ne fonctionne que sous Windows uniquement. +config.name.scriptExportSingleFile=Export des scripts dans un seul fichier +config.description.scriptExportSingleFile=Exportation des scripts dans un seul fichier au lieu de cr\u00e9er plusieurs fichiers +config.name.setFFDecVersionInExportedFont=Indiquer la version de FFDec dans la police de caract\u00e8res export\u00e9es +config.description.setFFDecVersionInExportedFont=Lorsque cette option est decoch\u00e9es, FFDec n'ajoutera son num\u00e9ro de version dans la police de caract\u00e8res export\u00e9es. +config.name.gui.skin=Personnalisation de l'interface utilisateur +config.description.gui.skin=Personnalisation de l'interface utilisateur +config.name.lastSessionFiles=Fichiers de la derni\u00e8re session +config.description.lastSessionFiles=Contient les fichiers ouverts lors de la derni\u00e8re session +config.name.lastSessionSelection=S\u00e9lection de la derni\u00e8re session +config.description.lastSessionSelection=Contient la s\u00e9lection lors de la derni\u00e8re session +config.name.loopMedia=Rejouer les sons et les sprites +config.description.loopMedia=Rejoue automatiquement les sons et les sprites +config.name.gui.timeLineSplitPane.dividerLocationPercent=(Internal) Position du s\u00e9parateur de la fen\u00eatre du chronogramme +config.description.gui.timeLineSplitPane.dividerLocationPercent= +config.name.cacheImages=Images en m\u00e9moire cache +config.description.cacheImages=Met en m\u00e9moire cache les images-objets d\u00e9cod\u00e9es +config.name.swfSpecificConfigs=Configuration avanc\u00e9es SWF +config.description.swfSpecificConfigs=Contient les configurations avanc\u00e9es SWF +config.name.exeExportMode=Mode export EXE +config.description.exeExportMode=Mode export EXE +config.name.ignoreCLikePackages=Ignorer les paquets FlashCC / Alchemy ou similaires +config.description.ignoreCLikePackages=Les paquets FlashCC/Alchemy ne sont pas d\u00e9compilables correctement. Vous pouvez les d\u00e9sactiver pour gagner en vitesse de d\u00e9compilation avec les autres paquets. +config.name.overwriteExistingFiles=\u00c9craser les fichiers existants +config.description.overwriteExistingFiles=\u00c9craser les fichiers existants lors de l'export. Ne fonctionne que pour les scripts AS2/3. +config.name.smartNumberFormatting=Utiliser le formattage num\u00e9rique intelligent +config.description.smartNumberFormatting=Formattage num\u00e9riques sp\u00e9ciaux (par exemple : les couleurs et les temps) +config.name.enableScriptInitializerDisplay=(REMOVED) Affiche l'initialisateur de script +config.description.enableScriptInitializerDisplay=Active l'affichage et l'\u00e9ditiion de l'initialisateur de script. Ce param\u00e8tre ajoute une nouvelle ligne en \u00e9vidence dans chaque classe. +config.name.autoOpenLoadedSWFs=Ouvre les SWF charg\u00e9s lors de l'ex\u00e9cution (Lecteur externe = Windows seulement) +config.description.autoOpenLoadedSWFs=Ouvre automatiquement tous les SWF charg\u00e9s par la classe de chargement AS3 en lisant les SWF jou\u00e9s dans le lecteur externe FFDec. Cette option ne fonctionne que sous Windows. +config.name.lastSessionFileTitles=Les titres de la derni\u00c8re session +config.description.lastSessionFileTitles=Comprend les titres des fichiers ouverts lors de la derni\u00c8re session (par exemple depuis une URL, etc.) +config.group.name.paths=Chemins +config.group.description.paths=Location des fichiers demand\u00e9s #config.group.tip.paths = Vous pouvez t\u00e9l\u00e9charger ces fichiers depuis le site web d'Adobe #TODO: translate again: -config.group.tip.paths = Download projector and Playerglobal on adobe webpage. Flex SDK can be downloaded on apache web. -config.group.link.paths = https://web.archive.org/web/20220401020702/https://www.adobe.com/support/flashplayer/debug_downloads.html https://flex.apache.org/download-binaries.html - -config.name.playerLocation = 1) Chemin du lecteur Flash -config.description.playerLocation = Location du lecteur autonome de fichier ex\u00e9cutable Flash. Used for Run action. - -config.name.playerDebugLocation = 2) Chemin du d\u00e9boggeur du lecteur Flash -config.description.playerDebugLocation = Location du d\u00e9boggueur autonome du lecteur Flash. Utilis\u00e9 \u00e0 des fins de d\u00e9bogguage. - -config.name.playerLibLocation = 3) Chemin du fichier PlayerGlobal (.swc) -config.description.playerLibLocation = Location de la librairie du lecteur Flash playerglobal.swc. Utilis\u00e9 principalement pour la d\u00e9compilation du code AS3. - -config.name.debugHalt = Stoppe l'ex\u00e9cution lorsque le d\u00e9bogguage d\u00e9marre -config.description.debugHalt = G\u00e9n\u00e8re une pause du SWF lorsque le d\u00e9bogguage commence. - -config.name.gui.avm2.splitPane.vars.dividerLocationPercent = (Interne) Localisation du menu de debug -config.description.gui.avm2.splitPane.vars.dividerLocationPercent = - -tip = Tip: - -config.name.gui.action.splitPane.vars.dividerLocationPercent = (Interne) Location du menu de debug AS1/2 -config.description.gui.action.splitPane.vars.dividerLocationPercent = - -config.name.setMovieDelay = D\u00e9lais en millisecondes avant de changer le SWF dans le lecteur externe -config.description.setMovieDelay = Ce n'est pas recommand\u00e9 de mettre une valeur en dessous de 1000 ms - -config.name.warning.svgImport = Alerte lors d'un import SVG -config.description.warning.svgImport = - -config.name.shapeImport.useNonSmoothedFill = Utiliser un remplissage non liss\u00e9 lorsque forme est remplac\u00e9e par une image -config.description.shapeImport.useNonSmoothedFill = - -config.name.internalFlashViewer.execute.as12 = Utiliser le lecteur flash propre \u00e0 AS1/2 (Exp\u00e9rimental) -config.description.internalFlashViewer.execute.as12 = Tente d'ex\u00e9cuter le code ActionScript 1/2 dans le lecteur externe FFDec - -config.name.warning.hexViewNotUpToDate = Afficher une vue, pas en temps r\u00e9el, des alertes en hexad\u00e9cimal -config.description.warning.hexViewNotUpToDate = - -config.name.displayDupInstructions = Afficher les instructions \u00a7\u00a7dup -config.description.displayDupInstructions = Affiche les instructions \u00a7\u00a7dup dans le code. Sans eux, le code peut \u00eatre compil\u00e9 facilement mais pourrait entra\u00eener un effet de doublon. - -config.name.useRegExprLiteral = D\u00e9compiler litt\u00e9ralement RegExp en tant que /pattern/mod. -config.description.useRegExprLiteral = Utilise la syntaxe /pattern/mod lors de la d\u00e9compilations d'expressions r\u00e9guli\u00c8res. Les nouveaux RegExp("pat","mod") sont utilis\u00e9s diff\u00e9remment - -config.name.handleSkinPartsAutomatically = Manipuler automatiquement les m\u00e9tadonn\u00e9es [SkinPart] -config.description.handleSkinPartsAutomatically = D\u00e9compile et \u00e9dite directement les m\u00e9tadonn\u00e9es [SkinPart]. Lorsque cette option est d\u00e9sactiv\u00e9e, les attributs et la m\u00e9thode de lecture des _skinParts sont modifiables manuellement. - -config.name.simplifyExpressions = Simplifier les expressions -config.description.simplifyExpressions = \u00c9value et simplifie les expressions pour rendre le code plus lisible - -config.name.resetLetterSpacingOnTextImport = R\u00e9nitialiser l'espace entre les lettres lors de l'import de texte -config.description.resetLetterSpacingOnTextImport = Adapte les caract\u00e9res de polices cyrilliques, parce qu'elles sont plus larges +config.group.tip.paths=Download projector and Playerglobal on adobe webpage. Flex SDK can be downloaded on apache web. +config.group.link.paths=https://web.archive.org/web/20220401020702/https://www.adobe.com/support/flashplayer/debug_downloads.html https://flex.apache.org/download-binaries.html +config.name.playerLocation=1) Chemin du lecteur Flash +config.description.playerLocation=Location du lecteur autonome de fichier ex\u00e9cutable Flash. Used for Run action. +config.name.playerDebugLocation=2) Chemin du d\u00e9boggeur du lecteur Flash +config.description.playerDebugLocation=Location du d\u00e9boggueur autonome du lecteur Flash. Utilis\u00e9 \u00e0 des fins de d\u00e9bogguage. +config.name.playerLibLocation=3) Chemin du fichier PlayerGlobal (.swc) +config.description.playerLibLocation=Location de la librairie du lecteur Flash playerglobal.swc. Utilis\u00e9 principalement pour la d\u00e9compilation du code AS3. +config.name.debugHalt=Stoppe l'ex\u00e9cution lorsque le d\u00e9bogguage d\u00e9marre +config.description.debugHalt=G\u00e9n\u00e8re une pause du SWF lorsque le d\u00e9bogguage commence. +config.name.gui.avm2.splitPane.vars.dividerLocationPercent=(Interne) Localisation du menu de debug +config.description.gui.avm2.splitPane.vars.dividerLocationPercent= +tip=Tip: +config.name.gui.action.splitPane.vars.dividerLocationPercent=(Interne) Location du menu de debug AS1/2 +config.description.gui.action.splitPane.vars.dividerLocationPercent= +config.name.setMovieDelay=D\u00e9lais en millisecondes avant de changer le SWF dans le lecteur externe +config.description.setMovieDelay=Ce n'est pas recommand\u00e9 de mettre une valeur en dessous de 1000 ms +config.name.warning.svgImport=Alerte lors d'un import SVG +config.description.warning.svgImport= +config.name.shapeImport.useNonSmoothedFill=Utiliser un remplissage non liss\u00e9 lorsque forme est remplac\u00e9e par une image +config.description.shapeImport.useNonSmoothedFill= +config.name.internalFlashViewer.execute.as12=Utiliser le lecteur flash propre \u00e0 AS1/2 (Exp\u00e9rimental) +config.description.internalFlashViewer.execute.as12=Tente d'ex\u00e9cuter le code ActionScript 1/2 dans le lecteur externe FFDec +config.name.warning.hexViewNotUpToDate=Afficher une vue, pas en temps r\u00e9el, des alertes en hexad\u00e9cimal +config.description.warning.hexViewNotUpToDate= +config.name.displayDupInstructions=Afficher les instructions \u00a7\u00a7dup +config.description.displayDupInstructions=Affiche les instructions \u00a7\u00a7dup dans le code. Sans eux, le code peut \u00eatre compil\u00e9 facilement mais pourrait entra\u00eener un effet de doublon. +config.name.useRegExprLiteral=D\u00e9compiler litt\u00e9ralement RegExp en tant que /pattern/mod. +config.description.useRegExprLiteral=Utilise la syntaxe /pattern/mod lors de la d\u00e9compilations d'expressions r\u00e9guli\u00c8res. Les nouveaux RegExp("pat","mod") sont utilis\u00e9s diff\u00e9remment +config.name.handleSkinPartsAutomatically=Manipuler automatiquement les m\u00e9tadonn\u00e9es [SkinPart] +config.description.handleSkinPartsAutomatically=D\u00e9compile et \u00e9dite directement les m\u00e9tadonn\u00e9es [SkinPart]. Lorsque cette option est d\u00e9sactiv\u00e9e, les attributs et la m\u00e9thode de lecture des _skinParts sont modifiables manuellement. +config.name.simplifyExpressions=Simplifier les expressions +config.description.simplifyExpressions=\u00c9value et simplifie les expressions pour rendre le code plus lisible +config.name.resetLetterSpacingOnTextImport=R\u00e9nitialiser l'espace entre les lettres lors de l'import de texte +config.description.resetLetterSpacingOnTextImport=Adapte les caract\u00e9res de polices cyrilliques, parce qu'elles sont plus larges diff --git a/src/com/jpexs/decompiler/flash/gui/locales/AdvancedSettingsDialog_hu.properties b/src/com/jpexs/decompiler/flash/gui/locales/AdvancedSettingsDialog_hu.properties index e43781c62..d375b1a4c 100644 --- a/src/com/jpexs/decompiler/flash/gui/locales/AdvancedSettingsDialog_hu.properties +++ b/src/com/jpexs/decompiler/flash/gui/locales/AdvancedSettingsDialog_hu.properties @@ -12,424 +12,286 @@ # # You should have received a copy of the GNU General Public License # along with this program. If not, see . - -advancedSettings.dialog.title = Halad\u00f3 be\u00e1ll\u00edt\u00e1sok -advancedSettings.restartConfirmation = N\u00e9h\u00e1ny m\u00f3dos\u00edt\u00e1s \u00e9rv\u00e9nybel\u00e9p\u00e9s\u00e9hez a programot \u00fajra kell ind\u00edtani. Szeretn\u00e9 \u00fajraind\u00edtani most? -advancedSettings.columns.name = N\u00e9v -advancedSettings.columns.value = \u00c9rt\u00e9k -advancedSettings.columns.description = Le\u00edr\u00e1s -default = alap\u00e9rt\u00e9k - -config.group.name.export = Export\u00e1l\u00e1s -config.group.description.export = Export\u00e1l\u00e1s be\u00e1ll\u00edt\u00e1sai - -config.group.name.script = Szkriptek -config.group.description.script = ActionScript visszaford\u00edt\u00e1ssal kapcsolatos - -config.group.name.update = Friss\u00edt\u00e9sek -config.group.description.update = Friss\u00edt\u00e9sek keres\u00e9se - -config.group.name.format = Form\u00e1z\u00e1s -config.group.description.format = ActionScript k\u00f3d form\u00e1z\u00e1s - -config.group.name.limit = Korl\u00e1tok -config.group.description.limit = Visszaford\u00edt\u00e1si korl\u00e1tok obfuszk\u00e1lt k\u00f3dokra, stb. - -config.group.name.ui = Fel\u00fclet -config.group.description.ui = Felhaszn\u00e1l\u00f3i fel\u00fclet be\u00e1ll\u00edt\u00e1sai - -config.group.name.debug = Hibakeres\u00e9s -config.group.description.debug = Hibakeres\u00e9si be\u00e1ll\u00edt\u00e1sok - -config.group.name.display = Megjelen\u00edt\u00e9s -config.group.description.display = Flash objektum megjelen\u00edt\u00e9s, stb. - -config.group.name.decompilation = Visszaford\u00edt\u00e1s -config.group.description.decompilation = Glob\u00e1lis visszaford\u00edt\u00e1ssal kapcsolatos funkci\u00f3k - -config.group.name.other = Egy\u00e9b -config.group.description.other = Egy\u00e9b kategoriz\u00e1latlan be\u00e1ll\u00edt\u00e1sok - -config.name.openMultipleFiles = T\u00f6bb f\u00e1jl megnyit\u00e1sa -config.description.openMultipleFiles = Enged\u00e9lyezi t\u00f6bb f\u00e1jl megnyit\u00e1s\u00e1t egy ablakban - -config.name.decompile = ActionScript forr\u00e1s mutat\u00e1sa -config.description.decompile = Kikapcsolhatja az AS visszaford\u00edt\u00e1s\u00e1t, ekkor a P-k\u00f3d jelenik meg - -config.name.dumpView = Dump N\u00e9zet -config.description.dumpView = Nyers adatok mutat\u00e1sa - -config.name.useHexColorFormat = Hexa sz\u00edn form\u00e1tum -config.description.useHexColorFormat = A sz\u00ednek hexa form\u00e1tum\u00fa mutat\u00e1sa - -config.name.parallelSpeedUp = P\u00e1rhuzamos gyors\u00edt\u00e1s -config.description.parallelSpeedUp = P\u00e1rhuzamos\u00edt\u00e1s fel tudja gyors\u00edtani a visszaford\u00edt\u00e1st - -config.name.parallelSpeedUpThreadCount = Sz\u00e1lak sz\u00e1ma -config.description.parallelSpeedUpThreadCount = Sz\u00e1lak sz\u00e1ma a p\u00e1rhuzamos gyors\u00edt\u00e1sn\u00e1l - -config.name.autoDeobfuscate = Automatikus deobfuszk\u00e1l\u00e1s -config.description.autoDeobfuscate = Futtassa a deobfuszk\u00e1l\u00e1st minden f\u00e1jlon az ActionScript visszaford\u00edt\u00e1sa el\u0151tt - -config.name.cacheOnDisk = Lemez gyors\u00edt\u00f3t\u00e1r haszn\u00e1lata -config.description.cacheOnDisk = Gyors\u00edt\u00f3t\u00e1razza a m\u00e1r visszaford\u00edtott r\u00e9szeket a merevlemezre a mem\u00f3ria helyett - -config.name.internalFlashViewer = Saj\u00e1t Flash n\u00e9z\u0151ke haszn\u00e1lata -config.description.internalFlashViewer = JPEXS Flash N\u00e9z\u0151ke haszn\u00e1lata a standard Flash Player helyett a flash r\u00e9szek megjelen\u00edt\u00e9s\u00e9re - -config.name.gotoMainClassOnStartup = F\u0151 oszt\u00e1lyhoz ugr\u00e1s ind\u00edt\u00e1skor (AS3) -config.description.gotoMainClassOnStartup = A dokumentum oszt\u00e1lyhoz navig\u00e1l\u00e1s AS3 f\u00e1jl eset\u00e9n az SWF megnyit\u00e1sakor - -config.name.autoRenameIdentifiers = Azonos\u00edt\u00f3k automatikus \u00e1tnevez\u00e9se -config.description.autoRenameIdentifiers = Automatikusan \u00e1tnevezi az \u00e9rv\u00e9nytelen azonos\u00edt\u00f3kat az SWF bet\u00f6lt\u00e9sekor - -config.name.offeredAssociation = (Bels\u0151) SWF f\u00e1jlok t\u00e1rs\u00edt\u00e1sa megjelen\u00edtve -config.description.offeredAssociation = Dial\u00f3gus ablak a f\u00e1jl t\u00e1rs\u00edt\u00e1s\u00e1r\u00f3l m\u00e1r meg lett jelen\u00edtve - -config.name.decimalAddress = Decim\u00e1lis c\u00edmek haszn\u00e1lata -config.description.decimalAddress = Decim\u00e1lis c\u00edmek haszn\u00e1lata a hexadecim\u00e1lisok helyett - -config.name.showAllAddresses = Minden c\u00edm mutat\u00e1sa -config.description.showAllAddresses = Minden ActionScript utas\u00edt\u00e1s c\u00edm mutat\u00e1sa - -config.name.useFrameCache = Keret gyors\u00edt\u00f3t\u00e1r haszn\u00e1lata -config.description.useFrameCache = Keretek gyors\u00edt\u00f3t\u00e1rba helyez\u00e9se az \u00fajb\u00f3li renderel\u00e9s megel\u0151z\u00e9s\u00e9hez - -config.name.useRibbonInterface = Szalag fel\u00fclet -config.description.useRibbonInterface = Kapcsolja ki a klasszikus fel\u00fclet haszn\u00e1lat\u00e1hoz szalagos men\u00fc n\u00e9lk\u00fcl - -config.name.openFolderAfterFlaExport = Mappa megnyit\u00e1sa FLA export\u00e1l\u00e1s ut\u00e1n -config.description.openFolderAfterFlaExport = A kimeneti k\u00f6nyvt\u00e1r megnyit\u00e1sa az FLA f\u00e1jl export\u00e1l\u00e1sa ut\u00e1n - -config.name.useDetailedLogging = R\u00e9szletes napl\u00f3z\u00e1s -config.description.useDetailedLogging = R\u00e9szletes hiba\u00fczenetek \u00e9s inform\u00e1ci\u00f3k napl\u00f3z\u00e1sa hibakeres\u00e9ssi c\u00e9lb\u00f3l - -config.name._debugMode = FFDec hibakeres\u00e9si m\u00f3dban -config.description._debugMode = M\u00f3d az FFDec hibakeres\u00e9s\u00e9hez. Bekapcsolja a hibakeres\u00e9si men\u00fct. Ennek nincs k\u00f6ze a hibakeres\u00e9s funkci\u00f3hoz. - -config.name.resolveConstants = \u00c1lland\u00f3k felold\u00e1sa AS1/2 p-k\u00f3d eset\u00e9n -config.description.resolveConstants = Kapcsolja ezt ki a 'constantxx' \u00e9rt\u00e9kek mutat\u00e1s\u00e1hoz a val\u00f3s \u00e9rt\u00e9kek helyett a P-k\u00f3d ablakban - -config.name.sublimiter = K\u00f3d sub korl\u00e1t -config.description.sublimiter = K\u00f3d sub korl\u00e1t obfuszk\u00e1lt k\u00f3dn\u00e1l. - -config.name.exportTimeout = Teljes export\u00e1l\u00e1si id\u0151korl\u00e1t (m\u00e1sodperc) -config.description.exportTimeout = A visszaford\u00edt\u00f3 le\u00e1ll\u00edtja az export\u00e1l\u00e1st miut\u00e1n el\u00e9ri ezt az id\u0151t - -config.name.decompilationTimeoutFile = F\u00e1jl visszaford\u00edt\u00e1si id\u0151korl\u00e1t (m\u00e1sodperc) -config.description.decompilationTimeoutFile = A visszaford\u00edt\u00f3 le\u00e1ll\u00edtja az ActionScript visszaford\u00edt\u00e1s\u00e1t miut\u00e1n el\u00e9ri ezt az id\u0151t - -config.name.paramNamesEnable = Param\u00e9ter nevek enged\u00e9lyez\u00e9se AS3 eset\u00e9n -config.description.paramNamesEnable = Param\u00e9ter nevek haszn\u00e1lata a visszaford\u00edt\u00e1sn\u00e1l probl\u00e9m\u00e1khoz vezethet mivel a hivatalos programok mint pl. Flash CS 5.5 rossz param\u00e9ter n\u00e9v indexeket sz\u00far be - -config.name.displayFileName = SWF n\u00e9v mutat\u00e1sa a c\u00edmsorban -config.description.displayFileName = SWF f\u00e1jl/url n\u00e9v mutat\u00e1sa az ablak c\u00edmsor\u00e1ban (Ut\u00e1na k\u00e9sz\u00edthet k\u00e9perny\u0151k\u00e9peket) - -config.name._debugCopy = \u00dajraford\u00edt\u00e1sos hibakeres\u00e9s FFDec-ben -config.description._debugCopy = Megpr\u00f3b\u00e1lja \u00fajraford\u00edtani az SWF f\u00e1jlt megnyit\u00e1s ut\u00e1n hogy megbizonyosodjon arr\u00f3l, hogy ugyanazt a bin\u00e1ris k\u00f3dot \u00e1ll\u00edtja el\u0151. Csak FFDec HIBAKERES\u00c9SHEZ haszn\u00e1lja! - -config.name.dumpTags = Tagek ki\u00edr\u00e1sa a parancssorra -config.description.dumpTags = Tagek ki\u00edr\u00e1sa a parancssorra az SWF f\u00e1jl olvas\u00e1sakor - -config.name.decompilationTimeoutSingleMethod = AS3: Egyedi met\u00f3dus visszaford\u00edt\u00e1si id\u0151korl\u00e1t (m\u00e1sodperc) -config.description.decompilationTimeoutSingleMethod = A visszaford\u00edt\u00f3 le\u00e1ll\u00edtja az ActionScript visszaford\u00edt\u00e1s\u00e1t miut\u00e1n el\u00e9ri ezt az id\u0151t egy met\u00f3dusn\u00e1l - -config.name.lastRenameType = (Bels\u0151) Utols\u00f3 \u00e1tevez\u00e9si t\u00edpus -config.description.lastRenameType = Utolj\u00e1ra haszn\u00e1lt t\u00edpus az azonos\u00edt\u00f3k \u00e1tnevez\u00e9s\u00e9re - -config.name.lastSaveDir = (Bels\u0151) Utols\u00f3 ment\u00e9si k\u00f6nyvt\u00e1r -config.description.lastSaveDir = Utolj\u00e1ra haszn\u00e1lt ment\u00e9si k\u00f6nyvt\u00e1r - -config.name.lastOpenDir = (Bels\u0151) Utols\u00f3 megnyit\u00e1si k\u00f6nyvt\u00e1r -config.description.lastOpenDir = Utolj\u00e1ra haszn\u00e1lt megnyit\u00e1si k\u00f6nyvt\u00e1r - -config.name.lastExportDir = (Bels\u0151) Utols\u00f3 export\u00e1l\u00e1si k\u00f6nyvt\u00e1r -config.description.lastExportDir = Utolj\u00e1ra haszn\u00e1lt export\u00e1l\u00e1si k\u00f6nyvt\u00e1r - -config.name.locale = Nyelv -config.description.locale = Helysz\u00edn azonos\u00edt\u00f3 - -config.name.registerNameFormat = Regiszter v\u00e1ltoz\u00f3 form\u00e1tum -config.description.registerNameFormat = Helyi regiszter v\u00e1ltoz\u00f3n\u00e9v form\u00e1tum. Haszn\u00e1lja a %d-t a regiszter sz\u00e1m\u00e1hoz. - -config.name.maxRecentFileCount = Utolj\u00e1ra haszn\u00e1lt f\u00e1jlok maxim\u00e1lis sz\u00e1ma -config.description.maxRecentFileCount = Utolj\u00e1ra haszn\u00e1lt f\u00e1jlok maxim\u00e1lis sz\u00e1ma - -config.name.recentFiles = (Bels\u0151) Utolj\u00e1ra haszn\u00e1lt f\u00e1jlok -config.description.recentFiles = Utolj\u00e1ra megnyitott f\u00e1jlok - -config.name.fontPairingMap = (Bels\u0151) Bet\u0171t\u00edpus p\u00e1rok import\u00e1l\u00e1shoz -config.description.fontPairingMap = Bet\u0171t\u00edpus p\u00e1rok \u00faj karakterek import\u00e1l\u00e1s\u00e1hoz - -config.name.lastUpdatesCheckDate = (Bels\u0151) Utols\u00f3 friss\u00edt\u00e9s keres\u00e9s\u00e9nek d\u00e1tuma -config.description.lastUpdatesCheckDate = Utols\u00f3 friss\u00edt\u00e9s keres\u00e9s\u00e9nek d\u00e1tuma a kiszolg\u00e1l\u00f3r\u00f3l - -config.name.gui.window.width = (Bels\u0151) Legut\u00f3bbi ablak sz\u00e9less\u00e9g -config.description.gui.window.width = Legut\u00f3bb mentett ablak sz\u00e9less\u00e9ge - -config.name.gui.window.height = (Bels\u0151) Legut\u00f3bbi ablak magass\u00e1ga -config.description.gui.window.height = Legut\u00f3bb mentett ablak magass\u00e1ga - -config.name.gui.window.maximized.horizontal = (Bels\u0151) Az ablak v\u00edzszintesen maxim\u00e1lis m\u00e9ret\u0171 -config.description.gui.window.maximized.horizontal = Ablak utols\u00f3 \u00e1llapota - v\u00edzszintesen maxim\u00e1lis - -config.name.gui.window.maximized.vertical = (Bels\u0151) Az ablak f\u00fcgg\u0151legesen maxim\u00e1lis m\u00e9ret\u0171 -config.description.gui.window.maximized.vertical = Ablak utols\u00f3 \u00e1llapota - f\u00fcgg\u0151legesen maxim\u00e1lis - -config.name.gui.avm2.splitPane.dividerLocationPercent = (Bels\u0151) AS3 oszt\u00f3 helyzete -config.description.gui.avm2.splitPane.dividerLocationPercent = - -config.name.gui.actionSplitPane.dividerLocationPercent = (Bels\u0151) AS1/2 oszt\u00f3 helyzete -config.description.gui.actionSplitPane.dividerLocationPercent = - -config.name.gui.previewSplitPane.dividerLocationPercent = (Bels\u0151) El\u0151n\u00e9zet oszt\u00f3 helyzete -config.description.gui.previewSplitPane.dividerLocationPercent = - -config.name.gui.splitPane1.dividerLocationPercent = (Bels\u0151) Oszt\u00f3 helyzete 1 -config.description.gui.splitPane1.dividerLocationPercent = - -config.name.gui.splitPane2.dividerLocationPercent = (Bels\u0151) Oszt\u00f3 helyzete 2 -config.description.gui.splitPane2.dividerLocationPercent = - -config.name.saveAsExeScaleMode = Ment\u00e9s EXE-k\u00e9nt nagy\u00edt\u00e1s m\u00f3dja -config.description.saveAsExeScaleMode = Nagy\u00edt\u00e1s m\u00f3dja EXE export eset\u00e9n - -config.name.syntaxHighlightLimit = Szintaxis kiemel\u00e9s maxim\u00e1lis karakter sz\u00e1m -config.description.syntaxHighlightLimit = Maxim\u00e1lis karakter sz\u00e1m a szintaxis kiemel\u00e9s futtat\u00e1s\u00e1hoz - -config.name.guiFontPreviewSampleText = (Bels\u0151) Utols\u00f3 bet\u0171t\u00edpus el\u0151n\u00e9zet p\u00e9lda sz\u00f6veg -config.description.guiFontPreviewSampleText = Utols\u00f3 bet\u0171t\u00edpus p\u00e9lda sz\u00f6veg indexe a list\u00e1ban - -config.name.gui.fontPreviewWindow.width = (Bels\u0151) Bet\u0171t\u00edpus el\u0151n\u00e9zet ablak utols\u00f3 sz\u00e9less\u00e9ge -config.description.gui.fontPreviewWindow.width = - -config.name.gui.fontPreviewWindow.height = (Bels\u0151) Bet\u0171t\u00edpus el\u0151n\u00e9zet ablak utols\u00f3 magass\u00e1ga -config.description.gui.fontPreviewWindow.height = - -config.name.gui.fontPreviewWindow.posX = (Bels\u0151) Bet\u0171t\u00edpus el\u0151n\u00e9zet ablak utols\u00f3 X poz\u00edci\u00f3ja -config.description.gui.fontPreviewWindow.posX = - -config.name.gui.fontPreviewWindow.posY = (Bels\u0151) Bet\u0171t\u00edpus el\u0151n\u00e9zet ablak utols\u00f3 Y poz\u00edci\u00f3ja -config.description.gui.fontPreviewWindow.posY = - -config.name.formatting.indent.size = Karakterek sz\u00e1ma beh\u00faz\u00e1sonk\u00e9nt -config.description.formatting.indent.size = Sz\u00f3k\u00f6z\u00f6k (vagy tab-ok) sz\u00e1ma egy beh\u00faz\u00e1sn\u00e1l - -config.name.formatting.indent.useTabs = Tab-ok beh\u00faz\u00e1shoz -config.description.formatting.indent.useTabs = Tab-ok haszn\u00e1lata sz\u00f3k\u00f6z\u00f6k helyett beh\u00faz\u00e1sokn\u00e1l - -config.name.beginBlockOnNewLine = Kapcsos z\u00e1r\u00f3jel \u00faj sorban -config.description.beginBlockOnNewLine = Blokk kezdeti kapcsos z\u00e1r\u00f3jel \u00faj sorban - -config.name.check.updates.delay = Friss\u00edt\u00e9s keres\u00e9si v\u00e1rakoz\u00e1s -config.description.check.updates.delay = Minim\u00e1lis id\u0151 az automatikus friss\u00edt\u00e9sek keres\u00e9s\u00e9hez az alkalmaz\u00e1s ind\u00edt\u00e1sakor - -config.name.check.updates.stable = Stabil verzi\u00f3k ellen\u0151rz\u00e9se -config.description.check.updates.stable = Stabil verzi\u00f3 friss\u00edt\u00e9sek keres\u00e9se - -config.name.check.updates.nightly = \u00c9jszakai verzi\u00f3k ellen\u0151rz\u00e9se -config.description.check.updates.nightly = \u00c9jszakai verzi\u00f3 friss\u00edt\u00e9sek keres\u00e9se - -config.name.check.updates.enabled = Friss\u00edt\u00e9sek keres\u00e9se enged\u00e9lyezve -config.description.check.updates.enabled = Friss\u00edt\u00e9sek automatikus keres\u00e9se az alkalmaz\u00e1s ind\u00edt\u00e1sakor - -config.name.export.formats = (Bels\u0151) Export\u00e1l\u00e1si form\u00e1tumok -config.description.export.formats = Utolj\u00e1ra haszn\u00e1lt export\u00e1l\u00e1si form\u00e1tumok - -config.name.textExportSingleFile = Sz\u00f6vegek export\u00e1l\u00e1sa egy f\u00e1jlba -config.description.textExportSingleFile = Sz\u00f6vegek export\u00e1l\u00e1sa egyetlen f\u00e1jlba t\u00f6bb f\u00e1jl helyett - -config.name.textExportSingleFileSeparator = Sz\u00f6vegek elv\u00e1laszt\u00e1sa egy f\u00e1jlba t\u00f6rt\u00e9n\u0151 export\u00e1l\u00e1s eset\u00e9n -config.description.textExportSingleFileSeparator = Sz\u00f6veg, melyet besz\u00far a sz\u00f6vegek k\u00f6z\u00e9 egyetlen f\u00e1jlba t\u00f6rt\u00e9n\u0151 sz\u00f6veg export\u00e1l\u00e1skor - -config.name.textExportSingleFileRecordSeparator = Rekordok elv\u00e1laszt\u00e1sa egy f\u00e1jlba t\u00f6rt\u00e9n\u0151 export\u00e1l\u00e1s eset\u00e9n -config.description.textExportSingleFileRecordSeparator = Sz\u00f6veg, melyet besz\u00far a rekordok k\u00f6z\u00e9 egyetlen f\u00e1jlba t\u00f6rt\u00e9n\u0151 sz\u00f6veg export\u00e1l\u00e1skor - -config.name.warning.experimental.as12edit = Figyelmeztet\u00e9s AS1/2 direkt szerkeszt\u00e9se eset\u00e9n -config.description.warning.experimental.as12edit = Figyelmeztet\u00e9s megjelen\u00edt\u00e9se AS1/2 k\u00eds\u00e9rleti szerkeszt\u00e9se eset\u00e9n - -config.name.warning.experimental.as3edit = Figyelmeztet\u00e9s AS3 direkt szerkeszt\u00e9se eset\u00e9n -config.description.warning.experimental.as3edit = Figyelmeztet\u00e9s megjelen\u00edt\u00e9se AS3 k\u00eds\u00e9rleti szerkeszt\u00e9se eset\u00e9n - -config.name.packJavaScripts = JavaScript csomagol\u00e1s -config.description.packJavaScripts = JavaScript csomagol\u00f3 futtat\u00e1sa V\u00e1szon Export\u00e1l\u00e1skor l\u00e9trehozott szkriptekre. - -config.name.textExportExportFontFace = Font-face haszn\u00e1lata SVG export\u00e1l\u00e1skor -config.description.textExportExportFontFace = Bet\u0171t\u00edpus f\u00e1jlok be\u00e1gyaz\u00e1sa az SVG f\u00e1jlokba \u00e9s font-face haszn\u00e1lata alakzatok helyett - -config.name.lzmaFastBytes = LZMA fast bytes (\u00e9rv\u00e9nyes \u00e9rt\u00e9kek: 5-255) -config.description.lzmaFastBytes = Az LZMA t\u00f6m\u00f6r\u00edt\u0151 "Fast bytes" param\u00e9tere - -config.name.pluginPath = Plugin Path -config.description.pluginPath = - - -config.name.showMethodBodyId = Method body azonos\u00edt\u00f3 mutat\u00e1sa -config.description.showMethodBodyId = Megmutatja a methodbody azonos\u00edt\u00f3t a parancssori import\u00e1l\u00e1shoz - -config.name.export.zoom = (Bels\u0151) Export zoom -config.description.export.zoom = Utolj\u00e1ra haszn\u00e1lt export zoom - -config.name.debuggerPort = Debugger port -config.description.debuggerPort = Socket hibakeres\u00e9shez haszn\u00e1lt port - -config.name.displayDebuggerInfo = (Bels\u0151) Hibakeres\u00e9si inform\u00e1ci\u00f3 mutat\u00e1sa -config.description.displayDebuggerInfo = Hibakeres\u00e9si inform\u00e1ci\u00f3 mutat\u00e1sa bekapcsol\u00e1s el\u0151tt - -config.name.randomDebuggerPackage = V\u00e9letlen csomag n\u00e9v haszn\u00e1lata hibakeres\u00e9sn\u00e9l -config.description.randomDebuggerPackage = \u00c1tnevezi a hibakeres\u00e9si csomag nev\u00e9t v\u00e9letlen n\u00e9vre hogy nehezebben lehessen detekt\u00e1lni ActionScript-b\u0151l - -config.name.lastDebuggerReplaceFunction = (Bels\u0151) Utolj\u00e1ra kiv\u00e1lasztott "trace" helyettes\u00edt\u00e9s -config.description.lastDebuggerReplaceFunction = Utolj\u00e1ra kiv\u00e1lasztott f\u00fcggv\u00e9ny n\u00e9v a "trace" helyettes\u00edts\u00e9re hibakeres\u00e9skor - -config.name.getLocalNamesFromDebugInfo = AS3: Helyi regiszter nevek a hibakeres\u00e9si inform\u00e1ci\u00f3b\u00f3l -config.description.getLocalNamesFromDebugInfo = Ha a hibakeres\u00e9si inform\u00e1ci\u00f3 el\u00e9rhet\u0151, akkor \u00e1tnevezi a helyi regisztereket _loc_x_r\u0151l a val\u00f3s n\u00e9vre. Ez kikapcsolhat\u00f3, mert n\u00e9h\u00e1ny obfuszk\u00e1tor \u00e9rv\u00e9nytelen regiszter neveket haszn\u00e1l. - -config.name.tagTreeShowEmptyFolders = \u00dcres mapp\u00e1k mutat\u00e1sa -config.description.tagTreeShowEmptyFolders = \u00dcres mapp\u00e1k mutat\u00e1sa a tag f\u00e1ban. - -config.name.autoLoadEmbeddedSwfs = Be\u00e1gyazott SWFek automatikus bet\u00f6lt\u00e9se -config.description.autoLoadEmbeddedSwfs = Aut\u00f3matikusan bet\u00f6lti a be\u00e1gyazott SWF-eket a DefineBinaryData tagekb\u0151l. - -config.name.overrideTextExportFileName = Sz\u00f6veg export\u00e1l\u00e1s f\u00e1jlnev\u00e9nek fel\u00fcl\u00edr\u00e1sa -config.description.overrideTextExportFileName = Szem\u00e9lyre szabhatod a nev\u00e9t az export\u00e1lt sz\u00f6vegf\u00e1jlnak. Haszn\u00e1ld a {filename} helykit\u00f6lt\u0151t az aktu\u00e1lis SWF nev\u00e9hez. - -config.name.showOldTextDuringTextEditing = R\u00e9gi sz\u00f6veg mutat\u00e1sa sz\u00f6veg szerkeszt\u00e9sekor -config.description.showOldTextDuringTextEditing = Mutatja az eredeti sz\u00f6veget sz\u00fcrke sz\u00ednnel az el\u0151n\u00e9zeti ablakban szerkeszt\u00e9s k\u00f6zben. - -config.group.name.import = Import\u00e1l\u00e1s -config.group.description.import = Import\u00e1l\u00e1s be\u00e1ll\u00edt\u00e1sai - -config.name.textImportResizeTextBoundsMode = Sz\u00f6veg hat\u00e1r \u00e1tm\u00e9retez\u00e9se -config.description.textImportResizeTextBoundsMode = Sz\u00f6veg hat\u00e1r \u00e1tm\u00e9retez\u00e9se sz\u00f6veg m\u00f3dos\u00edt\u00e1sa ut\u00e1n. - -config.name.showCloseConfirmation = SWF bez\u00e1r\u00e1si meger\u0151s\u00edt\u00e9s \u00fajb\u00f3li mutat\u00e1sa -config.description.showCloseConfirmation = SWF bez\u00e1r\u00e1si meger\u0151s\u00edt\u00e9s \u00fajb\u00f3li mutat\u00e1sa m\u00f3dosult f\u00e1jlok eset\u00e9n. - -config.name.showCodeSavedMessage = K\u00f3d mentve \u00fczenet \u00fajra mutat\u00e1sa -config.description.showCodeSavedMessage = K\u00f3d mentve \u00fczenet \u00fajra mutat\u00e1sa - -config.name.showTraitSavedMessage = Trait mentve \u00fczenet \u00fajra mutat\u00e1sa -config.description.showTraitSavedMessage = Trait mentve \u00fczenet \u00fajra mutat\u00e1sa - -config.name.updateProxyAddress = Http Proxy c\u00edm a friss\u00edt\u00e9sek keres\u00e9s\u00e9hez -config.description.updateProxyAddress = Http Proxy c\u00edm a friss\u00edt\u00e9sek keres\u00e9s\u00e9hez. Form\u00e1tum: example.com:8080 - -config.name.editorMode = Szerkeszt\u0151 m\u00f3d -config.description.editorMode = A sz\u00f6veget tartalmaz\u00f3 mez\u0151 szerkeszthet\u0151v\u00e9 t\u00e9tele automatikusan a sz\u00f6veg vagy szkript kiv\u00e1laszt\u00e1sa eset\u00e9n - -config.name.autoSaveTagModifications = Tag m\u00f3dos\u00edt\u00e1sainak automatikus ment\u00e9se -config.description.autoSaveTagModifications = V\u00e1ltoz\u00e1sok ment\u00e9se amikor \u00faj tag-et v\u00e1laszt ki a f\u00e1ban - -config.name.saveSessionOnExit = Munkamenet ment\u00e9se kil\u00e9p\u00e9skor -config.description.saveSessionOnExit = Elmenti az aktu\u00e1lis munkamenetet \u00e9s vissza\u00e1ll\u00edtja azt az FFDec \u00fajraind\u00edt\u00e1sa ut\u00e1n (csak igazi f\u00e1jlokkal m\u0171k\u00f6dik) - -config.name._showDebugMenu = FFDec hibakeres\u00e9si men\u00fc mutat\u00e1sa -config.description._showDebugMenu = Hibakeres\u00e9si men\u00fc mutat\u00e1sa a szalagon a visszaford\u00edt\u00f3 hibakeres\u00e9s\u00e9hez. - -config.name.allowOnlyOneInstance = Csak egy FFDec p\u00e9ld\u00e1ny enged\u00e9lyez\u00e9se (Csak Windows OS-en) -config.description.allowOnlyOneInstance = FFDec csak egy p\u00e9ld\u00e1nyban futhat, minden f\u00e1jl egy ablakban lesz megnyitva. Csak Windows oper\u00e1ci\u00f3s rendszeren m\u0171k\u00f6dik. - -config.name.scriptExportSingleFile = Szkriptek export\u00e1l\u00e1sa egy f\u00e1jlba -config.description.scriptExportSingleFile = Szkriptek export\u00e1l\u00e1sa egyetlen f\u00e1jlba t\u00f6bb f\u00e1jl helyett - -config.name.setFFDecVersionInExportedFont = FFDec verzi\u00f3sz\u00e1m be\u00e1ll\u00edt\u00e1sa az export\u00e1lt bet\u0171t\u00edpusban -config.description.setFFDecVersionInExportedFont = Ha ez a be\u00e1ll\u00edt\u00e1s ki van kapcsolva, az FFDec nem fogja be\u00edrni az aktu\u00e1lis FFDec verzi\u00f3sz\u00e1m\u00e1t az export\u00e1lt bet\u0171t\u00edpus f\u00e1jlba. - -config.name.gui.skin = Felhaszn\u00e1l\u00f3i fel\u00fclet b\u0151r -config.description.gui.skin = Kin\u00e9zet - -config.name.lastSessionFiles = Utols\u00f3 munkamenet f\u00e1jljai -config.description.lastSessionFiles = Az legut\u00f3bbi munkamenetben megnyitott f\u00e1jlokat tartalmazza - -config.name.lastSessionSelection = Utols\u00f3 munkamenet kiv\u00e1lasztott eleme -config.description.lastSessionSelection = Az legut\u00f3bbi munkamenetben kiv\u00e1lasztott elemet tartalmazza - -config.name.loopMedia = Zen\u00e9k \u00e9s szpr\u00e1jtok -config.description.loopMedia = Aut\u00f3matikusan \u00fajraind\u00edtja a zen\u00e9k \u00e9s szpr\u00e1jtok lej\u00e1tsz\u00e1s\u00e1t - -config.name.gui.timeLineSplitPane.dividerLocationPercent = (Internal) Timeline oszt\u00f3 helyzete -config.description.gui.timeLineSplitPane.dividerLocationPercent = - -config.name.cacheImages = K\u00e9pek gyors\u00edt\u00f3t\u00e1rba helyez\u00e9se -config.description.cacheImages = A dek\u00f3dolt k\u00e9peket gyors\u00edt\u00f3t\u00e1rba helyezi - -config.name.swfSpecificConfigs = SWF specifikus be\u00e1llt\u00e1sok -config.description.swfSpecificConfigs = Az SWF specifikus be\u00e1llt\u00e1sokat tartalmazza - -config.name.exeExportMode = EXE export m\u00f3d -config.description.exeExportMode = EXE export m\u00f3d - -config.name.ignoreCLikePackages = FlashCC / Alchemy vagy hasonl\u00f3 csomagok figyelmen k\u00edv\u00fcl hagy\u00e1sa -config.description.ignoreCLikePackages = FlashCC/Alchemy csomagok \u00e1ltal\u00e1ban nem ford\u00edthat\u00f3ak vissza hib\u00e1tlanul. Kikapcsolhatod hogy gyorsabban visszaford\u00edtsa a t\u00f6bbi csomagot. - -config.name.overwriteExistingFiles = L\u00e9tez\u0151 f\u00e1jlok fel\u00fcl\u00edr\u00e1sa -config.description.overwriteExistingFiles = Fel\u00fcl\u00edrja a l\u00e9tez\u0151 f\u00e1jlokat export\u00e1l\u00e1s sor\u00e1n. Jelenleg csak az AS2/3 szkriptekre \u00e9rv\u00e9nyes - -config.name.smartNumberFormatting = Okos sz\u00e1m form\u00e1z\u00e1s haszn\u00e1lata -config.description.smartNumberFormatting = A speci\u00e1lis sz\u00e1mokat (mint p\u00e9ld\u00e1ul sz\u00ednek \u00e9s id\u0151k) felismeri - -config.name.enableScriptInitializerDisplay = (REMOVED) Szkript inicializ\u00e1l\u00f3k megjelen\u00edt\u00e9se -config.description.enableScriptInitializerDisplay = Enged\u00e9lyezi a szkript inicializ\u00e1l\u00f3k megjelen\u00edt\u00e9s\u00e9t \u00e9s szerkeszt\u00e9s\u00e9t. Ez a be\u00e1ll\u00edt\u00e1s hozz\u00e1adhat egy \u00faj sort minden oszt\u00e1lyhoz a kiemel\u00e9shez. - -config.name.autoOpenLoadedSWFs = Fut\u00e1s k\u00f6zben bet\u00f6lt\u00f6tt SWF-ek megnyit\u00e1sa (K\u00fcls\u0151 n\u00e9z\u0151ke = Csak WIN) -config.description.autoOpenLoadedSWFs = Automatikusan megnyitja az \u00f6sszes AS3 oszt\u00e1ly bet\u00f6lt\u0151 \u00e1ltal bet\u00f6lt\u00f6tt SWF-t amikor az SWF-t az FFDec k\u00fcls\u0151 n\u00e9z\u0151k\u00e9j\u00e9ben j\u00e1tszuk le. Ez a funkci\u00f3 csak Windowon \u00e9rhet\u0151 el. - -config.name.lastSessionFileTitles = Utols\u00f3 munkamenet f\u00e1jl c\u00edmei -config.description.lastSessionFileTitles = Tartalmazza az utols\u00f3 munkamenet megnyitott f\u00e1jljainak a c\u00edmeit (p\u00e9ld\u00e1ul amikor URL-r\u0151l lett megnyitva, stb.) - -config.group.name.paths = \u00datvonalak -config.group.description.paths = A sz\u00fcks\u00e9ges f\u00e1jlok el\u00e9rhet\u0151s\u00e9gei +advancedSettings.dialog.title=Halad\u00f3 be\u00e1ll\u00edt\u00e1sok +advancedSettings.restartConfirmation=N\u00e9h\u00e1ny m\u00f3dos\u00edt\u00e1s \u00e9rv\u00e9nybel\u00e9p\u00e9s\u00e9hez a programot \u00fajra kell ind\u00edtani. Szeretn\u00e9 \u00fajraind\u00edtani most? +advancedSettings.columns.name=N\u00e9v +advancedSettings.columns.value=\u00c9rt\u00e9k +advancedSettings.columns.description=Le\u00edr\u00e1s +default=alap\u00e9rt\u00e9k +config.group.name.export=Export\u00e1l\u00e1s +config.group.description.export=Export\u00e1l\u00e1s be\u00e1ll\u00edt\u00e1sai +config.group.name.script=Szkriptek +config.group.description.script=ActionScript visszaford\u00edt\u00e1ssal kapcsolatos +config.group.name.update=Friss\u00edt\u00e9sek +config.group.description.update=Friss\u00edt\u00e9sek keres\u00e9se +config.group.name.format=Form\u00e1z\u00e1s +config.group.description.format=ActionScript k\u00f3d form\u00e1z\u00e1s +config.group.name.limit=Korl\u00e1tok +config.group.description.limit=Visszaford\u00edt\u00e1si korl\u00e1tok obfuszk\u00e1lt k\u00f3dokra, stb. +config.group.name.ui=Fel\u00fclet +config.group.description.ui=Felhaszn\u00e1l\u00f3i fel\u00fclet be\u00e1ll\u00edt\u00e1sai +config.group.name.debug=Hibakeres\u00e9s +config.group.description.debug=Hibakeres\u00e9si be\u00e1ll\u00edt\u00e1sok +config.group.name.display=Megjelen\u00edt\u00e9s +config.group.description.display=Flash objektum megjelen\u00edt\u00e9s, stb. +config.group.name.decompilation=Visszaford\u00edt\u00e1s +config.group.description.decompilation=Glob\u00e1lis visszaford\u00edt\u00e1ssal kapcsolatos funkci\u00f3k +config.group.name.other=Egy\u00e9b +config.group.description.other=Egy\u00e9b kategoriz\u00e1latlan be\u00e1ll\u00edt\u00e1sok +config.name.openMultipleFiles=T\u00f6bb f\u00e1jl megnyit\u00e1sa +config.description.openMultipleFiles=Enged\u00e9lyezi t\u00f6bb f\u00e1jl megnyit\u00e1s\u00e1t egy ablakban +config.name.decompile=ActionScript forr\u00e1s mutat\u00e1sa +config.description.decompile=Kikapcsolhatja az AS visszaford\u00edt\u00e1s\u00e1t, ekkor a P-k\u00f3d jelenik meg +config.name.dumpView=Dump N\u00e9zet +config.description.dumpView=Nyers adatok mutat\u00e1sa +config.name.useHexColorFormat=Hexa sz\u00edn form\u00e1tum +config.description.useHexColorFormat=A sz\u00ednek hexa form\u00e1tum\u00fa mutat\u00e1sa +config.name.parallelSpeedUp=P\u00e1rhuzamos gyors\u00edt\u00e1s +config.description.parallelSpeedUp=P\u00e1rhuzamos\u00edt\u00e1s fel tudja gyors\u00edtani a visszaford\u00edt\u00e1st +config.name.parallelSpeedUpThreadCount=Sz\u00e1lak sz\u00e1ma +config.description.parallelSpeedUpThreadCount=Sz\u00e1lak sz\u00e1ma a p\u00e1rhuzamos gyors\u00edt\u00e1sn\u00e1l +config.name.autoDeobfuscate=Automatikus deobfuszk\u00e1l\u00e1s +config.description.autoDeobfuscate=Futtassa a deobfuszk\u00e1l\u00e1st minden f\u00e1jlon az ActionScript visszaford\u00edt\u00e1sa el\u0151tt +config.name.cacheOnDisk=Lemez gyors\u00edt\u00f3t\u00e1r haszn\u00e1lata +config.description.cacheOnDisk=Gyors\u00edt\u00f3t\u00e1razza a m\u00e1r visszaford\u00edtott r\u00e9szeket a merevlemezre a mem\u00f3ria helyett +config.name.internalFlashViewer=Saj\u00e1t Flash n\u00e9z\u0151ke haszn\u00e1lata +config.description.internalFlashViewer=JPEXS Flash N\u00e9z\u0151ke haszn\u00e1lata a standard Flash Player helyett a flash r\u00e9szek megjelen\u00edt\u00e9s\u00e9re +config.name.gotoMainClassOnStartup=F\u0151 oszt\u00e1lyhoz ugr\u00e1s ind\u00edt\u00e1skor (AS3) +config.description.gotoMainClassOnStartup=A dokumentum oszt\u00e1lyhoz navig\u00e1l\u00e1s AS3 f\u00e1jl eset\u00e9n az SWF megnyit\u00e1sakor +config.name.autoRenameIdentifiers=Azonos\u00edt\u00f3k automatikus \u00e1tnevez\u00e9se +config.description.autoRenameIdentifiers=Automatikusan \u00e1tnevezi az \u00e9rv\u00e9nytelen azonos\u00edt\u00f3kat az SWF bet\u00f6lt\u00e9sekor +config.name.offeredAssociation=(Bels\u0151) SWF f\u00e1jlok t\u00e1rs\u00edt\u00e1sa megjelen\u00edtve +config.description.offeredAssociation=Dial\u00f3gus ablak a f\u00e1jl t\u00e1rs\u00edt\u00e1s\u00e1r\u00f3l m\u00e1r meg lett jelen\u00edtve +config.name.decimalAddress=Decim\u00e1lis c\u00edmek haszn\u00e1lata +config.description.decimalAddress=Decim\u00e1lis c\u00edmek haszn\u00e1lata a hexadecim\u00e1lisok helyett +config.name.showAllAddresses=Minden c\u00edm mutat\u00e1sa +config.description.showAllAddresses=Minden ActionScript utas\u00edt\u00e1s c\u00edm mutat\u00e1sa +config.name.useFrameCache=Keret gyors\u00edt\u00f3t\u00e1r haszn\u00e1lata +config.description.useFrameCache=Keretek gyors\u00edt\u00f3t\u00e1rba helyez\u00e9se az \u00fajb\u00f3li renderel\u00e9s megel\u0151z\u00e9s\u00e9hez +config.name.useRibbonInterface=Szalag fel\u00fclet +config.description.useRibbonInterface=Kapcsolja ki a klasszikus fel\u00fclet haszn\u00e1lat\u00e1hoz szalagos men\u00fc n\u00e9lk\u00fcl +config.name.openFolderAfterFlaExport=Mappa megnyit\u00e1sa FLA export\u00e1l\u00e1s ut\u00e1n +config.description.openFolderAfterFlaExport=A kimeneti k\u00f6nyvt\u00e1r megnyit\u00e1sa az FLA f\u00e1jl export\u00e1l\u00e1sa ut\u00e1n +config.name.useDetailedLogging=R\u00e9szletes napl\u00f3z\u00e1s +config.description.useDetailedLogging=R\u00e9szletes hiba\u00fczenetek \u00e9s inform\u00e1ci\u00f3k napl\u00f3z\u00e1sa hibakeres\u00e9ssi c\u00e9lb\u00f3l +config.name._debugMode=FFDec hibakeres\u00e9si m\u00f3dban +config.description._debugMode=M\u00f3d az FFDec hibakeres\u00e9s\u00e9hez. Bekapcsolja a hibakeres\u00e9si men\u00fct. Ennek nincs k\u00f6ze a hibakeres\u00e9s funkci\u00f3hoz. +config.name.resolveConstants=\u00c1lland\u00f3k felold\u00e1sa AS1/2 p-k\u00f3d eset\u00e9n +config.description.resolveConstants=Kapcsolja ezt ki a 'constantxx' \u00e9rt\u00e9kek mutat\u00e1s\u00e1hoz a val\u00f3s \u00e9rt\u00e9kek helyett a P-k\u00f3d ablakban +config.name.sublimiter=K\u00f3d sub korl\u00e1t +config.description.sublimiter=K\u00f3d sub korl\u00e1t obfuszk\u00e1lt k\u00f3dn\u00e1l. +config.name.exportTimeout=Teljes export\u00e1l\u00e1si id\u0151korl\u00e1t (m\u00e1sodperc) +config.description.exportTimeout=A visszaford\u00edt\u00f3 le\u00e1ll\u00edtja az export\u00e1l\u00e1st miut\u00e1n el\u00e9ri ezt az id\u0151t +config.name.decompilationTimeoutFile=F\u00e1jl visszaford\u00edt\u00e1si id\u0151korl\u00e1t (m\u00e1sodperc) +config.description.decompilationTimeoutFile=A visszaford\u00edt\u00f3 le\u00e1ll\u00edtja az ActionScript visszaford\u00edt\u00e1s\u00e1t miut\u00e1n el\u00e9ri ezt az id\u0151t +config.name.paramNamesEnable=Param\u00e9ter nevek enged\u00e9lyez\u00e9se AS3 eset\u00e9n +config.description.paramNamesEnable=Param\u00e9ter nevek haszn\u00e1lata a visszaford\u00edt\u00e1sn\u00e1l probl\u00e9m\u00e1khoz vezethet mivel a hivatalos programok mint pl. Flash CS 5.5 rossz param\u00e9ter n\u00e9v indexeket sz\u00far be +config.name.displayFileName=SWF n\u00e9v mutat\u00e1sa a c\u00edmsorban +config.description.displayFileName=SWF f\u00e1jl/url n\u00e9v mutat\u00e1sa az ablak c\u00edmsor\u00e1ban (Ut\u00e1na k\u00e9sz\u00edthet k\u00e9perny\u0151k\u00e9peket) +config.name._debugCopy=\u00dajraford\u00edt\u00e1sos hibakeres\u00e9s FFDec-ben +config.description._debugCopy=Megpr\u00f3b\u00e1lja \u00fajraford\u00edtani az SWF f\u00e1jlt megnyit\u00e1s ut\u00e1n hogy megbizonyosodjon arr\u00f3l, hogy ugyanazt a bin\u00e1ris k\u00f3dot \u00e1ll\u00edtja el\u0151. Csak FFDec HIBAKERES\u00c9SHEZ haszn\u00e1lja! +config.name.dumpTags=Tagek ki\u00edr\u00e1sa a parancssorra +config.description.dumpTags=Tagek ki\u00edr\u00e1sa a parancssorra az SWF f\u00e1jl olvas\u00e1sakor +config.name.decompilationTimeoutSingleMethod=AS3: Egyedi met\u00f3dus visszaford\u00edt\u00e1si id\u0151korl\u00e1t (m\u00e1sodperc) +config.description.decompilationTimeoutSingleMethod=A visszaford\u00edt\u00f3 le\u00e1ll\u00edtja az ActionScript visszaford\u00edt\u00e1s\u00e1t miut\u00e1n el\u00e9ri ezt az id\u0151t egy met\u00f3dusn\u00e1l +config.name.lastRenameType=(Bels\u0151) Utols\u00f3 \u00e1tevez\u00e9si t\u00edpus +config.description.lastRenameType=Utolj\u00e1ra haszn\u00e1lt t\u00edpus az azonos\u00edt\u00f3k \u00e1tnevez\u00e9s\u00e9re +config.name.lastSaveDir=(Bels\u0151) Utols\u00f3 ment\u00e9si k\u00f6nyvt\u00e1r +config.description.lastSaveDir=Utolj\u00e1ra haszn\u00e1lt ment\u00e9si k\u00f6nyvt\u00e1r +config.name.lastOpenDir=(Bels\u0151) Utols\u00f3 megnyit\u00e1si k\u00f6nyvt\u00e1r +config.description.lastOpenDir=Utolj\u00e1ra haszn\u00e1lt megnyit\u00e1si k\u00f6nyvt\u00e1r +config.name.lastExportDir=(Bels\u0151) Utols\u00f3 export\u00e1l\u00e1si k\u00f6nyvt\u00e1r +config.description.lastExportDir=Utolj\u00e1ra haszn\u00e1lt export\u00e1l\u00e1si k\u00f6nyvt\u00e1r +config.name.locale=Nyelv +config.description.locale=Helysz\u00edn azonos\u00edt\u00f3 +config.name.registerNameFormat=Regiszter v\u00e1ltoz\u00f3 form\u00e1tum +config.description.registerNameFormat=Helyi regiszter v\u00e1ltoz\u00f3n\u00e9v form\u00e1tum. Haszn\u00e1lja a %d-t a regiszter sz\u00e1m\u00e1hoz. +config.name.maxRecentFileCount=Utolj\u00e1ra haszn\u00e1lt f\u00e1jlok maxim\u00e1lis sz\u00e1ma +config.description.maxRecentFileCount=Utolj\u00e1ra haszn\u00e1lt f\u00e1jlok maxim\u00e1lis sz\u00e1ma +config.name.recentFiles=(Bels\u0151) Utolj\u00e1ra haszn\u00e1lt f\u00e1jlok +config.description.recentFiles=Utolj\u00e1ra megnyitott f\u00e1jlok +config.name.fontPairingMap=(Bels\u0151) Bet\u0171t\u00edpus p\u00e1rok import\u00e1l\u00e1shoz +config.description.fontPairingMap=Bet\u0171t\u00edpus p\u00e1rok \u00faj karakterek import\u00e1l\u00e1s\u00e1hoz +config.name.lastUpdatesCheckDate=(Bels\u0151) Utols\u00f3 friss\u00edt\u00e9s keres\u00e9s\u00e9nek d\u00e1tuma +config.description.lastUpdatesCheckDate=Utols\u00f3 friss\u00edt\u00e9s keres\u00e9s\u00e9nek d\u00e1tuma a kiszolg\u00e1l\u00f3r\u00f3l +config.name.gui.window.width=(Bels\u0151) Legut\u00f3bbi ablak sz\u00e9less\u00e9g +config.description.gui.window.width=Legut\u00f3bb mentett ablak sz\u00e9less\u00e9ge +config.name.gui.window.height=(Bels\u0151) Legut\u00f3bbi ablak magass\u00e1ga +config.description.gui.window.height=Legut\u00f3bb mentett ablak magass\u00e1ga +config.name.gui.window.maximized.horizontal=(Bels\u0151) Az ablak v\u00edzszintesen maxim\u00e1lis m\u00e9ret\u0171 +config.description.gui.window.maximized.horizontal=Ablak utols\u00f3 \u00e1llapota - v\u00edzszintesen maxim\u00e1lis +config.name.gui.window.maximized.vertical=(Bels\u0151) Az ablak f\u00fcgg\u0151legesen maxim\u00e1lis m\u00e9ret\u0171 +config.description.gui.window.maximized.vertical=Ablak utols\u00f3 \u00e1llapota - f\u00fcgg\u0151legesen maxim\u00e1lis +config.name.gui.avm2.splitPane.dividerLocationPercent=(Bels\u0151) AS3 oszt\u00f3 helyzete +config.description.gui.avm2.splitPane.dividerLocationPercent= +config.name.gui.actionSplitPane.dividerLocationPercent=(Bels\u0151) AS1/2 oszt\u00f3 helyzete +config.description.gui.actionSplitPane.dividerLocationPercent= +config.name.gui.previewSplitPane.dividerLocationPercent=(Bels\u0151) El\u0151n\u00e9zet oszt\u00f3 helyzete +config.description.gui.previewSplitPane.dividerLocationPercent= +config.name.gui.splitPane1.dividerLocationPercent=(Bels\u0151) Oszt\u00f3 helyzete 1 +config.description.gui.splitPane1.dividerLocationPercent= +config.name.gui.splitPane2.dividerLocationPercent=(Bels\u0151) Oszt\u00f3 helyzete 2 +config.description.gui.splitPane2.dividerLocationPercent= +config.name.saveAsExeScaleMode=Ment\u00e9s EXE-k\u00e9nt nagy\u00edt\u00e1s m\u00f3dja +config.description.saveAsExeScaleMode=Nagy\u00edt\u00e1s m\u00f3dja EXE export eset\u00e9n +config.name.syntaxHighlightLimit=Szintaxis kiemel\u00e9s maxim\u00e1lis karakter sz\u00e1m +config.description.syntaxHighlightLimit=Maxim\u00e1lis karakter sz\u00e1m a szintaxis kiemel\u00e9s futtat\u00e1s\u00e1hoz +config.name.guiFontPreviewSampleText=(Bels\u0151) Utols\u00f3 bet\u0171t\u00edpus el\u0151n\u00e9zet p\u00e9lda sz\u00f6veg +config.description.guiFontPreviewSampleText=Utols\u00f3 bet\u0171t\u00edpus p\u00e9lda sz\u00f6veg indexe a list\u00e1ban +config.name.gui.fontPreviewWindow.width=(Bels\u0151) Bet\u0171t\u00edpus el\u0151n\u00e9zet ablak utols\u00f3 sz\u00e9less\u00e9ge +config.description.gui.fontPreviewWindow.width= +config.name.gui.fontPreviewWindow.height=(Bels\u0151) Bet\u0171t\u00edpus el\u0151n\u00e9zet ablak utols\u00f3 magass\u00e1ga +config.description.gui.fontPreviewWindow.height= +config.name.gui.fontPreviewWindow.posX=(Bels\u0151) Bet\u0171t\u00edpus el\u0151n\u00e9zet ablak utols\u00f3 X poz\u00edci\u00f3ja +config.description.gui.fontPreviewWindow.posX= +config.name.gui.fontPreviewWindow.posY=(Bels\u0151) Bet\u0171t\u00edpus el\u0151n\u00e9zet ablak utols\u00f3 Y poz\u00edci\u00f3ja +config.description.gui.fontPreviewWindow.posY= +config.name.formatting.indent.size=Karakterek sz\u00e1ma beh\u00faz\u00e1sonk\u00e9nt +config.description.formatting.indent.size=Sz\u00f3k\u00f6z\u00f6k (vagy tab-ok) sz\u00e1ma egy beh\u00faz\u00e1sn\u00e1l +config.name.formatting.indent.useTabs=Tab-ok beh\u00faz\u00e1shoz +config.description.formatting.indent.useTabs=Tab-ok haszn\u00e1lata sz\u00f3k\u00f6z\u00f6k helyett beh\u00faz\u00e1sokn\u00e1l +config.name.beginBlockOnNewLine=Kapcsos z\u00e1r\u00f3jel \u00faj sorban +config.description.beginBlockOnNewLine=Blokk kezdeti kapcsos z\u00e1r\u00f3jel \u00faj sorban +config.name.check.updates.delay=Friss\u00edt\u00e9s keres\u00e9si v\u00e1rakoz\u00e1s +config.description.check.updates.delay=Minim\u00e1lis id\u0151 az automatikus friss\u00edt\u00e9sek keres\u00e9s\u00e9hez az alkalmaz\u00e1s ind\u00edt\u00e1sakor +config.name.check.updates.stable=Stabil verzi\u00f3k ellen\u0151rz\u00e9se +config.description.check.updates.stable=Stabil verzi\u00f3 friss\u00edt\u00e9sek keres\u00e9se +config.name.check.updates.nightly=\u00c9jszakai verzi\u00f3k ellen\u0151rz\u00e9se +config.description.check.updates.nightly=\u00c9jszakai verzi\u00f3 friss\u00edt\u00e9sek keres\u00e9se +config.name.check.updates.enabled=Friss\u00edt\u00e9sek keres\u00e9se enged\u00e9lyezve +config.description.check.updates.enabled=Friss\u00edt\u00e9sek automatikus keres\u00e9se az alkalmaz\u00e1s ind\u00edt\u00e1sakor +config.name.export.formats=(Bels\u0151) Export\u00e1l\u00e1si form\u00e1tumok +config.description.export.formats=Utolj\u00e1ra haszn\u00e1lt export\u00e1l\u00e1si form\u00e1tumok +config.name.textExportSingleFile=Sz\u00f6vegek export\u00e1l\u00e1sa egy f\u00e1jlba +config.description.textExportSingleFile=Sz\u00f6vegek export\u00e1l\u00e1sa egyetlen f\u00e1jlba t\u00f6bb f\u00e1jl helyett +config.name.textExportSingleFileSeparator=Sz\u00f6vegek elv\u00e1laszt\u00e1sa egy f\u00e1jlba t\u00f6rt\u00e9n\u0151 export\u00e1l\u00e1s eset\u00e9n +config.description.textExportSingleFileSeparator=Sz\u00f6veg, melyet besz\u00far a sz\u00f6vegek k\u00f6z\u00e9 egyetlen f\u00e1jlba t\u00f6rt\u00e9n\u0151 sz\u00f6veg export\u00e1l\u00e1skor +config.name.textExportSingleFileRecordSeparator=Rekordok elv\u00e1laszt\u00e1sa egy f\u00e1jlba t\u00f6rt\u00e9n\u0151 export\u00e1l\u00e1s eset\u00e9n +config.description.textExportSingleFileRecordSeparator=Sz\u00f6veg, melyet besz\u00far a rekordok k\u00f6z\u00e9 egyetlen f\u00e1jlba t\u00f6rt\u00e9n\u0151 sz\u00f6veg export\u00e1l\u00e1skor +config.name.warning.experimental.as12edit=Figyelmeztet\u00e9s AS1/2 direkt szerkeszt\u00e9se eset\u00e9n +config.description.warning.experimental.as12edit=Figyelmeztet\u00e9s megjelen\u00edt\u00e9se AS1/2 k\u00eds\u00e9rleti szerkeszt\u00e9se eset\u00e9n +config.name.warning.experimental.as3edit=Figyelmeztet\u00e9s AS3 direkt szerkeszt\u00e9se eset\u00e9n +config.description.warning.experimental.as3edit=Figyelmeztet\u00e9s megjelen\u00edt\u00e9se AS3 k\u00eds\u00e9rleti szerkeszt\u00e9se eset\u00e9n +config.name.packJavaScripts=JavaScript csomagol\u00e1s +config.description.packJavaScripts=JavaScript csomagol\u00f3 futtat\u00e1sa V\u00e1szon Export\u00e1l\u00e1skor l\u00e9trehozott szkriptekre. +config.name.textExportExportFontFace=Font-face haszn\u00e1lata SVG export\u00e1l\u00e1skor +config.description.textExportExportFontFace=Bet\u0171t\u00edpus f\u00e1jlok be\u00e1gyaz\u00e1sa az SVG f\u00e1jlokba \u00e9s font-face haszn\u00e1lata alakzatok helyett +config.name.lzmaFastBytes=LZMA fast bytes (\u00e9rv\u00e9nyes \u00e9rt\u00e9kek: 5-255) +config.description.lzmaFastBytes=Az LZMA t\u00f6m\u00f6r\u00edt\u0151 "Fast bytes" param\u00e9tere +config.name.pluginPath=Plugin Path +config.description.pluginPath=- +config.name.showMethodBodyId=Method body azonos\u00edt\u00f3 mutat\u00e1sa +config.description.showMethodBodyId=Megmutatja a methodbody azonos\u00edt\u00f3t a parancssori import\u00e1l\u00e1shoz +config.name.export.zoom=(Bels\u0151) Export zoom +config.description.export.zoom=Utolj\u00e1ra haszn\u00e1lt export zoom +config.name.debuggerPort=Debugger port +config.description.debuggerPort=Socket hibakeres\u00e9shez haszn\u00e1lt port +config.name.displayDebuggerInfo=(Bels\u0151) Hibakeres\u00e9si inform\u00e1ci\u00f3 mutat\u00e1sa +config.description.displayDebuggerInfo=Hibakeres\u00e9si inform\u00e1ci\u00f3 mutat\u00e1sa bekapcsol\u00e1s el\u0151tt +config.name.randomDebuggerPackage=V\u00e9letlen csomag n\u00e9v haszn\u00e1lata hibakeres\u00e9sn\u00e9l +config.description.randomDebuggerPackage=\u00c1tnevezi a hibakeres\u00e9si csomag nev\u00e9t v\u00e9letlen n\u00e9vre hogy nehezebben lehessen detekt\u00e1lni ActionScript-b\u0151l +config.name.lastDebuggerReplaceFunction=(Bels\u0151) Utolj\u00e1ra kiv\u00e1lasztott "trace" helyettes\u00edt\u00e9s +config.description.lastDebuggerReplaceFunction=Utolj\u00e1ra kiv\u00e1lasztott f\u00fcggv\u00e9ny n\u00e9v a "trace" helyettes\u00edts\u00e9re hibakeres\u00e9skor +config.name.getLocalNamesFromDebugInfo=AS3: Helyi regiszter nevek a hibakeres\u00e9si inform\u00e1ci\u00f3b\u00f3l +config.description.getLocalNamesFromDebugInfo=Ha a hibakeres\u00e9si inform\u00e1ci\u00f3 el\u00e9rhet\u0151, akkor \u00e1tnevezi a helyi regisztereket _loc_x_r\u0151l a val\u00f3s n\u00e9vre. Ez kikapcsolhat\u00f3, mert n\u00e9h\u00e1ny obfuszk\u00e1tor \u00e9rv\u00e9nytelen regiszter neveket haszn\u00e1l. +config.name.tagTreeShowEmptyFolders=\u00dcres mapp\u00e1k mutat\u00e1sa +config.description.tagTreeShowEmptyFolders=\u00dcres mapp\u00e1k mutat\u00e1sa a tag f\u00e1ban. +config.name.autoLoadEmbeddedSwfs=Be\u00e1gyazott SWFek automatikus bet\u00f6lt\u00e9se +config.description.autoLoadEmbeddedSwfs=Aut\u00f3matikusan bet\u00f6lti a be\u00e1gyazott SWF-eket a DefineBinaryData tagekb\u0151l. +config.name.overrideTextExportFileName=Sz\u00f6veg export\u00e1l\u00e1s f\u00e1jlnev\u00e9nek fel\u00fcl\u00edr\u00e1sa +config.description.overrideTextExportFileName=Szem\u00e9lyre szabhatod a nev\u00e9t az export\u00e1lt sz\u00f6vegf\u00e1jlnak. Haszn\u00e1ld a {filename} helykit\u00f6lt\u0151t az aktu\u00e1lis SWF nev\u00e9hez. +config.name.showOldTextDuringTextEditing=R\u00e9gi sz\u00f6veg mutat\u00e1sa sz\u00f6veg szerkeszt\u00e9sekor +config.description.showOldTextDuringTextEditing=Mutatja az eredeti sz\u00f6veget sz\u00fcrke sz\u00ednnel az el\u0151n\u00e9zeti ablakban szerkeszt\u00e9s k\u00f6zben. +config.group.name.import=Import\u00e1l\u00e1s +config.group.description.import=Import\u00e1l\u00e1s be\u00e1ll\u00edt\u00e1sai +config.name.textImportResizeTextBoundsMode=Sz\u00f6veg hat\u00e1r \u00e1tm\u00e9retez\u00e9se +config.description.textImportResizeTextBoundsMode=Sz\u00f6veg hat\u00e1r \u00e1tm\u00e9retez\u00e9se sz\u00f6veg m\u00f3dos\u00edt\u00e1sa ut\u00e1n. +config.name.showCloseConfirmation=SWF bez\u00e1r\u00e1si meger\u0151s\u00edt\u00e9s \u00fajb\u00f3li mutat\u00e1sa +config.description.showCloseConfirmation=SWF bez\u00e1r\u00e1si meger\u0151s\u00edt\u00e9s \u00fajb\u00f3li mutat\u00e1sa m\u00f3dosult f\u00e1jlok eset\u00e9n. +config.name.showCodeSavedMessage=K\u00f3d mentve \u00fczenet \u00fajra mutat\u00e1sa +config.description.showCodeSavedMessage=K\u00f3d mentve \u00fczenet \u00fajra mutat\u00e1sa +config.name.showTraitSavedMessage=Trait mentve \u00fczenet \u00fajra mutat\u00e1sa +config.description.showTraitSavedMessage=Trait mentve \u00fczenet \u00fajra mutat\u00e1sa +config.name.updateProxyAddress=Http Proxy c\u00edm a friss\u00edt\u00e9sek keres\u00e9s\u00e9hez +config.description.updateProxyAddress=Http Proxy c\u00edm a friss\u00edt\u00e9sek keres\u00e9s\u00e9hez. Form\u00e1tum: example.com:8080 +config.name.editorMode=Szerkeszt\u0151 m\u00f3d +config.description.editorMode=A sz\u00f6veget tartalmaz\u00f3 mez\u0151 szerkeszthet\u0151v\u00e9 t\u00e9tele automatikusan a sz\u00f6veg vagy szkript kiv\u00e1laszt\u00e1sa eset\u00e9n +config.name.autoSaveTagModifications=Tag m\u00f3dos\u00edt\u00e1sainak automatikus ment\u00e9se +config.description.autoSaveTagModifications=V\u00e1ltoz\u00e1sok ment\u00e9se amikor \u00faj tag-et v\u00e1laszt ki a f\u00e1ban +config.name.saveSessionOnExit=Munkamenet ment\u00e9se kil\u00e9p\u00e9skor +config.description.saveSessionOnExit=Elmenti az aktu\u00e1lis munkamenetet \u00e9s vissza\u00e1ll\u00edtja azt az FFDec \u00fajraind\u00edt\u00e1sa ut\u00e1n (csak igazi f\u00e1jlokkal m\u0171k\u00f6dik) +config.name._showDebugMenu=FFDec hibakeres\u00e9si men\u00fc mutat\u00e1sa +config.description._showDebugMenu=Hibakeres\u00e9si men\u00fc mutat\u00e1sa a szalagon a visszaford\u00edt\u00f3 hibakeres\u00e9s\u00e9hez. +config.name.allowOnlyOneInstance=Csak egy FFDec p\u00e9ld\u00e1ny enged\u00e9lyez\u00e9se (Csak Windows OS-en) +config.description.allowOnlyOneInstance=FFDec csak egy p\u00e9ld\u00e1nyban futhat, minden f\u00e1jl egy ablakban lesz megnyitva. Csak Windows oper\u00e1ci\u00f3s rendszeren m\u0171k\u00f6dik. +config.name.scriptExportSingleFile=Szkriptek export\u00e1l\u00e1sa egy f\u00e1jlba +config.description.scriptExportSingleFile=Szkriptek export\u00e1l\u00e1sa egyetlen f\u00e1jlba t\u00f6bb f\u00e1jl helyett +config.name.setFFDecVersionInExportedFont=FFDec verzi\u00f3sz\u00e1m be\u00e1ll\u00edt\u00e1sa az export\u00e1lt bet\u0171t\u00edpusban +config.description.setFFDecVersionInExportedFont=Ha ez a be\u00e1ll\u00edt\u00e1s ki van kapcsolva, az FFDec nem fogja be\u00edrni az aktu\u00e1lis FFDec verzi\u00f3sz\u00e1m\u00e1t az export\u00e1lt bet\u0171t\u00edpus f\u00e1jlba. +config.name.gui.skin=Felhaszn\u00e1l\u00f3i fel\u00fclet b\u0151r +config.description.gui.skin=Kin\u00e9zet +config.name.lastSessionFiles=Utols\u00f3 munkamenet f\u00e1jljai +config.description.lastSessionFiles=Az legut\u00f3bbi munkamenetben megnyitott f\u00e1jlokat tartalmazza +config.name.lastSessionSelection=Utols\u00f3 munkamenet kiv\u00e1lasztott eleme +config.description.lastSessionSelection=Az legut\u00f3bbi munkamenetben kiv\u00e1lasztott elemet tartalmazza +config.name.loopMedia=Zen\u00e9k \u00e9s szpr\u00e1jtok +config.description.loopMedia=Aut\u00f3matikusan \u00fajraind\u00edtja a zen\u00e9k \u00e9s szpr\u00e1jtok lej\u00e1tsz\u00e1s\u00e1t +config.name.gui.timeLineSplitPane.dividerLocationPercent=(Internal) Timeline oszt\u00f3 helyzete +config.description.gui.timeLineSplitPane.dividerLocationPercent= +config.name.cacheImages=K\u00e9pek gyors\u00edt\u00f3t\u00e1rba helyez\u00e9se +config.description.cacheImages=A dek\u00f3dolt k\u00e9peket gyors\u00edt\u00f3t\u00e1rba helyezi +config.name.swfSpecificConfigs=SWF specifikus be\u00e1llt\u00e1sok +config.description.swfSpecificConfigs=Az SWF specifikus be\u00e1llt\u00e1sokat tartalmazza +config.name.exeExportMode=EXE export m\u00f3d +config.description.exeExportMode=EXE export m\u00f3d +config.name.ignoreCLikePackages=FlashCC / Alchemy vagy hasonl\u00f3 csomagok figyelmen k\u00edv\u00fcl hagy\u00e1sa +config.description.ignoreCLikePackages=FlashCC/Alchemy csomagok \u00e1ltal\u00e1ban nem ford\u00edthat\u00f3ak vissza hib\u00e1tlanul. Kikapcsolhatod hogy gyorsabban visszaford\u00edtsa a t\u00f6bbi csomagot. +config.name.overwriteExistingFiles=L\u00e9tez\u0151 f\u00e1jlok fel\u00fcl\u00edr\u00e1sa +config.description.overwriteExistingFiles=Fel\u00fcl\u00edrja a l\u00e9tez\u0151 f\u00e1jlokat export\u00e1l\u00e1s sor\u00e1n. Jelenleg csak az AS2/3 szkriptekre \u00e9rv\u00e9nyes +config.name.smartNumberFormatting=Okos sz\u00e1m form\u00e1z\u00e1s haszn\u00e1lata +config.description.smartNumberFormatting=A speci\u00e1lis sz\u00e1mokat (mint p\u00e9ld\u00e1ul sz\u00ednek \u00e9s id\u0151k) felismeri +config.name.enableScriptInitializerDisplay=(REMOVED) Szkript inicializ\u00e1l\u00f3k megjelen\u00edt\u00e9se +config.description.enableScriptInitializerDisplay=Enged\u00e9lyezi a szkript inicializ\u00e1l\u00f3k megjelen\u00edt\u00e9s\u00e9t \u00e9s szerkeszt\u00e9s\u00e9t. Ez a be\u00e1ll\u00edt\u00e1s hozz\u00e1adhat egy \u00faj sort minden oszt\u00e1lyhoz a kiemel\u00e9shez. +config.name.autoOpenLoadedSWFs=Fut\u00e1s k\u00f6zben bet\u00f6lt\u00f6tt SWF-ek megnyit\u00e1sa (K\u00fcls\u0151 n\u00e9z\u0151ke = Csak WIN) +config.description.autoOpenLoadedSWFs=Automatikusan megnyitja az \u00f6sszes AS3 oszt\u00e1ly bet\u00f6lt\u0151 \u00e1ltal bet\u00f6lt\u00f6tt SWF-t amikor az SWF-t az FFDec k\u00fcls\u0151 n\u00e9z\u0151k\u00e9j\u00e9ben j\u00e1tszuk le. Ez a funkci\u00f3 csak Windowon \u00e9rhet\u0151 el. +config.name.lastSessionFileTitles=Utols\u00f3 munkamenet f\u00e1jl c\u00edmei +config.description.lastSessionFileTitles=Tartalmazza az utols\u00f3 munkamenet megnyitott f\u00e1jljainak a c\u00edmeit (p\u00e9ld\u00e1ul amikor URL-r\u0151l lett megnyitva, stb.) +config.group.name.paths=\u00datvonalak +config.group.description.paths=A sz\u00fcks\u00e9ges f\u00e1jlok el\u00e9rhet\u0151s\u00e9gei #config.group.tip.paths = Ezeket a f\u00e1jlokat az Adobe honlapj\u00e1r\u00f3l t\u00f6ltheti le #TODO: translate again: -config.group.tip.paths = Download projector and Playerglobal on adobe webpage. Flex SDK can be downloaded on apache web. -config.group.link.paths = https://web.archive.org/web/20220401020702/https://www.adobe.com/support/flashplayer/debug_downloads.html https://flex.apache.org/download-binaries.html - -config.name.playerLocation = 1) Flash Player projector \u00fatvonal -config.description.playerLocation = Standalone flash player helye. A Futtat\u00e1shoz sz\u00fcks\u00e9ges. - -config.name.playerDebugLocation = 2) Flash Player projector content debugger \u00fatvonal -config.description.playerDebugLocation = standalone debug flash player helye. A Hibakere\u00e9s\u00e9hez sz\u00fcks\u00e9ges. - -config.name.playerLibLocation = 3) PlayerGlobal (.swc) \u00fatvonal -config.description.playerLibLocation = playerglobal.swc flash player library helye. Az AS3 ford\u00edt\u00e1skor van haszn\u00e1lva. - -config.name.debugHalt = Futtat\u00e1s felf\u00fcggeszt\u00e9se a hibakeres\u00e9s ind\u00edt\u00e1sakor -config.description.debugHalt = Sz\u00fcnetelteti az SWF futtat\u00e1s\u00e1t a hibakeres\u00e9s ind\u00edt\u00e1sakor. - -config.name.gui.avm2.splitPane.vars.dividerLocationPercent = (Internal) Hibakeres\u00e9si men\u00fc splitter poz\u00edci\u00f3 -config.description.gui.avm2.splitPane.vars.dividerLocationPercent = - -tip = Tipp: - -config.name.gui.action.splitPane.vars.dividerLocationPercent = (Internal) AS1/2 Hibakeres\u00e9si men\u00fc splitter poz\u00edci\u00f3 -config.description.gui.action.splitPane.vars.dividerLocationPercent = - -config.name.setMovieDelay = V\u00e1rakoz\u00e1s miel\u0151tt v\u00e1ltja az SWF-et external player eset\u00e9n (ms) -config.description.setMovieDelay = Nem aj\u00e1nlott ezt az \u00e9rt\u00e9ket 1000ms-t\u0151l kissebre \u00e1ll\u00edtani - -config.name.warning.svgImport = Figyelmeztet\u00e9s SVG import\u00e1l\u00e1skor -config.description.warning.svgImport = - -config.name.shapeImport.useNonSmoothedFill = Non-smoothed kit\u00f6lt\u00e9s haszn\u00e1lata amikor a shape-et egy k\u00e9ppel cser\u00e9li -config.description.shapeImport.useNonSmoothedFill = - -config.name.internalFlashViewer.execute.as12 = AS1/2 a saj\u00e1t flash n\u00e9z\u0151k\u00e9ben (K\u00eds\u00e9rleti) -config.description.internalFlashViewer.execute.as12 = Megpr\u00f3b\u00e1lja futtatni az ActionScript 1/2 szkripteket az SWF lej\u00e1tsz\u00e1sakor az FFDec flash n\u00e9z\u0151k\u00e9t haszn\u00e1lva - -config.name.warning.hexViewNotUpToDate = Hexa N\u00e9zet nem friss figyelmeztet\u00e9s mutat\u00e1sa -config.description.warning.hexViewNotUpToDate = - -config.name.displayDupInstructions = \u00a7\u00a7dup utas\u00edt\u00e1sok mutat\u00e1sa -config.description.displayDupInstructions = Megjelen\u00edti a \u00a7\u00a7dup utas\u00edt\u00e1sokat a k\u00f3dban. N\u00e9lk\u00fcl\u00fck a k\u00f3d k\u00f6nnyen leford\u00edthat\u00f3, de n\u00e9h\u00e1ny mell\u00e9khat\u00e1sokkal rendelkez\u0151 duplik\u00e1lt k\u00f3d t\u00f6bbsz\u00f6r is lefuthat. - -config.name.useRegExprLiteral = RegExp visszaford\u00edt\u00e1sa /pattern/mod form\u00e1ban. -config.description.useRegExprLiteral = /pattern/mod szintaxis haszn\u00e1lata a regul\u00e1ris kifejez\u00e9sek visszaford\u00edt\u00e1sakor. Egy\u00e9bk\u00e9nt a new RegExp("pat","mod") forma lesz haszn\u00e1lva - -config.name.handleSkinPartsAutomatically = [SkinPart] metadata automatikus kezel\u00e9se -config.description.handleSkinPartsAutomatically = Visszaford\u00edtja \u00e9s k\u00f6zvetlen\u00fcl szerkesztheti automatikusan a [SkinPart] metaadatokat. Amikor ki van kapcsolva a _skinParts attributum \u00e9s a gettere l\u00e1that\u00f3 \u00e9s manu\u00e1lisan szerkeszthet\u0151. - -config.name.simplifyExpressions = Kifejez\u00e9sek egyszer\u0171s\u00edt\u00e9se -config.description.simplifyExpressions = Ki\u00e9rt\u00e9keli \u00e9s egyszer\u0171s\u00edti a kifejez\u00e9seket a k\u00f3d k\u00f6nnyebb olvashat\u00f3s\u00e1ga \u00e9rdek\u00e9ben - -config.name.resetLetterSpacingOnTextImport = Bet\u0171k\u00f6z alaphelyzetbe \u00e1ll\u00edt\u00e1sa sz\u00f6veg import\u00e1l\u00e1skor -config.description.resetLetterSpacingOnTextImport = Cirill bez\u0171kh\u00f6z hasznos, mert azok sz\u00e9lesebbek +config.group.tip.paths=Download projector and Playerglobal on adobe webpage. Flex SDK can be downloaded on apache web. +config.group.link.paths=https://web.archive.org/web/20220401020702/https://www.adobe.com/support/flashplayer/debug_downloads.html https://flex.apache.org/download-binaries.html +config.name.playerLocation=1) Flash Player projector \u00fatvonal +config.description.playerLocation=Standalone flash player helye. A Futtat\u00e1shoz sz\u00fcks\u00e9ges. +config.name.playerDebugLocation=2) Flash Player projector content debugger \u00fatvonal +config.description.playerDebugLocation=standalone debug flash player helye. A Hibakere\u00e9s\u00e9hez sz\u00fcks\u00e9ges. +config.name.playerLibLocation=3) PlayerGlobal (.swc) \u00fatvonal +config.description.playerLibLocation=playerglobal.swc flash player library helye. Az AS3 ford\u00edt\u00e1skor van haszn\u00e1lva. +config.name.debugHalt=Futtat\u00e1s felf\u00fcggeszt\u00e9se a hibakeres\u00e9s ind\u00edt\u00e1sakor +config.description.debugHalt=Sz\u00fcnetelteti az SWF futtat\u00e1s\u00e1t a hibakeres\u00e9s ind\u00edt\u00e1sakor. +config.name.gui.avm2.splitPane.vars.dividerLocationPercent=(Internal) Hibakeres\u00e9si men\u00fc splitter poz\u00edci\u00f3 +config.description.gui.avm2.splitPane.vars.dividerLocationPercent= +tip=Tipp: +config.name.gui.action.splitPane.vars.dividerLocationPercent=(Internal) AS1/2 Hibakeres\u00e9si men\u00fc splitter poz\u00edci\u00f3 +config.description.gui.action.splitPane.vars.dividerLocationPercent= +config.name.setMovieDelay=V\u00e1rakoz\u00e1s miel\u0151tt v\u00e1ltja az SWF-et external player eset\u00e9n (ms) +config.description.setMovieDelay=Nem aj\u00e1nlott ezt az \u00e9rt\u00e9ket 1000ms-t\u0151l kissebre \u00e1ll\u00edtani +config.name.warning.svgImport=Figyelmeztet\u00e9s SVG import\u00e1l\u00e1skor +config.description.warning.svgImport= +config.name.shapeImport.useNonSmoothedFill=Non-smoothed kit\u00f6lt\u00e9s haszn\u00e1lata amikor a shape-et egy k\u00e9ppel cser\u00e9li +config.description.shapeImport.useNonSmoothedFill= +config.name.internalFlashViewer.execute.as12=AS1/2 a saj\u00e1t flash n\u00e9z\u0151k\u00e9ben (K\u00eds\u00e9rleti) +config.description.internalFlashViewer.execute.as12=Megpr\u00f3b\u00e1lja futtatni az ActionScript 1/2 szkripteket az SWF lej\u00e1tsz\u00e1sakor az FFDec flash n\u00e9z\u0151k\u00e9t haszn\u00e1lva +config.name.warning.hexViewNotUpToDate=Hexa N\u00e9zet nem friss figyelmeztet\u00e9s mutat\u00e1sa +config.description.warning.hexViewNotUpToDate= +config.name.displayDupInstructions=\u00a7\u00a7dup utas\u00edt\u00e1sok mutat\u00e1sa +config.description.displayDupInstructions=Megjelen\u00edti a \u00a7\u00a7dup utas\u00edt\u00e1sokat a k\u00f3dban. N\u00e9lk\u00fcl\u00fck a k\u00f3d k\u00f6nnyen leford\u00edthat\u00f3, de n\u00e9h\u00e1ny mell\u00e9khat\u00e1sokkal rendelkez\u0151 duplik\u00e1lt k\u00f3d t\u00f6bbsz\u00f6r is lefuthat. +config.name.useRegExprLiteral=RegExp visszaford\u00edt\u00e1sa /pattern/mod form\u00e1ban. +config.description.useRegExprLiteral=/pattern/mod szintaxis haszn\u00e1lata a regul\u00e1ris kifejez\u00e9sek visszaford\u00edt\u00e1sakor. Egy\u00e9bk\u00e9nt a new RegExp("pat","mod") forma lesz haszn\u00e1lva +config.name.handleSkinPartsAutomatically=[SkinPart] metadata automatikus kezel\u00e9se +config.description.handleSkinPartsAutomatically=Visszaford\u00edtja \u00e9s k\u00f6zvetlen\u00fcl szerkesztheti automatikusan a [SkinPart] metaadatokat. Amikor ki van kapcsolva a _skinParts attributum \u00e9s a gettere l\u00e1that\u00f3 \u00e9s manu\u00e1lisan szerkeszthet\u0151. +config.name.simplifyExpressions=Kifejez\u00e9sek egyszer\u0171s\u00edt\u00e9se +config.description.simplifyExpressions=Ki\u00e9rt\u00e9keli \u00e9s egyszer\u0171s\u00edti a kifejez\u00e9seket a k\u00f3d k\u00f6nnyebb olvashat\u00f3s\u00e1ga \u00e9rdek\u00e9ben +config.name.resetLetterSpacingOnTextImport=Bet\u0171k\u00f6z alaphelyzetbe \u00e1ll\u00edt\u00e1sa sz\u00f6veg import\u00e1l\u00e1skor +config.description.resetLetterSpacingOnTextImport=Cirill bez\u0171kh\u00f6z hasznos, mert azok sz\u00e9lesebbek diff --git a/src/com/jpexs/decompiler/flash/gui/locales/AdvancedSettingsDialog_it.properties b/src/com/jpexs/decompiler/flash/gui/locales/AdvancedSettingsDialog_it.properties index 185dbd985..d7eea9bf1 100644 --- a/src/com/jpexs/decompiler/flash/gui/locales/AdvancedSettingsDialog_it.properties +++ b/src/com/jpexs/decompiler/flash/gui/locales/AdvancedSettingsDialog_it.properties @@ -12,424 +12,286 @@ # # You should have received a copy of the GNU General Public License # along with this program. If not, see . - -advancedSettings.dialog.title = Impostazioni avanzate -advancedSettings.restartConfirmation = Occorre riavviare il programma perch\u00e9 alcune modifiche abbiano effetto. Riavviare ora? -advancedSettings.columns.name = Nome -advancedSettings.columns.value = Valore -advancedSettings.columns.description = Descrizione -default = predefinito - -config.group.name.export = Esportazione -config.group.description.export = Impostazioni di esportazione - -config.group.name.script = Script -config.group.description.script = Relativi alla decompilazione ActionScript - -config.group.name.update = Aggiornamenti -config.group.description.update = Controllo aggiornamenti - -config.group.name.format = Formattazione -config.group.description.format = Formattazione del codice ActionScript - -config.group.name.limit = Limiti -config.group.description.limit = Limiti nella decompilazione di codice offuscato, ecc. - -config.group.name.ui = Interfaccia -config.group.description.ui = Configurazione interfaccia utente - -config.group.name.debug = Debug -config.group.description.debug = Opzioni di debug - -config.group.name.display = Visualizzazione -config.group.description.display = Visualizzazione oggetti Flash, ecc. - -config.group.name.decompilation = Decompilazione -config.group.description.decompilation = Funzioni globali legate alla decompilazione - -config.group.name.other = Varie -config.group.description.other = Altre impostazioni - -config.name.openMultipleFiles = Apertura file multipli -config.description.openMultipleFiles = Permette di aprire pi\u00f9 file contemporaneamente nella stessa finestra - -config.name.decompile = Visualizza sorgenti ActionScript -config.description.decompile = Disattivando la decompilazione AS viene visualizzato solo il P-code - -config.name.dumpView = Visualizza hex dump -config.description.dumpView = Mostra listato esadecimale dei byte nel file - -config.name.useHexColorFormat = Formato esadecimale per i colori -config.description.useHexColorFormat = Presenta i colori in formato esadecimale - -config.name.parallelSpeedUp = Elaborazione in parallelo -config.description.parallelSpeedUp = Il parallelismo pu\u00f2 ridurre i tempi di decompilazione - -config.name.parallelSpeedUpThreadCount = Numero di thread -config.description.parallelSpeedUpThreadCount = Numero di thread in esecuzione parallela - -config.name.autoDeobfuscate = Deoffuscamento automatico -config.description.autoDeobfuscate = Tenta il deoffuscamento su ogni file prima della decompilazione ActionScript - -config.name.cacheOnDisk = Utilizza cache su disco -config.description.cacheOnDisk = Memorizza le parti decompilate su disco anzich\u00e9 in memoria - -config.name.internalFlashViewer = Utilizza visualizzatore Flash incorporato -config.description.internalFlashViewer = Utilizza JPEXS Flash Viewer invece del Flash Player standard per visualizzare le parti in Flash - -config.name.gotoMainClassOnStartup = Vai alla classe principale all'avvio (AS3) -config.description.gotoMainClassOnStartup = Passa alla classe documento del file AS3 all'apertura del SWF - -config.name.autoRenameIdentifiers = Autorinomina degli identificatori -config.description.autoRenameIdentifiers = Rinomina identificatori non validi al caricamento del SWF - -config.name.offeredAssociation = (Interno) Associazione con file SWF visualizzato -config.description.offeredAssociation = Finestra di dialogo gi\u00e0 visualizzata - -config.name.decimalAddress = Mostra indirizzi in decimale -config.description.decimalAddress = Usa indirizzi in base 10 (dec) invece che in base 16 (hex) - -config.name.showAllAddresses = Mostra tutti gli indirizzi -config.description.showAllAddresses = Visualizza tutti gli indirizzi di istruzioni ActionScript - -config.name.useFrameCache = Usa frame cache -config.description.useFrameCache = Fare caching dei frame prima di ridisegnarli - -config.name.useRibbonInterface = Interfaccia con menu multifunzione (Ribbon) -config.description.useRibbonInterface = Deselezionare per usare la GUI classica - -config.name.openFolderAfterFlaExport = Apri cartella dopo l'esportazione FLA -config.description.openFolderAfterFlaExport = Visualizza cartella di output dopo l'esportazione FLA - -config.name.useDetailedLogging = Log dettagliato -config.description.useDetailedLogging = Log dettagliato dei messaggi di errore e di informazioni a scopo diagnostico - -config.name._debugMode = FFDec in modalit\u00e0 diagnostica -config.description._debugMode = Modalit\u00e0 diagnostica per FFDec. Attiva il menu Debug. Non riguarda la funzionalita di debug - -config.name.resolveConstants = Risolvere le costanti nel P-code AS1/2 -config.description.resolveConstants = Disattivare per mostrare 'constantxx' invece dei valori effettivi nella vista P-code - -config.name.sublimiter = Limite su subroutine -config.description.sublimiter = Limite su subroutine per codice offuscato. - -config.name.exportTimeout = Tempo massimo di esportazione (secondi) -config.description.exportTimeout = Il decompilatore interromper\u00e0 l'esportazione dopo questo tempo - -config.name.decompilationTimeoutFile = Tempo massimo di decompilazione per file (secondi) -config.description.decompilationTimeoutFile = Il decompilatore interromper\u00e0 la decompilazione ActionScript dopo questo tempo per un singolo file - -config.name.paramNamesEnable = Abilita nomi di parametro in AS3 -config.description.paramNamesEnable = Utilizzare i nomi di parametro nella decompilazione pu\u00f2 causare problemi poich\u00e9 programmi ufficiali come Flash CS 5.5 generano indici di nome errati - -config.name.displayFileName = Mostra nome SWF nel titolo della finestra -config.description.displayFileName = Visualizza nome/URL del file SWF nel titolo (\u00e8 possibile fare screenshot) - -config.name._debugCopy = Diagnostica ricompilazione FFDec -config.description._debugCopy = Prova a ricompilare il file SWF subito dopo l'apertura per garantire che generi lo stesso codice binario. Da usare SOLO per la diagnostica di FFDec! - -config.name.dumpTags = Dump dei tag su console -config.description.dumpTags = Scrive i tag su console alla lettura del file SWF - -config.name.decompilationTimeoutSingleMethod = AS3: Tempo massimo di decompilazione per singolo metodo (secondi) -config.description.decompilationTimeoutSingleMethod = Il decompilatore interromper\u00e0 la decompilazione ActionScript dopo questo tempo per un singolo metodo - -config.name.lastRenameType = (Interno) Ultimo tipo di rinomina -config.description.lastRenameType = Ultimo tipo di rinomina identificatore utilizzato - -config.name.lastSaveDir = (Interno) Ultima cartella di salvataggio -config.description.lastSaveDir = Ultima directory di salvataggio usata - -config.name.lastOpenDir = (Interno) Ultima cartella aperta -config.description.lastOpenDir = Ultima directory aperta utilizzata - -config.name.lastExportDir = (Interno) Ultima cartella di esportazione -config.description.lastExportDir = Ultima directory di esportazione usata - -config.name.locale = Lingua -config.description.locale = Identificatore per la localizzazione - -config.name.registerNameFormat = Formato delle variabili di registro -config.description.registerNameFormat = Formato nome delle variabili registro locali. Utilizzare %d per specificare il numero di registro. - -config.name.maxRecentFileCount = Limite elenco file recenti -config.description.maxRecentFileCount = Numero massimo di file recenti - -config.name.recentFiles = (Interno) File recenti -config.description.recentFiles = File aperti di recente - -config.name.fontPairingMap = (Interno) Coppie di font per l'importazione -config.description.fontPairingMap = Coppie di font per l'importazione di nuovi caratteri - -config.name.lastUpdatesCheckDate = (Interno) Data ultimo controllo aggiornamenti -config.description.lastUpdatesCheckDate = Data ultimo controllo aggiornamenti su server - -config.name.gui.window.width = (Interno) Ultima larghezza finestra -config.description.gui.window.width = Ultima larghezza salvata della finestra - -config.name.gui.window.height = (Interno) Ultima altezza della finestra -config.description.gui.window.height = Ultima altezza della finestra salvata - -config.name.gui.window.maximized.horizontal = (Interno) Finestra ingrandita orizzontalmente -config.description.gui.window.maximized.horizontal = Ultima stato della finestra - massimizzata orizzontalmente - -config.name.gui.window.maximized.vertical = (Interno) Finestra ingrandita verticalmente -config.description.gui.window.maximized.vertical = Ultima stato della finestra - massimizzata verticalmente - -config.name.gui.avm2.splitPane.dividerLocationPercent = (Interno) Posizione divisorio AS3 -config.description.gui.avm2.splitPane.dividerLocationPercent = - -config.name.gui.actionSplitPane.dividerLocationPercent = (Interno) Posizione divisorio AS1/2 -config.description.gui.actionSplitPane.dividerLocationPercent = - -config.name.gui.previewSplitPane.dividerLocationPercent = (Interno) Posizione divisorio dell'anteprima -config.description.gui.previewSplitPane.dividerLocationPercent = - -config.name.gui.splitPane1.dividerLocationPercent = (Interno) Posizione 1 divisorio -config.description.gui.splitPane1.dividerLocationPercent = - -config.name.gui.splitPane2.dividerLocationPercent = (Interno) Posizione 2 divisorio -config.description.gui.splitPane2.dividerLocationPercent = - -config.name.saveAsExeScaleMode = Modalit\u00e0 scala per creazione EXE -config.description.saveAsExeScaleMode = Modalit\u00e0 di scala per esportazione EXE - -config.name.syntaxHighlightLimit = Numero massimo caratteri evidenziamento sintassi -config.description.syntaxHighlightLimit = Numero massimo di caratteri su cui eseguire evidenziamento sintattico - -config.name.guiFontPreviewSampleText = (Interno) Ultimo testo di esempio per anteprima font -config.description.guiFontPreviewSampleText = Indice lista ultimo testo di esempio per anteprima font - -config.name.gui.fontPreviewWindow.width = (Interno) Ultima larghezza finestra di anteprima font -config.description.gui.fontPreviewWindow.width = - -config.name.gui.fontPreviewWindow.height = (Interno) Ultima altezza finestra di anteprima font -config.description.gui.fontPreviewWindow.height = - -config.name.gui.fontPreviewWindow.posX = (Interno) Ultima ascissa X finestra di anteprima font -config.description.gui.fontPreviewWindow.posX = - -config.name.gui.fontPreviewWindow.posY = (Interno) Ultima ordinata Y finestra di anteprima font -config.description.gui.fontPreviewWindow.posY = - -config.name.formatting.indent.size = Numero caratteri per indentazione -config.description.formatting.indent.size = Numero di spazi (o tab) per un rientro - -config.name.formatting.indent.useTabs = Indentare con tab -config.description.formatting.indent.useTabs = Utilizzare tab invece degli spazi per l'indentazione - -config.name.beginBlockOnNewLine = Parentesi graffa su riga successiva -config.description.beginBlockOnNewLine = Iniziare un blocco di parentesi graffe dopo un a-capo - -config.name.check.updates.delay = Intervallo tra controllo aggiornamenti -config.description.check.updates.delay = Tempo minimo tra controlli automatici per aggiornamenti all'avvio - -config.name.check.updates.stable = Cercare versioni stabili -config.description.check.updates.stable = Cercare aggiornamenti di versione stabili - -config.name.check.updates.nightly = Cercare versioni di sviluppo (nightly) -config.description.check.updates.nightly = Controllo aggiornamenti per versioni di sviluppo - -config.name.check.updates.enabled = Attiva controllo aggiornamenti -config.description.check.updates.enabled = Controllo aggiornamenti automatico all'avvio - -config.name.export.formats = (Interno) Formati di esportazione -config.description.export.formats = Ultimi formati di esportazione utilizzati - -config.name.textExportSingleFile = Esportare i testi in un file unico -config.description.textExportSingleFile = Esporta testi verso un file unico invece che diversi - -config.name.textExportSingleFileSeparator = Separatore di testo per esportazione test verso file unico -config.description.textExportSingleFileSeparator = Stringa da inserire tra i testi nel file di esportazione - -config.name.textExportSingleFileRecordSeparator = Separatore di record nel file unico di esportazione testo -config.description.textExportSingleFileRecordSeparator = Stringa da inserire tra i record di testo nel file di esportazione - -config.name.warning.experimental.as12edit = Avvisa su modifiche dirette AS1/2 -config.description.warning.experimental.as12edit = Mostra avviso su modifica diretta sperimentale ad AS1/2 - -config.name.warning.experimental.as3edit = Avvisa su modifiche dirette AS3 -config.description.warning.experimental.as3edit = Mostra avviso su modifica diretta sperimentale AS3 - -config.name.packJavaScripts = Compatta il codice JavaScript -config.description.packJavaScripts = Esegue il JavaScript packer su script creati su esportazione del canvas. - -config.name.textExportExportFontFace = Utilizzare font-face nell'esportazione SVG -config.description.textExportExportFontFace = Incorpora font in SVG utilizzando font-face invece che le forme - -config.name.lzmaFastBytes = Byte LZMA veloci (valori validi: 5-255) -config.description.lzmaFastBytes = Parametro byte veloci del codificatore LZMA - -config.name.pluginPath = Percorso Plugin -config.description.pluginPath = - - -config.name.showMethodBodyId = Mostra id corpo del metodo -config.description.showMethodBodyId = Mostra id del corpo del metodo per importazione da riga di comando - -config.name.export.zoom = (Interno) Zoom per esportazione -config.description.export.zoom = Ultimo zoom usato per l'esportazione - -config.name.debuggerPort = Porta del debugger -config.description.debuggerPort = Numero di porta usato per il socket debugging - -config.name.displayDebuggerInfo = (Interno) Mostra info debugger -config.description.displayDebuggerInfo = Visualizzare informazioni sul debugger prima di attivarlo - -config.name.randomDebuggerPackage = Utilizzare un nome package casuale per il Debugger -config.description.randomDebuggerPackage = Rinomina casualmente il package del Debugger per meglio occultare la sua presenza al codice ActionScript - -config.name.lastDebuggerReplaceFunction = (Interno) Ultima sostituzione di trace selezionata -config.description.lastDebuggerReplaceFunction = Nome dell'ultima funzione selezionata per sostituire la funzione di trace con debugger - -config.name.getLocalNamesFromDebugInfo = AS3: Prendere i nomi di registro locali dalle informazioni di debug -config.description.getLocalNamesFromDebugInfo = Se sono presenti informazioni di debug, rinomina i registri locali da _loc_x_ ai nomi reali.\r\nQuesto pu\u00f2 essere disattivato perch\u00e9 alcuni offuscatori usano nomi di registro non validi. - -config.name.tagTreeShowEmptyFolders = Visualizza cartelle vuote -config.description.tagTreeShowEmptyFolders = Visualizza cartelle vuote nell'albero dei tag - -config.name.autoLoadEmbeddedSwfs = Caricamento automatico SWF incorporati -config.description.autoLoadEmbeddedSwfs = Carica in automatico i file SWF incorporati con i tag DefineBinaryData - -config.name.overrideTextExportFileName = Personalizza nome file di esportazione testo -config.description.overrideTextExportFileName = \u00c8 possibile personalizzare il nome del file di testo esportato.\r\nUsare il segnaposto {filename} per indicare il nome del file SWF corrente - -config.name.showOldTextDuringTextEditing = Mostra vecchio testo durante la modifica -config.description.showOldTextDuringTextEditing = Mostra il testo originale della variabile in grigio nell'area di anteprima - -config.group.name.import = Importazione -config.group.description.import = Impostazioni di importazione - -config.name.textImportResizeTextBoundsMode = Modalit\u00e0 ridimensionamento margini di testo -config.description.textImportResizeTextBoundsMode = Modalit\u00e0 ridimensionamento limiti di testo dopo la modifica del testo - -config.name.showCloseConfirmation = Mostra conferma chiusura SWF -config.description.showCloseConfirmation = Mostra conferma chiusura SWF per i file modificati. - -config.name.showCodeSavedMessage = Mostra avviso salvataggio codice -config.description.showCodeSavedMessage = Mostra avviso salvataggio codice - -config.name.showTraitSavedMessage = Mostra avviso salvataggio trait -config.description.showTraitSavedMessage = Mostra avviso salvataggio trait - -config.name.updateProxyAddress = Indirizzo http proxy per il controllo degli aggiornamenti -config.description.updateProxyAddress = Indirizzo http proxy per il controllo degli aggiornamenti. Formato: example.com:8080 - -config.name.editorMode = Modalit\u00e0 editor -config.description.editorMode = Rende modificabili le aree di testo in automatico alla selezione di un nodo text o script - -config.name.autoSaveTagModifications = Salvataggio automatico modifiche ai tag -config.description.autoSaveTagModifications = Salva le modifiche quando si seleziona un nuovo tag nella struttura - -config.name.saveSessionOnExit = Salva sessione in uscita -config.description.saveSessionOnExit = Salva la sessione corrente e la riapre dopo il riavvio di FFDec (funziona solo con file reali) - -config.name._showDebugMenu = Mostra il menu diagnostico di FFDec -config.description._showDebugMenu = Mostra il menu Debug nel Ribbon per la diagnostica del decompilatore. - -config.name.allowOnlyOneInstance = Permetti una sola istanza di FFDec (sotto Windows) -config.description.allowOnlyOneInstance = FFDec pu\u00f2 essere avviato solo una volta, tutti i file aperti verranno aggiunti alla stessa finestra.\nFunziona solo sotto sistema operativo Windows - -config.name.scriptExportSingleFile = Esporta script verso un unico file -config.description.scriptExportSingleFile = Esportazione script verso un unico file invece che file multipli - -config.name.setFFDecVersionInExportedFont = Imposta il numero di versione di FFDec nel font esportato -config.description.setFFDecVersionInExportedFont = Disattivando questa impostazione FFDec non aggiunge il numero di versione di FFDec al font esportato. - -config.name.gui.skin = Aspetto interfaccia utente -config.description.gui.skin = Aspetto - -config.name.lastSessionFiles = File ultima sessione -config.description.lastSessionFiles = Contiene i file aperti nell'ultima sessione - -config.name.lastSessionSelection = Selezione ultima sessione -config.description.lastSessionSelection = Contiene la selezione dell'ultima sessione - -config.name.loopMedia = Riproduzione ciclica suoni e sprite -config.description.loopMedia = Riproduce ciclicamente audio e animazioni - -config.name.gui.timeLineSplitPane.dividerLocationPercent = (Interno) Posizione divisorio del timeline -config.description.gui.timeLineSplitPane.dividerLocationPercent = - -config.name.cacheImages = Cache immagini -config.description.cacheImages = Caching degli oggetti immagine decodificati - -config.name.swfSpecificConfigs = Configurazioni specifiche SWF -config.description.swfSpecificConfigs = Contiene le configurazioni specifiche agli SWF - -config.name.exeExportMode = Modalit\u00e0 di esportazione EXE -config.description.exeExportMode = Modalit\u00e0 di esportazione EXE - -config.name.ignoreCLikePackages = Ignora FlashCC / Alchemy o package simili -config.description.ignoreCLikePackages = I package FlashCC / Alchemy non possono solitamente essere decompilati correttamente.\r\n\u00c8 possibile disattivarli per velocizzare la decompilazione di altri package. - -config.name.overwriteExistingFiles = Sovrascrivere i file esistenti -config.description.overwriteExistingFiles = Sovrascrivere i file esistenti durante l'esportazione. Attualmente solo per script AS2/3 - -config.name.smartNumberFormatting = Usa formattazione intelligente dei numeri -config.description.smartNumberFormatting = Formatta numeri speciali (ad esempio colori e istanti temporali) - -config.name.enableScriptInitializerDisplay = (REMOVED) Visualizza inizializzatori script -config.description.enableScriptInitializerDisplay = Abilita inizializzatori script e modifiche. Questa impostazione pu\u00f2 aggiungere un accapo a ciascuna classe per evidenziare. - -config.name.autoOpenLoadedSWFs = Apri SWF caricati durante l'esecuzione (visualizzatore esterno = solo su Windows) -config.description.autoOpenLoadedSWFs = Apri in automatico tutti gli SWF caricati dalla classe AS3 Loader eseguendo lo SWF quando riprodotto nel player esterno di FFDec. Disponibile solo su Windows. - -config.name.lastSessionFileTitles = Titoli file ultima sessione -config.description.lastSessionFileTitles = Contiene i titoli dei file aperti nell'ultima sessione (ad es. quelli caricati da URL ecc.) - -config.group.name.paths = Percorsi -config.group.description.paths = Ubicazione dei file richiesti +advancedSettings.dialog.title=Impostazioni avanzate +advancedSettings.restartConfirmation=Occorre riavviare il programma perch\u00e9 alcune modifiche abbiano effetto. Riavviare ora? +advancedSettings.columns.name=Nome +advancedSettings.columns.value=Valore +advancedSettings.columns.description=Descrizione +default=predefinito +config.group.name.export=Esportazione +config.group.description.export=Impostazioni di esportazione +config.group.name.script=Script +config.group.description.script=Relativi alla decompilazione ActionScript +config.group.name.update=Aggiornamenti +config.group.description.update=Controllo aggiornamenti +config.group.name.format=Formattazione +config.group.description.format=Formattazione del codice ActionScript +config.group.name.limit=Limiti +config.group.description.limit=Limiti nella decompilazione di codice offuscato, ecc. +config.group.name.ui=Interfaccia +config.group.description.ui=Configurazione interfaccia utente +config.group.name.debug=Debug +config.group.description.debug=Opzioni di debug +config.group.name.display=Visualizzazione +config.group.description.display=Visualizzazione oggetti Flash, ecc. +config.group.name.decompilation=Decompilazione +config.group.description.decompilation=Funzioni globali legate alla decompilazione +config.group.name.other=Varie +config.group.description.other=Altre impostazioni +config.name.openMultipleFiles=Apertura file multipli +config.description.openMultipleFiles=Permette di aprire pi\u00f9 file contemporaneamente nella stessa finestra +config.name.decompile=Visualizza sorgenti ActionScript +config.description.decompile=Disattivando la decompilazione AS viene visualizzato solo il P-code +config.name.dumpView=Visualizza hex dump +config.description.dumpView=Mostra listato esadecimale dei byte nel file +config.name.useHexColorFormat=Formato esadecimale per i colori +config.description.useHexColorFormat=Presenta i colori in formato esadecimale +config.name.parallelSpeedUp=Elaborazione in parallelo +config.description.parallelSpeedUp=Il parallelismo pu\u00f2 ridurre i tempi di decompilazione +config.name.parallelSpeedUpThreadCount=Numero di thread +config.description.parallelSpeedUpThreadCount=Numero di thread in esecuzione parallela +config.name.autoDeobfuscate=Deoffuscamento automatico +config.description.autoDeobfuscate=Tenta il deoffuscamento su ogni file prima della decompilazione ActionScript +config.name.cacheOnDisk=Utilizza cache su disco +config.description.cacheOnDisk=Memorizza le parti decompilate su disco anzich\u00e9 in memoria +config.name.internalFlashViewer=Utilizza visualizzatore Flash incorporato +config.description.internalFlashViewer=Utilizza JPEXS Flash Viewer invece del Flash Player standard per visualizzare le parti in Flash +config.name.gotoMainClassOnStartup=Vai alla classe principale all'avvio (AS3) +config.description.gotoMainClassOnStartup=Passa alla classe documento del file AS3 all'apertura del SWF +config.name.autoRenameIdentifiers=Autorinomina degli identificatori +config.description.autoRenameIdentifiers=Rinomina identificatori non validi al caricamento del SWF +config.name.offeredAssociation=(Interno) Associazione con file SWF visualizzato +config.description.offeredAssociation=Finestra di dialogo gi\u00e0 visualizzata +config.name.decimalAddress=Mostra indirizzi in decimale +config.description.decimalAddress=Usa indirizzi in base 10 (dec) invece che in base 16 (hex) +config.name.showAllAddresses=Mostra tutti gli indirizzi +config.description.showAllAddresses=Visualizza tutti gli indirizzi di istruzioni ActionScript +config.name.useFrameCache=Usa frame cache +config.description.useFrameCache=Fare caching dei frame prima di ridisegnarli +config.name.useRibbonInterface=Interfaccia con menu multifunzione (Ribbon) +config.description.useRibbonInterface=Deselezionare per usare la GUI classica +config.name.openFolderAfterFlaExport=Apri cartella dopo l'esportazione FLA +config.description.openFolderAfterFlaExport=Visualizza cartella di output dopo l'esportazione FLA +config.name.useDetailedLogging=Log dettagliato +config.description.useDetailedLogging=Log dettagliato dei messaggi di errore e di informazioni a scopo diagnostico +config.name._debugMode=FFDec in modalit\u00e0 diagnostica +config.description._debugMode=Modalit\u00e0 diagnostica per FFDec. Attiva il menu Debug. Non riguarda la funzionalita di debug +config.name.resolveConstants=Risolvere le costanti nel P-code AS1/2 +config.description.resolveConstants=Disattivare per mostrare 'constantxx' invece dei valori effettivi nella vista P-code +config.name.sublimiter=Limite su subroutine +config.description.sublimiter=Limite su subroutine per codice offuscato. +config.name.exportTimeout=Tempo massimo di esportazione (secondi) +config.description.exportTimeout=Il decompilatore interromper\u00e0 l'esportazione dopo questo tempo +config.name.decompilationTimeoutFile=Tempo massimo di decompilazione per file (secondi) +config.description.decompilationTimeoutFile=Il decompilatore interromper\u00e0 la decompilazione ActionScript dopo questo tempo per un singolo file +config.name.paramNamesEnable=Abilita nomi di parametro in AS3 +config.description.paramNamesEnable=Utilizzare i nomi di parametro nella decompilazione pu\u00f2 causare problemi poich\u00e9 programmi ufficiali come Flash CS 5.5 generano indici di nome errati +config.name.displayFileName=Mostra nome SWF nel titolo della finestra +config.description.displayFileName=Visualizza nome/URL del file SWF nel titolo (\u00e8 possibile fare screenshot) +config.name._debugCopy=Diagnostica ricompilazione FFDec +config.description._debugCopy=Prova a ricompilare il file SWF subito dopo l'apertura per garantire che generi lo stesso codice binario. Da usare SOLO per la diagnostica di FFDec! +config.name.dumpTags=Dump dei tag su console +config.description.dumpTags=Scrive i tag su console alla lettura del file SWF +config.name.decompilationTimeoutSingleMethod=AS3: Tempo massimo di decompilazione per singolo metodo (secondi) +config.description.decompilationTimeoutSingleMethod=Il decompilatore interromper\u00e0 la decompilazione ActionScript dopo questo tempo per un singolo metodo +config.name.lastRenameType=(Interno) Ultimo tipo di rinomina +config.description.lastRenameType=Ultimo tipo di rinomina identificatore utilizzato +config.name.lastSaveDir=(Interno) Ultima cartella di salvataggio +config.description.lastSaveDir=Ultima directory di salvataggio usata +config.name.lastOpenDir=(Interno) Ultima cartella aperta +config.description.lastOpenDir=Ultima directory aperta utilizzata +config.name.lastExportDir=(Interno) Ultima cartella di esportazione +config.description.lastExportDir=Ultima directory di esportazione usata +config.name.locale=Lingua +config.description.locale=Identificatore per la localizzazione +config.name.registerNameFormat=Formato delle variabili di registro +config.description.registerNameFormat=Formato nome delle variabili registro locali. Utilizzare %d per specificare il numero di registro. +config.name.maxRecentFileCount=Limite elenco file recenti +config.description.maxRecentFileCount=Numero massimo di file recenti +config.name.recentFiles=(Interno) File recenti +config.description.recentFiles=File aperti di recente +config.name.fontPairingMap=(Interno) Coppie di font per l'importazione +config.description.fontPairingMap=Coppie di font per l'importazione di nuovi caratteri +config.name.lastUpdatesCheckDate=(Interno) Data ultimo controllo aggiornamenti +config.description.lastUpdatesCheckDate=Data ultimo controllo aggiornamenti su server +config.name.gui.window.width=(Interno) Ultima larghezza finestra +config.description.gui.window.width=Ultima larghezza salvata della finestra +config.name.gui.window.height=(Interno) Ultima altezza della finestra +config.description.gui.window.height=Ultima altezza della finestra salvata +config.name.gui.window.maximized.horizontal=(Interno) Finestra ingrandita orizzontalmente +config.description.gui.window.maximized.horizontal=Ultima stato della finestra - massimizzata orizzontalmente +config.name.gui.window.maximized.vertical=(Interno) Finestra ingrandita verticalmente +config.description.gui.window.maximized.vertical=Ultima stato della finestra - massimizzata verticalmente +config.name.gui.avm2.splitPane.dividerLocationPercent=(Interno) Posizione divisorio AS3 +config.description.gui.avm2.splitPane.dividerLocationPercent= +config.name.gui.actionSplitPane.dividerLocationPercent=(Interno) Posizione divisorio AS1/2 +config.description.gui.actionSplitPane.dividerLocationPercent= +config.name.gui.previewSplitPane.dividerLocationPercent=(Interno) Posizione divisorio dell'anteprima +config.description.gui.previewSplitPane.dividerLocationPercent= +config.name.gui.splitPane1.dividerLocationPercent=(Interno) Posizione 1 divisorio +config.description.gui.splitPane1.dividerLocationPercent= +config.name.gui.splitPane2.dividerLocationPercent=(Interno) Posizione 2 divisorio +config.description.gui.splitPane2.dividerLocationPercent= +config.name.saveAsExeScaleMode=Modalit\u00e0 scala per creazione EXE +config.description.saveAsExeScaleMode=Modalit\u00e0 di scala per esportazione EXE +config.name.syntaxHighlightLimit=Numero massimo caratteri evidenziamento sintassi +config.description.syntaxHighlightLimit=Numero massimo di caratteri su cui eseguire evidenziamento sintattico +config.name.guiFontPreviewSampleText=(Interno) Ultimo testo di esempio per anteprima font +config.description.guiFontPreviewSampleText=Indice lista ultimo testo di esempio per anteprima font +config.name.gui.fontPreviewWindow.width=(Interno) Ultima larghezza finestra di anteprima font +config.description.gui.fontPreviewWindow.width= +config.name.gui.fontPreviewWindow.height=(Interno) Ultima altezza finestra di anteprima font +config.description.gui.fontPreviewWindow.height= +config.name.gui.fontPreviewWindow.posX=(Interno) Ultima ascissa X finestra di anteprima font +config.description.gui.fontPreviewWindow.posX= +config.name.gui.fontPreviewWindow.posY=(Interno) Ultima ordinata Y finestra di anteprima font +config.description.gui.fontPreviewWindow.posY= +config.name.formatting.indent.size=Numero caratteri per indentazione +config.description.formatting.indent.size=Numero di spazi (o tab) per un rientro +config.name.formatting.indent.useTabs=Indentare con tab +config.description.formatting.indent.useTabs=Utilizzare tab invece degli spazi per l'indentazione +config.name.beginBlockOnNewLine=Parentesi graffa su riga successiva +config.description.beginBlockOnNewLine=Iniziare un blocco di parentesi graffe dopo un a-capo +config.name.check.updates.delay=Intervallo tra controllo aggiornamenti +config.description.check.updates.delay=Tempo minimo tra controlli automatici per aggiornamenti all'avvio +config.name.check.updates.stable=Cercare versioni stabili +config.description.check.updates.stable=Cercare aggiornamenti di versione stabili +config.name.check.updates.nightly=Cercare versioni di sviluppo (nightly) +config.description.check.updates.nightly=Controllo aggiornamenti per versioni di sviluppo +config.name.check.updates.enabled=Attiva controllo aggiornamenti +config.description.check.updates.enabled=Controllo aggiornamenti automatico all'avvio +config.name.export.formats=(Interno) Formati di esportazione +config.description.export.formats=Ultimi formati di esportazione utilizzati +config.name.textExportSingleFile=Esportare i testi in un file unico +config.description.textExportSingleFile=Esporta testi verso un file unico invece che diversi +config.name.textExportSingleFileSeparator=Separatore di testo per esportazione test verso file unico +config.description.textExportSingleFileSeparator=Stringa da inserire tra i testi nel file di esportazione +config.name.textExportSingleFileRecordSeparator=Separatore di record nel file unico di esportazione testo +config.description.textExportSingleFileRecordSeparator=Stringa da inserire tra i record di testo nel file di esportazione +config.name.warning.experimental.as12edit=Avvisa su modifiche dirette AS1/2 +config.description.warning.experimental.as12edit=Mostra avviso su modifica diretta sperimentale ad AS1/2 +config.name.warning.experimental.as3edit=Avvisa su modifiche dirette AS3 +config.description.warning.experimental.as3edit=Mostra avviso su modifica diretta sperimentale AS3 +config.name.packJavaScripts=Compatta il codice JavaScript +config.description.packJavaScripts=Esegue il JavaScript packer su script creati su esportazione del canvas. +config.name.textExportExportFontFace=Utilizzare font-face nell'esportazione SVG +config.description.textExportExportFontFace=Incorpora font in SVG utilizzando font-face invece che le forme +config.name.lzmaFastBytes=Byte LZMA veloci (valori validi: 5-255) +config.description.lzmaFastBytes=Parametro byte veloci del codificatore LZMA +config.name.pluginPath=Percorso Plugin +config.description.pluginPath=- +config.name.showMethodBodyId=Mostra id corpo del metodo +config.description.showMethodBodyId=Mostra id del corpo del metodo per importazione da riga di comando +config.name.export.zoom=(Interno) Zoom per esportazione +config.description.export.zoom=Ultimo zoom usato per l'esportazione +config.name.debuggerPort=Porta del debugger +config.description.debuggerPort=Numero di porta usato per il socket debugging +config.name.displayDebuggerInfo=(Interno) Mostra info debugger +config.description.displayDebuggerInfo=Visualizzare informazioni sul debugger prima di attivarlo +config.name.randomDebuggerPackage=Utilizzare un nome package casuale per il Debugger +config.description.randomDebuggerPackage=Rinomina casualmente il package del Debugger per meglio occultare la sua presenza al codice ActionScript +config.name.lastDebuggerReplaceFunction=(Interno) Ultima sostituzione di trace selezionata +config.description.lastDebuggerReplaceFunction=Nome dell'ultima funzione selezionata per sostituire la funzione di trace con debugger +config.name.getLocalNamesFromDebugInfo=AS3: Prendere i nomi di registro locali dalle informazioni di debug +config.description.getLocalNamesFromDebugInfo=Se sono presenti informazioni di debug, rinomina i registri locali da _loc_x_ ai nomi reali.\r\nQuesto pu\u00f2 essere disattivato perch\u00e9 alcuni offuscatori usano nomi di registro non validi. +config.name.tagTreeShowEmptyFolders=Visualizza cartelle vuote +config.description.tagTreeShowEmptyFolders=Visualizza cartelle vuote nell'albero dei tag +config.name.autoLoadEmbeddedSwfs=Caricamento automatico SWF incorporati +config.description.autoLoadEmbeddedSwfs=Carica in automatico i file SWF incorporati con i tag DefineBinaryData +config.name.overrideTextExportFileName=Personalizza nome file di esportazione testo +config.description.overrideTextExportFileName=\u00c8 possibile personalizzare il nome del file di testo esportato.\r\nUsare il segnaposto {filename} per indicare il nome del file SWF corrente +config.name.showOldTextDuringTextEditing=Mostra vecchio testo durante la modifica +config.description.showOldTextDuringTextEditing=Mostra il testo originale della variabile in grigio nell'area di anteprima +config.group.name.import=Importazione +config.group.description.import=Impostazioni di importazione +config.name.textImportResizeTextBoundsMode=Modalit\u00e0 ridimensionamento margini di testo +config.description.textImportResizeTextBoundsMode=Modalit\u00e0 ridimensionamento limiti di testo dopo la modifica del testo +config.name.showCloseConfirmation=Mostra conferma chiusura SWF +config.description.showCloseConfirmation=Mostra conferma chiusura SWF per i file modificati. +config.name.showCodeSavedMessage=Mostra avviso salvataggio codice +config.description.showCodeSavedMessage=Mostra avviso salvataggio codice +config.name.showTraitSavedMessage=Mostra avviso salvataggio trait +config.description.showTraitSavedMessage=Mostra avviso salvataggio trait +config.name.updateProxyAddress=Indirizzo http proxy per il controllo degli aggiornamenti +config.description.updateProxyAddress=Indirizzo http proxy per il controllo degli aggiornamenti. Formato: example.com:8080 +config.name.editorMode=Modalit\u00e0 editor +config.description.editorMode=Rende modificabili le aree di testo in automatico alla selezione di un nodo text o script +config.name.autoSaveTagModifications=Salvataggio automatico modifiche ai tag +config.description.autoSaveTagModifications=Salva le modifiche quando si seleziona un nuovo tag nella struttura +config.name.saveSessionOnExit=Salva sessione in uscita +config.description.saveSessionOnExit=Salva la sessione corrente e la riapre dopo il riavvio di FFDec (funziona solo con file reali) +config.name._showDebugMenu=Mostra il menu diagnostico di FFDec +config.description._showDebugMenu=Mostra il menu Debug nel Ribbon per la diagnostica del decompilatore. +config.name.allowOnlyOneInstance=Permetti una sola istanza di FFDec (sotto Windows) +config.description.allowOnlyOneInstance=FFDec pu\u00f2 essere avviato solo una volta, tutti i file aperti verranno aggiunti alla stessa finestra.\nFunziona solo sotto sistema operativo Windows +config.name.scriptExportSingleFile=Esporta script verso un unico file +config.description.scriptExportSingleFile=Esportazione script verso un unico file invece che file multipli +config.name.setFFDecVersionInExportedFont=Imposta il numero di versione di FFDec nel font esportato +config.description.setFFDecVersionInExportedFont=Disattivando questa impostazione FFDec non aggiunge il numero di versione di FFDec al font esportato. +config.name.gui.skin=Aspetto interfaccia utente +config.description.gui.skin=Aspetto +config.name.lastSessionFiles=File ultima sessione +config.description.lastSessionFiles=Contiene i file aperti nell'ultima sessione +config.name.lastSessionSelection=Selezione ultima sessione +config.description.lastSessionSelection=Contiene la selezione dell'ultima sessione +config.name.loopMedia=Riproduzione ciclica suoni e sprite +config.description.loopMedia=Riproduce ciclicamente audio e animazioni +config.name.gui.timeLineSplitPane.dividerLocationPercent=(Interno) Posizione divisorio del timeline +config.description.gui.timeLineSplitPane.dividerLocationPercent= +config.name.cacheImages=Cache immagini +config.description.cacheImages=Caching degli oggetti immagine decodificati +config.name.swfSpecificConfigs=Configurazioni specifiche SWF +config.description.swfSpecificConfigs=Contiene le configurazioni specifiche agli SWF +config.name.exeExportMode=Modalit\u00e0 di esportazione EXE +config.description.exeExportMode=Modalit\u00e0 di esportazione EXE +config.name.ignoreCLikePackages=Ignora FlashCC / Alchemy o package simili +config.description.ignoreCLikePackages=I package FlashCC / Alchemy non possono solitamente essere decompilati correttamente.\r\n\u00c8 possibile disattivarli per velocizzare la decompilazione di altri package. +config.name.overwriteExistingFiles=Sovrascrivere i file esistenti +config.description.overwriteExistingFiles=Sovrascrivere i file esistenti durante l'esportazione. Attualmente solo per script AS2/3 +config.name.smartNumberFormatting=Usa formattazione intelligente dei numeri +config.description.smartNumberFormatting=Formatta numeri speciali (ad esempio colori e istanti temporali) +config.name.enableScriptInitializerDisplay=(REMOVED) Visualizza inizializzatori script +config.description.enableScriptInitializerDisplay=Abilita inizializzatori script e modifiche. Questa impostazione pu\u00f2 aggiungere un accapo a ciascuna classe per evidenziare. +config.name.autoOpenLoadedSWFs=Apri SWF caricati durante l'esecuzione (visualizzatore esterno = solo su Windows) +config.description.autoOpenLoadedSWFs=Apri in automatico tutti gli SWF caricati dalla classe AS3 Loader eseguendo lo SWF quando riprodotto nel player esterno di FFDec. Disponibile solo su Windows. +config.name.lastSessionFileTitles=Titoli file ultima sessione +config.description.lastSessionFileTitles=Contiene i titoli dei file aperti nell'ultima sessione (ad es. quelli caricati da URL ecc.) +config.group.name.paths=Percorsi +config.group.description.paths=Ubicazione dei file richiesti #config.group.tip.paths = possibile ottenere questi file dal sito Adobe #TODO: translate again: -config.group.tip.paths = Download projector and Playerglobal on adobe webpage. Flex SDK can be downloaded on apache web. -config.group.link.paths = https://web.archive.org/web/20220401020702/https://www.adobe.com/support/flashplayer/debug_downloads.html https://flex.apache.org/download-binaries.html - -config.name.playerLocation = 1) Percorso Flash Player -config.description.playerLocation = Posizione eseguibile Flash Player. Utilizzato per l'azione Esegui. - -config.name.playerDebugLocation = 2) Percorso Flash Player per il debug -config.description.playerDebugLocation = Posizione eseguibile Flash Player per il debug. Utilizzato per l'azione Debug. - -config.name.playerLibLocation = 3) Percorso PlayerGlobal (.swc) -config.description.playerLibLocation = Posizione della libreria playerglobal.swc utilizzata perlopi\u00f9 per compilare AS3. - -config.name.debugHalt = Pausa esecuzione all'avvio del debug -config.description.debugHalt = Pausa SWF all'avvio del debug. - -config.name.gui.avm2.splitPane.vars.dividerLocationPercent = (Interno) Posizione divisorio del menu Debug -config.description.gui.avm2.splitPane.vars.dividerLocationPercent = - -tip = Suggerimento: - -config.name.gui.action.splitPane.vars.dividerLocationPercent = (Interno) Posizione divisorio del menu Debug AS1/2 -config.description.gui.action.splitPane.vars.dividerLocationPercent = - -config.name.setMovieDelay = Ritardo in ms prima di cambiare il file SWF nel riproduttore esterno -config.description.setMovieDelay = Si sconsigliano valori inferiori a 1000ms - -config.name.warning.svgImport = Avvisa all'importazione SVG -config.description.warning.svgImport = - -config.name.shapeImport.useNonSmoothedFill = Utilizza riempimento non smussato nel sostituire una forma con un'immagine -config.description.shapeImport.useNonSmoothedFill = - -config.name.internalFlashViewer.execute.as12 = AS1/2 nel visualizzatore Flash interno (Sperimentale) -config.description.internalFlashViewer.execute.as12 = Tenta esecuzione codice ActionScript 1/2 nella riproduzione di SWF utilizzando il visualizzatore Flash FFDec - -config.name.warning.hexViewNotUpToDate = Avvisa se Hex View non aggiornata -config.description.warning.hexViewNotUpToDate = - -config.name.displayDupInstructions = Mostra istruzioni \u00a7\u00a7dup -config.description.displayDupInstructions = Visualizza istruzioni \u00a7\u00a7dup nel codice. In loro assenza il codice pu\u00f2 essere facilmente compilato ma i dup con effetti collaterali potrebbero essere eseguiti due volte. - -config.name.useRegExprLiteral = Decompila RegExp nella forma /pattern/mod. -config.description.useRegExprLiteral = Usa la sintassi /pattern/mod nella decompilazione di espressioni regolari. Altrimenti, utilizza new RegExp(\"pat\",\"mod\") - -config.name.handleSkinPartsAutomatically = Gestisce metadati [SkinPart] in automatico -config.description.handleSkinPartsAutomatically = Decompila e modifica direttamente i metadati [SkinPart] in automatico. Se disattivato, l'attributo _skinParts ed il suo metodo getter sono visibili e modificabili dall'utente. - -config.name.simplifyExpressions = Semplifica le espressioni -config.description.simplifyExpressions = Valuta and semplifica le espressioni per rendere il codice piu leggibile - -config.name.resetLetterSpacingOnTextImport = Ripristina spaziatura lettere all'importazione di testo -config.description.resetLetterSpacingOnTextImport = Utile per i font cirillici, essendo piu ampi +config.group.tip.paths=Download projector and Playerglobal on adobe webpage. Flex SDK can be downloaded on apache web. +config.group.link.paths=https://web.archive.org/web/20220401020702/https://www.adobe.com/support/flashplayer/debug_downloads.html https://flex.apache.org/download-binaries.html +config.name.playerLocation=1) Percorso Flash Player +config.description.playerLocation=Posizione eseguibile Flash Player. Utilizzato per l'azione Esegui. +config.name.playerDebugLocation=2) Percorso Flash Player per il debug +config.description.playerDebugLocation=Posizione eseguibile Flash Player per il debug. Utilizzato per l'azione Debug. +config.name.playerLibLocation=3) Percorso PlayerGlobal (.swc) +config.description.playerLibLocation=Posizione della libreria playerglobal.swc utilizzata perlopi\u00f9 per compilare AS3. +config.name.debugHalt=Pausa esecuzione all'avvio del debug +config.description.debugHalt=Pausa SWF all'avvio del debug. +config.name.gui.avm2.splitPane.vars.dividerLocationPercent=(Interno) Posizione divisorio del menu Debug +config.description.gui.avm2.splitPane.vars.dividerLocationPercent= +tip=Suggerimento: +config.name.gui.action.splitPane.vars.dividerLocationPercent=(Interno) Posizione divisorio del menu Debug AS1/2 +config.description.gui.action.splitPane.vars.dividerLocationPercent= +config.name.setMovieDelay=Ritardo in ms prima di cambiare il file SWF nel riproduttore esterno +config.description.setMovieDelay=Si sconsigliano valori inferiori a 1000ms +config.name.warning.svgImport=Avvisa all'importazione SVG +config.description.warning.svgImport= +config.name.shapeImport.useNonSmoothedFill=Utilizza riempimento non smussato nel sostituire una forma con un'immagine +config.description.shapeImport.useNonSmoothedFill= +config.name.internalFlashViewer.execute.as12=AS1/2 nel visualizzatore Flash interno (Sperimentale) +config.description.internalFlashViewer.execute.as12=Tenta esecuzione codice ActionScript 1/2 nella riproduzione di SWF utilizzando il visualizzatore Flash FFDec +config.name.warning.hexViewNotUpToDate=Avvisa se Hex View non aggiornata +config.description.warning.hexViewNotUpToDate= +config.name.displayDupInstructions=Mostra istruzioni \u00a7\u00a7dup +config.description.displayDupInstructions=Visualizza istruzioni \u00a7\u00a7dup nel codice. In loro assenza il codice pu\u00f2 essere facilmente compilato ma i dup con effetti collaterali potrebbero essere eseguiti due volte. +config.name.useRegExprLiteral=Decompila RegExp nella forma /pattern/mod. +config.description.useRegExprLiteral=Usa la sintassi /pattern/mod nella decompilazione di espressioni regolari. Altrimenti, utilizza new RegExp(\"pat\",\"mod\") +config.name.handleSkinPartsAutomatically=Gestisce metadati [SkinPart] in automatico +config.description.handleSkinPartsAutomatically=Decompila e modifica direttamente i metadati [SkinPart] in automatico. Se disattivato, l'attributo _skinParts ed il suo metodo getter sono visibili e modificabili dall'utente. +config.name.simplifyExpressions=Semplifica le espressioni +config.description.simplifyExpressions=Valuta and semplifica le espressioni per rendere il codice piu leggibile +config.name.resetLetterSpacingOnTextImport=Ripristina spaziatura lettere all'importazione di testo +config.description.resetLetterSpacingOnTextImport=Utile per i font cirillici, essendo piu ampi diff --git a/src/com/jpexs/decompiler/flash/gui/locales/AdvancedSettingsDialog_ja.properties b/src/com/jpexs/decompiler/flash/gui/locales/AdvancedSettingsDialog_ja.properties index e3d0c09b8..3f8ff5ba7 100644 --- a/src/com/jpexs/decompiler/flash/gui/locales/AdvancedSettingsDialog_ja.properties +++ b/src/com/jpexs/decompiler/flash/gui/locales/AdvancedSettingsDialog_ja.properties @@ -12,531 +12,359 @@ # # You should have received a copy of the GNU General Public License # along with this program. If not, see . - -advancedSettings.dialog.title = \u8a73\u7d30\u8a2d\u5b9a -advancedSettings.restartConfirmation = \u4e00\u90e8\u306e\u5909\u66f4\u3092\u6709\u52b9\u306b\u3059\u308b\u306b\u306f\u3001\u30d7\u30ed\u30b0\u30e9\u30e0\u3092\u518d\u8d77\u52d5\u3059\u308b\u5fc5\u8981\u304c\u3042\u308a\u307e\u3059\u3002\u4eca\u3059\u3050\u518d\u8d77\u52d5\u3057\u307e\u3059\u304b\uff1f -advancedSettings.columns.name = \u540d\u524d -advancedSettings.columns.value = \u5024 -advancedSettings.columns.description = \u8aac\u660e -default = \u30c7\u30d5\u30a9\u30eb\u30c8 - -config.group.name.export = \u30a8\u30af\u30b9\u30dd\u30fc\u30c8 -config.group.description.export = \u30a8\u30af\u30b9\u30dd\u30fc\u30c8\u306e\u8a2d\u5b9a - -config.group.name.script = \u30b9\u30af\u30ea\u30d7\u30c8 -config.group.description.script = ActionScript \u306e\u9006\u30b3\u30f3\u30d1\u30a4\u30eb\u95a2\u9023 - -config.group.name.update = \u30a2\u30c3\u30d7\u30c7\u30fc\u30c8 -config.group.description.update = \u66f4\u65b0\u306e\u78ba\u8a8d - -config.group.name.format = \u66f8\u5f0f -config.group.description.format = ActionScript \u30b3\u30fc\u30c9\u306e\u66f8\u5f0f - -config.group.name.limit = \u5236\u9650 -config.group.description.limit = \u96e3\u8aad\u5316\u3055\u308c\u305f\u30b3\u30fc\u30c9\u306e\u9006\u30b3\u30f3\u30d1\u30a4\u30eb\u5236\u9650\u306a\u3069 - -config.group.name.ui = \u30a4\u30f3\u30bf\u30fc\u30d5\u30a7\u30fc\u30b9 -config.group.description.ui = \u30e6\u30fc\u30b6\u30fc\u30a4\u30f3\u30bf\u30fc\u30d5\u30a7\u30fc\u30b9\u306e\u8a2d\u5b9a - -config.group.name.debug = \u30c7\u30d0\u30c3\u30b0 -config.group.description.debug = \u30c7\u30d0\u30c3\u30b0\u8a2d\u5b9a - -config.group.name.display = \u8868\u793a -config.group.description.display = Flash \u30aa\u30d6\u30b8\u30a7\u30af\u30c8\u306e\u8868\u793a\u306a\u3069 - -config.group.name.decompilation = \u9006\u30b3\u30f3\u30d1\u30a4\u30eb -config.group.description.decompilation = \u30b0\u30ed\u30fc\u30d0\u30eb\u9006\u30b3\u30f3\u30d1\u30a4\u30eb\u95a2\u9023\u6a5f\u80fd - -config.group.name.other = \u305d\u306e\u4ed6 -config.group.description.other = \u305d\u306e\u4ed6\u306e\u672a\u5206\u985e\u306e\u8a2d\u5b9a - -config.name.openMultipleFiles = \u8907\u6570\u306e\u30d5\u30a1\u30a4\u30eb\u3092\u958b\u304f -config.description.openMultipleFiles = 1\u3064\u306e\u30a6\u30a3\u30f3\u30c9\u30a6\u3067\u3001\u540c\u6642\u306b\u8907\u6570\u306e\u30d5\u30a1\u30a4\u30eb\u3092\u958b\u304f\u3053\u3068\u304c\u3067\u304d\u307e\u3059 - -config.name.decompile = ActionScript \u30bd\u30fc\u30b9\u3092\u8868\u793a\u3059\u308b -config.description.decompile = \u3053\u308c\u3092\u7121\u52b9\u306b\u3059\u308b\u3068\u3001AS \u9006\u30b3\u30f3\u30d1\u30a4\u30eb\u3092\u7121\u52b9\u306b\u3057\u3066\u3001P-code \u306e\u307f\u3092\u8868\u793a\u3057\u307e\u3059 - -config.name.dumpView = \u30c0\u30f3\u30d7\u3092\u898b\u308b -config.description.dumpView = \u751f\u306e16\u9032\u30c0\u30f3\u30d7\u3092\u898b\u307e\u3059 - -config.name.useHexColorFormat = 16\u9032\u30ab\u30e9\u30fc\u5f62\u5f0f -config.description.useHexColorFormat = \u8272\u309216\u9032\u6570\u3067\u8868\u793a\u3057\u307e\u3059 - -config.name.parallelSpeedUp = \u4e26\u5217\u51e6\u7406\u306b\u3088\u308b\u9ad8\u901f\u5316 -config.description.parallelSpeedUp = \u4e26\u5217\u51e6\u7406\u306b\u3088\u308a\u3001\u9006\u30b3\u30f3\u30d1\u30a4\u30eb\u3092\u9ad8\u901f\u5316\u3067\u304d\u307e\u3059 - -config.name.parallelSpeedUpThreadCount = \u30b9\u30ec\u30c3\u30c9\u6570 -config.description.parallelSpeedUpThreadCount = \u4e26\u5217\u51e6\u7406\u306b\u3088\u308b\u9ad8\u901f\u5316\u306e\u305f\u3081\u306e\u30b9\u30ec\u30c3\u30c9\u6570 - -config.name.autoDeobfuscate = \u96e3\u8aad\u5316\u306e\u81ea\u52d5\u89e3\u9664 -config.description.autoDeobfuscate = ActionScript \u3092\u9006\u30b3\u30f3\u30d1\u30a4\u30eb\u3059\u308b\u524d\u306b\u3001\u3059\u3079\u3066\u306e\u30d5\u30a1\u30a4\u30eb\u306e\u96e3\u8aad\u5316\u89e3\u9664\u3092\u884c\u3044\u307e\u3059 - -config.name.cacheOnDisk = \u30b9\u30c8\u30ec\u30fc\u30b8\u306b\u30ad\u30e3\u30c3\u30b7\u30e5\u3059\u308b -config.description.cacheOnDisk = \u3059\u3067\u306b\u9006\u30b3\u30f3\u30d1\u30a4\u30eb\u3057\u305f\u90e8\u5206\u3092\u3001\u30e1\u30e2\u30ea\u3067\u306f\u306a\u304f\u30b9\u30c8\u30ec\u30fc\u30b8\u306b\u30ad\u30e3\u30c3\u30b7\u30e5\u3057\u307e\u3059 - -config.name.internalFlashViewer = \u72ec\u81ea\u306e Flash \u30d3\u30e5\u30fc\u30a2\u3092\u4f7f\u7528\u3059\u308b -config.description.internalFlashViewer = Flash \u30d1\u30fc\u30c4\u306e\u8868\u793a\u306b\u3001\u6a19\u6e96\u306e Flash Player \u3067\u306f\u306a\u304f\u3001JPEXS Flash Viewer \u3092\u4f7f\u7528\u3057\u307e\u3059 - -config.name.gotoMainClassOnStartup = \u958b\u59cb\u6642\u306b\u30e1\u30a4\u30f3\u30af\u30e9\u30b9\u3078\u79fb\u52d5\u3059\u308b (AS3) -config.description.gotoMainClassOnStartup = SWF \u3092\u958b\u304f\u3068\u304d\u306b\u3001AS3 \u30d5\u30a1\u30a4\u30eb\u306e\u30c9\u30ad\u30e5\u30e1\u30f3\u30c8\u30af\u30e9\u30b9\u3078\u79fb\u52d5\u3057\u307e\u3059 - -config.name.autoRenameIdentifiers = \u7121\u52b9\u306a\u8b58\u5225\u5b50\u306e\u81ea\u52d5\u30ea\u30cd\u30fc\u30e0 -config.description.autoRenameIdentifiers = SWF \u306e\u8aad\u307f\u8fbc\u307f\u6642\u306b\u3001\u7121\u52b9\u306a\u8b58\u5225\u5b50\u306e\u540d\u524d\u3092\u81ea\u52d5\u7684\u306b\u5909\u66f4\u3057\u307e\u3059 - -config.name.offeredAssociation = \uff08\u5185\u90e8\uff09SWF \u30d5\u30a1\u30a4\u30eb\u3068\u306e\u95a2\u9023\u4ed8\u3051\u304c\u8868\u793a\u6e08\u307f -config.description.offeredAssociation = \u30d5\u30a1\u30a4\u30eb\u306e\u95a2\u9023\u4ed8\u3051\u306b\u95a2\u3059\u308b\u30c0\u30a4\u30a2\u30ed\u30b0\u304c\u3059\u3067\u306b\u8868\u793a\u3055\u308c\u307e\u3057\u305f - -config.name.decimalAddress = 10\u9032\u6570\u306e\u30a2\u30c9\u30ec\u30b9\u3092\u4f7f\u7528\u3059\u308b -config.description.decimalAddress = 16\u9032\u6570\u306e\u4ee3\u308f\u308a\u306b\u300110\u9032\u6570\u306e\u30a2\u30c9\u30ec\u30b9\u3092\u4f7f\u7528\u3057\u307e\u3059 - -config.name.showAllAddresses = \u3059\u3079\u3066\u306e\u30a2\u30c9\u30ec\u30b9\u3092\u8868\u793a\u3059\u308b -config.description.showAllAddresses = \u3059\u3079\u3066\u306e ActionScript \u306e\u547d\u4ee4\u306e\u30a2\u30c9\u30ec\u30b9\u3092\u8868\u793a\u3057\u307e\u3059 - -config.name.useFrameCache = \u30d5\u30ec\u30fc\u30e0\u30ad\u30e3\u30c3\u30b7\u30e5\u3092\u4f7f\u7528\u3059\u308b -config.description.useFrameCache = \u518d\u5ea6\u30ec\u30f3\u30c0\u30ea\u30f3\u30b0\u3059\u308b\u524d\u306b\u3001\u30d5\u30ec\u30fc\u30e0\u3092\u30ad\u30e3\u30c3\u30b7\u30e5\u3057\u307e\u3059 - -config.name.useRibbonInterface = \u30ea\u30dc\u30f3\u30a4\u30f3\u30bf\u30fc\u30d5\u30a7\u30fc\u30b9 -config.description.useRibbonInterface = \u30ea\u30dc\u30f3\u30e1\u30cb\u30e5\u30fc\u306a\u3057\u3067\u30af\u30e9\u30b7\u30c3\u30af\u30a4\u30f3\u30bf\u30fc\u30d5\u30a7\u30fc\u30b9\u3092\u4f7f\u7528\u3059\u308b\u5834\u5408\u306f\u3001\u30c1\u30a7\u30c3\u30af\u3092\u5916\u3057\u307e\u3059 - -config.name.openFolderAfterFlaExport = FLA \u30a8\u30af\u30b9\u30dd\u30fc\u30c8\u5f8c\u306b\u30d5\u30a9\u30eb\u30c0\u3092\u958b\u304f -config.description.openFolderAfterFlaExport = FLA \u30d5\u30a1\u30a4\u30eb\u306e\u30a8\u30af\u30b9\u30dd\u30fc\u30c8\u5f8c\u306b\u3001\u51fa\u529b\u5148\u30c7\u30a3\u30ec\u30af\u30c8\u30ea\u3092\u958b\u304d\u307e\u3059 - -config.name.useDetailedLogging = FFDec \u306e\u8a73\u7d30\u306a\u30ed\u30b0 -config.description.useDetailedLogging = FFDec \u306e\u30c7\u30d0\u30c3\u30b0\u306e\u305f\u3081\u306b\u3001\u8a73\u7d30\u306a\u30a8\u30e9\u30fc\u30e1\u30c3\u30bb\u30fc\u30b8\u3068\u60c5\u5831\u3092\u30ed\u30b0\u306b\u8a18\u9332\u3057\u307e\u3059 - -config.name._debugMode = FFDec \u306e\u30c7\u30d0\u30c3\u30b0\u30e2\u30fc\u30c9 -config.description._debugMode = FFDec \u3092\u30c7\u30d0\u30c3\u30b0\u3059\u308b\u305f\u3081\u306e\u30e2\u30fc\u30c9\u3067\u3059\u3002\u30c7\u30d0\u30c3\u30b0\u30e1\u30cb\u30e5\u30fc\u3092\u30aa\u30f3\u306b\u3057\u307e\u3059\u3002\u3053\u308c\u306f\u30c7\u30d0\u30c3\u30ac\u306e\u6a5f\u80fd\u3068\u306f\u4f55\u306e\u95a2\u4fc2\u3082\u3042\u308a\u307e\u305b\u3093 - -config.name.resolveConstants = AS1/2 \u306e P-code \u306e\u5b9a\u6570\u3092\u89e3\u6c7a\u3059\u308b -config.description.resolveConstants = \u3053\u308c\u3092\u30aa\u30d5\u306b\u3059\u308b\u3068\u3001P-code \u30a6\u30a3\u30f3\u30c9\u30a6\u306b\u306f\u5b9f\u969b\u306e\u5024\u3067\u306f\u306a\u304f\u300cconstantxx\u300d\u304c\u8868\u793a\u3055\u308c\u307e\u3059 - -config.name.sublimiter = \u30b3\u30fc\u30c9\u30b5\u30d6\u306e\u5236\u9650 -config.description.sublimiter = \u96e3\u8aad\u5316\u3055\u308c\u305f\u30b3\u30fc\u30c9\u306e\u30b3\u30fc\u30c9\u30b5\u30d6\u306e\u5236\u9650 - -config.name.exportTimeout = \u30a8\u30af\u30b9\u30dd\u30fc\u30c8\u306e\u30bf\u30a4\u30e0\u30a2\u30a6\u30c8\u6642\u9593 (\u79d2) -config.description.exportTimeout = \u3053\u306e\u6642\u9593\u7d4c\u3064\u3068\u3001\u30a8\u30af\u30b9\u30dd\u30fc\u30c8\u3092\u505c\u6b62\u3057\u307e\u3059 - -config.name.decompilationTimeoutFile = \u5358\u4e00\u30d5\u30a1\u30a4\u30eb\u306e\u9006\u30b3\u30f3\u30d1\u30a4\u30eb\u306e\u30bf\u30a4\u30e0\u30a2\u30a6\u30c8\u6642\u9593 (\u79d2) -config.description.decompilationTimeoutFile = 1\u3064\u306e\u30d5\u30a1\u30a4\u30eb\u3067\u3053\u306e\u6642\u9593\u7d4c\u3064\u3068\u3001ActionScript \u306e\u9006\u30b3\u30f3\u30d1\u30a4\u30eb\u3092\u505c\u6b62\u3057\u307e\u3059 - -config.name.paramNamesEnable = AS3 \u3067\u30d1\u30e9\u30e1\u30fc\u30bf\u540d\u3092\u6709\u52b9\u306b\u3059\u308b -config.description.paramNamesEnable = \u9006\u30b3\u30f3\u30d1\u30a4\u30eb\u3067\u30d1\u30e9\u30e1\u30fc\u30bf\u540d\u3092\u4f7f\u7528\u3059\u308b\u3068\u3001Flash CS 5.5 \u306a\u3069\u306e\u516c\u5f0f\u30d7\u30ed\u30b0\u30e9\u30e0\u304c\u9593\u9055\u3063\u305f\u30d1\u30e9\u30e1\u30fc\u30bf\u540d\u306e\u30a4\u30f3\u30c7\u30c3\u30af\u30b9\u3092\u633f\u5165\u3059\u308b\u305f\u3081\u3001\u554f\u984c\u304c\u767a\u751f\u3059\u308b\u53ef\u80fd\u6027\u304c\u3042\u308a\u307e\u3059 - -config.name.displayFileName = \u30bf\u30a4\u30c8\u30eb\u306b SWF \u540d\u3092\u8868\u793a\u3059\u308b -config.description.displayFileName = \u30a6\u30a3\u30f3\u30c9\u30a6\u30bf\u30a4\u30c8\u30eb\u306b\u3001SWF \u30d5\u30a1\u30a4\u30eb\u30d1\u30b9 / URL \u3092\u8868\u793a\u3057\u307e\u3059 (\u30b9\u30af\u30ea\u30fc\u30f3\u30b7\u30e7\u30c3\u30c8\u304c\u64ae\u308c\u308b\u3088\u3046\u306b\u306a\u308a\u307e\u3059) - -config.name._debugCopy = \u518d\u30b3\u30f3\u30d1\u30a4\u30eb\u3059\u308b -config.description._debugCopy = \u540c\u3058\u30d0\u30a4\u30ca\u30ea\u30b3\u30fc\u30c9\u304c\u751f\u6210\u3055\u308c\u308b\u3053\u3068\u3092\u78ba\u8a8d\u3059\u308b\u305f\u3081\u306b\u3001\u958b\u3044\u305f\u76f4\u5f8c\u306e SWF \u30d5\u30a1\u30a4\u30eb\u3092\u518d\u5ea6\u30b3\u30f3\u30d1\u30a4\u30eb\u3057\u307e\u3059\u3002FFDec \u306e\u30c7\u30d0\u30c3\u30b0\u306b\u306e\u307f\u4f7f\u7528\u3057\u3066\u304f\u3060\u3055\u3044\uff01 - -config.name.dumpTags = \u30bf\u30b0\u3092\u30b3\u30f3\u30bd\u30fc\u30eb\u306b\u30c0\u30f3\u30d7\u3059\u308b -config.description.dumpTags = SWF \u30d5\u30a1\u30a4\u30eb\u306e\u8aad\u307f\u53d6\u308a\u6642\u306b\u3001\u30bf\u30b0\u3092\u30b3\u30f3\u30bd\u30fc\u30eb\u306b\u30c0\u30f3\u30d7\u3057\u307e\u3059 - -config.name.decompilationTimeoutSingleMethod = AS3: 1\u3064\u306e\u30e1\u30bd\u30c3\u30c9\u306e\u9006\u30b3\u30f3\u30d1\u30a4\u30eb\u306e\u30bf\u30a4\u30e0\u30a2\u30a6\u30c8\u6642\u9593 (\u79d2) -config.description.decompilationTimeoutSingleMethod = 1\u3064\u306e\u30e1\u30bd\u30c3\u30c9\u3067\u3053\u306e\u6642\u9593\u7d4c\u3064\u3068\u3001ActionScript \u306e\u9006\u30b3\u30f3\u30d1\u30a4\u30eb\u3092\u505c\u6b62\u3057\u307e\u3059 - -config.name.lastRenameType = \uff08\u5185\u90e8\uff09\u524d\u56de\u306e\u540d\u524d\u5909\u66f4\u30bf\u30a4\u30d7 -config.description.lastRenameType = \u6700\u5f8c\u306b\u4f7f\u7528\u3057\u305f\u8b58\u5225\u5b50\u306e\u540d\u524d\u5909\u66f4\u306e\u30bf\u30a4\u30d7 - -config.name.lastSaveDir = \uff08\u5185\u90e8\uff09\u524d\u56de\u306e\u4fdd\u5b58\u30c7\u30a3\u30ec\u30af\u30c8\u30ea -config.description.lastSaveDir = \u6700\u5f8c\u306b\u4f7f\u7528\u3057\u305f\u4fdd\u5b58\u30c7\u30a3\u30ec\u30af\u30c8\u30ea - -config.name.lastOpenDir = \uff08\u5185\u90e8\uff09\u524d\u56de\u958b\u3044\u305f\u30c7\u30a3\u30ec\u30af\u30c8\u30ea -config.description.lastOpenDir = \u6700\u5f8c\u306b\u958b\u3044\u305f\u30c7\u30a3\u30ec\u30af\u30c8\u30ea - -config.name.lastExportDir = \uff08\u5185\u90e8\uff09\u524d\u56de\u306e\u30a8\u30af\u30b9\u30dd\u30fc\u30c8\u30c7\u30a3\u30ec\u30af\u30c8\u30ea -config.description.lastExportDir = \u6700\u5f8c\u306b\u4f7f\u7528\u3057\u305f\u30a8\u30af\u30b9\u30dd\u30fc\u30c8\u5148\u306e\u30c7\u30a3\u30ec\u30af\u30c8\u30ea - -config.name.locale = \u8a00\u8a9e -config.description.locale = \u30ed\u30b1\u30fc\u30ebID - -config.name.registerNameFormat = \u30ec\u30b8\u30b9\u30bf\u5909\u6570\u306e\u5f62\u5f0f -config.description.registerNameFormat = \u30ed\u30fc\u30ab\u30eb\u30fb\u30ec\u30b8\u30b9\u30bf\u5909\u6570\u540d\u306e\u5f62\u5f0f\u3002\u30ec\u30b8\u30b9\u30bf\u756a\u53f7\u306b\u306f%d\u3092\u4f7f\u7528\u3057\u307e\u3059 - -config.name.maxRecentFileCount = \u6700\u8fd1\u306e\u30d5\u30a1\u30a4\u30eb\u306e\u6700\u5927\u6570 -config.description.maxRecentFileCount = \u6700\u8fd1\u958b\u3044\u305f\u30d5\u30a1\u30a4\u30eb\u306e\u6700\u5927\u6570 - -config.name.recentFiles = \uff08\u5185\u90e8\uff09\u6700\u8fd1\u306e\u30d5\u30a1\u30a4\u30eb -config.description.recentFiles = \u6700\u8fd1\u958b\u3044\u305f\u30d5\u30a1\u30a4\u30eb - -config.name.fontPairingMap = \uff08\u5185\u90e8\uff09\u30a4\u30f3\u30dd\u30fc\u30c8\u7528\u306e\u30d5\u30a9\u30f3\u30c8\u30da\u30a2 -config.description.fontPairingMap = \u65b0\u3057\u3044\u6587\u5b57\u3092\u30a4\u30f3\u30dd\u30fc\u30c8\u3059\u308b\u305f\u3081\u306e\u30d5\u30a9\u30f3\u30c8\u30da\u30a2 - -config.name.lastUpdatesCheckDate = \uff08\u5185\u90e8\uff09\u6700\u7d42\u66f4\u65b0\u30c1\u30a7\u30c3\u30af\u65e5 -config.description.lastUpdatesCheckDate = \u30b5\u30fc\u30d0\u30fc\u306e\u66f4\u65b0\u3092\u6700\u5f8c\u306b\u30c1\u30a7\u30c3\u30af\u3057\u305f\u65e5\u4ed8 - -config.name.gui.window.width = \uff08\u5185\u90e8\uff09\u524d\u56de\u306e\u30a6\u30a3\u30f3\u30c9\u30a6\u5e45 -config.description.gui.window.width = \u6700\u5f8c\u306b\u4fdd\u5b58\u3055\u308c\u305f\u30a6\u30a3\u30f3\u30c9\u30a6\u306e\u5e45 - -config.name.gui.window.height = \uff08\u5185\u90e8\uff09\u524d\u56de\u306e\u30a6\u30a3\u30f3\u30c9\u30a6\u306e\u9ad8\u3055 -config.description.gui.window.height = \u6700\u5f8c\u306b\u4fdd\u5b58\u3055\u308c\u305f\u30a6\u30a3\u30f3\u30c9\u30a6\u306e\u9ad8\u3055 - -config.name.gui.window.maximized.horizontal = \uff08\u5185\u90e8\uff09\u30a6\u30a3\u30f3\u30c9\u30a6\u3092\u6c34\u5e73\u65b9\u5411\u306b\u6700\u5927\u5316 -config.description.gui.window.maximized.horizontal = \u30a6\u30a3\u30f3\u30c9\u30a6\u304c\u6c34\u5e73\u65b9\u5411\u306b\u6700\u5927\u5316\u3055\u308c\u3066\u3044\u308b\u304b - -config.name.gui.window.maximized.vertical = \uff08\u5185\u90e8\uff09\u30a6\u30a3\u30f3\u30c9\u30a6\u3092\u5782\u76f4\u65b9\u5411\u306b\u6700\u5927\u5316 -config.description.gui.window.maximized.vertical = \u30a6\u30a3\u30f3\u30c9\u30a6\u304c\u5782\u76f4\u65b9\u5411\u306b\u6700\u5927\u5316\u3055\u308c\u3066\u3044\u308b\u304b - -config.name.gui.avm2.splitPane.dividerLocationPercent = \uff08\u5185\u90e8\uff09AS3 Splitter \u306e\u5834\u6240 -config.description.gui.avm2.splitPane.dividerLocationPercent = - -config.name.gui.actionSplitPane.dividerLocationPercent = \uff08\u5185\u90e8\uff09AS1/2 Splitter \u306e\u5834\u6240 -config.description.gui.actionSplitPane.dividerLocationPercent = - -config.name.gui.previewSplitPane.dividerLocationPercent = \uff08\u5185\u90e8\uff09\u30d7\u30ec\u30d3\u30e5\u30fc Splitter \u306e\u5834\u6240 -config.description.gui.previewSplitPane.dividerLocationPercent = - -config.name.gui.splitPane1.dividerLocationPercent = \uff08\u5185\u90e8\uff09Splitter \u306e\u5834\u62401 -config.description.gui.splitPane1.dividerLocationPercent = - -config.name.gui.splitPane2.dividerLocationPercent = \uff08\u5185\u90e8\uff09Splitter \u306e\u5834\u62402 -config.description.gui.splitPane2.dividerLocationPercent = - -config.name.saveAsExeScaleMode = EXE \u30b9\u30b1\u30fc\u30eb\u30e2\u30fc\u30c9\u3068\u3057\u3066\u4fdd\u5b58\u3059\u308b -config.description.saveAsExeScaleMode = EXE \u30a8\u30af\u30b9\u30dd\u30fc\u30c8\u306e\u30b9\u30b1\u30fc\u30ea\u30f3\u30b0\u30e2\u30fc\u30c9 - -config.name.syntaxHighlightLimit = \u30b7\u30f3\u30bf\u30c3\u30af\u30b9\u30cf\u30a4\u30e9\u30a4\u30c8\u306e\u6700\u5927\u6587\u5b57\u6570 -config.description.syntaxHighlightLimit = \u30b7\u30f3\u30bf\u30c3\u30af\u30b9\u30cf\u30a4\u30e9\u30a4\u30c8\u3092\u5b9f\u884c\u3059\u308b\u6700\u5927\u6587\u5b57\u6570 - -config.name.guiFontPreviewSampleText = \uff08\u5185\u90e8\uff09\u524d\u56de\u30d7\u30ec\u30d3\u30e5\u30fc\u3057\u305f\u30d5\u30a9\u30f3\u30c8\u306e\u30b5\u30f3\u30d7\u30eb\u30c6\u30ad\u30b9\u30c8 -config.description.guiFontPreviewSampleText = \u6700\u5f8c\u306b\u30d7\u30ec\u30d3\u30e5\u30fc\u3057\u305f\u3001\u30d5\u30a9\u30f3\u30c8\u306e\u30b5\u30f3\u30d7\u30eb\u30c6\u30ad\u30b9\u30c8\u3089\u306e\u30a4\u30f3\u30c7\u30c3\u30af\u30b9 - -config.name.gui.fontPreviewWindow.width = \uff08\u5185\u90e8\uff09\u30d5\u30a9\u30f3\u30c8\u30d7\u30ec\u30d3\u30e5\u30fc\u30a6\u30a3\u30f3\u30c9\u30a6\u306e\u5e45 -config.description.gui.fontPreviewWindow.width = - -config.name.gui.fontPreviewWindow.height = \uff08\u5185\u90e8\uff09\u30d5\u30a9\u30f3\u30c8\u30d7\u30ec\u30d3\u30e5\u30fc\u30a6\u30a3\u30f3\u30c9\u30a6\u306e\u9ad8\u3055 -config.description.gui.fontPreviewWindow.height = - -config.name.gui.fontPreviewWindow.posX = \uff08\u5185\u90e8\uff09\u30d5\u30a9\u30f3\u30c8\u30d7\u30ec\u30d3\u30e5\u30fc\u30a6\u30a3\u30f3\u30c9\u30a6\u306eX\u4f4d\u7f6e -config.description.gui.fontPreviewWindow.posX = - -config.name.gui.fontPreviewWindow.posY = \uff08\u5185\u90e8\uff09\u30d5\u30a9\u30f3\u30c8\u30d7\u30ec\u30d3\u30e5\u30fc\u30a6\u30a3\u30f3\u30c9\u30a6\u306eY\u4f4d\u7f6e -config.description.gui.fontPreviewWindow.posY = - -config.name.formatting.indent.size = \u30a4\u30f3\u30c7\u30f3\u30c8\u5e45 -config.description.formatting.indent.size = 1\u3064\u306e\u30a4\u30f3\u30c7\u30f3\u30c8\u304c\u30b9\u30da\u30fc\u30b9\u4f55\u6587\u5b57\u5206\u306e\u5e45\u304b - -config.name.formatting.indent.useTabs = \u30a4\u30f3\u30c7\u30f3\u30c8\u306b\u30bf\u30d6\u3092\u4f7f\u3046 -config.description.formatting.indent.useTabs = \u30a4\u30f3\u30c7\u30f3\u30c8\u306b\u3001\u30b9\u30da\u30fc\u30b9\u306e\u4ee3\u308f\u308a\u306b\u30bf\u30d6\u3092\u4f7f\u7528\u3057\u307e\u3059 - -config.name.beginBlockOnNewLine = \u4e2d\u62ec\u5f27\u3092\u65b0\u3057\u3044\u884c\u306b -config.description.beginBlockOnNewLine = \u65b0\u3057\u3044\u884c\u3067\u3001\u4e2d\u62ec\u5f27\u306e\u30d6\u30ed\u30c3\u30af\u3092\u958b\u59cb\u3057\u307e\u3059 - -config.name.check.updates.delay = \u66f4\u65b0\u30c1\u30a7\u30c3\u30af\u307e\u3067\u306e\u9045\u5ef6 -config.description.check.updates.delay = \u30a2\u30d7\u30ea\u30b1\u30fc\u30b7\u30e7\u30f3\u8d77\u52d5\u6642\u306b\u3001\u66f4\u65b0\u306e\u81ea\u52d5\u30c1\u30a7\u30c3\u30af\u3092\u884c\u3046\u307e\u3067\u306e\u6700\u5c0f\u6642\u9593 - -config.name.check.updates.stable = \u5b89\u5b9a\u7248\u306e\u30c1\u30a7\u30c3\u30af -config.description.check.updates.stable = \u5b89\u5b9a\u7248\u306e\u66f4\u65b0\u3092\u30c1\u30a7\u30c3\u30af\u3057\u307e\u3059 - -config.name.check.updates.nightly = \u30ca\u30a4\u30c8\u30ea\u30fc\uff08\u958b\u767a\uff09\u7248\u306e\u30c1\u30a7\u30c3\u30af -config.description.check.updates.nightly = \u30ca\u30a4\u30c8\u30ea\u30fc\uff08\u958b\u767a\uff09\u7248\u306e\u66f4\u65b0\u3092\u30c1\u30a7\u30c3\u30af\u3057\u307e\u3059 - -config.name.check.updates.enabled = \u30a2\u30c3\u30d7\u30c7\u30fc\u30c8\u306e\u30c1\u30a7\u30c3\u30af -config.description.check.updates.enabled = \u30a2\u30d7\u30ea\u30b1\u30fc\u30b7\u30e7\u30f3\u8d77\u52d5\u6642\u306b\u3001\u66f4\u65b0\u3092\u81ea\u52d5\u3067\u30c1\u30a7\u30c3\u30af\u3057\u307e\u3059 - -config.name.export.formats = \uff08\u5185\u90e8\uff09\u30a8\u30af\u30b9\u30dd\u30fc\u30c8\u306e\u5f62\u5f0f -config.description.export.formats = \u6700\u5f8c\u306b\u4f7f\u7528\u3057\u305f\u30a8\u30af\u30b9\u30dd\u30fc\u30c8\u306e\u5f62\u5f0f - -config.name.textExportSingleFile = \u30c6\u30ad\u30b9\u30c8\u3092\u5358\u4e00\u30d5\u30a1\u30a4\u30eb\u306b\u30a8\u30af\u30b9\u30dd\u30fc\u30c8\u3059\u308b -config.description.textExportSingleFile = \u30c6\u30ad\u30b9\u30c8\u3092\u8907\u6570\u3067\u306f\u306a\u304f\u30011\u3064\u306e\u30d5\u30a1\u30a4\u30eb\u306b\u30a8\u30af\u30b9\u30dd\u30fc\u30c8\u3057\u307e\u3059 - -config.name.textExportSingleFileSeparator = \u5358\u4e00\u30d5\u30a1\u30a4\u30eb\u30a8\u30af\u30b9\u30dd\u30fc\u30c8\u6642\u306e\u533a\u5207\u308a\u6587\u5b57 -config.description.textExportSingleFileSeparator = 1\u3064\u306e\u30d5\u30a1\u30a4\u30eb\u3092\u30a8\u30af\u30b9\u30dd\u30fc\u30c8\u3059\u308b\u3068\u304d\u306b\u3001\u30c6\u30ad\u30b9\u30c8\u9593\u306b\u633f\u5165\u3059\u308b\u6587\u5b57\u5217 - -config.name.textExportSingleFileRecordSeparator = \u5358\u4e00\u30d5\u30a1\u30a4\u30eb\u30a8\u30af\u30b9\u30dd\u30fc\u30c8\u6642\u306e\u30ec\u30b3\u30fc\u30c9\u306e\u533a\u5207\u308a\u6587\u5b57 -config.description.textExportSingleFileRecordSeparator = 1\u3064\u306e\u30d5\u30a1\u30a4\u30eb\u3092\u30a8\u30af\u30b9\u30dd\u30fc\u30c8\u3059\u308b\u3068\u304d\u306b\u3001\u30c6\u30ad\u30b9\u30c8\u30ec\u30b3\u30fc\u30c9\u9593\u306b\u633f\u5165\u3059\u308b\u6587\u5b57\u5217 - -config.name.warning.experimental.as12edit = AS1/2 \u306e\u76f4\u63a5\u7de8\u96c6\u3092\u8b66\u544a\u3059\u308b -config.description.warning.experimental.as12edit = \u5b9f\u9a13\u7684\u306a AS1/2 \u306e\u76f4\u63a5\u7de8\u96c6\u306b\u3064\u3044\u3066\u306e\u8b66\u544a\u3092\u8868\u793a\u3057\u307e\u3059 - -config.name.warning.experimental.as3edit = AS3 \u306e\u76f4\u63a5\u7de8\u96c6\u3092\u8b66\u544a\u3059\u308b -config.description.warning.experimental.as3edit = \u5b9f\u9a13\u7684\u306a AS3 \u306e\u76f4\u63a5\u7de8\u96c6\u306b\u3064\u3044\u3066\u306e\u8b66\u544a\u3092\u8868\u793a\u3057\u307e\u3059 - -config.name.packJavaScripts = JavaScript \u3092\u30d1\u30c3\u30af\u3059\u308b -config.description.packJavaScripts = Canvas Export \u3067\u4f5c\u6210\u3055\u308c\u305f\u30b9\u30af\u30ea\u30d7\u30c8\u3067\u3001JavaScript packer \u3092\u5b9f\u884c\u3057\u307e\u3059 - -config.name.textExportExportFontFace = SVG \u30a8\u30af\u30b9\u30dd\u30fc\u30c8\u3067 font-face \u3092\u4f7f\u7528\u3059\u308b -config.description.textExportExportFontFace = SVG \u3078\u306e\u30d5\u30a9\u30f3\u30c8\u30d5\u30a1\u30a4\u30eb\u57cb\u3081\u8fbc\u307f\u3067\u3001shapes \u306e\u4ee3\u308f\u308a\u306b font-face \u3092\u4f7f\u7528\u3057\u307e\u3059 - -config.name.lzmaFastBytes = LZMA fast bytes (\u6709\u52b9\u306a\u5024: 5\uff5e255) -config.description.lzmaFastBytes = LZMA \u30a8\u30f3\u30b3\u30fc\u30c0\u30fc\u306e fast bytes \u30d1\u30e9\u30e1\u30fc\u30bf\u30fc - -config.name.pluginPath = \u30d7\u30e9\u30b0\u30a4\u30f3\u30d1\u30b9 -config.description.pluginPath = - - -config.name.showMethodBodyId = \u30e1\u30bd\u30c3\u30c9\u672c\u4f53\u306eID\u3092\u8868\u793a\u3059\u308b -config.description.showMethodBodyId = \u30b3\u30de\u30f3\u30c9\u30e9\u30a4\u30f3\u30a4\u30f3\u30dd\u30fc\u30c8\u7528\u306e\u30e1\u30bd\u30c3\u30c9\u672c\u4f53\u306eID\u3092\u8868\u793a\u3057\u307e\u3059 - -config.name.export.zoom = \uff08\u5185\u90e8\uff09\u30a8\u30af\u30b9\u30dd\u30fc\u30c8\u306e\u30ba\u30fc\u30e0\u7387 -config.description.export.zoom = \u6700\u5f8c\u306b\u4f7f\u7528\u3057\u305f\u30a8\u30af\u30b9\u30dd\u30fc\u30c8\u306e\u30ba\u30fc\u30e0\u7387 - -config.name.debuggerPort = \u30c7\u30d0\u30c3\u30ac\u30dd\u30fc\u30c8 -config.description.debuggerPort = \u30bd\u30b1\u30c3\u30c8\u306e\u30c7\u30d0\u30c3\u30b0\u306b\u4f7f\u7528\u3059\u308b\u30dd\u30fc\u30c8 - -config.name.displayDebuggerInfo = \uff08\u5185\u90e8\uff09\u30c7\u30d0\u30c3\u30ac\u60c5\u5831\u3092\u8868\u793a\u3059\u308b -config.description.displayDebuggerInfo = \u30c7\u30d0\u30c3\u30ac\u3092\u5207\u308a\u66ff\u3048\u308b\u524d\u306b\u3001\u30c7\u30d0\u30c3\u30ac\u306b\u95a2\u3059\u308b\u60c5\u5831\u3092\u8868\u793a\u3057\u307e\u3059 - -config.name.randomDebuggerPackage = \u30c7\u30d0\u30c3\u30ac\u306b\u30e9\u30f3\u30c0\u30e0\u306a\u30d1\u30c3\u30b1\u30fc\u30b8\u540d\u3092\u4f7f\u7528\u3059\u308b -config.description.randomDebuggerPackage = \u30c7\u30d0\u30c3\u30ac\u306e\u30d1\u30c3\u30b1\u30fc\u30b8\u540d\u304c\u30e9\u30f3\u30c0\u30e0\u306a\u6587\u5b57\u5217\u306b\u5909\u66f4\u3055\u308c\u3001ActionScript \u306b\u3088\u308b\u3001\u30c7\u30d0\u30c3\u30ac\u306e\u5b58\u5728\u306e\u691c\u51fa\u3092\u3055\u308c\u306b\u304f\u304f\u3057\u307e\u3059 - -config.name.lastDebuggerReplaceFunction = \uff08\u5185\u90e8\uff09\u6700\u5f8c\u306b\u9078\u629e\u3055\u308c\u305f trace \u306e\u7f6e\u63db +advancedSettings.dialog.title=\u8a73\u7d30\u8a2d\u5b9a +advancedSettings.restartConfirmation=\u4e00\u90e8\u306e\u5909\u66f4\u3092\u6709\u52b9\u306b\u3059\u308b\u306b\u306f\u3001\u30d7\u30ed\u30b0\u30e9\u30e0\u3092\u518d\u8d77\u52d5\u3059\u308b\u5fc5\u8981\u304c\u3042\u308a\u307e\u3059\u3002\u4eca\u3059\u3050\u518d\u8d77\u52d5\u3057\u307e\u3059\u304b\uff1f +advancedSettings.columns.name=\u540d\u524d +advancedSettings.columns.value=\u5024 +advancedSettings.columns.description=\u8aac\u660e +default=\u30c7\u30d5\u30a9\u30eb\u30c8 +config.group.name.export=\u30a8\u30af\u30b9\u30dd\u30fc\u30c8 +config.group.description.export=\u30a8\u30af\u30b9\u30dd\u30fc\u30c8\u306e\u8a2d\u5b9a +config.group.name.script=\u30b9\u30af\u30ea\u30d7\u30c8 +config.group.description.script=ActionScript \u306e\u9006\u30b3\u30f3\u30d1\u30a4\u30eb\u95a2\u9023 +config.group.name.update=\u30a2\u30c3\u30d7\u30c7\u30fc\u30c8 +config.group.description.update=\u66f4\u65b0\u306e\u78ba\u8a8d +config.group.name.format=\u66f8\u5f0f +config.group.description.format=ActionScript \u30b3\u30fc\u30c9\u306e\u66f8\u5f0f +config.group.name.limit=\u5236\u9650 +config.group.description.limit=\u96e3\u8aad\u5316\u3055\u308c\u305f\u30b3\u30fc\u30c9\u306e\u9006\u30b3\u30f3\u30d1\u30a4\u30eb\u5236\u9650\u306a\u3069 +config.group.name.ui=\u30a4\u30f3\u30bf\u30fc\u30d5\u30a7\u30fc\u30b9 +config.group.description.ui=\u30e6\u30fc\u30b6\u30fc\u30a4\u30f3\u30bf\u30fc\u30d5\u30a7\u30fc\u30b9\u306e\u8a2d\u5b9a +config.group.name.debug=\u30c7\u30d0\u30c3\u30b0 +config.group.description.debug=\u30c7\u30d0\u30c3\u30b0\u8a2d\u5b9a +config.group.name.display=\u8868\u793a +config.group.description.display=Flash \u30aa\u30d6\u30b8\u30a7\u30af\u30c8\u306e\u8868\u793a\u306a\u3069 +config.group.name.decompilation=\u9006\u30b3\u30f3\u30d1\u30a4\u30eb +config.group.description.decompilation=\u30b0\u30ed\u30fc\u30d0\u30eb\u9006\u30b3\u30f3\u30d1\u30a4\u30eb\u95a2\u9023\u6a5f\u80fd +config.group.name.other=\u305d\u306e\u4ed6 +config.group.description.other=\u305d\u306e\u4ed6\u306e\u672a\u5206\u985e\u306e\u8a2d\u5b9a +config.name.openMultipleFiles=\u8907\u6570\u306e\u30d5\u30a1\u30a4\u30eb\u3092\u958b\u304f +config.description.openMultipleFiles=1\u3064\u306e\u30a6\u30a3\u30f3\u30c9\u30a6\u3067\u3001\u540c\u6642\u306b\u8907\u6570\u306e\u30d5\u30a1\u30a4\u30eb\u3092\u958b\u304f\u3053\u3068\u304c\u3067\u304d\u307e\u3059 +config.name.decompile=ActionScript \u30bd\u30fc\u30b9\u3092\u8868\u793a\u3059\u308b +config.description.decompile=\u3053\u308c\u3092\u7121\u52b9\u306b\u3059\u308b\u3068\u3001AS \u9006\u30b3\u30f3\u30d1\u30a4\u30eb\u3092\u7121\u52b9\u306b\u3057\u3066\u3001P-code \u306e\u307f\u3092\u8868\u793a\u3057\u307e\u3059 +config.name.dumpView=\u30c0\u30f3\u30d7\u3092\u898b\u308b +config.description.dumpView=\u751f\u306e16\u9032\u30c0\u30f3\u30d7\u3092\u898b\u307e\u3059 +config.name.useHexColorFormat=16\u9032\u30ab\u30e9\u30fc\u5f62\u5f0f +config.description.useHexColorFormat=\u8272\u309216\u9032\u6570\u3067\u8868\u793a\u3057\u307e\u3059 +config.name.parallelSpeedUp=\u4e26\u5217\u51e6\u7406\u306b\u3088\u308b\u9ad8\u901f\u5316 +config.description.parallelSpeedUp=\u4e26\u5217\u51e6\u7406\u306b\u3088\u308a\u3001\u9006\u30b3\u30f3\u30d1\u30a4\u30eb\u3092\u9ad8\u901f\u5316\u3067\u304d\u307e\u3059 +config.name.parallelSpeedUpThreadCount=\u30b9\u30ec\u30c3\u30c9\u6570 +config.description.parallelSpeedUpThreadCount=\u4e26\u5217\u51e6\u7406\u306b\u3088\u308b\u9ad8\u901f\u5316\u306e\u305f\u3081\u306e\u30b9\u30ec\u30c3\u30c9\u6570 +config.name.autoDeobfuscate=\u96e3\u8aad\u5316\u306e\u81ea\u52d5\u89e3\u9664 +config.description.autoDeobfuscate=ActionScript \u3092\u9006\u30b3\u30f3\u30d1\u30a4\u30eb\u3059\u308b\u524d\u306b\u3001\u3059\u3079\u3066\u306e\u30d5\u30a1\u30a4\u30eb\u306e\u96e3\u8aad\u5316\u89e3\u9664\u3092\u884c\u3044\u307e\u3059 +config.name.cacheOnDisk=\u30b9\u30c8\u30ec\u30fc\u30b8\u306b\u30ad\u30e3\u30c3\u30b7\u30e5\u3059\u308b +config.description.cacheOnDisk=\u3059\u3067\u306b\u9006\u30b3\u30f3\u30d1\u30a4\u30eb\u3057\u305f\u90e8\u5206\u3092\u3001\u30e1\u30e2\u30ea\u3067\u306f\u306a\u304f\u30b9\u30c8\u30ec\u30fc\u30b8\u306b\u30ad\u30e3\u30c3\u30b7\u30e5\u3057\u307e\u3059 +config.name.internalFlashViewer=\u72ec\u81ea\u306e Flash \u30d3\u30e5\u30fc\u30a2\u3092\u4f7f\u7528\u3059\u308b +config.description.internalFlashViewer=Flash \u30d1\u30fc\u30c4\u306e\u8868\u793a\u306b\u3001\u6a19\u6e96\u306e Flash Player \u3067\u306f\u306a\u304f\u3001JPEXS Flash Viewer \u3092\u4f7f\u7528\u3057\u307e\u3059 +config.name.gotoMainClassOnStartup=\u958b\u59cb\u6642\u306b\u30e1\u30a4\u30f3\u30af\u30e9\u30b9\u3078\u79fb\u52d5\u3059\u308b (AS3) +config.description.gotoMainClassOnStartup=SWF \u3092\u958b\u304f\u3068\u304d\u306b\u3001AS3 \u30d5\u30a1\u30a4\u30eb\u306e\u30c9\u30ad\u30e5\u30e1\u30f3\u30c8\u30af\u30e9\u30b9\u3078\u79fb\u52d5\u3057\u307e\u3059 +config.name.autoRenameIdentifiers=\u7121\u52b9\u306a\u8b58\u5225\u5b50\u306e\u81ea\u52d5\u30ea\u30cd\u30fc\u30e0 +config.description.autoRenameIdentifiers=SWF \u306e\u8aad\u307f\u8fbc\u307f\u6642\u306b\u3001\u7121\u52b9\u306a\u8b58\u5225\u5b50\u306e\u540d\u524d\u3092\u81ea\u52d5\u7684\u306b\u5909\u66f4\u3057\u307e\u3059 +config.name.offeredAssociation=\uff08\u5185\u90e8\uff09SWF \u30d5\u30a1\u30a4\u30eb\u3068\u306e\u95a2\u9023\u4ed8\u3051\u304c\u8868\u793a\u6e08\u307f +config.description.offeredAssociation=\u30d5\u30a1\u30a4\u30eb\u306e\u95a2\u9023\u4ed8\u3051\u306b\u95a2\u3059\u308b\u30c0\u30a4\u30a2\u30ed\u30b0\u304c\u3059\u3067\u306b\u8868\u793a\u3055\u308c\u307e\u3057\u305f +config.name.decimalAddress=10\u9032\u6570\u306e\u30a2\u30c9\u30ec\u30b9\u3092\u4f7f\u7528\u3059\u308b +config.description.decimalAddress=16\u9032\u6570\u306e\u4ee3\u308f\u308a\u306b\u300110\u9032\u6570\u306e\u30a2\u30c9\u30ec\u30b9\u3092\u4f7f\u7528\u3057\u307e\u3059 +config.name.showAllAddresses=\u3059\u3079\u3066\u306e\u30a2\u30c9\u30ec\u30b9\u3092\u8868\u793a\u3059\u308b +config.description.showAllAddresses=\u3059\u3079\u3066\u306e ActionScript \u306e\u547d\u4ee4\u306e\u30a2\u30c9\u30ec\u30b9\u3092\u8868\u793a\u3057\u307e\u3059 +config.name.useFrameCache=\u30d5\u30ec\u30fc\u30e0\u30ad\u30e3\u30c3\u30b7\u30e5\u3092\u4f7f\u7528\u3059\u308b +config.description.useFrameCache=\u518d\u5ea6\u30ec\u30f3\u30c0\u30ea\u30f3\u30b0\u3059\u308b\u524d\u306b\u3001\u30d5\u30ec\u30fc\u30e0\u3092\u30ad\u30e3\u30c3\u30b7\u30e5\u3057\u307e\u3059 +config.name.useRibbonInterface=\u30ea\u30dc\u30f3\u30a4\u30f3\u30bf\u30fc\u30d5\u30a7\u30fc\u30b9 +config.description.useRibbonInterface=\u30ea\u30dc\u30f3\u30e1\u30cb\u30e5\u30fc\u306a\u3057\u3067\u30af\u30e9\u30b7\u30c3\u30af\u30a4\u30f3\u30bf\u30fc\u30d5\u30a7\u30fc\u30b9\u3092\u4f7f\u7528\u3059\u308b\u5834\u5408\u306f\u3001\u30c1\u30a7\u30c3\u30af\u3092\u5916\u3057\u307e\u3059 +config.name.openFolderAfterFlaExport=FLA \u30a8\u30af\u30b9\u30dd\u30fc\u30c8\u5f8c\u306b\u30d5\u30a9\u30eb\u30c0\u3092\u958b\u304f +config.description.openFolderAfterFlaExport=FLA \u30d5\u30a1\u30a4\u30eb\u306e\u30a8\u30af\u30b9\u30dd\u30fc\u30c8\u5f8c\u306b\u3001\u51fa\u529b\u5148\u30c7\u30a3\u30ec\u30af\u30c8\u30ea\u3092\u958b\u304d\u307e\u3059 +config.name.useDetailedLogging=FFDec \u306e\u8a73\u7d30\u306a\u30ed\u30b0 +config.description.useDetailedLogging=FFDec \u306e\u30c7\u30d0\u30c3\u30b0\u306e\u305f\u3081\u306b\u3001\u8a73\u7d30\u306a\u30a8\u30e9\u30fc\u30e1\u30c3\u30bb\u30fc\u30b8\u3068\u60c5\u5831\u3092\u30ed\u30b0\u306b\u8a18\u9332\u3057\u307e\u3059 +config.name._debugMode=FFDec \u306e\u30c7\u30d0\u30c3\u30b0\u30e2\u30fc\u30c9 +config.description._debugMode=FFDec \u3092\u30c7\u30d0\u30c3\u30b0\u3059\u308b\u305f\u3081\u306e\u30e2\u30fc\u30c9\u3067\u3059\u3002\u30c7\u30d0\u30c3\u30b0\u30e1\u30cb\u30e5\u30fc\u3092\u30aa\u30f3\u306b\u3057\u307e\u3059\u3002\u3053\u308c\u306f\u30c7\u30d0\u30c3\u30ac\u306e\u6a5f\u80fd\u3068\u306f\u4f55\u306e\u95a2\u4fc2\u3082\u3042\u308a\u307e\u305b\u3093 +config.name.resolveConstants=AS1/2 \u306e P-code \u306e\u5b9a\u6570\u3092\u89e3\u6c7a\u3059\u308b +config.description.resolveConstants=\u3053\u308c\u3092\u30aa\u30d5\u306b\u3059\u308b\u3068\u3001P-code \u30a6\u30a3\u30f3\u30c9\u30a6\u306b\u306f\u5b9f\u969b\u306e\u5024\u3067\u306f\u306a\u304f\u300cconstantxx\u300d\u304c\u8868\u793a\u3055\u308c\u307e\u3059 +config.name.sublimiter=\u30b3\u30fc\u30c9\u30b5\u30d6\u306e\u5236\u9650 +config.description.sublimiter=\u96e3\u8aad\u5316\u3055\u308c\u305f\u30b3\u30fc\u30c9\u306e\u30b3\u30fc\u30c9\u30b5\u30d6\u306e\u5236\u9650 +config.name.exportTimeout=\u30a8\u30af\u30b9\u30dd\u30fc\u30c8\u306e\u30bf\u30a4\u30e0\u30a2\u30a6\u30c8\u6642\u9593 (\u79d2) +config.description.exportTimeout=\u3053\u306e\u6642\u9593\u7d4c\u3064\u3068\u3001\u30a8\u30af\u30b9\u30dd\u30fc\u30c8\u3092\u505c\u6b62\u3057\u307e\u3059 +config.name.decompilationTimeoutFile=\u5358\u4e00\u30d5\u30a1\u30a4\u30eb\u306e\u9006\u30b3\u30f3\u30d1\u30a4\u30eb\u306e\u30bf\u30a4\u30e0\u30a2\u30a6\u30c8\u6642\u9593 (\u79d2) +config.description.decompilationTimeoutFile=1\u3064\u306e\u30d5\u30a1\u30a4\u30eb\u3067\u3053\u306e\u6642\u9593\u7d4c\u3064\u3068\u3001ActionScript \u306e\u9006\u30b3\u30f3\u30d1\u30a4\u30eb\u3092\u505c\u6b62\u3057\u307e\u3059 +config.name.paramNamesEnable=AS3 \u3067\u30d1\u30e9\u30e1\u30fc\u30bf\u540d\u3092\u6709\u52b9\u306b\u3059\u308b +config.description.paramNamesEnable=\u9006\u30b3\u30f3\u30d1\u30a4\u30eb\u3067\u30d1\u30e9\u30e1\u30fc\u30bf\u540d\u3092\u4f7f\u7528\u3059\u308b\u3068\u3001Flash CS 5.5 \u306a\u3069\u306e\u516c\u5f0f\u30d7\u30ed\u30b0\u30e9\u30e0\u304c\u9593\u9055\u3063\u305f\u30d1\u30e9\u30e1\u30fc\u30bf\u540d\u306e\u30a4\u30f3\u30c7\u30c3\u30af\u30b9\u3092\u633f\u5165\u3059\u308b\u305f\u3081\u3001\u554f\u984c\u304c\u767a\u751f\u3059\u308b\u53ef\u80fd\u6027\u304c\u3042\u308a\u307e\u3059 +config.name.displayFileName=\u30bf\u30a4\u30c8\u30eb\u306b SWF \u540d\u3092\u8868\u793a\u3059\u308b +config.description.displayFileName=\u30a6\u30a3\u30f3\u30c9\u30a6\u30bf\u30a4\u30c8\u30eb\u306b\u3001SWF \u30d5\u30a1\u30a4\u30eb\u30d1\u30b9 / URL \u3092\u8868\u793a\u3057\u307e\u3059 (\u30b9\u30af\u30ea\u30fc\u30f3\u30b7\u30e7\u30c3\u30c8\u304c\u64ae\u308c\u308b\u3088\u3046\u306b\u306a\u308a\u307e\u3059) +config.name._debugCopy=\u518d\u30b3\u30f3\u30d1\u30a4\u30eb\u3059\u308b +config.description._debugCopy=\u540c\u3058\u30d0\u30a4\u30ca\u30ea\u30b3\u30fc\u30c9\u304c\u751f\u6210\u3055\u308c\u308b\u3053\u3068\u3092\u78ba\u8a8d\u3059\u308b\u305f\u3081\u306b\u3001\u958b\u3044\u305f\u76f4\u5f8c\u306e SWF \u30d5\u30a1\u30a4\u30eb\u3092\u518d\u5ea6\u30b3\u30f3\u30d1\u30a4\u30eb\u3057\u307e\u3059\u3002FFDec \u306e\u30c7\u30d0\u30c3\u30b0\u306b\u306e\u307f\u4f7f\u7528\u3057\u3066\u304f\u3060\u3055\u3044\uff01 +config.name.dumpTags=\u30bf\u30b0\u3092\u30b3\u30f3\u30bd\u30fc\u30eb\u306b\u30c0\u30f3\u30d7\u3059\u308b +config.description.dumpTags=SWF \u30d5\u30a1\u30a4\u30eb\u306e\u8aad\u307f\u53d6\u308a\u6642\u306b\u3001\u30bf\u30b0\u3092\u30b3\u30f3\u30bd\u30fc\u30eb\u306b\u30c0\u30f3\u30d7\u3057\u307e\u3059 +config.name.decompilationTimeoutSingleMethod=AS3: 1\u3064\u306e\u30e1\u30bd\u30c3\u30c9\u306e\u9006\u30b3\u30f3\u30d1\u30a4\u30eb\u306e\u30bf\u30a4\u30e0\u30a2\u30a6\u30c8\u6642\u9593 (\u79d2) +config.description.decompilationTimeoutSingleMethod=1\u3064\u306e\u30e1\u30bd\u30c3\u30c9\u3067\u3053\u306e\u6642\u9593\u7d4c\u3064\u3068\u3001ActionScript \u306e\u9006\u30b3\u30f3\u30d1\u30a4\u30eb\u3092\u505c\u6b62\u3057\u307e\u3059 +config.name.lastRenameType=\uff08\u5185\u90e8\uff09\u524d\u56de\u306e\u540d\u524d\u5909\u66f4\u30bf\u30a4\u30d7 +config.description.lastRenameType=\u6700\u5f8c\u306b\u4f7f\u7528\u3057\u305f\u8b58\u5225\u5b50\u306e\u540d\u524d\u5909\u66f4\u306e\u30bf\u30a4\u30d7 +config.name.lastSaveDir=\uff08\u5185\u90e8\uff09\u524d\u56de\u306e\u4fdd\u5b58\u30c7\u30a3\u30ec\u30af\u30c8\u30ea +config.description.lastSaveDir=\u6700\u5f8c\u306b\u4f7f\u7528\u3057\u305f\u4fdd\u5b58\u30c7\u30a3\u30ec\u30af\u30c8\u30ea +config.name.lastOpenDir=\uff08\u5185\u90e8\uff09\u524d\u56de\u958b\u3044\u305f\u30c7\u30a3\u30ec\u30af\u30c8\u30ea +config.description.lastOpenDir=\u6700\u5f8c\u306b\u958b\u3044\u305f\u30c7\u30a3\u30ec\u30af\u30c8\u30ea +config.name.lastExportDir=\uff08\u5185\u90e8\uff09\u524d\u56de\u306e\u30a8\u30af\u30b9\u30dd\u30fc\u30c8\u30c7\u30a3\u30ec\u30af\u30c8\u30ea +config.description.lastExportDir=\u6700\u5f8c\u306b\u4f7f\u7528\u3057\u305f\u30a8\u30af\u30b9\u30dd\u30fc\u30c8\u5148\u306e\u30c7\u30a3\u30ec\u30af\u30c8\u30ea +config.name.locale=\u8a00\u8a9e +config.description.locale=\u30ed\u30b1\u30fc\u30ebID +config.name.registerNameFormat=\u30ec\u30b8\u30b9\u30bf\u5909\u6570\u306e\u5f62\u5f0f +config.description.registerNameFormat=\u30ed\u30fc\u30ab\u30eb\u30fb\u30ec\u30b8\u30b9\u30bf\u5909\u6570\u540d\u306e\u5f62\u5f0f\u3002\u30ec\u30b8\u30b9\u30bf\u756a\u53f7\u306b\u306f%d\u3092\u4f7f\u7528\u3057\u307e\u3059 +config.name.maxRecentFileCount=\u6700\u8fd1\u306e\u30d5\u30a1\u30a4\u30eb\u306e\u6700\u5927\u6570 +config.description.maxRecentFileCount=\u6700\u8fd1\u958b\u3044\u305f\u30d5\u30a1\u30a4\u30eb\u306e\u6700\u5927\u6570 +config.name.recentFiles=\uff08\u5185\u90e8\uff09\u6700\u8fd1\u306e\u30d5\u30a1\u30a4\u30eb +config.description.recentFiles=\u6700\u8fd1\u958b\u3044\u305f\u30d5\u30a1\u30a4\u30eb +config.name.fontPairingMap=\uff08\u5185\u90e8\uff09\u30a4\u30f3\u30dd\u30fc\u30c8\u7528\u306e\u30d5\u30a9\u30f3\u30c8\u30da\u30a2 +config.description.fontPairingMap=\u65b0\u3057\u3044\u6587\u5b57\u3092\u30a4\u30f3\u30dd\u30fc\u30c8\u3059\u308b\u305f\u3081\u306e\u30d5\u30a9\u30f3\u30c8\u30da\u30a2 +config.name.lastUpdatesCheckDate=\uff08\u5185\u90e8\uff09\u6700\u7d42\u66f4\u65b0\u30c1\u30a7\u30c3\u30af\u65e5 +config.description.lastUpdatesCheckDate=\u30b5\u30fc\u30d0\u30fc\u306e\u66f4\u65b0\u3092\u6700\u5f8c\u306b\u30c1\u30a7\u30c3\u30af\u3057\u305f\u65e5\u4ed8 +config.name.gui.window.width=\uff08\u5185\u90e8\uff09\u524d\u56de\u306e\u30a6\u30a3\u30f3\u30c9\u30a6\u5e45 +config.description.gui.window.width=\u6700\u5f8c\u306b\u4fdd\u5b58\u3055\u308c\u305f\u30a6\u30a3\u30f3\u30c9\u30a6\u306e\u5e45 +config.name.gui.window.height=\uff08\u5185\u90e8\uff09\u524d\u56de\u306e\u30a6\u30a3\u30f3\u30c9\u30a6\u306e\u9ad8\u3055 +config.description.gui.window.height=\u6700\u5f8c\u306b\u4fdd\u5b58\u3055\u308c\u305f\u30a6\u30a3\u30f3\u30c9\u30a6\u306e\u9ad8\u3055 +config.name.gui.window.maximized.horizontal=\uff08\u5185\u90e8\uff09\u30a6\u30a3\u30f3\u30c9\u30a6\u3092\u6c34\u5e73\u65b9\u5411\u306b\u6700\u5927\u5316 +config.description.gui.window.maximized.horizontal=\u30a6\u30a3\u30f3\u30c9\u30a6\u304c\u6c34\u5e73\u65b9\u5411\u306b\u6700\u5927\u5316\u3055\u308c\u3066\u3044\u308b\u304b +config.name.gui.window.maximized.vertical=\uff08\u5185\u90e8\uff09\u30a6\u30a3\u30f3\u30c9\u30a6\u3092\u5782\u76f4\u65b9\u5411\u306b\u6700\u5927\u5316 +config.description.gui.window.maximized.vertical=\u30a6\u30a3\u30f3\u30c9\u30a6\u304c\u5782\u76f4\u65b9\u5411\u306b\u6700\u5927\u5316\u3055\u308c\u3066\u3044\u308b\u304b +config.name.gui.avm2.splitPane.dividerLocationPercent=\uff08\u5185\u90e8\uff09AS3 Splitter \u306e\u5834\u6240 +config.description.gui.avm2.splitPane.dividerLocationPercent= +config.name.gui.actionSplitPane.dividerLocationPercent=\uff08\u5185\u90e8\uff09AS1/2 Splitter \u306e\u5834\u6240 +config.description.gui.actionSplitPane.dividerLocationPercent= +config.name.gui.previewSplitPane.dividerLocationPercent=\uff08\u5185\u90e8\uff09\u30d7\u30ec\u30d3\u30e5\u30fc Splitter \u306e\u5834\u6240 +config.description.gui.previewSplitPane.dividerLocationPercent= +config.name.gui.splitPane1.dividerLocationPercent=\uff08\u5185\u90e8\uff09Splitter \u306e\u5834\u62401 +config.description.gui.splitPane1.dividerLocationPercent= +config.name.gui.splitPane2.dividerLocationPercent=\uff08\u5185\u90e8\uff09Splitter \u306e\u5834\u62402 +config.description.gui.splitPane2.dividerLocationPercent= +config.name.saveAsExeScaleMode=EXE \u30b9\u30b1\u30fc\u30eb\u30e2\u30fc\u30c9\u3068\u3057\u3066\u4fdd\u5b58\u3059\u308b +config.description.saveAsExeScaleMode=EXE \u30a8\u30af\u30b9\u30dd\u30fc\u30c8\u306e\u30b9\u30b1\u30fc\u30ea\u30f3\u30b0\u30e2\u30fc\u30c9 +config.name.syntaxHighlightLimit=\u30b7\u30f3\u30bf\u30c3\u30af\u30b9\u30cf\u30a4\u30e9\u30a4\u30c8\u306e\u6700\u5927\u6587\u5b57\u6570 +config.description.syntaxHighlightLimit=\u30b7\u30f3\u30bf\u30c3\u30af\u30b9\u30cf\u30a4\u30e9\u30a4\u30c8\u3092\u5b9f\u884c\u3059\u308b\u6700\u5927\u6587\u5b57\u6570 +config.name.guiFontPreviewSampleText=\uff08\u5185\u90e8\uff09\u524d\u56de\u30d7\u30ec\u30d3\u30e5\u30fc\u3057\u305f\u30d5\u30a9\u30f3\u30c8\u306e\u30b5\u30f3\u30d7\u30eb\u30c6\u30ad\u30b9\u30c8 +config.description.guiFontPreviewSampleText=\u6700\u5f8c\u306b\u30d7\u30ec\u30d3\u30e5\u30fc\u3057\u305f\u3001\u30d5\u30a9\u30f3\u30c8\u306e\u30b5\u30f3\u30d7\u30eb\u30c6\u30ad\u30b9\u30c8\u3089\u306e\u30a4\u30f3\u30c7\u30c3\u30af\u30b9 +config.name.gui.fontPreviewWindow.width=\uff08\u5185\u90e8\uff09\u30d5\u30a9\u30f3\u30c8\u30d7\u30ec\u30d3\u30e5\u30fc\u30a6\u30a3\u30f3\u30c9\u30a6\u306e\u5e45 +config.description.gui.fontPreviewWindow.width= +config.name.gui.fontPreviewWindow.height=\uff08\u5185\u90e8\uff09\u30d5\u30a9\u30f3\u30c8\u30d7\u30ec\u30d3\u30e5\u30fc\u30a6\u30a3\u30f3\u30c9\u30a6\u306e\u9ad8\u3055 +config.description.gui.fontPreviewWindow.height= +config.name.gui.fontPreviewWindow.posX=\uff08\u5185\u90e8\uff09\u30d5\u30a9\u30f3\u30c8\u30d7\u30ec\u30d3\u30e5\u30fc\u30a6\u30a3\u30f3\u30c9\u30a6\u306eX\u4f4d\u7f6e +config.description.gui.fontPreviewWindow.posX= +config.name.gui.fontPreviewWindow.posY=\uff08\u5185\u90e8\uff09\u30d5\u30a9\u30f3\u30c8\u30d7\u30ec\u30d3\u30e5\u30fc\u30a6\u30a3\u30f3\u30c9\u30a6\u306eY\u4f4d\u7f6e +config.description.gui.fontPreviewWindow.posY= +config.name.formatting.indent.size=\u30a4\u30f3\u30c7\u30f3\u30c8\u5e45 +config.description.formatting.indent.size=1\u3064\u306e\u30a4\u30f3\u30c7\u30f3\u30c8\u304c\u30b9\u30da\u30fc\u30b9\u4f55\u6587\u5b57\u5206\u306e\u5e45\u304b +config.name.formatting.indent.useTabs=\u30a4\u30f3\u30c7\u30f3\u30c8\u306b\u30bf\u30d6\u3092\u4f7f\u3046 +config.description.formatting.indent.useTabs=\u30a4\u30f3\u30c7\u30f3\u30c8\u306b\u3001\u30b9\u30da\u30fc\u30b9\u306e\u4ee3\u308f\u308a\u306b\u30bf\u30d6\u3092\u4f7f\u7528\u3057\u307e\u3059 +config.name.beginBlockOnNewLine=\u4e2d\u62ec\u5f27\u3092\u65b0\u3057\u3044\u884c\u306b +config.description.beginBlockOnNewLine=\u65b0\u3057\u3044\u884c\u3067\u3001\u4e2d\u62ec\u5f27\u306e\u30d6\u30ed\u30c3\u30af\u3092\u958b\u59cb\u3057\u307e\u3059 +config.name.check.updates.delay=\u66f4\u65b0\u30c1\u30a7\u30c3\u30af\u307e\u3067\u306e\u9045\u5ef6 +config.description.check.updates.delay=\u30a2\u30d7\u30ea\u30b1\u30fc\u30b7\u30e7\u30f3\u8d77\u52d5\u6642\u306b\u3001\u66f4\u65b0\u306e\u81ea\u52d5\u30c1\u30a7\u30c3\u30af\u3092\u884c\u3046\u307e\u3067\u306e\u6700\u5c0f\u6642\u9593 +config.name.check.updates.stable=\u5b89\u5b9a\u7248\u306e\u30c1\u30a7\u30c3\u30af +config.description.check.updates.stable=\u5b89\u5b9a\u7248\u306e\u66f4\u65b0\u3092\u30c1\u30a7\u30c3\u30af\u3057\u307e\u3059 +config.name.check.updates.nightly=\u30ca\u30a4\u30c8\u30ea\u30fc\uff08\u958b\u767a\uff09\u7248\u306e\u30c1\u30a7\u30c3\u30af +config.description.check.updates.nightly=\u30ca\u30a4\u30c8\u30ea\u30fc\uff08\u958b\u767a\uff09\u7248\u306e\u66f4\u65b0\u3092\u30c1\u30a7\u30c3\u30af\u3057\u307e\u3059 +config.name.check.updates.enabled=\u30a2\u30c3\u30d7\u30c7\u30fc\u30c8\u306e\u30c1\u30a7\u30c3\u30af +config.description.check.updates.enabled=\u30a2\u30d7\u30ea\u30b1\u30fc\u30b7\u30e7\u30f3\u8d77\u52d5\u6642\u306b\u3001\u66f4\u65b0\u3092\u81ea\u52d5\u3067\u30c1\u30a7\u30c3\u30af\u3057\u307e\u3059 +config.name.export.formats=\uff08\u5185\u90e8\uff09\u30a8\u30af\u30b9\u30dd\u30fc\u30c8\u306e\u5f62\u5f0f +config.description.export.formats=\u6700\u5f8c\u306b\u4f7f\u7528\u3057\u305f\u30a8\u30af\u30b9\u30dd\u30fc\u30c8\u306e\u5f62\u5f0f +config.name.textExportSingleFile=\u30c6\u30ad\u30b9\u30c8\u3092\u5358\u4e00\u30d5\u30a1\u30a4\u30eb\u306b\u30a8\u30af\u30b9\u30dd\u30fc\u30c8\u3059\u308b +config.description.textExportSingleFile=\u30c6\u30ad\u30b9\u30c8\u3092\u8907\u6570\u3067\u306f\u306a\u304f\u30011\u3064\u306e\u30d5\u30a1\u30a4\u30eb\u306b\u30a8\u30af\u30b9\u30dd\u30fc\u30c8\u3057\u307e\u3059 +config.name.textExportSingleFileSeparator=\u5358\u4e00\u30d5\u30a1\u30a4\u30eb\u30a8\u30af\u30b9\u30dd\u30fc\u30c8\u6642\u306e\u533a\u5207\u308a\u6587\u5b57 +config.description.textExportSingleFileSeparator=1\u3064\u306e\u30d5\u30a1\u30a4\u30eb\u3092\u30a8\u30af\u30b9\u30dd\u30fc\u30c8\u3059\u308b\u3068\u304d\u306b\u3001\u30c6\u30ad\u30b9\u30c8\u9593\u306b\u633f\u5165\u3059\u308b\u6587\u5b57\u5217 +config.name.textExportSingleFileRecordSeparator=\u5358\u4e00\u30d5\u30a1\u30a4\u30eb\u30a8\u30af\u30b9\u30dd\u30fc\u30c8\u6642\u306e\u30ec\u30b3\u30fc\u30c9\u306e\u533a\u5207\u308a\u6587\u5b57 +config.description.textExportSingleFileRecordSeparator=1\u3064\u306e\u30d5\u30a1\u30a4\u30eb\u3092\u30a8\u30af\u30b9\u30dd\u30fc\u30c8\u3059\u308b\u3068\u304d\u306b\u3001\u30c6\u30ad\u30b9\u30c8\u30ec\u30b3\u30fc\u30c9\u9593\u306b\u633f\u5165\u3059\u308b\u6587\u5b57\u5217 +config.name.warning.experimental.as12edit=AS1/2 \u306e\u76f4\u63a5\u7de8\u96c6\u3092\u8b66\u544a\u3059\u308b +config.description.warning.experimental.as12edit=\u5b9f\u9a13\u7684\u306a AS1/2 \u306e\u76f4\u63a5\u7de8\u96c6\u306b\u3064\u3044\u3066\u306e\u8b66\u544a\u3092\u8868\u793a\u3057\u307e\u3059 +config.name.warning.experimental.as3edit=AS3 \u306e\u76f4\u63a5\u7de8\u96c6\u3092\u8b66\u544a\u3059\u308b +config.description.warning.experimental.as3edit=\u5b9f\u9a13\u7684\u306a AS3 \u306e\u76f4\u63a5\u7de8\u96c6\u306b\u3064\u3044\u3066\u306e\u8b66\u544a\u3092\u8868\u793a\u3057\u307e\u3059 +config.name.packJavaScripts=JavaScript \u3092\u30d1\u30c3\u30af\u3059\u308b +config.description.packJavaScripts=Canvas Export \u3067\u4f5c\u6210\u3055\u308c\u305f\u30b9\u30af\u30ea\u30d7\u30c8\u3067\u3001JavaScript packer \u3092\u5b9f\u884c\u3057\u307e\u3059 +config.name.textExportExportFontFace=SVG \u30a8\u30af\u30b9\u30dd\u30fc\u30c8\u3067 font-face \u3092\u4f7f\u7528\u3059\u308b +config.description.textExportExportFontFace=SVG \u3078\u306e\u30d5\u30a9\u30f3\u30c8\u30d5\u30a1\u30a4\u30eb\u57cb\u3081\u8fbc\u307f\u3067\u3001shapes \u306e\u4ee3\u308f\u308a\u306b font-face \u3092\u4f7f\u7528\u3057\u307e\u3059 +config.name.lzmaFastBytes=LZMA fast bytes (\u6709\u52b9\u306a\u5024: 5\uff5e255) +config.description.lzmaFastBytes=LZMA \u30a8\u30f3\u30b3\u30fc\u30c0\u30fc\u306e fast bytes \u30d1\u30e9\u30e1\u30fc\u30bf\u30fc +config.name.pluginPath=\u30d7\u30e9\u30b0\u30a4\u30f3\u30d1\u30b9 +config.description.pluginPath=- +config.name.showMethodBodyId=\u30e1\u30bd\u30c3\u30c9\u672c\u4f53\u306eID\u3092\u8868\u793a\u3059\u308b +config.description.showMethodBodyId=\u30b3\u30de\u30f3\u30c9\u30e9\u30a4\u30f3\u30a4\u30f3\u30dd\u30fc\u30c8\u7528\u306e\u30e1\u30bd\u30c3\u30c9\u672c\u4f53\u306eID\u3092\u8868\u793a\u3057\u307e\u3059 +config.name.export.zoom=\uff08\u5185\u90e8\uff09\u30a8\u30af\u30b9\u30dd\u30fc\u30c8\u306e\u30ba\u30fc\u30e0\u7387 +config.description.export.zoom=\u6700\u5f8c\u306b\u4f7f\u7528\u3057\u305f\u30a8\u30af\u30b9\u30dd\u30fc\u30c8\u306e\u30ba\u30fc\u30e0\u7387 +config.name.debuggerPort=\u30c7\u30d0\u30c3\u30ac\u30dd\u30fc\u30c8 +config.description.debuggerPort=\u30bd\u30b1\u30c3\u30c8\u306e\u30c7\u30d0\u30c3\u30b0\u306b\u4f7f\u7528\u3059\u308b\u30dd\u30fc\u30c8 +config.name.displayDebuggerInfo=\uff08\u5185\u90e8\uff09\u30c7\u30d0\u30c3\u30ac\u60c5\u5831\u3092\u8868\u793a\u3059\u308b +config.description.displayDebuggerInfo=\u30c7\u30d0\u30c3\u30ac\u3092\u5207\u308a\u66ff\u3048\u308b\u524d\u306b\u3001\u30c7\u30d0\u30c3\u30ac\u306b\u95a2\u3059\u308b\u60c5\u5831\u3092\u8868\u793a\u3057\u307e\u3059 +config.name.randomDebuggerPackage=\u30c7\u30d0\u30c3\u30ac\u306b\u30e9\u30f3\u30c0\u30e0\u306a\u30d1\u30c3\u30b1\u30fc\u30b8\u540d\u3092\u4f7f\u7528\u3059\u308b +config.description.randomDebuggerPackage=\u30c7\u30d0\u30c3\u30ac\u306e\u30d1\u30c3\u30b1\u30fc\u30b8\u540d\u304c\u30e9\u30f3\u30c0\u30e0\u306a\u6587\u5b57\u5217\u306b\u5909\u66f4\u3055\u308c\u3001ActionScript \u306b\u3088\u308b\u3001\u30c7\u30d0\u30c3\u30ac\u306e\u5b58\u5728\u306e\u691c\u51fa\u3092\u3055\u308c\u306b\u304f\u304f\u3057\u307e\u3059 +config.name.lastDebuggerReplaceFunction=\uff08\u5185\u90e8\uff09\u6700\u5f8c\u306b\u9078\u629e\u3055\u308c\u305f trace \u306e\u7f6e\u63db # config.description.lastDebuggerReplaceFunction = \u30c7\u30d0\u30c3\u30ac\u3067trace\u3092\u7f6e\u304d\u63db\u3048\u308b\u969b\u306b\u3001\u6700\u5f8c\u306b\u9078\u629e\u3055\u308c\u305f\u95a2\u6570\u540d - -config.name.getLocalNamesFromDebugInfo = AS3: \u30c7\u30d0\u30c3\u30b0\u60c5\u5831\u304b\u3089\u30ed\u30fc\u30ab\u30eb\u30ec\u30b8\u30b9\u30bf\u540d\u3092\u53d6\u5f97\u3059\u308b -config.description.getLocalNamesFromDebugInfo = \u30c7\u30d0\u30c3\u30b0\u60c5\u5831\u304c\u3042\u308b\u5834\u5408\u3001\u30ed\u30fc\u30ab\u30eb\u30ec\u30b8\u30b9\u30bf\u306e\u540d\u524d\u3092 _loc_x_ \u304b\u3089\u5b9f\u969b\u306e\u540d\u524d\u306b\u5909\u66f4\u3057\u307e\u3059\u3002\u4e00\u90e8\u306e\u96e3\u8aad\u5316\u30c4\u30fc\u30eb\u306f\u7121\u52b9\u306a\u30ec\u30b8\u30b9\u30bf\u540d\u3092\u4f7f\u7528\u3059\u308b\u305f\u3081\u3001\u3053\u308c\u306f\u30aa\u30d5\u306b\u3059\u308b\u3053\u3068\u304c\u3067\u304d\u307e\u3059 - -config.name.tagTreeShowEmptyFolders = \u7a7a\u306e\u30d5\u30a9\u30eb\u30c0\u3092\u8868\u793a\u3059\u308b -config.description.tagTreeShowEmptyFolders = \u30bf\u30b0\u30c4\u30ea\u30fc\u306b\u7a7a\u306e\u30d5\u30a9\u30eb\u30c0\u3092\u8868\u793a\u3057\u307e\u3059 - -config.name.autoLoadEmbeddedSwfs = \u57cb\u3081\u8fbc\u307e\u308c\u305f SWF \u3092\u81ea\u52d5\u7684\u306b\u8aad\u307f\u8fbc\u3080 -config.description.autoLoadEmbeddedSwfs = DefineBinaryData \u30bf\u30b0\u304b\u3089\u57cb\u3081\u8fbc\u307e\u308c\u305f SWF \u3092\u3001\u81ea\u52d5\u7684\u306b\u8aad\u307f\u8fbc\u307f\u307e\u3059 - -config.name.overrideTextExportFileName = \u30a8\u30af\u30b9\u30dd\u30fc\u30c8\u3059\u308b\u30c6\u30ad\u30b9\u30c8\u30d5\u30a1\u30a4\u30eb\u540d\u3092\u4e0a\u66f8\u304d\u3059\u308b -config.description.overrideTextExportFileName = \u30a8\u30af\u30b9\u30dd\u30fc\u30c8\u3055\u308c\u305f\u30c6\u30ad\u30b9\u30c8\u306e\u30d5\u30a1\u30a4\u30eb\u540d\u3092\u30ab\u30b9\u30bf\u30de\u30a4\u30ba\u3067\u304d\u307e\u3059\u3002\u73fe\u5728\u306e SWF \u306e\u30d5\u30a1\u30a4\u30eb\u540d\u3092\u4f7f\u7528\u3059\u308b\u306b\u306f\u3001{filename} \u306e\u30d7\u30ec\u30fc\u30b9\u30db\u30eb\u30c0\u3092\u4f7f\u7528\u3057\u307e\u3059 - -config.name.showOldTextDuringTextEditing = \u30c6\u30ad\u30b9\u30c8\u7de8\u96c6\u4e2d\u306b\u53e4\u3044\u30c6\u30ad\u30b9\u30c8\u3092\u8868\u793a\u3059\u308b -config.description.showOldTextDuringTextEditing = \u30d7\u30ec\u30d3\u30e5\u30fc\u9818\u57df\u306b\u3001\u30c6\u30ad\u30b9\u30c8\u30bf\u30b0\u306e\u5143\u306e\u30c6\u30ad\u30b9\u30c8\u3092\u3001\u7070\u8272\u3067\u8868\u793a\u3057\u307e\u3059 - -config.group.name.import = \u30a4\u30f3\u30dd\u30fc\u30c8 -config.group.description.import = \u30a4\u30f3\u30dd\u30fc\u30c8\u306e\u8a2d\u5b9a - -config.name.textImportResizeTextBoundsMode = \u30c6\u30ad\u30b9\u30c8\u5883\u754c\u306e\u30ea\u30b5\u30a4\u30ba\u30e2\u30fc\u30c9 -config.description.textImportResizeTextBoundsMode = \u30c6\u30ad\u30b9\u30c8\u7de8\u96c6\u5f8c\u306e\u3001\u30c6\u30ad\u30b9\u30c8\u5883\u754c\u306e\u30b5\u30a4\u30ba\u5909\u66f4\u30e2\u30fc\u30c9 - -config.name.showCloseConfirmation = \u5909\u66f4\u3055\u308c\u305f SWF \u3092\u9589\u3058\u308b\u304b\u306e\u78ba\u8a8d\u3092\u8868\u793a\u3059\u308b -config.description.showCloseConfirmation = \u5909\u66f4\u3055\u308c\u305f SWF \u30d5\u30a1\u30a4\u30eb\u3092\u9589\u3058\u308b\u304b\u306e\u78ba\u8a8d\u3092\u8868\u793a\u3057\u307e\u3059 - -config.name.showCodeSavedMessage = \u30b3\u30fc\u30c9\u4fdd\u5b58\u306e\u30e1\u30c3\u30bb\u30fc\u30b8\u3092\u8868\u793a\u3059\u308b -config.description.showCodeSavedMessage = \u30b3\u30fc\u30c9 (ActionScript) \u304c\u4fdd\u5b58\u3055\u308c\u305f\u3001\u3068\u3044\u3046\u30e1\u30c3\u30bb\u30fc\u30b8\u3092\u8868\u793a\u3057\u307e\u3059 - -config.name.showTraitSavedMessage = trait \u4fdd\u5b58\u306e\u30e1\u30c3\u30bb\u30fc\u30b8\u3092\u8868\u793a\u3059\u308b -config.description.showTraitSavedMessage = trait (P-code) \u304c\u4fdd\u5b58\u3055\u308c\u305f\u3001\u3068\u3044\u3046\u30e1\u30c3\u30bb\u30fc\u30b8\u3092\u8868\u793a\u3057\u307e\u3059 - -config.name.updateProxyAddress = \u66f4\u65b0\u3092\u78ba\u8a8d\u3059\u308b\u305f\u3081\u306e http \u30d7\u30ed\u30ad\u30b7\u30a2\u30c9\u30ec\u30b9 -config.description.updateProxyAddress = \u66f4\u65b0\u3092\u78ba\u8a8d\u3059\u308b\u305f\u3081\u306e http \u30d7\u30ed\u30ad\u30b7\u30a2\u30c9\u30ec\u30b9 (\u5f62\u5f0f: example.com:8080) - -config.name.editorMode = \u30a8\u30c7\u30a3\u30bf\u30e2\u30fc\u30c9 -config.description.editorMode = \u30c6\u30ad\u30b9\u30c8\u307e\u305f\u306f\u30b9\u30af\u30ea\u30d7\u30c8\u30ce\u30fc\u30c9\u3092\u9078\u629e\u3057\u305f\u3068\u304d\u306b\u3001\u81ea\u52d5\u7684\u306b\u30c6\u30ad\u30b9\u30c8\u30a8\u30ea\u30a2\u3092\u7de8\u96c6\u53ef\u80fd\u306b\u3057\u307e\u3059 - -config.name.autoSaveTagModifications = \u30bf\u30b0\u5207\u308a\u66ff\u3048\u6642\u306b\u81ea\u52d5\u4fdd\u5b58 -config.description.autoSaveTagModifications = \u30c4\u30ea\u30fc\u3067\u65b0\u3057\u3044\u30bf\u30b0\u3092\u9078\u629e\u3057\u305f\u3068\u304d\u306b\u3001\u5909\u66f4\u3092\u4fdd\u5b58\u3057\u307e\u3059 - -config.name.saveSessionOnExit = \u7d42\u4e86\u6642\u306b\u30bb\u30c3\u30b7\u30e7\u30f3\u3092\u4fdd\u5b58\u3059\u308b -config.description.saveSessionOnExit = \u73fe\u5728\u306e\u30bb\u30c3\u30b7\u30e7\u30f3\u3092\u4fdd\u5b58\u3057\u3001FFDec \u518d\u8d77\u52d5\u5f8c\u306b\u518d\u3073\u958b\u304d\u307e\u3059 (\u5b9f\u969b\u306e\u30d5\u30a1\u30a4\u30eb\u3067\u306e\u307f\u52d5\u4f5c\u3057\u307e\u3059) - -config.name._showDebugMenu = FFDec \u306e\u30c7\u30d0\u30c3\u30b0\u30e1\u30cb\u30e5\u30fc\u3092\u8868\u793a\u3059\u308b -config.description._showDebugMenu = \u30ea\u30dc\u30f3\u306b\u3001\u9006\u30b3\u30f3\u30d1\u30a4\u30e9\u306e\u30c7\u30d0\u30c3\u30b0\u7528\u30e1\u30cb\u30e5\u30fc\u3092\u8868\u793a\u3057\u307e\u3059 - -config.name.allowOnlyOneInstance = FFDec \u306e\u30a4\u30f3\u30b9\u30bf\u30f3\u30b9\u30921\u3064\u3060\u3051\u8a31\u53ef\u3059\u308b (Windows \u306e\u307f) -config.description.allowOnlyOneInstance = FFDec \u306f1\u3064\u3060\u3051\u5b9f\u884c\u3067\u304d\u3001\u958b\u3044\u305f\u30d5\u30a1\u30a4\u30eb\u306f\u3059\u3079\u30661\u3064\u306e\u30a6\u30a3\u30f3\u30c9\u30a6\u306b\u8ffd\u52a0\u3055\u308c\u307e\u3059\u3002\u3053\u308c\u306f Windows OS \u3067\u306e\u307f\u52d5\u4f5c\u3057\u307e\u3059 - -config.name.scriptExportSingleFile = \u30b9\u30af\u30ea\u30d7\u30c8\u3092\u5358\u4e00\u30d5\u30a1\u30a4\u30eb\u306b\u30a8\u30af\u30b9\u30dd\u30fc\u30c8\u3059\u308b -config.description.scriptExportSingleFile = \u30b9\u30af\u30ea\u30d7\u30c8\u3092\u3001\u8907\u6570\u3067\u306f\u306a\u304f1\u3064\u306e\u30d5\u30a1\u30a4\u30eb\u306b\u30a8\u30af\u30b9\u30dd\u30fc\u30c8\u3057\u307e\u3059 - -config.name.setFFDecVersionInExportedFont = \u30a8\u30af\u30b9\u30dd\u30fc\u30c8\u3057\u305f\u30d5\u30a9\u30f3\u30c8\u306b\u3001FFDec \u306e\u30d0\u30fc\u30b8\u30e7\u30f3\u756a\u53f7\u3092\u8a2d\u5b9a\u3059\u308b -config.description.setFFDecVersionInExportedFont = \u3053\u306e\u8a2d\u5b9a\u3092\u7121\u52b9\u306b\u3059\u308b\u3068\u3001FFDec \u306f\u30a8\u30af\u30b9\u30dd\u30fc\u30c8\u3057\u305f\u30d5\u30a9\u30f3\u30c8\u306b\u3001\u73fe\u5728\u306e FFDec \u306e\u30d0\u30fc\u30b8\u30e7\u30f3\u756a\u53f7\u3092\u8ffd\u52a0\u3057\u307e\u305b\u3093 - -config.name.gui.skin = \u30e6\u30fc\u30b6\u30fc\u30a4\u30f3\u30bf\u30fc\u30d5\u30a7\u30fc\u30b9\u306e\u30b9\u30ad\u30f3 -config.description.gui.skin = \u30b9\u30ad\u30f3\u3092\u898b\u3066\u611f\u3058\u3066\u304f\u3060\u3055\u3044 - -config.name.lastSessionFiles = \u524d\u56de\u306e\u30bb\u30c3\u30b7\u30e7\u30f3\u30d5\u30a1\u30a4\u30eb -config.description.lastSessionFiles = \u524d\u56de\u306e\u30bb\u30c3\u30b7\u30e7\u30f3\u3067\u958b\u3044\u3066\u3044\u305f\u30d5\u30a1\u30a4\u30eb\u3089 - -config.name.lastSessionSelection = \u524d\u56de\u306e\u30bb\u30c3\u30b7\u30e7\u30f3\u306e\u9078\u629e\u72b6\u614b -config.description.lastSessionSelection = \u524d\u56de\u306e\u30bb\u30c3\u30b7\u30e7\u30f3\u3067\u9078\u629e\u3057\u3066\u3044\u305f\u30bf\u30b0 - -config.name.loopMedia = \u30b5\u30a6\u30f3\u30c9\u3068\u30b9\u30d7\u30e9\u30a4\u30c8\u3092\u30eb\u30fc\u30d7\u3055\u305b\u308b -config.description.loopMedia = \u30b5\u30a6\u30f3\u30c9\u3068\u30b9\u30d7\u30e9\u30a4\u30c8\u306e\u518d\u751f\u3092\u81ea\u52d5\u7684\u306b\u518d\u958b\u3057\u307e\u3059 - -config.name.gui.timeLineSplitPane.dividerLocationPercent = \uff08\u5185\u90e8\uff09\u30bf\u30a4\u30e0\u30e9\u30a4\u30f3 Splitter \u306e\u5834\u6240 -config.description.gui.timeLineSplitPane.dividerLocationPercent = - -config.name.cacheImages = \u753b\u50cf\u306e\u30ad\u30e3\u30c3\u30b7\u30e5 -config.description.cacheImages = \u30c7\u30b3\u30fc\u30c9\u3055\u308c\u305f\u753b\u50cf\u30aa\u30d6\u30b8\u30a7\u30af\u30c8\u3092\u30ad\u30e3\u30c3\u30b7\u30e5\u3057\u307e\u3059 - -config.name.swfSpecificConfigs = SWF \u56fa\u6709\u306e\u8a2d\u5b9a -config.description.swfSpecificConfigs = SWF \u56fa\u6709\u306e\u8a2d\u5b9a\u304c\u542b\u307e\u308c\u307e\u3059 - -config.name.exeExportMode = EXE \u306e\u30a8\u30af\u30b9\u30dd\u30fc\u30c8\u30e2\u30fc\u30c9 -config.description.exeExportMode = EXE \u306e\u30a8\u30af\u30b9\u30dd\u30fc\u30c8\u30e2\u30fc\u30c9 - -config.name.ignoreCLikePackages = FlashCC / Alchemy\u3001\u307e\u305f\u306f\u985e\u4f3c\u306e\u30d1\u30c3\u30b1\u30fc\u30b8\u3092\u7121\u8996\u3059\u308b -config.description.ignoreCLikePackages = FlashCC / Alchemy \u30d1\u30c3\u30b1\u30fc\u30b8\u306f\u901a\u5e38\u6b63\u3057\u304f\u9006\u30b3\u30f3\u30d1\u30a4\u30eb\u3067\u304d\u307e\u305b\u3093\u3002\u3053\u308c\u3089\u3092\u7121\u52b9\u306b\u3059\u308b\u3053\u3068\u3067\u3001\u4ed6\u306e\u30d1\u30c3\u30b1\u30fc\u30b8\u306e\u9006\u30b3\u30f3\u30d1\u30a4\u30eb\u3092\u9ad8\u901f\u5316\u3059\u308b\u3053\u3068\u304c\u3067\u304d\u307e\u3059 - -config.name.overwriteExistingFiles = \u65e2\u5b58\u306e\u30d5\u30a1\u30a4\u30eb\u3092\u4e0a\u66f8\u304d\u3059\u308b -config.description.overwriteExistingFiles = \u30a8\u30af\u30b9\u30dd\u30fc\u30c8\u6642\u306b\u65e2\u5b58\u306e\u30d5\u30a1\u30a4\u30eb\u3092\u4e0a\u66f8\u304d\u3057\u307e\u3059\u3002\u73fe\u5728\u306f AS2/3 \u306e\u30b9\u30af\u30ea\u30d7\u30c8\u3067\u306e\u307f - -config.name.smartNumberFormatting = \u30b9\u30de\u30fc\u30c8\u306a\u6570\u5b57\u30d5\u30a9\u30fc\u30de\u30c3\u30c8\u3092\u4f7f\u7528\u3059\u308b -config.description.smartNumberFormatting = \u7279\u6b8a\u306a\u6570\u5b57\u3092\u30d5\u30a9\u30fc\u30de\u30c3\u30c8\u3059\u308b (\u8272\u3084\u6642\u9593\u306a\u3069) - -config.name.enableScriptInitializerDisplay = (REMOVED) \u30b9\u30af\u30ea\u30d7\u30c8\u306e\u30a4\u30cb\u30b7\u30e3\u30e9\u30a4\u30b6\u3092\u8868\u793a\u3059\u308b -config.description.enableScriptInitializerDisplay = \u30b9\u30af\u30ea\u30d7\u30c8\u30a4\u30cb\u30b7\u30e3\u30e9\u30a4\u30b6\u306e\u8868\u793a\u3068\u7de8\u96c6\u3092\u6709\u52b9\u306b\u3057\u307e\u3059\u3002\u3053\u306e\u8a2d\u5b9a\u306b\u3088\u308a\u3001\u5f37\u8abf\u8868\u793a\u306e\u305f\u3081\u306b\u5404\u30af\u30e9\u30b9\u30d5\u30a1\u30a4\u30eb\u306b\u6539\u884c\u30921\u3064\u8ffd\u52a0\u3059\u308b\u3053\u3068\u304c\u3042\u308a\u307e\u3059 - -config.name.autoOpenLoadedSWFs = \u8aad\u307f\u8fbc\u3093\u3060 SWF \u3092\u5b9f\u884c\u4e2d\u306b\u958b\u304f (\u5916\u90e8\u30d3\u30e5\u30fc\u30a2 = WIN \u306e\u307f) -config.description.autoOpenLoadedSWFs = FFDec \u5916\u90e8\u30d7\u30ec\u30fc\u30e4\u30fc\u3067 SWF \u3092\u518d\u751f\u3057\u305f\u969b\u306b\u3001AS3 class Loader \u3067\u8aad\u307f\u8fbc\u307e\u308c\u305f\u3059\u3079\u3066\u306e SWF \u3092\u81ea\u52d5\u7684\u306b\u958b\u304d\u307e\u3059\u3002\u3053\u306e\u6a5f\u80fd\u306f Windows \u306e\u307f\u3067\u3059 - -config.name.lastSessionFileTitles = \u524d\u56de\u306e\u30bb\u30c3\u30b7\u30e7\u30f3\u30d5\u30a1\u30a4\u30eb\u306e\u30bf\u30a4\u30c8\u30eb -config.description.lastSessionFileTitles = \u524d\u56de\u306e\u30bb\u30c3\u30b7\u30e7\u30f3\u3067\u958b\u3044\u305f\u30d5\u30a1\u30a4\u30eb\u306e\u30bf\u30a4\u30c8\u30eb\u3089 (URL \u304b\u3089\u8aad\u307f\u8fbc\u3093\u3060\u5834\u5408\u306a\u3069) - -config.group.name.paths = \u30d1\u30b9 -config.group.description.paths = \u5fc5\u8981\u306a\u30d5\u30a1\u30a4\u30eb\u306e\u5834\u6240 -config.group.tip.paths = projector \u3068 PlayerGlobal \u306f\u3001Adobe \u306e\u30a6\u30a7\u30d6\u30da\u30fc\u30b8 \u304b\u3089\u30c0\u30a6\u30f3\u30ed\u30fc\u30c9\u3067\u304d\u307e\u3059\u3002Flex SDK \u306f apache web \u3067\u30c0\u30a6\u30f3\u30ed\u30fc\u30c9\u3067\u304d\u307e\u3059\u3002 -config.group.link.paths = https://web.archive.org/web/20220401020702/https://www.adobe.com/support/flashplayer/debug_downloads.html https://flex.apache.org/download-binaries.html - -config.name.playerLocation = 1) Flash Player projector \u306e\u30d1\u30b9 -config.description.playerLocation = \u30b9\u30bf\u30f3\u30c9\u30a2\u30ed\u30f3\u306e Flash Player \u5b9f\u884c\u30d5\u30a1\u30a4\u30eb\u306e\u5834\u6240\u3002\u300c\u5b9f\u884c\u300d\u306b\u4f7f\u7528\u3055\u308c\u307e\u3059 - -config.name.playerDebugLocation = 2) Flash Player projector content debugger \u306e\u30d1\u30b9 -config.description.playerDebugLocation = \u30b9\u30bf\u30f3\u30c9\u30a2\u30ed\u30f3\u306e\u30c7\u30d0\u30c3\u30b0\u7248 Flash Player \u5b9f\u884c\u30d5\u30a1\u30a4\u30eb\u306e\u5834\u6240\u3002\u300c\u30c7\u30d0\u30c3\u30b0\u300d\u306b\u4f7f\u7528\u3055\u308c\u307e\u3059 - -config.name.playerLibLocation = 3) PlayerGlobal (.swc) \u306e\u30d1\u30b9 -config.description.playerLibLocation = playerglobal.swc Flash Player \u30e9\u30a4\u30d6\u30e9\u30ea\u306e\u5834\u6240\u3002\u4e3b\u306b AS3 \u306e\u30b3\u30f3\u30d1\u30a4\u30eb\u306b\u4f7f\u7528\u3055\u308c\u307e\u3059 - -config.name.debugHalt = \u30c7\u30d0\u30c3\u30b0\u958b\u59cb\u6642\u306b\u5b9f\u884c\u3092\u505c\u6b62\u3059\u308b -config.description.debugHalt = \u30c7\u30d0\u30c3\u30b0\u306e\u958b\u59cb\u6642\u306b\u3001SWF \u3092\u4e00\u6642\u505c\u6b62\u3057\u307e\u3059 - -config.name.gui.avm2.splitPane.vars.dividerLocationPercent = \uff08\u5185\u90e8\uff09\u30c7\u30d0\u30c3\u30b0\u30e1\u30cb\u30e5\u30fc\u306e Splitter \u306e\u5834\u6240 -config.description.gui.avm2.splitPane.vars.dividerLocationPercent = - -tip = Tip: - -config.name.gui.action.splitPane.vars.dividerLocationPercent = \uff08\u5185\u90e8\uff09AS1/2 \u306e\u30c7\u30d0\u30c3\u30b0\u30e1\u30cb\u30e5\u30fc\u306e Splitter \u306e\u5834\u6240 -config.description.gui.action.splitPane.vars.dividerLocationPercent = - -config.name.setMovieDelay = \u5916\u90e8\u30d7\u30ec\u30fc\u30e4\u30fc\u3067 SWF \u3092\u5909\u66f4\u3059\u308b\u524d\u306e\u9045\u5ef6\u6642\u9593 (ms) -config.description.setMovieDelay = \u3053\u306e\u5024\u3092 1000ms \u4ee5\u4e0b\u306b\u5909\u66f4\u3059\u308b\u3053\u3068\u306f\u63a8\u5968\u3055\u308c\u307e\u305b\u3093 - -config.name.warning.svgImport = SVG \u3092\u30a4\u30f3\u30dd\u30fc\u30c8\u6642\u306b\u8b66\u544a\u3059\u308b -config.description.warning.svgImport = - -config.name.shapeImport.useNonSmoothedFill = \u56f3\u5f62\u3092\u753b\u50cf\u306b\u7f6e\u304d\u63db\u3048\u308b\u5834\u5408\u306b\u3001\u6ed1\u3089\u304b\u3067\u306a\u3044\u5857\u308a\u3064\u3076\u3057\u3092\u4f7f\u7528\u3059\u308b -config.description.shapeImport.useNonSmoothedFill = - -config.name.internalFlashViewer.execute.as12 = AS1/2 \u3092\u72ec\u81ea\u306e flash viewer \u3067 (\u5b9f\u9a13\u7684) -config.description.internalFlashViewer.execute.as12 = FFDec flash viewer \u3067\u306e SWF \u518d\u751f\u6642\u306b\u3001ActionScript 1/2 \u306e\u5b9f\u884c\u3092\u8a66\u307f\u307e\u3059 - -config.name.warning.hexViewNotUpToDate = 16\u9032\u6570\u8868\u793a\u304c\u6700\u65b0\u3067\u306a\u3044\u5834\u5408\u306b\u8b66\u544a\u3092\u8868\u793a\u3059\u308b -config.description.warning.hexViewNotUpToDate = - -config.name.displayDupInstructions = \u00a7\u00a7dup \u547d\u4ee4\u3092\u8868\u793a\u3059\u308b +config.name.getLocalNamesFromDebugInfo=AS3: \u30c7\u30d0\u30c3\u30b0\u60c5\u5831\u304b\u3089\u30ed\u30fc\u30ab\u30eb\u30ec\u30b8\u30b9\u30bf\u540d\u3092\u53d6\u5f97\u3059\u308b +config.description.getLocalNamesFromDebugInfo=\u30c7\u30d0\u30c3\u30b0\u60c5\u5831\u304c\u3042\u308b\u5834\u5408\u3001\u30ed\u30fc\u30ab\u30eb\u30ec\u30b8\u30b9\u30bf\u306e\u540d\u524d\u3092 _loc_x_ \u304b\u3089\u5b9f\u969b\u306e\u540d\u524d\u306b\u5909\u66f4\u3057\u307e\u3059\u3002\u4e00\u90e8\u306e\u96e3\u8aad\u5316\u30c4\u30fc\u30eb\u306f\u7121\u52b9\u306a\u30ec\u30b8\u30b9\u30bf\u540d\u3092\u4f7f\u7528\u3059\u308b\u305f\u3081\u3001\u3053\u308c\u306f\u30aa\u30d5\u306b\u3059\u308b\u3053\u3068\u304c\u3067\u304d\u307e\u3059 +config.name.tagTreeShowEmptyFolders=\u7a7a\u306e\u30d5\u30a9\u30eb\u30c0\u3092\u8868\u793a\u3059\u308b +config.description.tagTreeShowEmptyFolders=\u30bf\u30b0\u30c4\u30ea\u30fc\u306b\u7a7a\u306e\u30d5\u30a9\u30eb\u30c0\u3092\u8868\u793a\u3057\u307e\u3059 +config.name.autoLoadEmbeddedSwfs=\u57cb\u3081\u8fbc\u307e\u308c\u305f SWF \u3092\u81ea\u52d5\u7684\u306b\u8aad\u307f\u8fbc\u3080 +config.description.autoLoadEmbeddedSwfs=DefineBinaryData \u30bf\u30b0\u304b\u3089\u57cb\u3081\u8fbc\u307e\u308c\u305f SWF \u3092\u3001\u81ea\u52d5\u7684\u306b\u8aad\u307f\u8fbc\u307f\u307e\u3059 +config.name.overrideTextExportFileName=\u30a8\u30af\u30b9\u30dd\u30fc\u30c8\u3059\u308b\u30c6\u30ad\u30b9\u30c8\u30d5\u30a1\u30a4\u30eb\u540d\u3092\u4e0a\u66f8\u304d\u3059\u308b +config.description.overrideTextExportFileName=\u30a8\u30af\u30b9\u30dd\u30fc\u30c8\u3055\u308c\u305f\u30c6\u30ad\u30b9\u30c8\u306e\u30d5\u30a1\u30a4\u30eb\u540d\u3092\u30ab\u30b9\u30bf\u30de\u30a4\u30ba\u3067\u304d\u307e\u3059\u3002\u73fe\u5728\u306e SWF \u306e\u30d5\u30a1\u30a4\u30eb\u540d\u3092\u4f7f\u7528\u3059\u308b\u306b\u306f\u3001{filename} \u306e\u30d7\u30ec\u30fc\u30b9\u30db\u30eb\u30c0\u3092\u4f7f\u7528\u3057\u307e\u3059 +config.name.showOldTextDuringTextEditing=\u30c6\u30ad\u30b9\u30c8\u7de8\u96c6\u4e2d\u306b\u53e4\u3044\u30c6\u30ad\u30b9\u30c8\u3092\u8868\u793a\u3059\u308b +config.description.showOldTextDuringTextEditing=\u30d7\u30ec\u30d3\u30e5\u30fc\u9818\u57df\u306b\u3001\u30c6\u30ad\u30b9\u30c8\u30bf\u30b0\u306e\u5143\u306e\u30c6\u30ad\u30b9\u30c8\u3092\u3001\u7070\u8272\u3067\u8868\u793a\u3057\u307e\u3059 +config.group.name.import=\u30a4\u30f3\u30dd\u30fc\u30c8 +config.group.description.import=\u30a4\u30f3\u30dd\u30fc\u30c8\u306e\u8a2d\u5b9a +config.name.textImportResizeTextBoundsMode=\u30c6\u30ad\u30b9\u30c8\u5883\u754c\u306e\u30ea\u30b5\u30a4\u30ba\u30e2\u30fc\u30c9 +config.description.textImportResizeTextBoundsMode=\u30c6\u30ad\u30b9\u30c8\u7de8\u96c6\u5f8c\u306e\u3001\u30c6\u30ad\u30b9\u30c8\u5883\u754c\u306e\u30b5\u30a4\u30ba\u5909\u66f4\u30e2\u30fc\u30c9 +config.name.showCloseConfirmation=\u5909\u66f4\u3055\u308c\u305f SWF \u3092\u9589\u3058\u308b\u304b\u306e\u78ba\u8a8d\u3092\u8868\u793a\u3059\u308b +config.description.showCloseConfirmation=\u5909\u66f4\u3055\u308c\u305f SWF \u30d5\u30a1\u30a4\u30eb\u3092\u9589\u3058\u308b\u304b\u306e\u78ba\u8a8d\u3092\u8868\u793a\u3057\u307e\u3059 +config.name.showCodeSavedMessage=\u30b3\u30fc\u30c9\u4fdd\u5b58\u306e\u30e1\u30c3\u30bb\u30fc\u30b8\u3092\u8868\u793a\u3059\u308b +config.description.showCodeSavedMessage=\u30b3\u30fc\u30c9 (ActionScript) \u304c\u4fdd\u5b58\u3055\u308c\u305f\u3001\u3068\u3044\u3046\u30e1\u30c3\u30bb\u30fc\u30b8\u3092\u8868\u793a\u3057\u307e\u3059 +config.name.showTraitSavedMessage=trait \u4fdd\u5b58\u306e\u30e1\u30c3\u30bb\u30fc\u30b8\u3092\u8868\u793a\u3059\u308b +config.description.showTraitSavedMessage=trait (P-code) \u304c\u4fdd\u5b58\u3055\u308c\u305f\u3001\u3068\u3044\u3046\u30e1\u30c3\u30bb\u30fc\u30b8\u3092\u8868\u793a\u3057\u307e\u3059 +config.name.updateProxyAddress=\u66f4\u65b0\u3092\u78ba\u8a8d\u3059\u308b\u305f\u3081\u306e http \u30d7\u30ed\u30ad\u30b7\u30a2\u30c9\u30ec\u30b9 +config.description.updateProxyAddress=\u66f4\u65b0\u3092\u78ba\u8a8d\u3059\u308b\u305f\u3081\u306e http \u30d7\u30ed\u30ad\u30b7\u30a2\u30c9\u30ec\u30b9 (\u5f62\u5f0f: example.com:8080) +config.name.editorMode=\u30a8\u30c7\u30a3\u30bf\u30e2\u30fc\u30c9 +config.description.editorMode=\u30c6\u30ad\u30b9\u30c8\u307e\u305f\u306f\u30b9\u30af\u30ea\u30d7\u30c8\u30ce\u30fc\u30c9\u3092\u9078\u629e\u3057\u305f\u3068\u304d\u306b\u3001\u81ea\u52d5\u7684\u306b\u30c6\u30ad\u30b9\u30c8\u30a8\u30ea\u30a2\u3092\u7de8\u96c6\u53ef\u80fd\u306b\u3057\u307e\u3059 +config.name.autoSaveTagModifications=\u30bf\u30b0\u5207\u308a\u66ff\u3048\u6642\u306b\u81ea\u52d5\u4fdd\u5b58 +config.description.autoSaveTagModifications=\u30c4\u30ea\u30fc\u3067\u65b0\u3057\u3044\u30bf\u30b0\u3092\u9078\u629e\u3057\u305f\u3068\u304d\u306b\u3001\u5909\u66f4\u3092\u4fdd\u5b58\u3057\u307e\u3059 +config.name.saveSessionOnExit=\u7d42\u4e86\u6642\u306b\u30bb\u30c3\u30b7\u30e7\u30f3\u3092\u4fdd\u5b58\u3059\u308b +config.description.saveSessionOnExit=\u73fe\u5728\u306e\u30bb\u30c3\u30b7\u30e7\u30f3\u3092\u4fdd\u5b58\u3057\u3001FFDec \u518d\u8d77\u52d5\u5f8c\u306b\u518d\u3073\u958b\u304d\u307e\u3059 (\u5b9f\u969b\u306e\u30d5\u30a1\u30a4\u30eb\u3067\u306e\u307f\u52d5\u4f5c\u3057\u307e\u3059) +config.name._showDebugMenu=FFDec \u306e\u30c7\u30d0\u30c3\u30b0\u30e1\u30cb\u30e5\u30fc\u3092\u8868\u793a\u3059\u308b +config.description._showDebugMenu=\u30ea\u30dc\u30f3\u306b\u3001\u9006\u30b3\u30f3\u30d1\u30a4\u30e9\u306e\u30c7\u30d0\u30c3\u30b0\u7528\u30e1\u30cb\u30e5\u30fc\u3092\u8868\u793a\u3057\u307e\u3059 +config.name.allowOnlyOneInstance=FFDec \u306e\u30a4\u30f3\u30b9\u30bf\u30f3\u30b9\u30921\u3064\u3060\u3051\u8a31\u53ef\u3059\u308b (Windows \u306e\u307f) +config.description.allowOnlyOneInstance=FFDec \u306f1\u3064\u3060\u3051\u5b9f\u884c\u3067\u304d\u3001\u958b\u3044\u305f\u30d5\u30a1\u30a4\u30eb\u306f\u3059\u3079\u30661\u3064\u306e\u30a6\u30a3\u30f3\u30c9\u30a6\u306b\u8ffd\u52a0\u3055\u308c\u307e\u3059\u3002\u3053\u308c\u306f Windows OS \u3067\u306e\u307f\u52d5\u4f5c\u3057\u307e\u3059 +config.name.scriptExportSingleFile=\u30b9\u30af\u30ea\u30d7\u30c8\u3092\u5358\u4e00\u30d5\u30a1\u30a4\u30eb\u306b\u30a8\u30af\u30b9\u30dd\u30fc\u30c8\u3059\u308b +config.description.scriptExportSingleFile=\u30b9\u30af\u30ea\u30d7\u30c8\u3092\u3001\u8907\u6570\u3067\u306f\u306a\u304f1\u3064\u306e\u30d5\u30a1\u30a4\u30eb\u306b\u30a8\u30af\u30b9\u30dd\u30fc\u30c8\u3057\u307e\u3059 +config.name.setFFDecVersionInExportedFont=\u30a8\u30af\u30b9\u30dd\u30fc\u30c8\u3057\u305f\u30d5\u30a9\u30f3\u30c8\u306b\u3001FFDec \u306e\u30d0\u30fc\u30b8\u30e7\u30f3\u756a\u53f7\u3092\u8a2d\u5b9a\u3059\u308b +config.description.setFFDecVersionInExportedFont=\u3053\u306e\u8a2d\u5b9a\u3092\u7121\u52b9\u306b\u3059\u308b\u3068\u3001FFDec \u306f\u30a8\u30af\u30b9\u30dd\u30fc\u30c8\u3057\u305f\u30d5\u30a9\u30f3\u30c8\u306b\u3001\u73fe\u5728\u306e FFDec \u306e\u30d0\u30fc\u30b8\u30e7\u30f3\u756a\u53f7\u3092\u8ffd\u52a0\u3057\u307e\u305b\u3093 +config.name.gui.skin=\u30e6\u30fc\u30b6\u30fc\u30a4\u30f3\u30bf\u30fc\u30d5\u30a7\u30fc\u30b9\u306e\u30b9\u30ad\u30f3 +config.description.gui.skin=\u30b9\u30ad\u30f3\u3092\u898b\u3066\u611f\u3058\u3066\u304f\u3060\u3055\u3044 +config.name.lastSessionFiles=\u524d\u56de\u306e\u30bb\u30c3\u30b7\u30e7\u30f3\u30d5\u30a1\u30a4\u30eb +config.description.lastSessionFiles=\u524d\u56de\u306e\u30bb\u30c3\u30b7\u30e7\u30f3\u3067\u958b\u3044\u3066\u3044\u305f\u30d5\u30a1\u30a4\u30eb\u3089 +config.name.lastSessionSelection=\u524d\u56de\u306e\u30bb\u30c3\u30b7\u30e7\u30f3\u306e\u9078\u629e\u72b6\u614b +config.description.lastSessionSelection=\u524d\u56de\u306e\u30bb\u30c3\u30b7\u30e7\u30f3\u3067\u9078\u629e\u3057\u3066\u3044\u305f\u30bf\u30b0 +config.name.loopMedia=\u30b5\u30a6\u30f3\u30c9\u3068\u30b9\u30d7\u30e9\u30a4\u30c8\u3092\u30eb\u30fc\u30d7\u3055\u305b\u308b +config.description.loopMedia=\u30b5\u30a6\u30f3\u30c9\u3068\u30b9\u30d7\u30e9\u30a4\u30c8\u306e\u518d\u751f\u3092\u81ea\u52d5\u7684\u306b\u518d\u958b\u3057\u307e\u3059 +config.name.gui.timeLineSplitPane.dividerLocationPercent=\uff08\u5185\u90e8\uff09\u30bf\u30a4\u30e0\u30e9\u30a4\u30f3 Splitter \u306e\u5834\u6240 +config.description.gui.timeLineSplitPane.dividerLocationPercent= +config.name.cacheImages=\u753b\u50cf\u306e\u30ad\u30e3\u30c3\u30b7\u30e5 +config.description.cacheImages=\u30c7\u30b3\u30fc\u30c9\u3055\u308c\u305f\u753b\u50cf\u30aa\u30d6\u30b8\u30a7\u30af\u30c8\u3092\u30ad\u30e3\u30c3\u30b7\u30e5\u3057\u307e\u3059 +config.name.swfSpecificConfigs=SWF \u56fa\u6709\u306e\u8a2d\u5b9a +config.description.swfSpecificConfigs=SWF \u56fa\u6709\u306e\u8a2d\u5b9a\u304c\u542b\u307e\u308c\u307e\u3059 +config.name.exeExportMode=EXE \u306e\u30a8\u30af\u30b9\u30dd\u30fc\u30c8\u30e2\u30fc\u30c9 +config.description.exeExportMode=EXE \u306e\u30a8\u30af\u30b9\u30dd\u30fc\u30c8\u30e2\u30fc\u30c9 +config.name.ignoreCLikePackages=FlashCC / Alchemy\u3001\u307e\u305f\u306f\u985e\u4f3c\u306e\u30d1\u30c3\u30b1\u30fc\u30b8\u3092\u7121\u8996\u3059\u308b +config.description.ignoreCLikePackages=FlashCC / Alchemy \u30d1\u30c3\u30b1\u30fc\u30b8\u306f\u901a\u5e38\u6b63\u3057\u304f\u9006\u30b3\u30f3\u30d1\u30a4\u30eb\u3067\u304d\u307e\u305b\u3093\u3002\u3053\u308c\u3089\u3092\u7121\u52b9\u306b\u3059\u308b\u3053\u3068\u3067\u3001\u4ed6\u306e\u30d1\u30c3\u30b1\u30fc\u30b8\u306e\u9006\u30b3\u30f3\u30d1\u30a4\u30eb\u3092\u9ad8\u901f\u5316\u3059\u308b\u3053\u3068\u304c\u3067\u304d\u307e\u3059 +config.name.overwriteExistingFiles=\u65e2\u5b58\u306e\u30d5\u30a1\u30a4\u30eb\u3092\u4e0a\u66f8\u304d\u3059\u308b +config.description.overwriteExistingFiles=\u30a8\u30af\u30b9\u30dd\u30fc\u30c8\u6642\u306b\u65e2\u5b58\u306e\u30d5\u30a1\u30a4\u30eb\u3092\u4e0a\u66f8\u304d\u3057\u307e\u3059\u3002\u73fe\u5728\u306f AS2/3 \u306e\u30b9\u30af\u30ea\u30d7\u30c8\u3067\u306e\u307f +config.name.smartNumberFormatting=\u30b9\u30de\u30fc\u30c8\u306a\u6570\u5b57\u30d5\u30a9\u30fc\u30de\u30c3\u30c8\u3092\u4f7f\u7528\u3059\u308b +config.description.smartNumberFormatting=\u7279\u6b8a\u306a\u6570\u5b57\u3092\u30d5\u30a9\u30fc\u30de\u30c3\u30c8\u3059\u308b (\u8272\u3084\u6642\u9593\u306a\u3069) +config.name.enableScriptInitializerDisplay=(REMOVED) \u30b9\u30af\u30ea\u30d7\u30c8\u306e\u30a4\u30cb\u30b7\u30e3\u30e9\u30a4\u30b6\u3092\u8868\u793a\u3059\u308b +config.description.enableScriptInitializerDisplay=\u30b9\u30af\u30ea\u30d7\u30c8\u30a4\u30cb\u30b7\u30e3\u30e9\u30a4\u30b6\u306e\u8868\u793a\u3068\u7de8\u96c6\u3092\u6709\u52b9\u306b\u3057\u307e\u3059\u3002\u3053\u306e\u8a2d\u5b9a\u306b\u3088\u308a\u3001\u5f37\u8abf\u8868\u793a\u306e\u305f\u3081\u306b\u5404\u30af\u30e9\u30b9\u30d5\u30a1\u30a4\u30eb\u306b\u6539\u884c\u30921\u3064\u8ffd\u52a0\u3059\u308b\u3053\u3068\u304c\u3042\u308a\u307e\u3059 +config.name.autoOpenLoadedSWFs=\u8aad\u307f\u8fbc\u3093\u3060 SWF \u3092\u5b9f\u884c\u4e2d\u306b\u958b\u304f (\u5916\u90e8\u30d3\u30e5\u30fc\u30a2 = WIN \u306e\u307f) +config.description.autoOpenLoadedSWFs=FFDec \u5916\u90e8\u30d7\u30ec\u30fc\u30e4\u30fc\u3067 SWF \u3092\u518d\u751f\u3057\u305f\u969b\u306b\u3001AS3 class Loader \u3067\u8aad\u307f\u8fbc\u307e\u308c\u305f\u3059\u3079\u3066\u306e SWF \u3092\u81ea\u52d5\u7684\u306b\u958b\u304d\u307e\u3059\u3002\u3053\u306e\u6a5f\u80fd\u306f Windows \u306e\u307f\u3067\u3059 +config.name.lastSessionFileTitles=\u524d\u56de\u306e\u30bb\u30c3\u30b7\u30e7\u30f3\u30d5\u30a1\u30a4\u30eb\u306e\u30bf\u30a4\u30c8\u30eb +config.description.lastSessionFileTitles=\u524d\u56de\u306e\u30bb\u30c3\u30b7\u30e7\u30f3\u3067\u958b\u3044\u305f\u30d5\u30a1\u30a4\u30eb\u306e\u30bf\u30a4\u30c8\u30eb\u3089 (URL \u304b\u3089\u8aad\u307f\u8fbc\u3093\u3060\u5834\u5408\u306a\u3069) +config.group.name.paths=\u30d1\u30b9 +config.group.description.paths=\u5fc5\u8981\u306a\u30d5\u30a1\u30a4\u30eb\u306e\u5834\u6240 +config.group.tip.paths=projector \u3068 PlayerGlobal \u306f\u3001Adobe \u306e\u30a6\u30a7\u30d6\u30da\u30fc\u30b8 \u304b\u3089\u30c0\u30a6\u30f3\u30ed\u30fc\u30c9\u3067\u304d\u307e\u3059\u3002Flex SDK \u306f apache web \u3067\u30c0\u30a6\u30f3\u30ed\u30fc\u30c9\u3067\u304d\u307e\u3059\u3002 +config.group.link.paths=https://web.archive.org/web/20220401020702/https://www.adobe.com/support/flashplayer/debug_downloads.html https://flex.apache.org/download-binaries.html +config.name.playerLocation=1) Flash Player projector \u306e\u30d1\u30b9 +config.description.playerLocation=\u30b9\u30bf\u30f3\u30c9\u30a2\u30ed\u30f3\u306e Flash Player \u5b9f\u884c\u30d5\u30a1\u30a4\u30eb\u306e\u5834\u6240\u3002\u300c\u5b9f\u884c\u300d\u306b\u4f7f\u7528\u3055\u308c\u307e\u3059 +config.name.playerDebugLocation=2) Flash Player projector content debugger \u306e\u30d1\u30b9 +config.description.playerDebugLocation=\u30b9\u30bf\u30f3\u30c9\u30a2\u30ed\u30f3\u306e\u30c7\u30d0\u30c3\u30b0\u7248 Flash Player \u5b9f\u884c\u30d5\u30a1\u30a4\u30eb\u306e\u5834\u6240\u3002\u300c\u30c7\u30d0\u30c3\u30b0\u300d\u306b\u4f7f\u7528\u3055\u308c\u307e\u3059 +config.name.playerLibLocation=3) PlayerGlobal (.swc) \u306e\u30d1\u30b9 +config.description.playerLibLocation=playerglobal.swc Flash Player \u30e9\u30a4\u30d6\u30e9\u30ea\u306e\u5834\u6240\u3002\u4e3b\u306b AS3 \u306e\u30b3\u30f3\u30d1\u30a4\u30eb\u306b\u4f7f\u7528\u3055\u308c\u307e\u3059 +config.name.debugHalt=\u30c7\u30d0\u30c3\u30b0\u958b\u59cb\u6642\u306b\u5b9f\u884c\u3092\u505c\u6b62\u3059\u308b +config.description.debugHalt=\u30c7\u30d0\u30c3\u30b0\u306e\u958b\u59cb\u6642\u306b\u3001SWF \u3092\u4e00\u6642\u505c\u6b62\u3057\u307e\u3059 +config.name.gui.avm2.splitPane.vars.dividerLocationPercent=\uff08\u5185\u90e8\uff09\u30c7\u30d0\u30c3\u30b0\u30e1\u30cb\u30e5\u30fc\u306e Splitter \u306e\u5834\u6240 +config.description.gui.avm2.splitPane.vars.dividerLocationPercent= +tip=Tip: +config.name.gui.action.splitPane.vars.dividerLocationPercent=\uff08\u5185\u90e8\uff09AS1/2 \u306e\u30c7\u30d0\u30c3\u30b0\u30e1\u30cb\u30e5\u30fc\u306e Splitter \u306e\u5834\u6240 +config.description.gui.action.splitPane.vars.dividerLocationPercent= +config.name.setMovieDelay=\u5916\u90e8\u30d7\u30ec\u30fc\u30e4\u30fc\u3067 SWF \u3092\u5909\u66f4\u3059\u308b\u524d\u306e\u9045\u5ef6\u6642\u9593 (ms) +config.description.setMovieDelay=\u3053\u306e\u5024\u3092 1000ms \u4ee5\u4e0b\u306b\u5909\u66f4\u3059\u308b\u3053\u3068\u306f\u63a8\u5968\u3055\u308c\u307e\u305b\u3093 +config.name.warning.svgImport=SVG \u3092\u30a4\u30f3\u30dd\u30fc\u30c8\u6642\u306b\u8b66\u544a\u3059\u308b +config.description.warning.svgImport= +config.name.shapeImport.useNonSmoothedFill=\u56f3\u5f62\u3092\u753b\u50cf\u306b\u7f6e\u304d\u63db\u3048\u308b\u5834\u5408\u306b\u3001\u6ed1\u3089\u304b\u3067\u306a\u3044\u5857\u308a\u3064\u3076\u3057\u3092\u4f7f\u7528\u3059\u308b +config.description.shapeImport.useNonSmoothedFill= +config.name.internalFlashViewer.execute.as12=AS1/2 \u3092\u72ec\u81ea\u306e flash viewer \u3067 (\u5b9f\u9a13\u7684) +config.description.internalFlashViewer.execute.as12=FFDec flash viewer \u3067\u306e SWF \u518d\u751f\u6642\u306b\u3001ActionScript 1/2 \u306e\u5b9f\u884c\u3092\u8a66\u307f\u307e\u3059 +config.name.warning.hexViewNotUpToDate=16\u9032\u6570\u8868\u793a\u304c\u6700\u65b0\u3067\u306a\u3044\u5834\u5408\u306b\u8b66\u544a\u3092\u8868\u793a\u3059\u308b +config.description.warning.hexViewNotUpToDate= +config.name.displayDupInstructions=\u00a7\u00a7dup \u547d\u4ee4\u3092\u8868\u793a\u3059\u308b # config.description.displayDupInstructions = \u30b3\u30fc\u30c9\u306b \u00a7\u00a7dup \u547d\u4ee4\u3092\u8868\u793a\u3057\u307e\u3059\u3002\u3053\u308c\u304c\u306a\u3044\u3068\u30b3\u30f3\u30d1\u30a4\u30eb\u306f\u5bb9\u6613\u3067\u3059\u304c\u3001\u526f\u4f5c\u7528\u306e\u3042\u308bdupped\u30b3\u30fc\u30c9\u304c2\u56de\u5b9f\u884c\u3055\u308c\u308b\u53ef\u80fd\u6027\u304c\u3042\u308a\u307e\u3059 - -config.name.useRegExprLiteral = \u6b63\u898f\u8868\u73fe\u3092 /pattern/mod \u69cb\u6587\u3067\u9006\u30b3\u30f3\u30d1\u30a4\u30eb\u3059\u308b -config.description.useRegExprLiteral = \u6b63\u898f\u8868\u73fe\u3092\u9006\u30b3\u30f3\u30d1\u30a4\u30eb\u3059\u308b\u3068\u304d\u306b\u3001/pattern/mod \u69cb\u6587\u3092\u4f7f\u7528\u3057\u307e\u3059\u3002\u30aa\u30d5\u306e\u5834\u5408\u306f\u3001\u65b0\u3057\u3044 RegExp("pat","mod") \u304c\u4f7f\u7528\u3055\u308c\u307e\u3059 - -config.name.handleSkinPartsAutomatically = [SkinPart] \u30e1\u30bf\u30c7\u30fc\u30bf\u3092\u81ea\u52d5\u7684\u306b\u51e6\u7406\u3059\u308b -config.description.handleSkinPartsAutomatically = [SkinPart] \u30e1\u30bf\u30c7\u30fc\u30bf\u3092\u81ea\u52d5\u7684\u306b\u9006\u30b3\u30f3\u30d1\u30a4\u30eb\u3057\u3066\u76f4\u63a5\u7de8\u96c6\u3057\u307e\u3059\u3002\u30aa\u30d5\u306b\u3059\u308b\u3068\u3001_skinParts \u5c5e\u6027\u3068\u305d\u306e getter \u30e1\u30bd\u30c3\u30c9\u304c\u8868\u793a\u3055\u308c\u3001\u624b\u52d5\u3067\u7de8\u96c6\u3067\u304d\u308b\u3088\u3046\u306b\u307e\u3059 - -config.name.simplifyExpressions = \u5f0f\u3092\u7c21\u7565\u5316\u3059\u308b -config.description.simplifyExpressions = \u30b3\u30fc\u30c9\u3092\u8aad\u307f\u3084\u3059\u304f\u3059\u308b\u305f\u3081\u306b\u3001\u5f0f\u3092\u8a55\u4fa1\u304a\u3088\u3073\u7c21\u7565\u5316\u3057\u307e\u3059 - -config.name.resetLetterSpacingOnTextImport = \u30c6\u30ad\u30b9\u30c8\u306e\u30a4\u30f3\u30dd\u30fc\u30c8\u6642\u306b\u6587\u5b57\u306e\u9593\u9694\u3092\u30ea\u30bb\u30c3\u30c8\u3059\u308b -config.description.resetLetterSpacingOnTextImport = \u30ad\u30ea\u30eb\u6587\u5b57\u306e\u30d5\u30a9\u30f3\u30c8\u306f\u5e45\u304c\u5e83\u3044\u305f\u3081\u3001\u4fbf\u5229\u3067\u3059 - -config.name.flexSdkLocation = 4) Flex SDK \u306e\u30c7\u30a3\u30ec\u30af\u30c8\u30ea\u30d1\u30b9 -config.description.flexSdkLocation = Adobe Flex SDK \u306e\u5834\u6240\u3002\u4e3b\u306b AS3 \u306e\u30b3\u30f3\u30d1\u30a4\u30eb\u306b\u4f7f\u7528\u3057\u307e\u3059 - -config.name.useFlexAs3Compiler = Flex SDK AS3 \u30b3\u30f3\u30d1\u30a4\u30e9\u3092\u4f7f\u7528\u3059\u308b -config.description.useFlexAs3Compiler = ActionScript \u306e\u76f4\u63a5\u7de8\u96c6\u6642\u306b\u3001Flex SDK \u306e AS3 \u30b3\u30f3\u30d1\u30a4\u30e9\u3092\u4f7f\u7528\u3057\u307e\u3059 (Flex SDK \u306e\u30c7\u30a3\u30ec\u30af\u30c8\u30ea\u30d1\u30b9\u3092\u8a2d\u5b9a\u3059\u308b\u5fc5\u8981\u304c\u3042\u308a\u307e\u3059) - -config.name.showSetAdvanceValuesMessage = \u30a2\u30c9\u30d0\u30f3\u30b9\u5024\u306e\u8a2d\u5b9a\u306b\u95a2\u3059\u308b\u60c5\u5831\u3092\u8868\u793a\u3059\u308b -config.description.showSetAdvanceValuesMessage = \u300c\u30a2\u30c9\u30d0\u30f3\u30b9\u5024\u306e\u8a2d\u5b9a\u300d\u306b\u95a2\u3059\u308b\u60c5\u5831\u3092\u8868\u793a\u3057\u307e\u3059 - -config.name.gui.fontSizeMultiplier = \u30d5\u30a9\u30f3\u30c8\u30b5\u30a4\u30ba\u306e\u500d\u7387 -config.description.gui.fontSizeMultiplier = \u30d5\u30a9\u30f3\u30c8\u30b5\u30a4\u30ba\u306e\u500d\u7387 - -config.name.graphVizDotLocation = 5) GraphViz dot.exe \u306e\u30d1\u30b9 -config.description.graphVizDotLocation = \u30b0\u30e9\u30d5\u3092\u8868\u793a\u3059\u308b\u305f\u3081\u306e GraphViz \u30a2\u30d7\u30ea\u30b1\u30fc\u30b7\u30e7\u30f3\u306e\u3001dot.exe (linux\u306e\u5834\u5408\u306f\u305d\u308c\u306b\u8fd1\u3044\u3082\u306e) \u3078\u306e\u30d1\u30b9 - +config.name.useRegExprLiteral=\u6b63\u898f\u8868\u73fe\u3092 /pattern/mod \u69cb\u6587\u3067\u9006\u30b3\u30f3\u30d1\u30a4\u30eb\u3059\u308b +config.description.useRegExprLiteral=\u6b63\u898f\u8868\u73fe\u3092\u9006\u30b3\u30f3\u30d1\u30a4\u30eb\u3059\u308b\u3068\u304d\u306b\u3001/pattern/mod \u69cb\u6587\u3092\u4f7f\u7528\u3057\u307e\u3059\u3002\u30aa\u30d5\u306e\u5834\u5408\u306f\u3001\u65b0\u3057\u3044 RegExp("pat","mod") \u304c\u4f7f\u7528\u3055\u308c\u307e\u3059 +config.name.handleSkinPartsAutomatically=[SkinPart] \u30e1\u30bf\u30c7\u30fc\u30bf\u3092\u81ea\u52d5\u7684\u306b\u51e6\u7406\u3059\u308b +config.description.handleSkinPartsAutomatically=[SkinPart] \u30e1\u30bf\u30c7\u30fc\u30bf\u3092\u81ea\u52d5\u7684\u306b\u9006\u30b3\u30f3\u30d1\u30a4\u30eb\u3057\u3066\u76f4\u63a5\u7de8\u96c6\u3057\u307e\u3059\u3002\u30aa\u30d5\u306b\u3059\u308b\u3068\u3001_skinParts \u5c5e\u6027\u3068\u305d\u306e getter \u30e1\u30bd\u30c3\u30c9\u304c\u8868\u793a\u3055\u308c\u3001\u624b\u52d5\u3067\u7de8\u96c6\u3067\u304d\u308b\u3088\u3046\u306b\u307e\u3059 +config.name.simplifyExpressions=\u5f0f\u3092\u7c21\u7565\u5316\u3059\u308b +config.description.simplifyExpressions=\u30b3\u30fc\u30c9\u3092\u8aad\u307f\u3084\u3059\u304f\u3059\u308b\u305f\u3081\u306b\u3001\u5f0f\u3092\u8a55\u4fa1\u304a\u3088\u3073\u7c21\u7565\u5316\u3057\u307e\u3059 +config.name.resetLetterSpacingOnTextImport=\u30c6\u30ad\u30b9\u30c8\u306e\u30a4\u30f3\u30dd\u30fc\u30c8\u6642\u306b\u6587\u5b57\u306e\u9593\u9694\u3092\u30ea\u30bb\u30c3\u30c8\u3059\u308b +config.description.resetLetterSpacingOnTextImport=\u30ad\u30ea\u30eb\u6587\u5b57\u306e\u30d5\u30a9\u30f3\u30c8\u306f\u5e45\u304c\u5e83\u3044\u305f\u3081\u3001\u4fbf\u5229\u3067\u3059 +config.name.flexSdkLocation=4) Flex SDK \u306e\u30c7\u30a3\u30ec\u30af\u30c8\u30ea\u30d1\u30b9 +config.description.flexSdkLocation=Adobe Flex SDK \u306e\u5834\u6240\u3002\u4e3b\u306b AS3 \u306e\u30b3\u30f3\u30d1\u30a4\u30eb\u306b\u4f7f\u7528\u3057\u307e\u3059 +config.name.useFlexAs3Compiler=Flex SDK AS3 \u30b3\u30f3\u30d1\u30a4\u30e9\u3092\u4f7f\u7528\u3059\u308b +config.description.useFlexAs3Compiler=ActionScript \u306e\u76f4\u63a5\u7de8\u96c6\u6642\u306b\u3001Flex SDK \u306e AS3 \u30b3\u30f3\u30d1\u30a4\u30e9\u3092\u4f7f\u7528\u3057\u307e\u3059 (Flex SDK \u306e\u30c7\u30a3\u30ec\u30af\u30c8\u30ea\u30d1\u30b9\u3092\u8a2d\u5b9a\u3059\u308b\u5fc5\u8981\u304c\u3042\u308a\u307e\u3059) +config.name.showSetAdvanceValuesMessage=\u30a2\u30c9\u30d0\u30f3\u30b9\u5024\u306e\u8a2d\u5b9a\u306b\u95a2\u3059\u308b\u60c5\u5831\u3092\u8868\u793a\u3059\u308b +config.description.showSetAdvanceValuesMessage=\u300c\u30a2\u30c9\u30d0\u30f3\u30b9\u5024\u306e\u8a2d\u5b9a\u300d\u306b\u95a2\u3059\u308b\u60c5\u5831\u3092\u8868\u793a\u3057\u307e\u3059 +config.name.gui.fontSizeMultiplier=\u30d5\u30a9\u30f3\u30c8\u30b5\u30a4\u30ba\u306e\u500d\u7387 +config.description.gui.fontSizeMultiplier=\u30d5\u30a9\u30f3\u30c8\u30b5\u30a4\u30ba\u306e\u500d\u7387 +config.name.graphVizDotLocation=5) GraphViz dot.exe \u306e\u30d1\u30b9 +config.description.graphVizDotLocation=\u30b0\u30e9\u30d5\u3092\u8868\u793a\u3059\u308b\u305f\u3081\u306e GraphViz \u30a2\u30d7\u30ea\u30b1\u30fc\u30b7\u30e7\u30f3\u306e\u3001dot.exe (linux\u306e\u5834\u5408\u306f\u305d\u308c\u306b\u8fd1\u3044\u3082\u306e) \u3078\u306e\u30d1\u30b9 #Do not translate the Font Styles which is in the parenthesis:(Plain,Bold,Italic,BoldItalic) -config.name.gui.sourceFont = \u30bd\u30fc\u30b9\u30b3\u30fc\u30c9\u306e\u30d5\u30a9\u30f3\u30c8 -config.description.gui.sourceFont = \u30d5\u30a9\u30f3\u30c8\u540d-\u30d5\u30a9\u30f3\u30c8\u30b9\u30bf\u30a4\u30eb(Plain,Bold,Italic,BoldItalic)-\u30d5\u30a9\u30f3\u30c8\u30b5\u30a4\u30ba - +config.name.gui.sourceFont=\u30bd\u30fc\u30b9\u30b3\u30fc\u30c9\u306e\u30d5\u30a9\u30f3\u30c8 +config.description.gui.sourceFont=\u30d5\u30a9\u30f3\u30c8\u540d-\u30d5\u30a9\u30f3\u30c8\u30b9\u30bf\u30a4\u30eb(Plain,Bold,Italic,BoldItalic)-\u30d5\u30a9\u30f3\u30c8\u30b5\u30a4\u30ba #after 11.1.0 -config.name.as12DeobfuscatorExecutionLimit = AS1/2 \u306e\u96e3\u8aad\u5316\u89e3\u9664\u306e\u5b9f\u884c\u5236\u9650 -config.description.as12DeobfuscatorExecutionLimit = AS1/2 \u5b9f\u884c\u306e\u96e3\u8aad\u5316\u89e3\u9664\u4e2d\u306b\u51e6\u7406\u3055\u308c\u308b\u547d\u4ee4\u306e\u6700\u5927\u6570 - +config.name.as12DeobfuscatorExecutionLimit=AS1/2 \u306e\u96e3\u8aad\u5316\u89e3\u9664\u306e\u5b9f\u884c\u5236\u9650 +config.description.as12DeobfuscatorExecutionLimit=AS1/2 \u5b9f\u884c\u306e\u96e3\u8aad\u5316\u89e3\u9664\u4e2d\u306b\u51e6\u7406\u3055\u308c\u308b\u547d\u4ee4\u306e\u6700\u5927\u6570 #option that ignore in 8.0.1 and other versions -config.name.showOriginalBytesInPcodeHex = \uff08\u5185\u90e8\uff09\u30aa\u30ea\u30b8\u30ca\u30eb\u306e\u30d0\u30a4\u30c8\u3092\u8868\u793a\u3059\u308b -config.description.showOriginalBytesInPcodeHex = P-code 16\u9032\u6570\u3067\u3001\u30aa\u30ea\u30b8\u30ca\u30eb\u306e\u30d0\u30a4\u30c8\u3092\u8868\u793a\u3057\u307e\u3059 - -config.name.showFileOffsetInPcodeHex = \uff08\u5185\u90e8\uff09\u30d5\u30a1\u30a4\u30eb\u306e\u30aa\u30d5\u30bb\u30c3\u30c8\u3092\u8868\u793a\u3059\u308b -config.description.showFileOffsetInPcodeHex = P-code 16\u9032\u6570\u3067\u3001\u30d5\u30a1\u30a4\u30eb\u306e\u30aa\u30d5\u30bb\u30c3\u30c8\u3092\u8868\u793a\u3057\u307e\u3059 - -config.name._enableFlexExport = \uff08\u5185\u90e8\uff09Flex \u30a8\u30af\u30b9\u30dd\u30fc\u30c8\u3092\u6709\u52b9\u306b\u3059\u308b -config.description.enableFlexExport = Flex \u30a8\u30af\u30b9\u30dd\u30fc\u30c8\u3092\u6709\u52b9\u306b\u3057\u307e\u3059 - -config.name._ignoreAdditionalFlexClasses = \uff08\u5185\u90e8\uff09\u8ffd\u52a0\u306e Flex \u30af\u30e9\u30b9\u3092\u7121\u8996\u3059\u308b -config.description.ignoreAdditionalFlexClasses = \u8ffd\u52a0\u306e Flex \u30af\u30e9\u30b9\u3092\u7121\u8996\u3057\u307e\u3059 - -config.name.hwAcceleratedGraphics = \uff08\u5185\u90e8\uff09hwAcceleratedGraphics -config.description.hwAcceleratedGraphics = hw Accelerated Graphics - -config.name.gui.avm2.splitPane.docs.dividerLocationPercent = \uff08\u5185\u90e8\uff09splitPanedocsdividerLocationPercent -config.description.gui.avm2.splitPane.docs.dividerLocationPercent = splitPane docs divider Location Percent - -config.name.gui.dump.splitPane.dividerLocationPercent = \uff08\u5185\u90e8\uff09dumpsplitPanedividerLocationPercent -config.description.gui.dump.splitPane.dividerLocationPercent = dump splitPane divider Location Percent - +config.name.showOriginalBytesInPcodeHex=\uff08\u5185\u90e8\uff09\u30aa\u30ea\u30b8\u30ca\u30eb\u306e\u30d0\u30a4\u30c8\u3092\u8868\u793a\u3059\u308b +config.description.showOriginalBytesInPcodeHex=P-code 16\u9032\u6570\u3067\u3001\u30aa\u30ea\u30b8\u30ca\u30eb\u306e\u30d0\u30a4\u30c8\u3092\u8868\u793a\u3057\u307e\u3059 +config.name.showFileOffsetInPcodeHex=\uff08\u5185\u90e8\uff09\u30d5\u30a1\u30a4\u30eb\u306e\u30aa\u30d5\u30bb\u30c3\u30c8\u3092\u8868\u793a\u3059\u308b +config.description.showFileOffsetInPcodeHex=P-code 16\u9032\u6570\u3067\u3001\u30d5\u30a1\u30a4\u30eb\u306e\u30aa\u30d5\u30bb\u30c3\u30c8\u3092\u8868\u793a\u3057\u307e\u3059 +config.name._enableFlexExport=\uff08\u5185\u90e8\uff09Flex \u30a8\u30af\u30b9\u30dd\u30fc\u30c8\u3092\u6709\u52b9\u306b\u3059\u308b +config.description.enableFlexExport=Flex \u30a8\u30af\u30b9\u30dd\u30fc\u30c8\u3092\u6709\u52b9\u306b\u3057\u307e\u3059 +config.name._ignoreAdditionalFlexClasses=\uff08\u5185\u90e8\uff09\u8ffd\u52a0\u306e Flex \u30af\u30e9\u30b9\u3092\u7121\u8996\u3059\u308b +config.description.ignoreAdditionalFlexClasses=\u8ffd\u52a0\u306e Flex \u30af\u30e9\u30b9\u3092\u7121\u8996\u3057\u307e\u3059 +config.name.hwAcceleratedGraphics=\uff08\u5185\u90e8\uff09hwAcceleratedGraphics +config.description.hwAcceleratedGraphics=hw Accelerated Graphics +config.name.gui.avm2.splitPane.docs.dividerLocationPercent=\uff08\u5185\u90e8\uff09splitPanedocsdividerLocationPercent +config.description.gui.avm2.splitPane.docs.dividerLocationPercent=splitPane docs divider Location Percent +config.name.gui.dump.splitPane.dividerLocationPercent=\uff08\u5185\u90e8\uff09dumpsplitPanedividerLocationPercent +config.description.gui.dump.splitPane.dividerLocationPercent=dump splitPane divider Location Percent #after 11.3.0 -config.name.useAdobeFlashPlayerForPreviews = \uff08\u975e\u63a8\u5968\uff09\u30aa\u30d6\u30b8\u30a7\u30af\u30c8\u306e\u30d7\u30ec\u30d3\u30e5\u30fc\u306b Adobe Flash Player \u3092\u4f7f\u7528\u3059\u308b -config.description.useAdobeFlashPlayerForPreviews = \u30aa\u30d6\u30b8\u30a7\u30af\u30c8\u306e\u30d7\u30ec\u30d3\u30e5\u30fc\u306b Adobe Flash Player \u3092\u4f7f\u7528\u3057\u307e\u3059\u3002\u8b66\u544a: Flash Player \u306f 2021/01/12 \u306b\u5ec3\u6b62\u3055\u308c\u307e\u3057\u305f - +config.name.useAdobeFlashPlayerForPreviews=\uff08\u975e\u63a8\u5968\uff09\u30aa\u30d6\u30b8\u30a7\u30af\u30c8\u306e\u30d7\u30ec\u30d3\u30e5\u30fc\u306b Adobe Flash Player \u3092\u4f7f\u7528\u3059\u308b +config.description.useAdobeFlashPlayerForPreviews=\u30aa\u30d6\u30b8\u30a7\u30af\u30c8\u306e\u30d7\u30ec\u30d3\u30e5\u30fc\u306b Adobe Flash Player \u3092\u4f7f\u7528\u3057\u307e\u3059\u3002\u8b66\u544a: Flash Player \u306f 2021/01/12 \u306b\u5ec3\u6b62\u3055\u308c\u307e\u3057\u305f #after 12.0.1 -config.name.showLineNumbersInPCodeGraphvizGraph = Graphviz \u30b0\u30e9\u30d5\u306b\u884c\u756a\u53f7\u3092\u8868\u793a\u3059\u308b -config.description.showLineNumbersInPCodeGraphvizGraph = P-code Graphviz \u30b0\u30e9\u30d5\u306b\u884c\u756a\u53f7\u3092\u8868\u793a\u3057\u307e\u3059 - -config.name.padAs3PCodeInstructionName = AS3 P-code \u306e\u547d\u4ee4\u540d\u3092\u30b9\u30da\u30fc\u30b9\u3067\u57cb\u3081\u308b -config.description.padAs3PCodeInstructionName = AS3 P-code \u306e\u547d\u4ee4\u540d\u3092\u30b9\u30da\u30fc\u30b9\u3067\u57cb\u3081\u307e\u3059 - +config.name.showLineNumbersInPCodeGraphvizGraph=Graphviz \u30b0\u30e9\u30d5\u306b\u884c\u756a\u53f7\u3092\u8868\u793a\u3059\u308b +config.description.showLineNumbersInPCodeGraphvizGraph=P-code Graphviz \u30b0\u30e9\u30d5\u306b\u884c\u756a\u53f7\u3092\u8868\u793a\u3057\u307e\u3059 +config.name.padAs3PCodeInstructionName=AS3 P-code \u306e\u547d\u4ee4\u540d\u3092\u30b9\u30da\u30fc\u30b9\u3067\u57cb\u3081\u308b +config.description.padAs3PCodeInstructionName=AS3 P-code \u306e\u547d\u4ee4\u540d\u3092\u30b9\u30da\u30fc\u30b9\u3067\u57cb\u3081\u307e\u3059 #after 13.0.2 -config.name.indentAs3PCode = AS3 P-code \u3092\u30a4\u30f3\u30c7\u30f3\u30c8\u3059\u308b -config.description.indentAs3PCode = trait / body / code \u306a\u3069\u306e AS3 P-code \u30d6\u30ed\u30c3\u30af\u3092\u30a4\u30f3\u30c7\u30f3\u30c8\u3057\u307e\u3059 - -config.name.labelOnSeparateLineAs3PCode = AS3 P-code \u306e\u30e9\u30d9\u30eb\u3092\u5225\u306e\u884c\u306b\u8868\u793a\u3059\u308b -config.description.labelOnSeparateLineAs3PCode = AS3 P-code \u306e\u30e9\u30d9\u30eb\u3092\u3001\u5225\u306e\u884c\u306b\u8868\u793a\u3057\u307e\u3059 - -config.name.useOldStyleGetSetLocalsAs3PCode = AS3 P-code\u3067\u3001getlocalx \u306e\u4ee3\u308f\u308a\u306b\u3001\u53e4\u3044\u30b9\u30bf\u30a4\u30eb\u306e getlocal_x \u3092\u4f7f\u7528\u3059\u308b -config.description.useOldStyleGetSetLocalsAs3PCode = FFDec 12.x \u4ee5\u524d\u306e\u53e4\u3044\u30b9\u30bf\u30a4\u30eb\u3067\u3042\u308b\u3001getlocal_x, setlocal_x \u3092\u4f7f\u7528\u3057\u307e\u3059 - -config.name.useOldStyleLookupSwitchAs3PCode = AS3 P-code\u3067\u3001\u62ec\u5f27\u306a\u3057\u306e\u53e4\u3044\u30b9\u30bf\u30a4\u30eb\u3067\u3042\u308b lookupswitch \u3092\u4f7f\u7528\u3059\u308b -config.description.useOldStyleLookupSwitchAs3PCode = FFDec 12.x \u4ee5\u524d\u306e\u53e4\u3044\u30b9\u30bf\u30a4\u30eb\u3067\u3042\u308b\u3001lookupswitch \u3092\u4f7f\u7528\u3057\u307e\u3059 - +config.name.indentAs3PCode=AS3 P-code \u3092\u30a4\u30f3\u30c7\u30f3\u30c8\u3059\u308b +config.description.indentAs3PCode=trait / body / code \u306a\u3069\u306e AS3 P-code \u30d6\u30ed\u30c3\u30af\u3092\u30a4\u30f3\u30c7\u30f3\u30c8\u3057\u307e\u3059 +config.name.labelOnSeparateLineAs3PCode=AS3 P-code \u306e\u30e9\u30d9\u30eb\u3092\u5225\u306e\u884c\u306b\u8868\u793a\u3059\u308b +config.description.labelOnSeparateLineAs3PCode=AS3 P-code \u306e\u30e9\u30d9\u30eb\u3092\u3001\u5225\u306e\u884c\u306b\u8868\u793a\u3057\u307e\u3059 +config.name.useOldStyleGetSetLocalsAs3PCode=AS3 P-code\u3067\u3001getlocalx \u306e\u4ee3\u308f\u308a\u306b\u3001\u53e4\u3044\u30b9\u30bf\u30a4\u30eb\u306e getlocal_x \u3092\u4f7f\u7528\u3059\u308b +config.description.useOldStyleGetSetLocalsAs3PCode=FFDec 12.x \u4ee5\u524d\u306e\u53e4\u3044\u30b9\u30bf\u30a4\u30eb\u3067\u3042\u308b\u3001getlocal_x, setlocal_x \u3092\u4f7f\u7528\u3057\u307e\u3059 +config.name.useOldStyleLookupSwitchAs3PCode=AS3 P-code\u3067\u3001\u62ec\u5f27\u306a\u3057\u306e\u53e4\u3044\u30b9\u30bf\u30a4\u30eb\u3067\u3042\u308b lookupswitch \u3092\u4f7f\u7528\u3059\u308b +config.description.useOldStyleLookupSwitchAs3PCode=FFDec 12.x \u4ee5\u524d\u306e\u53e4\u3044\u30b9\u30bf\u30a4\u30eb\u3067\u3042\u308b\u3001lookupswitch \u3092\u4f7f\u7528\u3057\u307e\u3059 #after 13.0.3 -config.name.checkForModifications = FFDec \u5916\u306b\u3088\u308b\u30d5\u30a1\u30a4\u30eb\u306e\u5909\u66f4\u3092\u30c1\u30a7\u30c3\u30af\u3059\u308b -config.description.checkForModifications = \u4ed6\u306e\u30a2\u30d7\u30ea\u30b1\u30fc\u30b7\u30e7\u30f3\u306b\u3088\u308b\u30d5\u30a1\u30a4\u30eb\u306e\u5909\u66f4\u3092\u30c1\u30a7\u30c3\u30af\u3057\u3001\u518d\u8aad\u307f\u8fbc\u307f\u3092\u6c42\u3081\u307e\u3059 - -config.name.warning.initializers = \u30a4\u30cb\u30b7\u30e3\u30e9\u30a4\u30b6\u306b\u95a2\u3059\u308b AS3 \u306e slot / const \u306e\u7de8\u96c6\u306b\u3064\u3044\u3066\u8b66\u544a\u3059\u308b -config.description.warning.initializers = \u30a4\u30cb\u30b7\u30e3\u30e9\u30a4\u30b6\u306b\u95a2\u3059\u308b\u3001AS3 \u306e slot / const \u306e\u7de8\u96c6\u306b\u3064\u3044\u3066\u3001\u8b66\u544a\u3092\u8868\u793a\u3057\u307e\u3059 - -config.name.parametersPanelInSearchResults = \u691c\u7d22\u7d50\u679c\u306b\u30d1\u30e9\u30e1\u30fc\u30bf\u30d1\u30cd\u30eb\u3092\u8868\u793a\u3059\u308b -config.description.parametersPanelInSearchResults = \u691c\u7d22\u7d50\u679c\u30a6\u30a3\u30f3\u30c9\u30a6\u306b\u3001\u691c\u7d22\u30c6\u30ad\u30b9\u30c8 / \u5927\u6587\u5b57\u3068\u5c0f\u6587\u5b57\u3092\u533a\u5225\u3057\u306a\u3044 / \u6b63\u898f\u8868\u73fe \u306a\u3069\u306e\u30d1\u30e9\u30e1\u30fc\u30bf\u3092\u8868\u793a\u3057\u307e\u3059 - -config.name.displayAs3PCodeDocsPanel = AS3 P-code \u306b\u3001\u30c9\u30ad\u30e5\u30e1\u30f3\u30c8\u30d1\u30cd\u30eb\u3092\u8868\u793a\u3059\u308b -config.description.displayAs3PCodeDocsPanel = AS3 P-code \u306e\u7de8\u96c6\u3068\u8868\u793a\u306b\u304a\u3051\u308b\u3001\u547d\u4ee4\u3068\u30b3\u30fc\u30c9\u69cb\u9020\u306e\u30c9\u30ad\u30e5\u30e1\u30f3\u30c8\u3092\u8868\u793a\u3057\u307e\u3059 - -config.name.displayAs3TraitsListAndConstantsPanel = AS3 \u306e\u3001trait \u4e00\u89a7\u3068\u5b9a\u6570\u306e\u30d1\u30cd\u30eb\u3092\u8868\u793a\u3059\u308b -config.description.displayAs3TraitsListAndConstantsPanel = AS3 \u306e\u30bf\u30b0\u30c4\u30ea\u30fc\u306e\u4e0b\u306b\u3001trait \u3068\u5b9a\u6570\u306e\u4e00\u89a7\u3092\u8868\u793a\u3057\u307e\u3059 - -config.name.useAsTypeIcons = \u9805\u76ee\u306e\u7a2e\u985e\u306b\u5fdc\u3058\u305f\u30b9\u30af\u30ea\u30d7\u30c8\u306e\u30a2\u30a4\u30b3\u30f3\u3092\u4f7f\u7528\u3059\u308b -config.description.useAsTypeIcons = \u30b9\u30af\u30ea\u30d7\u30c8\u306e\u7a2e\u985e (class/interface/frame/...) \u306b\u5fdc\u3058\u3066\u3001\u7570\u306a\u308b\u30a2\u30a4\u30b3\u30f3\u3092\u4f7f\u7528\u3057\u307e\u3059 - -config.name.limitAs3PCodeOffsetMatching = AS3 P-code \u306e\u30aa\u30d5\u30bb\u30c3\u30c8 \u30de\u30c3\u30c1\u30f3\u30b0\u306e\u5236\u9650 -config.description.limitAs3PCodeOffsetMatching = AS3 \u30b9\u30af\u30ea\u30d7\u30c8\u306b\u30aa\u30d5\u30bb\u30c3\u30c8\u4e00\u81f4\u3059\u308b\u3001AS3 P-code \u306e\u547d\u4ee4\u6570\u306e\u4e0a\u9650 - -config.name.showSlowRenderingWarning = \u30ec\u30f3\u30c0\u30ea\u30f3\u30b0\u304c\u9045\u3044\u5834\u5408\u306b\u8b66\u544a\u3092\u8a18\u9332\u3059\u308b -config.description.showSlowRenderingWarning = \u5185\u8535\u30d5\u30e9\u30c3\u30b7\u30e5\u30d3\u30e5\u30fc\u30a2\u306e\u8868\u793a\u901f\u5ea6\u304c\u9045\u3044\u5834\u5408\u306b\u3001\u8b66\u544a\u3092\u30ed\u30b0\u306b\u8a18\u9332\u3057\u307e\u3059 - -config.name.autoCloseQuotes = \u30b9\u30af\u30ea\u30d7\u30c8\u7de8\u96c6\u6642\u306b\u3001\u5358\u4e00\u5f15\u7528\u7b26\u3092\u81ea\u52d5\u7684\u306b\u9589\u3058\u308b -config.description.autoCloseQuotes = \u5358\u4e00\u5f15\u7528\u7b26 ' \u3092\u5165\u529b\u3059\u308b\u3068\u3001\u81ea\u52d5\u7684\u306b\u3001\u5358\u4e00\u5f15\u7528\u7b26\u3092\u3082\u3046\u4e00\u3064\u633f\u5165\u3057\u307e\u3059 - -config.name.autoCloseDoubleQuotes = \u30b9\u30af\u30ea\u30d7\u30c8\u7de8\u96c6\u6642\u306b\u3001\u4e8c\u91cd\u5f15\u7528\u7b26\u3092\u81ea\u52d5\u7684\u306b\u9589\u3058\u308b -config.description.autoCloseDoubleQuotes = \u4e8c\u91cd\u5f15\u7528\u7b26 " \u3092\u5165\u529b\u3059\u308b\u3068\u3001\u81ea\u52d5\u7684\u306b\u3001\u4e8c\u91cd\u5f15\u7528\u7b26\u3092\u3082\u3046\u4e00\u3064\u633f\u5165\u3057\u307e\u3059 - -config.name.autoCloseBrackets = \u30b9\u30af\u30ea\u30d7\u30c8\u7de8\u96c6\u6642\u306b\u3001\u89d2\u62ec\u5f27\u3092\u81ea\u52d5\u7684\u306b\u9589\u3058\u308b -config.description.autoCloseBrackets = \u89d2\u62ec\u5f27 \u958b\u304d [ \u3092\u5165\u529b\u3059\u308b\u3068\u3001\u81ea\u52d5\u7684\u306b \u89d2\u62ec\u5f27 \u9589\u3058 ] \u3092\u633f\u5165\u3057\u307e\u3059 - -config.name.autoCloseParenthesis = \u30b9\u30af\u30ea\u30d7\u30c8\u7de8\u96c6\u6642\u306b\u3001\u4e38\u62ec\u5f27\u3092\u81ea\u52d5\u7684\u306b\u9589\u3058\u308b -config.description.autoCloseParenthesis = \u4e38\u62ec\u5f27 \u958b\u304d ( \u3092\u5165\u529b\u3059\u308b\u3068\u3001\u81ea\u52d5\u7684\u306b \u4e38\u62ec\u5f27 \u9589\u3058 ) \u3092\u633f\u5165\u3057\u307e\u3059 - -config.name.showDialogOnError = \u3059\u3079\u3066\u306e\u30a8\u30e9\u30fc\u3067\u3001\u30a8\u30e9\u30fc\u30c0\u30a4\u30a2\u30ed\u30b0\u3092\u8868\u793a\u3059\u308b -config.description.showDialogOnError = \u30a8\u30e9\u30fc\u304c\u767a\u751f\u3059\u308b\u305f\u3073\u306b\u3001\u81ea\u52d5\u7684\u306b\u30a8\u30e9\u30fc\u30c0\u30a4\u30a2\u30ed\u30b0\u3092\u8868\u793a\u3057\u307e\u3059 +config.name.checkForModifications=FFDec \u5916\u306b\u3088\u308b\u30d5\u30a1\u30a4\u30eb\u306e\u5909\u66f4\u3092\u30c1\u30a7\u30c3\u30af\u3059\u308b +config.description.checkForModifications=\u4ed6\u306e\u30a2\u30d7\u30ea\u30b1\u30fc\u30b7\u30e7\u30f3\u306b\u3088\u308b\u30d5\u30a1\u30a4\u30eb\u306e\u5909\u66f4\u3092\u30c1\u30a7\u30c3\u30af\u3057\u3001\u518d\u8aad\u307f\u8fbc\u307f\u3092\u6c42\u3081\u307e\u3059 +config.name.warning.initializers=\u30a4\u30cb\u30b7\u30e3\u30e9\u30a4\u30b6\u306b\u95a2\u3059\u308b AS3 \u306e slot / const \u306e\u7de8\u96c6\u306b\u3064\u3044\u3066\u8b66\u544a\u3059\u308b +config.description.warning.initializers=\u30a4\u30cb\u30b7\u30e3\u30e9\u30a4\u30b6\u306b\u95a2\u3059\u308b\u3001AS3 \u306e slot / const \u306e\u7de8\u96c6\u306b\u3064\u3044\u3066\u3001\u8b66\u544a\u3092\u8868\u793a\u3057\u307e\u3059 +config.name.parametersPanelInSearchResults=\u691c\u7d22\u7d50\u679c\u306b\u30d1\u30e9\u30e1\u30fc\u30bf\u30d1\u30cd\u30eb\u3092\u8868\u793a\u3059\u308b +config.description.parametersPanelInSearchResults=\u691c\u7d22\u7d50\u679c\u30a6\u30a3\u30f3\u30c9\u30a6\u306b\u3001\u691c\u7d22\u30c6\u30ad\u30b9\u30c8 / \u5927\u6587\u5b57\u3068\u5c0f\u6587\u5b57\u3092\u533a\u5225\u3057\u306a\u3044 / \u6b63\u898f\u8868\u73fe \u306a\u3069\u306e\u30d1\u30e9\u30e1\u30fc\u30bf\u3092\u8868\u793a\u3057\u307e\u3059 +config.name.displayAs3PCodeDocsPanel=AS3 P-code \u306b\u3001\u30c9\u30ad\u30e5\u30e1\u30f3\u30c8\u30d1\u30cd\u30eb\u3092\u8868\u793a\u3059\u308b +config.description.displayAs3PCodeDocsPanel=AS3 P-code \u306e\u7de8\u96c6\u3068\u8868\u793a\u306b\u304a\u3051\u308b\u3001\u547d\u4ee4\u3068\u30b3\u30fc\u30c9\u69cb\u9020\u306e\u30c9\u30ad\u30e5\u30e1\u30f3\u30c8\u3092\u8868\u793a\u3057\u307e\u3059 +config.name.displayAs3TraitsListAndConstantsPanel=AS3 \u306e\u3001trait \u4e00\u89a7\u3068\u5b9a\u6570\u306e\u30d1\u30cd\u30eb\u3092\u8868\u793a\u3059\u308b +config.description.displayAs3TraitsListAndConstantsPanel=AS3 \u306e\u30bf\u30b0\u30c4\u30ea\u30fc\u306e\u4e0b\u306b\u3001trait \u3068\u5b9a\u6570\u306e\u4e00\u89a7\u3092\u8868\u793a\u3057\u307e\u3059 +config.name.useAsTypeIcons=\u9805\u76ee\u306e\u7a2e\u985e\u306b\u5fdc\u3058\u305f\u30b9\u30af\u30ea\u30d7\u30c8\u306e\u30a2\u30a4\u30b3\u30f3\u3092\u4f7f\u7528\u3059\u308b +config.description.useAsTypeIcons=\u30b9\u30af\u30ea\u30d7\u30c8\u306e\u7a2e\u985e (class/interface/frame/...) \u306b\u5fdc\u3058\u3066\u3001\u7570\u306a\u308b\u30a2\u30a4\u30b3\u30f3\u3092\u4f7f\u7528\u3057\u307e\u3059 +config.name.limitAs3PCodeOffsetMatching=AS3 P-code \u306e\u30aa\u30d5\u30bb\u30c3\u30c8 \u30de\u30c3\u30c1\u30f3\u30b0\u306e\u5236\u9650 +config.description.limitAs3PCodeOffsetMatching=AS3 \u30b9\u30af\u30ea\u30d7\u30c8\u306b\u30aa\u30d5\u30bb\u30c3\u30c8\u4e00\u81f4\u3059\u308b\u3001AS3 P-code \u306e\u547d\u4ee4\u6570\u306e\u4e0a\u9650 +config.name.showSlowRenderingWarning=\u30ec\u30f3\u30c0\u30ea\u30f3\u30b0\u304c\u9045\u3044\u5834\u5408\u306b\u8b66\u544a\u3092\u8a18\u9332\u3059\u308b +config.description.showSlowRenderingWarning=\u5185\u8535\u30d5\u30e9\u30c3\u30b7\u30e5\u30d3\u30e5\u30fc\u30a2\u306e\u8868\u793a\u901f\u5ea6\u304c\u9045\u3044\u5834\u5408\u306b\u3001\u8b66\u544a\u3092\u30ed\u30b0\u306b\u8a18\u9332\u3057\u307e\u3059 +config.name.autoCloseQuotes=\u30b9\u30af\u30ea\u30d7\u30c8\u7de8\u96c6\u6642\u306b\u3001\u5358\u4e00\u5f15\u7528\u7b26\u3092\u81ea\u52d5\u7684\u306b\u9589\u3058\u308b +config.description.autoCloseQuotes=\u5358\u4e00\u5f15\u7528\u7b26 ' \u3092\u5165\u529b\u3059\u308b\u3068\u3001\u81ea\u52d5\u7684\u306b\u3001\u5358\u4e00\u5f15\u7528\u7b26\u3092\u3082\u3046\u4e00\u3064\u633f\u5165\u3057\u307e\u3059 +config.name.autoCloseDoubleQuotes=\u30b9\u30af\u30ea\u30d7\u30c8\u7de8\u96c6\u6642\u306b\u3001\u4e8c\u91cd\u5f15\u7528\u7b26\u3092\u81ea\u52d5\u7684\u306b\u9589\u3058\u308b +config.description.autoCloseDoubleQuotes=\u4e8c\u91cd\u5f15\u7528\u7b26 " \u3092\u5165\u529b\u3059\u308b\u3068\u3001\u81ea\u52d5\u7684\u306b\u3001\u4e8c\u91cd\u5f15\u7528\u7b26\u3092\u3082\u3046\u4e00\u3064\u633f\u5165\u3057\u307e\u3059 +config.name.autoCloseBrackets=\u30b9\u30af\u30ea\u30d7\u30c8\u7de8\u96c6\u6642\u306b\u3001\u89d2\u62ec\u5f27\u3092\u81ea\u52d5\u7684\u306b\u9589\u3058\u308b +config.description.autoCloseBrackets=\u89d2\u62ec\u5f27 \u958b\u304d [ \u3092\u5165\u529b\u3059\u308b\u3068\u3001\u81ea\u52d5\u7684\u306b \u89d2\u62ec\u5f27 \u9589\u3058 ] \u3092\u633f\u5165\u3057\u307e\u3059 +config.name.autoCloseParenthesis=\u30b9\u30af\u30ea\u30d7\u30c8\u7de8\u96c6\u6642\u306b\u3001\u4e38\u62ec\u5f27\u3092\u81ea\u52d5\u7684\u306b\u9589\u3058\u308b +config.description.autoCloseParenthesis=\u4e38\u62ec\u5f27 \u958b\u304d ( \u3092\u5165\u529b\u3059\u308b\u3068\u3001\u81ea\u52d5\u7684\u306b \u4e38\u62ec\u5f27 \u9589\u3058 ) \u3092\u633f\u5165\u3057\u307e\u3059 +config.name.showDialogOnError=\u3059\u3079\u3066\u306e\u30a8\u30e9\u30fc\u3067\u3001\u30a8\u30e9\u30fc\u30c0\u30a4\u30a2\u30ed\u30b0\u3092\u8868\u793a\u3059\u308b +config.description.showDialogOnError=\u30a8\u30e9\u30fc\u304c\u767a\u751f\u3059\u308b\u305f\u3073\u306b\u3001\u81ea\u52d5\u7684\u306b\u30a8\u30e9\u30fc\u30c0\u30a4\u30a2\u30ed\u30b0\u3092\u8868\u793a\u3057\u307e\u3059 diff --git a/src/com/jpexs/decompiler/flash/gui/locales/AdvancedSettingsDialog_nl.properties b/src/com/jpexs/decompiler/flash/gui/locales/AdvancedSettingsDialog_nl.properties index de6a5bc34..607711edf 100644 --- a/src/com/jpexs/decompiler/flash/gui/locales/AdvancedSettingsDialog_nl.properties +++ b/src/com/jpexs/decompiler/flash/gui/locales/AdvancedSettingsDialog_nl.properties @@ -12,493 +12,492 @@ # # You should have received a copy of the GNU General Public License # along with this program. If not, see . - -advancedSettings.dialog.title = Geavanceerde Instellingen -advancedSettings.restartConfirmation = U moet het programma opnieuw te starten om de wijzigingen door te voeren. Wilt U het nu opnieuw opstarten? -advancedSettings.columns.name = Naam -advancedSettings.columns.value = Waarde -advancedSettings.columns.description = Beschrijving -default = standaardinstellingen -config.group.name.export = Export -config.group.description.export = Configuratie van exporten -config.group.name.script = Scripts -config.group.description.script = ActionScript-decompilatie gerelateerd -config.group.name.update = Updates -config.group.description.update = Controleren op updates -config.group.name.format = Opmaak -config.group.description.format = Opmaak van ActionScript-code -config.group.name.limit = Limieten\ +advancedSettings.dialog.title=Geavanceerde Instellingen +advancedSettings.restartConfirmation=U moet het programma opnieuw te starten om de wijzigingen door te voeren. Wilt U het nu opnieuw opstarten? +advancedSettings.columns.name=Naam +advancedSettings.columns.value=Waarde +advancedSettings.columns.description=Beschrijving +default=standaardinstellingen +config.group.name.export=Export +config.group.description.export=Configuratie van exporten +config.group.name.script=Scripts +config.group.description.script=ActionScript-decompilatie gerelateerd +config.group.name.update=Updates +config.group.description.update=Controleren op updates +config.group.name.format=Opmaak +config.group.description.format=Opmaak van ActionScript-code +config.group.name.limit=Limieten\ -config.group.description.limit = Decompilatielimieten voor versluierde code, enz. -config.group.name.ui = Interface -config.group.description.ui = Configuratie van de gebruikersinterface -config.group.name.debug = Foutopsporing -config.group.description.debug = Instellingen foutopsporing -config.group.name.display = Weergeven -config.group.description.display = Flash-objecten weergave, enz. -config.group.name.decompilation = Decompilatie -config.group.description.decompilation = Globale decompilatie gerelateerde functies -config.group.name.other = Ander -config.group.description.other = Andere niet-gecategoriseerde configuraties -config.name.openMultipleFiles = Meerdere bestanden openen -config.description.openMultipleFiles = Maakt het openen van meerdere bestanden tegelijk in \u00e9\u00e9n venster mogelijk -config.name.decompile = ActionScript-bron weergeven -config.description.decompile = U kunt AS-decompilatie uitschakelen, dan wordt alleen P-code weergegeven -config.name.dumpView = Dump-weergave -config.description.dumpView = Bekijk de dump van onbewerkte gegevens -config.name.useHexColorFormat = Hex-kleurformaat -config.description.useHexColorFormat = Toon de kleuren in hex-formaat -config.name.parallelSpeedUp = Parallelle versnelling -config.description.parallelSpeedUp = Parallellisme kan decompilatie versnellen -config.name.parallelSpeedUpThreadCount = Aantal threads -config.description.parallelSpeedUpThreadCount = Aantal threads voor parallelle versnelling -config.name.autoDeobfuscate = Automatische deobfusie -config.description.autoDeobfuscate = Voer deobfuscatie uit op elk bestand v\u00f3\u00f3r de decompilatie van ActionScript -config.name.cacheOnDisk = Gebruik caching op schijf -config.description.cacheOnDisk = Cache reeds gedecompileerde onderdelen op de harde schijf in plaats van in het geheugen -config.name.internalFlashViewer = Gebruik eigen Flash-viewer -config.description.internalFlashViewer = Gebruik JPEXS Flash Viewer in plaats van de standaard Flash Player voor de weergave van Flash-onderdelen -config.name.gotoMainClassOnStartup = Ga naar de hoofdklasse bij het opstarten (AS3) -config.description.gotoMainClassOnStartup = Navigeer naar de documentklasse van het AS3-bestand bij het openen van een SWF -config.name.autoRenameIdentifiers = Automatische hernoemings identifiers -config.description.autoRenameIdentifiers = Hernoem automatisch ongeldige identifierss bij het laden van SWF -config.name.offeredAssociation = (Interne) Associatie weergeven met SWF-bestanden -config.description.offeredAssociation = Het dialoogvenster over bestandskoppeling werd al weergegeven -config.name.decimalAddress = Gebruik decimale adressen -config.description.decimalAddress = Gebruik decimale adressen in plaats van hexadecimale adressen -config.name.showAllAddresses = Toon alle adressen -config.description.showAllAddresses = Geef alle ActionScript-instructieadressen weer -config.name.useFrameCache = Gebruik framecache -config.description.useFrameCache = Frames in de cache opslaan voordat ze opnieuw worden gerenderd -config.name.useRibbonInterface = Lint-interface -config.description.useRibbonInterface = Haal het vinkje weg om de klassieke interface zonder lintmenu te gebruiken -config.name.openFolderAfterFlaExport = Map openen na FLA-export -config.description.openFolderAfterFlaExport = Geef de uitvoermap weer na het exporteren van het FLA-bestand -config.name.useDetailedLogging = FFDec gedetailleerde logboekregistratie -config.description.useDetailedLogging = Registreer gedetailleerde foutmeldingen en informatie voor het debuggen van FFDec -config.name._debugMode = FFDec in debug-modus -config.description._debugMode = Modus voor het debuggen van FFDec. Schakelt het foutopsporingsmenu in. Dit heeft niets te maken met de debugger-functionaliteit -config.name.resolveConstants = Los constanten op in AS1/2 p-code -config.description.resolveConstants = Schakel dit uit om 'constantxx' weer te geven in plaats van echte waarden in het P-codevenster -config.name.sublimiter = Limiet van codesubs -config.description.sublimiter = Limiet van codesubs voor versluierde code. -config.name.exportTimeout = Totale exporttime-out (seconden) -config.description.exportTimeout = Decompiler stopt met exporteren nadat dit tijdstip is bereikt -config.name.decompilationTimeoutFile = Time-out voor decompilatie van \u00e9\u00e9n bestand (seconden) -config.description.decompilationTimeoutFile = Decompiler stopt de decompilatie van ActionScript nadat deze tijd in \u00e9\u00e9n bestand is bereikt -config.name.paramNamesEnable = Schakel parameternamen in AS3 in -config.description.paramNamesEnable = Het gebruik van parameternamen bij het decompileren kan problemen veroorzaken omdat offici\u00eble programma's zoals Flash CS 5.5 verkeerde parameternamenindices invoegen -config.name.displayFileName = Toon SWF-naam in titel -config.description.displayFileName = Geef de SWF-bestands-/URL-naam weer in de venstertitel (u kunt dan schermafbeeldingen maken) -config.name._debugCopy = FFDec-foutopsporing opnieuw compileren -config.description._debugCopy = het produceert dezelfde binaire code. Alleen gebruiken voor DEBUGGING van FFDec! -config.name.dumpTags = Dump tags naar console -config.description.dumpTags = Dump tags naar console bij het lezen van het SWF-bestand -config.name.decompilationTimeoutSingleMethod = AS3: Time-out voor decompilatie met \u00e9\u00e9n methode (seconden) -config.description.decompilationTimeoutSingleMethod = Decompiler stopt de decompilatie van ActionScript nadat deze tijd in \u00e9\u00e9n methode is bereikt -config.name.lastRenameType = (Intern) Laatste hernoemingstype -config.description.lastRenameType = Laatst gebruikte hernoemings identifier-type -config.name.lastSaveDir = (Intern) Laatste opslagmap -config.description.lastSaveDir = Laatst gebruikte opslagmap -config.name.lastOpenDir = (Intern) Laatst geopende map -config.description.lastOpenDir = Laatst gebruikte open map -config.name.lastExportDir = (Intern) Laatste exportmap -config.description.lastExportDir = Laatst gebruikte exportmap -config.name.locale = Taal -config.description.locale = Lokale identifier -config.name.registerNameFormat = Variabel formaat registreren -config.description.registerNameFormat = Formaat van namen van lokale registervariabelen. Gebruik %d als registernummer. -config.name.maxRecentFileCount = Maximaal recent aantal -config.description.maxRecentFileCount = Maximaal aantal recente bestanden -config.name.recentFiles = (Intern) Recente bestanden -config.description.recentFiles = Recent geopende bestanden -config.name.fontPairingMap = (Intern) Lettertypeparen voor import -config.description.fontPairingMap = Lettertypeparen voor het importeren van nieuwe tekens -config.name.lastUpdatesCheckDate = (Intern) Laatste update-controledatum -config.description.lastUpdatesCheckDate = Datum van laatste controle op updates op de server -config.name.gui.window.width = (Intern) Laatste vensterbreedte -config.description.gui.window.width = Laatst opgeslagen vensterbreedte -config.name.gui.window.height = (Intern) Laatste vensterhoogte -config.description.gui.window.height = Laatst opgeslagen vensterhoogte -config.name.gui.window.maximized.horizontal = (Intern) Venster horizontaal gemaximaliseerd -config.description.gui.window.maximized.horizontal = Laatste vensterstatus - horizontaal gemaximaliseerd -config.name.gui.window.maximized.vertical = (Intern) Venster verticaal gemaximaliseerd -config.description.gui.window.maximized.vertical = Laatste vensterstatus - verticaal gemaximaliseerd -config.name.gui.avm2.splitPane.dividerLocationPercent = (Interne) AS3 Splitterlocatie -config.name.gui.actionSplitPane.dividerLocationPercent = (Interne) AS1/2-splitterlocatie -config.name.gui.previewSplitPane.dividerLocationPercent = (Intern) Bekijk een voorbeeld van de locatie van de splitter -config.name.gui.splitPane1.dividerLocationPercent = (Interne) Splitterlocatie 1 -config.name.gui.splitPane2.dividerLocationPercent = (Interne) Splitterlocatie 2 -config.name.saveAsExeScaleMode = Opslaan als EXE-schaalmodus -config.description.saveAsExeScaleMode = Schaalmodus voor EXE-export -config.name.syntaxHighlightLimit = Syntaxis markeert max. aantal tekens -config.description.syntaxHighlightLimit = Maximaal aantal tekens waarop syntaxismarkering moet worden uitgevoerd -config.name.guiFontPreviewSampleText = (Intern) Voorbeeldtekst van het laatste lettertype -config.description.guiFontPreviewSampleText = Laatste lettertype voorbeeld voorbeeldtekst-lijstindex -config.name.gui.fontPreviewWindow.width = (Intern) Vensterbreedte laatste lettertypevoorbeeld -config.name.gui.fontPreviewWindow.height = (Intern) Hoogte van het laatste lettertypevoorbeeldvenster -config.name.gui.fontPreviewWindow.posX = (Intern) Laatste lettertypevoorbeeldvenster X -config.name.gui.fontPreviewWindow.posY = (Intern) Laatste lettertypevoorbeeldvenster Y -config.name.formatting.indent.size = Tekens per inspringing -config.description.formatting.indent.size = Aantal of spaties (of tabs) voor \u00e9\u00e9n inspringing -config.name.formatting.indent.useTabs = Tab's voor inspringen -config.description.formatting.indent.useTabs = Gebruik tabs in plaats van spaties om in te springen -config.name.beginBlockOnNewLine = Accolade op nieuwe regel -config.description.beginBlockOnNewLine = Begin het blok met accolade op een nieuwe regel -config.name.check.updates.delay = Updates controleren vertraging -config.description.check.updates.delay = Minimale tijd tussen automatische controles op updates bij het starten van de applicatie -config.name.check.updates.stable = Controleer op stabiele versies -config.description.check.updates.stable = Controleren op stabiele versie-updates -config.name.check.updates.nightly = Controleer op nachtelijke versies -config.description.check.updates.nightly = Controleren op nachtelijke versie-updates -config.name.check.updates.enabled = Updatecontrole ingeschakeld -config.description.check.updates.enabled = Automatische controle op updates bij het starten van de applicatie -config.name.export.formats = (Interne) Exportformaten -config.description.export.formats = Laatst gebruikte exportformaten -config.name.textExportSingleFile = Exporteer teksten naar \u00e9\u00e9n bestand -config.description.textExportSingleFile = Teksten exporteren naar \u00e9\u00e9n bestand in plaats van meerdere -config.name.textExportSingleFileSeparator = Scheidingsteken van teksten in \u00e9\u00e9n tekstexportbestand -config.description.textExportSingleFileSeparator = Tekst die tussen teksten moet worden ingevoegd bij de tekstexport van \u00e9\u00e9n bestand -config.name.textExportSingleFileRecordSeparator = Scheidingsteken van records in \u00e9\u00e9n tekstexportbestand -config.description.textExportSingleFileRecordSeparator = Tekst die tussen tekstrecords moet worden ingevoegd bij tekstexport met \u00e9\u00e9n bestand -config.name.warning.experimental.as12edit = Waarschuw bij directe bewerking AS1/2 -config.description.warning.experimental.as12edit = Waarschuwing weergeven voor experimentele directe bewerking van AS1/2 -config.name.warning.experimental.as3edit = Waarschuw voor directe bewerking via AS3 -config.description.warning.experimental.as3edit = Waarschuwing weergeven voor experimentele directe bewerking van AS3 -config.name.packJavaScripts = JavaScript inpakken -config.description.packJavaScripts = Voer JavaScript-packer uit op scripts die zijn gemaakt op Canvas Export -config.name.textExportExportFontFace = Gebruik lettertype in SVG-export -config.description.textExportExportFontFace = Sluit lettertypebestanden in SVG in met behulp van lettertype in plaats van vormen -config.name.lzmaFastBytes = LZMA snelle bytes (geldige waarden: 5-255) -config.description.lzmaFastBytes = Parameter voor snelle bytes van de LZMA-encoder -config.name.pluginPath = Plug-in pad -config.description.pluginPath = - -config.name.showMethodBodyId = Toon methode body-ID -config.description.showMethodBodyId = Toont de id van de methodebody voor import vanaf de opdrachtregel -config.name.export.zoom = (Intern) Zoom exporteren -config.description.export.zoom = Laatst gebruikte exportzoom -config.name.debuggerPort = Debugger-poort -config.description.debuggerPort = Poort gebruikt voor socket-foutopsporing -config.name.displayDebuggerInfo = (Intern) Foutopsporingsinformatie weergeven -config.description.displayDebuggerInfo = Geef informatie over debugger weer voordat u deze wijzigt -config.name.randomDebuggerPackage = Gebruik een willekeurige pakketnaam voor Debugger -config.description.randomDebuggerPackage = Hierdoor wordt de naam van het Debugger-pakket gewijzigd in een willekeurige tekenreeks, waardoor de aanwezigheid van debugger moeilijker te detecteren is door ActionScript -config.name.lastDebuggerReplaceFunction = (Intern) Laatst geselecteerde tracevervanging -config.description.lastDebuggerReplaceFunction = Functienaam die het laatst is geselecteerd bij het vervangen van de traceerfunctie door de -config.name.getLocalNamesFromDebugInfo = AS3: Haal lokale registernamen op uit foutopsporingsinformatie -config.description.getLocalNamesFromDebugInfo = Als er foutopsporingsinformatie aanwezig is, worden de lokale registers hernoemd van _loc_x_ naar echte namen. Dit kan worden uitgeschakeld omdat sommige obfuscators ongeldig register na gebruiken -config.name.tagTreeShowEmptyFolders = Lege mappen weergeven -config.description.tagTreeShowEmptyFolders = Toon lege mappen in de tagboom. -config.name.autoLoadEmbeddedSwfs = Ingesloten SWF's automatisch laden -config.description.autoLoadEmbeddedSwfs = Laad automatisch de ingesloten SWF's vanuit DefineBinaryData-tags. -config.name.overrideTextExportFileName = Tekstexportbestandsnaam overschrijven -config.description.overrideTextExportFileName = U kunt de bestandsnaam van de ge\u00ebxporteerde tekst aanpassen. Gebruik de tijdelijke aanduiding {filename} om de bestandsnaam van het huidige SWF-bestand te gebruiken. -config.name.showOldTextDuringTextEditing = Toon oude tekst tijdens tekstbewerking -config.description.showOldTextDuringTextEditing = Toont de originele tekst van de teksttag met grijze kleur in het voorbeeldgebied. -config.group.name.import = Import -config.group.description.import = Configuratie van imports -config.name.textImportResizeTextBoundsMode = Modus voor het wijzigen van de grootte van tekstgrenzen -config.description.textImportResizeTextBoundsMode = Modus voor het wijzigen van de grootte van tekstgrenzen na het bewerken van tekst. -config.name.showCloseConfirmation = Bevestiging SWF-sluiting opnieuw weergeven -config.description.showCloseConfirmation = Opnieuw SWF-sluitbevestiging weergeven voor gewijzigde bestanden. -config.name.showCodeSavedMessage = Toon opnieuw het code opgeslagen bericht -config.description.showCodeSavedMessage = Toon opnieuw het code opgeslagen bericht -config.name.showTraitSavedMessage = Toon opnieuw eigenschap opgeslagen bericht -config.description.showTraitSavedMessage = Toon opnieuw eigenschap opgeslagen bericht -config.name.updateProxyAddress = Http Proxy-adres voor het controleren van updates -config.description.updateProxyAddress = Http Proxy-adres voor het controleren van updates. Formaat: voorbeeld.com:8080 -config.name.editorMode = Editor-modus -config.description.editorMode = Maak tekstgebieden automatisch bewerkbaar wanneer u een Tekst of Script n selecteert -config.name.autoSaveTagModifications = Tagwijzigingen automatisch opslaan -config.description.autoSaveTagModifications = Sla de wijzigingen op wanneer u een nieuwe tag in de boom selecteert -config.name.saveSessionOnExit = Sessie opslaan bij afsluiten -config.description.saveSessionOnExit = Sla de huidige sessie op en open deze opnieuw nadat FFDec opnieuw is opgestart (werkt alleen met echte bestanden) -config.name._showDebugMenu = Toon het FFDec-foutopsporingsmenu -config.description._showDebugMenu = Toont het foutopsporingsmenu in het lint voor het opsporen van fouten in de decompiler. -config.name.allowOnlyOneInstance = Slechts \u00e9\u00e9n FFDec-instantie toestaan \u200b\u200b(alleen Windows OS) -config.description.allowOnlyOneInstance = FFDec kan dan slechts \u00e9\u00e9n keer worden uitgevoerd; alle geopende bestanden worden aan \u00e9\u00e9n venster toegevoegd. Het werkt alleen met het Windows-besturingssysteem. -config.name.scriptExportSingleFile = Exporteer scripts naar \u00e9\u00e9n bestand -config.description.scriptExportSingleFile = Scripts exporteren naar \u00e9\u00e9n bestand in plaats van meerdere -config.name.setFFDecVersionInExportedFont = Stel het FFDec-versienummer in het ge\u00ebxporteerde lettertype in -config.description.setFFDecVersionInExportedFont = Wanneer deze instelling is uitgeschakeld, voegt FFDec het huidige FFDec-versienummer niet toe aan het ge\u00ebxporteerde lettertype. -config.name.gui.skin = Iterlijk van gebruikersinterface -config.description.gui.skin = Kijk en voel uiterlijk -config.name.lastSessionFiles = Bestanden van laatste sessie -config.description.lastSessionFiles = Bevat de geopende bestanden van de laatste sessie -config.name.lastSessionSelection = Selectie laatste sessie -config.description.lastSessionSelection = Bevat de selectie uit de laatste sessie -config.name.loopMedia = Herhaal (loop) geluiden en sprites -config.description.loopMedia = Herstart automatisch het afspelen van de geluiden en sprites -config.name.gui.timeLineSplitPane.dividerLocationPercent = (Interne) Locatie van de tijdlijnsplitter -config.description.gui.timeLineSplitPane.dividerLocationPercent = -config.name.cacheImages = Afbeeldingen cachen -config.description.cacheImages = Cache de gedecodeerde afbeeldingsobjecten -config.name.swfSpecificConfigs = SWF-specifieke configuraties -config.description.swfSpecificConfigs = Bevat de SWF-specifieke configuraties -config.name.exeExportMode = EXE-exportmodus -config.description.exeExportMode = EXE-exportmodus -config.name.ignoreCLikePackages = Negeer FlashCC / Alchemy of soortgelijke pakketten -config.description.ignoreCLikePackages = FlashCC/Alchemy-pakketten kunnen doorgaans niet correct worden gedecompileerd. U kunt ze uitschakelen om de decompilatie van andere pakketten te versnellen. -config.name.overwriteExistingFiles = Overschrijf de bestaande bestanden -config.description.overwriteExistingFiles = Overschrijf de bestaande bestanden tijdens het exporteren. Momenteel alleen voor AS2/3-script -config.name.smartNumberFormatting = Gebruik slimme getalnotatie -config.description.smartNumberFormatting = Formaat speciale getallen (bijvoorbeeld kleuren en tijden) -config.name.enableScriptInitializerDisplay = (VERWIJDERD) Initialisatieprogramma's voor weergavescripts -config.description.enableScriptInitializerDisplay = Schakel de weergave en bewerking van scriptinitialisaties in. Deze instelling kan \u00e9\u00e9n nieuwe regel aan elk klassenbestand toevoegen om te markeren. -config.name.autoOpenLoadedSWFs = Geladen SWF's openen tijdens uitvoering (externe viewer = alleen WIN) -config.description.autoOpenLoadedSWFs = Opent automatisch alle SWF's die zijn geladen door AS3 Class Loader door SWF uit te voeren wanneer ze worden afgespeeld in de externe FFDec-speler. Deze functie is alleen beschikbaar voor Windows. -config.name.lastSessionFileTitles = Bestandstitels van de laatste sessie -config.description.lastSessionFileTitles = Bevat de geopende bestandstitels van de laatste sessie (bijvoorbeeld wanneer geladen vanaf URL enz.) -config.group.name.paths = Paden -config.group.description.paths = Locatie van benodigde bestanden -config.group.tip.paths = Download projector en Playerglobal op de adobe-webpagina. Flex SDK kan worden gedownload op apache web. -config.group.link.paths = https://web.archive.org/web/20220401020702/https://www.adobe.com/support/flashplayer/debug_downloads.html https://flex.apache.org/download-binaries.html -config.name.playerLocation = 1) Flash Player-projectorpad -config.description.playerLocation = Locatie van het uitvoerbare bestand van de standalone Flash Player. Gebruikt voor Run-actie. -config.name.playerDebugLocation = 2) Foutopsporingspad voor Flash Player-projectorinhoud -config.description.playerDebugLocation = Locatie van het zelfstandige uitvoerbare bestand van Flash Player voor foutopsporing. Gebruikt voor foutopsporingsactie. -config.name.playerLibLocation = 3) PlayerGlobal-pad (.swc). -config.description.playerLibLocation = Locatie van de flash player-bibliotheek playerglobal.swc. Het wordt meestal gebruikt voor AS3-compilatie. -config.name.debugHalt = Stop de uitvoering bij het starten van de foutopsporing -config.description.debugHalt = Pauzeer SWF bij het starten van foutopsporing. -config.name.gui.avm2.splitPane.vars.dividerLocationPercent = (Intern) Locatie van de foutopsporingsmenusplitter -tip = Tip: -config.name.gui.action.splitPane.vars.dividerLocationPercent = (Intern) AS1/2 Locatie van de debug-menusplitter -config.name.setMovieDelay = Vertraging voordat de SWF in een externe speler wordt gewijzigd in ms -config.description.setMovieDelay = Het wordt niet aanbevolen om deze waarde onder de 1000 ms te wijzigen -config.name.warning.svgImport = Waarschuw bij SVG-import -config.name.shapeImport.useNonSmoothedFill = Gebruik een niet-vloeiende vulling wanneer een vorm wordt vervangen door een afbeelding -config.name.internalFlashViewer.execute.as12 = AS1/2 in eigen flashviewer (Experimenteel) -config.description.internalFlashViewer.execute.as12 = Probeer ActionScript 1/2 uit te voeren tijdens het afspelen van SWF met FFDec Flash Viewer -config.name.warning.hexViewNotUpToDate = Toon Hex View niet up-to-date waarschuwing -config.name.displayDupInstructions = Toon \u00a7\u00a7dup-instructies -config.description.displayDupInstructions = Geef \u00a7\u00a7dup-instructies in de code weer. Zonder deze kan de code gemakkelijk worden gecompileerd, maar sommige gedupeerde code met bijwerkingen kan twee keer worden uitgevoerd. -config.name.useRegExprLiteral = Decompileer RegExp als /pattern/mod letterlijk. -config.description.useRegExprLiteral = Gebruik de syntaxis /pattern/mod bij het decompileren van reguliere expressies. new RegExp("pat", "mod") wordt anders gebruikt -config.name.handleSkinPartsAutomatically = Verwerk [SkinPart]-metadata automatisch -config.description.handleSkinPartsAutomatically = Decompileert en bewerkt [SkinPart] metadata automatisch. Wanneer uitgeschakeld, zijn het kenmerk _skinParts en de gettermethode zichtbaar en handmatig bewerkbaar. -config.name.simplifyExpressions = Vereenvoudig expressies -config.description.simplifyExpressions = Evalueer en vereenvoudig expressies om code leesbaarder te maken -config.name.resetLetterSpacingOnTextImport = Letterafstand opnieuw instellen bij tekstimport -config.description.resetLetterSpacingOnTextImport = Handig voor cyrillische lettertypen, omdat deze breder zijn -config.name.flexSdkLocation = 4) Flex SDK-mappad -config.description.flexSdkLocation = Locatie van Adobe Flex SDK. Het wordt meestal gebruikt voor AS3-compilatie. -config.name.useFlexAs3Compiler = Gebruik de Flex SDK AS3-compiler -config.description.useFlexAs3Compiler = Gebruik de AS3-compiler van Flex SDK tijdens directe bewerking van ActionScript (Flex SDK-map moet worden ingesteld) -config.name.showSetAdvanceValuesMessage = Toon opnieuw informatie over het instellen van geavanceerde waarden -config.description.showSetAdvanceValuesMessage = Toon opnieuw informatie over het instellen van geavanceerde waarden -config.name.gui.fontSizeMultiplier = Vermenigvuldiger van de lettergrootte -config.description.gui.fontSizeMultiplier = Vermenigvuldiger van de lettergrootte -config.name.graphVizDotLocation = 5) Uitvoerbaar pad van GraphViz Dot -config.description.graphVizDotLocation = Pad naar dot.exe (of vergelijkbaar voor Linux) van de GraphViz-applicatie voor het weergeven van grafieken. +config.group.description.limit=Decompilatielimieten voor versluierde code, enz. +config.group.name.ui=Interface +config.group.description.ui=Configuratie van de gebruikersinterface +config.group.name.debug=Foutopsporing +config.group.description.debug=Instellingen foutopsporing +config.group.name.display=Weergeven +config.group.description.display=Flash-objecten weergave, enz. +config.group.name.decompilation=Decompilatie +config.group.description.decompilation=Globale decompilatie gerelateerde functies +config.group.name.other=Ander +config.group.description.other=Andere niet-gecategoriseerde configuraties +config.name.openMultipleFiles=Meerdere bestanden openen +config.description.openMultipleFiles=Maakt het openen van meerdere bestanden tegelijk in \u00e9\u00e9n venster mogelijk +config.name.decompile=ActionScript-bron weergeven +config.description.decompile=U kunt AS-decompilatie uitschakelen, dan wordt alleen P-code weergegeven +config.name.dumpView=Dump-weergave +config.description.dumpView=Bekijk de dump van onbewerkte gegevens +config.name.useHexColorFormat=Hex-kleurformaat +config.description.useHexColorFormat=Toon de kleuren in hex-formaat +config.name.parallelSpeedUp=Parallelle versnelling +config.description.parallelSpeedUp=Parallellisme kan decompilatie versnellen +config.name.parallelSpeedUpThreadCount=Aantal threads +config.description.parallelSpeedUpThreadCount=Aantal threads voor parallelle versnelling +config.name.autoDeobfuscate=Automatische deobfusie +config.description.autoDeobfuscate=Voer deobfuscatie uit op elk bestand v\u00f3\u00f3r de decompilatie van ActionScript +config.name.cacheOnDisk=Gebruik caching op schijf +config.description.cacheOnDisk=Cache reeds gedecompileerde onderdelen op de harde schijf in plaats van in het geheugen +config.name.internalFlashViewer=Gebruik eigen Flash-viewer +config.description.internalFlashViewer=Gebruik JPEXS Flash Viewer in plaats van de standaard Flash Player voor de weergave van Flash-onderdelen +config.name.gotoMainClassOnStartup=Ga naar de hoofdklasse bij het opstarten (AS3) +config.description.gotoMainClassOnStartup=Navigeer naar de documentklasse van het AS3-bestand bij het openen van een SWF +config.name.autoRenameIdentifiers=Automatische hernoemings identifiers +config.description.autoRenameIdentifiers=Hernoem automatisch ongeldige identifierss bij het laden van SWF +config.name.offeredAssociation=(Interne) Associatie weergeven met SWF-bestanden +config.description.offeredAssociation=Het dialoogvenster over bestandskoppeling werd al weergegeven +config.name.decimalAddress=Gebruik decimale adressen +config.description.decimalAddress=Gebruik decimale adressen in plaats van hexadecimale adressen +config.name.showAllAddresses=Toon alle adressen +config.description.showAllAddresses=Geef alle ActionScript-instructieadressen weer +config.name.useFrameCache=Gebruik framecache +config.description.useFrameCache=Frames in de cache opslaan voordat ze opnieuw worden gerenderd +config.name.useRibbonInterface=Lint-interface +config.description.useRibbonInterface=Haal het vinkje weg om de klassieke interface zonder lintmenu te gebruiken +config.name.openFolderAfterFlaExport=Map openen na FLA-export +config.description.openFolderAfterFlaExport=Geef de uitvoermap weer na het exporteren van het FLA-bestand +config.name.useDetailedLogging=FFDec gedetailleerde logboekregistratie +config.description.useDetailedLogging=Registreer gedetailleerde foutmeldingen en informatie voor het debuggen van FFDec +config.name._debugMode=FFDec in debug-modus +config.description._debugMode=Modus voor het debuggen van FFDec. Schakelt het foutopsporingsmenu in. Dit heeft niets te maken met de debugger-functionaliteit +config.name.resolveConstants=Los constanten op in AS1/2 p-code +config.description.resolveConstants=Schakel dit uit om 'constantxx' weer te geven in plaats van echte waarden in het P-codevenster +config.name.sublimiter=Limiet van codesubs +config.description.sublimiter=Limiet van codesubs voor versluierde code. +config.name.exportTimeout=Totale exporttime-out (seconden) +config.description.exportTimeout=Decompiler stopt met exporteren nadat dit tijdstip is bereikt +config.name.decompilationTimeoutFile=Time-out voor decompilatie van \u00e9\u00e9n bestand (seconden) +config.description.decompilationTimeoutFile=Decompiler stopt de decompilatie van ActionScript nadat deze tijd in \u00e9\u00e9n bestand is bereikt +config.name.paramNamesEnable=Schakel parameternamen in AS3 in +config.description.paramNamesEnable=Het gebruik van parameternamen bij het decompileren kan problemen veroorzaken omdat offici\u00eble programma's zoals Flash CS 5.5 verkeerde parameternamenindices invoegen +config.name.displayFileName=Toon SWF-naam in titel +config.description.displayFileName=Geef de SWF-bestands-/URL-naam weer in de venstertitel (u kunt dan schermafbeeldingen maken) +config.name._debugCopy=FFDec-foutopsporing opnieuw compileren +config.description._debugCopy=het produceert dezelfde binaire code. Alleen gebruiken voor DEBUGGING van FFDec! +config.name.dumpTags=Dump tags naar console +config.description.dumpTags=Dump tags naar console bij het lezen van het SWF-bestand +config.name.decompilationTimeoutSingleMethod=AS3: Time-out voor decompilatie met \u00e9\u00e9n methode (seconden) +config.description.decompilationTimeoutSingleMethod=Decompiler stopt de decompilatie van ActionScript nadat deze tijd in \u00e9\u00e9n methode is bereikt +config.name.lastRenameType=(Intern) Laatste hernoemingstype +config.description.lastRenameType=Laatst gebruikte hernoemings identifier-type +config.name.lastSaveDir=(Intern) Laatste opslagmap +config.description.lastSaveDir=Laatst gebruikte opslagmap +config.name.lastOpenDir=(Intern) Laatst geopende map +config.description.lastOpenDir=Laatst gebruikte open map +config.name.lastExportDir=(Intern) Laatste exportmap +config.description.lastExportDir=Laatst gebruikte exportmap +config.name.locale=Taal +config.description.locale=Lokale identifier +config.name.registerNameFormat=Variabel formaat registreren +config.description.registerNameFormat=Formaat van namen van lokale registervariabelen. Gebruik %d als registernummer. +config.name.maxRecentFileCount=Maximaal recent aantal +config.description.maxRecentFileCount=Maximaal aantal recente bestanden +config.name.recentFiles=(Intern) Recente bestanden +config.description.recentFiles=Recent geopende bestanden +config.name.fontPairingMap=(Intern) Lettertypeparen voor import +config.description.fontPairingMap=Lettertypeparen voor het importeren van nieuwe tekens +config.name.lastUpdatesCheckDate=(Intern) Laatste update-controledatum +config.description.lastUpdatesCheckDate=Datum van laatste controle op updates op de server +config.name.gui.window.width=(Intern) Laatste vensterbreedte +config.description.gui.window.width=Laatst opgeslagen vensterbreedte +config.name.gui.window.height=(Intern) Laatste vensterhoogte +config.description.gui.window.height=Laatst opgeslagen vensterhoogte +config.name.gui.window.maximized.horizontal=(Intern) Venster horizontaal gemaximaliseerd +config.description.gui.window.maximized.horizontal=Laatste vensterstatus - horizontaal gemaximaliseerd +config.name.gui.window.maximized.vertical=(Intern) Venster verticaal gemaximaliseerd +config.description.gui.window.maximized.vertical=Laatste vensterstatus - verticaal gemaximaliseerd +config.name.gui.avm2.splitPane.dividerLocationPercent=(Interne) AS3 Splitterlocatie +config.name.gui.actionSplitPane.dividerLocationPercent=(Interne) AS1/2-splitterlocatie +config.name.gui.previewSplitPane.dividerLocationPercent=(Intern) Bekijk een voorbeeld van de locatie van de splitter +config.name.gui.splitPane1.dividerLocationPercent=(Interne) Splitterlocatie 1 +config.name.gui.splitPane2.dividerLocationPercent=(Interne) Splitterlocatie 2 +config.name.saveAsExeScaleMode=Opslaan als EXE-schaalmodus +config.description.saveAsExeScaleMode=Schaalmodus voor EXE-export +config.name.syntaxHighlightLimit=Syntaxis markeert max. aantal tekens +config.description.syntaxHighlightLimit=Maximaal aantal tekens waarop syntaxismarkering moet worden uitgevoerd +config.name.guiFontPreviewSampleText=(Intern) Voorbeeldtekst van het laatste lettertype +config.description.guiFontPreviewSampleText=Laatste lettertype voorbeeld voorbeeldtekst-lijstindex +config.name.gui.fontPreviewWindow.width=(Intern) Vensterbreedte laatste lettertypevoorbeeld +config.name.gui.fontPreviewWindow.height=(Intern) Hoogte van het laatste lettertypevoorbeeldvenster +config.name.gui.fontPreviewWindow.posX=(Intern) Laatste lettertypevoorbeeldvenster X +config.name.gui.fontPreviewWindow.posY=(Intern) Laatste lettertypevoorbeeldvenster Y +config.name.formatting.indent.size=Tekens per inspringing +config.description.formatting.indent.size=Aantal of spaties (of tabs) voor \u00e9\u00e9n inspringing +config.name.formatting.indent.useTabs=Tab's voor inspringen +config.description.formatting.indent.useTabs=Gebruik tabs in plaats van spaties om in te springen +config.name.beginBlockOnNewLine=Accolade op nieuwe regel +config.description.beginBlockOnNewLine=Begin het blok met accolade op een nieuwe regel +config.name.check.updates.delay=Updates controleren vertraging +config.description.check.updates.delay=Minimale tijd tussen automatische controles op updates bij het starten van de applicatie +config.name.check.updates.stable=Controleer op stabiele versies +config.description.check.updates.stable=Controleren op stabiele versie-updates +config.name.check.updates.nightly=Controleer op nachtelijke versies +config.description.check.updates.nightly=Controleren op nachtelijke versie-updates +config.name.check.updates.enabled=Updatecontrole ingeschakeld +config.description.check.updates.enabled=Automatische controle op updates bij het starten van de applicatie +config.name.export.formats=(Interne) Exportformaten +config.description.export.formats=Laatst gebruikte exportformaten +config.name.textExportSingleFile=Exporteer teksten naar \u00e9\u00e9n bestand +config.description.textExportSingleFile=Teksten exporteren naar \u00e9\u00e9n bestand in plaats van meerdere +config.name.textExportSingleFileSeparator=Scheidingsteken van teksten in \u00e9\u00e9n tekstexportbestand +config.description.textExportSingleFileSeparator=Tekst die tussen teksten moet worden ingevoegd bij de tekstexport van \u00e9\u00e9n bestand +config.name.textExportSingleFileRecordSeparator=Scheidingsteken van records in \u00e9\u00e9n tekstexportbestand +config.description.textExportSingleFileRecordSeparator=Tekst die tussen tekstrecords moet worden ingevoegd bij tekstexport met \u00e9\u00e9n bestand +config.name.warning.experimental.as12edit=Waarschuw bij directe bewerking AS1/2 +config.description.warning.experimental.as12edit=Waarschuwing weergeven voor experimentele directe bewerking van AS1/2 +config.name.warning.experimental.as3edit=Waarschuw voor directe bewerking via AS3 +config.description.warning.experimental.as3edit=Waarschuwing weergeven voor experimentele directe bewerking van AS3 +config.name.packJavaScripts=JavaScript inpakken +config.description.packJavaScripts=Voer JavaScript-packer uit op scripts die zijn gemaakt op Canvas Export +config.name.textExportExportFontFace=Gebruik lettertype in SVG-export +config.description.textExportExportFontFace=Sluit lettertypebestanden in SVG in met behulp van lettertype in plaats van vormen +config.name.lzmaFastBytes=LZMA snelle bytes (geldige waarden: 5-255) +config.description.lzmaFastBytes=Parameter voor snelle bytes van de LZMA-encoder +config.name.pluginPath=Plug-in pad +config.description.pluginPath=- +config.name.showMethodBodyId=Toon methode body-ID +config.description.showMethodBodyId=Toont de id van de methodebody voor import vanaf de opdrachtregel +config.name.export.zoom=(Intern) Zoom exporteren +config.description.export.zoom=Laatst gebruikte exportzoom +config.name.debuggerPort=Debugger-poort +config.description.debuggerPort=Poort gebruikt voor socket-foutopsporing +config.name.displayDebuggerInfo=(Intern) Foutopsporingsinformatie weergeven +config.description.displayDebuggerInfo=Geef informatie over debugger weer voordat u deze wijzigt +config.name.randomDebuggerPackage=Gebruik een willekeurige pakketnaam voor Debugger +config.description.randomDebuggerPackage=Hierdoor wordt de naam van het Debugger-pakket gewijzigd in een willekeurige tekenreeks, waardoor de aanwezigheid van debugger moeilijker te detecteren is door ActionScript +config.name.lastDebuggerReplaceFunction=(Intern) Laatst geselecteerde tracevervanging +config.description.lastDebuggerReplaceFunction=Functienaam die het laatst is geselecteerd bij het vervangen van de traceerfunctie door de +config.name.getLocalNamesFromDebugInfo=AS3: Haal lokale registernamen op uit foutopsporingsinformatie +config.description.getLocalNamesFromDebugInfo=Als er foutopsporingsinformatie aanwezig is, worden de lokale registers hernoemd van _loc_x_ naar echte namen. Dit kan worden uitgeschakeld omdat sommige obfuscators ongeldig register na gebruiken +config.name.tagTreeShowEmptyFolders=Lege mappen weergeven +config.description.tagTreeShowEmptyFolders=Toon lege mappen in de tagboom. +config.name.autoLoadEmbeddedSwfs=Ingesloten SWF's automatisch laden +config.description.autoLoadEmbeddedSwfs=Laad automatisch de ingesloten SWF's vanuit DefineBinaryData-tags. +config.name.overrideTextExportFileName=Tekstexportbestandsnaam overschrijven +config.description.overrideTextExportFileName=U kunt de bestandsnaam van de ge\u00ebxporteerde tekst aanpassen. Gebruik de tijdelijke aanduiding {filename} om de bestandsnaam van het huidige SWF-bestand te gebruiken. +config.name.showOldTextDuringTextEditing=Toon oude tekst tijdens tekstbewerking +config.description.showOldTextDuringTextEditing=Toont de originele tekst van de teksttag met grijze kleur in het voorbeeldgebied. +config.group.name.import=Import +config.group.description.import=Configuratie van imports +config.name.textImportResizeTextBoundsMode=Modus voor het wijzigen van de grootte van tekstgrenzen +config.description.textImportResizeTextBoundsMode=Modus voor het wijzigen van de grootte van tekstgrenzen na het bewerken van tekst. +config.name.showCloseConfirmation=Bevestiging SWF-sluiting opnieuw weergeven +config.description.showCloseConfirmation=Opnieuw SWF-sluitbevestiging weergeven voor gewijzigde bestanden. +config.name.showCodeSavedMessage=Toon opnieuw het code opgeslagen bericht +config.description.showCodeSavedMessage=Toon opnieuw het code opgeslagen bericht +config.name.showTraitSavedMessage=Toon opnieuw eigenschap opgeslagen bericht +config.description.showTraitSavedMessage=Toon opnieuw eigenschap opgeslagen bericht +config.name.updateProxyAddress=Http Proxy-adres voor het controleren van updates +config.description.updateProxyAddress=Http Proxy-adres voor het controleren van updates. Formaat: voorbeeld.com:8080 +config.name.editorMode=Editor-modus +config.description.editorMode=Maak tekstgebieden automatisch bewerkbaar wanneer u een Tekst of Script n selecteert +config.name.autoSaveTagModifications=Tagwijzigingen automatisch opslaan +config.description.autoSaveTagModifications=Sla de wijzigingen op wanneer u een nieuwe tag in de boom selecteert +config.name.saveSessionOnExit=Sessie opslaan bij afsluiten +config.description.saveSessionOnExit=Sla de huidige sessie op en open deze opnieuw nadat FFDec opnieuw is opgestart (werkt alleen met echte bestanden) +config.name._showDebugMenu=Toon het FFDec-foutopsporingsmenu +config.description._showDebugMenu=Toont het foutopsporingsmenu in het lint voor het opsporen van fouten in de decompiler. +config.name.allowOnlyOneInstance=Slechts \u00e9\u00e9n FFDec-instantie toestaan \u200b\u200b(alleen Windows OS) +config.description.allowOnlyOneInstance=FFDec kan dan slechts \u00e9\u00e9n keer worden uitgevoerd; alle geopende bestanden worden aan \u00e9\u00e9n venster toegevoegd. Het werkt alleen met het Windows-besturingssysteem. +config.name.scriptExportSingleFile=Exporteer scripts naar \u00e9\u00e9n bestand +config.description.scriptExportSingleFile=Scripts exporteren naar \u00e9\u00e9n bestand in plaats van meerdere +config.name.setFFDecVersionInExportedFont=Stel het FFDec-versienummer in het ge\u00ebxporteerde lettertype in +config.description.setFFDecVersionInExportedFont=Wanneer deze instelling is uitgeschakeld, voegt FFDec het huidige FFDec-versienummer niet toe aan het ge\u00ebxporteerde lettertype. +config.name.gui.skin=Iterlijk van gebruikersinterface +config.description.gui.skin=Kijk en voel uiterlijk +config.name.lastSessionFiles=Bestanden van laatste sessie +config.description.lastSessionFiles=Bevat de geopende bestanden van de laatste sessie +config.name.lastSessionSelection=Selectie laatste sessie +config.description.lastSessionSelection=Bevat de selectie uit de laatste sessie +config.name.loopMedia=Herhaal (loop) geluiden en sprites +config.description.loopMedia=Herstart automatisch het afspelen van de geluiden en sprites +config.name.gui.timeLineSplitPane.dividerLocationPercent=(Interne) Locatie van de tijdlijnsplitter +config.description.gui.timeLineSplitPane.dividerLocationPercent= +config.name.cacheImages=Afbeeldingen cachen +config.description.cacheImages=Cache de gedecodeerde afbeeldingsobjecten +config.name.swfSpecificConfigs=SWF-specifieke configuraties +config.description.swfSpecificConfigs=Bevat de SWF-specifieke configuraties +config.name.exeExportMode=EXE-exportmodus +config.description.exeExportMode=EXE-exportmodus +config.name.ignoreCLikePackages=Negeer FlashCC / Alchemy of soortgelijke pakketten +config.description.ignoreCLikePackages=FlashCC/Alchemy-pakketten kunnen doorgaans niet correct worden gedecompileerd. U kunt ze uitschakelen om de decompilatie van andere pakketten te versnellen. +config.name.overwriteExistingFiles=Overschrijf de bestaande bestanden +config.description.overwriteExistingFiles=Overschrijf de bestaande bestanden tijdens het exporteren. Momenteel alleen voor AS2/3-script +config.name.smartNumberFormatting=Gebruik slimme getalnotatie +config.description.smartNumberFormatting=Formaat speciale getallen (bijvoorbeeld kleuren en tijden) +config.name.enableScriptInitializerDisplay=(VERWIJDERD) Initialisatieprogramma's voor weergavescripts +config.description.enableScriptInitializerDisplay=Schakel de weergave en bewerking van scriptinitialisaties in. Deze instelling kan \u00e9\u00e9n nieuwe regel aan elk klassenbestand toevoegen om te markeren. +config.name.autoOpenLoadedSWFs=Geladen SWF's openen tijdens uitvoering (externe viewer = alleen WIN) +config.description.autoOpenLoadedSWFs=Opent automatisch alle SWF's die zijn geladen door AS3 Class Loader door SWF uit te voeren wanneer ze worden afgespeeld in de externe FFDec-speler. Deze functie is alleen beschikbaar voor Windows. +config.name.lastSessionFileTitles=Bestandstitels van de laatste sessie +config.description.lastSessionFileTitles=Bevat de geopende bestandstitels van de laatste sessie (bijvoorbeeld wanneer geladen vanaf URL enz.) +config.group.name.paths=Paden +config.group.description.paths=Locatie van benodigde bestanden +config.group.tip.paths=Download projector en Playerglobal op de adobe-webpagina. Flex SDK kan worden gedownload op apache web. +config.group.link.paths=https://web.archive.org/web/20220401020702/https://www.adobe.com/support/flashplayer/debug_downloads.html https://flex.apache.org/download-binaries.html +config.name.playerLocation=1) Flash Player-projectorpad +config.description.playerLocation=Locatie van het uitvoerbare bestand van de standalone Flash Player. Gebruikt voor Run-actie. +config.name.playerDebugLocation=2) Foutopsporingspad voor Flash Player-projectorinhoud +config.description.playerDebugLocation=Locatie van het zelfstandige uitvoerbare bestand van Flash Player voor foutopsporing. Gebruikt voor foutopsporingsactie. +config.name.playerLibLocation=3) PlayerGlobal-pad (.swc). +config.description.playerLibLocation=Locatie van de flash player-bibliotheek playerglobal.swc. Het wordt meestal gebruikt voor AS3-compilatie. +config.name.debugHalt=Stop de uitvoering bij het starten van de foutopsporing +config.description.debugHalt=Pauzeer SWF bij het starten van foutopsporing. +config.name.gui.avm2.splitPane.vars.dividerLocationPercent=(Intern) Locatie van de foutopsporingsmenusplitter +tip=Tip: +config.name.gui.action.splitPane.vars.dividerLocationPercent=(Intern) AS1/2 Locatie van de debug-menusplitter +config.name.setMovieDelay=Vertraging voordat de SWF in een externe speler wordt gewijzigd in ms +config.description.setMovieDelay=Het wordt niet aanbevolen om deze waarde onder de 1000 ms te wijzigen +config.name.warning.svgImport=Waarschuw bij SVG-import +config.name.shapeImport.useNonSmoothedFill=Gebruik een niet-vloeiende vulling wanneer een vorm wordt vervangen door een afbeelding +config.name.internalFlashViewer.execute.as12=AS1/2 in eigen flashviewer (Experimenteel) +config.description.internalFlashViewer.execute.as12=Probeer ActionScript 1/2 uit te voeren tijdens het afspelen van SWF met FFDec Flash Viewer +config.name.warning.hexViewNotUpToDate=Toon Hex View niet up-to-date waarschuwing +config.name.displayDupInstructions=Toon \u00a7\u00a7dup-instructies +config.description.displayDupInstructions=Geef \u00a7\u00a7dup-instructies in de code weer. Zonder deze kan de code gemakkelijk worden gecompileerd, maar sommige gedupeerde code met bijwerkingen kan twee keer worden uitgevoerd. +config.name.useRegExprLiteral=Decompileer RegExp als /pattern/mod letterlijk. +config.description.useRegExprLiteral=Gebruik de syntaxis /pattern/mod bij het decompileren van reguliere expressies. new RegExp("pat", "mod") wordt anders gebruikt +config.name.handleSkinPartsAutomatically=Verwerk [SkinPart]-metadata automatisch +config.description.handleSkinPartsAutomatically=Decompileert en bewerkt [SkinPart] metadata automatisch. Wanneer uitgeschakeld, zijn het kenmerk _skinParts en de gettermethode zichtbaar en handmatig bewerkbaar. +config.name.simplifyExpressions=Vereenvoudig expressies +config.description.simplifyExpressions=Evalueer en vereenvoudig expressies om code leesbaarder te maken +config.name.resetLetterSpacingOnTextImport=Letterafstand opnieuw instellen bij tekstimport +config.description.resetLetterSpacingOnTextImport=Handig voor cyrillische lettertypen, omdat deze breder zijn +config.name.flexSdkLocation=4) Flex SDK-mappad +config.description.flexSdkLocation=Locatie van Adobe Flex SDK. Het wordt meestal gebruikt voor AS3-compilatie. +config.name.useFlexAs3Compiler=Gebruik de Flex SDK AS3-compiler +config.description.useFlexAs3Compiler=Gebruik de AS3-compiler van Flex SDK tijdens directe bewerking van ActionScript (Flex SDK-map moet worden ingesteld) +config.name.showSetAdvanceValuesMessage=Toon opnieuw informatie over het instellen van geavanceerde waarden +config.description.showSetAdvanceValuesMessage=Toon opnieuw informatie over het instellen van geavanceerde waarden +config.name.gui.fontSizeMultiplier=Vermenigvuldiger van de lettergrootte +config.description.gui.fontSizeMultiplier=Vermenigvuldiger van de lettergrootte +config.name.graphVizDotLocation=5) Uitvoerbaar pad van GraphViz Dot +config.description.graphVizDotLocation=Pad naar dot.exe (of vergelijkbaar voor Linux) van de GraphViz-applicatie voor het weergeven van grafieken. #Do not translate the Font Styles which is in the parenthesis:(Plain,Bold,Italic,BoldItalic) -config.name.gui.sourceFont = Bronlettertype -config.description.gui.sourceFont = Lettertypenaam-Lettertypestijl (Normaal, Vet, Cursief, VetCursief) - Lettergrootte +config.name.gui.sourceFont=Bronlettertype +config.description.gui.sourceFont=Lettertypenaam-Lettertypestijl (Normaal, Vet, Cursief, VetCursief) - Lettergrootte #after 11.1.0 -config.name.as12DeobfuscatorExecutionLimit = Uitvoeringslimiet voor AS1/2-deobfuscator -config.description.as12DeobfuscatorExecutionLimit = Maximaal aantal instructies dat wordt verwerkt tijdens de deobfuscatie van AS1/2-uitvoering +config.name.as12DeobfuscatorExecutionLimit=Uitvoeringslimiet voor AS1/2-deobfuscator +config.description.as12DeobfuscatorExecutionLimit=Maximaal aantal instructies dat wordt verwerkt tijdens de deobfuscatie van AS1/2-uitvoering #option that ignore in 8.0.1 and other versions -config.name.showOriginalBytesInPcodeHex = (Intern)Toon originele bytes -config.description.showOriginalBytesInPcodeHex = toon originele bytes in Pcode Hex -config.name.showFileOffsetInPcodeHex = (Intern) Toon bestandsoffset -config.description.showFileOffsetInPcodeHex = toon bestandsoffset in Pcode Hex -config.name._enableFlexExport = (Intern) schakelFlexExport in -config.description.enableFlexExport = schakel Flex-export in -config.name._ignoreAdditionalFlexClasses = (Intern) negeer aanvullende Flex-klassen -config.description.ignoreAdditionalFlexClasses = negeer aanvullende Flex-klassen -config.name.hwAcceleratedGraphics = (Intern) hwAcceleratedGraphics -config.description.hwAcceleratedGraphics = hw versnelde grafische weergave -config.name.gui.avm2.splitPane.docs.dividerLocationPercent = (Interne) splitPanedocsdividerLocationPercent -config.description.gui.avm2.splitPane.docs.dividerLocationPercent = splitPane docs Divider Locatie Percentage -config.name.gui.dump.splitPane.dividerLocationPercent = (Intern) dumpsplitPanedividerLocationPercent -config.description.gui.dump.splitPane.dividerLocationPercent = dump splitPane-verdeler Locatie Percent +config.name.showOriginalBytesInPcodeHex=(Intern)Toon originele bytes +config.description.showOriginalBytesInPcodeHex=toon originele bytes in Pcode Hex +config.name.showFileOffsetInPcodeHex=(Intern) Toon bestandsoffset +config.description.showFileOffsetInPcodeHex=toon bestandsoffset in Pcode Hex +config.name._enableFlexExport=(Intern) schakelFlexExport in +config.description.enableFlexExport=schakel Flex-export in +config.name._ignoreAdditionalFlexClasses=(Intern) negeer aanvullende Flex-klassen +config.description.ignoreAdditionalFlexClasses=negeer aanvullende Flex-klassen +config.name.hwAcceleratedGraphics=(Intern) hwAcceleratedGraphics +config.description.hwAcceleratedGraphics=hw versnelde grafische weergave +config.name.gui.avm2.splitPane.docs.dividerLocationPercent=(Interne) splitPanedocsdividerLocationPercent +config.description.gui.avm2.splitPane.docs.dividerLocationPercent=splitPane docs Divider Locatie Percentage +config.name.gui.dump.splitPane.dividerLocationPercent=(Intern) dumpsplitPanedividerLocationPercent +config.description.gui.dump.splitPane.dividerLocationPercent=dump splitPane-verdeler Locatie Percent #after 11.3.0 -config.name.useAdobeFlashPlayerForPreviews = (Verouderd) Gebruik Adobe Flash Player voor een voorbeeld van objecten -config.description.useAdobeFlashPlayerForPreviews = Gebruik Adobe Flash player voor een voorbeeld van objecten. WAARSCHUWING: FlashPlayer is stopgezet op 12-01-2021 +config.name.useAdobeFlashPlayerForPreviews=(Verouderd) Gebruik Adobe Flash Player voor een voorbeeld van objecten +config.description.useAdobeFlashPlayerForPreviews=Gebruik Adobe Flash player voor een voorbeeld van objecten. WAARSCHUWING: FlashPlayer is stopgezet op 12-01-2021 #after 12.0.1 -config.name.showLineNumbersInPCodeGraphvizGraph = Toon lijnnummers in Graphviz-grafieken -config.description.showLineNumbersInPCodeGraphvizGraph = Toon lijnnummers in de P-code grafiek. -config.name.padAs3PCodeInstructionName = Vul AS3 P-code-instructienamen in -config.description.padAs3PCodeInstructionName = Vul AS3 P-code-instructienamen in met spaties +config.name.showLineNumbersInPCodeGraphvizGraph=Toon lijnnummers in Graphviz-grafieken +config.description.showLineNumbersInPCodeGraphvizGraph=Toon lijnnummers in de P-code grafiek. +config.name.padAs3PCodeInstructionName=Vul AS3 P-code-instructienamen in +config.description.padAs3PCodeInstructionName=Vul AS3 P-code-instructienamen in met spaties #after 13.0.2 -config.name.indentAs3PCode = AS3 P-code inspringen -config.description.indentAs3PCode = AS3 P-codeblokken zoals eigenschap/body/code inspringen -config.name.labelOnSeparateLineAs3PCode = Label in AS3 P-code op aparte regel -config.description.labelOnSeparateLineAs3PCode = Label maken in AS3 P-codestandaard op aparte lijn -config.name.useOldStyleGetSetLocalsAs3PCode = Gebruik getlocal_x in oude stijl in plaats van getlocalx in AS3 P-code -config.description.useOldStyleGetSetLocalsAs3PCode = Gebruik oude stijl getlocal_x, setlocal_x van FFDec 12.x of ouder -config.name.useOldStyleLookupSwitchAs3PCode = Gebruik de ouderwetse lookupswitch zonder haakjes in AS3 P-code -config.description.useOldStyleLookupSwitchAs3PCode = Gebruik de ouderwetse lookupswitch van FFDec 12.x of ouder +config.name.indentAs3PCode=AS3 P-code inspringen +config.description.indentAs3PCode=AS3 P-codeblokken zoals eigenschap/body/code inspringen +config.name.labelOnSeparateLineAs3PCode=Label in AS3 P-code op aparte regel +config.description.labelOnSeparateLineAs3PCode=Label maken in AS3 P-codestandaard op aparte lijn +config.name.useOldStyleGetSetLocalsAs3PCode=Gebruik getlocal_x in oude stijl in plaats van getlocalx in AS3 P-code +config.description.useOldStyleGetSetLocalsAs3PCode=Gebruik oude stijl getlocal_x, setlocal_x van FFDec 12.x of ouder +config.name.useOldStyleLookupSwitchAs3PCode=Gebruik de ouderwetse lookupswitch zonder haakjes in AS3 P-code +config.description.useOldStyleLookupSwitchAs3PCode=Gebruik de ouderwetse lookupswitch van FFDec 12.x of ouder #after 13.0.3 -config.name.checkForModifications = Controleer op bestandswijzigingen buiten FFDec -config.description.checkForModifications = Controleer op wijzigingen van bestanden door andere applicaties en vraag om opnieuw te laden -config.name.warning.initializers = Waarschuw bij AS3-slot/const-bewerking over initializers -config.description.warning.initializers = Waarschuwing weergeven bij AS3-slot/const-bewerking over initializers -config.name.parametersPanelInSearchResults = Parameterpaneel weergeven in zoekresultaten -config.description.parametersPanelInSearchResults = Toon paneel met parameters zoals zoektekst / hoofdlettergebruik negeren / regexp in het zoekresultatenvenster -config.name.displayAs3PCodeDocsPanel = Toon documentenpaneel in AS3 P-code -config.description.displayAs3PCodeDocsPanel = Toon paneel met documentatie van instructies en codestructuur in AS3 P-codebewerking en weergave -config.name.displayAs3TraitsListAndConstantsPanel = Toon AS3-eigenschappenlijst en constantenpaneel -config.description.displayAs3TraitsListAndConstantsPanel = Toon paneel met lijst met eigenschappen en constanten onder de tagboom voor AS3 +config.name.checkForModifications=Controleer op bestandswijzigingen buiten FFDec +config.description.checkForModifications=Controleer op wijzigingen van bestanden door andere applicaties en vraag om opnieuw te laden +config.name.warning.initializers=Waarschuw bij AS3-slot/const-bewerking over initializers +config.description.warning.initializers=Waarschuwing weergeven bij AS3-slot/const-bewerking over initializers +config.name.parametersPanelInSearchResults=Parameterpaneel weergeven in zoekresultaten +config.description.parametersPanelInSearchResults=Toon paneel met parameters zoals zoektekst / hoofdlettergebruik negeren / regexp in het zoekresultatenvenster +config.name.displayAs3PCodeDocsPanel=Toon documentenpaneel in AS3 P-code +config.description.displayAs3PCodeDocsPanel=Toon paneel met documentatie van instructies en codestructuur in AS3 P-codebewerking en weergave +config.name.displayAs3TraitsListAndConstantsPanel=Toon AS3-eigenschappenlijst en constantenpaneel +config.description.displayAs3TraitsListAndConstantsPanel=Toon paneel met lijst met eigenschappen en constanten onder de tagboom voor AS3 #after 14.1.0 -config.name.useAsTypeIcons = Gebruik scriptpictogrammen op basis van het itemtype -config.description.useAsTypeIcons = Gebruik verschillende pictogrammen voor verschillende scripttypen (klasse/interface/frame/...) -config.name.limitAs3PCodeOffsetMatching = Limiet voor aanpassing van de AS3 P-code-offset -config.description.limitAs3PCodeOffsetMatching = Beperking van instructies in AS3 P-code die gecompenseerd zijn voor AS3-script +config.name.useAsTypeIcons=Gebruik scriptpictogrammen op basis van het itemtype +config.description.useAsTypeIcons=Gebruik verschillende pictogrammen voor verschillende scripttypen (klasse/interface/frame/...) +config.name.limitAs3PCodeOffsetMatching=Limiet voor aanpassing van de AS3 P-code-offset +config.description.limitAs3PCodeOffsetMatching=Beperking van instructies in AS3 P-code die gecompenseerd zijn voor AS3-script #after 14.2.1 -config.name.showSlowRenderingWarning = Logwaarschuwing wanneer het renderen te langzaam is -config.description.showSlowRenderingWarning = Logt een waarschuwing wanneer de interne Flash-viewer te traag is om inhoud weer te geven +config.name.showSlowRenderingWarning=Logwaarschuwing wanneer het renderen te langzaam is +config.description.showSlowRenderingWarning=Logt een waarschuwing wanneer de interne Flash-viewer te traag is om inhoud weer te geven #after 14.3.1 -config.name.autoCloseQuotes = Enkele aanhalingstekens automatisch sluiten bij scriptbewerking -config.description.autoCloseQuotes = Voegt automatisch het tweede enkele aanhalingsteken in wanneer u het eerste typt -config.name.autoCloseDoubleQuotes = Sluit dubbele aanhalingstekens automatisch bij scriptbewerking -config.description.autoCloseDoubleQuotes = Voegt automatisch een tweede dubbel aanhalingsteken " in bij het typen van de eerste -config.name.autoCloseBrackets = Sluit haakjes automatisch bij scriptbewerking -config.description.autoCloseBrackets = Voegt automatisch sluithaakje ] in bij typopening [ -config.name.autoCloseParenthesis = Sluit haakje automatisch bij scriptbewerking -config.description.autoCloseParenthesis = Voegt automatisch een haakje sluiten in bij het typen van de opening ( -config.name.showDialogOnError = Toon een foutdialoog bij elke fout -config.description.showDialogOnError = Geeft automatisch een foutdialoog weer bij elke fout +config.name.autoCloseQuotes=Enkele aanhalingstekens automatisch sluiten bij scriptbewerking +config.description.autoCloseQuotes=Voegt automatisch het tweede enkele aanhalingsteken in wanneer u het eerste typt +config.name.autoCloseDoubleQuotes=Sluit dubbele aanhalingstekens automatisch bij scriptbewerking +config.description.autoCloseDoubleQuotes=Voegt automatisch een tweede dubbel aanhalingsteken " in bij het typen van de eerste +config.name.autoCloseBrackets=Sluit haakjes automatisch bij scriptbewerking +config.description.autoCloseBrackets=Voegt automatisch sluithaakje ] in bij typopening [ +config.name.autoCloseParenthesis=Sluit haakje automatisch bij scriptbewerking +config.description.autoCloseParenthesis=Voegt automatisch een haakje sluiten in bij het typen van de opening ( +config.name.showDialogOnError=Toon een foutdialoog bij elke fout +config.description.showDialogOnError=Geeft automatisch een foutdialoog weer bij elke fout #after 14.4.0 -config.name.limitSameChars = Limiet van dezelfde tekens voor \\{xx}C (herhaal) escape -config.description.limitSameChars = Maximaal aantal dezelfde tekens op rij in P-codereeksen of onduidelijke namen voordat deze worden vervangen door \\{xx}C herhalings escape +config.name.limitSameChars=Limiet van dezelfde tekens voor \\{xx}C (herhaal) escape +config.description.limitSameChars=Maximaal aantal dezelfde tekens op rij in P-codereeksen of onduidelijke namen voordat deze worden vervangen door \\{xx}C herhalings escape #after 14.5.2 -config.name.showImportScriptsInfo = Toon informatie voordat u scripts importeert -config.description.showImportScriptsInfo = Geeft informatie weer over hoe het importeren van scripts werkt nadat u op Scripts importeren in het menu hebt geklikt. -config.name.showImportTextInfo = Toon informatie voordat u tekst importeert -config.description.showImportTextInfo = Geeft informatie weer over hoe het importeren van tekst werkt nadat u op Tekst importeren in het menu hebt geklikt. -config.name.showImportSymbolClassInfo = Toon informatie voordat u een symbool-klasse importeert -config.description.showImportSymbolClassInfo = Geeft informatie weer over hoe het importeren van symboolklassen werkt nadat u in het menu op Symbol-klasse importeren hebt geklikt. -config.name.showImportXmlInfo = Toon informatie voordat u XML importeert -config.description.showImportXmlInfo = Geeft informatie weer over hoe XML-import werkt nadat u op XML importeren in het menu hebt geklikt. +config.name.showImportScriptsInfo=Toon informatie voordat u scripts importeert +config.description.showImportScriptsInfo=Geeft informatie weer over hoe het importeren van scripts werkt nadat u op Scripts importeren in het menu hebt geklikt. +config.name.showImportTextInfo=Toon informatie voordat u tekst importeert +config.description.showImportTextInfo=Geeft informatie weer over hoe het importeren van tekst werkt nadat u op Tekst importeren in het menu hebt geklikt. +config.name.showImportSymbolClassInfo=Toon informatie voordat u een symbool-klasse importeert +config.description.showImportSymbolClassInfo=Geeft informatie weer over hoe het importeren van symboolklassen werkt nadat u in het menu op Symbol-klasse importeren hebt geklikt. +config.name.showImportXmlInfo=Toon informatie voordat u XML importeert +config.description.showImportXmlInfo=Geeft informatie weer over hoe XML-import werkt nadat u op XML importeren in het menu hebt geklikt. #after 15.1.1 -config.name.lastSessionTagListSelection = Laatste sessie taglijstselectie -config.description.lastSessionTagListSelection = Bevat de selectie van de laatste sessie in de lijstselectieweergave -config.name.lastView = Laatste weergave -config.description.lastView = Laatst weergegeven weergavemodus -config.name.swfSpecificCustomConfigs = SWF-specifieke aangepaste configuraties -config.description.swfSpecificCustomConfigs = Bevat de SWF-specifieke configuraties in aangepast formaat -config.name.warningOpeningReadOnly = Waarschuw bij het openen van een alleen-lezen SWF -config.description.warningOpeningReadOnly = Toon een waarschuwing bij het openen van SWF vanuit een alleen-lezen bron +config.name.lastSessionTagListSelection=Laatste sessie taglijstselectie +config.description.lastSessionTagListSelection=Bevat de selectie van de laatste sessie in de lijstselectieweergave +config.name.lastView=Laatste weergave +config.description.lastView=Laatst weergegeven weergavemodus +config.name.swfSpecificCustomConfigs=SWF-specifieke aangepaste configuraties +config.description.swfSpecificCustomConfigs=Bevat de SWF-specifieke configuraties in aangepast formaat +config.name.warningOpeningReadOnly=Waarschuw bij het openen van een alleen-lezen SWF +config.description.warningOpeningReadOnly=Toon een waarschuwing bij het openen van SWF vanuit een alleen-lezen bron # after 16.1.0 -config.name.showImportImageInfo = Toon informatie voordat u afbeeldingen importeert -config.description.showImportImageInfo = Geeft informatie weer over hoe het importeren van afbeeldingen werkt nadat u op Afbeeldingen importeren in het menu hebt geklikt. -config.name.autoPlaySwfs = Speel SWF-voorbeelden automatisch af -config.description.autoPlaySwfs = Vouw het eerste niveau van de structuur uit bij het laden van SWF -config.name.expandFirstLevelOfTreeOnLoad = Vouw het eerste niveau van de structuur uit bij het laden van SWF -config.description.expandFirstLevelOfTreeOnLoad = Breidt automatisch het eerste niveau van knooppunten in de boom uit op SWF geopend. +config.name.showImportImageInfo=Toon informatie voordat u afbeeldingen importeert +config.description.showImportImageInfo=Geeft informatie weer over hoe het importeren van afbeeldingen werkt nadat u op Afbeeldingen importeren in het menu hebt geklikt. +config.name.autoPlaySwfs=Speel SWF-voorbeelden automatisch af +config.description.autoPlaySwfs=Vouw het eerste niveau van de structuur uit bij het laden van SWF +config.name.expandFirstLevelOfTreeOnLoad=Vouw het eerste niveau van de structuur uit bij het laden van SWF +config.description.expandFirstLevelOfTreeOnLoad=Breidt automatisch het eerste niveau van knooppunten in de boom uit op SWF geopend. # after 16.2.0 -config.name.allowPlacingDefinesIntoSprites = Sta het plaatsen van definieertags in DefineSprite toe -config.description.allowPlacingDefinesIntoSprites = Maakt het plaatsen (verplaatsen/kopi\u00ebren/slepen) van definieer typetags in DefineSp mogelijk -config.name.allowDragAndDropInTagListTree = Sta slepen en neerzetten toe in de taglijstweergave -config.description.allowDragAndDropInTagListTree = Maakt het verplaatsen/kopi\u00ebren van tags mogelijk met slepen en neerzetten in de boomstructuur van de taglijstweergave. -config.name.allowMiterClipLinestyle = (VERWIJDERD) Lijnstijlen voor verstekclips toestaan \u200b\u200b(LANGZAAM) -config.description.allowMiterClipLinestyle = Sta het gebruik van een aangepaste renderer toe die verstekcliplijnstijlen ondersteunt, maar langzaam is. -advancedSettings.search = Zoekopdracht: +config.name.allowPlacingDefinesIntoSprites=Sta het plaatsen van definieertags in DefineSprite toe +config.description.allowPlacingDefinesIntoSprites=Maakt het plaatsen (verplaatsen/kopi\u00ebren/slepen) van definieer typetags in DefineSp mogelijk +config.name.allowDragAndDropInTagListTree=Sta slepen en neerzetten toe in de taglijstweergave +config.description.allowDragAndDropInTagListTree=Maakt het verplaatsen/kopi\u00ebren van tags mogelijk met slepen en neerzetten in de boomstructuur van de taglijstweergave. +config.name.allowMiterClipLinestyle=(VERWIJDERD) Lijnstijlen voor verstekclips toestaan \u200b\u200b(LANGZAAM) +config.description.allowMiterClipLinestyle=Sta het gebruik van een aangepaste renderer toe die verstekcliplijnstijlen ondersteunt, maar langzaam is. +advancedSettings.search=Zoekopdracht: # after 16.3.1 -config.name.animateSubsprites = Animeer subsprites in preview -config.description.animateSubsprites = Sta subsprite-animatie toe in het tijdlijnvoorbeeld. -config.name.autoPlayPreviews = Speel voorvertoningen automatisch af -config.description.autoPlayPreviews = Speel automatisch voorbeelden af. -config.name.maxCachedTime = Maximale tijdelijke cachetijd -config.description.maxCachedTime = Maximale tijd in milliseconden voordat het item (dat sindsdien niet meer is geopend) uit de cache wordt verwijderd. Zet dit op 0 voor onbeperkt caching. -config.name.airLibLocation = 6) AIR-bibliotheekpad (airglobal.swc) -config.description.airLibLocation = Locatie van de AIR-bibliotheek airglobal.swc. Het kan voornamelijk worden gebruikt voor AS3-compilatie. -config.name.showImportShapeInfo = Show information before importing shapes -config.description.showImportShapeInfo = Geeft informatie weer over hoe het importeren van vormen werkt nadat u op vormen importeren in het menu hebt geklikt. -config.name.pinnedItemsTagTreePaths = Paden voor vastgezette items in de tagstructuur -config.description.pinnedItemsTagTreePaths = Paden van knooppunten van de tagboom die zijn vastgezet. -config.name.pinnedItemsTagListPaths = Paden voor vastgezette items in de boomstructuur van de tagslijst -config.description.pinnedItemsTagListPaths = Paden van knooppunten van de taglijstweergaveboom die zijn vastgezet. -config.name.flattenASPackages = Maak ActionScript-pakketten plat -config.description.flattenASPackages = Maak \u00e9\u00e9n item per pakket in plaats van een pakketboom. -config.name.gui.scale = UI-schaalfactor -config.description.gui.scale = Schaalfactor van grafische interface. Stel dit in op 2.0 op Mac-retina-displays. Echt afsluiten van de applicatie (niet alleen opnieuw opstarten na het vragen) is vereist. -config.name.warning.video.vlc = Waarschuw voor ontbrekende VLC -config.description.warning.video.vlc = Waarschuwing weergeven dat VLC-mediaspeler vereist is bij het openen van SWF's met DefineVideoStream-tags wanneer VLC niet beschikbaar is. -config.name.playFrameSounds = Speel framegeluiden af -config.description.playFrameSounds = Speel geluiden af \u200b\u200bop het weergeven van frames. -config.name.fixAntialiasConflation = Probeer antialias-conflatie op te lossen (EXPERIMENTEEL, LANGZAAM) -config.description.fixAntialiasConflation = Probeert samensmeltingsartefacten tussen aangrenzende vormen, veroorzaakt door anti-aliasing, op te lossen. Dit vertraagt \u200b\u200bhet renderen. Experimentele functie. -config.name.autoPlaySounds = Geluiden automatisch afspelen -config.description.autoPlaySounds = Speel automatisch geluiden af \u200b\u200b(DefineSound) op boomknooppunt -config.name.deobfuscateAs12RemoveInvalidNamesAssignments = AS1/2 deobfuscatie: verwijder variabeledeclaraties met versluierde namen -config.description.deobfuscateAs12RemoveInvalidNamesAssignments = Tijdens de deobfuscatie van AS1/2 verwijdert u de variabeledeclaraties die een niet-standaard naam hebben. WAARSCHUWING: Dit kan SWF's beschadigen die afhankelijk zijn van onduidelijke namen. -config.name.gui.splitPanePlace.dividerLocationPercent = (Interne) Splitterplaatslocatie -config.name.gui.splitPaneTransform1.dividerLocationPercent = (Interne) Locatie splittertransformatie1 -config.name.gui.splitPaneTransform2.dividerLocationPercent = (Interne) Locatie splittertransformatie2 -config.name.gui.transform.lastExpandedCards = (Intern) Laatste uitgebreide transformatiekaarten -config.name.doubleClickNodeToEdit = Dubbelklik om te beginnen met bewerken -config.description.doubleClickNodeToEdit = Dubbelklikken op het boomknooppunt start de bewerking ervan. -config.name.warningDeobfuscation = Waarschuw bij overschakelingsdeobfuscatie -config.description.warningDeobfuscation = Waarschuwing weergeven bij het in-/uitschakelen van deobfuscatie. -config.name.warningRenameIdentifiers = Waarschuw bij het wisselen van identifiers voor automatisch hernoemen -config.description.warningRenameIdentifiers = Waarschuwing weergeven bij het inschakelen van de functie voor automatisch hernoemen van ID's. -config.name.showImportMovieInfo = Toon informatie voordat u films importeert -config.description.showImportMovieInfo = Geeft informatie weer over hoe het importeren van films werkt nadat u op Films importeren in het menu hebt geklikt. -config.name.showImportSoundInfo = Toon informatie voordat u geluiden importeert -config.description.showImportSoundInfo = Geeft informatie weer over hoe het importeren van geluiden werkt nadat u op Geluiden importeren in het menu hebt geklikt. -config.name.svgRetainBounds = Behoud vormgrenzen tijdens SVG-export -config.description.svgRetainBounds = Tijdens SVG-export wordt de x- en y-positie van de vorm precies zo ge\u00ebxporteerd als in SWF (bijvoorbeeld positief of negatief). -config.name.disableBitmapSmoothing = Schakel het verzachten van bitmaps uit -config.description.disableBitmapSmoothing = Schakel vloeiende bitmapvullingen uit tijdens weergave - toon alles als niet-vloeiend (gepixeld). -config.name.pinnedItemsScrollPos = Vastgezette items scrollen/caret-posities -config.description.pinnedItemsScrollPos = Scroll- of cursorposities van vastgezette items. -config.name.maxRememberedScrollposItems = Maximaal aantal onthouden scrollposities -config.description.maxRememberedScrollposItems = Maximaal aantal onthouden scrollpositie-items. -config.name.rememberScriptsScrollPos = Onthoud scripts scroll/caret-positie -config.description.rememberScriptsScrollPos = De scriptscroll/caret-positie blijft behouden bij het wisselen van items en wordt opgeslagen voor vastgezette items. -config.name.rememberFoldersScrollPos = Onthoud de scrollpositie van mappen -config.description.rememberFoldersScrollPos = De scrollpositie van mappen blijft behouden bij het wisselen van items en wordt opgeslagen voor vastgezette items. +config.name.animateSubsprites=Animeer subsprites in preview +config.description.animateSubsprites=Sta subsprite-animatie toe in het tijdlijnvoorbeeld. +config.name.autoPlayPreviews=Speel voorvertoningen automatisch af +config.description.autoPlayPreviews=Speel automatisch voorbeelden af. +config.name.maxCachedTime=Maximale tijdelijke cachetijd +config.description.maxCachedTime=Maximale tijd in milliseconden voordat het item (dat sindsdien niet meer is geopend) uit de cache wordt verwijderd. Zet dit op 0 voor onbeperkt caching. +config.name.airLibLocation=6) AIR-bibliotheekpad (airglobal.swc) +config.description.airLibLocation=Locatie van de AIR-bibliotheek airglobal.swc. Het kan voornamelijk worden gebruikt voor AS3-compilatie. +config.name.showImportShapeInfo=Show information before importing shapes +config.description.showImportShapeInfo=Geeft informatie weer over hoe het importeren van vormen werkt nadat u op vormen importeren in het menu hebt geklikt. +config.name.pinnedItemsTagTreePaths=Paden voor vastgezette items in de tagstructuur +config.description.pinnedItemsTagTreePaths=Paden van knooppunten van de tagboom die zijn vastgezet. +config.name.pinnedItemsTagListPaths=Paden voor vastgezette items in de boomstructuur van de tagslijst +config.description.pinnedItemsTagListPaths=Paden van knooppunten van de taglijstweergaveboom die zijn vastgezet. +config.name.flattenASPackages=Maak ActionScript-pakketten plat +config.description.flattenASPackages=Maak \u00e9\u00e9n item per pakket in plaats van een pakketboom. +config.name.gui.scale=UI-schaalfactor +config.description.gui.scale=Schaalfactor van grafische interface. Stel dit in op 2.0 op Mac-retina-displays. Echt afsluiten van de applicatie (niet alleen opnieuw opstarten na het vragen) is vereist. +config.name.warning.video.vlc=Waarschuw voor ontbrekende VLC +config.description.warning.video.vlc=Waarschuwing weergeven dat VLC-mediaspeler vereist is bij het openen van SWF's met DefineVideoStream-tags wanneer VLC niet beschikbaar is. +config.name.playFrameSounds=Speel framegeluiden af +config.description.playFrameSounds=Speel geluiden af \u200b\u200bop het weergeven van frames. +config.name.fixAntialiasConflation=Probeer antialias-conflatie op te lossen (EXPERIMENTEEL, LANGZAAM) +config.description.fixAntialiasConflation=Probeert samensmeltingsartefacten tussen aangrenzende vormen, veroorzaakt door anti-aliasing, op te lossen. Dit vertraagt \u200b\u200bhet renderen. Experimentele functie. +config.name.autoPlaySounds=Geluiden automatisch afspelen +config.description.autoPlaySounds=Speel automatisch geluiden af \u200b\u200b(DefineSound) op boomknooppunt +config.name.deobfuscateAs12RemoveInvalidNamesAssignments=AS1/2 deobfuscatie: verwijder variabeledeclaraties met versluierde namen +config.description.deobfuscateAs12RemoveInvalidNamesAssignments=Tijdens de deobfuscatie van AS1/2 verwijdert u de variabeledeclaraties die een niet-standaard naam hebben. WAARSCHUWING: Dit kan SWF's beschadigen die afhankelijk zijn van onduidelijke namen. +config.name.gui.splitPanePlace.dividerLocationPercent=(Interne) Splitterplaatslocatie +config.name.gui.splitPaneTransform1.dividerLocationPercent=(Interne) Locatie splittertransformatie1 +config.name.gui.splitPaneTransform2.dividerLocationPercent=(Interne) Locatie splittertransformatie2 +config.name.gui.transform.lastExpandedCards=(Intern) Laatste uitgebreide transformatiekaarten +config.name.doubleClickNodeToEdit=Dubbelklik om te beginnen met bewerken +config.description.doubleClickNodeToEdit=Dubbelklikken op het boomknooppunt start de bewerking ervan. +config.name.warningDeobfuscation=Waarschuw bij overschakelingsdeobfuscatie +config.description.warningDeobfuscation=Waarschuwing weergeven bij het in-/uitschakelen van deobfuscatie. +config.name.warningRenameIdentifiers=Waarschuw bij het wisselen van identifiers voor automatisch hernoemen +config.description.warningRenameIdentifiers=Waarschuwing weergeven bij het inschakelen van de functie voor automatisch hernoemen van ID's. +config.name.showImportMovieInfo=Toon informatie voordat u films importeert +config.description.showImportMovieInfo=Geeft informatie weer over hoe het importeren van films werkt nadat u op Films importeren in het menu hebt geklikt. +config.name.showImportSoundInfo=Toon informatie voordat u geluiden importeert +config.description.showImportSoundInfo=Geeft informatie weer over hoe het importeren van geluiden werkt nadat u op Geluiden importeren in het menu hebt geklikt. +config.name.svgRetainBounds=Behoud vormgrenzen tijdens SVG-export +config.description.svgRetainBounds=Tijdens SVG-export wordt de x- en y-positie van de vorm precies zo ge\u00ebxporteerd als in SWF (bijvoorbeeld positief of negatief). +config.name.disableBitmapSmoothing=Schakel het verzachten van bitmaps uit +config.description.disableBitmapSmoothing=Schakel vloeiende bitmapvullingen uit tijdens weergave - toon alles als niet-vloeiend (gepixeld). +config.name.pinnedItemsScrollPos=Vastgezette items scrollen/caret-posities +config.description.pinnedItemsScrollPos=Scroll- of cursorposities van vastgezette items. +config.name.maxRememberedScrollposItems=Maximaal aantal onthouden scrollposities +config.description.maxRememberedScrollposItems=Maximaal aantal onthouden scrollpositie-items. +config.name.rememberScriptsScrollPos=Onthoud scripts scroll/caret-positie +config.description.rememberScriptsScrollPos=De scriptscroll/caret-positie blijft behouden bij het wisselen van items en wordt opgeslagen voor vastgezette items. +config.name.rememberFoldersScrollPos=Onthoud de scrollpositie van mappen +config.description.rememberFoldersScrollPos=De scrollpositie van mappen blijft behouden bij het wisselen van items en wordt opgeslagen voor vastgezette items. #after 18.3.6 -config.name.warning.initializers.class = Waarschuw bij bewerking van AS3-klassekenmerken over scriptinitialisatie -config.description.warning.initializers.class = Waarschuwing weergeven bij bewerking van AS3-klassekenmerken over initialisatie +config.name.warning.initializers.class=Waarschuw bij bewerking van AS3-klassekenmerken over scriptinitialisatie +config.description.warning.initializers.class=Waarschuwing weergeven bij bewerking van AS3-klassekenmerken over initialisatie #after 18.4.1 -config.name.maxCachedNum = Maximaal aantal in de cache opgeslagen items per enkele cache -config.description.maxCachedNum = Maximaal aantal in de cache opgeslagen items voordat oudere items uit de cache worden verwijderd. Lagere waarde = minder geheugen, langzamere app. Hogere waarde = meer geheugen, snellere app. Zet dit op 0 voor onbeperkt caching. -config.name.warning.cannotencrypt = Waarschuw wanneer het niet gecodeerd kan worden opgeslagen -config.description.warning.cannotencrypt = Waarschuwing weergeven wanneer SWF-bestand dat is gecodeerd met HARMAN Air niet kan worden opgeslagen +config.name.maxCachedNum=Maximaal aantal in de cache opgeslagen items per enkele cache +config.description.maxCachedNum=Maximaal aantal in de cache opgeslagen items voordat oudere items uit de cache worden verwijderd. Lagere waarde = minder geheugen, langzamere app. Hogere waarde = meer geheugen, snellere app. Zet dit op 0 voor onbeperkt caching. +config.name.warning.cannotencrypt=Waarschuw wanneer het niet gecodeerd kan worden opgeslagen +config.description.warning.cannotencrypt=Waarschuwing weergeven wanneer SWF-bestand dat is gecodeerd met HARMAN Air niet kan worden opgeslagen #after 18.5.0 -config.name.lastExportEnableEmbed = Laatste instelling voor het exporteren van ingesloten assets -config.description.lastExportEnableEmbed = Laatste instelling voor het exporteren van ingebedde middelen via [Insluiten]-metagegevens. -config.name.lastFlaExportVersion = Laatste FLA-exportversie -config.description.lastFlaExportVersion = Laatst ge\u00ebxporteerde FLA-versie -config.name.lastFlaExportCompressed = Laatste FLA-export gecomprimeerd -config.description.lastFlaExportCompressed = Laatst ge\u00ebxporteerde FLA-versie gecomprimeerd +config.name.lastExportEnableEmbed=Laatste instelling voor het exporteren van ingesloten assets +config.description.lastExportEnableEmbed=Laatste instelling voor het exporteren van ingebedde middelen via [Insluiten]-metagegevens. +config.name.lastFlaExportVersion=Laatste FLA-exportversie +config.description.lastFlaExportVersion=Laatst ge\u00ebxporteerde FLA-versie +config.name.lastFlaExportCompressed=Laatste FLA-export gecomprimeerd +config.description.lastFlaExportCompressed=Laatst ge\u00ebxporteerde FLA-versie gecomprimeerd #after 19.0.0 -config.name.showImportSpriteInfo = Toon informatie voordat sprites worden ge\u00efmporteerd -config.description.showImportSpriteInfo = Toont wat informatie over hoe het importeren van sprites werkt nadat je op Sprites importeren in het menu hebt geklikt. -config.name.displayAs12PCodeDocsPanel = Toon documentenpaneel in AS1/2 P-code -config.description.displayAs12PCodeDocsPanel = Toon paneel met documentatie van acties in AS1/2 P-code bewerking en weergave -config.name.gui.action.splitPane.docs.dividerLocationPercent = (Intern) AS 1/2 splitPanedocsdividerLocationPercent -config.description.action.avm2.splitPane.docs.dividerLocationPercent = AS 1/2 splitPane docs-verdeler Locatie Percentage +config.name.showImportSpriteInfo=Toon informatie voordat sprites worden ge\u00efmporteerd +config.description.showImportSpriteInfo=Toont wat informatie over hoe het importeren van sprites werkt nadat je op Sprites importeren in het menu hebt geklikt. +config.name.displayAs12PCodeDocsPanel=Toon documentenpaneel in AS1/2 P-code +config.description.displayAs12PCodeDocsPanel=Toon paneel met documentatie van acties in AS1/2 P-code bewerking en weergave +config.name.gui.action.splitPane.docs.dividerLocationPercent=(Intern) AS 1/2 splitPanedocsdividerLocationPercent +config.description.action.avm2.splitPane.docs.dividerLocationPercent=AS 1/2 splitPane docs-verdeler Locatie Percentage #after 19.1.2 -config.name.rememberLastScreen = Onthoud het laatst gebruikte scherm (op meerdere monitoren) -config.description.rememberLastScreen = Onthoud het laatst gebruikte scherm bij configuratie met meerdere schermapparaten (monitoren) -config.name.lastMainWindowScreenIndex = Laatste hoofdvenster schermindex -config.description.lastMainWindowScreenIndex = Laatste hoofdvenster schermindex -config.name.lastMainWindowScreenX = Laatste hoofdvensterscherm X -config.description.lastMainWindowScreenX = Laatste hoofdvensterscherm X-co\u00f6rdinaat -config.name.lastMainWindowScreenY = Laatste hoofdvensterscherm Y -config.description.lastMainWindowScreenY = Laatste hoofdvensterscherm Y-co\u00f6rdinaat -config.name.lastMainWindowScreenWidth = Schermbreedte laatste hoofdvenster -config.description.lastMainWindowScreenWidth = Schermbreedte laatste hoofdvenster -config.name.lastMainWindowScreenHeight = Schermbreedte laatste hoofdvenster -config.description.lastMainWindowScreenHeight = Schermbreedte laatste hoofdvenster -config.name.displayAs12PCodePanel = Toon AS1/2 P-code paneel -config.description.displayAs12PCodePanel = Toon paneel met gedeassembleerde P-codeacties voor ActionScript 1 en 2 -config.name.displayAs3PCodePanel = Toon AS3 P-code paneel -config.description.displayAs3PCodePanel = Toon paneel met gedeassembleerde P-code-instructies voor ActionScript 3 -config.name.flaExportUseMappedFontLayout = FLA-export - gebruik toegewezen lettertype-indeling -config.description.flaExportUseMappedFontLayout = letterafstand wanneer het daadwerkelijke lettertype geen lay-out heeft tijdens FLA-export. +config.name.rememberLastScreen=Onthoud het laatst gebruikte scherm (op meerdere monitoren) +config.description.rememberLastScreen=Onthoud het laatst gebruikte scherm bij configuratie met meerdere schermapparaten (monitoren) +config.name.lastMainWindowScreenIndex=Laatste hoofdvenster schermindex +config.description.lastMainWindowScreenIndex=Laatste hoofdvenster schermindex +config.name.lastMainWindowScreenX=Laatste hoofdvensterscherm X +config.description.lastMainWindowScreenX=Laatste hoofdvensterscherm X-co\u00f6rdinaat +config.name.lastMainWindowScreenY=Laatste hoofdvensterscherm Y +config.description.lastMainWindowScreenY=Laatste hoofdvensterscherm Y-co\u00f6rdinaat +config.name.lastMainWindowScreenWidth=Schermbreedte laatste hoofdvenster +config.description.lastMainWindowScreenWidth=Schermbreedte laatste hoofdvenster +config.name.lastMainWindowScreenHeight=Schermbreedte laatste hoofdvenster +config.description.lastMainWindowScreenHeight=Schermbreedte laatste hoofdvenster +config.name.displayAs12PCodePanel=Toon AS1/2 P-code paneel +config.description.displayAs12PCodePanel=Toon paneel met gedeassembleerde P-codeacties voor ActionScript 1 en 2 +config.name.displayAs3PCodePanel=Toon AS3 P-code paneel +config.description.displayAs3PCodePanel=Toon paneel met gedeassembleerde P-code-instructies voor ActionScript 3 +config.name.flaExportUseMappedFontLayout=FLA-export - gebruik toegewezen lettertype-indeling +config.description.flaExportUseMappedFontLayout=letterafstand wanneer het daadwerkelijke lettertype geen lay-out heeft tijdens FLA-export. #after 20.0.0 -config.name.formatting.tab.size = Tab-grootte -config.description.formatting.tab.size = Aantal spaties per tab -config.name.boxBlurPixelsLimit = Box vervangingsfilter pixels limiet -config.description.boxBlurPixelsLimit = Maximaal aantal pixels om het boxblur-filter te berekenen. De werkelijke limiet is dit getal vermenigvuldigd met 10.000. Als het aantal pixels groter is, worden blurX en blurY verlaagd. -config.name.as3ExportNamesUseClassNamesOnly = Ge\u00ebxporteerde objecten hebben namen die alleen op klassen zijn gebaseerd (AS3) -config.description.as3ExportNamesUseClassNamesOnly = Ge\u00ebxporteerde objectbestanden (afbeeldingen, geluid, ...) nemen alleen namen over van de SymbolClass-tag - de aan hen toegewezen klassen. Er is geen teken-ID toegevoegd. Ook wanneer meerdere klassen aan hetzelfde item zijn toegewezen, wordt het meerdere keren ge\u00ebxporteerd. (Voor ActionScript 3 SWF's) -config.name.jnaTempDirectory = JNA Tijdelijke map -config.description.jnaTempDirectory = Tijdelijk mappad voor JNA DLL's, enz. Dit moet worden ingesteld op een pad dat geen Unicode-tekens bevat. Als dit niet is ingesteld, wordt de huidige TEMP-directory van de gebruiker gebruikt. -config.name.flaExportFixShapes = FLA-export - vormen repareren (langzaam) -config.description.flaExportFixShapes = Pas de procedure toe voor het splitsen van overlappende randen om ontbrekende vullingen op bepaalde vormen te corrigeren. Dit kan bij sommige complexe vormen erg traag zijn +config.name.formatting.tab.size=Tab-grootte +config.description.formatting.tab.size=Aantal spaties per tab +config.name.boxBlurPixelsLimit=Box vervangingsfilter pixels limiet +config.description.boxBlurPixelsLimit=Maximaal aantal pixels om het boxblur-filter te berekenen. De werkelijke limiet is dit getal vermenigvuldigd met 10.000. Als het aantal pixels groter is, worden blurX en blurY verlaagd. +config.name.as3ExportNamesUseClassNamesOnly=Ge\u00ebxporteerde objecten hebben namen die alleen op klassen zijn gebaseerd (AS3) +config.description.as3ExportNamesUseClassNamesOnly=Ge\u00ebxporteerde objectbestanden (afbeeldingen, geluid, ...) nemen alleen namen over van de SymbolClass-tag - de aan hen toegewezen klassen. Er is geen teken-ID toegevoegd. Ook wanneer meerdere klassen aan hetzelfde item zijn toegewezen, wordt het meerdere keren ge\u00ebxporteerd. (Voor ActionScript 3 SWF's) +config.name.jnaTempDirectory=JNA Tijdelijke map +config.description.jnaTempDirectory=Tijdelijk mappad voor JNA DLL's, enz. Dit moet worden ingesteld op een pad dat geen Unicode-tekens bevat. Als dit niet is ingesteld, wordt de huidige TEMP-directory van de gebruiker gebruikt. +config.name.flaExportFixShapes=FLA-export - vormen repareren (langzaam) +config.description.flaExportFixShapes=Pas de procedure toe voor het splitsen van overlappende randen om ontbrekende vullingen op bepaalde vormen te corrigeren. Dit kan bij sommige complexe vormen erg traag zijn diff --git a/src/com/jpexs/decompiler/flash/gui/locales/AdvancedSettingsDialog_pl.properties b/src/com/jpexs/decompiler/flash/gui/locales/AdvancedSettingsDialog_pl.properties index 3ada64836..56bdcc4f2 100644 --- a/src/com/jpexs/decompiler/flash/gui/locales/AdvancedSettingsDialog_pl.properties +++ b/src/com/jpexs/decompiler/flash/gui/locales/AdvancedSettingsDialog_pl.properties @@ -12,249 +12,168 @@ # # You should have received a copy of the GNU General Public License # along with this program. If not, see . - -advancedSettings.dialog.title = Ustawienia Zaawansowane -advancedSettings.restartConfirmation = Musisz ponownie uruchomi\u0107 program, aby niekt\u00f3re zmiany odnios\u0142y efekt. Czy chcesz uruchomi\u0107 ponownie teraz? -advancedSettings.columns.name = Nazwa -advancedSettings.columns.value = Warto\u015b\u0107 -advancedSettings.columns.description = Opis -default = domy\u015blne - -config.group.name.export = Eksport -config.group.description.export = Konfiguracja eksportu - -config.group.name.script = Skrypty -config.group.description.script = Powi\u0105zane z dekompilacj\u0105 kodu ActionScript - -config.group.name.update = Aktualizacje -config.group.description.update = Sprawdzanie aktualizacji - -config.group.name.format = Formatowanie -config.group.description.format = Formatowanie kodu ActionScript - -config.group.name.limit = Limity -config.group.description.limit = Limity dekompilacji dla zaciemnionego kodu, itp. - -config.group.name.ui = Interfejs -config.group.description.ui = Konfiguracja interfejsu u\u017cytkownika - -config.group.name.debug = Debugowanie -config.group.description.debug = Ustawienia debugowania - -config.group.name.display = Widok -config.group.description.display = Wy\u015bwietlanie obiekt\u00f3w Flash, itp. - -config.group.name.decompilation = Dekompilacja -config.group.description.decompilation = Globalne funkcje zwi\u0105zane z dekompilacj\u0105 - -config.group.name.other = Inne -config.group.description.other = Inne ustawienia bez kategorii - -config.name.openMultipleFiles = Otw\u00f3rz wiele plik\u00f3w -config.description.openMultipleFiles = Pozwala jednorazowo otworzy\u0107 wiele plik\u00f3w w jednym oknie - -config.name.decompile = Poka\u017c \u017ar\u00f3d\u0142o ActionScript - -config.name.dumpView = Widok zrzutu -config.description.dumpView = Wy\u015bwietl zrzut surowych danych - -config.name.useHexColorFormat = Szesnastkowy format kolor\u00f3w -config.description.useHexColorFormat = Poka\u017c kolory w szesnastkowym formacie - -config.name.parallelSpeedUp = R\u00f3wnoleg\u0142e przyspieszenie -config.description.parallelSpeedUp = R\u00f3wnoleg\u0142o\u015b\u0107 mo\u017ce przyspieszy\u0107 dekompilacj\u0119 - -config.name.parallelSpeedUpThreadCount = Liczba w\u0105tk\u00f3w -config.description.parallelSpeedUpThreadCount = Liczba w\u0105tk\u00f3w dla r\u00f3wnoleg\u0142ego przyspieszenia - -config.name.autoDeobfuscate = Automatyczne odkodowanie -config.description.autoDeobfuscate = Uruchom odkodowanie na ka\u017cdym pliku przed dekompilacj\u0105 kodu ActionScript - -config.name.cacheOnDisk = U\u017cyj pami\u0119ci podr\u0119cznej na dysku -config.description.cacheOnDisk = Zapisuj zdekompilowane cz\u0119\u015bci do pami\u0119ci podr\u0119cznej na dysku twardym zamiast w pami\u0119ci - -config.name.internalFlashViewer = U\u017cyj wewn\u0119trznego odtwarzacza Flash -config.description.internalFlashViewer = U\u017cyj JPEXS Flash Viewer zamiast standardowego odtwarzacza Flash dla wy\u015bwietlania element\u00f3w Flash - -config.name.gotoMainClassOnStartup = Id\u017a do g\u0142\u00f3wnej klasy podczas uruhomienia (AS3) -config.description.gotoMainClassOnStartup = Przechodzi do klasy dokumentu pliku ActionScript 3 podczas otwarcia pliku SWF - -config.name.autoRenameIdentifiers = Automatycznie zmie\u0144 nazwy identyfikator\u00f3w -config.description.autoRenameIdentifiers = Automatycznie zmie\u0144 nazwy nieprawid\u0142owych identyfikator\u00f3w podczas \u0142adowania pliku SWF - -config.name.offeredAssociation = (Wewn\u0119trzne) Powi\u0105zanie z wy\u015bwietlanymi plikami SWF -config.description.offeredAssociation = Okno o powi\u0105zaniu pliku by\u0142o ju\u017c wy\u015bwietlone - -config.name.decimalAddress = U\u017cyj adres\u00f3w dziesi\u0119tnych -config.description.decimalAddress = U\u017cyj adres\u00f3w dziesi\u0119tnych zamiast szesnastkowych - -config.name.showAllAddresses = Poka\u017c wszystkie adresy -config.description.showAllAddresses = Wy\u015bwietl wszystkie instrukcje adres\u00f3w kodu ActionScript - -config.name.useFrameCache = Zapisywanie do pami\u0119ci podr\u0119cznej dla klatek -config.description.useFrameCache = Zapisuj klatki do pami\u0119ci podr\u0119cznej przez ponownym renderowaniem - -config.name.useRibbonInterface = Interfejs wst\u0105\u017cki -config.description.useRibbonInterface = Odznacz, aby u\u017cy\u0107 klasyczny interfejs bez menu wst\u0105\u017cki - -config.name.openFolderAfterFlaExport = Otw\u00f3rz folder po eksporcie pliku FLA -config.description.openFolderAfterFlaExport = Wy\u015bwietl katalog wyj\u015bciowy po eksportowaniu pliku FLA - -config.name.useDetailedLogging = Szczeg\u00f3\u0142owy dziennik -config.description.useDetailedLogging = Zapisuj do dziennika wiadomo\u015bci o b\u0142\u0119dach i informacje dla cel\u00f3w debugowania - -config.name.resolveConstants = Rozwi\u0105\u017c sta\u0142e w p-kodzie AS1/2 -config.description.resolveConstants = Wy\u0142\u0105cz, aby wy\u015bwietli\u0107 "constantxx" zamiast prawdziwych warto\u015bci w oknie P-kodu - -config.name.sublimiter = Limit zast\u0105pie\u0144 kodu -config.description.sublimiter = Limit zast\u0105pie\u0144 kodu dla zaciemnionego kodu. - -config.name.exportTimeout = Ca\u0142kowity limit czasu eksportu (w sekundach) -config.description.exportTimeout = Dekompiler sko\u0144czy eksportowa\u0107 po osi\u0105gni\u0119ciu tego czasu - -config.name.decompilationTimeoutFile = Limit czasu dekompilacji pojedynczego pliku (w sekundach) -config.description.decompilationTimeoutFile = Dekompiler sko\u0144czy dekompilacj\u0119 kodu ActionScript w jednym pliku po osi\u0105gni\u0119ciu tego czasu - -config.name.paramNamesEnable = W\u0142\u0105cz nazwy parametr\u00f3w w kodzie AS3 -config.description.paramNamesEnable = U\u017cywanie nazwy parametr\u00f3w przy dekompilowaniu mo\u017ce wywo\u0142ywa\u0107 b\u0142\u0119dy, poniewa\u017c oficjalne programy takie jak Adobe Flash CS 5.5 wstawiaj\u0105 z\u0142e indeksy nazw parametr\u00f3w - -config.name.displayFileName = Poka\u017c nazw\u0119 pliku SWF w tytule -config.description.displayFileName = Wy\u015bwietla nazw\u0119 pliku/url w tytule okna (Mo\u017cesz wtedy robi\u0107 zrzuty ekranu) - -config.name.dumpTags = Zrzu\u0107 etykiety do konsoli -config.description.dumpTags = Zrzu\u0107 etykiety do konsoli podczas czytania pliku SWF - -config.name.decompilationTimeoutSingleMethod = AS3: Limit czasu dekompilowania pojedynczej metody (w sekundach) -config.description.decompilationTimeoutSingleMethod = Dekompiler zako\u0144czy dekompilacj\u0119 kodu ActionScript po osi\u0105gni\u0119ciu tego czasu w jednej metodzie - -config.name.lastRenameType = (Wewn\u0119trzne) Ostatni typ zmiany nazwy -config.description.lastRenameType = Ostatnio u\u017cyty typ zmiany nazwy identyfikator\u00f3w - -config.name.lastSaveDir = (Wewn\u0119trzne) Katalog ostatniego zapisu -config.description.lastSaveDir = Katalog u\u017cyty do ostatniego zapisu - -config.name.lastOpenDir = (Wewn\u0119trzne) Ostatnio otwarty katalog -config.description.lastOpenDir = Ostatnio u\u017cyty otwarty katalog - -config.name.lastExportDir = (Wewn\u0119trzne) Ostatni katalog eksportu -config.description.lastExportDir = Ostatnio u\u017cyty katalog eksportu - -config.name.locale = J\u0119zyk -config.description.locale = Identyfikator ustawie\u0144 regionalnych - -config.name.registerNameFormat = Format zmiennej rejestru -config.description.registerNameFormat = Format nazwy zmiennej lokalnego rejestru. U\u017cyj %d dla liczby rejestru. - -config.name.maxRecentFileCount = Maksymalna liczba ostatnio otwartych plik\u00f3w -config.description.maxRecentFileCount = Maksymalna liczba ostatnio otwartych plik\u00f3w - -config.name.recentFiles = (Wewn\u0119trzne) Ostatnie pliki -config.description.recentFiles = Ostatnio otwarte pliki - -config.name.fontPairingMap = (Wewn\u0119trzne) Pary czcionek do importu -config.description.fontPairingMap = Pary czcionek do importowania nowych znak\u00f3w - -config.name.lastUpdatesCheckDate = (Wewn\u0119trzne) Data ostatniego sprawdzenia aktualizacji -config.description.lastUpdatesCheckDate = Data ostatniego sprawdzenia aktualizacji na serwerze - -config.name.gui.window.width = (Wewn\u0119trzne) Ostatnia szeroko\u015b\u0107 okna -config.description.gui.window.width = Ostatnio zapisana szeroko\u015b\u0107 okna - -config.name.gui.window.height = (Wewn\u0119trzne) Ostatnia wysoko\u015b\u0107 okna -config.description.gui.window.height = Ostatnio zapisana wysoko\u015b\u0107 okna - -config.name.gui.window.maximized.horizontal = (Wewn\u0119trzne) Okno maksymalizowane poziomo -config.description.gui.window.maximized.horizontal = Ostatni stan okna - maksymalizowane poziomo - -config.name.gui.window.maximized.vertical = (Wewn\u0119trzne) Okno maksymalizowane pionowo -config.description.gui.window.maximized.vertical = Ostatni stan okna - maksymalizowane pionowo - -config.name.gui.avm2.splitPane.dividerLocationPercent = (Wewn\u0119trzne) Lokalizacja rozga\u0142\u0119\u017anika AS3 -config.description.gui.avm2.splitPane.dividerLocationPercent = - -config.name.gui.actionSplitPane.dividerLocationPercent = (Wewn\u0119trzne) Lokalizacja rozga\u0142\u0119\u017anika AS1/2 -config.description.gui.actionSplitPane.dividerLocationPercent = - -config.name.gui.previewSplitPane.dividerLocationPercent = (Wewn\u0119trzne) Lokalizacja rozga\u0142\u0119\u017anika podgl\u0105du -config.description.gui.previewSplitPane.dividerLocationPercent = - -config.name.gui.splitPane1.dividerLocationPercent = (Wewn\u0119trzne) Lokalizacja rozga\u0142\u0119\u017anika 1 -config.description.gui.splitPane1.dividerLocationPercent = - -config.name.gui.splitPane2.dividerLocationPercent = (Wewn\u0119trzne) Lokalizacja rozga\u0142\u0119\u017anika 2 -config.description.gui.splitPane2.dividerLocationPercent = - -config.name.saveAsExeScaleMode = Zapisz jako plik EXE w trybie skalowania -config.description.saveAsExeScaleMode = Tryb skalowania dla eksportu plik\u00f3w EXE - -config.name.syntaxHighlightLimit = Maksymalna liczba znak\u00f3w pod\u015bwietlania sk\u0142adni -config.description.syntaxHighlightLimit = Maksymalna liczba znak\u00f3w, na kt\u00f3rej uruchomi\u0107 pod\u015bwietlanie sk\u0142adni - -config.name.guiFontPreviewSampleText = (Wewn\u0119trzne) Ostatni przyk\u0142adowy tekst podgl\u0105du czcionki -config.description.guiFontPreviewSampleText = Indeks listy ostatniego przyk\u0142adowego tekstu podgl\u0105du czcionki - -config.name.gui.fontPreviewWindow.width = (Wewn\u0119trzne) Szeroko\u015b\u0107 okna podgl\u0105du ostatniej czcionki -config.description.gui.fontPreviewWindow.width = - -config.name.gui.fontPreviewWindow.height = (Wewn\u0119trzne) Wysoko\u015b\u0107 okna podgl\u0105du ostatniej czcionki -config.description.gui.fontPreviewWindow.height = - -config.name.gui.fontPreviewWindow.posX = (Wewn\u0119trzne) Pozycja X okna podgl\u0105du ostatniej czcionki -config.description.gui.fontPreviewWindow.posX = - -config.name.gui.fontPreviewWindow.posY = (Wewn\u0119trzne) Pozycja Y okna podgl\u0105du ostatniej czcionki -config.description.gui.fontPreviewWindow.posY = - -config.name.formatting.indent.size = Znaki na akapit -config.description.formatting.indent.size = Liczba lub odst\u0119py (lub taby) na jeden akapit - -config.name.formatting.indent.useTabs = Zak\u0142adki na akapit -config.description.formatting.indent.useTabs = U\u017cyj zak\u0142adek zamiast odst\u0119p\u00f3w dla akapitu - -config.name.beginBlockOnNewLine = Nawias klamrowy w nowej linii -config.description.beginBlockOnNewLine = Rozpocznij blok z nawiasami klamrowymi w nowej linii - -config.name.check.updates.delay = Op\u00f3\u017anienie sprawdzania aktualizacji -config.description.check.updates.delay = Minimalny czas pomi\u0119dzy automatycznymi kontrolami aktualizacji podczas uruchomienia aplikacji - -config.name.check.updates.stable = Sprawdzaj stabilne wersje -config.description.check.updates.stable = Sprawdzanie stabilnych wersji aktualizacji - -config.name.check.updates.nightly = Sprawdzaj nocne wersje -config.description.check.updates.nightly = Sprawdzanie nocnych wersji aktualizacji - -config.name.check.updates.enabled = Sprawdzanie aktualizacji w\u0142\u0105czone -config.description.check.updates.enabled = Automatyczne sprawdzanie aktualizacji podczas uruchomienia aplikacji - -config.name.export.formats = (Wewn\u0119trzne) Formaty do eksportu -config.description.export.formats = Ostatnio u\u017cyte formaty eksportu - -config.name.textExportSingleFile = Eksportuj teksty w jednym pliku -config.description.textExportSingleFile = Eksportowanie tekst\u00f3w w jednym pliku zamiast w kilku - -config.name.textExportSingleFileSeparator = Separator tekst\u00f3w w jednym pliku eksportu tekstu -config.description.textExportSingleFileSeparator = Tekst do wstawienia pomi\u0119dzy tekstami w pojedynczym pliku eksportu tekstu - -config.name.textExportSingleFileRecordSeparator = Separator zapis\u00f3w w jednym pliku eksportu tekstu -config.description.textExportSingleFileRecordSeparator = Tekst do wstawienia pomi\u0119dzy zapisami w pojedynczym pliku eksportu tekstu - -config.name.warning.experimental.as12edit = Ostrzegaj podczas bezpo\u015bredniego edytowania kodu AS1/2 -config.description.warning.experimental.as12edit = Poka\u017c ostrze\u017cenie podczas eksperymentalnej bezpo\u015bredniej edycji kodu AS1/2 - -config.name.warning.experimental.as3edit = Ostrzegaj podczas bezpo\u015bredniego edytowania kodu AS3 -config.description.warning.experimental.as3edit = Poka\u017c ostrze\u017cenie podczas eksperymentalnej bezpo\u015bredniej edycji kodu AS3 - -config.name.packJavaScripts = Pakuj skrypty JavaScript -config.description.packJavaScripts = Uruchom pakowanie JavaScript na skryptach utworzonych podczas eksportu Canvas. - -config.name.textExportExportFontFace = U\u017cyj font-face w eksporcie SVG -config.description.textExportExportFontFace = Osad\u017a pliki czcionek w SVG u\u017cywaj\u0105c font-face zamiast kszta\u0142t\u00f3w - -config.name.lzmaFastBytes = LZMA fast bytes (prawid\u0142owe warto\u015bci: 5-255) -config.description.lzmaFastBytes = Parametr fast bytes kodera LZMA - -config.name.pluginPath = Plugin Path -config.description.pluginPath = - - -config.name.showMethodBodyId = Poka\u017c id korpusu metody -config.description.showMethodBodyId = Pokazuje id korpusu metody dla importu linii polece\u0144 +advancedSettings.dialog.title=Ustawienia Zaawansowane +advancedSettings.restartConfirmation=Musisz ponownie uruchomi\u0107 program, aby niekt\u00f3re zmiany odnios\u0142y efekt. Czy chcesz uruchomi\u0107 ponownie teraz? +advancedSettings.columns.name=Nazwa +advancedSettings.columns.value=Warto\u015b\u0107 +advancedSettings.columns.description=Opis +default=domy\u015blne +config.group.name.export=Eksport +config.group.description.export=Konfiguracja eksportu +config.group.name.script=Skrypty +config.group.description.script=Powi\u0105zane z dekompilacj\u0105 kodu ActionScript +config.group.name.update=Aktualizacje +config.group.description.update=Sprawdzanie aktualizacji +config.group.name.format=Formatowanie +config.group.description.format=Formatowanie kodu ActionScript +config.group.name.limit=Limity +config.group.description.limit=Limity dekompilacji dla zaciemnionego kodu, itp. +config.group.name.ui=Interfejs +config.group.description.ui=Konfiguracja interfejsu u\u017cytkownika +config.group.name.debug=Debugowanie +config.group.description.debug=Ustawienia debugowania +config.group.name.display=Widok +config.group.description.display=Wy\u015bwietlanie obiekt\u00f3w Flash, itp. +config.group.name.decompilation=Dekompilacja +config.group.description.decompilation=Globalne funkcje zwi\u0105zane z dekompilacj\u0105 +config.group.name.other=Inne +config.group.description.other=Inne ustawienia bez kategorii +config.name.openMultipleFiles=Otw\u00f3rz wiele plik\u00f3w +config.description.openMultipleFiles=Pozwala jednorazowo otworzy\u0107 wiele plik\u00f3w w jednym oknie +config.name.decompile=Poka\u017c \u017ar\u00f3d\u0142o ActionScript +config.name.dumpView=Widok zrzutu +config.description.dumpView=Wy\u015bwietl zrzut surowych danych +config.name.useHexColorFormat=Szesnastkowy format kolor\u00f3w +config.description.useHexColorFormat=Poka\u017c kolory w szesnastkowym formacie +config.name.parallelSpeedUp=R\u00f3wnoleg\u0142e przyspieszenie +config.description.parallelSpeedUp=R\u00f3wnoleg\u0142o\u015b\u0107 mo\u017ce przyspieszy\u0107 dekompilacj\u0119 +config.name.parallelSpeedUpThreadCount=Liczba w\u0105tk\u00f3w +config.description.parallelSpeedUpThreadCount=Liczba w\u0105tk\u00f3w dla r\u00f3wnoleg\u0142ego przyspieszenia +config.name.autoDeobfuscate=Automatyczne odkodowanie +config.description.autoDeobfuscate=Uruchom odkodowanie na ka\u017cdym pliku przed dekompilacj\u0105 kodu ActionScript +config.name.cacheOnDisk=U\u017cyj pami\u0119ci podr\u0119cznej na dysku +config.description.cacheOnDisk=Zapisuj zdekompilowane cz\u0119\u015bci do pami\u0119ci podr\u0119cznej na dysku twardym zamiast w pami\u0119ci +config.name.internalFlashViewer=U\u017cyj wewn\u0119trznego odtwarzacza Flash +config.description.internalFlashViewer=U\u017cyj JPEXS Flash Viewer zamiast standardowego odtwarzacza Flash dla wy\u015bwietlania element\u00f3w Flash +config.name.gotoMainClassOnStartup=Id\u017a do g\u0142\u00f3wnej klasy podczas uruhomienia (AS3) +config.description.gotoMainClassOnStartup=Przechodzi do klasy dokumentu pliku ActionScript 3 podczas otwarcia pliku SWF +config.name.autoRenameIdentifiers=Automatycznie zmie\u0144 nazwy identyfikator\u00f3w +config.description.autoRenameIdentifiers=Automatycznie zmie\u0144 nazwy nieprawid\u0142owych identyfikator\u00f3w podczas \u0142adowania pliku SWF +config.name.offeredAssociation=(Wewn\u0119trzne) Powi\u0105zanie z wy\u015bwietlanymi plikami SWF +config.description.offeredAssociation=Okno o powi\u0105zaniu pliku by\u0142o ju\u017c wy\u015bwietlone +config.name.decimalAddress=U\u017cyj adres\u00f3w dziesi\u0119tnych +config.description.decimalAddress=U\u017cyj adres\u00f3w dziesi\u0119tnych zamiast szesnastkowych +config.name.showAllAddresses=Poka\u017c wszystkie adresy +config.description.showAllAddresses=Wy\u015bwietl wszystkie instrukcje adres\u00f3w kodu ActionScript +config.name.useFrameCache=Zapisywanie do pami\u0119ci podr\u0119cznej dla klatek +config.description.useFrameCache=Zapisuj klatki do pami\u0119ci podr\u0119cznej przez ponownym renderowaniem +config.name.useRibbonInterface=Interfejs wst\u0105\u017cki +config.description.useRibbonInterface=Odznacz, aby u\u017cy\u0107 klasyczny interfejs bez menu wst\u0105\u017cki +config.name.openFolderAfterFlaExport=Otw\u00f3rz folder po eksporcie pliku FLA +config.description.openFolderAfterFlaExport=Wy\u015bwietl katalog wyj\u015bciowy po eksportowaniu pliku FLA +config.name.useDetailedLogging=Szczeg\u00f3\u0142owy dziennik +config.description.useDetailedLogging=Zapisuj do dziennika wiadomo\u015bci o b\u0142\u0119dach i informacje dla cel\u00f3w debugowania +config.name.resolveConstants=Rozwi\u0105\u017c sta\u0142e w p-kodzie AS1/2 +config.description.resolveConstants=Wy\u0142\u0105cz, aby wy\u015bwietli\u0107 "constantxx" zamiast prawdziwych warto\u015bci w oknie P-kodu +config.name.sublimiter=Limit zast\u0105pie\u0144 kodu +config.description.sublimiter=Limit zast\u0105pie\u0144 kodu dla zaciemnionego kodu. +config.name.exportTimeout=Ca\u0142kowity limit czasu eksportu (w sekundach) +config.description.exportTimeout=Dekompiler sko\u0144czy eksportowa\u0107 po osi\u0105gni\u0119ciu tego czasu +config.name.decompilationTimeoutFile=Limit czasu dekompilacji pojedynczego pliku (w sekundach) +config.description.decompilationTimeoutFile=Dekompiler sko\u0144czy dekompilacj\u0119 kodu ActionScript w jednym pliku po osi\u0105gni\u0119ciu tego czasu +config.name.paramNamesEnable=W\u0142\u0105cz nazwy parametr\u00f3w w kodzie AS3 +config.description.paramNamesEnable=U\u017cywanie nazwy parametr\u00f3w przy dekompilowaniu mo\u017ce wywo\u0142ywa\u0107 b\u0142\u0119dy, poniewa\u017c oficjalne programy takie jak Adobe Flash CS 5.5 wstawiaj\u0105 z\u0142e indeksy nazw parametr\u00f3w +config.name.displayFileName=Poka\u017c nazw\u0119 pliku SWF w tytule +config.description.displayFileName=Wy\u015bwietla nazw\u0119 pliku/url w tytule okna (Mo\u017cesz wtedy robi\u0107 zrzuty ekranu) +config.name.dumpTags=Zrzu\u0107 etykiety do konsoli +config.description.dumpTags=Zrzu\u0107 etykiety do konsoli podczas czytania pliku SWF +config.name.decompilationTimeoutSingleMethod=AS3: Limit czasu dekompilowania pojedynczej metody (w sekundach) +config.description.decompilationTimeoutSingleMethod=Dekompiler zako\u0144czy dekompilacj\u0119 kodu ActionScript po osi\u0105gni\u0119ciu tego czasu w jednej metodzie +config.name.lastRenameType=(Wewn\u0119trzne) Ostatni typ zmiany nazwy +config.description.lastRenameType=Ostatnio u\u017cyty typ zmiany nazwy identyfikator\u00f3w +config.name.lastSaveDir=(Wewn\u0119trzne) Katalog ostatniego zapisu +config.description.lastSaveDir=Katalog u\u017cyty do ostatniego zapisu +config.name.lastOpenDir=(Wewn\u0119trzne) Ostatnio otwarty katalog +config.description.lastOpenDir=Ostatnio u\u017cyty otwarty katalog +config.name.lastExportDir=(Wewn\u0119trzne) Ostatni katalog eksportu +config.description.lastExportDir=Ostatnio u\u017cyty katalog eksportu +config.name.locale=J\u0119zyk +config.description.locale=Identyfikator ustawie\u0144 regionalnych +config.name.registerNameFormat=Format zmiennej rejestru +config.description.registerNameFormat=Format nazwy zmiennej lokalnego rejestru. U\u017cyj %d dla liczby rejestru. +config.name.maxRecentFileCount=Maksymalna liczba ostatnio otwartych plik\u00f3w +config.description.maxRecentFileCount=Maksymalna liczba ostatnio otwartych plik\u00f3w +config.name.recentFiles=(Wewn\u0119trzne) Ostatnie pliki +config.description.recentFiles=Ostatnio otwarte pliki +config.name.fontPairingMap=(Wewn\u0119trzne) Pary czcionek do importu +config.description.fontPairingMap=Pary czcionek do importowania nowych znak\u00f3w +config.name.lastUpdatesCheckDate=(Wewn\u0119trzne) Data ostatniego sprawdzenia aktualizacji +config.description.lastUpdatesCheckDate=Data ostatniego sprawdzenia aktualizacji na serwerze +config.name.gui.window.width=(Wewn\u0119trzne) Ostatnia szeroko\u015b\u0107 okna +config.description.gui.window.width=Ostatnio zapisana szeroko\u015b\u0107 okna +config.name.gui.window.height=(Wewn\u0119trzne) Ostatnia wysoko\u015b\u0107 okna +config.description.gui.window.height=Ostatnio zapisana wysoko\u015b\u0107 okna +config.name.gui.window.maximized.horizontal=(Wewn\u0119trzne) Okno maksymalizowane poziomo +config.description.gui.window.maximized.horizontal=Ostatni stan okna - maksymalizowane poziomo +config.name.gui.window.maximized.vertical=(Wewn\u0119trzne) Okno maksymalizowane pionowo +config.description.gui.window.maximized.vertical=Ostatni stan okna - maksymalizowane pionowo +config.name.gui.avm2.splitPane.dividerLocationPercent=(Wewn\u0119trzne) Lokalizacja rozga\u0142\u0119\u017anika AS3 +config.description.gui.avm2.splitPane.dividerLocationPercent= +config.name.gui.actionSplitPane.dividerLocationPercent=(Wewn\u0119trzne) Lokalizacja rozga\u0142\u0119\u017anika AS1/2 +config.description.gui.actionSplitPane.dividerLocationPercent= +config.name.gui.previewSplitPane.dividerLocationPercent=(Wewn\u0119trzne) Lokalizacja rozga\u0142\u0119\u017anika podgl\u0105du +config.description.gui.previewSplitPane.dividerLocationPercent= +config.name.gui.splitPane1.dividerLocationPercent=(Wewn\u0119trzne) Lokalizacja rozga\u0142\u0119\u017anika 1 +config.description.gui.splitPane1.dividerLocationPercent= +config.name.gui.splitPane2.dividerLocationPercent=(Wewn\u0119trzne) Lokalizacja rozga\u0142\u0119\u017anika 2 +config.description.gui.splitPane2.dividerLocationPercent= +config.name.saveAsExeScaleMode=Zapisz jako plik EXE w trybie skalowania +config.description.saveAsExeScaleMode=Tryb skalowania dla eksportu plik\u00f3w EXE +config.name.syntaxHighlightLimit=Maksymalna liczba znak\u00f3w pod\u015bwietlania sk\u0142adni +config.description.syntaxHighlightLimit=Maksymalna liczba znak\u00f3w, na kt\u00f3rej uruchomi\u0107 pod\u015bwietlanie sk\u0142adni +config.name.guiFontPreviewSampleText=(Wewn\u0119trzne) Ostatni przyk\u0142adowy tekst podgl\u0105du czcionki +config.description.guiFontPreviewSampleText=Indeks listy ostatniego przyk\u0142adowego tekstu podgl\u0105du czcionki +config.name.gui.fontPreviewWindow.width=(Wewn\u0119trzne) Szeroko\u015b\u0107 okna podgl\u0105du ostatniej czcionki +config.description.gui.fontPreviewWindow.width= +config.name.gui.fontPreviewWindow.height=(Wewn\u0119trzne) Wysoko\u015b\u0107 okna podgl\u0105du ostatniej czcionki +config.description.gui.fontPreviewWindow.height= +config.name.gui.fontPreviewWindow.posX=(Wewn\u0119trzne) Pozycja X okna podgl\u0105du ostatniej czcionki +config.description.gui.fontPreviewWindow.posX= +config.name.gui.fontPreviewWindow.posY=(Wewn\u0119trzne) Pozycja Y okna podgl\u0105du ostatniej czcionki +config.description.gui.fontPreviewWindow.posY= +config.name.formatting.indent.size=Znaki na akapit +config.description.formatting.indent.size=Liczba lub odst\u0119py (lub taby) na jeden akapit +config.name.formatting.indent.useTabs=Zak\u0142adki na akapit +config.description.formatting.indent.useTabs=U\u017cyj zak\u0142adek zamiast odst\u0119p\u00f3w dla akapitu +config.name.beginBlockOnNewLine=Nawias klamrowy w nowej linii +config.description.beginBlockOnNewLine=Rozpocznij blok z nawiasami klamrowymi w nowej linii +config.name.check.updates.delay=Op\u00f3\u017anienie sprawdzania aktualizacji +config.description.check.updates.delay=Minimalny czas pomi\u0119dzy automatycznymi kontrolami aktualizacji podczas uruchomienia aplikacji +config.name.check.updates.stable=Sprawdzaj stabilne wersje +config.description.check.updates.stable=Sprawdzanie stabilnych wersji aktualizacji +config.name.check.updates.nightly=Sprawdzaj nocne wersje +config.description.check.updates.nightly=Sprawdzanie nocnych wersji aktualizacji +config.name.check.updates.enabled=Sprawdzanie aktualizacji w\u0142\u0105czone +config.description.check.updates.enabled=Automatyczne sprawdzanie aktualizacji podczas uruchomienia aplikacji +config.name.export.formats=(Wewn\u0119trzne) Formaty do eksportu +config.description.export.formats=Ostatnio u\u017cyte formaty eksportu +config.name.textExportSingleFile=Eksportuj teksty w jednym pliku +config.description.textExportSingleFile=Eksportowanie tekst\u00f3w w jednym pliku zamiast w kilku +config.name.textExportSingleFileSeparator=Separator tekst\u00f3w w jednym pliku eksportu tekstu +config.description.textExportSingleFileSeparator=Tekst do wstawienia pomi\u0119dzy tekstami w pojedynczym pliku eksportu tekstu +config.name.textExportSingleFileRecordSeparator=Separator zapis\u00f3w w jednym pliku eksportu tekstu +config.description.textExportSingleFileRecordSeparator=Tekst do wstawienia pomi\u0119dzy zapisami w pojedynczym pliku eksportu tekstu +config.name.warning.experimental.as12edit=Ostrzegaj podczas bezpo\u015bredniego edytowania kodu AS1/2 +config.description.warning.experimental.as12edit=Poka\u017c ostrze\u017cenie podczas eksperymentalnej bezpo\u015bredniej edycji kodu AS1/2 +config.name.warning.experimental.as3edit=Ostrzegaj podczas bezpo\u015bredniego edytowania kodu AS3 +config.description.warning.experimental.as3edit=Poka\u017c ostrze\u017cenie podczas eksperymentalnej bezpo\u015bredniej edycji kodu AS3 +config.name.packJavaScripts=Pakuj skrypty JavaScript +config.description.packJavaScripts=Uruchom pakowanie JavaScript na skryptach utworzonych podczas eksportu Canvas. +config.name.textExportExportFontFace=U\u017cyj font-face w eksporcie SVG +config.description.textExportExportFontFace=Osad\u017a pliki czcionek w SVG u\u017cywaj\u0105c font-face zamiast kszta\u0142t\u00f3w +config.name.lzmaFastBytes=LZMA fast bytes (prawid\u0142owe warto\u015bci: 5-255) +config.description.lzmaFastBytes=Parametr fast bytes kodera LZMA +config.name.pluginPath=Plugin Path +config.description.pluginPath=- +config.name.showMethodBodyId=Poka\u017c id korpusu metody +config.description.showMethodBodyId=Pokazuje id korpusu metody dla importu linii polece\u0144 diff --git a/src/com/jpexs/decompiler/flash/gui/locales/AdvancedSettingsDialog_pt_BR.properties b/src/com/jpexs/decompiler/flash/gui/locales/AdvancedSettingsDialog_pt_BR.properties index 1e3f0643d..50a7320d0 100644 --- a/src/com/jpexs/decompiler/flash/gui/locales/AdvancedSettingsDialog_pt_BR.properties +++ b/src/com/jpexs/decompiler/flash/gui/locales/AdvancedSettingsDialog_pt_BR.properties @@ -12,675 +12,498 @@ # # You should have received a copy of the GNU General Public License # along with this program. If not, see . - -advancedSettings.dialog.title = Configura\u00e7\u00f5es Avan\u00e7adas -advancedSettings.restartConfirmation = Voc\u00ea deve reiniciar o programa para que algumas modifica\u00e7\u00f5es tenham efeito. Deseja reinici\u00e1-lo agora? -advancedSettings.columns.name = Nome -advancedSettings.columns.value = Valor -advancedSettings.columns.description = Descri\u00e7\u00e3o -default = default - -config.group.name.export = Exportar -config.group.description.export = Configura\u00e7\u00e3o de exporta\u00e7\u00f5es - -config.group.name.script = Scripts -config.group.description.script = Relacionado \u00e0 descompila\u00e7\u00e3o do ActionScript - -config.group.name.update = Atualiza\u00e7\u00f5es -config.group.description.update = Verificando atualiza\u00e7\u00f5es - -config.group.name.format = Formatando -config.group.description.format = Formata\u00e7\u00e3o de c\u00f3digo ActionScript - -config.group.name.limit = Limites -config.group.description.limit = Limites de descompila\u00e7\u00e3o para c\u00f3digo ofuscado, etc. - -config.group.name.ui = Interface -config.group.description.ui = Configura\u00e7\u00e3o da interface do usu\u00e1rio - -config.group.name.debug = Depurar -config.group.description.debug = Configura\u00e7\u00f5es de depura\u00e7\u00e3o - -config.group.name.display = Tela -config.group.description.display = Exibi\u00e7\u00e3o de objetos Flash, etc. - -config.group.name.decompilation = Descompila\u00e7\u00e3o -config.group.description.decompilation = Fun\u00e7\u00f5es relacionadas \u00e0 descompila\u00e7\u00e3o global - -config.group.name.other = Outros -config.group.description.other = Outras configura\u00e7\u00f5es n\u00e3o categorizadas - -config.name.openMultipleFiles = Abrir v\u00e1rios arquivos -config.description.openMultipleFiles = Permite abrir v\u00e1rios arquivos de uma s\u00f3 vez em uma janela - -config.name.decompile = Mostrar fonte ActionScript -config.description.decompile = Voc\u00ea pode desabilitar a descompila\u00e7\u00e3o AS, ent\u00e3o apenas o P-code \u00e9 mostrado - -config.name.dumpView = Visualiza\u00e7\u00e3o de despejo -config.description.dumpView = Ver despejo de dados brutos - -config.name.useHexColorFormat = Cores em formato hexadecimal -config.description.useHexColorFormat = Mostra as cores em formato hexadecimal - -config.name.parallelSpeedUp = Acelera\u00e7\u00e3o Paralela -config.description.parallelSpeedUp = O paralelismo pode acelerar a descompila\u00e7\u00e3o - -config.name.parallelSpeedUpThreadCount = N\u00famero de threads -config.description.parallelSpeedUpThreadCount = N\u00famero de threads para acelera\u00e7\u00e3o paralela - -config.name.autoDeobfuscate = Desofusca\u00e7\u00e3o autom\u00e1tica -config.description.autoDeobfuscate = Executa a desofusca\u00e7\u00e3o em todos os arquivos antes da descompila\u00e7\u00e3o do ActionScript - -config.name.cacheOnDisk = Usar cache no disco -config.description.cacheOnDisk = Cache de partes j\u00e1 descompiladas no disco r\u00edgido em vez da mem\u00f3ria - -config.name.internalFlashViewer = Usar o pr\u00f3prio visualizador de Flash -config.description.internalFlashViewer = Usa o JPEXS Flash Viewer em vez do Flash Player padr\u00e3o para exibi\u00e7\u00e3o de partes em flash - -config.name.gotoMainClassOnStartup = Ir para a classe principal na inicializa\u00e7\u00e3o (AS3) -config.description.gotoMainClassOnStartup = Navega para a classe de documento do arquivo AS3 na abertura do SWF - -config.name.autoRenameIdentifiers = Renomea\u00e7\u00e3o autom\u00e1tica de identificadores -config.description.autoRenameIdentifiers = Renomeia automaticamente identificadores inv\u00e1lidos no carregamento de SWF - -config.name.offeredAssociation = (Interno) Associa\u00e7\u00e3o com arquivos SWF exibidos -config.description.offeredAssociation = A caixa de di\u00e1logo sobre a associa\u00e7\u00e3o de arquivos j\u00e1 foi exibida - -config.name.decimalAddress = Usar endere\u00e7os decimais -config.description.decimalAddress = Usa endere\u00e7os decimais em vez de hexadecimais - -config.name.showAllAddresses = Mostrar todos os endere\u00e7os -config.description.showAllAddresses = Exibir todos os endere\u00e7os de instru\u00e7\u00f5es do ActionScript - -config.name.useFrameCache = Usar cache de quadros -config.description.useFrameCache = Armazenar em cache antes de renderizar novamente - -config.name.useRibbonInterface = Interface da faixa de op\u00e7\u00f5es -config.description.useRibbonInterface = Desmarque para usar a interface cl\u00e1ssica sem o menu da faixa de op\u00e7\u00f5es - -config.name.openFolderAfterFlaExport = Abrir pasta ap\u00f3s a exporta\u00e7\u00e3o FLA -config.description.openFolderAfterFlaExport = Exibir diret\u00f3rio de sa\u00edda ap\u00f3s exportar o arquivo FLA - -config.name.useDetailedLogging = Registro detalhado do FFDec -config.description.useDetailedLogging = Registre mensagens de erro detalhadas e informa\u00e7\u00f5es para depura\u00e7\u00e3o do FFDec - -config.name._debugMode = FFDec no modo de depura\u00e7\u00e3o -config.description._debugMode = Modo para depura\u00e7\u00e3o de FFDec. Ativa o menu de depura\u00e7\u00e3o. Isso n\u00e3o tem nada a ver com a funcionalidade do depurador - -config.name.resolveConstants = Resolver constantes no p-code AS1/2 -config.description.resolveConstants = Desative isso para mostrar 'constantxx' em vez de valores reais na janela de P-code - -config.name.sublimiter = Limite de subs de c\u00f3digo -config.description.sublimiter = Limite de subs de P-codeara c\u00f3digo ofuscado. - -config.name.exportTimeout = Tempo limite total de exporta\u00e7\u00e3o (segundos) -config.description.exportTimeout = O descompilador interromper\u00e1 de exportar ap\u00f3s atingir esse tempo - -config.name.decompilationTimeoutFile = Tempo limite de descompila\u00e7\u00e3o de arquivo \u00fanico (segundos) -config.description.decompilationTimeoutFile = O descompilador interromper\u00e1 a descompila\u00e7\u00e3o do ActionScript ap\u00f3s atingir esse tempo em um arquivo - -config.name.paramNamesEnable = Habilitar nomes de par\u00e2metros em AS3 -config.description.paramNamesEnable = Usar nomes de par\u00e2metros na descompila\u00e7\u00e3o pode causar problemas porque programas oficiais como o Flash CS 5.5 inserem \u00edndices de nomes de par\u00e2metros errados - -config.name.displayFileName = Mostrar nome do SWF no t\u00edtulo -config.description.displayFileName = Exibir o nome do arquivo/url SWF no t\u00edtulo da janela (voc\u00ea pode fazer capturas de tela ent\u00e3o) - -config.name._debugCopy = Depurar recompila\u00e7\u00e3o no FFDec -config.description._debugCopy = Tenta compilar o arquivo SWF novamente logo ap\u00f3s a abertura para garantir que ele produza o mesmo c\u00f3digo bin\u00e1rio. Use apenas para DEPURA\u00c7\u00c3O do FFDec! - -config.name.dumpTags = Despejar tags no console -config.description.dumpTags = Despeje as tags no console ao ler o arquivo SWF - -config.name.decompilationTimeoutSingleMethod = AS3: Tempo limite de descompila\u00e7\u00e3o de m\u00e9todo \u00fanico (segundos) -config.description.decompilationTimeoutSingleMethod = O descompilador interromper\u00e1 a descompila\u00e7\u00e3o do ActionScript ap\u00f3s atingir esse tempo em um m\u00e9todo - -config.name.lastRenameType = (Internal) (Interno) Tipo de \u00faltima renomea\u00e7\u00e3o -config.description.lastRenameType = Tipo de renomea\u00e7\u00e3o de identificadores usados pela \u00faltima vez - -config.name.lastSaveDir = (Interno) \u00daltimo diret\u00f3rio salvo -config.description.lastSaveDir = \u00daltimo diret\u00f3rio de salvamento usado - -config.name.lastOpenDir = (Interno) \u00daltimo diret\u00f3rio aberto -config.description.lastOpenDir = \u00daltimo diret\u00f3rio aberto usado - -config.name.lastExportDir = (Interno) \u00daltimo diret\u00f3rio de exporta\u00e7\u00e3o -config.description.lastExportDir = \u00daltimo diret\u00f3rio de exporta\u00e7\u00e3o usado - -config.name.locale = Idioma -config.description.locale = Identificadores de localiza\u00e7\u00f5es - -config.name.registerNameFormat = Formato da vari\u00e1vel de registro -config.description.registerNameFormat = Formato de nomes de vari\u00e1veis de registro local. Use %d para n\u00famero de registro. - -config.name.maxRecentFileCount = Contagem m\u00e1xima de recentes -config.description.maxRecentFileCount = N\u00famero m\u00e1ximo de arquivos recentes - -config.name.recentFiles = (Interno) Arquivos recentes -config.description.recentFiles = Arquivos abertos recentes - -config.name.fontPairingMap = (Interno) Pares de fontes para importa\u00e7\u00e3o -config.description.fontPairingMap = Font pairs for importing new characters - -config.name.lastUpdatesCheckDate = (Interno) Data de verifica\u00e7\u00e3o da \u00faltima atualiza\u00e7\u00e3o -config.description.lastUpdatesCheckDate = Data da \u00faltima verifica\u00e7\u00e3o de atualiza\u00e7\u00f5es no servidor - -config.name.gui.window.width = (Interno) Largura da \u00faltima janela -config.description.gui.window.width = Largura da \u00faltima janela salva - -config.name.gui.window.height = (Interno) Altura da \u00faltima janela -config.description.gui.window.height = Altura da \u00faltima janela salva - -config.name.gui.window.maximized.horizontal = (Interno) Janela maximizada horizontalmente -config.description.gui.window.maximized.horizontal = Estado da \u00faltima janela - maximizado horizontalmente - -config.name.gui.window.maximized.vertical = (Interno) Janela maximizada verticalmente -config.description.gui.window.maximized.vertical = Estado da \u00faltima janela - maximizado verticalmente - -config.name.gui.avm2.splitPane.dividerLocationPercent = (Interno) Localiza\u00e7\u00e3o do divisor AS3 -config.description.gui.avm2.splitPane.dividerLocationPercent = - -config.name.gui.actionSplitPane.dividerLocationPercent = (Interno) Localiza\u00e7\u00e3o do divisor AS1/2 -config.description.gui.actionSplitPane.dividerLocationPercent = - -config.name.gui.previewSplitPane.dividerLocationPercent = (Interno) Visualiza\u00e7\u00e3o do local do divisor -config.description.gui.previewSplitPane.dividerLocationPercent = - -config.name.gui.splitPane1.dividerLocationPercent = (Internal) Localiza\u00e7\u00e3o do divisor 1 -config.description.gui.splitPane1.dividerLocationPercent = - -config.name.gui.splitPane2.dividerLocationPercent = (Internal) Localiza\u00e7\u00e3o do divisor 2 -config.description.gui.splitPane2.dividerLocationPercent = - -config.name.saveAsExeScaleMode = Salvar como modo de escala EXE -config.description.saveAsExeScaleMode = Modo de dimensionamento para exporta\u00e7\u00e3o EXE - -config.name.syntaxHighlightLimit = M\u00e1ximo de caracteres para realce de sintaxe -config.description.syntaxHighlightLimit = N\u00famero m\u00e1ximo de caracteres para executar o realce de sintaxe - -config.name.guiFontPreviewSampleText = (Interno) Texto de exemplo de visualiza\u00e7\u00e3o da \u00faltima fonte -config.description.guiFontPreviewSampleText = \u00cdndice da lista de texto de exemplo de visualiza\u00e7\u00e3o da \u00faltima fonte - -config.name.gui.fontPreviewWindow.width = (Interno) Largura da janela de visualiza\u00e7\u00e3o da \u00faltima fonte -config.description.gui.fontPreviewWindow.width = - -config.name.gui.fontPreviewWindow.height = (Interno) Altura da janela de visualiza\u00e7\u00e3o da \u00faltima fonte -config.description.gui.fontPreviewWindow.height = - -config.name.gui.fontPreviewWindow.posX = (Interno) \u00daltima janela de visualiza\u00e7\u00e3o da fonte X -config.description.gui.fontPreviewWindow.posX = - -config.name.gui.fontPreviewWindow.posY = (Interno) \u00daltima janela de visualiza\u00e7\u00e3o de fonte Y -config.description.gui.fontPreviewWindow.posY = - -config.name.formatting.indent.size = Caracteres por indenta\u00e7\u00e3o -config.description.formatting.indent.size = N\u00famero de espa\u00e7os (ou tabula\u00e7\u00f5es) para uma indenta\u00e7\u00e3o - -config.name.formatting.indent.useTabs = Tabula\u00e7\u00f5es para indenta\u00e7\u00e3o -config.description.formatting.indent.useTabs = Use tabula\u00e7\u00f5es em vez de espa\u00e7os para recuo - -config.name.beginBlockOnNewLine = Chaves na nova linha -config.description.beginBlockOnNewLine = Comece o bloco com chave na nova linha - -config.name.check.updates.delay = Atraso de verifica\u00e7\u00e3o de atualiza\u00e7\u00f5es -config.description.check.updates.delay = Tempo m\u00ednimo entre verifica\u00e7\u00f5es autom\u00e1ticas de atualiza\u00e7\u00f5es no in\u00edcio do aplicativo - -config.name.check.updates.stable = Verifique se h\u00e1 vers\u00f5es est\u00e1veis -config.description.check.updates.stable = Verificando atualiza\u00e7\u00f5es de vers\u00f5es est\u00e1veis - -config.name.check.updates.nightly = Verifique as vers\u00f5es noturnas -config.description.check.updates.nightly = Verificando atualiza\u00e7\u00f5es de vers\u00e3o noturnas - -config.name.check.updates.enabled = Verifica\u00e7\u00e3o de atualiza\u00e7\u00f5es ativada -config.description.check.updates.enabled = Verifica\u00e7\u00e3o autom\u00e1tica de atualiza\u00e7\u00f5es no in\u00edcio do aplicativo - -config.name.export.formats = (Interno) Formatos de exporta\u00e7\u00e3o -config.description.export.formats = \u00daltimos formatos de exporta\u00e7\u00e3o usados - -config.name.textExportSingleFile = Exportar textos para um \u00fanico arquivo -config.description.textExportSingleFile = Exportando textos para um arquivo em vez de v\u00e1rios - -config.name.textExportSingleFileSeparator = Separador de textos em um arquivo de exporta\u00e7\u00e3o de texto -config.description.textExportSingleFileSeparator = Texto para inserir entre textos na exporta\u00e7\u00e3o de texto de arquivo \u00fanico - -config.name.textExportSingleFileRecordSeparator = Separador de registros em um arquivo de exporta\u00e7\u00e3o de texto -config.description.textExportSingleFileRecordSeparator = Texto a ser inserido entre registros de texto na exporta\u00e7\u00e3o de texto de arquivo \u00fanico - -config.name.warning.experimental.as12edit = Avisar na edi\u00e7\u00e3o direta AS1/2 -config.description.warning.experimental.as12edit = Mostrar aviso na edi\u00e7\u00e3o direta experimental AS1/2 - -config.name.warning.experimental.as3edit = Avisar na edi\u00e7\u00e3o direta do AS3 -config.description.warning.experimental.as3edit = Mostrar aviso na edi\u00e7\u00e3o direta experimental AS3 - -config.name.packJavaScripts = Pacote de JavaScript -config.description.packJavaScripts = Executa o empacotador de JavaScript em scripts criados no Canvas Export. - -config.name.textExportExportFontFace = Usar font-face na exporta\u00e7\u00e3o SVG -config.description.textExportExportFontFace = Incorporar arquivos de fonte em SVG usando font-face em vez de formas - -config.name.lzmaFastBytes = Bytes r\u00e1pidos LZMA (valores v\u00e1lidos: 5-255) -config.description.lzmaFastBytes = Par\u00e2metro de bytes r\u00e1pidos do codificador LZMA - -config.name.pluginPath = Caminho do plugin -config.description.pluginPath = - - -config.name.showMethodBodyId = Mostrar ID do corpo do m\u00e9todo -config.description.showMethodBodyId = Mostra o id do corpo do m\u00e9todo para importa\u00e7\u00e3o de linha de comando - -config.name.export.zoom = (Interno) Zoom de exporta\u00e7\u00e3o -config.description.export.zoom = Zoom de exporta\u00e7\u00e3o usado pela \u00faltima vez - -config.name.debuggerPort = Porta do depurador -config.description.debuggerPort = Porta usada para depura\u00e7\u00e3o de soquete - -config.name.displayDebuggerInfo = (Interno) Exibir informa\u00e7\u00f5es do depurador -config.description.displayDebuggerInfo = Exibir informa\u00e7\u00f5es sobre o depurador antes de troc\u00e1-lo - -config.name.randomDebuggerPackage = Use o nome do pacote aleat\u00f3rio para o Depurador -config.description.randomDebuggerPackage = Isso renomeia o pacote Depurador para string aleat\u00f3ria, o que dificulta a detec\u00e7\u00e3o da presen\u00e7a do depurador pelo ActionScript - -config.name.lastDebuggerReplaceFunction = (Interno) \u00daltima substitui\u00e7\u00e3o de rastreamento selecionada -config.description.lastDebuggerReplaceFunction = Nome da fun\u00e7\u00e3o que foi selecionada pela \u00faltima vez em substituir a fun\u00e7\u00e3o de rastreamento pelo depurador - -config.name.getLocalNamesFromDebugInfo = AS3: Obtenha nomes de registro local de informa\u00e7\u00f5es de depura\u00e7\u00e3o -config.description.getLocalNamesFromDebugInfo = Se as informa\u00e7\u00f5es de depura\u00e7\u00e3o estiverem presentes, renomear\u00e1 os registros locais de _loc_x_ para nomes reais. Isso pode ser desativado porque alguns ofuscadores usam nomes de registro inv\u00e1lidos. - -config.name.tagTreeShowEmptyFolders = Mostrar pastas vazias -config.description.tagTreeShowEmptyFolders = Mostrar pastas vazias na \u00e1rvore de tags. - -config.name.autoLoadEmbeddedSwfs = Carregar automaticamente SWFs incorporados -config.description.autoLoadEmbeddedSwfs = Carrega automaticamente os SWFs incorporados das tags DefineBinaryData. - -config.name.overrideTextExportFileName = Substituir o nome do arquivo de exporta\u00e7\u00e3o de texto -config.description.overrideTextExportFileName = Voc\u00ea pode personalizar o nome do arquivo do texto exportado. Use o espa\u00e7o reservado {filename} para usar o nome de arquivo do SWF atual. - -config.name.showOldTextDuringTextEditing = Mostrar texto antigo durante a edi\u00e7\u00e3o de texto -config.description.showOldTextDuringTextEditing = Mostra o texto original da tag de texto com cor cinza na \u00e1rea de visualiza\u00e7\u00e3o. - -config.group.name.import = Importar -config.group.description.import = Configura\u00e7\u00e3o de importa\u00e7\u00f5es - -config.name.textImportResizeTextBoundsMode = Modo de redimensionamento de limites de texto -config.description.textImportResizeTextBoundsMode = Modo de redimensionamento de limites de texto ap\u00f3s edi\u00e7\u00e3o de texto. - -config.name.showCloseConfirmation = Mostrar novamente a confirma\u00e7\u00e3o de fechamento do SWF -config.description.showCloseConfirmation = Mostrar novamente a confirma\u00e7\u00e3o de fechamento do SWF para arquivos modificados. - -config.name.showCodeSavedMessage = Mostrar novamente a mensagemde salvar do c\u00f3digo -config.description.showCodeSavedMessage = Mostra novamente a mensagem de salvar do c\u00f3digo - -config.name.showTraitSavedMessage = Mostrar novamente a mensagem de salvar do trait -config.description.showTraitSavedMessage = Mostra novamente a mensagem de salvar do trait - -config.name.updateProxyAddress = Endere\u00e7o proxy HTTP para verificar atualiza\u00e7\u00f5es -config.description.updateProxyAddress = Endere\u00e7o proxy HTTP para verificar atualiza\u00e7\u00f5es. Formato: exemplo.com:8080 - -config.name.editorMode = Modo Editor -config.description.editorMode = Torna as \u00e1reas de texto edit\u00e1veis automaticamente ao selecionar um n\u00f3 Texto ou Script - -config.name.autoSaveTagModifications = Salvar automaticamente as modifica\u00e7\u00f5es de tags -config.description.autoSaveTagModifications = Salva as altera\u00e7\u00f5es ao selecionar uma nova tag na \u00e1rvore - -config.name.saveSessionOnExit = Salvar sess\u00e3o ao sair -config.description.saveSessionOnExit = Salva a sess\u00e3o atual e reabre ap\u00f3s a reinicializa\u00e7\u00e3o do FFDec (funciona apenas com arquivos reais) - -config.name._showDebugMenu = Mostrar menu de depura\u00e7\u00e3o do FFDec -config.description._showDebugMenu = Mostra o menu de depura\u00e7\u00e3o na faixa de op\u00e7\u00f5es para depura\u00e7\u00e3o do descompilador. - -config.name.allowOnlyOneInstance = Permitir apenas uma inst\u00e2ncia FFDec (somente sistema operacional Windows) -config.description.allowOnlyOneInstance = O FFDec pode ser executado apenas uma vez, todos os arquivos abertos ser\u00e3o adicionados a uma janela. Funciona apenas com o sistema operacional Windows. - -config.name.scriptExportSingleFile = Exportar scripts para um \u00fanico arquivo -config.description.scriptExportSingleFile = Exportando scripts para um arquivo em vez de v\u00e1rios - -config.name.setFFDecVersionInExportedFont = Definir o n\u00famero da vers\u00e3o do FFDec na fonte exportada -config.description.setFFDecVersionInExportedFont = Quando essa configura\u00e7\u00e3o est\u00e1 desabilitada, o FFDec n\u00e3o adicionar\u00e1 o n\u00famero da vers\u00e3o atual do FFDec \u00e0 fonte exportada. - -config.name.gui.skin = Tema da interface do usu\u00e1rio -config.description.gui.skin = Olhe e aprecie a skin - -config.name.lastSessionFiles = Arquivos da \u00faltima sess\u00e3o -config.description.lastSessionFiles = Cont\u00e9m os arquivos abertos da \u00faltima sess\u00e3o - -config.name.lastSessionSelection = Sele\u00e7\u00e3o da \u00faltima sess\u00e3o -config.description.lastSessionSelection = Cont\u00e9m a sele\u00e7\u00e3o da \u00faltima sess\u00e3o - -config.name.loopMedia = Repetir sons e sprites -config.description.loopMedia = Reinicia automaticamente a reprodu\u00e7\u00e3o dos sons e sprites - -config.name.gui.timeLineSplitPane.dividerLocationPercent = (Interno) Local do divisor de linha do tempo -config.description.gui.timeLineSplitPane.dividerLocationPercent = - -config.name.cacheImages = Cache de imagens -config.description.cacheImages = Armazena em cache os objetos de imagem decodificados - -config.name.swfSpecificConfigs = Configura\u00e7\u00f5es espec\u00edficas de SWF -config.description.swfSpecificConfigs = Cont\u00e9m as configura\u00e7\u00f5es espec\u00edficas do SWF - -config.name.exeExportMode = Modo de exporta\u00e7\u00e3o EXE -config.description.exeExportMode = Modo de exporta\u00e7\u00e3o EXE - -config.name.ignoreCLikePackages = Ignore FlashCC / Alchemy ou pacotes semelhantes -config.description.ignoreCLikePackages = Os pacotes FlashCC/Alchemy geralmente n\u00e3o podem ser descompilados corretamente. Voc\u00ea pode desativ\u00e1-los para acelerar a descompila\u00e7\u00e3o de outros pacotes. - -config.name.overwriteExistingFiles = Substituir os arquivos existentes -config.description.overwriteExistingFiles = Substituir os arquivos existentes durante a exporta\u00e7\u00e3o. Atualmente apenas para scripts AS2/3 - -config.name.smartNumberFormatting = Use a formata\u00e7\u00e3o de n\u00famero inteligente -config.description.smartNumberFormatting = Formatar n\u00fameros especiais (por exemplo, cores e horas) - -config.name.enableScriptInitializerDisplay = (REMOVED) Exibir inicializadores de script -config.description.enableScriptInitializerDisplay = Ative a exibi\u00e7\u00e3o e a edi\u00e7\u00e3o dos inicializadores de script. Essa configura\u00e7\u00e3o pode adicionar uma nova linha a cada arquivo de classe para realce. - -config.name.autoOpenLoadedSWFs = Abrir SWFs carregados durante a execu\u00e7\u00e3o (Visualizador externo = apenas WIN) -config.description.autoOpenLoadedSWFs = Abre automaticamente todos os SWFs carregados pelo carregador de classe AS3 executando SWF quando reproduzido no player externo FFDec. Esse recurso \u00e9 apenas para Windows. - -config.name.lastSessionFileTitles = T\u00edtulos de arquivo da \u00faltima sess\u00e3o -config.description.lastSessionFileTitles = Cont\u00e9m os t\u00edtulos dos arquivos abertos da \u00faltima sess\u00e3o (por exemplo, quando carregado de URL etc.) - -config.group.name.paths = Caminhos -config.group.description.paths = Localiza\u00e7\u00e3o dos arquivos necess\u00e1rios -config.group.tip.paths = Baixe o projetor e o Playerglobal em adobe webpage. Flex SDK pode ser baixado em apache web. -config.group.link.paths = https://www.adobe.com/support/flashplayer/debug_downloads.html https://flex.apache.org/download-binaries.html - -config.name.playerLocation = 1) Caminho do projetor do Flash Player -config.description.playerLocation = Localiza\u00e7\u00e3o do execut\u00e1vel do flash player aut\u00f4nomo. Usado para a a\u00e7\u00e3o Executar. - -config.name.playerDebugLocation = 2) Caminho do depurador de conte\u00fado do projetor do Flash Player -config.description.playerDebugLocation = Localiza\u00e7\u00e3o do execut\u00e1vel de depura\u00e7\u00e3o do flash player aut\u00f4nomo. Usado para a\u00e7\u00e3o de depura\u00e7\u00e3o. - -config.name.playerLibLocation = 3) Caminho do PlayerGlobal (.swc) -config.description.playerLibLocation = Localiza\u00e7\u00e3o da biblioteca playerglobal.swc flash player. \u00c9 usado principalmente para compila\u00e7\u00e3o AS3. - -config.name.debugHalt = Parar a execu\u00e7\u00e3o no in\u00edcio da depura\u00e7\u00e3o -config.description.debugHalt = Pause o SWF no in\u00edcio da depura\u00e7\u00e3o. - -config.name.gui.avm2.splitPane.vars.dividerLocationPercent = (Interno) Localiza\u00e7\u00e3o do divisor do menu de depura\u00e7\u00e3o -config.description.gui.avm2.splitPane.vars.dividerLocationPercent = - -tip = Dica: - -config.name.gui.action.splitPane.vars.dividerLocationPercent = (Interno) Localiza\u00e7\u00e3o do divisor de menu de depura\u00e7\u00e3o AS1/2 -config.description.gui.action.splitPane.vars.dividerLocationPercent = - -config.name.setMovieDelay = Atraso antes de alterar o SWF no player externo em ms -config.description.setMovieDelay = N\u00e3o \u00e9 recomendado alterar este valor abaixo de 1000ms - -config.name.warning.svgImport = Avisar na importa\u00e7\u00e3o de SVG -config.description.warning.svgImport = - -config.name.shapeImport.useNonSmoothedFill = Usar preenchimento n\u00e3o suavizado quando uma forma for substitu\u00edda por uma imagem -config.description.shapeImport.useNonSmoothedFill = - -config.name.internalFlashViewer.execute.as12 = AS1/2 no pr\u00f3prio visualizador de flash (Experimental) -config.description.internalFlashViewer.execute.as12 = Tenta executar o ActionScript 1/2 durante a reprodu\u00e7\u00e3o de SWF usando o visualizador de flash FFDec - -config.name.warning.hexViewNotUpToDate = Mostrar aviso hexadecimal n\u00e3o atualizado -config.description.warning.hexViewNotUpToDate = - -config.name.displayDupInstructions = Mostrar instru\u00e7\u00f5es \u00a7\u00a7dup -config.description.displayDupInstructions = Mostra instru\u00e7\u00f5es \u00a7\u00a7dup no c\u00f3digo. Sem eles, o P-codeode ser facilmente compilado, mas alguns c\u00f3digos duplicados com efeitos colaterais podem ser executados duas vezes. - -config.name.useRegExprLiteral = Descompile RegExp como /pattern/mod literal. -config.description.useRegExprLiteral = Usa a sintaxe /pattern/mod ao descompilar express\u00f5es regulares. new RegExp("pat","mod") \u00e9 usado de outra forma - -config.name.handleSkinPartsAutomatically = Lidar com metadados [SkinPart] automaticamente -config.description.handleSkinPartsAutomatically = Descompila e edita os metadados [SkinPart] automaticamente. Quando desativado, o atributo _skinParts e seu m\u00e9todo getter ficam vis\u00edveis e edit\u00e1veis manualmente. - -config.name.simplifyExpressions = Simplificar express\u00f5es -config.description.simplifyExpressions = Avalia e simplifique express\u00f5es para tornar o c\u00f3digo mais leg\u00edvel - -config.name.resetLetterSpacingOnTextImport = Redefinir o espa\u00e7amento entre letras na importa\u00e7\u00e3o de texto -config.description.resetLetterSpacingOnTextImport = \u00datil para fontes cir\u00edlicas, porque s\u00e3o mais largas - -config.name.flexSdkLocation = 4) Caminho do diret\u00f3rio do Flex SDK -config.description.flexSdkLocation = Localiza\u00e7\u00e3o do Adobe Flex SDK. \u00c9 usado principalmente para compila\u00e7\u00e3o AS3. - -config.name.useFlexAs3Compiler = Usar o compilador Flex SDK AS3 -config.description.useFlexAs3Compiler = Use o compilador AS3 do Flex SDK durante a edi\u00e7\u00e3o direta do ActionScript (o diret\u00f3rio do Flex SDK precisa ser definido) - -config.name.showSetAdvanceValuesMessage = Mostrar novamente informa\u00e7\u00f5es sobre a configura\u00e7\u00e3o de valores avan\u00e7ados -config.description.showSetAdvanceValuesMessage = Exibe novamente informa\u00e7\u00f5es sobre a configura\u00e7\u00e3o de valores avan\u00e7ados - -config.name.gui.fontSizeMultiplier = Multiplicador de tamanho de fonte -config.description.gui.fontSizeMultiplier = Multiplicador de tamanho de fonte - -config.name.graphVizDotLocation = 5) Caminho do execut\u00e1vel GraphViz Dot -config.description.graphVizDotLocation = Caminho para dot.exe (ou similar para Linux) do aplicativo GraphViz para exibir gr\u00e1ficos. - +advancedSettings.dialog.title=Configura\u00e7\u00f5es Avan\u00e7adas +advancedSettings.restartConfirmation=Voc\u00ea deve reiniciar o programa para que algumas modifica\u00e7\u00f5es tenham efeito. Deseja reinici\u00e1-lo agora? +advancedSettings.columns.name=Nome +advancedSettings.columns.value=Valor +advancedSettings.columns.description=Descri\u00e7\u00e3o +default=default +config.group.name.export=Exportar +config.group.description.export=Configura\u00e7\u00e3o de exporta\u00e7\u00f5es +config.group.name.script=Scripts +config.group.description.script=Relacionado \u00e0 descompila\u00e7\u00e3o do ActionScript +config.group.name.update=Atualiza\u00e7\u00f5es +config.group.description.update=Verificando atualiza\u00e7\u00f5es +config.group.name.format=Formatando +config.group.description.format=Formata\u00e7\u00e3o de c\u00f3digo ActionScript +config.group.name.limit=Limites +config.group.description.limit=Limites de descompila\u00e7\u00e3o para c\u00f3digo ofuscado, etc. +config.group.name.ui=Interface +config.group.description.ui=Configura\u00e7\u00e3o da interface do usu\u00e1rio +config.group.name.debug=Depurar +config.group.description.debug=Configura\u00e7\u00f5es de depura\u00e7\u00e3o +config.group.name.display=Tela +config.group.description.display=Exibi\u00e7\u00e3o de objetos Flash, etc. +config.group.name.decompilation=Descompila\u00e7\u00e3o +config.group.description.decompilation=Fun\u00e7\u00f5es relacionadas \u00e0 descompila\u00e7\u00e3o global +config.group.name.other=Outros +config.group.description.other=Outras configura\u00e7\u00f5es n\u00e3o categorizadas +config.name.openMultipleFiles=Abrir v\u00e1rios arquivos +config.description.openMultipleFiles=Permite abrir v\u00e1rios arquivos de uma s\u00f3 vez em uma janela +config.name.decompile=Mostrar fonte ActionScript +config.description.decompile=Voc\u00ea pode desabilitar a descompila\u00e7\u00e3o AS, ent\u00e3o apenas o P-code \u00e9 mostrado +config.name.dumpView=Visualiza\u00e7\u00e3o de despejo +config.description.dumpView=Ver despejo de dados brutos +config.name.useHexColorFormat=Cores em formato hexadecimal +config.description.useHexColorFormat=Mostra as cores em formato hexadecimal +config.name.parallelSpeedUp=Acelera\u00e7\u00e3o Paralela +config.description.parallelSpeedUp=O paralelismo pode acelerar a descompila\u00e7\u00e3o +config.name.parallelSpeedUpThreadCount=N\u00famero de threads +config.description.parallelSpeedUpThreadCount=N\u00famero de threads para acelera\u00e7\u00e3o paralela +config.name.autoDeobfuscate=Desofusca\u00e7\u00e3o autom\u00e1tica +config.description.autoDeobfuscate=Executa a desofusca\u00e7\u00e3o em todos os arquivos antes da descompila\u00e7\u00e3o do ActionScript +config.name.cacheOnDisk=Usar cache no disco +config.description.cacheOnDisk=Cache de partes j\u00e1 descompiladas no disco r\u00edgido em vez da mem\u00f3ria +config.name.internalFlashViewer=Usar o pr\u00f3prio visualizador de Flash +config.description.internalFlashViewer=Usa o JPEXS Flash Viewer em vez do Flash Player padr\u00e3o para exibi\u00e7\u00e3o de partes em flash +config.name.gotoMainClassOnStartup=Ir para a classe principal na inicializa\u00e7\u00e3o (AS3) +config.description.gotoMainClassOnStartup=Navega para a classe de documento do arquivo AS3 na abertura do SWF +config.name.autoRenameIdentifiers=Renomea\u00e7\u00e3o autom\u00e1tica de identificadores +config.description.autoRenameIdentifiers=Renomeia automaticamente identificadores inv\u00e1lidos no carregamento de SWF +config.name.offeredAssociation=(Interno) Associa\u00e7\u00e3o com arquivos SWF exibidos +config.description.offeredAssociation=A caixa de di\u00e1logo sobre a associa\u00e7\u00e3o de arquivos j\u00e1 foi exibida +config.name.decimalAddress=Usar endere\u00e7os decimais +config.description.decimalAddress=Usa endere\u00e7os decimais em vez de hexadecimais +config.name.showAllAddresses=Mostrar todos os endere\u00e7os +config.description.showAllAddresses=Exibir todos os endere\u00e7os de instru\u00e7\u00f5es do ActionScript +config.name.useFrameCache=Usar cache de quadros +config.description.useFrameCache=Armazenar em cache antes de renderizar novamente +config.name.useRibbonInterface=Interface da faixa de op\u00e7\u00f5es +config.description.useRibbonInterface=Desmarque para usar a interface cl\u00e1ssica sem o menu da faixa de op\u00e7\u00f5es +config.name.openFolderAfterFlaExport=Abrir pasta ap\u00f3s a exporta\u00e7\u00e3o FLA +config.description.openFolderAfterFlaExport=Exibir diret\u00f3rio de sa\u00edda ap\u00f3s exportar o arquivo FLA +config.name.useDetailedLogging=Registro detalhado do FFDec +config.description.useDetailedLogging=Registre mensagens de erro detalhadas e informa\u00e7\u00f5es para depura\u00e7\u00e3o do FFDec +config.name._debugMode=FFDec no modo de depura\u00e7\u00e3o +config.description._debugMode=Modo para depura\u00e7\u00e3o de FFDec. Ativa o menu de depura\u00e7\u00e3o. Isso n\u00e3o tem nada a ver com a funcionalidade do depurador +config.name.resolveConstants=Resolver constantes no p-code AS1/2 +config.description.resolveConstants=Desative isso para mostrar 'constantxx' em vez de valores reais na janela de P-code +config.name.sublimiter=Limite de subs de c\u00f3digo +config.description.sublimiter=Limite de subs de P-codeara c\u00f3digo ofuscado. +config.name.exportTimeout=Tempo limite total de exporta\u00e7\u00e3o (segundos) +config.description.exportTimeout=O descompilador interromper\u00e1 de exportar ap\u00f3s atingir esse tempo +config.name.decompilationTimeoutFile=Tempo limite de descompila\u00e7\u00e3o de arquivo \u00fanico (segundos) +config.description.decompilationTimeoutFile=O descompilador interromper\u00e1 a descompila\u00e7\u00e3o do ActionScript ap\u00f3s atingir esse tempo em um arquivo +config.name.paramNamesEnable=Habilitar nomes de par\u00e2metros em AS3 +config.description.paramNamesEnable=Usar nomes de par\u00e2metros na descompila\u00e7\u00e3o pode causar problemas porque programas oficiais como o Flash CS 5.5 inserem \u00edndices de nomes de par\u00e2metros errados +config.name.displayFileName=Mostrar nome do SWF no t\u00edtulo +config.description.displayFileName=Exibir o nome do arquivo/url SWF no t\u00edtulo da janela (voc\u00ea pode fazer capturas de tela ent\u00e3o) +config.name._debugCopy=Depurar recompila\u00e7\u00e3o no FFDec +config.description._debugCopy=Tenta compilar o arquivo SWF novamente logo ap\u00f3s a abertura para garantir que ele produza o mesmo c\u00f3digo bin\u00e1rio. Use apenas para DEPURA\u00c7\u00c3O do FFDec! +config.name.dumpTags=Despejar tags no console +config.description.dumpTags=Despeje as tags no console ao ler o arquivo SWF +config.name.decompilationTimeoutSingleMethod=AS3: Tempo limite de descompila\u00e7\u00e3o de m\u00e9todo \u00fanico (segundos) +config.description.decompilationTimeoutSingleMethod=O descompilador interromper\u00e1 a descompila\u00e7\u00e3o do ActionScript ap\u00f3s atingir esse tempo em um m\u00e9todo +config.name.lastRenameType=(Internal) (Interno) Tipo de \u00faltima renomea\u00e7\u00e3o +config.description.lastRenameType=Tipo de renomea\u00e7\u00e3o de identificadores usados pela \u00faltima vez +config.name.lastSaveDir=(Interno) \u00daltimo diret\u00f3rio salvo +config.description.lastSaveDir=\u00daltimo diret\u00f3rio de salvamento usado +config.name.lastOpenDir=(Interno) \u00daltimo diret\u00f3rio aberto +config.description.lastOpenDir=\u00daltimo diret\u00f3rio aberto usado +config.name.lastExportDir=(Interno) \u00daltimo diret\u00f3rio de exporta\u00e7\u00e3o +config.description.lastExportDir=\u00daltimo diret\u00f3rio de exporta\u00e7\u00e3o usado +config.name.locale=Idioma +config.description.locale=Identificadores de localiza\u00e7\u00f5es +config.name.registerNameFormat=Formato da vari\u00e1vel de registro +config.description.registerNameFormat=Formato de nomes de vari\u00e1veis de registro local. Use %d para n\u00famero de registro. +config.name.maxRecentFileCount=Contagem m\u00e1xima de recentes +config.description.maxRecentFileCount=N\u00famero m\u00e1ximo de arquivos recentes +config.name.recentFiles=(Interno) Arquivos recentes +config.description.recentFiles=Arquivos abertos recentes +config.name.fontPairingMap=(Interno) Pares de fontes para importa\u00e7\u00e3o +config.description.fontPairingMap=Font pairs for importing new characters +config.name.lastUpdatesCheckDate=(Interno) Data de verifica\u00e7\u00e3o da \u00faltima atualiza\u00e7\u00e3o +config.description.lastUpdatesCheckDate=Data da \u00faltima verifica\u00e7\u00e3o de atualiza\u00e7\u00f5es no servidor +config.name.gui.window.width=(Interno) Largura da \u00faltima janela +config.description.gui.window.width=Largura da \u00faltima janela salva +config.name.gui.window.height=(Interno) Altura da \u00faltima janela +config.description.gui.window.height=Altura da \u00faltima janela salva +config.name.gui.window.maximized.horizontal=(Interno) Janela maximizada horizontalmente +config.description.gui.window.maximized.horizontal=Estado da \u00faltima janela - maximizado horizontalmente +config.name.gui.window.maximized.vertical=(Interno) Janela maximizada verticalmente +config.description.gui.window.maximized.vertical=Estado da \u00faltima janela - maximizado verticalmente +config.name.gui.avm2.splitPane.dividerLocationPercent=(Interno) Localiza\u00e7\u00e3o do divisor AS3 +config.description.gui.avm2.splitPane.dividerLocationPercent= +config.name.gui.actionSplitPane.dividerLocationPercent=(Interno) Localiza\u00e7\u00e3o do divisor AS1/2 +config.description.gui.actionSplitPane.dividerLocationPercent= +config.name.gui.previewSplitPane.dividerLocationPercent=(Interno) Visualiza\u00e7\u00e3o do local do divisor +config.description.gui.previewSplitPane.dividerLocationPercent= +config.name.gui.splitPane1.dividerLocationPercent=(Internal) Localiza\u00e7\u00e3o do divisor 1 +config.description.gui.splitPane1.dividerLocationPercent= +config.name.gui.splitPane2.dividerLocationPercent=(Internal) Localiza\u00e7\u00e3o do divisor 2 +config.description.gui.splitPane2.dividerLocationPercent= +config.name.saveAsExeScaleMode=Salvar como modo de escala EXE +config.description.saveAsExeScaleMode=Modo de dimensionamento para exporta\u00e7\u00e3o EXE +config.name.syntaxHighlightLimit=M\u00e1ximo de caracteres para realce de sintaxe +config.description.syntaxHighlightLimit=N\u00famero m\u00e1ximo de caracteres para executar o realce de sintaxe +config.name.guiFontPreviewSampleText=(Interno) Texto de exemplo de visualiza\u00e7\u00e3o da \u00faltima fonte +config.description.guiFontPreviewSampleText=\u00cdndice da lista de texto de exemplo de visualiza\u00e7\u00e3o da \u00faltima fonte +config.name.gui.fontPreviewWindow.width=(Interno) Largura da janela de visualiza\u00e7\u00e3o da \u00faltima fonte +config.description.gui.fontPreviewWindow.width= +config.name.gui.fontPreviewWindow.height=(Interno) Altura da janela de visualiza\u00e7\u00e3o da \u00faltima fonte +config.description.gui.fontPreviewWindow.height= +config.name.gui.fontPreviewWindow.posX=(Interno) \u00daltima janela de visualiza\u00e7\u00e3o da fonte X +config.description.gui.fontPreviewWindow.posX= +config.name.gui.fontPreviewWindow.posY=(Interno) \u00daltima janela de visualiza\u00e7\u00e3o de fonte Y +config.description.gui.fontPreviewWindow.posY= +config.name.formatting.indent.size=Caracteres por indenta\u00e7\u00e3o +config.description.formatting.indent.size=N\u00famero de espa\u00e7os (ou tabula\u00e7\u00f5es) para uma indenta\u00e7\u00e3o +config.name.formatting.indent.useTabs=Tabula\u00e7\u00f5es para indenta\u00e7\u00e3o +config.description.formatting.indent.useTabs=Use tabula\u00e7\u00f5es em vez de espa\u00e7os para recuo +config.name.beginBlockOnNewLine=Chaves na nova linha +config.description.beginBlockOnNewLine=Comece o bloco com chave na nova linha +config.name.check.updates.delay=Atraso de verifica\u00e7\u00e3o de atualiza\u00e7\u00f5es +config.description.check.updates.delay=Tempo m\u00ednimo entre verifica\u00e7\u00f5es autom\u00e1ticas de atualiza\u00e7\u00f5es no in\u00edcio do aplicativo +config.name.check.updates.stable=Verifique se h\u00e1 vers\u00f5es est\u00e1veis +config.description.check.updates.stable=Verificando atualiza\u00e7\u00f5es de vers\u00f5es est\u00e1veis +config.name.check.updates.nightly=Verifique as vers\u00f5es noturnas +config.description.check.updates.nightly=Verificando atualiza\u00e7\u00f5es de vers\u00e3o noturnas +config.name.check.updates.enabled=Verifica\u00e7\u00e3o de atualiza\u00e7\u00f5es ativada +config.description.check.updates.enabled=Verifica\u00e7\u00e3o autom\u00e1tica de atualiza\u00e7\u00f5es no in\u00edcio do aplicativo +config.name.export.formats=(Interno) Formatos de exporta\u00e7\u00e3o +config.description.export.formats=\u00daltimos formatos de exporta\u00e7\u00e3o usados +config.name.textExportSingleFile=Exportar textos para um \u00fanico arquivo +config.description.textExportSingleFile=Exportando textos para um arquivo em vez de v\u00e1rios +config.name.textExportSingleFileSeparator=Separador de textos em um arquivo de exporta\u00e7\u00e3o de texto +config.description.textExportSingleFileSeparator=Texto para inserir entre textos na exporta\u00e7\u00e3o de texto de arquivo \u00fanico +config.name.textExportSingleFileRecordSeparator=Separador de registros em um arquivo de exporta\u00e7\u00e3o de texto +config.description.textExportSingleFileRecordSeparator=Texto a ser inserido entre registros de texto na exporta\u00e7\u00e3o de texto de arquivo \u00fanico +config.name.warning.experimental.as12edit=Avisar na edi\u00e7\u00e3o direta AS1/2 +config.description.warning.experimental.as12edit=Mostrar aviso na edi\u00e7\u00e3o direta experimental AS1/2 +config.name.warning.experimental.as3edit=Avisar na edi\u00e7\u00e3o direta do AS3 +config.description.warning.experimental.as3edit=Mostrar aviso na edi\u00e7\u00e3o direta experimental AS3 +config.name.packJavaScripts=Pacote de JavaScript +config.description.packJavaScripts=Executa o empacotador de JavaScript em scripts criados no Canvas Export. +config.name.textExportExportFontFace=Usar font-face na exporta\u00e7\u00e3o SVG +config.description.textExportExportFontFace=Incorporar arquivos de fonte em SVG usando font-face em vez de formas +config.name.lzmaFastBytes=Bytes r\u00e1pidos LZMA (valores v\u00e1lidos: 5-255) +config.description.lzmaFastBytes=Par\u00e2metro de bytes r\u00e1pidos do codificador LZMA +config.name.pluginPath=Caminho do plugin +config.description.pluginPath=- +config.name.showMethodBodyId=Mostrar ID do corpo do m\u00e9todo +config.description.showMethodBodyId=Mostra o id do corpo do m\u00e9todo para importa\u00e7\u00e3o de linha de comando +config.name.export.zoom=(Interno) Zoom de exporta\u00e7\u00e3o +config.description.export.zoom=Zoom de exporta\u00e7\u00e3o usado pela \u00faltima vez +config.name.debuggerPort=Porta do depurador +config.description.debuggerPort=Porta usada para depura\u00e7\u00e3o de soquete +config.name.displayDebuggerInfo=(Interno) Exibir informa\u00e7\u00f5es do depurador +config.description.displayDebuggerInfo=Exibir informa\u00e7\u00f5es sobre o depurador antes de troc\u00e1-lo +config.name.randomDebuggerPackage=Use o nome do pacote aleat\u00f3rio para o Depurador +config.description.randomDebuggerPackage=Isso renomeia o pacote Depurador para string aleat\u00f3ria, o que dificulta a detec\u00e7\u00e3o da presen\u00e7a do depurador pelo ActionScript +config.name.lastDebuggerReplaceFunction=(Interno) \u00daltima substitui\u00e7\u00e3o de rastreamento selecionada +config.description.lastDebuggerReplaceFunction=Nome da fun\u00e7\u00e3o que foi selecionada pela \u00faltima vez em substituir a fun\u00e7\u00e3o de rastreamento pelo depurador +config.name.getLocalNamesFromDebugInfo=AS3: Obtenha nomes de registro local de informa\u00e7\u00f5es de depura\u00e7\u00e3o +config.description.getLocalNamesFromDebugInfo=Se as informa\u00e7\u00f5es de depura\u00e7\u00e3o estiverem presentes, renomear\u00e1 os registros locais de _loc_x_ para nomes reais. Isso pode ser desativado porque alguns ofuscadores usam nomes de registro inv\u00e1lidos. +config.name.tagTreeShowEmptyFolders=Mostrar pastas vazias +config.description.tagTreeShowEmptyFolders=Mostrar pastas vazias na \u00e1rvore de tags. +config.name.autoLoadEmbeddedSwfs=Carregar automaticamente SWFs incorporados +config.description.autoLoadEmbeddedSwfs=Carrega automaticamente os SWFs incorporados das tags DefineBinaryData. +config.name.overrideTextExportFileName=Substituir o nome do arquivo de exporta\u00e7\u00e3o de texto +config.description.overrideTextExportFileName=Voc\u00ea pode personalizar o nome do arquivo do texto exportado. Use o espa\u00e7o reservado {filename} para usar o nome de arquivo do SWF atual. +config.name.showOldTextDuringTextEditing=Mostrar texto antigo durante a edi\u00e7\u00e3o de texto +config.description.showOldTextDuringTextEditing=Mostra o texto original da tag de texto com cor cinza na \u00e1rea de visualiza\u00e7\u00e3o. +config.group.name.import=Importar +config.group.description.import=Configura\u00e7\u00e3o de importa\u00e7\u00f5es +config.name.textImportResizeTextBoundsMode=Modo de redimensionamento de limites de texto +config.description.textImportResizeTextBoundsMode=Modo de redimensionamento de limites de texto ap\u00f3s edi\u00e7\u00e3o de texto. +config.name.showCloseConfirmation=Mostrar novamente a confirma\u00e7\u00e3o de fechamento do SWF +config.description.showCloseConfirmation=Mostrar novamente a confirma\u00e7\u00e3o de fechamento do SWF para arquivos modificados. +config.name.showCodeSavedMessage=Mostrar novamente a mensagemde salvar do c\u00f3digo +config.description.showCodeSavedMessage=Mostra novamente a mensagem de salvar do c\u00f3digo +config.name.showTraitSavedMessage=Mostrar novamente a mensagem de salvar do trait +config.description.showTraitSavedMessage=Mostra novamente a mensagem de salvar do trait +config.name.updateProxyAddress=Endere\u00e7o proxy HTTP para verificar atualiza\u00e7\u00f5es +config.description.updateProxyAddress=Endere\u00e7o proxy HTTP para verificar atualiza\u00e7\u00f5es. Formato: exemplo.com:8080 +config.name.editorMode=Modo Editor +config.description.editorMode=Torna as \u00e1reas de texto edit\u00e1veis automaticamente ao selecionar um n\u00f3 Texto ou Script +config.name.autoSaveTagModifications=Salvar automaticamente as modifica\u00e7\u00f5es de tags +config.description.autoSaveTagModifications=Salva as altera\u00e7\u00f5es ao selecionar uma nova tag na \u00e1rvore +config.name.saveSessionOnExit=Salvar sess\u00e3o ao sair +config.description.saveSessionOnExit=Salva a sess\u00e3o atual e reabre ap\u00f3s a reinicializa\u00e7\u00e3o do FFDec (funciona apenas com arquivos reais) +config.name._showDebugMenu=Mostrar menu de depura\u00e7\u00e3o do FFDec +config.description._showDebugMenu=Mostra o menu de depura\u00e7\u00e3o na faixa de op\u00e7\u00f5es para depura\u00e7\u00e3o do descompilador. +config.name.allowOnlyOneInstance=Permitir apenas uma inst\u00e2ncia FFDec (somente sistema operacional Windows) +config.description.allowOnlyOneInstance=O FFDec pode ser executado apenas uma vez, todos os arquivos abertos ser\u00e3o adicionados a uma janela. Funciona apenas com o sistema operacional Windows. +config.name.scriptExportSingleFile=Exportar scripts para um \u00fanico arquivo +config.description.scriptExportSingleFile=Exportando scripts para um arquivo em vez de v\u00e1rios +config.name.setFFDecVersionInExportedFont=Definir o n\u00famero da vers\u00e3o do FFDec na fonte exportada +config.description.setFFDecVersionInExportedFont=Quando essa configura\u00e7\u00e3o est\u00e1 desabilitada, o FFDec n\u00e3o adicionar\u00e1 o n\u00famero da vers\u00e3o atual do FFDec \u00e0 fonte exportada. +config.name.gui.skin=Tema da interface do usu\u00e1rio +config.description.gui.skin=Olhe e aprecie a skin +config.name.lastSessionFiles=Arquivos da \u00faltima sess\u00e3o +config.description.lastSessionFiles=Cont\u00e9m os arquivos abertos da \u00faltima sess\u00e3o +config.name.lastSessionSelection=Sele\u00e7\u00e3o da \u00faltima sess\u00e3o +config.description.lastSessionSelection=Cont\u00e9m a sele\u00e7\u00e3o da \u00faltima sess\u00e3o +config.name.loopMedia=Repetir sons e sprites +config.description.loopMedia=Reinicia automaticamente a reprodu\u00e7\u00e3o dos sons e sprites +config.name.gui.timeLineSplitPane.dividerLocationPercent=(Interno) Local do divisor de linha do tempo +config.description.gui.timeLineSplitPane.dividerLocationPercent= +config.name.cacheImages=Cache de imagens +config.description.cacheImages=Armazena em cache os objetos de imagem decodificados +config.name.swfSpecificConfigs=Configura\u00e7\u00f5es espec\u00edficas de SWF +config.description.swfSpecificConfigs=Cont\u00e9m as configura\u00e7\u00f5es espec\u00edficas do SWF +config.name.exeExportMode=Modo de exporta\u00e7\u00e3o EXE +config.description.exeExportMode=Modo de exporta\u00e7\u00e3o EXE +config.name.ignoreCLikePackages=Ignore FlashCC / Alchemy ou pacotes semelhantes +config.description.ignoreCLikePackages=Os pacotes FlashCC/Alchemy geralmente n\u00e3o podem ser descompilados corretamente. Voc\u00ea pode desativ\u00e1-los para acelerar a descompila\u00e7\u00e3o de outros pacotes. +config.name.overwriteExistingFiles=Substituir os arquivos existentes +config.description.overwriteExistingFiles=Substituir os arquivos existentes durante a exporta\u00e7\u00e3o. Atualmente apenas para scripts AS2/3 +config.name.smartNumberFormatting=Use a formata\u00e7\u00e3o de n\u00famero inteligente +config.description.smartNumberFormatting=Formatar n\u00fameros especiais (por exemplo, cores e horas) +config.name.enableScriptInitializerDisplay=(REMOVED) Exibir inicializadores de script +config.description.enableScriptInitializerDisplay=Ative a exibi\u00e7\u00e3o e a edi\u00e7\u00e3o dos inicializadores de script. Essa configura\u00e7\u00e3o pode adicionar uma nova linha a cada arquivo de classe para realce. +config.name.autoOpenLoadedSWFs=Abrir SWFs carregados durante a execu\u00e7\u00e3o (Visualizador externo = apenas WIN) +config.description.autoOpenLoadedSWFs=Abre automaticamente todos os SWFs carregados pelo carregador de classe AS3 executando SWF quando reproduzido no player externo FFDec. Esse recurso \u00e9 apenas para Windows. +config.name.lastSessionFileTitles=T\u00edtulos de arquivo da \u00faltima sess\u00e3o +config.description.lastSessionFileTitles=Cont\u00e9m os t\u00edtulos dos arquivos abertos da \u00faltima sess\u00e3o (por exemplo, quando carregado de URL etc.) +config.group.name.paths=Caminhos +config.group.description.paths=Localiza\u00e7\u00e3o dos arquivos necess\u00e1rios +config.group.tip.paths=Baixe o projetor e o Playerglobal em adobe webpage. Flex SDK pode ser baixado em apache web. +config.group.link.paths=https://www.adobe.com/support/flashplayer/debug_downloads.html https://flex.apache.org/download-binaries.html +config.name.playerLocation=1) Caminho do projetor do Flash Player +config.description.playerLocation=Localiza\u00e7\u00e3o do execut\u00e1vel do flash player aut\u00f4nomo. Usado para a a\u00e7\u00e3o Executar. +config.name.playerDebugLocation=2) Caminho do depurador de conte\u00fado do projetor do Flash Player +config.description.playerDebugLocation=Localiza\u00e7\u00e3o do execut\u00e1vel de depura\u00e7\u00e3o do flash player aut\u00f4nomo. Usado para a\u00e7\u00e3o de depura\u00e7\u00e3o. +config.name.playerLibLocation=3) Caminho do PlayerGlobal (.swc) +config.description.playerLibLocation=Localiza\u00e7\u00e3o da biblioteca playerglobal.swc flash player. \u00c9 usado principalmente para compila\u00e7\u00e3o AS3. +config.name.debugHalt=Parar a execu\u00e7\u00e3o no in\u00edcio da depura\u00e7\u00e3o +config.description.debugHalt=Pause o SWF no in\u00edcio da depura\u00e7\u00e3o. +config.name.gui.avm2.splitPane.vars.dividerLocationPercent=(Interno) Localiza\u00e7\u00e3o do divisor do menu de depura\u00e7\u00e3o +config.description.gui.avm2.splitPane.vars.dividerLocationPercent= +tip=Dica: +config.name.gui.action.splitPane.vars.dividerLocationPercent=(Interno) Localiza\u00e7\u00e3o do divisor de menu de depura\u00e7\u00e3o AS1/2 +config.description.gui.action.splitPane.vars.dividerLocationPercent= +config.name.setMovieDelay=Atraso antes de alterar o SWF no player externo em ms +config.description.setMovieDelay=N\u00e3o \u00e9 recomendado alterar este valor abaixo de 1000ms +config.name.warning.svgImport=Avisar na importa\u00e7\u00e3o de SVG +config.description.warning.svgImport= +config.name.shapeImport.useNonSmoothedFill=Usar preenchimento n\u00e3o suavizado quando uma forma for substitu\u00edda por uma imagem +config.description.shapeImport.useNonSmoothedFill= +config.name.internalFlashViewer.execute.as12=AS1/2 no pr\u00f3prio visualizador de flash (Experimental) +config.description.internalFlashViewer.execute.as12=Tenta executar o ActionScript 1/2 durante a reprodu\u00e7\u00e3o de SWF usando o visualizador de flash FFDec +config.name.warning.hexViewNotUpToDate=Mostrar aviso hexadecimal n\u00e3o atualizado +config.description.warning.hexViewNotUpToDate= +config.name.displayDupInstructions=Mostrar instru\u00e7\u00f5es \u00a7\u00a7dup +config.description.displayDupInstructions=Mostra instru\u00e7\u00f5es \u00a7\u00a7dup no c\u00f3digo. Sem eles, o P-codeode ser facilmente compilado, mas alguns c\u00f3digos duplicados com efeitos colaterais podem ser executados duas vezes. +config.name.useRegExprLiteral=Descompile RegExp como /pattern/mod literal. +config.description.useRegExprLiteral=Usa a sintaxe /pattern/mod ao descompilar express\u00f5es regulares. new RegExp("pat","mod") \u00e9 usado de outra forma +config.name.handleSkinPartsAutomatically=Lidar com metadados [SkinPart] automaticamente +config.description.handleSkinPartsAutomatically=Descompila e edita os metadados [SkinPart] automaticamente. Quando desativado, o atributo _skinParts e seu m\u00e9todo getter ficam vis\u00edveis e edit\u00e1veis manualmente. +config.name.simplifyExpressions=Simplificar express\u00f5es +config.description.simplifyExpressions=Avalia e simplifique express\u00f5es para tornar o c\u00f3digo mais leg\u00edvel +config.name.resetLetterSpacingOnTextImport=Redefinir o espa\u00e7amento entre letras na importa\u00e7\u00e3o de texto +config.description.resetLetterSpacingOnTextImport=\u00datil para fontes cir\u00edlicas, porque s\u00e3o mais largas +config.name.flexSdkLocation=4) Caminho do diret\u00f3rio do Flex SDK +config.description.flexSdkLocation=Localiza\u00e7\u00e3o do Adobe Flex SDK. \u00c9 usado principalmente para compila\u00e7\u00e3o AS3. +config.name.useFlexAs3Compiler=Usar o compilador Flex SDK AS3 +config.description.useFlexAs3Compiler=Use o compilador AS3 do Flex SDK durante a edi\u00e7\u00e3o direta do ActionScript (o diret\u00f3rio do Flex SDK precisa ser definido) +config.name.showSetAdvanceValuesMessage=Mostrar novamente informa\u00e7\u00f5es sobre a configura\u00e7\u00e3o de valores avan\u00e7ados +config.description.showSetAdvanceValuesMessage=Exibe novamente informa\u00e7\u00f5es sobre a configura\u00e7\u00e3o de valores avan\u00e7ados +config.name.gui.fontSizeMultiplier=Multiplicador de tamanho de fonte +config.description.gui.fontSizeMultiplier=Multiplicador de tamanho de fonte +config.name.graphVizDotLocation=5) Caminho do execut\u00e1vel GraphViz Dot +config.description.graphVizDotLocation=Caminho para dot.exe (ou similar para Linux) do aplicativo GraphViz para exibir gr\u00e1ficos. #Do not translate the Font Styles which is in the parenthesis:(Plain,Bold,Italic,BoldItalic) -config.name.gui.sourceFont = Estilo da fonte de origem -config.description.gui.sourceFont = FontName-FontStyle(Plain,Bold,Italic,BoldItalic)-FontSize - +config.name.gui.sourceFont=Estilo da fonte de origem +config.description.gui.sourceFont=FontName-FontStyle(Plain,Bold,Italic,BoldItalic)-FontSize #after 11.1.0 -config.name.as12DeobfuscatorExecutionLimit = Limite de execu\u00e7\u00e3o do desofuscador AS1/2 -config.description.as12DeobfuscatorExecutionLimit = N\u00famero m\u00e1ximo de instru\u00e7\u00f5es processadas durante a desofusca\u00e7\u00e3o de execu\u00e7\u00e3o AS1/2 - +config.name.as12DeobfuscatorExecutionLimit=Limite de execu\u00e7\u00e3o do desofuscador AS1/2 +config.description.as12DeobfuscatorExecutionLimit=N\u00famero m\u00e1ximo de instru\u00e7\u00f5es processadas durante a desofusca\u00e7\u00e3o de execu\u00e7\u00e3o AS1/2 #option that ignore in 8.0.1 and other versions -config.name.showOriginalBytesInPcodeHex = (Interno) Mostrar bytes originais -config.description.showOriginalBytesInPcodeHex = Exibe bytes originais em c\u00f3digo Pcode em hexadecimal. - -config.name.showFileOffsetInPcodeHex = (Interno) Mostrar deslocamento do arquivo -config.description.showFileOffsetInPcodeHex = Exibe o deslocamento do arquivo em c\u00f3digo Pcode em hexadecimal. - -config.name._enableFlexExport = (Interno) Habilitar exporta\u00e7\u00e3o Flex -config.description.enableFlexExport = Habilita exporta\u00e7\u00e3o Flex - -config.name._ignoreAdditionalFlexClasses = (Interno) Ignorar classes flex adicionais -config.description.ignoreAdditionalFlexClasses = Ignore classes flex adicionais - -config.name.hwAcceleratedGraphics = (Interno) Gr\u00e1ficos acelerados por Hardware -config.description.hwAcceleratedGraphics = Use gr\u00e1ficos acelerados por Hardware - -config.name.gui.avm2.splitPane.docs.dividerLocationPercent = (Interno) Localiza\u00e7\u00e3o percentual do divisor de documenta\u00e7\u00e3o de splitPane -config.description.gui.avm2.splitPane.docs.dividerLocationPercent = Localiza\u00e7\u00e3o percentual do divisor de documenta\u00e7\u00e3o de splitPane - -config.name.gui.dump.splitPane.dividerLocationPercent = (Interno) Despejar a localiza\u00e7\u00e3o percentual do divisor de splitPan -config.description.gui.dump.splitPane.dividerLocationPercent = Despeja a localiza\u00e7\u00e3o percentual do divisor de splitPane - +config.name.showOriginalBytesInPcodeHex=(Interno) Mostrar bytes originais +config.description.showOriginalBytesInPcodeHex=Exibe bytes originais em c\u00f3digo Pcode em hexadecimal. +config.name.showFileOffsetInPcodeHex=(Interno) Mostrar deslocamento do arquivo +config.description.showFileOffsetInPcodeHex=Exibe o deslocamento do arquivo em c\u00f3digo Pcode em hexadecimal. +config.name._enableFlexExport=(Interno) Habilitar exporta\u00e7\u00e3o Flex +config.description.enableFlexExport=Habilita exporta\u00e7\u00e3o Flex +config.name._ignoreAdditionalFlexClasses=(Interno) Ignorar classes flex adicionais +config.description.ignoreAdditionalFlexClasses=Ignore classes flex adicionais +config.name.hwAcceleratedGraphics=(Interno) Gr\u00e1ficos acelerados por Hardware +config.description.hwAcceleratedGraphics=Use gr\u00e1ficos acelerados por Hardware +config.name.gui.avm2.splitPane.docs.dividerLocationPercent=(Interno) Localiza\u00e7\u00e3o percentual do divisor de documenta\u00e7\u00e3o de splitPane +config.description.gui.avm2.splitPane.docs.dividerLocationPercent=Localiza\u00e7\u00e3o percentual do divisor de documenta\u00e7\u00e3o de splitPane +config.name.gui.dump.splitPane.dividerLocationPercent=(Interno) Despejar a localiza\u00e7\u00e3o percentual do divisor de splitPan +config.description.gui.dump.splitPane.dividerLocationPercent=Despeja a localiza\u00e7\u00e3o percentual do divisor de splitPane #after 11.3.0 -config.name.useAdobeFlashPlayerForPreviews = (Depreciado) Use o Adobe Flash Player para visualiza\u00e7\u00e3o dos objetos -config.description.useAdobeFlashPlayerForPreviews = Use o Adobe Flash player para visualiza\u00e7\u00e3o de objetos. AVISO: o FlashPlayer foi descontinuado em 12/01/2021 - +config.name.useAdobeFlashPlayerForPreviews=(Depreciado) Use o Adobe Flash Player para visualiza\u00e7\u00e3o dos objetos +config.description.useAdobeFlashPlayerForPreviews=Use o Adobe Flash player para visualiza\u00e7\u00e3o de objetos. AVISO: o FlashPlayer foi descontinuado em 12/01/2021 #after 12.0.1 -config.name.showLineNumbersInPCodeGraphvizGraph = Mostrar n\u00fameros de linha em gr\u00e1ficos Graphviz -config.description.showLineNumbersInPCodeGraphvizGraph = Mostrar n\u00fameros de linha no gr\u00e1fico P-code do Graphviz. - -config.name.padAs3PCodeInstructionName = Adicionar espa\u00e7os aos nomes das instru\u00e7\u00f5es P-code do AS3 -config.description.padAs3PCodeInstructionName = Adicionar espa\u00e7os aos nomes das instru\u00e7\u00f5es P-code do AS3 - +config.name.showLineNumbersInPCodeGraphvizGraph=Mostrar n\u00fameros de linha em gr\u00e1ficos Graphviz +config.description.showLineNumbersInPCodeGraphvizGraph=Mostrar n\u00fameros de linha no gr\u00e1fico P-code do Graphviz. +config.name.padAs3PCodeInstructionName=Adicionar espa\u00e7os aos nomes das instru\u00e7\u00f5es P-code do AS3 +config.description.padAs3PCodeInstructionName=Adicionar espa\u00e7os aos nomes das instru\u00e7\u00f5es P-code do AS3 #after 13.0.2 -config.name.indentAs3PCode = Indentar P-code do AS3 -config.description.indentAs3PCode = Indentar blocos P-code do AS3 como trait/body/code - -config.name.labelOnSeparateLineAs3PCode = Etiqueta no P-code AS3 em linha separada -config.description.labelOnSeparateLineAs3PCode = Cria etiqueta no suporte P-code AS3 em linha separada - -config.name.useOldStyleGetSetLocalsAs3PCode = Usar getlocal_x de estilo antigo em vez de getlocalx no P-code AS3 -config.description.useOldStyleGetSetLocalsAs3PCode = Usa o estilo antigo de getlocal_x, setlocal_x do FFDec 12.x ou mais antigo - -config.name.useOldStyleLookupSwitchAs3PCode = Usar o estilo antigo do switch de pesquisa sem colchetes no P-code AS3 -config.description.useOldStyleLookupSwitchAs3PCode = Use o estilo antigo do switch de pesquisa do FFDec 12.x ou mais antigo - +config.name.indentAs3PCode=Indentar P-code do AS3 +config.description.indentAs3PCode=Indentar blocos P-code do AS3 como trait/body/code +config.name.labelOnSeparateLineAs3PCode=Etiqueta no P-code AS3 em linha separada +config.description.labelOnSeparateLineAs3PCode=Cria etiqueta no suporte P-code AS3 em linha separada +config.name.useOldStyleGetSetLocalsAs3PCode=Usar getlocal_x de estilo antigo em vez de getlocalx no P-code AS3 +config.description.useOldStyleGetSetLocalsAs3PCode=Usa o estilo antigo de getlocal_x, setlocal_x do FFDec 12.x ou mais antigo +config.name.useOldStyleLookupSwitchAs3PCode=Usar o estilo antigo do switch de pesquisa sem colchetes no P-code AS3 +config.description.useOldStyleLookupSwitchAs3PCode=Use o estilo antigo do switch de pesquisa do FFDec 12.x ou mais antigo #after 13.0.3 -config.name.checkForModifications = Verificar se h\u00e1 modifica\u00e7\u00f5es de arquivo fora do FFDec -config.description.checkForModifications = Verifica se h\u00e1 modifica\u00e7\u00f5es de arquivos por outros aplicativos e pe\u00e7a para recarregar - -config.name.warning.initializers = Avisar na edi\u00e7\u00e3o de slot/const AS3 sobre inicializadores -config.description.warning.initializers = Mostra aviso no slot/const AS3 sobre inicializadores - -config.name.parametersPanelInSearchResults = Mostrar painel de par\u00e2metros nos resultados da pesquisa -config.description.parametersPanelInSearchResults = Mostra painel com par\u00e2metros como texto de pesquisa/ignorar mai\u00fasculas e min\u00fasculas/regexp na janela de resultados de pesquisa - -config.name.displayAs3PCodeDocsPanel = Mostrar painel documentos no P-code, AS3 -config.description.displayAs3PCodeDocsPanel = Mostra painel com documenta\u00e7\u00e3o de instru\u00e7\u00f5es e estrutura de c\u00f3digo em edi\u00e7\u00e3o e exibi\u00e7\u00e3o de P-code AS3 - -config.name.displayAs3TraitsListAndConstantsPanel = Mostrar lista de traits AS3 e painel de constantesl -config.description.displayAs3TraitsListAndConstantsPanel = Mostra painel com lista de traits e constantes sob a \u00e1rvore de tags para AS3 - +config.name.checkForModifications=Verificar se h\u00e1 modifica\u00e7\u00f5es de arquivo fora do FFDec +config.description.checkForModifications=Verifica se h\u00e1 modifica\u00e7\u00f5es de arquivos por outros aplicativos e pe\u00e7a para recarregar +config.name.warning.initializers=Avisar na edi\u00e7\u00e3o de slot/const AS3 sobre inicializadores +config.description.warning.initializers=Mostra aviso no slot/const AS3 sobre inicializadores +config.name.parametersPanelInSearchResults=Mostrar painel de par\u00e2metros nos resultados da pesquisa +config.description.parametersPanelInSearchResults=Mostra painel com par\u00e2metros como texto de pesquisa/ignorar mai\u00fasculas e min\u00fasculas/regexp na janela de resultados de pesquisa +config.name.displayAs3PCodeDocsPanel=Mostrar painel documentos no P-code, AS3 +config.description.displayAs3PCodeDocsPanel=Mostra painel com documenta\u00e7\u00e3o de instru\u00e7\u00f5es e estrutura de c\u00f3digo em edi\u00e7\u00e3o e exibi\u00e7\u00e3o de P-code AS3 +config.name.displayAs3TraitsListAndConstantsPanel=Mostrar lista de traits AS3 e painel de constantesl +config.description.displayAs3TraitsListAndConstantsPanel=Mostra painel com lista de traits e constantes sob a \u00e1rvore de tags para AS3 #after 14.1.0 -config.name.useAsTypeIcons = Usar \u00edcones de script com base no tipo de item -config.description.useAsTypeIcons = Usa \u00edcones diferentes para diferentes tipos de script (class/interface/frame/...) - -config.name.limitAs3PCodeOffsetMatching = Limite de correspond\u00eancia de deslocamento de P-code AS3 -config.description.limitAs3PCodeOffsetMatching = Limite de instru\u00e7\u00f5es no P-code AS3 que s\u00e3o compat\u00edveis com o script AS3 - +config.name.useAsTypeIcons=Usar \u00edcones de script com base no tipo de item +config.description.useAsTypeIcons=Usa \u00edcones diferentes para diferentes tipos de script (class/interface/frame/...) +config.name.limitAs3PCodeOffsetMatching=Limite de correspond\u00eancia de deslocamento de P-code AS3 +config.description.limitAs3PCodeOffsetMatching=Limite de instru\u00e7\u00f5es no P-code AS3 que s\u00e3o compat\u00edveis com o script AS3 #after 14.2.1 -config.name.showSlowRenderingWarning = Aviso de log quando a renderiza\u00e7\u00e3o \u00e9 muito lenta -config.description.showSlowRenderingWarning = Alerta de logs quando o visualizador de flash interno \u00e9 muito lento para exibir conte\u00fado - +config.name.showSlowRenderingWarning=Aviso de log quando a renderiza\u00e7\u00e3o \u00e9 muito lenta +config.description.showSlowRenderingWarning=Alerta de logs quando o visualizador de flash interno \u00e9 muito lento para exibir conte\u00fado #after 14.3.1 -config.name.autoCloseQuotes = Fechar aspas simples automaticamente no editor de script -config.description.autoCloseQuotes = Insere automaticamente a segunda aspa simples ' ao digitar a primeira - -config.name.autoCloseDoubleQuotes = Fechar aspas duplas automaticamente no editor de script -config.description.autoCloseDoubleQuotes = Insere automaticamente a segunda aspa dupla " ao digitar a primeira - -config.name.autoCloseBrackets = Fechar colchetes automaticamente no editor de script -config.description.autoCloseBrackets = Insere automaticamente colchetes de fechamento] na abertura de digita\u00e7\u00e3o [ - -config.name.autoCloseParenthesis = Fechar par\u00eantese automaticamente no editor de script -config.description.autoCloseParenthesis = Insere automaticamente par\u00eanteses de fechamento) na abertura de digita\u00e7\u00e3o ( - -config.name.showDialogOnError = Mostrar di\u00e1logo de erros em cada erro -config.description.showDialogOnError = Exibe automaticamente a caixa de di\u00e1logo de erros em cada ocorr\u00eancia de erro - +config.name.autoCloseQuotes=Fechar aspas simples automaticamente no editor de script +config.description.autoCloseQuotes=Insere automaticamente a segunda aspa simples ' ao digitar a primeira +config.name.autoCloseDoubleQuotes=Fechar aspas duplas automaticamente no editor de script +config.description.autoCloseDoubleQuotes=Insere automaticamente a segunda aspa dupla " ao digitar a primeira +config.name.autoCloseBrackets=Fechar colchetes automaticamente no editor de script +config.description.autoCloseBrackets=Insere automaticamente colchetes de fechamento] na abertura de digita\u00e7\u00e3o [ +config.name.autoCloseParenthesis=Fechar par\u00eantese automaticamente no editor de script +config.description.autoCloseParenthesis=Insere automaticamente par\u00eanteses de fechamento) na abertura de digita\u00e7\u00e3o ( +config.name.showDialogOnError=Mostrar di\u00e1logo de erros em cada erro +config.description.showDialogOnError=Exibe automaticamente a caixa de di\u00e1logo de erros em cada ocorr\u00eancia de erro #after 14.4.0 -config.name.limitSameChars = Limite dos mesmos caracteres para \\{xx}C (repeat) escape -config.description.limitSameChars = N\u00famero m\u00e1ximo de mesmos caracteres em uma linha em strings de P-code ou nomes ofuscados antes de substituir por \\{xx}C repeat escape - +config.name.limitSameChars=Limite dos mesmos caracteres para \\{xx}C (repeat) escape +config.description.limitSameChars=N\u00famero m\u00e1ximo de mesmos caracteres em uma linha em strings de P-code ou nomes ofuscados antes de substituir por \\{xx}C repeat escape #after 14.5.2 -config.name.showImportScriptsInfo = Mostrar informa\u00e7\u00f5es antes de importar scripts -config.description.showImportScriptsInfo = Exibe algumas informa\u00e7\u00f5es sobre como a importa\u00e7\u00e3o de scripts funciona ap\u00f3s clicar em Importar scripts no menu. - -config.name.showImportTextInfo = Mostrar informa\u00e7\u00f5es antes de importar texto -config.description.showImportTextInfo = Exibe algumas informa\u00e7\u00f5es sobre como a importa\u00e7\u00e3o de texto funciona ap\u00f3s clicar em Importar texto no menu. - -config.name.showImportSymbolClassInfo = Mostrar informa\u00e7\u00f5es antes de importar Symbol-Class -config.description.showImportSymbolClassInfo = Exibe algumas informa\u00e7\u00f5es sobre como a importa\u00e7\u00e3o de Symbol-Class funciona ap\u00f3s clicar em Importar Symbol-Class no menu. - -config.name.showImportXmlInfo = Mostrar informa\u00e7\u00f5es antes de importar XML -config.description.showImportXmlInfo = Exibe algumas informa\u00e7\u00f5es sobre como a importa\u00e7\u00e3o de XML funciona ap\u00f3s clicar em Importar XML no menu. +config.name.showImportScriptsInfo=Mostrar informa\u00e7\u00f5es antes de importar scripts +config.description.showImportScriptsInfo=Exibe algumas informa\u00e7\u00f5es sobre como a importa\u00e7\u00e3o de scripts funciona ap\u00f3s clicar em Importar scripts no menu. +config.name.showImportTextInfo=Mostrar informa\u00e7\u00f5es antes de importar texto +config.description.showImportTextInfo=Exibe algumas informa\u00e7\u00f5es sobre como a importa\u00e7\u00e3o de texto funciona ap\u00f3s clicar em Importar texto no menu. +config.name.showImportSymbolClassInfo=Mostrar informa\u00e7\u00f5es antes de importar Symbol-Class +config.description.showImportSymbolClassInfo=Exibe algumas informa\u00e7\u00f5es sobre como a importa\u00e7\u00e3o de Symbol-Class funciona ap\u00f3s clicar em Importar Symbol-Class no menu. +config.name.showImportXmlInfo=Mostrar informa\u00e7\u00f5es antes de importar XML +config.description.showImportXmlInfo=Exibe algumas informa\u00e7\u00f5es sobre como a importa\u00e7\u00e3o de XML funciona ap\u00f3s clicar em Importar XML no menu. #after 15.1.1 -config.name.lastSessionTagListSelection = \u00daltima sele\u00e7\u00e3o na lista de tags da sess\u00e3o -config.description.lastSessionTagListSelection = Cont\u00e9m a sele\u00e7\u00e3o da \u00faltima sess\u00e3o na visualiza\u00e7\u00e3o da lista de sele\u00e7\u00e3o -config.name.lastView = \u00daltima visualiza\u00e7\u00e3o -config.description.lastView = \u00daltimo modo de visualiza\u00e7\u00e3o exibido -config.name.swfSpecificCustomConfigs = Configura\u00e7\u00f5es personalizadas espec\u00edficas para SWF -config.description.swfSpecificCustomConfigs = Cont\u00e9m as configura\u00e7\u00f5es espec\u00edficas para SWF em formato personalizado -config.name.warningOpeningReadOnly = Aviso ao abrir um SWF somente leitura -config.description.warningOpeningReadOnly = Mostrar aviso ao abrir um SWF de uma fonte somente leitura +config.name.lastSessionTagListSelection=\u00daltima sele\u00e7\u00e3o na lista de tags da sess\u00e3o +config.description.lastSessionTagListSelection=Cont\u00e9m a sele\u00e7\u00e3o da \u00faltima sess\u00e3o na visualiza\u00e7\u00e3o da lista de sele\u00e7\u00e3o +config.name.lastView=\u00daltima visualiza\u00e7\u00e3o +config.description.lastView=\u00daltimo modo de visualiza\u00e7\u00e3o exibido +config.name.swfSpecificCustomConfigs=Configura\u00e7\u00f5es personalizadas espec\u00edficas para SWF +config.description.swfSpecificCustomConfigs=Cont\u00e9m as configura\u00e7\u00f5es espec\u00edficas para SWF em formato personalizado +config.name.warningOpeningReadOnly=Aviso ao abrir um SWF somente leitura +config.description.warningOpeningReadOnly=Mostrar aviso ao abrir um SWF de uma fonte somente leitura # after 16.1.0 -config.name.showImportImageInfo = Exibir informa\u00e7\u00f5es antes de importar imagens -config.description.showImportImageInfo = Exibe algumas informa\u00e7\u00f5es sobre como a importa\u00e7\u00e3o de imagens funciona ap\u00f3s clicar em "Importar imagens" no menu. -config.name.autoPlaySwfs = Reproduzir pr\u00e9vias de SWF automaticamente -config.description.autoPlaySwfs = Reproduzir automaticamente a pr\u00e9via do SWF ao selecionar o n\u00f3 do SWF -config.name.expandFirstLevelOfTreeOnLoad = Expandir o primeiro n\u00edvel da \u00e1rvore ao carregar o SWF -config.description.expandFirstLevelOfTreeOnLoad = Expande automaticamente o primeiro n\u00edvel de n\u00f3s na \u00e1rvore ao abrir o SWF. +config.name.showImportImageInfo=Exibir informa\u00e7\u00f5es antes de importar imagens +config.description.showImportImageInfo=Exibe algumas informa\u00e7\u00f5es sobre como a importa\u00e7\u00e3o de imagens funciona ap\u00f3s clicar em "Importar imagens" no menu. +config.name.autoPlaySwfs=Reproduzir pr\u00e9vias de SWF automaticamente +config.description.autoPlaySwfs=Reproduzir automaticamente a pr\u00e9via do SWF ao selecionar o n\u00f3 do SWF +config.name.expandFirstLevelOfTreeOnLoad=Expandir o primeiro n\u00edvel da \u00e1rvore ao carregar o SWF +config.description.expandFirstLevelOfTreeOnLoad=Expande automaticamente o primeiro n\u00edvel de n\u00f3s na \u00e1rvore ao abrir o SWF. # after 16.2.0 -config.name.allowPlacingDefinesIntoSprites = Permitir colocar tags de defini\u00e7\u00e3o em DefineSprite -config.description.allowPlacingDefinesIntoSprites = Permite colocar (mover/copiar/arrastar para dentro) tags do tipo define em DefineSprite. -config.name.allowDragAndDropInTagListTree = Permitir arrastar e soltar na visualiza\u00e7\u00e3o da lista de tags -config.description.allowDragAndDropInTagListTree = Permite mover/copiar tags com arrastar e soltar na \u00e1rvore da visualiza\u00e7\u00e3o da lista de tags. -config.name.allowMiterClipLinestyle = (REMOVIDO) Permitir estilos de linha de clipe de esquadria (LENTO) -config.description.allowMiterClipLinestyle = Permite o uso de um renderizador personalizado que suporta estilos de linha de clipe de esquadria, por\u00e9m \u00e9 lento. -advancedSettings.search = Pesquisar: +config.name.allowPlacingDefinesIntoSprites=Permitir colocar tags de defini\u00e7\u00e3o em DefineSprite +config.description.allowPlacingDefinesIntoSprites=Permite colocar (mover/copiar/arrastar para dentro) tags do tipo define em DefineSprite. +config.name.allowDragAndDropInTagListTree=Permitir arrastar e soltar na visualiza\u00e7\u00e3o da lista de tags +config.description.allowDragAndDropInTagListTree=Permite mover/copiar tags com arrastar e soltar na \u00e1rvore da visualiza\u00e7\u00e3o da lista de tags. +config.name.allowMiterClipLinestyle=(REMOVIDO) Permitir estilos de linha de clipe de esquadria (LENTO) +config.description.allowMiterClipLinestyle=Permite o uso de um renderizador personalizado que suporta estilos de linha de clipe de esquadria, por\u00e9m \u00e9 lento. +advancedSettings.search=Pesquisar: # after 16.3.1 -config.name.animateSubsprites = Animar subsprites na pr\u00e9-visualiza\u00e7\u00e3o -config.description.animateSubsprites = Permite anima\u00e7\u00e3o de subsprites na pr\u00e9-visualiza\u00e7\u00e3o da linha do tempo. -config.name.autoPlayPreviews = Reprodu\u00e7\u00e3o autom\u00e1tica de pr\u00e9vias -config.description.autoPlayPreviews = Reproduzir pr\u00e9vias automaticamente. -config.name.maxCachedTime = Tempo m\u00e1ximo de cache tempor\u00e1rio -config.description.maxCachedTime = Tempo m\u00e1ximo em milissegundos antes que um item (que n\u00e3o foi acessado desde ent\u00e3o) seja removido do cache. Defina isso como 0 para um armazenamento em cache ilimitado. -config.name.airLibLocation = 6) Caminho da biblioteca AIR (airglobal.swc) -config.description.airLibLocation = Localiza\u00e7\u00e3o da biblioteca AIR airglobal.swc. Pode ser usada principalmente para compila\u00e7\u00e3o em AS3. -config.name.showImportShapeInfo = Exibir informa\u00e7\u00f5es antes de importar formas -config.description.showImportShapeInfo = Exibe algumas informa\u00e7\u00f5es sobre como a importa\u00e7\u00e3o de formas funciona ap\u00f3s clicar em "Importar formas" no menu. -config.name.pinnedItemsTagTreePaths = Caminhos de itens fixados na \u00e1rvore de tags -config.description.pinnedItemsTagTreePaths = Caminhos dos n\u00f3s da \u00e1rvore de tags que est\u00e3o fixados. -config.name.pinnedItemsTagListPaths = Caminhos de itens fixados na visualiza\u00e7\u00e3o em lista da \u00e1rvore de tags -config.description.pinnedItemsTagListPaths = Caminhos dos n\u00f3s da visualiza\u00e7\u00e3o em lista da \u00e1rvore de tags que est\u00e3o fixados. -config.name.flattenASPackages = Agrupar pacotes ActionScript -config.description.flattenASPackages = Criar um item por pacote em vez de uma \u00e1rvore de pacotes. -config.name.gui.scale = Fator de escala da interface do usu\u00e1rio -config.description.gui.scale = Fator de escala da interface gr\u00e1fica. Defina isso como 2.0 em monitores Mac retina. \u00c9 necess\u00e1ria a sa\u00edda real do aplicativo (n\u00e3o apenas a reinicializa\u00e7\u00e3o ap\u00f3s perguntar). -config.name.warning.video.vlc = Avisar sobre a aus\u00eancia do VLC -config.description.warning.video.vlc = Exibe um aviso sobre a necessidade do VLC Media Player ao abrir SWFs com tags DefineVideoStream quando o VLC n\u00e3o est\u00e1 dispon\u00edvel. -config.name.playFrameSounds = Reproduzir sons de quadro -config.description.playFrameSounds = Reproduz sons ao exibir quadros. -config.name.fixAntialiasConflation = Tentar corrigir a conflu\u00eancia de antialias (EXPERIMENTAL, LENTO) -config.description.fixAntialiasConflation = Tenta corrigir artefatos de conflu\u00eancia entre formas adjacentes causados pela suaviza\u00e7\u00e3o. Isso diminui a velocidade de renderiza\u00e7\u00e3o. Recurso experimental. -config.name.autoPlaySounds = Reprodu\u00e7\u00e3o autom\u00e1tica de sons -config.description.autoPlaySounds = Reproduz automaticamente os sons (DefineSound) na sele\u00e7\u00e3o do n\u00f3 da \u00e1rvore. -config.name.deobfuscateAs12RemoveInvalidNamesAssignments = Desofusca\u00e7\u00e3o de AS1/2: Remover declara\u00e7\u00f5es de vari\u00e1veis com nomes obfuscados -config.description.deobfuscateAs12RemoveInvalidNamesAssignments = Durante a desofusca\u00e7\u00e3o de AS1/2, remova declara\u00e7\u00f5es de vari\u00e1veis que possuem nomes n\u00e3o padronizados. AVISO: Isso pode danificar SWFs que dependem de nomes obfuscados. -config.name.gui.splitPanePlace.dividerLocationPercent = (Interno) Local de coloca\u00e7\u00e3o do divisor -config.description.gui.splitPanePlace.dividerLocationPercent = -config.name.gui.splitPaneTransform1.dividerLocationPercent = (Interno) Localiza\u00e7\u00e3o do divisor da transforma\u00e7\u00e3o1 -config.description.gui.splitPaneTransform1.dividerLocationPercent = -config.name.gui.splitPaneTransform2.dividerLocationPercent = (Interno) Localiza\u00e7\u00e3o do divisor da transforma\u00e7\u00e3o2 -config.description.gui.splitPaneTransform2.dividerLocationPercent = -config.name.gui.transform.lastExpandedCards = (Interno) \u00daltimos cart\u00f5es de transforma\u00e7\u00e3o expandidos -config.description.gui.transform.lastExpandedCards = -config.name.doubleClickNodeToEdit = Duplo clique para come\u00e7ar a editar -config.description.doubleClickNodeToEdit = Ao clicar duas vezes no n\u00f3 da \u00e1rvore, inicia a edi\u00e7\u00e3o do mesmo. -config.name.warningDeobfuscation = Avisar ao mudar para a desofusca\u00e7\u00e3o -config.description.warningDeobfuscation = Exibe um aviso ao alternar a desofusca\u00e7\u00e3o ligada/desligada. -config.name.warningRenameIdentifiers = Avisar ao alternar a renomea\u00e7\u00e3o autom\u00e1tica de identificadores -config.description.warningRenameIdentifiers = Exibe um aviso ao ativar o recurso de renomea\u00e7\u00e3o autom\u00e1tica de identificadores. -config.name.showImportMovieInfo = Mostrar informa\u00e7\u00f5es antes de importar filmes -config.description.showImportMovieInfo = Exibe algumas informa\u00e7\u00f5es sobre como funciona a importa\u00e7\u00e3o de filmes ap\u00f3s clicar em "Importar filmes" no menu. -config.name.showImportSoundInfo = Mostrar informa\u00e7\u00f5es antes de importar sons -config.description.showImportSoundInfo = Exibe algumas informa\u00e7\u00f5es sobre como funciona a importa\u00e7\u00e3o de sons ap\u00f3s clicar em "Importar sons" no menu. -config.name.svgRetainBounds = Manter os limites da forma durante a exporta\u00e7\u00e3o SVG -config.description.svgRetainBounds = Durante a exporta\u00e7\u00e3o SVG, a posi\u00e7\u00e3o x, y da forma \u00e9 exportada exatamente como no SWF (por exemplo, positiva ou negativa). -config.name.disableBitmapSmoothing = Desativar suaviza\u00e7\u00e3o de bitmap -config.description.disableBitmapSmoothing = Desativa preenchimentos de bitmap suavizados durante a exibi\u00e7\u00e3o - mostra tudo como n\u00e3o suavizado (pixelado). Isto n\u00e3o se aplica a imagens exportadas. -config.name.pinnedItemsScrollPos = Posi\u00e7\u00f5es de rolagem/cursor de itens fixados -config.description.pinnedItemsScrollPos = Posi\u00e7\u00f5es de rolagem ou cursor de itens fixados. -config.name.maxRememberedScrollposItems = N\u00famero m\u00e1ximo de posi\u00e7\u00f5es de rolagem lembradas -config.description.maxRememberedScrollposItems = N\u00famero m\u00e1ximo de itens de posi\u00e7\u00e3o de rolagem lembrados. -config.name.rememberScriptsScrollPos = Lembre-se da posi\u00e7\u00e3o de rolagem/cursor dos scripts -config.description.rememberScriptsScrollPos = A posi\u00e7\u00e3o de rolagem/cursor do script \u00e9 mantida ao alternar itens e salva para itens fixados. -config.name.rememberFoldersScrollPos = Lembrar-se da posi\u00e7\u00e3o de rolagem das pastas -config.description.rememberFoldersScrollPos = A posi\u00e7\u00e3o de rolagem das pastas \u00e9 mantida ao alternar itens e salva para itens fixados. +config.name.animateSubsprites=Animar subsprites na pr\u00e9-visualiza\u00e7\u00e3o +config.description.animateSubsprites=Permite anima\u00e7\u00e3o de subsprites na pr\u00e9-visualiza\u00e7\u00e3o da linha do tempo. +config.name.autoPlayPreviews=Reprodu\u00e7\u00e3o autom\u00e1tica de pr\u00e9vias +config.description.autoPlayPreviews=Reproduzir pr\u00e9vias automaticamente. +config.name.maxCachedTime=Tempo m\u00e1ximo de cache tempor\u00e1rio +config.description.maxCachedTime=Tempo m\u00e1ximo em milissegundos antes que um item (que n\u00e3o foi acessado desde ent\u00e3o) seja removido do cache. Defina isso como 0 para um armazenamento em cache ilimitado. +config.name.airLibLocation=6) Caminho da biblioteca AIR (airglobal.swc) +config.description.airLibLocation=Localiza\u00e7\u00e3o da biblioteca AIR airglobal.swc. Pode ser usada principalmente para compila\u00e7\u00e3o em AS3. +config.name.showImportShapeInfo=Exibir informa\u00e7\u00f5es antes de importar formas +config.description.showImportShapeInfo=Exibe algumas informa\u00e7\u00f5es sobre como a importa\u00e7\u00e3o de formas funciona ap\u00f3s clicar em "Importar formas" no menu. +config.name.pinnedItemsTagTreePaths=Caminhos de itens fixados na \u00e1rvore de tags +config.description.pinnedItemsTagTreePaths=Caminhos dos n\u00f3s da \u00e1rvore de tags que est\u00e3o fixados. +config.name.pinnedItemsTagListPaths=Caminhos de itens fixados na visualiza\u00e7\u00e3o em lista da \u00e1rvore de tags +config.description.pinnedItemsTagListPaths=Caminhos dos n\u00f3s da visualiza\u00e7\u00e3o em lista da \u00e1rvore de tags que est\u00e3o fixados. +config.name.flattenASPackages=Agrupar pacotes ActionScript +config.description.flattenASPackages=Criar um item por pacote em vez de uma \u00e1rvore de pacotes. +config.name.gui.scale=Fator de escala da interface do usu\u00e1rio +config.description.gui.scale=Fator de escala da interface gr\u00e1fica. Defina isso como 2.0 em monitores Mac retina. \u00c9 necess\u00e1ria a sa\u00edda real do aplicativo (n\u00e3o apenas a reinicializa\u00e7\u00e3o ap\u00f3s perguntar). +config.name.warning.video.vlc=Avisar sobre a aus\u00eancia do VLC +config.description.warning.video.vlc=Exibe um aviso sobre a necessidade do VLC Media Player ao abrir SWFs com tags DefineVideoStream quando o VLC n\u00e3o est\u00e1 dispon\u00edvel. +config.name.playFrameSounds=Reproduzir sons de quadro +config.description.playFrameSounds=Reproduz sons ao exibir quadros. +config.name.fixAntialiasConflation=Tentar corrigir a conflu\u00eancia de antialias (EXPERIMENTAL, LENTO) +config.description.fixAntialiasConflation=Tenta corrigir artefatos de conflu\u00eancia entre formas adjacentes causados pela suaviza\u00e7\u00e3o. Isso diminui a velocidade de renderiza\u00e7\u00e3o. Recurso experimental. +config.name.autoPlaySounds=Reprodu\u00e7\u00e3o autom\u00e1tica de sons +config.description.autoPlaySounds=Reproduz automaticamente os sons (DefineSound) na sele\u00e7\u00e3o do n\u00f3 da \u00e1rvore. +config.name.deobfuscateAs12RemoveInvalidNamesAssignments=Desofusca\u00e7\u00e3o de AS1/2: Remover declara\u00e7\u00f5es de vari\u00e1veis com nomes obfuscados +config.description.deobfuscateAs12RemoveInvalidNamesAssignments=Durante a desofusca\u00e7\u00e3o de AS1/2, remova declara\u00e7\u00f5es de vari\u00e1veis que possuem nomes n\u00e3o padronizados. AVISO: Isso pode danificar SWFs que dependem de nomes obfuscados. +config.name.gui.splitPanePlace.dividerLocationPercent=(Interno) Local de coloca\u00e7\u00e3o do divisor +config.description.gui.splitPanePlace.dividerLocationPercent= +config.name.gui.splitPaneTransform1.dividerLocationPercent=(Interno) Localiza\u00e7\u00e3o do divisor da transforma\u00e7\u00e3o1 +config.description.gui.splitPaneTransform1.dividerLocationPercent= +config.name.gui.splitPaneTransform2.dividerLocationPercent=(Interno) Localiza\u00e7\u00e3o do divisor da transforma\u00e7\u00e3o2 +config.description.gui.splitPaneTransform2.dividerLocationPercent= +config.name.gui.transform.lastExpandedCards=(Interno) \u00daltimos cart\u00f5es de transforma\u00e7\u00e3o expandidos +config.description.gui.transform.lastExpandedCards= +config.name.doubleClickNodeToEdit=Duplo clique para come\u00e7ar a editar +config.description.doubleClickNodeToEdit=Ao clicar duas vezes no n\u00f3 da \u00e1rvore, inicia a edi\u00e7\u00e3o do mesmo. +config.name.warningDeobfuscation=Avisar ao mudar para a desofusca\u00e7\u00e3o +config.description.warningDeobfuscation=Exibe um aviso ao alternar a desofusca\u00e7\u00e3o ligada/desligada. +config.name.warningRenameIdentifiers=Avisar ao alternar a renomea\u00e7\u00e3o autom\u00e1tica de identificadores +config.description.warningRenameIdentifiers=Exibe um aviso ao ativar o recurso de renomea\u00e7\u00e3o autom\u00e1tica de identificadores. +config.name.showImportMovieInfo=Mostrar informa\u00e7\u00f5es antes de importar filmes +config.description.showImportMovieInfo=Exibe algumas informa\u00e7\u00f5es sobre como funciona a importa\u00e7\u00e3o de filmes ap\u00f3s clicar em "Importar filmes" no menu. +config.name.showImportSoundInfo=Mostrar informa\u00e7\u00f5es antes de importar sons +config.description.showImportSoundInfo=Exibe algumas informa\u00e7\u00f5es sobre como funciona a importa\u00e7\u00e3o de sons ap\u00f3s clicar em "Importar sons" no menu. +config.name.svgRetainBounds=Manter os limites da forma durante a exporta\u00e7\u00e3o SVG +config.description.svgRetainBounds=Durante a exporta\u00e7\u00e3o SVG, a posi\u00e7\u00e3o x, y da forma \u00e9 exportada exatamente como no SWF (por exemplo, positiva ou negativa). +config.name.disableBitmapSmoothing=Desativar suaviza\u00e7\u00e3o de bitmap +config.description.disableBitmapSmoothing=Desativa preenchimentos de bitmap suavizados durante a exibi\u00e7\u00e3o - mostra tudo como n\u00e3o suavizado (pixelado). Isto n\u00e3o se aplica a imagens exportadas. +config.name.pinnedItemsScrollPos=Posi\u00e7\u00f5es de rolagem/cursor de itens fixados +config.description.pinnedItemsScrollPos=Posi\u00e7\u00f5es de rolagem ou cursor de itens fixados. +config.name.maxRememberedScrollposItems=N\u00famero m\u00e1ximo de posi\u00e7\u00f5es de rolagem lembradas +config.description.maxRememberedScrollposItems=N\u00famero m\u00e1ximo de itens de posi\u00e7\u00e3o de rolagem lembrados. +config.name.rememberScriptsScrollPos=Lembre-se da posi\u00e7\u00e3o de rolagem/cursor dos scripts +config.description.rememberScriptsScrollPos=A posi\u00e7\u00e3o de rolagem/cursor do script \u00e9 mantida ao alternar itens e salva para itens fixados. +config.name.rememberFoldersScrollPos=Lembrar-se da posi\u00e7\u00e3o de rolagem das pastas +config.description.rememberFoldersScrollPos=A posi\u00e7\u00e3o de rolagem das pastas \u00e9 mantida ao alternar itens e salva para itens fixados. #after 18.3.6 -config.name.warning.initializers.class = Avisar sobre a edi\u00e7\u00e3o de caracter\u00edsticas da classe AS3 sobre o inicializador de script -config.description.warning.initializers.class = Aviso sobre a edi\u00e7\u00e3o do tra\u00e7o da classe AS3 relacionado ao inicializador +config.name.warning.initializers.class=Avisar sobre a edi\u00e7\u00e3o de caracter\u00edsticas da classe AS3 sobre o inicializador de script +config.description.warning.initializers.class=Aviso sobre a edi\u00e7\u00e3o do tra\u00e7o da classe AS3 relacionado ao inicializador #after 18.4.1 -config.name.maxCachedNum = N\u00famero m\u00e1ximo de itens armazenados por cache \u00fanico -config.description.maxCachedNum = N\u00famero m\u00e1ximo de itens em cache antes que itens mais antigos sejam removidos do cache. Valor menor = menos mem\u00f3ria, aplicativo mais lento. Valor maior = mais mem\u00f3ria, aplicativo mais r\u00e1pido. Defina como 0 para um cache ilimitado. -config.name.warning.cannotencrypt = Aviso quando n\u00e3o for poss\u00edvel salvar criptografado -config.description.warning.cannotencrypt = Exibe um aviso quando n\u00e3o for poss\u00edvel salvar arquivo SWF que foi criptografado usando a criptografia HARMAN Air. +config.name.maxCachedNum=N\u00famero m\u00e1ximo de itens armazenados por cache \u00fanico +config.description.maxCachedNum=N\u00famero m\u00e1ximo de itens em cache antes que itens mais antigos sejam removidos do cache. Valor menor = menos mem\u00f3ria, aplicativo mais lento. Valor maior = mais mem\u00f3ria, aplicativo mais r\u00e1pido. Defina como 0 para um cache ilimitado. +config.name.warning.cannotencrypt=Aviso quando n\u00e3o for poss\u00edvel salvar criptografado +config.description.warning.cannotencrypt=Exibe um aviso quando n\u00e3o for poss\u00edvel salvar arquivo SWF que foi criptografado usando a criptografia HARMAN Air. #after 18.5.0 -config.name.lastExportEnableEmbed = \u00daltima configura\u00e7\u00e3o de exporta\u00e7\u00e3o de ativos incorporados -config.description.lastExportEnableEmbed = \u00daltima configura\u00e7\u00e3o de exporta\u00e7\u00e3o de ativos incorporados via metadados [Embed]. -config.name.lastFlaExportVersion = \u00daltima vers\u00e3o de exporta\u00e7\u00e3o FLA -config.description.lastFlaExportVersion = \u00daltima vers\u00e3o exportada do FLA -config.name.lastFlaExportCompressed = \u00daltima exporta\u00e7\u00e3o FLA comprimida -config.description.lastFlaExportCompressed = \u00daltima vers\u00e3o do FLA exportada e comprimida +config.name.lastExportEnableEmbed=\u00daltima configura\u00e7\u00e3o de exporta\u00e7\u00e3o de ativos incorporados +config.description.lastExportEnableEmbed=\u00daltima configura\u00e7\u00e3o de exporta\u00e7\u00e3o de ativos incorporados via metadados [Embed]. +config.name.lastFlaExportVersion=\u00daltima vers\u00e3o de exporta\u00e7\u00e3o FLA +config.description.lastFlaExportVersion=\u00daltima vers\u00e3o exportada do FLA +config.name.lastFlaExportCompressed=\u00daltima exporta\u00e7\u00e3o FLA comprimida +config.description.lastFlaExportCompressed=\u00daltima vers\u00e3o do FLA exportada e comprimida #after 19.0.0 -config.name.showImportSpriteInfo = Mostrar informa\u00e7\u00f5es antes de importar sprites -config.description.showImportSpriteInfo = Exibe algumas informa\u00e7\u00f5es sobre como a importa\u00e7\u00e3o de sprites funciona ap\u00f3s clicar em "Importar sprites" no menu. -config.name.displayAs12PCodeDocsPanel = Mostrar painel de documentos no AS1/2 P-code -config.description.displayAs12PCodeDocsPanel = Exibe um painel com documenta\u00e7\u00e3o de a\u00e7\u00f5es na edi\u00e7\u00e3o e exibi\u00e7\u00e3o de AS1/2 P-code -config.name.gui.action.splitPane.docs.dividerLocationPercent = (Internal) AS 1/2 splitPanedocsdividerLocationPercent -config.description.action.avm2.splitPane.docs.dividerLocationPercent = Percentual de localiza\u00e7\u00e3o do divisor de documentos AS 1/2 splitPane +config.name.showImportSpriteInfo=Mostrar informa\u00e7\u00f5es antes de importar sprites +config.description.showImportSpriteInfo=Exibe algumas informa\u00e7\u00f5es sobre como a importa\u00e7\u00e3o de sprites funciona ap\u00f3s clicar em "Importar sprites" no menu. +config.name.displayAs12PCodeDocsPanel=Mostrar painel de documentos no AS1/2 P-code +config.description.displayAs12PCodeDocsPanel=Exibe um painel com documenta\u00e7\u00e3o de a\u00e7\u00f5es na edi\u00e7\u00e3o e exibi\u00e7\u00e3o de AS1/2 P-code +config.name.gui.action.splitPane.docs.dividerLocationPercent=(Internal) AS 1/2 splitPanedocsdividerLocationPercent +config.description.action.avm2.splitPane.docs.dividerLocationPercent=Percentual de localiza\u00e7\u00e3o do divisor de documentos AS 1/2 splitPane #after 19.1.2 -config.name.rememberLastScreen = Lembrar a \u00faltima tela usada (em v\u00e1rios monitores) -config.description.rememberLastScreen = Lembra a \u00faltima tela usada em configura\u00e7\u00e3o com v\u00e1rios dispositivos de tela (monitores) -config.name.lastMainWindowScreenIndex = \u00cdndice da \u00faltima tela da janela principal -config.description.lastMainWindowScreenIndex = \u00cdndice da \u00faltima tela da janela principal -config.name.lastMainWindowScreenX = \u00daltima tela da janela principal X -config.description.lastMainWindowScreenX = \u00daltima coordenada Y da tela da janela principal -config.name.lastMainWindowScreenY = \u00daltima tela da janela principal Y -config.description.lastMainWindowScreenY = \u00daltima coordenada Y da tela da janela principal -config.name.lastMainWindowScreenWidth = Largura da tela da \u00faltima janela principal -config.description.lastMainWindowScreenWidth = Largura da tela da \u00faltima janela principal -config.name.lastMainWindowScreenHeight = Altura da tela da \u00faltima janela principal -config.description.lastMainWindowScreenHeight = Altura da tela da \u00faltima janela principal -config.name.displayAs12PCodePanel = Mostrar painel de AS1/2 P-code -config.description.displayAs12PCodePanel = Exibe um painel com a\u00e7\u00f5es de c\u00f3digo P desmontado para ActionScript 1 e 2 -config.name.displayAs3PCodePanel = Mostrar painel de AS3 P-code -config.description.displayAs3PCodePanel = Exibe um painel com instru\u00e7\u00f5es de c\u00f3digo P desmontado para ActionScript 3 -config.name.flaExportUseMappedFontLayout = Exportar FLA - usar layout de fonte mapeada -config.description.flaExportUseMappedFontLayout = Utiliza os valores de avan\u00e7o da fonte atribu\u00edda ao determinar o espa\u00e7amento entre letras quando a fonte real n\u00e3o possui layout durante a exporta\u00e7\u00e3o para FLA. +config.name.rememberLastScreen=Lembrar a \u00faltima tela usada (em v\u00e1rios monitores) +config.description.rememberLastScreen=Lembra a \u00faltima tela usada em configura\u00e7\u00e3o com v\u00e1rios dispositivos de tela (monitores) +config.name.lastMainWindowScreenIndex=\u00cdndice da \u00faltima tela da janela principal +config.description.lastMainWindowScreenIndex=\u00cdndice da \u00faltima tela da janela principal +config.name.lastMainWindowScreenX=\u00daltima tela da janela principal X +config.description.lastMainWindowScreenX=\u00daltima coordenada Y da tela da janela principal +config.name.lastMainWindowScreenY=\u00daltima tela da janela principal Y +config.description.lastMainWindowScreenY=\u00daltima coordenada Y da tela da janela principal +config.name.lastMainWindowScreenWidth=Largura da tela da \u00faltima janela principal +config.description.lastMainWindowScreenWidth=Largura da tela da \u00faltima janela principal +config.name.lastMainWindowScreenHeight=Altura da tela da \u00faltima janela principal +config.description.lastMainWindowScreenHeight=Altura da tela da \u00faltima janela principal +config.name.displayAs12PCodePanel=Mostrar painel de AS1/2 P-code +config.description.displayAs12PCodePanel=Exibe um painel com a\u00e7\u00f5es de c\u00f3digo P desmontado para ActionScript 1 e 2 +config.name.displayAs3PCodePanel=Mostrar painel de AS3 P-code +config.description.displayAs3PCodePanel=Exibe um painel com instru\u00e7\u00f5es de c\u00f3digo P desmontado para ActionScript 3 +config.name.flaExportUseMappedFontLayout=Exportar FLA - usar layout de fonte mapeada +config.description.flaExportUseMappedFontLayout=Utiliza os valores de avan\u00e7o da fonte atribu\u00edda ao determinar o espa\u00e7amento entre letras quando a fonte real n\u00e3o possui layout durante a exporta\u00e7\u00e3o para FLA. diff --git a/src/com/jpexs/decompiler/flash/gui/locales/AdvancedSettingsDialog_ru.properties b/src/com/jpexs/decompiler/flash/gui/locales/AdvancedSettingsDialog_ru.properties index ce241f25a..d1cdcd05f 100644 --- a/src/com/jpexs/decompiler/flash/gui/locales/AdvancedSettingsDialog_ru.properties +++ b/src/com/jpexs/decompiler/flash/gui/locales/AdvancedSettingsDialog_ru.properties @@ -12,255 +12,173 @@ # # You should have received a copy of the GNU General Public License # along with this program. If not, see . - -advancedSettings.dialog.title = \u0414\u043e\u043f\u043e\u043b\u043d\u0438\u0442\u0435\u043b\u044c\u043d\u044b\u0435 \u043d\u0430\u0441\u0442\u0440\u043e\u0439\u043a\u0438 -advancedSettings.restartConfirmation = \u0414\u043b\u044f \u043f\u0440\u0438\u043c\u0435\u043d\u0435\u043d\u0438\u044f \u043d\u0435\u043a\u043e\u0442\u043e\u0440\u044b\u0445 \u043d\u0430\u0441\u0442\u0440\u043e\u0435\u043a \u043d\u0435\u043e\u0431\u0445\u043e\u0434\u0438\u043c\u043e \u043f\u0435\u0440\u0435\u0437\u0430\u043f\u0443\u0441\u0442\u0438\u0442\u044c \u043f\u0440\u0438\u043b\u043e\u0436\u0435\u043d\u0438\u0435. \u041f\u0435\u0440\u0435\u0437\u0430\u043f\u0443\u0441\u0442\u0438\u0442\u044c \u0441\u0435\u0439\u0447\u0430\u0441? -advancedSettings.columns.name = \u0418\u043c\u044f -advancedSettings.columns.value = \u0417\u043d\u0430\u0447\u0435\u043d\u0438\u0435 -advancedSettings.columns.description = \u041e\u043f\u0438\u0441\u0430\u043d\u0438\u0435 -default = \u043f\u043e \u0443\u043c\u043e\u043b\u0447\u0430\u043d\u0438\u044e - -config.group.name.export = \u042d\u043a\u0441\u043f\u043e\u0440\u0442 -config.group.description.export = \u041d\u0430\u0441\u0442\u0440\u043e\u0439\u043a\u0438 \u044d\u043a\u0441\u043f\u043e\u0440\u0442\u0430 - -config.group.name.script = \u0421\u043a\u0440\u0438\u043f\u0442\u044b -config.group.description.script = \u0412\u0441\u0435, \u0447\u0442\u043e \u0441\u0432\u044f\u0437\u0430\u043d\u043e \u0441 \u0434\u0435\u043a\u043e\u043c\u043f\u0438\u043b\u044f\u0446\u0438\u0435\u0439 ActionScript - -config.group.name.update = \u041e\u0431\u043d\u043e\u0432\u043b\u0435\u043d\u0438\u044f -config.group.description.update = \u041f\u0440\u043e\u0432\u0435\u0440\u043a\u0430 \u043e\u0431\u043d\u043e\u0432\u043b\u0435\u043d\u0438\u0439 - -config.group.name.format = \u0424\u043e\u0440\u043c\u0430\u0442\u0438\u0440\u043e\u0432\u0430\u043d\u0438\u0435 -config.group.description.format = \u0424\u043e\u0440\u043c\u0430\u0442\u0438\u0440\u043e\u0432\u0430\u043d\u0438\u0435 ActionScript \u043a\u043e\u0434\u0430 - -config.group.name.limit = \u041e\u0433\u0440\u0430\u043d\u0438\u0447\u0435\u043d\u0438\u044f -config.group.description.limit = \u0422\u0430\u0439\u043c-\u0430\u0443\u0442 \u0434\u0435\u043a\u043e\u043c\u043f\u0438\u043b\u044f\u0446\u0438\u0438 \u043e\u0431\u0444\u0443\u0441\u0446\u0438\u0440\u043e\u0432\u0430\u043d\u043d\u043e\u0433\u043e \u043a\u043e\u0434\u0430, \u0438 \u0442.\u0434. - -config.group.name.ui = \u0418\u043d\u0442\u0435\u0440\u0444\u0435\u0439\u0441 -config.group.description.ui = \u041d\u0430\u0441\u0442\u0440\u043e\u0439\u043a\u0438 \u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u0442\u0435\u043b\u044c\u0441\u043a\u043e\u0433\u043e \u0438\u043d\u0442\u0435\u0440\u0444\u0435\u0439\u0441\u0430 - -config.group.name.debug = \u041e\u0442\u043b\u0430\u0434\u043a\u0430 -config.group.description.debug = \u041d\u0430\u0441\u0442\u0440\u043e\u0439\u043a\u0438 \u043e\u0442\u043b\u0430\u0434\u043a\u0438 - -config.group.name.display = \u041e\u0442\u043e\u0431\u0440\u0430\u0436\u0435\u043d\u0438\u0435 -config.group.description.display = \u041e\u0442\u043e\u0431\u0440\u0430\u0436\u0435\u043d\u0438\u0435 flash \u043e\u0431\u044a\u0435\u043a\u0442\u043e\u0432 \u0438 \u0442.\u0434. - -config.group.name.decompilation = \u0414\u0435\u043a\u043e\u043c\u043f\u0438\u043b\u044f\u0446\u0438\u044f -config.group.description.decompilation = \u041d\u0430\u0441\u0442\u0440\u043e\u0439\u043a\u0438, \u0441\u0432\u044f\u0437\u0430\u043d\u043d\u044b\u0435 \u0441 \u0434\u0435\u043a\u043e\u043c\u043f\u0438\u043b\u044f\u0446\u0438\u0435\u0439 \u043a\u043e\u0434\u0430 - -config.group.name.other = \u0420\u0430\u0437\u043d\u043e\u0435 -config.group.description.other = \u0420\u0430\u0437\u043d\u044b\u0435 \u043d\u0435\u043a\u043b\u0430\u0441\u0441\u0438\u0444\u0438\u0446\u0438\u0440\u043e\u0432\u0430\u043d\u043d\u044b\u0435 \u043d\u0430\u0441\u0442\u0440\u043e\u0439\u043a\u0438 - -config.name.openMultipleFiles = \u041e\u0442\u043a\u0440\u044b\u0432\u0430\u0442\u044c \u043d\u0435\u0441\u043a\u043e\u043b\u044c\u043a\u043e \u0444\u0430\u0439\u043b\u043e\u0432 -config.description.openMultipleFiles = \u041f\u043e\u0437\u0432\u043e\u043b\u044f\u0435\u0442 \u043e\u0442\u043a\u0440\u044b\u0432\u0430\u0442\u044c \u043d\u0435\u0441\u043a\u043e\u043b\u044c\u043a\u043e \u0444\u0430\u0439\u043b\u043e\u0432 \u0432 \u043e\u0434\u043d\u043e\u043c \u043e\u043a\u043d\u0435 - -config.name.decompile = \u041e\u0442\u043e\u0431\u0440\u0430\u0436\u0430\u0442\u044c \u0438\u0441\u0445\u043e\u0434\u043d\u044b\u0439 \u043a\u043e\u0434 ActionScript -config.description.decompile = \u0412\u044b \u043c\u043e\u0436\u0435\u0442\u0435 \u043e\u0442\u043a\u043b\u044e\u0447\u0438\u0442\u044c \u043e\u0442\u043e\u0431\u0440\u0430\u0436\u0435\u043d\u0438\u0435 \u0438\u0441\u0445\u043e\u0434\u043d\u043e\u0433\u043e \u043a\u043e\u0434\u0430, \u043e\u0441\u0442\u0430\u0432\u0438\u0432 \u0442\u043e\u043b\u044c\u043a\u043e P-code - -config.name.dumpView = \u041f\u0440\u043e\u0441\u043c\u043e\u0442\u0440 \u043e\u0431\u0440\u0430\u0437\u0430 -config.description.dumpView = \u041f\u0440\u043e\u0441\u043c\u043e\u0442\u0440 \u0441\u044b\u0440\u043e\u0433\u043e \u043e\u0431\u0440\u0430\u0437\u0430 \u0434\u0430\u043d\u043d\u044b\u0445 - -config.name.useHexColorFormat = Hex \u0444\u043e\u0440\u043c\u0430\u0442 \u0446\u0432\u0435\u0442\u0430 -config.description.useHexColorFormat = \u041f\u043e\u043a\u0430\u0437\u044b\u0432\u0430\u0442\u044c \u0446\u0432\u0435\u0442\u0430 \u0432 hex \u0444\u043e\u0440\u043c\u0430\u0442\u0435 - -config.name.parallelSpeedUp = Parallel SpeedUp -config.description.parallelSpeedUp = \u0420\u0430\u0441\u043f\u0430\u0440\u0430\u043b\u043b\u0435\u043b\u0438\u0432\u0430\u043d\u0438\u0435 \u0432\u044b\u0447\u0438\u0441\u043b\u0435\u043d\u0438\u0439 \u043f\u0440\u0438 \u0434\u0435\u043a\u043e\u043c\u043f\u0438\u043b\u044f\u0446\u0438\u0438 \u043c\u043e\u0436\u0435\u0442 \u0443\u0432\u0435\u043b\u0438\u0447\u0438\u0442\u044c \u0435\u0435 \u043f\u0440\u043e\u0438\u0437\u0432\u043e\u0434\u0438\u0442\u0435\u043b\u044c\u043d\u043e\u0441\u0442\u044c - -config.name.parallelSpeedUpThreadCount = \u041a\u043e\u043b\u0438\u0447\u0435\u0441\u0442\u0432\u043e \u043f\u043e\u0442\u043e\u043a\u043e\u0432 -config.description.parallelSpeedUpThreadCount = \u041a\u043e\u043b\u0438\u0447\u0435\u0441\u0442\u0432\u043e \u043f\u043e\u0442\u043e\u043a\u043e\u0432 \u0434\u043b\u044f \u0440\u0430\u0441\u043f\u0430\u0440\u0430\u043b\u043b\u0435\u043b\u0438\u0432\u0430\u043d\u0438\u044f - -config.name.autoDeobfuscate = \u0410\u0432\u0442\u043e\u043c\u0430\u0442\u0438\u0447\u0435\u0441\u043a\u0430\u044f \u0434\u0435\u043e\u0431\u0444\u0443\u0441\u043a\u0430\u0446\u0438\u044f -config.description.autoDeobfuscate = \u0414\u0435\u043e\u0431\u0444\u0443\u0441\u0446\u0438\u0440\u043e\u0432\u0430\u0442\u044c \u043a\u043e\u0434 \u043f\u0435\u0440\u0435\u0434 \u0434\u0435\u043a\u043e\u043c\u043f\u0438\u043b\u044f\u0446\u0438\u0435\u0439 - -config.name.cacheOnDisk = \u041a\u044d\u0448\u0438\u0440\u043e\u0432\u0430\u0442\u044c \u043d\u0430 \u0434\u0438\u0441\u043a -config.description.cacheOnDisk = \u041a\u044d\u0448\u0438\u0440\u043e\u0432\u0430\u0442\u044c \u0434\u0435\u043a\u043e\u043c\u043f\u0438\u043b\u0438\u0440\u043e\u0432\u0430\u043d\u043d\u044b\u0435 \u0443\u0447\u0430\u0441\u0442\u043a\u0438 \u043a\u043e\u0434\u0430 \u043d\u0430 \u0434\u0438\u0441\u043a, \u0432\u043c\u0435\u0441\u0442\u043e RAM - -config.name.internalFlashViewer = \u0421\u0432\u043e\u0439 Flash \u043f\u0440\u043e\u0438\u0433\u0440\u044b\u0432\u0430\u0442\u0435\u043b\u044c -config.description.internalFlashViewer = \u0418\u0441\u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u0442\u044c JPEXS Flash Viewer \u0432\u043c\u0435\u0441\u0442\u043e \u0441\u0442\u0430\u043d\u0434\u0430\u0440\u0442\u043d\u043e\u0433\u043e Flash Player \u0434\u043b\u044f \u043f\u0440\u043e\u0441\u043c\u043e\u0442\u0440\u0430 \u044d\u043b\u0435\u043c\u0435\u043d\u0442\u043e\u0432 SWF \u0444\u0430\u0439\u043b\u0430 - -config.name.gotoMainClassOnStartup = \u0412\u044b\u0434\u0435\u043b\u044f\u0442\u044c \u043e\u0441\u043d\u043e\u0432\u043d\u043e\u0439 \u043a\u043b\u0430\u0441\u0441 \u043f\u043e\u0441\u043b\u0435 \u043e\u0442\u043a\u0440\u044b\u0442\u0438\u044f \u0444\u0430\u0439\u043b\u0430 (AS3) -config.description.gotoMainClassOnStartup = \u041f\u0435\u0440\u0435\u0445\u043e\u0434\u0438\u0442 \u043a AS3 \u043a\u043b\u0430\u0441\u0441\u0443 \u0434\u043e\u043a\u0443\u043c\u0435\u043d\u0442\u0430 SWF \u0444\u0430\u0439\u043b\u0430 \u043f\u043e\u0441\u043b\u0435 \u0435\u0433\u043e \u043e\u0442\u043a\u0440\u044b\u0442\u0438\u044f - -config.name.autoRenameIdentifiers = \u0410\u0432\u0442\u043e\u043c\u0430\u0442\u0438\u0447\u0435\u0441\u043a\u0438 \u043f\u0435\u0440\u0435\u0438\u043c\u0435\u043d\u043e\u0432\u044b\u0432\u0430\u0442\u044c \u0438\u0434\u0435\u043d\u0442\u0438\u0444\u0438\u043a\u0430\u0442\u043e\u0440\u044b -config.description.autoRenameIdentifiers = \u0410\u0432\u0442\u043e\u043c\u0430\u0442\u0438\u0447\u0435\u0441\u043a\u0438 \u043f\u0435\u0440\u0435\u0438\u043c\u0435\u043d\u043e\u0432\u044b\u0432\u0430\u0442\u044c \u043d\u0435 \u0432\u0430\u043b\u0438\u0434\u043d\u044b\u0435 \u0438\u0434\u0435\u043d\u0442\u0438\u0444\u0438\u043a\u0430\u0442\u043e\u0440\u044b \u043f\u0440\u0438 \u0437\u0430\u0433\u0440\u0443\u0437\u043a\u0435 SWF - -config.name.offeredAssociation = (\u0412\u043d\u0443\u0442\u0440.) \u041f\u0440\u0435\u0434\u043b\u043e\u0436\u0435\u043d\u0438\u0435 \u0441\u0432\u044f\u0437\u0430\u0442\u044c \u0441 SWF \u0443\u0436\u0435 \u043f\u043e\u043a\u0430\u0437\u0430\u043d\u043e -config.description.offeredAssociation = \u0414\u0438\u0430\u043b\u043e\u0433 \u0441 \u043f\u0440\u0435\u0434\u043b\u043e\u0436\u0435\u043d\u0438\u0435\u043c \u0441\u0432\u044f\u0437\u0430\u0442\u044c \u0434\u0435\u043a\u043e\u043c\u043f\u0438\u043b\u044f\u0442\u043e\u0440 \u0441 SWF \u0444\u0430\u0439\u043b\u0430\u043c\u0438 \u0443\u0436\u0435 \u0431\u044b\u043b \u043f\u043e\u043a\u0430\u0437\u0430\u043d - -config.name.decimalAddress = \u0418\u0441\u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u0442\u044c \u0434\u0435\u0441\u044f\u0442\u0438\u0447\u043d\u044b\u0435 \u0430\u0434\u0440\u0435\u0441\u0430 -config.description.decimalAddress = \u0418\u0441\u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u0442\u044c \u0434\u0435\u0441\u044f\u0442\u0438\u0447\u043d\u044b\u0435 \u0430\u0434\u0440\u0435\u0441\u0430 \u0432\u043c\u0435\u0441\u0442\u043e \u0448\u0435\u0441\u0442\u043d\u0430\u0434\u0446\u0430\u0442\u0435\u0440\u0438\u0447\u043d\u044b\u0445 - -config.name.showAllAddresses = \u041f\u043e\u043a\u0430\u0437\u044b\u0432\u0430\u0442\u044c \u0432\u0441\u0435 \u0430\u0434\u0440\u0435\u0441\u0430 -config.description.showAllAddresses = \u041f\u043e\u043a\u0430\u0437\u044b\u0432\u0430\u0442\u044c \u0430\u0434\u0440\u0435\u0441\u0430 \u0432\u0441\u0435\u0445 ActionScript \u0438\u043d\u0441\u0442\u0440\u0443\u043a\u0446\u0438\u0439 - -config.name.useFrameCache = \u041a\u044d\u0448\u0438\u0440\u043e\u0432\u0430\u0442\u044c \u043a\u0430\u0434\u0440\u044b -config.description.useFrameCache = \u041a\u044d\u0448\u0438\u0440\u043e\u0432\u0430\u0442\u044c \u043a\u0430\u0434\u0440\u044b \u043f\u0435\u0440\u0435\u0434 \u043f\u043e\u0432\u0442\u043e\u0440\u043d\u044b\u043c \u043e\u0442\u043e\u0431\u0440\u0430\u0436\u0435\u043d\u0438\u0435\u043c - -config.name.useRibbonInterface = Ribbon \u0438\u043d\u0442\u0435\u0440\u0444\u0435\u0439\u0441 -config.description.useRibbonInterface = \u041e\u0442\u043a\u043b\u044e\u0447\u0438\u0442\u0435 \u0434\u043b\u044f \u0432\u043e\u0437\u0432\u0440\u0430\u0442\u0430 \u043a \u043a\u043b\u0430\u0441\u0441\u0438\u0447\u0435\u0441\u043a\u043e\u043c\u0443 \u0438\u043d\u0442\u0435\u0440\u0444\u0435\u0439\u0441\u0443 - -config.name.openFolderAfterFlaExport = \u041e\u0442\u043a\u0440\u044b\u0432\u0430\u0442\u044c \u043f\u0430\u043f\u043a\u0443 \u043f\u043e\u0441\u043b\u0435 \u044d\u043a\u0441\u043f\u043e\u0440\u0442\u0430 FLA -config.description.openFolderAfterFlaExport = \u041e\u0442\u043a\u0440\u044b\u0432\u0430\u0442\u044c \u0446\u0435\u043b\u0435\u0432\u0443\u044e \u043f\u0430\u043f\u043a\u0443, \u0432 \u043a\u043e\u0442\u043e\u0440\u0443\u044e \u0431\u044b\u043b \u044d\u043a\u0441\u043f\u043e\u0440\u0442\u0438\u0440\u043e\u0432\u0430\u043d FLA \u0444\u0430\u0439\u043b - -config.name.useDetailedLogging = \u041f\u043e\u0434\u0440\u043e\u0431\u043d\u044b\u0439 \u043b\u043e\u0433 -config.description.useDetailedLogging = \u041f\u0438\u0441\u0430\u0442\u044c \u0432 \u043b\u043e\u0433 \u043f\u043e\u0434\u0440\u043e\u0431\u043d\u044b\u0435 \u0434\u0430\u043d\u043d\u044b\u0435 \u043e \u043f\u0440\u0435\u0434\u0443\u043f\u0440\u0435\u0436\u0434\u0435\u043d\u0438\u044f\u0445 \u0438 \u043e\u0448\u0438\u0431\u043a\u0430\u0445, \u0434\u043b\u044f \u043e\u0442\u043b\u0430\u0434\u043e\u0447\u043d\u044b\u0445 \u0446\u0435\u043b\u0435\u0439 - -config.name.resolveConstants = \u0420\u0435\u0430\u043b\u044c\u043d\u044b\u0435 \u043a\u043e\u043d\u0441\u0442\u0430\u043d\u0442\u044b \u0432 AS1/2 P-code -config.description.resolveConstants = \u041e\u0442\u043a\u043b\u044e\u0447\u0438\u0442\u0435, \u0447\u0442\u043e\u0431\u044b \u0432\u043c\u0435\u0441\u0442\u043e \u0440\u0435\u0430\u043b\u044c\u043d\u044b\u0445 \u043a\u043e\u043d\u0441\u0442\u0430\u043d\u0442 \u043e\u0442\u043e\u0431\u0440\u0430\u0436\u0430\u0442\u044c 'constantxx' \u0432 \u043e\u043a\u043d\u0435 P-code - -config.name.sublimiter = \u041b\u0438\u043c\u0438\u0442 \u0437\u0430\u043c\u0435\u043d \u0432 \u043a\u043e\u0434\u0435 -config.description.sublimiter = \u041b\u0438\u043c\u0438\u0442 \u0437\u0430\u043c\u0435\u043d \u0432 \u043a\u043e\u0434\u0435 \u0434\u043b\u044f \u043e\u0431\u0444\u0443\u0441\u0446\u0438\u0440\u043e\u0432\u0430\u043d\u043d\u043e\u0433\u043e \u043a\u043e\u0434\u0430. - -config.name.exportTimeout = \u0422\u0430\u0439\u043c-\u0430\u0443\u0442 \u044d\u043a\u0441\u043f\u043e\u0440\u0442\u0430 \u043a\u043e\u0434\u0430 (\u0441\u0435\u043a.) -config.description.exportTimeout = \u0414\u0435\u043a\u043e\u043c\u043f\u0438\u043b\u044f\u0442\u043e\u0440 \u043e\u0441\u0442\u0430\u043d\u043e\u0432\u0438\u0442 \u044d\u043a\u0441\u043f\u043e\u0440\u0442 \u043f\u043e \u0438\u0441\u0442\u0435\u0447\u0435\u043d\u0438\u0438 \u044d\u0442\u043e\u0433\u043e \u0432\u0440\u0435\u043c\u0435\u043d\u0438 - -config.name.decompilationTimeoutFile = \u0422\u0430\u0439\u043c-\u0430\u0443\u0442 \u0434\u0435\u043a\u043e\u043c\u043f\u0438\u043b\u044f\u0446\u0438\u0438 \u043e\u0434\u043d\u043e\u0433\u043e \u0444\u0430\u0439\u043b\u0430 (\u0441\u0435\u043a.) -config.description.decompilationTimeoutFile = \u0414\u0435\u043a\u043e\u043c\u043f\u0438\u043b\u044f\u0446\u0438\u044f ActionScript \u043a\u043e\u0434\u0430 \u0431\u0443\u0434\u0435\u0442 \u043e\u0441\u0442\u0430\u043d\u043e\u0432\u043b\u0435\u043d\u0430 \u043f\u043e \u0438\u0441\u0442\u0435\u0447\u0435\u043d\u0438\u0438 \u0443\u043a\u0430\u0437\u0430\u043d\u043d\u043e\u0433\u043e \u0432\u0440\u0435\u043c\u0435\u043d\u0438 \u0434\u043b\u044f \u043e\u0434\u043d\u043e\u0433\u043e \u0444\u0430\u0439\u043b\u0430 - -config.name.paramNamesEnable = \u0412\u043a\u043b\u044e\u0447\u0438\u0442\u044c \u0438\u043c\u0435\u043d\u0430 \u043f\u0430\u0440\u0430\u043c\u0435\u0442\u0440\u043e\u0432 \u0432 AS3 -config.description.paramNamesEnable = \u0418\u0441\u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u043d\u0438\u0435 \u0438\u043c\u0435\u043d \u043f\u0430\u0440\u0430\u043c\u0435\u0442\u0440\u043e\u0432 \u043c\u043e\u0436\u0435\u0442 \u0432\u044b\u0437\u044b\u0432\u0430\u0442\u044c \u043f\u0440\u043e\u0431\u043b\u0435\u043c\u044b, \u0442.\u043a. \u043e\u0444\u0438\u0446\u0438\u0430\u043b\u044c\u043d\u044b\u0435 \u043f\u0440\u043e\u0433\u0440\u0430\u043c\u043c\u044b, \u043d\u0430\u043f\u0440. Flash CS 5.5, \u0443\u043a\u0430\u0437\u044b\u0432\u0430\u044e\u0442 \u043d\u0435\u0432\u0435\u0440\u043d\u044b\u0435 \u0438\u043d\u0434\u0435\u043a\u0441\u044b \u0438\u043c\u0435\u043d \u043f\u0430\u0440\u0430\u043c\u0435\u0442\u0440\u043e\u0432 - -config.name.displayFileName = \u041e\u0442\u043e\u0431\u0440\u0430\u0436\u0430\u0442\u044c \u0438\u043c\u044f SWF \u0444\u0430\u0439\u043b\u0430 \u0432 \u0437\u0430\u0433\u043e\u043b\u043e\u0432\u043a\u0435 -config.description.displayFileName = \u041f\u043e\u043a\u0430\u0437\u044b\u0432\u0430\u0442\u044c \u0438\u043c\u044f \u0444\u0430\u0439\u043b\u0430 \u0438\u043b\u0438 url \u043e\u0442\u043a\u0440\u044b\u0442\u043e\u0433\u043e SWF \u0432 \u0437\u0430\u0433\u043e\u043b\u043e\u0432\u043a\u0435 \u043e\u043a\u043d\u0430 \u043f\u0440\u043e\u0433\u0440\u0430\u043c\u043c\u044b - -config.name.dumpTags = \u041f\u0438\u0441\u0430\u0442\u044c \u0442\u044d\u0433\u0438 \u0432 \u043a\u043e\u043d\u0441\u043e\u043b\u044c -config.description.dumpTags = \u0421\u0431\u0440\u0430\u0441\u044b\u0432\u0430\u0442\u044c \u0442\u044d\u0433\u0438 \u0432 \u043a\u043e\u043d\u0441\u043e\u043b\u044c \u043f\u0440\u0438 \u0447\u0442\u0435\u043d\u0438\u0438 SWF - -config.name.decompilationTimeoutSingleMethod = \u0422\u0430\u0439\u043c-\u0430\u0443\u0442 \u0434\u0435\u043a\u043e\u043c\u043f\u0438\u043b\u044f\u0446\u0438\u0438 \u043e\u0434\u043d\u043e\u0433\u043e \u043c\u0435\u0442\u043e\u0434\u0430 AS3 (\u0441\u0435\u043a.) -config.description.decompilationTimeoutSingleMethod = \u0414\u0435\u043a\u043e\u043c\u043f\u0438\u043b\u044f\u0446\u0438\u044f \u0431\u0443\u0434\u0435\u0442 \u043e\u0441\u0442\u0430\u043d\u043e\u0432\u043b\u0435\u043d\u0430 \u043f\u043e \u0438\u0441\u0442\u0435\u0447\u0435\u043d\u0438\u0438 \u0443\u043a\u0430\u0437\u0430\u043d\u043d\u043e\u0433\u043e \u0432\u0440\u0435\u043c\u0435\u043d\u0438 \u043f\u0440\u0438 \u043e\u0431\u0440\u0430\u0431\u043e\u0442\u043a\u0435 \u043e\u0434\u043d\u043e\u0433\u043e \u043c\u0435\u0442\u043e\u0434\u0430 ActionScript - -config.name.lastRenameType = (\u0412\u043d\u0443\u0442\u0440.) \u041f\u043e\u0441\u043b\u0435\u0434\u043d\u0438\u0439 \u0442\u0438\u043f \u043f\u0435\u0440\u0435\u0438\u043c\u0435\u043d\u043e\u0432\u0430\u043d\u0438\u044f -config.description.lastRenameType = \u041f\u043e\u0441\u043b\u0435\u0434\u043d\u0438\u0439 \u0438\u0441\u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u043d\u043d\u044b\u0439 \u0442\u0438\u043f \u043f\u0435\u0440\u0435\u0438\u043c\u0435\u043d\u043e\u0432\u0430\u043d\u0438\u044f - -config.name.lastSaveDir = (\u0412\u043d\u0443\u0442\u0440.) \u041f\u043e\u0441\u043b\u0435\u0434\u043d\u044f\u044f \u043f\u0430\u043f\u043a\u0430 \u0434\u043b\u044f \u0441\u043e\u0445\u0440\u0430\u043d\u0435\u043d\u0438\u044f -config.description.lastSaveDir = \u041f\u043e\u0441\u043b\u0435\u0434\u043d\u044f\u044f \u0438\u0441\u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u043d\u043d\u0430\u044f \u043f\u0430\u043f\u043a\u0430 \u0434\u043b\u044f \u0441\u043e\u0445\u0440\u0430\u043d\u0435\u043d\u0438\u044f - -config.name.lastOpenDir = (\u0412\u043d\u0443\u0442\u0440.) \u041f\u043e\u0441\u043b\u0435\u0434\u043d\u044f\u044f \u043f\u0430\u043f\u043a\u0430 \u043e\u0442\u043a\u0440\u044b\u0442\u0438\u044f -config.description.lastOpenDir = \u041f\u043e\u0441\u043b\u0435\u0434\u043d\u044f\u044f \u0438\u0441\u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u043d\u043d\u0430\u044f \u043f\u0430\u043f\u043a\u0430 \u043e\u0442\u043a\u0440\u044b\u0442\u0438\u044f - -config.name.lastExportDir = (\u0412\u043d\u0443\u0442\u0440.) \u041f\u043e\u0441\u043b\u0435\u0434\u043d\u044f\u044f \u043f\u0430\u043f\u043a\u0430 \u044d\u043a\u0441\u043f\u043e\u0440\u0442\u0430 -config.description.lastExportDir = \u041f\u043e\u0441\u043b\u0435\u0434\u043d\u044f\u044f \u0438\u0441\u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u043d\u043d\u0430\u044f \u043f\u0430\u043f\u043a\u0430 \u044d\u043a\u0441\u043f\u043e\u0440\u0442\u0430 -config.name.locale = \u042f\u0437\u044b\u043a -config.description.locale = \u0418\u0434\u0435\u043d\u0442\u0438\u0444\u0438\u043a\u0430\u0442\u043e\u0440 \u043b\u043e\u043a\u0430\u043b\u0438\u0437\u0430\u0446\u0438\u0438 - -config.name.registerNameFormat = \u0424\u043e\u0440\u043c\u0430\u0442 \u0438\u043c\u0435\u043d\u043e\u0432\u0430\u043d\u0438\u044f \u043f\u0435\u0440\u0435\u043c\u0435\u043d\u043d\u044b\u0445 -config.description.registerNameFormat = \u0424\u043e\u0440\u043c\u0430\u0442 \u0438\u043c\u0435\u043d \u043b\u043e\u043a\u0430\u043b\u044c\u043d\u044b\u0445 \u043f\u0435\u0440\u0435\u043c\u0435\u043d\u043d\u044b\u0445. \u0418\u0441\u043f\u043e\u043b\u044c\u0437\u0443\u0439\u0442\u0435 %d \u0434\u043b\u044f \u043d\u043e\u043c\u0435\u0440\u0430 \u043f\u0435\u0440\u0435\u043c\u0435\u043d\u043d\u043e\u0439 - -config.name.maxRecentFileCount = \u041c\u0430\u043a\u0441\u0438\u043c\u0430\u043b\u044c\u043d\u043e\u0435 \u043a\u043e\u043b\u0438\u0447\u0435\u0441\u0442\u0432\u043e \u043f\u043e\u0441\u043b\u0435\u0434\u043d\u0438\u0445 \u0444\u0430\u0439\u043b\u043e\u0432 -config.description.maxRecentFileCount = \u041c\u0430\u043a\u0441\u0438\u043c\u0430\u043b\u044c\u043d\u043e\u0435 \u043a\u043e\u043b\u0438\u0447\u0435\u0441\u0442\u0432\u043e \u043f\u043e\u0441\u043b\u0435\u0434\u043d\u0438\u0445 \u0444\u0430\u0439\u043b\u043e\u0432 - -config.name.recentFiles = (\u0412\u043d\u0443\u0442\u0440.) \u041f\u043e\u0441\u043b\u0435\u0434\u043d\u0438\u0435 \u0444\u0430\u0439\u043b\u044b -config.description.recentFiles = \u041f\u043e\u0441\u043b\u0435\u0434\u043d\u0438\u0435 \u043e\u0442\u043a\u0440\u044b\u0442\u044b\u0435 \u0444\u0430\u0439\u043b\u044b - -config.name.fontPairingMap = (\u0412\u043d\u0443\u0442\u0440.) \u041f\u0430\u0440\u044b \u0448\u0440\u0438\u0444\u0442\u043e\u0432 \u0434\u043b\u044f \u0438\u043c\u043f\u043e\u0440\u0442\u0430 -config.description.fontPairingMap = \u041f\u0430\u0440\u044b \u0448\u0440\u0438\u0444\u0442\u043e\u0432 \u0434\u043b\u044f \u0438\u043c\u043f\u043e\u0440\u0442\u0430 \u043d\u043e\u0432\u044b\u0445 \u0441\u0438\u043c\u0432\u043e\u043b\u043e\u0432 - -config.name.lastUpdatesCheckDate = (\u0412\u043d\u0443\u0442\u0440.) \u0414\u0430\u0442\u0430 \u043f\u043e\u0441\u043b\u0435\u0434\u043d\u0435\u0439 \u043f\u0440\u043e\u0432\u0435\u0440\u043a\u0438 \u043e\u0431\u043d\u043e\u0432\u043b\u0435\u043d\u0438\u044f -config.description.lastUpdatesCheckDate = \u0414\u0430\u0442\u0430 \u043f\u043e\u0441\u043b\u0435\u0434\u043d\u0435\u0439 \u043f\u0440\u043e\u0432\u0435\u0440\u043a\u0438 \u043e\u0431\u043d\u043e\u0432\u043b\u0435\u043d\u0438\u044f \u043d\u0430 \u0441\u0435\u0440\u0432\u0435\u0440\u0435 - -config.name.gui.window.width = (\u0412\u043d\u0443\u0442\u0440.) \u041f\u043e\u0441\u043b\u0435\u0434\u043d\u044f\u044f \u0448\u0438\u0440\u0438\u043d\u0430 \u043e\u043a\u043d\u0430 -config.description.gui.window.width = \u041f\u043e\u0441\u043b\u0435\u0434\u043d\u044f\u044f \u0448\u0438\u0440\u0438\u043d\u0430 \u043e\u043a\u043d\u0430 - -config.name.gui.window.height = (\u0412\u043d\u0443\u0442\u0440.) \u041f\u043e\u0441\u043b\u0435\u0434\u043d\u044f\u044f \u0432\u044b\u0441\u043e\u0442\u0430 \u043e\u043a\u043d\u0430 -config.description.gui.window.height = \u041f\u043e\u0441\u043b\u0435\u0434\u043d\u044f\u044f \u0432\u044b\u0441\u043e\u0442\u0430 \u043e\u043a\u043d\u0430 - -config.name.gui.window.maximized.horizontal = (\u0412\u043d\u0443\u0442\u0440.) \u041e\u043a\u043d\u043e \u0440\u0430\u0437\u0432\u0435\u0440\u043d\u0443\u0442\u043e \u0433\u043e\u0440\u0438\u0437\u043e\u043d\u0442\u0430\u043b\u044c\u043d\u043e -config.description.gui.window.maximized.horizontal = \u041f\u043e\u0441\u043b\u0435\u0434\u043d\u0435\u0435 \u0441\u043e\u0441\u0442\u043e\u044f\u043d\u0438\u0435 \u043e\u043a\u043d\u0430 - \u0440\u0430\u0437\u0432\u0435\u0440\u043d\u0443\u0442\u043e \u0433\u043e\u0440\u0438\u0437\u043e\u043d\u0442\u0430\u043b\u044c\u043d\u043e - -config.name.gui.window.maximized.vertical = (\u0412\u043d\u0443\u0442\u0440.) \u041e\u043a\u043d\u043e \u0440\u0430\u0437\u0432\u0435\u0440\u043d\u0443\u0442\u043e \u0432\u0435\u0440\u0442\u0438\u043a\u0430\u043b\u044c\u043d\u043e -config.description.gui.window.maximized.vertical = \u041f\u043e\u0441\u043b\u0435\u0434\u043d\u0435\u0435 \u0441\u043e\u0441\u0442\u043e\u044f\u043d\u0438\u0435 \u043e\u043a\u043d\u0430 - \u0440\u0430\u0437\u0432\u0435\u0440\u043d\u0443\u0442\u043e \u0432\u0435\u0440\u0442\u0438\u043a\u0430\u043b\u044c\u043d\u043e - -config.name.gui.avm2.splitPane.dividerLocationPercent = (\u0412\u043d\u0443\u0442\u0440.) \u041f\u043e\u043b\u043e\u0436\u0435\u043d\u0438\u0435 \u0440\u0430\u0437\u0434\u0435\u043b\u0438\u0442\u0435\u043b\u044f AS3 -config.description.gui.avm2.splitPane.dividerLocationPercent = - -config.name.gui.actionSplitPane.dividerLocationPercent = (\u0412\u043d\u0443\u0442\u0440.) \u041f\u043e\u043b\u043e\u0436\u0435\u043d\u0438\u0435 \u0440\u0430\u0437\u0434\u0435\u043b\u0438\u0442\u0435\u043b\u044f AS1/2 -config.description.gui.actionSplitPane.dividerLocationPercent = - -config.name.gui.previewSplitPane.dividerLocationPercent = (\u0412\u043d\u0443\u0442\u0440.) \u041f\u043e\u043b\u043e\u0436\u0435\u043d\u0438\u0435 \u0440\u0430\u0437\u0434\u0435\u043b\u0438\u0442\u0435\u043b\u044f \u043e\u0431\u043b\u0430\u0441\u0442\u0438 \u043f\u0440\u0435\u0434\u043f\u0440\u043e\u0441\u043c\u043e\u0442\u0440\u0430 -config.description.gui.previewSplitPane.dividerLocationPercent = - -config.name.gui.splitPane1.dividerLocationPercent = (\u0412\u043d\u0443\u0442\u0440.) \u041f\u043e\u043b\u043e\u0436\u0435\u043d\u0438\u0435 \u0440\u0430\u0437\u0434\u0435\u043b\u0438\u0442\u0435\u043b\u044f 1 -config.description.gui.splitPane1.dividerLocationPercent = - -config.name.gui.splitPane2.dividerLocationPercent = (\u0412\u043d\u0443\u0442\u0440.) \u041f\u043e\u043b\u043e\u0436\u0435\u043d\u0438\u0435 \u0440\u0430\u0437\u0434\u0435\u043b\u0438\u0442\u0435\u043b\u044f 2 -config.description.gui.splitPane2.dividerLocationPercent = - -config.name.saveAsExeScaleMode = \u0420\u0435\u0436\u0438\u043c \u0440\u0430\u0441\u0442\u044f\u0433\u0438\u0432\u0430\u043d\u0438\u044f \u0434\u043b\u044f \u0421\u043e\u0445\u0440\u0430\u043d\u0438\u0442\u044c \u043a\u0430\u043a EXE -config.description.saveAsExeScaleMode = \u0420\u0435\u0436\u0438\u043c \u0440\u0430\u0441\u0442\u044f\u0433\u0438\u0432\u0430\u043d\u0438\u044f \u043f\u0440\u0438 \u0441\u043e\u0445\u0440\u0430\u043d\u0435\u043d\u0438\u0438 EXE - -config.name.syntaxHighlightLimit = \u041c\u0430\u043a\u0441. \u0441\u0438\u043c\u0432\u043e\u043b\u043e\u0432 \u0434\u043b\u044f \u043f\u043e\u0434\u0441\u0432\u0435\u0442\u043a\u0438 \u0441\u0438\u043d\u0442\u0430\u043a\u0441\u0438\u0441\u0430 -config.description.syntaxHighlightLimit = \u041c\u0430\u043a\u0441\u0438\u043c\u0430\u043b\u044c\u043d\u043e\u0435 \u043a\u043e\u043b\u0438\u0447\u0435\u0441\u0442\u0432\u043e \u0441\u0438\u043c\u0432\u043e\u043b\u043e\u0432, \u0434\u043b\u044f \u043a\u043e\u0442\u043e\u0440\u044b\u0445 \u0431\u0443\u0434\u0435\u0442 \u0440\u0430\u0431\u043e\u0442\u0430\u0442\u044c \u043f\u043e\u0434\u0441\u0432\u0435\u0442\u043a\u0430 \u0441\u0438\u043d\u0442\u0430\u043a\u0441\u0438\u0441\u0430 - -config.name.guiFontPreviewSampleText = (\u0412\u043d\u0443\u0442\u0440.) \u041f\u043e\u0441\u043b\u0435\u0434\u043d\u0438\u0439 \u0442\u0435\u043a\u0441\u0442 \u0434\u043b\u044f \u043f\u0440\u0435\u0434\u043f\u0440\u043e\u0441\u043c\u043e\u0442\u0440\u0430 \u0448\u0440\u0438\u0444\u0442\u0430 -config.description.guiFontPreviewSampleText = \u041f\u043e\u0441\u043b\u0435\u0434\u043d\u0438\u0439 \u0442\u0435\u043a\u0441\u0442 \u0434\u043b\u044f \u043f\u0440\u0435\u0434\u043f\u0440\u043e\u0441\u043c\u043e\u0442\u0440\u0430 \u0448\u0440\u0438\u0444\u0442\u0430 - -config.name.gui.fontPreviewWindow.width = (\u0412\u043d\u0443\u0442\u0440.) \u041f\u043e\u0441\u043b\u0435\u0434\u043d\u044f\u044f \u0448\u0438\u0440\u0438\u043d\u0430 \u043e\u043a\u043d\u0430 \u043f\u0440\u0435\u0434\u043f\u0440\u043e\u0441\u043c\u043e\u0442\u0440\u0430 \u0448\u0440\u0438\u0444\u0442\u0430 -config.description.gui.fontPreviewWindow.width = - -config.name.gui.fontPreviewWindow.height = (\u0412\u043d\u0443\u0442\u0440.) \u041f\u043e\u0441\u043b\u0435\u0434\u043d\u044f\u044f \u0432\u044b\u0441\u043e\u0442\u0430 \u043e\u043a\u043d\u0430 \u043f\u0440\u0435\u0434\u043f\u0440\u043e\u0441\u043c\u043e\u0442\u0440\u0430 \u0448\u0440\u0438\u0444\u0442\u0430 -config.description.gui.fontPreviewWindow.height = - -config.name.gui.fontPreviewWindow.posX = (\u0412\u043d\u0443\u0442\u0440.) \u041f\u043e\u0441\u043b\u0435\u0434\u043d\u044f\u044f \u043a\u043e\u043e\u0440\u0434\u0438\u043d\u0430\u0442\u0430 X \u043e\u043a\u043d\u0430 \u043f\u0440\u0435\u0434\u043f\u0440\u043e\u0441\u043c\u043e\u0442\u0440\u0430 \u0448\u0440\u0438\u0444\u0442\u0430 -config.description.gui.fontPreviewWindow.posX = - -config.name.gui.fontPreviewWindow.posY = (\u0412\u043d\u0443\u0442\u0440.) \u041f\u043e\u0441\u043b\u0435\u0434\u043d\u044f\u044f \u043a\u043e\u043e\u0440\u0434\u0438\u043d\u0430\u0442\u0430 Y \u043e\u043a\u043d\u0430 \u043f\u0440\u0435\u0434\u043f\u0440\u043e\u0441\u043c\u043e\u0442\u0440\u0430 \u0448\u0440\u0438\u0444\u0442\u0430 -config.description.gui.fontPreviewWindow.posY = - -config.name.formatting.indent.size = \u0420\u0430\u0437\u043c\u0435\u0440 \u043e\u0442\u0441\u0442\u0443\u043f\u0430 -config.description.formatting.indent.size = \u041a\u043e\u043b\u0438\u0447\u0435\u0441\u0442\u0432\u043e \u043f\u0440\u043e\u0431\u0435\u043b\u043e\u0432 \u0438\u043b\u0438 \u0442\u0430\u0431\u0443\u043b\u044f\u0446\u0438\u0439 \u0432 \u043e\u0434\u043d\u043e\u043c \u043e\u0442\u0441\u0442\u0443\u043f\u0435 - -config.name.formatting.indent.useTabs = \u041e\u0442\u0441\u0442\u0443\u043f \u0442\u0430\u0431\u0443\u043b\u044f\u0446\u0438\u0435\u0439 -config.description.formatting.indent.useTabs = \u0418\u0441\u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u0442\u044c \u0442\u0430\u0431\u0443\u043b\u044f\u0446\u0438\u044e \u0432\u043c\u0435\u0441\u0442\u043e \u043f\u0440\u043e\u0431\u0435\u043b\u043e\u0432 \u0434\u043b\u044f \u043e\u0442\u0441\u0442\u0443\u043f\u043e\u0432 - -config.name.beginBlockOnNewLine = \u0424\u0438\u0433\u0443\u0440\u043d\u0430\u044f \u0441\u043a\u043e\u0431\u043a\u0430 \u043d\u0430 \u043d\u043e\u0432\u043e\u0439 \u0441\u0442\u0440\u043e\u043a\u0435 -config.description.beginBlockOnNewLine = \u041d\u0430\u0447\u0438\u043d\u0430\u0442\u044c \u0431\u043b\u043e\u043a \u043a\u043e\u0434\u0430 \u0441\u043e \u0441\u043a\u043e\u0431\u043a\u0438 \u043d\u0430 \u043d\u043e\u0432\u043e\u0439 \u0441\u0442\u0440\u043e\u043a\u0435 - -config.name.check.updates.delay = \u0417\u0430\u0434\u0435\u0440\u0436\u043a\u0430 \u043f\u0440\u043e\u0432\u0435\u0440\u043a\u0438 \u043e\u0431\u043d\u043e\u0432\u043b\u0435\u043d\u0438\u0439 -config.description.check.updates.delay = \u041c\u0438\u043d\u0438\u043c\u0430\u043b\u044c\u043d\u043e\u0435 \u0432\u0440\u0435\u043c\u044f \u043c\u0435\u0436\u0434\u0443 \u043f\u0440\u043e\u0432\u0435\u0440\u043a\u0430\u043c\u0438 \u043e\u0431\u043d\u043e\u0432\u043b\u0435\u043d\u0438\u0439 \u043f\u043e\u0441\u043b\u0435 \u0437\u0430\u043f\u0443\u0441\u043a\u0430 \u043f\u0440\u0438\u043b\u043e\u0436\u0435\u043d\u0438\u044f - -config.name.check.updates.stable = \u0418\u0441\u043a\u0430\u0442\u044c \u0441\u0442\u0430\u0431\u0438\u043b\u044c\u043d\u044b\u0435 \u0432\u0435\u0440\u0441\u0438\u0438 \u043f\u0440\u0438 \u043e\u0431\u043d\u043e\u0432\u043b\u0435\u043d\u0438\u0438 -config.description.check.updates.stable = - -config.name.check.updates.nightly = \u0418\u0441\u043a\u0430\u0442\u044c \u0442\u0435\u0441\u0442\u043e\u0432\u044b\u0435 (nightly) \u0432\u0435\u0440\u0441\u0438\u0438 \u043f\u0440\u0438 \u043e\u0431\u043d\u043e\u0432\u043b\u0435\u043d\u0438\u0438 -config.description.check.updates.nightly = \u0418\u0441\u043a\u0430\u0442\u044c \u0442\u0435\u0441\u0442\u043e\u0432\u044b\u0435 (nightly) \u0432\u0435\u0440\u0441\u0438\u0438 \u043f\u0440\u0438 \u043e\u0431\u043d\u043e\u0432\u043b\u0435\u043d\u0438\u0438 - -config.name.check.updates.enabled = \u041f\u0440\u043e\u0432\u0435\u0440\u044f\u0442\u044c \u043e\u0431\u043d\u043e\u0432\u043b\u0435\u043d\u0438\u044f -config.description.check.updates.enabled = \u0410\u0432\u0442\u043e\u043c\u0430\u0442\u0438\u0447\u0435\u0441\u043a\u0438 \u043f\u0440\u043e\u0432\u0435\u0440\u044f\u0442\u044c \u043e\u0431\u043d\u043e\u0432\u043b\u0435\u043d\u0438\u044f \u043f\u0440\u0438 \u0437\u0430\u043f\u0443\u0441\u043a\u0435 - -config.name.export.formats = (\u0412\u043d\u0443\u0442\u0440.) \u0424\u043e\u0440\u043c\u0430\u0442\u044b \u0434\u043b\u044f \u044d\u043a\u0441\u043f\u043e\u0440\u0442\u0430 -config.description.export.formats = \u041f\u043e\u0441\u043b\u0435\u0434\u043d\u0438\u0435 \u0444\u043e\u0440\u043c\u0430\u0442\u044b \u0434\u043b\u044f \u044d\u043a\u0441\u043f\u043e\u0440\u0442\u0430 - -config.name.textExportSingleFile = \u042d\u043a\u0441\u043f\u043e\u0440\u0442\u0438\u0440\u043e\u0432\u0430\u0442\u044c \u0442\u0435\u043a\u0441\u0442\u044b \u0432 \u043e\u0434\u0438\u043d \u0444\u0430\u0439\u043b -config.description.textExportSingleFile = \u042d\u043a\u0441\u043f\u043e\u0440\u0442\u0438\u0440\u043e\u0432\u0430\u0442\u044c \u0442\u0435\u043a\u0441\u0442\u044b \u0432 \u043e\u0434\u0438\u043d \u0444\u0430\u0439\u043b \u0432\u043c\u0435\u0441\u0442\u043e \u043d\u0435\u0441\u043a\u043e\u043b\u044c\u043a\u0438\u0445 - -config.name.textExportSingleFileSeparator = \u0420\u0430\u0437\u0434\u0435\u043b\u0438\u0442\u0435\u043b\u044c \u0442\u0435\u043a\u0441\u0442\u043e\u0432 \u043f\u0440\u0438 \u044d\u043a\u0441\u043f\u043e\u0440\u0442\u0435 \u0432 \u043e\u0434\u0438\u043d \u0444\u0430\u0439\u043b -config.description.textExportSingleFileSeparator = \u0422\u0435\u043a\u0441\u0442, \u043a\u043e\u0442\u043e\u0440\u044b\u0439 \u0441\u043b\u0435\u0434\u0443\u0435\u0442 \u0440\u0430\u0437\u043c\u0435\u0441\u0442\u0438\u0442\u044c \u043c\u0435\u0436\u0434\u0443 \u0442\u0435\u043a\u0441\u0442\u0430\u043c\u0438 \u043f\u0440\u0438 \u044d\u043a\u0441\u043f\u043e\u0440\u0442\u0435 \u0432 \u043e\u0434\u0438\u043d \u0444\u0430\u0439\u043b - -config.name.textExportSingleFileRecordSeparator = \u0420\u0430\u0437\u0434\u0435\u043b\u0438\u0442\u0435\u043b\u044c \u0437\u0430\u043f\u0438\u0441\u0435\u0439 \u043f\u0440\u0438 \u044d\u043a\u0441\u043f\u043e\u0440\u0442\u0435 \u0432 \u043e\u0434\u0438\u043d \u0444\u0430\u0439\u043b -config.description.textExportSingleFileRecordSeparator = \u0422\u0435\u043a\u0441\u0442, \u043a\u043e\u0442\u043e\u0440\u044b\u0439 \u0441\u043b\u0435\u0434\u0443\u0435\u0442 \u0440\u0430\u0437\u043c\u0435\u0441\u0442\u0438\u0442\u044c \u043c\u0435\u0436\u0434\u0443 \u0442\u0435\u043a\u0441\u0442\u043e\u0432\u044b\u043c\u0438 \u0437\u0430\u043f\u0438\u0441\u044f\u043c\u0438 \u043f\u0440\u0438 \u044d\u043a\u0441\u043f\u043e\u0440\u0442\u0435 \u0432 \u043e\u0434\u0438\u043d \u0444\u0430\u0439\u043b - -config.name.warning.experimental.as12edit = \u041f\u0440\u0435\u0434\u0443\u043f\u0440\u0435\u0436\u0434\u0430\u0442\u044c \u043f\u0440\u0438 \u043f\u0440\u044f\u043c\u043e\u043c \u0440\u0435\u0434\u0430\u043a\u0442\u0438\u0440\u043e\u0432\u0430\u043d\u0438\u0438 AS1/2 -config.description.warning.experimental.as12edit = \u041f\u043e\u043a\u0430\u0437\u044b\u0432\u0430\u0442\u044c \u043f\u0440\u0435\u0434\u0443\u043f\u0440\u0435\u0436\u0434\u0435\u043d\u0438\u0435 \u043f\u0440\u0438 \u043f\u043e\u043f\u044b\u0442\u043a\u0435 \u0438\u0441\u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u043d\u0438\u044f \u044d\u043a\u0441\u043f\u0435\u0440\u0438\u043c\u0435\u043d\u0442\u0430\u043b\u044c\u043d\u043e\u0433\u043e \u0440\u0435\u0434\u0430\u043a\u0442\u0438\u0440\u043e\u0432\u0430\u043d\u0438\u044f AS1/2 - -config.name.warning.experimental.as3edit = \u041f\u0440\u0435\u0434\u0443\u043f\u0440\u0435\u0436\u0434\u0430\u0442\u044c \u043f\u0440\u0438 \u043f\u0440\u044f\u043c\u043e\u043c \u0440\u0435\u0434\u0430\u043a\u0442\u0438\u0440\u043e\u0432\u0430\u043d\u0438\u0438 AS3 -config.description.warning.experimental.as3edit = \u041f\u043e\u043a\u0430\u0437\u044b\u0432\u0430\u0442\u044c \u043f\u0440\u0435\u0434\u0443\u043f\u0440\u0435\u0436\u0434\u0435\u043d\u0438\u0435 \u043f\u0440\u0438 \u043f\u043e\u043f\u044b\u0442\u043a\u0435 \u0438\u0441\u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u043d\u0438\u044f \u044d\u043a\u0441\u043f\u0435\u0440\u0438\u043c\u0435\u043d\u0442\u0430\u043b\u044c\u043d\u043e\u0433\u043e \u0440\u0435\u0434\u0430\u043a\u0442\u0438\u0440\u043e\u0432\u0430\u043d\u0438\u044f AS3 - -config.name.packJavaScripts = \u0423\u043f\u0430\u043a\u043e\u0432\u044b\u0432\u0430\u0442\u044c JavaScript'\u044b -config.description.packJavaScripts = \u0417\u0430\u043f\u0443\u0441\u043a\u0430\u0442\u044c \u0443\u043f\u0430\u043a\u043e\u0432\u0449\u0438\u043a JavaScript \u043d\u0430 \u0441\u043a\u0440\u0438\u043f\u0442\u0430\u0445, \u0441\u043e\u0437\u0434\u0430\u043d\u043d\u044b\u0445 \u0432 Canvas Export. - -config.name.textExportExportFontFace = \u0418\u0441\u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u0442\u044c font-face \u043f\u0440\u0438 \u044d\u043a\u0441\u043f\u043e\u0440\u0442\u0435 SVG -config.description.textExportExportFontFace = \u0412\u043a\u043b\u044e\u0447\u0430\u0442\u044c \u0444\u0430\u0439\u043b\u044b \u0448\u0440\u0438\u0444\u0442\u043e\u0432 \u0432 SVG \u0438\u0441\u043f\u043e\u043b\u044c\u0437\u0443\u044f font-face \u0432\u043c\u0435\u0441\u0442\u043e \u0432\u0435\u043a\u0442\u043e\u0440\u043d\u044b\u0445 \u0444\u043e\u0440\u043c - -config.name.showMethodBodyId = \u041f\u043e\u043a\u0430\u0437\u044b\u0432\u0430\u0442\u044c id \u0442\u0435\u043b\u0430 \u043c\u0435\u0442\u043e\u0434\u0430 (methodbody) -config.description.showMethodBodyId = \u041f\u043e\u043a\u0430\u0437\u044b\u0432\u0430\u0435\u0442 id methodbody \u043f\u0440\u0438 \u0438\u043c\u043f\u043e\u0440\u0442\u0435 \u0447\u0435\u0440\u0435\u0437 \u043a\u043e\u043c\u0430\u043d\u0434\u043d\u0443\u044e \u0441\u0442\u0440\u043e\u043a\u0443 - -config.name.debuggerPort = \u041f\u043e\u0440\u0442 \u043e\u0442\u043b\u0430\u0434\u0447\u0438\u043a\u0430 -config.description.debuggerPort = \u041f\u043e\u0440\u0442, \u0438\u0441\u043f\u043e\u043b\u044c\u0437\u0443\u0435\u043c\u044b\u0439 \u0434\u043b\u044f \u043e\u0442\u043b\u0430\u0434\u043a\u0438 \u0447\u0435\u0440\u0435\u0437 \u0441\u043e\u043a\u0435\u0442\u043d\u043e\u0435 \u0441\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u0438\u0435 - -config.name.randomDebuggerPackage = \u0418\u0441\u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u0442\u044c \u0441\u043b\u0443\u0447\u0430\u0439\u043d\u043e\u0435 \u0438\u043c\u044f \u043f\u0430\u043a\u0435\u0442\u0430 \u0434\u043b\u044f \u043e\u0442\u043b\u0430\u0434\u0447\u0438\u043a\u0430 -config.description.randomDebuggerPackage = \u041f\u0435\u0440\u0435\u0438\u043c\u0435\u043d\u043e\u0432\u044b\u0432\u0430\u0442\u044c \u043f\u0430\u043a\u0435\u0442 \u043e\u0442\u043b\u0430\u0434\u0447\u0438\u043a\u0430 \u0432 \u0441\u043b\u0443\u0447\u0430\u0439\u043d\u0443\u044e \u0441\u0442\u0440\u043e\u043a\u0443, \u0447\u0442\u043e \u0443\u0441\u043b\u043e\u0436\u043d\u044f\u0435\u0442 \u043e\u043f\u0440\u0435\u0434\u0435\u043b\u0435\u043d\u0438\u0435 \u043d\u0430\u043b\u0438\u0447\u0438\u044f \u043e\u0442\u043b\u0430\u0434\u0447\u0438\u043a\u0430 \u0438\u0437 ActionScript - -config.name.getLocalNamesFromDebugInfo = AS3: \u041f\u043e\u043b\u0443\u0447\u0438\u0442\u044c \u0438\u043c\u0435\u043d\u0430 \u043b\u043e\u043a\u0430\u043b\u044c\u043d\u044b\u0445 \u0440\u0435\u0433\u0438\u0441\u0442\u0440\u043e\u0432 \u0438\u0437 \u043e\u0442\u043b\u0430\u0434\u043e\u0447\u043d\u043e\u0439 \u0438\u043d\u0444\u043e\u0440\u043c\u0430\u0446\u0438\u0438 -config.description.getLocalNamesFromDebugInfo = \u041f\u0435\u0440\u0435\u0438\u043c\u0435\u043d\u043e\u0432\u044b\u0432\u0430\u0435\u0442 \u043b\u043e\u043a\u0430\u043b\u044c\u043d\u044b\u0435 \u0440\u0435\u0433\u0438\u0441\u0442\u0440\u044b \u0438\u0437 _loc_x_ \u043d\u0430 \u0440\u0435\u0430\u043b\u044c\u043d\u044b\u0435 \u0438\u043c\u0435\u043d\u0430, \u0435\u0441\u043b\u0438 \u043f\u0440\u0438\u0441\u0443\u0442\u0441\u0442\u0432\u0443\u0435\u0442 \u043e\u0442\u043b\u0430\u0434\u043e\u0447\u043d\u0430\u044f \u0438\u043d\u0444\u043e\u0440\u043c\u0430\u0446\u0438\u044f. \u041c\u043e\u0436\u043d\u043e \u043e\u0442\u043a\u043b\u044e\u0447\u0438\u0442\u044c, \u0442.\u043a. \u043d\u0435\u043a\u043e\u0442\u043e\u0440\u044b\u0435 \u043e\u0431\u0444\u0443\u0441\u043a\u0430\u0442\u043e\u0440\u044b \u0438\u0441\u043f\u043e\u043b\u044c\u0437\u0443\u044e\u0442 \u0442\u0430\u043c \u043d\u0435\u0432\u0435\u0440\u043d\u044b\u0435 \u0438\u043c\u0435\u043d\u0430 \u0440\u0435\u0433\u0438\u0441\u0442\u0440\u043e\u0432. - -config.name.tagTreeShowEmptyFolders = \u041f\u043e\u043a\u0430\u0437\u044b\u0432\u0430\u0442\u044c \u043f\u0443\u0441\u0442\u044b\u0435 \u043f\u0430\u043f\u043a\u0438 -config.description.tagTreeShowEmptyFolders = \u041f\u043e\u043a\u0430\u0437\u044b\u0432\u0430\u0442\u044c \u043f\u0443\u0441\u0442\u044b\u0435 \u043f\u0430\u043f\u043a\u0438 \u0432 \u0434\u0435\u0440\u0435\u0432\u0435 \u0442\u044d\u0433\u043e\u0432. +advancedSettings.dialog.title=\u0414\u043e\u043f\u043e\u043b\u043d\u0438\u0442\u0435\u043b\u044c\u043d\u044b\u0435 \u043d\u0430\u0441\u0442\u0440\u043e\u0439\u043a\u0438 +advancedSettings.restartConfirmation=\u0414\u043b\u044f \u043f\u0440\u0438\u043c\u0435\u043d\u0435\u043d\u0438\u044f \u043d\u0435\u043a\u043e\u0442\u043e\u0440\u044b\u0445 \u043d\u0430\u0441\u0442\u0440\u043e\u0435\u043a \u043d\u0435\u043e\u0431\u0445\u043e\u0434\u0438\u043c\u043e \u043f\u0435\u0440\u0435\u0437\u0430\u043f\u0443\u0441\u0442\u0438\u0442\u044c \u043f\u0440\u0438\u043b\u043e\u0436\u0435\u043d\u0438\u0435. \u041f\u0435\u0440\u0435\u0437\u0430\u043f\u0443\u0441\u0442\u0438\u0442\u044c \u0441\u0435\u0439\u0447\u0430\u0441? +advancedSettings.columns.name=\u0418\u043c\u044f +advancedSettings.columns.value=\u0417\u043d\u0430\u0447\u0435\u043d\u0438\u0435 +advancedSettings.columns.description=\u041e\u043f\u0438\u0441\u0430\u043d\u0438\u0435 +default=\u043f\u043e \u0443\u043c\u043e\u043b\u0447\u0430\u043d\u0438\u044e +config.group.name.export=\u042d\u043a\u0441\u043f\u043e\u0440\u0442 +config.group.description.export=\u041d\u0430\u0441\u0442\u0440\u043e\u0439\u043a\u0438 \u044d\u043a\u0441\u043f\u043e\u0440\u0442\u0430 +config.group.name.script=\u0421\u043a\u0440\u0438\u043f\u0442\u044b +config.group.description.script=\u0412\u0441\u0435, \u0447\u0442\u043e \u0441\u0432\u044f\u0437\u0430\u043d\u043e \u0441 \u0434\u0435\u043a\u043e\u043c\u043f\u0438\u043b\u044f\u0446\u0438\u0435\u0439 ActionScript +config.group.name.update=\u041e\u0431\u043d\u043e\u0432\u043b\u0435\u043d\u0438\u044f +config.group.description.update=\u041f\u0440\u043e\u0432\u0435\u0440\u043a\u0430 \u043e\u0431\u043d\u043e\u0432\u043b\u0435\u043d\u0438\u0439 +config.group.name.format=\u0424\u043e\u0440\u043c\u0430\u0442\u0438\u0440\u043e\u0432\u0430\u043d\u0438\u0435 +config.group.description.format=\u0424\u043e\u0440\u043c\u0430\u0442\u0438\u0440\u043e\u0432\u0430\u043d\u0438\u0435 ActionScript \u043a\u043e\u0434\u0430 +config.group.name.limit=\u041e\u0433\u0440\u0430\u043d\u0438\u0447\u0435\u043d\u0438\u044f +config.group.description.limit=\u0422\u0430\u0439\u043c-\u0430\u0443\u0442 \u0434\u0435\u043a\u043e\u043c\u043f\u0438\u043b\u044f\u0446\u0438\u0438 \u043e\u0431\u0444\u0443\u0441\u0446\u0438\u0440\u043e\u0432\u0430\u043d\u043d\u043e\u0433\u043e \u043a\u043e\u0434\u0430, \u0438 \u0442.\u0434. +config.group.name.ui=\u0418\u043d\u0442\u0435\u0440\u0444\u0435\u0439\u0441 +config.group.description.ui=\u041d\u0430\u0441\u0442\u0440\u043e\u0439\u043a\u0438 \u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u0442\u0435\u043b\u044c\u0441\u043a\u043e\u0433\u043e \u0438\u043d\u0442\u0435\u0440\u0444\u0435\u0439\u0441\u0430 +config.group.name.debug=\u041e\u0442\u043b\u0430\u0434\u043a\u0430 +config.group.description.debug=\u041d\u0430\u0441\u0442\u0440\u043e\u0439\u043a\u0438 \u043e\u0442\u043b\u0430\u0434\u043a\u0438 +config.group.name.display=\u041e\u0442\u043e\u0431\u0440\u0430\u0436\u0435\u043d\u0438\u0435 +config.group.description.display=\u041e\u0442\u043e\u0431\u0440\u0430\u0436\u0435\u043d\u0438\u0435 flash \u043e\u0431\u044a\u0435\u043a\u0442\u043e\u0432 \u0438 \u0442.\u0434. +config.group.name.decompilation=\u0414\u0435\u043a\u043e\u043c\u043f\u0438\u043b\u044f\u0446\u0438\u044f +config.group.description.decompilation=\u041d\u0430\u0441\u0442\u0440\u043e\u0439\u043a\u0438, \u0441\u0432\u044f\u0437\u0430\u043d\u043d\u044b\u0435 \u0441 \u0434\u0435\u043a\u043e\u043c\u043f\u0438\u043b\u044f\u0446\u0438\u0435\u0439 \u043a\u043e\u0434\u0430 +config.group.name.other=\u0420\u0430\u0437\u043d\u043e\u0435 +config.group.description.other=\u0420\u0430\u0437\u043d\u044b\u0435 \u043d\u0435\u043a\u043b\u0430\u0441\u0441\u0438\u0444\u0438\u0446\u0438\u0440\u043e\u0432\u0430\u043d\u043d\u044b\u0435 \u043d\u0430\u0441\u0442\u0440\u043e\u0439\u043a\u0438 +config.name.openMultipleFiles=\u041e\u0442\u043a\u0440\u044b\u0432\u0430\u0442\u044c \u043d\u0435\u0441\u043a\u043e\u043b\u044c\u043a\u043e \u0444\u0430\u0439\u043b\u043e\u0432 +config.description.openMultipleFiles=\u041f\u043e\u0437\u0432\u043e\u043b\u044f\u0435\u0442 \u043e\u0442\u043a\u0440\u044b\u0432\u0430\u0442\u044c \u043d\u0435\u0441\u043a\u043e\u043b\u044c\u043a\u043e \u0444\u0430\u0439\u043b\u043e\u0432 \u0432 \u043e\u0434\u043d\u043e\u043c \u043e\u043a\u043d\u0435 +config.name.decompile=\u041e\u0442\u043e\u0431\u0440\u0430\u0436\u0430\u0442\u044c \u0438\u0441\u0445\u043e\u0434\u043d\u044b\u0439 \u043a\u043e\u0434 ActionScript +config.description.decompile=\u0412\u044b \u043c\u043e\u0436\u0435\u0442\u0435 \u043e\u0442\u043a\u043b\u044e\u0447\u0438\u0442\u044c \u043e\u0442\u043e\u0431\u0440\u0430\u0436\u0435\u043d\u0438\u0435 \u0438\u0441\u0445\u043e\u0434\u043d\u043e\u0433\u043e \u043a\u043e\u0434\u0430, \u043e\u0441\u0442\u0430\u0432\u0438\u0432 \u0442\u043e\u043b\u044c\u043a\u043e P-code +config.name.dumpView=\u041f\u0440\u043e\u0441\u043c\u043e\u0442\u0440 \u043e\u0431\u0440\u0430\u0437\u0430 +config.description.dumpView=\u041f\u0440\u043e\u0441\u043c\u043e\u0442\u0440 \u0441\u044b\u0440\u043e\u0433\u043e \u043e\u0431\u0440\u0430\u0437\u0430 \u0434\u0430\u043d\u043d\u044b\u0445 +config.name.useHexColorFormat=Hex \u0444\u043e\u0440\u043c\u0430\u0442 \u0446\u0432\u0435\u0442\u0430 +config.description.useHexColorFormat=\u041f\u043e\u043a\u0430\u0437\u044b\u0432\u0430\u0442\u044c \u0446\u0432\u0435\u0442\u0430 \u0432 hex \u0444\u043e\u0440\u043c\u0430\u0442\u0435 +config.name.parallelSpeedUp=Parallel SpeedUp +config.description.parallelSpeedUp=\u0420\u0430\u0441\u043f\u0430\u0440\u0430\u043b\u043b\u0435\u043b\u0438\u0432\u0430\u043d\u0438\u0435 \u0432\u044b\u0447\u0438\u0441\u043b\u0435\u043d\u0438\u0439 \u043f\u0440\u0438 \u0434\u0435\u043a\u043e\u043c\u043f\u0438\u043b\u044f\u0446\u0438\u0438 \u043c\u043e\u0436\u0435\u0442 \u0443\u0432\u0435\u043b\u0438\u0447\u0438\u0442\u044c \u0435\u0435 \u043f\u0440\u043e\u0438\u0437\u0432\u043e\u0434\u0438\u0442\u0435\u043b\u044c\u043d\u043e\u0441\u0442\u044c +config.name.parallelSpeedUpThreadCount=\u041a\u043e\u043b\u0438\u0447\u0435\u0441\u0442\u0432\u043e \u043f\u043e\u0442\u043e\u043a\u043e\u0432 +config.description.parallelSpeedUpThreadCount=\u041a\u043e\u043b\u0438\u0447\u0435\u0441\u0442\u0432\u043e \u043f\u043e\u0442\u043e\u043a\u043e\u0432 \u0434\u043b\u044f \u0440\u0430\u0441\u043f\u0430\u0440\u0430\u043b\u043b\u0435\u043b\u0438\u0432\u0430\u043d\u0438\u044f +config.name.autoDeobfuscate=\u0410\u0432\u0442\u043e\u043c\u0430\u0442\u0438\u0447\u0435\u0441\u043a\u0430\u044f \u0434\u0435\u043e\u0431\u0444\u0443\u0441\u043a\u0430\u0446\u0438\u044f +config.description.autoDeobfuscate=\u0414\u0435\u043e\u0431\u0444\u0443\u0441\u0446\u0438\u0440\u043e\u0432\u0430\u0442\u044c \u043a\u043e\u0434 \u043f\u0435\u0440\u0435\u0434 \u0434\u0435\u043a\u043e\u043c\u043f\u0438\u043b\u044f\u0446\u0438\u0435\u0439 +config.name.cacheOnDisk=\u041a\u044d\u0448\u0438\u0440\u043e\u0432\u0430\u0442\u044c \u043d\u0430 \u0434\u0438\u0441\u043a +config.description.cacheOnDisk=\u041a\u044d\u0448\u0438\u0440\u043e\u0432\u0430\u0442\u044c \u0434\u0435\u043a\u043e\u043c\u043f\u0438\u043b\u0438\u0440\u043e\u0432\u0430\u043d\u043d\u044b\u0435 \u0443\u0447\u0430\u0441\u0442\u043a\u0438 \u043a\u043e\u0434\u0430 \u043d\u0430 \u0434\u0438\u0441\u043a, \u0432\u043c\u0435\u0441\u0442\u043e RAM +config.name.internalFlashViewer=\u0421\u0432\u043e\u0439 Flash \u043f\u0440\u043e\u0438\u0433\u0440\u044b\u0432\u0430\u0442\u0435\u043b\u044c +config.description.internalFlashViewer=\u0418\u0441\u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u0442\u044c JPEXS Flash Viewer \u0432\u043c\u0435\u0441\u0442\u043e \u0441\u0442\u0430\u043d\u0434\u0430\u0440\u0442\u043d\u043e\u0433\u043e Flash Player \u0434\u043b\u044f \u043f\u0440\u043e\u0441\u043c\u043e\u0442\u0440\u0430 \u044d\u043b\u0435\u043c\u0435\u043d\u0442\u043e\u0432 SWF \u0444\u0430\u0439\u043b\u0430 +config.name.gotoMainClassOnStartup=\u0412\u044b\u0434\u0435\u043b\u044f\u0442\u044c \u043e\u0441\u043d\u043e\u0432\u043d\u043e\u0439 \u043a\u043b\u0430\u0441\u0441 \u043f\u043e\u0441\u043b\u0435 \u043e\u0442\u043a\u0440\u044b\u0442\u0438\u044f \u0444\u0430\u0439\u043b\u0430 (AS3) +config.description.gotoMainClassOnStartup=\u041f\u0435\u0440\u0435\u0445\u043e\u0434\u0438\u0442 \u043a AS3 \u043a\u043b\u0430\u0441\u0441\u0443 \u0434\u043e\u043a\u0443\u043c\u0435\u043d\u0442\u0430 SWF \u0444\u0430\u0439\u043b\u0430 \u043f\u043e\u0441\u043b\u0435 \u0435\u0433\u043e \u043e\u0442\u043a\u0440\u044b\u0442\u0438\u044f +config.name.autoRenameIdentifiers=\u0410\u0432\u0442\u043e\u043c\u0430\u0442\u0438\u0447\u0435\u0441\u043a\u0438 \u043f\u0435\u0440\u0435\u0438\u043c\u0435\u043d\u043e\u0432\u044b\u0432\u0430\u0442\u044c \u0438\u0434\u0435\u043d\u0442\u0438\u0444\u0438\u043a\u0430\u0442\u043e\u0440\u044b +config.description.autoRenameIdentifiers=\u0410\u0432\u0442\u043e\u043c\u0430\u0442\u0438\u0447\u0435\u0441\u043a\u0438 \u043f\u0435\u0440\u0435\u0438\u043c\u0435\u043d\u043e\u0432\u044b\u0432\u0430\u0442\u044c \u043d\u0435 \u0432\u0430\u043b\u0438\u0434\u043d\u044b\u0435 \u0438\u0434\u0435\u043d\u0442\u0438\u0444\u0438\u043a\u0430\u0442\u043e\u0440\u044b \u043f\u0440\u0438 \u0437\u0430\u0433\u0440\u0443\u0437\u043a\u0435 SWF +config.name.offeredAssociation=(\u0412\u043d\u0443\u0442\u0440.) \u041f\u0440\u0435\u0434\u043b\u043e\u0436\u0435\u043d\u0438\u0435 \u0441\u0432\u044f\u0437\u0430\u0442\u044c \u0441 SWF \u0443\u0436\u0435 \u043f\u043e\u043a\u0430\u0437\u0430\u043d\u043e +config.description.offeredAssociation=\u0414\u0438\u0430\u043b\u043e\u0433 \u0441 \u043f\u0440\u0435\u0434\u043b\u043e\u0436\u0435\u043d\u0438\u0435\u043c \u0441\u0432\u044f\u0437\u0430\u0442\u044c \u0434\u0435\u043a\u043e\u043c\u043f\u0438\u043b\u044f\u0442\u043e\u0440 \u0441 SWF \u0444\u0430\u0439\u043b\u0430\u043c\u0438 \u0443\u0436\u0435 \u0431\u044b\u043b \u043f\u043e\u043a\u0430\u0437\u0430\u043d +config.name.decimalAddress=\u0418\u0441\u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u0442\u044c \u0434\u0435\u0441\u044f\u0442\u0438\u0447\u043d\u044b\u0435 \u0430\u0434\u0440\u0435\u0441\u0430 +config.description.decimalAddress=\u0418\u0441\u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u0442\u044c \u0434\u0435\u0441\u044f\u0442\u0438\u0447\u043d\u044b\u0435 \u0430\u0434\u0440\u0435\u0441\u0430 \u0432\u043c\u0435\u0441\u0442\u043e \u0448\u0435\u0441\u0442\u043d\u0430\u0434\u0446\u0430\u0442\u0435\u0440\u0438\u0447\u043d\u044b\u0445 +config.name.showAllAddresses=\u041f\u043e\u043a\u0430\u0437\u044b\u0432\u0430\u0442\u044c \u0432\u0441\u0435 \u0430\u0434\u0440\u0435\u0441\u0430 +config.description.showAllAddresses=\u041f\u043e\u043a\u0430\u0437\u044b\u0432\u0430\u0442\u044c \u0430\u0434\u0440\u0435\u0441\u0430 \u0432\u0441\u0435\u0445 ActionScript \u0438\u043d\u0441\u0442\u0440\u0443\u043a\u0446\u0438\u0439 +config.name.useFrameCache=\u041a\u044d\u0448\u0438\u0440\u043e\u0432\u0430\u0442\u044c \u043a\u0430\u0434\u0440\u044b +config.description.useFrameCache=\u041a\u044d\u0448\u0438\u0440\u043e\u0432\u0430\u0442\u044c \u043a\u0430\u0434\u0440\u044b \u043f\u0435\u0440\u0435\u0434 \u043f\u043e\u0432\u0442\u043e\u0440\u043d\u044b\u043c \u043e\u0442\u043e\u0431\u0440\u0430\u0436\u0435\u043d\u0438\u0435\u043c +config.name.useRibbonInterface=Ribbon \u0438\u043d\u0442\u0435\u0440\u0444\u0435\u0439\u0441 +config.description.useRibbonInterface=\u041e\u0442\u043a\u043b\u044e\u0447\u0438\u0442\u0435 \u0434\u043b\u044f \u0432\u043e\u0437\u0432\u0440\u0430\u0442\u0430 \u043a \u043a\u043b\u0430\u0441\u0441\u0438\u0447\u0435\u0441\u043a\u043e\u043c\u0443 \u0438\u043d\u0442\u0435\u0440\u0444\u0435\u0439\u0441\u0443 +config.name.openFolderAfterFlaExport=\u041e\u0442\u043a\u0440\u044b\u0432\u0430\u0442\u044c \u043f\u0430\u043f\u043a\u0443 \u043f\u043e\u0441\u043b\u0435 \u044d\u043a\u0441\u043f\u043e\u0440\u0442\u0430 FLA +config.description.openFolderAfterFlaExport=\u041e\u0442\u043a\u0440\u044b\u0432\u0430\u0442\u044c \u0446\u0435\u043b\u0435\u0432\u0443\u044e \u043f\u0430\u043f\u043a\u0443, \u0432 \u043a\u043e\u0442\u043e\u0440\u0443\u044e \u0431\u044b\u043b \u044d\u043a\u0441\u043f\u043e\u0440\u0442\u0438\u0440\u043e\u0432\u0430\u043d FLA \u0444\u0430\u0439\u043b +config.name.useDetailedLogging=\u041f\u043e\u0434\u0440\u043e\u0431\u043d\u044b\u0439 \u043b\u043e\u0433 +config.description.useDetailedLogging=\u041f\u0438\u0441\u0430\u0442\u044c \u0432 \u043b\u043e\u0433 \u043f\u043e\u0434\u0440\u043e\u0431\u043d\u044b\u0435 \u0434\u0430\u043d\u043d\u044b\u0435 \u043e \u043f\u0440\u0435\u0434\u0443\u043f\u0440\u0435\u0436\u0434\u0435\u043d\u0438\u044f\u0445 \u0438 \u043e\u0448\u0438\u0431\u043a\u0430\u0445, \u0434\u043b\u044f \u043e\u0442\u043b\u0430\u0434\u043e\u0447\u043d\u044b\u0445 \u0446\u0435\u043b\u0435\u0439 +config.name.resolveConstants=\u0420\u0435\u0430\u043b\u044c\u043d\u044b\u0435 \u043a\u043e\u043d\u0441\u0442\u0430\u043d\u0442\u044b \u0432 AS1/2 P-code +config.description.resolveConstants=\u041e\u0442\u043a\u043b\u044e\u0447\u0438\u0442\u0435, \u0447\u0442\u043e\u0431\u044b \u0432\u043c\u0435\u0441\u0442\u043e \u0440\u0435\u0430\u043b\u044c\u043d\u044b\u0445 \u043a\u043e\u043d\u0441\u0442\u0430\u043d\u0442 \u043e\u0442\u043e\u0431\u0440\u0430\u0436\u0430\u0442\u044c 'constantxx' \u0432 \u043e\u043a\u043d\u0435 P-code +config.name.sublimiter=\u041b\u0438\u043c\u0438\u0442 \u0437\u0430\u043c\u0435\u043d \u0432 \u043a\u043e\u0434\u0435 +config.description.sublimiter=\u041b\u0438\u043c\u0438\u0442 \u0437\u0430\u043c\u0435\u043d \u0432 \u043a\u043e\u0434\u0435 \u0434\u043b\u044f \u043e\u0431\u0444\u0443\u0441\u0446\u0438\u0440\u043e\u0432\u0430\u043d\u043d\u043e\u0433\u043e \u043a\u043e\u0434\u0430. +config.name.exportTimeout=\u0422\u0430\u0439\u043c-\u0430\u0443\u0442 \u044d\u043a\u0441\u043f\u043e\u0440\u0442\u0430 \u043a\u043e\u0434\u0430 (\u0441\u0435\u043a.) +config.description.exportTimeout=\u0414\u0435\u043a\u043e\u043c\u043f\u0438\u043b\u044f\u0442\u043e\u0440 \u043e\u0441\u0442\u0430\u043d\u043e\u0432\u0438\u0442 \u044d\u043a\u0441\u043f\u043e\u0440\u0442 \u043f\u043e \u0438\u0441\u0442\u0435\u0447\u0435\u043d\u0438\u0438 \u044d\u0442\u043e\u0433\u043e \u0432\u0440\u0435\u043c\u0435\u043d\u0438 +config.name.decompilationTimeoutFile=\u0422\u0430\u0439\u043c-\u0430\u0443\u0442 \u0434\u0435\u043a\u043e\u043c\u043f\u0438\u043b\u044f\u0446\u0438\u0438 \u043e\u0434\u043d\u043e\u0433\u043e \u0444\u0430\u0439\u043b\u0430 (\u0441\u0435\u043a.) +config.description.decompilationTimeoutFile=\u0414\u0435\u043a\u043e\u043c\u043f\u0438\u043b\u044f\u0446\u0438\u044f ActionScript \u043a\u043e\u0434\u0430 \u0431\u0443\u0434\u0435\u0442 \u043e\u0441\u0442\u0430\u043d\u043e\u0432\u043b\u0435\u043d\u0430 \u043f\u043e \u0438\u0441\u0442\u0435\u0447\u0435\u043d\u0438\u0438 \u0443\u043a\u0430\u0437\u0430\u043d\u043d\u043e\u0433\u043e \u0432\u0440\u0435\u043c\u0435\u043d\u0438 \u0434\u043b\u044f \u043e\u0434\u043d\u043e\u0433\u043e \u0444\u0430\u0439\u043b\u0430 +config.name.paramNamesEnable=\u0412\u043a\u043b\u044e\u0447\u0438\u0442\u044c \u0438\u043c\u0435\u043d\u0430 \u043f\u0430\u0440\u0430\u043c\u0435\u0442\u0440\u043e\u0432 \u0432 AS3 +config.description.paramNamesEnable=\u0418\u0441\u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u043d\u0438\u0435 \u0438\u043c\u0435\u043d \u043f\u0430\u0440\u0430\u043c\u0435\u0442\u0440\u043e\u0432 \u043c\u043e\u0436\u0435\u0442 \u0432\u044b\u0437\u044b\u0432\u0430\u0442\u044c \u043f\u0440\u043e\u0431\u043b\u0435\u043c\u044b, \u0442.\u043a. \u043e\u0444\u0438\u0446\u0438\u0430\u043b\u044c\u043d\u044b\u0435 \u043f\u0440\u043e\u0433\u0440\u0430\u043c\u043c\u044b, \u043d\u0430\u043f\u0440. Flash CS 5.5, \u0443\u043a\u0430\u0437\u044b\u0432\u0430\u044e\u0442 \u043d\u0435\u0432\u0435\u0440\u043d\u044b\u0435 \u0438\u043d\u0434\u0435\u043a\u0441\u044b \u0438\u043c\u0435\u043d \u043f\u0430\u0440\u0430\u043c\u0435\u0442\u0440\u043e\u0432 +config.name.displayFileName=\u041e\u0442\u043e\u0431\u0440\u0430\u0436\u0430\u0442\u044c \u0438\u043c\u044f SWF \u0444\u0430\u0439\u043b\u0430 \u0432 \u0437\u0430\u0433\u043e\u043b\u043e\u0432\u043a\u0435 +config.description.displayFileName=\u041f\u043e\u043a\u0430\u0437\u044b\u0432\u0430\u0442\u044c \u0438\u043c\u044f \u0444\u0430\u0439\u043b\u0430 \u0438\u043b\u0438 url \u043e\u0442\u043a\u0440\u044b\u0442\u043e\u0433\u043e SWF \u0432 \u0437\u0430\u0433\u043e\u043b\u043e\u0432\u043a\u0435 \u043e\u043a\u043d\u0430 \u043f\u0440\u043e\u0433\u0440\u0430\u043c\u043c\u044b +config.name.dumpTags=\u041f\u0438\u0441\u0430\u0442\u044c \u0442\u044d\u0433\u0438 \u0432 \u043a\u043e\u043d\u0441\u043e\u043b\u044c +config.description.dumpTags=\u0421\u0431\u0440\u0430\u0441\u044b\u0432\u0430\u0442\u044c \u0442\u044d\u0433\u0438 \u0432 \u043a\u043e\u043d\u0441\u043e\u043b\u044c \u043f\u0440\u0438 \u0447\u0442\u0435\u043d\u0438\u0438 SWF +config.name.decompilationTimeoutSingleMethod=\u0422\u0430\u0439\u043c-\u0430\u0443\u0442 \u0434\u0435\u043a\u043e\u043c\u043f\u0438\u043b\u044f\u0446\u0438\u0438 \u043e\u0434\u043d\u043e\u0433\u043e \u043c\u0435\u0442\u043e\u0434\u0430 AS3 (\u0441\u0435\u043a.) +config.description.decompilationTimeoutSingleMethod=\u0414\u0435\u043a\u043e\u043c\u043f\u0438\u043b\u044f\u0446\u0438\u044f \u0431\u0443\u0434\u0435\u0442 \u043e\u0441\u0442\u0430\u043d\u043e\u0432\u043b\u0435\u043d\u0430 \u043f\u043e \u0438\u0441\u0442\u0435\u0447\u0435\u043d\u0438\u0438 \u0443\u043a\u0430\u0437\u0430\u043d\u043d\u043e\u0433\u043e \u0432\u0440\u0435\u043c\u0435\u043d\u0438 \u043f\u0440\u0438 \u043e\u0431\u0440\u0430\u0431\u043e\u0442\u043a\u0435 \u043e\u0434\u043d\u043e\u0433\u043e \u043c\u0435\u0442\u043e\u0434\u0430 ActionScript +config.name.lastRenameType=(\u0412\u043d\u0443\u0442\u0440.) \u041f\u043e\u0441\u043b\u0435\u0434\u043d\u0438\u0439 \u0442\u0438\u043f \u043f\u0435\u0440\u0435\u0438\u043c\u0435\u043d\u043e\u0432\u0430\u043d\u0438\u044f +config.description.lastRenameType=\u041f\u043e\u0441\u043b\u0435\u0434\u043d\u0438\u0439 \u0438\u0441\u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u043d\u043d\u044b\u0439 \u0442\u0438\u043f \u043f\u0435\u0440\u0435\u0438\u043c\u0435\u043d\u043e\u0432\u0430\u043d\u0438\u044f +config.name.lastSaveDir=(\u0412\u043d\u0443\u0442\u0440.) \u041f\u043e\u0441\u043b\u0435\u0434\u043d\u044f\u044f \u043f\u0430\u043f\u043a\u0430 \u0434\u043b\u044f \u0441\u043e\u0445\u0440\u0430\u043d\u0435\u043d\u0438\u044f +config.description.lastSaveDir=\u041f\u043e\u0441\u043b\u0435\u0434\u043d\u044f\u044f \u0438\u0441\u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u043d\u043d\u0430\u044f \u043f\u0430\u043f\u043a\u0430 \u0434\u043b\u044f \u0441\u043e\u0445\u0440\u0430\u043d\u0435\u043d\u0438\u044f +config.name.lastOpenDir=(\u0412\u043d\u0443\u0442\u0440.) \u041f\u043e\u0441\u043b\u0435\u0434\u043d\u044f\u044f \u043f\u0430\u043f\u043a\u0430 \u043e\u0442\u043a\u0440\u044b\u0442\u0438\u044f +config.description.lastOpenDir=\u041f\u043e\u0441\u043b\u0435\u0434\u043d\u044f\u044f \u0438\u0441\u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u043d\u043d\u0430\u044f \u043f\u0430\u043f\u043a\u0430 \u043e\u0442\u043a\u0440\u044b\u0442\u0438\u044f +config.name.lastExportDir=(\u0412\u043d\u0443\u0442\u0440.) \u041f\u043e\u0441\u043b\u0435\u0434\u043d\u044f\u044f \u043f\u0430\u043f\u043a\u0430 \u044d\u043a\u0441\u043f\u043e\u0440\u0442\u0430 +config.description.lastExportDir=\u041f\u043e\u0441\u043b\u0435\u0434\u043d\u044f\u044f \u0438\u0441\u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u043d\u043d\u0430\u044f \u043f\u0430\u043f\u043a\u0430 \u044d\u043a\u0441\u043f\u043e\u0440\u0442\u0430 +config.name.locale=\u042f\u0437\u044b\u043a +config.description.locale=\u0418\u0434\u0435\u043d\u0442\u0438\u0444\u0438\u043a\u0430\u0442\u043e\u0440 \u043b\u043e\u043a\u0430\u043b\u0438\u0437\u0430\u0446\u0438\u0438 +config.name.registerNameFormat=\u0424\u043e\u0440\u043c\u0430\u0442 \u0438\u043c\u0435\u043d\u043e\u0432\u0430\u043d\u0438\u044f \u043f\u0435\u0440\u0435\u043c\u0435\u043d\u043d\u044b\u0445 +config.description.registerNameFormat=\u0424\u043e\u0440\u043c\u0430\u0442 \u0438\u043c\u0435\u043d \u043b\u043e\u043a\u0430\u043b\u044c\u043d\u044b\u0445 \u043f\u0435\u0440\u0435\u043c\u0435\u043d\u043d\u044b\u0445. \u0418\u0441\u043f\u043e\u043b\u044c\u0437\u0443\u0439\u0442\u0435 %d \u0434\u043b\u044f \u043d\u043e\u043c\u0435\u0440\u0430 \u043f\u0435\u0440\u0435\u043c\u0435\u043d\u043d\u043e\u0439 +config.name.maxRecentFileCount=\u041c\u0430\u043a\u0441\u0438\u043c\u0430\u043b\u044c\u043d\u043e\u0435 \u043a\u043e\u043b\u0438\u0447\u0435\u0441\u0442\u0432\u043e \u043f\u043e\u0441\u043b\u0435\u0434\u043d\u0438\u0445 \u0444\u0430\u0439\u043b\u043e\u0432 +config.description.maxRecentFileCount=\u041c\u0430\u043a\u0441\u0438\u043c\u0430\u043b\u044c\u043d\u043e\u0435 \u043a\u043e\u043b\u0438\u0447\u0435\u0441\u0442\u0432\u043e \u043f\u043e\u0441\u043b\u0435\u0434\u043d\u0438\u0445 \u0444\u0430\u0439\u043b\u043e\u0432 +config.name.recentFiles=(\u0412\u043d\u0443\u0442\u0440.) \u041f\u043e\u0441\u043b\u0435\u0434\u043d\u0438\u0435 \u0444\u0430\u0439\u043b\u044b +config.description.recentFiles=\u041f\u043e\u0441\u043b\u0435\u0434\u043d\u0438\u0435 \u043e\u0442\u043a\u0440\u044b\u0442\u044b\u0435 \u0444\u0430\u0439\u043b\u044b +config.name.fontPairingMap=(\u0412\u043d\u0443\u0442\u0440.) \u041f\u0430\u0440\u044b \u0448\u0440\u0438\u0444\u0442\u043e\u0432 \u0434\u043b\u044f \u0438\u043c\u043f\u043e\u0440\u0442\u0430 +config.description.fontPairingMap=\u041f\u0430\u0440\u044b \u0448\u0440\u0438\u0444\u0442\u043e\u0432 \u0434\u043b\u044f \u0438\u043c\u043f\u043e\u0440\u0442\u0430 \u043d\u043e\u0432\u044b\u0445 \u0441\u0438\u043c\u0432\u043e\u043b\u043e\u0432 +config.name.lastUpdatesCheckDate=(\u0412\u043d\u0443\u0442\u0440.) \u0414\u0430\u0442\u0430 \u043f\u043e\u0441\u043b\u0435\u0434\u043d\u0435\u0439 \u043f\u0440\u043e\u0432\u0435\u0440\u043a\u0438 \u043e\u0431\u043d\u043e\u0432\u043b\u0435\u043d\u0438\u044f +config.description.lastUpdatesCheckDate=\u0414\u0430\u0442\u0430 \u043f\u043e\u0441\u043b\u0435\u0434\u043d\u0435\u0439 \u043f\u0440\u043e\u0432\u0435\u0440\u043a\u0438 \u043e\u0431\u043d\u043e\u0432\u043b\u0435\u043d\u0438\u044f \u043d\u0430 \u0441\u0435\u0440\u0432\u0435\u0440\u0435 +config.name.gui.window.width=(\u0412\u043d\u0443\u0442\u0440.) \u041f\u043e\u0441\u043b\u0435\u0434\u043d\u044f\u044f \u0448\u0438\u0440\u0438\u043d\u0430 \u043e\u043a\u043d\u0430 +config.description.gui.window.width=\u041f\u043e\u0441\u043b\u0435\u0434\u043d\u044f\u044f \u0448\u0438\u0440\u0438\u043d\u0430 \u043e\u043a\u043d\u0430 +config.name.gui.window.height=(\u0412\u043d\u0443\u0442\u0440.) \u041f\u043e\u0441\u043b\u0435\u0434\u043d\u044f\u044f \u0432\u044b\u0441\u043e\u0442\u0430 \u043e\u043a\u043d\u0430 +config.description.gui.window.height=\u041f\u043e\u0441\u043b\u0435\u0434\u043d\u044f\u044f \u0432\u044b\u0441\u043e\u0442\u0430 \u043e\u043a\u043d\u0430 +config.name.gui.window.maximized.horizontal=(\u0412\u043d\u0443\u0442\u0440.) \u041e\u043a\u043d\u043e \u0440\u0430\u0437\u0432\u0435\u0440\u043d\u0443\u0442\u043e \u0433\u043e\u0440\u0438\u0437\u043e\u043d\u0442\u0430\u043b\u044c\u043d\u043e +config.description.gui.window.maximized.horizontal=\u041f\u043e\u0441\u043b\u0435\u0434\u043d\u0435\u0435 \u0441\u043e\u0441\u0442\u043e\u044f\u043d\u0438\u0435 \u043e\u043a\u043d\u0430 - \u0440\u0430\u0437\u0432\u0435\u0440\u043d\u0443\u0442\u043e \u0433\u043e\u0440\u0438\u0437\u043e\u043d\u0442\u0430\u043b\u044c\u043d\u043e +config.name.gui.window.maximized.vertical=(\u0412\u043d\u0443\u0442\u0440.) \u041e\u043a\u043d\u043e \u0440\u0430\u0437\u0432\u0435\u0440\u043d\u0443\u0442\u043e \u0432\u0435\u0440\u0442\u0438\u043a\u0430\u043b\u044c\u043d\u043e +config.description.gui.window.maximized.vertical=\u041f\u043e\u0441\u043b\u0435\u0434\u043d\u0435\u0435 \u0441\u043e\u0441\u0442\u043e\u044f\u043d\u0438\u0435 \u043e\u043a\u043d\u0430 - \u0440\u0430\u0437\u0432\u0435\u0440\u043d\u0443\u0442\u043e \u0432\u0435\u0440\u0442\u0438\u043a\u0430\u043b\u044c\u043d\u043e +config.name.gui.avm2.splitPane.dividerLocationPercent=(\u0412\u043d\u0443\u0442\u0440.) \u041f\u043e\u043b\u043e\u0436\u0435\u043d\u0438\u0435 \u0440\u0430\u0437\u0434\u0435\u043b\u0438\u0442\u0435\u043b\u044f AS3 +config.description.gui.avm2.splitPane.dividerLocationPercent= +config.name.gui.actionSplitPane.dividerLocationPercent=(\u0412\u043d\u0443\u0442\u0440.) \u041f\u043e\u043b\u043e\u0436\u0435\u043d\u0438\u0435 \u0440\u0430\u0437\u0434\u0435\u043b\u0438\u0442\u0435\u043b\u044f AS1/2 +config.description.gui.actionSplitPane.dividerLocationPercent= +config.name.gui.previewSplitPane.dividerLocationPercent=(\u0412\u043d\u0443\u0442\u0440.) \u041f\u043e\u043b\u043e\u0436\u0435\u043d\u0438\u0435 \u0440\u0430\u0437\u0434\u0435\u043b\u0438\u0442\u0435\u043b\u044f \u043e\u0431\u043b\u0430\u0441\u0442\u0438 \u043f\u0440\u0435\u0434\u043f\u0440\u043e\u0441\u043c\u043e\u0442\u0440\u0430 +config.description.gui.previewSplitPane.dividerLocationPercent= +config.name.gui.splitPane1.dividerLocationPercent=(\u0412\u043d\u0443\u0442\u0440.) \u041f\u043e\u043b\u043e\u0436\u0435\u043d\u0438\u0435 \u0440\u0430\u0437\u0434\u0435\u043b\u0438\u0442\u0435\u043b\u044f 1 +config.description.gui.splitPane1.dividerLocationPercent= +config.name.gui.splitPane2.dividerLocationPercent=(\u0412\u043d\u0443\u0442\u0440.) \u041f\u043e\u043b\u043e\u0436\u0435\u043d\u0438\u0435 \u0440\u0430\u0437\u0434\u0435\u043b\u0438\u0442\u0435\u043b\u044f 2 +config.description.gui.splitPane2.dividerLocationPercent= +config.name.saveAsExeScaleMode=\u0420\u0435\u0436\u0438\u043c \u0440\u0430\u0441\u0442\u044f\u0433\u0438\u0432\u0430\u043d\u0438\u044f \u0434\u043b\u044f \u0421\u043e\u0445\u0440\u0430\u043d\u0438\u0442\u044c \u043a\u0430\u043a EXE +config.description.saveAsExeScaleMode=\u0420\u0435\u0436\u0438\u043c \u0440\u0430\u0441\u0442\u044f\u0433\u0438\u0432\u0430\u043d\u0438\u044f \u043f\u0440\u0438 \u0441\u043e\u0445\u0440\u0430\u043d\u0435\u043d\u0438\u0438 EXE +config.name.syntaxHighlightLimit=\u041c\u0430\u043a\u0441. \u0441\u0438\u043c\u0432\u043e\u043b\u043e\u0432 \u0434\u043b\u044f \u043f\u043e\u0434\u0441\u0432\u0435\u0442\u043a\u0438 \u0441\u0438\u043d\u0442\u0430\u043a\u0441\u0438\u0441\u0430 +config.description.syntaxHighlightLimit=\u041c\u0430\u043a\u0441\u0438\u043c\u0430\u043b\u044c\u043d\u043e\u0435 \u043a\u043e\u043b\u0438\u0447\u0435\u0441\u0442\u0432\u043e \u0441\u0438\u043c\u0432\u043e\u043b\u043e\u0432, \u0434\u043b\u044f \u043a\u043e\u0442\u043e\u0440\u044b\u0445 \u0431\u0443\u0434\u0435\u0442 \u0440\u0430\u0431\u043e\u0442\u0430\u0442\u044c \u043f\u043e\u0434\u0441\u0432\u0435\u0442\u043a\u0430 \u0441\u0438\u043d\u0442\u0430\u043a\u0441\u0438\u0441\u0430 +config.name.guiFontPreviewSampleText=(\u0412\u043d\u0443\u0442\u0440.) \u041f\u043e\u0441\u043b\u0435\u0434\u043d\u0438\u0439 \u0442\u0435\u043a\u0441\u0442 \u0434\u043b\u044f \u043f\u0440\u0435\u0434\u043f\u0440\u043e\u0441\u043c\u043e\u0442\u0440\u0430 \u0448\u0440\u0438\u0444\u0442\u0430 +config.description.guiFontPreviewSampleText=\u041f\u043e\u0441\u043b\u0435\u0434\u043d\u0438\u0439 \u0442\u0435\u043a\u0441\u0442 \u0434\u043b\u044f \u043f\u0440\u0435\u0434\u043f\u0440\u043e\u0441\u043c\u043e\u0442\u0440\u0430 \u0448\u0440\u0438\u0444\u0442\u0430 +config.name.gui.fontPreviewWindow.width=(\u0412\u043d\u0443\u0442\u0440.) \u041f\u043e\u0441\u043b\u0435\u0434\u043d\u044f\u044f \u0448\u0438\u0440\u0438\u043d\u0430 \u043e\u043a\u043d\u0430 \u043f\u0440\u0435\u0434\u043f\u0440\u043e\u0441\u043c\u043e\u0442\u0440\u0430 \u0448\u0440\u0438\u0444\u0442\u0430 +config.description.gui.fontPreviewWindow.width= +config.name.gui.fontPreviewWindow.height=(\u0412\u043d\u0443\u0442\u0440.) \u041f\u043e\u0441\u043b\u0435\u0434\u043d\u044f\u044f \u0432\u044b\u0441\u043e\u0442\u0430 \u043e\u043a\u043d\u0430 \u043f\u0440\u0435\u0434\u043f\u0440\u043e\u0441\u043c\u043e\u0442\u0440\u0430 \u0448\u0440\u0438\u0444\u0442\u0430 +config.description.gui.fontPreviewWindow.height= +config.name.gui.fontPreviewWindow.posX=(\u0412\u043d\u0443\u0442\u0440.) \u041f\u043e\u0441\u043b\u0435\u0434\u043d\u044f\u044f \u043a\u043e\u043e\u0440\u0434\u0438\u043d\u0430\u0442\u0430 X \u043e\u043a\u043d\u0430 \u043f\u0440\u0435\u0434\u043f\u0440\u043e\u0441\u043c\u043e\u0442\u0440\u0430 \u0448\u0440\u0438\u0444\u0442\u0430 +config.description.gui.fontPreviewWindow.posX= +config.name.gui.fontPreviewWindow.posY=(\u0412\u043d\u0443\u0442\u0440.) \u041f\u043e\u0441\u043b\u0435\u0434\u043d\u044f\u044f \u043a\u043e\u043e\u0440\u0434\u0438\u043d\u0430\u0442\u0430 Y \u043e\u043a\u043d\u0430 \u043f\u0440\u0435\u0434\u043f\u0440\u043e\u0441\u043c\u043e\u0442\u0440\u0430 \u0448\u0440\u0438\u0444\u0442\u0430 +config.description.gui.fontPreviewWindow.posY= +config.name.formatting.indent.size=\u0420\u0430\u0437\u043c\u0435\u0440 \u043e\u0442\u0441\u0442\u0443\u043f\u0430 +config.description.formatting.indent.size=\u041a\u043e\u043b\u0438\u0447\u0435\u0441\u0442\u0432\u043e \u043f\u0440\u043e\u0431\u0435\u043b\u043e\u0432 \u0438\u043b\u0438 \u0442\u0430\u0431\u0443\u043b\u044f\u0446\u0438\u0439 \u0432 \u043e\u0434\u043d\u043e\u043c \u043e\u0442\u0441\u0442\u0443\u043f\u0435 +config.name.formatting.indent.useTabs=\u041e\u0442\u0441\u0442\u0443\u043f \u0442\u0430\u0431\u0443\u043b\u044f\u0446\u0438\u0435\u0439 +config.description.formatting.indent.useTabs=\u0418\u0441\u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u0442\u044c \u0442\u0430\u0431\u0443\u043b\u044f\u0446\u0438\u044e \u0432\u043c\u0435\u0441\u0442\u043e \u043f\u0440\u043e\u0431\u0435\u043b\u043e\u0432 \u0434\u043b\u044f \u043e\u0442\u0441\u0442\u0443\u043f\u043e\u0432 +config.name.beginBlockOnNewLine=\u0424\u0438\u0433\u0443\u0440\u043d\u0430\u044f \u0441\u043a\u043e\u0431\u043a\u0430 \u043d\u0430 \u043d\u043e\u0432\u043e\u0439 \u0441\u0442\u0440\u043e\u043a\u0435 +config.description.beginBlockOnNewLine=\u041d\u0430\u0447\u0438\u043d\u0430\u0442\u044c \u0431\u043b\u043e\u043a \u043a\u043e\u0434\u0430 \u0441\u043e \u0441\u043a\u043e\u0431\u043a\u0438 \u043d\u0430 \u043d\u043e\u0432\u043e\u0439 \u0441\u0442\u0440\u043e\u043a\u0435 +config.name.check.updates.delay=\u0417\u0430\u0434\u0435\u0440\u0436\u043a\u0430 \u043f\u0440\u043e\u0432\u0435\u0440\u043a\u0438 \u043e\u0431\u043d\u043e\u0432\u043b\u0435\u043d\u0438\u0439 +config.description.check.updates.delay=\u041c\u0438\u043d\u0438\u043c\u0430\u043b\u044c\u043d\u043e\u0435 \u0432\u0440\u0435\u043c\u044f \u043c\u0435\u0436\u0434\u0443 \u043f\u0440\u043e\u0432\u0435\u0440\u043a\u0430\u043c\u0438 \u043e\u0431\u043d\u043e\u0432\u043b\u0435\u043d\u0438\u0439 \u043f\u043e\u0441\u043b\u0435 \u0437\u0430\u043f\u0443\u0441\u043a\u0430 \u043f\u0440\u0438\u043b\u043e\u0436\u0435\u043d\u0438\u044f +config.name.check.updates.stable=\u0418\u0441\u043a\u0430\u0442\u044c \u0441\u0442\u0430\u0431\u0438\u043b\u044c\u043d\u044b\u0435 \u0432\u0435\u0440\u0441\u0438\u0438 \u043f\u0440\u0438 \u043e\u0431\u043d\u043e\u0432\u043b\u0435\u043d\u0438\u0438 +config.description.check.updates.stable= +config.name.check.updates.nightly=\u0418\u0441\u043a\u0430\u0442\u044c \u0442\u0435\u0441\u0442\u043e\u0432\u044b\u0435 (nightly) \u0432\u0435\u0440\u0441\u0438\u0438 \u043f\u0440\u0438 \u043e\u0431\u043d\u043e\u0432\u043b\u0435\u043d\u0438\u0438 +config.description.check.updates.nightly=\u0418\u0441\u043a\u0430\u0442\u044c \u0442\u0435\u0441\u0442\u043e\u0432\u044b\u0435 (nightly) \u0432\u0435\u0440\u0441\u0438\u0438 \u043f\u0440\u0438 \u043e\u0431\u043d\u043e\u0432\u043b\u0435\u043d\u0438\u0438 +config.name.check.updates.enabled=\u041f\u0440\u043e\u0432\u0435\u0440\u044f\u0442\u044c \u043e\u0431\u043d\u043e\u0432\u043b\u0435\u043d\u0438\u044f +config.description.check.updates.enabled=\u0410\u0432\u0442\u043e\u043c\u0430\u0442\u0438\u0447\u0435\u0441\u043a\u0438 \u043f\u0440\u043e\u0432\u0435\u0440\u044f\u0442\u044c \u043e\u0431\u043d\u043e\u0432\u043b\u0435\u043d\u0438\u044f \u043f\u0440\u0438 \u0437\u0430\u043f\u0443\u0441\u043a\u0435 +config.name.export.formats=(\u0412\u043d\u0443\u0442\u0440.) \u0424\u043e\u0440\u043c\u0430\u0442\u044b \u0434\u043b\u044f \u044d\u043a\u0441\u043f\u043e\u0440\u0442\u0430 +config.description.export.formats=\u041f\u043e\u0441\u043b\u0435\u0434\u043d\u0438\u0435 \u0444\u043e\u0440\u043c\u0430\u0442\u044b \u0434\u043b\u044f \u044d\u043a\u0441\u043f\u043e\u0440\u0442\u0430 +config.name.textExportSingleFile=\u042d\u043a\u0441\u043f\u043e\u0440\u0442\u0438\u0440\u043e\u0432\u0430\u0442\u044c \u0442\u0435\u043a\u0441\u0442\u044b \u0432 \u043e\u0434\u0438\u043d \u0444\u0430\u0439\u043b +config.description.textExportSingleFile=\u042d\u043a\u0441\u043f\u043e\u0440\u0442\u0438\u0440\u043e\u0432\u0430\u0442\u044c \u0442\u0435\u043a\u0441\u0442\u044b \u0432 \u043e\u0434\u0438\u043d \u0444\u0430\u0439\u043b \u0432\u043c\u0435\u0441\u0442\u043e \u043d\u0435\u0441\u043a\u043e\u043b\u044c\u043a\u0438\u0445 +config.name.textExportSingleFileSeparator=\u0420\u0430\u0437\u0434\u0435\u043b\u0438\u0442\u0435\u043b\u044c \u0442\u0435\u043a\u0441\u0442\u043e\u0432 \u043f\u0440\u0438 \u044d\u043a\u0441\u043f\u043e\u0440\u0442\u0435 \u0432 \u043e\u0434\u0438\u043d \u0444\u0430\u0439\u043b +config.description.textExportSingleFileSeparator=\u0422\u0435\u043a\u0441\u0442, \u043a\u043e\u0442\u043e\u0440\u044b\u0439 \u0441\u043b\u0435\u0434\u0443\u0435\u0442 \u0440\u0430\u0437\u043c\u0435\u0441\u0442\u0438\u0442\u044c \u043c\u0435\u0436\u0434\u0443 \u0442\u0435\u043a\u0441\u0442\u0430\u043c\u0438 \u043f\u0440\u0438 \u044d\u043a\u0441\u043f\u043e\u0440\u0442\u0435 \u0432 \u043e\u0434\u0438\u043d \u0444\u0430\u0439\u043b +config.name.textExportSingleFileRecordSeparator=\u0420\u0430\u0437\u0434\u0435\u043b\u0438\u0442\u0435\u043b\u044c \u0437\u0430\u043f\u0438\u0441\u0435\u0439 \u043f\u0440\u0438 \u044d\u043a\u0441\u043f\u043e\u0440\u0442\u0435 \u0432 \u043e\u0434\u0438\u043d \u0444\u0430\u0439\u043b +config.description.textExportSingleFileRecordSeparator=\u0422\u0435\u043a\u0441\u0442, \u043a\u043e\u0442\u043e\u0440\u044b\u0439 \u0441\u043b\u0435\u0434\u0443\u0435\u0442 \u0440\u0430\u0437\u043c\u0435\u0441\u0442\u0438\u0442\u044c \u043c\u0435\u0436\u0434\u0443 \u0442\u0435\u043a\u0441\u0442\u043e\u0432\u044b\u043c\u0438 \u0437\u0430\u043f\u0438\u0441\u044f\u043c\u0438 \u043f\u0440\u0438 \u044d\u043a\u0441\u043f\u043e\u0440\u0442\u0435 \u0432 \u043e\u0434\u0438\u043d \u0444\u0430\u0439\u043b +config.name.warning.experimental.as12edit=\u041f\u0440\u0435\u0434\u0443\u043f\u0440\u0435\u0436\u0434\u0430\u0442\u044c \u043f\u0440\u0438 \u043f\u0440\u044f\u043c\u043e\u043c \u0440\u0435\u0434\u0430\u043a\u0442\u0438\u0440\u043e\u0432\u0430\u043d\u0438\u0438 AS1/2 +config.description.warning.experimental.as12edit=\u041f\u043e\u043a\u0430\u0437\u044b\u0432\u0430\u0442\u044c \u043f\u0440\u0435\u0434\u0443\u043f\u0440\u0435\u0436\u0434\u0435\u043d\u0438\u0435 \u043f\u0440\u0438 \u043f\u043e\u043f\u044b\u0442\u043a\u0435 \u0438\u0441\u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u043d\u0438\u044f \u044d\u043a\u0441\u043f\u0435\u0440\u0438\u043c\u0435\u043d\u0442\u0430\u043b\u044c\u043d\u043e\u0433\u043e \u0440\u0435\u0434\u0430\u043a\u0442\u0438\u0440\u043e\u0432\u0430\u043d\u0438\u044f AS1/2 +config.name.warning.experimental.as3edit=\u041f\u0440\u0435\u0434\u0443\u043f\u0440\u0435\u0436\u0434\u0430\u0442\u044c \u043f\u0440\u0438 \u043f\u0440\u044f\u043c\u043e\u043c \u0440\u0435\u0434\u0430\u043a\u0442\u0438\u0440\u043e\u0432\u0430\u043d\u0438\u0438 AS3 +config.description.warning.experimental.as3edit=\u041f\u043e\u043a\u0430\u0437\u044b\u0432\u0430\u0442\u044c \u043f\u0440\u0435\u0434\u0443\u043f\u0440\u0435\u0436\u0434\u0435\u043d\u0438\u0435 \u043f\u0440\u0438 \u043f\u043e\u043f\u044b\u0442\u043a\u0435 \u0438\u0441\u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u043d\u0438\u044f \u044d\u043a\u0441\u043f\u0435\u0440\u0438\u043c\u0435\u043d\u0442\u0430\u043b\u044c\u043d\u043e\u0433\u043e \u0440\u0435\u0434\u0430\u043a\u0442\u0438\u0440\u043e\u0432\u0430\u043d\u0438\u044f AS3 +config.name.packJavaScripts=\u0423\u043f\u0430\u043a\u043e\u0432\u044b\u0432\u0430\u0442\u044c JavaScript'\u044b +config.description.packJavaScripts=\u0417\u0430\u043f\u0443\u0441\u043a\u0430\u0442\u044c \u0443\u043f\u0430\u043a\u043e\u0432\u0449\u0438\u043a JavaScript \u043d\u0430 \u0441\u043a\u0440\u0438\u043f\u0442\u0430\u0445, \u0441\u043e\u0437\u0434\u0430\u043d\u043d\u044b\u0445 \u0432 Canvas Export. +config.name.textExportExportFontFace=\u0418\u0441\u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u0442\u044c font-face \u043f\u0440\u0438 \u044d\u043a\u0441\u043f\u043e\u0440\u0442\u0435 SVG +config.description.textExportExportFontFace=\u0412\u043a\u043b\u044e\u0447\u0430\u0442\u044c \u0444\u0430\u0439\u043b\u044b \u0448\u0440\u0438\u0444\u0442\u043e\u0432 \u0432 SVG \u0438\u0441\u043f\u043e\u043b\u044c\u0437\u0443\u044f font-face \u0432\u043c\u0435\u0441\u0442\u043e \u0432\u0435\u043a\u0442\u043e\u0440\u043d\u044b\u0445 \u0444\u043e\u0440\u043c +config.name.showMethodBodyId=\u041f\u043e\u043a\u0430\u0437\u044b\u0432\u0430\u0442\u044c id \u0442\u0435\u043b\u0430 \u043c\u0435\u0442\u043e\u0434\u0430 (methodbody) +config.description.showMethodBodyId=\u041f\u043e\u043a\u0430\u0437\u044b\u0432\u0430\u0435\u0442 id methodbody \u043f\u0440\u0438 \u0438\u043c\u043f\u043e\u0440\u0442\u0435 \u0447\u0435\u0440\u0435\u0437 \u043a\u043e\u043c\u0430\u043d\u0434\u043d\u0443\u044e \u0441\u0442\u0440\u043e\u043a\u0443 +config.name.debuggerPort=\u041f\u043e\u0440\u0442 \u043e\u0442\u043b\u0430\u0434\u0447\u0438\u043a\u0430 +config.description.debuggerPort=\u041f\u043e\u0440\u0442, \u0438\u0441\u043f\u043e\u043b\u044c\u0437\u0443\u0435\u043c\u044b\u0439 \u0434\u043b\u044f \u043e\u0442\u043b\u0430\u0434\u043a\u0438 \u0447\u0435\u0440\u0435\u0437 \u0441\u043e\u043a\u0435\u0442\u043d\u043e\u0435 \u0441\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u0438\u0435 +config.name.randomDebuggerPackage=\u0418\u0441\u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u0442\u044c \u0441\u043b\u0443\u0447\u0430\u0439\u043d\u043e\u0435 \u0438\u043c\u044f \u043f\u0430\u043a\u0435\u0442\u0430 \u0434\u043b\u044f \u043e\u0442\u043b\u0430\u0434\u0447\u0438\u043a\u0430 +config.description.randomDebuggerPackage=\u041f\u0435\u0440\u0435\u0438\u043c\u0435\u043d\u043e\u0432\u044b\u0432\u0430\u0442\u044c \u043f\u0430\u043a\u0435\u0442 \u043e\u0442\u043b\u0430\u0434\u0447\u0438\u043a\u0430 \u0432 \u0441\u043b\u0443\u0447\u0430\u0439\u043d\u0443\u044e \u0441\u0442\u0440\u043e\u043a\u0443, \u0447\u0442\u043e \u0443\u0441\u043b\u043e\u0436\u043d\u044f\u0435\u0442 \u043e\u043f\u0440\u0435\u0434\u0435\u043b\u0435\u043d\u0438\u0435 \u043d\u0430\u043b\u0438\u0447\u0438\u044f \u043e\u0442\u043b\u0430\u0434\u0447\u0438\u043a\u0430 \u0438\u0437 ActionScript +config.name.getLocalNamesFromDebugInfo=AS3: \u041f\u043e\u043b\u0443\u0447\u0438\u0442\u044c \u0438\u043c\u0435\u043d\u0430 \u043b\u043e\u043a\u0430\u043b\u044c\u043d\u044b\u0445 \u0440\u0435\u0433\u0438\u0441\u0442\u0440\u043e\u0432 \u0438\u0437 \u043e\u0442\u043b\u0430\u0434\u043e\u0447\u043d\u043e\u0439 \u0438\u043d\u0444\u043e\u0440\u043c\u0430\u0446\u0438\u0438 +config.description.getLocalNamesFromDebugInfo=\u041f\u0435\u0440\u0435\u0438\u043c\u0435\u043d\u043e\u0432\u044b\u0432\u0430\u0435\u0442 \u043b\u043e\u043a\u0430\u043b\u044c\u043d\u044b\u0435 \u0440\u0435\u0433\u0438\u0441\u0442\u0440\u044b \u0438\u0437 _loc_x_ \u043d\u0430 \u0440\u0435\u0430\u043b\u044c\u043d\u044b\u0435 \u0438\u043c\u0435\u043d\u0430, \u0435\u0441\u043b\u0438 \u043f\u0440\u0438\u0441\u0443\u0442\u0441\u0442\u0432\u0443\u0435\u0442 \u043e\u0442\u043b\u0430\u0434\u043e\u0447\u043d\u0430\u044f \u0438\u043d\u0444\u043e\u0440\u043c\u0430\u0446\u0438\u044f. \u041c\u043e\u0436\u043d\u043e \u043e\u0442\u043a\u043b\u044e\u0447\u0438\u0442\u044c, \u0442.\u043a. \u043d\u0435\u043a\u043e\u0442\u043e\u0440\u044b\u0435 \u043e\u0431\u0444\u0443\u0441\u043a\u0430\u0442\u043e\u0440\u044b \u0438\u0441\u043f\u043e\u043b\u044c\u0437\u0443\u044e\u0442 \u0442\u0430\u043c \u043d\u0435\u0432\u0435\u0440\u043d\u044b\u0435 \u0438\u043c\u0435\u043d\u0430 \u0440\u0435\u0433\u0438\u0441\u0442\u0440\u043e\u0432. +config.name.tagTreeShowEmptyFolders=\u041f\u043e\u043a\u0430\u0437\u044b\u0432\u0430\u0442\u044c \u043f\u0443\u0441\u0442\u044b\u0435 \u043f\u0430\u043f\u043a\u0438 +config.description.tagTreeShowEmptyFolders=\u041f\u043e\u043a\u0430\u0437\u044b\u0432\u0430\u0442\u044c \u043f\u0443\u0441\u0442\u044b\u0435 \u043f\u0430\u043f\u043a\u0438 \u0432 \u0434\u0435\u0440\u0435\u0432\u0435 \u0442\u044d\u0433\u043e\u0432. diff --git a/src/com/jpexs/decompiler/flash/gui/locales/AdvancedSettingsDialog_sv.properties b/src/com/jpexs/decompiler/flash/gui/locales/AdvancedSettingsDialog_sv.properties index f9e8734e6..15ecd3ddc 100644 --- a/src/com/jpexs/decompiler/flash/gui/locales/AdvancedSettingsDialog_sv.properties +++ b/src/com/jpexs/decompiler/flash/gui/locales/AdvancedSettingsDialog_sv.properties @@ -12,522 +12,353 @@ # # You should have received a copy of the GNU General Public License # along with this program. If not, see . - -advancedSettings.dialog.title = Avancerade Inst\u00e4llningar -advancedSettings.restartConfirmation = Du m\u00e5ste starta om programmet f\u00f6r att vissa modifieringar ska b\u00f6rja g\u00e4lla. Vill du starta om nu? -advancedSettings.columns.name = Namn -advancedSettings.columns.value = V\u00e4rde -advancedSettings.columns.description = Beskrivning -default = standard - -config.group.name.export = Exportera -config.group.description.export = konfiguration utav exporteringar - -config.group.name.script = Skripts -config.group.description.script = relaterad ActionScript dekompilering - -config.group.name.update = Uppdateringar -config.group.description.update = Kollar efter uppdateringar - -config.group.name.format = Formatering -config.group.description.format = ActionScript kod formatering - -config.group.name.limit = Gr\u00e4nser -config.group.description.limit = Dekompilerings gr\u00e4nser f\u00f6r obfuskerad kod, med mera. - -config.group.name.ui = Gr\u00e4nssnitt -config.group.description.ui = Anv\u00e4ndar gr\u00e4nssnitts konfiguration - -config.group.name.debug = Fels\u00f6kning -config.group.description.debug = Fels\u00f6knings inst\u00e4llningar - -config.group.name.display = Visa -config.group.description.display = Visa Flash objekt, med mera. - -config.group.name.decompilation = Dekompilering -config.group.description.decompilation = Global dekompilerings relaterade funktioner - -config.group.name.other = Annat -config.group.description.other = Andra okategoriserade inst\u00e4llningar - -config.name.openMultipleFiles = \u00d6ppna flera filer -config.description.openMultipleFiles = Till\u00e5ter \u00f6ppning utav flera filer samtidigt i ett f\u00f6nster - -config.name.decompile = Visa ActionScripts k\u00e4lla -config.description.decompile = Du kan inaktivera AS dekompilering, och bara P-kod kommer att visas - -config.name.dumpView = Dumpnings Vy -config.description.dumpView = Visa r\u00e5 information dumpning - -config.name.useHexColorFormat = Hex f\u00e4rg utseende -config.description.useHexColorFormat = Visa f\u00e4rgerna i hex format - -config.name.parallelSpeedUp = Parallell Uppsnabbning -config.description.parallelSpeedUp = Parallellitet kan snabba upp dekompileringen - -config.name.parallelSpeedUpThreadCount = Antal tr\u00e5dar -config.description.parallelSpeedUpThreadCount = Antal tr\u00e5dar f\u00f6r parallell uppsnabbning - -config.name.autoDeobfuscate = Automatisk deobfuskering -config.description.autoDeobfuscate = K\u00f6r deobfuskering p\u00e5 alla filer innan ActionScript dekompilering - -config.name.cacheOnDisk = Anv\u00e4nd cachning p\u00e5 disk -config.description.cacheOnDisk = Cache dekompilerar delar p\u00e5 h\u00e5rddisken ist\u00e4llet f\u00f6r minnet - -config.name.internalFlashViewer = Anv\u00e4nd egen Flash visare -config.description.internalFlashViewer = Anv\u00e4nd JPEXS Flash Visare ist\u00e4llet f\u00f6r standard Flash Spelare f\u00f6r flash delar uppvisning - -config.name.gotoMainClassOnStartup = G\u00e5 till huvudklass vid start (AS3) -config.description.gotoMainClassOnStartup = Navigerar till dokumentklass utav AS3 fil n\u00e4r SWF \u00f6ppnas - -config.name.autoRenameIdentifiers = Automatiskt byt namn p\u00e5 identifierare -config.description.autoRenameIdentifiers = Automatiskt byt namn p\u00e5 ogiltiga identifierare n\u00e4r SWF laddas - -config.name.offeredAssociation = (Internal) F\u00f6reningen med SWF-filer visas -config.description.offeredAssociation = Dialog om filen F\u00f6reningen visas redan - -config.name.decimalAddress = Anv\u00e4nd decimal adresser -config.description.decimalAddress = Anv\u00e4nd decimal adresser ist\u00e4llet f\u00f6r hexadecimal - -config.name.showAllAddresses = Visa alla adresser -config.description.showAllAddresses = Visa alla ActionScript instruktionsadresser - -config.name.useFrameCache = Anv\u00e4nd ram cache -config.description.useFrameCache = Cache:a ram innan rendering - -config.name.useRibbonInterface = Band gr\u00e4nssnitt -config.description.useRibbonInterface = Klicka ur f\u00f6r att anv\u00e4nda klassiskt gr\u00e4nssnitt utan band-meny - -config.name.openFolderAfterFlaExport = \u00d6ppna mapp efter FLA exportering -config.description.openFolderAfterFlaExport = Visa utg\u00e5ngs katalog efter exportering utav FLA fil - -config.name.useDetailedLogging = Detaljerad Loggning -config.description.useDetailedLogging = Logga detaljerade felmeddelande och information f\u00f6r fels\u00f6knings \u00e4ndam\u00e5l - -config.name.resolveConstants = L\u00f6s konstanter i AS1/2 P-kod -config.description.resolveConstants = St\u00e4ng av detta f\u00f6r att visa 'constantxx' ist\u00e4llet f\u00f6r riktiga v\u00e4rden i P-kod f\u00f6nstret - -config.name.sublimiter = Gr\u00e4nsen f\u00f6r kod subs -config.description.sublimiter = Gr\u00e4nsen f\u00f6r kod subs f\u00f6r obfuskerad kod. - -config.name.exportTimeout = Total exporterings timeout (sekunder) -config.description.exportTimeout = Dekompileringen kommer att stanna exporteringen efter att ha n\u00e5tt den h\u00e4r tiden - -config.name.decompilationTimeoutFile = Enstaka fil-dekompilering timeout (sekunder) -config.description.decompilationTimeoutFile = Dekompileraren kommer att stoppa ActionScript dekompileringen efter att ha n\u00e5tt den h\u00e4r tiden i en fil - -config.name.paramNamesEnable = Aktivera parameter namn i AS3 -config.description.paramNamesEnable = Anv\u00e4nd parameter namn i dekompilering kan orsaka problem eftersom officiella program som Flash CS 5.5 infogar fel parameternamn index - -config.name.displayFileName = Visa SWF namn i titeln -config.description.displayFileName = Visa SWF fil/l\u00e4nk namn i f\u00f6nster titeln (Du kan skapa sk\u00e4rmdumpar d\u00e5) - -config.name.dumpTags = Dumpa taggar till konsolen -config.description.dumpTags = Dumpa taggar till konsolen efter l\u00e4sning av SWF-fil - -config.name.decompilationTimeoutSingleMethod = AS3: Enstaka metod-dekompilering timeout (sekunder) -config.description.decompilationTimeoutSingleMethod = Dekompileraren kommer att stoppa ActionScript dekompileringen efter att ha n\u00e5tt den h\u00e4r tiden i en metod - -config.name.lastRenameType = (Internal) Senaste namnbytes typ -config.description.lastRenameType = Senaste namnbytes identifierings typ - -config.name.lastSaveDir = (Internal) Senaste sparade katalog -config.description.lastSaveDir = Senaste anv\u00e4ndna sparade katalog - -config.name.lastOpenDir = (Internal) Senaste \u00f6ppna katalog -config.description.lastOpenDir = Senaste anv\u00e4ndna \u00f6ppna katalog - -config.name.lastExportDir = (Internal) Senaste exporterings katalog -config.description.lastExportDir = Senaste anv\u00e4ndna exporterings katalog - -config.name.locale = Spr\u00e5k -config.description.locale = Plats identifierare - -config.name.registerNameFormat = Register variabel format -config.description.registerNameFormat = Format av lokalt register variabla namn. Anv\u00e4nd %d f\u00f6r register nummer. - -config.name.maxRecentFileCount = Maximala senaste r\u00e4kningen -config.description.maxRecentFileCount = Maximalt nummer av senaste filerna - -config.name.recentFiles = (Internal) Senaste filerna -config.description.recentFiles = Senaste \u00f6ppnade filer - -config.name.fontPairingMap = (Internal) Typsnittspar f\u00f6r importering -config.description.fontPairingMap = Typsnittspar f\u00f6r att importera nya tecken - -config.name.lastUpdatesCheckDate = (Internal) Senaste uppdateringskontrolls datum -config.description.lastUpdatesCheckDate = Datum av senaste kontroll f\u00f6r uppdateringsserver - -config.name.gui.window.width = (Internal) Senaste f\u00f6nsterbreddd -config.description.gui.window.width = Senaste sparad f\u00f6nsterbredd - -config.name.gui.window.height = (Internal) Senaste f\u00f6nsterh\u00f6jd -config.description.gui.window.height = Senaste sparad f\u00f6nsterh\u00f6jd - -config.name.gui.window.maximized.horizontal = (Internal) Maximerat f\u00f6nster horisontellt -config.description.gui.window.maximized.horizontal = Senaste f\u00f6nsterl\u00e4ge - maximerat horisontellt - -config.name.gui.window.maximized.vertical = (Internal) Maximerat f\u00f6nter vertikalt -config.description.gui.window.maximized.vertical = Senaste f\u00f6nsterl\u00e4ge - maximerat vertikalt - -config.name.gui.avm2.splitPane.dividerLocationPercent = (Internal) AS3 Splitter l\u00e4ge -config.description.gui.avm2.splitPane.dividerLocationPercent = - -config.name.gui.actionSplitPane.dividerLocationPercent = (Internal) AS1/2 splitter l\u00e4ge -config.description.gui.actionSplitPane.dividerLocationPercent = - -config.name.gui.previewSplitPane.dividerLocationPercent = (Internal) F\u00f6rhandsvisa splitter l\u00e4ge -config.description.gui.previewSplitPane.dividerLocationPercent = - -config.name.gui.splitPane1.dividerLocationPercent = (Internal) Splitter l\u00e4ge 1 -config.description.gui.splitPane1.dividerLocationPercent = - -config.name.gui.splitPane2.dividerLocationPercent = (Internal) Splitter l\u00e4ge 2 -config.description.gui.splitPane2.dividerLocationPercent = - -config.name.saveAsExeScaleMode = Spara som EXE skalningsl\u00e4ge -config.description.saveAsExeScaleMode = Skalningsl\u00e4ge f\u00f6r EXE exportering - -config.name.syntaxHighlightLimit = Max tecken i syntax highlightning -config.description.syntaxHighlightLimit = Maximalt antal nummmer av texken f\u00f6r att k\u00f6ra syntax hilight p\u00e5 - -config.name.guiFontPreviewSampleText = (Internal) Senaste typsnitt f\u00f6rhandsvisnings exempeltext -config.description.guiFontPreviewSampleText = Senaste typsnitt f\u00f6rhandsvisning exempeltext index listan - -config.name.gui.fontPreviewWindow.width = (Internal) Senaste typsnittsf\u00f6rhandsvisningens f\u00f6nsterbredd -config.description.gui.fontPreviewWindow.width = - -config.name.gui.fontPreviewWindow.height = (Internal) Senaste typsnittsf\u00f6rhandsvisningens f\u00f6nsterh\u00f6jd -config.description.gui.fontPreviewWindow.height = - -config.name.gui.fontPreviewWindow.posX = (Internal) Senaste typsnittsf\u00f6rhandsvisningens f\u00f6nster X -config.description.gui.fontPreviewWindow.posX = - -config.name.gui.fontPreviewWindow.posY = (Internal) Senaste typsnittsf\u00f6rhandsvisningens f\u00f6nster Y -config.description.gui.fontPreviewWindow.posY = - -config.name.formatting.indent.size = Tecken per strecksats -config.description.formatting.indent.size = Nummer eller space(eller tabs) f\u00f6r ett indrag - -config.name.formatting.indent.useTabs = Tabs f\u00f6r strecksats -config.description.formatting.indent.useTabs = Anv\u00e4nd tabs ist\u00e4llet f\u00f6r spaces f\u00f6r indrag - -config.name.beginBlockOnNewLine = klammerparantes p\u00e5 ny rad -config.description.beginBlockOnNewLine = Starta block med klammerparantes p\u00e5 ny rad - -config.name.check.updates.delay = Kontrollera Uppdaterings f\u00f6rdr\u00f6jning -config.description.check.updates.delay = Minimal tid mellan automatisk kontroll f\u00f6r uppdateringar vid mjukvaru start - -config.name.check.updates.stable = Kontrollera f\u00f6r stabila versioner -config.description.check.updates.stable = Kontrollerar f\u00f6r f\u00f6r stabila uppdateringar - -config.name.check.updates.nightly = Kontrollera f\u00f6r nightly versioner -config.description.check.updates.nightly = Checking for nightly uppdateringar - -config.name.check.updates.enabled = Uppdaterings kontroll aktiverad -config.description.check.updates.enabled = Automatiskt kolla efter uppdateringar efter mjukvaru start - -config.name.export.formats = (Internal) Exporterings format -config.description.export.formats = Senast anv\u00e4ndna exporterings format - -config.name.textExportSingleFile = Exportera texter i samma fil -config.description.textExportSingleFile = Exporters texter i en och samma fil ist\u00e4llet f\u00f6r i flera - -config.name.textExportSingleFileSeparator = Separerare av texter i en och samma fil till text-exportering -config.description.textExportSingleFileSeparator = Text som ska infogas mellan texter i en och samma fil till text-exportering - -config.name.textExportSingleFileRecordSeparator = Separerare av uppgifter i en och samma fil till text-exportering -config.description.textExportSingleFileRecordSeparator = Text som ska infogas mellan text uppgifter i en och samma fil till text-exportering - -config.name.warning.experimental.as12edit = Varna p\u00e5 AS1/2 direkt redigering -config.description.warning.experimental.as12edit = Visa varning p\u00e5 AS1/2 experimentell direkt redigering - -config.name.warning.experimental.as3edit = Varna p\u00e5 AS3 direkt redigering -config.description.warning.experimental.as3edit = Visa varning p\u00e5 AS3 experimentell direkt redigering - -config.name.packJavaScripts = Paket JavaScripts -config.description.packJavaScripts = K\u00f6r JavaScript packare p\u00e5 skripts skapade p\u00e5 Canvas Exportering. - -config.name.textExportExportFontFace = Anv\u00e4nd typsnittsyta i SVG exportering -config.description.textExportExportFontFace = B\u00e4dda in typsnitssfiler i SVG, anv\u00e4nder typsnittsyta ist\u00e4llet f\u00f6r former - -config.name.lzmaFastBytes = LZMA snabba bytes (Giltiga v\u00e4rden: 5-255) -config.description.lzmaFastBytes = Snabb bytes parametrar av LZMA kodare - -config.name.pluginPath = Plugin S\u00f6kv\u00e4g -config.description.pluginPath = - - -config.name.showMethodBodyId = Visa metod kropps id -config.description.showMethodBodyId = Visar id:t utav methodbody f\u00f6r commandline importering - -config.name.export.zoom = (Internal) Exportera zoom -config.description.export.zoom = Senast anv\u00e4nd exporterings zoom - -config.name.debuggerPort = Debugger port -config.description.debuggerPort = Port anv\u00e4nd f\u00f6r socket debuggning - -config.name.displayDebuggerInfo = (Internal) Visa debugger information -config.description.displayDebuggerInfo = Visa information om debuggern innan man v\u00e4xlar det - -config.name.randomDebuggerPackage = Anv\u00e4nd slumpm\u00e4ssigt paketnamn f\u00f6r debugger -config.description.randomDebuggerPackage = Detta byter namn p\u00e5 debugger paketet till slumpm\u00e4ssig str\u00e4ng vilket g\u00f6r debuggern n\u00e4rvarar h\u00e5rdare f\u00f6r att uppt\u00e4ckas av ActionScript - -config.name.lastDebuggerReplaceFunction = (Internal) Senast valda sp\u00e5r byte -config.description.lastDebuggerReplaceFunction = Funktion-namn vilket var senast vald i ers\u00e4ttningssp\u00e5r funktion vid debugger - -config.name.getLocalNamesFromDebugInfo = AS3: F\u00e5 lokala registernamn fr\u00e5n debugger information -config.description.getLocalNamesFromDebugInfo = Om debug information visas och \u00e4r n\u00e4rvarande, namnbyte av lokala register fr\u00e5n _loc_x_ till riktiga namn. Detta kan st\u00e4ngas av eftersom vissa obfuskerare anv\u00e4nder ogiltiga registernamn d\u00e4r. - -config.name.tagTreeShowEmptyFolders = Visa tomma mappar -config.description.tagTreeShowEmptyFolders = Visa tomma mappar i tr\u00e4dvyn. - -config.name.autoLoadEmbeddedSwfs = Ladda inb\u00e4ddade SWF automatiskt -config.description.autoLoadEmbeddedSwfs = Ladda automatiskt inb\u00e4ddade SWFs fr\u00e5n DefineBinaryData taggar. - -config.name.overrideTextExportFileName = \u00d6verskrid text-exporterings filnamnet -config.description.overrideTextExportFileName = Du kan finjustera filnamnet p\u00e5 den exporterade texten. Anv\u00e4nd {filename} platsh\u00e5llare f\u00f6r att anv\u00e4nda filnamnet av nuvaranda SWF. - -config.name.showOldTextDuringTextEditing = Visa gammal text vid text \u00e4ndring -config.description.showOldTextDuringTextEditing = Visar orginala texten av text taggen med gr\u00e5 f\u00e4rg i f\u00f6rhandsvisnings omr\u00e5det. - -config.group.name.import = Importering -config.group.description.import = Konfiguration av importeringar - -config.name.textImportResizeTextBoundsMode = Text gr\u00e4ns \u00e4ndra storlekl\u00e4ge -config.description.textImportResizeTextBoundsMode = Text gr\u00e4ns storlekl\u00e4ge efter text \u00e4ndring. - -config.name.showCloseConfirmation = Visa SWF igen efter st\u00e4ng bekr\u00e4ftelse -config.description.showCloseConfirmation = Visa SWF igen efter st\u00e4ng bekr\u00e4ftelse f\u00f6r modifierade filer - -config.name.showCodeSavedMessage = Visa kod igen efter sparade meddelanden -config.description.showCodeSavedMessage = Visa kod igen efter sparade meddelanden - -config.name.showTraitSavedMessage = Visa trait igen efter sparade meddelanden -config.description.showTraitSavedMessage = Visa trait igen efter sparade meddelande - -config.name.updateProxyAddress = Http Proxy adress f\u00f6r att kolla efter uppdateringar -config.description.updateProxyAddress = Http Proxy adress f\u00f6r att kolla uppdateringar. Format: example.com:8080 - -config.name.editorMode = \u00c4ndrings Mode -config.description.editorMode = G\u00f6r text omr\u00e5den redigerbara automatiskt n\u00e4r du v\u00e4ljer en Text eller en Skriptnod - -config.name.autoSaveTagModifications = Spara automatiskt tag modifieringar -config.description.autoSaveTagModifications = Spara \u00e4ndringarna n\u00e4r du v\u00e4ljer en ny tag i tr\u00e4dvyn - -config.name.saveSessionOnExit = Spara session vid avst\u00e4ngning -config.description.saveSessionOnExit = Spara den nuvarande sessionen och \u00f6ppna igen efter FFDEc omstart (fungerar bara med riktiga filer) - -config.name.allowOnlyOneInstance = Till\u00e5t bara en FFDec instans (Bara Windows OS) -config.description.allowOnlyOneInstance = FFDec kan sedan bara k\u00f6ras en g\u00e5ng, alla filer som \u00e4r \u00f6ppnade vill bli tillagda till ett f\u00f6nster. Det fungerar bara med Windows operativsystem. - -config.name.scriptExportSingleFile = Exportera skript till en enda fil -config.description.scriptExportSingleFile = Exportera skript till en fil ist\u00e4llet f\u00f6r flera - -config.name.setFFDecVersionInExportedFont = S\u00e4tt FFDec versionnummer i exporterat typsnitt -config.description.setFFDecVersionInExportedFont = N\u00e4r den h\u00e4r inst\u00e4llningen \u00e4r avaktiverad, FFDec kommer inte att l\u00e4gga till nuvarande FFDec version nummer till det exporterade typsnittet. - -config.name.gui.skin = Anv\u00e4ndargr\u00e4nssnitt Tema -config.description.gui.skin = Utseende och k\u00e4nsla Tema - -config.name.lastSessionFiles = Senast session filerna -config.description.lastSessionFiles = Inneh\u00e5ller de \u00f6ppnade filerna fr\u00e5n den sista sessionen - -config.name.lastSessionSelection = Senaste session val -config.description.lastSessionSelection = Inneh\u00e5ller urval fr\u00e5n den senaste sessionen - -config.name.loopMedia = Upprepa ljud och sprites -config.description.loopMedia = Startar automatiskt om spelandet av ljud och sprites - -config.name.gui.timeLineSplitPane.dividerLocationPercent = (Internal) TidsLinje platsdelare -config.description.gui.timeLineSplitPane.dividerLocationPercent = - -config.name.cacheImages = Cache:a bilder -config.description.cacheImages = Cache:a avkodade bildobjekt - -config.name.swfSpecificConfigs = SWF specifika konfigurationer -config.description.swfSpecificConfigs = Inneh\u00e5ller SWF specifika konfigurationer - -config.name.exeExportMode = EXE exporterings l\u00e4ge -config.description.exeExportMode = EXE exporterings l\u00e4ge - -config.name.ignoreCLikePackages = Ignorera FlashCC / Alchemy eller liknande paket -config.description.ignoreCLikePackages = FlashCC/Alchemy paket kan inte bli dekompilerade korrekt. Du kan avaktivera dom f\u00f6r att uppsnabba andra paktets dekompileringar. - -config.name.overwriteExistingFiles = Skriv \u00f6ver Nuvarande filer -config.description.overwriteExistingFiles = Skriv \u00f6ver nuvarande filer vid exportering. F\u00f6r n\u00e4rvarande bara AS2/3 skript - -config.name.smartNumberFormatting = Anv\u00e4nd smart nummer formatering -config.description.smartNumberFormatting = Formatera speciella nummer (till exempel f\u00e4rger och tider) - -config.name.enableScriptInitializerDisplay = (REMOVED) Visa skriptinitialiserare -config.description.enableScriptInitializerDisplay = Aktivera Visa skriptinitialiserare visning och redigering. Den h\u00e4r inst\u00e4llningen kanske kan l\u00e4gga till en ny rad till varje klass fil f\u00f6r highlightning. - -config.name.autoOpenLoadedSWFs = \u00d6ppna laddade SWFs under k\u00f6rning (External visare = WIN only) -config.description.autoOpenLoadedSWFs = \u00d6ppnar automatiskt upp alla SWFs som \u00e4r laddade av AS3 Klass Laddare med att k\u00f6ra SWF n\u00e4r den spelas i FFDEC exteneral spelare. Denna funktion \u00e4r f\u00f6r Windows bara. - -config.name.lastSessionFileTitles = Senaste filtitlar -config.description.lastSessionFileTitles = Inneh\u00e5ller dom \u00f6ppna fil titlarna fr\u00e5n den senaste sessionen. (Exempel en laddad l\u00e4nk osv.) - -config.group.name.paths = S\u00f6kv\u00e4gar -config.group.description.paths = Plats f\u00f6r n\u00f6dv\u00e4ndiga filer -config.group.tip.paths = Ladda ner projector and Playerglobal fr\u00e5n adobe webbsida. Flex SDK kan blir nerladdad fr\u00e5n apache web. -config.group.link.paths = https://web.archive.org/web/20220401020702/https://www.adobe.com/support/flashplayer/debug_downloads.html https://flex.apache.org/download-binaries.html - -config.name.playerLocation = 1) Flash Player projector s\u00f6kv\u00e4g -config.description.playerLocation = Plats f\u00f6r standalone flash player program. Anv\u00e4nds f\u00f6r normalt anv\u00e4ndande. - -config.name.playerDebugLocation = 2) Flash Player projector content debugger s\u00f6kv\u00e4g -config.description.playerDebugLocation = Plats f\u00f6r standalone debug flash player program. Anv\u00e4nds f\u00f6r debugging. - -config.name.playerLibLocation = 3) PlayerGlobal (.swc) s\u00f6kv\u00e4g -config.description.playerLibLocation = Plats f\u00f6r playerglobal.swc flash player library. Det anv\u00e4nds mestadels f\u00f6r AS3 kompilering. - -config.name.debugHalt = Stoppa utf\u00f6ring vid debuggning starten -config.description.debugHalt = Pausa SWF vid start av debuggning. - -config.name.gui.avm2.splitPane.vars.dividerLocationPercent = (Internal) Fels\u00f6kningsmenyns delningsplats -config.description.gui.avm2.splitPane.vars.dividerLocationPercent = - -tip = Tips: - -config.name.gui.action.splitPane.vars.dividerLocationPercent = (Internal) AS1/2 Debugg meny delningsplats -config.description.gui.action.splitPane.vars.dividerLocationPercent = - -config.name.setMovieDelay = F\u00f6rdr\u00f6jning innan byte till SWF i external spelare i ms -config.description.setMovieDelay = Det \u00e4r inte rekomenderat att byta detta v\u00e4rde under 1000ms - -config.name.warning.svgImport = Varna vid SVG importering -config.description.warning.svgImport = - -config.name.shapeImport.useNonSmoothedFill = Anv\u00e4nd icke-sl\u00e4t fyllning n\u00e4r en form ers\u00e4tts med en bild -config.description.shapeImport.useNonSmoothedFill = - -config.name.internalFlashViewer.execute.as12 = AS1/2 i egen Flash spelare (Experimentell) -config.description.internalFlashViewer.execute.as12 = Testa att k\u00f6ra ActionSkript 1/2 under SWF Try to execute ActionScript 1/2 during SWF uppspelning med FFDec-flashvisare - -config.name.warning.hexViewNotUpToDate = Visa Hex vy inte uppdaterad varning -config.description.warning.hexViewNotUpToDate = - -config.name.displayDupInstructions = Visa \u00a7\u00a7dup instruktioner -config.description.displayDupInstructions = Visa \u00a7\u00a7dup instruktioner i koden. Utan dom, s\u00e5 kan koden bli enkelt kompilerad men n\u00e5gon dupped kod med sideffekter kan bli k\u00f6rd dubbla g\u00e5nger. - -config.name.useRegExprLiteral = Dekompilera RegExp som /pattern/mod literal. -config.description.useRegExprLiteral = Anv\u00e4nd /pattern/mod syntax n\u00e4r du decompilerar regular expressions. new RegExp("pat","mod") \u00e4r anv\u00e4nd i vilket fall - -config.name.handleSkinPartsAutomatically = Anv\u00e4nd [SkinPart] metadata automatiskt -config.description.handleSkinPartsAutomatically = Dekompilerar och direkt redigeras [SkinPart] metadata automatiskt. Men avst\u00e4ngd, _skinParts v\u00e4rde och getter metod \u00e4r synliga och manuellt redigerbara. - -config.name.simplifyExpressions = F\u00f6renkla uttryck -config.description.simplifyExpressions = Utv\u00e4rdera och f\u00f6renkla uttryck f\u00f6r att g\u00f6ra koden mer l\u00e4sbar - -config.name.resetLetterSpacingOnTextImport = \u00c5terst\u00e4ll tecken mellanrum vid text importering -config.description.resetLetterSpacingOnTextImport = Anv\u00e4ndbar f\u00f6r kyrilliska teckensnitt, eftersom de \u00e4r bredare - -config.name.flexSdkLocation = 4) Flex SDK katalogv\u00e4g -config.description.flexSdkLocation = S\u00f6kv\u00e4g av Adobe Flex SDK. Det anv\u00e4nds mest vid AS3 kompilering. - -config.name.useFlexAs3Compiler = Anv\u00e4nd Flex SDK AS3 kompilerare -config.description.useFlexAs3Compiler = Anv\u00e4nd AS3 kompilerare fr\u00e5n Flex SDK medans ActionSkript direkt redigering (Flex SDK katalogv\u00e4g beh\u00f6vs) - -config.name.showSetAdvanceValuesMessage = Visa information igen om s\u00e4tta avancerade v\u00e4rden -config.description.showSetAdvanceValuesMessage = Visa information igen om s\u00e4tta avancerade v\u00e4rden - -config.name.gui.fontSizeMultiplier = Typsnitts storleks multiplikator -config.description.gui.fontSizeMultiplier = Typsnitts storleks multiplikator - -config.name.graphVizDotLocation = 5) GraphViz Dot k\u00f6rnings s\u00f6kv\u00e4g -config.description.graphVizDotLocation = S\u00f6kv\u00e4g till dot.exe (eller liknande till linux) av GraphViz program f\u00f6r att visa grafer. - +advancedSettings.dialog.title=Avancerade Inst\u00e4llningar +advancedSettings.restartConfirmation=Du m\u00e5ste starta om programmet f\u00f6r att vissa modifieringar ska b\u00f6rja g\u00e4lla. Vill du starta om nu? +advancedSettings.columns.name=Namn +advancedSettings.columns.value=V\u00e4rde +advancedSettings.columns.description=Beskrivning +default=standard +config.group.name.export=Exportera +config.group.description.export=konfiguration utav exporteringar +config.group.name.script=Skripts +config.group.description.script=relaterad ActionScript dekompilering +config.group.name.update=Uppdateringar +config.group.description.update=Kollar efter uppdateringar +config.group.name.format=Formatering +config.group.description.format=ActionScript kod formatering +config.group.name.limit=Gr\u00e4nser +config.group.description.limit=Dekompilerings gr\u00e4nser f\u00f6r obfuskerad kod, med mera. +config.group.name.ui=Gr\u00e4nssnitt +config.group.description.ui=Anv\u00e4ndar gr\u00e4nssnitts konfiguration +config.group.name.debug=Fels\u00f6kning +config.group.description.debug=Fels\u00f6knings inst\u00e4llningar +config.group.name.display=Visa +config.group.description.display=Visa Flash objekt, med mera. +config.group.name.decompilation=Dekompilering +config.group.description.decompilation=Global dekompilerings relaterade funktioner +config.group.name.other=Annat +config.group.description.other=Andra okategoriserade inst\u00e4llningar +config.name.openMultipleFiles=\u00d6ppna flera filer +config.description.openMultipleFiles=Till\u00e5ter \u00f6ppning utav flera filer samtidigt i ett f\u00f6nster +config.name.decompile=Visa ActionScripts k\u00e4lla +config.description.decompile=Du kan inaktivera AS dekompilering, och bara P-kod kommer att visas +config.name.dumpView=Dumpnings Vy +config.description.dumpView=Visa r\u00e5 information dumpning +config.name.useHexColorFormat=Hex f\u00e4rg utseende +config.description.useHexColorFormat=Visa f\u00e4rgerna i hex format +config.name.parallelSpeedUp=Parallell Uppsnabbning +config.description.parallelSpeedUp=Parallellitet kan snabba upp dekompileringen +config.name.parallelSpeedUpThreadCount=Antal tr\u00e5dar +config.description.parallelSpeedUpThreadCount=Antal tr\u00e5dar f\u00f6r parallell uppsnabbning +config.name.autoDeobfuscate=Automatisk deobfuskering +config.description.autoDeobfuscate=K\u00f6r deobfuskering p\u00e5 alla filer innan ActionScript dekompilering +config.name.cacheOnDisk=Anv\u00e4nd cachning p\u00e5 disk +config.description.cacheOnDisk=Cache dekompilerar delar p\u00e5 h\u00e5rddisken ist\u00e4llet f\u00f6r minnet +config.name.internalFlashViewer=Anv\u00e4nd egen Flash visare +config.description.internalFlashViewer=Anv\u00e4nd JPEXS Flash Visare ist\u00e4llet f\u00f6r standard Flash Spelare f\u00f6r flash delar uppvisning +config.name.gotoMainClassOnStartup=G\u00e5 till huvudklass vid start (AS3) +config.description.gotoMainClassOnStartup=Navigerar till dokumentklass utav AS3 fil n\u00e4r SWF \u00f6ppnas +config.name.autoRenameIdentifiers=Automatiskt byt namn p\u00e5 identifierare +config.description.autoRenameIdentifiers=Automatiskt byt namn p\u00e5 ogiltiga identifierare n\u00e4r SWF laddas +config.name.offeredAssociation=(Internal) F\u00f6reningen med SWF-filer visas +config.description.offeredAssociation=Dialog om filen F\u00f6reningen visas redan +config.name.decimalAddress=Anv\u00e4nd decimal adresser +config.description.decimalAddress=Anv\u00e4nd decimal adresser ist\u00e4llet f\u00f6r hexadecimal +config.name.showAllAddresses=Visa alla adresser +config.description.showAllAddresses=Visa alla ActionScript instruktionsadresser +config.name.useFrameCache=Anv\u00e4nd ram cache +config.description.useFrameCache=Cache:a ram innan rendering +config.name.useRibbonInterface=Band gr\u00e4nssnitt +config.description.useRibbonInterface=Klicka ur f\u00f6r att anv\u00e4nda klassiskt gr\u00e4nssnitt utan band-meny +config.name.openFolderAfterFlaExport=\u00d6ppna mapp efter FLA exportering +config.description.openFolderAfterFlaExport=Visa utg\u00e5ngs katalog efter exportering utav FLA fil +config.name.useDetailedLogging=Detaljerad Loggning +config.description.useDetailedLogging=Logga detaljerade felmeddelande och information f\u00f6r fels\u00f6knings \u00e4ndam\u00e5l +config.name.resolveConstants=L\u00f6s konstanter i AS1/2 P-kod +config.description.resolveConstants=St\u00e4ng av detta f\u00f6r att visa 'constantxx' ist\u00e4llet f\u00f6r riktiga v\u00e4rden i P-kod f\u00f6nstret +config.name.sublimiter=Gr\u00e4nsen f\u00f6r kod subs +config.description.sublimiter=Gr\u00e4nsen f\u00f6r kod subs f\u00f6r obfuskerad kod. +config.name.exportTimeout=Total exporterings timeout (sekunder) +config.description.exportTimeout=Dekompileringen kommer att stanna exporteringen efter att ha n\u00e5tt den h\u00e4r tiden +config.name.decompilationTimeoutFile=Enstaka fil-dekompilering timeout (sekunder) +config.description.decompilationTimeoutFile=Dekompileraren kommer att stoppa ActionScript dekompileringen efter att ha n\u00e5tt den h\u00e4r tiden i en fil +config.name.paramNamesEnable=Aktivera parameter namn i AS3 +config.description.paramNamesEnable=Anv\u00e4nd parameter namn i dekompilering kan orsaka problem eftersom officiella program som Flash CS 5.5 infogar fel parameternamn index +config.name.displayFileName=Visa SWF namn i titeln +config.description.displayFileName=Visa SWF fil/l\u00e4nk namn i f\u00f6nster titeln (Du kan skapa sk\u00e4rmdumpar d\u00e5) +config.name.dumpTags=Dumpa taggar till konsolen +config.description.dumpTags=Dumpa taggar till konsolen efter l\u00e4sning av SWF-fil +config.name.decompilationTimeoutSingleMethod=AS3: Enstaka metod-dekompilering timeout (sekunder) +config.description.decompilationTimeoutSingleMethod=Dekompileraren kommer att stoppa ActionScript dekompileringen efter att ha n\u00e5tt den h\u00e4r tiden i en metod +config.name.lastRenameType=(Internal) Senaste namnbytes typ +config.description.lastRenameType=Senaste namnbytes identifierings typ +config.name.lastSaveDir=(Internal) Senaste sparade katalog +config.description.lastSaveDir=Senaste anv\u00e4ndna sparade katalog +config.name.lastOpenDir=(Internal) Senaste \u00f6ppna katalog +config.description.lastOpenDir=Senaste anv\u00e4ndna \u00f6ppna katalog +config.name.lastExportDir=(Internal) Senaste exporterings katalog +config.description.lastExportDir=Senaste anv\u00e4ndna exporterings katalog +config.name.locale=Spr\u00e5k +config.description.locale=Plats identifierare +config.name.registerNameFormat=Register variabel format +config.description.registerNameFormat=Format av lokalt register variabla namn. Anv\u00e4nd %d f\u00f6r register nummer. +config.name.maxRecentFileCount=Maximala senaste r\u00e4kningen +config.description.maxRecentFileCount=Maximalt nummer av senaste filerna +config.name.recentFiles=(Internal) Senaste filerna +config.description.recentFiles=Senaste \u00f6ppnade filer +config.name.fontPairingMap=(Internal) Typsnittspar f\u00f6r importering +config.description.fontPairingMap=Typsnittspar f\u00f6r att importera nya tecken +config.name.lastUpdatesCheckDate=(Internal) Senaste uppdateringskontrolls datum +config.description.lastUpdatesCheckDate=Datum av senaste kontroll f\u00f6r uppdateringsserver +config.name.gui.window.width=(Internal) Senaste f\u00f6nsterbreddd +config.description.gui.window.width=Senaste sparad f\u00f6nsterbredd +config.name.gui.window.height=(Internal) Senaste f\u00f6nsterh\u00f6jd +config.description.gui.window.height=Senaste sparad f\u00f6nsterh\u00f6jd +config.name.gui.window.maximized.horizontal=(Internal) Maximerat f\u00f6nster horisontellt +config.description.gui.window.maximized.horizontal=Senaste f\u00f6nsterl\u00e4ge - maximerat horisontellt +config.name.gui.window.maximized.vertical=(Internal) Maximerat f\u00f6nter vertikalt +config.description.gui.window.maximized.vertical=Senaste f\u00f6nsterl\u00e4ge - maximerat vertikalt +config.name.gui.avm2.splitPane.dividerLocationPercent=(Internal) AS3 Splitter l\u00e4ge +config.description.gui.avm2.splitPane.dividerLocationPercent= +config.name.gui.actionSplitPane.dividerLocationPercent=(Internal) AS1/2 splitter l\u00e4ge +config.description.gui.actionSplitPane.dividerLocationPercent= +config.name.gui.previewSplitPane.dividerLocationPercent=(Internal) F\u00f6rhandsvisa splitter l\u00e4ge +config.description.gui.previewSplitPane.dividerLocationPercent= +config.name.gui.splitPane1.dividerLocationPercent=(Internal) Splitter l\u00e4ge 1 +config.description.gui.splitPane1.dividerLocationPercent= +config.name.gui.splitPane2.dividerLocationPercent=(Internal) Splitter l\u00e4ge 2 +config.description.gui.splitPane2.dividerLocationPercent= +config.name.saveAsExeScaleMode=Spara som EXE skalningsl\u00e4ge +config.description.saveAsExeScaleMode=Skalningsl\u00e4ge f\u00f6r EXE exportering +config.name.syntaxHighlightLimit=Max tecken i syntax highlightning +config.description.syntaxHighlightLimit=Maximalt antal nummmer av texken f\u00f6r att k\u00f6ra syntax hilight p\u00e5 +config.name.guiFontPreviewSampleText=(Internal) Senaste typsnitt f\u00f6rhandsvisnings exempeltext +config.description.guiFontPreviewSampleText=Senaste typsnitt f\u00f6rhandsvisning exempeltext index listan +config.name.gui.fontPreviewWindow.width=(Internal) Senaste typsnittsf\u00f6rhandsvisningens f\u00f6nsterbredd +config.description.gui.fontPreviewWindow.width= +config.name.gui.fontPreviewWindow.height=(Internal) Senaste typsnittsf\u00f6rhandsvisningens f\u00f6nsterh\u00f6jd +config.description.gui.fontPreviewWindow.height= +config.name.gui.fontPreviewWindow.posX=(Internal) Senaste typsnittsf\u00f6rhandsvisningens f\u00f6nster X +config.description.gui.fontPreviewWindow.posX= +config.name.gui.fontPreviewWindow.posY=(Internal) Senaste typsnittsf\u00f6rhandsvisningens f\u00f6nster Y +config.description.gui.fontPreviewWindow.posY= +config.name.formatting.indent.size=Tecken per strecksats +config.description.formatting.indent.size=Nummer eller space(eller tabs) f\u00f6r ett indrag +config.name.formatting.indent.useTabs=Tabs f\u00f6r strecksats +config.description.formatting.indent.useTabs=Anv\u00e4nd tabs ist\u00e4llet f\u00f6r spaces f\u00f6r indrag +config.name.beginBlockOnNewLine=klammerparantes p\u00e5 ny rad +config.description.beginBlockOnNewLine=Starta block med klammerparantes p\u00e5 ny rad +config.name.check.updates.delay=Kontrollera Uppdaterings f\u00f6rdr\u00f6jning +config.description.check.updates.delay=Minimal tid mellan automatisk kontroll f\u00f6r uppdateringar vid mjukvaru start +config.name.check.updates.stable=Kontrollera f\u00f6r stabila versioner +config.description.check.updates.stable=Kontrollerar f\u00f6r f\u00f6r stabila uppdateringar +config.name.check.updates.nightly=Kontrollera f\u00f6r nightly versioner +config.description.check.updates.nightly=Checking for nightly uppdateringar +config.name.check.updates.enabled=Uppdaterings kontroll aktiverad +config.description.check.updates.enabled=Automatiskt kolla efter uppdateringar efter mjukvaru start +config.name.export.formats=(Internal) Exporterings format +config.description.export.formats=Senast anv\u00e4ndna exporterings format +config.name.textExportSingleFile=Exportera texter i samma fil +config.description.textExportSingleFile=Exporters texter i en och samma fil ist\u00e4llet f\u00f6r i flera +config.name.textExportSingleFileSeparator=Separerare av texter i en och samma fil till text-exportering +config.description.textExportSingleFileSeparator=Text som ska infogas mellan texter i en och samma fil till text-exportering +config.name.textExportSingleFileRecordSeparator=Separerare av uppgifter i en och samma fil till text-exportering +config.description.textExportSingleFileRecordSeparator=Text som ska infogas mellan text uppgifter i en och samma fil till text-exportering +config.name.warning.experimental.as12edit=Varna p\u00e5 AS1/2 direkt redigering +config.description.warning.experimental.as12edit=Visa varning p\u00e5 AS1/2 experimentell direkt redigering +config.name.warning.experimental.as3edit=Varna p\u00e5 AS3 direkt redigering +config.description.warning.experimental.as3edit=Visa varning p\u00e5 AS3 experimentell direkt redigering +config.name.packJavaScripts=Paket JavaScripts +config.description.packJavaScripts=K\u00f6r JavaScript packare p\u00e5 skripts skapade p\u00e5 Canvas Exportering. +config.name.textExportExportFontFace=Anv\u00e4nd typsnittsyta i SVG exportering +config.description.textExportExportFontFace=B\u00e4dda in typsnitssfiler i SVG, anv\u00e4nder typsnittsyta ist\u00e4llet f\u00f6r former +config.name.lzmaFastBytes=LZMA snabba bytes (Giltiga v\u00e4rden: 5-255) +config.description.lzmaFastBytes=Snabb bytes parametrar av LZMA kodare +config.name.pluginPath=Plugin S\u00f6kv\u00e4g +config.description.pluginPath=- +config.name.showMethodBodyId=Visa metod kropps id +config.description.showMethodBodyId=Visar id:t utav methodbody f\u00f6r commandline importering +config.name.export.zoom=(Internal) Exportera zoom +config.description.export.zoom=Senast anv\u00e4nd exporterings zoom +config.name.debuggerPort=Debugger port +config.description.debuggerPort=Port anv\u00e4nd f\u00f6r socket debuggning +config.name.displayDebuggerInfo=(Internal) Visa debugger information +config.description.displayDebuggerInfo=Visa information om debuggern innan man v\u00e4xlar det +config.name.randomDebuggerPackage=Anv\u00e4nd slumpm\u00e4ssigt paketnamn f\u00f6r debugger +config.description.randomDebuggerPackage=Detta byter namn p\u00e5 debugger paketet till slumpm\u00e4ssig str\u00e4ng vilket g\u00f6r debuggern n\u00e4rvarar h\u00e5rdare f\u00f6r att uppt\u00e4ckas av ActionScript +config.name.lastDebuggerReplaceFunction=(Internal) Senast valda sp\u00e5r byte +config.description.lastDebuggerReplaceFunction=Funktion-namn vilket var senast vald i ers\u00e4ttningssp\u00e5r funktion vid debugger +config.name.getLocalNamesFromDebugInfo=AS3: F\u00e5 lokala registernamn fr\u00e5n debugger information +config.description.getLocalNamesFromDebugInfo=Om debug information visas och \u00e4r n\u00e4rvarande, namnbyte av lokala register fr\u00e5n _loc_x_ till riktiga namn. Detta kan st\u00e4ngas av eftersom vissa obfuskerare anv\u00e4nder ogiltiga registernamn d\u00e4r. +config.name.tagTreeShowEmptyFolders=Visa tomma mappar +config.description.tagTreeShowEmptyFolders=Visa tomma mappar i tr\u00e4dvyn. +config.name.autoLoadEmbeddedSwfs=Ladda inb\u00e4ddade SWF automatiskt +config.description.autoLoadEmbeddedSwfs=Ladda automatiskt inb\u00e4ddade SWFs fr\u00e5n DefineBinaryData taggar. +config.name.overrideTextExportFileName=\u00d6verskrid text-exporterings filnamnet +config.description.overrideTextExportFileName=Du kan finjustera filnamnet p\u00e5 den exporterade texten. Anv\u00e4nd {filename} platsh\u00e5llare f\u00f6r att anv\u00e4nda filnamnet av nuvaranda SWF. +config.name.showOldTextDuringTextEditing=Visa gammal text vid text \u00e4ndring +config.description.showOldTextDuringTextEditing=Visar orginala texten av text taggen med gr\u00e5 f\u00e4rg i f\u00f6rhandsvisnings omr\u00e5det. +config.group.name.import=Importering +config.group.description.import=Konfiguration av importeringar +config.name.textImportResizeTextBoundsMode=Text gr\u00e4ns \u00e4ndra storlekl\u00e4ge +config.description.textImportResizeTextBoundsMode=Text gr\u00e4ns storlekl\u00e4ge efter text \u00e4ndring. +config.name.showCloseConfirmation=Visa SWF igen efter st\u00e4ng bekr\u00e4ftelse +config.description.showCloseConfirmation=Visa SWF igen efter st\u00e4ng bekr\u00e4ftelse f\u00f6r modifierade filer +config.name.showCodeSavedMessage=Visa kod igen efter sparade meddelanden +config.description.showCodeSavedMessage=Visa kod igen efter sparade meddelanden +config.name.showTraitSavedMessage=Visa trait igen efter sparade meddelanden +config.description.showTraitSavedMessage=Visa trait igen efter sparade meddelande +config.name.updateProxyAddress=Http Proxy adress f\u00f6r att kolla efter uppdateringar +config.description.updateProxyAddress=Http Proxy adress f\u00f6r att kolla uppdateringar. Format: example.com:8080 +config.name.editorMode=\u00c4ndrings Mode +config.description.editorMode=G\u00f6r text omr\u00e5den redigerbara automatiskt n\u00e4r du v\u00e4ljer en Text eller en Skriptnod +config.name.autoSaveTagModifications=Spara automatiskt tag modifieringar +config.description.autoSaveTagModifications=Spara \u00e4ndringarna n\u00e4r du v\u00e4ljer en ny tag i tr\u00e4dvyn +config.name.saveSessionOnExit=Spara session vid avst\u00e4ngning +config.description.saveSessionOnExit=Spara den nuvarande sessionen och \u00f6ppna igen efter FFDEc omstart (fungerar bara med riktiga filer) +config.name.allowOnlyOneInstance=Till\u00e5t bara en FFDec instans (Bara Windows OS) +config.description.allowOnlyOneInstance=FFDec kan sedan bara k\u00f6ras en g\u00e5ng, alla filer som \u00e4r \u00f6ppnade vill bli tillagda till ett f\u00f6nster. Det fungerar bara med Windows operativsystem. +config.name.scriptExportSingleFile=Exportera skript till en enda fil +config.description.scriptExportSingleFile=Exportera skript till en fil ist\u00e4llet f\u00f6r flera +config.name.setFFDecVersionInExportedFont=S\u00e4tt FFDec versionnummer i exporterat typsnitt +config.description.setFFDecVersionInExportedFont=N\u00e4r den h\u00e4r inst\u00e4llningen \u00e4r avaktiverad, FFDec kommer inte att l\u00e4gga till nuvarande FFDec version nummer till det exporterade typsnittet. +config.name.gui.skin=Anv\u00e4ndargr\u00e4nssnitt Tema +config.description.gui.skin=Utseende och k\u00e4nsla Tema +config.name.lastSessionFiles=Senast session filerna +config.description.lastSessionFiles=Inneh\u00e5ller de \u00f6ppnade filerna fr\u00e5n den sista sessionen +config.name.lastSessionSelection=Senaste session val +config.description.lastSessionSelection=Inneh\u00e5ller urval fr\u00e5n den senaste sessionen +config.name.loopMedia=Upprepa ljud och sprites +config.description.loopMedia=Startar automatiskt om spelandet av ljud och sprites +config.name.gui.timeLineSplitPane.dividerLocationPercent=(Internal) TidsLinje platsdelare +config.description.gui.timeLineSplitPane.dividerLocationPercent= +config.name.cacheImages=Cache:a bilder +config.description.cacheImages=Cache:a avkodade bildobjekt +config.name.swfSpecificConfigs=SWF specifika konfigurationer +config.description.swfSpecificConfigs=Inneh\u00e5ller SWF specifika konfigurationer +config.name.exeExportMode=EXE exporterings l\u00e4ge +config.description.exeExportMode=EXE exporterings l\u00e4ge +config.name.ignoreCLikePackages=Ignorera FlashCC / Alchemy eller liknande paket +config.description.ignoreCLikePackages=FlashCC/Alchemy paket kan inte bli dekompilerade korrekt. Du kan avaktivera dom f\u00f6r att uppsnabba andra paktets dekompileringar. +config.name.overwriteExistingFiles=Skriv \u00f6ver Nuvarande filer +config.description.overwriteExistingFiles=Skriv \u00f6ver nuvarande filer vid exportering. F\u00f6r n\u00e4rvarande bara AS2/3 skript +config.name.smartNumberFormatting=Anv\u00e4nd smart nummer formatering +config.description.smartNumberFormatting=Formatera speciella nummer (till exempel f\u00e4rger och tider) +config.name.enableScriptInitializerDisplay=(REMOVED) Visa skriptinitialiserare +config.description.enableScriptInitializerDisplay=Aktivera Visa skriptinitialiserare visning och redigering. Den h\u00e4r inst\u00e4llningen kanske kan l\u00e4gga till en ny rad till varje klass fil f\u00f6r highlightning. +config.name.autoOpenLoadedSWFs=\u00d6ppna laddade SWFs under k\u00f6rning (External visare = WIN only) +config.description.autoOpenLoadedSWFs=\u00d6ppnar automatiskt upp alla SWFs som \u00e4r laddade av AS3 Klass Laddare med att k\u00f6ra SWF n\u00e4r den spelas i FFDEC exteneral spelare. Denna funktion \u00e4r f\u00f6r Windows bara. +config.name.lastSessionFileTitles=Senaste filtitlar +config.description.lastSessionFileTitles=Inneh\u00e5ller dom \u00f6ppna fil titlarna fr\u00e5n den senaste sessionen. (Exempel en laddad l\u00e4nk osv.) +config.group.name.paths=S\u00f6kv\u00e4gar +config.group.description.paths=Plats f\u00f6r n\u00f6dv\u00e4ndiga filer +config.group.tip.paths=Ladda ner projector and Playerglobal fr\u00e5n adobe webbsida. Flex SDK kan blir nerladdad fr\u00e5n apache web. +config.group.link.paths=https://web.archive.org/web/20220401020702/https://www.adobe.com/support/flashplayer/debug_downloads.html https://flex.apache.org/download-binaries.html +config.name.playerLocation=1) Flash Player projector s\u00f6kv\u00e4g +config.description.playerLocation=Plats f\u00f6r standalone flash player program. Anv\u00e4nds f\u00f6r normalt anv\u00e4ndande. +config.name.playerDebugLocation=2) Flash Player projector content debugger s\u00f6kv\u00e4g +config.description.playerDebugLocation=Plats f\u00f6r standalone debug flash player program. Anv\u00e4nds f\u00f6r debugging. +config.name.playerLibLocation=3) PlayerGlobal (.swc) s\u00f6kv\u00e4g +config.description.playerLibLocation=Plats f\u00f6r playerglobal.swc flash player library. Det anv\u00e4nds mestadels f\u00f6r AS3 kompilering. +config.name.debugHalt=Stoppa utf\u00f6ring vid debuggning starten +config.description.debugHalt=Pausa SWF vid start av debuggning. +config.name.gui.avm2.splitPane.vars.dividerLocationPercent=(Internal) Fels\u00f6kningsmenyns delningsplats +config.description.gui.avm2.splitPane.vars.dividerLocationPercent= +tip=Tips: +config.name.gui.action.splitPane.vars.dividerLocationPercent=(Internal) AS1/2 Debugg meny delningsplats +config.description.gui.action.splitPane.vars.dividerLocationPercent= +config.name.setMovieDelay=F\u00f6rdr\u00f6jning innan byte till SWF i external spelare i ms +config.description.setMovieDelay=Det \u00e4r inte rekomenderat att byta detta v\u00e4rde under 1000ms +config.name.warning.svgImport=Varna vid SVG importering +config.description.warning.svgImport= +config.name.shapeImport.useNonSmoothedFill=Anv\u00e4nd icke-sl\u00e4t fyllning n\u00e4r en form ers\u00e4tts med en bild +config.description.shapeImport.useNonSmoothedFill= +config.name.internalFlashViewer.execute.as12=AS1/2 i egen Flash spelare (Experimentell) +config.description.internalFlashViewer.execute.as12=Testa att k\u00f6ra ActionSkript 1/2 under SWF Try to execute ActionScript 1/2 during SWF uppspelning med FFDec-flashvisare +config.name.warning.hexViewNotUpToDate=Visa Hex vy inte uppdaterad varning +config.description.warning.hexViewNotUpToDate= +config.name.displayDupInstructions=Visa \u00a7\u00a7dup instruktioner +config.description.displayDupInstructions=Visa \u00a7\u00a7dup instruktioner i koden. Utan dom, s\u00e5 kan koden bli enkelt kompilerad men n\u00e5gon dupped kod med sideffekter kan bli k\u00f6rd dubbla g\u00e5nger. +config.name.useRegExprLiteral=Dekompilera RegExp som /pattern/mod literal. +config.description.useRegExprLiteral=Anv\u00e4nd /pattern/mod syntax n\u00e4r du decompilerar regular expressions. new RegExp("pat","mod") \u00e4r anv\u00e4nd i vilket fall +config.name.handleSkinPartsAutomatically=Anv\u00e4nd [SkinPart] metadata automatiskt +config.description.handleSkinPartsAutomatically=Dekompilerar och direkt redigeras [SkinPart] metadata automatiskt. Men avst\u00e4ngd, _skinParts v\u00e4rde och getter metod \u00e4r synliga och manuellt redigerbara. +config.name.simplifyExpressions=F\u00f6renkla uttryck +config.description.simplifyExpressions=Utv\u00e4rdera och f\u00f6renkla uttryck f\u00f6r att g\u00f6ra koden mer l\u00e4sbar +config.name.resetLetterSpacingOnTextImport=\u00c5terst\u00e4ll tecken mellanrum vid text importering +config.description.resetLetterSpacingOnTextImport=Anv\u00e4ndbar f\u00f6r kyrilliska teckensnitt, eftersom de \u00e4r bredare +config.name.flexSdkLocation=4) Flex SDK katalogv\u00e4g +config.description.flexSdkLocation=S\u00f6kv\u00e4g av Adobe Flex SDK. Det anv\u00e4nds mest vid AS3 kompilering. +config.name.useFlexAs3Compiler=Anv\u00e4nd Flex SDK AS3 kompilerare +config.description.useFlexAs3Compiler=Anv\u00e4nd AS3 kompilerare fr\u00e5n Flex SDK medans ActionSkript direkt redigering (Flex SDK katalogv\u00e4g beh\u00f6vs) +config.name.showSetAdvanceValuesMessage=Visa information igen om s\u00e4tta avancerade v\u00e4rden +config.description.showSetAdvanceValuesMessage=Visa information igen om s\u00e4tta avancerade v\u00e4rden +config.name.gui.fontSizeMultiplier=Typsnitts storleks multiplikator +config.description.gui.fontSizeMultiplier=Typsnitts storleks multiplikator +config.name.graphVizDotLocation=5) GraphViz Dot k\u00f6rnings s\u00f6kv\u00e4g +config.description.graphVizDotLocation=S\u00f6kv\u00e4g till dot.exe (eller liknande till linux) av GraphViz program f\u00f6r att visa grafer. #Do not translate the Font Styles which is in the parenthesis:(Plain,Bold,Italic,BoldItalic) -config.name.gui.sourceFont = Typsnitsk\u00e4lla stil -config.description.gui.sourceFont = FontName-FontStyle(Plain,Bold,Italic,BoldItalic)-FontSize - +config.name.gui.sourceFont=Typsnitsk\u00e4lla stil +config.description.gui.sourceFont=FontName-FontStyle(Plain,Bold,Italic,BoldItalic)-FontSize #after 11.1.0 -config.name.as12DeobfuscatorExecutionLimit = AS1/2 deobfuskering k\u00f6rnings gr\u00e4ns -config.description.as12DeobfuscatorExecutionLimit = Maximum nummer av instruktioner som behandlats under AS1 / 2-deobfuskering - +config.name.as12DeobfuscatorExecutionLimit=AS1/2 deobfuskering k\u00f6rnings gr\u00e4ns +config.description.as12DeobfuscatorExecutionLimit=Maximum nummer av instruktioner som behandlats under AS1 / 2-deobfuskering #option that ignore in 8.0.1 and other versions -config.name.showOriginalBytesInPcodeHex = (Internal) Visa originala bytes -config.description.showOriginalBytesInPcodeHex = Visa originala bytes i P-kod Hex - -config.name.showFileOffsetInPcodeHex = (Internal) Visa Filoffset -config.description.showFileOffsetInPcodeHex = Visa FilOffset i Pcode Hex - -config.name._enableFlexExport = (Internal) enableFlexExport -config.description.enableFlexExport = aktivera Flex Exportering - -config.name._ignoreAdditionalFlexClasses = (Internal) ignoreAdditionalFlexClasses -config.description.ignoreAdditionalFlexClasses = ignorera ytterligare flexklasser - -config.name.hwAcceleratedGraphics = (Internal) hwAcceleratedGraphics -config.description.hwAcceleratedGraphics = hw Accelerated Graphics - -config.name.gui.avm2.splitPane.docs.dividerLocationPercent = (Internal) splitPanedocsdividerLocationPercent -config.description.gui.avm2.splitPane.docs.dividerLocationPercent = splitPane dokument avdelnings Location Percent - -config.name.gui.dump.splitPane.dividerLocationPercent = (Internal) dumpsplitPanedividerLocationPercent -config.description.gui.dump.splitPane.dividerLocationPercent = dump splitPane avdelnings Location Percent - +config.name.showOriginalBytesInPcodeHex=(Internal) Visa originala bytes +config.description.showOriginalBytesInPcodeHex=Visa originala bytes i P-kod Hex +config.name.showFileOffsetInPcodeHex=(Internal) Visa Filoffset +config.description.showFileOffsetInPcodeHex=Visa FilOffset i Pcode Hex +config.name._enableFlexExport=(Internal) enableFlexExport +config.description.enableFlexExport=aktivera Flex Exportering +config.name._ignoreAdditionalFlexClasses=(Internal) ignoreAdditionalFlexClasses +config.description.ignoreAdditionalFlexClasses=ignorera ytterligare flexklasser +config.name.hwAcceleratedGraphics=(Internal) hwAcceleratedGraphics +config.description.hwAcceleratedGraphics=hw Accelerated Graphics +config.name.gui.avm2.splitPane.docs.dividerLocationPercent=(Internal) splitPanedocsdividerLocationPercent +config.description.gui.avm2.splitPane.docs.dividerLocationPercent=splitPane dokument avdelnings Location Percent +config.name.gui.dump.splitPane.dividerLocationPercent=(Internal) dumpsplitPanedividerLocationPercent +config.description.gui.dump.splitPane.dividerLocationPercent=dump splitPane avdelnings Location Percent #after 11.3.0 -config.name.useAdobeFlashPlayerForPreviews = (Deprecated) Anv\u00e4nd Adobe Flash player f\u00f6r att f\u00f6rhandsgranska objekt -config.description.useAdobeFlashPlayerForPreviews = Anv\u00e4nd Adobe Flash player f\u00f6r att f\u00f6rhandsgranska objekt. VARNING: FlashPlayer blev upph\u00f6rt 2021-01-12 - +config.name.useAdobeFlashPlayerForPreviews=(Deprecated) Anv\u00e4nd Adobe Flash player f\u00f6r att f\u00f6rhandsgranska objekt +config.description.useAdobeFlashPlayerForPreviews=Anv\u00e4nd Adobe Flash player f\u00f6r att f\u00f6rhandsgranska objekt. VARNING: FlashPlayer blev upph\u00f6rt 2021-01-12 #after 12.0.1 -config.name.showLineNumbersInPCodeGraphvizGraph = Visa rad nummer i Graphviz graphs -config.description.showLineNumbersInPCodeGraphvizGraph = Visa rad nummer i P-Kod graphviz diagram. - -config.name.padAs3PCodeInstructionName = Pad AS3 P-kod instruktion namn -config.description.padAs3PCodeInstructionName = Pad AS3 P-kod instruktioners namn med mellanslag - +config.name.showLineNumbersInPCodeGraphvizGraph=Visa rad nummer i Graphviz graphs +config.description.showLineNumbersInPCodeGraphvizGraph=Visa rad nummer i P-Kod graphviz diagram. +config.name.padAs3PCodeInstructionName=Pad AS3 P-kod instruktion namn +config.description.padAs3PCodeInstructionName=Pad AS3 P-kod instruktioners namn med mellanslag #after 13.0.2 -config.name.indentAs3PCode = Indent AS3 P-code -config.description.indentAs3PCode = Indent AS3 P-kod block som trait/body/code - -config.name.labelOnSeparateLineAs3PCode = Label in AS3 P-kod p\u00e5 separat rad -config.description.labelOnSeparateLineAs3PCode = Skapa label p\u00e5 AS3 P-kod st\u00e5 p\u00e5 separat rad - -config.name.useOldStyleGetSetLocalsAs3PCode = Anv\u00e4nd gammal stil getlocal_x ist\u00e4llet f\u00f6r getlocalx i AS3 P-kod -config.description.useOldStyleGetSetLocalsAs3PCode = Anv\u00e4nd gammal stil getlocal_x, setlocal_x fr\u00e5n FFDec 12.x eller \u00e4ldre - -config.name.useOldStyleLookupSwitchAs3PCode = Anv\u00e4nd gammal stil lookupswitch utan parantes i AS3 P-kod -config.description.useOldStyleLookupSwitchAs3PCode = Anv\u00e4nd gammal stil lookupswitch fr\u00e5n FFDec 12.x eller \u00e4ldre - +config.name.indentAs3PCode=Indent AS3 P-code +config.description.indentAs3PCode=Indent AS3 P-kod block som trait/body/code +config.name.labelOnSeparateLineAs3PCode=Label in AS3 P-kod p\u00e5 separat rad +config.description.labelOnSeparateLineAs3PCode=Skapa label p\u00e5 AS3 P-kod st\u00e5 p\u00e5 separat rad +config.name.useOldStyleGetSetLocalsAs3PCode=Anv\u00e4nd gammal stil getlocal_x ist\u00e4llet f\u00f6r getlocalx i AS3 P-kod +config.description.useOldStyleGetSetLocalsAs3PCode=Anv\u00e4nd gammal stil getlocal_x, setlocal_x fr\u00e5n FFDec 12.x eller \u00e4ldre +config.name.useOldStyleLookupSwitchAs3PCode=Anv\u00e4nd gammal stil lookupswitch utan parantes i AS3 P-kod +config.description.useOldStyleLookupSwitchAs3PCode=Anv\u00e4nd gammal stil lookupswitch fr\u00e5n FFDec 12.x eller \u00e4ldre #after 13.0.3 -config.name.checkForModifications = Kolla efter fil modifiering utanf\u00f6r FFDecc -config.description.checkForModifications = Kolla efter modifiering av filer av andra program och fr\u00e5ga efter ladda om - -config.name.warning.initializers = Varna p\u00e5 AS3 slot/const redigering om initialiserare -config.description.warning.initializers = Visa varning p\u00e5 AS3 slot/const redigering om initialiserare - -config.name.parametersPanelInSearchResults = Visa parameterpanelen i s\u00f6kresultaten -config.description.parametersPanelInSearchResults = Visa parameterpanelen med parametrar som s\u00f6k text / ignorera case / regexp i s\u00f6kresultatens f\u00f6nster - -config.name.displayAs3PCodeDocsPanel = Visa dokument panelen AS3 P-kod -config.description.displayAs3PCodeDocsPanel = Visa panelen om dokumentation om instruktioner och kod struktur i AS3 P-kod redigering och visning - -config.name.displayAs3TraitsListAndConstantsPanel = Visa AS3 traits lista och constants panelen -config.description.displayAs3TraitsListAndConstantsPanel = Visa panelen med lista av traits och constants under tag tr\u00e4det for AS3 - -config.name.useAsTypeIcons = Anv\u00e4nd skriptikoner baserat p\u00e5 artikeltyp -config.description.useAsTypeIcons = Anv\u00e4nd olika ikoner f\u00f6r annorlunda skript typer (class/interface/frame/...) - -config.name.limitAs3PCodeOffsetMatching = Begr\u00e4nsa av AS3 P-kod offset matchning -config.description.limitAs3PCodeOffsetMatching = Begr\u00e4nsa av instruktioner i AS3 P-kod vilket \u00e4r offset-matchad AS3 skript - -config.name.showSlowRenderingWarning = Logga varning n\u00e4r rendering \u00e4r f\u00f6r seg -config.description.showSlowRenderingWarning = Loggar varning n\u00e4r internal flash viewer \u00e4r f\u00f6r sl\u00f6 f\u00f6r att visa inneh\u00e5ll - -config.name.autoCloseQuotes = St\u00e4ng enstaka citat automatiskt vid redigering av skript -config.description.autoCloseQuotes = Infogar automatiskt andra enskilda citat ' n\u00e4r du skriver f\u00f6rsta - -config.name.autoCloseDoubleQuotes = St\u00e4ng dubbla citat automatiskt vid redigering av skript -config.description.autoCloseDoubleQuotes = Infogar automatiskt andra dubbla citat " n\u00e4r du skriver f\u00f6rsta - -config.name.autoCloseBrackets = St\u00e4ng parenteser automatiskt vid skriptredigering -config.description.autoCloseBrackets = Infogar automatiskt st\u00e4ngningsf\u00e4stet ] vid skriv\u00f6ppningen [ - -config.name.autoCloseParenthesis = St\u00e4ng parentes automatiskt vid skriptredigering -config.description.autoCloseParenthesis = Infogar automatiskt st\u00e4ngande parentes) vid skriv\u00f6ppningen ( - -config.name.showDialogOnError = Visa feldialogrutan vid alla felh\u00e4ndelser -config.description.showDialogOnError = Visar automatiskt feldialogrutan vid varje felh\u00e4ndelse +config.name.checkForModifications=Kolla efter fil modifiering utanf\u00f6r FFDecc +config.description.checkForModifications=Kolla efter modifiering av filer av andra program och fr\u00e5ga efter ladda om +config.name.warning.initializers=Varna p\u00e5 AS3 slot/const redigering om initialiserare +config.description.warning.initializers=Visa varning p\u00e5 AS3 slot/const redigering om initialiserare +config.name.parametersPanelInSearchResults=Visa parameterpanelen i s\u00f6kresultaten +config.description.parametersPanelInSearchResults=Visa parameterpanelen med parametrar som s\u00f6k text / ignorera case / regexp i s\u00f6kresultatens f\u00f6nster +config.name.displayAs3PCodeDocsPanel=Visa dokument panelen AS3 P-kod +config.description.displayAs3PCodeDocsPanel=Visa panelen om dokumentation om instruktioner och kod struktur i AS3 P-kod redigering och visning +config.name.displayAs3TraitsListAndConstantsPanel=Visa AS3 traits lista och constants panelen +config.description.displayAs3TraitsListAndConstantsPanel=Visa panelen med lista av traits och constants under tag tr\u00e4det for AS3 +config.name.useAsTypeIcons=Anv\u00e4nd skriptikoner baserat p\u00e5 artikeltyp +config.description.useAsTypeIcons=Anv\u00e4nd olika ikoner f\u00f6r annorlunda skript typer (class/interface/frame/...) +config.name.limitAs3PCodeOffsetMatching=Begr\u00e4nsa av AS3 P-kod offset matchning +config.description.limitAs3PCodeOffsetMatching=Begr\u00e4nsa av instruktioner i AS3 P-kod vilket \u00e4r offset-matchad AS3 skript +config.name.showSlowRenderingWarning=Logga varning n\u00e4r rendering \u00e4r f\u00f6r seg +config.description.showSlowRenderingWarning=Loggar varning n\u00e4r internal flash viewer \u00e4r f\u00f6r sl\u00f6 f\u00f6r att visa inneh\u00e5ll +config.name.autoCloseQuotes=St\u00e4ng enstaka citat automatiskt vid redigering av skript +config.description.autoCloseQuotes=Infogar automatiskt andra enskilda citat ' n\u00e4r du skriver f\u00f6rsta +config.name.autoCloseDoubleQuotes=St\u00e4ng dubbla citat automatiskt vid redigering av skript +config.description.autoCloseDoubleQuotes=Infogar automatiskt andra dubbla citat " n\u00e4r du skriver f\u00f6rsta +config.name.autoCloseBrackets=St\u00e4ng parenteser automatiskt vid skriptredigering +config.description.autoCloseBrackets=Infogar automatiskt st\u00e4ngningsf\u00e4stet ] vid skriv\u00f6ppningen [ +config.name.autoCloseParenthesis=St\u00e4ng parentes automatiskt vid skriptredigering +config.description.autoCloseParenthesis=Infogar automatiskt st\u00e4ngande parentes) vid skriv\u00f6ppningen ( +config.name.showDialogOnError=Visa feldialogrutan vid alla felh\u00e4ndelser +config.description.showDialogOnError=Visar automatiskt feldialogrutan vid varje felh\u00e4ndelse diff --git a/src/com/jpexs/decompiler/flash/gui/locales/AdvancedSettingsDialog_tr.properties b/src/com/jpexs/decompiler/flash/gui/locales/AdvancedSettingsDialog_tr.properties index ceb425db9..c4baffbc8 100644 --- a/src/com/jpexs/decompiler/flash/gui/locales/AdvancedSettingsDialog_tr.properties +++ b/src/com/jpexs/decompiler/flash/gui/locales/AdvancedSettingsDialog_tr.properties @@ -12,900 +12,465 @@ # # You should have received a copy of the GNU General Public License # along with this program. If not, see . - - - -advancedSettings.dialog.title = Geli\u015fmi\u015f Ayarlar -advancedSettings.restartConfirmation = Baz\u0131 de\u011fi\u015fikliklerin etkili olmas\u0131 i\u00e7in program\u0131 yeniden ba\u015flatman\u0131z gerekir. \u015eimdi yeniden ba\u015flatmak istiyor musunuz? -advancedSettings.columns.name = Ad -advancedSettings.columns.value = De\u011fer -advancedSettings.columns.description = A\u00e7\u0131klama -default = varsay\u0131lan - - - -config.group.name.export = D\u0131\u015fa aktar -config.group.description.export = D\u0131\u015fa aktarma yap\u0131land\u0131rmas\u0131 - - - -config.group.name.script = Senaryolar -config.group.description.script = ActionScript ayr\u0131\u015ft\u0131rma ile ilgili - - - -config.group.name.update = G\u00fcncellemeler -config.group.description.update = G\u00fcncellemeleri kontrol et - - - -config.group.name.format = Bi\u00e7imlendirme -config.group.description.format = ActionScript kod bi\u00e7imlendirmesi - - - -config.group.name.limit = S\u0131n\u0131rlar -config.group.description.limit = Karart\u0131lm\u0131\u015f kod i\u00e7in ayr\u0131\u015ft\u0131rma s\u0131n\u0131rlar\u0131, vb. - - - -config.group.name.ui = Aray\u00fcz -config.group.description.ui = Kullan\u0131c\u0131 aray\u00fcz\u00fc yap\u0131land\u0131rmas\u0131 - - - -config.group.name.debug = Hata ay\u0131kla -config.group.description.debug = Hata ay\u0131klama ayarlar\u0131 - - - -config.group.name.display = G\u00f6r\u00fcnt\u00fcle -config.group.description.display = Flash nesneleri g\u00f6r\u00fcnt\u00fcleme, vb. - - - -config.group.name.decompilation = Ayr\u0131\u015ft\u0131rma -config.group.description.decompilation = K\u00fcresel ayr\u0131\u015ft\u0131rma ile ilgili i\u015flevler - - - -config.group.name.other = Di\u011fer -config.group.description.other = Di\u011fer kategorize edilmemi\u015f yap\u0131land\u0131rmalar - - - -config.name.openMultipleFiles = Birden \u00e7ok dosya a\u00e7 -config.description.openMultipleFiles = Bir pencerede ayn\u0131 anda birden fazla dosya a\u00e7maya izin verir - - - -config.name.decompile = ActionScript kayna\u011f\u0131n\u0131 g\u00f6ster -config.description.decompile = AS ayr\u0131\u015ft\u0131rmas\u0131n\u0131 devre d\u0131\u015f\u0131 b\u0131rakabilirsiniz, o zaman sadece P kodu g\u00f6sterilir - - - -config.name.dumpView = D\u00f6k\u00fcm G\u00f6r\u00fcn\u00fcm\u00fc -config.description.dumpView = Ham veri d\u00f6k\u00fcm\u00fcn\u00fc g\u00f6r\u00fcnt\u00fcle - - - -config.name.useHexColorFormat = Onalt\u0131l\u0131k renk bi\u00e7imi -config.description.useHexColorFormat = Renkleri onalt\u0131l\u0131k bi\u00e7imde g\u00f6ster - - - -config.name.parallelSpeedUp = Paralel H\u0131zland\u0131rma -config.description.parallelSpeedUp = Paralellik, ayr\u0131\u015ft\u0131rmay\u0131 h\u0131zland\u0131rabilir - - - -config.name.parallelSpeedUpThreadCount = \u0130\u015f par\u00e7ac\u0131\u011f\u0131 say\u0131s\u0131 -config.description.parallelSpeedUpThreadCount = Paralel h\u0131zland\u0131rma i\u00e7in i\u015f par\u00e7ac\u0131\u011f\u0131 say\u0131s\u0131 - - - -config.name.autoDeobfuscate = Otomatik a\u00e7\u0131\u011fa \u00e7\u0131karma -config.description.autoDeobfuscate = ActionScript ayr\u0131\u015ft\u0131rmas\u0131ndan \u00f6nce a\u00e7\u0131\u011fa \u00e7\u0131karma \u00f6\u011fesini her dosyada \u00e7al\u0131\u015ft\u0131r\u0131n - - - -config.name.cacheOnDisk = Diskte \u00f6nbelle\u011fe almay\u0131 kullan -config.description.cacheOnDisk = \u00d6nceden ayr\u0131\u015ft\u0131r\u0131lm\u0131\u015f par\u00e7alar\u0131 bellek yerine sabit diskte \u00f6nbelle\u011fe al\u0131n - - - -config.name.internalFlashViewer = Kendi Fla\u015f g\u00f6r\u00fcnt\u00fcleyicisini kullan -config.description.internalFlashViewer = Flash par\u00e7alar\u0131 g\u00f6r\u00fcnt\u00fclemek i\u00e7in standart Flash Player yerine JPEXS Flash Viewer kullan\u0131n - - - -config.name.gotoMainClassOnStartup = Ba\u015flang\u0131\u00e7ta ana s\u0131n\u0131fa git (AS3) -config.description.gotoMainClassOnStartup = SWF a\u00e7\u0131ld\u0131\u011f\u0131nda AS3 dosyas\u0131n\u0131n belge s\u0131n\u0131f\u0131na gider - - - -config.name.autoRenameIdentifiers = Otomatik yeniden adland\u0131rma tan\u0131mlay\u0131c\u0131lar\u0131 -config.description.autoRenameIdentifiers = SWF y\u00fcklemesinde ge\u00e7ersiz tan\u0131mlay\u0131c\u0131lar\u0131 otomatik olarak yeniden adland\u0131r\u0131n - - - -config.name.offeredAssociation = (Dahili) G\u00f6r\u00fcnt\u00fclenen SWF dosyalar\u0131 ile ili\u015fkilendirme -config.description.offeredAssociation = Dosya ili\u015fkilendirmesi hakk\u0131nda ileti\u015fim kutusu zaten g\u00f6r\u00fcnt\u00fclendi - - - -config.name.decimalAddress = Ondal\u0131k adresleri kullan -config.description.decimalAddress = Onalt\u0131l\u0131k yerine ondal\u0131k adresler kullan\u0131n - - - -config.name.showAllAddresses = T\u00fcm adresleri g\u00f6ster -config.description.showAllAddresses = T\u00fcm ActionScript komut adreslerini g\u00f6r\u00fcnt\u00fcle - - - -config.name.useFrameCache = \u00c7er\u00e7eve \u00f6nbelle\u011fini kullan -config.description.useFrameCache = \u00c7er\u00e7eveleri yeniden olu\u015fturmadan \u00f6nce \u00f6nbelle\u011fe al\u0131n - - - -config.name.useRibbonInterface = \u015eerit aray\u00fcz\u00fc -config.description.useRibbonInterface = \u015eerit men\u00fc olmadan klasik aray\u00fcz\u00fc kullanmak i\u00e7in i\u015fareti kald\u0131r\u0131n - - - -config.name.openFolderAfterFlaExport = FLA d\u0131\u015fa aktar\u0131m\u0131ndan sonra klas\u00f6r\u00fc a\u00e7 -config.description.openFolderAfterFlaExport = FLA dosyas\u0131n\u0131 d\u0131\u015fa aktard\u0131ktan sonra \u00e7\u0131kt\u0131 dizinini g\u00f6r\u00fcnt\u00fcle - - - -config.name.useDetailedLogging = FFDec ayr\u0131nt\u0131l\u0131 G\u00fcnl\u00fck Kayd\u0131 -config.description.useDetailedLogging = FFDec'in hata ay\u0131klamas\u0131 i\u00e7in ayr\u0131nt\u0131l\u0131 hata mesajlar\u0131n\u0131 ve bilgileri g\u00fcnl\u00fc\u011fe kaydedin - - - -config.name._debugMode = FFDec hata ay\u0131klama modunda -config.description._debugMode = FFDec hata ay\u0131klama modu. Hata ay\u0131klama men\u00fcs\u00fcn\u00fc a\u00e7ar. Bunun hata ay\u0131klay\u0131c\u0131 i\u015flevselli\u011fi ile hi\u00e7bir ilgisi yoktur - - - -config.name.resolveConstants = AS1/2 p kodundaki sabitleri \u00e7\u00f6z -config.description.resolveConstants = P kodu penceresinde ger\u00e7ek de\u011ferler yerine 'sabitxx' g\u00f6stermek i\u00e7in bunu kapat\u0131n - - - -config.name.sublimiter = Kod alt s\u0131n\u0131r\u0131 -config.description.sublimiter = Karart\u0131lm\u0131\u015f kod i\u00e7in kod alt s\u0131n\u0131r\u0131. - - - -config.name.exportTimeout = Toplam d\u0131\u015fa aktarma zaman a\u015f\u0131m\u0131 (saniye) -config.description.exportTimeout = Decompiler bu s\u00fcreye ula\u015ft\u0131ktan sonra d\u0131\u015fa aktarmay\u0131 durduracakt\u0131r - - - -config.name.decompilationTimeoutFile = Tek dosya ayr\u0131\u015ft\u0131rma zaman a\u015f\u0131m\u0131 (saniye) -config.description.decompilationTimeoutFile = Decompiler, tek bir dosyada bu s\u00fcreye ula\u015ft\u0131ktan sonra ActionScript ayr\u0131\u015ft\u0131rmas\u0131n\u0131 durduracakt\u0131r - - - -config.name.paramNamesEnable = AS3'te parametre adlar\u0131n\u0131 etkinle\u015ftir -config.description.paramNamesEnable = Flash CS 5.5 gibi resmi programlar yanl\u0131\u015f parametre adlar\u0131 indeksleri ekledi\u011finden ayr\u0131\u015ft\u0131rma i\u015fleminde parametre adlar\u0131n\u0131n kullan\u0131lmas\u0131 sorunlara neden olabilir - - - -config.name.displayFileName = SWF ad\u0131n\u0131 ba\u015fl\u0131kta g\u00f6ster -config.description.displayFileName = SWF dosya/url ad\u0131n\u0131 pencere ba\u015fl\u0131\u011f\u0131nda g\u00f6r\u00fcnt\u00fcleyin (Daha sonra ekran g\u00f6r\u00fcnt\u00fcs\u00fc alabilirsiniz) - - - -config.name._debugCopy = FFDec hata ay\u0131klama yeniden derlemesi -config.description._debugCopy = Ayn\u0131 ikili kodu \u00fcretti\u011finden emin olmak i\u00e7in SWF dosyas\u0131n\u0131 a\u00e7t\u0131ktan hemen sonra yeniden derlemeye \u00e7al\u0131\u015f\u0131r. Sadece FFDec'i HATA AYIKLAMA i\u00e7in kullan\u0131n! - - - -config.name.dumpTags = Etiketleri konsola d\u00f6k -config.description.dumpTags = SWF dosyas\u0131 okunurken etiketlerin konsola d\u00f6k - - - -config.name.decompilationTimeoutSingleMethod = AS3: Tek y\u00f6ntemli ayr\u0131\u015ft\u0131rma zaman a\u015f\u0131m\u0131 (saniye) -config.description.decompilationTimeoutSingleMethod = Decompiler, bir y\u00f6ntemde bu s\u00fcreye ula\u015ft\u0131ktan sonra ActionScript ayr\u0131\u015ft\u0131rmas\u0131n\u0131 durduracakt\u0131r - - - -config.name.lastRenameType = (Dahili) Son yeniden adland\u0131rma t\u00fcr\u00fc -config.description.lastRenameType = Son kullan\u0131lan yeniden adland\u0131rma tan\u0131mlay\u0131c\u0131lar\u0131 t\u00fcr\u00fc - - - -config.name.lastSaveDir = (Dahili) Son kay\u0131t dizini -config.description.lastSaveDir = Son kullan\u0131lan kay\u0131t dizini - - - -config.name.lastOpenDir = (Dahili) Son a\u00e7\u0131k dizin -config.description.lastOpenDir = Son kullan\u0131lan a\u00e7\u0131k dizin - - - -config.name.lastExportDir = (Dahili) son d\u0131\u015fa aktarma dizini -config.description.lastExportDir = Son kullan\u0131lan d\u0131\u015fa aktarma dizini - - - -config.name.locale = Dil -config.description.locale = Yereller tan\u0131mlay\u0131c\u0131s\u0131 - - - -config.name.registerNameFormat = Kay\u0131t de\u011fi\u015fkeni bi\u00e7imi -config.description.registerNameFormat = Yerel kay\u0131t de\u011fi\u015fkeni adlar\u0131n\u0131n bi\u00e7imi. Kay\u0131t numaras\u0131 i\u00e7in %d kullan\u0131n. - - - -config.name.maxRecentFileCount = Maksimum son say\u0131 -config.description.maxRecentFileCount = Son dosyalar\u0131n maksimum say\u0131s\u0131 - - - -config.name.recentFiles = (Dahili) Son dosyalar -config.description.recentFiles = Son a\u00e7\u0131lan dosyalar - - - -config.name.fontPairingMap = (Dahili) \u0130\u00e7e aktarma i\u00e7in yaz\u0131 tipi \u00e7iftleri -config.description.fontPairingMap = Yeni karakterleri i\u00e7e aktarmak i\u00e7in yaz\u0131 tipi \u00e7iftleri - - - -config.name.lastUpdatesCheckDate = (Dahili) Son g\u00fcncelleme kontrol tarihi -config.description.lastUpdatesCheckDate = Sunucuda g\u00fcncellemeler i\u00e7in son kontrol tarihi - - - -config.name.gui.window.width = (Dahili) Son pencere geni\u015fli\u011fi -config.description.gui.window.width = Son kaydedilen pencere geni\u015fli\u011fi - - - -config.name.gui.window.height = (Dahili) Son pencere y\u00fcksekli\u011fi -config.description.gui.window.height = Son kaydedilen pencere y\u00fcksekli\u011fi - - - -config.name.gui.window.maximized.horizontal = (Dahili) Pencere yatay olarak maksimize edildi -config.description.gui.window.maximized.horizontal = Son pencere durumu - yatay olarak maksimize edildi - - - -config.name.gui.window.maximized.vertical = (Dahili) Pencere dikey olarak maksimize edildi -config.description.gui.window.maximized.vertical = Son pencere durumu - dikey olarak maksimize edildi - - - -config.name.gui.avm2.splitPane.dividerLocationPercent = (Dahili) AS3 Ay\u0131r\u0131c\u0131 konumu -config.description.gui.avm2.splitPane.dividerLocationPercent = - - - -config.name.gui.actionSplitPane.dividerLocationPercent = (Dahili) AS1/2 ay\u0131r\u0131c\u0131 konumu -config.description.gui.actionSplitPane.dividerLocationPercent = - - - -config.name.gui.previewSplitPane.dividerLocationPercent = (Dahili) \u00d6nizleme ay\u0131r\u0131c\u0131 konumu -config.description.gui.previewSplitPane.dividerLocationPercent = - - - -config.name.gui.splitPane1.dividerLocationPercent = (Dahili) Ay\u0131r\u0131c\u0131 konumu 1 -config.description.gui.splitPane1.dividerLocationPercent = - - - -config.name.gui.splitPane2.dividerLocationPercent = (Dahili) Ay\u0131r\u0131c\u0131 konumu 2 -config.description.gui.splitPane2.dividerLocationPercent = - - - -config.name.saveAsExeScaleMode = EXE olarak kaydetme \u00f6l\u00e7ek modu -config.description.saveAsExeScaleMode = EXE d\u0131\u015fa aktar\u0131m\u0131 i\u00e7in \u00f6l\u00e7ekleme modu - - - -config.name.syntaxHighlightLimit = S\u00f6zdizimi vurgulama maksimum karakter say\u0131s\u0131 -config.description.syntaxHighlightLimit = S\u00f6zdizimi vurgulaman\u0131n \u00e7al\u0131\u015ft\u0131r\u0131laca\u011f\u0131 maksimum karakter say\u0131s\u0131 - - - -config.name.guiFontPreviewSampleText = (Dahili) Son yaz\u0131 tipi \u00f6nizleme \u00f6rnek metni -config.description.guiFontPreviewSampleText = Son yaz\u0131 tipi \u00f6nizlemesi \u00f6rnek metin listesi dizini - - - -config.name.gui.fontPreviewWindow.width = (Dahili) Son yaz\u0131 tipi \u00f6nizleme penceresinin geni\u015fli\u011fi -config.description.gui.fontPreviewWindow.width = - - - -config.name.gui.fontPreviewWindow.height = (Dahili) Son yaz\u0131 tipi \u00f6nizleme penceresinin y\u00fcksekli\u011fi -config.description.gui.fontPreviewWindow.height = - - - -config.name.gui.fontPreviewWindow.posX = (Dahili) Son yaz\u0131 tipi \u00f6nizleme penceresi X -config.description.gui.fontPreviewWindow.posX = - - - -config.name.gui.fontPreviewWindow.posY = (Dahili) Son yaz\u0131 tipi \u00f6nizleme penceresi Y -config.description.gui.fontPreviewWindow.posY = - - - -config.name.formatting.indent.size = Girinti ba\u015f\u0131na karakterler -config.description.formatting.indent.size = Bir girinti i\u00e7in bo\u015fluk (veya sekme) say\u0131s\u0131 - - - -config.name.formatting.indent.useTabs = Girinti i\u00e7in sekmeler -config.description.formatting.indent.useTabs = Girinti i\u00e7in bo\u015fluk yerine sekmeleri kullan\u0131n - - - -config.name.beginBlockOnNewLine = Yeni sat\u0131rda k\u00fcme parantez -config.description.beginBlockOnNewLine = Blo\u011fu yeni sat\u0131rda k\u00fcme paranteziyle ba\u015flat\u0131n - - - -config.name.check.updates.delay = G\u00fcncelleme kontrol\u00fc gecikmesi -config.description.check.updates.delay = Uygulama ba\u015flang\u0131c\u0131nda g\u00fcncellemeler i\u00e7in otomatik kontroller aras\u0131ndaki minimum s\u00fcre - - - -config.name.check.updates.stable = Kararl\u0131 s\u00fcr\u00fcmleri kontrol et -config.description.check.updates.stable = Kararl\u0131 s\u00fcr\u00fcm g\u00fcncellemelerini kontrol etme - - - -config.name.check.updates.nightly = Gece s\u00fcr\u00fcmlerini kontrol et -config.description.check.updates.nightly = Gece s\u00fcr\u00fcm g\u00fcncellemelerini kontrol etme - - - -config.name.check.updates.enabled = G\u00fcncellemelerin kontrol\u00fc etkin -config.description.check.updates.enabled = Uygulama ba\u015flang\u0131c\u0131nda g\u00fcncellemeler i\u00e7in otomatik kontrol etme - - - -config.name.export.formats = (Dahili) D\u0131\u015fa aktarma bi\u00e7imleri -config.description.export.formats = Son kullan\u0131lan d\u0131\u015fa aktarma bi\u00e7imleri - - - -config.name.textExportSingleFile = Metinleri tek bir dosyaya aktar -config.description.textExportSingleFile = Metinleri birden fazla dosya yerine tek bir dosyaya aktarma - - - -config.name.textExportSingleFileSeparator = Tek bir dosya metin d\u0131\u015fa aktar\u0131m\u0131ndaki metinlerin ay\u0131r\u0131c\u0131s\u0131 -config.description.textExportSingleFileSeparator = Tek dosya metin d\u0131\u015fa aktar\u0131m\u0131nda metinler aras\u0131na eklenecek metinmetin - - - -config.name.textExportSingleFileRecordSeparator = Tek biir dosya metin d\u0131\u015fa aktar\u0131m\u0131ndaki kay\u0131tlar\u0131n ay\u0131r\u0131c\u0131s\u0131 -config.description.textExportSingleFileRecordSeparator = Tek dosya metin d\u0131\u015fa aktar\u0131m\u0131nda metin kay\u0131tlar\u0131 aras\u0131na eklenecek metin - - - -config.name.warning.experimental.as12edit = AS1/2 do\u011frudan d\u00fczenlemesinde uyar -config.description.warning.experimental.as12edit = AS1/2 deneysel do\u011frudan d\u00fczenlemesinde uyar\u0131 g\u00f6ster - - - -config.name.warning.experimental.as3edit = AS3 do\u011frudan d\u00fczenlemesinde uyar -config.description.warning.experimental.as3edit = AS3 deneysel do\u011frudan d\u00fczenlemesinde uyar\u0131 g\u00f6ster - - - -config.name.packJavaScripts = JavaScripts Paketi -config.description.packJavaScripts = Canvas Export'da olu\u015fturulan komut dosyalar\u0131nda JavaScript paketleyiciyi \u00e7al\u0131\u015ft\u0131r\u0131n. - - - -config.name.textExportExportFontFace = SVG d\u0131\u015fa aktarmada yaz\u0131 tipi y\u00fcz\u00fcn\u00fc kullan -config.description.textExportExportFontFace = \u015eekiller yerine yaz\u0131 tipi y\u00fcz\u00fcn\u00fc kullanarak yaz\u0131 tipi dosyalar\u0131n\u0131 SVG'ye g\u00f6m\u00fcn - - - -config.name.lzmaFastBytes = LZMA h\u0131zl\u0131 baytlar\u0131 (ge\u00e7erli de\u011ferler: 5-255) -config.description.lzmaFastBytes = LZMA kodlay\u0131c\u0131n\u0131n h\u0131zl\u0131 bayt parametresi - - - -config.name.pluginPath = Eklenti Yolu -config.description.pluginPath = - - - - -config.name.showMethodBodyId = Y\u00f6ntem g\u00f6vdesi kimli\u011fini g\u00f6ster -config.description.showMethodBodyId = Komut sat\u0131r\u0131 i\u00e7e aktar\u0131m\u0131 i\u00e7in y\u00f6ntem g\u00f6vdesinin kimli\u011fini g\u00f6sterir - - - -config.name.export.zoom = (Dahili) Yak\u0131nla\u015ft\u0131rmay\u0131 d\u0131\u015fa aktar -config.description.export.zoom = Son kullan\u0131lan d\u0131\u015fa aktarma yak\u0131nla\u015ft\u0131rmas\u0131 - - - -config.name.debuggerPort = Hata ay\u0131klay\u0131c\u0131 ba\u011flant\u0131 noktas\u0131 -config.description.debuggerPort = Soket hata ay\u0131klamas\u0131 i\u00e7in kullan\u0131lan ba\u011flant\u0131 noktas\u0131 - - - -config.name.displayDebuggerInfo = (Dahili) Hata ay\u0131klay\u0131c\u0131 bilgisi g\u00f6r\u00fcnt\u00fcle -config.description.displayDebuggerInfo = De\u011fi\u015ftirmeden \u00f6nce hata ay\u0131klay\u0131c\u0131 hakk\u0131nda bilgi g\u00f6r\u00fcnt\u00fcle - - - -config.name.randomDebuggerPackage = Hata Ay\u0131klay\u0131c\u0131 i\u00e7in rastgele paket ad\u0131 kullan -config.description.randomDebuggerPackage = Bu, Hata Ay\u0131klay\u0131c\u0131 paketini rastgele bir dizeye yeniden adland\u0131rarak hata ay\u0131klay\u0131c\u0131n\u0131n varl\u0131\u011f\u0131n\u0131n ActionScript taraf\u0131ndan alg\u0131lanmas\u0131n\u0131 zorla\u015ft\u0131r\u0131r - - - -config.name.lastDebuggerReplaceFunction = (Dahili) Son se\u00e7ilen iz de\u011fi\u015fimi -config.description.lastDebuggerReplaceFunction = Hata ay\u0131klay\u0131c\u0131 ile izleme i\u015flevini de\u011fi\u015ftir \u00fczerinde en son se\u00e7ilen i\u015flev ad\u0131 - - - -config.name.getLocalNamesFromDebugInfo = AS3: Hata ay\u0131klama bilgilerinden yerel kay\u0131t adlar\u0131n\u0131 al -config.description.getLocalNamesFromDebugInfo = Hata ay\u0131klama bilgisi mevcutsa, yerel kay\u0131tlar\u0131 _loc_x_'dan ger\u00e7ek adlara yeniden adland\u0131r\u0131r. Baz\u0131 karart\u0131c\u0131lar orada ge\u00e7ersiz kay\u0131t adlar\u0131 kulland\u0131\u011f\u0131ndan bu kapat\u0131labilir. - - - -config.name.tagTreeShowEmptyFolders = Bo\u015f klas\u00f6rleri g\u00f6ster -config.description.tagTreeShowEmptyFolders = Bo\u015f klas\u00f6rleri etiket a\u011fac\u0131nda g\u00f6ster. - - - -config.name.autoLoadEmbeddedSwfs = G\u00f6m\u00fcl\u00fc SWF'leri otomatik y\u00fckle -config.description.autoLoadEmbeddedSwfs = G\u00f6m\u00fcl\u00fc SWF'leri DefineBinaryData etiketlerinden otomatik olarak y\u00fckleyin. - - - -config.name.overrideTextExportFileName = Metin d\u0131\u015fa aktarma dosya ad\u0131n\u0131 ge\u00e7ersiz k\u0131l -config.description.overrideTextExportFileName = D\u0131\u015fa aktar\u0131lan metnin dosya ad\u0131n\u0131 \u00f6zelle\u015ftirebilirsiniz. Ge\u00e7erli SWF'nin dosya ad\u0131n\u0131 kullanmak i\u00e7in {filename} yer tutucusunu kullan\u0131n. - - - -config.name.showOldTextDuringTextEditing = Metin d\u00fczenleme s\u0131ras\u0131nda eski metni g\u00f6ster -config.description.showOldTextDuringTextEditing = Metin etiketinin orijinal metnini \u00f6nizleme alan\u0131nda gri renkle g\u00f6sterir. - - - -config.group.name.import = \u0130\u00e7e aktar -config.group.description.import = \u0130\u00e7e aktarma yap\u0131land\u0131rmas\u0131 - - - -config.name.textImportResizeTextBoundsMode = Metin s\u0131n\u0131rlar\u0131n\u0131 yeniden boyutland\u0131rma modu -config.description.textImportResizeTextBoundsMode = Metin d\u00fczenleme sonras\u0131nda metin s\u0131n\u0131rlar\u0131 yeniden boyutland\u0131rma modu. - - - -config.name.showCloseConfirmation = SWF kapatma onay\u0131n\u0131 tekrar g\u00f6ster -config.description.showCloseConfirmation = De\u011fi\u015ftirilen dosyalar i\u00e7in SWF kapatma onay\u0131n\u0131 tekrar g\u00f6sterin. - - - -config.name.showCodeSavedMessage = Kod kaydedildi mesaj\u0131n\u0131 tekrar g\u00f6ster -config.description.showCodeSavedMessage = Kod kaydedildi mesaj\u0131n\u0131 tekrar g\u00f6ster - - - -config.name.showTraitSavedMessage = \u00d6zellik kaydedildi mesaj\u0131n\u0131 tekrar g\u00f6ster -config.description.showTraitSavedMessage = \u00d6zellik kaydedildi mesaj\u0131n\u0131 tekrar g\u00f6ster - - - -config.name.updateProxyAddress = G\u00fcncellemeleri kontrol etmek i\u00e7in Http Proxy adresi -config.description.updateProxyAddress = G\u00fcncellemeleri kontrol etmek i\u00e7in Http Proxy adresi. Bi\u00e7im: \u00f6rnek.com:8080 - - - -config.name.editorMode = D\u00fczenleyici Modu -config.description.editorMode = Bir Metin veya Komut Dosyas\u0131 d\u00fc\u011f\u00fcm\u00fc se\u00e7ti\u011finizde metin alanlar\u0131n\u0131 otomatik olarak d\u00fczenlenebilir hale getirin - - - -config.name.autoSaveTagModifications = Etiket de\u011fi\u015fikliklerini otomatik kaydet -config.description.autoSaveTagModifications = A\u011fa\u00e7ta yeni bir etiket se\u00e7ti\u011finizde de\u011fi\u015fiklikleri kaydedin - - - -config.name.saveSessionOnExit = \u00c7\u0131k\u0131\u015fta oturumu kaydet -config.description.saveSessionOnExit = Ge\u00e7erli oturumu kaydeder ve FFDec yeniden ba\u015flat\u0131ld\u0131ktan sonra yeniden a\u00e7ar (yaln\u0131zca ger\u00e7ek dosyalarla \u00e7al\u0131\u015f\u0131r) - - - -config.name._showDebugMenu = FFDec hata ay\u0131klama men\u00fcs\u00fcn\u00fc g\u00f6ster -config.description._showDebugMenu = Kod \u00e7\u00f6z\u00fcc\u00fcn\u00fcn hata ay\u0131klamas\u0131 i\u00e7in \u015feritte hata ay\u0131klama men\u00fcs\u00fcn\u00fc g\u00f6sterir. - - - -config.name.allowOnlyOneInstance = Yaln\u0131zca bir FFDec \u00f6rne\u011fine izin ver (Yaln\u0131zca Windows \u0130\u015fletim Sistemi) -config.description.allowOnlyOneInstance = FFDec daha sonra yaln\u0131zca bir kez \u00e7al\u0131\u015ft\u0131r\u0131labilir, a\u00e7\u0131lan t\u00fcm dosyalar bir pencereye eklenir. Yaln\u0131zca Windows i\u015fletim sistemi ile \u00e7al\u0131\u015f\u0131r. - - - -config.name.scriptExportSingleFile = Komut dosyalar\u0131n\u0131 tek dosyaya aktar -config.description.scriptExportSingleFile = Komut dosyalar\u0131n\u0131 birden \u00e7ok dosya yerine tek bir dosyaya d\u0131\u015fa aktar - - - -config.name.setFFDecVersionInExportedFont = D\u0131\u015fa aktar\u0131lan yaz\u0131 tipinde FFDec s\u00fcr\u00fcm numaras\u0131n\u0131 ayarla -config.description.setFFDecVersionInExportedFont = Bu ayar devre d\u0131\u015f\u0131 b\u0131rak\u0131ld\u0131\u011f\u0131nda, FFDec ge\u00e7erli FFDec s\u00fcr\u00fcm numaras\u0131n\u0131 d\u0131\u015fa aktar\u0131lan yaz\u0131 tipine eklemeyecektir. - - - -config.name.gui.skin = Kullan\u0131c\u0131 Aray\u00fcz\u00fc D\u0131\u015f G\u00f6r\u00fcn\u00fcm\u00fc -config.description.gui.skin = D\u0131\u015f g\u00f6r\u00fcn\u00fcm\u00fc g\u00f6r\u00fcn ve hissedin - - - -config.name.lastSessionFiles = Son oturum dosyalar\u0131 -config.description.lastSessionFiles = Son oturumdan itibaren a\u00e7\u0131lan dosyalar\u0131 i\u00e7erir - - - -config.name.lastSessionSelection = Son oturum se\u00e7imi -config.description.lastSessionSelection = Son oturumdaki se\u00e7imi i\u00e7erir - - - -config.name.loopMedia = D\u00f6ng\u00fc sesleri ve spriteler -config.description.loopMedia = Seslerin ve spritelerin oynat\u0131lmas\u0131n\u0131 otomatik olarak yeniden ba\u015flat\u0131r - - - -config.name.gui.timeLineSplitPane.dividerLocationPercent = (Dahili) Zaman \u00c7izelgesi B\u00f6l\u00fcc\u00fc konumu -config.description.gui.timeLineSplitPane.dividerLocationPercent = - - - -config.name.cacheImages = G\u00f6r\u00fcnt\u00fcleri \u00f6nbelle\u011fe al -config.description.cacheImages = Kodu \u00e7\u00f6z\u00fclm\u00fc\u015f g\u00f6r\u00fcnt\u00fc nesnelerini \u00f6nbelle\u011fe al - - - -config.name.swfSpecificConfigs = SWF'e \u00f6zel yap\u0131land\u0131rmalar -config.description.swfSpecificConfigs = SWF'e \u00f6zel yap\u0131land\u0131rmalar\u0131 i\u00e7erir - - - -config.name.exeExportMode = EXE d\u0131\u015fa aktarma modu -config.description.exeExportMode = EXE d\u0131\u015fa aktarma modu - - - -config.name.ignoreCLikePackages = FlashCC / Alchemy veya benzeri paketleri yoksay -config.description.ignoreCLikePackages = FlashCC/Alchemy paketleri genellikle do\u011fru \u015fekilde derlenemez. Di\u011fer paketlerin derlenmesini h\u0131zland\u0131rmak i\u00e7in bunlar\u0131 devre d\u0131\u015f\u0131 b\u0131rakabilirsiniz. - - - -config.name.overwriteExistingFiles = Varolan dosyalar\u0131n \u00fczerine yaz -config.description.overwriteExistingFiles = D\u0131\u015fa aktarma s\u0131ras\u0131nda mevcut dosyalar\u0131n \u00fczerine yaz\u0131n. \u015eu anda sadece AS2/3 komut dosyalar\u0131 i\u00e7in - - - -config.name.smartNumberFormatting = Ak\u0131ll\u0131 say\u0131 bi\u00e7imlendirmesini kullan -config.description.smartNumberFormatting = \u00d6zel say\u0131lar\u0131 bi\u00e7imlendirin (\u00f6rne\u011fin renkler ve zamanlar) - - - -config.name.enableScriptInitializerDisplay = (REMOVED) Komut ba\u015flat\u0131c\u0131lar\u0131n\u0131 g\u00f6r\u00fcnt\u00fcle -config.description.enableScriptInitializerDisplay = Kod ba\u015flat\u0131c\u0131lar\u0131n\u0131n g\u00f6r\u00fcnt\u00fclenmesini ve d\u00fczenlenmesini etkinle\u015ftirin. Bu ayar, vurgulama i\u00e7in her s\u0131n\u0131f dosyas\u0131na bir yeni sat\u0131r ekleyebilir. - - - -config.name.autoOpenLoadedSWFs = \u00c7al\u0131\u015ft\u0131r\u0131l\u0131rken y\u00fcklenen SWF'leri a\u00e7 (Harici g\u00f6r\u00fcnt\u00fcleyici = yaln\u0131zca WIN) -config.description.autoOpenLoadedSWFs = FFDec harici oynat\u0131c\u0131da oynat\u0131ld\u0131\u011f\u0131nda SWF'i \u00e7al\u0131\u015ft\u0131rarak AS3 s\u0131n\u0131f Y\u00fckleyici taraf\u0131ndan y\u00fcklenen t\u00fcm SWF'leri otomatik olarak a\u00e7ar. Bu \u00f6zellik sadece Windows i\u00e7indir. - - - -config.name.lastSessionFileTitles = Son oturum dosya ba\u015fl\u0131klar\u0131 -config.description.lastSessionFileTitles = Son oturumdan itibaren a\u00e7\u0131lan dosya ba\u015fl\u0131klar\u0131n\u0131 i\u00e7erir (\u00f6rne\u011fin URL'den y\u00fcklendi\u011finde vb.) - - - -config.group.name.paths = Yollar -config.group.description.paths = Gerekli dosyalar\u0131n konumu -config.group.tip.paths = Projekt\u00f6r\u00fc ve Playerglobal'\u0131 adobe web sayfas\u0131ndan indirin. Flex SDK, apache web adresinden indirilebilir. -config.group.link.paths = https://web.archive.org/web/20220401020702/https://www.adobe.com/support/flashplayer/debug_downloads.html https://flex.apache.org/download-binaries.html - - - -config.name.playerLocation = 1) Flash Player projekt\u00f6r yolu -config.description.playerLocation = Ba\u011f\u0131ms\u0131z flash player y\u00fcr\u00fct\u00fclebilir dosyas\u0131n\u0131n konumu. \u00c7al\u0131\u015ft\u0131r eylemi i\u00e7in kullan\u0131l\u0131r. - - - -config.name.playerDebugLocation = 2) Flash Player projekt\u00f6r i\u00e7eri\u011fi hata ay\u0131klay\u0131c\u0131 yolu -config.description.playerDebugLocation = Ba\u011f\u0131ms\u0131z hata ay\u0131klama flash player y\u00fcr\u00fct\u00fclebilir dosyas\u0131n\u0131n konumu. Hata Ay\u0131klama eylemi i\u00e7in kullan\u0131l\u0131r. - - - -config.name.playerLibLocation = 3) PlayerGlobal (.swc) yolu -config.description.playerLibLocation = Playerglobal.swc flash player k\u00fct\u00fcphanesinin konumu. \u00c7o\u011funlukla AS3 derlemesi i\u00e7in kullan\u0131l\u0131r. - - - -config.name.debugHalt = Hata ay\u0131klama ba\u015flang\u0131c\u0131nda y\u00fcr\u00fctmeyi durdur -config.description.debugHalt = Hata ay\u0131klama i\u015fleminin ba\u015flang\u0131c\u0131nda SWF'i duraklat\u0131n. - - - -config.name.gui.avm2.splitPane.vars.dividerLocationPercent = (Dahili) Hata ay\u0131klama men\u00fcs\u00fc ay\u0131r\u0131c\u0131 konumu -config.description.gui.avm2.splitPane.vars.dividerLocationPercent = - - - -tip = \u0130pucu: - - - -config.name.gui.action.splitPane.vars.dividerLocationPercent = (Dahili) AS1/2 Hata ay\u0131klama men\u00fcs\u00fc ay\u0131r\u0131c\u0131 konumu -config.description.gui.action.splitPane.vars.dividerLocationPercent = - - - -config.name.setMovieDelay = Harici oynat\u0131c\u0131daki SWF'i ms cinsinden de\u011fi\u015ftirmeden \u00f6nceki gecikme -config.description.setMovieDelay = Bu de\u011ferin 1000 ms'nin alt\u0131nda de\u011fi\u015ftirilmesi \u00f6nerilmez - - - -config.name.warning.svgImport = SVG i\u00e7e aktarmas\u0131nda uyar -config.description.warning.svgImport = - - - -config.name.shapeImport.useNonSmoothedFill = Bir \u015fekil bir g\u00f6r\u00fcnt\u00fc ile de\u011fi\u015ftirildi\u011finde yumu\u015fat\u0131lmam\u0131\u015f dolgu kullan -config.description.shapeImport.useNonSmoothedFill = - - - -config.name.internalFlashViewer.execute.as12 = Kendi flash g\u00f6r\u00fcnt\u00fcleyicisinde AS1/2 (Deneysel) -config.description.internalFlashViewer.execute.as12 = FFDec flash g\u00f6r\u00fcnt\u00fcleyici kullanarak SWF oynatma s\u0131ras\u0131nda ActionScript 1/2'yi \u00e7al\u0131\u015ft\u0131rmay\u0131 deneyin - - - -config.name.warning.hexViewNotUpToDate = Onalt\u0131l\u0131k G\u00f6r\u00fcn\u00fcm g\u00fcncel de\u011fil uyar\u0131s\u0131n\u0131 g\u00f6ster -config.description.warning.hexViewNotUpToDate = - - - -config.name.displayDupInstructions = \u00a7\u00a7dup talimatlar\u0131n\u0131 g\u00f6ster -config.description.displayDupInstructions = Kodda \u00a7\u00a7dup talimatlar\u0131n\u0131 g\u00f6r\u00fcnt\u00fcleyin. Bunlar olmadan, kod kolayca derlenebilir ancak yan etkileri olan baz\u0131 \u00e7o\u011falt\u0131lm\u0131\u015f kodlar iki kez \u00e7al\u0131\u015ft\u0131r\u0131labilir. - - - -config.name.useRegExprLiteral = RegExp'i /pattern/mod sabit de\u011feri olarak derleyin. -config.description.useRegExprLiteral = D\u00fczenli ifadeleri derlerken /pattern/mod s\u00f6zdizimini kullan\u0131n. Aksi halde yeni RegExp("pat","mod") kullan\u0131l\u0131r - - - -config.name.handleSkinPartsAutomatically = [SkinPart] meta verilerini otomatik olarak i\u015fle -config.description.handleSkinPartsAutomatically = [SkinPart] meta verilerini otomatik olarak ayr\u0131\u015ft\u0131r\u0131r ve do\u011frudan d\u00fczenler. Kapat\u0131ld\u0131\u011f\u0131nda, _skinParts \u00f6zniteli\u011fi ve al\u0131c\u0131 y\u00f6ntemi g\u00f6r\u00fcn\u00fcr ve manuel olarak d\u00fczenlenebilir. - - - -config.name.simplifyExpressions = \u0130fadeleri basitle\u015ftir -config.description.simplifyExpressions = Kodu daha okunakl\u0131 hale getirmek i\u00e7in ifadeleri de\u011ferlendirin ve basitle\u015ftirin - - - -config.name.resetLetterSpacingOnTextImport = Metin i\u00e7e aktarmada Harf Aral\u0131\u011f\u0131n\u0131 S\u0131f\u0131rla -config.description.resetLetterSpacingOnTextImport = Kiril yaz\u0131 tipleri i\u00e7in kullan\u0131\u015fl\u0131d\u0131r, \u00e7\u00fcnk\u00fc daha geni\u015ftirler - - - -config.name.flexSdkLocation = 4) Flex SDK dizin yolu -config.description.flexSdkLocation = Adobe Flex SDK'n\u0131n konumu. \u00c7o\u011funlukla AS3 derlemesi i\u00e7in kullan\u0131l\u0131r. - - - -config.name.useFlexAs3Compiler = Flex SDK AS3 derleyicisini kullan -config.description.useFlexAs3Compiler = ActionScript do\u011frudan d\u00fczenlenirken Flex SDK'dan AS3 derleyicisini kullan\u0131n (Flex SDK dizininin ayarlanmas\u0131 gerekir) - - - -config.name.showSetAdvanceValuesMessage = Geli\u015fmi\u015f de\u011ferlerin ayarlanmas\u0131yla ilgili bilgileri tekrar g\u00f6ster -config.description.showSetAdvanceValuesMessage = Geli\u015fmi\u015f de\u011ferlerin ayarlanmas\u0131yla ilgili bilgileri tekrar g\u00f6ster - - - -config.name.gui.fontSizeMultiplier = Yaz\u0131 tipi boyutu \u00e7arpan\u0131 -config.description.gui.fontSizeMultiplier = Yaz\u0131 tipi boyutu \u00e7arpan\u0131 - - - -config.name.graphVizDotLocation = 5) GraphViz Dot y\u00fcr\u00fct\u00fclebilir yolu -config.description.graphVizDotLocation = Grafikleri g\u00f6r\u00fcnt\u00fclemek i\u00e7in GraphViz uygulamas\u0131n\u0131n dot.exe (veya linux i\u00e7in benzeri) yolu. - +advancedSettings.dialog.title=Geli\u015fmi\u015f Ayarlar +advancedSettings.restartConfirmation=Baz\u0131 de\u011fi\u015fikliklerin etkili olmas\u0131 i\u00e7in program\u0131 yeniden ba\u015flatman\u0131z gerekir. \u015eimdi yeniden ba\u015flatmak istiyor musunuz? +advancedSettings.columns.name=Ad +advancedSettings.columns.value=De\u011fer +advancedSettings.columns.description=A\u00e7\u0131klama +default=varsay\u0131lan +config.group.name.export=D\u0131\u015fa aktar +config.group.description.export=D\u0131\u015fa aktarma yap\u0131land\u0131rmas\u0131 +config.group.name.script=Senaryolar +config.group.description.script=ActionScript ayr\u0131\u015ft\u0131rma ile ilgili +config.group.name.update=G\u00fcncellemeler +config.group.description.update=G\u00fcncellemeleri kontrol et +config.group.name.format=Bi\u00e7imlendirme +config.group.description.format=ActionScript kod bi\u00e7imlendirmesi +config.group.name.limit=S\u0131n\u0131rlar +config.group.description.limit=Karart\u0131lm\u0131\u015f kod i\u00e7in ayr\u0131\u015ft\u0131rma s\u0131n\u0131rlar\u0131, vb. +config.group.name.ui=Aray\u00fcz +config.group.description.ui=Kullan\u0131c\u0131 aray\u00fcz\u00fc yap\u0131land\u0131rmas\u0131 +config.group.name.debug=Hata ay\u0131kla +config.group.description.debug=Hata ay\u0131klama ayarlar\u0131 +config.group.name.display=G\u00f6r\u00fcnt\u00fcle +config.group.description.display=Flash nesneleri g\u00f6r\u00fcnt\u00fcleme, vb. +config.group.name.decompilation=Ayr\u0131\u015ft\u0131rma +config.group.description.decompilation=K\u00fcresel ayr\u0131\u015ft\u0131rma ile ilgili i\u015flevler +config.group.name.other=Di\u011fer +config.group.description.other=Di\u011fer kategorize edilmemi\u015f yap\u0131land\u0131rmalar +config.name.openMultipleFiles=Birden \u00e7ok dosya a\u00e7 +config.description.openMultipleFiles=Bir pencerede ayn\u0131 anda birden fazla dosya a\u00e7maya izin verir +config.name.decompile=ActionScript kayna\u011f\u0131n\u0131 g\u00f6ster +config.description.decompile=AS ayr\u0131\u015ft\u0131rmas\u0131n\u0131 devre d\u0131\u015f\u0131 b\u0131rakabilirsiniz, o zaman sadece P kodu g\u00f6sterilir +config.name.dumpView=D\u00f6k\u00fcm G\u00f6r\u00fcn\u00fcm\u00fc +config.description.dumpView=Ham veri d\u00f6k\u00fcm\u00fcn\u00fc g\u00f6r\u00fcnt\u00fcle +config.name.useHexColorFormat=Onalt\u0131l\u0131k renk bi\u00e7imi +config.description.useHexColorFormat=Renkleri onalt\u0131l\u0131k bi\u00e7imde g\u00f6ster +config.name.parallelSpeedUp=Paralel H\u0131zland\u0131rma +config.description.parallelSpeedUp=Paralellik, ayr\u0131\u015ft\u0131rmay\u0131 h\u0131zland\u0131rabilir +config.name.parallelSpeedUpThreadCount=\u0130\u015f par\u00e7ac\u0131\u011f\u0131 say\u0131s\u0131 +config.description.parallelSpeedUpThreadCount=Paralel h\u0131zland\u0131rma i\u00e7in i\u015f par\u00e7ac\u0131\u011f\u0131 say\u0131s\u0131 +config.name.autoDeobfuscate=Otomatik a\u00e7\u0131\u011fa \u00e7\u0131karma +config.description.autoDeobfuscate=ActionScript ayr\u0131\u015ft\u0131rmas\u0131ndan \u00f6nce a\u00e7\u0131\u011fa \u00e7\u0131karma \u00f6\u011fesini her dosyada \u00e7al\u0131\u015ft\u0131r\u0131n +config.name.cacheOnDisk=Diskte \u00f6nbelle\u011fe almay\u0131 kullan +config.description.cacheOnDisk=\u00d6nceden ayr\u0131\u015ft\u0131r\u0131lm\u0131\u015f par\u00e7alar\u0131 bellek yerine sabit diskte \u00f6nbelle\u011fe al\u0131n +config.name.internalFlashViewer=Kendi Fla\u015f g\u00f6r\u00fcnt\u00fcleyicisini kullan +config.description.internalFlashViewer=Flash par\u00e7alar\u0131 g\u00f6r\u00fcnt\u00fclemek i\u00e7in standart Flash Player yerine JPEXS Flash Viewer kullan\u0131n +config.name.gotoMainClassOnStartup=Ba\u015flang\u0131\u00e7ta ana s\u0131n\u0131fa git (AS3) +config.description.gotoMainClassOnStartup=SWF a\u00e7\u0131ld\u0131\u011f\u0131nda AS3 dosyas\u0131n\u0131n belge s\u0131n\u0131f\u0131na gider +config.name.autoRenameIdentifiers=Otomatik yeniden adland\u0131rma tan\u0131mlay\u0131c\u0131lar\u0131 +config.description.autoRenameIdentifiers=SWF y\u00fcklemesinde ge\u00e7ersiz tan\u0131mlay\u0131c\u0131lar\u0131 otomatik olarak yeniden adland\u0131r\u0131n +config.name.offeredAssociation=(Dahili) G\u00f6r\u00fcnt\u00fclenen SWF dosyalar\u0131 ile ili\u015fkilendirme +config.description.offeredAssociation=Dosya ili\u015fkilendirmesi hakk\u0131nda ileti\u015fim kutusu zaten g\u00f6r\u00fcnt\u00fclendi +config.name.decimalAddress=Ondal\u0131k adresleri kullan +config.description.decimalAddress=Onalt\u0131l\u0131k yerine ondal\u0131k adresler kullan\u0131n +config.name.showAllAddresses=T\u00fcm adresleri g\u00f6ster +config.description.showAllAddresses=T\u00fcm ActionScript komut adreslerini g\u00f6r\u00fcnt\u00fcle +config.name.useFrameCache=\u00c7er\u00e7eve \u00f6nbelle\u011fini kullan +config.description.useFrameCache=\u00c7er\u00e7eveleri yeniden olu\u015fturmadan \u00f6nce \u00f6nbelle\u011fe al\u0131n +config.name.useRibbonInterface=\u015eerit aray\u00fcz\u00fc +config.description.useRibbonInterface=\u015eerit men\u00fc olmadan klasik aray\u00fcz\u00fc kullanmak i\u00e7in i\u015fareti kald\u0131r\u0131n +config.name.openFolderAfterFlaExport=FLA d\u0131\u015fa aktar\u0131m\u0131ndan sonra klas\u00f6r\u00fc a\u00e7 +config.description.openFolderAfterFlaExport=FLA dosyas\u0131n\u0131 d\u0131\u015fa aktard\u0131ktan sonra \u00e7\u0131kt\u0131 dizinini g\u00f6r\u00fcnt\u00fcle +config.name.useDetailedLogging=FFDec ayr\u0131nt\u0131l\u0131 G\u00fcnl\u00fck Kayd\u0131 +config.description.useDetailedLogging=FFDec'in hata ay\u0131klamas\u0131 i\u00e7in ayr\u0131nt\u0131l\u0131 hata mesajlar\u0131n\u0131 ve bilgileri g\u00fcnl\u00fc\u011fe kaydedin +config.name._debugMode=FFDec hata ay\u0131klama modunda +config.description._debugMode=FFDec hata ay\u0131klama modu. Hata ay\u0131klama men\u00fcs\u00fcn\u00fc a\u00e7ar. Bunun hata ay\u0131klay\u0131c\u0131 i\u015flevselli\u011fi ile hi\u00e7bir ilgisi yoktur +config.name.resolveConstants=AS1/2 p kodundaki sabitleri \u00e7\u00f6z +config.description.resolveConstants=P kodu penceresinde ger\u00e7ek de\u011ferler yerine 'sabitxx' g\u00f6stermek i\u00e7in bunu kapat\u0131n +config.name.sublimiter=Kod alt s\u0131n\u0131r\u0131 +config.description.sublimiter=Karart\u0131lm\u0131\u015f kod i\u00e7in kod alt s\u0131n\u0131r\u0131. +config.name.exportTimeout=Toplam d\u0131\u015fa aktarma zaman a\u015f\u0131m\u0131 (saniye) +config.description.exportTimeout=Decompiler bu s\u00fcreye ula\u015ft\u0131ktan sonra d\u0131\u015fa aktarmay\u0131 durduracakt\u0131r +config.name.decompilationTimeoutFile=Tek dosya ayr\u0131\u015ft\u0131rma zaman a\u015f\u0131m\u0131 (saniye) +config.description.decompilationTimeoutFile=Decompiler, tek bir dosyada bu s\u00fcreye ula\u015ft\u0131ktan sonra ActionScript ayr\u0131\u015ft\u0131rmas\u0131n\u0131 durduracakt\u0131r +config.name.paramNamesEnable=AS3'te parametre adlar\u0131n\u0131 etkinle\u015ftir +config.description.paramNamesEnable=Flash CS 5.5 gibi resmi programlar yanl\u0131\u015f parametre adlar\u0131 indeksleri ekledi\u011finden ayr\u0131\u015ft\u0131rma i\u015fleminde parametre adlar\u0131n\u0131n kullan\u0131lmas\u0131 sorunlara neden olabilir +config.name.displayFileName=SWF ad\u0131n\u0131 ba\u015fl\u0131kta g\u00f6ster +config.description.displayFileName=SWF dosya/url ad\u0131n\u0131 pencere ba\u015fl\u0131\u011f\u0131nda g\u00f6r\u00fcnt\u00fcleyin (Daha sonra ekran g\u00f6r\u00fcnt\u00fcs\u00fc alabilirsiniz) +config.name._debugCopy=FFDec hata ay\u0131klama yeniden derlemesi +config.description._debugCopy=Ayn\u0131 ikili kodu \u00fcretti\u011finden emin olmak i\u00e7in SWF dosyas\u0131n\u0131 a\u00e7t\u0131ktan hemen sonra yeniden derlemeye \u00e7al\u0131\u015f\u0131r. Sadece FFDec'i HATA AYIKLAMA i\u00e7in kullan\u0131n! +config.name.dumpTags=Etiketleri konsola d\u00f6k +config.description.dumpTags=SWF dosyas\u0131 okunurken etiketlerin konsola d\u00f6k +config.name.decompilationTimeoutSingleMethod=AS3: Tek y\u00f6ntemli ayr\u0131\u015ft\u0131rma zaman a\u015f\u0131m\u0131 (saniye) +config.description.decompilationTimeoutSingleMethod=Decompiler, bir y\u00f6ntemde bu s\u00fcreye ula\u015ft\u0131ktan sonra ActionScript ayr\u0131\u015ft\u0131rmas\u0131n\u0131 durduracakt\u0131r +config.name.lastRenameType=(Dahili) Son yeniden adland\u0131rma t\u00fcr\u00fc +config.description.lastRenameType=Son kullan\u0131lan yeniden adland\u0131rma tan\u0131mlay\u0131c\u0131lar\u0131 t\u00fcr\u00fc +config.name.lastSaveDir=(Dahili) Son kay\u0131t dizini +config.description.lastSaveDir=Son kullan\u0131lan kay\u0131t dizini +config.name.lastOpenDir=(Dahili) Son a\u00e7\u0131k dizin +config.description.lastOpenDir=Son kullan\u0131lan a\u00e7\u0131k dizin +config.name.lastExportDir=(Dahili) son d\u0131\u015fa aktarma dizini +config.description.lastExportDir=Son kullan\u0131lan d\u0131\u015fa aktarma dizini +config.name.locale=Dil +config.description.locale=Yereller tan\u0131mlay\u0131c\u0131s\u0131 +config.name.registerNameFormat=Kay\u0131t de\u011fi\u015fkeni bi\u00e7imi +config.description.registerNameFormat=Yerel kay\u0131t de\u011fi\u015fkeni adlar\u0131n\u0131n bi\u00e7imi. Kay\u0131t numaras\u0131 i\u00e7in %d kullan\u0131n. +config.name.maxRecentFileCount=Maksimum son say\u0131 +config.description.maxRecentFileCount=Son dosyalar\u0131n maksimum say\u0131s\u0131 +config.name.recentFiles=(Dahili) Son dosyalar +config.description.recentFiles=Son a\u00e7\u0131lan dosyalar +config.name.fontPairingMap=(Dahili) \u0130\u00e7e aktarma i\u00e7in yaz\u0131 tipi \u00e7iftleri +config.description.fontPairingMap=Yeni karakterleri i\u00e7e aktarmak i\u00e7in yaz\u0131 tipi \u00e7iftleri +config.name.lastUpdatesCheckDate=(Dahili) Son g\u00fcncelleme kontrol tarihi +config.description.lastUpdatesCheckDate=Sunucuda g\u00fcncellemeler i\u00e7in son kontrol tarihi +config.name.gui.window.width=(Dahili) Son pencere geni\u015fli\u011fi +config.description.gui.window.width=Son kaydedilen pencere geni\u015fli\u011fi +config.name.gui.window.height=(Dahili) Son pencere y\u00fcksekli\u011fi +config.description.gui.window.height=Son kaydedilen pencere y\u00fcksekli\u011fi +config.name.gui.window.maximized.horizontal=(Dahili) Pencere yatay olarak maksimize edildi +config.description.gui.window.maximized.horizontal=Son pencere durumu - yatay olarak maksimize edildi +config.name.gui.window.maximized.vertical=(Dahili) Pencere dikey olarak maksimize edildi +config.description.gui.window.maximized.vertical=Son pencere durumu - dikey olarak maksimize edildi +config.name.gui.avm2.splitPane.dividerLocationPercent=(Dahili) AS3 Ay\u0131r\u0131c\u0131 konumu +config.description.gui.avm2.splitPane.dividerLocationPercent= +config.name.gui.actionSplitPane.dividerLocationPercent=(Dahili) AS1/2 ay\u0131r\u0131c\u0131 konumu +config.description.gui.actionSplitPane.dividerLocationPercent= +config.name.gui.previewSplitPane.dividerLocationPercent=(Dahili) \u00d6nizleme ay\u0131r\u0131c\u0131 konumu +config.description.gui.previewSplitPane.dividerLocationPercent= +config.name.gui.splitPane1.dividerLocationPercent=(Dahili) Ay\u0131r\u0131c\u0131 konumu 1 +config.description.gui.splitPane1.dividerLocationPercent= +config.name.gui.splitPane2.dividerLocationPercent=(Dahili) Ay\u0131r\u0131c\u0131 konumu 2 +config.description.gui.splitPane2.dividerLocationPercent= +config.name.saveAsExeScaleMode=EXE olarak kaydetme \u00f6l\u00e7ek modu +config.description.saveAsExeScaleMode=EXE d\u0131\u015fa aktar\u0131m\u0131 i\u00e7in \u00f6l\u00e7ekleme modu +config.name.syntaxHighlightLimit=S\u00f6zdizimi vurgulama maksimum karakter say\u0131s\u0131 +config.description.syntaxHighlightLimit=S\u00f6zdizimi vurgulaman\u0131n \u00e7al\u0131\u015ft\u0131r\u0131laca\u011f\u0131 maksimum karakter say\u0131s\u0131 +config.name.guiFontPreviewSampleText=(Dahili) Son yaz\u0131 tipi \u00f6nizleme \u00f6rnek metni +config.description.guiFontPreviewSampleText=Son yaz\u0131 tipi \u00f6nizlemesi \u00f6rnek metin listesi dizini +config.name.gui.fontPreviewWindow.width=(Dahili) Son yaz\u0131 tipi \u00f6nizleme penceresinin geni\u015fli\u011fi +config.description.gui.fontPreviewWindow.width= +config.name.gui.fontPreviewWindow.height=(Dahili) Son yaz\u0131 tipi \u00f6nizleme penceresinin y\u00fcksekli\u011fi +config.description.gui.fontPreviewWindow.height= +config.name.gui.fontPreviewWindow.posX=(Dahili) Son yaz\u0131 tipi \u00f6nizleme penceresi X +config.description.gui.fontPreviewWindow.posX= +config.name.gui.fontPreviewWindow.posY=(Dahili) Son yaz\u0131 tipi \u00f6nizleme penceresi Y +config.description.gui.fontPreviewWindow.posY= +config.name.formatting.indent.size=Girinti ba\u015f\u0131na karakterler +config.description.formatting.indent.size=Bir girinti i\u00e7in bo\u015fluk (veya sekme) say\u0131s\u0131 +config.name.formatting.indent.useTabs=Girinti i\u00e7in sekmeler +config.description.formatting.indent.useTabs=Girinti i\u00e7in bo\u015fluk yerine sekmeleri kullan\u0131n +config.name.beginBlockOnNewLine=Yeni sat\u0131rda k\u00fcme parantez +config.description.beginBlockOnNewLine=Blo\u011fu yeni sat\u0131rda k\u00fcme paranteziyle ba\u015flat\u0131n +config.name.check.updates.delay=G\u00fcncelleme kontrol\u00fc gecikmesi +config.description.check.updates.delay=Uygulama ba\u015flang\u0131c\u0131nda g\u00fcncellemeler i\u00e7in otomatik kontroller aras\u0131ndaki minimum s\u00fcre +config.name.check.updates.stable=Kararl\u0131 s\u00fcr\u00fcmleri kontrol et +config.description.check.updates.stable=Kararl\u0131 s\u00fcr\u00fcm g\u00fcncellemelerini kontrol etme +config.name.check.updates.nightly=Gece s\u00fcr\u00fcmlerini kontrol et +config.description.check.updates.nightly=Gece s\u00fcr\u00fcm g\u00fcncellemelerini kontrol etme +config.name.check.updates.enabled=G\u00fcncellemelerin kontrol\u00fc etkin +config.description.check.updates.enabled=Uygulama ba\u015flang\u0131c\u0131nda g\u00fcncellemeler i\u00e7in otomatik kontrol etme +config.name.export.formats=(Dahili) D\u0131\u015fa aktarma bi\u00e7imleri +config.description.export.formats=Son kullan\u0131lan d\u0131\u015fa aktarma bi\u00e7imleri +config.name.textExportSingleFile=Metinleri tek bir dosyaya aktar +config.description.textExportSingleFile=Metinleri birden fazla dosya yerine tek bir dosyaya aktarma +config.name.textExportSingleFileSeparator=Tek bir dosya metin d\u0131\u015fa aktar\u0131m\u0131ndaki metinlerin ay\u0131r\u0131c\u0131s\u0131 +config.description.textExportSingleFileSeparator=Tek dosya metin d\u0131\u015fa aktar\u0131m\u0131nda metinler aras\u0131na eklenecek metinmetin +config.name.textExportSingleFileRecordSeparator=Tek biir dosya metin d\u0131\u015fa aktar\u0131m\u0131ndaki kay\u0131tlar\u0131n ay\u0131r\u0131c\u0131s\u0131 +config.description.textExportSingleFileRecordSeparator=Tek dosya metin d\u0131\u015fa aktar\u0131m\u0131nda metin kay\u0131tlar\u0131 aras\u0131na eklenecek metin +config.name.warning.experimental.as12edit=AS1/2 do\u011frudan d\u00fczenlemesinde uyar +config.description.warning.experimental.as12edit=AS1/2 deneysel do\u011frudan d\u00fczenlemesinde uyar\u0131 g\u00f6ster +config.name.warning.experimental.as3edit=AS3 do\u011frudan d\u00fczenlemesinde uyar +config.description.warning.experimental.as3edit=AS3 deneysel do\u011frudan d\u00fczenlemesinde uyar\u0131 g\u00f6ster +config.name.packJavaScripts=JavaScripts Paketi +config.description.packJavaScripts=Canvas Export'da olu\u015fturulan komut dosyalar\u0131nda JavaScript paketleyiciyi \u00e7al\u0131\u015ft\u0131r\u0131n. +config.name.textExportExportFontFace=SVG d\u0131\u015fa aktarmada yaz\u0131 tipi y\u00fcz\u00fcn\u00fc kullan +config.description.textExportExportFontFace=\u015eekiller yerine yaz\u0131 tipi y\u00fcz\u00fcn\u00fc kullanarak yaz\u0131 tipi dosyalar\u0131n\u0131 SVG'ye g\u00f6m\u00fcn +config.name.lzmaFastBytes=LZMA h\u0131zl\u0131 baytlar\u0131 (ge\u00e7erli de\u011ferler: 5-255) +config.description.lzmaFastBytes=LZMA kodlay\u0131c\u0131n\u0131n h\u0131zl\u0131 bayt parametresi +config.name.pluginPath=Eklenti Yolu +config.description.pluginPath=- +config.name.showMethodBodyId=Y\u00f6ntem g\u00f6vdesi kimli\u011fini g\u00f6ster +config.description.showMethodBodyId=Komut sat\u0131r\u0131 i\u00e7e aktar\u0131m\u0131 i\u00e7in y\u00f6ntem g\u00f6vdesinin kimli\u011fini g\u00f6sterir +config.name.export.zoom=(Dahili) Yak\u0131nla\u015ft\u0131rmay\u0131 d\u0131\u015fa aktar +config.description.export.zoom=Son kullan\u0131lan d\u0131\u015fa aktarma yak\u0131nla\u015ft\u0131rmas\u0131 +config.name.debuggerPort=Hata ay\u0131klay\u0131c\u0131 ba\u011flant\u0131 noktas\u0131 +config.description.debuggerPort=Soket hata ay\u0131klamas\u0131 i\u00e7in kullan\u0131lan ba\u011flant\u0131 noktas\u0131 +config.name.displayDebuggerInfo=(Dahili) Hata ay\u0131klay\u0131c\u0131 bilgisi g\u00f6r\u00fcnt\u00fcle +config.description.displayDebuggerInfo=De\u011fi\u015ftirmeden \u00f6nce hata ay\u0131klay\u0131c\u0131 hakk\u0131nda bilgi g\u00f6r\u00fcnt\u00fcle +config.name.randomDebuggerPackage=Hata Ay\u0131klay\u0131c\u0131 i\u00e7in rastgele paket ad\u0131 kullan +config.description.randomDebuggerPackage=Bu, Hata Ay\u0131klay\u0131c\u0131 paketini rastgele bir dizeye yeniden adland\u0131rarak hata ay\u0131klay\u0131c\u0131n\u0131n varl\u0131\u011f\u0131n\u0131n ActionScript taraf\u0131ndan alg\u0131lanmas\u0131n\u0131 zorla\u015ft\u0131r\u0131r +config.name.lastDebuggerReplaceFunction=(Dahili) Son se\u00e7ilen iz de\u011fi\u015fimi +config.description.lastDebuggerReplaceFunction=Hata ay\u0131klay\u0131c\u0131 ile izleme i\u015flevini de\u011fi\u015ftir \u00fczerinde en son se\u00e7ilen i\u015flev ad\u0131 +config.name.getLocalNamesFromDebugInfo=AS3: Hata ay\u0131klama bilgilerinden yerel kay\u0131t adlar\u0131n\u0131 al +config.description.getLocalNamesFromDebugInfo=Hata ay\u0131klama bilgisi mevcutsa, yerel kay\u0131tlar\u0131 _loc_x_'dan ger\u00e7ek adlara yeniden adland\u0131r\u0131r. Baz\u0131 karart\u0131c\u0131lar orada ge\u00e7ersiz kay\u0131t adlar\u0131 kulland\u0131\u011f\u0131ndan bu kapat\u0131labilir. +config.name.tagTreeShowEmptyFolders=Bo\u015f klas\u00f6rleri g\u00f6ster +config.description.tagTreeShowEmptyFolders=Bo\u015f klas\u00f6rleri etiket a\u011fac\u0131nda g\u00f6ster. +config.name.autoLoadEmbeddedSwfs=G\u00f6m\u00fcl\u00fc SWF'leri otomatik y\u00fckle +config.description.autoLoadEmbeddedSwfs=G\u00f6m\u00fcl\u00fc SWF'leri DefineBinaryData etiketlerinden otomatik olarak y\u00fckleyin. +config.name.overrideTextExportFileName=Metin d\u0131\u015fa aktarma dosya ad\u0131n\u0131 ge\u00e7ersiz k\u0131l +config.description.overrideTextExportFileName=D\u0131\u015fa aktar\u0131lan metnin dosya ad\u0131n\u0131 \u00f6zelle\u015ftirebilirsiniz. Ge\u00e7erli SWF'nin dosya ad\u0131n\u0131 kullanmak i\u00e7in {filename} yer tutucusunu kullan\u0131n. +config.name.showOldTextDuringTextEditing=Metin d\u00fczenleme s\u0131ras\u0131nda eski metni g\u00f6ster +config.description.showOldTextDuringTextEditing=Metin etiketinin orijinal metnini \u00f6nizleme alan\u0131nda gri renkle g\u00f6sterir. +config.group.name.import=\u0130\u00e7e aktar +config.group.description.import=\u0130\u00e7e aktarma yap\u0131land\u0131rmas\u0131 +config.name.textImportResizeTextBoundsMode=Metin s\u0131n\u0131rlar\u0131n\u0131 yeniden boyutland\u0131rma modu +config.description.textImportResizeTextBoundsMode=Metin d\u00fczenleme sonras\u0131nda metin s\u0131n\u0131rlar\u0131 yeniden boyutland\u0131rma modu. +config.name.showCloseConfirmation=SWF kapatma onay\u0131n\u0131 tekrar g\u00f6ster +config.description.showCloseConfirmation=De\u011fi\u015ftirilen dosyalar i\u00e7in SWF kapatma onay\u0131n\u0131 tekrar g\u00f6sterin. +config.name.showCodeSavedMessage=Kod kaydedildi mesaj\u0131n\u0131 tekrar g\u00f6ster +config.description.showCodeSavedMessage=Kod kaydedildi mesaj\u0131n\u0131 tekrar g\u00f6ster +config.name.showTraitSavedMessage=\u00d6zellik kaydedildi mesaj\u0131n\u0131 tekrar g\u00f6ster +config.description.showTraitSavedMessage=\u00d6zellik kaydedildi mesaj\u0131n\u0131 tekrar g\u00f6ster +config.name.updateProxyAddress=G\u00fcncellemeleri kontrol etmek i\u00e7in Http Proxy adresi +config.description.updateProxyAddress=G\u00fcncellemeleri kontrol etmek i\u00e7in Http Proxy adresi. Bi\u00e7im: \u00f6rnek.com:8080 +config.name.editorMode=D\u00fczenleyici Modu +config.description.editorMode=Bir Metin veya Komut Dosyas\u0131 d\u00fc\u011f\u00fcm\u00fc se\u00e7ti\u011finizde metin alanlar\u0131n\u0131 otomatik olarak d\u00fczenlenebilir hale getirin +config.name.autoSaveTagModifications=Etiket de\u011fi\u015fikliklerini otomatik kaydet +config.description.autoSaveTagModifications=A\u011fa\u00e7ta yeni bir etiket se\u00e7ti\u011finizde de\u011fi\u015fiklikleri kaydedin +config.name.saveSessionOnExit=\u00c7\u0131k\u0131\u015fta oturumu kaydet +config.description.saveSessionOnExit=Ge\u00e7erli oturumu kaydeder ve FFDec yeniden ba\u015flat\u0131ld\u0131ktan sonra yeniden a\u00e7ar (yaln\u0131zca ger\u00e7ek dosyalarla \u00e7al\u0131\u015f\u0131r) +config.name._showDebugMenu=FFDec hata ay\u0131klama men\u00fcs\u00fcn\u00fc g\u00f6ster +config.description._showDebugMenu=Kod \u00e7\u00f6z\u00fcc\u00fcn\u00fcn hata ay\u0131klamas\u0131 i\u00e7in \u015feritte hata ay\u0131klama men\u00fcs\u00fcn\u00fc g\u00f6sterir. +config.name.allowOnlyOneInstance=Yaln\u0131zca bir FFDec \u00f6rne\u011fine izin ver (Yaln\u0131zca Windows \u0130\u015fletim Sistemi) +config.description.allowOnlyOneInstance=FFDec daha sonra yaln\u0131zca bir kez \u00e7al\u0131\u015ft\u0131r\u0131labilir, a\u00e7\u0131lan t\u00fcm dosyalar bir pencereye eklenir. Yaln\u0131zca Windows i\u015fletim sistemi ile \u00e7al\u0131\u015f\u0131r. +config.name.scriptExportSingleFile=Komut dosyalar\u0131n\u0131 tek dosyaya aktar +config.description.scriptExportSingleFile=Komut dosyalar\u0131n\u0131 birden \u00e7ok dosya yerine tek bir dosyaya d\u0131\u015fa aktar +config.name.setFFDecVersionInExportedFont=D\u0131\u015fa aktar\u0131lan yaz\u0131 tipinde FFDec s\u00fcr\u00fcm numaras\u0131n\u0131 ayarla +config.description.setFFDecVersionInExportedFont=Bu ayar devre d\u0131\u015f\u0131 b\u0131rak\u0131ld\u0131\u011f\u0131nda, FFDec ge\u00e7erli FFDec s\u00fcr\u00fcm numaras\u0131n\u0131 d\u0131\u015fa aktar\u0131lan yaz\u0131 tipine eklemeyecektir. +config.name.gui.skin=Kullan\u0131c\u0131 Aray\u00fcz\u00fc D\u0131\u015f G\u00f6r\u00fcn\u00fcm\u00fc +config.description.gui.skin=D\u0131\u015f g\u00f6r\u00fcn\u00fcm\u00fc g\u00f6r\u00fcn ve hissedin +config.name.lastSessionFiles=Son oturum dosyalar\u0131 +config.description.lastSessionFiles=Son oturumdan itibaren a\u00e7\u0131lan dosyalar\u0131 i\u00e7erir +config.name.lastSessionSelection=Son oturum se\u00e7imi +config.description.lastSessionSelection=Son oturumdaki se\u00e7imi i\u00e7erir +config.name.loopMedia=D\u00f6ng\u00fc sesleri ve spriteler +config.description.loopMedia=Seslerin ve spritelerin oynat\u0131lmas\u0131n\u0131 otomatik olarak yeniden ba\u015flat\u0131r +config.name.gui.timeLineSplitPane.dividerLocationPercent=(Dahili) Zaman \u00c7izelgesi B\u00f6l\u00fcc\u00fc konumu +config.description.gui.timeLineSplitPane.dividerLocationPercent= +config.name.cacheImages=G\u00f6r\u00fcnt\u00fcleri \u00f6nbelle\u011fe al +config.description.cacheImages=Kodu \u00e7\u00f6z\u00fclm\u00fc\u015f g\u00f6r\u00fcnt\u00fc nesnelerini \u00f6nbelle\u011fe al +config.name.swfSpecificConfigs=SWF'e \u00f6zel yap\u0131land\u0131rmalar +config.description.swfSpecificConfigs=SWF'e \u00f6zel yap\u0131land\u0131rmalar\u0131 i\u00e7erir +config.name.exeExportMode=EXE d\u0131\u015fa aktarma modu +config.description.exeExportMode=EXE d\u0131\u015fa aktarma modu +config.name.ignoreCLikePackages=FlashCC / Alchemy veya benzeri paketleri yoksay +config.description.ignoreCLikePackages=FlashCC/Alchemy paketleri genellikle do\u011fru \u015fekilde derlenemez. Di\u011fer paketlerin derlenmesini h\u0131zland\u0131rmak i\u00e7in bunlar\u0131 devre d\u0131\u015f\u0131 b\u0131rakabilirsiniz. +config.name.overwriteExistingFiles=Varolan dosyalar\u0131n \u00fczerine yaz +config.description.overwriteExistingFiles=D\u0131\u015fa aktarma s\u0131ras\u0131nda mevcut dosyalar\u0131n \u00fczerine yaz\u0131n. \u015eu anda sadece AS2/3 komut dosyalar\u0131 i\u00e7in +config.name.smartNumberFormatting=Ak\u0131ll\u0131 say\u0131 bi\u00e7imlendirmesini kullan +config.description.smartNumberFormatting=\u00d6zel say\u0131lar\u0131 bi\u00e7imlendirin (\u00f6rne\u011fin renkler ve zamanlar) +config.name.enableScriptInitializerDisplay=(REMOVED) Komut ba\u015flat\u0131c\u0131lar\u0131n\u0131 g\u00f6r\u00fcnt\u00fcle +config.description.enableScriptInitializerDisplay=Kod ba\u015flat\u0131c\u0131lar\u0131n\u0131n g\u00f6r\u00fcnt\u00fclenmesini ve d\u00fczenlenmesini etkinle\u015ftirin. Bu ayar, vurgulama i\u00e7in her s\u0131n\u0131f dosyas\u0131na bir yeni sat\u0131r ekleyebilir. +config.name.autoOpenLoadedSWFs=\u00c7al\u0131\u015ft\u0131r\u0131l\u0131rken y\u00fcklenen SWF'leri a\u00e7 (Harici g\u00f6r\u00fcnt\u00fcleyici = yaln\u0131zca WIN) +config.description.autoOpenLoadedSWFs=FFDec harici oynat\u0131c\u0131da oynat\u0131ld\u0131\u011f\u0131nda SWF'i \u00e7al\u0131\u015ft\u0131rarak AS3 s\u0131n\u0131f Y\u00fckleyici taraf\u0131ndan y\u00fcklenen t\u00fcm SWF'leri otomatik olarak a\u00e7ar. Bu \u00f6zellik sadece Windows i\u00e7indir. +config.name.lastSessionFileTitles=Son oturum dosya ba\u015fl\u0131klar\u0131 +config.description.lastSessionFileTitles=Son oturumdan itibaren a\u00e7\u0131lan dosya ba\u015fl\u0131klar\u0131n\u0131 i\u00e7erir (\u00f6rne\u011fin URL'den y\u00fcklendi\u011finde vb.) +config.group.name.paths=Yollar +config.group.description.paths=Gerekli dosyalar\u0131n konumu +config.group.tip.paths=Projekt\u00f6r\u00fc ve Playerglobal'\u0131 adobe web sayfas\u0131ndan indirin. Flex SDK, apache web adresinden indirilebilir. +config.group.link.paths=https://web.archive.org/web/20220401020702/https://www.adobe.com/support/flashplayer/debug_downloads.html https://flex.apache.org/download-binaries.html +config.name.playerLocation=1) Flash Player projekt\u00f6r yolu +config.description.playerLocation=Ba\u011f\u0131ms\u0131z flash player y\u00fcr\u00fct\u00fclebilir dosyas\u0131n\u0131n konumu. \u00c7al\u0131\u015ft\u0131r eylemi i\u00e7in kullan\u0131l\u0131r. +config.name.playerDebugLocation=2) Flash Player projekt\u00f6r i\u00e7eri\u011fi hata ay\u0131klay\u0131c\u0131 yolu +config.description.playerDebugLocation=Ba\u011f\u0131ms\u0131z hata ay\u0131klama flash player y\u00fcr\u00fct\u00fclebilir dosyas\u0131n\u0131n konumu. Hata Ay\u0131klama eylemi i\u00e7in kullan\u0131l\u0131r. +config.name.playerLibLocation=3) PlayerGlobal (.swc) yolu +config.description.playerLibLocation=Playerglobal.swc flash player k\u00fct\u00fcphanesinin konumu. \u00c7o\u011funlukla AS3 derlemesi i\u00e7in kullan\u0131l\u0131r. +config.name.debugHalt=Hata ay\u0131klama ba\u015flang\u0131c\u0131nda y\u00fcr\u00fctmeyi durdur +config.description.debugHalt=Hata ay\u0131klama i\u015fleminin ba\u015flang\u0131c\u0131nda SWF'i duraklat\u0131n. +config.name.gui.avm2.splitPane.vars.dividerLocationPercent=(Dahili) Hata ay\u0131klama men\u00fcs\u00fc ay\u0131r\u0131c\u0131 konumu +config.description.gui.avm2.splitPane.vars.dividerLocationPercent= +tip=\u0130pucu: +config.name.gui.action.splitPane.vars.dividerLocationPercent=(Dahili) AS1/2 Hata ay\u0131klama men\u00fcs\u00fc ay\u0131r\u0131c\u0131 konumu +config.description.gui.action.splitPane.vars.dividerLocationPercent= +config.name.setMovieDelay=Harici oynat\u0131c\u0131daki SWF'i ms cinsinden de\u011fi\u015ftirmeden \u00f6nceki gecikme +config.description.setMovieDelay=Bu de\u011ferin 1000 ms'nin alt\u0131nda de\u011fi\u015ftirilmesi \u00f6nerilmez +config.name.warning.svgImport=SVG i\u00e7e aktarmas\u0131nda uyar +config.description.warning.svgImport= +config.name.shapeImport.useNonSmoothedFill=Bir \u015fekil bir g\u00f6r\u00fcnt\u00fc ile de\u011fi\u015ftirildi\u011finde yumu\u015fat\u0131lmam\u0131\u015f dolgu kullan +config.description.shapeImport.useNonSmoothedFill= +config.name.internalFlashViewer.execute.as12=Kendi flash g\u00f6r\u00fcnt\u00fcleyicisinde AS1/2 (Deneysel) +config.description.internalFlashViewer.execute.as12=FFDec flash g\u00f6r\u00fcnt\u00fcleyici kullanarak SWF oynatma s\u0131ras\u0131nda ActionScript 1/2'yi \u00e7al\u0131\u015ft\u0131rmay\u0131 deneyin +config.name.warning.hexViewNotUpToDate=Onalt\u0131l\u0131k G\u00f6r\u00fcn\u00fcm g\u00fcncel de\u011fil uyar\u0131s\u0131n\u0131 g\u00f6ster +config.description.warning.hexViewNotUpToDate= +config.name.displayDupInstructions=\u00a7\u00a7dup talimatlar\u0131n\u0131 g\u00f6ster +config.description.displayDupInstructions=Kodda \u00a7\u00a7dup talimatlar\u0131n\u0131 g\u00f6r\u00fcnt\u00fcleyin. Bunlar olmadan, kod kolayca derlenebilir ancak yan etkileri olan baz\u0131 \u00e7o\u011falt\u0131lm\u0131\u015f kodlar iki kez \u00e7al\u0131\u015ft\u0131r\u0131labilir. +config.name.useRegExprLiteral=RegExp'i /pattern/mod sabit de\u011feri olarak derleyin. +config.description.useRegExprLiteral=D\u00fczenli ifadeleri derlerken /pattern/mod s\u00f6zdizimini kullan\u0131n. Aksi halde yeni RegExp("pat","mod") kullan\u0131l\u0131r +config.name.handleSkinPartsAutomatically=[SkinPart] meta verilerini otomatik olarak i\u015fle +config.description.handleSkinPartsAutomatically=[SkinPart] meta verilerini otomatik olarak ayr\u0131\u015ft\u0131r\u0131r ve do\u011frudan d\u00fczenler. Kapat\u0131ld\u0131\u011f\u0131nda, _skinParts \u00f6zniteli\u011fi ve al\u0131c\u0131 y\u00f6ntemi g\u00f6r\u00fcn\u00fcr ve manuel olarak d\u00fczenlenebilir. +config.name.simplifyExpressions=\u0130fadeleri basitle\u015ftir +config.description.simplifyExpressions=Kodu daha okunakl\u0131 hale getirmek i\u00e7in ifadeleri de\u011ferlendirin ve basitle\u015ftirin +config.name.resetLetterSpacingOnTextImport=Metin i\u00e7e aktarmada Harf Aral\u0131\u011f\u0131n\u0131 S\u0131f\u0131rla +config.description.resetLetterSpacingOnTextImport=Kiril yaz\u0131 tipleri i\u00e7in kullan\u0131\u015fl\u0131d\u0131r, \u00e7\u00fcnk\u00fc daha geni\u015ftirler +config.name.flexSdkLocation=4) Flex SDK dizin yolu +config.description.flexSdkLocation=Adobe Flex SDK'n\u0131n konumu. \u00c7o\u011funlukla AS3 derlemesi i\u00e7in kullan\u0131l\u0131r. +config.name.useFlexAs3Compiler=Flex SDK AS3 derleyicisini kullan +config.description.useFlexAs3Compiler=ActionScript do\u011frudan d\u00fczenlenirken Flex SDK'dan AS3 derleyicisini kullan\u0131n (Flex SDK dizininin ayarlanmas\u0131 gerekir) +config.name.showSetAdvanceValuesMessage=Geli\u015fmi\u015f de\u011ferlerin ayarlanmas\u0131yla ilgili bilgileri tekrar g\u00f6ster +config.description.showSetAdvanceValuesMessage=Geli\u015fmi\u015f de\u011ferlerin ayarlanmas\u0131yla ilgili bilgileri tekrar g\u00f6ster +config.name.gui.fontSizeMultiplier=Yaz\u0131 tipi boyutu \u00e7arpan\u0131 +config.description.gui.fontSizeMultiplier=Yaz\u0131 tipi boyutu \u00e7arpan\u0131 +config.name.graphVizDotLocation=5) GraphViz Dot y\u00fcr\u00fct\u00fclebilir yolu +config.description.graphVizDotLocation=Grafikleri g\u00f6r\u00fcnt\u00fclemek i\u00e7in GraphViz uygulamas\u0131n\u0131n dot.exe (veya linux i\u00e7in benzeri) yolu. #Do not translate the Font Styles which is in the parenthesis:(Plain,Bold,Italic,BoldItalic) - - -config.name.gui.sourceFont = Kaynak yaz\u0131 tipi stili -config.description.gui.sourceFont = FontName-FontStyle(Plain,Bold,Italic,BoldItalic)-FontSize - +config.name.gui.sourceFont=Kaynak yaz\u0131 tipi stili +config.description.gui.sourceFont=FontName-FontStyle(Plain,Bold,Italic,BoldItalic)-FontSize #after 11.1.0 - - -config.name.as12DeobfuscatorExecutionLimit = AS1/2 kod gizleyici y\u00fcr\u00fctme s\u0131n\u0131r\u0131 -config.description.as12DeobfuscatorExecutionLimit = AS1/2 y\u00fcr\u00fctme kod gizlemesi s\u0131ras\u0131nda i\u015flenen maksimum talimat say\u0131s\u0131 +config.name.as12DeobfuscatorExecutionLimit=AS1/2 kod gizleyici y\u00fcr\u00fctme s\u0131n\u0131r\u0131 +config.description.as12DeobfuscatorExecutionLimit=AS1/2 y\u00fcr\u00fctme kod gizlemesi s\u0131ras\u0131nda i\u015flenen maksimum talimat say\u0131s\u0131 #option that ignore in 8.0.1 and other versions -config.name.showOriginalBytesInPcodeHex = (Dahili) Orijinal baytlar\u0131 g\u00f6ster -config.description.showOriginalBytesInPcodeHex = P kodu Onalt\u0131l\u0131da Orijinal Baytlar\u0131 g\u00f6ster -config.name.showFileOffsetInPcodeHex = (Dahili) Dosya ofsetini g\u00f6ster -config.description.showFileOffsetInPcodeHex = P kodu Onalt\u0131l\u0131da Dosya Ofsetini G\u00f6ster -config.name._enableFlexExport = (Dahili) Esnek D\u0131\u015fa Aktar\u0131m\u0131 etkinle\u015ftir -config.description.enableFlexExport = Esnek D\u0131\u015fa Aktar\u0131m\u0131 etkinle\u015ftir -config.name._ignoreAdditionalFlexClasses = (Dahili) Ek Esnek S\u0131n\u0131flar\u0131 yoksay -config.description.ignoreAdditionalFlexClasses = Ek Esnek S\u0131n\u0131flar\u0131 yoksay -config.name.hwAcceleratedGraphics = (Dahili) hw H\u0131zland\u0131r\u0131lm\u0131\u015f Grafikler -config.description.hwAcceleratedGraphics = hw H\u0131zland\u0131r\u0131lm\u0131\u015f Grafikler -config.name.gui.avm2.splitPane.docs.dividerLocationPercent = (Dahili) splitPane belgeleri b\u00f6l\u00fcc\u00fc Konum Y\u00fczdesi -config.description.gui.avm2.splitPane.docs.dividerLocationPercent = splitPane belgeleri b\u00f6l\u00fcc\u00fc Konum Y\u00fczdesi -config.name.gui.dump.splitPane.dividerLocationPercent = (Dahilil) dump splitPane b\u00f6l\u00fcc\u00fc Konum Y\u00fczdesi -config.description.gui.dump.splitPane.dividerLocationPercent = dump splitPane b\u00f6l\u00fcc\u00fc Konum Y\u00fczdesi +config.name.showOriginalBytesInPcodeHex=(Dahili) Orijinal baytlar\u0131 g\u00f6ster +config.description.showOriginalBytesInPcodeHex=P kodu Onalt\u0131l\u0131da Orijinal Baytlar\u0131 g\u00f6ster +config.name.showFileOffsetInPcodeHex=(Dahili) Dosya ofsetini g\u00f6ster +config.description.showFileOffsetInPcodeHex=P kodu Onalt\u0131l\u0131da Dosya Ofsetini G\u00f6ster +config.name._enableFlexExport=(Dahili) Esnek D\u0131\u015fa Aktar\u0131m\u0131 etkinle\u015ftir +config.description.enableFlexExport=Esnek D\u0131\u015fa Aktar\u0131m\u0131 etkinle\u015ftir +config.name._ignoreAdditionalFlexClasses=(Dahili) Ek Esnek S\u0131n\u0131flar\u0131 yoksay +config.description.ignoreAdditionalFlexClasses=Ek Esnek S\u0131n\u0131flar\u0131 yoksay +config.name.hwAcceleratedGraphics=(Dahili) hw H\u0131zland\u0131r\u0131lm\u0131\u015f Grafikler +config.description.hwAcceleratedGraphics=hw H\u0131zland\u0131r\u0131lm\u0131\u015f Grafikler +config.name.gui.avm2.splitPane.docs.dividerLocationPercent=(Dahili) splitPane belgeleri b\u00f6l\u00fcc\u00fc Konum Y\u00fczdesi +config.description.gui.avm2.splitPane.docs.dividerLocationPercent=splitPane belgeleri b\u00f6l\u00fcc\u00fc Konum Y\u00fczdesi +config.name.gui.dump.splitPane.dividerLocationPercent=(Dahilil) dump splitPane b\u00f6l\u00fcc\u00fc Konum Y\u00fczdesi +config.description.gui.dump.splitPane.dividerLocationPercent=dump splitPane b\u00f6l\u00fcc\u00fc Konum Y\u00fczdesi #after 11.3.0 -config.name.useAdobeFlashPlayerForPreviews = (Kullan\u0131mdan kald\u0131r\u0131ld\u0131) Nesnelerin \u00f6nizlemesi i\u00e7in Adobe Flash player kullan\u0131n -config.description.useAdobeFlashPlayerForPreviews = Nesnelerin \u00f6nizlemesi i\u00e7in Adobe Flash player kullan\u0131n. UYARI: FlashPlayer 2021-01-12 tarihinde kullan\u0131mdan kald\u0131r\u0131lm\u0131\u015ft\u0131r +config.name.useAdobeFlashPlayerForPreviews=(Kullan\u0131mdan kald\u0131r\u0131ld\u0131) Nesnelerin \u00f6nizlemesi i\u00e7in Adobe Flash player kullan\u0131n +config.description.useAdobeFlashPlayerForPreviews=Nesnelerin \u00f6nizlemesi i\u00e7in Adobe Flash player kullan\u0131n. UYARI: FlashPlayer 2021-01-12 tarihinde kullan\u0131mdan kald\u0131r\u0131lm\u0131\u015ft\u0131r #after 12.0.1 -config.name.showLineNumbersInPCodeGraphvizGraph = Graphviz grafiklerinde sat\u0131r numaralar\u0131n\u0131 g\u00f6ster -config.description.showLineNumbersInPCodeGraphvizGraph = P kodu graphviz grafi\u011finde sat\u0131r numaralar\u0131n\u0131 g\u00f6sterin. -config.name.padAs3PCodeInstructionName = Pad AS3 P kodu komut adlar\u0131 -config.description.padAs3PCodeInstructionName = AS3 P kodu komut adlar\u0131n\u0131 bo\u015fluklarla doldurun +config.name.showLineNumbersInPCodeGraphvizGraph=Graphviz grafiklerinde sat\u0131r numaralar\u0131n\u0131 g\u00f6ster +config.description.showLineNumbersInPCodeGraphvizGraph=P kodu graphviz grafi\u011finde sat\u0131r numaralar\u0131n\u0131 g\u00f6sterin. +config.name.padAs3PCodeInstructionName=Pad AS3 P kodu komut adlar\u0131 +config.description.padAs3PCodeInstructionName=AS3 P kodu komut adlar\u0131n\u0131 bo\u015fluklarla doldurun #after 13.0.2 -config.name.indentAs3PCode = AS3 P kodunu girintile -config.description.indentAs3PCode = AS3 P kodu bloklar\u0131n\u0131 trait/body/code gibi girintileyin -config.name.labelOnSeparateLineAs3PCode = AS3 P kodunda ayr\u0131 bir sat\u0131rda etiket -config.description.labelOnSeparateLineAs3PCode = AS3 P kodundaki etiketin ayr\u0131 bir sat\u0131rda durmas\u0131n\u0131 sa\u011flay\u0131n -config.name.useOldStyleGetSetLocalsAs3PCode = AS3 P kodunda getlocalx yerine eski stil getlocal_x kullan\u0131n -config.description.useOldStyleGetSetLocalsAs3PCode = FFDec 12.x veya daha eski s\u00fcr\u00fcmlerden eski stil getlocal_x, setlocal_x kullan\u0131n -config.name.useOldStyleLookupSwitchAs3PCode = AS3 P kodunda k\u00f6\u015feli parantez olmadan eski stil arama anahtar\u0131n\u0131 kullan\u0131n -config.description.useOldStyleLookupSwitchAs3PCode = FFDec 12.x veya daha eski s\u00fcr\u00fcmlerden eski stil arama anahtar\u0131n\u0131 kullan\u0131n +config.name.indentAs3PCode=AS3 P kodunu girintile +config.description.indentAs3PCode=AS3 P kodu bloklar\u0131n\u0131 trait/body/code gibi girintileyin +config.name.labelOnSeparateLineAs3PCode=AS3 P kodunda ayr\u0131 bir sat\u0131rda etiket +config.description.labelOnSeparateLineAs3PCode=AS3 P kodundaki etiketin ayr\u0131 bir sat\u0131rda durmas\u0131n\u0131 sa\u011flay\u0131n +config.name.useOldStyleGetSetLocalsAs3PCode=AS3 P kodunda getlocalx yerine eski stil getlocal_x kullan\u0131n +config.description.useOldStyleGetSetLocalsAs3PCode=FFDec 12.x veya daha eski s\u00fcr\u00fcmlerden eski stil getlocal_x, setlocal_x kullan\u0131n +config.name.useOldStyleLookupSwitchAs3PCode=AS3 P kodunda k\u00f6\u015feli parantez olmadan eski stil arama anahtar\u0131n\u0131 kullan\u0131n +config.description.useOldStyleLookupSwitchAs3PCode=FFDec 12.x veya daha eski s\u00fcr\u00fcmlerden eski stil arama anahtar\u0131n\u0131 kullan\u0131n #after 13.0.3 -config.name.checkForModifications = FFDec d\u0131\u015f\u0131ndaki dosya de\u011fi\u015fikliklerini kontrol edin -config.description.checkForModifications = Dosyalar\u0131n di\u011fer uygulamalar taraf\u0131ndan de\u011fi\u015ftirilip de\u011fi\u015ftirilmedi\u011fini kontrol edin ve yeniden y\u00fcklemeyi isteyin -config.name.warning.initializers = AS3 slot/const d\u00fczenlemesinde ba\u015flat\u0131c\u0131lar hakk\u0131nda uyar -config.description.warning.initializers = AS3 slot/const d\u00fczenlemelerinde ba\u015flat\u0131c\u0131lar hakk\u0131nda uyar\u0131 g\u00f6ster -config.name.parametersPanelInSearchResults = Arama sonu\u00e7lar\u0131nda parametreler panelini g\u00f6ster -config.description.parametersPanelInSearchResults = Arama sonu\u00e7lar\u0131 penceresinde arama metni / b\u00fcy\u00fck/k\u00fc\u00e7\u00fck harfi yoksay / normal ifade gibi parametreler i\u00e7eren paneli g\u00f6ster -config.name.displayAs3PCodeDocsPanel = AS3 P kodunda belgeler panelini g\u00f6ster -config.description.displayAs3PCodeDocsPanel = AS3 P kodu d\u00fczenleme ve g\u00f6r\u00fcnt\u00fclemede komutlar\u0131n ve kod yap\u0131s\u0131n\u0131n belgelendi\u011fi paneli g\u00f6ster -config.name.displayAs3TraitsListAndConstantsPanel = AS3 \u00f6zellikler listesini ve sabitler panelini g\u00f6ster -config.description.displayAs3TraitsListAndConstantsPanel = AS3 i\u00e7in etiket a\u011fac\u0131n\u0131n alt\u0131nda \u00f6zelliklerin ve sabitlerin listesini i\u00e7eren paneli g\u00f6ster +config.name.checkForModifications=FFDec d\u0131\u015f\u0131ndaki dosya de\u011fi\u015fikliklerini kontrol edin +config.description.checkForModifications=Dosyalar\u0131n di\u011fer uygulamalar taraf\u0131ndan de\u011fi\u015ftirilip de\u011fi\u015ftirilmedi\u011fini kontrol edin ve yeniden y\u00fcklemeyi isteyin +config.name.warning.initializers=AS3 slot/const d\u00fczenlemesinde ba\u015flat\u0131c\u0131lar hakk\u0131nda uyar +config.description.warning.initializers=AS3 slot/const d\u00fczenlemelerinde ba\u015flat\u0131c\u0131lar hakk\u0131nda uyar\u0131 g\u00f6ster +config.name.parametersPanelInSearchResults=Arama sonu\u00e7lar\u0131nda parametreler panelini g\u00f6ster +config.description.parametersPanelInSearchResults=Arama sonu\u00e7lar\u0131 penceresinde arama metni / b\u00fcy\u00fck/k\u00fc\u00e7\u00fck harfi yoksay / normal ifade gibi parametreler i\u00e7eren paneli g\u00f6ster +config.name.displayAs3PCodeDocsPanel=AS3 P kodunda belgeler panelini g\u00f6ster +config.description.displayAs3PCodeDocsPanel=AS3 P kodu d\u00fczenleme ve g\u00f6r\u00fcnt\u00fclemede komutlar\u0131n ve kod yap\u0131s\u0131n\u0131n belgelendi\u011fi paneli g\u00f6ster +config.name.displayAs3TraitsListAndConstantsPanel=AS3 \u00f6zellikler listesini ve sabitler panelini g\u00f6ster +config.description.displayAs3TraitsListAndConstantsPanel=AS3 i\u00e7in etiket a\u011fac\u0131n\u0131n alt\u0131nda \u00f6zelliklerin ve sabitlerin listesini i\u00e7eren paneli g\u00f6ster #after 14.1.0 -config.name.useAsTypeIcons = \u00d6\u011fe t\u00fcr\u00fcne g\u00f6re komut dosyas\u0131 simgelerini kullan -config.description.useAsTypeIcons = Farkl\u0131 komut dosyas\u0131 t\u00fcrleri i\u00e7in farkl\u0131 simgeler kullan\u0131n (s\u0131n\u0131f/aray\u00fcz/\u00e7er\u00e7eve/...) -config.name.limitAs3PCodeOffsetMatching = AS3 P kodu ofset e\u015fle\u015ftirme s\u0131n\u0131r\u0131 -config.description.limitAs3PCodeOffsetMatching = AS3 komut dosyas\u0131yla ofset olarak e\u015fle\u015fen AS3 P kodundaki komutlar\u0131n s\u0131n\u0131r\u0131 +config.name.useAsTypeIcons=\u00d6\u011fe t\u00fcr\u00fcne g\u00f6re komut dosyas\u0131 simgelerini kullan +config.description.useAsTypeIcons=Farkl\u0131 komut dosyas\u0131 t\u00fcrleri i\u00e7in farkl\u0131 simgeler kullan\u0131n (s\u0131n\u0131f/aray\u00fcz/\u00e7er\u00e7eve/...) +config.name.limitAs3PCodeOffsetMatching=AS3 P kodu ofset e\u015fle\u015ftirme s\u0131n\u0131r\u0131 +config.description.limitAs3PCodeOffsetMatching=AS3 komut dosyas\u0131yla ofset olarak e\u015fle\u015fen AS3 P kodundaki komutlar\u0131n s\u0131n\u0131r\u0131 #after 14.2.1 -config.name.showSlowRenderingWarning = \u0130\u015fleme \u00e7ok yava\u015f oldu\u011funda g\u00fcnl\u00fck uyar\u0131s\u0131 -config.description.showSlowRenderingWarning = Dahili flash g\u00f6r\u00fcnt\u00fcleyici i\u00e7eri\u011fi g\u00f6r\u00fcnt\u00fclemek i\u00e7in \u00e7ok yava\u015f oldu\u011funda uyar\u0131 g\u00fcnl\u00fc\u011f\u00fc tutar +config.name.showSlowRenderingWarning=\u0130\u015fleme \u00e7ok yava\u015f oldu\u011funda g\u00fcnl\u00fck uyar\u0131s\u0131 +config.description.showSlowRenderingWarning=Dahili flash g\u00f6r\u00fcnt\u00fcleyici i\u00e7eri\u011fi g\u00f6r\u00fcnt\u00fclemek i\u00e7in \u00e7ok yava\u015f oldu\u011funda uyar\u0131 g\u00fcnl\u00fc\u011f\u00fc tutar #after 14.3.1 -config.name.autoCloseQuotes = Kod d\u00fczenlemede tek t\u0131rnaklar\u0131 otomatik kapat -config.description.autoCloseQuotes = Birincisini yazarken otomatik olarak ikinci tek t\u0131rna\u011f\u0131 ' ekler -config.name.autoCloseDoubleQuotes = Kod d\u00fczenlemede \u00e7ift t\u0131rnaklar\u0131 otomatik kapat -config.description.autoCloseDoubleQuotes = Birincisini yazarken otomatik olarak ikinci \u00e7ift t\u0131rna\u011f\u0131 " ekler -config.name.autoCloseBrackets = Kod d\u00fczenlemede parantezleri otomatik kapat -config.description.autoCloseBrackets = A\u00e7\u0131l\u0131\u015f [ yaz\u0131ld\u0131\u011f\u0131nda otomatik olarak kapan\u0131\u015f parantezini ] ekler -config.name.autoCloseParenthesis = Kod d\u00fczenlemede parantezi otomatik kapat -config.description.autoCloseParenthesis = A\u00e7\u0131l\u0131\u015f ( yaz\u0131ld\u0131\u011f\u0131nda otomatik olarak kapan\u0131\u015f parantezini ) ekler -config.name.showDialogOnError = Her hatada hata ileti\u015fim kutusunu g\u00f6ster -config.description.showDialogOnError = Her hata olu\u015fumunda hata ileti\u015fim kutusunu otomatik olarak g\u00f6r\u00fcnt\u00fcler +config.name.autoCloseQuotes=Kod d\u00fczenlemede tek t\u0131rnaklar\u0131 otomatik kapat +config.description.autoCloseQuotes=Birincisini yazarken otomatik olarak ikinci tek t\u0131rna\u011f\u0131 ' ekler +config.name.autoCloseDoubleQuotes=Kod d\u00fczenlemede \u00e7ift t\u0131rnaklar\u0131 otomatik kapat +config.description.autoCloseDoubleQuotes=Birincisini yazarken otomatik olarak ikinci \u00e7ift t\u0131rna\u011f\u0131 " ekler +config.name.autoCloseBrackets=Kod d\u00fczenlemede parantezleri otomatik kapat +config.description.autoCloseBrackets=A\u00e7\u0131l\u0131\u015f [ yaz\u0131ld\u0131\u011f\u0131nda otomatik olarak kapan\u0131\u015f parantezini ] ekler +config.name.autoCloseParenthesis=Kod d\u00fczenlemede parantezi otomatik kapat +config.description.autoCloseParenthesis=A\u00e7\u0131l\u0131\u015f ( yaz\u0131ld\u0131\u011f\u0131nda otomatik olarak kapan\u0131\u015f parantezini ) ekler +config.name.showDialogOnError=Her hatada hata ileti\u015fim kutusunu g\u00f6ster +config.description.showDialogOnError=Her hata olu\u015fumunda hata ileti\u015fim kutusunu otomatik olarak g\u00f6r\u00fcnt\u00fcler #after 14.4.0 -config.name.limitSameChars = \\{xx}C (tekrar) ka\u00e7\u0131\u015f\u0131 i\u00e7in ayn\u0131 karakterlerin s\u0131n\u0131r\u0131 -config.description.limitSameChars = \\{xx}C tekrar ka\u00e7\u0131\u015f ile de\u011fi\u015ftirilmeden \u00f6nce P kodu dizelerinde veya gizlenmi\u015f adlarda bir sat\u0131rdaki maksimum ayn\u0131 karakter say\u0131s\u0131 +config.name.limitSameChars=\\{xx}C (tekrar) ka\u00e7\u0131\u015f\u0131 i\u00e7in ayn\u0131 karakterlerin s\u0131n\u0131r\u0131 +config.description.limitSameChars=\\{xx}C tekrar ka\u00e7\u0131\u015f ile de\u011fi\u015ftirilmeden \u00f6nce P kodu dizelerinde veya gizlenmi\u015f adlarda bir sat\u0131rdaki maksimum ayn\u0131 karakter say\u0131s\u0131 #after 14.5.2 -config.name.showImportScriptsInfo = Komut dosyalar\u0131n\u0131 i\u00e7e aktarmadan \u00f6nce bilgileri g\u00f6ster -config.description.showImportScriptsInfo = Men\u00fcdeki Komut dosyalar\u0131n\u0131 i\u00e7e aktar se\u00e7ene\u011fine t\u0131klad\u0131ktan sonra komut dosyalar\u0131n\u0131 i\u00e7e aktarman\u0131n nas\u0131l \u00e7al\u0131\u015ft\u0131\u011f\u0131 hakk\u0131nda baz\u0131 bilgiler g\u00f6r\u00fcnt\u00fcler. -config.name.showImportTextInfo = Metni i\u00e7e aktarmadan \u00f6nce bilgileri g\u00f6ster -config.description.showImportTextInfo = Men\u00fcde Metni i\u00e7e aktar se\u00e7ene\u011fine t\u0131klad\u0131ktan sonra metni i\u00e7e aktarman\u0131n nas\u0131l \u00e7al\u0131\u015ft\u0131\u011f\u0131 hakk\u0131nda baz\u0131 bilgiler g\u00f6r\u00fcnt\u00fcler. -config.name.showImportSymbolClassInfo = Sembol-S\u0131n\u0131f\u0131 i\u00e7e aktarmadan \u00f6nce bilgileri g\u00f6ster -config.description.showImportSymbolClassInfo = Men\u00fcde Sembol-S\u0131n\u0131f\u0131 \u0130\u00e7e Aktar t\u0131kland\u0131ktan sonra Sembol-S\u0131n\u0131f\u0131 i\u00e7e aktarman\u0131n nas\u0131l \u00e7al\u0131\u015ft\u0131\u011f\u0131 hakk\u0131nda baz\u0131 bilgiler g\u00f6r\u00fcnt\u00fcler. -config.name.showImportXmlInfo = XML'i i\u00e7e aktarmadan \u00f6nce bilgileri g\u00f6ster -config.description.showImportXmlInfo = Men\u00fcde XML \u0130\u00e7e Aktar se\u00e7ene\u011fine t\u0131klad\u0131ktan sonra XML i\u00e7e aktarman\u0131n nas\u0131l \u00e7al\u0131\u015ft\u0131\u011f\u0131 hakk\u0131nda baz\u0131 bilgiler g\u00f6r\u00fcnt\u00fcler. +config.name.showImportScriptsInfo=Komut dosyalar\u0131n\u0131 i\u00e7e aktarmadan \u00f6nce bilgileri g\u00f6ster +config.description.showImportScriptsInfo=Men\u00fcdeki Komut dosyalar\u0131n\u0131 i\u00e7e aktar se\u00e7ene\u011fine t\u0131klad\u0131ktan sonra komut dosyalar\u0131n\u0131 i\u00e7e aktarman\u0131n nas\u0131l \u00e7al\u0131\u015ft\u0131\u011f\u0131 hakk\u0131nda baz\u0131 bilgiler g\u00f6r\u00fcnt\u00fcler. +config.name.showImportTextInfo=Metni i\u00e7e aktarmadan \u00f6nce bilgileri g\u00f6ster +config.description.showImportTextInfo=Men\u00fcde Metni i\u00e7e aktar se\u00e7ene\u011fine t\u0131klad\u0131ktan sonra metni i\u00e7e aktarman\u0131n nas\u0131l \u00e7al\u0131\u015ft\u0131\u011f\u0131 hakk\u0131nda baz\u0131 bilgiler g\u00f6r\u00fcnt\u00fcler. +config.name.showImportSymbolClassInfo=Sembol-S\u0131n\u0131f\u0131 i\u00e7e aktarmadan \u00f6nce bilgileri g\u00f6ster +config.description.showImportSymbolClassInfo=Men\u00fcde Sembol-S\u0131n\u0131f\u0131 \u0130\u00e7e Aktar t\u0131kland\u0131ktan sonra Sembol-S\u0131n\u0131f\u0131 i\u00e7e aktarman\u0131n nas\u0131l \u00e7al\u0131\u015ft\u0131\u011f\u0131 hakk\u0131nda baz\u0131 bilgiler g\u00f6r\u00fcnt\u00fcler. +config.name.showImportXmlInfo=XML'i i\u00e7e aktarmadan \u00f6nce bilgileri g\u00f6ster +config.description.showImportXmlInfo=Men\u00fcde XML \u0130\u00e7e Aktar se\u00e7ene\u011fine t\u0131klad\u0131ktan sonra XML i\u00e7e aktarman\u0131n nas\u0131l \u00e7al\u0131\u015ft\u0131\u011f\u0131 hakk\u0131nda baz\u0131 bilgiler g\u00f6r\u00fcnt\u00fcler. #after 15.1.1 -config.name.lastSessionTagListSelection = Son oturum etiket listesi se\u00e7imi -config.description.lastSessionTagListSelection = Liste se\u00e7imi g\u00f6r\u00fcn\u00fcm\u00fcndeki son oturumdaki se\u00e7imi i\u00e7erir -config.name.lastView = Son g\u00f6r\u00fcn\u00fcm -config.description.lastView = Son g\u00f6r\u00fcnt\u00fclenen g\u00f6r\u00fcn\u00fcm modu -config.name.swfSpecificCustomConfigs = SWF'ye \u00f6zg\u00fc \u00f6zel yap\u0131land\u0131rmalar -config.description.swfSpecificCustomConfigs = \u00d6zel bi\u00e7imde SWF'ye \u00f6zg\u00fc yap\u0131land\u0131rmalar\u0131 i\u00e7erir -config.name.warningOpeningReadOnly = Salt okunur SWF a\u00e7\u0131l\u0131rken uyar -config.description.warningOpeningReadOnly = SWF'yi salt okunur kaynaktan a\u00e7arken uyar\u0131 g\u00f6ster +config.name.lastSessionTagListSelection=Son oturum etiket listesi se\u00e7imi +config.description.lastSessionTagListSelection=Liste se\u00e7imi g\u00f6r\u00fcn\u00fcm\u00fcndeki son oturumdaki se\u00e7imi i\u00e7erir +config.name.lastView=Son g\u00f6r\u00fcn\u00fcm +config.description.lastView=Son g\u00f6r\u00fcnt\u00fclenen g\u00f6r\u00fcn\u00fcm modu +config.name.swfSpecificCustomConfigs=SWF'ye \u00f6zg\u00fc \u00f6zel yap\u0131land\u0131rmalar +config.description.swfSpecificCustomConfigs=\u00d6zel bi\u00e7imde SWF'ye \u00f6zg\u00fc yap\u0131land\u0131rmalar\u0131 i\u00e7erir +config.name.warningOpeningReadOnly=Salt okunur SWF a\u00e7\u0131l\u0131rken uyar +config.description.warningOpeningReadOnly=SWF'yi salt okunur kaynaktan a\u00e7arken uyar\u0131 g\u00f6ster # after 16.1.0 -config.name.showImportImageInfo = G\u00f6r\u00fcnt\u00fcleri i\u00e7e aktarmadan \u00f6nce bilgileri g\u00f6ster -config.description.showImportImageInfo = Men\u00fcdeki G\u00f6r\u00fcnt\u00fcleri i\u00e7e aktar se\u00e7ene\u011fine t\u0131klad\u0131ktan sonra g\u00f6r\u00fcnt\u00fcleri i\u00e7e aktarman\u0131n nas\u0131l \u00e7al\u0131\u015ft\u0131\u011f\u0131na dair baz\u0131 bilgiler g\u00f6r\u00fcnt\u00fcler. -config.name.autoPlaySwfs = SWF \u00f6nizlemelerini otomatik oynat -config.description.autoPlaySwfs = SWF d\u00fc\u011f\u00fcm\u00fc se\u00e7iminde SWF \u00f6nizlemesini otomatik olarak oynat\u0131n. -config.name.expandFirstLevelOfTreeOnLoad = SWF y\u00fcklendi\u011finde a\u011fac\u0131n ilk seviyesini geni\u015flet -config.description.expandFirstLevelOfTreeOnLoad = SWF a\u00e7\u0131ld\u0131\u011f\u0131nda a\u011fa\u00e7taki d\u00fc\u011f\u00fcmlerin ilk seviyesini otomatik olarak geni\u015fletir. +config.name.showImportImageInfo=G\u00f6r\u00fcnt\u00fcleri i\u00e7e aktarmadan \u00f6nce bilgileri g\u00f6ster +config.description.showImportImageInfo=Men\u00fcdeki G\u00f6r\u00fcnt\u00fcleri i\u00e7e aktar se\u00e7ene\u011fine t\u0131klad\u0131ktan sonra g\u00f6r\u00fcnt\u00fcleri i\u00e7e aktarman\u0131n nas\u0131l \u00e7al\u0131\u015ft\u0131\u011f\u0131na dair baz\u0131 bilgiler g\u00f6r\u00fcnt\u00fcler. +config.name.autoPlaySwfs=SWF \u00f6nizlemelerini otomatik oynat +config.description.autoPlaySwfs=SWF d\u00fc\u011f\u00fcm\u00fc se\u00e7iminde SWF \u00f6nizlemesini otomatik olarak oynat\u0131n. +config.name.expandFirstLevelOfTreeOnLoad=SWF y\u00fcklendi\u011finde a\u011fac\u0131n ilk seviyesini geni\u015flet +config.description.expandFirstLevelOfTreeOnLoad=SWF a\u00e7\u0131ld\u0131\u011f\u0131nda a\u011fa\u00e7taki d\u00fc\u011f\u00fcmlerin ilk seviyesini otomatik olarak geni\u015fletir. # after 16.2.0 -config.name.allowPlacingDefinesIntoSprites = DefineSprite i\u00e7ine tan\u0131mlama etiketlerinin yerle\u015ftirilmesine izin ver -config.description.allowPlacingDefinesIntoSprites = DefineSprite i\u00e7ine tan\u0131mlama t\u00fcr\u00fc etiketlerinin yerle\u015ftirilmesini (ta\u015f\u0131nmas\u0131n\u0131/kopyalanmas\u0131n\u0131/s\u00fcr\u00fcklenmesini) sa\u011flar. -config.name.allowDragAndDropInTagListTree = Etiket listesi g\u00f6r\u00fcn\u00fcm\u00fcnde s\u00fcr\u00fcklemeye ve b\u0131rakmaya izin ver -config.description.allowDragAndDropInTagListTree = Etiket listesi g\u00f6r\u00fcn\u00fcm\u00fcn\u00fcn a\u011fac\u0131nda s\u00fcr\u00fckle ve b\u0131rak ile etiketlerin ta\u015f\u0131nmas\u0131na / kopyalanmas\u0131na izin verir. -config.name.allowMiterClipLinestyle = (REMOVED) G\u00f6nye klipsi \u00e7izgi stillerine izin ver (YAVA\u015e) -config.description.allowMiterClipLinestyle = G\u00f6nye klipsi \u00e7izgi stillerini destekleyen ancak yava\u015f olan \u00f6zel olu\u015fturucunun kullan\u0131lmas\u0131na izin verin. -advancedSettings.search = Ara: +config.name.allowPlacingDefinesIntoSprites=DefineSprite i\u00e7ine tan\u0131mlama etiketlerinin yerle\u015ftirilmesine izin ver +config.description.allowPlacingDefinesIntoSprites=DefineSprite i\u00e7ine tan\u0131mlama t\u00fcr\u00fc etiketlerinin yerle\u015ftirilmesini (ta\u015f\u0131nmas\u0131n\u0131/kopyalanmas\u0131n\u0131/s\u00fcr\u00fcklenmesini) sa\u011flar. +config.name.allowDragAndDropInTagListTree=Etiket listesi g\u00f6r\u00fcn\u00fcm\u00fcnde s\u00fcr\u00fcklemeye ve b\u0131rakmaya izin ver +config.description.allowDragAndDropInTagListTree=Etiket listesi g\u00f6r\u00fcn\u00fcm\u00fcn\u00fcn a\u011fac\u0131nda s\u00fcr\u00fckle ve b\u0131rak ile etiketlerin ta\u015f\u0131nmas\u0131na / kopyalanmas\u0131na izin verir. +config.name.allowMiterClipLinestyle=(REMOVED) G\u00f6nye klipsi \u00e7izgi stillerine izin ver (YAVA\u015e) +config.description.allowMiterClipLinestyle=G\u00f6nye klipsi \u00e7izgi stillerini destekleyen ancak yava\u015f olan \u00f6zel olu\u015fturucunun kullan\u0131lmas\u0131na izin verin. +advancedSettings.search=Ara: # after 16.3.1 -config.name.animateSubsprites = Alt yaz\u0131lar\u0131 \u00f6nizlemede canland\u0131r -config.description.animateSubsprites = Zaman \u00e7izelgesi \u00f6n izlemesinde alt karakter animasyonuna izin verin. -config.name.autoPlayPreviews = \u00d6nizlemeleri otomatik oynat -config.description.autoPlayPreviews = \u00d6nizlemeleri otomatik olarak oynat\u0131n. -config.name.maxCachedTime = Maksimum ge\u00e7ici \u00f6nbellek s\u00fcresi -config.description.maxCachedTime = \u00d6\u011fenin (o zamandan beri eri\u015filmeyen) \u00f6nbellekten kald\u0131r\u0131lmas\u0131ndan \u00f6nceki milisaniye cinsinden maksimum s\u00fcre. S\u0131n\u0131rs\u0131z \u00f6nbelle\u011fe alma i\u00e7in bunu 0 olarak ayarlay\u0131n. -config.name.airLibLocation = 6) AIR kitapl\u0131\u011f\u0131 yolu (airglobal.swc) -config.description.airLibLocation = airglobal.swc AIR kitapl\u0131\u011f\u0131n\u0131n konumu. \u00c7o\u011funlukla AS3 derlemesi i\u00e7in kullan\u0131labilir. -config.name.showImportShapeInfo = \u015eekilleri i\u00e7e aktarmadan \u00f6nce bilgileri g\u00f6ster -config.description.showImportShapeInfo = Men\u00fcde \u015eekilleri i\u00e7e aktar se\u00e7ene\u011fine t\u0131klad\u0131ktan sonra \u015fekillerin i\u00e7e aktar\u0131lmas\u0131n\u0131n nas\u0131l \u00e7al\u0131\u015ft\u0131\u011f\u0131 hakk\u0131nda baz\u0131 bilgiler g\u00f6r\u00fcnt\u00fcler. -config.name.pinnedItemsTagTreePaths = Etiket a\u011fac\u0131ndaki sabitlenmi\u015f \u00f6\u011fe yollar\u0131 -config.description.pinnedItemsTagTreePaths = Etiket a\u011fac\u0131n\u0131n sabitlenmi\u015f d\u00fc\u011f\u00fcmlerinin yollar\u0131. -config.name.pinnedItemsTagListPaths = Etiket listesi g\u00f6r\u00fcn\u00fcm a\u011fac\u0131nda sabitlenmi\u015f \u00f6\u011fe yollar\u0131 -config.description.pinnedItemsTagListPaths = Etiket listesi g\u00f6r\u00fcn\u00fcm\u00fc a\u011fac\u0131n\u0131n sabitlenmi\u015f d\u00fc\u011f\u00fcmlerinin yollar\u0131. -config.name.flattenASPackages = ActionScript paketlerini d\u00fczle\u015ftir -config.description.flattenASPackages = Paket a\u011fac\u0131 yerine paket ba\u015f\u0131na bir \u00f6\u011fe yap\u0131n. -config.name.gui.scale = Kullan\u0131c\u0131 aray\u00fcz\u00fc \u00f6l\u00e7ek fakt\u00f6r\u00fc -config.description.gui.scale = Grafik aray\u00fcz\u00fcn\u00fcn \u00f6l\u00e7eklendirme fakt\u00f6r\u00fc. Mac retina ekranlar\u0131nda bunu 2.0 olarak ayarlay\u0131n. Uygulamadan ger\u00e7ek \u00e7\u0131k\u0131\u015f (sadece sorduktan sonra yeniden ba\u015flatma de\u011fil) gereklidir. -config.name.warning.video.vlc = Eksik VLC konusunda uyar -config.description.warning.video.vlc = VLC mevcut olmad\u0131\u011f\u0131nda DefineVideoStream etiketli SWF'leri a\u00e7arken VLC medya oynat\u0131c\u0131s\u0131n\u0131n gerekli oldu\u011funa dair uyar\u0131 g\u00f6sterin. -config.name.playFrameSounds = \u00c7er\u00e7eve seslerini oynat -config.description.playFrameSounds = G\u00f6r\u00fcnt\u00fclenen \u00e7er\u00e7evelerde sesler oynat\u0131n. -config.name.fixAntialiasConflation = Kenar yumu\u015fatma birle\u015fimini d\u00fczeltmeye \u00e7al\u0131\u015f\u0131n (DENEYSEL, YAVA\u015e) -config.description.fixAntialiasConflation = Kenar yumu\u015fatman\u0131n neden oldu\u011fu biti\u015fik \u015fekiller aras\u0131ndaki birle\u015ftirme eserlerini d\u00fczeltmeye \u00e7al\u0131\u015f\u0131r. Bu, bir i\u015flemeyi yava\u015flat\u0131r. Deneysel \u00f6zellik. -config.name.autoPlaySounds = Sesleri otomatik oynat -config.description.autoPlaySounds = Treenode se\u00e7iminde sesleri otomatik olarak oynat\u0131n (DefineSound). -config.name.deobfuscateAs12RemoveInvalidNamesAssignments = AS1/2 karartma: Karart\u0131lm\u0131\u015f adlara sahip de\u011fi\u015fken bildirimlerini kald\u0131r -config.description.deobfuscateAs12RemoveInvalidNamesAssignments = AS1/2'nin karartma i\u015flemi s\u0131ras\u0131nda, standart olmayan adlara sahip de\u011fi\u015fken bildirimlerini kald\u0131r\u0131n. UYARI: Bu, gizlenmi\u015f adlara dayanan SWF'lere zarar verebilir. -config.name.gui.splitPanePlace.dividerLocationPercent = (Dahili) Ay\u0131r\u0131c\u0131 yer konumu -config.description.gui.splitPanePlace.dividerLocationPercent = -config.name.gui.splitPaneTransform1.dividerLocationPercent = (Dahili) Ay\u0131r\u0131c\u0131 d\u00f6n\u00fc\u015f\u00fcm\u00fc1 konumu -config.description.gui.splitPaneTransform1.dividerLocationPercent = -config.name.gui.splitPaneTransform2.dividerLocationPercent = (Dahili) Ay\u0131r\u0131c\u0131 d\u00f6n\u00fc\u015f\u00fcm\u00fc2 konumu -config.description.gui.splitPaneTransform2.dividerLocationPercent = -config.name.gui.transform.lastExpandedCards = (Dahili) Son geni\u015fletilmi\u015f d\u00f6n\u00fc\u015f\u00fcm kartlar\u0131 -config.description.gui.transform.lastExpandedCards = -config.name.doubleClickNodeToEdit = D\u00fczenlemeye ba\u015flamak i\u00e7in \u00e7ift t\u0131kla -config.description.doubleClickNodeToEdit = A\u011fa\u00e7 d\u00fc\u011f\u00fcm\u00fcne \u00e7ift t\u0131kland\u0131\u011f\u0131nda d\u00fczenleme ba\u015flat\u0131l\u0131r. -config.name.warningDeobfuscation = Karartmay\u0131 de\u011fi\u015ftirmede uyar -config.description.warningDeobfuscation = Karartmay\u0131 a\u00e7arken/kapat\u0131rken uyar\u0131 g\u00f6ster. -config.name.warningRenameIdentifiers = Tan\u0131mlay\u0131c\u0131lar\u0131 otomatik yeniden adland\u0131rma de\u011fi\u015ftirildi\u011finde uyar -config.description.warningRenameIdentifiers = Tan\u0131mlay\u0131c\u0131lar\u0131 otomatik yeniden adland\u0131rma \u00f6zelli\u011fini a\u00e7arken uyar\u0131 g\u00f6ster. -config.name.showImportMovieInfo = Filmleri i\u00e7e aktarmadan \u00f6nce bilgileri g\u00f6ster -config.description.showImportMovieInfo = Men\u00fcde Filmleri i\u00e7e aktar se\u00e7ene\u011fine t\u0131klad\u0131ktan sonra film i\u00e7e aktarman\u0131n nas\u0131l \u00e7al\u0131\u015ft\u0131\u011f\u0131 hakk\u0131nda baz\u0131 bilgiler g\u00f6r\u00fcnt\u00fcler. -config.name.showImportSoundInfo = Sesleri i\u00e7e aktarmadan \u00f6nce bilgileri g\u00f6ster -config.description.showImportSoundInfo = Men\u00fcde Sesleri i\u00e7e aktar se\u00e7ene\u011fine t\u0131klad\u0131ktan sonra sesleri i\u00e7e aktarman\u0131n nas\u0131l \u00e7al\u0131\u015ft\u0131\u011f\u0131 hakk\u0131nda baz\u0131 bilgiler g\u00f6r\u00fcnt\u00fcler. -config.name.svgRetainBounds = SVG d\u0131\u015fa aktar\u0131m\u0131 s\u0131ras\u0131nda \u015fekil s\u0131n\u0131rlar\u0131n\u0131 koru -config.description.svgRetainBounds = SVG d\u0131\u015fa aktar\u0131m\u0131 s\u0131ras\u0131nda \u015feklin x, y konumu aynen SWF'de oldu\u011fu gibi d\u0131\u015fa aktar\u0131l\u0131r (\u00f6rn. pozitif veya negatif). -config.name.disableBitmapSmoothing = Bitmap yumu\u015fatmay\u0131 devre d\u0131\u015f\u0131 b\u0131rak -config.description.disableBitmapSmoothing = G\u00f6r\u00fcnt\u00fcleme s\u0131ras\u0131nda yumu\u015fat\u0131lm\u0131\u015f bitmap dolgular\u0131n\u0131 devre d\u0131\u015f\u0131 b\u0131rak\u0131n - t\u00fcm\u00fcn\u00fc yumu\u015fat\u0131lmam\u0131\u015f (pikselli) olarak g\u00f6sterin. Bu, d\u0131\u015fa aktar\u0131lan g\u00f6r\u00fcnt\u00fcler i\u00e7in ge\u00e7erli de\u011fildir. -config.name.pinnedItemsScrollPos = Sabitlenmi\u015f \u00f6\u011feler kayd\u0131rma / \u015fapka konumlar\u0131 -config.description.pinnedItemsScrollPos = Sabitlenmi\u015f \u00f6\u011felerin kayd\u0131rma veya \u015fapka konumlar\u0131. -config.name.maxRememberedScrollposItems = Maksimum hat\u0131rlanan kayd\u0131rma konumu say\u0131s\u0131 -config.description.maxRememberedScrollposItems = Hat\u0131rlanan kayd\u0131rma konumu \u00f6\u011felerinin maksimum say\u0131s\u0131. -config.name.rememberScriptsScrollPos = Komut dosyalar\u0131n\u0131n kayd\u0131rma/\u015fapka konumunu hat\u0131rla -config.description.rememberScriptsScrollPos = \u00d6\u011feler de\u011fi\u015ftirilirken komut dosyas\u0131 kayd\u0131rma/\u015fapka konumu korunur ve sabitlenmi\u015f \u00f6\u011feler i\u00e7in kaydedilir. -config.name.rememberFoldersScrollPos = Klas\u00f6r kayd\u0131rma konumunu hat\u0131rla -config.description.rememberFoldersScrollPos = Klas\u00f6r kayd\u0131rma konumu, \u00f6\u011feler de\u011fi\u015ftirilirken korunur ve sabitlenen \u00f6\u011feler i\u00e7in kaydedilir. +config.name.animateSubsprites=Alt yaz\u0131lar\u0131 \u00f6nizlemede canland\u0131r +config.description.animateSubsprites=Zaman \u00e7izelgesi \u00f6n izlemesinde alt karakter animasyonuna izin verin. +config.name.autoPlayPreviews=\u00d6nizlemeleri otomatik oynat +config.description.autoPlayPreviews=\u00d6nizlemeleri otomatik olarak oynat\u0131n. +config.name.maxCachedTime=Maksimum ge\u00e7ici \u00f6nbellek s\u00fcresi +config.description.maxCachedTime=\u00d6\u011fenin (o zamandan beri eri\u015filmeyen) \u00f6nbellekten kald\u0131r\u0131lmas\u0131ndan \u00f6nceki milisaniye cinsinden maksimum s\u00fcre. S\u0131n\u0131rs\u0131z \u00f6nbelle\u011fe alma i\u00e7in bunu 0 olarak ayarlay\u0131n. +config.name.airLibLocation=6) AIR kitapl\u0131\u011f\u0131 yolu (airglobal.swc) +config.description.airLibLocation=airglobal.swc AIR kitapl\u0131\u011f\u0131n\u0131n konumu. \u00c7o\u011funlukla AS3 derlemesi i\u00e7in kullan\u0131labilir. +config.name.showImportShapeInfo=\u015eekilleri i\u00e7e aktarmadan \u00f6nce bilgileri g\u00f6ster +config.description.showImportShapeInfo=Men\u00fcde \u015eekilleri i\u00e7e aktar se\u00e7ene\u011fine t\u0131klad\u0131ktan sonra \u015fekillerin i\u00e7e aktar\u0131lmas\u0131n\u0131n nas\u0131l \u00e7al\u0131\u015ft\u0131\u011f\u0131 hakk\u0131nda baz\u0131 bilgiler g\u00f6r\u00fcnt\u00fcler. +config.name.pinnedItemsTagTreePaths=Etiket a\u011fac\u0131ndaki sabitlenmi\u015f \u00f6\u011fe yollar\u0131 +config.description.pinnedItemsTagTreePaths=Etiket a\u011fac\u0131n\u0131n sabitlenmi\u015f d\u00fc\u011f\u00fcmlerinin yollar\u0131. +config.name.pinnedItemsTagListPaths=Etiket listesi g\u00f6r\u00fcn\u00fcm a\u011fac\u0131nda sabitlenmi\u015f \u00f6\u011fe yollar\u0131 +config.description.pinnedItemsTagListPaths=Etiket listesi g\u00f6r\u00fcn\u00fcm\u00fc a\u011fac\u0131n\u0131n sabitlenmi\u015f d\u00fc\u011f\u00fcmlerinin yollar\u0131. +config.name.flattenASPackages=ActionScript paketlerini d\u00fczle\u015ftir +config.description.flattenASPackages=Paket a\u011fac\u0131 yerine paket ba\u015f\u0131na bir \u00f6\u011fe yap\u0131n. +config.name.gui.scale=Kullan\u0131c\u0131 aray\u00fcz\u00fc \u00f6l\u00e7ek fakt\u00f6r\u00fc +config.description.gui.scale=Grafik aray\u00fcz\u00fcn\u00fcn \u00f6l\u00e7eklendirme fakt\u00f6r\u00fc. Mac retina ekranlar\u0131nda bunu 2.0 olarak ayarlay\u0131n. Uygulamadan ger\u00e7ek \u00e7\u0131k\u0131\u015f (sadece sorduktan sonra yeniden ba\u015flatma de\u011fil) gereklidir. +config.name.warning.video.vlc=Eksik VLC konusunda uyar +config.description.warning.video.vlc=VLC mevcut olmad\u0131\u011f\u0131nda DefineVideoStream etiketli SWF'leri a\u00e7arken VLC medya oynat\u0131c\u0131s\u0131n\u0131n gerekli oldu\u011funa dair uyar\u0131 g\u00f6sterin. +config.name.playFrameSounds=\u00c7er\u00e7eve seslerini oynat +config.description.playFrameSounds=G\u00f6r\u00fcnt\u00fclenen \u00e7er\u00e7evelerde sesler oynat\u0131n. +config.name.fixAntialiasConflation=Kenar yumu\u015fatma birle\u015fimini d\u00fczeltmeye \u00e7al\u0131\u015f\u0131n (DENEYSEL, YAVA\u015e) +config.description.fixAntialiasConflation=Kenar yumu\u015fatman\u0131n neden oldu\u011fu biti\u015fik \u015fekiller aras\u0131ndaki birle\u015ftirme eserlerini d\u00fczeltmeye \u00e7al\u0131\u015f\u0131r. Bu, bir i\u015flemeyi yava\u015flat\u0131r. Deneysel \u00f6zellik. +config.name.autoPlaySounds=Sesleri otomatik oynat +config.description.autoPlaySounds=Treenode se\u00e7iminde sesleri otomatik olarak oynat\u0131n (DefineSound). +config.name.deobfuscateAs12RemoveInvalidNamesAssignments=AS1/2 karartma: Karart\u0131lm\u0131\u015f adlara sahip de\u011fi\u015fken bildirimlerini kald\u0131r +config.description.deobfuscateAs12RemoveInvalidNamesAssignments=AS1/2'nin karartma i\u015flemi s\u0131ras\u0131nda, standart olmayan adlara sahip de\u011fi\u015fken bildirimlerini kald\u0131r\u0131n. UYARI: Bu, gizlenmi\u015f adlara dayanan SWF'lere zarar verebilir. +config.name.gui.splitPanePlace.dividerLocationPercent=(Dahili) Ay\u0131r\u0131c\u0131 yer konumu +config.description.gui.splitPanePlace.dividerLocationPercent= +config.name.gui.splitPaneTransform1.dividerLocationPercent=(Dahili) Ay\u0131r\u0131c\u0131 d\u00f6n\u00fc\u015f\u00fcm\u00fc1 konumu +config.description.gui.splitPaneTransform1.dividerLocationPercent= +config.name.gui.splitPaneTransform2.dividerLocationPercent=(Dahili) Ay\u0131r\u0131c\u0131 d\u00f6n\u00fc\u015f\u00fcm\u00fc2 konumu +config.description.gui.splitPaneTransform2.dividerLocationPercent= +config.name.gui.transform.lastExpandedCards=(Dahili) Son geni\u015fletilmi\u015f d\u00f6n\u00fc\u015f\u00fcm kartlar\u0131 +config.description.gui.transform.lastExpandedCards= +config.name.doubleClickNodeToEdit=D\u00fczenlemeye ba\u015flamak i\u00e7in \u00e7ift t\u0131kla +config.description.doubleClickNodeToEdit=A\u011fa\u00e7 d\u00fc\u011f\u00fcm\u00fcne \u00e7ift t\u0131kland\u0131\u011f\u0131nda d\u00fczenleme ba\u015flat\u0131l\u0131r. +config.name.warningDeobfuscation=Karartmay\u0131 de\u011fi\u015ftirmede uyar +config.description.warningDeobfuscation=Karartmay\u0131 a\u00e7arken/kapat\u0131rken uyar\u0131 g\u00f6ster. +config.name.warningRenameIdentifiers=Tan\u0131mlay\u0131c\u0131lar\u0131 otomatik yeniden adland\u0131rma de\u011fi\u015ftirildi\u011finde uyar +config.description.warningRenameIdentifiers=Tan\u0131mlay\u0131c\u0131lar\u0131 otomatik yeniden adland\u0131rma \u00f6zelli\u011fini a\u00e7arken uyar\u0131 g\u00f6ster. +config.name.showImportMovieInfo=Filmleri i\u00e7e aktarmadan \u00f6nce bilgileri g\u00f6ster +config.description.showImportMovieInfo=Men\u00fcde Filmleri i\u00e7e aktar se\u00e7ene\u011fine t\u0131klad\u0131ktan sonra film i\u00e7e aktarman\u0131n nas\u0131l \u00e7al\u0131\u015ft\u0131\u011f\u0131 hakk\u0131nda baz\u0131 bilgiler g\u00f6r\u00fcnt\u00fcler. +config.name.showImportSoundInfo=Sesleri i\u00e7e aktarmadan \u00f6nce bilgileri g\u00f6ster +config.description.showImportSoundInfo=Men\u00fcde Sesleri i\u00e7e aktar se\u00e7ene\u011fine t\u0131klad\u0131ktan sonra sesleri i\u00e7e aktarman\u0131n nas\u0131l \u00e7al\u0131\u015ft\u0131\u011f\u0131 hakk\u0131nda baz\u0131 bilgiler g\u00f6r\u00fcnt\u00fcler. +config.name.svgRetainBounds=SVG d\u0131\u015fa aktar\u0131m\u0131 s\u0131ras\u0131nda \u015fekil s\u0131n\u0131rlar\u0131n\u0131 koru +config.description.svgRetainBounds=SVG d\u0131\u015fa aktar\u0131m\u0131 s\u0131ras\u0131nda \u015feklin x, y konumu aynen SWF'de oldu\u011fu gibi d\u0131\u015fa aktar\u0131l\u0131r (\u00f6rn. pozitif veya negatif). +config.name.disableBitmapSmoothing=Bitmap yumu\u015fatmay\u0131 devre d\u0131\u015f\u0131 b\u0131rak +config.description.disableBitmapSmoothing=G\u00f6r\u00fcnt\u00fcleme s\u0131ras\u0131nda yumu\u015fat\u0131lm\u0131\u015f bitmap dolgular\u0131n\u0131 devre d\u0131\u015f\u0131 b\u0131rak\u0131n - t\u00fcm\u00fcn\u00fc yumu\u015fat\u0131lmam\u0131\u015f (pikselli) olarak g\u00f6sterin. Bu, d\u0131\u015fa aktar\u0131lan g\u00f6r\u00fcnt\u00fcler i\u00e7in ge\u00e7erli de\u011fildir. +config.name.pinnedItemsScrollPos=Sabitlenmi\u015f \u00f6\u011feler kayd\u0131rma / \u015fapka konumlar\u0131 +config.description.pinnedItemsScrollPos=Sabitlenmi\u015f \u00f6\u011felerin kayd\u0131rma veya \u015fapka konumlar\u0131. +config.name.maxRememberedScrollposItems=Maksimum hat\u0131rlanan kayd\u0131rma konumu say\u0131s\u0131 +config.description.maxRememberedScrollposItems=Hat\u0131rlanan kayd\u0131rma konumu \u00f6\u011felerinin maksimum say\u0131s\u0131. +config.name.rememberScriptsScrollPos=Komut dosyalar\u0131n\u0131n kayd\u0131rma/\u015fapka konumunu hat\u0131rla +config.description.rememberScriptsScrollPos=\u00d6\u011feler de\u011fi\u015ftirilirken komut dosyas\u0131 kayd\u0131rma/\u015fapka konumu korunur ve sabitlenmi\u015f \u00f6\u011feler i\u00e7in kaydedilir. +config.name.rememberFoldersScrollPos=Klas\u00f6r kayd\u0131rma konumunu hat\u0131rla +config.description.rememberFoldersScrollPos=Klas\u00f6r kayd\u0131rma konumu, \u00f6\u011feler de\u011fi\u015ftirilirken korunur ve sabitlenen \u00f6\u011feler i\u00e7in kaydedilir. #after 18.3.6 -config.name.warning.initializers.class = AS3 s\u0131n\u0131f \u00f6zelli\u011fi d\u00fczenlemesinde komut dosyas\u0131 ba\u015flat\u0131c\u0131 hakk\u0131nda uyar -config.description.warning.initializers.class = AS3 s\u0131n\u0131f \u00f6zelli\u011fi d\u00fczenlemesinde ba\u015flat\u0131c\u0131 hakk\u0131nda uyar\u0131 g\u00f6ster +config.name.warning.initializers.class=AS3 s\u0131n\u0131f \u00f6zelli\u011fi d\u00fczenlemesinde komut dosyas\u0131 ba\u015flat\u0131c\u0131 hakk\u0131nda uyar +config.description.warning.initializers.class=AS3 s\u0131n\u0131f \u00f6zelli\u011fi d\u00fczenlemesinde ba\u015flat\u0131c\u0131 hakk\u0131nda uyar\u0131 g\u00f6ster #after 18.4.1 -config.name.maxCachedNum = Tek \u00f6nbellek ba\u015f\u0131na maksimum \u00f6nbelle\u011fe al\u0131nan \u00f6\u011fe say\u0131s\u0131 -config.description.maxCachedNum = Eski \u00f6\u011feler \u00f6nbellekten kald\u0131r\u0131lmadan \u00f6nce \u00f6nbelle\u011fe al\u0131nan maksimum \u00f6\u011fe say\u0131s\u0131. Daha d\u00fc\u015f\u00fck de\u011fer = daha az bellek, daha yava\u015f uygulama. Daha y\u00fcksek de\u011fer = daha fazla bellek, daha h\u0131zl\u0131 uygulama. S\u0131n\u0131rs\u0131z \u00f6nbelle\u011fe alma i\u00e7in bunu 0 olarak ayarlay\u0131n. -config.name.warning.cannotencrypt = \u015eifrelenmi\u015f olarak kaydedilemedi\u011finde uyar -config.description.warning.cannotencrypt = HARMAN Air \u015fifrelemesi kullan\u0131larak \u015fifrelenmi\u015f SWF dosyas\u0131 kaydedilemedi\u011finde uyar\u0131 g\u00f6ster. +config.name.maxCachedNum=Tek \u00f6nbellek ba\u015f\u0131na maksimum \u00f6nbelle\u011fe al\u0131nan \u00f6\u011fe say\u0131s\u0131 +config.description.maxCachedNum=Eski \u00f6\u011feler \u00f6nbellekten kald\u0131r\u0131lmadan \u00f6nce \u00f6nbelle\u011fe al\u0131nan maksimum \u00f6\u011fe say\u0131s\u0131. Daha d\u00fc\u015f\u00fck de\u011fer = daha az bellek, daha yava\u015f uygulama. Daha y\u00fcksek de\u011fer = daha fazla bellek, daha h\u0131zl\u0131 uygulama. S\u0131n\u0131rs\u0131z \u00f6nbelle\u011fe alma i\u00e7in bunu 0 olarak ayarlay\u0131n. +config.name.warning.cannotencrypt=\u015eifrelenmi\u015f olarak kaydedilemedi\u011finde uyar +config.description.warning.cannotencrypt=HARMAN Air \u015fifrelemesi kullan\u0131larak \u015fifrelenmi\u015f SWF dosyas\u0131 kaydedilemedi\u011finde uyar\u0131 g\u00f6ster. diff --git a/src/com/jpexs/decompiler/flash/gui/locales/AdvancedSettingsDialog_uk.properties b/src/com/jpexs/decompiler/flash/gui/locales/AdvancedSettingsDialog_uk.properties index 36999ca54..9be6f5ebf 100644 --- a/src/com/jpexs/decompiler/flash/gui/locales/AdvancedSettingsDialog_uk.properties +++ b/src/com/jpexs/decompiler/flash/gui/locales/AdvancedSettingsDialog_uk.properties @@ -12,10 +12,9 @@ # # You should have received a copy of the GNU General Public License # along with this program. If not, see . - -advancedSettings.dialog.title = \u0420\u043e\u0437\u0448\u0438\u0440\u0435\u043d\u0456 \u041d\u0430\u043b\u0430\u0448\u0442\u0443\u0432\u0430\u043d\u043d\u044f -advancedSettings.restartConfirmation = \u041d\u0435\u043e\u0431\u0445\u0456\u0434\u043d\u043e \u043f\u0435\u0440\u0435\u0437\u0430\u043f\u0443\u0441\u0442\u0438\u0442\u0438 \u043f\u0440\u043e\u0433\u0440\u0430\u043c\u0443 \u0434\u043b\u044f \u0442\u043e\u0433\u043e, \u0449\u043e\u0431 \u0434\u0435\u044f\u043a\u0456 \u0437\u043c\u0456\u043d\u0438 \u0432\u0441\u0442\u0443\u043f\u0438\u043b\u0438 \u0432 \u0441\u0438\u043b\u0443. \u0412\u0438 \u0445\u043e\u0447\u0435\u0442\u0435 \u043f\u0435\u0440\u0435\u0437\u0430\u0432\u0430\u043d\u0442\u0430\u0436\u0438\u0442\u0438 \u0457\u0457 \u0437\u0430\u0440\u0430\u0437? -advancedSettings.columns.name = \u0406\u043c'\u044f -advancedSettings.columns.value = \u0417\u043d\u0430\u0447\u0435\u043d\u043d\u044f -advancedSettings.columns.description = \u041e\u043f\u0438\u0441 -default = \u0437\u0430 \u0437\u0430\u043c\u043e\u0432\u0447\u0443\u0432\u0430\u043d\u043d\u044f\u043c +advancedSettings.dialog.title=\u0420\u043e\u0437\u0448\u0438\u0440\u0435\u043d\u0456 \u041d\u0430\u043b\u0430\u0448\u0442\u0443\u0432\u0430\u043d\u043d\u044f +advancedSettings.restartConfirmation=\u041d\u0435\u043e\u0431\u0445\u0456\u0434\u043d\u043e \u043f\u0435\u0440\u0435\u0437\u0430\u043f\u0443\u0441\u0442\u0438\u0442\u0438 \u043f\u0440\u043e\u0433\u0440\u0430\u043c\u0443 \u0434\u043b\u044f \u0442\u043e\u0433\u043e, \u0449\u043e\u0431 \u0434\u0435\u044f\u043a\u0456 \u0437\u043c\u0456\u043d\u0438 \u0432\u0441\u0442\u0443\u043f\u0438\u043b\u0438 \u0432 \u0441\u0438\u043b\u0443. \u0412\u0438 \u0445\u043e\u0447\u0435\u0442\u0435 \u043f\u0435\u0440\u0435\u0437\u0430\u0432\u0430\u043d\u0442\u0430\u0436\u0438\u0442\u0438 \u0457\u0457 \u0437\u0430\u0440\u0430\u0437? +advancedSettings.columns.name=\u0406\u043c'\u044f +advancedSettings.columns.value=\u0417\u043d\u0430\u0447\u0435\u043d\u043d\u044f +advancedSettings.columns.description=\u041e\u043f\u0438\u0441 +default=\u0437\u0430 \u0437\u0430\u043c\u043e\u0432\u0447\u0443\u0432\u0430\u043d\u043d\u044f\u043c diff --git a/src/com/jpexs/decompiler/flash/gui/locales/AdvancedSettingsDialog_zh.properties b/src/com/jpexs/decompiler/flash/gui/locales/AdvancedSettingsDialog_zh.properties index e07b1cf12..72105543f 100644 --- a/src/com/jpexs/decompiler/flash/gui/locales/AdvancedSettingsDialog_zh.properties +++ b/src/com/jpexs/decompiler/flash/gui/locales/AdvancedSettingsDialog_zh.properties @@ -12,617 +12,453 @@ # # You should have received a copy of the GNU General Public License # along with this program. If not, see . - -advancedSettings.dialog.title = \u9ad8\u7ea7\u8bbe\u7f6e -advancedSettings.restartConfirmation = \u60a8\u5fc5\u987b\u91cd\u542f\u7a0b\u5e8f\u4ee5\u4f7f\u4fee\u6539\u7684\u8bbe\u7f6e\u751f\u6548\uff0c\u8981\u7acb\u523b\u91cd\u542f\u7a0b\u5e8f\u5417\uff1f -advancedSettings.columns.name = \u540d\u79f0 -advancedSettings.columns.value = \u503c -advancedSettings.columns.description = \u63cf\u8ff0 -default = \u9ed8\u8ba4 - -config.group.name.export = \u5bfc\u51fa -config.group.description.export = \u5bfc\u51fa\u76f8\u5173\u8bbe\u7f6e - -config.group.name.script = \u811a\u672c -config.group.description.script = \u4ee3\u7801\u53cd\u7f16\u8bd1\u76f8\u5173 - -config.group.name.update = \u66f4\u65b0 -config.group.description.update = \u8f6f\u4ef6\u66f4\u65b0\u68c0\u67e5 - -config.group.name.format = \u6392\u7248 -config.group.description.format = \u4ee3\u7801\u663e\u793a\u7684\u76f8\u5173\u8bbe\u7f6e - -config.group.name.limit = \u9650\u5236 -config.group.description.limit = \u6df7\u6dc6\u4ee3\u7801\u7b49\u7684\u53cd\u7f16\u8bd1\u9650\u5236\u76f8\u5173 - -config.group.name.ui = \u754c\u9762 -config.group.description.ui = \u7528\u6237\u754c\u9762\u8bbe\u7f6e - -config.group.name.debug = Debug -config.group.description.debug = \u8c03\u8bd5\u76f8\u5173\u7684\u8bbe\u7f6e - -config.group.name.display = \u663e\u793a -config.group.description.display = Flash\u7b49\u5bf9\u8c61\u663e\u793a\u76f8\u5173 - -config.group.name.decompilation = \u53cd\u7f16\u8bd1 -config.group.description.decompilation = \u5168\u5c40\u53cd\u7f16\u8bd1\u76f8\u5173\u7684\u529f\u80fd - -config.group.name.other = \u5176\u5b83 -config.group.description.other = \u5176\u5b83\u672a\u5206\u7c7b\u7684\u8bbe\u7f6e - -config.name.openMultipleFiles = \u6253\u5f00\u591a\u4e2a\u6587\u4ef6 -config.description.openMultipleFiles = \u5141\u8bb8\u5728\u4e00\u4e2a\u7a97\u53e3\u4e2d\u540c\u65f6\u6253\u5f00\u591a\u4e2a\u6587\u4ef6 - -config.name.decompile = \u663e\u793aAS\u6e90\u4ee3\u7801 -config.description.decompile = \u60a8\u53ef\u4ee5\u7981\u7528AS\u53cd\u7f16\u8bd1\uff0c\u53ea\u663e\u793aP-code - -config.name.dumpView = \u8f6c\u50a8\u89c6\u56fe -config.description.dumpView = \u67e5\u770b\u539f\u59cb\u6570\u636e\u8f6c\u50a8 - -config.name.useHexColorFormat = \u5341\u516d\u8fdb\u5236\u989c\u8272\u683c\u5f0f -config.description.useHexColorFormat = \u663e\u793a\u5341\u516d\u8fdb\u5236\u683c\u5f0f\u989c\u8272 - -config.name.parallelSpeedUp = \u591a\u7ebf\u7a0b\u52a0\u901f -config.description.parallelSpeedUp = \u4ec5\u53ef\u52a0\u5feb\u53cd\u7f16\u8bd1\u901f\u5ea6\uff0c\u90e8\u5206\u5355\u7ebf\u7a0b\u529f\u80fd\u53ef\u80fd\u4f1a\u51fa\u73b0\u95ee\u9898 - -config.name.parallelSpeedUpThreadCount = \u7ebf\u7a0b\u6570 -config.description.parallelSpeedUpThreadCount = \u591a\u7ebf\u7a0b\u52a0\u901f\u7684\u7ebf\u7a0b\u6570\u91cf - -config.name.autoDeobfuscate = \u81ea\u52a8\u53cd\u6df7\u6dc6 -config.description.autoDeobfuscate = \u5728\u53cd\u7f16\u8bd1ActionScript\u4e4b\u524d\uff0c\u5bf9\u6bcf\u4e2a\u6587\u4ef6\u8fd0\u884c\u53cd\u6df7\u6dc6 - -config.name.cacheOnDisk = \u786c\u76d8\u7f13\u5b58 -config.description.cacheOnDisk = \u4e0d\u5360\u7528\u5185\u5b58\uff0c\u800c\u5728\u786c\u76d8\u9a71\u52a8\u5668\u4e0a\u7f13\u5b58\u5df2\u7ecf\u53cd\u7f16\u8bd1\u7684\u90e8\u5206 - -config.name.internalFlashViewer = \u4f7f\u7528\u5185\u90e8Flash Player -config.description.internalFlashViewer = \u4f7f\u7528JPEXS Flash Viewer\u6765\u663e\u793aFlash\u63a7\u4ef6 - -config.name.gotoMainClassOnStartup = \u542f\u52a8\u65f6\u8f6c\u5230\u4e3b\u7c7b (AS3) -config.description.gotoMainClassOnStartup = \u5728SWF\u6253\u5f00\u65f6\u8f6c\u5230\u5230AS3\u6587\u4ef6\u7684\u6587\u6863\u7c7b - -config.name.autoRenameIdentifiers = \u81ea\u52a8\u91cd\u547d\u540d\u6807\u8bc6\u7b26 -config.description.autoRenameIdentifiers = \u5728SWF\u52a0\u8f7d\u65f6\u81ea\u52a8\u91cd\u547d\u540d\u65e0\u6548\u6807\u8bc6\u7b26 - -config.name.offeredAssociation = (\u5185\u90e8)\u5173\u8054SWF\u6587\u4ef6\u663e\u793a -config.description.offeredAssociation = \u5df2\u7ecf\u663e\u793a\u6709\u5173\u6587\u4ef6\u5173\u8054\u7684\u5bf9\u8bdd\u6846 - -config.name.decimalAddress = \u4f7f\u7528\u5341\u8fdb\u5236\u5730\u5740 -config.description.decimalAddress = \u4f7f\u7528\u5341\u8fdb\u5236\u5730\u5740\u800c\u4e0d\u662f\u5341\u516d\u8fdb\u5236 - -config.name.showAllAddresses = \u663e\u793a\u6240\u6709\u5730\u5740 -config.description.showAllAddresses = \u663e\u793a\u6240\u6709AS\u5730\u5740 - -config.name.useFrameCache = \u4f7f\u7528\u5e27\u7f13\u5b58 -config.description.useFrameCache = \u5728\u518d\u6b21\u6e32\u67d3\u4e4b\u524d\u7f13\u5b58\u5e27 - -config.name.useRibbonInterface = \u529f\u80fd\u533a\u754c\u9762 -config.description.useRibbonInterface = \u5173\u95ed\u4ee5\u4f7f\u7528\u4e0d\u5e26\u529f\u80fd\u533a\u83dc\u5355\u7684\u7ecf\u5178\u754c\u9762 - -config.name.openFolderAfterFlaExport = FLA\u5bfc\u51fa\u540e\u6253\u5f00\u6587\u4ef6\u5939 -config.description.openFolderAfterFlaExport = \u5bfc\u51faFLA\u6587\u4ef6\u540e\u663e\u793a\u8f93\u51fa\u76ee\u5f55 - -config.name.useDetailedLogging = FFDec\u8be6\u7ec6\u65e5\u5fd7\u8bb0\u5f55 -config.description.useDetailedLogging = \u8bb0\u5f55\u8be6\u7ec6\u7684\u9519\u8bef\u6d88\u606f\u548c\u4fe1\u606f\u4ee5\u8c03\u8bd5FFDec - -config.name._debugMode = FFDec\u8c03\u8bd5\u6a21\u5f0f -config.description._debugMode = \u8fdb\u5165\u8c03\u8bd5FFDec\u7684\u6a21\u5f0f\uff0c\u5e76\u6253\u5f00\u8c03\u8bd5\u83dc\u5355\u3002\u8fd9\u4e0eSWF\u8c03\u8bd5\u529f\u80fd\u65e0\u5173\u3002 - -config.name.resolveConstants = \u89e3\u6790AS1/2 p-code\u4e2d\u7684\u5e38\u91cf -config.description.resolveConstants = \u5173\u95ed\u6b64\u9009\u9879\u53ef\u5728P-code\u7a97\u53e3\u4e2d\u663e\u793a" constantxx"\u800c\u4e0d\u662f\u5b9e\u9645\u503c - -config.name.sublimiter = \u5b50\u4ee3\u7801\u9650\u5236 -config.description.sublimiter = \u6df7\u6dc6\u4ee3\u7801\u7684\u5b50\u4ee3\u7801\u9650\u5236\u3002 - -config.name.exportTimeout = \u5bfc\u51fa\u8d85\u65f6(\u79d2) -config.description.exportTimeout = \u5230\u8fbe\u6b64\u65f6\u95f4\u540e\uff0c\u53cd\u7f16\u8bd1\u5668\u5c06\u505c\u6b62\u5bfc\u51fa - -config.name.decompilationTimeoutFile = \u5355\u6587\u4ef6\u53cd\u7f16\u8bd1\u8d85\u65f6(\u79d2) -config.description.decompilationTimeoutFile = \u8fbe\u5230\u8fd9\u4e2a\u65f6\u95f4\u540e\uff0c\u8f6f\u4ef6\u5c06\u505c\u6b62AS\u7684\u53cd\u7f16\u8bd1 - -config.name.paramNamesEnable = \u5728AS3\u542f\u7528\u53c2\u6570\u540d\u79f0 -config.description.paramNamesEnable = \u5728\u53cd\u7f16\u8bd1\u4e2d\u4f7f\u7528\u53c2\u6570\u540d\u79f0\u53ef\u80fd\u4f1a\u5bfc\u81f4\u95ee\u9898\uff0c\u56e0\u4e3aFlash CS 5.5\u7b49\u5b98\u65b9\u7a0b\u5e8f\u4f1a\u63d2\u5165\u9519\u8bef\u7684\u53c2\u6570\u540d\u79f0\u7d22\u5f15 - -config.name.displayFileName = \u5728\u6807\u9898\u663e\u793aSWF\u540d\u79f0 -config.description.displayFileName = \u5728\u7a97\u53e3\u6807\u9898\u4e2d\u663e\u793aSWF\u6587\u4ef6/URL\u540d\u79f0(\u7136\u540e\u53ef\u4ee5\u8fdb\u884c\u5c4f\u5e55\u622a\u56fe) - -config.name._debugCopy = FFDec\u8c03\u8bd5\u91cd\u7f16\u8bd1 -config.description._debugCopy = \u5c1d\u8bd5\u5728\u6253\u5f00\u540e\u7acb\u5373\u518d\u6b21\u7f16\u8bd1SWF\u6587\u4ef6\uff0c\u4ee5\u786e\u4fdd\u5b83\u751f\u6210\u76f8\u540c\u7684\u4e8c\u8fdb\u5236\u4ee3\u7801\uff0c\u4ec5\u7528\u4e8e\u8c03\u8bd5FFDec\uff01 - -config.name.dumpTags = \u8f6c\u50a8\u6807\u7b7e\u5230\u63a7\u5236\u53f0 -config.description.dumpTags = \u5728\u8bfb\u53d6SWF\u6587\u4ef6\u65f6\u5c06\u6807\u7b7e\u8f6c\u50a8\u5230\u63a7\u5236\u53f0 - -config.name.decompilationTimeoutSingleMethod = AS3:\u5355\u65b9\u6cd5\u53cd\u7f16\u8bd1\u8d85\u65f6(\u79d2) -config.description.decompilationTimeoutSingleMethod = \u5728\u67d0\u4e2a\u65b9\u6cd5\u8fbe\u5230\u6b64\u65f6\u95f4\u540e\uff0c\u8f6f\u4ef6\u5c06\u505c\u6b62AS\u53cd\u7f16\u8bd1 - -config.name.lastRenameType = (\u5185\u90e8)\u4e0a\u6b21\u91cd\u547d\u540d\u7c7b\u578b -config.description.lastRenameType = \u4e0a\u6b21\u4f7f\u7528\u7684\u91cd\u547d\u540d\u6807\u8bc6\u7b26\u7c7b\u578b - -config.name.lastSaveDir = (\u5185\u90e8)\u4e0a\u6b21\u4fdd\u5b58\u76ee\u5f55 -config.description.lastSaveDir = \u4e0a\u6b21\u4f7f\u7528\u7684\u4fdd\u5b58\u76ee\u5f55 - -config.name.lastOpenDir = (\u5185\u90e8)\u4e0a\u6b21\u6253\u5f00\u76ee\u5f55 -config.description.lastOpenDir = \u4e0a\u6b21\u4f7f\u7528\u7684\u6253\u5f00\u76ee\u5f55 - -config.name.lastExportDir = (\u5185\u90e8)\u4e0a\u6b21\u5bfc\u51fa\u76ee\u5f55 -config.description.lastExportDir = \u4e0a\u6b21\u4f7f\u7528\u7684\u5bfc\u51fa\u76ee\u5f55 - -config.name.locale = \u8bed\u8a00 -config.description.locale = \u8bed\u8a00\u73af\u5883\u6807\u8bc6\u7b26 - -config.name.registerNameFormat = \u5bc4\u5b58\u5668\u53d8\u91cf\u683c\u5f0f -config.description.registerNameFormat = \u672c\u5730\u5bc4\u5b58\u5668\u53d8\u91cf\u540d\u79f0\u7684\u683c\u5f0f\u3002 \u4f7f\u7528%d\u4f5c\u4e3a\u5bc4\u5b58\u5668\u53f7\u3002 - -config.name.maxRecentFileCount = \u6700\u8fd1\u6587\u4ef6\u6700\u5927\u6570\u91cf -config.description.maxRecentFileCount = \u6700\u8fd1\u6587\u4ef6\u7684\u6700\u5927\u6570\u91cf - -config.name.recentFiles = (\u5185\u90e8)\u6700\u8fd1\u7684\u6587\u4ef6 -config.description.recentFiles = \u6700\u8fd1\u6253\u5f00\u7684\u6587\u4ef6 - -config.name.fontPairingMap = (\u5185\u90e8)\u5b57\u4f53\u914d\u5bf9\u5bfc\u5165 -config.description.fontPairingMap = \u5b57\u4f53\u914d\u5bf9\u5bfc\u5165\u65b0\u7684\u5b57\u7b26 - -config.name.lastUpdatesCheckDate = (\u5185\u90e8)\u6700\u8fd1\u66f4\u65b0\u68c0\u67e5\u65e5\u671f -config.description.lastUpdatesCheckDate = \u4e0a\u6b21\u4ece\u670d\u52a1\u5668\u68c0\u67e5\u66f4\u65b0\u7684\u65e5\u671f - -config.name.gui.window.width = (\u5185\u90e8)\u4e0a\u6b21\u7a97\u53e3\u5bbd\u5ea6 -config.description.gui.window.width = \u6700\u540e\u4fdd\u5b58\u7684\u7a97\u53e3\u5bbd\u5ea6 - -config.name.gui.window.height = (\u5185\u90e8)\u4e0a\u6b21\u7a97\u53e3\u9ad8\u5ea6 -config.description.gui.window.height = \u6700\u540e\u4fdd\u5b58\u7684\u7a97\u53e3\u9ad8\u5ea6 - -config.name.gui.window.maximized.horizontal = (\u5185\u90e8)\u7a97\u53e3\u6700\u5927\u5316\u5bbd\u5ea6 -config.description.gui.window.maximized.horizontal = \u6700\u540e\u7a97\u53e3\u72b6\u6001 - \u6a2a\u5411\u6700\u5927\u5316 - -config.name.gui.window.maximized.vertical = (\u5185\u90e8)\u7a97\u53e3\u6700\u5927\u5316\u9ad8\u5ea6 -config.description.gui.window.maximized.vertical = \u6700\u540e\u7a97\u53e3\u72b6\u6001 - \u5782\u76f4\u6700\u5927\u5316 - -config.name.gui.avm2.splitPane.dividerLocationPercent = (\u5185\u90e8)AS3\u5206\u79bb\u5668\u4f4d\u7f6e -config.description.gui.avm2.splitPane.dividerLocationPercent = - -config.name.gui.actionSplitPane.dividerLocationPercent = (\u5185\u90e8)AS1/2\u5206\u79bb\u5668\u4f4d\u7f6e -config.description.gui.actionSplitPane.dividerLocationPercent = - -config.name.gui.previewSplitPane.dividerLocationPercent = (\u5185\u90e8)\u9884\u89c8\u5206\u79bb\u5668\u4f4d\u7f6e -config.description.gui.previewSplitPane.dividerLocationPercent = - -config.name.gui.splitPane1.dividerLocationPercent = (\u5185\u90e8)\u5206\u79bb\u5668\u4f4d\u7f6e1 -config.description.gui.splitPane1.dividerLocationPercent = - -config.name.gui.splitPane2.dividerLocationPercent = (\u5185\u90e8)\u5206\u79bb\u5668\u4f4d\u7f6e2 -config.description.gui.splitPane2.dividerLocationPercent = - -config.name.saveAsExeScaleMode = \u53e6\u5b58\u4e3aEXE\u7684\u7f29\u653e\u6a21\u5f0f -config.description.saveAsExeScaleMode = EXE\u5bfc\u51fa\u7684\u7f29\u653e\u6a21\u5f0f - -config.name.syntaxHighlightLimit = Syntax hilight\u6700\u5927\u5b57\u7b26 -config.description.syntaxHighlightLimit = \u8fd0\u884c\u7684Syntax hilight\u6700\u5927\u5b57\u7b26\u6570 - -config.name.guiFontPreviewSampleText = (\u5185\u90e8)\u4e0a\u6b21\u5b57\u4f53\u9884\u89c8\u793a\u4f8b\u6587\u672c -config.description.guiFontPreviewSampleText = \u6700\u540e\u5b57\u4f53\u9884\u89c8\u793a\u4f8b\u6587\u672c\u5217\u8868\u7d22\u5f15 - -config.name.gui.fontPreviewWindow.width = (\u5185\u90e8)\u4e0a\u6b21\u5b57\u4f53\u9884\u89c8\u7a97\u53e3\u5bbd\u5ea6 -config.description.gui.fontPreviewWindow.width = - -config.name.gui.fontPreviewWindow.height = (\u5185\u90e8)\u4e0a\u6b21\u5b57\u4f53\u9884\u89c8\u7a97\u53e3\u9ad8\u5ea6 -config.description.gui.fontPreviewWindow.height = - -config.name.gui.fontPreviewWindow.posX = (\u5185\u90e8)\u4e0a\u6b21\u5b57\u4f53\u9884\u89c8\u7a97\u53e3X -config.description.gui.fontPreviewWindow.posX = - -config.name.gui.fontPreviewWindow.posY = (\u5185\u90e8)\u4e0a\u6b21\u5b57\u4f53\u9884\u89c8\u7a97\u53e3Y -config.description.gui.fontPreviewWindow.posY = - -config.name.formatting.indent.size = \u6bcf\u4e2a\u7f29\u8fdb\u7684\u5b57\u7b26\u6570 -config.description.formatting.indent.size = \u4e00\u4e2a\u7f29\u8fdb\u7684\u7a7a\u683c(\u6216\u5236\u8868\u7b26)\u6570 - -config.name.formatting.indent.useTabs = \u5236\u8868\u7b26\u7f29\u8fdb -config.description.formatting.indent.useTabs = \u4f7f\u7528\u5236\u8868\u7b26\u800c\u4e0d\u662f\u7a7a\u683c\u8fdb\u884c\u7f29\u8fdb - -config.name.beginBlockOnNewLine = \u65b0\u884c\u5927\u62ec\u53f7 -config.description.beginBlockOnNewLine = \u5728\u65b0\u884c\u7684\u5757\u5f00\u59cb\u65f6\u4f7f\u7528\u5927\u62ec\u53f7 - -config.name.check.updates.delay = \u66f4\u65b0\u68c0\u67e5\u5ef6\u8fdf -config.description.check.updates.delay = \u8f6f\u4ef6\u542f\u52a8\u4e0e\u66f4\u65b0\u81ea\u52a8\u68c0\u67e5\u4e4b\u95f4\u7684\u6700\u77ed\u65f6\u95f4 - -config.name.check.updates.stable = \u7a33\u5b9a\u7248\u672c -config.description.check.updates.stable = \u68c0\u67e5\u7a33\u5b9a\u7248\u672c\u66f4\u65b0 - -config.name.check.updates.nightly = \u6d4b\u8bd5\u7248\u672c -config.description.check.updates.nightly = \u68c0\u67e5\u6d4b\u8bd5\u7248\u672c\u66f4\u65b0 - -config.name.check.updates.enabled = \u542f\u7528\u66f4\u65b0\u68c0\u67e5 -config.description.check.updates.enabled = \u5728\u5e94\u7528\u7a0b\u5e8f\u542f\u52a8\u65f6\u81ea\u52a8\u68c0\u67e5\u66f4\u65b0 - -config.name.export.formats = (\u5185\u90e8)\u5bfc\u51fa\u683c\u5f0f -config.description.export.formats = \u4e0a\u6b21\u4f7f\u7528\u7684\u5bfc\u51fa\u683c\u5f0f - -config.name.textExportSingleFile = \u5c06\u6587\u672c\u5bfc\u51fa\u5230\u5355\u6587\u4ef6 -config.description.textExportSingleFile = \u5c06\u6587\u672c\u5bfc\u51fa\u5230\u4e00\u4e2a\u6587\u4ef6\u800c\u4e0d\u662f\u591a\u4e2a\u6587\u4ef6 - -config.name.textExportSingleFileSeparator = \u5355\u6587\u4ef6\u5bfc\u51fa\u6587\u672c\u7684\u5206\u9694\u7b26 -config.description.textExportSingleFileSeparator = \u5355\u6587\u4ef6\u6587\u672c\u5bfc\u51fa\u4e2d\u5206\u5272\u5404\u6587\u672c\u7684\u5206\u9694\u7b26 - -config.name.textExportSingleFileRecordSeparator = \u5355\u6587\u4ef6\u5bfc\u51fa\u6587\u672c\u7684\u8bb0\u5f55\u5206\u9694\u7b26 -config.description.textExportSingleFileRecordSeparator = \u5355\u6587\u4ef6\u6587\u672c\u5bfc\u51fa\u4e2d\u63d2\u5165\u6587\u672c\u8bb0\u5f55\u4e4b\u95f4\u7684\u6587\u672c - -config.name.warning.experimental.as12edit = AS1/2\u76f4\u63a5\u7f16\u8f91\u8b66\u544a -config.description.warning.experimental.as12edit = \u5728AS1/2\u76f4\u63a5\u7f16\u8f91\u65f6\u663e\u793a\u5b9e\u9a8c\u6027\u8b66\u544a - -config.name.warning.experimental.as3edit = AS3\u76f4\u63a5\u7f16\u8f91\u8b66\u544a -config.description.warning.experimental.as3edit = \u5728AS3\u76f4\u63a5\u7f16\u8f91\u65f6\u663e\u793a\u5b9e\u9a8c\u6027\u8b66\u544a - -config.name.packJavaScripts = \u6253\u5305JavaScript -config.description.packJavaScripts = \u5bf9\u4f7f\u7528Canvas Export\u521b\u5efa\u7684\u811a\u672c\u8fd0\u884cJS\u6253\u5305\u5668\u3002 - -config.name.textExportExportFontFace = \u5728SVG\u5bfc\u51fa\u4e2d\u4f7f\u7528font-face -config.description.textExportExportFontFace = \u4f7f\u7528font-face\u800c\u4e0d\u662f\u5f62\u72b6\u5c06\u5b57\u4f53\u6587\u4ef6\u5d4c\u5165SVG - -config.name.lzmaFastBytes = LZMA\u5feb\u901f\u5b57\u8282(\u6709\u6548\u503c:5-255) -config.description.lzmaFastBytes = LZMA\u7f16\u7801\u5668\u7684\u5feb\u901f\u5b57\u8282\u53c2\u6570 - -config.name.pluginPath = \u63d2\u4ef6\u8def\u5f84 -config.description.pluginPath = - - -config.name.showMethodBodyId = \u663e\u793a\u65b9\u6cd5\u4e3b\u4f53id -config.description.showMethodBodyId = \u663e\u793a\u7528\u4e8e\u547d\u4ee4\u884c\u5bfc\u5165\u7684\u65b9\u6cd5\u4e3b\u4f53\u7684id - -config.name.export.zoom = (\u5185\u90e8)\u5bfc\u51fa\u7f29\u653e -config.description.export.zoom = \u4e0a\u6b21\u4f7f\u7528\u7684\u5bfc\u51fa\u7f29\u653e - -config.name.debuggerPort = \u8c03\u8bd5\u7aef\u53e3 -config.description.debuggerPort = \u7528\u4e8esocket\u8c03\u8bd5\u7684\u7aef\u53e3 - -config.name.displayDebuggerInfo = (\u5185\u90e8)\u663e\u793a\u8c03\u8bd5\u5668\u4fe1\u606f -config.description.displayDebuggerInfo = \u5728\u5207\u6362\u8c03\u8bd5\u5668\u4e4b\u524d\u663e\u793a\u6709\u5173\u8c03\u8bd5\u5668\u7684\u4fe1\u606f - -config.name.randomDebuggerPackage = \u4f7f\u7528\u968f\u673a\u8c03\u8bd5\u5305\u540d -config.description.randomDebuggerPackage = \u8fd9\u4f1a\u5c06Debugger\u5305\u91cd\u547d\u540d\u4e3a\u968f\u673a\u5b57\u7b26\u4e32\uff0c\u8fd9\u4f7f\u5f97AS\u5f88\u96be\u68c0\u6d4b\u5230\u8c03\u8bd5\u5668\u7684\u5b58\u5728 - -config.name.lastDebuggerReplaceFunction = (\u5185\u90e8)\u6700\u540e\u4e00\u6b21\u9009\u62e9\u7684trace\u66ff\u6362 -config.description.lastDebuggerReplaceFunction = \u5728\u7528\u8c03\u8bd5\u5668\u66ff\u6362\u8ddf\u8e2a\u529f\u80fd\u4e2d\u6700\u540e\u9009\u62e9\u7684\u51fd\u6570\u540d\u79f0 - -config.name.getLocalNamesFromDebugInfo = AS3:\u4ece\u8c03\u8bd5\u4fe1\u606f\u83b7\u53d6\u672c\u5730\u5bc4\u5b58\u5668\u540d\u79f0 -config.description.getLocalNamesFromDebugInfo = \u5982\u679c\u5b58\u5728\u8c03\u8bd5\u4fe1\u606f\uff0c\u5219\u5c06\u672c\u5730\u5bc4\u5b58\u5668\u4ece_loc_x_\u91cd\u547d\u540d\u4e3a\u771f\u5b9e\u540d\u79f0\u3002 \u7531\u4e8e\u67d0\u4e9b\u6df7\u6dc6\u5668\u5728\u90a3\u91cc\u4f7f\u7528\u4e86\u65e0\u6548\u7684\u5bc4\u5b58\u5668\u540d\u79f0\uff0c\u56e0\u6b64\u53ef\u4ee5\u5c06\u5176\u5173\u95ed\u3002 - -config.name.tagTreeShowEmptyFolders = \u663e\u793a\u7a7a\u6587\u4ef6\u5939 -config.description.tagTreeShowEmptyFolders = \u5728\u6807\u7b7e\u6811\u4e2d\u663e\u793a\u7a7a\u6587\u4ef6\u5939 - -config.name.autoLoadEmbeddedSwfs = \u81ea\u52a8\u8f7d\u5165\u5d4c\u5165\u7684SWF -config.description.autoLoadEmbeddedSwfs = \u4eceDefineBinaryData\u6807\u7b7e\u81ea\u52a8\u52a0\u8f7d\u5d4c\u5165\u5f0fSWF - -config.name.overrideTextExportFileName = \u8986\u76d6\u6587\u672c\u5bfc\u51fa\u6587\u4ef6\u540d -config.description.overrideTextExportFileName = \u60a8\u53ef\u4ee5\u81ea\u5b9a\u4e49\u5bfc\u51fa\u6587\u672c\u7684\u6587\u4ef6\u540d\u3002 \u4f7f\u7528{filename}\u5360\u4f4d\u7b26\u53ef\u4ee5\u4f7f\u7528\u5f53\u524dSWF\u6587\u4ef6\u540d\u3002 - -config.name.showOldTextDuringTextEditing = \u5728\u6587\u672c\u7f16\u8f91\u4e2d\u663e\u793a\u65e7\u6587\u672c -config.description.showOldTextDuringTextEditing = \u5728\u9884\u89c8\u533a\u57df\u663e\u793a\u7070\u8272\u6587\u672c\u6807\u8bb0\u7684\u539f\u59cb\u6587\u672c - -config.group.name.import = \u5bfc\u5165 -config.group.description.import = \u5bfc\u5165\u76f8\u5173\u8bbe\u7f6e - -config.name.textImportResizeTextBoundsMode = \u6587\u672c\u8fb9\u754c\u8c03\u6574\u6a21\u5f0f -config.description.textImportResizeTextBoundsMode = \u6587\u672c\u7f16\u8f91\u540e\uff0c\u6587\u672c\u8fb9\u754c\u7684\u8c03\u6574\u6a21\u5f0f\u3002 - -config.name.showCloseConfirmation = \u663e\u793a\u5df2\u4fee\u6539SWF\u5173\u95ed\u786e\u8ba4 -config.description.showCloseConfirmation = \u518d\u6b21\u663e\u793a\u5df2\u4fee\u6539\u6587\u4ef6\u7684SWF\u5173\u95ed\u786e\u8ba4 - -config.name.showCodeSavedMessage = \u518d\u6b21\u663e\u793a\u4ee3\u7801\u4fdd\u5b58\u4fe1\u606f -config.description.showCodeSavedMessage = \u518d\u6b21\u663e\u793a\u5df2\u4fdd\u5b58\u4ee3\u7801\u7684\u4fe1\u606f - -config.name.showTraitSavedMessage = \u518d\u6b21\u663e\u793a\u7279\u5f81\u4fdd\u5b58\u4fe1\u606f -config.description.showTraitSavedMessage = \u518d\u6b21\u663e\u793a\u5df2\u4fdd\u5b58\u7684\u7279\u5f81\u4fe1\u606f - -config.name.updateProxyAddress = \u7528\u4e8e\u68c0\u67e5\u66f4\u65b0\u7684Http\u4ee3\u7406\u5730\u5740 -config.description.updateProxyAddress = \u7528\u4e8e\u68c0\u67e5\u66f4\u65b0\u7684Http\u4ee3\u7406\u5730\u5740\u3002 \u683c\u5f0f:example.com:8080 - -config.name.editorMode = \u7f16\u8f91\u6a21\u5f0f -config.description.editorMode = \u9009\u62e9\u6587\u672c\u6216\u811a\u672c\u65f6\uff0c\u4f7f\u6587\u672c\u533a\u57df\u53ef\u81ea\u52a8\u8fdb\u5165\u7f16\u8f91\u72b6\u6001 - -config.name.autoSaveTagModifications = \u81ea\u52a8\u4fdd\u5b58\u6807\u7b7e\u4fee\u6539 -config.description.autoSaveTagModifications = \u5728\u6807\u7b7e\u6811\u4e2d\u9009\u62e9\u65b0\u6807\u7b7e\u65f6\u4fdd\u5b58\u66f4\u6539 - -config.name.saveSessionOnExit = \u9000\u51fa\u65f6\u4fdd\u5b58\u4f1a\u8bdd -config.description.saveSessionOnExit = \u4fdd\u5b58\u5f53\u524d\u4f1a\u8bdd\u5e76\u5728FFDec\u91cd\u65b0\u542f\u52a8\u540e\u91cd\u65b0\u6253\u5f00\u5b83(\u4ec5\u9002\u7528\u4e8e\u5b9e\u9645\u6587\u4ef6) - -config.name._showDebugMenu = \u663e\u793aFFDec\u8c03\u8bd5\u83dc\u5355 -config.description._showDebugMenu = \u5728\u529f\u80fd\u533a\u4e2d\u663e\u793a\u8c03\u8bd5\u83dc\u5355\uff0c\u7528\u4e8e\u8c03\u8bd5\u53cd\u7f16\u8bd1\u5668\u3002 - -config.name.allowOnlyOneInstance = \u4ec5\u5141\u8bb8\u4e00\u4e2aFFDec\u5b9e\u4f8b(\u4ec5Windows) -config.description.allowOnlyOneInstance = FFDec\u53ea\u80fd\u8fd0\u884c\u4e00\u6b21\uff0c\u6240\u6709\u6253\u5f00\u7684\u6587\u4ef6\u90fd\u5c06\u6dfb\u52a0\u5230\u4e00\u4e2a\u7a97\u53e3\u4e2d\u3002 \u5b83\u4ec5\u9002\u7528\u4e8eWindows\u64cd\u4f5c\u7cfb\u7edf\u3002 - -config.name.scriptExportSingleFile = \u5c06\u811a\u672c\u5bfc\u51fa\u5230\u5355\u6587\u4ef6 -config.description.scriptExportSingleFile = \u5c06\u811a\u672c\u5bfc\u51fa\u5230\u5355\u4e2a\u6587\u4ef6\u800c\u4e0d\u662f\u591a\u4e2a\u6587\u4ef6 - -config.name.setFFDecVersionInExportedFont = \u4e3a\u5bfc\u51fa\u7684\u5b57\u4f53\u8bbe\u7f6eFFDec\u7248\u672c\u53f7 -config.description.setFFDecVersionInExportedFont = \u7981\u7528\u6b64\u8bbe\u7f6e\u540e\uff0cFFDec\u4e0d\u4f1a\u5c06\u5f53\u524d\u7684FFDec\u7248\u672c\u53f7\u6dfb\u52a0\u5230\u5bfc\u51fa\u7684\u5b57\u4f53\u4e2d\u3002 - -config.name.gui.skin = \u7528\u6237\u754c\u9762\u76ae\u80a4 -config.description.gui.skin = \u5916\u89c2\u548c\u98ce\u683c\u76ae\u80a4 - -config.name.lastSessionFiles = \u4e0a\u6b21\u4f1a\u8bdd\u6587\u4ef6 -config.description.lastSessionFiles = \u5305\u542b\u4e0a\u4e00\u4e2a\u4f1a\u8bdd\u4e2d\u6253\u5f00\u7684\u6587\u4ef6 - -config.name.lastSessionSelection = \u4e0a\u6b21\u4f1a\u8bdd\u9009\u62e9 -config.description.lastSessionSelection = \u5305\u542b\u4e0a\u4e00\u4e2a\u4f1a\u8bdd\u7684\u9009\u62e9 - -config.name.loopMedia = \u5faa\u73af\u58f0\u97f3\u548c\u7cbe\u7075 -config.description.loopMedia = \u81ea\u52a8\u91cd\u65b0\u5f00\u59cb\u64ad\u653e\u58f0\u97f3\u548c\u7cbe\u7075 - -config.name.gui.timeLineSplitPane.dividerLocationPercent = (\u5185\u90e8)\u65f6\u95f4\u8f74\u62c6\u5206\u5668\u4f4d\u7f6e -config.description.gui.timeLineSplitPane.dividerLocationPercent = - -config.name.cacheImages = \u7f13\u5b58\u56fe\u50cf -config.description.cacheImages = \u7f13\u5b58\u89e3\u7801\u7684\u56fe\u50cf\u5bf9\u8c61 - -config.name.swfSpecificConfigs = SWF\u7279\u5b9a\u914d\u7f6e -config.description.swfSpecificConfigs = \u5305\u542bSWF\u7279\u5b9a\u914d\u7f6e - -config.name.exeExportMode = EXE\u5bfc\u51fa\u6a21\u5f0f -config.description.exeExportMode = EXE\u5bfc\u51fa\u6a21\u5f0f - -config.name.ignoreCLikePackages = \u5ffd\u7565FlashCC/Alchemy\u6216\u7c7b\u4f3c\u7684\u5305 -config.description.ignoreCLikePackages = \u901a\u5e38\u65e0\u6cd5\u6b63\u786e\u53cd\u7f16\u8bd1FlashCC/Alchemy\u7684\u5305\u3002 \u60a8\u53ef\u4ee5\u7981\u7528\u5b83\u4eec\u4ee5\u52a0\u5feb\u5176\u4ed6\u5305\u7684\u53cd\u7f16\u8bd1\u901f\u5ea6\u3002 - -config.name.overwriteExistingFiles = \u8986\u76d6\u73b0\u6709\u6587\u4ef6 -config.description.overwriteExistingFiles = \u5728\u5bfc\u51fa\u8fc7\u7a0b\u4e2d\u8986\u76d6\u73b0\u6709\u6587\u4ef6\u3002 \u5f53\u524d\u4ec5\u9002\u7528\u4e8eAS2/3\u811a\u672c - -config.name.smartNumberFormatting = \u4f7f\u7528\u667a\u80fd\u6570\u5b57\u683c\u5f0f -config.description.smartNumberFormatting = \u683c\u5f0f\u5316\u7279\u6b8a\u6570\u5b57(\u4f8b\u5982\u989c\u8272\u548c\u65f6\u95f4) - -config.name.enableScriptInitializerDisplay = (REMOVED) \u663e\u793a\u811a\u672c\u521d\u59cb\u5316\u5668 -config.description.enableScriptInitializerDisplay = \u542f\u7528\u811a\u672c\u521d\u59cb\u5316\u7a0b\u5e8f\u7684\u663e\u793a\u548c\u7f16\u8f91\u3002 \u6b64\u8bbe\u7f6e\u53ef\u4ee5\u5411\u6bcf\u4e2a\u7c7b\u6587\u4ef6\u6dfb\u52a0\u4e00\u4e2a\u6362\u884c\u7b26\u4ee5\u7a81\u51fa\u663e\u793a\u3002 - -config.name.autoOpenLoadedSWFs = \u5728\u8fd0\u884c\u671f\u95f4\u6253\u5f00\u52a0\u8f7d\u7684SWF(\u5916\u90e8\u67e5\u770b\u5668=\u4ec5WIN) -config.description.autoOpenLoadedSWFs = \u5728FFDec\u5916\u90e8\u64ad\u653e\u5668\u4e2d\u64ad\u653e\u65f6\uff0c\u901a\u8fc7\u8fd0\u884cSWF\u81ea\u52a8\u6253\u5f00\u7531AS3\u7c7b\u52a0\u8f7d\u7a0b\u5e8f\u52a0\u8f7d\u7684\u6240\u6709SWF\u3002 \u6b64\u529f\u80fd\u4ec5Windows\u3002 - -config.name.lastSessionFileTitles = \u4e0a\u6b21\u4f1a\u8bdd\u6587\u4ef6\u6807\u9898 -config.description.lastSessionFileTitles = \u5305\u542b\u4e0a\u4e00\u4e2a\u4f1a\u8bdd\u4e2d\u6253\u5f00\u7684\u6587\u4ef6\u6807\u9898(\u4f8b\u5982\uff0c\u4eceURL\u7b49\u52a0\u8f7d\u65f6) - -config.group.name.paths = \u8def\u5f84 -config.group.description.paths = \u6240\u9700\u6587\u4ef6\u4f4d\u7f6e -config.group.tip.paths = \u5728Adobe\u5b98\u7f51\u4e0a\u4e0b\u8f7dPlayer\u548cPlayerGlobal\u3002 Flex SDK\u53ef\u4ee5\u5728apache web\u4e0a\u4e0b\u8f7d\u3002 -config.group.link.paths = https://web.archive.org/web/20220401020702/https://www.adobe.com/support/flashplayer/debug_downloads.html https://flex.apache.org/download-binaries.html - -config.name.playerLocation = 1) Flash Player\u76ee\u5f55 -config.description.playerLocation = \u72ec\u7acbFlash Player\u53ef\u6267\u884c\u6587\u4ef6\u7684\u4f4d\u7f6e\u3002 \u7528\u4e8e\u8fd0\u884c\u64cd\u4f5c\u3002 - -config.name.playerDebugLocation = 2) Flash Player\u8c03\u8bd5\u5668\u76ee\u5f55 -config.description.playerDebugLocation = \u72ec\u7acb\u7684\u8c03\u8bd5Flash Player\u53ef\u6267\u884c\u6587\u4ef6\u7684\u4f4d\u7f6e\u3002\u7528\u4e8e\u8c03\u8bd5\u64cd\u4f5c\u3002 - -config.name.playerLibLocation = 3) PlayerGlobal(.swc)\u76ee\u5f55 -config.description.playerLibLocation = playerglobal.swc\u5e93\u7684\u4f4d\u7f6e\u3002 \u5b83\u4e3b\u8981\u7528\u4e8eAS3\u7f16\u8bd1\uff0c\u60a8\u53ef\u4ee5\u4eceAdobe\u5b98\u7f51\u4e0b\u8f7d\u3002 - -config.name.debugHalt = \u5728\u8c03\u8bd5\u5f00\u59cb\u505c\u6b62\u64ad\u653e -config.description.debugHalt = \u5f00\u59cb\u8c03\u8bd5\u65f6\u6682\u505cSWF\u3002 - -config.name.gui.avm2.splitPane.vars.dividerLocationPercent = (\u5185\u90e8)\u8c03\u8bd5\u83dc\u5355\u62c6\u5206\u5668\u4f4d\u7f6e -config.description.gui.avm2.splitPane.vars.dividerLocationPercent = - -tip = \u63d0\u793a: - -config.name.gui.action.splitPane.vars.dividerLocationPercent = (\u5185\u90e8)AS1/2\u8c03\u8bd5\u83dc\u5355\u5206\u914d\u5668\u4f4d\u7f6e -config.description.gui.action.splitPane.vars.dividerLocationPercent = - -config.name.setMovieDelay = \u66f4\u6539\u5916\u90e8\u64ad\u653e\u5668\u4e2d\u7684SWF\u4e4b\u524d\u7684\u5ef6\u8fdf(\u6beb\u79d2) -config.description.setMovieDelay = \u4e0d\u5efa\u8bae\u5c06\u6b64\u503c\u66f4\u6539\u4e3a1000ms\u4ee5\u4e0b - -config.name.warning.svgImport = SVG\u5bfc\u5165\u8b66\u544a -config.description.warning.svgImport = - -config.name.shapeImport.useNonSmoothedFill = \u5c06\u5f62\u72b6\u66ff\u6362\u4e3a\u56fe\u50cf\u65f6\uff0c\u8bf7\u4f7f\u7528\u4e0d\u5e73\u6ed1\u7684\u586b\u5145 -config.description.shapeImport.useNonSmoothedFill = - -config.name.internalFlashViewer.execute.as12 = \u5185\u90e8FlashViewer\u4e2d\u7684AS1/2(\u5b9e\u9a8c\u6027) -config.description.internalFlashViewer.execute.as12 = SWF\u64ad\u653e\u8fc7\u7a0b\u4e2d\u6267\u884c\u7684AS1/2\u5c1d\u8bd5\u4f7f\u7528FFDec FlashViewer - -config.name.warning.hexViewNotUpToDate = \u663e\u793a\u5341\u516d\u8fdb\u5236\u89c6\u56fe\u8fc7\u65e7\u8b66\u544a -config.description.warning.hexViewNotUpToDate = - -config.name.displayDupInstructions = \u663e\u793a\u00a7\u00a7dup\u6307\u4ee4 -config.description.displayDupInstructions = \u5728\u4ee3\u7801\u4e2d\u663e\u793a\u00a7\u00a7dup\u6307\u4ee4\u3002 \u6ca1\u6709\u5b83\u4eec\uff0c\u4ee3\u7801\u53ef\u4ee5\u5f88\u5bb9\u6613\u5730\u7f16\u8bd1\uff0c\u4f46\u662f\u67d0\u4e9b\u5e26\u6709\u526f\u4f5c\u7528\u7684\u590d\u5236\u4ee3\u7801\u53ef\u4ee5\u6267\u884c\u4e24\u6b21\u3002 - -config.name.useRegExprLiteral = \u5c06\u6b63\u5219\u8868\u8fbe\u5f0f\u53cd\u7f16\u8bd1\u4e3a/pattern/mod\u6587\u5b57\u3002 -config.description.useRegExprLiteral = \u53cd\u7f16\u8bd1\u6b63\u5219\u8868\u8fbe\u5f0f\u65f6\uff0c\u8bf7\u4f7f\u7528/pattern/mod\u8bed\u6cd5\u3002 \u5426\u5219\u4f7f\u7528\u65b0\u7684RegExp("pat","mod") - -config.name.handleSkinPartsAutomatically = \u81ea\u52a8\u5904\u7406[SkinPart]\u5143\u6570\u636e -config.description.handleSkinPartsAutomatically = \u81ea\u52a8\u53cd\u7f16\u8bd1\u5e76\u76f4\u63a5\u7f16\u8f91[SkinPart]\u5143\u6570\u636e\u3002 \u7981\u7528\u65f6\uff0c_skinParts\u5c5e\u6027\u53ca\u5176getter\u65b9\u6cd5\u662f\u53ef\u89c1\u7684\uff0c\u53ef\u4ee5\u624b\u52a8\u7f16\u8f91\u3002 - -config.name.simplifyExpressions = \u7b80\u5316\u8868\u8fbe -config.description.simplifyExpressions = \u8bc4\u4f30\u5e76\u7b80\u5316\u8868\u8fbe\u5f0f\uff0c\u4f7f\u4ee3\u7801\u66f4\u6613\u8bfb - -config.name.resetLetterSpacingOnTextImport = \u6587\u672c\u5bfc\u5165\u65f6\u91cd\u7f6e\u5b57\u6bcd\u95f4\u8ddd -config.description.resetLetterSpacingOnTextImport = \u5bf9\u4e8e\u897f\u91cc\u5c14\u5b57\u4f53\u975e\u5e38\u6709\u6548\uff0c\u56e0\u4e3a\u5b83\u4eec\u66f4\u5bbd - -config.name.flexSdkLocation = 4) Flex SDK\u76ee\u5f55 -config.description.flexSdkLocation = Adobe Flex SDK\u7684\u4f4d\u7f6e\u3002 \u5b83\u4e3b\u8981\u7528\u4e8eAS3\u7f16\u8bd1\u3002 - -config.name.useFlexAs3Compiler = \u4f7f\u7528Flex SDK AS3\u7f16\u8bd1\u5668 -config.description.useFlexAs3Compiler = \u5728ActionScript\u76f4\u63a5\u7f16\u8f91\u7684\u540c\u65f6\u4f7f\u7528Flex SDK\u4e2d\u7684AS3\u7f16\u8bd1\u5668(\u9700\u8981\u8bbe\u7f6eFlex SDK\u76ee\u5f55) - -config.name.showSetAdvanceValuesMessage = \u518d\u6b21\u663e\u793a\u6709\u5173\u8bbe\u7f6e\u9ad8\u7ea7\u503c\u7684\u4fe1\u606f -config.description.showSetAdvanceValuesMessage = \u518d\u6b21\u663e\u793a\u6709\u5173\u8bbe\u7f6e\u9ad8\u7ea7\u503c\u7684\u4fe1\u606f - -config.name.gui.fontSizeMultiplier = \u5b57\u4f53\u5927\u5c0f\u500d\u6570 -config.description.gui.fontSizeMultiplier = \u5b57\u4f53\u5927\u5c0f\u500d\u6570 - -config.name.graphVizDotLocation = 5) GraphViz Dot\u53ef\u6267\u884c\u6587\u4ef6\u76ee\u5f55 -config.description.graphVizDotLocation = GraphViz\u5e94\u7528\u7a0b\u5e8f\u7684dot.exe(\u6216\u7c7b\u4f3c\u7684linux)\u8def\u5f84\uff0c\u7528\u4e8e\u663e\u793aGraph\u3002 - +advancedSettings.dialog.title=\u9ad8\u7ea7\u8bbe\u7f6e +advancedSettings.restartConfirmation=\u60a8\u5fc5\u987b\u91cd\u542f\u7a0b\u5e8f\u4ee5\u4f7f\u4fee\u6539\u7684\u8bbe\u7f6e\u751f\u6548\uff0c\u8981\u7acb\u523b\u91cd\u542f\u7a0b\u5e8f\u5417\uff1f +advancedSettings.columns.name=\u540d\u79f0 +advancedSettings.columns.value=\u503c +advancedSettings.columns.description=\u63cf\u8ff0 +default=\u9ed8\u8ba4 +config.group.name.export=\u5bfc\u51fa +config.group.description.export=\u5bfc\u51fa\u76f8\u5173\u8bbe\u7f6e +config.group.name.script=\u811a\u672c +config.group.description.script=\u4ee3\u7801\u53cd\u7f16\u8bd1\u76f8\u5173 +config.group.name.update=\u66f4\u65b0 +config.group.description.update=\u8f6f\u4ef6\u66f4\u65b0\u68c0\u67e5 +config.group.name.format=\u6392\u7248 +config.group.description.format=\u4ee3\u7801\u663e\u793a\u7684\u76f8\u5173\u8bbe\u7f6e +config.group.name.limit=\u9650\u5236 +config.group.description.limit=\u6df7\u6dc6\u4ee3\u7801\u7b49\u7684\u53cd\u7f16\u8bd1\u9650\u5236\u76f8\u5173 +config.group.name.ui=\u754c\u9762 +config.group.description.ui=\u7528\u6237\u754c\u9762\u8bbe\u7f6e +config.group.name.debug=Debug +config.group.description.debug=\u8c03\u8bd5\u76f8\u5173\u7684\u8bbe\u7f6e +config.group.name.display=\u663e\u793a +config.group.description.display=Flash\u7b49\u5bf9\u8c61\u663e\u793a\u76f8\u5173 +config.group.name.decompilation=\u53cd\u7f16\u8bd1 +config.group.description.decompilation=\u5168\u5c40\u53cd\u7f16\u8bd1\u76f8\u5173\u7684\u529f\u80fd +config.group.name.other=\u5176\u5b83 +config.group.description.other=\u5176\u5b83\u672a\u5206\u7c7b\u7684\u8bbe\u7f6e +config.name.openMultipleFiles=\u6253\u5f00\u591a\u4e2a\u6587\u4ef6 +config.description.openMultipleFiles=\u5141\u8bb8\u5728\u4e00\u4e2a\u7a97\u53e3\u4e2d\u540c\u65f6\u6253\u5f00\u591a\u4e2a\u6587\u4ef6 +config.name.decompile=\u663e\u793aAS\u6e90\u4ee3\u7801 +config.description.decompile=\u60a8\u53ef\u4ee5\u7981\u7528AS\u53cd\u7f16\u8bd1\uff0c\u53ea\u663e\u793aP-code +config.name.dumpView=\u8f6c\u50a8\u89c6\u56fe +config.description.dumpView=\u67e5\u770b\u539f\u59cb\u6570\u636e\u8f6c\u50a8 +config.name.useHexColorFormat=\u5341\u516d\u8fdb\u5236\u989c\u8272\u683c\u5f0f +config.description.useHexColorFormat=\u663e\u793a\u5341\u516d\u8fdb\u5236\u683c\u5f0f\u989c\u8272 +config.name.parallelSpeedUp=\u591a\u7ebf\u7a0b\u52a0\u901f +config.description.parallelSpeedUp=\u4ec5\u53ef\u52a0\u5feb\u53cd\u7f16\u8bd1\u901f\u5ea6\uff0c\u90e8\u5206\u5355\u7ebf\u7a0b\u529f\u80fd\u53ef\u80fd\u4f1a\u51fa\u73b0\u95ee\u9898 +config.name.parallelSpeedUpThreadCount=\u7ebf\u7a0b\u6570 +config.description.parallelSpeedUpThreadCount=\u591a\u7ebf\u7a0b\u52a0\u901f\u7684\u7ebf\u7a0b\u6570\u91cf +config.name.autoDeobfuscate=\u81ea\u52a8\u53cd\u6df7\u6dc6 +config.description.autoDeobfuscate=\u5728\u53cd\u7f16\u8bd1ActionScript\u4e4b\u524d\uff0c\u5bf9\u6bcf\u4e2a\u6587\u4ef6\u8fd0\u884c\u53cd\u6df7\u6dc6 +config.name.cacheOnDisk=\u786c\u76d8\u7f13\u5b58 +config.description.cacheOnDisk=\u4e0d\u5360\u7528\u5185\u5b58\uff0c\u800c\u5728\u786c\u76d8\u9a71\u52a8\u5668\u4e0a\u7f13\u5b58\u5df2\u7ecf\u53cd\u7f16\u8bd1\u7684\u90e8\u5206 +config.name.internalFlashViewer=\u4f7f\u7528\u5185\u90e8Flash Player +config.description.internalFlashViewer=\u4f7f\u7528JPEXS Flash Viewer\u6765\u663e\u793aFlash\u63a7\u4ef6 +config.name.gotoMainClassOnStartup=\u542f\u52a8\u65f6\u8f6c\u5230\u4e3b\u7c7b (AS3) +config.description.gotoMainClassOnStartup=\u5728SWF\u6253\u5f00\u65f6\u8f6c\u5230\u5230AS3\u6587\u4ef6\u7684\u6587\u6863\u7c7b +config.name.autoRenameIdentifiers=\u81ea\u52a8\u91cd\u547d\u540d\u6807\u8bc6\u7b26 +config.description.autoRenameIdentifiers=\u5728SWF\u52a0\u8f7d\u65f6\u81ea\u52a8\u91cd\u547d\u540d\u65e0\u6548\u6807\u8bc6\u7b26 +config.name.offeredAssociation=(\u5185\u90e8)\u5173\u8054SWF\u6587\u4ef6\u663e\u793a +config.description.offeredAssociation=\u5df2\u7ecf\u663e\u793a\u6709\u5173\u6587\u4ef6\u5173\u8054\u7684\u5bf9\u8bdd\u6846 +config.name.decimalAddress=\u4f7f\u7528\u5341\u8fdb\u5236\u5730\u5740 +config.description.decimalAddress=\u4f7f\u7528\u5341\u8fdb\u5236\u5730\u5740\u800c\u4e0d\u662f\u5341\u516d\u8fdb\u5236 +config.name.showAllAddresses=\u663e\u793a\u6240\u6709\u5730\u5740 +config.description.showAllAddresses=\u663e\u793a\u6240\u6709AS\u5730\u5740 +config.name.useFrameCache=\u4f7f\u7528\u5e27\u7f13\u5b58 +config.description.useFrameCache=\u5728\u518d\u6b21\u6e32\u67d3\u4e4b\u524d\u7f13\u5b58\u5e27 +config.name.useRibbonInterface=\u529f\u80fd\u533a\u754c\u9762 +config.description.useRibbonInterface=\u5173\u95ed\u4ee5\u4f7f\u7528\u4e0d\u5e26\u529f\u80fd\u533a\u83dc\u5355\u7684\u7ecf\u5178\u754c\u9762 +config.name.openFolderAfterFlaExport=FLA\u5bfc\u51fa\u540e\u6253\u5f00\u6587\u4ef6\u5939 +config.description.openFolderAfterFlaExport=\u5bfc\u51faFLA\u6587\u4ef6\u540e\u663e\u793a\u8f93\u51fa\u76ee\u5f55 +config.name.useDetailedLogging=FFDec\u8be6\u7ec6\u65e5\u5fd7\u8bb0\u5f55 +config.description.useDetailedLogging=\u8bb0\u5f55\u8be6\u7ec6\u7684\u9519\u8bef\u6d88\u606f\u548c\u4fe1\u606f\u4ee5\u8c03\u8bd5FFDec +config.name._debugMode=FFDec\u8c03\u8bd5\u6a21\u5f0f +config.description._debugMode=\u8fdb\u5165\u8c03\u8bd5FFDec\u7684\u6a21\u5f0f\uff0c\u5e76\u6253\u5f00\u8c03\u8bd5\u83dc\u5355\u3002\u8fd9\u4e0eSWF\u8c03\u8bd5\u529f\u80fd\u65e0\u5173\u3002 +config.name.resolveConstants=\u89e3\u6790AS1/2 p-code\u4e2d\u7684\u5e38\u91cf +config.description.resolveConstants=\u5173\u95ed\u6b64\u9009\u9879\u53ef\u5728P-code\u7a97\u53e3\u4e2d\u663e\u793a" constantxx"\u800c\u4e0d\u662f\u5b9e\u9645\u503c +config.name.sublimiter=\u5b50\u4ee3\u7801\u9650\u5236 +config.description.sublimiter=\u6df7\u6dc6\u4ee3\u7801\u7684\u5b50\u4ee3\u7801\u9650\u5236\u3002 +config.name.exportTimeout=\u5bfc\u51fa\u8d85\u65f6(\u79d2) +config.description.exportTimeout=\u5230\u8fbe\u6b64\u65f6\u95f4\u540e\uff0c\u53cd\u7f16\u8bd1\u5668\u5c06\u505c\u6b62\u5bfc\u51fa +config.name.decompilationTimeoutFile=\u5355\u6587\u4ef6\u53cd\u7f16\u8bd1\u8d85\u65f6(\u79d2) +config.description.decompilationTimeoutFile=\u8fbe\u5230\u8fd9\u4e2a\u65f6\u95f4\u540e\uff0c\u8f6f\u4ef6\u5c06\u505c\u6b62AS\u7684\u53cd\u7f16\u8bd1 +config.name.paramNamesEnable=\u5728AS3\u542f\u7528\u53c2\u6570\u540d\u79f0 +config.description.paramNamesEnable=\u5728\u53cd\u7f16\u8bd1\u4e2d\u4f7f\u7528\u53c2\u6570\u540d\u79f0\u53ef\u80fd\u4f1a\u5bfc\u81f4\u95ee\u9898\uff0c\u56e0\u4e3aFlash CS 5.5\u7b49\u5b98\u65b9\u7a0b\u5e8f\u4f1a\u63d2\u5165\u9519\u8bef\u7684\u53c2\u6570\u540d\u79f0\u7d22\u5f15 +config.name.displayFileName=\u5728\u6807\u9898\u663e\u793aSWF\u540d\u79f0 +config.description.displayFileName=\u5728\u7a97\u53e3\u6807\u9898\u4e2d\u663e\u793aSWF\u6587\u4ef6/URL\u540d\u79f0(\u7136\u540e\u53ef\u4ee5\u8fdb\u884c\u5c4f\u5e55\u622a\u56fe) +config.name._debugCopy=FFDec\u8c03\u8bd5\u91cd\u7f16\u8bd1 +config.description._debugCopy=\u5c1d\u8bd5\u5728\u6253\u5f00\u540e\u7acb\u5373\u518d\u6b21\u7f16\u8bd1SWF\u6587\u4ef6\uff0c\u4ee5\u786e\u4fdd\u5b83\u751f\u6210\u76f8\u540c\u7684\u4e8c\u8fdb\u5236\u4ee3\u7801\uff0c\u4ec5\u7528\u4e8e\u8c03\u8bd5FFDec\uff01 +config.name.dumpTags=\u8f6c\u50a8\u6807\u7b7e\u5230\u63a7\u5236\u53f0 +config.description.dumpTags=\u5728\u8bfb\u53d6SWF\u6587\u4ef6\u65f6\u5c06\u6807\u7b7e\u8f6c\u50a8\u5230\u63a7\u5236\u53f0 +config.name.decompilationTimeoutSingleMethod=AS3:\u5355\u65b9\u6cd5\u53cd\u7f16\u8bd1\u8d85\u65f6(\u79d2) +config.description.decompilationTimeoutSingleMethod=\u5728\u67d0\u4e2a\u65b9\u6cd5\u8fbe\u5230\u6b64\u65f6\u95f4\u540e\uff0c\u8f6f\u4ef6\u5c06\u505c\u6b62AS\u53cd\u7f16\u8bd1 +config.name.lastRenameType=(\u5185\u90e8)\u4e0a\u6b21\u91cd\u547d\u540d\u7c7b\u578b +config.description.lastRenameType=\u4e0a\u6b21\u4f7f\u7528\u7684\u91cd\u547d\u540d\u6807\u8bc6\u7b26\u7c7b\u578b +config.name.lastSaveDir=(\u5185\u90e8)\u4e0a\u6b21\u4fdd\u5b58\u76ee\u5f55 +config.description.lastSaveDir=\u4e0a\u6b21\u4f7f\u7528\u7684\u4fdd\u5b58\u76ee\u5f55 +config.name.lastOpenDir=(\u5185\u90e8)\u4e0a\u6b21\u6253\u5f00\u76ee\u5f55 +config.description.lastOpenDir=\u4e0a\u6b21\u4f7f\u7528\u7684\u6253\u5f00\u76ee\u5f55 +config.name.lastExportDir=(\u5185\u90e8)\u4e0a\u6b21\u5bfc\u51fa\u76ee\u5f55 +config.description.lastExportDir=\u4e0a\u6b21\u4f7f\u7528\u7684\u5bfc\u51fa\u76ee\u5f55 +config.name.locale=\u8bed\u8a00 +config.description.locale=\u8bed\u8a00\u73af\u5883\u6807\u8bc6\u7b26 +config.name.registerNameFormat=\u5bc4\u5b58\u5668\u53d8\u91cf\u683c\u5f0f +config.description.registerNameFormat=\u672c\u5730\u5bc4\u5b58\u5668\u53d8\u91cf\u540d\u79f0\u7684\u683c\u5f0f\u3002 \u4f7f\u7528%d\u4f5c\u4e3a\u5bc4\u5b58\u5668\u53f7\u3002 +config.name.maxRecentFileCount=\u6700\u8fd1\u6587\u4ef6\u6700\u5927\u6570\u91cf +config.description.maxRecentFileCount=\u6700\u8fd1\u6587\u4ef6\u7684\u6700\u5927\u6570\u91cf +config.name.recentFiles=(\u5185\u90e8)\u6700\u8fd1\u7684\u6587\u4ef6 +config.description.recentFiles=\u6700\u8fd1\u6253\u5f00\u7684\u6587\u4ef6 +config.name.fontPairingMap=(\u5185\u90e8)\u5b57\u4f53\u914d\u5bf9\u5bfc\u5165 +config.description.fontPairingMap=\u5b57\u4f53\u914d\u5bf9\u5bfc\u5165\u65b0\u7684\u5b57\u7b26 +config.name.lastUpdatesCheckDate=(\u5185\u90e8)\u6700\u8fd1\u66f4\u65b0\u68c0\u67e5\u65e5\u671f +config.description.lastUpdatesCheckDate=\u4e0a\u6b21\u4ece\u670d\u52a1\u5668\u68c0\u67e5\u66f4\u65b0\u7684\u65e5\u671f +config.name.gui.window.width=(\u5185\u90e8)\u4e0a\u6b21\u7a97\u53e3\u5bbd\u5ea6 +config.description.gui.window.width=\u6700\u540e\u4fdd\u5b58\u7684\u7a97\u53e3\u5bbd\u5ea6 +config.name.gui.window.height=(\u5185\u90e8)\u4e0a\u6b21\u7a97\u53e3\u9ad8\u5ea6 +config.description.gui.window.height=\u6700\u540e\u4fdd\u5b58\u7684\u7a97\u53e3\u9ad8\u5ea6 +config.name.gui.window.maximized.horizontal=(\u5185\u90e8)\u7a97\u53e3\u6700\u5927\u5316\u5bbd\u5ea6 +config.description.gui.window.maximized.horizontal=\u6700\u540e\u7a97\u53e3\u72b6\u6001 - \u6a2a\u5411\u6700\u5927\u5316 +config.name.gui.window.maximized.vertical=(\u5185\u90e8)\u7a97\u53e3\u6700\u5927\u5316\u9ad8\u5ea6 +config.description.gui.window.maximized.vertical=\u6700\u540e\u7a97\u53e3\u72b6\u6001 - \u5782\u76f4\u6700\u5927\u5316 +config.name.gui.avm2.splitPane.dividerLocationPercent=(\u5185\u90e8)AS3\u5206\u79bb\u5668\u4f4d\u7f6e +config.description.gui.avm2.splitPane.dividerLocationPercent= +config.name.gui.actionSplitPane.dividerLocationPercent=(\u5185\u90e8)AS1/2\u5206\u79bb\u5668\u4f4d\u7f6e +config.description.gui.actionSplitPane.dividerLocationPercent= +config.name.gui.previewSplitPane.dividerLocationPercent=(\u5185\u90e8)\u9884\u89c8\u5206\u79bb\u5668\u4f4d\u7f6e +config.description.gui.previewSplitPane.dividerLocationPercent= +config.name.gui.splitPane1.dividerLocationPercent=(\u5185\u90e8)\u5206\u79bb\u5668\u4f4d\u7f6e1 +config.description.gui.splitPane1.dividerLocationPercent= +config.name.gui.splitPane2.dividerLocationPercent=(\u5185\u90e8)\u5206\u79bb\u5668\u4f4d\u7f6e2 +config.description.gui.splitPane2.dividerLocationPercent= +config.name.saveAsExeScaleMode=\u53e6\u5b58\u4e3aEXE\u7684\u7f29\u653e\u6a21\u5f0f +config.description.saveAsExeScaleMode=EXE\u5bfc\u51fa\u7684\u7f29\u653e\u6a21\u5f0f +config.name.syntaxHighlightLimit=Syntax hilight\u6700\u5927\u5b57\u7b26 +config.description.syntaxHighlightLimit=\u8fd0\u884c\u7684Syntax hilight\u6700\u5927\u5b57\u7b26\u6570 +config.name.guiFontPreviewSampleText=(\u5185\u90e8)\u4e0a\u6b21\u5b57\u4f53\u9884\u89c8\u793a\u4f8b\u6587\u672c +config.description.guiFontPreviewSampleText=\u6700\u540e\u5b57\u4f53\u9884\u89c8\u793a\u4f8b\u6587\u672c\u5217\u8868\u7d22\u5f15 +config.name.gui.fontPreviewWindow.width=(\u5185\u90e8)\u4e0a\u6b21\u5b57\u4f53\u9884\u89c8\u7a97\u53e3\u5bbd\u5ea6 +config.description.gui.fontPreviewWindow.width= +config.name.gui.fontPreviewWindow.height=(\u5185\u90e8)\u4e0a\u6b21\u5b57\u4f53\u9884\u89c8\u7a97\u53e3\u9ad8\u5ea6 +config.description.gui.fontPreviewWindow.height= +config.name.gui.fontPreviewWindow.posX=(\u5185\u90e8)\u4e0a\u6b21\u5b57\u4f53\u9884\u89c8\u7a97\u53e3X +config.description.gui.fontPreviewWindow.posX= +config.name.gui.fontPreviewWindow.posY=(\u5185\u90e8)\u4e0a\u6b21\u5b57\u4f53\u9884\u89c8\u7a97\u53e3Y +config.description.gui.fontPreviewWindow.posY= +config.name.formatting.indent.size=\u6bcf\u4e2a\u7f29\u8fdb\u7684\u5b57\u7b26\u6570 +config.description.formatting.indent.size=\u4e00\u4e2a\u7f29\u8fdb\u7684\u7a7a\u683c(\u6216\u5236\u8868\u7b26)\u6570 +config.name.formatting.indent.useTabs=\u5236\u8868\u7b26\u7f29\u8fdb +config.description.formatting.indent.useTabs=\u4f7f\u7528\u5236\u8868\u7b26\u800c\u4e0d\u662f\u7a7a\u683c\u8fdb\u884c\u7f29\u8fdb +config.name.beginBlockOnNewLine=\u65b0\u884c\u5927\u62ec\u53f7 +config.description.beginBlockOnNewLine=\u5728\u65b0\u884c\u7684\u5757\u5f00\u59cb\u65f6\u4f7f\u7528\u5927\u62ec\u53f7 +config.name.check.updates.delay=\u66f4\u65b0\u68c0\u67e5\u5ef6\u8fdf +config.description.check.updates.delay=\u8f6f\u4ef6\u542f\u52a8\u4e0e\u66f4\u65b0\u81ea\u52a8\u68c0\u67e5\u4e4b\u95f4\u7684\u6700\u77ed\u65f6\u95f4 +config.name.check.updates.stable=\u7a33\u5b9a\u7248\u672c +config.description.check.updates.stable=\u68c0\u67e5\u7a33\u5b9a\u7248\u672c\u66f4\u65b0 +config.name.check.updates.nightly=\u6d4b\u8bd5\u7248\u672c +config.description.check.updates.nightly=\u68c0\u67e5\u6d4b\u8bd5\u7248\u672c\u66f4\u65b0 +config.name.check.updates.enabled=\u542f\u7528\u66f4\u65b0\u68c0\u67e5 +config.description.check.updates.enabled=\u5728\u5e94\u7528\u7a0b\u5e8f\u542f\u52a8\u65f6\u81ea\u52a8\u68c0\u67e5\u66f4\u65b0 +config.name.export.formats=(\u5185\u90e8)\u5bfc\u51fa\u683c\u5f0f +config.description.export.formats=\u4e0a\u6b21\u4f7f\u7528\u7684\u5bfc\u51fa\u683c\u5f0f +config.name.textExportSingleFile=\u5c06\u6587\u672c\u5bfc\u51fa\u5230\u5355\u6587\u4ef6 +config.description.textExportSingleFile=\u5c06\u6587\u672c\u5bfc\u51fa\u5230\u4e00\u4e2a\u6587\u4ef6\u800c\u4e0d\u662f\u591a\u4e2a\u6587\u4ef6 +config.name.textExportSingleFileSeparator=\u5355\u6587\u4ef6\u5bfc\u51fa\u6587\u672c\u7684\u5206\u9694\u7b26 +config.description.textExportSingleFileSeparator=\u5355\u6587\u4ef6\u6587\u672c\u5bfc\u51fa\u4e2d\u5206\u5272\u5404\u6587\u672c\u7684\u5206\u9694\u7b26 +config.name.textExportSingleFileRecordSeparator=\u5355\u6587\u4ef6\u5bfc\u51fa\u6587\u672c\u7684\u8bb0\u5f55\u5206\u9694\u7b26 +config.description.textExportSingleFileRecordSeparator=\u5355\u6587\u4ef6\u6587\u672c\u5bfc\u51fa\u4e2d\u63d2\u5165\u6587\u672c\u8bb0\u5f55\u4e4b\u95f4\u7684\u6587\u672c +config.name.warning.experimental.as12edit=AS1/2\u76f4\u63a5\u7f16\u8f91\u8b66\u544a +config.description.warning.experimental.as12edit=\u5728AS1/2\u76f4\u63a5\u7f16\u8f91\u65f6\u663e\u793a\u5b9e\u9a8c\u6027\u8b66\u544a +config.name.warning.experimental.as3edit=AS3\u76f4\u63a5\u7f16\u8f91\u8b66\u544a +config.description.warning.experimental.as3edit=\u5728AS3\u76f4\u63a5\u7f16\u8f91\u65f6\u663e\u793a\u5b9e\u9a8c\u6027\u8b66\u544a +config.name.packJavaScripts=\u6253\u5305JavaScript +config.description.packJavaScripts=\u5bf9\u4f7f\u7528Canvas Export\u521b\u5efa\u7684\u811a\u672c\u8fd0\u884cJS\u6253\u5305\u5668\u3002 +config.name.textExportExportFontFace=\u5728SVG\u5bfc\u51fa\u4e2d\u4f7f\u7528font-face +config.description.textExportExportFontFace=\u4f7f\u7528font-face\u800c\u4e0d\u662f\u5f62\u72b6\u5c06\u5b57\u4f53\u6587\u4ef6\u5d4c\u5165SVG +config.name.lzmaFastBytes=LZMA\u5feb\u901f\u5b57\u8282(\u6709\u6548\u503c:5-255) +config.description.lzmaFastBytes=LZMA\u7f16\u7801\u5668\u7684\u5feb\u901f\u5b57\u8282\u53c2\u6570 +config.name.pluginPath=\u63d2\u4ef6\u8def\u5f84 +config.description.pluginPath=- +config.name.showMethodBodyId=\u663e\u793a\u65b9\u6cd5\u4e3b\u4f53id +config.description.showMethodBodyId=\u663e\u793a\u7528\u4e8e\u547d\u4ee4\u884c\u5bfc\u5165\u7684\u65b9\u6cd5\u4e3b\u4f53\u7684id +config.name.export.zoom=(\u5185\u90e8)\u5bfc\u51fa\u7f29\u653e +config.description.export.zoom=\u4e0a\u6b21\u4f7f\u7528\u7684\u5bfc\u51fa\u7f29\u653e +config.name.debuggerPort=\u8c03\u8bd5\u7aef\u53e3 +config.description.debuggerPort=\u7528\u4e8esocket\u8c03\u8bd5\u7684\u7aef\u53e3 +config.name.displayDebuggerInfo=(\u5185\u90e8)\u663e\u793a\u8c03\u8bd5\u5668\u4fe1\u606f +config.description.displayDebuggerInfo=\u5728\u5207\u6362\u8c03\u8bd5\u5668\u4e4b\u524d\u663e\u793a\u6709\u5173\u8c03\u8bd5\u5668\u7684\u4fe1\u606f +config.name.randomDebuggerPackage=\u4f7f\u7528\u968f\u673a\u8c03\u8bd5\u5305\u540d +config.description.randomDebuggerPackage=\u8fd9\u4f1a\u5c06Debugger\u5305\u91cd\u547d\u540d\u4e3a\u968f\u673a\u5b57\u7b26\u4e32\uff0c\u8fd9\u4f7f\u5f97AS\u5f88\u96be\u68c0\u6d4b\u5230\u8c03\u8bd5\u5668\u7684\u5b58\u5728 +config.name.lastDebuggerReplaceFunction=(\u5185\u90e8)\u6700\u540e\u4e00\u6b21\u9009\u62e9\u7684trace\u66ff\u6362 +config.description.lastDebuggerReplaceFunction=\u5728\u7528\u8c03\u8bd5\u5668\u66ff\u6362\u8ddf\u8e2a\u529f\u80fd\u4e2d\u6700\u540e\u9009\u62e9\u7684\u51fd\u6570\u540d\u79f0 +config.name.getLocalNamesFromDebugInfo=AS3:\u4ece\u8c03\u8bd5\u4fe1\u606f\u83b7\u53d6\u672c\u5730\u5bc4\u5b58\u5668\u540d\u79f0 +config.description.getLocalNamesFromDebugInfo=\u5982\u679c\u5b58\u5728\u8c03\u8bd5\u4fe1\u606f\uff0c\u5219\u5c06\u672c\u5730\u5bc4\u5b58\u5668\u4ece_loc_x_\u91cd\u547d\u540d\u4e3a\u771f\u5b9e\u540d\u79f0\u3002 \u7531\u4e8e\u67d0\u4e9b\u6df7\u6dc6\u5668\u5728\u90a3\u91cc\u4f7f\u7528\u4e86\u65e0\u6548\u7684\u5bc4\u5b58\u5668\u540d\u79f0\uff0c\u56e0\u6b64\u53ef\u4ee5\u5c06\u5176\u5173\u95ed\u3002 +config.name.tagTreeShowEmptyFolders=\u663e\u793a\u7a7a\u6587\u4ef6\u5939 +config.description.tagTreeShowEmptyFolders=\u5728\u6807\u7b7e\u6811\u4e2d\u663e\u793a\u7a7a\u6587\u4ef6\u5939 +config.name.autoLoadEmbeddedSwfs=\u81ea\u52a8\u8f7d\u5165\u5d4c\u5165\u7684SWF +config.description.autoLoadEmbeddedSwfs=\u4eceDefineBinaryData\u6807\u7b7e\u81ea\u52a8\u52a0\u8f7d\u5d4c\u5165\u5f0fSWF +config.name.overrideTextExportFileName=\u8986\u76d6\u6587\u672c\u5bfc\u51fa\u6587\u4ef6\u540d +config.description.overrideTextExportFileName=\u60a8\u53ef\u4ee5\u81ea\u5b9a\u4e49\u5bfc\u51fa\u6587\u672c\u7684\u6587\u4ef6\u540d\u3002 \u4f7f\u7528{filename}\u5360\u4f4d\u7b26\u53ef\u4ee5\u4f7f\u7528\u5f53\u524dSWF\u6587\u4ef6\u540d\u3002 +config.name.showOldTextDuringTextEditing=\u5728\u6587\u672c\u7f16\u8f91\u4e2d\u663e\u793a\u65e7\u6587\u672c +config.description.showOldTextDuringTextEditing=\u5728\u9884\u89c8\u533a\u57df\u663e\u793a\u7070\u8272\u6587\u672c\u6807\u8bb0\u7684\u539f\u59cb\u6587\u672c +config.group.name.import=\u5bfc\u5165 +config.group.description.import=\u5bfc\u5165\u76f8\u5173\u8bbe\u7f6e +config.name.textImportResizeTextBoundsMode=\u6587\u672c\u8fb9\u754c\u8c03\u6574\u6a21\u5f0f +config.description.textImportResizeTextBoundsMode=\u6587\u672c\u7f16\u8f91\u540e\uff0c\u6587\u672c\u8fb9\u754c\u7684\u8c03\u6574\u6a21\u5f0f\u3002 +config.name.showCloseConfirmation=\u663e\u793a\u5df2\u4fee\u6539SWF\u5173\u95ed\u786e\u8ba4 +config.description.showCloseConfirmation=\u518d\u6b21\u663e\u793a\u5df2\u4fee\u6539\u6587\u4ef6\u7684SWF\u5173\u95ed\u786e\u8ba4 +config.name.showCodeSavedMessage=\u518d\u6b21\u663e\u793a\u4ee3\u7801\u4fdd\u5b58\u4fe1\u606f +config.description.showCodeSavedMessage=\u518d\u6b21\u663e\u793a\u5df2\u4fdd\u5b58\u4ee3\u7801\u7684\u4fe1\u606f +config.name.showTraitSavedMessage=\u518d\u6b21\u663e\u793a\u7279\u5f81\u4fdd\u5b58\u4fe1\u606f +config.description.showTraitSavedMessage=\u518d\u6b21\u663e\u793a\u5df2\u4fdd\u5b58\u7684\u7279\u5f81\u4fe1\u606f +config.name.updateProxyAddress=\u7528\u4e8e\u68c0\u67e5\u66f4\u65b0\u7684Http\u4ee3\u7406\u5730\u5740 +config.description.updateProxyAddress=\u7528\u4e8e\u68c0\u67e5\u66f4\u65b0\u7684Http\u4ee3\u7406\u5730\u5740\u3002 \u683c\u5f0f:example.com:8080 +config.name.editorMode=\u7f16\u8f91\u6a21\u5f0f +config.description.editorMode=\u9009\u62e9\u6587\u672c\u6216\u811a\u672c\u65f6\uff0c\u4f7f\u6587\u672c\u533a\u57df\u53ef\u81ea\u52a8\u8fdb\u5165\u7f16\u8f91\u72b6\u6001 +config.name.autoSaveTagModifications=\u81ea\u52a8\u4fdd\u5b58\u6807\u7b7e\u4fee\u6539 +config.description.autoSaveTagModifications=\u5728\u6807\u7b7e\u6811\u4e2d\u9009\u62e9\u65b0\u6807\u7b7e\u65f6\u4fdd\u5b58\u66f4\u6539 +config.name.saveSessionOnExit=\u9000\u51fa\u65f6\u4fdd\u5b58\u4f1a\u8bdd +config.description.saveSessionOnExit=\u4fdd\u5b58\u5f53\u524d\u4f1a\u8bdd\u5e76\u5728FFDec\u91cd\u65b0\u542f\u52a8\u540e\u91cd\u65b0\u6253\u5f00\u5b83(\u4ec5\u9002\u7528\u4e8e\u5b9e\u9645\u6587\u4ef6) +config.name._showDebugMenu=\u663e\u793aFFDec\u8c03\u8bd5\u83dc\u5355 +config.description._showDebugMenu=\u5728\u529f\u80fd\u533a\u4e2d\u663e\u793a\u8c03\u8bd5\u83dc\u5355\uff0c\u7528\u4e8e\u8c03\u8bd5\u53cd\u7f16\u8bd1\u5668\u3002 +config.name.allowOnlyOneInstance=\u4ec5\u5141\u8bb8\u4e00\u4e2aFFDec\u5b9e\u4f8b(\u4ec5Windows) +config.description.allowOnlyOneInstance=FFDec\u53ea\u80fd\u8fd0\u884c\u4e00\u6b21\uff0c\u6240\u6709\u6253\u5f00\u7684\u6587\u4ef6\u90fd\u5c06\u6dfb\u52a0\u5230\u4e00\u4e2a\u7a97\u53e3\u4e2d\u3002 \u5b83\u4ec5\u9002\u7528\u4e8eWindows\u64cd\u4f5c\u7cfb\u7edf\u3002 +config.name.scriptExportSingleFile=\u5c06\u811a\u672c\u5bfc\u51fa\u5230\u5355\u6587\u4ef6 +config.description.scriptExportSingleFile=\u5c06\u811a\u672c\u5bfc\u51fa\u5230\u5355\u4e2a\u6587\u4ef6\u800c\u4e0d\u662f\u591a\u4e2a\u6587\u4ef6 +config.name.setFFDecVersionInExportedFont=\u4e3a\u5bfc\u51fa\u7684\u5b57\u4f53\u8bbe\u7f6eFFDec\u7248\u672c\u53f7 +config.description.setFFDecVersionInExportedFont=\u7981\u7528\u6b64\u8bbe\u7f6e\u540e\uff0cFFDec\u4e0d\u4f1a\u5c06\u5f53\u524d\u7684FFDec\u7248\u672c\u53f7\u6dfb\u52a0\u5230\u5bfc\u51fa\u7684\u5b57\u4f53\u4e2d\u3002 +config.name.gui.skin=\u7528\u6237\u754c\u9762\u76ae\u80a4 +config.description.gui.skin=\u5916\u89c2\u548c\u98ce\u683c\u76ae\u80a4 +config.name.lastSessionFiles=\u4e0a\u6b21\u4f1a\u8bdd\u6587\u4ef6 +config.description.lastSessionFiles=\u5305\u542b\u4e0a\u4e00\u4e2a\u4f1a\u8bdd\u4e2d\u6253\u5f00\u7684\u6587\u4ef6 +config.name.lastSessionSelection=\u4e0a\u6b21\u4f1a\u8bdd\u9009\u62e9 +config.description.lastSessionSelection=\u5305\u542b\u4e0a\u4e00\u4e2a\u4f1a\u8bdd\u7684\u9009\u62e9 +config.name.loopMedia=\u5faa\u73af\u58f0\u97f3\u548c\u7cbe\u7075 +config.description.loopMedia=\u81ea\u52a8\u91cd\u65b0\u5f00\u59cb\u64ad\u653e\u58f0\u97f3\u548c\u7cbe\u7075 +config.name.gui.timeLineSplitPane.dividerLocationPercent=(\u5185\u90e8)\u65f6\u95f4\u8f74\u62c6\u5206\u5668\u4f4d\u7f6e +config.description.gui.timeLineSplitPane.dividerLocationPercent= +config.name.cacheImages=\u7f13\u5b58\u56fe\u50cf +config.description.cacheImages=\u7f13\u5b58\u89e3\u7801\u7684\u56fe\u50cf\u5bf9\u8c61 +config.name.swfSpecificConfigs=SWF\u7279\u5b9a\u914d\u7f6e +config.description.swfSpecificConfigs=\u5305\u542bSWF\u7279\u5b9a\u914d\u7f6e +config.name.exeExportMode=EXE\u5bfc\u51fa\u6a21\u5f0f +config.description.exeExportMode=EXE\u5bfc\u51fa\u6a21\u5f0f +config.name.ignoreCLikePackages=\u5ffd\u7565FlashCC/Alchemy\u6216\u7c7b\u4f3c\u7684\u5305 +config.description.ignoreCLikePackages=\u901a\u5e38\u65e0\u6cd5\u6b63\u786e\u53cd\u7f16\u8bd1FlashCC/Alchemy\u7684\u5305\u3002 \u60a8\u53ef\u4ee5\u7981\u7528\u5b83\u4eec\u4ee5\u52a0\u5feb\u5176\u4ed6\u5305\u7684\u53cd\u7f16\u8bd1\u901f\u5ea6\u3002 +config.name.overwriteExistingFiles=\u8986\u76d6\u73b0\u6709\u6587\u4ef6 +config.description.overwriteExistingFiles=\u5728\u5bfc\u51fa\u8fc7\u7a0b\u4e2d\u8986\u76d6\u73b0\u6709\u6587\u4ef6\u3002 \u5f53\u524d\u4ec5\u9002\u7528\u4e8eAS2/3\u811a\u672c +config.name.smartNumberFormatting=\u4f7f\u7528\u667a\u80fd\u6570\u5b57\u683c\u5f0f +config.description.smartNumberFormatting=\u683c\u5f0f\u5316\u7279\u6b8a\u6570\u5b57(\u4f8b\u5982\u989c\u8272\u548c\u65f6\u95f4) +config.name.enableScriptInitializerDisplay=(REMOVED) \u663e\u793a\u811a\u672c\u521d\u59cb\u5316\u5668 +config.description.enableScriptInitializerDisplay=\u542f\u7528\u811a\u672c\u521d\u59cb\u5316\u7a0b\u5e8f\u7684\u663e\u793a\u548c\u7f16\u8f91\u3002 \u6b64\u8bbe\u7f6e\u53ef\u4ee5\u5411\u6bcf\u4e2a\u7c7b\u6587\u4ef6\u6dfb\u52a0\u4e00\u4e2a\u6362\u884c\u7b26\u4ee5\u7a81\u51fa\u663e\u793a\u3002 +config.name.autoOpenLoadedSWFs=\u5728\u8fd0\u884c\u671f\u95f4\u6253\u5f00\u52a0\u8f7d\u7684SWF(\u5916\u90e8\u67e5\u770b\u5668=\u4ec5WIN) +config.description.autoOpenLoadedSWFs=\u5728FFDec\u5916\u90e8\u64ad\u653e\u5668\u4e2d\u64ad\u653e\u65f6\uff0c\u901a\u8fc7\u8fd0\u884cSWF\u81ea\u52a8\u6253\u5f00\u7531AS3\u7c7b\u52a0\u8f7d\u7a0b\u5e8f\u52a0\u8f7d\u7684\u6240\u6709SWF\u3002 \u6b64\u529f\u80fd\u4ec5Windows\u3002 +config.name.lastSessionFileTitles=\u4e0a\u6b21\u4f1a\u8bdd\u6587\u4ef6\u6807\u9898 +config.description.lastSessionFileTitles=\u5305\u542b\u4e0a\u4e00\u4e2a\u4f1a\u8bdd\u4e2d\u6253\u5f00\u7684\u6587\u4ef6\u6807\u9898(\u4f8b\u5982\uff0c\u4eceURL\u7b49\u52a0\u8f7d\u65f6) +config.group.name.paths=\u8def\u5f84 +config.group.description.paths=\u6240\u9700\u6587\u4ef6\u4f4d\u7f6e +config.group.tip.paths=\u5728Adobe\u5b98\u7f51\u4e0a\u4e0b\u8f7dPlayer\u548cPlayerGlobal\u3002 Flex SDK\u53ef\u4ee5\u5728apache web\u4e0a\u4e0b\u8f7d\u3002 +config.group.link.paths=https://web.archive.org/web/20220401020702/https://www.adobe.com/support/flashplayer/debug_downloads.html https://flex.apache.org/download-binaries.html +config.name.playerLocation=1) Flash Player\u76ee\u5f55 +config.description.playerLocation=\u72ec\u7acbFlash Player\u53ef\u6267\u884c\u6587\u4ef6\u7684\u4f4d\u7f6e\u3002 \u7528\u4e8e\u8fd0\u884c\u64cd\u4f5c\u3002 +config.name.playerDebugLocation=2) Flash Player\u8c03\u8bd5\u5668\u76ee\u5f55 +config.description.playerDebugLocation=\u72ec\u7acb\u7684\u8c03\u8bd5Flash Player\u53ef\u6267\u884c\u6587\u4ef6\u7684\u4f4d\u7f6e\u3002\u7528\u4e8e\u8c03\u8bd5\u64cd\u4f5c\u3002 +config.name.playerLibLocation=3) PlayerGlobal(.swc)\u76ee\u5f55 +config.description.playerLibLocation=playerglobal.swc\u5e93\u7684\u4f4d\u7f6e\u3002 \u5b83\u4e3b\u8981\u7528\u4e8eAS3\u7f16\u8bd1\uff0c\u60a8\u53ef\u4ee5\u4eceAdobe\u5b98\u7f51\u4e0b\u8f7d\u3002 +config.name.debugHalt=\u5728\u8c03\u8bd5\u5f00\u59cb\u505c\u6b62\u64ad\u653e +config.description.debugHalt=\u5f00\u59cb\u8c03\u8bd5\u65f6\u6682\u505cSWF\u3002 +config.name.gui.avm2.splitPane.vars.dividerLocationPercent=(\u5185\u90e8)\u8c03\u8bd5\u83dc\u5355\u62c6\u5206\u5668\u4f4d\u7f6e +config.description.gui.avm2.splitPane.vars.dividerLocationPercent= +tip=\u63d0\u793a: +config.name.gui.action.splitPane.vars.dividerLocationPercent=(\u5185\u90e8)AS1/2\u8c03\u8bd5\u83dc\u5355\u5206\u914d\u5668\u4f4d\u7f6e +config.description.gui.action.splitPane.vars.dividerLocationPercent= +config.name.setMovieDelay=\u66f4\u6539\u5916\u90e8\u64ad\u653e\u5668\u4e2d\u7684SWF\u4e4b\u524d\u7684\u5ef6\u8fdf(\u6beb\u79d2) +config.description.setMovieDelay=\u4e0d\u5efa\u8bae\u5c06\u6b64\u503c\u66f4\u6539\u4e3a1000ms\u4ee5\u4e0b +config.name.warning.svgImport=SVG\u5bfc\u5165\u8b66\u544a +config.description.warning.svgImport= +config.name.shapeImport.useNonSmoothedFill=\u5c06\u5f62\u72b6\u66ff\u6362\u4e3a\u56fe\u50cf\u65f6\uff0c\u8bf7\u4f7f\u7528\u4e0d\u5e73\u6ed1\u7684\u586b\u5145 +config.description.shapeImport.useNonSmoothedFill= +config.name.internalFlashViewer.execute.as12=\u5185\u90e8FlashViewer\u4e2d\u7684AS1/2(\u5b9e\u9a8c\u6027) +config.description.internalFlashViewer.execute.as12=SWF\u64ad\u653e\u8fc7\u7a0b\u4e2d\u6267\u884c\u7684AS1/2\u5c1d\u8bd5\u4f7f\u7528FFDec FlashViewer +config.name.warning.hexViewNotUpToDate=\u663e\u793a\u5341\u516d\u8fdb\u5236\u89c6\u56fe\u8fc7\u65e7\u8b66\u544a +config.description.warning.hexViewNotUpToDate= +config.name.displayDupInstructions=\u663e\u793a\u00a7\u00a7dup\u6307\u4ee4 +config.description.displayDupInstructions=\u5728\u4ee3\u7801\u4e2d\u663e\u793a\u00a7\u00a7dup\u6307\u4ee4\u3002 \u6ca1\u6709\u5b83\u4eec\uff0c\u4ee3\u7801\u53ef\u4ee5\u5f88\u5bb9\u6613\u5730\u7f16\u8bd1\uff0c\u4f46\u662f\u67d0\u4e9b\u5e26\u6709\u526f\u4f5c\u7528\u7684\u590d\u5236\u4ee3\u7801\u53ef\u4ee5\u6267\u884c\u4e24\u6b21\u3002 +config.name.useRegExprLiteral=\u5c06\u6b63\u5219\u8868\u8fbe\u5f0f\u53cd\u7f16\u8bd1\u4e3a/pattern/mod\u6587\u5b57\u3002 +config.description.useRegExprLiteral=\u53cd\u7f16\u8bd1\u6b63\u5219\u8868\u8fbe\u5f0f\u65f6\uff0c\u8bf7\u4f7f\u7528/pattern/mod\u8bed\u6cd5\u3002 \u5426\u5219\u4f7f\u7528\u65b0\u7684RegExp("pat","mod") +config.name.handleSkinPartsAutomatically=\u81ea\u52a8\u5904\u7406[SkinPart]\u5143\u6570\u636e +config.description.handleSkinPartsAutomatically=\u81ea\u52a8\u53cd\u7f16\u8bd1\u5e76\u76f4\u63a5\u7f16\u8f91[SkinPart]\u5143\u6570\u636e\u3002 \u7981\u7528\u65f6\uff0c_skinParts\u5c5e\u6027\u53ca\u5176getter\u65b9\u6cd5\u662f\u53ef\u89c1\u7684\uff0c\u53ef\u4ee5\u624b\u52a8\u7f16\u8f91\u3002 +config.name.simplifyExpressions=\u7b80\u5316\u8868\u8fbe +config.description.simplifyExpressions=\u8bc4\u4f30\u5e76\u7b80\u5316\u8868\u8fbe\u5f0f\uff0c\u4f7f\u4ee3\u7801\u66f4\u6613\u8bfb +config.name.resetLetterSpacingOnTextImport=\u6587\u672c\u5bfc\u5165\u65f6\u91cd\u7f6e\u5b57\u6bcd\u95f4\u8ddd +config.description.resetLetterSpacingOnTextImport=\u5bf9\u4e8e\u897f\u91cc\u5c14\u5b57\u4f53\u975e\u5e38\u6709\u6548\uff0c\u56e0\u4e3a\u5b83\u4eec\u66f4\u5bbd +config.name.flexSdkLocation=4) Flex SDK\u76ee\u5f55 +config.description.flexSdkLocation=Adobe Flex SDK\u7684\u4f4d\u7f6e\u3002 \u5b83\u4e3b\u8981\u7528\u4e8eAS3\u7f16\u8bd1\u3002 +config.name.useFlexAs3Compiler=\u4f7f\u7528Flex SDK AS3\u7f16\u8bd1\u5668 +config.description.useFlexAs3Compiler=\u5728ActionScript\u76f4\u63a5\u7f16\u8f91\u7684\u540c\u65f6\u4f7f\u7528Flex SDK\u4e2d\u7684AS3\u7f16\u8bd1\u5668(\u9700\u8981\u8bbe\u7f6eFlex SDK\u76ee\u5f55) +config.name.showSetAdvanceValuesMessage=\u518d\u6b21\u663e\u793a\u6709\u5173\u8bbe\u7f6e\u9ad8\u7ea7\u503c\u7684\u4fe1\u606f +config.description.showSetAdvanceValuesMessage=\u518d\u6b21\u663e\u793a\u6709\u5173\u8bbe\u7f6e\u9ad8\u7ea7\u503c\u7684\u4fe1\u606f +config.name.gui.fontSizeMultiplier=\u5b57\u4f53\u5927\u5c0f\u500d\u6570 +config.description.gui.fontSizeMultiplier=\u5b57\u4f53\u5927\u5c0f\u500d\u6570 +config.name.graphVizDotLocation=5) GraphViz Dot\u53ef\u6267\u884c\u6587\u4ef6\u76ee\u5f55 +config.description.graphVizDotLocation=GraphViz\u5e94\u7528\u7a0b\u5e8f\u7684dot.exe(\u6216\u7c7b\u4f3c\u7684linux)\u8def\u5f84\uff0c\u7528\u4e8e\u663e\u793aGraph\u3002 #Do not translate the Font Styles which is in the parenthesis:(Plain,Bold,Italic,BoldItalic) -config.name.gui.sourceFont = \u6e90\u5b57\u4f53\u6837\u5f0f -config.description.gui.sourceFont = \u5b57\u4f53\u540d\u79f0-\u5b57\u4f53\u6837\u5f0f(Plain,Bold,Italic,BoldItalic)-\u5b57\u4f53\u5927\u5c0f - +config.name.gui.sourceFont=\u6e90\u5b57\u4f53\u6837\u5f0f +config.description.gui.sourceFont=\u5b57\u4f53\u540d\u79f0-\u5b57\u4f53\u6837\u5f0f(Plain,Bold,Italic,BoldItalic)-\u5b57\u4f53\u5927\u5c0f #after 11.1.0 -config.name.as12DeobfuscatorExecutionLimit = AS1/2\u53bb\u6df7\u6dc6\u5668\u6267\u884c\u9650\u5236 -config.description.as12DeobfuscatorExecutionLimit = \u5728AS1/2\u6267\u884c\u53cd\u6df7\u6dc6\u8fc7\u7a0b\u4e2d\u5904\u7406\u7684\u6700\u5927\u6307\u4ee4\u6570 - +config.name.as12DeobfuscatorExecutionLimit=AS1/2\u53bb\u6df7\u6dc6\u5668\u6267\u884c\u9650\u5236 +config.description.as12DeobfuscatorExecutionLimit=\u5728AS1/2\u6267\u884c\u53cd\u6df7\u6dc6\u8fc7\u7a0b\u4e2d\u5904\u7406\u7684\u6700\u5927\u6307\u4ee4\u6570 #option that ignore in 8.0.1 and other versions -config.name.showOriginalBytesInPcodeHex = (\u5185\u90e8)\u663e\u793a\u539f\u59cb\u5b57\u8282 -config.description.showOriginalBytesInPcodeHex = \u4ee5Pcode\u5341\u516d\u8fdb\u5236\u663e\u793a\u539f\u59cb\u5b57\u8282 - -config.name.showFileOffsetInPcodeHex = (\u5185\u90e8)\u663e\u793a\u6587\u4ef6\u504f\u79fb -config.description.showFileOffsetInPcodeHex = \u4ee5Pcode\u5341\u516d\u8fdb\u5236\u663e\u793a\u6587\u4ef6\u504f\u79fb - -config.name._enableFlexExport = (\u5185\u90e8)\u542f\u7528Flex\u5bfc\u51fa -config.description.enableFlexExport = \u542f\u7528Flex\u5bfc\u51fa - -config.name._ignoreAdditionalFlexClasses = (\u5185\u90e8)\u5ffd\u7565\u5176\u4ed6Flex\u7c7b -config.description.ignoreAdditionalFlexClasses = \u5ffd\u7565\u5176\u4ed6Flex\u7c7b - -config.name.hwAcceleratedGraphics = (\u5185\u90e8)\u786c\u4ef6\u56fe\u5f62\u52a0\u901f -config.description.hwAcceleratedGraphics = \u4f7f\u7528\u786c\u4ef6\u52a0\u901f\u56fe\u5f62 - -config.name.gui.avm2.splitPane.docs.dividerLocationPercent = (\u5185\u90e8)\u6587\u6863\u7a97\u683c\u5206\u9694\u4f4d\u7f6e\u767e\u5206\u6bd4 -config.description.gui.avm2.splitPane.docs.dividerLocationPercent = \u62c6\u5206\u7a97\u683c\u6587\u6863\u5206\u9694\u7ebf\u4f4d\u7f6e\u767e\u5206\u6bd4 - -config.name.gui.dump.splitPane.dividerLocationPercent = (\u5185\u90e8)\u8f6c\u50a8\u7a97\u683c\u5206\u9694\u4f4d\u7f6e\u767e\u5206\u6bd4 -config.description.gui.dump.splitPane.dividerLocationPercent = \u8f6c\u50a8\u62c6\u5206\u7a97\u683c\u5206\u9694\u7b26\u4f4d\u7f6e\u767e\u5206\u6bd4 - +config.name.showOriginalBytesInPcodeHex=(\u5185\u90e8)\u663e\u793a\u539f\u59cb\u5b57\u8282 +config.description.showOriginalBytesInPcodeHex=\u4ee5Pcode\u5341\u516d\u8fdb\u5236\u663e\u793a\u539f\u59cb\u5b57\u8282 +config.name.showFileOffsetInPcodeHex=(\u5185\u90e8)\u663e\u793a\u6587\u4ef6\u504f\u79fb +config.description.showFileOffsetInPcodeHex=\u4ee5Pcode\u5341\u516d\u8fdb\u5236\u663e\u793a\u6587\u4ef6\u504f\u79fb +config.name._enableFlexExport=(\u5185\u90e8)\u542f\u7528Flex\u5bfc\u51fa +config.description.enableFlexExport=\u542f\u7528Flex\u5bfc\u51fa +config.name._ignoreAdditionalFlexClasses=(\u5185\u90e8)\u5ffd\u7565\u5176\u4ed6Flex\u7c7b +config.description.ignoreAdditionalFlexClasses=\u5ffd\u7565\u5176\u4ed6Flex\u7c7b +config.name.hwAcceleratedGraphics=(\u5185\u90e8)\u786c\u4ef6\u56fe\u5f62\u52a0\u901f +config.description.hwAcceleratedGraphics=\u4f7f\u7528\u786c\u4ef6\u52a0\u901f\u56fe\u5f62 +config.name.gui.avm2.splitPane.docs.dividerLocationPercent=(\u5185\u90e8)\u6587\u6863\u7a97\u683c\u5206\u9694\u4f4d\u7f6e\u767e\u5206\u6bd4 +config.description.gui.avm2.splitPane.docs.dividerLocationPercent=\u62c6\u5206\u7a97\u683c\u6587\u6863\u5206\u9694\u7ebf\u4f4d\u7f6e\u767e\u5206\u6bd4 +config.name.gui.dump.splitPane.dividerLocationPercent=(\u5185\u90e8)\u8f6c\u50a8\u7a97\u683c\u5206\u9694\u4f4d\u7f6e\u767e\u5206\u6bd4 +config.description.gui.dump.splitPane.dividerLocationPercent=\u8f6c\u50a8\u62c6\u5206\u7a97\u683c\u5206\u9694\u7b26\u4f4d\u7f6e\u767e\u5206\u6bd4 #after 11.3.0 -config.name.useAdobeFlashPlayerForPreviews = (\u5f03\u7528) \u4f7f\u7528Adobe Flash player\u9884\u89c8 -config.description.useAdobeFlashPlayerForPreviews = \u4f7f\u7528Adobe Flash player\u9884\u89c8\u3002\u8b66\u544a: FlashPlayer\u5df2\u505c\u6b62\u66f4\u65b0 - +config.name.useAdobeFlashPlayerForPreviews=(\u5f03\u7528) \u4f7f\u7528Adobe Flash player\u9884\u89c8 +config.description.useAdobeFlashPlayerForPreviews=\u4f7f\u7528Adobe Flash player\u9884\u89c8\u3002\u8b66\u544a: FlashPlayer\u5df2\u505c\u6b62\u66f4\u65b0 #after 12.0.1 -config.name.showLineNumbersInPCodeGraphvizGraph = \u5728\u53ef\u89c6\u5316\u89c6\u56fe\u4e2d\u663e\u793a\u884c\u53f7 -config.description.showLineNumbersInPCodeGraphvizGraph = \u5728P-code\u53ef\u89c6\u5316\u89c6\u56fe\u4e2d\u663e\u793a\u884c\u53f7 - -config.name.padAs3PCodeInstructionName = \u586b\u5145AS3 P-code\u6307\u4ee4\u540d -config.description.padAs3PCodeInstructionName = \u7528\u7a7a\u95f4\u586b\u5145AS3 P-code\u6307\u4ee4\u540d - +config.name.showLineNumbersInPCodeGraphvizGraph=\u5728\u53ef\u89c6\u5316\u89c6\u56fe\u4e2d\u663e\u793a\u884c\u53f7 +config.description.showLineNumbersInPCodeGraphvizGraph=\u5728P-code\u53ef\u89c6\u5316\u89c6\u56fe\u4e2d\u663e\u793a\u884c\u53f7 +config.name.padAs3PCodeInstructionName=\u586b\u5145AS3 P-code\u6307\u4ee4\u540d +config.description.padAs3PCodeInstructionName=\u7528\u7a7a\u95f4\u586b\u5145AS3 P-code\u6307\u4ee4\u540d #after 13.0.2 -config.name.indentAs3PCode = \u7f29\u8fdb AS3 P-code -config.description.indentAs3PCode = \u7f29\u8fdb AS3 P-code trait/body/code\u5757 - -config.name.labelOnSeparateLineAs3PCode = AS3 P-code\u6807\u7b7e\u5355\u72ec\u4e00\u884c -config.description.labelOnSeparateLineAs3PCode = \u5c06AS3 P-code\u7684\u6807\u7b7e\u653e\u5728\u5355\u72ec\u7684\u4e00\u884c\u4e0a - -config.name.useOldStyleGetSetLocalsAs3PCode = AS3 P-code\u4e2d\u4f7f\u7528getlocal_x\u4ee3\u66ffgetlocalx -config.description.useOldStyleGetSetLocalsAs3PCode = \u4f7f\u7528FFDec12\u7248\u672c\u4ee5\u524d\u7684\u65e7\u5f0fgetlocal_x, setlocal_x - -config.name.useOldStyleLookupSwitchAs3PCode = AS3 P-code\u4e2d\u4f7f\u7528\u4e0d\u5e26\u62ec\u53f7\u7684\u65e7\u5f0flookupswitch -config.description.useOldStyleLookupSwitchAs3PCode = \u4f7f\u7528FFDec12\u7248\u672c\u4ee5\u524d\u7684\u65e7\u5f0flookupswitch - +config.name.indentAs3PCode=\u7f29\u8fdb AS3 P-code +config.description.indentAs3PCode=\u7f29\u8fdb AS3 P-code trait/body/code\u5757 +config.name.labelOnSeparateLineAs3PCode=AS3 P-code\u6807\u7b7e\u5355\u72ec\u4e00\u884c +config.description.labelOnSeparateLineAs3PCode=\u5c06AS3 P-code\u7684\u6807\u7b7e\u653e\u5728\u5355\u72ec\u7684\u4e00\u884c\u4e0a +config.name.useOldStyleGetSetLocalsAs3PCode=AS3 P-code\u4e2d\u4f7f\u7528getlocal_x\u4ee3\u66ffgetlocalx +config.description.useOldStyleGetSetLocalsAs3PCode=\u4f7f\u7528FFDec12\u7248\u672c\u4ee5\u524d\u7684\u65e7\u5f0fgetlocal_x, setlocal_x +config.name.useOldStyleLookupSwitchAs3PCode=AS3 P-code\u4e2d\u4f7f\u7528\u4e0d\u5e26\u62ec\u53f7\u7684\u65e7\u5f0flookupswitch +config.description.useOldStyleLookupSwitchAs3PCode=\u4f7f\u7528FFDec12\u7248\u672c\u4ee5\u524d\u7684\u65e7\u5f0flookupswitch #after 13.0.3 -config.name.checkForModifications = \u68c0\u67e5\u8f6f\u4ef6\u5916\u7684\u6587\u4ef6\u66f4\u6539\u72b6\u6001 -config.description.checkForModifications = \u68c0\u67e5\u8f6f\u4ef6\u5916\u7684\u6587\u4ef6\u4fee\u6539\u5e76\u8be2\u95ee\u91cd\u65b0\u52a0\u8f7d - -config.name.warning.initializers = AS3 slot/const\u521d\u59cb\u5316\u7f16\u8f91\u8b66\u544a -config.description.warning.initializers = \u5728AS3 slot/const\u7f16\u8f91\u4e2d\u663e\u793a\u5173\u4e8e\u521d\u59cb\u5316\u7684\u8b66\u544a - -config.name.parametersPanelInSearchResults = \u5728\u641c\u7d22\u7ed3\u679c\u4e2d\u663e\u793a\u53c2\u6570\u9762\u677f -config.description.parametersPanelInSearchResults = \u5728\u641c\u7d22\u7ed3\u679c\u7a97\u53e3\u663e\u793a\u9762\u677f\u53c2\u6570\uff0c\u5982\u641c\u7d22\u6587\u672c/\u5ffd\u7565\u5927\u5c0f\u5199/\u6b63\u5219\u8868\u8fbe\u5f0f - -config.name.displayAs3PCodeDocsPanel = \u663e\u793aAS3 P-code\u6587\u6863\u9762\u677f -config.description.displayAs3PCodeDocsPanel = \u5728AS3 P-code\u4e2d\u663e\u793a\u5e2e\u52a9\u6587\u6863 - -config.name.displayAs3TraitsListAndConstantsPanel = \u663e\u793aAS3\u7279\u5f81\u548c\u5e38\u91cf\u9762\u677f -config.description.displayAs3TraitsListAndConstantsPanel = \u5728AS3\u7684\u6807\u7b7e\u6811\u4e0b\u663e\u793atraits\u548cconstants\u5217\u8868\u9762\u677f +config.name.checkForModifications=\u68c0\u67e5\u8f6f\u4ef6\u5916\u7684\u6587\u4ef6\u66f4\u6539\u72b6\u6001 +config.description.checkForModifications=\u68c0\u67e5\u8f6f\u4ef6\u5916\u7684\u6587\u4ef6\u4fee\u6539\u5e76\u8be2\u95ee\u91cd\u65b0\u52a0\u8f7d +config.name.warning.initializers=AS3 slot/const\u521d\u59cb\u5316\u7f16\u8f91\u8b66\u544a +config.description.warning.initializers=\u5728AS3 slot/const\u7f16\u8f91\u4e2d\u663e\u793a\u5173\u4e8e\u521d\u59cb\u5316\u7684\u8b66\u544a +config.name.parametersPanelInSearchResults=\u5728\u641c\u7d22\u7ed3\u679c\u4e2d\u663e\u793a\u53c2\u6570\u9762\u677f +config.description.parametersPanelInSearchResults=\u5728\u641c\u7d22\u7ed3\u679c\u7a97\u53e3\u663e\u793a\u9762\u677f\u53c2\u6570\uff0c\u5982\u641c\u7d22\u6587\u672c/\u5ffd\u7565\u5927\u5c0f\u5199/\u6b63\u5219\u8868\u8fbe\u5f0f +config.name.displayAs3PCodeDocsPanel=\u663e\u793aAS3 P-code\u6587\u6863\u9762\u677f +config.description.displayAs3PCodeDocsPanel=\u5728AS3 P-code\u4e2d\u663e\u793a\u5e2e\u52a9\u6587\u6863 +config.name.displayAs3TraitsListAndConstantsPanel=\u663e\u793aAS3\u7279\u5f81\u548c\u5e38\u91cf\u9762\u677f +config.description.displayAs3TraitsListAndConstantsPanel=\u5728AS3\u7684\u6807\u7b7e\u6811\u4e0b\u663e\u793atraits\u548cconstants\u5217\u8868\u9762\u677f #after 14.1.0 -config.name.useAsTypeIcons = \u6839\u636e\u9879\u76ee\u7c7b\u578b\u4f7f\u7528\u811a\u672c\u56fe\u6807 -config.description.useAsTypeIcons = \u5bf9\u4e0d\u540c\u7684\u811a\u672c\u7c7b\u578b\u4f7f\u7528\u4e0d\u540c\u7684\u56fe\u6807(\u7c7b/\u63a5\u53e3/\u5e27/...) -config.name.limitAs3PCodeOffsetMatching = AS3 P-code\u504f\u79fb\u5339\u914d\u9650\u5236 -config.description.limitAs3PCodeOffsetMatching = \u4e0eAS3\u811a\u672c\u504f\u79fb\u5339\u914d\u7684AS3 P-code\u6307\u4ee4\u9650\u5236 +config.name.useAsTypeIcons=\u6839\u636e\u9879\u76ee\u7c7b\u578b\u4f7f\u7528\u811a\u672c\u56fe\u6807 +config.description.useAsTypeIcons=\u5bf9\u4e0d\u540c\u7684\u811a\u672c\u7c7b\u578b\u4f7f\u7528\u4e0d\u540c\u7684\u56fe\u6807(\u7c7b/\u63a5\u53e3/\u5e27/...) +config.name.limitAs3PCodeOffsetMatching=AS3 P-code\u504f\u79fb\u5339\u914d\u9650\u5236 +config.description.limitAs3PCodeOffsetMatching=\u4e0eAS3\u811a\u672c\u504f\u79fb\u5339\u914d\u7684AS3 P-code\u6307\u4ee4\u9650\u5236 #after 14.2.1 -config.name.showSlowRenderingWarning = \u6e32\u67d3\u8fc7\u6162\u65f6\u65e5\u5fd7\u8b66\u544a -config.description.showSlowRenderingWarning = \u5185\u90e8\u64ad\u653e\u5668\u8fc7\u6162\u65f6\u65e5\u5fd7\u8b66\u544a +config.name.showSlowRenderingWarning=\u6e32\u67d3\u8fc7\u6162\u65f6\u65e5\u5fd7\u8b66\u544a +config.description.showSlowRenderingWarning=\u5185\u90e8\u64ad\u653e\u5668\u8fc7\u6162\u65f6\u65e5\u5fd7\u8b66\u544a #after 14.3.1 -config.name.autoCloseQuotes = \u811a\u672c\u7f16\u8f91\u4e2d\u81ea\u52a8\u5173\u95ed'' -config.description.autoCloseQuotes = \u8f93\u5165'\u65f6\u81ea\u52a8\u63d2\u5165\u7b2c\u4e8c\u4e2a -config.name.autoCloseDoubleQuotes = \u811a\u672c\u7f16\u8f91\u4e2d\u81ea\u52a8\u5173\u95ed"" -config.description.autoCloseDoubleQuotes = \u8f93\u5165"\u65f6\u81ea\u52a8\u63d2\u5165\u7b2c\u4e8c\u4e2a -config.name.autoCloseBrackets = \u811a\u672c\u7f16\u8f91\u4e2d\u81ea\u52a8\u5173\u95ed[] -config.description.autoCloseBrackets = \u8f93\u5165[\u65f6\u81ea\u52a8\u63d2\u5165] -config.name.autoCloseParenthesis = \u811a\u672c\u7f16\u8f91\u4e2d\u81ea\u52a8\u5173\u95ed() -config.description.autoCloseParenthesis = \u8f93\u5165(\u65f6\u81ea\u52a8\u63d2\u5165) -config.name.showDialogOnError = \u51fa\u9519\u65f6\u5747\u5f39\u51fa\u9519\u8bef\u5bf9\u8bdd\u6846 -config.description.showDialogOnError = \u6bcf\u4e2a\u9519\u8bef\u53d1\u751f\u65f6\u90fd\u663e\u793a\u9519\u8bef\u5bf9\u8bdd\u6846 +config.name.autoCloseQuotes=\u811a\u672c\u7f16\u8f91\u4e2d\u81ea\u52a8\u5173\u95ed'' +config.description.autoCloseQuotes=\u8f93\u5165'\u65f6\u81ea\u52a8\u63d2\u5165\u7b2c\u4e8c\u4e2a +config.name.autoCloseDoubleQuotes=\u811a\u672c\u7f16\u8f91\u4e2d\u81ea\u52a8\u5173\u95ed"" +config.description.autoCloseDoubleQuotes=\u8f93\u5165"\u65f6\u81ea\u52a8\u63d2\u5165\u7b2c\u4e8c\u4e2a +config.name.autoCloseBrackets=\u811a\u672c\u7f16\u8f91\u4e2d\u81ea\u52a8\u5173\u95ed[] +config.description.autoCloseBrackets=\u8f93\u5165[\u65f6\u81ea\u52a8\u63d2\u5165] +config.name.autoCloseParenthesis=\u811a\u672c\u7f16\u8f91\u4e2d\u81ea\u52a8\u5173\u95ed() +config.description.autoCloseParenthesis=\u8f93\u5165(\u65f6\u81ea\u52a8\u63d2\u5165) +config.name.showDialogOnError=\u51fa\u9519\u65f6\u5747\u5f39\u51fa\u9519\u8bef\u5bf9\u8bdd\u6846 +config.description.showDialogOnError=\u6bcf\u4e2a\u9519\u8bef\u53d1\u751f\u65f6\u90fd\u663e\u793a\u9519\u8bef\u5bf9\u8bdd\u6846 #after 14.4.0 -config.name.limitSameChars = \u76f8\u540c\u5b57\u7b26\u9650\u5236 -config.description.limitSameChars = P-code\u5b57\u7b26\u4e32\u4e00\u884c\u4e2d\u7684\u76f8\u540c\u5b57\u7b26\u6216\u88ab\u66ff\u6362\u4e3a\\{xx}C (repeat) escape\u524d\u6df7\u6dc6\u540d\u79f0\u7684\u6700\u5927\u503c +config.name.limitSameChars=\u76f8\u540c\u5b57\u7b26\u9650\u5236 +config.description.limitSameChars=P-code\u5b57\u7b26\u4e32\u4e00\u884c\u4e2d\u7684\u76f8\u540c\u5b57\u7b26\u6216\u88ab\u66ff\u6362\u4e3a\\{xx}C (repeat) escape\u524d\u6df7\u6dc6\u540d\u79f0\u7684\u6700\u5927\u503c #after 14.5.2 -config.name.showImportScriptsInfo = \u5bfc\u5165\u811a\u672c\u524d\u663e\u793a\u4fe1\u606f -config.description.showImportScriptsInfo = \u5728\u83dc\u5355\u4e2d\u70b9\u51fb\u5bfc\u5165\u811a\u672c\u540e\uff0c\u663e\u793a\u5bfc\u5165\u811a\u672c\u7684\u6559\u7a0b -config.name.showImportTextInfo = \u5bfc\u5165\u6587\u672c\u524d\u663e\u793a\u4fe1\u606f -config.description.showImportTextInfo = \u5728\u83dc\u5355\u4e2d\u70b9\u51fb\u5bfc\u5165\u6587\u672c\u540e\uff0c\u663e\u793a\u5bfc\u5165\u6587\u672c\u7684\u6559\u7a0b -config.name.showImportSymbolClassInfo = \u5bfc\u5165\u7b26\u53f7\u7c7b\u524d\u663e\u793a\u4fe1\u606f -config.description.showImportSymbolClassInfo = \u5728\u83dc\u5355\u4e2d\u70b9\u51fb\u5bfc\u5165\u7b26\u53f7\u7c7b\u540e\uff0c\u663e\u793a\u5bfc\u5165\u7b26\u53f7\u7c7b\u7684\u6559\u7a0b -config.name.showImportXmlInfo = \u5bfc\u5165XML\u524d\u663e\u793a\u4fe1\u606f -config.description.showImportXmlInfo = \u5728\u83dc\u5355\u4e2d\u70b9\u51fb\u5bfc\u5165XML\u540e\uff0c\u663e\u793a\u5bfc\u5165XML\u7684\u6559\u7a0b +config.name.showImportScriptsInfo=\u5bfc\u5165\u811a\u672c\u524d\u663e\u793a\u4fe1\u606f +config.description.showImportScriptsInfo=\u5728\u83dc\u5355\u4e2d\u70b9\u51fb\u5bfc\u5165\u811a\u672c\u540e\uff0c\u663e\u793a\u5bfc\u5165\u811a\u672c\u7684\u6559\u7a0b +config.name.showImportTextInfo=\u5bfc\u5165\u6587\u672c\u524d\u663e\u793a\u4fe1\u606f +config.description.showImportTextInfo=\u5728\u83dc\u5355\u4e2d\u70b9\u51fb\u5bfc\u5165\u6587\u672c\u540e\uff0c\u663e\u793a\u5bfc\u5165\u6587\u672c\u7684\u6559\u7a0b +config.name.showImportSymbolClassInfo=\u5bfc\u5165\u7b26\u53f7\u7c7b\u524d\u663e\u793a\u4fe1\u606f +config.description.showImportSymbolClassInfo=\u5728\u83dc\u5355\u4e2d\u70b9\u51fb\u5bfc\u5165\u7b26\u53f7\u7c7b\u540e\uff0c\u663e\u793a\u5bfc\u5165\u7b26\u53f7\u7c7b\u7684\u6559\u7a0b +config.name.showImportXmlInfo=\u5bfc\u5165XML\u524d\u663e\u793a\u4fe1\u606f +config.description.showImportXmlInfo=\u5728\u83dc\u5355\u4e2d\u70b9\u51fb\u5bfc\u5165XML\u540e\uff0c\u663e\u793a\u5bfc\u5165XML\u7684\u6559\u7a0b #after 15.1.1 -config.name.lastSessionTagListSelection = \u4e0a\u6b21\u4f1a\u8bdd\u6807\u7b7e\u5217\u8868\u9009\u62e9 -config.description.lastSessionTagListSelection = \u5305\u542b\u4e0a\u6b21\u4f1a\u8bdd\u5217\u8868\u9009\u62e9\u89c6\u56fe\u4e2d\u7684\u9009\u62e9 -config.name.lastView = \u4e0a\u6b21\u89c6\u56fe -config.description.lastView = \u4e0a\u6b21\u663e\u793a\u7684\u89c6\u56fe\u6a21\u5f0f -config.name.swfSpecificCustomConfigs = SWF\u7279\u5b9a\u81ea\u5b9a\u4e49\u914d\u7f6e -config.description.swfSpecificCustomConfigs = \u5305\u542b\u81ea\u5b9a\u4e49\u683c\u5f0f\u7684SWF\u7279\u5b9a\u914d\u7f6e -config.name.warningOpeningReadOnly = \u6253\u5f00\u53ea\u8bfbSWF\u65f6\u8b66\u544a -config.description.warningOpeningReadOnly = \u4ece\u53ea\u8bfb\u6e90\u6253\u5f00SWF\u65f6\u8b66\u544a +config.name.lastSessionTagListSelection=\u4e0a\u6b21\u4f1a\u8bdd\u6807\u7b7e\u5217\u8868\u9009\u62e9 +config.description.lastSessionTagListSelection=\u5305\u542b\u4e0a\u6b21\u4f1a\u8bdd\u5217\u8868\u9009\u62e9\u89c6\u56fe\u4e2d\u7684\u9009\u62e9 +config.name.lastView=\u4e0a\u6b21\u89c6\u56fe +config.description.lastView=\u4e0a\u6b21\u663e\u793a\u7684\u89c6\u56fe\u6a21\u5f0f +config.name.swfSpecificCustomConfigs=SWF\u7279\u5b9a\u81ea\u5b9a\u4e49\u914d\u7f6e +config.description.swfSpecificCustomConfigs=\u5305\u542b\u81ea\u5b9a\u4e49\u683c\u5f0f\u7684SWF\u7279\u5b9a\u914d\u7f6e +config.name.warningOpeningReadOnly=\u6253\u5f00\u53ea\u8bfbSWF\u65f6\u8b66\u544a +config.description.warningOpeningReadOnly=\u4ece\u53ea\u8bfb\u6e90\u6253\u5f00SWF\u65f6\u8b66\u544a # after 16.1.0 -config.name.showImportImageInfo = \u5bfc\u5165\u56fe\u50cf\u524d\u663e\u793a\u4fe1\u606f -config.description.showImportImageInfo = \u5728\u83dc\u5355\u4e2d\u70b9\u51fb\u5bfc\u5165\u56fe\u50cf\u540e\uff0c\u663e\u793a\u5bfc\u5165\u56fe\u50cf\u7684\u6559\u7a0b -config.name.autoPlaySwfs = \u81ea\u52a8\u64ad\u653eSWF\u9884\u89c8 -config.description.autoPlaySwfs = \u9009\u62e9SWF\u8282\u70b9\u65f6\u81ea\u52a8\u64ad\u653eSWF\u9884\u89c8 -config.name.expandFirstLevelOfTreeOnLoad = SWF\u52a0\u8f7d\u65f6\u5c55\u5f00\u4e00\u7ea7\u8282\u70b9 -config.description.expandFirstLevelOfTreeOnLoad = \u6253\u5f00SWF\u65f6\u81ea\u52a8\u5c55\u5f00\u5206\u652f\u4e2d\u7684\u4e00\u7ea7\u8282\u70b9 +config.name.showImportImageInfo=\u5bfc\u5165\u56fe\u50cf\u524d\u663e\u793a\u4fe1\u606f +config.description.showImportImageInfo=\u5728\u83dc\u5355\u4e2d\u70b9\u51fb\u5bfc\u5165\u56fe\u50cf\u540e\uff0c\u663e\u793a\u5bfc\u5165\u56fe\u50cf\u7684\u6559\u7a0b +config.name.autoPlaySwfs=\u81ea\u52a8\u64ad\u653eSWF\u9884\u89c8 +config.description.autoPlaySwfs=\u9009\u62e9SWF\u8282\u70b9\u65f6\u81ea\u52a8\u64ad\u653eSWF\u9884\u89c8 +config.name.expandFirstLevelOfTreeOnLoad=SWF\u52a0\u8f7d\u65f6\u5c55\u5f00\u4e00\u7ea7\u8282\u70b9 +config.description.expandFirstLevelOfTreeOnLoad=\u6253\u5f00SWF\u65f6\u81ea\u52a8\u5c55\u5f00\u5206\u652f\u4e2d\u7684\u4e00\u7ea7\u8282\u70b9 # after 16.2.0 -config.name.allowPlacingDefinesIntoSprites = \u5c06define\u6807\u7b7e\u653e\u5165DefineSprite -config.description.allowPlacingDefinesIntoSprites = \u5c06(moving/copying/dragging into)define\u6807\u7b7e\u653e\u5165DefineSprite -config.name.allowDragAndDropInTagListTree = \u6807\u7b7e\u5217\u8868\u62d6\u653e -config.description.allowDragAndDropInTagListTree = \u5141\u8bb8\u5728\u6807\u7b7e\u5217\u8868\u901a\u8fc7\u62d6\u653e\u79fb\u52a8/\u590d\u5236\u6807\u7b7e -config.name.allowMiterClipLinestyle = (REMOVED) \u659c\u5207\u5939\u7ebf\u6837\u5f0f(\u6162) -config.description.allowMiterClipLinestyle = \u5141\u8bb8\u4f7f\u7528\u652f\u6301\u659c\u5207\u5939\u7ebf\u6837\u5f0f\u7684\u81ea\u5b9a\u4e49\u6e32\u67d3\u5668\uff0c\u4f46\u901f\u5ea6\u5f88\u6162 -advancedSettings.search = \u641c\u7d22: +config.name.allowPlacingDefinesIntoSprites=\u5c06define\u6807\u7b7e\u653e\u5165DefineSprite +config.description.allowPlacingDefinesIntoSprites=\u5c06(moving/copying/dragging into)define\u6807\u7b7e\u653e\u5165DefineSprite +config.name.allowDragAndDropInTagListTree=\u6807\u7b7e\u5217\u8868\u62d6\u653e +config.description.allowDragAndDropInTagListTree=\u5141\u8bb8\u5728\u6807\u7b7e\u5217\u8868\u901a\u8fc7\u62d6\u653e\u79fb\u52a8/\u590d\u5236\u6807\u7b7e +config.name.allowMiterClipLinestyle=(REMOVED) \u659c\u5207\u5939\u7ebf\u6837\u5f0f(\u6162) +config.description.allowMiterClipLinestyle=\u5141\u8bb8\u4f7f\u7528\u652f\u6301\u659c\u5207\u5939\u7ebf\u6837\u5f0f\u7684\u81ea\u5b9a\u4e49\u6e32\u67d3\u5668\uff0c\u4f46\u901f\u5ea6\u5f88\u6162 +advancedSettings.search=\u641c\u7d22: # after 16.3.1 -config.name.animateSubsprites = \u9884\u89c8\u5b50\u52a8\u753b -config.description.animateSubsprites = \u9884\u89c8\u65f6\u95f4\u8f74\u4e2d\u7684\u5b50\u52a8\u753b -config.name.autoPlayPreviews = \u9884\u89c8\u81ea\u52a8\u64ad\u653e -config.description.autoPlayPreviews = \u81ea\u52a8\u64ad\u653e\u9884\u89c8\u52a8\u753b -config.name.maxCachedTime = \u4e34\u65f6\u7f13\u5b58\u65f6\u95f4 -config.description.maxCachedTime = \u9879\u76ee\u4e0d\u8bbf\u95ee\u540e\u4ece\u7f13\u5b58\u79fb\u9664\u7684\u6700\u5927\u65f6\u95f4.0\u4e3a\u65e0\u9650\u5236 -config.name.airLibLocation = 6) AIR\u5e93\u8def\u5f84(airglobal.swc) -config.description.airLibLocation = AIR\u5e93(airglobal.swc)\u7684\u8def\u5f84. \u5e38\u7528\u4e8eAS3\u6c47\u7f16. -config.name.showImportShapeInfo = \u5bfc\u5165\u5f62\u72b6\u524d\u663e\u793a\u4fe1\u606f -config.description.showImportShapeInfo = \u5728\u83dc\u5355\u4e2d\u70b9\u51fb\u5bfc\u5165\u5f62\u72b6\u540e\uff0c\u663e\u793a\u5bfc\u5165\u5f62\u72b6\u7684\u6559\u7a0b -config.name.pinnedItemsTagTreePaths = \u6807\u7b7e\u89c6\u56fe\u4e2d\u56fa\u5b9a\u7684\u9879\u76ee\u8def\u5f84 -config.description.pinnedItemsTagTreePaths = \u5df2\u56fa\u5b9a\u7684\u6807\u7b7e\u8282\u70b9\u7684\u8def\u5f84 -config.name.pinnedItemsTagListPaths = \u6807\u7b7e\u5217\u8868\u4e2d\u56fa\u5b9a\u7684\u9879\u76ee\u8def\u5f84 -config.description.pinnedItemsTagListPaths = \u5df2\u56fa\u5b9a\u7684\u6807\u7b7e\u8282\u70b9\u7684\u8def\u5f84 -config.name.flattenASPackages = \u5c55\u5f00ActionScript\u5305 -config.description.flattenASPackages = \u6bcf\u4e2a\u5305\u5355\u72ec\u4e00\u4e2a\u9879\u76ee\u800c\u4e0d\u662f\u5305\u5206\u652f\u7ed3\u6784 -config.name.gui.scale = UI\u7f29\u653e\u8bbe\u7f6e -config.description.gui.scale = \u56fe\u5f62\u754c\u9762\u7684\u7f29\u653e\u8bbe\u7f6e.Mac Retina\u8bbe\u7f6e\u4e3a2.0.\u9700\u8981\u5b8c\u5168\u5173\u95ed\u8f6f\u4ef6 -config.name.warning.video.vlc = VLC\u64ad\u653e\u5668\u63d0\u793a -config.description.warning.video.vlc = \u6253\u5f00\u6709DefineVideostream\u6807\u7b7e\u7684SWF\u65f6\uff0c\u663e\u793aVLC media player\u76f8\u5173\u63d0\u793a -config.name.playFrameSounds = \u64ad\u653e\u5e27\u58f0\u97f3 -config.description.playFrameSounds = \u663e\u793a\u5e27\u65f6\u64ad\u653e\u58f0\u97f3 -config.name.fixAntialiasConflation = \u5c1d\u8bd5\u4fee\u590d\u6297\u952f\u9f7f\u878d\u5408(\u5b9e\u9a8c\u6027,\u6162) -config.description.fixAntialiasConflation = \u5c1d\u8bd5\u4fee\u590d\u6297\u952f\u9f7f\u5bfc\u81f4\u7684\u76f8\u90bb\u5f62\u72b6\u4e4b\u95f4\u7684\u6297\u952f\u9f7f\u878d\u5408.\u8fd9\u5c06\u51cf\u6162\u6e32\u67d3.\u5b9e\u9a8c\u6027\u529f\u80fd. -config.name.autoPlaySounds = \u81ea\u52a8\u64ad\u653e\u58f0\u97f3 -config.description.autoPlaySounds = \u9009\u4e2d\u8282\u70b9\u65f6\u81ea\u52a8\u64ad\u653eDefineSound -config.name.deobfuscateAs12RemoveInvalidNamesAssignments = AS1/2\u53cd\u6df7\u6dc6: \u5220\u9664\u5e26\u6df7\u6dc6\u540d\u79f0\u7684\u53d8\u91cf\u58f0\u660e -config.description.deobfuscateAs12RemoveInvalidNamesAssignments = AS1/2\u53cd\u6df7\u6dc6\u65f6, \u5220\u9664\u5177\u6709\u975e\u6807\u51c6\u540d\u79f0\u7684\u53d8\u91cf\u58f0\u660e. \u8b66\u544a: \u8fd9\u53ef\u80fd\u4f1a\u635f\u574f\u4f9d\u8d56\u6df7\u6dc6\u540d\u79f0\u7684SWF -config.name.gui.splitPanePlace.dividerLocationPercent = (\u5185\u90e8)\u5206\u79bb\u5668\u4f4d\u7f6e -config.name.gui.splitPaneTransform1.dividerLocationPercent = (\u5185\u90e8)\u5206\u79bb\u5668\u8f6c\u63621\u4f4d\u7f6e -config.name.gui.splitPaneTransform2.dividerLocationPercent = (\u5185\u90e8)\u5206\u79bb\u5668\u8f6c\u63622\u4f4d\u7f6e -config.name.gui.transform.lastExpandedCards = (\u5185\u90e8)\u4e0a\u6b21\u5c55\u5f00\u7684\u8f6c\u6362\u5361 -config.name.doubleClickNodeToEdit = \u53cc\u51fb\u5f00\u59cb\u7f16\u8f91 -config.description.doubleClickNodeToEdit = \u53cc\u51fb\u8282\u70b9\u5bf9\u5176\u5f00\u59cb\u7f16\u8f91 -config.name.warningDeobfuscation = \u5207\u6362\u53cd\u6df7\u6dc6\u65f6\u8b66\u544a -config.description.warningDeobfuscation = \u5f00\u5173\u53cd\u6df7\u6dc6\u65f6\u663e\u793a\u8b66\u544a -config.name.warningRenameIdentifiers = \u5207\u6362\u81ea\u52a8\u91cd\u547d\u540d\u6807\u8bc6\u7b26\u65f6\u8b66\u544a -config.description.warningRenameIdentifiers = \u5f00\u5173\u81ea\u52a8\u91cd\u547d\u540d\u6807\u8bc6\u7b26\u65f6\u663e\u793a\u8b66\u544a -config.name.showImportMovieInfo = \u5bfc\u5165\u89c6\u9891\u524d\u663e\u793a\u4fe1\u606f -config.description.showImportMovieInfo = \u5728\u83dc\u5355\u4e2d\u70b9\u51fb\u5bfc\u5165\u89c6\u9891\u540e\uff0c\u663e\u793a\u5bfc\u5165\u89c6\u9891\u7684\u6559\u7a0b -config.name.showImportSoundInfo = \u5bfc\u5165\u58f0\u97f3\u524d\u663e\u793a\u4fe1\u606f -config.description.showImportSoundInfo = \u5728\u83dc\u5355\u4e2d\u70b9\u51fb\u5bfc\u5165\u58f0\u97f3\u540e\uff0c\u663e\u793a\u5bfc\u5165\u58f0\u97f3\u7684\u6559\u7a0b -config.name.svgRetainBounds = \u5bfc\u51faSVG\u65f6\u4fdd\u6301\u5f62\u72b6\u754c\u9650 -config.description.svgRetainBounds = \u5bfc\u51faSVG\u65f6, \u5f62\u72b6\u7684x,y\u4f4d\u7f6e\u4e0eSWF\u4e2d\u4fdd\u6301\u4e00\u81f4(\u4f8b\u5982\u6b63\u6216\u8d1f) -config.name.disableBitmapSmoothing = \u7981\u7528\u5e73\u6ed1\u4f4d\u56fe -config.description.disableBitmapSmoothing = \u663e\u793a\u65f6\u7981\u7528\u5e73\u6ed1\u4f4d\u56fe\u586b\u5145 - \u5168\u90e8\u663e\u793a\u4e3a\u975e\u5e73\u6ed1(\u50cf\u7d20).\u4e0d\u9002\u7528\u4e8e\u5bfc\u51fa\u7684\u56fe\u50cf -config.name.pinnedItemsScrollPos = \u56fa\u5b9a\u9879\u76ee\u6eda\u52a8/\u63d2\u5165\u4f4d\u7f6e -config.description.pinnedItemsScrollPos = \u56fa\u5b9a\u9879\u76ee\u7684\u6eda\u52a8/\u63d2\u5165\u4f4d\u7f6e -config.name.maxRememberedScrollposItems = \u6eda\u52a8\u4f4d\u7f6e\u6700\u5927\u8bb0\u5fc6\u6570 -config.description.maxRememberedScrollposItems = \u8bb0\u5fc6\u6eda\u52a8\u4f4d\u7f6e\u9879\u76ee\u7684\u6700\u5927\u503c -config.name.rememberScriptsScrollPos = \u8bb0\u4f4f\u811a\u672c\u6eda\u52a8/\u63d2\u5165\u4f4d\u7f6e -config.description.rememberScriptsScrollPos = \u811a\u672c\u6eda\u52a8/\u63d2\u5165\u4f4d\u7f6e\u5728\u5207\u6362\u9879\u76ee\u65f6\u4fdd\u5b58 -config.name.rememberFoldersScrollPos = \u8bb0\u4f4f\u6587\u4ef6\u5939\u6eda\u52a8\u4f4d\u7f6e -config.description.rememberFoldersScrollPos = \u6587\u4ef6\u5939\u6eda\u52a8\u4f4d\u7f6e\u5728\u5207\u6362\u9879\u76ee\u65f6\u4fdd\u5b58 +config.name.animateSubsprites=\u9884\u89c8\u5b50\u52a8\u753b +config.description.animateSubsprites=\u9884\u89c8\u65f6\u95f4\u8f74\u4e2d\u7684\u5b50\u52a8\u753b +config.name.autoPlayPreviews=\u9884\u89c8\u81ea\u52a8\u64ad\u653e +config.description.autoPlayPreviews=\u81ea\u52a8\u64ad\u653e\u9884\u89c8\u52a8\u753b +config.name.maxCachedTime=\u4e34\u65f6\u7f13\u5b58\u65f6\u95f4 +config.description.maxCachedTime=\u9879\u76ee\u4e0d\u8bbf\u95ee\u540e\u4ece\u7f13\u5b58\u79fb\u9664\u7684\u6700\u5927\u65f6\u95f4.0\u4e3a\u65e0\u9650\u5236 +config.name.airLibLocation=6) AIR\u5e93\u8def\u5f84(airglobal.swc) +config.description.airLibLocation=AIR\u5e93(airglobal.swc)\u7684\u8def\u5f84. \u5e38\u7528\u4e8eAS3\u6c47\u7f16. +config.name.showImportShapeInfo=\u5bfc\u5165\u5f62\u72b6\u524d\u663e\u793a\u4fe1\u606f +config.description.showImportShapeInfo=\u5728\u83dc\u5355\u4e2d\u70b9\u51fb\u5bfc\u5165\u5f62\u72b6\u540e\uff0c\u663e\u793a\u5bfc\u5165\u5f62\u72b6\u7684\u6559\u7a0b +config.name.pinnedItemsTagTreePaths=\u6807\u7b7e\u89c6\u56fe\u4e2d\u56fa\u5b9a\u7684\u9879\u76ee\u8def\u5f84 +config.description.pinnedItemsTagTreePaths=\u5df2\u56fa\u5b9a\u7684\u6807\u7b7e\u8282\u70b9\u7684\u8def\u5f84 +config.name.pinnedItemsTagListPaths=\u6807\u7b7e\u5217\u8868\u4e2d\u56fa\u5b9a\u7684\u9879\u76ee\u8def\u5f84 +config.description.pinnedItemsTagListPaths=\u5df2\u56fa\u5b9a\u7684\u6807\u7b7e\u8282\u70b9\u7684\u8def\u5f84 +config.name.flattenASPackages=\u5c55\u5f00ActionScript\u5305 +config.description.flattenASPackages=\u6bcf\u4e2a\u5305\u5355\u72ec\u4e00\u4e2a\u9879\u76ee\u800c\u4e0d\u662f\u5305\u5206\u652f\u7ed3\u6784 +config.name.gui.scale=UI\u7f29\u653e\u8bbe\u7f6e +config.description.gui.scale=\u56fe\u5f62\u754c\u9762\u7684\u7f29\u653e\u8bbe\u7f6e.Mac Retina\u8bbe\u7f6e\u4e3a2.0.\u9700\u8981\u5b8c\u5168\u5173\u95ed\u8f6f\u4ef6 +config.name.warning.video.vlc=VLC\u64ad\u653e\u5668\u63d0\u793a +config.description.warning.video.vlc=\u6253\u5f00\u6709DefineVideostream\u6807\u7b7e\u7684SWF\u65f6\uff0c\u663e\u793aVLC media player\u76f8\u5173\u63d0\u793a +config.name.playFrameSounds=\u64ad\u653e\u5e27\u58f0\u97f3 +config.description.playFrameSounds=\u663e\u793a\u5e27\u65f6\u64ad\u653e\u58f0\u97f3 +config.name.fixAntialiasConflation=\u5c1d\u8bd5\u4fee\u590d\u6297\u952f\u9f7f\u878d\u5408(\u5b9e\u9a8c\u6027,\u6162) +config.description.fixAntialiasConflation=\u5c1d\u8bd5\u4fee\u590d\u6297\u952f\u9f7f\u5bfc\u81f4\u7684\u76f8\u90bb\u5f62\u72b6\u4e4b\u95f4\u7684\u6297\u952f\u9f7f\u878d\u5408.\u8fd9\u5c06\u51cf\u6162\u6e32\u67d3.\u5b9e\u9a8c\u6027\u529f\u80fd. +config.name.autoPlaySounds=\u81ea\u52a8\u64ad\u653e\u58f0\u97f3 +config.description.autoPlaySounds=\u9009\u4e2d\u8282\u70b9\u65f6\u81ea\u52a8\u64ad\u653eDefineSound +config.name.deobfuscateAs12RemoveInvalidNamesAssignments=AS1/2\u53cd\u6df7\u6dc6: \u5220\u9664\u5e26\u6df7\u6dc6\u540d\u79f0\u7684\u53d8\u91cf\u58f0\u660e +config.description.deobfuscateAs12RemoveInvalidNamesAssignments=AS1/2\u53cd\u6df7\u6dc6\u65f6, \u5220\u9664\u5177\u6709\u975e\u6807\u51c6\u540d\u79f0\u7684\u53d8\u91cf\u58f0\u660e. \u8b66\u544a: \u8fd9\u53ef\u80fd\u4f1a\u635f\u574f\u4f9d\u8d56\u6df7\u6dc6\u540d\u79f0\u7684SWF +config.name.gui.splitPanePlace.dividerLocationPercent=(\u5185\u90e8)\u5206\u79bb\u5668\u4f4d\u7f6e +config.name.gui.splitPaneTransform1.dividerLocationPercent=(\u5185\u90e8)\u5206\u79bb\u5668\u8f6c\u63621\u4f4d\u7f6e +config.name.gui.splitPaneTransform2.dividerLocationPercent=(\u5185\u90e8)\u5206\u79bb\u5668\u8f6c\u63622\u4f4d\u7f6e +config.name.gui.transform.lastExpandedCards=(\u5185\u90e8)\u4e0a\u6b21\u5c55\u5f00\u7684\u8f6c\u6362\u5361 +config.name.doubleClickNodeToEdit=\u53cc\u51fb\u5f00\u59cb\u7f16\u8f91 +config.description.doubleClickNodeToEdit=\u53cc\u51fb\u8282\u70b9\u5bf9\u5176\u5f00\u59cb\u7f16\u8f91 +config.name.warningDeobfuscation=\u5207\u6362\u53cd\u6df7\u6dc6\u65f6\u8b66\u544a +config.description.warningDeobfuscation=\u5f00\u5173\u53cd\u6df7\u6dc6\u65f6\u663e\u793a\u8b66\u544a +config.name.warningRenameIdentifiers=\u5207\u6362\u81ea\u52a8\u91cd\u547d\u540d\u6807\u8bc6\u7b26\u65f6\u8b66\u544a +config.description.warningRenameIdentifiers=\u5f00\u5173\u81ea\u52a8\u91cd\u547d\u540d\u6807\u8bc6\u7b26\u65f6\u663e\u793a\u8b66\u544a +config.name.showImportMovieInfo=\u5bfc\u5165\u89c6\u9891\u524d\u663e\u793a\u4fe1\u606f +config.description.showImportMovieInfo=\u5728\u83dc\u5355\u4e2d\u70b9\u51fb\u5bfc\u5165\u89c6\u9891\u540e\uff0c\u663e\u793a\u5bfc\u5165\u89c6\u9891\u7684\u6559\u7a0b +config.name.showImportSoundInfo=\u5bfc\u5165\u58f0\u97f3\u524d\u663e\u793a\u4fe1\u606f +config.description.showImportSoundInfo=\u5728\u83dc\u5355\u4e2d\u70b9\u51fb\u5bfc\u5165\u58f0\u97f3\u540e\uff0c\u663e\u793a\u5bfc\u5165\u58f0\u97f3\u7684\u6559\u7a0b +config.name.svgRetainBounds=\u5bfc\u51faSVG\u65f6\u4fdd\u6301\u5f62\u72b6\u754c\u9650 +config.description.svgRetainBounds=\u5bfc\u51faSVG\u65f6, \u5f62\u72b6\u7684x,y\u4f4d\u7f6e\u4e0eSWF\u4e2d\u4fdd\u6301\u4e00\u81f4(\u4f8b\u5982\u6b63\u6216\u8d1f) +config.name.disableBitmapSmoothing=\u7981\u7528\u5e73\u6ed1\u4f4d\u56fe +config.description.disableBitmapSmoothing=\u663e\u793a\u65f6\u7981\u7528\u5e73\u6ed1\u4f4d\u56fe\u586b\u5145 - \u5168\u90e8\u663e\u793a\u4e3a\u975e\u5e73\u6ed1(\u50cf\u7d20).\u4e0d\u9002\u7528\u4e8e\u5bfc\u51fa\u7684\u56fe\u50cf +config.name.pinnedItemsScrollPos=\u56fa\u5b9a\u9879\u76ee\u6eda\u52a8/\u63d2\u5165\u4f4d\u7f6e +config.description.pinnedItemsScrollPos=\u56fa\u5b9a\u9879\u76ee\u7684\u6eda\u52a8/\u63d2\u5165\u4f4d\u7f6e +config.name.maxRememberedScrollposItems=\u6eda\u52a8\u4f4d\u7f6e\u6700\u5927\u8bb0\u5fc6\u6570 +config.description.maxRememberedScrollposItems=\u8bb0\u5fc6\u6eda\u52a8\u4f4d\u7f6e\u9879\u76ee\u7684\u6700\u5927\u503c +config.name.rememberScriptsScrollPos=\u8bb0\u4f4f\u811a\u672c\u6eda\u52a8/\u63d2\u5165\u4f4d\u7f6e +config.description.rememberScriptsScrollPos=\u811a\u672c\u6eda\u52a8/\u63d2\u5165\u4f4d\u7f6e\u5728\u5207\u6362\u9879\u76ee\u65f6\u4fdd\u5b58 +config.name.rememberFoldersScrollPos=\u8bb0\u4f4f\u6587\u4ef6\u5939\u6eda\u52a8\u4f4d\u7f6e +config.description.rememberFoldersScrollPos=\u6587\u4ef6\u5939\u6eda\u52a8\u4f4d\u7f6e\u5728\u5207\u6362\u9879\u76ee\u65f6\u4fdd\u5b58 diff --git a/src/com/jpexs/decompiler/flash/gui/locales/AsLinkageDialog.properties b/src/com/jpexs/decompiler/flash/gui/locales/AsLinkageDialog.properties index 29fb56594..1157dd21e 100644 --- a/src/com/jpexs/decompiler/flash/gui/locales/AsLinkageDialog.properties +++ b/src/com/jpexs/decompiler/flash/gui/locales/AsLinkageDialog.properties @@ -12,19 +12,15 @@ # # You should have received a copy of the GNU General Public License # along with this program. If not, see . - -dialog.title = AS linkage -button.ok = OK -button.proceed = Proceed -button.cancel = Cancel - -identifier = ActionScript identifier: -classname = ActionScript2 class (fully qualified): -class.parentname = Parent class name (fully qualified): - -error.alreadyExistsClass = Error: This class is already exists -error.cannotRemoveIdentifierClassExists = Error: Cannot remove identifier, class already exists - -linkage.notfound.exportAssets.where = Where to store the linkage data: -linkage.notfound.exportAssets.where.existing = Existing ExportAssets tag -linkage.notfound.exportAssets.where.new = New ExportAssets tag \ No newline at end of file +dialog.title=AS linkage +button.ok=OK +button.proceed=Proceed +button.cancel=Cancel +identifier=ActionScript identifier: +classname=ActionScript2 class (fully qualified): +class.parentname=Parent class name (fully qualified): +error.alreadyExistsClass=Error: This class is already exists +error.cannotRemoveIdentifierClassExists=Error: Cannot remove identifier, class already exists +linkage.notfound.exportAssets.where=Where to store the linkage data: +linkage.notfound.exportAssets.where.existing=Existing ExportAssets tag +linkage.notfound.exportAssets.where.new=New ExportAssets tag \ No newline at end of file diff --git a/src/com/jpexs/decompiler/flash/gui/locales/AsLinkageDialog_cs.properties b/src/com/jpexs/decompiler/flash/gui/locales/AsLinkageDialog_cs.properties index fd42c2662..54ba6b800 100644 --- a/src/com/jpexs/decompiler/flash/gui/locales/AsLinkageDialog_cs.properties +++ b/src/com/jpexs/decompiler/flash/gui/locales/AsLinkageDialog_cs.properties @@ -12,19 +12,15 @@ # # You should have received a copy of the GNU General Public License # along with this program. If not, see . - -dialog.title = AS vazba -button.ok = OK -button.proceed = Pokra\u010dovat -button.cancel = Storno - -identifier = ActionScript identifik\u00e1tor: -classname = ActionScript2 t\u0159\u00edda (pln\u011b kvalifikovan\u00e1): -class.parentname = N\u00e1zev rodi\u010dovsk\u00e9 t\u0159\u00eddy (pln\u011b kvalifikovan\u00fd): - -error.alreadyExistsClass = Chyba: Tato t\u0159\u00edda ji\u017e existuje -error.cannotRemoveIdentifierClassExists = Chyba: Nelze odstranit idenitifik\u00e1tor, t\u0159\u00edda ji\u017e existuje - -linkage.notfound.exportAssets.where = Kam um\u00edstit data o vazb\u011b: -linkage.notfound.exportAssets.where.existing = Existuj\u00edc\u00ed ExportAssets tag -linkage.notfound.exportAssets.where.new = Nov\u00fd ExportAssets tag \ No newline at end of file +dialog.title=AS vazba +button.ok=OK +button.proceed=Pokra\u010dovat +button.cancel=Storno +identifier=ActionScript identifik\u00e1tor: +classname=ActionScript2 t\u0159\u00edda (pln\u011b kvalifikovan\u00e1): +class.parentname=N\u00e1zev rodi\u010dovsk\u00e9 t\u0159\u00eddy (pln\u011b kvalifikovan\u00fd): +error.alreadyExistsClass=Chyba: Tato t\u0159\u00edda ji\u017e existuje +error.cannotRemoveIdentifierClassExists=Chyba: Nelze odstranit idenitifik\u00e1tor, t\u0159\u00edda ji\u017e existuje +linkage.notfound.exportAssets.where=Kam um\u00edstit data o vazb\u011b: +linkage.notfound.exportAssets.where.existing=Existuj\u00edc\u00ed ExportAssets tag +linkage.notfound.exportAssets.where.new=Nov\u00fd ExportAssets tag \ No newline at end of file diff --git a/src/com/jpexs/decompiler/flash/gui/locales/BreakpointListDialog.properties b/src/com/jpexs/decompiler/flash/gui/locales/BreakpointListDialog.properties index 0a0a65164..26e06c901 100644 --- a/src/com/jpexs/decompiler/flash/gui/locales/BreakpointListDialog.properties +++ b/src/com/jpexs/decompiler/flash/gui/locales/BreakpointListDialog.properties @@ -12,16 +12,14 @@ # # You should have received a copy of the GNU General Public License # along with this program. If not, see . - -dialog.title = List of breakpoints -button.goto = Go to -button.remove = Remove -button.removeAll = Remove all -button.close = Close - -breakpoint.scriptName = Script name -breakpoint.line = Line -breakpoint.status = Status -breakpoint.status.invalid = invalid -breakpoint.status.confirmed = confirmed -breakpoint.status.unknown = unknown +dialog.title=List of breakpoints +button.goto=Go to +button.remove=Remove +button.removeAll=Remove all +button.close=Close +breakpoint.scriptName=Script name +breakpoint.line=Line +breakpoint.status=Status +breakpoint.status.invalid=invalid +breakpoint.status.confirmed=confirmed +breakpoint.status.unknown=unknown diff --git a/src/com/jpexs/decompiler/flash/gui/locales/BreakpointListDialog_cs.properties b/src/com/jpexs/decompiler/flash/gui/locales/BreakpointListDialog_cs.properties index 596086062..64ed85bb5 100644 --- a/src/com/jpexs/decompiler/flash/gui/locales/BreakpointListDialog_cs.properties +++ b/src/com/jpexs/decompiler/flash/gui/locales/BreakpointListDialog_cs.properties @@ -12,16 +12,14 @@ # # You should have received a copy of the GNU General Public License # along with this program. If not, see . - -dialog.title = Seznam breakpoint\u016f -button.goto = P\u0159ej\u00edt na -button.remove = Odebrat -button.removeAll = Odebrat v\u0161e -button.close = Zav\u0159\u00edt - -breakpoint.scriptName = N\u00e1zev skriptu -breakpoint.line = \u0158\u00e1dek -breakpoint.status = Stav -breakpoint.status.invalid = neplatn\u00fd -breakpoint.status.confirmed = potvrzen\u00fd -breakpoint.status.unknown = nezn\u00e1m\u00fd +dialog.title=Seznam breakpoint\u016f +button.goto=P\u0159ej\u00edt na +button.remove=Odebrat +button.removeAll=Odebrat v\u0161e +button.close=Zav\u0159\u00edt +breakpoint.scriptName=N\u00e1zev skriptu +breakpoint.line=\u0158\u00e1dek +breakpoint.status=Stav +breakpoint.status.invalid=neplatn\u00fd +breakpoint.status.confirmed=potvrzen\u00fd +breakpoint.status.unknown=nezn\u00e1m\u00fd diff --git a/src/com/jpexs/decompiler/flash/gui/locales/BreakpointListDialog_nl.properties b/src/com/jpexs/decompiler/flash/gui/locales/BreakpointListDialog_nl.properties index aed5062c3..95d6caedb 100644 --- a/src/com/jpexs/decompiler/flash/gui/locales/BreakpointListDialog_nl.properties +++ b/src/com/jpexs/decompiler/flash/gui/locales/BreakpointListDialog_nl.properties @@ -12,14 +12,14 @@ # # You should have received a copy of the GNU General Public License # along with this program. If not, see . -dialog.title = Lijst met breekpunten -button.goto = Ga naar -button.remove = Verwijderen -button.removeAll = Alles verwijderen -button.close = Sluiten -breakpoint.scriptName = Scriptnaam -breakpoint.line = Regel -breakpoint.status = Status -breakpoint.status.invalid = ongeldig -breakpoint.status.confirmed = bevestigd -breakpoint.status.unknown = onbekend +dialog.title=Lijst met breekpunten +button.goto=Ga naar +button.remove=Verwijderen +button.removeAll=Alles verwijderen +button.close=Sluiten +breakpoint.scriptName=Scriptnaam +breakpoint.line=Regel +breakpoint.status=Status +breakpoint.status.invalid=ongeldig +breakpoint.status.confirmed=bevestigd +breakpoint.status.unknown=onbekend diff --git a/src/com/jpexs/decompiler/flash/gui/locales/CollectDepthAsSpritesDialog.properties b/src/com/jpexs/decompiler/flash/gui/locales/CollectDepthAsSpritesDialog.properties index 2d6339f6d..a4b1fa799 100644 --- a/src/com/jpexs/decompiler/flash/gui/locales/CollectDepthAsSpritesDialog.properties +++ b/src/com/jpexs/decompiler/flash/gui/locales/CollectDepthAsSpritesDialog.properties @@ -12,12 +12,10 @@ # # You should have received a copy of the GNU General Public License # along with this program. If not, see . - -dialog.title = Collect options -collect.depths = Depths to collect: -collect.replace = Replace original tags with sprite -collect.offset = Offset top left corner to (0,0) -collect.matrix = Use the previous frames matrix as the first PlaceObject matrix - -button.ok = OK -button.cancel = Cancel +dialog.title=Collect options +collect.depths=Depths to collect: +collect.replace=Replace original tags with sprite +collect.offset=Offset top left corner to (0,0) +collect.matrix=Use the previous frames matrix as the first PlaceObject matrix +button.ok=OK +button.cancel=Cancel diff --git a/src/com/jpexs/decompiler/flash/gui/locales/CollectDepthAsSpritesDialog_cs.properties b/src/com/jpexs/decompiler/flash/gui/locales/CollectDepthAsSpritesDialog_cs.properties index 782124e67..e8da23d45 100644 --- a/src/com/jpexs/decompiler/flash/gui/locales/CollectDepthAsSpritesDialog_cs.properties +++ b/src/com/jpexs/decompiler/flash/gui/locales/CollectDepthAsSpritesDialog_cs.properties @@ -12,12 +12,10 @@ # # You should have received a copy of the GNU General Public License # along with this program. If not, see . - -dialog.title = Nastaven\u00ed sb\u011bru -collect.depths = Hloubky pro sb\u011br: -collect.replace = Nahradit p\u016fvodn\u00ed tagy sprity -collect.offset = Posun lev\u00e9ho horn\u00edho rohu k (0,0) -collect.matrix = Pou\u017e\u00edt matici p\u0159edchoz\u00edho sn\u00edmku ako prvn\u00ed matici pro PlaceObject - -button.ok = OK -button.cancel = Storno +dialog.title=Nastaven\u00ed sb\u011bru +collect.depths=Hloubky pro sb\u011br: +collect.replace=Nahradit p\u016fvodn\u00ed tagy sprity +collect.offset=Posun lev\u00e9ho horn\u00edho rohu k (0,0) +collect.matrix=Pou\u017e\u00edt matici p\u0159edchoz\u00edho sn\u00edmku ako prvn\u00ed matici pro PlaceObject +button.ok=OK +button.cancel=Storno diff --git a/src/com/jpexs/decompiler/flash/gui/locales/DebugLogDialog.properties b/src/com/jpexs/decompiler/flash/gui/locales/DebugLogDialog.properties index 838b2562c..015082569 100644 --- a/src/com/jpexs/decompiler/flash/gui/locales/DebugLogDialog.properties +++ b/src/com/jpexs/decompiler/flash/gui/locales/DebugLogDialog.properties @@ -12,8 +12,7 @@ # # You should have received a copy of the GNU General Public License # along with this program. If not, see . - -dialog.title = Debugger Log -button.clear = Clear -button.close = Close -msg.header = connection %clientid%: +dialog.title=Debugger Log +button.clear=Clear +button.close=Close +msg.header=connection %clientid%: diff --git a/src/com/jpexs/decompiler/flash/gui/locales/DebugLogDialog_ca.properties b/src/com/jpexs/decompiler/flash/gui/locales/DebugLogDialog_ca.properties index 81e2ab244..f684ea543 100644 --- a/src/com/jpexs/decompiler/flash/gui/locales/DebugLogDialog_ca.properties +++ b/src/com/jpexs/decompiler/flash/gui/locales/DebugLogDialog_ca.properties @@ -12,8 +12,7 @@ # # You should have received a copy of the GNU General Public License # along with this program. If not, see . - -dialog.title = Registre de Depuraci\u00f3 -button.clear = Neteja -button.close = Tanca -msg.header = connexi\u00f3 %clientid%: +dialog.title=Registre de Depuraci\u00f3 +button.clear=Neteja +button.close=Tanca +msg.header=connexi\u00f3 %clientid%: diff --git a/src/com/jpexs/decompiler/flash/gui/locales/DebugLogDialog_cs.properties b/src/com/jpexs/decompiler/flash/gui/locales/DebugLogDialog_cs.properties index 06267cb63..0fce80ec6 100644 --- a/src/com/jpexs/decompiler/flash/gui/locales/DebugLogDialog_cs.properties +++ b/src/com/jpexs/decompiler/flash/gui/locales/DebugLogDialog_cs.properties @@ -12,8 +12,7 @@ # # You should have received a copy of the GNU General Public License # along with this program. If not, see . - -dialog.title = Log Debuggeru -button.clear = Vypr\u00e1zdnit -button.close = Zav\u0159\u00edt -msg.header = spojen\u00ed %clientid%: +dialog.title=Log Debuggeru +button.clear=Vypr\u00e1zdnit +button.close=Zav\u0159\u00edt +msg.header=spojen\u00ed %clientid%: diff --git a/src/com/jpexs/decompiler/flash/gui/locales/DebugLogDialog_es.properties b/src/com/jpexs/decompiler/flash/gui/locales/DebugLogDialog_es.properties index 4ec3ef0a0..d3c03ee7f 100644 --- a/src/com/jpexs/decompiler/flash/gui/locales/DebugLogDialog_es.properties +++ b/src/com/jpexs/decompiler/flash/gui/locales/DebugLogDialog_es.properties @@ -12,8 +12,7 @@ # # You should have received a copy of the GNU General Public License # along with this program. If not, see . - -dialog.title = Registro del Depurador -button.clear = Limpiar -button.close = Cerrar -msg.header = conecci\u00f3n %clientid%: +dialog.title=Registro del Depurador +button.clear=Limpiar +button.close=Cerrar +msg.header=conecci\u00f3n %clientid%: diff --git a/src/com/jpexs/decompiler/flash/gui/locales/DebugLogDialog_fr.properties b/src/com/jpexs/decompiler/flash/gui/locales/DebugLogDialog_fr.properties index ba3f5e4aa..25647a695 100644 --- a/src/com/jpexs/decompiler/flash/gui/locales/DebugLogDialog_fr.properties +++ b/src/com/jpexs/decompiler/flash/gui/locales/DebugLogDialog_fr.properties @@ -12,8 +12,7 @@ # # You should have received a copy of the GNU General Public License # along with this program. If not, see . - -dialog.title = Journal du d\u00e9boggueur -button.clear = Effacer -button.close = Fermer -msg.header = connexion %clientid%: +dialog.title=Journal du d\u00e9boggueur +button.clear=Effacer +button.close=Fermer +msg.header=connexion %clientid%: diff --git a/src/com/jpexs/decompiler/flash/gui/locales/DebugLogDialog_hu.properties b/src/com/jpexs/decompiler/flash/gui/locales/DebugLogDialog_hu.properties index fb7122b71..e564652e3 100644 --- a/src/com/jpexs/decompiler/flash/gui/locales/DebugLogDialog_hu.properties +++ b/src/com/jpexs/decompiler/flash/gui/locales/DebugLogDialog_hu.properties @@ -12,8 +12,7 @@ # # You should have received a copy of the GNU General Public License # along with this program. If not, see . - -dialog.title = Debugger Log -button.clear = T\u00f6r\u00f6l -button.close = Bez\u00e1r -msg.header = kapcsolat %clientid%: +dialog.title=Debugger Log +button.clear=T\u00f6r\u00f6l +button.close=Bez\u00e1r +msg.header=kapcsolat %clientid%: diff --git a/src/com/jpexs/decompiler/flash/gui/locales/DebugLogDialog_it.properties b/src/com/jpexs/decompiler/flash/gui/locales/DebugLogDialog_it.properties index 053af934c..0d5e2c80e 100644 --- a/src/com/jpexs/decompiler/flash/gui/locales/DebugLogDialog_it.properties +++ b/src/com/jpexs/decompiler/flash/gui/locales/DebugLogDialog_it.properties @@ -12,8 +12,7 @@ # # You should have received a copy of the GNU General Public License # along with this program. If not, see . - -dialog.title = Log del debugger -button.clear = Pulisci -button.close = Chiudi -msg.header = connessione %clientid%: +dialog.title=Log del debugger +button.clear=Pulisci +button.close=Chiudi +msg.header=connessione %clientid%: diff --git a/src/com/jpexs/decompiler/flash/gui/locales/DebugLogDialog_ja.properties b/src/com/jpexs/decompiler/flash/gui/locales/DebugLogDialog_ja.properties index 61f42a2b9..14e25759d 100644 --- a/src/com/jpexs/decompiler/flash/gui/locales/DebugLogDialog_ja.properties +++ b/src/com/jpexs/decompiler/flash/gui/locales/DebugLogDialog_ja.properties @@ -12,8 +12,7 @@ # # You should have received a copy of the GNU General Public License # along with this program. If not, see . - -dialog.title = \u30c7\u30d0\u30c3\u30ac\u30ed\u30b0 -button.clear = \u30af\u30ea\u30a2 -button.close = \u9589\u3058\u308b -msg.header = \u63a5\u7d9a %clientid%: +dialog.title=\u30c7\u30d0\u30c3\u30ac\u30ed\u30b0 +button.clear=\u30af\u30ea\u30a2 +button.close=\u9589\u3058\u308b +msg.header=\u63a5\u7d9a %clientid%: diff --git a/src/com/jpexs/decompiler/flash/gui/locales/DebugLogDialog_nl.properties b/src/com/jpexs/decompiler/flash/gui/locales/DebugLogDialog_nl.properties index 6b0a969cf..77d605cea 100644 --- a/src/com/jpexs/decompiler/flash/gui/locales/DebugLogDialog_nl.properties +++ b/src/com/jpexs/decompiler/flash/gui/locales/DebugLogDialog_nl.properties @@ -12,7 +12,7 @@ # # You should have received a copy of the GNU General Public License # along with this program. If not, see . -dialog.title = Logboek foutopsporing -button.clear = Wissen -button.close = Sluiten -msg.header = verbinding %clientid%: +dialog.title=Logboek foutopsporing +button.clear=Wissen +button.close=Sluiten +msg.header=verbinding %clientid%: diff --git a/src/com/jpexs/decompiler/flash/gui/locales/DebugLogDialog_pt_BR.properties b/src/com/jpexs/decompiler/flash/gui/locales/DebugLogDialog_pt_BR.properties index 29ba06f4c..f31fcad02 100644 --- a/src/com/jpexs/decompiler/flash/gui/locales/DebugLogDialog_pt_BR.properties +++ b/src/com/jpexs/decompiler/flash/gui/locales/DebugLogDialog_pt_BR.properties @@ -12,8 +12,7 @@ # # You should have received a copy of the GNU General Public License # along with this program. If not, see . - -dialog.title = Registro do depurador -button.clear = Limpar -button.close = Fechar -msg.header = conex\u00e3o %clientid%: +dialog.title=Registro do depurador +button.clear=Limpar +button.close=Fechar +msg.header=conex\u00e3o %clientid%: diff --git a/src/com/jpexs/decompiler/flash/gui/locales/DebugLogDialog_ru.properties b/src/com/jpexs/decompiler/flash/gui/locales/DebugLogDialog_ru.properties index 9f9693de5..a321b2ede 100644 --- a/src/com/jpexs/decompiler/flash/gui/locales/DebugLogDialog_ru.properties +++ b/src/com/jpexs/decompiler/flash/gui/locales/DebugLogDialog_ru.properties @@ -12,8 +12,7 @@ # # You should have received a copy of the GNU General Public License # along with this program. If not, see . - -dialog.title = \u041b\u043e\u0433 \u043e\u0442\u043b\u0430\u0434\u0447\u0438\u043a\u0430 -button.clear = \u041e\u0447\u0438\u0441\u0442\u0438\u0442\u044c -button.close = \u0417\u0430\u043a\u0440\u044b\u0442\u044c -msg.header = \u0441\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u0438\u0435 %clientid%: +dialog.title=\u041b\u043e\u0433 \u043e\u0442\u043b\u0430\u0434\u0447\u0438\u043a\u0430 +button.clear=\u041e\u0447\u0438\u0441\u0442\u0438\u0442\u044c +button.close=\u0417\u0430\u043a\u0440\u044b\u0442\u044c +msg.header=\u0441\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u0438\u0435 %clientid%: diff --git a/src/com/jpexs/decompiler/flash/gui/locales/DebugLogDialog_sv.properties b/src/com/jpexs/decompiler/flash/gui/locales/DebugLogDialog_sv.properties index cf19ceec9..afd15d900 100644 --- a/src/com/jpexs/decompiler/flash/gui/locales/DebugLogDialog_sv.properties +++ b/src/com/jpexs/decompiler/flash/gui/locales/DebugLogDialog_sv.properties @@ -12,8 +12,7 @@ # # You should have received a copy of the GNU General Public License # along with this program. If not, see . - -dialog.title = Debugger Logg -button.clear = Rensa -button.close = St\u00e4ng -msg.header = anslutning %clientid%: +dialog.title=Debugger Logg +button.clear=Rensa +button.close=St\u00e4ng +msg.header=anslutning %clientid%: diff --git a/src/com/jpexs/decompiler/flash/gui/locales/DebugLogDialog_tr.properties b/src/com/jpexs/decompiler/flash/gui/locales/DebugLogDialog_tr.properties index add66bdff..8cb960de3 100644 --- a/src/com/jpexs/decompiler/flash/gui/locales/DebugLogDialog_tr.properties +++ b/src/com/jpexs/decompiler/flash/gui/locales/DebugLogDialog_tr.properties @@ -12,9 +12,7 @@ # # You should have received a copy of the GNU General Public License # along with this program. If not, see . - - -dialog.title = Hata Ay\u0131klay\u0131c\u0131 G\u00fcnl\u00fc\u011f\u00fc -button.clear = Temizle -button.close = Kapat -msg.header = ba\u011flant\u0131 %clientid%: +dialog.title=Hata Ay\u0131klay\u0131c\u0131 G\u00fcnl\u00fc\u011f\u00fc +button.clear=Temizle +button.close=Kapat +msg.header=ba\u011flant\u0131 %clientid%: diff --git a/src/com/jpexs/decompiler/flash/gui/locales/DebugLogDialog_zh.properties b/src/com/jpexs/decompiler/flash/gui/locales/DebugLogDialog_zh.properties index 9a3df5c54..8689ae359 100644 --- a/src/com/jpexs/decompiler/flash/gui/locales/DebugLogDialog_zh.properties +++ b/src/com/jpexs/decompiler/flash/gui/locales/DebugLogDialog_zh.properties @@ -12,8 +12,7 @@ # # You should have received a copy of the GNU General Public License # along with this program. If not, see . - -dialog.title = \u8c03\u8bd5\u65e5\u5fd7 -button.clear = \u6e05\u9664 -button.close = \u5173\u95ed -msg.header = \u8fde\u63a5 %clientid%: +dialog.title=\u8c03\u8bd5\u65e5\u5fd7 +button.clear=\u6e05\u9664 +button.close=\u5173\u95ed +msg.header=\u8fde\u63a5 %clientid%: diff --git a/src/com/jpexs/decompiler/flash/gui/locales/ErrorLogFrame.properties b/src/com/jpexs/decompiler/flash/gui/locales/ErrorLogFrame.properties index eea6dfd54..f382883c8 100644 --- a/src/com/jpexs/decompiler/flash/gui/locales/ErrorLogFrame.properties +++ b/src/com/jpexs/decompiler/flash/gui/locales/ErrorLogFrame.properties @@ -12,10 +12,8 @@ # # You should have received a copy of the GNU General Public License # along with this program. If not, see . - -copy = Copy to clipboard -details = View details -dialog.title = Log - +copy=Copy to clipboard +details=View details +dialog.title=Log #after version 1.7.0u1: -clear = Clear +clear=Clear diff --git a/src/com/jpexs/decompiler/flash/gui/locales/ErrorLogFrame_ca.properties b/src/com/jpexs/decompiler/flash/gui/locales/ErrorLogFrame_ca.properties index 9fd47d60a..c722e58c1 100644 --- a/src/com/jpexs/decompiler/flash/gui/locales/ErrorLogFrame_ca.properties +++ b/src/com/jpexs/decompiler/flash/gui/locales/ErrorLogFrame_ca.properties @@ -12,10 +12,8 @@ # # You should have received a copy of the GNU General Public License # along with this program. If not, see . - -copy = Copia al portapapers -details = Visualitza els detalls -dialog.title = Registre - +copy=Copia al portapapers +details=Visualitza els detalls +dialog.title=Registre #after version 1.7.0u1: -clear = Neteja +clear=Neteja diff --git a/src/com/jpexs/decompiler/flash/gui/locales/ErrorLogFrame_cs.properties b/src/com/jpexs/decompiler/flash/gui/locales/ErrorLogFrame_cs.properties index 8f946e951..0ba5a3367 100644 --- a/src/com/jpexs/decompiler/flash/gui/locales/ErrorLogFrame_cs.properties +++ b/src/com/jpexs/decompiler/flash/gui/locales/ErrorLogFrame_cs.properties @@ -12,10 +12,8 @@ # # You should have received a copy of the GNU General Public License # along with this program. If not, see . - -copy = Zkop\u00edrovat do schr\u00e1nky -details = Zobrazit detaily -dialog.title = Log - +copy=Zkop\u00edrovat do schr\u00e1nky +details=Zobrazit detaily +dialog.title=Log #after version 1.7.0u1: -clear = Vypr\u00e1zdnit +clear=Vypr\u00e1zdnit diff --git a/src/com/jpexs/decompiler/flash/gui/locales/ErrorLogFrame_de.properties b/src/com/jpexs/decompiler/flash/gui/locales/ErrorLogFrame_de.properties index aa83e5b15..d691cdbde 100644 --- a/src/com/jpexs/decompiler/flash/gui/locales/ErrorLogFrame_de.properties +++ b/src/com/jpexs/decompiler/flash/gui/locales/ErrorLogFrame_de.properties @@ -12,9 +12,7 @@ # # You should have received a copy of the GNU General Public License # along with this program. If not, see . - -copy = In den Zwischenspeicher speichern -details = Details ansehen -dialog.title = Log - -clear = Leeren +copy=In den Zwischenspeicher speichern +details=Details ansehen +dialog.title=Log +clear=Leeren diff --git a/src/com/jpexs/decompiler/flash/gui/locales/ErrorLogFrame_es.properties b/src/com/jpexs/decompiler/flash/gui/locales/ErrorLogFrame_es.properties index 106b64394..cd31551e4 100644 --- a/src/com/jpexs/decompiler/flash/gui/locales/ErrorLogFrame_es.properties +++ b/src/com/jpexs/decompiler/flash/gui/locales/ErrorLogFrame_es.properties @@ -12,10 +12,8 @@ # # You should have received a copy of the GNU General Public License # along with this program. If not, see . - -copy = Copiar al portapapeles -details = Ver detalles -dialog.title = Registro - +copy=Copiar al portapapeles +details=Ver detalles +dialog.title=Registro #after version 1.7.0u1: -clear = Limpiar +clear=Limpiar diff --git a/src/com/jpexs/decompiler/flash/gui/locales/ErrorLogFrame_fr.properties b/src/com/jpexs/decompiler/flash/gui/locales/ErrorLogFrame_fr.properties index f9c4cb1d1..b1e6e47a4 100644 --- a/src/com/jpexs/decompiler/flash/gui/locales/ErrorLogFrame_fr.properties +++ b/src/com/jpexs/decompiler/flash/gui/locales/ErrorLogFrame_fr.properties @@ -12,10 +12,8 @@ # # You should have received a copy of the GNU General Public License # along with this program. If not, see . - -copy = Copier dans le presse-papier -details = Afficher les d\u00e9tails -dialog.title = Journal - +copy=Copier dans le presse-papier +details=Afficher les d\u00e9tails +dialog.title=Journal #after version 1.7.0u1: -clear = Vider le journal +clear=Vider le journal diff --git a/src/com/jpexs/decompiler/flash/gui/locales/ErrorLogFrame_hu.properties b/src/com/jpexs/decompiler/flash/gui/locales/ErrorLogFrame_hu.properties index 36d1b115d..9198301e5 100644 --- a/src/com/jpexs/decompiler/flash/gui/locales/ErrorLogFrame_hu.properties +++ b/src/com/jpexs/decompiler/flash/gui/locales/ErrorLogFrame_hu.properties @@ -12,10 +12,8 @@ # # You should have received a copy of the GNU General Public License # along with this program. If not, see . - -copy = M\u00e1sol\u00e1s a v\u00e1g\u00f3lapra -details = R\u00e9szletek megjelen\u00edt\u00e9se -dialog.title = Napl\u00f3 - +copy=M\u00e1sol\u00e1s a v\u00e1g\u00f3lapra +details=R\u00e9szletek megjelen\u00edt\u00e9se +dialog.title=Napl\u00f3 #after version 1.7.0u1: -clear = T\u00f6rl\u00e9s +clear=T\u00f6rl\u00e9s diff --git a/src/com/jpexs/decompiler/flash/gui/locales/ErrorLogFrame_it.properties b/src/com/jpexs/decompiler/flash/gui/locales/ErrorLogFrame_it.properties index 6ecd0e53f..234c274a1 100644 --- a/src/com/jpexs/decompiler/flash/gui/locales/ErrorLogFrame_it.properties +++ b/src/com/jpexs/decompiler/flash/gui/locales/ErrorLogFrame_it.properties @@ -12,10 +12,8 @@ # # You should have received a copy of the GNU General Public License # along with this program. If not, see . - -copy = Copia negli Appunti -details = Visualizza dettagli -dialog.title = Log - +copy=Copia negli Appunti +details=Visualizza dettagli +dialog.title=Log #after version 1.7.0u1: -clear = Pulisci +clear=Pulisci diff --git a/src/com/jpexs/decompiler/flash/gui/locales/ErrorLogFrame_ja.properties b/src/com/jpexs/decompiler/flash/gui/locales/ErrorLogFrame_ja.properties index f58f3c90a..6b3bad936 100644 --- a/src/com/jpexs/decompiler/flash/gui/locales/ErrorLogFrame_ja.properties +++ b/src/com/jpexs/decompiler/flash/gui/locales/ErrorLogFrame_ja.properties @@ -12,10 +12,8 @@ # # You should have received a copy of the GNU General Public License # along with this program. If not, see . - -copy = \u30af\u30ea\u30c3\u30d7\u30dc\u30fc\u30c9\u306b\u30b3\u30d4\u30fc -details = \u8a73\u7d30\u3092\u898b\u308b -dialog.title = \u30ed\u30b0 - +copy=\u30af\u30ea\u30c3\u30d7\u30dc\u30fc\u30c9\u306b\u30b3\u30d4\u30fc +details=\u8a73\u7d30\u3092\u898b\u308b +dialog.title=\u30ed\u30b0 #after version 1.7.0u1: -clear = \u30af\u30ea\u30a2 +clear=\u30af\u30ea\u30a2 diff --git a/src/com/jpexs/decompiler/flash/gui/locales/ErrorLogFrame_nl.properties b/src/com/jpexs/decompiler/flash/gui/locales/ErrorLogFrame_nl.properties index 06ecbe371..f90c4c9c8 100644 --- a/src/com/jpexs/decompiler/flash/gui/locales/ErrorLogFrame_nl.properties +++ b/src/com/jpexs/decompiler/flash/gui/locales/ErrorLogFrame_nl.properties @@ -12,10 +12,8 @@ # # You should have received a copy of the GNU General Public License # along with this program. If not, see . - -copy = Naar het klembord kopi\u00ebren -details = Details bekijken -dialog.title = Logboek - +copy=Naar het klembord kopi\u00ebren +details=Details bekijken +dialog.title=Logboek #after version 1.7.0u1: -clear = Opruimen +clear=Opruimen diff --git a/src/com/jpexs/decompiler/flash/gui/locales/ErrorLogFrame_pl.properties b/src/com/jpexs/decompiler/flash/gui/locales/ErrorLogFrame_pl.properties index b84bb8cb7..d5275b9ed 100644 --- a/src/com/jpexs/decompiler/flash/gui/locales/ErrorLogFrame_pl.properties +++ b/src/com/jpexs/decompiler/flash/gui/locales/ErrorLogFrame_pl.properties @@ -12,10 +12,8 @@ # # You should have received a copy of the GNU General Public License # along with this program. If not, see . - -copy = Kopiuj do schowka -details = Poka\u017c szczeg\u00f3\u0142y -dialog.title = Dziennik - +copy=Kopiuj do schowka +details=Poka\u017c szczeg\u00f3\u0142y +dialog.title=Dziennik #after version 1.7.0u1: -clear = Wyczy\u015b\u0107 +clear=Wyczy\u015b\u0107 diff --git a/src/com/jpexs/decompiler/flash/gui/locales/ErrorLogFrame_pt.properties b/src/com/jpexs/decompiler/flash/gui/locales/ErrorLogFrame_pt.properties index 8523c375b..86d2a8a59 100644 --- a/src/com/jpexs/decompiler/flash/gui/locales/ErrorLogFrame_pt.properties +++ b/src/com/jpexs/decompiler/flash/gui/locales/ErrorLogFrame_pt.properties @@ -12,10 +12,8 @@ # # You should have received a copy of the GNU General Public License # along with this program. If not, see . - -copy = Copiar -details = Ver detalhes -dialog.title = Log - +copy=Copiar +details=Ver detalhes +dialog.title=Log #after version 1.7.0u1: -clear = Limpar +clear=Limpar diff --git a/src/com/jpexs/decompiler/flash/gui/locales/ErrorLogFrame_pt_BR.properties b/src/com/jpexs/decompiler/flash/gui/locales/ErrorLogFrame_pt_BR.properties index a6eecd212..0e4d017a6 100644 --- a/src/com/jpexs/decompiler/flash/gui/locales/ErrorLogFrame_pt_BR.properties +++ b/src/com/jpexs/decompiler/flash/gui/locales/ErrorLogFrame_pt_BR.properties @@ -12,10 +12,8 @@ # # You should have received a copy of the GNU General Public License # along with this program. If not, see . - -copy = Copiar -details = Ver detalhes -dialog.title = Registro - +copy=Copiar +details=Ver detalhes +dialog.title=Registro #after version 1.7.0u1: -clear = Limpar +clear=Limpar diff --git a/src/com/jpexs/decompiler/flash/gui/locales/ErrorLogFrame_ru.properties b/src/com/jpexs/decompiler/flash/gui/locales/ErrorLogFrame_ru.properties index f68ddd379..fd81652ec 100644 --- a/src/com/jpexs/decompiler/flash/gui/locales/ErrorLogFrame_ru.properties +++ b/src/com/jpexs/decompiler/flash/gui/locales/ErrorLogFrame_ru.properties @@ -12,10 +12,8 @@ # # You should have received a copy of the GNU General Public License # along with this program. If not, see . - -copy = \u041a\u043e\u043f\u0438\u0440\u043e\u0432\u0430\u0442\u044c \u0432 \u0431\u0443\u0444\u0435\u0440 \u043e\u0431\u043c\u0435\u043d\u0430 -details = \u041f\u043e\u0441\u043c\u043e\u0442\u0440\u0435\u0442\u044c \u043f\u043e\u0434\u0440\u043e\u0431\u043d\u043e\u0441\u0442\u0438 -dialog.title = \u041b\u043e\u0433 - +copy=\u041a\u043e\u043f\u0438\u0440\u043e\u0432\u0430\u0442\u044c \u0432 \u0431\u0443\u0444\u0435\u0440 \u043e\u0431\u043c\u0435\u043d\u0430 +details=\u041f\u043e\u0441\u043c\u043e\u0442\u0440\u0435\u0442\u044c \u043f\u043e\u0434\u0440\u043e\u0431\u043d\u043e\u0441\u0442\u0438 +dialog.title=\u041b\u043e\u0433 #after version 1.7.0u1: -clear = \u041e\u0447\u0438\u0441\u0442\u0438\u0442\u044c +clear=\u041e\u0447\u0438\u0441\u0442\u0438\u0442\u044c diff --git a/src/com/jpexs/decompiler/flash/gui/locales/ErrorLogFrame_sv.properties b/src/com/jpexs/decompiler/flash/gui/locales/ErrorLogFrame_sv.properties index a3dcafcb6..81b069d3d 100644 --- a/src/com/jpexs/decompiler/flash/gui/locales/ErrorLogFrame_sv.properties +++ b/src/com/jpexs/decompiler/flash/gui/locales/ErrorLogFrame_sv.properties @@ -12,10 +12,8 @@ # # You should have received a copy of the GNU General Public License # along with this program. If not, see . - -copy = Kopiera till urklipp -details = Visa detaljer -dialog.title = Logg - +copy=Kopiera till urklipp +details=Visa detaljer +dialog.title=Logg #after version 1.7.0u1: -clear = Rensa +clear=Rensa diff --git a/src/com/jpexs/decompiler/flash/gui/locales/ErrorLogFrame_tr.properties b/src/com/jpexs/decompiler/flash/gui/locales/ErrorLogFrame_tr.properties index a1a52ab5c..df462a2dc 100644 --- a/src/com/jpexs/decompiler/flash/gui/locales/ErrorLogFrame_tr.properties +++ b/src/com/jpexs/decompiler/flash/gui/locales/ErrorLogFrame_tr.properties @@ -12,10 +12,8 @@ # # You should have received a copy of the GNU General Public License # along with this program. If not, see . - -copy = Panoya kopyala -details = Detaylar\u0131 g\u00f6ster -dialog.title = G\u00fcnl\u00fck - +copy=Panoya kopyala +details=Detaylar\u0131 g\u00f6ster +dialog.title=G\u00fcnl\u00fck #after version 1.7.0u1: -clear = Temizle +clear=Temizle diff --git a/src/com/jpexs/decompiler/flash/gui/locales/ErrorLogFrame_uk.properties b/src/com/jpexs/decompiler/flash/gui/locales/ErrorLogFrame_uk.properties index 671a43fb9..7ecb187bf 100644 --- a/src/com/jpexs/decompiler/flash/gui/locales/ErrorLogFrame_uk.properties +++ b/src/com/jpexs/decompiler/flash/gui/locales/ErrorLogFrame_uk.properties @@ -12,10 +12,8 @@ # # You should have received a copy of the GNU General Public License # along with this program. If not, see . - -copy = \u0421\u043a\u043e\u043f\u0456\u044e\u0432\u0430\u0442\u0438 \u0432 \u0431\u0443\u0444\u0435\u0440 \u043e\u0431\u043c\u0456\u043d\u0443 -details = \u041f\u0435\u0440\u0435\u0433\u043b\u044f\u043d\u0443\u0442\u0438 \u043f\u043e\u0434\u0440\u043e\u0431\u0438\u0446\u0456 -dialog.title = \u041b\u043e\u0433 - +copy=\u0421\u043a\u043e\u043f\u0456\u044e\u0432\u0430\u0442\u0438 \u0432 \u0431\u0443\u0444\u0435\u0440 \u043e\u0431\u043c\u0456\u043d\u0443 +details=\u041f\u0435\u0440\u0435\u0433\u043b\u044f\u043d\u0443\u0442\u0438 \u043f\u043e\u0434\u0440\u043e\u0431\u0438\u0446\u0456 +dialog.title=\u041b\u043e\u0433 #after version 1.7.0u1: -clear = \u041e\u0447\u0438\u0441\u0442\u0438\u0442\u0438 +clear=\u041e\u0447\u0438\u0441\u0442\u0438\u0442\u0438 diff --git a/src/com/jpexs/decompiler/flash/gui/locales/ErrorLogFrame_zh.properties b/src/com/jpexs/decompiler/flash/gui/locales/ErrorLogFrame_zh.properties index a44613497..bc8ca57e0 100644 --- a/src/com/jpexs/decompiler/flash/gui/locales/ErrorLogFrame_zh.properties +++ b/src/com/jpexs/decompiler/flash/gui/locales/ErrorLogFrame_zh.properties @@ -12,10 +12,8 @@ # # You should have received a copy of the GNU General Public License # along with this program. If not, see . - -copy = \u590d\u5236\u5230\u526a\u8d34\u677f -details = \u67e5\u770b\u8be6\u7ec6\u4fe1\u606f -dialog.title = \u65e5\u5fd7 - +copy=\u590d\u5236\u5230\u526a\u8d34\u677f +details=\u67e5\u770b\u8be6\u7ec6\u4fe1\u606f +dialog.title=\u65e5\u5fd7 #after version 1.7.0u1: -clear = \u6e05\u9664 +clear=\u6e05\u9664 diff --git a/src/com/jpexs/decompiler/flash/gui/locales/ExportDialog.properties b/src/com/jpexs/decompiler/flash/gui/locales/ExportDialog.properties index 67ce10695..3e29c666f 100644 --- a/src/com/jpexs/decompiler/flash/gui/locales/ExportDialog.properties +++ b/src/com/jpexs/decompiler/flash/gui/locales/ExportDialog.properties @@ -12,105 +12,86 @@ # # You should have received a copy of the GNU General Public License # along with this program. If not, see . -shapes = Shapes -shapes.svg = SVG -shapes.png = PNG -shapes.bmp = BMP -shapes.canvas = HTML5 Canvas -shapes.swf = SWF - -texts = Texts -texts.plain = Plain text -texts.formatted = Formatted text -texts.svg = SVG - -images = Images -images.png_gif_jpeg = PNG/GIF/JPEG -images.png = PNG -images.jpeg = JPEG -images.bmp = BMP - -movies = Movies -movies.flv = FLV (No audio) - -sounds = Sounds -sounds.mp3_wav_flv = MP3/WAV/FLV -sounds.flv = FLV (Audio only) -sounds.mp3_wav = MP3/WAV -sounds.wav = WAV - -scripts = Scripts -scripts.as = ActionScript -scripts.pcode = P-code -scripts.pcode_hex = P-code with Hex -scripts.hex = Hex -scripts.constants = Constants -scripts.as_method_stubs = ActionScript method stubs -scripts.pcode_graphviz = P-code GraphViz - -binaryData = Binary data -binaryData.raw = Raw - -dialog.title = Export... - -button.ok = OK -button.cancel = Cancel - -morphshapes = Morphshapes -morphshapes.gif = GIF -morphshapes.svg = SVG -morphshapes.canvas = HTML5 Canvas -morphshapes.swf = SWF -morphshapes.bmp_start_end = BMP (start, end) -morphshapes.png_start_end = PNG (start, end) -morphshapes.svg_start_end = SVG (start, end) - -frames = Frames -frames.png = PNG -frames.gif = GIF -frames.avi = AVI -frames.svg = SVG -frames.canvas = HTML5 Canvas -frames.pdf = PDF -frames.bmp = BMP -frames.swf = SWF - -sprites = Sprites -sprites.png = PNG -sprites.gif = GIF -sprites.avi = AVI -sprites.svg = SVG -sprites.canvas = HTML5 Canvas -sprites.pdf = PDF -sprites.bmp = BMP -sprites.swf = SWF - -buttons = Buttons -buttons.png = PNG -buttons.svg = SVG -buttons.bmp = BMP -buttons.swf = SWF - -fonts = Fonts -fonts.ttf = TTF -fonts.woff = WOFF - -zoom = Zoom -zoom.percent = % -zoom.invalid = Invalid zoom value. - -symbolclass = Symbol-Class mapping -symbolclass.csv = CSV - +shapes=Shapes +shapes.svg=SVG +shapes.png=PNG +shapes.bmp=BMP +shapes.canvas=HTML5 Canvas +shapes.swf=SWF +texts=Texts +texts.plain=Plain text +texts.formatted=Formatted text +texts.svg=SVG +images=Images +images.png_gif_jpeg=PNG/GIF/JPEG +images.png=PNG +images.jpeg=JPEG +images.bmp=BMP +movies=Movies +movies.flv=FLV (No audio) +sounds=Sounds +sounds.mp3_wav_flv=MP3/WAV/FLV +sounds.flv=FLV (Audio only) +sounds.mp3_wav=MP3/WAV +sounds.wav=WAV +scripts=Scripts +scripts.as=ActionScript +scripts.pcode=P-code +scripts.pcode_hex=P-code with Hex +scripts.hex=Hex +scripts.constants=Constants +scripts.as_method_stubs=ActionScript method stubs +scripts.pcode_graphviz=P-code GraphViz +binaryData=Binary data +binaryData.raw=Raw +dialog.title=Export... +button.ok=OK +button.cancel=Cancel +morphshapes=Morphshapes +morphshapes.gif=GIF +morphshapes.svg=SVG +morphshapes.canvas=HTML5 Canvas +morphshapes.swf=SWF +morphshapes.bmp_start_end=BMP (start, end) +morphshapes.png_start_end=PNG (start, end) +morphshapes.svg_start_end=SVG (start, end) +frames=Frames +frames.png=PNG +frames.gif=GIF +frames.avi=AVI +frames.svg=SVG +frames.canvas=HTML5 Canvas +frames.pdf=PDF +frames.bmp=BMP +frames.swf=SWF +sprites=Sprites +sprites.png=PNG +sprites.gif=GIF +sprites.avi=AVI +sprites.svg=SVG +sprites.canvas=HTML5 Canvas +sprites.pdf=PDF +sprites.bmp=BMP +sprites.swf=SWF +buttons=Buttons +buttons.png=PNG +buttons.svg=SVG +buttons.bmp=BMP +buttons.swf=SWF +fonts=Fonts +fonts.ttf=TTF +fonts.woff=WOFF +zoom=Zoom +zoom.percent=% +zoom.invalid=Invalid zoom value. +symbolclass=Symbol-Class mapping +symbolclass.csv=CSV #after 18.0.0 -images.png_gif_jpeg_alpha = PNG/GIF/JPEG+alpha - +images.png_gif_jpeg_alpha=PNG/GIF/JPEG+alpha #after 18.5.0 -fonts4 = DefineFont4 -fonts4.cff = CFF - -embed = Export embedded assets via [Embed] - +fonts4=DefineFont4 +fonts4.cff=CFF +embed=Export embedded assets via [Embed] #after 20.1.0 -resampleWav = Resample Wav to 44kHz -transparentFrameBackground = Ignore background color (make transparent) \ No newline at end of file +resampleWav=Resample Wav to 44kHz +transparentFrameBackground=Ignore background color (make transparent) \ No newline at end of file diff --git a/src/com/jpexs/decompiler/flash/gui/locales/ExportDialog_ca.properties b/src/com/jpexs/decompiler/flash/gui/locales/ExportDialog_ca.properties index 2ad67017d..0e0be672f 100644 --- a/src/com/jpexs/decompiler/flash/gui/locales/ExportDialog_ca.properties +++ b/src/com/jpexs/decompiler/flash/gui/locales/ExportDialog_ca.properties @@ -12,83 +12,68 @@ # # You should have received a copy of the GNU General Public License # along with this program. If not, see . -shapes = Formes -shapes.svg = SVG -shapes.png = PNG -shapes.bmp = BMP -shapes.canvas = Tela HTML5 - -texts = Texts -texts.plain = Text planer -texts.formatted = Text formatat -texts.svg = SVG - -images = Imatges -images.png_gif_jpeg = PNG/GIF/JPEG -images.png = PNG -images.jpeg = JPEG -images.bmp = BMP - -movies = Pel\u00b7l\u00edcules -movies.flv = FLV (sense \u00e0udio) - -sounds = Sons -sounds.mp3_wav_flv = MP3/WAV/FLV -sounds.flv = FLV (nom\u00e9s \u00e0udio) -sounds.mp3_wav = MP3/WAV -sounds.wav = WAV - -scripts = Scripts -scripts.as = ActionScript -scripts.pcode = Codi P -scripts.pcode_hex = Codi P amb Hex -scripts.hex = Hex -scripts.constants = Constants -scripts.as_method_stubs = Stubs de m\u00e8tode ActionScript - -binaryData = Dades bin\u00e0ries -binaryData.raw = Cru - -dialog.title = Exporta... - -button.ok = B\u00e9 -button.cancel = Cancel\u00b7la - -morphshapes = Morphshapes -morphshapes.gif = GIF -morphshapes.svg = SVG -morphshapes.canvas = Tela HTML5 - -frames = Marcs -frames.png = PNG -frames.gif = GIF -frames.avi = AVI -frames.svg = SVG -frames.canvas = Tela HTML5 -frames.pdf = PDF -frames.bmp = BMP - -sprites = Sprites -sprites.png = PNG -sprites.gif = GIF -sprites.avi = AVI -sprites.svg = SVG -sprites.canvas = Tela HTML5 -sprites.pdf = PDF -sprites.bmp = BMP - -buttons = Buttons -buttons.png = PNG -buttons.svg = SVG -buttons.bmp = BMP - -fonts = Tipografies -fonts.ttf = TTF -fonts.woff = WOFF - -zoom = Zoom -zoom.percent = % -zoom.invalid = Valor de zoom inv\u00e0lid. - -symbolclass = Mapejat S\u00edmbol-Classe -symbolclass.csv = CSV +shapes=Formes +shapes.svg=SVG +shapes.png=PNG +shapes.bmp=BMP +shapes.canvas=Tela HTML5 +texts=Texts +texts.plain=Text planer +texts.formatted=Text formatat +texts.svg=SVG +images=Imatges +images.png_gif_jpeg=PNG/GIF/JPEG +images.png=PNG +images.jpeg=JPEG +images.bmp=BMP +movies=Pel\u00b7l\u00edcules +movies.flv=FLV (sense \u00e0udio) +sounds=Sons +sounds.mp3_wav_flv=MP3/WAV/FLV +sounds.flv=FLV (nom\u00e9s \u00e0udio) +sounds.mp3_wav=MP3/WAV +sounds.wav=WAV +scripts=Scripts +scripts.as=ActionScript +scripts.pcode=Codi P +scripts.pcode_hex=Codi P amb Hex +scripts.hex=Hex +scripts.constants=Constants +scripts.as_method_stubs=Stubs de m\u00e8tode ActionScript +binaryData=Dades bin\u00e0ries +binaryData.raw=Cru +dialog.title=Exporta... +button.ok=B\u00e9 +button.cancel=Cancel\u00b7la +morphshapes=Morphshapes +morphshapes.gif=GIF +morphshapes.svg=SVG +morphshapes.canvas=Tela HTML5 +frames=Marcs +frames.png=PNG +frames.gif=GIF +frames.avi=AVI +frames.svg=SVG +frames.canvas=Tela HTML5 +frames.pdf=PDF +frames.bmp=BMP +sprites=Sprites +sprites.png=PNG +sprites.gif=GIF +sprites.avi=AVI +sprites.svg=SVG +sprites.canvas=Tela HTML5 +sprites.pdf=PDF +sprites.bmp=BMP +buttons=Buttons +buttons.png=PNG +buttons.svg=SVG +buttons.bmp=BMP +fonts=Tipografies +fonts.ttf=TTF +fonts.woff=WOFF +zoom=Zoom +zoom.percent=% +zoom.invalid=Valor de zoom inv\u00e0lid. +symbolclass=Mapejat S\u00edmbol-Classe +symbolclass.csv=CSV diff --git a/src/com/jpexs/decompiler/flash/gui/locales/ExportDialog_cs.properties b/src/com/jpexs/decompiler/flash/gui/locales/ExportDialog_cs.properties index f6e92d00a..73168739e 100644 --- a/src/com/jpexs/decompiler/flash/gui/locales/ExportDialog_cs.properties +++ b/src/com/jpexs/decompiler/flash/gui/locales/ExportDialog_cs.properties @@ -12,100 +12,83 @@ # # You should have received a copy of the GNU General Public License # along with this program. If not, see . -shapes = Tvary -shapes.svg = SVG -shapes.png = PNG -shapes.bmp = BMP -shapes.canvas = HTML5 Canvas -shapes.swf = SWF - -texts = Texty -texts.plain = \u010cist\u00fd Text -texts.formatted = Form\u00e1tovan\u00fd text -texts.svg = SVG - -images = Obr\u00e1zky -images.png_gif_jpeg = PNG/GIF/JPEG -images.png = PNG -images.jpeg = JPEG -images.bmp = BMP - -movies = Videa -movies.flv = FLV (bez zvuku) - -sounds = Zvuky -sounds.mp3_wav_flv = MP3/WAV/FLV -sounds.flv = FLV (pouze zvuk) -sounds.mp3_wav = MP3/WAV -sounds.wav = WAV - -scripts = Skripty -scripts.as = ActionScript -scripts.pcode = P-k\u00f3d -scripts.pcode_hex = P-k\u00f3d s hex -scripts.hex = Hex -scripts.constants = Konstanty -scripts.as_method_stubs = Z\u00e1klady ActionScript metod -scripts.pcode_graphviz = P-k\u00f3d GraphViz - -binaryData = Bin\u00e1rn\u00ed data -binaryData.raw = Raw - -dialog.title = Exportovat... - -button.ok = OK -button.cancel = Storno - -morphshapes = Morphshapes -morphshapes.gif = GIF -morphshapes.svg = SVG -morphshapes.canvas = HTML5 Canvas -morphshapes.swf = SWF -morphshapes.bmp_start_end = BMP (za\u010d\u00e1tek, konec) -morphshapes.png_start_end = PNG (za\u010d\u00e1tek, konec) -morphshapes.svg_start_end = SVG (za\u010d\u00e1tek, konec) - -frames = Sn\u00edmky -frames.png = PNG -frames.gif = GIF -frames.avi = AVI -frames.svg = SVG -frames.canvas = HTML5 Canvas -frames.pdf = PDF -frames.bmp = BMP -frames.swf = SWF -sprites = Sprites -sprites.png = PNG -sprites.gif = GIF -sprites.avi = AVI -sprites.svg = SVG -sprites.canvas = HTML5 Canvas -sprites.pdf = PDF -sprites.bmp = BMP -sprites.swf = SWF - -buttons = Tla\u010d\u00edtka -buttons.png = PNG -buttons.svg = SVG -buttons.bmp = BMP -buttons.swf = SWF - -fonts = P\u00edsma -fonts.ttf = TTF -fonts.woff = WOFF - -zoom = P\u0159ibl\u00ed\u017een\u00ed -zoom.percent = % -zoom.invalid = Neplatn\u00e1 hodnota velikost. - -symbolclass = Mapov\u00e1n\u00ed symbol\u016f na t\u0159\u00eddy -symbolclass.csv = CSV - +shapes=Tvary +shapes.svg=SVG +shapes.png=PNG +shapes.bmp=BMP +shapes.canvas=HTML5 Canvas +shapes.swf=SWF +texts=Texty +texts.plain=\u010cist\u00fd Text +texts.formatted=Form\u00e1tovan\u00fd text +texts.svg=SVG +images=Obr\u00e1zky +images.png_gif_jpeg=PNG/GIF/JPEG +images.png=PNG +images.jpeg=JPEG +images.bmp=BMP +movies=Videa +movies.flv=FLV (bez zvuku) +sounds=Zvuky +sounds.mp3_wav_flv=MP3/WAV/FLV +sounds.flv=FLV (pouze zvuk) +sounds.mp3_wav=MP3/WAV +sounds.wav=WAV +scripts=Skripty +scripts.as=ActionScript +scripts.pcode=P-k\u00f3d +scripts.pcode_hex=P-k\u00f3d s hex +scripts.hex=Hex +scripts.constants=Konstanty +scripts.as_method_stubs=Z\u00e1klady ActionScript metod +scripts.pcode_graphviz=P-k\u00f3d GraphViz +binaryData=Bin\u00e1rn\u00ed data +binaryData.raw=Raw +dialog.title=Exportovat... +button.ok=OK +button.cancel=Storno +morphshapes=Morphshapes +morphshapes.gif=GIF +morphshapes.svg=SVG +morphshapes.canvas=HTML5 Canvas +morphshapes.swf=SWF +morphshapes.bmp_start_end=BMP (za\u010d\u00e1tek, konec) +morphshapes.png_start_end=PNG (za\u010d\u00e1tek, konec) +morphshapes.svg_start_end=SVG (za\u010d\u00e1tek, konec) +frames=Sn\u00edmky +frames.png=PNG +frames.gif=GIF +frames.avi=AVI +frames.svg=SVG +frames.canvas=HTML5 Canvas +frames.pdf=PDF +frames.bmp=BMP +frames.swf=SWF +sprites=Sprites +sprites.png=PNG +sprites.gif=GIF +sprites.avi=AVI +sprites.svg=SVG +sprites.canvas=HTML5 Canvas +sprites.pdf=PDF +sprites.bmp=BMP +sprites.swf=SWF +buttons=Tla\u010d\u00edtka +buttons.png=PNG +buttons.svg=SVG +buttons.bmp=BMP +buttons.swf=SWF +fonts=P\u00edsma +fonts.ttf=TTF +fonts.woff=WOFF +zoom=P\u0159ibl\u00ed\u017een\u00ed +zoom.percent=% +zoom.invalid=Neplatn\u00e1 hodnota velikost. +symbolclass=Mapov\u00e1n\u00ed symbol\u016f na t\u0159\u00eddy +symbolclass.csv=CSV #after 18.0.0 -images.png_gif_jpeg_alpha = PNG/GIF/JPEG+alpha - -embed = Exportovat vlo\u017een\u00e9 zdroje skrze [Embed] - +images.png_gif_jpeg_alpha=PNG/GIF/JPEG+alpha +embed=Exportovat vlo\u017een\u00e9 zdroje skrze [Embed] #after 20.1.0 -resampleWav = P\u0159evzorkovat Wav na 44kHz -transparentFrameBackground = Ignorovat barvu pozad\u00ed (pou\u017e\u00edt pr\u016fhlednou) \ No newline at end of file +resampleWav=P\u0159evzorkovat Wav na 44kHz +transparentFrameBackground=Ignorovat barvu pozad\u00ed (pou\u017e\u00edt pr\u016fhlednou) \ No newline at end of file diff --git a/src/com/jpexs/decompiler/flash/gui/locales/ExportDialog_de.properties b/src/com/jpexs/decompiler/flash/gui/locales/ExportDialog_de.properties index 539467b75..311f0bb63 100644 --- a/src/com/jpexs/decompiler/flash/gui/locales/ExportDialog_de.properties +++ b/src/com/jpexs/decompiler/flash/gui/locales/ExportDialog_de.properties @@ -12,33 +12,26 @@ # # You should have received a copy of the GNU General Public License # along with this program. If not, see . -shapes = Formen -shapes.svg = SVG -shapes.png = PNG -shapes.bmp = BMP - -texts = Texte -texts.plain = Klartext -texts.formatted = Formatierter Text - -images = Bilder -images.png_gif_jpeg = PNG/GIF/JPEG -images.png = PNG -images.jpeg = JPEG -images.bmp = BMP - -movies = Movies -movies.flv = FLV (Keine Ger\u00e4usche) - -sounds = Ger\u00e4usche -sounds.mp3_wav_flv = MP3/WAV/FLV -sounds.flv = FLV (Nur Ger\u00e4usche) - -scripts = Script -scripts.as = ActionScript -scripts.pcode = PCODE - -dialog.title = Exportieren... - -button.ok = OK -button.cancel = Abbrechen +shapes=Formen +shapes.svg=SVG +shapes.png=PNG +shapes.bmp=BMP +texts=Texte +texts.plain=Klartext +texts.formatted=Formatierter Text +images=Bilder +images.png_gif_jpeg=PNG/GIF/JPEG +images.png=PNG +images.jpeg=JPEG +images.bmp=BMP +movies=Movies +movies.flv=FLV (Keine Ger\u00e4usche) +sounds=Ger\u00e4usche +sounds.mp3_wav_flv=MP3/WAV/FLV +sounds.flv=FLV (Nur Ger\u00e4usche) +scripts=Script +scripts.as=ActionScript +scripts.pcode=PCODE +dialog.title=Exportieren... +button.ok=OK +button.cancel=Abbrechen diff --git a/src/com/jpexs/decompiler/flash/gui/locales/ExportDialog_es.properties b/src/com/jpexs/decompiler/flash/gui/locales/ExportDialog_es.properties index fbb3e27f2..8aca3a502 100644 --- a/src/com/jpexs/decompiler/flash/gui/locales/ExportDialog_es.properties +++ b/src/com/jpexs/decompiler/flash/gui/locales/ExportDialog_es.properties @@ -12,82 +12,67 @@ # # You should have received a copy of the GNU General Public License # along with this program. If not, see . -shapes = Formas -shapes.svg = SVG -shapes.png = PNG -shapes.bmp = BMP -shapes.canvas = HTML5 Canvas - -texts = Textos -texts.plain = Texto plano -texts.formatted = Texto formateado -texts.svg = SVG - -images = Im\u00e1genes -images.png_gif_jpeg = PNG/GIF/JPEG -images.png = PNG -images.jpeg = JPEG -images.bmp = BMP - -movies = Pel\u00edculas -movies.flv = FLV (Sin audio) - -sounds = Sonidos -sounds.mp3_wav_flv = MP3/WAV/FLV -sounds.flv = FLV (Solo audio) -sounds.mp3_wav = MP3/WAV -sounds.wav = WAV - -scripts = Scripts -scripts.as = ActionScript -scripts.pcode = P-code -scripts.pcode_hex = P-code con Hexadecimal -scripts.hex = Hexadecimal -scripts.constants = Constantes - -binaryData = Datos binarios -binaryData.raw = Crudo - -dialog.title = Exportar... - -button.ok = OK -button.cancel = Cancelar - -morphshapes = Morphshapes -morphshapes.gif = GIF -morphshapes.svg = SVG -morphshapes.canvas = HTML5 Canvas - -frames = Marcos -frames.png = PNG -frames.gif = GIF -frames.avi = AVI -frames.svg = SVG -frames.canvas = HTML5 Canvas -frames.pdf = PDF -frames.bmp = BMP - -sprites = Sprites -sprites.png = PNG -sprites.gif = GIF -sprites.avi = AVI -sprites.svg = SVG -sprites.canvas = Canvas HTML5 -sprites.pdf = PDF -sprites.bmp = BMP - -buttons = Botones -buttons.png = PNG -buttons.svg = SVG -buttons.bmp = BMP - -fonts = Fonts -fonts.ttf = TTF -fonts.woff = WOFF - -zoom = Ampliar -zoom.percent = % -zoom.invalid = Valor inv\u00e1lido para ampliar. - -symbolclass = Clase Symbol -symbolclass.csv = CSV +shapes=Formas +shapes.svg=SVG +shapes.png=PNG +shapes.bmp=BMP +shapes.canvas=HTML5 Canvas +texts=Textos +texts.plain=Texto plano +texts.formatted=Texto formateado +texts.svg=SVG +images=Im\u00e1genes +images.png_gif_jpeg=PNG/GIF/JPEG +images.png=PNG +images.jpeg=JPEG +images.bmp=BMP +movies=Pel\u00edculas +movies.flv=FLV (Sin audio) +sounds=Sonidos +sounds.mp3_wav_flv=MP3/WAV/FLV +sounds.flv=FLV (Solo audio) +sounds.mp3_wav=MP3/WAV +sounds.wav=WAV +scripts=Scripts +scripts.as=ActionScript +scripts.pcode=P-code +scripts.pcode_hex=P-code con Hexadecimal +scripts.hex=Hexadecimal +scripts.constants=Constantes +binaryData=Datos binarios +binaryData.raw=Crudo +dialog.title=Exportar... +button.ok=OK +button.cancel=Cancelar +morphshapes=Morphshapes +morphshapes.gif=GIF +morphshapes.svg=SVG +morphshapes.canvas=HTML5 Canvas +frames=Marcos +frames.png=PNG +frames.gif=GIF +frames.avi=AVI +frames.svg=SVG +frames.canvas=HTML5 Canvas +frames.pdf=PDF +frames.bmp=BMP +sprites=Sprites +sprites.png=PNG +sprites.gif=GIF +sprites.avi=AVI +sprites.svg=SVG +sprites.canvas=Canvas HTML5 +sprites.pdf=PDF +sprites.bmp=BMP +buttons=Botones +buttons.png=PNG +buttons.svg=SVG +buttons.bmp=BMP +fonts=Fonts +fonts.ttf=TTF +fonts.woff=WOFF +zoom=Ampliar +zoom.percent=% +zoom.invalid=Valor inv\u00e1lido para ampliar. +symbolclass=Clase Symbol +symbolclass.csv=CSV diff --git a/src/com/jpexs/decompiler/flash/gui/locales/ExportDialog_fr.properties b/src/com/jpexs/decompiler/flash/gui/locales/ExportDialog_fr.properties index 8b0b9246d..041e28c66 100644 --- a/src/com/jpexs/decompiler/flash/gui/locales/ExportDialog_fr.properties +++ b/src/com/jpexs/decompiler/flash/gui/locales/ExportDialog_fr.properties @@ -12,82 +12,67 @@ # # You should have received a copy of the GNU General Public License # along with this program. If not, see . -shapes = Formes -shapes.svg = SVG -shapes.png = PNG -shapes.bmp = BMP -shapes.canvas = Canevas HTML5 - -texts = Textes -texts.plain = Texte brut -texts.formatted = Texte format\u00e9 -texts.svg = SVG - -images = Images -images.png_gif_jpeg = PNG/GIF/JPEG -images.png = PNG -images.jpeg = JPEG -images.bmp = BMP - -movies = Vid\u00e9os -movies.flv = FLV (Aucun son) - -sounds = Sons -sounds.mp3_wav_flv = MP3/WAV/FLV -sounds.flv = FLV (Audio seulement) -sounds.mp3_wav = MP3/WAV -sounds.wav = WAV - -scripts = Scripts -scripts.as = ActionScript -scripts.pcode = Assembleur -scripts.pcode_hex = Assembleur hexad\u00e9cimal -scripts.hex = Hexad\u00e9cimal -scripts.constants = Constantes - -binaryData = Donn\u00e8es binaires -binaryData.raw = Raw - -dialog.title = Exportation... - -button.ok = OK -button.cancel = Annuler - -morphshapes = Images anim\u00e8es -morphshapes.gif = GIF -morphshapes.svg = SVG -morphshapes.canvas = Canevas HTML5 - -frames = Image -frames.png = PNG -frames.gif = GIF -frames.avi = AVI -frames.svg = SVG -frames.canvas = Canevas HTML5 -frames.pdf = PDF -frames.bmp = BMP - -sprites = Sprites -sprites.png = PNG -sprites.gif = GIF -sprites.avi = AVI -sprites.svg = SVG -sprites.canvas = Canevas HTML5 -sprites.pdf = PDF -sprites.bmp = BMP - -buttons = Buttons -buttons.png = PNG -buttons.svg = SVG -buttons.bmp = BMP - -fonts = Polices de caract\u00e9res -fonts.ttf = TTF -fonts.woff = WOFF - -zoom = Zoom -zoom.percent = % -zoom.invalid = Valeur de zoom invalide. - -symbolclass = Symbol-Class mapping -symbolclass.csv = CSV +shapes=Formes +shapes.svg=SVG +shapes.png=PNG +shapes.bmp=BMP +shapes.canvas=Canevas HTML5 +texts=Textes +texts.plain=Texte brut +texts.formatted=Texte format\u00e9 +texts.svg=SVG +images=Images +images.png_gif_jpeg=PNG/GIF/JPEG +images.png=PNG +images.jpeg=JPEG +images.bmp=BMP +movies=Vid\u00e9os +movies.flv=FLV (Aucun son) +sounds=Sons +sounds.mp3_wav_flv=MP3/WAV/FLV +sounds.flv=FLV (Audio seulement) +sounds.mp3_wav=MP3/WAV +sounds.wav=WAV +scripts=Scripts +scripts.as=ActionScript +scripts.pcode=Assembleur +scripts.pcode_hex=Assembleur hexad\u00e9cimal +scripts.hex=Hexad\u00e9cimal +scripts.constants=Constantes +binaryData=Donn\u00e8es binaires +binaryData.raw=Raw +dialog.title=Exportation... +button.ok=OK +button.cancel=Annuler +morphshapes=Images anim\u00e8es +morphshapes.gif=GIF +morphshapes.svg=SVG +morphshapes.canvas=Canevas HTML5 +frames=Image +frames.png=PNG +frames.gif=GIF +frames.avi=AVI +frames.svg=SVG +frames.canvas=Canevas HTML5 +frames.pdf=PDF +frames.bmp=BMP +sprites=Sprites +sprites.png=PNG +sprites.gif=GIF +sprites.avi=AVI +sprites.svg=SVG +sprites.canvas=Canevas HTML5 +sprites.pdf=PDF +sprites.bmp=BMP +buttons=Buttons +buttons.png=PNG +buttons.svg=SVG +buttons.bmp=BMP +fonts=Polices de caract\u00e9res +fonts.ttf=TTF +fonts.woff=WOFF +zoom=Zoom +zoom.percent=% +zoom.invalid=Valeur de zoom invalide. +symbolclass=Symbol-Class mapping +symbolclass.csv=CSV 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 a1f495d6e..8747267ed 100644 --- a/src/com/jpexs/decompiler/flash/gui/locales/ExportDialog_hu.properties +++ b/src/com/jpexs/decompiler/flash/gui/locales/ExportDialog_hu.properties @@ -12,82 +12,67 @@ # # You should have received a copy of the GNU General Public License # along with this program. If not, see . -shapes = Alakzatok -shapes.svg = SVG -shapes.png = PNG -shapes.bmp = BMP -shapes.canvas = HTML5 V\u00e1szon - -texts = Sz\u00f6vegek -texts.plain = Egyszer\u0171 sz\u00f6veg -texts.formatted = Form\u00e1zott sz\u00f6veg -texts.svg = SVG - -images = K\u00e9pek -images.png_gif_jpeg = PNG/GIF/JPEG -images.png = PNG -images.jpeg = JPEG -images.bmp = BMP - -movies = Mozg\u00f3k\u00e9pek -movies.flv = FLV (Hang n\u00e9lk\u00fcl) - -sounds = Hangok -sounds.mp3_wav_flv = MP3/WAV/FLV -sounds.flv = FLV (Csak hang) -sounds.mp3_wav = MP3/WAV -sounds.wav = WAV - -scripts = Szkriptek -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 - -dialog.title = Export\u00e1l\u00e1s... - -button.ok = OK -button.cancel = M\u00e9gse - -morphshapes = Morph alakzatok -morphshapes.gif = GIF -morphshapes.svg = SVG -morphshapes.canvas = HTML5 V\u00e1szon - -frames = Keretek -frames.png = PNG -frames.gif = GIF -frames.avi = AVI -frames.svg = SVG -frames.canvas = HTML5 V\u00e1szon -frames.pdf = PDF -frames.bmp = BMP - -sprites = Szpr\u00e1jtok -sprites.png = PNG -sprites.gif = GIF -sprites.avi = AVI -sprites.svg = SVG -sprites.canvas = HTML5 V\u00e1szon -sprites.pdf = PDF -sprites.bmp = BMP - -buttons = Gombok -buttons.png = PNG -buttons.svg = SVG -buttons.bmp = BMP - -fonts = Bet\u0171t\u00edpusok -fonts.ttf = TTF -fonts.woff = WOFF - -zoom = Nagy\u00edt\u00e1s -zoom.percent = % -zoom.invalid = \u00c9rv\u00e9nytelen nagy\u00edt\u00e1si \u00e9rt\u00e9k. - -symbolclass = Szimb\u00f3lum oszt\u00e1ly -symbolclass.csv = CSV +shapes=Alakzatok +shapes.svg=SVG +shapes.png=PNG +shapes.bmp=BMP +shapes.canvas=HTML5 V\u00e1szon +texts=Sz\u00f6vegek +texts.plain=Egyszer\u0171 sz\u00f6veg +texts.formatted=Form\u00e1zott sz\u00f6veg +texts.svg=SVG +images=K\u00e9pek +images.png_gif_jpeg=PNG/GIF/JPEG +images.png=PNG +images.jpeg=JPEG +images.bmp=BMP +movies=Mozg\u00f3k\u00e9pek +movies.flv=FLV (Hang n\u00e9lk\u00fcl) +sounds=Hangok +sounds.mp3_wav_flv=MP3/WAV/FLV +sounds.flv=FLV (Csak hang) +sounds.mp3_wav=MP3/WAV +sounds.wav=WAV +scripts=Szkriptek +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 +dialog.title=Export\u00e1l\u00e1s... +button.ok=OK +button.cancel=M\u00e9gse +morphshapes=Morph alakzatok +morphshapes.gif=GIF +morphshapes.svg=SVG +morphshapes.canvas=HTML5 V\u00e1szon +frames=Keretek +frames.png=PNG +frames.gif=GIF +frames.avi=AVI +frames.svg=SVG +frames.canvas=HTML5 V\u00e1szon +frames.pdf=PDF +frames.bmp=BMP +sprites=Szpr\u00e1jtok +sprites.png=PNG +sprites.gif=GIF +sprites.avi=AVI +sprites.svg=SVG +sprites.canvas=HTML5 V\u00e1szon +sprites.pdf=PDF +sprites.bmp=BMP +buttons=Gombok +buttons.png=PNG +buttons.svg=SVG +buttons.bmp=BMP +fonts=Bet\u0171t\u00edpusok +fonts.ttf=TTF +fonts.woff=WOFF +zoom=Nagy\u00edt\u00e1s +zoom.percent=% +zoom.invalid=\u00c9rv\u00e9nytelen nagy\u00edt\u00e1si \u00e9rt\u00e9k. +symbolclass=Szimb\u00f3lum oszt\u00e1ly +symbolclass.csv=CSV diff --git a/src/com/jpexs/decompiler/flash/gui/locales/ExportDialog_it.properties b/src/com/jpexs/decompiler/flash/gui/locales/ExportDialog_it.properties index e1133db2c..1c41edff2 100644 --- a/src/com/jpexs/decompiler/flash/gui/locales/ExportDialog_it.properties +++ b/src/com/jpexs/decompiler/flash/gui/locales/ExportDialog_it.properties @@ -12,82 +12,67 @@ # # You should have received a copy of the GNU General Public License # along with this program. If not, see . -shapes = Forme -shapes.svg = SVG -shapes.png = PNG -shapes.bmp = BMP -shapes.canvas = HTML5 Canvas - -texts = Testi -texts.plain = Testo semplice -texts.formatted = Testo formattato -texts.svg = SVG - -images = Immagini -images.png_gif_jpeg = PNG/GIF/JPEG -images.png = PNG -images.jpeg = JPEG -images.bmp = BMP - -movies = Movie -movies.flv = FLV (senza audio) - -sounds = Suoni -sounds.mp3_wav_flv = MP3/WAV/FLV -sounds.flv = FLV (solo audio) -sounds.mp3_wav = MP3/WAV -sounds.wav = WAV - -scripts = Script -scripts.as = ActionScript -scripts.pcode = P-code -scripts.pcode_hex = P-code con esadecimale -scripts.hex = Esadecimale -scripts.constants = Costanti - -binaryData = Dati binari -binaryData.raw = Byte - -dialog.title = Esporta... - -button.ok = OK -button.cancel = Annulla - -morphshapes = Morphshape -morphshapes.gif = GIF -morphshapes.svg = SVG -morphshapes.canvas = HTML5 Canvas - -frames = Frame -frames.png = PNG -frames.gif = GIF -frames.avi = AVI -frames.svg = SVG -frames.canvas = HTML5 Canvas -frames.pdf = PDF -frames.bmp = BMP - -sprites = Sprite -sprites.png = PNG -sprites.gif = GIF -sprites.avi = AVI -sprites.svg = SVG -sprites.canvas = HTML5 Canvas -sprites.pdf = PDF -sprites.bmp = BMP - -buttons = Pulsanti -buttons.png = PNG -buttons.svg = SVG -buttons.bmp = BMP - -fonts = Font -fonts.ttf = TTF -fonts.woff = WOFF - -zoom = Zoom -zoom.percent = % -zoom.invalid = Valore di zoom non valido. - -symbolclass = Mappatura Simbolo-Classe -symbolclass.csv = CSV +shapes=Forme +shapes.svg=SVG +shapes.png=PNG +shapes.bmp=BMP +shapes.canvas=HTML5 Canvas +texts=Testi +texts.plain=Testo semplice +texts.formatted=Testo formattato +texts.svg=SVG +images=Immagini +images.png_gif_jpeg=PNG/GIF/JPEG +images.png=PNG +images.jpeg=JPEG +images.bmp=BMP +movies=Movie +movies.flv=FLV (senza audio) +sounds=Suoni +sounds.mp3_wav_flv=MP3/WAV/FLV +sounds.flv=FLV (solo audio) +sounds.mp3_wav=MP3/WAV +sounds.wav=WAV +scripts=Script +scripts.as=ActionScript +scripts.pcode=P-code +scripts.pcode_hex=P-code con esadecimale +scripts.hex=Esadecimale +scripts.constants=Costanti +binaryData=Dati binari +binaryData.raw=Byte +dialog.title=Esporta... +button.ok=OK +button.cancel=Annulla +morphshapes=Morphshape +morphshapes.gif=GIF +morphshapes.svg=SVG +morphshapes.canvas=HTML5 Canvas +frames=Frame +frames.png=PNG +frames.gif=GIF +frames.avi=AVI +frames.svg=SVG +frames.canvas=HTML5 Canvas +frames.pdf=PDF +frames.bmp=BMP +sprites=Sprite +sprites.png=PNG +sprites.gif=GIF +sprites.avi=AVI +sprites.svg=SVG +sprites.canvas=HTML5 Canvas +sprites.pdf=PDF +sprites.bmp=BMP +buttons=Pulsanti +buttons.png=PNG +buttons.svg=SVG +buttons.bmp=BMP +fonts=Font +fonts.ttf=TTF +fonts.woff=WOFF +zoom=Zoom +zoom.percent=% +zoom.invalid=Valore di zoom non valido. +symbolclass=Mappatura Simbolo-Classe +symbolclass.csv=CSV diff --git a/src/com/jpexs/decompiler/flash/gui/locales/ExportDialog_ja.properties b/src/com/jpexs/decompiler/flash/gui/locales/ExportDialog_ja.properties index 3e50ca5fd..524fc6f8a 100644 --- a/src/com/jpexs/decompiler/flash/gui/locales/ExportDialog_ja.properties +++ b/src/com/jpexs/decompiler/flash/gui/locales/ExportDialog_ja.properties @@ -12,89 +12,74 @@ # # You should have received a copy of the GNU General Public License # along with this program. If not, see . -shapes = \u56f3\u5f62 -shapes.svg = SVG -shapes.png = PNG -shapes.bmp = BMP -shapes.canvas = HTML5 Canvas -shapes.swf = SWF - -texts = \u30c6\u30ad\u30b9\u30c8 -texts.plain = \u30d7\u30ec\u30fc\u30f3\u30c6\u30ad\u30b9\u30c8 -texts.formatted = \u30d5\u30a9\u30fc\u30de\u30c3\u30c8\u3055\u308c\u305f\u30c6\u30ad\u30b9\u30c8 -texts.svg = SVG - -images = \u753b\u50cf -images.png_gif_jpeg = PNG / GIF / JPEG -images.png = PNG -images.jpeg = JPEG -images.bmp = BMP - -movies = \u52d5\u753b -movies.flv = FLV (\u97f3\u58f0\u306a\u3057) - -sounds = \u97f3\u58f0 -sounds.mp3_wav_flv = MP3 / WAV / FLV -sounds.flv = FLV (\u97f3\u58f0\u306e\u307f) -sounds.mp3_wav = MP3 / WAV -sounds.wav = WAV - -scripts = \u30b9\u30af\u30ea\u30d7\u30c8 -scripts.as = ActionScript -scripts.pcode = P-code -scripts.pcode_hex = 16\u9032\u6570\u306eP-code -scripts.hex = 16\u9032\u6570 -scripts.constants = \u5b9a\u6570 -scripts.as_method_stubs = ActionScript \u30e1\u30bd\u30c3\u30c9 \u30b9\u30bf\u30d6 -scripts.pcode_graphviz = P-code GraphViz - -binaryData = \u30d0\u30a4\u30ca\u30ea\u30c7\u30fc\u30bf -binaryData.raw = Raw - -dialog.title = \u30a8\u30af\u30b9\u30dd\u30fc\u30c8... - -button.ok = OK -button.cancel = \u30ad\u30e3\u30f3\u30bb\u30eb - -morphshapes = \u30e2\u30fc\u30d5\u56f3\u5f62 -morphshapes.gif = GIF -morphshapes.svg = SVG -morphshapes.canvas = HTML5 Canvas -morphshapes.swf = SWF - -frames = \u30d5\u30ec\u30fc\u30e0 -frames.png = PNG -frames.gif = GIF -frames.avi = AVI -frames.svg = SVG -frames.canvas = HTML5 Canvas -frames.pdf = PDF -frames.bmp = BMP -frames.swf = SWF - -sprites = \u30b9\u30d7\u30e9\u30a4\u30c8 -sprites.png = PNG -sprites.gif = GIF -sprites.avi = AVI -sprites.svg = SVG -sprites.canvas = HTML5 Canvas -sprites.pdf = PDF -sprites.bmp = BMP -sprites.swf = SWF - -buttons = \u30dc\u30bf\u30f3 -buttons.png = PNG -buttons.svg = SVG -buttons.bmp = BMP -buttons.swf = SWF - -fonts = \u30d5\u30a9\u30f3\u30c8 -fonts.ttf = TTF -fonts.woff = WOFF - -zoom = \u30ba\u30fc\u30e0 -zoom.percent = % -zoom.invalid = \u30ba\u30fc\u30e0\u5024\u304c\u7121\u52b9\u3067\u3059 - -symbolclass = Symbol\u30af\u30e9\u30b9 \u30de\u30c3\u30d4\u30f3\u30b0 -symbolclass.csv = CSV +shapes=\u56f3\u5f62 +shapes.svg=SVG +shapes.png=PNG +shapes.bmp=BMP +shapes.canvas=HTML5 Canvas +shapes.swf=SWF +texts=\u30c6\u30ad\u30b9\u30c8 +texts.plain=\u30d7\u30ec\u30fc\u30f3\u30c6\u30ad\u30b9\u30c8 +texts.formatted=\u30d5\u30a9\u30fc\u30de\u30c3\u30c8\u3055\u308c\u305f\u30c6\u30ad\u30b9\u30c8 +texts.svg=SVG +images=\u753b\u50cf +images.png_gif_jpeg=PNG / GIF / JPEG +images.png=PNG +images.jpeg=JPEG +images.bmp=BMP +movies=\u52d5\u753b +movies.flv=FLV (\u97f3\u58f0\u306a\u3057) +sounds=\u97f3\u58f0 +sounds.mp3_wav_flv=MP3 / WAV / FLV +sounds.flv=FLV (\u97f3\u58f0\u306e\u307f) +sounds.mp3_wav=MP3 / WAV +sounds.wav=WAV +scripts=\u30b9\u30af\u30ea\u30d7\u30c8 +scripts.as=ActionScript +scripts.pcode=P-code +scripts.pcode_hex=16\u9032\u6570\u306eP-code +scripts.hex=16\u9032\u6570 +scripts.constants=\u5b9a\u6570 +scripts.as_method_stubs=ActionScript \u30e1\u30bd\u30c3\u30c9 \u30b9\u30bf\u30d6 +scripts.pcode_graphviz=P-code GraphViz +binaryData=\u30d0\u30a4\u30ca\u30ea\u30c7\u30fc\u30bf +binaryData.raw=Raw +dialog.title=\u30a8\u30af\u30b9\u30dd\u30fc\u30c8... +button.ok=OK +button.cancel=\u30ad\u30e3\u30f3\u30bb\u30eb +morphshapes=\u30e2\u30fc\u30d5\u56f3\u5f62 +morphshapes.gif=GIF +morphshapes.svg=SVG +morphshapes.canvas=HTML5 Canvas +morphshapes.swf=SWF +frames=\u30d5\u30ec\u30fc\u30e0 +frames.png=PNG +frames.gif=GIF +frames.avi=AVI +frames.svg=SVG +frames.canvas=HTML5 Canvas +frames.pdf=PDF +frames.bmp=BMP +frames.swf=SWF +sprites=\u30b9\u30d7\u30e9\u30a4\u30c8 +sprites.png=PNG +sprites.gif=GIF +sprites.avi=AVI +sprites.svg=SVG +sprites.canvas=HTML5 Canvas +sprites.pdf=PDF +sprites.bmp=BMP +sprites.swf=SWF +buttons=\u30dc\u30bf\u30f3 +buttons.png=PNG +buttons.svg=SVG +buttons.bmp=BMP +buttons.swf=SWF +fonts=\u30d5\u30a9\u30f3\u30c8 +fonts.ttf=TTF +fonts.woff=WOFF +zoom=\u30ba\u30fc\u30e0 +zoom.percent=% +zoom.invalid=\u30ba\u30fc\u30e0\u5024\u304c\u7121\u52b9\u3067\u3059 +symbolclass=Symbol\u30af\u30e9\u30b9 \u30de\u30c3\u30d4\u30f3\u30b0 +symbolclass.csv=CSV diff --git a/src/com/jpexs/decompiler/flash/gui/locales/ExportDialog_nl.properties b/src/com/jpexs/decompiler/flash/gui/locales/ExportDialog_nl.properties index acb5b1107..207d90dc4 100644 --- a/src/com/jpexs/decompiler/flash/gui/locales/ExportDialog_nl.properties +++ b/src/com/jpexs/decompiler/flash/gui/locales/ExportDialog_nl.properties @@ -12,90 +12,83 @@ # # You should have received a copy of the GNU General Public License # along with this program. If not, see . -shapes = Vormen -shapes.svg = SVG -shapes.png = PNG -shapes.bmp = BMP -shapes.canvas = HTML5-canvas -shapes.swf = SWF - -texts = Teksten -texts.plain = Platte tekst -texts.formatted = Geformatteerde tekst -texts.svg = SVG - -images = Images -images.png_gif_jpeg = PNG/GIF/JPEG -images.png = PNG -images.jpeg = JPEG -images.bmp = BMP - -movies = Films -movies.flv = FLV (Geen audio) - -sounds = Geluiden -sounds.mp3_wav_flv = MP3/WAV/FLV -sounds.flv = FLV (Alleen audio) -sounds.mp3_wav = MP3/WAV -sounds.wav = WAV - -scripts = Scripts -scripts.as = ActionScript -scripts.pcode = P-code -scripts.pcode_hex = P-code met Hex -scripts.hex = Hex -scripts.constants = Constanten -scripts.as_method_stubs = ActionScript-methode stubs -scripts.pcode_graphviz = P-code GraphViz -binaryData = Binaire data -binaryData.raw = Raw - -dialog.title = Exporteren... - -button.ok = OK -button.cancel = Annuleren -morphshapes = Morphvormen -morphshapes.gif = GIF -morphshapes.svg = SVG -morphshapes.canvas = HTML5-canvas -morphshapes.swf = SWF -morphshapes.bmp_start_end = BMP (begin, einde) -morphshapes.png_start_end = PNG (begin, einde) -morphshapes.svg_start_end = SVG (begin, einde) -frames = Frames -frames.png = PNG -frames.gif = GIF -frames.avi = AVI -frames.svg = SVG -frames.canvas = HTML5-canvas -frames.pdf = PDF -frames.bmp = BMP -frames.swf = SWF -sprites = Sprites -sprites.png = PNG -sprites.gif = GIF -sprites.avi = AVI -sprites.svg = SVG -sprites.canvas = HTML5-canvas -sprites.pdf = PDF -sprites.bmp = BMP -sprites.swf = SWF -buttons = Knoppen -buttons.png = PNG -buttons.svg = SVG -buttons.bmp = BMP -buttons.swf = SWF -fonts = Lettertypen -fonts.ttf = TTF -fonts.woff = WOFF -zoom = Zoom -zoom.percent = % -zoom.invalid = Ongeldige zoomwaarde. -symbolclass = Toewijzing van symboolklassen -symbolclass.csv = CSV +shapes=Vormen +shapes.svg=SVG +shapes.png=PNG +shapes.bmp=BMP +shapes.canvas=HTML5-canvas +shapes.swf=SWF +texts=Teksten +texts.plain=Platte tekst +texts.formatted=Geformatteerde tekst +texts.svg=SVG +images=Images +images.png_gif_jpeg=PNG/GIF/JPEG +images.png=PNG +images.jpeg=JPEG +images.bmp=BMP +movies=Films +movies.flv=FLV (Geen audio) +sounds=Geluiden +sounds.mp3_wav_flv=MP3/WAV/FLV +sounds.flv=FLV (Alleen audio) +sounds.mp3_wav=MP3/WAV +sounds.wav=WAV +scripts=Scripts +scripts.as=ActionScript +scripts.pcode=P-code +scripts.pcode_hex=P-code met Hex +scripts.hex=Hex +scripts.constants=Constanten +scripts.as_method_stubs=ActionScript-methode stubs +scripts.pcode_graphviz=P-code GraphViz +binaryData=Binaire data +binaryData.raw=Raw +dialog.title=Exporteren... +button.ok=OK +button.cancel=Annuleren +morphshapes=Morphvormen +morphshapes.gif=GIF +morphshapes.svg=SVG +morphshapes.canvas=HTML5-canvas +morphshapes.swf=SWF +morphshapes.bmp_start_end=BMP (begin, einde) +morphshapes.png_start_end=PNG (begin, einde) +morphshapes.svg_start_end=SVG (begin, einde) +frames=Frames +frames.png=PNG +frames.gif=GIF +frames.avi=AVI +frames.svg=SVG +frames.canvas=HTML5-canvas +frames.pdf=PDF +frames.bmp=BMP +frames.swf=SWF +sprites=Sprites +sprites.png=PNG +sprites.gif=GIF +sprites.avi=AVI +sprites.svg=SVG +sprites.canvas=HTML5-canvas +sprites.pdf=PDF +sprites.bmp=BMP +sprites.swf=SWF +buttons=Knoppen +buttons.png=PNG +buttons.svg=SVG +buttons.bmp=BMP +buttons.swf=SWF +fonts=Lettertypen +fonts.ttf=TTF +fonts.woff=WOFF +zoom=Zoom +zoom.percent=% +zoom.invalid=Ongeldige zoomwaarde. +symbolclass=Toewijzing van symboolklassen +symbolclass.csv=CSV #after 18.0.0 -images.png_gif_jpeg_alpha = PNG/GIF/JPEG+alpha +images.png_gif_jpeg_alpha=PNG/GIF/JPEG+alpha #after 18.5.0 -fonts4 = DefineFont4 -fonts4.cff = CFF -embed = Ingesloten objectenen exporteren via [Embed] +fonts4=DefineFont4 +fonts4.cff=CFF +embed=Ingesloten objectenen exporteren via [Embed] diff --git a/src/com/jpexs/decompiler/flash/gui/locales/ExportDialog_pl.properties b/src/com/jpexs/decompiler/flash/gui/locales/ExportDialog_pl.properties index d9aa1187b..d89beda69 100644 --- a/src/com/jpexs/decompiler/flash/gui/locales/ExportDialog_pl.properties +++ b/src/com/jpexs/decompiler/flash/gui/locales/ExportDialog_pl.properties @@ -12,64 +12,52 @@ # # You should have received a copy of the GNU General Public License # along with this program. If not, see . -shapes = Kszta\u0142ty -shapes.svg = SVG -shapes.png = PNG -shapes.bmp = BMP -shapes.canvas = HTML5 Canvas - -texts = Teksty -texts.plain = Prosty tekst -texts.formatted = Sformatowany tekst -texts.svg = SVG - -images = Obrazy -images.png_gif_jpeg = PNG/GIF/JPEG -images.png = PNG -images.jpeg = JPEG -images.bmp = BMP - -movies = Filmy -movies.flv = FLV (Bez d\u017awi\u0119ku) - -sounds = D\u017awi\u0119ki -sounds.mp3_wav_flv = MP3/WAV/FLV -sounds.flv = FLV (Tylko d\u017awi\u0119k) -sounds.mp3_wav = MP3/WAV -sounds.wav = WAV - -scripts = Skrypty -scripts.as = ActionScript -scripts.pcode = P-kod -scripts.pcode_hex = P-kod z Hex -scripts.hex = Hex - -binaryData = Dane binarne -binaryData.raw = Surowe dane - -dialog.title = Eksport... - -button.ok = OK -button.cancel = Anuluj - -morphshapes = Morphshapes -morphshapes.gif = GIF -morphshapes.svg = SVG -morphshapes.canvas = HTML5 Canvas - -frames = Klatki -frames.png = PNG -frames.gif = GIF -frames.avi = AVI -frames.svg = SVG -frames.canvas = HTML5 Canvas -frames.pdf = PDF -frames.bmp = BMP - -fonts = Czcionki -fonts.ttf = TTF -fonts.woff = WOFF - -zoom = Przybli\u017cenie -zoom.percent = % -zoom.invalid = Nieprawid\u0142owa warto\u015b\u0107 przybli\u017cenia. +shapes=Kszta\u0142ty +shapes.svg=SVG +shapes.png=PNG +shapes.bmp=BMP +shapes.canvas=HTML5 Canvas +texts=Teksty +texts.plain=Prosty tekst +texts.formatted=Sformatowany tekst +texts.svg=SVG +images=Obrazy +images.png_gif_jpeg=PNG/GIF/JPEG +images.png=PNG +images.jpeg=JPEG +images.bmp=BMP +movies=Filmy +movies.flv=FLV (Bez d\u017awi\u0119ku) +sounds=D\u017awi\u0119ki +sounds.mp3_wav_flv=MP3/WAV/FLV +sounds.flv=FLV (Tylko d\u017awi\u0119k) +sounds.mp3_wav=MP3/WAV +sounds.wav=WAV +scripts=Skrypty +scripts.as=ActionScript +scripts.pcode=P-kod +scripts.pcode_hex=P-kod z Hex +scripts.hex=Hex +binaryData=Dane binarne +binaryData.raw=Surowe dane +dialog.title=Eksport... +button.ok=OK +button.cancel=Anuluj +morphshapes=Morphshapes +morphshapes.gif=GIF +morphshapes.svg=SVG +morphshapes.canvas=HTML5 Canvas +frames=Klatki +frames.png=PNG +frames.gif=GIF +frames.avi=AVI +frames.svg=SVG +frames.canvas=HTML5 Canvas +frames.pdf=PDF +frames.bmp=BMP +fonts=Czcionki +fonts.ttf=TTF +fonts.woff=WOFF +zoom=Przybli\u017cenie +zoom.percent=% +zoom.invalid=Nieprawid\u0142owa warto\u015b\u0107 przybli\u017cenia. diff --git a/src/com/jpexs/decompiler/flash/gui/locales/ExportDialog_pt.properties b/src/com/jpexs/decompiler/flash/gui/locales/ExportDialog_pt.properties index f4f7f7c38..72b1e9d1d 100644 --- a/src/com/jpexs/decompiler/flash/gui/locales/ExportDialog_pt.properties +++ b/src/com/jpexs/decompiler/flash/gui/locales/ExportDialog_pt.properties @@ -12,33 +12,26 @@ # # You should have received a copy of the GNU General Public License # along with this program. If not, see . -shapes = Formas -shapes.svg = SVG -shapes.png = PNG -shapes.bmp = BMP - -texts = Textos -texts.plain = Texto simples -texts.formatted = Texto Formatador - -images = Imagens -images.png_gif_jpeg = PNG/GIF/JPEG -images.png = PNG -images.jpeg = JPEG -images.bmp = BMP - -movies = Filmes -movies.flv = FLV (No audio) - -sounds = Sons -sounds.mp3_wav_flv = MP3/WAV/FLV -sounds.flv = FLV (Apenas audio) - -scripts = Scripts -scripts.as = ActionScript -scripts.pcode = P-code - -dialog.title = Exportar... - -button.ok = OK -button.cancel = Cancelar +shapes=Formas +shapes.svg=SVG +shapes.png=PNG +shapes.bmp=BMP +texts=Textos +texts.plain=Texto simples +texts.formatted=Texto Formatador +images=Imagens +images.png_gif_jpeg=PNG/GIF/JPEG +images.png=PNG +images.jpeg=JPEG +images.bmp=BMP +movies=Filmes +movies.flv=FLV (No audio) +sounds=Sons +sounds.mp3_wav_flv=MP3/WAV/FLV +sounds.flv=FLV (Apenas audio) +scripts=Scripts +scripts.as=ActionScript +scripts.pcode=P-code +dialog.title=Exportar... +button.ok=OK +button.cancel=Cancelar diff --git a/src/com/jpexs/decompiler/flash/gui/locales/ExportDialog_pt_BR.properties b/src/com/jpexs/decompiler/flash/gui/locales/ExportDialog_pt_BR.properties index 469fa7ecb..4aa54c59d 100644 --- a/src/com/jpexs/decompiler/flash/gui/locales/ExportDialog_pt_BR.properties +++ b/src/com/jpexs/decompiler/flash/gui/locales/ExportDialog_pt_BR.properties @@ -12,98 +12,83 @@ # # You should have received a copy of the GNU General Public License # along with this program. If not, see . -shapes = Formas -shapes.svg = SVG -shapes.png = PNG -shapes.bmp = BMP -shapes.canvas = Canvas HTML5 -shapes.swf = SWF - -texts = Textos -texts.plain = Texto simples -texts.formatted = Texto formatado -texts.svg = SVG - -images = Imagens -images.png_gif_jpeg = PNG/GIF/JPEG -images.png = PNG -images.jpeg = JPEG -images.bmp = BMP - -movies = Filmes -movies.flv = FLV (Sem \u00e1udio) - -sounds = Sons -sounds.mp3_wav_flv = MP3/WAV/FLV -sounds.flv = FLV (Somente \u00e1udio) -sounds.mp3_wav = MP3/WAV -sounds.wav = WAV - -scripts = Scripts -scripts.as = ActionScript -scripts.pcode = P-code -scripts.pcode_hex = P-code com Hex -scripts.hex = Hex -scripts.constants = Constantes -scripts.as_method_stubs = Stubs do m\u00e9todo ActionScript -scripts.pcode_graphviz = P-code GraphViz - -binaryData = Dados bin\u00e1rios -binaryData.raw = Dados brutos - -dialog.title = Exportar... - -button.ok = OK -button.cancel = Cancelar - -morphshapes = Morfshapes -morphshapes.gif = GIF -morphshapes.svg = SVG -morphshapes.canvas = Canvas HTML5 -morphshapes.swf = SWF -morphshapes.bmp_start_end = BMP (in\u00edcio, fim) -morphshapes.png_start_end = PNG (in\u00edcio, fim) -morphshapes.svg_start_end = SVG (in\u00edcio, fim) - -frames = Quadros -frames.png = PNG -frames.gif = GIF -frames.avi = AVI -frames.svg = SVG -frames.canvas = Canvas HTML5 -frames.pdf = PDF -frames.bmp = BMP -frames.swf = SWF - -sprites = Sprites -sprites.png = PNG -sprites.gif = GIF -sprites.avi = AVI -sprites.svg = SVG -sprites.canvas = Canvas HTML5 -sprites.pdf = PDF -sprites.bmp = BMP -sprites.swf = SWF - -buttons = Bot\u00f5es -buttons.png = PNG -buttons.svg = SVG -buttons.bmp = BMP -buttons.swf = SWF - -fonts = Fontes -fonts.ttf = TTF -fonts.woff = WOFF - -zoom = Zoom -zoom.percent = % -zoom.invalid = Valor de zoom inv\u00e1lido.. - -symbolclass = Mapeamento de Symbol-Class -symbolclass.csv = CSV +shapes=Formas +shapes.svg=SVG +shapes.png=PNG +shapes.bmp=BMP +shapes.canvas=Canvas HTML5 +shapes.swf=SWF +texts=Textos +texts.plain=Texto simples +texts.formatted=Texto formatado +texts.svg=SVG +images=Imagens +images.png_gif_jpeg=PNG/GIF/JPEG +images.png=PNG +images.jpeg=JPEG +images.bmp=BMP +movies=Filmes +movies.flv=FLV (Sem \u00e1udio) +sounds=Sons +sounds.mp3_wav_flv=MP3/WAV/FLV +sounds.flv=FLV (Somente \u00e1udio) +sounds.mp3_wav=MP3/WAV +sounds.wav=WAV +scripts=Scripts +scripts.as=ActionScript +scripts.pcode=P-code +scripts.pcode_hex=P-code com Hex +scripts.hex=Hex +scripts.constants=Constantes +scripts.as_method_stubs=Stubs do m\u00e9todo ActionScript +scripts.pcode_graphviz=P-code GraphViz +binaryData=Dados bin\u00e1rios +binaryData.raw=Dados brutos +dialog.title=Exportar... +button.ok=OK +button.cancel=Cancelar +morphshapes=Morfshapes +morphshapes.gif=GIF +morphshapes.svg=SVG +morphshapes.canvas=Canvas HTML5 +morphshapes.swf=SWF +morphshapes.bmp_start_end=BMP (in\u00edcio, fim) +morphshapes.png_start_end=PNG (in\u00edcio, fim) +morphshapes.svg_start_end=SVG (in\u00edcio, fim) +frames=Quadros +frames.png=PNG +frames.gif=GIF +frames.avi=AVI +frames.svg=SVG +frames.canvas=Canvas HTML5 +frames.pdf=PDF +frames.bmp=BMP +frames.swf=SWF +sprites=Sprites +sprites.png=PNG +sprites.gif=GIF +sprites.avi=AVI +sprites.svg=SVG +sprites.canvas=Canvas HTML5 +sprites.pdf=PDF +sprites.bmp=BMP +sprites.swf=SWF +buttons=Bot\u00f5es +buttons.png=PNG +buttons.svg=SVG +buttons.bmp=BMP +buttons.swf=SWF +fonts=Fontes +fonts.ttf=TTF +fonts.woff=WOFF +zoom=Zoom +zoom.percent=% +zoom.invalid=Valor de zoom inv\u00e1lido.. +symbolclass=Mapeamento de Symbol-Class +symbolclass.csv=CSV #after 18.0.0 -images.png_gif_jpeg_alpha = PNG/GIF/JPEG+alpha +images.png_gif_jpeg_alpha=PNG/GIF/JPEG+alpha #after 18.5.0 -fonts4 = DefineFont4 -fonts4.cff = CFF -embed = Exportar ativos incorporados atrav\u00e9s de [Embed] +fonts4=DefineFont4 +fonts4.cff=CFF +embed=Exportar ativos incorporados atrav\u00e9s de [Embed] diff --git a/src/com/jpexs/decompiler/flash/gui/locales/ExportDialog_ru.properties b/src/com/jpexs/decompiler/flash/gui/locales/ExportDialog_ru.properties index 1d2c47e83..0764816fd 100644 --- a/src/com/jpexs/decompiler/flash/gui/locales/ExportDialog_ru.properties +++ b/src/com/jpexs/decompiler/flash/gui/locales/ExportDialog_ru.properties @@ -12,67 +12,54 @@ # # You should have received a copy of the GNU General Public License # along with this program. If not, see . -shapes = \u0424\u043e\u0440\u043c\u044b -shapes.svg = SVG -shapes.png = PNG -shapes.bmp = BMP -shapes.canvas = \u041a\u0430\u043d\u0432\u0430\u0441 HTML5 - -texts = \u0422\u0435\u043a\u0441\u0442\u044b -texts.plain = \u041e\u0431\u044b\u0447\u043d\u044b\u0439 \u0442\u0435\u043a\u0441\u0442 -texts.formatted = \u0424\u043e\u0440\u043c\u0430\u0442\u0438\u0440\u043e\u0432\u0430\u043d\u043d\u044b\u0439 \u0442\u0435\u043a\u0441\u0442 -texts.svg = SVG - -images = \u0418\u0437\u043e\u0431\u0440\u0430\u0436\u0435\u043d\u0438\u044f -images.png_gif_jpeg = PNG/GIF/JPEG -images.png = PNG -images.jpeg = JPEG -images.bmp = BMP - -movies = \u0412\u0438\u0434\u0435\u043e -movies.flv = FLV (\u0411\u0435\u0437 \u0437\u0432\u0443\u043a\u0430) - -sounds = \u0417\u0432\u0443\u043a\u0438 -sounds.mp3_wav_flv = MP3/WAV/FLV -sounds.flv = FLV (\u0422\u043e\u043b\u044c\u043a\u043e \u0437\u0432\u0443\u043a) -sounds.mp3_wav = MP3/WAV -sounds.wav = WAV - -scripts = Scripts -scripts.as = ActionScript -scripts.pcode = P-code -scripts.pcode_hex = P-code \u0441 Hex -scripts.hex = Hex - -binaryData = \u0414\u0432\u043e\u0438\u0447\u043d\u044b\u0435 \u0434\u0430\u043d\u043d\u044b\u0435 -binaryData.raw = Raw - -dialog.title = \u042d\u043a\u0441\u043f\u043e\u0440\u0442\u0438\u0440\u043e\u0432\u0430\u0442\u044c... - -button.ok = OK -button.cancel = \u041e\u0442\u043c\u0435\u043d\u0430 - -morphshapes = Morphshape'\u044b -morphshapes.gif = GIF -morphshapes.svg = SVG -morphshapes.canvas = \u041a\u0430\u043d\u0432\u0430\u0441 HTML5 - -frames = \u041a\u0430\u0434\u0440\u044b -frames.png = PNG -frames.gif = GIF -frames.avi = AVI -frames.svg = SVG -frames.canvas = \u041a\u0430\u043d\u0432\u0430\u0441 HTML5 -frames.pdf = PDF -frames.bmp = BMP - -fonts = \u0428\u0440\u0438\u0444\u0442\u044b -fonts.ttf = TTF -fonts.woff = WOFF - -zoom = \u041c\u0430\u0441\u0448\u0442\u0430\u0431 -zoom.percent = % -zoom.invalid = \u041d\u0435\u0432\u0435\u0440\u043d\u043e\u0435 \u0437\u043d\u0430\u0447\u0435\u043d\u0438\u0435 \u043c\u0430\u0441\u0448\u0442\u0430\u0431\u0430. - -symbolclass = \u041a\u043b\u0430\u0441\u0441 \u0441\u0438\u043c\u0432\u043e\u043b\u0430 -symbolclass.csv = CSV +shapes=\u0424\u043e\u0440\u043c\u044b +shapes.svg=SVG +shapes.png=PNG +shapes.bmp=BMP +shapes.canvas=\u041a\u0430\u043d\u0432\u0430\u0441 HTML5 +texts=\u0422\u0435\u043a\u0441\u0442\u044b +texts.plain=\u041e\u0431\u044b\u0447\u043d\u044b\u0439 \u0442\u0435\u043a\u0441\u0442 +texts.formatted=\u0424\u043e\u0440\u043c\u0430\u0442\u0438\u0440\u043e\u0432\u0430\u043d\u043d\u044b\u0439 \u0442\u0435\u043a\u0441\u0442 +texts.svg=SVG +images=\u0418\u0437\u043e\u0431\u0440\u0430\u0436\u0435\u043d\u0438\u044f +images.png_gif_jpeg=PNG/GIF/JPEG +images.png=PNG +images.jpeg=JPEG +images.bmp=BMP +movies=\u0412\u0438\u0434\u0435\u043e +movies.flv=FLV (\u0411\u0435\u0437 \u0437\u0432\u0443\u043a\u0430) +sounds=\u0417\u0432\u0443\u043a\u0438 +sounds.mp3_wav_flv=MP3/WAV/FLV +sounds.flv=FLV (\u0422\u043e\u043b\u044c\u043a\u043e \u0437\u0432\u0443\u043a) +sounds.mp3_wav=MP3/WAV +sounds.wav=WAV +scripts=Scripts +scripts.as=ActionScript +scripts.pcode=P-code +scripts.pcode_hex=P-code \u0441 Hex +scripts.hex=Hex +binaryData=\u0414\u0432\u043e\u0438\u0447\u043d\u044b\u0435 \u0434\u0430\u043d\u043d\u044b\u0435 +binaryData.raw=Raw +dialog.title=\u042d\u043a\u0441\u043f\u043e\u0440\u0442\u0438\u0440\u043e\u0432\u0430\u0442\u044c... +button.ok=OK +button.cancel=\u041e\u0442\u043c\u0435\u043d\u0430 +morphshapes=Morphshape'\u044b +morphshapes.gif=GIF +morphshapes.svg=SVG +morphshapes.canvas=\u041a\u0430\u043d\u0432\u0430\u0441 HTML5 +frames=\u041a\u0430\u0434\u0440\u044b +frames.png=PNG +frames.gif=GIF +frames.avi=AVI +frames.svg=SVG +frames.canvas=\u041a\u0430\u043d\u0432\u0430\u0441 HTML5 +frames.pdf=PDF +frames.bmp=BMP +fonts=\u0428\u0440\u0438\u0444\u0442\u044b +fonts.ttf=TTF +fonts.woff=WOFF +zoom=\u041c\u0430\u0441\u0448\u0442\u0430\u0431 +zoom.percent=% +zoom.invalid=\u041d\u0435\u0432\u0435\u0440\u043d\u043e\u0435 \u0437\u043d\u0430\u0447\u0435\u043d\u0438\u0435 \u043c\u0430\u0441\u0448\u0442\u0430\u0431\u0430. +symbolclass=\u041a\u043b\u0430\u0441\u0441 \u0441\u0438\u043c\u0432\u043e\u043b\u0430 +symbolclass.csv=CSV diff --git a/src/com/jpexs/decompiler/flash/gui/locales/ExportDialog_sv.properties b/src/com/jpexs/decompiler/flash/gui/locales/ExportDialog_sv.properties index 00aba2ba3..eab3b8105 100644 --- a/src/com/jpexs/decompiler/flash/gui/locales/ExportDialog_sv.properties +++ b/src/com/jpexs/decompiler/flash/gui/locales/ExportDialog_sv.properties @@ -12,82 +12,67 @@ # # You should have received a copy of the GNU General Public License # along with this program. If not, see . -shapes = Former -shapes.svg = SVG -shapes.png = PNG -shapes.bmp = BMP -shapes.canvas = HTML5 Canvas - -texts = Texter -texts.plain = Oformaterad text -texts.formatted = Formaterad text -texts.svg = SVG - -images = Bilder -images.png_gif_jpeg = PNG/GIF/JPEG -images.png = PNG -images.jpeg = JPEG -images.bmp = BMP - -movies = Filmer -movies.flv = FLV (Inget Ljud) - -sounds = Ljud -sounds.mp3_wav_flv = MP3/WAV/FLV -sounds.flv = FLV (Bara ljud) -sounds.mp3_wav = MP3/WAV -sounds.wav = WAV - -scripts = Skript -scripts.as = AS -scripts.pcode = P-Kod -scripts.pcode_hex = P-Kod med Hex -scripts.hex = Hex -scripts.constants = Constants - -binaryData = Bin\u00e4r data -binaryData.raw = R\u00e5 - -dialog.title = Exportera... - -button.ok = Godk\u00e4nn -button.cancel = Avbryt - -morphshapes = MorphFormer -morphshapes.gif = GIF -morphshapes.svg = SVG -morphshapes.canvas = HTML5 Canvas - -frames = Frames -frames.png = PNG -frames.gif = GIF -frames.avi = AVI -frames.svg = SVG -frames.canvas = HTML5 Canvas -frames.pdf = PDF -frames.bmp = BMP - -sprites = Sprites -sprites.png = PNG -sprites.gif = GIF -sprites.avi = AVI -sprites.svg = SVG -sprites.canvas = HTML5 Canvas -sprites.pdf = PDF -sprites.bmp = BMP - -buttons = Knappar -buttons.png = PNG -buttons.svg = SVG -buttons.bmp = BMP - -fonts = Typsnitt -fonts.ttf = TTF -fonts.woff = WOFF - -zoom = Zoom -zoom.percent = % -zoom.invalid = Ogiltigt zoomv\u00e4rde. - -symbolclass = Symbol Klass -symbolclass.csv = CSV +shapes=Former +shapes.svg=SVG +shapes.png=PNG +shapes.bmp=BMP +shapes.canvas=HTML5 Canvas +texts=Texter +texts.plain=Oformaterad text +texts.formatted=Formaterad text +texts.svg=SVG +images=Bilder +images.png_gif_jpeg=PNG/GIF/JPEG +images.png=PNG +images.jpeg=JPEG +images.bmp=BMP +movies=Filmer +movies.flv=FLV (Inget Ljud) +sounds=Ljud +sounds.mp3_wav_flv=MP3/WAV/FLV +sounds.flv=FLV (Bara ljud) +sounds.mp3_wav=MP3/WAV +sounds.wav=WAV +scripts=Skript +scripts.as=AS +scripts.pcode=P-Kod +scripts.pcode_hex=P-Kod med Hex +scripts.hex=Hex +scripts.constants=Constants +binaryData=Bin\u00e4r data +binaryData.raw=R\u00e5 +dialog.title=Exportera... +button.ok=Godk\u00e4nn +button.cancel=Avbryt +morphshapes=MorphFormer +morphshapes.gif=GIF +morphshapes.svg=SVG +morphshapes.canvas=HTML5 Canvas +frames=Frames +frames.png=PNG +frames.gif=GIF +frames.avi=AVI +frames.svg=SVG +frames.canvas=HTML5 Canvas +frames.pdf=PDF +frames.bmp=BMP +sprites=Sprites +sprites.png=PNG +sprites.gif=GIF +sprites.avi=AVI +sprites.svg=SVG +sprites.canvas=HTML5 Canvas +sprites.pdf=PDF +sprites.bmp=BMP +buttons=Knappar +buttons.png=PNG +buttons.svg=SVG +buttons.bmp=BMP +fonts=Typsnitt +fonts.ttf=TTF +fonts.woff=WOFF +zoom=Zoom +zoom.percent=% +zoom.invalid=Ogiltigt zoomv\u00e4rde. +symbolclass=Symbol Klass +symbolclass.csv=CSV diff --git a/src/com/jpexs/decompiler/flash/gui/locales/ExportDialog_tr.properties b/src/com/jpexs/decompiler/flash/gui/locales/ExportDialog_tr.properties index 9186bfa6e..fcdc85709 100644 --- a/src/com/jpexs/decompiler/flash/gui/locales/ExportDialog_tr.properties +++ b/src/com/jpexs/decompiler/flash/gui/locales/ExportDialog_tr.properties @@ -12,107 +12,76 @@ # # You should have received a copy of the GNU General Public License # along with this program. If not, see . - -shapes = \u015eekiller -shapes.svg = SVG -shapes.png = PNG -shapes.bmp = BMP -shapes.canvas = HTML5 Tuval -shapes.swf = SWF - - -texts = Metinler -texts.plain = D\u00fcz metin -texts.formatted = Bi\u00e7imlendirilmi\u015f metin -texts.svg = SVG - - -images = G\u00f6r\u00fcnt\u00fcler -images.png_gif_jpeg = PNG/GIF/JPEG -images.png = PNG -images.jpeg = JPEG -images.bmp = BMP - - -movies = Filmler -movies.flv = FLV (Ses yok) - - -sounds = Sesler -sounds.mp3_wav_flv = MP3/WAV/FLV -sounds.flv = FLV (Sadece ses) -sounds.mp3_wav = MP3/WAV -sounds.wav = WAV - - -scripts = Komutlar -scripts.as = ActionScript -scripts.pcode = P kodu -scripts.pcode_hex = Onalt\u0131l\u0131 P kodu -scripts.hex = Onalt\u0131l\u0131 -scripts.constants = Sabitler -scripts.as_method_stubs = ActionScript y\u00f6ntem taslaklar\u0131 -scripts.pcode_graphviz = P kodu GraphViz - - -binaryData = \u0130kili veri -binaryData.raw = Ham - - -dialog.title = D\u0131\u015fa aktar... - - -button.ok = OK -button.cancel = \u0130ptal - - -morphshapes = Morf \u015eekilleri -morphshapes.gif = GIF -morphshapes.svg = SVG -morphshapes.canvas = HTML5 Tuval -morphshapes.swf = SWF - - -frames = \u00c7er\u00e7eveler -frames.png = PNG -frames.gif = GIF -frames.avi = AVI -frames.svg = SVG -frames.canvas = HTML5 Tuval -frames.pdf = PDF -frames.bmp = BMP -frames.swf = SWF - - -sprites = Hareketliler -sprites.png = PNG -sprites.gif = GIF -sprites.avi = AVI -sprites.svg = SVG -sprites.canvas = HTML5 Tuval -sprites.pdf = PDF -sprites.bmp = BMP -sprites.swf = SWF - - -buttons = D\u00fc\u011fmeler -buttons.png = PNG -buttons.svg = SVG -buttons.bmp = BMP -buttons.swf = SWF - - -fonts = Yaz\u0131 Tipleri -fonts.ttf = TTF -fonts.woff = WOFF - - -zoom = Yak\u0131nla\u015ft\u0131r -zoom.percent = % -zoom.invalid = Ge\u00e7ersiz yak\u0131nla\u015ft\u0131rma de\u011feri. - - -symbolclass = Sembol-S\u0131n\u0131f e\u015fle\u015ftirmesi -symbolclass.csv = CSV +shapes=\u015eekiller +shapes.svg=SVG +shapes.png=PNG +shapes.bmp=BMP +shapes.canvas=HTML5 Tuval +shapes.swf=SWF +texts=Metinler +texts.plain=D\u00fcz metin +texts.formatted=Bi\u00e7imlendirilmi\u015f metin +texts.svg=SVG +images=G\u00f6r\u00fcnt\u00fcler +images.png_gif_jpeg=PNG/GIF/JPEG +images.png=PNG +images.jpeg=JPEG +images.bmp=BMP +movies=Filmler +movies.flv=FLV (Ses yok) +sounds=Sesler +sounds.mp3_wav_flv=MP3/WAV/FLV +sounds.flv=FLV (Sadece ses) +sounds.mp3_wav=MP3/WAV +sounds.wav=WAV +scripts=Komutlar +scripts.as=ActionScript +scripts.pcode=P kodu +scripts.pcode_hex=Onalt\u0131l\u0131 P kodu +scripts.hex=Onalt\u0131l\u0131 +scripts.constants=Sabitler +scripts.as_method_stubs=ActionScript y\u00f6ntem taslaklar\u0131 +scripts.pcode_graphviz=P kodu GraphViz +binaryData=\u0130kili veri +binaryData.raw=Ham +dialog.title=D\u0131\u015fa aktar... +button.ok=OK +button.cancel=\u0130ptal +morphshapes=Morf \u015eekilleri +morphshapes.gif=GIF +morphshapes.svg=SVG +morphshapes.canvas=HTML5 Tuval +morphshapes.swf=SWF +frames=\u00c7er\u00e7eveler +frames.png=PNG +frames.gif=GIF +frames.avi=AVI +frames.svg=SVG +frames.canvas=HTML5 Tuval +frames.pdf=PDF +frames.bmp=BMP +frames.swf=SWF +sprites=Hareketliler +sprites.png=PNG +sprites.gif=GIF +sprites.avi=AVI +sprites.svg=SVG +sprites.canvas=HTML5 Tuval +sprites.pdf=PDF +sprites.bmp=BMP +sprites.swf=SWF +buttons=D\u00fc\u011fmeler +buttons.png=PNG +buttons.svg=SVG +buttons.bmp=BMP +buttons.swf=SWF +fonts=Yaz\u0131 Tipleri +fonts.ttf=TTF +fonts.woff=WOFF +zoom=Yak\u0131nla\u015ft\u0131r +zoom.percent=% +zoom.invalid=Ge\u00e7ersiz yak\u0131nla\u015ft\u0131rma de\u011feri. +symbolclass=Sembol-S\u0131n\u0131f e\u015fle\u015ftirmesi +symbolclass.csv=CSV #after 18.0.0 -images.png_gif_jpeg_alpha = PNG/GIF/JPEG+alfa +images.png_gif_jpeg_alpha=PNG/GIF/JPEG+alfa diff --git a/src/com/jpexs/decompiler/flash/gui/locales/ExportDialog_uk.properties b/src/com/jpexs/decompiler/flash/gui/locales/ExportDialog_uk.properties index f44f80907..728723cd3 100644 --- a/src/com/jpexs/decompiler/flash/gui/locales/ExportDialog_uk.properties +++ b/src/com/jpexs/decompiler/flash/gui/locales/ExportDialog_uk.properties @@ -12,35 +12,28 @@ # # You should have received a copy of the GNU General Public License # along with this program. If not, see . -shapes = \u0424\u043e\u0440\u043c\u0438 -shapes.svg = SVG -shapes.png = PNG -shapes.bmp = BMP - -texts = \u0422\u0435\u043a\u0441\u0442\u0438 -texts.plain = \u0417\u0432\u0438\u0447\u0430\u0439\u043d\u0438\u0439 \u0442\u0435\u043a\u0441\u0442 -texts.formatted = \u0424\u043e\u0440\u043c\u0430\u0442\u043e\u0432\u0430\u043d\u0438\u0439 \u0442\u0435\u043a\u0441\u0442 - -images = \u0417\u043e\u0431\u0440\u0430\u0436\u0435\u043d\u043d\u044f -images.png_gif_jpeg = PNG/GIF/JPEG -images.png = PNG -images.jpeg = JPEG -images.bmp = BMP - -movies = \u0412\u0456\u0434\u0435\u043e -movies.flv = FLV (\u0411\u0435\u0437 \u0437\u0432\u0443\u043a\u0443) - -sounds = \u0417\u0432\u0443\u043a\u0438 -sounds.mp3_wav_flv = MP3/WAV/FLV -sounds.flv = FLV (\u041b\u0438\u0448\u0435 \u0437\u0432\u0443\u043a) - -scripts = Scripts -scripts.as = ActionScript -scripts.pcode = P-\u043a\u043e\u0434 -scripts.pcode_hex = P-\u043a\u043e\u0434 \u0437 Hex -scripts.hex = Hex - -dialog.title = \u0415\u043a\u0441\u043f\u043e\u0440\u0442\u0443\u0432\u0430\u0442\u0438... - -button.ok = \u0413\u0430\u0440\u0430\u0437\u0434 -button.cancel = \u0421\u043a\u0430\u0441\u0443\u0432\u0430\u0442\u0438 +shapes=\u0424\u043e\u0440\u043c\u0438 +shapes.svg=SVG +shapes.png=PNG +shapes.bmp=BMP +texts=\u0422\u0435\u043a\u0441\u0442\u0438 +texts.plain=\u0417\u0432\u0438\u0447\u0430\u0439\u043d\u0438\u0439 \u0442\u0435\u043a\u0441\u0442 +texts.formatted=\u0424\u043e\u0440\u043c\u0430\u0442\u043e\u0432\u0430\u043d\u0438\u0439 \u0442\u0435\u043a\u0441\u0442 +images=\u0417\u043e\u0431\u0440\u0430\u0436\u0435\u043d\u043d\u044f +images.png_gif_jpeg=PNG/GIF/JPEG +images.png=PNG +images.jpeg=JPEG +images.bmp=BMP +movies=\u0412\u0456\u0434\u0435\u043e +movies.flv=FLV (\u0411\u0435\u0437 \u0437\u0432\u0443\u043a\u0443) +sounds=\u0417\u0432\u0443\u043a\u0438 +sounds.mp3_wav_flv=MP3/WAV/FLV +sounds.flv=FLV (\u041b\u0438\u0448\u0435 \u0437\u0432\u0443\u043a) +scripts=Scripts +scripts.as=ActionScript +scripts.pcode=P-\u043a\u043e\u0434 +scripts.pcode_hex=P-\u043a\u043e\u0434 \u0437 Hex +scripts.hex=Hex +dialog.title=\u0415\u043a\u0441\u043f\u043e\u0440\u0442\u0443\u0432\u0430\u0442\u0438... +button.ok=\u0413\u0430\u0440\u0430\u0437\u0434 +button.cancel=\u0421\u043a\u0430\u0441\u0443\u0432\u0430\u0442\u0438 diff --git a/src/com/jpexs/decompiler/flash/gui/locales/ExportDialog_zh.properties b/src/com/jpexs/decompiler/flash/gui/locales/ExportDialog_zh.properties index 0369855c2..e99361a6f 100644 --- a/src/com/jpexs/decompiler/flash/gui/locales/ExportDialog_zh.properties +++ b/src/com/jpexs/decompiler/flash/gui/locales/ExportDialog_zh.properties @@ -12,91 +12,76 @@ # # You should have received a copy of the GNU General Public License # along with this program. If not, see . -shapes = \u5f62\u72b6 -shapes.svg = SVG -shapes.png = PNG -shapes.bmp = BMP -shapes.canvas = HTML5 \u753b\u5e03 -shapes.swf = SWF - -texts = \u6587\u672c -texts.plain = \u7eaf\u6587\u672c -texts.formatted = \u683c\u5f0f\u5316\u7684\u6587\u672c -texts.svg = SVG - -images = \u56fe\u7247 -images.png_gif_jpeg = PNG/GIF/JPEG -images.png = PNG -images.jpeg = JPEG -images.bmp = BMP - -movies = \u5f71\u7247 -movies.flv = FLV (\u65e0\u97f3\u9891) - -sounds = \u58f0\u97f3 -sounds.mp3_wav_flv = MP3/WAV/FLV -sounds.flv = FLV (\u4ec5\u97f3\u9891) -sounds.mp3_wav = MP3/WAV -sounds.wav = WAV - -scripts = \u811a\u672c -scripts.as = ActionScript -scripts.pcode = P-code -scripts.pcode_hex = \u5341\u516d\u8fdb\u5236 P-code -scripts.hex = \u5341\u516d\u8fdb\u5236 -scripts.constants = \u5e38\u91cf -scripts.as_method_stubs = ActionScript\u65b9\u6cd5\u5b58\u6839 -scripts.pcode_graphviz = P-code\u53ef\u89c6\u5316 - -binaryData = \u4e8c\u8fdb\u5236\u6570\u636e -binaryData.raw = \u539f\u59cb - -dialog.title = \u5bfc\u51fa... - -button.ok = \u786e\u5b9a -button.cancel = \u53d6\u6d88 - -morphshapes = \u53d8\u5f62\u5f62\u72b6 -morphshapes.gif = GIF -morphshapes.svg = SVG -morphshapes.canvas = HTML5 \u753b\u5e03 -morphshapes.swf = SWF - -frames = \u5e27 -frames.png = PNG -frames.gif = GIF -frames.avi = AVI -frames.svg = SVG -frames.canvas = HTML5 \u753b\u5e03 -frames.pdf = PDF -frames.bmp = BMP -frames.swf = SWF - -sprites = \u7cbe\u7075 -sprites.png = PNG -sprites.gif = GIF -sprites.avi = AVI -sprites.svg = SVG -sprites.canvas = HTML5 \u753b\u5e03 -sprites.pdf = PDF -sprites.bmp = BMP -sprites.swf = SWF - -buttons = \u6309\u94ae -buttons.png = PNG -buttons.svg = SVG -buttons.bmp = BMP -buttons.swf = SWF - -fonts = \u5b57\u4f53 -fonts.ttf = TTF -fonts.woff = WOFF - -zoom = \u7f29\u653e -zoom.percent = % -zoom.invalid = \u65e0\u6548\u7f29\u653e\u503c\u3002 - -symbolclass = \u7b26\u53f7\u7c7b\u6620\u5c04 -symbolclass.csv = CSV +shapes=\u5f62\u72b6 +shapes.svg=SVG +shapes.png=PNG +shapes.bmp=BMP +shapes.canvas=HTML5 \u753b\u5e03 +shapes.swf=SWF +texts=\u6587\u672c +texts.plain=\u7eaf\u6587\u672c +texts.formatted=\u683c\u5f0f\u5316\u7684\u6587\u672c +texts.svg=SVG +images=\u56fe\u7247 +images.png_gif_jpeg=PNG/GIF/JPEG +images.png=PNG +images.jpeg=JPEG +images.bmp=BMP +movies=\u5f71\u7247 +movies.flv=FLV (\u65e0\u97f3\u9891) +sounds=\u58f0\u97f3 +sounds.mp3_wav_flv=MP3/WAV/FLV +sounds.flv=FLV (\u4ec5\u97f3\u9891) +sounds.mp3_wav=MP3/WAV +sounds.wav=WAV +scripts=\u811a\u672c +scripts.as=ActionScript +scripts.pcode=P-code +scripts.pcode_hex=\u5341\u516d\u8fdb\u5236 P-code +scripts.hex=\u5341\u516d\u8fdb\u5236 +scripts.constants=\u5e38\u91cf +scripts.as_method_stubs=ActionScript\u65b9\u6cd5\u5b58\u6839 +scripts.pcode_graphviz=P-code\u53ef\u89c6\u5316 +binaryData=\u4e8c\u8fdb\u5236\u6570\u636e +binaryData.raw=\u539f\u59cb +dialog.title=\u5bfc\u51fa... +button.ok=\u786e\u5b9a +button.cancel=\u53d6\u6d88 +morphshapes=\u53d8\u5f62\u5f62\u72b6 +morphshapes.gif=GIF +morphshapes.svg=SVG +morphshapes.canvas=HTML5 \u753b\u5e03 +morphshapes.swf=SWF +frames=\u5e27 +frames.png=PNG +frames.gif=GIF +frames.avi=AVI +frames.svg=SVG +frames.canvas=HTML5 \u753b\u5e03 +frames.pdf=PDF +frames.bmp=BMP +frames.swf=SWF +sprites=\u7cbe\u7075 +sprites.png=PNG +sprites.gif=GIF +sprites.avi=AVI +sprites.svg=SVG +sprites.canvas=HTML5 \u753b\u5e03 +sprites.pdf=PDF +sprites.bmp=BMP +sprites.swf=SWF +buttons=\u6309\u94ae +buttons.png=PNG +buttons.svg=SVG +buttons.bmp=BMP +buttons.swf=SWF +fonts=\u5b57\u4f53 +fonts.ttf=TTF +fonts.woff=WOFF +zoom=\u7f29\u653e +zoom.percent=% +zoom.invalid=\u65e0\u6548\u7f29\u653e\u503c\u3002 +symbolclass=\u7b26\u53f7\u7c7b\u6620\u5c04 +symbolclass.csv=CSV #after 18.0.0 -images.png_gif_jpeg_alpha = PNG/GIF/JPEG+alpha +images.png_gif_jpeg_alpha=PNG/GIF/JPEG+alpha diff --git a/src/com/jpexs/decompiler/flash/gui/locales/FilesChangedDialog.properties b/src/com/jpexs/decompiler/flash/gui/locales/FilesChangedDialog.properties index 864d6c227..b06d59161 100644 --- a/src/com/jpexs/decompiler/flash/gui/locales/FilesChangedDialog.properties +++ b/src/com/jpexs/decompiler/flash/gui/locales/FilesChangedDialog.properties @@ -1,4 +1,4 @@ -dialog.title = Files were modified -button.ok = OK -button.cancel = Cancel -fileschanged = Following files were modified outside the application. Do you want to reload them from disk? +dialog.title=Files were modified +button.ok=OK +button.cancel=Cancel +fileschanged=Following files were modified outside the application. Do you want to reload them from disk? diff --git a/src/com/jpexs/decompiler/flash/gui/locales/FilesChangedDialog_cs.properties b/src/com/jpexs/decompiler/flash/gui/locales/FilesChangedDialog_cs.properties index d8a9b0724..ffd00a3db 100644 --- a/src/com/jpexs/decompiler/flash/gui/locales/FilesChangedDialog_cs.properties +++ b/src/com/jpexs/decompiler/flash/gui/locales/FilesChangedDialog_cs.properties @@ -1,4 +1,4 @@ -dialog.title = Soubory byly zm\u011bn\u011bny -button.ok = OK -button.cancel = Storno -fileschanged = N\u00e1sleduj\u00edc\u00ed soubory byly zm\u011bn\u011bny mimo aplikaci. Chcete je znovu na\u010d\u00edst z disku? +dialog.title=Soubory byly zm\u011bn\u011bny +button.ok=OK +button.cancel=Storno +fileschanged=N\u00e1sleduj\u00edc\u00ed soubory byly zm\u011bn\u011bny mimo aplikaci. Chcete je znovu na\u010d\u00edst z disku? diff --git a/src/com/jpexs/decompiler/flash/gui/locales/FilesChangedDialog_ja.properties b/src/com/jpexs/decompiler/flash/gui/locales/FilesChangedDialog_ja.properties index 179afe212..021b51681 100644 --- a/src/com/jpexs/decompiler/flash/gui/locales/FilesChangedDialog_ja.properties +++ b/src/com/jpexs/decompiler/flash/gui/locales/FilesChangedDialog_ja.properties @@ -1,4 +1,4 @@ -dialog.title = \u30d5\u30a1\u30a4\u30eb\u304c\u5909\u66f4\u3055\u308c\u307e\u3057\u305f -button.ok = OK -button.cancel = \u30ad\u30e3\u30f3\u30bb\u30eb -fileschanged = \u4ee5\u4e0b\u306e\u30d5\u30a1\u30a4\u30eb\u304c\u30a2\u30d7\u30ea\u30b1\u30fc\u30b7\u30e7\u30f3\u306e\u5916\u90e8\u3067\u5909\u66f4\u3055\u308c\u307e\u3057\u305f\u3002\u3053\u308c\u3089\u306e\u30d5\u30a1\u30a4\u30eb\u3092\u3001\u30b9\u30c8\u30ec\u30fc\u30b8\u304b\u3089\u518d\u8aad\u307f\u8fbc\u307f\u3057\u307e\u3059\u304b\uff1f +dialog.title=\u30d5\u30a1\u30a4\u30eb\u304c\u5909\u66f4\u3055\u308c\u307e\u3057\u305f +button.ok=OK +button.cancel=\u30ad\u30e3\u30f3\u30bb\u30eb +fileschanged=\u4ee5\u4e0b\u306e\u30d5\u30a1\u30a4\u30eb\u304c\u30a2\u30d7\u30ea\u30b1\u30fc\u30b7\u30e7\u30f3\u306e\u5916\u90e8\u3067\u5909\u66f4\u3055\u308c\u307e\u3057\u305f\u3002\u3053\u308c\u3089\u306e\u30d5\u30a1\u30a4\u30eb\u3092\u3001\u30b9\u30c8\u30ec\u30fc\u30b8\u304b\u3089\u518d\u8aad\u307f\u8fbc\u307f\u3057\u307e\u3059\u304b\uff1f diff --git a/src/com/jpexs/decompiler/flash/gui/locales/FilesChangedDialog_nl.properties b/src/com/jpexs/decompiler/flash/gui/locales/FilesChangedDialog_nl.properties index 11ae462dd..c1a2dcfe2 100644 --- a/src/com/jpexs/decompiler/flash/gui/locales/FilesChangedDialog_nl.properties +++ b/src/com/jpexs/decompiler/flash/gui/locales/FilesChangedDialog_nl.properties @@ -1,4 +1,4 @@ -dialog.title = Bestanden zijn gewijzigd -button.ok = OK -button.cancel = Annnuleren -fileschanged = De volgende bestanden zijn buiten de applicatie gewijzigd. Wilt u ze opnieuw laden vanaf schijf? +dialog.title=Bestanden zijn gewijzigd +button.ok=OK +button.cancel=Annnuleren +fileschanged=De volgende bestanden zijn buiten de applicatie gewijzigd. Wilt u ze opnieuw laden vanaf schijf? diff --git a/src/com/jpexs/decompiler/flash/gui/locales/FilesChangedDialog_pt_BR.properties b/src/com/jpexs/decompiler/flash/gui/locales/FilesChangedDialog_pt_BR.properties index 6347b5723..9b450bfdc 100644 --- a/src/com/jpexs/decompiler/flash/gui/locales/FilesChangedDialog_pt_BR.properties +++ b/src/com/jpexs/decompiler/flash/gui/locales/FilesChangedDialog_pt_BR.properties @@ -1,4 +1,4 @@ -dialog.title = Arquivos foram modificados -button.ok = OK -button.cancel = Cancelar -fileschanged = Os seguintes arquivos foram modificados fora do aplicativo. Voc\u00ea quer recarreg\u00e1-los no disco? +dialog.title=Arquivos foram modificados +button.ok=OK +button.cancel=Cancelar +fileschanged=Os seguintes arquivos foram modificados fora do aplicativo. Voc\u00ea quer recarreg\u00e1-los no disco? diff --git a/src/com/jpexs/decompiler/flash/gui/locales/FilesChangedDialog_sv.properties b/src/com/jpexs/decompiler/flash/gui/locales/FilesChangedDialog_sv.properties index 0515aa37f..b5baaceb0 100644 --- a/src/com/jpexs/decompiler/flash/gui/locales/FilesChangedDialog_sv.properties +++ b/src/com/jpexs/decompiler/flash/gui/locales/FilesChangedDialog_sv.properties @@ -1,4 +1,4 @@ -dialog.title = Filerna \u00e4r formaterade -button.ok = Okej -button.cancel = Avbryt -fileschanged = Dessa filer var modifierade utanf\u00f6r programmet. Vill du ladda om dom fr\u00e5n disken? +dialog.title=Filerna \u00e4r formaterade +button.ok=Okej +button.cancel=Avbryt +fileschanged=Dessa filer var modifierade utanf\u00f6r programmet. Vill du ladda om dom fr\u00e5n disken? diff --git a/src/com/jpexs/decompiler/flash/gui/locales/FilesChangedDialog_tr.properties b/src/com/jpexs/decompiler/flash/gui/locales/FilesChangedDialog_tr.properties index fbb48db3d..23dc100da 100644 --- a/src/com/jpexs/decompiler/flash/gui/locales/FilesChangedDialog_tr.properties +++ b/src/com/jpexs/decompiler/flash/gui/locales/FilesChangedDialog_tr.properties @@ -1,4 +1,4 @@ -dialog.title = Dosyalar de\u011fi\u015ftirildi -button.ok = Tamam -button.cancel = \u0130ptal -fileschanged = A\u015fa\u011f\u0131daki dosyalar uygulama d\u0131\u015f\u0131nda de\u011fi\u015ftirildi. Bunlar\u0131 diskten yeniden y\u00fcklemek istiyor musunuz? +dialog.title=Dosyalar de\u011fi\u015ftirildi +button.ok=Tamam +button.cancel=\u0130ptal +fileschanged=A\u015fa\u011f\u0131daki dosyalar uygulama d\u0131\u015f\u0131nda de\u011fi\u015ftirildi. Bunlar\u0131 diskten yeniden y\u00fcklemek istiyor musunuz? diff --git a/src/com/jpexs/decompiler/flash/gui/locales/FilesChangedDialog_zh.properties b/src/com/jpexs/decompiler/flash/gui/locales/FilesChangedDialog_zh.properties index 18c14db6f..384f0d0f7 100644 --- a/src/com/jpexs/decompiler/flash/gui/locales/FilesChangedDialog_zh.properties +++ b/src/com/jpexs/decompiler/flash/gui/locales/FilesChangedDialog_zh.properties @@ -1,4 +1,4 @@ -dialog.title = \u6587\u4ef6\u53d1\u751f\u53d8\u5316 -button.ok = \u786e\u5b9a -button.cancel = \u53d6\u6d88 -fileschanged = \u4ee5\u4e0b\u6587\u4ef6\u5df2\u5728\u5916\u90e8\u88ab\u4fee\u6539\uff0c\u662f\u5426\u91cd\u65b0\u52a0\u8f7d\uff1f +dialog.title=\u6587\u4ef6\u53d1\u751f\u53d8\u5316 +button.ok=\u786e\u5b9a +button.cancel=\u53d6\u6d88 +fileschanged=\u4ee5\u4e0b\u6587\u4ef6\u5df2\u5728\u5916\u90e8\u88ab\u4fee\u6539\uff0c\u662f\u5426\u91cd\u65b0\u52a0\u8f7d\uff1f diff --git a/src/com/jpexs/decompiler/flash/gui/locales/FontEmbedDialog.properties b/src/com/jpexs/decompiler/flash/gui/locales/FontEmbedDialog.properties index 8fb83fa92..92153cd4a 100644 --- a/src/com/jpexs/decompiler/flash/gui/locales/FontEmbedDialog.properties +++ b/src/com/jpexs/decompiler/flash/gui/locales/FontEmbedDialog.properties @@ -12,22 +12,20 @@ # # You should have received a copy of the GNU General Public License # along with this program. If not, see . - -range.description = %name% (%available% of %total% characters) -dialog.title = Font embedding -label.individual = Individual characters: -button.loadfont = Load font from disk... -filter.ttf = True Type Font files (*.ttf) -error.invalidfontfile = Invalid font file -error.cannotreadfontfile = Cannot read font file -installed = Installed: -ttffile.noselection = TTF file: +ttffile.selection=TTF file: %fontname% (%filename%) +allcharacters=All characters (%available% characters) #after 14.0.0 -ascentdescentleading = Set ascent, descent and leading - +ascentdescentleading=Set ascent, descent and leading #after 19.1.2 -font.name = Font name: -font.name.default = My font -font.source = Source: \ No newline at end of file +font.name=Font name: +font.name.default=My font +font.source=Source: \ No newline at end of file diff --git a/src/com/jpexs/decompiler/flash/gui/locales/FontEmbedDialog_ca.properties b/src/com/jpexs/decompiler/flash/gui/locales/FontEmbedDialog_ca.properties index 0005c74e9..73d0c46de 100644 --- a/src/com/jpexs/decompiler/flash/gui/locales/FontEmbedDialog_ca.properties +++ b/src/com/jpexs/decompiler/flash/gui/locales/FontEmbedDialog_ca.properties @@ -12,15 +12,14 @@ # # You should have received a copy of the GNU General Public License # along with this program. If not, see . - -range.description = %name% (%available% de %total% car\u00e0cters) -dialog.title = Tipografies incrustades -label.individual = Car\u00e0cters individuals: -button.loadfont = Carrega tipografia del disc... -filter.ttf = Fitxers de Tipografies True Type (*.ttf) -error.invalidfontfile = Fitxer de tipografia inv\u00e0lid -error.cannotreadfontfile = No es pot llegir el fitxer de tipografia -installed = Instal\u00b7lat: -ttffile.noselection = Fitxer TTF: +ttffile.selection=Fitxer TTF: %fontname% (%filename%) +allcharacters=Tots els car\u00e0cters (%available% car\u00e0cters) diff --git a/src/com/jpexs/decompiler/flash/gui/locales/FontEmbedDialog_cs.properties b/src/com/jpexs/decompiler/flash/gui/locales/FontEmbedDialog_cs.properties index 64c54d4d7..39afdbcab 100644 --- a/src/com/jpexs/decompiler/flash/gui/locales/FontEmbedDialog_cs.properties +++ b/src/com/jpexs/decompiler/flash/gui/locales/FontEmbedDialog_cs.properties @@ -12,21 +12,19 @@ # # You should have received a copy of the GNU General Public License # along with this program. If not, see . - -range.description = %name% (%available% z %total% znak\u016f) -dialog.title = Vlo\u017een\u00ed p\u00edsma -label.individual = Individu\u00e1ln\u00ed znaky: -button.loadfont = Na\u010d\u00edst p\u00edsmo z disku... -filter.ttf = Soubory p\u00edsma True Type (*.ttf) -error.invalidfontfile = Neplatn\u00fd soubor p\u00edsma -error.cannotreadfontfile = Nelze na\u010d\u00edst soubor p\u00edsma -installed = Nainstalov\u00e1no: -ttffile.noselection = TTF soubor: -ttffile.selection = TTF soubor: %fontname% (%filename%) -allcharacters = V\u0161echny znaky (%available% znak\u016f) -ascentdescentleading = Nastavit ascent, descent a leading - +range.description=%name% (%available% z %total% znak\u016f) +dialog.title=Vlo\u017een\u00ed p\u00edsma +label.individual=Individu\u00e1ln\u00ed znaky: +button.loadfont=Na\u010d\u00edst p\u00edsmo z disku... +filter.ttf=Soubory p\u00edsma True Type (*.ttf) +error.invalidfontfile=Neplatn\u00fd soubor p\u00edsma +error.cannotreadfontfile=Nelze na\u010d\u00edst soubor p\u00edsma +installed=Nainstalov\u00e1no: +ttffile.noselection=TTF soubor: +ttffile.selection=TTF soubor: %fontname% (%filename%) +allcharacters=V\u0161echny znaky (%available% znak\u016f) +ascentdescentleading=Nastavit ascent, descent a leading #after 19.1.2 -font.name = N\u00e1zev fontu: -font.name.default = Muj font -font.source = Zdroj: \ No newline at end of file +font.name=N\u00e1zev fontu: +font.name.default=Muj font +font.source=Zdroj: \ No newline at end of file diff --git a/src/com/jpexs/decompiler/flash/gui/locales/FontEmbedDialog_de.properties b/src/com/jpexs/decompiler/flash/gui/locales/FontEmbedDialog_de.properties index a0380da1b..ba2aeb47d 100644 --- a/src/com/jpexs/decompiler/flash/gui/locales/FontEmbedDialog_de.properties +++ b/src/com/jpexs/decompiler/flash/gui/locales/FontEmbedDialog_de.properties @@ -12,7 +12,6 @@ # # You should have received a copy of the GNU General Public License # along with this program. If not, see . - -range.description = %name% (%available% von %total% Buchstaben) -dialog.title = Schriftarten einbetten -label.individual = Individelle Buchstaben: +range.description=%name% (%available% von %total% Buchstaben) +dialog.title=Schriftarten einbetten +label.individual=Individelle Buchstaben: diff --git a/src/com/jpexs/decompiler/flash/gui/locales/FontEmbedDialog_es.properties b/src/com/jpexs/decompiler/flash/gui/locales/FontEmbedDialog_es.properties index 5c909d0e6..0e5a9e0bd 100644 --- a/src/com/jpexs/decompiler/flash/gui/locales/FontEmbedDialog_es.properties +++ b/src/com/jpexs/decompiler/flash/gui/locales/FontEmbedDialog_es.properties @@ -12,15 +12,14 @@ # # You should have received a copy of the GNU General Public License # along with this program. If not, see . - -range.description = %name% (%available% de %total% caracteres) -dialog.title = Incrustaci\u00f3n de fuentes -label.individual = Caracteres individuales: -button.loadfont = Cargar fuente desde disco... -filter.ttf = Archivo de fuente True Type (*.ttf) -error.invalidfontfile = Archivo de fuente inv\u00e1lido -error.cannotreadfontfile = No se puede leer el archivo de fuente -installed = Instalado: -ttffile.noselection = Archivo TTF: +ttffile.selection=Archivo TTF: %fontname% (%filename%) +allcharacters=Todos los caracteres (%available% characters) diff --git a/src/com/jpexs/decompiler/flash/gui/locales/FontEmbedDialog_fr.properties b/src/com/jpexs/decompiler/flash/gui/locales/FontEmbedDialog_fr.properties index 60babbcf7..1bc4eb51c 100644 --- a/src/com/jpexs/decompiler/flash/gui/locales/FontEmbedDialog_fr.properties +++ b/src/com/jpexs/decompiler/flash/gui/locales/FontEmbedDialog_fr.properties @@ -12,15 +12,14 @@ # # You should have received a copy of the GNU General Public License # along with this program. If not, see . - -range.description = %name% (%available% sur %total% caract\u00e8res) -dialog.title = Police incorpor\u00e9e -label.individual = Caract\u00e8re personnalis\u00e9: -button.loadfont = Charger les polices de caract\u00e8res \u00e0 partir du disque... -filter.ttf = Fichier de police True Type (*.ttf) -error.invalidfontfile = Fichier de police invalide -error.cannotreadfontfile = Impossible de lire le fichier de police -installed = Install\u00e8: -ttffile.noselection = fichier TTF : +ttffile.selection=fichier TTF : %fontname% (%filename%) +allcharacters=Tous les caract\u00e8res (caract\u00e8res %available%) diff --git a/src/com/jpexs/decompiler/flash/gui/locales/FontEmbedDialog_hu.properties b/src/com/jpexs/decompiler/flash/gui/locales/FontEmbedDialog_hu.properties index 8b043ff6c..305555561 100644 --- a/src/com/jpexs/decompiler/flash/gui/locales/FontEmbedDialog_hu.properties +++ b/src/com/jpexs/decompiler/flash/gui/locales/FontEmbedDialog_hu.properties @@ -12,15 +12,14 @@ # # You should have received a copy of the GNU General Public License # along with this program. If not, see . - -range.description = %name% (%total%-b\u0151l %available% karakter) -dialog.title = Bet\u0171t\u00edpus be\u00e1gyaz\u00e1sa -label.individual = Egyedi karakterek: -button.loadfont = Bet\u0171t\u00edpus bet\u00f6lt\u00e9se a lemezr\u0151l... -filter.ttf = True Type Bet\u0171t\u00edpus f\u00e1jlok (*.ttf) -error.invalidfontfile = \u00c9rv\u00e9nytelen bet\u0171t\u00edpus f\u00e1jl -error.cannotreadfontfile = Bet\u0171t\u00edpus f\u00e1jl nem olvashat\u00f3 -installed = Telep\u00edtve: -ttffile.noselection = TTF f\u00e1jl: +ttffile.selection=TTF f\u00e1jl: %fontname% (%filename%) +allcharacters=Minden karakter (%available% characters) diff --git a/src/com/jpexs/decompiler/flash/gui/locales/FontEmbedDialog_it.properties b/src/com/jpexs/decompiler/flash/gui/locales/FontEmbedDialog_it.properties index 36b096412..48e482873 100644 --- a/src/com/jpexs/decompiler/flash/gui/locales/FontEmbedDialog_it.properties +++ b/src/com/jpexs/decompiler/flash/gui/locales/FontEmbedDialog_it.properties @@ -12,15 +12,14 @@ # # You should have received a copy of the GNU General Public License # along with this program. If not, see . - -range.description = %name% (%available% di %total% caratteri) -dialog.title = Incorpora tipo di carattere -label.individual = Caratteri individuali: -button.loadfont = Carica font... -filter.ttf = Font True Type (*.ttf) -error.invalidfontfile = File di font non valido -error.cannotreadfontfile = Impossibile leggere il file di font -installed = Installato: -ttffile.noselection = File TTF: +ttffile.selection=File TTF: %fontname% (%filename%) +allcharacters=Tutti i caratteri (%available% caratteri) diff --git a/src/com/jpexs/decompiler/flash/gui/locales/FontEmbedDialog_ja.properties b/src/com/jpexs/decompiler/flash/gui/locales/FontEmbedDialog_ja.properties index 947bc373a..6865cee28 100644 --- a/src/com/jpexs/decompiler/flash/gui/locales/FontEmbedDialog_ja.properties +++ b/src/com/jpexs/decompiler/flash/gui/locales/FontEmbedDialog_ja.properties @@ -12,16 +12,15 @@ # # You should have received a copy of the GNU General Public License # along with this program. If not, see . - -range.description = %name% (%total% \u6587\u5b57\u306e\u3046\u3061\u306e %available% \u6587\u5b57) -dialog.title = \u30d5\u30a9\u30f3\u30c8\u306e\u57cb\u3081\u8fbc\u307f -label.individual = \u500b\u3005\u306e\u6587\u5b57: -button.loadfont = \u30b9\u30c8\u30ec\u30fc\u30b8\u304b\u3089\u30d5\u30a9\u30f3\u30c8\u3092\u8aad\u307f\u8fbc\u3080... -filter.ttf = True Type \u30d5\u30a9\u30f3\u30c8\u30d5\u30a1\u30a4\u30eb (*.ttf) -error.invalidfontfile = \u7121\u52b9\u306a\u30d5\u30a9\u30f3\u30c8\u30d5\u30a1\u30a4\u30eb -error.cannotreadfontfile = \u30d5\u30a9\u30f3\u30c8\u30d5\u30a1\u30a4\u30eb\u304c\u8aad\u307f\u8fbc\u307e\u305b\u3093 -installed = \u30a4\u30f3\u30b9\u30c8\u30fc\u30eb\u6e08\u307f: -ttffile.noselection = TTF \u30d5\u30a1\u30a4\u30eb: <\u672a\u9078\u629e> -ttffile.selection = TTF \u30d5\u30a1\u30a4\u30eb: %fontname% (%filename%) -allcharacters = \u5168\u3066\u306e\u6587\u5b57 (%available% \u6587\u5b57) -ascentdescentleading = ascent, descent, leading \u306e\u8a2d\u5b9a +range.description=%name% (%total% \u6587\u5b57\u306e\u3046\u3061\u306e %available% \u6587\u5b57) +dialog.title=\u30d5\u30a9\u30f3\u30c8\u306e\u57cb\u3081\u8fbc\u307f +label.individual=\u500b\u3005\u306e\u6587\u5b57: +button.loadfont=\u30b9\u30c8\u30ec\u30fc\u30b8\u304b\u3089\u30d5\u30a9\u30f3\u30c8\u3092\u8aad\u307f\u8fbc\u3080... +filter.ttf=True Type \u30d5\u30a9\u30f3\u30c8\u30d5\u30a1\u30a4\u30eb (*.ttf) +error.invalidfontfile=\u7121\u52b9\u306a\u30d5\u30a9\u30f3\u30c8\u30d5\u30a1\u30a4\u30eb +error.cannotreadfontfile=\u30d5\u30a9\u30f3\u30c8\u30d5\u30a1\u30a4\u30eb\u304c\u8aad\u307f\u8fbc\u307e\u305b\u3093 +installed=\u30a4\u30f3\u30b9\u30c8\u30fc\u30eb\u6e08\u307f: +ttffile.noselection=TTF \u30d5\u30a1\u30a4\u30eb: <\u672a\u9078\u629e> +ttffile.selection=TTF \u30d5\u30a1\u30a4\u30eb: %fontname% (%filename%) +allcharacters=\u5168\u3066\u306e\u6587\u5b57 (%available% \u6587\u5b57) +ascentdescentleading=ascent, descent, leading \u306e\u8a2d\u5b9a diff --git a/src/com/jpexs/decompiler/flash/gui/locales/FontEmbedDialog_nl.properties b/src/com/jpexs/decompiler/flash/gui/locales/FontEmbedDialog_nl.properties index cb9099cc8..f8083b4af 100644 --- a/src/com/jpexs/decompiler/flash/gui/locales/FontEmbedDialog_nl.properties +++ b/src/com/jpexs/decompiler/flash/gui/locales/FontEmbedDialog_nl.properties @@ -12,21 +12,20 @@ # # You should have received a copy of the GNU General Public License # along with this program. If not, see . - -range.description = %name% (%available% van %total% tekens) -dialog.title = Lettertype inbedding -label.individual = Afzonderlijke tekens: -button.loadfont = Lettertype laden van schijf... -filter.ttf = TrueType-lettertypebestanden (*.ttf) -error.invalidfontfile = Ongeldig lettertypebestand -error.cannotreadfontfile = Kan het lettertypebestand niet lezen -installed = Ge\u00efnstalleerd: -ttffile.noselection = TTF-bestand: -ttffile.selection = TTF-bestand: %fontname% (%filename%) -allcharacters = Alle tekens (%available% tekens) +range.description=%name% (%available% van %total% tekens) +dialog.title=Lettertype inbedding +label.individual=Afzonderlijke tekens: +button.loadfont=Lettertype laden van schijf... +filter.ttf=TrueType-lettertypebestanden (*.ttf) +error.invalidfontfile=Ongeldig lettertypebestand +error.cannotreadfontfile=Kan het lettertypebestand niet lezen +installed=Ge\u00efnstalleerd: +ttffile.noselection=TTF-bestand: +ttffile.selection=TTF-bestand: %fontname% (%filename%) +allcharacters=Alle tekens (%available% tekens) #after 14.0.0 -ascentdescentleading = Stel oplopend, aflopend en eerste in +ascentdescentleading=Stel oplopend, aflopend en eerste in #after 19.1.2 -font.name = Lettertypenaam: -font.name.default = Mijn lettertype -font.source = Bron: +font.name=Lettertypenaam: +font.name.default=Mijn lettertype +font.source=Bron: diff --git a/src/com/jpexs/decompiler/flash/gui/locales/FontEmbedDialog_pl.properties b/src/com/jpexs/decompiler/flash/gui/locales/FontEmbedDialog_pl.properties index 79d83174b..cb4f2a8ea 100644 --- a/src/com/jpexs/decompiler/flash/gui/locales/FontEmbedDialog_pl.properties +++ b/src/com/jpexs/decompiler/flash/gui/locales/FontEmbedDialog_pl.properties @@ -12,16 +12,14 @@ # # You should have received a copy of the GNU General Public License # along with this program. If not, see . - -range.description = %name% (%available% z %total% znak\u00f3w) -dialog.title = Osadzanie czcionki -label.individual = Indywidualne znaki: - -button.loadfont = Wczytaj czcionk\u0119 z dysku... -filter.ttf = Pliki True Type Font (*.ttf) -error.invalidfontfile = Nieprawid\u0142owy plik czcionki -error.cannotreadfontfile = Nie mo\u017cna odczyta\u0107 pliku czcionki -installed = Zainstalowane: -ttffile.noselection = Plik TTF: -ttffile.selection = Plik TTF: %fontname% (%filename%) -allcharacters = Wszystkie znaki (%available% znak\u00f3w) +range.description=%name% (%available% z %total% znak\u00f3w) +dialog.title=Osadzanie czcionki +label.individual=Indywidualne znaki: +button.loadfont=Wczytaj czcionk\u0119 z dysku... +filter.ttf=Pliki True Type Font (*.ttf) +error.invalidfontfile=Nieprawid\u0142owy plik czcionki +error.cannotreadfontfile=Nie mo\u017cna odczyta\u0107 pliku czcionki +installed=Zainstalowane: +ttffile.noselection=Plik TTF: +ttffile.selection=Plik TTF: %fontname% (%filename%) +allcharacters=Wszystkie znaki (%available% znak\u00f3w) diff --git a/src/com/jpexs/decompiler/flash/gui/locales/FontEmbedDialog_pt_BR.properties b/src/com/jpexs/decompiler/flash/gui/locales/FontEmbedDialog_pt_BR.properties index 65158f6a6..ba60160d5 100644 --- a/src/com/jpexs/decompiler/flash/gui/locales/FontEmbedDialog_pt_BR.properties +++ b/src/com/jpexs/decompiler/flash/gui/locales/FontEmbedDialog_pt_BR.properties @@ -12,21 +12,20 @@ # # You should have received a copy of the GNU General Public License # along with this program. If not, see . - -range.description = %name% (%available% de %total% caracteres) -dialog.title = Fonte embarcada -label.individual = Caractere individual: -button.loadfont = Carregar fonte do disco... -filter.ttf = Arquivos True Type Font (*.ttf) -error.invalidfontfile = Arquivo de fonte inv\u00e1lido -error.cannotreadfontfile = N\u00e3o foi poss\u00edvel ler o arquivo de fonte -installed = Instalada: -ttffile.noselection = Arquivo TTF: -ttffile.selection = Arquivo TTF: %fontname% (%filename%) -allcharacters = Todos os caracteres (%available% caracteres) +range.description=%name% (%available% de %total% caracteres) +dialog.title=Fonte embarcada +label.individual=Caractere individual: +button.loadfont=Carregar fonte do disco... +filter.ttf=Arquivos True Type Font (*.ttf) +error.invalidfontfile=Arquivo de fonte inv\u00e1lido +error.cannotreadfontfile=N\u00e3o foi poss\u00edvel ler o arquivo de fonte +installed=Instalada: +ttffile.noselection=Arquivo TTF: +ttffile.selection=Arquivo TTF: %fontname% (%filename%) +allcharacters=Todos os caracteres (%available% caracteres) #after 14.0.0 -ascentdescentleading = Definir ascens\u00e3o, descida e espa\u00e7amento +ascentdescentleading=Definir ascens\u00e3o, descida e espa\u00e7amento #after 19.1.2 -font.name = Nome da fonte: -font.name.default = Minha fonte -font.source = Fonte: +font.name=Nome da fonte: +font.name.default=Minha fonte +font.source=Fonte: diff --git a/src/com/jpexs/decompiler/flash/gui/locales/FontEmbedDialog_ru.properties b/src/com/jpexs/decompiler/flash/gui/locales/FontEmbedDialog_ru.properties index f8b0f85af..5a81d636d 100644 --- a/src/com/jpexs/decompiler/flash/gui/locales/FontEmbedDialog_ru.properties +++ b/src/com/jpexs/decompiler/flash/gui/locales/FontEmbedDialog_ru.properties @@ -12,15 +12,14 @@ # # You should have received a copy of the GNU General Public License # along with this program. If not, see . - -range.description = %name% (%available% \u0438\u0437 %total% \u0441\u0438\u043c\u0432\u043e\u043b\u043e\u0432) -dialog.title = \u0412\u0441\u0442\u0440\u0430\u0438\u0432\u0430\u043d\u0438\u0435 \u0448\u0440\u0438\u0444\u0442\u043e\u0432 -label.individual = \u041e\u0442\u0434\u0435\u043b\u044c\u043d\u044b\u0435 \u0441\u0438\u043c\u0432\u043e\u043b\u044b: -button.loadfont = \u0417\u0430\u0433\u0440\u0443\u0437\u0438\u0442\u044c \u0448\u0440\u0438\u0444\u0442 \u0441 \u0434\u0438\u0441\u043a\u0430... -filter.ttf = \u0424\u0430\u0439\u043b\u044b True Type \u0448\u0440\u0438\u0444\u0442\u043e\u0432 (*.ttf) -error.invalidfontfile = \u041d\u0435\u0432\u0435\u0440\u043d\u044b\u0439 \u0444\u0430\u0439\u043b \u0448\u0440\u0438\u0444\u0442\u0430 -error.cannotreadfontfile = \u041d\u0435\u0432\u043e\u0437\u043c\u043e\u0436\u043d\u043e \u043f\u0440\u043e\u0447\u0438\u0442\u0430\u0442\u044c \u0444\u0430\u0439\u043b \u0448\u0440\u0438\u0444\u0442\u0430 -installed = \u0423\u0441\u0442\u0430\u043d\u043e\u0432\u043b\u0435\u043d\u043e: -ttffile.noselection = TTF \u0444\u0430\u0439\u043b: <\u0432\u044b\u0431\u0435\u0440\u0438\u0442\u0435> -ttffile.selection = TTF \u0444\u0430\u0439\u043b: %fontname% (%filename%) -allcharacters = \u0412\u0441\u0435 \u0441\u0438\u043c\u0432\u043e\u043b\u044b (%available% \u0441\u0438\u043c\u0432\u043e\u043b\u044b) +range.description=%name% (%available% \u0438\u0437 %total% \u0441\u0438\u043c\u0432\u043e\u043b\u043e\u0432) +dialog.title=\u0412\u0441\u0442\u0440\u0430\u0438\u0432\u0430\u043d\u0438\u0435 \u0448\u0440\u0438\u0444\u0442\u043e\u0432 +label.individual=\u041e\u0442\u0434\u0435\u043b\u044c\u043d\u044b\u0435 \u0441\u0438\u043c\u0432\u043e\u043b\u044b: +button.loadfont=\u0417\u0430\u0433\u0440\u0443\u0437\u0438\u0442\u044c \u0448\u0440\u0438\u0444\u0442 \u0441 \u0434\u0438\u0441\u043a\u0430... +filter.ttf=\u0424\u0430\u0439\u043b\u044b True Type \u0448\u0440\u0438\u0444\u0442\u043e\u0432 (*.ttf) +error.invalidfontfile=\u041d\u0435\u0432\u0435\u0440\u043d\u044b\u0439 \u0444\u0430\u0439\u043b \u0448\u0440\u0438\u0444\u0442\u0430 +error.cannotreadfontfile=\u041d\u0435\u0432\u043e\u0437\u043c\u043e\u0436\u043d\u043e \u043f\u0440\u043e\u0447\u0438\u0442\u0430\u0442\u044c \u0444\u0430\u0439\u043b \u0448\u0440\u0438\u0444\u0442\u0430 +installed=\u0423\u0441\u0442\u0430\u043d\u043e\u0432\u043b\u0435\u043d\u043e: +ttffile.noselection=TTF \u0444\u0430\u0439\u043b: <\u0432\u044b\u0431\u0435\u0440\u0438\u0442\u0435> +ttffile.selection=TTF \u0444\u0430\u0439\u043b: %fontname% (%filename%) +allcharacters=\u0412\u0441\u0435 \u0441\u0438\u043c\u0432\u043e\u043b\u044b (%available% \u0441\u0438\u043c\u0432\u043e\u043b\u044b) diff --git a/src/com/jpexs/decompiler/flash/gui/locales/FontEmbedDialog_sv.properties b/src/com/jpexs/decompiler/flash/gui/locales/FontEmbedDialog_sv.properties index f81c77646..0256999a5 100644 --- a/src/com/jpexs/decompiler/flash/gui/locales/FontEmbedDialog_sv.properties +++ b/src/com/jpexs/decompiler/flash/gui/locales/FontEmbedDialog_sv.properties @@ -12,16 +12,15 @@ # # You should have received a copy of the GNU General Public License # along with this program. If not, see . - -range.description = %name% (%available% av %total% tecken) -dialog.title = Typsnitts inb\u00e4ddning -label.individual = Enskilda tecken: -button.loadfont = Ladda typsnitt fr\u00e5n h\u00e5rddisken... -filter.ttf = True Type Typsnittsfiler (*.ttf) -error.invalidfontfile = Ogiltig typsnittsfil -error.cannotreadfontfile = Kunde inte l\u00e4sa typsnittsfilen -installed = Installerat: -ttffile.noselection = TTF fil: -ttffile.selection = TTF fil: %fontname% (%filename%) -allcharacters = Alla tecken (%available% tecken) -ascentdescentleading = S\u00e4tt uppstigande, sjunkande och ledande +range.description=%name% (%available% av %total% tecken) +dialog.title=Typsnitts inb\u00e4ddning +label.individual=Enskilda tecken: +button.loadfont=Ladda typsnitt fr\u00e5n h\u00e5rddisken... +filter.ttf=True Type Typsnittsfiler (*.ttf) +error.invalidfontfile=Ogiltig typsnittsfil +error.cannotreadfontfile=Kunde inte l\u00e4sa typsnittsfilen +installed=Installerat: +ttffile.noselection=TTF fil: +ttffile.selection=TTF fil: %fontname% (%filename%) +allcharacters=Alla tecken (%available% tecken) +ascentdescentleading=S\u00e4tt uppstigande, sjunkande och ledande diff --git a/src/com/jpexs/decompiler/flash/gui/locales/FontEmbedDialog_tr.properties b/src/com/jpexs/decompiler/flash/gui/locales/FontEmbedDialog_tr.properties index 4dbaf2f24..e514bcd23 100644 --- a/src/com/jpexs/decompiler/flash/gui/locales/FontEmbedDialog_tr.properties +++ b/src/com/jpexs/decompiler/flash/gui/locales/FontEmbedDialog_tr.properties @@ -12,17 +12,16 @@ # # You should have received a copy of the GNU General Public License # along with this program. If not, see . - -range.description = %name% (%available% / %total% karakter) -dialog.title = Yaz\u0131 tipi g\u00f6mme -label.individual = Bireysel karakterler: -button.loadfont = Yaz\u0131 tipini diskten y\u00fckle... -filter.ttf = True Type Yaz\u0131 Tipi dosyalar\u0131 (*.ttf) -error.invalidfontfile = Ge\u00e7ersiz yaz\u0131 tipi dosyas\u0131 -error.cannotreadfontfile = Yaz\u0131 tipi dosyas\u0131 okunam\u0131yor -installed = Y\u00fcklendi: -ttffile.noselection = TTF dosyas\u0131: +ttffile.selection=TTF dosyas\u0131: %fontname% (%filename%) +allcharacters=T\u00fcm karakterler (%available% karakter) #after 14.0.0 -ascentdescentleading = \u00c7\u0131k\u0131\u015f, ini\u015f ve y\u00f6nlendirmeyi ayarla +ascentdescentleading=\u00c7\u0131k\u0131\u015f, ini\u015f ve y\u00f6nlendirmeyi ayarla diff --git a/src/com/jpexs/decompiler/flash/gui/locales/FontEmbedDialog_uk.properties b/src/com/jpexs/decompiler/flash/gui/locales/FontEmbedDialog_uk.properties index 36fbbb637..68ec9734a 100644 --- a/src/com/jpexs/decompiler/flash/gui/locales/FontEmbedDialog_uk.properties +++ b/src/com/jpexs/decompiler/flash/gui/locales/FontEmbedDialog_uk.properties @@ -12,7 +12,6 @@ # # You should have received a copy of the GNU General Public License # along with this program. If not, see . - -range.description = %name% (%available% \u0437 %total% \u0441\u0438\u043c\u0432\u043e\u043b\u0456\u0432) -dialog.title = \u0412\u0431\u0443\u0434\u043e\u0432\u0443\u0432\u0430\u043d\u043d\u044f \u0448\u0440\u0438\u0444\u0442\u0456\u0432 -label.individual = \u041e\u043a\u0440\u0435\u043c\u0456 \u0441\u0438\u043c\u0432\u043e\u043b\u0438: +range.description=%name% (%available% \u0437 %total% \u0441\u0438\u043c\u0432\u043e\u043b\u0456\u0432) +dialog.title=\u0412\u0431\u0443\u0434\u043e\u0432\u0443\u0432\u0430\u043d\u043d\u044f \u0448\u0440\u0438\u0444\u0442\u0456\u0432 +label.individual=\u041e\u043a\u0440\u0435\u043c\u0456 \u0441\u0438\u043c\u0432\u043e\u043b\u0438: diff --git a/src/com/jpexs/decompiler/flash/gui/locales/FontEmbedDialog_zh.properties b/src/com/jpexs/decompiler/flash/gui/locales/FontEmbedDialog_zh.properties index a9c160f5c..d85f3d02f 100644 --- a/src/com/jpexs/decompiler/flash/gui/locales/FontEmbedDialog_zh.properties +++ b/src/com/jpexs/decompiler/flash/gui/locales/FontEmbedDialog_zh.properties @@ -12,16 +12,15 @@ # # You should have received a copy of the GNU General Public License # along with this program. If not, see . - -range.description = %name% (%total%\u4e2a\u5b57\u7b26\u4e2d\u5b58\u5728%available%\u4e2a) -dialog.title = \u5b57\u4f53\u5d4c\u5165 -label.individual = \u5355\u4e2a\u5b57\u7b26: -button.loadfont = \u4ece\u786c\u76d8\u4e2d\u8f7d\u5165\u5b57\u4f53... -filter.ttf = TrueType\u5b57\u4f53\u6587\u4ef6(*.ttf) -error.invalidfontfile = \u65e0\u6548\u7684\u5b57\u4f53\u6587\u4ef6 -error.cannotreadfontfile = \u65e0\u6cd5\u8bfb\u53d6\u5b57\u4f53\u6587\u4ef6 -installed = \u5df2\u5b89\u88c5: -ttffile.noselection = TTF\u6587\u4ef6: +ttffile.selection=TTF\u6587\u4ef6: %fontname% (%filename%) +allcharacters=\u6240\u6709\u5b57\u7b26(%available%\u4e2a\u5b57\u7b26) +ascentdescentleading=\u8bbe\u7f6eascent,descent,leading diff --git a/src/com/jpexs/decompiler/flash/gui/locales/FontPreviewDialog.properties b/src/com/jpexs/decompiler/flash/gui/locales/FontPreviewDialog.properties index ae2ff2502..a2cafe311 100644 --- a/src/com/jpexs/decompiler/flash/gui/locales/FontPreviewDialog.properties +++ b/src/com/jpexs/decompiler/flash/gui/locales/FontPreviewDialog.properties @@ -12,5 +12,4 @@ # # You should have received a copy of the GNU General Public License # along with this program. If not, see . - -fontPreview.dialog.title = Font preview +fontPreview.dialog.title=Font preview diff --git a/src/com/jpexs/decompiler/flash/gui/locales/FontPreviewDialog_ca.properties b/src/com/jpexs/decompiler/flash/gui/locales/FontPreviewDialog_ca.properties index 5b92d9597..bc614b3d3 100644 --- a/src/com/jpexs/decompiler/flash/gui/locales/FontPreviewDialog_ca.properties +++ b/src/com/jpexs/decompiler/flash/gui/locales/FontPreviewDialog_ca.properties @@ -12,5 +12,4 @@ # # You should have received a copy of the GNU General Public License # along with this program. If not, see . - -fontPreview.dialog.title = Previsualitzaci\u00f3 de tipografies +fontPreview.dialog.title=Previsualitzaci\u00f3 de tipografies diff --git a/src/com/jpexs/decompiler/flash/gui/locales/FontPreviewDialog_cs.properties b/src/com/jpexs/decompiler/flash/gui/locales/FontPreviewDialog_cs.properties index 2567d971a..1b5d8fc18 100644 --- a/src/com/jpexs/decompiler/flash/gui/locales/FontPreviewDialog_cs.properties +++ b/src/com/jpexs/decompiler/flash/gui/locales/FontPreviewDialog_cs.properties @@ -12,5 +12,4 @@ # # You should have received a copy of the GNU General Public License # along with this program. If not, see . - -fontPreview.dialog.title = N\u00e1hled p\u00edsma +fontPreview.dialog.title=N\u00e1hled p\u00edsma diff --git a/src/com/jpexs/decompiler/flash/gui/locales/FontPreviewDialog_es.properties b/src/com/jpexs/decompiler/flash/gui/locales/FontPreviewDialog_es.properties index 0347d1f81..46bf26c6a 100644 --- a/src/com/jpexs/decompiler/flash/gui/locales/FontPreviewDialog_es.properties +++ b/src/com/jpexs/decompiler/flash/gui/locales/FontPreviewDialog_es.properties @@ -12,5 +12,4 @@ # # You should have received a copy of the GNU General Public License # along with this program. If not, see . - -fontPreview.dialog.title = Vista previa de fuente +fontPreview.dialog.title=Vista previa de fuente diff --git a/src/com/jpexs/decompiler/flash/gui/locales/FontPreviewDialog_fr.properties b/src/com/jpexs/decompiler/flash/gui/locales/FontPreviewDialog_fr.properties index f168ab975..fbd0e5737 100644 --- a/src/com/jpexs/decompiler/flash/gui/locales/FontPreviewDialog_fr.properties +++ b/src/com/jpexs/decompiler/flash/gui/locales/FontPreviewDialog_fr.properties @@ -12,5 +12,4 @@ # # You should have received a copy of the GNU General Public License # along with this program. If not, see . - -fontPreview.dialog.title = Aper\u00e7u de la police +fontPreview.dialog.title=Aper\u00e7u de la police diff --git a/src/com/jpexs/decompiler/flash/gui/locales/FontPreviewDialog_hu.properties b/src/com/jpexs/decompiler/flash/gui/locales/FontPreviewDialog_hu.properties index e7169a685..d8180c2cb 100644 --- a/src/com/jpexs/decompiler/flash/gui/locales/FontPreviewDialog_hu.properties +++ b/src/com/jpexs/decompiler/flash/gui/locales/FontPreviewDialog_hu.properties @@ -12,5 +12,4 @@ # # You should have received a copy of the GNU General Public License # along with this program. If not, see . - -fontPreview.dialog.title = Bet\u0171t\u00edpus el\u0151n\u00e9zet +fontPreview.dialog.title=Bet\u0171t\u00edpus el\u0151n\u00e9zet diff --git a/src/com/jpexs/decompiler/flash/gui/locales/FontPreviewDialog_it.properties b/src/com/jpexs/decompiler/flash/gui/locales/FontPreviewDialog_it.properties index 35cc4e713..fba2a304c 100644 --- a/src/com/jpexs/decompiler/flash/gui/locales/FontPreviewDialog_it.properties +++ b/src/com/jpexs/decompiler/flash/gui/locales/FontPreviewDialog_it.properties @@ -12,5 +12,4 @@ # # You should have received a copy of the GNU General Public License # along with this program. If not, see . - -fontPreview.dialog.title = Anteprima font +fontPreview.dialog.title=Anteprima font diff --git a/src/com/jpexs/decompiler/flash/gui/locales/FontPreviewDialog_ja.properties b/src/com/jpexs/decompiler/flash/gui/locales/FontPreviewDialog_ja.properties index ba48a426a..304ad7a33 100644 --- a/src/com/jpexs/decompiler/flash/gui/locales/FontPreviewDialog_ja.properties +++ b/src/com/jpexs/decompiler/flash/gui/locales/FontPreviewDialog_ja.properties @@ -12,5 +12,4 @@ # # You should have received a copy of the GNU General Public License # along with this program. If not, see . - -fontPreview.dialog.title = \u30d5\u30a9\u30f3\u30c8\u306e\u30d7\u30ec\u30d3\u30e5\u30fc +fontPreview.dialog.title=\u30d5\u30a9\u30f3\u30c8\u306e\u30d7\u30ec\u30d3\u30e5\u30fc diff --git a/src/com/jpexs/decompiler/flash/gui/locales/FontPreviewDialog_nl.properties b/src/com/jpexs/decompiler/flash/gui/locales/FontPreviewDialog_nl.properties index 5df141af5..3f8582e3d 100644 --- a/src/com/jpexs/decompiler/flash/gui/locales/FontPreviewDialog_nl.properties +++ b/src/com/jpexs/decompiler/flash/gui/locales/FontPreviewDialog_nl.properties @@ -12,5 +12,4 @@ # # You should have received a copy of the GNU General Public License # along with this program. If not, see . - -fontPreview.dialog.title = Lettertype voorbeeld +fontPreview.dialog.title=Lettertype voorbeeld diff --git a/src/com/jpexs/decompiler/flash/gui/locales/FontPreviewDialog_pl.properties b/src/com/jpexs/decompiler/flash/gui/locales/FontPreviewDialog_pl.properties index 82fdf4c28..0d8a6b8e0 100644 --- a/src/com/jpexs/decompiler/flash/gui/locales/FontPreviewDialog_pl.properties +++ b/src/com/jpexs/decompiler/flash/gui/locales/FontPreviewDialog_pl.properties @@ -12,5 +12,4 @@ # # You should have received a copy of the GNU General Public License # along with this program. If not, see . - -fontPreview.dialog.title = Podgl\u0105d czcionki +fontPreview.dialog.title=Podgl\u0105d czcionki diff --git a/src/com/jpexs/decompiler/flash/gui/locales/FontPreviewDialog_pt_BR.properties b/src/com/jpexs/decompiler/flash/gui/locales/FontPreviewDialog_pt_BR.properties index 83cda54b6..4cb9e5fcf 100644 --- a/src/com/jpexs/decompiler/flash/gui/locales/FontPreviewDialog_pt_BR.properties +++ b/src/com/jpexs/decompiler/flash/gui/locales/FontPreviewDialog_pt_BR.properties @@ -12,5 +12,4 @@ # # You should have received a copy of the GNU General Public License # along with this program. If not, see . - -fontPreview.dialog.title = Visualiza\u00e7\u00e3o da fonte +fontPreview.dialog.title=Visualiza\u00e7\u00e3o da fonte diff --git a/src/com/jpexs/decompiler/flash/gui/locales/FontPreviewDialog_ru.properties b/src/com/jpexs/decompiler/flash/gui/locales/FontPreviewDialog_ru.properties index 6c928b34e..af8fdc21c 100644 --- a/src/com/jpexs/decompiler/flash/gui/locales/FontPreviewDialog_ru.properties +++ b/src/com/jpexs/decompiler/flash/gui/locales/FontPreviewDialog_ru.properties @@ -12,5 +12,4 @@ # # You should have received a copy of the GNU General Public License # along with this program. If not, see . - -fontPreview.dialog.title = \u041f\u0440\u0435\u0434\u043f\u0440\u043e\u0441\u043c\u043e\u0442\u0440 \u0448\u0440\u0438\u0444\u0442\u0430 +fontPreview.dialog.title=\u041f\u0440\u0435\u0434\u043f\u0440\u043e\u0441\u043c\u043e\u0442\u0440 \u0448\u0440\u0438\u0444\u0442\u0430 diff --git a/src/com/jpexs/decompiler/flash/gui/locales/FontPreviewDialog_sv.properties b/src/com/jpexs/decompiler/flash/gui/locales/FontPreviewDialog_sv.properties index 22e72455d..8ba1d5ae6 100644 --- a/src/com/jpexs/decompiler/flash/gui/locales/FontPreviewDialog_sv.properties +++ b/src/com/jpexs/decompiler/flash/gui/locales/FontPreviewDialog_sv.properties @@ -12,5 +12,4 @@ # # You should have received a copy of the GNU General Public License # along with this program. If not, see . - -fontPreview.dialog.title = F\u00f6rhandsvisning utav Typsnitt +fontPreview.dialog.title=F\u00f6rhandsvisning utav Typsnitt diff --git a/src/com/jpexs/decompiler/flash/gui/locales/FontPreviewDialog_tr.properties b/src/com/jpexs/decompiler/flash/gui/locales/FontPreviewDialog_tr.properties index 4a3480e66..62ffb994f 100644 --- a/src/com/jpexs/decompiler/flash/gui/locales/FontPreviewDialog_tr.properties +++ b/src/com/jpexs/decompiler/flash/gui/locales/FontPreviewDialog_tr.properties @@ -12,6 +12,4 @@ # # You should have received a copy of the GNU General Public License # along with this program. If not, see . - - -fontPreview.dialog.title = Yaz\u0131 tipi \u00f6nizleme +fontPreview.dialog.title=Yaz\u0131 tipi \u00f6nizleme diff --git a/src/com/jpexs/decompiler/flash/gui/locales/FontPreviewDialog_uk.properties b/src/com/jpexs/decompiler/flash/gui/locales/FontPreviewDialog_uk.properties index 1d88f69cf..4816fb730 100644 --- a/src/com/jpexs/decompiler/flash/gui/locales/FontPreviewDialog_uk.properties +++ b/src/com/jpexs/decompiler/flash/gui/locales/FontPreviewDialog_uk.properties @@ -12,5 +12,4 @@ # # You should have received a copy of the GNU General Public License # along with this program. If not, see . - -fontPreview.dialog.title = \u041f\u043e\u043f\u0435\u0440\u0435\u0434\u043d\u0456\u0439 \u043f\u0435\u0440\u0435\u0433\u043b\u044f\u0434 \u0448\u0440\u0438\u0444\u0442\u0443 +fontPreview.dialog.title=\u041f\u043e\u043f\u0435\u0440\u0435\u0434\u043d\u0456\u0439 \u043f\u0435\u0440\u0435\u0433\u043b\u044f\u0434 \u0448\u0440\u0438\u0444\u0442\u0443 diff --git a/src/com/jpexs/decompiler/flash/gui/locales/FontPreviewDialog_zh.properties b/src/com/jpexs/decompiler/flash/gui/locales/FontPreviewDialog_zh.properties index 4ab4923a9..99b33d052 100644 --- a/src/com/jpexs/decompiler/flash/gui/locales/FontPreviewDialog_zh.properties +++ b/src/com/jpexs/decompiler/flash/gui/locales/FontPreviewDialog_zh.properties @@ -12,5 +12,4 @@ # # You should have received a copy of the GNU General Public License # along with this program. If not, see . - -fontPreview.dialog.title = \u5b57\u4f53\u9884\u89c8 +fontPreview.dialog.title=\u5b57\u4f53\u9884\u89c8 diff --git a/src/com/jpexs/decompiler/flash/gui/locales/GraphDialog.properties b/src/com/jpexs/decompiler/flash/gui/locales/GraphDialog.properties index e36752bfc..1519d5dd4 100644 --- a/src/com/jpexs/decompiler/flash/gui/locales/GraphDialog.properties +++ b/src/com/jpexs/decompiler/flash/gui/locales/GraphDialog.properties @@ -12,7 +12,6 @@ # # You should have received a copy of the GNU General Public License # along with this program. If not, see . - -graph = Graph -graph.better.dot = Tip: Configure GraphViz Dot executable path in Advanced settings / Paths (5) to get a way better graphs! -menu.copygraph.gv = Copy GraphViz source to ClipBoard +graph=Graph +graph.better.dot=Tip: Configure GraphViz Dot executable path in Advanced settings / Paths (5) to get a way better graphs! +menu.copygraph.gv=Copy GraphViz source to ClipBoard diff --git a/src/com/jpexs/decompiler/flash/gui/locales/GraphDialog_ca.properties b/src/com/jpexs/decompiler/flash/gui/locales/GraphDialog_ca.properties index 99a46bc8f..dd81f6d15 100644 --- a/src/com/jpexs/decompiler/flash/gui/locales/GraphDialog_ca.properties +++ b/src/com/jpexs/decompiler/flash/gui/locales/GraphDialog_ca.properties @@ -12,5 +12,4 @@ # # You should have received a copy of the GNU General Public License # along with this program. If not, see . - -graph = Gr\u00e0fica +graph=Gr\u00e0fica diff --git a/src/com/jpexs/decompiler/flash/gui/locales/GraphDialog_cs.properties b/src/com/jpexs/decompiler/flash/gui/locales/GraphDialog_cs.properties index eec42f7c4..f77356c8a 100644 --- a/src/com/jpexs/decompiler/flash/gui/locales/GraphDialog_cs.properties +++ b/src/com/jpexs/decompiler/flash/gui/locales/GraphDialog_cs.properties @@ -12,7 +12,6 @@ # # You should have received a copy of the GNU General Public License # along with this program. If not, see . - -graph = Graf -graph.better.dot = Tip: Nastavte cestu k spustiteln\u00e9mu souboru GraphViz Dot v Pokro\u010dil\u00e1 nastaven\u00ed / Cesty (5) pro z\u00edsk\u00e1n\u00ed o mnoho lep\u0161\u00edch graf\u016f! -menu.copygraph.gv = Zkop\u00edrovat GraphViz zdroj\u00e1k do schr\u00e1nky +graph=Graf +graph.better.dot=Tip: Nastavte cestu k spustiteln\u00e9mu souboru GraphViz Dot v Pokro\u010dil\u00e1 nastaven\u00ed / Cesty (5) pro z\u00edsk\u00e1n\u00ed o mnoho lep\u0161\u00edch graf\u016f! +menu.copygraph.gv=Zkop\u00edrovat GraphViz zdroj\u00e1k do schr\u00e1nky diff --git a/src/com/jpexs/decompiler/flash/gui/locales/GraphDialog_de.properties b/src/com/jpexs/decompiler/flash/gui/locales/GraphDialog_de.properties index 6c5c8115a..4860fb153 100644 --- a/src/com/jpexs/decompiler/flash/gui/locales/GraphDialog_de.properties +++ b/src/com/jpexs/decompiler/flash/gui/locales/GraphDialog_de.properties @@ -12,5 +12,4 @@ # # You should have received a copy of the GNU General Public License # along with this program. If not, see . - -graph = Graph +graph=Graph diff --git a/src/com/jpexs/decompiler/flash/gui/locales/GraphDialog_es.properties b/src/com/jpexs/decompiler/flash/gui/locales/GraphDialog_es.properties index af5fc9a5b..8a76cf2b2 100644 --- a/src/com/jpexs/decompiler/flash/gui/locales/GraphDialog_es.properties +++ b/src/com/jpexs/decompiler/flash/gui/locales/GraphDialog_es.properties @@ -12,5 +12,4 @@ # # You should have received a copy of the GNU General Public License # along with this program. If not, see . - -graph = Grafo +graph=Grafo diff --git a/src/com/jpexs/decompiler/flash/gui/locales/GraphDialog_fr.properties b/src/com/jpexs/decompiler/flash/gui/locales/GraphDialog_fr.properties index bb777e5fb..04c41b219 100644 --- a/src/com/jpexs/decompiler/flash/gui/locales/GraphDialog_fr.properties +++ b/src/com/jpexs/decompiler/flash/gui/locales/GraphDialog_fr.properties @@ -12,5 +12,4 @@ # # You should have received a copy of the GNU General Public License # along with this program. If not, see . - -graph = Graphique +graph=Graphique diff --git a/src/com/jpexs/decompiler/flash/gui/locales/GraphDialog_hu.properties b/src/com/jpexs/decompiler/flash/gui/locales/GraphDialog_hu.properties index f7296cb30..0d7ddcce0 100644 --- a/src/com/jpexs/decompiler/flash/gui/locales/GraphDialog_hu.properties +++ b/src/com/jpexs/decompiler/flash/gui/locales/GraphDialog_hu.properties @@ -12,5 +12,4 @@ # # You should have received a copy of the GNU General Public License # along with this program. If not, see . - -graph = Gr\u00e1f +graph=Gr\u00e1f diff --git a/src/com/jpexs/decompiler/flash/gui/locales/GraphDialog_it.properties b/src/com/jpexs/decompiler/flash/gui/locales/GraphDialog_it.properties index af5fc9a5b..8a76cf2b2 100644 --- a/src/com/jpexs/decompiler/flash/gui/locales/GraphDialog_it.properties +++ b/src/com/jpexs/decompiler/flash/gui/locales/GraphDialog_it.properties @@ -12,5 +12,4 @@ # # You should have received a copy of the GNU General Public License # along with this program. If not, see . - -graph = Grafo +graph=Grafo diff --git a/src/com/jpexs/decompiler/flash/gui/locales/GraphDialog_ja.properties b/src/com/jpexs/decompiler/flash/gui/locales/GraphDialog_ja.properties index 163a18a7f..8d362006c 100644 --- a/src/com/jpexs/decompiler/flash/gui/locales/GraphDialog_ja.properties +++ b/src/com/jpexs/decompiler/flash/gui/locales/GraphDialog_ja.properties @@ -12,7 +12,6 @@ # # You should have received a copy of the GNU General Public License # along with this program. If not, see . - -graph = \u30b0\u30e9\u30d5 -graph.better.dot = Tip: \u8a73\u7d30\u8a2d\u5b9a / \u30d1\u30b9 / 5) GraphViz dot.exe \u306e\u30d1\u30b9 \u3092\u8a2d\u5b9a\u3059\u308b\u3068\u3001\u3088\u308a\u826f\u3044\u30b0\u30e9\u30d5\u304c\u8868\u793a\u3055\u308c\u307e\u3059 -menu.copygraph.gv = GraphViz \u306e\u30bd\u30fc\u30b9\u3092\u30af\u30ea\u30c3\u30d7\u30dc\u30fc\u30c9\u306b\u30b3\u30d4\u30fc +graph=\u30b0\u30e9\u30d5 +graph.better.dot=Tip: \u8a73\u7d30\u8a2d\u5b9a / \u30d1\u30b9 / 5) GraphViz dot.exe \u306e\u30d1\u30b9 \u3092\u8a2d\u5b9a\u3059\u308b\u3068\u3001\u3088\u308a\u826f\u3044\u30b0\u30e9\u30d5\u304c\u8868\u793a\u3055\u308c\u307e\u3059 +menu.copygraph.gv=GraphViz \u306e\u30bd\u30fc\u30b9\u3092\u30af\u30ea\u30c3\u30d7\u30dc\u30fc\u30c9\u306b\u30b3\u30d4\u30fc diff --git a/src/com/jpexs/decompiler/flash/gui/locales/GraphDialog_nl.properties b/src/com/jpexs/decompiler/flash/gui/locales/GraphDialog_nl.properties index eea0b585e..d8ac6f30b 100644 --- a/src/com/jpexs/decompiler/flash/gui/locales/GraphDialog_nl.properties +++ b/src/com/jpexs/decompiler/flash/gui/locales/GraphDialog_nl.properties @@ -12,7 +12,6 @@ # # You should have received a copy of the GNU General Public License # along with this program. If not, see . - -graph = Grafiek -graph.better.dot = Tip: Configureer het uitvoerbare pad van GraphViz Dot in Geavanceerde instellingen / Paden (5) om betere grafieken te krijgen -menu.copygraph.gv = Kopieer de GraphViz-bron naar het klembord +graph=Grafiek +graph.better.dot=Tip: Configureer het uitvoerbare pad van GraphViz Dot in Geavanceerde instellingen / Paden (5) om betere grafieken te krijgen +menu.copygraph.gv=Kopieer de GraphViz-bron naar het klembord diff --git a/src/com/jpexs/decompiler/flash/gui/locales/GraphDialog_pl.properties b/src/com/jpexs/decompiler/flash/gui/locales/GraphDialog_pl.properties index a2334f1a8..7614c57c4 100644 --- a/src/com/jpexs/decompiler/flash/gui/locales/GraphDialog_pl.properties +++ b/src/com/jpexs/decompiler/flash/gui/locales/GraphDialog_pl.properties @@ -12,5 +12,4 @@ # # You should have received a copy of the GNU General Public License # along with this program. If not, see . - -graph = Wykres +graph=Wykres diff --git a/src/com/jpexs/decompiler/flash/gui/locales/GraphDialog_pt.properties b/src/com/jpexs/decompiler/flash/gui/locales/GraphDialog_pt.properties index 68f772447..9f6d8b1fc 100644 --- a/src/com/jpexs/decompiler/flash/gui/locales/GraphDialog_pt.properties +++ b/src/com/jpexs/decompiler/flash/gui/locales/GraphDialog_pt.properties @@ -12,5 +12,4 @@ # # You should have received a copy of the GNU General Public License # along with this program. If not, see . - -graph = Grafico +graph=Grafico diff --git a/src/com/jpexs/decompiler/flash/gui/locales/GraphDialog_pt_BR.properties b/src/com/jpexs/decompiler/flash/gui/locales/GraphDialog_pt_BR.properties index 949b7dc37..cccd32587 100644 --- a/src/com/jpexs/decompiler/flash/gui/locales/GraphDialog_pt_BR.properties +++ b/src/com/jpexs/decompiler/flash/gui/locales/GraphDialog_pt_BR.properties @@ -12,7 +12,6 @@ # # You should have received a copy of the GNU General Public License # along with this program. If not, see . - -graph = Gr\u00e1fico -graph.better.dot = Dica: Configure o caminho execut\u00e1vel do GraphViz Dot em Configura\u00e7\u00f5es Avan\u00e7adas / Caminhos (5) para obter gr\u00e1ficos muito melhores! -menu.copygraph.gv = Copiar a fonte do GraphViz para a \u00c1rea de Transfer\u00eancia +graph=Gr\u00e1fico +graph.better.dot=Dica: Configure o caminho execut\u00e1vel do GraphViz Dot em Configura\u00e7\u00f5es Avan\u00e7adas / Caminhos (5) para obter gr\u00e1ficos muito melhores! +menu.copygraph.gv=Copiar a fonte do GraphViz para a \u00c1rea de Transfer\u00eancia diff --git a/src/com/jpexs/decompiler/flash/gui/locales/GraphDialog_ru.properties b/src/com/jpexs/decompiler/flash/gui/locales/GraphDialog_ru.properties index a52d92243..86dbeaa0f 100644 --- a/src/com/jpexs/decompiler/flash/gui/locales/GraphDialog_ru.properties +++ b/src/com/jpexs/decompiler/flash/gui/locales/GraphDialog_ru.properties @@ -12,5 +12,4 @@ # # You should have received a copy of the GNU General Public License # along with this program. If not, see . - -graph = \u0413\u0440\u0430\u0444 +graph=\u0413\u0440\u0430\u0444 diff --git a/src/com/jpexs/decompiler/flash/gui/locales/GraphDialog_sv.properties b/src/com/jpexs/decompiler/flash/gui/locales/GraphDialog_sv.properties index 1e848f42a..9a92c1fc0 100644 --- a/src/com/jpexs/decompiler/flash/gui/locales/GraphDialog_sv.properties +++ b/src/com/jpexs/decompiler/flash/gui/locales/GraphDialog_sv.properties @@ -12,7 +12,6 @@ # # You should have received a copy of the GNU General Public License # along with this program. If not, see . - -graph = Diagram -graph.better.dot = Tips: Konfigurera GraphViz Dot exekverbar s\u00f6kv\u00e4g i Avancerade Inst\u00e4llningar / S\u00f6kv\u00e4gar (5) f\u00f6r att f\u00e5 b\u00e4ttre diagram! -menu.copygraph.gv = Kopiera GraphViz k\u00e4lla till ClipBoard +graph=Diagram +graph.better.dot=Tips: Konfigurera GraphViz Dot exekverbar s\u00f6kv\u00e4g i Avancerade Inst\u00e4llningar / S\u00f6kv\u00e4gar (5) f\u00f6r att f\u00e5 b\u00e4ttre diagram! +menu.copygraph.gv=Kopiera GraphViz k\u00e4lla till ClipBoard diff --git a/src/com/jpexs/decompiler/flash/gui/locales/GraphDialog_tr.properties b/src/com/jpexs/decompiler/flash/gui/locales/GraphDialog_tr.properties index ba046e32f..b96372f04 100644 --- a/src/com/jpexs/decompiler/flash/gui/locales/GraphDialog_tr.properties +++ b/src/com/jpexs/decompiler/flash/gui/locales/GraphDialog_tr.properties @@ -12,8 +12,6 @@ # # You should have received a copy of the GNU General Public License # along with this program. If not, see . - - -graph = Grafik -graph.better.dot = \u0130pucu: \u00c7ok daha iyi grafikler elde etmek i\u00e7in GraphViz Dot y\u00fcr\u00fct\u00fclebilir yolunu Geli\u015fmi\u015f ayarlar / Yollar (5) b\u00f6l\u00fcm\u00fcnde yap\u0131land\u0131r\u0131n! -menu.copygraph.gv = GraphViz kayna\u011f\u0131n\u0131 Panoya kopyalay\u0131n +graph=Grafik +graph.better.dot=\u0130pucu: \u00c7ok daha iyi grafikler elde etmek i\u00e7in GraphViz Dot y\u00fcr\u00fct\u00fclebilir yolunu Geli\u015fmi\u015f ayarlar / Yollar (5) b\u00f6l\u00fcm\u00fcnde yap\u0131land\u0131r\u0131n! +menu.copygraph.gv=GraphViz kayna\u011f\u0131n\u0131 Panoya kopyalay\u0131n diff --git a/src/com/jpexs/decompiler/flash/gui/locales/GraphDialog_uk.properties b/src/com/jpexs/decompiler/flash/gui/locales/GraphDialog_uk.properties index a52d92243..86dbeaa0f 100644 --- a/src/com/jpexs/decompiler/flash/gui/locales/GraphDialog_uk.properties +++ b/src/com/jpexs/decompiler/flash/gui/locales/GraphDialog_uk.properties @@ -12,5 +12,4 @@ # # You should have received a copy of the GNU General Public License # along with this program. If not, see . - -graph = \u0413\u0440\u0430\u0444 +graph=\u0413\u0440\u0430\u0444 diff --git a/src/com/jpexs/decompiler/flash/gui/locales/GraphDialog_zh.properties b/src/com/jpexs/decompiler/flash/gui/locales/GraphDialog_zh.properties index 7279157aa..a61f55db9 100644 --- a/src/com/jpexs/decompiler/flash/gui/locales/GraphDialog_zh.properties +++ b/src/com/jpexs/decompiler/flash/gui/locales/GraphDialog_zh.properties @@ -12,7 +12,6 @@ # # You should have received a copy of the GNU General Public License # along with this program. If not, see . - -graph = \u53ef\u89c6\u5316\u89c6\u56fe -graph.better.dot = \u63d0\u793a:\u5728\u9ad8\u7ea7\u8bbe\u7f6e/\u8def\u5f84(5)\u4e2d\u914d\u7f6eGraphViz Dot\u53ef\u6267\u884c\u8def\u5f84\uff0c\u4ee5\u83b7\u5f97\u66f4\u597d\u7684\u56fe\u5f62\u65b9\u5f0f\uff01 -menu.copygraph.gv = \u5c06GraphViz\u6e90\u590d\u5236\u5230ClipBoard +graph=\u53ef\u89c6\u5316\u89c6\u56fe +graph.better.dot=\u63d0\u793a:\u5728\u9ad8\u7ea7\u8bbe\u7f6e/\u8def\u5f84(5)\u4e2d\u914d\u7f6eGraphViz Dot\u53ef\u6267\u884c\u8def\u5f84\uff0c\u4ee5\u83b7\u5f97\u66f4\u597d\u7684\u56fe\u5f62\u65b9\u5f0f\uff01 +menu.copygraph.gv=\u5c06GraphViz\u6e90\u590d\u5236\u5230ClipBoard diff --git a/src/com/jpexs/decompiler/flash/gui/locales/LoadFromCacheFrame.properties b/src/com/jpexs/decompiler/flash/gui/locales/LoadFromCacheFrame.properties index 9da6e1d96..d02437bed 100644 --- a/src/com/jpexs/decompiler/flash/gui/locales/LoadFromCacheFrame.properties +++ b/src/com/jpexs/decompiler/flash/gui/locales/LoadFromCacheFrame.properties @@ -12,11 +12,10 @@ # # You should have received a copy of the GNU General Public License # along with this program. If not, see . - #Note: The feature of opening file from browser cache was removed. There is no need to translate this. -button.open = Open -button.save = Save -button.refresh = Refresh list -dialog.title = Search browsers cache -supported.browsers = Supported browsers: -info.closed = *This browser saves data to disk cache after application exit so close browser first. +button.open=Open +button.save=Save +button.refresh=Refresh list +dialog.title=Search browsers cache +supported.browsers=Supported browsers: +info.closed=*This browser saves data to disk cache after application exit so close browser first. diff --git a/src/com/jpexs/decompiler/flash/gui/locales/LoadFromCacheFrame_ca.properties b/src/com/jpexs/decompiler/flash/gui/locales/LoadFromCacheFrame_ca.properties index eac882232..9671216ad 100644 --- a/src/com/jpexs/decompiler/flash/gui/locales/LoadFromCacheFrame_ca.properties +++ b/src/com/jpexs/decompiler/flash/gui/locales/LoadFromCacheFrame_ca.properties @@ -12,10 +12,9 @@ # # You should have received a copy of the GNU General Public License # along with this program. If not, see . - -button.open = Obre -button.save = Desa -button.refresh = Refresca la llista -dialog.title = Cerca el cau dels navegadors -supported.browsers = Navegadors suportats: -info.closed = *Aquest navegador desa les seves dades al cau en disc despr\u00e9s que acabi l'aplicaci\u00f3, aix\u00ed que primer tanca el navegador. +button.open=Obre +button.save=Desa +button.refresh=Refresca la llista +dialog.title=Cerca el cau dels navegadors +supported.browsers=Navegadors suportats: +info.closed=*Aquest navegador desa les seves dades al cau en disc despr\u00e9s que acabi l'aplicaci\u00f3, aix\u00ed que primer tanca el navegador. diff --git a/src/com/jpexs/decompiler/flash/gui/locales/LoadFromCacheFrame_cs.properties b/src/com/jpexs/decompiler/flash/gui/locales/LoadFromCacheFrame_cs.properties index 520af8b0c..8c00698f6 100644 --- a/src/com/jpexs/decompiler/flash/gui/locales/LoadFromCacheFrame_cs.properties +++ b/src/com/jpexs/decompiler/flash/gui/locales/LoadFromCacheFrame_cs.properties @@ -12,10 +12,9 @@ # # You should have received a copy of the GNU General Public License # along with this program. If not, see . - -button.open = Otev\u0159\u00edt -button.save = Ulo\u017eit -button.refresh = Obnovit seznam -dialog.title = Prohledat cache prohl\u00ed\u017ee\u010d\u016f -supported.browsers = Podporovan\u00e9 prohl\u00ed\u017ee\u010de: -info.closed = *Tento prohl\u00ed\u017ee\u010d ukl\u00e1d\u00e1 data do diskov\u00e9 cache a\u017e po ukon\u010den\u00ed aplikace tak\u017ee ho nejd\u0159\u00edve ukon\u010dete. +button.open=Otev\u0159\u00edt +button.save=Ulo\u017eit +button.refresh=Obnovit seznam +dialog.title=Prohledat cache prohl\u00ed\u017ee\u010d\u016f +supported.browsers=Podporovan\u00e9 prohl\u00ed\u017ee\u010de: +info.closed=*Tento prohl\u00ed\u017ee\u010d ukl\u00e1d\u00e1 data do diskov\u00e9 cache a\u017e po ukon\u010den\u00ed aplikace tak\u017ee ho nejd\u0159\u00edve ukon\u010dete. diff --git a/src/com/jpexs/decompiler/flash/gui/locales/LoadFromCacheFrame_de.properties b/src/com/jpexs/decompiler/flash/gui/locales/LoadFromCacheFrame_de.properties index d310af874..e2ad35834 100644 --- a/src/com/jpexs/decompiler/flash/gui/locales/LoadFromCacheFrame_de.properties +++ b/src/com/jpexs/decompiler/flash/gui/locales/LoadFromCacheFrame_de.properties @@ -12,10 +12,9 @@ # # You should have received a copy of the GNU General Public License # along with this program. If not, see . - -button.open = \u00d6ffnen -button.save = Speichern -button.refresh = Liste aktualisieren -dialog.title = Im Browsercache suchen -supported.browsers = Unterst\u00fctzte Browser: -info.closed = *Dieser Browser speichert Daten in den Cache nachdem die Anwendung geschlossen wurde, deshalb schliessen die bitte den Browser. +button.open=\u00d6ffnen +button.save=Speichern +button.refresh=Liste aktualisieren +dialog.title=Im Browsercache suchen +supported.browsers=Unterst\u00fctzte Browser: +info.closed=*Dieser Browser speichert Daten in den Cache nachdem die Anwendung geschlossen wurde, deshalb schliessen die bitte den Browser. diff --git a/src/com/jpexs/decompiler/flash/gui/locales/LoadFromCacheFrame_es.properties b/src/com/jpexs/decompiler/flash/gui/locales/LoadFromCacheFrame_es.properties index 2cb0702c0..36a49feec 100644 --- a/src/com/jpexs/decompiler/flash/gui/locales/LoadFromCacheFrame_es.properties +++ b/src/com/jpexs/decompiler/flash/gui/locales/LoadFromCacheFrame_es.properties @@ -12,10 +12,9 @@ # # You should have received a copy of the GNU General Public License # along with this program. If not, see . - -button.open = Abrir -button.save = Guardar -button.refresh = Refrescar lista -dialog.title = Buscar cache del navegador -supported.browsers = Navegadores soportados: -info.closed = *Este navegador guarda datos en la cache de disco una vez que la aplicaci\u00f3n cierra, entonces cierre el navegador primero. +button.open=Abrir +button.save=Guardar +button.refresh=Refrescar lista +dialog.title=Buscar cache del navegador +supported.browsers=Navegadores soportados: +info.closed=*Este navegador guarda datos en la cache de disco una vez que la aplicaci\u00f3n cierra, entonces cierre el navegador primero. diff --git a/src/com/jpexs/decompiler/flash/gui/locales/LoadFromCacheFrame_fr.properties b/src/com/jpexs/decompiler/flash/gui/locales/LoadFromCacheFrame_fr.properties index 622d225e5..8fb9f8ad4 100644 --- a/src/com/jpexs/decompiler/flash/gui/locales/LoadFromCacheFrame_fr.properties +++ b/src/com/jpexs/decompiler/flash/gui/locales/LoadFromCacheFrame_fr.properties @@ -12,10 +12,9 @@ # # You should have received a copy of the GNU General Public License # along with this program. If not, see . - -button.open = Ouvrir -button.save = Enregistrer -button.refresh = Rafra\u00eechir la liste -dialog.title = Rechercher dans la m\u00e9moire cache des navigateurs -supported.browsers = Navigateurs support\u00e9s : -info.closed = *Ce navigateur conserve les donn\u00e9es sur le disque en cache apr\u00e8s fermeture. +button.open=Ouvrir +button.save=Enregistrer +button.refresh=Rafra\u00eechir la liste +dialog.title=Rechercher dans la m\u00e9moire cache des navigateurs +supported.browsers=Navigateurs support\u00e9s : +info.closed=*Ce navigateur conserve les donn\u00e9es sur le disque en cache apr\u00e8s fermeture. diff --git a/src/com/jpexs/decompiler/flash/gui/locales/LoadFromCacheFrame_hu.properties b/src/com/jpexs/decompiler/flash/gui/locales/LoadFromCacheFrame_hu.properties index 970d97335..878f0baf3 100644 --- a/src/com/jpexs/decompiler/flash/gui/locales/LoadFromCacheFrame_hu.properties +++ b/src/com/jpexs/decompiler/flash/gui/locales/LoadFromCacheFrame_hu.properties @@ -12,10 +12,9 @@ # # You should have received a copy of the GNU General Public License # along with this program. If not, see . - -button.open = Megnyit\u00e1s -button.save = Ment\u00e9s -button.refresh = Lista friss\u00edt\u00e9se -dialog.title = Keres\u00e9s a b\u00f6ng\u00e9sz\u0151 gyors\u00edt\u00f3t\u00e1r\u00e1ban -supported.browsers = T\u00e1mogatott b\u00f6ng\u00e9sz\u0151k: -info.closed = *Ez a b\u00f6ng\u00e9sz\u0151 bez\u00e1r\u00e1s ut\u00e1n menti le az adatokat a gyors\u00edt\u00f3t\u00e1rba, teh\u00e1t el\u0151bb z\u00e1rd be a b\u00f6ng\u00e9sz\u0151t. +button.open=Megnyit\u00e1s +button.save=Ment\u00e9s +button.refresh=Lista friss\u00edt\u00e9se +dialog.title=Keres\u00e9s a b\u00f6ng\u00e9sz\u0151 gyors\u00edt\u00f3t\u00e1r\u00e1ban +supported.browsers=T\u00e1mogatott b\u00f6ng\u00e9sz\u0151k: +info.closed=*Ez a b\u00f6ng\u00e9sz\u0151 bez\u00e1r\u00e1s ut\u00e1n menti le az adatokat a gyors\u00edt\u00f3t\u00e1rba, teh\u00e1t el\u0151bb z\u00e1rd be a b\u00f6ng\u00e9sz\u0151t. diff --git a/src/com/jpexs/decompiler/flash/gui/locales/LoadFromCacheFrame_it.properties b/src/com/jpexs/decompiler/flash/gui/locales/LoadFromCacheFrame_it.properties index adec028a2..48be7267e 100644 --- a/src/com/jpexs/decompiler/flash/gui/locales/LoadFromCacheFrame_it.properties +++ b/src/com/jpexs/decompiler/flash/gui/locales/LoadFromCacheFrame_it.properties @@ -12,10 +12,9 @@ # # You should have received a copy of the GNU General Public License # along with this program. If not, see . - -button.open = Apri -button.save = Salva -button.refresh = Aggiorna elenco -dialog.title = Cerca nella cache dei browser -supported.browsers = Browser supportati: -info.closed = *Questo browser salva i dati nella cache del disco alla chiusura quindi occorre prima chiudere il browser. +button.open=Apri +button.save=Salva +button.refresh=Aggiorna elenco +dialog.title=Cerca nella cache dei browser +supported.browsers=Browser supportati: +info.closed=*Questo browser salva i dati nella cache del disco alla chiusura quindi occorre prima chiudere il browser. diff --git a/src/com/jpexs/decompiler/flash/gui/locales/LoadFromCacheFrame_ja.properties b/src/com/jpexs/decompiler/flash/gui/locales/LoadFromCacheFrame_ja.properties index 2409e095d..61839cc18 100644 --- a/src/com/jpexs/decompiler/flash/gui/locales/LoadFromCacheFrame_ja.properties +++ b/src/com/jpexs/decompiler/flash/gui/locales/LoadFromCacheFrame_ja.properties @@ -12,10 +12,9 @@ # # You should have received a copy of the GNU General Public License # along with this program. If not, see . - -button.open = \u958b\u304f -button.save = \u4fdd\u5b58 -button.refresh = \u30ea\u30b9\u30c8\u3092\u66f4\u65b0 -dialog.title = \u30d6\u30e9\u30a6\u30b6\u306e\u30ad\u30e3\u30c3\u30b7\u30e5\u3092\u691c\u7d22 -supported.browsers = \u30b5\u30dd\u30fc\u30c8\u3055\u308c\u3066\u3044\u308b\u30d6\u30e9\u30a6\u30b6: -info.closed = \u203b\u3053\u306e\u30d6\u30e9\u30a6\u30b6\u306f\u3001\u30a2\u30d7\u30ea\u30b1\u30fc\u30b7\u30e7\u30f3\u7d42\u4e86\u5f8c\u306b\u30c7\u30fc\u30bf\u3092\u30c7\u30a3\u30b9\u30af\u30ad\u30e3\u30c3\u30b7\u30e5\u306b\u4fdd\u5b58\u3059\u308b\u305f\u3081\u3001\u307e\u305a\u30d6\u30e9\u30a6\u30b6\u3092\u9589\u3058\u3066\u304f\u3060\u3055\u3044\u3002 +button.open=\u958b\u304f +button.save=\u4fdd\u5b58 +button.refresh=\u30ea\u30b9\u30c8\u3092\u66f4\u65b0 +dialog.title=\u30d6\u30e9\u30a6\u30b6\u306e\u30ad\u30e3\u30c3\u30b7\u30e5\u3092\u691c\u7d22 +supported.browsers=\u30b5\u30dd\u30fc\u30c8\u3055\u308c\u3066\u3044\u308b\u30d6\u30e9\u30a6\u30b6: +info.closed=\u203b\u3053\u306e\u30d6\u30e9\u30a6\u30b6\u306f\u3001\u30a2\u30d7\u30ea\u30b1\u30fc\u30b7\u30e7\u30f3\u7d42\u4e86\u5f8c\u306b\u30c7\u30fc\u30bf\u3092\u30c7\u30a3\u30b9\u30af\u30ad\u30e3\u30c3\u30b7\u30e5\u306b\u4fdd\u5b58\u3059\u308b\u305f\u3081\u3001\u307e\u305a\u30d6\u30e9\u30a6\u30b6\u3092\u9589\u3058\u3066\u304f\u3060\u3055\u3044\u3002 diff --git a/src/com/jpexs/decompiler/flash/gui/locales/LoadFromCacheFrame_nl.properties b/src/com/jpexs/decompiler/flash/gui/locales/LoadFromCacheFrame_nl.properties index b53d06790..0d097096a 100644 --- a/src/com/jpexs/decompiler/flash/gui/locales/LoadFromCacheFrame_nl.properties +++ b/src/com/jpexs/decompiler/flash/gui/locales/LoadFromCacheFrame_nl.properties @@ -13,10 +13,9 @@ # You should have received a copy of the GNU General Public License # along with this program. If not, see . #Note: The feature of opening file from browser cache was removed. There is no need to translate this. - -button.open = Openen -button.save = Opslaan -button.refresh = Lijst vernieuwen -dialog.title = Zoeken in de browser-cache -supported.browsers = Ondersteunde browsers: -info.closed = *Deze browser slaat cache data op schijf op na het afsluiten van de applicatie, dus moet u eerst de browser verlaten. +button.open=Openen +button.save=Opslaan +button.refresh=Lijst vernieuwen +dialog.title=Zoeken in de browser-cache +supported.browsers=Ondersteunde browsers: +info.closed=*Deze browser slaat cache data op schijf op na het afsluiten van de applicatie, dus moet u eerst de browser verlaten. diff --git a/src/com/jpexs/decompiler/flash/gui/locales/LoadFromCacheFrame_pl.properties b/src/com/jpexs/decompiler/flash/gui/locales/LoadFromCacheFrame_pl.properties index a7f506128..a354558d2 100644 --- a/src/com/jpexs/decompiler/flash/gui/locales/LoadFromCacheFrame_pl.properties +++ b/src/com/jpexs/decompiler/flash/gui/locales/LoadFromCacheFrame_pl.properties @@ -12,10 +12,9 @@ # # You should have received a copy of the GNU General Public License # along with this program. If not, see . - -button.open = Otw\u00f3rz -button.save = Zapisz -button.refresh = Od\u015bwie\u017c list\u0119 -dialog.title = Wyszukaj w pami\u0119ci podr\u0119cznej przegl\u0105darek -supported.browsers = Wspierane przegl\u0105darki: -info.closed = *Ta przegl\u0105darka zapisuje dane do pami\u0119ci podr\u0119cznej po zamkni\u0119ciu aplikacji, wi\u0119c najpierw zamknij przegl\u0105dark\u0119. +button.open=Otw\u00f3rz +button.save=Zapisz +button.refresh=Od\u015bwie\u017c list\u0119 +dialog.title=Wyszukaj w pami\u0119ci podr\u0119cznej przegl\u0105darek +supported.browsers=Wspierane przegl\u0105darki: +info.closed=*Ta przegl\u0105darka zapisuje dane do pami\u0119ci podr\u0119cznej po zamkni\u0119ciu aplikacji, wi\u0119c najpierw zamknij przegl\u0105dark\u0119. diff --git a/src/com/jpexs/decompiler/flash/gui/locales/LoadFromCacheFrame_pt_BR.properties b/src/com/jpexs/decompiler/flash/gui/locales/LoadFromCacheFrame_pt_BR.properties index 544c68914..83217858f 100644 --- a/src/com/jpexs/decompiler/flash/gui/locales/LoadFromCacheFrame_pt_BR.properties +++ b/src/com/jpexs/decompiler/flash/gui/locales/LoadFromCacheFrame_pt_BR.properties @@ -12,10 +12,9 @@ # # You should have received a copy of the GNU General Public License # along with this program. If not, see . - -button.open = Abrir -button.save = Salvar -button.refresh = Atualizar lista -dialog.title = Pesquisar cache dos navegadores -supported.browsers = Navegadores suportados: -info.closed = *Este navegador salva os dados no cache de disco ap\u00f3s a sa\u00edda do aplicativo, portanto, feche o navegador primeiro. +button.open=Abrir +button.save=Salvar +button.refresh=Atualizar lista +dialog.title=Pesquisar cache dos navegadores +supported.browsers=Navegadores suportados: +info.closed=*Este navegador salva os dados no cache de disco ap\u00f3s a sa\u00edda do aplicativo, portanto, feche o navegador primeiro. diff --git a/src/com/jpexs/decompiler/flash/gui/locales/LoadFromCacheFrame_ru.properties b/src/com/jpexs/decompiler/flash/gui/locales/LoadFromCacheFrame_ru.properties index 53199b381..68caf52d1 100644 --- a/src/com/jpexs/decompiler/flash/gui/locales/LoadFromCacheFrame_ru.properties +++ b/src/com/jpexs/decompiler/flash/gui/locales/LoadFromCacheFrame_ru.properties @@ -12,10 +12,9 @@ # # You should have received a copy of the GNU General Public License # along with this program. If not, see . - -button.open = \u041e\u0442\u043a\u0440\u044b\u0442\u044c -button.save = \u0421\u043e\u0445\u0440\u0430\u043d\u0438\u0442\u044c -button.refresh = \u041e\u0431\u043d\u043e\u0432\u0438\u0442\u044c \u0441\u043f\u0438\u0441\u043e\u043a -dialog.title = \u041f\u043e\u0438\u0441\u043a \u0432 \u043a\u044d\u0448\u0435 \u0431\u0440\u0430\u0443\u0437\u0435\u0440\u0430 -supported.browsers = \u041f\u043e\u0434\u0434\u0435\u0440\u0436\u0438\u0432\u0430\u0435\u043c\u044b\u0435 \u0431\u0440\u0430\u0443\u0437\u0435\u0440\u044b -info.closed = *\u042d\u0442\u043e\u0442 \u0431\u0440\u0430\u0443\u0437\u0435\u0440 \u0441\u043e\u0445\u0440\u0430\u043d\u044f\u0435\u0442 \u043a\u044d\u0448\u0438\u0440\u043e\u0432\u0430\u043d\u043d\u044b\u0435 \u0434\u0430\u043d\u043d\u044b\u0435 \u043d\u0430 \u0434\u0438\u0441\u043a \u0442\u043e\u043b\u044c\u043a\u043e \u043f\u043e\u0441\u043b\u0435 \u0437\u0430\u043a\u0440\u044b\u0442\u0438\u044f. \u0417\u0430\u043a\u0440\u043e\u0439\u0442\u0435 \u0435\u0433\u043e \u043f\u0435\u0440\u0435\u0434 \u043f\u043e\u0438\u0441\u043a\u043e\u043c. +button.open=\u041e\u0442\u043a\u0440\u044b\u0442\u044c +button.save=\u0421\u043e\u0445\u0440\u0430\u043d\u0438\u0442\u044c +button.refresh=\u041e\u0431\u043d\u043e\u0432\u0438\u0442\u044c \u0441\u043f\u0438\u0441\u043e\u043a +dialog.title=\u041f\u043e\u0438\u0441\u043a \u0432 \u043a\u044d\u0448\u0435 \u0431\u0440\u0430\u0443\u0437\u0435\u0440\u0430 +supported.browsers=\u041f\u043e\u0434\u0434\u0435\u0440\u0436\u0438\u0432\u0430\u0435\u043c\u044b\u0435 \u0431\u0440\u0430\u0443\u0437\u0435\u0440\u044b +info.closed=*\u042d\u0442\u043e\u0442 \u0431\u0440\u0430\u0443\u0437\u0435\u0440 \u0441\u043e\u0445\u0440\u0430\u043d\u044f\u0435\u0442 \u043a\u044d\u0448\u0438\u0440\u043e\u0432\u0430\u043d\u043d\u044b\u0435 \u0434\u0430\u043d\u043d\u044b\u0435 \u043d\u0430 \u0434\u0438\u0441\u043a \u0442\u043e\u043b\u044c\u043a\u043e \u043f\u043e\u0441\u043b\u0435 \u0437\u0430\u043a\u0440\u044b\u0442\u0438\u044f. \u0417\u0430\u043a\u0440\u043e\u0439\u0442\u0435 \u0435\u0433\u043e \u043f\u0435\u0440\u0435\u0434 \u043f\u043e\u0438\u0441\u043a\u043e\u043c. diff --git a/src/com/jpexs/decompiler/flash/gui/locales/LoadFromCacheFrame_sv.properties b/src/com/jpexs/decompiler/flash/gui/locales/LoadFromCacheFrame_sv.properties index 2aeebb3ff..3a993fb10 100644 --- a/src/com/jpexs/decompiler/flash/gui/locales/LoadFromCacheFrame_sv.properties +++ b/src/com/jpexs/decompiler/flash/gui/locales/LoadFromCacheFrame_sv.properties @@ -12,10 +12,9 @@ # # You should have received a copy of the GNU General Public License # along with this program. If not, see . - -button.open = \u00d6ppna -button.save = Spara -button.refresh = Uppdatera lista -dialog.title = S\u00f6k i din webbl\u00e4sares cache -supported.browsers = Webbl\u00e4sare som st\u00f6ds: -info.closed = *Denna webbl\u00e4sare sparar data till disk cache efter avst\u00e4ngning, s\u00e5 st\u00e4ng webbl\u00e4saren f\u00f6rst. +button.open=\u00d6ppna +button.save=Spara +button.refresh=Uppdatera lista +dialog.title=S\u00f6k i din webbl\u00e4sares cache +supported.browsers=Webbl\u00e4sare som st\u00f6ds: +info.closed=*Denna webbl\u00e4sare sparar data till disk cache efter avst\u00e4ngning, s\u00e5 st\u00e4ng webbl\u00e4saren f\u00f6rst. diff --git a/src/com/jpexs/decompiler/flash/gui/locales/LoadFromCacheFrame_tr.properties b/src/com/jpexs/decompiler/flash/gui/locales/LoadFromCacheFrame_tr.properties index b47e253dc..d4da48e30 100644 --- a/src/com/jpexs/decompiler/flash/gui/locales/LoadFromCacheFrame_tr.properties +++ b/src/com/jpexs/decompiler/flash/gui/locales/LoadFromCacheFrame_tr.properties @@ -12,11 +12,9 @@ # # You should have received a copy of the GNU General Public License # along with this program. If not, see . - - -button.open = A\u00e7 -button.save = Kaydet -button.refresh = Listeyi yenile -dialog.title = Arama taray\u0131c\u0131lar\u0131 \u00f6nbelle\u011fi -supported.browsers = Desteklenen taray\u0131c\u0131lar: -info.closed = *Bu taray\u0131c\u0131, uygulamadan \u00e7\u0131kt\u0131ktan sonra verileri disk \u00f6nbelle\u011fine kaydeder. +button.open=A\u00e7 +button.save=Kaydet +button.refresh=Listeyi yenile +dialog.title=Arama taray\u0131c\u0131lar\u0131 \u00f6nbelle\u011fi +supported.browsers=Desteklenen taray\u0131c\u0131lar: +info.closed=*Bu taray\u0131c\u0131, uygulamadan \u00e7\u0131kt\u0131ktan sonra verileri disk \u00f6nbelle\u011fine kaydeder. diff --git a/src/com/jpexs/decompiler/flash/gui/locales/LoadFromCacheFrame_uk.properties b/src/com/jpexs/decompiler/flash/gui/locales/LoadFromCacheFrame_uk.properties index 7b184a696..7f2e46a75 100644 --- a/src/com/jpexs/decompiler/flash/gui/locales/LoadFromCacheFrame_uk.properties +++ b/src/com/jpexs/decompiler/flash/gui/locales/LoadFromCacheFrame_uk.properties @@ -12,10 +12,9 @@ # # You should have received a copy of the GNU General Public License # along with this program. If not, see . - -button.open = \u0412\u0456\u0434\u043a\u0440\u0438\u0442\u0438 -button.save = \u0417\u0431\u0435\u0440\u0435\u0433\u0442\u0438 -button.refresh = \u041e\u043d\u043e\u0432\u0438\u0442\u0438 \u0441\u043f\u0438\u0441\u043e\u043a -dialog.title = \u041f\u043e\u0448\u0443\u043a \u0432 \u043a\u0435\u0448\u0456 \u0431\u0440\u0430\u0443\u0437\u0435\u0440\u0430 -supported.browsers = \u0411\u0440\u0430\u0443\u0437\u0435\u0440\u0438, \u044f\u043a\u0456 \u043f\u0456\u0434\u0442\u0440\u0456\u043c\u0443\u044e\u0442\u044c\u0441\u044f: -info.closed = *\u0426\u0435\u0439 \u0431\u0440\u0430\u0443\u0437\u0435\u0440 \u0437\u0431\u0435\u0440\u0456\u0433\u0430\u0454 \u043a\u0435\u0448\u043e\u0432\u0430\u043d\u0456 \u0434\u0430\u043d\u0456 \u043d\u0430 \u0434\u0438\u0441\u043a \u043b\u0438\u0448\u0435 \u043f\u0456\u0441\u043b\u044f \u0437\u0430\u043a\u0440\u0438\u0442\u0442\u044f. \u0417\u0430\u043a\u0440\u0438\u0439\u0442\u0435 \u0439\u043e\u0433\u043e \u043f\u0435\u0440\u0435\u0434 \u043f\u043e\u0447\u0430\u0442\u043a\u043e\u043c \u043f\u043e\u0448\u0443\u043a\u0443. +button.open=\u0412\u0456\u0434\u043a\u0440\u0438\u0442\u0438 +button.save=\u0417\u0431\u0435\u0440\u0435\u0433\u0442\u0438 +button.refresh=\u041e\u043d\u043e\u0432\u0438\u0442\u0438 \u0441\u043f\u0438\u0441\u043e\u043a +dialog.title=\u041f\u043e\u0448\u0443\u043a \u0432 \u043a\u0435\u0448\u0456 \u0431\u0440\u0430\u0443\u0437\u0435\u0440\u0430 +supported.browsers=\u0411\u0440\u0430\u0443\u0437\u0435\u0440\u0438, \u044f\u043a\u0456 \u043f\u0456\u0434\u0442\u0440\u0456\u043c\u0443\u044e\u0442\u044c\u0441\u044f: +info.closed=*\u0426\u0435\u0439 \u0431\u0440\u0430\u0443\u0437\u0435\u0440 \u0437\u0431\u0435\u0440\u0456\u0433\u0430\u0454 \u043a\u0435\u0448\u043e\u0432\u0430\u043d\u0456 \u0434\u0430\u043d\u0456 \u043d\u0430 \u0434\u0438\u0441\u043a \u043b\u0438\u0448\u0435 \u043f\u0456\u0441\u043b\u044f \u0437\u0430\u043a\u0440\u0438\u0442\u0442\u044f. \u0417\u0430\u043a\u0440\u0438\u0439\u0442\u0435 \u0439\u043e\u0433\u043e \u043f\u0435\u0440\u0435\u0434 \u043f\u043e\u0447\u0430\u0442\u043a\u043e\u043c \u043f\u043e\u0448\u0443\u043a\u0443. diff --git a/src/com/jpexs/decompiler/flash/gui/locales/LoadFromCacheFrame_zh.properties b/src/com/jpexs/decompiler/flash/gui/locales/LoadFromCacheFrame_zh.properties index 8c10149e9..d89716347 100644 --- a/src/com/jpexs/decompiler/flash/gui/locales/LoadFromCacheFrame_zh.properties +++ b/src/com/jpexs/decompiler/flash/gui/locales/LoadFromCacheFrame_zh.properties @@ -12,10 +12,9 @@ # # You should have received a copy of the GNU General Public License # along with this program. If not, see . - -button.open = \u6253\u5f00 -button.save = \u4fdd\u5b58 -button.refresh = \u5237\u65b0\u5217\u8868 -dialog.title = \u641c\u7d22\u6d4f\u89c8\u5668\u7f13\u5b58 -supported.browsers = \u652f\u6301\u7684\u6d4f\u89c8\u5668: -info.closed = *\u6b64\u6d4f\u89c8\u5668\u5728\u5e94\u7528\u7a0b\u5e8f\u9000\u51fa\u540e\u5c06\u6570\u636e\u4fdd\u5b58\u5230\u78c1\u76d8\u7f13\u5b58\u4e2d\uff0c\u56e0\u6b64\u8bf7\u5148\u5173\u95ed\u6d4f\u89c8\u5668\u3002 +button.open=\u6253\u5f00 +button.save=\u4fdd\u5b58 +button.refresh=\u5237\u65b0\u5217\u8868 +dialog.title=\u641c\u7d22\u6d4f\u89c8\u5668\u7f13\u5b58 +supported.browsers=\u652f\u6301\u7684\u6d4f\u89c8\u5668: +info.closed=*\u6b64\u6d4f\u89c8\u5668\u5728\u5e94\u7528\u7a0b\u5e8f\u9000\u51fa\u540e\u5c06\u6570\u636e\u4fdd\u5b58\u5230\u78c1\u76d8\u7f13\u5b58\u4e2d\uff0c\u56e0\u6b64\u8bf7\u5148\u5173\u95ed\u6d4f\u89c8\u5668\u3002 diff --git a/src/com/jpexs/decompiler/flash/gui/locales/LoadFromMemoryFrame.properties b/src/com/jpexs/decompiler/flash/gui/locales/LoadFromMemoryFrame.properties index 40eb1815c..854334c2a 100644 --- a/src/com/jpexs/decompiler/flash/gui/locales/LoadFromMemoryFrame.properties +++ b/src/com/jpexs/decompiler/flash/gui/locales/LoadFromMemoryFrame.properties @@ -12,27 +12,22 @@ # # You should have received a copy of the GNU General Public License # along with this program. If not, see . - -dialog.title = Search in memory -button.open = Open -button.select = Select -button.refresh = Refresh list -noprocess = No process selected -searching = Searching... -swfitem = [SWF version %version% size %size%] -notfound = No SWF found - +dialog.title=Search in memory +button.open=Open +button.select=Select +button.refresh=Refresh list +noprocess=No process selected +searching=Searching... +swfitem=[SWF version %version% size %size%] +notfound=No SWF found #after version 1.7.1: -button.save = Save - -column.version = Version -column.fileSize = File Size -column.pid = PID -column.processName = Process Name -column.address = Address - +button.save=Save +column.version=Version +column.fileSize=File Size +column.pid=PID +column.processName=Process Name +column.address=Address #after 17.0.4 - -hex = Hexadecimal -align = Only aligned to: -align.bytes = bytes \ No newline at end of file +hex=Hexadecimal +align=Only aligned to: +align.bytes=bytes \ No newline at end of file diff --git a/src/com/jpexs/decompiler/flash/gui/locales/LoadFromMemoryFrame_ca.properties b/src/com/jpexs/decompiler/flash/gui/locales/LoadFromMemoryFrame_ca.properties index 4aa9f8258..343ee91af 100644 --- a/src/com/jpexs/decompiler/flash/gui/locales/LoadFromMemoryFrame_ca.properties +++ b/src/com/jpexs/decompiler/flash/gui/locales/LoadFromMemoryFrame_ca.properties @@ -12,21 +12,18 @@ # # You should have received a copy of the GNU General Public License # along with this program. If not, see . - -dialog.title = Cerca a la mem\u00f2ria -button.open = Obre -button.select = Selecciona -button.refresh = Refresca la llista -noprocess = No has seleccionat cap proc\u00e9s -searching = S'est\u00e0 cercant... -swfitem = [SWF versi\u00f3 %version% mida %size%] -notfound = No s'ha trobat cap SWF - +dialog.title=Cerca a la mem\u00f2ria +button.open=Obre +button.select=Selecciona +button.refresh=Refresca la llista +noprocess=No has seleccionat cap proc\u00e9s +searching=S'est\u00e0 cercant... +swfitem=[SWF versi\u00f3 %version% mida %size%] +notfound=No s'ha trobat cap SWF #after version 1.7.1: -button.save = Desa - -column.version = Versi\u00f3 -column.fileSize = Mida del Fitxer -column.pid = PID -column.processName = Nom del Proc\u00e9s -column.address = Adre\u00e7a +button.save=Desa +column.version=Versi\u00f3 +column.fileSize=Mida del Fitxer +column.pid=PID +column.processName=Nom del Proc\u00e9s +column.address=Adre\u00e7a diff --git a/src/com/jpexs/decompiler/flash/gui/locales/LoadFromMemoryFrame_cs.properties b/src/com/jpexs/decompiler/flash/gui/locales/LoadFromMemoryFrame_cs.properties index 1b18ad991..90d33e50f 100644 --- a/src/com/jpexs/decompiler/flash/gui/locales/LoadFromMemoryFrame_cs.properties +++ b/src/com/jpexs/decompiler/flash/gui/locales/LoadFromMemoryFrame_cs.properties @@ -12,25 +12,22 @@ # # You should have received a copy of the GNU General Public License # along with this program. If not, see . - -dialog.title = Hledat v pam\u011bti -button.open = Otev\u0159\u00edt -button.select = Vybrat -button.refresh = Obnovit seznam -noprocess = Nebyl vybr\u00e1n proces -searching = Prohled\u00e1v\u00e1n\u00ed... -swfitem = [SWF verze %version% velikost %size%] -notfound = \u017d\u00e1dn\u00e9 SWF nebylo nalezeno - +dialog.title=Hledat v pam\u011bti +button.open=Otev\u0159\u00edt +button.select=Vybrat +button.refresh=Obnovit seznam +noprocess=Nebyl vybr\u00e1n proces +searching=Prohled\u00e1v\u00e1n\u00ed... +swfitem=[SWF verze %version% velikost %size%] +notfound=\u017d\u00e1dn\u00e9 SWF nebylo nalezeno #after version 1.7.1: -button.save = Ulo\u017eit - -column.version = Verze -column.fileSize = Velikost -column.pid = PID -column.processName = N\u00e1zev procesu -column.address = Adresa +button.save=Ulo\u017eit +column.version=Verze +column.fileSize=Velikost +column.pid=PID +column.processName=N\u00e1zev procesu +column.address=Adresa #after 17.0.4 -hex = Hexadecim\u00e1ln\u011b -align = Jen zarovnan\u00e9 na -align.bytes = byt\u016f +hex=Hexadecim\u00e1ln\u011b +align=Jen zarovnan\u00e9 na +align.bytes=byt\u016f diff --git a/src/com/jpexs/decompiler/flash/gui/locales/LoadFromMemoryFrame_de.properties b/src/com/jpexs/decompiler/flash/gui/locales/LoadFromMemoryFrame_de.properties index cadb4babb..41448e035 100644 --- a/src/com/jpexs/decompiler/flash/gui/locales/LoadFromMemoryFrame_de.properties +++ b/src/com/jpexs/decompiler/flash/gui/locales/LoadFromMemoryFrame_de.properties @@ -12,15 +12,13 @@ # # You should have received a copy of the GNU General Public License # along with this program. If not, see . - -dialog.title = Im Speicher suchen -button.open = \u00d6ffnen -button.select = Ausw\u00e4hlen -button.refresh = Liste aktualisieren -noprocess = Kein Prozess ausgew\u00e4hlt -searching = Am Suchen... -swfitem = [SWF Version %version% Gr\u00f6sse %size%] -notfound = Keine SWF-Datei gefunden - +dialog.title=Im Speicher suchen +button.open=\u00d6ffnen +button.select=Ausw\u00e4hlen +button.refresh=Liste aktualisieren +noprocess=Kein Prozess ausgew\u00e4hlt +searching=Am Suchen... +swfitem=[SWF Version %version% Gr\u00f6sse %size%] +notfound=Keine SWF-Datei gefunden #after version 1.7.1: -button.save = Save +button.save=Save diff --git a/src/com/jpexs/decompiler/flash/gui/locales/LoadFromMemoryFrame_es.properties b/src/com/jpexs/decompiler/flash/gui/locales/LoadFromMemoryFrame_es.properties index e54cb27df..6bbda8368 100644 --- a/src/com/jpexs/decompiler/flash/gui/locales/LoadFromMemoryFrame_es.properties +++ b/src/com/jpexs/decompiler/flash/gui/locales/LoadFromMemoryFrame_es.properties @@ -12,21 +12,18 @@ # # You should have received a copy of the GNU General Public License # along with this program. If not, see . - -dialog.title = Buscar en memoria -button.open = Abrir -button.select = Seleccionar -button.refresh = Actualizar lista -noprocess = No hay proceso seleccionado -searching = Buscando... -swfitem = [Versi\u00f3n del SWF %version% tama\u00f1o %size%] -notfound = No se encontr\u00f3 ning\u00fan SWF - +dialog.title=Buscar en memoria +button.open=Abrir +button.select=Seleccionar +button.refresh=Actualizar lista +noprocess=No hay proceso seleccionado +searching=Buscando... +swfitem=[Versi\u00f3n del SWF %version% tama\u00f1o %size%] +notfound=No se encontr\u00f3 ning\u00fan SWF #after version 1.7.1: -button.save = Guardar - -column.version = Versi\u00f3n -column.fileSize = Tama\u00f1o del archivo -column.pid = Identificador del proceso -column.processName = Nombre del proceso -column.address = Direcci\u00f3n +button.save=Guardar +column.version=Versi\u00f3n +column.fileSize=Tama\u00f1o del archivo +column.pid=Identificador del proceso +column.processName=Nombre del proceso +column.address=Direcci\u00f3n diff --git a/src/com/jpexs/decompiler/flash/gui/locales/LoadFromMemoryFrame_fr.properties b/src/com/jpexs/decompiler/flash/gui/locales/LoadFromMemoryFrame_fr.properties index a1b867dff..fd34aba12 100644 --- a/src/com/jpexs/decompiler/flash/gui/locales/LoadFromMemoryFrame_fr.properties +++ b/src/com/jpexs/decompiler/flash/gui/locales/LoadFromMemoryFrame_fr.properties @@ -12,21 +12,18 @@ # # You should have received a copy of the GNU General Public License # along with this program. If not, see . - -dialog.title = Rechercher dans la m\u00e9moire -button.open = Ouvrir -button.select = S\u00e9lectionner -button.refresh = Rafra\u00eechir la liste -noprocess = Aucun processus s\u00e9lectionn\u00e9 -searching = Recherche en cours ... -swfitem = [SWF version %version% taille %size%] -notfound = Aucun SWF trouv\u00e9 - +dialog.title=Rechercher dans la m\u00e9moire +button.open=Ouvrir +button.select=S\u00e9lectionner +button.refresh=Rafra\u00eechir la liste +noprocess=Aucun processus s\u00e9lectionn\u00e9 +searching=Recherche en cours ... +swfitem=[SWF version %version% taille %size%] +notfound=Aucun SWF trouv\u00e9 #after version 1.7.1: -button.save = Enregistrer - -column.version = Version -column.fileSize = Taille du fichier -column.pid = PID -column.processName = Nom du processus -column.address = Adresse +button.save=Enregistrer +column.version=Version +column.fileSize=Taille du fichier +column.pid=PID +column.processName=Nom du processus +column.address=Adresse diff --git a/src/com/jpexs/decompiler/flash/gui/locales/LoadFromMemoryFrame_hu.properties b/src/com/jpexs/decompiler/flash/gui/locales/LoadFromMemoryFrame_hu.properties index 195953c1c..c550063c5 100644 --- a/src/com/jpexs/decompiler/flash/gui/locales/LoadFromMemoryFrame_hu.properties +++ b/src/com/jpexs/decompiler/flash/gui/locales/LoadFromMemoryFrame_hu.properties @@ -12,21 +12,18 @@ # # You should have received a copy of the GNU General Public License # along with this program. If not, see . - -dialog.title = Keres\u00e9s a mem\u00f3ri\u00e1ban -button.open = Megnyit\u00e1s -button.select = Kiv\u00e1laszt\u00e1s -button.refresh = Lista friss\u00edt\u00e9se -noprocess = Nincs kiv\u00e1lasztott folyamat -searching = Keres\u00e9s... -swfitem = [SWF verzi\u00f3 %version% m\u00e9ret %size%] -notfound = Nem tal\u00e1lhat\u00f3 SWF - -#after version 1.7.1: -button.save = Ment\u00e9s - -column.version = Verzi\u00f3 -column.fileSize = F\u00e1jl m\u00e9ret -column.pid = PID -column.processName = Folyamat neve -column.address = C\u00edm +dialog.title=Keres\u00e9s a mem\u00f3ri\u00e1ban +button.open=Megnyit\u00e1s +button.select=Kiv\u00e1laszt\u00e1s +button.refresh=Lista friss\u00edt\u00e9se +noprocess=Nincs kiv\u00e1lasztott folyamat +searching=Keres\u00e9s... +swfitem=[SWF verzi\u00f3 %version% m\u00e9ret %size%] +notfound=Nem tal\u00e1lhat\u00f3 SWF +#after version 1.7.1: +button.save=Ment\u00e9s +column.version=Verzi\u00f3 +column.fileSize=F\u00e1jl m\u00e9ret +column.pid=PID +column.processName=Folyamat neve +column.address=C\u00edm diff --git a/src/com/jpexs/decompiler/flash/gui/locales/LoadFromMemoryFrame_it.properties b/src/com/jpexs/decompiler/flash/gui/locales/LoadFromMemoryFrame_it.properties index 0f0dc79ac..bcd3e9758 100644 --- a/src/com/jpexs/decompiler/flash/gui/locales/LoadFromMemoryFrame_it.properties +++ b/src/com/jpexs/decompiler/flash/gui/locales/LoadFromMemoryFrame_it.properties @@ -12,21 +12,18 @@ # # You should have received a copy of the GNU General Public License # along with this program. If not, see . - -dialog.title = Cerca SWF in memoria -button.open = Apri -button.select = Seleziona -button.refresh = Aggiorna elenco -noprocess = Nessun processo selezionato -searching = Ricerca in corso... -swfitem = [SWF versione %version% dimensione %size%] -notfound = Nessun SWF trovato - +dialog.title=Cerca SWF in memoria +button.open=Apri +button.select=Seleziona +button.refresh=Aggiorna elenco +noprocess=Nessun processo selezionato +searching=Ricerca in corso... +swfitem=[SWF versione %version% dimensione %size%] +notfound=Nessun SWF trovato #after version 1.7.1: -button.save = Salva - -column.version = Versione -column.fileSize = Dimensione file -column.pid = PID -column.processName = Nome processo -column.address = Indirizzo +button.save=Salva +column.version=Versione +column.fileSize=Dimensione file +column.pid=PID +column.processName=Nome processo +column.address=Indirizzo diff --git a/src/com/jpexs/decompiler/flash/gui/locales/LoadFromMemoryFrame_ja.properties b/src/com/jpexs/decompiler/flash/gui/locales/LoadFromMemoryFrame_ja.properties index 703ecacd0..35025122f 100644 --- a/src/com/jpexs/decompiler/flash/gui/locales/LoadFromMemoryFrame_ja.properties +++ b/src/com/jpexs/decompiler/flash/gui/locales/LoadFromMemoryFrame_ja.properties @@ -12,21 +12,18 @@ # # You should have received a copy of the GNU General Public License # along with this program. If not, see . - -dialog.title = \u30e1\u30e2\u30ea\u5185\u3092\u691c\u7d22 -button.open = \u958b\u304f -button.select = \u9078\u629e -button.refresh = \u30ea\u30b9\u30c8\u3092\u66f4\u65b0 -noprocess = \u30d7\u30ed\u30bb\u30b9\u304c\u9078\u629e\u3055\u308c\u3066\u3044\u307e\u305b\u3093 -searching = \u691c\u7d22\u4e2d... -swfitem = [SWF \u30d0\u30fc\u30b8\u30e7\u30f3 %version% \u30b5\u30a4\u30ba %size%] -notfound = SWF \u306f\u898b\u3064\u304b\u308a\u307e\u305b\u3093\u3067\u3057\u305f - +dialog.title=\u30e1\u30e2\u30ea\u5185\u3092\u691c\u7d22 +button.open=\u958b\u304f +button.select=\u9078\u629e +button.refresh=\u30ea\u30b9\u30c8\u3092\u66f4\u65b0 +noprocess=\u30d7\u30ed\u30bb\u30b9\u304c\u9078\u629e\u3055\u308c\u3066\u3044\u307e\u305b\u3093 +searching=\u691c\u7d22\u4e2d... +swfitem=[SWF \u30d0\u30fc\u30b8\u30e7\u30f3 %version% \u30b5\u30a4\u30ba %size%] +notfound=SWF \u306f\u898b\u3064\u304b\u308a\u307e\u305b\u3093\u3067\u3057\u305f #after version 1.7.1: -button.save = \u4fdd\u5b58 - -column.version = \u30d0\u30fc\u30b8\u30e7\u30f3 -column.fileSize = \u30d5\u30a1\u30a4\u30eb\u30b5\u30a4\u30ba -column.pid = PID -column.processName = \u30d7\u30ed\u30bb\u30b9\u540d -column.address = \u30a2\u30c9\u30ec\u30b9 +button.save=\u4fdd\u5b58 +column.version=\u30d0\u30fc\u30b8\u30e7\u30f3 +column.fileSize=\u30d5\u30a1\u30a4\u30eb\u30b5\u30a4\u30ba +column.pid=PID +column.processName=\u30d7\u30ed\u30bb\u30b9\u540d +column.address=\u30a2\u30c9\u30ec\u30b9 diff --git a/src/com/jpexs/decompiler/flash/gui/locales/LoadFromMemoryFrame_nl.properties b/src/com/jpexs/decompiler/flash/gui/locales/LoadFromMemoryFrame_nl.properties index 1f82cdbfb..b1298da32 100644 --- a/src/com/jpexs/decompiler/flash/gui/locales/LoadFromMemoryFrame_nl.properties +++ b/src/com/jpexs/decompiler/flash/gui/locales/LoadFromMemoryFrame_nl.properties @@ -12,25 +12,22 @@ # # You should have received a copy of the GNU General Public License # along with this program. If not, see . - -dialog.title = Zoeken in het geheugen -button.open = Openen -button.select = Selecteren -button.refresh = Lijst vernieuwen -noprocess = Er is geen proces geselecteerd -searching = Aan het zoeken... -swfitem = [SWF versie %version% grootte %size%] -notfound = Er is geen SWF gevonden - +dialog.title=Zoeken in het geheugen +button.open=Openen +button.select=Selecteren +button.refresh=Lijst vernieuwen +noprocess=Er is geen proces geselecteerd +searching=Aan het zoeken... +swfitem=[SWF versie %version% grootte %size%] +notfound=Er is geen SWF gevonden #after version 1.7.1: -button.save = Opslaan - -column.version = Versie -column.fileSize = Bestandsgrootte -column.pid = PID -column.processName = Procesnaam -column.address = Adres +button.save=Opslaan +column.version=Versie +column.fileSize=Bestandsgrootte +column.pid=PID +column.processName=Procesnaam +column.address=Adres #after 17.0.4 -hex = Hexadecimaal -align = Alleen afgestemd op: -align.bytes = bytes +hex=Hexadecimaal +align=Alleen afgestemd op: +align.bytes=bytes diff --git a/src/com/jpexs/decompiler/flash/gui/locales/LoadFromMemoryFrame_pl.properties b/src/com/jpexs/decompiler/flash/gui/locales/LoadFromMemoryFrame_pl.properties index ac600de91..d32c0420f 100644 --- a/src/com/jpexs/decompiler/flash/gui/locales/LoadFromMemoryFrame_pl.properties +++ b/src/com/jpexs/decompiler/flash/gui/locales/LoadFromMemoryFrame_pl.properties @@ -12,20 +12,17 @@ # # You should have received a copy of the GNU General Public License # along with this program. If not, see . - -dialog.title = Szukaj w pami\u0119ci -button.open = Otw\u00f3rz -button.select = Wybierz -button.refresh = Od\u015bwie\u017c list\u0119 -noprocess = \u017baden proces nie jest wybrany -searching = Wyszukiwanie... -swfitem = [Wersja SWF %version% rozmiar %size%] -notfound = Nie znaleziono SWF - +dialog.title=Szukaj w pami\u0119ci +button.open=Otw\u00f3rz +button.select=Wybierz +button.refresh=Od\u015bwie\u017c list\u0119 +noprocess=\u017baden proces nie jest wybrany +searching=Wyszukiwanie... +swfitem=[Wersja SWF %version% rozmiar %size%] +notfound=Nie znaleziono SWF #after version 1.7.1: -button.save = Zapisz - -column.version = Wersja -column.fileSize = Rozmiar pliku -column.pid = PID -column.processName = Nazwa procesu +button.save=Zapisz +column.version=Wersja +column.fileSize=Rozmiar pliku +column.pid=PID +column.processName=Nazwa procesu diff --git a/src/com/jpexs/decompiler/flash/gui/locales/LoadFromMemoryFrame_pt.properties b/src/com/jpexs/decompiler/flash/gui/locales/LoadFromMemoryFrame_pt.properties index 195b55a14..682f805fd 100644 --- a/src/com/jpexs/decompiler/flash/gui/locales/LoadFromMemoryFrame_pt.properties +++ b/src/com/jpexs/decompiler/flash/gui/locales/LoadFromMemoryFrame_pt.properties @@ -12,12 +12,11 @@ # # You should have received a copy of the GNU General Public License # along with this program. If not, see . - -dialog.title = A procurar na mem\u00f3ria -button.open = Abrir -button.select = Seleccionar -button.refresh = Actualizar Lista -noprocess = Nenhum processo selecionado -searching = \u00c0 procura... -swfitem = [Vers\u00e3o do SWF: %version% Tamanho: %size%] -notfound = Nenhum SWF encontrado +dialog.title=A procurar na mem\u00f3ria +button.open=Abrir +button.select=Seleccionar +button.refresh=Actualizar Lista +noprocess=Nenhum processo selecionado +searching=\u00c0 procura... +swfitem=[Vers\u00e3o do SWF: %version% Tamanho: %size%] +notfound=Nenhum SWF encontrado diff --git a/src/com/jpexs/decompiler/flash/gui/locales/LoadFromMemoryFrame_pt_BR.properties b/src/com/jpexs/decompiler/flash/gui/locales/LoadFromMemoryFrame_pt_BR.properties index c691aaa41..52a7952f1 100644 --- a/src/com/jpexs/decompiler/flash/gui/locales/LoadFromMemoryFrame_pt_BR.properties +++ b/src/com/jpexs/decompiler/flash/gui/locales/LoadFromMemoryFrame_pt_BR.properties @@ -12,25 +12,22 @@ # # You should have received a copy of the GNU General Public License # along with this program. If not, see . - -dialog.title = Pesquisar na mem\u00f3ria -button.open = Abrir -button.select = Selecionar -button.refresh = Atualizar lista -noprocess = Nenhum processo selecionado -searching = Pesquisando... -swfitem = [Vers\u00e3o do SWF: %version%, tamanho: %size%] -notfound = Nenhum SWF encontrado - +dialog.title=Pesquisar na mem\u00f3ria +button.open=Abrir +button.select=Selecionar +button.refresh=Atualizar lista +noprocess=Nenhum processo selecionado +searching=Pesquisando... +swfitem=[Vers\u00e3o do SWF: %version%, tamanho: %size%] +notfound=Nenhum SWF encontrado #after version 1.7.1: -button.save = Salvar - -column.version = Vers\u00e3o -column.fileSize = Tamanho do arquivo -column.pid = PID -column.processName = Nome do processo -column.address = Endere\u00e7o +button.save=Salvar +column.version=Vers\u00e3o +column.fileSize=Tamanho do arquivo +column.pid=PID +column.processName=Nome do processo +column.address=Endere\u00e7o #after 17.0.4 -hex = Hexadecimal -align = Apenas alinhado a: -align.bytes = bytes +hex=Hexadecimal +align=Apenas alinhado a: +align.bytes=bytes diff --git a/src/com/jpexs/decompiler/flash/gui/locales/LoadFromMemoryFrame_ru.properties b/src/com/jpexs/decompiler/flash/gui/locales/LoadFromMemoryFrame_ru.properties index f1c50fb82..17c81e8b1 100644 --- a/src/com/jpexs/decompiler/flash/gui/locales/LoadFromMemoryFrame_ru.properties +++ b/src/com/jpexs/decompiler/flash/gui/locales/LoadFromMemoryFrame_ru.properties @@ -12,20 +12,17 @@ # # You should have received a copy of the GNU General Public License # along with this program. If not, see . - -dialog.title = \u041d\u0430\u0439\u0442\u0438 \u0432 \u043f\u0430\u043c\u044f\u0442\u0438 -button.open = \u041e\u0442\u043a\u0440\u044b\u0442\u044c -button.select = \u0412\u044b\u0431\u0440\u0430\u0442\u044c -button.refresh = \u041e\u0431\u043d\u043e\u0432\u0438\u0442\u044c \u0441\u043f\u0438\u0441\u043e\u043a -noprocess = \u041f\u0440\u043e\u0446\u0435\u0441\u0441 \u043d\u0435 \u0432\u044b\u0431\u0440\u0430\u043d -searching = \u041f\u043e\u0438\u0441\u043a... -swfitem = [\u0412\u0435\u0440\u0441\u0438\u044f SWF %version% \u0440\u0430\u0437\u043c\u0435\u0440 %size%] -notfound = SWF \u0444\u0430\u0439\u043b\u044b \u043d\u0435 \u043d\u0430\u0439\u0434\u0435\u043d\u044b - +dialog.title=\u041d\u0430\u0439\u0442\u0438 \u0432 \u043f\u0430\u043c\u044f\u0442\u0438 +button.open=\u041e\u0442\u043a\u0440\u044b\u0442\u044c +button.select=\u0412\u044b\u0431\u0440\u0430\u0442\u044c +button.refresh=\u041e\u0431\u043d\u043e\u0432\u0438\u0442\u044c \u0441\u043f\u0438\u0441\u043e\u043a +noprocess=\u041f\u0440\u043e\u0446\u0435\u0441\u0441 \u043d\u0435 \u0432\u044b\u0431\u0440\u0430\u043d +searching=\u041f\u043e\u0438\u0441\u043a... +swfitem=[\u0412\u0435\u0440\u0441\u0438\u044f SWF %version% \u0440\u0430\u0437\u043c\u0435\u0440 %size%] +notfound=SWF \u0444\u0430\u0439\u043b\u044b \u043d\u0435 \u043d\u0430\u0439\u0434\u0435\u043d\u044b #after version 1.7.1: -button.save = \u0421\u043e\u0445\u0440\u0430\u043d\u0438\u0442\u044c - -column.version = \u0412\u0435\u0440\u0441\u0438\u044f -column.fileSize = \u0420\u0430\u0437\u043c\u0435\u0440 -column.pid = PID -column.processName = \u041f\u0440\u043e\u0446\u0435\u0441\u0441 +button.save=\u0421\u043e\u0445\u0440\u0430\u043d\u0438\u0442\u044c +column.version=\u0412\u0435\u0440\u0441\u0438\u044f +column.fileSize=\u0420\u0430\u0437\u043c\u0435\u0440 +column.pid=PID +column.processName=\u041f\u0440\u043e\u0446\u0435\u0441\u0441 diff --git a/src/com/jpexs/decompiler/flash/gui/locales/LoadFromMemoryFrame_sv.properties b/src/com/jpexs/decompiler/flash/gui/locales/LoadFromMemoryFrame_sv.properties index c66f7ac33..9c1eb3ad8 100644 --- a/src/com/jpexs/decompiler/flash/gui/locales/LoadFromMemoryFrame_sv.properties +++ b/src/com/jpexs/decompiler/flash/gui/locales/LoadFromMemoryFrame_sv.properties @@ -12,21 +12,18 @@ # # You should have received a copy of the GNU General Public License # along with this program. If not, see . - -dialog.title = S\u00f6k i minnet -button.open = \u00d6ppna -button.select = V\u00e4lj -button.refresh = Uppdatera listan -noprocess = Ingen process vald -searching = S\u00f6ker... -swfitem = [SWF version %version% storlek %size%] -notfound = Ingen SWF hittades - +dialog.title=S\u00f6k i minnet +button.open=\u00d6ppna +button.select=V\u00e4lj +button.refresh=Uppdatera listan +noprocess=Ingen process vald +searching=S\u00f6ker... +swfitem=[SWF version %version% storlek %size%] +notfound=Ingen SWF hittades #after version 1.7.1: -button.save = Spara - -column.version = Version -column.fileSize = Filstorlek -column.pid = PID -column.processName = Process Namn -column.address = Adress +button.save=Spara +column.version=Version +column.fileSize=Filstorlek +column.pid=PID +column.processName=Process Namn +column.address=Adress diff --git a/src/com/jpexs/decompiler/flash/gui/locales/LoadFromMemoryFrame_tr.properties b/src/com/jpexs/decompiler/flash/gui/locales/LoadFromMemoryFrame_tr.properties index 6fb66988d..e25041f51 100644 --- a/src/com/jpexs/decompiler/flash/gui/locales/LoadFromMemoryFrame_tr.properties +++ b/src/com/jpexs/decompiler/flash/gui/locales/LoadFromMemoryFrame_tr.properties @@ -12,28 +12,22 @@ # # You should have received a copy of the GNU General Public License # along with this program. If not, see . - - -dialog.title = Bellekte ara -button.open = A\u00e7 -button.select = Se\u00e7 -button.refresh = Listeyi yenile -noprocess = \u0130\u015flem se\u00e7ilmedi -searching = Aran\u0131yor... -swfitem = [SWF s\u00fcr\u00fcm\u00fc %version% boyut %size%] -notfound = SWF bulunamad\u0131 - +dialog.title=Bellekte ara +button.open=A\u00e7 +button.select=Se\u00e7 +button.refresh=Listeyi yenile +noprocess=\u0130\u015flem se\u00e7ilmedi +searching=Aran\u0131yor... +swfitem=[SWF s\u00fcr\u00fcm\u00fc %version% boyut %size%] +notfound=SWF bulunamad\u0131 #after version 1.7.1: - -button.save = Kaydet - - -column.version = S\u00fcr\u00fcm -column.fileSize = Dosya Boyutu -column.pid = PID -column.processName = \u0130\u015flem Ad\u0131 -column.address = Adres +button.save=Kaydet +column.version=S\u00fcr\u00fcm +column.fileSize=Dosya Boyutu +column.pid=PID +column.processName=\u0130\u015flem Ad\u0131 +column.address=Adres #after 17.0.4 -hex = Onalt\u0131l\u0131k -align = Sadece hizalanm\u0131\u015f: -align.bytes = bayt +hex=Onalt\u0131l\u0131k +align=Sadece hizalanm\u0131\u015f: +align.bytes=bayt diff --git a/src/com/jpexs/decompiler/flash/gui/locales/LoadFromMemoryFrame_uk.properties b/src/com/jpexs/decompiler/flash/gui/locales/LoadFromMemoryFrame_uk.properties index 641d9f763..949099655 100644 --- a/src/com/jpexs/decompiler/flash/gui/locales/LoadFromMemoryFrame_uk.properties +++ b/src/com/jpexs/decompiler/flash/gui/locales/LoadFromMemoryFrame_uk.properties @@ -12,20 +12,17 @@ # # You should have received a copy of the GNU General Public License # along with this program. If not, see . - -dialog.title = \u0417\u043d\u0430\u0439\u0442\u0438 \u0432 \u043f\u0430\u043c'\u044f\u0442\u0456 -button.open = \u0412\u0456\u0434\u043a\u0440\u0438\u0442\u0438 -button.select = \u0412\u0438\u0431\u0440\u0430\u0442\u0438 -button.refresh = \u041e\u043d\u043e\u0432\u0438\u0442\u0438 \u0441\u043f\u0438\u0441\u043e\u043a -noprocess = \u0416\u043e\u0434\u043d\u043e\u0433\u043e \u043f\u0440\u043e\u0446\u0435\u0441\u0443 \u043d\u0435 \u0432\u0438\u0431\u0440\u0430\u043d\u043e -searching = \u041f\u043e\u0448\u0443\u043a... -swfitem = [\u0412\u0435\u0440\u0441\u0456\u044f SWF %version% \u0440\u043e\u0437\u043c\u0456\u0440 %size%] -notfound = \u0416\u043e\u0434\u043d\u043e\u0433\u043e SWF \u0444\u0430\u0439\u043b\u0443 \u043d\u0435 \u0437\u043d\u0430\u0439\u0434\u0435\u043d\u043e - +dialog.title=\u0417\u043d\u0430\u0439\u0442\u0438 \u0432 \u043f\u0430\u043c'\u044f\u0442\u0456 +button.open=\u0412\u0456\u0434\u043a\u0440\u0438\u0442\u0438 +button.select=\u0412\u0438\u0431\u0440\u0430\u0442\u0438 +button.refresh=\u041e\u043d\u043e\u0432\u0438\u0442\u0438 \u0441\u043f\u0438\u0441\u043e\u043a +noprocess=\u0416\u043e\u0434\u043d\u043e\u0433\u043e \u043f\u0440\u043e\u0446\u0435\u0441\u0443 \u043d\u0435 \u0432\u0438\u0431\u0440\u0430\u043d\u043e +searching=\u041f\u043e\u0448\u0443\u043a... +swfitem=[\u0412\u0435\u0440\u0441\u0456\u044f SWF %version% \u0440\u043e\u0437\u043c\u0456\u0440 %size%] +notfound=\u0416\u043e\u0434\u043d\u043e\u0433\u043e SWF \u0444\u0430\u0439\u043b\u0443 \u043d\u0435 \u0437\u043d\u0430\u0439\u0434\u0435\u043d\u043e #after version 1.7.1: -button.save = \u0417\u0431\u0435\u0440\u0435\u0433\u0442\u0438 - -column.version = \u0412\u0435\u0440\u0441\u0456\u044f -column.fileSize = \u0420\u043e\u0437\u043c\u0456\u0440 -column.pid = PID -column.processName = \u041f\u0440\u043e\u0446\u0435\u0441 +button.save=\u0417\u0431\u0435\u0440\u0435\u0433\u0442\u0438 +column.version=\u0412\u0435\u0440\u0441\u0456\u044f +column.fileSize=\u0420\u043e\u0437\u043c\u0456\u0440 +column.pid=PID +column.processName=\u041f\u0440\u043e\u0446\u0435\u0441 diff --git a/src/com/jpexs/decompiler/flash/gui/locales/LoadFromMemoryFrame_zh.properties b/src/com/jpexs/decompiler/flash/gui/locales/LoadFromMemoryFrame_zh.properties index d17576810..53cf5c744 100644 --- a/src/com/jpexs/decompiler/flash/gui/locales/LoadFromMemoryFrame_zh.properties +++ b/src/com/jpexs/decompiler/flash/gui/locales/LoadFromMemoryFrame_zh.properties @@ -12,25 +12,22 @@ # # You should have received a copy of the GNU General Public License # along with this program. If not, see . - -dialog.title = \u5728\u5185\u5b58\u4e2d\u641c\u7d22 -button.open = \u6253\u5f00 -button.select = \u9009\u62e9 -button.refresh = \u5237\u65b0\u5217\u8868 -noprocess = \u672a\u9009\u62e9\u8fdb\u7a0b -searching = \u641c\u7d22\u4e2d... -swfitem = [SWF\u7248\u672c %version% \u5927\u5c0f %size%] -notfound = \u627e\u4e0d\u5230SWF - +dialog.title=\u5728\u5185\u5b58\u4e2d\u641c\u7d22 +button.open=\u6253\u5f00 +button.select=\u9009\u62e9 +button.refresh=\u5237\u65b0\u5217\u8868 +noprocess=\u672a\u9009\u62e9\u8fdb\u7a0b +searching=\u641c\u7d22\u4e2d... +swfitem=[SWF\u7248\u672c %version% \u5927\u5c0f %size%] +notfound=\u627e\u4e0d\u5230SWF #after version 1.7.1: -button.save = \u4fdd\u5b58 - -column.version = \u7248\u672c -column.fileSize = \u6587\u4ef6\u5927\u5c0f -column.pid = PID -column.processName = \u8fdb\u7a0b\u540d\u79f0 -column.address = \u5730\u5740 +button.save=\u4fdd\u5b58 +column.version=\u7248\u672c +column.fileSize=\u6587\u4ef6\u5927\u5c0f +column.pid=PID +column.processName=\u8fdb\u7a0b\u540d\u79f0 +column.address=\u5730\u5740 #after 17.0.4 -hex = \u5341\u516d\u8fdb\u5236 -align = \u4ec5\u5bf9\u9f50\u5230: -align.bytes = \u5b57\u8282 +hex=\u5341\u516d\u8fdb\u5236 +align=\u4ec5\u5bf9\u9f50\u5230: +align.bytes=\u5b57\u8282 diff --git a/src/com/jpexs/decompiler/flash/gui/locales/LoadingDialog.properties b/src/com/jpexs/decompiler/flash/gui/locales/LoadingDialog.properties index 02f314487..89dec2ab1 100644 --- a/src/com/jpexs/decompiler/flash/gui/locales/LoadingDialog.properties +++ b/src/com/jpexs/decompiler/flash/gui/locales/LoadingDialog.properties @@ -12,5 +12,4 @@ # # You should have received a copy of the GNU General Public License # along with this program. If not, see . - -loadingpleasewait = Loading, please wait... +loadingpleasewait=Loading, please wait... diff --git a/src/com/jpexs/decompiler/flash/gui/locales/LoadingDialog_ca.properties b/src/com/jpexs/decompiler/flash/gui/locales/LoadingDialog_ca.properties index 2ef6dfebd..eee616319 100644 --- a/src/com/jpexs/decompiler/flash/gui/locales/LoadingDialog_ca.properties +++ b/src/com/jpexs/decompiler/flash/gui/locales/LoadingDialog_ca.properties @@ -12,5 +12,4 @@ # # You should have received a copy of the GNU General Public License # along with this program. If not, see . - -loadingpleasewait = S'est\u00e0 carregant, espera si et plau... +loadingpleasewait=S'est\u00e0 carregant, espera si et plau... diff --git a/src/com/jpexs/decompiler/flash/gui/locales/LoadingDialog_cs.properties b/src/com/jpexs/decompiler/flash/gui/locales/LoadingDialog_cs.properties index 5d9466ba9..ab694695a 100644 --- a/src/com/jpexs/decompiler/flash/gui/locales/LoadingDialog_cs.properties +++ b/src/com/jpexs/decompiler/flash/gui/locales/LoadingDialog_cs.properties @@ -12,5 +12,4 @@ # # You should have received a copy of the GNU General Public License # along with this program. If not, see . - -loadingpleasewait = Nahr\u00e1v\u00e1m, vy\u010dkejte... +loadingpleasewait=Nahr\u00e1v\u00e1m, vy\u010dkejte... diff --git a/src/com/jpexs/decompiler/flash/gui/locales/LoadingDialog_de.properties b/src/com/jpexs/decompiler/flash/gui/locales/LoadingDialog_de.properties index 456a1b41e..f925548b4 100644 --- a/src/com/jpexs/decompiler/flash/gui/locales/LoadingDialog_de.properties +++ b/src/com/jpexs/decompiler/flash/gui/locales/LoadingDialog_de.properties @@ -12,5 +12,4 @@ # # You should have received a copy of the GNU General Public License # along with this program. If not, see . - -loadingpleasewait = Laden, bitte warten... +loadingpleasewait=Laden, bitte warten... diff --git a/src/com/jpexs/decompiler/flash/gui/locales/LoadingDialog_es.properties b/src/com/jpexs/decompiler/flash/gui/locales/LoadingDialog_es.properties index aac73c732..dd2b538df 100644 --- a/src/com/jpexs/decompiler/flash/gui/locales/LoadingDialog_es.properties +++ b/src/com/jpexs/decompiler/flash/gui/locales/LoadingDialog_es.properties @@ -12,5 +12,4 @@ # # You should have received a copy of the GNU General Public License # along with this program. If not, see . - -loadingpleasewait = Cargando, espere por favor... +loadingpleasewait=Cargando, espere por favor... diff --git a/src/com/jpexs/decompiler/flash/gui/locales/LoadingDialog_fr.properties b/src/com/jpexs/decompiler/flash/gui/locales/LoadingDialog_fr.properties index defbd2bbd..da2dd5d5a 100644 --- a/src/com/jpexs/decompiler/flash/gui/locales/LoadingDialog_fr.properties +++ b/src/com/jpexs/decompiler/flash/gui/locales/LoadingDialog_fr.properties @@ -12,5 +12,4 @@ # # You should have received a copy of the GNU General Public License # along with this program. If not, see . - -loadingpleasewait = Chargement en cours. Veuillez patienter... +loadingpleasewait=Chargement en cours. Veuillez patienter... diff --git a/src/com/jpexs/decompiler/flash/gui/locales/LoadingDialog_hu.properties b/src/com/jpexs/decompiler/flash/gui/locales/LoadingDialog_hu.properties index 9086e42cb..ae84d7fe2 100644 --- a/src/com/jpexs/decompiler/flash/gui/locales/LoadingDialog_hu.properties +++ b/src/com/jpexs/decompiler/flash/gui/locales/LoadingDialog_hu.properties @@ -12,5 +12,4 @@ # # You should have received a copy of the GNU General Public License # along with this program. If not, see . - -loadingpleasewait = Bet\u00f6lt\u00e9s, k\u00e9rem v\u00e1rjon... +loadingpleasewait=Bet\u00f6lt\u00e9s, k\u00e9rem v\u00e1rjon... diff --git a/src/com/jpexs/decompiler/flash/gui/locales/LoadingDialog_it.properties b/src/com/jpexs/decompiler/flash/gui/locales/LoadingDialog_it.properties index 897882ba3..b93a60cd0 100644 --- a/src/com/jpexs/decompiler/flash/gui/locales/LoadingDialog_it.properties +++ b/src/com/jpexs/decompiler/flash/gui/locales/LoadingDialog_it.properties @@ -12,5 +12,4 @@ # # You should have received a copy of the GNU General Public License # along with this program. If not, see . - -loadingpleasewait = Caricamento in corso... +loadingpleasewait=Caricamento in corso... diff --git a/src/com/jpexs/decompiler/flash/gui/locales/LoadingDialog_ja.properties b/src/com/jpexs/decompiler/flash/gui/locales/LoadingDialog_ja.properties index 6c2b10f11..b4a2dcc38 100644 --- a/src/com/jpexs/decompiler/flash/gui/locales/LoadingDialog_ja.properties +++ b/src/com/jpexs/decompiler/flash/gui/locales/LoadingDialog_ja.properties @@ -12,5 +12,4 @@ # # You should have received a copy of the GNU General Public License # along with this program. If not, see . - -loadingpleasewait = \u8aad\u307f\u8fbc\u307f\u4e2d\u3001\u304a\u5f85\u3061\u304f\u3060\u3055\u3044... +loadingpleasewait=\u8aad\u307f\u8fbc\u307f\u4e2d\u3001\u304a\u5f85\u3061\u304f\u3060\u3055\u3044... diff --git a/src/com/jpexs/decompiler/flash/gui/locales/LoadingDialog_nl.properties b/src/com/jpexs/decompiler/flash/gui/locales/LoadingDialog_nl.properties index 19ca45463..2f9129e11 100644 --- a/src/com/jpexs/decompiler/flash/gui/locales/LoadingDialog_nl.properties +++ b/src/com/jpexs/decompiler/flash/gui/locales/LoadingDialog_nl.properties @@ -12,5 +12,4 @@ # # You should have received a copy of the GNU General Public License # along with this program. If not, see . - -loadingpleasewait = Aan het laden, even geduld a.u.b... +loadingpleasewait=Aan het laden, even geduld a.u.b... diff --git a/src/com/jpexs/decompiler/flash/gui/locales/LoadingDialog_pl.properties b/src/com/jpexs/decompiler/flash/gui/locales/LoadingDialog_pl.properties index a5d7fdaee..ca176c6fc 100644 --- a/src/com/jpexs/decompiler/flash/gui/locales/LoadingDialog_pl.properties +++ b/src/com/jpexs/decompiler/flash/gui/locales/LoadingDialog_pl.properties @@ -12,5 +12,4 @@ # # You should have received a copy of the GNU General Public License # along with this program. If not, see . - -loadingpleasewait = \u0141adowanie, prosz\u0119 czeka\u0107... +loadingpleasewait=\u0141adowanie, prosz\u0119 czeka\u0107... diff --git a/src/com/jpexs/decompiler/flash/gui/locales/LoadingDialog_pt.properties b/src/com/jpexs/decompiler/flash/gui/locales/LoadingDialog_pt.properties index b3ea59dc9..066233c86 100644 --- a/src/com/jpexs/decompiler/flash/gui/locales/LoadingDialog_pt.properties +++ b/src/com/jpexs/decompiler/flash/gui/locales/LoadingDialog_pt.properties @@ -12,5 +12,4 @@ # # You should have received a copy of the GNU General Public License # along with this program. If not, see . - -loadingpleasewait = A carregar, por favor aguarde... +loadingpleasewait=A carregar, por favor aguarde... diff --git a/src/com/jpexs/decompiler/flash/gui/locales/LoadingDialog_pt_BR.properties b/src/com/jpexs/decompiler/flash/gui/locales/LoadingDialog_pt_BR.properties index 41601aaed..34d1fbe60 100644 --- a/src/com/jpexs/decompiler/flash/gui/locales/LoadingDialog_pt_BR.properties +++ b/src/com/jpexs/decompiler/flash/gui/locales/LoadingDialog_pt_BR.properties @@ -12,5 +12,4 @@ # # You should have received a copy of the GNU General Public License # along with this program. If not, see . - -loadingpleasewait = Carregando, por favor espere... +loadingpleasewait=Carregando, por favor espere... diff --git a/src/com/jpexs/decompiler/flash/gui/locales/LoadingDialog_ru.properties b/src/com/jpexs/decompiler/flash/gui/locales/LoadingDialog_ru.properties index e6c5d11fb..3a0525c72 100644 --- a/src/com/jpexs/decompiler/flash/gui/locales/LoadingDialog_ru.properties +++ b/src/com/jpexs/decompiler/flash/gui/locales/LoadingDialog_ru.properties @@ -12,5 +12,4 @@ # # You should have received a copy of the GNU General Public License # along with this program. If not, see . - -loadingpleasewait = \u0417\u0430\u0433\u0440\u0443\u0437\u043a\u0430. \u041f\u043e\u0436\u0430\u043b\u0443\u0439\u0441\u0442\u0430, \u043f\u043e\u0434\u043e\u0436\u0434\u0438\u0442\u0435... +loadingpleasewait=\u0417\u0430\u0433\u0440\u0443\u0437\u043a\u0430. \u041f\u043e\u0436\u0430\u043b\u0443\u0439\u0441\u0442\u0430, \u043f\u043e\u0434\u043e\u0436\u0434\u0438\u0442\u0435... diff --git a/src/com/jpexs/decompiler/flash/gui/locales/LoadingDialog_sv.properties b/src/com/jpexs/decompiler/flash/gui/locales/LoadingDialog_sv.properties index 19dd8dfaa..8e31eeda1 100644 --- a/src/com/jpexs/decompiler/flash/gui/locales/LoadingDialog_sv.properties +++ b/src/com/jpexs/decompiler/flash/gui/locales/LoadingDialog_sv.properties @@ -12,5 +12,4 @@ # # You should have received a copy of the GNU General Public License # along with this program. If not, see . - -loadingpleasewait = Laddar, v\u00e4nta lite... +loadingpleasewait=Laddar, v\u00e4nta lite... diff --git a/src/com/jpexs/decompiler/flash/gui/locales/LoadingDialog_tr.properties b/src/com/jpexs/decompiler/flash/gui/locales/LoadingDialog_tr.properties index ae5bd1c21..84d95a010 100644 --- a/src/com/jpexs/decompiler/flash/gui/locales/LoadingDialog_tr.properties +++ b/src/com/jpexs/decompiler/flash/gui/locales/LoadingDialog_tr.properties @@ -12,6 +12,4 @@ # # You should have received a copy of the GNU General Public License # along with this program. If not, see . - - -loadingpleasewait = Y\u00fckleniyor, l\u00fctfen bekleyin... +loadingpleasewait=Y\u00fckleniyor, l\u00fctfen bekleyin... diff --git a/src/com/jpexs/decompiler/flash/gui/locales/LoadingDialog_uk.properties b/src/com/jpexs/decompiler/flash/gui/locales/LoadingDialog_uk.properties index 9a7aac045..197d14d3f 100644 --- a/src/com/jpexs/decompiler/flash/gui/locales/LoadingDialog_uk.properties +++ b/src/com/jpexs/decompiler/flash/gui/locales/LoadingDialog_uk.properties @@ -12,5 +12,4 @@ # # You should have received a copy of the GNU General Public License # along with this program. If not, see . - -loadingpleasewait = \u0417\u0430\u0432\u0430\u043d\u0442\u0430\u0436\u0435\u043d\u043d\u044f. \u0411\u0443\u0434\u044c \u043b\u0430\u0441\u043a\u0430, \u0437\u0430\u0447\u0435\u043a\u0430\u0439\u0442\u0435... +loadingpleasewait=\u0417\u0430\u0432\u0430\u043d\u0442\u0430\u0436\u0435\u043d\u043d\u044f. \u0411\u0443\u0434\u044c \u043b\u0430\u0441\u043a\u0430, \u0437\u0430\u0447\u0435\u043a\u0430\u0439\u0442\u0435... diff --git a/src/com/jpexs/decompiler/flash/gui/locales/LoadingDialog_zh.properties b/src/com/jpexs/decompiler/flash/gui/locales/LoadingDialog_zh.properties index e1538723b..8ed56eef6 100644 --- a/src/com/jpexs/decompiler/flash/gui/locales/LoadingDialog_zh.properties +++ b/src/com/jpexs/decompiler/flash/gui/locales/LoadingDialog_zh.properties @@ -12,5 +12,4 @@ # # You should have received a copy of the GNU General Public License # along with this program. If not, see . - -loadingpleasewait = \u52a0\u8f7d\u4e2d,\u8bf7\u7a0d\u5019... +loadingpleasewait=\u52a0\u8f7d\u4e2d,\u8bf7\u7a0d\u5019... diff --git a/src/com/jpexs/decompiler/flash/gui/locales/MainFrame.properties b/src/com/jpexs/decompiler/flash/gui/locales/MainFrame.properties index bfcf9e577..ad6493554 100644 --- a/src/com/jpexs/decompiler/flash/gui/locales/MainFrame.properties +++ b/src/com/jpexs/decompiler/flash/gui/locales/MainFrame.properties @@ -12,715 +12,560 @@ # # You should have received a copy of the GNU General Public License # along with this program. If not, see . - -menu.file = File -menu.file.open = Open... -menu.file.save = Save -menu.file.saveas = Save as... -menu.file.export.fla = Export to FLA -menu.file.export.all = Export all parts -menu.file.export.selection = Export selection -menu.file.exit = Exit - -menu.tools = Tools -menu.tools.searchas = Search All ActionScript... -menu.tools.proxy = Proxy -menu.tools.deobfuscation = Deobfuscation -menu.tools.deobfuscation.pcode = P-code deobfuscation... -menu.tools.deobfuscation.globalrename = Globally rename identifier -menu.tools.deobfuscation.renameinvalid = Rename invalid identifiers -menu.tools.gotoDocumentClass = Go to document class - -menu.settings = Settings -menu.settings.autodeobfuscation = Automatic deobfuscation -menu.settings.internalflashviewer = Use own Flash viewer -menu.settings.parallelspeedup = Parallel SpeedUp -menu.settings.disabledecompilation = Disable decompilation (Disassemble only) -menu.settings.addtocontextmenu = Add FFDec to SWF files context menu -menu.settings.language = Change language -menu.settings.cacheOnDisk = Use caching on disk -menu.settings.gotoMainClassOnStartup = Highlight document class on startup - -menu.help = Help -menu.help.checkupdates = Check for updates... -menu.help.helpus = Help us! -menu.help.homepage = Visit homepage -menu.help.about = About... - -contextmenu.remove = Remove - -button.save = Save -button.edit = Edit -button.cancel = Cancel -button.replace = Replace... - -notavailonthisplatform = Preview of this object is not available on this platform (Windows only). - -swfpreview = SWF preview -swfpreview.internal = SWF preview (Internal viewer) - -parameters = Parameters - -rename.enternew = Enter new name: - -rename.finished.identifier = Identifier renamed. -rename.finished.multiname = %count% multiname(s) renamed. - -node.texts = texts -node.images = images -node.movies = movies -node.sounds = sounds -node.binaryData = binaryData -node.fonts = fonts -node.sprites = sprites -node.shapes = shapes -node.morphshapes = morphshapes -node.buttons = buttons -node.frames = frames -node.scripts = scripts - -message.warning = Warning -message.confirm.experimental = Following procedure can damage SWF file which can be then unplayable.\r\nUSE IT ON YOUR OWN RISK. Do you want to continue? -message.confirm.parallel = Parallelism can speed up loading and decompilation but uses more memory. -message.confirm.on = Do you want to turn this ON? -message.confirm.off = Do you want to turn this OFF? -message.confirm = Confirm - -message.confirm.autodeobfuscate = Automatic deobfuscation is a way to decompile obfuscated code.\r\nDeobfuscation leads to slower decompilation and some of the dead code may be eliminated.\r\nIf the code is not obfuscated, it's better to turn autodeobfuscation off. - -message.parallel = Parallelism -message.trait.saved = Trait successfully saved - -message.constant.new.string = String "%value%" is not present in constants table. Do you want to add it? -message.constant.new.string.title = Add String -message.constant.new.integer = Integer value "%value%" is not present in constants table. Do you want to add it? -message.constant.new.integer.title = Add Integer -message.constant.new.unsignedinteger = Unsigned integer value "%value%" is not present in constants table. Do you want to add it? -message.constant.new.unsignedinteger.title = Add Unsigned integer -message.constant.new.double = Double value "%value%" is not present in constants table. Do you want to add it? -message.constant.new.double.title = Add Double - -work.buffering = Buffering -work.waitingfordissasembly = Waiting for disassembly -work.gettinghilights = Getting highlights -work.disassembling = Disassembling -work.exporting = Exporting -work.searching = Searching -work.renaming = Renaming -work.exporting.fla = Exporting FLA -work.renaming.identifiers = Renaming identifiers -work.deobfuscating = Deobfuscating -work.decompiling = Decompiling -work.gettingvariables = Getting variables -work.reading.swf = Reading SWF -work.creatingwindow = Creating window -work.buildingscripttree = Building script tree - -work.deobfuscating.complete = Deobfuscation complete - -message.search.notfound = String "%searchtext%" not found. -message.search.notfound.title = Not found - -message.rename.notfound.multiname = No multiname found under cursor -message.rename.notfound.identifier = No identifier found under cursor -message.rename.notfound.title = Not found -message.rename.renamed = Identifiers renamed: %count% - -filter.images = Images (%extensions%) -filter.fla = %version% Document (*.fla) -filter.xfl = %version% Uncompressed Document (*.xfl) -filter.swf = SWF files (*.swf) - -error = Error -error.image.invalid = Invalid image. - -error.text.invalid = Invalid text: %text% on line %line% -error.file.save = Cannot save file -error.file.write = Cannot write to the file -error.export = Error during export - -export.select.directory = Select directory to export -export.finishedin = Exported in %time% - -update.check.title = Update check -update.check.nonewversion = No new version available. - -message.helpus = Please visit\r\n%url%\r\nfor details. -message.homepage = Visit homepage at: \r\n%url% - -proxy = Proxy -proxy.start = Start proxy -proxy.stop = Stop proxy -proxy.show = Show proxy -exit = Exit - -panel.disassembled = P-code source -panel.decompiled = ActionScript source - -search.info = Search for "%text%": -search.script = Script - -constants = Constants -traits = Traits - -pleasewait = Please wait - +menu.file=File +menu.file.open=Open... +menu.file.save=Save +menu.file.saveas=Save as... +menu.file.export.fla=Export to FLA +menu.file.export.all=Export all parts +menu.file.export.selection=Export selection +menu.file.exit=Exit +menu.tools=Tools +menu.tools.searchas=Search All ActionScript... +menu.tools.proxy=Proxy +menu.tools.deobfuscation=Deobfuscation +menu.tools.deobfuscation.pcode=P-code deobfuscation... +menu.tools.deobfuscation.globalrename=Globally rename identifier +menu.tools.deobfuscation.renameinvalid=Rename invalid identifiers +menu.tools.gotoDocumentClass=Go to document class +menu.settings=Settings +menu.settings.autodeobfuscation=Automatic deobfuscation +menu.settings.internalflashviewer=Use own Flash viewer +menu.settings.parallelspeedup=Parallel SpeedUp +menu.settings.disabledecompilation=Disable decompilation (Disassemble only) +menu.settings.addtocontextmenu=Add FFDec to SWF files context menu +menu.settings.language=Change language +menu.settings.cacheOnDisk=Use caching on disk +menu.settings.gotoMainClassOnStartup=Highlight document class on startup +menu.help=Help +menu.help.checkupdates=Check for updates... +menu.help.helpus=Help us! +menu.help.homepage=Visit homepage +menu.help.about=About... +contextmenu.remove=Remove +button.save=Save +button.edit=Edit +button.cancel=Cancel +button.replace=Replace... +notavailonthisplatform=Preview of this object is not available on this platform (Windows only). +swfpreview=SWF preview +swfpreview.internal=SWF preview (Internal viewer) +parameters=Parameters +rename.enternew=Enter new name: +rename.finished.identifier=Identifier renamed. +rename.finished.multiname=%count% multiname(s) renamed. +node.texts=texts +node.images=images +node.movies=movies +node.sounds=sounds +node.binaryData=binaryData +node.fonts=fonts +node.sprites=sprites +node.shapes=shapes +node.morphshapes=morphshapes +node.buttons=buttons +node.frames=frames +node.scripts=scripts +message.warning=Warning +message.confirm.experimental=Following procedure can damage SWF file which can be then unplayable.\r\nUSE IT ON YOUR OWN RISK. Do you want to continue? +message.confirm.parallel=Parallelism can speed up loading and decompilation but uses more memory. +message.confirm.on=Do you want to turn this ON? +message.confirm.off=Do you want to turn this OFF? +message.confirm=Confirm +message.confirm.autodeobfuscate=Automatic deobfuscation is a way to decompile obfuscated code.\r\nDeobfuscation leads to slower decompilation and some of the dead code may be eliminated.\r\nIf the code is not obfuscated, it's better to turn autodeobfuscation off. +message.parallel=Parallelism +message.trait.saved=Trait successfully saved +message.constant.new.string=String "%value%" is not present in constants table. Do you want to add it? +message.constant.new.string.title=Add String +message.constant.new.integer=Integer value "%value%" is not present in constants table. Do you want to add it? +message.constant.new.integer.title=Add Integer +message.constant.new.unsignedinteger=Unsigned integer value "%value%" is not present in constants table. Do you want to add it? +message.constant.new.unsignedinteger.title=Add Unsigned integer +message.constant.new.double=Double value "%value%" is not present in constants table. Do you want to add it? +message.constant.new.double.title=Add Double +work.buffering=Buffering +work.waitingfordissasembly=Waiting for disassembly +work.gettinghilights=Getting highlights +work.disassembling=Disassembling +work.exporting=Exporting +work.searching=Searching +work.renaming=Renaming +work.exporting.fla=Exporting FLA +work.renaming.identifiers=Renaming identifiers +work.deobfuscating=Deobfuscating +work.decompiling=Decompiling +work.gettingvariables=Getting variables +work.reading.swf=Reading SWF +work.creatingwindow=Creating window +work.buildingscripttree=Building script tree +work.deobfuscating.complete=Deobfuscation complete +message.search.notfound=String "%searchtext%" not found. +message.search.notfound.title=Not found +message.rename.notfound.multiname=No multiname found under cursor +message.rename.notfound.identifier=No identifier found under cursor +message.rename.notfound.title=Not found +message.rename.renamed=Identifiers renamed: %count% +filter.images=Images (%extensions%) +filter.fla=%version% Document (*.fla) +filter.xfl=%version% Uncompressed Document (*.xfl) +filter.swf=SWF files (*.swf) +error=Error +error.image.invalid=Invalid image. +error.text.invalid=Invalid text: %text% on line %line% +error.file.save=Cannot save file +error.file.write=Cannot write to the file +error.export=Error during export +export.select.directory=Select directory to export +export.finishedin=Exported in %time% +update.check.title=Update check +update.check.nonewversion=No new version available. +message.helpus=Please visit\r\n%url%\r\nfor details. +message.homepage=Visit homepage at: \r\n%url% +proxy=Proxy +proxy.start=Start proxy +proxy.stop=Stop proxy +proxy.show=Show proxy +exit=Exit +panel.disassembled=P-code source +panel.decompiled=ActionScript source +search.info=Search for "%text%": +search.script=Script +constants=Constants +traits=Traits +pleasewait=Please wait #DEPRECATED - see abc.detail.trait.* -abc.detail.methodtrait = Method/Getter/Setter Trait -abc.detail.unsupported = - +abc.detail.methodtrait=Method/Getter/Setter Trait +abc.detail.unsupported=- #DEPRECATED - see abc.detail.trait.* -abc.detail.slotconsttrait = Slot/Const Trait -abc.detail.traitname = Name: - -abc.detail.body.params.maxstack = Max stack: -abc.detail.body.params.localregcount = Local registers count: -abc.detail.body.params.minscope = Minimum scope depth: -abc.detail.body.params.maxscope = Maximum scope depth: -abc.detail.body.params.autofill = Auto fill on code save (GLOBAL SETTING) -abc.detail.body.params.autofill.experimental = ...EXPERIMENTAL - -abc.detail.methodinfo.methodindex = Method Index: -abc.detail.methodinfo.parameters = Parameters: -abc.detail.methodinfo.returnvalue = Return value type: - -error.methodinfo.params = MethodInfo Params Error -error.methodinfo.returnvalue = MethodInfo Return value type Error - -abc.detail.methodinfo = MethodInfo -abc.detail.body.code = MethodBody Code -abc.detail.body.params = MethodBody params - -abc.detail.slotconst.typevalue = Type and Value: - -error.slotconst.typevalue = SlotConst type value Error - -message.autofill.failed = Cannot get code stats for automatic body params.\r\nUncheck autofill to avoid this message. -info.selecttrait = Select class and click a trait in Actionscript source to edit it. - -button.viewgraph = View Graph -button.viewhex = View Hex - -action.edit.experimental = (Experimental) - -message.action.saved = Code successfully saved - -error.action.save = %error% on line %line% - -message.confirm.remove = Are you sure you want to remove %item%\n and all objects which depend on it? - +abc.detail.slotconsttrait=Slot/Const Trait +abc.detail.traitname=Name: +abc.detail.body.params.maxstack=Max stack: +abc.detail.body.params.localregcount=Local registers count: +abc.detail.body.params.minscope=Minimum scope depth: +abc.detail.body.params.maxscope=Maximum scope depth: +abc.detail.body.params.autofill=Auto fill on code save (GLOBAL SETTING) +abc.detail.body.params.autofill.experimental=...EXPERIMENTAL +abc.detail.methodinfo.methodindex=Method Index: +abc.detail.methodinfo.parameters=Parameters: +abc.detail.methodinfo.returnvalue=Return value type: +error.methodinfo.params=MethodInfo Params Error +error.methodinfo.returnvalue=MethodInfo Return value type Error +abc.detail.methodinfo=MethodInfo +abc.detail.body.code=MethodBody Code +abc.detail.body.params=MethodBody params +abc.detail.slotconst.typevalue=Type and Value: +error.slotconst.typevalue=SlotConst type value Error +message.autofill.failed=Cannot get code stats for automatic body params.\r\nUncheck autofill to avoid this message. +info.selecttrait=Select class and click a trait in Actionscript source to edit it. +button.viewgraph=View Graph +button.viewhex=View Hex +action.edit.experimental=(Experimental) +message.action.saved=Code successfully saved +error.action.save=%error% on line %line% +message.confirm.remove=Are you sure you want to remove %item%\n and all objects which depend on it? #after version 1.6.5u1: - -button.ok = OK - -font.name = Font name: -font.isbold = Is bold: -font.isitalic = Is italic: -font.ascent = Ascent: -font.descent = Descent: -font.leading = Leading: -font.characters = Characters: -font.characters.add = Add characters: -value.unknown = ? - -yes = yes -no = no - -errors.present = There are ERRORS in the log. Click to view. -errors.none = There are no errors in the log. - +button.ok=OK +font.name=Font name: +font.isbold=Is bold: +font.isitalic=Is italic: +font.ascent=Ascent: +font.descent=Descent: +font.leading=Leading: +font.characters=Characters: +font.characters.add=Add characters: +value.unknown=? +yes=yes +no=no +errors.present=There are ERRORS in the log. Click to view. +errors.none=There are no errors in the log. #after version 1.6.6: - -dialog.message.title = Message -dialog.select.title = Select an Option - -button.yes = Yes -button.no = No - -FileChooser.openButtonText = Open -FileChooser.openButtonToolTipText = Open -FileChooser.lookInLabelText = Look in: -FileChooser.acceptAllFileFilterText = All Files -FileChooser.filesOfTypeLabelText = Files of type: -FileChooser.fileNameLabelText = File name: -FileChooser.listViewButtonToolTipText = List -FileChooser.listViewButtonAccessibleName = List -FileChooser.detailsViewButtonToolTipText = Details -FileChooser.detailsViewButtonAccessibleName = Details -FileChooser.upFolderToolTipText = Up One Level -FileChooser.upFolderAccessibleName = Up One Level -FileChooser.homeFolderToolTipText = Home -FileChooser.homeFolderAccessibleName = Home -FileChooser.fileNameHeaderText = Name -FileChooser.fileSizeHeaderText = Size -FileChooser.fileTypeHeaderText = Type -FileChooser.fileDateHeaderText = Date -FileChooser.fileAttrHeaderText = Attributes -FileChooser.openDialogTitleText = Open -FileChooser.directoryDescriptionText = Directory -FileChooser.directoryOpenButtonText = Open -FileChooser.directoryOpenButtonToolTipText = Open selected directory -FileChooser.fileDescriptionText = Generic File -FileChooser.helpButtonText = Help -FileChooser.helpButtonToolTipText = FileChooser help -FileChooser.newFolderAccessibleName = New Folder -FileChooser.newFolderErrorText = Error creating new folder -FileChooser.newFolderToolTipText = Create New Folder -FileChooser.other.newFolder = NewFolder -FileChooser.other.newFolder.subsequent = NewFolder.{0} -FileChooser.win32.newFolder = New Folder -FileChooser.win32.newFolder.subsequent = New Folder ({0}) -FileChooser.saveButtonText = Save -FileChooser.saveButtonToolTipText = Save selected file -FileChooser.saveDialogTitleText = Save -FileChooser.saveInLabelText = Save in: -FileChooser.updateButtonText = Update -FileChooser.updateButtonToolTipText = Update directory listing - +dialog.message.title=Message +dialog.select.title=Select an Option +button.yes=Yes +button.no=No +FileChooser.openButtonText=Open +FileChooser.openButtonToolTipText=Open +FileChooser.lookInLabelText=Look in: +FileChooser.acceptAllFileFilterText=All Files +FileChooser.filesOfTypeLabelText=Files of type: +FileChooser.fileNameLabelText=File name: +FileChooser.listViewButtonToolTipText=List +FileChooser.listViewButtonAccessibleName=List +FileChooser.detailsViewButtonToolTipText=Details +FileChooser.detailsViewButtonAccessibleName=Details +FileChooser.upFolderToolTipText=Up One Level +FileChooser.upFolderAccessibleName=Up One Level +FileChooser.homeFolderToolTipText=Home +FileChooser.homeFolderAccessibleName=Home +FileChooser.fileNameHeaderText=Name +FileChooser.fileSizeHeaderText=Size +FileChooser.fileTypeHeaderText=Type +FileChooser.fileDateHeaderText=Date +FileChooser.fileAttrHeaderText=Attributes +FileChooser.openDialogTitleText=Open +FileChooser.directoryDescriptionText=Directory +FileChooser.directoryOpenButtonText=Open +FileChooser.directoryOpenButtonToolTipText=Open selected directory +FileChooser.fileDescriptionText=Generic File +FileChooser.helpButtonText=Help +FileChooser.helpButtonToolTipText=FileChooser help +FileChooser.newFolderAccessibleName=New Folder +FileChooser.newFolderErrorText=Error creating new folder +FileChooser.newFolderToolTipText=Create New Folder +FileChooser.other.newFolder=NewFolder +FileChooser.other.newFolder.subsequent=NewFolder.{0} +FileChooser.win32.newFolder=New Folder +FileChooser.win32.newFolder.subsequent=New Folder ({0}) +FileChooser.saveButtonText=Save +FileChooser.saveButtonToolTipText=Save selected file +FileChooser.saveDialogTitleText=Save +FileChooser.saveInLabelText=Save in: +FileChooser.updateButtonText=Update +FileChooser.updateButtonToolTipText=Update directory listing #after version 1.6.6u2: - -FileChooser.detailsViewActionLabel.textAndMnemonic = Details -FileChooser.detailsViewButtonToolTip.textAndMnemonic = Details -FileChooser.fileAttrHeader.textAndMnemonic = Attributes -FileChooser.fileDateHeader.textAndMnemonic = Modified -FileChooser.fileNameHeader.textAndMnemonic = Name -FileChooser.fileNameLabel.textAndMnemonic = File name: -FileChooser.fileSizeHeader.textAndMnemonic = Size -FileChooser.fileTypeHeader.textAndMnemonic = Type -FileChooser.filesOfTypeLabel.textAndMnemonic = Files of type: -FileChooser.folderNameLabel.textAndMnemonic = Folder name: -FileChooser.homeFolderToolTip.textAndMnemonic = Home -FileChooser.listViewActionLabel.textAndMnemonic = List -FileChooser.listViewButtonToolTip.textAndMnemonic = List -FileChooser.lookInLabel.textAndMnemonic = Look in: -FileChooser.newFolderActionLabel.textAndMnemonic = New Folder -FileChooser.newFolderToolTip.textAndMnemonic = Create New Folder -FileChooser.refreshActionLabel.textAndMnemonic = Refresh -FileChooser.saveInLabel.textAndMnemonic = Save in: -FileChooser.upFolderToolTip.textAndMnemonic = Up One Level -FileChooser.viewMenuButtonAccessibleName = View Menu -FileChooser.viewMenuButtonToolTipText = View Menu -FileChooser.viewMenuLabel.textAndMnemonic = View -FileChooser.newFolderActionLabelText = New Folder -FileChooser.listViewActionLabelText = List -FileChooser.detailsViewActionLabelText = Details -FileChooser.refreshActionLabelText = Refresh -FileChooser.sortMenuLabelText = Arrange Icons By -FileChooser.viewMenuLabelText = View -FileChooser.fileSizeKiloBytes = {0} KB -FileChooser.fileSizeMegaBytes = {0} MB -FileChooser.fileSizeGigaBytes = {0} GB -FileChooser.folderNameLabelText = Folder name: - -error.occured = Error occurred: %error% -button.abort = Abort -button.retry = Retry -button.ignore = Ignore - -font.source = Source Font: - +FileChooser.detailsViewActionLabel.textAndMnemonic=Details +FileChooser.detailsViewButtonToolTip.textAndMnemonic=Details +FileChooser.fileAttrHeader.textAndMnemonic=Attributes +FileChooser.fileDateHeader.textAndMnemonic=Modified +FileChooser.fileNameHeader.textAndMnemonic=Name +FileChooser.fileNameLabel.textAndMnemonic=File name: +FileChooser.fileSizeHeader.textAndMnemonic=Size +FileChooser.fileTypeHeader.textAndMnemonic=Type +FileChooser.filesOfTypeLabel.textAndMnemonic=Files of type: +FileChooser.folderNameLabel.textAndMnemonic=Folder name: +FileChooser.homeFolderToolTip.textAndMnemonic=Home +FileChooser.listViewActionLabel.textAndMnemonic=List +FileChooser.listViewButtonToolTip.textAndMnemonic=List +FileChooser.lookInLabel.textAndMnemonic=Look in: +FileChooser.newFolderActionLabel.textAndMnemonic=New Folder +FileChooser.newFolderToolTip.textAndMnemonic=Create New Folder +FileChooser.refreshActionLabel.textAndMnemonic=Refresh +FileChooser.saveInLabel.textAndMnemonic=Save in: +FileChooser.upFolderToolTip.textAndMnemonic=Up One Level +FileChooser.viewMenuButtonAccessibleName=View Menu +FileChooser.viewMenuButtonToolTipText=View Menu +FileChooser.viewMenuLabel.textAndMnemonic=View +FileChooser.newFolderActionLabelText=New Folder +FileChooser.listViewActionLabelText=List +FileChooser.detailsViewActionLabelText=Details +FileChooser.refreshActionLabelText=Refresh +FileChooser.sortMenuLabelText=Arrange Icons By +FileChooser.viewMenuLabelText=View +FileChooser.fileSizeKiloBytes={0} KB +FileChooser.fileSizeMegaBytes={0} MB +FileChooser.fileSizeGigaBytes={0} GB +FileChooser.folderNameLabelText=Folder name: +error.occured=Error occurred: %error% +button.abort=Abort +button.retry=Retry +button.ignore=Ignore +font.source=Source Font: #after version 1.6.7: - -menu.export = Export -menu.general = General -menu.language = Language - -startup.welcometo = Welcome to -startup.selectopen = Click Open icon on the top panel or drag SWF file to this window to start. - -error.font.nocharacter = Selected source font does not contain character "%char%". - -warning.initializers = Static fields and consts are often initialized in initializers.\nEditing value here is usually not enough! - +menu.export=Export +menu.general=General +menu.language=Language +startup.welcometo=Welcome to +startup.selectopen=Click Open icon on the top panel or drag SWF file to this window to start. +error.font.nocharacter=Selected source font does not contain character "%char%". +warning.initializers=Static fields and consts are often initialized in initializers.\nEditing value here is usually not enough! #after version 1.7.0u1: - -menu.tools.searchMemory = Search SWFs in memory -menu.file.reload = Reload -message.confirm.reload = This action cancels all unsaved changes and reloads the SWF file again.\nDo you want to continue? - -dialog.selectbkcolor.title = Select background color for SWF display -button.selectbkcolor.hint = Select background color - -ColorChooser.okText = OK -ColorChooser.cancelText = Cancel -ColorChooser.resetText = Reset -ColorChooser.previewText = Preview -ColorChooser.swatchesNameText = Swatches -ColorChooser.swatchesRecentText = Recent: -ColorChooser.sampleText = Sample Text Sample Text - +menu.tools.searchMemory=Search SWFs in memory +menu.file.reload=Reload +message.confirm.reload=This action cancels all unsaved changes and reloads the SWF file again.\nDo you want to continue? +dialog.selectbkcolor.title=Select background color for SWF display +button.selectbkcolor.hint=Select background color +ColorChooser.okText=OK +ColorChooser.cancelText=Cancel +ColorChooser.resetText=Reset +ColorChooser.previewText=Preview +ColorChooser.swatchesNameText=Swatches +ColorChooser.swatchesRecentText=Recent: +ColorChooser.sampleText=Sample Text Sample Text #after version 1.7.1: - -preview.play = Play -preview.pause = Pause -preview.stop = Stop - -message.confirm.removemultiple = Are you sure you want to remove %count% items\n and all objects which depend on it? - -menu.tools.searchCache = Search browsers cache - +preview.play=Play +preview.pause=Pause +preview.stop=Stop +message.confirm.removemultiple=Are you sure you want to remove %count% items\n and all objects which depend on it? +menu.tools.searchCache=Search browsers cache #after version 1.7.2u2 - -error.trait.exists = Trait with name "%name%" already exists. -button.addtrait = Add trait -button.font.embed = Embed... -button.yes.all = Yes to all -button.no.all = No to all -message.font.add.exists = Character %char% already exists in the font tag.\nDo you want to replace it? - -filter.gfx = ScaleForm GFx files (*.gfx) -filter.supported = All supported filetypes -work.canceled = Canceled -work.restoringControlFlow = Restoring control flow -menu.advancedsettings.advancedsettings = Advanced Settings -menu.recentFiles = Recent files - +error.trait.exists=Trait with name "%name%" already exists. +button.addtrait=Add trait +button.font.embed=Embed... +button.yes.all=Yes to all +button.no.all=No to all +message.font.add.exists=Character %char% already exists in the font tag.\nDo you want to replace it? +filter.gfx=ScaleForm GFx files (*.gfx) +filter.supported=All supported filetypes +work.canceled=Canceled +work.restoringControlFlow=Restoring control flow +menu.advancedsettings.advancedsettings=Advanced Settings +menu.recentFiles=Recent files #after version 1.7.4 -work.restoringControlFlow.complete = Control flow restored -message.confirm.recentFileNotFound = File not found. Do you want to remove it from the recent file list? -contextmenu.closeSwf = Close SWF -menu.settings.autoRenameIdentifiers = Auto rename identifiers -menu.file.saveasexe = Save as Exe... -filter.exe = Executable files (*.exe) - +work.restoringControlFlow.complete=Control flow restored +message.confirm.recentFileNotFound=File not found. Do you want to remove it from the recent file list? +contextmenu.closeSwf=Close SWF +menu.settings.autoRenameIdentifiers=Auto rename identifiers +menu.file.saveasexe=Save as Exe... +filter.exe=Executable files (*.exe) #after version 1.8.0 -font.updateTexts = Update texts - +font.updateTexts=Update texts #after version 1.8.0u1 -menu.file.close = Close -menu.file.closeAll = Close all -menu.tools.otherTools = Other -menu.tools.otherTools.clearRecentFiles = Clear recent files -fontName.name = Font display name: -fontName.copyright = Font copyright: -button.preview = Preview -button.reset = Reset -errors.info = There are INFORMATIONS in the log. Click to view. -errors.warning = There are WARNINGS in the log. Click to view. - -decompilationError = Decompilation error - -disassemblingProgress.toString = toString -disassemblingProgress.reading = Reading -disassemblingProgress.deobfuscating = Deobfuscating - -contextmenu.moveTag = Move tag to - -filter.swc = SWC component files (*.swc) -filter.zip = ZIP compressed files (*.zip) -filter.binary = Binary search - all files (*.*) - -open.error = Error -open.error.fileNotFound = File not found -open.error.cannotOpen = Cannot open file - -node.others = others - +menu.file.close=Close +menu.file.closeAll=Close all +menu.tools.otherTools=Other +menu.tools.otherTools.clearRecentFiles=Clear recent files +fontName.name=Font display name: +fontName.copyright=Font copyright: +button.preview=Preview +button.reset=Reset +errors.info=There are INFORMATIONS in the log. Click to view. +errors.warning=There are WARNINGS in the log. Click to view. +decompilationError=Decompilation error +disassemblingProgress.toString=toString +disassemblingProgress.reading=Reading +disassemblingProgress.deobfuscating=Deobfuscating +contextmenu.moveTag=Move tag to +filter.swc=SWC component files (*.swc) +filter.zip=ZIP compressed files (*.zip) +filter.binary=Binary search - all files (*.*) +open.error=Error +open.error.fileNotFound=File not found +open.error.cannotOpen=Cannot open file +node.others=others #after version 1.8.1 -menu.tools.search = Text search - +menu.tools.search=Text search #after version 1.8.1u1 -menu.tools.timeline = Timeline - -dialog.selectcolor.title = Select color -button.selectcolor.hint = Click to select color - +menu.tools.timeline=Timeline +dialog.selectcolor.title=Select color +button.selectcolor.hint=Click to select color #default item name, will be used in following sentences -generictag.array.item = item -generictag.array.insertbeginning = Insert %item% at the beginning -generictag.array.insertbefore = Insert %item% before -generictag.array.remove = Remove %item% -generictag.array.insertafter = Insert %item% after -generictag.array.insertend = Insert %item% at the end - +generictag.array.item=item +generictag.array.insertbeginning=Insert %item% at the beginning +generictag.array.insertbefore=Insert %item% before +generictag.array.remove=Remove %item% +generictag.array.insertafter=Insert %item% after +generictag.array.insertend=Insert %item% at the end #after version 2.0.0 -contextmenu.expandAll = Expand all - -filter.sounds = Supported sound formats (*.wav, *.mp3) -filter.sounds.wav = Wave file format (*.wav) -filter.sounds.mp3 = MP3 compressed format (*.mp3) - -error.sound.invalid = Invalid sound. - -button.prev = Previous -button.next = Next - +contextmenu.expandAll=Expand all +filter.sounds=Supported sound formats (*.wav, *.mp3) +filter.sounds.wav=Wave file format (*.wav) +filter.sounds.mp3=MP3 compressed format (*.mp3) +error.sound.invalid=Invalid sound. +button.prev=Previous +button.next=Next #after version 2.1.0 -message.action.playerglobal.title = PlayerGlobal library needed -message.action.playerglobal.needed = For ActionScript 3 direct editation, a library called "PlayerGlobal.swc" needs to be downloaded from Adobe homepage.\r\n%adobehomepage%\r\nPress OK to go to the download page. -message.action.playerglobal.place = Download the library called PlayerGlobal(.swc), and place it to directory\r\n%libpath%\r\n Press OK to continue. - -message.confirm.experimental.function = This function is EXPERIMENTAL. It means that you should not trust the results and the SWF file can be disfunctional after saving. -message.confirm.donotshowagain = Do not show again - -menu.import = Import -menu.file.import.text = Import text -import.select.directory = Select directory to import -error.text.import = Error during text import. Do you want to continue? - +message.action.playerglobal.title=PlayerGlobal library needed +message.action.playerglobal.needed=For ActionScript 3 direct editation, a library called "PlayerGlobal.swc" needs to be downloaded from Adobe homepage.\r\n%adobehomepage%\r\nPress OK to go to the download page. +message.action.playerglobal.place=Download the library called PlayerGlobal(.swc), and place it to directory\r\n%libpath%\r\n Press OK to continue. +message.confirm.experimental.function=This function is EXPERIMENTAL. It means that you should not trust the results and the SWF file can be disfunctional after saving. +message.confirm.donotshowagain=Do not show again +menu.import=Import +menu.file.import.text=Import text +import.select.directory=Select directory to import +error.text.import=Error during text import. Do you want to continue? #after version 2.1.1 -contextmenu.removeWithDependencies = Remove with dependencies - -abc.action.find-usages = Find usages -abc.action.find-declaration = Find declaration - -contextmenu.rawEdit = Raw edit -contextmenu.jumpToCharacter = Jump to character - -menu.settings.dumpView = Dump view - -menu.view = View -menu.file.view.resources = Resources -menu.file.view.hex = Hex dump - -node.header = header - -header.signature = Signature: -header.compression = Compression: -header.compression.lzma = LZMA -header.compression.zlib = ZLIB -header.compression.none = No compression -header.version = SWF Version: -header.gfx = GFX: -header.filesize = File size: -header.framerate = Frame rate: -header.framecount = Frame count: -header.displayrect = Display rect: -header.displayrect.value.twips = %xmin%,%ymin% => %xmax%,%ymax% twips -header.displayrect.value.pixels = %xmin%,%ymin% => %xmax%,%ymax% pixels - +contextmenu.removeWithDependencies=Remove with dependencies +abc.action.find-usages=Find usages +abc.action.find-declaration=Find declaration +contextmenu.rawEdit=Raw edit +contextmenu.jumpToCharacter=Jump to character +menu.settings.dumpView=Dump view +menu.view=View +menu.file.view.resources=Resources +menu.file.view.hex=Hex dump +node.header=header +header.signature=Signature: +header.compression=Compression: +header.compression.lzma=LZMA +header.compression.zlib=ZLIB +header.compression.none=No compression +header.version=SWF Version: +header.gfx=GFX: +header.filesize=File size: +header.framerate=Frame rate: +header.framecount=Frame count: +header.displayrect=Display rect: +header.displayrect.value.twips=%xmin%,%ymin% => %xmax%,%ymax% twips +header.displayrect.value.pixels=%xmin%,%ymin% => %xmax%,%ymax% pixels #after version 2.1.2 -contextmenu.saveToFile = Save to File -contextmenu.parseActions = Parse actions -contextmenu.parseABC = Parse ABC -contextmenu.parseInstructions = Parse AVM2 Instructions - +contextmenu.saveToFile=Save to File +contextmenu.parseActions=Parse actions +contextmenu.parseABC=Parse ABC +contextmenu.parseInstructions=Parse AVM2 Instructions #after version 2.1.3 -menu.deobfuscation = Deobfuscation -menu.file.deobfuscation.old = Old style -menu.file.deobfuscation.new = New style - +menu.deobfuscation=Deobfuscation +menu.file.deobfuscation.old=Old style +menu.file.deobfuscation.new=New style #after version 2.1.4 -contextmenu.openswfinside = Open SWF inside -binarydata.swfInside = It looks like there is SWF inside this binary data tag. Click here to load it as subtree. - +contextmenu.openswfinside=Open SWF inside +binarydata.swfInside=It looks like there is SWF inside this binary data tag. Click here to load it as subtree. #after version 3.0.0 -button.zoomin.hint = Zoom in -button.zoomout.hint = Zoom out -button.zoomfit.hint = Zoom to fit -button.zoomnone.hint = Zoom to 1:1 -button.snapshot.hint = Take snapshot into clipboard - -editorTruncateWarning = Text truncated at position %chars% in debug mode. - +button.zoomin.hint=Zoom in +button.zoomout.hint=Zoom out +button.zoomfit.hint=Zoom to fit +button.zoomnone.hint=Zoom to 1:1 +button.snapshot.hint=Take snapshot into clipboard +editorTruncateWarning=Text truncated at position %chars% in debug mode. #Font name which is presented in the SWF Font tag -font.name.intag = Font name in tag: - -menu.debugger = Debugger -menu.debugger.switch = Debugger -menu.debugger.replacetrace = Replace trace calls -menu.debugger.showlog = Show Log - -message.debugger = This SWF Debugger can only be used to print messages to log window, browser console or alerts.\r\nIt is NOT designed for features like step code, breakpoints etc. - -contextmenu.addTag = Add tag - -deobfuscation.comment.tryenable = Tip: You can try enabling "Automatic deobfuscation" in Settings -deobfuscation.comment.failed = Deobfuscation is activated but decompilation still failed. If the file is NOT obfuscated, disable "Automatic deobfuscation" for better results. - +font.name.intag=Font name in tag: +menu.debugger=Debugger +menu.debugger.switch=Debugger +menu.debugger.replacetrace=Replace trace calls +menu.debugger.showlog=Show Log +message.debugger=This SWF Debugger can only be used to print messages to log window, browser console or alerts.\r\nIt is NOT designed for features like step code, breakpoints etc. +contextmenu.addTag=Add tag +deobfuscation.comment.tryenable=Tip: You can try enabling "Automatic deobfuscation" in Settings +deobfuscation.comment.failed=Deobfuscation is activated but decompilation still failed. If the file is NOT obfuscated, disable "Automatic deobfuscation" for better results. #after version 4.0.2 -preview.nextframe = Next frame -preview.prevframe = Previous frame -preview.gotoframe = Goto frame... - -preview.gotoframe.dialog.title = Goto frame -preview.gotoframe.dialog.message = Enter frame number (%min% - %max%) -preview.gotoframe.dialog.frame.error = Invalid frame number. It must be number between %min% and %max%. - -error.text.invalid.continue = Invalid text: %text% on line %line%. Do you want to continue? - +preview.nextframe=Next frame +preview.prevframe=Previous frame +preview.gotoframe=Goto frame... +preview.gotoframe.dialog.title=Goto frame +preview.gotoframe.dialog.message=Enter frame number (%min% - %max%) +preview.gotoframe.dialog.frame.error=Invalid frame number. It must be number between %min% and %max%. +error.text.invalid.continue=Invalid text: %text% on line %line%. Do you want to continue? #after version 4.0.5 -contextmenu.copyTag = Copy tag to -fit = fit -button.setAdvanceValues = Set advance values - -menu.tools.replace = Text Replace - -message.confirm.close = There are unsaved changes. Do you really want to close {swfName}? -message.confirm.closeAll = There are unsaved changes. Do you really want to close all SWFs? - -contextmenu.exportJavaSource = Export Java Source -contextmenu.exportSwfXml = Export SWF as XML -contextmenu.importSwfXml = Import SWF XML - -filter.xml = XML - +contextmenu.copyTag=Copy tag to +fit=fit +button.setAdvanceValues=Set advance values +menu.tools.replace=Text Replace +message.confirm.close=There are unsaved changes. Do you really want to close {swfName}? +message.confirm.closeAll=There are unsaved changes. Do you really want to close all SWFs? +contextmenu.exportJavaSource=Export Java Source +contextmenu.exportSwfXml=Export SWF as XML +contextmenu.importSwfXml=Import SWF XML +filter.xml=XML #after version 4.1.0 -contextmenu.undo = Undo - -text.align.left = Left align -text.align.right = Right align -text.align.center = Center align -text.align.justify = Justify align - -text.undo = Undo changes - -menu.file.import.xml = Import SWF XML -menu.file.export.xml = Export SWF XML - +contextmenu.undo=Undo +text.align.left=Left align +text.align.right=Right align +text.align.center=Center align +text.align.justify=Justify align +text.undo=Undo changes +menu.file.import.xml=Import SWF XML +menu.file.export.xml=Export SWF XML #after version 4.1.1 -text.align.translatex.decrease = Decrease TranslateX -text.align.translatex.increase = Increase TranslateX -selectPreviousTag = Select previous tag -selectNextTag = Select next tag -button.ignoreAll = Ignore All -menu.file.import.symbolClass = Import Symbol-Class -text.toggleCase = Toggle case - +text.align.translatex.decrease=Decrease TranslateX +text.align.translatex.increase=Increase TranslateX +selectPreviousTag=Select previous tag +selectNextTag=Select next tag +button.ignoreAll=Ignore All +menu.file.import.symbolClass=Import Symbol-Class +text.toggleCase=Toggle case #after version 5.0.2 -preview.loop = Loop -menu.file.import.script = Import scripts -contextmenu.copyTagWithDependencies = Copy tag with dependencies to -button.replaceWithTag = Replace with other character tag -button.resolveConstants = Resolve constants - +preview.loop=Loop +menu.file.import.script=Import scripts +contextmenu.copyTagWithDependencies=Copy tag with dependencies to +button.replaceWithTag=Replace with other character tag +button.resolveConstants=Resolve constants #after version 5.1.0 -button.viewConstants = View Constants -work.exported = Exported -button.replaceAlphaChannel = Replace alpha channel... - -tagInfo.header.name = Name -tagInfo.header.value = Value -tagInfo.tagType = Tag Type -tagInfo.characterId = Character Id -tagInfo.offset = Offset -tagInfo.length = Length -tagInfo.bounds = Bounds -tagInfo.width = Width -tagInfo.height = Height -tagInfo.neededCharacters = Needed Characters - -button.viewhexpcode = View Hex with instructions -taginfo.header = Basic tag info - -tagInfo.dependentCharacters = Dependent Characters - +button.viewConstants=View Constants +work.exported=Exported +button.replaceAlphaChannel=Replace alpha channel... +tagInfo.header.name=Name +tagInfo.header.value=Value +tagInfo.tagType=Tag Type +tagInfo.characterId=Character Id +tagInfo.offset=Offset +tagInfo.length=Length +tagInfo.bounds=Bounds +tagInfo.width=Width +tagInfo.height=Height +tagInfo.neededCharacters=Needed Characters +button.viewhexpcode=View Hex with instructions +taginfo.header=Basic tag info +tagInfo.dependentCharacters=Dependent Characters #after version 5.3.0 -header.uncompressed = Uncompressed -header.warning.unsupportedGfxCompression = GFX supports only uncompressed or Zlib compressed content. -header.warning.minimumZlibVersion = Zlib compression needs SWF version 6 or greater. -header.warning.minimumLzmaVersion = LZMA compression needs SWF version 13 or greater. - -tagInfo.codecName = Codec Name -tagInfo.exportFormat = Export Format -tagInfo.samplingRate = Sampling Rate -tagInfo.stereo = Stereo -tagInfo.sampleCount = Sample Count - -filter.dmg = Mac Executable files (*.dmg) -filter.linuxExe = Linux Executable files - -import.script.result = %count% scripts imported. -import.script.as12warning = Import script can import only AS1/2 scripts. - -error.constantPoolTooBig = Constant pool is too big. index=%index%, size=%size% -error.image.alpha.invalid = Invalid alpha channel data. - +header.uncompressed=Uncompressed +header.warning.unsupportedGfxCompression=GFX supports only uncompressed or Zlib compressed content. +header.warning.minimumZlibVersion=Zlib compression needs SWF version 6 or greater. +header.warning.minimumLzmaVersion=LZMA compression needs SWF version 13 or greater. +tagInfo.codecName=Codec Name +tagInfo.exportFormat=Export Format +tagInfo.samplingRate=Sampling Rate +tagInfo.stereo=Stereo +tagInfo.sampleCount=Sample Count +filter.dmg=Mac Executable files (*.dmg) +filter.linuxExe=Linux Executable files +import.script.result=%count% scripts imported. +import.script.as12warning=Import script can import only AS1/2 scripts. +error.constantPoolTooBig=Constant pool is too big. index=%index%, size=%size% +error.image.alpha.invalid=Invalid alpha channel data. #after version 6.0.2 -contextmenu.saveUncompressedToFile = Save to Uncompressed File -menu.settings.autoOpenLoadedSWFs = Open loaded SWFs while playing - +contextmenu.saveUncompressedToFile=Save to Uncompressed File +menu.settings.autoOpenLoadedSWFs=Open loaded SWFs while playing #after version 6.1.1 -menu.file.start = Start -menu.file.start.run = Run -menu.file.start.stop = Stop -menu.file.start.debug = Debug -menu.debugging = Debugging -menu.debugging.debug = Debug -menu.debugging.debug.stop = Stop -menu.debugging.debug.pause = Pause -menu.debugging.debug.stepOver = Step over -menu.debugging.debug.stepInto = Step into -menu.debugging.debug.stepOut = Step out -menu.debugging.debug.continue = Continue -menu.debugging.debug.stack = Stack... -menu.debugging.debug.watch = New watch... - -message.playerpath.notset = Flash Player projector not found. Please configure its path in Advanced Settings / Paths (1). -message.playerpath.debug.notset = Flash Player projector content debugger not found. Please configure its path in Advanced Settings / Paths (2). -message.playerpath.lib.notset = PlayerGlobal (.SWC) not found. Please configure its path in Advanced Settings / Paths (3). - -debugpanel.header = Debugging - -variables.header.registers = Registers -variables.header.locals = Locals -variables.header.arguments = Arguments -variables.header.scopeChain = Scope chain -variables.column.name = Name -variables.column.type = Type -variables.column.value = Value - -callStack.header = Call stack -callStack.header.file = File -callStack.header.line = Line - -stack.header = Stack -stack.header.item = Item - -constantpool.header = Constant pool -constantpool.header.id = Id -constantpool.header.value = Value - -work.running = Running -work.debugging = Debugging -work.debugging.instrumenting = Preparing SWF for debugging -work.breakat = Break at -work.halted = Debugging started, execution halted. Add breakpoints and click Continue (F5) to resume running. - -debuglog.header = Log -debuglog.button.clear = Clear - +menu.file.start=Start +menu.file.start.run=Run +menu.file.start.stop=Stop +menu.file.start.debug=Debug +menu.debugging=Debugging +menu.debugging.debug=Debug +menu.debugging.debug.stop=Stop +menu.debugging.debug.pause=Pause +menu.debugging.debug.stepOver=Step over +menu.debugging.debug.stepInto=Step into +menu.debugging.debug.stepOut=Step out +menu.debugging.debug.continue=Continue +menu.debugging.debug.stack=Stack... +menu.debugging.debug.watch=New watch... +message.playerpath.notset=Flash Player projector not found. Please configure its path in Advanced Settings / Paths (1). +message.playerpath.debug.notset=Flash Player projector content debugger not found. Please configure its path in Advanced Settings / Paths (2). +message.playerpath.lib.notset=PlayerGlobal (.SWC) not found. Please configure its path in Advanced Settings / Paths (3). +debugpanel.header=Debugging +variables.header.registers=Registers +variables.header.locals=Locals +variables.header.arguments=Arguments +variables.header.scopeChain=Scope chain +variables.column.name=Name +variables.column.type=Type +variables.column.value=Value +callStack.header=Call stack +callStack.header.file=File +callStack.header.line=Line +stack.header=Stack +stack.header.item=Item +constantpool.header=Constant pool +constantpool.header.id=Id +constantpool.header.value=Value +work.running=Running +work.debugging=Debugging +work.debugging.instrumenting=Preparing SWF for debugging +work.breakat=Break at +work.halted=Debugging started, execution halted. Add breakpoints and click Continue (F5) to resume running. +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. - -debug.break.reason.unknown = (Unknown) -debug.break.reason.breakpoint = (Breakpoint) -debug.break.reason.watch = (Watch) -debug.break.reason.fault = (Fault) -debug.break.reason.stopRequest = (Stop request) -debug.break.reason.step = (Step) -debug.break.reason.halt = (Halt) -debug.break.reason.scriptLoaded = (Script loaded) - -menu.file.start.debugpcode = Debug P-code - +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. +debug.break.reason.unknown=(Unknown) +debug.break.reason.breakpoint=(Breakpoint) +debug.break.reason.watch=(Watch) +debug.break.reason.fault=(Fault) +debug.break.reason.stopRequest=(Stop request) +debug.break.reason.step=(Step) +debug.break.reason.halt=(Halt) +debug.break.reason.scriptLoaded=(Script loaded) +menu.file.start.debugpcode=Debug P-code #after 7.1.2 -button.replaceNoFill = Replace - update bounds... -message.warning.svgImportExperimental = Not all SVG features are supported. Please check the log after import. - -message.imported.swf = The SWF file uses assets from an imported SWF file:\n%url%\nDo you want the assets to be loaded from that URL? -message.imported.swf.manually = Cannot load imported SWF\n%url%\nThe file or URL does not exist.\nDo you want to select local file? - -message.warning.hexViewNotUpToDate = Hex View is not up-to-date. Please save and reload the file to update Hex View. -message.font.replace.updateTexts = Some characters were replaced. Do you want to update the existing texts? - -menu.settings.simplifyExpressions = Simplify expressions - +button.replaceNoFill=Replace - update bounds... +message.warning.svgImportExperimental=Not all SVG features are supported. Please check the log after import. +message.imported.swf=The SWF file uses assets from an imported SWF file:\n%url%\nDo you want the assets to be loaded from that URL? +message.imported.swf.manually=Cannot load imported SWF\n%url%\nThe file or URL does not exist.\nDo you want to select local file? +message.warning.hexViewNotUpToDate=Hex View is not up-to-date. Please save and reload the file to update Hex View. +message.font.replace.updateTexts=Some characters were replaced. Do you want to update the existing texts? +menu.settings.simplifyExpressions=Simplify expressions #after 8.0.1 -menu.recentFiles.empty = Recent file list is empty -message.warning.outOfMemory32BitJre = OutOfMemory error occurred. You are running 32bit Java on 64bit system. Please use 64bit Java. - -menu.file.reloadAll = Reload all -message.confirm.reloadAll = This action cancels all unsaved changes in all SWF files and reloads whole application again.\nDo you want to continue? -export.script.singleFilePallelModeWarning = Single file script export is not supported with enabled parallel speedup - -button.showOriginalBytesInPcodeHex = Show original bytes -button.remove = Remove -button.showFileOffsetInPcodeHex = Show file offset - -generic.editor.amf3.title = AMF3 editor -generic.editor.amf3.help = AMF3 value syntax:\n\ +menu.recentFiles.empty=Recent file list is empty +message.warning.outOfMemory32BitJre=OutOfMemory error occurred. You are running 32bit Java on 64bit system. Please use 64bit Java. +menu.file.reloadAll=Reload all +message.confirm.reloadAll=This action cancels all unsaved changes in all SWF files and reloads whole application again.\nDo you want to continue? +export.script.singleFilePallelModeWarning=Single file script export is not supported with enabled parallel speedup +button.showOriginalBytesInPcodeHex=Show original bytes +button.remove=Remove +button.showFileOffsetInPcodeHex=Show file offset +generic.editor.amf3.title=AMF3 editor +generic.editor.amf3.help=AMF3 value syntax:\n\ ------------------\n\ scalar types:\n\ %scalar_samples%\ @@ -731,586 +576,418 @@ generic.editor.amf3.help = AMF3 value syntax:\n\ * Nonscalar datatypes can be referenced by previously declared "id" attributes with # syntax:\n\ %reference_sample%\n\ * Keys in Dictionary entries can be any type\n -contextmenu.showInResources = Show in Resources -message.flexpath.notset = Flex SDK not found. Please configure its path in Advanced Settings / Paths (4). - - +contextmenu.showInResources=Show in Resources +message.flexpath.notset=Flex SDK not found. Please configure its path in Advanced Settings / Paths (4). #add after panel.disassembled string -abc.detail.split = : -abc.detail.trait = Trait - %trait_type% -abc.detail.trait.method = Method -abc.detail.trait.getter = Getter -abc.detail.trait.setter = Setter -abc.detail.trait.slot = Slot -abc.detail.trait.const = Const -abc.detail.trait.class = Class -abc.detail.trait.function = Function - -abc.detail.specialmethod = Special method - %specialmethod_type% -abc.detail.specialmethod.scriptinitializer = Script initializer -abc.detail.specialmethod.classinitializer = Class initializer -abc.detail.specialmethod.instanceinitializer = Instance initializer -abc.detail.innerfunction = Inner function - -button.edit.script.decompiled = Edit ActionScript -button.edit.script.disassembled = Edit P-code - -debug.watch.add = Add watch to %name% -debug.watch.add.read = Read -debug.watch.add.write = Write -debug.watch.add.readwrite = Read+Write- - -error.debug.watch.add = Cannot add watch to this variable. - -variables.column.scope = Scope -variables.column.flags = Flags -variables.column.trait = Trait - -message.font.setadvancevalues = This operation will set advance of ALL characters in this tag to selected font source advances. - -menu.tools.deobfuscation.renameColliding = Rename colliding traits/classes - -filter.iggy = Iggy files (*.iggy) - +abc.detail.split=: +abc.detail.trait=Trait - %trait_type% +abc.detail.trait.method=Method +abc.detail.trait.getter=Getter +abc.detail.trait.setter=Setter +abc.detail.trait.slot=Slot +abc.detail.trait.const=Const +abc.detail.trait.class=Class +abc.detail.trait.function=Function +abc.detail.specialmethod=Special method - %specialmethod_type% +abc.detail.specialmethod.scriptinitializer=Script initializer +abc.detail.specialmethod.classinitializer=Class initializer +abc.detail.specialmethod.instanceinitializer=Instance initializer +abc.detail.innerfunction=Inner function +button.edit.script.decompiled=Edit ActionScript +button.edit.script.disassembled=Edit P-code +debug.watch.add=Add watch to %name% +debug.watch.add.read=Read +debug.watch.add.write=Write +debug.watch.add.readwrite=Read+Write- +error.debug.watch.add=Cannot add watch to this variable. +variables.column.scope=Scope +variables.column.flags=Flags +variables.column.trait=Trait +message.font.setadvancevalues=This operation will set advance of ALL characters in this tag to selected font source advances. +menu.tools.deobfuscation.renameColliding=Rename colliding traits/classes +filter.iggy=Iggy files (*.iggy) #after 11.1.0 -script.seemsBroken = WARNING: The code decompilation contains \u00a7\u00a7 instructions. \ +script.seemsBroken=WARNING: The code decompilation contains \u00a7\u00a7 instructions. \ This is usually caused by an obfuscation (See Settings/Automatic deobfuscation) \ or a nonstandard compiler used (Haxe, etc.). - #after 13.0.3 -button.removetrait = Remove trait - -message.confirm.removetrait = Do you really want to remove selected trait? - -contextmenu.addScript = Add script - -contextmenu.addClass = Add class - -contextmenu.removeScript = Remove script - -message.confirm.remove.nodep = Are you sure you want to remove %item%? - -message.confirm.removemultiple.nodep = Are you sure you want to remove %count% items? - -menu.recentSearches = Recent searches for current file -menu.recentSearches.empty = Recent searches list is empty +button.removetrait=Remove trait +message.confirm.removetrait=Do you really want to remove selected trait? +contextmenu.addScript=Add script +contextmenu.addClass=Add class +contextmenu.removeScript=Remove script +message.confirm.remove.nodep=Are you sure you want to remove %item%? +message.confirm.removemultiple.nodep=Are you sure you want to remove %count% items? +menu.recentSearches=Recent searches for current file +menu.recentSearches.empty=Recent searches list is empty #after 14.1.0 -menu.tools.otherTools.clearRecentSearches = Clear all recent searches -menu.recentSearches.clear = clear search results -message.confirm.recentSearches.clear = Do you really want to clear recent searches for current file? - -message.input.gotoCharacter.title = Go to character -message.input.gotoCharacter = Enter character id - -message.character.notfound = Character %characterid% not found. - -FileChooser.preview = Preview -FileChooser.previewNotAvailable = (preview not available) - +menu.tools.otherTools.clearRecentSearches=Clear all recent searches +menu.recentSearches.clear=clear search results +message.confirm.recentSearches.clear=Do you really want to clear recent searches for current file? +message.input.gotoCharacter.title=Go to character +message.input.gotoCharacter=Enter character id +message.character.notfound=Character %characterid% not found. +FileChooser.preview=Preview +FileChooser.previewNotAvailable=(preview not available) #after 14.2.1 -button.freetransform = Free transform - +button.freetransform=Free transform #after 14.3.1 -error.outOfMemory.title = Error - out of memory -error.outOfMemory = The decompiler ran out of memory. Current maximum size of Java Heap is set to %maxheap%. -error.outOfMemory.windows = It is set to maximum available when you run app via "ffdec.exe".\nIf you run the app via "ffdec.bat", you can configure it in that file manually to higher value. -error.outOfMemory.unixmac = You can increase this maximum by editing "ffdec.sh" file. -error.outOfMemory.64bit = You need 64 bit OS and 64 bit Java to use more memory than cca 1GB. -error.outOfMemory.32BitJreOn64bitOs = WARNING: You are running 32bit Java on 64bit system. Please use 64bit Java. - -notavailable.internalviewer = Preview of this object is only available through Flash ActiveX component.\n \ +error.outOfMemory.title=Error - out of memory +error.outOfMemory=The decompiler ran out of memory. Current maximum size of Java Heap is set to %maxheap%. +error.outOfMemory.windows=It is set to maximum available when you run app via "ffdec.exe".\nIf you run the app via "ffdec.bat", you can configure it in that file manually to higher value. +error.outOfMemory.unixmac=You can increase this maximum by editing "ffdec.sh" file. +error.outOfMemory.64bit=You need 64 bit OS and 64 bit Java to use more memory than cca 1GB. +error.outOfMemory.32BitJreOn64bitOs=WARNING: You are running 32bit Java on 64bit system. Please use 64bit Java. +notavailable.internalviewer=Preview of this object is only available through Flash ActiveX component.\n \ You can enable using Flash ActiveX by checking\n \ Advanced Settings / Other / (Deprecated) Use Adobe Flash player for preview of objects - -notavailable.activex = Preview of this object is not available since Flash ActiveX component is not correctly working on your system.\n \ +notavailable.activex=Preview of this object is not available since Flash ActiveX component is not correctly working on your system.\n \ This is pretty common situation as Adobe dropped support for in 2021. - -notavailable.activex.disable = You can enable using internal viewer by unchecking\n \ +notavailable.activex.disable=You can enable using internal viewer by unchecking\n \ Advanced Settings / Other / (Deprecated) Use Adobe Flash player for preview of objects\n \ But unfortunately, this won't work for movie tags. - #after 14.5.2 -button.showin.flashprojector = Show in flash projector - -message.info = Information - -message.info.importScripts = During importing scripts, you need to select a FOLDER.\r\n \ +button.showin.flashprojector=Show in flash projector +message.info=Information +message.info.importScripts=During importing scripts, you need to select a FOLDER.\r\n \ The folder must contain "scripts" subfolder and its tree must match existing script tree in current selected SWF.\r\n \ The best way to get the structure right is to export scripts in current SWF file first. \r\n\r\n \ Also note that this import uses same compiler as in standard AS editation in FFDec window (Experimental for AS3). - -message.info.importTexts = During importing text, you need to select a FOLDER.\r\n \ +message.info.importTexts=During importing text, you need to select a FOLDER.\r\n \ The folder must contain "texts" subfolder and filenames inside must match existing texts in current selected SWF.\r\n \ The best way to get the structure right is to export texts in current SWF file first. - -message.info.importSymbolClass = During importing Symbol-Class, you need to select a FOLDER containing file "%file%".\r\n \ +message.info.importSymbolClass=During importing Symbol-Class, you need to select a FOLDER containing file "%file%".\r\n \ This is the same filename as it is used when exported. - -message.info.importXml = For XML importing, you need a XML file in special format - the format in which FFDec exports.\r\n \ +message.info.importXml=For XML importing, you need a XML file in special format - the format in which FFDec exports.\r\n \ The best way to create such XML file is to export XML from existing SWF first. - #after 14.6.0 -tagInfo.dependentFrames = Dependent Frames - +tagInfo.dependentFrames=Dependent Frames #after 15.0.0 -imagePanel.depth = depth: - -work.importing_as = Importing script -importing_as.finishedin = Imported in %time% -work.deobfuscating_pcode = Deobfuscating pcode - -work.injecting_debuginfo = Injecting debug info -work.generating_swd = Generating SWD file - +imagePanel.depth=depth: +work.importing_as=Importing script +importing_as.finishedin=Imported in %time% +work.deobfuscating_pcode=Deobfuscating pcode +work.injecting_debuginfo=Injecting debug info +work.generating_swd=Generating SWD file #after 15.1.1 -button.replaceRefs = Replace references with other character ID - -contextmenu.cloneTag = Clone tag - -contextmenu.moveTagAround = Move tag - -contextmenu.addTagBefore = Add tag before -contextmenu.addTagAfter = Add tag after - -menu.file.view.tagList = Tag list - -contextmenu.showInTagList = Show in Tag list - -message.input.addFrames.title = Add frames -message.input.addFrames.howmany = How many frames to add - -contextmenu.addFramesBefore = Add frames before -contextmenu.addFramesAfter = Add frames after -contextmenu.addFrames = Add frames - -error.readonly.cannotSave = File will NOT be saved. This SWF file source does not allow to save changes.\r\n\ +button.replaceRefs=Replace references with other character ID +contextmenu.cloneTag=Clone tag +contextmenu.moveTagAround=Move tag +contextmenu.addTagBefore=Add tag before +contextmenu.addTagAfter=Add tag after +menu.file.view.tagList=Tag list +contextmenu.showInTagList=Show in Tag list +message.input.addFrames.title=Add frames +message.input.addFrames.howmany=How many frames to add +contextmenu.addFramesBefore=Add frames before +contextmenu.addFramesAfter=Add frames after +contextmenu.addFrames=Add frames +error.readonly.cannotSave=File will NOT be saved. This SWF file source does not allow to save changes.\r\n\ This is usually caused by loading binary data file or file with unknown extension in binary mode.\r\n\ Please use the "Save As" command to export particular SWF file. - -warning.readonly = The file "%file%" is loaded in READONLY mode. \r\n\ +warning.readonly=The file "%file%" is loaded in READONLY mode. \r\n\ Changes you make won't be saved unless you use the "Save as" button.\r\n\ This is usually caused by opening file in binary search mode,\r\n\ the file has probably unknown extension and then saving cannot be done because\r\n\ the file format is unknown. - #after 16.0.0 -contextmenu.addTagInside = Add tag inside -contextmenu.cloneFrame = Clone frame -contextmenu.clone = Clone - +contextmenu.addTagInside=Add tag inside +contextmenu.cloneFrame=Clone frame +contextmenu.clone=Clone #after 16.0.4 -error.action.save.valueTooLarge = Code cannot be saved. Binary representation of this script generated by the FFDecs compiler\r\nrequires more room \ +error.action.save.valueTooLarge=Code cannot be saved. Binary representation of this script generated by the FFDecs compiler\r\nrequires more room \ than the maximum limit of bytes allowed.\r\nThere is a limit of how many bytes can be stored in an action tag \ and/or ActionDefineFunction/2.\r\nYou can try to shorten the script and/or the functions it contains and try again. - -contextmenu.attachTag = Attach tag - -contextmenu.showInHexDump = Show Hex dump - -menu.file.new = New empty - -new.filename = untitled - -error.missing.characterTag.single = ERROR: The tag requires character tag %tag% but it is not defined before this tag. \ +contextmenu.attachTag=Attach tag +contextmenu.showInHexDump=Show Hex dump +menu.file.new=New empty +new.filename=untitled +error.missing.characterTag.single=ERROR: The tag requires character tag %tag% but it is not defined before this tag. \ Define this character or change tag order by moving tag into proper position. -error.missing.characterTag.multi = ERROR: The tag requires character tags %tags% but they are not defined before this tag. \ +error.missing.characterTag.multi=ERROR: The tag requires character tags %tags% but they are not defined before this tag. \ Define these characters or change tag order by moving tags into proper position. - #after 16.1.0 -contextmenu.clipboard = Tag clipboard -contextmenu.cutTag = Cut to tag clipboard -contextmenu.cutTagWithDependencies = Cut to tag clipboard with dependencies -contextmenu.paste = Paste -contextmenu.pasteBefore = Paste before -contextmenu.pasteAfter = Paste after -contextmenu.pasteInside = Paste inside - -menu.file.import.other = Import other... -menu.file.import.image = Import images - -message.info.importImages = During importing images, you need to select a FOLDER.\r\n \ +contextmenu.clipboard=Tag clipboard +contextmenu.cutTag=Cut to tag clipboard +contextmenu.cutTagWithDependencies=Cut to tag clipboard with dependencies +contextmenu.paste=Paste +contextmenu.pasteBefore=Paste before +contextmenu.pasteAfter=Paste after +contextmenu.pasteInside=Paste inside +menu.file.import.other=Import other... +menu.file.import.image=Import images +message.info.importImages=During importing images, you need to select a FOLDER.\r\n \ The folder must contain "images" subfolder and filenames inside must match existing images in current selected SWF.\r\n \ The best way to get the structure right is to export images in current SWF file first. - -work.importing = Importing -import.finishedin = Imported in %time% -error.import = Error during import - -import.image.result = %count% images imported. - -clipboard.hint = Number of items in the tag clipboard -clipboard.item = 1 item -clipboard.items = %count% items -clipboard.clear = Clear the tag clipboard - +work.importing=Importing +import.finishedin=Imported in %time% +error.import=Error during import +import.image.result=%count% images imported. +clipboard.hint=Number of items in the tag clipboard +clipboard.item=1 item +clipboard.items=%count% items +clipboard.clear=Clear the tag clipboard #after 16.2.0 -contextmenu.moveTagWithDependencies = Move tag with dependencies to -contextmenu.moveUp = Move up -contextmenu.moveDown = Move down -contextmenu.changeCharset = Change charset (Current: %charset%) -contextmenu.more = More... - -error.charset.nocharacter = Selected charset does not contain character "%char%". - +contextmenu.moveTagWithDependencies=Move tag with dependencies to +contextmenu.moveUp=Move up +contextmenu.moveDown=Move down +contextmenu.changeCharset=Change charset (Current: %charset%) +contextmenu.more=More... +error.charset.nocharacter=Selected charset does not contain character "%char%". #after 16.3.1 -button.show = Show / Hide preview -button.freeze = Freeze (Do not animate subsprites) - -library = Library: -message.airpath.lib.notset = AirGlobal (.SWC) not found. Please configure its path in Advanced Settings / Paths (6). -message.action.airglobal.title = AirGlobal library needed - -menu.file.import.shape = Import shapes -menu.file.import.shapeNoFill = Import shapes - update bounds - -message.info.importShapes = During importing shapes, you need to select a FOLDER.\r\n \ +button.show=Show / Hide preview +button.freeze=Freeze (Do not animate subsprites) +library=Library: +message.airpath.lib.notset=AirGlobal (.SWC) not found. Please configure its path in Advanced Settings / Paths (6). +message.action.airglobal.title=AirGlobal library needed +menu.file.import.shape=Import shapes +menu.file.import.shapeNoFill=Import shapes - update bounds +message.info.importShapes=During importing shapes, you need to select a FOLDER.\r\n \ The folder must contain "shapes" subfolder and filenames inside must match existing shapes in current selected SWF.\r\n \ The best way to get the structure right is to export shapes in current SWF file first. - -import.shape.result = %count% shapes imported. - -pin = Click to pin this item -unpin = Pinned - click to unpin this item. -contextmenu.unpin = Unpin -contextmenu.unpin.all = Unpin all -contextmenu.unpin.others = Unpin others - -menu.tools.otherTools.clearPinnedItems = Clear pinned items - -menu.settings.flattenASPackages = Flatten ActionScript packages - -work.reading.abc = Reading ABC - -filter.abc = ActionScript 3 bytecode files (*.abc) - -contextmenu.exportAbc = Export ABC - -contextmenu.pin = Pin - +import.shape.result=%count% shapes imported. +pin=Click to pin this item +unpin=Pinned - click to unpin this item. +contextmenu.unpin=Unpin +contextmenu.unpin.all=Unpin all +contextmenu.unpin.others=Unpin others +menu.tools.otherTools.clearPinnedItems=Clear pinned items +menu.settings.flattenASPackages=Flatten ActionScript packages +work.reading.abc=Reading ABC +filter.abc=ActionScript 3 bytecode files (*.abc) +contextmenu.exportAbc=Export ABC +contextmenu.pin=Pin #after 17.0.4 -productinfo.product = Product: -productinfo.product.unknown = Unknown -productinfo.edition = Edition: -productinfo.edition.none = None -productinfo.version = Version: -productinfo.build = Build: -productinfo.compileDate = Compilation date: - -message.video.installvlc = The file "%file%" contains video tags (DefineVideoStream).\r\n\ +productinfo.product=Product: +productinfo.product.unknown=Unknown +productinfo.edition=Edition: +productinfo.edition.none=None +productinfo.version=Version: +productinfo.build=Build: +productinfo.compileDate=Compilation date: +message.video.installvlc=The file "%file%" contains video tags (DefineVideoStream).\r\n\ To properly display them in the decompiler, VLC media player installed is required (minimum version 3.0.0).\r\n\ You can however still export the videos to FLV file format without it. - -button.mute = Mute frame sounds - -button.transform = Transform - -transform = Transform - -transform.transformPoint = Transformation point - -transform.basic = Basic -transform.basic.flip.horizontally = Flip horizontally -transform.basic.flip.vertically = Flip vertically -transform.basic.rotate90.clockwise = Rotate +90\u00b0 -transform.basic.rotate90.anticlockwise = Rotate -90\u00b0 -transform.basic.rotate180 = Rotate 180\u00b0 - -transform.move = Move -transform.move.horizontal = Horizontal: -transform.move.vertical = Vertical: -transform.move.relative = Relative move - -transform.scale = Scale -transform.scale.width = Width: -transform.scale.height = Height: -transform.scale.proportionally = Scale proportionally - -transform.rotate = Rotate -transform.rotate.angle = Angle: - -transform.skew = Skew -transform.skew.horizontal = Horizontal: -transform.skew.vertical = Vertical: - -transform.matrix = Matrix -transform.matrix.a = A -transform.matrix.b = B -transform.matrix.c = C -transform.matrix.d = D -transform.matrix.e = E -transform.matrix.f = F -transform.matrix.editCurrent = Edit current matrix - -transform.apply = Apply -transform.clear = Clear - -status.editing = You are in the EDIT mode. Make changes, then press Save button. Or discard changes with Cancel button. You cannot switch to other item during editation. - +button.mute=Mute frame sounds +button.transform=Transform +transform=Transform +transform.transformPoint=Transformation point +transform.basic=Basic +transform.basic.flip.horizontally=Flip horizontally +transform.basic.flip.vertically=Flip vertically +transform.basic.rotate90.clockwise=Rotate +90\u00b0 +transform.basic.rotate90.anticlockwise=Rotate -90\u00b0 +transform.basic.rotate180=Rotate 180\u00b0 +transform.move=Move +transform.move.horizontal=Horizontal: +transform.move.vertical=Vertical: +transform.move.relative=Relative move +transform.scale=Scale +transform.scale.width=Width: +transform.scale.height=Height: +transform.scale.proportionally=Scale proportionally +transform.rotate=Rotate +transform.rotate.angle=Angle: +transform.skew=Skew +transform.skew.horizontal=Horizontal: +transform.skew.vertical=Vertical: +transform.matrix=Matrix +transform.matrix.a=A +transform.matrix.b=B +transform.matrix.c=C +transform.matrix.d=D +transform.matrix.e=E +transform.matrix.f=F +transform.matrix.editCurrent=Edit current matrix +transform.apply=Apply +transform.clear=Clear +status.editing=You are in the EDIT mode. Make changes, then press Save button. Or discard changes with Cancel button. You cannot switch to other item during editation. #after 18.0.0 -button.deobfuscate = Deobfuscate -button.deobfuscate_options = Deobfuscation options - -deobfuscate_options.simplify_expressions = Simplify expressions -deobfuscate_options.remove_obfuscated_declarations = Remove single assigned obfuscated declarations - -message.confirm.autoRenameIdentifiers = Automatic identifiers renaming feature will walk AS code\r\nupon opening SWF file and renames all nonstandard names to valid identifiers.\r\nThis feature may damage the SWF file upon saving - USE IT AT YOUR OWN RISK. - -error.deobfuscation = Deobfuscation failed for some of the methods. - -message.info.importShapes2 = During importing shapes, you need to select a FOLDER.\r\n \ +button.deobfuscate=Deobfuscate +button.deobfuscate_options=Deobfuscation options +deobfuscate_options.simplify_expressions=Simplify expressions +deobfuscate_options.remove_obfuscated_declarations=Remove single assigned obfuscated declarations +message.confirm.autoRenameIdentifiers=Automatic identifiers renaming feature will walk AS code\r\nupon opening SWF file and renames all nonstandard names to valid identifiers.\r\nThis feature may damage the SWF file upon saving - USE IT AT YOUR OWN RISK. +error.deobfuscation=Deobfuscation failed for some of the methods. +message.info.importShapes2=During importing shapes, you need to select a FOLDER.\r\n \ Filenames inside the folder must match existing shapes in current selected SWF.\r\n \ If there exist "shapes" folder inside, it is selected instead.\r\n \ The best way to get the structure right is to export shapes in current SWF file first. - -message.info.importScripts2 = During importing scripts, you need to select a FOLDER.\r\n \ +message.info.importScripts2=During importing scripts, you need to select a FOLDER.\r\n \ Its tree must match existing script tree in current selected SWF.\r\n \ If there exist "scripts" folder inside, it is selected instead.\r\n \ The best way to get the structure right is to export scripts in current SWF file first. \r\n\r\n \ Also note that this import uses same compiler as in standard AS editation in FFDec window (Experimental for AS3). - -message.info.importTexts2 = During importing text, you need to select a FOLDER.\r\n \ +message.info.importTexts2=During importing text, you need to select a FOLDER.\r\n \ Filenames inside the folder must match existing texts in current selected SWF.\r\n \ If there exist "texts" folder inside, it is selected instead.\r\n \ The best way to get the structure right is to export texts in current SWF file first. - -message.info.importImages2 = During importing images, you need to select a FOLDER.\r\n \ +message.info.importImages2=During importing images, you need to select a FOLDER.\r\n \ Filenames inside the folder must match existing images in current selected SWF.\r\n \ If there exist "images" folder inside, it is selected instead.\r\n \ The best way to get the structure right is to export images in current SWF file first. - -transform.clipboard = Clipboard -transform.clipboard.copy = Copy matrix to clipboard -transform.clipboard.paste = Paste matrix from clipboard - -status.editing.autosave = You are in the EDIT mode. Make changes, then press Save button. Or discard changes with Cancel button. If you switch to other tag, current editation will be automatically saved. - -error.sound.rate = The input sound has unsupported sampling rate: %saplingRate%.\r\n\ +transform.clipboard=Clipboard +transform.clipboard.copy=Copy matrix to clipboard +transform.clipboard.paste=Paste matrix from clipboard +status.editing.autosave=You are in the EDIT mode. Make changes, then press Save button. Or discard changes with Cancel button. If you switch to other tag, current editation will be automatically saved. +error.sound.rate=The input sound has unsupported sampling rate: %saplingRate%.\r\n\ You should convert it to one of supported rates (%supportedRates%)\r\n\ with some sound editor before importing. - -filter.movies = Supported movie formats (%extensions%) -error.movie.invalid = Invalid movie. - -menu.file.import.movie = Import movies - -message.info.importMovies2 = During importing movies, you need to select a FOLDER.\r\n \ +filter.movies=Supported movie formats (%extensions%) +error.movie.invalid=Invalid movie. +menu.file.import.movie=Import movies +message.info.importMovies2=During importing movies, you need to select a FOLDER.\r\n \ Filenames inside the folder must match existing movies in current selected SWF.\r\n \ If there exist "movies" folder inside, it is selected instead.\r\n \ The best way to get the structure right is to export movies in current SWF file first. - -import.movie.result = %count% movies imported. - -menu.file.import.sound = Import sounds - -message.info.importSounds2 = During importing sounds, you need to select a FOLDER.\r\n \ +import.movie.result=%count% movies imported. +menu.file.import.sound=Import sounds +message.info.importSounds2=During importing sounds, you need to select a FOLDER.\r\n \ Filenames inside the folder must match existing sounds in current selected SWF.\r\n \ If there exist "sounds" folder inside, it is selected instead.\r\n \ The best way to get the structure right is to export sounds in current SWF file first. - -import.sound.result = %count% sounds imported. - +import.sound.result=%count% sounds imported. #after 18.2.1 -button.edit.points = Edit points - -edit.points.x = X: -edit.points.y = Y: - -button.morph.show = Show: -button.morph.animation = Animation -button.morph.start = Start -button.morph.end = End - -header.displayrect.unit.pixels = pixels -header.displayrect.unit.twips = twips - +button.edit.points=Edit points +edit.points.x=X: +edit.points.y=Y: +button.morph.show=Show: +button.morph.animation=Animation +button.morph.start=Start +button.morph.end=End +header.displayrect.unit.pixels=pixels +header.displayrect.unit.twips=twips #after 18.3.6 -button.abc.linkedSwfs.hint = Other SWF dependencies -abc.linkedSwfs.one = +1 swf -abc.linkedSwfs.more = +%num% swfs - +button.abc.linkedSwfs.hint=Other SWF dependencies +abc.linkedSwfs.one=+1 swf +abc.linkedSwfs.more=+%num% swfs #class trait P-code editor -error.class = Class error -warning.initializers.class = The "extends" object is also used in script initializer for scope stack.\nEditing the value here in class trait is not enough. - -contextmenu.addScript.doaction = Add frame script - DoAction -contextmenu.addScript.buttoncondaction = Add button event script - BUTTONCONDACTION -contextmenu.addScript.clipactionrecord = Add instance event script - CLIPACTIONRECORD -contextmenu.addScript.doinitaction = Add sprite init script - DoInitAction - +error.class=Class error +warning.initializers.class=The "extends" object is also used in script initializer for scope stack.\nEditing the value here in class trait is not enough. +contextmenu.addScript.doaction=Add frame script - DoAction +contextmenu.addScript.buttoncondaction=Add button event script - BUTTONCONDACTION +contextmenu.addScript.clipactionrecord=Add instance event script - CLIPACTIONRECORD +contextmenu.addScript.doinitaction=Add sprite init script - DoInitAction #after 18.4.1 -warning.cannotencrypt = WARNING: The file %file% was encrypted using HARMAN Air encryption.\r\nIt was successfully decrypted to be loaded, but if you want to save modified file later,\r\nthe encryption will be stripped ( = not encrypted). - +warning.cannotencrypt=WARNING: The file %file% was encrypted using HARMAN Air encryption.\r\nIt was successfully decrypted to be loaded, but if you want to save modified file later,\r\nthe encryption will be stripped ( = not encrypted). #after 18.5.0 -warning.edit.headerframecount = WARNING: Editing frame count in the header does not update \ +warning.edit.headerframecount=WARNING: Editing frame count in the header does not update \ neccessary number of ShowFrame tags on SWF timeline.\r\nTo add new frames, you should better use right click context menu on SWF -> Add frames,\r\n\ which will update the frame count in the header accordingly. - -warning.icon = Click to show related warning - -button.export = Export - -error.font.cannotaddcharacter = ERROR: Cannot add more characters to the font.\r\nSuccessfully added characters: %numchars%. - -info.noteditable.compound = The script is compound - has multiple externally visible definitions. The direct editing is not available. - -menu.tools.abcexplorer = ABC Explorer - -contextmenu.abcexplorer = Explore ABC - -button.abcexploretrait = Show trait in ABC Explorer - +warning.icon=Click to show related warning +button.export=Export +error.font.cannotaddcharacter=ERROR: Cannot add more characters to the font.\r\nSuccessfully added characters: %numchars%. +info.noteditable.compound=The script is compound - has multiple externally visible definitions. The direct editing is not available. +menu.tools.abcexplorer=ABC Explorer +contextmenu.abcexplorer=Explore ABC +button.abcexploretrait=Show trait in ABC Explorer #after 19.0.0 -binarydata.swfInside.packer = It looks like there is SWF inside this binary data tag packed with %packer%. Click here to unpack the SWF and load it as subtree. - -button.replaceWithGif = Replace with GIF... - -message.info.importSprites = During importing sprites, you need to select a FOLDER.\r\n \ +binarydata.swfInside.packer=It looks like there is SWF inside this binary data tag packed with %packer%. Click here to unpack the SWF and load it as subtree. +button.replaceWithGif=Replace with GIF... +message.info.importSprites=During importing sprites, you need to select a FOLDER.\r\n \ The folder must contain "sprites" subfolder and filenames inside must match existing sprites in current selected SWF.\r\n \ Each file must have ".gif" extension. - -import.sprite.result = %count% sprites imported. - -menu.file.import.sprite = Import sprites from GIF - -error.shapeTooLarge = Some lengths in the shape are too large to save.\r\nPlease move points closer, resize shape and/or insert a point in the middle of long edges before proceeding. - +import.sprite.result=%count% sprites imported. +menu.file.import.sprite=Import sprites from GIF +error.shapeTooLarge=Some lengths in the shape are too large to save.\r\nPlease move points closer, resize shape and/or insert a point in the middle of long edges before proceeding. #after 19.1.2 -tagInfo.fileName = File name -tagInfo.exportName = Export name -tagInfo.bitmapFormat = Bitmap format -tagInfo.imageId = Image Id -tagInfo.x1 = x1 -tagInfo.y1 = y1 -tagInfo.x2 = x2 -tagInfo.y2 = y2 -tagInfo.bitmapsFormat = Bitmaps format -tagInfo.version = Version -tagInfo.flags = Flags -tagInfo.prefix = Prefix -tagInfo.swfName = SWF name -tagInfo.codeOffsets = Code offsets -tagInfo.gradientSize = Gradient size -tagInfo.textureId = Texture Id -tagInfo.textureFormat = Texture format -tagInfo.padPixels = Pad pixels -tagInfo.nominalGlyphSz = Nominal glyph size -tagInfo.glyphCount = Glyph count -tagInfo.fontCount = Font count - -tag.shape.create = Create shape from file... -tag.image.create = Create image from file... -tag.sprite.create = Create sprite from GIF file... -tag.movie.create = Create movie from file... -tag.sound.create = Create sound from file... -tag.font.create = Create font using dialog... -tag.binaryData.create = Create binary data from file... -tag.morphshape.create = Create morphshape from shape files... - -dialog.morphshape.startShape = Select start shape. -dialog.morphshape.endShape = Select end shape. Click cancel to make end shape same as the start shape. - -error.morphshape.incompatible = Cannot create morphshape: Start and end shape have incompatible fill/line styles. - -shaperecords.status = FillStyle0: %fillstyle0%, FillStyle1: %fillstyle1%, LineStyle: %linestyle%, StylesIndex %stylesindex%, %edge% -shaperecords.edge.straight = Straight edge from %x1%, %y1% to %x2%, %y2% -shaperecords.edge.curved = Curved edge from %x1%, %y1% control %x2%, %y2% anchor %x3%, %y3% -shaperecords.edge.style = Style change (%details%) -shaperecords.edge.style.move = Move to %x%, %y% -shaperecords.edge.style.newstyles = New styles - %numfillstyles%x fillstyle + %numlinestyles%x linestyle -shaperecords.edge.style.fillstyle0 = FillStyle0 = %value% -shaperecords.edge.style.fillstyle1 = FillStyle1 = %value% -shaperecords.edge.end = Shape end - +tagInfo.fileName=File name +tagInfo.exportName=Export name +tagInfo.bitmapFormat=Bitmap format +tagInfo.imageId=Image Id +tagInfo.x1=x1 +tagInfo.y1=y1 +tagInfo.x2=x2 +tagInfo.y2=y2 +tagInfo.bitmapsFormat=Bitmaps format +tagInfo.version=Version +tagInfo.flags=Flags +tagInfo.prefix=Prefix +tagInfo.swfName=SWF name +tagInfo.codeOffsets=Code offsets +tagInfo.gradientSize=Gradient size +tagInfo.textureId=Texture Id +tagInfo.textureFormat=Texture format +tagInfo.padPixels=Pad pixels +tagInfo.nominalGlyphSz=Nominal glyph size +tagInfo.glyphCount=Glyph count +tagInfo.fontCount=Font count +tag.shape.create=Create shape from file... +tag.image.create=Create image from file... +tag.sprite.create=Create sprite from GIF file... +tag.movie.create=Create movie from file... +tag.sound.create=Create sound from file... +tag.font.create=Create font using dialog... +tag.binaryData.create=Create binary data from file... +tag.morphshape.create=Create morphshape from shape files... +dialog.morphshape.startShape=Select start shape. +dialog.morphshape.endShape=Select end shape. Click cancel to make end shape same as the start shape. +error.morphshape.incompatible=Cannot create morphshape: Start and end shape have incompatible fill/line styles. +shaperecords.status=FillStyle0: %fillstyle0%, FillStyle1: %fillstyle1%, LineStyle: %linestyle%, StylesIndex %stylesindex%, %edge% +shaperecords.edge.straight=Straight edge from %x1%, %y1% to %x2%, %y2% +shaperecords.edge.curved=Curved edge from %x1%, %y1% control %x2%, %y2% anchor %x3%, %y3% +shaperecords.edge.style=Style change (%details%) +shaperecords.edge.style.move=Move to %x%, %y% +shaperecords.edge.style.newstyles=New styles - %numfillstyles%x fillstyle + %numlinestyles%x linestyle +shaperecords.edge.style.fillstyle0=FillStyle0 = %value% +shaperecords.edge.style.fillstyle1=FillStyle1 = %value% +shaperecords.edge.end=Shape end #after 20.0.0 -contextmenu.copyFrame = Copy frame to -contextmenu.copyFrame.clipboard = Copy to frame clipboard -contextmenu.cutFrame = Cut to frame clipboard -contextmenu.moveFrame = Move frame to -contextmenu.clipboard.frame = Frame clipboard - -clipboard.hint.frame = Number of items in the frame clipboard -clipboard.clear.frame = Clear the frame clipboard - -debug.export = Export %name% -debug.export.bytearray = Export byte array data... -debug.import = Import to %name% -debug.import.bytearray = Import byte array data... - -action.edit.flex = (Flex compiler) - -header.encrypted = Harman encrypted: -header.warning.unsupportedGfxEncryption = GFX does not support Harman encryption. - -contextmenu.applyUnpacker = Apply unpacker - -binarydata.dataInside.packer = It looks like this binary data is packed with %packer%. Click here to unpack the binary data. - -error.wrong.packer = %item%\r\nCannot unpack binary data with %packer%.\r\nThe data is probably not packed with this packer. - -contextmenu.copyTagToReplaceByClass = Copy tag to (replace by class name) -contextmenu.copyTagToReplaceByExportName = Copy tag to (replace by export name) - -button.breakpointList = Show breakpoint list - -node.scenes = scenes -contextmenu.showInFramesFolder = Show in frames folder - +contextmenu.copyFrame=Copy frame to +contextmenu.copyFrame.clipboard=Copy to frame clipboard +contextmenu.cutFrame=Cut to frame clipboard +contextmenu.moveFrame=Move frame to +contextmenu.clipboard.frame=Frame clipboard +clipboard.hint.frame=Number of items in the frame clipboard +clipboard.clear.frame=Clear the frame clipboard +debug.export=Export %name% +debug.export.bytearray=Export byte array data... +debug.import=Import to %name% +debug.import.bytearray=Import byte array data... +action.edit.flex=(Flex compiler) +header.encrypted=Harman encrypted: +header.warning.unsupportedGfxEncryption=GFX does not support Harman encryption. +contextmenu.applyUnpacker=Apply unpacker +binarydata.dataInside.packer=It looks like this binary data is packed with %packer%. Click here to unpack the binary data. +error.wrong.packer=%item%\r\nCannot unpack binary data with %packer%.\r\nThe data is probably not packed with this packer. +contextmenu.copyTagToReplaceByClass=Copy tag to (replace by class name) +contextmenu.copyTagToReplaceByExportName=Copy tag to (replace by export name) +button.breakpointList=Show breakpoint list +node.scenes=scenes +contextmenu.showInFramesFolder=Show in frames folder #after 20.1.0 -contextmenu.collapseAll = Collapse all -contextmenu.collectDepthAsSprites = Collect tags at same depth as sprites - -preview.resample = Resample sound to 44kHz - -contextmenu.setAs3ClassLinkage = Set AS3 class linkage - -contextmenu.cleanAbc = Clean ABC - remove unused items - -warning.cleanAbc = This action will remove items from ABC which have zero usages - they are not referenced form any script.\r\n\ +contextmenu.collapseAll=Collapse all +contextmenu.collectDepthAsSprites=Collect tags at same depth as sprites +preview.resample=Resample sound to 44kHz +contextmenu.setAs3ClassLinkage=Set AS3 class linkage +contextmenu.cleanAbc=Clean ABC - remove unused items +warning.cleanAbc=This action will remove items from ABC which have zero usages - they are not referenced form any script.\r\n\ Some kinds of obfuscated SWFs could be damaged this way.\r\n\ Use it at your own risk. Do you want to continue? - -tagInfo.idType = Type of the id - -contextmenu.configurePathResolving = Configure path resolving... - -contextmenu.setAsLinkage = Set AS linkage - -contextmenu.exportFlashDevelop = Export FlashDevelop project - -filter.as3proj = FlashDevelop AS3 projects (*.as3proj) - -work.exporting.flashDevelop = Exporting FlashDevelop project - -menu.file.export.flashDevelop = Export FD project - -contextmenu.exportIdea = Export IDEA project - -filter.iml = IntelliJ IDEA projects (*.iml) - -work.exporting.idea = Exporting IntelliJ IDEA project - -menu.file.export.idea = Export IDEA project - -contextmenu.exportFla = Export to FLA - -export.project.select.directory = Select location of the new project directory - -menu.file.saveAll = Save all - -filter.exe.wrapper = Wrapper executable file (*.exe) -filter.exe.projectorWin = Windows projector file (*.exe) -filter.exe.projectorMac = Mac Os projector file (*.dmg) -filter.exe.projectorLinux = Linux projector file - -callStack.header.swf = SWF - +tagInfo.idType=Type of the id +contextmenu.configurePathResolving=Configure path resolving... +contextmenu.setAsLinkage=Set AS linkage +contextmenu.exportFlashDevelop=Export FlashDevelop project +filter.as3proj=FlashDevelop AS3 projects (*.as3proj) +work.exporting.flashDevelop=Exporting FlashDevelop project +menu.file.export.flashDevelop=Export FD project +contextmenu.exportIdea=Export IDEA project +filter.iml=IntelliJ IDEA projects (*.iml) +work.exporting.idea=Exporting IntelliJ IDEA project +menu.file.export.idea=Export IDEA project +contextmenu.exportFla=Export to FLA +export.project.select.directory=Select location of the new project directory +menu.file.saveAll=Save all +filter.exe.wrapper=Wrapper executable file (*.exe) +filter.exe.projectorWin=Windows projector file (*.exe) +filter.exe.projectorMac=Mac Os projector file (*.dmg) +filter.exe.projectorLinux=Linux projector file +callStack.header.swf=SWF #after 21.0.0 -button.addfunction = Add new function - -message.confirm.addfunction = This action creates a new MethodInfo object with \ +button.addfunction=Add new function +message.confirm.addfunction=This action creates a new MethodInfo object with \ assigned MethodBody and returns method info index\r\n\ which you can use as operand for newfunction instruction.\r\n\ For editation of body and parameters of such function, you must locate it then in ActionScript view. - -addfunction.result = New method info id generated: %method_info_index%. Press OK to copy it to clipboard. -addfunction.result.title = New method info \ No newline at end of file +addfunction.result=New method info id generated: %method_info_index%. Press OK to copy it to clipboard. +addfunction.result.title=New method info \ No newline at end of file diff --git a/src/com/jpexs/decompiler/flash/gui/locales/MainFrame_ca.properties b/src/com/jpexs/decompiler/flash/gui/locales/MainFrame_ca.properties index a01b7025a..360977c46 100644 --- a/src/com/jpexs/decompiler/flash/gui/locales/MainFrame_ca.properties +++ b/src/com/jpexs/decompiler/flash/gui/locales/MainFrame_ca.properties @@ -12,715 +12,560 @@ # # You should have received a copy of the GNU General Public License # along with this program. If not, see . - -menu.file = Fitxer -menu.file.open = Obre... -menu.file.save = Desa -menu.file.saveas = Anomena i desa... -menu.file.export.fla = Exporta a FLA -menu.file.export.all = Exporta totes les parts -menu.file.export.selection = Exporta la selecci\u00f3 -menu.file.exit = Surt - -menu.tools = Eines -menu.tools.searchas = Busca Tots els ActionScript... -menu.tools.proxy = Proxy -menu.tools.deobfuscation = Desofuscaci\u00f3 -menu.tools.deobfuscation.pcode = Desofuscaci\u00f3 de codi P... -menu.tools.deobfuscation.globalrename = Renomena globalment l'identificador -menu.tools.deobfuscation.renameinvalid = Renomena els identificadors inv\u00e0lids -menu.tools.gotoDocumentClass = Ves a la classe de document - -menu.settings = Par\u00e0metres -menu.settings.autodeobfuscation = Desofuscaci\u00f3 autom\u00e0tica -menu.settings.internalflashviewer = Utilitza el visualitzadorr Flash propi -menu.settings.parallelspeedup = Acceleraci\u00f3 Paral\u00b7lela -menu.settings.disabledecompilation = Desactiva la descompilaci\u00f3 (nom\u00e9s desassembla) -menu.settings.addtocontextmenu = Afegeix FFDec al men\u00fa de context dels fitxers SWF -menu.settings.language = Canvia l'idioma -menu.settings.cacheOnDisk = Utilitza cau en el disc -menu.settings.gotoMainClassOnStartup = Ressalta la classe del document en iniciar - -menu.help = Ajuda -menu.help.checkupdates = Comprova actualitzacions... -menu.help.helpus = Ajuda'ns! -menu.help.homepage = Visita la p\u00e0gina arrel -menu.help.about = Quant a... - -contextmenu.remove = Elimina - -button.save = Desa -button.edit = Edita -button.cancel = Cancel\u00b7la -button.replace = Substitueix... - -notavailonthisplatform = La previsualitzaci\u00f3 d'aquest objecte no est\u00e0 disponible en aquesta plataforma (nom\u00e9s Windows). - -swfpreview = Previsualitzaci\u00f3 SWF -swfpreview.internal = Previsualitzaci\u00f3 SWF (visualitzador intern) - -parameters = Par\u00e0metres - -rename.enternew = Introdueix el nou nom: - -rename.finished.identifier = S'ha renomenat l'identificador. -rename.finished.multiname = S'han renomenat %count% multinom(s). - -node.texts = texts -node.images = imatges -node.movies = pel\u00b7l\u00edcules -node.sounds = sons -node.binaryData = binaryData -node.fonts = tipografies -node.sprites = sprites -node.shapes = formes -node.morphshapes = morphshapes -node.buttons = botons -node.frames = marcs -node.scripts = scripts - -message.warning = Atenci\u00f3 -message.confirm.experimental = El seg\u00fcent procediment pot deteriorar el fitxer SWF, que pot esdevenir irreprodu\u00efble.\r\nFES-HO SERVIR PEL TEU PROPI COMPTE I RISC. Vols continuar? -message.confirm.parallel = El paral\u00b7lelisme pot accelerar la descompilaci\u00f3 per\u00f2 utilitza m\u00e9s mem\u00f2ria. -message.confirm.on = Vols ACTIVAR-HO? -message.confirm.off = Vols DESACTIVAR-HO? -message.confirm = Confirma - -message.confirm.autodeobfuscate = La desofuscaci\u00f3 autom\u00e0tica \u00e9s una forma de descompilar codi ofuscat.\r\nLa desofuscaci\u00f3 port a una descompilaci\u00f3 m\u00e9s lenta u pot eliminar algun codi mort.\r\nSi el codi no est\u00e0 ofuscat, \u00e9s millor desactivar la desofuscaci\u00f3 autom\u00e0tica. - -message.parallel = Paral\u00b7lelisme -message.trait.saved = Tret desat correctament - -message.constant.new.string = La cadena "%value%" no est\u00e0 present a la taula de constants. Vols afegir-l'hi? -message.constant.new.string.title = Afegeix Cadena -message.constant.new.integer = El valor enter "%value%" no est\u00e0 present a la taula de constants. Vols afegir-l'hi? -message.constant.new.integer.title = Afegeix Enter -message.constant.new.unsignedinteger = El valor enter sense signe "%value%" no est\u00e0 present a la taula de constants. Vols afegir-l'hi? -message.constant.new.unsignedinteger.title = Afegeix Enter sense signe -message.constant.new.double = El valor doble "%value%" no est\u00e0 present a la taula de constants. Vols afegir-l'hi? -message.constant.new.double.title = Afegeix Doble - -work.buffering = Buffer -work.waitingfordissasembly = S'est\u00e0 esperant el dessassemblatge -work.gettinghilights = S'estan obtenint els ressaltats -work.disassembling = S'est\u00e0 desassemblant -work.exporting = S'est\u00e0 exportant -work.searching = S'est\u00e0 buscant -work.renaming = S'est\u00e0 renomenant -work.exporting.fla = S'est\u00e0 exportant el FLA -work.renaming.identifiers = S'estan renomenant els identificadors -work.deobfuscating = S'est\u00e0 desofuscant -work.decompiling = Decompiling -work.gettingvariables = S'estan obtenint les variables -work.reading.swf = S'est\u00e0 llegint el SWF -work.creatingwindow = S'est\u00e0 creant la finestra -work.buildingscripttree = S'est\u00e0 construint l'arbre de scripts - -work.deobfuscating.complete = S'ha completat la desofuscaci\u00f3 - -message.search.notfound = No s'ha trobat la cadena "%searchtext%". -message.search.notfound.title = No s'ha trobat - -message.rename.notfound.multiname = No s'ha trobat cap multinom sota el cursor -message.rename.notfound.identifier = No s'ha trobat cap identificador sota el cursor -message.rename.notfound.title = No s'ha trobat -message.rename.renamed = Identificadors renomenats: %count% - -filter.images = Imatges (%extensions%) -filter.fla = Document %version% (*.fla) -filter.xfl = Document Descomprimit %version% (*.xfl) -filter.swf = Fitxers SWF (*.swf) - -error = Error -error.image.invalid = Imatge inv\u00e0lida. - -error.text.invalid = Text inv\u00e0lid: %text% a la l\u00ednia %line% -error.file.save = No es pot desar el fitxer -error.file.write = No es pot escriure al fitxer -error.export = Error durant l'exportaci\u00f3 - -export.select.directory = Selecciona un directori per a exportar -export.finishedin = S'ha exportat en %time% - -update.check.title = Comprovaci\u00f3 d'actualitzacions -update.check.nonewversion = No hi ha cap nova versi\u00f3 disponible. - -message.helpus = Visita\r\n%url%\r\nper a m\u00e9s detalls, si et plau. -message.homepage = Visita la p\u00e0gina arrel a: \r\n%url% - -proxy = Proxy -proxy.start = Inicia la proxy -proxy.stop = Atura la proxy -proxy.show = Mostra la proxy -exit = Surt - -panel.disassembled = Codi Font P -panel.decompiled = Codi Font ActionScript - -search.info = Cerca "%text%": -search.script = Script - -constants = Constants -traits = Trets - -pleasewait = Espera, si et plau - +menu.file=Fitxer +menu.file.open=Obre... +menu.file.save=Desa +menu.file.saveas=Anomena i desa... +menu.file.export.fla=Exporta a FLA +menu.file.export.all=Exporta totes les parts +menu.file.export.selection=Exporta la selecci\u00f3 +menu.file.exit=Surt +menu.tools=Eines +menu.tools.searchas=Busca Tots els ActionScript... +menu.tools.proxy=Proxy +menu.tools.deobfuscation=Desofuscaci\u00f3 +menu.tools.deobfuscation.pcode=Desofuscaci\u00f3 de codi P... +menu.tools.deobfuscation.globalrename=Renomena globalment l'identificador +menu.tools.deobfuscation.renameinvalid=Renomena els identificadors inv\u00e0lids +menu.tools.gotoDocumentClass=Ves a la classe de document +menu.settings=Par\u00e0metres +menu.settings.autodeobfuscation=Desofuscaci\u00f3 autom\u00e0tica +menu.settings.internalflashviewer=Utilitza el visualitzadorr Flash propi +menu.settings.parallelspeedup=Acceleraci\u00f3 Paral\u00b7lela +menu.settings.disabledecompilation=Desactiva la descompilaci\u00f3 (nom\u00e9s desassembla) +menu.settings.addtocontextmenu=Afegeix FFDec al men\u00fa de context dels fitxers SWF +menu.settings.language=Canvia l'idioma +menu.settings.cacheOnDisk=Utilitza cau en el disc +menu.settings.gotoMainClassOnStartup=Ressalta la classe del document en iniciar +menu.help=Ajuda +menu.help.checkupdates=Comprova actualitzacions... +menu.help.helpus=Ajuda'ns! +menu.help.homepage=Visita la p\u00e0gina arrel +menu.help.about=Quant a... +contextmenu.remove=Elimina +button.save=Desa +button.edit=Edita +button.cancel=Cancel\u00b7la +button.replace=Substitueix... +notavailonthisplatform=La previsualitzaci\u00f3 d'aquest objecte no est\u00e0 disponible en aquesta plataforma (nom\u00e9s Windows). +swfpreview=Previsualitzaci\u00f3 SWF +swfpreview.internal=Previsualitzaci\u00f3 SWF (visualitzador intern) +parameters=Par\u00e0metres +rename.enternew=Introdueix el nou nom: +rename.finished.identifier=S'ha renomenat l'identificador. +rename.finished.multiname=S'han renomenat %count% multinom(s). +node.texts=texts +node.images=imatges +node.movies=pel\u00b7l\u00edcules +node.sounds=sons +node.binaryData=binaryData +node.fonts=tipografies +node.sprites=sprites +node.shapes=formes +node.morphshapes=morphshapes +node.buttons=botons +node.frames=marcs +node.scripts=scripts +message.warning=Atenci\u00f3 +message.confirm.experimental=El seg\u00fcent procediment pot deteriorar el fitxer SWF, que pot esdevenir irreprodu\u00efble.\r\nFES-HO SERVIR PEL TEU PROPI COMPTE I RISC. Vols continuar? +message.confirm.parallel=El paral\u00b7lelisme pot accelerar la descompilaci\u00f3 per\u00f2 utilitza m\u00e9s mem\u00f2ria. +message.confirm.on=Vols ACTIVAR-HO? +message.confirm.off=Vols DESACTIVAR-HO? +message.confirm=Confirma +message.confirm.autodeobfuscate=La desofuscaci\u00f3 autom\u00e0tica \u00e9s una forma de descompilar codi ofuscat.\r\nLa desofuscaci\u00f3 port a una descompilaci\u00f3 m\u00e9s lenta u pot eliminar algun codi mort.\r\nSi el codi no est\u00e0 ofuscat, \u00e9s millor desactivar la desofuscaci\u00f3 autom\u00e0tica. +message.parallel=Paral\u00b7lelisme +message.trait.saved=Tret desat correctament +message.constant.new.string=La cadena "%value%" no est\u00e0 present a la taula de constants. Vols afegir-l'hi? +message.constant.new.string.title=Afegeix Cadena +message.constant.new.integer=El valor enter "%value%" no est\u00e0 present a la taula de constants. Vols afegir-l'hi? +message.constant.new.integer.title=Afegeix Enter +message.constant.new.unsignedinteger=El valor enter sense signe "%value%" no est\u00e0 present a la taula de constants. Vols afegir-l'hi? +message.constant.new.unsignedinteger.title=Afegeix Enter sense signe +message.constant.new.double=El valor doble "%value%" no est\u00e0 present a la taula de constants. Vols afegir-l'hi? +message.constant.new.double.title=Afegeix Doble +work.buffering=Buffer +work.waitingfordissasembly=S'est\u00e0 esperant el dessassemblatge +work.gettinghilights=S'estan obtenint els ressaltats +work.disassembling=S'est\u00e0 desassemblant +work.exporting=S'est\u00e0 exportant +work.searching=S'est\u00e0 buscant +work.renaming=S'est\u00e0 renomenant +work.exporting.fla=S'est\u00e0 exportant el FLA +work.renaming.identifiers=S'estan renomenant els identificadors +work.deobfuscating=S'est\u00e0 desofuscant +work.decompiling=Decompiling +work.gettingvariables=S'estan obtenint les variables +work.reading.swf=S'est\u00e0 llegint el SWF +work.creatingwindow=S'est\u00e0 creant la finestra +work.buildingscripttree=S'est\u00e0 construint l'arbre de scripts +work.deobfuscating.complete=S'ha completat la desofuscaci\u00f3 +message.search.notfound=No s'ha trobat la cadena "%searchtext%". +message.search.notfound.title=No s'ha trobat +message.rename.notfound.multiname=No s'ha trobat cap multinom sota el cursor +message.rename.notfound.identifier=No s'ha trobat cap identificador sota el cursor +message.rename.notfound.title=No s'ha trobat +message.rename.renamed=Identificadors renomenats: %count% +filter.images=Imatges (%extensions%) +filter.fla=Document %version% (*.fla) +filter.xfl=Document Descomprimit %version% (*.xfl) +filter.swf=Fitxers SWF (*.swf) +error=Error +error.image.invalid=Imatge inv\u00e0lida. +error.text.invalid=Text inv\u00e0lid: %text% a la l\u00ednia %line% +error.file.save=No es pot desar el fitxer +error.file.write=No es pot escriure al fitxer +error.export=Error durant l'exportaci\u00f3 +export.select.directory=Selecciona un directori per a exportar +export.finishedin=S'ha exportat en %time% +update.check.title=Comprovaci\u00f3 d'actualitzacions +update.check.nonewversion=No hi ha cap nova versi\u00f3 disponible. +message.helpus=Visita\r\n%url%\r\nper a m\u00e9s detalls, si et plau. +message.homepage=Visita la p\u00e0gina arrel a: \r\n%url% +proxy=Proxy +proxy.start=Inicia la proxy +proxy.stop=Atura la proxy +proxy.show=Mostra la proxy +exit=Surt +panel.disassembled=Codi Font P +panel.decompiled=Codi Font ActionScript +search.info=Cerca "%text%": +search.script=Script +constants=Constants +traits=Trets +pleasewait=Espera, si et plau #DEPRECATED - see abc.detail.trait.* -abc.detail.methodtrait = M\u00e8tode/Getter/Setter Tret -abc.detail.unsupported = - +abc.detail.methodtrait=M\u00e8tode/Getter/Setter Tret +abc.detail.unsupported=- #DEPRECATED - see abc.detail.trait.* -abc.detail.slotconsttrait = S\u00f2col/Constant Tret -abc.detail.traitname = Nom: - -abc.detail.body.params.maxstack = Pila m\u00e0x: -abc.detail.body.params.localregcount = Recompte de registres locals: -abc.detail.body.params.minscope = Profunditat m\u00ednima d'abast: -abc.detail.body.params.maxscope = Profunditat m\u00e0xima d'abast: -abc.detail.body.params.autofill = Omplir autom\u00e0ticament en desar el codi (PAR\u00c0METRE GLOBAL) -abc.detail.body.params.autofill.experimental = ...EXPERIMENTAL - -abc.detail.methodinfo.methodindex = \u00cdndex del M\u00e8tode: -abc.detail.methodinfo.parameters = Par\u00e0metres: -abc.detail.methodinfo.returnvalue = Tipus del valor de retorn: - -error.methodinfo.params = Error en els par\u00e0metres de MethodInfo -error.methodinfo.returnvalue = Error en el tipus de valor de retorn de MethodInfo - -abc.detail.methodinfo = MethodInfo -abc.detail.body.code = Codi MethodBody -abc.detail.body.params = Par\u00e0metres MethodBody - -abc.detail.slotconst.typevalue = Tipus i Valor: - -error.slotconst.typevalue = Error de valor del tipus SlotConst - -message.autofill.failed = No es poden obtenir les estad\u00edstiques del codi per als par\u00e0metres autom\u00e0tics del cos.\r\nDesmarca omplir autom\u00e0ticament per evitar aquest missatge. -info.selecttrait = Selecciona una classe i fes clic sobre un tret al codi font d'Actionscript per editar-lo. - -button.viewgraph = Visualitza Gr\u00e0fica -button.viewhex = Visualitza Hex - -action.edit.experimental = (Experimental) - -message.action.saved = El codi s'ha desat correctament - -error.action.save = %error% a la l\u00ednia %line% - -message.confirm.remove = Segur que vols eliminar %item%\n i tots els objectes que en depenen? - +abc.detail.slotconsttrait=S\u00f2col/Constant Tret +abc.detail.traitname=Nom: +abc.detail.body.params.maxstack=Pila m\u00e0x: +abc.detail.body.params.localregcount=Recompte de registres locals: +abc.detail.body.params.minscope=Profunditat m\u00ednima d'abast: +abc.detail.body.params.maxscope=Profunditat m\u00e0xima d'abast: +abc.detail.body.params.autofill=Omplir autom\u00e0ticament en desar el codi (PAR\u00c0METRE GLOBAL) +abc.detail.body.params.autofill.experimental=...EXPERIMENTAL +abc.detail.methodinfo.methodindex=\u00cdndex del M\u00e8tode: +abc.detail.methodinfo.parameters=Par\u00e0metres: +abc.detail.methodinfo.returnvalue=Tipus del valor de retorn: +error.methodinfo.params=Error en els par\u00e0metres de MethodInfo +error.methodinfo.returnvalue=Error en el tipus de valor de retorn de MethodInfo +abc.detail.methodinfo=MethodInfo +abc.detail.body.code=Codi MethodBody +abc.detail.body.params=Par\u00e0metres MethodBody +abc.detail.slotconst.typevalue=Tipus i Valor: +error.slotconst.typevalue=Error de valor del tipus SlotConst +message.autofill.failed=No es poden obtenir les estad\u00edstiques del codi per als par\u00e0metres autom\u00e0tics del cos.\r\nDesmarca omplir autom\u00e0ticament per evitar aquest missatge. +info.selecttrait=Selecciona una classe i fes clic sobre un tret al codi font d'Actionscript per editar-lo. +button.viewgraph=Visualitza Gr\u00e0fica +button.viewhex=Visualitza Hex +action.edit.experimental=(Experimental) +message.action.saved=El codi s'ha desat correctament +error.action.save=%error% a la l\u00ednia %line% +message.confirm.remove=Segur que vols eliminar %item%\n i tots els objectes que en depenen? #after version 1.6.5u1: - -button.ok = B\u00e9 - -font.name = Nom de la tipografia: -font.isbold = \u00c9s negreta: -font.isitalic = \u00c9s cursiva: -font.ascent = Asta ascendent: -font.descent = Asta descendent: -font.leading = L\u00ednia descendent: -font.characters = Car\u00e0cters: -font.characters.add = Afegeix car\u00e0cters: -value.unknown = ? - -yes = s\u00ed -no = no - -errors.present = Hi ha ERRORS al registre. Fes clic per veure'ls. -errors.none = No hi ha errors al registre. - +button.ok=B\u00e9 +font.name=Nom de la tipografia: +font.isbold=\u00c9s negreta: +font.isitalic=\u00c9s cursiva: +font.ascent=Asta ascendent: +font.descent=Asta descendent: +font.leading=L\u00ednia descendent: +font.characters=Car\u00e0cters: +font.characters.add=Afegeix car\u00e0cters: +value.unknown=? +yes=s\u00ed +no=no +errors.present=Hi ha ERRORS al registre. Fes clic per veure'ls. +errors.none=No hi ha errors al registre. #after version 1.6.6: - -dialog.message.title = Missatge -dialog.select.title = Selecciona una Opci\u00f3 - -button.yes = S\u00ed -button.no = No - -FileChooser.openButtonText = Obre -FileChooser.openButtonToolTipText = Obre -FileChooser.lookInLabelText = Mira a: -FileChooser.acceptAllFileFilterText = Tots els Fitxers -FileChooser.filesOfTypeLabelText = Fitxers del tipus: -FileChooser.fileNameLabelText = Nom de fitxer: -FileChooser.listViewButtonToolTipText = Llista -FileChooser.listViewButtonAccessibleName = Llista -FileChooser.detailsViewButtonToolTipText = Detalls -FileChooser.detailsViewButtonAccessibleName = Detalls -FileChooser.upFolderToolTipText = Un nivell Amunt -FileChooser.upFolderAccessibleName = Un nivell Amunt -FileChooser.homeFolderToolTipText = Arrel -FileChooser.homeFolderAccessibleName = Arrel -FileChooser.fileNameHeaderText = Nom -FileChooser.fileSizeHeaderText = Mida -FileChooser.fileTypeHeaderText = Tipus -FileChooser.fileDateHeaderText = Data -FileChooser.fileAttrHeaderText = Atributs -FileChooser.openDialogTitleText = Obre -FileChooser.directoryDescriptionText = Directori -FileChooser.directoryOpenButtonText = Obre -FileChooser.directoryOpenButtonToolTipText = Obre el directori seleccionat -FileChooser.fileDescriptionText = Fitxer Gen\u00e8ric -FileChooser.helpButtonText = Ajuda -FileChooser.helpButtonToolTipText = Ajuda del triador de fitxers -FileChooser.newFolderAccessibleName = Carpeta nova -FileChooser.newFolderErrorText = Error en crear la nova carpeta -FileChooser.newFolderToolTipText = Crea una Nova Carpeta -FileChooser.other.newFolder = NovaCarpeta -FileChooser.other.newFolder.subsequent = NovaCarpeta.{0} -FileChooser.win32.newFolder = Nova Carpeta -FileChooser.win32.newFolder.subsequent = Nova Carpeta ({0}) -FileChooser.saveButtonText = Desa -FileChooser.saveButtonToolTipText = Desa el fitxer seleccionat -FileChooser.saveDialogTitleText = Desa -FileChooser.saveInLabelText = Desa a: -FileChooser.updateButtonText = Actualitza -FileChooser.updateButtonToolTipText = Actualitza el llistat del directori - +dialog.message.title=Missatge +dialog.select.title=Selecciona una Opci\u00f3 +button.yes=S\u00ed +button.no=No +FileChooser.openButtonText=Obre +FileChooser.openButtonToolTipText=Obre +FileChooser.lookInLabelText=Mira a: +FileChooser.acceptAllFileFilterText=Tots els Fitxers +FileChooser.filesOfTypeLabelText=Fitxers del tipus: +FileChooser.fileNameLabelText=Nom de fitxer: +FileChooser.listViewButtonToolTipText=Llista +FileChooser.listViewButtonAccessibleName=Llista +FileChooser.detailsViewButtonToolTipText=Detalls +FileChooser.detailsViewButtonAccessibleName=Detalls +FileChooser.upFolderToolTipText=Un nivell Amunt +FileChooser.upFolderAccessibleName=Un nivell Amunt +FileChooser.homeFolderToolTipText=Arrel +FileChooser.homeFolderAccessibleName=Arrel +FileChooser.fileNameHeaderText=Nom +FileChooser.fileSizeHeaderText=Mida +FileChooser.fileTypeHeaderText=Tipus +FileChooser.fileDateHeaderText=Data +FileChooser.fileAttrHeaderText=Atributs +FileChooser.openDialogTitleText=Obre +FileChooser.directoryDescriptionText=Directori +FileChooser.directoryOpenButtonText=Obre +FileChooser.directoryOpenButtonToolTipText=Obre el directori seleccionat +FileChooser.fileDescriptionText=Fitxer Gen\u00e8ric +FileChooser.helpButtonText=Ajuda +FileChooser.helpButtonToolTipText=Ajuda del triador de fitxers +FileChooser.newFolderAccessibleName=Carpeta nova +FileChooser.newFolderErrorText=Error en crear la nova carpeta +FileChooser.newFolderToolTipText=Crea una Nova Carpeta +FileChooser.other.newFolder=NovaCarpeta +FileChooser.other.newFolder.subsequent=NovaCarpeta.{0} +FileChooser.win32.newFolder=Nova Carpeta +FileChooser.win32.newFolder.subsequent=Nova Carpeta ({0}) +FileChooser.saveButtonText=Desa +FileChooser.saveButtonToolTipText=Desa el fitxer seleccionat +FileChooser.saveDialogTitleText=Desa +FileChooser.saveInLabelText=Desa a: +FileChooser.updateButtonText=Actualitza +FileChooser.updateButtonToolTipText=Actualitza el llistat del directori #after version 1.6.6u2: - -FileChooser.detailsViewActionLabel.textAndMnemonic = Detalls -FileChooser.detailsViewButtonToolTip.textAndMnemonic = Detalls -FileChooser.fileAttrHeader.textAndMnemonic = Atributs -FileChooser.fileDateHeader.textAndMnemonic = Modificat -FileChooser.fileNameHeader.textAndMnemonic = Nom -FileChooser.fileNameLabel.textAndMnemonic = Nom de fitxer: -FileChooser.fileSizeHeader.textAndMnemonic = Mida -FileChooser.fileTypeHeader.textAndMnemonic = Tipus -FileChooser.filesOfTypeLabel.textAndMnemonic = Fitxers del tipus: -FileChooser.folderNameLabel.textAndMnemonic = Nom de la carpeta: -FileChooser.homeFolderToolTip.textAndMnemonic = Arrel -FileChooser.listViewActionLabel.textAndMnemonic = Llista -FileChooser.listViewButtonToolTip.textAndMnemonic = Llista -FileChooser.lookInLabel.textAndMnemonic = Mira a: -FileChooser.newFolderActionLabel.textAndMnemonic = Nova Carpeta -FileChooser.newFolderToolTip.textAndMnemonic = Crea una Nova Carpeta -FileChooser.refreshActionLabel.textAndMnemonic = Refresca -FileChooser.saveInLabel.textAndMnemonic = Desa a: -FileChooser.upFolderToolTip.textAndMnemonic = Un Nivell Amunt -FileChooser.viewMenuButtonAccessibleName = Visualitza el Men\u00fa -FileChooser.viewMenuButtonToolTipText = Visualitza el Men\u00fa -FileChooser.viewMenuLabel.textAndMnemonic = Visualitza -FileChooser.newFolderActionLabelText = Nova Carpeta -FileChooser.listViewActionLabelText = Llista -FileChooser.detailsViewActionLabelText = Detalls -FileChooser.refreshActionLabelText = Refresca -FileChooser.sortMenuLabelText = Ordena les Icones Per -FileChooser.viewMenuLabelText = Visualitza -FileChooser.fileSizeKiloBytes = {0} KB -FileChooser.fileSizeMegaBytes = {0} MB -FileChooser.fileSizeGigaBytes = {0} GB -FileChooser.folderNameLabelText = Nom de la carpeta: - -error.occured = S'ha produ\u00eft un error: %error% -button.abort = Interromp -button.retry = Reintenta -button.ignore = Ignora - -font.source = Tipografia del Codi Font: - +FileChooser.detailsViewActionLabel.textAndMnemonic=Detalls +FileChooser.detailsViewButtonToolTip.textAndMnemonic=Detalls +FileChooser.fileAttrHeader.textAndMnemonic=Atributs +FileChooser.fileDateHeader.textAndMnemonic=Modificat +FileChooser.fileNameHeader.textAndMnemonic=Nom +FileChooser.fileNameLabel.textAndMnemonic=Nom de fitxer: +FileChooser.fileSizeHeader.textAndMnemonic=Mida +FileChooser.fileTypeHeader.textAndMnemonic=Tipus +FileChooser.filesOfTypeLabel.textAndMnemonic=Fitxers del tipus: +FileChooser.folderNameLabel.textAndMnemonic=Nom de la carpeta: +FileChooser.homeFolderToolTip.textAndMnemonic=Arrel +FileChooser.listViewActionLabel.textAndMnemonic=Llista +FileChooser.listViewButtonToolTip.textAndMnemonic=Llista +FileChooser.lookInLabel.textAndMnemonic=Mira a: +FileChooser.newFolderActionLabel.textAndMnemonic=Nova Carpeta +FileChooser.newFolderToolTip.textAndMnemonic=Crea una Nova Carpeta +FileChooser.refreshActionLabel.textAndMnemonic=Refresca +FileChooser.saveInLabel.textAndMnemonic=Desa a: +FileChooser.upFolderToolTip.textAndMnemonic=Un Nivell Amunt +FileChooser.viewMenuButtonAccessibleName=Visualitza el Men\u00fa +FileChooser.viewMenuButtonToolTipText=Visualitza el Men\u00fa +FileChooser.viewMenuLabel.textAndMnemonic=Visualitza +FileChooser.newFolderActionLabelText=Nova Carpeta +FileChooser.listViewActionLabelText=Llista +FileChooser.detailsViewActionLabelText=Detalls +FileChooser.refreshActionLabelText=Refresca +FileChooser.sortMenuLabelText=Ordena les Icones Per +FileChooser.viewMenuLabelText=Visualitza +FileChooser.fileSizeKiloBytes={0} KB +FileChooser.fileSizeMegaBytes={0} MB +FileChooser.fileSizeGigaBytes={0} GB +FileChooser.folderNameLabelText=Nom de la carpeta: +error.occured=S'ha produ\u00eft un error: %error% +button.abort=Interromp +button.retry=Reintenta +button.ignore=Ignora +font.source=Tipografia del Codi Font: #after version 1.6.7: - -menu.export = Exporta -menu.general = General -menu.language = Idioma - -startup.welcometo = Benvingut/da a -startup.selectopen = Per comen\u00e7ar, fes clic a la icona Obre del plaf\u00f3 de dalt o arrossega un fitxer SWF a aquesta finestra. - -error.font.nocharacter = La tipografia de codi font seleccionada no cont\u00e9 el car\u00e0cter "%char%". - -warning.initializers = Els camps est\u00e0tics i les constants sovint s'inicialitzen en inicialitzadors.\nAmb editar-ne el valor aqu\u00ed, normalment no n'hi ha prou! - +menu.export=Exporta +menu.general=General +menu.language=Idioma +startup.welcometo=Benvingut/da a +startup.selectopen=Per comen\u00e7ar, fes clic a la icona Obre del plaf\u00f3 de dalt o arrossega un fitxer SWF a aquesta finestra. +error.font.nocharacter=La tipografia de codi font seleccionada no cont\u00e9 el car\u00e0cter "%char%". +warning.initializers=Els camps est\u00e0tics i les constants sovint s'inicialitzen en inicialitzadors.\nAmb editar-ne el valor aqu\u00ed, normalment no n'hi ha prou! #after version 1.7.0u1: - -menu.tools.searchMemory = Busca SWFs a la mem\u00f2ria -menu.file.reload = Recarrega -message.confirm.reload = Aquesta acci\u00f3 cancel\u00b7la tots els canvis no desats i recarrega altre cop el fitxer SWF.\nVols continuar? - -dialog.selectbkcolor.title = Selecciona el color de fons per a la reproducci\u00f3 el SWF -button.selectbkcolor.hint = Selecciona el color de fons - -ColorChooser.okText = B\u00e9 -ColorChooser.cancelText = Cancel\u00b7la -ColorChooser.resetText = Reinicia -ColorChooser.previewText = Previsualitza -ColorChooser.swatchesNameText = Swatches -ColorChooser.swatchesRecentText = Recent: -ColorChooser.sampleText = Text d'Exemple Text d'Exemple - +menu.tools.searchMemory=Busca SWFs a la mem\u00f2ria +menu.file.reload=Recarrega +message.confirm.reload=Aquesta acci\u00f3 cancel\u00b7la tots els canvis no desats i recarrega altre cop el fitxer SWF.\nVols continuar? +dialog.selectbkcolor.title=Selecciona el color de fons per a la reproducci\u00f3 el SWF +button.selectbkcolor.hint=Selecciona el color de fons +ColorChooser.okText=B\u00e9 +ColorChooser.cancelText=Cancel\u00b7la +ColorChooser.resetText=Reinicia +ColorChooser.previewText=Previsualitza +ColorChooser.swatchesNameText=Swatches +ColorChooser.swatchesRecentText=Recent: +ColorChooser.sampleText=Text d'Exemple Text d'Exemple #after version 1.7.1: - -preview.play = Reprodueix -preview.pause = Pausa -preview.stop = Atura - -message.confirm.removemultiple = Segur que vols eliminar %count% elements\n i tots els objectes que en depenen? - -menu.tools.searchCache = Cau dels explorardors de cerca - +preview.play=Reprodueix +preview.pause=Pausa +preview.stop=Atura +message.confirm.removemultiple=Segur que vols eliminar %count% elements\n i tots els objectes que en depenen? +menu.tools.searchCache=Cau dels explorardors de cerca #after version 1.7.2u2 - -error.trait.exists = Ja existeix un tret amb el nom "%name%". -button.addtrait = Afegeix tret -button.font.embed = Incrusta... -button.yes.all = S\u00ed a tot -button.no.all = No a tot -message.font.add.exists = Ja existeix el car\u00e0cter %char% a l'etiqueta de la tipografia.\nVols substituir-lo? - -filter.gfx = Fitxers GFx ScaleForm (*.gfx) -filter.supported = Tots els tipus de fitxers suportats -work.canceled = S'ha cancel\u00b7lat -work.restoringControlFlow = S'est\u00e0 restaurant el flux de control -menu.advancedsettings.advancedsettings = Configuraci\u00f3 Avan\u00e7ada -menu.recentFiles = Fitxers recents - +error.trait.exists=Ja existeix un tret amb el nom "%name%". +button.addtrait=Afegeix tret +button.font.embed=Incrusta... +button.yes.all=S\u00ed a tot +button.no.all=No a tot +message.font.add.exists=Ja existeix el car\u00e0cter %char% a l'etiqueta de la tipografia.\nVols substituir-lo? +filter.gfx=Fitxers GFx ScaleForm (*.gfx) +filter.supported=Tots els tipus de fitxers suportats +work.canceled=S'ha cancel\u00b7lat +work.restoringControlFlow=S'est\u00e0 restaurant el flux de control +menu.advancedsettings.advancedsettings=Configuraci\u00f3 Avan\u00e7ada +menu.recentFiles=Fitxers recents #after version 1.7.4 -work.restoringControlFlow.complete = S'ha restaurat el flux de control flow -message.confirm.recentFileNotFound = No s'ha trobat el fitxer. Vols eliminar-lo de la llista de fitxers recents? -contextmenu.closeSwf = Tanca el SWF -menu.settings.autoRenameIdentifiers = Renomena els identificadors autom\u00e0ticament -menu.file.saveasexe = Desa com a Exe... -filter.exe = Fitxers executable (*.exe) - +work.restoringControlFlow.complete=S'ha restaurat el flux de control flow +message.confirm.recentFileNotFound=No s'ha trobat el fitxer. Vols eliminar-lo de la llista de fitxers recents? +contextmenu.closeSwf=Tanca el SWF +menu.settings.autoRenameIdentifiers=Renomena els identificadors autom\u00e0ticament +menu.file.saveasexe=Desa com a Exe... +filter.exe=Fitxers executable (*.exe) #after version 1.8.0 -font.updateTexts = Actualitza els texts - +font.updateTexts=Actualitza els texts #after version 1.8.0u1 -menu.file.close = Tanca -menu.file.closeAll = Tanca-ho tot -menu.tools.otherTools = Altres -menu.tools.otherTools.clearRecentFiles = Neteja els fitxers recents -fontName.name = Nom de la tipografia de reproducci\u00f3: -fontName.copyright = Copyright de la tipografia: -button.preview = Previsualitza -button.reset = Reinicia -errors.info = Hi han INFORMACIONS al registre. Fes clic per veure-les. -errors.warning = Hi han AVISOS al registre. Fes clic per veure'ls. - -decompilationError = Error de descompilaci\u00f3 - -disassemblingProgress.toString = toString -disassemblingProgress.reading = S'est\u00e0 llegint -disassemblingProgress.deobfuscating = S'est\u00e0 desofuscant - -contextmenu.moveTag = Despla\u00e7a l'etiqueta a - -filter.swc = Fitxers de component SWC (*.swc) -filter.zip = Fitxers comprimits ZIP (*.zip) -filter.binary = Cerca bin\u00e0ria - tots els fitxers (*.*) - -open.error = Error -open.error.fileNotFound = No s'ha trobat el fitxer -open.error.cannotOpen = No es pot obrir el fitxer - -node.others = altres - +menu.file.close=Tanca +menu.file.closeAll=Tanca-ho tot +menu.tools.otherTools=Altres +menu.tools.otherTools.clearRecentFiles=Neteja els fitxers recents +fontName.name=Nom de la tipografia de reproducci\u00f3: +fontName.copyright=Copyright de la tipografia: +button.preview=Previsualitza +button.reset=Reinicia +errors.info=Hi han INFORMACIONS al registre. Fes clic per veure-les. +errors.warning=Hi han AVISOS al registre. Fes clic per veure'ls. +decompilationError=Error de descompilaci\u00f3 +disassemblingProgress.toString=toString +disassemblingProgress.reading=S'est\u00e0 llegint +disassemblingProgress.deobfuscating=S'est\u00e0 desofuscant +contextmenu.moveTag=Despla\u00e7a l'etiqueta a +filter.swc=Fitxers de component SWC (*.swc) +filter.zip=Fitxers comprimits ZIP (*.zip) +filter.binary=Cerca bin\u00e0ria - tots els fitxers (*.*) +open.error=Error +open.error.fileNotFound=No s'ha trobat el fitxer +open.error.cannotOpen=No es pot obrir el fitxer +node.others=altres #after version 1.8.1 -menu.tools.search = Cerca de text - +menu.tools.search=Cerca de text #after version 1.8.1u1 -menu.tools.timeline = Cronologia - -dialog.selectcolor.title = Selecciona un color -button.selectcolor.hint = Fes clic per seleccionar el color - +menu.tools.timeline=Cronologia +dialog.selectcolor.title=Selecciona un color +button.selectcolor.hint=Fes clic per seleccionar el color #default item name, will be used in following sentences -generictag.array.item = element -generictag.array.insertbeginning = Insereix %item% al principi -generictag.array.insertbefore = Insereix %item% abans de -generictag.array.remove = Elimina %item% -generictag.array.insertafter = Insereix %item% despr\u00e9s de -generictag.array.insertend = Insereix %item% al final - +generictag.array.item=element +generictag.array.insertbeginning=Insereix %item% al principi +generictag.array.insertbefore=Insereix %item% abans de +generictag.array.remove=Elimina %item% +generictag.array.insertafter=Insereix %item% despr\u00e9s de +generictag.array.insertend=Insereix %item% al final #after version 2.0.0 -contextmenu.expandAll = Expandeix-ho tot - -filter.sounds = Formats de so suportats (*.wav, *.mp3) -filter.sounds.wav = Fitxer de format Wave (*.wav) -filter.sounds.mp3 = Format comprimit MP3 (*.mp3) - -error.sound.invalid = So inv\u00e0lid. - -button.prev = Anterior -button.next = Seg\u00fcent - +contextmenu.expandAll=Expandeix-ho tot +filter.sounds=Formats de so suportats (*.wav, *.mp3) +filter.sounds.wav=Fitxer de format Wave (*.wav) +filter.sounds.mp3=Format comprimit MP3 (*.mp3) +error.sound.invalid=So inv\u00e0lid. +button.prev=Anterior +button.next=Seg\u00fcent #after version 2.1.0 -message.action.playerglobal.title = Es necessita la llibreria PlayerGlobal -message.action.playerglobal.needed = Per a l'edici\u00f3 directa d'ActionScript 3, cal descarregar la llibreria "PlayerGlobal.swc" de la p\u00e0gina inicial d'Adobe.\r\n%adobehomepage%\r\nPrem B\u00e9 per anar a la p\u00e0gina de desc\u00e0rrega. -message.action.playerglobal.place = Descarrega la llibreria PlayerGlobal(.swc), i posa-la al directori\r\n%libpath%\r\n Prem B\u00e9 per continuar. - -message.confirm.experimental.function = Aquesta funci\u00f3 \u00e9s EXPERIMENTAL. Aix\u00f2 vol dir que no et pots refiar dels resultats, i que el fitxer SWF pot no funcionar b\u00e9 despr\u00e9s de desar-lo. -message.confirm.donotshowagain = No ho tornis a mostrar - -menu.import = Importa -menu.file.import.text = Importaci\u00f3 de text -import.select.directory = Selecciona el directori a importar -error.text.import = Error durant la importaci\u00f3 de text. Vols continuar? - +message.action.playerglobal.title=Es necessita la llibreria PlayerGlobal +message.action.playerglobal.needed=Per a l'edici\u00f3 directa d'ActionScript 3, cal descarregar la llibreria "PlayerGlobal.swc" de la p\u00e0gina inicial d'Adobe.\r\n%adobehomepage%\r\nPrem B\u00e9 per anar a la p\u00e0gina de desc\u00e0rrega. +message.action.playerglobal.place=Descarrega la llibreria PlayerGlobal(.swc), i posa-la al directori\r\n%libpath%\r\n Prem B\u00e9 per continuar. +message.confirm.experimental.function=Aquesta funci\u00f3 \u00e9s EXPERIMENTAL. Aix\u00f2 vol dir que no et pots refiar dels resultats, i que el fitxer SWF pot no funcionar b\u00e9 despr\u00e9s de desar-lo. +message.confirm.donotshowagain=No ho tornis a mostrar +menu.import=Importa +menu.file.import.text=Importaci\u00f3 de text +import.select.directory=Selecciona el directori a importar +error.text.import=Error durant la importaci\u00f3 de text. Vols continuar? #after version 2.1.1 -contextmenu.removeWithDependencies = Elimina amb les depend\u00e8ncies - -abc.action.find-usages = Cerca usos -abc.action.find-declaration = Cerca declaraci\u00f3 - -contextmenu.rawEdit = Edici\u00f3 en Cru -contextmenu.jumpToCharacter = Salta al car\u00e0cter - -menu.settings.dumpView = Vista d'abocament - -menu.view = Visualitza -menu.file.view.resources = Recursos -menu.file.view.hex = Abocament hexadecimal - -node.header = cap\u00e7alera - -header.signature = Signatura: -header.compression = Compressi\u00f3: -header.compression.lzma = LZMA -header.compression.zlib = ZLIB -header.compression.none = Sense compressi\u00f3 -header.version = Versi\u00f3 SWF: -header.gfx = GFX: -header.filesize = Mida del fitxer: -header.framerate = Freq\u00fb\u00e8ncia dels marcs: -header.framecount = Nombre dels marcs: -header.displayrect = Rectangle de reproducci\u00f3: -header.displayrect.value.twips = %xmin%,%ymin% => %xmax%,%ymax% twips -header.displayrect.value.pixels = %xmin%,%ymin% => %xmax%,%ymax% pixels - +contextmenu.removeWithDependencies=Elimina amb les depend\u00e8ncies +abc.action.find-usages=Cerca usos +abc.action.find-declaration=Cerca declaraci\u00f3 +contextmenu.rawEdit=Edici\u00f3 en Cru +contextmenu.jumpToCharacter=Salta al car\u00e0cter +menu.settings.dumpView=Vista d'abocament +menu.view=Visualitza +menu.file.view.resources=Recursos +menu.file.view.hex=Abocament hexadecimal +node.header=cap\u00e7alera +header.signature=Signatura: +header.compression=Compressi\u00f3: +header.compression.lzma=LZMA +header.compression.zlib=ZLIB +header.compression.none=Sense compressi\u00f3 +header.version=Versi\u00f3 SWF: +header.gfx=GFX: +header.filesize=Mida del fitxer: +header.framerate=Freq\u00fb\u00e8ncia dels marcs: +header.framecount=Nombre dels marcs: +header.displayrect=Rectangle de reproducci\u00f3: +header.displayrect.value.twips=%xmin%,%ymin% => %xmax%,%ymax% twips +header.displayrect.value.pixels=%xmin%,%ymin% => %xmax%,%ymax% pixels #after version 2.1.2 -contextmenu.saveToFile = Desa a Fitxer -contextmenu.parseActions = Analitza les accions -contextmenu.parseABC = Analitza ABC -contextmenu.parseInstructions = Analitza les instruccions AVM2 - +contextmenu.saveToFile=Desa a Fitxer +contextmenu.parseActions=Analitza les accions +contextmenu.parseABC=Analitza ABC +contextmenu.parseInstructions=Analitza les instruccions AVM2 #after version 2.1.3 -menu.deobfuscation = Desofuscaci\u00f3 -menu.file.deobfuscation.old = Estil vell -menu.file.deobfuscation.new = Estil nou - +menu.deobfuscation=Desofuscaci\u00f3 +menu.file.deobfuscation.old=Estil vell +menu.file.deobfuscation.new=Estil nou #after version 2.1.4 -contextmenu.openswfinside = Obre el SWF interior -binarydata.swfInside = Sembla que hi ha un SWF dins d'aquesta etiqueta de dades bin\u00e0ries. Fes clic aqu\u00ed per carregar-lo com un subarbre. - +contextmenu.openswfinside=Obre el SWF interior +binarydata.swfInside=Sembla que hi ha un SWF dins d'aquesta etiqueta de dades bin\u00e0ries. Fes clic aqu\u00ed per carregar-lo com un subarbre. #after version 3.0.0 -button.zoomin.hint = Amplia -button.zoomout.hint = Redueix -button.zoomfit.hint = Adapta -button.zoomnone.hint = Adapta a 1:1 -button.snapshot.hint = Fes una captura al portapapers - -editorTruncateWarning = Text truncat a la posici\u00f3 %chars% en mode de depuraci\u00f3. - +button.zoomin.hint=Amplia +button.zoomout.hint=Redueix +button.zoomfit.hint=Adapta +button.zoomnone.hint=Adapta a 1:1 +button.snapshot.hint=Fes una captura al portapapers +editorTruncateWarning=Text truncat a la posici\u00f3 %chars% en mode de depuraci\u00f3. #Font name which is presented in the SWF Font tag -font.name.intag = Nom de tipografia a l'etiqueta: - -menu.debugger = Depurador -menu.debugger.switch = Depurador -menu.debugger.replacetrace = Crides de rastreig de substituci\u00f3 -menu.debugger.showlog = Mostra el Registre - -message.debugger = Aquest Depurador de SWF nom\u00e9s es pot utilitzar per a escriure missatges a la finestra de registre, consola del navegador o alertes.\r\nNO est\u00e0 dissenyat per a caracter\u00edstiques com ara codi pas a pas, punts de ruptura, etc. - -contextmenu.addTag = Afegeix etiqueta - -deobfuscation.comment.tryenable = Consell: Pots provar d'activar "Desofuscacio autom\u00e0tica" Par\u00e0metres -deobfuscation.comment.failed = La desofuscaci\u00f3 est\u00e0 activada, pero la descompilaci\u00f3 segueix fallant. Si el fitxer NO est\u00e0 ofuscat, desactiva la "Desofuscaci\u00f3 Autom\u00e0tica" per a obtenir millors resultats. - +font.name.intag=Nom de tipografia a l'etiqueta: +menu.debugger=Depurador +menu.debugger.switch=Depurador +menu.debugger.replacetrace=Crides de rastreig de substituci\u00f3 +menu.debugger.showlog=Mostra el Registre +message.debugger=Aquest Depurador de SWF nom\u00e9s es pot utilitzar per a escriure missatges a la finestra de registre, consola del navegador o alertes.\r\nNO est\u00e0 dissenyat per a caracter\u00edstiques com ara codi pas a pas, punts de ruptura, etc. +contextmenu.addTag=Afegeix etiqueta +deobfuscation.comment.tryenable=Consell: Pots provar d'activar "Desofuscacio autom\u00e0tica" Par\u00e0metres +deobfuscation.comment.failed=La desofuscaci\u00f3 est\u00e0 activada, pero la descompilaci\u00f3 segueix fallant. Si el fitxer NO est\u00e0 ofuscat, desactiva la "Desofuscaci\u00f3 Autom\u00e0tica" per a obtenir millors resultats. #after version 4.0.2 -preview.nextframe = Marc seg\u00fbent -preview.prevframe = Marc anterior -preview.gotoframe = Ves al marc... - -preview.gotoframe.dialog.title = Ves al marc -preview.gotoframe.dialog.message = Introdueix el n\u00famero de marc (%min% - %max%) -preview.gotoframe.dialog.frame.error = N\u00famero de marc inv\u00e0lid. Ha de ser un n\u00famero entre %min% i %max%. - -error.text.invalid.continue = Text inv\u00e0lid: %text% a la linia %l\u00edne%. Vols seguir? - +preview.nextframe=Marc seg\u00fbent +preview.prevframe=Marc anterior +preview.gotoframe=Ves al marc... +preview.gotoframe.dialog.title=Ves al marc +preview.gotoframe.dialog.message=Introdueix el n\u00famero de marc (%min% - %max%) +preview.gotoframe.dialog.frame.error=N\u00famero de marc inv\u00e0lid. Ha de ser un n\u00famero entre %min% i %max%. +error.text.invalid.continue=Text inv\u00e0lid: %text% a la linia %l\u00edne%. Vols seguir? #after version 4.0.5 -contextmenu.copyTag = Copia l'etiqueta a -fit = encaixa -button.setAdvanceValues = Estableix els valors d'aven\u00e7 - -menu.tools.replace = Substituci\u00f3 de Text - -message.confirm.close = Hi ha canvis sense desar. Segur que vols tancar {swfName}? -message.confirm.closeAll = Hi ha canvis sense desar. Segur que vols tancar tots els SWFs? - -contextmenu.exportJavaSource = Exportaci\u00f3 de Codi Font Java -contextmenu.exportSwfXml = Exporta SWF com a XML -contextmenu.importSwfXml = Importa XML de SWF - -filter.xml = XML - +contextmenu.copyTag=Copia l'etiqueta a +fit=encaixa +button.setAdvanceValues=Estableix els valors d'aven\u00e7 +menu.tools.replace=Substituci\u00f3 de Text +message.confirm.close=Hi ha canvis sense desar. Segur que vols tancar {swfName}? +message.confirm.closeAll=Hi ha canvis sense desar. Segur que vols tancar tots els SWFs? +contextmenu.exportJavaSource=Exportaci\u00f3 de Codi Font Java +contextmenu.exportSwfXml=Exporta SWF com a XML +contextmenu.importSwfXml=Importa XML de SWF +filter.xml=XML #after version 4.1.0 -contextmenu.undo = Desf\u00e9s - -text.align.left = Alinea a l'esquerra -text.align.right = Alinea a la dreta -text.align.center = Centra -text.align.justify = Justifica - -text.undo = Desf\u00e9s els canvis - -menu.file.import.xml = Importa XML de SWF -menu.file.export.xml = Exporta XML de SWF - +contextmenu.undo=Desf\u00e9s +text.align.left=Alinea a l'esquerra +text.align.right=Alinea a la dreta +text.align.center=Centra +text.align.justify=Justifica +text.undo=Desf\u00e9s els canvis +menu.file.import.xml=Importa XML de SWF +menu.file.export.xml=Exporta XML de SWF #after version 4.1.1 -text.align.translatex.decrease = Decrementa TranslateX -text.align.translatex.increase = Incrementa TranslateX -selectPreviousTag = Selecciona l'etiqueta anterior -selectNextTag = Selecciona l'etiqueta seg\u00fcent -button.ignoreAll = Ignora-les Totes -menu.file.import.symbolClass = Importa S\u00edmbol-Classe -text.toggleCase = Canvia la caixa - +text.align.translatex.decrease=Decrementa TranslateX +text.align.translatex.increase=Incrementa TranslateX +selectPreviousTag=Selecciona l'etiqueta anterior +selectNextTag=Selecciona l'etiqueta seg\u00fcent +button.ignoreAll=Ignora-les Totes +menu.file.import.symbolClass=Importa S\u00edmbol-Classe +text.toggleCase=Canvia la caixa #after version 5.0.2 -preview.loop = Cicla -menu.file.import.script = Importa scripts -contextmenu.copyTagWithDependencies = Copia etiqueta amb depend\u00e8ncies -button.replaceWithTag = Substitueix amb l'etiqueta d'un altre car\u00e0cter -button.resolveConstants = Resol les constants - +preview.loop=Cicla +menu.file.import.script=Importa scripts +contextmenu.copyTagWithDependencies=Copia etiqueta amb depend\u00e8ncies +button.replaceWithTag=Substitueix amb l'etiqueta d'un altre car\u00e0cter +button.resolveConstants=Resol les constants #after version 5.1.0 -button.viewConstants = Visualitza les Constants -work.exported = Exportades -button.replaceAlphaChannel = Substitueix el canal alfa... - -tagInfo.header.name = Nom -tagInfo.header.value = Valor -tagInfo.tagType = Tipus d'Etiqueta -tagInfo.characterId = Id del Car\u00e0cter -tagInfo.offset = Despla\u00e7ament -tagInfo.length = Llarg\u00e0ria -tagInfo.bounds = L\u00edmits -tagInfo.width = Amplada -tagInfo.height = Al\u00e7ada -tagInfo.neededCharacters = Car\u00e0cters Necessaris - -button.viewhexpcode = Visualitzaci\u00f3 Hexadecimal amb les instruccions -taginfo.header = Info b\u00e0sica de l'etiqueta - -tagInfo.dependentCharacters = Car\u00e0cters Dependents - +button.viewConstants=Visualitza les Constants +work.exported=Exportades +button.replaceAlphaChannel=Substitueix el canal alfa... +tagInfo.header.name=Nom +tagInfo.header.value=Valor +tagInfo.tagType=Tipus d'Etiqueta +tagInfo.characterId=Id del Car\u00e0cter +tagInfo.offset=Despla\u00e7ament +tagInfo.length=Llarg\u00e0ria +tagInfo.bounds=L\u00edmits +tagInfo.width=Amplada +tagInfo.height=Al\u00e7ada +tagInfo.neededCharacters=Car\u00e0cters Necessaris +button.viewhexpcode=Visualitzaci\u00f3 Hexadecimal amb les instruccions +taginfo.header=Info b\u00e0sica de l'etiqueta +tagInfo.dependentCharacters=Car\u00e0cters Dependents #after version 5.3.0 -header.uncompressed = Descomprimit -header.warning.unsupportedGfxCompression = GFX nom\u00e9s suporta contingut descomptimit o comprimit amb Zlib. -header.warning.minimumZlibVersion = La compressi\u00f3 Zlib necessita la versi\u00f3 de SWF 6 o superior. -header.warning.minimumLzmaVersion = La compressi\u00f3 LZMA necessita la versi\u00f3 de SWF 13 o superior. - -tagInfo.codecName = Nom del Codec -tagInfo.exportFormat = Format d'Exportaci\u00f3 -tagInfo.samplingRate = Freq\u00fb\u00e8ncia de Mostreig -tagInfo.stereo = Est\u00e9reo -tagInfo.sampleCount = Recompte de Mostres - -filter.dmg = Fitxers Executables Mac (*.dmg) -filter.linuxExe = Fitxers Executables Linux - -import.script.result = S'han importat %count% scripts. -import.script.as12warning = El script d'importaci\u00f3 nom\u00e9s pot importar scripts AS1/2. - -error.constantPoolTooBig = El pool de constants \u00e9s massa gran. index=%index%, size=%size% -error.image.alpha.invalid = Dades inv\u00e0lides del canal alfa. - +header.uncompressed=Descomprimit +header.warning.unsupportedGfxCompression=GFX nom\u00e9s suporta contingut descomptimit o comprimit amb Zlib. +header.warning.minimumZlibVersion=La compressi\u00f3 Zlib necessita la versi\u00f3 de SWF 6 o superior. +header.warning.minimumLzmaVersion=La compressi\u00f3 LZMA necessita la versi\u00f3 de SWF 13 o superior. +tagInfo.codecName=Nom del Codec +tagInfo.exportFormat=Format d'Exportaci\u00f3 +tagInfo.samplingRate=Freq\u00fb\u00e8ncia de Mostreig +tagInfo.stereo=Est\u00e9reo +tagInfo.sampleCount=Recompte de Mostres +filter.dmg=Fitxers Executables Mac (*.dmg) +filter.linuxExe=Fitxers Executables Linux +import.script.result=S'han importat %count% scripts. +import.script.as12warning=El script d'importaci\u00f3 nom\u00e9s pot importar scripts AS1/2. +error.constantPoolTooBig=El pool de constants \u00e9s massa gran. index=%index%, size=%size% +error.image.alpha.invalid=Dades inv\u00e0lides del canal alfa. #after version 6.0.2 -contextmenu.saveUncompressedToFile = Desa a un Fitxer No Comprimit -menu.settings.autoOpenLoadedSWFs = Obre els SWFs carregats mentre es reprodueixen - +contextmenu.saveUncompressedToFile=Desa a un Fitxer No Comprimit +menu.settings.autoOpenLoadedSWFs=Obre els SWFs carregats mentre es reprodueixen #after version 6.1.1 -menu.file.start = Comen\u00e7a -menu.file.start.run = Executa -menu.file.start.stop = Atura -menu.file.start.debug = Depura -menu.debugging = Depuraci\u00f3 -menu.debugging.debug = Depura -menu.debugging.debug.stop = Atura -menu.debugging.debug.pause = Pausa -menu.debugging.debug.stepOver = Salta per sobre -menu.debugging.debug.stepInto = Salta a -menu.debugging.debug.stepOut = Salta de -menu.debugging.debug.continue = Continua -menu.debugging.debug.stack = Pila... -menu.debugging.debug.watch = Nova visi\u00f3... - -message.playerpath.notset = No s'ha trobat el projector de Flash Player. Si et plau, configura'n el cam\u00ed a Par\u00e0metres Avan\u00e7ats / Camins (1). -message.playerpath.debug.notset = No s'ha trobat el depurador de continguts del projector de Flash Player. Si et plau, configura'n el cam\u00ed a Par\u00e0metres Avan\u00e7ats / Camins (2). -message.playerpath.lib.notset = No s'ha trobat PlayerGlobal (.SWC) not found. Si et plau, configura'n el cam\u00ed a Par\u00e0metres Avan\u00e7ats / Camins (3). - -debugpanel.header = Depuraci\u00f3 - -variables.header.registers = Registres -variables.header.locals = Locals -variables.header.arguments = Arguments -variables.header.scopeChain = Cadena d'abast -variables.column.name = Nom -variables.column.type = Tipus -variables.column.value = Valor - -callStack.header = Pila de crides -callStack.header.file = Fitxer -callStack.header.line = L\u00ednia - -stack.header = Pila -stack.header.item = \u00cdtem - -constantpool.header = Pool de constants -constantpool.header.id = Id -constantpool.header.value = Valor - -work.running = En Execuci\u00f3 -work.debugging = En Depuracio\u00f3 -work.debugging.instrumenting = S'est\u00e0 preparant el SWF per a depurar -work.breakat = Salta a -work.halted = S'ha iniciat la depuraci\u00f3, s'ha aturat l'execuci\u00f3. Afegeix punts de ruptura i fes clic a Continua (F5) per continuar amb l'execuci\u00f3. - -debuglog.header = Registre -debuglog.button.clear = Buida - +menu.file.start=Comen\u00e7a +menu.file.start.run=Executa +menu.file.start.stop=Atura +menu.file.start.debug=Depura +menu.debugging=Depuraci\u00f3 +menu.debugging.debug=Depura +menu.debugging.debug.stop=Atura +menu.debugging.debug.pause=Pausa +menu.debugging.debug.stepOver=Salta per sobre +menu.debugging.debug.stepInto=Salta a +menu.debugging.debug.stepOut=Salta de +menu.debugging.debug.continue=Continua +menu.debugging.debug.stack=Pila... +menu.debugging.debug.watch=Nova visi\u00f3... +message.playerpath.notset=No s'ha trobat el projector de Flash Player. Si et plau, configura'n el cam\u00ed a Par\u00e0metres Avan\u00e7ats / Camins (1). +message.playerpath.debug.notset=No s'ha trobat el depurador de continguts del projector de Flash Player. Si et plau, configura'n el cam\u00ed a Par\u00e0metres Avan\u00e7ats / Camins (2). +message.playerpath.lib.notset=No s'ha trobat PlayerGlobal (.SWC) not found. Si et plau, configura'n el cam\u00ed a Par\u00e0metres Avan\u00e7ats / Camins (3). +debugpanel.header=Depuraci\u00f3 +variables.header.registers=Registres +variables.header.locals=Locals +variables.header.arguments=Arguments +variables.header.scopeChain=Cadena d'abast +variables.column.name=Nom +variables.column.type=Tipus +variables.column.value=Valor +callStack.header=Pila de crides +callStack.header.file=Fitxer +callStack.header.line=L\u00ednia +stack.header=Pila +stack.header.item=\u00cdtem +constantpool.header=Pool de constants +constantpool.header.id=Id +constantpool.header.value=Valor +work.running=En Execuci\u00f3 +work.debugging=En Depuracio\u00f3 +work.debugging.instrumenting=S'est\u00e0 preparant el SWF per a depurar +work.breakat=Salta a +work.halted=S'ha iniciat la depuraci\u00f3, s'ha aturat l'execuci\u00f3. Afegeix punts de ruptura i fes clic a Continua (F5) per continuar amb l'execuci\u00f3. +debuglog.header=Registre +debuglog.button.clear=Buida #after 7.0.1 -work.debugging.wait = S'est\u00e0 esperant la connexi\u00f3 del projector de depuraci\u00f3 de flash - -error.debug.listen = No es pot escoltar el port %port%. Hi deu haver una altre depurador de flash en execuci\u00f3. - -debug.break.reason.unknown = (Desconegut) -debug.break.reason.breakpoint = (Punt de ruptura) -debug.break.reason.watch = (Mira) -debug.break.reason.fault = (Falla) -debug.break.reason.stopRequest = (Atura petici\u00f3) -debug.break.reason.step = (Passa) -debug.break.reason.halt = (Atura) -debug.break.reason.scriptLoaded = (Script carregat) - -menu.file.start.debugpcode = Depura el codi-P - +work.debugging.wait=S'est\u00e0 esperant la connexi\u00f3 del projector de depuraci\u00f3 de flash +error.debug.listen=No es pot escoltar el port %port%. Hi deu haver una altre depurador de flash en execuci\u00f3. +debug.break.reason.unknown=(Desconegut) +debug.break.reason.breakpoint=(Punt de ruptura) +debug.break.reason.watch=(Mira) +debug.break.reason.fault=(Falla) +debug.break.reason.stopRequest=(Atura petici\u00f3) +debug.break.reason.step=(Passa) +debug.break.reason.halt=(Atura) +debug.break.reason.scriptLoaded=(Script carregat) +menu.file.start.debugpcode=Depura el codi-P #after 7.1.2 -button.replaceNoFill = Substitueix - actualitza els l\u00edmits... -message.warning.svgImportExperimental = No totes les caracter\u00edstiques SVG estan suportades. Comprova el registre despr\u00e9s d'importar, si et plau. - -message.imported.swf = El fitxer SWF utilitza valors d'un fitxer SWF importat:\n%url%\nVols que els valors es carreguin des d'aquest URL? -message.imported.swf.manually = No es pot carregar el SWF importat\n%url%\nEl fitxer o l'URL no existeix.\nVols seleccionar un fitxer local? - -message.warning.hexViewNotUpToDate = La Vista Hexadecimal no est\u00e0 actualitzada. Si et plau, desa i torna a carregar el fitxer per actualitzar la Vista Hexadecimal. -message.font.replace.updateTexts = S'han substitu\u00edt alguns car\u00e0cters. Vols actualitzar els textos existents? - -menu.settings.simplifyExpressions = Simplifica les expressions - +button.replaceNoFill=Substitueix - actualitza els l\u00edmits... +message.warning.svgImportExperimental=No totes les caracter\u00edstiques SVG estan suportades. Comprova el registre despr\u00e9s d'importar, si et plau. +message.imported.swf=El fitxer SWF utilitza valors d'un fitxer SWF importat:\n%url%\nVols que els valors es carreguin des d'aquest URL? +message.imported.swf.manually=No es pot carregar el SWF importat\n%url%\nEl fitxer o l'URL no existeix.\nVols seleccionar un fitxer local? +message.warning.hexViewNotUpToDate=La Vista Hexadecimal no est\u00e0 actualitzada. Si et plau, desa i torna a carregar el fitxer per actualitzar la Vista Hexadecimal. +message.font.replace.updateTexts=S'han substitu\u00edt alguns car\u00e0cters. Vols actualitzar els textos existents? +menu.settings.simplifyExpressions=Simplifica les expressions #after 8.0.1 -menu.recentFiles.empty = La llista de fitxers recents est\u00e0 buida -message.warning.outOfMemory32BitJre = S'ha produ\u00edt un error de manca de mem\u00f2ria. Est\u00e0s executant Java de 32 bits en un sistema de 64 bits. Si et plau, utilitza Java de 64 bits. - -menu.file.reloadAll = Recarrega-ho tot -message.confirm.reloadAll = Aquesta acci\u00f3 cancel\u00b7la tots els canvis sense desar a tots els fitxers SWF i recarrega altre cop tota l'apliaci\u00f3.\nVols continuar? -export.script.singleFilePallelModeWarning = L'exportaci\u00f3 de script en fitxer simple no est\u00e0 suportada amb l'acceleraci\u00f3 en paral\u00b7lel activada - -button.showOriginalBytesInPcodeHex = Mostra els bytes originals -button.remove = Elimina -button.showFileOffsetInPcodeHex = Mostra l'ffset del fitxer - -generic.editor.amf3.title = Editor AMF3 -generic.editor.amf3.help = Sintaxi de valors AMF3:\n\ +menu.recentFiles.empty=La llista de fitxers recents est\u00e0 buida +message.warning.outOfMemory32BitJre=S'ha produ\u00edt un error de manca de mem\u00f2ria. Est\u00e0s executant Java de 32 bits en un sistema de 64 bits. Si et plau, utilitza Java de 64 bits. +menu.file.reloadAll=Recarrega-ho tot +message.confirm.reloadAll=Aquesta acci\u00f3 cancel\u00b7la tots els canvis sense desar a tots els fitxers SWF i recarrega altre cop tota l'apliaci\u00f3.\nVols continuar? +export.script.singleFilePallelModeWarning=L'exportaci\u00f3 de script en fitxer simple no est\u00e0 suportada amb l'acceleraci\u00f3 en paral\u00b7lel activada +button.showOriginalBytesInPcodeHex=Mostra els bytes originals +button.remove=Elimina +button.showFileOffsetInPcodeHex=Mostra l'ffset del fitxer +generic.editor.amf3.title=Editor AMF3 +generic.editor.amf3.help=Sintaxi de valors AMF3:\n\ ------------------\n\ tipus escalars:\n\ %scalar_samples%\ @@ -731,49 +576,36 @@ generic.editor.amf3.help = Sintaxi de valors AMF3:\n\ * Nonscalar datatypes can be referenced by previously declared "id" attributes with # syntax:\n\ %reference_sample%\n\ * Keys in Dictionary entries can be any type\n -contextmenu.showInResources = Mostra a Recursos -message.flexpath.notset = No s'ha trobat Flex SDK. Si et plau, configura'n el cam\u00ed a Par\u00e0metres Avan\u00e7ats / Camins (4). - - +contextmenu.showInResources=Mostra a Recursos +message.flexpath.notset=No s'ha trobat Flex SDK. Si et plau, configura'n el cam\u00ed a Par\u00e0metres Avan\u00e7ats / Camins (4). #add after panel.disassembled string -abc.detail.split = : -abc.detail.trait = Tret - %trait_type% -abc.detail.trait.method = M\u00e8tode -abc.detail.trait.getter = Getter -abc.detail.trait.setter = Setter -abc.detail.trait.slot = Slot -abc.detail.trait.const = Const -abc.detail.trait.class = Classe -abc.detail.trait.function = Funci\u00f3 - -abc.detail.specialmethod = M\u00e8tode especial - %specialmethod_type% -abc.detail.specialmethod.scriptinitializer = Iniciador de script -abc.detail.specialmethod.classinitializer = Iniciador de classe -abc.detail.specialmethod.instanceinitializer = Iniciador d'inst\u00e0ncia -abc.detail.innerfunction = Funci\u00f3 interior - -button.edit.script.decompiled = Edita ActionScript -button.edit.script.disassembled = Edita codi-P - -debug.watch.add = Afegeix guaita a %name% -debug.watch.add.read = Lectura -debug.watch.add.write = Escriptura -debug.watch.add.readwrite = Lectura+Escriptura- - -error.debug.watch.add = No es pot afegir un guaita a aquesta variable. - -variables.column.scope = Abast -variables.column.flags = Banderes -variables.column.trait = Tret - -message.font.setadvancevalues = Aquesta operaci\u00f3 establir\u00e0 l'aven\u00e7 de TOTS els car\u00e0cters d'aquesta etiqueta als aven\u00e7os de l'origen tipogr\u00e0fic seleccionat. - -menu.tools.deobfuscation.renameColliding = Reanomena els trets/classes que col\u00b7lisionen - -filter.iggy = Fitxers Iggy (*.iggy) - - +abc.detail.split=: +abc.detail.trait=Tret - %trait_type% +abc.detail.trait.method=M\u00e8tode +abc.detail.trait.getter=Getter +abc.detail.trait.setter=Setter +abc.detail.trait.slot=Slot +abc.detail.trait.const=Const +abc.detail.trait.class=Classe +abc.detail.trait.function=Funci\u00f3 +abc.detail.specialmethod=M\u00e8tode especial - %specialmethod_type% +abc.detail.specialmethod.scriptinitializer=Iniciador de script +abc.detail.specialmethod.classinitializer=Iniciador de classe +abc.detail.specialmethod.instanceinitializer=Iniciador d'inst\u00e0ncia +abc.detail.innerfunction=Funci\u00f3 interior +button.edit.script.decompiled=Edita ActionScript +button.edit.script.disassembled=Edita codi-P +debug.watch.add=Afegeix guaita a %name% +debug.watch.add.read=Lectura +debug.watch.add.write=Escriptura +debug.watch.add.readwrite=Lectura+Escriptura- +error.debug.watch.add=No es pot afegir un guaita a aquesta variable. +variables.column.scope=Abast +variables.column.flags=Banderes +variables.column.trait=Tret +message.font.setadvancevalues=Aquesta operaci\u00f3 establir\u00e0 l'aven\u00e7 de TOTS els car\u00e0cters d'aquesta etiqueta als aven\u00e7os de l'origen tipogr\u00e0fic seleccionat. +menu.tools.deobfuscation.renameColliding=Reanomena els trets/classes que col\u00b7lisionen +filter.iggy=Fitxers Iggy (*.iggy) #... -message.confirm.remove.nodep = Segur que vols eliminar %item%? - -message.confirm.removemultiple.nodep = Segur que vols eliminar %count% elements? +message.confirm.remove.nodep=Segur que vols eliminar %item%? +message.confirm.removemultiple.nodep=Segur que vols eliminar %count% elements? 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 d6d2ee9fa..20360b568 100644 --- a/src/com/jpexs/decompiler/flash/gui/locales/MainFrame_cs.properties +++ b/src/com/jpexs/decompiler/flash/gui/locales/MainFrame_cs.properties @@ -12,709 +12,554 @@ # # You should have received a copy of the GNU General Public License # along with this program. If not, see . - -menu.file = Soubor -menu.file.open = Otev\u0159\u00edt... -menu.file.save = Ulo\u017eit -menu.file.saveas = Ulo\u017eit jako... -menu.file.export.fla = Exportovat do FLA -menu.file.export.all = Exportovat v\u0161e -menu.file.export.selection = Exportovat vybran\u00e9 -menu.file.exit = Ukon\u010dit - -menu.tools = N\u00e1stroje -menu.tools.searchas = Prohledat ActionScript... -menu.tools.proxy = Proxy -menu.tools.deobfuscation = Deobfuskace -menu.tools.deobfuscation.pcode = Deobfuskace P-k\u00f3du... -menu.tools.deobfuscation.globalrename = Glob\u00e1ln\u011b p\u0159ejmenovat identifik\u00e1tor -menu.tools.deobfuscation.renameinvalid = P\u0159ejmenovat neplatn\u00e9 identifik\u00e1tory -menu.tools.gotoDocumentClass = P\u0159ej\u00edt na hlavn\u00ed t\u0159\u00eddu dokumentu - -menu.settings = Nastaven\u00ed -menu.settings.autodeobfuscation = Automatick\u00e1 deobfuskace -menu.settings.internalflashviewer = Pou\u017e\u00edvat vlastn\u00ed prohl\u00ed\u017ee\u010d Flashe -menu.settings.parallelspeedup = Paraleln\u00ed zrychlen\u00ed -menu.settings.disabledecompilation = Zak\u00e1zat dekompilaci (Pouze P-k\u00f3d) -menu.settings.addtocontextmenu = P\u0159idat FFDec do kontextov\u00e9ho menu SWF -menu.settings.language = Zm\u011bnit jazyk -menu.settings.cacheOnDisk = Pou\u017e\u00edvat cache na disku -menu.settings.gotoMainClassOnStartup = Zv\u00fdraznit hlavn\u00ed t\u0159\u00eddu po startu - -menu.help = N\u00e1pov\u011bda -menu.help.checkupdates = Zkontrolovat novou verzi... -menu.help.helpus = Pomo\u017ete n\u00e1m! -menu.help.homepage = Nav\u0161t\u00edvit domovskou str\u00e1nku -menu.help.about = O aplikaci... - -contextmenu.remove = Odebrat - -button.save = Ulo\u017eit -button.edit = Upravit -button.cancel = Storno -button.replace = Nahradit... - -notavailonthisplatform = N\u00e1hled tohoto objektu nen\u00ed dostupn\u00fd na t\u00e9to platform\u011b. (pouze Windows) - -swfpreview = n\u00e1hled SWF -swfpreview.internal = n\u00e1hled SWF (vlastn\u00ed prohl\u00ed\u017ee\u010d) - -parameters = Parametry - -rename.enternew = Zadejte nov\u00fd n\u00e1zev: - -rename.finished.identifier = Identifik\u00e1tor p\u0159ejmenov\u00e1n. -rename.finished.multiname = %count% multiname p\u0159ejmenov\u00e1no. - -node.texts = texty -node.images = obr\u00e1zky -node.movies = videa -node.sounds = zvuky -node.binaryData = bin\u00e1rn\u00ed data -node.fonts = p\u00edsma -node.sprites = sprity -node.shapes = tvary -node.morphshapes = morphshapes -node.buttons = tla\u010d\u00edtka -node.frames = sn\u00edmky -node.scripts = skripty - -message.warning = Varov\u00e1n\u00ed -message.confirm.experimental = N\u00e1sleduj\u00edc\u00ed procedura m\u016f\u017ee po\u0161kodit SWF soubor kter\u00fd mo\u017en\u00e1 nep\u016fjde p\u0159ehr\u00e1t.\r\nPOU\u017d\u00cdVAT NA VLASTN\u00cd RIZIKO. Chcete pokra\u010dovat? -message.confirm.parallel = parallelismus m\u016f\u017ee urychlit na\u010d\u00edt\u00e1n\u00ed a dekompilaci ale pou\u017e\u00edv\u00e1 v\u00edce pam\u011bti. -message.confirm.on = Chcete to ZAPNOUT? -message.confirm.off = Chcete to VYPNOUT? -message.confirm = Potvrzen\u00ed - -message.confirm.autodeobfuscate = Automatick\u00e1 deobfuskace je zp\u016fsob jak dekompilovat obfuskovan\u00fd k\u00f3d.\r\nDeobfuskace vede k pomalej\u0161\u00ed dekompilaci a n\u011bkter\u00fd nepou\u017eit\u00fd k\u00f3d m\u016f\u017ee b\u00fdt odstran\u011bn.\r\nPokud k\u00f3d nen\u00ed obfuskovan\u00fd, je lep\u0161\u00ed autodeobfuskaci vypnout. - -message.parallel = parallelismus -message.trait.saved = Vlastnost \u00fasp\u011b\u0161n\u011b ulo\u017eena - -message.constant.new.string = \u0158et\u011bzec "%value%" neexistuje v tabulce konstant. Chcete ho p\u0159idat? -message.constant.new.string.title = P\u0159idat \u0158et\u011bzec -message.constant.new.integer = Cel\u00e9 \u010d\u00edslo "%value%" neexistuje v tabulce konstant. Chcete ho p\u0159idat? -message.constant.new.integer.title = P\u0159idat Cel\u00e9 \u010d\u00edslo -message.constant.new.unsignedinteger = P\u0159irozen\u00e9 \u010d\u00edslo "%value%" neexistuje v tabulce konstant. Chcete ho p\u0159idat? -message.constant.new.unsignedinteger.title = P\u0159idat P\u0159irozen\u00e9 \u010d\u00edslo -message.constant.new.double = Racion\u00e1ln\u00ed \u010d\u00edslo "%value%" neexistuje v tabulce konstant. Chcete ho p\u0159idat? -message.constant.new.double.title = P\u0159idat Racion\u00e1ln\u00ed \u010d\u00edslo - -work.buffering = Na\u010d\u00edt\u00e1n\u00ed -work.waitingfordissasembly = \u010cek\u00e1n\u00ed na disassemblaci -work.gettinghilights = Z\u00edsk\u00e1v\u00e1n\u00ed zv\u00fdraz\u011bn\u00ed -work.disassembling = Disassemblov\u00e1n\u00ed -work.exporting = Exportov\u00e1n\u00ed -work.searching = Vyhled\u00e1v\u00e1n\u00ed -work.renaming = P\u0159ejmenov\u00e1n\u00ed -work.exporting.fla = Exportov\u00e1n\u00ed FLA -work.renaming.identifiers = P\u0159ejmenov\u00e1n\u00ed identifik\u00e1tor\u016f -work.deobfuscating = Deobfuskov\u00e1n\u00ed -work.decompiling = Dekompilov\u00e1n\u00ed -work.gettingvariables = Z\u00edsk\u00e1v\u00e1m prom\u011bnn\u00e9 -work.reading.swf = \u010cten\u00ed SWF -work.creatingwindow = Vytv\u00e1\u0159en\u00ed okna -work.buildingscripttree = Vytv\u00e1\u0159en\u00ed stromu skript\u016f - -work.deobfuscating.complete = Deobfuskace kompletn\u00ed - -message.search.notfound = \u0158et\u011bzec "%searchtext%" nenalezen. -message.search.notfound.title = Nenalezeno - -message.rename.notfound.multiname = Na m\u00edst\u011b kurzoru nen\u00ed \u017e\u00e1dn\u00e9 multiname -message.rename.notfound.identifier = Na m\u00edst\u011b kurzoru nen\u00ed \u017e\u00e1dn\u00fd identifik\u00e1tor -message.rename.notfound.title = Nenalezeno -message.rename.renamed = Po\u010det p\u0159ejmenovan\u00fdch identifik\u00e1tor\u016f: %count% - -filter.images = Obr\u00e1zky (%extensions%) -filter.fla = Dokument %version% (*.fla) -filter.xfl = Nekomprimovan\u00fd Dokument %version% (*.xfl) -filter.swf = SWF soubory (*.swf) - -error = Chyba -error.image.invalid = Neplatn\u00fd obr\u00e1zek. - -error.text.invalid = Neplatn\u00fd text: %text% na \u0159\u00e1dku %line% -error.file.save = Nelze ulo\u017eit soubor -error.file.write = Nelze zapisovat do souboru -error.export = Chyba b\u011bhem exportu - -export.select.directory = Vyberte adres\u00e1\u0159 pro export -export.finishedin = Exportov\u00e1no za %time% - -update.check.title = Vyhled\u00e1n\u00ed aktualizac\u00ed -update.check.nonewversion = Nov\u011bj\u0161\u00ed verze nebyla nalezena. - -message.helpus = Pros\u00edm nav\u0161tivte\r\n%url%\r\npro detaily. -message.homepage = Nav\u0161tivte domovskou str\u00e1nku na: \r\n%url% - -proxy = Proxy -proxy.start = Spustit proxy -proxy.stop = Zastavit proxy -proxy.show = Zobrazit proxy -exit = Ukon\u010den\u00ed - -panel.disassembled = Zdrojov\u00fd P-k\u00f3d -panel.decompiled = Zdrojov\u00fd ActionScript - -search.info = Hlead\u00e1n\u00ed "%text%" : -search.script = Skript - -constants = Konstanty -traits = Vlastnosti - -pleasewait = Pros\u00edm \u010dekejte - -abc.detail.methodtrait = Vlastnost Metoda/Getter/Setter -abc.detail.unsupported = - -abc.detail.slotconsttrait = Vlastnost Slot/Konstanta -abc.detail.traitname = N\u00e1zev: - -abc.detail.body.params.maxstack = Maxim\u00e1ln\u00ed stack: -abc.detail.body.params.localregcount = Po\u010det lok\u00e1ln\u00edch registr\u016f: -abc.detail.body.params.minscope = Min\u00e1ln\u00ed hloubka scope : -abc.detail.body.params.maxscope = Maxim\u00e1ln\u00ed hloubka scope : -abc.detail.body.params.autofill = Automaticky vyplnit p\u0159i ulo\u017een\u00ed (GLOB\u00c1LN\u00cd NASTAVEN\u00cd) -abc.detail.body.params.autofill.experimental = ...EXPERIMENT\u00c1LN\u00cd - -abc.detail.methodinfo.methodindex = Index metody: -abc.detail.methodinfo.parameters = Parametry: -abc.detail.methodinfo.returnvalue = Typ n\u00e1vratov\u00e9 hodnoty: - -error.methodinfo.params = Chyba parametr\u016f MethodInfo -error.methodinfo.returnvalue = Chyba n\u00e1vrat\u00e9ho typu MethodInfo - -abc.detail.methodinfo = MethodInfo -abc.detail.body.code = MethodBody K\u00f3d -abc.detail.body.params = MethodBody parametry - -abc.detail.slotconst.typevalue = Typ a Hodnota: - -error.slotconst.typevalue = Chyba typu a hodnoty SlotConst - -message.autofill.failed = Nelze z\u00edskat statistiky k\u00f3du pro automatick\u00e9 parametry body.\r\nOd\u0161krtn\u011bte automatick\u00e9 vypl\u0148ov\u00e1n\u00ed pro zamezen\u00ed t\u00e9to zpr\u00e1vy. -info.selecttrait = Vyberte t\u0159\u00eddu a klikn\u011bte na vlastnost v zdrojov\u00e9m ActionScriptu pro \u00fapravy. - -button.viewgraph = Zobrazit Graf -button.viewhex = Zobrazit Hex - -action.edit.experimental = (Experiment\u00e1ln\u00ed) - -message.action.saved = K\u00f3d \u00fasp\u011b\u0161n\u011b ulo\u017een - -error.action.save = %error% na \u0159\u00e1dku %line% - -message.confirm.remove = Opravdu chcete odebrat %item%\n a v\u0161echny objekty kter\u00e9 na t\u00e9to polo\u017ece z\u00e1vis\u00ed ? - +menu.file=Soubor +menu.file.open=Otev\u0159\u00edt... +menu.file.save=Ulo\u017eit +menu.file.saveas=Ulo\u017eit jako... +menu.file.export.fla=Exportovat do FLA +menu.file.export.all=Exportovat v\u0161e +menu.file.export.selection=Exportovat vybran\u00e9 +menu.file.exit=Ukon\u010dit +menu.tools=N\u00e1stroje +menu.tools.searchas=Prohledat ActionScript... +menu.tools.proxy=Proxy +menu.tools.deobfuscation=Deobfuskace +menu.tools.deobfuscation.pcode=Deobfuskace P-k\u00f3du... +menu.tools.deobfuscation.globalrename=Glob\u00e1ln\u011b p\u0159ejmenovat identifik\u00e1tor +menu.tools.deobfuscation.renameinvalid=P\u0159ejmenovat neplatn\u00e9 identifik\u00e1tory +menu.tools.gotoDocumentClass=P\u0159ej\u00edt na hlavn\u00ed t\u0159\u00eddu dokumentu +menu.settings=Nastaven\u00ed +menu.settings.autodeobfuscation=Automatick\u00e1 deobfuskace +menu.settings.internalflashviewer=Pou\u017e\u00edvat vlastn\u00ed prohl\u00ed\u017ee\u010d Flashe +menu.settings.parallelspeedup=Paraleln\u00ed zrychlen\u00ed +menu.settings.disabledecompilation=Zak\u00e1zat dekompilaci (Pouze P-k\u00f3d) +menu.settings.addtocontextmenu=P\u0159idat FFDec do kontextov\u00e9ho menu SWF +menu.settings.language=Zm\u011bnit jazyk +menu.settings.cacheOnDisk=Pou\u017e\u00edvat cache na disku +menu.settings.gotoMainClassOnStartup=Zv\u00fdraznit hlavn\u00ed t\u0159\u00eddu po startu +menu.help=N\u00e1pov\u011bda +menu.help.checkupdates=Zkontrolovat novou verzi... +menu.help.helpus=Pomo\u017ete n\u00e1m! +menu.help.homepage=Nav\u0161t\u00edvit domovskou str\u00e1nku +menu.help.about=O aplikaci... +contextmenu.remove=Odebrat +button.save=Ulo\u017eit +button.edit=Upravit +button.cancel=Storno +button.replace=Nahradit... +notavailonthisplatform=N\u00e1hled tohoto objektu nen\u00ed dostupn\u00fd na t\u00e9to platform\u011b. (pouze Windows) +swfpreview=n\u00e1hled SWF +swfpreview.internal=n\u00e1hled SWF (vlastn\u00ed prohl\u00ed\u017ee\u010d) +parameters=Parametry +rename.enternew=Zadejte nov\u00fd n\u00e1zev: +rename.finished.identifier=Identifik\u00e1tor p\u0159ejmenov\u00e1n. +rename.finished.multiname=%count% multiname p\u0159ejmenov\u00e1no. +node.texts=texty +node.images=obr\u00e1zky +node.movies=videa +node.sounds=zvuky +node.binaryData=bin\u00e1rn\u00ed data +node.fonts=p\u00edsma +node.sprites=sprity +node.shapes=tvary +node.morphshapes=morphshapes +node.buttons=tla\u010d\u00edtka +node.frames=sn\u00edmky +node.scripts=skripty +message.warning=Varov\u00e1n\u00ed +message.confirm.experimental=N\u00e1sleduj\u00edc\u00ed procedura m\u016f\u017ee po\u0161kodit SWF soubor kter\u00fd mo\u017en\u00e1 nep\u016fjde p\u0159ehr\u00e1t.\r\nPOU\u017d\u00cdVAT NA VLASTN\u00cd RIZIKO. Chcete pokra\u010dovat? +message.confirm.parallel=parallelismus m\u016f\u017ee urychlit na\u010d\u00edt\u00e1n\u00ed a dekompilaci ale pou\u017e\u00edv\u00e1 v\u00edce pam\u011bti. +message.confirm.on=Chcete to ZAPNOUT? +message.confirm.off=Chcete to VYPNOUT? +message.confirm=Potvrzen\u00ed +message.confirm.autodeobfuscate=Automatick\u00e1 deobfuskace je zp\u016fsob jak dekompilovat obfuskovan\u00fd k\u00f3d.\r\nDeobfuskace vede k pomalej\u0161\u00ed dekompilaci a n\u011bkter\u00fd nepou\u017eit\u00fd k\u00f3d m\u016f\u017ee b\u00fdt odstran\u011bn.\r\nPokud k\u00f3d nen\u00ed obfuskovan\u00fd, je lep\u0161\u00ed autodeobfuskaci vypnout. +message.parallel=parallelismus +message.trait.saved=Vlastnost \u00fasp\u011b\u0161n\u011b ulo\u017eena +message.constant.new.string=\u0158et\u011bzec "%value%" neexistuje v tabulce konstant. Chcete ho p\u0159idat? +message.constant.new.string.title=P\u0159idat \u0158et\u011bzec +message.constant.new.integer=Cel\u00e9 \u010d\u00edslo "%value%" neexistuje v tabulce konstant. Chcete ho p\u0159idat? +message.constant.new.integer.title=P\u0159idat Cel\u00e9 \u010d\u00edslo +message.constant.new.unsignedinteger=P\u0159irozen\u00e9 \u010d\u00edslo "%value%" neexistuje v tabulce konstant. Chcete ho p\u0159idat? +message.constant.new.unsignedinteger.title=P\u0159idat P\u0159irozen\u00e9 \u010d\u00edslo +message.constant.new.double=Racion\u00e1ln\u00ed \u010d\u00edslo "%value%" neexistuje v tabulce konstant. Chcete ho p\u0159idat? +message.constant.new.double.title=P\u0159idat Racion\u00e1ln\u00ed \u010d\u00edslo +work.buffering=Na\u010d\u00edt\u00e1n\u00ed +work.waitingfordissasembly=\u010cek\u00e1n\u00ed na disassemblaci +work.gettinghilights=Z\u00edsk\u00e1v\u00e1n\u00ed zv\u00fdraz\u011bn\u00ed +work.disassembling=Disassemblov\u00e1n\u00ed +work.exporting=Exportov\u00e1n\u00ed +work.searching=Vyhled\u00e1v\u00e1n\u00ed +work.renaming=P\u0159ejmenov\u00e1n\u00ed +work.exporting.fla=Exportov\u00e1n\u00ed FLA +work.renaming.identifiers=P\u0159ejmenov\u00e1n\u00ed identifik\u00e1tor\u016f +work.deobfuscating=Deobfuskov\u00e1n\u00ed +work.decompiling=Dekompilov\u00e1n\u00ed +work.gettingvariables=Z\u00edsk\u00e1v\u00e1m prom\u011bnn\u00e9 +work.reading.swf=\u010cten\u00ed SWF +work.creatingwindow=Vytv\u00e1\u0159en\u00ed okna +work.buildingscripttree=Vytv\u00e1\u0159en\u00ed stromu skript\u016f +work.deobfuscating.complete=Deobfuskace kompletn\u00ed +message.search.notfound=\u0158et\u011bzec "%searchtext%" nenalezen. +message.search.notfound.title=Nenalezeno +message.rename.notfound.multiname=Na m\u00edst\u011b kurzoru nen\u00ed \u017e\u00e1dn\u00e9 multiname +message.rename.notfound.identifier=Na m\u00edst\u011b kurzoru nen\u00ed \u017e\u00e1dn\u00fd identifik\u00e1tor +message.rename.notfound.title=Nenalezeno +message.rename.renamed=Po\u010det p\u0159ejmenovan\u00fdch identifik\u00e1tor\u016f: %count% +filter.images=Obr\u00e1zky (%extensions%) +filter.fla=Dokument %version% (*.fla) +filter.xfl=Nekomprimovan\u00fd Dokument %version% (*.xfl) +filter.swf=SWF soubory (*.swf) +error=Chyba +error.image.invalid=Neplatn\u00fd obr\u00e1zek. +error.text.invalid=Neplatn\u00fd text: %text% na \u0159\u00e1dku %line% +error.file.save=Nelze ulo\u017eit soubor +error.file.write=Nelze zapisovat do souboru +error.export=Chyba b\u011bhem exportu +export.select.directory=Vyberte adres\u00e1\u0159 pro export +export.finishedin=Exportov\u00e1no za %time% +update.check.title=Vyhled\u00e1n\u00ed aktualizac\u00ed +update.check.nonewversion=Nov\u011bj\u0161\u00ed verze nebyla nalezena. +message.helpus=Pros\u00edm nav\u0161tivte\r\n%url%\r\npro detaily. +message.homepage=Nav\u0161tivte domovskou str\u00e1nku na: \r\n%url% +proxy=Proxy +proxy.start=Spustit proxy +proxy.stop=Zastavit proxy +proxy.show=Zobrazit proxy +exit=Ukon\u010den\u00ed +panel.disassembled=Zdrojov\u00fd P-k\u00f3d +panel.decompiled=Zdrojov\u00fd ActionScript +search.info=Hlead\u00e1n\u00ed "%text%" : +search.script=Skript +constants=Konstanty +traits=Vlastnosti +pleasewait=Pros\u00edm \u010dekejte +abc.detail.methodtrait=Vlastnost Metoda/Getter/Setter +abc.detail.unsupported=- +abc.detail.slotconsttrait=Vlastnost Slot/Konstanta +abc.detail.traitname=N\u00e1zev: +abc.detail.body.params.maxstack=Maxim\u00e1ln\u00ed stack: +abc.detail.body.params.localregcount=Po\u010det lok\u00e1ln\u00edch registr\u016f: +abc.detail.body.params.minscope=Min\u00e1ln\u00ed hloubka scope : +abc.detail.body.params.maxscope=Maxim\u00e1ln\u00ed hloubka scope : +abc.detail.body.params.autofill=Automaticky vyplnit p\u0159i ulo\u017een\u00ed (GLOB\u00c1LN\u00cd NASTAVEN\u00cd) +abc.detail.body.params.autofill.experimental=...EXPERIMENT\u00c1LN\u00cd +abc.detail.methodinfo.methodindex=Index metody: +abc.detail.methodinfo.parameters=Parametry: +abc.detail.methodinfo.returnvalue=Typ n\u00e1vratov\u00e9 hodnoty: +error.methodinfo.params=Chyba parametr\u016f MethodInfo +error.methodinfo.returnvalue=Chyba n\u00e1vrat\u00e9ho typu MethodInfo +abc.detail.methodinfo=MethodInfo +abc.detail.body.code=MethodBody K\u00f3d +abc.detail.body.params=MethodBody parametry +abc.detail.slotconst.typevalue=Typ a Hodnota: +error.slotconst.typevalue=Chyba typu a hodnoty SlotConst +message.autofill.failed=Nelze z\u00edskat statistiky k\u00f3du pro automatick\u00e9 parametry body.\r\nOd\u0161krtn\u011bte automatick\u00e9 vypl\u0148ov\u00e1n\u00ed pro zamezen\u00ed t\u00e9to zpr\u00e1vy. +info.selecttrait=Vyberte t\u0159\u00eddu a klikn\u011bte na vlastnost v zdrojov\u00e9m ActionScriptu pro \u00fapravy. +button.viewgraph=Zobrazit Graf +button.viewhex=Zobrazit Hex +action.edit.experimental=(Experiment\u00e1ln\u00ed) +message.action.saved=K\u00f3d \u00fasp\u011b\u0161n\u011b ulo\u017een +error.action.save=%error% na \u0159\u00e1dku %line% +message.confirm.remove=Opravdu chcete odebrat %item%\n a v\u0161echny objekty kter\u00e9 na t\u00e9to polo\u017ece z\u00e1vis\u00ed ? #after version 1.6.5u1: - -button.ok = OK - -font.name = N\u00e1zev p\u00edsma: -font.isbold = Je tu\u010dn\u00e9: -font.isitalic = Je kurz\u00edvou: -font.ascent = Horn\u00ed dotah (ascent): -font.descent = Doln\u00ed dotah (descent): -font.leading = \u0158\u00e1dkov\u00fd proklad (leading): -font.characters = Znaky: -font.characters.add = P\u0159idat znaky: -value.unknown = ? - -yes = ano -no = ne - -errors.present = V logu jsou CHYBY. Klikn\u011bte pro zobrazen\u00ed. -errors.none = V logu nejsou \u017e\u00e1dn\u00e9 chyby - +button.ok=OK +font.name=N\u00e1zev p\u00edsma: +font.isbold=Je tu\u010dn\u00e9: +font.isitalic=Je kurz\u00edvou: +font.ascent=Horn\u00ed dotah (ascent): +font.descent=Doln\u00ed dotah (descent): +font.leading=\u0158\u00e1dkov\u00fd proklad (leading): +font.characters=Znaky: +font.characters.add=P\u0159idat znaky: +value.unknown=? +yes=ano +no=ne +errors.present=V logu jsou CHYBY. Klikn\u011bte pro zobrazen\u00ed. +errors.none=V logu nejsou \u017e\u00e1dn\u00e9 chyby #after version 1.6.6: - -dialog.message.title = Zpr\u00e1va -dialog.select.title = Vyberte si - -button.yes = Ano -button.no = Ne - -FileChooser.openButtonText = Otev\u0159\u00edt -FileChooser.openButtonToolTipText = Otev\u0159\u00edt -FileChooser.lookInLabelText = Vyhledat v: -FileChooser.acceptAllFileFilterText = V\u0161echny soubory -FileChooser.filesOfTypeLabelText = Soubory typu: -FileChooser.fileNameLabelText = N\u00e1zev souboru: -FileChooser.listViewButtonToolTipText = Seznam -FileChooser.listViewButtonAccessibleName = Seznam -FileChooser.detailsViewButtonToolTipText = Detaily -FileChooser.detailsViewButtonAccessibleName = Detaily -FileChooser.upFolderToolTipText = O \u00farove\u0148 v\u00fd\u0161 -FileChooser.upFolderAccessibleName = O \u00farove\u0148 v\u00fd\u0161 -FileChooser.homeFolderToolTipText = Domovsk\u00e1 slo\u017eka -FileChooser.homeFolderAccessibleName = Dom\u016f -FileChooser.fileNameHeaderText = N\u00e1zev -FileChooser.fileSizeHeaderText = Velikost -FileChooser.fileTypeHeaderText = Typ -FileChooser.fileDateHeaderText = Datum -FileChooser.fileAttrHeaderText = Vlastnosti -FileChooser.openDialogTitleText = Otev\u0159\u00edt -FileChooser.directoryDescriptionText = Slo\u017eka -FileChooser.directoryOpenButtonText = Otev\u0159\u00edt -FileChooser.directoryOpenButtonToolTipText = Otev\u0159\u00edt vybranou slo\u017eku -FileChooser.fileDescriptionText = Obecn\u00fd soubor -FileChooser.helpButtonText = N\u00e1pov\u011bda -FileChooser.helpButtonToolTipText = N\u00e1pov\u011bda v\u00fdb\u011bru souboru -FileChooser.newFolderAccessibleName = Nov\u00e1 slo\u017eka -FileChooser.newFolderErrorText = Chyba p\u0159i vytv\u00e1\u0159en\u00ed nov\u00e9 slo\u017eky -FileChooser.newFolderToolTipText = Vytvo\u0159it novou slo\u017eku -FileChooser.other.newFolder = NovaSlozka -FileChooser.other.newFolder.subsequent = NovaSlozka.{0} -FileChooser.win32.newFolder = Nov\u00e1 Slo\u017eka -FileChooser.win32.newFolder.subsequent = Nov\u00e1 Slo\u017eka ({0}) -FileChooser.saveButtonText = Ulo\u017eit -FileChooser.saveButtonToolTipText = Ulo\u017eit vybran\u00fd soubor -FileChooser.saveDialogTitleText = Ulo\u017eit -FileChooser.saveInLabelText = Ulo\u017eit do: -FileChooser.updateButtonText = Obnoven\u00ed -FileChooser.updateButtonToolTipText = Obnoven\u00ed v\u00fdpisu adres\u00e1\u0159e - +dialog.message.title=Zpr\u00e1va +dialog.select.title=Vyberte si +button.yes=Ano +button.no=Ne +FileChooser.openButtonText=Otev\u0159\u00edt +FileChooser.openButtonToolTipText=Otev\u0159\u00edt +FileChooser.lookInLabelText=Vyhledat v: +FileChooser.acceptAllFileFilterText=V\u0161echny soubory +FileChooser.filesOfTypeLabelText=Soubory typu: +FileChooser.fileNameLabelText=N\u00e1zev souboru: +FileChooser.listViewButtonToolTipText=Seznam +FileChooser.listViewButtonAccessibleName=Seznam +FileChooser.detailsViewButtonToolTipText=Detaily +FileChooser.detailsViewButtonAccessibleName=Detaily +FileChooser.upFolderToolTipText=O \u00farove\u0148 v\u00fd\u0161 +FileChooser.upFolderAccessibleName=O \u00farove\u0148 v\u00fd\u0161 +FileChooser.homeFolderToolTipText=Domovsk\u00e1 slo\u017eka +FileChooser.homeFolderAccessibleName=Dom\u016f +FileChooser.fileNameHeaderText=N\u00e1zev +FileChooser.fileSizeHeaderText=Velikost +FileChooser.fileTypeHeaderText=Typ +FileChooser.fileDateHeaderText=Datum +FileChooser.fileAttrHeaderText=Vlastnosti +FileChooser.openDialogTitleText=Otev\u0159\u00edt +FileChooser.directoryDescriptionText=Slo\u017eka +FileChooser.directoryOpenButtonText=Otev\u0159\u00edt +FileChooser.directoryOpenButtonToolTipText=Otev\u0159\u00edt vybranou slo\u017eku +FileChooser.fileDescriptionText=Obecn\u00fd soubor +FileChooser.helpButtonText=N\u00e1pov\u011bda +FileChooser.helpButtonToolTipText=N\u00e1pov\u011bda v\u00fdb\u011bru souboru +FileChooser.newFolderAccessibleName=Nov\u00e1 slo\u017eka +FileChooser.newFolderErrorText=Chyba p\u0159i vytv\u00e1\u0159en\u00ed nov\u00e9 slo\u017eky +FileChooser.newFolderToolTipText=Vytvo\u0159it novou slo\u017eku +FileChooser.other.newFolder=NovaSlozka +FileChooser.other.newFolder.subsequent=NovaSlozka.{0} +FileChooser.win32.newFolder=Nov\u00e1 Slo\u017eka +FileChooser.win32.newFolder.subsequent=Nov\u00e1 Slo\u017eka ({0}) +FileChooser.saveButtonText=Ulo\u017eit +FileChooser.saveButtonToolTipText=Ulo\u017eit vybran\u00fd soubor +FileChooser.saveDialogTitleText=Ulo\u017eit +FileChooser.saveInLabelText=Ulo\u017eit do: +FileChooser.updateButtonText=Obnoven\u00ed +FileChooser.updateButtonToolTipText=Obnoven\u00ed v\u00fdpisu adres\u00e1\u0159e #after version 1.6.6u2: - -FileChooser.detailsViewActionLabel.textAndMnemonic = Detaily -FileChooser.detailsViewButtonToolTip.textAndMnemonic = Detaily -FileChooser.fileAttrHeader.textAndMnemonic = Vlastnosti -FileChooser.fileDateHeader.textAndMnemonic = Zm\u011bn\u011bno -FileChooser.fileNameHeader.textAndMnemonic = N\u00e1zev -FileChooser.fileNameLabel.textAndMnemonic = N\u00e1zev souboru: -FileChooser.fileSizeHeader.textAndMnemonic = Velikost -FileChooser.fileTypeHeader.textAndMnemonic = Typ -FileChooser.filesOfTypeLabel.textAndMnemonic = Soubory typu: -FileChooser.folderNameLabel.textAndMnemonic = N\u00e1zev slo\u017eky: -FileChooser.homeFolderToolTip.textAndMnemonic = Dom\u016f -FileChooser.listViewActionLabel.textAndMnemonic = Seznam -FileChooser.listViewButtonToolTip.textAndMnemonic = Seznam -FileChooser.lookInLabel.textAndMnemonic = Vyhledat v: -FileChooser.newFolderActionLabel.textAndMnemonic = Nov\u00e1 slo\u017eka -FileChooser.newFolderToolTip.textAndMnemonic = Vytvo\u0159it novou slo\u017eku -FileChooser.refreshActionLabel.textAndMnemonic = Obnovit -FileChooser.saveInLabel.textAndMnemonic = Vyhledat v: -FileChooser.upFolderToolTip.textAndMnemonic = O \u00farove\u0148 v\u00fd\u0161 -FileChooser.viewMenuButtonAccessibleName = Menu Zobrazit -FileChooser.viewMenuButtonToolTipText = Menu Zobrazit -FileChooser.viewMenuLabel.textAndMnemonic = Zobrazit -FileChooser.newFolderActionLabelText = Nov\u00e1 slo\u017eka -FileChooser.listViewActionLabelText = Seznam -FileChooser.detailsViewActionLabelText = Detaily -FileChooser.refreshActionLabelText = Obnovit -FileChooser.sortMenuLabelText = Se\u0159adit ikony podle -FileChooser.viewMenuLabelText = Zobrazit -FileChooser.fileSizeKiloBytes = {0} KB -FileChooser.fileSizeMegaBytes = {0} MB -FileChooser.fileSizeGigaBytes = {0} GB -FileChooser.folderNameLabelText = N\u00e1zev slo\u017eky: - -error.occured = Do\u0161lo k chyb\u011b : %error% -button.abort = P\u0159eru\u0161it -button.retry = Znovu -button.ignore = Ignorovat - -font.source = Zdrojov\u00e9 p\u00edsmo: - +FileChooser.detailsViewActionLabel.textAndMnemonic=Detaily +FileChooser.detailsViewButtonToolTip.textAndMnemonic=Detaily +FileChooser.fileAttrHeader.textAndMnemonic=Vlastnosti +FileChooser.fileDateHeader.textAndMnemonic=Zm\u011bn\u011bno +FileChooser.fileNameHeader.textAndMnemonic=N\u00e1zev +FileChooser.fileNameLabel.textAndMnemonic=N\u00e1zev souboru: +FileChooser.fileSizeHeader.textAndMnemonic=Velikost +FileChooser.fileTypeHeader.textAndMnemonic=Typ +FileChooser.filesOfTypeLabel.textAndMnemonic=Soubory typu: +FileChooser.folderNameLabel.textAndMnemonic=N\u00e1zev slo\u017eky: +FileChooser.homeFolderToolTip.textAndMnemonic=Dom\u016f +FileChooser.listViewActionLabel.textAndMnemonic=Seznam +FileChooser.listViewButtonToolTip.textAndMnemonic=Seznam +FileChooser.lookInLabel.textAndMnemonic=Vyhledat v: +FileChooser.newFolderActionLabel.textAndMnemonic=Nov\u00e1 slo\u017eka +FileChooser.newFolderToolTip.textAndMnemonic=Vytvo\u0159it novou slo\u017eku +FileChooser.refreshActionLabel.textAndMnemonic=Obnovit +FileChooser.saveInLabel.textAndMnemonic=Vyhledat v: +FileChooser.upFolderToolTip.textAndMnemonic=O \u00farove\u0148 v\u00fd\u0161 +FileChooser.viewMenuButtonAccessibleName=Menu Zobrazit +FileChooser.viewMenuButtonToolTipText=Menu Zobrazit +FileChooser.viewMenuLabel.textAndMnemonic=Zobrazit +FileChooser.newFolderActionLabelText=Nov\u00e1 slo\u017eka +FileChooser.listViewActionLabelText=Seznam +FileChooser.detailsViewActionLabelText=Detaily +FileChooser.refreshActionLabelText=Obnovit +FileChooser.sortMenuLabelText=Se\u0159adit ikony podle +FileChooser.viewMenuLabelText=Zobrazit +FileChooser.fileSizeKiloBytes={0} KB +FileChooser.fileSizeMegaBytes={0} MB +FileChooser.fileSizeGigaBytes={0} GB +FileChooser.folderNameLabelText=N\u00e1zev slo\u017eky: +error.occured=Do\u0161lo k chyb\u011b : %error% +button.abort=P\u0159eru\u0161it +button.retry=Znovu +button.ignore=Ignorovat +font.source=Zdrojov\u00e9 p\u00edsmo: #after version 1.6.7: - -menu.export = Export -menu.general = Hlavn\u00ed -menu.language = Jazyk - -startup.welcometo = V\u00edtejte v programu -startup.selectopen = Pro za\u010d\u00e1tek klikn\u011bte na otev\u0159\u00edt v horn\u00edm panelu nebo p\u0159et\u00e1hn\u011bte SWF soubor p\u0159\u00edmo do tohoto okna. - -error.font.nocharacter = Vybran\u00e9 zdrojov\u00e9 p\u00edsmo neobsahuje znak "%char%". - -warning.initializers = Statick\u00e9 atributy a konstanty jsou \u010dasto inicializov\u00e1ny pomoc\u00ed inicializ\u00e1tor\u016f.\nPokud to uprav\u00edte zde, obvykle to nesta\u010d\u00ed! - +menu.export=Export +menu.general=Hlavn\u00ed +menu.language=Jazyk +startup.welcometo=V\u00edtejte v programu +startup.selectopen=Pro za\u010d\u00e1tek klikn\u011bte na otev\u0159\u00edt v horn\u00edm panelu nebo p\u0159et\u00e1hn\u011bte SWF soubor p\u0159\u00edmo do tohoto okna. +error.font.nocharacter=Vybran\u00e9 zdrojov\u00e9 p\u00edsmo neobsahuje znak "%char%". +warning.initializers=Statick\u00e9 atributy a konstanty jsou \u010dasto inicializov\u00e1ny pomoc\u00ed inicializ\u00e1tor\u016f.\nPokud to uprav\u00edte zde, obvykle to nesta\u010d\u00ed! #after version 1.7.0u1: - -menu.tools.searchMemory = Hledat SWF v pam\u011bti -menu.file.reload = Znovu na\u010d\u00edst -message.confirm.reload = Tato akce zru\u0161\u00ed v\u0161echny neulo\u017een\u00e9 zm\u011bny a znovu na\u010dte SWF soubor.\nChcete pokra\u010dovat? - -dialog.selectbkcolor.title = Vyberte barvu pozad\u00ed pro zobrazen\u00ed SWF -button.selectbkcolor.hint = Vybrat barvu pozad\u00ed - -ColorChooser.okText = OK -ColorChooser.cancelText = Storno -ColorChooser.resetText = Obnovit -ColorChooser.previewText = N\u00e1hled -ColorChooser.swatchesNameText = Vzorn\u00edk -ColorChooser.swatchesRecentText = Ned\u00e1vn\u00e9: -ColorChooser.sampleText = Vzorov\u00fd Text Vzorov\u00fd Text - +menu.tools.searchMemory=Hledat SWF v pam\u011bti +menu.file.reload=Znovu na\u010d\u00edst +message.confirm.reload=Tato akce zru\u0161\u00ed v\u0161echny neulo\u017een\u00e9 zm\u011bny a znovu na\u010dte SWF soubor.\nChcete pokra\u010dovat? +dialog.selectbkcolor.title=Vyberte barvu pozad\u00ed pro zobrazen\u00ed SWF +button.selectbkcolor.hint=Vybrat barvu pozad\u00ed +ColorChooser.okText=OK +ColorChooser.cancelText=Storno +ColorChooser.resetText=Obnovit +ColorChooser.previewText=N\u00e1hled +ColorChooser.swatchesNameText=Vzorn\u00edk +ColorChooser.swatchesRecentText=Ned\u00e1vn\u00e9: +ColorChooser.sampleText=Vzorov\u00fd Text Vzorov\u00fd Text #after version 1.7.1: - -preview.play = P\u0159ehr\u00e1t -preview.pause = Pauza -preview.stop = Zastavit - -message.confirm.removemultiple = Opravdu chcete odebrat %count% polo\u017eek\n a v\u0161echny objekty kter\u00e9 na nich z\u00e1vis\u00ed? - -menu.tools.searchCache = Prohledat cache prohl\u00ed\u017ee\u010d\u016f - +preview.play=P\u0159ehr\u00e1t +preview.pause=Pauza +preview.stop=Zastavit +message.confirm.removemultiple=Opravdu chcete odebrat %count% polo\u017eek\n a v\u0161echny objekty kter\u00e9 na nich z\u00e1vis\u00ed? +menu.tools.searchCache=Prohledat cache prohl\u00ed\u017ee\u010d\u016f #after version 1.7.2u2 - -error.trait.exists = Vlastnost s n\u00e1zvem "%name%" ji\u017e existuje. -button.addtrait = P\u0159idat vlastnost -button.font.embed = Vlo\u017eit... -button.yes.all = Ano v\u0161em -button.no.all = Ne v\u0161em -message.font.add.exists = Znak %char% ji\u017e v tagu p\u00edsma existuje.\nChcete ho nahradit? - -filter.gfx = ScaleForm GFx soubory (*.gfx) -filter.supported = V\u0161echny podporovan\u00e9 typy - -work.canceled = Stornov\u00e1no -work.restoringControlFlow = Obnovuji control flow -menu.advancedsettings.advancedsettings = Pokro\u010dil\u00e1 nastaven\u00ed -menu.recentFiles = Ned\u00e1vno otev\u0159en\u00e9 - +error.trait.exists=Vlastnost s n\u00e1zvem "%name%" ji\u017e existuje. +button.addtrait=P\u0159idat vlastnost +button.font.embed=Vlo\u017eit... +button.yes.all=Ano v\u0161em +button.no.all=Ne v\u0161em +message.font.add.exists=Znak %char% ji\u017e v tagu p\u00edsma existuje.\nChcete ho nahradit? +filter.gfx=ScaleForm GFx soubory (*.gfx) +filter.supported=V\u0161echny podporovan\u00e9 typy +work.canceled=Stornov\u00e1no +work.restoringControlFlow=Obnovuji control flow +menu.advancedsettings.advancedsettings=Pokro\u010dil\u00e1 nastaven\u00ed +menu.recentFiles=Ned\u00e1vno otev\u0159en\u00e9 #after version 1.7.4 -work.restoringControlFlow.complete = Control flow obnoven -message.confirm.recentFileNotFound = Soubor nenalezen. Chcete jej odebrat ze seznamu ned\u00e1vno otev\u0159en\u00fdch? -contextmenu.closeSwf = Zav\u0159\u00edt SWF -menu.settings.autoRenameIdentifiers = Automaticky p\u0159ejmenovat identifik\u00e1tory -menu.file.saveasexe = Ulo\u017eit jako Exe... -filter.exe = Spustiteln\u00e9 soubory (*.exe) - +work.restoringControlFlow.complete=Control flow obnoven +message.confirm.recentFileNotFound=Soubor nenalezen. Chcete jej odebrat ze seznamu ned\u00e1vno otev\u0159en\u00fdch? +contextmenu.closeSwf=Zav\u0159\u00edt SWF +menu.settings.autoRenameIdentifiers=Automaticky p\u0159ejmenovat identifik\u00e1tory +menu.file.saveasexe=Ulo\u017eit jako Exe... +filter.exe=Spustiteln\u00e9 soubory (*.exe) #after version 1.8.0 -font.updateTexts = Aktualizovat texty - +font.updateTexts=Aktualizovat texty #after version 1.8.0u1 -menu.file.close = Zav\u0159\u00edt -menu.file.closeAll = Zav\u0159\u00edt v\u0161e -menu.tools.otherTools = Dal\u0161\u00ed -menu.tools.otherTools.clearRecentFiles = Vymazat ned\u00e1vno otev\u0159en\u00e9 -fontName.name = N\u00e1zev pro zobrazen\u00ed: -fontName.copyright = Copyright p\u00edsma: -button.preview = N\u00e1hled -button.reset = Reset -errors.info = V logu jsou INFORMACE. Klikn\u011bte pro zobrazen\u00ed. -errors.warning = V logu jsou VAROV\u00c1N\u00cd. Klikn\u011bte pro zobrazen\u00ed. - -decompilationError = Chyba dekompilace - -disassemblingProgress.toString = toString -disassemblingProgress.reading = \u010cten\u00ed -disassemblingProgress.deobfuscating = Deobfuskace - -contextmenu.moveTag = P\u0159esunout tag do - -filter.swc = SWC soubory komponent (*.swc) -filter.zip = ZIP komprimovan\u00e9 soubory (*.zip) -filter.binary = Bin\u00e1rn\u00ed vyhled\u00e1v\u00e1n\u00ed - v\u0161echny soubory (*.*) - -open.error = Chyba -open.error.fileNotFound = Soubor nenalezen -open.error.cannotOpen = Soubor nelze otev\u0159\u00edt - -node.others = ostatn\u00ed - +menu.file.close=Zav\u0159\u00edt +menu.file.closeAll=Zav\u0159\u00edt v\u0161e +menu.tools.otherTools=Dal\u0161\u00ed +menu.tools.otherTools.clearRecentFiles=Vymazat ned\u00e1vno otev\u0159en\u00e9 +fontName.name=N\u00e1zev pro zobrazen\u00ed: +fontName.copyright=Copyright p\u00edsma: +button.preview=N\u00e1hled +button.reset=Reset +errors.info=V logu jsou INFORMACE. Klikn\u011bte pro zobrazen\u00ed. +errors.warning=V logu jsou VAROV\u00c1N\u00cd. Klikn\u011bte pro zobrazen\u00ed. +decompilationError=Chyba dekompilace +disassemblingProgress.toString=toString +disassemblingProgress.reading=\u010cten\u00ed +disassemblingProgress.deobfuscating=Deobfuskace +contextmenu.moveTag=P\u0159esunout tag do +filter.swc=SWC soubory komponent (*.swc) +filter.zip=ZIP komprimovan\u00e9 soubory (*.zip) +filter.binary=Bin\u00e1rn\u00ed vyhled\u00e1v\u00e1n\u00ed - v\u0161echny soubory (*.*) +open.error=Chyba +open.error.fileNotFound=Soubor nenalezen +open.error.cannotOpen=Soubor nelze otev\u0159\u00edt +node.others=ostatn\u00ed #after version 1.8.1 -menu.tools.search = Hled\u00e1n\u00ed textu - +menu.tools.search=Hled\u00e1n\u00ed textu #after version 1.8.1u1 -menu.tools.timeline = \u010casov\u00e1 osa - -dialog.selectcolor.title = Vyberte barvu -button.selectcolor.hint = Kliknut\u00edm vyberete barvu - +menu.tools.timeline=\u010casov\u00e1 osa +dialog.selectcolor.title=Vyberte barvu +button.selectcolor.hint=Kliknut\u00edm vyberete barvu #default item name, will be used in following sentences -generictag.array.item = polo\u017eku -generictag.array.insertbeginning = Vlo\u017eit %item% na za\u010d\u00e1tek -generictag.array.insertbefore = Vlo\u017eit %item% p\u0159ed -generictag.array.remove = Odstranit %item% -generictag.array.insertafter = Vlo\u017eit %item% za -generictag.array.insertend = Vlo\u017eit %item% na konec - +generictag.array.item=polo\u017eku +generictag.array.insertbeginning=Vlo\u017eit %item% na za\u010d\u00e1tek +generictag.array.insertbefore=Vlo\u017eit %item% p\u0159ed +generictag.array.remove=Odstranit %item% +generictag.array.insertafter=Vlo\u017eit %item% za +generictag.array.insertend=Vlo\u017eit %item% na konec #after version 2.0.0 -contextmenu.expandAll = Rozbalit v\u0161e - -filter.sounds = Podporovan\u00e9 zvukov\u00e9 form\u00e1ty (*.wav, *.mp3) -filter.sounds.wav = Wave form\u00e1t (*.wav) -filter.sounds.mp3 = MP3 komprimovan\u00fd form\u00e1t (*.mp3) - -error.sound.invalid = Neplatn\u00fd zvuk. - -button.prev = P\u0159edchoz\u00ed -button.next = Dal\u0161\u00ed - +contextmenu.expandAll=Rozbalit v\u0161e +filter.sounds=Podporovan\u00e9 zvukov\u00e9 form\u00e1ty (*.wav, *.mp3) +filter.sounds.wav=Wave form\u00e1t (*.wav) +filter.sounds.mp3=MP3 komprimovan\u00fd form\u00e1t (*.mp3) +error.sound.invalid=Neplatn\u00fd zvuk. +button.prev=P\u0159edchoz\u00ed +button.next=Dal\u0161\u00ed #after version 2.1.0 -message.action.playerglobal.title = Vy\u017eadov\u00e1na knihovna PlayerGlobal -message.action.playerglobal.needed = Pro p\u0159\u00edmou editaci ActionScriptu 3 je pot\u0159eba knihovna "PlayerGlobal.swc", kterou lze stahnout ze str\u00e1nek Adobe\r\n%adobehomepage%\r\nStiskn\u011bte OK pro p\u0159echod na stahovac\u00ed str\u00e1nku. -message.action.playerglobal.place = St\u00e1hn\u011bte knihovnu nazvanou PlayerGlobal(.swc), a um\u00edst\u011bte j\u00ed do adres\u00e1\u0159e\r\n%libpath%\r\n Stiskn\u011bte OK pro pokra\u010dov\u00e1n\u00ed. - -message.confirm.experimental.function = Tato funkce je EXPERIMENT\u00c1LN\u00cd. To znamen\u00e1, \u017ee byste nem\u011bli v\u011b\u0159it jej\u00edm v\u00fdsledk\u016fm a SWF soubor m\u016f\u017ee po ulo\u017een\u00ed p\u0159estat fungovat. -message.confirm.donotshowagain = P\u0159\u00ed\u0161t\u011b nezobrazovat - -menu.import = Import -menu.file.import.text = Importovat text -import.select.directory = Vyberte adres\u00e1\u0159 pro import -error.text.import = Chyba b\u011bhem importu textu. Chcete pokra\u010dovat? - +message.action.playerglobal.title=Vy\u017eadov\u00e1na knihovna PlayerGlobal +message.action.playerglobal.needed=Pro p\u0159\u00edmou editaci ActionScriptu 3 je pot\u0159eba knihovna "PlayerGlobal.swc", kterou lze stahnout ze str\u00e1nek Adobe\r\n%adobehomepage%\r\nStiskn\u011bte OK pro p\u0159echod na stahovac\u00ed str\u00e1nku. +message.action.playerglobal.place=St\u00e1hn\u011bte knihovnu nazvanou PlayerGlobal(.swc), a um\u00edst\u011bte j\u00ed do adres\u00e1\u0159e\r\n%libpath%\r\n Stiskn\u011bte OK pro pokra\u010dov\u00e1n\u00ed. +message.confirm.experimental.function=Tato funkce je EXPERIMENT\u00c1LN\u00cd. To znamen\u00e1, \u017ee byste nem\u011bli v\u011b\u0159it jej\u00edm v\u00fdsledk\u016fm a SWF soubor m\u016f\u017ee po ulo\u017een\u00ed p\u0159estat fungovat. +message.confirm.donotshowagain=P\u0159\u00ed\u0161t\u011b nezobrazovat +menu.import=Import +menu.file.import.text=Importovat text +import.select.directory=Vyberte adres\u00e1\u0159 pro import +error.text.import=Chyba b\u011bhem importu textu. Chcete pokra\u010dovat? #after version 2.1.1 -contextmenu.removeWithDependencies = Odstranit se z\u00e1vislostmi - -abc.action.find-usages = Naj\u00edt pou\u017eit\u00ed -abc.action.find-declaration = Naj\u00edt deklaraci - -contextmenu.rawEdit = P\u0159\u00edm\u00e1 editace -contextmenu.jumpToCharacter = Skok na charakter - -menu.settings.dumpView = Zobrazit Dump - -menu.view = Zobrazen\u00ed -menu.file.view.resources = Zdroje -menu.file.view.hex = Hex dump - -node.header = hlavi\u010dka - -header.signature = Signatura: -header.compression = Komprese: -header.compression.lzma = LZMA -header.compression.zlib = ZLIB -header.compression.none = Bez komprese -header.version = Verze SWF: -header.gfx = GFX: -header.filesize = Velikost souboru: -header.framerate = Frekvence sn\u00edmk\u016f: -header.framecount = Po\u010det sn\u00edmk\u016f: -header.displayrect = Zobrazen\u00fd obd\u00e9ln\u00edk: -header.displayrect.value.twips = %xmin%,%ymin% => %xmax%,%ymax% twip\u016f -header.displayrect.value.pixels = %xmin%,%ymin% => %xmax%,%ymax% pixel\u016f - -contextmenu.saveToFile = Ulo\u017eit do souboru -contextmenu.parseActions = Naparsovat akce -contextmenu.parseABC = Naparsovat ABC -contextmenu.parseInstructions = Naparsovat AVM2 instrukce - -menu.deobfuscation = Deobfuskace -menu.file.deobfuscation.old = Star\u00fd zp\u016fsob -menu.file.deobfuscation.new = Nov\u00fd zp\u016fsob - -contextmenu.openswfinside = Otev\u0159\u00edt SWF uvnit\u0159 -binarydata.swfInside = Vypad\u00e1 to, \u017ee uvnit\u0159 v tomto BinaryData tagu se nach\u00e1z\u00ed SWF soubor. Klikn\u011bte zde pro jeho na\u010dten\u00ed jako podstrom. - +contextmenu.removeWithDependencies=Odstranit se z\u00e1vislostmi +abc.action.find-usages=Naj\u00edt pou\u017eit\u00ed +abc.action.find-declaration=Naj\u00edt deklaraci +contextmenu.rawEdit=P\u0159\u00edm\u00e1 editace +contextmenu.jumpToCharacter=Skok na charakter +menu.settings.dumpView=Zobrazit Dump +menu.view=Zobrazen\u00ed +menu.file.view.resources=Zdroje +menu.file.view.hex=Hex dump +node.header=hlavi\u010dka +header.signature=Signatura: +header.compression=Komprese: +header.compression.lzma=LZMA +header.compression.zlib=ZLIB +header.compression.none=Bez komprese +header.version=Verze SWF: +header.gfx=GFX: +header.filesize=Velikost souboru: +header.framerate=Frekvence sn\u00edmk\u016f: +header.framecount=Po\u010det sn\u00edmk\u016f: +header.displayrect=Zobrazen\u00fd obd\u00e9ln\u00edk: +header.displayrect.value.twips=%xmin%,%ymin% => %xmax%,%ymax% twip\u016f +header.displayrect.value.pixels=%xmin%,%ymin% => %xmax%,%ymax% pixel\u016f +contextmenu.saveToFile=Ulo\u017eit do souboru +contextmenu.parseActions=Naparsovat akce +contextmenu.parseABC=Naparsovat ABC +contextmenu.parseInstructions=Naparsovat AVM2 instrukce +menu.deobfuscation=Deobfuskace +menu.file.deobfuscation.old=Star\u00fd zp\u016fsob +menu.file.deobfuscation.new=Nov\u00fd zp\u016fsob +contextmenu.openswfinside=Otev\u0159\u00edt SWF uvnit\u0159 +binarydata.swfInside=Vypad\u00e1 to, \u017ee uvnit\u0159 v tomto BinaryData tagu se nach\u00e1z\u00ed SWF soubor. Klikn\u011bte zde pro jeho na\u010dten\u00ed jako podstrom. #after version 3.0.0 -button.zoomin.hint = P\u0159ibl\u00ed\u017eit -button.zoomout.hint = Odd\u00e1lit -button.zoomfit.hint = Rozt\u00e1hnout -button.zoomnone.hint = M\u011b\u0159\u00edtko 1:1 -button.snapshot.hint = Sn\u00edmek do schr\u00e1nky - -editorTruncateWarning = Text je o\u0159\u00edznut na pozici %chars% v lad\u00edc\u00edm m\u00f3du. - -font.name.intag = N\u00e1zev p\u00edsma v tagu: - -menu.debugger = Debugger -menu.debugger.switch = Debugger -menu.debugger.replacetrace = Nahradit vol\u00e1n\u00ed trace -menu.debugger.showlog = Zobrazit Log - -message.debugger = Tento SWF Debugger slou\u017e\u00ed jen k pos\u00edl\u00e1n\u00ed zpr\u00e1v do okna logu, konzole prohl\u00ed\u017ee\u010de nebo alert oken.\r\nNEN\u00cd ur\u010den pro krokov\u00e1n\u00ed k\u00f3du, breakpointy atd. - -contextmenu.addTag = P\u0159idat tag - -deobfuscation.comment.tryenable = Tip: m\u016f\u017eete zkusit povolit "Automatickou deobfuskaci" v nastaven\u00ed -deobfuscation.comment.failed = Deobfuskace je aktivn\u00ed, ale dekompilace p\u0159esto selhala. Pokud soubor NEN\u00cd obfuskov\u00e1n, zaka\u017ete "Automatickou deobfuskaci" pro lep\u0161\u00ed v\u00fdsledky. - +button.zoomin.hint=P\u0159ibl\u00ed\u017eit +button.zoomout.hint=Odd\u00e1lit +button.zoomfit.hint=Rozt\u00e1hnout +button.zoomnone.hint=M\u011b\u0159\u00edtko 1:1 +button.snapshot.hint=Sn\u00edmek do schr\u00e1nky +editorTruncateWarning=Text je o\u0159\u00edznut na pozici %chars% v lad\u00edc\u00edm m\u00f3du. +font.name.intag=N\u00e1zev p\u00edsma v tagu: +menu.debugger=Debugger +menu.debugger.switch=Debugger +menu.debugger.replacetrace=Nahradit vol\u00e1n\u00ed trace +menu.debugger.showlog=Zobrazit Log +message.debugger=Tento SWF Debugger slou\u017e\u00ed jen k pos\u00edl\u00e1n\u00ed zpr\u00e1v do okna logu, konzole prohl\u00ed\u017ee\u010de nebo alert oken.\r\nNEN\u00cd ur\u010den pro krokov\u00e1n\u00ed k\u00f3du, breakpointy atd. +contextmenu.addTag=P\u0159idat tag +deobfuscation.comment.tryenable=Tip: m\u016f\u017eete zkusit povolit "Automatickou deobfuskaci" v nastaven\u00ed +deobfuscation.comment.failed=Deobfuskace je aktivn\u00ed, ale dekompilace p\u0159esto selhala. Pokud soubor NEN\u00cd obfuskov\u00e1n, zaka\u017ete "Automatickou deobfuskaci" pro lep\u0161\u00ed v\u00fdsledky. #after version 4.0.2 -preview.nextframe = Dal\u0161\u00ed sn\u00edmek -preview.prevframe = P\u0159ede\u0161l\u00fd sn\u00edmek -preview.gotoframe = P\u0159ej\u00edt na sn\u00edmek... - -preview.gotoframe.dialog.title = P\u0159ej\u00edt na sn\u00edmek -preview.gotoframe.dialog.message = Zadejte \u010d\u00edslo sn\u00edmku (%min% - %max%) -preview.gotoframe.dialog.frame.error = Neplatn\u00e9 \u010d\u00edslo sn\u00edmku. Mus\u00ed to b\u00fdt \u010d\u00edslo v rozmez\u00ed %min% a %max%. - -error.text.invalid.continue = Neplatn\u00fd text: %text% na \u0159\u00e1dku %line%. Chcete pokra\u010dovat? - +preview.nextframe=Dal\u0161\u00ed sn\u00edmek +preview.prevframe=P\u0159ede\u0161l\u00fd sn\u00edmek +preview.gotoframe=P\u0159ej\u00edt na sn\u00edmek... +preview.gotoframe.dialog.title=P\u0159ej\u00edt na sn\u00edmek +preview.gotoframe.dialog.message=Zadejte \u010d\u00edslo sn\u00edmku (%min% - %max%) +preview.gotoframe.dialog.frame.error=Neplatn\u00e9 \u010d\u00edslo sn\u00edmku. Mus\u00ed to b\u00fdt \u010d\u00edslo v rozmez\u00ed %min% a %max%. +error.text.invalid.continue=Neplatn\u00fd text: %text% na \u0159\u00e1dku %line%. Chcete pokra\u010dovat? #after version 4.0.5 -contextmenu.copyTag = Kop\u00edrovat tag do -fit = p\u0159izp\u016fsobit -button.setAdvanceValues = Nastavit hodnoty advance - -menu.tools.replace = Nahrazen\u00ed textu - -message.confirm.close = Existuj\u00ed neulo\u017een\u00e9 zm\u011bny. Opravdu chcete zav\u0159\u00edt {swfName}? -message.confirm.closeAll = Existuj\u00ed neulo\u017een\u00e9 zm\u011bny. Opravdu chcete zav\u0159\u00edt v\u0161echny SWF? - -contextmenu.exportJavaSource = Exportovat zdroj\u00e1k Javy -contextmenu.exportSwfXml = Exportovat SWF jako XML -contextmenu.importSwfXml = Importovat SWF XML - -filter.xml = XML - +contextmenu.copyTag=Kop\u00edrovat tag do +fit=p\u0159izp\u016fsobit +button.setAdvanceValues=Nastavit hodnoty advance +menu.tools.replace=Nahrazen\u00ed textu +message.confirm.close=Existuj\u00ed neulo\u017een\u00e9 zm\u011bny. Opravdu chcete zav\u0159\u00edt {swfName}? +message.confirm.closeAll=Existuj\u00ed neulo\u017een\u00e9 zm\u011bny. Opravdu chcete zav\u0159\u00edt v\u0161echny SWF? +contextmenu.exportJavaSource=Exportovat zdroj\u00e1k Javy +contextmenu.exportSwfXml=Exportovat SWF jako XML +contextmenu.importSwfXml=Importovat SWF XML +filter.xml=XML #after version 4.1.0 -contextmenu.undo = Zp\u011bt - -text.align.left = Zarovnat vlevo -text.align.right = Zarovnat vpravo -text.align.center = Zarovnat na st\u0159ed -text.align.justify = Zarovnat do bloku - -text.undo = Vr\u00e1tit zm\u011bny - -menu.file.import.xml = Import SWF XML -menu.file.export.xml = Export SWF XML - +contextmenu.undo=Zp\u011bt +text.align.left=Zarovnat vlevo +text.align.right=Zarovnat vpravo +text.align.center=Zarovnat na st\u0159ed +text.align.justify=Zarovnat do bloku +text.undo=Vr\u00e1tit zm\u011bny +menu.file.import.xml=Import SWF XML +menu.file.export.xml=Export SWF XML #after version 4.1.1 -text.align.translatex.decrease = Sn\u00ed\u017eit TranslateX -text.align.translatex.increase = Zv\u00fd\u0161it TranslateX -selectPreviousTag = Vybrat p\u0159edchoz\u00ed tag -selectNextTag = Vybrat dal\u0161\u00ed tag -button.ignoreAll = Ignorovat V\u0161e -menu.file.import.symbolClass = Importovat Symbol-Class -text.toggleCase = P\u0159epnout mal\u00e1/velk\u00e1 - +text.align.translatex.decrease=Sn\u00ed\u017eit TranslateX +text.align.translatex.increase=Zv\u00fd\u0161it TranslateX +selectPreviousTag=Vybrat p\u0159edchoz\u00ed tag +selectNextTag=Vybrat dal\u0161\u00ed tag +button.ignoreAll=Ignorovat V\u0161e +menu.file.import.symbolClass=Importovat Symbol-Class +text.toggleCase=P\u0159epnout mal\u00e1/velk\u00e1 #after version 5.0.2 -preview.loop = Opakovat -menu.file.import.script = Importovat skripty -contextmenu.copyTagWithDependencies = Kop\u00edrovat tag se z\u00e1vislostmi do -button.replaceWithTag = Nahradit jin\u00fdm charakterov\u00fdm tagem -button.resolveConstants = Resolvovat konstanty - +preview.loop=Opakovat +menu.file.import.script=Importovat skripty +contextmenu.copyTagWithDependencies=Kop\u00edrovat tag se z\u00e1vislostmi do +button.replaceWithTag=Nahradit jin\u00fdm charakterov\u00fdm tagem +button.resolveConstants=Resolvovat konstanty #after version 5.1.0 -button.viewConstants = Zobrazit konstanty -work.exported = Exportov\u00e1no -button.replaceAlphaChannel = Nahradit alfa kan\u00e1l... - -tagInfo.header.name = N\u00e1zev -tagInfo.header.value = Hodnota -tagInfo.tagType = Typ tagu -tagInfo.characterId = Id charakteru -tagInfo.offset = Offset -tagInfo.length = D\u00e9lka -tagInfo.bounds = Meze -tagInfo.width = \u0160\u00ed\u0159ka -tagInfo.height = V\u00fd\u0161ka -tagInfo.neededCharacters = Pot\u0159ebn\u00e9 charaktery - -button.viewhexpcode = Zobrazit Hex s instrukcemi -taginfo.header = Z\u00e1kladn\u00ed informace o tagu - -tagInfo.dependentCharacters = Z\u00e1visl\u00e9 charaktery - +button.viewConstants=Zobrazit konstanty +work.exported=Exportov\u00e1no +button.replaceAlphaChannel=Nahradit alfa kan\u00e1l... +tagInfo.header.name=N\u00e1zev +tagInfo.header.value=Hodnota +tagInfo.tagType=Typ tagu +tagInfo.characterId=Id charakteru +tagInfo.offset=Offset +tagInfo.length=D\u00e9lka +tagInfo.bounds=Meze +tagInfo.width=\u0160\u00ed\u0159ka +tagInfo.height=V\u00fd\u0161ka +tagInfo.neededCharacters=Pot\u0159ebn\u00e9 charaktery +button.viewhexpcode=Zobrazit Hex s instrukcemi +taginfo.header=Z\u00e1kladn\u00ed informace o tagu +tagInfo.dependentCharacters=Z\u00e1visl\u00e9 charaktery #after version 5.3.0 -header.uncompressed = Bez komprese -header.warning.unsupportedGfxCompression = GFX podporuje pouze soubor se Zlib nebo \u017e\u00e1dnou kompres\u00ed. -header.warning.minimumZlibVersion = Zlib komprese vy\u017eaduje SWF verze 6 \u010di vy\u0161\u0161\u00ed. -header.warning.minimumLzmaVersion = LZMA komprese vy\u017eaduje SWF verze 13 \u010di vy\u0161\u0161\u00ed. - -tagInfo.codecName = N\u00e1zev kodeku -tagInfo.exportFormat = Form\u00e1t exportu -tagInfo.samplingRate = Vzorkovac\u00ed frekvence -tagInfo.stereo = Stereo -tagInfo.sampleCount = Po\u010det vzork\u016f - -filter.dmg = Spustieln\u00e9 soubory Macu (*.dmg) -filter.linuxExe = Linuxov\u00e9 spustiteln\u00e9 soubory - -import.script.result = %count% skript\u016f importov\u00e1no. -import.script.as12warning = Import skript\u016f funguje jen pro AS1/2 skripty. - -error.constantPoolTooBig = Seznam konstant je moc velk\u00fd index=%index%, velikost=%size% -error.image.alpha.invalid = Neplatn\u00e1 data alpha kan\u00e1lu. - +header.uncompressed=Bez komprese +header.warning.unsupportedGfxCompression=GFX podporuje pouze soubor se Zlib nebo \u017e\u00e1dnou kompres\u00ed. +header.warning.minimumZlibVersion=Zlib komprese vy\u017eaduje SWF verze 6 \u010di vy\u0161\u0161\u00ed. +header.warning.minimumLzmaVersion=LZMA komprese vy\u017eaduje SWF verze 13 \u010di vy\u0161\u0161\u00ed. +tagInfo.codecName=N\u00e1zev kodeku +tagInfo.exportFormat=Form\u00e1t exportu +tagInfo.samplingRate=Vzorkovac\u00ed frekvence +tagInfo.stereo=Stereo +tagInfo.sampleCount=Po\u010det vzork\u016f +filter.dmg=Spustieln\u00e9 soubory Macu (*.dmg) +filter.linuxExe=Linuxov\u00e9 spustiteln\u00e9 soubory +import.script.result=%count% skript\u016f importov\u00e1no. +import.script.as12warning=Import skript\u016f funguje jen pro AS1/2 skripty. +error.constantPoolTooBig=Seznam konstant je moc velk\u00fd index=%index%, velikost=%size% +error.image.alpha.invalid=Neplatn\u00e1 data alpha kan\u00e1lu. #after version 6.0.2 -contextmenu.saveUncompressedToFile = Ulo\u017eit nekomprimovan\u011b -menu.settings.autoOpenLoadedSWFs = Otev\u00edrat na\u010d\u00edtan\u00e1 SWF b\u011bhem p\u0159ehr\u00e1v\u00e1n\u00ed - +contextmenu.saveUncompressedToFile=Ulo\u017eit nekomprimovan\u011b +menu.settings.autoOpenLoadedSWFs=Otev\u00edrat na\u010d\u00edtan\u00e1 SWF b\u011bhem p\u0159ehr\u00e1v\u00e1n\u00ed #after version 6.1.1 -menu.file.start = Start -menu.file.start.run = Spustit -menu.file.start.stop = Zastavit -menu.file.start.debug = Ladit -menu.debugging = Lad\u011bn\u00ed -menu.debugging.debug = Lad\u011bn\u00ed -menu.debugging.debug.stop = Ukon\u010dit -menu.debugging.debug.pause = Pauza -menu.debugging.debug.stepOver = Step over -menu.debugging.debug.stepInto = Step into -menu.debugging.debug.stepOut = Step out -menu.debugging.debug.continue = Pokra\u010dovat -menu.debugging.debug.stack = Stack... -menu.debugging.debug.watch = New watch... - -message.playerpath.notset = Flash Player projector nenalezen. Pros\u00edm nastavte cestu k n\u011bmu v Pokro\u010dil\u00e1 nastaven\u00ed / Cesty (1). -message.playerpath.debug.notset = Flash Player projector content debugger nenalezen. Pros\u00edm nastavte cestu k n\u011bmu v Pokro\u010dil\u00e1 nastaven\u00ed / Cesty (2). -message.playerpath.lib.notset = PlayerGlobal (.SWC) nenalezen. Pros\u00edm nastavte cestu k n\u011bmu v Pokro\u010dil\u00e1 nastaven\u00ed / Cesty (3). - -debugpanel.header = Lad\u011bn\u00ed - -variables.header.registers = Registry -variables.header.locals = Lok\u00e1ln\u00ed -variables.header.arguments = Argumenty -variables.header.scopeChain = Scope chain -variables.column.name = N\u00e1zev -variables.column.type = Typ -variables.column.value = Hodnota - -callStack.header = Call stack -callStack.header.file = Soubor -callStack.header.line = \u0158\u00e1dek - -stack.header = Stack -stack.header.item = Polo\u017eka -constantpool.header = Constant pool -constantpool.header.id = Id -constantpool.header.value = Hodnota - -work.running = B\u011bh -work.debugging = Lad\u011bn\u00ed -work.debugging.instrumenting = P\u0159\u00edprava SWF pro lad\u011bn\u00ed -work.breakat = Pozastaveno na -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 - +menu.file.start=Start +menu.file.start.run=Spustit +menu.file.start.stop=Zastavit +menu.file.start.debug=Ladit +menu.debugging=Lad\u011bn\u00ed +menu.debugging.debug=Lad\u011bn\u00ed +menu.debugging.debug.stop=Ukon\u010dit +menu.debugging.debug.pause=Pauza +menu.debugging.debug.stepOver=Step over +menu.debugging.debug.stepInto=Step into +menu.debugging.debug.stepOut=Step out +menu.debugging.debug.continue=Pokra\u010dovat +menu.debugging.debug.stack=Stack... +menu.debugging.debug.watch=New watch... +message.playerpath.notset=Flash Player projector nenalezen. Pros\u00edm nastavte cestu k n\u011bmu v Pokro\u010dil\u00e1 nastaven\u00ed / Cesty (1). +message.playerpath.debug.notset=Flash Player projector content debugger nenalezen. Pros\u00edm nastavte cestu k n\u011bmu v Pokro\u010dil\u00e1 nastaven\u00ed / Cesty (2). +message.playerpath.lib.notset=PlayerGlobal (.SWC) nenalezen. Pros\u00edm nastavte cestu k n\u011bmu v Pokro\u010dil\u00e1 nastaven\u00ed / Cesty (3). +debugpanel.header=Lad\u011bn\u00ed +variables.header.registers=Registry +variables.header.locals=Lok\u00e1ln\u00ed +variables.header.arguments=Argumenty +variables.header.scopeChain=Scope chain +variables.column.name=N\u00e1zev +variables.column.type=Typ +variables.column.value=Hodnota +callStack.header=Call stack +callStack.header.file=Soubor +callStack.header.line=\u0158\u00e1dek +stack.header=Stack +stack.header.item=Polo\u017eka +constantpool.header=Constant pool +constantpool.header.id=Id +constantpool.header.value=Hodnota +work.running=B\u011bh +work.debugging=Lad\u011bn\u00ed +work.debugging.instrumenting=P\u0159\u00edprava SWF pro lad\u011bn\u00ed +work.breakat=Pozastaveno na +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) - -menu.file.start.debugpcode = Lad\u011bn\u00ed P-k\u00f3du - +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) +menu.file.start.debugpcode=Lad\u011bn\u00ed P-k\u00f3du #after 7.1.2 -button.replaceNoFill = Nahradit - aktualizovat hranice... -message.warning.svgImportExperimental = Ne v\u0161echny SVG vlastnosti jsou podporov\u00e1ny. Pros\u00edm zkontrolujte log po importu. - -message.imported.swf = SWF soubor pou\u017e\u00edv\u00e1 assety z importovan\u00e9ho SWF souboru:\n%url%\nChcete tyto assety na\u010d\u00edst z dan\u00e9ho URL? -message.imported.swf.manually = Nelze na\u010d\u00edst importovan\u00e9 SWF\n%url%\nSoubor nebo URL neexistuje.\nChcete vybrat m\u00edstn\u00ed soubor? - -message.warning.hexViewNotUpToDate = Hexa pohled nen\u00ed aktu\u00e1ln\u00ed. Pros\u00edm ulo\u017ete a znovuna\u010dt\u011bte soubor pro aktualizaci hexa pohledu. -message.font.replace.updateTexts = N\u011bkter\u00e9 znaky byly nahrazeny. Chcete aktualizovat existuj\u00edc\u00ed texty? - -menu.settings.simplifyExpressions = Zjednodu\u0161it v\u00fdrazy - +button.replaceNoFill=Nahradit - aktualizovat hranice... +message.warning.svgImportExperimental=Ne v\u0161echny SVG vlastnosti jsou podporov\u00e1ny. Pros\u00edm zkontrolujte log po importu. +message.imported.swf=SWF soubor pou\u017e\u00edv\u00e1 assety z importovan\u00e9ho SWF souboru:\n%url%\nChcete tyto assety na\u010d\u00edst z dan\u00e9ho URL? +message.imported.swf.manually=Nelze na\u010d\u00edst importovan\u00e9 SWF\n%url%\nSoubor nebo URL neexistuje.\nChcete vybrat m\u00edstn\u00ed soubor? +message.warning.hexViewNotUpToDate=Hexa pohled nen\u00ed aktu\u00e1ln\u00ed. Pros\u00edm ulo\u017ete a znovuna\u010dt\u011bte soubor pro aktualizaci hexa pohledu. +message.font.replace.updateTexts=N\u011bkter\u00e9 znaky byly nahrazeny. Chcete aktualizovat existuj\u00edc\u00ed texty? +menu.settings.simplifyExpressions=Zjednodu\u0161it v\u00fdrazy #after 8.0.1 -menu.recentFiles.empty = Seznam ned\u00e1vno otev\u0159en\u00fdch je pr\u00e1zdn\u00fd -message.warning.outOfMemory32BitJre = Nastala chyba z nedostatku pam\u011bti. M\u00e1te spu\u0161t\u011bnou 32bitovou Javu na 64bitov\u00e9m syst\u00e9mu. Pros\u00edm pou\u017eijte 64bitovou Java. - -menu.file.reloadAll = Znovu na\u010d\u00edst v\u0161e -message.confirm.reloadAll = Tato akce stornuje v\u0161echny neulo\u017een\u00e9 zm\u011bny ve v\u0161ech SWF souborech a znovu na\u010dte celou aplikaci.\nChcete pokra\u010dovat? -export.script.singleFilePallelModeWarning = Export skript\u016f do jednoho souboru nen\u00ed dostupn\u00fd se zapnut\u00fdm paralleln\u00edm zrychlen\u00edm - -button.showOriginalBytesInPcodeHex = Zobrazit origin\u00e1ln\u00ed bajty -button.remove = Odstranit -button.showFileOffsetInPcodeHex = Zobrazit offset v souboru - -generic.editor.amf3.title = AMF3 editor -generic.editor.amf3.help = Syntaxe AMF3 hodnoty:\n\ +menu.recentFiles.empty=Seznam ned\u00e1vno otev\u0159en\u00fdch je pr\u00e1zdn\u00fd +message.warning.outOfMemory32BitJre=Nastala chyba z nedostatku pam\u011bti. M\u00e1te spu\u0161t\u011bnou 32bitovou Javu na 64bitov\u00e9m syst\u00e9mu. Pros\u00edm pou\u017eijte 64bitovou Java. +menu.file.reloadAll=Znovu na\u010d\u00edst v\u0161e +message.confirm.reloadAll=Tato akce stornuje v\u0161echny neulo\u017een\u00e9 zm\u011bny ve v\u0161ech SWF souborech a znovu na\u010dte celou aplikaci.\nChcete pokra\u010dovat? +export.script.singleFilePallelModeWarning=Export skript\u016f do jednoho souboru nen\u00ed dostupn\u00fd se zapnut\u00fdm paralleln\u00edm zrychlen\u00edm +button.showOriginalBytesInPcodeHex=Zobrazit origin\u00e1ln\u00ed bajty +button.remove=Odstranit +button.showFileOffsetInPcodeHex=Zobrazit offset v souboru +generic.editor.amf3.title=AMF3 editor +generic.editor.amf3.help=Syntaxe AMF3 hodnoty:\n\ ------------------\n\ skal\u00e1rn\u00ed typy:\n\ %scalar_samples%\ @@ -725,561 +570,401 @@ generic.editor.amf3.help = Syntaxe AMF3 hodnoty:\n\ * Neskal\u00e1rn\u00ed datov\u00e9 typy mohou mohou b\u00fdt odkazov\u00e1ny p\u0159edem deklarovan\u00fdmi "id" atributy s pomoc\u00ed # syntaxe:\n\ %reference_sample%\n\ * Kl\u00ed\u010de v z\u00e1znamech Dictionary mohou b\u00fdt jak\u00e9hokoli typu\n -contextmenu.showInResources = Zobrazit ve Zdroj\u00edch -message.flexpath.notset = Flex SDK nenalezeno. Pros\u00edm nastavte cestu k n\u011bmu v Pokro\u010dil\u00e1 nastaven\u00ed / Cesty (4). - - +contextmenu.showInResources=Zobrazit ve Zdroj\u00edch +message.flexpath.notset=Flex SDK nenalezeno. Pros\u00edm nastavte cestu k n\u011bmu v Pokro\u010dil\u00e1 nastaven\u00ed / Cesty (4). #add after panel.disassembled string -abc.detail.split = : -abc.detail.trait = Vlastnost - %trait_type% -abc.detail.trait.method = Metoda -abc.detail.trait.getter = Getter -abc.detail.trait.setter = Setter -abc.detail.trait.slot = Slot -abc.detail.trait.const = Konstanta -abc.detail.trait.class = T\u0159\u00edda -abc.detail.trait.function = Funkce - -abc.detail.specialmethod = Speci\u00e1ln\u00ed metoda - %specialmethod_type% -abc.detail.specialmethod.scriptinitializer = Inicializ\u00e1tor skriptu -abc.detail.specialmethod.classinitializer = Inicializ\u00e1tor t\u0159\u00eddy -abc.detail.specialmethod.instanceinitializer = Inicializ\u00e1tor instance -abc.detail.innerfunction = Vnit\u0159n\u00ed funkce - -button.edit.script.decompiled = Upravit ActionScript -button.edit.script.disassembled = Upravit P-k\u00f3d -debug.watch.add = P\u0159idat sledov\u00e1n\u00ed pro %name% -debug.watch.add.read = \u010cten\u00ed -debug.watch.add.write = Z\u00e1pis -debug.watch.add.readwrite = \u010cten\u00ed+Z\u00e1pis- -error.debug.watch.add = Nelze p\u0159idat sledov\u00e1n\u00ed na tuto prom\u011bnnou. -variables.column.scope = Rozsah -variables.column.flags = P\u0159\u00edznaky -variables.column.trait = Vlastnost - -message.font.setadvancevalues = Tato operace nastav\u00ed advance V\u0160ECH znak\u016f v tomto tagu na advance hodnoty zdrojov\u00e9ho p\u00edsma. -menu.tools.deobfuscation.renameColliding = P\u0159ejmenovat koliduj\u00edc\u00ed vlastnosti/t\u0159\u00eddy - -filter.iggy = Iggy soubory (*.iggy) - +abc.detail.split=: +abc.detail.trait=Vlastnost - %trait_type% +abc.detail.trait.method=Metoda +abc.detail.trait.getter=Getter +abc.detail.trait.setter=Setter +abc.detail.trait.slot=Slot +abc.detail.trait.const=Konstanta +abc.detail.trait.class=T\u0159\u00edda +abc.detail.trait.function=Funkce +abc.detail.specialmethod=Speci\u00e1ln\u00ed metoda - %specialmethod_type% +abc.detail.specialmethod.scriptinitializer=Inicializ\u00e1tor skriptu +abc.detail.specialmethod.classinitializer=Inicializ\u00e1tor t\u0159\u00eddy +abc.detail.specialmethod.instanceinitializer=Inicializ\u00e1tor instance +abc.detail.innerfunction=Vnit\u0159n\u00ed funkce +button.edit.script.decompiled=Upravit ActionScript +button.edit.script.disassembled=Upravit P-k\u00f3d +debug.watch.add=P\u0159idat sledov\u00e1n\u00ed pro %name% +debug.watch.add.read=\u010cten\u00ed +debug.watch.add.write=Z\u00e1pis +debug.watch.add.readwrite=\u010cten\u00ed+Z\u00e1pis- +error.debug.watch.add=Nelze p\u0159idat sledov\u00e1n\u00ed na tuto prom\u011bnnou. +variables.column.scope=Rozsah +variables.column.flags=P\u0159\u00edznaky +variables.column.trait=Vlastnost +message.font.setadvancevalues=Tato operace nastav\u00ed advance V\u0160ECH znak\u016f v tomto tagu na advance hodnoty zdrojov\u00e9ho p\u00edsma. +menu.tools.deobfuscation.renameColliding=P\u0159ejmenovat koliduj\u00edc\u00ed vlastnosti/t\u0159\u00eddy +filter.iggy=Iggy soubory (*.iggy) #after 11.1.0 -script.seemsBroken = VAROV\u00c1N\u00cd: K\u00f3d dekompilace obsahuje \u00a7\u00a7 instrukce. \ +script.seemsBroken=VAROV\u00c1N\u00cd: K\u00f3d dekompilace obsahuje \u00a7\u00a7 instrukce. \ To je obvykle zp\u016fsobeno n\u011bjakou obfuskac\u00ed (viz Nastaven\u00ed/Automatick\u00e1 deobfuskace) \ nebo pou\u017eit\u00edm nestandardn\u00edho kompil\u00e1toru (Haxe, etc.). - #after 13.0.3 -button.removetrait = Odstranit vlastnost - -message.confirm.removetrait = Opravdu chcete odstranit vybranou vlastnost? - -contextmenu.addScript = P\u0159idat skript - -contextmenu.addClass = P\u0159idat t\u0159\u00eddu -contextmenu.removeScript = Odstranit skript - -message.confirm.remove.nodep = Opravdu chcete odebrat %item%? - -message.confirm.removemultiple.nodep = Opravdu chcete odebrat %count% polo\u017eek? - -menu.recentSearches = Ned\u00e1vn\u00e1 hled\u00e1n\u00ed pro aktu\u00e1ln\u00ed soubor -menu.recentSearches.empty = Seznam ned\u00e1vno hledan\u00fdch je pr\u00e1zdn\u00fd -menu.tools.otherTools.clearRecentSearches = Vymazat v\u0161echny ned\u00e1vno hledan\u00e9 -menu.recentSearches.clear = vymazazat v\u00fdsledky hled\u00e1n\u00ed -message.confirm.recentSearches.clear = Opravdu chcete vymazat ned\u00e1vno hledan\u00e9 pro aktu\u00e1ln\u00ed soubor? - -message.input.gotoCharacter.title = P\u0159ej\u00edt na charakter -message.input.gotoCharacter = Zadejte id charakteru - -message.character.notfound = Charakter %characterid% nenalezen. - -FileChooser.preview = N\u00e1hled -FileChooser.previewNotAvailable = (n\u00e1hled nen\u00ed dostupn\u00fd) - -button.freetransform = Voln\u00e1 transformace - -error.outOfMemory.title = Chyba - do\u0161la pam\u011b\u0165 -error.outOfMemory = Dekompil\u00e1toru do\u0161la pam\u011b\u0165. Aktu\u00e1ln\u00ed maxim\u00e1ln\u00ed velikost Java Heapu je nastavena na %maxheap%. -error.outOfMemory.windows = Pokud pou\u0161t\u00edte aplikaci p\u0159es "ffdec.exe", je to ji\u017e nastavov\u00e1no na maximum mo\u017en\u00e9 pam\u011bti, \npokud p\u0159es "ffdec.bat", m\u016f\u017eete to v tomto souboru nastavit manu\u00e1ln\u011b na vy\u0161\u0161\u00ed hodnotu. -error.outOfMemory.unixmac = Toto maximum m\u016f\u017eete nav\u00fd\u0161it upraven\u00edm souboru "ffdec.sh". -error.outOfMemory.64bit = Pot\u0159ebujete 64 bitov\u00fd opera\u010dn\u00ed syst\u00e9m a 64 bitovou Javu pro pou\u017eit\u00ed v\u00edc jak zhruba 1GB. -error.outOfMemory.32BitJreOn64bitOs = VAROV\u00c1N\u00cd: Pou\u017e\u00edv\u00e1te 32bitovou Javu na 64bitov\u00e9m syst\u00e9mu. Pros\u00edm pou\u017e\u00edvejte 64bitovou Javu. - -notavailable.internalviewer = N\u00e1hled tohoto objektu je dostupn\u00fd pouze s pou\u017eit\u00edtm komponenty Flash ActiveX.\n \ +button.removetrait=Odstranit vlastnost +message.confirm.removetrait=Opravdu chcete odstranit vybranou vlastnost? +contextmenu.addScript=P\u0159idat skript +contextmenu.addClass=P\u0159idat t\u0159\u00eddu +contextmenu.removeScript=Odstranit skript +message.confirm.remove.nodep=Opravdu chcete odebrat %item%? +message.confirm.removemultiple.nodep=Opravdu chcete odebrat %count% polo\u017eek? +menu.recentSearches=Ned\u00e1vn\u00e1 hled\u00e1n\u00ed pro aktu\u00e1ln\u00ed soubor +menu.recentSearches.empty=Seznam ned\u00e1vno hledan\u00fdch je pr\u00e1zdn\u00fd +menu.tools.otherTools.clearRecentSearches=Vymazat v\u0161echny ned\u00e1vno hledan\u00e9 +menu.recentSearches.clear=vymazazat v\u00fdsledky hled\u00e1n\u00ed +message.confirm.recentSearches.clear=Opravdu chcete vymazat ned\u00e1vno hledan\u00e9 pro aktu\u00e1ln\u00ed soubor? +message.input.gotoCharacter.title=P\u0159ej\u00edt na charakter +message.input.gotoCharacter=Zadejte id charakteru +message.character.notfound=Charakter %characterid% nenalezen. +FileChooser.preview=N\u00e1hled +FileChooser.previewNotAvailable=(n\u00e1hled nen\u00ed dostupn\u00fd) +button.freetransform=Voln\u00e1 transformace +error.outOfMemory.title=Chyba - do\u0161la pam\u011b\u0165 +error.outOfMemory=Dekompil\u00e1toru do\u0161la pam\u011b\u0165. Aktu\u00e1ln\u00ed maxim\u00e1ln\u00ed velikost Java Heapu je nastavena na %maxheap%. +error.outOfMemory.windows=Pokud pou\u0161t\u00edte aplikaci p\u0159es "ffdec.exe", je to ji\u017e nastavov\u00e1no na maximum mo\u017en\u00e9 pam\u011bti, \npokud p\u0159es "ffdec.bat", m\u016f\u017eete to v tomto souboru nastavit manu\u00e1ln\u011b na vy\u0161\u0161\u00ed hodnotu. +error.outOfMemory.unixmac=Toto maximum m\u016f\u017eete nav\u00fd\u0161it upraven\u00edm souboru "ffdec.sh". +error.outOfMemory.64bit=Pot\u0159ebujete 64 bitov\u00fd opera\u010dn\u00ed syst\u00e9m a 64 bitovou Javu pro pou\u017eit\u00ed v\u00edc jak zhruba 1GB. +error.outOfMemory.32BitJreOn64bitOs=VAROV\u00c1N\u00cd: Pou\u017e\u00edv\u00e1te 32bitovou Javu na 64bitov\u00e9m syst\u00e9mu. Pros\u00edm pou\u017e\u00edvejte 64bitovou Javu. +notavailable.internalviewer=N\u00e1hled tohoto objektu je dostupn\u00fd pouze s pou\u017eit\u00edtm komponenty Flash ActiveX.\n \ M\u016f\u017eete povolit pou\u017eit\u00ed Flash ActiveX za\u0161krtnut\u00edm\n \ Pokro\u010dil\u00e1 nastaven\u00ed / Ostatn\u00ed / (P\u0159ekon\u00e1no) Pou\u017e\u00edvat Adobe Flash player pro n\u00e1hledy objekt\u016f - -notavailable.activex = N\u00e1hled tohoto objektu nen\u00ed dostupn\u00fd proto\u017ee komponenta Flash ActiveX na va\u0161em syst\u00e9mu nefunguje spr\u00e1vn\u011b\n \ +notavailable.activex=N\u00e1hled tohoto objektu nen\u00ed dostupn\u00fd proto\u017ee komponenta Flash ActiveX na va\u0161em syst\u00e9mu nefunguje spr\u00e1vn\u011b\n \ Tohle je vcelku b\u011b\u017en\u00e1 situace proto\u017ee Adobe pro n\u00ed zru\u0161il podporu od roku 2021. - -notavailable.activex.disable = M\u016f\u017eete povolit pou\u017eit\u00ed intern\u00edho prohl\u00ed\u017ee\u010de od\u0161krtnut\u00edm\n \ +notavailable.activex.disable=M\u016f\u017eete povolit pou\u017eit\u00ed intern\u00edho prohl\u00ed\u017ee\u010de od\u0161krtnut\u00edm\n \ Pokro\u010dil\u00e1 nastaven\u00ed / Ostatn\u00ed / (P\u0159ekon\u00e1no) Pou\u017e\u00edvat Adobe Flash player pro n\u00e1hledy objekt\u016f\n \ Ale bohu\u017eel, tohle nebude fungovat pro tagy s videi. - -button.showin.flashprojector = Zobrazit ve flash projektoru - -message.info = Informace - -message.info.importScripts = B\u011bhem importu skript\u016f mus\u00edte vybrat SLO\u017dKU.\r\n \ +button.showin.flashprojector=Zobrazit ve flash projektoru +message.info=Informace +message.info.importScripts=B\u011bhem importu skript\u016f mus\u00edte vybrat SLO\u017dKU.\r\n \ Slo\u017eka mus\u00ed obsahovat podslo\u017eku "scripts" a jej\u00ed strom mus\u00ed souhlasit s existuj\u00edc\u00edm stromem skript\u016f v pr\u00e1v\u011b vybran\u00e9m SWF.\r\n \ Nejlep\u0161\u00ed zp\u016fsob jak m\u00edt tuto strukturu spr\u00e1vn\u011b je nejprve exportovat skripty v aktu\u00e1ln\u00edm SWF souboru. \r\n\r\n \ Tak\u00e9 nezapome\u0148te, \u017ee tento import pou\u017e\u00edv\u00e1 stejn\u00fd kompil\u00e1tor jako p\u0159i standardn\u00ed AS editaci v okn\u011b FFDec (Experiment\u00e1ln\u00ed pro AS3). - -message.info.importTexts = B\u011bhem importu text\u016f mus\u00edte vybrat SLO\u017dKU.\r\n \ +message.info.importTexts=B\u011bhem importu text\u016f mus\u00edte vybrat SLO\u017dKU.\r\n \ Slo\u017eka mus\u00ed obsahovat podslo\u017eku "texts" a n\u00e1zvy soubor\u016f v n\u00ed mus\u00ed souhlasit s existuj\u00edc\u00edmi texty v pr\u00e1v\u011b vybran\u00e9m SWF.\r\n \ Nejlep\u0161\u00ed zp\u016fsob jak m\u00edt tuto strukturu spr\u00e1vn\u011b je nejprve exportovat texty v aktu\u00e1ln\u00edm SWF souboru. - -message.info.importSymbolClass = B\u011bhem importu Symbol-Class mus\u00edte vybrat SLO\u017dKU obsahuj\u00edc\u00ed soubor "%file%".\r\n \ +message.info.importSymbolClass=B\u011bhem importu Symbol-Class mus\u00edte vybrat SLO\u017dKU obsahuj\u00edc\u00ed soubor "%file%".\r\n \ To je stejn\u00fd n\u00e1zev jako se pou\u017e\u00edv\u00e1 p\u0159i exportu. - -message.info.importXml = Pro XML import je pot\u0159eba XML soubor ve speci\u00e1ln\u00edm form\u00e1tu - form\u00e1tu, ve kter\u00e9m FFDec exportuje.\r\n \ +message.info.importXml=Pro XML import je pot\u0159eba XML soubor ve speci\u00e1ln\u00edm form\u00e1tu - form\u00e1tu, ve kter\u00e9m FFDec exportuje.\r\n \ Nejlep\u0161\u00ed zp\u016fsob jak vytvo\u0159it takov\u00e9 XML je exportovat XML z existuj\u00edc\u00edho SWF. - -tagInfo.dependentFrames = Z\u00e1visl\u00e9 sn\u00edmky - -imagePanel.depth = hloubka: - -work.importing_as = Importuji skript -importing_as.finishedin = Importov\u00e1no za %time% -work.deobfuscating_pcode = Deobfuskov\u00e1n\u00ed p-k\u00f3du - -work.injecting_debuginfo = Injektuji lad\u00edc\u00ed informace -work.generating_swd = Generuji SWD soubor - -button.replaceRefs = Nahradit reference za jin\u00e9 ID charakteru - -contextmenu.cloneTag = Klonovat tag - -contextmenu.moveTagAround = P\u0159esunout tag - -contextmenu.addTagBefore = P\u0159idat tag p\u0159ed -contextmenu.addTagAfter = P\u0159idat tag za - -menu.file.view.tagList = Seznam tag\u016f - -contextmenu.showInTagList = Zobrazit v Seznamu tag\u016f - -message.input.addFrames.title = P\u0159idat sn\u00edmky -message.input.addFrames.howmany = Kolik sn\u00edmk\u016f p\u0159idat - -contextmenu.addFramesBefore = P\u0159idat sn\u00edmky p\u0159ed -contextmenu.addFramesAfter = P\u0159idat sn\u00edmky po -contextmenu.addFrames = P\u0159idat sn\u00edmky - - -error.readonly.cannotSave = Soubor NEBUDE ulo\u017een. Zdroj tohoto SWF souboru nedovoluje ukl\u00e1dat zm\u011bny.\r\n\ +tagInfo.dependentFrames=Z\u00e1visl\u00e9 sn\u00edmky +imagePanel.depth=hloubka: +work.importing_as=Importuji skript +importing_as.finishedin=Importov\u00e1no za %time% +work.deobfuscating_pcode=Deobfuskov\u00e1n\u00ed p-k\u00f3du +work.injecting_debuginfo=Injektuji lad\u00edc\u00ed informace +work.generating_swd=Generuji SWD soubor +button.replaceRefs=Nahradit reference za jin\u00e9 ID charakteru +contextmenu.cloneTag=Klonovat tag +contextmenu.moveTagAround=P\u0159esunout tag +contextmenu.addTagBefore=P\u0159idat tag p\u0159ed +contextmenu.addTagAfter=P\u0159idat tag za +menu.file.view.tagList=Seznam tag\u016f +contextmenu.showInTagList=Zobrazit v Seznamu tag\u016f +message.input.addFrames.title=P\u0159idat sn\u00edmky +message.input.addFrames.howmany=Kolik sn\u00edmk\u016f p\u0159idat +contextmenu.addFramesBefore=P\u0159idat sn\u00edmky p\u0159ed +contextmenu.addFramesAfter=P\u0159idat sn\u00edmky po +contextmenu.addFrames=P\u0159idat sn\u00edmky +error.readonly.cannotSave=Soubor NEBUDE ulo\u017een. Zdroj tohoto SWF souboru nedovoluje ukl\u00e1dat zm\u011bny.\r\n\ Toto je obvykle zp\u016fsobeno na\u010dten\u00edm bin\u00e1rn\u00edho datov\u00e9ho souboru nebo souboru s nezn\u00e1mou p\u0159\u00edponou v bin\u00e1rn\u00edm m\u00f3du.\r\n\ Pros\u00edm pou\u017eijte p\u0159\u00edkaz "Ulo\u017eit jako" pro export jednotliv\u00fdch SWF soubor\u016f. - -warning.readonly = Soubor "%file%" je na\u010dten\u00fd v re\u017eimu JEN KE \u010cTEN\u00cd. \r\n\ +warning.readonly=Soubor "%file%" je na\u010dten\u00fd v re\u017eimu JEN KE \u010cTEN\u00cd. \r\n\ Zm\u011bny kter\u00e9 provedete nebudou ulo\u017eeny dokud nepou\u017eijete tla\u010d\u00edtko "Ulo\u017eit jako".\r\n\ Toto je obvykle zp\u016fsobeno otev\u00edr\u00e1n\u00edm souboru v re\u017eimu bin\u00e1rn\u00edho vyhled\u00e1v\u00e1n\u00ed,\r\n\ soubor m\u00e1 pravd\u011bpodobn\u011b nezn\u00e1mou p\u0159\u00edponu a tak ulo\u017een\u00ed nen\u00ed mo\u017en\u00e9 proto\u017ee\r\n\ form\u00e1t souboru nen\u00ed zn\u00e1m. - #after 16.0.0 -contextmenu.addTagInside = P\u0159idat tag dovnit\u0159 -contextmenu.cloneFrame = Klonovat sn\u00edmek -contextmenu.clone = Klonovat - +contextmenu.addTagInside=P\u0159idat tag dovnit\u0159 +contextmenu.cloneFrame=Klonovat sn\u00edmek +contextmenu.clone=Klonovat #after 16.0.4 -error.action.save.valueTooLarge = K\u00f3d nem\u016f\u017ee b\u00fdt ulo\u017een. Bin\u00e1rn\u00ed reprezentace tohoto skriptu generovan\u00e1 kompil\u00e1torem FFDec\r\nvy\u017eaduje v\u00edce m\u00edsta \ +error.action.save.valueTooLarge=K\u00f3d nem\u016f\u017ee b\u00fdt ulo\u017een. Bin\u00e1rn\u00ed reprezentace tohoto skriptu generovan\u00e1 kompil\u00e1torem FFDec\r\nvy\u017eaduje v\u00edce m\u00edsta \ ne\u017e je povolen\u00fd maxim\u00e1ln\u00ed limit po\u010dtu bajt\u016f.\r\nExistuje limit kolik bajt\u016f lze ulo\u017eit do action tagu \ a/nebo ActionDefineFunction/2.\r\nM\u016f\u017eete zkusit zkr\u00e1tit skript a/nebo funkce, kter\u00e9 obsahuje, a zkusit to znovu. - -contextmenu.attachTag = Nav\u00e1zat tag - -contextmenu.showInHexDump = Zobrazit Hex dump - -menu.file.new = Nov\u00fd pr\u00e1zdn\u00fd - -new.filename = bezn\u00e1zvu - -error.missing.characterTag.single = CHYBA: Tento tag vy\u017eaduje charakterov\u00fd tag %tag%, ale ten nen\u00ed p\u0159ed t\u00edmto tagem definov\u00e1n. \ +contextmenu.attachTag=Nav\u00e1zat tag +contextmenu.showInHexDump=Zobrazit Hex dump +menu.file.new=Nov\u00fd pr\u00e1zdn\u00fd +new.filename=bezn\u00e1zvu +error.missing.characterTag.single=CHYBA: Tento tag vy\u017eaduje charakterov\u00fd tag %tag%, ale ten nen\u00ed p\u0159ed t\u00edmto tagem definov\u00e1n. \ Definujte tento charakter nebo zm\u011b\u0148te po\u0159ad\u00ed tag\u016f jeho p\u0159esunut\u00edm do spr\u00e1vn\u00e9 polohy. -error.missing.characterTag.multi = CHYBA: Tento tag vy\u017eaduje charakterov\u00e9 tagy %tags%, ale tyto nejsou p\u0159ed t\u00edmto tagem definov\u00e1ny. \ +error.missing.characterTag.multi=CHYBA: Tento tag vy\u017eaduje charakterov\u00e9 tagy %tags%, ale tyto nejsou p\u0159ed t\u00edmto tagem definov\u00e1ny. \ Definujte tyto charaktery nebo zm\u011b\u0148te po\u0159ad\u00ed tag\u016f jejich p\u0159esunut\u00edm do spr\u00e1vn\u00e9 polohy. - #after 16.1.0 -contextmenu.clipboard = Tagov\u00e1 schr\u00e1nka -contextmenu.cutTag = Vyjmout do tagov\u00e9 schr\u00e1nky -contextmenu.cutTagWithDependencies = Vyjmout do tagov\u00e9 schr\u00e1nky se z\u00e1vislostmi -contextmenu.paste = Vlo\u017eit -contextmenu.pasteBefore = Vlo\u017eit p\u0159ed -contextmenu.pasteAfter = Vlo\u017eit za -contextmenu.pasteInside = Vlo\u017eit dovnit\u0159 - - -menu.file.import.other = Importovat jin\u00e9... -menu.file.import.image = Importovat obr\u00e1zky - -message.info.importImages = B\u011bhem importu text\u016f mus\u00edte vybrat SLO\u017dKU.\r\n \ +contextmenu.clipboard=Tagov\u00e1 schr\u00e1nka +contextmenu.cutTag=Vyjmout do tagov\u00e9 schr\u00e1nky +contextmenu.cutTagWithDependencies=Vyjmout do tagov\u00e9 schr\u00e1nky se z\u00e1vislostmi +contextmenu.paste=Vlo\u017eit +contextmenu.pasteBefore=Vlo\u017eit p\u0159ed +contextmenu.pasteAfter=Vlo\u017eit za +contextmenu.pasteInside=Vlo\u017eit dovnit\u0159 +menu.file.import.other=Importovat jin\u00e9... +menu.file.import.image=Importovat obr\u00e1zky +message.info.importImages=B\u011bhem importu text\u016f mus\u00edte vybrat SLO\u017dKU.\r\n \ Slo\u017eka mus\u00ed obsahovat podslo\u017eku "images" a n\u00e1zvy soubor\u016f v n\u00ed mus\u00ed souhlasit s existuj\u00edc\u00edmi obr\u00e1zky v pr\u00e1v\u011b vybran\u00e9m SWF.\r\n \ Nejlep\u0161\u00ed zp\u016fsob jak m\u00edt tuto strukturu spr\u00e1vn\u011b je nejprve exportovat obr\u00e1zky v aktu\u00e1ln\u00edm SWF souboru. - - -work.importing = Importov\u00e1n\u00ed -import.finishedin = Importov\u00e1no za %time% -error.import = Chyba b\u011bhem importu - -import.image.result = %count% obr\u00e1zk\u016f importov\u00e1no. - -clipboard.hint = Po\u010det polo\u017eek v tagov\u00e9 schr\u00e1nce -clipboard.item = 1 polo\u017eka -clipboard.items = %count% polo\u017eek -clipboard.clear = Vy\u010distit tagovou schr\u00e1nku - +work.importing=Importov\u00e1n\u00ed +import.finishedin=Importov\u00e1no za %time% +error.import=Chyba b\u011bhem importu +import.image.result=%count% obr\u00e1zk\u016f importov\u00e1no. +clipboard.hint=Po\u010det polo\u017eek v tagov\u00e9 schr\u00e1nce +clipboard.item=1 polo\u017eka +clipboard.items=%count% polo\u017eek +clipboard.clear=Vy\u010distit tagovou schr\u00e1nku #after 16.2.0 -contextmenu.moveTagWithDependencies = P\u0159esunout tag se z\u00e1vislostmi do -contextmenu.moveUp = Posunout nahoru -contextmenu.moveDown = Posunout dol\u016f -contextmenu.changeCharset = Zm\u011bnit znakovou sadu (Nyn\u011bj\u0161\u00ed: %charset%) -contextmenu.more = V\u00edce... - -error.charset.nocharacter = Vybran\u00e1 znakov\u00e1 sada neobsahuje znak "%char%". - +contextmenu.moveTagWithDependencies=P\u0159esunout tag se z\u00e1vislostmi do +contextmenu.moveUp=Posunout nahoru +contextmenu.moveDown=Posunout dol\u016f +contextmenu.changeCharset=Zm\u011bnit znakovou sadu (Nyn\u011bj\u0161\u00ed: %charset%) +contextmenu.more=V\u00edce... +error.charset.nocharacter=Vybran\u00e1 znakov\u00e1 sada neobsahuje znak "%char%". #after 16.3.1 -button.show = Zobrazit / Skr\u00fdt n\u00e1hled -button.freeze = Zmrazit (Neanimovat podsprity) - -library = Knihovna: -message.airpath.lib.notset = AirGlobal (.SWC) nenalezen. Pros\u00edm nastavte cestu k n\u011bmu v Pokro\u010dil\u00e1 nastaven\u00ed / Cesty (6). -message.action.airglobal.title = Vy\u017eadov\u00e1na knihovna AirGlobal - -menu.file.import.shape = Importovat tvary -menu.file.import.shapeNoFill = Importovat tvary - aktualizovat hranice - -message.info.importShapes = B\u011bhem importu tvar\u016f mus\u00edte vybrat SLO\u017dKU.\r\n \ +button.show=Zobrazit / Skr\u00fdt n\u00e1hled +button.freeze=Zmrazit (Neanimovat podsprity) +library=Knihovna: +message.airpath.lib.notset=AirGlobal (.SWC) nenalezen. Pros\u00edm nastavte cestu k n\u011bmu v Pokro\u010dil\u00e1 nastaven\u00ed / Cesty (6). +message.action.airglobal.title=Vy\u017eadov\u00e1na knihovna AirGlobal +menu.file.import.shape=Importovat tvary +menu.file.import.shapeNoFill=Importovat tvary - aktualizovat hranice +message.info.importShapes=B\u011bhem importu tvar\u016f mus\u00edte vybrat SLO\u017dKU.\r\n \ Slo\u017eka mus\u00ed obsahovat podslo\u017eku "shapes" a n\u00e1zvy soubor\u016f v n\u00ed mus\u00ed souhlasit s existuj\u00edc\u00edmi tvary v pr\u00e1v\u011b vybran\u00e9m SWF.\r\n \ Nejlep\u0161\u00ed zp\u016fsob jak m\u00edt tuto strukturu spr\u00e1vn\u011b je nejprve exportovat tvary v aktu\u00e1ln\u00edm SWF souboru. - -import.shape.result = %count% tvar\u016f importov\u00e1no. - -pin = Kliknut\u00edm tuto polo\u017eku p\u0159ipnete -unpin = P\u0159ipnuto - kliknut\u00edm tuto polo\u017eku odepnete. -contextmenu.unpin = Odepnout -contextmenu.unpin.all = Odepnout v\u0161e -contextmenu.unpin.others = Odepnout ostatn\u00ed - -menu.tools.otherTools.clearPinnedItems = Vymazat p\u0159ipnut\u00e9 polo\u017eky - -menu.settings.flattenASPackages = Zplo\u0161tit bal\u00ed\u010dky ActionScriptu - -work.reading.abc = \u010cten\u00ed ABC - -filter.abc = ActionScript 3 bytecode soubory (*.abc) - -contextmenu.exportAbc = Exportovat ABC - -contextmenu.pin = P\u0159ipnout - +import.shape.result=%count% tvar\u016f importov\u00e1no. +pin=Kliknut\u00edm tuto polo\u017eku p\u0159ipnete +unpin=P\u0159ipnuto - kliknut\u00edm tuto polo\u017eku odepnete. +contextmenu.unpin=Odepnout +contextmenu.unpin.all=Odepnout v\u0161e +contextmenu.unpin.others=Odepnout ostatn\u00ed +menu.tools.otherTools.clearPinnedItems=Vymazat p\u0159ipnut\u00e9 polo\u017eky +menu.settings.flattenASPackages=Zplo\u0161tit bal\u00ed\u010dky ActionScriptu +work.reading.abc=\u010cten\u00ed ABC +filter.abc=ActionScript 3 bytecode soubory (*.abc) +contextmenu.exportAbc=Exportovat ABC +contextmenu.pin=P\u0159ipnout #after 17.0.4 -productinfo.product = Produkt: -productinfo.product.unknown = Nezn\u00e1m\u00fd -productinfo.edition = Edice: -productinfo.edition.none = \u017d\u00e1dn\u00e1 -productinfo.version = Verze: -productinfo.build = Sestaven\u00ed: -productinfo.compileDate = Datum kompilace: - -message.video.installvlc = Soubor "%file%" obsahuje video tagy (DefineVideoStream).\r\n\ +productinfo.product=Produkt: +productinfo.product.unknown=Nezn\u00e1m\u00fd +productinfo.edition=Edice: +productinfo.edition.none=\u017d\u00e1dn\u00e1 +productinfo.version=Verze: +productinfo.build=Sestaven\u00ed: +productinfo.compileDate=Datum kompilace: +message.video.installvlc=Soubor "%file%" obsahuje video tagy (DefineVideoStream).\r\n\ Pro korektn\u00ed zobrazen\u00ed v dekompil\u00e1toru je vy\u017eadov\u00e1n nainstalovan\u00fd VLC media player (v minim\u00e1ln\u00ed verzi 3.0.0).\r\n\ St\u00e1le nicm\u00e9n\u011b m\u016f\u017eete exportovat videa do FLV form\u00e1tu i bez toho. - -button.mute = Ztlumit sn\u00edmkov\u00e9 zvuky - -button.transform = Transformovat - -transform = Transformace - -transform.transformPoint = Transforma\u010dn\u00ed bod - -transform.basic = Z\u00e1kladn\u00ed -transform.basic.flip.horizontally = P\u0159evr\u00e1tit vodorovn\u011b -transform.basic.flip.vertically = P\u0159evr\u00e1tit svisle -transform.basic.rotate90.clockwise = Oto\u010dit o +90\u00b0 -transform.basic.rotate90.anticlockwise = Oto\u010dit o -90\u00b0 -transform.basic.rotate180 = Oto\u010dit o 180\u00b0 - -transform.move = P\u0159esun -transform.move.horizontal = Horizont\u00e1ln\u00ed: -transform.move.vertical = Vertik\u00e1ln\u00ed: -transform.move.relative = Relativn\u00ed p\u0159esun - -transform.scale = \u0160k\u00e1lov\u00e1n\u00ed -transform.scale.width = \u0160\u00ed\u0159ka: -transform.scale.height = V\u00fd\u0161ka: -transform.scale.proportionally = Zm\u011bnit rozm\u011br proporcion\u00e1ln\u011b - -transform.rotate = Rotace -transform.rotate.angle = \u00dahel: - -transform.skew = Zkosen\u00ed -transform.skew.horizontal = Horizont\u00e1ln\u00ed: -transform.skew.vertical = Vertik\u00e1ln\u00ed: - -transform.matrix = Matice -transform.matrix.a = A -transform.matrix.b = B -transform.matrix.c = C -transform.matrix.d = D -transform.matrix.e = E -transform.matrix.f = F -transform.matrix.editCurrent = Upravit sou\u010dasnou matici - -transform.apply = Pou\u017e\u00edt -transform.clear = Vy\u010distit - -status.editing = Jste v EDITA\u010cN\u00cdM re\u017eimu. Prove\u010fte zm\u011bny a stiskn\u011bte tla\u010d\u00edtko Ulo\u017eit. Nebo zru\u0161te zm\u011bny tla\u010d\u00edtkem Storno. B\u011bhem editace nelze p\u0159ep\u00ednat na jin\u00e9 polo\u017eky. - +button.mute=Ztlumit sn\u00edmkov\u00e9 zvuky +button.transform=Transformovat +transform=Transformace +transform.transformPoint=Transforma\u010dn\u00ed bod +transform.basic=Z\u00e1kladn\u00ed +transform.basic.flip.horizontally=P\u0159evr\u00e1tit vodorovn\u011b +transform.basic.flip.vertically=P\u0159evr\u00e1tit svisle +transform.basic.rotate90.clockwise=Oto\u010dit o +90\u00b0 +transform.basic.rotate90.anticlockwise=Oto\u010dit o -90\u00b0 +transform.basic.rotate180=Oto\u010dit o 180\u00b0 +transform.move=P\u0159esun +transform.move.horizontal=Horizont\u00e1ln\u00ed: +transform.move.vertical=Vertik\u00e1ln\u00ed: +transform.move.relative=Relativn\u00ed p\u0159esun +transform.scale=\u0160k\u00e1lov\u00e1n\u00ed +transform.scale.width=\u0160\u00ed\u0159ka: +transform.scale.height=V\u00fd\u0161ka: +transform.scale.proportionally=Zm\u011bnit rozm\u011br proporcion\u00e1ln\u011b +transform.rotate=Rotace +transform.rotate.angle=\u00dahel: +transform.skew=Zkosen\u00ed +transform.skew.horizontal=Horizont\u00e1ln\u00ed: +transform.skew.vertical=Vertik\u00e1ln\u00ed: +transform.matrix=Matice +transform.matrix.a=A +transform.matrix.b=B +transform.matrix.c=C +transform.matrix.d=D +transform.matrix.e=E +transform.matrix.f=F +transform.matrix.editCurrent=Upravit sou\u010dasnou matici +transform.apply=Pou\u017e\u00edt +transform.clear=Vy\u010distit +status.editing=Jste v EDITA\u010cN\u00cdM re\u017eimu. Prove\u010fte zm\u011bny a stiskn\u011bte tla\u010d\u00edtko Ulo\u017eit. Nebo zru\u0161te zm\u011bny tla\u010d\u00edtkem Storno. B\u011bhem editace nelze p\u0159ep\u00ednat na jin\u00e9 polo\u017eky. #after 18.0.0 -button.deobfuscate = Deobfuskovat -button.deobfuscate_options = Mo\u017enosti deobfuskace - -deobfuscate_options.simplify_expressions = Zjednodu\u0161it v\u00fdrazy -deobfuscate_options.remove_obfuscated_declarations = Odstranit jednor\u00e1zov\u011b p\u0159i\u0159azen\u00e9 obfuskovan\u00e9 deklarace - -message.confirm.autoRenameIdentifiers = Mo\u017enost automatick\u00e9ho p\u0159ejmenov\u00e1n\u00ed prom\u011bnn\u00fdch projde AS k\u00f3d\r\npo otev\u0159en\u00ed SWF souboru a p\u0159ejmenuje v\u0161echny nestandardn\u00ed n\u00e1zvy na platn\u00e9 identifik\u00e1tory.\r\nTato mo\u017enost m\u016f\u017ee po ulo\u017een\u00ed po\u0161kodit SWF soubor - POU\u017d\u00cdVAT NA VLASTN\u00cd RIZIKO. - -error.deobfuscation = Deobfuskace pro n\u011bkter\u00e9 metody selhala. - -message.info.importShapes2 = B\u011bhem importu tvar\u016f mus\u00edte vybrat SLO\u017dKU.\r\n \ +button.deobfuscate=Deobfuskovat +button.deobfuscate_options=Mo\u017enosti deobfuskace +deobfuscate_options.simplify_expressions=Zjednodu\u0161it v\u00fdrazy +deobfuscate_options.remove_obfuscated_declarations=Odstranit jednor\u00e1zov\u011b p\u0159i\u0159azen\u00e9 obfuskovan\u00e9 deklarace +message.confirm.autoRenameIdentifiers=Mo\u017enost automatick\u00e9ho p\u0159ejmenov\u00e1n\u00ed prom\u011bnn\u00fdch projde AS k\u00f3d\r\npo otev\u0159en\u00ed SWF souboru a p\u0159ejmenuje v\u0161echny nestandardn\u00ed n\u00e1zvy na platn\u00e9 identifik\u00e1tory.\r\nTato mo\u017enost m\u016f\u017ee po ulo\u017een\u00ed po\u0161kodit SWF soubor - POU\u017d\u00cdVAT NA VLASTN\u00cd RIZIKO. +error.deobfuscation=Deobfuskace pro n\u011bkter\u00e9 metody selhala. +message.info.importShapes2=B\u011bhem importu tvar\u016f mus\u00edte vybrat SLO\u017dKU.\r\n \ N\u00e1zvy soubor\u016f uvnit\u0159 mus\u00ed souhlasit s existuj\u00edc\u00edmi tvary v pr\u00e1v\u011b vybran\u00e9m SWF.\r\n \ Pokud je uvnit\u0159 slo\u017eka "shapes", pak je vybr\u00e1na m\u00edsto n\u00ed.\r\n \ Nejlep\u0161\u00ed zp\u016fsob jak m\u00edt tuto strukturu spr\u00e1vn\u011b je nejprve exportovat tvary v aktu\u00e1ln\u00edm SWF souboru. - -message.info.importScripts2 = B\u011bhem importu skript\u016f mus\u00edte vybrat SLO\u017dKU.\r\n \ +message.info.importScripts2=B\u011bhem importu skript\u016f mus\u00edte vybrat SLO\u017dKU.\r\n \ Jej\u00ed strom mus\u00ed souhlasit s existuj\u00edc\u00edm stromem skript\u016f v pr\u00e1v\u011b vybran\u00e9m SWF.\r\n \ Pokud je uvnit\u0159 slo\u017eka "scripts", pak je vybr\u00e1na m\u00edsto n\u00ed.\r\n \ Nejlep\u0161\u00ed zp\u016fsob jak m\u00edt tuto strukturu spr\u00e1vn\u011b je nejprve exportovat skripty v aktu\u00e1ln\u00edm SWF souboru. \r\n\r\n \ Tak\u00e9 nezapome\u0148te, \u017ee tento import pou\u017e\u00edv\u00e1 stejn\u00fd kompil\u00e1tor jako p\u0159i standardn\u00ed AS editaci v okn\u011b FFDec (Experiment\u00e1ln\u00ed pro AS3). - -message.info.importTexts2 = B\u011bhem importu text\u016f mus\u00edte vybrat SLO\u017dKU.\r\n \ +message.info.importTexts2=B\u011bhem importu text\u016f mus\u00edte vybrat SLO\u017dKU.\r\n \ N\u00e1zvy soubor\u016f uvnit\u0159 mus\u00ed souhlasit s existuj\u00edc\u00edmi texty v pr\u00e1v\u011b vybran\u00e9m SWF.\r\n \ Pokud je uvnit\u0159 slo\u017eka "texts", pak je vybr\u00e1na m\u00edsto n\u00ed.\r\n \ Nejlep\u0161\u00ed zp\u016fsob jak m\u00edt tuto strukturu spr\u00e1vn\u011b je nejprve exportovat texty v aktu\u00e1ln\u00edm SWF souboru. - -message.info.importImages2 = B\u011bhem importu text\u016f mus\u00edte vybrat SLO\u017dKU.\r\n \ +message.info.importImages2=B\u011bhem importu text\u016f mus\u00edte vybrat SLO\u017dKU.\r\n \ N\u00e1zvy soubor\u016f uvnit\u0159 mus\u00ed souhlasit s existuj\u00edc\u00edmi obr\u00e1zky v pr\u00e1v\u011b vybran\u00e9m SWF.\r\n \ Pokud je uvnit\u0159 slo\u017eka "images", pak je vybr\u00e1na m\u00edsto n\u00ed.\r\n \ Nejlep\u0161\u00ed zp\u016fsob jak m\u00edt tuto strukturu spr\u00e1vn\u011b je nejprve exportovat obr\u00e1zky v aktu\u00e1ln\u00edm SWF souboru. - -transform.clipboard = Schr\u00e1nka -transform.clipboard.copy = Kop\u00edrovat matici do schr\u00e1nky -transform.clipboard.paste = Vlo\u017eit matici ze schr\u00e1nky - -status.editing.autosave = Jste v EDITA\u010cN\u00cdM re\u017eimu. Prove\u010fte zm\u011bny a stiskn\u011bte tla\u010d\u00edtko Ulo\u017eit. Nebo zru\u0161te zm\u011bny tla\u010d\u00edtkem Storno. Pokud p\u0159epnete na jin\u00fd tag, aktu\u00e1ln\u00ed editace bude automaticky ulo\u017eena. - -error.sound.rate = Vstupn\u00ed zvuk m\u00e1 nepodporovanou vzorkovac\u00ed frekvenci: %saplingRate%.\r\n\ +transform.clipboard=Schr\u00e1nka +transform.clipboard.copy=Kop\u00edrovat matici do schr\u00e1nky +transform.clipboard.paste=Vlo\u017eit matici ze schr\u00e1nky +status.editing.autosave=Jste v EDITA\u010cN\u00cdM re\u017eimu. Prove\u010fte zm\u011bny a stiskn\u011bte tla\u010d\u00edtko Ulo\u017eit. Nebo zru\u0161te zm\u011bny tla\u010d\u00edtkem Storno. Pokud p\u0159epnete na jin\u00fd tag, aktu\u00e1ln\u00ed editace bude automaticky ulo\u017eena. +error.sound.rate=Vstupn\u00ed zvuk m\u00e1 nepodporovanou vzorkovac\u00ed frekvenci: %saplingRate%.\r\n\ P\u0159ed importem je t\u0159eba zvuk zkonvertovat n\u011bjak\u00fdm editorem zvuku\r\n\ do jedn\u00e9 z podporovan\u00fdch frekvenc\u00ed (%supportedRates%). - -filter.movies = Podporovan\u00e9 form\u00e1ty videa (%extensions%) -error.movie.invalid = Neplatn\u00e9 video. - -menu.file.import.movie = Importovat videa - -message.info.importMovies2 = B\u011bhem importu vide\u00ed mus\u00edte vybrat SLO\u017dKU.\r\n \ +filter.movies=Podporovan\u00e9 form\u00e1ty videa (%extensions%) +error.movie.invalid=Neplatn\u00e9 video. +menu.file.import.movie=Importovat videa +message.info.importMovies2=B\u011bhem importu vide\u00ed mus\u00edte vybrat SLO\u017dKU.\r\n \ N\u00e1zvy soubor\u016f uvnit\u0159 mus\u00ed souhlasit s existuj\u00edc\u00edmi videi v pr\u00e1v\u011b vybran\u00e9m SWF.\r\n \ Pokud je uvnit\u0159 slo\u017eka "movies", pak je vybr\u00e1na m\u00edsto n\u00ed.\r\n \ Nejlep\u0161\u00ed zp\u016fsob jak m\u00edt tuto strukturu spr\u00e1vn\u011b je nejprve exportovat videa v aktu\u00e1ln\u00edm SWF souboru. - -import.movie.result = %count% vide\u00ed importov\u00e1no. - -menu.file.import.sound = Importovat zvuky - -message.info.importSounds2 = B\u011bhem importu zvuk\u016f mus\u00edte vybrat SLO\u017dKU.\r\n \ +import.movie.result=%count% vide\u00ed importov\u00e1no. +menu.file.import.sound=Importovat zvuky +message.info.importSounds2=B\u011bhem importu zvuk\u016f mus\u00edte vybrat SLO\u017dKU.\r\n \ N\u00e1zvy soubor\u016f uvnit\u0159 mus\u00ed souhlasit s existuj\u00edc\u00edmi zvuky v pr\u00e1v\u011b vybran\u00e9m SWF.\r\n \ Pokud je uvnit\u0159 slo\u017eka "sounds", pak je vybr\u00e1na m\u00edsto n\u00ed.\r\n \ Nejlep\u0161\u00ed zp\u016fsob jak m\u00edt tuto strukturu spr\u00e1vn\u011b je nejprve exportovat zvuky v aktu\u00e1ln\u00edm SWF souboru. - -import.sound.result = %count% zvuk\u016f importov\u00e1no. - +import.sound.result=%count% zvuk\u016f importov\u00e1no. #after 18.2.1 -button.edit.points = Editovat body - -edit.points.x = X: -edit.points.y = Y: - -button.morph.show = Zobrazit: -button.morph.animation = Animace -button.morph.start = Za\u010d\u00e1tek -button.morph.end = Konec - -header.displayrect.unit.pixels = pixely -header.displayrect.unit.twips = twipy - +button.edit.points=Editovat body +edit.points.x=X: +edit.points.y=Y: +button.morph.show=Zobrazit: +button.morph.animation=Animace +button.morph.start=Za\u010d\u00e1tek +button.morph.end=Konec +header.displayrect.unit.pixels=pixely +header.displayrect.unit.twips=twipy #after 18.3.6 -button.abc.linkedSwfs.hint = Z\u00e1vislosti na dal\u0161\u00edch SWF -abc.linkedSwfs.one = +1 swf -abc.linkedSwfs.more = +%num% swf - +button.abc.linkedSwfs.hint=Z\u00e1vislosti na dal\u0161\u00edch SWF +abc.linkedSwfs.one=+1 swf +abc.linkedSwfs.more=+%num% swf #class trait P-code editor -error.class = Class chyba -warning.initializers.class = Polo\u017eky class jako extends a/nebo implements jsou tak\u00e9 pou\u017e\u00edv\u00e1ny v inicializ\u00e9ru skriptu.\nUpravit tyto hodnoty pouze zde v class vlastnosti nesta\u010d\u00ed! - -contextmenu.addScript.doaction = P\u0159idat frame skript - DoAction -contextmenu.addScript.buttoncondaction = P\u0159idat skript ud\u00e1losti tla\u010d\u00edtka - BUTTONCONDACTION -contextmenu.addScript.clipactionrecord = P\u0159idat skript ud\u00e1losti instance - CLIPACTIONRECORD -contextmenu.addScript.doinitaction = P\u0159idat inicializa\u010dn\u00ed skript spritu - DoInitAction - +error.class=Class chyba +warning.initializers.class=Polo\u017eky class jako extends a/nebo implements jsou tak\u00e9 pou\u017e\u00edv\u00e1ny v inicializ\u00e9ru skriptu.\nUpravit tyto hodnoty pouze zde v class vlastnosti nesta\u010d\u00ed! +contextmenu.addScript.doaction=P\u0159idat frame skript - DoAction +contextmenu.addScript.buttoncondaction=P\u0159idat skript ud\u00e1losti tla\u010d\u00edtka - BUTTONCONDACTION +contextmenu.addScript.clipactionrecord=P\u0159idat skript ud\u00e1losti instance - CLIPACTIONRECORD +contextmenu.addScript.doinitaction=P\u0159idat inicializa\u010dn\u00ed skript spritu - DoInitAction #after 18.4.1 -warning.cannotencrypt = VAROV\u00c1N\u00cd: Soubor %file% byl za\u0161ifrov\u00e1n pomoc\u00ed HARMAN Air \u0161ifrov\u00e1n\u00ed.\r\nByl \u00fasp\u011b\u0161n\u011b roz\u0161ifrov\u00e1n pro na\u010dten\u00ed, ale pokud budete cht\u00edt soubor ulo\u017eit,\r\n\u0161ifrov\u00e1n\u00ed se ztrat\u00ed ( = nebude za\u0161ifrov\u00e1n). - +warning.cannotencrypt=VAROV\u00c1N\u00cd: Soubor %file% byl za\u0161ifrov\u00e1n pomoc\u00ed HARMAN Air \u0161ifrov\u00e1n\u00ed.\r\nByl \u00fasp\u011b\u0161n\u011b roz\u0161ifrov\u00e1n pro na\u010dten\u00ed, ale pokud budete cht\u00edt soubor ulo\u017eit,\r\n\u0161ifrov\u00e1n\u00ed se ztrat\u00ed ( = nebude za\u0161ifrov\u00e1n). #after 18.5.0 -warning.edit.headerframecount = VAROV\u00c1N\u00cd: Editace po\u010dtu sn\u00edmk\u016f v hlavi\u010dce neaktualizuje \ +warning.edit.headerframecount=VAROV\u00c1N\u00cd: Editace po\u010dtu sn\u00edmk\u016f v hlavi\u010dce neaktualizuje \ pot\u0159ebn\u00fd po\u010det ShowFrame tag\u016f na SWF \u010dasov\u00e9 ose.\r\nPro p\u0159id\u00e1n\u00ed nov\u00fdch sn\u00edmk\u016f byste m\u011bl rad\u011bji pou\u017e\u00edt kontextov\u00e9 menu o prav\u00e9m kliknu na SWF -> P\u0159idat sn\u00edmky,\r\n\ co\u017e aktualizuje podle toho i po\u010det sn\u00edmk\u016f v hlavi\u010dce. - -warning.icon = Klikn\u011bte pro zobrazen\u00ed souvisej\u00edc\u00edho varov\u00e1n\u00ed - -button.export = Exportovat - -error.font.cannotaddcharacter = CHYBA: Do tohoto p\u00edsma nelze ji\u017e p\u0159idat v\u00edce znak\u016f.\r\n\u00dasp\u011b\u0161n\u011b p\u0159idan\u00fdch znak\u016f: %numchars%. - -info.noteditable.compound = Skript je slo\u017een\u00fd - obsahuje v\u00edce extern\u011b viditeln\u00fdch definic. P\u0159\u00edm\u00e1 editace nen\u00ed k dispozici. - -menu.tools.abcexplorer = Pr\u016fzkumn\u00edk ABC - -contextmenu.abcexplorer = Prozkoumat ABC - -button.abcexploretrait = Zobrazit vlastnost v pr\u016fzkumn\u00edku ABC - +warning.icon=Klikn\u011bte pro zobrazen\u00ed souvisej\u00edc\u00edho varov\u00e1n\u00ed +button.export=Exportovat +error.font.cannotaddcharacter=CHYBA: Do tohoto p\u00edsma nelze ji\u017e p\u0159idat v\u00edce znak\u016f.\r\n\u00dasp\u011b\u0161n\u011b p\u0159idan\u00fdch znak\u016f: %numchars%. +info.noteditable.compound=Skript je slo\u017een\u00fd - obsahuje v\u00edce extern\u011b viditeln\u00fdch definic. P\u0159\u00edm\u00e1 editace nen\u00ed k dispozici. +menu.tools.abcexplorer=Pr\u016fzkumn\u00edk ABC +contextmenu.abcexplorer=Prozkoumat ABC +button.abcexploretrait=Zobrazit vlastnost v pr\u016fzkumn\u00edku ABC #after 19.0.0 -binarydata.swfInside.packer = Vypad\u00e1 to, \u017ee uvnit\u0159 v tomto BinaryData tagu se nach\u00e1z\u00ed SWF soubor zabalen\u00fd pomoc\u00ed %packer%. Klikn\u011bte zde pro jeho rozbalen\u00ed a na\u010dten\u00ed jako podstrom. - -button.replaceWithGif = Nahradit GIFem... - -error.shapeTooLarge = N\u011bkter\u00e9 d\u00e9lky ve tvaru jsou p\u0159\u00edli\u0161 velk\u00e9 pro ulo\u017een\u00ed.\r\nPros\u00edm p\u0159ed pokra\u010dov\u00e1n\u00edm p\u0159esu\u0148te body bl\u00ed\u017ee, zmen\u0161ete tvar a/nebo vlo\u017ete bod doprost\u0159ed dlouh\u00e9 hrany. - +binarydata.swfInside.packer=Vypad\u00e1 to, \u017ee uvnit\u0159 v tomto BinaryData tagu se nach\u00e1z\u00ed SWF soubor zabalen\u00fd pomoc\u00ed %packer%. Klikn\u011bte zde pro jeho rozbalen\u00ed a na\u010dten\u00ed jako podstrom. +button.replaceWithGif=Nahradit GIFem... +error.shapeTooLarge=N\u011bkter\u00e9 d\u00e9lky ve tvaru jsou p\u0159\u00edli\u0161 velk\u00e9 pro ulo\u017een\u00ed.\r\nPros\u00edm p\u0159ed pokra\u010dov\u00e1n\u00edm p\u0159esu\u0148te body bl\u00ed\u017ee, zmen\u0161ete tvar a/nebo vlo\u017ete bod doprost\u0159ed dlouh\u00e9 hrany. #after 19.1.2 -tagInfo.fileName = N\u00e1zev souboru -tagInfo.exportName = N\u00e1zev pro export -tagInfo.bitmapFormat = Form\u00e1t bitmapy -tagInfo.imageId = Id obr\u00e1zku -tagInfo.x1 = x1 -tagInfo.y1 = y1 -tagInfo.x2 = x2 -tagInfo.y2 = y2 -tagInfo.bitmapsFormat = Form\u00e1t bitmap -tagInfo.version = Verze -tagInfo.flags = P\u0159\u00edznaky -tagInfo.prefix = P\u0159edpona -tagInfo.swfName = N\u00e1zev SWF -tagInfo.codeOffsets = Offsety k\u00f3du -tagInfo.gradientSize = Velikost gradientu -tagInfo.textureId = Id textury -tagInfo.textureFormat = Form\u00e1t textury -tagInfo.padPixels = Zarovn\u00e1n\u00ed pixel\u016f -tagInfo.nominalGlyphSz = Nomin\u00e1ln\u00ed velikost glyfu -tagInfo.glyphCount = Po\u010det glyf\u016f -tagInfo.fontCount = Po\u010det p\u00edsem - -tag.shape.create = Vytvo\u0159it tvar ze souboru... -tag.image.create = Vytvo\u0159it obr\u00e1zek ze souboru... -tag.sprite.create = Vytvo\u0159it sprite z GIF souboru... -tag.movie.create = Vytvo\u0159it video ze souboru... -tag.sound.create = Vytvo\u0159it zvuk ze souboru... -tag.font.create = Vytvo\u0159it p\u00edsmo pomoc\u00ed dialogu... -tag.binaryData.create = Vytvo\u0159it bin\u00e1rn\u00ed data ze souboru... -tag.morphshape.create = Vytvo\u0159it morphshape ze soubor\u016f tvar\u016f... - -dialog.morphshape.startShape = Vyberte po\u010d\u00e1te\u010dn\u00ed tvar. -dialog.morphshape.endShape = Vyberte koncov\u00fd tvar. Klikn\u011bte na Storno pro nastaven\u00ed stejn\u00e9ho jako je po\u010d\u00e1te\u010dn\u00ed. - -error.morphshape.incompatible = Nelze vytvo\u0159it morphshape: Po\u010d\u00e1te\u010dn\u00ed a koncov\u00fd tvar maj\u00ed nekompatibiln\u00ed styl v\u00fdpln\u011b/ohrani\u010den\u00ed. - -shaperecords.status = FillStyle0: %fillstyle0%, FillStyle1: %fillstyle1%, LineStyle: %linestyle%, IndexStylu %stylesindex%, %edge% -shaperecords.edge.straight = Rovn\u00e1 hrana z %x1%, %y1% do %x2%, %y2% -shaperecords.edge.curved = Zaoblen\u00e1 hrana z %x1%, %y1% control %x2%, %y2% anchor %x3%, %y3% -shaperecords.edge.style = Zm\u011bna stylu (%details%) -shaperecords.edge.style.move = P\u0159esun na %x%, %y% -shaperecords.edge.style.newstyles = Nov\u00e9 styly - %numfillstyles%x fillstyle + %numlinestyles%x linestyle -shaperecords.edge.style.fillstyle0 = FillStyle0 = %value% -shaperecords.edge.style.fillstyle1 = FillStyle1 = %value% -shaperecords.edge.end = Konec tvaru - +tagInfo.fileName=N\u00e1zev souboru +tagInfo.exportName=N\u00e1zev pro export +tagInfo.bitmapFormat=Form\u00e1t bitmapy +tagInfo.imageId=Id obr\u00e1zku +tagInfo.x1=x1 +tagInfo.y1=y1 +tagInfo.x2=x2 +tagInfo.y2=y2 +tagInfo.bitmapsFormat=Form\u00e1t bitmap +tagInfo.version=Verze +tagInfo.flags=P\u0159\u00edznaky +tagInfo.prefix=P\u0159edpona +tagInfo.swfName=N\u00e1zev SWF +tagInfo.codeOffsets=Offsety k\u00f3du +tagInfo.gradientSize=Velikost gradientu +tagInfo.textureId=Id textury +tagInfo.textureFormat=Form\u00e1t textury +tagInfo.padPixels=Zarovn\u00e1n\u00ed pixel\u016f +tagInfo.nominalGlyphSz=Nomin\u00e1ln\u00ed velikost glyfu +tagInfo.glyphCount=Po\u010det glyf\u016f +tagInfo.fontCount=Po\u010det p\u00edsem +tag.shape.create=Vytvo\u0159it tvar ze souboru... +tag.image.create=Vytvo\u0159it obr\u00e1zek ze souboru... +tag.sprite.create=Vytvo\u0159it sprite z GIF souboru... +tag.movie.create=Vytvo\u0159it video ze souboru... +tag.sound.create=Vytvo\u0159it zvuk ze souboru... +tag.font.create=Vytvo\u0159it p\u00edsmo pomoc\u00ed dialogu... +tag.binaryData.create=Vytvo\u0159it bin\u00e1rn\u00ed data ze souboru... +tag.morphshape.create=Vytvo\u0159it morphshape ze soubor\u016f tvar\u016f... +dialog.morphshape.startShape=Vyberte po\u010d\u00e1te\u010dn\u00ed tvar. +dialog.morphshape.endShape=Vyberte koncov\u00fd tvar. Klikn\u011bte na Storno pro nastaven\u00ed stejn\u00e9ho jako je po\u010d\u00e1te\u010dn\u00ed. +error.morphshape.incompatible=Nelze vytvo\u0159it morphshape: Po\u010d\u00e1te\u010dn\u00ed a koncov\u00fd tvar maj\u00ed nekompatibiln\u00ed styl v\u00fdpln\u011b/ohrani\u010den\u00ed. +shaperecords.status=FillStyle0: %fillstyle0%, FillStyle1: %fillstyle1%, LineStyle: %linestyle%, IndexStylu %stylesindex%, %edge% +shaperecords.edge.straight=Rovn\u00e1 hrana z %x1%, %y1% do %x2%, %y2% +shaperecords.edge.curved=Zaoblen\u00e1 hrana z %x1%, %y1% control %x2%, %y2% anchor %x3%, %y3% +shaperecords.edge.style=Zm\u011bna stylu (%details%) +shaperecords.edge.style.move=P\u0159esun na %x%, %y% +shaperecords.edge.style.newstyles=Nov\u00e9 styly - %numfillstyles%x fillstyle + %numlinestyles%x linestyle +shaperecords.edge.style.fillstyle0=FillStyle0 = %value% +shaperecords.edge.style.fillstyle1=FillStyle1 = %value% +shaperecords.edge.end=Konec tvaru #after 20.0.0 -contextmenu.copyFrame = Kop\u00edrovat sn\u00edmek do -contextmenu.copyFrame.clipboard = Kop\u00edrovat do sn\u00edmkov\u00e9 schr\u00e1nky -contextmenu.cutFrame = Vyjmout do sn\u00edmkov\u00e9 schr\u00e1nky -contextmenu.moveFrame = P\u0159esunout sn\u00edmek do -contextmenu.clipboard.frame = Sn\u00edmkov\u00e1 schr\u00e1nka - -clipboard.hint.frame = Po\u010det polo\u017eek ve sn\u00edmkov\u00e9 schr\u00e1nce -clipboard.clear.frame = Vy\u010distit sn\u00edmkovou schr\u00e1nku - -debug.export = Exportovat %name% -debug.export.bytearray = Exportovat byte array data... -debug.import = Importovat do %name% -debug.import.bytearray = Importovat byte array data... - -action.edit.flex = (kompil\u00e1tor Flex) - -header.encrypted = Harman \u0161ifrov\u00e1n\u00ed: -header.warning.unsupportedGfxEncryption = GFX nepodporuje Harman \u0161ifrov\u00e1n\u00ed. - -contextmenu.applyUnpacker = Pou\u017e\u00edt unpacker -binarydata.dataInside.packer = Vypad\u00e1 to, \u017ee tato bin\u00e1rn\u00ed data jsou zabalena pomoc\u00ed %packer%. Klikn\u011bte zde pro jejich rozbalen\u00ed. -error.wrong.packer = %item%\r\nNelze rozbalit bin\u00e1rn\u00ed data pomoc\u00ed %packer%.\r\nTato data pravd\u011bpodobn\u011b nebyla zabalena t\u00edmto packerem. - -contextmenu.copyTagToReplaceByClass = Kop\u00edrovat tag do (nahradit podle n\u00e1zvu t\u0159\u00eddy) -contextmenu.copyTagToReplaceByExportName = Kop\u00edrovat tag do (nahradit podle exportovan\u00e9ho n\u00e1zvu) - -button.breakpointList = Zobrazit seznam breakpoint\u016f - -node.scenes = sc\u00e9ny -contextmenu.showInFramesFolder = Zobrazit ve slo\u017ece sn\u00edmk\u016f - +contextmenu.copyFrame=Kop\u00edrovat sn\u00edmek do +contextmenu.copyFrame.clipboard=Kop\u00edrovat do sn\u00edmkov\u00e9 schr\u00e1nky +contextmenu.cutFrame=Vyjmout do sn\u00edmkov\u00e9 schr\u00e1nky +contextmenu.moveFrame=P\u0159esunout sn\u00edmek do +contextmenu.clipboard.frame=Sn\u00edmkov\u00e1 schr\u00e1nka +clipboard.hint.frame=Po\u010det polo\u017eek ve sn\u00edmkov\u00e9 schr\u00e1nce +clipboard.clear.frame=Vy\u010distit sn\u00edmkovou schr\u00e1nku +debug.export=Exportovat %name% +debug.export.bytearray=Exportovat byte array data... +debug.import=Importovat do %name% +debug.import.bytearray=Importovat byte array data... +action.edit.flex=(kompil\u00e1tor Flex) +header.encrypted=Harman \u0161ifrov\u00e1n\u00ed: +header.warning.unsupportedGfxEncryption=GFX nepodporuje Harman \u0161ifrov\u00e1n\u00ed. +contextmenu.applyUnpacker=Pou\u017e\u00edt unpacker +binarydata.dataInside.packer=Vypad\u00e1 to, \u017ee tato bin\u00e1rn\u00ed data jsou zabalena pomoc\u00ed %packer%. Klikn\u011bte zde pro jejich rozbalen\u00ed. +error.wrong.packer=%item%\r\nNelze rozbalit bin\u00e1rn\u00ed data pomoc\u00ed %packer%.\r\nTato data pravd\u011bpodobn\u011b nebyla zabalena t\u00edmto packerem. +contextmenu.copyTagToReplaceByClass=Kop\u00edrovat tag do (nahradit podle n\u00e1zvu t\u0159\u00eddy) +contextmenu.copyTagToReplaceByExportName=Kop\u00edrovat tag do (nahradit podle exportovan\u00e9ho n\u00e1zvu) +button.breakpointList=Zobrazit seznam breakpoint\u016f +node.scenes=sc\u00e9ny +contextmenu.showInFramesFolder=Zobrazit ve slo\u017ece sn\u00edmk\u016f #after 20.1.0 -contextmenu.collapseAll = Sbalit v\u0161e -contextmenu.collectDepthAsSprites = Posb\u00edrat tagy ve stejn\u00e9 hloubce do sprit\u016f - -preview.resample = Resample sound to 44kHz - -contextmenu.setAs3ClassLinkage = Nastavit vazbu na AS3 t\u0159\u00eddu - -contextmenu.cleanAbc = Vy\u010distit ABC - odebrat nepou\u017e\u00edvan\u00e9 polo\u017eky - -warning.cleanAbc = Tato akce odstran\u00ed z ABC polo\u017eky, kter\u00e9 maj\u00ed nula pou\u017eit\u00ed - nen\u00ed na n\u011b odkazov\u00e1no z \u017e\u00e1dn\u00e9ho skriptu.\r\n\ +contextmenu.collapseAll=Sbalit v\u0161e +contextmenu.collectDepthAsSprites=Posb\u00edrat tagy ve stejn\u00e9 hloubce do sprit\u016f +preview.resample=Resample sound to 44kHz +contextmenu.setAs3ClassLinkage=Nastavit vazbu na AS3 t\u0159\u00eddu +contextmenu.cleanAbc=Vy\u010distit ABC - odebrat nepou\u017e\u00edvan\u00e9 polo\u017eky +warning.cleanAbc=Tato akce odstran\u00ed z ABC polo\u017eky, kter\u00e9 maj\u00ed nula pou\u017eit\u00ed - nen\u00ed na n\u011b odkazov\u00e1no z \u017e\u00e1dn\u00e9ho skriptu.\r\n\ N\u011bkter\u00e9 druhy obfuskovan\u00fdch SWF to m\u016f\u017ee po\u0161kodit.\r\n\ Pou\u017e\u00edvejte ji na vlastn\u00ed riziko. Chcete pokra\u010dovat? - -tagInfo.idType = Typ id - -contextmenu.configurePathResolving = Nastavit resolvov\u00e1n\u00ed cest... - -contextmenu.setAsLinkage = Nastavit AS vazbu - - -contextmenu.exportFlashDevelop = Exportovat FlashDevelop projekt - -filter.as3proj = FlashDevelop AS3 projekty (*.as3proj) - -work.exporting.flashDevelop = Exportov\u00e1n\u00ed FlashDevelop projektu - -menu.file.export.flashDevelop = Exportovat FD projekt - -contextmenu.exportIdea = Exportovat IDEA project - -filter.iml = IntelliJ IDEA projekty (*.iml) - -work.exporting.idea = Exportov\u00e1n\u00ed IntelliJ IDEA projektu - -menu.file.export.idea = Exportovat IDEA projekt - -contextmenu.exportFla = Exportovat do FLA - -export.project.select.directory = Vyberte um\u00edst\u011bn\u00ed nov\u00e9ho adres\u00e1\u0159e projektu - -callStack.header.swf = SWF - +tagInfo.idType=Typ id +contextmenu.configurePathResolving=Nastavit resolvov\u00e1n\u00ed cest... +contextmenu.setAsLinkage=Nastavit AS vazbu +contextmenu.exportFlashDevelop=Exportovat FlashDevelop projekt +filter.as3proj=FlashDevelop AS3 projekty (*.as3proj) +work.exporting.flashDevelop=Exportov\u00e1n\u00ed FlashDevelop projektu +menu.file.export.flashDevelop=Exportovat FD projekt +contextmenu.exportIdea=Exportovat IDEA project +filter.iml=IntelliJ IDEA projekty (*.iml) +work.exporting.idea=Exportov\u00e1n\u00ed IntelliJ IDEA projektu +menu.file.export.idea=Exportovat IDEA projekt +contextmenu.exportFla=Exportovat do FLA +export.project.select.directory=Vyberte um\u00edst\u011bn\u00ed nov\u00e9ho adres\u00e1\u0159e projektu +callStack.header.swf=SWF #after 21.0.0 -button.addfunction = P\u0159idat novou funkci - -message.confirm.addfunction = Tato akce vytvo\u0159\u00ed nov\u00fd objekt MethodInfo s \ +button.addfunction=P\u0159idat novou funkci +message.confirm.addfunction=Tato akce vytvo\u0159\u00ed nov\u00fd objekt MethodInfo s \ p\u0159i\u0159azen\u00fdm MethodBody a vr\u00e1t\u00ed index infa metody\r\n\ kter\u00fd m\u016f\u017eete pou\u017e\u00edt jako operand pro instrukci newfunction.\r\n\ Pro editaci t\u011bla a parametr\u016f takov\u00e9 funkce ji mus\u00edte pot\u00e9 vyhledat v ActionScript pohledu. - -addfunction.result = Nov\u00e9 id method infa: %method_info_index%. Stiskn\u011bte OK pro zkop\u00edrov\u00e1n\u00ed do schr\u00e1nky. -addfunction.result.title = Nov\u00e9 method info \ No newline at end of file +addfunction.result=Nov\u00e9 id method infa: %method_info_index%. Stiskn\u011bte OK pro zkop\u00edrov\u00e1n\u00ed do schr\u00e1nky. +addfunction.result.title=Nov\u00e9 method info \ No newline at end of file diff --git a/src/com/jpexs/decompiler/flash/gui/locales/MainFrame_de.properties b/src/com/jpexs/decompiler/flash/gui/locales/MainFrame_de.properties index f760eee21..42bab8f11 100644 --- a/src/com/jpexs/decompiler/flash/gui/locales/MainFrame_de.properties +++ b/src/com/jpexs/decompiler/flash/gui/locales/MainFrame_de.properties @@ -12,619 +12,484 @@ # # You should have received a copy of the GNU General Public License # along with this program. If not, see . - -menu.file = Datei -menu.file.open = \u00d6ffnen... -menu.file.save = Speichern -menu.file.saveas = Speichern unter... -menu.file.export.fla = Exportiere als *.FLA -menu.file.export.all = Exportiere als einzelne Dateien -menu.file.export.selection = Exportiere ausgew\u00e4hltes Element -menu.file.exit = Beenden - -menu.tools = Werkzeuge -menu.tools.searchas = Alle ActionScripts suchen... -menu.tools.proxy = Proxy -menu.tools.deobfuscation = Deobfuscation -menu.tools.deobfuscation.pcode = PCode-Deobfuscation... -menu.tools.deobfuscation.globalrename = Bezeichner unter Cursor umbenennen -menu.tools.deobfuscation.renameinvalid = Alle ung\u00fcltigen Bezeichner umbenennen -menu.tools.gotoDocumentClass = Gehe zur Dokumentklasse - -menu.settings = Einstellungen -menu.settings.autodeobfuscation = Automatische Deobfuscation -menu.settings.internalflashviewer = Verwende programmeigenen Flash-Viewer -menu.settings.parallelspeedup = Multithreading zum Beschleunigen der Dekompilierung verwenden -menu.settings.disabledecompilation = Dekompilierung deaktivieren ( Nur Disassemblieren ) -menu.settings.addtocontextmenu = FFDec zum Kontextmen\u00fc f\u00fcr SWF-Dateien hinzuf\u00fcgen -menu.settings.language = Sprache \u00e4ndern -menu.settings.cacheOnDisk = Zwischenspeicherung auf der Festplatte -menu.settings.gotoMainClassOnStartup = Beim Start Dokumentklasse markieren - -menu.help = Hilfe -menu.help.checkupdates = Auf Updates pr\u00fcfen... -menu.help.helpus = Unterst\u00fctzen Sie uns! -menu.help.homepage = JPEXS Homepage besuchen -menu.help.about = \u00dcber... - -contextmenu.remove = Entfernen - -button.save = Speichern -button.edit = Bearbeiten -button.cancel = Abbrechen -button.replace = Ersetzen... - -notavailonthisplatform = Vorschau f\u00fcr dieses Objekt ist auf dieser Plattform nicht verf\u00fcgbar. (Nur f\u00fcr Windows) - -swfpreview = SWF Vorschau -swfpreview.internal = SWF Vorschau (interner Betrachter) - -parameters = Parameter - -rename.enternew = Neuer Name: - -rename.finished.identifier = Bezeichner umbenannt. -rename.finished.multiname = %count% Multiname(n) umbenannt. - -node.texts = Texte -node.images = Bilder -node.movies = Filme -node.sounds = Ger\u00e4usche -node.binaryData = bin\u00e4re Daten -node.fonts = Schriften -node.sprites = Grafiken -node.shapes = Formen -node.morphshapes = morph-Formen -node.buttons = Schaltfl\u00e4chen -node.frames = Frames -node.scripts = Skripte - -message.warning = Warnung -message.confirm.experimental = Der folgende Vorgang kann SWF-Dateien besch\u00e4digen.\r\nVERWENDUNG AUF EIGENE GEFAHR. Wollen Sie fortfahren? -message.confirm.parallel = Multithreading kann das laden und Dekompilieren beschleunigen, erfordert jedoch mehr Speicher. -message.confirm.on = Wollen Sie das AKTIVIEREN? -message.confirm.off = Wollen Sie das DEAKTIVIEREN? -message.confirm = Best\u00e4tigen - -message.confirm.autodeobfuscate = Automatische Deobfuscation ist ein Weg zum Dekompilieren von verschleiertem Code.\r\nDeobfuscation f\u00fchrt mitunter zu einer langsameren Dekompilierung und kann eventuell "toten" Code entfernen.\r\nWenn der Code nicht verschleiert ist, wird empfohlen, diese Funktion zu deaktivieren. - -message.parallel = Multithreading -message.trait.saved = Trait erfolgreich abge\u00e4ndert - -message.constant.new.string = Die Zeichenkette "%value%" ist noch nicht vorhanden. Wollen Sie ihn hinzuf\u00fcgen? -message.constant.new.string.title = String hinzuf\u00fcgen -message.constant.new.integer = Der Ganzzahlwert "%value%" ist noch nicht vorhanden. Wollen Sie ihn hinzuf\u00fcgen? -message.constant.new.integer.title = Integer hinzuf\u00fcgen -message.constant.new.unsignedinteger = Der vorzeichenlose Ganzzahlwert "%value%" ist noch nicht vorhanden. Wollen Sie ihn hinzuf\u00fcgen? -message.constant.new.unsignedinteger.title = Unsigned integer hinzuf\u00fcgen -message.constant.new.double = Die Dezimalzahl "%value%" ist noch nicht vorhanden. Wollen Sie ihn hinzuf\u00fcgen? -message.constant.new.double.title = Double hinzuf\u00fcgen - -work.buffering = Puffern -work.waitingfordissasembly = Warten auf Disassembly -work.gettinghilights = Markierungen laden -work.disassembling = Disassemblierung -work.exporting = Exportiere -work.searching = Suchen -work.renaming = Umbenennen -work.exporting.fla = Als FLA exportieren -work.renaming.identifiers = Bezeichner umbenennen -work.deobfuscating = Deobfuscation -work.decompiling = Dekompiliere -work.gettingvariables = Lade Variablen -work.reading.swf = SWF einlesen -work.creatingwindow = Erstelle Fenster -work.buildingscripttree = Skripte auflisten - -work.deobfuscating.complete = Deobfuscation fertig - -message.search.notfound = "%searchtext%" nicht gefunden. -message.search.notfound.title = Nicht gefunden - -message.rename.notfound.multiname = Kein Multiname (Multiple Namespace Name) unter dem Cursor gefunden -message.rename.notfound.identifier = Kein Bezeichner unter dem Cursor gefunden -message.rename.notfound.title = Nicht gefunden -message.rename.renamed = %count% Bezeichner umbenannt - -filter.images = Bilder (%extensions%) -filter.fla = %version% (*.fla) -filter.xfl = %version% unkomprimiert (*.xfl) -filter.swf = SWF Dateien (*.swf) - -error = Fehler -error.image.invalid = Ung\u00fcltiges Bild. - -error.text.invalid = Ung\u00fcltiger Text: %text% in Zeile %line% -error.file.save = Speichern fehlgeschlagen -error.file.write = Kann nicht in Datei schreiben. -error.export = Fehler beim Exportieren - -export.select.directory = W\u00e4hlen Sie einen Ordner f\u00fcr den Export -export.finishedin = Exportiert in %time% - -update.check.title = Pr\u00fcfe auf Updates -update.check.nonewversion = Keine neue Version verf\u00fcgbar. - -message.helpus = Bitte besuche\r\n%url%\r\nf\u00fcr Details. -message.homepage = Besuche Webseite: \r\n%url% - -proxy = Proxy -proxy.start = Proxy starten -proxy.stop = Proxy stoppen -proxy.show = Proxy anzeigen -exit = Beenden - -panel.disassembled = P-code Quellecode -panel.decompiled = ActionScript Quellecode - -search.info = Suchen nach "%text%" : -search.script = Skript - -constants = Konstanten -traits = Trait - -pleasewait = Bitte warten - -abc.detail.methodtrait = Methode/Getter/Setter Trait -abc.detail.unsupported = - -abc.detail.slotconsttrait = Slot/Konstante Trait -abc.detail.traitname = Trait Name: - -abc.detail.body.params.maxstack = Maximaler Stack: -abc.detail.body.params.localregcount = Anzahl lokaler Register : -abc.detail.body.params.minscope = Minimale Tiefe: -abc.detail.body.params.maxscope = Maximale Tiefe: -abc.detail.body.params.autofill = Beim Speichern automatisch f\u00fcllen (GLOBALE EINSTELLUNG) -abc.detail.body.params.autofill.experimental = ...EXPERIMENTELL - -abc.detail.methodinfo.methodindex = Methoden Index: -abc.detail.methodinfo.parameters = Parameter: -abc.detail.methodinfo.returnvalue = Typ des R\u00fcckgabewerts: - -error.methodinfo.params = Fehler: Methodeninformation Parameter -error.methodinfo.returnvalue = Fehler: Methodeninformation Typ des R\u00fcckgabewerts - -abc.detail.methodinfo = Methodeninformation -abc.detail.body.code = Methoden Code -abc.detail.body.params = Methoden Parameter - -abc.detail.slotconst.typevalue = Typ und Wert: - -error.slotconst.typevalue = SlotConst-Typ Fehler - -message.autofill.failed = Codestatistiken f\u00fcr automatische Parameter fehlgeschlagen.\r\nDeaktivieren Sie "Automatisches f\u00fcllen" um diese Meldung zu vermeiden. -info.selecttrait = W\u00e4hlen Sie eine Klasse aus und klicken Sie einen Trait im ActionScript an, um sie zu bearbeiten. - -button.viewgraph = Flowchart Graph -button.viewhex = Hexdata dump - -action.edit.experimental = (Experimentell) - -message.action.saved = Code erfolgreich gespeichert - -error.action.save = %error% in Zeile %line% \r\n (... oder in einige Zeilen darunter, falls in den Zeilen dar\u00fcber noch Kommentare stehen und dieser Fehler noch nicht behoben wurde. \r\nStand:Aug 2015 ) - -message.confirm.remove = Wolen Sie wirklich %item% und alle\n davon abh\u00e4ngigen Objekte entfernen? - +menu.file=Datei +menu.file.open=\u00d6ffnen... +menu.file.save=Speichern +menu.file.saveas=Speichern unter... +menu.file.export.fla=Exportiere als *.FLA +menu.file.export.all=Exportiere als einzelne Dateien +menu.file.export.selection=Exportiere ausgew\u00e4hltes Element +menu.file.exit=Beenden +menu.tools=Werkzeuge +menu.tools.searchas=Alle ActionScripts suchen... +menu.tools.proxy=Proxy +menu.tools.deobfuscation=Deobfuscation +menu.tools.deobfuscation.pcode=PCode-Deobfuscation... +menu.tools.deobfuscation.globalrename=Bezeichner unter Cursor umbenennen +menu.tools.deobfuscation.renameinvalid=Alle ung\u00fcltigen Bezeichner umbenennen +menu.tools.gotoDocumentClass=Gehe zur Dokumentklasse +menu.settings=Einstellungen +menu.settings.autodeobfuscation=Automatische Deobfuscation +menu.settings.internalflashviewer=Verwende programmeigenen Flash-Viewer +menu.settings.parallelspeedup=Multithreading zum Beschleunigen der Dekompilierung verwenden +menu.settings.disabledecompilation=Dekompilierung deaktivieren ( Nur Disassemblieren ) +menu.settings.addtocontextmenu=FFDec zum Kontextmen\u00fc f\u00fcr SWF-Dateien hinzuf\u00fcgen +menu.settings.language=Sprache \u00e4ndern +menu.settings.cacheOnDisk=Zwischenspeicherung auf der Festplatte +menu.settings.gotoMainClassOnStartup=Beim Start Dokumentklasse markieren +menu.help=Hilfe +menu.help.checkupdates=Auf Updates pr\u00fcfen... +menu.help.helpus=Unterst\u00fctzen Sie uns! +menu.help.homepage=JPEXS Homepage besuchen +menu.help.about=\u00dcber... +contextmenu.remove=Entfernen +button.save=Speichern +button.edit=Bearbeiten +button.cancel=Abbrechen +button.replace=Ersetzen... +notavailonthisplatform=Vorschau f\u00fcr dieses Objekt ist auf dieser Plattform nicht verf\u00fcgbar. (Nur f\u00fcr Windows) +swfpreview=SWF Vorschau +swfpreview.internal=SWF Vorschau (interner Betrachter) +parameters=Parameter +rename.enternew=Neuer Name: +rename.finished.identifier=Bezeichner umbenannt. +rename.finished.multiname=%count% Multiname(n) umbenannt. +node.texts=Texte +node.images=Bilder +node.movies=Filme +node.sounds=Ger\u00e4usche +node.binaryData=bin\u00e4re Daten +node.fonts=Schriften +node.sprites=Grafiken +node.shapes=Formen +node.morphshapes=morph-Formen +node.buttons=Schaltfl\u00e4chen +node.frames=Frames +node.scripts=Skripte +message.warning=Warnung +message.confirm.experimental=Der folgende Vorgang kann SWF-Dateien besch\u00e4digen.\r\nVERWENDUNG AUF EIGENE GEFAHR. Wollen Sie fortfahren? +message.confirm.parallel=Multithreading kann das laden und Dekompilieren beschleunigen, erfordert jedoch mehr Speicher. +message.confirm.on=Wollen Sie das AKTIVIEREN? +message.confirm.off=Wollen Sie das DEAKTIVIEREN? +message.confirm=Best\u00e4tigen +message.confirm.autodeobfuscate=Automatische Deobfuscation ist ein Weg zum Dekompilieren von verschleiertem Code.\r\nDeobfuscation f\u00fchrt mitunter zu einer langsameren Dekompilierung und kann eventuell "toten" Code entfernen.\r\nWenn der Code nicht verschleiert ist, wird empfohlen, diese Funktion zu deaktivieren. +message.parallel=Multithreading +message.trait.saved=Trait erfolgreich abge\u00e4ndert +message.constant.new.string=Die Zeichenkette "%value%" ist noch nicht vorhanden. Wollen Sie ihn hinzuf\u00fcgen? +message.constant.new.string.title=String hinzuf\u00fcgen +message.constant.new.integer=Der Ganzzahlwert "%value%" ist noch nicht vorhanden. Wollen Sie ihn hinzuf\u00fcgen? +message.constant.new.integer.title=Integer hinzuf\u00fcgen +message.constant.new.unsignedinteger=Der vorzeichenlose Ganzzahlwert "%value%" ist noch nicht vorhanden. Wollen Sie ihn hinzuf\u00fcgen? +message.constant.new.unsignedinteger.title=Unsigned integer hinzuf\u00fcgen +message.constant.new.double=Die Dezimalzahl "%value%" ist noch nicht vorhanden. Wollen Sie ihn hinzuf\u00fcgen? +message.constant.new.double.title=Double hinzuf\u00fcgen +work.buffering=Puffern +work.waitingfordissasembly=Warten auf Disassembly +work.gettinghilights=Markierungen laden +work.disassembling=Disassemblierung +work.exporting=Exportiere +work.searching=Suchen +work.renaming=Umbenennen +work.exporting.fla=Als FLA exportieren +work.renaming.identifiers=Bezeichner umbenennen +work.deobfuscating=Deobfuscation +work.decompiling=Dekompiliere +work.gettingvariables=Lade Variablen +work.reading.swf=SWF einlesen +work.creatingwindow=Erstelle Fenster +work.buildingscripttree=Skripte auflisten +work.deobfuscating.complete=Deobfuscation fertig +message.search.notfound="%searchtext%" nicht gefunden. +message.search.notfound.title=Nicht gefunden +message.rename.notfound.multiname=Kein Multiname (Multiple Namespace Name) unter dem Cursor gefunden +message.rename.notfound.identifier=Kein Bezeichner unter dem Cursor gefunden +message.rename.notfound.title=Nicht gefunden +message.rename.renamed=%count% Bezeichner umbenannt +filter.images=Bilder (%extensions%) +filter.fla=%version% (*.fla) +filter.xfl=%version% unkomprimiert (*.xfl) +filter.swf=SWF Dateien (*.swf) +error=Fehler +error.image.invalid=Ung\u00fcltiges Bild. +error.text.invalid=Ung\u00fcltiger Text: %text% in Zeile %line% +error.file.save=Speichern fehlgeschlagen +error.file.write=Kann nicht in Datei schreiben. +error.export=Fehler beim Exportieren +export.select.directory=W\u00e4hlen Sie einen Ordner f\u00fcr den Export +export.finishedin=Exportiert in %time% +update.check.title=Pr\u00fcfe auf Updates +update.check.nonewversion=Keine neue Version verf\u00fcgbar. +message.helpus=Bitte besuche\r\n%url%\r\nf\u00fcr Details. +message.homepage=Besuche Webseite: \r\n%url% +proxy=Proxy +proxy.start=Proxy starten +proxy.stop=Proxy stoppen +proxy.show=Proxy anzeigen +exit=Beenden +panel.disassembled=P-code Quellecode +panel.decompiled=ActionScript Quellecode +search.info=Suchen nach "%text%" : +search.script=Skript +constants=Konstanten +traits=Trait +pleasewait=Bitte warten +abc.detail.methodtrait=Methode/Getter/Setter Trait +abc.detail.unsupported=- +abc.detail.slotconsttrait=Slot/Konstante Trait +abc.detail.traitname=Trait Name: +abc.detail.body.params.maxstack=Maximaler Stack: +abc.detail.body.params.localregcount=Anzahl lokaler Register : +abc.detail.body.params.minscope=Minimale Tiefe: +abc.detail.body.params.maxscope=Maximale Tiefe: +abc.detail.body.params.autofill=Beim Speichern automatisch f\u00fcllen (GLOBALE EINSTELLUNG) +abc.detail.body.params.autofill.experimental=...EXPERIMENTELL +abc.detail.methodinfo.methodindex=Methoden Index: +abc.detail.methodinfo.parameters=Parameter: +abc.detail.methodinfo.returnvalue=Typ des R\u00fcckgabewerts: +error.methodinfo.params=Fehler: Methodeninformation Parameter +error.methodinfo.returnvalue=Fehler: Methodeninformation Typ des R\u00fcckgabewerts +abc.detail.methodinfo=Methodeninformation +abc.detail.body.code=Methoden Code +abc.detail.body.params=Methoden Parameter +abc.detail.slotconst.typevalue=Typ und Wert: +error.slotconst.typevalue=SlotConst-Typ Fehler +message.autofill.failed=Codestatistiken f\u00fcr automatische Parameter fehlgeschlagen.\r\nDeaktivieren Sie "Automatisches f\u00fcllen" um diese Meldung zu vermeiden. +info.selecttrait=W\u00e4hlen Sie eine Klasse aus und klicken Sie einen Trait im ActionScript an, um sie zu bearbeiten. +button.viewgraph=Flowchart Graph +button.viewhex=Hexdata dump +action.edit.experimental=(Experimentell) +message.action.saved=Code erfolgreich gespeichert +error.action.save=%error% in Zeile %line% \r\n (... oder in einige Zeilen darunter, falls in den Zeilen dar\u00fcber noch Kommentare stehen und dieser Fehler noch nicht behoben wurde. \r\nStand:Aug 2015 ) +message.confirm.remove=Wolen Sie wirklich %item% und alle\n davon abh\u00e4ngigen Objekte entfernen? #after version 1.6.5u1: - -button.ok = OK - -font.name = Schriftartnamen: -font.isbold = Fett: -font.isitalic = Kursiv: -font.ascent = Anstieg: -font.descent = Abstieg: -font.leading = F\u00fchrend: -font.characters = Buchstaben: -font.characters.add = Buchstaben hinzuf\u00fcgen: -value.unknown = Wert im 'Tag' nicht festgelegt - -yes = ja -no = nein - -errors.present = Es sind FEHLER aufgetreten. Bitte klicken Sie, um das Fehlerprotokoll einzusehen. -errors.none = Keine Fehler im Fehlerprotokoll vorhanden. - +button.ok=OK +font.name=Schriftartnamen: +font.isbold=Fett: +font.isitalic=Kursiv: +font.ascent=Anstieg: +font.descent=Abstieg: +font.leading=F\u00fchrend: +font.characters=Buchstaben: +font.characters.add=Buchstaben hinzuf\u00fcgen: +value.unknown=Wert im 'Tag' nicht festgelegt +yes=ja +no=nein +errors.present=Es sind FEHLER aufgetreten. Bitte klicken Sie, um das Fehlerprotokoll einzusehen. +errors.none=Keine Fehler im Fehlerprotokoll vorhanden. #after version 1.6.6: - -dialog.message.title = Nachricht -dialog.select.title = Bitte w\u00e4hlen Sie eine Option aus - -button.yes = Ja -button.no = Nein - -FileChooser.openButtonText = \u00d6ffnen -FileChooser.openButtonToolTipText = \u00d6ffnen -FileChooser.lookInLabelText = Einsehen: -FileChooser.acceptAllFileFilterText = Alle Dateien -FileChooser.filesOfTypeLabelText = Dateien von Typ: -FileChooser.fileNameLabelText = Dateiname: -FileChooser.listViewButtonToolTipText = Liste -FileChooser.listViewButtonAccessibleName = Liste -FileChooser.detailsViewButtonToolTipText = Details -FileChooser.detailsViewButtonAccessibleName = Details -FileChooser.upFolderToolTipText = Vorheriger Ordner -FileChooser.upFolderAccessibleName = Vorheriger Ordner -FileChooser.homeFolderToolTipText = Hauptverzeichnis -FileChooser.homeFolderAccessibleName = Hauptverzeichnis -FileChooser.fileNameHeaderText = Name -FileChooser.fileSizeHeaderText = Gr\u00f6sse -FileChooser.fileTypeHeaderText = Typ -FileChooser.fileDateHeaderText = Datum -FileChooser.fileAttrHeaderText = Attribute -FileChooser.openDialogTitleText = \u00d6ffnen -FileChooser.directoryDescriptionText = Directory -FileChooser.directoryOpenButtonText = \u00d6ffnen -FileChooser.directoryOpenButtonToolTipText = Ausgew\u00e4hlter Ordner \u00f6ffnen -FileChooser.fileDescriptionText = generische Datei -FileChooser.helpButtonText = Hilfe -FileChooser.helpButtonToolTipText = Hilfe zum Dateiauswahldialog -FileChooser.newFolderAccessibleName = Neuer Ordner -FileChooser.newFolderErrorText = Fehler beim Erstellen des neuen Ordners -FileChooser.newFolderToolTipText = Neuer Ordner erstellen -FileChooser.other.newFolder = Neuer Ordner -FileChooser.other.newFolder.subsequent = Neuer Ordner.{0} -FileChooser.win32.newFolder = Neuer Ordner -FileChooser.win32.newFolder.subsequent = Neuer Ordner ({0}) -FileChooser.saveButtonText = Speichern -FileChooser.saveButtonToolTipText = Ausgew\u00e4hlte Datei speichern -FileChooser.saveDialogTitleText = Speichern -FileChooser.saveInLabelText = Speichern in: -FileChooser.updateButtonText = Aktualisieren -FileChooser.updateButtonToolTipText = Ordner Aktualisieren - +dialog.message.title=Nachricht +dialog.select.title=Bitte w\u00e4hlen Sie eine Option aus +button.yes=Ja +button.no=Nein +FileChooser.openButtonText=\u00d6ffnen +FileChooser.openButtonToolTipText=\u00d6ffnen +FileChooser.lookInLabelText=Einsehen: +FileChooser.acceptAllFileFilterText=Alle Dateien +FileChooser.filesOfTypeLabelText=Dateien von Typ: +FileChooser.fileNameLabelText=Dateiname: +FileChooser.listViewButtonToolTipText=Liste +FileChooser.listViewButtonAccessibleName=Liste +FileChooser.detailsViewButtonToolTipText=Details +FileChooser.detailsViewButtonAccessibleName=Details +FileChooser.upFolderToolTipText=Vorheriger Ordner +FileChooser.upFolderAccessibleName=Vorheriger Ordner +FileChooser.homeFolderToolTipText=Hauptverzeichnis +FileChooser.homeFolderAccessibleName=Hauptverzeichnis +FileChooser.fileNameHeaderText=Name +FileChooser.fileSizeHeaderText=Gr\u00f6sse +FileChooser.fileTypeHeaderText=Typ +FileChooser.fileDateHeaderText=Datum +FileChooser.fileAttrHeaderText=Attribute +FileChooser.openDialogTitleText=\u00d6ffnen +FileChooser.directoryDescriptionText=Directory +FileChooser.directoryOpenButtonText=\u00d6ffnen +FileChooser.directoryOpenButtonToolTipText=Ausgew\u00e4hlter Ordner \u00f6ffnen +FileChooser.fileDescriptionText=generische Datei +FileChooser.helpButtonText=Hilfe +FileChooser.helpButtonToolTipText=Hilfe zum Dateiauswahldialog +FileChooser.newFolderAccessibleName=Neuer Ordner +FileChooser.newFolderErrorText=Fehler beim Erstellen des neuen Ordners +FileChooser.newFolderToolTipText=Neuer Ordner erstellen +FileChooser.other.newFolder=Neuer Ordner +FileChooser.other.newFolder.subsequent=Neuer Ordner.{0} +FileChooser.win32.newFolder=Neuer Ordner +FileChooser.win32.newFolder.subsequent=Neuer Ordner ({0}) +FileChooser.saveButtonText=Speichern +FileChooser.saveButtonToolTipText=Ausgew\u00e4hlte Datei speichern +FileChooser.saveDialogTitleText=Speichern +FileChooser.saveInLabelText=Speichern in: +FileChooser.updateButtonText=Aktualisieren +FileChooser.updateButtonToolTipText=Ordner Aktualisieren #after version 1.6.6u2: - -FileChooser.detailsViewActionLabel.textAndMnemonic = Details -FileChooser.detailsViewButtonToolTip.textAndMnemonic = Details -FileChooser.fileAttrHeader.textAndMnemonic = Attribute -FileChooser.fileDateHeader.textAndMnemonic = Ge\u00e4ndert -FileChooser.fileNameHeader.textAndMnemonic = Name -FileChooser.fileNameLabel.textAndMnemonic = Dateiname: -FileChooser.fileSizeHeader.textAndMnemonic = Gr\u00f6sse -FileChooser.fileTypeHeader.textAndMnemonic = Typ -FileChooser.filesOfTypeLabel.textAndMnemonic = Dateitypen: -FileChooser.folderNameLabel.textAndMnemonic = Ordnername: -FileChooser.homeFolderToolTip.textAndMnemonic = Hauptverzeichnis -FileChooser.listViewActionLabel.textAndMnemonic = Liste -FileChooser.listViewButtonToolTip.textAndMnemonic = Liste -FileChooser.lookInLabel.textAndMnemonic = Einsehen: -FileChooser.newFolderActionLabel.textAndMnemonic = Neuer Ordner -FileChooser.newFolderToolTip.textAndMnemonic = Neueren Ordner erstellen -FileChooser.refreshActionLabel.textAndMnemonic = Aktualisieren -FileChooser.saveInLabel.textAndMnemonic = Speichern in: -FileChooser.upFolderToolTip.textAndMnemonic = Vorheriger Ordner -FileChooser.viewMenuButtonAccessibleName = Men\u00fc ansehen -FileChooser.viewMenuButtonToolTipText = Men\u00fc ansehen -FileChooser.viewMenuLabel.textAndMnemonic = Ansicht -FileChooser.newFolderActionLabelText = Neuer Ordner -FileChooser.listViewActionLabelText = Liste -FileChooser.detailsViewActionLabelText = Details -FileChooser.refreshActionLabelText = Aktualisieren -FileChooser.sortMenuLabelText = Icons sortieren nach -FileChooser.viewMenuLabelText = Ansicht -FileChooser.fileSizeKiloBytes = {0} KB -FileChooser.fileSizeMegaBytes = {0} MB -FileChooser.fileSizeGigaBytes = {0} GB -FileChooser.folderNameLabelText = Ordnername: - -error.occured = Fehler aufgetreten: %error% -button.abort = Abbrechen -button.retry = Erneut versuchen -button.ignore = Ignorieren - -font.source = ... in der Schriftart: - +FileChooser.detailsViewActionLabel.textAndMnemonic=Details +FileChooser.detailsViewButtonToolTip.textAndMnemonic=Details +FileChooser.fileAttrHeader.textAndMnemonic=Attribute +FileChooser.fileDateHeader.textAndMnemonic=Ge\u00e4ndert +FileChooser.fileNameHeader.textAndMnemonic=Name +FileChooser.fileNameLabel.textAndMnemonic=Dateiname: +FileChooser.fileSizeHeader.textAndMnemonic=Gr\u00f6sse +FileChooser.fileTypeHeader.textAndMnemonic=Typ +FileChooser.filesOfTypeLabel.textAndMnemonic=Dateitypen: +FileChooser.folderNameLabel.textAndMnemonic=Ordnername: +FileChooser.homeFolderToolTip.textAndMnemonic=Hauptverzeichnis +FileChooser.listViewActionLabel.textAndMnemonic=Liste +FileChooser.listViewButtonToolTip.textAndMnemonic=Liste +FileChooser.lookInLabel.textAndMnemonic=Einsehen: +FileChooser.newFolderActionLabel.textAndMnemonic=Neuer Ordner +FileChooser.newFolderToolTip.textAndMnemonic=Neueren Ordner erstellen +FileChooser.refreshActionLabel.textAndMnemonic=Aktualisieren +FileChooser.saveInLabel.textAndMnemonic=Speichern in: +FileChooser.upFolderToolTip.textAndMnemonic=Vorheriger Ordner +FileChooser.viewMenuButtonAccessibleName=Men\u00fc ansehen +FileChooser.viewMenuButtonToolTipText=Men\u00fc ansehen +FileChooser.viewMenuLabel.textAndMnemonic=Ansicht +FileChooser.newFolderActionLabelText=Neuer Ordner +FileChooser.listViewActionLabelText=Liste +FileChooser.detailsViewActionLabelText=Details +FileChooser.refreshActionLabelText=Aktualisieren +FileChooser.sortMenuLabelText=Icons sortieren nach +FileChooser.viewMenuLabelText=Ansicht +FileChooser.fileSizeKiloBytes={0} KB +FileChooser.fileSizeMegaBytes={0} MB +FileChooser.fileSizeGigaBytes={0} GB +FileChooser.folderNameLabelText=Ordnername: +error.occured=Fehler aufgetreten: %error% +button.abort=Abbrechen +button.retry=Erneut versuchen +button.ignore=Ignorieren +font.source=... in der Schriftart: #after version 1.6.7: - -menu.export = Export -menu.general = Allgemein -menu.language = Sprache - -startup.welcometo = Willkommen bei -startup.selectopen = Klicken Sie auf den \u00d6ffnen-Knopf oder ziehen Sie eine SWF Datei in dieses Fenster. - -error.font.nocharacter = Die ausgew\u00e4hlte Schriftart beinhaltet den Buchstaben "%char%" nicht. - -warning.initializers = Statische Felder und Konstanten werden h\u00e4ufig per Initializer initalisiert.\nDen Wert hier zu bearbeiten reicht meistens nicht! - +menu.export=Export +menu.general=Allgemein +menu.language=Sprache +startup.welcometo=Willkommen bei +startup.selectopen=Klicken Sie auf den \u00d6ffnen-Knopf oder ziehen Sie eine SWF Datei in dieses Fenster. +error.font.nocharacter=Die ausgew\u00e4hlte Schriftart beinhaltet den Buchstaben "%char%" nicht. +warning.initializers=Statische Felder und Konstanten werden h\u00e4ufig per Initializer initalisiert.\nDen Wert hier zu bearbeiten reicht meistens nicht! #after version 1.7.0u1: - -menu.tools.searchMemory = SWF Dateien im Speicher suchen -menu.file.reload = Neuladen -message.confirm.reload = Diese Aktion l\u00e4dt die aktuell ge\u00f6ffnete Datei/en erneut.\n Alle NICHT geSPEICHERTen \u00c4nderungen gehen VERLOREN!\n\nWollen Sie fortfahren? - -dialog.selectbkcolor.title = W\u00e4hlen sie eine Hintergrundfarbe f\u00fcr die Ansicht von SWF Dateien -button.selectbkcolor.hint = Hintergrundfarbe ausw\u00e4hlen - -ColorChooser.okText = OK -ColorChooser.cancelText = Abbrechen -ColorChooser.resetText = Zur\u00fccksetzen -ColorChooser.previewText = Vorschau -ColorChooser.swatchesNameText = Palette -ColorChooser.swatchesRecentText = Letzte: -ColorChooser.sampleText = Beispieltext Beispieltext - +menu.tools.searchMemory=SWF Dateien im Speicher suchen +menu.file.reload=Neuladen +message.confirm.reload=Diese Aktion l\u00e4dt die aktuell ge\u00f6ffnete Datei/en erneut.\n Alle NICHT geSPEICHERTen \u00c4nderungen gehen VERLOREN!\n\nWollen Sie fortfahren? +dialog.selectbkcolor.title=W\u00e4hlen sie eine Hintergrundfarbe f\u00fcr die Ansicht von SWF Dateien +button.selectbkcolor.hint=Hintergrundfarbe ausw\u00e4hlen +ColorChooser.okText=OK +ColorChooser.cancelText=Abbrechen +ColorChooser.resetText=Zur\u00fccksetzen +ColorChooser.previewText=Vorschau +ColorChooser.swatchesNameText=Palette +ColorChooser.swatchesRecentText=Letzte: +ColorChooser.sampleText=Beispieltext Beispieltext #after version 1.7.1: - -preview.play = Start -preview.pause = Pause -preview.stop = Stopp - -message.confirm.removemultiple = Wollen sie wirklich %count% Elemente entfernen\n und alle Objekte, die davon anh\u00e4ngig sind? - -menu.tools.searchCache = Browsercache durchsuchen - +preview.play=Start +preview.pause=Pause +preview.stop=Stopp +message.confirm.removemultiple=Wollen sie wirklich %count% Elemente entfernen\n und alle Objekte, die davon anh\u00e4ngig sind? +menu.tools.searchCache=Browsercache durchsuchen #after version 1.7.2u2 - -error.trait.exists = Trait mit dem Namen "%name%" existiert bereits. -button.addtrait = Trait hinzuf\u00fcgen -button.font.embed = Eingebettet... -button.yes.all = Ja zu allen -button.no.all = Nein zu allen -message.font.add.exists = Buchstabe %char% existiert bereits in dieser Schriftart.\nWollen Sie ihn ersetzen? - -filter.gfx = ScaleForm GFx Dateien (*.gfx) -filter.supported = Alle unterst\u00fctzen Dateitypen -work.canceled = Abbrechen -work.restoringControlFlow = Controlflow Wiederherstellen -menu.advancedsettings.advancedsettings = Erweiterte Einstellungen -menu.recentFiles = Zuletzt verwendete Dateien - +error.trait.exists=Trait mit dem Namen "%name%" existiert bereits. +button.addtrait=Trait hinzuf\u00fcgen +button.font.embed=Eingebettet... +button.yes.all=Ja zu allen +button.no.all=Nein zu allen +message.font.add.exists=Buchstabe %char% existiert bereits in dieser Schriftart.\nWollen Sie ihn ersetzen? +filter.gfx=ScaleForm GFx Dateien (*.gfx) +filter.supported=Alle unterst\u00fctzen Dateitypen +work.canceled=Abbrechen +work.restoringControlFlow=Controlflow Wiederherstellen +menu.advancedsettings.advancedsettings=Erweiterte Einstellungen +menu.recentFiles=Zuletzt verwendete Dateien #after version 1.7.4 -work.restoringControlFlow.complete = Controlflow wiederherstellt -message.confirm.recentFileNotFound = Datei nicht gefunden. M\u00f6chten Sie diese aus der Liste der zuletzt verwendeten Dateien entfernen? -contextmenu.closeSwf = SWF Schliessen -menu.settings.autoRenameIdentifiers = Bezeichner automatisch umbenennen -menu.file.saveasexe = Speichern als Exe... -filter.exe = Ausf\u00fchrbare Datei (*.exe) - +work.restoringControlFlow.complete=Controlflow wiederherstellt +message.confirm.recentFileNotFound=Datei nicht gefunden. M\u00f6chten Sie diese aus der Liste der zuletzt verwendeten Dateien entfernen? +contextmenu.closeSwf=SWF Schliessen +menu.settings.autoRenameIdentifiers=Bezeichner automatisch umbenennen +menu.file.saveasexe=Speichern als Exe... +filter.exe=Ausf\u00fchrbare Datei (*.exe) #after version 1.8.0 -font.updateTexts = Vorhanden 'Texte' aktualisieren - +font.updateTexts=Vorhanden 'Texte' aktualisieren #after version 1.8.0u1 -menu.file.close = Schliessen -menu.file.closeAll = Alle schliessen -menu.tools.otherTools = Andere -menu.tools.otherTools.clearRecentFiles = Liste zuletzt verwendeter Dateien leeren -fontName.name = Schriftart Anzeigename: -fontName.copyright = Copyright: -button.preview = Vorschau -button.reset = Zur\u00fccksetzen -errors.info = Es gibt neue INFORMATIONEN im Fehlerprotokoll. Bitte klicken um diese einzusehen. -errors.warning = Es gibt neue WARNUNGEN im Fehlerprotokoll. Bitte klicken um diese einzusehen. - -decompilationError = Dekompilierungsfehler - -disassemblingProgress.toString = toString -disassemblingProgress.reading = Lese -disassemblingProgress.deobfuscating = Deobfuscation l\u00e4uft - -contextmenu.moveTag = Verschiebe 'Tag' nach - -filter.swc = SWC Komponenten Dateien (*.swc) -filter.zip = ZIP komprimierte Dateien (*.zip) -filter.binary = Bin\u00e4re Suche - alle Dateien (*.*) - -open.error = Fehler - Ung\u00fcltiges Dateiformat oder andere Fehler -open.error.fileNotFound = Fehler - Datei nicht gefunden -open.error.cannotOpen = Fehler - Kann Datei nicht \u00f6ffnen - -node.others = andere - +menu.file.close=Schliessen +menu.file.closeAll=Alle schliessen +menu.tools.otherTools=Andere +menu.tools.otherTools.clearRecentFiles=Liste zuletzt verwendeter Dateien leeren +fontName.name=Schriftart Anzeigename: +fontName.copyright=Copyright: +button.preview=Vorschau +button.reset=Zur\u00fccksetzen +errors.info=Es gibt neue INFORMATIONEN im Fehlerprotokoll. Bitte klicken um diese einzusehen. +errors.warning=Es gibt neue WARNUNGEN im Fehlerprotokoll. Bitte klicken um diese einzusehen. +decompilationError=Dekompilierungsfehler +disassemblingProgress.toString=toString +disassemblingProgress.reading=Lese +disassemblingProgress.deobfuscating=Deobfuscation l\u00e4uft +contextmenu.moveTag=Verschiebe 'Tag' nach +filter.swc=SWC Komponenten Dateien (*.swc) +filter.zip=ZIP komprimierte Dateien (*.zip) +filter.binary=Bin\u00e4re Suche - alle Dateien (*.*) +open.error=Fehler - Ung\u00fcltiges Dateiformat oder andere Fehler +open.error.fileNotFound=Fehler - Datei nicht gefunden +open.error.cannotOpen=Fehler - Kann Datei nicht \u00f6ffnen +node.others=andere #after version 1.8.1 -menu.tools.search = Textsuche - +menu.tools.search=Textsuche #after version 1.8.1u1 -menu.tools.timeline = Timeline - -dialog.selectcolor.title = Farbauswahl -button.selectcolor.hint = Klicke um eine Farbe auszuw\u00e4hlen - +menu.tools.timeline=Timeline +dialog.selectcolor.title=Farbauswahl +button.selectcolor.hint=Klicke um eine Farbe auszuw\u00e4hlen #default item name, will be used in following sentences -generictag.array.item = Element -generictag.array.insertbeginning = %item% am ANFANG einf\u00fcgen -generictag.array.insertbefore = %item% VOR einf\u00fcgen -generictag.array.remove = L\u00d6SCHE %item% -generictag.array.insertafter = %item% NACH aktuellen Element einf\u00fcgen -generictag.array.insertend = %item% am ENDE einf\u00fcgen - +generictag.array.item=Element +generictag.array.insertbeginning=%item% am ANFANG einf\u00fcgen +generictag.array.insertbefore=%item% VOR einf\u00fcgen +generictag.array.remove=L\u00d6SCHE %item% +generictag.array.insertafter=%item% NACH aktuellen Element einf\u00fcgen +generictag.array.insertend=%item% am ENDE einf\u00fcgen #after version 2.0.0 -contextmenu.expandAll = Alle aufklappen - -filter.sounds = Alle unterst\u00fctzten Audiodateien (*.wav, *.mp3) -filter.sounds.wav = Wave Dateien (*.wav) -filter.sounds.mp3 = MP3 Dateien (*.mp3) - -error.sound.invalid = Beim \u00d6ffnen der Audiodatei ist ein Fehler aufgetreten. - -button.prev = << Zur\u00fcck -button.next = Vor >> - +contextmenu.expandAll=Alle aufklappen +filter.sounds=Alle unterst\u00fctzten Audiodateien (*.wav, *.mp3) +filter.sounds.wav=Wave Dateien (*.wav) +filter.sounds.mp3=MP3 Dateien (*.mp3) +error.sound.invalid=Beim \u00d6ffnen der Audiodatei ist ein Fehler aufgetreten. +button.prev=<< Zur\u00fcck +button.next=Vor >> #after version 2.1.0 -message.action.playerglobal.title = PlayerGlobal Bibliothek ben\u00f6tigt -message.action.playerglobal.needed = Um ActionScript 3 direct zu bearbeiten, ist Bibliothek/Datei "PlayerGlobal.swc" n\u00f6tig und muss von der Adobe Webseite heruntergeladen werden.\r\n%adobehomepage%\r\nKlicke OK um diese Seite jetzt zu \u00f6ffnen. -message.action.playerglobal.place = Lade "PlayerGlobal.swc" herunter und speichere/kopiere diese Datei nach\r\n%libpath%\r\n. -message.confirm.experimental.function = Diese Funktion ist EXPERIMENTELL. \r\nLegen Sie ggf. eine Sicherungskopie an die SWF k\u00f6nnte nach dem Speichern fehlerhaft sein!\r\n Pr\u00fcfen Sie das Ergebnis indem sie das aktuelle Actionscript vorher und nachher als 'P-CODE mit HEX' exportieren diese mit 'Beyond compare', 'Examdiff', 'Total Commander' oder anderen Tool zum Vergleichen. -message.confirm.donotshowagain = Diesen Hinweis nicht erneut anzeigen. - -menu.import = Import -menu.file.import.text = Importiere Text -import.select.directory = Importieren von Verzeichnis -error.text.import = Import fehlgeschlagen. Wollen sie fortsetzen? - +message.action.playerglobal.title=PlayerGlobal Bibliothek ben\u00f6tigt +message.action.playerglobal.needed=Um ActionScript 3 direct zu bearbeiten, ist Bibliothek/Datei "PlayerGlobal.swc" n\u00f6tig und muss von der Adobe Webseite heruntergeladen werden.\r\n%adobehomepage%\r\nKlicke OK um diese Seite jetzt zu \u00f6ffnen. +message.action.playerglobal.place=Lade "PlayerGlobal.swc" herunter und speichere/kopiere diese Datei nach\r\n%libpath%\r\n. +message.confirm.experimental.function=Diese Funktion ist EXPERIMENTELL. \r\nLegen Sie ggf. eine Sicherungskopie an die SWF k\u00f6nnte nach dem Speichern fehlerhaft sein!\r\n Pr\u00fcfen Sie das Ergebnis indem sie das aktuelle Actionscript vorher und nachher als 'P-CODE mit HEX' exportieren diese mit 'Beyond compare', 'Examdiff', 'Total Commander' oder anderen Tool zum Vergleichen. +message.confirm.donotshowagain=Diesen Hinweis nicht erneut anzeigen. +menu.import=Import +menu.file.import.text=Importiere Text +import.select.directory=Importieren von Verzeichnis +error.text.import=Import fehlgeschlagen. Wollen sie fortsetzen? #after version 2.1.1 -contextmenu.removeWithDependencies = Element und Abh\u00e4ngigkeiten l\u00f6schen - -abc.action.find-usages = Verwendet von -abc.action.find-declaration = Geht zu Deklaration - -contextmenu.rawEdit = Rohdaten editieren -contextmenu.jumpToCharacter = Gehe zu Buchstabe - -menu.settings.dumpView = Rohdaten Ansicht - -menu.view = Ansichten -menu.file.view.resources = Ressourcen Ansicht -menu.file.view.hex = Hexdump Ansicht - -node.header = Header - -header.signature = Signatur: -header.compression = Kompression: -header.compression.lzma = LZMA -header.compression.zlib = ZLIB -header.compression.none = Keine Kompression -header.version = SWF Version: -header.gfx = GFX: -header.filesize = Dateigr\u00f6sse: -header.framerate = Bildrate: -header.framecount = Anzahl Bilder: -header.displayrect = AnzeigeRahmen: -header.displayrect.value.twips = %xmin%,%ymin% => %xmax%,%ymax% twips -header.displayrect.value.pixels = %xmin%,%ymin% => %xmax%,%ymax% pixels - +contextmenu.removeWithDependencies=Element und Abh\u00e4ngigkeiten l\u00f6schen +abc.action.find-usages=Verwendet von +abc.action.find-declaration=Geht zu Deklaration +contextmenu.rawEdit=Rohdaten editieren +contextmenu.jumpToCharacter=Gehe zu Buchstabe +menu.settings.dumpView=Rohdaten Ansicht +menu.view=Ansichten +menu.file.view.resources=Ressourcen Ansicht +menu.file.view.hex=Hexdump Ansicht +node.header=Header +header.signature=Signatur: +header.compression=Kompression: +header.compression.lzma=LZMA +header.compression.zlib=ZLIB +header.compression.none=Keine Kompression +header.version=SWF Version: +header.gfx=GFX: +header.filesize=Dateigr\u00f6sse: +header.framerate=Bildrate: +header.framecount=Anzahl Bilder: +header.displayrect=AnzeigeRahmen: +header.displayrect.value.twips=%xmin%,%ymin% => %xmax%,%ymax% twips +header.displayrect.value.pixels=%xmin%,%ymin% => %xmax%,%ymax% pixels #after version 2.1.2 -contextmenu.saveToFile = In Datei speichern -contextmenu.parseActions = Parse AS2 - Action Skript -contextmenu.parseABC = Parse AS3 - ABC Skript -contextmenu.parseInstructions = Parse AVM2(ActionScript Virtual Machine) Anweisungen - +contextmenu.saveToFile=In Datei speichern +contextmenu.parseActions=Parse AS2 - Action Skript +contextmenu.parseABC=Parse AS3 - ABC Skript +contextmenu.parseInstructions=Parse AVM2(ActionScript Virtual Machine) Anweisungen #after version 2.1.3 -menu.deobfuscation = Deobfuscation -menu.file.deobfuscation.old = Alter Stil -menu.file.deobfuscation.new = Neuer Stil - +menu.deobfuscation=Deobfuscation +menu.file.deobfuscation.old=Alter Stil +menu.file.deobfuscation.new=Neuer Stil #after version 2.1.4 -contextmenu.openswfinside = Open SWF inside -binarydata.swfInside = Wie es scheint gib es ein SWF in einem der Daten 'Tags'. Hier Klicken um es in einen Unterbaum zu laden. - +contextmenu.openswfinside=Open SWF inside +binarydata.swfInside=Wie es scheint gib es ein SWF in einem der Daten 'Tags'. Hier Klicken um es in einen Unterbaum zu laden. #after version 3.0.0 -button.zoomin.hint = Zoom in -button.zoomout.hint = Zoom out -button.zoomfit.hint = Zoom passend -button.zoomnone.hint = Zoom auf 1:1 -button.snapshot.hint = Als Bild in die Zwischenablage kopieren - -editorTruncateWarning = Debug mode: Text wird bei Position %chars% abgeschnitten. - +button.zoomin.hint=Zoom in +button.zoomout.hint=Zoom out +button.zoomfit.hint=Zoom passend +button.zoomnone.hint=Zoom auf 1:1 +button.snapshot.hint=Als Bild in die Zwischenablage kopieren +editorTruncateWarning=Debug mode: Text wird bei Position %chars% abgeschnitten. #Font name which is presented in the SWF Font tag -font.name.intag = Schriftname im 'Tag': - -menu.debugger = Debugger -menu.debugger.switch = Debugger -menu.debugger.replacetrace = Ersetze trace calls -menu.debugger.showlog = Zeige Log - -message.debugger = Der SWF-Debugger kann nur verwendet werden, um Nachrichten im Log Fenster, der Browser-Konsole oder als 'Alerts' auszugeben.\r\nEr ist nicht konzipiert f\u00fcr Funktionen wie per Einzelschrittmodus durch den Code zu 'steppen', Haltepunkte usw. - -contextmenu.addTag = Tag hinzuf\u00fcgen - -deobfuscation.comment.tryenable = Tipp: Aktiviere "Automatische Deobfuscation" im Men\u00fc/Einstellungen -deobfuscation.comment.failed = Deobfuscation ist aktiv aber die Dekompilierung ist trotzdem fehlgeschlagen. Wenn diese Datei nicht obfuscated ist, deaktiviere "Automatische Deobfuscation" im Men\u00fc/Einstellungen f\u00fcr besser Ergebnisse. - +font.name.intag=Schriftname im 'Tag': +menu.debugger=Debugger +menu.debugger.switch=Debugger +menu.debugger.replacetrace=Ersetze trace calls +menu.debugger.showlog=Zeige Log +message.debugger=Der SWF-Debugger kann nur verwendet werden, um Nachrichten im Log Fenster, der Browser-Konsole oder als 'Alerts' auszugeben.\r\nEr ist nicht konzipiert f\u00fcr Funktionen wie per Einzelschrittmodus durch den Code zu 'steppen', Haltepunkte usw. +contextmenu.addTag=Tag hinzuf\u00fcgen +deobfuscation.comment.tryenable=Tipp: Aktiviere "Automatische Deobfuscation" im Men\u00fc/Einstellungen +deobfuscation.comment.failed=Deobfuscation ist aktiv aber die Dekompilierung ist trotzdem fehlgeschlagen. Wenn diese Datei nicht obfuscated ist, deaktiviere "Automatische Deobfuscation" im Men\u00fc/Einstellungen f\u00fcr besser Ergebnisse. #after version 4.0.2 -preview.nextframe = N\u00e4chster Frame -preview.prevframe = Vorheriges Frame -preview.gotoframe = Gehe zu Frame... - -preview.gotoframe.dialog.title = Gehe zu Frame -preview.gotoframe.dialog.message = Gib eine Zahl zwischen %min% und %max% ein -preview.gotoframe.dialog.frame.error = Ung\u00fcltige Framenummer! Die Zahl muss im Bereich von %min% bis %max% liegen. - -error.text.invalid.continue = Ung\u00fcltiger Text: %text% in Zeile %line%. Fortsetzen? - +preview.nextframe=N\u00e4chster Frame +preview.prevframe=Vorheriges Frame +preview.gotoframe=Gehe zu Frame... +preview.gotoframe.dialog.title=Gehe zu Frame +preview.gotoframe.dialog.message=Gib eine Zahl zwischen %min% und %max% ein +preview.gotoframe.dialog.frame.error=Ung\u00fcltige Framenummer! Die Zahl muss im Bereich von %min% bis %max% liegen. +error.text.invalid.continue=Ung\u00fcltiger Text: %text% in Zeile %line%. Fortsetzen? #after version 4.0.5 -contextmenu.copyTag = Kopiere TAG nach -fit = fit -button.setAdvanceValues = Erweitere Einstellungen speichern - -menu.tools.replace = Text Ersetzen - -message.confirm.close = Die \u00c4nderungen an {swfName} wurde noch NICHT gespeichert!\r\nWollen Sie dieses Datei wirklich schliessen? -message.confirm.closeAll = Es wurden \u00c4nderungen vorgenommen, die noch NICHT gespeichert wurden!\r\nWollen Sie wirklich alle SWF's schliessen? - -contextmenu.exportJavaSource = Als Java Quellcode exportieren -contextmenu.exportSwfXml = SWF XML exportieren -contextmenu.importSwfXml = SWF XML importieren - -filter.xml = XML - +contextmenu.copyTag=Kopiere TAG nach +fit=fit +button.setAdvanceValues=Erweitere Einstellungen speichern +menu.tools.replace=Text Ersetzen +message.confirm.close=Die \u00c4nderungen an {swfName} wurde noch NICHT gespeichert!\r\nWollen Sie dieses Datei wirklich schliessen? +message.confirm.closeAll=Es wurden \u00c4nderungen vorgenommen, die noch NICHT gespeichert wurden!\r\nWollen Sie wirklich alle SWF's schliessen? +contextmenu.exportJavaSource=Als Java Quellcode exportieren +contextmenu.exportSwfXml=SWF XML exportieren +contextmenu.importSwfXml=SWF XML importieren +filter.xml=XML #after version 4.1.0 -contextmenu.undo = R\u00fcckg\u00e4ngig - -text.align.left = Linksb\u00fcndig -text.align.right = Rechtsb\u00fcndig -text.align.center = Zentriert -text.align.justify = Blocksatz - -text.undo = \u00c4nderung r\u00fcckg\u00e4ngig machen - -menu.file.import.xml = SWF XML Import -menu.file.export.xml = SWF XML Export - +contextmenu.undo=R\u00fcckg\u00e4ngig +text.align.left=Linksb\u00fcndig +text.align.right=Rechtsb\u00fcndig +text.align.center=Zentriert +text.align.justify=Blocksatz +text.undo=\u00c4nderung r\u00fcckg\u00e4ngig machen +menu.file.import.xml=SWF XML Import +menu.file.export.xml=SWF XML Export #after version 4.1.1 -text.align.translatex.decrease = TranslateX verringern -text.align.translatex.increase = TranslateX erh\u00f6hen -selectPreviousTag = Vorherigen Tag ausw\u00e4hlen -selectNextTag = N\u00e4chsten Tag ausw\u00e4hlen -button.ignoreAll = Alle Ignorieren -menu.file.import.symbolClass = Symbol-Klasse importieren -text.toggleCase = Gross und Kleinschreibung umschalten - +text.align.translatex.decrease=TranslateX verringern +text.align.translatex.increase=TranslateX erh\u00f6hen +selectPreviousTag=Vorherigen Tag ausw\u00e4hlen +selectNextTag=N\u00e4chsten Tag ausw\u00e4hlen +button.ignoreAll=Alle Ignorieren +menu.file.import.symbolClass=Symbol-Klasse importieren +text.toggleCase=Gross und Kleinschreibung umschalten #after version 5.0.2 -preview.loop = Endlosschleife -menu.file.import.script = Importiere Skripte -contextmenu.copyTagWithDependencies = Kopiere 'Tag' mit Abh\u00e4ngigkeiten nach -button.replaceWithTag = Ersetze mit anderen 'Tag' -button.resolveConstants = Konstanten aufl\u00f6sen - +preview.loop=Endlosschleife +menu.file.import.script=Importiere Skripte +contextmenu.copyTagWithDependencies=Kopiere 'Tag' mit Abh\u00e4ngigkeiten nach +button.replaceWithTag=Ersetze mit anderen 'Tag' +button.resolveConstants=Konstanten aufl\u00f6sen #after version 5.1.0 -button.viewConstants = Konstanten anzeigen -work.exported = Exportiert -button.replaceAlphaChannel = Ersetze Alphakanal... - -tagInfo.header.name = Name -tagInfo.header.value = Wert -tagInfo.tagType = Tag Typ -tagInfo.characterId = Zeichen Id -tagInfo.offset = Offset -tagInfo.length = L\u00e4nge -tagInfo.bounds = Grenzen -tagInfo.width = Breite -tagInfo.height = H\u00f6he -tagInfo.neededCharacters = Ben\u00f6tigte Zeichen - -button.viewhexpcode = Hex mit Kommandos -taginfo.header = Tag Infos - -tagInfo.dependentCharacters = Abh\u00e4ngige Zeichen - +button.viewConstants=Konstanten anzeigen +work.exported=Exportiert +button.replaceAlphaChannel=Ersetze Alphakanal... +tagInfo.header.name=Name +tagInfo.header.value=Wert +tagInfo.tagType=Tag Typ +tagInfo.characterId=Zeichen Id +tagInfo.offset=Offset +tagInfo.length=L\u00e4nge +tagInfo.bounds=Grenzen +tagInfo.width=Breite +tagInfo.height=H\u00f6he +tagInfo.neededCharacters=Ben\u00f6tigte Zeichen +button.viewhexpcode=Hex mit Kommandos +taginfo.header=Tag Infos +tagInfo.dependentCharacters=Abh\u00e4ngige Zeichen #after version 5.3.0 -header.uncompressed = Unkomprimiert -header.warning.unsupportedGfxCompression = GFX unterst\u00fctzt nur unkomprimierte oder mit Zlib komprimierte Daten. -header.warning.minimumZlibVersion = Zlib Komprimierung ben\u00f6tigt SWF Version 6 oder h\u00f6her. -header.warning.minimumLzmaVersion = LZMA Komprimierung ben\u00f6tigt SWF Version 13 oder h\u00f6her. - -tagInfo.codecName = Codec Name -tagInfo.exportFormat = Export Format -tagInfo.samplingRate = Samplingrate -tagInfo.stereo = Stereo -tagInfo.sampleCount = Anzahl Samples - -filter.dmg = Mac ausf\u00fchrbare Dateien (*.dmg) -filter.linuxExe = Linux ausf\u00fchrbare Dateien - -import.script.result = %count% Skripte importiert. -import.script.as12warning = Import kann nur AS1/2 Skripte importieren. - -error.constantPoolTooBig = Konstantenpool ist zu gross. index=%index%, Gr\u00f6sse=%size% -error.image.alpha.invalid = Ung\u00fcltige Alphakanaldaten. - +header.uncompressed=Unkomprimiert +header.warning.unsupportedGfxCompression=GFX unterst\u00fctzt nur unkomprimierte oder mit Zlib komprimierte Daten. +header.warning.minimumZlibVersion=Zlib Komprimierung ben\u00f6tigt SWF Version 6 oder h\u00f6her. +header.warning.minimumLzmaVersion=LZMA Komprimierung ben\u00f6tigt SWF Version 13 oder h\u00f6her. +tagInfo.codecName=Codec Name +tagInfo.exportFormat=Export Format +tagInfo.samplingRate=Samplingrate +tagInfo.stereo=Stereo +tagInfo.sampleCount=Anzahl Samples +filter.dmg=Mac ausf\u00fchrbare Dateien (*.dmg) +filter.linuxExe=Linux ausf\u00fchrbare Dateien +import.script.result=%count% Skripte importiert. +import.script.as12warning=Import kann nur AS1/2 Skripte importieren. +error.constantPoolTooBig=Konstantenpool ist zu gross. index=%index%, Gr\u00f6sse=%size% +error.image.alpha.invalid=Ung\u00fcltige Alphakanaldaten. #... -message.confirm.remove.nodep = Wolen Sie wirklich %item% entfernen? - -message.confirm.removemultiple.nodep = Wollen sie wirklich %count% Elemente entfernen? - -contextmenu.exportFla = Exportiere als *.FLA \ No newline at end of file +message.confirm.remove.nodep=Wolen Sie wirklich %item% entfernen? +message.confirm.removemultiple.nodep=Wollen sie wirklich %count% Elemente entfernen? +contextmenu.exportFla=Exportiere als *.FLA \ No newline at end of file diff --git a/src/com/jpexs/decompiler/flash/gui/locales/MainFrame_es.properties b/src/com/jpexs/decompiler/flash/gui/locales/MainFrame_es.properties index 6f6856b54..b868adb2e 100644 --- a/src/com/jpexs/decompiler/flash/gui/locales/MainFrame_es.properties +++ b/src/com/jpexs/decompiler/flash/gui/locales/MainFrame_es.properties @@ -12,712 +12,556 @@ # # You should have received a copy of the GNU General Public License # along with this program. If not, see . - -menu.file = Archivo -menu.file.open = Abrir... -menu.file.save = Guardar -menu.file.saveas = Guardar como... -menu.file.export.fla = Exportar a FLA -menu.file.export.all = Exportar todas las partes -menu.file.export.selection = Exportar selecci\u00f3n -menu.file.exit = Salir - -menu.tools = Herramientas -menu.tools.searchas = Buscar todo el ActionScript... -menu.tools.proxy = Proxy -menu.tools.deobfuscation = Desofuscaci\u00f3n -menu.tools.deobfuscation.pcode = Desofuscaci\u00f3n de PCode... -menu.tools.deobfuscation.globalrename = Renombrar identificador globalmente -menu.tools.deobfuscation.renameinvalid = Renombrar identificadores inv\u00e1lidos -menu.tools.gotoDocumentClass = Ir al document class - -menu.settings = Ajustes -menu.settings.autodeobfuscation = Desofuscaci\u00f3n autom\u00e1tica -menu.settings.internalflashviewer = Usar un visor de flash propio -menu.settings.parallelspeedup = Aceleraci\u00f3n en paralelo -menu.settings.disabledecompilation = Inhabilitar decompilaci\u00f3n (solo desensamblado) -menu.settings.addtocontextmenu = Agregar FFDec al men\u00fa contextual de archivos SWF -menu.settings.language = Cambiar lenguaje -menu.settings.cacheOnDisk = Usar almacenamiento de cach\u00e9 en disco -menu.settings.gotoMainClassOnStartup = Resaltar el document class al iniciar - -menu.help = Ayuda -menu.help.checkupdates = Comprobar actualizaciones... -menu.help.helpus = Ayudanos! -menu.help.homepage = Visitar la p\u00e1gina principal -menu.help.about = Acerca de... - -contextmenu.remove = Remover - -button.save = Guardar -button.edit = Editar -button.cancel = Cancelar -button.replace = Reemplazar... - -notavailonthisplatform = La vista previa de este objeto no est\u00e1 disponible en esta plataforma. (solo Windows) - -swfpreview = Vista previa del SWF -swfpreview.internal = Vista previa del SWF (Visor interno) - -parameters = Par\u00e1metros - -rename.enternew = Ingresar nuevo nombre: - -rename.finished.identifier = Identificador renombrado. -rename.finished.multiname = %count% multinombres(s) renombrado. - -node.texts = textos -node.images = im\u00e1genes -node.movies = pel\u00edculas -node.sounds = sonidos -node.binaryData = datosbinarios -node.fonts = fuentes -node.sprites = sprites -node.shapes = formas -node.morphshapes = morphshapes -node.buttons = botones -node.frames = marcos -node.scripts = scripts - -message.warning = Cuidado -message.confirm.experimental = El siguiente procedimiento puede da\u00f1ar el archivo SWF e inutilizar su reproducci\u00f3n.\r\nUSESE BAJO SU PROPIO RIESGO. Desea continuar? -message.confirm.parallel = El paralelismo puede acelerar la carga y la descompilaci\u00f3n pero requerir m\u00e1s memoria. -message.confirm.on = Desea encenderlo? -message.confirm.off = Desea apagarlo? -message.confirm = Confirmar - -message.confirm.autodeobfuscate = La desofuscaci\u00f3n autom\u00e1tica es una manera de descompilar el c\u00f3digo ofuscado.\r\nLa desofuscaci\u00f3n conduce a una descompilaci\u00f3n m\u00e1s lenta y a eliminar algo de c\u00f3digo muerto.\r\nSi el c\u00f3digo no est\u00e1 ofuscado, es mejor deshabilitar la autodesofuscaci\u00f3n. - -message.parallel = Paralelismo -message.trait.saved = Rasgo guardado existosamente - -message.constant.new.string = La cadena "%value%" no est\u00e1 presente en la tabla de constantes. Desea agregarla? -message.constant.new.string.title = Agregar cadena -message.constant.new.integer = El entero "%value%" no est\u00e1 presente en la tabla de constantes. Desea agregarlo? -message.constant.new.integer.title = Agregar entero -message.constant.new.unsignedinteger = El entero no signado "%value%" no est\u00e1 presente en la tabla de constantes. Desea agregarlo? -message.constant.new.unsignedinteger.title = Agregar entero no signado -message.constant.new.double = El entero doble "%value%" no est\u00e1 presente en la tabla de constantes. Desea agregarlo? -message.constant.new.double.title = Agregar entero doble - -work.buffering = Buffering -work.waitingfordissasembly = Esperando el desensamblado -work.gettinghilights = Adquiriendo resaltadores -work.disassembling = Desensamblando -work.exporting = Exportando -work.searching = Buscando -work.renaming = Renombrando -work.exporting.fla = Exportando FLA -work.renaming.identifiers = Renombrando identificadores -work.deobfuscating = Desofuscando -work.decompiling = Decompilando -work.gettingvariables = Adquiriendo variables -work.reading.swf = Leyendo SWF -work.creatingwindow = Creando ventana -work.buildingscripttree = Generando \u00e1rbol de script Building script tree - -work.deobfuscating.complete = Desofuscaci\u00f3n completada - -message.search.notfound = Cadena "%searchtext%" no encontrada. -message.search.notfound.title = No encontrado - -message.rename.notfound.multiname = No se encontr\u00f3 ning\u00fan multiname bajo el cursor -message.rename.notfound.identifier = No se encontr\u00f3 ning\u00fan identificador bajo el cursor -message.rename.notfound.title = No encontrado -message.rename.renamed = Identificadores renombrados: %count% - -filter.images = Im\u00e1genes (%extensions%) -filter.fla = Documento %version% (*.fla) -filter.xfl = Documento no comprimido %version% (*.xfl) -filter.swf = Archivos SWF (*.swf) - -error = Error -error.image.invalid = Im\u00e1gen inv\u00e1lida. - -error.text.invalid = Texto inv\u00e1lido: %text% en la l\u00ednea %line% -error.file.save = No se puede guardar el archivo -error.file.write = No se puede escribir al archivo -error.export = Error durante la exportaci\u00f3n - -export.select.directory = Seleccione directorio para exportar -export.finishedin = Exportado en %time% - -update.check.title = Chequeo de actualizaci\u00f3n -update.check.nonewversion = No hay versi\u00f3n nueva disponible. - -message.helpus = Por favor, visite\r\n%url%\r\npara m\u00e1s detalles. -message.homepage = Visite la p\u00e1gina principal en: \r\n%url% - -proxy = Proxy -proxy.start = Comenzar proxy -proxy.stop = Detener proxy -proxy.show = Mostrar proxy -exit = Salir - -panel.disassembled = Fuente P-code -panel.decompiled = Fuente ActionScript - -search.info = Buscar por "%text%" : -search.script = Script - -constants = Constantes -traits = Rasgos - -pleasewait = Espere por favor - -abc.detail.methodtrait = M\u00e9todo/Getter/Setter Rasgo -abc.detail.unsupported = - -abc.detail.slotconsttrait = Slot/Const Rasgo -abc.detail.traitname = Nombre: - -abc.detail.body.params.maxstack = Pila m\u00e1xima: -abc.detail.body.params.localregcount = Contador de registros locales: -abc.detail.body.params.minscope = Profundidad de alcance m\u00ednima: -abc.detail.body.params.maxscope = Profundidad de alcance m\u00e1xima: -abc.detail.body.params.autofill = Auto rellenado al salvar c\u00f3dig (AJUSTE GLOBAL) -abc.detail.body.params.autofill.experimental = ...EXPERIMENTAL - -abc.detail.methodinfo.methodindex = Indice de m\u00e9todo: -abc.detail.methodinfo.parameters = Par\u00e1metros: -abc.detail.methodinfo.returnvalue = Tipo de valor de retorno: - -error.methodinfo.params = Error de pa\u0155ametro MethodInfo -error.methodinfo.returnvalue = Error de retorno de tipo MethodInfo - -abc.detail.methodinfo = MethodInfo -abc.detail.body.code = C\u00f3digo de MethodBody -abc.detail.body.params = Par\u00e1metros de MethodBody - -abc.detail.slotconst.typevalue = Tipo y valor: - -error.slotconst.typevalue = Error de valor de tipo SlotConst - -message.autofill.failed = No se puede obtener las estad\u00edsticas de c\u00f3digo para los par\u00e1metros de cuerpo autom\u00e1ticos.\r\nDestilde auto-llenado para evitar este mensaje. -info.selecttrait = Seleccione la clase y clickee un atributo en el c\u00f3digo Actionscript para editarlo. - -button.viewgraph = Ver grafo -button.viewhex = Ver en hexa - -action.edit.experimental = (Experimental) - -message.action.saved = C\u00f3digo guardado exitosamente - -error.action.save = %error% en la l\u00ednea %line% - -message.confirm.remove = Est\u00e1 seguro que desea remover %item% \n y todos los objetos que dependen de \u00e9l? - +menu.file=Archivo +menu.file.open=Abrir... +menu.file.save=Guardar +menu.file.saveas=Guardar como... +menu.file.export.fla=Exportar a FLA +menu.file.export.all=Exportar todas las partes +menu.file.export.selection=Exportar selecci\u00f3n +menu.file.exit=Salir +menu.tools=Herramientas +menu.tools.searchas=Buscar todo el ActionScript... +menu.tools.proxy=Proxy +menu.tools.deobfuscation=Desofuscaci\u00f3n +menu.tools.deobfuscation.pcode=Desofuscaci\u00f3n de PCode... +menu.tools.deobfuscation.globalrename=Renombrar identificador globalmente +menu.tools.deobfuscation.renameinvalid=Renombrar identificadores inv\u00e1lidos +menu.tools.gotoDocumentClass=Ir al document class +menu.settings=Ajustes +menu.settings.autodeobfuscation=Desofuscaci\u00f3n autom\u00e1tica +menu.settings.internalflashviewer=Usar un visor de flash propio +menu.settings.parallelspeedup=Aceleraci\u00f3n en paralelo +menu.settings.disabledecompilation=Inhabilitar decompilaci\u00f3n (solo desensamblado) +menu.settings.addtocontextmenu=Agregar FFDec al men\u00fa contextual de archivos SWF +menu.settings.language=Cambiar lenguaje +menu.settings.cacheOnDisk=Usar almacenamiento de cach\u00e9 en disco +menu.settings.gotoMainClassOnStartup=Resaltar el document class al iniciar +menu.help=Ayuda +menu.help.checkupdates=Comprobar actualizaciones... +menu.help.helpus=Ayudanos! +menu.help.homepage=Visitar la p\u00e1gina principal +menu.help.about=Acerca de... +contextmenu.remove=Remover +button.save=Guardar +button.edit=Editar +button.cancel=Cancelar +button.replace=Reemplazar... +notavailonthisplatform=La vista previa de este objeto no est\u00e1 disponible en esta plataforma. (solo Windows) +swfpreview=Vista previa del SWF +swfpreview.internal=Vista previa del SWF (Visor interno) +parameters=Par\u00e1metros +rename.enternew=Ingresar nuevo nombre: +rename.finished.identifier=Identificador renombrado. +rename.finished.multiname=%count% multinombres(s) renombrado. +node.texts=textos +node.images=im\u00e1genes +node.movies=pel\u00edculas +node.sounds=sonidos +node.binaryData=datosbinarios +node.fonts=fuentes +node.sprites=sprites +node.shapes=formas +node.morphshapes=morphshapes +node.buttons=botones +node.frames=marcos +node.scripts=scripts +message.warning=Cuidado +message.confirm.experimental=El siguiente procedimiento puede da\u00f1ar el archivo SWF e inutilizar su reproducci\u00f3n.\r\nUSESE BAJO SU PROPIO RIESGO. Desea continuar? +message.confirm.parallel=El paralelismo puede acelerar la carga y la descompilaci\u00f3n pero requerir m\u00e1s memoria. +message.confirm.on=Desea encenderlo? +message.confirm.off=Desea apagarlo? +message.confirm=Confirmar +message.confirm.autodeobfuscate=La desofuscaci\u00f3n autom\u00e1tica es una manera de descompilar el c\u00f3digo ofuscado.\r\nLa desofuscaci\u00f3n conduce a una descompilaci\u00f3n m\u00e1s lenta y a eliminar algo de c\u00f3digo muerto.\r\nSi el c\u00f3digo no est\u00e1 ofuscado, es mejor deshabilitar la autodesofuscaci\u00f3n. +message.parallel=Paralelismo +message.trait.saved=Rasgo guardado existosamente +message.constant.new.string=La cadena "%value%" no est\u00e1 presente en la tabla de constantes. Desea agregarla? +message.constant.new.string.title=Agregar cadena +message.constant.new.integer=El entero "%value%" no est\u00e1 presente en la tabla de constantes. Desea agregarlo? +message.constant.new.integer.title=Agregar entero +message.constant.new.unsignedinteger=El entero no signado "%value%" no est\u00e1 presente en la tabla de constantes. Desea agregarlo? +message.constant.new.unsignedinteger.title=Agregar entero no signado +message.constant.new.double=El entero doble "%value%" no est\u00e1 presente en la tabla de constantes. Desea agregarlo? +message.constant.new.double.title=Agregar entero doble +work.buffering=Buffering +work.waitingfordissasembly=Esperando el desensamblado +work.gettinghilights=Adquiriendo resaltadores +work.disassembling=Desensamblando +work.exporting=Exportando +work.searching=Buscando +work.renaming=Renombrando +work.exporting.fla=Exportando FLA +work.renaming.identifiers=Renombrando identificadores +work.deobfuscating=Desofuscando +work.decompiling=Decompilando +work.gettingvariables=Adquiriendo variables +work.reading.swf=Leyendo SWF +work.creatingwindow=Creando ventana +work.buildingscripttree=Generando \u00e1rbol de script Building script tree +work.deobfuscating.complete=Desofuscaci\u00f3n completada +message.search.notfound=Cadena "%searchtext%" no encontrada. +message.search.notfound.title=No encontrado +message.rename.notfound.multiname=No se encontr\u00f3 ning\u00fan multiname bajo el cursor +message.rename.notfound.identifier=No se encontr\u00f3 ning\u00fan identificador bajo el cursor +message.rename.notfound.title=No encontrado +message.rename.renamed=Identificadores renombrados: %count% +filter.images=Im\u00e1genes (%extensions%) +filter.fla=Documento %version% (*.fla) +filter.xfl=Documento no comprimido %version% (*.xfl) +filter.swf=Archivos SWF (*.swf) +error=Error +error.image.invalid=Im\u00e1gen inv\u00e1lida. +error.text.invalid=Texto inv\u00e1lido: %text% en la l\u00ednea %line% +error.file.save=No se puede guardar el archivo +error.file.write=No se puede escribir al archivo +error.export=Error durante la exportaci\u00f3n +export.select.directory=Seleccione directorio para exportar +export.finishedin=Exportado en %time% +update.check.title=Chequeo de actualizaci\u00f3n +update.check.nonewversion=No hay versi\u00f3n nueva disponible. +message.helpus=Por favor, visite\r\n%url%\r\npara m\u00e1s detalles. +message.homepage=Visite la p\u00e1gina principal en: \r\n%url% +proxy=Proxy +proxy.start=Comenzar proxy +proxy.stop=Detener proxy +proxy.show=Mostrar proxy +exit=Salir +panel.disassembled=Fuente P-code +panel.decompiled=Fuente ActionScript +search.info=Buscar por "%text%" : +search.script=Script +constants=Constantes +traits=Rasgos +pleasewait=Espere por favor +abc.detail.methodtrait=M\u00e9todo/Getter/Setter Rasgo +abc.detail.unsupported=- +abc.detail.slotconsttrait=Slot/Const Rasgo +abc.detail.traitname=Nombre: +abc.detail.body.params.maxstack=Pila m\u00e1xima: +abc.detail.body.params.localregcount=Contador de registros locales: +abc.detail.body.params.minscope=Profundidad de alcance m\u00ednima: +abc.detail.body.params.maxscope=Profundidad de alcance m\u00e1xima: +abc.detail.body.params.autofill=Auto rellenado al salvar c\u00f3dig (AJUSTE GLOBAL) +abc.detail.body.params.autofill.experimental=...EXPERIMENTAL +abc.detail.methodinfo.methodindex=Indice de m\u00e9todo: +abc.detail.methodinfo.parameters=Par\u00e1metros: +abc.detail.methodinfo.returnvalue=Tipo de valor de retorno: +error.methodinfo.params=Error de pa\u0155ametro MethodInfo +error.methodinfo.returnvalue=Error de retorno de tipo MethodInfo +abc.detail.methodinfo=MethodInfo +abc.detail.body.code=C\u00f3digo de MethodBody +abc.detail.body.params=Par\u00e1metros de MethodBody +abc.detail.slotconst.typevalue=Tipo y valor: +error.slotconst.typevalue=Error de valor de tipo SlotConst +message.autofill.failed=No se puede obtener las estad\u00edsticas de c\u00f3digo para los par\u00e1metros de cuerpo autom\u00e1ticos.\r\nDestilde auto-llenado para evitar este mensaje. +info.selecttrait=Seleccione la clase y clickee un atributo en el c\u00f3digo Actionscript para editarlo. +button.viewgraph=Ver grafo +button.viewhex=Ver en hexa +action.edit.experimental=(Experimental) +message.action.saved=C\u00f3digo guardado exitosamente +error.action.save=%error% en la l\u00ednea %line% +message.confirm.remove=Est\u00e1 seguro que desea remover %item% \n y todos los objetos que dependen de \u00e9l? #after version 1.6.5u1: - -button.ok = OK - -font.name = Nombre de fuente: -font.isbold = Es negrita: -font.isitalic = Es it\u00e1lica: -font.ascent = Ascendente: -font.descent = Descendente: -font.leading = Destacado: -font.characters = Caract\u00e9r: -font.characters.add = Agregar caracteres: -value.unknown = ? - -yes = si -no = no - -errors.present = Hay ERRORES en el log. Clickear para ver. -errors.none = No hay errores en el log - +button.ok=OK +font.name=Nombre de fuente: +font.isbold=Es negrita: +font.isitalic=Es it\u00e1lica: +font.ascent=Ascendente: +font.descent=Descendente: +font.leading=Destacado: +font.characters=Caract\u00e9r: +font.characters.add=Agregar caracteres: +value.unknown=? +yes=si +no=no +errors.present=Hay ERRORES en el log. Clickear para ver. +errors.none=No hay errores en el log #after version 1.6.6: - -dialog.message.title = Mensaje -dialog.select.title = Seleccione una opci\u00f3n - -button.yes = Si -button.no = No - -FileChooser.openButtonText = Abrir -FileChooser.openButtonToolTipText = Abrir -FileChooser.lookInLabelText = Mirar en: -FileChooser.acceptAllFileFilterText = Todos los archivos -FileChooser.filesOfTypeLabelText = Archivos de tipo: -FileChooser.fileNameLabelText = Nombre de archivo: -FileChooser.listViewButtonToolTipText = Lista -FileChooser.listViewButtonAccessibleName = Lista -FileChooser.detailsViewButtonToolTipText = Detales -FileChooser.detailsViewButtonAccessibleName = Detalles -FileChooser.upFolderToolTipText = Subir un nivel -FileChooser.upFolderAccessibleName = Subir un nivel -FileChooser.homeFolderToolTipText = Home -FileChooser.homeFolderAccessibleName = Home -FileChooser.fileNameHeaderText = Nombre -FileChooser.fileSizeHeaderText = Tama\u00f1o -FileChooser.fileTypeHeaderText = Tipo -FileChooser.fileDateHeaderText = Fecha -FileChooser.fileAttrHeaderText = Atributos -FileChooser.openDialogTitleText = Abrir -FileChooser.directoryDescriptionText = Directorio -FileChooser.directoryOpenButtonText = Abrir -FileChooser.directoryOpenButtonToolTipText = Abrir el directorio seleccionado -FileChooser.fileDescriptionText = Archivo gen\u00e9rico -FileChooser.helpButtonText = Ayuda -FileChooser.helpButtonToolTipText = Ayuda de FileChooser -FileChooser.newFolderAccessibleName = Nueva carpeta -FileChooser.newFolderErrorText = Error creando nueva carpeta -FileChooser.newFolderToolTipText = Crear nueva carpeta -FileChooser.other.newFolder = NuevaCarpeta -FileChooser.other.newFolder.subsequent = NuevaCarpeta.{0} -FileChooser.win32.newFolder = Nueva Carpeta -FileChooser.win32.newFolder.subsequent = Nueva Carpeta ({0}) -FileChooser.saveButtonText = Guarda -FileChooser.saveButtonToolTipText = Guardar archivo seleccionado -FileChooser.saveDialogTitleText = Guardar -FileChooser.saveInLabelText = Guardar en: -FileChooser.updateButtonText = Actualizar -FileChooser.updateButtonToolTipText = Actualizar listado de directorio - +dialog.message.title=Mensaje +dialog.select.title=Seleccione una opci\u00f3n +button.yes=Si +button.no=No +FileChooser.openButtonText=Abrir +FileChooser.openButtonToolTipText=Abrir +FileChooser.lookInLabelText=Mirar en: +FileChooser.acceptAllFileFilterText=Todos los archivos +FileChooser.filesOfTypeLabelText=Archivos de tipo: +FileChooser.fileNameLabelText=Nombre de archivo: +FileChooser.listViewButtonToolTipText=Lista +FileChooser.listViewButtonAccessibleName=Lista +FileChooser.detailsViewButtonToolTipText=Detales +FileChooser.detailsViewButtonAccessibleName=Detalles +FileChooser.upFolderToolTipText=Subir un nivel +FileChooser.upFolderAccessibleName=Subir un nivel +FileChooser.homeFolderToolTipText=Home +FileChooser.homeFolderAccessibleName=Home +FileChooser.fileNameHeaderText=Nombre +FileChooser.fileSizeHeaderText=Tama\u00f1o +FileChooser.fileTypeHeaderText=Tipo +FileChooser.fileDateHeaderText=Fecha +FileChooser.fileAttrHeaderText=Atributos +FileChooser.openDialogTitleText=Abrir +FileChooser.directoryDescriptionText=Directorio +FileChooser.directoryOpenButtonText=Abrir +FileChooser.directoryOpenButtonToolTipText=Abrir el directorio seleccionado +FileChooser.fileDescriptionText=Archivo gen\u00e9rico +FileChooser.helpButtonText=Ayuda +FileChooser.helpButtonToolTipText=Ayuda de FileChooser +FileChooser.newFolderAccessibleName=Nueva carpeta +FileChooser.newFolderErrorText=Error creando nueva carpeta +FileChooser.newFolderToolTipText=Crear nueva carpeta +FileChooser.other.newFolder=NuevaCarpeta +FileChooser.other.newFolder.subsequent=NuevaCarpeta.{0} +FileChooser.win32.newFolder=Nueva Carpeta +FileChooser.win32.newFolder.subsequent=Nueva Carpeta ({0}) +FileChooser.saveButtonText=Guarda +FileChooser.saveButtonToolTipText=Guardar archivo seleccionado +FileChooser.saveDialogTitleText=Guardar +FileChooser.saveInLabelText=Guardar en: +FileChooser.updateButtonText=Actualizar +FileChooser.updateButtonToolTipText=Actualizar listado de directorio #after version 1.6.6u2: - -FileChooser.detailsViewActionLabel.textAndMnemonic = Detalles -FileChooser.detailsViewButtonToolTip.textAndMnemonic = Detalles -FileChooser.fileAttrHeader.textAndMnemonic = Atributos -FileChooser.fileDateHeader.textAndMnemonic = Modificado -FileChooser.fileNameHeader.textAndMnemonic = Nombre -FileChooser.fileNameLabel.textAndMnemonic = Nombre de archivo: -FileChooser.fileSizeHeader.textAndMnemonic = Tama\u00f1o -FileChooser.fileTypeHeader.textAndMnemonic = Tipo -FileChooser.filesOfTypeLabel.textAndMnemonic = Archivos de tipo: -FileChooser.folderNameLabel.textAndMnemonic = Nombre de carpeta: -FileChooser.homeFolderToolTip.textAndMnemonic = Home -FileChooser.listViewActionLabel.textAndMnemonic = Lista -FileChooser.listViewButtonToolTip.textAndMnemonic = Lista -FileChooser.lookInLabel.textAndMnemonic = Mirar en: -FileChooser.newFolderActionLabel.textAndMnemonic = Nueva Carpeta -FileChooser.newFolderToolTip.textAndMnemonic = Crear Nueva Carpeta -FileChooser.refreshActionLabel.textAndMnemonic = Refrescar -FileChooser.saveInLabel.textAndMnemonic = Guardar en: -FileChooser.upFolderToolTip.textAndMnemonic = Subir un nivel -FileChooser.viewMenuButtonAccessibleName = Ver men\u00fa -FileChooser.viewMenuButtonToolTipText = Ver men\u00fa -FileChooser.viewMenuLabel.textAndMnemonic = Ver -FileChooser.newFolderActionLabelText = Nueva Carpeta -FileChooser.listViewActionLabelText = Lista -FileChooser.detailsViewActionLabelText = Detalles -FileChooser.refreshActionLabelText = Refrescar -FileChooser.sortMenuLabelText = Ordenar \u00edconos por -FileChooser.viewMenuLabelText = Ver -FileChooser.fileSizeKiloBytes = {0} KB -FileChooser.fileSizeMegaBytes = {0} MB -FileChooser.fileSizeGigaBytes = {0} GB -FileChooser.folderNameLabelText = Nombre de carpeta: - -error.occured = Ocurri\u00f3 un error : %error% -button.abort = Abortar -button.retry = Reintentar -button.ignore = Ignorar - -font.source = Origen de la fuente: - +FileChooser.detailsViewActionLabel.textAndMnemonic=Detalles +FileChooser.detailsViewButtonToolTip.textAndMnemonic=Detalles +FileChooser.fileAttrHeader.textAndMnemonic=Atributos +FileChooser.fileDateHeader.textAndMnemonic=Modificado +FileChooser.fileNameHeader.textAndMnemonic=Nombre +FileChooser.fileNameLabel.textAndMnemonic=Nombre de archivo: +FileChooser.fileSizeHeader.textAndMnemonic=Tama\u00f1o +FileChooser.fileTypeHeader.textAndMnemonic=Tipo +FileChooser.filesOfTypeLabel.textAndMnemonic=Archivos de tipo: +FileChooser.folderNameLabel.textAndMnemonic=Nombre de carpeta: +FileChooser.homeFolderToolTip.textAndMnemonic=Home +FileChooser.listViewActionLabel.textAndMnemonic=Lista +FileChooser.listViewButtonToolTip.textAndMnemonic=Lista +FileChooser.lookInLabel.textAndMnemonic=Mirar en: +FileChooser.newFolderActionLabel.textAndMnemonic=Nueva Carpeta +FileChooser.newFolderToolTip.textAndMnemonic=Crear Nueva Carpeta +FileChooser.refreshActionLabel.textAndMnemonic=Refrescar +FileChooser.saveInLabel.textAndMnemonic=Guardar en: +FileChooser.upFolderToolTip.textAndMnemonic=Subir un nivel +FileChooser.viewMenuButtonAccessibleName=Ver men\u00fa +FileChooser.viewMenuButtonToolTipText=Ver men\u00fa +FileChooser.viewMenuLabel.textAndMnemonic=Ver +FileChooser.newFolderActionLabelText=Nueva Carpeta +FileChooser.listViewActionLabelText=Lista +FileChooser.detailsViewActionLabelText=Detalles +FileChooser.refreshActionLabelText=Refrescar +FileChooser.sortMenuLabelText=Ordenar \u00edconos por +FileChooser.viewMenuLabelText=Ver +FileChooser.fileSizeKiloBytes={0} KB +FileChooser.fileSizeMegaBytes={0} MB +FileChooser.fileSizeGigaBytes={0} GB +FileChooser.folderNameLabelText=Nombre de carpeta: +error.occured=Ocurri\u00f3 un error : %error% +button.abort=Abortar +button.retry=Reintentar +button.ignore=Ignorar +font.source=Origen de la fuente: #after version 1.6.7: - -menu.export = Exportar -menu.general = General -menu.language = Lenguaje - -startup.welcometo = Bienvenido a -startup.selectopen = Clickee en el \u00edcono del panel superior o arrastre el archivo SWF a esta ventana para comenzar. - -error.font.nocharacter = Fuente de origen seleccionado no contiene caracteres "%char%". - -warning.initializers = Los campos est\u00e1ticos y constantes son a menudo inicializados en el inicializador.\nEditar el valor aqu\u00ed usualmente no es suficiente! - +menu.export=Exportar +menu.general=General +menu.language=Lenguaje +startup.welcometo=Bienvenido a +startup.selectopen=Clickee en el \u00edcono del panel superior o arrastre el archivo SWF a esta ventana para comenzar. +error.font.nocharacter=Fuente de origen seleccionado no contiene caracteres "%char%". +warning.initializers=Los campos est\u00e1ticos y constantes son a menudo inicializados en el inicializador.\nEditar el valor aqu\u00ed usualmente no es suficiente! #after version 1.7.0u1: - -menu.tools.searchMemory = Buscar SWFs en memoria -menu.file.reload = Recargar -message.confirm.reload = Esta acci\u00f3n eliminar\u00e1 todos lo cambios no guardados y recargar\u00e1 el archivo SWF otra vez.\nDesea continuar? - -dialog.selectbkcolor.title = Seleccionar color de fondo para la visualizaci\u00f3n del SWF -button.selectbkcolor.hint = Seleccionar color de fondo - -ColorChooser.okText = OK -ColorChooser.cancelText = Cancelar -ColorChooser.resetText = Reiniciar -ColorChooser.previewText = Vista previa -ColorChooser.swatchesNameText = Muestras -ColorChooser.swatchesRecentText = Reciente: -ColorChooser.sampleText = Texto de muestra Texto de muestra - +menu.tools.searchMemory=Buscar SWFs en memoria +menu.file.reload=Recargar +message.confirm.reload=Esta acci\u00f3n eliminar\u00e1 todos lo cambios no guardados y recargar\u00e1 el archivo SWF otra vez.\nDesea continuar? +dialog.selectbkcolor.title=Seleccionar color de fondo para la visualizaci\u00f3n del SWF +button.selectbkcolor.hint=Seleccionar color de fondo +ColorChooser.okText=OK +ColorChooser.cancelText=Cancelar +ColorChooser.resetText=Reiniciar +ColorChooser.previewText=Vista previa +ColorChooser.swatchesNameText=Muestras +ColorChooser.swatchesRecentText=Reciente: +ColorChooser.sampleText=Texto de muestra Texto de muestra #after version 1.7.1: - -preview.play = Reproducir -preview.pause = Pausar -preview.stop = Detener - -message.confirm.removemultiple = Est\u00e1 seguro que desea eliminar %count% art\u00edculos\n y todos los objetos que dependen de el? - -menu.tools.searchCache = Buscar cache del navegador - +preview.play=Reproducir +preview.pause=Pausar +preview.stop=Detener +message.confirm.removemultiple=Est\u00e1 seguro que desea eliminar %count% art\u00edculos\n y todos los objetos que dependen de el? +menu.tools.searchCache=Buscar cache del navegador #after version 1.7.2u2 - -error.trait.exists = La caracter\u00edstica con nombre "%name%" ya existe. -button.addtrait = Agregar caracter\u00edstica -button.font.embed = Incrustar... -button.yes.all = Si a todo -button.no.all = No a todo -message.font.add.exists = El caracter %char% ya existe en la etiqueta de la fuente.\nDesea reemplazarlo? - -filter.gfx = Archivos ScaleForm GFx (*.gfx) -filter.supported = Todos los tipos de archivo soportados -work.canceled = Cancelado -work.restoringControlFlow = Restaurando control de flujo -menu.advancedsettings.advancedsettings = Opciones Avanzadas -menu.recentFiles = Archivos recientes - +error.trait.exists=La caracter\u00edstica con nombre "%name%" ya existe. +button.addtrait=Agregar caracter\u00edstica +button.font.embed=Incrustar... +button.yes.all=Si a todo +button.no.all=No a todo +message.font.add.exists=El caracter %char% ya existe en la etiqueta de la fuente.\nDesea reemplazarlo? +filter.gfx=Archivos ScaleForm GFx (*.gfx) +filter.supported=Todos los tipos de archivo soportados +work.canceled=Cancelado +work.restoringControlFlow=Restaurando control de flujo +menu.advancedsettings.advancedsettings=Opciones Avanzadas +menu.recentFiles=Archivos recientes #after version 1.7.4 -work.restoringControlFlow.complete = Control de Flujo restaurado -message.confirm.recentFileNotFound = Archivo no encontrado. Desea removerlo de la lista de archivos recientes? -contextmenu.closeSwf = Cerrar SWF -menu.settings.autoRenameIdentifiers = Auto renombrar identificadores -menu.file.saveasexe = Guardar como ejecutable... -filter.exe = Archivos ejecutables (*.exe) - +work.restoringControlFlow.complete=Control de Flujo restaurado +message.confirm.recentFileNotFound=Archivo no encontrado. Desea removerlo de la lista de archivos recientes? +contextmenu.closeSwf=Cerrar SWF +menu.settings.autoRenameIdentifiers=Auto renombrar identificadores +menu.file.saveasexe=Guardar como ejecutable... +filter.exe=Archivos ejecutables (*.exe) #after version 1.8.0 -font.updateTexts = Actualizar textos - +font.updateTexts=Actualizar textos #after version 1.8.0u1 -menu.file.close = Cerrar -menu.file.closeAll = Cerrar todos -menu.tools.otherTools = Otros -menu.tools.otherTools.clearRecentFiles = Limpiar archivos recientes -fontName.name = Nombre de fuentes para mostrar: -fontName.copyright = Derechos de autor de la fuente: -button.preview = Vista previa -button.reset = Reiniciar -errors.info = Hay INFORMATIONS en el log. Clickear para ver. -errors.warning = Hay WARNINGS en el log. Clickear para ver. - -decompilationError = Error de decompilaci\u00f3n - -disassemblingProgress.toString = toString -disassemblingProgress.reading = Leyendo -disassemblingProgress.deobfuscating = Desofuscando - -contextmenu.moveTag = Mover etiqueta a - -filter.swc = Archivo de componente SWC (*.swc) -filter.zip = Archivo comprimido ZIP (*.zip) -filter.binary = B\u00fasqueda binaria - todos los archivos (*.*) - -open.error = Error -open.error.fileNotFound = Archivo no encontrado -open.error.cannotOpen = No se puede abrir el archivo - -node.others = otros - +menu.file.close=Cerrar +menu.file.closeAll=Cerrar todos +menu.tools.otherTools=Otros +menu.tools.otherTools.clearRecentFiles=Limpiar archivos recientes +fontName.name=Nombre de fuentes para mostrar: +fontName.copyright=Derechos de autor de la fuente: +button.preview=Vista previa +button.reset=Reiniciar +errors.info=Hay INFORMATIONS en el log. Clickear para ver. +errors.warning=Hay WARNINGS en el log. Clickear para ver. +decompilationError=Error de decompilaci\u00f3n +disassemblingProgress.toString=toString +disassemblingProgress.reading=Leyendo +disassemblingProgress.deobfuscating=Desofuscando +contextmenu.moveTag=Mover etiqueta a +filter.swc=Archivo de componente SWC (*.swc) +filter.zip=Archivo comprimido ZIP (*.zip) +filter.binary=B\u00fasqueda binaria - todos los archivos (*.*) +open.error=Error +open.error.fileNotFound=Archivo no encontrado +open.error.cannotOpen=No se puede abrir el archivo +node.others=otros #after version 1.8.1 -menu.tools.search = B\u00fasqueda de texto - +menu.tools.search=B\u00fasqueda de texto #after version 1.8.1u1 -menu.tools.timeline = L\u00ednea de tiempo - -dialog.selectcolor.title = Seleccionar color -button.selectcolor.hint = Click para seleccionar color - +menu.tools.timeline=L\u00ednea de tiempo +dialog.selectcolor.title=Seleccionar color +button.selectcolor.hint=Click para seleccionar color #default item name, will be used in following sentences -generictag.array.item = item -generictag.array.insertbeginning = Insertar %item% al comienzo -generictag.array.insertbefore = Insertar %item% antes -generictag.array.remove = Remover %item% -generictag.array.insertafter = Insertar %item% despu\u00e9s -generictag.array.insertend = Insertar %item% al final - +generictag.array.item=item +generictag.array.insertbeginning=Insertar %item% al comienzo +generictag.array.insertbefore=Insertar %item% antes +generictag.array.remove=Remover %item% +generictag.array.insertafter=Insertar %item% despu\u00e9s +generictag.array.insertend=Insertar %item% al final #after version 2.0.0 -contextmenu.expandAll = Expandir todo -filter.sounds = Formatos de sonido soportados (*.wav, *.mp3) -filter.sounds.wav = Formato de archivo Wave (*.wav) -filter.sounds.mp3 = Formato comprimido MP3 (*.mp3) - -error.sound.invalid = Sonido Invalido. - -button.prev = Previo -button.next = Siguiente - +contextmenu.expandAll=Expandir todo +filter.sounds=Formatos de sonido soportados (*.wav, *.mp3) +filter.sounds.wav=Formato de archivo Wave (*.wav) +filter.sounds.mp3=Formato comprimido MP3 (*.mp3) +error.sound.invalid=Sonido Invalido. +button.prev=Previo +button.next=Siguiente #after version 2.1.0 -message.action.playerglobal.title = Libreria necesitada PlayerGlobal -message.action.playerglobal.needed = Para la edicion directa de ActionScript 3, necesita descargar la libreria llamada "PlayerGlobal.swc" desde la pagina principal de Adobe.\r\n%adobehomepage%\r\nPresione OK para ir a la pagina de descarga. -message.action.playerglobal.place = Descargue la libreria llamada PlayerGlobal(.swc), y coloquela en el directorio\r\n%libpath%\r\n Presione OK para continuar. - -message.confirm.experimental.function = Esta funci\u00f3n es EXPERIMENTAL. Significa que no debe de confiar en los resultados y el archivo SWF puede ser no fucnional luego de guardarlo. -message.confirm.donotshowagain = No mostrar otra vez menu.import = Importar - -menu.import = Importar -menu.file.import.text = Importar texto -import.select.directory = Seleccionar directorio para importar -error.text.import = Error durante la importaci\u00f3n del texto. \u00bfDesea continuar? - +message.action.playerglobal.title=Libreria necesitada PlayerGlobal +message.action.playerglobal.needed=Para la edicion directa de ActionScript 3, necesita descargar la libreria llamada "PlayerGlobal.swc" desde la pagina principal de Adobe.\r\n%adobehomepage%\r\nPresione OK para ir a la pagina de descarga. +message.action.playerglobal.place=Descargue la libreria llamada PlayerGlobal(.swc), y coloquela en el directorio\r\n%libpath%\r\n Presione OK para continuar. +message.confirm.experimental.function=Esta funci\u00f3n es EXPERIMENTAL. Significa que no debe de confiar en los resultados y el archivo SWF puede ser no fucnional luego de guardarlo. +message.confirm.donotshowagain=No mostrar otra vez menu.import = Importar +menu.import=Importar +menu.file.import.text=Importar texto +import.select.directory=Seleccionar directorio para importar +error.text.import=Error durante la importaci\u00f3n del texto. \u00bfDesea continuar? #after version 2.1.1 -contextmenu.removeWithDependencies = Remover con dependencias - -abc.action.find-usages = Buscar usos -abc.action.find-declaration = Buscar declaraciones - -contextmenu.rawEdit = Edici\u00f3n cruda -contextmenu.jumpToCharacter = Ir a caracter - -menu.settings.dumpView = Volcar view - -menu.view = Ver -menu.file.view.resources = Recursos -menu.file.view.hex = Volcado Hex - -node.header = header - -header.signature = Firma: -header.compression = Compresi\u00f3n: -header.compression.lzma = LZMA -header.compression.zlib = ZLIB -header.compression.none = Sin compresi\u00f3n -header.version = Versi\u00f3n del SWF: -header.gfx = GFX: -header.filesize = Tama\u00f1o del archivo: -header.framerate = Velocidad de fotogramas: -header.framecount = Recuento de fotogramas: -header.displayrect = Mostrar rect: -header.displayrect.value.twips = %xmin%,%ymin% => %xmax%,%ymax% twips -header.displayrect.value.pixels = %xmin%,%ymin% => %xmax%,%ymax% pixels - +contextmenu.removeWithDependencies=Remover con dependencias +abc.action.find-usages=Buscar usos +abc.action.find-declaration=Buscar declaraciones +contextmenu.rawEdit=Edici\u00f3n cruda +contextmenu.jumpToCharacter=Ir a caracter +menu.settings.dumpView=Volcar view +menu.view=Ver +menu.file.view.resources=Recursos +menu.file.view.hex=Volcado Hex +node.header=header +header.signature=Firma: +header.compression=Compresi\u00f3n: +header.compression.lzma=LZMA +header.compression.zlib=ZLIB +header.compression.none=Sin compresi\u00f3n +header.version=Versi\u00f3n del SWF: +header.gfx=GFX: +header.filesize=Tama\u00f1o del archivo: +header.framerate=Velocidad de fotogramas: +header.framecount=Recuento de fotogramas: +header.displayrect=Mostrar rect: +header.displayrect.value.twips=%xmin%,%ymin% => %xmax%,%ymax% twips +header.displayrect.value.pixels=%xmin%,%ymin% => %xmax%,%ymax% pixels #after version 2.1.2 -contextmenu.saveToFile = Guardar en un archivo -contextmenu.parseActions = Analizar actions -contextmenu.parseABC = Analizar ABC -contextmenu.parseInstructions = Analizar instrucciones AVM2 - +contextmenu.saveToFile=Guardar en un archivo +contextmenu.parseActions=Analizar actions +contextmenu.parseABC=Analizar ABC +contextmenu.parseInstructions=Analizar instrucciones AVM2 #after version 2.1.3 -menu.deobfuscation = Desofuscaci\u00f3n -menu.file.deobfuscation.old = Estilo viejo -menu.file.deobfuscation.new = Estilo nuevo - +menu.deobfuscation=Desofuscaci\u00f3n +menu.file.deobfuscation.old=Estilo viejo +menu.file.deobfuscation.new=Estilo nuevo #after version 2.1.4 -contextmenu.openswfinside = Abrir SWF inside -binarydata.swfInside = Parece que hay un SWF dentro de la etiqueta de datos binarios. Click aqu\u00ed para cargarlo como un sub-\u00e1rbol. - +contextmenu.openswfinside=Abrir SWF inside +binarydata.swfInside=Parece que hay un SWF dentro de la etiqueta de datos binarios. Click aqu\u00ed para cargarlo como un sub-\u00e1rbol. #after version 3.0.0 -button.zoomin.hint = Acercar -button.zoomout.hint = Alejar -button.zoomfit.hint = Ampliar para adaptarse -button.zoomnone.hint = Ampliar hasta 1:1 -button.snapshot.hint = Tomar captura en el portapapeles - -editorTruncateWarning = Texto truncado en la posici\u00f3n %chars% en modo depuraci\u00f3n. - +button.zoomin.hint=Acercar +button.zoomout.hint=Alejar +button.zoomfit.hint=Ampliar para adaptarse +button.zoomnone.hint=Ampliar hasta 1:1 +button.snapshot.hint=Tomar captura en el portapapeles +editorTruncateWarning=Texto truncado en la posici\u00f3n %chars% en modo depuraci\u00f3n. #Font name which is presented in the SWF Font tag -font.name.intag = Nombre de fuente en etiqueta: - -menu.debugger = Depurador -menu.debugger.switch = Depurador -menu.debugger.replacetrace = Reemplazar llamadas de seguimiento -menu.debugger.showlog = Mostrar registro - -message.debugger = Este depurador de SWF solo puede ser utilizado para imprimir mensajes a la ventana de registro, la consola del navegador o mediante alertas. No est\u00e1 dise\u00f1ado para caracter\u00edsticas como step code, puntos de ruptura, etc. - -contextmenu.addTag = Agregar etiqueta - -deobfuscation.comment.tryenable = Consejo: Puede intentar activando "Desofuscaci\u00f3n Autom\u00e1tica" en Ajustes -deobfuscation.comment.failed = La desofuscaci\u00f3n est\u00e1 activada pero la decompilaci\u00f3n a\u00fan falla. Si el archivo NO est\u00e1 ofuscado, desactive "Desofuscaci\u00f3n autom\u00e1tica" para obtener mejores resultados. - +font.name.intag=Nombre de fuente en etiqueta: +menu.debugger=Depurador +menu.debugger.switch=Depurador +menu.debugger.replacetrace=Reemplazar llamadas de seguimiento +menu.debugger.showlog=Mostrar registro +message.debugger=Este depurador de SWF solo puede ser utilizado para imprimir mensajes a la ventana de registro, la consola del navegador o mediante alertas. No est\u00e1 dise\u00f1ado para caracter\u00edsticas como step code, puntos de ruptura, etc. +contextmenu.addTag=Agregar etiqueta +deobfuscation.comment.tryenable=Consejo: Puede intentar activando "Desofuscaci\u00f3n Autom\u00e1tica" en Ajustes +deobfuscation.comment.failed=La desofuscaci\u00f3n est\u00e1 activada pero la decompilaci\u00f3n a\u00fan falla. Si el archivo NO est\u00e1 ofuscado, desactive "Desofuscaci\u00f3n autom\u00e1tica" para obtener mejores resultados. #after version 4.0.2 -preview.nextframe = Siguiente marco -preview.prevframe = Marco previo -preview.gotoframe = Ir a marco... - -preview.gotoframe.dialog.title = Ir a marco -preview.gotoframe.dialog.message = Ingresar n\u00famero de marco (%min% - %max%) -preview.gotoframe.dialog.frame.error = N\u00famero de marco inv\u00e1lido. Debe ser un n\u00famero entre %min% y %max%. - -error.text.invalid.continue = Texto inv\u00e1lido: %text% en l\u00ednea %line%. Desea continuar? - +preview.nextframe=Siguiente marco +preview.prevframe=Marco previo +preview.gotoframe=Ir a marco... +preview.gotoframe.dialog.title=Ir a marco +preview.gotoframe.dialog.message=Ingresar n\u00famero de marco (%min% - %max%) +preview.gotoframe.dialog.frame.error=N\u00famero de marco inv\u00e1lido. Debe ser un n\u00famero entre %min% y %max%. +error.text.invalid.continue=Texto inv\u00e1lido: %text% en l\u00ednea %line%. Desea continuar? #after version 4.0.5 -contextmenu.copyTag = Copiar etiqueta a -fit = encajar -button.setAdvanceValues = Establecer valores por anticipado - -menu.tools.replace = Reemplazo de texto - -message.confirm.close = Hay cambios sin guardar. De verdad quiere cerrar {swfName}? -message.confirm.closeAll = Hay cambios sin guardar. De verdad quiere cerrar todos los archivos SWFs? - -contextmenu.exportJavaSource = Exportar c\u00f3digo Java -contextmenu.exportSwfXml = Exportar SWF como XML -contextmenu.importSwfXml = Importar SWF XML - -filter.xml = XML - +contextmenu.copyTag=Copiar etiqueta a +fit=encajar +button.setAdvanceValues=Establecer valores por anticipado +menu.tools.replace=Reemplazo de texto +message.confirm.close=Hay cambios sin guardar. De verdad quiere cerrar {swfName}? +message.confirm.closeAll=Hay cambios sin guardar. De verdad quiere cerrar todos los archivos SWFs? +contextmenu.exportJavaSource=Exportar c\u00f3digo Java +contextmenu.exportSwfXml=Exportar SWF como XML +contextmenu.importSwfXml=Importar SWF XML +filter.xml=XML #after version 4.1.0 -contextmenu.undo = Deshacer - -text.align.left = Alineaci\u00f3n izquierda -text.align.right = Alineaci\u00f3n derecha -text.align.center = Alineaci\u00f3n centrada -text.align.justify = Justificar alineaci\u00f3n - -text.undo = Deshacer cambios - -menu.file.import.xml = Importar SWF XML -menu.file.export.xml = Exportar SWF XML - +contextmenu.undo=Deshacer +text.align.left=Alineaci\u00f3n izquierda +text.align.right=Alineaci\u00f3n derecha +text.align.center=Alineaci\u00f3n centrada +text.align.justify=Justificar alineaci\u00f3n +text.undo=Deshacer cambios +menu.file.import.xml=Importar SWF XML +menu.file.export.xml=Exportar SWF XML #after version 4.1.1 -text.align.translatex.decrease = Decrementar TranslateX -text.align.translatex.increase = Incrementar TranslateX -selectPreviousTag = Seleccionar etiqueta previa -selectNextTag = Seleccionar siguiente etiqueta -button.ignoreAll = Ignorar todo -menu.file.import.symbolClass = Clase Symbol -text.toggleCase = Conmutar may\u00fasculas y min\u00fasculas - +text.align.translatex.decrease=Decrementar TranslateX +text.align.translatex.increase=Incrementar TranslateX +selectPreviousTag=Seleccionar etiqueta previa +selectNextTag=Seleccionar siguiente etiqueta +button.ignoreAll=Ignorar todo +menu.file.import.symbolClass=Clase Symbol +text.toggleCase=Conmutar may\u00fasculas y min\u00fasculas #after version 5.0.2 -preview.loop = Bucle -menu.file.import.script = Importar scripts -contextmenu.copyTagWithDependencies = Copiar etiqueta con dependencias a -button.replaceWithTag = Reemplazar con otro caracter de etiqueta -button.resolveConstants = Resolver constantes - +preview.loop=Bucle +menu.file.import.script=Importar scripts +contextmenu.copyTagWithDependencies=Copiar etiqueta con dependencias a +button.replaceWithTag=Reemplazar con otro caracter de etiqueta +button.resolveConstants=Resolver constantes #after version 5.1.0 -button.viewConstants = Ver constantes -work.exported = Exportado -button.replaceAlphaChannel = Reemplazar canal alpha... - -tagInfo.header.name = Nombre -tagInfo.header.value = Valor -tagInfo.tagType = Tipo de etiqueta -tagInfo.characterId = Identificador de caracter -tagInfo.offset = Desplazamiento -tagInfo.length = Longitud -tagInfo.bounds = L\u00edmites -tagInfo.width = Anchura -tagInfo.height = Altura -tagInfo.neededCharacters = Caracteres necesarios - -button.viewhexpcode = Ver hexadecimal con instrucciones -taginfo.header = Informaci\u00f3n b\u00e1sica de etiqueta - -tagInfo.dependentCharacters = Caracteres dependientes - +button.viewConstants=Ver constantes +work.exported=Exportado +button.replaceAlphaChannel=Reemplazar canal alpha... +tagInfo.header.name=Nombre +tagInfo.header.value=Valor +tagInfo.tagType=Tipo de etiqueta +tagInfo.characterId=Identificador de caracter +tagInfo.offset=Desplazamiento +tagInfo.length=Longitud +tagInfo.bounds=L\u00edmites +tagInfo.width=Anchura +tagInfo.height=Altura +tagInfo.neededCharacters=Caracteres necesarios +button.viewhexpcode=Ver hexadecimal con instrucciones +taginfo.header=Informaci\u00f3n b\u00e1sica de etiqueta +tagInfo.dependentCharacters=Caracteres dependientes #after version 5.3.0 -header.uncompressed = Descomprimido -header.warning.unsupportedGfxCompression = GFX soporta solo contenido descomprimido o comprimido con Zlib. -header.warning.minimumZlibVersion = Compresi\u00f3n con Zlib necesita versi\u00f3n 6 o mayor de SWF. -header.warning.minimumLzmaVersion = Compresi\u00f3n con LZMA necesita versi\u00f3n 13 o mayor de SWF. - -tagInfo.codecName = Nombre del Codec -tagInfo.exportFormat = Exportar formato -tagInfo.samplingRate = Tasa de muestreo -tagInfo.stereo = Est\u00e9reo -tagInfo.sampleCount = Recuento de muestra - -filter.dmg = Archivos ejecutables Mac (*.dmg) -filter.linuxExe = Archivos ejecutables Linux - -import.script.result = %count% fueron importados. -import.script.as12warning = Importar script solo puede importar scripts AS1/2. - -error.constantPoolTooBig = La Constant pool es demasiado grande. \u00edndice=%index%, tama\u00f1o=%size% -error.image.alpha.invalid = Datos de canal alpha no v\u00e1lidos - +header.uncompressed=Descomprimido +header.warning.unsupportedGfxCompression=GFX soporta solo contenido descomprimido o comprimido con Zlib. +header.warning.minimumZlibVersion=Compresi\u00f3n con Zlib necesita versi\u00f3n 6 o mayor de SWF. +header.warning.minimumLzmaVersion=Compresi\u00f3n con LZMA necesita versi\u00f3n 13 o mayor de SWF. +tagInfo.codecName=Nombre del Codec +tagInfo.exportFormat=Exportar formato +tagInfo.samplingRate=Tasa de muestreo +tagInfo.stereo=Est\u00e9reo +tagInfo.sampleCount=Recuento de muestra +filter.dmg=Archivos ejecutables Mac (*.dmg) +filter.linuxExe=Archivos ejecutables Linux +import.script.result=%count% fueron importados. +import.script.as12warning=Importar script solo puede importar scripts AS1/2. +error.constantPoolTooBig=La Constant pool es demasiado grande. \u00edndice=%index%, tama\u00f1o=%size% +error.image.alpha.invalid=Datos de canal alpha no v\u00e1lidos #after version 6.0.2 -contextmenu.saveUncompressedToFile = Guardar en archivo no comprimido -menu.settings.autoOpenLoadedSWFs = Abrir los SWFs cargados mientras se reproducen - +contextmenu.saveUncompressedToFile=Guardar en archivo no comprimido +menu.settings.autoOpenLoadedSWFs=Abrir los SWFs cargados mientras se reproducen #after version 6.1.1 -menu.file.start = Comenzar -menu.file.start.run = Ejecutar -menu.file.start.stop = Detener -menu.file.start.debug = Depurar -menu.debugging = Depurando -menu.debugging.debug = Depurar -menu.debugging.debug.stop = Detener -menu.debugging.debug.pause = Pausar -menu.debugging.debug.stepOver = Pasar por encima -menu.debugging.debug.stepInto = Entrar en -menu.debugging.debug.stepOut = Pasar por encima -menu.debugging.debug.continue = Continuar -menu.debugging.debug.stack = Pila... -menu.debugging.debug.watch = Nueva vigilancia... - -message.playerpath.notset = Proyector de Flash Player no encontrado. Por favor, configure la ruta en Configuraciones Avanzadas / Rutas (1). -message.playerpath.debug.notset = Depurador de contenido Flash Player no encontrado. Por favor, configure la ruta en Configuraciones Avanzadas / Rutas (2). -message.playerpath.lib.notset = PlayerGlobal (.SWC) no encontrado. Por favor, configure su ruta en Configuraciones Avanzadas / Rutas (3). - -debugpanel.header = Depurando - -variables.header.registers = Registros -variables.header.locals = Locales -variables.header.arguments = Argumentos -variables.header.scopeChain = Cadena de alcance -variables.column.name = Nombre -variables.column.type = Tipo -variables.column.value = Valor - -callStack.header = Pila de llamadas -callStack.header.file = Archivo -callStack.header.line = L\u00ednea - -stack.header = Pila -stack.header.item = Item - -constantpool.header = Agrupaci\u00f3n de constantes -constantpool.header.id = Identificaci\u00f3n -constantpool.header.value = Valor - -work.running = Ejecutando -work.debugging = Depurando -work.debugging.instrumenting = Preparando SWF para depuraci\u00f3n -work.breakat = Detenerse a -work.halted = Depuraci\u00f3n iniciada, ejecuci\u00f3n interrumpida. Agregue puntos de ruptura y haga click en Continuar (F5) para resumir la ejecuci\u00f3n. - -debuglog.header = Registro -debuglog.button.clear = Despejar - +menu.file.start=Comenzar +menu.file.start.run=Ejecutar +menu.file.start.stop=Detener +menu.file.start.debug=Depurar +menu.debugging=Depurando +menu.debugging.debug=Depurar +menu.debugging.debug.stop=Detener +menu.debugging.debug.pause=Pausar +menu.debugging.debug.stepOver=Pasar por encima +menu.debugging.debug.stepInto=Entrar en +menu.debugging.debug.stepOut=Pasar por encima +menu.debugging.debug.continue=Continuar +menu.debugging.debug.stack=Pila... +menu.debugging.debug.watch=Nueva vigilancia... +message.playerpath.notset=Proyector de Flash Player no encontrado. Por favor, configure la ruta en Configuraciones Avanzadas / Rutas (1). +message.playerpath.debug.notset=Depurador de contenido Flash Player no encontrado. Por favor, configure la ruta en Configuraciones Avanzadas / Rutas (2). +message.playerpath.lib.notset=PlayerGlobal (.SWC) no encontrado. Por favor, configure su ruta en Configuraciones Avanzadas / Rutas (3). +debugpanel.header=Depurando +variables.header.registers=Registros +variables.header.locals=Locales +variables.header.arguments=Argumentos +variables.header.scopeChain=Cadena de alcance +variables.column.name=Nombre +variables.column.type=Tipo +variables.column.value=Valor +callStack.header=Pila de llamadas +callStack.header.file=Archivo +callStack.header.line=L\u00ednea +stack.header=Pila +stack.header.item=Item +constantpool.header=Agrupaci\u00f3n de constantes +constantpool.header.id=Identificaci\u00f3n +constantpool.header.value=Valor +work.running=Ejecutando +work.debugging=Depurando +work.debugging.instrumenting=Preparando SWF para depuraci\u00f3n +work.breakat=Detenerse a +work.halted=Depuraci\u00f3n iniciada, ejecuci\u00f3n interrumpida. Agregue puntos de ruptura y haga click en Continuar (F5) para resumir la ejecuci\u00f3n. +debuglog.header=Registro +debuglog.button.clear=Despejar #after 7.0.1 -work.debugging.wait = Esperando por la conecci\u00f3n del proyector de depuraci\u00f3n de Flash - -error.debug.listen = No se puede escuchar en el puerto %port%. Puede haber otro depurador de Flash ejecutandose. - -debug.break.reason.unknown = (Desconocido) -debug.break.reason.breakpoint = (Punto de ruptura) -debug.break.reason.watch = (Vigilante) -debug.break.reason.fault = (Falla) -debug.break.reason.stopRequest = (Detener pedido) -debug.break.reason.step = (Paso) -debug.break.reason.halt = (Interrumpir) -debug.break.reason.scriptLoaded = (Script cargado) - -menu.file.start.debugpcode = Depurar P-code - +work.debugging.wait=Esperando por la conecci\u00f3n del proyector de depuraci\u00f3n de Flash +error.debug.listen=No se puede escuchar en el puerto %port%. Puede haber otro depurador de Flash ejecutandose. +debug.break.reason.unknown=(Desconocido) +debug.break.reason.breakpoint=(Punto de ruptura) +debug.break.reason.watch=(Vigilante) +debug.break.reason.fault=(Falla) +debug.break.reason.stopRequest=(Detener pedido) +debug.break.reason.step=(Paso) +debug.break.reason.halt=(Interrumpir) +debug.break.reason.scriptLoaded=(Script cargado) +menu.file.start.debugpcode=Depurar P-code #after 7.1.2 -button.replaceNoFill = Replace - l\u00edmites de actualizaci\u00f3n... -message.warning.svgImportExperimental = No todas las catacter\u00edsticas de SVG est\u00e1n soportadas. Solo el modo de llenado de color s\u00f3lido es soportado. Por favor, compruebe la anotaciones despu\u00e9s de importar. - -message.imported.swf = El archivo utiliza recursos de un archivo SWF importado: %url% Quiere que los recursos sean cargados desde dicha URL? -message.imported.swf.manually = No se puede cargar el SWF importado %url% El archivo o URL no existe. Desea seleccionar un archivo local? - -message.warning.hexViewNotUpToDate = Vista Hexadecimal no al d\u00eda. Por favor, guarde y recargue el archivo para actualizar Vista Hexadecimal. -message.font.replace.updateTexts = Algunos caracteres fueron reemplazados. Desea actualizar los textos existentes? - -menu.settings.simplifyExpressions = Simplificar expresiones - +button.replaceNoFill=Replace - l\u00edmites de actualizaci\u00f3n... +message.warning.svgImportExperimental=No todas las catacter\u00edsticas de SVG est\u00e1n soportadas. Solo el modo de llenado de color s\u00f3lido es soportado. Por favor, compruebe la anotaciones despu\u00e9s de importar. +message.imported.swf=El archivo utiliza recursos de un archivo SWF importado: %url% Quiere que los recursos sean cargados desde dicha URL? +message.imported.swf.manually=No se puede cargar el SWF importado %url% El archivo o URL no existe. Desea seleccionar un archivo local? +message.warning.hexViewNotUpToDate=Vista Hexadecimal no al d\u00eda. Por favor, guarde y recargue el archivo para actualizar Vista Hexadecimal. +message.font.replace.updateTexts=Algunos caracteres fueron reemplazados. Desea actualizar los textos existentes? +menu.settings.simplifyExpressions=Simplificar expresiones #after 8.0.1 -menu.recentFiles.empty = La lista de archivos recientes est\u00e1 vac\u00eda -message.warning.outOfMemory32BitJre = Un error de Memoria insuficiente a sucedido. Usted est\u00e1 utilizando una versi\u00f3n de Java de 32 bit en un sistema de 64 bit. Por favor, utilice Java de 64 bit. - -menu.file.reloadAll = Recargar todo -message.confirm.reloadAll = Esta acci\u00f3n cancela todos los cambios no guardados en todos los archivos SWF y recarga toda la aplicaci\u00f3n nuevamente. Desea continuar? -export.script.singleFilePallelModeWarning = La exportaci\u00f3n de escritura de una sola fila no est\u00e1 soportada con la aceleraci\u00f3n permitida en paralelo - -button.showOriginalBytesInPcodeHex = Mostrar bytes originales -button.remove = Remover - +menu.recentFiles.empty=La lista de archivos recientes est\u00e1 vac\u00eda +message.warning.outOfMemory32BitJre=Un error de Memoria insuficiente a sucedido. Usted est\u00e1 utilizando una versi\u00f3n de Java de 32 bit en un sistema de 64 bit. Por favor, utilice Java de 64 bit. +menu.file.reloadAll=Recargar todo +message.confirm.reloadAll=Esta acci\u00f3n cancela todos los cambios no guardados en todos los archivos SWF y recarga toda la aplicaci\u00f3n nuevamente. Desea continuar? +export.script.singleFilePallelModeWarning=La exportaci\u00f3n de escritura de una sola fila no est\u00e1 soportada con la aceleraci\u00f3n permitida en paralelo +button.showOriginalBytesInPcodeHex=Mostrar bytes originales +button.remove=Remover #... -message.confirm.remove.nodep = Est\u00e1 seguro que desea remover %item%? - -message.confirm.removemultiple.nodep = Est\u00e1 seguro que desea eliminar %count% art\u00edculos? - -contextmenu.exportFla = Exportar a FLA \ No newline at end of file +message.confirm.remove.nodep=Est\u00e1 seguro que desea remover %item%? +message.confirm.removemultiple.nodep=Est\u00e1 seguro que desea eliminar %count% art\u00edculos? +contextmenu.exportFla=Exportar a FLA \ No newline at end of file diff --git a/src/com/jpexs/decompiler/flash/gui/locales/MainFrame_fr.properties b/src/com/jpexs/decompiler/flash/gui/locales/MainFrame_fr.properties index 705ab00c2..5fb0af57a 100644 --- a/src/com/jpexs/decompiler/flash/gui/locales/MainFrame_fr.properties +++ b/src/com/jpexs/decompiler/flash/gui/locales/MainFrame_fr.properties @@ -12,715 +12,560 @@ # # You should have received a copy of the GNU General Public License # along with this program. If not, see . - -menu.file = Fichier -menu.file.open = Ouvrir... -menu.file.save = Enregistrer -menu.file.saveas = Enregistrer sous... -menu.file.export.fla = Exporter en FLA -menu.file.export.all = Exporter tout -menu.file.export.selection = Exporter la s\u00e9lection -menu.file.exit = Quitter - -menu.tools = Outils -menu.tools.searchas = Rechercher tous les codes ActionScript... -menu.tools.proxy = Proxy -menu.tools.deobfuscation = D\u00e9sobfuscation -menu.tools.deobfuscation.pcode = D\u00e9sobfuscation en assembleur ... -menu.tools.deobfuscation.globalrename = Renommer int\u00e9gralement les identificateurs -menu.tools.deobfuscation.renameinvalid = Renommer les identificateurs invalides -menu.tools.gotoDocumentClass = Aller \u00e0 la classe du document - -menu.settings = Param\u00e8tres -menu.settings.autodeobfuscation = D\u00e9sobfuscation automatique -menu.settings.internalflashviewer = Utiliser la visionneuse Flash int\u00e9gr\u00e9e -menu.settings.parallelspeedup = Acc\u00e9l\u00e9ration parall\u00e8le -menu.settings.disabledecompilation = D\u00e9sactiver la d\u00e9compilation (D\u00e9sassemblage seulement) -menu.settings.addtocontextmenu = Ajouter au menu contextuel FFDec aux fichiers SWF -menu.settings.language = Changer de langue -menu.settings.cacheOnDisk = Utiliser la m\u00e9moire cache du disque -menu.settings.gotoMainClassOnStartup = Surligner les classes de documents au d\u00e9marrage - -menu.help = Aide -menu.help.checkupdates = V\u00e9rifier les mises \u00e0 jours ... -menu.help.helpus = Aidez-nous ! -menu.help.homepage = Visitez la page web -menu.help.about = \u00c0 propos de ... - -contextmenu.remove = Retirer - -button.save = Enregistrer -button.edit = \u00c9dition -button.cancel = Annuler -button.replace = Remplacer ... - -notavailonthisplatform = Aper\u00e7u de cet objet indisponible sur cette plateforme (Windows seulement). - -swfpreview = Aper\u00e7u du SWF -swfpreview.internal = Aper\u00e7u du SWF (Visionneuse int\u00e9gr\u00e9e) - -parameters = Param\u00e8tres - -rename.enternew = Entrez un nouveau nom : - -rename.finished.identifier = L'identificateur a \u00e9t\u00e9 renomm\u00e9. -rename.finished.multiname = %count% nom(s) multiple(s) ont \u00e9t\u00e9 renomm\u00e9s. - -node.texts = textes -node.images = images -node.movies = vid\u00e9os -node.sounds = sons -node.binaryData = Donn\u00e9es binaires -node.fonts = polices de caract\u00e8res -node.sprites = sprites -node.shapes = dessins -node.morphshapes = dessins anim\u00e9es -node.buttons = boutons -node.frames = frames -node.scripts = scripts - -message.warning = Attention -message.confirm.experimental = La proc\u00e9dure suivante peut endommager le fichier SWF le rendant inutilisable.\r\n\u00c0 UTILISER \u00c0 VOS RISQUES ET P\u00c9RILS. Voulez-vous continuer ? -message.confirm.parallel = Le parall\u00e9lisme augmente le chargement et la d\u00e9compilation mais utilise davantage de m\u00e9moire. -message.confirm.on = Souhaitez-vous l'activer ? -message.confirm.off = Souhaitez-vous la d\u00e9sactiver ? -message.confirm = Confirmer - -message.confirm.autodeobfuscate = La d\u00e9sobfuscation automatique permet de d\u00e9compiler du code crypt\u00e9.\r\nLa d\u00e9sobfuscation ralentit la d\u00e9compilation et certaines portions de code pourraient \u00eatre supprim\u00e9s.\r\nSi le code n'est pas crypt\u00e9, il est pr\u00e9f\u00e9rable de d\u00e9sactiver la d\u00e9sobfuscation automatique. - -message.parallel = Parall\u00e9lisme -message.trait.saved = Caract\u00e9ristique enregistr\00e9e avec succ\u00e8s - -message.constant.new.string = La chaine "%value%" est absente da la table des constantes. Souhaitez-vous la rajouter ? -message.constant.new.string.title = Ajouter une chaine -message.constant.new.integer = La valeur Enti\u00e8re "%value%" est absente de la table des constantes. Souhaitez-vous la rajouter ? -message.constant.new.integer.title = Ajouter un Entier -message.constant.new.unsignedinteger = La valeur Enti\u00e8re Sign\u00e9e "%value%" est absente de la table des constantes. Souhaitez-vous la rajouter ? -message.constant.new.unsignedinteger.title = Ajouter un Entier Sign\u00e9 -message.constant.new.double = La valeur Double "%value%" est absente de la table des constantes. Souhaitez-vous la rajouter ? -message.constant.new.double.title = Ajouter une valeur Double - -work.buffering = Mise en m\u00e9moire tempon -work.waitingfordissasembly = En attente de d\u00e9sassemblage -work.gettinghilights = R\u00e9cup\u00e9ration des surligneurs -work.disassembling = D\u00e9sassemblage -work.exporting = Exportation -work.searching = Recherche -work.renaming = Renommage -work.exporting.fla = Exportation FLA -work.renaming.identifiers = Renommage des identificateurs -work.deobfuscating = D\u00e9sobfuscation -work.decompiling = D\u00e9compilation -work.gettingvariables = R\u00e9cup\u00e9ration des variables -work.reading.swf = Lecture SWF -work.creatingwindow = Cr\u00e9ation d'une fen\u00eatre -work.buildingscripttree = Construction de l'arbre des scripts - -work.deobfuscating.complete = D\u00e9sobfuscation termin\u00e9e - -message.search.notfound = La chaine "%searchtext%" n'a pas \u00e9t\u00e9 trouv\u00e9e. -message.search.notfound.title = Pas trouv\u00e9 - -message.rename.notfound.multiname = Aucun nom multiple trouv\u00e9 sous le curseur -message.rename.notfound.identifier = Aucun identificateur trouv\u00e9 sous le curseur -message.rename.notfound.title = Pas trouv\u00e9 -message.rename.renamed = Nombre d'identificateurs renomm\u00e9s : %count% - -filter.images = Images (%extensions%) -filter.fla = Document %version% (*.fla) -filter.xfl = Document d\u00e9compress\u00e9 %version% (*.xfl) -filter.swf = Fichiers SWF (*.swf) - -error = Erreur -error.image.invalid = Image invalide. - -error.text.invalid = Texte invalide : %text% \u00e0 la ligne %line% -error.file.save = Impossible d\0027uenregistrer le fichier -error.file.write = Impossible d\0027\u00e9crire dans le fichier -error.export = Erreur pendant l\0027exportation - -export.select.directory = S\u00e9lectionner le dossier \u00e0 exporter -export.finishedin = Export\u00e9 en %time% - -update.check.title = Recherche de mise \u00e0 jour -update.check.nonewversion = Aucune mise \u00e0 jour disponible. - -message.helpus = Visitez\r\n%url%\r\npour plus de d\u00e9tails. -message.homepage = Visitez le site web : \r\n%url% - -proxy = Proxy -proxy.start = D\u00e9marrer le proxy -proxy.stop = Arr\u00eater le proxy -proxy.show = Afficher le proxy -exit = Quitter - -panel.disassembled = Source assembleur -panel.decompiled = Source ActionScript - -search.info = Recherche de "%text%": -search.script = Script - -constants = Constantes -traits = Caract\u00e9ristiques - -pleasewait = Veuillez patienter - -abc.detail.methodtrait = M\u00e9thode/Getter/Setter de la caract\u00e9ristique -abc.detail.unsupported = - -abc.detail.slotconsttrait = Slot/Const de la caract\u00e9ristique -abc.detail.traitname = Nom : - -abc.detail.body.params.maxstack = Pile max. : -abc.detail.body.params.localregcount = Nombre de registres locaux : -abc.detail.body.params.minscope = \u00c9tendue minimale : -abc.detail.body.params.maxscope = \u00c9tendue maximale : -abc.detail.body.params.autofill = Remplissage automatique lors de l'enregistrement du code (PARAM\u00c8TRE GLOBAL) -abc.detail.body.params.autofill.experimental = ...EXP\u00c9RIMENTAL - -abc.detail.methodinfo.methodindex = Method Index: -abc.detail.methodinfo.parameters = Param\u00e8tres : -abc.detail.methodinfo.returnvalue = Type de valeur retourn\u00e9e : - -error.methodinfo.params = MethodInfo Params Error -error.methodinfo.returnvalue = MethodInfo Return value type Error - -abc.detail.methodinfo = MethodInfo -abc.detail.body.code = Code MethodBody -abc.detail.body.params = Param\u00e8tres MethodBody - -abc.detail.slotconst.typevalue = Type et Valeur : - -error.slotconst.typevalue = SlotConst type value Error - -message.autofill.failed = Vous ne pouvez pas obtenir les statisques concernant les param\u00e8tres automatiques du corps.\r\nD\u00e9cochez la case Remplissage Automatique pour \u00e9viter ce message. -info.selecttrait = S\u00e9lectionnez la classe et cliquez sur une caract\u00e9ristique dans la source ActionScript pour la modifier. - -button.viewgraph = Afficher le Graphique -button.viewhex = Afficher le code Hexad\u00e9cimal - -action.edit.experimental = (Exp\u00e9rimental) - -message.action.saved = Le code a \u00e9t\u00e9 enregistr\u00e9 avec succ\u00e8s - -error.action.save = %error% \u00e0 la ligne %line% - -message.confirm.remove = \u00cates-vous s\u00fbr de vouloir retirer les objets %item%\n et ceux dont ils d\u00e9pendent ? - +menu.file=Fichier +menu.file.open=Ouvrir... +menu.file.save=Enregistrer +menu.file.saveas=Enregistrer sous... +menu.file.export.fla=Exporter en FLA +menu.file.export.all=Exporter tout +menu.file.export.selection=Exporter la s\u00e9lection +menu.file.exit=Quitter +menu.tools=Outils +menu.tools.searchas=Rechercher tous les codes ActionScript... +menu.tools.proxy=Proxy +menu.tools.deobfuscation=D\u00e9sobfuscation +menu.tools.deobfuscation.pcode=D\u00e9sobfuscation en assembleur ... +menu.tools.deobfuscation.globalrename=Renommer int\u00e9gralement les identificateurs +menu.tools.deobfuscation.renameinvalid=Renommer les identificateurs invalides +menu.tools.gotoDocumentClass=Aller \u00e0 la classe du document +menu.settings=Param\u00e8tres +menu.settings.autodeobfuscation=D\u00e9sobfuscation automatique +menu.settings.internalflashviewer=Utiliser la visionneuse Flash int\u00e9gr\u00e9e +menu.settings.parallelspeedup=Acc\u00e9l\u00e9ration parall\u00e8le +menu.settings.disabledecompilation=D\u00e9sactiver la d\u00e9compilation (D\u00e9sassemblage seulement) +menu.settings.addtocontextmenu=Ajouter au menu contextuel FFDec aux fichiers SWF +menu.settings.language=Changer de langue +menu.settings.cacheOnDisk=Utiliser la m\u00e9moire cache du disque +menu.settings.gotoMainClassOnStartup=Surligner les classes de documents au d\u00e9marrage +menu.help=Aide +menu.help.checkupdates=V\u00e9rifier les mises \u00e0 jours ... +menu.help.helpus=Aidez-nous ! +menu.help.homepage=Visitez la page web +menu.help.about=\u00c0 propos de ... +contextmenu.remove=Retirer +button.save=Enregistrer +button.edit=\u00c9dition +button.cancel=Annuler +button.replace=Remplacer ... +notavailonthisplatform=Aper\u00e7u de cet objet indisponible sur cette plateforme (Windows seulement). +swfpreview=Aper\u00e7u du SWF +swfpreview.internal=Aper\u00e7u du SWF (Visionneuse int\u00e9gr\u00e9e) +parameters=Param\u00e8tres +rename.enternew=Entrez un nouveau nom : +rename.finished.identifier=L'identificateur a \u00e9t\u00e9 renomm\u00e9. +rename.finished.multiname=%count% nom(s) multiple(s) ont \u00e9t\u00e9 renomm\u00e9s. +node.texts=textes +node.images=images +node.movies=vid\u00e9os +node.sounds=sons +node.binaryData=Donn\u00e9es binaires +node.fonts=polices de caract\u00e8res +node.sprites=sprites +node.shapes=dessins +node.morphshapes=dessins anim\u00e9es +node.buttons=boutons +node.frames=frames +node.scripts=scripts +message.warning=Attention +message.confirm.experimental=La proc\u00e9dure suivante peut endommager le fichier SWF le rendant inutilisable.\r\n\u00c0 UTILISER \u00c0 VOS RISQUES ET P\u00c9RILS. Voulez-vous continuer ? +message.confirm.parallel=Le parall\u00e9lisme augmente le chargement et la d\u00e9compilation mais utilise davantage de m\u00e9moire. +message.confirm.on=Souhaitez-vous l'activer ? +message.confirm.off=Souhaitez-vous la d\u00e9sactiver ? +message.confirm=Confirmer +message.confirm.autodeobfuscate=La d\u00e9sobfuscation automatique permet de d\u00e9compiler du code crypt\u00e9.\r\nLa d\u00e9sobfuscation ralentit la d\u00e9compilation et certaines portions de code pourraient \u00eatre supprim\u00e9s.\r\nSi le code n'est pas crypt\u00e9, il est pr\u00e9f\u00e9rable de d\u00e9sactiver la d\u00e9sobfuscation automatique. +message.parallel=Parall\u00e9lisme +message.trait.saved=Caract\u00e9ristique enregistr\00e9e avec succ\u00e8s +message.constant.new.string=La chaine "%value%" est absente da la table des constantes. Souhaitez-vous la rajouter ? +message.constant.new.string.title=Ajouter une chaine +message.constant.new.integer=La valeur Enti\u00e8re "%value%" est absente de la table des constantes. Souhaitez-vous la rajouter ? +message.constant.new.integer.title=Ajouter un Entier +message.constant.new.unsignedinteger=La valeur Enti\u00e8re Sign\u00e9e "%value%" est absente de la table des constantes. Souhaitez-vous la rajouter ? +message.constant.new.unsignedinteger.title=Ajouter un Entier Sign\u00e9 +message.constant.new.double=La valeur Double "%value%" est absente de la table des constantes. Souhaitez-vous la rajouter ? +message.constant.new.double.title=Ajouter une valeur Double +work.buffering=Mise en m\u00e9moire tempon +work.waitingfordissasembly=En attente de d\u00e9sassemblage +work.gettinghilights=R\u00e9cup\u00e9ration des surligneurs +work.disassembling=D\u00e9sassemblage +work.exporting=Exportation +work.searching=Recherche +work.renaming=Renommage +work.exporting.fla=Exportation FLA +work.renaming.identifiers=Renommage des identificateurs +work.deobfuscating=D\u00e9sobfuscation +work.decompiling=D\u00e9compilation +work.gettingvariables=R\u00e9cup\u00e9ration des variables +work.reading.swf=Lecture SWF +work.creatingwindow=Cr\u00e9ation d'une fen\u00eatre +work.buildingscripttree=Construction de l'arbre des scripts +work.deobfuscating.complete=D\u00e9sobfuscation termin\u00e9e +message.search.notfound=La chaine "%searchtext%" n'a pas \u00e9t\u00e9 trouv\u00e9e. +message.search.notfound.title=Pas trouv\u00e9 +message.rename.notfound.multiname=Aucun nom multiple trouv\u00e9 sous le curseur +message.rename.notfound.identifier=Aucun identificateur trouv\u00e9 sous le curseur +message.rename.notfound.title=Pas trouv\u00e9 +message.rename.renamed=Nombre d'identificateurs renomm\u00e9s : %count% +filter.images=Images (%extensions%) +filter.fla=Document %version% (*.fla) +filter.xfl=Document d\u00e9compress\u00e9 %version% (*.xfl) +filter.swf=Fichiers SWF (*.swf) +error=Erreur +error.image.invalid=Image invalide. +error.text.invalid=Texte invalide : %text% \u00e0 la ligne %line% +error.file.save=Impossible d\0027uenregistrer le fichier +error.file.write=Impossible d\0027\u00e9crire dans le fichier +error.export=Erreur pendant l\0027exportation +export.select.directory=S\u00e9lectionner le dossier \u00e0 exporter +export.finishedin=Export\u00e9 en %time% +update.check.title=Recherche de mise \u00e0 jour +update.check.nonewversion=Aucune mise \u00e0 jour disponible. +message.helpus=Visitez\r\n%url%\r\npour plus de d\u00e9tails. +message.homepage=Visitez le site web : \r\n%url% +proxy=Proxy +proxy.start=D\u00e9marrer le proxy +proxy.stop=Arr\u00eater le proxy +proxy.show=Afficher le proxy +exit=Quitter +panel.disassembled=Source assembleur +panel.decompiled=Source ActionScript +search.info=Recherche de "%text%": +search.script=Script +constants=Constantes +traits=Caract\u00e9ristiques +pleasewait=Veuillez patienter +abc.detail.methodtrait=M\u00e9thode/Getter/Setter de la caract\u00e9ristique +abc.detail.unsupported=- +abc.detail.slotconsttrait=Slot/Const de la caract\u00e9ristique +abc.detail.traitname=Nom : +abc.detail.body.params.maxstack=Pile max. : +abc.detail.body.params.localregcount=Nombre de registres locaux : +abc.detail.body.params.minscope=\u00c9tendue minimale : +abc.detail.body.params.maxscope=\u00c9tendue maximale : +abc.detail.body.params.autofill=Remplissage automatique lors de l'enregistrement du code (PARAM\u00c8TRE GLOBAL) +abc.detail.body.params.autofill.experimental=...EXP\u00c9RIMENTAL +abc.detail.methodinfo.methodindex=Method Index: +abc.detail.methodinfo.parameters=Param\u00e8tres : +abc.detail.methodinfo.returnvalue=Type de valeur retourn\u00e9e : +error.methodinfo.params=MethodInfo Params Error +error.methodinfo.returnvalue=MethodInfo Return value type Error +abc.detail.methodinfo=MethodInfo +abc.detail.body.code=Code MethodBody +abc.detail.body.params=Param\u00e8tres MethodBody +abc.detail.slotconst.typevalue=Type et Valeur : +error.slotconst.typevalue=SlotConst type value Error +message.autofill.failed=Vous ne pouvez pas obtenir les statisques concernant les param\u00e8tres automatiques du corps.\r\nD\u00e9cochez la case Remplissage Automatique pour \u00e9viter ce message. +info.selecttrait=S\u00e9lectionnez la classe et cliquez sur une caract\u00e9ristique dans la source ActionScript pour la modifier. +button.viewgraph=Afficher le Graphique +button.viewhex=Afficher le code Hexad\u00e9cimal +action.edit.experimental=(Exp\u00e9rimental) +message.action.saved=Le code a \u00e9t\u00e9 enregistr\u00e9 avec succ\u00e8s +error.action.save=%error% \u00e0 la ligne %line% +message.confirm.remove=\u00cates-vous s\u00fbr de vouloir retirer les objets %item%\n et ceux dont ils d\u00e9pendent ? #after version 1.6.5u1: - -button.ok = OK - -font.name = Nom de la police : -font.isbold = Est gras : -font.isitalic = Est italique : -font.ascent = Agrandir : -font.descent = R\u00e9duire : -font.leading = Principal : -font.characters = Caract\u00e8res : -font.characters.add = Ajouter des caract\u00e8res : -value.unknown = ? - -yes = oui -no = non - -errors.present = Il y a des erreurs inscrites dans le journal. Cliquez pour les visualiser. -errors.none = Il n'y a aucune erreur inscrite dans le journal. - +button.ok=OK +font.name=Nom de la police : +font.isbold=Est gras : +font.isitalic=Est italique : +font.ascent=Agrandir : +font.descent=R\u00e9duire : +font.leading=Principal : +font.characters=Caract\u00e8res : +font.characters.add=Ajouter des caract\u00e8res : +value.unknown=? +yes=oui +no=non +errors.present=Il y a des erreurs inscrites dans le journal. Cliquez pour les visualiser. +errors.none=Il n'y a aucune erreur inscrite dans le journal. #after version 1.6.6: - -dialog.message.title = Message -dialog.select.title = S\u00e9lectionnez une Option - -button.yes = Oui -button.no = Non - -FileChooser.openButtonText = Ouvrir -FileChooser.openButtonToolTipText = Ouvrir -FileChooser.lookInLabelText = Chercher dans : -FileChooser.acceptAllFileFilterText = Tous les fichiers -FileChooser.filesOfTypeLabelText = Fichiers du type : -FileChooser.fileNameLabelText = Nom du fichier : -FileChooser.listViewButtonToolTipText = Liste -FileChooser.listViewButtonAccessibleName = Liste -FileChooser.detailsViewButtonToolTipText = D\u00e9tails -FileChooser.detailsViewButtonAccessibleName = D\u00e9tails -FileChooser.upFolderToolTipText = Monter d'un niveau -FileChooser.upFolderAccessibleName = Monter d'un niveau -FileChooser.homeFolderToolTipText = Home -FileChooser.homeFolderAccessibleName = Home -FileChooser.fileNameHeaderText = Nom -FileChooser.fileSizeHeaderText = Taille -FileChooser.fileTypeHeaderText = Type -FileChooser.fileDateHeaderText = Date -FileChooser.fileAttrHeaderText = Attribus -FileChooser.openDialogTitleText = Ouvrir -FileChooser.directoryDescriptionText = Dossier -FileChooser.directoryOpenButtonText = Ouvrir -FileChooser.directoryOpenButtonToolTipText = Ouvrir le dossier s\u00e9lectionn\u00e9 -FileChooser.fileDescriptionText = Fichier g\u00e9n\u00e9rique -FileChooser.helpButtonText = Aide -FileChooser.helpButtonToolTipText = Ouvrir le fichier d'aide -FileChooser.newFolderAccessibleName = Nouveau dossier -FileChooser.newFolderErrorText = Erreur pendant la cr\u00e9ation du nouveau dossier -FileChooser.newFolderToolTipText = Cr\u00e9er un nouveau dossier -FileChooser.other.newFolder = Nouveau dossier -FileChooser.other.newFolder.subsequent = Nouveau dossier.{0} -FileChooser.win32.newFolder = Nouveau dossier -FileChooser.win32.newFolder.subsequent = Nouveau dossier ({0}) -FileChooser.saveButtonText = Enregistrer -FileChooser.saveButtonToolTipText = Enregistrer le fichier s\u00e9lectionn\u00e9 -FileChooser.saveDialogTitleText = Enregistrer -FileChooser.saveInLabelText = Enregistrer dans : -FileChooser.updateButtonText = Mise \u00e0 jour -FileChooser.updateButtonToolTipText = Actualiser la liste des dossiers - +dialog.message.title=Message +dialog.select.title=S\u00e9lectionnez une Option +button.yes=Oui +button.no=Non +FileChooser.openButtonText=Ouvrir +FileChooser.openButtonToolTipText=Ouvrir +FileChooser.lookInLabelText=Chercher dans : +FileChooser.acceptAllFileFilterText=Tous les fichiers +FileChooser.filesOfTypeLabelText=Fichiers du type : +FileChooser.fileNameLabelText=Nom du fichier : +FileChooser.listViewButtonToolTipText=Liste +FileChooser.listViewButtonAccessibleName=Liste +FileChooser.detailsViewButtonToolTipText=D\u00e9tails +FileChooser.detailsViewButtonAccessibleName=D\u00e9tails +FileChooser.upFolderToolTipText=Monter d'un niveau +FileChooser.upFolderAccessibleName=Monter d'un niveau +FileChooser.homeFolderToolTipText=Home +FileChooser.homeFolderAccessibleName=Home +FileChooser.fileNameHeaderText=Nom +FileChooser.fileSizeHeaderText=Taille +FileChooser.fileTypeHeaderText=Type +FileChooser.fileDateHeaderText=Date +FileChooser.fileAttrHeaderText=Attribus +FileChooser.openDialogTitleText=Ouvrir +FileChooser.directoryDescriptionText=Dossier +FileChooser.directoryOpenButtonText=Ouvrir +FileChooser.directoryOpenButtonToolTipText=Ouvrir le dossier s\u00e9lectionn\u00e9 +FileChooser.fileDescriptionText=Fichier g\u00e9n\u00e9rique +FileChooser.helpButtonText=Aide +FileChooser.helpButtonToolTipText=Ouvrir le fichier d'aide +FileChooser.newFolderAccessibleName=Nouveau dossier +FileChooser.newFolderErrorText=Erreur pendant la cr\u00e9ation du nouveau dossier +FileChooser.newFolderToolTipText=Cr\u00e9er un nouveau dossier +FileChooser.other.newFolder=Nouveau dossier +FileChooser.other.newFolder.subsequent=Nouveau dossier.{0} +FileChooser.win32.newFolder=Nouveau dossier +FileChooser.win32.newFolder.subsequent=Nouveau dossier ({0}) +FileChooser.saveButtonText=Enregistrer +FileChooser.saveButtonToolTipText=Enregistrer le fichier s\u00e9lectionn\u00e9 +FileChooser.saveDialogTitleText=Enregistrer +FileChooser.saveInLabelText=Enregistrer dans : +FileChooser.updateButtonText=Mise \u00e0 jour +FileChooser.updateButtonToolTipText=Actualiser la liste des dossiers #after version 1.6.6u2: - -FileChooser.detailsViewActionLabel.textAndMnemonic = D\u00e9tails -FileChooser.detailsViewButtonToolTip.textAndMnemonic = D\u00e9tails -FileChooser.fileAttrHeader.textAndMnemonic = Attribus -FileChooser.fileDateHeader.textAndMnemonic = Modifi\u00e9 -FileChooser.fileNameHeader.textAndMnemonic = Nom -FileChooser.fileNameLabel.textAndMnemonic = Nom du fichier : -FileChooser.fileSizeHeader.textAndMnemonic = Taille -FileChooser.fileTypeHeader.textAndMnemonic = Type -FileChooser.filesOfTypeLabel.textAndMnemonic = Fichiers du type : -FileChooser.folderNameLabel.textAndMnemonic = Nom du dossier : -FileChooser.homeFolderToolTip.textAndMnemonic = Home -FileChooser.listViewActionLabel.textAndMnemonic = Liste -FileChooser.listViewButtonToolTip.textAndMnemonic = Liste -FileChooser.lookInLabel.textAndMnemonic = Look in: -FileChooser.newFolderActionLabel.textAndMnemonic = Nouveau dossier -FileChooser.newFolderToolTip.textAndMnemonic = Cr\u00e9er un nouveau dossier -FileChooser.refreshActionLabel.textAndMnemonic = Rafra\u00eechir -FileChooser.saveInLabel.textAndMnemonic = Save in: -FileChooser.upFolderToolTip.textAndMnemonic = Monter d'un niveau -FileChooser.viewMenuButtonAccessibleName = Affficher le Menu -FileChooser.viewMenuButtonToolTipText = Afficher le Menu -FileChooser.viewMenuLabel.textAndMnemonic = Afficher -FileChooser.newFolderActionLabelText = Nouveau dossier -FileChooser.listViewActionLabelText = Liste -FileChooser.detailsViewActionLabelText = D\u00e9tails -FileChooser.refreshActionLabelText = Rafra\u00eechir -FileChooser.sortMenuLabelText = Ranger les icones par -FileChooser.viewMenuLabelText = Afficher -FileChooser.fileSizeKiloBytes = {0} Ko -FileChooser.fileSizeMegaBytes = {0} Mo -FileChooser.fileSizeGigaBytes = {0} Go -FileChooser.folderNameLabelText = Nom du dossier : - -error.occured = L'erreur suivante est apparue : %error% -button.abort = Abandonner -button.retry = R\u00e9essayer -button.ignore = Ignorer - -font.source = Source de la police de caract\u00e8res : - +FileChooser.detailsViewActionLabel.textAndMnemonic=D\u00e9tails +FileChooser.detailsViewButtonToolTip.textAndMnemonic=D\u00e9tails +FileChooser.fileAttrHeader.textAndMnemonic=Attribus +FileChooser.fileDateHeader.textAndMnemonic=Modifi\u00e9 +FileChooser.fileNameHeader.textAndMnemonic=Nom +FileChooser.fileNameLabel.textAndMnemonic=Nom du fichier : +FileChooser.fileSizeHeader.textAndMnemonic=Taille +FileChooser.fileTypeHeader.textAndMnemonic=Type +FileChooser.filesOfTypeLabel.textAndMnemonic=Fichiers du type : +FileChooser.folderNameLabel.textAndMnemonic=Nom du dossier : +FileChooser.homeFolderToolTip.textAndMnemonic=Home +FileChooser.listViewActionLabel.textAndMnemonic=Liste +FileChooser.listViewButtonToolTip.textAndMnemonic=Liste +FileChooser.lookInLabel.textAndMnemonic=Look in: +FileChooser.newFolderActionLabel.textAndMnemonic=Nouveau dossier +FileChooser.newFolderToolTip.textAndMnemonic=Cr\u00e9er un nouveau dossier +FileChooser.refreshActionLabel.textAndMnemonic=Rafra\u00eechir +FileChooser.saveInLabel.textAndMnemonic=Save in: +FileChooser.upFolderToolTip.textAndMnemonic=Monter d'un niveau +FileChooser.viewMenuButtonAccessibleName=Affficher le Menu +FileChooser.viewMenuButtonToolTipText=Afficher le Menu +FileChooser.viewMenuLabel.textAndMnemonic=Afficher +FileChooser.newFolderActionLabelText=Nouveau dossier +FileChooser.listViewActionLabelText=Liste +FileChooser.detailsViewActionLabelText=D\u00e9tails +FileChooser.refreshActionLabelText=Rafra\u00eechir +FileChooser.sortMenuLabelText=Ranger les icones par +FileChooser.viewMenuLabelText=Afficher +FileChooser.fileSizeKiloBytes={0} Ko +FileChooser.fileSizeMegaBytes={0} Mo +FileChooser.fileSizeGigaBytes={0} Go +FileChooser.folderNameLabelText=Nom du dossier : +error.occured=L'erreur suivante est apparue : %error% +button.abort=Abandonner +button.retry=R\u00e9essayer +button.ignore=Ignorer +font.source=Source de la police de caract\u00e8res : #after version 1.6.7: - -menu.export = Exportation -menu.general = G\u00e9n\u00e9ral -menu.language = Langue - -startup.welcometo = Bienvenue dans -startup.selectopen = Cliquez sur le bouton OUVRIR ou glissez un fichier SWF vers cette fen\u00eatre pour commencer. - -error.font.nocharacter = La police s\u00e9lectionn\u00e9e ne contient pas le caract\u00e8re "%char%". - -warning.initializers = Les champs statiques et les constantes variables sont initialis\u00e9s g\u00e9n\u00e9ralement dans les initialisateurs.\nla modification des valeurs n'est pas suffisante \u00e0 cet endroit ! - +menu.export=Exportation +menu.general=G\u00e9n\u00e9ral +menu.language=Langue +startup.welcometo=Bienvenue dans +startup.selectopen=Cliquez sur le bouton OUVRIR ou glissez un fichier SWF vers cette fen\u00eatre pour commencer. +error.font.nocharacter=La police s\u00e9lectionn\u00e9e ne contient pas le caract\u00e8re "%char%". +warning.initializers=Les champs statiques et les constantes variables sont initialis\u00e9s g\u00e9n\u00e9ralement dans les initialisateurs.\nla modification des valeurs n'est pas suffisante \u00e0 cet endroit ! #after version 1.7.0u1: - -menu.tools.searchMemory = Recherche de fichiers SWF en m\u00e9moire -menu.file.reload = Recharger -message.confirm.reload = Cette action annule tous les changements et recharge \u00e0 nouveau le fichier SWF.\nVoulez-vous continuer ? - -dialog.selectbkcolor.title = S\u00e9lectionnez la couleur d'arri\u00e8re plan pour afficher le SWF -button.selectbkcolor.hint = S\u00e9lectionnez la couleur d'arri\u00e8re plan - -ColorChooser.okText = OK -ColorChooser.cancelText = Annuler -ColorChooser.resetText = R\u00e9tablir -ColorChooser.previewText = Pr\u00e9visualisation -ColorChooser.swatchesNameText = Nuancier -ColorChooser.swatchesRecentText = Couleur r\u00e9cente : -ColorChooser.sampleText = Exemple de texte Exemple de texte - +menu.tools.searchMemory=Recherche de fichiers SWF en m\u00e9moire +menu.file.reload=Recharger +message.confirm.reload=Cette action annule tous les changements et recharge \u00e0 nouveau le fichier SWF.\nVoulez-vous continuer ? +dialog.selectbkcolor.title=S\u00e9lectionnez la couleur d'arri\u00e8re plan pour afficher le SWF +button.selectbkcolor.hint=S\u00e9lectionnez la couleur d'arri\u00e8re plan +ColorChooser.okText=OK +ColorChooser.cancelText=Annuler +ColorChooser.resetText=R\u00e9tablir +ColorChooser.previewText=Pr\u00e9visualisation +ColorChooser.swatchesNameText=Nuancier +ColorChooser.swatchesRecentText=Couleur r\u00e9cente : +ColorChooser.sampleText=Exemple de texte Exemple de texte #after version 1.7.1: - -preview.play = Play -preview.pause = Pause -preview.stop = Stop - -message.confirm.removemultiple = \u00cates-vous s\u00fbr de vouloir retirer %count% objets\n et tout ceux dont ils d\u00e9pendent ? - -menu.tools.searchCache = Rechercher dans la m\u00e9moire cache des navigateurs - +preview.play=Play +preview.pause=Pause +preview.stop=Stop +message.confirm.removemultiple=\u00cates-vous s\u00fbr de vouloir retirer %count% objets\n et tout ceux dont ils d\u00e9pendent ? +menu.tools.searchCache=Rechercher dans la m\u00e9moire cache des navigateurs #after version 1.7.2u2 - -error.trait.exists = La caract\u00e9ristique avec le nom "%name%" existe d\u00e9j\u00e0. -button.addtrait = Ajouter une caract\u00e9ristique -button.font.embed = Incorporer... -button.yes.all = Oui pour tous -button.no.all = Non pour tous -message.font.add.exists = Le caract\u00e8re %char% est d\u00e9j\u00e0 pr\u00e9sent dans les \u00e9tiquettes de la police.\nVoulez-vous le remplacer ? - -filter.gfx = Fichiers vectoriels graphiques (*.gfx) -filter.supported = Tous les types de fichiers support\u00e9s -work.canceled = Annul\u00e9 -work.restoringControlFlow = Restauration du contr\u00f4le de flux -menu.advancedsettings.advancedsettings = Param\u00e8tres avanc\u00e9s -menu.recentFiles = Fichiers r\u00e9cents - +error.trait.exists=La caract\u00e9ristique avec le nom "%name%" existe d\u00e9j\u00e0. +button.addtrait=Ajouter une caract\u00e9ristique +button.font.embed=Incorporer... +button.yes.all=Oui pour tous +button.no.all=Non pour tous +message.font.add.exists=Le caract\u00e8re %char% est d\u00e9j\u00e0 pr\u00e9sent dans les \u00e9tiquettes de la police.\nVoulez-vous le remplacer ? +filter.gfx=Fichiers vectoriels graphiques (*.gfx) +filter.supported=Tous les types de fichiers support\u00e9s +work.canceled=Annul\u00e9 +work.restoringControlFlow=Restauration du contr\u00f4le de flux +menu.advancedsettings.advancedsettings=Param\u00e8tres avanc\u00e9s +menu.recentFiles=Fichiers r\u00e9cents #after version 1.7.4 -work.restoringControlFlow.complete = Contr\u00f4le de flux r\u00e9tablit -message.confirm.recentFileNotFound = Fichier non trouv\u00e9. Souhaitez-vous l'enlever de la liste des fichiers r\u00e9cents ? -contextmenu.closeSwf = Fermer le SWF -menu.settings.autoRenameIdentifiers = Renommage automatique des identificateurs -menu.file.saveasexe = Enregistrer en tant que EXE ... -filter.exe = Fichiers ex\u00e9cutable (*.exe) - +work.restoringControlFlow.complete=Contr\u00f4le de flux r\u00e9tablit +message.confirm.recentFileNotFound=Fichier non trouv\u00e9. Souhaitez-vous l'enlever de la liste des fichiers r\u00e9cents ? +contextmenu.closeSwf=Fermer le SWF +menu.settings.autoRenameIdentifiers=Renommage automatique des identificateurs +menu.file.saveasexe=Enregistrer en tant que EXE ... +filter.exe=Fichiers ex\u00e9cutable (*.exe) #after version 1.8.0 -font.updateTexts = Mettre \u00e0 jour les textes - +font.updateTexts=Mettre \u00e0 jour les textes #after version 1.8.0u1 -menu.file.close = Fermer -menu.file.closeAll = Fermer tout -menu.tools.otherTools = Autre -menu.tools.otherTools.clearRecentFiles = Vider la liste des fichiers r\u00e9cents -fontName.name = Nom de la police de caract\u00e8res : -fontName.copyright = Droits d'auteur concernant la police de caract\u00e8res : -button.preview = Aper\u00e7u -button.reset = Reset -errors.info = Il y a des INFORMATIONS inscrites dans le journal. Cliquez pour les consulter. -errors.warning = Il y a des ALARMES inscrites dans le journal. Cliquez pour les consulter. - -decompilationError = Erreur de d\u00e9compilation - -disassemblingProgress.toString = total trait\u00e9 -disassemblingProgress.reading = Lecture -disassemblingProgress.deobfuscating = D\u00e9sobfuscation - -contextmenu.moveTag = D\u00e9placer la balise vers - -filter.swc = Biblioth\u00e8ques SWC (*.swc) -filter.zip = Fichiers compress\u00e9s ZIP (*.zip) -filter.binary = Fichiers binaires - tous les fichiers (*.*) - -open.error = Erreur -open.error.fileNotFound = Fichier non trouv\u00e9 -open.error.cannotOpen = Impossible d'ouvrir le fichier - -node.others = autres - +menu.file.close=Fermer +menu.file.closeAll=Fermer tout +menu.tools.otherTools=Autre +menu.tools.otherTools.clearRecentFiles=Vider la liste des fichiers r\u00e9cents +fontName.name=Nom de la police de caract\u00e8res : +fontName.copyright=Droits d'auteur concernant la police de caract\u00e8res : +button.preview=Aper\u00e7u +button.reset=Reset +errors.info=Il y a des INFORMATIONS inscrites dans le journal. Cliquez pour les consulter. +errors.warning=Il y a des ALARMES inscrites dans le journal. Cliquez pour les consulter. +decompilationError=Erreur de d\u00e9compilation +disassemblingProgress.toString=total trait\u00e9 +disassemblingProgress.reading=Lecture +disassemblingProgress.deobfuscating=D\u00e9sobfuscation +contextmenu.moveTag=D\u00e9placer la balise vers +filter.swc=Biblioth\u00e8ques SWC (*.swc) +filter.zip=Fichiers compress\u00e9s ZIP (*.zip) +filter.binary=Fichiers binaires - tous les fichiers (*.*) +open.error=Erreur +open.error.fileNotFound=Fichier non trouv\u00e9 +open.error.cannotOpen=Impossible d'ouvrir le fichier +node.others=autres #after version 1.8.1 -menu.tools.search = Recherche de texte - +menu.tools.search=Recherche de texte #after version 1.8.1u1 -menu.tools.timeline = Chronogramme - -dialog.selectcolor.title = Modifier les couleurs -button.selectcolor.hint = Cliquer pour changer les couleurs - +menu.tools.timeline=Chronogramme +dialog.selectcolor.title=Modifier les couleurs +button.selectcolor.hint=Cliquer pour changer les couleurs #default item name, will be used in following sentences -generictag.array.item = objet -generictag.array.insertbeginning = Ins\u00e9rer %item% au d\u00e9but -generictag.array.insertbefore = Ins\u00e9rer %item% avant -generictag.array.remove = Retirer %item% -generictag.array.insertafter = Ins\u00e9rer %item% apr\u00e9 -generictag.array.insertend = Ins\u00e9rer %item% \u00e0 la fin - +generictag.array.item=objet +generictag.array.insertbeginning=Ins\u00e9rer %item% au d\u00e9but +generictag.array.insertbefore=Ins\u00e9rer %item% avant +generictag.array.remove=Retirer %item% +generictag.array.insertafter=Ins\u00e9rer %item% apr\u00e9 +generictag.array.insertend=Ins\u00e9rer %item% \u00e0 la fin #after version 2.0.0 -contextmenu.expandAll = D\u00e9velopper tout - -filter.sounds = Formats audios support\u00e9s (*.wav, *.mp3) -filter.sounds.wav = Audio brut Wave (*.wav) -filter.sounds.mp3 = Format compress\u00e9 MP3 (*.mp3) - -error.sound.invalid = Son invalide. - -button.prev = Pr\u00e9c\u00e9dent -button.next = Suivant - +contextmenu.expandAll=D\u00e9velopper tout +filter.sounds=Formats audios support\u00e9s (*.wav, *.mp3) +filter.sounds.wav=Audio brut Wave (*.wav) +filter.sounds.mp3=Format compress\u00e9 MP3 (*.mp3) +error.sound.invalid=Son invalide. +button.prev=Pr\u00e9c\u00e9dent +button.next=Suivant #after version 2.1.0 -message.action.playerglobal.title = Librairie PlayerGlobal n\u00e9cessaire -message.action.playerglobal.needed = Pour \u00e9diter directement du code ActionScript 3, il est n\u00e9cessaire de t\u00e9l\u00e9charger une librairie appel\u00e9e "PlayerGlobal.swc" \u00e0 partir de la page internet d'Adobe.\r\n%adobehomepage%\r\nCliquez sur OK pour t\u00e9l\u00e9charger le plugin. -message.action.playerglobal.place = T\u00e9l\u00e9charger la librairie appel\u00e9e PlayerGlobal(.swc), et le placer dans le dossier\r\n%libpath%\r\n Cliquez sur OK pour continuer. - -message.confirm.experimental.function = Cette fonction est EXPERIMENTAL. Cela pourrait corrompre le fichier d\u00e9s que vous l'aurez enregistr\u00e9. -message.confirm.donotshowagain = Ne plus afficher la prochaine fois - -menu.import = Importer -menu.file.import.text = Importer du texte -import.select.directory = S\u00e9lectionnez le dossier \u00e0 importer -error.text.import = Des erreurs se sont produites lors de l'importation du texte. Soouhaitez-vous continuer ? - +message.action.playerglobal.title=Librairie PlayerGlobal n\u00e9cessaire +message.action.playerglobal.needed=Pour \u00e9diter directement du code ActionScript 3, il est n\u00e9cessaire de t\u00e9l\u00e9charger une librairie appel\u00e9e "PlayerGlobal.swc" \u00e0 partir de la page internet d'Adobe.\r\n%adobehomepage%\r\nCliquez sur OK pour t\u00e9l\u00e9charger le plugin. +message.action.playerglobal.place=T\u00e9l\u00e9charger la librairie appel\u00e9e PlayerGlobal(.swc), et le placer dans le dossier\r\n%libpath%\r\n Cliquez sur OK pour continuer. +message.confirm.experimental.function=Cette fonction est EXPERIMENTAL. Cela pourrait corrompre le fichier d\u00e9s que vous l'aurez enregistr\u00e9. +message.confirm.donotshowagain=Ne plus afficher la prochaine fois +menu.import=Importer +menu.file.import.text=Importer du texte +import.select.directory=S\u00e9lectionnez le dossier \u00e0 importer +error.text.import=Des erreurs se sont produites lors de l'importation du texte. Soouhaitez-vous continuer ? #after version 2.1.1 -contextmenu.removeWithDependencies = Enlever avec ses d\u00e9pendances - -abc.action.find-usages = Chercher l'utilisation -abc.action.find-declaration = Chercher la d\u00e9claration - -contextmenu.rawEdit = Edition brute -contextmenu.jumpToCharacter = Aller au caract\u00e8re - -menu.settings.dumpView = Dump view - -menu.view = Vue -menu.file.view.resources = Ressources -menu.file.view.hex = Vue hexad\u00e9cimale - -node.header = ent\u00eate - -header.signature = Signature: -header.compression = Compression: -header.compression.lzma = LZMA -header.compression.zlib = ZLIB -header.compression.none = Pas de compression -header.version = SWF Version: -header.gfx = GFX: -header.filesize = Taille de fichier: -header.framerate = Frame rate: -header.framecount = Fr\u00e9quence d'image: -header.displayrect = Display rect: -header.displayrect.value.twips = %xmin%,%ymin% => %xmax%,%ymax% twips -header.displayrect.value.pixels = %xmin%,%ymin% => %xmax%,%ymax% pixels - +contextmenu.removeWithDependencies=Enlever avec ses d\u00e9pendances +abc.action.find-usages=Chercher l'utilisation +abc.action.find-declaration=Chercher la d\u00e9claration +contextmenu.rawEdit=Edition brute +contextmenu.jumpToCharacter=Aller au caract\u00e8re +menu.settings.dumpView=Dump view +menu.view=Vue +menu.file.view.resources=Ressources +menu.file.view.hex=Vue hexad\u00e9cimale +node.header=ent\u00eate +header.signature=Signature: +header.compression=Compression: +header.compression.lzma=LZMA +header.compression.zlib=ZLIB +header.compression.none=Pas de compression +header.version=SWF Version: +header.gfx=GFX: +header.filesize=Taille de fichier: +header.framerate=Frame rate: +header.framecount=Fr\u00e9quence d'image: +header.displayrect=Display rect: +header.displayrect.value.twips=%xmin%,%ymin% => %xmax%,%ymax% twips +header.displayrect.value.pixels=%xmin%,%ymin% => %xmax%,%ymax% pixels #after version 2.1.2 -contextmenu.saveToFile = Enregistrer danns le fichier -contextmenu.parseActions = Analyser les actions -contextmenu.parseABC = Analyser ABC -contextmenu.parseInstructions = Analyser les instructions AVM2 - +contextmenu.saveToFile=Enregistrer danns le fichier +contextmenu.parseActions=Analyser les actions +contextmenu.parseABC=Analyser ABC +contextmenu.parseInstructions=Analyser les instructions AVM2 #after version 2.1.3 -menu.deobfuscation = D\u00e9sobfuscation -menu.file.deobfuscation.old = Ancien style -menu.file.deobfuscation.new = Nouveau style - +menu.deobfuscation=D\u00e9sobfuscation +menu.file.deobfuscation.old=Ancien style +menu.file.deobfuscation.new=Nouveau style #after version 2.1.4 -contextmenu.openswfinside = Ouvrir le SWF inclus -binarydata.swfInside = Il semble qu'un SWF se trouve \u00e0 l'int\u00e9rieur de cette balise. Cliquez ici pour le charger et d\u00e9ployer son arborescence. - +contextmenu.openswfinside=Ouvrir le SWF inclus +binarydata.swfInside=Il semble qu'un SWF se trouve \u00e0 l'int\u00e9rieur de cette balise. Cliquez ici pour le charger et d\u00e9ployer son arborescence. #after version 3.0.0 -button.zoomin.hint = Zoomer -button.zoomout.hint = Zoom arri\u00e8re -button.zoomfit.hint = Zoom to fit -button.zoomnone.hint = Zoom to 1:1 -button.snapshot.hint = Faire une capture d'\u00e9cran vers le presse-papier - -editorTruncateWarning = Texte tronqu\u00e9 d\u00e8s la position %chars% en mode debug. - +button.zoomin.hint=Zoomer +button.zoomout.hint=Zoom arri\u00e8re +button.zoomfit.hint=Zoom to fit +button.zoomnone.hint=Zoom to 1:1 +button.snapshot.hint=Faire une capture d'\u00e9cran vers le presse-papier +editorTruncateWarning=Texte tronqu\u00e9 d\u00e8s la position %chars% en mode debug. #Font name which is presented in the SWF Font tag -font.name.intag = Font name in tag: - -menu.debugger = Debugger -menu.debugger.switch = Debugger -menu.debugger.replacetrace = Replace trace calls -menu.debugger.showlog = Afficher le journal - -message.debugger = Ce d\u00e99boggueur SWF peut seulement \u00eatre utilis\u00e9 pour afficher les messages dans la fen\u00e0tre du journal, du navigateur, dans la console, ou des alertes.\r\nIl n'est pas possible de faire du pas-\u00e0-pas, des points d'arr\u00eat, etc. - -contextmenu.addTag = Ajouter une balise - -deobfuscation.comment.tryenable = Astuce : Vous pouvez tenter d'activer la "d\u00e9sobfuscation automatique" dans les param\u00e8tres -deobfuscation.comment.failed = La d\u00e9sobfuscation est activ\u00e9 mais la d\u00e9compilation ne l'est pas. Si le fichier n'est pas crypt\u00e9, d\u00e9sactivez la "d\u00e9sobfuscation automatique" pour de meilleurs r\u00e9sultats. - +font.name.intag=Font name in tag: +menu.debugger=Debugger +menu.debugger.switch=Debugger +menu.debugger.replacetrace=Replace trace calls +menu.debugger.showlog=Afficher le journal +message.debugger=Ce d\u00e99boggueur SWF peut seulement \u00eatre utilis\u00e9 pour afficher les messages dans la fen\u00e0tre du journal, du navigateur, dans la console, ou des alertes.\r\nIl n'est pas possible de faire du pas-\u00e0-pas, des points d'arr\u00eat, etc. +contextmenu.addTag=Ajouter une balise +deobfuscation.comment.tryenable=Astuce : Vous pouvez tenter d'activer la "d\u00e9sobfuscation automatique" dans les param\u00e8tres +deobfuscation.comment.failed=La d\u00e9sobfuscation est activ\u00e9 mais la d\u00e9compilation ne l'est pas. Si le fichier n'est pas crypt\u00e9, d\u00e9sactivez la "d\u00e9sobfuscation automatique" pour de meilleurs r\u00e9sultats. #after version 4.0.2 -preview.nextframe = Image suivante -preview.prevframe = Image pr\u00e9c\u00e9dente -preview.gotoframe = Aller \u00e0 l'image ... - -preview.gotoframe.dialog.title = Aller \u00e0 l'image -preview.gotoframe.dialog.message = Entrez le num\u00e9ro de l'image (%min% - %max%) -preview.gotoframe.dialog.frame.error = Num\u00e9ro d'image invalide. Doit \u00eatre un nombre comprit entre %min% et %max%. - -error.text.invalid.continue = Texte invalide : %text% \u00e0 la ligne %line%. Continuer ? - +preview.nextframe=Image suivante +preview.prevframe=Image pr\u00e9c\u00e9dente +preview.gotoframe=Aller \u00e0 l'image ... +preview.gotoframe.dialog.title=Aller \u00e0 l'image +preview.gotoframe.dialog.message=Entrez le num\u00e9ro de l'image (%min% - %max%) +preview.gotoframe.dialog.frame.error=Num\u00e9ro d'image invalide. Doit \u00eatre un nombre comprit entre %min% et %max%. +error.text.invalid.continue=Texte invalide : %text% \u00e0 la ligne %line%. Continuer ? #after version 4.0.5 -contextmenu.copyTag = Copier les balises vers -fit = adapter -button.setAdvanceValues = Positionner des valeurs avanc\u00e9es - -menu.tools.replace = Remplacer le texte - -message.confirm.close = Il y a des changement qui n'ont pas \u00e9t\u00e9 enregistr\u00e9s. \u00cates-vous certain de vouloir fermer le fichier {swfName}? -message.confirm.closeAll = Il y a des changement qui n'ont pas \u00e9t\u00e9 enregistr\u00e9s. \u00cates-vous certain de vouloir fermer tous les fichiers ? - -contextmenu.exportJavaSource = Exportation des sources Java -contextmenu.exportSwfXml = Exportation du SWF en tant qu'XML -contextmenu.importSwfXml = Importation SWF XML - -filter.xml = XML +contextmenu.copyTag=Copier les balises vers +fit=adapter +button.setAdvanceValues=Positionner des valeurs avanc\u00e9es +menu.tools.replace=Remplacer le texte +message.confirm.close=Il y a des changement qui n'ont pas \u00e9t\u00e9 enregistr\u00e9s. \u00cates-vous certain de vouloir fermer le fichier {swfName}? +message.confirm.closeAll=Il y a des changement qui n'ont pas \u00e9t\u00e9 enregistr\u00e9s. \u00cates-vous certain de vouloir fermer tous les fichiers ? +contextmenu.exportJavaSource=Exportation des sources Java +contextmenu.exportSwfXml=Exportation du SWF en tant qu'XML +contextmenu.importSwfXml=Importation SWF XML +filter.xml=XML #REM by LOLA -------------------------------------------------------------------------------------------------------------------------------------------------- #after version 4.1.0 -contextmenu.undo = Revenir en arri\u00e8re - -text.align.left = Aligner \u00e0 gauche -text.align.right = Aligner \u00e0 Droite -text.align.center = Centrer -text.align.justify = Justifier - -text.undo = Annuler les changements - -menu.file.import.xml = Import SWF XML -menu.file.export.xml = Export SWF XML - +contextmenu.undo=Revenir en arri\u00e8re +text.align.left=Aligner \u00e0 gauche +text.align.right=Aligner \u00e0 Droite +text.align.center=Centrer +text.align.justify=Justifier +text.undo=Annuler les changements +menu.file.import.xml=Import SWF XML +menu.file.export.xml=Export SWF XML #after version 4.1.1 -text.align.translatex.decrease = D\u00e9cr\u00e9menter TranslateX -text.align.translatex.increase = Incr\u00e9menter TranslateX -selectPreviousTag = S\u00e9lectionner l'\u00e9tiquette pr\u00e9c\u00e9dente -selectNextTag = S\u00e9lectionner l'\u00e9tiquette suivante -button.ignoreAll = Ignorer tout -menu.file.import.symbolClass = Import Symbol-Class -text.toggleCase = Toggle case - +text.align.translatex.decrease=D\u00e9cr\u00e9menter TranslateX +text.align.translatex.increase=Incr\u00e9menter TranslateX +selectPreviousTag=S\u00e9lectionner l'\u00e9tiquette pr\u00e9c\u00e9dente +selectNextTag=S\u00e9lectionner l'\u00e9tiquette suivante +button.ignoreAll=Ignorer tout +menu.file.import.symbolClass=Import Symbol-Class +text.toggleCase=Toggle case #after version 5.0.2 -preview.loop = Loop -menu.file.import.script = Importer scripts -contextmenu.copyTagWithDependencies = Copier l'\u00e9tiquette avec ses d\u00e9pendances vers -button.replaceWithTag = Remplacer par un autre caract\u00e8re -button.resolveConstants = R\u00e9soudre les constantes - +preview.loop=Loop +menu.file.import.script=Importer scripts +contextmenu.copyTagWithDependencies=Copier l'\u00e9tiquette avec ses d\u00e9pendances vers +button.replaceWithTag=Remplacer par un autre caract\u00e8re +button.resolveConstants=R\u00e9soudre les constantes #after version 5.1.0 -button.viewConstants = Voir les constantes -work.exported = Export\u00e9 -button.replaceAlphaChannel = Remplacer le canal alpha ... - -tagInfo.header.name = Nom -tagInfo.header.value = Valeur -tagInfo.tagType = Type d'\u00e9tiquette -tagInfo.characterId = Caract\u00e8re No -tagInfo.offset = Offset -tagInfo.length = Longueur -tagInfo.bounds = Limites -tagInfo.width = Largeur -tagInfo.height = Hauteur -tagInfo.neededCharacters = Caract\u00e8res n\u00e9cessaires - -button.viewhexpcode = Voir les instructions en hexad\u00e9cimal -taginfo.header = Information basique de l'\u00e9tiquette - -tagInfo.dependentCharacters = Caract\u00e8res d\u00e9pendants - +button.viewConstants=Voir les constantes +work.exported=Export\u00e9 +button.replaceAlphaChannel=Remplacer le canal alpha ... +tagInfo.header.name=Nom +tagInfo.header.value=Valeur +tagInfo.tagType=Type d'\u00e9tiquette +tagInfo.characterId=Caract\u00e8re No +tagInfo.offset=Offset +tagInfo.length=Longueur +tagInfo.bounds=Limites +tagInfo.width=Largeur +tagInfo.height=Hauteur +tagInfo.neededCharacters=Caract\u00e8res n\u00e9cessaires +button.viewhexpcode=Voir les instructions en hexad\u00e9cimal +taginfo.header=Information basique de l'\u00e9tiquette +tagInfo.dependentCharacters=Caract\u00e8res d\u00e9pendants #after version 5.3.0 -header.uncompressed = D\u00e9compress\u00e9 -header.warning.unsupportedGfxCompression = GFX ne supporte que les contenus d\u00e9compress\u00e9s ou des Zlibb compress\u00e9s. -header.warning.minimumZlibVersion = La compression Zlib requiert la version 6 de SWF ou plus. -header.warning.minimumLzmaVersion = La compression LZMA requiert la version 13 de SWF ou plus. - -tagInfo.codecName = Nom du codec -tagInfo.exportFormat = Format d'export -tagInfo.samplingRate = Taux d'\u00e9chantillonage -tagInfo.stereo = St\u00e9r\u00e9o -tagInfo.sampleCount = Nombre d'\u00e9chantillons - -filter.dmg = Fichiers ex\u00e9cutables Mac (*.dmg) -filter.linuxExe = Fichiers ex\u00e9cutables Linux - -import.script.result = %count% scripts import\u00e9s. -import.script.as12warning = L'import de scripts ne fonctionne qu'avec les scripts AS1/2. - -error.constantPoolTooBig = Le bloc de constantes est trop grand. index=%index%, size=%size% -error.image.alpha.invalid = Les donn\u00e9es du canal alpha est invalide. - +header.uncompressed=D\u00e9compress\u00e9 +header.warning.unsupportedGfxCompression=GFX ne supporte que les contenus d\u00e9compress\u00e9s ou des Zlibb compress\u00e9s. +header.warning.minimumZlibVersion=La compression Zlib requiert la version 6 de SWF ou plus. +header.warning.minimumLzmaVersion=La compression LZMA requiert la version 13 de SWF ou plus. +tagInfo.codecName=Nom du codec +tagInfo.exportFormat=Format d'export +tagInfo.samplingRate=Taux d'\u00e9chantillonage +tagInfo.stereo=St\u00e9r\u00e9o +tagInfo.sampleCount=Nombre d'\u00e9chantillons +filter.dmg=Fichiers ex\u00e9cutables Mac (*.dmg) +filter.linuxExe=Fichiers ex\u00e9cutables Linux +import.script.result=%count% scripts import\u00e9s. +import.script.as12warning=L'import de scripts ne fonctionne qu'avec les scripts AS1/2. +error.constantPoolTooBig=Le bloc de constantes est trop grand. index=%index%, size=%size% +error.image.alpha.invalid=Les donn\u00e9es du canal alpha est invalide. #after version 6.0.2 -contextmenu.saveUncompressedToFile = Enregistrer dans un fichier d\u00e9compress\u00e9 -menu.settings.autoOpenLoadedSWFs = Ouvrir les SWF charg\u00e9s lors de la lecture - +contextmenu.saveUncompressedToFile=Enregistrer dans un fichier d\u00e9compress\u00e9 +menu.settings.autoOpenLoadedSWFs=Ouvrir les SWF charg\u00e9s lors de la lecture #after version 6.1.1 -menu.file.start = D\u00e9marrer -menu.file.start.run = Run -menu.file.start.stop = Stop -menu.file.start.debug = Debug -menu.debugging = Deboguage -menu.debugging.debug = Debug -menu.debugging.debug.stop = Stop -menu.debugging.debug.pause = Pause -menu.debugging.debug.stepOver = Step over -menu.debugging.debug.stepInto = Step into -menu.debugging.debug.stepOut = Step out -menu.debugging.debug.continue = Continuer -menu.debugging.debug.stack = Empiler ... -menu.debugging.debug.watch = Nouvelle horloge ... - -message.playerpath.notset = Le lecteur Flash est introuvable. Veuillez indiquer son chemin dans Param\u00e8tres avanc\u00e9s / Chemins (1). -message.playerpath.debug.notset = Le d\u00e9bogueur Flash est introuvouvable. Veuillez indiquer son chemin dans Param\u00e8tres avanc\u00e9s / Chemins (2). -message.playerpath.lib.notset = La librairie PlayerGlobal (.SWC) est introuvable. Veuillez indiquer son chemin dans Param\u00e8tres avanc\u00e9s / Chemins (2). - -debugpanel.header = D\u00e9boguage - -variables.header.registers = Registres -variables.header.locals = Locaux -variables.header.arguments = Arguments -variables.header.scopeChain = Scope chain -variables.column.name = Nom -variables.column.type = Type -variables.column.value = Valeur - -callStack.header = Appel de pile -callStack.header.file = Fichier -callStack.header.line = Ligne - -stack.header = Pile -stack.header.item = Item - -constantpool.header = Constant pool -constantpool.header.id = Id -constantpool.header.value = Valeur - -work.running = Ex\u00e9cution -work.debugging = D\u00e9boguage -work.debugging.instrumenting = Pr\u00e9paration du SWF pour un d\u00e9boguage -work.breakat = Arr\u00eat \u00e0 -work.halted = Le d\u00e9boguage \u00e0 commenc\u00e9, l'ex\u00e9cution est arr\u00eat\u00e9. Ajoutez des points d'arr\u00eat et cliquez sur Continuer (F5) pour reprendre l'ex\u00e9cution. - -debuglog.header = Journal -debuglog.button.clear = Vide le journal - +menu.file.start=D\u00e9marrer +menu.file.start.run=Run +menu.file.start.stop=Stop +menu.file.start.debug=Debug +menu.debugging=Deboguage +menu.debugging.debug=Debug +menu.debugging.debug.stop=Stop +menu.debugging.debug.pause=Pause +menu.debugging.debug.stepOver=Step over +menu.debugging.debug.stepInto=Step into +menu.debugging.debug.stepOut=Step out +menu.debugging.debug.continue=Continuer +menu.debugging.debug.stack=Empiler ... +menu.debugging.debug.watch=Nouvelle horloge ... +message.playerpath.notset=Le lecteur Flash est introuvable. Veuillez indiquer son chemin dans Param\u00e8tres avanc\u00e9s / Chemins (1). +message.playerpath.debug.notset=Le d\u00e9bogueur Flash est introuvouvable. Veuillez indiquer son chemin dans Param\u00e8tres avanc\u00e9s / Chemins (2). +message.playerpath.lib.notset=La librairie PlayerGlobal (.SWC) est introuvable. Veuillez indiquer son chemin dans Param\u00e8tres avanc\u00e9s / Chemins (2). +debugpanel.header=D\u00e9boguage +variables.header.registers=Registres +variables.header.locals=Locaux +variables.header.arguments=Arguments +variables.header.scopeChain=Scope chain +variables.column.name=Nom +variables.column.type=Type +variables.column.value=Valeur +callStack.header=Appel de pile +callStack.header.file=Fichier +callStack.header.line=Ligne +stack.header=Pile +stack.header.item=Item +constantpool.header=Constant pool +constantpool.header.id=Id +constantpool.header.value=Valeur +work.running=Ex\u00e9cution +work.debugging=D\u00e9boguage +work.debugging.instrumenting=Pr\u00e9paration du SWF pour un d\u00e9boguage +work.breakat=Arr\u00eat \u00e0 +work.halted=Le d\u00e9boguage \u00e0 commenc\u00e9, l'ex\u00e9cution est arr\u00eat\u00e9. Ajoutez des points d'arr\u00eat et cliquez sur Continuer (F5) pour reprendre l'ex\u00e9cution. +debuglog.header=Journal +debuglog.button.clear=Vide le journal #after 7.0.1 -work.debugging.wait = Patientez pendant la connexion du d\u00e9boggueur Flash - -error.debug.listen = Impossible d'\u00e9couter le port %port%. Il est possible qu'il soit utilis\u00e9 par un autre d\u00e9boggueur Flash. - -debug.break.reason.unknown = (Inconnu) -debug.break.reason.breakpoint = (Point d'arr\u00eat) -debug.break.reason.watch = (Surveiller) -debug.break.reason.fault = (Erreur) -debug.break.reason.stopRequest = (Stop request) -debug.break.reason.step = (Pas) -debug.break.reason.halt = (Arr\u00eat) -debug.break.reason.scriptLoaded = (Script charg\u00e9) - -menu.file.start.debugpcode = D\u00e9boguage assembleur - +work.debugging.wait=Patientez pendant la connexion du d\u00e9boggueur Flash +error.debug.listen=Impossible d'\u00e9couter le port %port%. Il est possible qu'il soit utilis\u00e9 par un autre d\u00e9boggueur Flash. +debug.break.reason.unknown=(Inconnu) +debug.break.reason.breakpoint=(Point d'arr\u00eat) +debug.break.reason.watch=(Surveiller) +debug.break.reason.fault=(Erreur) +debug.break.reason.stopRequest=(Stop request) +debug.break.reason.step=(Pas) +debug.break.reason.halt=(Arr\u00eat) +debug.break.reason.scriptLoaded=(Script charg\u00e9) +menu.file.start.debugpcode=D\u00e9boguage assembleur #after 7.1.2 -button.replaceNoFill = Remplacer - mettre \u00e0 jour les limites... -message.warning.svgImportExperimental = Toutes les fonctionnalit\u00e9s SVG ne sont pas forc\u00e9ment support\u00e9es. V\u00e9rifiez le journal apr\u00e8s l'import. - -message.imported.swf = Le fichier SWF utilise des propri\u00e9t\u00e9s du fichier import\u00e9 :\n%url%\nSouhaitez-vous charger les propri\u00e9t\u00e9s \u00e0 partir de cette URL ? -message.imported.swf.manually = Imposible de charger le SWF import\u00e9\n%url%\nLe fichier ou l'URL n'existe pas.\nVoulez-vous s\u00e9lectionner un fichier local ? - -message.warning.hexViewNotUpToDate = La vue hexad\u00e9cimale n'est pas \u00e0 jour. Veuillez enregistrer et recharger le fichier pour mettre \u00e0 jour la vue. -message.font.replace.updateTexts = Plusieurs caract\u00e8res ont \u00e9t\u00e9 remplac\u00e9s. Mettre \u00e0 jour les textes existants ? - -menu.settings.simplifyExpressions = Simplification d'expressions - +button.replaceNoFill=Remplacer - mettre \u00e0 jour les limites... +message.warning.svgImportExperimental=Toutes les fonctionnalit\u00e9s SVG ne sont pas forc\u00e9ment support\u00e9es. V\u00e9rifiez le journal apr\u00e8s l'import. +message.imported.swf=Le fichier SWF utilise des propri\u00e9t\u00e9s du fichier import\u00e9 :\n%url%\nSouhaitez-vous charger les propri\u00e9t\u00e9s \u00e0 partir de cette URL ? +message.imported.swf.manually=Imposible de charger le SWF import\u00e9\n%url%\nLe fichier ou l'URL n'existe pas.\nVoulez-vous s\u00e9lectionner un fichier local ? +message.warning.hexViewNotUpToDate=La vue hexad\u00e9cimale n'est pas \u00e0 jour. Veuillez enregistrer et recharger le fichier pour mettre \u00e0 jour la vue. +message.font.replace.updateTexts=Plusieurs caract\u00e8res ont \u00e9t\u00e9 remplac\u00e9s. Mettre \u00e0 jour les textes existants ? +menu.settings.simplifyExpressions=Simplification d'expressions #after 8.0.1 -menu.recentFiles.empty = La liste des fichiers r\u00e9cents est vide -message.warning.outOfMemory32BitJre = Erreur de d\u00e9passement de capacit\u00e9. Vous utilisez une version 32 bits de Java sur une machine 64 bits. Utilisez plut\u00f4t la version 64 bits de Java. - -menu.file.reloadAll = Recharger tout -message.confirm.reloadAll = Cette action annule tous les changements qui n'ont pas \u00e9t\u00e9 enregistr\u00e9s dans les fichiers SWF et recharge tous les fichiers dans l'application.\nContinuer ? - -export.script.singleFilePallelModeWarning = L'export d'un fichier n'est pas support\u00e9 lorsque le parall\u00e9lisme est actif -button.showOriginalBytesInPcodeHex = Afficher les octets d'origine -button.remove = Enlever +menu.recentFiles.empty=La liste des fichiers r\u00e9cents est vide +message.warning.outOfMemory32BitJre=Erreur de d\u00e9passement de capacit\u00e9. Vous utilisez une version 32 bits de Java sur une machine 64 bits. Utilisez plut\u00f4t la version 64 bits de Java. +menu.file.reloadAll=Recharger tout +message.confirm.reloadAll=Cette action annule tous les changements qui n'ont pas \u00e9t\u00e9 enregistr\u00e9s dans les fichiers SWF et recharge tous les fichiers dans l'application.\nContinuer ? +export.script.singleFilePallelModeWarning=L'export d'un fichier n'est pas support\u00e9 lorsque le parall\u00e9lisme est actif +button.showOriginalBytesInPcodeHex=Afficher les octets d'origine +button.remove=Enlever #(not translated yet): #button.showFileOffsetInPcodeHex = Show file offset - -generic.editor.amf3.title = \u00c9diteur AMF3 - -generic.editor.amf3.help = Syntaxe de la valeur AMF3 :\n\ +generic.editor.amf3.title=\u00c9diteur AMF3 +generic.editor.amf3.help=Syntaxe de la valeur AMF3 :\n\ ------------------\n\ types de scalaire:\n\ %scalar_samples%\ @@ -731,12 +576,8 @@ generic.editor.amf3.help = Syntaxe de la valeur AMF3 :\n\ * les types de donn\u00e9es non scalaires peuvent faire r\u00e9f\u00e9rence \u00e0 des "id" pr\u00e9c\u00e9demment d\u00e9clar\u00e9s avec les attributs # syntaxe :\n\ %reference_sample%\n\ * les entr\u00e9es du dictionnaire peuvent \u00eatre de tous types\n -contextmenu.showInResources = Afficher dans les resources - - +contextmenu.showInResources=Afficher dans les resources #... -message.confirm.remove.nodep = \u00cates-vous s\u00fbr de vouloir retirer les objets %item% ? - -message.confirm.removemultiple.nodep = \u00cates-vous s\u00fbr de vouloir retirer %count% objets ? - -contextmenu.exportFla = Exporter en FLA \ No newline at end of file +message.confirm.remove.nodep=\u00cates-vous s\u00fbr de vouloir retirer les objets %item% ? +message.confirm.removemultiple.nodep=\u00cates-vous s\u00fbr de vouloir retirer %count% objets ? +contextmenu.exportFla=Exporter en FLA \ No newline at end of file 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 44e4e1ce7..8b45ac638 100644 --- a/src/com/jpexs/decompiler/flash/gui/locales/MainFrame_hu.properties +++ b/src/com/jpexs/decompiler/flash/gui/locales/MainFrame_hu.properties @@ -12,709 +12,553 @@ # # You should have received a copy of the GNU General Public License # along with this program. If not, see . - -menu.file = F\u00e1jl -menu.file.open = Megnyit\u00e1s... -menu.file.save = Ment\u00e9s -menu.file.saveas = Ment\u00e9s m\u00e1sk\u00e9nt... -menu.file.export.fla = Export\u00e1l\u00e1s FLA-ba -menu.file.export.all = Minden r\u00e9sz export\u00e1l\u00e1sa -menu.file.export.selection = Kijel\u00f6ltek export\u00e1l\u00e1sa -menu.file.exit = Kil\u00e9p\u00e9s - -menu.tools = Eszk\u00f6z\u00f6k -menu.tools.searchas = Keres\u00e9s az \u00f6sszes ActionScriptben... -menu.tools.proxy = Proxy -menu.tools.deobfuscation = Deobfuszk\u00e1l\u00e1s -menu.tools.deobfuscation.pcode = PCode deobfuszk\u00e1l\u00e1s... -menu.tools.deobfuscation.globalrename = Azonos\u00edt\u00f3k glob\u00e1lis \u00e1tnevez\u00e9se -menu.tools.deobfuscation.renameinvalid = \u00c9rv\u00e9nytelen azonos\u00edt\u00f3k \u00e1tnevez\u00e9se -menu.tools.gotoDocumentClass = Dokumentum oszt\u00e1lyhoz ugr\u00e1s - -menu.settings = Be\u00e1ll\u00edt\u00e1sok -menu.settings.autodeobfuscation = Automatikus deobfuszk\u00e1l\u00e1s -menu.settings.internalflashviewer = Saj\u00e1t Flash-n\u00e9z\u0151ke haszn\u00e1lata -menu.settings.parallelspeedup = P\u00e1rhuzamos gyors\u00edt\u00e1s -menu.settings.disabledecompilation = Visszaford\u00edt\u00e1s letilt\u00e1sa (csak disassembl\u00e1l\u00e1s) -menu.settings.addtocontextmenu = FFDec hozz\u00e1rendel\u00e9se SWF f\u00e1jlokhoz a helyi men\u00fcben -menu.settings.language = Nyelv v\u00e1lt\u00e1sa -menu.settings.cacheOnDisk = Lemez gyors\u00edt\u00f3t\u00e1r haszn\u00e1lata -menu.settings.gotoMainClassOnStartup = Dokumentum oszt\u00e1ly kiemel\u00e9se ind\u00edt\u00e1skor - -menu.help = S\u00fag\u00f3 -menu.help.checkupdates = Friss\u00edt\u00e9sek keres\u00e9se... -menu.help.helpus = Seg\u00edts nek\u00fcnk! -menu.help.homepage = Honlap megnyit\u00e1sa -menu.help.about = N\u00e9vjegy... - -contextmenu.remove = Elt\u00e1vol\u00edt\u00e1s - -button.save = Ment\u00e9s -button.edit = Szerkeszt\u00e9s -button.cancel = M\u00e9gse -button.replace = Csere... - -notavailonthisplatform = Ennek az objektumnak az el\u0151n\u00e9zete nem el\u00e9rhet\u0151 ezen a platformon. (Csak Windowson) - -swfpreview = SWF el\u0151n\u00e9zet -swfpreview.internal = SWF el\u0151n\u00e9zet (Be\u00e9p\u00edtett n\u00e9z\u0151ke) - -parameters = Param\u00e9terek - -rename.enternew = \u00cdrja be az \u00faj nevet: - -rename.finished.identifier = Azonos\u00edt\u00f3 \u00e1tnevezve. -rename.finished.multiname = %count% multiname \u00e1tnevezve. - -node.texts = sz\u00f6vegek -node.images = k\u00e9pek -node.movies = mozg\u00f3k\u00e9pek -node.sounds = hangok -node.binaryData = bin\u00e1ris adatok -node.fonts = bet\u0171t\u00edpusok -node.sprites = szpr\u00e1jtok -node.shapes = alakzatok -node.morphshapes = morph alakzatok -node.buttons = gombok -node.frames = keretek -node.scripts = szkriptek - -message.warning = Figyelmeztet\u00e9s -message.confirm.experimental = A k\u00f6vetkez\u0151 m\u0171velet k\u00e1ros\u00edthatja az SWF f\u00e1jlt, ami ezut\u00e1n lej\u00e1tszhatatlan lesz.\r\nCSAK SAJ\u00c1T FELEL\u0150SS\u00c9GRE HASZN\u00c1LJA. Szeretn\u00e9 folytatni? -message.confirm.parallel = P\u00e1rhuzamos\u00edt\u00e1s felgyors\u00edthatja a bet\u00f6lt\u00e9st \u00e9s visszaford\u00edt\u00e1st, de t\u00f6bb mem\u00f3ri\u00e1t haszn\u00e1l. -message.confirm.on = BE szeretn\u00e9 kapcsolni? -message.confirm.off = KI szeretn\u00e9 kapcsolni? -message.confirm = Meger\u0151s\u00edt\u00e9s - -message.confirm.autodeobfuscate = Automatikus deobfuszk\u00e1l\u00e1s egy m\u00f3d az obfuszk\u00e1lt k\u00f3d visszaford\u00edt\u00e1s\u00e1ra.\r\nDeobfuszk\u00e1l\u00e1s lassabb visszaford\u00edt\u00e1st eredm\u00e9nyez \u00e9s n\u00e9h\u00e1ny halott k\u00f3dr\u00e9szlet elt\u00e1vol\u00edt\u00e1sra ker\u00fclhet.\r\nHa a k\u00f3d nincs obfuszk\u00e1lva jobb kikapcsolni az automatikus deobfuszk\u00e1l\u00e1st. - -message.parallel = P\u00e1rhuzamos\u00edt\u00e1s -message.trait.saved = Jellemz\u0151 sikeresen lementve - -message.constant.new.string = Karakterl\u00e1nc "%value%" nem tal\u00e1lhat\u00f3 a konstans t\u00e1bl\u00e1ban. Szeretn\u00e9 hozz\u00e1adni? -message.constant.new.string.title = Karakterl\u00e1nc hozz\u00e1ad\u00e1sa -message.constant.new.integer = Eg\u00e9sz \u00e9rt\u00e9k "%value%" nem tal\u00e1lhat\u00f3 a konstans t\u00e1bl\u00e1ban. Szeretn\u00e9 hozz\u00e1adni? -message.constant.new.integer.title = Eg\u00e9sz hozz\u00e1ad\u00e1sa -message.constant.new.unsignedinteger = El\u0151jel n\u00e9lk\u00fcli eg\u00e9sz \u00e9rt\u00e9k "%value%" nem tal\u00e1lhat\u00f3 a konstans t\u00e1bl\u00e1ban. Szeretn\u00e9 hozz\u00e1adni? -message.constant.new.unsignedinteger.title = El\u0151jel n\u00e9lk\u00fcli eg\u00e9sz hozz\u00e1ad\u00e1sa -message.constant.new.double = Lebeg\u0151pontos \u00e9rt\u00e9k "%value%" nem tal\u00e1lhat\u00f3 a konstans t\u00e1bl\u00e1ban. Szeretn\u00e9 hozz\u00e1adni? -message.constant.new.double.title = Lebeg\u0151pontos \u00e9rt\u00e9k hozz\u00e1ad\u00e1sa - -work.buffering = Pufferel\u00e9s -work.waitingfordissasembly = V\u00e1rakoz\u00e1s a visszafejt\u00e9sre -work.gettinghilights = Kiemel\u00e9sek elk\u00e9sz\u00edt\u00e9se -work.disassembling = Visszafejt\u00e9s -work.exporting = Export\u00e1l\u00e1s -work.searching = Keres\u00e9s -work.renaming = \u00c1tnevez\u00e9s -work.exporting.fla = Export\u00e1l\u00e1s FLA-ba -work.renaming.identifiers = Azonos\u00edt\u00f3k \u00e1tnevez\u00e9se -work.deobfuscating = Deobfuszk\u00e1l\u00e1s -work.decompiling = Visszaford\u00edt\u00e1s -work.gettingvariables = V\u00e1ltoz\u00f3k kinyer\u00e9se -work.reading.swf = SWF olvas\u00e1sa -work.creatingwindow = Ablak elk\u00e9sz\u00edt\u00e9se -work.buildingscripttree = Szkript fa \u00e9p\u00edt\u00e9se - -work.deobfuscating.complete = Deobfuszk\u00e1l\u00e1s k\u00e9sz - -message.search.notfound = Karakterl\u00e1nc "%searchtext%" nem tal\u00e1lhat\u00f3. -message.search.notfound.title = Nem tal\u00e1lhat\u00f3 - -message.rename.notfound.multiname = Multiname nem tal\u00e1lkat\u00f3 a kurzor alatt -message.rename.notfound.identifier = Azonos\u00edt\u00f3 nem tal\u00e1lhat\u00f3 a kurzor alatt -message.rename.notfound.title = Nem tal\u00e1lhat\u00f3 -message.rename.renamed = %count% azonos\u00edt\u00f3 \u00e1tnevezve - -filter.images = K\u00e9pek (%extensions%) -filter.fla = %version% Dokumentum (*.fla) -filter.xfl = %version% T\u00f6m\u00f6r\u00edtetlen dokumentum (*.xfl) -filter.swf = SWF f\u00e1ljok (*.swf) - -error = Hiba -error.image.invalid = \u00c9rv\u00e9nytelen k\u00e9p. - -error.text.invalid = \u00c9rv\u00e9nytelen sz\u00f6veg: %text% a %line%. sorban -error.file.save = A f\u00e1jl nem menthet\u0151 -error.file.write = A f\u00e1lj nem \u00edrhat\u00f3 -error.export = Hiba export\u00e1l\u00e1s k\u00f6zben - -export.select.directory = V\u00e1lassza ki a mapp\u00e1t az export\u00e1l\u00e1shoz -export.finishedin = %time% alatt export\u00e1lva - -update.check.title = Friss\u00edt\u00e9s ellen\u0151rz\u00e9se -update.check.nonewversion = \u00dajabb verzi\u00f3 nem el\u00e9rhet\u0151. - -message.helpus = Tov\u00e1bbi r\u00e9szletek\u00e9rt k\u00e9rem l\u00e1togassa meg a(z)\r\n%url%\r\nweboldalt. -message.homepage = L\u00e1togassa meg a honlapot a k\u00f6vetkez\u0151 c\u00edmen: \r\n%url% - -proxy = Proxy -proxy.start = Proxy elind\u00edt\u00e1sa -proxy.stop = Proxy le\u00e1ll\u00edt\u00e1sa -proxy.show = Proxy megjelen\u00edt\u00e9se -exit = Kil\u00e9p\u00e9s - -panel.disassembled = P-code forr\u00e1s -panel.decompiled = ActionScript forr\u00e1s - -search.info = "%text%" sz\u00f6veg keres\u00e9se: -search.script = Szkript - -constants = Konstansok -traits = Jellemz\u0151k - -pleasewait = K\u00e9rem v\u00e1rjon - -abc.detail.methodtrait = Met\u00f3dus/Getter/Setter Jellemz\u0151 -abc.detail.unsupported = - -abc.detail.slotconsttrait = Slot/Konstans Jellemz\u0151 -abc.detail.traitname = N\u00e9v: - -abc.detail.body.params.maxstack = Maximum stack: -abc.detail.body.params.localregcount = Lok\u00e1lis regiszterek sz\u00e1ma: -abc.detail.body.params.minscope = \u00c9rv\u00e9nyess\u00e9gi k\u00f6r minimum m\u00e9lys\u00e9ge: -abc.detail.body.params.maxscope = \u00c9rv\u00e9nyess\u00e9gi k\u00f6r maximum m\u00e9lys\u00e9ge: -abc.detail.body.params.autofill = Automatikus kit\u00f6lt\u00e9s k\u00f3d ment\u00e9sekor (GLOB\u00c1LIS BE\u00c1LL\u00cdT\u00c1S) -abc.detail.body.params.autofill.experimental = ...K\u00cdS\u00c9RLETI - -abc.detail.methodinfo.methodindex = Met\u00f3dus Index: -abc.detail.methodinfo.parameters = Param\u00e9terek: -abc.detail.methodinfo.returnvalue = Visszat\u00e9r\u00e9si \u00e9rt\u00e9k t\u00edpusa: - -error.methodinfo.params = MethodInfo Param\u00e9ter Hiba -error.methodinfo.returnvalue = MethodInfo Visszat\u00e9r\u00e9si \u00e9rt\u00e9k Hiba - -abc.detail.methodinfo = MethodInfo -abc.detail.body.code = MethodBody K\u00f3d -abc.detail.body.params = MethodBody param\u00e9terek - -abc.detail.slotconst.typevalue = T\u00edpus \u00e9s \u00c9rt\u00e9k: - -error.slotconst.typevalue = SlotConst t\u00edpus\u00e9rt\u00e9k Hiba - -message.autofill.failed = K\u00f3d statisztika nem el\u00e9rhet\u0151 az automatikus t\u00f6rzs param\u00e9terekhez.\r\nVegye ki a pip\u00e1t az az automatikus kit\u00f6lt\u00e9s mell\u0151l ennek az \u00fczenetnek az elker\u00fcl\u00e9s\u00e9hez. -info.selecttrait = V\u00e1lasszon ki egy oszt\u00e1lyt \u00e9s kattintson egy jellemz\u0151re az ActionScript forr\u00e1sban a szerkeszt\u00e9shez. - -button.viewgraph = Gr\u00e1f mutat\u00e1sa -button.viewhex = Hexa mutat\u00e1sa - -action.edit.experimental = (K\u00eds\u00e9rleti) - -message.action.saved = K\u00f3d sikeresen lementve - -error.action.save = %error% a %line%. sorban - -message.confirm.remove = Biztos benne, hogy t\u00f6r\u00f6lni k\u00edv\u00e1nja a %item%-t \n \u00e9s az \u00f6sszes t\u0151le f\u00fcgg\u0151 objektumot ? - +menu.file=F\u00e1jl +menu.file.open=Megnyit\u00e1s... +menu.file.save=Ment\u00e9s +menu.file.saveas=Ment\u00e9s m\u00e1sk\u00e9nt... +menu.file.export.fla=Export\u00e1l\u00e1s FLA-ba +menu.file.export.all=Minden r\u00e9sz export\u00e1l\u00e1sa +menu.file.export.selection=Kijel\u00f6ltek export\u00e1l\u00e1sa +menu.file.exit=Kil\u00e9p\u00e9s +menu.tools=Eszk\u00f6z\u00f6k +menu.tools.searchas=Keres\u00e9s az \u00f6sszes ActionScriptben... +menu.tools.proxy=Proxy +menu.tools.deobfuscation=Deobfuszk\u00e1l\u00e1s +menu.tools.deobfuscation.pcode=PCode deobfuszk\u00e1l\u00e1s... +menu.tools.deobfuscation.globalrename=Azonos\u00edt\u00f3k glob\u00e1lis \u00e1tnevez\u00e9se +menu.tools.deobfuscation.renameinvalid=\u00c9rv\u00e9nytelen azonos\u00edt\u00f3k \u00e1tnevez\u00e9se +menu.tools.gotoDocumentClass=Dokumentum oszt\u00e1lyhoz ugr\u00e1s +menu.settings=Be\u00e1ll\u00edt\u00e1sok +menu.settings.autodeobfuscation=Automatikus deobfuszk\u00e1l\u00e1s +menu.settings.internalflashviewer=Saj\u00e1t Flash-n\u00e9z\u0151ke haszn\u00e1lata +menu.settings.parallelspeedup=P\u00e1rhuzamos gyors\u00edt\u00e1s +menu.settings.disabledecompilation=Visszaford\u00edt\u00e1s letilt\u00e1sa (csak disassembl\u00e1l\u00e1s) +menu.settings.addtocontextmenu=FFDec hozz\u00e1rendel\u00e9se SWF f\u00e1jlokhoz a helyi men\u00fcben +menu.settings.language=Nyelv v\u00e1lt\u00e1sa +menu.settings.cacheOnDisk=Lemez gyors\u00edt\u00f3t\u00e1r haszn\u00e1lata +menu.settings.gotoMainClassOnStartup=Dokumentum oszt\u00e1ly kiemel\u00e9se ind\u00edt\u00e1skor +menu.help=S\u00fag\u00f3 +menu.help.checkupdates=Friss\u00edt\u00e9sek keres\u00e9se... +menu.help.helpus=Seg\u00edts nek\u00fcnk! +menu.help.homepage=Honlap megnyit\u00e1sa +menu.help.about=N\u00e9vjegy... +contextmenu.remove=Elt\u00e1vol\u00edt\u00e1s +button.save=Ment\u00e9s +button.edit=Szerkeszt\u00e9s +button.cancel=M\u00e9gse +button.replace=Csere... +notavailonthisplatform=Ennek az objektumnak az el\u0151n\u00e9zete nem el\u00e9rhet\u0151 ezen a platformon. (Csak Windowson) +swfpreview=SWF el\u0151n\u00e9zet +swfpreview.internal=SWF el\u0151n\u00e9zet (Be\u00e9p\u00edtett n\u00e9z\u0151ke) +parameters=Param\u00e9terek +rename.enternew=\u00cdrja be az \u00faj nevet: +rename.finished.identifier=Azonos\u00edt\u00f3 \u00e1tnevezve. +rename.finished.multiname=%count% multiname \u00e1tnevezve. +node.texts=sz\u00f6vegek +node.images=k\u00e9pek +node.movies=mozg\u00f3k\u00e9pek +node.sounds=hangok +node.binaryData=bin\u00e1ris adatok +node.fonts=bet\u0171t\u00edpusok +node.sprites=szpr\u00e1jtok +node.shapes=alakzatok +node.morphshapes=morph alakzatok +node.buttons=gombok +node.frames=keretek +node.scripts=szkriptek +message.warning=Figyelmeztet\u00e9s +message.confirm.experimental=A k\u00f6vetkez\u0151 m\u0171velet k\u00e1ros\u00edthatja az SWF f\u00e1jlt, ami ezut\u00e1n lej\u00e1tszhatatlan lesz.\r\nCSAK SAJ\u00c1T FELEL\u0150SS\u00c9GRE HASZN\u00c1LJA. Szeretn\u00e9 folytatni? +message.confirm.parallel=P\u00e1rhuzamos\u00edt\u00e1s felgyors\u00edthatja a bet\u00f6lt\u00e9st \u00e9s visszaford\u00edt\u00e1st, de t\u00f6bb mem\u00f3ri\u00e1t haszn\u00e1l. +message.confirm.on=BE szeretn\u00e9 kapcsolni? +message.confirm.off=KI szeretn\u00e9 kapcsolni? +message.confirm=Meger\u0151s\u00edt\u00e9s +message.confirm.autodeobfuscate=Automatikus deobfuszk\u00e1l\u00e1s egy m\u00f3d az obfuszk\u00e1lt k\u00f3d visszaford\u00edt\u00e1s\u00e1ra.\r\nDeobfuszk\u00e1l\u00e1s lassabb visszaford\u00edt\u00e1st eredm\u00e9nyez \u00e9s n\u00e9h\u00e1ny halott k\u00f3dr\u00e9szlet elt\u00e1vol\u00edt\u00e1sra ker\u00fclhet.\r\nHa a k\u00f3d nincs obfuszk\u00e1lva jobb kikapcsolni az automatikus deobfuszk\u00e1l\u00e1st. +message.parallel=P\u00e1rhuzamos\u00edt\u00e1s +message.trait.saved=Jellemz\u0151 sikeresen lementve +message.constant.new.string=Karakterl\u00e1nc "%value%" nem tal\u00e1lhat\u00f3 a konstans t\u00e1bl\u00e1ban. Szeretn\u00e9 hozz\u00e1adni? +message.constant.new.string.title=Karakterl\u00e1nc hozz\u00e1ad\u00e1sa +message.constant.new.integer=Eg\u00e9sz \u00e9rt\u00e9k "%value%" nem tal\u00e1lhat\u00f3 a konstans t\u00e1bl\u00e1ban. Szeretn\u00e9 hozz\u00e1adni? +message.constant.new.integer.title=Eg\u00e9sz hozz\u00e1ad\u00e1sa +message.constant.new.unsignedinteger=El\u0151jel n\u00e9lk\u00fcli eg\u00e9sz \u00e9rt\u00e9k "%value%" nem tal\u00e1lhat\u00f3 a konstans t\u00e1bl\u00e1ban. Szeretn\u00e9 hozz\u00e1adni? +message.constant.new.unsignedinteger.title=El\u0151jel n\u00e9lk\u00fcli eg\u00e9sz hozz\u00e1ad\u00e1sa +message.constant.new.double=Lebeg\u0151pontos \u00e9rt\u00e9k "%value%" nem tal\u00e1lhat\u00f3 a konstans t\u00e1bl\u00e1ban. Szeretn\u00e9 hozz\u00e1adni? +message.constant.new.double.title=Lebeg\u0151pontos \u00e9rt\u00e9k hozz\u00e1ad\u00e1sa +work.buffering=Pufferel\u00e9s +work.waitingfordissasembly=V\u00e1rakoz\u00e1s a visszafejt\u00e9sre +work.gettinghilights=Kiemel\u00e9sek elk\u00e9sz\u00edt\u00e9se +work.disassembling=Visszafejt\u00e9s +work.exporting=Export\u00e1l\u00e1s +work.searching=Keres\u00e9s +work.renaming=\u00c1tnevez\u00e9s +work.exporting.fla=Export\u00e1l\u00e1s FLA-ba +work.renaming.identifiers=Azonos\u00edt\u00f3k \u00e1tnevez\u00e9se +work.deobfuscating=Deobfuszk\u00e1l\u00e1s +work.decompiling=Visszaford\u00edt\u00e1s +work.gettingvariables=V\u00e1ltoz\u00f3k kinyer\u00e9se +work.reading.swf=SWF olvas\u00e1sa +work.creatingwindow=Ablak elk\u00e9sz\u00edt\u00e9se +work.buildingscripttree=Szkript fa \u00e9p\u00edt\u00e9se +work.deobfuscating.complete=Deobfuszk\u00e1l\u00e1s k\u00e9sz +message.search.notfound=Karakterl\u00e1nc "%searchtext%" nem tal\u00e1lhat\u00f3. +message.search.notfound.title=Nem tal\u00e1lhat\u00f3 +message.rename.notfound.multiname=Multiname nem tal\u00e1lkat\u00f3 a kurzor alatt +message.rename.notfound.identifier=Azonos\u00edt\u00f3 nem tal\u00e1lhat\u00f3 a kurzor alatt +message.rename.notfound.title=Nem tal\u00e1lhat\u00f3 +message.rename.renamed=%count% azonos\u00edt\u00f3 \u00e1tnevezve +filter.images=K\u00e9pek (%extensions%) +filter.fla=%version% Dokumentum (*.fla) +filter.xfl=%version% T\u00f6m\u00f6r\u00edtetlen dokumentum (*.xfl) +filter.swf=SWF f\u00e1ljok (*.swf) +error=Hiba +error.image.invalid=\u00c9rv\u00e9nytelen k\u00e9p. +error.text.invalid=\u00c9rv\u00e9nytelen sz\u00f6veg: %text% a %line%. sorban +error.file.save=A f\u00e1jl nem menthet\u0151 +error.file.write=A f\u00e1lj nem \u00edrhat\u00f3 +error.export=Hiba export\u00e1l\u00e1s k\u00f6zben +export.select.directory=V\u00e1lassza ki a mapp\u00e1t az export\u00e1l\u00e1shoz +export.finishedin=%time% alatt export\u00e1lva +update.check.title=Friss\u00edt\u00e9s ellen\u0151rz\u00e9se +update.check.nonewversion=\u00dajabb verzi\u00f3 nem el\u00e9rhet\u0151. +message.helpus=Tov\u00e1bbi r\u00e9szletek\u00e9rt k\u00e9rem l\u00e1togassa meg a(z)\r\n%url%\r\nweboldalt. +message.homepage=L\u00e1togassa meg a honlapot a k\u00f6vetkez\u0151 c\u00edmen: \r\n%url% +proxy=Proxy +proxy.start=Proxy elind\u00edt\u00e1sa +proxy.stop=Proxy le\u00e1ll\u00edt\u00e1sa +proxy.show=Proxy megjelen\u00edt\u00e9se +exit=Kil\u00e9p\u00e9s +panel.disassembled=P-code forr\u00e1s +panel.decompiled=ActionScript forr\u00e1s +search.info="%text%" sz\u00f6veg keres\u00e9se: +search.script=Szkript +constants=Konstansok +traits=Jellemz\u0151k +pleasewait=K\u00e9rem v\u00e1rjon +abc.detail.methodtrait=Met\u00f3dus/Getter/Setter Jellemz\u0151 +abc.detail.unsupported=- +abc.detail.slotconsttrait=Slot/Konstans Jellemz\u0151 +abc.detail.traitname=N\u00e9v: +abc.detail.body.params.maxstack=Maximum stack: +abc.detail.body.params.localregcount=Lok\u00e1lis regiszterek sz\u00e1ma: +abc.detail.body.params.minscope=\u00c9rv\u00e9nyess\u00e9gi k\u00f6r minimum m\u00e9lys\u00e9ge: +abc.detail.body.params.maxscope=\u00c9rv\u00e9nyess\u00e9gi k\u00f6r maximum m\u00e9lys\u00e9ge: +abc.detail.body.params.autofill=Automatikus kit\u00f6lt\u00e9s k\u00f3d ment\u00e9sekor (GLOB\u00c1LIS BE\u00c1LL\u00cdT\u00c1S) +abc.detail.body.params.autofill.experimental=...K\u00cdS\u00c9RLETI +abc.detail.methodinfo.methodindex=Met\u00f3dus Index: +abc.detail.methodinfo.parameters=Param\u00e9terek: +abc.detail.methodinfo.returnvalue=Visszat\u00e9r\u00e9si \u00e9rt\u00e9k t\u00edpusa: +error.methodinfo.params=MethodInfo Param\u00e9ter Hiba +error.methodinfo.returnvalue=MethodInfo Visszat\u00e9r\u00e9si \u00e9rt\u00e9k Hiba +abc.detail.methodinfo=MethodInfo +abc.detail.body.code=MethodBody K\u00f3d +abc.detail.body.params=MethodBody param\u00e9terek +abc.detail.slotconst.typevalue=T\u00edpus \u00e9s \u00c9rt\u00e9k: +error.slotconst.typevalue=SlotConst t\u00edpus\u00e9rt\u00e9k Hiba +message.autofill.failed=K\u00f3d statisztika nem el\u00e9rhet\u0151 az automatikus t\u00f6rzs param\u00e9terekhez.\r\nVegye ki a pip\u00e1t az az automatikus kit\u00f6lt\u00e9s mell\u0151l ennek az \u00fczenetnek az elker\u00fcl\u00e9s\u00e9hez. +info.selecttrait=V\u00e1lasszon ki egy oszt\u00e1lyt \u00e9s kattintson egy jellemz\u0151re az ActionScript forr\u00e1sban a szerkeszt\u00e9shez. +button.viewgraph=Gr\u00e1f mutat\u00e1sa +button.viewhex=Hexa mutat\u00e1sa +action.edit.experimental=(K\u00eds\u00e9rleti) +message.action.saved=K\u00f3d sikeresen lementve +error.action.save=%error% a %line%. sorban +message.confirm.remove=Biztos benne, hogy t\u00f6r\u00f6lni k\u00edv\u00e1nja a %item%-t \n \u00e9s az \u00f6sszes t\u0151le f\u00fcgg\u0151 objektumot ? #after version 1.6.5u1: - -button.ok = OK - -font.name = Bet\u0171t\u00edpus neve: -font.isbold = F\u00e9lk\u00f6v\u00e9r: -font.isitalic = D\u0151lt: -font.ascent = Fels\u0151 index: -font.descent = Als\u00f3 index: -font.leading = Sork\u00f6z: -font.characters = Karakterek: -font.characters.add = Karakter hozz\u00e1ad\u00e1sa: -value.unknown = ? - -yes = igen -no = nem - -errors.present = HIB\u00c1K vannak a napl\u00f3ban. Kattintson ide a megjelen\u00edt\u00e9shez. -errors.none = Nincsenek hib\u00e1k a napl\u00f3ban - +button.ok=OK +font.name=Bet\u0171t\u00edpus neve: +font.isbold=F\u00e9lk\u00f6v\u00e9r: +font.isitalic=D\u0151lt: +font.ascent=Fels\u0151 index: +font.descent=Als\u00f3 index: +font.leading=Sork\u00f6z: +font.characters=Karakterek: +font.characters.add=Karakter hozz\u00e1ad\u00e1sa: +value.unknown=? +yes=igen +no=nem +errors.present=HIB\u00c1K vannak a napl\u00f3ban. Kattintson ide a megjelen\u00edt\u00e9shez. +errors.none=Nincsenek hib\u00e1k a napl\u00f3ban #after version 1.6.6: - -dialog.message.title = \u00dczenet -dialog.select.title = V\u00e1lasszon egy lehet\u0151s\u00e9get - -button.yes = Igen -button.no = Nem - -FileChooser.openButtonText = Megnyit\u00e1s -FileChooser.openButtonToolTipText = Megnyit\u00e1s -FileChooser.lookInLabelText = Keres\u00e9s ebben: -FileChooser.acceptAllFileFilterText = Minden f\u00e1jlt\u00edpus -FileChooser.filesOfTypeLabelText = A k\u00f6vetkez\u0151 t\u00edpus\u00fa f\u00e1jlok: -FileChooser.fileNameLabelText = F\u00e1jln\u00e9v: -FileChooser.listViewButtonToolTipText = Lista -FileChooser.listViewButtonAccessibleName = Lista -FileChooser.detailsViewButtonToolTipText = R\u00e9szletek -FileChooser.detailsViewButtonAccessibleName = R\u00e9szletek -FileChooser.upFolderToolTipText = Egy szinttel feljebb -FileChooser.upFolderAccessibleName = Egy szinttel feljebb -FileChooser.homeFolderToolTipText = Otthon -FileChooser.homeFolderAccessibleName = Otthon -FileChooser.fileNameHeaderText = N\u00e9v -FileChooser.fileSizeHeaderText = M\u00e9ret -FileChooser.fileTypeHeaderText = T\u00edpus -FileChooser.fileDateHeaderText = D\u00e1tum -FileChooser.fileAttrHeaderText = Tulajdons\u00e1gok -FileChooser.openDialogTitleText = Megnyit\u00e1s -FileChooser.directoryDescriptionText = K\u00f6nyvt\u00e1r -FileChooser.directoryOpenButtonText = Megnyit\u00e1s -FileChooser.directoryOpenButtonToolTipText = A kiv\u00e1lasztott k\u00f6nyvt\u00e1r megnyit\u00e1sa -FileChooser.fileDescriptionText = \u00c1ltal\u00e1nos f\u00e1jl -FileChooser.helpButtonText = S\u00fag\u00f3 -FileChooser.helpButtonToolTipText = FileChooser s\u00fag\u00f3 -FileChooser.newFolderAccessibleName = \u00daj mappa -FileChooser.newFolderErrorText = Hiba az \u00faj mappa l\u00e9trehoz\u00e1sakor -FileChooser.newFolderToolTipText = \u00daj mappa l\u00e9trehoz\u00e1sa -FileChooser.other.newFolder = \u00dajMappa -FileChooser.other.newFolder.subsequent = \u00dajMappa.{0} -FileChooser.win32.newFolder = \u00daj mappa -FileChooser.win32.newFolder.subsequent = \u00daj Mappa ({0}) -FileChooser.saveButtonText = Ment\u00e9s -FileChooser.saveButtonToolTipText = Kijel\u00f6lt f\u00e1jl ment\u00e9se -FileChooser.saveDialogTitleText = Ment\u00e9s -FileChooser.saveInLabelText = Ment\u00e9s ide: -FileChooser.updateButtonText = Friss\u00edt\u00e9s -FileChooser.updateButtonToolTipText = K\u00f6nyvt\u00e1r lista friss\u00edt\u00e9se - +dialog.message.title=\u00dczenet +dialog.select.title=V\u00e1lasszon egy lehet\u0151s\u00e9get +button.yes=Igen +button.no=Nem +FileChooser.openButtonText=Megnyit\u00e1s +FileChooser.openButtonToolTipText=Megnyit\u00e1s +FileChooser.lookInLabelText=Keres\u00e9s ebben: +FileChooser.acceptAllFileFilterText=Minden f\u00e1jlt\u00edpus +FileChooser.filesOfTypeLabelText=A k\u00f6vetkez\u0151 t\u00edpus\u00fa f\u00e1jlok: +FileChooser.fileNameLabelText=F\u00e1jln\u00e9v: +FileChooser.listViewButtonToolTipText=Lista +FileChooser.listViewButtonAccessibleName=Lista +FileChooser.detailsViewButtonToolTipText=R\u00e9szletek +FileChooser.detailsViewButtonAccessibleName=R\u00e9szletek +FileChooser.upFolderToolTipText=Egy szinttel feljebb +FileChooser.upFolderAccessibleName=Egy szinttel feljebb +FileChooser.homeFolderToolTipText=Otthon +FileChooser.homeFolderAccessibleName=Otthon +FileChooser.fileNameHeaderText=N\u00e9v +FileChooser.fileSizeHeaderText=M\u00e9ret +FileChooser.fileTypeHeaderText=T\u00edpus +FileChooser.fileDateHeaderText=D\u00e1tum +FileChooser.fileAttrHeaderText=Tulajdons\u00e1gok +FileChooser.openDialogTitleText=Megnyit\u00e1s +FileChooser.directoryDescriptionText=K\u00f6nyvt\u00e1r +FileChooser.directoryOpenButtonText=Megnyit\u00e1s +FileChooser.directoryOpenButtonToolTipText=A kiv\u00e1lasztott k\u00f6nyvt\u00e1r megnyit\u00e1sa +FileChooser.fileDescriptionText=\u00c1ltal\u00e1nos f\u00e1jl +FileChooser.helpButtonText=S\u00fag\u00f3 +FileChooser.helpButtonToolTipText=FileChooser s\u00fag\u00f3 +FileChooser.newFolderAccessibleName=\u00daj mappa +FileChooser.newFolderErrorText=Hiba az \u00faj mappa l\u00e9trehoz\u00e1sakor +FileChooser.newFolderToolTipText=\u00daj mappa l\u00e9trehoz\u00e1sa +FileChooser.other.newFolder=\u00dajMappa +FileChooser.other.newFolder.subsequent=\u00dajMappa.{0} +FileChooser.win32.newFolder=\u00daj mappa +FileChooser.win32.newFolder.subsequent=\u00daj Mappa ({0}) +FileChooser.saveButtonText=Ment\u00e9s +FileChooser.saveButtonToolTipText=Kijel\u00f6lt f\u00e1jl ment\u00e9se +FileChooser.saveDialogTitleText=Ment\u00e9s +FileChooser.saveInLabelText=Ment\u00e9s ide: +FileChooser.updateButtonText=Friss\u00edt\u00e9s +FileChooser.updateButtonToolTipText=K\u00f6nyvt\u00e1r lista friss\u00edt\u00e9se #after version 1.6.6u2: - -FileChooser.detailsViewActionLabel.textAndMnemonic = R\u00e9szletek -FileChooser.detailsViewButtonToolTip.textAndMnemonic = R\u00e9szletek -FileChooser.fileAttrHeader.textAndMnemonic = Attrib\u00fatumok -FileChooser.fileDateHeader.textAndMnemonic = M\u00f3dos\u00edtva -FileChooser.fileNameHeader.textAndMnemonic = N\u00e9v -FileChooser.fileNameLabel.textAndMnemonic = F\u00e1jln\u00e9v: -FileChooser.fileSizeHeader.textAndMnemonic = M\u00e9ret -FileChooser.fileTypeHeader.textAndMnemonic = T\u00edpus -FileChooser.filesOfTypeLabel.textAndMnemonic = A k\u00f6vetkez\u0151 t\u00edpus\u00fa f\u00e1jlok: -FileChooser.folderNameLabel.textAndMnemonic = Mappa neve: -FileChooser.homeFolderToolTip.textAndMnemonic = Otthon -FileChooser.listViewActionLabel.textAndMnemonic = Lista -FileChooser.listViewButtonToolTip.textAndMnemonic = Lista -FileChooser.lookInLabel.textAndMnemonic = Keres\u00e9s ebben: -FileChooser.newFolderActionLabel.textAndMnemonic = \u00daj mappa -FileChooser.newFolderToolTip.textAndMnemonic = \u00daj mappa l\u00e9trehoz\u00e1sa -FileChooser.refreshActionLabel.textAndMnemonic = Friss\u00edt\u00e9s -FileChooser.saveInLabel.textAndMnemonic = Ment\u00e9s ide: -FileChooser.upFolderToolTip.textAndMnemonic = Egy szinttel feljebb -FileChooser.viewMenuButtonAccessibleName = N\u00e9zet men\u00fc -FileChooser.viewMenuButtonToolTipText = N\u00e9zet men\u00fc -FileChooser.viewMenuLabel.textAndMnemonic = N\u00e9zet -FileChooser.newFolderActionLabelText = \u00daj mappa -FileChooser.listViewActionLabelText = Lista -FileChooser.detailsViewActionLabelText = R\u00e9szletek -FileChooser.refreshActionLabelText = Friss\u00edt\u00e9s -FileChooser.sortMenuLabelText = Ikonok sorbarendez\u00e9se a k\u00f6vetkez\u0151 alapj\u00e1n: -FileChooser.viewMenuLabelText = N\u00e9zet -FileChooser.fileSizeKiloBytes = {0} KB -FileChooser.fileSizeMegaBytes = {0} MB -FileChooser.fileSizeGigaBytes = {0} GB -FileChooser.folderNameLabelText = Mappa neve: - -error.occured = Hiba t\u00f6rt\u00e9nt : %error% -button.abort = Megszak\u00edt -button.retry = Ism\u00e9t -button.ignore = Mell\u0151z - -font.source = Forr\u00e1s bet\u0171t\u00edpus: - +FileChooser.detailsViewActionLabel.textAndMnemonic=R\u00e9szletek +FileChooser.detailsViewButtonToolTip.textAndMnemonic=R\u00e9szletek +FileChooser.fileAttrHeader.textAndMnemonic=Attrib\u00fatumok +FileChooser.fileDateHeader.textAndMnemonic=M\u00f3dos\u00edtva +FileChooser.fileNameHeader.textAndMnemonic=N\u00e9v +FileChooser.fileNameLabel.textAndMnemonic=F\u00e1jln\u00e9v: +FileChooser.fileSizeHeader.textAndMnemonic=M\u00e9ret +FileChooser.fileTypeHeader.textAndMnemonic=T\u00edpus +FileChooser.filesOfTypeLabel.textAndMnemonic=A k\u00f6vetkez\u0151 t\u00edpus\u00fa f\u00e1jlok: +FileChooser.folderNameLabel.textAndMnemonic=Mappa neve: +FileChooser.homeFolderToolTip.textAndMnemonic=Otthon +FileChooser.listViewActionLabel.textAndMnemonic=Lista +FileChooser.listViewButtonToolTip.textAndMnemonic=Lista +FileChooser.lookInLabel.textAndMnemonic=Keres\u00e9s ebben: +FileChooser.newFolderActionLabel.textAndMnemonic=\u00daj mappa +FileChooser.newFolderToolTip.textAndMnemonic=\u00daj mappa l\u00e9trehoz\u00e1sa +FileChooser.refreshActionLabel.textAndMnemonic=Friss\u00edt\u00e9s +FileChooser.saveInLabel.textAndMnemonic=Ment\u00e9s ide: +FileChooser.upFolderToolTip.textAndMnemonic=Egy szinttel feljebb +FileChooser.viewMenuButtonAccessibleName=N\u00e9zet men\u00fc +FileChooser.viewMenuButtonToolTipText=N\u00e9zet men\u00fc +FileChooser.viewMenuLabel.textAndMnemonic=N\u00e9zet +FileChooser.newFolderActionLabelText=\u00daj mappa +FileChooser.listViewActionLabelText=Lista +FileChooser.detailsViewActionLabelText=R\u00e9szletek +FileChooser.refreshActionLabelText=Friss\u00edt\u00e9s +FileChooser.sortMenuLabelText=Ikonok sorbarendez\u00e9se a k\u00f6vetkez\u0151 alapj\u00e1n: +FileChooser.viewMenuLabelText=N\u00e9zet +FileChooser.fileSizeKiloBytes={0} KB +FileChooser.fileSizeMegaBytes={0} MB +FileChooser.fileSizeGigaBytes={0} GB +FileChooser.folderNameLabelText=Mappa neve: +error.occured=Hiba t\u00f6rt\u00e9nt : %error% +button.abort=Megszak\u00edt +button.retry=Ism\u00e9t +button.ignore=Mell\u0151z +font.source=Forr\u00e1s bet\u0171t\u00edpus: #after version 1.6.7: - -menu.export = Export\u00e1l\u00e1s -menu.general = \u00c1ltal\u00e1nos -menu.language = Nyelv - -startup.welcometo = \u00dcdv\u00f6zli a -startup.selectopen = A kezd\u00e9shez kattintson a megnyit\u00e1s ikonra a fels\u0151 panelen, vagy h\u00fazzon egy SWF f\u00e1jlt ebbe az ablakba. - -error.font.nocharacter = A kiv\u00e1lasztott forr\u00e1s bet\u0171t\u00edpus nem tartalmazza a "%char%" karaktert. - -warning.initializers = A statikus mez\u0151k \u00e9s konstansok gyakran az initializerekben vannak inicializ\u00e1lva.\nAz \u00e9rt\u00e9k szerkeszt\u00e9se csak itt \u00e1ltal\u00e1ban nem elegend\u0151! - +menu.export=Export\u00e1l\u00e1s +menu.general=\u00c1ltal\u00e1nos +menu.language=Nyelv +startup.welcometo=\u00dcdv\u00f6zli a +startup.selectopen=A kezd\u00e9shez kattintson a megnyit\u00e1s ikonra a fels\u0151 panelen, vagy h\u00fazzon egy SWF f\u00e1jlt ebbe az ablakba. +error.font.nocharacter=A kiv\u00e1lasztott forr\u00e1s bet\u0171t\u00edpus nem tartalmazza a "%char%" karaktert. +warning.initializers=A statikus mez\u0151k \u00e9s konstansok gyakran az initializerekben vannak inicializ\u00e1lva.\nAz \u00e9rt\u00e9k szerkeszt\u00e9se csak itt \u00e1ltal\u00e1ban nem elegend\u0151! #after version 1.7.0u1: - -menu.tools.searchMemory = SWF-ek keres\u00e9se a mem\u00f3ri\u00e1ban -menu.file.reload = \u00dajrat\u00f6lt\u00e9s -message.confirm.reload = Ez a m\u0171velet visszavonja az \u00f6sszes nem mentett v\u00e1ltoz\u00e1st \u00e9s \u00fajrat\u00f6lti az SWF f\u00e1jlt.\nSzeretn\u00e9 folytatni? - -dialog.selectbkcolor.title = V\u00e1lassza ki a h\u00e1tt\u00e9rsz\u00ednt az SWF megjelen\u00edt\u00e9s\u00e9hez -button.selectbkcolor.hint = H\u00e1tt\u00e9rsz\u00edn kiv\u00e1laszt\u00e1sa - -ColorChooser.okText = OK -ColorChooser.cancelText = M\u00e9gsem -ColorChooser.resetText = Alaphelyzet -ColorChooser.previewText = El\u0151n\u00e9zet -ColorChooser.swatchesNameText = Mint\u00e1k -ColorChooser.swatchesRecentText = El\u0151zm\u00e9nyek: -ColorChooser.sampleText = Minta Sz\u00f6veg Minta Sz\u00f6veg - +menu.tools.searchMemory=SWF-ek keres\u00e9se a mem\u00f3ri\u00e1ban +menu.file.reload=\u00dajrat\u00f6lt\u00e9s +message.confirm.reload=Ez a m\u0171velet visszavonja az \u00f6sszes nem mentett v\u00e1ltoz\u00e1st \u00e9s \u00fajrat\u00f6lti az SWF f\u00e1jlt.\nSzeretn\u00e9 folytatni? +dialog.selectbkcolor.title=V\u00e1lassza ki a h\u00e1tt\u00e9rsz\u00ednt az SWF megjelen\u00edt\u00e9s\u00e9hez +button.selectbkcolor.hint=H\u00e1tt\u00e9rsz\u00edn kiv\u00e1laszt\u00e1sa +ColorChooser.okText=OK +ColorChooser.cancelText=M\u00e9gsem +ColorChooser.resetText=Alaphelyzet +ColorChooser.previewText=El\u0151n\u00e9zet +ColorChooser.swatchesNameText=Mint\u00e1k +ColorChooser.swatchesRecentText=El\u0151zm\u00e9nyek: +ColorChooser.sampleText=Minta Sz\u00f6veg Minta Sz\u00f6veg #after version 1.7.1: - -preview.play = Lej\u00e1tsz\u00e1s -preview.pause = Sz\u00fcnet -preview.stop = Meg\u00e1ll\u00edt\u00e1s - -message.confirm.removemultiple = Biztos benne, hogy t\u00f6r\u00f6lni k\u00edv\u00e1nja a %count% elemet\n \u00e9s az \u00f6sszes t\u0151le f\u00fcgg\u0151 objektumot ? - -menu.tools.searchCache = Keres\u00e9s a b\u00f6ng\u00e9sz\u0151 gyors\u00edt\u00f3t\u00e1r\u00e1ban - +preview.play=Lej\u00e1tsz\u00e1s +preview.pause=Sz\u00fcnet +preview.stop=Meg\u00e1ll\u00edt\u00e1s +message.confirm.removemultiple=Biztos benne, hogy t\u00f6r\u00f6lni k\u00edv\u00e1nja a %count% elemet\n \u00e9s az \u00f6sszes t\u0151le f\u00fcgg\u0151 objektumot ? +menu.tools.searchCache=Keres\u00e9s a b\u00f6ng\u00e9sz\u0151 gyors\u00edt\u00f3t\u00e1r\u00e1ban #after version 1.7.2u2 - -error.trait.exists = "%name%" nev\u0171 jellemz\u0151 m\u00e1r l\u00e9tezik. -button.addtrait = Jellemz\u0151 hozz\u00e1ad\u00e1sa -button.font.embed = Be\u00e1gyaz... -button.yes.all = Mind -button.no.all = Egyik sem -message.font.add.exists = %char% karakter m\u00e1r l\u00e9tezik a bet\u0171t\u00edpus tagben.\nSzeretn\u00e9 lecser\u00e9lni? - -filter.gfx = ScaleForm GFx f\u00e1jlok (*.gfx) -filter.supported = Minden t\u00e1mogatott f\u00e1jlt\u00edpus -work.canceled = Megszak\u00edtva -work.restoringControlFlow = Vez\u00e9rl\u00e9si-folyam helyre\u00e1ll\u00edt\u00e1s -menu.advancedsettings.advancedsettings = Halad\u00f3 be\u00e1ll\u00edt\u00e1sok -menu.recentFiles = El\u0151zm\u00e9nyek - +error.trait.exists="%name%" nev\u0171 jellemz\u0151 m\u00e1r l\u00e9tezik. +button.addtrait=Jellemz\u0151 hozz\u00e1ad\u00e1sa +button.font.embed=Be\u00e1gyaz... +button.yes.all=Mind +button.no.all=Egyik sem +message.font.add.exists=%char% karakter m\u00e1r l\u00e9tezik a bet\u0171t\u00edpus tagben.\nSzeretn\u00e9 lecser\u00e9lni? +filter.gfx=ScaleForm GFx f\u00e1jlok (*.gfx) +filter.supported=Minden t\u00e1mogatott f\u00e1jlt\u00edpus +work.canceled=Megszak\u00edtva +work.restoringControlFlow=Vez\u00e9rl\u00e9si-folyam helyre\u00e1ll\u00edt\u00e1s +menu.advancedsettings.advancedsettings=Halad\u00f3 be\u00e1ll\u00edt\u00e1sok +menu.recentFiles=El\u0151zm\u00e9nyek #after version 1.7.4 -work.restoringControlFlow.complete = Vez\u00e9rl\u00e9si-folyam helyre\u00e1ll\u00edt\u00e1s befejez\u0151d\u00f6tt -message.confirm.recentFileNotFound = F\u00e1jl nem tal\u00e1lhat\u00f3. Szeretn\u00e9 elt\u00e1vol\u00edtani az el\u0151zm\u00e9nyek k\u00f6z\u00fcl? -contextmenu.closeSwf = SWF bez\u00e1r\u00e1sa -menu.settings.autoRenameIdentifiers = Azonos\u00edt\u00f3k automatikus \u00e1tnevez\u00e9se -menu.file.saveasexe = Ment\u00e9s Exe-k\u00e9nt... -filter.exe = Futtathat\u00f3 f\u00e1jlok (*.exe) - +work.restoringControlFlow.complete=Vez\u00e9rl\u00e9si-folyam helyre\u00e1ll\u00edt\u00e1s befejez\u0151d\u00f6tt +message.confirm.recentFileNotFound=F\u00e1jl nem tal\u00e1lhat\u00f3. Szeretn\u00e9 elt\u00e1vol\u00edtani az el\u0151zm\u00e9nyek k\u00f6z\u00fcl? +contextmenu.closeSwf=SWF bez\u00e1r\u00e1sa +menu.settings.autoRenameIdentifiers=Azonos\u00edt\u00f3k automatikus \u00e1tnevez\u00e9se +menu.file.saveasexe=Ment\u00e9s Exe-k\u00e9nt... +filter.exe=Futtathat\u00f3 f\u00e1jlok (*.exe) #after version 1.8.0 -font.updateTexts = Sz\u00f6vegek friss\u00edt\u00e9se - +font.updateTexts=Sz\u00f6vegek friss\u00edt\u00e9se #after version 1.8.0u1 -menu.file.close = Bez\u00e1r\u00e1s -menu.file.closeAll = Minden bez\u00e1r\u00e1sa -menu.tools.otherTools = Egy\u00e9b -menu.tools.otherTools.clearRecentFiles = El\u0151zm\u00e9nyek t\u00f6rl\u00e9se -fontName.name = Bet\u0171t\u00edpus megjelen\u00edtett neve: -fontName.copyright = Bet\u0171t\u00edpus szerz\u0151i jog: -button.preview = El\u0151n\u00e9zet -button.reset = Alaphelyzetbe \u00e1ll\u00edt -errors.info = INFORM\u00c1CI\u00d3K vannak a napl\u00f3ban. Kattintson ide a megjelen\u00edt\u00e9shez. -errors.warning = FIGYELMEZTET\u00c9SEK vannak a napl\u00f3ban. Kattintson ide a megjelen\u00edt\u00e9shez. - -decompilationError = Visszaford\u00edt\u00e1si hiba - -disassemblingProgress.toString = Karakterl\u00e1ncc\u00e1 alak\u00edt\u00e1s -disassemblingProgress.reading = Olvas\u00e1s -disassemblingProgress.deobfuscating = Deobfuszk\u00e1l\u00e1s - -contextmenu.moveTag = \u00c1thelyez\u00e9s ide - -filter.swc = SWC komponens f\u00e1jlok (*.swc) -filter.zip = ZIP t\u00f6m\u00f6r\u00edtett f\u00e1jlok (*.zip) -filter.binary = Bin\u00e1ris keres\u00e9s - minden f\u00e1jl (*.*) - -open.error = Hiba -open.error.fileNotFound = F\u00e1jl nem tal\u00e1lhat\u00f3 -open.error.cannotOpen = Nem lehet megnyitni a f\u00e1jlt - -node.others = egyebek - +menu.file.close=Bez\u00e1r\u00e1s +menu.file.closeAll=Minden bez\u00e1r\u00e1sa +menu.tools.otherTools=Egy\u00e9b +menu.tools.otherTools.clearRecentFiles=El\u0151zm\u00e9nyek t\u00f6rl\u00e9se +fontName.name=Bet\u0171t\u00edpus megjelen\u00edtett neve: +fontName.copyright=Bet\u0171t\u00edpus szerz\u0151i jog: +button.preview=El\u0151n\u00e9zet +button.reset=Alaphelyzetbe \u00e1ll\u00edt +errors.info=INFORM\u00c1CI\u00d3K vannak a napl\u00f3ban. Kattintson ide a megjelen\u00edt\u00e9shez. +errors.warning=FIGYELMEZTET\u00c9SEK vannak a napl\u00f3ban. Kattintson ide a megjelen\u00edt\u00e9shez. +decompilationError=Visszaford\u00edt\u00e1si hiba +disassemblingProgress.toString=Karakterl\u00e1ncc\u00e1 alak\u00edt\u00e1s +disassemblingProgress.reading=Olvas\u00e1s +disassemblingProgress.deobfuscating=Deobfuszk\u00e1l\u00e1s +contextmenu.moveTag=\u00c1thelyez\u00e9s ide +filter.swc=SWC komponens f\u00e1jlok (*.swc) +filter.zip=ZIP t\u00f6m\u00f6r\u00edtett f\u00e1jlok (*.zip) +filter.binary=Bin\u00e1ris keres\u00e9s - minden f\u00e1jl (*.*) +open.error=Hiba +open.error.fileNotFound=F\u00e1jl nem tal\u00e1lhat\u00f3 +open.error.cannotOpen=Nem lehet megnyitni a f\u00e1jlt +node.others=egyebek #after version 1.8.1 -menu.tools.search = Sz\u00f6veg keres\u00e9s - +menu.tools.search=Sz\u00f6veg keres\u00e9s #after version 1.8.1u1 -menu.tools.timeline = Id\u0151vonal - -dialog.selectcolor.title = Sz\u00edn kiv\u00e1laszt\u00e1sa -button.selectcolor.hint = Kattintson a sz\u00edn kiv\u00e1laszt\u00e1s\u00e1hoz - +menu.tools.timeline=Id\u0151vonal +dialog.selectcolor.title=Sz\u00edn kiv\u00e1laszt\u00e1sa +button.selectcolor.hint=Kattintson a sz\u00edn kiv\u00e1laszt\u00e1s\u00e1hoz #default item name, will be used in following sentences -generictag.array.item = Elem -generictag.array.insertbeginning = %item% besz\u00far\u00e1sa az elej\u00e9re -generictag.array.insertbefore = %item% besz\u00far\u00e1sa el\u00e9 -generictag.array.remove = %item% t\u00f6rl\u00e9se -generictag.array.insertafter = %item% besz\u00far\u00e1sa m\u00f6g\u00e9 -generictag.array.insertend = %item% besz\u00far\u00e1sa a v\u00e9g\u00e9re - +generictag.array.item=Elem +generictag.array.insertbeginning=%item% besz\u00far\u00e1sa az elej\u00e9re +generictag.array.insertbefore=%item% besz\u00far\u00e1sa el\u00e9 +generictag.array.remove=%item% t\u00f6rl\u00e9se +generictag.array.insertafter=%item% besz\u00far\u00e1sa m\u00f6g\u00e9 +generictag.array.insertend=%item% besz\u00far\u00e1sa a v\u00e9g\u00e9re #after version 2.0.0 -contextmenu.expandAll = Mindent kinyit - -filter.sounds = T\u00e1mogatott hang form\u00e1tumok (*.wav, *.mp3) -filter.sounds.wav = Hanghull\u00e1m form\u00e1tum (*.wav) -filter.sounds.mp3 = MP3 t\u00f6m\u00f6r\u00edtett form\u00e1tum (*.mp3) - -error.sound.invalid = \u00c9rv\u00e9nytelen hang. - -button.prev = El\u0151z\u0151 -button.next = K\u00f6vetkez\u0151 - +contextmenu.expandAll=Mindent kinyit +filter.sounds=T\u00e1mogatott hang form\u00e1tumok (*.wav, *.mp3) +filter.sounds.wav=Hanghull\u00e1m form\u00e1tum (*.wav) +filter.sounds.mp3=MP3 t\u00f6m\u00f6r\u00edtett form\u00e1tum (*.mp3) +error.sound.invalid=\u00c9rv\u00e9nytelen hang. +button.prev=El\u0151z\u0151 +button.next=K\u00f6vetkez\u0151 #after version 2.1.0 -message.action.playerglobal.title = PlayerGlobal k\u00f6nyvt\u00e1r sz\u00fcks\u00e9ges -message.action.playerglobal.needed = Az ActionScript 3 k\u00f6zvetlen szerkeszt\u00e9s\u00e9hez a "PlayerGlobal.swc" nev\u0171 k\u00f6nyvt\u00e1rra van sz\u00fcks\u00e9g, melyet az Adobe honlapj\u00e1r\u00f3l lehet let\u00f6lteni.\r\n%adobehomepage%\r\nNyomjon OK-t a let\u00f6lt\u00e9si oldal megnyit\u00e1s\u00e1hoz. -message.action.playerglobal.place = T\u00f6ltse le a PlayerGlobal(.swc) nev\u0171 k\u00f6nyvt\u00e1rat \u00e9s helyezze el a k\u00f6vetkez\u0151 mapp\u00e1ban:\r\n%libpath%\r\n Nyomjon OK-t a folytat\u00e1shoz. - -message.confirm.experimental.function = Ez egy K\u00cdS\u00c9RLETI funkci\u00f3. Ez azt jelenti, hogy nem szabad megb\u00edzni az eredm\u00e9ny\u00e9ben \u00e9s az SWF file m\u0171k\u00f6d\u00e9sk\u00e9ptelen lehet a ment\u00e9s ut\u00e1n. -message.confirm.donotshowagain = Ne mutassa \u00fajra - -menu.import = Import\u00e1l\u00e1s -menu.file.import.text = Sz\u00f6veg import\u00e1l\u00e1sa -import.select.directory = V\u00e1lassza ki a mapp\u00e1t az import\u00e1l\u00e1shoz -error.text.import = Hiba sz\u00f6veg import\u00e1l\u00e1s k\u00f6zben. Folytatja? - +message.action.playerglobal.title=PlayerGlobal k\u00f6nyvt\u00e1r sz\u00fcks\u00e9ges +message.action.playerglobal.needed=Az ActionScript 3 k\u00f6zvetlen szerkeszt\u00e9s\u00e9hez a "PlayerGlobal.swc" nev\u0171 k\u00f6nyvt\u00e1rra van sz\u00fcks\u00e9g, melyet az Adobe honlapj\u00e1r\u00f3l lehet let\u00f6lteni.\r\n%adobehomepage%\r\nNyomjon OK-t a let\u00f6lt\u00e9si oldal megnyit\u00e1s\u00e1hoz. +message.action.playerglobal.place=T\u00f6ltse le a PlayerGlobal(.swc) nev\u0171 k\u00f6nyvt\u00e1rat \u00e9s helyezze el a k\u00f6vetkez\u0151 mapp\u00e1ban:\r\n%libpath%\r\n Nyomjon OK-t a folytat\u00e1shoz. +message.confirm.experimental.function=Ez egy K\u00cdS\u00c9RLETI funkci\u00f3. Ez azt jelenti, hogy nem szabad megb\u00edzni az eredm\u00e9ny\u00e9ben \u00e9s az SWF file m\u0171k\u00f6d\u00e9sk\u00e9ptelen lehet a ment\u00e9s ut\u00e1n. +message.confirm.donotshowagain=Ne mutassa \u00fajra +menu.import=Import\u00e1l\u00e1s +menu.file.import.text=Sz\u00f6veg import\u00e1l\u00e1sa +import.select.directory=V\u00e1lassza ki a mapp\u00e1t az import\u00e1l\u00e1shoz +error.text.import=Hiba sz\u00f6veg import\u00e1l\u00e1s k\u00f6zben. Folytatja? #after version 2.1.1 -contextmenu.removeWithDependencies = Elt\u00e1vol\u00edt\u00e1s a f\u00fcgg\u0151s\u00e9gekkel egy\u00fctt - -abc.action.find-usages = Haszn\u00e1l\u00f3k keres\u00e9se -abc.action.find-declaration = Deklar\u00e1ci\u00f3 keres\u00e9se - -contextmenu.rawEdit = Nyers szerkeszt\u00e9s -contextmenu.jumpToCharacter = Ugr\u00e1s a karakterhez - -menu.settings.dumpView = Dump n\u00e9zet - -menu.view = N\u00e9zet -menu.file.view.resources = Er\u0151forr\u00e1sok -menu.file.view.hex = Hexa dump - -node.header = fejl\u00e9c - -header.signature = Al\u00e1\u00edr\u00e1s: -header.compression = T\u00f6m\u00f6r\u00edt\u00e9s: -header.compression.lzma = LZMA -header.compression.zlib = ZLIB -header.compression.none = Nincs t\u00f6m\u00f6r\u00edtve -header.version = SWF Verzi\u00f3: -header.gfx = GFX: -header.filesize = F\u00e1jl m\u00e9ret: -header.framerate = K\u00e9pfriss\u00edt\u00e9s: -header.framecount = Keret sz\u00e1m: -header.displayrect = Megjelen\u00edt\u00e9si t\u00e9glalap: -header.displayrect.value.twips = %xmin%,%ymin% => %xmax%,%ymax% twip -header.displayrect.value.pixels = %xmin%,%ymin% => %xmax%,%ymax% k\u00e9ppont - +contextmenu.removeWithDependencies=Elt\u00e1vol\u00edt\u00e1s a f\u00fcgg\u0151s\u00e9gekkel egy\u00fctt +abc.action.find-usages=Haszn\u00e1l\u00f3k keres\u00e9se +abc.action.find-declaration=Deklar\u00e1ci\u00f3 keres\u00e9se +contextmenu.rawEdit=Nyers szerkeszt\u00e9s +contextmenu.jumpToCharacter=Ugr\u00e1s a karakterhez +menu.settings.dumpView=Dump n\u00e9zet +menu.view=N\u00e9zet +menu.file.view.resources=Er\u0151forr\u00e1sok +menu.file.view.hex=Hexa dump +node.header=fejl\u00e9c +header.signature=Al\u00e1\u00edr\u00e1s: +header.compression=T\u00f6m\u00f6r\u00edt\u00e9s: +header.compression.lzma=LZMA +header.compression.zlib=ZLIB +header.compression.none=Nincs t\u00f6m\u00f6r\u00edtve +header.version=SWF Verzi\u00f3: +header.gfx=GFX: +header.filesize=F\u00e1jl m\u00e9ret: +header.framerate=K\u00e9pfriss\u00edt\u00e9s: +header.framecount=Keret sz\u00e1m: +header.displayrect=Megjelen\u00edt\u00e9si t\u00e9glalap: +header.displayrect.value.twips=%xmin%,%ymin% => %xmax%,%ymax% twip +header.displayrect.value.pixels=%xmin%,%ymin% => %xmax%,%ymax% k\u00e9ppont #after version 2.1.2 -contextmenu.saveToFile = Ment\u00e9s f\u00e1jlba -contextmenu.parseActions = Action-\u00f6k elemz\u00e9se -contextmenu.parseABC = ABC elemz\u00e9se -contextmenu.parseInstructions = AVM2 utas\u00edt\u00e1sok elemz\u00e9se - +contextmenu.saveToFile=Ment\u00e9s f\u00e1jlba +contextmenu.parseActions=Action-\u00f6k elemz\u00e9se +contextmenu.parseABC=ABC elemz\u00e9se +contextmenu.parseInstructions=AVM2 utas\u00edt\u00e1sok elemz\u00e9se #after version 2.1.3 -menu.deobfuscation = Deobfuszk\u00e1l\u00e1s -menu.file.deobfuscation.old = R\u00e9gi -menu.file.deobfuscation.new = \u00daj - +menu.deobfuscation=Deobfuszk\u00e1l\u00e1s +menu.file.deobfuscation.old=R\u00e9gi +menu.file.deobfuscation.new=\u00daj #after version 2.1.4 -contextmenu.openswfinside = Bels\u0151 SWF megnyit\u00e1sa -binarydata.swfInside = \u00dagy n\u00e9z ki, hogy egy SWF van ebben a bin\u00e1ris adat tagben. Kattintson ide az al-f\u00e1ba val\u00f3 bet\u00f6lt\u00e9shez. - +contextmenu.openswfinside=Bels\u0151 SWF megnyit\u00e1sa +binarydata.swfInside=\u00dagy n\u00e9z ki, hogy egy SWF van ebben a bin\u00e1ris adat tagben. Kattintson ide az al-f\u00e1ba val\u00f3 bet\u00f6lt\u00e9shez. #after version 3.0.0 -button.zoomin.hint = Nagy\u00edt\u00e1s -button.zoomout.hint = Kicsiny\u00edt\u00e9s -button.zoomfit.hint = Kit\u00f6lt\u00e9s -button.zoomnone.hint = Eredeti m\u00e9ret -button.snapshot.hint = Pillanatk\u00e9p k\u00e9sz\u00edt\u00e9se a v\u00e1g\u00f3lapra - -editorTruncateWarning = A sz\u00f6veg le lett v\u00e1gva a %chars%. karaktern\u00e9l hibakeres\u00e9si m\u00f3dban. - -font.name.intag = Bet\u0171t\u00edpus n\u00e9v a tag-ben: - -menu.debugger = Hibakeres\u0151 -menu.debugger.switch = Hibakeres\u0151 -menu.debugger.replacetrace = "Trace" h\u00edv\u00e1sok cser\u00e9je -menu.debugger.showlog = Napl\u00f3 mutat\u00e1sa - -message.debugger = Ez az SWF Hibakeres\u0151 arra haszn\u00e1lhat\u00f3, hogy \u00fczeneteket jelen\u00edtsen meg a hibanapl\u00f3 ablakban, b\u00f6ng\u00e9sz\u0151 konzolban vagy felugr\u00f3 ablakban.\r\nNem arra lett tervezve, hogy l\u00e9p\u00e9senk\u00e9nti k\u00f3dv\u00e9grehajt\u00e1st vagy t\u00f6r\u00e9spontokat lehessen l\u00e9trehozni, stb. - -contextmenu.addTag = Tag hozz\u00e1ad\u00e1sa - -deobfuscation.comment.tryenable = Tipp: Megpr\u00f3b\u00e1lhatja bekapcsolni az "Automatikus deobfuszk\u00e1l\u00e1st" a Be\u00e1ll\u00edt\u00e1sokban -deobfuscation.comment.failed = Deobfuszk\u00e1l\u00e1s be van kapcsolva, de a visszaford\u00edt\u00e1s meghi\u00fasult. Ha a f\u00e1jl NEM obfuszk\u00e1lt kapcsolja ki az "Automatikus deobfuszk\u00e1l\u00e1st" jobb eredm\u00e9nyek el\u00e9r\u00e9se \u00e9rdek\u00e9ben. - +button.zoomin.hint=Nagy\u00edt\u00e1s +button.zoomout.hint=Kicsiny\u00edt\u00e9s +button.zoomfit.hint=Kit\u00f6lt\u00e9s +button.zoomnone.hint=Eredeti m\u00e9ret +button.snapshot.hint=Pillanatk\u00e9p k\u00e9sz\u00edt\u00e9se a v\u00e1g\u00f3lapra +editorTruncateWarning=A sz\u00f6veg le lett v\u00e1gva a %chars%. karaktern\u00e9l hibakeres\u00e9si m\u00f3dban. +font.name.intag=Bet\u0171t\u00edpus n\u00e9v a tag-ben: +menu.debugger=Hibakeres\u0151 +menu.debugger.switch=Hibakeres\u0151 +menu.debugger.replacetrace="Trace" h\u00edv\u00e1sok cser\u00e9je +menu.debugger.showlog=Napl\u00f3 mutat\u00e1sa +message.debugger=Ez az SWF Hibakeres\u0151 arra haszn\u00e1lhat\u00f3, hogy \u00fczeneteket jelen\u00edtsen meg a hibanapl\u00f3 ablakban, b\u00f6ng\u00e9sz\u0151 konzolban vagy felugr\u00f3 ablakban.\r\nNem arra lett tervezve, hogy l\u00e9p\u00e9senk\u00e9nti k\u00f3dv\u00e9grehajt\u00e1st vagy t\u00f6r\u00e9spontokat lehessen l\u00e9trehozni, stb. +contextmenu.addTag=Tag hozz\u00e1ad\u00e1sa +deobfuscation.comment.tryenable=Tipp: Megpr\u00f3b\u00e1lhatja bekapcsolni az "Automatikus deobfuszk\u00e1l\u00e1st" a Be\u00e1ll\u00edt\u00e1sokban +deobfuscation.comment.failed=Deobfuszk\u00e1l\u00e1s be van kapcsolva, de a visszaford\u00edt\u00e1s meghi\u00fasult. Ha a f\u00e1jl NEM obfuszk\u00e1lt kapcsolja ki az "Automatikus deobfuszk\u00e1l\u00e1st" jobb eredm\u00e9nyek el\u00e9r\u00e9se \u00e9rdek\u00e9ben. #after version 4.0.2 -preview.nextframe = K\u00f6vetkez\u0151 keret -preview.prevframe = El\u0151z\u0151 keret -preview.gotoframe = Keretre ugr\u00e1s... - -preview.gotoframe.dialog.title = Keretre ugr\u00e1s -preview.gotoframe.dialog.message = \u00cdrja be a keret sz\u00e1m\u00e1t (%min% - %max%) -preview.gotoframe.dialog.frame.error = Hib\u00e1s keret sz\u00e1m. A k\u00f6vetkez\u0151 \u00e9rt\u00e9kek k\u00f6z\u00f6tt kell lennie: %min% \u00e9s %max%. - -error.text.invalid.continue = Hib\u00e1s sz\u00f6veg: %text% a %line%. sorban. Folytatja? - +preview.nextframe=K\u00f6vetkez\u0151 keret +preview.prevframe=El\u0151z\u0151 keret +preview.gotoframe=Keretre ugr\u00e1s... +preview.gotoframe.dialog.title=Keretre ugr\u00e1s +preview.gotoframe.dialog.message=\u00cdrja be a keret sz\u00e1m\u00e1t (%min% - %max%) +preview.gotoframe.dialog.frame.error=Hib\u00e1s keret sz\u00e1m. A k\u00f6vetkez\u0151 \u00e9rt\u00e9kek k\u00f6z\u00f6tt kell lennie: %min% \u00e9s %max%. +error.text.invalid.continue=Hib\u00e1s sz\u00f6veg: %text% a %line%. sorban. Folytatja? #after version 4.0.5 -contextmenu.copyTag = M\u00e1sol\u00e1s ide -fit = kit\u00f6lt -button.setAdvanceValues = Halad\u00e1si \u00e9rt\u00e9kek be\u00e1ll\u00edt\u00e1sa - -menu.tools.replace = Sz\u00f6veg csere - -message.confirm.close = Nem mentett v\u00e1ltoz\u00e1sok vannak. Szeretn\u00e9 m\u00e9gis bez\u00e1rni a k\u00f6vetkez\u0151t: {swfName}? -message.confirm.closeAll = Nem mentett v\u00e1ltoz\u00e1sok vannak. Szeretn\u00e9 bez\u00e1rni az \u00f6sszes SWF-t ? - -contextmenu.exportJavaSource = Java k\u00f3d export\u00e1l\u00e1s -contextmenu.exportSwfXml = SWF export\u00e1l\u00e1sa XML-k\u00e9nt -contextmenu.importSwfXml = SWF XML import\u00e1l\u00e1s - -filter.xml = XML - +contextmenu.copyTag=M\u00e1sol\u00e1s ide +fit=kit\u00f6lt +button.setAdvanceValues=Halad\u00e1si \u00e9rt\u00e9kek be\u00e1ll\u00edt\u00e1sa +menu.tools.replace=Sz\u00f6veg csere +message.confirm.close=Nem mentett v\u00e1ltoz\u00e1sok vannak. Szeretn\u00e9 m\u00e9gis bez\u00e1rni a k\u00f6vetkez\u0151t: {swfName}? +message.confirm.closeAll=Nem mentett v\u00e1ltoz\u00e1sok vannak. Szeretn\u00e9 bez\u00e1rni az \u00f6sszes SWF-t ? +contextmenu.exportJavaSource=Java k\u00f3d export\u00e1l\u00e1s +contextmenu.exportSwfXml=SWF export\u00e1l\u00e1sa XML-k\u00e9nt +contextmenu.importSwfXml=SWF XML import\u00e1l\u00e1s +filter.xml=XML #after version 4.1.0 -contextmenu.undo = Visszavon\u00e1s - -text.align.left = Balra igaz\u00edt\u00e1s -text.align.right = Jobbra igaz\u00edt\u00e1s -text.align.center = K\u00f6z\u00e9pre igaz\u00edt\u00e1s -text.align.justify = Sorkiz\u00e1rt - -text.undo = M\u00f3dos\u00edt\u00e1sok visszavon\u00e1sa - -menu.file.import.xml = SWF XML import\u00e1l\u00e1s -menu.file.export.xml = SWF XML export\u00e1l\u00e1s - +contextmenu.undo=Visszavon\u00e1s +text.align.left=Balra igaz\u00edt\u00e1s +text.align.right=Jobbra igaz\u00edt\u00e1s +text.align.center=K\u00f6z\u00e9pre igaz\u00edt\u00e1s +text.align.justify=Sorkiz\u00e1rt +text.undo=M\u00f3dos\u00edt\u00e1sok visszavon\u00e1sa +menu.file.import.xml=SWF XML import\u00e1l\u00e1s +menu.file.export.xml=SWF XML export\u00e1l\u00e1s #after version 4.1.1 -text.align.translatex.decrease = TranslateX cs\u00f6kkent\u00e9se -text.align.translatex.increase = TranslateX n\u00f6vel\u00e9se -selectPreviousTag = El\u0151z\u0151 tag kiv\u00e1laszt\u00e1sa -selectNextTag = K\u00f6vetkez\u0151 tag kiv\u00e1laszt\u00e1sa -button.ignoreAll = Mell\u0151z mindet -menu.file.import.symbolClass = Szimb\u00f3lum oszt\u00e1ly import\u00e1l\u00e1s -text.toggleCase = Kis- nagybet\u0171 v\u00e1ltoztat\u00e1s - +text.align.translatex.decrease=TranslateX cs\u00f6kkent\u00e9se +text.align.translatex.increase=TranslateX n\u00f6vel\u00e9se +selectPreviousTag=El\u0151z\u0151 tag kiv\u00e1laszt\u00e1sa +selectNextTag=K\u00f6vetkez\u0151 tag kiv\u00e1laszt\u00e1sa +button.ignoreAll=Mell\u0151z mindet +menu.file.import.symbolClass=Szimb\u00f3lum oszt\u00e1ly import\u00e1l\u00e1s +text.toggleCase=Kis- nagybet\u0171 v\u00e1ltoztat\u00e1s #after version 5.0.2 -preview.loop = Ism\u00e9tl\u00e9s -menu.file.import.script = Szkriptek 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 - +preview.loop=Ism\u00e9tl\u00e9s +menu.file.import.script=Szkriptek 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 #after version 5.1.0 -button.viewConstants = Konstansok mutat\u00e1sa -work.exported = Export\u00e1lva -button.replaceAlphaChannel = Alfa csatorna cser\u00e9je... - -tagInfo.header.name = N\u00e9v -tagInfo.header.value = \u00c9rt\u00e9k -tagInfo.tagType = Tag t\u00edpus -tagInfo.characterId = Karakter azonos\u00edt\u00f3 -tagInfo.offset = Eltol\u00e1s -tagInfo.length = Hossz -tagInfo.bounds = Hat\u00e1rok -tagInfo.width = Sz\u00e9less\u00e9g -tagInfo.height = Magass\u00e1g -tagInfo.neededCharacters = Sz\u00fcks\u00e9ges karakterek - -button.viewhexpcode = Hexa mutat\u00e1sa utas\u00edt\u00e1sokkal -taginfo.header = Alap tag info - -tagInfo.dependentCharacters = F\u00fcgg\u0151 karakterek - +button.viewConstants=Konstansok mutat\u00e1sa +work.exported=Export\u00e1lva +button.replaceAlphaChannel=Alfa csatorna cser\u00e9je... +tagInfo.header.name=N\u00e9v +tagInfo.header.value=\u00c9rt\u00e9k +tagInfo.tagType=Tag t\u00edpus +tagInfo.characterId=Karakter azonos\u00edt\u00f3 +tagInfo.offset=Eltol\u00e1s +tagInfo.length=Hossz +tagInfo.bounds=Hat\u00e1rok +tagInfo.width=Sz\u00e9less\u00e9g +tagInfo.height=Magass\u00e1g +tagInfo.neededCharacters=Sz\u00fcks\u00e9ges karakterek +button.viewhexpcode=Hexa mutat\u00e1sa utas\u00edt\u00e1sokkal +taginfo.header=Alap tag info +tagInfo.dependentCharacters=F\u00fcgg\u0151 karakterek #after version 5.3.0 -header.uncompressed = T\u00f6m\u00f6r\u00edtetlen -header.warning.unsupportedGfxCompression = GFX csak t\u00f6m\u00f6r\u00edtetlen \u00e9s Zlib t\u00f6m\u00f6r\u00edtett tartalmakat t\u00e1mogat. -header.warning.minimumZlibVersion = Zlib t\u00f6m\u00f6r\u00edt\u00e9shez 6-os vagy nagyobb SWF verzi\u00f3ra van sz\u00fcks\u00e9g. -header.warning.minimumLzmaVersion = LZMA t\u00f6m\u00f6r\u00edt\u00e9shez 13-as vagy nagyobb SWF verzi\u00f3ra van sz\u00fcks\u00e9g. - -tagInfo.codecName = Codec neve -tagInfo.exportFormat = Export\u00e1l\u00e1si form\u00e1tum -tagInfo.samplingRate = Mintav\u00e9telez\u00e9si frekvencia -tagInfo.stereo = Sztere\u00f3 -tagInfo.sampleCount = Mint\u00e1k sz\u00e1ma - -filter.dmg = Mac futtathat\u00f3 f\u00e1jlok (*.dmg) -filter.linuxExe = Linux futtathat\u00f3 f\u00e1jlok - -import.script.result = %count% szkript import\u00e1lva. -import.script.as12warning = A szkript import\u00e1l\u00e1s csak AS1/2 szkriptekre m\u0171k\u00f6dik. - -error.constantPoolTooBig = Karakter l\u00e1nc t\u00e1rol\u00f3 t\u00fal nagy. index=%index%, m\u00e9ret=%size% -error.image.alpha.invalid = \u00c9rv\u00e9nytelen alfa csatorna adat. - +header.uncompressed=T\u00f6m\u00f6r\u00edtetlen +header.warning.unsupportedGfxCompression=GFX csak t\u00f6m\u00f6r\u00edtetlen \u00e9s Zlib t\u00f6m\u00f6r\u00edtett tartalmakat t\u00e1mogat. +header.warning.minimumZlibVersion=Zlib t\u00f6m\u00f6r\u00edt\u00e9shez 6-os vagy nagyobb SWF verzi\u00f3ra van sz\u00fcks\u00e9g. +header.warning.minimumLzmaVersion=LZMA t\u00f6m\u00f6r\u00edt\u00e9shez 13-as vagy nagyobb SWF verzi\u00f3ra van sz\u00fcks\u00e9g. +tagInfo.codecName=Codec neve +tagInfo.exportFormat=Export\u00e1l\u00e1si form\u00e1tum +tagInfo.samplingRate=Mintav\u00e9telez\u00e9si frekvencia +tagInfo.stereo=Sztere\u00f3 +tagInfo.sampleCount=Mint\u00e1k sz\u00e1ma +filter.dmg=Mac futtathat\u00f3 f\u00e1jlok (*.dmg) +filter.linuxExe=Linux futtathat\u00f3 f\u00e1jlok +import.script.result=%count% szkript import\u00e1lva. +import.script.as12warning=A szkript import\u00e1l\u00e1s csak AS1/2 szkriptekre m\u0171k\u00f6dik. +error.constantPoolTooBig=Karakter l\u00e1nc t\u00e1rol\u00f3 t\u00fal nagy. index=%index%, m\u00e9ret=%size% +error.image.alpha.invalid=\u00c9rv\u00e9nytelen alfa csatorna adat. #after version 6.0.2 -contextmenu.saveUncompressedToFile = Ment\u00e9s t\u00f6m\u00f6r\u00edtett f\u00e1jlba -menu.settings.autoOpenLoadedSWFs = SWF-ek megnyit\u00e1sa lej\u00e1tsz\u00e1s k\u00f6zben - +contextmenu.saveUncompressedToFile=Ment\u00e9s t\u00f6m\u00f6r\u00edtett f\u00e1jlba +menu.settings.autoOpenLoadedSWFs=SWF-ek megnyit\u00e1sa lej\u00e1tsz\u00e1s k\u00f6zben #after version 6.1.1 -menu.file.start = Ind\u00edt\u00e1s -menu.file.start.run = Futtat\u00e1s -menu.file.start.stop = Le\u00e1ll\u00edt\u00e1s -menu.file.start.debug = Hibakeres\u00e9s -menu.debugging = Hibakeres\u00e9s -menu.debugging.debug = Hibakeres\u00e9s -menu.debugging.debug.stop = Le\u00e1ll\u00edt -menu.debugging.debug.pause = Sz\u00fcnet -menu.debugging.debug.stepOver = \u00c1tl\u00e9p -menu.debugging.debug.stepInto = Bel\u00e9p -menu.debugging.debug.stepOut = Kil\u00e9p -menu.debugging.debug.continue = Folytat\u00e1s -menu.debugging.debug.stack = Stack... -menu.debugging.debug.watch = \u00daj megfigyel\u00e9s... - -message.playerpath.notset = Flash Player projector nem tal\u00e1lhat\u00f3. K\u00e9rem \u00e1ll\u00edtsa be az el\u00e9r\u00e9si utat a Halad\u00f3 be\u00e1ll\u00edt\u00e1sok / \u00datvonalakn\u00e1l (1). -message.playerpath.debug.notset = Flash Player projector tartalom hibakeres\u0151 nem tal\u00e1lhat\u00f3. K\u00e9rem \u00e1ll\u00edtsa be az el\u00e9r\u00e9si utat a Halad\u00f3 be\u00e1ll\u00edt\u00e1sok / \u00datvonalakn\u00e1l (2). -message.playerpath.lib.notset = PlayerGlobal (.SWC) nem tal\u00e1lhat\u00f3. K\u00e9rem \u00e1ll\u00edtsa be az el\u00e9r\u00e9si utat a Halad\u00f3 be\u00e1ll\u00edt\u00e1sok / \u00datvonalakn\u00e1l (3). - -debugpanel.header = Hibakeres\u00e9s - -variables.header.registers = Regiszterek -variables.header.locals = Helyi v\u00e1ltoz\u00f3k -variables.header.arguments = Param\u00e9terek -variables.header.scopeChain = Szk\u00f3p l\u00e1nc -variables.column.name = N\u00e9v -variables.column.type = T\u00edpus -variables.column.value = \u00c9rt\u00e9k - -callStack.header = H\u00edv\u00e1si verem -callStack.header.file = F\u00e1jl -callStack.header.line = Sor - -stack.header = Verem -stack.header.item = Elem - -constantpool.header = Karakterl\u00e1nc t\u00e1rol\u00f3 -constantpool.header.id = Azonos\u00edt\u00f3 -constantpool.header.value = \u00c9rt\u00e9k - -work.running = Futtat\u00e1s -work.debugging = Hibakeres\u00e9s -work.debugging.instrumenting = SWF el\u0151k\u00e9sz\u00edt\u00e9se hibakeres\u00e9shez -work.breakat = Megszak\u00edt\u00e1s itt: -work.halted = Hibakeres\u00e9s elind\u00edtva, futtat\u00e1s meg\u00e1ll\u00edtva. Adja hozz\u00e1 a t\u00f6r\u00e9spontokat \u00e9s kattintson a Folytat\u00e1sta (F5) a futtat\u00e1s folytat\u00e1s\u00e1hoz. - -debuglog.header = Napl\u00f3 -debuglog.button.clear = T\u00f6rl\u00e9s - +menu.file.start=Ind\u00edt\u00e1s +menu.file.start.run=Futtat\u00e1s +menu.file.start.stop=Le\u00e1ll\u00edt\u00e1s +menu.file.start.debug=Hibakeres\u00e9s +menu.debugging=Hibakeres\u00e9s +menu.debugging.debug=Hibakeres\u00e9s +menu.debugging.debug.stop=Le\u00e1ll\u00edt +menu.debugging.debug.pause=Sz\u00fcnet +menu.debugging.debug.stepOver=\u00c1tl\u00e9p +menu.debugging.debug.stepInto=Bel\u00e9p +menu.debugging.debug.stepOut=Kil\u00e9p +menu.debugging.debug.continue=Folytat\u00e1s +menu.debugging.debug.stack=Stack... +menu.debugging.debug.watch=\u00daj megfigyel\u00e9s... +message.playerpath.notset=Flash Player projector nem tal\u00e1lhat\u00f3. K\u00e9rem \u00e1ll\u00edtsa be az el\u00e9r\u00e9si utat a Halad\u00f3 be\u00e1ll\u00edt\u00e1sok / \u00datvonalakn\u00e1l (1). +message.playerpath.debug.notset=Flash Player projector tartalom hibakeres\u0151 nem tal\u00e1lhat\u00f3. K\u00e9rem \u00e1ll\u00edtsa be az el\u00e9r\u00e9si utat a Halad\u00f3 be\u00e1ll\u00edt\u00e1sok / \u00datvonalakn\u00e1l (2). +message.playerpath.lib.notset=PlayerGlobal (.SWC) nem tal\u00e1lhat\u00f3. K\u00e9rem \u00e1ll\u00edtsa be az el\u00e9r\u00e9si utat a Halad\u00f3 be\u00e1ll\u00edt\u00e1sok / \u00datvonalakn\u00e1l (3). +debugpanel.header=Hibakeres\u00e9s +variables.header.registers=Regiszterek +variables.header.locals=Helyi v\u00e1ltoz\u00f3k +variables.header.arguments=Param\u00e9terek +variables.header.scopeChain=Szk\u00f3p l\u00e1nc +variables.column.name=N\u00e9v +variables.column.type=T\u00edpus +variables.column.value=\u00c9rt\u00e9k +callStack.header=H\u00edv\u00e1si verem +callStack.header.file=F\u00e1jl +callStack.header.line=Sor +stack.header=Verem +stack.header.item=Elem +constantpool.header=Karakterl\u00e1nc t\u00e1rol\u00f3 +constantpool.header.id=Azonos\u00edt\u00f3 +constantpool.header.value=\u00c9rt\u00e9k +work.running=Futtat\u00e1s +work.debugging=Hibakeres\u00e9s +work.debugging.instrumenting=SWF el\u0151k\u00e9sz\u00edt\u00e9se hibakeres\u00e9shez +work.breakat=Megszak\u00edt\u00e1s itt: +work.halted=Hibakeres\u00e9s elind\u00edtva, futtat\u00e1s meg\u00e1ll\u00edtva. Adja hozz\u00e1 a t\u00f6r\u00e9spontokat \u00e9s kattintson a Folytat\u00e1sta (F5) a futtat\u00e1s folytat\u00e1s\u00e1hoz. +debuglog.header=Napl\u00f3 +debuglog.button.clear=T\u00f6rl\u00e9s #after 7.0.1 -work.debugging.wait = V\u00e1rakoz\u00e1s a Flash hibakeres\u0151 projector csatlakoz\u00e1s\u00e1ra - -error.debug.listen = Nem lehet hallgat\u00f3zni a %port% porton. El\u0151fordulhat hogy m\u00e1sik flash hibakeres\u0151 fut. - -debug.break.reason.unknown = (Unknown) -debug.break.reason.breakpoint = (T\u00f6r\u00e9spont) -debug.break.reason.watch = (Megfigyel\u0151) -debug.break.reason.fault = (Hiba) -debug.break.reason.stopRequest = (Le\u00e1ll\u00edt\u00e1si k\u00e9relem) -debug.break.reason.step = (L\u00e9p\u00e9s) -debug.break.reason.halt = (Le\u00e1ll\u00edt) -debug.break.reason.scriptLoaded = (Szkript bet\u00f6ltve) - -menu.file.start.debugpcode = P-k\u00f3d hibakeres\u00e9s - +work.debugging.wait=V\u00e1rakoz\u00e1s a Flash hibakeres\u0151 projector csatlakoz\u00e1s\u00e1ra +error.debug.listen=Nem lehet hallgat\u00f3zni a %port% porton. El\u0151fordulhat hogy m\u00e1sik flash hibakeres\u0151 fut. +debug.break.reason.unknown=(Unknown) +debug.break.reason.breakpoint=(T\u00f6r\u00e9spont) +debug.break.reason.watch=(Megfigyel\u0151) +debug.break.reason.fault=(Hiba) +debug.break.reason.stopRequest=(Le\u00e1ll\u00edt\u00e1si k\u00e9relem) +debug.break.reason.step=(L\u00e9p\u00e9s) +debug.break.reason.halt=(Le\u00e1ll\u00edt) +debug.break.reason.scriptLoaded=(Szkript bet\u00f6ltve) +menu.file.start.debugpcode=P-k\u00f3d hibakeres\u00e9s #after 7.1.2 -button.replaceNoFill = Csere - hat\u00e1rok friss\u00edt\u00e9se... -message.warning.svgImportExperimental = Nem minden SVG funkci\u00f3 t\u00e1mogatott. Ellen\u0151rizze a hibanapl\u00f3t import\u00e1l\u00e1s ut\u00e1n. - -message.imported.swf = Az SWF f\u00e1jl haszn\u00e1l dolgokat az import\u00e1lt SWF f\u00e1jlb\u00f3l:\n%url%\nSzeretn\u00e9 bet\u00f6lteni a megadott URL-r\u0151l? -message.imported.swf.manually = Nem lehet bet\u00f6lteni az import\u00e1lt SWF-t\n%url%\nA f\u00e1jl vagy URL nem l\u00e9tezik.\nSzeretne kiv\u00e1lasztani helyi f\u00e1jlt? - -message.warning.hexViewNotUpToDate = Hexa N\u00e9zet nem friss. K\u00e9rem mentse le \u00e9s t\u00f6ltse \u00fajra a f\u00e1jlt a Hexa N\u00e9zet friss\u00edt\u00e9s\u00e9hez. -message.font.replace.updateTexts = N\u00e9h\u00e1ny karakter le lett cser\u00e9lve. Szeretn\u00e9 friss\u00edteni a megl\u00e9v\u0151 sz\u00f6vegeket? - -menu.settings.simplifyExpressions = Kifejez\u00e9sek egyszer\u0171s\u00edt\u00e9se - +button.replaceNoFill=Csere - hat\u00e1rok friss\u00edt\u00e9se... +message.warning.svgImportExperimental=Nem minden SVG funkci\u00f3 t\u00e1mogatott. Ellen\u0151rizze a hibanapl\u00f3t import\u00e1l\u00e1s ut\u00e1n. +message.imported.swf=Az SWF f\u00e1jl haszn\u00e1l dolgokat az import\u00e1lt SWF f\u00e1jlb\u00f3l:\n%url%\nSzeretn\u00e9 bet\u00f6lteni a megadott URL-r\u0151l? +message.imported.swf.manually=Nem lehet bet\u00f6lteni az import\u00e1lt SWF-t\n%url%\nA f\u00e1jl vagy URL nem l\u00e9tezik.\nSzeretne kiv\u00e1lasztani helyi f\u00e1jlt? +message.warning.hexViewNotUpToDate=Hexa N\u00e9zet nem friss. K\u00e9rem mentse le \u00e9s t\u00f6ltse \u00fajra a f\u00e1jlt a Hexa N\u00e9zet friss\u00edt\u00e9s\u00e9hez. +message.font.replace.updateTexts=N\u00e9h\u00e1ny karakter le lett cser\u00e9lve. Szeretn\u00e9 friss\u00edteni a megl\u00e9v\u0151 sz\u00f6vegeket? +menu.settings.simplifyExpressions=Kifejez\u00e9sek egyszer\u0171s\u00edt\u00e9se #after 8.0.1 -menu.recentFiles.empty = El\u0151zm\u00e9nyek lista \u00fcres -message.warning.outOfMemory32BitJre = Elfogyott a mem\u00f3ria. 32bites Java-t futtet 64bites rendszeren. K\u00e9rem haszn\u00e1ljon 64bites J\u00e1va-t. - -menu.file.reloadAll = Minden \u00fajrat\u00f6lt\u00e9se -message.confirm.reloadAll = Ez a m\u0171velet visszavonja az \u00f6sszes nem mentett v\u00e1ltoz\u00e1st az \u00f6sszes SWF f\u00e1jlban \u00e9s \u00fajrat\u00f6lti a teljes alkalmaz\u00e1st.\nSzeretn\u00e9 folytatni? -export.script.singleFilePallelModeWarning = Az egy f\u00e1jlba t\u00f6rt\u00e9n\u0151 szkript export\u00e1l\u00e1s nem t\u00e1mogatott bekapcsolt p\u00e1rhuzamos gyors\u00edt\u00e1ssal - +menu.recentFiles.empty=El\u0151zm\u00e9nyek lista \u00fcres +message.warning.outOfMemory32BitJre=Elfogyott a mem\u00f3ria. 32bites Java-t futtet 64bites rendszeren. K\u00e9rem haszn\u00e1ljon 64bites J\u00e1va-t. +menu.file.reloadAll=Minden \u00fajrat\u00f6lt\u00e9se +message.confirm.reloadAll=Ez a m\u0171velet visszavonja az \u00f6sszes nem mentett v\u00e1ltoz\u00e1st az \u00f6sszes SWF f\u00e1jlban \u00e9s \u00fajrat\u00f6lti a teljes alkalmaz\u00e1st.\nSzeretn\u00e9 folytatni? +export.script.singleFilePallelModeWarning=Az egy f\u00e1jlba t\u00f6rt\u00e9n\u0151 szkript export\u00e1l\u00e1s nem t\u00e1mogatott bekapcsolt p\u00e1rhuzamos gyors\u00edt\u00e1ssal #... -message.confirm.remove.nodep = Biztos benne, hogy t\u00f6r\u00f6lni k\u00edv\u00e1nja a %item%-t ? - -message.confirm.removemultiple.nodep = Biztos benne, hogy t\u00f6r\u00f6lni k\u00edv\u00e1nja a %count% elemet ? - -contextmenu.exportFla = Export\u00e1l\u00e1s FLA-ba \ No newline at end of file +message.confirm.remove.nodep=Biztos benne, hogy t\u00f6r\u00f6lni k\u00edv\u00e1nja a %item%-t ? +message.confirm.removemultiple.nodep=Biztos benne, hogy t\u00f6r\u00f6lni k\u00edv\u00e1nja a %count% elemet ? +contextmenu.exportFla=Export\u00e1l\u00e1s FLA-ba \ No newline at end of file diff --git a/src/com/jpexs/decompiler/flash/gui/locales/MainFrame_it.properties b/src/com/jpexs/decompiler/flash/gui/locales/MainFrame_it.properties index e74473442..519271260 100644 --- a/src/com/jpexs/decompiler/flash/gui/locales/MainFrame_it.properties +++ b/src/com/jpexs/decompiler/flash/gui/locales/MainFrame_it.properties @@ -12,713 +12,556 @@ # # You should have received a copy of the GNU General Public License # along with this program. If not, see . - -menu.file = File -menu.file.open = Apri... -menu.file.save = Salva -menu.file.saveas = Salva come... -menu.file.export.fla = Esporta come FLA -menu.file.export.all = Esporta tutte le parti -menu.file.export.selection = Esporta selezione -menu.file.exit = Esci - -menu.tools = Strumenti -menu.tools.searchas = Cerca in tutti gli ActionScript... -menu.tools.proxy = Proxy -menu.tools.deobfuscation = Deoffuscamento -menu.tools.deobfuscation.pcode = Deoffuscamento P-code... -menu.tools.deobfuscation.globalrename = Rinomina identificatore globalmente -menu.tools.deobfuscation.renameinvalid = Rinomina identificatori non validi -menu.tools.gotoDocumentClass = Vai a document class - -menu.settings = Impostazioni -menu.settings.autodeobfuscation = Deoffuscamento automatico -menu.settings.internalflashviewer = Usa visualizzatore Flash incorporato -menu.settings.parallelspeedup = Accelerazione parallela -menu.settings.disabledecompilation = Disattiva la decompilazione (solo disassembly) -menu.settings.addtocontextmenu = Mostra FFDec nel menu contestuale per file SWF -menu.settings.language = Cambia la lingua -menu.settings.cacheOnDisk = Utilizza la cache su disco -menu.settings.gotoMainClassOnStartup = Evidenzia la document class all'avvio - -menu.help = Aiuto -menu.help.checkupdates = Controllo aggiornamenti... -menu.help.helpus = Dateci una mano! -menu.help.homepage = Visita il sito web -menu.help.about = Informazioni su... - -contextmenu.remove = Rimuovi - -button.save = Salva -button.edit = Modifica -button.cancel = Annulla -button.replace = Sostituisci... - -notavailonthisplatform = L'anteprima di questo oggetto \u00e8 disponibile solo su sistema operativo Windows. - -swfpreview = Anteprima SWF -swfpreview.internal = Anteprima SWF (visualizzatore incorporato) - -parameters = Parametri - -rename.enternew = Nuovo nome: - -rename.finished.identifier = Identificatore rinominato con successo. -rename.finished.multiname = %count% multiname rinominati. - -node.texts = text -node.images = image -node.movies = movie -node.sounds = sound -node.binaryData = BinaryData -node.fonts = font -node.sprites = sprite -node.shapes = shape -node.morphshapes = morphshape -node.buttons = button -node.frames = frame -node.scripts = script - -message.warning = Avvertenza -message.confirm.experimental = Questa procedura pu\u00f2 danneggiare il file SWF e renderlo irriproducibile.\r\nUSARE\u00a0A\u00a0PROPRIO\u00a0RISCHIO. Si desidera abilitare comunque? -message.confirm.parallel = L'esecuzione parallela velocizza il caricamento e la decompilazione ma usa pi\u00f9 memoria. -message.confirm.on = ABILITARE\u00a0questa opzione? -message.confirm.off = DISABILITARE\u00a0questa opzione? -message.confirm = Conferma - -message.confirm.autodeobfuscate = Il deoffuscamento automatico permette di decompilare codice offuscato.\r\nQuesto rallenta la decompilazione e pu\u00f2 comportare l'eliminazione di codice morto.\r\nSe il codice non \u00e8 offuscato, \u00e8 preferibile disattivare il deoffuscamento. - -message.parallel = Parallelismo -message.trait.saved = Trait salvato con successo - -message.constant.new.string = Stringa di caratteri "%value%" non presente nella tabella delle costanti. Aggiungere? -message.constant.new.string.title = Aggiunto String -message.constant.new.integer = Valore intero "%value%" not presente nella tabella delle costanti. Aggiungere? -message.constant.new.integer.title = Aggiunto Integer -message.constant.new.unsignedinteger = Valore intero senza segno "%value%" not presente nella tabella delle costanti. Aggiungere? -message.constant.new.unsignedinteger.title = Aggiunto Integer senza segno -message.constant.new.double = Valore a doppia precisione "%value%" not presente nella tabella delle costanti. Aggiungere? -message.constant.new.double.title = Aggiunto Double - -work.buffering = Buffering in corso -work.waitingfordissasembly = In attesa del disassembly -work.gettinghilights = Recupero degli highlight -work.disassembling = Disassembly in corso -work.exporting = Esportazione in corso -work.searching = Ricerca in corso -work.renaming = Rinomina in corso -work.exporting.fla = Esportazione FLA -work.renaming.identifiers = Rinomina identificatori -work.deobfuscating = Deoffuscamento -work.decompiling = Decompilazione in corso -work.gettingvariables = Lettura variabili -work.reading.swf = Lettura SWF -work.creatingwindow = Creazione finestra -work.buildingscripttree = Creazione gerarchia degli script - -work.deobfuscating.complete = Deoffuscamento completato - -message.search.notfound = Stringa "%searchtext%" non trovata. -message.search.notfound.title = Non trovato - -message.rename.notfound.multiname = Nessun multiname alla posizione corrente -message.rename.notfound.identifier = Nessun identificatore alla posizione corrente -message.rename.notfound.title = Non trovato -message.rename.renamed = %count% identificatori renominati. - -filter.images = Immagini (%extensions%) -filter.fla = Documento %version% (*.fla) -filter.xfl = Documento non compresso %version%(*.xfl) -filter.swf = File SWF (*.swf) - -error = Errore -error.image.invalid = Immagine non valida. - -error.text.invalid = Testo non valido alla riga %line%: %text% -error.file.save = Impossibile salvare il file -error.file.write = Impossibile scrivere su file -error.export = Errore durante l'esportazione - -export.select.directory = Selezionare la cartella di esportazione -export.finishedin = Esportato in %time% - -update.check.title = Controllo aggiornamenti -update.check.nonewversion = Nessuna nuova versione disponibile. - -message.helpus = Per maggiori dettagli si prega di visitare\r\n%url%\r\n -message.homepage = Visita la homepage:\r\n%url% - -proxy = Proxy -proxy.start = Avvio proxy -proxy.stop = Arresta proxy -proxy.show = Mostra proxy -exit = Esci - -panel.disassembled = Sorgente P-code -panel.decompiled = Sorgente ActionScript - -search.info = Cerca "%text%": -search.script = Script - -constants = Costanti -traits = Trait - -pleasewait = Attendere prego - -abc.detail.methodtrait = Trait di Metodo/Getter/Setter -abc.detail.unsupported = - -abc.detail.slotconsttrait = Trait Slot/Const -abc.detail.traitname = Nome: - -abc.detail.body.params.maxstack = Max stack: -abc.detail.body.params.localregcount = Conteggio registri locali: -abc.detail.body.params.minscope = Profondit\u00e0 minima dello scope: -abc.detail.body.params.maxscope = Profondit\u00e0 massima dello scope: -abc.detail.body.params.autofill = Autocompletamento a salvataggio codice (IMPOSTAZIONE\u00a0GLOBALE) -abc.detail.body.params.autofill.experimental = ...SPERIMENTALE - -abc.detail.methodinfo.methodindex = Indice del metodo: -abc.detail.methodinfo.parameters = Parametri: -abc.detail.methodinfo.returnvalue = Tipo del valore di ritorno: - -error.methodinfo.params = Errore parametri MethodInfo -error.methodinfo.returnvalue = Errore tipo valore di ritorno MethodInfo - -abc.detail.methodinfo = MethodInfo -abc.detail.body.code = Codice MethodBody -abc.detail.body.params = Parametri MethodBody - -abc.detail.slotconst.typevalue = Tipo e valore: - -error.slotconst.typevalue = Errore tipo valore SlotConst - -message.autofill.failed = Impossibile ottenere statistiche codice per i parametri automatici nel corpo.\r\nDeselezionare Autocompletamento per evitare questo messaggio. - -info.selecttrait = Selezionare una classe e fare clic su un trait nel sorgente ActionScript per modifiche. - -button.viewgraph = Visualizza grafo -button.viewhex = Visualizza listato - -action.edit.experimental = (Sperimentale) - -message.action.saved = Codice salvato con successo - -error.action.save = %error% alla riga %line% - -message.confirm.remove = Sicuro di voler remuovere %item%\n e tutti gli oggetti che dipendono da esso? - +menu.file=File +menu.file.open=Apri... +menu.file.save=Salva +menu.file.saveas=Salva come... +menu.file.export.fla=Esporta come FLA +menu.file.export.all=Esporta tutte le parti +menu.file.export.selection=Esporta selezione +menu.file.exit=Esci +menu.tools=Strumenti +menu.tools.searchas=Cerca in tutti gli ActionScript... +menu.tools.proxy=Proxy +menu.tools.deobfuscation=Deoffuscamento +menu.tools.deobfuscation.pcode=Deoffuscamento P-code... +menu.tools.deobfuscation.globalrename=Rinomina identificatore globalmente +menu.tools.deobfuscation.renameinvalid=Rinomina identificatori non validi +menu.tools.gotoDocumentClass=Vai a document class +menu.settings=Impostazioni +menu.settings.autodeobfuscation=Deoffuscamento automatico +menu.settings.internalflashviewer=Usa visualizzatore Flash incorporato +menu.settings.parallelspeedup=Accelerazione parallela +menu.settings.disabledecompilation=Disattiva la decompilazione (solo disassembly) +menu.settings.addtocontextmenu=Mostra FFDec nel menu contestuale per file SWF +menu.settings.language=Cambia la lingua +menu.settings.cacheOnDisk=Utilizza la cache su disco +menu.settings.gotoMainClassOnStartup=Evidenzia la document class all'avvio +menu.help=Aiuto +menu.help.checkupdates=Controllo aggiornamenti... +menu.help.helpus=Dateci una mano! +menu.help.homepage=Visita il sito web +menu.help.about=Informazioni su... +contextmenu.remove=Rimuovi +button.save=Salva +button.edit=Modifica +button.cancel=Annulla +button.replace=Sostituisci... +notavailonthisplatform=L'anteprima di questo oggetto \u00e8 disponibile solo su sistema operativo Windows. +swfpreview=Anteprima SWF +swfpreview.internal=Anteprima SWF (visualizzatore incorporato) +parameters=Parametri +rename.enternew=Nuovo nome: +rename.finished.identifier=Identificatore rinominato con successo. +rename.finished.multiname=%count% multiname rinominati. +node.texts=text +node.images=image +node.movies=movie +node.sounds=sound +node.binaryData=BinaryData +node.fonts=font +node.sprites=sprite +node.shapes=shape +node.morphshapes=morphshape +node.buttons=button +node.frames=frame +node.scripts=script +message.warning=Avvertenza +message.confirm.experimental=Questa procedura pu\u00f2 danneggiare il file SWF e renderlo irriproducibile.\r\nUSARE\u00a0A\u00a0PROPRIO\u00a0RISCHIO. Si desidera abilitare comunque? +message.confirm.parallel=L'esecuzione parallela velocizza il caricamento e la decompilazione ma usa pi\u00f9 memoria. +message.confirm.on=ABILITARE\u00a0questa opzione? +message.confirm.off=DISABILITARE\u00a0questa opzione? +message.confirm=Conferma +message.confirm.autodeobfuscate=Il deoffuscamento automatico permette di decompilare codice offuscato.\r\nQuesto rallenta la decompilazione e pu\u00f2 comportare l'eliminazione di codice morto.\r\nSe il codice non \u00e8 offuscato, \u00e8 preferibile disattivare il deoffuscamento. +message.parallel=Parallelismo +message.trait.saved=Trait salvato con successo +message.constant.new.string=Stringa di caratteri "%value%" non presente nella tabella delle costanti. Aggiungere? +message.constant.new.string.title=Aggiunto String +message.constant.new.integer=Valore intero "%value%" not presente nella tabella delle costanti. Aggiungere? +message.constant.new.integer.title=Aggiunto Integer +message.constant.new.unsignedinteger=Valore intero senza segno "%value%" not presente nella tabella delle costanti. Aggiungere? +message.constant.new.unsignedinteger.title=Aggiunto Integer senza segno +message.constant.new.double=Valore a doppia precisione "%value%" not presente nella tabella delle costanti. Aggiungere? +message.constant.new.double.title=Aggiunto Double +work.buffering=Buffering in corso +work.waitingfordissasembly=In attesa del disassembly +work.gettinghilights=Recupero degli highlight +work.disassembling=Disassembly in corso +work.exporting=Esportazione in corso +work.searching=Ricerca in corso +work.renaming=Rinomina in corso +work.exporting.fla=Esportazione FLA +work.renaming.identifiers=Rinomina identificatori +work.deobfuscating=Deoffuscamento +work.decompiling=Decompilazione in corso +work.gettingvariables=Lettura variabili +work.reading.swf=Lettura SWF +work.creatingwindow=Creazione finestra +work.buildingscripttree=Creazione gerarchia degli script +work.deobfuscating.complete=Deoffuscamento completato +message.search.notfound=Stringa "%searchtext%" non trovata. +message.search.notfound.title=Non trovato +message.rename.notfound.multiname=Nessun multiname alla posizione corrente +message.rename.notfound.identifier=Nessun identificatore alla posizione corrente +message.rename.notfound.title=Non trovato +message.rename.renamed=%count% identificatori renominati. +filter.images=Immagini (%extensions%) +filter.fla=Documento %version% (*.fla) +filter.xfl=Documento non compresso %version%(*.xfl) +filter.swf=File SWF (*.swf) +error=Errore +error.image.invalid=Immagine non valida. +error.text.invalid=Testo non valido alla riga %line%: %text% +error.file.save=Impossibile salvare il file +error.file.write=Impossibile scrivere su file +error.export=Errore durante l'esportazione +export.select.directory=Selezionare la cartella di esportazione +export.finishedin=Esportato in %time% +update.check.title=Controllo aggiornamenti +update.check.nonewversion=Nessuna nuova versione disponibile. +message.helpus=Per maggiori dettagli si prega di visitare\r\n%url%\r\n +message.homepage=Visita la homepage:\r\n%url% +proxy=Proxy +proxy.start=Avvio proxy +proxy.stop=Arresta proxy +proxy.show=Mostra proxy +exit=Esci +panel.disassembled=Sorgente P-code +panel.decompiled=Sorgente ActionScript +search.info=Cerca "%text%": +search.script=Script +constants=Costanti +traits=Trait +pleasewait=Attendere prego +abc.detail.methodtrait=Trait di Metodo/Getter/Setter +abc.detail.unsupported=- +abc.detail.slotconsttrait=Trait Slot/Const +abc.detail.traitname=Nome: +abc.detail.body.params.maxstack=Max stack: +abc.detail.body.params.localregcount=Conteggio registri locali: +abc.detail.body.params.minscope=Profondit\u00e0 minima dello scope: +abc.detail.body.params.maxscope=Profondit\u00e0 massima dello scope: +abc.detail.body.params.autofill=Autocompletamento a salvataggio codice (IMPOSTAZIONE\u00a0GLOBALE) +abc.detail.body.params.autofill.experimental=...SPERIMENTALE +abc.detail.methodinfo.methodindex=Indice del metodo: +abc.detail.methodinfo.parameters=Parametri: +abc.detail.methodinfo.returnvalue=Tipo del valore di ritorno: +error.methodinfo.params=Errore parametri MethodInfo +error.methodinfo.returnvalue=Errore tipo valore di ritorno MethodInfo +abc.detail.methodinfo=MethodInfo +abc.detail.body.code=Codice MethodBody +abc.detail.body.params=Parametri MethodBody +abc.detail.slotconst.typevalue=Tipo e valore: +error.slotconst.typevalue=Errore tipo valore SlotConst +message.autofill.failed=Impossibile ottenere statistiche codice per i parametri automatici nel corpo.\r\nDeselezionare Autocompletamento per evitare questo messaggio. +info.selecttrait=Selezionare una classe e fare clic su un trait nel sorgente ActionScript per modifiche. +button.viewgraph=Visualizza grafo +button.viewhex=Visualizza listato +action.edit.experimental=(Sperimentale) +message.action.saved=Codice salvato con successo +error.action.save=%error% alla riga %line% +message.confirm.remove=Sicuro di voler remuovere %item%\n e tutti gli oggetti che dipendono da esso? #after version 1.6.5u1: - -button.ok = OK - -font.name = Nome font: -font.isbold = Grassetto: -font.isitalic = Corsivo: -font.ascent = Ascendente: -font.descent = Discendente: -font.leading = Interlinea: -font.characters = Caratteri: -font.characters.add = Aggiunta caratteri: -value.unknown = ? - -yes = s\u00ec -no = no - -errors.present = Ci sono ERRORI nel registro. Fare clic per visualizzare. -errors.none = Non ci sono errori nel registro. - +button.ok=OK +font.name=Nome font: +font.isbold=Grassetto: +font.isitalic=Corsivo: +font.ascent=Ascendente: +font.descent=Discendente: +font.leading=Interlinea: +font.characters=Caratteri: +font.characters.add=Aggiunta caratteri: +value.unknown=? +yes=s\u00ec +no=no +errors.present=Ci sono ERRORI nel registro. Fare clic per visualizzare. +errors.none=Non ci sono errori nel registro. #after version 1.6.6: - -dialog.message.title = Messaggio -dialog.select.title = Selezionare un'opzione - -button.yes = S\u00ec -button.no = No - -FileChooser.openButtonText = Apri -FileChooser.openButtonToolTipText = Apri -FileChooser.lookInLabelText = Cerca in: -FileChooser.acceptAllFileFilterText = Tutti i file -FileChooser.filesOfTypeLabelText = Tipo file: -FileChooser.fileNameLabelText = Nome del file: -FileChooser.listViewButtonToolTipText = Elenco -FileChooser.listViewButtonAccessibleName = Elenco -FileChooser.detailsViewButtonToolTipText = Dettagli -FileChooser.detailsViewButtonAccessibleName = Dettagli -FileChooser.upFolderToolTipText = Su di un livello -FileChooser.upFolderAccessibleName = Su di un livello -FileChooser.homeFolderToolTipText = Home -FileChooser.homeFolderAccessibleName = Home -FileChooser.fileNameHeaderText = Nome -FileChooser.fileSizeHeaderText = Dimensione -FileChooser.fileTypeHeaderText = Tipo -FileChooser.fileDateHeaderText = Data -FileChooser.fileAttrHeaderText = Attributi -FileChooser.openDialogTitleText = Apri -FileChooser.directoryDescriptionText = Directory -FileChooser.directoryOpenButtonText = Apri -FileChooser.directoryOpenButtonToolTipText = Apri cartella selezionata -FileChooser.fileDescriptionText = File generico -FileChooser.helpButtonText = Guida -FileChooser.helpButtonToolTipText = Guida su selettore file -FileChooser.newFolderAccessibleName = Nuova cartella -FileChooser.newFolderErrorText = Errore nella creazione della cartella -FileChooser.newFolderToolTipText = Crea nuova cartella -FileChooser.other.newFolder = NuovaCartella -FileChooser.other.newFolder.subsequent = NuovaCartella.{0} -FileChooser.win32.newFolder = Nuova cartella -FileChooser.win32.newFolder.subsequent = Nuova cartella ({0}) -FileChooser.saveButtonText = Salva -FileChooser.saveButtonToolTipText = Salva file selezionato -FileChooser.saveDialogTitleText = Salva -FileChooser.saveInLabelText = Salva in: -FileChooser.updateButtonText = Aggiorna -FileChooser.updateButtonToolTipText = Aggiorna elenco cartelle - +dialog.message.title=Messaggio +dialog.select.title=Selezionare un'opzione +button.yes=S\u00ec +button.no=No +FileChooser.openButtonText=Apri +FileChooser.openButtonToolTipText=Apri +FileChooser.lookInLabelText=Cerca in: +FileChooser.acceptAllFileFilterText=Tutti i file +FileChooser.filesOfTypeLabelText=Tipo file: +FileChooser.fileNameLabelText=Nome del file: +FileChooser.listViewButtonToolTipText=Elenco +FileChooser.listViewButtonAccessibleName=Elenco +FileChooser.detailsViewButtonToolTipText=Dettagli +FileChooser.detailsViewButtonAccessibleName=Dettagli +FileChooser.upFolderToolTipText=Su di un livello +FileChooser.upFolderAccessibleName=Su di un livello +FileChooser.homeFolderToolTipText=Home +FileChooser.homeFolderAccessibleName=Home +FileChooser.fileNameHeaderText=Nome +FileChooser.fileSizeHeaderText=Dimensione +FileChooser.fileTypeHeaderText=Tipo +FileChooser.fileDateHeaderText=Data +FileChooser.fileAttrHeaderText=Attributi +FileChooser.openDialogTitleText=Apri +FileChooser.directoryDescriptionText=Directory +FileChooser.directoryOpenButtonText=Apri +FileChooser.directoryOpenButtonToolTipText=Apri cartella selezionata +FileChooser.fileDescriptionText=File generico +FileChooser.helpButtonText=Guida +FileChooser.helpButtonToolTipText=Guida su selettore file +FileChooser.newFolderAccessibleName=Nuova cartella +FileChooser.newFolderErrorText=Errore nella creazione della cartella +FileChooser.newFolderToolTipText=Crea nuova cartella +FileChooser.other.newFolder=NuovaCartella +FileChooser.other.newFolder.subsequent=NuovaCartella.{0} +FileChooser.win32.newFolder=Nuova cartella +FileChooser.win32.newFolder.subsequent=Nuova cartella ({0}) +FileChooser.saveButtonText=Salva +FileChooser.saveButtonToolTipText=Salva file selezionato +FileChooser.saveDialogTitleText=Salva +FileChooser.saveInLabelText=Salva in: +FileChooser.updateButtonText=Aggiorna +FileChooser.updateButtonToolTipText=Aggiorna elenco cartelle #after version 1.6.6u2: - -FileChooser.detailsViewActionLabel.textAndMnemonic = Dettagli -FileChooser.detailsViewButtonToolTip.textAndMnemonic = Dettagli -FileChooser.fileAttrHeader.textAndMnemonic = Attributi -FileChooser.fileDateHeader.textAndMnemonic = Ultima modifica -FileChooser.fileNameHeader.textAndMnemonic = Nome -FileChooser.fileNameLabel.textAndMnemonic = Nome del file: -FileChooser.fileSizeHeader.textAndMnemonic = Dimensione -FileChooser.fileTypeHeader.textAndMnemonic = Tipo -FileChooser.filesOfTypeLabel.textAndMnemonic = Tipo file: -FileChooser.folderNameLabel.textAndMnemonic = Nome cartella: -FileChooser.homeFolderToolTip.textAndMnemonic = Home -FileChooser.listViewActionLabel.textAndMnemonic = Elenco -FileChooser.listViewButtonToolTip.textAndMnemonic = Elenco -FileChooser.lookInLabel.textAndMnemonic = Guarda in: -FileChooser.newFolderActionLabel.textAndMnemonic = Nuova cartella -FileChooser.newFolderToolTip.textAndMnemonic = Crea nuova cartella -FileChooser.refreshActionLabel.textAndMnemonic = Aggiorna -FileChooser.saveInLabel.textAndMnemonic = Salva in: -FileChooser.upFolderToolTip.textAndMnemonic = Su di un livello -FileChooser.viewMenuButtonAccessibleName = Menu visuale -FileChooser.viewMenuButtonToolTipText = Layout -FileChooser.viewMenuLabel.textAndMnemonic = Layout -FileChooser.newFolderActionLabelText = Nuova cartella -FileChooser.listViewActionLabelText = Elenco -FileChooser.detailsViewActionLabelText = Dettagli -FileChooser.refreshActionLabelText = Aggiorna -FileChooser.sortMenuLabelText = Disponi icone per -FileChooser.viewMenuLabelText = Visualizza -FileChooser.fileSizeKiloBytes = {0} KB -FileChooser.fileSizeMegaBytes = {0} MB -FileChooser.fileSizeGigaBytes = {0} GB -FileChooser.folderNameLabelText = Nome cartella: - -error.occured = Si \u00e8 verificato un errore: %error% -button.abort = Annulla -button.retry = Riprova -button.ignore = Tralascia - -font.source = Font per i sorgenti: - +FileChooser.detailsViewActionLabel.textAndMnemonic=Dettagli +FileChooser.detailsViewButtonToolTip.textAndMnemonic=Dettagli +FileChooser.fileAttrHeader.textAndMnemonic=Attributi +FileChooser.fileDateHeader.textAndMnemonic=Ultima modifica +FileChooser.fileNameHeader.textAndMnemonic=Nome +FileChooser.fileNameLabel.textAndMnemonic=Nome del file: +FileChooser.fileSizeHeader.textAndMnemonic=Dimensione +FileChooser.fileTypeHeader.textAndMnemonic=Tipo +FileChooser.filesOfTypeLabel.textAndMnemonic=Tipo file: +FileChooser.folderNameLabel.textAndMnemonic=Nome cartella: +FileChooser.homeFolderToolTip.textAndMnemonic=Home +FileChooser.listViewActionLabel.textAndMnemonic=Elenco +FileChooser.listViewButtonToolTip.textAndMnemonic=Elenco +FileChooser.lookInLabel.textAndMnemonic=Guarda in: +FileChooser.newFolderActionLabel.textAndMnemonic=Nuova cartella +FileChooser.newFolderToolTip.textAndMnemonic=Crea nuova cartella +FileChooser.refreshActionLabel.textAndMnemonic=Aggiorna +FileChooser.saveInLabel.textAndMnemonic=Salva in: +FileChooser.upFolderToolTip.textAndMnemonic=Su di un livello +FileChooser.viewMenuButtonAccessibleName=Menu visuale +FileChooser.viewMenuButtonToolTipText=Layout +FileChooser.viewMenuLabel.textAndMnemonic=Layout +FileChooser.newFolderActionLabelText=Nuova cartella +FileChooser.listViewActionLabelText=Elenco +FileChooser.detailsViewActionLabelText=Dettagli +FileChooser.refreshActionLabelText=Aggiorna +FileChooser.sortMenuLabelText=Disponi icone per +FileChooser.viewMenuLabelText=Visualizza +FileChooser.fileSizeKiloBytes={0} KB +FileChooser.fileSizeMegaBytes={0} MB +FileChooser.fileSizeGigaBytes={0} GB +FileChooser.folderNameLabelText=Nome cartella: +error.occured=Si \u00e8 verificato un errore: %error% +button.abort=Annulla +button.retry=Riprova +button.ignore=Tralascia +font.source=Font per i sorgenti: #after version 1.6.7: - -menu.export = Esporta -menu.general = Generale -menu.language = Lingua - -startup.welcometo = Benvenuto a -startup.selectopen = Per iniziare fare clic su Apri nel menu oppure trascinare un file SWF su questa finestra. - - -error.font.nocharacter = Il font sorgente selezionato non contiene il carattere "%char%". - -warning.initializers = I campi statici e le costanti sono spesso valorizzati negli initializer.\nLa modifica del valore qui spesso non \u00e8 sufficiente! - - +menu.export=Esporta +menu.general=Generale +menu.language=Lingua +startup.welcometo=Benvenuto a +startup.selectopen=Per iniziare fare clic su Apri nel menu oppure trascinare un file SWF su questa finestra. +error.font.nocharacter=Il font sorgente selezionato non contiene il carattere "%char%". +warning.initializers=I campi statici e le costanti sono spesso valorizzati negli initializer.\nLa modifica del valore qui spesso non \u00e8 sufficiente! #after version 1.7.0u1: - -menu.tools.searchMemory = Cerca SWF in memoria -menu.file.reload = Ricarica -message.confirm.reload = Questa azione annulla tutte le modifiche non salvate e carica nuovamente il file SWF.\nConfermare? - -dialog.selectbkcolor.title = Scelta colore di sfondo -button.selectbkcolor.hint = Scelta colore di sfondo per lo SWF - -ColorChooser.okText = OK -ColorChooser.cancelText = Annulla -ColorChooser.resetText = Risetta -ColorChooser.previewText = Anteprima -ColorChooser.swatchesNameText = Palette -ColorChooser.swatchesRecentText = Recente: -ColorChooser.sampleText = Testo Campione Testo Campione - +menu.tools.searchMemory=Cerca SWF in memoria +menu.file.reload=Ricarica +message.confirm.reload=Questa azione annulla tutte le modifiche non salvate e carica nuovamente il file SWF.\nConfermare? +dialog.selectbkcolor.title=Scelta colore di sfondo +button.selectbkcolor.hint=Scelta colore di sfondo per lo SWF +ColorChooser.okText=OK +ColorChooser.cancelText=Annulla +ColorChooser.resetText=Risetta +ColorChooser.previewText=Anteprima +ColorChooser.swatchesNameText=Palette +ColorChooser.swatchesRecentText=Recente: +ColorChooser.sampleText=Testo Campione Testo Campione #after version 1.7.1: - -preview.play = Riproduci -preview.pause = Pausa -preview.stop = Stop - -message.confirm.removemultiple = Confermare la rimozione di %count% elementi\n e tutti gli oggetti che ne dipendono? -menu.tools.searchCache = Cerca nella cache del browser - +preview.play=Riproduci +preview.pause=Pausa +preview.stop=Stop +message.confirm.removemultiple=Confermare la rimozione di %count% elementi\n e tutti gli oggetti che ne dipendono? +menu.tools.searchCache=Cerca nella cache del browser #after version 1.7.2u2 - -error.trait.exists = Trait con nome "%name%" gi\u00e0 presente. -button.addtrait = Aggiungi trait -button.font.embed = Incorpora... -button.yes.all = S\u00ec a tutto -button.no.all = No a tutto -message.font.add.exists = Il carattere %char% esiste gi\u00e0 nel font tag.\nSostituirlo? - -filter.gfx = File ScaleForm GFX (*.gfx) -filter.supported = Tutti i formati supportati -work.canceled = Annullato -work.restoringControlFlow = Ripristino controllo di flusso in corso -menu.advancedsettings.advancedsettings = Impostazioni avanzate -menu.recentFiles = File recenti - +error.trait.exists=Trait con nome "%name%" gi\u00e0 presente. +button.addtrait=Aggiungi trait +button.font.embed=Incorpora... +button.yes.all=S\u00ec a tutto +button.no.all=No a tutto +message.font.add.exists=Il carattere %char% esiste gi\u00e0 nel font tag.\nSostituirlo? +filter.gfx=File ScaleForm GFX (*.gfx) +filter.supported=Tutti i formati supportati +work.canceled=Annullato +work.restoringControlFlow=Ripristino controllo di flusso in corso +menu.advancedsettings.advancedsettings=Impostazioni avanzate +menu.recentFiles=File recenti #after version 1.7.4 -work.restoringControlFlow.complete = Controllo di flusso ripristinato -message.confirm.recentFileNotFound = File non trovato. Rimuovere dalla lista dei file recenti? -contextmenu.closeSwf = Chiudi SWF -menu.settings.autoRenameIdentifiers = Autorinomina identificatori -menu.file.saveasexe = Crea eseguibile... -filter.exe = File eseguibile (*.exe) - +work.restoringControlFlow.complete=Controllo di flusso ripristinato +message.confirm.recentFileNotFound=File non trovato. Rimuovere dalla lista dei file recenti? +contextmenu.closeSwf=Chiudi SWF +menu.settings.autoRenameIdentifiers=Autorinomina identificatori +menu.file.saveasexe=Crea eseguibile... +filter.exe=File eseguibile (*.exe) #after version 1.8.0 -font.updateTexts = Aggiorna testi - +font.updateTexts=Aggiorna testi #after version 1.8.0u1 -menu.file.close = Chiudi -menu.file.closeAll = Chiudi tutto -menu.tools.otherTools = Altro -menu.tools.otherTools.clearRecentFiles = Pulisci file recenti -fontName.name = Nome font visualizzato: -fontName.copyright = Copyright del font: -button.preview = Anteprima -button.reset = Risetta -errors.info = Ci sono INFORMAZIONI nel log. Fare clic per visualizzare. -errors.warning = Ci sono AVVISI nel log. Fare clic per visualizzare. - -decompilationError = Errore di decompilazione - -disassemblingProgress.toString = toString -disassemblingProgress.reading = Lettura -disassemblingProgress.deobfuscating = Deoffuscamento - -contextmenu.moveTag = Sposta tag - -filter.swc = File componente SWC (*.swc) -filter.zip = File compressi (*.zip) -filter.binary = Ricerca binaria - tutti i file (*.*) - -open.error = Errore -open.error.fileNotFound = File non trovato -open.error.cannotOpen = Non \u00e8 possibile aprire il file - -node.others = altro - +menu.file.close=Chiudi +menu.file.closeAll=Chiudi tutto +menu.tools.otherTools=Altro +menu.tools.otherTools.clearRecentFiles=Pulisci file recenti +fontName.name=Nome font visualizzato: +fontName.copyright=Copyright del font: +button.preview=Anteprima +button.reset=Risetta +errors.info=Ci sono INFORMAZIONI nel log. Fare clic per visualizzare. +errors.warning=Ci sono AVVISI nel log. Fare clic per visualizzare. +decompilationError=Errore di decompilazione +disassemblingProgress.toString=toString +disassemblingProgress.reading=Lettura +disassemblingProgress.deobfuscating=Deoffuscamento +contextmenu.moveTag=Sposta tag +filter.swc=File componente SWC (*.swc) +filter.zip=File compressi (*.zip) +filter.binary=Ricerca binaria - tutti i file (*.*) +open.error=Errore +open.error.fileNotFound=File non trovato +open.error.cannotOpen=Non \u00e8 possibile aprire il file +node.others=altro #after version 1.8.1 -menu.tools.search = Ricerca testuale - +menu.tools.search=Ricerca testuale #after version 1.8.1u1 -menu.tools.timeline = Timeline - -dialog.selectcolor.title = Seleziona il colore -button.selectcolor.hint = Fare clic per selezionare il colore - +menu.tools.timeline=Timeline +dialog.selectcolor.title=Seleziona il colore +button.selectcolor.hint=Fare clic per selezionare il colore #default item name, will be used in following sentences -generictag.array.item = elemento -generictag.array.insertbeginning = Inserire %item% all'inizio -generictag.array.insertbefore = Inserire %item% prima -generictag.array.remove = Rimuovi %item% -generictag.array.insertafter = Inserire %item% dopo -generictag.array.insertend = Inserire %item% alla fine - +generictag.array.item=elemento +generictag.array.insertbeginning=Inserire %item% all'inizio +generictag.array.insertbefore=Inserire %item% prima +generictag.array.remove=Rimuovi %item% +generictag.array.insertafter=Inserire %item% dopo +generictag.array.insertend=Inserire %item% alla fine #after version 2.0.0 -contextmenu.expandAll = Espandi tutto - -filter.sounds = Formati audio supportati (*.wav, *.mp3) -filter.sounds.wav = Formato file Wave (*.wav) -filter.sounds.mp3 = Formato MP3 compresso (*.mp3) - -error.sound.invalid = Audio non valido. - -button.prev = Precedente -button.next = Successivo - +contextmenu.expandAll=Espandi tutto +filter.sounds=Formati audio supportati (*.wav, *.mp3) +filter.sounds.wav=Formato file Wave (*.wav) +filter.sounds.mp3=Formato MP3 compresso (*.mp3) +error.sound.invalid=Audio non valido. +button.prev=Precedente +button.next=Successivo #after version 2.1.0 -message.action.playerglobal.title = Libreria PlayerGlobal.swc mancante -message.action.playerglobal.needed = Per effettuare modifiche immediate in AS3 la libreria "PlayerGlobal.swc" deve essere scaricato dal sito di Adobe.\r\n%adobehomepage%\r\nPremere OK per visitare la pagina di download. -message.action.playerglobal.place = Scarica la libreria PlayerGlobal(.swc) e posizionala nella cartella \r\n%libpath%\r\nScegliere OK per continuare. - -message.confirm.experimental.function = Questa funzione \u00e8 SPERIMENTALE. Ci\u00f2 significa che non \u00e8 garantito il risultato ed il file SWF pu\u00f2 essere non funzionale dopo il salvataggio. -message.confirm.donotshowagain = Non mostrare pi\u00f9 il messaggio - -menu.import = Importa -menu.file.import.text = Importa testo -import.select.directory = Selezionare cartella di importazione -error.text.import = Errore durante l'importazione del testo. Continuare? - +message.action.playerglobal.title=Libreria PlayerGlobal.swc mancante +message.action.playerglobal.needed=Per effettuare modifiche immediate in AS3 la libreria "PlayerGlobal.swc" deve essere scaricato dal sito di Adobe.\r\n%adobehomepage%\r\nPremere OK per visitare la pagina di download. +message.action.playerglobal.place=Scarica la libreria PlayerGlobal(.swc) e posizionala nella cartella \r\n%libpath%\r\nScegliere OK per continuare. +message.confirm.experimental.function=Questa funzione \u00e8 SPERIMENTALE. Ci\u00f2 significa che non \u00e8 garantito il risultato ed il file SWF pu\u00f2 essere non funzionale dopo il salvataggio. +message.confirm.donotshowagain=Non mostrare pi\u00f9 il messaggio +menu.import=Importa +menu.file.import.text=Importa testo +import.select.directory=Selezionare cartella di importazione +error.text.import=Errore durante l'importazione del testo. Continuare? #after version 2.1.1 -contextmenu.removeWithDependencies = Rimuovere assieme alle dipendenze - -abc.action.find-usages = Trova invocazioni -abc.action.find-declaration = Trova dichiarazione - -contextmenu.rawEdit = Modifica raw -contextmenu.jumpToCharacter = Vai al carattere - -menu.settings.dumpView = Visualizza Dump - -menu.view = Visualizza -menu.file.view.resources = Risorse -menu.file.view.hex = Hex dump - -node.header = header - -header.signature = Firma: -header.compression = Compressione: -header.compression.lzma = LZMA -header.compression.zlib = ZLIB -header.compression.none = Nessuna compressione -header.version = Versione SWF: -header.gfx = GFX: -header.filesize = Dimensione file: -header.framerate = Frequenza frame: -header.framecount = Conteggio frame: -header.displayrect = Rect di visualizzazione: -header.displayrect.value.twips = %xmin%,%ymin% => %xmax%,%ymax% twip -header.displayrect.value.pixels = %xmin%,%ymin% => %xmax%,%ymax% pixel - +contextmenu.removeWithDependencies=Rimuovere assieme alle dipendenze +abc.action.find-usages=Trova invocazioni +abc.action.find-declaration=Trova dichiarazione +contextmenu.rawEdit=Modifica raw +contextmenu.jumpToCharacter=Vai al carattere +menu.settings.dumpView=Visualizza Dump +menu.view=Visualizza +menu.file.view.resources=Risorse +menu.file.view.hex=Hex dump +node.header=header +header.signature=Firma: +header.compression=Compressione: +header.compression.lzma=LZMA +header.compression.zlib=ZLIB +header.compression.none=Nessuna compressione +header.version=Versione SWF: +header.gfx=GFX: +header.filesize=Dimensione file: +header.framerate=Frequenza frame: +header.framecount=Conteggio frame: +header.displayrect=Rect di visualizzazione: +header.displayrect.value.twips=%xmin%,%ymin% => %xmax%,%ymax% twip +header.displayrect.value.pixels=%xmin%,%ymin% => %xmax%,%ymax% pixel #after version 2.1.2 -contextmenu.saveToFile = Salva su file -contextmenu.parseActions = Analizza azioni -contextmenu.parseABC = Analizza ABC -contextmenu.parseInstructions = Analizza istruzioni AVM2 - +contextmenu.saveToFile=Salva su file +contextmenu.parseActions=Analizza azioni +contextmenu.parseABC=Analizza ABC +contextmenu.parseInstructions=Analizza istruzioni AVM2 #after version 2.1.3 -menu.deobfuscation = Deoffuscamento -menu.file.deobfuscation.old = Vecchio stile -menu.file.deobfuscation.new = Nuovo stile - +menu.deobfuscation=Deoffuscamento +menu.file.deobfuscation.old=Vecchio stile +menu.file.deobfuscation.new=Nuovo stile #after version 2.1.4 -contextmenu.openswfinside = Apri SWF incorporato -binarydata.swfInside = Rilevato SWF all'interno di questo tag di dati binari. Fare clic qui per caricarlo come sottostruttura. - +contextmenu.openswfinside=Apri SWF incorporato +binarydata.swfInside=Rilevato SWF all'interno di questo tag di dati binari. Fare clic qui per caricarlo come sottostruttura. #after version 3.0.0 -button.zoomin.hint = Ingrandisci -button.zoomout.hint = Riduci -button.zoomfit.hint = Mostra tutto -button.zoomnone.hint = Scala 1:1 -button.snapshot.hint = Crea istantanea negli Appunti - -editorTruncateWarning = Testo troncato alla posizione %chars% in modalit\u00e0 debug. - +button.zoomin.hint=Ingrandisci +button.zoomout.hint=Riduci +button.zoomfit.hint=Mostra tutto +button.zoomnone.hint=Scala 1:1 +button.snapshot.hint=Crea istantanea negli Appunti +editorTruncateWarning=Testo troncato alla posizione %chars% in modalit\u00e0 debug. #Font name which is presented in the SWF Font tag -font.name.intag = Nome font nel tag: - -menu.debugger = Debugger -menu.debugger.switch = Debugger -menu.debugger.replacetrace = Sostituisci invocazioni di trace -menu.debugger.showlog = Visualizza log - -message.debugger = Questo debugger SWF pu\u00f2 essere utilizzato solo per stampare messaggi nella finestra di log della console del browser o alert.\r\nNon offre caratteristiche come esecuzione passo-passo, breakpoint ecc. -contextmenu.addTag = Aggiungi tag -deobfuscation.comment.tryenable = Suggerimento: \u00e8 possibile provare ad abilitare il "deoffuscamento automatico" sotto Impostazioni -deobfuscation.comment.failed = Il deoffuscamento \u00e8 attivo ma la decompilazione non \u00e8 riuscita. Se il file non \u00e8 offuscato, disattivare "Deoffuscamento automatico" potrebbe dare risultati migliori. - +font.name.intag=Nome font nel tag: +menu.debugger=Debugger +menu.debugger.switch=Debugger +menu.debugger.replacetrace=Sostituisci invocazioni di trace +menu.debugger.showlog=Visualizza log +message.debugger=Questo debugger SWF pu\u00f2 essere utilizzato solo per stampare messaggi nella finestra di log della console del browser o alert.\r\nNon offre caratteristiche come esecuzione passo-passo, breakpoint ecc. +contextmenu.addTag=Aggiungi tag +deobfuscation.comment.tryenable=Suggerimento: \u00e8 possibile provare ad abilitare il "deoffuscamento automatico" sotto Impostazioni +deobfuscation.comment.failed=Il deoffuscamento \u00e8 attivo ma la decompilazione non \u00e8 riuscita. Se il file non \u00e8 offuscato, disattivare "Deoffuscamento automatico" potrebbe dare risultati migliori. #after version 4.0.2 -preview.nextframe = Frame successivo -preview.prevframe = Frame precedente -preview.gotoframe = Vai a frame... - -preview.gotoframe.dialog.title = Vai a frame -preview.gotoframe.dialog.message = Inserire il numero del frame (%min% - %max%) -preview.gotoframe.dialog.frame.error = Numero del frame non valido. Deve essere tra %min% e %max%. - -error.text.invalid.continue = Testo non valido alla riga %line%: %text% . Si desidera continuare? - +preview.nextframe=Frame successivo +preview.prevframe=Frame precedente +preview.gotoframe=Vai a frame... +preview.gotoframe.dialog.title=Vai a frame +preview.gotoframe.dialog.message=Inserire il numero del frame (%min% - %max%) +preview.gotoframe.dialog.frame.error=Numero del frame non valido. Deve essere tra %min% e %max%. +error.text.invalid.continue=Testo non valido alla riga %line%: %text% . Si desidera continuare? #after version 4.0.5 -contextmenu.copyTag = Copia tag -fit = adattamento -button.setAdvanceValues = Impostare i valori di avanzamento - -menu.tools.replace = Sostituzione testo - -message.confirm.close = Vi sono modifiche non salvate. Chiudere {swfName} senza salvare? -message.confirm.closeAll = Vi sono modifiche non salvate. Vuoi davvero chiudere tutti i file SWF? - -contextmenu.exportJavaSource = Esporta sorgente Java -contextmenu.exportSwfXml = Esporta SWF come XML -contextmenu.importSwfXml = Importa SWF da XML - -filter.xml = File XML (*.xml) - +contextmenu.copyTag=Copia tag +fit=adattamento +button.setAdvanceValues=Impostare i valori di avanzamento +menu.tools.replace=Sostituzione testo +message.confirm.close=Vi sono modifiche non salvate. Chiudere {swfName} senza salvare? +message.confirm.closeAll=Vi sono modifiche non salvate. Vuoi davvero chiudere tutti i file SWF? +contextmenu.exportJavaSource=Esporta sorgente Java +contextmenu.exportSwfXml=Esporta SWF come XML +contextmenu.importSwfXml=Importa SWF da XML +filter.xml=File XML (*.xml) #after version 4.1.0 -contextmenu.undo = Annulla - -text.align.left = Allinea a sinistra -text.align.right = Allinea a destra -text.align.center = Centrato -text.align.justify = Giustificato - -text.undo = Annulla le modifiche - -menu.file.import.xml = Importa SWF da XML -menu.file.export.xml = Esporta SWF come XML - +contextmenu.undo=Annulla +text.align.left=Allinea a sinistra +text.align.right=Allinea a destra +text.align.center=Centrato +text.align.justify=Giustificato +text.undo=Annulla le modifiche +menu.file.import.xml=Importa SWF da XML +menu.file.export.xml=Esporta SWF come XML #after version 4.1.1 -text.align.translatex.decrease = Riduci TranslateX -text.align.translatex.increase = Incementa TranslateX -selectPreviousTag = Selezionare tag precedente -selectNextTag = Selezionare tag successivo -button.ignoreAll = Ignora tutto -menu.file.import.symbolClass = Importa classe di simbolo -text.toggleCase = Alterna maiuscole/minuscole - +text.align.translatex.decrease=Riduci TranslateX +text.align.translatex.increase=Incementa TranslateX +selectPreviousTag=Selezionare tag precedente +selectNextTag=Selezionare tag successivo +button.ignoreAll=Ignora tutto +menu.file.import.symbolClass=Importa classe di simbolo +text.toggleCase=Alterna maiuscole/minuscole #after version 5.0.2 -preview.loop = Cicla -menu.file.import.script = Importa script -contextmenu.copyTagWithDependencies = Copia tag con le dipendenze -button.replaceWithTag = Sostituisci con altro tag di carattere -button.resolveConstants = Risolvi le costanti - +preview.loop=Cicla +menu.file.import.script=Importa script +contextmenu.copyTagWithDependencies=Copia tag con le dipendenze +button.replaceWithTag=Sostituisci con altro tag di carattere +button.resolveConstants=Risolvi le costanti #after version 5.1.0 -button.viewConstants = Visualizza le costanti -work.exported = Esportato -button.replaceAlphaChannel = Sostituire canale alfa... - -tagInfo.header.name = Nome -tagInfo.header.value = Valore -tagInfo.tagType = Tipo tag -tagInfo.characterId = Id carattere -tagInfo.offset = Offset -tagInfo.length = Lunghezza -tagInfo.bounds = Limiti -tagInfo.width = Larghezza -tagInfo.height = Altezza -tagInfo.neededCharacters = Caratteri necessari - -button.viewhexpcode = Mostra valori byte assieme alle istruzioni -taginfo.header = Informazioni tag di base - -tagInfo.dependentCharacters = Caratteri dipendenti - +button.viewConstants=Visualizza le costanti +work.exported=Esportato +button.replaceAlphaChannel=Sostituire canale alfa... +tagInfo.header.name=Nome +tagInfo.header.value=Valore +tagInfo.tagType=Tipo tag +tagInfo.characterId=Id carattere +tagInfo.offset=Offset +tagInfo.length=Lunghezza +tagInfo.bounds=Limiti +tagInfo.width=Larghezza +tagInfo.height=Altezza +tagInfo.neededCharacters=Caratteri necessari +button.viewhexpcode=Mostra valori byte assieme alle istruzioni +taginfo.header=Informazioni tag di base +tagInfo.dependentCharacters=Caratteri dipendenti #after version 5.3.0 -header.uncompressed = Non compresso -header.warning.unsupportedGfxCompression = GFX supporta solo contenuto non compresso o compresso con Zlib. -header.warning.minimumZlibVersion = La compressione zlib richiede SWF versione 6 o superiore. -header.warning.minimumLzmaVersion = la compressione LZMA richiede SWF versione 13 o superiore. - -tagInfo.codecName = Nome codec -tagInfo.exportFormat = Formato di esportazione -tagInfo.samplingRate = Frequenza di campionamento -tagInfo.stereo = Stereo -tagInfo.sampleCount = Conteggio campioni - -filter.dmg = Eseguibili Mac (*.dmg) -filter.linuxExe = Eseguibili Linux - -import.script.result = Importati %count% script. -import.script.as12warning = Importa script pu\u00f2 importare solo script AS1/2. - -error.constantPoolTooBig = Constant pool troppo grande. indice=%index%, dimensioni=%size% -error.image.alpha.invalid = Valori canale alfa non validi. - +header.uncompressed=Non compresso +header.warning.unsupportedGfxCompression=GFX supporta solo contenuto non compresso o compresso con Zlib. +header.warning.minimumZlibVersion=La compressione zlib richiede SWF versione 6 o superiore. +header.warning.minimumLzmaVersion=la compressione LZMA richiede SWF versione 13 o superiore. +tagInfo.codecName=Nome codec +tagInfo.exportFormat=Formato di esportazione +tagInfo.samplingRate=Frequenza di campionamento +tagInfo.stereo=Stereo +tagInfo.sampleCount=Conteggio campioni +filter.dmg=Eseguibili Mac (*.dmg) +filter.linuxExe=Eseguibili Linux +import.script.result=Importati %count% script. +import.script.as12warning=Importa script pu\u00f2 importare solo script AS1/2. +error.constantPoolTooBig=Constant pool troppo grande. indice=%index%, dimensioni=%size% +error.image.alpha.invalid=Valori canale alfa non validi. #after version 6.0.2 -contextmenu.saveUncompressedToFile = Salva su file senza compressione -menu.settings.autoOpenLoadedSWFs = Apri SWF caricati durante la riproduzione - +contextmenu.saveUncompressedToFile=Salva su file senza compressione +menu.settings.autoOpenLoadedSWFs=Apri SWF caricati durante la riproduzione #after version 6.1.1 -menu.file.start = Avvio -menu.file.start.run = Esegui -menu.file.start.stop = Arresta -menu.file.start.debug = Debug -menu.debugging = Debug -menu.debugging.debug = Debug -menu.debugging.debug.stop = Ferma -menu.debugging.debug.pause = Pausa -menu.debugging.debug.stepOver = Passo successivo -menu.debugging.debug.stepInto = Entra nel metodo -menu.debugging.debug.stepOut = Risali dal metodo -menu.debugging.debug.continue = Continua -menu.debugging.debug.stack = Stack... -menu.debugging.debug.watch = Nuovo osservatore... - - -message.playerpath.notset = Proiettore Flash Player non trovato. Si prega di configurarne il percorso in Impostazioni avanzate / Percorsi (1). -message.playerpath.debug.notset = Proiettore Flash Player debugger di contenuto non trovato. Si prega di configurarne il percorso in Impostazioni avanzate / Percorsi (2). -message.playerpath.lib.notset = PlayerGlobal (.swc) non trovato. Si prega di configurarne il percorso in Impostazioni avanzate / Percorsi (3). - -debugpanel.header = Debug - -variables.header.registers = Registri -variables.header.locals = Variabili locali -variables.header.arguments = Argomenti -variables.header.scopeChain = Catena visibilit\u00e0 delle variabili -variables.column.name = Nome -variables.column.type = Tipo -variables.column.value = Valore - -callStack.header = Stack chiamate di funzione -callStack.header.file = File -callStack.header.line = Riga - -stack.header = Stack -stack.header.item = Voce - -constantpool.header = Pool delle costanti -constantpool.header.id = Id -constantpool.header.value = Valore - -work.running = In esecuzione -work.debugging = Debug in corso -work.debugging.instrumenting = Preparazione SWF per il debug -work.breakat = Interrompi a -work.halted = Debug iniziato, esecuzione sospesa. Aggiungi i breakpoint e scegli Continua (F5) per riprendere l'esecuzione. - -debuglog.header = Log -debuglog.button.clear = Pulisci - +menu.file.start=Avvio +menu.file.start.run=Esegui +menu.file.start.stop=Arresta +menu.file.start.debug=Debug +menu.debugging=Debug +menu.debugging.debug=Debug +menu.debugging.debug.stop=Ferma +menu.debugging.debug.pause=Pausa +menu.debugging.debug.stepOver=Passo successivo +menu.debugging.debug.stepInto=Entra nel metodo +menu.debugging.debug.stepOut=Risali dal metodo +menu.debugging.debug.continue=Continua +menu.debugging.debug.stack=Stack... +menu.debugging.debug.watch=Nuovo osservatore... +message.playerpath.notset=Proiettore Flash Player non trovato. Si prega di configurarne il percorso in Impostazioni avanzate / Percorsi (1). +message.playerpath.debug.notset=Proiettore Flash Player debugger di contenuto non trovato. Si prega di configurarne il percorso in Impostazioni avanzate / Percorsi (2). +message.playerpath.lib.notset=PlayerGlobal (.swc) non trovato. Si prega di configurarne il percorso in Impostazioni avanzate / Percorsi (3). +debugpanel.header=Debug +variables.header.registers=Registri +variables.header.locals=Variabili locali +variables.header.arguments=Argomenti +variables.header.scopeChain=Catena visibilit\u00e0 delle variabili +variables.column.name=Nome +variables.column.type=Tipo +variables.column.value=Valore +callStack.header=Stack chiamate di funzione +callStack.header.file=File +callStack.header.line=Riga +stack.header=Stack +stack.header.item=Voce +constantpool.header=Pool delle costanti +constantpool.header.id=Id +constantpool.header.value=Valore +work.running=In esecuzione +work.debugging=Debug in corso +work.debugging.instrumenting=Preparazione SWF per il debug +work.breakat=Interrompi a +work.halted=Debug iniziato, esecuzione sospesa. Aggiungi i breakpoint e scegli Continua (F5) per riprendere l'esecuzione. +debuglog.header=Log +debuglog.button.clear=Pulisci # after 7.0.1 -work.debugging.wait = In attesa di connessione proiettore Flash debugger - -error.debug.listen = Impossibile ascoltare la porta %porta%. Potrebbe esserci un altro debugger in esecuzione. - -debug.break.reason.unknown = (Sconosciuto) -debug.break.reason.breakpoint = (Breakpoint) -debug.break.reason.watch = (Watch) -debug.break.reason.fault = (Fault) -debug.break.reason.stopRequest = (Richiesta di stop) -debug.break.reason.step = (Passo) -debug.break.reason.halt = (Halt) -debug.break.reason.scriptLoaded = (Script caricato) - -menu.file.start.debugpcode = Debug P-code - +work.debugging.wait=In attesa di connessione proiettore Flash debugger +error.debug.listen=Impossibile ascoltare la porta %porta%. Potrebbe esserci un altro debugger in esecuzione. +debug.break.reason.unknown=(Sconosciuto) +debug.break.reason.breakpoint=(Breakpoint) +debug.break.reason.watch=(Watch) +debug.break.reason.fault=(Fault) +debug.break.reason.stopRequest=(Richiesta di stop) +debug.break.reason.step=(Passo) +debug.break.reason.halt=(Halt) +debug.break.reason.scriptLoaded=(Script caricato) +menu.file.start.debugpcode=Debug P-code # after 7.1.2 -button.replaceNoFill = Sostituisci - aggiorna limiti... -message.warning.svgImportExperimental = Non tutte le funzioni SVG sono supportate. Controllare il registro dopo l'importazione. -message.imported.swf = Il file SWF utilizza asset da un file SWF importato:\n%url%\nCaricare gli asset da quell'indirizzo? -message.imported.swf.manually = Impossibile caricare SWF importato\n%url%\nFile o URL non esistente.\nSelezionare un file locale? - -message.warning.hexViewNotUpToDate = Hex View non aggiornato. Si prega di salvare e ricaricare il file per aggiornare la visuale. -message.font.replace.updateTexts = Sono stati sostituiti alcuni caratteri. Aggiornare i testi esistenti? - -menu.settings.simplifyExpressions = Semplifica espressioni - +button.replaceNoFill=Sostituisci - aggiorna limiti... +message.warning.svgImportExperimental=Non tutte le funzioni SVG sono supportate. Controllare il registro dopo l'importazione. +message.imported.swf=Il file SWF utilizza asset da un file SWF importato:\n%url%\nCaricare gli asset da quell'indirizzo? +message.imported.swf.manually=Impossibile caricare SWF importato\n%url%\nFile o URL non esistente.\nSelezionare un file locale? +message.warning.hexViewNotUpToDate=Hex View non aggiornato. Si prega di salvare e ricaricare il file per aggiornare la visuale. +message.font.replace.updateTexts=Sono stati sostituiti alcuni caratteri. Aggiornare i testi esistenti? +menu.settings.simplifyExpressions=Semplifica espressioni #after 8.0.1 -menu.recentFiles.empty = Lista file recenti vuota -message.warning.outOfMemory32BitJre = Errore di memoria esaurita. Stai eseguendo Java a 32bit su sistema operativo a 64bit. Prova con Java a 64bit. - -menu.file.reloadAll = Ricarica tutto -message.confirm.reloadAll = Questa azione annulla le modifiche non salvate in tutti i file SWF e ricarica l'intera applicazione.\nDesideri continuare? -export.script.singleFilePallelModeWarning = L'esportazione di script su singolo file non \u00e8 supportata con accelerazione parallela abilitata - -button.showOriginalBytesInPcodeHex = Mostra byte originali -button.remove = Rimuovi - +menu.recentFiles.empty=Lista file recenti vuota +message.warning.outOfMemory32BitJre=Errore di memoria esaurita. Stai eseguendo Java a 32bit su sistema operativo a 64bit. Prova con Java a 64bit. +menu.file.reloadAll=Ricarica tutto +message.confirm.reloadAll=Questa azione annulla le modifiche non salvate in tutti i file SWF e ricarica l'intera applicazione.\nDesideri continuare? +export.script.singleFilePallelModeWarning=L'esportazione di script su singolo file non \u00e8 supportata con accelerazione parallela abilitata +button.showOriginalBytesInPcodeHex=Mostra byte originali +button.remove=Rimuovi #... -message.confirm.remove.nodep = Sicuro di voler remuovere %item%? - -message.confirm.removemultiple.nodep = Confermare la rimozione di %count% elementi? - -contextmenu.exportFla = Esporta come FLA \ No newline at end of file +message.confirm.remove.nodep=Sicuro di voler remuovere %item%? +message.confirm.removemultiple.nodep=Confermare la rimozione di %count% elementi? +contextmenu.exportFla=Esporta come FLA \ No newline at end of file diff --git a/src/com/jpexs/decompiler/flash/gui/locales/MainFrame_ja.properties b/src/com/jpexs/decompiler/flash/gui/locales/MainFrame_ja.properties index 8c7442e7d..7bac64298 100644 --- a/src/com/jpexs/decompiler/flash/gui/locales/MainFrame_ja.properties +++ b/src/com/jpexs/decompiler/flash/gui/locales/MainFrame_ja.properties @@ -12,714 +12,559 @@ # # You should have received a copy of the GNU General Public License # along with this program. If not, see . - -menu.file = \u30d5\u30a1\u30a4\u30eb -menu.file.open = \u958b\u304f... -menu.file.save = \u4fdd\u5b58 -menu.file.saveas = \u540d\u524d\u3092\u4ed8\u3051\u3066\u4fdd\u5b58... -menu.file.export.fla = FLA \u3067\u30a8\u30af\u30b9\u30dd\u30fc\u30c8 -menu.file.export.all = \u3059\u3079\u3066\u306e\u30d1\u30fc\u30c4\u3092\u30a8\u30af\u30b9\u30dd\u30fc\u30c8 -menu.file.export.selection = \u9078\u629e\u4e2d\u306e\u3082\u306e\u3092\u30a8\u30af\u30b9\u30dd\u30fc\u30c8 -menu.file.exit = \u7d42\u4e86 - -menu.tools = \u30c4\u30fc\u30eb -menu.tools.searchas = \u3059\u3079\u3066\u306e ActionScript \u3092\u691c\u7d22... -menu.tools.proxy = \u30d7\u30ed\u30ad\u30b7 -menu.tools.deobfuscation = \u96e3\u8aad\u5316\u306e\u89e3\u9664 -menu.tools.deobfuscation.pcode = P-code \u306e\u96e3\u8aad\u5316\u89e3\u9664... -menu.tools.deobfuscation.globalrename = \u8b58\u5225\u5b50\u306e\u540d\u524d\u3092\u30b0\u30ed\u30fc\u30d0\u30eb\u306b\u5909\u66f4\u3059\u308b -menu.tools.deobfuscation.renameinvalid = \u7121\u52b9\u306a\u8b58\u5225\u5b50\u306e\u540d\u524d\u3092\u5909\u66f4\u3059\u308b -menu.tools.gotoDocumentClass = \u30c9\u30ad\u30e5\u30e1\u30f3\u30c8\u30af\u30e9\u30b9\u3078\u79fb\u52d5 - -menu.settings = \u8a2d\u5b9a -menu.settings.autodeobfuscation = \u96e3\u8aad\u5316\u306e\u81ea\u52d5\u89e3\u9664 -menu.settings.internalflashviewer = \u72ec\u81ea\u306e Flash \u30d3\u30e5\u30fc\u30a2\u3092\u4f7f\u7528\u3059\u308b -menu.settings.parallelspeedup = \u4e26\u5217\u51e6\u7406\u306b\u3088\u308b\u9ad8\u901f\u5316 -menu.settings.disabledecompilation = \u9006\u30b3\u30f3\u30d1\u30a4\u30eb\u3092\u7121\u52b9\u5316 (\u9006\u30a2\u30bb\u30f3\u30d6\u30eb\u306e\u307f) -menu.settings.addtocontextmenu = SWF \u30d5\u30a1\u30a4\u30eb\u306e\u30b3\u30f3\u30c6\u30ad\u30b9\u30c8\u30e1\u30cb\u30e5\u30fc\u306b FFDec \u3092\u8ffd\u52a0 -menu.settings.language = \u8a00\u8a9e\u306e\u5909\u66f4 -menu.settings.cacheOnDisk = \u30b9\u30c8\u30ec\u30fc\u30b8\u306b\u30ad\u30e3\u30c3\u30b7\u30e5\u3059\u308b -menu.settings.gotoMainClassOnStartup = \u958b\u59cb\u6642\u306b\u30c9\u30ad\u30e5\u30e1\u30f3\u30c8\u30af\u30e9\u30b9\u3078\u79fb\u52d5 - -menu.help = \u30d8\u30eb\u30d7 -menu.help.checkupdates = \u30a2\u30c3\u30d7\u30c7\u30fc\u30c8\u306e\u30c1\u30a7\u30c3\u30af... -menu.help.helpus = \u52a9\u3051\u3066\uff01 -menu.help.homepage = \u30db\u30fc\u30e0\u30da\u30fc\u30b8\u306b\u30a2\u30af\u30bb\u30b9 -menu.help.about = \u30d0\u30fc\u30b8\u30e7\u30f3\u60c5\u5831... - -contextmenu.remove = \u524a\u9664 - -button.save = \u4fdd\u5b58 -button.edit = \u7de8\u96c6 -button.cancel = \u30ad\u30e3\u30f3\u30bb\u30eb -button.replace = \u7f6e\u63db... - -notavailonthisplatform = \u3053\u306e\u30aa\u30d6\u30b8\u30a7\u30af\u30c8\u306e\u30d7\u30ec\u30d3\u30e5\u30fc\u306f\u3001\u3053\u306e\u30d7\u30e9\u30c3\u30c8\u30d5\u30a9\u30fc\u30e0\u3067\u306f\u5229\u7528\u3067\u304d\u307e\u305b\u3093 (Windows \u306e\u307f) - -swfpreview = SWF \u306e\u30d7\u30ec\u30d3\u30e5\u30fc -swfpreview.internal = SWF \u306e\u30d7\u30ec\u30d3\u30e5\u30fc (\u5185\u90e8\u30d3\u30e5\u30fc\u30a2) - -parameters = \u30d1\u30e9\u30e1\u30fc\u30bf - -rename.enternew = \u65b0\u3057\u3044\u540d\u524d\u3092\u5165\u529b\u3057\u3066\u304f\u3060\u3055\u3044: - -rename.finished.identifier = \u8b58\u5225\u5b50\u306e\u540d\u524d\u3092\u5909\u66f4\u3057\u307e\u3057\u305f -rename.finished.multiname = %count% \u4ef6\u306e\u30de\u30eb\u30c1\u30cd\u30fc\u30e0\u306e\u540d\u524d\u3092\u5909\u66f4\u3057\u307e\u3057\u305f - -node.texts = \u30c6\u30ad\u30b9\u30c8 -node.images = \u753b\u50cf -node.movies = \u52d5\u753b -node.sounds = \u97f3\u58f0 -node.binaryData = \u30d0\u30a4\u30ca\u30ea\u30c7\u30fc\u30bf -node.fonts = \u30d5\u30a9\u30f3\u30c8 -node.sprites = \u30b9\u30d7\u30e9\u30a4\u30c8 -node.shapes = \u56f3\u5f62 -node.morphshapes = \u30e2\u30fc\u30d5\u56f3\u5f62 -node.buttons = \u30dc\u30bf\u30f3 -node.frames = \u30d5\u30ec\u30fc\u30e0 -node.scripts = \u30b9\u30af\u30ea\u30d7\u30c8 - -message.warning = \u8b66\u544a -message.confirm.experimental = \u6b21\u306e\u624b\u9806\u3067\u306f\u3001SWF \u30d5\u30a1\u30a4\u30eb\u304c\u7834\u640d\u3057\u3001\u518d\u751f\u3067\u304d\u306a\u304f\u306a\u308b\u53ef\u80fd\u6027\u304c\u3042\u308a\u307e\u3059\u3002\r\n\u81ea\u5df1\u8cac\u4efb\u3067\u4f7f\u7528\u3057\u3066\u304f\u3060\u3055\u3044\u3002\u7d9a\u884c\u3057\u307e\u3059\u304b\uff1f -message.confirm.parallel = \u4e26\u5217\u51e6\u7406\u306f\u3001\u8aad\u307f\u8fbc\u307f\u3068\u9006\u30b3\u30f3\u30d1\u30a4\u30eb\u3092\u9ad8\u901f\u5316\u3067\u304d\u307e\u3059\u304c\u3001\u3088\u308a\u591a\u304f\u306e\u30e1\u30e2\u30ea\u3092\u4f7f\u7528\u3057\u307e\u3059\u3002 -message.confirm.on = \u3053\u308c\u3092 \u30aa\u30f3 \u306b\u3057\u307e\u3059\u304b\uff1f -message.confirm.off = \u3053\u308c\u3092 \u30aa\u30d5 \u306b\u3057\u307e\u3059\u304b\uff1f -message.confirm = \u78ba\u8a8d - -message.confirm.autodeobfuscate = \u96e3\u8aad\u5316\u306e\u81ea\u52d5\u89e3\u9664\u306f\u3001\u96e3\u8aad\u5316\u3055\u308c\u305f\u30b3\u30fc\u30c9\u3092\u9006\u30b3\u30f3\u30d1\u30a4\u30eb\u3059\u308b\u65b9\u6cd5\u3067\u3059\u3002\r\n\u96e3\u8aad\u5316\u89e3\u9664\u306b\u3088\u308a\u9006\u30b3\u30f3\u30d1\u30a4\u30eb\u304c\u9045\u304f\u306a\u308a\u3001\u30c7\u30c3\u30c9\u30b3\u30fc\u30c9\u306e\u4e00\u90e8\u304c\u524a\u9664\u3055\u308c\u308b\u53ef\u80fd\u6027\u304c\u3042\u308a\u307e\u3059\u3002\r\n\u30b3\u30fc\u30c9\u304c\u96e3\u8aad\u5316\u3055\u308c\u3066\u3044\u306a\u3044\u5834\u5408\u306f\u3001\u96e3\u8aad\u5316\u306e\u81ea\u52d5\u89e3\u9664\u3092\u30aa\u30d5\u306b\u3059\u308b\u3053\u3068\u3092\u304a\u52e7\u3081\u3057\u307e\u3059\u3002 - -message.parallel = \u4e26\u5217\u51e6\u7406 -message.trait.saved = trait \u306f\u6b63\u5e38\u306b\u4fdd\u5b58\u3055\u308c\u307e\u3057\u305f - -message.constant.new.string = \u6587\u5b57\u5217 "%value%" \u306f\u5b9a\u6570\u30c6\u30fc\u30d6\u30eb\u306b\u5b58\u5728\u3057\u307e\u305b\u3093\u3002\u8ffd\u52a0\u3057\u307e\u3059\u304b\uff1f -message.constant.new.string.title = \u6587\u5b57\u5217\u3092\u8ffd\u52a0 -message.constant.new.integer = \u6574\u6570\u5024 "%value%" \u306f\u5b9a\u6570\u30c6\u30fc\u30d6\u30eb\u306b\u5b58\u5728\u3057\u307e\u305b\u3093\u3002\u8ffd\u52a0\u3057\u307e\u3059\u304b\uff1f -message.constant.new.integer.title = \u6574\u6570\u3092\u8ffd\u52a0 -message.constant.new.unsignedinteger = \u7b26\u53f7\u306a\u3057\u6574\u6570\u5024 "%value%" \u306f\u5b9a\u6570\u30c6\u30fc\u30d6\u30eb\u306b\u5b58\u5728\u3057\u307e\u305b\u3093\u3002\u8ffd\u52a0\u3057\u307e\u3059\u304b\uff1f -message.constant.new.unsignedinteger.title = \u7b26\u53f7\u306a\u3057\u6574\u6570\u5024\u3092\u8ffd\u52a0 -message.constant.new.double = \u5b9f\u6570\u5024 "%value%" \u306f\u5b9a\u6570\u30c6\u30fc\u30d6\u30eb\u306b\u5b58\u5728\u3057\u307e\u305b\u3093\u3002\u8ffd\u52a0\u3057\u307e\u3059\u304b\uff1f -message.constant.new.double.title = \u5b9f\u6570\u3092\u8ffd\u52a0 - -work.buffering = \u30d0\u30c3\u30d5\u30a1\u30ea\u30f3\u30b0 -work.waitingfordissasembly = \u5206\u89e3\u3092\u5f85\u3063\u3066\u3044\u307e\u3059 -work.gettinghilights = \u30cf\u30a4\u30e9\u30a4\u30c8\u306e\u53d6\u5f97\u4e2d -work.disassembling = \u9006\u30a2\u30bb\u30f3\u30d6\u30eb\u4e2d -work.exporting = \u30a8\u30af\u30b9\u30dd\u30fc\u30c8\u4e2d -work.searching = \u691c\u7d22\u4e2d -work.renaming = \u30ea\u30cd\u30fc\u30e0\u4e2d -work.exporting.fla = FLA \u3092\u30a8\u30af\u30b9\u30dd\u30fc\u30c8\u4e2d -work.renaming.identifiers = \u8b58\u5225\u5b50\u3092\u30ea\u30cd\u30fc\u30e0\u4e2d -work.deobfuscating = \u96e3\u8aad\u5316\u3092\u89e3\u9664\u4e2d -work.decompiling = \u9006\u30b3\u30f3\u30d1\u30a4\u30eb\u4e2d -work.gettingvariables = \u5909\u6570\u3092\u53d6\u5f97\u4e2d -work.reading.swf = SWF \u3092\u8aad\u307f\u8fbc\u307f\u4e2d -work.creatingwindow = \u30a6\u30a3\u30f3\u30c9\u30a6\u3092\u4f5c\u6210\u4e2d -work.buildingscripttree = \u30b9\u30af\u30ea\u30d7\u30c8\u30c4\u30ea\u30fc\u3092\u30d3\u30eb\u30c9\u4e2d - -work.deobfuscating.complete = \u96e3\u8aad\u5316\u306e\u89e3\u9664\u304c\u5b8c\u4e86\u3057\u307e\u3057\u305f - -message.search.notfound = \u6587\u5b57\u5217 "%searchtext%" \u304c\u898b\u3064\u304b\u308a\u307e\u305b\u3093\u3067\u3057\u305f -message.search.notfound.title = \u898b\u3064\u304b\u308a\u307e\u305b\u3093\u3067\u3057\u305f - -message.rename.notfound.multiname = \u30ab\u30fc\u30bd\u30eb\u306e\u4e0b\u306b\u3001\u30de\u30eb\u30c1\u30cd\u30fc\u30e0\u304c\u898b\u3064\u304b\u308a\u307e\u305b\u3093\u3067\u3057\u305f -message.rename.notfound.identifier = \u30ab\u30fc\u30bd\u30eb\u306e\u4e0b\u306b\u3001\u8b58\u5225\u5b50\u304c\u898b\u3064\u304b\u308a\u307e\u305b\u3093\u3067\u3057\u305f -message.rename.notfound.title = \u898b\u3064\u304b\u308a\u307e\u305b\u3093\u3067\u3057\u305f -message.rename.renamed = \u540d\u524d\u3092\u5909\u66f4\u3057\u305f\u8b58\u5225\u5b50: %count% - -filter.images = \u753b\u50cf (%extensions%) -filter.fla = %version% \u30c9\u30ad\u30e5\u30e1\u30f3\u30c8 (*.fla) -filter.xfl = %version% \u975e\u5727\u7e2e\u30c9\u30ad\u30e5\u30e1\u30f3\u30c8 (*.xfl) -filter.swf = SWF \u30d5\u30a1\u30a4\u30eb (*.swf) - -error = \u30a8\u30e9\u30fc -error.image.invalid = \u7121\u52b9\u306a\u753b\u50cf\u3067\u3059\u3002 - -error.text.invalid = \u7121\u52b9\u306a\u30c6\u30ad\u30b9\u30c8: %line %\u884c\u76ee\u306e\u30c6\u30ad\u30b9\u30c8 %text% -error.file.save = \u30d5\u30a1\u30a4\u30eb\u3092\u4fdd\u5b58\u3067\u304d\u307e\u305b\u3093 -error.file.write = \u30d5\u30a1\u30a4\u30eb\u306b\u66f8\u304d\u8fbc\u3081\u307e\u305b\u3093 -error.export = \u30a8\u30af\u30b9\u30dd\u30fc\u30c8\u4e2d\u306e\u30a8\u30e9\u30fc - -export.select.directory = \u30a8\u30af\u30b9\u30dd\u30fc\u30c8\u3059\u308b\u30c7\u30a3\u30ec\u30af\u30c8\u30ea\u306e\u9078\u629e -export.finishedin = %time% \u3067\u30a8\u30af\u30b9\u30dd\u30fc\u30c8 - -update.check.title = \u30a2\u30c3\u30d7\u30c7\u30fc\u30c8\u306e\u30c1\u30a7\u30c3\u30af -update.check.nonewversion = \u5229\u7528\u53ef\u80fd\u306a\u65b0\u3057\u3044\u30d0\u30fc\u30b8\u30e7\u30f3\u306f\u3042\u308a\u307e\u305b\u3093 - -message.helpus = \u8a73\u7d30\u306f\u3053\u3061\u3089\r\n%url% -message.homepage = \u30db\u30fc\u30e0\u30da\u30fc\u30b8\u3078\u30a2\u30af\u30bb\u30b9: \r\n%url% - -proxy = \u30d7\u30ed\u30ad\u30b7 -proxy.start = \u30d7\u30ed\u30ad\u30b7\u306e\u958b\u59cb -proxy.stop = \u30d7\u30ed\u30ad\u30b7\u306e\u505c\u6b62 -proxy.show = \u30d7\u30ed\u30ad\u30b7\u306e\u8868\u793a -exit = \u7d42\u4e86 - -panel.disassembled = P-code \u30bd\u30fc\u30b9 -panel.decompiled = ActionScript \u30bd\u30fc\u30b9 - -search.info = "%text%" \u3092\u691c\u7d22: -search.script = \u30b9\u30af\u30ea\u30d7\u30c8 - -constants = \u5b9a\u6570 -traits = trait - -pleasewait = \u304a\u5f85\u3061\u304f\u3060\u3055\u3044 - +menu.file=\u30d5\u30a1\u30a4\u30eb +menu.file.open=\u958b\u304f... +menu.file.save=\u4fdd\u5b58 +menu.file.saveas=\u540d\u524d\u3092\u4ed8\u3051\u3066\u4fdd\u5b58... +menu.file.export.fla=FLA \u3067\u30a8\u30af\u30b9\u30dd\u30fc\u30c8 +menu.file.export.all=\u3059\u3079\u3066\u306e\u30d1\u30fc\u30c4\u3092\u30a8\u30af\u30b9\u30dd\u30fc\u30c8 +menu.file.export.selection=\u9078\u629e\u4e2d\u306e\u3082\u306e\u3092\u30a8\u30af\u30b9\u30dd\u30fc\u30c8 +menu.file.exit=\u7d42\u4e86 +menu.tools=\u30c4\u30fc\u30eb +menu.tools.searchas=\u3059\u3079\u3066\u306e ActionScript \u3092\u691c\u7d22... +menu.tools.proxy=\u30d7\u30ed\u30ad\u30b7 +menu.tools.deobfuscation=\u96e3\u8aad\u5316\u306e\u89e3\u9664 +menu.tools.deobfuscation.pcode=P-code \u306e\u96e3\u8aad\u5316\u89e3\u9664... +menu.tools.deobfuscation.globalrename=\u8b58\u5225\u5b50\u306e\u540d\u524d\u3092\u30b0\u30ed\u30fc\u30d0\u30eb\u306b\u5909\u66f4\u3059\u308b +menu.tools.deobfuscation.renameinvalid=\u7121\u52b9\u306a\u8b58\u5225\u5b50\u306e\u540d\u524d\u3092\u5909\u66f4\u3059\u308b +menu.tools.gotoDocumentClass=\u30c9\u30ad\u30e5\u30e1\u30f3\u30c8\u30af\u30e9\u30b9\u3078\u79fb\u52d5 +menu.settings=\u8a2d\u5b9a +menu.settings.autodeobfuscation=\u96e3\u8aad\u5316\u306e\u81ea\u52d5\u89e3\u9664 +menu.settings.internalflashviewer=\u72ec\u81ea\u306e Flash \u30d3\u30e5\u30fc\u30a2\u3092\u4f7f\u7528\u3059\u308b +menu.settings.parallelspeedup=\u4e26\u5217\u51e6\u7406\u306b\u3088\u308b\u9ad8\u901f\u5316 +menu.settings.disabledecompilation=\u9006\u30b3\u30f3\u30d1\u30a4\u30eb\u3092\u7121\u52b9\u5316 (\u9006\u30a2\u30bb\u30f3\u30d6\u30eb\u306e\u307f) +menu.settings.addtocontextmenu=SWF \u30d5\u30a1\u30a4\u30eb\u306e\u30b3\u30f3\u30c6\u30ad\u30b9\u30c8\u30e1\u30cb\u30e5\u30fc\u306b FFDec \u3092\u8ffd\u52a0 +menu.settings.language=\u8a00\u8a9e\u306e\u5909\u66f4 +menu.settings.cacheOnDisk=\u30b9\u30c8\u30ec\u30fc\u30b8\u306b\u30ad\u30e3\u30c3\u30b7\u30e5\u3059\u308b +menu.settings.gotoMainClassOnStartup=\u958b\u59cb\u6642\u306b\u30c9\u30ad\u30e5\u30e1\u30f3\u30c8\u30af\u30e9\u30b9\u3078\u79fb\u52d5 +menu.help=\u30d8\u30eb\u30d7 +menu.help.checkupdates=\u30a2\u30c3\u30d7\u30c7\u30fc\u30c8\u306e\u30c1\u30a7\u30c3\u30af... +menu.help.helpus=\u52a9\u3051\u3066\uff01 +menu.help.homepage=\u30db\u30fc\u30e0\u30da\u30fc\u30b8\u306b\u30a2\u30af\u30bb\u30b9 +menu.help.about=\u30d0\u30fc\u30b8\u30e7\u30f3\u60c5\u5831... +contextmenu.remove=\u524a\u9664 +button.save=\u4fdd\u5b58 +button.edit=\u7de8\u96c6 +button.cancel=\u30ad\u30e3\u30f3\u30bb\u30eb +button.replace=\u7f6e\u63db... +notavailonthisplatform=\u3053\u306e\u30aa\u30d6\u30b8\u30a7\u30af\u30c8\u306e\u30d7\u30ec\u30d3\u30e5\u30fc\u306f\u3001\u3053\u306e\u30d7\u30e9\u30c3\u30c8\u30d5\u30a9\u30fc\u30e0\u3067\u306f\u5229\u7528\u3067\u304d\u307e\u305b\u3093 (Windows \u306e\u307f) +swfpreview=SWF \u306e\u30d7\u30ec\u30d3\u30e5\u30fc +swfpreview.internal=SWF \u306e\u30d7\u30ec\u30d3\u30e5\u30fc (\u5185\u90e8\u30d3\u30e5\u30fc\u30a2) +parameters=\u30d1\u30e9\u30e1\u30fc\u30bf +rename.enternew=\u65b0\u3057\u3044\u540d\u524d\u3092\u5165\u529b\u3057\u3066\u304f\u3060\u3055\u3044: +rename.finished.identifier=\u8b58\u5225\u5b50\u306e\u540d\u524d\u3092\u5909\u66f4\u3057\u307e\u3057\u305f +rename.finished.multiname=%count% \u4ef6\u306e\u30de\u30eb\u30c1\u30cd\u30fc\u30e0\u306e\u540d\u524d\u3092\u5909\u66f4\u3057\u307e\u3057\u305f +node.texts=\u30c6\u30ad\u30b9\u30c8 +node.images=\u753b\u50cf +node.movies=\u52d5\u753b +node.sounds=\u97f3\u58f0 +node.binaryData=\u30d0\u30a4\u30ca\u30ea\u30c7\u30fc\u30bf +node.fonts=\u30d5\u30a9\u30f3\u30c8 +node.sprites=\u30b9\u30d7\u30e9\u30a4\u30c8 +node.shapes=\u56f3\u5f62 +node.morphshapes=\u30e2\u30fc\u30d5\u56f3\u5f62 +node.buttons=\u30dc\u30bf\u30f3 +node.frames=\u30d5\u30ec\u30fc\u30e0 +node.scripts=\u30b9\u30af\u30ea\u30d7\u30c8 +message.warning=\u8b66\u544a +message.confirm.experimental=\u6b21\u306e\u624b\u9806\u3067\u306f\u3001SWF \u30d5\u30a1\u30a4\u30eb\u304c\u7834\u640d\u3057\u3001\u518d\u751f\u3067\u304d\u306a\u304f\u306a\u308b\u53ef\u80fd\u6027\u304c\u3042\u308a\u307e\u3059\u3002\r\n\u81ea\u5df1\u8cac\u4efb\u3067\u4f7f\u7528\u3057\u3066\u304f\u3060\u3055\u3044\u3002\u7d9a\u884c\u3057\u307e\u3059\u304b\uff1f +message.confirm.parallel=\u4e26\u5217\u51e6\u7406\u306f\u3001\u8aad\u307f\u8fbc\u307f\u3068\u9006\u30b3\u30f3\u30d1\u30a4\u30eb\u3092\u9ad8\u901f\u5316\u3067\u304d\u307e\u3059\u304c\u3001\u3088\u308a\u591a\u304f\u306e\u30e1\u30e2\u30ea\u3092\u4f7f\u7528\u3057\u307e\u3059\u3002 +message.confirm.on=\u3053\u308c\u3092 \u30aa\u30f3 \u306b\u3057\u307e\u3059\u304b\uff1f +message.confirm.off=\u3053\u308c\u3092 \u30aa\u30d5 \u306b\u3057\u307e\u3059\u304b\uff1f +message.confirm=\u78ba\u8a8d +message.confirm.autodeobfuscate=\u96e3\u8aad\u5316\u306e\u81ea\u52d5\u89e3\u9664\u306f\u3001\u96e3\u8aad\u5316\u3055\u308c\u305f\u30b3\u30fc\u30c9\u3092\u9006\u30b3\u30f3\u30d1\u30a4\u30eb\u3059\u308b\u65b9\u6cd5\u3067\u3059\u3002\r\n\u96e3\u8aad\u5316\u89e3\u9664\u306b\u3088\u308a\u9006\u30b3\u30f3\u30d1\u30a4\u30eb\u304c\u9045\u304f\u306a\u308a\u3001\u30c7\u30c3\u30c9\u30b3\u30fc\u30c9\u306e\u4e00\u90e8\u304c\u524a\u9664\u3055\u308c\u308b\u53ef\u80fd\u6027\u304c\u3042\u308a\u307e\u3059\u3002\r\n\u30b3\u30fc\u30c9\u304c\u96e3\u8aad\u5316\u3055\u308c\u3066\u3044\u306a\u3044\u5834\u5408\u306f\u3001\u96e3\u8aad\u5316\u306e\u81ea\u52d5\u89e3\u9664\u3092\u30aa\u30d5\u306b\u3059\u308b\u3053\u3068\u3092\u304a\u52e7\u3081\u3057\u307e\u3059\u3002 +message.parallel=\u4e26\u5217\u51e6\u7406 +message.trait.saved=trait \u306f\u6b63\u5e38\u306b\u4fdd\u5b58\u3055\u308c\u307e\u3057\u305f +message.constant.new.string=\u6587\u5b57\u5217 "%value%" \u306f\u5b9a\u6570\u30c6\u30fc\u30d6\u30eb\u306b\u5b58\u5728\u3057\u307e\u305b\u3093\u3002\u8ffd\u52a0\u3057\u307e\u3059\u304b\uff1f +message.constant.new.string.title=\u6587\u5b57\u5217\u3092\u8ffd\u52a0 +message.constant.new.integer=\u6574\u6570\u5024 "%value%" \u306f\u5b9a\u6570\u30c6\u30fc\u30d6\u30eb\u306b\u5b58\u5728\u3057\u307e\u305b\u3093\u3002\u8ffd\u52a0\u3057\u307e\u3059\u304b\uff1f +message.constant.new.integer.title=\u6574\u6570\u3092\u8ffd\u52a0 +message.constant.new.unsignedinteger=\u7b26\u53f7\u306a\u3057\u6574\u6570\u5024 "%value%" \u306f\u5b9a\u6570\u30c6\u30fc\u30d6\u30eb\u306b\u5b58\u5728\u3057\u307e\u305b\u3093\u3002\u8ffd\u52a0\u3057\u307e\u3059\u304b\uff1f +message.constant.new.unsignedinteger.title=\u7b26\u53f7\u306a\u3057\u6574\u6570\u5024\u3092\u8ffd\u52a0 +message.constant.new.double=\u5b9f\u6570\u5024 "%value%" \u306f\u5b9a\u6570\u30c6\u30fc\u30d6\u30eb\u306b\u5b58\u5728\u3057\u307e\u305b\u3093\u3002\u8ffd\u52a0\u3057\u307e\u3059\u304b\uff1f +message.constant.new.double.title=\u5b9f\u6570\u3092\u8ffd\u52a0 +work.buffering=\u30d0\u30c3\u30d5\u30a1\u30ea\u30f3\u30b0 +work.waitingfordissasembly=\u5206\u89e3\u3092\u5f85\u3063\u3066\u3044\u307e\u3059 +work.gettinghilights=\u30cf\u30a4\u30e9\u30a4\u30c8\u306e\u53d6\u5f97\u4e2d +work.disassembling=\u9006\u30a2\u30bb\u30f3\u30d6\u30eb\u4e2d +work.exporting=\u30a8\u30af\u30b9\u30dd\u30fc\u30c8\u4e2d +work.searching=\u691c\u7d22\u4e2d +work.renaming=\u30ea\u30cd\u30fc\u30e0\u4e2d +work.exporting.fla=FLA \u3092\u30a8\u30af\u30b9\u30dd\u30fc\u30c8\u4e2d +work.renaming.identifiers=\u8b58\u5225\u5b50\u3092\u30ea\u30cd\u30fc\u30e0\u4e2d +work.deobfuscating=\u96e3\u8aad\u5316\u3092\u89e3\u9664\u4e2d +work.decompiling=\u9006\u30b3\u30f3\u30d1\u30a4\u30eb\u4e2d +work.gettingvariables=\u5909\u6570\u3092\u53d6\u5f97\u4e2d +work.reading.swf=SWF \u3092\u8aad\u307f\u8fbc\u307f\u4e2d +work.creatingwindow=\u30a6\u30a3\u30f3\u30c9\u30a6\u3092\u4f5c\u6210\u4e2d +work.buildingscripttree=\u30b9\u30af\u30ea\u30d7\u30c8\u30c4\u30ea\u30fc\u3092\u30d3\u30eb\u30c9\u4e2d +work.deobfuscating.complete=\u96e3\u8aad\u5316\u306e\u89e3\u9664\u304c\u5b8c\u4e86\u3057\u307e\u3057\u305f +message.search.notfound=\u6587\u5b57\u5217 "%searchtext%" \u304c\u898b\u3064\u304b\u308a\u307e\u305b\u3093\u3067\u3057\u305f +message.search.notfound.title=\u898b\u3064\u304b\u308a\u307e\u305b\u3093\u3067\u3057\u305f +message.rename.notfound.multiname=\u30ab\u30fc\u30bd\u30eb\u306e\u4e0b\u306b\u3001\u30de\u30eb\u30c1\u30cd\u30fc\u30e0\u304c\u898b\u3064\u304b\u308a\u307e\u305b\u3093\u3067\u3057\u305f +message.rename.notfound.identifier=\u30ab\u30fc\u30bd\u30eb\u306e\u4e0b\u306b\u3001\u8b58\u5225\u5b50\u304c\u898b\u3064\u304b\u308a\u307e\u305b\u3093\u3067\u3057\u305f +message.rename.notfound.title=\u898b\u3064\u304b\u308a\u307e\u305b\u3093\u3067\u3057\u305f +message.rename.renamed=\u540d\u524d\u3092\u5909\u66f4\u3057\u305f\u8b58\u5225\u5b50: %count% +filter.images=\u753b\u50cf (%extensions%) +filter.fla=%version% \u30c9\u30ad\u30e5\u30e1\u30f3\u30c8 (*.fla) +filter.xfl=%version% \u975e\u5727\u7e2e\u30c9\u30ad\u30e5\u30e1\u30f3\u30c8 (*.xfl) +filter.swf=SWF \u30d5\u30a1\u30a4\u30eb (*.swf) +error=\u30a8\u30e9\u30fc +error.image.invalid=\u7121\u52b9\u306a\u753b\u50cf\u3067\u3059\u3002 +error.text.invalid=\u7121\u52b9\u306a\u30c6\u30ad\u30b9\u30c8: %line %\u884c\u76ee\u306e\u30c6\u30ad\u30b9\u30c8 %text% +error.file.save=\u30d5\u30a1\u30a4\u30eb\u3092\u4fdd\u5b58\u3067\u304d\u307e\u305b\u3093 +error.file.write=\u30d5\u30a1\u30a4\u30eb\u306b\u66f8\u304d\u8fbc\u3081\u307e\u305b\u3093 +error.export=\u30a8\u30af\u30b9\u30dd\u30fc\u30c8\u4e2d\u306e\u30a8\u30e9\u30fc +export.select.directory=\u30a8\u30af\u30b9\u30dd\u30fc\u30c8\u3059\u308b\u30c7\u30a3\u30ec\u30af\u30c8\u30ea\u306e\u9078\u629e +export.finishedin=%time% \u3067\u30a8\u30af\u30b9\u30dd\u30fc\u30c8 +update.check.title=\u30a2\u30c3\u30d7\u30c7\u30fc\u30c8\u306e\u30c1\u30a7\u30c3\u30af +update.check.nonewversion=\u5229\u7528\u53ef\u80fd\u306a\u65b0\u3057\u3044\u30d0\u30fc\u30b8\u30e7\u30f3\u306f\u3042\u308a\u307e\u305b\u3093 +message.helpus=\u8a73\u7d30\u306f\u3053\u3061\u3089\r\n%url% +message.homepage=\u30db\u30fc\u30e0\u30da\u30fc\u30b8\u3078\u30a2\u30af\u30bb\u30b9: \r\n%url% +proxy=\u30d7\u30ed\u30ad\u30b7 +proxy.start=\u30d7\u30ed\u30ad\u30b7\u306e\u958b\u59cb +proxy.stop=\u30d7\u30ed\u30ad\u30b7\u306e\u505c\u6b62 +proxy.show=\u30d7\u30ed\u30ad\u30b7\u306e\u8868\u793a +exit=\u7d42\u4e86 +panel.disassembled=P-code \u30bd\u30fc\u30b9 +panel.decompiled=ActionScript \u30bd\u30fc\u30b9 +search.info="%text%" \u3092\u691c\u7d22: +search.script=\u30b9\u30af\u30ea\u30d7\u30c8 +constants=\u5b9a\u6570 +traits=trait +pleasewait=\u304a\u5f85\u3061\u304f\u3060\u3055\u3044 #DEPRECATED - see abc.detail.trait.* -abc.detail.methodtrait = Method/Getter/Setter Trait -abc.detail.unsupported = - +abc.detail.methodtrait=Method/Getter/Setter Trait +abc.detail.unsupported=- #DEPRECATED - see abc.detail.trait.* -abc.detail.slotconsttrait = Slot/Const Trait -abc.detail.traitname = \u540d\u524d: - -abc.detail.body.params.maxstack = \u6700\u5927\u30b9\u30bf\u30c3\u30af: -abc.detail.body.params.localregcount = \u30ed\u30fc\u30ab\u30eb\u30ec\u30b8\u30b9\u30bf\u6570: -abc.detail.body.params.minscope = \u6700\u5c0f\u30b9\u30b3\u30fc\u30d7\u6df1\u5ea6: -abc.detail.body.params.maxscope = \u6700\u5927\u30b9\u30b3\u30fc\u30d7\u6df1\u5ea6: -abc.detail.body.params.autofill = \u30b3\u30fc\u30c9\u4fdd\u5b58\u6642\u306e\u81ea\u52d5\u5165\u529b (\u30b0\u30ed\u30fc\u30d0\u30eb\u8a2d\u5b9a) -abc.detail.body.params.autofill.experimental = ...\u5b9f\u9a13\u7684 - -abc.detail.methodinfo.methodindex = \u30e1\u30bd\u30c3\u30c9\u306e\u30a4\u30f3\u30c7\u30c3\u30af\u30b9: -abc.detail.methodinfo.parameters = \u30d1\u30e9\u30e1\u30fc\u30bf: -abc.detail.methodinfo.returnvalue = \u623b\u308a\u5024\u306e\u578b: - -error.methodinfo.params = MethodInfo Params Error -error.methodinfo.returnvalue = MethodInfo \u623b\u308a\u5024\u306e\u578b\u30a8\u30e9\u30fc - -abc.detail.methodinfo = MethodInfo -abc.detail.body.code = MethodBody Code -abc.detail.body.params = MethodBody params - -abc.detail.slotconst.typevalue = \u578b\u3068\u5024: - -error.slotconst.typevalue = SlotConst \u578b\u5024\u30a8\u30e9\u30fc - -message.autofill.failed = \u81ea\u52d5\u30dc\u30c7\u30a3\u30d1\u30e9\u30e1\u30fc\u30bf\u306e\u30b3\u30fc\u30c9\u7d71\u8a08\u3092\u53d6\u5f97\u3067\u304d\u307e\u305b\u3093\u3002\r\n\u3053\u306e\u30e1\u30c3\u30bb\u30fc\u30b8\u3092\u56de\u907f\u3059\u308b\u306b\u306f\u3001\u81ea\u52d5\u5165\u529b\u306e\u30c1\u30a7\u30c3\u30af\u3092\u5916\u3057\u3066\u304f\u3060\u3055\u3044\u3002 -info.selecttrait = \u30af\u30e9\u30b9\u3092\u9078\u629e\u3057\u3001ActionScript \u30bd\u30fc\u30b9\u5185\u306e trait \u3092\u30af\u30ea\u30c3\u30af\u3057\u3066\u7de8\u96c6\u3057\u307e\u3059\u3002 - -button.viewgraph = \u30b0\u30e9\u30d5\u3092\u898b\u308b -button.viewhex = 16\u9032\u6570\u3092\u898b\u308b - -action.edit.experimental = (\u5b9f\u9a13\u7684) - -message.action.saved = \u30b3\u30fc\u30c9\u304c\u6b63\u5e38\u306b\u4fdd\u5b58\u3055\u308c\u307e\u3057\u305f - -error.action.save = %line% \u884c\u76ee\u3067 %error% - -message.confirm.remove = %item% \u3068\u3001\u305d\u308c\u306b\u4f9d\u5b58\u3059\u308b\u3059\u3079\u3066\u306e\u30aa\u30d6\u30b8\u30a7\u30af\u30c8\u3092\u3001\u672c\u5f53\u306b\u524a\u9664\u3057\u307e\u3059\u304b\uff1f - +abc.detail.slotconsttrait=Slot/Const Trait +abc.detail.traitname=\u540d\u524d: +abc.detail.body.params.maxstack=\u6700\u5927\u30b9\u30bf\u30c3\u30af: +abc.detail.body.params.localregcount=\u30ed\u30fc\u30ab\u30eb\u30ec\u30b8\u30b9\u30bf\u6570: +abc.detail.body.params.minscope=\u6700\u5c0f\u30b9\u30b3\u30fc\u30d7\u6df1\u5ea6: +abc.detail.body.params.maxscope=\u6700\u5927\u30b9\u30b3\u30fc\u30d7\u6df1\u5ea6: +abc.detail.body.params.autofill=\u30b3\u30fc\u30c9\u4fdd\u5b58\u6642\u306e\u81ea\u52d5\u5165\u529b (\u30b0\u30ed\u30fc\u30d0\u30eb\u8a2d\u5b9a) +abc.detail.body.params.autofill.experimental=...\u5b9f\u9a13\u7684 +abc.detail.methodinfo.methodindex=\u30e1\u30bd\u30c3\u30c9\u306e\u30a4\u30f3\u30c7\u30c3\u30af\u30b9: +abc.detail.methodinfo.parameters=\u30d1\u30e9\u30e1\u30fc\u30bf: +abc.detail.methodinfo.returnvalue=\u623b\u308a\u5024\u306e\u578b: +error.methodinfo.params=MethodInfo Params Error +error.methodinfo.returnvalue=MethodInfo \u623b\u308a\u5024\u306e\u578b\u30a8\u30e9\u30fc +abc.detail.methodinfo=MethodInfo +abc.detail.body.code=MethodBody Code +abc.detail.body.params=MethodBody params +abc.detail.slotconst.typevalue=\u578b\u3068\u5024: +error.slotconst.typevalue=SlotConst \u578b\u5024\u30a8\u30e9\u30fc +message.autofill.failed=\u81ea\u52d5\u30dc\u30c7\u30a3\u30d1\u30e9\u30e1\u30fc\u30bf\u306e\u30b3\u30fc\u30c9\u7d71\u8a08\u3092\u53d6\u5f97\u3067\u304d\u307e\u305b\u3093\u3002\r\n\u3053\u306e\u30e1\u30c3\u30bb\u30fc\u30b8\u3092\u56de\u907f\u3059\u308b\u306b\u306f\u3001\u81ea\u52d5\u5165\u529b\u306e\u30c1\u30a7\u30c3\u30af\u3092\u5916\u3057\u3066\u304f\u3060\u3055\u3044\u3002 +info.selecttrait=\u30af\u30e9\u30b9\u3092\u9078\u629e\u3057\u3001ActionScript \u30bd\u30fc\u30b9\u5185\u306e trait \u3092\u30af\u30ea\u30c3\u30af\u3057\u3066\u7de8\u96c6\u3057\u307e\u3059\u3002 +button.viewgraph=\u30b0\u30e9\u30d5\u3092\u898b\u308b +button.viewhex=16\u9032\u6570\u3092\u898b\u308b +action.edit.experimental=(\u5b9f\u9a13\u7684) +message.action.saved=\u30b3\u30fc\u30c9\u304c\u6b63\u5e38\u306b\u4fdd\u5b58\u3055\u308c\u307e\u3057\u305f +error.action.save=%line% \u884c\u76ee\u3067 %error% +message.confirm.remove=%item% \u3068\u3001\u305d\u308c\u306b\u4f9d\u5b58\u3059\u308b\u3059\u3079\u3066\u306e\u30aa\u30d6\u30b8\u30a7\u30af\u30c8\u3092\u3001\u672c\u5f53\u306b\u524a\u9664\u3057\u307e\u3059\u304b\uff1f #after version 1.6.5u1: - -button.ok = OK - -font.name = \u30d5\u30a9\u30f3\u30c8\u540d: -font.isbold = \u592a\u5b57: -font.isitalic = \u659c\u4f53: +button.ok=OK +font.name=\u30d5\u30a9\u30f3\u30c8\u540d: +font.isbold=\u592a\u5b57: +font.isitalic=\u659c\u4f53: # font.ascent = Ascent: # font.descent = Descent: # font.leading = Leading: -font.characters = \u6587\u5b57: -font.characters.add = \u6587\u5b57\u3092\u8ffd\u52a0: -value.unknown = ? - -yes = \u306f\u3044 -no = \u3044\u3044\u3048 - -errors.present = \u30ed\u30b0\u306b\u30a8\u30e9\u30fc\u304c\u3042\u308a\u307e\u3059\u3002\u30af\u30ea\u30c3\u30af\u3057\u3066\u8868\u793a\u3057\u307e\u3059\u3002 -errors.none = \u30ed\u30b0\u306b\u30a8\u30e9\u30fc\u306f\u3042\u308a\u307e\u305b\u3093\u3002 - +font.characters=\u6587\u5b57: +font.characters.add=\u6587\u5b57\u3092\u8ffd\u52a0: +value.unknown=? +yes=\u306f\u3044 +no=\u3044\u3044\u3048 +errors.present=\u30ed\u30b0\u306b\u30a8\u30e9\u30fc\u304c\u3042\u308a\u307e\u3059\u3002\u30af\u30ea\u30c3\u30af\u3057\u3066\u8868\u793a\u3057\u307e\u3059\u3002 +errors.none=\u30ed\u30b0\u306b\u30a8\u30e9\u30fc\u306f\u3042\u308a\u307e\u305b\u3093\u3002 #after version 1.6.6: - -dialog.message.title = \u30e1\u30c3\u30bb\u30fc\u30b8 -dialog.select.title = \u30aa\u30d7\u30b7\u30e7\u30f3\u3092\u9078\u629e - -button.yes = \u306f\u3044 -button.no = \u3044\u3044\u3048 - -FileChooser.openButtonText = \u958b\u304f -FileChooser.openButtonToolTipText = \u958b\u304f -FileChooser.lookInLabelText = \u5834\u6240: -FileChooser.acceptAllFileFilterText = \u3059\u3079\u3066\u306e\u30d5\u30a1\u30a4\u30eb -FileChooser.filesOfTypeLabelText = \u30d5\u30a1\u30a4\u30eb\u306e\u7a2e\u985e: -FileChooser.fileNameLabelText = \u30d5\u30a1\u30a4\u30eb\u540d: -FileChooser.listViewButtonToolTipText = \u4e00\u89a7 -FileChooser.listViewButtonAccessibleName = \u4e00\u89a7 -FileChooser.detailsViewButtonToolTipText = \u8a73\u7d30 -FileChooser.detailsViewButtonAccessibleName = \u8a73\u7d30 -FileChooser.upFolderToolTipText = 1\u3064\u4e0a\u306e\u30c7\u30a3\u30ec\u30af\u30c8\u30ea -FileChooser.upFolderAccessibleName = 1\u3064\u4e0a\u306e\u30c7\u30a3\u30ec\u30af\u30c8\u30ea -FileChooser.homeFolderToolTipText = \u30db\u30fc\u30e0 -FileChooser.homeFolderAccessibleName = \u30db\u30fc\u30e0 -FileChooser.fileNameHeaderText = \u540d\u524d -FileChooser.fileSizeHeaderText = \u30b5\u30a4\u30ba -FileChooser.fileTypeHeaderText = \u7a2e\u985e -FileChooser.fileDateHeaderText = \u65e5\u4ed8 -FileChooser.fileAttrHeaderText = \u5c5e\u6027 -FileChooser.openDialogTitleText = \u958b\u304f -FileChooser.directoryDescriptionText = \u30c7\u30a3\u30ec\u30af\u30c8\u30ea -FileChooser.directoryOpenButtonText = \u958b\u304f -FileChooser.directoryOpenButtonToolTipText = \u9078\u629e\u3057\u305f\u30c7\u30a3\u30ec\u30af\u30c8\u30ea\u3092\u958b\u304f -FileChooser.fileDescriptionText = \u4e00\u822c\u7684\u306a\u30d5\u30a1\u30a4\u30eb -FileChooser.helpButtonText = \u30d8\u30eb\u30d7 -FileChooser.helpButtonToolTipText = \u30d5\u30a1\u30a4\u30eb\u9078\u629e\u306e\u30d8\u30eb\u30d7 -FileChooser.newFolderAccessibleName = \u65b0\u3057\u3044\u30d5\u30a9\u30eb\u30c0 -FileChooser.newFolderErrorText = \u65b0\u3057\u3044\u30d5\u30a9\u30eb\u30c0\u306e\u4f5c\u6210\u4e2d\u306b\u30a8\u30e9\u30fc\u304c\u767a\u751f\u3057\u307e\u3057\u305f -FileChooser.newFolderToolTipText = \u65b0\u3057\u3044\u30d5\u30a9\u30eb\u30c0\u3092\u4f5c\u6210 -FileChooser.other.newFolder = \u65b0\u3057\u3044\u30d5\u30a9\u30eb\u30c0 -FileChooser.other.newFolder.subsequent = \u65b0\u3057\u3044\u30d5\u30a9\u30eb\u30c0.{0} -FileChooser.win32.newFolder = \u65b0\u3057\u3044\u30d5\u30a9\u30eb\u30c0 -FileChooser.win32.newFolder.subsequent = \u65b0\u3057\u3044\u30d5\u30a9\u30eb\u30c0 ({0}) -FileChooser.saveButtonText = \u4fdd\u5b58 -FileChooser.saveButtonToolTipText = \u9078\u629e\u3057\u305f\u30d5\u30a1\u30a4\u30eb\u3092\u4fdd\u5b58 -FileChooser.saveDialogTitleText = \u4fdd\u5b58 -FileChooser.saveInLabelText = \u5834\u6240: -FileChooser.updateButtonText = \u66f4\u65b0 -FileChooser.updateButtonToolTipText = \u30c7\u30a3\u30ec\u30af\u30c8\u30ea\u4e00\u89a7\u3092\u66f4\u65b0 - +dialog.message.title=\u30e1\u30c3\u30bb\u30fc\u30b8 +dialog.select.title=\u30aa\u30d7\u30b7\u30e7\u30f3\u3092\u9078\u629e +button.yes=\u306f\u3044 +button.no=\u3044\u3044\u3048 +FileChooser.openButtonText=\u958b\u304f +FileChooser.openButtonToolTipText=\u958b\u304f +FileChooser.lookInLabelText=\u5834\u6240: +FileChooser.acceptAllFileFilterText=\u3059\u3079\u3066\u306e\u30d5\u30a1\u30a4\u30eb +FileChooser.filesOfTypeLabelText=\u30d5\u30a1\u30a4\u30eb\u306e\u7a2e\u985e: +FileChooser.fileNameLabelText=\u30d5\u30a1\u30a4\u30eb\u540d: +FileChooser.listViewButtonToolTipText=\u4e00\u89a7 +FileChooser.listViewButtonAccessibleName=\u4e00\u89a7 +FileChooser.detailsViewButtonToolTipText=\u8a73\u7d30 +FileChooser.detailsViewButtonAccessibleName=\u8a73\u7d30 +FileChooser.upFolderToolTipText=1\u3064\u4e0a\u306e\u30c7\u30a3\u30ec\u30af\u30c8\u30ea +FileChooser.upFolderAccessibleName=1\u3064\u4e0a\u306e\u30c7\u30a3\u30ec\u30af\u30c8\u30ea +FileChooser.homeFolderToolTipText=\u30db\u30fc\u30e0 +FileChooser.homeFolderAccessibleName=\u30db\u30fc\u30e0 +FileChooser.fileNameHeaderText=\u540d\u524d +FileChooser.fileSizeHeaderText=\u30b5\u30a4\u30ba +FileChooser.fileTypeHeaderText=\u7a2e\u985e +FileChooser.fileDateHeaderText=\u65e5\u4ed8 +FileChooser.fileAttrHeaderText=\u5c5e\u6027 +FileChooser.openDialogTitleText=\u958b\u304f +FileChooser.directoryDescriptionText=\u30c7\u30a3\u30ec\u30af\u30c8\u30ea +FileChooser.directoryOpenButtonText=\u958b\u304f +FileChooser.directoryOpenButtonToolTipText=\u9078\u629e\u3057\u305f\u30c7\u30a3\u30ec\u30af\u30c8\u30ea\u3092\u958b\u304f +FileChooser.fileDescriptionText=\u4e00\u822c\u7684\u306a\u30d5\u30a1\u30a4\u30eb +FileChooser.helpButtonText=\u30d8\u30eb\u30d7 +FileChooser.helpButtonToolTipText=\u30d5\u30a1\u30a4\u30eb\u9078\u629e\u306e\u30d8\u30eb\u30d7 +FileChooser.newFolderAccessibleName=\u65b0\u3057\u3044\u30d5\u30a9\u30eb\u30c0 +FileChooser.newFolderErrorText=\u65b0\u3057\u3044\u30d5\u30a9\u30eb\u30c0\u306e\u4f5c\u6210\u4e2d\u306b\u30a8\u30e9\u30fc\u304c\u767a\u751f\u3057\u307e\u3057\u305f +FileChooser.newFolderToolTipText=\u65b0\u3057\u3044\u30d5\u30a9\u30eb\u30c0\u3092\u4f5c\u6210 +FileChooser.other.newFolder=\u65b0\u3057\u3044\u30d5\u30a9\u30eb\u30c0 +FileChooser.other.newFolder.subsequent=\u65b0\u3057\u3044\u30d5\u30a9\u30eb\u30c0.{0} +FileChooser.win32.newFolder=\u65b0\u3057\u3044\u30d5\u30a9\u30eb\u30c0 +FileChooser.win32.newFolder.subsequent=\u65b0\u3057\u3044\u30d5\u30a9\u30eb\u30c0 ({0}) +FileChooser.saveButtonText=\u4fdd\u5b58 +FileChooser.saveButtonToolTipText=\u9078\u629e\u3057\u305f\u30d5\u30a1\u30a4\u30eb\u3092\u4fdd\u5b58 +FileChooser.saveDialogTitleText=\u4fdd\u5b58 +FileChooser.saveInLabelText=\u5834\u6240: +FileChooser.updateButtonText=\u66f4\u65b0 +FileChooser.updateButtonToolTipText=\u30c7\u30a3\u30ec\u30af\u30c8\u30ea\u4e00\u89a7\u3092\u66f4\u65b0 #after version 1.6.6u2: - -FileChooser.detailsViewActionLabel.textAndMnemonic = \u8a73\u7d30 -FileChooser.detailsViewButtonToolTip.textAndMnemonic = \u8a73\u7d30 -FileChooser.fileAttrHeader.textAndMnemonic = \u5c5e\u6027 -FileChooser.fileDateHeader.textAndMnemonic = \u5909\u66f4\u6e08\u307f -FileChooser.fileNameHeader.textAndMnemonic = \u540d\u524d -FileChooser.fileNameLabel.textAndMnemonic = \u30d5\u30a1\u30a4\u30eb\u540d: -FileChooser.fileSizeHeader.textAndMnemonic = \u30b5\u30a4\u30ba -FileChooser.fileTypeHeader.textAndMnemonic = \u7a2e\u985e -FileChooser.filesOfTypeLabel.textAndMnemonic = \u30d5\u30a1\u30a4\u30eb\u306e\u7a2e\u985e: -FileChooser.folderNameLabel.textAndMnemonic = \u30d5\u30a9\u30eb\u30c0\u540d: -FileChooser.homeFolderToolTip.textAndMnemonic = \u30db\u30fc\u30e0 -FileChooser.listViewActionLabel.textAndMnemonic = \u4e00\u89a7 -FileChooser.listViewButtonToolTip.textAndMnemonic = \u4e00\u89a7 -FileChooser.lookInLabel.textAndMnemonic = \u5834\u6240: -FileChooser.newFolderActionLabel.textAndMnemonic = \u65b0\u3057\u3044\u30d5\u30a9\u30eb\u30c0 -FileChooser.newFolderToolTip.textAndMnemonic = \u65b0\u3057\u3044\u30d5\u30a9\u30eb\u30c0\u3092\u4f5c\u6210 -FileChooser.refreshActionLabel.textAndMnemonic = \u66f4\u65b0 -FileChooser.saveInLabel.textAndMnemonic = \u5834\u6240: -FileChooser.upFolderToolTip.textAndMnemonic = 1\u3064\u4e0a\u306b\u30c7\u30a3\u30ec\u30af\u30c8\u30ea -FileChooser.viewMenuButtonAccessibleName = \u30e1\u30cb\u30e5\u30fc\u8868\u793a -FileChooser.viewMenuButtonToolTipText = \u30e1\u30cb\u30e5\u30fc\u8868\u793a -FileChooser.viewMenuLabel.textAndMnemonic = \u8868\u793a -FileChooser.newFolderActionLabelText = \u65b0\u3057\u3044\u30d5\u30a9\u30eb\u30c0 -FileChooser.listViewActionLabelText = \u4e00\u89a7 -FileChooser.detailsViewActionLabelText = \u8a73\u7d30 -FileChooser.refreshActionLabelText = \u66f4\u65b0 -FileChooser.sortMenuLabelText = \u30a2\u30a4\u30b3\u30f3\u306e\u30a2\u30ec\u30f3\u30b8 -FileChooser.viewMenuLabelText = \u8868\u793a -FileChooser.fileSizeKiloBytes = {0} KB -FileChooser.fileSizeMegaBytes = {0} MB -FileChooser.fileSizeGigaBytes = {0} GB -FileChooser.folderNameLabelText = \u30d5\u30a9\u30eb\u30c0\u540d: - -error.occured = \u30a8\u30e9\u30fc\u304c\u767a\u751f\u3057\u307e\u3057\u305f: %error% -button.abort = \u4e2d\u6b62 -button.retry = \u518d\u8a66\u884c -button.ignore = \u7121\u8996 - -font.source = \u30d5\u30a9\u30f3\u30c8: - +FileChooser.detailsViewActionLabel.textAndMnemonic=\u8a73\u7d30 +FileChooser.detailsViewButtonToolTip.textAndMnemonic=\u8a73\u7d30 +FileChooser.fileAttrHeader.textAndMnemonic=\u5c5e\u6027 +FileChooser.fileDateHeader.textAndMnemonic=\u5909\u66f4\u6e08\u307f +FileChooser.fileNameHeader.textAndMnemonic=\u540d\u524d +FileChooser.fileNameLabel.textAndMnemonic=\u30d5\u30a1\u30a4\u30eb\u540d: +FileChooser.fileSizeHeader.textAndMnemonic=\u30b5\u30a4\u30ba +FileChooser.fileTypeHeader.textAndMnemonic=\u7a2e\u985e +FileChooser.filesOfTypeLabel.textAndMnemonic=\u30d5\u30a1\u30a4\u30eb\u306e\u7a2e\u985e: +FileChooser.folderNameLabel.textAndMnemonic=\u30d5\u30a9\u30eb\u30c0\u540d: +FileChooser.homeFolderToolTip.textAndMnemonic=\u30db\u30fc\u30e0 +FileChooser.listViewActionLabel.textAndMnemonic=\u4e00\u89a7 +FileChooser.listViewButtonToolTip.textAndMnemonic=\u4e00\u89a7 +FileChooser.lookInLabel.textAndMnemonic=\u5834\u6240: +FileChooser.newFolderActionLabel.textAndMnemonic=\u65b0\u3057\u3044\u30d5\u30a9\u30eb\u30c0 +FileChooser.newFolderToolTip.textAndMnemonic=\u65b0\u3057\u3044\u30d5\u30a9\u30eb\u30c0\u3092\u4f5c\u6210 +FileChooser.refreshActionLabel.textAndMnemonic=\u66f4\u65b0 +FileChooser.saveInLabel.textAndMnemonic=\u5834\u6240: +FileChooser.upFolderToolTip.textAndMnemonic=1\u3064\u4e0a\u306b\u30c7\u30a3\u30ec\u30af\u30c8\u30ea +FileChooser.viewMenuButtonAccessibleName=\u30e1\u30cb\u30e5\u30fc\u8868\u793a +FileChooser.viewMenuButtonToolTipText=\u30e1\u30cb\u30e5\u30fc\u8868\u793a +FileChooser.viewMenuLabel.textAndMnemonic=\u8868\u793a +FileChooser.newFolderActionLabelText=\u65b0\u3057\u3044\u30d5\u30a9\u30eb\u30c0 +FileChooser.listViewActionLabelText=\u4e00\u89a7 +FileChooser.detailsViewActionLabelText=\u8a73\u7d30 +FileChooser.refreshActionLabelText=\u66f4\u65b0 +FileChooser.sortMenuLabelText=\u30a2\u30a4\u30b3\u30f3\u306e\u30a2\u30ec\u30f3\u30b8 +FileChooser.viewMenuLabelText=\u8868\u793a +FileChooser.fileSizeKiloBytes={0} KB +FileChooser.fileSizeMegaBytes={0} MB +FileChooser.fileSizeGigaBytes={0} GB +FileChooser.folderNameLabelText=\u30d5\u30a9\u30eb\u30c0\u540d: +error.occured=\u30a8\u30e9\u30fc\u304c\u767a\u751f\u3057\u307e\u3057\u305f: %error% +button.abort=\u4e2d\u6b62 +button.retry=\u518d\u8a66\u884c +button.ignore=\u7121\u8996 +font.source=\u30d5\u30a9\u30f3\u30c8: #after version 1.6.7: - -menu.export = \u30a8\u30af\u30b9\u30dd\u30fc\u30c8 -menu.general = \u4e00\u822c -menu.language = \u8a00\u8a9e - -startup.welcometo = \u3088\u3046\u3053\u305d -startup.selectopen = \u30c8\u30c3\u30d7\u30d1\u30cd\u30eb\u306e\u300c\u958b\u304f\u300d\u30a2\u30a4\u30b3\u30f3\u3092\u30af\u30ea\u30c3\u30af\u3059\u308b\u304b\u3001SWF \u30d5\u30a1\u30a4\u30eb\u3092\u3053\u306e\u30a6\u30a3\u30f3\u30c9\u30a6\u306b\u30c9\u30e9\u30c3\u30b0\u3057\u3066\u958b\u59cb\u3057\u307e\u3059\u3002 - -error.font.nocharacter = \u9078\u629e\u3057\u305f\u30bd\u30fc\u30b9\u30d5\u30a9\u30f3\u30c8\u306b "%char%" \u3068\u3044\u3046\u6587\u5b57\u304c\u542b\u307e\u308c\u3066\u3044\u307e\u305b\u3093\u3002 - -warning.initializers = static \u30d5\u30a3\u30fc\u30eb\u30c9\u3068 const \u306f\u3001\u30a4\u30cb\u30b7\u30e3\u30e9\u30a4\u30b6\u3067\u521d\u671f\u5316\u3055\u308c\u308b\u3053\u3068\u304c\u591a\u3044\u3067\u3059\u3002\n\u901a\u5e38\u3001\u3053\u3053\u3067\u5024\u3092\u7de8\u96c6\u3059\u308b\u3060\u3051\u3067\u306f\u3001\u4e0d\u5341\u5206\u3067\u3059\u3002 - +menu.export=\u30a8\u30af\u30b9\u30dd\u30fc\u30c8 +menu.general=\u4e00\u822c +menu.language=\u8a00\u8a9e +startup.welcometo=\u3088\u3046\u3053\u305d +startup.selectopen=\u30c8\u30c3\u30d7\u30d1\u30cd\u30eb\u306e\u300c\u958b\u304f\u300d\u30a2\u30a4\u30b3\u30f3\u3092\u30af\u30ea\u30c3\u30af\u3059\u308b\u304b\u3001SWF \u30d5\u30a1\u30a4\u30eb\u3092\u3053\u306e\u30a6\u30a3\u30f3\u30c9\u30a6\u306b\u30c9\u30e9\u30c3\u30b0\u3057\u3066\u958b\u59cb\u3057\u307e\u3059\u3002 +error.font.nocharacter=\u9078\u629e\u3057\u305f\u30bd\u30fc\u30b9\u30d5\u30a9\u30f3\u30c8\u306b "%char%" \u3068\u3044\u3046\u6587\u5b57\u304c\u542b\u307e\u308c\u3066\u3044\u307e\u305b\u3093\u3002 +warning.initializers=static \u30d5\u30a3\u30fc\u30eb\u30c9\u3068 const \u306f\u3001\u30a4\u30cb\u30b7\u30e3\u30e9\u30a4\u30b6\u3067\u521d\u671f\u5316\u3055\u308c\u308b\u3053\u3068\u304c\u591a\u3044\u3067\u3059\u3002\n\u901a\u5e38\u3001\u3053\u3053\u3067\u5024\u3092\u7de8\u96c6\u3059\u308b\u3060\u3051\u3067\u306f\u3001\u4e0d\u5341\u5206\u3067\u3059\u3002 #after version 1.7.0u1: - -menu.tools.searchMemory = \u30e1\u30e2\u30ea\u5185\u306e SWF \u3092\u691c\u7d22\u3059\u308b -menu.file.reload = \u518d\u8aad\u307f\u8fbc\u307f -message.confirm.reload = \u4fdd\u5b58\u3055\u308c\u3066\u3044\u306a\u3044\u5909\u66f4\u3092\u3059\u3079\u3066\u53d6\u308a\u6d88\u3057\u3001SWF \u30d5\u30a1\u30a4\u30eb\u3092\u518d\u8aad\u307f\u8fbc\u307f\u3057\u307e\u3059\u3002\n\u7d9a\u884c\u3057\u307e\u3059\u304b\uff1f - -dialog.selectbkcolor.title = SWF display \u306e\u80cc\u666f\u8272\u3092\u9078\u629e\u3059\u308b -button.selectbkcolor.hint = \u80cc\u666f\u8272\u306e\u9078\u629e - -ColorChooser.okText = OK -ColorChooser.cancelText = \u30ad\u30e3\u30f3\u30bb\u30eb -ColorChooser.resetText = \u30ea\u30bb\u30c3\u30c8 -ColorChooser.previewText = \u30d7\u30ec\u30d3\u30e5\u30fc -ColorChooser.swatchesNameText = \u898b\u672c -ColorChooser.swatchesRecentText = \u6700\u8fd1: -ColorChooser.sampleText = Sample Text \u30b5\u30f3\u30d7\u30eb\u30c6\u30ad\u30b9\u30c8 - +menu.tools.searchMemory=\u30e1\u30e2\u30ea\u5185\u306e SWF \u3092\u691c\u7d22\u3059\u308b +menu.file.reload=\u518d\u8aad\u307f\u8fbc\u307f +message.confirm.reload=\u4fdd\u5b58\u3055\u308c\u3066\u3044\u306a\u3044\u5909\u66f4\u3092\u3059\u3079\u3066\u53d6\u308a\u6d88\u3057\u3001SWF \u30d5\u30a1\u30a4\u30eb\u3092\u518d\u8aad\u307f\u8fbc\u307f\u3057\u307e\u3059\u3002\n\u7d9a\u884c\u3057\u307e\u3059\u304b\uff1f +dialog.selectbkcolor.title=SWF display \u306e\u80cc\u666f\u8272\u3092\u9078\u629e\u3059\u308b +button.selectbkcolor.hint=\u80cc\u666f\u8272\u306e\u9078\u629e +ColorChooser.okText=OK +ColorChooser.cancelText=\u30ad\u30e3\u30f3\u30bb\u30eb +ColorChooser.resetText=\u30ea\u30bb\u30c3\u30c8 +ColorChooser.previewText=\u30d7\u30ec\u30d3\u30e5\u30fc +ColorChooser.swatchesNameText=\u898b\u672c +ColorChooser.swatchesRecentText=\u6700\u8fd1: +ColorChooser.sampleText=Sample Text \u30b5\u30f3\u30d7\u30eb\u30c6\u30ad\u30b9\u30c8 #after version 1.7.1: - -preview.play = \u518d\u751f -preview.pause = \u4e00\u6642\u505c\u6b62 -preview.stop = \u505c\u6b62 - -message.confirm.removemultiple = %count% \u3064\u306e\u30a2\u30a4\u30c6\u30e0\u3068\u3001\u305d\u308c\u306b\u4f9d\u5b58\u3059\u308b\u3059\u3079\u3066\u306e\u30aa\u30d6\u30b8\u30a7\u30af\u30c8\u3092\u3001\u672c\u5f53\u306b\u524a\u9664\u3057\u307e\u3059\u304b\uff1f - -menu.tools.searchCache = \u30d6\u30e9\u30a6\u30b6\u306e\u30ad\u30e3\u30c3\u30b7\u30e5\u3092\u691c\u7d22\u3059\u308b - +preview.play=\u518d\u751f +preview.pause=\u4e00\u6642\u505c\u6b62 +preview.stop=\u505c\u6b62 +message.confirm.removemultiple=%count% \u3064\u306e\u30a2\u30a4\u30c6\u30e0\u3068\u3001\u305d\u308c\u306b\u4f9d\u5b58\u3059\u308b\u3059\u3079\u3066\u306e\u30aa\u30d6\u30b8\u30a7\u30af\u30c8\u3092\u3001\u672c\u5f53\u306b\u524a\u9664\u3057\u307e\u3059\u304b\uff1f +menu.tools.searchCache=\u30d6\u30e9\u30a6\u30b6\u306e\u30ad\u30e3\u30c3\u30b7\u30e5\u3092\u691c\u7d22\u3059\u308b #after version 1.7.2u2 - -error.trait.exists = "%name%" \u3068\u3044\u3046\u540d\u524d\u306e trait \u306f\u3059\u3067\u306b\u5b58\u5728\u3057\u307e\u3059\u3002 -button.addtrait = trait \u3092\u8ffd\u52a0 -button.font.embed = \u57cb\u3081\u8fbc\u3080... -button.yes.all = \u3059\u3079\u3066 \u306f\u3044 -button.no.all = \u3059\u3079\u3066 \u3044\u3044\u3048 -message.font.add.exists = %char% \u306e\u6587\u5b57\u306f\u3059\u3067\u306b\u30d5\u30a9\u30f3\u30c8\u30bf\u30b0\u5185\u306b\u5b58\u5728\u3057\u307e\u3059\u3002\n\u305d\u308c\u3092\u7f6e\u304d\u63db\u3048\u307e\u3059\u304b\uff1f - -filter.gfx = Scaleform GFx \u30d5\u30a1\u30a4\u30eb (*.gfx) -filter.supported = \u30b5\u30dd\u30fc\u30c8\u3055\u308c\u3066\u3044\u308b\u3059\u3079\u3066\u306e\u30d5\u30a1\u30a4\u30eb\u5f62\u5f0f -work.canceled = \u30ad\u30e3\u30f3\u30bb\u30eb\u3057\u307e\u3057\u305f -work.restoringControlFlow = \u5236\u5fa1\u30d5\u30ed\u30fc\u306e\u5fa9\u5143 -menu.advancedsettings.advancedsettings = \u8a73\u7d30\u8a2d\u5b9a -menu.recentFiles = \u6700\u8fd1\u306e\u30d5\u30a1\u30a4\u30eb - +error.trait.exists="%name%" \u3068\u3044\u3046\u540d\u524d\u306e trait \u306f\u3059\u3067\u306b\u5b58\u5728\u3057\u307e\u3059\u3002 +button.addtrait=trait \u3092\u8ffd\u52a0 +button.font.embed=\u57cb\u3081\u8fbc\u3080... +button.yes.all=\u3059\u3079\u3066 \u306f\u3044 +button.no.all=\u3059\u3079\u3066 \u3044\u3044\u3048 +message.font.add.exists=%char% \u306e\u6587\u5b57\u306f\u3059\u3067\u306b\u30d5\u30a9\u30f3\u30c8\u30bf\u30b0\u5185\u306b\u5b58\u5728\u3057\u307e\u3059\u3002\n\u305d\u308c\u3092\u7f6e\u304d\u63db\u3048\u307e\u3059\u304b\uff1f +filter.gfx=Scaleform GFx \u30d5\u30a1\u30a4\u30eb (*.gfx) +filter.supported=\u30b5\u30dd\u30fc\u30c8\u3055\u308c\u3066\u3044\u308b\u3059\u3079\u3066\u306e\u30d5\u30a1\u30a4\u30eb\u5f62\u5f0f +work.canceled=\u30ad\u30e3\u30f3\u30bb\u30eb\u3057\u307e\u3057\u305f +work.restoringControlFlow=\u5236\u5fa1\u30d5\u30ed\u30fc\u306e\u5fa9\u5143 +menu.advancedsettings.advancedsettings=\u8a73\u7d30\u8a2d\u5b9a +menu.recentFiles=\u6700\u8fd1\u306e\u30d5\u30a1\u30a4\u30eb #after version 1.7.4 -work.restoringControlFlow.complete = \u5236\u5fa1\u30d5\u30ed\u30fc\u304c\u5fa9\u5143\u3055\u308c\u307e\u3057\u305f -message.confirm.recentFileNotFound = \u30d5\u30a1\u30a4\u30eb\u304c\u898b\u3064\u304b\u308a\u307e\u305b\u3093\u3067\u3057\u305f\u3002\u6700\u8fd1\u306e\u30d5\u30a1\u30a4\u30eb\u4e00\u89a7\u304b\u3089\u524a\u9664\u3057\u307e\u3059\u304b\uff1f -contextmenu.closeSwf = SWF \u3092\u9589\u3058\u308b -menu.settings.autoRenameIdentifiers = \u8b58\u5225\u5b50\u306e\u81ea\u52d5\u30ea\u30cd\u30fc\u30e0 -menu.file.saveasexe = exe \u3068\u3057\u3066\u4fdd\u5b58... -filter.exe = \u5b9f\u884c\u30d5\u30a1\u30a4\u30eb (*.exe) - +work.restoringControlFlow.complete=\u5236\u5fa1\u30d5\u30ed\u30fc\u304c\u5fa9\u5143\u3055\u308c\u307e\u3057\u305f +message.confirm.recentFileNotFound=\u30d5\u30a1\u30a4\u30eb\u304c\u898b\u3064\u304b\u308a\u307e\u305b\u3093\u3067\u3057\u305f\u3002\u6700\u8fd1\u306e\u30d5\u30a1\u30a4\u30eb\u4e00\u89a7\u304b\u3089\u524a\u9664\u3057\u307e\u3059\u304b\uff1f +contextmenu.closeSwf=SWF \u3092\u9589\u3058\u308b +menu.settings.autoRenameIdentifiers=\u8b58\u5225\u5b50\u306e\u81ea\u52d5\u30ea\u30cd\u30fc\u30e0 +menu.file.saveasexe=exe \u3068\u3057\u3066\u4fdd\u5b58... +filter.exe=\u5b9f\u884c\u30d5\u30a1\u30a4\u30eb (*.exe) #after version 1.8.0 -font.updateTexts = \u30c6\u30ad\u30b9\u30c8\u3092\u66f4\u65b0 - +font.updateTexts=\u30c6\u30ad\u30b9\u30c8\u3092\u66f4\u65b0 #after version 1.8.0u1 -menu.file.close = \u9589\u3058\u308b -menu.file.closeAll = \u3059\u3079\u3066\u9589\u3058\u308b -menu.tools.otherTools = \u305d\u306e\u4ed6 -menu.tools.otherTools.clearRecentFiles = \u6700\u8fd1\u306e\u30d5\u30a1\u30a4\u30eb\u3092\u30af\u30ea\u30a2\u3059\u308b -fontName.name = \u30d5\u30a9\u30f3\u30c8\u306e\u8868\u793a\u540d: -fontName.copyright = \u30d5\u30a9\u30f3\u30c8\u306e\u8457\u4f5c\u6a29: -button.preview = \u30d7\u30ec\u30d3\u30e5\u30fc -button.reset = \u30ea\u30bb\u30c3\u30c8 -errors.info = \u30ed\u30b0\u306b\u60c5\u5831\u304c\u3042\u308a\u307e\u3059\u3002\u30af\u30ea\u30c3\u30af\u3057\u3066\u8868\u793a\u3057\u307e\u3059\u3002 -errors.warning = \u30ed\u30b0\u306b\u8b66\u544a\u304c\u3042\u308a\u307e\u3059\u3002\u30af\u30ea\u30c3\u30af\u3057\u3066\u8868\u793a\u3057\u307e\u3059\u3002 - -decompilationError = \u9006\u30b3\u30f3\u30d1\u30a4\u30eb\u30a8\u30e9\u30fc - -disassemblingProgress.toString = \u6587\u5b57\u5217\u3078 -disassemblingProgress.reading = \u8aad\u307f\u53d6\u308a\u4e2d -disassemblingProgress.deobfuscating = \u96e3\u8aad\u5316\u306e\u89e3\u9664\u4e2d - -contextmenu.moveTag = \u30bf\u30b0\u3092\u79fb\u52d5 - -filter.swc = SWC \u30b3\u30f3\u30dd\u30fc\u30cd\u30f3\u30c8\u30d5\u30a1\u30a4\u30eb (*.swc) -filter.zip = ZIP \u5727\u7e2e\u30d5\u30a1\u30a4\u30eb (*.zip) -filter.binary = \u30d0\u30a4\u30ca\u30ea\u691c\u7d22 - \u3059\u3079\u3066\u306e\u30d5\u30a1\u30a4\u30eb (*.*) - -open.error = \u30a8\u30e9\u30fc -open.error.fileNotFound = \u30d5\u30a1\u30a4\u30eb\u304c\u898b\u3064\u304b\u308a\u307e\u305b\u3093\u3067\u3057\u305f -open.error.cannotOpen = \u30d5\u30a1\u30a4\u30eb\u3092\u958b\u3051\u307e\u305b\u3093 - -node.others = \u305d\u306e\u4ed6 - +menu.file.close=\u9589\u3058\u308b +menu.file.closeAll=\u3059\u3079\u3066\u9589\u3058\u308b +menu.tools.otherTools=\u305d\u306e\u4ed6 +menu.tools.otherTools.clearRecentFiles=\u6700\u8fd1\u306e\u30d5\u30a1\u30a4\u30eb\u3092\u30af\u30ea\u30a2\u3059\u308b +fontName.name=\u30d5\u30a9\u30f3\u30c8\u306e\u8868\u793a\u540d: +fontName.copyright=\u30d5\u30a9\u30f3\u30c8\u306e\u8457\u4f5c\u6a29: +button.preview=\u30d7\u30ec\u30d3\u30e5\u30fc +button.reset=\u30ea\u30bb\u30c3\u30c8 +errors.info=\u30ed\u30b0\u306b\u60c5\u5831\u304c\u3042\u308a\u307e\u3059\u3002\u30af\u30ea\u30c3\u30af\u3057\u3066\u8868\u793a\u3057\u307e\u3059\u3002 +errors.warning=\u30ed\u30b0\u306b\u8b66\u544a\u304c\u3042\u308a\u307e\u3059\u3002\u30af\u30ea\u30c3\u30af\u3057\u3066\u8868\u793a\u3057\u307e\u3059\u3002 +decompilationError=\u9006\u30b3\u30f3\u30d1\u30a4\u30eb\u30a8\u30e9\u30fc +disassemblingProgress.toString=\u6587\u5b57\u5217\u3078 +disassemblingProgress.reading=\u8aad\u307f\u53d6\u308a\u4e2d +disassemblingProgress.deobfuscating=\u96e3\u8aad\u5316\u306e\u89e3\u9664\u4e2d +contextmenu.moveTag=\u30bf\u30b0\u3092\u79fb\u52d5 +filter.swc=SWC \u30b3\u30f3\u30dd\u30fc\u30cd\u30f3\u30c8\u30d5\u30a1\u30a4\u30eb (*.swc) +filter.zip=ZIP \u5727\u7e2e\u30d5\u30a1\u30a4\u30eb (*.zip) +filter.binary=\u30d0\u30a4\u30ca\u30ea\u691c\u7d22 - \u3059\u3079\u3066\u306e\u30d5\u30a1\u30a4\u30eb (*.*) +open.error=\u30a8\u30e9\u30fc +open.error.fileNotFound=\u30d5\u30a1\u30a4\u30eb\u304c\u898b\u3064\u304b\u308a\u307e\u305b\u3093\u3067\u3057\u305f +open.error.cannotOpen=\u30d5\u30a1\u30a4\u30eb\u3092\u958b\u3051\u307e\u305b\u3093 +node.others=\u305d\u306e\u4ed6 #after version 1.8.1 -menu.tools.search = \u6587\u5b57\u5217\u306e\u691c\u7d22 - +menu.tools.search=\u6587\u5b57\u5217\u306e\u691c\u7d22 #after version 1.8.1u1 -menu.tools.timeline = \u30bf\u30a4\u30e0\u30e9\u30a4\u30f3 - -dialog.selectcolor.title = \u8272\u3092\u9078\u629e -button.selectcolor.hint = \u30af\u30ea\u30c3\u30af\u3057\u3066\u8272\u3092\u9078\u629e\u3059\u308b - +menu.tools.timeline=\u30bf\u30a4\u30e0\u30e9\u30a4\u30f3 +dialog.selectcolor.title=\u8272\u3092\u9078\u629e +button.selectcolor.hint=\u30af\u30ea\u30c3\u30af\u3057\u3066\u8272\u3092\u9078\u629e\u3059\u308b #default item name, will be used in following sentences -generictag.array.item = item -generictag.array.insertbeginning = \u5148\u982d\u306b %item% \u3092\u633f\u5165\u3057\u307e\u3059 -generictag.array.insertbefore = \u524d\u306b %item% \u3092\u633f\u5165\u3057\u307e\u3059 -generictag.array.remove = %item% \u3092\u524a\u9664\u3057\u307e\u3059 -generictag.array.insertafter = \u5f8c\u306b %item% \u3092\u633f\u5165\u3057\u307e\u3059 -generictag.array.insertend = \u6700\u5f8c\u306b %item% \u3092\u633f\u5165\u3057\u307e\u3059 - +generictag.array.item=item +generictag.array.insertbeginning=\u5148\u982d\u306b %item% \u3092\u633f\u5165\u3057\u307e\u3059 +generictag.array.insertbefore=\u524d\u306b %item% \u3092\u633f\u5165\u3057\u307e\u3059 +generictag.array.remove=%item% \u3092\u524a\u9664\u3057\u307e\u3059 +generictag.array.insertafter=\u5f8c\u306b %item% \u3092\u633f\u5165\u3057\u307e\u3059 +generictag.array.insertend=\u6700\u5f8c\u306b %item% \u3092\u633f\u5165\u3057\u307e\u3059 #after version 2.0.0 -contextmenu.expandAll = \u3059\u3079\u3066\u5c55\u958b - -filter.sounds = \u30b5\u30dd\u30fc\u30c8\u3055\u308c\u3066\u3044\u308b\u30b5\u30a6\u30f3\u30c9\u5f62\u5f0f (*.wav, *.mp3) -filter.sounds.wav = Wave \u30d5\u30a1\u30a4\u30eb\u5f62\u5f0f (*.wav) -filter.sounds.mp3 = MP3 \u5727\u7e2e\u5f62\u5f0f (*.mp3) - -error.sound.invalid = \u7121\u52b9\u306a\u97f3\u58f0\u3067\u3059\u3002 - -button.prev = \u524d\u3078 -button.next = \u6b21\u3078 - +contextmenu.expandAll=\u3059\u3079\u3066\u5c55\u958b +filter.sounds=\u30b5\u30dd\u30fc\u30c8\u3055\u308c\u3066\u3044\u308b\u30b5\u30a6\u30f3\u30c9\u5f62\u5f0f (*.wav, *.mp3) +filter.sounds.wav=Wave \u30d5\u30a1\u30a4\u30eb\u5f62\u5f0f (*.wav) +filter.sounds.mp3=MP3 \u5727\u7e2e\u5f62\u5f0f (*.mp3) +error.sound.invalid=\u7121\u52b9\u306a\u97f3\u58f0\u3067\u3059\u3002 +button.prev=\u524d\u3078 +button.next=\u6b21\u3078 #after version 2.1.0 -message.action.playerglobal.title = PlayerGlobal \u30e9\u30a4\u30d6\u30e9\u30ea\u304c\u5fc5\u8981 -message.action.playerglobal.needed = ActionScript 3 \u3092\u76f4\u63a5\u7de8\u96c6\u3059\u308b\u306b\u306f\u3001Adobe \u306e\u30db\u30fc\u30e0\u30da\u30fc\u30b8\u304b\u3089\u300cPlayerGlobal.swc\u300d\u3068\u3044\u3046\u30e9\u30a4\u30d6\u30e9\u30ea\u3092\u30c0\u30a6\u30f3\u30ed\u30fc\u30c9\u3059\u308b\u5fc5\u8981\u304c\u3042\u308a\u307e\u3059\u3002\r\n%adobehomepage%\r\nOK \u3092\u62bc\u3059\u3068\u30c0\u30a6\u30f3\u30ed\u30fc\u30c9\u30da\u30fc\u30b8\u3078\u79fb\u52d5\u3057\u307e\u3059\u3002 -message.action.playerglobal.place = PlayerGlobal(.swc) \u3068\u3044\u3046\u30e9\u30a4\u30d6\u30e9\u30ea\u3092\u30c0\u30a6\u30f3\u30ed\u30fc\u30c9\u3057\u3066\u3001\u30c7\u30a3\u30ec\u30af\u30c8\u30ea\u306b\u7f6e\u3044\u3066\u304f\u3060\u3055\u3044\u3002\r\n%libpath%\r\n OK \u3092\u62bc\u3057\u3066\u7d9a\u884c\u3057\u307e\u3059\u3002 - -message.confirm.experimental.function = \u3053\u306e\u6a5f\u80fd\u306f\u5b9f\u9a13\u7684\u306a\u3082\u306e\u3067\u3059\u3002\u7d50\u679c\u3092\u4fe1\u7528\u3057\u3066\u306f\u306a\u3089\u305a\u3001\u4fdd\u5b58\u5f8c\u306b SWF \u30d5\u30a1\u30a4\u30eb\u304c\u6a5f\u80fd\u3057\u306a\u304f\u306a\u308b\u53ef\u80fd\u6027\u304c\u3042\u308a\u307e\u3059\u3002 -message.confirm.donotshowagain = \u518d\u3073\u8868\u793a\u3057\u306a\u3044 - -menu.import = \u30a4\u30f3\u30dd\u30fc\u30c8 -menu.file.import.text = \u30c6\u30ad\u30b9\u30c8\u3092\u30a4\u30f3\u30dd\u30fc\u30c8 -import.select.directory = \u30a4\u30f3\u30dd\u30fc\u30c8\u3059\u308b\u30c7\u30a3\u30ec\u30af\u30c8\u30ea\u306e\u9078\u629e -error.text.import = \u30c6\u30ad\u30b9\u30c8\u306e\u30a4\u30f3\u30dd\u30fc\u30c8\u4e2d\u306b\u30a8\u30e9\u30fc\u304c\u767a\u751f\u3057\u307e\u3057\u305f\u3002\u7d9a\u884c\u3057\u307e\u3059\u304b\uff1f - +message.action.playerglobal.title=PlayerGlobal \u30e9\u30a4\u30d6\u30e9\u30ea\u304c\u5fc5\u8981 +message.action.playerglobal.needed=ActionScript 3 \u3092\u76f4\u63a5\u7de8\u96c6\u3059\u308b\u306b\u306f\u3001Adobe \u306e\u30db\u30fc\u30e0\u30da\u30fc\u30b8\u304b\u3089\u300cPlayerGlobal.swc\u300d\u3068\u3044\u3046\u30e9\u30a4\u30d6\u30e9\u30ea\u3092\u30c0\u30a6\u30f3\u30ed\u30fc\u30c9\u3059\u308b\u5fc5\u8981\u304c\u3042\u308a\u307e\u3059\u3002\r\n%adobehomepage%\r\nOK \u3092\u62bc\u3059\u3068\u30c0\u30a6\u30f3\u30ed\u30fc\u30c9\u30da\u30fc\u30b8\u3078\u79fb\u52d5\u3057\u307e\u3059\u3002 +message.action.playerglobal.place=PlayerGlobal(.swc) \u3068\u3044\u3046\u30e9\u30a4\u30d6\u30e9\u30ea\u3092\u30c0\u30a6\u30f3\u30ed\u30fc\u30c9\u3057\u3066\u3001\u30c7\u30a3\u30ec\u30af\u30c8\u30ea\u306b\u7f6e\u3044\u3066\u304f\u3060\u3055\u3044\u3002\r\n%libpath%\r\n OK \u3092\u62bc\u3057\u3066\u7d9a\u884c\u3057\u307e\u3059\u3002 +message.confirm.experimental.function=\u3053\u306e\u6a5f\u80fd\u306f\u5b9f\u9a13\u7684\u306a\u3082\u306e\u3067\u3059\u3002\u7d50\u679c\u3092\u4fe1\u7528\u3057\u3066\u306f\u306a\u3089\u305a\u3001\u4fdd\u5b58\u5f8c\u306b SWF \u30d5\u30a1\u30a4\u30eb\u304c\u6a5f\u80fd\u3057\u306a\u304f\u306a\u308b\u53ef\u80fd\u6027\u304c\u3042\u308a\u307e\u3059\u3002 +message.confirm.donotshowagain=\u518d\u3073\u8868\u793a\u3057\u306a\u3044 +menu.import=\u30a4\u30f3\u30dd\u30fc\u30c8 +menu.file.import.text=\u30c6\u30ad\u30b9\u30c8\u3092\u30a4\u30f3\u30dd\u30fc\u30c8 +import.select.directory=\u30a4\u30f3\u30dd\u30fc\u30c8\u3059\u308b\u30c7\u30a3\u30ec\u30af\u30c8\u30ea\u306e\u9078\u629e +error.text.import=\u30c6\u30ad\u30b9\u30c8\u306e\u30a4\u30f3\u30dd\u30fc\u30c8\u4e2d\u306b\u30a8\u30e9\u30fc\u304c\u767a\u751f\u3057\u307e\u3057\u305f\u3002\u7d9a\u884c\u3057\u307e\u3059\u304b\uff1f #after version 2.1.1 -contextmenu.removeWithDependencies = \u4f9d\u5b58\u95a2\u4fc2\u3068\u3068\u3082\u306b\u524a\u9664 - -abc.action.find-usages = \u4f7f\u7528\u7b87\u6240\u3092\u63a2\u3059 -abc.action.find-declaration = \u5ba3\u8a00\u3092\u63a2\u3059 - -contextmenu.rawEdit = Raw \u7de8\u96c6 -contextmenu.jumpToCharacter = \u6587\u5b57\u306b\u30b8\u30e3\u30f3\u30d7 - -menu.settings.dumpView = \u30c0\u30f3\u30d7\u30d3\u30e5\u30fc - -menu.view = \u8868\u793a -menu.file.view.resources = \u30ea\u30bd\u30fc\u30b9 -menu.file.view.hex = 16\u9032\u30c0\u30f3\u30d7 - -node.header = \u30d8\u30c3\u30c0\u30fc - -header.signature = \u7f72\u540d: -header.compression = \u5727\u7e2e: -header.compression.lzma = LZMA -header.compression.zlib = ZLIB -header.compression.none = \u5727\u7e2e\u306a\u3057 -header.version = SWF \u306e\u30d0\u30fc\u30b8\u30e7\u30f3: -header.gfx = GFX: -header.filesize = \u30d5\u30a1\u30a4\u30eb\u30b5\u30a4\u30ba: -header.framerate = \u30d5\u30ec\u30fc\u30e0\u30ec\u30fc\u30c8: -header.framecount = \u30d5\u30ec\u30fc\u30e0\u6570: -header.displayrect = \u30c7\u30a3\u30b9\u30d7\u30ec\u30a4\u306e\u5927\u304d\u3055: -header.displayrect.value.twips = %xmin%,%ymin% => %xmax%,%ymax% twips -header.displayrect.value.pixels = %xmin%,%ymin% => %xmax%,%ymax% pixels - +contextmenu.removeWithDependencies=\u4f9d\u5b58\u95a2\u4fc2\u3068\u3068\u3082\u306b\u524a\u9664 +abc.action.find-usages=\u4f7f\u7528\u7b87\u6240\u3092\u63a2\u3059 +abc.action.find-declaration=\u5ba3\u8a00\u3092\u63a2\u3059 +contextmenu.rawEdit=Raw \u7de8\u96c6 +contextmenu.jumpToCharacter=\u6587\u5b57\u306b\u30b8\u30e3\u30f3\u30d7 +menu.settings.dumpView=\u30c0\u30f3\u30d7\u30d3\u30e5\u30fc +menu.view=\u8868\u793a +menu.file.view.resources=\u30ea\u30bd\u30fc\u30b9 +menu.file.view.hex=16\u9032\u30c0\u30f3\u30d7 +node.header=\u30d8\u30c3\u30c0\u30fc +header.signature=\u7f72\u540d: +header.compression=\u5727\u7e2e: +header.compression.lzma=LZMA +header.compression.zlib=ZLIB +header.compression.none=\u5727\u7e2e\u306a\u3057 +header.version=SWF \u306e\u30d0\u30fc\u30b8\u30e7\u30f3: +header.gfx=GFX: +header.filesize=\u30d5\u30a1\u30a4\u30eb\u30b5\u30a4\u30ba: +header.framerate=\u30d5\u30ec\u30fc\u30e0\u30ec\u30fc\u30c8: +header.framecount=\u30d5\u30ec\u30fc\u30e0\u6570: +header.displayrect=\u30c7\u30a3\u30b9\u30d7\u30ec\u30a4\u306e\u5927\u304d\u3055: +header.displayrect.value.twips=%xmin%,%ymin% => %xmax%,%ymax% twips +header.displayrect.value.pixels=%xmin%,%ymin% => %xmax%,%ymax% pixels #after version 2.1.2 -contextmenu.saveToFile = \u30d5\u30a1\u30a4\u30eb\u306e\u4fdd\u5b58 -contextmenu.parseActions = \u30a2\u30af\u30b7\u30e7\u30f3\u306e\u89e3\u6790 -contextmenu.parseABC = ABC \u306e\u89e3\u6790 -contextmenu.parseInstructions = AVM2 \u547d\u4ee4\u306e\u89e3\u6790 - +contextmenu.saveToFile=\u30d5\u30a1\u30a4\u30eb\u306e\u4fdd\u5b58 +contextmenu.parseActions=\u30a2\u30af\u30b7\u30e7\u30f3\u306e\u89e3\u6790 +contextmenu.parseABC=ABC \u306e\u89e3\u6790 +contextmenu.parseInstructions=AVM2 \u547d\u4ee4\u306e\u89e3\u6790 #after version 2.1.3 -menu.deobfuscation = \u96e3\u8aad\u5316\u306e\u89e3\u9664 -menu.file.deobfuscation.old = \u53e4\u3044\u30b9\u30bf\u30a4\u30eb -menu.file.deobfuscation.new = \u65b0\u3057\u3044\u30b9\u30bf\u30a4\u30eb - +menu.deobfuscation=\u96e3\u8aad\u5316\u306e\u89e3\u9664 +menu.file.deobfuscation.old=\u53e4\u3044\u30b9\u30bf\u30a4\u30eb +menu.file.deobfuscation.new=\u65b0\u3057\u3044\u30b9\u30bf\u30a4\u30eb #after version 2.1.4 -contextmenu.openswfinside = SWF \u3092\u5185\u90e8\u3067\u958b\u304f -binarydata.swfInside = \u3053\u306e\u30d0\u30a4\u30ca\u30ea\u30c7\u30fc\u30bf\u30bf\u30b0\u5185\u306b SWF \u304c\u3042\u308b\u3088\u3046\u3067\u3059\u3002\u3053\u3053\u3092\u30af\u30ea\u30c3\u30af\u3059\u308b\u3068\u3001\u30b5\u30d6\u30c4\u30ea\u30fc\u3068\u3057\u3066\u8aad\u307f\u8fbc\u307f\u307e\u3059\u3002 - +contextmenu.openswfinside=SWF \u3092\u5185\u90e8\u3067\u958b\u304f +binarydata.swfInside=\u3053\u306e\u30d0\u30a4\u30ca\u30ea\u30c7\u30fc\u30bf\u30bf\u30b0\u5185\u306b SWF \u304c\u3042\u308b\u3088\u3046\u3067\u3059\u3002\u3053\u3053\u3092\u30af\u30ea\u30c3\u30af\u3059\u308b\u3068\u3001\u30b5\u30d6\u30c4\u30ea\u30fc\u3068\u3057\u3066\u8aad\u307f\u8fbc\u307f\u307e\u3059\u3002 #after version 3.0.0 -button.zoomin.hint = \u62e1\u5927 -button.zoomout.hint = \u7e2e\u5c0f -button.zoomfit.hint = \u8868\u793a\u57df\u306b\u5408\u308f\u305b\u308b -button.zoomnone.hint = \u539f\u5bf8\u5927 -button.snapshot.hint = \u30b9\u30ca\u30c3\u30d7\u30b7\u30e7\u30c3\u30c8\u3092\u30af\u30ea\u30c3\u30d7\u30dc\u30fc\u30c9\u306b\u5165\u308c\u308b - -editorTruncateWarning = \u30c7\u30d0\u30c3\u30b0\u30e2\u30fc\u30c9\u3067\u30c6\u30ad\u30b9\u30c8\u304c %chars% \u306e\u4f4d\u7f6e\u3067\u5207\u308a\u6368\u3066\u3089\u308c\u307e\u3057\u305f\u3002 - +button.zoomin.hint=\u62e1\u5927 +button.zoomout.hint=\u7e2e\u5c0f +button.zoomfit.hint=\u8868\u793a\u57df\u306b\u5408\u308f\u305b\u308b +button.zoomnone.hint=\u539f\u5bf8\u5927 +button.snapshot.hint=\u30b9\u30ca\u30c3\u30d7\u30b7\u30e7\u30c3\u30c8\u3092\u30af\u30ea\u30c3\u30d7\u30dc\u30fc\u30c9\u306b\u5165\u308c\u308b +editorTruncateWarning=\u30c7\u30d0\u30c3\u30b0\u30e2\u30fc\u30c9\u3067\u30c6\u30ad\u30b9\u30c8\u304c %chars% \u306e\u4f4d\u7f6e\u3067\u5207\u308a\u6368\u3066\u3089\u308c\u307e\u3057\u305f\u3002 #Font name which is presented in the SWF Font tag -font.name.intag = \u30bf\u30b0\u5185\u306e\u30d5\u30a9\u30f3\u30c8\u540d: - -menu.debugger = \u30c7\u30d0\u30c3\u30ac -menu.debugger.switch = \u30c7\u30d0\u30c3\u30ac -menu.debugger.replacetrace = trace \u547c\u3073\u51fa\u3057\u3092\u7f6e\u304d\u63db\u3048\u308b -menu.debugger.showlog = \u30ed\u30b0\u3092\u8868\u793a - -message.debugger = \u3053\u306e SWF \u30c7\u30d0\u30c3\u30ac\u306f\u3001\u30ed\u30b0\u30a6\u30a3\u30f3\u30c9\u30a6\u3084\u30d6\u30e9\u30a6\u30b6\u30b3\u30f3\u30bd\u30fc\u30eb\u3001\u307e\u305f\u306f\u30a2\u30e9\u30fc\u30c8\u306b\u30e1\u30c3\u30bb\u30fc\u30b8\u3092\u8868\u793a\u3059\u308b\u305f\u3081\u306b\u306e\u307f\u4f7f\u7528\u3067\u304d\u307e\u3059\u3002\r\n\u30b9\u30c6\u30c3\u30d7\u30b3\u30fc\u30c9\u3084\u30d6\u30ec\u30fc\u30af\u30dd\u30a4\u30f3\u30c8\u306a\u3069\u306e\u6a5f\u80fd\u306b\u306f\u5bfe\u5fdc\u3057\u3066\u3044\u307e\u305b\u3093\u3002 - -contextmenu.addTag = \u30bf\u30b0\u3092\u8ffd\u52a0 - -deobfuscation.comment.tryenable = Tip: \u8a2d\u5b9a\u3067\u300c\u96e3\u8aad\u5316\u306e\u81ea\u52d5\u89e3\u9664\u300d\u3092\u6709\u52b9\u306b\u3057\u3066\u307f\u3066\u304f\u3060\u3055\u3044 -deobfuscation.comment.failed = \u96e3\u8aad\u5316\u306e\u89e3\u9664\u306f\u6709\u52b9\u5316\u3055\u308c\u3066\u3044\u307e\u3059\u304c\u3001\u9006\u30b3\u30f3\u30d1\u30a4\u30eb\u306b\u5931\u6557\u3057\u307e\u3057\u305f\u3002\u30d5\u30a1\u30a4\u30eb\u304c\u96e3\u8aad\u5316\u3055\u308c\u3066\u3044\u306a\u3044\u5834\u5408\u306f\u3001\u300c\u96e3\u8aad\u5316\u306e\u81ea\u52d5\u89e3\u9664\u300d\u3092\u7121\u52b9\u306b\u3059\u308b\u3053\u3068\u3067\u3001\u3088\u308a\u826f\u3044\u7d50\u679c\u3092\u5f97\u3089\u308c\u307e\u3059\u3002 - +font.name.intag=\u30bf\u30b0\u5185\u306e\u30d5\u30a9\u30f3\u30c8\u540d: +menu.debugger=\u30c7\u30d0\u30c3\u30ac +menu.debugger.switch=\u30c7\u30d0\u30c3\u30ac +menu.debugger.replacetrace=trace \u547c\u3073\u51fa\u3057\u3092\u7f6e\u304d\u63db\u3048\u308b +menu.debugger.showlog=\u30ed\u30b0\u3092\u8868\u793a +message.debugger=\u3053\u306e SWF \u30c7\u30d0\u30c3\u30ac\u306f\u3001\u30ed\u30b0\u30a6\u30a3\u30f3\u30c9\u30a6\u3084\u30d6\u30e9\u30a6\u30b6\u30b3\u30f3\u30bd\u30fc\u30eb\u3001\u307e\u305f\u306f\u30a2\u30e9\u30fc\u30c8\u306b\u30e1\u30c3\u30bb\u30fc\u30b8\u3092\u8868\u793a\u3059\u308b\u305f\u3081\u306b\u306e\u307f\u4f7f\u7528\u3067\u304d\u307e\u3059\u3002\r\n\u30b9\u30c6\u30c3\u30d7\u30b3\u30fc\u30c9\u3084\u30d6\u30ec\u30fc\u30af\u30dd\u30a4\u30f3\u30c8\u306a\u3069\u306e\u6a5f\u80fd\u306b\u306f\u5bfe\u5fdc\u3057\u3066\u3044\u307e\u305b\u3093\u3002 +contextmenu.addTag=\u30bf\u30b0\u3092\u8ffd\u52a0 +deobfuscation.comment.tryenable=Tip: \u8a2d\u5b9a\u3067\u300c\u96e3\u8aad\u5316\u306e\u81ea\u52d5\u89e3\u9664\u300d\u3092\u6709\u52b9\u306b\u3057\u3066\u307f\u3066\u304f\u3060\u3055\u3044 +deobfuscation.comment.failed=\u96e3\u8aad\u5316\u306e\u89e3\u9664\u306f\u6709\u52b9\u5316\u3055\u308c\u3066\u3044\u307e\u3059\u304c\u3001\u9006\u30b3\u30f3\u30d1\u30a4\u30eb\u306b\u5931\u6557\u3057\u307e\u3057\u305f\u3002\u30d5\u30a1\u30a4\u30eb\u304c\u96e3\u8aad\u5316\u3055\u308c\u3066\u3044\u306a\u3044\u5834\u5408\u306f\u3001\u300c\u96e3\u8aad\u5316\u306e\u81ea\u52d5\u89e3\u9664\u300d\u3092\u7121\u52b9\u306b\u3059\u308b\u3053\u3068\u3067\u3001\u3088\u308a\u826f\u3044\u7d50\u679c\u3092\u5f97\u3089\u308c\u307e\u3059\u3002 #after version 4.0.2 -preview.nextframe = \u6b21\u306e\u30d5\u30ec\u30fc\u30e0 -preview.prevframe = \u524d\u306e\u30d5\u30ec\u30fc\u30e0 -preview.gotoframe = \u6307\u5b9a\u30d5\u30ec\u30fc\u30e0\u3078\u79fb\u52d5... - -preview.gotoframe.dialog.title = \u6307\u5b9a\u30d5\u30ec\u30fc\u30e0\u3078\u79fb\u52d5 -preview.gotoframe.dialog.message = \u30d5\u30ec\u30fc\u30e0\u756a\u53f7\u3092\u5165\u529b\u3057\u3066\u304f\u3060\u3055\u3044 (%min% \uff5e %max%) -preview.gotoframe.dialog.frame.error = \u7121\u52b9\u306a\u30d5\u30ec\u30fc\u30e0\u756a\u53f7\u3067\u3059\u3002%min% \u304b\u3089 %max% \u307e\u3067\u306e\u6570\u5024\u3067\u3042\u308b\u5fc5\u8981\u304c\u3042\u308a\u307e\u3059\u3002 - -error.text.invalid.continue = \u7121\u52b9\u306a\u30c6\u30ad\u30b9\u30c8: %line% \u884c\u76ee\u306e %text%\u3002 \u7d9a\u884c\u3057\u307e\u3059\u304b\uff1f - +preview.nextframe=\u6b21\u306e\u30d5\u30ec\u30fc\u30e0 +preview.prevframe=\u524d\u306e\u30d5\u30ec\u30fc\u30e0 +preview.gotoframe=\u6307\u5b9a\u30d5\u30ec\u30fc\u30e0\u3078\u79fb\u52d5... +preview.gotoframe.dialog.title=\u6307\u5b9a\u30d5\u30ec\u30fc\u30e0\u3078\u79fb\u52d5 +preview.gotoframe.dialog.message=\u30d5\u30ec\u30fc\u30e0\u756a\u53f7\u3092\u5165\u529b\u3057\u3066\u304f\u3060\u3055\u3044 (%min% \uff5e %max%) +preview.gotoframe.dialog.frame.error=\u7121\u52b9\u306a\u30d5\u30ec\u30fc\u30e0\u756a\u53f7\u3067\u3059\u3002%min% \u304b\u3089 %max% \u307e\u3067\u306e\u6570\u5024\u3067\u3042\u308b\u5fc5\u8981\u304c\u3042\u308a\u307e\u3059\u3002 +error.text.invalid.continue=\u7121\u52b9\u306a\u30c6\u30ad\u30b9\u30c8: %line% \u884c\u76ee\u306e %text%\u3002 \u7d9a\u884c\u3057\u307e\u3059\u304b\uff1f #after version 4.0.5 -contextmenu.copyTag = \u30bf\u30b0\u3092\u30b3\u30d4\u30fc -fit = \u30d5\u30a3\u30c3\u30c8 -button.setAdvanceValues = \u30a2\u30c9\u30d0\u30f3\u30b9\u5024\u306e\u8a2d\u5b9a - -menu.tools.replace = \u6587\u5b57\u5217\u306e\u7f6e\u63db - -message.confirm.close = \u4fdd\u5b58\u3055\u308c\u3066\u3044\u306a\u3044\u5909\u66f4\u304c\u3042\u308a\u307e\u3059\u3002{swfName} \u3092\u3001\u672c\u5f53\u306b\u9589\u3058\u307e\u3059\u304b\uff1f -message.confirm.closeAll = \u4fdd\u5b58\u3055\u308c\u3066\u3044\u306a\u3044\u5909\u66f4\u304c\u3042\u308a\u307e\u3059\u3002\u672c\u5f53\u306b\u3059\u3079\u3066\u306e SWF \u3092\u9589\u3058\u307e\u3059\u304b\uff1f - -contextmenu.exportJavaSource = Java \u30bd\u30fc\u30b9\u3092\u30a8\u30af\u30b9\u30dd\u30fc\u30c8 -contextmenu.exportSwfXml = SWF \u3092 XML \u3068\u3057\u3066\u30a8\u30af\u30b9\u30dd\u30fc\u30c8 -contextmenu.importSwfXml = SWF XML \u3092\u30a4\u30f3\u30dd\u30fc\u30c8 - -filter.xml = XML - +contextmenu.copyTag=\u30bf\u30b0\u3092\u30b3\u30d4\u30fc +fit=\u30d5\u30a3\u30c3\u30c8 +button.setAdvanceValues=\u30a2\u30c9\u30d0\u30f3\u30b9\u5024\u306e\u8a2d\u5b9a +menu.tools.replace=\u6587\u5b57\u5217\u306e\u7f6e\u63db +message.confirm.close=\u4fdd\u5b58\u3055\u308c\u3066\u3044\u306a\u3044\u5909\u66f4\u304c\u3042\u308a\u307e\u3059\u3002{swfName} \u3092\u3001\u672c\u5f53\u306b\u9589\u3058\u307e\u3059\u304b\uff1f +message.confirm.closeAll=\u4fdd\u5b58\u3055\u308c\u3066\u3044\u306a\u3044\u5909\u66f4\u304c\u3042\u308a\u307e\u3059\u3002\u672c\u5f53\u306b\u3059\u3079\u3066\u306e SWF \u3092\u9589\u3058\u307e\u3059\u304b\uff1f +contextmenu.exportJavaSource=Java \u30bd\u30fc\u30b9\u3092\u30a8\u30af\u30b9\u30dd\u30fc\u30c8 +contextmenu.exportSwfXml=SWF \u3092 XML \u3068\u3057\u3066\u30a8\u30af\u30b9\u30dd\u30fc\u30c8 +contextmenu.importSwfXml=SWF XML \u3092\u30a4\u30f3\u30dd\u30fc\u30c8 +filter.xml=XML #after version 4.1.0 -contextmenu.undo = \u5143\u306b\u623b\u3059 - -text.align.left = \u5de6\u6dfb\u3048 -text.align.right = \u53f3\u6dfb\u3048 -text.align.center = \u4e2d\u592e\u6dfb\u3048 -text.align.justify = \u5747\u7b49\u5272\u4ed8 - -text.undo = \u5909\u66f4\u3092\u5143\u306b\u623b\u3059 - -menu.file.import.xml = SWF XML \u3092\u30a4\u30f3\u30dd\u30fc\u30c8 -menu.file.export.xml = SWF XML \u3092\u30a8\u30af\u30b9\u30dd\u30fc\u30c8 - +contextmenu.undo=\u5143\u306b\u623b\u3059 +text.align.left=\u5de6\u6dfb\u3048 +text.align.right=\u53f3\u6dfb\u3048 +text.align.center=\u4e2d\u592e\u6dfb\u3048 +text.align.justify=\u5747\u7b49\u5272\u4ed8 +text.undo=\u5909\u66f4\u3092\u5143\u306b\u623b\u3059 +menu.file.import.xml=SWF XML \u3092\u30a4\u30f3\u30dd\u30fc\u30c8 +menu.file.export.xml=SWF XML \u3092\u30a8\u30af\u30b9\u30dd\u30fc\u30c8 #after version 4.1.1 -text.align.translatex.decrease = TranslateX \u3092\u6e1b\u3089\u3059 -text.align.translatex.increase = TranslateX \u3092\u5897\u3084\u3059 -selectPreviousTag = \u524d\u306e\u30bf\u30b0\u3092\u9078\u629e -selectNextTag = \u6b21\u306e\u30bf\u30b0\u3092\u9078\u629e -button.ignoreAll = \u3059\u3079\u3066\u7121\u8996 -menu.file.import.symbolClass = Symbol-Class \u3092\u30a4\u30f3\u30dd\u30fc\u30c8 -text.toggleCase = \u5927\u6587\u5b57\u3068\u5c0f\u6587\u5b57\u3092\u5207\u308a\u66ff\u3048\u308b - +text.align.translatex.decrease=TranslateX \u3092\u6e1b\u3089\u3059 +text.align.translatex.increase=TranslateX \u3092\u5897\u3084\u3059 +selectPreviousTag=\u524d\u306e\u30bf\u30b0\u3092\u9078\u629e +selectNextTag=\u6b21\u306e\u30bf\u30b0\u3092\u9078\u629e +button.ignoreAll=\u3059\u3079\u3066\u7121\u8996 +menu.file.import.symbolClass=Symbol-Class \u3092\u30a4\u30f3\u30dd\u30fc\u30c8 +text.toggleCase=\u5927\u6587\u5b57\u3068\u5c0f\u6587\u5b57\u3092\u5207\u308a\u66ff\u3048\u308b #after version 5.0.2 -preview.loop = \u30eb\u30fc\u30d7 -menu.file.import.script = \u30b9\u30af\u30ea\u30d7\u30c8\u3092\u30a4\u30f3\u30dd\u30fc\u30c8 -contextmenu.copyTagWithDependencies = \u4f9d\u5b58\u95a2\u4fc2\u306e\u3042\u308b\u30bf\u30b0\u3092\u30b3\u30d4\u30fc -button.replaceWithTag = \u4ed6\u306e\u6587\u5b57\u30bf\u30b0\u306b\u7f6e\u63db +preview.loop=\u30eb\u30fc\u30d7 +menu.file.import.script=\u30b9\u30af\u30ea\u30d7\u30c8\u3092\u30a4\u30f3\u30dd\u30fc\u30c8 +contextmenu.copyTagWithDependencies=\u4f9d\u5b58\u95a2\u4fc2\u306e\u3042\u308b\u30bf\u30b0\u3092\u30b3\u30d4\u30fc +button.replaceWithTag=\u4ed6\u306e\u6587\u5b57\u30bf\u30b0\u306b\u7f6e\u63db # button.resolveConstants = \u5b9a\u6570\u3092\u89e3\u6c7a\u3059\u308b #after version 5.1.0 - -button.viewConstants = \u5b9a\u6570\u3092\u898b\u308b -work.exported = \u30a8\u30af\u30b9\u30dd\u30fc\u30c8\u6e08\u307f -button.replaceAlphaChannel = \u30a2\u30eb\u30d5\u30a1\u30c1\u30e3\u30f3\u30cd\u30eb\u3092\u7f6e\u304d\u63db\u3048\u308b... - -tagInfo.header.name = \u540d\u524d -tagInfo.header.value = \u5024 -tagInfo.tagType = \u30bf\u30b0\u306e\u7a2e\u985e -tagInfo.characterId = Character Id (\u6587\u5b57\u306e\u8b58\u5225\u5b50) -tagInfo.offset = \u30aa\u30d5\u30bb\u30c3\u30c8 -tagInfo.length = \u9577\u3055 -tagInfo.bounds = \u5883\u754c -tagInfo.width = \u5e45 -tagInfo.height = \u9ad8\u3055 -tagInfo.neededCharacters = \u5fc5\u8981\u306a\u6587\u5b57 - -button.viewhexpcode = \u547d\u4ee4\u4ed8\u304d\u306e16\u9032\u6570\u3092\u898b\u308b -taginfo.header = \u57fa\u672c\u7684\u306a\u30bf\u30b0\u60c5\u5831 - -tagInfo.dependentCharacters = \u4f9d\u5b58\u3059\u308b\u6587\u5b57 - +button.viewConstants=\u5b9a\u6570\u3092\u898b\u308b +work.exported=\u30a8\u30af\u30b9\u30dd\u30fc\u30c8\u6e08\u307f +button.replaceAlphaChannel=\u30a2\u30eb\u30d5\u30a1\u30c1\u30e3\u30f3\u30cd\u30eb\u3092\u7f6e\u304d\u63db\u3048\u308b... +tagInfo.header.name=\u540d\u524d +tagInfo.header.value=\u5024 +tagInfo.tagType=\u30bf\u30b0\u306e\u7a2e\u985e +tagInfo.characterId=Character Id (\u6587\u5b57\u306e\u8b58\u5225\u5b50) +tagInfo.offset=\u30aa\u30d5\u30bb\u30c3\u30c8 +tagInfo.length=\u9577\u3055 +tagInfo.bounds=\u5883\u754c +tagInfo.width=\u5e45 +tagInfo.height=\u9ad8\u3055 +tagInfo.neededCharacters=\u5fc5\u8981\u306a\u6587\u5b57 +button.viewhexpcode=\u547d\u4ee4\u4ed8\u304d\u306e16\u9032\u6570\u3092\u898b\u308b +taginfo.header=\u57fa\u672c\u7684\u306a\u30bf\u30b0\u60c5\u5831 +tagInfo.dependentCharacters=\u4f9d\u5b58\u3059\u308b\u6587\u5b57 #after version 5.3.0 -header.uncompressed = \u975e\u5727\u7e2e -header.warning.unsupportedGfxCompression = GFX \u306f\u3001\u975e\u5727\u7e2e\u307e\u305f\u306f Zlib \u5727\u7e2e\u3055\u308c\u305f\u30b3\u30f3\u30c6\u30f3\u30c4\u306e\u307f\u306b\u5bfe\u5fdc\u3057\u3066\u3044\u307e\u3059\u3002 -header.warning.minimumZlibVersion = Zlib \u5727\u7e2e\u306f\u3001SWF \u306e\u30d0\u30fc\u30b8\u30e7\u30f3\u304c 6 \u4ee5\u4e0a\u3067\u3042\u308b\u5fc5\u8981\u304c\u3042\u308a\u307e\u3059\u3002 -header.warning.minimumLzmaVersion = LZMA \u5727\u7e2e\u306f\u3001SWF \u306e\u30d0\u30fc\u30b8\u30e7\u30f3\u304c 13 \u4ee5\u4e0a\u3067\u3042\u308b\u5fc5\u8981\u304c\u3042\u308a\u307e\u3059\u3002 - -tagInfo.codecName = \u30b3\u30fc\u30c7\u30c3\u30af\u60c5\u5831 -tagInfo.exportFormat = \u30a8\u30af\u30b9\u30dd\u30fc\u30c8\u5f62\u5f0f -tagInfo.samplingRate = \u30b5\u30f3\u30d7\u30ea\u30f3\u30b0\u30ec\u30fc\u30c8 -tagInfo.stereo = \u30b9\u30c6\u30ec\u30aa -tagInfo.sampleCount = \u30b5\u30f3\u30d7\u30eb\u6570 - -filter.dmg = Mac \u5b9f\u884c\u30d5\u30a1\u30a4\u30eb (*.dmg) -filter.linuxExe = Linux \u5b9f\u884c\u30d5\u30a1\u30a4\u30eb - -import.script.result = %count% \u3064\u306e\u30b9\u30af\u30ea\u30d7\u30c8\u3092\u30a4\u30f3\u30dd\u30fc\u30c8\u3057\u307e\u3057\u305f\u3002 -import.script.as12warning = \u30b9\u30af\u30ea\u30d7\u30c8\u306e\u30a4\u30f3\u30dd\u30fc\u30c8\u306f\u3001AS1/2 \u306e\u30b9\u30af\u30ea\u30d7\u30c8\u306e\u307f\u3092\u30a4\u30f3\u30dd\u30fc\u30c8\u3067\u304d\u307e\u3059\u3002 - -error.constantPoolTooBig = \u30b3\u30f3\u30b9\u30bf\u30f3\u30c8\u30d7\u30fc\u30eb\u304c\u5927\u304d\u3059\u304e\u307e\u3059\u3002 \u30a4\u30f3\u30c7\u30c3\u30af\u30b9=%index%, \u30b5\u30a4\u30ba=%size% -error.image.alpha.invalid = \u7121\u52b9\u306a\u30a2\u30eb\u30d5\u30a1\u30c1\u30e3\u30f3\u30cd\u30eb\u30c7\u30fc\u30bf\u3067\u3059\u3002 - +header.uncompressed=\u975e\u5727\u7e2e +header.warning.unsupportedGfxCompression=GFX \u306f\u3001\u975e\u5727\u7e2e\u307e\u305f\u306f Zlib \u5727\u7e2e\u3055\u308c\u305f\u30b3\u30f3\u30c6\u30f3\u30c4\u306e\u307f\u306b\u5bfe\u5fdc\u3057\u3066\u3044\u307e\u3059\u3002 +header.warning.minimumZlibVersion=Zlib \u5727\u7e2e\u306f\u3001SWF \u306e\u30d0\u30fc\u30b8\u30e7\u30f3\u304c 6 \u4ee5\u4e0a\u3067\u3042\u308b\u5fc5\u8981\u304c\u3042\u308a\u307e\u3059\u3002 +header.warning.minimumLzmaVersion=LZMA \u5727\u7e2e\u306f\u3001SWF \u306e\u30d0\u30fc\u30b8\u30e7\u30f3\u304c 13 \u4ee5\u4e0a\u3067\u3042\u308b\u5fc5\u8981\u304c\u3042\u308a\u307e\u3059\u3002 +tagInfo.codecName=\u30b3\u30fc\u30c7\u30c3\u30af\u60c5\u5831 +tagInfo.exportFormat=\u30a8\u30af\u30b9\u30dd\u30fc\u30c8\u5f62\u5f0f +tagInfo.samplingRate=\u30b5\u30f3\u30d7\u30ea\u30f3\u30b0\u30ec\u30fc\u30c8 +tagInfo.stereo=\u30b9\u30c6\u30ec\u30aa +tagInfo.sampleCount=\u30b5\u30f3\u30d7\u30eb\u6570 +filter.dmg=Mac \u5b9f\u884c\u30d5\u30a1\u30a4\u30eb (*.dmg) +filter.linuxExe=Linux \u5b9f\u884c\u30d5\u30a1\u30a4\u30eb +import.script.result=%count% \u3064\u306e\u30b9\u30af\u30ea\u30d7\u30c8\u3092\u30a4\u30f3\u30dd\u30fc\u30c8\u3057\u307e\u3057\u305f\u3002 +import.script.as12warning=\u30b9\u30af\u30ea\u30d7\u30c8\u306e\u30a4\u30f3\u30dd\u30fc\u30c8\u306f\u3001AS1/2 \u306e\u30b9\u30af\u30ea\u30d7\u30c8\u306e\u307f\u3092\u30a4\u30f3\u30dd\u30fc\u30c8\u3067\u304d\u307e\u3059\u3002 +error.constantPoolTooBig=\u30b3\u30f3\u30b9\u30bf\u30f3\u30c8\u30d7\u30fc\u30eb\u304c\u5927\u304d\u3059\u304e\u307e\u3059\u3002 \u30a4\u30f3\u30c7\u30c3\u30af\u30b9=%index%, \u30b5\u30a4\u30ba=%size% +error.image.alpha.invalid=\u7121\u52b9\u306a\u30a2\u30eb\u30d5\u30a1\u30c1\u30e3\u30f3\u30cd\u30eb\u30c7\u30fc\u30bf\u3067\u3059\u3002 #after version 6.0.2 -contextmenu.saveUncompressedToFile = \u975e\u5727\u7e2e\u30d5\u30a1\u30a4\u30eb\u306b\u4fdd\u5b58\u3059\u308b -menu.settings.autoOpenLoadedSWFs = \u518d\u751f\u4e2d\u306b\u8aad\u307f\u8fbc\u307e\u308c\u305f SWF \u3092\u958b\u304f - +contextmenu.saveUncompressedToFile=\u975e\u5727\u7e2e\u30d5\u30a1\u30a4\u30eb\u306b\u4fdd\u5b58\u3059\u308b +menu.settings.autoOpenLoadedSWFs=\u518d\u751f\u4e2d\u306b\u8aad\u307f\u8fbc\u307e\u308c\u305f SWF \u3092\u958b\u304f #after version 6.1.1 -menu.file.start = \u958b\u59cb -menu.file.start.run = \u5b9f\u884c -menu.file.start.stop = \u505c\u6b62 -menu.file.start.debug = \u30c7\u30d0\u30c3\u30b0 -menu.debugging = \u30c7\u30d0\u30c3\u30b0\u4e2d -menu.debugging.debug = \u30c7\u30d0\u30c3\u30b0 -menu.debugging.debug.stop = \u505c\u6b62 -menu.debugging.debug.pause = \u4e00\u6642\u505c\u6b62 -menu.debugging.debug.stepOver = \u30b9\u30c6\u30c3\u30d7\u30aa\u30fc\u30d0\u30fc -menu.debugging.debug.stepInto = \u30b9\u30c6\u30c3\u30d7\u30a4\u30f3 -menu.debugging.debug.stepOut = \u30b9\u30c6\u30c3\u30d7\u30a2\u30a6\u30c8 -menu.debugging.debug.continue = \u7d9a\u884c\u3059\u308b -menu.debugging.debug.stack = \u30b9\u30bf\u30c3\u30af... -menu.debugging.debug.watch = \u65b0\u3057\u3044\u30a6\u30a9\u30c3\u30c1... - -message.playerpath.notset = Flash Player projector \u304c\u898b\u3064\u304b\u308a\u307e\u305b\u3093\u3067\u3057\u305f\u3002\u8a73\u7d30\u8a2d\u5b9a \uff0f \u30d1\u30b9 (1) \u306b\u30d1\u30b9\u3092\u8a2d\u5b9a\u3057\u3066\u304f\u3060\u3055\u3044\u3002 -message.playerpath.debug.notset = Flash Player projector content debugger \u304c\u898b\u3064\u304b\u308a\u307e\u305b\u3093\u3067\u3057\u305f\u3002\u8a73\u7d30\u8a2d\u5b9a \uff0f \u30d1\u30b9 (3) \u306b\u30d1\u30b9\u3092\u8a2d\u5b9a\u3057\u3066\u304f\u3060\u3055\u3044\u3002 -message.playerpath.lib.notset = PlayerGlobal (.swc) \u304c\u898b\u3064\u304b\u308a\u307e\u305b\u3093\u3067\u3057\u305f\u3002\u8a73\u7d30\u8a2d\u5b9a \uff0f \u30d1\u30b9 (3) \u306b\u30d1\u30b9\u3092\u8a2d\u5b9a\u3057\u3066\u304f\u3060\u3055\u3044\u3002 - -debugpanel.header = \u30c7\u30d0\u30c3\u30b0\u4e2d - -variables.header.registers = \u30ec\u30b8\u30b9\u30bf -variables.header.locals = \u30ed\u30fc\u30ab\u30eb -variables.header.arguments = \u5f15\u6570 -variables.header.scopeChain = \u30b9\u30b3\u30fc\u30d7\u30c1\u30a7\u30fc\u30f3 -variables.column.name = \u540d\u524d -variables.column.type = \u578b -variables.column.value = \u5024 - -callStack.header = \u30b3\u30fc\u30eb\u30b9\u30bf\u30c3\u30af -callStack.header.file = \u30d5\u30a1\u30a4\u30eb -callStack.header.line = \u884c - -stack.header = \u30b9\u30bf\u30c3\u30af -stack.header.item = \u9805\u76ee - -constantpool.header = \u30b3\u30f3\u30b9\u30bf\u30f3\u30c8\u30d7\u30fc\u30eb -constantpool.header.id = ID -constantpool.header.value = \u5024 - -work.running = \u5b9f\u884c\u4e2d -work.debugging = \u30c7\u30d0\u30c3\u30b0\u4e2d -work.debugging.instrumenting = \u30c7\u30d0\u30c3\u30b0\u7528 SWF \u306e\u6e96\u5099\u4e2d -work.breakat = \u30d6\u30ec\u30fc\u30af -work.halted = \u30c7\u30d0\u30c3\u30b0\u304c\u958b\u59cb\u3055\u308c\u3001\u5b9f\u884c\u304c\u505c\u6b62\u3057\u307e\u3057\u305f\u3002 \u30d6\u30ec\u30fc\u30af\u30dd\u30a4\u30f3\u30c8\u3092\u8ffd\u52a0\u3057\u3001\u300c\u7d9a\u884c\u3059\u308b (5)\u300d\u3092\u30af\u30ea\u30c3\u30af\u3057\u3066\u5b9f\u884c\u3092\u518d\u958b\u3057\u307e\u3059\u3002 - -debuglog.header = \u30ed\u30b0 -debuglog.button.clear = \u30af\u30ea\u30a2 - +menu.file.start=\u958b\u59cb +menu.file.start.run=\u5b9f\u884c +menu.file.start.stop=\u505c\u6b62 +menu.file.start.debug=\u30c7\u30d0\u30c3\u30b0 +menu.debugging=\u30c7\u30d0\u30c3\u30b0\u4e2d +menu.debugging.debug=\u30c7\u30d0\u30c3\u30b0 +menu.debugging.debug.stop=\u505c\u6b62 +menu.debugging.debug.pause=\u4e00\u6642\u505c\u6b62 +menu.debugging.debug.stepOver=\u30b9\u30c6\u30c3\u30d7\u30aa\u30fc\u30d0\u30fc +menu.debugging.debug.stepInto=\u30b9\u30c6\u30c3\u30d7\u30a4\u30f3 +menu.debugging.debug.stepOut=\u30b9\u30c6\u30c3\u30d7\u30a2\u30a6\u30c8 +menu.debugging.debug.continue=\u7d9a\u884c\u3059\u308b +menu.debugging.debug.stack=\u30b9\u30bf\u30c3\u30af... +menu.debugging.debug.watch=\u65b0\u3057\u3044\u30a6\u30a9\u30c3\u30c1... +message.playerpath.notset=Flash Player projector \u304c\u898b\u3064\u304b\u308a\u307e\u305b\u3093\u3067\u3057\u305f\u3002\u8a73\u7d30\u8a2d\u5b9a \uff0f \u30d1\u30b9 (1) \u306b\u30d1\u30b9\u3092\u8a2d\u5b9a\u3057\u3066\u304f\u3060\u3055\u3044\u3002 +message.playerpath.debug.notset=Flash Player projector content debugger \u304c\u898b\u3064\u304b\u308a\u307e\u305b\u3093\u3067\u3057\u305f\u3002\u8a73\u7d30\u8a2d\u5b9a \uff0f \u30d1\u30b9 (3) \u306b\u30d1\u30b9\u3092\u8a2d\u5b9a\u3057\u3066\u304f\u3060\u3055\u3044\u3002 +message.playerpath.lib.notset=PlayerGlobal (.swc) \u304c\u898b\u3064\u304b\u308a\u307e\u305b\u3093\u3067\u3057\u305f\u3002\u8a73\u7d30\u8a2d\u5b9a \uff0f \u30d1\u30b9 (3) \u306b\u30d1\u30b9\u3092\u8a2d\u5b9a\u3057\u3066\u304f\u3060\u3055\u3044\u3002 +debugpanel.header=\u30c7\u30d0\u30c3\u30b0\u4e2d +variables.header.registers=\u30ec\u30b8\u30b9\u30bf +variables.header.locals=\u30ed\u30fc\u30ab\u30eb +variables.header.arguments=\u5f15\u6570 +variables.header.scopeChain=\u30b9\u30b3\u30fc\u30d7\u30c1\u30a7\u30fc\u30f3 +variables.column.name=\u540d\u524d +variables.column.type=\u578b +variables.column.value=\u5024 +callStack.header=\u30b3\u30fc\u30eb\u30b9\u30bf\u30c3\u30af +callStack.header.file=\u30d5\u30a1\u30a4\u30eb +callStack.header.line=\u884c +stack.header=\u30b9\u30bf\u30c3\u30af +stack.header.item=\u9805\u76ee +constantpool.header=\u30b3\u30f3\u30b9\u30bf\u30f3\u30c8\u30d7\u30fc\u30eb +constantpool.header.id=ID +constantpool.header.value=\u5024 +work.running=\u5b9f\u884c\u4e2d +work.debugging=\u30c7\u30d0\u30c3\u30b0\u4e2d +work.debugging.instrumenting=\u30c7\u30d0\u30c3\u30b0\u7528 SWF \u306e\u6e96\u5099\u4e2d +work.breakat=\u30d6\u30ec\u30fc\u30af +work.halted=\u30c7\u30d0\u30c3\u30b0\u304c\u958b\u59cb\u3055\u308c\u3001\u5b9f\u884c\u304c\u505c\u6b62\u3057\u307e\u3057\u305f\u3002 \u30d6\u30ec\u30fc\u30af\u30dd\u30a4\u30f3\u30c8\u3092\u8ffd\u52a0\u3057\u3001\u300c\u7d9a\u884c\u3059\u308b (5)\u300d\u3092\u30af\u30ea\u30c3\u30af\u3057\u3066\u5b9f\u884c\u3092\u518d\u958b\u3057\u307e\u3059\u3002 +debuglog.header=\u30ed\u30b0 +debuglog.button.clear=\u30af\u30ea\u30a2 #after 7.0.1 -work.debugging.wait = Flash debug projector \u306e\u63a5\u7d9a\u5f85\u3061 - -error.debug.listen = \u30dd\u30fc\u30c8 %port% \u3092\u30ea\u30c3\u30b9\u30f3\u3067\u304d\u307e\u305b\u3093\u3002 \u4ed6\u306e flash \u30c7\u30d0\u30c3\u30ac\u304c\u5b9f\u884c\u3055\u308c\u3066\u3044\u308b\u53ef\u80fd\u6027\u304c\u3042\u308a\u307e\u3059\u3002 - -debug.break.reason.unknown = (\u4e0d\u660e) -debug.break.reason.breakpoint = (\u30d6\u30ec\u30fc\u30af\u30dd\u30a4\u30f3\u30c8) -debug.break.reason.watch = (\u30a6\u30a9\u30c3\u30c1) -debug.break.reason.fault = (\u6b20\u9665) -debug.break.reason.stopRequest = (\u30ea\u30af\u30a8\u30b9\u30c8\u306e\u505c\u6b62) -debug.break.reason.step = (\u505c\u6b62) +work.debugging.wait=Flash debug projector \u306e\u63a5\u7d9a\u5f85\u3061 +error.debug.listen=\u30dd\u30fc\u30c8 %port% \u3092\u30ea\u30c3\u30b9\u30f3\u3067\u304d\u307e\u305b\u3093\u3002 \u4ed6\u306e flash \u30c7\u30d0\u30c3\u30ac\u304c\u5b9f\u884c\u3055\u308c\u3066\u3044\u308b\u53ef\u80fd\u6027\u304c\u3042\u308a\u307e\u3059\u3002 +debug.break.reason.unknown=(\u4e0d\u660e) +debug.break.reason.breakpoint=(\u30d6\u30ec\u30fc\u30af\u30dd\u30a4\u30f3\u30c8) +debug.break.reason.watch=(\u30a6\u30a9\u30c3\u30c1) +debug.break.reason.fault=(\u6b20\u9665) +debug.break.reason.stopRequest=(\u30ea\u30af\u30a8\u30b9\u30c8\u306e\u505c\u6b62) +debug.break.reason.step=(\u505c\u6b62) # debug.break.reason.halt = (Halt) -debug.break.reason.scriptLoaded = (\u30b9\u30af\u30ea\u30d7\u30c8\u304c\u30ed\u30fc\u30c9\u3055\u308c\u307e\u3057\u305f) - -menu.file.start.debugpcode = P-code \u306e\u30c7\u30d0\u30c3\u30b0 - +debug.break.reason.scriptLoaded=(\u30b9\u30af\u30ea\u30d7\u30c8\u304c\u30ed\u30fc\u30c9\u3055\u308c\u307e\u3057\u305f) +menu.file.start.debugpcode=P-code \u306e\u30c7\u30d0\u30c3\u30b0 #after 7.1.2 -button.replaceNoFill = \u7f6e\u63db - bounds \u3092\u66f4\u65b0... -message.warning.svgImportExperimental = \u3059\u3079\u3066\u306e SVG \u6a5f\u80fd\u306b\u5bfe\u5fdc\u3057\u3066\u3044\u308b\u308f\u3051\u3067\u306f\u3042\u308a\u307e\u305b\u3093\u3002\u30a4\u30f3\u30dd\u30fc\u30c8\u5f8c\u306b\u30ed\u30b0\u3092\u78ba\u8a8d\u3057\u3066\u304f\u3060\u3055\u3044\u3002 - -message.imported.swf = SWF \u30d5\u30a1\u30a4\u30eb\u306f\u3001\u30a4\u30f3\u30dd\u30fc\u30c8\u3055\u308c\u305f SWF \u306e\u30a2\u30bb\u30c3\u30c8\u3092\u4f7f\u7528\u3057\u307e\u3059:\n%url%\n\u305d\u306e URL \u304b\u3089\u30a2\u30bb\u30c3\u30c8\u3092\u8aad\u307f\u8fbc\u307f\u307e\u3059\u304b\uff1f -message.imported.swf.manually = \u30a4\u30f3\u30dd\u30fc\u30c8\u3055\u308c\u305f\u305f SWF \u3092\u8aad\u307f\u8fbc\u3081\u307e\u305b\u3093\n%url%\n\u30d5\u30a1\u30a4\u30eb\u307e\u305f\u306f URL \u304c\u5b58\u5728\u3057\u307e\u305b\u3093\u3002\n\u30ed\u30fc\u30ab\u30eb\u30d5\u30a1\u30a4\u30eb\u3092\u9078\u629e\u3057\u307e\u3059\u304b\uff1f - -message.warning.hexViewNotUpToDate = 16\u9032\u6570\u8868\u793a\u304c\u6700\u65b0\u3067\u306f\u3042\u308a\u307e\u305b\u3093\u300216\u9032\u6570\u8868\u793a\u3092\u66f4\u65b0\u3059\u308b\u306b\u306f\u3001\u30d5\u30a1\u30a4\u30eb\u3092\u4fdd\u5b58\u3057\u3066\u518d\u8aad\u307f\u8fbc\u307f\u3057\u3066\u304f\u3060\u3055\u3044\u3002 -message.font.replace.updateTexts = \u4e00\u90e8\u306e\u6587\u5b57\u304c\u7f6e\u304d\u63db\u3048\u3089\u308c\u307e\u3057\u305f\u3002\u65e2\u5b58\u306e\u30c6\u30ad\u30b9\u30c8\u3092\u66f4\u65b0\u3057\u307e\u3059\u304b\uff1f - -menu.settings.simplifyExpressions = \u5f0f\u3092\u7c21\u7565\u5316\u3059\u308b - +button.replaceNoFill=\u7f6e\u63db - bounds \u3092\u66f4\u65b0... +message.warning.svgImportExperimental=\u3059\u3079\u3066\u306e SVG \u6a5f\u80fd\u306b\u5bfe\u5fdc\u3057\u3066\u3044\u308b\u308f\u3051\u3067\u306f\u3042\u308a\u307e\u305b\u3093\u3002\u30a4\u30f3\u30dd\u30fc\u30c8\u5f8c\u306b\u30ed\u30b0\u3092\u78ba\u8a8d\u3057\u3066\u304f\u3060\u3055\u3044\u3002 +message.imported.swf=SWF \u30d5\u30a1\u30a4\u30eb\u306f\u3001\u30a4\u30f3\u30dd\u30fc\u30c8\u3055\u308c\u305f SWF \u306e\u30a2\u30bb\u30c3\u30c8\u3092\u4f7f\u7528\u3057\u307e\u3059:\n%url%\n\u305d\u306e URL \u304b\u3089\u30a2\u30bb\u30c3\u30c8\u3092\u8aad\u307f\u8fbc\u307f\u307e\u3059\u304b\uff1f +message.imported.swf.manually=\u30a4\u30f3\u30dd\u30fc\u30c8\u3055\u308c\u305f\u305f SWF \u3092\u8aad\u307f\u8fbc\u3081\u307e\u305b\u3093\n%url%\n\u30d5\u30a1\u30a4\u30eb\u307e\u305f\u306f URL \u304c\u5b58\u5728\u3057\u307e\u305b\u3093\u3002\n\u30ed\u30fc\u30ab\u30eb\u30d5\u30a1\u30a4\u30eb\u3092\u9078\u629e\u3057\u307e\u3059\u304b\uff1f +message.warning.hexViewNotUpToDate=16\u9032\u6570\u8868\u793a\u304c\u6700\u65b0\u3067\u306f\u3042\u308a\u307e\u305b\u3093\u300216\u9032\u6570\u8868\u793a\u3092\u66f4\u65b0\u3059\u308b\u306b\u306f\u3001\u30d5\u30a1\u30a4\u30eb\u3092\u4fdd\u5b58\u3057\u3066\u518d\u8aad\u307f\u8fbc\u307f\u3057\u3066\u304f\u3060\u3055\u3044\u3002 +message.font.replace.updateTexts=\u4e00\u90e8\u306e\u6587\u5b57\u304c\u7f6e\u304d\u63db\u3048\u3089\u308c\u307e\u3057\u305f\u3002\u65e2\u5b58\u306e\u30c6\u30ad\u30b9\u30c8\u3092\u66f4\u65b0\u3057\u307e\u3059\u304b\uff1f +menu.settings.simplifyExpressions=\u5f0f\u3092\u7c21\u7565\u5316\u3059\u308b #after 8.0.1 -menu.recentFiles.empty = \u6700\u8fd1\u306e\u30d5\u30a1\u30a4\u30eb\u4e00\u89a7\u306f\u7a7a\u3067\u3059 -message.warning.outOfMemory32BitJre = OutOfMemory \u30a8\u30e9\u30fc\u304c\u767a\u751f\u3057\u307e\u3057\u305f\u300264bit \u30b7\u30b9\u30c6\u30e0\u3067 32bit \u306e Java \u3092\u5b9f\u884c\u3057\u3066\u3044\u307e\u3059\u300264bit \u306e Java \u3092\u4f7f\u7528\u3057\u3066\u304f\u3060\u3055\u3044\u3002 - -menu.file.reloadAll = \u3059\u3079\u3066\u518d\u8aad\u307f\u8fbc\u307f -message.confirm.reloadAll = \u3059\u3079\u3066\u306e SWF \u30d5\u30a1\u30a4\u30eb\u306e\u4fdd\u5b58\u3055\u308c\u3066\u3044\u306a\u3044\u5909\u66f4\u3092\u53d6\u308a\u6d88\u3057\u3001\u30a2\u30d7\u30ea\u30b1\u30fc\u30b7\u30e7\u30f3\u5168\u4f53\u3092\u518d\u8aad\u307f\u8fbc\u307f\u3057\u307e\u3059\u3002\n\u7d9a\u884c\u3057\u307e\u3059\u304b\uff1f -export.script.singleFilePallelModeWarning = \u4e26\u5217\u51e6\u7406\u3067\u9ad8\u901f\u5316 \u304c\u6709\u52b9\u306a\u5834\u5408\u3001\u5358\u4e00\u30d5\u30a1\u30a4\u30eb\u306e\u30a8\u30af\u30b9\u30dd\u30fc\u30c8 \u306f\u30b5\u30dd\u30fc\u30c8\u3055\u308c\u307e\u305b\u3093\u3002 - -button.showOriginalBytesInPcodeHex = \u30aa\u30ea\u30b8\u30ca\u30eb\u306e\u30d0\u30a4\u30c8\u3092\u8868\u793a\u3059\u308b -button.remove = \u524a\u9664 -button.showFileOffsetInPcodeHex = \u30d5\u30a1\u30a4\u30eb\u30aa\u30d5\u30bb\u30c3\u30c8\u3092\u8868\u793a\u3059\u308b - -generic.editor.amf3.title = AMF3 \u30a8\u30c7\u30a3\u30bf +menu.recentFiles.empty=\u6700\u8fd1\u306e\u30d5\u30a1\u30a4\u30eb\u4e00\u89a7\u306f\u7a7a\u3067\u3059 +message.warning.outOfMemory32BitJre=OutOfMemory \u30a8\u30e9\u30fc\u304c\u767a\u751f\u3057\u307e\u3057\u305f\u300264bit \u30b7\u30b9\u30c6\u30e0\u3067 32bit \u306e Java \u3092\u5b9f\u884c\u3057\u3066\u3044\u307e\u3059\u300264bit \u306e Java \u3092\u4f7f\u7528\u3057\u3066\u304f\u3060\u3055\u3044\u3002 +menu.file.reloadAll=\u3059\u3079\u3066\u518d\u8aad\u307f\u8fbc\u307f +message.confirm.reloadAll=\u3059\u3079\u3066\u306e SWF \u30d5\u30a1\u30a4\u30eb\u306e\u4fdd\u5b58\u3055\u308c\u3066\u3044\u306a\u3044\u5909\u66f4\u3092\u53d6\u308a\u6d88\u3057\u3001\u30a2\u30d7\u30ea\u30b1\u30fc\u30b7\u30e7\u30f3\u5168\u4f53\u3092\u518d\u8aad\u307f\u8fbc\u307f\u3057\u307e\u3059\u3002\n\u7d9a\u884c\u3057\u307e\u3059\u304b\uff1f +export.script.singleFilePallelModeWarning=\u4e26\u5217\u51e6\u7406\u3067\u9ad8\u901f\u5316 \u304c\u6709\u52b9\u306a\u5834\u5408\u3001\u5358\u4e00\u30d5\u30a1\u30a4\u30eb\u306e\u30a8\u30af\u30b9\u30dd\u30fc\u30c8 \u306f\u30b5\u30dd\u30fc\u30c8\u3055\u308c\u307e\u305b\u3093\u3002 +button.showOriginalBytesInPcodeHex=\u30aa\u30ea\u30b8\u30ca\u30eb\u306e\u30d0\u30a4\u30c8\u3092\u8868\u793a\u3059\u308b +button.remove=\u524a\u9664 +button.showFileOffsetInPcodeHex=\u30d5\u30a1\u30a4\u30eb\u30aa\u30d5\u30bb\u30c3\u30c8\u3092\u8868\u793a\u3059\u308b +generic.editor.amf3.title=AMF3 \u30a8\u30c7\u30a3\u30bf # generic.editor.amf3.help = AMF3 value syntax:\n\ # ------------------\n\ # scalar types:\n\ @@ -731,100 +576,71 @@ generic.editor.amf3.title = AMF3 \u30a8\u30c7\u30a3\u30bf # \ * Nonscalar datatypes can be referenced by previously declared "id" attributes with # syntax:\n\ # %reference_sample%\n\ # \ * Keys in Dictionary entries can be any type\n -contextmenu.showInResources = \u30ea\u30bd\u30fc\u30b9\u306b\u8868\u793a -message.flexpath.notset = Flex SDK \u304c\u898b\u3064\u304b\u308a\u307e\u305b\u3093\u3067\u3057\u305f\u3002\u8a73\u7d30\u8a2d\u5b9a \uff0f \u30d1\u30b9 (4) \u306b\u30d1\u30b9\u3092\u8a2d\u5b9a\u3057\u3066\u304f\u3060\u3055\u3044\u3002 - - +contextmenu.showInResources=\u30ea\u30bd\u30fc\u30b9\u306b\u8868\u793a +message.flexpath.notset=Flex SDK \u304c\u898b\u3064\u304b\u308a\u307e\u305b\u3093\u3067\u3057\u305f\u3002\u8a73\u7d30\u8a2d\u5b9a \uff0f \u30d1\u30b9 (4) \u306b\u30d1\u30b9\u3092\u8a2d\u5b9a\u3057\u3066\u304f\u3060\u3055\u3044\u3002 #add after panel.disassembled string -abc.detail.split = : -abc.detail.trait = Trait - %trait_type% -abc.detail.trait.method = \u30e1\u30bd\u30c3\u30c9 -abc.detail.trait.getter = Getter -abc.detail.trait.setter = Setter -abc.detail.trait.slot = Slot -abc.detail.trait.const = Const -abc.detail.trait.class = \u30af\u30e9\u30b9 -abc.detail.trait.function = \u95a2\u6570 - -abc.detail.specialmethod = \u7279\u6b8a\u30e1\u30bd\u30c3\u30c9 - %specialmethod_type% -abc.detail.specialmethod.scriptinitializer = \u30b9\u30af\u30ea\u30d7\u30c8 \u30a4\u30cb\u30b7\u30e3\u30e9\u30a4\u30b6 -abc.detail.specialmethod.classinitializer = \u30af\u30e9\u30b9 \u30a4\u30cb\u30b7\u30e3\u30e9\u30a4\u30b6 -abc.detail.specialmethod.instanceinitializer = \u30a4\u30f3\u30b9\u30bf\u30f3\u30b9 \u30a4\u30cb\u30b7\u30e3\u30e9\u30a4\u30b6 -abc.detail.innerfunction = \u5185\u90e8\u95a2\u6570 - -button.edit.script.decompiled = ActionScript \u3092\u7de8\u96c6 -button.edit.script.disassembled = P-code \u3092\u7de8\u96c6 - -debug.watch.add = %name% \u306b\u30a6\u30a9\u30c3\u30c1\u3092\u8ffd\u52a0 -debug.watch.add.read = \u8aad\u307f\u53d6\u308a -debug.watch.add.write = \u66f8\u304d\u8fbc\u307f -debug.watch.add.readwrite = \u8aad\u307f\u53d6\u308a+\u66f8\u304d\u8fbc\u307f- - -error.debug.watch.add = \u3053\u306e\u5909\u6570\u306b\u30a6\u30a9\u30c3\u30c1\u3092\u8ffd\u52a0\u3067\u304d\u307e\u305b\u3093\u3002 - -variables.column.scope = \u30b9\u30b3\u30fc\u30d7 -variables.column.flags = \u30d5\u30e9\u30b0 -variables.column.trait = Trait - -message.font.setadvancevalues = \u3053\u306e\u64cd\u4f5c\u306f\u3001\u3053\u306e\u30bf\u30b0\u5185\u306e\u3059\u3079\u3066\u306e\u6587\u5b57\u306e\u30a2\u30c9\u30d0\u30f3\u30b9\u3092\u3001\u9078\u629e\u3057\u305f\u30d5\u30a9\u30f3\u30c8\u30bd\u30fc\u30b9\u306e\u30a2\u30c9\u30d0\u30f3\u30b9\u306b\u8a2d\u5b9a\u3057\u307e\u3059\u3002 - -menu.tools.deobfuscation.renameColliding = \u885d\u7a81\u3059\u308b trait / \u30af\u30e9\u30b9 \u306e\u540d\u524d\u3092\u5909\u66f4\u3059\u308b - -filter.iggy = Iggy \u30d5\u30a1\u30a4\u30eb (*.iggy) - +abc.detail.split=: +abc.detail.trait=Trait - %trait_type% +abc.detail.trait.method=\u30e1\u30bd\u30c3\u30c9 +abc.detail.trait.getter=Getter +abc.detail.trait.setter=Setter +abc.detail.trait.slot=Slot +abc.detail.trait.const=Const +abc.detail.trait.class=\u30af\u30e9\u30b9 +abc.detail.trait.function=\u95a2\u6570 +abc.detail.specialmethod=\u7279\u6b8a\u30e1\u30bd\u30c3\u30c9 - %specialmethod_type% +abc.detail.specialmethod.scriptinitializer=\u30b9\u30af\u30ea\u30d7\u30c8 \u30a4\u30cb\u30b7\u30e3\u30e9\u30a4\u30b6 +abc.detail.specialmethod.classinitializer=\u30af\u30e9\u30b9 \u30a4\u30cb\u30b7\u30e3\u30e9\u30a4\u30b6 +abc.detail.specialmethod.instanceinitializer=\u30a4\u30f3\u30b9\u30bf\u30f3\u30b9 \u30a4\u30cb\u30b7\u30e3\u30e9\u30a4\u30b6 +abc.detail.innerfunction=\u5185\u90e8\u95a2\u6570 +button.edit.script.decompiled=ActionScript \u3092\u7de8\u96c6 +button.edit.script.disassembled=P-code \u3092\u7de8\u96c6 +debug.watch.add=%name% \u306b\u30a6\u30a9\u30c3\u30c1\u3092\u8ffd\u52a0 +debug.watch.add.read=\u8aad\u307f\u53d6\u308a +debug.watch.add.write=\u66f8\u304d\u8fbc\u307f +debug.watch.add.readwrite=\u8aad\u307f\u53d6\u308a+\u66f8\u304d\u8fbc\u307f- +error.debug.watch.add=\u3053\u306e\u5909\u6570\u306b\u30a6\u30a9\u30c3\u30c1\u3092\u8ffd\u52a0\u3067\u304d\u307e\u305b\u3093\u3002 +variables.column.scope=\u30b9\u30b3\u30fc\u30d7 +variables.column.flags=\u30d5\u30e9\u30b0 +variables.column.trait=Trait +message.font.setadvancevalues=\u3053\u306e\u64cd\u4f5c\u306f\u3001\u3053\u306e\u30bf\u30b0\u5185\u306e\u3059\u3079\u3066\u306e\u6587\u5b57\u306e\u30a2\u30c9\u30d0\u30f3\u30b9\u3092\u3001\u9078\u629e\u3057\u305f\u30d5\u30a9\u30f3\u30c8\u30bd\u30fc\u30b9\u306e\u30a2\u30c9\u30d0\u30f3\u30b9\u306b\u8a2d\u5b9a\u3057\u307e\u3059\u3002 +menu.tools.deobfuscation.renameColliding=\u885d\u7a81\u3059\u308b trait / \u30af\u30e9\u30b9 \u306e\u540d\u524d\u3092\u5909\u66f4\u3059\u308b +filter.iggy=Iggy \u30d5\u30a1\u30a4\u30eb (*.iggy) #after 11.1.0 -script.seemsBroken = \u8b66\u544a: \u30b3\u30fc\u30c9\u306e\u9006\u30b3\u30f3\u30d1\u30a4\u30eb\u306b\u306f \u00a7\u00a7 \u547d\u4ee4\u304c\u542b\u307e\u308c\u3066\u3044\u307e\u3059\u3002 \ +script.seemsBroken=\u8b66\u544a: \u30b3\u30fc\u30c9\u306e\u9006\u30b3\u30f3\u30d1\u30a4\u30eb\u306b\u306f \u00a7\u00a7 \u547d\u4ee4\u304c\u542b\u307e\u308c\u3066\u3044\u307e\u3059\u3002 \ \u3053\u308c\u306f\u901a\u5e38\u3001\u96e3\u8aad\u5316\u306e\u89e3\u9664 (\u8a2d\u5b9a \uff0f \u96e3\u8aad\u5316\u306e\u81ea\u52d5\u89e3\u9664 \u3092\u53c2\u7167) \u3084\u3001\u975e\u6a19\u6e96\u306e\u30b3\u30f3\u30d1\u30a4\u30e9 (Haxe\u306a\u3069) \u304c\u4f7f\u7528\u3055\u308c\u3066\u3044\u308b\u3053\u3068\u304c\u539f\u56e0\u3067\u3059\u3002 - #after 13.0.3 -button.removetrait = trait \u3092\u524a\u9664 - -message.confirm.removetrait = \u9078\u629e\u3057\u305f trait \u3092\u3001\u672c\u5f53\u306b\u524a\u9664\u3057\u307e\u3059\u304b\uff1f - -contextmenu.addScript = \u30b9\u30af\u30ea\u30d7\u30c8\u306e\u8ffd\u52a0 - -contextmenu.addClass = \u30af\u30e9\u30b9\u306e\u8ffd\u52a0 - -contextmenu.removeScript = \u30b9\u30af\u30ea\u30d7\u30c8\u306e\u524a\u9664 - -message.confirm.remove.nodep = %item% \u3092\u3001\u672c\u5f53\u306b\u524a\u9664\u3057\u307e\u3059\u304b\uff1f - -message.confirm.removemultiple.nodep = %count% \u3064\u306e\u30a2\u30a4\u30c6\u30e0\u3092\u3001\u672c\u5f53\u306b\u524a\u9664\u3057\u307e\u3059\u304b\uff1f - -menu.recentSearches = \u73fe\u5728\u30d5\u30a1\u30a4\u30eb\u306e\u6700\u8fd1\u306e\u691c\u7d22 -menu.recentSearches.empty = \u6700\u8fd1\u306e\u691c\u7d22\u4e00\u89a7\u306f\u7a7a\u3067\u3059 -menu.tools.otherTools.clearRecentSearches = \u6700\u8fd1\u306e\u691c\u7d22\u3092\u3059\u3079\u3066\u30af\u30ea\u30a2\u3059\u308b -menu.recentSearches.clear = \u691c\u7d22\u7d50\u679c\u3092\u30af\u30ea\u30a2\u3059\u308b -message.confirm.recentSearches.clear = \u73fe\u5728\u30d5\u30a1\u30a4\u30eb\u306e\u6700\u8fd1\u306e\u691c\u7d22\u3092\u3001\u672c\u5f53\u306b\u30af\u30ea\u30a2\u3057\u307e\u3059\u304b\uff1f - -message.input.gotoCharacter.title = \u6307\u5b9acharacter\u3078\u79fb\u52d5 -message.input.gotoCharacter = character id \u3092\u5165\u529b\u3057\u3066\u304f\u3060\u3055\u3044 - -message.character.notfound = Character %characterid% \u304c\u898b\u3064\u304b\u308a\u307e\u305b\u3093\u3067\u3057\u305f\u3002 - -FileChooser.preview = \u30d7\u30ec\u30d3\u30e5\u30fc -FileChooser.previewNotAvailable = (\u30d7\u30ec\u30d3\u30e5\u30fc\u3067\u304d\u307e\u305b\u3093) - -button.freetransform = Free transform - -error.outOfMemory.title = \u30a8\u30e9\u30fc - \u30e1\u30e2\u30ea\u4e0d\u8db3 -error.outOfMemory = \u9006\u30b3\u30f3\u30d1\u30a4\u30e9\u304c\u30e1\u30e2\u30ea\u4e0d\u8db3\u306b\u306a\u308a\u307e\u3057\u305f\u3002 Java \u30d2\u30fc\u30d7\u306e\u6700\u5927\u30b5\u30a4\u30ba\u306f %maxheap% \u306b\u8a2d\u5b9a\u3055\u308c\u3066\u3044\u307e\u3059\u3002 -error.outOfMemory.windows = \u300cffdec.exe\u300d\u7d4c\u7531\u3067\u30a2\u30d7\u30ea\u3092\u5b9f\u884c\u3059\u308b\u3068\u3001\u5229\u7528\u53ef\u80fd\u306a\u6700\u5927\u5024\u306b\u8a2d\u5b9a\u3055\u308c\u307e\u3059\u3002\n\u300cffdec.bat\u300d\u7d4c\u7531\u3067\u30a2\u30d7\u30ea\u3092\u5b9f\u884c\u3059\u308b\u5834\u5408\u306f\u3001\u305d\u306e\u30d5\u30a1\u30a4\u30eb\u5185\u3067\u624b\u52d5\u3067\u8a2d\u5b9a\u3059\u308b\u3053\u3068\u3067\u3001\u3088\u308a\u9ad8\u3044\u5024\u306b\u8a2d\u5b9a\u3067\u304d\u307e\u3059\u3002 -error.outOfMemory.unixmac = \u300cffdec.sh\u300d\u30d5\u30a1\u30a4\u30eb\u3092\u7de8\u96c6\u3059\u308b\u3053\u3068\u3067\u3001\u3053\u306e\u6700\u5927\u5024\u3092\u5897\u3084\u3059\u3053\u3068\u304c\u3067\u304d\u307e\u3059\u3002 -error.outOfMemory.64bit = 1GB \u4ee5\u4e0a\u306e\u30e1\u30e2\u30ea\u3092\u4f7f\u7528\u3059\u308b\u306b\u306f\u300164bit \u306e OS \u3068\u300164bit \u306e Java \u304c\u5fc5\u8981\u3067\u3059\u3002 -error.outOfMemory.32BitJreOn64bitOs = \u8b66\u544a: 64bit \u306e\u30b7\u30b9\u30c6\u30e0\u4e0a\u3067\u300132bit \u306e Java \u304c\u52d5\u4f5c\u3057\u3066\u3044\u307e\u3059\u3002 64bit \u7248\u306e Java \u3092\u4f7f\u7528\u3057\u3066\u304f\u3060\u3055\u3044\u3002 - -notavailable.internalviewer = \u3053\u306e\u30aa\u30d6\u30b8\u30a7\u30af\u30c8\u306e\u30d7\u30ec\u30d3\u30e5\u30fc\u306f\u3001Flash ActiveX \u30b3\u30f3\u30dd\u30fc\u30cd\u30f3\u30c8\u3067\u306e\u307f\u53ef\u80fd\u3067\u3059\u3002\n \ +button.removetrait=trait \u3092\u524a\u9664 +message.confirm.removetrait=\u9078\u629e\u3057\u305f trait \u3092\u3001\u672c\u5f53\u306b\u524a\u9664\u3057\u307e\u3059\u304b\uff1f +contextmenu.addScript=\u30b9\u30af\u30ea\u30d7\u30c8\u306e\u8ffd\u52a0 +contextmenu.addClass=\u30af\u30e9\u30b9\u306e\u8ffd\u52a0 +contextmenu.removeScript=\u30b9\u30af\u30ea\u30d7\u30c8\u306e\u524a\u9664 +message.confirm.remove.nodep=%item% \u3092\u3001\u672c\u5f53\u306b\u524a\u9664\u3057\u307e\u3059\u304b\uff1f +message.confirm.removemultiple.nodep=%count% \u3064\u306e\u30a2\u30a4\u30c6\u30e0\u3092\u3001\u672c\u5f53\u306b\u524a\u9664\u3057\u307e\u3059\u304b\uff1f +menu.recentSearches=\u73fe\u5728\u30d5\u30a1\u30a4\u30eb\u306e\u6700\u8fd1\u306e\u691c\u7d22 +menu.recentSearches.empty=\u6700\u8fd1\u306e\u691c\u7d22\u4e00\u89a7\u306f\u7a7a\u3067\u3059 +menu.tools.otherTools.clearRecentSearches=\u6700\u8fd1\u306e\u691c\u7d22\u3092\u3059\u3079\u3066\u30af\u30ea\u30a2\u3059\u308b +menu.recentSearches.clear=\u691c\u7d22\u7d50\u679c\u3092\u30af\u30ea\u30a2\u3059\u308b +message.confirm.recentSearches.clear=\u73fe\u5728\u30d5\u30a1\u30a4\u30eb\u306e\u6700\u8fd1\u306e\u691c\u7d22\u3092\u3001\u672c\u5f53\u306b\u30af\u30ea\u30a2\u3057\u307e\u3059\u304b\uff1f +message.input.gotoCharacter.title=\u6307\u5b9acharacter\u3078\u79fb\u52d5 +message.input.gotoCharacter=character id \u3092\u5165\u529b\u3057\u3066\u304f\u3060\u3055\u3044 +message.character.notfound=Character %characterid% \u304c\u898b\u3064\u304b\u308a\u307e\u305b\u3093\u3067\u3057\u305f\u3002 +FileChooser.preview=\u30d7\u30ec\u30d3\u30e5\u30fc +FileChooser.previewNotAvailable=(\u30d7\u30ec\u30d3\u30e5\u30fc\u3067\u304d\u307e\u305b\u3093) +button.freetransform=Free transform +error.outOfMemory.title=\u30a8\u30e9\u30fc - \u30e1\u30e2\u30ea\u4e0d\u8db3 +error.outOfMemory=\u9006\u30b3\u30f3\u30d1\u30a4\u30e9\u304c\u30e1\u30e2\u30ea\u4e0d\u8db3\u306b\u306a\u308a\u307e\u3057\u305f\u3002 Java \u30d2\u30fc\u30d7\u306e\u6700\u5927\u30b5\u30a4\u30ba\u306f %maxheap% \u306b\u8a2d\u5b9a\u3055\u308c\u3066\u3044\u307e\u3059\u3002 +error.outOfMemory.windows=\u300cffdec.exe\u300d\u7d4c\u7531\u3067\u30a2\u30d7\u30ea\u3092\u5b9f\u884c\u3059\u308b\u3068\u3001\u5229\u7528\u53ef\u80fd\u306a\u6700\u5927\u5024\u306b\u8a2d\u5b9a\u3055\u308c\u307e\u3059\u3002\n\u300cffdec.bat\u300d\u7d4c\u7531\u3067\u30a2\u30d7\u30ea\u3092\u5b9f\u884c\u3059\u308b\u5834\u5408\u306f\u3001\u305d\u306e\u30d5\u30a1\u30a4\u30eb\u5185\u3067\u624b\u52d5\u3067\u8a2d\u5b9a\u3059\u308b\u3053\u3068\u3067\u3001\u3088\u308a\u9ad8\u3044\u5024\u306b\u8a2d\u5b9a\u3067\u304d\u307e\u3059\u3002 +error.outOfMemory.unixmac=\u300cffdec.sh\u300d\u30d5\u30a1\u30a4\u30eb\u3092\u7de8\u96c6\u3059\u308b\u3053\u3068\u3067\u3001\u3053\u306e\u6700\u5927\u5024\u3092\u5897\u3084\u3059\u3053\u3068\u304c\u3067\u304d\u307e\u3059\u3002 +error.outOfMemory.64bit=1GB \u4ee5\u4e0a\u306e\u30e1\u30e2\u30ea\u3092\u4f7f\u7528\u3059\u308b\u306b\u306f\u300164bit \u306e OS \u3068\u300164bit \u306e Java \u304c\u5fc5\u8981\u3067\u3059\u3002 +error.outOfMemory.32BitJreOn64bitOs=\u8b66\u544a: 64bit \u306e\u30b7\u30b9\u30c6\u30e0\u4e0a\u3067\u300132bit \u306e Java \u304c\u52d5\u4f5c\u3057\u3066\u3044\u307e\u3059\u3002 64bit \u7248\u306e Java \u3092\u4f7f\u7528\u3057\u3066\u304f\u3060\u3055\u3044\u3002 +notavailable.internalviewer=\u3053\u306e\u30aa\u30d6\u30b8\u30a7\u30af\u30c8\u306e\u30d7\u30ec\u30d3\u30e5\u30fc\u306f\u3001Flash ActiveX \u30b3\u30f3\u30dd\u30fc\u30cd\u30f3\u30c8\u3067\u306e\u307f\u53ef\u80fd\u3067\u3059\u3002\n \ \u8a73\u7d30\u8a2d\u5b9a \uff0f \u305d\u306e\u4ed6 \uff0f \uff08\u975e\u63a8\u5968\uff09\u30aa\u30d6\u30b8\u30a7\u30af\u30c8\u306e\u30d7\u30ec\u30d3\u30e5\u30fc\u306b Adobe Flash Player \u3092\u4f7f\u7528\u3059\u308b\n \ \u306b\u30c1\u30a7\u30c3\u30af\u3059\u308b\u3053\u3068\u3067\u3001Flash ActiveX \u3092\u4f7f\u7528\u3067\u304d\u308b\u3088\u3046\u306b\u306a\u308a\u307e\u3059 - -notavailable.activex = \u304a\u4f7f\u3044\u306e\u30b7\u30b9\u30c6\u30e0\u3067\u306f\u3001Flash ActiveX \u30b3\u30f3\u30dd\u30fc\u30cd\u30f3\u30c8\u304c\u6b63\u3057\u304f\u52d5\u4f5c\u3057\u3066\u3044\u306a\u3044\u305f\u3081\u3001\u3053\u306e\u30aa\u30d6\u30b8\u30a7\u30af\u30c8\u306e\u30d7\u30ec\u30d3\u30e5\u30fc\u306f\u5229\u7528\u3067\u304d\u307e\u305b\u3093\u3002\n \ +notavailable.activex=\u304a\u4f7f\u3044\u306e\u30b7\u30b9\u30c6\u30e0\u3067\u306f\u3001Flash ActiveX \u30b3\u30f3\u30dd\u30fc\u30cd\u30f3\u30c8\u304c\u6b63\u3057\u304f\u52d5\u4f5c\u3057\u3066\u3044\u306a\u3044\u305f\u3081\u3001\u3053\u306e\u30aa\u30d6\u30b8\u30a7\u30af\u30c8\u306e\u30d7\u30ec\u30d3\u30e5\u30fc\u306f\u5229\u7528\u3067\u304d\u307e\u305b\u3093\u3002\n \ Adobe \u304c2021\u5e74\u306b\u30b5\u30dd\u30fc\u30c8\u3092\u7d42\u4e86\u3057\u305f\u305f\u3081\u3001\u3053\u308c\u306f\u3001\u304b\u306a\u308a\u4e00\u822c\u7684\u306a\u72b6\u6cc1\u3067\u3059\u3002 - -notavailable.activex.disable = \u8a73\u7d30\u8a2d\u5b9a \uff0f \u305d\u306e\u4ed6 \uff0f \uff08\u975e\u63a8\u5968\uff09\u30aa\u30d6\u30b8\u30a7\u30af\u30c8\u306e\u30d7\u30ec\u30d3\u30e5\u30fc\u306b Adobe Flash Player \u3092\u4f7f\u7528\u3059\u308b\n \ +notavailable.activex.disable=\u8a73\u7d30\u8a2d\u5b9a \uff0f \u305d\u306e\u4ed6 \uff0f \uff08\u975e\u63a8\u5968\uff09\u30aa\u30d6\u30b8\u30a7\u30af\u30c8\u306e\u30d7\u30ec\u30d3\u30e5\u30fc\u306b Adobe Flash Player \u3092\u4f7f\u7528\u3059\u308b\n \ \u306e\u30c1\u30a7\u30c3\u30af\u3092\u5916\u3059\u3053\u3068\u3067\u3001\u5185\u90e8\u30d3\u30e5\u30fc\u30a2\u3092\u4f7f\u7528\u3067\u304d\u308b\u3088\u3046\u306b\u306a\u308a\u307e\u3059\n \ \u3057\u304b\u3057\u3001\u6b8b\u5ff5\u306a\u304c\u3089\u3001\u3053\u308c\u306f\u52d5\u753b\u30bf\u30b0\u3067\u306f\u6a5f\u80fd\u3057\u307e\u305b\u3093\u3002 - -button.showin.flashprojector = flash projector \u3067\u8868\u793a - -contextmenu.exportFla = FLA \u3067\u30a8\u30af\u30b9\u30dd\u30fc\u30c8 \ No newline at end of file +button.showin.flashprojector=flash projector \u3067\u8868\u793a +contextmenu.exportFla=FLA \u3067\u30a8\u30af\u30b9\u30dd\u30fc\u30c8 \ No newline at end of file diff --git a/src/com/jpexs/decompiler/flash/gui/locales/MainFrame_nl.properties b/src/com/jpexs/decompiler/flash/gui/locales/MainFrame_nl.properties index 802c4a655..0a32b5bc2 100644 --- a/src/com/jpexs/decompiler/flash/gui/locales/MainFrame_nl.properties +++ b/src/com/jpexs/decompiler/flash/gui/locales/MainFrame_nl.properties @@ -12,643 +12,560 @@ # # You should have received a copy of the GNU General Public License # along with this program. If not, see . - -menu.file = Bestand -menu.file.open = Openen... -menu.file.save = Opslaan -menu.file.saveas = Opslaan als... -menu.file.export.fla = Naar FLA exporteren -menu.file.export.all = Alle delen exporteren -menu.file.export.selection = Selectie exporteren -menu.file.exit = Verlaten - -menu.tools = Gereedschappen -menu.tools.searchas = Alle ActionScript zoeken... -menu.tools.proxy = Proxy -menu.tools.deobfuscation = Deobfuscatie -menu.tools.deobfuscation.pcode = P-code deobfuscatie... -menu.tools.deobfuscation.globalrename = Globale identifier hernoemen -menu.tools.deobfuscation.renameinvalid = Ongeldig identifiers hernoemen -menu.tools.gotoDocumentClass = Naar document klasse gaan - -menu.settings = Instellingen -menu.settings.autodeobfuscation = Automatische deobfuscatie -menu.settings.internalflashviewer = Eigen Flash-viewer gebruiken -menu.settings.parallelspeedup = Parallelle versnelling -menu.settings.disabledecompilation = Decompilatie uitschakelen (alleen demonteren) -menu.settings.addtocontextmenu = FFDec om SWF-bestanden contextmenu voegen -menu.settings.language = Taal veranderen -menu.settings.cacheOnDisk = Caching op de schijf gebruiken -menu.settings.gotoMainClassOnStartup = Document klasse bij opstarten markeren - -menu.help = Hulp -menu.help.checkupdates = Controleren op updates... -menu.help.helpus = Help ons! -menu.help.homepage = Thuispagina bezoeken -menu.help.about = Over... - -contextmenu.remove = Verwijderen - -button.save = Opslaan -button.edit = Redigeren -button.cancel = Annuleren -button.replace = Vervangen... - -notavailonthisplatform = Voorbeeld van dit object is niet beschikbaar op dit platform (alleen Windows). - -swfpreview = SWF voorbeeld -swfpreview.internal = SWF voorbeeld (interne kijker) - -parameters = Parameters - -rename.enternew = Nieuwe naam invoeren: - -rename.finished.identifier = Identifier werd hernoemd. -rename.finished.multiname = %count% meerdere naam(en) werden hernoemd. - -node.texts = teksten -node.images = images -node.movies = films -node.sounds = geluiden -node.binaryData = binaire gegevens -node.fonts = lettertypen -node.sprites = sprites -node.shapes = vormen -node.morphshapes = morph-vormen -node.buttons = knoppen -node.frames = frames -node.scripts = scripts - -message.warning = Waarschuwing -message.confirm.experimental = Volgende procedure kan SWF-bestand beschadigen en dan er onspeelbaar maken.\r\nGEBRUIK HET OP EIGEN RISICO. Wilt U doorgaan? -message.confirm.parallel = Parallellisme kan laden en decompilatie versnellen maar gebruikt meer geheugen. -message.confirm.on = Wilt U deze optie AAN te zetten? -message.confirm.off = Wilt U deze optie UIT te zetten? -message.confirm = Bevestigen - -message.confirm.autodeobfuscate = Automatische deobfuscatie is een manier om versluierd code te decompileren.\r\nDeobfuscatie leidt tot tragere decompilatie en een aantal van de dode code kan worden ge\u00eblimineerd.\r\nAls de code is niet versluierd, het is beter om autodeobfuscatie uit te schakelen. - -message.parallel = Parallelisme -message.trait.saved = Karaktertrek is succesvol opgeslagen - -message.constant.new.string = String "%value%" komt niet voor in de tabel van constatnen. Wilt U er toevoegen? -message.constant.new.string.title = String toevoegen -message.constant.new.integer = Integer waarde "%value%" komt niet voor in de tabel van constatnen. Wilt U er toevoegen? -message.constant.new.integer.title = Integer toevoegen -message.constant.new.unsignedinteger = Unsigned integer waarde "%value%" komt niet voor in de tabel van constatnen. Wilt U er toevoegen? -message.constant.new.unsignedinteger.title = Unsigned integer toevoegen -message.constant.new.double = Double waarde "%value%" komt niet voor in de tabel van constatnen. Wilt U er toevoegen? -message.constant.new.double.title = Double toevoegen - -work.buffering = Aan het bufferen -work.waitingfordissasembly = Aan het wachten voor demontage -work.gettinghilights = Aan het krijgen van highlights -work.disassembling = Aan het demonteren -work.exporting = Aan het exporteren -work.searching = Aan het zoeken -work.renaming = Aan het hernoemen -work.exporting.fla = Aan het exporteren naar FLA -work.renaming.identifiers = Aan het hernoemen van identifiers -work.deobfuscating = Aan het deobfusceren -work.decompiling = Aan het decompileren -work.gettingvariables = Aan het krijgen van variabelen -work.reading.swf = Aan het lezen van SWF -work.creatingwindow = Aan het cre\u00ebren van venster -work.buildingscripttree = Aan het bouwen van het script boom - -work.deobfuscating.complete = Deobfuscatie is gedaan - -message.search.notfound = Zoektekst "%searchtext%" is niet gevonden. -message.search.notfound.title = Niet gevonden - -message.rename.notfound.multiname = Er is geen multiname bij de cursor gevonden -message.rename.notfound.identifier = Er is geen identifier bij de cursor gevonden -message.rename.notfound.title = Niet gevonden -message.rename.renamed = Identifiers werden hernoemd: %count% - -filter.images = Images (%extensions%) -filter.fla = %version% Document (*.fla) -filter.xfl = %version% Ongecomprimeerde Document (*.xfl) -filter.swf = SWF-bestanden (*.swf) - -error = Fout -error.image.invalid = Ongeldige image. - -error.text.invalid = Ongeldige tekst: %text% op lijn %line% -error.file.save = Kan bestand niet opslaan -error.file.write = Kan niet schrijven naar het bestand -error.export = Fout tijdens het exporteren - -export.select.directory = Kies een map om te exporteren -export.finishedin = Ge\u00ebxporteerd in %time% - -update.check.title = Controleren op updates -update.check.nonewversion = Geen nieuwe versie is beschikbaar. - -message.helpus = Kunt u terecht op\r\n%url%\r\nvoor meer informatie. -message.homepage = Thuispagina bezoeken: \r\n%url% - -proxy = Proxy -proxy.start = Proxy starten -proxy.stop = Proxy stoppen -proxy.show = Proxy tonen -exit = Verlaten - -panel.disassembled = P-code bron -panel.decompiled = ActionScript bron - -search.info = Naar "%text%" zoeken: -search.script = Script - -constants = Constanten -traits = Karaktertrekken - -pleasewait = Even geduld a.u.b. - +menu.file=Bestand +menu.file.open=Openen... +menu.file.save=Opslaan +menu.file.saveas=Opslaan als... +menu.file.export.fla=Naar FLA exporteren +menu.file.export.all=Alle delen exporteren +menu.file.export.selection=Selectie exporteren +menu.file.exit=Verlaten +menu.tools=Gereedschappen +menu.tools.searchas=Alle ActionScript zoeken... +menu.tools.proxy=Proxy +menu.tools.deobfuscation=Deobfuscatie +menu.tools.deobfuscation.pcode=P-code deobfuscatie... +menu.tools.deobfuscation.globalrename=Globale identifier hernoemen +menu.tools.deobfuscation.renameinvalid=Ongeldig identifiers hernoemen +menu.tools.gotoDocumentClass=Naar document klasse gaan +menu.settings=Instellingen +menu.settings.autodeobfuscation=Automatische deobfuscatie +menu.settings.internalflashviewer=Eigen Flash-viewer gebruiken +menu.settings.parallelspeedup=Parallelle versnelling +menu.settings.disabledecompilation=Decompilatie uitschakelen (alleen demonteren) +menu.settings.addtocontextmenu=FFDec om SWF-bestanden contextmenu voegen +menu.settings.language=Taal veranderen +menu.settings.cacheOnDisk=Caching op de schijf gebruiken +menu.settings.gotoMainClassOnStartup=Document klasse bij opstarten markeren +menu.help=Hulp +menu.help.checkupdates=Controleren op updates... +menu.help.helpus=Help ons! +menu.help.homepage=Thuispagina bezoeken +menu.help.about=Over... +contextmenu.remove=Verwijderen +button.save=Opslaan +button.edit=Redigeren +button.cancel=Annuleren +button.replace=Vervangen... +notavailonthisplatform=Voorbeeld van dit object is niet beschikbaar op dit platform (alleen Windows). +swfpreview=SWF voorbeeld +swfpreview.internal=SWF voorbeeld (interne kijker) +parameters=Parameters +rename.enternew=Nieuwe naam invoeren: +rename.finished.identifier=Identifier werd hernoemd. +rename.finished.multiname=%count% meerdere naam(en) werden hernoemd. +node.texts=teksten +node.images=images +node.movies=films +node.sounds=geluiden +node.binaryData=binaire gegevens +node.fonts=lettertypen +node.sprites=sprites +node.shapes=vormen +node.morphshapes=morph-vormen +node.buttons=knoppen +node.frames=frames +node.scripts=scripts +message.warning=Waarschuwing +message.confirm.experimental=Volgende procedure kan SWF-bestand beschadigen en dan er onspeelbaar maken.\r\nGEBRUIK HET OP EIGEN RISICO. Wilt U doorgaan? +message.confirm.parallel=Parallellisme kan laden en decompilatie versnellen maar gebruikt meer geheugen. +message.confirm.on=Wilt U deze optie AAN te zetten? +message.confirm.off=Wilt U deze optie UIT te zetten? +message.confirm=Bevestigen +message.confirm.autodeobfuscate=Automatische deobfuscatie is een manier om versluierd code te decompileren.\r\nDeobfuscatie leidt tot tragere decompilatie en een aantal van de dode code kan worden ge\u00eblimineerd.\r\nAls de code is niet versluierd, het is beter om autodeobfuscatie uit te schakelen. +message.parallel=Parallelisme +message.trait.saved=Karaktertrek is succesvol opgeslagen +message.constant.new.string=String "%value%" komt niet voor in de tabel van constatnen. Wilt U er toevoegen? +message.constant.new.string.title=String toevoegen +message.constant.new.integer=Integer waarde "%value%" komt niet voor in de tabel van constatnen. Wilt U er toevoegen? +message.constant.new.integer.title=Integer toevoegen +message.constant.new.unsignedinteger=Unsigned integer waarde "%value%" komt niet voor in de tabel van constatnen. Wilt U er toevoegen? +message.constant.new.unsignedinteger.title=Unsigned integer toevoegen +message.constant.new.double=Double waarde "%value%" komt niet voor in de tabel van constatnen. Wilt U er toevoegen? +message.constant.new.double.title=Double toevoegen +work.buffering=Aan het bufferen +work.waitingfordissasembly=Aan het wachten voor demontage +work.gettinghilights=Aan het krijgen van highlights +work.disassembling=Aan het demonteren +work.exporting=Aan het exporteren +work.searching=Aan het zoeken +work.renaming=Aan het hernoemen +work.exporting.fla=Aan het exporteren naar FLA +work.renaming.identifiers=Aan het hernoemen van identifiers +work.deobfuscating=Aan het deobfusceren +work.decompiling=Aan het decompileren +work.gettingvariables=Aan het krijgen van variabelen +work.reading.swf=Aan het lezen van SWF +work.creatingwindow=Aan het cre\u00ebren van venster +work.buildingscripttree=Aan het bouwen van het script boom +work.deobfuscating.complete=Deobfuscatie is gedaan +message.search.notfound=Zoektekst "%searchtext%" is niet gevonden. +message.search.notfound.title=Niet gevonden +message.rename.notfound.multiname=Er is geen multiname bij de cursor gevonden +message.rename.notfound.identifier=Er is geen identifier bij de cursor gevonden +message.rename.notfound.title=Niet gevonden +message.rename.renamed=Identifiers werden hernoemd: %count% +filter.images=Images (%extensions%) +filter.fla=%version% Document (*.fla) +filter.xfl=%version% Ongecomprimeerde Document (*.xfl) +filter.swf=SWF-bestanden (*.swf) +error=Fout +error.image.invalid=Ongeldige image. +error.text.invalid=Ongeldige tekst: %text% op lijn %line% +error.file.save=Kan bestand niet opslaan +error.file.write=Kan niet schrijven naar het bestand +error.export=Fout tijdens het exporteren +export.select.directory=Kies een map om te exporteren +export.finishedin=Ge\u00ebxporteerd in %time% +update.check.title=Controleren op updates +update.check.nonewversion=Geen nieuwe versie is beschikbaar. +message.helpus=Kunt u terecht op\r\n%url%\r\nvoor meer informatie. +message.homepage=Thuispagina bezoeken: \r\n%url% +proxy=Proxy +proxy.start=Proxy starten +proxy.stop=Proxy stoppen +proxy.show=Proxy tonen +exit=Verlaten +panel.disassembled=P-code bron +panel.decompiled=ActionScript bron +search.info=Naar "%text%" zoeken: +search.script=Script +constants=Constanten +traits=Karaktertrekken +pleasewait=Even geduld a.u.b. #DEPRECATED - see abc.detail.trait.* -abc.detail.methodtrait = Methode/Getter/Setter Karaktertrek -abc.detail.unsupported = - +abc.detail.methodtrait=Methode/Getter/Setter Karaktertrek +abc.detail.unsupported=- #DEPRECATED - see abc.detail.trait.* -abc.detail.slotconsttrait = Slot/Constante Karaktertrek -abc.detail.traitname = Naam: - -abc.detail.body.params.maxstack = Maximale stapel: -abc.detail.body.params.localregcount = Het aantal van lokale registers: -abc.detail.body.params.minscope = Minimale scope diepte: -abc.detail.body.params.maxscope = Maximale scope diepte: -abc.detail.body.params.autofill = Automatisch aanvullen terwijl de code opslaan (GLOBALE INSTELLING) -abc.detail.body.params.autofill.experimental = ...EXPERIMENTEEL - -abc.detail.methodinfo.methodindex = Methode Index: -abc.detail.methodinfo.parameters = Parameters: -abc.detail.methodinfo.returnvalue = Retourneringstype: - -error.methodinfo.params = Methode Informatie Parameters Fout -error.methodinfo.returnvalue = Methode Informatie Retourneringstype Error - -abc.detail.methodinfo = Methode Informatie -abc.detail.body.code = Methodehoofdtekst Code -abc.detail.body.params = Methodehoofdtekst Parameters - -abc.detail.slotconst.typevalue = Type en Waarde: - -error.slotconst.typevalue = SlotConst type waarde Fout - -message.autofill.failed = Kan code statistieken niet krijgen voor automatische hoofdtekst parameters.\r\nVerwijder het vinkje automatisch aanvullen om dit bericht te vermijden. -info.selecttrait = Selecteer de klas en klik op een karaktertrek in Actionscript bron om deze te bewerken. - -button.viewgraph = Graaf bekijken -button.viewhex = Hex bekijken - -action.edit.experimental = (Experimenteel) - -message.action.saved = Code is succesvol opgeslagen - -error.action.save = %error% op lijn %line% - -message.confirm.remove = Weet U zeker dat U %item%\n en alle objecten die afhankelijk zijn van het wilt verwijderen? - +abc.detail.slotconsttrait=Slot/Constante Karaktertrek +abc.detail.traitname=Naam: +abc.detail.body.params.maxstack=Maximale stapel: +abc.detail.body.params.localregcount=Het aantal van lokale registers: +abc.detail.body.params.minscope=Minimale scope diepte: +abc.detail.body.params.maxscope=Maximale scope diepte: +abc.detail.body.params.autofill=Automatisch aanvullen terwijl de code opslaan (GLOBALE INSTELLING) +abc.detail.body.params.autofill.experimental=...EXPERIMENTEEL +abc.detail.methodinfo.methodindex=Methode Index: +abc.detail.methodinfo.parameters=Parameters: +abc.detail.methodinfo.returnvalue=Retourneringstype: +error.methodinfo.params=Methode Informatie Parameters Fout +error.methodinfo.returnvalue=Methode Informatie Retourneringstype Error +abc.detail.methodinfo=Methode Informatie +abc.detail.body.code=Methodehoofdtekst Code +abc.detail.body.params=Methodehoofdtekst Parameters +abc.detail.slotconst.typevalue=Type en Waarde: +error.slotconst.typevalue=SlotConst type waarde Fout +message.autofill.failed=Kan code statistieken niet krijgen voor automatische hoofdtekst parameters.\r\nVerwijder het vinkje automatisch aanvullen om dit bericht te vermijden. +info.selecttrait=Selecteer de klas en klik op een karaktertrek in Actionscript bron om deze te bewerken. +button.viewgraph=Graaf bekijken +button.viewhex=Hex bekijken +action.edit.experimental=(Experimenteel) +message.action.saved=Code is succesvol opgeslagen +error.action.save=%error% op lijn %line% +message.confirm.remove=Weet U zeker dat U %item%\n en alle objecten die afhankelijk zijn van het wilt verwijderen? #after version 1.6.5u1: - -button.ok = OK - -font.name = Lettertype naam: -font.isbold = Vet: -font.isitalic = Cursief: -font.ascent = Oplopend: -font.descent = Aflopend: -font.leading = Leidend: -font.characters = Tekens: -font.characters.add = Tekens toevoegen: -value.unknown = ? - -yes = ja -no = nee - -errors.present = Er zijn FOUTEN in het logboek. Klik om te bekijken. -errors.none = Er zijn geen fouten in het logboek. - +button.ok=OK +font.name=Lettertype naam: +font.isbold=Vet: +font.isitalic=Cursief: +font.ascent=Oplopend: +font.descent=Aflopend: +font.leading=Leidend: +font.characters=Tekens: +font.characters.add=Tekens toevoegen: +value.unknown=? +yes=ja +no=nee +errors.present=Er zijn FOUTEN in het logboek. Klik om te bekijken. +errors.none=Er zijn geen fouten in het logboek. #after version 1.6.6: - -dialog.message.title = Bericht -dialog.select.title = Kies een optie - -button.yes = Ja -button.no = Nee - -FileChooser.openButtonText = Openen -FileChooser.openButtonToolTipText = Openen -FileChooser.lookInLabelText = Inkijken: -FileChooser.acceptAllFileFilterText = Alle bestanden -FileChooser.filesOfTypeLabelText = Bestandstype: -FileChooser.fileNameLabelText = Bestandsnaam: -FileChooser.listViewButtonToolTipText = Lijst -FileChooser.listViewButtonAccessibleName = Lijst -FileChooser.detailsViewButtonToolTipText = Details -FileChooser.detailsViewButtonAccessibleName = Details -FileChooser.upFolderToolTipText = E\u00e9n niveau omhoog -FileChooser.upFolderAccessibleName = E\u00e9n niveau omhoog -FileChooser.homeFolderToolTipText = Thuismap -FileChooser.homeFolderAccessibleName = Thuis -FileChooser.fileNameHeaderText = Naam -FileChooser.fileSizeHeaderText = Grootte -FileChooser.fileTypeHeaderText = Type -FileChooser.fileDateHeaderText = Datum -FileChooser.fileAttrHeaderText = Attributen -FileChooser.openDialogTitleText = Openen -FileChooser.directoryDescriptionText = Map -FileChooser.directoryOpenButtonText = Openen -FileChooser.directoryOpenButtonToolTipText = Geselecteerde map openen -FileChooser.fileDescriptionText = Algemene bestand -FileChooser.helpButtonText = Hulp -FileChooser.helpButtonToolTipText = Hulp aan BestandKiezer -FileChooser.newFolderAccessibleName = Nieuwe map -FileChooser.newFolderErrorText = Er is een fout opgetreden bij het maken van de nieuwe map -FileChooser.newFolderToolTipText = Nieuwe map maken -FileChooser.other.newFolder = NieuweMap -FileChooser.other.newFolder.subsequent = NieuweMap.{0} -FileChooser.win32.newFolder = Nieuwe Map -FileChooser.win32.newFolder.subsequent = Nieuwe Map ({0}) -FileChooser.saveButtonText = Opslaan -FileChooser.saveButtonToolTipText = Geselecteerde bestand opslaan -FileChooser.saveDialogTitleText = Opslaan -FileChooser.saveInLabelText = Opslaan in: -FileChooser.updateButtonText = Updaten -FileChooser.updateButtonToolTipText = Mappenlijst updaten - +dialog.message.title=Bericht +dialog.select.title=Kies een optie +button.yes=Ja +button.no=Nee +FileChooser.openButtonText=Openen +FileChooser.openButtonToolTipText=Openen +FileChooser.lookInLabelText=Inkijken: +FileChooser.acceptAllFileFilterText=Alle bestanden +FileChooser.filesOfTypeLabelText=Bestandstype: +FileChooser.fileNameLabelText=Bestandsnaam: +FileChooser.listViewButtonToolTipText=Lijst +FileChooser.listViewButtonAccessibleName=Lijst +FileChooser.detailsViewButtonToolTipText=Details +FileChooser.detailsViewButtonAccessibleName=Details +FileChooser.upFolderToolTipText=E\u00e9n niveau omhoog +FileChooser.upFolderAccessibleName=E\u00e9n niveau omhoog +FileChooser.homeFolderToolTipText=Thuismap +FileChooser.homeFolderAccessibleName=Thuis +FileChooser.fileNameHeaderText=Naam +FileChooser.fileSizeHeaderText=Grootte +FileChooser.fileTypeHeaderText=Type +FileChooser.fileDateHeaderText=Datum +FileChooser.fileAttrHeaderText=Attributen +FileChooser.openDialogTitleText=Openen +FileChooser.directoryDescriptionText=Map +FileChooser.directoryOpenButtonText=Openen +FileChooser.directoryOpenButtonToolTipText=Geselecteerde map openen +FileChooser.fileDescriptionText=Algemene bestand +FileChooser.helpButtonText=Hulp +FileChooser.helpButtonToolTipText=Hulp aan BestandKiezer +FileChooser.newFolderAccessibleName=Nieuwe map +FileChooser.newFolderErrorText=Er is een fout opgetreden bij het maken van de nieuwe map +FileChooser.newFolderToolTipText=Nieuwe map maken +FileChooser.other.newFolder=NieuweMap +FileChooser.other.newFolder.subsequent=NieuweMap.{0} +FileChooser.win32.newFolder=Nieuwe Map +FileChooser.win32.newFolder.subsequent=Nieuwe Map ({0}) +FileChooser.saveButtonText=Opslaan +FileChooser.saveButtonToolTipText=Geselecteerde bestand opslaan +FileChooser.saveDialogTitleText=Opslaan +FileChooser.saveInLabelText=Opslaan in: +FileChooser.updateButtonText=Updaten +FileChooser.updateButtonToolTipText=Mappenlijst updaten #after version 1.6.6u2: - -FileChooser.detailsViewActionLabel.textAndMnemonic = Details -FileChooser.detailsViewButtonToolTip.textAndMnemonic = Details -FileChooser.fileAttrHeader.textAndMnemonic = Attributen -FileChooser.fileDateHeader.textAndMnemonic = Gewijzigd -FileChooser.fileNameHeader.textAndMnemonic = Naam -FileChooser.fileNameLabel.textAndMnemonic = Bestandsnaam: -FileChooser.fileSizeHeader.textAndMnemonic = Grootte -FileChooser.fileTypeHeader.textAndMnemonic = Type -FileChooser.filesOfTypeLabel.textAndMnemonic = Bestandstype: -FileChooser.folderNameLabel.textAndMnemonic = Mapnaam: -FileChooser.homeFolderToolTip.textAndMnemonic = Thuis -FileChooser.listViewActionLabel.textAndMnemonic = Lijst -FileChooser.listViewButtonToolTip.textAndMnemonic = Lijst -FileChooser.lookInLabel.textAndMnemonic = Inkijken: -FileChooser.newFolderActionLabel.textAndMnemonic = Nieuwe map -FileChooser.newFolderToolTip.textAndMnemonic = Nieuwe map maken -FileChooser.refreshActionLabel.textAndMnemonic = Refreshen -FileChooser.saveInLabel.textAndMnemonic = Opslaan in: -FileChooser.upFolderToolTip.textAndMnemonic = E\u00e9n niveau omhoog -FileChooser.viewMenuButtonAccessibleName = Menu bekijken -FileChooser.viewMenuButtonToolTipText = Menu bekijken -FileChooser.viewMenuLabel.textAndMnemonic = Bekijken -FileChooser.newFolderActionLabelText = Nieuwe map -FileChooser.listViewActionLabelText = Lijst -FileChooser.detailsViewActionLabelText = Details -FileChooser.refreshActionLabelText = Refreshen -FileChooser.sortMenuLabelText = Pictogrammen schikken op -FileChooser.viewMenuLabelText = Bekijken -FileChooser.fileSizeKiloBytes = {0} KB -FileChooser.fileSizeMegaBytes = {0} MB -FileChooser.fileSizeGigaBytes = {0} GB -FileChooser.folderNameLabelText = Mapnaam: - -error.occured = Er is een fout opgetreden: %error% -button.abort = Afbreken -button.retry = Opnieuw proberen -button.ignore = Negeren - -font.source = Bron lettertype: - +FileChooser.detailsViewActionLabel.textAndMnemonic=Details +FileChooser.detailsViewButtonToolTip.textAndMnemonic=Details +FileChooser.fileAttrHeader.textAndMnemonic=Attributen +FileChooser.fileDateHeader.textAndMnemonic=Gewijzigd +FileChooser.fileNameHeader.textAndMnemonic=Naam +FileChooser.fileNameLabel.textAndMnemonic=Bestandsnaam: +FileChooser.fileSizeHeader.textAndMnemonic=Grootte +FileChooser.fileTypeHeader.textAndMnemonic=Type +FileChooser.filesOfTypeLabel.textAndMnemonic=Bestandstype: +FileChooser.folderNameLabel.textAndMnemonic=Mapnaam: +FileChooser.homeFolderToolTip.textAndMnemonic=Thuis +FileChooser.listViewActionLabel.textAndMnemonic=Lijst +FileChooser.listViewButtonToolTip.textAndMnemonic=Lijst +FileChooser.lookInLabel.textAndMnemonic=Inkijken: +FileChooser.newFolderActionLabel.textAndMnemonic=Nieuwe map +FileChooser.newFolderToolTip.textAndMnemonic=Nieuwe map maken +FileChooser.refreshActionLabel.textAndMnemonic=Refreshen +FileChooser.saveInLabel.textAndMnemonic=Opslaan in: +FileChooser.upFolderToolTip.textAndMnemonic=E\u00e9n niveau omhoog +FileChooser.viewMenuButtonAccessibleName=Menu bekijken +FileChooser.viewMenuButtonToolTipText=Menu bekijken +FileChooser.viewMenuLabel.textAndMnemonic=Bekijken +FileChooser.newFolderActionLabelText=Nieuwe map +FileChooser.listViewActionLabelText=Lijst +FileChooser.detailsViewActionLabelText=Details +FileChooser.refreshActionLabelText=Refreshen +FileChooser.sortMenuLabelText=Pictogrammen schikken op +FileChooser.viewMenuLabelText=Bekijken +FileChooser.fileSizeKiloBytes={0} KB +FileChooser.fileSizeMegaBytes={0} MB +FileChooser.fileSizeGigaBytes={0} GB +FileChooser.folderNameLabelText=Mapnaam: +error.occured=Er is een fout opgetreden: %error% +button.abort=Afbreken +button.retry=Opnieuw proberen +button.ignore=Negeren +font.source=Bron lettertype: #after version 1.6.7: - -menu.export = Export -menu.general = Algemeen -menu.language = Taal - -startup.welcometo = Welkom op -startup.selectopen = Klik op Openen pictogram op het bovenpaneel of sleep SWF-bestand om dit venster te starten. - -error.font.nocharacter = Geselecteerde bron lettertype geen "%char%" teken bevatten. - -warning.initializers = Statische velden en constanten worden vaak in de initialiseerders ge\u00efnitialiseerd.\nHier waarde bewerken is meestal niet genoeg! - +menu.export=Export +menu.general=Algemeen +menu.language=Taal +startup.welcometo=Welkom op +startup.selectopen=Klik op Openen pictogram op het bovenpaneel of sleep SWF-bestand om dit venster te starten. +error.font.nocharacter=Geselecteerde bron lettertype geen "%char%" teken bevatten. +warning.initializers=Statische velden en constanten worden vaak in de initialiseerders ge\u00efnitialiseerd.\nHier waarde bewerken is meestal niet genoeg! #after version 1.7.0u1: - -menu.tools.searchMemory = Naar SWFs in het geheugen zoeken -menu.file.reload = Herladen -message.confirm.reload = Hiermee annuleert U alle niet-opgeslagen veranderingen en laadt het SWF-bestand opnieuw.\nWilt U doorgaan? - -dialog.selectbkcolor.title = Selecteer achtergrondkleur voor SWF-weergave -button.selectbkcolor.hint = Selecteer achtergrondkleur - -ColorChooser.okText = OK -ColorChooser.cancelText = Annuleren -ColorChooser.resetText = Resetten -ColorChooser.previewText = Voorbeeld -ColorChooser.swatchesNameText = Stalen -ColorChooser.swatchesRecentText = Recent: -ColorChooser.sampleText = Voorbeeldtekst Voorbeeldtekst - +menu.tools.searchMemory=Naar SWFs in het geheugen zoeken +menu.file.reload=Herladen +message.confirm.reload=Hiermee annuleert U alle niet-opgeslagen veranderingen en laadt het SWF-bestand opnieuw.\nWilt U doorgaan? +dialog.selectbkcolor.title=Selecteer achtergrondkleur voor SWF-weergave +button.selectbkcolor.hint=Selecteer achtergrondkleur +ColorChooser.okText=OK +ColorChooser.cancelText=Annuleren +ColorChooser.resetText=Resetten +ColorChooser.previewText=Voorbeeld +ColorChooser.swatchesNameText=Stalen +ColorChooser.swatchesRecentText=Recent: +ColorChooser.sampleText=Voorbeeldtekst Voorbeeldtekst #after version 1.7.1: - -preview.play = Spelen -preview.pause = Pauzeren -preview.stop = Stoppen - -message.confirm.removemultiple = Weet U zeker dat U %count% items\n en alle objecten die afhankelijk zijn van hen wilt verwijderen? - -menu.tools.searchCache = In de browser-cache zoeken - +preview.play=Spelen +preview.pause=Pauzeren +preview.stop=Stoppen +message.confirm.removemultiple=Weet U zeker dat U %count% items\n en alle objecten die afhankelijk zijn van hen wilt verwijderen? +menu.tools.searchCache=In de browser-cache zoeken #after version 1.7.2u2 - -error.trait.exists = Karaktertrek met de naam "%name%" bestaat al. -button.addtrait = Karaktertrek toevoegen -button.font.embed = Inbedden... -button.yes.all = Ja op alles -button.no.all = Nee op alles -message.font.add.exists = Teken %char% al bestaat in de lettertype-tag. Wilt u het vervangen? - -filter.gfx = ScaleForm GFx bestanden (*.gfx) -filter.supported = Alle ondersteunde bestandstypen -work.canceled = Geannuleerd -work.restoringControlFlow = Aan het herstellen van de control flow... -menu.advancedsettings.advancedsettings = Geavanceerde instellingen -menu.recentFiles = Recente bestanden - +error.trait.exists=Karaktertrek met de naam "%name%" bestaat al. +button.addtrait=Karaktertrek toevoegen +button.font.embed=Inbedden... +button.yes.all=Ja op alles +button.no.all=Nee op alles +message.font.add.exists=Teken %char% al bestaat in de lettertype-tag. Wilt u het vervangen? +filter.gfx=ScaleForm GFx bestanden (*.gfx) +filter.supported=Alle ondersteunde bestandstypen +work.canceled=Geannuleerd +work.restoringControlFlow=Aan het herstellen van de control flow... +menu.advancedsettings.advancedsettings=Geavanceerde instellingen +menu.recentFiles=Recente bestanden #after version 1.7.4 -work.restoringControlFlow.complete = Control flow is hersteld -message.confirm.recentFileNotFound = Bestand is niet gevonden. Wilt U het uit de lijst met recente bestanden verwijderen? -contextmenu.closeSwf = SWF sluiten -menu.settings.autoRenameIdentifiers = Identifiers auto hernoemen -menu.file.saveasexe = Opslaan als Exe... -filter.exe = Uitvoerbare bestanden (*.exe) - +work.restoringControlFlow.complete=Control flow is hersteld +message.confirm.recentFileNotFound=Bestand is niet gevonden. Wilt U het uit de lijst met recente bestanden verwijderen? +contextmenu.closeSwf=SWF sluiten +menu.settings.autoRenameIdentifiers=Identifiers auto hernoemen +menu.file.saveasexe=Opslaan als Exe... +filter.exe=Uitvoerbare bestanden (*.exe) #after version 1.8.0 -font.updateTexts = Teksten updaten - +font.updateTexts=Teksten updaten #after version 1.8.0u1 -menu.file.close = Sluiten -menu.file.closeAll = Alles sluiten -menu.tools.otherTools = Anders -menu.tools.otherTools.clearRecentFiles = Recente bestanden opruimen -fontName.name = Lettertype naam: -fontName.copyright = Lettertype copyright: -button.preview = Voorbeeld -button.reset = Resetten -errors.info = Er zijn INFORMATIES in het logboek. Klik om te zien. -errors.warning = Er zijn WAARSCHUWINGEN in het logboek. Klik om te zien. - -decompilationError = Decompilatie fout - -disassemblingProgress.toString = Tekstweergave -disassemblingProgress.reading = Aan het lezen -disassemblingProgress.deobfuscating = Aan het deobfusceren - -contextmenu.moveTag = Verplaats tag naar - -filter.swc = SWC bibliotheken (*.swc) -filter.zip = ZIP gecomprimeerde bestanden (*.zip) -filter.binary = Binair zoeken - alle bestanden (*.*) - -open.error = Fout -open.error.fileNotFound = Bestand is niet gevonden -open.error.cannotOpen = Kan bestand niet openen - -node.others = anderen - +menu.file.close=Sluiten +menu.file.closeAll=Alles sluiten +menu.tools.otherTools=Anders +menu.tools.otherTools.clearRecentFiles=Recente bestanden opruimen +fontName.name=Lettertype naam: +fontName.copyright=Lettertype copyright: +button.preview=Voorbeeld +button.reset=Resetten +errors.info=Er zijn INFORMATIES in het logboek. Klik om te zien. +errors.warning=Er zijn WAARSCHUWINGEN in het logboek. Klik om te zien. +decompilationError=Decompilatie fout +disassemblingProgress.toString=Tekstweergave +disassemblingProgress.reading=Aan het lezen +disassemblingProgress.deobfuscating=Aan het deobfusceren +contextmenu.moveTag=Verplaats tag naar +filter.swc=SWC bibliotheken (*.swc) +filter.zip=ZIP gecomprimeerde bestanden (*.zip) +filter.binary=Binair zoeken - alle bestanden (*.*) +open.error=Fout +open.error.fileNotFound=Bestand is niet gevonden +open.error.cannotOpen=Kan bestand niet openen +node.others=anderen #after version 1.8.1 -menu.tools.search = Tekst zoeken +menu.tools.search=Tekst zoeken #after version 1.8.1u1 -menu.tools.timeline = Tijdlijn -dialog.selectcolor.title = Selecteer kleur -button.selectcolor.hint = Klik om kleur te selecteren +menu.tools.timeline=Tijdlijn +dialog.selectcolor.title=Selecteer kleur +button.selectcolor.hint=Klik om kleur te selecteren #default item name, will be used in following sentences -generictag.array.item = item -generictag.array.insertbeginning = Voeg %item% aan het begin in -generictag.array.insertbefore = Voeg %item% ervoor in -generictag.array.remove = Verwijder %item% -generictag.array.insertafter = Voeg %item% erna in -generictag.array.insertend = Voeg %item% aan het einde in +generictag.array.item=item +generictag.array.insertbeginning=Voeg %item% aan het begin in +generictag.array.insertbefore=Voeg %item% ervoor in +generictag.array.remove=Verwijder %item% +generictag.array.insertafter=Voeg %item% erna in +generictag.array.insertend=Voeg %item% aan het einde in #after version 2.0.0 -contextmenu.expandAll = Alles uitvouwen -filter.sounds = Ondersteunde geluidsformaten (*.wav, *.mp3) -filter.sounds.wav = Wave-bestandsindeling (*.wav) -filter.sounds.mp3 = MP3 gecomprimeerd formaat (*.mp3) -error.sound.invalid = Ongeldig geluid. -button.prev = Vorige -button.next = Volgende +contextmenu.expandAll=Alles uitvouwen +filter.sounds=Ondersteunde geluidsformaten (*.wav, *.mp3) +filter.sounds.wav=Wave-bestandsindeling (*.wav) +filter.sounds.mp3=MP3 gecomprimeerd formaat (*.mp3) +error.sound.invalid=Ongeldig geluid. +button.prev=Vorige +button.next=Volgende #after version 2.1.0 -message.action.playerglobal.title = PlayerGlobal-bibliotheek nodig -message.action.playerglobal.needed = Voor de directe editie van ActionScript 3 moet een bibliotheek met de naam "PlayerGlobal.swc" worden gedownload van de Adobe-startpagina.\r\n%adobe-startpagina%\of\Druk op OK om naar de downloadpagina te gaan. -message.action.playerglobal.place = Download de bibliotheek met de naam PlayerGlobal(.swc) en plaats deze in map\r\n%libpath%\r\n Druk op OK om door te gaan. -message.confirm.experimental.function = Deze functie is EXPERIMENTEEL. Dit betekent dat u de resultaten niet moet vertrouwen en dat het SWF-bestand na het opslaan niet meer functioneert. -message.confirm.donotshowagain = Niet meer tonen -menu.import = Import -menu.file.import.text = Importeer tekst -import.select.directory = Selecteer map om te importeren -error.text.import = Fout tijdens het importeren van tekst. Wilt u doorgaan? +message.action.playerglobal.title=PlayerGlobal-bibliotheek nodig +message.action.playerglobal.needed=Voor de directe editie van ActionScript 3 moet een bibliotheek met de naam "PlayerGlobal.swc" worden gedownload van de Adobe-startpagina.\r\n%adobe-startpagina%\of\Druk op OK om naar de downloadpagina te gaan. +message.action.playerglobal.place=Download de bibliotheek met de naam PlayerGlobal(.swc) en plaats deze in map\r\n%libpath%\r\n Druk op OK om door te gaan. +message.confirm.experimental.function=Deze functie is EXPERIMENTEEL. Dit betekent dat u de resultaten niet moet vertrouwen en dat het SWF-bestand na het opslaan niet meer functioneert. +message.confirm.donotshowagain=Niet meer tonen +menu.import=Import +menu.file.import.text=Importeer tekst +import.select.directory=Selecteer map om te importeren +error.text.import=Fout tijdens het importeren van tekst. Wilt u doorgaan? #after version 2.1.1 -contextmenu.removeWithDependencies = Verwijderen met afhankelijkheden -abc.action.find-usages = Zoek gebruiksmogelijkheden -abc.action.find-declaration = Zoek declaratie -contextmenu.rawEdit = Raw bewerking -contextmenu.jumpToCharacter = Spring naar karakter -menu.settings.dumpView = Dump-weergave -menu.view = Weergave -menu.file.view.resources = Bronnen -menu.file.view.hex = Hex-dump -node.header = header -header.signature = Handtekening: -header.compression = Compressie: -header.compression.lzma = LZMA -header.compression.zlib = ZLIB -header.compression.none = Geen compressie -header.version = SWF-versie: -header.gfx = GFX: -header.filesize = Bestandsgrootte: -header.framerate = Frame snelheid: -header.framecount = Aantal frames: -header.displayrect = Weergave rect: -header.displayrect.value.twips = %xmin%,%ymin% => %xmax%,%ymax% twips -header.displayrect.value.pixels = %xmin%,%ymin% => %xmax%,%ymax% pixels +contextmenu.removeWithDependencies=Verwijderen met afhankelijkheden +abc.action.find-usages=Zoek gebruiksmogelijkheden +abc.action.find-declaration=Zoek declaratie +contextmenu.rawEdit=Raw bewerking +contextmenu.jumpToCharacter=Spring naar karakter +menu.settings.dumpView=Dump-weergave +menu.view=Weergave +menu.file.view.resources=Bronnen +menu.file.view.hex=Hex-dump +node.header=header +header.signature=Handtekening: +header.compression=Compressie: +header.compression.lzma=LZMA +header.compression.zlib=ZLIB +header.compression.none=Geen compressie +header.version=SWF-versie: +header.gfx=GFX: +header.filesize=Bestandsgrootte: +header.framerate=Frame snelheid: +header.framecount=Aantal frames: +header.displayrect=Weergave rect: +header.displayrect.value.twips=%xmin%,%ymin% => %xmax%,%ymax% twips +header.displayrect.value.pixels=%xmin%,%ymin% => %xmax%,%ymax% pixels #after version 2.1.2 -contextmenu.saveToFile = Opslaan in bestand -contextmenu.parseActions = Parseer acties -contextmenu.parseABC = Parseer ABC -contextmenu.parseInstructions = Parseer AVIM2-instructies +contextmenu.saveToFile=Opslaan in bestand +contextmenu.parseActions=Parseer acties +contextmenu.parseABC=Parseer ABC +contextmenu.parseInstructions=Parseer AVIM2-instructies #after version 2.1.3 -menu.deobfuscation = Deobfuscatie -menu.file.deobfuscation.old = Oude stijl -menu.file.deobfuscation.new = Nieuwe stijl +menu.deobfuscation=Deobfuscatie +menu.file.deobfuscation.old=Oude stijl +menu.file.deobfuscation.new=Nieuwe stijl #after version 2.1.4 -contextmenu.openswfinside = Open SWF binnenin -binarydata.swfInside = Het lijkt erop dat er SWF in deze binaire gegevenstag zit. Klik hier om het als subboom te laden. +contextmenu.openswfinside=Open SWF binnenin +binarydata.swfInside=Het lijkt erop dat er SWF in deze binaire gegevenstag zit. Klik hier om het als subboom te laden. #after version 3.0.0 -button.zoomin.hint = Zoom in -button.zoomout.hint = Zoom uit -button.zoomfit.hint = Zoom om te passen -button.zoomnone.hint = Zoom naar 1:1 -button.snapshot.hint = Neem een \u200b\u200bmomentopname naar het klembord -editorTruncateWarning = Tekst afgekapt op positie %chars% in debug-modus. +button.zoomin.hint=Zoom in +button.zoomout.hint=Zoom uit +button.zoomfit.hint=Zoom om te passen +button.zoomnone.hint=Zoom naar 1:1 +button.snapshot.hint=Neem een \u200b\u200bmomentopname naar het klembord +editorTruncateWarning=Tekst afgekapt op positie %chars% in debug-modus. #Font name which is presented in the SWF Font tag -font.name.intag = Lettertypenaam in tag: -menu.debugger = Debugger -menu.debugger.switch = Debugger -menu.debugger.replacetrace = Vervang traceeroproepen -menu.debugger.showlog = Toon logboek -message.debugger = Deze SWF-foutopsporing kan alleen worden gebruikt om berichten af \u200b\u200bte drukken naar een logvenster, browserconsole of waarschuwingen.\r\nHet is NIET ontworpen voor functies zoals stapcode, breekpunten enz. -contextmenu.addTag = Tag toevoegen -deobfuscation.comment.tryenable = Tip: U kunt proberen 'Automatische deobfuscatie' in te schakelen in Instellingen -deobfuscation.comment.failed = Deobfuscatie is geactiveerd, maar decompilatie is nog steeds mislukt. Als het bestand NIET onduidelijk is, schakel dan "Automatische deobfuscatie" uit voor betere resultaten. +font.name.intag=Lettertypenaam in tag: +menu.debugger=Debugger +menu.debugger.switch=Debugger +menu.debugger.replacetrace=Vervang traceeroproepen +menu.debugger.showlog=Toon logboek +message.debugger=Deze SWF-foutopsporing kan alleen worden gebruikt om berichten af \u200b\u200bte drukken naar een logvenster, browserconsole of waarschuwingen.\r\nHet is NIET ontworpen voor functies zoals stapcode, breekpunten enz. +contextmenu.addTag=Tag toevoegen +deobfuscation.comment.tryenable=Tip: U kunt proberen 'Automatische deobfuscatie' in te schakelen in Instellingen +deobfuscation.comment.failed=Deobfuscatie is geactiveerd, maar decompilatie is nog steeds mislukt. Als het bestand NIET onduidelijk is, schakel dan "Automatische deobfuscatie" uit voor betere resultaten. #after version 4.0.2 -preview.nextframe = Volgende frame -preview.prevframe = Vorige frame -preview.gotoframe = Ga naar frame... -preview.gotoframe.dialog.title = Ga naar frame -preview.gotoframe.dialog.message = Voer framenummer in (%min% - %max%) -preview.gotoframe.dialog.frame.error = Ongeldig framenummer. Het moet een getal zijn tussen %min% en %max%. -error.text.invalid.continue = Ongeldige tekst: %text% op regel %line%. Wilt u doorgaan? +preview.nextframe=Volgende frame +preview.prevframe=Vorige frame +preview.gotoframe=Ga naar frame... +preview.gotoframe.dialog.title=Ga naar frame +preview.gotoframe.dialog.message=Voer framenummer in (%min% - %max%) +preview.gotoframe.dialog.frame.error=Ongeldig framenummer. Het moet een getal zijn tussen %min% en %max%. +error.text.invalid.continue=Ongeldige tekst: %text% op regel %line%. Wilt u doorgaan? #after version 4.0.5 -contextmenu.copyTag = Kopieer tag naar -fit = passsend maken -button.setAdvanceValues = Voorafwaarden instellen -menu.tools.replace = Tekst vervangen -message.confirm.close = Er zijn niet-opgeslagen wijzigingen. Wilt u {swfName} echt sluiten? -message.confirm.closeAll = Er zijn niet-opgeslagen wijzigingen. Wilt u werkelijk alle SWF's sluiten? -contextmenu.exportJavaSource = Java-bron exporteren -contextmenu.exportSwfXml = SWF exporteren als XML -contextmenu.importSwfXml = SWF-XML importeren -filter.xml = XML +contextmenu.copyTag=Kopieer tag naar +fit=passsend maken +button.setAdvanceValues=Voorafwaarden instellen +menu.tools.replace=Tekst vervangen +message.confirm.close=Er zijn niet-opgeslagen wijzigingen. Wilt u {swfName} echt sluiten? +message.confirm.closeAll=Er zijn niet-opgeslagen wijzigingen. Wilt u werkelijk alle SWF's sluiten? +contextmenu.exportJavaSource=Java-bron exporteren +contextmenu.exportSwfXml=SWF exporteren als XML +contextmenu.importSwfXml=SWF-XML importeren +filter.xml=XML #after version 4.1.0 -contextmenu.undo = Ongedaan maken -text.align.left = Links uitlijnen -text.align.right = Rects uitlijnen -text.align.center = Midden uitlijnen -text.align.justify = Uitlijning rechtvaardigen -text.undo = Wijzigingen ongedaan maken -menu.file.import.xml = SWF-XML importeren -menu.file.export.xml = SWF-XML exporteren +contextmenu.undo=Ongedaan maken +text.align.left=Links uitlijnen +text.align.right=Rects uitlijnen +text.align.center=Midden uitlijnen +text.align.justify=Uitlijning rechtvaardigen +text.undo=Wijzigingen ongedaan maken +menu.file.import.xml=SWF-XML importeren +menu.file.export.xml=SWF-XML exporteren #after version 4.1.1 -text.align.translatex.decrease = Verlaag TranslateX -text.align.translatex.increase = Vergroot TranslateX -selectPreviousTag = Selecteer vorige tag -selectNextTag = Selecteer volgende tag -button.ignoreAll = Negeer alles -menu.file.import.symbolClass = Importeer symboolklasse -text.toggleCase = Schakel hoofd-/kleine letters +text.align.translatex.decrease=Verlaag TranslateX +text.align.translatex.increase=Vergroot TranslateX +selectPreviousTag=Selecteer vorige tag +selectNextTag=Selecteer volgende tag +button.ignoreAll=Negeer alles +menu.file.import.symbolClass=Importeer symboolklasse +text.toggleCase=Schakel hoofd-/kleine letters #after version 5.0.2 -preview.loop = Loop -menu.file.import.script = Importeer scripts -contextmenu.copyTagWithDependencies = Kopieer tag met afhankelijkheden naar -button.replaceWithTag = Vervangen door een andere tekentag -button.resolveConstants = Constanten oplossen +preview.loop=Loop +menu.file.import.script=Importeer scripts +contextmenu.copyTagWithDependencies=Kopieer tag met afhankelijkheden naar +button.replaceWithTag=Vervangen door een andere tekentag +button.resolveConstants=Constanten oplossen #after version 5.1.0 -button.viewConstants = Constanten bekijken -work.exported = Ge\u00ebxporteerd -button.replaceAlphaChannel = Alfakanaal vervangen... -tagInfo.header.name = Naam -tagInfo.header.value = Waarde -tagInfo.tagType = Tagtype -tagInfo.characterId = Karakter-ID -tagInfo.offset = Offset -tagInfo.length = Lengte -tagInfo.bounds = Grenzen -tagInfo.width = Breedte -tagInfo.height = Hoogte -tagInfo.neededCharacters = Benodigde karakters -button.viewhexpcode = Bekijk Hex met instructies -taginfo.header = Basis taginformatie -tagInfo.dependentCharacters = Afhankelijke karakters +button.viewConstants=Constanten bekijken +work.exported=Ge\u00ebxporteerd +button.replaceAlphaChannel=Alfakanaal vervangen... +tagInfo.header.name=Naam +tagInfo.header.value=Waarde +tagInfo.tagType=Tagtype +tagInfo.characterId=Karakter-ID +tagInfo.offset=Offset +tagInfo.length=Lengte +tagInfo.bounds=Grenzen +tagInfo.width=Breedte +tagInfo.height=Hoogte +tagInfo.neededCharacters=Benodigde karakters +button.viewhexpcode=Bekijk Hex met instructies +taginfo.header=Basis taginformatie +tagInfo.dependentCharacters=Afhankelijke karakters #after version 5.3.0 -header.uncompressed = Ongecomprimeerd -header.warning.unsupportedGfxCompression = GFX ondersteunt alleen ongecomprimeerde of Zlib-gecomprimeerde inhoud. -header.warning.minimumZlibVersion = Voor Zlib-compressie is SWF-versie 6 of hoger vereist. -header.warning.minimumLzmaVersion = Voor LZMA-compressie is SWF-versie 13 of hoger vereist. -tagInfo.codecName = Codec-naam -tagInfo.exportFormat = Exportformaat -tagInfo.samplingRate = Bemonsteringssnelheid -tagInfo.stereo = Stereo -tagInfo.sampleCount = Aantal monsters -filter.dmg = Mac-uitvoerbare bestanden (*.dmg) -filter.linuxExe = Linux-uitvoerbare bestanden -import.script.result = %count% scripts ge\u00efmporteerd. -import.script.as12warning = Importscript kan alleen AS1/2-scripts importeren -error.constantPoolTooBig = Constante pool is te groot. index=%index%, grootte=%grootte% -error.image.alpha.invalid = Ongeldige alfa-kanaalgegevens. +header.uncompressed=Ongecomprimeerd +header.warning.unsupportedGfxCompression=GFX ondersteunt alleen ongecomprimeerde of Zlib-gecomprimeerde inhoud. +header.warning.minimumZlibVersion=Voor Zlib-compressie is SWF-versie 6 of hoger vereist. +header.warning.minimumLzmaVersion=Voor LZMA-compressie is SWF-versie 13 of hoger vereist. +tagInfo.codecName=Codec-naam +tagInfo.exportFormat=Exportformaat +tagInfo.samplingRate=Bemonsteringssnelheid +tagInfo.stereo=Stereo +tagInfo.sampleCount=Aantal monsters +filter.dmg=Mac-uitvoerbare bestanden (*.dmg) +filter.linuxExe=Linux-uitvoerbare bestanden +import.script.result=%count% scripts ge\u00efmporteerd. +import.script.as12warning=Importscript kan alleen AS1/2-scripts importeren +error.constantPoolTooBig=Constante pool is te groot. index=%index%, grootte=%grootte% +error.image.alpha.invalid=Ongeldige alfa-kanaalgegevens. #after version 6.0.2 -contextmenu.saveUncompressedToFile = Opslaan in ongecomprimeerd bestand -menu.settings.autoOpenLoadedSWFs = Open geladen SWF's tijdens het spelen +contextmenu.saveUncompressedToFile=Opslaan in ongecomprimeerd bestand +menu.settings.autoOpenLoadedSWFs=Open geladen SWF's tijdens het spelen #after version 6.1.1 -menu.file.start = Begin -menu.file.start.run = Afspelen -menu.file.start.stop = Stop -menu.file.start.debug = Debug -menu.debugging = Debuggen -menu.debugging.debug = Debug -menu.debugging.debug.stop = Stop -menu.debugging.debug.pause = Pauze -menu.debugging.debug.stepOver = Stap over -menu.debugging.debug.stepInto = Stap in -menu.debugging.debug.stepOut = Stap uit -menu.debugging.debug.continue = Doorgaan -menu.debugging.debug.stack = Stack... -menu.debugging.debug.watch = Nieuwe weergave -message.playerpath.notset = Flash Player-projector niet gevonden. Configureer het pad in Geavanceerde instellingen / Paden (1). -message.playerpath.debug.notset = Flash Player-debugger voor projectorinhoud niet gevonden. Configureer het pad in Geavanceerde instellingen / Paden (2). -message.playerpath.lib.notset = PlayerGlobal (.SWC) niet gevonden. Configureer het pad in Geavanceerde instellingen / Paden (3). -debugpanel.header = Debuggen -variables.header.registers = Registers -variables.header.locals = Lokale -variables.header.arguments = Argumenten -variables.header.scopeChain = Scoop keten -variables.column.name = Naam -variables.column.type = Type -variables.column.value = Waarde -callStack.header = Stack oproepen -callStack.header.file = Bestand -callStack.header.line = Lijn -stack.header = Stack -stack.header.item = Item -constantpool.header = Constanten pool -constantpool.header.id = Id -constantpool.header.value = Waarde -work.running = Lopend -work.debugging = Debuggen -work.debugging.instrumenting = SWF voorbereiden op debuggen -work.breakat = Breken bij -work.halted = Het debuggen is gestart, de uitvoering is gestopt. Voeg onderbrekingspunten toe en klik op Doorgaan (F5) om het hardlopen te hervatten. -debuglog.header = Logboek -debuglog.button.clear = Opruimen +menu.file.start=Begin +menu.file.start.run=Afspelen +menu.file.start.stop=Stop +menu.file.start.debug=Debug +menu.debugging=Debuggen +menu.debugging.debug=Debug +menu.debugging.debug.stop=Stop +menu.debugging.debug.pause=Pauze +menu.debugging.debug.stepOver=Stap over +menu.debugging.debug.stepInto=Stap in +menu.debugging.debug.stepOut=Stap uit +menu.debugging.debug.continue=Doorgaan +menu.debugging.debug.stack=Stack... +menu.debugging.debug.watch=Nieuwe weergave +message.playerpath.notset=Flash Player-projector niet gevonden. Configureer het pad in Geavanceerde instellingen / Paden (1). +message.playerpath.debug.notset=Flash Player-debugger voor projectorinhoud niet gevonden. Configureer het pad in Geavanceerde instellingen / Paden (2). +message.playerpath.lib.notset=PlayerGlobal (.SWC) niet gevonden. Configureer het pad in Geavanceerde instellingen / Paden (3). +debugpanel.header=Debuggen +variables.header.registers=Registers +variables.header.locals=Lokale +variables.header.arguments=Argumenten +variables.header.scopeChain=Scoop keten +variables.column.name=Naam +variables.column.type=Type +variables.column.value=Waarde +callStack.header=Stack oproepen +callStack.header.file=Bestand +callStack.header.line=Lijn +stack.header=Stack +stack.header.item=Item +constantpool.header=Constanten pool +constantpool.header.id=Id +constantpool.header.value=Waarde +work.running=Lopend +work.debugging=Debuggen +work.debugging.instrumenting=SWF voorbereiden op debuggen +work.breakat=Breken bij +work.halted=Het debuggen is gestart, de uitvoering is gestopt. Voeg onderbrekingspunten toe en klik op Doorgaan (F5) om het hardlopen te hervatten. +debuglog.header=Logboek +debuglog.button.clear=Opruimen #after 7.0.1 -work.debugging.wait = Wachten tot de Flash-debugingsprojector verbinding heeft gemaakt -error.debug.listen = Kan niet luisteren op poort %port%. Mogelijk is er een andere Flash-debugger actief. -debug.break.reason.unknown = (Onbekend) -debug.break.reason.breakpoint = (Breekpunt) -debug.break.reason.watch = (Bekijken) -debug.break.reason.fault = (Fout) -debug.break.reason.stopRequest = (Stop verzoek) -debug.break.reason.step = (Stap) -debug.break.reason.halt = (Halt) -debug.break.reason.scriptLoaded = (Script geladen) -menu.file.start.debugpcode = Debug P-code +work.debugging.wait=Wachten tot de Flash-debugingsprojector verbinding heeft gemaakt +error.debug.listen=Kan niet luisteren op poort %port%. Mogelijk is er een andere Flash-debugger actief. +debug.break.reason.unknown=(Onbekend) +debug.break.reason.breakpoint=(Breekpunt) +debug.break.reason.watch=(Bekijken) +debug.break.reason.fault=(Fout) +debug.break.reason.stopRequest=(Stop verzoek) +debug.break.reason.step=(Stap) +debug.break.reason.halt=(Halt) +debug.break.reason.scriptLoaded=(Script geladen) +menu.file.start.debugpcode=Debug P-code #after 7.1.2 -button.replaceNoFill = Vervangen - grenzen bijwerken... -message.warning.svgImportExperimental = Niet alle SVG-functies worden ondersteund. Controleer het logboek na het importeren. -message.imported.swf = Het SWF-bestand gebruikt elementen uit een ge\u00efmporteerd SWF-bestand:\in%url%\Wilt u dat de objecten via die URL worden geladen? -message.imported.swf.manually = Kan ge\u00efmporteerd SWF niet laden\n%url%\Het bestand of de URL bestaat niet.\Wilt u een lokaal bestand selecteren? -message.warning.hexViewNotUpToDate = Hex View is niet up-to-date. Bewaar het bestand en laad het opnieuw om Hex View bij te werken -message.font.replace.updateTexts = Sommige karakters zijn vervangen. Wilt u de bestaande teksten bijwerken? -menu.settings.simplifyExpressions = Vereenvoudig expressies +button.replaceNoFill=Vervangen - grenzen bijwerken... +message.warning.svgImportExperimental=Niet alle SVG-functies worden ondersteund. Controleer het logboek na het importeren. +message.imported.swf=Het SWF-bestand gebruikt elementen uit een ge\u00efmporteerd SWF-bestand:\in%url%\Wilt u dat de objecten via die URL worden geladen? +message.imported.swf.manually=Kan ge\u00efmporteerd SWF niet laden\n%url%\Het bestand of de URL bestaat niet.\Wilt u een lokaal bestand selecteren? +message.warning.hexViewNotUpToDate=Hex View is niet up-to-date. Bewaar het bestand en laad het opnieuw om Hex View bij te werken +message.font.replace.updateTexts=Sommige karakters zijn vervangen. Wilt u de bestaande teksten bijwerken? +menu.settings.simplifyExpressions=Vereenvoudig expressies #after 8.0.1 -menu.recentFiles.empty = De lijst met recente bestanden is leeg -message.warning.outOfMemory32BitJre = Er is een OutOfMemory-fout opgetreden. U gebruikt 32bit Java op een 64bit-systeem. Gebruik 64bit Java. -menu.file.reloadAll = Alles opnieuw laden -message.confirm.reloadAll = Met deze actie worden alle niet-opgeslagen wijzigingen in alle SWF-bestanden geannuleerd en wordt de hele toepassing opnieuw geladen.\nWilt u doorgaan? -export.script.singleFilePallelModeWarning = Scriptexport met \u00e9\u00e9n bestand wordt niet ondersteund als parallelle versnelling is ingeschakeld -button.showOriginalBytesInPcodeHex = Toon originele bytes -button.remove = Verwijderen -button.showFileOffsetInPcodeHex = Toon bestandsoffset -generic.editor.amf3.title = AMF3-editor -generic.editor.amf3.help = AMF3-waardesyntaxis:\n\ +menu.recentFiles.empty=De lijst met recente bestanden is leeg +message.warning.outOfMemory32BitJre=Er is een OutOfMemory-fout opgetreden. U gebruikt 32bit Java op een 64bit-systeem. Gebruik 64bit Java. +menu.file.reloadAll=Alles opnieuw laden +message.confirm.reloadAll=Met deze actie worden alle niet-opgeslagen wijzigingen in alle SWF-bestanden geannuleerd en wordt de hele toepassing opnieuw geladen.\nWilt u doorgaan? +export.script.singleFilePallelModeWarning=Scriptexport met \u00e9\u00e9n bestand wordt niet ondersteund als parallelle versnelling is ingeschakeld +button.showOriginalBytesInPcodeHex=Toon originele bytes +button.remove=Verwijderen +button.showFileOffsetInPcodeHex=Toon bestandsoffset +generic.editor.amf3.title=AMF3-editor +generic.editor.amf3.help=AMF3-waardesyntaxis:\n\ ------------------\N\ scalaire typen:\n\ %scalaire_samples%\ @@ -659,387 +576,384 @@ generic.editor.amf3.help = AMF3-waardesyntaxis:\n\ * Er kan naar niet-scalaire datatypen worden verwezen door eerder gedeclareerde "id"-attributen met # syntaxis:\n\ %referentievoorbeeld%\n\ * Sleutels in woordenboekitems kunnen van elk type zijn\n -contextmenu.showInResources = Weergeven in bronnen -message.flexpath.notset = Flex-SDK niet gevonden. Configureer het pad in Geavanceerde instellingen / Paden (4). +contextmenu.showInResources=Weergeven in bronnen +message.flexpath.notset=Flex-SDK niet gevonden. Configureer het pad in Geavanceerde instellingen / Paden (4). #add after panel.disassembled string -abc.detail.split = : -abc.detail.trait = Eigenschap - %trait_type% -abc.detail.trait.method = Methode -abc.detail.trait.getter = Getter -abc.detail.trait.setter = Setter -abc.detail.trait.slot = Slot -abc.detail.trait.const = Constante -abc.detail.trait.class = Klasse -abc.detail.trait.function = Functie -abc.detail.specialmethod = Speciale methode - %specialmethod_type% -abc.detail.specialmethod.scriptinitializer = Script initialiseerder -abc.detail.specialmethod.classinitializer = Klasse initialiseerder -abc.detail.specialmethod.instanceinitializer = Instantie initialiseerder -abc.detail.innerfunction = Innerlijke functie -button.edit.script.decompiled = ActionScript bewerken -button.edit.script.disassembled = P-code bewerken -debug.watch.add = Voeg bekijken toe aan %name% -debug.watch.add.read = Lezen -debug.watch.add.write = Schrijven -debug.watch.add.readwrite = Lezen+Schrijven+ -error.debug.watch.add = Kan bekijken niet toevoegen aan deze variabele -variables.column.scope = Scope -variables.column.flags = Vlaggen -variables.column.trait = Eigenschap -message.font.setadvancevalues = Met deze handeling wordt de voortgang van ALLE tekens in deze tag ingesteld op de doorgang van de geselecteerde lettertypebron. -menu.tools.deobfuscation.renameColliding = Hernoem botsende eigenschappen/klassen -filter.iggy = Iggy-bestanden (*.iggy) +abc.detail.split=: +abc.detail.trait=Eigenschap - %trait_type% +abc.detail.trait.method=Methode +abc.detail.trait.getter=Getter +abc.detail.trait.setter=Setter +abc.detail.trait.slot=Slot +abc.detail.trait.const=Constante +abc.detail.trait.class=Klasse +abc.detail.trait.function=Functie +abc.detail.specialmethod=Speciale methode - %specialmethod_type% +abc.detail.specialmethod.scriptinitializer=Script initialiseerder +abc.detail.specialmethod.classinitializer=Klasse initialiseerder +abc.detail.specialmethod.instanceinitializer=Instantie initialiseerder +abc.detail.innerfunction=Innerlijke functie +button.edit.script.decompiled=ActionScript bewerken +button.edit.script.disassembled=P-code bewerken +debug.watch.add=Voeg bekijken toe aan %name% +debug.watch.add.read=Lezen +debug.watch.add.write=Schrijven +debug.watch.add.readwrite=Lezen+Schrijven+ +error.debug.watch.add=Kan bekijken niet toevoegen aan deze variabele +variables.column.scope=Scope +variables.column.flags=Vlaggen +variables.column.trait=Eigenschap +message.font.setadvancevalues=Met deze handeling wordt de voortgang van ALLE tekens in deze tag ingesteld op de doorgang van de geselecteerde lettertypebron. +menu.tools.deobfuscation.renameColliding=Hernoem botsende eigenschappen/klassen +filter.iggy=Iggy-bestanden (*.iggy) #after 11.1.0 -script.seemsBroken = WAARSCHUWING: de decompilatie van de code bevat \u00a7\u00a7 instructies.\ +script.seemsBroken=WAARSCHUWING: de decompilatie van de code bevat \u00a7\u00a7 instructies.\ Dit wordt meestal veroorzaakt door een verduistering (zie Instellingen/Automatische deverduistering)\ of er wordt een niet-standaard compiler gebruikt (Haxe, enz.). #after 13.0.3 -button.removetrait = Eigenschap verwijderen -message.confirm.removetrait = Wilt u de geselecteerde eigenschap echt verwijderen? -contextmenu.addScript = Script toevoegen -contextmenu.addClass = Klasse toevoegen -contextmenu.removeScript = Script verwijderen - -message.confirm.remove.nodep = Weet U zeker dat U %item% wilt verwijderen? - -message.confirm.removemultiple.nodep = Weet U zeker dat U %count% items wilt verwijderen? -menu.recentSearches = Recente zoekopdrachten voor het huidige bestand -menu.recentSearches.empty = De lijst met recente zoekopdrachten is leeg +button.removetrait=Eigenschap verwijderen +message.confirm.removetrait=Wilt u de geselecteerde eigenschap echt verwijderen? +contextmenu.addScript=Script toevoegen +contextmenu.addClass=Klasse toevoegen +contextmenu.removeScript=Script verwijderen +message.confirm.remove.nodep=Weet U zeker dat U %item% wilt verwijderen? +message.confirm.removemultiple.nodep=Weet U zeker dat U %count% items wilt verwijderen? +menu.recentSearches=Recente zoekopdrachten voor het huidige bestand +menu.recentSearches.empty=De lijst met recente zoekopdrachten is leeg #after 14.1.0 -menu.tools.otherTools.clearRecentSearches = Alle recente zoekopdrachten wissen -menu.recentSearches.clear = zoekresultaten wissen -message.confirm.recentSearches.clear = Wilt u recente zoekopdrachten voor het huidige bestand echt wissen? -message.input.gotoCharacter.title = Ga naar karakter -message.input.gotoCharacter = Voer karater-id in -message.character.notfound = Karakter %characterid% niet gevonden. -FileChooser.preview = Voorbeeld -FileChooser.previewNotAvailable = (voorbeeld niet beschikbaar) +menu.tools.otherTools.clearRecentSearches=Alle recente zoekopdrachten wissen +menu.recentSearches.clear=zoekresultaten wissen +message.confirm.recentSearches.clear=Wilt u recente zoekopdrachten voor het huidige bestand echt wissen? +message.input.gotoCharacter.title=Ga naar karakter +message.input.gotoCharacter=Voer karater-id in +message.character.notfound=Karakter %characterid% niet gevonden. +FileChooser.preview=Voorbeeld +FileChooser.previewNotAvailable=(voorbeeld niet beschikbaar) #after 14.2.1 -button.freetransform = Gratis transformatie +button.freetransform=Gratis transformatie #after 14.3.1 -error.outOfMemory.title = Fout - onvoldoende geheugen -error.outOfMemory = De decompiler had onvoldoende geheugen. De huidige maximale grootte van Java Heap is ingesteld op %maxheap%. -error.outOfMemory.windows = Het is ingesteld op het maximale beschikbare wanneer u de app uitvoert via "ffdec.exe".\nAls u de app uitvoert via "ffdec.bat", kunt u deze in dat bestand handmatig op een hogere waarde configureren. -error.outOfMemory.unixmac = U kunt dit maximum verhogen door het bestand "ffdec.sh" te bewerken. -error.outOfMemory.64bit = U heeft 64-bits besturingssysteem en 64-bits Java nodig om meer geheugen te gebruiken dan circa 1GB -error.outOfMemory.32BitJreOn64bitOs = WAARSCHUWING: U gebruikt 32bit Java op een 64bit-systeem. Gebruik 64bit Java. -notavailable.internalviewer = Een voorbeeld van dit object is alleen beschikbaar via de Flash ActiveX-component.\n\ +error.outOfMemory.title=Fout - onvoldoende geheugen +error.outOfMemory=De decompiler had onvoldoende geheugen. De huidige maximale grootte van Java Heap is ingesteld op %maxheap%. +error.outOfMemory.windows=Het is ingesteld op het maximale beschikbare wanneer u de app uitvoert via "ffdec.exe".\nAls u de app uitvoert via "ffdec.bat", kunt u deze in dat bestand handmatig op een hogere waarde configureren. +error.outOfMemory.unixmac=U kunt dit maximum verhogen door het bestand "ffdec.sh" te bewerken. +error.outOfMemory.64bit=U heeft 64-bits besturingssysteem en 64-bits Java nodig om meer geheugen te gebruiken dan circa 1GB +error.outOfMemory.32BitJreOn64bitOs=WAARSCHUWING: U gebruikt 32bit Java op een 64bit-systeem. Gebruik 64bit Java. +notavailable.internalviewer=Een voorbeeld van dit object is alleen beschikbaar via de Flash ActiveX-component.\n\ U kunt het gebruik van Flash ActiveX inschakelen door\n aan te vinken\ Geavanceerde instellingen / Overige / (Verouderd) Gebruik Adobe Flash Player voor een voorbeeld van objecten -notavailable.activex = Er is geen voorbeeld van dit object beschikbaar omdat de Flash ActiveX-component niet correct werkt op uw systeem.\n\ +notavailable.activex=Er is geen voorbeeld van dit object beschikbaar omdat de Flash ActiveX-component niet correct werkt op uw systeem.\n\ Dit is een vrij veel voorkomende situatie, aangezien Adobe de ondersteuning begin 2021 heeft stopgezet. -notavailable.activex.disable = U kunt het gebruik van de interne viewer inschakelen door\n uit te vinken\ +notavailable.activex.disable=U kunt het gebruik van de interne viewer inschakelen door\n uit te vinken\ Geavanceerde instellingen / Overige / (Verouderd) Gebruik Adobe Flash Player voor een voorbeeld van objecten\n\ Maar helaas werkt dit niet voor filmtags. #after 14.5.2 -button.showin.flashprojector = Weergeven in flashprojector -message.info = Informatie -message.info.importScripts = Tijdens het importeren van scripts moet u een MAP selecteren.\r\n\ +button.showin.flashprojector=Weergeven in flashprojector +message.info=Informatie +message.info.importScripts=Tijdens het importeren van scripts moet u een MAP selecteren.\r\n\ De map moet de submap "scripts" bevatten en de structuur ervan moet overeenkomen met de bestaande scriptstructuur in het huidige geselecteerde SWF-bestand.\r\n\ De beste manier om de structuur goed te krijgen, is door eerst scripts in het huidige SWF-bestand te exporteren. \r\n\r\n\ Merk ook op dat deze import dezelfde compiler gebruikt als bij de standaard AS-editie in het FFDec-venster (Experimenteel voor AS3). -message.info.importTexts = Tijdens het importeren van tekst moet u een MAP selecteren.\r\n\ +message.info.importTexts=Tijdens het importeren van tekst moet u een MAP selecteren.\r\n\ De map moet de submap "texts" bevatten en de bestandsnamen erin moeten overeenkomen met bestaande teksten in het huidige geselecteerde SWF-bestand.\r\n\ De beste manier om de structuur goed te krijgen, is door eerst de teksten in het huidige SWF-bestand te exporteren. -message.info.importSymbolClass = Tijdens het importeren van symbool-klasse moet u een MAP selecteren die het bestand "%file%" bevat.\r\n\ +message.info.importSymbolClass=Tijdens het importeren van symbool-klasse moet u een MAP selecteren die het bestand "%file%" bevat.\r\n\ Dit is dezelfde bestandsnaam als die wordt gebruikt bij het exporteren. -message.info.importXml = Voor het importeren van XML heeft u een XML-bestand in een speciaal formaat nodig: het formaat waarin FFDec exporteert.\r\n\ +message.info.importXml=Voor het importeren van XML heeft u een XML-bestand in een speciaal formaat nodig: het formaat waarin FFDec exporteert.\r\n\ De beste manier om een \u200b\u200bdergelijk XML-bestand te maken is door eerst XML uit een bestaand SWF-bestand te exporteren. #after 14.6.0 -tagInfo.dependentFrames = Afhankele frames +tagInfo.dependentFrames=Afhankele frames #after 15.0.0 -imagePanel.depth = diepte: -work.importing_as = Script importeren -importing_as.finishedin = diepte: -work.deobfuscating_pcode = Ge\u00efmporteerd in %time% -work.injecting_debuginfo = Debuginformatie injecteren -work.generating_swd = SWD-bestand genereren +imagePanel.depth=diepte: +work.importing_as=Script importeren +importing_as.finishedin=diepte: +work.deobfuscating_pcode=Ge\u00efmporteerd in %time% +work.injecting_debuginfo=Debuginformatie injecteren +work.generating_swd=SWD-bestand genereren #after 15.1.1 -button.replaceRefs = Vervang verwijzingen door een ander teken-ID -contextmenu.cloneTag = Kloon tag -contextmenu.moveTagAround = Verplaats tag -contextmenu.addTagBefore = Voeg hiervoor een tag toe -contextmenu.addTagAfter = Voeg hierna een tag toe -menu.file.view.tagList = Taglijst -contextmenu.showInTagList = Weergeven in taglijst -message.input.addFrames.title = Frames toevoegen -message.input.addFrames.howmany = Hoeveel frames toe te voegen -contextmenu.addFramesBefore = Voeg frames hiervoor toe -contextmenu.addFramesAfter = Voeg frames hierna toe -contextmenu.addFrames = Frames toevoegen -error.readonly.cannotSave = Bestand wordt NIET opgeslagen. Deze SWF-bestandsbron staat het opslaan van wijzigingen niet toe.\r\n\ +button.replaceRefs=Vervang verwijzingen door een ander teken-ID +contextmenu.cloneTag=Kloon tag +contextmenu.moveTagAround=Verplaats tag +contextmenu.addTagBefore=Voeg hiervoor een tag toe +contextmenu.addTagAfter=Voeg hierna een tag toe +menu.file.view.tagList=Taglijst +contextmenu.showInTagList=Weergeven in taglijst +message.input.addFrames.title=Frames toevoegen +message.input.addFrames.howmany=Hoeveel frames toe te voegen +contextmenu.addFramesBefore=Voeg frames hiervoor toe +contextmenu.addFramesAfter=Voeg frames hierna toe +contextmenu.addFrames=Frames toevoegen +error.readonly.cannotSave=Bestand wordt NIET opgeslagen. Deze SWF-bestandsbron staat het opslaan van wijzigingen niet toe.\r\n\ Dit wordt meestal veroorzaakt door het laden van een binair gegevensbestand of een bestand met onbekende extensie in binaire modus.\r\n\ Gebruik de opdracht "Opslaan als" om een \u200b\u200bbepaald SWF-bestand te exporteren. -warning.readonly = Het bestand "%file%" wordt geladen in de modus ALLEEN-LEZEN. \r\n\ +warning.readonly=Het bestand "%file%" wordt geladen in de modus ALLEEN-LEZEN. \r\n\ Wijzigingen die u aanbrengt, worden alleen opgeslagen als u de knop 'Opslaan als' gebruikt.\r\n\ Dit wordt meestal veroorzaakt door het openen van een bestand in de binaire zoekmodus,\r\n\ het bestand heeft waarschijnlijk een onbekende extensie en opslaan kan niet worden gedaan omdat\r\n\ het bestandsformaat is onbekend. #after 16.0.0 -contextmenu.addTagInside = Voeg een tag toe aan de binnenkant -contextmenu.cloneFrame = Kloon frame -contextmenu.clone = Kloon +contextmenu.addTagInside=Voeg een tag toe aan de binnenkant +contextmenu.cloneFrame=Kloon frame +contextmenu.clone=Kloon #after 16.0.4 -error.action.save.valueTooLarge = Code kan niet worden opgeslagen. De binaire weergave van dit script gegenereerd door de FFDecs-compiler\r\nvereist meer ruimte\ +error.action.save.valueTooLarge=Code kan niet worden opgeslagen. De binaire weergave van dit script gegenereerd door de FFDecs-compiler\r\nvereist meer ruimte\ dan de maximaal toegestane limiet van bytes.\r\nEr is een limiet voor het aantal bytes dat kan worden opgeslagen in een actietag\ en/of ActionDefineFunction/2.\r\nU kunt proberen het script en/of de functies die het bevat in te korten en het opnieuw proberen. -contextmenu.attachTag = Tag toevoegen -contextmenu.showInHexDump = Toon Hex-dump -menu.file.new = Nieuw leeg -new.filename = ongetiteld -error.missing.characterTag.single = FOUT: De tag vereist karaktertag %tag%, maar deze is niet v\u00f3\u00f3r deze tag gedefinieerd.\ +contextmenu.attachTag=Tag toevoegen +contextmenu.showInHexDump=Toon Hex-dump +menu.file.new=Nieuw leeg +new.filename=ongetiteld +error.missing.characterTag.single=FOUT: De tag vereist karaktertag %tag%, maar deze is niet v\u00f3\u00f3r deze tag gedefinieerd.\ Definieer dit teken of wijzig de tagvolgorde door de tag naar de juiste positie te verplaatsen. -error.missing.characterTag.multi = FOUT: De tag vereist karaktertags %tags%, maar deze zijn niet v\u00f3\u00f3r deze tag gedefinieerd.\ +error.missing.characterTag.multi=FOUT: De tag vereist karaktertags %tags%, maar deze zijn niet v\u00f3\u00f3r deze tag gedefinieerd.\ Definieer deze tekens of wijzig de tagvolgorde door tags naar de juiste positie te verplaatsen. #after 16.1.0 -contextmenu.clipboard = Tag-klembord -contextmenu.cutTag = Knippen naar tagklembord -contextmenu.cutTagWithDependencies = Knippen naar tagklembord met afhankelijkheden -contextmenu.paste = Plakken -contextmenu.pasteBefore = Plakken voor -contextmenu.pasteAfter = Plakken na -contextmenu.pasteInside = Plakken binnen -menu.file.import.other = Andere importeren... -menu.file.import.image = Afbeeldingen importeren -message.info.importImages = Tijdens het importeren van afbeeldingen moet u een MAP selecteren.\r\n\ +contextmenu.clipboard=Tag-klembord +contextmenu.cutTag=Knippen naar tagklembord +contextmenu.cutTagWithDependencies=Knippen naar tagklembord met afhankelijkheden +contextmenu.paste=Plakken +contextmenu.pasteBefore=Plakken voor +contextmenu.pasteAfter=Plakken na +contextmenu.pasteInside=Plakken binnen +menu.file.import.other=Andere importeren... +menu.file.import.image=Afbeeldingen importeren +message.info.importImages=Tijdens het importeren van afbeeldingen moet u een MAP selecteren.\r\n\ De map moet de submap "images" bevatten en de bestandsnamen daarin moeten overeenkomen met bestaande afbeeldingen in het huidige geselecteerde SWF-bestand.\r\n\ De beste manier om de structuur goed te krijgen, is door afbeeldingen eerst in het huidige SWF-bestand te exporteren. -work.importing = Importeren -import.finishedin = Ge\u00efmporteerd in %time% -error.import = Fout tijdens het importeren -import.image.result = %count% afbeeldingen ge\u00efmporteerd. -clipboard.hint = Aantal items op het tagklembord -clipboard.item = 1 item -clipboard.items = %count% items -clipboard.clear = Wis het tagklembord +work.importing=Importeren +import.finishedin=Ge\u00efmporteerd in %time% +error.import=Fout tijdens het importeren +import.image.result=%count% afbeeldingen ge\u00efmporteerd. +clipboard.hint=Aantal items op het tagklembord +clipboard.item=1 item +clipboard.items=%count% items +clipboard.clear=Wis het tagklembord #after 16.2.0 -contextmenu.moveTagWithDependencies = Verplaats tag met afhankelijkheden naar -contextmenu.moveUp = Verplaats omhoog -contextmenu.moveDown = Verplaats omlaag -contextmenu.changeCharset = Tekenset wijzigen (Huidige: %charset%) -contextmenu.more = Meer... -error.charset.nocharacter = De geselecteerde tekenset bevat geen teken "%char%". +contextmenu.moveTagWithDependencies=Verplaats tag met afhankelijkheden naar +contextmenu.moveUp=Verplaats omhoog +contextmenu.moveDown=Verplaats omlaag +contextmenu.changeCharset=Tekenset wijzigen (Huidige: %charset%) +contextmenu.more=Meer... +error.charset.nocharacter=De geselecteerde tekenset bevat geen teken "%char%". #after 16.3.1 -button.show = Voorbeeld tonen/verbergen -button.freeze = Bevriezen (geen sub-sprites animeren) -library = Bibliotheek: -message.airpath.lib.notset = AirGlobal (.SWC) niet gevonden. Configureer het pad ervan in Geavanceerde instellingen / Paden (6). -message.action.airglobal.title = AirGlobal-bibliotheek nodig -menu.file.import.shape = Vormen importeren -menu.file.import.shapeNoFill = Vormen importeren - grenzen bijwerken -message.info.importShapes = Tijdens het importeren van vormen moet u een MAP selecteren.\r\n\ +button.show=Voorbeeld tonen/verbergen +button.freeze=Bevriezen (geen sub-sprites animeren) +library=Bibliotheek: +message.airpath.lib.notset=AirGlobal (.SWC) niet gevonden. Configureer het pad ervan in Geavanceerde instellingen / Paden (6). +message.action.airglobal.title=AirGlobal-bibliotheek nodig +menu.file.import.shape=Vormen importeren +menu.file.import.shapeNoFill=Vormen importeren - grenzen bijwerken +message.info.importShapes=Tijdens het importeren van vormen moet u een MAP selecteren.\r\n\ De map moet de submap "shapes" bevatten en de bestandsnamen daarin moeten overeenkomen met bestaande vormen in het huidige geselecteerde SWF-bestand.\r\n\ De beste manier om de structuur goed te krijgen, is door eerst de vormen in het huidige SWF-bestand te exporteren. -import.shape.result = %count% vormen ge\u00efmporteerd. -pin = Klik om dit item vast te zetten -unpin = Vastgezet - klik om dit item los te maken. -contextmenu.unpin = Losmaken -contextmenu.unpin.all = Alles losmaken -contextmenu.unpin.others = Anderen losmaken -menu.tools.otherTools.clearPinnedItems = Vastgezette items losmaken -menu.settings.flattenASPackages = Maak ActionScript-pakketten plat -work.reading.abc = ABC lezen -filter.abc = ActionScript-bestanden van 3 bytecodes (*.abc) -contextmenu.exportAbc = ABC exporteren -contextmenu.pin = Vastzetten +import.shape.result=%count% vormen ge\u00efmporteerd. +pin=Klik om dit item vast te zetten +unpin=Vastgezet - klik om dit item los te maken. +contextmenu.unpin=Losmaken +contextmenu.unpin.all=Alles losmaken +contextmenu.unpin.others=Anderen losmaken +menu.tools.otherTools.clearPinnedItems=Vastgezette items losmaken +menu.settings.flattenASPackages=Maak ActionScript-pakketten plat +work.reading.abc=ABC lezen +filter.abc=ActionScript-bestanden van 3 bytecodes (*.abc) +contextmenu.exportAbc=ABC exporteren +contextmenu.pin=Vastzetten #after 17.0.4 -productinfo.product = Product: -productinfo.product.unknown = Onbekend -productinfo.edition = Edition: -productinfo.edition.none = Geen -productinfo.version = Versie: -productinfo.build = Build: -productinfo.compileDate = Compilatiedatum: -message.video.installvlc = Het bestand "%file%" bevat videotags (DefineVideoStream).\r\n\ +productinfo.product=Product: +productinfo.product.unknown=Onbekend +productinfo.edition=Edition: +productinfo.edition.none=Geen +productinfo.version=Versie: +productinfo.build=Build: +productinfo.compileDate=Compilatiedatum: +message.video.installvlc=Het bestand "%file%" bevat videotags (DefineVideoStream).\r\n\ Om ze correct weer te geven in de decompiler is de installatie van VLC media player vereist (minimaal versie 3.0.0).\r\n\ Je kunt de video's echter nog steeds zonder dit naar het FLV-bestandsformaat exporteren. -button.mute = Framegeluiden dempen -button.transform = Transformeren -transform = Transformeren -transform.transformPoint = Transformatie punt -transform.basic = Basis -transform.basic.flip.horizontally = Spiegel horizontaal -transform.basic.flip.vertically = Spiegel verticaal -transform.basic.rotate90.clockwise = Draai +90\u00b0 -transform.basic.rotate90.anticlockwise = Draai -90\u00b0 -transform.basic.rotate180 = Draai 180\u00b0 -transform.move = Verplaatsen -transform.move.horizontal = Horizontaal -transform.move.vertical = Verticaal -transform.move.relative = Relatieve verplaatsing -transform.scale = Schaal -transform.scale.width = Breedte: -transform.scale.height = Hoogte -transform.scale.proportionally = Proportioneel schalen -transform.rotate = Draaien -transform.rotate.angle = Hoek: -transform.skew = Scheef -transform.skew.horizontal = Horizontaal: -transform.skew.vertical = Verticaal: -transform.matrix = Matrix -transform.matrix.a = A -transform.matrix.b = B -transform.matrix.c = C -transform.matrix.d = D -transform.matrix.e = E -transform.matrix.f = F -transform.matrix.editCurrent = Bewerk huidige matrix -transform.apply = Toepassen -transform.clear = Opruimen -status.editing = U bevindt zich in de EDIT-modus. Breng wijzigingen aan en druk vervolgens op de knop Opslaan. Of annuleer wijzigingen met de knop Annuleren. Tijdens het bewerken kunt u niet naar een ander item overschakelen. +button.mute=Framegeluiden dempen +button.transform=Transformeren +transform=Transformeren +transform.transformPoint=Transformatie punt +transform.basic=Basis +transform.basic.flip.horizontally=Spiegel horizontaal +transform.basic.flip.vertically=Spiegel verticaal +transform.basic.rotate90.clockwise=Draai +90\u00b0 +transform.basic.rotate90.anticlockwise=Draai -90\u00b0 +transform.basic.rotate180=Draai 180\u00b0 +transform.move=Verplaatsen +transform.move.horizontal=Horizontaal +transform.move.vertical=Verticaal +transform.move.relative=Relatieve verplaatsing +transform.scale=Schaal +transform.scale.width=Breedte: +transform.scale.height=Hoogte +transform.scale.proportionally=Proportioneel schalen +transform.rotate=Draaien +transform.rotate.angle=Hoek: +transform.skew=Scheef +transform.skew.horizontal=Horizontaal: +transform.skew.vertical=Verticaal: +transform.matrix=Matrix +transform.matrix.a=A +transform.matrix.b=B +transform.matrix.c=C +transform.matrix.d=D +transform.matrix.e=E +transform.matrix.f=F +transform.matrix.editCurrent=Bewerk huidige matrix +transform.apply=Toepassen +transform.clear=Opruimen +status.editing=U bevindt zich in de EDIT-modus. Breng wijzigingen aan en druk vervolgens op de knop Opslaan. Of annuleer wijzigingen met de knop Annuleren. Tijdens het bewerken kunt u niet naar een ander item overschakelen. #after 18.0.0 -button.deobfuscate = Deopfusceren -button.deobfuscate_options = Deobfuscatie-opties -deobfuscate_options.simplify_expressions = Vereenvoudig expressies -deobfuscate_options.remove_obfuscated_declarations = Verwijder enkele toegewezen versluierde declaraties -message.confirm.autoRenameIdentifiers = De functie voor het automatisch hernoemen van ID's voert AS-code\r\nu uit bij het openen van het SWF-bestand en hernoemt alle niet-standaard namen naar geldige ID's.\r\nDeze functie kan het SWF-bestand beschadigen bij het opslaan - GEBRUIK HET OP JE EIGEN -error.deobfuscation = Bij sommige methoden is de deobfuscatie mislukt. -message.info.importShapes2 = Tijdens het importeren van vormen moet u een MAP selecteren.\r\n\ +button.deobfuscate=Deopfusceren +button.deobfuscate_options=Deobfuscatie-opties +deobfuscate_options.simplify_expressions=Vereenvoudig expressies +deobfuscate_options.remove_obfuscated_declarations=Verwijder enkele toegewezen versluierde declaraties +message.confirm.autoRenameIdentifiers=De functie voor het automatisch hernoemen van ID's voert AS-code\r\nu uit bij het openen van het SWF-bestand en hernoemt alle niet-standaard namen naar geldige ID's.\r\nDeze functie kan het SWF-bestand beschadigen bij het opslaan - GEBRUIK HET OP JE EIGEN +error.deobfuscation=Bij sommige methoden is de deobfuscatie mislukt. +message.info.importShapes2=Tijdens het importeren van vormen moet u een MAP selecteren.\r\n\ Bestandsnamen in de map moeten overeenkomen met bestaande vormen in het huidige geselecteerde SWF-bestand.\r\n\ Als er een map "shapes" aanwezig is, wordt deze in plaats daarvan geselecteerd.\r\n\ De beste manier om de structuur goed te krijgen, is door eerst de vormen in het huidige SWF-bestand te exporteren. -message.info.importScripts2 = Tijdens het importeren van scripts moet u een MAP selecteren.\r\n\ +message.info.importScripts2=Tijdens het importeren van scripts moet u een MAP selecteren.\r\n\ De structuur ervan moet overeenkomen met de bestaande scriptstructuur in het huidige geselecteerde SWF-bestand.\r\n\ Als er een map "scripts" aanwezig is, wordt deze in plaats daarvan geselecteerd.\r\n\ De beste manier om de structuur goed te krijgen, is door eerst scripts in het huidige SWF-bestand te exporteren. \r\n\r\n\ Merk ook op dat deze import dezelfde compiler gebruikt als bij de standaard AS-editie in het FFDec-venster (Experimenteel voor AS3). -message.info.importTexts2 = Tijdens het importeren van tekst moet u een MAP selecteren.\r\n\ +message.info.importTexts2=Tijdens het importeren van tekst moet u een MAP selecteren.\r\n\ Bestandsnamen in de map moeten overeenkomen met bestaande teksten in het huidige geselecteerde SWF-bestand.\r\n\ Als er een map "teksten" aanwezig is, wordt deze in plaats daarvan geselecteerd.\r\n\ De beste manier om de structuur goed te krijgen, is door eerst de teksten in het huidige SWF-bestand te exporteren. -message.info.importImages2 = Tijdens het importeren van afbeeldingen moet u een MAP selecteren.\r\n\ +message.info.importImages2=Tijdens het importeren van afbeeldingen moet u een MAP selecteren.\r\n\ Bestandsnamen in de map moeten overeenkomen met bestaande afbeeldingen in het huidige geselecteerde SWF-bestand.\r\n\ Als er een map "images" aanwezig is, wordt deze in plaats daarvan geselecteerd.\r\n\ De beste manier om de structuur goed te krijgen, is door afbeeldingen eerst in het huidige SWF-bestand te exporteren.\ -transform.clipboard = klembord -transform.clipboard.copy = Kopieer matrix naar klembord -transform.clipboard.paste = Plak de matrix vanaf het klembord -status.editing.autosave = U bevindt zich in de EDIT-modus. Breng wijzigingen aan en druk vervolgens op de knop Opslaan. Of annuleer wijzigingen met de knop Annuleren. Als u naar een andere tag overschakelt, wordt de huidige bewerking automatisch opgeslagen. -error.sound.rate = Het invoergeluid heeft een niet-ondersteunde bemonsteringsfrequentie: %saplingRate%.\r\n\ +transform.clipboard=klembord +transform.clipboard.copy=Kopieer matrix naar klembord +transform.clipboard.paste=Plak de matrix vanaf het klembord +status.editing.autosave=U bevindt zich in de EDIT-modus. Breng wijzigingen aan en druk vervolgens op de knop Opslaan. Of annuleer wijzigingen met de knop Annuleren. Als u naar een andere tag overschakelt, wordt de huidige bewerking automatisch opgeslagen. +error.sound.rate=Het invoergeluid heeft een niet-ondersteunde bemonsteringsfrequentie: %saplingRate%.\r\n\ U moet het converteren naar een van de ondersteunde tarieven (%supportedRates%)\r\n\ met een geluidseditor voordat u importeert. -filter.movies = Ondersteunde filmformaten (%extensies%) -error.movie.invalid = Ongeldige film -menu.file.import.movie = Films importeren -message.info.importMovies2 = Tijdens het importeren van films moet u een MAP selecteren.\r\n\ +filter.movies=Ondersteunde filmformaten (%extensies%) +error.movie.invalid=Ongeldige film +menu.file.import.movie=Films importeren +message.info.importMovies2=Tijdens het importeren van films moet u een MAP selecteren.\r\n\ Bestandsnamen in de map moeten overeenkomen met bestaande films in het huidige geselecteerde SWF-bestand.\r\n\ Als er een map "films" aanwezig is, wordt deze in plaats daarvan geselecteerd.\r\n\ De beste manier om de structuur goed te krijgen, is door eerst films in het huidige SWF-bestand te exporteren. -import.movie.result = %count% films ge\u00efmporteerd. -menu.file.import.sound = Geluiden importeren -message.info.importSounds2 = Tijdens het importeren van geluiden moet u een MAP selecteren.\r\n\ +import.movie.result=%count% films ge\u00efmporteerd. +menu.file.import.sound=Geluiden importeren +message.info.importSounds2=Tijdens het importeren van geluiden moet u een MAP selecteren.\r\n\ Bestandsnamen in de map moeten overeenkomen met bestaande geluiden in het huidige geselecteerde SWF-bestand.\r\n\ Als er een map "sounds" in zit, wordt deze in plaats daarvan geselecteerd.\r\n\ De beste manier om de structuur goed te krijgen, is door eerst geluiden in het huidige SWF-bestand te exporteren. -import.sound.result = %count% geluiden ge\u00efmporteerd. +import.sound.result=%count% geluiden ge\u00efmporteerd. #after 18.2.1 -button.edit.points = Punten bewerken -edit.points.x = X: -edit.points.y = Y: -button.morph.show = Toon: -button.morph.animation = Animatie -button.morph.start = Begin -button.morph.end = Einde -header.displayrect.unit.pixels = pixels -header.displayrect.unit.twips = twips +button.edit.points=Punten bewerken +edit.points.x=X: +edit.points.y=Y: +button.morph.show=Toon: +button.morph.animation=Animatie +button.morph.start=Begin +button.morph.end=Einde +header.displayrect.unit.pixels=pixels +header.displayrect.unit.twips=twips #after 18.3.6 -button.abc.linkedSwfs.hint = Andere SWF-afhankelijkheden -abc.linkedSwfs.one = +1 swf -abc.linkedSwfs.more = +%num% swfs +button.abc.linkedSwfs.hint=Andere SWF-afhankelijkheden +abc.linkedSwfs.one=+1 swf +abc.linkedSwfs.more=+%num% swfs #class trait P-code editor -error.class = Klasse fout -warning.initializers.class = Het object "extends" wordt ook gebruikt in de scriptinitialisatie voor de scopestack.\nHet bewerken van de waarde hier in de klasse-eigenschap is niet voldoende. -contextmenu.addScript.doaction = Voeg Framescript toe - DoAction -contextmenu.addScript.buttoncondaction = Knop-gebeurtenisscript toevoegen - BUTTONCONDACTION -contextmenu.addScript.clipactionrecord = Voeg instantie-gebeurtenisscript toe: CLIPACTIONRECORD -contextmenu.addScript.doinitaction = Voeg sprite-init-script toe - DoInitAction +error.class=Klasse fout +warning.initializers.class=Het object "extends" wordt ook gebruikt in de scriptinitialisatie voor de scopestack.\nHet bewerken van de waarde hier in de klasse-eigenschap is niet voldoende. +contextmenu.addScript.doaction=Voeg Framescript toe - DoAction +contextmenu.addScript.buttoncondaction=Knop-gebeurtenisscript toevoegen - BUTTONCONDACTION +contextmenu.addScript.clipactionrecord=Voeg instantie-gebeurtenisscript toe: CLIPACTIONRECORD +contextmenu.addScript.doinitaction=Voeg sprite-init-script toe - DoInitAction #after 18.4.1 -warning.cannotencrypt = WAARSCHUWING: Het bestand %file% is gecodeerd met HARMAN Air-codering.\r\nHet is met succes gedecodeerd om te worden geladen, maar als u het gewijzigde bestand later wilt opslaan,\r\nzal de codering worden verwijderd ( = niet gecodeerd). +warning.cannotencrypt=WAARSCHUWING: Het bestand %file% is gecodeerd met HARMAN Air-codering.\r\nHet is met succes gedecodeerd om te worden geladen, maar als u het gewijzigde bestand later wilt opslaan,\r\nzal de codering worden verwijderd ( = niet gecodeerd). #after 18.5.0 -warning.edit.headerframecount = WAARSCHUWING: Het bewerken van het aantal frames in de header wordt niet bijgewerkt\ +warning.edit.headerframecount=WAARSCHUWING: Het bewerken van het aantal frames in de header wordt niet bijgewerkt\ het benodigde aantal ShowFrame-tags op de SWF-tijdlijn.\r\nOm nieuwe frames toe te voegen, kunt u beter het contextmenu met de rechtermuisknop gebruiken op SWF -> Frames toevoegen,\r\n\ waardoor het aantal frames in de header dienovereenkomstig wordt bijgewerkt. -warning.icon = Klik om de bijbehorende waarschuwing weer te geven -button.export = Exporteren -error.font.cannotaddcharacter = FOUT: Kan niet meer tekens aan het lettertype toevoegen.\r\nMet succes toegevoegde tekens: %numchars%. -info.noteditable.compound = Het script is samengesteld - heeft meerdere extern zichtbare definities. De directe bewerking is niet beschikbaar. -menu.tools.abcexplorer = ABC-verkenner -contextmenu.abcexplorer = Verken ABC -button.abcexploretrait = Toon eigenschap in ABC-verkenner +warning.icon=Klik om de bijbehorende waarschuwing weer te geven +button.export=Exporteren +error.font.cannotaddcharacter=FOUT: Kan niet meer tekens aan het lettertype toevoegen.\r\nMet succes toegevoegde tekens: %numchars%. +info.noteditable.compound=Het script is samengesteld - heeft meerdere extern zichtbare definities. De directe bewerking is niet beschikbaar. +menu.tools.abcexplorer=ABC-verkenner +contextmenu.abcexplorer=Verken ABC +button.abcexploretrait=Toon eigenschap in ABC-verkenner #after 19.0.0 -binarydata.swfInside.packer = Het lijkt erop dat er SWF in deze binaire gegevenstag zit, verpakt met %packer%. Klik hier om de SWF uit te pakken en te laden -button.replaceWithGif = Vervangen door GIF... -message.info.importSprites = Tijdens het importeren van sprites moet je een MAP selecteren.\r\n\ +binarydata.swfInside.packer=Het lijkt erop dat er SWF in deze binaire gegevenstag zit, verpakt met %packer%. Klik hier om de SWF uit te pakken en te laden +button.replaceWithGif=Vervangen door GIF... +message.info.importSprites=Tijdens het importeren van sprites moet je een MAP selecteren.\r\n\ De map moet de submap "sprites" bevatten en de bestandsnamen daarin moeten overeenkomen met bestaande sprites in de huidige geselecteerde SWF.\r\n\ Elk bestand moet de extensie ".gif" hebben. -import.sprite.result = %count% sprites ge\u00efmporteerd. -menu.file.import.sprite = Importeer sprites uit GIF -error.shapeTooLarge = Sommige lengtes in de vorm zijn te groot om op te slaan.\r\nPlaats de punten dichter bij elkaar, wijzig het formaat van de vorm en/of plaats een punt in het midden van de lange randen voordat u verdergaat. +import.sprite.result=%count% sprites ge\u00efmporteerd. +menu.file.import.sprite=Importeer sprites uit GIF +error.shapeTooLarge=Sommige lengtes in de vorm zijn te groot om op te slaan.\r\nPlaats de punten dichter bij elkaar, wijzig het formaat van de vorm en/of plaats een punt in het midden van de lange randen voordat u verdergaat. #after 19.1.2 -tagInfo.fileName = Bestandsnaam -tagInfo.exportName = Export naam -tagInfo.bitmapFormat = Bitmap formaat -tagInfo.imageId = Image-Id -tagInfo.x1 = x1 -tagInfo.y1 = y1 -tagInfo.x2 = x2 -tagInfo.y2 = y2 -tagInfo.bitmapsFormat = Bitmaps formaat -tagInfo.version = Versie -tagInfo.flags = Vlaggen -tagInfo.prefix = Voorvoegsel -tagInfo.swfName = SWF-naam -tagInfo.codeOffsets = Code-offsets -tagInfo.gradientSize = Verloopgrootte -tagInfo.textureId = Textuur-Id -tagInfo.textureFormat = Textuurformaat -tagInfo.padPixels = Path pixels -tagInfo.nominalGlyphSz = Nominale symboolgrootte -tagInfo.glyphCount = Aantal symbolen -tagInfo.fontCount = Aantal lettertypen -tag.shape.create = Maak vorm uit bestand... -tag.image.create = Maak afbeelding uit bestand... -tag.sprite.create = Maak een sprite uit Gif-bestand... -tag.movie.create = Maak een film uit bestand... -tag.sound.create = Maak een geluid uit bestand... -tag.font.create = Maak een letertype mbv. dialoogvenster... -tag.binaryData.create = Maak binaire data uit bestand... -tag.morphshape.create = Maak een morph-vorm uit vormbestanden... -dialog.morphshape.startShape = Selecteer de startvorm. -dialog.morphshape.endShape = Selecteer de eindvorm. Klik op Annuleren om de eindvorm hetzelfde te maken als de beginvorm. -error.morphshape.incompatible = Kan geen morph-vorm maken: begin- en eindvorm hebben incompatibele vul-/lijnstijlen. -shaperecords.status = Vulstijl0: %fillstyle0%, Vulstijl1: %fillstyle1%, Lijnstijl: %linestyle%, Stijlenindex %stylesindex%, %edge% -shaperecords.edge.straight = Rechte rand van %x1%, %y1% tot %x2%, %y2% -shaperecords.edge.curved = Gebogen rand van %x1%, %y1% controle %x2%, %y2% anker %x3%, %y3% -shaperecords.edge.style = Stijlverandering (%details%) -shaperecords.edge.style.move = Verplaatsen naar %x%, %y% -shaperecords.edge.style.newstyles = Nieuwe stijlen - %numfillstyles%x fillstyle + %numlinestyles%x lijnstijl -shaperecords.edge.style.fillstyle0 = Vulstijl0 = %value% -shaperecords.edge.style.fillstyle1 = Vulstijl1 = %value% -shaperecords.edge.end = Vorm einde +tagInfo.fileName=Bestandsnaam +tagInfo.exportName=Export naam +tagInfo.bitmapFormat=Bitmap formaat +tagInfo.imageId=Image-Id +tagInfo.x1=x1 +tagInfo.y1=y1 +tagInfo.x2=x2 +tagInfo.y2=y2 +tagInfo.bitmapsFormat=Bitmaps formaat +tagInfo.version=Versie +tagInfo.flags=Vlaggen +tagInfo.prefix=Voorvoegsel +tagInfo.swfName=SWF-naam +tagInfo.codeOffsets=Code-offsets +tagInfo.gradientSize=Verloopgrootte +tagInfo.textureId=Textuur-Id +tagInfo.textureFormat=Textuurformaat +tagInfo.padPixels=Path pixels +tagInfo.nominalGlyphSz=Nominale symboolgrootte +tagInfo.glyphCount=Aantal symbolen +tagInfo.fontCount=Aantal lettertypen +tag.shape.create=Maak vorm uit bestand... +tag.image.create=Maak afbeelding uit bestand... +tag.sprite.create=Maak een sprite uit Gif-bestand... +tag.movie.create=Maak een film uit bestand... +tag.sound.create=Maak een geluid uit bestand... +tag.font.create=Maak een letertype mbv. dialoogvenster... +tag.binaryData.create=Maak binaire data uit bestand... +tag.morphshape.create=Maak een morph-vorm uit vormbestanden... +dialog.morphshape.startShape=Selecteer de startvorm. +dialog.morphshape.endShape=Selecteer de eindvorm. Klik op Annuleren om de eindvorm hetzelfde te maken als de beginvorm. +error.morphshape.incompatible=Kan geen morph-vorm maken: begin- en eindvorm hebben incompatibele vul-/lijnstijlen. +shaperecords.status=Vulstijl0: %fillstyle0%, Vulstijl1: %fillstyle1%, Lijnstijl: %linestyle%, Stijlenindex %stylesindex%, %edge% +shaperecords.edge.straight=Rechte rand van %x1%, %y1% tot %x2%, %y2% +shaperecords.edge.curved=Gebogen rand van %x1%, %y1% controle %x2%, %y2% anker %x3%, %y3% +shaperecords.edge.style=Stijlverandering (%details%) +shaperecords.edge.style.move=Verplaatsen naar %x%, %y% +shaperecords.edge.style.newstyles=Nieuwe stijlen - %numfillstyles%x fillstyle + %numlinestyles%x lijnstijl +shaperecords.edge.style.fillstyle0=Vulstijl0 = %value% +shaperecords.edge.style.fillstyle1=Vulstijl1 = %value% +shaperecords.edge.end=Vorm einde #after 20.0.0 -contextmenu.copyFrame = Frame kopi\u00ebren naar -contextmenu.copyFrame.clipboard = Kopi\u00ebren naar frameklembord -contextmenu.cutFrame = Knippen naar frameklembord -contextmenu.moveFrame = Frame verplaatsen naar -contextmenu.clipboard.frame = Frame klembord -clipboard.hint.frame = Aantal items op het frameklembord -clipboard.clear.frame = Maak het frameklembord leeg -debug.export = %name% exporteren -debug.export.bytearray = Byte-arraygegevens exporteren... -debug.import = Importeren naar %name% -debug.import.bytearray = Byte-arraygegevens importeren... -action.edit.flex = (Flex compiler) -header.encrypted = Harman gecodeerd: -header.warning.unsupportedGfxEncryption = GFX ondersteunt geen Harman-codering. -contextmenu.applyUnpacker = Uitpakker toepassen -binarydata.dataInside.packer = Het lijkt erop dat deze binaire gegevens zijn verpakt met %packer%. Klik hier om de binaire gegevens uit te pakken. -error.wrong.packer = %item%\r\nKan binaire gegevens niet uitpakken met %packer%.\r\nDe gegevens zijn waarschijnlijk niet hiermee ingepakt -contextmenu.copyTagToReplaceByClass = Tag kopi\u00ebren naar (vervangen door klassenaam) -contextmenu.copyTagToReplaceByExportName = Tag kopi\u00ebren naar (vervangen door exportnaam) -button.breakpointList = Toon breekpuntlijst -node.scenes = sc\u00e8nes -contextmenu.showInFramesFolder = Weergeven in framesmap - -contextmenu.exportFla = Naar FLA exporteren \ No newline at end of file +contextmenu.copyFrame=Frame kopi\u00ebren naar +contextmenu.copyFrame.clipboard=Kopi\u00ebren naar frameklembord +contextmenu.cutFrame=Knippen naar frameklembord +contextmenu.moveFrame=Frame verplaatsen naar +contextmenu.clipboard.frame=Frame klembord +clipboard.hint.frame=Aantal items op het frameklembord +clipboard.clear.frame=Maak het frameklembord leeg +debug.export=%name% exporteren +debug.export.bytearray=Byte-arraygegevens exporteren... +debug.import=Importeren naar %name% +debug.import.bytearray=Byte-arraygegevens importeren... +action.edit.flex=(Flex compiler) +header.encrypted=Harman gecodeerd: +header.warning.unsupportedGfxEncryption=GFX ondersteunt geen Harman-codering. +contextmenu.applyUnpacker=Uitpakker toepassen +binarydata.dataInside.packer=Het lijkt erop dat deze binaire gegevens zijn verpakt met %packer%. Klik hier om de binaire gegevens uit te pakken. +error.wrong.packer=%item%\r\nKan binaire gegevens niet uitpakken met %packer%.\r\nDe gegevens zijn waarschijnlijk niet hiermee ingepakt +contextmenu.copyTagToReplaceByClass=Tag kopi\u00ebren naar (vervangen door klassenaam) +contextmenu.copyTagToReplaceByExportName=Tag kopi\u00ebren naar (vervangen door exportnaam) +button.breakpointList=Toon breekpuntlijst +node.scenes=sc\u00e8nes +contextmenu.showInFramesFolder=Weergeven in framesmap +contextmenu.exportFla=Naar FLA exporteren \ No newline at end of file diff --git a/src/com/jpexs/decompiler/flash/gui/locales/MainFrame_pl.properties b/src/com/jpexs/decompiler/flash/gui/locales/MainFrame_pl.properties index b2d9f9abe..89bc0b817 100644 --- a/src/com/jpexs/decompiler/flash/gui/locales/MainFrame_pl.properties +++ b/src/com/jpexs/decompiler/flash/gui/locales/MainFrame_pl.properties @@ -12,509 +12,400 @@ # # You should have received a copy of the GNU General Public License # along with this program. If not, see . - -menu.file = Plik -menu.file.open = Otw\u00f3rz... -menu.file.save = Zapisz -menu.file.saveas = Zapisz jako... -menu.file.export.fla = Eskportuj do pliku FLA -menu.file.export.all = Eksportuj wszystkie cz\u0119\u015bci -menu.file.export.selection = Eksportuj wybrane -menu.file.exit = Wyjd\u017a - -menu.tools = Narz\u0119dzia -menu.tools.searchas = Szukaj we wszystkich skryptach ActionScript... -menu.tools.proxy = Proxy -menu.tools.deobfuscation = Odkodowanie -menu.tools.deobfuscation.pcode = Odkodowanie P-kodu... -menu.tools.deobfuscation.globalrename = Globalnie zmie\u0144 nazw\u0119 identyfikatora -menu.tools.deobfuscation.renameinvalid = Zmie\u0144 nazw\u0119 nieprawid\u0142owych identyfikator\u00f3w -menu.tools.gotoDocumentClass = Id\u017a do klasy dokumentu - -menu.settings = Ustawienia -menu.settings.autodeobfuscation = Automatyczne odkodowanie -menu.settings.internalflashviewer = U\u017cyj wewn\u0119trznego odtwarzacza Flash -menu.settings.parallelspeedup = R\u00f3wnoleg\u0142e przyspieszenie -menu.settings.disabledecompilation = Wy\u0142\u0105cz dekompilacj\u0119 (tylko demonta\u017c) -menu.settings.addtocontextmenu = Dodaj FFDec do menu kontekstowego plik\u00f3w SWF -menu.settings.language = Zmie\u0144 j\u0119zyk -menu.settings.cacheOnDisk = U\u017cyj pami\u0119ci podr\u0119cznej na dysku -menu.settings.gotoMainClassOnStartup = Pod\u015bwietl klas\u0119 dokumentu podczas startu - -menu.help = Pomoc -menu.help.checkupdates = Sprawd\u017a aktualizacje... -menu.help.helpus = Pom\u00f3\u017c nam! -menu.help.homepage = Odwied\u017a stron\u0119 g\u0142\u00f3wn\u0105 -menu.help.about = O programie... - -contextmenu.remove = Usu\u0144 - -button.save = Zapisz -button.edit = Edytuj -button.cancel = Anuluj -button.replace = Zamie\u0144... - -notavailonthisplatform = Podgl\u0105d tego obiektu nie jest dost\u0119pny na tej platformie (tylko Windows). - -swfpreview = Podgl\u0105d SWF -swfpreview.internal = Podgl\u0105d SWF (Wewn\u0119trzny odtwarzacz) - -parameters = Parametry - -rename.enternew = Wprowad\u017a now\u0105 nazw\u0119: - -rename.finished.identifier = Nazwa identyfikatora zmieniona. -rename.finished.multiname = Zmieniono nazwy %count% obiekt\u00f3w. - -node.texts = teksty -node.images = obrazy -node.movies = filmy -node.sounds = d\u017awi\u0119ki -node.binaryData = dane binarne -node.fonts = czcionki -node.sprites = sprites -node.shapes = kszta\u0142ty -node.morphshapes = morphshapes -node.buttons = przyciski -node.frames = klatki -node.scripts = skrypty - -message.warning = Ostrze\u017cenie -message.confirm.experimental = Nast\u0119puj\u0105ca procedura mo\u017ce uszkodzi\u0107 plik SWF, kt\u00f3rego potem nie b\u0119dzie mo\u017cna odtworzy\u0107. \r\nU\u017bYCIE NA W\u0141ASNE RYZYKO. Czy chcesz kontynuowa\u0107? -message.confirm.parallel = R\u00f3wnoleg\u0142o\u015b\u0107 mo\u017ce przyspieszy\u0107 \u0142adowanie i dekompilacj\u0119, ale zu\u017cywa wi\u0119cej pami\u0119ci. -message.confirm.on = Czy chcesz to W\u0141\u0104CZY\u0106? -message.confirm.off = Czy chcesz to WY\u0141\u0104CZY\u0106? -message.confirm = Potwierd\u017a - -message.confirm.autodeobfuscate = Automatyczne odkodowanie jest drog\u0105 do dekompilacji zaciemnionego kodu.\r\nOdkodowanie prowadzi do wolniejszej dekompilacji i pewna cz\u0119\u015b\u0107 martwego kodu mo\u017ce by\u0107 wyeliminowana.\r\nJe\u017celi kod nie jest odkodowany, lepiej jest wy\u0142\u0105czy\u0107 autoodkodowywanie. - -message.parallel = R\u00f3wnoleg\u0142o\u015b\u0107 -message.trait.saved = Cecha pomy\u015blnie zapisana - -message.constant.new.string = Ci\u0105g "%value%" nie jest obecny w tabeli sta\u0142ych. Czy chcesz go doda\u0107? -message.constant.new.string.title = Dodaj ci\u0105g -message.constant.new.integer = Warto\u015b\u0107 liczby ca\u0142kowitej "%value%" nie jest obecna w tabeli sta\u0142ych. Czy chcesz j\u0105 doda\u0107? -message.constant.new.integer.title = Dodaj liczb\u0119 ca\u0142kowit\u0105 -message.constant.new.unsignedinteger = Warto\u015b\u0107 liczby ca\u0142kowitej bez znaku "%value%" nie jest obecna w tabeli sta\u0142ych. Czy chcesz j\u0105 doda\u0107? -message.constant.new.unsignedinteger.title = Dodaj liczb\u0119 ca\u0142kowit\u0105 bez znaku -message.constant.new.double = Warto\u015b\u0107 liczby zmiennoprzecinkowej "%value%" nie jest obecna w tabeli sta\u0142ych. Czy chcesz j\u0105 doda\u0107? -message.constant.new.double.title = Dodaj liczb\u0119 zmiennoprzecinkow\u0105 - -work.buffering = Buferowanie -work.waitingfordissasembly = Czekanie na rozk\u0142ad -work.gettinghilights = Uzyskiwanie znacznik\u00f3w -work.disassembling = Rozk\u0142adanie -work.exporting = Eksportowanie -work.searching = Szukanie -work.renaming = Zmiana nazwy -work.exporting.fla = Eksportowanie pliku FLA -work.renaming.identifiers = Zmiana nazwy identyfikator\u00f3w -work.deobfuscating = Odkodowywanie -work.decompiling = Dekompilowanie -work.gettingvariables = Uzyskiwanie zmiennych -work.reading.swf = Odczytywanie SWF -work.creatingwindow = Tworzenie okna -work.buildingscripttree = Budowanie drzewa skryptu - -work.deobfuscating.complete = Odkodowywanie zako\u0144czone - -message.search.notfound = Ci\u0105g "%searchtext%" nie zosta\u0142 znaleziony. -message.search.notfound.title = Nie znaleziono - -message.rename.notfound.multiname = Nie znaleziono wielu nazw pod kursorem -message.rename.notfound.identifier = Nie znaleziono identyfikatora pod kursorem -message.rename.notfound.title = Nie znaleziono -message.rename.renamed = Zmieniono nazwy identyfikator\u00f3w: %count% - -filter.images = Obrazy (%extensions%) -filter.fla = %version% Dokument (*.fla) -filter.xfl = %version% Nieskompresowany Dokument (*.xfl) -filter.swf = Pliki SWF (*.swf) - -error = B\u0142\u0105d -error.image.invalid = Nieprawid\u0142owy obraz. - -error.text.invalid = Nieprawid\u0142owy tekst: %text% w linii %line% -error.file.save = Nie mo\u017cna zapisa\u0107 pliku -error.file.write = Nie mo\u017cna zapisa\u0107 do pliku -error.export = B\u0142\u0105d podczas eksportowania - -export.select.directory = Wybierz katalog do eksportowania -export.finishedin = Eksportowano w czasie %time% - -update.check.title = Sprawdzenie aktualizacji -update.check.nonewversion = \u017badna nowa wersja nie jest dost\u0119pna. - -message.helpus = Odwied\u017a\r\n%url%\r\n, aby uzyska\u0107 szczeg\u00f3\u0142y. -message.homepage = Odwied\u017a stron\u0119 g\u0142\u00f3wn\u0105: \r\n%url% - -proxy = Proxy -proxy.start = Uruchom proxy -proxy.stop = Zatrzymaj proxy -proxy.show = Poka\u017c proxy -exit = Wyjd\u017a - -panel.disassembled = \u0179r\u00f3d\u0142o P-kod -panel.decompiled = \u0179r\u00f3d\u0142o ActionScript - -search.info = Szukaj "%text%": -search.script = Skrypt - -constants = Sta\u0142e -traits = Cechy - -pleasewait = Prosz\u0119 czeka\u0107 - -abc.detail.methodtrait = Cecha Metoda/Geter/Seter -abc.detail.unsupported = - -abc.detail.slotconsttrait = Cecha Slot/Sta\u0142a -abc.detail.traitname = Nazwa: - -abc.detail.body.params.maxstack = Maksymalny stos: -abc.detail.body.params.localregcount = Liczba localnych rejestr\u00f3w: -abc.detail.body.params.minscope = Minimalna g\u0142\u0119boko\u015b\u0107 zakresu: -abc.detail.body.params.maxscope = Maksymalna g\u0142\u0119boko\u015b\u0107 zakresu: -abc.detail.body.params.autofill = Automatycznie wype\u0142nij podczas zapisania kodu (USTAWIENIA GLOBALNE) -abc.detail.body.params.autofill.experimental = ...EKSPERYMENTALNE - -abc.detail.methodinfo.methodindex = Indeks metody: -abc.detail.methodinfo.parameters = Parametry: -abc.detail.methodinfo.returnvalue = Typ warto\u015bci zwracanej: - -error.methodinfo.params = B\u0142\u0105d parametr\u00f3w MethodInfo -error.methodinfo.returnvalue = B\u0142\u0105d zwracanej warto\u015bci typu MethodInfo - -abc.detail.methodinfo = MethodInfo -abc.detail.body.code = Kod MethodBody -abc.detail.body.params = Parametry MethodBody - -abc.detail.slotconst.typevalue = Typ i Warto\u015b\u0107: - -error.slotconst.typevalue = B\u0142\u0105d warto\u015bci typu SlotConst - -message.autofill.failed = Nie mo\u017cna pobra\u0107 statystyk kodu dla automatycznych parametr\u00f3w cia\u0142a.\r\nOdznacz autouzupe\u0142nianie, aby unikn\u0105\u0107 tej wiadomo\u015bci. -info.selecttrait = Wybierz klas\u0119 i kliknij cech\u0119 w \u017ar\u00f3dle kodu ActionScript, aby go edytowa\u0107. - -button.viewgraph = Poka\u017c Wykres -button.viewhex = Poka\u017c Hex - -action.edit.experimental = (Eksperymentalne) - -message.action.saved = Kod pomy\u015blnie zapisano - -error.action.save = %error% w linii %line% - -message.confirm.remove = Czy na pewno chcesz usun\u0105\u0107 %item%\n i wszystkie obiekty, kt\u00f3re od niego zale\u017c\u0105? - +menu.file=Plik +menu.file.open=Otw\u00f3rz... +menu.file.save=Zapisz +menu.file.saveas=Zapisz jako... +menu.file.export.fla=Eskportuj do pliku FLA +menu.file.export.all=Eksportuj wszystkie cz\u0119\u015bci +menu.file.export.selection=Eksportuj wybrane +menu.file.exit=Wyjd\u017a +menu.tools=Narz\u0119dzia +menu.tools.searchas=Szukaj we wszystkich skryptach ActionScript... +menu.tools.proxy=Proxy +menu.tools.deobfuscation=Odkodowanie +menu.tools.deobfuscation.pcode=Odkodowanie P-kodu... +menu.tools.deobfuscation.globalrename=Globalnie zmie\u0144 nazw\u0119 identyfikatora +menu.tools.deobfuscation.renameinvalid=Zmie\u0144 nazw\u0119 nieprawid\u0142owych identyfikator\u00f3w +menu.tools.gotoDocumentClass=Id\u017a do klasy dokumentu +menu.settings=Ustawienia +menu.settings.autodeobfuscation=Automatyczne odkodowanie +menu.settings.internalflashviewer=U\u017cyj wewn\u0119trznego odtwarzacza Flash +menu.settings.parallelspeedup=R\u00f3wnoleg\u0142e przyspieszenie +menu.settings.disabledecompilation=Wy\u0142\u0105cz dekompilacj\u0119 (tylko demonta\u017c) +menu.settings.addtocontextmenu=Dodaj FFDec do menu kontekstowego plik\u00f3w SWF +menu.settings.language=Zmie\u0144 j\u0119zyk +menu.settings.cacheOnDisk=U\u017cyj pami\u0119ci podr\u0119cznej na dysku +menu.settings.gotoMainClassOnStartup=Pod\u015bwietl klas\u0119 dokumentu podczas startu +menu.help=Pomoc +menu.help.checkupdates=Sprawd\u017a aktualizacje... +menu.help.helpus=Pom\u00f3\u017c nam! +menu.help.homepage=Odwied\u017a stron\u0119 g\u0142\u00f3wn\u0105 +menu.help.about=O programie... +contextmenu.remove=Usu\u0144 +button.save=Zapisz +button.edit=Edytuj +button.cancel=Anuluj +button.replace=Zamie\u0144... +notavailonthisplatform=Podgl\u0105d tego obiektu nie jest dost\u0119pny na tej platformie (tylko Windows). +swfpreview=Podgl\u0105d SWF +swfpreview.internal=Podgl\u0105d SWF (Wewn\u0119trzny odtwarzacz) +parameters=Parametry +rename.enternew=Wprowad\u017a now\u0105 nazw\u0119: +rename.finished.identifier=Nazwa identyfikatora zmieniona. +rename.finished.multiname=Zmieniono nazwy %count% obiekt\u00f3w. +node.texts=teksty +node.images=obrazy +node.movies=filmy +node.sounds=d\u017awi\u0119ki +node.binaryData=dane binarne +node.fonts=czcionki +node.sprites=sprites +node.shapes=kszta\u0142ty +node.morphshapes=morphshapes +node.buttons=przyciski +node.frames=klatki +node.scripts=skrypty +message.warning=Ostrze\u017cenie +message.confirm.experimental=Nast\u0119puj\u0105ca procedura mo\u017ce uszkodzi\u0107 plik SWF, kt\u00f3rego potem nie b\u0119dzie mo\u017cna odtworzy\u0107. \r\nU\u017bYCIE NA W\u0141ASNE RYZYKO. Czy chcesz kontynuowa\u0107? +message.confirm.parallel=R\u00f3wnoleg\u0142o\u015b\u0107 mo\u017ce przyspieszy\u0107 \u0142adowanie i dekompilacj\u0119, ale zu\u017cywa wi\u0119cej pami\u0119ci. +message.confirm.on=Czy chcesz to W\u0141\u0104CZY\u0106? +message.confirm.off=Czy chcesz to WY\u0141\u0104CZY\u0106? +message.confirm=Potwierd\u017a +message.confirm.autodeobfuscate=Automatyczne odkodowanie jest drog\u0105 do dekompilacji zaciemnionego kodu.\r\nOdkodowanie prowadzi do wolniejszej dekompilacji i pewna cz\u0119\u015b\u0107 martwego kodu mo\u017ce by\u0107 wyeliminowana.\r\nJe\u017celi kod nie jest odkodowany, lepiej jest wy\u0142\u0105czy\u0107 autoodkodowywanie. +message.parallel=R\u00f3wnoleg\u0142o\u015b\u0107 +message.trait.saved=Cecha pomy\u015blnie zapisana +message.constant.new.string=Ci\u0105g "%value%" nie jest obecny w tabeli sta\u0142ych. Czy chcesz go doda\u0107? +message.constant.new.string.title=Dodaj ci\u0105g +message.constant.new.integer=Warto\u015b\u0107 liczby ca\u0142kowitej "%value%" nie jest obecna w tabeli sta\u0142ych. Czy chcesz j\u0105 doda\u0107? +message.constant.new.integer.title=Dodaj liczb\u0119 ca\u0142kowit\u0105 +message.constant.new.unsignedinteger=Warto\u015b\u0107 liczby ca\u0142kowitej bez znaku "%value%" nie jest obecna w tabeli sta\u0142ych. Czy chcesz j\u0105 doda\u0107? +message.constant.new.unsignedinteger.title=Dodaj liczb\u0119 ca\u0142kowit\u0105 bez znaku +message.constant.new.double=Warto\u015b\u0107 liczby zmiennoprzecinkowej "%value%" nie jest obecna w tabeli sta\u0142ych. Czy chcesz j\u0105 doda\u0107? +message.constant.new.double.title=Dodaj liczb\u0119 zmiennoprzecinkow\u0105 +work.buffering=Buferowanie +work.waitingfordissasembly=Czekanie na rozk\u0142ad +work.gettinghilights=Uzyskiwanie znacznik\u00f3w +work.disassembling=Rozk\u0142adanie +work.exporting=Eksportowanie +work.searching=Szukanie +work.renaming=Zmiana nazwy +work.exporting.fla=Eksportowanie pliku FLA +work.renaming.identifiers=Zmiana nazwy identyfikator\u00f3w +work.deobfuscating=Odkodowywanie +work.decompiling=Dekompilowanie +work.gettingvariables=Uzyskiwanie zmiennych +work.reading.swf=Odczytywanie SWF +work.creatingwindow=Tworzenie okna +work.buildingscripttree=Budowanie drzewa skryptu +work.deobfuscating.complete=Odkodowywanie zako\u0144czone +message.search.notfound=Ci\u0105g "%searchtext%" nie zosta\u0142 znaleziony. +message.search.notfound.title=Nie znaleziono +message.rename.notfound.multiname=Nie znaleziono wielu nazw pod kursorem +message.rename.notfound.identifier=Nie znaleziono identyfikatora pod kursorem +message.rename.notfound.title=Nie znaleziono +message.rename.renamed=Zmieniono nazwy identyfikator\u00f3w: %count% +filter.images=Obrazy (%extensions%) +filter.fla=%version% Dokument (*.fla) +filter.xfl=%version% Nieskompresowany Dokument (*.xfl) +filter.swf=Pliki SWF (*.swf) +error=B\u0142\u0105d +error.image.invalid=Nieprawid\u0142owy obraz. +error.text.invalid=Nieprawid\u0142owy tekst: %text% w linii %line% +error.file.save=Nie mo\u017cna zapisa\u0107 pliku +error.file.write=Nie mo\u017cna zapisa\u0107 do pliku +error.export=B\u0142\u0105d podczas eksportowania +export.select.directory=Wybierz katalog do eksportowania +export.finishedin=Eksportowano w czasie %time% +update.check.title=Sprawdzenie aktualizacji +update.check.nonewversion=\u017badna nowa wersja nie jest dost\u0119pna. +message.helpus=Odwied\u017a\r\n%url%\r\n, aby uzyska\u0107 szczeg\u00f3\u0142y. +message.homepage=Odwied\u017a stron\u0119 g\u0142\u00f3wn\u0105: \r\n%url% +proxy=Proxy +proxy.start=Uruchom proxy +proxy.stop=Zatrzymaj proxy +proxy.show=Poka\u017c proxy +exit=Wyjd\u017a +panel.disassembled=\u0179r\u00f3d\u0142o P-kod +panel.decompiled=\u0179r\u00f3d\u0142o ActionScript +search.info=Szukaj "%text%": +search.script=Skrypt +constants=Sta\u0142e +traits=Cechy +pleasewait=Prosz\u0119 czeka\u0107 +abc.detail.methodtrait=Cecha Metoda/Geter/Seter +abc.detail.unsupported=- +abc.detail.slotconsttrait=Cecha Slot/Sta\u0142a +abc.detail.traitname=Nazwa: +abc.detail.body.params.maxstack=Maksymalny stos: +abc.detail.body.params.localregcount=Liczba localnych rejestr\u00f3w: +abc.detail.body.params.minscope=Minimalna g\u0142\u0119boko\u015b\u0107 zakresu: +abc.detail.body.params.maxscope=Maksymalna g\u0142\u0119boko\u015b\u0107 zakresu: +abc.detail.body.params.autofill=Automatycznie wype\u0142nij podczas zapisania kodu (USTAWIENIA GLOBALNE) +abc.detail.body.params.autofill.experimental=...EKSPERYMENTALNE +abc.detail.methodinfo.methodindex=Indeks metody: +abc.detail.methodinfo.parameters=Parametry: +abc.detail.methodinfo.returnvalue=Typ warto\u015bci zwracanej: +error.methodinfo.params=B\u0142\u0105d parametr\u00f3w MethodInfo +error.methodinfo.returnvalue=B\u0142\u0105d zwracanej warto\u015bci typu MethodInfo +abc.detail.methodinfo=MethodInfo +abc.detail.body.code=Kod MethodBody +abc.detail.body.params=Parametry MethodBody +abc.detail.slotconst.typevalue=Typ i Warto\u015b\u0107: +error.slotconst.typevalue=B\u0142\u0105d warto\u015bci typu SlotConst +message.autofill.failed=Nie mo\u017cna pobra\u0107 statystyk kodu dla automatycznych parametr\u00f3w cia\u0142a.\r\nOdznacz autouzupe\u0142nianie, aby unikn\u0105\u0107 tej wiadomo\u015bci. +info.selecttrait=Wybierz klas\u0119 i kliknij cech\u0119 w \u017ar\u00f3dle kodu ActionScript, aby go edytowa\u0107. +button.viewgraph=Poka\u017c Wykres +button.viewhex=Poka\u017c Hex +action.edit.experimental=(Eksperymentalne) +message.action.saved=Kod pomy\u015blnie zapisano +error.action.save=%error% w linii %line% +message.confirm.remove=Czy na pewno chcesz usun\u0105\u0107 %item%\n i wszystkie obiekty, kt\u00f3re od niego zale\u017c\u0105? #after version 1.6.5u1: - -button.ok = OK - -font.name = Nazwa czcionki: -font.isbold = Jest pogrubiona: -font.isitalic = Jest pochy\u0142a: -font.ascent = Rosn\u0105co: -font.descent = Malej\u0105co: -font.leading = Odst\u0119p: -font.characters = Znaki: -font.characters.add = Dodaj znaki: -value.unknown = ? - -yes = tak -no = nie - -errors.present = Nie ma \u017cadnych B\u0141\u0118D\u00d3W w dziennkiu. Kliknij, aby zobaczy\u0107. -errors.none = Nie ma \u017cadnych b\u0142\u0119d\u00f3w w dziennku. - +button.ok=OK +font.name=Nazwa czcionki: +font.isbold=Jest pogrubiona: +font.isitalic=Jest pochy\u0142a: +font.ascent=Rosn\u0105co: +font.descent=Malej\u0105co: +font.leading=Odst\u0119p: +font.characters=Znaki: +font.characters.add=Dodaj znaki: +value.unknown=? +yes=tak +no=nie +errors.present=Nie ma \u017cadnych B\u0141\u0118D\u00d3W w dziennkiu. Kliknij, aby zobaczy\u0107. +errors.none=Nie ma \u017cadnych b\u0142\u0119d\u00f3w w dziennku. #after version 1.6.6: - -dialog.message.title = Wiadomo\u015b\u0107 -dialog.select.title = Wybierz Opcj\u0119 - -button.yes = Tak -button.no = Nie - -FileChooser.openButtonText = Otw\u00f3rz -FileChooser.openButtonToolTipText = Otw\u00f3rz -FileChooser.lookInLabelText = Szukaj w: -FileChooser.acceptAllFileFilterText = Wszystkie Pliki -FileChooser.filesOfTypeLabelText = Pliki typu: -FileChooser.fileNameLabelText = Nazwa pliku: -FileChooser.listViewButtonToolTipText = Lista -FileChooser.listViewButtonAccessibleName = Lista -FileChooser.detailsViewButtonToolTipText = Szczeg\u00f3\u0142y -FileChooser.detailsViewButtonAccessibleName = Szczeg\u00f3\u0142y -FileChooser.upFolderToolTipText = Poziom W G\u00f3r\u0119 -FileChooser.upFolderAccessibleName = Poziom W G\u00f3r\u0119 -FileChooser.homeFolderToolTipText = Strona g\u0142\u00f3wna -FileChooser.homeFolderAccessibleName = Strona g\u0142\u00f3wna -FileChooser.fileNameHeaderText = Nazwa -FileChooser.fileSizeHeaderText = Rozmiar -FileChooser.fileTypeHeaderText = Typ -FileChooser.fileDateHeaderText = Data -FileChooser.fileAttrHeaderText = Atrybuty -FileChooser.openDialogTitleText = Otw\u00f3rz -FileChooser.directoryDescriptionText = Katalog -FileChooser.directoryOpenButtonText = Otw\u00f3rz -FileChooser.directoryOpenButtonToolTipText = Otw\u00f3rz wybrany katalog -FileChooser.fileDescriptionText = Plik rodzajowy -FileChooser.helpButtonText = Pomoc -FileChooser.helpButtonToolTipText = Pomoc FileChooser -FileChooser.newFolderAccessibleName = Nowy Folder -FileChooser.newFolderErrorText = B\u0142\u0105d podczas tworzenia nowego folderu -FileChooser.newFolderToolTipText = Stw\u00f3rz Nowy Folder -FileChooser.other.newFolder = NowyFolder -FileChooser.other.newFolder.subsequent = NowyFolder.{0} -FileChooser.win32.newFolder = Nowy Folder -FileChooser.win32.newFolder.subsequent = Nowy Folder ({0}) -FileChooser.saveButtonText = Zapisz -FileChooser.saveButtonToolTipText = Zapisz zaznaczony plik -FileChooser.saveDialogTitleText = Zapisz -FileChooser.saveInLabelText = Zapisz w: -FileChooser.updateButtonText = Aktualizuj -FileChooser.updateButtonToolTipText = Aktualizuj wpis katalogu - +dialog.message.title=Wiadomo\u015b\u0107 +dialog.select.title=Wybierz Opcj\u0119 +button.yes=Tak +button.no=Nie +FileChooser.openButtonText=Otw\u00f3rz +FileChooser.openButtonToolTipText=Otw\u00f3rz +FileChooser.lookInLabelText=Szukaj w: +FileChooser.acceptAllFileFilterText=Wszystkie Pliki +FileChooser.filesOfTypeLabelText=Pliki typu: +FileChooser.fileNameLabelText=Nazwa pliku: +FileChooser.listViewButtonToolTipText=Lista +FileChooser.listViewButtonAccessibleName=Lista +FileChooser.detailsViewButtonToolTipText=Szczeg\u00f3\u0142y +FileChooser.detailsViewButtonAccessibleName=Szczeg\u00f3\u0142y +FileChooser.upFolderToolTipText=Poziom W G\u00f3r\u0119 +FileChooser.upFolderAccessibleName=Poziom W G\u00f3r\u0119 +FileChooser.homeFolderToolTipText=Strona g\u0142\u00f3wna +FileChooser.homeFolderAccessibleName=Strona g\u0142\u00f3wna +FileChooser.fileNameHeaderText=Nazwa +FileChooser.fileSizeHeaderText=Rozmiar +FileChooser.fileTypeHeaderText=Typ +FileChooser.fileDateHeaderText=Data +FileChooser.fileAttrHeaderText=Atrybuty +FileChooser.openDialogTitleText=Otw\u00f3rz +FileChooser.directoryDescriptionText=Katalog +FileChooser.directoryOpenButtonText=Otw\u00f3rz +FileChooser.directoryOpenButtonToolTipText=Otw\u00f3rz wybrany katalog +FileChooser.fileDescriptionText=Plik rodzajowy +FileChooser.helpButtonText=Pomoc +FileChooser.helpButtonToolTipText=Pomoc FileChooser +FileChooser.newFolderAccessibleName=Nowy Folder +FileChooser.newFolderErrorText=B\u0142\u0105d podczas tworzenia nowego folderu +FileChooser.newFolderToolTipText=Stw\u00f3rz Nowy Folder +FileChooser.other.newFolder=NowyFolder +FileChooser.other.newFolder.subsequent=NowyFolder.{0} +FileChooser.win32.newFolder=Nowy Folder +FileChooser.win32.newFolder.subsequent=Nowy Folder ({0}) +FileChooser.saveButtonText=Zapisz +FileChooser.saveButtonToolTipText=Zapisz zaznaczony plik +FileChooser.saveDialogTitleText=Zapisz +FileChooser.saveInLabelText=Zapisz w: +FileChooser.updateButtonText=Aktualizuj +FileChooser.updateButtonToolTipText=Aktualizuj wpis katalogu #after version 1.6.6u2: - -FileChooser.detailsViewActionLabel.textAndMnemonic = Szczeg\u00f3\u0142y -FileChooser.detailsViewButtonToolTip.textAndMnemonic = Szczeg\u00f3\u0142y -FileChooser.fileAttrHeader.textAndMnemonic = Atrybuty -FileChooser.fileDateHeader.textAndMnemonic = Zmodyfikowano -FileChooser.fileNameHeader.textAndMnemonic = Nazwa -FileChooser.fileNameLabel.textAndMnemonic = Nazwa pliku: -FileChooser.fileSizeHeader.textAndMnemonic = Rozmiar -FileChooser.fileTypeHeader.textAndMnemonic = Typ -FileChooser.filesOfTypeLabel.textAndMnemonic = Pliki typu: -FileChooser.folderNameLabel.textAndMnemonic = Nazwa folderu: -FileChooser.homeFolderToolTip.textAndMnemonic = Strona g\u0142\u00f3wna -FileChooser.listViewActionLabel.textAndMnemonic = Lista -FileChooser.listViewButtonToolTip.textAndMnemonic = Lista -FileChooser.lookInLabel.textAndMnemonic = Szukaj w: -FileChooser.newFolderActionLabel.textAndMnemonic = Nowy Folder -FileChooser.newFolderToolTip.textAndMnemonic = Stw\u00f3rz Nowy Folder -FileChooser.refreshActionLabel.textAndMnemonic = Od\u015bwie\u017c -FileChooser.saveInLabel.textAndMnemonic = Zapisz w: -FileChooser.upFolderToolTip.textAndMnemonic = Poziom w g\u00f3r\u0119 -FileChooser.viewMenuButtonAccessibleName = Poka\u017c menu -FileChooser.viewMenuButtonToolTipText = Poka\u017c menu -FileChooser.viewMenuLabel.textAndMnemonic = Widok -FileChooser.newFolderActionLabelText = Nowy Folder -FileChooser.listViewActionLabelText = Lista -FileChooser.detailsViewActionLabelText = Szczeg\u00f3\u0142y -FileChooser.refreshActionLabelText = Od\u015bwie\u017c -FileChooser.sortMenuLabelText = Sortuj ikony wed\u0142ug -FileChooser.viewMenuLabelText = Widok -FileChooser.fileSizeKiloBytes = {0} KB -FileChooser.fileSizeMegaBytes = {0} MB -FileChooser.fileSizeGigaBytes = {0} GB -FileChooser.folderNameLabelText = Nazwa folderu: - -error.occured = Wyst\u0105pi\u0142 b\u0142\u0105d: %error% -button.abort = Przerwij -button.retry = Pon\u00f3w -button.ignore = Ignoruj - -font.source = Czcionka \u017ar\u00f3d\u0142owa: - +FileChooser.detailsViewActionLabel.textAndMnemonic=Szczeg\u00f3\u0142y +FileChooser.detailsViewButtonToolTip.textAndMnemonic=Szczeg\u00f3\u0142y +FileChooser.fileAttrHeader.textAndMnemonic=Atrybuty +FileChooser.fileDateHeader.textAndMnemonic=Zmodyfikowano +FileChooser.fileNameHeader.textAndMnemonic=Nazwa +FileChooser.fileNameLabel.textAndMnemonic=Nazwa pliku: +FileChooser.fileSizeHeader.textAndMnemonic=Rozmiar +FileChooser.fileTypeHeader.textAndMnemonic=Typ +FileChooser.filesOfTypeLabel.textAndMnemonic=Pliki typu: +FileChooser.folderNameLabel.textAndMnemonic=Nazwa folderu: +FileChooser.homeFolderToolTip.textAndMnemonic=Strona g\u0142\u00f3wna +FileChooser.listViewActionLabel.textAndMnemonic=Lista +FileChooser.listViewButtonToolTip.textAndMnemonic=Lista +FileChooser.lookInLabel.textAndMnemonic=Szukaj w: +FileChooser.newFolderActionLabel.textAndMnemonic=Nowy Folder +FileChooser.newFolderToolTip.textAndMnemonic=Stw\u00f3rz Nowy Folder +FileChooser.refreshActionLabel.textAndMnemonic=Od\u015bwie\u017c +FileChooser.saveInLabel.textAndMnemonic=Zapisz w: +FileChooser.upFolderToolTip.textAndMnemonic=Poziom w g\u00f3r\u0119 +FileChooser.viewMenuButtonAccessibleName=Poka\u017c menu +FileChooser.viewMenuButtonToolTipText=Poka\u017c menu +FileChooser.viewMenuLabel.textAndMnemonic=Widok +FileChooser.newFolderActionLabelText=Nowy Folder +FileChooser.listViewActionLabelText=Lista +FileChooser.detailsViewActionLabelText=Szczeg\u00f3\u0142y +FileChooser.refreshActionLabelText=Od\u015bwie\u017c +FileChooser.sortMenuLabelText=Sortuj ikony wed\u0142ug +FileChooser.viewMenuLabelText=Widok +FileChooser.fileSizeKiloBytes={0} KB +FileChooser.fileSizeMegaBytes={0} MB +FileChooser.fileSizeGigaBytes={0} GB +FileChooser.folderNameLabelText=Nazwa folderu: +error.occured=Wyst\u0105pi\u0142 b\u0142\u0105d: %error% +button.abort=Przerwij +button.retry=Pon\u00f3w +button.ignore=Ignoruj +font.source=Czcionka \u017ar\u00f3d\u0142owa: #after version 1.6.7: - -menu.export = Eksport -menu.general = Og\u00f3lne -menu.language = J\u0119zyk - -startup.welcometo = Witaj w programie -startup.selectopen = Kliknij Otw\u00f3rz na powy\u017cszym panelu lub przeci\u0105gnij plik SWF w to okno, aby zacz\u0105\u0107. - -error.font.nocharacter = Wybrana czcionka \u017ar\u00f3d\u0142owa nie zawiera znaku "%char%". - -warning.initializers = Statyczne pola i sta\u0142e cz\u0119sto s\u0105 inicjowane w inicjalizatorach.\nEdytowanie warto\u015bci tutaj cz\u0119sto nie wystarczy! - +menu.export=Eksport +menu.general=Og\u00f3lne +menu.language=J\u0119zyk +startup.welcometo=Witaj w programie +startup.selectopen=Kliknij Otw\u00f3rz na powy\u017cszym panelu lub przeci\u0105gnij plik SWF w to okno, aby zacz\u0105\u0107. +error.font.nocharacter=Wybrana czcionka \u017ar\u00f3d\u0142owa nie zawiera znaku "%char%". +warning.initializers=Statyczne pola i sta\u0142e cz\u0119sto s\u0105 inicjowane w inicjalizatorach.\nEdytowanie warto\u015bci tutaj cz\u0119sto nie wystarczy! #after version 1.7.0u1: - -menu.tools.searchMemory = Wyszukaj SWF w pami\u0119ci -menu.file.reload = Za\u0142aduj ponownie -message.confirm.reload = Ta akcja anuluje wszystkie niezapisane zmiany i \u0142aduje ponownie plik SWF. \nCzy chcesz kontynuowa\u0107? - -dialog.selectbkcolor.title = Wybierz kolor t\u0142a dla wy\u015bwietlania pliku SWF -button.selectbkcolor.hint = Wybierz kolor t\u0142a - -ColorChooser.okText = OK -ColorChooser.cancelText = Anuluj -ColorChooser.resetText = Reset -ColorChooser.previewText = Podgl\u0105d -ColorChooser.swatchesNameText = Pr\u00f3bki -ColorChooser.swatchesRecentText = Ostatnie: -ColorChooser.sampleText = Przyk\u0142adowy tekst Przyk\u0142adowy tekst - +menu.tools.searchMemory=Wyszukaj SWF w pami\u0119ci +menu.file.reload=Za\u0142aduj ponownie +message.confirm.reload=Ta akcja anuluje wszystkie niezapisane zmiany i \u0142aduje ponownie plik SWF. \nCzy chcesz kontynuowa\u0107? +dialog.selectbkcolor.title=Wybierz kolor t\u0142a dla wy\u015bwietlania pliku SWF +button.selectbkcolor.hint=Wybierz kolor t\u0142a +ColorChooser.okText=OK +ColorChooser.cancelText=Anuluj +ColorChooser.resetText=Reset +ColorChooser.previewText=Podgl\u0105d +ColorChooser.swatchesNameText=Pr\u00f3bki +ColorChooser.swatchesRecentText=Ostatnie: +ColorChooser.sampleText=Przyk\u0142adowy tekst Przyk\u0142adowy tekst #after version 1.7.1: - -preview.play = Odtw\u00f3rz -preview.pause = Pauza -preview.stop = Zatrzymaj - -message.confirm.removemultiple = Czy na pewno chcesz usun\u0105\u0107 %count% obiekt\u00f3w(y)\n i wszystkie obiekty, kt\u00f3re od nich zale\u017c\u0105? - -menu.tools.searchCache = Wyszukaj w pami\u0119ci podr\u0119cznej przegl\u0105darek - +preview.play=Odtw\u00f3rz +preview.pause=Pauza +preview.stop=Zatrzymaj +message.confirm.removemultiple=Czy na pewno chcesz usun\u0105\u0107 %count% obiekt\u00f3w(y)\n i wszystkie obiekty, kt\u00f3re od nich zale\u017c\u0105? +menu.tools.searchCache=Wyszukaj w pami\u0119ci podr\u0119cznej przegl\u0105darek #after version 1.7.2u2 - -error.trait.exists = Cecha z nazw\u0105 "%name%" ju\u017c istnieje. -button.addtrait = Dodaj cech\u0119 -button.font.embed = Osad\u017a... -button.yes.all = Tak na wszystkie -button.no.all = Nie na wszystkie -message.font.add.exists = Znak %char% ju\u017c istnieje w etykiecie czcionki.\nCzy chcesz zamieni\u0107? - -filter.gfx = Pliki ScaleForm GFx (*.gfx) -filter.supported = Wszystkie obs\u0142ugiwane typy plik\u00f3w -work.canceled = Anulowany -work.restoringControlFlow = Przywracanie przep\u0142ywu sterowania -menu.advancedsettings.advancedsettings = Ustawienia Zaawansowane -menu.recentFiles = Ostatnie pliki - +error.trait.exists=Cecha z nazw\u0105 "%name%" ju\u017c istnieje. +button.addtrait=Dodaj cech\u0119 +button.font.embed=Osad\u017a... +button.yes.all=Tak na wszystkie +button.no.all=Nie na wszystkie +message.font.add.exists=Znak %char% ju\u017c istnieje w etykiecie czcionki.\nCzy chcesz zamieni\u0107? +filter.gfx=Pliki ScaleForm GFx (*.gfx) +filter.supported=Wszystkie obs\u0142ugiwane typy plik\u00f3w +work.canceled=Anulowany +work.restoringControlFlow=Przywracanie przep\u0142ywu sterowania +menu.advancedsettings.advancedsettings=Ustawienia Zaawansowane +menu.recentFiles=Ostatnie pliki #after version 1.7.4 -work.restoringControlFlow.complete = P\u0142yw kontroli przywr\u00f3cony -message.confirm.recentFileNotFound = Nie znaleziono pliku. Czy chcesz go usun\u0105\u0107 z listy ostatnich plik\u00f3w? -contextmenu.closeSwf = Zamknij plik SWF -menu.settings.autoRenameIdentifiers = Automatycznie zmie\u0144 nazwy identyfikator\u00f3w -menu.file.saveasexe = Zapisz jako EXE... -filter.exe = Pliki wykonywalne (*.exe) - +work.restoringControlFlow.complete=P\u0142yw kontroli przywr\u00f3cony +message.confirm.recentFileNotFound=Nie znaleziono pliku. Czy chcesz go usun\u0105\u0107 z listy ostatnich plik\u00f3w? +contextmenu.closeSwf=Zamknij plik SWF +menu.settings.autoRenameIdentifiers=Automatycznie zmie\u0144 nazwy identyfikator\u00f3w +menu.file.saveasexe=Zapisz jako EXE... +filter.exe=Pliki wykonywalne (*.exe) #after version 1.8.0 -font.updateTexts = Aktualizuj teksty - +font.updateTexts=Aktualizuj teksty #after version 1.8.0u1 -menu.file.close = Zamknij -menu.file.closeAll = Zamknij wszystko -menu.tools.otherTools = Inne -menu.tools.otherTools.clearRecentFiles = Usu\u0144 ostatnie pliki -fontName.name = Wy\u015bwietlana nazwa czcionki: -fontName.copyright = Prawa autorskie czcionki: -button.preview = Podgl\u0105d -button.reset = Reset -errors.info = W dzienniku s\u0105 INFORMACJE. Kliknij, aby zobaczy\u0107. -errors.warning = W dzienniku s\u0105 OSTRZE\u017bENIA. Kliknij, aby zobaczy\u0107. - -decompilationError = B\u0142\u0105d dekompilacji - -disassemblingProgress.toString = toString -disassemblingProgress.reading = Czytanie -disassemblingProgress.deobfuscating = Odkodowywanie - -contextmenu.moveTag = Przenie\u015b etykiet\u0119 do - -filter.swc = Pliki sk\u0142adowe SWC (*.swc) -filter.zip = Pliki skompresowane ZIP(*.zip) -filter.binary = Wyszukiwanie binarne - wszystkie pliki (*.*) - -open.error = B\u0142\u0105d -open.error.fileNotFound = Pliku nie znaleziono -open.error.cannotOpen = Nie mo\u017cna otworzy\u0107 pliku - -node.others = inne - +menu.file.close=Zamknij +menu.file.closeAll=Zamknij wszystko +menu.tools.otherTools=Inne +menu.tools.otherTools.clearRecentFiles=Usu\u0144 ostatnie pliki +fontName.name=Wy\u015bwietlana nazwa czcionki: +fontName.copyright=Prawa autorskie czcionki: +button.preview=Podgl\u0105d +button.reset=Reset +errors.info=W dzienniku s\u0105 INFORMACJE. Kliknij, aby zobaczy\u0107. +errors.warning=W dzienniku s\u0105 OSTRZE\u017bENIA. Kliknij, aby zobaczy\u0107. +decompilationError=B\u0142\u0105d dekompilacji +disassemblingProgress.toString=toString +disassemblingProgress.reading=Czytanie +disassemblingProgress.deobfuscating=Odkodowywanie +contextmenu.moveTag=Przenie\u015b etykiet\u0119 do +filter.swc=Pliki sk\u0142adowe SWC (*.swc) +filter.zip=Pliki skompresowane ZIP(*.zip) +filter.binary=Wyszukiwanie binarne - wszystkie pliki (*.*) +open.error=B\u0142\u0105d +open.error.fileNotFound=Pliku nie znaleziono +open.error.cannotOpen=Nie mo\u017cna otworzy\u0107 pliku +node.others=inne #after version 1.8.1 -menu.tools.search = Wyszukiwanie tekstu - +menu.tools.search=Wyszukiwanie tekstu #after version 1.8.1u1 -menu.tools.timeline = Linia czasu - -dialog.selectcolor.title = Wybierz kolor -button.selectcolor.hint = Kliknij, aby wybra\u0107 kolor - +menu.tools.timeline=Linia czasu +dialog.selectcolor.title=Wybierz kolor +button.selectcolor.hint=Kliknij, aby wybra\u0107 kolor #default item name, will be used in following sentences -generictag.array.item = obiekt -generictag.array.insertbeginning = Wstaw %item% na pocz\u0105tku -generictag.array.insertbefore = Wstaw %item% przed -generictag.array.remove = Usu\u0144 %item% -generictag.array.insertafter = Wstaw %item% po -generictag.array.insertend = Wstaw %item% na ko\u0144cu - +generictag.array.item=obiekt +generictag.array.insertbeginning=Wstaw %item% na pocz\u0105tku +generictag.array.insertbefore=Wstaw %item% przed +generictag.array.remove=Usu\u0144 %item% +generictag.array.insertafter=Wstaw %item% po +generictag.array.insertend=Wstaw %item% na ko\u0144cu #after version 2.0.0 -contextmenu.expandAll = Rozwi\u0144 wszystkie - -filter.sounds = Obs\u0142ugiwane formaty d\u017awi\u0119k\u00f3w (*.wav, *.mp3) -filter.sounds.wav = Format pliku Wave (*.wav) -filter.sounds.mp3 = MP3 compressed format (*.mp3) - -error.sound.invalid = Nieprawid\u0142owy d\u017awi\u0119k. - -button.prev = Poprzedni -button.next = Nast\u0119pny - +contextmenu.expandAll=Rozwi\u0144 wszystkie +filter.sounds=Obs\u0142ugiwane formaty d\u017awi\u0119k\u00f3w (*.wav, *.mp3) +filter.sounds.wav=Format pliku Wave (*.wav) +filter.sounds.mp3=MP3 compressed format (*.mp3) +error.sound.invalid=Nieprawid\u0142owy d\u017awi\u0119k. +button.prev=Poprzedni +button.next=Nast\u0119pny #after version 2.1.0 -message.action.playerglobal.title = Potrzebna biblioteka PlayerGlobal -message.action.playerglobal.needed = Dla bezpo\u015bredniej edycji kodu ActionScript 3, biblioteka "PlayerGlobal.swc" musi zosta\u0107 porana ze strony g\u0142\u00f3wnej Adobe.\r\n%adobehomepage%\r\nNaci\u015bnij OK, aby przej\u015b\u0107 do strony pobierania. -message.action.playerglobal.place = Pobierz bibliotek\u0119 PlayerGlobal(.swc), i umie\u015b\u0107 j\u0105 w katalogu\r\n%libpath%\r\n Nacisnij OK, aby kontynuowa\u0107. - -message.confirm.experimental.function = Ta funkcja jest EKSPERYMENTALNA. Oznacza to, \u017ce nie powiniene\u015b ufa\u0107 wynikom i, \u017ce plik SWF mo\u017ce by\u0107 niefunkcjonalny po zapisaniu. -message.confirm.donotshowagain = Nie pokazuj ponownie - -menu.import = Importuj -menu.file.import.text = Importuj tekst -import.select.directory = Wybierz katalog do importowania -error.text.import = B\u0142\u0105d podczas importowania tekstu. Czy chcesz kontynuowa\u0107? - +message.action.playerglobal.title=Potrzebna biblioteka PlayerGlobal +message.action.playerglobal.needed=Dla bezpo\u015bredniej edycji kodu ActionScript 3, biblioteka "PlayerGlobal.swc" musi zosta\u0107 porana ze strony g\u0142\u00f3wnej Adobe.\r\n%adobehomepage%\r\nNaci\u015bnij OK, aby przej\u015b\u0107 do strony pobierania. +message.action.playerglobal.place=Pobierz bibliotek\u0119 PlayerGlobal(.swc), i umie\u015b\u0107 j\u0105 w katalogu\r\n%libpath%\r\n Nacisnij OK, aby kontynuowa\u0107. +message.confirm.experimental.function=Ta funkcja jest EKSPERYMENTALNA. Oznacza to, \u017ce nie powiniene\u015b ufa\u0107 wynikom i, \u017ce plik SWF mo\u017ce by\u0107 niefunkcjonalny po zapisaniu. +message.confirm.donotshowagain=Nie pokazuj ponownie +menu.import=Importuj +menu.file.import.text=Importuj tekst +import.select.directory=Wybierz katalog do importowania +error.text.import=B\u0142\u0105d podczas importowania tekstu. Czy chcesz kontynuowa\u0107? #after version 2.1.1 -contextmenu.removeWithDependencies = Usu\u0144 z zale\u017cno\u015bciami - -abc.action.find-usages = Znajd\u017a u\u017cycia -abc.action.find-declaration = Znajd\u017a deklaracj\u0119 - -contextmenu.rawEdit = Surowa edycja -contextmenu.jumpToCharacter = Skocz do znaku - -menu.settings.dumpView = Widok zrzutu - -menu.view = Widok -menu.file.view.resources = Zasoby -menu.file.view.hex = Zrzut Hex - -node.header = nag\u0142\u00f3wek - -header.signature = Podpis: -header.compression = Kompresja: -header.compression.lzma = LZMA -header.compression.zlib = ZLIB -header.compression.none = Bez kompresji -header.version = Wersja SWF: -header.gfx = GFX: -header.filesize = Rozmiar pliku: -header.framerate = Liczba klatek na sekund\u0119: -header.framecount = Ilo\u015b\u0107 klatek: -header.displayrect = Wymiary: -header.displayrect.value.twips = %xmin%,%ymin% => %xmax%,%ymax% twips\u00f3w -header.displayrect.value.pixels = %xmin%,%ymin% => %xmax%,%ymax% pikseli - +contextmenu.removeWithDependencies=Usu\u0144 z zale\u017cno\u015bciami +abc.action.find-usages=Znajd\u017a u\u017cycia +abc.action.find-declaration=Znajd\u017a deklaracj\u0119 +contextmenu.rawEdit=Surowa edycja +contextmenu.jumpToCharacter=Skocz do znaku +menu.settings.dumpView=Widok zrzutu +menu.view=Widok +menu.file.view.resources=Zasoby +menu.file.view.hex=Zrzut Hex +node.header=nag\u0142\u00f3wek +header.signature=Podpis: +header.compression=Kompresja: +header.compression.lzma=LZMA +header.compression.zlib=ZLIB +header.compression.none=Bez kompresji +header.version=Wersja SWF: +header.gfx=GFX: +header.filesize=Rozmiar pliku: +header.framerate=Liczba klatek na sekund\u0119: +header.framecount=Ilo\u015b\u0107 klatek: +header.displayrect=Wymiary: +header.displayrect.value.twips=%xmin%,%ymin% => %xmax%,%ymax% twips\u00f3w +header.displayrect.value.pixels=%xmin%,%ymin% => %xmax%,%ymax% pikseli #after version 2.1.2 -contextmenu.saveToFile = Zapisz do Pliku -contextmenu.parseActions = Przetw\u00f3rz akcje -contextmenu.parseABC = Przetw\u00f3rz ABC -contextmenu.parseInstructions = Przetw\u00f3rz instrukcje AVM2 - +contextmenu.saveToFile=Zapisz do Pliku +contextmenu.parseActions=Przetw\u00f3rz akcje +contextmenu.parseABC=Przetw\u00f3rz ABC +contextmenu.parseInstructions=Przetw\u00f3rz instrukcje AVM2 #after version 2.1.3 -menu.deobfuscation = Odkodowanie kodu AS1/2 -menu.file.deobfuscation.old = Stary styl -menu.file.deobfuscation.new = Nowy styl - +menu.deobfuscation=Odkodowanie kodu AS1/2 +menu.file.deobfuscation.old=Stary styl +menu.file.deobfuscation.new=Nowy styl #after version 2.1.4 -contextmenu.openswfinside = Otw\u00f3rz plik SWF wewn\u0105trz -binarydata.swfInside = Wygl\u0105da na to, \u017ce wewn\u0105trz tego znacznika danych binarnych jest plik SWF. Kliknij tutaj, aby za\u0142adowa\u0107 go jako poddrzewo. - +contextmenu.openswfinside=Otw\u00f3rz plik SWF wewn\u0105trz +binarydata.swfInside=Wygl\u0105da na to, \u017ce wewn\u0105trz tego znacznika danych binarnych jest plik SWF. Kliknij tutaj, aby za\u0142adowa\u0107 go jako poddrzewo. #after version 3.0.0 -button.zoomin.hint = Przybli\u017c -button.zoomout.hint = Oddal - -button.zoomfit.hint = Dopasuj widok do rozmiaru -button.zoomnone.hint = Przybli\u017c 1:1 -button.snapshot.hint = Wykonaj zrzut do schowka - +button.zoomin.hint=Przybli\u017c +button.zoomout.hint=Oddal +button.zoomfit.hint=Dopasuj widok do rozmiaru +button.zoomnone.hint=Przybli\u017c 1:1 +button.snapshot.hint=Wykonaj zrzut do schowka #Font name which is presented in the SWF Font tag -font.name.intag = Nazwa czcionki w etykiecie: - +font.name.intag=Nazwa czcionki w etykiecie: #... -message.confirm.remove.nodep = Czy na pewno chcesz usun\u0105\u0107 %item%? - -message.confirm.removemultiple.nodep = Czy na pewno chcesz usun\u0105\u0107 %count% obiekt\u00f3w(y)? - -contextmenu.exportFla = Eskportuj do pliku FLA \ No newline at end of file +message.confirm.remove.nodep=Czy na pewno chcesz usun\u0105\u0107 %item%? +message.confirm.removemultiple.nodep=Czy na pewno chcesz usun\u0105\u0107 %count% obiekt\u00f3w(y)? +contextmenu.exportFla=Eskportuj do pliku FLA \ No newline at end of file diff --git a/src/com/jpexs/decompiler/flash/gui/locales/MainFrame_pt.properties b/src/com/jpexs/decompiler/flash/gui/locales/MainFrame_pt.properties index 589b1a0c1..30ab4f444 100644 --- a/src/com/jpexs/decompiler/flash/gui/locales/MainFrame_pt.properties +++ b/src/com/jpexs/decompiler/flash/gui/locales/MainFrame_pt.properties @@ -12,341 +12,273 @@ # # You should have received a copy of the GNU General Public License # along with this program. If not, see . - -menu.file = Ficheiro -menu.file.open = Abrir... -menu.file.save = Salvar -menu.file.saveas = Salvar como... -menu.file.export.fla = Exportar para FLA -menu.file.export.all = Exportar tudo -menu.file.export.selection = Exportar Selec\u00e7\u00e3o -menu.file.exit = Sair - -menu.tools = Ferramentas -menu.tools.searchas = Procurar todo o ActionScript... -menu.tools.proxy = Proxy -menu.tools.deobfuscation = Deobfuscar -menu.tools.deobfuscation.pcode = Deobfus\u00e7\u00e3o P-code... -menu.tools.deobfuscation.globalrename = Globalmente Renomear identificador. -menu.tools.deobfuscation.renameinvalid = Renomear identificadores invalidos -menu.tools.gotoDocumentClass = Ir para document class. - -menu.settings = Defini\u00e7\u00f5es -menu.settings.autodeobfuscation = Deobfusca\u00e7\u00e3o Autom\u00e1tica -menu.settings.internalflashviewer = Usar o pr\u00f3prio Flash Viewer -menu.settings.parallelspeedup = Usar Parallel (usa todo o CPU) -menu.settings.disabledecompilation = Desactivar decompila\u00e7\u00e3o (Apenas desassembla) -menu.settings.addtocontextmenu = Addicionar FFDec ao menu de contexto dos ficheiros SWF -menu.settings.language = Alterar Lingua -menu.settings.cacheOnDisk = Usar cache no disco -menu.settings.gotoMainClassOnStartup = Salientar document class no inicio - -menu.help = Ajuda -menu.help.checkupdates = Procurar actualiza\u00e7\u00f5es... -menu.help.helpus = Ajude-nos! -menu.help.homepage = Ir para Homepage -menu.help.about = Acerca... - -contextmenu.remove = Remover - -button.save = Salvar -button.edit = Editar -button.cancel = Cancelar -button.replace = Substituir... - -notavailonthisplatform = Visualiza\u00e7\u00e3o deste objecto n\u00e3o est\u00e1 disponivel neste sistema operativo (Apenas Windows). - -swfpreview = Visualizar SWF -swfpreview.internal = Visualizar SWF (Internamente) - -parameters = Parametros - -rename.enternew = Introduza novo nome: - -rename.finished.identifier = Identificador renomeado. -rename.finished.multiname = %count% identificadore(s) renomeado(s). - -node.texts = texto -node.images = imagens -node.movies = filmes -node.sounds = sons -node.binaryData = Dados Bin\u00e1rios -node.fonts = fontes -node.sprites = sprites -node.shapes = formas -node.morphshapes = morphshapes -node.buttons = bot\u00f5es -node.frames = frames -node.scripts = scripts - -message.warning = Aten\u00e7\u00e3o -message.confirm.experimental = O seguinte procedimento pode danificar o SWF, pode o tornar injogav\u00e9l. USE POR SUA RESPONSABILIDADE. Pretende continuar? -message.confirm.parallel = Paralelismo pode acelarar o tempo de carregamento e decompila\u00e7\u00e3o mas utiliza mais memoria. -message.confirm.on = Deseja activar? -message.confirm.off = Deseja desactivar? -message.confirm = Confirmar - -message.confirm.autodeobfuscate = Deobfuca\u00e7\u00e3o automatica \u00e9 um m\u00e9todo de decopilar codigo obfucado.\r\n Deobfuca\u00e7\u00e3o leva a uma decompila\u00e7\u00e3o mais lenta e algum c\u00f3digo "morto" pode ser eliminado.\r\nSe o c\u00f3digo nao for obfucado, \u00e9 melhor desligar a deobfuca\u00e7\u00e3o autom\u00e1tica. - -message.parallel = Paralelismo -message.trait.saved = Gravado com sucesso. - -message.constant.new.string = A string "%value%" n\u00e3o est\u00e1 presente na tabla de constantes. Deseja adicciona-la? -message.constant.new.string.title = Adiccionar string -message.constant.new.integer = O integer com o valor "%value%" n\u00e3o est\u00e1 presente na tabla de constantes. Deseja adicciona-lo? -message.constant.new.integer.title = Adiccionar integer -message.constant.new.unsignedinteger = O Unsigned integer sem sinal com o valor "%value%" n\u00e3o est\u00e1 presente na tabla de constantes. Deseja adicciona-lo? -message.constant.new.unsignedinteger.title = Addicionar Unsigned integer -message.constant.new.double = O Double com valor "%value%" n\u00e3o est\u00e1 presente na tabla de constantes. Deseja adicciona-lo? -message.constant.new.double.title = Adiccionar Double - -work.buffering = Bufferizar -work.waitingfordissasembly = \u00c0 espera de desassemblagem -work.gettinghilights = A obter salienta\u00e7\u00f5es -work.disassembling = A desassemblar -work.exporting = A exportar -work.searching = A procurar -work.renaming = Renomear -work.exporting.fla = A Exportar FLA -work.renaming.identifiers = A renomear identificadores -work.deobfuscating = A deobfuscar -work.decompiling = A decompilar -work.gettingvariables = A obter variveis -work.reading.swf = A ler o SWF -work.creatingwindow = A criar janela -work.buildingscripttree = A construir a arvore de Script. - -work.deobfuscating.complete = Deobfusca\u00e7\u00e3o completa - -message.search.notfound = String "%searchtext%" n\u00e3o foi encontrada. -message.search.notfound.title = N\u00e3o encontrado - -message.rename.notfound.multiname = Nome n\u00e3o encontrado no cursor -message.rename.notfound.identifier = Identificador n\u00e3o encontrado no cursor -message.rename.notfound.title = N\u00e3o Encontrado -message.rename.renamed = Identificadores Renomeados: %count% - -filter.images = Imagens (%extensions%) -filter.fla = %version% Documento (*.fla) -filter.xfl = %version% Documento n\u00e3o comprimido (*.xfl) -filter.swf = Ficheiros SWF (*.swf) - -error = Erro -error.image.invalid = Imagem inv\u00e1lida. - -error.text.invalid = Texto inv\u00e1lido: %text% na linha %line% -error.file.save = N\u00e3o foi possivel salvar o ficheiro -error.file.write = Impossivel escrever no ficheiro -error.export = Erro durante a exporta\u00e7\u00e3o - -export.select.directory = Seleccione dicion\u00e1rio para exportar -export.finishedin = Exportado em %time% - -update.check.title = Verificar actualiza\u00e7\u00f5es -update.check.nonewversion = Nenhuma vers\u00e3o nova disponivel. - -message.helpus = Por favor visite \r\n%url%\r\npara obter detalhes. -message.homepage = Visitar homepage em: \r\n%url% - -proxy = Proxy -proxy.start = Come\u00e7ar proxy -proxy.stop = Parar proxy -proxy.show = Mostrar proxy -exit = Exit - -panel.disassembled = Fonte P-code -panel.decompiled = Fonte ActionScript - -search.info = Procurar por "%text%": -search.script = Script - -constants = Constantes -traits = Traits - -pleasewait = Por favor aguarde - -abc.detail.methodtrait = Method/Getter/Setter Trait -abc.detail.unsupported = - -abc.detail.slotconsttrait = Slot/Const Trait -abc.detail.traitname = Nome: - -abc.detail.body.params.maxstack = Stack max\u00edmo: -abc.detail.body.params.localregcount = Contadores Locais Registados: -abc.detail.body.params.minscope = Profundidade minima de scope: -abc.detail.body.params.maxscope = Profundidade maxima de scope: -abc.detail.body.params.autofill = Preencimento autom\u00e1tico quando salvar c\u00f3digo(Preferencias globais) -abc.detail.body.params.autofill.experimental = ...Experimental - -abc.detail.methodinfo.methodindex = Metodo Index: -abc.detail.methodinfo.parameters = Parametros: -abc.detail.methodinfo.returnvalue = Tipo de valor de retorno: - -error.methodinfo.params = Erro de parametro MethodInfo -error.methodinfo.returnvalue = Erro de retorno de tipo MethodInfo - -abc.detail.methodinfo = MethodInfo -abc.detail.body.code = C\u00f3digo MethodBody -abc.detail.body.params = Parametros MethodBody - -abc.detail.slotconst.typevalue = Tipo e valor: - -error.slotconst.typevalue = Erro de valor de tipo SlotConst - -message.autofill.failed = N\u00e3o \u00e9 possivel obter as estatisticas do codigo para parametros de corpo automatico.\r\nRetire preenchimento autom\u00e1tico para evitar esta mensagem. -info.selecttrait = Selecione uma classe e click em um atributo no ActionScript para o editar. - -button.viewgraph = Ver Grafico -button.viewhex = Ver Hex - -action.edit.experimental = (Experimental) - -message.action.saved = C\u00f3digo salvo com sucesso - -error.action.save = %error% na linha %line% - -message.confirm.remove = Tem a certeza que pretende remover %item%\n e todos os objectos dependem de si? - +menu.file=Ficheiro +menu.file.open=Abrir... +menu.file.save=Salvar +menu.file.saveas=Salvar como... +menu.file.export.fla=Exportar para FLA +menu.file.export.all=Exportar tudo +menu.file.export.selection=Exportar Selec\u00e7\u00e3o +menu.file.exit=Sair +menu.tools=Ferramentas +menu.tools.searchas=Procurar todo o ActionScript... +menu.tools.proxy=Proxy +menu.tools.deobfuscation=Deobfuscar +menu.tools.deobfuscation.pcode=Deobfus\u00e7\u00e3o P-code... +menu.tools.deobfuscation.globalrename=Globalmente Renomear identificador. +menu.tools.deobfuscation.renameinvalid=Renomear identificadores invalidos +menu.tools.gotoDocumentClass=Ir para document class. +menu.settings=Defini\u00e7\u00f5es +menu.settings.autodeobfuscation=Deobfusca\u00e7\u00e3o Autom\u00e1tica +menu.settings.internalflashviewer=Usar o pr\u00f3prio Flash Viewer +menu.settings.parallelspeedup=Usar Parallel (usa todo o CPU) +menu.settings.disabledecompilation=Desactivar decompila\u00e7\u00e3o (Apenas desassembla) +menu.settings.addtocontextmenu=Addicionar FFDec ao menu de contexto dos ficheiros SWF +menu.settings.language=Alterar Lingua +menu.settings.cacheOnDisk=Usar cache no disco +menu.settings.gotoMainClassOnStartup=Salientar document class no inicio +menu.help=Ajuda +menu.help.checkupdates=Procurar actualiza\u00e7\u00f5es... +menu.help.helpus=Ajude-nos! +menu.help.homepage=Ir para Homepage +menu.help.about=Acerca... +contextmenu.remove=Remover +button.save=Salvar +button.edit=Editar +button.cancel=Cancelar +button.replace=Substituir... +notavailonthisplatform=Visualiza\u00e7\u00e3o deste objecto n\u00e3o est\u00e1 disponivel neste sistema operativo (Apenas Windows). +swfpreview=Visualizar SWF +swfpreview.internal=Visualizar SWF (Internamente) +parameters=Parametros +rename.enternew=Introduza novo nome: +rename.finished.identifier=Identificador renomeado. +rename.finished.multiname=%count% identificadore(s) renomeado(s). +node.texts=texto +node.images=imagens +node.movies=filmes +node.sounds=sons +node.binaryData=Dados Bin\u00e1rios +node.fonts=fontes +node.sprites=sprites +node.shapes=formas +node.morphshapes=morphshapes +node.buttons=bot\u00f5es +node.frames=frames +node.scripts=scripts +message.warning=Aten\u00e7\u00e3o +message.confirm.experimental=O seguinte procedimento pode danificar o SWF, pode o tornar injogav\u00e9l. USE POR SUA RESPONSABILIDADE. Pretende continuar? +message.confirm.parallel=Paralelismo pode acelarar o tempo de carregamento e decompila\u00e7\u00e3o mas utiliza mais memoria. +message.confirm.on=Deseja activar? +message.confirm.off=Deseja desactivar? +message.confirm=Confirmar +message.confirm.autodeobfuscate=Deobfuca\u00e7\u00e3o automatica \u00e9 um m\u00e9todo de decopilar codigo obfucado.\r\n Deobfuca\u00e7\u00e3o leva a uma decompila\u00e7\u00e3o mais lenta e algum c\u00f3digo "morto" pode ser eliminado.\r\nSe o c\u00f3digo nao for obfucado, \u00e9 melhor desligar a deobfuca\u00e7\u00e3o autom\u00e1tica. +message.parallel=Paralelismo +message.trait.saved=Gravado com sucesso. +message.constant.new.string=A string "%value%" n\u00e3o est\u00e1 presente na tabla de constantes. Deseja adicciona-la? +message.constant.new.string.title=Adiccionar string +message.constant.new.integer=O integer com o valor "%value%" n\u00e3o est\u00e1 presente na tabla de constantes. Deseja adicciona-lo? +message.constant.new.integer.title=Adiccionar integer +message.constant.new.unsignedinteger=O Unsigned integer sem sinal com o valor "%value%" n\u00e3o est\u00e1 presente na tabla de constantes. Deseja adicciona-lo? +message.constant.new.unsignedinteger.title=Addicionar Unsigned integer +message.constant.new.double=O Double com valor "%value%" n\u00e3o est\u00e1 presente na tabla de constantes. Deseja adicciona-lo? +message.constant.new.double.title=Adiccionar Double +work.buffering=Bufferizar +work.waitingfordissasembly=\u00c0 espera de desassemblagem +work.gettinghilights=A obter salienta\u00e7\u00f5es +work.disassembling=A desassemblar +work.exporting=A exportar +work.searching=A procurar +work.renaming=Renomear +work.exporting.fla=A Exportar FLA +work.renaming.identifiers=A renomear identificadores +work.deobfuscating=A deobfuscar +work.decompiling=A decompilar +work.gettingvariables=A obter variveis +work.reading.swf=A ler o SWF +work.creatingwindow=A criar janela +work.buildingscripttree=A construir a arvore de Script. +work.deobfuscating.complete=Deobfusca\u00e7\u00e3o completa +message.search.notfound=String "%searchtext%" n\u00e3o foi encontrada. +message.search.notfound.title=N\u00e3o encontrado +message.rename.notfound.multiname=Nome n\u00e3o encontrado no cursor +message.rename.notfound.identifier=Identificador n\u00e3o encontrado no cursor +message.rename.notfound.title=N\u00e3o Encontrado +message.rename.renamed=Identificadores Renomeados: %count% +filter.images=Imagens (%extensions%) +filter.fla=%version% Documento (*.fla) +filter.xfl=%version% Documento n\u00e3o comprimido (*.xfl) +filter.swf=Ficheiros SWF (*.swf) +error=Erro +error.image.invalid=Imagem inv\u00e1lida. +error.text.invalid=Texto inv\u00e1lido: %text% na linha %line% +error.file.save=N\u00e3o foi possivel salvar o ficheiro +error.file.write=Impossivel escrever no ficheiro +error.export=Erro durante a exporta\u00e7\u00e3o +export.select.directory=Seleccione dicion\u00e1rio para exportar +export.finishedin=Exportado em %time% +update.check.title=Verificar actualiza\u00e7\u00f5es +update.check.nonewversion=Nenhuma vers\u00e3o nova disponivel. +message.helpus=Por favor visite \r\n%url%\r\npara obter detalhes. +message.homepage=Visitar homepage em: \r\n%url% +proxy=Proxy +proxy.start=Come\u00e7ar proxy +proxy.stop=Parar proxy +proxy.show=Mostrar proxy +exit=Exit +panel.disassembled=Fonte P-code +panel.decompiled=Fonte ActionScript +search.info=Procurar por "%text%": +search.script=Script +constants=Constantes +traits=Traits +pleasewait=Por favor aguarde +abc.detail.methodtrait=Method/Getter/Setter Trait +abc.detail.unsupported=- +abc.detail.slotconsttrait=Slot/Const Trait +abc.detail.traitname=Nome: +abc.detail.body.params.maxstack=Stack max\u00edmo: +abc.detail.body.params.localregcount=Contadores Locais Registados: +abc.detail.body.params.minscope=Profundidade minima de scope: +abc.detail.body.params.maxscope=Profundidade maxima de scope: +abc.detail.body.params.autofill=Preencimento autom\u00e1tico quando salvar c\u00f3digo(Preferencias globais) +abc.detail.body.params.autofill.experimental=...Experimental +abc.detail.methodinfo.methodindex=Metodo Index: +abc.detail.methodinfo.parameters=Parametros: +abc.detail.methodinfo.returnvalue=Tipo de valor de retorno: +error.methodinfo.params=Erro de parametro MethodInfo +error.methodinfo.returnvalue=Erro de retorno de tipo MethodInfo +abc.detail.methodinfo=MethodInfo +abc.detail.body.code=C\u00f3digo MethodBody +abc.detail.body.params=Parametros MethodBody +abc.detail.slotconst.typevalue=Tipo e valor: +error.slotconst.typevalue=Erro de valor de tipo SlotConst +message.autofill.failed=N\u00e3o \u00e9 possivel obter as estatisticas do codigo para parametros de corpo automatico.\r\nRetire preenchimento autom\u00e1tico para evitar esta mensagem. +info.selecttrait=Selecione uma classe e click em um atributo no ActionScript para o editar. +button.viewgraph=Ver Grafico +button.viewhex=Ver Hex +action.edit.experimental=(Experimental) +message.action.saved=C\u00f3digo salvo com sucesso +error.action.save=%error% na linha %line% +message.confirm.remove=Tem a certeza que pretende remover %item%\n e todos os objectos dependem de si? #after version 1.6.5u1: - -button.ok = OK - -font.name = Nome da font: -font.isbold = \u00c9 bold: -font.isitalic = \u00c9 italic: -font.ascent = Ascendente: -font.descent = Descendente: -font.leading = Destacado: -font.characters = Caracteres: -font.characters.add = Addicionar caracteres: -value.unknown = ? - -yes = Sim -no = N\u00e3o - -errors.present = Existem erros no log. Clique para ver. -errors.none = N\u00e3o existem erros no log. - +button.ok=OK +font.name=Nome da font: +font.isbold=\u00c9 bold: +font.isitalic=\u00c9 italic: +font.ascent=Ascendente: +font.descent=Descendente: +font.leading=Destacado: +font.characters=Caracteres: +font.characters.add=Addicionar caracteres: +value.unknown=? +yes=Sim +no=N\u00e3o +errors.present=Existem erros no log. Clique para ver. +errors.none=N\u00e3o existem erros no log. #after version 1.6.6: - -dialog.message.title = Mensagem -dialog.select.title = Selecione uma op\u00e7\u00e3o - -button.yes = Sim -button.no = N\u00e3o - -FileChooser.openButtonText = Abrir -FileChooser.openButtonToolTipText = Abrir -FileChooser.lookInLabelText = Ver em: -FileChooser.acceptAllFileFilterText = Todos os Ficheiros -FileChooser.filesOfTypeLabelText = Ficheiros do tipo: -FileChooser.fileNameLabelText = Nome do ficheiro: -FileChooser.listViewButtonToolTipText = Lista -FileChooser.listViewButtonAccessibleName = Lista -FileChooser.detailsViewButtonToolTipText = Detalhes -FileChooser.detailsViewButtonAccessibleName = Detalhes -FileChooser.upFolderToolTipText = Para cima um nivel -FileChooser.upFolderAccessibleName = Para cima um nivel -FileChooser.homeFolderToolTipText = Inicio -FileChooser.homeFolderAccessibleName = Inicio -FileChooser.fileNameHeaderText = Nome -FileChooser.fileSizeHeaderText = Tamanho -FileChooser.fileTypeHeaderText = Tipo -FileChooser.fileDateHeaderText = Data -FileChooser.fileAttrHeaderText = Atributos -FileChooser.openDialogTitleText = Abrir -FileChooser.directoryDescriptionText = Directorio -FileChooser.directoryOpenButtonText = Abrir -FileChooser.directoryOpenButtonToolTipText = Abrir directorio selecionado -FileChooser.fileDescriptionText = Ficheiro gen\u00e9rico -FileChooser.helpButtonText = Ajuda -FileChooser.helpButtonToolTipText = Ajuda de FileChooser -FileChooser.newFolderAccessibleName = Nova pasta -FileChooser.newFolderErrorText = Erro ao criar nova pasta -FileChooser.newFolderToolTipText = Criar nova pasta -FileChooser.other.newFolder = NovaPasta -FileChooser.other.newFolder.subsequent = NovaPasta.{0} -FileChooser.win32.newFolder = Nova Pasta -FileChooser.win32.newFolder.subsequent = Nova Pasta ({0}) -FileChooser.saveButtonText = Salvar -FileChooser.saveButtonToolTipText = Salvar ficheiro selecionado -FileChooser.saveDialogTitleText = Salvar -FileChooser.saveInLabelText = Salvar em: -FileChooser.updateButtonText = Actualizar -FileChooser.updateButtonToolTipText = Actualizar listagem do directorio - +dialog.message.title=Mensagem +dialog.select.title=Selecione uma op\u00e7\u00e3o +button.yes=Sim +button.no=N\u00e3o +FileChooser.openButtonText=Abrir +FileChooser.openButtonToolTipText=Abrir +FileChooser.lookInLabelText=Ver em: +FileChooser.acceptAllFileFilterText=Todos os Ficheiros +FileChooser.filesOfTypeLabelText=Ficheiros do tipo: +FileChooser.fileNameLabelText=Nome do ficheiro: +FileChooser.listViewButtonToolTipText=Lista +FileChooser.listViewButtonAccessibleName=Lista +FileChooser.detailsViewButtonToolTipText=Detalhes +FileChooser.detailsViewButtonAccessibleName=Detalhes +FileChooser.upFolderToolTipText=Para cima um nivel +FileChooser.upFolderAccessibleName=Para cima um nivel +FileChooser.homeFolderToolTipText=Inicio +FileChooser.homeFolderAccessibleName=Inicio +FileChooser.fileNameHeaderText=Nome +FileChooser.fileSizeHeaderText=Tamanho +FileChooser.fileTypeHeaderText=Tipo +FileChooser.fileDateHeaderText=Data +FileChooser.fileAttrHeaderText=Atributos +FileChooser.openDialogTitleText=Abrir +FileChooser.directoryDescriptionText=Directorio +FileChooser.directoryOpenButtonText=Abrir +FileChooser.directoryOpenButtonToolTipText=Abrir directorio selecionado +FileChooser.fileDescriptionText=Ficheiro gen\u00e9rico +FileChooser.helpButtonText=Ajuda +FileChooser.helpButtonToolTipText=Ajuda de FileChooser +FileChooser.newFolderAccessibleName=Nova pasta +FileChooser.newFolderErrorText=Erro ao criar nova pasta +FileChooser.newFolderToolTipText=Criar nova pasta +FileChooser.other.newFolder=NovaPasta +FileChooser.other.newFolder.subsequent=NovaPasta.{0} +FileChooser.win32.newFolder=Nova Pasta +FileChooser.win32.newFolder.subsequent=Nova Pasta ({0}) +FileChooser.saveButtonText=Salvar +FileChooser.saveButtonToolTipText=Salvar ficheiro selecionado +FileChooser.saveDialogTitleText=Salvar +FileChooser.saveInLabelText=Salvar em: +FileChooser.updateButtonText=Actualizar +FileChooser.updateButtonToolTipText=Actualizar listagem do directorio #after version 1.6.6u2: - -FileChooser.detailsViewActionLabel.textAndMnemonic = Detalhes -FileChooser.detailsViewButtonToolTip.textAndMnemonic = Detalhes -FileChooser.fileAttrHeader.textAndMnemonic = Atributos -FileChooser.fileDateHeader.textAndMnemonic = Modificado -FileChooser.fileNameHeader.textAndMnemonic = Nome -FileChooser.fileNameLabel.textAndMnemonic = Nome do ficheiro: -FileChooser.fileSizeHeader.textAndMnemonic = Tamanho -FileChooser.fileTypeHeader.textAndMnemonic = Tipo -FileChooser.filesOfTypeLabel.textAndMnemonic = Ficheiros do tipo: -FileChooser.folderNameLabel.textAndMnemonic = Nome da pasta: -FileChooser.homeFolderToolTip.textAndMnemonic = Inicio -FileChooser.listViewActionLabel.textAndMnemonic = Lista -FileChooser.listViewButtonToolTip.textAndMnemonic = Lista -FileChooser.lookInLabel.textAndMnemonic = Procurar em: -FileChooser.newFolderActionLabel.textAndMnemonic = Nova pasta -FileChooser.newFolderToolTip.textAndMnemonic = Criar nova pasta -FileChooser.refreshActionLabel.textAndMnemonic = Actualizar -FileChooser.saveInLabel.textAndMnemonic = Salvar em: -FileChooser.upFolderToolTip.textAndMnemonic = Para cima um nivel -FileChooser.viewMenuButtonAccessibleName = Ver menu -FileChooser.viewMenuButtonToolTipText = Ver Menu -FileChooser.viewMenuLabel.textAndMnemonic = Ver -FileChooser.newFolderActionLabelText = Nova pasta -FileChooser.listViewActionLabelText = Lista -FileChooser.detailsViewActionLabelText = Detalhes -FileChooser.refreshActionLabelText = Actualizar -FileChooser.sortMenuLabelText = Arranjar icons por -FileChooser.viewMenuLabelText = Ver -FileChooser.fileSizeKiloBytes = {0} KB -FileChooser.fileSizeMegaBytes = {0} MB -FileChooser.fileSizeGigaBytes = {0} GB -FileChooser.folderNameLabelText = Nome da pasta: - -error.occured = Erro ocurreu: %error% -button.abort = Abortar -button.retry = Tentar Novamente -button.ignore = Ignorar - -font.source = Fonte inicial: - +FileChooser.detailsViewActionLabel.textAndMnemonic=Detalhes +FileChooser.detailsViewButtonToolTip.textAndMnemonic=Detalhes +FileChooser.fileAttrHeader.textAndMnemonic=Atributos +FileChooser.fileDateHeader.textAndMnemonic=Modificado +FileChooser.fileNameHeader.textAndMnemonic=Nome +FileChooser.fileNameLabel.textAndMnemonic=Nome do ficheiro: +FileChooser.fileSizeHeader.textAndMnemonic=Tamanho +FileChooser.fileTypeHeader.textAndMnemonic=Tipo +FileChooser.filesOfTypeLabel.textAndMnemonic=Ficheiros do tipo: +FileChooser.folderNameLabel.textAndMnemonic=Nome da pasta: +FileChooser.homeFolderToolTip.textAndMnemonic=Inicio +FileChooser.listViewActionLabel.textAndMnemonic=Lista +FileChooser.listViewButtonToolTip.textAndMnemonic=Lista +FileChooser.lookInLabel.textAndMnemonic=Procurar em: +FileChooser.newFolderActionLabel.textAndMnemonic=Nova pasta +FileChooser.newFolderToolTip.textAndMnemonic=Criar nova pasta +FileChooser.refreshActionLabel.textAndMnemonic=Actualizar +FileChooser.saveInLabel.textAndMnemonic=Salvar em: +FileChooser.upFolderToolTip.textAndMnemonic=Para cima um nivel +FileChooser.viewMenuButtonAccessibleName=Ver menu +FileChooser.viewMenuButtonToolTipText=Ver Menu +FileChooser.viewMenuLabel.textAndMnemonic=Ver +FileChooser.newFolderActionLabelText=Nova pasta +FileChooser.listViewActionLabelText=Lista +FileChooser.detailsViewActionLabelText=Detalhes +FileChooser.refreshActionLabelText=Actualizar +FileChooser.sortMenuLabelText=Arranjar icons por +FileChooser.viewMenuLabelText=Ver +FileChooser.fileSizeKiloBytes={0} KB +FileChooser.fileSizeMegaBytes={0} MB +FileChooser.fileSizeGigaBytes={0} GB +FileChooser.folderNameLabelText=Nome da pasta: +error.occured=Erro ocurreu: %error% +button.abort=Abortar +button.retry=Tentar Novamente +button.ignore=Ignorar +font.source=Fonte inicial: #after version 1.6.7: - -menu.export = Exportar -menu.general = Geral -menu.language = Lingua - -startup.welcometo = Benvindo a -startup.selectopen = Carrregue no icon de abrir no topo do painel ou arraste o ficheiro SWF para esta janela para come\u00e7ar. - -error.font.nocharacter = A fonte seleccionada n\u00e3o contem o caracter "%char%". - -warning.initializers = Campos est\u00e1ticos e constantes regularmente sao inicializades em inicializadores.\nEditar valores aqui pode n\u00e3o ser o suficiente! - +menu.export=Exportar +menu.general=Geral +menu.language=Lingua +startup.welcometo=Benvindo a +startup.selectopen=Carrregue no icon de abrir no topo do painel ou arraste o ficheiro SWF para esta janela para come\u00e7ar. +error.font.nocharacter=A fonte seleccionada n\u00e3o contem o caracter "%char%". +warning.initializers=Campos est\u00e1ticos e constantes regularmente sao inicializades em inicializadores.\nEditar valores aqui pode n\u00e3o ser o suficiente! #after version 1.7.0u1: - -menu.tools.searchMemory = Procurar SWFs em mem\u00f3ria -menu.file.reload = Carregar de novo -message.confirm.reload = Esta acc\u00e7\u00e3o cancela todas as altera\u00e7\u00f5es N\u00c3O salvas e carrega de novo o ficheiro swf.\nDeseja continuar? - -dialog.selectbkcolor.title = Selecione a cor de fundo da janela do SWF -button.selectbkcolor.hint = Selecione a cor de fundo - -ColorChooser.okText = OK -ColorChooser.cancelText = Cancelar -ColorChooser.resetText = Reset -ColorChooser.previewText = Visualizar -ColorChooser.swatchesNameText = Swatches -ColorChooser.swatchesRecentText = Recente: -ColorChooser.sampleText = Amostra de Texto Amostra de Texto - +menu.tools.searchMemory=Procurar SWFs em mem\u00f3ria +menu.file.reload=Carregar de novo +message.confirm.reload=Esta acc\u00e7\u00e3o cancela todas as altera\u00e7\u00f5es N\u00c3O salvas e carrega de novo o ficheiro swf.\nDeseja continuar? +dialog.selectbkcolor.title=Selecione a cor de fundo da janela do SWF +button.selectbkcolor.hint=Selecione a cor de fundo +ColorChooser.okText=OK +ColorChooser.cancelText=Cancelar +ColorChooser.resetText=Reset +ColorChooser.previewText=Visualizar +ColorChooser.swatchesNameText=Swatches +ColorChooser.swatchesRecentText=Recente: +ColorChooser.sampleText=Amostra de Texto Amostra de Texto #... -message.confirm.remove.nodep = Tem a certeza que pretende remover %item%? - -contextmenu.exportFla = Exportar para FLA \ No newline at end of file +message.confirm.remove.nodep=Tem a certeza que pretende remover %item%? +contextmenu.exportFla=Exportar para FLA \ No newline at end of file diff --git a/src/com/jpexs/decompiler/flash/gui/locales/MainFrame_pt_BR.properties b/src/com/jpexs/decompiler/flash/gui/locales/MainFrame_pt_BR.properties index 3978601c3..451f229b1 100644 --- a/src/com/jpexs/decompiler/flash/gui/locales/MainFrame_pt_BR.properties +++ b/src/com/jpexs/decompiler/flash/gui/locales/MainFrame_pt_BR.properties @@ -12,715 +12,560 @@ # # You should have received a copy of the GNU General Public License # along with this program. If not, see . - -menu.file = Arquivo -menu.file.open = Abrir... -menu.file.save = Salvar -menu.file.saveas = Salvar como... -menu.file.export.fla = Exportar para FLA -menu.file.export.all = Exportar todas as partes -menu.file.export.selection = Exportar sele\u00e7\u00e3o -menu.file.exit = Sair - -menu.tools = Ferramentas -menu.tools.searchas = Procurar todo o ActionScript... -menu.tools.proxy = Proxy -menu.tools.deobfuscation = Desofusca\u00e7\u00e3o -menu.tools.deobfuscation.pcode = Desofus\u00e7\u00e3o P-code... -menu.tools.deobfuscation.globalrename = Renomear identificador globalmente -menu.tools.deobfuscation.renameinvalid = Renomear identificadores inv\u00e1lidos -menu.tools.gotoDocumentClass = Ir para a classe documento - -menu.settings = Configura\u00e7\u00f5es -menu.settings.autodeobfuscation = Desofusca\u00e7\u00e3o autom\u00e1tica -menu.settings.internalflashviewer = Usar o pr\u00f3prio Flash Viewer -menu.settings.parallelspeedup = Usar acelera\u00e7\u00e3o paralela (usa todo a CPU) -menu.settings.disabledecompilation = Desativar descompila\u00e7\u00e3o (Desmonta apenas) -menu.settings.addtocontextmenu = Adicionar FFDec ao menu de contexto dos arquivos SWF -menu.settings.language = Mudar idioma -menu.settings.cacheOnDisk = Usar cache no disco -menu.settings.gotoMainClassOnStartup = Destacar a classe do documento na inicializa\u00e7\u00e3o - -menu.help = Ajuda -menu.help.checkupdates = Procurar atualiza\u00e7\u00f5es... -menu.help.helpus = Ajude-nos! -menu.help.homepage = Ir para o site do JPEXS -menu.help.about = Sobre... - -contextmenu.remove = Remover - -button.save = Salvar -button.edit = Editar -button.cancel = Cancelar -button.replace = Substituir... - -notavailonthisplatform = A visualiza\u00e7\u00e3o deste objeto n\u00e3o est\u00e1 dispon\u00edvel nesta plataforma (somente Windows). - -swfpreview = Visualizar SWF -swfpreview.internal = Visualizar SWF (Internamente) - -parameters = Par\u00e2metros - -rename.enternew = Digite o novo nome: - -rename.finished.identifier = Identificador renomeado. -rename.finished.multiname = %count% identificador(es) renomeado(s). - -node.texts = texto -node.images = imagens -node.movies = filmes -node.sounds = sons -node.binaryData = Dados bin\u00e1rios -node.fonts = fontes -node.sprites = sprites -node.shapes = formas -node.morphshapes = morfshapes -node.buttons = bot\u00f5es -node.frames = quadros -node.scripts = scripts - -message.warning = Aviso -message.confirm.experimental = O seguinte procedimento pode danificar o arquivo SWF, tornando-o n\u00e3o reproduz\u00edvel.\r\nUTILIZE POR SUA CONTA E RISCO. Deseja continuar? -message.confirm.parallel = O paralelismo pode acelerar o carregamento e a descompila\u00e7\u00e3o, mas usa mais mem\u00f3ria. -message.confirm.on = Voc\u00ea deseja ativar isso? -message.confirm.off = Voc\u00ea deseja desativar isso? -message.confirm = Confirmar - -message.confirm.autodeobfuscate = A desofusca\u00e7\u00e3o autom\u00e1tica \u00e9 uma forma de descompilar c\u00f3digo obfuscado.\r\nA desofusca\u00e7\u00e3o leva a uma descompila\u00e7\u00e3o mais lenta e parte do c\u00f3digo inativo pode ser eliminada.\r\nSe o c\u00f3digo n\u00e3o estiver obfuscado, \u00e9 melhor desativar a desofusca\u00e7\u00e3o autom\u00e1tica. - -message.parallel = Paralelismo -message.trait.saved = Tra\u00e7o salvo com sucesso - -message.constant.new.string = A string "%value%" n\u00e3o est\u00e1 presente na tabela de constantes. Deseja adicion\u00e1-la? -message.constant.new.string.title = Adicionar string -message.constant.new.integer = O inteiro com o valor "%value%" n\u00e3o est\u00e1 presente na tabela de constantes. Deseja adicion\u00e1-lo? -message.constant.new.integer.title = Adicionar inteiro -message.constant.new.unsignedinteger = O inteiro n\u00e3o assinado com o valor "%value%" n\u00e3o est\u00e1 presente na tabela de constantes. Deseja adicion\u00e1-lo? -message.constant.new.unsignedinteger.title = Adicionar inteiro n\u00e3o assinado -message.constant.new.double = O duplo com valor "%value%" n\u00e3o est\u00e1 presente na tabela de constantes. Deseja adicion\u00e1-lo? -message.constant.new.double.title = Adicionar duplo - -work.buffering = Armazenando em buffer -work.waitingfordissasembly = Esperando por desmontagem -work.gettinghilights = Obtendo destaques -work.disassembling = Desmontando -work.exporting = Exportando -work.searching = Pesquisando -work.renaming = Renomeando -work.exporting.fla = Exportando FLA -work.renaming.identifiers = Renomeando identificadores -work.deobfuscating = Desofuscando -work.decompiling = Descompilando -work.gettingvariables = Obtendo vari\u00e1veis -work.reading.swf = Lendo o SWF -work.creatingwindow = Criando janela -work.buildingscripttree = Construindo a \u00e1rvore de Script. - -work.deobfuscating.complete = Desofusca\u00e7\u00e3o completa - -message.search.notfound = String "%searchtext%" n\u00e3o foi encontrada. -message.search.notfound.title = N\u00e3o encontrado - -message.rename.notfound.multiname = Nenhum multi-nome encontrado sob o cursor -message.rename.notfound.identifier = Nenhum identificador encontrado sob o cursor -message.rename.notfound.title = N\u00e3o encontrado -message.rename.renamed = Identificadores renomeados: %count% - -filter.images = Imagens (%extensions%) -filter.fla = %version% Documento (*.fla) -filter.xfl = %version% Documento descompactado (*.xfl) -filter.swf = Arquivos SWF (*.swf) - -error = Erro -error.image.invalid = Imagem inv\u00e1lida. - -error.text.invalid = Texto inv\u00e1lido: %text% na linha %line% -error.file.save = N\u00e3o foi possivel salvar o arquivo -error.file.write = N\u00e3o foi poss\u00edvel escrever no arquivo -error.export = Erro durante a exporta\u00e7\u00e3o - -export.select.directory = Selecione o dicion\u00e1rio para exportar -export.finishedin = Exportado em: %time% - -update.check.title = Verificar atualiza\u00e7\u00f5es -update.check.nonewversion = Nenhuma vers\u00e3o nova disponivel. - -message.helpus = Por favor visite \r\n%url%\r\npara obter detalhes. -message.homepage = Visitar p\u00e1gina em: \r\n%url% - -proxy = Proxy -proxy.start = Iniciar proxy -proxy.stop = Parar proxy -proxy.show = Mostrar proxy -exit = Sair - -panel.disassembled = Fonte P-code -panel.decompiled = Fonte ActionScript - -search.info = Pesquisar por "%text%": -search.script = Script - -constants = Constantes -traits = Tra\u00e7os - -pleasewait = Por favor, aguarde - +menu.file=Arquivo +menu.file.open=Abrir... +menu.file.save=Salvar +menu.file.saveas=Salvar como... +menu.file.export.fla=Exportar para FLA +menu.file.export.all=Exportar todas as partes +menu.file.export.selection=Exportar sele\u00e7\u00e3o +menu.file.exit=Sair +menu.tools=Ferramentas +menu.tools.searchas=Procurar todo o ActionScript... +menu.tools.proxy=Proxy +menu.tools.deobfuscation=Desofusca\u00e7\u00e3o +menu.tools.deobfuscation.pcode=Desofus\u00e7\u00e3o P-code... +menu.tools.deobfuscation.globalrename=Renomear identificador globalmente +menu.tools.deobfuscation.renameinvalid=Renomear identificadores inv\u00e1lidos +menu.tools.gotoDocumentClass=Ir para a classe documento +menu.settings=Configura\u00e7\u00f5es +menu.settings.autodeobfuscation=Desofusca\u00e7\u00e3o autom\u00e1tica +menu.settings.internalflashviewer=Usar o pr\u00f3prio Flash Viewer +menu.settings.parallelspeedup=Usar acelera\u00e7\u00e3o paralela (usa todo a CPU) +menu.settings.disabledecompilation=Desativar descompila\u00e7\u00e3o (Desmonta apenas) +menu.settings.addtocontextmenu=Adicionar FFDec ao menu de contexto dos arquivos SWF +menu.settings.language=Mudar idioma +menu.settings.cacheOnDisk=Usar cache no disco +menu.settings.gotoMainClassOnStartup=Destacar a classe do documento na inicializa\u00e7\u00e3o +menu.help=Ajuda +menu.help.checkupdates=Procurar atualiza\u00e7\u00f5es... +menu.help.helpus=Ajude-nos! +menu.help.homepage=Ir para o site do JPEXS +menu.help.about=Sobre... +contextmenu.remove=Remover +button.save=Salvar +button.edit=Editar +button.cancel=Cancelar +button.replace=Substituir... +notavailonthisplatform=A visualiza\u00e7\u00e3o deste objeto n\u00e3o est\u00e1 dispon\u00edvel nesta plataforma (somente Windows). +swfpreview=Visualizar SWF +swfpreview.internal=Visualizar SWF (Internamente) +parameters=Par\u00e2metros +rename.enternew=Digite o novo nome: +rename.finished.identifier=Identificador renomeado. +rename.finished.multiname=%count% identificador(es) renomeado(s). +node.texts=texto +node.images=imagens +node.movies=filmes +node.sounds=sons +node.binaryData=Dados bin\u00e1rios +node.fonts=fontes +node.sprites=sprites +node.shapes=formas +node.morphshapes=morfshapes +node.buttons=bot\u00f5es +node.frames=quadros +node.scripts=scripts +message.warning=Aviso +message.confirm.experimental=O seguinte procedimento pode danificar o arquivo SWF, tornando-o n\u00e3o reproduz\u00edvel.\r\nUTILIZE POR SUA CONTA E RISCO. Deseja continuar? +message.confirm.parallel=O paralelismo pode acelerar o carregamento e a descompila\u00e7\u00e3o, mas usa mais mem\u00f3ria. +message.confirm.on=Voc\u00ea deseja ativar isso? +message.confirm.off=Voc\u00ea deseja desativar isso? +message.confirm=Confirmar +message.confirm.autodeobfuscate=A desofusca\u00e7\u00e3o autom\u00e1tica \u00e9 uma forma de descompilar c\u00f3digo obfuscado.\r\nA desofusca\u00e7\u00e3o leva a uma descompila\u00e7\u00e3o mais lenta e parte do c\u00f3digo inativo pode ser eliminada.\r\nSe o c\u00f3digo n\u00e3o estiver obfuscado, \u00e9 melhor desativar a desofusca\u00e7\u00e3o autom\u00e1tica. +message.parallel=Paralelismo +message.trait.saved=Tra\u00e7o salvo com sucesso +message.constant.new.string=A string "%value%" n\u00e3o est\u00e1 presente na tabela de constantes. Deseja adicion\u00e1-la? +message.constant.new.string.title=Adicionar string +message.constant.new.integer=O inteiro com o valor "%value%" n\u00e3o est\u00e1 presente na tabela de constantes. Deseja adicion\u00e1-lo? +message.constant.new.integer.title=Adicionar inteiro +message.constant.new.unsignedinteger=O inteiro n\u00e3o assinado com o valor "%value%" n\u00e3o est\u00e1 presente na tabela de constantes. Deseja adicion\u00e1-lo? +message.constant.new.unsignedinteger.title=Adicionar inteiro n\u00e3o assinado +message.constant.new.double=O duplo com valor "%value%" n\u00e3o est\u00e1 presente na tabela de constantes. Deseja adicion\u00e1-lo? +message.constant.new.double.title=Adicionar duplo +work.buffering=Armazenando em buffer +work.waitingfordissasembly=Esperando por desmontagem +work.gettinghilights=Obtendo destaques +work.disassembling=Desmontando +work.exporting=Exportando +work.searching=Pesquisando +work.renaming=Renomeando +work.exporting.fla=Exportando FLA +work.renaming.identifiers=Renomeando identificadores +work.deobfuscating=Desofuscando +work.decompiling=Descompilando +work.gettingvariables=Obtendo vari\u00e1veis +work.reading.swf=Lendo o SWF +work.creatingwindow=Criando janela +work.buildingscripttree=Construindo a \u00e1rvore de Script. +work.deobfuscating.complete=Desofusca\u00e7\u00e3o completa +message.search.notfound=String "%searchtext%" n\u00e3o foi encontrada. +message.search.notfound.title=N\u00e3o encontrado +message.rename.notfound.multiname=Nenhum multi-nome encontrado sob o cursor +message.rename.notfound.identifier=Nenhum identificador encontrado sob o cursor +message.rename.notfound.title=N\u00e3o encontrado +message.rename.renamed=Identificadores renomeados: %count% +filter.images=Imagens (%extensions%) +filter.fla=%version% Documento (*.fla) +filter.xfl=%version% Documento descompactado (*.xfl) +filter.swf=Arquivos SWF (*.swf) +error=Erro +error.image.invalid=Imagem inv\u00e1lida. +error.text.invalid=Texto inv\u00e1lido: %text% na linha %line% +error.file.save=N\u00e3o foi possivel salvar o arquivo +error.file.write=N\u00e3o foi poss\u00edvel escrever no arquivo +error.export=Erro durante a exporta\u00e7\u00e3o +export.select.directory=Selecione o dicion\u00e1rio para exportar +export.finishedin=Exportado em: %time% +update.check.title=Verificar atualiza\u00e7\u00f5es +update.check.nonewversion=Nenhuma vers\u00e3o nova disponivel. +message.helpus=Por favor visite \r\n%url%\r\npara obter detalhes. +message.homepage=Visitar p\u00e1gina em: \r\n%url% +proxy=Proxy +proxy.start=Iniciar proxy +proxy.stop=Parar proxy +proxy.show=Mostrar proxy +exit=Sair +panel.disassembled=Fonte P-code +panel.decompiled=Fonte ActionScript +search.info=Pesquisar por "%text%": +search.script=Script +constants=Constantes +traits=Tra\u00e7os +pleasewait=Por favor, aguarde #DEPRECATED - see abc.detail.trait.* -abc.detail.methodtrait = Method/Getter/Setter Trait -abc.detail.unsupported = - +abc.detail.methodtrait=Method/Getter/Setter Trait +abc.detail.unsupported=- #DEPRECATED - see abc.detail.trait.* -abc.detail.slotconsttrait = Slot/Const Trait -abc.detail.traitname = Nome: - -abc.detail.body.params.maxstack = Pilha max\u00edma: -abc.detail.body.params.localregcount = Contador de registros locais: -abc.detail.body.params.minscope = Profundidade m\u00ednima do escopo: -abc.detail.body.params.maxscope = Profundidade m\u00e1xima do escopo.: -abc.detail.body.params.autofill = Preencher autom\u00e1tico ao salvar c\u00f3digo (CONFIGURA\u00c7\u00c3O GLOBAL) -abc.detail.body.params.autofill.experimental = ...EXPERIMENTAL - -abc.detail.methodinfo.methodindex = \u00cdndice de m\u00e9todo: -abc.detail.methodinfo.parameters = Par\u00e2metros: -abc.detail.methodinfo.returnvalue = Tipo de valor de retorno: - -error.methodinfo.params = Erro de par\u00e2metro MethodInfo -error.methodinfo.returnvalue = Erro de retorno de tipo MethodInfo - -abc.detail.methodinfo = MethodInfo -abc.detail.body.code = C\u00f3digo MethodBody -abc.detail.body.params = Par\u00e2metros MethodBody - -abc.detail.slotconst.typevalue = Tipo e valor: - -error.slotconst.typevalue = Erro de valor de tipo SlotConst - -message.autofill.failed = N\u00e3o foi poss\u00edvel obter estat\u00edsticas de c\u00f3digo para par\u00e2metros de corpo autom\u00e1ticos.\r\nDesmarque o preenchimento autom\u00e1tico para evitar esta mensagem. -info.selecttrait = Selecione a classe e clique em uma caracter\u00edstica na fonte do ActionScript para edit\u00e1-la. - -button.viewgraph = Ver Gr\u00e1fico -button.viewhex = Ver Hex - -action.edit.experimental = (Experimental) - -message.action.saved = C\u00f3digo salvo com sucesso - -error.action.save = %error% na linha %line% - -message.confirm.remove = Tem certeza de que deseja remover %item%\n e todos os objetos que dependem dele? - +abc.detail.slotconsttrait=Slot/Const Trait +abc.detail.traitname=Nome: +abc.detail.body.params.maxstack=Pilha max\u00edma: +abc.detail.body.params.localregcount=Contador de registros locais: +abc.detail.body.params.minscope=Profundidade m\u00ednima do escopo: +abc.detail.body.params.maxscope=Profundidade m\u00e1xima do escopo.: +abc.detail.body.params.autofill=Preencher autom\u00e1tico ao salvar c\u00f3digo (CONFIGURA\u00c7\u00c3O GLOBAL) +abc.detail.body.params.autofill.experimental=...EXPERIMENTAL +abc.detail.methodinfo.methodindex=\u00cdndice de m\u00e9todo: +abc.detail.methodinfo.parameters=Par\u00e2metros: +abc.detail.methodinfo.returnvalue=Tipo de valor de retorno: +error.methodinfo.params=Erro de par\u00e2metro MethodInfo +error.methodinfo.returnvalue=Erro de retorno de tipo MethodInfo +abc.detail.methodinfo=MethodInfo +abc.detail.body.code=C\u00f3digo MethodBody +abc.detail.body.params=Par\u00e2metros MethodBody +abc.detail.slotconst.typevalue=Tipo e valor: +error.slotconst.typevalue=Erro de valor de tipo SlotConst +message.autofill.failed=N\u00e3o foi poss\u00edvel obter estat\u00edsticas de c\u00f3digo para par\u00e2metros de corpo autom\u00e1ticos.\r\nDesmarque o preenchimento autom\u00e1tico para evitar esta mensagem. +info.selecttrait=Selecione a classe e clique em uma caracter\u00edstica na fonte do ActionScript para edit\u00e1-la. +button.viewgraph=Ver Gr\u00e1fico +button.viewhex=Ver Hex +action.edit.experimental=(Experimental) +message.action.saved=C\u00f3digo salvo com sucesso +error.action.save=%error% na linha %line% +message.confirm.remove=Tem certeza de que deseja remover %item%\n e todos os objetos que dependem dele? #after version 1.6.5u1: - -button.ok = OK - -font.name = Nome da fonte: -font.isbold = \u00c9 negrito: -font.isitalic = \u00c9 it\u00e1lico: -font.ascent = Ascendente: -font.descent = Descendente: -font.leading = Espa\u00e7ado: -font.characters = Caracteres: -font.characters.add = Adicionar caracteres: -value.unknown = ? - -yes = sim -no = n\u00e3o - -errors.present = Existem ERROS no log. Clique para ver. -errors.none = N\u00e3o existem erros no log. - +button.ok=OK +font.name=Nome da fonte: +font.isbold=\u00c9 negrito: +font.isitalic=\u00c9 it\u00e1lico: +font.ascent=Ascendente: +font.descent=Descendente: +font.leading=Espa\u00e7ado: +font.characters=Caracteres: +font.characters.add=Adicionar caracteres: +value.unknown=? +yes=sim +no=n\u00e3o +errors.present=Existem ERROS no log. Clique para ver. +errors.none=N\u00e3o existem erros no log. #after version 1.6.6: - -dialog.message.title = Mensagem -dialog.select.title = Selecione uma op\u00e7\u00e3o - -button.yes = Sim -button.no = N\u00e3o - -FileChooser.openButtonText = Abrir -FileChooser.openButtonToolTipText = Abrir -FileChooser.lookInLabelText = Ver em: -FileChooser.acceptAllFileFilterText = Todos os arquivos -FileChooser.filesOfTypeLabelText = Arquivos do tipo: -FileChooser.fileNameLabelText = Nome do arquivo: -FileChooser.listViewButtonToolTipText = Lista -FileChooser.listViewButtonAccessibleName = Lista -FileChooser.detailsViewButtonToolTipText = Detalhes -FileChooser.detailsViewButtonAccessibleName = Detalhes -FileChooser.upFolderToolTipText = Subir um n\u00edvel -FileChooser.upFolderAccessibleName = Subir um n\u00edvel -FileChooser.homeFolderToolTipText = In\u00edcio -FileChooser.homeFolderAccessibleName = In\u00edcio -FileChooser.fileNameHeaderText = Nome -FileChooser.fileSizeHeaderText = Tamanho -FileChooser.fileTypeHeaderText = Tipo -FileChooser.fileDateHeaderText = Data -FileChooser.fileAttrHeaderText = Atributos -FileChooser.openDialogTitleText = Abrir -FileChooser.directoryDescriptionText = Diret\u00f3rio -FileChooser.directoryOpenButtonText = Abrir -FileChooser.directoryOpenButtonToolTipText = Abrir diret\u00f3rio selecionado -FileChooser.fileDescriptionText = Arquivo gen\u00e9rico -FileChooser.helpButtonText = Ajuda -FileChooser.helpButtonToolTipText = Ajuda do FileChooser -FileChooser.newFolderAccessibleName = Nova pasta -FileChooser.newFolderErrorText = Erro ao criar nova pasta -FileChooser.newFolderToolTipText = Criar nova pasta -FileChooser.other.newFolder = NovaPasta -FileChooser.other.newFolder.subsequent = NovaPasta.{0} -FileChooser.win32.newFolder = Nova Pasta -FileChooser.win32.newFolder.subsequent = Nova Pasta ({0}) -FileChooser.saveButtonText = Salvar -FileChooser.saveButtonToolTipText = Salvar arquivo selecionado -FileChooser.saveDialogTitleText = Salvar -FileChooser.saveInLabelText = Salvar em: -FileChooser.updateButtonText = Atualizar -FileChooser.updateButtonToolTipText = Atualizar listagem do diret\u00f3rio - +dialog.message.title=Mensagem +dialog.select.title=Selecione uma op\u00e7\u00e3o +button.yes=Sim +button.no=N\u00e3o +FileChooser.openButtonText=Abrir +FileChooser.openButtonToolTipText=Abrir +FileChooser.lookInLabelText=Ver em: +FileChooser.acceptAllFileFilterText=Todos os arquivos +FileChooser.filesOfTypeLabelText=Arquivos do tipo: +FileChooser.fileNameLabelText=Nome do arquivo: +FileChooser.listViewButtonToolTipText=Lista +FileChooser.listViewButtonAccessibleName=Lista +FileChooser.detailsViewButtonToolTipText=Detalhes +FileChooser.detailsViewButtonAccessibleName=Detalhes +FileChooser.upFolderToolTipText=Subir um n\u00edvel +FileChooser.upFolderAccessibleName=Subir um n\u00edvel +FileChooser.homeFolderToolTipText=In\u00edcio +FileChooser.homeFolderAccessibleName=In\u00edcio +FileChooser.fileNameHeaderText=Nome +FileChooser.fileSizeHeaderText=Tamanho +FileChooser.fileTypeHeaderText=Tipo +FileChooser.fileDateHeaderText=Data +FileChooser.fileAttrHeaderText=Atributos +FileChooser.openDialogTitleText=Abrir +FileChooser.directoryDescriptionText=Diret\u00f3rio +FileChooser.directoryOpenButtonText=Abrir +FileChooser.directoryOpenButtonToolTipText=Abrir diret\u00f3rio selecionado +FileChooser.fileDescriptionText=Arquivo gen\u00e9rico +FileChooser.helpButtonText=Ajuda +FileChooser.helpButtonToolTipText=Ajuda do FileChooser +FileChooser.newFolderAccessibleName=Nova pasta +FileChooser.newFolderErrorText=Erro ao criar nova pasta +FileChooser.newFolderToolTipText=Criar nova pasta +FileChooser.other.newFolder=NovaPasta +FileChooser.other.newFolder.subsequent=NovaPasta.{0} +FileChooser.win32.newFolder=Nova Pasta +FileChooser.win32.newFolder.subsequent=Nova Pasta ({0}) +FileChooser.saveButtonText=Salvar +FileChooser.saveButtonToolTipText=Salvar arquivo selecionado +FileChooser.saveDialogTitleText=Salvar +FileChooser.saveInLabelText=Salvar em: +FileChooser.updateButtonText=Atualizar +FileChooser.updateButtonToolTipText=Atualizar listagem do diret\u00f3rio #after version 1.6.6u2: - -FileChooser.detailsViewActionLabel.textAndMnemonic = Detalhes -FileChooser.detailsViewButtonToolTip.textAndMnemonic = Detalhes -FileChooser.fileAttrHeader.textAndMnemonic = Atributos -FileChooser.fileDateHeader.textAndMnemonic = Modificado -FileChooser.fileNameHeader.textAndMnemonic = Nome -FileChooser.fileNameLabel.textAndMnemonic = Nome do arquivo: -FileChooser.fileSizeHeader.textAndMnemonic = Tamanho -FileChooser.fileTypeHeader.textAndMnemonic = Tipo -FileChooser.filesOfTypeLabel.textAndMnemonic = Arquivos do tipo: -FileChooser.folderNameLabel.textAndMnemonic = Nome da pasta: -FileChooser.homeFolderToolTip.textAndMnemonic = In\u00edcio -FileChooser.listViewActionLabel.textAndMnemonic = Lista -FileChooser.listViewButtonToolTip.textAndMnemonic = Lista -FileChooser.lookInLabel.textAndMnemonic = Procurar em: -FileChooser.newFolderActionLabel.textAndMnemonic = Nova pasta -FileChooser.newFolderToolTip.textAndMnemonic = Criar nova pasta -FileChooser.refreshActionLabel.textAndMnemonic = Atualizar -FileChooser.saveInLabel.textAndMnemonic = Salvar em: -FileChooser.upFolderToolTip.textAndMnemonic = Subir um nivel -FileChooser.viewMenuButtonAccessibleName = Ver menu -FileChooser.viewMenuButtonToolTipText = Ver menu -FileChooser.viewMenuLabel.textAndMnemonic = Ver -FileChooser.newFolderActionLabelText = Nova pasta -FileChooser.listViewActionLabelText = Lista -FileChooser.detailsViewActionLabelText = Detalhes -FileChooser.refreshActionLabelText = Atualizar -FileChooser.sortMenuLabelText = Organizar \u00edcones por -FileChooser.viewMenuLabelText = Ver -FileChooser.fileSizeKiloBytes = {0} KB (KyloBytes) -FileChooser.fileSizeMegaBytes = {0} MB (MegaBytes) -FileChooser.fileSizeGigaBytes = {0} GB (GigaBytes) -FileChooser.folderNameLabelText = Nome da pasta: - -error.occured = Occoreu um erro: %error% -button.abort = Abortar -button.retry = Tentar novamente -button.ignore = Ignorar - -font.source = Fonte inicial: - +FileChooser.detailsViewActionLabel.textAndMnemonic=Detalhes +FileChooser.detailsViewButtonToolTip.textAndMnemonic=Detalhes +FileChooser.fileAttrHeader.textAndMnemonic=Atributos +FileChooser.fileDateHeader.textAndMnemonic=Modificado +FileChooser.fileNameHeader.textAndMnemonic=Nome +FileChooser.fileNameLabel.textAndMnemonic=Nome do arquivo: +FileChooser.fileSizeHeader.textAndMnemonic=Tamanho +FileChooser.fileTypeHeader.textAndMnemonic=Tipo +FileChooser.filesOfTypeLabel.textAndMnemonic=Arquivos do tipo: +FileChooser.folderNameLabel.textAndMnemonic=Nome da pasta: +FileChooser.homeFolderToolTip.textAndMnemonic=In\u00edcio +FileChooser.listViewActionLabel.textAndMnemonic=Lista +FileChooser.listViewButtonToolTip.textAndMnemonic=Lista +FileChooser.lookInLabel.textAndMnemonic=Procurar em: +FileChooser.newFolderActionLabel.textAndMnemonic=Nova pasta +FileChooser.newFolderToolTip.textAndMnemonic=Criar nova pasta +FileChooser.refreshActionLabel.textAndMnemonic=Atualizar +FileChooser.saveInLabel.textAndMnemonic=Salvar em: +FileChooser.upFolderToolTip.textAndMnemonic=Subir um nivel +FileChooser.viewMenuButtonAccessibleName=Ver menu +FileChooser.viewMenuButtonToolTipText=Ver menu +FileChooser.viewMenuLabel.textAndMnemonic=Ver +FileChooser.newFolderActionLabelText=Nova pasta +FileChooser.listViewActionLabelText=Lista +FileChooser.detailsViewActionLabelText=Detalhes +FileChooser.refreshActionLabelText=Atualizar +FileChooser.sortMenuLabelText=Organizar \u00edcones por +FileChooser.viewMenuLabelText=Ver +FileChooser.fileSizeKiloBytes={0} KB (KyloBytes) +FileChooser.fileSizeMegaBytes={0} MB (MegaBytes) +FileChooser.fileSizeGigaBytes={0} GB (GigaBytes) +FileChooser.folderNameLabelText=Nome da pasta: +error.occured=Occoreu um erro: %error% +button.abort=Abortar +button.retry=Tentar novamente +button.ignore=Ignorar +font.source=Fonte inicial: #after version 1.6.7: - -menu.export = Exportar -menu.general = Geral -menu.language = Idioma - -startup.welcometo = Bem-vindo ao -startup.selectopen = Clique no \u00edcone Abrir no painel superior ou arraste o arquivo SWF para esta janela para iniciar. - -error.font.nocharacter = A fonte selecionada n\u00e3o cont\u00e9m o caractere "%char%". - -warning.initializers = Campos est\u00e1ticos e constantes regularmente s\u00e3o inicializados em inicializadores.\nEditar valores aqui pode n\u00e3o ser o suficiente! - +menu.export=Exportar +menu.general=Geral +menu.language=Idioma +startup.welcometo=Bem-vindo ao +startup.selectopen=Clique no \u00edcone Abrir no painel superior ou arraste o arquivo SWF para esta janela para iniciar. +error.font.nocharacter=A fonte selecionada n\u00e3o cont\u00e9m o caractere "%char%". +warning.initializers=Campos est\u00e1ticos e constantes regularmente s\u00e3o inicializados em inicializadores.\nEditar valores aqui pode n\u00e3o ser o suficiente! #after version 1.7.0u1: - -menu.tools.searchMemory = Procurar SWFs na mem\u00f3ria -menu.file.reload = Recarregar -message.confirm.reload = Esta a\u00e7\u00e3o cancela todas as altera\u00e7\u00f5es N\u00c3O salvas e recarrega o arquivo swf.\nDeseja continuar? - -dialog.selectbkcolor.title = Selecione a cor de fundo da janela do SWF -button.selectbkcolor.hint = Selecione a cor de fundo - -ColorChooser.okText = OK -ColorChooser.cancelText = Cancelar -ColorChooser.resetText = Refazer -ColorChooser.previewText = Visualizar -ColorChooser.swatchesNameText = Swatches -ColorChooser.swatchesRecentText = Recente: -ColorChooser.sampleText = Amostra de Texto Amostra de Texto - +menu.tools.searchMemory=Procurar SWFs na mem\u00f3ria +menu.file.reload=Recarregar +message.confirm.reload=Esta a\u00e7\u00e3o cancela todas as altera\u00e7\u00f5es N\u00c3O salvas e recarrega o arquivo swf.\nDeseja continuar? +dialog.selectbkcolor.title=Selecione a cor de fundo da janela do SWF +button.selectbkcolor.hint=Selecione a cor de fundo +ColorChooser.okText=OK +ColorChooser.cancelText=Cancelar +ColorChooser.resetText=Refazer +ColorChooser.previewText=Visualizar +ColorChooser.swatchesNameText=Swatches +ColorChooser.swatchesRecentText=Recente: +ColorChooser.sampleText=Amostra de Texto Amostra de Texto #after version 1.7.1: - -preview.play = Reproduzir -preview.pause = Pausar -preview.stop = Parar - -message.confirm.removemultiple = Tem certeza de que deseja remover %count% item\n e todos os objetos que dependem dele? - -menu.tools.searchCache = Pesquisar no cache dos navegadores - +preview.play=Reproduzir +preview.pause=Pausar +preview.stop=Parar +message.confirm.removemultiple=Tem certeza de que deseja remover %count% item\n e todos os objetos que dependem dele? +menu.tools.searchCache=Pesquisar no cache dos navegadores #after version 1.7.2u2 - -error.trait.exists = Tra\u00e7o com nome "%name%" j\u00e1 existe. -button.addtrait = Adicionar tra\u00e7o -button.font.embed = Embutir... -button.yes.all = Sim para tudo -button.no.all = N\u00e3o para tudo -message.font.add.exists = O caractere %char% j\u00e1 existe na etiqueta da fonte.\nQuer substitu\u00ed-lo? - -filter.gfx = Arquivos ScaleForm GFx (*.gfx) -filter.supported = Todos os arquivos suportados -work.canceled = Cancelado -work.restoringControlFlow = Restaurando o fluxo de controle -menu.advancedsettings.advancedsettings = Configura\u00e7\u00f5es avan\u00e7adas -menu.recentFiles = Arquivos recentes - +error.trait.exists=Tra\u00e7o com nome "%name%" j\u00e1 existe. +button.addtrait=Adicionar tra\u00e7o +button.font.embed=Embutir... +button.yes.all=Sim para tudo +button.no.all=N\u00e3o para tudo +message.font.add.exists=O caractere %char% j\u00e1 existe na etiqueta da fonte.\nQuer substitu\u00ed-lo? +filter.gfx=Arquivos ScaleForm GFx (*.gfx) +filter.supported=Todos os arquivos suportados +work.canceled=Cancelado +work.restoringControlFlow=Restaurando o fluxo de controle +menu.advancedsettings.advancedsettings=Configura\u00e7\u00f5es avan\u00e7adas +menu.recentFiles=Arquivos recentes #after version 1.7.4 -work.restoringControlFlow.complete = Fluxo de controle restaurado -message.confirm.recentFileNotFound = Arquivo n\u00e3o encontrado. Voc\u00ea quer remov\u00ea-lo da lista de arquivos recentes? -contextmenu.closeSwf = Fechar SWF -menu.settings.autoRenameIdentifiers = Renomear identificadores automaticamente -menu.file.saveasexe = Salvar como Exe... -filter.exe = Arquivos execut\u00e1veis (*.exe) - +work.restoringControlFlow.complete=Fluxo de controle restaurado +message.confirm.recentFileNotFound=Arquivo n\u00e3o encontrado. Voc\u00ea quer remov\u00ea-lo da lista de arquivos recentes? +contextmenu.closeSwf=Fechar SWF +menu.settings.autoRenameIdentifiers=Renomear identificadores automaticamente +menu.file.saveasexe=Salvar como Exe... +filter.exe=Arquivos execut\u00e1veis (*.exe) #after version 1.8.0 -font.updateTexts = Atualizar textos - +font.updateTexts=Atualizar textos #after version 1.8.0u1 -menu.file.close = Fechar -menu.file.closeAll = Fechar tudo -menu.tools.otherTools = Outro -menu.tools.otherTools.clearRecentFiles = Limpar arquivos recentes -fontName.name = Nome da exibi\u00e7\u00e3o da fonte: -fontName.copyright = Copyright da fonte: -button.preview = Pr\u00e9-visualiza\u00e7\u00e3o -button.reset = Redefinir -errors.info = Existem INFORMA\u00e7\u00f5ES no log. Clique para ver. -errors.warning = Existem AVISOS no log. Clique para ver. - -decompilationError = Erro de descompila\u00e7\u00e3o. - -disassemblingProgress.toString = toString -disassemblingProgress.reading = Lendo -disassemblingProgress.deobfuscating = Desofuscando - -contextmenu.moveTag = Mover a tag para - -filter.swc = Arquivos componente SWC. (*.swc) -filter.zip = Arquivos compactados ZIP (*.zip) -filter.binary = Pesquisa bin\u00e1ria - Todos os arquivos (*.*) - -open.error = Erro -open.error.fileNotFound = Arquivo n\u00e3o encontrado -open.error.cannotOpen = N\u00e3o pode abrir o arquivo - -node.others = outros - +menu.file.close=Fechar +menu.file.closeAll=Fechar tudo +menu.tools.otherTools=Outro +menu.tools.otherTools.clearRecentFiles=Limpar arquivos recentes +fontName.name=Nome da exibi\u00e7\u00e3o da fonte: +fontName.copyright=Copyright da fonte: +button.preview=Pr\u00e9-visualiza\u00e7\u00e3o +button.reset=Redefinir +errors.info=Existem INFORMA\u00e7\u00f5ES no log. Clique para ver. +errors.warning=Existem AVISOS no log. Clique para ver. +decompilationError=Erro de descompila\u00e7\u00e3o. +disassemblingProgress.toString=toString +disassemblingProgress.reading=Lendo +disassemblingProgress.deobfuscating=Desofuscando +contextmenu.moveTag=Mover a tag para +filter.swc=Arquivos componente SWC. (*.swc) +filter.zip=Arquivos compactados ZIP (*.zip) +filter.binary=Pesquisa bin\u00e1ria - Todos os arquivos (*.*) +open.error=Erro +open.error.fileNotFound=Arquivo n\u00e3o encontrado +open.error.cannotOpen=N\u00e3o pode abrir o arquivo +node.others=outros #after version 1.8.1 -menu.tools.search = Pesquisa de texto - +menu.tools.search=Pesquisa de texto #after version 1.8.1u1 -menu.tools.timeline = Linha do tempo - -dialog.selectcolor.title = Selecione a cor -button.selectcolor.hint = Clique para selecionar a cor - +menu.tools.timeline=Linha do tempo +dialog.selectcolor.title=Selecione a cor +button.selectcolor.hint=Clique para selecionar a cor #default item name, will be used in following sentences -generictag.array.item = item -generictag.array.insertbeginning = Inserir %item% no come\u00e7o -generictag.array.insertbefore = Inserir %item% antes -generictag.array.remove = Remover %item% -generictag.array.insertafter = Inserir %item% depois -generictag.array.insertend = Inserir %item% no fim - +generictag.array.item=item +generictag.array.insertbeginning=Inserir %item% no come\u00e7o +generictag.array.insertbefore=Inserir %item% antes +generictag.array.remove=Remover %item% +generictag.array.insertafter=Inserir %item% depois +generictag.array.insertend=Inserir %item% no fim #after version 2.0.0 -contextmenu.expandAll = Expandir todos - -filter.sounds = Formatos de som suportados (*.wav, *.mp3) -filter.sounds.wav = Formato de arquivo de Wave (*.wav) -filter.sounds.mp3 = Formato compactado MP3 (*.mp3) - -error.sound.invalid = Som inv\u00e1lido. - -button.prev = Anterior -button.next = Pr\u00f3ximo - +contextmenu.expandAll=Expandir todos +filter.sounds=Formatos de som suportados (*.wav, *.mp3) +filter.sounds.wav=Formato de arquivo de Wave (*.wav) +filter.sounds.mp3=Formato compactado MP3 (*.mp3) +error.sound.invalid=Som inv\u00e1lido. +button.prev=Anterior +button.next=Pr\u00f3ximo #after version 2.1.0 -message.action.playerglobal.title = Biblioteca PlayerGlobal necess\u00e1ria -message.action.playerglobal.needed = Para edi\u00e7\u00e3o direta do ActionScript 3, uma biblioteca chamada "PlayerGlobal.swc" precisa ser baixada do site da Adobe.\r\n%adobehomepage%\r\nPressione OK para ir para a p\u00e1gina de download. -message.action.playerglobal.place = Baixe a biblioteca chamada PlayerGlobal(.swc) e coloque-a no diret\u00f3rio\r\n%libpath%\r\n Pressione OK para continuar. - -message.confirm.experimental.function = Esta fun\u00e7\u00e3o \u00e9 EXPERIMENTAL. Isso significa que voc\u00ea n\u00e3o deve confiar nos resultados e o arquivo SWF pode ficar disfuncional ap\u00f3s salvar. -message.confirm.donotshowagain = N\u00e3o mostrar novamente - -menu.import = Importar -menu.file.import.text = Importar texto -import.select.directory = Selecione o diret\u00f3rio para importar -error.text.import = Erro durante a importa\u00e7\u00e3o de texto. Voc\u00ea quer continuar? - +message.action.playerglobal.title=Biblioteca PlayerGlobal necess\u00e1ria +message.action.playerglobal.needed=Para edi\u00e7\u00e3o direta do ActionScript 3, uma biblioteca chamada "PlayerGlobal.swc" precisa ser baixada do site da Adobe.\r\n%adobehomepage%\r\nPressione OK para ir para a p\u00e1gina de download. +message.action.playerglobal.place=Baixe a biblioteca chamada PlayerGlobal(.swc) e coloque-a no diret\u00f3rio\r\n%libpath%\r\n Pressione OK para continuar. +message.confirm.experimental.function=Esta fun\u00e7\u00e3o \u00e9 EXPERIMENTAL. Isso significa que voc\u00ea n\u00e3o deve confiar nos resultados e o arquivo SWF pode ficar disfuncional ap\u00f3s salvar. +message.confirm.donotshowagain=N\u00e3o mostrar novamente +menu.import=Importar +menu.file.import.text=Importar texto +import.select.directory=Selecione o diret\u00f3rio para importar +error.text.import=Erro durante a importa\u00e7\u00e3o de texto. Voc\u00ea quer continuar? #after version 2.1.1 -contextmenu.removeWithDependencies = Remover com depend\u00eancias - -abc.action.find-usages = Encontrar usos -abc.action.find-declaration = Encontrar declara\u00e7\u00e3o - -contextmenu.rawEdit = Edi\u00e7\u00e3o bruta -contextmenu.jumpToCharacter = Saltar para o caractere - -menu.settings.dumpView = Visualizar despejo - -menu.view = Visualizar -menu.file.view.resources = Recursos -menu.file.view.hex = Despejo hexadecimal - -node.header = header - -header.signature = Assinatura: -header.compression = Compress\u00e3o: -header.compression.lzma = LZMA -header.compression.zlib = ZLIB -header.compression.none = Sem compress\u00e3o -header.version = Vers\u00e3o SWF: -header.gfx = GFX: -header.filesize = Tamanho do arquivo: -header.framerate = Taxa de quadros: -header.framecount = Contagem de quadros: -header.displayrect = Rect da tela: -header.displayrect.value.twips = %xmin%,%ymin% => %xmax%,%ymax% twips -header.displayrect.value.pixels = %xmin%,%ymin% => %xmax%,%ymax% pixels - +contextmenu.removeWithDependencies=Remover com depend\u00eancias +abc.action.find-usages=Encontrar usos +abc.action.find-declaration=Encontrar declara\u00e7\u00e3o +contextmenu.rawEdit=Edi\u00e7\u00e3o bruta +contextmenu.jumpToCharacter=Saltar para o caractere +menu.settings.dumpView=Visualizar despejo +menu.view=Visualizar +menu.file.view.resources=Recursos +menu.file.view.hex=Despejo hexadecimal +node.header=header +header.signature=Assinatura: +header.compression=Compress\u00e3o: +header.compression.lzma=LZMA +header.compression.zlib=ZLIB +header.compression.none=Sem compress\u00e3o +header.version=Vers\u00e3o SWF: +header.gfx=GFX: +header.filesize=Tamanho do arquivo: +header.framerate=Taxa de quadros: +header.framecount=Contagem de quadros: +header.displayrect=Rect da tela: +header.displayrect.value.twips=%xmin%,%ymin% => %xmax%,%ymax% twips +header.displayrect.value.pixels=%xmin%,%ymin% => %xmax%,%ymax% pixels #after version 2.1.2 -contextmenu.saveToFile = Salvar em arquivo -contextmenu.parseActions = Analisar a\u00e7\u00f5es -contextmenu.parseABC = Analisar ABC -contextmenu.parseInstructions = Analisar instru\u00e7\u00f5es AVM2 - +contextmenu.saveToFile=Salvar em arquivo +contextmenu.parseActions=Analisar a\u00e7\u00f5es +contextmenu.parseABC=Analisar ABC +contextmenu.parseInstructions=Analisar instru\u00e7\u00f5es AVM2 #after version 2.1.3 -menu.deobfuscation = Desofusca\u00e7\u00e3o -menu.file.deobfuscation.old = Estilo antigo -menu.file.deobfuscation.new = Novo estilo - +menu.deobfuscation=Desofusca\u00e7\u00e3o +menu.file.deobfuscation.old=Estilo antigo +menu.file.deobfuscation.new=Novo estilo #after version 2.1.4 -contextmenu.openswfinside = Abrir SWF dentro -binarydata.swfInside = Parece que h\u00e1 SWF dentro dessa tag de dados bin\u00e1rios. Clique aqui para carreg\u00e1-lo como sub\u00e1rvore. - +contextmenu.openswfinside=Abrir SWF dentro +binarydata.swfInside=Parece que h\u00e1 SWF dentro dessa tag de dados bin\u00e1rios. Clique aqui para carreg\u00e1-lo como sub\u00e1rvore. #after version 3.0.0 -button.zoomin.hint = Aumentar -button.zoomout.hint = Diminuir -button.zoomfit.hint = Ajustar -button.zoomnone.hint = 1:1 -button.snapshot.hint = Tirar print na \u00e1rea de transfer\u00eancia - -editorTruncateWarning = Texto truncado na posi\u00e7\u00e3o %chars% no modo de depura\u00e7\u00e3o. - +button.zoomin.hint=Aumentar +button.zoomout.hint=Diminuir +button.zoomfit.hint=Ajustar +button.zoomnone.hint=1:1 +button.snapshot.hint=Tirar print na \u00e1rea de transfer\u00eancia +editorTruncateWarning=Texto truncado na posi\u00e7\u00e3o %chars% no modo de depura\u00e7\u00e3o. #Font name which is presented in the SWF Font tag -font.name.intag = Nome da fonte na tag: - -menu.debugger = Depurador -menu.debugger.switch = Depurador -menu.debugger.replacetrace = Substituir chamadas de rastreamento -menu.debugger.showlog = Mostrar registro - -message.debugger = Este Depurador SWF s\u00f3 pode ser usado para imprimir mensagens para a janela de registro, console do navegador ou alertas.\r\nEle N\u00e3O foi projetado para recursos como c\u00f3digo de etapa, pontos de interrup\u00e7\u00e3o etc. - -contextmenu.addTag = Adicionar tag - -deobfuscation.comment.tryenable = Dica: voc\u00ea pode tentar habilitar "Desofusca\u00e7\u00e3o autom\u00e1tica" em Configura\u00e7\u00f5es -deobfuscation.comment.failed = A desofusca\u00e7\u00e3o est\u00e1 ativada, mas a descompila\u00e7\u00e3o ainda falhou. Se o arquivo N\u00e3O estiver ofuscado, desative "Desofusca\u00e7\u00e3o autom\u00e1tica" para obter melhores resultados. - +font.name.intag=Nome da fonte na tag: +menu.debugger=Depurador +menu.debugger.switch=Depurador +menu.debugger.replacetrace=Substituir chamadas de rastreamento +menu.debugger.showlog=Mostrar registro +message.debugger=Este Depurador SWF s\u00f3 pode ser usado para imprimir mensagens para a janela de registro, console do navegador ou alertas.\r\nEle N\u00e3O foi projetado para recursos como c\u00f3digo de etapa, pontos de interrup\u00e7\u00e3o etc. +contextmenu.addTag=Adicionar tag +deobfuscation.comment.tryenable=Dica: voc\u00ea pode tentar habilitar "Desofusca\u00e7\u00e3o autom\u00e1tica" em Configura\u00e7\u00f5es +deobfuscation.comment.failed=A desofusca\u00e7\u00e3o est\u00e1 ativada, mas a descompila\u00e7\u00e3o ainda falhou. Se o arquivo N\u00e3O estiver ofuscado, desative "Desofusca\u00e7\u00e3o autom\u00e1tica" para obter melhores resultados. #after version 4.0.2 -preview.nextframe = Pr\u00f3ximo quadro -preview.prevframe = Quadro anterior -preview.gotoframe = Ir para quadro... - -preview.gotoframe.dialog.title = Ir para quadro -preview.gotoframe.dialog.message = Digite o n\u00famero do quadro (%min% - %max%) -preview.gotoframe.dialog.frame.error = N\u00famero de quadro inv\u00e1lido. Deve ser um n\u00famero entre %min% e %max%. - -error.text.invalid.continue = Texto inv\u00e1lido: %text% na linha %line%. Voc\u00ea quer continuar? - +preview.nextframe=Pr\u00f3ximo quadro +preview.prevframe=Quadro anterior +preview.gotoframe=Ir para quadro... +preview.gotoframe.dialog.title=Ir para quadro +preview.gotoframe.dialog.message=Digite o n\u00famero do quadro (%min% - %max%) +preview.gotoframe.dialog.frame.error=N\u00famero de quadro inv\u00e1lido. Deve ser um n\u00famero entre %min% e %max%. +error.text.invalid.continue=Texto inv\u00e1lido: %text% na linha %line%. Voc\u00ea quer continuar? #after version 4.0.5 -contextmenu.copyTag = Copiar tag para -fit = ajustar -button.setAdvanceValues = Definir valores adiantados - -menu.tools.replace = Substituir texto - -message.confirm.close = H\u00e1 altera\u00e7\u00f5es n\u00e3o salvas. Voc\u00ea realmente quer fechar {swfName}? -message.confirm.closeAll = H\u00e1 altera\u00e7\u00f5es n\u00e3o salvas. Voc\u00ea realmente deseja fechar todos os SWFs? - -contextmenu.exportJavaSource = Exportar Fonte Java -contextmenu.exportSwfXml = Exportar SWF como XML -contextmenu.importSwfXml = Importar SWF XML - -filter.xml = XML - +contextmenu.copyTag=Copiar tag para +fit=ajustar +button.setAdvanceValues=Definir valores adiantados +menu.tools.replace=Substituir texto +message.confirm.close=H\u00e1 altera\u00e7\u00f5es n\u00e3o salvas. Voc\u00ea realmente quer fechar {swfName}? +message.confirm.closeAll=H\u00e1 altera\u00e7\u00f5es n\u00e3o salvas. Voc\u00ea realmente deseja fechar todos os SWFs? +contextmenu.exportJavaSource=Exportar Fonte Java +contextmenu.exportSwfXml=Exportar SWF como XML +contextmenu.importSwfXml=Importar SWF XML +filter.xml=XML #after version 4.1.0 -contextmenu.undo = Desfazer - -text.align.left = Alinhar \u00e0 esquerda -text.align.right = Alinhar \u00e0 direita -text.align.center = Alinhar ao centro -text.align.justify = Alinhamento justificado - -text.undo = Desfazer mudan\u00e7as - -menu.file.import.xml = Importar SWF XML -menu.file.export.xml = Exportar SWF XML - +contextmenu.undo=Desfazer +text.align.left=Alinhar \u00e0 esquerda +text.align.right=Alinhar \u00e0 direita +text.align.center=Alinhar ao centro +text.align.justify=Alinhamento justificado +text.undo=Desfazer mudan\u00e7as +menu.file.import.xml=Importar SWF XML +menu.file.export.xml=Exportar SWF XML #after version 4.1.1 -text.align.translatex.decrease = Diminuir TranslateX -text.align.translatex.increase = Aumentar TranslateX -selectPreviousTag = Selecionar tag anterior -selectNextTag = Selecionar pr\u00f3xima tag -button.ignoreAll = Ignorar tudo -menu.file.import.symbolClass = Importar Symbol-Class -text.toggleCase = Alternar mai\u00fasculas/min\u00fasculas - +text.align.translatex.decrease=Diminuir TranslateX +text.align.translatex.increase=Aumentar TranslateX +selectPreviousTag=Selecionar tag anterior +selectNextTag=Selecionar pr\u00f3xima tag +button.ignoreAll=Ignorar tudo +menu.file.import.symbolClass=Importar Symbol-Class +text.toggleCase=Alternar mai\u00fasculas/min\u00fasculas #after version 5.0.2 -preview.loop = Repetir -menu.file.import.script = Importar scripts -contextmenu.copyTagWithDependencies = Copiar tag com depend\u00eancias para -button.replaceWithTag = Substituir por outra tag de caractere -button.resolveConstants = Resolver constantes - +preview.loop=Repetir +menu.file.import.script=Importar scripts +contextmenu.copyTagWithDependencies=Copiar tag com depend\u00eancias para +button.replaceWithTag=Substituir por outra tag de caractere +button.resolveConstants=Resolver constantes #after version 5.1.0 -button.viewConstants = Ver constantes -work.exported = Exportado -button.replaceAlphaChannel = Substituir canal alfa... - -tagInfo.header.name = Nome -tagInfo.header.value = Valor -tagInfo.tagType = Tipo de tag -tagInfo.characterId = ID do caractere -tagInfo.offset = Deslocamento -tagInfo.length = Comprimento -tagInfo.bounds = Limites -tagInfo.width = Largura -tagInfo.height = Altura -tagInfo.neededCharacters = Caracteres necess\u00e1rios - -button.viewhexpcode = Ver Hex com instru\u00e7\u00f5es -taginfo.header = Informa\u00e7\u00f5es b\u00e1sicas de tags - -tagInfo.dependentCharacters = Caracteres dependentes - +button.viewConstants=Ver constantes +work.exported=Exportado +button.replaceAlphaChannel=Substituir canal alfa... +tagInfo.header.name=Nome +tagInfo.header.value=Valor +tagInfo.tagType=Tipo de tag +tagInfo.characterId=ID do caractere +tagInfo.offset=Deslocamento +tagInfo.length=Comprimento +tagInfo.bounds=Limites +tagInfo.width=Largura +tagInfo.height=Altura +tagInfo.neededCharacters=Caracteres necess\u00e1rios +button.viewhexpcode=Ver Hex com instru\u00e7\u00f5es +taginfo.header=Informa\u00e7\u00f5es b\u00e1sicas de tags +tagInfo.dependentCharacters=Caracteres dependentes #after version 5.3.0 -header.uncompressed = Descompactado -header.warning.unsupportedGfxCompression = GFX suporta apenas conte\u00fado n\u00e3o compactado ou compactado Zlib. -header.warning.minimumZlibVersion = A compacta\u00e7\u00e3o Zlib precisa do SWF vers\u00e3o 6 ou superior. -header.warning.minimumLzmaVersion = A compacta\u00e7\u00e3o LZMA precisa do SWF vers\u00e3o 13 ou superior. - -tagInfo.codecName = Nome do codec -tagInfo.exportFormat = Formato de exporta\u00e7\u00e3o -tagInfo.samplingRate = Taxa de amostragem -tagInfo.stereo = Est\u00e9reo -tagInfo.sampleCount = Contagem de amostra - -filter.dmg = Arquivos execut\u00e1veis Mac (*.dmg) -filter.linuxExe = Arquivos execut\u00e1veis Linux - -import.script.result = %count% scripts importados. -import.script.as12warning = A importa\u00e7\u00e3o de script pode importar apenas scripts AS1/2. - -error.constantPoolTooBig = Piscina de constantes \u00e9 muito grande. index=%index%, size=%size% -error.image.alpha.invalid = Dados de canal alfa inv\u00e1lidos. - +header.uncompressed=Descompactado +header.warning.unsupportedGfxCompression=GFX suporta apenas conte\u00fado n\u00e3o compactado ou compactado Zlib. +header.warning.minimumZlibVersion=A compacta\u00e7\u00e3o Zlib precisa do SWF vers\u00e3o 6 ou superior. +header.warning.minimumLzmaVersion=A compacta\u00e7\u00e3o LZMA precisa do SWF vers\u00e3o 13 ou superior. +tagInfo.codecName=Nome do codec +tagInfo.exportFormat=Formato de exporta\u00e7\u00e3o +tagInfo.samplingRate=Taxa de amostragem +tagInfo.stereo=Est\u00e9reo +tagInfo.sampleCount=Contagem de amostra +filter.dmg=Arquivos execut\u00e1veis Mac (*.dmg) +filter.linuxExe=Arquivos execut\u00e1veis Linux +import.script.result=%count% scripts importados. +import.script.as12warning=A importa\u00e7\u00e3o de script pode importar apenas scripts AS1/2. +error.constantPoolTooBig=Piscina de constantes \u00e9 muito grande. index=%index%, size=%size% +error.image.alpha.invalid=Dados de canal alfa inv\u00e1lidos. #after version 6.0.2 -contextmenu.saveUncompressedToFile = Salvar em arquivo descompactado -menu.settings.autoOpenLoadedSWFs = Abrir SWFs carregados durante a reprodu\u00e7\u00e3o - +contextmenu.saveUncompressedToFile=Salvar em arquivo descompactado +menu.settings.autoOpenLoadedSWFs=Abrir SWFs carregados durante a reprodu\u00e7\u00e3o #after version 6.1.1 -menu.file.start = Iniciar -menu.file.start.run = Executar -menu.file.start.stop = Parar -menu.file.start.debug = Depurar -menu.debugging = Depurando -menu.debugging.debug = Depurar -menu.debugging.debug.stop = Parar -menu.debugging.debug.pause = Pausar -menu.debugging.debug.stepOver = Passar por cima -menu.debugging.debug.stepInto = Passar adiante -menu.debugging.debug.stepOut = Sair -menu.debugging.debug.continue = Continuar -menu.debugging.debug.stack = Pilha... -menu.debugging.debug.watch = Assistir novamente... - -message.playerpath.notset = Projetor do Flash Player n\u00e3o encontrado. Por favor, configure seu caminho em Configura\u00e7\u00f5es Avan\u00e7adas / Caminhos (1). -message.playerpath.debug.notset = Depurador de conte\u00fado do projetor do Flash Player n\u00e3o encontrado. Por favor, configure seu caminho em Configura\u00e7\u00f5es Avan\u00e7adas / Caminhos (2). -message.playerpath.lib.notset = PlayerGlobal (.SWC) n\u00e3o encontrado. Por favor, configure seu caminho em Configura\u00e7\u00f5es Avan\u00e7adas / Caminhos (3). - -debugpanel.header = Depurando - -variables.header.registers = Registros -variables.header.locals = Locais -variables.header.arguments = Argumentos -variables.header.scopeChain = Cadeia de escopo -variables.column.name = Nome -variables.column.type = Tipo -variables.column.value = Valor - -callStack.header = Pilha de chamadas -callStack.header.file = Arquivo -callStack.header.line = Linha - -stack.header = Pilha -stack.header.item = Item - -constantpool.header = Piscina constante -constantpool.header.id = Id -constantpool.header.value = Valor - -work.running = Executando -work.debugging = Depurando -work.debugging.instrumenting = Preparando SWF para depura\u00e7\u00e3o -work.breakat = Pausa em -work.halted = A depura\u00e7\u00e3o come\u00e7ou, a execu\u00e7\u00e3o foi interrompida. Adicione pontos de interrup\u00e7\u00e3o e clique em Continuar (F5) para retomar a execu\u00e7\u00e3o. - -debuglog.header = Registro -debuglog.button.clear = Limpar - +menu.file.start=Iniciar +menu.file.start.run=Executar +menu.file.start.stop=Parar +menu.file.start.debug=Depurar +menu.debugging=Depurando +menu.debugging.debug=Depurar +menu.debugging.debug.stop=Parar +menu.debugging.debug.pause=Pausar +menu.debugging.debug.stepOver=Passar por cima +menu.debugging.debug.stepInto=Passar adiante +menu.debugging.debug.stepOut=Sair +menu.debugging.debug.continue=Continuar +menu.debugging.debug.stack=Pilha... +menu.debugging.debug.watch=Assistir novamente... +message.playerpath.notset=Projetor do Flash Player n\u00e3o encontrado. Por favor, configure seu caminho em Configura\u00e7\u00f5es Avan\u00e7adas / Caminhos (1). +message.playerpath.debug.notset=Depurador de conte\u00fado do projetor do Flash Player n\u00e3o encontrado. Por favor, configure seu caminho em Configura\u00e7\u00f5es Avan\u00e7adas / Caminhos (2). +message.playerpath.lib.notset=PlayerGlobal (.SWC) n\u00e3o encontrado. Por favor, configure seu caminho em Configura\u00e7\u00f5es Avan\u00e7adas / Caminhos (3). +debugpanel.header=Depurando +variables.header.registers=Registros +variables.header.locals=Locais +variables.header.arguments=Argumentos +variables.header.scopeChain=Cadeia de escopo +variables.column.name=Nome +variables.column.type=Tipo +variables.column.value=Valor +callStack.header=Pilha de chamadas +callStack.header.file=Arquivo +callStack.header.line=Linha +stack.header=Pilha +stack.header.item=Item +constantpool.header=Piscina constante +constantpool.header.id=Id +constantpool.header.value=Valor +work.running=Executando +work.debugging=Depurando +work.debugging.instrumenting=Preparando SWF para depura\u00e7\u00e3o +work.breakat=Pausa em +work.halted=A depura\u00e7\u00e3o come\u00e7ou, a execu\u00e7\u00e3o foi interrompida. Adicione pontos de interrup\u00e7\u00e3o e clique em Continuar (F5) para retomar a execu\u00e7\u00e3o. +debuglog.header=Registro +debuglog.button.clear=Limpar #after 7.0.1 -work.debugging.wait = Aguardando a conex\u00e3o do projetor de depura\u00e7\u00e3o Flash - -error.debug.listen = N\u00e3o foi poss\u00edvel escutar na porta %port%. Pode haver outro depurador flash em execu\u00e7\u00e3o. - -debug.break.reason.unknown = (Desconhecido) -debug.break.reason.breakpoint = (Ponto de interrup\u00e7\u00e3o) -debug.break.reason.watch = (Assistir) -debug.break.reason.fault = (Falha) -debug.break.reason.stopRequest = (Pedido de parada) -debug.break.reason.step = (Etapa) -debug.break.reason.halt = (Parar) -debug.break.reason.scriptLoaded = (Script carregado) - -menu.file.start.debugpcode = Depurar P-code - +work.debugging.wait=Aguardando a conex\u00e3o do projetor de depura\u00e7\u00e3o Flash +error.debug.listen=N\u00e3o foi poss\u00edvel escutar na porta %port%. Pode haver outro depurador flash em execu\u00e7\u00e3o. +debug.break.reason.unknown=(Desconhecido) +debug.break.reason.breakpoint=(Ponto de interrup\u00e7\u00e3o) +debug.break.reason.watch=(Assistir) +debug.break.reason.fault=(Falha) +debug.break.reason.stopRequest=(Pedido de parada) +debug.break.reason.step=(Etapa) +debug.break.reason.halt=(Parar) +debug.break.reason.scriptLoaded=(Script carregado) +menu.file.start.debugpcode=Depurar P-code #after 7.1.2 -button.replaceNoFill = Substituir - atualizar limites... -message.warning.svgImportExperimental = Nem todos os recursos SVG s\u00e3o suportados. Por favor, verifique o log ap\u00f3s a importa\u00e7\u00e3o. - -message.imported.swf = O arquivo SWF usa ativos de um arquivo SWF importado:\n%url%\nDeseja que os ativos sejam carregados dessa URL? -message.imported.swf.manually = N\u00e3o foi poss\u00edvel carregar SWF importado\n%url%\nO arquivo ou URL n\u00e3o existe.\nDeseja selecionar o arquivo local? - -message.warning.hexViewNotUpToDate = A Visualiza\u00e7\u00e3o Hex n\u00e3o est\u00e1 atualizada. Salve e recarregue o arquivo para atualizar a Visualiza\u00e7\u00e3o Hex. -message.font.replace.updateTexts = Alguns caracteres foram substitu\u00eddos. Deseja atualizar os textos existentes? - -menu.settings.simplifyExpressions = Simplificar express\u00f5es - +button.replaceNoFill=Substituir - atualizar limites... +message.warning.svgImportExperimental=Nem todos os recursos SVG s\u00e3o suportados. Por favor, verifique o log ap\u00f3s a importa\u00e7\u00e3o. +message.imported.swf=O arquivo SWF usa ativos de um arquivo SWF importado:\n%url%\nDeseja que os ativos sejam carregados dessa URL? +message.imported.swf.manually=N\u00e3o foi poss\u00edvel carregar SWF importado\n%url%\nO arquivo ou URL n\u00e3o existe.\nDeseja selecionar o arquivo local? +message.warning.hexViewNotUpToDate=A Visualiza\u00e7\u00e3o Hex n\u00e3o est\u00e1 atualizada. Salve e recarregue o arquivo para atualizar a Visualiza\u00e7\u00e3o Hex. +message.font.replace.updateTexts=Alguns caracteres foram substitu\u00eddos. Deseja atualizar os textos existentes? +menu.settings.simplifyExpressions=Simplificar express\u00f5es #after 8.0.1 -menu.recentFiles.empty = A lista de arquivos recentes est\u00e1 vazia -message.warning.outOfMemory32BitJre = Ocorreu um erro OutOfMemory. Voc\u00ea est\u00e1 executando o Java de 32 bits em um sistema de 64 bits. Por favor, use Java de 64 bits. - -menu.file.reloadAll = Recarregar tudo -message.confirm.reloadAll = Esta a\u00e7\u00e3o cancela todas as altera\u00e7\u00f5es n\u00e3o salvas em todos os arquivos SWF e recarrega todo o aplicativo novamente.\nDeseja continuar? -export.script.singleFilePallelModeWarning = A exporta\u00e7\u00e3o de script de arquivo \u00fanico n\u00e3o \u00e9 compat\u00edvel com a acelera\u00e7\u00e3o paralela habilitada - -button.showOriginalBytesInPcodeHex = Mostrar bytes originais -button.remove = Remover -button.showFileOffsetInPcodeHex = Mostrar deslocamento do arquivo - -generic.editor.amf3.title = Editor AMF3 -generic.editor.amf3.help = Sintaxe do valor AMF3:\n\ +menu.recentFiles.empty=A lista de arquivos recentes est\u00e1 vazia +message.warning.outOfMemory32BitJre=Ocorreu um erro OutOfMemory. Voc\u00ea est\u00e1 executando o Java de 32 bits em um sistema de 64 bits. Por favor, use Java de 64 bits. +menu.file.reloadAll=Recarregar tudo +message.confirm.reloadAll=Esta a\u00e7\u00e3o cancela todas as altera\u00e7\u00f5es n\u00e3o salvas em todos os arquivos SWF e recarrega todo o aplicativo novamente.\nDeseja continuar? +export.script.singleFilePallelModeWarning=A exporta\u00e7\u00e3o de script de arquivo \u00fanico n\u00e3o \u00e9 compat\u00edvel com a acelera\u00e7\u00e3o paralela habilitada +button.showOriginalBytesInPcodeHex=Mostrar bytes originais +button.remove=Remover +button.showFileOffsetInPcodeHex=Mostrar deslocamento do arquivo +generic.editor.amf3.title=Editor AMF3 +generic.editor.amf3.help=Sintaxe do valor AMF3:\n\ ------------------\n\ tipos escalares:\n\ %scalar_samples%\ @@ -731,388 +576,351 @@ generic.editor.amf3.help = Sintaxe do valor AMF3:\n\ * Tipos de dados n\u00e3o escalares podem ser referenciados por atributos "id" declarados anteriormente com sintaxe #:\n\ %reference_sample%\n\ * As chaves nas entradas de dicion\u00e1rio podem ser de qualquer tipo\n -contextmenu.showInResources = Mostrar em Recursos -message.flexpath.notset = Flex SDK n\u00e3o encontrado. Por favor, configure seu caminho em Configura\u00e7\u00f5es Avan\u00e7adas / Caminhos (4). - - +contextmenu.showInResources=Mostrar em Recursos +message.flexpath.notset=Flex SDK n\u00e3o encontrado. Por favor, configure seu caminho em Configura\u00e7\u00f5es Avan\u00e7adas / Caminhos (4). #add after panel.disassembled string -abc.detail.split = : -abc.detail.trait = Tra\u00e7o - %trait_type% -abc.detail.trait.method = M\u00e9todo -abc.detail.trait.getter = Getter -abc.detail.trait.setter = Setter -abc.detail.trait.slot = Slot -abc.detail.trait.const = Const -abc.detail.trait.class = Classe -abc.detail.trait.function = Fun\u00e7\u00e3o - -abc.detail.specialmethod = M\u00e9todo especial - %specialmethod_type% -abc.detail.specialmethod.scriptinitializer = Inicializador de script -abc.detail.specialmethod.classinitializer = Inicializador de classe -abc.detail.specialmethod.instanceinitializer = Inicializador de inst\u00e2ncia -abc.detail.innerfunction = Fun\u00e7\u00e3o interna - -button.edit.script.decompiled = Editar ActionScript -button.edit.script.disassembled = Editar P-code - -debug.watch.add = Adicionar rel\u00f3gio a %name% -debug.watch.add.read = Ler -debug.watch.add.write = Escrever -debug.watch.add.readwrite = Ler+Escrever- - -error.debug.watch.add = N\u00e3o foi poss\u00edvel adicionar rel\u00f3gio a esta vari\u00e1vel. - -variables.column.scope = Escopo -variables.column.flags = Flags -variables.column.trait = Tra\u00e7o - -message.font.setadvancevalues = Esta opera\u00e7\u00e3o definir\u00e1 o avan\u00e7o de TODOS os caracteres nesta tag para os avan\u00e7os da fonte de fonte selecionada. - -menu.tools.deobfuscation.renameColliding = Renomear tra\u00e7os/classes em colis\u00e3o - -filter.iggy = Arquivos Iggy (*.iggy) - +abc.detail.split=: +abc.detail.trait=Tra\u00e7o - %trait_type% +abc.detail.trait.method=M\u00e9todo +abc.detail.trait.getter=Getter +abc.detail.trait.setter=Setter +abc.detail.trait.slot=Slot +abc.detail.trait.const=Const +abc.detail.trait.class=Classe +abc.detail.trait.function=Fun\u00e7\u00e3o +abc.detail.specialmethod=M\u00e9todo especial - %specialmethod_type% +abc.detail.specialmethod.scriptinitializer=Inicializador de script +abc.detail.specialmethod.classinitializer=Inicializador de classe +abc.detail.specialmethod.instanceinitializer=Inicializador de inst\u00e2ncia +abc.detail.innerfunction=Fun\u00e7\u00e3o interna +button.edit.script.decompiled=Editar ActionScript +button.edit.script.disassembled=Editar P-code +debug.watch.add=Adicionar rel\u00f3gio a %name% +debug.watch.add.read=Ler +debug.watch.add.write=Escrever +debug.watch.add.readwrite=Ler+Escrever- +error.debug.watch.add=N\u00e3o foi poss\u00edvel adicionar rel\u00f3gio a esta vari\u00e1vel. +variables.column.scope=Escopo +variables.column.flags=Flags +variables.column.trait=Tra\u00e7o +message.font.setadvancevalues=Esta opera\u00e7\u00e3o definir\u00e1 o avan\u00e7o de TODOS os caracteres nesta tag para os avan\u00e7os da fonte de fonte selecionada. +menu.tools.deobfuscation.renameColliding=Renomear tra\u00e7os/classes em colis\u00e3o +filter.iggy=Arquivos Iggy (*.iggy) #after 11.1.0 -script.seemsBroken = AVISO: A descompila\u00e7\u00e3o do c\u00f3digo cont\u00e9m \u00a7\u00a7 instru\u00e7\u00f5es. \ +script.seemsBroken=AVISO: A descompila\u00e7\u00e3o do c\u00f3digo cont\u00e9m \u00a7\u00a7 instru\u00e7\u00f5es. \ Isso geralmente \u00e9 causado por uma ofusca\u00e7\u00e3o (consulte Configura\u00e7\u00f5es/Desofusca\u00e7\u00e3o autom\u00e1tica) \ ou um compilador n\u00e3o padr\u00e3o usado (Haxe, etc.). #after 13.0.3 -button.removetrait = Remover tra\u00e7o - -message.confirm.removetrait = Voc\u00ea realmente deseja remover o tra\u00e7o selecionado? - -contextmenu.addScript = Adicionar script - -contextmenu.addClass = Adicionar classe - -contextmenu.removeScript = Remover script - -message.confirm.remove.nodep = Voc\u00ea tem certeza que deseja remover %item%? - -message.confirm.removemultiple.nodep = Tem certeza de que deseja remover %count% itens? - -menu.recentSearches = Pesquisas recentes para o arquivo atual -menu.recentSearches.empty = A lista de pesquisas recentes est\u00e1 vazia +button.removetrait=Remover tra\u00e7o +message.confirm.removetrait=Voc\u00ea realmente deseja remover o tra\u00e7o selecionado? +contextmenu.addScript=Adicionar script +contextmenu.addClass=Adicionar classe +contextmenu.removeScript=Remover script +message.confirm.remove.nodep=Voc\u00ea tem certeza que deseja remover %item%? +message.confirm.removemultiple.nodep=Tem certeza de que deseja remover %count% itens? +menu.recentSearches=Pesquisas recentes para o arquivo atual +menu.recentSearches.empty=A lista de pesquisas recentes est\u00e1 vazia #after 14.1.0 -menu.tools.otherTools.clearRecentSearches = Limpar todas as pesquisas recentes -menu.recentSearches.clear = limpar resultados de pesquisa -message.confirm.recentSearches.clear = Voc\u00ea realmente deseja limpar as pesquisas recentes do arquivo atual? - -message.input.gotoCharacter.title = Ir para o caractere -message.input.gotoCharacter = Digite o id do caractere - -message.character.notfound = Caractere %characterid% n\u00e3o encontrado. - -FileChooser.preview = Visualizar -FileChooser.previewNotAvailable = (Pr\u00e9-visualiza\u00e7\u00e3o n\u00e3o dispon\u00edvel) - +menu.tools.otherTools.clearRecentSearches=Limpar todas as pesquisas recentes +menu.recentSearches.clear=limpar resultados de pesquisa +message.confirm.recentSearches.clear=Voc\u00ea realmente deseja limpar as pesquisas recentes do arquivo atual? +message.input.gotoCharacter.title=Ir para o caractere +message.input.gotoCharacter=Digite o id do caractere +message.character.notfound=Caractere %characterid% n\u00e3o encontrado. +FileChooser.preview=Visualizar +FileChooser.previewNotAvailable=(Pr\u00e9-visualiza\u00e7\u00e3o n\u00e3o dispon\u00edvel) #after 14.2.1 -button.freetransform = Transforma\u00e7\u00e3o livre - +button.freetransform=Transforma\u00e7\u00e3o livre #after 14.3.1 -error.outOfMemory.title = Erro - mem\u00f3ria insuficiente -error.outOfMemory = O descompilador ficou sem mem\u00f3ria. O tamanho m\u00e1ximo atual do Java Heap est\u00e1 definido como %maxheap%. -error.outOfMemory.windows = Ele \u00e9 definido para o m\u00e1ximo dispon\u00edvel quando voc\u00ea executa o aplicativo por meio de "ffdec.exe".\nSe voc\u00ea executa o aplicativo por meio de "ffdec.bat", voc\u00ea pode configur\u00e1-lo nesse arquivo manualmente para um valor mais alto. -error.outOfMemory.unixmac = Voc\u00ea pode aumentar este m\u00e1ximo editando o arquivo "ffdec.sh". -error.outOfMemory.64bit = Voc\u00ea precisa de SO de 64 bits e Java de 64 bits para usar mais mem\u00f3ria do que cca 1 GB. -error.outOfMemory.32BitJreOn64bitOs = AVISO: Voc\u00ea est\u00e1 executando o Java de 32 bits em um sistema de 64 bits. Por favor, use Java de 64 bits. - -notavailable.internalviewer = A visualiza\u00e7\u00e3o deste objeto s\u00f3 est\u00e1 dispon\u00edvel por meio do componente Flash ActiveX.\n \ +error.outOfMemory.title=Erro - mem\u00f3ria insuficiente +error.outOfMemory=O descompilador ficou sem mem\u00f3ria. O tamanho m\u00e1ximo atual do Java Heap est\u00e1 definido como %maxheap%. +error.outOfMemory.windows=Ele \u00e9 definido para o m\u00e1ximo dispon\u00edvel quando voc\u00ea executa o aplicativo por meio de "ffdec.exe".\nSe voc\u00ea executa o aplicativo por meio de "ffdec.bat", voc\u00ea pode configur\u00e1-lo nesse arquivo manualmente para um valor mais alto. +error.outOfMemory.unixmac=Voc\u00ea pode aumentar este m\u00e1ximo editando o arquivo "ffdec.sh". +error.outOfMemory.64bit=Voc\u00ea precisa de SO de 64 bits e Java de 64 bits para usar mais mem\u00f3ria do que cca 1 GB. +error.outOfMemory.32BitJreOn64bitOs=AVISO: Voc\u00ea est\u00e1 executando o Java de 32 bits em um sistema de 64 bits. Por favor, use Java de 64 bits. +notavailable.internalviewer=A visualiza\u00e7\u00e3o deste objeto s\u00f3 est\u00e1 dispon\u00edvel por meio do componente Flash ActiveX.\n \ Voc\u00ea pode habilitar usando o Flash ActiveX marcando\n \ Configura\u00e7\u00f5es Avan\u00e7adas / Outros / (Descontinuado) Usar o Adobe Flash player para visualiza\u00e7\u00e3o de objetos - -notavailable.activex = A visualiza\u00e7\u00e3o deste objeto n\u00e3o est\u00e1 dispon\u00edvel porque o componente Flash ActiveX n\u00e3o est\u00e1 funcionando corretamente em seu sistema.\n \ +notavailable.activex=A visualiza\u00e7\u00e3o deste objeto n\u00e3o est\u00e1 dispon\u00edvel porque o componente Flash ActiveX n\u00e3o est\u00e1 funcionando corretamente em seu sistema.\n \ Esta \u00e9 uma situa\u00e7\u00e3o bastante comum, pois a Adobe abandonou o suporte em 2021. - -notavailable.activex.disable = Voc\u00ea pode habilitar o uso do visualizador interno desmarcando\n \ +notavailable.activex.disable=Voc\u00ea pode habilitar o uso do visualizador interno desmarcando\n \ Configura\u00e7\u00f5es Avan\u00e7adas / Outros / (Descontinuado) Use o Adobe Flash player para visualiza\u00e7\u00e3o de objetos\n \ Mas, infelizmente, isso n\u00e3o funcionar\u00e1 para tags de filme. - #after 14.5.2 -button.showin.flashprojector = Mostrar no projetor flash - -message.info = Informa\u00e7\u00e3o - -message.info.importScripts = Durante a importa\u00e7\u00e3o de scripts, voc\u00ea precisa selecionar uma PASTA.\r\n \ +button.showin.flashprojector=Mostrar no projetor flash +message.info=Informa\u00e7\u00e3o +message.info.importScripts=Durante a importa\u00e7\u00e3o de scripts, voc\u00ea precisa selecionar uma PASTA.\r\n \ A pasta deve conter a subpasta "scripts" e sua \u00e1rvore deve corresponder \u00e0 \u00e1rvore de script existente no SWF selecionado atual.\r\n \ A melhor maneira de obter a estrutura correta \u00e9 exportar os scripts no arquivo SWF atual primeiro. \r\n\r\n \ Observe tamb\u00e9m que esta importa\u00e7\u00e3o usa o mesmo compilador da edi\u00e7\u00e3o AS padr\u00e3o na janela FFDec (Experimental para AS3). - -message.info.importTexts = Durante a importa\u00e7\u00e3o de texto, voc\u00ea precisa selecionar uma PASTA.\r\n \ +message.info.importTexts=Durante a importa\u00e7\u00e3o de texto, voc\u00ea precisa selecionar uma PASTA.\r\n \ A pasta deve conter a subpasta "texts" e os nomes dos arquivos dentro dela devem corresponder aos textos existentes no SWF selecionado atual.\r\n \ A melhor maneira de obter a estrutura correta \u00e9 exportar primeiro os textos no arquivo SWF atual. - -message.info.importSymbolClass = Durante a importa\u00e7\u00e3o de Symbol-Class, voc\u00ea precisa selecionar uma PASTA contendo o arquivo "%file%".\r\n \ +message.info.importSymbolClass=Durante a importa\u00e7\u00e3o de Symbol-Class, voc\u00ea precisa selecionar uma PASTA contendo o arquivo "%file%".\r\n \ Este \u00e9 o mesmo nome de arquivo usado quando exportado. - -message.info.importXml = Para importa\u00e7\u00e3o XML, voc\u00ea precisa de um arquivo XML em formato especial - o formato no qual o FFDec exporta.\r\n \ +message.info.importXml=Para importa\u00e7\u00e3o XML, voc\u00ea precisa de um arquivo XML em formato especial - o formato no qual o FFDec exporta.\r\n \ A melhor maneira de criar esse arquivo XML \u00e9 exportar o XML do SWF existente primeiro. - #after 14.6.0 -tagInfo.dependentFrames = Quadros dependentes - +tagInfo.dependentFrames=Quadros dependentes #after 15.0.0 -imagePanel.depth = profundidade: - -work.importing_as = Importando script -importing_as.finishedin = Importado em %time% -work.deobfuscating_pcode = Desofuscando pcode - -work.injecting_debuginfo = Injetando informa\u00e7\u00f5es de depura\u00e7\u00e3o -work.generating_swd = Gerando arquivo SWD +imagePanel.depth=profundidade: +work.importing_as=Importando script +importing_as.finishedin=Importado em %time% +work.deobfuscating_pcode=Desofuscando pcode +work.injecting_debuginfo=Injetando informa\u00e7\u00f5es de depura\u00e7\u00e3o +work.generating_swd=Gerando arquivo SWD #after 15.1.1 -button.replaceRefs = Substitua as refer\u00eancias por outro ID de caractere -contextmenu.cloneTag = Clonar tag -contextmenu.moveTagAround = Mover tag -contextmenu.addTagBefore = Adicionar tag antes -contextmenu.addTagAfter = Adicionar tag depois -menu.file.view.tagList = Lista de tags -contextmenu.showInTagList = Mostrar na lista de tags -message.input.addFrames.title = Adicionar quadros -message.input.addFrames.howmany = Quantos quadros adicionar -contextmenu.addFramesBefore = Adicionar quadros antes -contextmenu.addFramesAfter = Adicionar quadros depois -contextmenu.addFrames = Adicionar quadros -error.readonly.cannotSave = O arquivo N\u00c3O ser\u00e1 salvo. Esta fonte de arquivo SWF n\u00e3o permite salvar altera\u00e7\u00f5es.\r\nIsso geralmente acontece ao carregar um arquivo de dados bin\u00e1rios ou um arquivo com uma extens\u00e3o desconhecida em modo bin\u00e1rio.\r\nPor favor, use o comando "Salvar Como" para exportar um arquivo SWF espec\u00edfico. -warning.readonly = O arquivo "%file%" foi carregado no modo SOMENTE LEITURA.\r\nAs altera\u00e7\u00f5es que voc\u00ea fizer n\u00e3o ser\u00e3o salvas, a menos que voc\u00ea use o bot\u00e3o "Salvar como".\r\nIsso geralmente acontece ao abrir um arquivo no modo de pesquisa bin\u00e1ria,\r\no arquivo provavelmente possui uma extens\u00e3o desconhecida e, portanto, n\u00e3o \u00e9 poss\u00edvel salvar\r\nporque o formato do arquivo \u00e9 desconhecido. +button.replaceRefs=Substitua as refer\u00eancias por outro ID de caractere +contextmenu.cloneTag=Clonar tag +contextmenu.moveTagAround=Mover tag +contextmenu.addTagBefore=Adicionar tag antes +contextmenu.addTagAfter=Adicionar tag depois +menu.file.view.tagList=Lista de tags +contextmenu.showInTagList=Mostrar na lista de tags +message.input.addFrames.title=Adicionar quadros +message.input.addFrames.howmany=Quantos quadros adicionar +contextmenu.addFramesBefore=Adicionar quadros antes +contextmenu.addFramesAfter=Adicionar quadros depois +contextmenu.addFrames=Adicionar quadros +error.readonly.cannotSave=O arquivo N\u00c3O ser\u00e1 salvo. Esta fonte de arquivo SWF n\u00e3o permite salvar altera\u00e7\u00f5es.\r\nIsso geralmente acontece ao carregar um arquivo de dados bin\u00e1rios ou um arquivo com uma extens\u00e3o desconhecida em modo bin\u00e1rio.\r\nPor favor, use o comando "Salvar Como" para exportar um arquivo SWF espec\u00edfico. +warning.readonly=O arquivo "%file%" foi carregado no modo SOMENTE LEITURA.\r\nAs altera\u00e7\u00f5es que voc\u00ea fizer n\u00e3o ser\u00e3o salvas, a menos que voc\u00ea use o bot\u00e3o "Salvar como".\r\nIsso geralmente acontece ao abrir um arquivo no modo de pesquisa bin\u00e1ria,\r\no arquivo provavelmente possui uma extens\u00e3o desconhecida e, portanto, n\u00e3o \u00e9 poss\u00edvel salvar\r\nporque o formato do arquivo \u00e9 desconhecido. #after 16.0.0 -contextmenu.addTagInside = Adicionar tag dentro -contextmenu.cloneFrame = Clonar quadro -contextmenu.clone = Clonar +contextmenu.addTagInside=Adicionar tag dentro +contextmenu.cloneFrame=Clonar quadro +contextmenu.clone=Clonar #after 16.0.4 -error.action.save.valueTooLarge = O c\u00f3digo n\u00e3o pode ser salvo. A representa\u00e7\u00e3o bin\u00e1ria deste script gerada pelo compilador\r\nFFDecs requer mais espa\u00e7o do que o limite m\u00e1ximo de bytes permitido.\r\nExiste um limite de quantos bytes podem ser armazenados em uma tag de a\u00e7\u00e3o e/ou ActionDefineFunction/2.\r\nVoc\u00ea pode tentar reduzir o script e/ou as fun\u00e7\u00f5es que ele cont\u00e9m e tentar novamente. -contextmenu.attachTag = Anexar tag -contextmenu.showInHexDump = Mostrar despejo hexadecimal\ +error.action.save.valueTooLarge=O c\u00f3digo n\u00e3o pode ser salvo. A representa\u00e7\u00e3o bin\u00e1ria deste script gerada pelo compilador\r\nFFDecs requer mais espa\u00e7o do que o limite m\u00e1ximo de bytes permitido.\r\nExiste um limite de quantos bytes podem ser armazenados em uma tag de a\u00e7\u00e3o e/ou ActionDefineFunction/2.\r\nVoc\u00ea pode tentar reduzir o script e/ou as fun\u00e7\u00f5es que ele cont\u00e9m e tentar novamente. +contextmenu.attachTag=Anexar tag +contextmenu.showInHexDump=Mostrar despejo hexadecimal\ -menu.file.new = Novo vazio -new.filename = sem t\u00edtulo -error.missing.characterTag.single = ERRO: A tag requer a tag de caractere %tag%, mas n\u00e3o est\u00e1 definida antes desta tag. Defina este caractere ou altere a ordem da tag movendo-a para a posi\u00e7\u00e3o correta. -error.missing.characterTag.multi = ERRO: A tag requer tags de caracteres %tags% mas elas n\u00e3o s\u00e3o definidas antes desta tag.\ +menu.file.new=Novo vazio +new.filename=sem t\u00edtulo +error.missing.characterTag.single=ERRO: A tag requer a tag de caractere %tag%, mas n\u00e3o est\u00e1 definida antes desta tag. Defina este caractere ou altere a ordem da tag movendo-a para a posi\u00e7\u00e3o correta. +error.missing.characterTag.multi=ERRO: A tag requer tags de caracteres %tags% mas elas n\u00e3o s\u00e3o definidas antes desta tag.\ Defina esses caracteres ou altere a ordem das tags movendo as tags para a posi\u00e7\u00e3o correta. #after 16.1.0 -contextmenu.clipboard = \u00c1rea de transfer\u00eancia de tags -contextmenu.cutTag = Recortar para a \u00e1rea de transfer\u00eancia de tags -contextmenu.cutTagWithDependencies = Recortar para a \u00e1rea de transfer\u00eancia de tags com depend\u00eancias -contextmenu.paste = Colar -contextmenu.pasteBefore = Colar antes -contextmenu.pasteAfter = Colar depois -contextmenu.pasteInside = Colar dentro -menu.file.import.other = Importar outro... -menu.file.import.image = Importar imagens -message.info.importImages = Durante a importa\u00e7\u00e3o de imagens, voc\u00ea precisa selecionar uma PASTA.\r\n\ +contextmenu.clipboard=\u00c1rea de transfer\u00eancia de tags +contextmenu.cutTag=Recortar para a \u00e1rea de transfer\u00eancia de tags +contextmenu.cutTagWithDependencies=Recortar para a \u00e1rea de transfer\u00eancia de tags com depend\u00eancias +contextmenu.paste=Colar +contextmenu.pasteBefore=Colar antes +contextmenu.pasteAfter=Colar depois +contextmenu.pasteInside=Colar dentro +menu.file.import.other=Importar outro... +menu.file.import.image=Importar imagens +message.info.importImages=Durante a importa\u00e7\u00e3o de imagens, voc\u00ea precisa selecionar uma PASTA.\r\n\ A pasta deve conter a subpasta "images" e os nomes dos arquivos dentro dela devem corresponder \u00e0s imagens existentes no SWF atualmente selecionado.\r\n\ A melhor maneira de obter a estrutura correta \u00e9 exportar primeiro as imagens no arquivo SWF atual. -work.importing = Importando -import.finishedin = Importado em %time% -error.import = Erro durante a importa\u00e7\u00e3o -import.image.result = %count% imagens importadas. -clipboard.hint = N\u00famero de itens na \u00e1rea de transfer\u00eancia de tags -clipboard.item = 1 item -clipboard.items = %count% itens -clipboard.clear = Limpar a \u00e1rea de transfer\u00eancia de tags +work.importing=Importando +import.finishedin=Importado em %time% +error.import=Erro durante a importa\u00e7\u00e3o +import.image.result=%count% imagens importadas. +clipboard.hint=N\u00famero de itens na \u00e1rea de transfer\u00eancia de tags +clipboard.item=1 item +clipboard.items=%count% itens +clipboard.clear=Limpar a \u00e1rea de transfer\u00eancia de tags #after 16.2.0 -contextmenu.moveTagWithDependencies = Mover tag com depend\u00eancias para -contextmenu.moveUp = Mover para cima -contextmenu.moveDown = Mover para baixo -contextmenu.changeCharset = Alterar conjunto de caracteres (atual:% charset%) -contextmenu.more = Mais... -error.charset.nocharacter = O conjunto de caracteres selecionado n\u00e3o cont\u00e9m o caractere "%char%". +contextmenu.moveTagWithDependencies=Mover tag com depend\u00eancias para +contextmenu.moveUp=Mover para cima +contextmenu.moveDown=Mover para baixo +contextmenu.changeCharset=Alterar conjunto de caracteres (atual:% charset%) +contextmenu.more=Mais... +error.charset.nocharacter=O conjunto de caracteres selecionado n\u00e3o cont\u00e9m o caractere "%char%". #after 16.3.1 -button.show = Mostrar/ocultar visualiza\u00e7\u00e3o -button.freeze = Congelar (n\u00e3o animar subsprites) -library = Biblioteca: -message.airpath.lib.notset = AirGlobal (.SWC) n\u00e3o encontrado. Configure seu caminho em Configura\u00e7\u00f5es Avan\u00e7adas/Caminhos (6). -message.action.airglobal.title = Biblioteca AirGlobal necess\u00e1ria -menu.file.import.shape = Importar formas -menu.file.import.shapeNoFill = Importar formas - atualizar limites -message.info.importShapes = Durante a importa\u00e7\u00e3o de formas, voc\u00ea precisa selecionar uma PASTA.\r\n\ +button.show=Mostrar/ocultar visualiza\u00e7\u00e3o +button.freeze=Congelar (n\u00e3o animar subsprites) +library=Biblioteca: +message.airpath.lib.notset=AirGlobal (.SWC) n\u00e3o encontrado. Configure seu caminho em Configura\u00e7\u00f5es Avan\u00e7adas/Caminhos (6). +message.action.airglobal.title=Biblioteca AirGlobal necess\u00e1ria +menu.file.import.shape=Importar formas +menu.file.import.shapeNoFill=Importar formas - atualizar limites +message.info.importShapes=Durante a importa\u00e7\u00e3o de formas, voc\u00ea precisa selecionar uma PASTA.\r\n\ A pasta deve conter a subpasta "shapes" e os nomes dos arquivos dentro dela devem corresponder \u00e0s formas existentes no SWF atualmente selecionado.\r\n\ A melhor maneira de obter a estrutura correta \u00e9 exportar primeiro as formas no arquivo SWF atual. -import.shape.result = %count% formas importadas. -pin = Clique para fixar este item -unpin = Fixado - clique para desafixar este item. -contextmenu.unpin = Desafixar -contextmenu.unpin.all = Desafixar tudo -contextmenu.unpin.others = Desafixar outros -menu.tools.otherTools.clearPinnedItems = Limpar itens fixados -menu.settings.flattenASPackages = Agrupar pacotes ActionScript -work.reading.abc = Lendo ABC -filter.abc = Arquivos de bytecode ActionScript 3 (*.abc) -contextmenu.exportAbc = Exportar ABC -contextmenu.pin = Fixar +import.shape.result=%count% formas importadas. +pin=Clique para fixar este item +unpin=Fixado - clique para desafixar este item. +contextmenu.unpin=Desafixar +contextmenu.unpin.all=Desafixar tudo +contextmenu.unpin.others=Desafixar outros +menu.tools.otherTools.clearPinnedItems=Limpar itens fixados +menu.settings.flattenASPackages=Agrupar pacotes ActionScript +work.reading.abc=Lendo ABC +filter.abc=Arquivos de bytecode ActionScript 3 (*.abc) +contextmenu.exportAbc=Exportar ABC +contextmenu.pin=Fixar #after 17.0.4 -productinfo.product = Produto: -productinfo.product.unknown = Desconhecido -productinfo.edition = Edi\u00e7\u00e3o: -productinfo.edition.none = Nenhum -productinfo.version = Vers\u00e3o: -productinfo.build = Constru\u00e7\u00e3o: -productinfo.compileDate = Data de compila\u00e7\u00e3o: -message.video.installvlc = O arquivo "%file%" cont\u00e9m tags de v\u00eddeo (DefineVideoStream).\r\n\ +productinfo.product=Produto: +productinfo.product.unknown=Desconhecido +productinfo.edition=Edi\u00e7\u00e3o: +productinfo.edition.none=Nenhum +productinfo.version=Vers\u00e3o: +productinfo.build=Constru\u00e7\u00e3o: +productinfo.compileDate=Data de compila\u00e7\u00e3o: +message.video.installvlc=O arquivo "%file%" cont\u00e9m tags de v\u00eddeo (DefineVideoStream).\r\n\ Para exibi-los corretamente no descompilador, \u00e9 necess\u00e1rio o VLC media player instalado (vers\u00e3o m\u00ednima 3.0.0).\r\n\ No entanto, voc\u00ea ainda pode exportar os v\u00eddeos para o formato de arquivo FLV sem ele. -button.mute = Silenciar sons de quadro -button.transform = Transformar -transform = Transformar -transform.transformPoint = Ponto de transforma\u00e7\u00e3o -transform.basic = B\u00e1sica -transform.basic.flip.horizontally = Virar horizontalmente -transform.basic.flip.vertically = Virar verticalmente -transform.basic.rotate90.clockwise = Girar -90\u00b0 -transform.basic.rotate90.anticlockwise = Girar -90\u00b0 -transform.basic.rotate180 = Girar 180\u00b0 -transform.move = Mover -transform.move.horizontal = Horizontal: -transform.move.vertical = Vertical: -transform.move.relative = Movimento relativo -transform.scale = Escala -transform.scale.width = Largura: -transform.scale.height = Altura: -transform.scale.proportionally = Escala proporcionalmente -transform.rotate = Girar: -transform.rotate.angle = \u00c2ngulo: -transform.skew = Inclinar -transform.skew.horizontal = Horizontal: -transform.skew.vertical = Vertical: -transform.matrix = Matriz -transform.matrix.a = A -transform.matrix.b = B -transform.matrix.c = C -transform.matrix.d = D -transform.matrix.e = E -transform.matrix.f = F -transform.matrix.editCurrent = Editar matriz atual -transform.apply = Aplicar -transform.clear = Limpar -status.editing = Voc\u00ea est\u00e1 no modo EDI\u00c7\u00c3O. Fa\u00e7a as altera\u00e7\u00f5es e pressione o bot\u00e3o Salvar. Ou descarte as altera\u00e7\u00f5es com o bot\u00e3o Cancelar. Voc\u00ea n\u00e3o pode mudar para outro item durante a edi\u00e7\u00e3o. +button.mute=Silenciar sons de quadro +button.transform=Transformar +transform=Transformar +transform.transformPoint=Ponto de transforma\u00e7\u00e3o +transform.basic=B\u00e1sica +transform.basic.flip.horizontally=Virar horizontalmente +transform.basic.flip.vertically=Virar verticalmente +transform.basic.rotate90.clockwise=Girar -90\u00b0 +transform.basic.rotate90.anticlockwise=Girar -90\u00b0 +transform.basic.rotate180=Girar 180\u00b0 +transform.move=Mover +transform.move.horizontal=Horizontal: +transform.move.vertical=Vertical: +transform.move.relative=Movimento relativo +transform.scale=Escala +transform.scale.width=Largura: +transform.scale.height=Altura: +transform.scale.proportionally=Escala proporcionalmente +transform.rotate=Girar: +transform.rotate.angle=\u00c2ngulo: +transform.skew=Inclinar +transform.skew.horizontal=Horizontal: +transform.skew.vertical=Vertical: +transform.matrix=Matriz +transform.matrix.a=A +transform.matrix.b=B +transform.matrix.c=C +transform.matrix.d=D +transform.matrix.e=E +transform.matrix.f=F +transform.matrix.editCurrent=Editar matriz atual +transform.apply=Aplicar +transform.clear=Limpar +status.editing=Voc\u00ea est\u00e1 no modo EDI\u00c7\u00c3O. Fa\u00e7a as altera\u00e7\u00f5es e pressione o bot\u00e3o Salvar. Ou descarte as altera\u00e7\u00f5es com o bot\u00e3o Cancelar. Voc\u00ea n\u00e3o pode mudar para outro item durante a edi\u00e7\u00e3o. #after 18.0.0 -button.deobfuscate = Desofuscar -button.deobfuscate_options = Op\u00e7\u00f5es de desofusca\u00e7\u00e3o -deobfuscate_options.simplify_expressions = Simplificar express\u00f5es -deobfuscate_options.remove_obfuscated_declarations = Remover declara\u00e7\u00f5es ofuscadas atribu\u00eddas \u00fanicas -message.confirm.autoRenameIdentifiers = O recurso de renomea\u00e7\u00e3o autom\u00e1tica de identificadores percorrer\u00e1 o c\u00f3digo AS\r\nao abrir o arquivo SWF e renomear\u00e1 todos os nomes fora do padr\u00e3o para identificadores v\u00e1lidos.\r\nEsse recurso pode danificar o arquivo SWF ao salv\u00e1-lo - USE-O POR SUA CONTA E RISCO. -error.deobfuscation = A desofusca\u00e7\u00e3o falhou para alguns dos m\u00e9todos. -message.info.importShapes2 = Durante a importa\u00e7\u00e3o de formas, voc\u00ea precisa selecionar uma PASTA.\r\n\ +button.deobfuscate=Desofuscar +button.deobfuscate_options=Op\u00e7\u00f5es de desofusca\u00e7\u00e3o +deobfuscate_options.simplify_expressions=Simplificar express\u00f5es +deobfuscate_options.remove_obfuscated_declarations=Remover declara\u00e7\u00f5es ofuscadas atribu\u00eddas \u00fanicas +message.confirm.autoRenameIdentifiers=O recurso de renomea\u00e7\u00e3o autom\u00e1tica de identificadores percorrer\u00e1 o c\u00f3digo AS\r\nao abrir o arquivo SWF e renomear\u00e1 todos os nomes fora do padr\u00e3o para identificadores v\u00e1lidos.\r\nEsse recurso pode danificar o arquivo SWF ao salv\u00e1-lo - USE-O POR SUA CONTA E RISCO. +error.deobfuscation=A desofusca\u00e7\u00e3o falhou para alguns dos m\u00e9todos. +message.info.importShapes2=Durante a importa\u00e7\u00e3o de formas, voc\u00ea precisa selecionar uma PASTA.\r\n\ Os nomes de arquivos dentro da pasta devem corresponder \u00e0s formas existentes no SWF atualmente selecionado.\r\n\ Se houver uma pasta "shapes" dentro dela, ela ser\u00e1 selecionada.\r\n\ A melhor maneira de obter a estrutura correta \u00e9 exportar primeiro as formas no arquivo SWF atual. -message.info.importScripts2 = Durante a importa\u00e7\u00e3o de scripts, voc\u00ea precisa selecionar uma PASTA.\r\n\ +message.info.importScripts2=Durante a importa\u00e7\u00e3o de scripts, voc\u00ea precisa selecionar uma PASTA.\r\n\ Sua \u00e1rvore deve corresponder \u00e0 \u00e1rvore de script existente no SWF atualmente selecionado.\r\n\ Se houver uma pasta "scripts" dentro dela, ela ser\u00e1 selecionada.\r\n\ A melhor maneira de obter a estrutura correta \u00e9 exportar primeiro os scripts no arquivo SWF atual. \r\n\r\n\ Observe tamb\u00e9m que esta importa\u00e7\u00e3o usa o mesmo compilador da edi\u00e7\u00e3o AS padr\u00e3o na janela FFDec (Experimental para AS3). -message.info.importTexts2 = Durante a importa\u00e7\u00e3o de texto, voc\u00ea precisa selecionar uma PASTA.\r\n\ +message.info.importTexts2=Durante a importa\u00e7\u00e3o de texto, voc\u00ea precisa selecionar uma PASTA.\r\n\ Os nomes de arquivos dentro da pasta devem corresponder aos textos existentes no SWF atualmente selecionado.\r\n\ Se houver uma pasta "texts" dentro dela, ela ser\u00e1 selecionada.\r\n\ A melhor maneira de obter a estrutura correta \u00e9 exportar primeiro os textos no arquivo SWF atual. -message.info.importImages2 = Durante a importa\u00e7\u00e3o de imagens, voc\u00ea precisa selecionar uma PASTA.\r\n\ +message.info.importImages2=Durante a importa\u00e7\u00e3o de imagens, voc\u00ea precisa selecionar uma PASTA.\r\n\ Os nomes de arquivos dentro da pasta devem corresponder \u00e0s imagens existentes no SWF atualmente selecionado.\r\n\ Se existir a pasta "images" dentro dela, ela ser\u00e1 selecionada.\r\n\ A melhor maneira de obter a estrutura correta \u00e9 exportar primeiro as imagens no arquivo SWF atual. -transform.clipboard = \u00c1rea de transfer\u00eancia -transform.clipboard.copy = Copiar matriz para a \u00e1rea de transfer\u00eancia -transform.clipboard.paste = Colar matriz da \u00e1rea de transfer\u00eancia -status.editing.autosave = Voc\u00ea est\u00e1 no modo EDI\u00c7\u00c3O. Fa\u00e7a as altera\u00e7\u00f5es e pressione o bot\u00e3o Salvar. Ou descarte as altera\u00e7\u00f5es com o bot\u00e3o Cancelar. Se voc\u00ea mudar para outra tag, a edi\u00e7\u00e3o atual ser\u00e1 salva automaticamente. -error.sound.rate = O som de entrada tem taxa de amostragem n\u00e3o suportada: %saplingRate%.\r\n\ +transform.clipboard=\u00c1rea de transfer\u00eancia +transform.clipboard.copy=Copiar matriz para a \u00e1rea de transfer\u00eancia +transform.clipboard.paste=Colar matriz da \u00e1rea de transfer\u00eancia +status.editing.autosave=Voc\u00ea est\u00e1 no modo EDI\u00c7\u00c3O. Fa\u00e7a as altera\u00e7\u00f5es e pressione o bot\u00e3o Salvar. Ou descarte as altera\u00e7\u00f5es com o bot\u00e3o Cancelar. Se voc\u00ea mudar para outra tag, a edi\u00e7\u00e3o atual ser\u00e1 salva automaticamente. +error.sound.rate=O som de entrada tem taxa de amostragem n\u00e3o suportada: %saplingRate%.\r\n\ Voc\u00ea deve convert\u00ea-lo para uma das taxas suportadas (%supportedRates%)\r\n\ com algum editor de som antes de importar. -filter.movies = Formatos de filme suportados (%extensions%) -error.movie.invalid = Filme inv\u00e1lido. -menu.file.import.movie = Importar filmes -message.info.importMovies2 = Durante a importa\u00e7\u00e3o de filmes, voc\u00ea precisa selecionar uma PASTA.\r\n\ +filter.movies=Formatos de filme suportados (%extensions%) +error.movie.invalid=Filme inv\u00e1lido. +menu.file.import.movie=Importar filmes +message.info.importMovies2=Durante a importa\u00e7\u00e3o de filmes, voc\u00ea precisa selecionar uma PASTA.\r\n\ Os nomes de arquivos dentro da pasta devem corresponder aos filmes existentes no SWF atualmente selecionado.\r\n\ Se existir a pasta "movies" dentro dela, ela ser\u00e1 selecionada.\r\n\ A melhor maneira de obter a estrutura correta \u00e9 exportar primeiro os filmes no arquivo SWF atual. -import.movie.result = %count% filmes importados. -menu.file.import.sound = Importar sons -message.info.importSounds2 = Durante a importa\u00e7\u00e3o de sons, voc\u00ea precisa selecionar uma PASTA.\r\n\ +import.movie.result=%count% filmes importados. +menu.file.import.sound=Importar sons +message.info.importSounds2=Durante a importa\u00e7\u00e3o de sons, voc\u00ea precisa selecionar uma PASTA.\r\n\ Os nomes de arquivos dentro da pasta devem corresponder aos sons existentes no SWF atualmente selecionado.\r\n\ Se houver uma pasta "sons" dentro dela, ela ser\u00e1 selecionada.\r\n\ A melhor maneira de obter a estrutura correta \u00e9 exportar primeiro os sons no arquivo SWF atual. -import.sound.result = %count% sons importados. +import.sound.result=%count% sons importados. #after 18.2.1 -button.edit.points = Editar pontos -edit.points.x = X: -edit.points.y = Y: -button.morph.show = Mostrar: -button.morph.animation = Anima\u00e7\u00e3o -button.morph.start = Inicio -button.morph.end = Fim -header.displayrect.unit.pixels = pixels -header.displayrect.unit.twips = twips +button.edit.points=Editar pontos +edit.points.x=X: +edit.points.y=Y: +button.morph.show=Mostrar: +button.morph.animation=Anima\u00e7\u00e3o +button.morph.start=Inicio +button.morph.end=Fim +header.displayrect.unit.pixels=pixels +header.displayrect.unit.twips=twips #after 18.3.6 -button.abc.linkedSwfs.hint = Outras depend\u00eancias do SWF -abc.linkedSwfs.one = +1 swf -abc.linkedSwfs.more = +%num% swfs +button.abc.linkedSwfs.hint=Outras depend\u00eancias do SWF +abc.linkedSwfs.one=+1 swf +abc.linkedSwfs.more=+%num% swfs #class trait P-code editor -error.class = Erro de classe -warning.initializers.class = O objeto "extends" tamb\u00e9m \u00e9 usado no inicializador de script para pilha de escopo.\nEditar o valor aqui na caracter\u00edstica da classe n\u00e3o \u00e9 suficiente. -contextmenu.addScript.doaction = Adicionar script de quadro - DoAction -contextmenu.addScript.buttoncondaction = Adicionar script de evento de bot\u00e3o - BUTTONCONDACTION -contextmenu.addScript.clipactionrecord = Adicionar script de evento de inst\u00e2ncia - CLIPACTIONRECORD -contextmenu.addScript.doinitaction = Adicionar script de inicializa\u00e7\u00e3o do sprite - DoInitAction +error.class=Erro de classe +warning.initializers.class=O objeto "extends" tamb\u00e9m \u00e9 usado no inicializador de script para pilha de escopo.\nEditar o valor aqui na caracter\u00edstica da classe n\u00e3o \u00e9 suficiente. +contextmenu.addScript.doaction=Adicionar script de quadro - DoAction +contextmenu.addScript.buttoncondaction=Adicionar script de evento de bot\u00e3o - BUTTONCONDACTION +contextmenu.addScript.clipactionrecord=Adicionar script de evento de inst\u00e2ncia - CLIPACTIONRECORD +contextmenu.addScript.doinitaction=Adicionar script de inicializa\u00e7\u00e3o do sprite - DoInitAction #after 18.4.1 -warning.cannotencrypt = AVISO: O arquivo %file% foi criptografado usando criptografia HARMAN Air.\r\nEle foi descriptografado com sucesso para ser carregado, mas se voc\u00ea quiser salvar o arquivo modificado mais tarde,\r\na criptografia ser\u00e1 removida (= n\u00e3o criptografada). +warning.cannotencrypt=AVISO: O arquivo %file% foi criptografado usando criptografia HARMAN Air.\r\nEle foi descriptografado com sucesso para ser carregado, mas se voc\u00ea quiser salvar o arquivo modificado mais tarde,\r\na criptografia ser\u00e1 removida (= n\u00e3o criptografada). #after 18.5.0 -warning.edit.headerframecount = AVISO: Editar o n\u00famero de quadros no cabe\u00e7alho n\u00e3o atualiza o n\u00famero necess\u00e1rio de tags ShowFrame na linha do tempo do SWF.\r\nPara adicionar novos quadros, \u00e9 melhor usar o menu de contexto do bot\u00e3o direito em SWF -> Adicionar quadros,\r\n\ +warning.edit.headerframecount=AVISO: Editar o n\u00famero de quadros no cabe\u00e7alho n\u00e3o atualiza o n\u00famero necess\u00e1rio de tags ShowFrame na linha do tempo do SWF.\r\nPara adicionar novos quadros, \u00e9 melhor usar o menu de contexto do bot\u00e3o direito em SWF -> Adicionar quadros,\r\n\ que atualizar\u00e1 a contagem de quadros no cabe\u00e7alho de acordo. -warning.icon = Clique para mostrar o aviso relacionado -button.export = Exportar -error.font.cannotaddcharacter = ERRO: N\u00e3o \u00e9 poss\u00edvel adicionar mais caracteres \u00e0 fonte.\r\nCaracteres adicionados com sucesso: %numchars%. -info.noteditable.compound = O script \u00e9 composto \u2013 possui m\u00faltiplas defini\u00e7\u00f5es vis\u00edveis externamente. A edi\u00e7\u00e3o direta n\u00e3o est\u00e1 dispon\u00edvel. -menu.tools.abcexplorer = Explorador ABC -contextmenu.abcexplorer = Explorar ABC -button.abcexploretrait = Mostrar tra\u00e7o no ABC Explorer +warning.icon=Clique para mostrar o aviso relacionado +button.export=Exportar +error.font.cannotaddcharacter=ERRO: N\u00e3o \u00e9 poss\u00edvel adicionar mais caracteres \u00e0 fonte.\r\nCaracteres adicionados com sucesso: %numchars%. +info.noteditable.compound=O script \u00e9 composto \u2013 possui m\u00faltiplas defini\u00e7\u00f5es vis\u00edveis externamente. A edi\u00e7\u00e3o direta n\u00e3o est\u00e1 dispon\u00edvel. +menu.tools.abcexplorer=Explorador ABC +contextmenu.abcexplorer=Explorar ABC +button.abcexploretrait=Mostrar tra\u00e7o no ABC Explorer #after 19.0.0 -binarydata.swfInside.packer = Parece que h\u00e1 SWF dentro desta tag de dados bin\u00e1rios compactada com % packer%. Clique aqui para descompactar o SWF e carreg\u00e1-lo como sub\u00e1rvore. -button.replaceWithGif = Substituir por GIF... -message.info.importSprites = Durante a importa\u00e7\u00e3o de sprites, voc\u00ea precisa selecionar uma PASTA.\r\n\ +binarydata.swfInside.packer=Parece que h\u00e1 SWF dentro desta tag de dados bin\u00e1rios compactada com % packer%. Clique aqui para descompactar o SWF e carreg\u00e1-lo como sub\u00e1rvore. +button.replaceWithGif=Substituir por GIF... +message.info.importSprites=Durante a importa\u00e7\u00e3o de sprites, voc\u00ea precisa selecionar uma PASTA.\r\n\ A pasta deve conter a subpasta "sprites" e os nomes dos arquivos dentro dela devem corresponder aos sprites existentes no SWF atualmente selecionado.\r\n\ Cada arquivo deve ter extens\u00e3o ".gif". -import.sprite.result = %count% sprites importados. -menu.file.import.sprite = Importar sprites de GIF -error.shapeTooLarge = Alguns comprimentos da forma s\u00e3o muito grandes para serem salvos.\r\nAproxime os pontos, redimensione a forma e/ou insira um ponto no meio das bordas longas antes de continuar. +import.sprite.result=%count% sprites importados. +menu.file.import.sprite=Importar sprites de GIF +error.shapeTooLarge=Alguns comprimentos da forma s\u00e3o muito grandes para serem salvos.\r\nAproxime os pontos, redimensione a forma e/ou insira um ponto no meio das bordas longas antes de continuar. #after 19.1.2 -tagInfo.fileName = Nome do arquivo -tagInfo.exportName = Nome de exporta\u00e7\u00e3o -tagInfo.bitmapFormat = Formato bitmap -tagInfo.imageId = ID da imagem -tagInfo.x1 = x1 -tagInfo.y1 = y1 -tagInfo.x2 = x2 -tagInfo.y2 = y2 -tagInfo.bitmapsFormat = Formato de bitmaps -tagInfo.version = Vers\u00e3o -tagInfo.flags = Flags -tagInfo.prefix = Prefixo -tagInfo.swfName = Nome SWF -tagInfo.codeOffsets = Deslocamentos de c\u00f3digo -tagInfo.gradientSize = Tamanho do gradiente -tagInfo.textureId = ID da textura -tagInfo.textureFormat = Formato de textura -tagInfo.padPixels = Pixels de preenchimento -tagInfo.nominalGlyphSz = Tamanho nominal do glifo -tagInfo.glyphCount = Contagem de glifos -tagInfo.fontCount = Contagem de fontes -tag.shape.create = Criar forma a partir do arquivo... -tag.image.create = Criar imagem do arquivo... -tag.sprite.create = Criar sprite a partir de arquivo GIF... -tag.movie.create = Criar filme a partir do arquivo... -tag.sound.create = Criar som a partir de arquivo... -tag.font.create = Criar fonte usando a caixa de di\u00e1logo... -tag.binaryData.create = Criar dados bin\u00e1rios do arquivo... -tag.morphshape.create = Criar morphshape a partir de arquivos de forma... -dialog.morphshape.startShape = Selecione a forma inicial. -dialog.morphshape.endShape = Selecione a forma final. Clique em cancelar para tornar a forma final igual \u00e0 forma inicial. -error.morphshape.incompatible = N\u00e3o foi poss\u00edvel criar morphshape: as formas inicial e final t\u00eam estilos de preenchimento/linha incompat\u00edveis. -shaperecords.status = FillStyle0: %fillstyle0%, FillStyle1: %fillstyle1%, LineStyle: %linestyle%, StylesIndex %stylesindex%, %edge% -shaperecords.edge.straight = Borda reta de %x1%, %y1% a %x2%, %y2% -shaperecords.edge.curved = Borda curva de %x1%, %y1% controle %x2%, %y2% \u00e2ncora %x3%, %y3% -shaperecords.edge.style = Mudan\u00e7a de estilo (%details%) -shaperecords.edge.style.move = Mover para %x%, %y% -shaperecords.edge.style.newstyles = Novos estilos - %numfillstyles%x fillstyle + %numlinestyles%x linestyle -shaperecords.edge.style.fillstyle0 = FillStyle0 = %value% -shaperecords.edge.style.fillstyle1 = FillStyle1 = %value% -shaperecords.edge.end = Fim da forma - -contextmenu.exportFla = Exportar para FLA \ No newline at end of file +tagInfo.fileName=Nome do arquivo +tagInfo.exportName=Nome de exporta\u00e7\u00e3o +tagInfo.bitmapFormat=Formato bitmap +tagInfo.imageId=ID da imagem +tagInfo.x1=x1 +tagInfo.y1=y1 +tagInfo.x2=x2 +tagInfo.y2=y2 +tagInfo.bitmapsFormat=Formato de bitmaps +tagInfo.version=Vers\u00e3o +tagInfo.flags=Flags +tagInfo.prefix=Prefixo +tagInfo.swfName=Nome SWF +tagInfo.codeOffsets=Deslocamentos de c\u00f3digo +tagInfo.gradientSize=Tamanho do gradiente +tagInfo.textureId=ID da textura +tagInfo.textureFormat=Formato de textura +tagInfo.padPixels=Pixels de preenchimento +tagInfo.nominalGlyphSz=Tamanho nominal do glifo +tagInfo.glyphCount=Contagem de glifos +tagInfo.fontCount=Contagem de fontes +tag.shape.create=Criar forma a partir do arquivo... +tag.image.create=Criar imagem do arquivo... +tag.sprite.create=Criar sprite a partir de arquivo GIF... +tag.movie.create=Criar filme a partir do arquivo... +tag.sound.create=Criar som a partir de arquivo... +tag.font.create=Criar fonte usando a caixa de di\u00e1logo... +tag.binaryData.create=Criar dados bin\u00e1rios do arquivo... +tag.morphshape.create=Criar morphshape a partir de arquivos de forma... +dialog.morphshape.startShape=Selecione a forma inicial. +dialog.morphshape.endShape=Selecione a forma final. Clique em cancelar para tornar a forma final igual \u00e0 forma inicial. +error.morphshape.incompatible=N\u00e3o foi poss\u00edvel criar morphshape: as formas inicial e final t\u00eam estilos de preenchimento/linha incompat\u00edveis. +shaperecords.status=FillStyle0: %fillstyle0%, FillStyle1: %fillstyle1%, LineStyle: %linestyle%, StylesIndex %stylesindex%, %edge% +shaperecords.edge.straight=Borda reta de %x1%, %y1% a %x2%, %y2% +shaperecords.edge.curved=Borda curva de %x1%, %y1% controle %x2%, %y2% \u00e2ncora %x3%, %y3% +shaperecords.edge.style=Mudan\u00e7a de estilo (%details%) +shaperecords.edge.style.move=Mover para %x%, %y% +shaperecords.edge.style.newstyles=Novos estilos - %numfillstyles%x fillstyle + %numlinestyles%x linestyle +shaperecords.edge.style.fillstyle0=FillStyle0 = %value% +shaperecords.edge.style.fillstyle1=FillStyle1 = %value% +shaperecords.edge.end=Fim da forma +contextmenu.exportFla=Exportar para FLA \ No newline at end of file diff --git a/src/com/jpexs/decompiler/flash/gui/locales/MainFrame_ru.properties b/src/com/jpexs/decompiler/flash/gui/locales/MainFrame_ru.properties index 07ac9048b..d706d8bec 100644 --- a/src/com/jpexs/decompiler/flash/gui/locales/MainFrame_ru.properties +++ b/src/com/jpexs/decompiler/flash/gui/locales/MainFrame_ru.properties @@ -12,570 +12,444 @@ # # You should have received a copy of the GNU General Public License # along with this program. If not, see . - -menu.file = \u0424\u0430\u0439\u043b -menu.file.open = \u041e\u0442\u043a\u0440\u044b\u0442\u044c... -menu.file.save = \u0421\u043e\u0445\u0440\u0430\u043d\u0438\u0442\u044c -menu.file.saveas = \u0421\u043e\u0445\u0440\u0430\u043d\u0438\u0442\u044c \u043a\u0430\u043a... -menu.file.export.fla = \u042d\u043a\u0441\u043f\u043e\u0440\u0442\u0438\u0440\u043e\u0432\u0430\u0442\u044c \u0432 FLA -menu.file.export.all = \u042d\u043a\u0441\u043f\u043e\u0440\u0442\u0438\u0440\u043e\u0432\u0430\u0442\u044c \u0432\u0441\u0451 -menu.file.export.selection = \u042d\u043a\u0441\u043f\u043e\u0440\u0442\u0438\u0440\u043e\u0432\u0430\u0442\u044c \u0432\u044b\u0431\u0440\u0430\u043d\u043d\u043e\u0435 -menu.file.exit = \u0412\u044b\u0439\u0442\u0438 - -menu.tools = \u0418\u043d\u0441\u0442\u0440\u0443\u043c\u0435\u043d\u0442\u044b -menu.tools.searchas = \u041f\u043e\u0438\u0441\u043a \u043f\u043e \u0432\u0441\u0435\u043c\u0443 ActionScript... -menu.tools.proxy = \u041f\u0440\u043e\u043a\u0441\u0438 -menu.tools.deobfuscation = \u0414\u0435\u043e\u0431\u0444\u0443\u0441\u043a\u0430\u0446\u0438\u044f -menu.tools.deobfuscation.pcode = \u0414\u0435\u043e\u0431\u0444\u0443\u0441\u043a\u0430\u0446\u0438\u044f P-code... -menu.tools.deobfuscation.globalrename = \u0413\u043b\u043e\u0431\u0430\u043b\u044c\u043d\u043e \u043f\u0435\u0440\u0435\u0438\u043c\u0435\u043d\u043e\u0432\u0430\u0442\u044c \u0438\u0434\u0435\u043d\u0442\u0438\u0444\u0438\u043a\u0430\u0442\u043e\u0440 -menu.tools.deobfuscation.renameinvalid = \u041f\u0435\u0440\u0435\u0438\u043c\u0435\u043d\u043e\u0432\u0430\u0442\u044c \u043d\u0435\u0432\u0430\u043b\u0438\u0434\u043d\u044b\u0435 \u0438\u0434\u0435\u043d\u0442\u0438\u0444\u0438\u043a\u0430\u0442\u043e\u0440\u044b -menu.tools.gotoDocumentClass = \u041f\u0435\u0440\u0435\u0439\u0442\u0438 \u043a \u043e\u0441\u043d\u043e\u0432\u043d\u043e\u043c\u0443 \u043a\u043b\u0430\u0441\u0441\u0443 - -menu.settings = \u041d\u0430\u0441\u0442\u0440\u043e\u0439\u043a\u0438 -menu.settings.autodeobfuscation = \u0410\u0432\u0442\u043e\u043c\u0430\u0442\u0438\u0447\u0435\u0441\u043a\u0430\u044f \u0434\u0435\u043e\u0431\u0444\u0443\u0441\u043a\u0430\u0446\u0438\u044f -menu.settings.internalflashviewer = \u0418\u0441\u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u0442\u044c \u0441\u043e\u0431\u0441\u0442\u0432\u0435\u043d\u043d\u044b\u0439 \u043f\u0440\u043e\u0438\u0433\u0440\u044b\u0432\u0430\u0442\u0435\u043b\u044c Flash -menu.settings.parallelspeedup = \u041c\u043d\u043e\u0433\u043e\u043f\u043e\u0442\u043e\u0447\u043d\u043e\u0441\u0442\u044c (\u0443\u0441\u043a\u043e\u0440\u0438\u0442\u044c \u0440\u0430\u0431\u043e\u0442\u0443 \u043f\u0440\u043e\u0433\u0440\u0430\u043c\u043c\u044b) -menu.settings.disabledecompilation = \u041e\u0442\u043a\u043b\u044e\u0447\u0438\u0442\u044c \u0434\u0435\u043a\u043e\u043c\u043f\u0438\u043b\u044f\u0446\u0438\u044e (\u0442\u043e\u043b\u044c\u043a\u043e \u0434\u0438\u0437\u0430\u0441\u0441\u0435\u043c\u0431\u043b\u0438\u0440\u043e\u0432\u0430\u0442\u044c) -menu.settings.addtocontextmenu = \u0414\u043e\u0431\u0430\u0432\u0438\u0442\u044c FFDec \u0432 \u043a\u043e\u043d\u0442\u0435\u043a\u0441\u0442\u043d\u043e\u0435 \u043c\u0435\u043d\u044e SWF \u0444\u0430\u0439\u043b\u043e\u0432 -menu.settings.language = \u0418\u0437\u043c\u0435\u043d\u0438\u0442\u044c \u044f\u0437\u044b\u043a -menu.settings.cacheOnDisk = \u041a\u044d\u0448\u0438\u0440\u043e\u0432\u0430\u0442\u044c \u043d\u0430 \u0434\u0438\u0441\u043a -menu.settings.gotoMainClassOnStartup = \u0412\u044b\u0434\u0435\u043b\u0438\u0442\u044c \u043e\u0441\u043d\u043e\u0432\u043d\u043e\u0439 \u043a\u043b\u0430\u0441\u0441 \u043f\u0440\u0438 \u0437\u0430\u043f\u0443\u0441\u043a\u0435 - -menu.help = \u041f\u043e\u043c\u043e\u0449\u044c -menu.help.checkupdates = \u041f\u0440\u043e\u0432\u0435\u0440\u0438\u0442\u044c \u043e\u0431\u043d\u043e\u0432\u043b\u0435\u043d\u0438\u044f... -menu.help.helpus = \u041f\u043e\u0434\u0434\u0435\u0440\u0436\u0438\u0442\u0435 \u043d\u0430\u0441! -menu.help.homepage = \u0414\u043e\u043c\u0430\u0448\u043d\u044f\u044f \u0441\u0442\u0440\u0430\u043d\u0438\u0446\u0430 -menu.help.about = \u041e \u043f\u0440\u043e\u0433\u0440\u0430\u043c\u043c\u0435... - -contextmenu.remove = \u0423\u0434\u0430\u043b\u0438\u0442\u044c - -button.save = \u0421\u043e\u0445\u0440\u0430\u043d\u0438\u0442\u044c -button.edit = \u0420\u0435\u0434\u0430\u043a\u0442\u0438\u0440\u043e\u0432\u0430\u0442\u044c -button.cancel = \u041e\u0442\u043c\u0435\u043d\u0430 -button.replace = \u0417\u0430\u043c\u0435\u043d\u0438\u0442\u044c... - -notavailonthisplatform = \u041f\u0440\u0435\u0434\u0432\u0430\u0440\u0438\u0442\u0435\u043b\u044c\u043d\u044b\u0439 \u043f\u0440\u043e\u0441\u043c\u043e\u0442\u0440 \u044d\u0442\u043e\u0433\u043e \u043e\u0431\u044a\u0435\u043a\u0442\u0430 \u043d\u0435\u0434\u043e\u0441\u0442\u0443\u043f\u0435\u043d \u043d\u0430 \u0434\u0430\u043d\u043d\u043e\u0439 \u043f\u043b\u0430\u0442\u0444\u043e\u0440\u043c\u0435 (\u0442\u043e\u043b\u044c\u043a\u043e \u0434\u043b\u044f Windows). - -swfpreview = \u041f\u0440\u0435\u0434\u0432\u0430\u0440\u0438\u0442\u0435\u043b\u044c\u043d\u044b\u0439 \u043f\u0440\u043e\u0441\u043c\u043e\u0442\u0440 SWF -swfpreview.internal = \u041f\u0440\u0435\u0434\u0432\u0430\u0440\u0438\u0442\u0435\u043b\u044c\u043d\u044b\u0439 \u043f\u0440\u043e\u0441\u043c\u043e\u0442\u0440 SWF (\u0412\u0441\u0442\u0440\u043e\u0435\u043d\u043d\u044b\u0439 \u043f\u0440\u043e\u0438\u0433\u0440\u044b\u0432\u0430\u0442\u0435\u043b\u044c) - -parameters = \u041f\u0430\u0440\u0430\u043c\u0435\u0442\u0440\u044b - -rename.enternew = \u0412\u0432\u0435\u0434\u0438\u0442\u0435 \u043d\u043e\u0432\u043e\u0435 \u0438\u043c\u044f: - -rename.finished.identifier = \u0418\u0434\u0435\u043d\u0442\u0438\u0444\u0438\u043a\u0430\u0442\u043e\u0440 \u043f\u0435\u0440\u0435\u0438\u043c\u0435\u043d\u043e\u0432\u0430\u043d. -rename.finished.multiname = %count% multiname \u043f\u0435\u0440\u0435\u0438\u043c\u0435\u043d\u043e\u0432\u0430\u043d\u043e. - -node.texts = \u0442\u0435\u043a\u0441\u0442\u044b -node.images = \u0438\u0437\u043e\u0431\u0440\u0430\u0436\u0435\u043d\u0438\u044f -node.movies = \u0432\u0438\u0434\u0435\u043e -node.sounds = \u0437\u0432\u0443\u043a\u0438 -node.binaryData = \u0434\u0432\u043e\u0438\u0447\u043d\u044b\u0435 \u0434\u0430\u043d\u043d\u044b\u0435 -node.fonts = \u0448\u0440\u0438\u0444\u0442\u044b -node.sprites = \u0441\u043f\u0440\u0430\u0439\u0442\u044b -node.shapes = \u0444\u043e\u0440\u043c\u044b -node.morphshapes = morphshapes -node.buttons = \u043a\u043d\u043e\u043f\u043a\u0438 -node.frames = \u043a\u0430\u0434\u0440\u044b -node.scripts = \u0441\u043a\u0440\u0438\u043f\u0442\u044b - -message.warning = \u0412\u043d\u0438\u043c\u0430\u043d\u0438\u0435 -message.confirm.experimental = \u041f\u043e\u0441\u043b\u0435\u0434\u0443\u044e\u0449\u0430\u044f \u043f\u0440\u043e\u0446\u0435\u0434\u0443\u0440\u0430 \u043c\u043e\u0436\u0435\u0442 \u043f\u043e\u0432\u0440\u0435\u0434\u0438\u0442\u044c SWF \u0444\u0430\u0439\u043b \u0438 \u0441\u0434\u0435\u043b\u0430\u0442\u044c \u0435\u0433\u043e \u043d\u0435\u0440\u0430\u0431\u043e\u0447\u0438\u043c.\r\n\u0418\u0421\u041f\u041e\u041b\u042c\u0417\u0423\u0419\u0422\u0415 \u041d\u0410 \u0421\u0412\u041e\u0419 \u0421\u0422\u0420\u0410\u0425 \u0418 \u0420\u0418\u0421\u041a! \u0412\u044b \u0436\u0435\u043b\u0430\u0435\u0442\u0435 \u043f\u0440\u043e\u0434\u043e\u043b\u0436\u0438\u0442\u044c? -message.confirm.parallel = \u041c\u043d\u043e\u0433\u043e\u043f\u043e\u0442\u043e\u0447\u043d\u043e\u0441\u0442\u044c \u043c\u043e\u0436\u0435\u0442 \u0443\u0441\u043a\u043e\u0440\u0438\u0442\u044c \u0437\u0430\u0433\u0440\u0443\u0437\u043a\u0443 \u0438 \u0434\u0435\u043a\u043e\u043c\u043f\u0438\u043b\u044f\u0446\u0438\u044e, \u043d\u043e \u043f\u043e\u0442\u0440\u0435\u0431\u0443\u0435\u0442\u0441\u044f \u0431\u043e\u043b\u044c\u0448\u0435 \u043f\u0430\u043c\u044f\u0442\u0438. -message.confirm.on = \u0412\u041a\u041b\u044e\u0447\u0438\u0442\u044c? -message.confirm.off = \u0412\u042b\u041a\u041b\u044e\u0447\u0438\u0442\u044c? -message.confirm = \u041f\u043e\u0434\u0442\u0432\u0435\u0440\u0434\u0438\u0442\u044c - -message.confirm.autodeobfuscate = \u0410\u0432\u0442\u043e\u043c\u0430\u0442\u0438\u0447\u0435\u0441\u043a\u0430\u044f \u0434\u0435\u043e\u0431\u0444\u0443\u0441\u043a\u0430\u0446\u0438\u044f \u043f\u043e\u043c\u043e\u0433\u0430\u0435\u0442 \u0434\u0435\u043a\u043e\u043c\u043f\u0438\u043b\u0438\u0440\u043e\u0432\u0430\u0442\u044c \u043e\u0431\u0444\u0443\u0441\u0446\u0438\u0440\u043e\u0432\u0430\u043d\u043d\u044b\u0439 \u043a\u043e\u0434.\r\n\u0414\u0435\u043e\u0431\u0444\u0443\u0441\u043a\u0430\u0446\u0438\u044f \u0437\u0430\u043c\u0435\u0434\u043b\u044f\u0435\u0442 \u0434\u0435\u043a\u043e\u043c\u043f\u0438\u043b\u044f\u0446\u0438\u044e \u0438 \u043c\u043e\u0436\u0435\u0442 \u043f\u0440\u0438\u0432\u0435\u0441\u0442\u0438 \u043a \u0443\u0434\u0430\u043b\u0435\u043d\u0438\u044e \u043d\u0435\u043a\u043e\u0442\u043e\u0440\u043e\u0433\u043e \"\u043c\u0451\u0440\u0442\u0432\u043e\u0433\u043e\" \u043a\u043e\u0434\u0430.\r\n\u0410\u0432\u0442\u043e\u043c\u0430\u0442\u0438\u0447\u0435\u0441\u043a\u0443\u044e \u0434\u0435\u043e\u0431\u0444\u0443\u0441\u043a\u0430\u0446\u0438\u044e \u043b\u0443\u0447\u0448\u0435 \u043e\u0442\u043a\u043b\u044e\u0447\u0438\u0442\u044c, \u0435\u0441\u043b\u0438 \u043a\u043e\u0434 \u043d\u0435 \u043e\u0431\u0444\u0443\u0441\u0446\u0438\u0440\u043e\u0432\u0430\u043d. - -message.parallel = \u041c\u043d\u043e\u0433\u043e\u043f\u043e\u0442\u043e\u0447\u043d\u043e\u0441\u0442\u044c -message.trait.saved = Trait \u0443\u0441\u043f\u0435\u0448\u043d\u043e \u0441\u043e\u0445\u0440\u0430\u043d\u0435\u043d - -message.constant.new.string = \u0421\u0442\u0440\u043e\u043a\u0430 (String) "%value%" \u043e\u0442\u0441\u0443\u0442\u0441\u0442\u0432\u0443\u0435\u0442 \u0432 \u0442\u0430\u0431\u043b\u0438\u0446\u0435 \u043a\u043e\u043d\u0441\u0442\u0430\u043d\u0442. \u0414\u043e\u0431\u0430\u0432\u0438\u0442\u044c? -message.constant.new.string.title = \u0414\u043e\u0431\u0430\u0432\u0438\u0442\u044c \u0441\u0442\u0440\u043e\u043a\u0443 (String) -message.constant.new.integer = \u0426\u0435\u043b\u043e\u0435 \u0447\u0438\u0441\u043b\u043e (Integer) "%value%" \u043e\u0442\u0441\u0443\u0442\u0441\u0442\u0432\u0443\u0435\u0442 \u0432 \u0442\u0430\u0431\u043b\u0438\u0446\u0435 \u043a\u043e\u043d\u0441\u0442\u0430\u043d\u0442. \u0414\u043e\u0431\u0430\u0432\u0438\u0442\u044c? -message.constant.new.integer.title = \u0414\u043e\u0431\u0430\u0432\u0438\u0442\u044c \u0446\u0435\u043b\u043e\u0435 \u0447\u0438\u0441\u043b\u043e (Integer) -message.constant.new.unsignedinteger = \u0411\u0435\u0437\u0437\u043d\u0430\u043a\u043e\u0432\u043e\u0435 \u0446\u0435\u043b\u043e\u0435 \u0447\u0438\u0441\u043b\u043e (Unsigned integer) "%value%" \u043e\u0442\u0441\u0443\u0442\u0441\u0442\u0432\u0443\u0435\u0442 \u0432 \u0442\u0430\u0431\u043b\u0438\u0446\u0435 \u043a\u043e\u043d\u0441\u0442\u0430\u043d\u0442. \u0414\u043e\u0431\u0430\u0432\u0438\u0442\u044c? -message.constant.new.unsignedinteger.title = \u0414\u043e\u0431\u0430\u0432\u0438\u0442\u044c \u0431\u0435\u0437\u0437\u043d\u0430\u043a\u043e\u0432\u043e\u0435 \u0446\u0435\u043b\u043e\u0435 \u0447\u0438\u0441\u043b\u043e (Unsigned integer) -message.constant.new.double = \u0414\u0440\u043e\u0431\u043d\u043e\u0435 \u0447\u0438\u0441\u043b\u043e (Double) "%value%" \u043e\u0442\u0441\u0443\u0442\u0441\u0442\u0432\u0443\u0435\u0442 \u0432 \u0442\u0430\u0431\u043b\u0438\u0446\u0435 \u043a\u043e\u043d\u0441\u0442\u0430\u043d\u0442. \u0414\u043e\u0431\u0430\u0432\u0438\u0442\u044c? -message.constant.new.double.title = \u0414\u043e\u0431\u0430\u0432\u0438\u0442\u044c \u0434\u0440\u043e\u0431\u043d\u043e\u0435 \u0447\u0438\u0441\u043b\u043e (Double) - -work.buffering = \u0411\u0443\u0444\u0435\u0440\u0438\u0437\u0430\u0446\u0438\u044f -work.waitingfordissasembly = \u041e\u0436\u0438\u0434\u0430\u043d\u0438\u0435 \u0434\u0438\u0437\u0430\u0441\u0441\u0435\u043c\u0431\u043b\u0438\u0440\u043e\u0432\u0430\u043d\u0438\u044f -work.gettinghilights = \u041f\u043e\u0434\u0441\u0432\u0435\u0442\u043a\u0430 \u0441\u0438\u043d\u0442\u0430\u043a\u0441\u0438\u0441\u0430 -work.disassembling = \u0414\u0438\u0437\u0430\u0441\u0441\u0435\u043c\u0431\u043b\u0438\u0440\u043e\u0432\u0430\u043d\u0438\u0435 -work.exporting = \u042d\u043a\u0441\u043f\u043e\u0440\u0442 -work.searching = \u041f\u043e\u0438\u0441\u043a -work.renaming = \u041f\u0435\u0440\u0435\u0438\u043c\u0435\u043d\u043e\u0432\u0430\u043d\u0438\u0435 -work.exporting.fla = \u042d\u043a\u0441\u043f\u043e\u0440\u0442 FLA -work.renaming.identifiers = \u041f\u0435\u0440\u0435\u0438\u043c\u0435\u043d\u043e\u0432\u0430\u043d\u0438\u0435 \u0438\u0434\u0435\u043d\u0442\u0438\u0444\u0438\u043a\u0430\u0442\u043e\u0440\u043e\u0432 -work.deobfuscating = \u0414\u0435\u043e\u0431\u0444\u0443\u0441\u043a\u0430\u0446\u0438\u044f -work.decompiling = \u0414\u0435\u043a\u043e\u043c\u043f\u0438\u043b\u044f\u0446\u0438\u044f -work.gettingvariables = \u041f\u043e\u043b\u0443\u0447\u0435\u043d\u0438\u0435 \u043f\u0435\u0440\u0435\u043c\u0435\u043d\u043d\u044b\u0445 -work.reading.swf = \u0427\u0442\u0435\u043d\u0438\u0435 SWF -work.creatingwindow = \u0421\u043e\u0437\u0434\u0430\u043d\u0438\u0435 \u043e\u043a\u043d\u0430 -work.buildingscripttree = \u041f\u043e\u0441\u0442\u0440\u043e\u0435\u043d\u0438\u0435 \u0434\u0435\u0440\u0435\u0432\u0430 \u0441\u043a\u0440\u0438\u043f\u0442\u043e\u0432 - -work.deobfuscating.complete = \u0414\u0435\u043e\u0431\u0444\u0443\u0441\u043a\u0430\u0446\u0438\u044f \u0437\u0430\u0432\u0435\u0440\u0448\u0435\u043d\u0430 - -message.search.notfound = \u0422\u0435\u043a\u0441\u0442 "%searchtext%" \u043d\u0435 \u043d\u0430\u0439\u0434\u0435\u043d. -message.search.notfound.title = \u041d\u0435 \u043d\u0430\u0439\u0434\u0435\u043d\u043e - -message.rename.notfound.multiname = \u041f\u043e\u0434 \u043a\u0443\u0440\u0441\u043e\u0440\u043e\u043c \u0434\u043e\u043b\u0436\u0435\u043d \u0431\u044b\u0442\u044c multiname -message.rename.notfound.identifier = \u041f\u043e\u0434 \u043a\u0443\u0440\u0441\u043e\u0440\u043e\u043c \u0434\u043e\u043b\u0436\u0435\u043d \u0431\u044b\u0442\u044c \u0438\u0434\u0435\u043d\u0442\u0438\u0444\u0438\u043a\u0430\u0442\u043e\u0440 -message.rename.notfound.title = \u041d\u0435 \u043d\u0430\u0439\u0434\u0435\u043d\u043e -message.rename.renamed = \u0418\u0434\u0435\u043d\u0442\u0438\u0444\u0438\u043a\u0430\u0442\u043e\u0440\u043e\u0432 \u043f\u0435\u0440\u0435\u0438\u043c\u0435\u043d\u043e\u0432\u0430\u043d\u043e: %count% - -filter.images = \u0418\u0437\u043e\u0431\u0440\u0430\u0436\u0435\u043d\u0438\u044f (%extensions%) -filter.fla = \u041f\u0440\u043e\u0435\u043a\u0442 %version% (*.fla) -filter.xfl = \u041d\u0435\u0441\u0436\u0430\u0442\u044b\u0439 \u043f\u0440\u043e\u0435\u043a\u0442 %version% (*.xfl) -filter.swf = SWF \u0444\u0430\u0439\u043b\u044b (*.swf) - -error = \u041e\u0448\u0438\u0431\u043a\u0430 -error.image.invalid = \u041d\u0435\u0432\u0435\u0440\u043d\u043e\u0435 \u0438\u0437\u043e\u0431\u0440\u0430\u0436\u0435\u043d\u0438\u0435. - -error.text.invalid = \u041d\u0435\u0432\u0435\u0440\u043d\u044b\u0439 \u0442\u0435\u043a\u0441\u0442: %text% \u0432 \u0441\u0442\u0440\u043e\u043a\u0435 %line% -error.file.save = \u041d\u0435\u0432\u043e\u0437\u043c\u043e\u0436\u043d\u043e \u0441\u043e\u0445\u0440\u0430\u043d\u0438\u0442\u044c \u0444\u0430\u0439\u043b -error.file.write = \u041d\u0435\u0432\u043e\u0437\u043c\u043e\u0436\u043d\u043e \u0437\u0430\u043f\u0438\u0441\u0430\u0442\u044c \u0434\u0430\u043d\u043d\u044b\u0435 \u0432 \u0444\u0430\u0439\u043b -error.export = \u041e\u0448\u0438\u0431\u043a\u0430 \u0432\u043e \u0432\u0440\u0435\u043c\u044f \u044d\u043a\u0441\u043f\u043e\u0440\u0442\u0430 - -export.select.directory = \u0412\u044b\u0431\u0435\u0440\u0438\u0442\u0435 \u043f\u0430\u043f\u043a\u0443 \u0434\u043b\u044f \u044d\u043a\u0441\u043f\u043e\u0440\u0442\u0430 -export.finishedin = \u042d\u043a\u0441\u043f\u043e\u0440\u0442\u0438\u0440\u043e\u0432\u0430\u043d\u043e \u0437\u0430 %time% - -update.check.title = \u041f\u0440\u043e\u0432\u0435\u0440\u043a\u0430 \u043e\u0431\u043d\u043e\u0432\u043b\u0435\u043d\u0438\u0439 -update.check.nonewversion = \u041e\u0431\u043d\u043e\u0432\u043b\u0435\u043d\u0438\u0439 \u043d\u0435\u0442. - -message.helpus = \u041f\u043e\u0436\u0430\u043b\u0443\u0439\u0441\u0442\u0430, \u043f\u043e\u0441\u0435\u0442\u0438\u0442\u0435\r\n%url%\r\n\u0434\u043b\u044f \u043f\u043e\u0434\u0440\u043e\u0431\u043d\u043e\u0441\u0442\u0435\u0439. -message.homepage = \u041f\u043e\u0441\u0435\u0442\u0438\u0442\u0435 \u0434\u043e\u043c\u0430\u0448\u043d\u044e\u044e \u0441\u0442\u0440\u0430\u043d\u0438\u0446\u0443: \r\n%url% - -proxy = \u041f\u0440\u043e\u043a\u0441\u0438 -proxy.start = \u0417\u0430\u043f\u0443\u0441\u0442\u0438\u0442\u044c \u043f\u0440\u043e\u043a\u0441\u0438 -proxy.stop = \u041e\u0441\u0442\u0430\u043d\u043e\u0432\u0438\u0442\u044c \u043f\u0440\u043e\u043a\u0441\u0438 -proxy.show = \u041f\u043e\u043a\u0430\u0437\u0430\u0442\u044c \u043f\u0440\u043e\u043a\u0441\u0438 -exit = \u0412\u044b\u0439\u0442\u0438 - -panel.disassembled = P-\u043a\u043e\u0434 -panel.decompiled = ActionScript - -search.info = \u041f\u043e\u0438\u0441\u043a "%text%": -search.script = \u0421\u043a\u0440\u0438\u043f\u0442 - -constants = Constants -traits = Traits - -pleasewait = \u041f\u043e\u0436\u0430\u043b\u0443\u0439\u0441\u0442\u0430, \u043f\u043e\u0434\u043e\u0436\u0434\u0438\u0442\u0435 - -abc.detail.methodtrait = Method/Getter/Setter Trait -abc.detail.unsupported = - -abc.detail.slotconsttrait = Slot/Const Trait -abc.detail.traitname = \u0418\u043c\u044f: - -abc.detail.body.params.maxstack = \u041c\u0430\u043a\u0441\u0438\u043c\u0430\u043b\u044c\u043d\u044b\u0439 \u0440\u0430\u0437\u043c\u0435\u0440 \u0441\u0442\u0435\u043a\u0430: -abc.detail.body.params.localregcount = \u041a\u043e\u043b\u0438\u0447\u0435\u0441\u0442\u0432\u043e \u043b\u043e\u043a\u0430\u043b\u044c\u043d\u044b\u0445 \u0440\u0435\u0433\u0438\u0441\u0442\u0440\u043e\u0432: -abc.detail.body.params.minscope = \u041c\u0438\u043d\u0438\u043c\u0430\u043b\u044c\u043d\u0430\u044f \u043e\u0431\u043b\u0430\u0441\u0442\u044c \u0432\u0438\u0434\u0438\u043c\u043e\u0441\u0442\u0438: -abc.detail.body.params.maxscope = \u041c\u0430\u043a\u0441\u0438\u043c\u0430\u043b\u044c\u043d\u0430\u044f \u043e\u0431\u043b\u0430\u0441\u0442\u044c \u0432\u0438\u0434\u0438\u043c\u043e\u0441\u0442\u0438: -abc.detail.body.params.autofill = \u0410\u0432\u0442\u043e\u0437\u0430\u043f\u043e\u043b\u043d\u0435\u043d\u0438\u0435 \u043f\u0440\u0438 \u0441\u043e\u0445\u0440\u0430\u043d\u0435\u043d\u0438\u0438 \u043a\u043e\u0434\u0430 (\u0413\u041b\u041e\u0411\u0410\u041b\u042c\u041d\u0410\u042f \u041d\u0410\u0421\u0422\u0420\u041e\u0419\u041a\u0410) -abc.detail.body.params.autofill.experimental = ...\u042d\u041a\u0421\u041f\u0415\u0420\u0418\u041c\u0415\u041d\u0422\u0410\u041b\u042c\u041d\u041e - -abc.detail.methodinfo.methodindex = \u0418\u043d\u0434\u0435\u043a\u0441 \u043c\u0435\u0442\u043e\u0434\u0430: -abc.detail.methodinfo.parameters = \u0410\u0440\u0433\u0443\u043c\u0435\u043d\u0442\u044b: -abc.detail.methodinfo.returnvalue = \u0422\u0438\u043f \u0432\u043e\u0437\u0432\u0440\u0430\u0449\u0430\u0435\u043c\u043e\u0433\u043e \u0437\u043d\u0430\u0447\u0435\u043d\u0438\u044f: - -error.methodinfo.params = \u041e\u0448\u0438\u0431\u043a\u0430 \u0432 \u0430\u0440\u0433\u0443\u043c\u0435\u043d\u0442\u0430\u0445 MethodInfo -error.methodinfo.returnvalue = \u041e\u0448\u0438\u0431\u043a\u0430 \u0432 \u0442\u0438\u043f\u0435 \u0432\u043e\u0437\u0440\u0430\u0449\u0430\u0435\u043c\u043e\u0433\u043e \u0437\u043d\u0430\u0447\u0435\u043d\u0438\u044f MethodInfo - -abc.detail.methodinfo = MethodInfo -abc.detail.body.code = \u041a\u043e\u0434 MethodBody -abc.detail.body.params = \u041f\u0430\u0440\u0430\u043c\u0435\u0442\u0440\u044b MethodBody - -abc.detail.slotconst.typevalue = \u0422\u0438\u043f \u0438 \u0417\u043d\u0430\u0447\u0435\u043d\u0438\u0435: - -error.slotconst.typevalue = \u041e\u0448\u0438\u0431\u043a\u0430 \u0432 \u0442\u0438\u043f\u0435 \u0437\u043d\u0430\u0447\u0435\u043d\u0438\u044f SlotConst - -message.autofill.failed = \u041d\u0435\u0432\u043e\u0437\u043c\u043e\u0436\u043d\u043e \u043f\u043e\u043b\u0443\u0447\u0438\u0442\u044c \u0441\u0442\u0430\u0442\u0438\u0441\u0442\u0438\u043a\u0443 \u043a\u043e\u0434\u0430 \u0434\u043b\u044f \u0430\u0432\u0442\u043e\u043c\u0430\u0442\u0438\u0447\u0435\u0441\u043a\u043e\u0433\u043e \u0437\u0430\u043f\u043e\u043b\u043d\u0435\u043d\u0438\u044f \u043f\u0430\u0440\u0430\u043c\u0435\u0442\u0440\u043e\u0432.\r\n\u041e\u0442\u043a\u043b\u044e\u0447\u0438\u0442\u0435 \u0430\u0432\u0442\u043e\u0437\u0430\u043f\u043e\u043b\u043d\u0435\u043d\u0438\u0435 \u0434\u043b\u044f \u0438\u0437\u0431\u0435\u0436\u0430\u043d\u0438\u044f \u044d\u0442\u043e\u0433\u043e \u0441\u043e\u043e\u0431\u0449\u0435\u043d\u0438\u044f. -info.selecttrait = \u0412\u044b\u0431\u0435\u0440\u0438\u0442\u0435 \u043a\u043b\u0430\u0441\u0441 \u0438 \u043a\u043b\u0438\u043a\u043d\u0438\u0442\u0435 \u043d\u0430 trait \u0432 ActionScript \u0434\u043b\u044f \u0440\u0435\u0434\u0430\u043a\u0442\u0438\u0440\u043e\u0432\u0430\u043d\u0438\u044f. - -button.viewgraph = \u041f\u0440\u043e\u0441\u043c\u043e\u0442\u0440 \u0413\u0440\u0430\u0444\u0430 -button.viewhex = \u041f\u0440\u043e\u0441\u043c\u043e\u0442\u0440 Hex - -action.edit.experimental = (\u042d\u043a\u0441\u043f\u0435\u0440\u0438\u043c\u0435\u043d\u0442\u0430\u043b\u044c\u043d\u043e) - -message.action.saved = \u041a\u043e\u0434 \u0443\u0441\u043f\u0435\u0448\u043d\u043e \u0441\u043e\u0445\u0440\u0430\u043d\u0435\u043d - -error.action.save = %error% \u0432 \u0441\u0442\u0440\u043e\u043a\u0435 %line% - -message.confirm.remove = \u0412\u044b \u0443\u0432\u0435\u0440\u0435\u043d\u044b, \u0447\u0442\u043e \u0445\u043e\u0442\u0438\u0442\u0435 \u0443\u0434\u0430\u043b\u0438\u0442\u044c \u044d\u043b\u0435\u043c\u0435\u043d\u0442 %item%\n \u0438 \u0432\u0441\u0435 \u043e\u0431\u044a\u0435\u043a\u0442\u044b, \u0437\u0430\u0432\u0438\u0441\u044f\u0449\u0438\u0435 \u043e\u0442 \u043d\u0435\u0433\u043e? - +menu.file=\u0424\u0430\u0439\u043b +menu.file.open=\u041e\u0442\u043a\u0440\u044b\u0442\u044c... +menu.file.save=\u0421\u043e\u0445\u0440\u0430\u043d\u0438\u0442\u044c +menu.file.saveas=\u0421\u043e\u0445\u0440\u0430\u043d\u0438\u0442\u044c \u043a\u0430\u043a... +menu.file.export.fla=\u042d\u043a\u0441\u043f\u043e\u0440\u0442\u0438\u0440\u043e\u0432\u0430\u0442\u044c \u0432 FLA +menu.file.export.all=\u042d\u043a\u0441\u043f\u043e\u0440\u0442\u0438\u0440\u043e\u0432\u0430\u0442\u044c \u0432\u0441\u0451 +menu.file.export.selection=\u042d\u043a\u0441\u043f\u043e\u0440\u0442\u0438\u0440\u043e\u0432\u0430\u0442\u044c \u0432\u044b\u0431\u0440\u0430\u043d\u043d\u043e\u0435 +menu.file.exit=\u0412\u044b\u0439\u0442\u0438 +menu.tools=\u0418\u043d\u0441\u0442\u0440\u0443\u043c\u0435\u043d\u0442\u044b +menu.tools.searchas=\u041f\u043e\u0438\u0441\u043a \u043f\u043e \u0432\u0441\u0435\u043c\u0443 ActionScript... +menu.tools.proxy=\u041f\u0440\u043e\u043a\u0441\u0438 +menu.tools.deobfuscation=\u0414\u0435\u043e\u0431\u0444\u0443\u0441\u043a\u0430\u0446\u0438\u044f +menu.tools.deobfuscation.pcode=\u0414\u0435\u043e\u0431\u0444\u0443\u0441\u043a\u0430\u0446\u0438\u044f P-code... +menu.tools.deobfuscation.globalrename=\u0413\u043b\u043e\u0431\u0430\u043b\u044c\u043d\u043e \u043f\u0435\u0440\u0435\u0438\u043c\u0435\u043d\u043e\u0432\u0430\u0442\u044c \u0438\u0434\u0435\u043d\u0442\u0438\u0444\u0438\u043a\u0430\u0442\u043e\u0440 +menu.tools.deobfuscation.renameinvalid=\u041f\u0435\u0440\u0435\u0438\u043c\u0435\u043d\u043e\u0432\u0430\u0442\u044c \u043d\u0435\u0432\u0430\u043b\u0438\u0434\u043d\u044b\u0435 \u0438\u0434\u0435\u043d\u0442\u0438\u0444\u0438\u043a\u0430\u0442\u043e\u0440\u044b +menu.tools.gotoDocumentClass=\u041f\u0435\u0440\u0435\u0439\u0442\u0438 \u043a \u043e\u0441\u043d\u043e\u0432\u043d\u043e\u043c\u0443 \u043a\u043b\u0430\u0441\u0441\u0443 +menu.settings=\u041d\u0430\u0441\u0442\u0440\u043e\u0439\u043a\u0438 +menu.settings.autodeobfuscation=\u0410\u0432\u0442\u043e\u043c\u0430\u0442\u0438\u0447\u0435\u0441\u043a\u0430\u044f \u0434\u0435\u043e\u0431\u0444\u0443\u0441\u043a\u0430\u0446\u0438\u044f +menu.settings.internalflashviewer=\u0418\u0441\u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u0442\u044c \u0441\u043e\u0431\u0441\u0442\u0432\u0435\u043d\u043d\u044b\u0439 \u043f\u0440\u043e\u0438\u0433\u0440\u044b\u0432\u0430\u0442\u0435\u043b\u044c Flash +menu.settings.parallelspeedup=\u041c\u043d\u043e\u0433\u043e\u043f\u043e\u0442\u043e\u0447\u043d\u043e\u0441\u0442\u044c (\u0443\u0441\u043a\u043e\u0440\u0438\u0442\u044c \u0440\u0430\u0431\u043e\u0442\u0443 \u043f\u0440\u043e\u0433\u0440\u0430\u043c\u043c\u044b) +menu.settings.disabledecompilation=\u041e\u0442\u043a\u043b\u044e\u0447\u0438\u0442\u044c \u0434\u0435\u043a\u043e\u043c\u043f\u0438\u043b\u044f\u0446\u0438\u044e (\u0442\u043e\u043b\u044c\u043a\u043e \u0434\u0438\u0437\u0430\u0441\u0441\u0435\u043c\u0431\u043b\u0438\u0440\u043e\u0432\u0430\u0442\u044c) +menu.settings.addtocontextmenu=\u0414\u043e\u0431\u0430\u0432\u0438\u0442\u044c FFDec \u0432 \u043a\u043e\u043d\u0442\u0435\u043a\u0441\u0442\u043d\u043e\u0435 \u043c\u0435\u043d\u044e SWF \u0444\u0430\u0439\u043b\u043e\u0432 +menu.settings.language=\u0418\u0437\u043c\u0435\u043d\u0438\u0442\u044c \u044f\u0437\u044b\u043a +menu.settings.cacheOnDisk=\u041a\u044d\u0448\u0438\u0440\u043e\u0432\u0430\u0442\u044c \u043d\u0430 \u0434\u0438\u0441\u043a +menu.settings.gotoMainClassOnStartup=\u0412\u044b\u0434\u0435\u043b\u0438\u0442\u044c \u043e\u0441\u043d\u043e\u0432\u043d\u043e\u0439 \u043a\u043b\u0430\u0441\u0441 \u043f\u0440\u0438 \u0437\u0430\u043f\u0443\u0441\u043a\u0435 +menu.help=\u041f\u043e\u043c\u043e\u0449\u044c +menu.help.checkupdates=\u041f\u0440\u043e\u0432\u0435\u0440\u0438\u0442\u044c \u043e\u0431\u043d\u043e\u0432\u043b\u0435\u043d\u0438\u044f... +menu.help.helpus=\u041f\u043e\u0434\u0434\u0435\u0440\u0436\u0438\u0442\u0435 \u043d\u0430\u0441! +menu.help.homepage=\u0414\u043e\u043c\u0430\u0448\u043d\u044f\u044f \u0441\u0442\u0440\u0430\u043d\u0438\u0446\u0430 +menu.help.about=\u041e \u043f\u0440\u043e\u0433\u0440\u0430\u043c\u043c\u0435... +contextmenu.remove=\u0423\u0434\u0430\u043b\u0438\u0442\u044c +button.save=\u0421\u043e\u0445\u0440\u0430\u043d\u0438\u0442\u044c +button.edit=\u0420\u0435\u0434\u0430\u043a\u0442\u0438\u0440\u043e\u0432\u0430\u0442\u044c +button.cancel=\u041e\u0442\u043c\u0435\u043d\u0430 +button.replace=\u0417\u0430\u043c\u0435\u043d\u0438\u0442\u044c... +notavailonthisplatform=\u041f\u0440\u0435\u0434\u0432\u0430\u0440\u0438\u0442\u0435\u043b\u044c\u043d\u044b\u0439 \u043f\u0440\u043e\u0441\u043c\u043e\u0442\u0440 \u044d\u0442\u043e\u0433\u043e \u043e\u0431\u044a\u0435\u043a\u0442\u0430 \u043d\u0435\u0434\u043e\u0441\u0442\u0443\u043f\u0435\u043d \u043d\u0430 \u0434\u0430\u043d\u043d\u043e\u0439 \u043f\u043b\u0430\u0442\u0444\u043e\u0440\u043c\u0435 (\u0442\u043e\u043b\u044c\u043a\u043e \u0434\u043b\u044f Windows). +swfpreview=\u041f\u0440\u0435\u0434\u0432\u0430\u0440\u0438\u0442\u0435\u043b\u044c\u043d\u044b\u0439 \u043f\u0440\u043e\u0441\u043c\u043e\u0442\u0440 SWF +swfpreview.internal=\u041f\u0440\u0435\u0434\u0432\u0430\u0440\u0438\u0442\u0435\u043b\u044c\u043d\u044b\u0439 \u043f\u0440\u043e\u0441\u043c\u043e\u0442\u0440 SWF (\u0412\u0441\u0442\u0440\u043e\u0435\u043d\u043d\u044b\u0439 \u043f\u0440\u043e\u0438\u0433\u0440\u044b\u0432\u0430\u0442\u0435\u043b\u044c) +parameters=\u041f\u0430\u0440\u0430\u043c\u0435\u0442\u0440\u044b +rename.enternew=\u0412\u0432\u0435\u0434\u0438\u0442\u0435 \u043d\u043e\u0432\u043e\u0435 \u0438\u043c\u044f: +rename.finished.identifier=\u0418\u0434\u0435\u043d\u0442\u0438\u0444\u0438\u043a\u0430\u0442\u043e\u0440 \u043f\u0435\u0440\u0435\u0438\u043c\u0435\u043d\u043e\u0432\u0430\u043d. +rename.finished.multiname=%count% multiname \u043f\u0435\u0440\u0435\u0438\u043c\u0435\u043d\u043e\u0432\u0430\u043d\u043e. +node.texts=\u0442\u0435\u043a\u0441\u0442\u044b +node.images=\u0438\u0437\u043e\u0431\u0440\u0430\u0436\u0435\u043d\u0438\u044f +node.movies=\u0432\u0438\u0434\u0435\u043e +node.sounds=\u0437\u0432\u0443\u043a\u0438 +node.binaryData=\u0434\u0432\u043e\u0438\u0447\u043d\u044b\u0435 \u0434\u0430\u043d\u043d\u044b\u0435 +node.fonts=\u0448\u0440\u0438\u0444\u0442\u044b +node.sprites=\u0441\u043f\u0440\u0430\u0439\u0442\u044b +node.shapes=\u0444\u043e\u0440\u043c\u044b +node.morphshapes=morphshapes +node.buttons=\u043a\u043d\u043e\u043f\u043a\u0438 +node.frames=\u043a\u0430\u0434\u0440\u044b +node.scripts=\u0441\u043a\u0440\u0438\u043f\u0442\u044b +message.warning=\u0412\u043d\u0438\u043c\u0430\u043d\u0438\u0435 +message.confirm.experimental=\u041f\u043e\u0441\u043b\u0435\u0434\u0443\u044e\u0449\u0430\u044f \u043f\u0440\u043e\u0446\u0435\u0434\u0443\u0440\u0430 \u043c\u043e\u0436\u0435\u0442 \u043f\u043e\u0432\u0440\u0435\u0434\u0438\u0442\u044c SWF \u0444\u0430\u0439\u043b \u0438 \u0441\u0434\u0435\u043b\u0430\u0442\u044c \u0435\u0433\u043e \u043d\u0435\u0440\u0430\u0431\u043e\u0447\u0438\u043c.\r\n\u0418\u0421\u041f\u041e\u041b\u042c\u0417\u0423\u0419\u0422\u0415 \u041d\u0410 \u0421\u0412\u041e\u0419 \u0421\u0422\u0420\u0410\u0425 \u0418 \u0420\u0418\u0421\u041a! \u0412\u044b \u0436\u0435\u043b\u0430\u0435\u0442\u0435 \u043f\u0440\u043e\u0434\u043e\u043b\u0436\u0438\u0442\u044c? +message.confirm.parallel=\u041c\u043d\u043e\u0433\u043e\u043f\u043e\u0442\u043e\u0447\u043d\u043e\u0441\u0442\u044c \u043c\u043e\u0436\u0435\u0442 \u0443\u0441\u043a\u043e\u0440\u0438\u0442\u044c \u0437\u0430\u0433\u0440\u0443\u0437\u043a\u0443 \u0438 \u0434\u0435\u043a\u043e\u043c\u043f\u0438\u043b\u044f\u0446\u0438\u044e, \u043d\u043e \u043f\u043e\u0442\u0440\u0435\u0431\u0443\u0435\u0442\u0441\u044f \u0431\u043e\u043b\u044c\u0448\u0435 \u043f\u0430\u043c\u044f\u0442\u0438. +message.confirm.on=\u0412\u041a\u041b\u044e\u0447\u0438\u0442\u044c? +message.confirm.off=\u0412\u042b\u041a\u041b\u044e\u0447\u0438\u0442\u044c? +message.confirm=\u041f\u043e\u0434\u0442\u0432\u0435\u0440\u0434\u0438\u0442\u044c +message.confirm.autodeobfuscate=\u0410\u0432\u0442\u043e\u043c\u0430\u0442\u0438\u0447\u0435\u0441\u043a\u0430\u044f \u0434\u0435\u043e\u0431\u0444\u0443\u0441\u043a\u0430\u0446\u0438\u044f \u043f\u043e\u043c\u043e\u0433\u0430\u0435\u0442 \u0434\u0435\u043a\u043e\u043c\u043f\u0438\u043b\u0438\u0440\u043e\u0432\u0430\u0442\u044c \u043e\u0431\u0444\u0443\u0441\u0446\u0438\u0440\u043e\u0432\u0430\u043d\u043d\u044b\u0439 \u043a\u043e\u0434.\r\n\u0414\u0435\u043e\u0431\u0444\u0443\u0441\u043a\u0430\u0446\u0438\u044f \u0437\u0430\u043c\u0435\u0434\u043b\u044f\u0435\u0442 \u0434\u0435\u043a\u043e\u043c\u043f\u0438\u043b\u044f\u0446\u0438\u044e \u0438 \u043c\u043e\u0436\u0435\u0442 \u043f\u0440\u0438\u0432\u0435\u0441\u0442\u0438 \u043a \u0443\u0434\u0430\u043b\u0435\u043d\u0438\u044e \u043d\u0435\u043a\u043e\u0442\u043e\u0440\u043e\u0433\u043e \"\u043c\u0451\u0440\u0442\u0432\u043e\u0433\u043e\" \u043a\u043e\u0434\u0430.\r\n\u0410\u0432\u0442\u043e\u043c\u0430\u0442\u0438\u0447\u0435\u0441\u043a\u0443\u044e \u0434\u0435\u043e\u0431\u0444\u0443\u0441\u043a\u0430\u0446\u0438\u044e \u043b\u0443\u0447\u0448\u0435 \u043e\u0442\u043a\u043b\u044e\u0447\u0438\u0442\u044c, \u0435\u0441\u043b\u0438 \u043a\u043e\u0434 \u043d\u0435 \u043e\u0431\u0444\u0443\u0441\u0446\u0438\u0440\u043e\u0432\u0430\u043d. +message.parallel=\u041c\u043d\u043e\u0433\u043e\u043f\u043e\u0442\u043e\u0447\u043d\u043e\u0441\u0442\u044c +message.trait.saved=Trait \u0443\u0441\u043f\u0435\u0448\u043d\u043e \u0441\u043e\u0445\u0440\u0430\u043d\u0435\u043d +message.constant.new.string=\u0421\u0442\u0440\u043e\u043a\u0430 (String) "%value%" \u043e\u0442\u0441\u0443\u0442\u0441\u0442\u0432\u0443\u0435\u0442 \u0432 \u0442\u0430\u0431\u043b\u0438\u0446\u0435 \u043a\u043e\u043d\u0441\u0442\u0430\u043d\u0442. \u0414\u043e\u0431\u0430\u0432\u0438\u0442\u044c? +message.constant.new.string.title=\u0414\u043e\u0431\u0430\u0432\u0438\u0442\u044c \u0441\u0442\u0440\u043e\u043a\u0443 (String) +message.constant.new.integer=\u0426\u0435\u043b\u043e\u0435 \u0447\u0438\u0441\u043b\u043e (Integer) "%value%" \u043e\u0442\u0441\u0443\u0442\u0441\u0442\u0432\u0443\u0435\u0442 \u0432 \u0442\u0430\u0431\u043b\u0438\u0446\u0435 \u043a\u043e\u043d\u0441\u0442\u0430\u043d\u0442. \u0414\u043e\u0431\u0430\u0432\u0438\u0442\u044c? +message.constant.new.integer.title=\u0414\u043e\u0431\u0430\u0432\u0438\u0442\u044c \u0446\u0435\u043b\u043e\u0435 \u0447\u0438\u0441\u043b\u043e (Integer) +message.constant.new.unsignedinteger=\u0411\u0435\u0437\u0437\u043d\u0430\u043a\u043e\u0432\u043e\u0435 \u0446\u0435\u043b\u043e\u0435 \u0447\u0438\u0441\u043b\u043e (Unsigned integer) "%value%" \u043e\u0442\u0441\u0443\u0442\u0441\u0442\u0432\u0443\u0435\u0442 \u0432 \u0442\u0430\u0431\u043b\u0438\u0446\u0435 \u043a\u043e\u043d\u0441\u0442\u0430\u043d\u0442. \u0414\u043e\u0431\u0430\u0432\u0438\u0442\u044c? +message.constant.new.unsignedinteger.title=\u0414\u043e\u0431\u0430\u0432\u0438\u0442\u044c \u0431\u0435\u0437\u0437\u043d\u0430\u043a\u043e\u0432\u043e\u0435 \u0446\u0435\u043b\u043e\u0435 \u0447\u0438\u0441\u043b\u043e (Unsigned integer) +message.constant.new.double=\u0414\u0440\u043e\u0431\u043d\u043e\u0435 \u0447\u0438\u0441\u043b\u043e (Double) "%value%" \u043e\u0442\u0441\u0443\u0442\u0441\u0442\u0432\u0443\u0435\u0442 \u0432 \u0442\u0430\u0431\u043b\u0438\u0446\u0435 \u043a\u043e\u043d\u0441\u0442\u0430\u043d\u0442. \u0414\u043e\u0431\u0430\u0432\u0438\u0442\u044c? +message.constant.new.double.title=\u0414\u043e\u0431\u0430\u0432\u0438\u0442\u044c \u0434\u0440\u043e\u0431\u043d\u043e\u0435 \u0447\u0438\u0441\u043b\u043e (Double) +work.buffering=\u0411\u0443\u0444\u0435\u0440\u0438\u0437\u0430\u0446\u0438\u044f +work.waitingfordissasembly=\u041e\u0436\u0438\u0434\u0430\u043d\u0438\u0435 \u0434\u0438\u0437\u0430\u0441\u0441\u0435\u043c\u0431\u043b\u0438\u0440\u043e\u0432\u0430\u043d\u0438\u044f +work.gettinghilights=\u041f\u043e\u0434\u0441\u0432\u0435\u0442\u043a\u0430 \u0441\u0438\u043d\u0442\u0430\u043a\u0441\u0438\u0441\u0430 +work.disassembling=\u0414\u0438\u0437\u0430\u0441\u0441\u0435\u043c\u0431\u043b\u0438\u0440\u043e\u0432\u0430\u043d\u0438\u0435 +work.exporting=\u042d\u043a\u0441\u043f\u043e\u0440\u0442 +work.searching=\u041f\u043e\u0438\u0441\u043a +work.renaming=\u041f\u0435\u0440\u0435\u0438\u043c\u0435\u043d\u043e\u0432\u0430\u043d\u0438\u0435 +work.exporting.fla=\u042d\u043a\u0441\u043f\u043e\u0440\u0442 FLA +work.renaming.identifiers=\u041f\u0435\u0440\u0435\u0438\u043c\u0435\u043d\u043e\u0432\u0430\u043d\u0438\u0435 \u0438\u0434\u0435\u043d\u0442\u0438\u0444\u0438\u043a\u0430\u0442\u043e\u0440\u043e\u0432 +work.deobfuscating=\u0414\u0435\u043e\u0431\u0444\u0443\u0441\u043a\u0430\u0446\u0438\u044f +work.decompiling=\u0414\u0435\u043a\u043e\u043c\u043f\u0438\u043b\u044f\u0446\u0438\u044f +work.gettingvariables=\u041f\u043e\u043b\u0443\u0447\u0435\u043d\u0438\u0435 \u043f\u0435\u0440\u0435\u043c\u0435\u043d\u043d\u044b\u0445 +work.reading.swf=\u0427\u0442\u0435\u043d\u0438\u0435 SWF +work.creatingwindow=\u0421\u043e\u0437\u0434\u0430\u043d\u0438\u0435 \u043e\u043a\u043d\u0430 +work.buildingscripttree=\u041f\u043e\u0441\u0442\u0440\u043e\u0435\u043d\u0438\u0435 \u0434\u0435\u0440\u0435\u0432\u0430 \u0441\u043a\u0440\u0438\u043f\u0442\u043e\u0432 +work.deobfuscating.complete=\u0414\u0435\u043e\u0431\u0444\u0443\u0441\u043a\u0430\u0446\u0438\u044f \u0437\u0430\u0432\u0435\u0440\u0448\u0435\u043d\u0430 +message.search.notfound=\u0422\u0435\u043a\u0441\u0442 "%searchtext%" \u043d\u0435 \u043d\u0430\u0439\u0434\u0435\u043d. +message.search.notfound.title=\u041d\u0435 \u043d\u0430\u0439\u0434\u0435\u043d\u043e +message.rename.notfound.multiname=\u041f\u043e\u0434 \u043a\u0443\u0440\u0441\u043e\u0440\u043e\u043c \u0434\u043e\u043b\u0436\u0435\u043d \u0431\u044b\u0442\u044c multiname +message.rename.notfound.identifier=\u041f\u043e\u0434 \u043a\u0443\u0440\u0441\u043e\u0440\u043e\u043c \u0434\u043e\u043b\u0436\u0435\u043d \u0431\u044b\u0442\u044c \u0438\u0434\u0435\u043d\u0442\u0438\u0444\u0438\u043a\u0430\u0442\u043e\u0440 +message.rename.notfound.title=\u041d\u0435 \u043d\u0430\u0439\u0434\u0435\u043d\u043e +message.rename.renamed=\u0418\u0434\u0435\u043d\u0442\u0438\u0444\u0438\u043a\u0430\u0442\u043e\u0440\u043e\u0432 \u043f\u0435\u0440\u0435\u0438\u043c\u0435\u043d\u043e\u0432\u0430\u043d\u043e: %count% +filter.images=\u0418\u0437\u043e\u0431\u0440\u0430\u0436\u0435\u043d\u0438\u044f (%extensions%) +filter.fla=\u041f\u0440\u043e\u0435\u043a\u0442 %version% (*.fla) +filter.xfl=\u041d\u0435\u0441\u0436\u0430\u0442\u044b\u0439 \u043f\u0440\u043e\u0435\u043a\u0442 %version% (*.xfl) +filter.swf=SWF \u0444\u0430\u0439\u043b\u044b (*.swf) +error=\u041e\u0448\u0438\u0431\u043a\u0430 +error.image.invalid=\u041d\u0435\u0432\u0435\u0440\u043d\u043e\u0435 \u0438\u0437\u043e\u0431\u0440\u0430\u0436\u0435\u043d\u0438\u0435. +error.text.invalid=\u041d\u0435\u0432\u0435\u0440\u043d\u044b\u0439 \u0442\u0435\u043a\u0441\u0442: %text% \u0432 \u0441\u0442\u0440\u043e\u043a\u0435 %line% +error.file.save=\u041d\u0435\u0432\u043e\u0437\u043c\u043e\u0436\u043d\u043e \u0441\u043e\u0445\u0440\u0430\u043d\u0438\u0442\u044c \u0444\u0430\u0439\u043b +error.file.write=\u041d\u0435\u0432\u043e\u0437\u043c\u043e\u0436\u043d\u043e \u0437\u0430\u043f\u0438\u0441\u0430\u0442\u044c \u0434\u0430\u043d\u043d\u044b\u0435 \u0432 \u0444\u0430\u0439\u043b +error.export=\u041e\u0448\u0438\u0431\u043a\u0430 \u0432\u043e \u0432\u0440\u0435\u043c\u044f \u044d\u043a\u0441\u043f\u043e\u0440\u0442\u0430 +export.select.directory=\u0412\u044b\u0431\u0435\u0440\u0438\u0442\u0435 \u043f\u0430\u043f\u043a\u0443 \u0434\u043b\u044f \u044d\u043a\u0441\u043f\u043e\u0440\u0442\u0430 +export.finishedin=\u042d\u043a\u0441\u043f\u043e\u0440\u0442\u0438\u0440\u043e\u0432\u0430\u043d\u043e \u0437\u0430 %time% +update.check.title=\u041f\u0440\u043e\u0432\u0435\u0440\u043a\u0430 \u043e\u0431\u043d\u043e\u0432\u043b\u0435\u043d\u0438\u0439 +update.check.nonewversion=\u041e\u0431\u043d\u043e\u0432\u043b\u0435\u043d\u0438\u0439 \u043d\u0435\u0442. +message.helpus=\u041f\u043e\u0436\u0430\u043b\u0443\u0439\u0441\u0442\u0430, \u043f\u043e\u0441\u0435\u0442\u0438\u0442\u0435\r\n%url%\r\n\u0434\u043b\u044f \u043f\u043e\u0434\u0440\u043e\u0431\u043d\u043e\u0441\u0442\u0435\u0439. +message.homepage=\u041f\u043e\u0441\u0435\u0442\u0438\u0442\u0435 \u0434\u043e\u043c\u0430\u0448\u043d\u044e\u044e \u0441\u0442\u0440\u0430\u043d\u0438\u0446\u0443: \r\n%url% +proxy=\u041f\u0440\u043e\u043a\u0441\u0438 +proxy.start=\u0417\u0430\u043f\u0443\u0441\u0442\u0438\u0442\u044c \u043f\u0440\u043e\u043a\u0441\u0438 +proxy.stop=\u041e\u0441\u0442\u0430\u043d\u043e\u0432\u0438\u0442\u044c \u043f\u0440\u043e\u043a\u0441\u0438 +proxy.show=\u041f\u043e\u043a\u0430\u0437\u0430\u0442\u044c \u043f\u0440\u043e\u043a\u0441\u0438 +exit=\u0412\u044b\u0439\u0442\u0438 +panel.disassembled=P-\u043a\u043e\u0434 +panel.decompiled=ActionScript +search.info=\u041f\u043e\u0438\u0441\u043a "%text%": +search.script=\u0421\u043a\u0440\u0438\u043f\u0442 +constants=Constants +traits=Traits +pleasewait=\u041f\u043e\u0436\u0430\u043b\u0443\u0439\u0441\u0442\u0430, \u043f\u043e\u0434\u043e\u0436\u0434\u0438\u0442\u0435 +abc.detail.methodtrait=Method/Getter/Setter Trait +abc.detail.unsupported=- +abc.detail.slotconsttrait=Slot/Const Trait +abc.detail.traitname=\u0418\u043c\u044f: +abc.detail.body.params.maxstack=\u041c\u0430\u043a\u0441\u0438\u043c\u0430\u043b\u044c\u043d\u044b\u0439 \u0440\u0430\u0437\u043c\u0435\u0440 \u0441\u0442\u0435\u043a\u0430: +abc.detail.body.params.localregcount=\u041a\u043e\u043b\u0438\u0447\u0435\u0441\u0442\u0432\u043e \u043b\u043e\u043a\u0430\u043b\u044c\u043d\u044b\u0445 \u0440\u0435\u0433\u0438\u0441\u0442\u0440\u043e\u0432: +abc.detail.body.params.minscope=\u041c\u0438\u043d\u0438\u043c\u0430\u043b\u044c\u043d\u0430\u044f \u043e\u0431\u043b\u0430\u0441\u0442\u044c \u0432\u0438\u0434\u0438\u043c\u043e\u0441\u0442\u0438: +abc.detail.body.params.maxscope=\u041c\u0430\u043a\u0441\u0438\u043c\u0430\u043b\u044c\u043d\u0430\u044f \u043e\u0431\u043b\u0430\u0441\u0442\u044c \u0432\u0438\u0434\u0438\u043c\u043e\u0441\u0442\u0438: +abc.detail.body.params.autofill=\u0410\u0432\u0442\u043e\u0437\u0430\u043f\u043e\u043b\u043d\u0435\u043d\u0438\u0435 \u043f\u0440\u0438 \u0441\u043e\u0445\u0440\u0430\u043d\u0435\u043d\u0438\u0438 \u043a\u043e\u0434\u0430 (\u0413\u041b\u041e\u0411\u0410\u041b\u042c\u041d\u0410\u042f \u041d\u0410\u0421\u0422\u0420\u041e\u0419\u041a\u0410) +abc.detail.body.params.autofill.experimental=...\u042d\u041a\u0421\u041f\u0415\u0420\u0418\u041c\u0415\u041d\u0422\u0410\u041b\u042c\u041d\u041e +abc.detail.methodinfo.methodindex=\u0418\u043d\u0434\u0435\u043a\u0441 \u043c\u0435\u0442\u043e\u0434\u0430: +abc.detail.methodinfo.parameters=\u0410\u0440\u0433\u0443\u043c\u0435\u043d\u0442\u044b: +abc.detail.methodinfo.returnvalue=\u0422\u0438\u043f \u0432\u043e\u0437\u0432\u0440\u0430\u0449\u0430\u0435\u043c\u043e\u0433\u043e \u0437\u043d\u0430\u0447\u0435\u043d\u0438\u044f: +error.methodinfo.params=\u041e\u0448\u0438\u0431\u043a\u0430 \u0432 \u0430\u0440\u0433\u0443\u043c\u0435\u043d\u0442\u0430\u0445 MethodInfo +error.methodinfo.returnvalue=\u041e\u0448\u0438\u0431\u043a\u0430 \u0432 \u0442\u0438\u043f\u0435 \u0432\u043e\u0437\u0440\u0430\u0449\u0430\u0435\u043c\u043e\u0433\u043e \u0437\u043d\u0430\u0447\u0435\u043d\u0438\u044f MethodInfo +abc.detail.methodinfo=MethodInfo +abc.detail.body.code=\u041a\u043e\u0434 MethodBody +abc.detail.body.params=\u041f\u0430\u0440\u0430\u043c\u0435\u0442\u0440\u044b MethodBody +abc.detail.slotconst.typevalue=\u0422\u0438\u043f \u0438 \u0417\u043d\u0430\u0447\u0435\u043d\u0438\u0435: +error.slotconst.typevalue=\u041e\u0448\u0438\u0431\u043a\u0430 \u0432 \u0442\u0438\u043f\u0435 \u0437\u043d\u0430\u0447\u0435\u043d\u0438\u044f SlotConst +message.autofill.failed=\u041d\u0435\u0432\u043e\u0437\u043c\u043e\u0436\u043d\u043e \u043f\u043e\u043b\u0443\u0447\u0438\u0442\u044c \u0441\u0442\u0430\u0442\u0438\u0441\u0442\u0438\u043a\u0443 \u043a\u043e\u0434\u0430 \u0434\u043b\u044f \u0430\u0432\u0442\u043e\u043c\u0430\u0442\u0438\u0447\u0435\u0441\u043a\u043e\u0433\u043e \u0437\u0430\u043f\u043e\u043b\u043d\u0435\u043d\u0438\u044f \u043f\u0430\u0440\u0430\u043c\u0435\u0442\u0440\u043e\u0432.\r\n\u041e\u0442\u043a\u043b\u044e\u0447\u0438\u0442\u0435 \u0430\u0432\u0442\u043e\u0437\u0430\u043f\u043e\u043b\u043d\u0435\u043d\u0438\u0435 \u0434\u043b\u044f \u0438\u0437\u0431\u0435\u0436\u0430\u043d\u0438\u044f \u044d\u0442\u043e\u0433\u043e \u0441\u043e\u043e\u0431\u0449\u0435\u043d\u0438\u044f. +info.selecttrait=\u0412\u044b\u0431\u0435\u0440\u0438\u0442\u0435 \u043a\u043b\u0430\u0441\u0441 \u0438 \u043a\u043b\u0438\u043a\u043d\u0438\u0442\u0435 \u043d\u0430 trait \u0432 ActionScript \u0434\u043b\u044f \u0440\u0435\u0434\u0430\u043a\u0442\u0438\u0440\u043e\u0432\u0430\u043d\u0438\u044f. +button.viewgraph=\u041f\u0440\u043e\u0441\u043c\u043e\u0442\u0440 \u0413\u0440\u0430\u0444\u0430 +button.viewhex=\u041f\u0440\u043e\u0441\u043c\u043e\u0442\u0440 Hex +action.edit.experimental=(\u042d\u043a\u0441\u043f\u0435\u0440\u0438\u043c\u0435\u043d\u0442\u0430\u043b\u044c\u043d\u043e) +message.action.saved=\u041a\u043e\u0434 \u0443\u0441\u043f\u0435\u0448\u043d\u043e \u0441\u043e\u0445\u0440\u0430\u043d\u0435\u043d +error.action.save=%error% \u0432 \u0441\u0442\u0440\u043e\u043a\u0435 %line% +message.confirm.remove=\u0412\u044b \u0443\u0432\u0435\u0440\u0435\u043d\u044b, \u0447\u0442\u043e \u0445\u043e\u0442\u0438\u0442\u0435 \u0443\u0434\u0430\u043b\u0438\u0442\u044c \u044d\u043b\u0435\u043c\u0435\u043d\u0442 %item%\n \u0438 \u0432\u0441\u0435 \u043e\u0431\u044a\u0435\u043a\u0442\u044b, \u0437\u0430\u0432\u0438\u0441\u044f\u0449\u0438\u0435 \u043e\u0442 \u043d\u0435\u0433\u043e? #after version 1.6.5u1: - -button.ok = OK - -font.name = \u041d\u0430\u0437\u0432\u0430\u043d\u0438\u0435 \u0448\u0440\u0438\u0444\u0442\u0430: -font.isbold = \u0416\u0438\u0440\u043d\u044b\u0439: -font.isitalic = \u041a\u0443\u0440\u0441\u0438\u0432: -font.ascent = \u0412\u0435\u0440\u0445\u043d\u0438\u0439 \u0432\u044b\u043d\u043e\u0441: -font.descent = \u041d\u0438\u0436\u043d\u0438\u0439 \u0432\u044b\u043d\u043e\u0441: -font.leading = \u0418\u043d\u0442\u0435\u0440\u043b\u0438\u043d\u044c\u044f\u0436: -font.characters = \u0421\u0438\u043c\u0432\u043e\u043b\u044b: -font.characters.add = \u0414\u043e\u0431\u0430\u0432\u0438\u0442\u044c \u0441\u0438\u043c\u0432\u043e\u043b\u044b: -value.unknown = ? - -yes = \u0434\u0430 -no = \u043d\u0435\u0442 - -errors.present = \u0412 \u043b\u043e\u0433\u0435 \u0435\u0441\u0442\u044c \u041e\u0428\u0418\u0411\u041a\u0418. \u041a\u043b\u0438\u043a\u043d\u0438\u0442\u0435 \u0434\u043b\u044f \u043f\u0440\u043e\u0441\u043c\u043e\u0442\u0440\u0430. -errors.none = \u0412 \u043b\u043e\u0433\u0435 \u043d\u0435\u0442 \u043e\u0448\u0438\u0431\u043e\u043a. - +button.ok=OK +font.name=\u041d\u0430\u0437\u0432\u0430\u043d\u0438\u0435 \u0448\u0440\u0438\u0444\u0442\u0430: +font.isbold=\u0416\u0438\u0440\u043d\u044b\u0439: +font.isitalic=\u041a\u0443\u0440\u0441\u0438\u0432: +font.ascent=\u0412\u0435\u0440\u0445\u043d\u0438\u0439 \u0432\u044b\u043d\u043e\u0441: +font.descent=\u041d\u0438\u0436\u043d\u0438\u0439 \u0432\u044b\u043d\u043e\u0441: +font.leading=\u0418\u043d\u0442\u0435\u0440\u043b\u0438\u043d\u044c\u044f\u0436: +font.characters=\u0421\u0438\u043c\u0432\u043e\u043b\u044b: +font.characters.add=\u0414\u043e\u0431\u0430\u0432\u0438\u0442\u044c \u0441\u0438\u043c\u0432\u043e\u043b\u044b: +value.unknown=? +yes=\u0434\u0430 +no=\u043d\u0435\u0442 +errors.present=\u0412 \u043b\u043e\u0433\u0435 \u0435\u0441\u0442\u044c \u041e\u0428\u0418\u0411\u041a\u0418. \u041a\u043b\u0438\u043a\u043d\u0438\u0442\u0435 \u0434\u043b\u044f \u043f\u0440\u043e\u0441\u043c\u043e\u0442\u0440\u0430. +errors.none=\u0412 \u043b\u043e\u0433\u0435 \u043d\u0435\u0442 \u043e\u0448\u0438\u0431\u043e\u043a. #after version 1.6.6: - -dialog.message.title = \u0421\u043e\u043e\u0431\u0449\u0435\u043d\u0438\u0435 -dialog.select.title = \u0412\u044b\u0431\u0435\u0440\u0438\u0442\u0435 \u0432\u0430\u0440\u0438\u0430\u043d\u0442 - -button.yes = \u0414\u0430 -button.no = \u041d\u0435\u0442 - -FileChooser.openButtonText = \u041e\u0442\u043a\u0440\u044b\u0442\u044c -FileChooser.openButtonToolTipText = \u041e\u0442\u043a\u0440\u044b\u0442\u044c -FileChooser.lookInLabelText = \u0418\u0441\u043a\u0430\u0442\u044c \u0432: -FileChooser.acceptAllFileFilterText = \u0412\u0441\u0435 \u0444\u0430\u0439\u043b\u044b -FileChooser.filesOfTypeLabelText = \u0422\u0438\u043f \u0444\u0430\u0439\u043b\u043e\u0432: -FileChooser.fileNameLabelText = \u0418\u043c\u044f \u0444\u0430\u0439\u043b\u0430: -FileChooser.listViewButtonToolTipText = \u0421\u043f\u0438\u0441\u043e\u043a -FileChooser.listViewButtonAccessibleName = \u0421\u043f\u0438\u0441\u043e\u043a -FileChooser.detailsViewButtonToolTipText = \u0422\u0430\u0431\u043b\u0438\u0446\u0430 -FileChooser.detailsViewButtonAccessibleName = \u0422\u0430\u0431\u043b\u0438\u0446\u0430 -FileChooser.upFolderToolTipText = \u0412\u0432\u0435\u0440\u0445 -FileChooser.upFolderAccessibleName = \u0412\u0432\u0435\u0440\u0445 -FileChooser.homeFolderToolTipText = \u0414\u043e\u043c\u043e\u0439 -FileChooser.homeFolderAccessibleName = \u0414\u043e\u043c\u043e\u0439 -FileChooser.fileNameHeaderText = \u0418\u043c\u044f -FileChooser.fileSizeHeaderText = \u0420\u0430\u0437\u043c\u0435\u0440 -FileChooser.fileTypeHeaderText = \u0422\u0438\u043f -FileChooser.fileDateHeaderText = \u0414\u0430\u0442\u0430 -FileChooser.fileAttrHeaderText = \u0410\u0442\u0440\u0438\u0431\u0443\u0442\u044b -FileChooser.openDialogTitleText = \u041e\u0442\u043a\u0440\u044b\u0442\u044c -FileChooser.directoryDescriptionText = \u041f\u0430\u043f\u043a\u0430 -FileChooser.directoryOpenButtonText = \u041e\u0442\u043a\u0440\u044b\u0442\u044c -FileChooser.directoryOpenButtonToolTipText = \u041e\u0442\u043a\u0440\u044b\u0442\u044c \u0432\u044b\u0431\u0440\u0430\u043d\u043d\u0443\u044e \u043f\u0430\u043f\u043a\u0443 -FileChooser.fileDescriptionText = \u0422\u0438\u043f\u0438\u0447\u043d\u044b\u0439 \u0444\u0430\u0439\u043b -FileChooser.helpButtonText = \u041f\u043e\u043c\u043e\u0449\u044c -FileChooser.helpButtonToolTipText = \u041f\u043e\u043c\u043e\u0449\u044c \u043f\u043e \u0434\u0438\u0430\u043b\u043e\u0433\u0443 \u0432\u044b\u0431\u043e\u0440\u0430 \u0444\u0430\u0439\u043b\u043e\u0432 -FileChooser.newFolderAccessibleName = \u041d\u043e\u0432\u0430\u044f \u043f\u0430\u043f\u043a\u0430 -FileChooser.newFolderErrorText = \u041e\u0448\u0438\u0431\u043a\u0430 \u0441\u043e\u0437\u0434\u0430\u043d\u0438\u044f \u043d\u043e\u0432\u043e\u0439 \u043f\u0430\u043f\u043a\u0438 -FileChooser.newFolderToolTipText = \u0421\u043e\u0437\u0434\u0430\u0442\u044c \u043d\u043e\u0432\u0443\u044e \u043f\u0430\u043f\u043a\u0443 -FileChooser.other.newFolder = \u041d\u043e\u0432\u0430\u044f\u041f\u0430\u043f\u043a\u0430 -FileChooser.other.newFolder.subsequent = \u041d\u043e\u0432\u0430\u044f\u041f\u0430\u043f\u043a\u0430.{0} -FileChooser.win32.newFolder = \u041d\u043e\u0432\u0430\u044f \u043f\u0430\u043f\u043a\u0430 -FileChooser.win32.newFolder.subsequent = \u041d\u043e\u0432\u0430\u044f \u043f\u0430\u043f\u043a\u0430 ({0}) -FileChooser.saveButtonText = \u0421\u043e\u0445\u0440\u0430\u043d\u0438\u0442\u044c -FileChooser.saveButtonToolTipText = \u0421\u043e\u0445\u0440\u0430\u043d\u0438\u0442\u044c \u0432\u044b\u0431\u0440\u0430\u043d\u043d\u044b\u0439 \u0444\u0430\u0439\u043b -FileChooser.saveDialogTitleText = \u0421\u043e\u0445\u0440\u0430\u043d\u0438\u0442\u044c -FileChooser.saveInLabelText = \u0421\u043e\u0445\u0440\u0430\u043d\u0438\u0442\u044c \u0432: -FileChooser.updateButtonText = \u041e\u0431\u043d\u043e\u0432\u0438\u0442\u044c -FileChooser.updateButtonToolTipText = \u041e\u0431\u043d\u043e\u0432\u0438\u0442\u044c \u0441\u043e\u0434\u0435\u0440\u0436\u0438\u043c\u043e\u0435 \u043f\u0430\u043f\u043a\u0438 - +dialog.message.title=\u0421\u043e\u043e\u0431\u0449\u0435\u043d\u0438\u0435 +dialog.select.title=\u0412\u044b\u0431\u0435\u0440\u0438\u0442\u0435 \u0432\u0430\u0440\u0438\u0430\u043d\u0442 +button.yes=\u0414\u0430 +button.no=\u041d\u0435\u0442 +FileChooser.openButtonText=\u041e\u0442\u043a\u0440\u044b\u0442\u044c +FileChooser.openButtonToolTipText=\u041e\u0442\u043a\u0440\u044b\u0442\u044c +FileChooser.lookInLabelText=\u0418\u0441\u043a\u0430\u0442\u044c \u0432: +FileChooser.acceptAllFileFilterText=\u0412\u0441\u0435 \u0444\u0430\u0439\u043b\u044b +FileChooser.filesOfTypeLabelText=\u0422\u0438\u043f \u0444\u0430\u0439\u043b\u043e\u0432: +FileChooser.fileNameLabelText=\u0418\u043c\u044f \u0444\u0430\u0439\u043b\u0430: +FileChooser.listViewButtonToolTipText=\u0421\u043f\u0438\u0441\u043e\u043a +FileChooser.listViewButtonAccessibleName=\u0421\u043f\u0438\u0441\u043e\u043a +FileChooser.detailsViewButtonToolTipText=\u0422\u0430\u0431\u043b\u0438\u0446\u0430 +FileChooser.detailsViewButtonAccessibleName=\u0422\u0430\u0431\u043b\u0438\u0446\u0430 +FileChooser.upFolderToolTipText=\u0412\u0432\u0435\u0440\u0445 +FileChooser.upFolderAccessibleName=\u0412\u0432\u0435\u0440\u0445 +FileChooser.homeFolderToolTipText=\u0414\u043e\u043c\u043e\u0439 +FileChooser.homeFolderAccessibleName=\u0414\u043e\u043c\u043e\u0439 +FileChooser.fileNameHeaderText=\u0418\u043c\u044f +FileChooser.fileSizeHeaderText=\u0420\u0430\u0437\u043c\u0435\u0440 +FileChooser.fileTypeHeaderText=\u0422\u0438\u043f +FileChooser.fileDateHeaderText=\u0414\u0430\u0442\u0430 +FileChooser.fileAttrHeaderText=\u0410\u0442\u0440\u0438\u0431\u0443\u0442\u044b +FileChooser.openDialogTitleText=\u041e\u0442\u043a\u0440\u044b\u0442\u044c +FileChooser.directoryDescriptionText=\u041f\u0430\u043f\u043a\u0430 +FileChooser.directoryOpenButtonText=\u041e\u0442\u043a\u0440\u044b\u0442\u044c +FileChooser.directoryOpenButtonToolTipText=\u041e\u0442\u043a\u0440\u044b\u0442\u044c \u0432\u044b\u0431\u0440\u0430\u043d\u043d\u0443\u044e \u043f\u0430\u043f\u043a\u0443 +FileChooser.fileDescriptionText=\u0422\u0438\u043f\u0438\u0447\u043d\u044b\u0439 \u0444\u0430\u0439\u043b +FileChooser.helpButtonText=\u041f\u043e\u043c\u043e\u0449\u044c +FileChooser.helpButtonToolTipText=\u041f\u043e\u043c\u043e\u0449\u044c \u043f\u043e \u0434\u0438\u0430\u043b\u043e\u0433\u0443 \u0432\u044b\u0431\u043e\u0440\u0430 \u0444\u0430\u0439\u043b\u043e\u0432 +FileChooser.newFolderAccessibleName=\u041d\u043e\u0432\u0430\u044f \u043f\u0430\u043f\u043a\u0430 +FileChooser.newFolderErrorText=\u041e\u0448\u0438\u0431\u043a\u0430 \u0441\u043e\u0437\u0434\u0430\u043d\u0438\u044f \u043d\u043e\u0432\u043e\u0439 \u043f\u0430\u043f\u043a\u0438 +FileChooser.newFolderToolTipText=\u0421\u043e\u0437\u0434\u0430\u0442\u044c \u043d\u043e\u0432\u0443\u044e \u043f\u0430\u043f\u043a\u0443 +FileChooser.other.newFolder=\u041d\u043e\u0432\u0430\u044f\u041f\u0430\u043f\u043a\u0430 +FileChooser.other.newFolder.subsequent=\u041d\u043e\u0432\u0430\u044f\u041f\u0430\u043f\u043a\u0430.{0} +FileChooser.win32.newFolder=\u041d\u043e\u0432\u0430\u044f \u043f\u0430\u043f\u043a\u0430 +FileChooser.win32.newFolder.subsequent=\u041d\u043e\u0432\u0430\u044f \u043f\u0430\u043f\u043a\u0430 ({0}) +FileChooser.saveButtonText=\u0421\u043e\u0445\u0440\u0430\u043d\u0438\u0442\u044c +FileChooser.saveButtonToolTipText=\u0421\u043e\u0445\u0440\u0430\u043d\u0438\u0442\u044c \u0432\u044b\u0431\u0440\u0430\u043d\u043d\u044b\u0439 \u0444\u0430\u0439\u043b +FileChooser.saveDialogTitleText=\u0421\u043e\u0445\u0440\u0430\u043d\u0438\u0442\u044c +FileChooser.saveInLabelText=\u0421\u043e\u0445\u0440\u0430\u043d\u0438\u0442\u044c \u0432: +FileChooser.updateButtonText=\u041e\u0431\u043d\u043e\u0432\u0438\u0442\u044c +FileChooser.updateButtonToolTipText=\u041e\u0431\u043d\u043e\u0432\u0438\u0442\u044c \u0441\u043e\u0434\u0435\u0440\u0436\u0438\u043c\u043e\u0435 \u043f\u0430\u043f\u043a\u0438 #after version 1.6.6u2: - -FileChooser.detailsViewActionLabel.textAndMnemonic = \u0422\u0430\u0431\u043b\u0438\u0446\u0430 -FileChooser.detailsViewButtonToolTip.textAndMnemonic = \u0422\u0430\u0431\u043b\u0438\u0446\u0430 -FileChooser.fileAttrHeader.textAndMnemonic = \u0410\u0442\u0440\u0438\u0431\u0443\u0442\u044b -FileChooser.fileDateHeader.textAndMnemonic = \u0418\u0437\u043c\u0435\u043d\u0435\u043d -FileChooser.fileNameHeader.textAndMnemonic = \u0418\u043c\u044f -FileChooser.fileNameLabel.textAndMnemonic = \u0418\u043c\u044f \u0444\u0430\u0439\u043b\u0430: -FileChooser.fileSizeHeader.textAndMnemonic = \u0420\u0430\u0437\u043c\u0435\u0440 -FileChooser.fileTypeHeader.textAndMnemonic = \u0422\u0438\u043f -FileChooser.filesOfTypeLabel.textAndMnemonic = \u0424\u0430\u0439\u043b\u044b \u0442\u0438\u043f\u0430: -FileChooser.folderNameLabel.textAndMnemonic = \u0418\u043c\u044f \u043f\u0430\u043f\u043a\u0438: -FileChooser.homeFolderToolTip.textAndMnemonic = \u0414\u043e\u043c\u043e\u0439 -FileChooser.listViewActionLabel.textAndMnemonic = \u0421\u043f\u0438\u0441\u043e\u043a -FileChooser.listViewButtonToolTip.textAndMnemonic = \u0421\u043f\u0438\u0441\u043e\u043a -FileChooser.lookInLabel.textAndMnemonic = \u0418\u0441\u043a\u0430\u0442\u044c \u0432: -FileChooser.newFolderActionLabel.textAndMnemonic = \u041d\u043e\u0432\u0430\u044f \u043f\u0430\u043f\u043a\u0430 -FileChooser.newFolderToolTip.textAndMnemonic = \u0421\u043e\u0437\u0434\u0430\u0442\u044c \u043d\u043e\u0432\u0443\u044e \u043f\u0430\u043f\u043a\u0443 -FileChooser.refreshActionLabel.textAndMnemonic = \u041e\u0431\u043d\u043e\u0432\u0438\u0442\u044c -FileChooser.saveInLabel.textAndMnemonic = \u0421\u043e\u0445\u0440\u0430\u043d\u0438\u0442\u044c \u0432: -FileChooser.upFolderToolTip.textAndMnemonic = \u0412\u0432\u0435\u0440\u0445 -FileChooser.viewMenuButtonAccessibleName = \u041f\u0440\u043e\u0441\u043c\u043e\u0442\u0440 \u041c\u0435\u043d\u044e -FileChooser.viewMenuButtonToolTipText = \u041f\u0440\u043e\u0441\u043c\u043e\u0442\u0440 \u041c\u0435\u043d\u044e -FileChooser.viewMenuLabel.textAndMnemonic = \u041f\u0440\u043e\u0441\u043c\u043e\u0442\u0440 -FileChooser.newFolderActionLabelText = \u041d\u043e\u0432\u0430\u044f \u043f\u0430\u043f\u043a\u0430 -FileChooser.listViewActionLabelText = \u0421\u043f\u0438\u0441\u043e\u043a -FileChooser.detailsViewActionLabelText = \u0422\u0430\u0431\u043b\u0438\u0446\u0430 -FileChooser.refreshActionLabelText = \u041e\u0431\u043d\u043e\u0432\u0438\u0442\u044c -FileChooser.sortMenuLabelText = \u0423\u043f\u043e\u0440\u044f\u0434\u043e\u0447\u0438\u0442\u044c \u0437\u043d\u0430\u0447\u043a\u0438 -FileChooser.viewMenuLabelText = \u041f\u0440\u043e\u0441\u043c\u043e\u0442\u0440 -FileChooser.fileSizeKiloBytes = {0} \u041a\u0411 -FileChooser.fileSizeMegaBytes = {0} \u041c\u0411 -FileChooser.fileSizeGigaBytes = {0} \u0413\u0411 -FileChooser.folderNameLabelText = \u0418\u043c\u044f \u043f\u0430\u043f\u043a\u0438: - -error.occured = \u041f\u0440\u043e\u0438\u0437\u043e\u0448\u043b\u0430 \u043e\u0448\u0438\u0431\u043a\u0430: %error% -button.abort = \u041f\u0440\u0435\u0440\u0432\u0430\u0442\u044c -button.retry = \u041f\u043e\u0432\u0442\u043e\u0440\u0438\u0442\u044c -button.ignore = \u041f\u0440\u043e\u043f\u0443\u0441\u0442\u0438\u0442\u044c - -font.source = \u0418\u043c\u043f\u043e\u0440\u0442\u0438\u0440\u043e\u0432\u0430\u0442\u044c \u0438\u0437 \u0448\u0440\u0438\u0444\u0442\u0430: - +FileChooser.detailsViewActionLabel.textAndMnemonic=\u0422\u0430\u0431\u043b\u0438\u0446\u0430 +FileChooser.detailsViewButtonToolTip.textAndMnemonic=\u0422\u0430\u0431\u043b\u0438\u0446\u0430 +FileChooser.fileAttrHeader.textAndMnemonic=\u0410\u0442\u0440\u0438\u0431\u0443\u0442\u044b +FileChooser.fileDateHeader.textAndMnemonic=\u0418\u0437\u043c\u0435\u043d\u0435\u043d +FileChooser.fileNameHeader.textAndMnemonic=\u0418\u043c\u044f +FileChooser.fileNameLabel.textAndMnemonic=\u0418\u043c\u044f \u0444\u0430\u0439\u043b\u0430: +FileChooser.fileSizeHeader.textAndMnemonic=\u0420\u0430\u0437\u043c\u0435\u0440 +FileChooser.fileTypeHeader.textAndMnemonic=\u0422\u0438\u043f +FileChooser.filesOfTypeLabel.textAndMnemonic=\u0424\u0430\u0439\u043b\u044b \u0442\u0438\u043f\u0430: +FileChooser.folderNameLabel.textAndMnemonic=\u0418\u043c\u044f \u043f\u0430\u043f\u043a\u0438: +FileChooser.homeFolderToolTip.textAndMnemonic=\u0414\u043e\u043c\u043e\u0439 +FileChooser.listViewActionLabel.textAndMnemonic=\u0421\u043f\u0438\u0441\u043e\u043a +FileChooser.listViewButtonToolTip.textAndMnemonic=\u0421\u043f\u0438\u0441\u043e\u043a +FileChooser.lookInLabel.textAndMnemonic=\u0418\u0441\u043a\u0430\u0442\u044c \u0432: +FileChooser.newFolderActionLabel.textAndMnemonic=\u041d\u043e\u0432\u0430\u044f \u043f\u0430\u043f\u043a\u0430 +FileChooser.newFolderToolTip.textAndMnemonic=\u0421\u043e\u0437\u0434\u0430\u0442\u044c \u043d\u043e\u0432\u0443\u044e \u043f\u0430\u043f\u043a\u0443 +FileChooser.refreshActionLabel.textAndMnemonic=\u041e\u0431\u043d\u043e\u0432\u0438\u0442\u044c +FileChooser.saveInLabel.textAndMnemonic=\u0421\u043e\u0445\u0440\u0430\u043d\u0438\u0442\u044c \u0432: +FileChooser.upFolderToolTip.textAndMnemonic=\u0412\u0432\u0435\u0440\u0445 +FileChooser.viewMenuButtonAccessibleName=\u041f\u0440\u043e\u0441\u043c\u043e\u0442\u0440 \u041c\u0435\u043d\u044e +FileChooser.viewMenuButtonToolTipText=\u041f\u0440\u043e\u0441\u043c\u043e\u0442\u0440 \u041c\u0435\u043d\u044e +FileChooser.viewMenuLabel.textAndMnemonic=\u041f\u0440\u043e\u0441\u043c\u043e\u0442\u0440 +FileChooser.newFolderActionLabelText=\u041d\u043e\u0432\u0430\u044f \u043f\u0430\u043f\u043a\u0430 +FileChooser.listViewActionLabelText=\u0421\u043f\u0438\u0441\u043e\u043a +FileChooser.detailsViewActionLabelText=\u0422\u0430\u0431\u043b\u0438\u0446\u0430 +FileChooser.refreshActionLabelText=\u041e\u0431\u043d\u043e\u0432\u0438\u0442\u044c +FileChooser.sortMenuLabelText=\u0423\u043f\u043e\u0440\u044f\u0434\u043e\u0447\u0438\u0442\u044c \u0437\u043d\u0430\u0447\u043a\u0438 +FileChooser.viewMenuLabelText=\u041f\u0440\u043e\u0441\u043c\u043e\u0442\u0440 +FileChooser.fileSizeKiloBytes={0} \u041a\u0411 +FileChooser.fileSizeMegaBytes={0} \u041c\u0411 +FileChooser.fileSizeGigaBytes={0} \u0413\u0411 +FileChooser.folderNameLabelText=\u0418\u043c\u044f \u043f\u0430\u043f\u043a\u0438: +error.occured=\u041f\u0440\u043e\u0438\u0437\u043e\u0448\u043b\u0430 \u043e\u0448\u0438\u0431\u043a\u0430: %error% +button.abort=\u041f\u0440\u0435\u0440\u0432\u0430\u0442\u044c +button.retry=\u041f\u043e\u0432\u0442\u043e\u0440\u0438\u0442\u044c +button.ignore=\u041f\u0440\u043e\u043f\u0443\u0441\u0442\u0438\u0442\u044c +font.source=\u0418\u043c\u043f\u043e\u0440\u0442\u0438\u0440\u043e\u0432\u0430\u0442\u044c \u0438\u0437 \u0448\u0440\u0438\u0444\u0442\u0430: #after version 1.6.7: - -menu.export = \u042d\u043a\u0441\u043f\u043e\u0440\u0442 -menu.general = \u041e\u0431\u0449\u0438\u0435 -menu.language = \u042f\u0437\u044b\u043a - -startup.welcometo = \u0414\u043e\u0431\u0440\u043e \u043f\u043e\u0436\u0430\u043b\u043e\u0432\u0430\u0442\u044c \u0432 -startup.selectopen = \u041d\u0430\u0436\u043c\u0438\u0442\u0435 \u0437\u043d\u0430\u0447\u043e\u043a "\u041e\u0442\u043a\u0440\u044b\u0442\u044c" \u043d\u0430 \u0432\u0435\u0440\u0445\u043d\u0435\u0439 \u043f\u0430\u043d\u0435\u043b\u0438 \u0438\u043b\u0438 \u043f\u0435\u0440\u0435\u0442\u0430\u0449\u0438\u0442\u0435 SWF \u0444\u0430\u0439\u043b \u0432 \u044d\u0442\u043e \u043e\u043a\u043d\u043e. - -error.font.nocharacter = \u0421\u0438\u043c\u0432\u043e\u043b "%char%" \u043e\u0442\u0441\u0443\u0442\u0441\u0442\u0432\u0443\u0435\u0442 \u0432 \u0432\u044b\u0431\u0440\u0430\u043d\u043d\u043e\u043c \u0448\u0440\u0438\u0444\u0442\u0435. - -warning.initializers = \u0421\u0442\u0430\u0442\u0438\u0447\u0435\u0441\u043a\u0438\u0435 \u043f\u043e\u043b\u044f \u0438 \u043a\u043e\u043d\u0441\u0442\u0430\u043d\u0442\u044b \u0437\u0430\u0447\u0430\u0441\u0442\u0443\u044e \u0438\u043d\u0438\u0446\u0438\u0430\u043b\u0438\u0437\u0438\u0440\u0443\u044e\u0442\u0441\u044f \u0432 \u0438\u043d\u0438\u0446\u0438\u0430\u043b\u0438\u0437\u0430\u0442\u043e\u0440\u0430\u0445.\n\u0421\u043a\u043e\u0440\u0435\u0435 \u0432\u0441\u0435\u0433\u043e, \u043f\u043e\u0442\u0440\u0435\u0431\u0443\u0435\u0442\u0441\u044f \u0438\u0437\u043c\u0435\u043d\u0438\u0442\u044c \u0438\u0445 \u043d\u0435 \u0442\u043e\u043b\u044c\u043a\u043e \u0437\u0434\u0435\u0441\u044c, \u043d\u043e \u0438 \u0442\u0430\u043c! - +menu.export=\u042d\u043a\u0441\u043f\u043e\u0440\u0442 +menu.general=\u041e\u0431\u0449\u0438\u0435 +menu.language=\u042f\u0437\u044b\u043a +startup.welcometo=\u0414\u043e\u0431\u0440\u043e \u043f\u043e\u0436\u0430\u043b\u043e\u0432\u0430\u0442\u044c \u0432 +startup.selectopen=\u041d\u0430\u0436\u043c\u0438\u0442\u0435 \u0437\u043d\u0430\u0447\u043e\u043a "\u041e\u0442\u043a\u0440\u044b\u0442\u044c" \u043d\u0430 \u0432\u0435\u0440\u0445\u043d\u0435\u0439 \u043f\u0430\u043d\u0435\u043b\u0438 \u0438\u043b\u0438 \u043f\u0435\u0440\u0435\u0442\u0430\u0449\u0438\u0442\u0435 SWF \u0444\u0430\u0439\u043b \u0432 \u044d\u0442\u043e \u043e\u043a\u043d\u043e. +error.font.nocharacter=\u0421\u0438\u043c\u0432\u043e\u043b "%char%" \u043e\u0442\u0441\u0443\u0442\u0441\u0442\u0432\u0443\u0435\u0442 \u0432 \u0432\u044b\u0431\u0440\u0430\u043d\u043d\u043e\u043c \u0448\u0440\u0438\u0444\u0442\u0435. +warning.initializers=\u0421\u0442\u0430\u0442\u0438\u0447\u0435\u0441\u043a\u0438\u0435 \u043f\u043e\u043b\u044f \u0438 \u043a\u043e\u043d\u0441\u0442\u0430\u043d\u0442\u044b \u0437\u0430\u0447\u0430\u0441\u0442\u0443\u044e \u0438\u043d\u0438\u0446\u0438\u0430\u043b\u0438\u0437\u0438\u0440\u0443\u044e\u0442\u0441\u044f \u0432 \u0438\u043d\u0438\u0446\u0438\u0430\u043b\u0438\u0437\u0430\u0442\u043e\u0440\u0430\u0445.\n\u0421\u043a\u043e\u0440\u0435\u0435 \u0432\u0441\u0435\u0433\u043e, \u043f\u043e\u0442\u0440\u0435\u0431\u0443\u0435\u0442\u0441\u044f \u0438\u0437\u043c\u0435\u043d\u0438\u0442\u044c \u0438\u0445 \u043d\u0435 \u0442\u043e\u043b\u044c\u043a\u043e \u0437\u0434\u0435\u0441\u044c, \u043d\u043e \u0438 \u0442\u0430\u043c! #after version 1.7.0u1: - -menu.tools.searchMemory = \u0418\u0441\u043a\u0430\u0442\u044c SWF \u0432 \u043f\u0430\u043c\u044f\u0442\u0438 -menu.file.reload = \u041f\u0435\u0440\u0435\u0437\u0430\u0433\u0440\u0443\u0437\u0438\u0442\u044c -message.confirm.reload = \u042d\u0442\u043e \u0434\u0435\u0439\u0441\u0442\u0432\u0438\u0435 \u043e\u0442\u043c\u0435\u043d\u044f\u0435\u0442 \u0432\u0441\u0435 \u043d\u0435\u0441\u043e\u0445\u0440\u0430\u043d\u0451\u043d\u043d\u044b\u0435 \u0438\u0437\u043c\u0435\u043d\u0435\u043d\u0438\u044f \u0438 \u0437\u0430\u043d\u043e\u0432\u043e \u0437\u0430\u0433\u0440\u0443\u0436\u0430\u0435\u0442 \u0442\u0435\u043a\u0443\u0449\u0438\u0439 SWF \u0444\u0430\u0439\u043b.\n \u0412\u044b \u0443\u0432\u0435\u0440\u0435\u043d\u044b, \u0447\u0442\u043e \u0436\u0435\u043b\u0430\u0435\u0442\u0435 \u043f\u0440\u043e\u0434\u043e\u043b\u0436\u0438\u0442\u044c? - -dialog.selectbkcolor.title = \u0418\u0437\u043c\u0435\u043d\u0435\u043d\u0438\u0435 \u0446\u0432\u0435\u0442\u0430 \u0444\u043e\u043d\u0430 \u0434\u043b\u044f \u043e\u0431\u043b\u0430\u0441\u0442\u0438 \u043f\u0440\u043e\u0441\u043c\u043e\u0442\u0440\u0430 SWF -button.selectbkcolor.hint = \u0418\u0437\u043c\u0435\u043d\u0435\u043d\u0438\u0435 \u0446\u0432\u0435\u0442\u0430 \u0444\u043e\u043d\u0430 - -ColorChooser.okText = \u041e\u041a -ColorChooser.cancelText = \u041e\u0442\u043c\u0435\u043d\u0430 -ColorChooser.resetText = \u041e\u0447\u0438\u0441\u0442\u0438\u0442\u044c -ColorChooser.previewText = \u041f\u0440\u0435\u0434\u043f\u0440\u043e\u0441\u043c\u043e\u0442\u0440 -ColorChooser.swatchesNameText = \u041e\u0431\u0440\u0430\u0437\u0446\u044b -ColorChooser.swatchesRecentText = \u041d\u0435\u0434\u0430\u0432\u043d\u0435\u0435: -ColorChooser.sampleText = \u041f\u0440\u0438\u043c\u0435\u0440 \u043d\u0430\u0434\u043f\u0438\u0441\u0438 \u041f\u0440\u0438\u043c\u0435\u0440 \u043d\u0430\u0434\u043f\u0438\u0441\u0438 - +menu.tools.searchMemory=\u0418\u0441\u043a\u0430\u0442\u044c SWF \u0432 \u043f\u0430\u043c\u044f\u0442\u0438 +menu.file.reload=\u041f\u0435\u0440\u0435\u0437\u0430\u0433\u0440\u0443\u0437\u0438\u0442\u044c +message.confirm.reload=\u042d\u0442\u043e \u0434\u0435\u0439\u0441\u0442\u0432\u0438\u0435 \u043e\u0442\u043c\u0435\u043d\u044f\u0435\u0442 \u0432\u0441\u0435 \u043d\u0435\u0441\u043e\u0445\u0440\u0430\u043d\u0451\u043d\u043d\u044b\u0435 \u0438\u0437\u043c\u0435\u043d\u0435\u043d\u0438\u044f \u0438 \u0437\u0430\u043d\u043e\u0432\u043e \u0437\u0430\u0433\u0440\u0443\u0436\u0430\u0435\u0442 \u0442\u0435\u043a\u0443\u0449\u0438\u0439 SWF \u0444\u0430\u0439\u043b.\n \u0412\u044b \u0443\u0432\u0435\u0440\u0435\u043d\u044b, \u0447\u0442\u043e \u0436\u0435\u043b\u0430\u0435\u0442\u0435 \u043f\u0440\u043e\u0434\u043e\u043b\u0436\u0438\u0442\u044c? +dialog.selectbkcolor.title=\u0418\u0437\u043c\u0435\u043d\u0435\u043d\u0438\u0435 \u0446\u0432\u0435\u0442\u0430 \u0444\u043e\u043d\u0430 \u0434\u043b\u044f \u043e\u0431\u043b\u0430\u0441\u0442\u0438 \u043f\u0440\u043e\u0441\u043c\u043e\u0442\u0440\u0430 SWF +button.selectbkcolor.hint=\u0418\u0437\u043c\u0435\u043d\u0435\u043d\u0438\u0435 \u0446\u0432\u0435\u0442\u0430 \u0444\u043e\u043d\u0430 +ColorChooser.okText=\u041e\u041a +ColorChooser.cancelText=\u041e\u0442\u043c\u0435\u043d\u0430 +ColorChooser.resetText=\u041e\u0447\u0438\u0441\u0442\u0438\u0442\u044c +ColorChooser.previewText=\u041f\u0440\u0435\u0434\u043f\u0440\u043e\u0441\u043c\u043e\u0442\u0440 +ColorChooser.swatchesNameText=\u041e\u0431\u0440\u0430\u0437\u0446\u044b +ColorChooser.swatchesRecentText=\u041d\u0435\u0434\u0430\u0432\u043d\u0435\u0435: +ColorChooser.sampleText=\u041f\u0440\u0438\u043c\u0435\u0440 \u043d\u0430\u0434\u043f\u0438\u0441\u0438 \u041f\u0440\u0438\u043c\u0435\u0440 \u043d\u0430\u0434\u043f\u0438\u0441\u0438 #after version 1.7.1: - -preview.play = \u0412\u043e\u0441\u043f\u0440\u043e\u0438\u0437\u0432\u0435\u0441\u0442\u0438 -preview.pause = \u041f\u0430\u0443\u0437\u0430 -preview.stop = \u0421\u0442\u043e\u043f - -message.confirm.removemultiple = \u0412\u044b \u0443\u0432\u0435\u0440\u0435\u043d\u044b, \u0447\u0442\u043e \u0436\u0435\u043b\u0430\u0435\u0442\u0435 \u0443\u0434\u0430\u043b\u0438\u0442\u044c \u044d\u043b\u0435\u043c\u0435\u043d\u0442\u044b \u0432 \u043a\u043e\u043b\u0438\u0447\u0435\u0441\u0442\u0432\u0435: %count%\n \u0438 \u0432\u0441\u0435 \u043e\u0431\u044a\u0435\u043a\u0442\u044b, \u0437\u0430\u0432\u0438\u0441\u044f\u0449\u0438\u0435 \u043e\u0442 \u043d\u0438\u0445? - -menu.tools.searchCache = \u041f\u043e\u0438\u0441\u043a \u0432 \u043a\u044d\u0448\u0435 \u0431\u0440\u0430\u0443\u0437\u0435\u0440\u043e\u0432 - +preview.play=\u0412\u043e\u0441\u043f\u0440\u043e\u0438\u0437\u0432\u0435\u0441\u0442\u0438 +preview.pause=\u041f\u0430\u0443\u0437\u0430 +preview.stop=\u0421\u0442\u043e\u043f +message.confirm.removemultiple=\u0412\u044b \u0443\u0432\u0435\u0440\u0435\u043d\u044b, \u0447\u0442\u043e \u0436\u0435\u043b\u0430\u0435\u0442\u0435 \u0443\u0434\u0430\u043b\u0438\u0442\u044c \u044d\u043b\u0435\u043c\u0435\u043d\u0442\u044b \u0432 \u043a\u043e\u043b\u0438\u0447\u0435\u0441\u0442\u0432\u0435: %count%\n \u0438 \u0432\u0441\u0435 \u043e\u0431\u044a\u0435\u043a\u0442\u044b, \u0437\u0430\u0432\u0438\u0441\u044f\u0449\u0438\u0435 \u043e\u0442 \u043d\u0438\u0445? +menu.tools.searchCache=\u041f\u043e\u0438\u0441\u043a \u0432 \u043a\u044d\u0448\u0435 \u0431\u0440\u0430\u0443\u0437\u0435\u0440\u043e\u0432 #after version 1.7.2u2 - -error.trait.exists = Trait \u0441 \u0438\u043c\u0435\u043d\u0435\u043c "%name%" \u0443\u0436\u0435 \u0441\u0443\u0449\u0435\u0441\u0442\u0432\u0443\u0435\u0442. -button.addtrait = \u0414\u043e\u0431\u0430\u0432\u0438\u0442\u044c trait -button.font.embed = \u0412\u0441\u0442\u0440\u043e\u0438\u0442\u044c... -button.yes.all = \u0414\u0430 \u0434\u043b\u044f \u0432\u0441\u0435\u0445 -button.no.all = \u041d\u0435\u0442 \u0434\u043b\u044f \u0432\u0441\u0435\u0445 -message.font.add.exists = \u0421\u0438\u043c\u0432\u043e\u043b %char% \u0443\u0436\u0435 \u0441\u0443\u0449\u0435\u0441\u0442\u0432\u0443\u0435\u0442 \u0432 \u0442\u044d\u0433\u0435 \u0448\u0440\u0438\u0444\u0442\u0430.\n\u0416\u0435\u043b\u0430\u0435\u0442\u0435 \u043b\u0438 \u0412\u044b \u0435\u0433\u043e \u0437\u0430\u043c\u0435\u043d\u0438\u0442\u044c? - -filter.gfx = GFx \u0444\u0430\u0439\u043b\u044b ScaleForm (*.gfx) -filter.supported = \u0412\u0441\u0435 \u043f\u043e\u0434\u0434\u0435\u0440\u0436\u0438\u0432\u0430\u0435\u043c\u044b\u0435 \u0442\u0438\u043f\u044b -work.canceled = \u041e\u0442\u043c\u0435\u043d\u0435\u043d\u043e -work.restoringControlFlow = \u0412\u043e\u0441\u0441\u0442\u0430\u043d\u043e\u0432\u043b\u0435\u043d\u0438\u0435 \u043f\u043e\u0440\u044f\u0434\u043a\u0430 -menu.advancedsettings.advancedsettings = \u041f\u0440\u043e\u0434\u0432\u0438\u043d\u0443\u0442\u044b\u0435 \u043d\u0430\u0441\u0442\u0440\u043e\u0439\u043a\u0438 -menu.recentFiles = \u041f\u043e\u0441\u043b\u0435\u0434\u043d\u0438\u0435 \u0444\u0430\u0439\u043b\u044b - +error.trait.exists=Trait \u0441 \u0438\u043c\u0435\u043d\u0435\u043c "%name%" \u0443\u0436\u0435 \u0441\u0443\u0449\u0435\u0441\u0442\u0432\u0443\u0435\u0442. +button.addtrait=\u0414\u043e\u0431\u0430\u0432\u0438\u0442\u044c trait +button.font.embed=\u0412\u0441\u0442\u0440\u043e\u0438\u0442\u044c... +button.yes.all=\u0414\u0430 \u0434\u043b\u044f \u0432\u0441\u0435\u0445 +button.no.all=\u041d\u0435\u0442 \u0434\u043b\u044f \u0432\u0441\u0435\u0445 +message.font.add.exists=\u0421\u0438\u043c\u0432\u043e\u043b %char% \u0443\u0436\u0435 \u0441\u0443\u0449\u0435\u0441\u0442\u0432\u0443\u0435\u0442 \u0432 \u0442\u044d\u0433\u0435 \u0448\u0440\u0438\u0444\u0442\u0430.\n\u0416\u0435\u043b\u0430\u0435\u0442\u0435 \u043b\u0438 \u0412\u044b \u0435\u0433\u043e \u0437\u0430\u043c\u0435\u043d\u0438\u0442\u044c? +filter.gfx=GFx \u0444\u0430\u0439\u043b\u044b ScaleForm (*.gfx) +filter.supported=\u0412\u0441\u0435 \u043f\u043e\u0434\u0434\u0435\u0440\u0436\u0438\u0432\u0430\u0435\u043c\u044b\u0435 \u0442\u0438\u043f\u044b +work.canceled=\u041e\u0442\u043c\u0435\u043d\u0435\u043d\u043e +work.restoringControlFlow=\u0412\u043e\u0441\u0441\u0442\u0430\u043d\u043e\u0432\u043b\u0435\u043d\u0438\u0435 \u043f\u043e\u0440\u044f\u0434\u043a\u0430 +menu.advancedsettings.advancedsettings=\u041f\u0440\u043e\u0434\u0432\u0438\u043d\u0443\u0442\u044b\u0435 \u043d\u0430\u0441\u0442\u0440\u043e\u0439\u043a\u0438 +menu.recentFiles=\u041f\u043e\u0441\u043b\u0435\u0434\u043d\u0438\u0435 \u0444\u0430\u0439\u043b\u044b #after version 1.7.4 -work.restoringControlFlow.complete = \u041f\u043e\u0440\u044f\u0434\u043e\u043a \u0432\u044b\u043f\u043e\u043b\u043d\u0435\u043d\u0438\u044f \u0432\u043e\u0441\u0441\u0442\u0430\u043d\u043e\u0432\u043b\u0435\u043d -message.confirm.recentFileNotFound = \u0424\u0430\u0439\u043b \u043d\u0435 \u043d\u0430\u0439\u0434\u0435\u043d. \u0423\u0434\u0430\u043b\u0438\u0442\u044c \u0435\u0433\u043e \u0438\u0437 \u0441\u043f\u0438\u0441\u043a\u0430 \u043f\u043e\u0441\u043b\u0435\u0434\u043d\u0438\u0445 \u0444\u0430\u0439\u043b\u043e\u0432? -contextmenu.closeSwf = \u0417\u0430\u043a\u0440\u044b\u0442\u044c SWF -menu.settings.autoRenameIdentifiers = \u0410\u0432\u0442\u043e\u043c\u0430\u0442\u0438\u0447\u0435\u0441\u043a\u0438 \u043f\u0435\u0440\u0435\u0438\u043c\u0435\u043d\u043e\u0432\u044b\u0432\u0430\u0442\u044c \u0438\u0434\u0435\u043d\u0442\u0438\u0444\u0438\u043a\u0430\u0442\u043e\u0440\u044b -menu.file.saveasexe = \u0421\u043e\u0445\u0440\u0430\u043d\u0438\u0442\u044c \u043a\u0430\u043a Exe... -filter.exe = \u041f\u0440\u0438\u043b\u043e\u0436\u0435\u043d\u0438\u044f (*.exe) - +work.restoringControlFlow.complete=\u041f\u043e\u0440\u044f\u0434\u043e\u043a \u0432\u044b\u043f\u043e\u043b\u043d\u0435\u043d\u0438\u044f \u0432\u043e\u0441\u0441\u0442\u0430\u043d\u043e\u0432\u043b\u0435\u043d +message.confirm.recentFileNotFound=\u0424\u0430\u0439\u043b \u043d\u0435 \u043d\u0430\u0439\u0434\u0435\u043d. \u0423\u0434\u0430\u043b\u0438\u0442\u044c \u0435\u0433\u043e \u0438\u0437 \u0441\u043f\u0438\u0441\u043a\u0430 \u043f\u043e\u0441\u043b\u0435\u0434\u043d\u0438\u0445 \u0444\u0430\u0439\u043b\u043e\u0432? +contextmenu.closeSwf=\u0417\u0430\u043a\u0440\u044b\u0442\u044c SWF +menu.settings.autoRenameIdentifiers=\u0410\u0432\u0442\u043e\u043c\u0430\u0442\u0438\u0447\u0435\u0441\u043a\u0438 \u043f\u0435\u0440\u0435\u0438\u043c\u0435\u043d\u043e\u0432\u044b\u0432\u0430\u0442\u044c \u0438\u0434\u0435\u043d\u0442\u0438\u0444\u0438\u043a\u0430\u0442\u043e\u0440\u044b +menu.file.saveasexe=\u0421\u043e\u0445\u0440\u0430\u043d\u0438\u0442\u044c \u043a\u0430\u043a Exe... +filter.exe=\u041f\u0440\u0438\u043b\u043e\u0436\u0435\u043d\u0438\u044f (*.exe) #after version 1.8.0 -font.updateTexts = \u041e\u0431\u043d\u043e\u0432\u0438\u0442\u044c \u043d\u0430\u0434\u043f\u0438\u0441\u0438 - +font.updateTexts=\u041e\u0431\u043d\u043e\u0432\u0438\u0442\u044c \u043d\u0430\u0434\u043f\u0438\u0441\u0438 #after version 1.8.0u1 -menu.file.close = \u0417\u0430\u043a\u0440\u044b\u0442\u044c -menu.file.closeAll = \u0417\u0430\u043a\u0440\u044b\u0442\u044c \u0432\u0441\u0435 -menu.tools.otherTools = \u0414\u0440\u0443\u0433\u043e\u0435 -menu.tools.otherTools.clearRecentFiles = \u041e\u0447\u0438\u0441\u0442\u0438\u0442\u044c \u0441\u043f\u0438\u0441\u043e\u043a \u043f\u043e\u0441\u043b\u0435\u0434\u043d\u0438\u0445 \u0444\u0430\u0439\u043b\u043e\u0432 -fontName.name = \u041d\u0430\u0437\u0432\u0430\u043d\u0438\u0435 \u0448\u0440\u0438\u0444\u0442\u0430: -fontName.copyright = \u0410\u0432\u0442\u043e\u0440\u0441\u043a\u043e\u0435 \u043f\u0440\u0430\u0432\u043e: -button.preview = \u041f\u0440\u0435\u0434\u043f\u0440\u043e\u0441\u043c\u043e\u0442\u0440 -button.reset = \u0421\u0431\u0440\u043e\u0441\u0438\u0442\u044c -errors.info = \u0412 \u043b\u043e\u0433\u0435 \u0435\u0441\u0442\u044c \u0432\u0430\u0436\u043d\u044b\u0435 \u0441\u043e\u043e\u0431\u0449\u0435\u043d\u0438\u044f. \u041a\u043b\u0438\u043a\u043d\u0438\u0442\u0435 \u0434\u043b\u044f \u043f\u0440\u043e\u0441\u043c\u043e\u0442\u0440\u0430. -errors.warning = \u0412 \u043b\u043e\u0433\u0435 \u0435\u0441\u0442\u044c \u043f\u0440\u0435\u0434\u0443\u043f\u0440\u0435\u0436\u0434\u0435\u043d\u0438\u044f! \u041a\u043b\u0438\u043a\u043d\u0438\u0442\u0435 \u0434\u043b\u044f \u043f\u0440\u043e\u0441\u043c\u043e\u0442\u0440\u0430. - -decompilationError = \u041e\u0448\u0438\u0431\u043a\u0430 \u0434\u0435\u043a\u043e\u043c\u043f\u0438\u043b\u044f\u0446\u0438\u0438 - -disassemblingProgress.toString = \u0413\u0435\u043d\u0435\u0440\u0430\u0446\u0438\u044f \u0441\u0442\u0440\u043e\u043a -disassemblingProgress.reading = \u0427\u0442\u0435\u043d\u0438\u0435 -disassemblingProgress.deobfuscating = \u0414\u0435\u043e\u0431\u0444\u0443\u0441\u043a\u0430\u0446\u0438\u044f - -contextmenu.moveTag = \u041f\u0435\u0440\u0435\u043c\u0435\u0441\u0442\u0438\u0442\u044c \u0442\u044d\u0433 - -filter.swc = SWC \u0431\u0438\u0431\u043b\u0438\u043e\u0442\u0435\u043a\u0438 (*.swc) -filter.zip = ZIP \u0430\u0440\u0445\u0438\u0432\u044b (*.zip) -filter.binary = \u0411\u0438\u043d\u0430\u0440\u043d\u044b\u0439 \u043f\u043e\u0438\u0441\u043a - \u0432\u0441\u0435 \u0444\u0430\u0439\u043b\u044b (*.*) - -open.error = \u041e\u0448\u0438\u0431\u043a\u0430 -open.error.fileNotFound = \u0424\u0430\u0439\u043b \u043d\u0435 \u043d\u0430\u0439\u0434\u0435\u043d -open.error.cannotOpen = \u041d\u0435\u0432\u043e\u0437\u043c\u043e\u0436\u043d\u043e \u043e\u0442\u043a\u0440\u044b\u0442\u044c \u0444\u0430\u0439\u043b - -node.others = \u043e\u0441\u0442\u0430\u043b\u044c\u043d\u044b\u0435 - +menu.file.close=\u0417\u0430\u043a\u0440\u044b\u0442\u044c +menu.file.closeAll=\u0417\u0430\u043a\u0440\u044b\u0442\u044c \u0432\u0441\u0435 +menu.tools.otherTools=\u0414\u0440\u0443\u0433\u043e\u0435 +menu.tools.otherTools.clearRecentFiles=\u041e\u0447\u0438\u0441\u0442\u0438\u0442\u044c \u0441\u043f\u0438\u0441\u043e\u043a \u043f\u043e\u0441\u043b\u0435\u0434\u043d\u0438\u0445 \u0444\u0430\u0439\u043b\u043e\u0432 +fontName.name=\u041d\u0430\u0437\u0432\u0430\u043d\u0438\u0435 \u0448\u0440\u0438\u0444\u0442\u0430: +fontName.copyright=\u0410\u0432\u0442\u043e\u0440\u0441\u043a\u043e\u0435 \u043f\u0440\u0430\u0432\u043e: +button.preview=\u041f\u0440\u0435\u0434\u043f\u0440\u043e\u0441\u043c\u043e\u0442\u0440 +button.reset=\u0421\u0431\u0440\u043e\u0441\u0438\u0442\u044c +errors.info=\u0412 \u043b\u043e\u0433\u0435 \u0435\u0441\u0442\u044c \u0432\u0430\u0436\u043d\u044b\u0435 \u0441\u043e\u043e\u0431\u0449\u0435\u043d\u0438\u044f. \u041a\u043b\u0438\u043a\u043d\u0438\u0442\u0435 \u0434\u043b\u044f \u043f\u0440\u043e\u0441\u043c\u043e\u0442\u0440\u0430. +errors.warning=\u0412 \u043b\u043e\u0433\u0435 \u0435\u0441\u0442\u044c \u043f\u0440\u0435\u0434\u0443\u043f\u0440\u0435\u0436\u0434\u0435\u043d\u0438\u044f! \u041a\u043b\u0438\u043a\u043d\u0438\u0442\u0435 \u0434\u043b\u044f \u043f\u0440\u043e\u0441\u043c\u043e\u0442\u0440\u0430. +decompilationError=\u041e\u0448\u0438\u0431\u043a\u0430 \u0434\u0435\u043a\u043e\u043c\u043f\u0438\u043b\u044f\u0446\u0438\u0438 +disassemblingProgress.toString=\u0413\u0435\u043d\u0435\u0440\u0430\u0446\u0438\u044f \u0441\u0442\u0440\u043e\u043a +disassemblingProgress.reading=\u0427\u0442\u0435\u043d\u0438\u0435 +disassemblingProgress.deobfuscating=\u0414\u0435\u043e\u0431\u0444\u0443\u0441\u043a\u0430\u0446\u0438\u044f +contextmenu.moveTag=\u041f\u0435\u0440\u0435\u043c\u0435\u0441\u0442\u0438\u0442\u044c \u0442\u044d\u0433 +filter.swc=SWC \u0431\u0438\u0431\u043b\u0438\u043e\u0442\u0435\u043a\u0438 (*.swc) +filter.zip=ZIP \u0430\u0440\u0445\u0438\u0432\u044b (*.zip) +filter.binary=\u0411\u0438\u043d\u0430\u0440\u043d\u044b\u0439 \u043f\u043e\u0438\u0441\u043a - \u0432\u0441\u0435 \u0444\u0430\u0439\u043b\u044b (*.*) +open.error=\u041e\u0448\u0438\u0431\u043a\u0430 +open.error.fileNotFound=\u0424\u0430\u0439\u043b \u043d\u0435 \u043d\u0430\u0439\u0434\u0435\u043d +open.error.cannotOpen=\u041d\u0435\u0432\u043e\u0437\u043c\u043e\u0436\u043d\u043e \u043e\u0442\u043a\u0440\u044b\u0442\u044c \u0444\u0430\u0439\u043b +node.others=\u043e\u0441\u0442\u0430\u043b\u044c\u043d\u044b\u0435 #after version 1.8.1 -menu.tools.search = \u041f\u043e\u0438\u0441\u043a \u0442\u0435\u043a\u0441\u0442\u0430 - +menu.tools.search=\u041f\u043e\u0438\u0441\u043a \u0442\u0435\u043a\u0441\u0442\u0430 #after version 1.8.1u1 -menu.tools.timeline = Timeline - -dialog.selectcolor.title = \u0412\u044b\u0431\u043e\u0440 \u0446\u0432\u0435\u0442\u0430 -button.selectcolor.hint = \u041a\u043b\u0438\u043a\u043d\u0438\u0442\u0435 \u0434\u043b\u044f \u0432\u044b\u0431\u043e\u0440\u0430 \u0446\u0432\u0435\u0442\u0430 - +menu.tools.timeline=Timeline +dialog.selectcolor.title=\u0412\u044b\u0431\u043e\u0440 \u0446\u0432\u0435\u0442\u0430 +button.selectcolor.hint=\u041a\u043b\u0438\u043a\u043d\u0438\u0442\u0435 \u0434\u043b\u044f \u0432\u044b\u0431\u043e\u0440\u0430 \u0446\u0432\u0435\u0442\u0430 #default item name, will be used in following sentences -generictag.array.item = \u044d\u043b\u0435\u043c\u0435\u043d\u0442 -generictag.array.insertbeginning = \u0412\u0441\u0442\u0430\u0432\u0438\u0442\u044c %item% \u0432 \u043d\u0430\u0447\u0430\u043b\u043e -generictag.array.insertbefore = \u0412\u0441\u0442\u0430\u0432\u0438\u0442\u044c %item% \u043f\u0435\u0440\u0435\u0434 -generictag.array.remove = \u0423\u0434\u0430\u043b\u0438\u0442\u044c %item% -generictag.array.insertafter = \u0412\u0441\u0442\u0430\u0432\u0438\u0442\u044c %item% \u043f\u043e\u0441\u043b\u0435 -generictag.array.insertend = \u0412\u0441\u0442\u0430\u0432\u0438\u0442\u044c %item% \u0432 \u043a\u043e\u043d\u0435\u0446 - +generictag.array.item=\u044d\u043b\u0435\u043c\u0435\u043d\u0442 +generictag.array.insertbeginning=\u0412\u0441\u0442\u0430\u0432\u0438\u0442\u044c %item% \u0432 \u043d\u0430\u0447\u0430\u043b\u043e +generictag.array.insertbefore=\u0412\u0441\u0442\u0430\u0432\u0438\u0442\u044c %item% \u043f\u0435\u0440\u0435\u0434 +generictag.array.remove=\u0423\u0434\u0430\u043b\u0438\u0442\u044c %item% +generictag.array.insertafter=\u0412\u0441\u0442\u0430\u0432\u0438\u0442\u044c %item% \u043f\u043e\u0441\u043b\u0435 +generictag.array.insertend=\u0412\u0441\u0442\u0430\u0432\u0438\u0442\u044c %item% \u0432 \u043a\u043e\u043d\u0435\u0446 #after version 2.0.0 -contextmenu.expandAll = \u0420\u0430\u0437\u0432\u0435\u0440\u043d\u0443\u0442\u044c \u0432\u0441\u0435 - -filter.sounds = \u041f\u043e\u0434\u0434\u0435\u0440\u0436\u0438\u0432\u0430\u0435\u043c\u044b\u0435 \u0437\u0432\u0443\u043a\u043e\u0432\u044b\u0435 \u0444\u043e\u0440\u043c\u0430\u0442\u044b (*.wav,*.mp3) -filter.sounds.wav = Wave \u0444\u043e\u0440\u043c\u0430\u0442 (*.wav) -filter.sounds.mp3 = MP3 \u0441\u0436\u0430\u0442\u044b\u0439 \u0444\u043e\u0440\u043c\u0430\u0442 (*.mp3) - -error.sound.invalid = \u041d\u0435 \u0432\u0430\u043b\u0438\u0434\u043d\u044b\u0439 \u0437\u0432\u0443\u043a. - -button.prev = \u041d\u0430\u0437\u0430\u0434 -button.next = \u0414\u0430\u043b\u0435\u0435 - +contextmenu.expandAll=\u0420\u0430\u0437\u0432\u0435\u0440\u043d\u0443\u0442\u044c \u0432\u0441\u0435 +filter.sounds=\u041f\u043e\u0434\u0434\u0435\u0440\u0436\u0438\u0432\u0430\u0435\u043c\u044b\u0435 \u0437\u0432\u0443\u043a\u043e\u0432\u044b\u0435 \u0444\u043e\u0440\u043c\u0430\u0442\u044b (*.wav,*.mp3) +filter.sounds.wav=Wave \u0444\u043e\u0440\u043c\u0430\u0442 (*.wav) +filter.sounds.mp3=MP3 \u0441\u0436\u0430\u0442\u044b\u0439 \u0444\u043e\u0440\u043c\u0430\u0442 (*.mp3) +error.sound.invalid=\u041d\u0435 \u0432\u0430\u043b\u0438\u0434\u043d\u044b\u0439 \u0437\u0432\u0443\u043a. +button.prev=\u041d\u0430\u0437\u0430\u0434 +button.next=\u0414\u0430\u043b\u0435\u0435 #after version 2.1.0 -message.action.playerglobal.title = \u041d\u0435\u043e\u0431\u0445\u043e\u0434\u0438\u043c\u0430 \u0431\u0438\u0431\u043b\u0438\u043e\u0442\u0435\u043a\u0430 PlayerGlobal -message.action.playerglobal.needed = \u0414\u043b\u044f \u043f\u0440\u044f\u043c\u043e\u0433\u043e \u0440\u0435\u0434\u0430\u043a\u0442\u0438\u0440\u043e\u0432\u0430\u043d\u0438\u044f ActionScript 3 \u043d\u0435\u043e\u0431\u0445\u043e\u0434\u0438\u043c\u043e \u0441\u043a\u0430\u0447\u0430\u0442\u044c \u0431\u0438\u0431\u043b\u0438\u043e\u0442\u0435\u043a\u0443 "PlayerGlobal.swc" \u0441\u043e \u0441\u0442\u0440\u0430\u043d\u0438\u0446\u044b Adobe.\r\n%adobehomepage%\r\n\u041d\u0430\u0436\u043c\u0438\u0442\u0435 OK, \u0447\u0442\u043e\u0431\u044b \u043f\u0435\u0440\u0435\u0439\u0442\u0438 \u043a \u0441\u043a\u0430\u0447\u0438\u0432\u0430\u043d\u0438\u044e. -message.action.playerglobal.place = \u0421\u043a\u0430\u0447\u0430\u0439\u0442\u0435 \u0431\u0438\u0431\u043b\u0438\u043e\u0442\u0435\u043a\u0443 PlayerGlobal(.swc), \u0438 \u0440\u0430\u0437\u043c\u0435\u0441\u0442\u0438\u0442\u0435 \u0435\u0435 \u0432 \u043f\u0430\u043f\u043a\u0435\r\n%libpath%\r\n\u041d\u0430\u0436\u043c\u0438\u0442\u0435 OK \u0434\u043b\u044f \u043f\u0440\u043e\u0434\u043e\u043b\u0436\u0435\u043d\u0438\u044f. - -message.confirm.experimental.function = \u042d\u0442\u043e \u042d\u041a\u0421\u041f\u0415\u0420\u0418\u041c\u0415\u041d\u0422\u0410\u041b\u042c\u041d\u0410\u042f \u0444\u0443\u043d\u043a\u0446\u0438\u044f. \u042d\u0442\u043e \u0437\u043d\u0430\u0447\u0438\u0442, \u0447\u0442\u043e \u0432\u0430\u043c \u043d\u0435 \u0441\u043b\u0435\u0434\u0443\u0435\u0442 \u0434\u043e\u0432\u0435\u0440\u044f\u0442\u044c \u0440\u0435\u0437\u0443\u043b\u044c\u0442\u0430\u0442\u0430\u043c \u0438 \u0444\u0438\u043d\u0430\u043b\u044c\u043d\u044b\u0439 swf \u0444\u0430\u0439\u043b \u043c\u043e\u0436\u0435\u0442 \u0440\u0430\u0431\u043e\u0442\u0430\u0442\u044c \u043d\u0435\u043a\u043e\u0440\u0440\u0435\u043a\u0442\u043d\u043e. -message.confirm.donotshowagain = \u041d\u0435 \u043f\u043e\u043a\u0430\u0437\u044b\u0432\u0430\u0442\u044c \u0441\u043d\u043e\u0432\u0430 - -menu.import = \u0418\u043d\u043f\u043e\u0440\u0442 -menu.file.import.text = \u0418\u043c\u043f\u043e\u0440\u0442 \u0442\u0435\u043a\u0441\u0442\u0430 -import.select.directory = \u0423\u043a\u0430\u0436\u0438\u0442\u0435 \u043f\u0430\u043f\u043a\u0443 \u0434\u043b\u044f \u0438\u043c\u043f\u043e\u0440\u0442\u0430 -error.text.import = \u041e\u0448\u0438\u0431\u043a\u0430 \u043f\u0440\u0438 \u0438\u043c\u043f\u043e\u0440\u0442\u0435 \u0442\u0435\u043a\u0441\u0442\u0430. \u041f\u0440\u043e\u0434\u043e\u043b\u0436\u0438\u0442\u044c? - +message.action.playerglobal.title=\u041d\u0435\u043e\u0431\u0445\u043e\u0434\u0438\u043c\u0430 \u0431\u0438\u0431\u043b\u0438\u043e\u0442\u0435\u043a\u0430 PlayerGlobal +message.action.playerglobal.needed=\u0414\u043b\u044f \u043f\u0440\u044f\u043c\u043e\u0433\u043e \u0440\u0435\u0434\u0430\u043a\u0442\u0438\u0440\u043e\u0432\u0430\u043d\u0438\u044f ActionScript 3 \u043d\u0435\u043e\u0431\u0445\u043e\u0434\u0438\u043c\u043e \u0441\u043a\u0430\u0447\u0430\u0442\u044c \u0431\u0438\u0431\u043b\u0438\u043e\u0442\u0435\u043a\u0443 "PlayerGlobal.swc" \u0441\u043e \u0441\u0442\u0440\u0430\u043d\u0438\u0446\u044b Adobe.\r\n%adobehomepage%\r\n\u041d\u0430\u0436\u043c\u0438\u0442\u0435 OK, \u0447\u0442\u043e\u0431\u044b \u043f\u0435\u0440\u0435\u0439\u0442\u0438 \u043a \u0441\u043a\u0430\u0447\u0438\u0432\u0430\u043d\u0438\u044e. +message.action.playerglobal.place=\u0421\u043a\u0430\u0447\u0430\u0439\u0442\u0435 \u0431\u0438\u0431\u043b\u0438\u043e\u0442\u0435\u043a\u0443 PlayerGlobal(.swc), \u0438 \u0440\u0430\u0437\u043c\u0435\u0441\u0442\u0438\u0442\u0435 \u0435\u0435 \u0432 \u043f\u0430\u043f\u043a\u0435\r\n%libpath%\r\n\u041d\u0430\u0436\u043c\u0438\u0442\u0435 OK \u0434\u043b\u044f \u043f\u0440\u043e\u0434\u043e\u043b\u0436\u0435\u043d\u0438\u044f. +message.confirm.experimental.function=\u042d\u0442\u043e \u042d\u041a\u0421\u041f\u0415\u0420\u0418\u041c\u0415\u041d\u0422\u0410\u041b\u042c\u041d\u0410\u042f \u0444\u0443\u043d\u043a\u0446\u0438\u044f. \u042d\u0442\u043e \u0437\u043d\u0430\u0447\u0438\u0442, \u0447\u0442\u043e \u0432\u0430\u043c \u043d\u0435 \u0441\u043b\u0435\u0434\u0443\u0435\u0442 \u0434\u043e\u0432\u0435\u0440\u044f\u0442\u044c \u0440\u0435\u0437\u0443\u043b\u044c\u0442\u0430\u0442\u0430\u043c \u0438 \u0444\u0438\u043d\u0430\u043b\u044c\u043d\u044b\u0439 swf \u0444\u0430\u0439\u043b \u043c\u043e\u0436\u0435\u0442 \u0440\u0430\u0431\u043e\u0442\u0430\u0442\u044c \u043d\u0435\u043a\u043e\u0440\u0440\u0435\u043a\u0442\u043d\u043e. +message.confirm.donotshowagain=\u041d\u0435 \u043f\u043e\u043a\u0430\u0437\u044b\u0432\u0430\u0442\u044c \u0441\u043d\u043e\u0432\u0430 +menu.import=\u0418\u043d\u043f\u043e\u0440\u0442 +menu.file.import.text=\u0418\u043c\u043f\u043e\u0440\u0442 \u0442\u0435\u043a\u0441\u0442\u0430 +import.select.directory=\u0423\u043a\u0430\u0436\u0438\u0442\u0435 \u043f\u0430\u043f\u043a\u0443 \u0434\u043b\u044f \u0438\u043c\u043f\u043e\u0440\u0442\u0430 +error.text.import=\u041e\u0448\u0438\u0431\u043a\u0430 \u043f\u0440\u0438 \u0438\u043c\u043f\u043e\u0440\u0442\u0435 \u0442\u0435\u043a\u0441\u0442\u0430. \u041f\u0440\u043e\u0434\u043e\u043b\u0436\u0438\u0442\u044c? #after version 2.1.1 -contextmenu.removeWithDependencies = \u0423\u0434\u0430\u043b\u0438\u0442\u044c \u0441 \u0437\u0430\u0432\u0438\u0441\u0438\u043c\u043e\u0441\u0442\u044f\u043c\u0438 - -abc.action.find-usages = \u041d\u0430\u0439\u0442\u0438 \u0438\u0441\u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u043d\u0438\u044f -abc.action.find-declaration = \u041d\u0430\u0439\u0442\u0438 \u043e\u0431\u044a\u044f\u0432\u043b\u0435\u043d\u0438\u0435 - -contextmenu.rawEdit = \u0420\u0435\u0434\u0430\u043a\u0442\u0438\u0440\u043e\u0432\u0430\u0442\u044c \u0431\u0430\u0439\u0442\u044b -contextmenu.jumpToCharacter = \u041f\u0435\u0440\u0435\u0439\u0442\u0438 \u043a \u0441\u0438\u043c\u0432\u043e\u043b\u0443 - -menu.settings.dumpView = \u041f\u0440\u043e\u0441\u043c\u043e\u0442\u0440 \u043e\u0431\u0440\u0430\u0437\u0430 - -menu.view = \u0412\u0438\u0434 -menu.file.view.resources = \u0420\u0435\u0441\u0443\u0440\u0441\u044b -menu.file.view.hex = Hex \u043e\u0431\u0440\u0430\u0437 - -node.header = \u0437\u0430\u0433\u043e\u043b\u043e\u0432\u043e\u043a - -header.signature = \u041f\u043e\u0434\u043f\u0438\u0441\u044c: -header.compression = \u0421\u0436\u0430\u0442\u0438\u0435: -header.compression.lzma = LZMA -header.compression.zlib = ZLIB -header.compression.none = \u0411\u0435\u0437 \u0441\u0436\u0430\u0442\u0438\u044f -header.version = \u0412\u0435\u0440\u0441\u0438\u044f SWF: -header.gfx = GFX: -header.filesize = \u0420\u0430\u0437\u043c\u0435\u0440 \u0444\u0430\u0439\u043b\u0430: -header.framerate = \u0427\u0430\u0441\u0442\u043e\u0442\u0430 \u043a\u0430\u0434\u0440\u043e\u0432: -header.framecount = \u041a\u043e\u043b\u0438\u0447\u0435\u0441\u0442\u0432\u043e \u043a\u0430\u0434\u0440\u043e\u0432: -header.displayrect = \u041e\u0431\u043b\u0430\u0441\u0442\u044c \u043f\u0440\u043e\u0441\u043c\u043e\u0442\u0440\u0430: -header.displayrect.value.twips = %xmin%,%ymin% => %xmax%,%ymax% \u0442\u0432\u0438\u043f\u043e\u0432 -header.displayrect.value.pixels = %xmin%,%ymin% => %xmax%,%ymax% \u043f\u0438\u043a\u0441\u0435\u043b\u0435\u0439 - +contextmenu.removeWithDependencies=\u0423\u0434\u0430\u043b\u0438\u0442\u044c \u0441 \u0437\u0430\u0432\u0438\u0441\u0438\u043c\u043e\u0441\u0442\u044f\u043c\u0438 +abc.action.find-usages=\u041d\u0430\u0439\u0442\u0438 \u0438\u0441\u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u043d\u0438\u044f +abc.action.find-declaration=\u041d\u0430\u0439\u0442\u0438 \u043e\u0431\u044a\u044f\u0432\u043b\u0435\u043d\u0438\u0435 +contextmenu.rawEdit=\u0420\u0435\u0434\u0430\u043a\u0442\u0438\u0440\u043e\u0432\u0430\u0442\u044c \u0431\u0430\u0439\u0442\u044b +contextmenu.jumpToCharacter=\u041f\u0435\u0440\u0435\u0439\u0442\u0438 \u043a \u0441\u0438\u043c\u0432\u043e\u043b\u0443 +menu.settings.dumpView=\u041f\u0440\u043e\u0441\u043c\u043e\u0442\u0440 \u043e\u0431\u0440\u0430\u0437\u0430 +menu.view=\u0412\u0438\u0434 +menu.file.view.resources=\u0420\u0435\u0441\u0443\u0440\u0441\u044b +menu.file.view.hex=Hex \u043e\u0431\u0440\u0430\u0437 +node.header=\u0437\u0430\u0433\u043e\u043b\u043e\u0432\u043e\u043a +header.signature=\u041f\u043e\u0434\u043f\u0438\u0441\u044c: +header.compression=\u0421\u0436\u0430\u0442\u0438\u0435: +header.compression.lzma=LZMA +header.compression.zlib=ZLIB +header.compression.none=\u0411\u0435\u0437 \u0441\u0436\u0430\u0442\u0438\u044f +header.version=\u0412\u0435\u0440\u0441\u0438\u044f SWF: +header.gfx=GFX: +header.filesize=\u0420\u0430\u0437\u043c\u0435\u0440 \u0444\u0430\u0439\u043b\u0430: +header.framerate=\u0427\u0430\u0441\u0442\u043e\u0442\u0430 \u043a\u0430\u0434\u0440\u043e\u0432: +header.framecount=\u041a\u043e\u043b\u0438\u0447\u0435\u0441\u0442\u0432\u043e \u043a\u0430\u0434\u0440\u043e\u0432: +header.displayrect=\u041e\u0431\u043b\u0430\u0441\u0442\u044c \u043f\u0440\u043e\u0441\u043c\u043e\u0442\u0440\u0430: +header.displayrect.value.twips=%xmin%,%ymin% => %xmax%,%ymax% \u0442\u0432\u0438\u043f\u043e\u0432 +header.displayrect.value.pixels=%xmin%,%ymin% => %xmax%,%ymax% \u043f\u0438\u043a\u0441\u0435\u043b\u0435\u0439 #after version 2.1.2 -contextmenu.saveToFile = \u0421\u043e\u0445\u0440\u0430\u043d\u0438\u0442\u044c \u0432 \u0444\u0430\u0439\u043b -contextmenu.parseActions = \u0414\u0435\u0439\u0441\u0442\u0432\u0438\u044f \u043f\u0430\u0440\u0441\u0438\u043d\u0433\u0430 -contextmenu.parseABC = \u041f\u0430\u0440\u0441\u0438\u043d\u0433 ABC -contextmenu.parseInstructions = \u041f\u0430\u0440\u0441\u0438\u043d\u0433 \u0438\u043d\u0441\u0442\u0440\u0443\u043a\u0446\u0438\u0439 AVM2 - +contextmenu.saveToFile=\u0421\u043e\u0445\u0440\u0430\u043d\u0438\u0442\u044c \u0432 \u0444\u0430\u0439\u043b +contextmenu.parseActions=\u0414\u0435\u0439\u0441\u0442\u0432\u0438\u044f \u043f\u0430\u0440\u0441\u0438\u043d\u0433\u0430 +contextmenu.parseABC=\u041f\u0430\u0440\u0441\u0438\u043d\u0433 ABC +contextmenu.parseInstructions=\u041f\u0430\u0440\u0441\u0438\u043d\u0433 \u0438\u043d\u0441\u0442\u0440\u0443\u043a\u0446\u0438\u0439 AVM2 #after version 2.1.3 -menu.deobfuscation = \u0414\u0435\u043e\u0431\u0444\u0443\u0441\u043a\u0430\u0446\u0438\u044f -menu.file.deobfuscation.old = \u0421\u0442\u0430\u0440\u044b\u0439 \u0441\u043f\u043e\u0441\u043e\u0431 -menu.file.deobfuscation.new = \u041d\u043e\u0432\u044b\u0439 \u0441\u043f\u043e\u0441\u043e\u0431 - +menu.deobfuscation=\u0414\u0435\u043e\u0431\u0444\u0443\u0441\u043a\u0430\u0446\u0438\u044f +menu.file.deobfuscation.old=\u0421\u0442\u0430\u0440\u044b\u0439 \u0441\u043f\u043e\u0441\u043e\u0431 +menu.file.deobfuscation.new=\u041d\u043e\u0432\u044b\u0439 \u0441\u043f\u043e\u0441\u043e\u0431 #after version 2.1.4 -contextmenu.openswfinside = \u041e\u0442\u043a\u0440\u044b\u0442\u044c SWF \u0432\u043d\u0443\u0442\u0440\u0438 \u044d\u0442\u043e\u0433\u043e \u0442\u044d\u0433\u0430 -binarydata.swfInside = \u041f\u043e\u0445\u043e\u0436\u0435, \u0447\u0442\u043e \u0432 \u044d\u0442\u043e\u043c binary data \u0442\u044d\u0433\u0435 \u043d\u0430\u0445\u043e\u0434\u0438\u0442\u0441\u044f SWF. \u041d\u0430\u0436\u043c\u0438\u0442\u0435 \u0442\u0443\u0442 \u0434\u043b\u044f \u0435\u0433\u043e \u0437\u0430\u0433\u0440\u0443\u0437\u043a\u0438 \u0432 \u043a\u0430\u0447\u0435\u0441\u0442\u0432\u0435 \u043f\u043e\u0434\u043a\u0430\u0442\u0435\u0433\u043e\u0440\u0438\u0438. - +contextmenu.openswfinside=\u041e\u0442\u043a\u0440\u044b\u0442\u044c SWF \u0432\u043d\u0443\u0442\u0440\u0438 \u044d\u0442\u043e\u0433\u043e \u0442\u044d\u0433\u0430 +binarydata.swfInside=\u041f\u043e\u0445\u043e\u0436\u0435, \u0447\u0442\u043e \u0432 \u044d\u0442\u043e\u043c binary data \u0442\u044d\u0433\u0435 \u043d\u0430\u0445\u043e\u0434\u0438\u0442\u0441\u044f SWF. \u041d\u0430\u0436\u043c\u0438\u0442\u0435 \u0442\u0443\u0442 \u0434\u043b\u044f \u0435\u0433\u043e \u0437\u0430\u0433\u0440\u0443\u0437\u043a\u0438 \u0432 \u043a\u0430\u0447\u0435\u0441\u0442\u0432\u0435 \u043f\u043e\u0434\u043a\u0430\u0442\u0435\u0433\u043e\u0440\u0438\u0438. #after version 3.0.0 -button.zoomin.hint = \u041f\u0440\u0438\u0431\u043b\u0438\u0437\u0438\u0442\u044c -button.zoomout.hint = \u041e\u0442\u0434\u0430\u043b\u0438\u0442\u044c -button.zoomfit.hint = \u0412\u043f\u0438\u0441\u0430\u0442\u044c \u0432 \u043e\u043a\u043d\u043e -button.zoomnone.hint = \u041c\u0430\u0441\u0448\u0442\u0430\u0431 1:1 -button.snapshot.hint = \u0421\u043e\u0445\u0440\u0430\u043d\u0438\u0442\u044c \u0441\u043d\u0438\u043c\u043e\u043a \u0432 \u0431\u0443\u0444\u0435\u0440 \u043e\u0431\u043c\u0435\u043d\u0430 - -editorTruncateWarning = \u0412 \u043e\u0442\u043b\u0430\u0434\u043e\u0447\u043d\u043e\u043c \u0440\u0435\u0436\u0438\u043c\u0435 \u0442\u0435\u043a\u0441\u0442 \u043e\u0442\u0441\u0435\u043a\u0430\u0435\u0442\u0441\u044f \u0441 \u0441\u0438\u043c\u0432\u043e\u043b\u0430 \u043d\u043e\u043c\u0435\u0440 %chars%. - +button.zoomin.hint=\u041f\u0440\u0438\u0431\u043b\u0438\u0437\u0438\u0442\u044c +button.zoomout.hint=\u041e\u0442\u0434\u0430\u043b\u0438\u0442\u044c +button.zoomfit.hint=\u0412\u043f\u0438\u0441\u0430\u0442\u044c \u0432 \u043e\u043a\u043d\u043e +button.zoomnone.hint=\u041c\u0430\u0441\u0448\u0442\u0430\u0431 1:1 +button.snapshot.hint=\u0421\u043e\u0445\u0440\u0430\u043d\u0438\u0442\u044c \u0441\u043d\u0438\u043c\u043e\u043a \u0432 \u0431\u0443\u0444\u0435\u0440 \u043e\u0431\u043c\u0435\u043d\u0430 +editorTruncateWarning=\u0412 \u043e\u0442\u043b\u0430\u0434\u043e\u0447\u043d\u043e\u043c \u0440\u0435\u0436\u0438\u043c\u0435 \u0442\u0435\u043a\u0441\u0442 \u043e\u0442\u0441\u0435\u043a\u0430\u0435\u0442\u0441\u044f \u0441 \u0441\u0438\u043c\u0432\u043e\u043b\u0430 \u043d\u043e\u043c\u0435\u0440 %chars%. #Font name which is presented in the SWF Font tag -font.name.intag = \u0418\u043c\u044f \u0448\u0440\u0438\u0444\u0442\u0430 \u0432 \u0442\u044d\u0433\u0435: - -menu.debugger = \u041e\u0442\u043b\u0430\u0434\u0447\u0438\u043a -menu.debugger.switch = \u041e\u0442\u043b\u0430\u0434\u0447\u0438\u043a -menu.debugger.replacetrace = \u0417\u0430\u043c\u0435\u043d\u0438\u0442\u044c \u0432\u044b\u0437\u043e\u0432\u044b trace -menu.debugger.showlog = \u041f\u043e\u043a\u0430\u0437\u0430\u0442\u044c \u043b\u043e\u0433 - -message.debugger = \u041e\u0442\u043b\u0430\u0434\u0447\u0438\u043a SWF \u043c\u043e\u0436\u043d\u043e \u0438\u0441\u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u0442\u044c \u0442\u043e\u043b\u044c\u043a\u043e \u0434\u043b\u044f \u0432\u044b\u0432\u043e\u0434\u0430 \u0441\u043e\u043e\u0431\u0449\u0435\u043d\u0438\u0439 \u0432 \u043e\u043a\u043d\u043e \u043b\u043e\u0433\u0430, \u043a\u043e\u043d\u0441\u043e\u043b\u044c \u0431\u0440\u0430\u0443\u0437\u0435\u0440\u0430 \u0438\u043b\u0438 \u043f\u0440\u0435\u0434\u0443\u043f\u0440\u0435\u0436\u0434\u0435\u043d\u0438\u0439.\r\n\u041e\u043d \u043d\u0435 \u043f\u0440\u0435\u0434\u043d\u0430\u0437\u043d\u0430\u0447\u0435\u043d \u0434\u043b\u044f \u0442\u0430\u043a\u0438\u0445 \u0444\u0443\u043d\u043a\u0446\u0438\u0439 \u043a\u0430\u043a \u043f\u043e\u0448\u0430\u0433\u043e\u0432\u043e\u0435 \u0438\u0441\u043f\u043e\u043b\u043d\u0435\u043d\u0438\u0435 \u043a\u043e\u0434\u0430, \u0442\u043e\u0447\u043a\u0438 \u043f\u0440\u0435\u0440\u044b\u0432\u0430\u043d\u0438\u044f \u0438 \u0442.\u0434. - -contextmenu.addTag = \u0414\u043e\u0431\u0430\u0432\u0438\u0442\u044c \u0442\u044d\u0433 - -deobfuscation.comment.tryenable = \u0421\u043e\u0432\u0435\u0442: \u0412\u044b \u043c\u043e\u0436\u0435\u0442\u0435 \u043f\u043e\u043f\u0440\u043e\u0431\u043e\u0432\u0430\u0442\u044c \u0432\u043a\u043b\u044e\u0447\u0438\u0442\u044c "\u0410\u0432\u0442\u043e\u043c\u0430\u0442\u0438\u0447\u0435\u0441\u043a\u0443\u044e \u0434\u0435\u043e\u0431\u0444\u0443\u0441\u043a\u0430\u0446\u0438\u044e" \u0432 \u043d\u0430\u0441\u0442\u0440\u043e\u0439\u043a\u0430\u0445 -deobfuscation.comment.failed = \u0414\u0435\u043e\u0431\u0444\u0443\u0441\u043a\u0430\u0446\u0438\u044f \u0432\u043a\u043b\u044e\u0447\u0435\u043d\u0430, \u043d\u043e \u0434\u0435\u043a\u043e\u043c\u043f\u0438\u043b\u044f\u0446\u0438\u044f \u0432\u0441\u0451 \u0440\u0430\u0432\u043d\u043e \u043d\u0435 \u0440\u0430\u0431\u043e\u0442\u0430\u0435\u0442. \u0415\u0441\u043b\u0438 \u0444\u0430\u0439\u043b \u041d\u0415 \u043e\u0431\u0444\u0443\u0441\u0446\u0438\u0440\u043e\u0432\u0430\u043d, \u043e\u0442\u043a\u043b\u044e\u0447\u0438\u0442\u0435 "\u0410\u0432\u0442\u043e\u043c\u0430\u0442\u0438\u0447\u0435\u0441\u043a\u0443\u044e \u0434\u0435\u043e\u0431\u0444\u0443\u0441\u043a\u0430\u0446\u0438\u044e" \u0434\u043b\u044f \u0443\u043b\u0443\u0447\u0448\u0435\u043d\u0438\u044f \u0440\u0435\u0437\u0443\u043b\u044c\u0442\u0430\u0442\u043e\u0432. - +font.name.intag=\u0418\u043c\u044f \u0448\u0440\u0438\u0444\u0442\u0430 \u0432 \u0442\u044d\u0433\u0435: +menu.debugger=\u041e\u0442\u043b\u0430\u0434\u0447\u0438\u043a +menu.debugger.switch=\u041e\u0442\u043b\u0430\u0434\u0447\u0438\u043a +menu.debugger.replacetrace=\u0417\u0430\u043c\u0435\u043d\u0438\u0442\u044c \u0432\u044b\u0437\u043e\u0432\u044b trace +menu.debugger.showlog=\u041f\u043e\u043a\u0430\u0437\u0430\u0442\u044c \u043b\u043e\u0433 +message.debugger=\u041e\u0442\u043b\u0430\u0434\u0447\u0438\u043a SWF \u043c\u043e\u0436\u043d\u043e \u0438\u0441\u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u0442\u044c \u0442\u043e\u043b\u044c\u043a\u043e \u0434\u043b\u044f \u0432\u044b\u0432\u043e\u0434\u0430 \u0441\u043e\u043e\u0431\u0449\u0435\u043d\u0438\u0439 \u0432 \u043e\u043a\u043d\u043e \u043b\u043e\u0433\u0430, \u043a\u043e\u043d\u0441\u043e\u043b\u044c \u0431\u0440\u0430\u0443\u0437\u0435\u0440\u0430 \u0438\u043b\u0438 \u043f\u0440\u0435\u0434\u0443\u043f\u0440\u0435\u0436\u0434\u0435\u043d\u0438\u0439.\r\n\u041e\u043d \u043d\u0435 \u043f\u0440\u0435\u0434\u043d\u0430\u0437\u043d\u0430\u0447\u0435\u043d \u0434\u043b\u044f \u0442\u0430\u043a\u0438\u0445 \u0444\u0443\u043d\u043a\u0446\u0438\u0439 \u043a\u0430\u043a \u043f\u043e\u0448\u0430\u0433\u043e\u0432\u043e\u0435 \u0438\u0441\u043f\u043e\u043b\u043d\u0435\u043d\u0438\u0435 \u043a\u043e\u0434\u0430, \u0442\u043e\u0447\u043a\u0438 \u043f\u0440\u0435\u0440\u044b\u0432\u0430\u043d\u0438\u044f \u0438 \u0442.\u0434. +contextmenu.addTag=\u0414\u043e\u0431\u0430\u0432\u0438\u0442\u044c \u0442\u044d\u0433 +deobfuscation.comment.tryenable=\u0421\u043e\u0432\u0435\u0442: \u0412\u044b \u043c\u043e\u0436\u0435\u0442\u0435 \u043f\u043e\u043f\u0440\u043e\u0431\u043e\u0432\u0430\u0442\u044c \u0432\u043a\u043b\u044e\u0447\u0438\u0442\u044c "\u0410\u0432\u0442\u043e\u043c\u0430\u0442\u0438\u0447\u0435\u0441\u043a\u0443\u044e \u0434\u0435\u043e\u0431\u0444\u0443\u0441\u043a\u0430\u0446\u0438\u044e" \u0432 \u043d\u0430\u0441\u0442\u0440\u043e\u0439\u043a\u0430\u0445 +deobfuscation.comment.failed=\u0414\u0435\u043e\u0431\u0444\u0443\u0441\u043a\u0430\u0446\u0438\u044f \u0432\u043a\u043b\u044e\u0447\u0435\u043d\u0430, \u043d\u043e \u0434\u0435\u043a\u043e\u043c\u043f\u0438\u043b\u044f\u0446\u0438\u044f \u0432\u0441\u0451 \u0440\u0430\u0432\u043d\u043e \u043d\u0435 \u0440\u0430\u0431\u043e\u0442\u0430\u0435\u0442. \u0415\u0441\u043b\u0438 \u0444\u0430\u0439\u043b \u041d\u0415 \u043e\u0431\u0444\u0443\u0441\u0446\u0438\u0440\u043e\u0432\u0430\u043d, \u043e\u0442\u043a\u043b\u044e\u0447\u0438\u0442\u0435 "\u0410\u0432\u0442\u043e\u043c\u0430\u0442\u0438\u0447\u0435\u0441\u043a\u0443\u044e \u0434\u0435\u043e\u0431\u0444\u0443\u0441\u043a\u0430\u0446\u0438\u044e" \u0434\u043b\u044f \u0443\u043b\u0443\u0447\u0448\u0435\u043d\u0438\u044f \u0440\u0435\u0437\u0443\u043b\u044c\u0442\u0430\u0442\u043e\u0432. #after version 4.0.2 -preview.nextframe = \u0421\u043b\u0435\u0434\u0443\u044e\u0449\u0438\u0439 \u043a\u0430\u0434\u0440 -preview.prevframe = \u041f\u0440\u0435\u0434\u044b\u0434\u0443\u0449\u0438\u0439 \u043a\u0430\u0434\u0440 -preview.gotoframe = \u041f\u0435\u0440\u0435\u0439\u0442\u0438 \u043a \u043a\u0430\u0434\u0440\u0443... - -preview.gotoframe.dialog.title = \u041f\u0435\u0440\u0435\u0445\u043e\u0434 \u043a \u043a\u0430\u0434\u0440\u0443 -preview.gotoframe.dialog.message = \u0412\u0432\u0435\u0434\u0438\u0442\u0435 \u043d\u043e\u043c\u0435\u0440 \u043a\u0430\u0434\u0440\u0430 (%min% - %max%) -preview.gotoframe.dialog.frame.error = \u041d\u0435\u0432\u0435\u0440\u043d\u044b\u0439 \u043d\u043e\u043c\u0435\u0440 \u043a\u0430\u0434\u0440\u0430. \u041e\u043d \u0434\u043e\u043b\u0436\u0435\u043d \u0431\u044b\u0442\u044c \u0432 \u0434\u0438\u0430\u043f\u0430\u0437\u043e\u043d\u0435 \u043e\u0442 %min% \u0434\u043e %max%. - -error.text.invalid.continue = \u041d\u0435\u0432\u0435\u0440\u043d\u044b\u0439 \u0442\u0435\u043a\u0441\u0442: %text% \u043d\u0430 \u0441\u0442\u0440\u043e\u043a\u0435 %line%. \u041f\u0440\u043e\u0434\u043e\u043b\u0436\u0438\u0442\u044c? - +preview.nextframe=\u0421\u043b\u0435\u0434\u0443\u044e\u0449\u0438\u0439 \u043a\u0430\u0434\u0440 +preview.prevframe=\u041f\u0440\u0435\u0434\u044b\u0434\u0443\u0449\u0438\u0439 \u043a\u0430\u0434\u0440 +preview.gotoframe=\u041f\u0435\u0440\u0435\u0439\u0442\u0438 \u043a \u043a\u0430\u0434\u0440\u0443... +preview.gotoframe.dialog.title=\u041f\u0435\u0440\u0435\u0445\u043e\u0434 \u043a \u043a\u0430\u0434\u0440\u0443 +preview.gotoframe.dialog.message=\u0412\u0432\u0435\u0434\u0438\u0442\u0435 \u043d\u043e\u043c\u0435\u0440 \u043a\u0430\u0434\u0440\u0430 (%min% - %max%) +preview.gotoframe.dialog.frame.error=\u041d\u0435\u0432\u0435\u0440\u043d\u044b\u0439 \u043d\u043e\u043c\u0435\u0440 \u043a\u0430\u0434\u0440\u0430. \u041e\u043d \u0434\u043e\u043b\u0436\u0435\u043d \u0431\u044b\u0442\u044c \u0432 \u0434\u0438\u0430\u043f\u0430\u0437\u043e\u043d\u0435 \u043e\u0442 %min% \u0434\u043e %max%. +error.text.invalid.continue=\u041d\u0435\u0432\u0435\u0440\u043d\u044b\u0439 \u0442\u0435\u043a\u0441\u0442: %text% \u043d\u0430 \u0441\u0442\u0440\u043e\u043a\u0435 %line%. \u041f\u0440\u043e\u0434\u043e\u043b\u0436\u0438\u0442\u044c? #after version 4.0.5 -contextmenu.copyTag = \u041a\u043e\u043f\u0438\u0440\u043e\u0432\u0430\u0442\u044c \u0442\u044d\u0433 \u0432 -fit = fit -button.setAdvanceValues = \u0423\u0441\u0442\u0430\u043d\u043e\u0432\u0438\u0442\u044c \u0437\u043d\u0430\u0447\u0435\u043d\u0438\u044f - -menu.tools.replace = \u0417\u0430\u043c\u0435\u043d\u0430 \u0442\u0435\u043a\u0441\u0442\u0430 - -message.confirm.close = \u0415\u0441\u0442\u044c \u043d\u0435\u0441\u043e\u0445\u0440\u0430\u043d\u0451\u043d\u043d\u044b\u0435 \u0438\u0437\u043c\u0435\u043d\u0435\u043d\u0438\u044f. \u0412\u044b \u0434\u0435\u0439\u0441\u0442\u0432\u0438\u0442\u0435\u043b\u044c\u043d\u043e \u0436\u0435\u043b\u0430\u0435\u0442\u0435 \u0437\u0430\u043a\u0440\u044b\u0442\u044c {swfName}? -message.confirm.closeAll = \u0415\u0441\u0442\u044c \u043d\u0435\u0441\u043e\u0445\u0440\u0430\u043d\u0451\u043d\u043d\u044b\u0435 \u0438\u0437\u043c\u0435\u043d\u0435\u043d\u0438\u044f. \u0412\u044b \u0434\u0435\u0439\u0441\u0442\u0432\u0438\u0442\u0435\u043b\u044c\u043d\u043e \u0436\u0435\u043b\u0430\u0435\u0442\u0435 \u0437\u0430\u043a\u0440\u044b\u0442\u044c \u0432\u0441\u0435 SWF? - -contextmenu.exportJavaSource = \u042d\u043a\u0441\u043f\u043e\u0440\u0442\u0438\u0440\u043e\u0432\u0430\u0442\u044c \u0438\u0441\u0445\u043e\u0434\u043d\u044b\u0439 \u043a\u043e\u0434 Java -contextmenu.exportSwfXml = \u042d\u043a\u0441\u043f\u043e\u0440\u0442\u0438\u0440\u043e\u0432\u0430\u0442\u044c SWF \u043a\u0430\u043a XML -contextmenu.importSwfXml = \u0418\u043c\u043f\u043e\u0440\u0442\u0438\u0440\u043e\u0432\u0430\u0442\u044c SWF XML - -filter.xml = XML - +contextmenu.copyTag=\u041a\u043e\u043f\u0438\u0440\u043e\u0432\u0430\u0442\u044c \u0442\u044d\u0433 \u0432 +fit=fit +button.setAdvanceValues=\u0423\u0441\u0442\u0430\u043d\u043e\u0432\u0438\u0442\u044c \u0437\u043d\u0430\u0447\u0435\u043d\u0438\u044f +menu.tools.replace=\u0417\u0430\u043c\u0435\u043d\u0430 \u0442\u0435\u043a\u0441\u0442\u0430 +message.confirm.close=\u0415\u0441\u0442\u044c \u043d\u0435\u0441\u043e\u0445\u0440\u0430\u043d\u0451\u043d\u043d\u044b\u0435 \u0438\u0437\u043c\u0435\u043d\u0435\u043d\u0438\u044f. \u0412\u044b \u0434\u0435\u0439\u0441\u0442\u0432\u0438\u0442\u0435\u043b\u044c\u043d\u043e \u0436\u0435\u043b\u0430\u0435\u0442\u0435 \u0437\u0430\u043a\u0440\u044b\u0442\u044c {swfName}? +message.confirm.closeAll=\u0415\u0441\u0442\u044c \u043d\u0435\u0441\u043e\u0445\u0440\u0430\u043d\u0451\u043d\u043d\u044b\u0435 \u0438\u0437\u043c\u0435\u043d\u0435\u043d\u0438\u044f. \u0412\u044b \u0434\u0435\u0439\u0441\u0442\u0432\u0438\u0442\u0435\u043b\u044c\u043d\u043e \u0436\u0435\u043b\u0430\u0435\u0442\u0435 \u0437\u0430\u043a\u0440\u044b\u0442\u044c \u0432\u0441\u0435 SWF? +contextmenu.exportJavaSource=\u042d\u043a\u0441\u043f\u043e\u0440\u0442\u0438\u0440\u043e\u0432\u0430\u0442\u044c \u0438\u0441\u0445\u043e\u0434\u043d\u044b\u0439 \u043a\u043e\u0434 Java +contextmenu.exportSwfXml=\u042d\u043a\u0441\u043f\u043e\u0440\u0442\u0438\u0440\u043e\u0432\u0430\u0442\u044c SWF \u043a\u0430\u043a XML +contextmenu.importSwfXml=\u0418\u043c\u043f\u043e\u0440\u0442\u0438\u0440\u043e\u0432\u0430\u0442\u044c SWF XML +filter.xml=XML #after version 4.1.0 -contextmenu.undo = \u041e\u0442\u043c\u0435\u043d\u0430 - -text.align.left = \u0412\u044b\u0440\u043e\u0432\u043d\u044f\u0442\u044c \u043f\u043e \u043b\u0435\u0432\u043e\u043c\u0443 \u043a\u0440\u0430\u044e -text.align.right = \u0412\u044b\u0440\u043e\u0432\u043d\u044f\u0442\u044c \u043f\u043e \u043f\u0440\u0430\u0432\u043e\u043c\u0443 \u043a\u0440\u0430\u044e -text.align.center = \u0412\u044b\u0440\u043e\u0432\u043d\u044f\u0442\u044c \u043f\u043e \u0446\u0435\u043d\u0442\u0440\u0443 -text.align.justify = \u0412\u044b\u0440\u043e\u0432\u043d\u044f\u0442\u044c \u043f\u043e \u0448\u0438\u0440\u0438\u043d\u0435 - -text.undo = \u041e\u0442\u043c\u0435\u043d\u0438\u0442\u044c \u0438\u0437\u043c\u0435\u043d\u0435\u043d\u0438\u044f - -menu.file.import.xml = \u0418\u043c\u043f\u043e\u0440\u0442\u0438\u0440\u043e\u0432\u0430\u0442\u044c SWF XML -menu.file.export.xml = \u042d\u043a\u0441\u043f\u043e\u0440\u0442\u0438\u0440\u043e\u0432\u0430\u0442\u044c SWF XML - +contextmenu.undo=\u041e\u0442\u043c\u0435\u043d\u0430 +text.align.left=\u0412\u044b\u0440\u043e\u0432\u043d\u044f\u0442\u044c \u043f\u043e \u043b\u0435\u0432\u043e\u043c\u0443 \u043a\u0440\u0430\u044e +text.align.right=\u0412\u044b\u0440\u043e\u0432\u043d\u044f\u0442\u044c \u043f\u043e \u043f\u0440\u0430\u0432\u043e\u043c\u0443 \u043a\u0440\u0430\u044e +text.align.center=\u0412\u044b\u0440\u043e\u0432\u043d\u044f\u0442\u044c \u043f\u043e \u0446\u0435\u043d\u0442\u0440\u0443 +text.align.justify=\u0412\u044b\u0440\u043e\u0432\u043d\u044f\u0442\u044c \u043f\u043e \u0448\u0438\u0440\u0438\u043d\u0435 +text.undo=\u041e\u0442\u043c\u0435\u043d\u0438\u0442\u044c \u0438\u0437\u043c\u0435\u043d\u0435\u043d\u0438\u044f +menu.file.import.xml=\u0418\u043c\u043f\u043e\u0440\u0442\u0438\u0440\u043e\u0432\u0430\u0442\u044c SWF XML +menu.file.export.xml=\u042d\u043a\u0441\u043f\u043e\u0440\u0442\u0438\u0440\u043e\u0432\u0430\u0442\u044c SWF XML #after version 4.1.1 -text.align.translatex.decrease = \u0423\u043c\u0435\u043d\u044c\u0448\u0438\u0442\u044c TranslateX -text.align.translatex.increase = \u0423\u0432\u0435\u043b\u0438\u0447\u0438\u0442\u044c TranslateX -selectPreviousTag = \u0412\u044b\u0431\u0440\u0430\u0442\u044c \u043f\u0440\u0435\u0434\u044b\u0434\u0443\u0449\u0438\u0439 \u0442\u044d\u0433 -selectNextTag = \u0412\u044b\u0431\u0440\u0430\u0442\u044c \u0441\u043b\u0435\u0434\u0443\u044e\u0449\u0438\u0439 \u0442\u044d\u0433 -button.ignoreAll = \u0418\u0433\u043d\u043e\u0440\u0438\u0440\u043e\u0432\u0430\u0442\u044c \u0432\u0441\u0435 -menu.file.import.symbolClass = \u041a\u043b\u0430\u0441\u0441 \u0441\u0438\u043c\u0432\u043e\u043b\u0430 - +text.align.translatex.decrease=\u0423\u043c\u0435\u043d\u044c\u0448\u0438\u0442\u044c TranslateX +text.align.translatex.increase=\u0423\u0432\u0435\u043b\u0438\u0447\u0438\u0442\u044c TranslateX +selectPreviousTag=\u0412\u044b\u0431\u0440\u0430\u0442\u044c \u043f\u0440\u0435\u0434\u044b\u0434\u0443\u0449\u0438\u0439 \u0442\u044d\u0433 +selectNextTag=\u0412\u044b\u0431\u0440\u0430\u0442\u044c \u0441\u043b\u0435\u0434\u0443\u044e\u0449\u0438\u0439 \u0442\u044d\u0433 +button.ignoreAll=\u0418\u0433\u043d\u043e\u0440\u0438\u0440\u043e\u0432\u0430\u0442\u044c \u0432\u0441\u0435 +menu.file.import.symbolClass=\u041a\u043b\u0430\u0441\u0441 \u0441\u0438\u043c\u0432\u043e\u043b\u0430 #... -message.confirm.remove.nodep = \u0412\u044b \u0443\u0432\u0435\u0440\u0435\u043d\u044b, \u0447\u0442\u043e \u0445\u043e\u0442\u0438\u0442\u0435 \u0443\u0434\u0430\u043b\u0438\u0442\u044c \u044d\u043b\u0435\u043c\u0435\u043d\u0442 %item%? - -message.confirm.removemultiple.nodep = \u0412\u044b \u0443\u0432\u0435\u0440\u0435\u043d\u044b, \u0447\u0442\u043e \u0436\u0435\u043b\u0430\u0435\u0442\u0435 \u0443\u0434\u0430\u043b\u0438\u0442\u044c \u044d\u043b\u0435\u043c\u0435\u043d\u0442\u044b \u0432 \u043a\u043e\u043b\u0438\u0447\u0435\u0441\u0442\u0432\u0435: %count%? - -contextmenu.exportFla = \u042d\u043a\u0441\u043f\u043e\u0440\u0442\u0438\u0440\u043e\u0432\u0430\u0442\u044c \u0432 FLA \ No newline at end of file +message.confirm.remove.nodep=\u0412\u044b \u0443\u0432\u0435\u0440\u0435\u043d\u044b, \u0447\u0442\u043e \u0445\u043e\u0442\u0438\u0442\u0435 \u0443\u0434\u0430\u043b\u0438\u0442\u044c \u044d\u043b\u0435\u043c\u0435\u043d\u0442 %item%? +message.confirm.removemultiple.nodep=\u0412\u044b \u0443\u0432\u0435\u0440\u0435\u043d\u044b, \u0447\u0442\u043e \u0436\u0435\u043b\u0430\u0435\u0442\u0435 \u0443\u0434\u0430\u043b\u0438\u0442\u044c \u044d\u043b\u0435\u043c\u0435\u043d\u0442\u044b \u0432 \u043a\u043e\u043b\u0438\u0447\u0435\u0441\u0442\u0432\u0435: %count%? +contextmenu.exportFla=\u042d\u043a\u0441\u043f\u043e\u0440\u0442\u0438\u0440\u043e\u0432\u0430\u0442\u044c \u0432 FLA \ No newline at end of file diff --git a/src/com/jpexs/decompiler/flash/gui/locales/MainFrame_sv.properties b/src/com/jpexs/decompiler/flash/gui/locales/MainFrame_sv.properties index 413379137..6364247ee 100644 --- a/src/com/jpexs/decompiler/flash/gui/locales/MainFrame_sv.properties +++ b/src/com/jpexs/decompiler/flash/gui/locales/MainFrame_sv.properties @@ -12,712 +12,558 @@ # # You should have received a copy of the GNU General Public License # along with this program. If not, see . - -menu.file = Fil -menu.file.open = \u00d6ppna... -menu.file.save = Spara -menu.file.saveas = Spara som... -menu.file.export.fla = Exportera till FLA -menu.file.export.all = Exportera alla delar -menu.file.export.selection = Exportera markering -menu.file.exit = St\u00e4ng - -menu.tools = Verktyg -menu.tools.searchas = S\u00f6k igenom alla ActionSkript... -menu.tools.proxy = Proxy -menu.tools.deobfuscation = Avl\u00e4gsna obfuskering -menu.tools.deobfuscation.pcode = Avl\u00e4gsna obfuskerad P-Kod... -menu.tools.deobfuscation.globalrename = Byt namn p\u00e5 global identifierare -menu.tools.deobfuscation.renameinvalid = Byt namn p\u00e5 felaktiga identifierare -menu.tools.gotoDocumentClass = G\u00e5 till dokumentklass - -menu.settings = Inst\u00e4llningar -menu.settings.autodeobfuscation = Automatiskt avl\u00e4gsning av obfuskering -menu.settings.internalflashviewer = Anv\u00e4nd egen Flash-spelare -menu.settings.parallelspeedup = Parallell uppsnabbning -menu.settings.disabledecompilation = Inaktivera dekompilering (Demontera endast) -menu.settings.addtocontextmenu = L\u00e4gg till FFDec till SWF-filernas snabbmeny -menu.settings.language = Byt spr\u00e5k -menu.settings.cacheOnDisk = Anv\u00e4nd cachelagring p\u00e5 h\u00e5rddisken -menu.settings.gotoMainClassOnStartup = Markera dokumentklass vid uppstart - -menu.help = Hj\u00e4lp -menu.help.checkupdates = Leta efter uppdateringar... -menu.help.helpus = Hj\u00e4lp oss! -menu.help.homepage = Bes\u00f6k hemsidan -menu.help.about = Om... - -contextmenu.remove = Ta bort - -button.save = Spara -button.edit = \u00c4ndra -button.cancel = Avbryt -button.replace = Ers\u00e4tt... - -notavailonthisplatform = F\u00f6rhandsgranskning av detta objekt \u00e4r inte tillg\u00e4nglig p\u00e5 denna plattform. (Windows bara) - -swfpreview = SWF f\u00f6rhandsvisning -swfpreview.internal = SWF f\u00f6rhandsvisning (Intern f\u00f6rhandsvisning) - -parameters = Parametrar - -rename.enternew = Ange det nya namnet: - -rename.finished.identifier = Identifierare omd\u00f6pt. -rename.finished.multiname = %count% multiname har blivit omd\u00f6pt(a). - -node.texts = texter -node.images = bilder -node.movies = filmer -node.sounds = ljud -node.binaryData = bin\u00e4rData -node.fonts = teckensnitt -node.sprites = sprites -node.shapes = former -node.morphshapes = morphformer -node.buttons = knappar -node.frames = ramar -node.scripts = skript - -message.warning = Varning -message.confirm.experimental = F\u00f6ljande tillv\u00e4gag\u00e5ngss\u00e4tt kan skada SWF-filen som kan d\u00e4refter bli ospelbar.\r\nANV\u00c4ND DEN P\u00c5 DIN EGEN RISK. Vill du forts\u00e4tta? -message.confirm.parallel = Parallellitet kan snabba upp laddning och dekompilering, men anv\u00e4nda mera minne. -message.confirm.on = Vill du aktivera detta? -message.confirm.off = Vill du avaktivera detta? -message.confirm = Bekr\u00e4fta - -message.confirm.autodeobfuscate = Automatiskt avl\u00e4gsning av obfuskering \u00e4r ett s\u00e4tt till att dekompilera obfuskerad kod.\r\nAvl\u00e4gsna obfuskerad kod leder till sl\u00f6are dekompilering och n\u00e5gon d\u00f6d kod kan bli borttagen..\r\nOm koden inte \u00e4r obfuskerad, s\u00e5 \u00e4r det b\u00e4ttre att st\u00e4nga av automatisk borttagning av obfuskering. - -message.parallel = parallellitet -message.trait.saved = Egenskap har sparats - -message.constant.new.string = Str\u00e4ng "%value%" finns inte i konstant tabellen. Vill du l\u00e4gga till det? -message.constant.new.string.title = L\u00e4gg till Str\u00e4ng -message.constant.new.integer = Heltal v\u00e4rde "%value%" finns inte i konstant tabellen. Vill du l\u00e4gga till det? -message.constant.new.integer.title = L\u00e4gg till Heltal -message.constant.new.unsignedinteger = Osignerat heltal v\u00e4rde "%value%" finns inte i konstant tabellen. Vill du l\u00e4gga till det? -message.constant.new.unsignedinteger.title = L\u00e4gg till Osignerat heltal -message.constant.new.double = Dubbelt v\u00e4rde "%value%" finns inte i konstant tabellen. Vill du l\u00e4gga till det? -message.constant.new.double.title = L\u00e4gg till Dubbel - -work.buffering = Buffrar -work.waitingfordissasembly = V\u00e4ntar p\u00e5 demontering -work.gettinghilights = Tar hilights -work.disassembling = Demonterar -work.exporting = Exporterar -work.searching = S\u00f6ker -work.renaming = \u00c4ndrar namn -work.exporting.fla = Exporterar FLA -work.renaming.identifiers = \u00c4ndrar namn p\u00e5 identifierare -work.deobfuscating = Avl\u00e4gsning utav obfuskering -work.decompiling = Dekompilering -work.gettingvariables = Tar variablar -work.reading.swf = L\u00e4ser SWF -work.creatingwindow = Skapar f\u00f6nster -work.buildingscripttree = Bygger skript tr\u00e4d - -work.deobfuscating.complete = Avl\u00e4gsning utav obfuskering \u00e4r nu f\u00e4rdig - -message.search.notfound = Str\u00e4ng "%searchtext%" hittades inte. -message.search.notfound.title = Hittades inte - -message.rename.notfound.multiname = Ingen multiname hittades under mark\u00f6ren -message.rename.notfound.identifier = ingen identifiering hittades under mark\u00f6ren -message.rename.notfound.title = Hittades inte -message.rename.renamed = Identifierare som har \u00e4ndrat namn: %count% - -filter.images = Bilder (%extensions%) -filter.fla = %version% Dokument (*.fla) -filter.xfl = %version% Okomprimerat Dokument (*.xfl) -filter.swf = SWF filer (*.swf) - -error = Fel -error.image.invalid = Ogiltig bild. - -error.text.invalid = Ogiltig text: %text% p\u00e5 rad %line% -error.file.save = Kan inte spara filen -error.file.write = Kan inte skriva till filen -error.export = Fel under loppet av exporteringen - -export.select.directory = V\u00e4lj s\u00f6kv\u00e4g till katalog att exportera -export.finishedin = Exporterades i %time% - -update.check.title = Uppdaterings koll -update.check.nonewversion = Ingen ny version finns tillg\u00e4nglig. - -message.helpus = V\u00e4nligen bes\u00f6k\r\n%url%\r\nf\u00f6r mer detaljer. -message.homepage = Bes\u00f6k hemsidan: \r\n%url% - -proxy = Proxy -proxy.start = Starta proxy -proxy.stop = Stoppa proxy -proxy.show = Visa proxy -exit = St\u00e4ng - -panel.disassembled = P-kod k\u00e4llkod -panel.decompiled = ActionSkript k\u00e4llkod - -search.info = S\u00f6k efter "%text%" : -search.script = Skript - -constants = Konstanter -traits = Egenskaper - -pleasewait = V\u00e4nligen v\u00e4nta - -abc.detail.methodtrait = Metod/F\u00e5ngare/Egenskap s\u00e4ttare -abc.detail.unsupported = - -abc.detail.slotconsttrait = Slot/Const Egenskap -abc.detail.traitname = Namn: - -abc.detail.body.params.maxstack = Maximal stapling: -abc.detail.body.params.localregcount = Lokala register r\u00e4knade: -abc.detail.body.params.minscope = Minsta omfattnings djup: -abc.detail.body.params.maxscope = Maximal omfattnings djup: -abc.detail.body.params.autofill = Automatisk utfyllnad n\u00e4r koden sparas (GLOBAL INST\u00c4LLNING) -abc.detail.body.params.autofill.experimental = ...EXPERIMENTELL - -abc.detail.methodinfo.methodindex = Metod register: -abc.detail.methodinfo.parameters = Parametrar: -abc.detail.methodinfo.returnvalue = \u00c5terl\u00e4mna v\u00e4rde: - -error.methodinfo.params = MetodInfo Parameter fel -error.methodinfo.returnvalue = MetodInfo \u00e5terl\u00e4mmnings typ Fel - -abc.detail.methodinfo = MetodInfo -abc.detail.body.code = MetodInfo Kod -abc.detail.body.params = MetodKropp parametrar - -abc.detail.slotconst.typevalue = Typ och V\u00e4rde: - -error.slotconst.typevalue = SlotConst typv\u00e4rde felaktighet - -message.autofill.failed = Kan inte f\u00e5 statistik koden f\u00f6r automatisk kropps-parametrar.\r\nAvmarkera automatisk ifyllnad f\u00f6r att undvika det h\u00e4r meddelandet. -info.selecttrait = V\u00e4lj klass och klicka p\u00e5 en egenskap i Actionskript k\u00e4llan f\u00f6r att redigera den. - -button.viewgraph = Visa Diagram -button.viewhex = Visa Hex - -action.edit.experimental = (experimentellt) - -message.action.saved = Koden har sparats - -error.action.save = %error% p\u00e5 rad %line% - -message.confirm.remove = \u00c4r du s\u00e4ker p\u00e5 att du vill ta bort %item% \n och alla objekt som \u00e4r beroende av den? - +menu.file=Fil +menu.file.open=\u00d6ppna... +menu.file.save=Spara +menu.file.saveas=Spara som... +menu.file.export.fla=Exportera till FLA +menu.file.export.all=Exportera alla delar +menu.file.export.selection=Exportera markering +menu.file.exit=St\u00e4ng +menu.tools=Verktyg +menu.tools.searchas=S\u00f6k igenom alla ActionSkript... +menu.tools.proxy=Proxy +menu.tools.deobfuscation=Avl\u00e4gsna obfuskering +menu.tools.deobfuscation.pcode=Avl\u00e4gsna obfuskerad P-Kod... +menu.tools.deobfuscation.globalrename=Byt namn p\u00e5 global identifierare +menu.tools.deobfuscation.renameinvalid=Byt namn p\u00e5 felaktiga identifierare +menu.tools.gotoDocumentClass=G\u00e5 till dokumentklass +menu.settings=Inst\u00e4llningar +menu.settings.autodeobfuscation=Automatiskt avl\u00e4gsning av obfuskering +menu.settings.internalflashviewer=Anv\u00e4nd egen Flash-spelare +menu.settings.parallelspeedup=Parallell uppsnabbning +menu.settings.disabledecompilation=Inaktivera dekompilering (Demontera endast) +menu.settings.addtocontextmenu=L\u00e4gg till FFDec till SWF-filernas snabbmeny +menu.settings.language=Byt spr\u00e5k +menu.settings.cacheOnDisk=Anv\u00e4nd cachelagring p\u00e5 h\u00e5rddisken +menu.settings.gotoMainClassOnStartup=Markera dokumentklass vid uppstart +menu.help=Hj\u00e4lp +menu.help.checkupdates=Leta efter uppdateringar... +menu.help.helpus=Hj\u00e4lp oss! +menu.help.homepage=Bes\u00f6k hemsidan +menu.help.about=Om... +contextmenu.remove=Ta bort +button.save=Spara +button.edit=\u00c4ndra +button.cancel=Avbryt +button.replace=Ers\u00e4tt... +notavailonthisplatform=F\u00f6rhandsgranskning av detta objekt \u00e4r inte tillg\u00e4nglig p\u00e5 denna plattform. (Windows bara) +swfpreview=SWF f\u00f6rhandsvisning +swfpreview.internal=SWF f\u00f6rhandsvisning (Intern f\u00f6rhandsvisning) +parameters=Parametrar +rename.enternew=Ange det nya namnet: +rename.finished.identifier=Identifierare omd\u00f6pt. +rename.finished.multiname=%count% multiname har blivit omd\u00f6pt(a). +node.texts=texter +node.images=bilder +node.movies=filmer +node.sounds=ljud +node.binaryData=bin\u00e4rData +node.fonts=teckensnitt +node.sprites=sprites +node.shapes=former +node.morphshapes=morphformer +node.buttons=knappar +node.frames=ramar +node.scripts=skript +message.warning=Varning +message.confirm.experimental=F\u00f6ljande tillv\u00e4gag\u00e5ngss\u00e4tt kan skada SWF-filen som kan d\u00e4refter bli ospelbar.\r\nANV\u00c4ND DEN P\u00c5 DIN EGEN RISK. Vill du forts\u00e4tta? +message.confirm.parallel=Parallellitet kan snabba upp laddning och dekompilering, men anv\u00e4nda mera minne. +message.confirm.on=Vill du aktivera detta? +message.confirm.off=Vill du avaktivera detta? +message.confirm=Bekr\u00e4fta +message.confirm.autodeobfuscate=Automatiskt avl\u00e4gsning av obfuskering \u00e4r ett s\u00e4tt till att dekompilera obfuskerad kod.\r\nAvl\u00e4gsna obfuskerad kod leder till sl\u00f6are dekompilering och n\u00e5gon d\u00f6d kod kan bli borttagen..\r\nOm koden inte \u00e4r obfuskerad, s\u00e5 \u00e4r det b\u00e4ttre att st\u00e4nga av automatisk borttagning av obfuskering. +message.parallel=parallellitet +message.trait.saved=Egenskap har sparats +message.constant.new.string=Str\u00e4ng "%value%" finns inte i konstant tabellen. Vill du l\u00e4gga till det? +message.constant.new.string.title=L\u00e4gg till Str\u00e4ng +message.constant.new.integer=Heltal v\u00e4rde "%value%" finns inte i konstant tabellen. Vill du l\u00e4gga till det? +message.constant.new.integer.title=L\u00e4gg till Heltal +message.constant.new.unsignedinteger=Osignerat heltal v\u00e4rde "%value%" finns inte i konstant tabellen. Vill du l\u00e4gga till det? +message.constant.new.unsignedinteger.title=L\u00e4gg till Osignerat heltal +message.constant.new.double=Dubbelt v\u00e4rde "%value%" finns inte i konstant tabellen. Vill du l\u00e4gga till det? +message.constant.new.double.title=L\u00e4gg till Dubbel +work.buffering=Buffrar +work.waitingfordissasembly=V\u00e4ntar p\u00e5 demontering +work.gettinghilights=Tar hilights +work.disassembling=Demonterar +work.exporting=Exporterar +work.searching=S\u00f6ker +work.renaming=\u00c4ndrar namn +work.exporting.fla=Exporterar FLA +work.renaming.identifiers=\u00c4ndrar namn p\u00e5 identifierare +work.deobfuscating=Avl\u00e4gsning utav obfuskering +work.decompiling=Dekompilering +work.gettingvariables=Tar variablar +work.reading.swf=L\u00e4ser SWF +work.creatingwindow=Skapar f\u00f6nster +work.buildingscripttree=Bygger skript tr\u00e4d +work.deobfuscating.complete=Avl\u00e4gsning utav obfuskering \u00e4r nu f\u00e4rdig +message.search.notfound=Str\u00e4ng "%searchtext%" hittades inte. +message.search.notfound.title=Hittades inte +message.rename.notfound.multiname=Ingen multiname hittades under mark\u00f6ren +message.rename.notfound.identifier=ingen identifiering hittades under mark\u00f6ren +message.rename.notfound.title=Hittades inte +message.rename.renamed=Identifierare som har \u00e4ndrat namn: %count% +filter.images=Bilder (%extensions%) +filter.fla=%version% Dokument (*.fla) +filter.xfl=%version% Okomprimerat Dokument (*.xfl) +filter.swf=SWF filer (*.swf) +error=Fel +error.image.invalid=Ogiltig bild. +error.text.invalid=Ogiltig text: %text% p\u00e5 rad %line% +error.file.save=Kan inte spara filen +error.file.write=Kan inte skriva till filen +error.export=Fel under loppet av exporteringen +export.select.directory=V\u00e4lj s\u00f6kv\u00e4g till katalog att exportera +export.finishedin=Exporterades i %time% +update.check.title=Uppdaterings koll +update.check.nonewversion=Ingen ny version finns tillg\u00e4nglig. +message.helpus=V\u00e4nligen bes\u00f6k\r\n%url%\r\nf\u00f6r mer detaljer. +message.homepage=Bes\u00f6k hemsidan: \r\n%url% +proxy=Proxy +proxy.start=Starta proxy +proxy.stop=Stoppa proxy +proxy.show=Visa proxy +exit=St\u00e4ng +panel.disassembled=P-kod k\u00e4llkod +panel.decompiled=ActionSkript k\u00e4llkod +search.info=S\u00f6k efter "%text%" : +search.script=Skript +constants=Konstanter +traits=Egenskaper +pleasewait=V\u00e4nligen v\u00e4nta +abc.detail.methodtrait=Metod/F\u00e5ngare/Egenskap s\u00e4ttare +abc.detail.unsupported=- +abc.detail.slotconsttrait=Slot/Const Egenskap +abc.detail.traitname=Namn: +abc.detail.body.params.maxstack=Maximal stapling: +abc.detail.body.params.localregcount=Lokala register r\u00e4knade: +abc.detail.body.params.minscope=Minsta omfattnings djup: +abc.detail.body.params.maxscope=Maximal omfattnings djup: +abc.detail.body.params.autofill=Automatisk utfyllnad n\u00e4r koden sparas (GLOBAL INST\u00c4LLNING) +abc.detail.body.params.autofill.experimental=...EXPERIMENTELL +abc.detail.methodinfo.methodindex=Metod register: +abc.detail.methodinfo.parameters=Parametrar: +abc.detail.methodinfo.returnvalue=\u00c5terl\u00e4mna v\u00e4rde: +error.methodinfo.params=MetodInfo Parameter fel +error.methodinfo.returnvalue=MetodInfo \u00e5terl\u00e4mmnings typ Fel +abc.detail.methodinfo=MetodInfo +abc.detail.body.code=MetodInfo Kod +abc.detail.body.params=MetodKropp parametrar +abc.detail.slotconst.typevalue=Typ och V\u00e4rde: +error.slotconst.typevalue=SlotConst typv\u00e4rde felaktighet +message.autofill.failed=Kan inte f\u00e5 statistik koden f\u00f6r automatisk kropps-parametrar.\r\nAvmarkera automatisk ifyllnad f\u00f6r att undvika det h\u00e4r meddelandet. +info.selecttrait=V\u00e4lj klass och klicka p\u00e5 en egenskap i Actionskript k\u00e4llan f\u00f6r att redigera den. +button.viewgraph=Visa Diagram +button.viewhex=Visa Hex +action.edit.experimental=(experimentellt) +message.action.saved=Koden har sparats +error.action.save=%error% p\u00e5 rad %line% +message.confirm.remove=\u00c4r du s\u00e4ker p\u00e5 att du vill ta bort %item% \n och alla objekt som \u00e4r beroende av den? #after version 1.6.5u1: - -button.ok = Godk\u00e4nn - -font.name = Typsnitts namn: -font.isbold = \u00c4r fet: -font.isitalic = \u00c4r kursiv: -font.ascent = Stigande: -font.descent = Fallande: -font.leading = Ledande: -font.characters = Bokst\u00e4ver: -font.characters.add = L\u00e4gg till bokst\u00e4ver: -value.unknown = ? - -yes = ja -no = nej - -errors.present = Det finns FEL i loggen. Klicka f\u00f6r att visa loggen. -errors.none = Det finns inga fel i loggen - +button.ok=Godk\u00e4nn +font.name=Typsnitts namn: +font.isbold=\u00c4r fet: +font.isitalic=\u00c4r kursiv: +font.ascent=Stigande: +font.descent=Fallande: +font.leading=Ledande: +font.characters=Bokst\u00e4ver: +font.characters.add=L\u00e4gg till bokst\u00e4ver: +value.unknown=? +yes=ja +no=nej +errors.present=Det finns FEL i loggen. Klicka f\u00f6r att visa loggen. +errors.none=Det finns inga fel i loggen #after version 1.6.6: - -dialog.message.title = Meddelande -dialog.select.title = V\u00e4lj ett alternativ - -button.yes = Ja -button.no = Nej - -FileChooser.openButtonText = \u00d6ppna -FileChooser.openButtonToolTipText = \u00d6ppna -FileChooser.lookInLabelText = Kolla i: -FileChooser.acceptAllFileFilterText = Alla Filer -FileChooser.filesOfTypeLabelText = Filformat: -FileChooser.fileNameLabelText = Filnamn: -FileChooser.listViewButtonToolTipText = Lista -FileChooser.listViewButtonAccessibleName = Lista -FileChooser.detailsViewButtonToolTipText = Detaljer -FileChooser.detailsViewButtonAccessibleName = Detaljer -FileChooser.upFolderToolTipText = Upp en niv\u00e5 -FileChooser.upFolderAccessibleName = Upp en niv\u00e5 -FileChooser.homeFolderToolTipText = Hem -FileChooser.homeFolderAccessibleName = Hem -FileChooser.fileNameHeaderText = Namn -FileChooser.fileSizeHeaderText = Storlek -FileChooser.fileTypeHeaderText = Typ -FileChooser.fileDateHeaderText = Datum -FileChooser.fileAttrHeaderText = Egenskaper -FileChooser.openDialogTitleText = \u00d6ppna -FileChooser.directoryDescriptionText = Katalog -FileChooser.directoryOpenButtonText = \u00d6ppna -FileChooser.directoryOpenButtonToolTipText = \u00d6ppna vald katalog -FileChooser.fileDescriptionText = Generic File -FileChooser.helpButtonText = Hj\u00e4lp -FileChooser.helpButtonToolTipText = Hj\u00e4lp f\u00f6r Filv\u00e4ljare -FileChooser.newFolderAccessibleName = Ny mapp -FileChooser.newFolderErrorText = N\u00e5got gick fel n\u00e4r den f\u00f6rs\u00f6kta skapa en ny mapp -FileChooser.newFolderToolTipText = Skapa ny mapp -FileChooser.other.newFolder = NyMapp -FileChooser.other.newFolder.subsequent = NyMapp.{0} -FileChooser.win32.newFolder = Ny mapp -FileChooser.win32.newFolder.subsequent = Ny mapp ({0}) -FileChooser.saveButtonText = Spara -FileChooser.saveButtonToolTipText = Spara vald fil -FileChooser.saveDialogTitleText = Spara -FileChooser.saveInLabelText = Spara i: -FileChooser.updateButtonText = Uppdatera -FileChooser.updateButtonToolTipText = Uppdatera kataloglistning - +dialog.message.title=Meddelande +dialog.select.title=V\u00e4lj ett alternativ +button.yes=Ja +button.no=Nej +FileChooser.openButtonText=\u00d6ppna +FileChooser.openButtonToolTipText=\u00d6ppna +FileChooser.lookInLabelText=Kolla i: +FileChooser.acceptAllFileFilterText=Alla Filer +FileChooser.filesOfTypeLabelText=Filformat: +FileChooser.fileNameLabelText=Filnamn: +FileChooser.listViewButtonToolTipText=Lista +FileChooser.listViewButtonAccessibleName=Lista +FileChooser.detailsViewButtonToolTipText=Detaljer +FileChooser.detailsViewButtonAccessibleName=Detaljer +FileChooser.upFolderToolTipText=Upp en niv\u00e5 +FileChooser.upFolderAccessibleName=Upp en niv\u00e5 +FileChooser.homeFolderToolTipText=Hem +FileChooser.homeFolderAccessibleName=Hem +FileChooser.fileNameHeaderText=Namn +FileChooser.fileSizeHeaderText=Storlek +FileChooser.fileTypeHeaderText=Typ +FileChooser.fileDateHeaderText=Datum +FileChooser.fileAttrHeaderText=Egenskaper +FileChooser.openDialogTitleText=\u00d6ppna +FileChooser.directoryDescriptionText=Katalog +FileChooser.directoryOpenButtonText=\u00d6ppna +FileChooser.directoryOpenButtonToolTipText=\u00d6ppna vald katalog +FileChooser.fileDescriptionText=Generic File +FileChooser.helpButtonText=Hj\u00e4lp +FileChooser.helpButtonToolTipText=Hj\u00e4lp f\u00f6r Filv\u00e4ljare +FileChooser.newFolderAccessibleName=Ny mapp +FileChooser.newFolderErrorText=N\u00e5got gick fel n\u00e4r den f\u00f6rs\u00f6kta skapa en ny mapp +FileChooser.newFolderToolTipText=Skapa ny mapp +FileChooser.other.newFolder=NyMapp +FileChooser.other.newFolder.subsequent=NyMapp.{0} +FileChooser.win32.newFolder=Ny mapp +FileChooser.win32.newFolder.subsequent=Ny mapp ({0}) +FileChooser.saveButtonText=Spara +FileChooser.saveButtonToolTipText=Spara vald fil +FileChooser.saveDialogTitleText=Spara +FileChooser.saveInLabelText=Spara i: +FileChooser.updateButtonText=Uppdatera +FileChooser.updateButtonToolTipText=Uppdatera kataloglistning #after version 1.6.6u2: - -FileChooser.detailsViewActionLabel.textAndMnemonic = Detaljer -FileChooser.detailsViewButtonToolTip.textAndMnemonic = Detaljer -FileChooser.fileAttrHeader.textAndMnemonic = Egenskaper -FileChooser.fileDateHeader.textAndMnemonic = Modifierad -FileChooser.fileNameHeader.textAndMnemonic = Namn -FileChooser.fileNameLabel.textAndMnemonic = Filnamn: -FileChooser.fileSizeHeader.textAndMnemonic = Storlek -FileChooser.fileTypeHeader.textAndMnemonic = Typ -FileChooser.filesOfTypeLabel.textAndMnemonic = Filformat: -FileChooser.folderNameLabel.textAndMnemonic = Mappnamn: -FileChooser.homeFolderToolTip.textAndMnemonic = Hem -FileChooser.listViewActionLabel.textAndMnemonic = Lista -FileChooser.listViewButtonToolTip.textAndMnemonic = Lista -FileChooser.lookInLabel.textAndMnemonic = Kolla i: -FileChooser.newFolderActionLabel.textAndMnemonic = Ny mapp -FileChooser.newFolderToolTip.textAndMnemonic = Skapa Ny Mapp -FileChooser.refreshActionLabel.textAndMnemonic = Uppdatera -FileChooser.saveInLabel.textAndMnemonic = Spara i: -FileChooser.upFolderToolTip.textAndMnemonic = Upp en niv\u00e5 -FileChooser.viewMenuButtonAccessibleName = Visa meny -FileChooser.viewMenuButtonToolTipText = Visa meny -FileChooser.viewMenuLabel.textAndMnemonic = Visa -FileChooser.newFolderActionLabelText = Ny mapp -FileChooser.listViewActionLabelText = Lista -FileChooser.detailsViewActionLabelText = Detaljer -FileChooser.refreshActionLabelText = Uppdatera -FileChooser.sortMenuLabelText = Ordna ikoner efter -FileChooser.viewMenuLabelText = Visa -FileChooser.fileSizeKiloBytes = {0} KB -FileChooser.fileSizeMegaBytes = {0} MB -FileChooser.fileSizeGigaBytes = {0} GB -FileChooser.folderNameLabelText = Mappnamn: - -error.occured = Ett fel uppstod : %error% -button.abort = Avbryt -button.retry = F\u00f6rs\u00f6k igen -button.ignore = Ignorera - -font.source = Typsnitts k\u00e4lla: - +FileChooser.detailsViewActionLabel.textAndMnemonic=Detaljer +FileChooser.detailsViewButtonToolTip.textAndMnemonic=Detaljer +FileChooser.fileAttrHeader.textAndMnemonic=Egenskaper +FileChooser.fileDateHeader.textAndMnemonic=Modifierad +FileChooser.fileNameHeader.textAndMnemonic=Namn +FileChooser.fileNameLabel.textAndMnemonic=Filnamn: +FileChooser.fileSizeHeader.textAndMnemonic=Storlek +FileChooser.fileTypeHeader.textAndMnemonic=Typ +FileChooser.filesOfTypeLabel.textAndMnemonic=Filformat: +FileChooser.folderNameLabel.textAndMnemonic=Mappnamn: +FileChooser.homeFolderToolTip.textAndMnemonic=Hem +FileChooser.listViewActionLabel.textAndMnemonic=Lista +FileChooser.listViewButtonToolTip.textAndMnemonic=Lista +FileChooser.lookInLabel.textAndMnemonic=Kolla i: +FileChooser.newFolderActionLabel.textAndMnemonic=Ny mapp +FileChooser.newFolderToolTip.textAndMnemonic=Skapa Ny Mapp +FileChooser.refreshActionLabel.textAndMnemonic=Uppdatera +FileChooser.saveInLabel.textAndMnemonic=Spara i: +FileChooser.upFolderToolTip.textAndMnemonic=Upp en niv\u00e5 +FileChooser.viewMenuButtonAccessibleName=Visa meny +FileChooser.viewMenuButtonToolTipText=Visa meny +FileChooser.viewMenuLabel.textAndMnemonic=Visa +FileChooser.newFolderActionLabelText=Ny mapp +FileChooser.listViewActionLabelText=Lista +FileChooser.detailsViewActionLabelText=Detaljer +FileChooser.refreshActionLabelText=Uppdatera +FileChooser.sortMenuLabelText=Ordna ikoner efter +FileChooser.viewMenuLabelText=Visa +FileChooser.fileSizeKiloBytes={0} KB +FileChooser.fileSizeMegaBytes={0} MB +FileChooser.fileSizeGigaBytes={0} GB +FileChooser.folderNameLabelText=Mappnamn: +error.occured=Ett fel uppstod : %error% +button.abort=Avbryt +button.retry=F\u00f6rs\u00f6k igen +button.ignore=Ignorera +font.source=Typsnitts k\u00e4lla: #after version 1.6.7: - -menu.export = Exportera -menu.general = Allm\u00e4nt -menu.language = Spr\u00e5k - -startup.welcometo = V\u00e4lkommen till -startup.selectopen = Klicka p\u00e5 ikonen \u00d6ppna p\u00e5 den \u00f6vre panelen eller dra SWF-filen till f\u00f6nstret f\u00f6r att starta. - -error.font.nocharacter = Vald teckensnitt-k\u00e4lla inneh\u00e5ller inte bokstaven "%char%". - -warning.initializers = Statiska f\u00e4lt och consts initieras i initierare ofta.\nRedigera v\u00e4rdet h\u00e4r \u00e4r oftast inte tillr\u00e4ckligt! - +menu.export=Exportera +menu.general=Allm\u00e4nt +menu.language=Spr\u00e5k +startup.welcometo=V\u00e4lkommen till +startup.selectopen=Klicka p\u00e5 ikonen \u00d6ppna p\u00e5 den \u00f6vre panelen eller dra SWF-filen till f\u00f6nstret f\u00f6r att starta. +error.font.nocharacter=Vald teckensnitt-k\u00e4lla inneh\u00e5ller inte bokstaven "%char%". +warning.initializers=Statiska f\u00e4lt och consts initieras i initierare ofta.\nRedigera v\u00e4rdet h\u00e4r \u00e4r oftast inte tillr\u00e4ckligt! #after version 1.7.0u1: - -menu.tools.searchMemory = S\u00f6k efter SWFs i minnet -menu.file.reload = Ladda om -message.confirm.reload = Denna \u00e5tg\u00e4rd avbryter alla \u00e4ndringar som inte sparats och laddar om SWF filen igen.\nVill du forts\u00e4tta? - -dialog.selectbkcolor.title = V\u00e4lj bakgrundsf\u00e4rg f\u00f6r SWF vyn -button.selectbkcolor.hint = V\u00e4lj bakgrundsf\u00e4rg - -ColorChooser.okText = Acceptera -ColorChooser.cancelText = Avbryt -ColorChooser.resetText = \u00c5terst\u00e4ll -ColorChooser.previewText = F\u00f6rhandsvisning -ColorChooser.swatchesNameText = F\u00e4rgrutor -ColorChooser.swatchesRecentText = Nyligen: -ColorChooser.sampleText = Exempel Text Exempel Text - +menu.tools.searchMemory=S\u00f6k efter SWFs i minnet +menu.file.reload=Ladda om +message.confirm.reload=Denna \u00e5tg\u00e4rd avbryter alla \u00e4ndringar som inte sparats och laddar om SWF filen igen.\nVill du forts\u00e4tta? +dialog.selectbkcolor.title=V\u00e4lj bakgrundsf\u00e4rg f\u00f6r SWF vyn +button.selectbkcolor.hint=V\u00e4lj bakgrundsf\u00e4rg +ColorChooser.okText=Acceptera +ColorChooser.cancelText=Avbryt +ColorChooser.resetText=\u00c5terst\u00e4ll +ColorChooser.previewText=F\u00f6rhandsvisning +ColorChooser.swatchesNameText=F\u00e4rgrutor +ColorChooser.swatchesRecentText=Nyligen: +ColorChooser.sampleText=Exempel Text Exempel Text #after version 1.7.1: - -preview.play = Spela -preview.pause = Pausa -preview.stop = Stoppa - -message.confirm.removemultiple = \u00c4r du s\u00e4ker p\u00e5 att du vill ta bort %count% objekt\noch alla andra objekt som \u00e4r beroende av objektet? - -menu.tools.searchCache = S\u00f6k i webbl\u00e4sarens cache - +preview.play=Spela +preview.pause=Pausa +preview.stop=Stoppa +message.confirm.removemultiple=\u00c4r du s\u00e4ker p\u00e5 att du vill ta bort %count% objekt\noch alla andra objekt som \u00e4r beroende av objektet? +menu.tools.searchCache=S\u00f6k i webbl\u00e4sarens cache #after version 1.7.2u2 - -error.trait.exists = Egenskap med namnet "%name%" finns redan. -button.addtrait = L\u00e4gg till egenskap -button.font.embed = Inb\u00e4dda... -button.yes.all = Ja till alla -button.no.all = Nej till alla -message.font.add.exists = Tecken %char% finns redan i typsnitts tag:en.\nVill du ers\u00e4tta den? - -filter.gfx = ScaleForm GFx filer (*.gfx) -filter.supported = Alla filtyper som st\u00f6ds -work.canceled = Avbruten -work.restoringControlFlow = \u00c5terst\u00e4llande fl\u00f6deskontroll -menu.advancedsettings.advancedsettings = Avancerade Inst\u00e4llningar -menu.recentFiles = Senaste Filerna - +error.trait.exists=Egenskap med namnet "%name%" finns redan. +button.addtrait=L\u00e4gg till egenskap +button.font.embed=Inb\u00e4dda... +button.yes.all=Ja till alla +button.no.all=Nej till alla +message.font.add.exists=Tecken %char% finns redan i typsnitts tag:en.\nVill du ers\u00e4tta den? +filter.gfx=ScaleForm GFx filer (*.gfx) +filter.supported=Alla filtyper som st\u00f6ds +work.canceled=Avbruten +work.restoringControlFlow=\u00c5terst\u00e4llande fl\u00f6deskontroll +menu.advancedsettings.advancedsettings=Avancerade Inst\u00e4llningar +menu.recentFiles=Senaste Filerna #after version 1.7.4 -work.restoringControlFlow.complete = Reglerings fl\u00f6de \u00e5terst\u00e4llt -message.confirm.recentFileNotFound = Filen hittades inte. Vill du ta bort den fr\u00e5n senaste filer? -contextmenu.closeSwf = St\u00e4ng SWF -menu.settings.autoRenameIdentifiers = byt namn Automatisk p\u00e5 identifierare -menu.file.saveasexe = Spara som Exe... -filter.exe = K\u00f6rbara filer (*.exe) - +work.restoringControlFlow.complete=Reglerings fl\u00f6de \u00e5terst\u00e4llt +message.confirm.recentFileNotFound=Filen hittades inte. Vill du ta bort den fr\u00e5n senaste filer? +contextmenu.closeSwf=St\u00e4ng SWF +menu.settings.autoRenameIdentifiers=byt namn Automatisk p\u00e5 identifierare +menu.file.saveasexe=Spara som Exe... +filter.exe=K\u00f6rbara filer (*.exe) #after version 1.8.0 -font.updateTexts = Uppdatera texter - +font.updateTexts=Uppdatera texter #after version 1.8.0u1 -menu.file.close = St\u00e4ng -menu.file.closeAll = St\u00e4ng alla -menu.tools.otherTools = Annat -menu.tools.otherTools.clearRecentFiles = Rensa senaste filer -fontName.name = Typsnitt visningsnamn: -fontName.copyright = Typsnitt Upphovsr\u00e4tt: -button.preview = F\u00f6rhandsgranska -button.reset = \u00c5terst\u00e4ll -errors.info = Det \u00e4r information i loggen. Klicka f\u00f6r att visa. -errors.warning = Det \u00e4r varningar i loggen. Klicka f\u00f6r att visa.. - -decompilationError = Dekompilering felmeddelande - -disassemblingProgress.toString = toString -disassemblingProgress.reading = L\u00e4ser -disassemblingProgress.deobfuscating = Deobfuskering - -contextmenu.moveTag = Flytta tag till - -filter.swc = SWC komponent filer (*.swc) -filter.zip = ZIP komprimerade filer (*.zip) -filter.binary = Bin\u00e4r s\u00f6kning - alla filer (*.*) - -open.error = Fel -open.error.fileNotFound = Filen hittades inte -open.error.cannotOpen = Kan inte \u00f6ppna filen - -node.others = andra - +menu.file.close=St\u00e4ng +menu.file.closeAll=St\u00e4ng alla +menu.tools.otherTools=Annat +menu.tools.otherTools.clearRecentFiles=Rensa senaste filer +fontName.name=Typsnitt visningsnamn: +fontName.copyright=Typsnitt Upphovsr\u00e4tt: +button.preview=F\u00f6rhandsgranska +button.reset=\u00c5terst\u00e4ll +errors.info=Det \u00e4r information i loggen. Klicka f\u00f6r att visa. +errors.warning=Det \u00e4r varningar i loggen. Klicka f\u00f6r att visa.. +decompilationError=Dekompilering felmeddelande +disassemblingProgress.toString=toString +disassemblingProgress.reading=L\u00e4ser +disassemblingProgress.deobfuscating=Deobfuskering +contextmenu.moveTag=Flytta tag till +filter.swc=SWC komponent filer (*.swc) +filter.zip=ZIP komprimerade filer (*.zip) +filter.binary=Bin\u00e4r s\u00f6kning - alla filer (*.*) +open.error=Fel +open.error.fileNotFound=Filen hittades inte +open.error.cannotOpen=Kan inte \u00f6ppna filen +node.others=andra #after version 1.8.1 -menu.tools.search = Text s\u00f6kning - +menu.tools.search=Text s\u00f6kning #after version 1.8.1u1 -menu.tools.timeline = Tidslinje - -dialog.selectcolor.title = V\u00e4lj f\u00e4rg -button.selectcolor.hint = Klicka f\u00f6r att v\u00e4lja f\u00e4rg - +menu.tools.timeline=Tidslinje +dialog.selectcolor.title=V\u00e4lj f\u00e4rg +button.selectcolor.hint=Klicka f\u00f6r att v\u00e4lja f\u00e4rg #default item name, will be used in following sentences -generictag.array.item = artikel -generictag.array.insertbeginning = Infoga %item% vid b\u00f6rjan -generictag.array.insertbefore = Infoga %item% f\u00f6re -generictag.array.remove = Ta bort %item% -generictag.array.insertafter = Infoga %item% efter -generictag.array.insertend = Infoga %item% vid slutet - +generictag.array.item=artikel +generictag.array.insertbeginning=Infoga %item% vid b\u00f6rjan +generictag.array.insertbefore=Infoga %item% f\u00f6re +generictag.array.remove=Ta bort %item% +generictag.array.insertafter=Infoga %item% efter +generictag.array.insertend=Infoga %item% vid slutet #after version 2.0.0 -contextmenu.expandAll = Expandera alla - -filter.sounds = St\u00f6djande ljudformat (*.wav, *.mp3) -filter.sounds.wav = Wave filformat (*.wav) -filter.sounds.mp3 = MP3 komprimerat format (*.mp3) - -error.sound.invalid = Ogiltigt ljud. - -button.prev = F\u00f6reg\u00e5ende -button.next = N\u00e4sta - +contextmenu.expandAll=Expandera alla +filter.sounds=St\u00f6djande ljudformat (*.wav, *.mp3) +filter.sounds.wav=Wave filformat (*.wav) +filter.sounds.mp3=MP3 komprimerat format (*.mp3) +error.sound.invalid=Ogiltigt ljud. +button.prev=F\u00f6reg\u00e5ende +button.next=N\u00e4sta #after version 2.1.0 -message.action.playerglobal.title = PlayerGlobal bibliotek beh\u00f6vs -message.action.playerglobal.needed = F\u00f6r ActionScript 3 direkt redigering, beh\u00f6vs ett bibliotek som kallas "PlayerGlobal.swc" det beh\u00f6vs laddas ned fr\u00e5n Adobe's hemsida.\r\n%adobehomepage%\r\nKlicka p\u00e5 okej f\u00f6r att g\u00e5 till nerladdningssidan. -message.action.playerglobal.place = Ladda ned biblioteket som kallas PlayerGlobal(.swc), och placera det i katalogen\r\n%libpath%\r\n Klica okej f\u00f6r att forts\u00e4tta. - -message.confirm.experimental.function = Denna funktion \u00e4r experimenterande. Det menas att du inte ska lita p\u00e5 resultaten och SWF-filen kan bli ej fungerande efter sparning. -message.confirm.donotshowagain = Visa inte igen - -menu.import = Importera -menu.file.import.text = Importera text -import.select.directory = V\u00e4lj kategori som du vill importera -error.text.import = Fel uppstod under text importering. Vill du forts\u00e4tta? - +message.action.playerglobal.title=PlayerGlobal bibliotek beh\u00f6vs +message.action.playerglobal.needed=F\u00f6r ActionScript 3 direkt redigering, beh\u00f6vs ett bibliotek som kallas "PlayerGlobal.swc" det beh\u00f6vs laddas ned fr\u00e5n Adobe's hemsida.\r\n%adobehomepage%\r\nKlicka p\u00e5 okej f\u00f6r att g\u00e5 till nerladdningssidan. +message.action.playerglobal.place=Ladda ned biblioteket som kallas PlayerGlobal(.swc), och placera det i katalogen\r\n%libpath%\r\n Klica okej f\u00f6r att forts\u00e4tta. +message.confirm.experimental.function=Denna funktion \u00e4r experimenterande. Det menas att du inte ska lita p\u00e5 resultaten och SWF-filen kan bli ej fungerande efter sparning. +message.confirm.donotshowagain=Visa inte igen +menu.import=Importera +menu.file.import.text=Importera text +import.select.directory=V\u00e4lj kategori som du vill importera +error.text.import=Fel uppstod under text importering. Vill du forts\u00e4tta? #after version 2.1.1 -contextmenu.removeWithDependencies = Bort med beroenden - -abc.action.find-usages = Hitta anv\u00e4ndningar -abc.action.find-declaration = Hitta f\u00f6rklaring - -contextmenu.rawEdit = R\u00e5 \u00e4ndring -contextmenu.jumpToCharacter = Hoppa till tecken - -menu.settings.dumpView = Dump vy - -menu.view = Vy -menu.file.view.resources = Resurser -menu.file.view.hex = Hex dumpning - -node.header = header - -header.signature = Signatur: -header.compression = Kompression: -header.compression.lzma = LZMA -header.compression.zlib = ZLIB -header.compression.none = Ingen kompression -header.version = SWF Version: -header.gfx = GFX: -header.filesize = Fil storlek: -header.framerate = Ram hastighet: -header.framecount = Ram r\u00e4knare: -header.displayrect = Visa rect: -header.displayrect.value.twips = %xmin%,%ymin% = > %xmax%,%ymax% twips -header.displayrect.value.pixels = %xmin%,%ymin% = > %xmax%,%ymax% pixlar - +contextmenu.removeWithDependencies=Bort med beroenden +abc.action.find-usages=Hitta anv\u00e4ndningar +abc.action.find-declaration=Hitta f\u00f6rklaring +contextmenu.rawEdit=R\u00e5 \u00e4ndring +contextmenu.jumpToCharacter=Hoppa till tecken +menu.settings.dumpView=Dump vy +menu.view=Vy +menu.file.view.resources=Resurser +menu.file.view.hex=Hex dumpning +node.header=header +header.signature=Signatur: +header.compression=Kompression: +header.compression.lzma=LZMA +header.compression.zlib=ZLIB +header.compression.none=Ingen kompression +header.version=SWF Version: +header.gfx=GFX: +header.filesize=Fil storlek: +header.framerate=Ram hastighet: +header.framecount=Ram r\u00e4knare: +header.displayrect=Visa rect: +header.displayrect.value.twips=%xmin%,%ymin% = > %xmax%,%ymax% twips +header.displayrect.value.pixels=%xmin%,%ymin% = > %xmax%,%ymax% pixlar #after version 2.1.2 -contextmenu.saveToFile = Spara till Fil -contextmenu.parseActions = Analysera actions -contextmenu.parseABC = Analysera ABC -contextmenu.parseInstructions = Analysera AVM2 Instruktioner - +contextmenu.saveToFile=Spara till Fil +contextmenu.parseActions=Analysera actions +contextmenu.parseABC=Analysera ABC +contextmenu.parseInstructions=Analysera AVM2 Instruktioner #after version 2.1.3 -menu.deobfuscation = Deobfuskering -menu.file.deobfuscation.old = Gammal stil -menu.file.deobfuscation.new = Ny stil - +menu.deobfuscation=Deobfuskering +menu.file.deobfuscation.old=Gammal stil +menu.file.deobfuscation.new=Ny stil #after version 2.1.4 -contextmenu.openswfinside = \u00d6ppna SWF inuti -binarydata.swfInside = Det ser ut som om det \u00e4r en SWF inuti denna bin\u00e4ra data tagg. Klicka h\u00e4r f\u00f6r att ladda det som Tr\u00e4vy. - +contextmenu.openswfinside=\u00d6ppna SWF inuti +binarydata.swfInside=Det ser ut som om det \u00e4r en SWF inuti denna bin\u00e4ra data tagg. Klicka h\u00e4r f\u00f6r att ladda det som Tr\u00e4vy. #after version 3.0.0 -button.zoomin.hint = Zooma in -button.zoomout.hint = Zooma ut -button.zoomfit.hint = Zooma f\u00f6r att passa -button.zoomnone.hint = Zooma till 1:1 -button.snapshot.hint = Ta snapshot till clipboard - -editorTruncateWarning = Text trunkerad vid position %chars% i debugg mode. - +button.zoomin.hint=Zooma in +button.zoomout.hint=Zooma ut +button.zoomfit.hint=Zooma f\u00f6r att passa +button.zoomnone.hint=Zooma till 1:1 +button.snapshot.hint=Ta snapshot till clipboard +editorTruncateWarning=Text trunkerad vid position %chars% i debugg mode. #Font name which is presented in the SWF Font tag -font.name.intag = Typsnittsnamn i tagg: - -menu.debugger = Debugger -menu.debugger.switch = Debugger -menu.debugger.replacetrace = Ers\u00e4tt sp\u00e5rsamtal -menu.debugger.showlog = Visa Logg - -message.debugger = Denna SWF Debugger kan bara anv\u00e4ndas till att skriva ut meddelanden till logg f\u00f6nstret, webbl\u00e4sare konsol eller larm. Den \u00e4r INTE designad f\u00f6r egenskaper som step code, breakpoints och s\u00e5 vidare. - -contextmenu.addTag = L\u00e4gg till tagg - -deobfuscation.comment.tryenable = Tips: Du kan testa att aktivera "Automatisk deobfuskering" i Inst\u00e4llningar -deobfuscation.comment.failed = Deobfuskering \u00e4r aktiverad men dekompileringen slutf\u00f6rdes inte. Om filen INTE \u00e4r obfuskerad, inaktivera "Automatisk Deobfuskering" f\u00f6r ett b\u00e4ttre resultat. - +font.name.intag=Typsnittsnamn i tagg: +menu.debugger=Debugger +menu.debugger.switch=Debugger +menu.debugger.replacetrace=Ers\u00e4tt sp\u00e5rsamtal +menu.debugger.showlog=Visa Logg +message.debugger=Denna SWF Debugger kan bara anv\u00e4ndas till att skriva ut meddelanden till logg f\u00f6nstret, webbl\u00e4sare konsol eller larm. Den \u00e4r INTE designad f\u00f6r egenskaper som step code, breakpoints och s\u00e5 vidare. +contextmenu.addTag=L\u00e4gg till tagg +deobfuscation.comment.tryenable=Tips: Du kan testa att aktivera "Automatisk deobfuskering" i Inst\u00e4llningar +deobfuscation.comment.failed=Deobfuskering \u00e4r aktiverad men dekompileringen slutf\u00f6rdes inte. Om filen INTE \u00e4r obfuskerad, inaktivera "Automatisk Deobfuskering" f\u00f6r ett b\u00e4ttre resultat. #after version 4.0.2 -preview.nextframe = N\u00e4sta ram -preview.prevframe = F\u00f6reg\u00e5ende ram -preview.gotoframe = G\u00e5 till ram... - -preview.gotoframe.dialog.title = G\u00e5 till ram -preview.gotoframe.dialog.message = Skriv in ram nummer (%min% - %max%) -preview.gotoframe.dialog.frame.error = Ogiltigt ram nummer. Det m\u00e5ste vara ett nummer mellan %min% och %max%. - -error.text.invalid.continue = Ogiltig text: %text% p\u00e5 rad %line%. Vill du forts\u00e4tta? - +preview.nextframe=N\u00e4sta ram +preview.prevframe=F\u00f6reg\u00e5ende ram +preview.gotoframe=G\u00e5 till ram... +preview.gotoframe.dialog.title=G\u00e5 till ram +preview.gotoframe.dialog.message=Skriv in ram nummer (%min% - %max%) +preview.gotoframe.dialog.frame.error=Ogiltigt ram nummer. Det m\u00e5ste vara ett nummer mellan %min% och %max%. +error.text.invalid.continue=Ogiltig text: %text% p\u00e5 rad %line%. Vill du forts\u00e4tta? #after version 4.0.5 -contextmenu.copyTag = Kopiera tagg till -fit = passa -button.setAdvanceValues = S\u00e4tt avancerade v\u00e4rden - -menu.tools.replace = Ers\u00e4tt text - -message.confirm.close = Det finns osparade f\u00f6r\u00e4ndringar. Vill du verkligen st\u00e4nga {swfName}? -message.confirm.closeAll = Det finns osparade f\u00f6r\u00e4ndringar. Vill du verkligen st\u00e4nga alla SWFs? - -contextmenu.exportJavaSource = Exportera Java K\u00e4lla -contextmenu.exportSwfXml = Exportera SWF som XML -contextmenu.importSwfXml = Importera SWF XML - -filter.xml = XML - +contextmenu.copyTag=Kopiera tagg till +fit=passa +button.setAdvanceValues=S\u00e4tt avancerade v\u00e4rden +menu.tools.replace=Ers\u00e4tt text +message.confirm.close=Det finns osparade f\u00f6r\u00e4ndringar. Vill du verkligen st\u00e4nga {swfName}? +message.confirm.closeAll=Det finns osparade f\u00f6r\u00e4ndringar. Vill du verkligen st\u00e4nga alla SWFs? +contextmenu.exportJavaSource=Exportera Java K\u00e4lla +contextmenu.exportSwfXml=Exportera SWF som XML +contextmenu.importSwfXml=Importera SWF XML +filter.xml=XML #after version 4.1.0 -contextmenu.undo = \u00c5ngra - -text.align.left = V\u00e4nster justering -text.align.right = H\u00f6ger justering -text.align.center = Mitt justering -text.align.justify = R\u00e4ttf\u00e4rdiga justering - -text.undo = \u00c5ngra f\u00f6r\u00e4ndringar - -menu.file.import.xml = Importera SWF XML -menu.file.export.xml = Exportera SWF XML - +contextmenu.undo=\u00c5ngra +text.align.left=V\u00e4nster justering +text.align.right=H\u00f6ger justering +text.align.center=Mitt justering +text.align.justify=R\u00e4ttf\u00e4rdiga justering +text.undo=\u00c5ngra f\u00f6r\u00e4ndringar +menu.file.import.xml=Importera SWF XML +menu.file.export.xml=Exportera SWF XML #after version 4.1.1 -text.align.translatex.decrease = Minska TranslateX -text.align.translatex.increase = \u00d6ka TranslateX -selectPreviousTag = V\u00e4lj f\u00f6reg\u00e5ende tagg -selectNextTag = V\u00e4lj n\u00e4sta tagg -button.ignoreAll = Ignorera Allt -menu.file.import.symbolClass = Importera Symbol Klass -text.toggleCase = S\u00e4tter p\u00e5 eller st\u00e4nger av case - +text.align.translatex.decrease=Minska TranslateX +text.align.translatex.increase=\u00d6ka TranslateX +selectPreviousTag=V\u00e4lj f\u00f6reg\u00e5ende tagg +selectNextTag=V\u00e4lj n\u00e4sta tagg +button.ignoreAll=Ignorera Allt +menu.file.import.symbolClass=Importera Symbol Klass +text.toggleCase=S\u00e4tter p\u00e5 eller st\u00e4nger av case #after version 5.0.2 -preview.loop = Repetera -menu.file.import.script = Importera skript -contextmenu.copyTagWithDependencies = Kopiera tag med beroenden till -button.replaceWithTag = Ers\u00e4tt med andra tecken tag -button.resolveConstants = L\u00f6s konstanter - +preview.loop=Repetera +menu.file.import.script=Importera skript +contextmenu.copyTagWithDependencies=Kopiera tag med beroenden till +button.replaceWithTag=Ers\u00e4tt med andra tecken tag +button.resolveConstants=L\u00f6s konstanter #after version 5.1.0 -button.viewConstants = Granska Konstanter -work.exported = Exporterad -button.replaceAlphaChannel = Ers\u00e4tt alfakanal... - -tagInfo.header.name = Namn -tagInfo.header.value = V\u00e4rde -tagInfo.tagType = Tag Typ -tagInfo.characterId = Tecken Id -tagInfo.offset = Offset -tagInfo.length = L\u00e4ngd -tagInfo.bounds = Gr\u00e4nser -tagInfo.width = Bredd -tagInfo.height = H\u00f6jd -tagInfo.neededCharacters = Beh\u00f6vande Tecken - -button.viewhexpcode = Granska Hex med instruktioner -taginfo.header = Grundl\u00e4ggande tag information - -tagInfo.dependentCharacters = Beroende Tecken - +button.viewConstants=Granska Konstanter +work.exported=Exporterad +button.replaceAlphaChannel=Ers\u00e4tt alfakanal... +tagInfo.header.name=Namn +tagInfo.header.value=V\u00e4rde +tagInfo.tagType=Tag Typ +tagInfo.characterId=Tecken Id +tagInfo.offset=Offset +tagInfo.length=L\u00e4ngd +tagInfo.bounds=Gr\u00e4nser +tagInfo.width=Bredd +tagInfo.height=H\u00f6jd +tagInfo.neededCharacters=Beh\u00f6vande Tecken +button.viewhexpcode=Granska Hex med instruktioner +taginfo.header=Grundl\u00e4ggande tag information +tagInfo.dependentCharacters=Beroende Tecken #after version 5.3.0 -header.uncompressed = Okomprimerad -header.warning.unsupportedGfxCompression = GFX st\u00f6der endast okomprimerat eller Zlib komprimerad inneh\u00e5ll. -header.warning.minimumZlibVersion = Zlib kompression beh\u00f6ver SWF version 6 eller h\u00f6gre. -header.warning.minimumLzmaVersion = LZMA kompression beh\u00f6ver SWF version 13 eller h\u00f6gre. - -tagInfo.codecName = Codec Namn -tagInfo.exportFormat = Exporterings Format -tagInfo.samplingRate = Samplingshastighet -tagInfo.stereo = Stereo -tagInfo.sampleCount = Provr\u00e4kning - -filter.dmg = Mac K\u00f6rbara filer (*.dmg) -filter.linuxExe = Linux K\u00f6rbara filer - -import.script.result = %count% skript har blivit importerade. -import.script.as12warning = Importera skript, kan bara importera AS1/2 skript - -error.constantPoolTooBig = Constant pool is too big. index=%index%, size=%size% -error.image.alpha.invalid = Invalid alpha channel data. - +header.uncompressed=Okomprimerad +header.warning.unsupportedGfxCompression=GFX st\u00f6der endast okomprimerat eller Zlib komprimerad inneh\u00e5ll. +header.warning.minimumZlibVersion=Zlib kompression beh\u00f6ver SWF version 6 eller h\u00f6gre. +header.warning.minimumLzmaVersion=LZMA kompression beh\u00f6ver SWF version 13 eller h\u00f6gre. +tagInfo.codecName=Codec Namn +tagInfo.exportFormat=Exporterings Format +tagInfo.samplingRate=Samplingshastighet +tagInfo.stereo=Stereo +tagInfo.sampleCount=Provr\u00e4kning +filter.dmg=Mac K\u00f6rbara filer (*.dmg) +filter.linuxExe=Linux K\u00f6rbara filer +import.script.result=%count% skript har blivit importerade. +import.script.as12warning=Importera skript, kan bara importera AS1/2 skript +error.constantPoolTooBig=Constant pool is too big. index=%index%, size=%size% +error.image.alpha.invalid=Invalid alpha channel data. #after version 6.0.2 -contextmenu.saveUncompressedToFile = Spara till okomprimerad Fil -menu.settings.autoOpenLoadedSWFs = \u00d6ppna laddade SWFs medans det spelar - +contextmenu.saveUncompressedToFile=Spara till okomprimerad Fil +menu.settings.autoOpenLoadedSWFs=\u00d6ppna laddade SWFs medans det spelar #after version 6.1.1 -menu.file.start = Starta -menu.file.start.run = K\u00f6r -menu.file.start.stop = Stoppa -menu.file.start.debug = Debugga -menu.debugging = Debuggar -menu.debugging.debug = Debugga -menu.debugging.debug.stop = Stoppa -menu.debugging.debug.pause = Pausa -menu.debugging.debug.stepOver = Hoppa \u00f6ver -menu.debugging.debug.stepInto = Hoppa in till -menu.debugging.debug.stepOut = Hoppa ur -menu.debugging.debug.continue = Fors\u00e4tt -menu.debugging.debug.stack = Stack... -menu.debugging.debug.watch = Ny watch... - -message.playerpath.notset = Flash Player projector kunde inte hittas. Sn\u00e4lla konfigurera dess s\u00f6kv\u00e4g i Avancerade Inst\u00e4llningar / S\u00f6kv\u00e4gar (1). -message.playerpath.debug.notset = Flash Player projector content debugger hittades inte. Sn\u00e4lla konfigurera dess s\u00f6kv\u00e4g i Avancerade Inst\u00e4llningar / S\u00f6kv\u00e4gar (2). -message.playerpath.lib.notset = PlayerGlobal (.SWC) hittades inte. Sn\u00e4lla konfigurera dess s\u00f6kv\u00e4g i Avancerade Inst\u00e4llningar / S\u00f6kv\u00e4gar (3). - -debugpanel.header = Debugging - -variables.header.registers = Register -variables.header.locals = Locala -variables.header.arguments = Argument -variables.header.scopeChain = Omfattningskedja -variables.column.name = Namn -variables.column.type = Typ -variables.column.value = V\u00e4rde - -callStack.header = Call stack -callStack.header.file = Fil -callStack.header.line = Rad - -stack.header = Stack -stack.header.item = Item - -constantpool.header = Constant pool -constantpool.header.id = Id -constantpool.header.value = V\u00e4rde - -work.running = K\u00f6rs -work.debugging = Debuggar -work.debugging.instrumenting = F\u00f6rbereder SWF f\u00f6r att debugga -work.breakat = Bryt vid -work.halted = Debuggningen startad, utf\u00f6randet avbr\u00f6ts. L\u00e4gg till brytpunkter och klicka p\u00e5 Forts\u00e4tt (F5) f\u00f6r att \u00e5teruppta k\u00f6rningen. - -debuglog.header = Logg -debuglog.button.clear = Rensa - +menu.file.start=Starta +menu.file.start.run=K\u00f6r +menu.file.start.stop=Stoppa +menu.file.start.debug=Debugga +menu.debugging=Debuggar +menu.debugging.debug=Debugga +menu.debugging.debug.stop=Stoppa +menu.debugging.debug.pause=Pausa +menu.debugging.debug.stepOver=Hoppa \u00f6ver +menu.debugging.debug.stepInto=Hoppa in till +menu.debugging.debug.stepOut=Hoppa ur +menu.debugging.debug.continue=Fors\u00e4tt +menu.debugging.debug.stack=Stack... +menu.debugging.debug.watch=Ny watch... +message.playerpath.notset=Flash Player projector kunde inte hittas. Sn\u00e4lla konfigurera dess s\u00f6kv\u00e4g i Avancerade Inst\u00e4llningar / S\u00f6kv\u00e4gar (1). +message.playerpath.debug.notset=Flash Player projector content debugger hittades inte. Sn\u00e4lla konfigurera dess s\u00f6kv\u00e4g i Avancerade Inst\u00e4llningar / S\u00f6kv\u00e4gar (2). +message.playerpath.lib.notset=PlayerGlobal (.SWC) hittades inte. Sn\u00e4lla konfigurera dess s\u00f6kv\u00e4g i Avancerade Inst\u00e4llningar / S\u00f6kv\u00e4gar (3). +debugpanel.header=Debugging +variables.header.registers=Register +variables.header.locals=Locala +variables.header.arguments=Argument +variables.header.scopeChain=Omfattningskedja +variables.column.name=Namn +variables.column.type=Typ +variables.column.value=V\u00e4rde +callStack.header=Call stack +callStack.header.file=Fil +callStack.header.line=Rad +stack.header=Stack +stack.header.item=Item +constantpool.header=Constant pool +constantpool.header.id=Id +constantpool.header.value=V\u00e4rde +work.running=K\u00f6rs +work.debugging=Debuggar +work.debugging.instrumenting=F\u00f6rbereder SWF f\u00f6r att debugga +work.breakat=Bryt vid +work.halted=Debuggningen startad, utf\u00f6randet avbr\u00f6ts. L\u00e4gg till brytpunkter och klicka p\u00e5 Forts\u00e4tt (F5) f\u00f6r att \u00e5teruppta k\u00f6rningen. +debuglog.header=Logg +debuglog.button.clear=Rensa #after 7.0.1 -work.debugging.wait = V\u00e4ntar p\u00e5 att Flash debug projector kommer att ansluta - -error.debug.listen = Kan inte lyssna p\u00e5 port %port%. Det kanske finns en annan Flash debuggare som k\u00f6rs. - -debug.break.reason.unknown = (Ok\u00e4nd) -debug.break.reason.breakpoint = (Brytpunkt) -debug.break.reason.watch = (Bevaka) -debug.break.reason.fault = (Fel) -debug.break.reason.stopRequest = (Stoppa beg\u00e4ran) -debug.break.reason.step = (Steg) -debug.break.reason.halt = (Sluta) -debug.break.reason.scriptLoaded = (Skript laddat) - -menu.file.start.debugpcode = Debugga P-kod - +work.debugging.wait=V\u00e4ntar p\u00e5 att Flash debug projector kommer att ansluta +error.debug.listen=Kan inte lyssna p\u00e5 port %port%. Det kanske finns en annan Flash debuggare som k\u00f6rs. +debug.break.reason.unknown=(Ok\u00e4nd) +debug.break.reason.breakpoint=(Brytpunkt) +debug.break.reason.watch=(Bevaka) +debug.break.reason.fault=(Fel) +debug.break.reason.stopRequest=(Stoppa beg\u00e4ran) +debug.break.reason.step=(Steg) +debug.break.reason.halt=(Sluta) +debug.break.reason.scriptLoaded=(Skript laddat) +menu.file.start.debugpcode=Debugga P-kod #after 7.1.2 -button.replaceNoFill = Ers\u00e4tt - uppdaterings gr\u00e4nser... -message.warning.svgImportExperimental = Inte alla SVG funktioner st\u00f6ds. Sn\u00e4lla kontrollera loggen efter importering. - -message.imported.swf = SWF-filen anv\u00e4nder assets fr\u00e5n en imported SWF-fil:\n%url%\nVill du att assets kommer att bli laddad fr\u00e5n den l\u00e4nken? -message.imported.swf.manually = Kan inte ladda importerad SWF\n%url%\nFilen eller l\u00e4nken finns inte.\nVill du v\u00e4lja en lokal fil? - -message.warning.hexViewNotUpToDate = Hex Vyn \u00e4r inte uppdaterad. Sn\u00e4lla spara och ladda om filen f\u00f6r att uppdatera Hex vyn. -message.font.replace.updateTexts = N\u00e5gra tecken blev ersatta. Vill du uppdatera existerande texter? -menu.settings.simplifyExpressions = F\u00f6renklat uttryck - +button.replaceNoFill=Ers\u00e4tt - uppdaterings gr\u00e4nser... +message.warning.svgImportExperimental=Inte alla SVG funktioner st\u00f6ds. Sn\u00e4lla kontrollera loggen efter importering. +message.imported.swf=SWF-filen anv\u00e4nder assets fr\u00e5n en imported SWF-fil:\n%url%\nVill du att assets kommer att bli laddad fr\u00e5n den l\u00e4nken? +message.imported.swf.manually=Kan inte ladda importerad SWF\n%url%\nFilen eller l\u00e4nken finns inte.\nVill du v\u00e4lja en lokal fil? +message.warning.hexViewNotUpToDate=Hex Vyn \u00e4r inte uppdaterad. Sn\u00e4lla spara och ladda om filen f\u00f6r att uppdatera Hex vyn. +message.font.replace.updateTexts=N\u00e5gra tecken blev ersatta. Vill du uppdatera existerande texter? +menu.settings.simplifyExpressions=F\u00f6renklat uttryck #after 8.0.1 -menu.recentFiles.empty = Tidigare fil-listan \u00e4r tom -message.warning.outOfMemory32BitJre = OutOfMemory fel har \u00e5teruppst\u00e5tt. Du k\u00f6r f\u00f6r n\u00e4rvarande 32bit Java p\u00e5 ett 64bit system. Sn\u00e4lla anv\u00e4nd 64bit Java. - -menu.file.reloadAll = Ladda om alla -message.confirm.reloadAll = Detta kommer att avbryta alla osparade \u00e4ndringar i alla SWF filer och kommer att ladda om hela programmet igen.\nVill du fors\u00e4tta? -export.script.singleFilePallelModeWarning = Export av enstaka filskript st\u00f6ds inte med aktiverad parallell hastighet - -button.showOriginalBytesInPcodeHex = Show original bytes -button.remove = Remove -button.showFileOffsetInPcodeHex = Show file offset - -generic.editor.amf3.title = AMF3 redigerare -generic.editor.amf3.help = AMF3 v\u00e4rde syntax:\n\ +menu.recentFiles.empty=Tidigare fil-listan \u00e4r tom +message.warning.outOfMemory32BitJre=OutOfMemory fel har \u00e5teruppst\u00e5tt. Du k\u00f6r f\u00f6r n\u00e4rvarande 32bit Java p\u00e5 ett 64bit system. Sn\u00e4lla anv\u00e4nd 64bit Java. +menu.file.reloadAll=Ladda om alla +message.confirm.reloadAll=Detta kommer att avbryta alla osparade \u00e4ndringar i alla SWF filer och kommer att ladda om hela programmet igen.\nVill du fors\u00e4tta? +export.script.singleFilePallelModeWarning=Export av enstaka filskript st\u00f6ds inte med aktiverad parallell hastighet +button.showOriginalBytesInPcodeHex=Show original bytes +button.remove=Remove +button.showFileOffsetInPcodeHex=Show file offset +generic.editor.amf3.title=AMF3 redigerare +generic.editor.amf3.help=AMF3 v\u00e4rde syntax:\n\ ------------------\n\ scalar typer:\n\ %scalar_samples%\ @@ -728,101 +574,72 @@ generic.editor.amf3.help = AMF3 v\u00e4rde syntax:\n\ * Nonscalar datatyper kan refereras med tidigare deklarerade "id" -attribut med # syntax:\n\ %reference_sample%\n\ * Nycklar i ordboksposter kan vara av alla typer\n -contextmenu.showInResources = Visa i resurser -message.flexpath.notset = Flex SDK kunde inte hittas. Sn\u00e4lla konfigurera dess s\u00f6kv\u00e4gar i Avancerade Inst\u00e4llningar / S\u00f6kv\u00e4gar (4). - +contextmenu.showInResources=Visa i resurser +message.flexpath.notset=Flex SDK kunde inte hittas. Sn\u00e4lla konfigurera dess s\u00f6kv\u00e4gar i Avancerade Inst\u00e4llningar / S\u00f6kv\u00e4gar (4). #add after panel.disassembled string -abc.detail.split = : -abc.detail.trait = Trait - %trait_type% -abc.detail.trait.method = Method -abc.detail.trait.getter = Getter -abc.detail.trait.setter = Setter -abc.detail.trait.slot = Slot -abc.detail.trait.const = Const -abc.detail.trait.class = Class -abc.detail.trait.function = Function - -abc.detail.specialmethod = Special metod - %specialmethod_type% -abc.detail.specialmethod.scriptinitializer = Skript initialiserare -abc.detail.specialmethod.classinitializer = Klass initialiserare -abc.detail.specialmethod.instanceinitializer = Instans initialiserare -abc.detail.innerfunction = Inre funktion - -button.edit.script.decompiled = Redigera ActionSkript -button.edit.script.disassembled = Redigera P-Kod - -debug.watch.add = L\u00e4gg till watch till %name% -debug.watch.add.read = L\u00e4s -debug.watch.add.write = Skriv -debug.watch.add.readwrite = L\u00e4s+Skriv- - -error.debug.watch.add = Kan inte l\u00e4gga till watch till denna variabel. - -variables.column.scope = Scope -variables.column.flags = Flags -variables.column.trait = Trait - -message.font.setadvancevalues = Denna \u00e5tg\u00e4rd st\u00e4ller in f\u00f6rskott f\u00f6r ALLA tecken i denna tagg till valda teckensnittsk\u00e4llans framsteg. - -menu.tools.deobfuscation.renameColliding = Byt namn p\u00e5 kolliderande traits/classes - -filter.iggy = Iggy files (*.iggy) - +abc.detail.split=: +abc.detail.trait=Trait - %trait_type% +abc.detail.trait.method=Method +abc.detail.trait.getter=Getter +abc.detail.trait.setter=Setter +abc.detail.trait.slot=Slot +abc.detail.trait.const=Const +abc.detail.trait.class=Class +abc.detail.trait.function=Function +abc.detail.specialmethod=Special metod - %specialmethod_type% +abc.detail.specialmethod.scriptinitializer=Skript initialiserare +abc.detail.specialmethod.classinitializer=Klass initialiserare +abc.detail.specialmethod.instanceinitializer=Instans initialiserare +abc.detail.innerfunction=Inre funktion +button.edit.script.decompiled=Redigera ActionSkript +button.edit.script.disassembled=Redigera P-Kod +debug.watch.add=L\u00e4gg till watch till %name% +debug.watch.add.read=L\u00e4s +debug.watch.add.write=Skriv +debug.watch.add.readwrite=L\u00e4s+Skriv- +error.debug.watch.add=Kan inte l\u00e4gga till watch till denna variabel. +variables.column.scope=Scope +variables.column.flags=Flags +variables.column.trait=Trait +message.font.setadvancevalues=Denna \u00e5tg\u00e4rd st\u00e4ller in f\u00f6rskott f\u00f6r ALLA tecken i denna tagg till valda teckensnittsk\u00e4llans framsteg. +menu.tools.deobfuscation.renameColliding=Byt namn p\u00e5 kolliderande traits/classes +filter.iggy=Iggy files (*.iggy) #after 11.1.0 -script.seemsBroken = VARNING: Kod dekompileringen inneh\u00e5ller \u00a7\u00a7 instrktioner. \ +script.seemsBroken=VARNING: Kod dekompileringen inneh\u00e5ller \u00a7\u00a7 instrktioner. \ Detta beror kanske p\u00e5 en obfuskation (Kolla i Inst\u00e4llningar/Automatisk deobfuskation Inst\u00e4llning) \ eller en icke standard kompilerare som anv\u00e4nts (Haxe, osv.). - #after 13.0.3 -button.removetrait = Ta bort trait - -message.confirm.removetrait = Vill du verkligen ta bort vald trait? - -contextmenu.addScript = L\u00e4gg till skript - -contextmenu.addClass = L\u00e4gg till Klass - -contextmenu.removeScript = Ta bort skript - -message.confirm.remove.nodep = \u00c4r du s\u00e4kert att du vill ta bort %item%? - -message.confirm.removemultiple.nodep = \u00c4r du s\u00e4kert att du vill ta bort %count% f\u00f6rem\u00e5l? - - -menu.recentSearches = Senast s\u00f6kningar f\u00f6r aktuella filen -menu.recentSearches.empty = Senaste s\u00f6kningslistan \u00e4r tom -menu.tools.otherTools.clearRecentSearches = Rensa alla tidiga s\u00f6kningar -menu.recentSearches.clear = Rensa s\u00f6knings resultat -message.confirm.recentSearches.clear = Vill du verkligen rensa senaste s\u00f6kningar f\u00f6r aktuella filen? - -message.input.gotoCharacter.title = G\u00e5 till tecknet -message.input.gotoCharacter = Skriv in tecken id - -message.character.notfound = Tecknet %characterid% kunde inte hittas. - -FileChooser.preview = F\u00f6rhandsvisning -FileChooser.previewNotAvailable = (F\u00f6rhandsvisning inte tillg\u00e4ngligt) - -button.freetransform = Gratis omvandling - -error.outOfMemory.title = Fel - slut p\u00e5 minne -error.outOfMemory = Dekompileraren fick slut p\u00e5 minne. Aktuell maximal storlek p\u00e5 Java Heap \u00e4r inst\u00e4lld p\u00e5 %maxheap%. -error.outOfMemory.windows = Det \u00e4r inst\u00e4llt p\u00e5 maximalt tillg\u00e4nglighet n\u00e4r du k\u00f6r programmet via "ffdec.exe".\nOm du k\u00f6r programmet via "ffdec.bat" kan du konfigurera den i den filen manuellt till h\u00f6gre v\u00e4rde. -error.outOfMemory.unixmac = Du kan \u00f6ka detta maximalt genom att redigera filen "ffdec.sh". -error.outOfMemory.64bit = Du beh\u00f6ver ett 64 bit OS och 64 bit java f\u00f6r att kunna anv\u00e4nda mer minne \u00e4n 1GB. -error.outOfMemory.32BitJreOn64bitOs = VARNING: Du k\u00f6r 32bit Java p\u00e5 ett 64bit system. Anv\u00e4nd 64bit Java. - -notavailable.internalviewer = F\u00f6rhandsgranskning av detta objekt \u00e4r endast tillg\u00e4ngligt via Flash ActiveX-komponenten.\n \ +button.removetrait=Ta bort trait +message.confirm.removetrait=Vill du verkligen ta bort vald trait? +contextmenu.addScript=L\u00e4gg till skript +contextmenu.addClass=L\u00e4gg till Klass +contextmenu.removeScript=Ta bort skript +message.confirm.remove.nodep=\u00c4r du s\u00e4kert att du vill ta bort %item%? +message.confirm.removemultiple.nodep=\u00c4r du s\u00e4kert att du vill ta bort %count% f\u00f6rem\u00e5l? +menu.recentSearches=Senast s\u00f6kningar f\u00f6r aktuella filen +menu.recentSearches.empty=Senaste s\u00f6kningslistan \u00e4r tom +menu.tools.otherTools.clearRecentSearches=Rensa alla tidiga s\u00f6kningar +menu.recentSearches.clear=Rensa s\u00f6knings resultat +message.confirm.recentSearches.clear=Vill du verkligen rensa senaste s\u00f6kningar f\u00f6r aktuella filen? +message.input.gotoCharacter.title=G\u00e5 till tecknet +message.input.gotoCharacter=Skriv in tecken id +message.character.notfound=Tecknet %characterid% kunde inte hittas. +FileChooser.preview=F\u00f6rhandsvisning +FileChooser.previewNotAvailable=(F\u00f6rhandsvisning inte tillg\u00e4ngligt) +button.freetransform=Gratis omvandling +error.outOfMemory.title=Fel - slut p\u00e5 minne +error.outOfMemory=Dekompileraren fick slut p\u00e5 minne. Aktuell maximal storlek p\u00e5 Java Heap \u00e4r inst\u00e4lld p\u00e5 %maxheap%. +error.outOfMemory.windows=Det \u00e4r inst\u00e4llt p\u00e5 maximalt tillg\u00e4nglighet n\u00e4r du k\u00f6r programmet via "ffdec.exe".\nOm du k\u00f6r programmet via "ffdec.bat" kan du konfigurera den i den filen manuellt till h\u00f6gre v\u00e4rde. +error.outOfMemory.unixmac=Du kan \u00f6ka detta maximalt genom att redigera filen "ffdec.sh". +error.outOfMemory.64bit=Du beh\u00f6ver ett 64 bit OS och 64 bit java f\u00f6r att kunna anv\u00e4nda mer minne \u00e4n 1GB. +error.outOfMemory.32BitJreOn64bitOs=VARNING: Du k\u00f6r 32bit Java p\u00e5 ett 64bit system. Anv\u00e4nd 64bit Java. +notavailable.internalviewer=F\u00f6rhandsgranskning av detta objekt \u00e4r endast tillg\u00e4ngligt via Flash ActiveX-komponenten.\n \ Du kan aktivera anv\u00e4ndning av Flash ActiveX genom att klicka\n \ Avancerade Inst\u00e4llningar / Annat / (F\u00f6r\u00e5ldrad) Anv\u00e4nd Adobe Flash player f\u00f6r att f\u00f6rhandsgranska objekt - -notavailable.activex = F\u00f6rhandsgranskning av det h\u00e4r objektet \u00e4r inte tillg\u00e4ngligt eftersom Flash ActiveX-komponenten inte fungerar korrekt p\u00e5 ditt system.\n \ +notavailable.activex=F\u00f6rhandsgranskning av det h\u00e4r objektet \u00e4r inte tillg\u00e4ngligt eftersom Flash ActiveX-komponenten inte fungerar korrekt p\u00e5 ditt system.\n \ Detta \u00e4r ganska vanligt eftersom Adobe tappade st\u00f6d f\u00f6r det 2021. - -notavailable.activex.disable = Du kan aktivera med intern visning genom att avmarkera\n \ +notavailable.activex.disable=Du kan aktivera med intern visning genom att avmarkera\n \ Avancerade Inst\u00e4llningar / Annat / (F\u00f6r\u00e5ldrad) Anv\u00e4nd Adobe Flash player f\u00f6r att f\u00f6rhandsgranska objekt\n \ Men tyv\u00e4rr fungerar det inte f\u00f6r filmtaggar. - -button.showin.flashprojector = Visa i flash projector - -contextmenu.exportFla = Exporterar FLA \ No newline at end of file +button.showin.flashprojector=Visa i flash projector +contextmenu.exportFla=Exporterar FLA \ No newline at end of file diff --git a/src/com/jpexs/decompiler/flash/gui/locales/MainFrame_tr.properties b/src/com/jpexs/decompiler/flash/gui/locales/MainFrame_tr.properties index 649a4ac45..d5738fcfd 100644 --- a/src/com/jpexs/decompiler/flash/gui/locales/MainFrame_tr.properties +++ b/src/com/jpexs/decompiler/flash/gui/locales/MainFrame_tr.properties @@ -12,1162 +12,560 @@ # # You should have received a copy of the GNU General Public License # along with this program. If not, see . - - - - -menu.file = Dosya -menu.file.open = A\u00e7... -menu.file.save = Kaydet -menu.file.saveas = Farkl\u0131 kaydet... -menu.file.export.fla = FLA'ya d\u0131\u015fa aktar -menu.file.export.all = T\u00fcm par\u00e7alar\u0131 d\u0131\u015fa aktar -menu.file.export.selection = Se\u00e7imi d\u0131\u015fa aktar -menu.file.exit = \u00c7\u0131k\u0131\u015f - - - - -menu.tools = Ara\u00e7lar -menu.tools.searchas = T\u00fcm ActionScript'te ara ... -menu.tools.proxy = Proxy -menu.tools.deobfuscation = A\u00e7\u0131\u011fa \u00e7\u0131karma -menu.tools.deobfuscation.pcode = P kodunu a\u00e7\u0131\u011fa \u00e7\u0131karma... -menu.tools.deobfuscation.globalrename = K\u00fcresel tan\u0131mlay\u0131c\u0131y\u0131 yeniden adland\u0131r -menu.tools.deobfuscation.renameinvalid = Ge\u00e7ersiz tan\u0131mlay\u0131c\u0131lar\u0131 yeniden adland\u0131r -menu.tools.gotoDocumentClass = Belge s\u0131n\u0131f\u0131na git - - - - -menu.settings = Ayarlar -menu.settings.autodeobfuscation = Otomatik a\u00e7\u0131\u011fa \u00e7\u0131karma -menu.settings.internalflashviewer = Kendi Flash g\u00f6r\u00fcnt\u00fcleyicisini kullan -menu.settings.parallelspeedup = Paralel H\u0131zland\u0131r -menu.settings.disabledecompilation = Ayr\u0131\u015ft\u0131rmay\u0131 devre d\u0131\u015f\u0131 b\u0131rak (Yaln\u0131zca ay\u0131r) -menu.settings.addtocontextmenu = SWF dosyalar\u0131n\u0131 FFDec ba\u011flam men\u00fcs\u00fcne ekle -menu.settings.language = Dili de\u011fi\u015ftir -menu.settings.cacheOnDisk = Diskte \u00f6nbelle\u011fe almay\u0131 kullan -menu.settings.gotoMainClassOnStartup = Ba\u015flang\u0131\u00e7ta belge s\u0131n\u0131f\u0131n\u0131 vurgula - - - - -menu.help = Yard\u0131m -menu.help.checkupdates = G\u00fcncellemeleri kontrol et... -menu.help.helpus = Bize yard\u0131m et! -menu.help.homepage = Ana sayfay\u0131 ziyaret et -menu.help.about = Hakk\u0131nda... - - - - -contextmenu.remove = Kald\u0131r - - - - -button.save = Kaydet -button.edit = D\u00fczenle -button.cancel = \u0130ptal -button.replace = De\u011fi\u015ftir... - - - - -notavailonthisplatform = Bu nesnenin \u00f6nizlemesi bu platformda mevcut de\u011fil (yaln\u0131zca Windows). - - - - -swfpreview = SWF \u00f6nizleme -swfpreview.internal = SWF \u00f6nizleme (Dahili g\u00f6r\u00fcnt\u00fcleyici) - - - - -parameters = Parametreler - - - - -rename.enternew = Yeni isim girin: - - - - -rename.finished.identifier = Tan\u0131mlay\u0131c\u0131 yeniden adland\u0131r\u0131ld\u0131. -rename.finished.multiname = %count% \u00e7oklu isim(ler) yeniden adland\u0131r\u0131ld\u0131. - - - - -node.texts = metinler -node.images = g\u00f6r\u00fcnt\u00fcler -node.movies = filmler -node.sounds = sesler -node.binaryData = binaryData -node.fonts = yaz\u0131 tipleri -node.sprites = hareketliler -node.shapes = \u015fekiller -node.morphshapes = de\u011fi\u015fik \u015fekiller -node.buttons = d\u00fc\u011fmeler -node.frames = \u00e7er\u00e7eveler -node.scripts = komut dosyalar\u0131 - - - - -message.warning = Uyar\u0131 -message.confirm.experimental = A\u015fa\u011f\u0131daki prosed\u00fcr SWF dosyas\u0131na zarar verebilir ve daha sonra oynat\u0131lamaz hale gelebilir.\r\nKEND\u0130 R\u0130SK\u0130N\u0130ZE G\u00d6RE KULLANIN. Devam etmek istiyor musunuz? -message.confirm.parallel = Paralellik y\u00fckleme ve ayr\u0131\u015ft\u0131rmay\u0131 h\u0131zland\u0131rabilir ancak daha fazla bellek kullan\u0131r. -message.confirm.on = Bunu A\u00c7MAK istiyor musunuz? -message.confirm.off = Bunu KAPATMAK istiyor musunuz? -message.confirm = Onayla - - - - -message.confirm.autodeobfuscate = Otomatik kod a\u00e7\u0131\u011fa \u00e7\u0131karma, karart\u0131lm\u0131\u015f kodu kaynak koda d\u00f6n\u00fc\u015ft\u00fcrmenin bir yoludur.\r\nKod a\u00e7\u0131\u011fa \u00e7\u0131karma, daha yava\u015f kaynak koda d\u00f6n\u00fc\u015ft\u00fcrmeye yol a\u00e7ar ve \u00f6l\u00fc kodun bir k\u0131sm\u0131 ortadan kald\u0131r\u0131labilir.\r\nKod karart\u0131lmam\u0131\u015fsa, otomatik kod a\u00e7\u0131\u011fa \u00e7\u0131karmay\u0131 kapatmak daha iyidir. - - - - -message.parallel = Paralellik -message.trait.saved = \u00d6zellik ba\u015far\u0131yla kaydedildi - - - - -message.constant.new.string = "%value%" dizesi sabitler tablosunda mevcut de\u011fil. Eklemek istiyor musunuz? -message.constant.new.string.title = Dize Ekle -message.constant.new.integer = "%value%" tamsay\u0131 de\u011feri sabitler tablosunda mevcut de\u011fil. Eklemek istiyor musunuz? -message.constant.new.integer.title = Tamsay\u0131 Ekle -message.constant.new.unsignedinteger = "%value%" i\u015faretsiz tamsay\u0131 de\u011feri sabitler tablosunda mevcut de\u011fil. Eklemek istiyor musunuz? -message.constant.new.unsignedinteger.title = \u0130\u015faretsiz tamsay\u0131 ekle -message.constant.new.double = "%value%" \u00e7ift de\u011feri sabitler tablosunda mevcut de\u011fil. Eklemek istiyor musunuz? -message.constant.new.double.title = \u00c7ift Ekle - - - - -work.buffering = Arabelle\u011fe al\u0131n\u0131yor -work.waitingfordissasembly = S\u00f6k\u00fcm i\u00e7in bekleniyor -work.gettinghilights = \u00d6ne \u00e7\u0131kanlar al\u0131n\u0131yor -work.disassembling = S\u00f6k\u00fcl\u00fcyor -work.exporting = D\u0131\u015fa aktar\u0131l\u0131yor -work.searching = Aran\u0131yor -work.renaming = Yeniden adland\u0131r\u0131l\u0131yor -work.exporting.fla = FLA olarak d\u0131\u015fa aktar\u0131l\u0131yor -work.renaming.identifiers = Tan\u0131mlay\u0131c\u0131lar yeniden adland\u0131r\u0131l\u0131yor -work.deobfuscating = A\u00e7\u0131\u011fa \u00e7\u0131kar\u0131l\u0131yor -work.decompiling = Ayr\u0131\u015ft\u0131r\u0131l\u0131yor -work.gettingvariables = De\u011fi\u015fkenler al\u0131n\u0131yor -work.reading.swf = SWF okunuyor -work.creatingwindow = Pencere olu\u015fturuluyor -work.buildingscripttree = Komut dosyas\u0131 a\u011fac\u0131 olu\u015fturuluyor - - - - -work.deobfuscating.complete = A\u00e7\u0131\u011fa \u00e7\u0131karma tamamland\u0131 - - - - -message.search.notfound = "%searchtext%" dizesi bulunamad\u0131. -message.search.notfound.title = Bulunamad\u0131 - - - - -message.rename.notfound.multiname = \u0130mle\u00e7 alt\u0131nda \u00e7oklu isim bulunamad\u0131 -message.rename.notfound.identifier = \u0130mle\u00e7 alt\u0131nda tan\u0131mlay\u0131c\u0131 bulunamad\u0131 -message.rename.notfound.title = Bulunamad\u0131 -message.rename.renamed = Tan\u0131mlay\u0131c\u0131lar yeniden adland\u0131r\u0131ld\u0131: %count% - - - - -filter.images = G\u00f6r\u00fcnt\u00fcler (%extensions%) -filter.fla = %version% Belge (*.fla) -filter.xfl = %version% S\u0131k\u0131\u015ft\u0131r\u0131lmam\u0131\u015f Belge (*.xfl) -filter.swf = SWF dosyalar\u0131 (*.swf) - - - - -error = Hata -error.image.invalid = Ge\u00e7ersiz g\u00f6r\u00fcnt\u00fc. - - - - -error.text.invalid = Ge\u00e7ersiz metin: %line% sat\u0131r\u0131nda %text% -error.file.save = Dosya kaydedilemiyor -error.file.write = Dosyaya yaz\u0131lam\u0131yor -error.export = D\u0131\u015fa aktarma s\u0131ras\u0131nda hata - - - - -export.select.directory = D\u0131\u015fa aktar\u0131lacak dizini se\u00e7 -export.finishedin = %time% i\u00e7inde d\u0131\u015fa aktar\u0131ld\u0131 - - - - -update.check.title = G\u00fcncelleme kontrol\u00fc -update.check.nonewversion = Yeni s\u00fcr\u00fcm mevcut de\u011fil. - - - - -message.helpus = Ayr\u0131nt\u0131lar i\u00e7in l\u00fctfen\r\n%url%\r\n adresini ziyaret edin. -message.homepage = Ana sayfay\u0131 ziyaret edin: \r\n%url% - - - - -proxy = Proxy -proxy.start = Proxy'i ba\u015flat -proxy.stop = Proxy'i durdur -proxy.show = Proxy'i g\u00f6ster -exit = \u00c7\u0131k\u0131\u015f - - - - -panel.disassembled = P kodu kayna\u011f\u0131 -panel.decompiled = ActionScript kayna\u011f\u0131 - - - - -search.info = "%text%" i\u00e7in aray\u0131n: -search.script = Komut - - - - -constants = Sabitler -traits = \u00d6zellikler - - - - -pleasewait = L\u00fctfen bekle - +menu.file=Dosya +menu.file.open=A\u00e7... +menu.file.save=Kaydet +menu.file.saveas=Farkl\u0131 kaydet... +menu.file.export.fla=FLA'ya d\u0131\u015fa aktar +menu.file.export.all=T\u00fcm par\u00e7alar\u0131 d\u0131\u015fa aktar +menu.file.export.selection=Se\u00e7imi d\u0131\u015fa aktar +menu.file.exit=\u00c7\u0131k\u0131\u015f +menu.tools=Ara\u00e7lar +menu.tools.searchas=T\u00fcm ActionScript'te ara ... +menu.tools.proxy=Proxy +menu.tools.deobfuscation=A\u00e7\u0131\u011fa \u00e7\u0131karma +menu.tools.deobfuscation.pcode=P kodunu a\u00e7\u0131\u011fa \u00e7\u0131karma... +menu.tools.deobfuscation.globalrename=K\u00fcresel tan\u0131mlay\u0131c\u0131y\u0131 yeniden adland\u0131r +menu.tools.deobfuscation.renameinvalid=Ge\u00e7ersiz tan\u0131mlay\u0131c\u0131lar\u0131 yeniden adland\u0131r +menu.tools.gotoDocumentClass=Belge s\u0131n\u0131f\u0131na git +menu.settings=Ayarlar +menu.settings.autodeobfuscation=Otomatik a\u00e7\u0131\u011fa \u00e7\u0131karma +menu.settings.internalflashviewer=Kendi Flash g\u00f6r\u00fcnt\u00fcleyicisini kullan +menu.settings.parallelspeedup=Paralel H\u0131zland\u0131r +menu.settings.disabledecompilation=Ayr\u0131\u015ft\u0131rmay\u0131 devre d\u0131\u015f\u0131 b\u0131rak (Yaln\u0131zca ay\u0131r) +menu.settings.addtocontextmenu=SWF dosyalar\u0131n\u0131 FFDec ba\u011flam men\u00fcs\u00fcne ekle +menu.settings.language=Dili de\u011fi\u015ftir +menu.settings.cacheOnDisk=Diskte \u00f6nbelle\u011fe almay\u0131 kullan +menu.settings.gotoMainClassOnStartup=Ba\u015flang\u0131\u00e7ta belge s\u0131n\u0131f\u0131n\u0131 vurgula +menu.help=Yard\u0131m +menu.help.checkupdates=G\u00fcncellemeleri kontrol et... +menu.help.helpus=Bize yard\u0131m et! +menu.help.homepage=Ana sayfay\u0131 ziyaret et +menu.help.about=Hakk\u0131nda... +contextmenu.remove=Kald\u0131r +button.save=Kaydet +button.edit=D\u00fczenle +button.cancel=\u0130ptal +button.replace=De\u011fi\u015ftir... +notavailonthisplatform=Bu nesnenin \u00f6nizlemesi bu platformda mevcut de\u011fil (yaln\u0131zca Windows). +swfpreview=SWF \u00f6nizleme +swfpreview.internal=SWF \u00f6nizleme (Dahili g\u00f6r\u00fcnt\u00fcleyici) +parameters=Parametreler +rename.enternew=Yeni isim girin: +rename.finished.identifier=Tan\u0131mlay\u0131c\u0131 yeniden adland\u0131r\u0131ld\u0131. +rename.finished.multiname=%count% \u00e7oklu isim(ler) yeniden adland\u0131r\u0131ld\u0131. +node.texts=metinler +node.images=g\u00f6r\u00fcnt\u00fcler +node.movies=filmler +node.sounds=sesler +node.binaryData=binaryData +node.fonts=yaz\u0131 tipleri +node.sprites=hareketliler +node.shapes=\u015fekiller +node.morphshapes=de\u011fi\u015fik \u015fekiller +node.buttons=d\u00fc\u011fmeler +node.frames=\u00e7er\u00e7eveler +node.scripts=komut dosyalar\u0131 +message.warning=Uyar\u0131 +message.confirm.experimental=A\u015fa\u011f\u0131daki prosed\u00fcr SWF dosyas\u0131na zarar verebilir ve daha sonra oynat\u0131lamaz hale gelebilir.\r\nKEND\u0130 R\u0130SK\u0130N\u0130ZE G\u00d6RE KULLANIN. Devam etmek istiyor musunuz? +message.confirm.parallel=Paralellik y\u00fckleme ve ayr\u0131\u015ft\u0131rmay\u0131 h\u0131zland\u0131rabilir ancak daha fazla bellek kullan\u0131r. +message.confirm.on=Bunu A\u00c7MAK istiyor musunuz? +message.confirm.off=Bunu KAPATMAK istiyor musunuz? +message.confirm=Onayla +message.confirm.autodeobfuscate=Otomatik kod a\u00e7\u0131\u011fa \u00e7\u0131karma, karart\u0131lm\u0131\u015f kodu kaynak koda d\u00f6n\u00fc\u015ft\u00fcrmenin bir yoludur.\r\nKod a\u00e7\u0131\u011fa \u00e7\u0131karma, daha yava\u015f kaynak koda d\u00f6n\u00fc\u015ft\u00fcrmeye yol a\u00e7ar ve \u00f6l\u00fc kodun bir k\u0131sm\u0131 ortadan kald\u0131r\u0131labilir.\r\nKod karart\u0131lmam\u0131\u015fsa, otomatik kod a\u00e7\u0131\u011fa \u00e7\u0131karmay\u0131 kapatmak daha iyidir. +message.parallel=Paralellik +message.trait.saved=\u00d6zellik ba\u015far\u0131yla kaydedildi +message.constant.new.string="%value%" dizesi sabitler tablosunda mevcut de\u011fil. Eklemek istiyor musunuz? +message.constant.new.string.title=Dize Ekle +message.constant.new.integer="%value%" tamsay\u0131 de\u011feri sabitler tablosunda mevcut de\u011fil. Eklemek istiyor musunuz? +message.constant.new.integer.title=Tamsay\u0131 Ekle +message.constant.new.unsignedinteger="%value%" i\u015faretsiz tamsay\u0131 de\u011feri sabitler tablosunda mevcut de\u011fil. Eklemek istiyor musunuz? +message.constant.new.unsignedinteger.title=\u0130\u015faretsiz tamsay\u0131 ekle +message.constant.new.double="%value%" \u00e7ift de\u011feri sabitler tablosunda mevcut de\u011fil. Eklemek istiyor musunuz? +message.constant.new.double.title=\u00c7ift Ekle +work.buffering=Arabelle\u011fe al\u0131n\u0131yor +work.waitingfordissasembly=S\u00f6k\u00fcm i\u00e7in bekleniyor +work.gettinghilights=\u00d6ne \u00e7\u0131kanlar al\u0131n\u0131yor +work.disassembling=S\u00f6k\u00fcl\u00fcyor +work.exporting=D\u0131\u015fa aktar\u0131l\u0131yor +work.searching=Aran\u0131yor +work.renaming=Yeniden adland\u0131r\u0131l\u0131yor +work.exporting.fla=FLA olarak d\u0131\u015fa aktar\u0131l\u0131yor +work.renaming.identifiers=Tan\u0131mlay\u0131c\u0131lar yeniden adland\u0131r\u0131l\u0131yor +work.deobfuscating=A\u00e7\u0131\u011fa \u00e7\u0131kar\u0131l\u0131yor +work.decompiling=Ayr\u0131\u015ft\u0131r\u0131l\u0131yor +work.gettingvariables=De\u011fi\u015fkenler al\u0131n\u0131yor +work.reading.swf=SWF okunuyor +work.creatingwindow=Pencere olu\u015fturuluyor +work.buildingscripttree=Komut dosyas\u0131 a\u011fac\u0131 olu\u015fturuluyor +work.deobfuscating.complete=A\u00e7\u0131\u011fa \u00e7\u0131karma tamamland\u0131 +message.search.notfound="%searchtext%" dizesi bulunamad\u0131. +message.search.notfound.title=Bulunamad\u0131 +message.rename.notfound.multiname=\u0130mle\u00e7 alt\u0131nda \u00e7oklu isim bulunamad\u0131 +message.rename.notfound.identifier=\u0130mle\u00e7 alt\u0131nda tan\u0131mlay\u0131c\u0131 bulunamad\u0131 +message.rename.notfound.title=Bulunamad\u0131 +message.rename.renamed=Tan\u0131mlay\u0131c\u0131lar yeniden adland\u0131r\u0131ld\u0131: %count% +filter.images=G\u00f6r\u00fcnt\u00fcler (%extensions%) +filter.fla=%version% Belge (*.fla) +filter.xfl=%version% S\u0131k\u0131\u015ft\u0131r\u0131lmam\u0131\u015f Belge (*.xfl) +filter.swf=SWF dosyalar\u0131 (*.swf) +error=Hata +error.image.invalid=Ge\u00e7ersiz g\u00f6r\u00fcnt\u00fc. +error.text.invalid=Ge\u00e7ersiz metin: %line% sat\u0131r\u0131nda %text% +error.file.save=Dosya kaydedilemiyor +error.file.write=Dosyaya yaz\u0131lam\u0131yor +error.export=D\u0131\u015fa aktarma s\u0131ras\u0131nda hata +export.select.directory=D\u0131\u015fa aktar\u0131lacak dizini se\u00e7 +export.finishedin=%time% i\u00e7inde d\u0131\u015fa aktar\u0131ld\u0131 +update.check.title=G\u00fcncelleme kontrol\u00fc +update.check.nonewversion=Yeni s\u00fcr\u00fcm mevcut de\u011fil. +message.helpus=Ayr\u0131nt\u0131lar i\u00e7in l\u00fctfen\r\n%url%\r\n adresini ziyaret edin. +message.homepage=Ana sayfay\u0131 ziyaret edin: \r\n%url% +proxy=Proxy +proxy.start=Proxy'i ba\u015flat +proxy.stop=Proxy'i durdur +proxy.show=Proxy'i g\u00f6ster +exit=\u00c7\u0131k\u0131\u015f +panel.disassembled=P kodu kayna\u011f\u0131 +panel.decompiled=ActionScript kayna\u011f\u0131 +search.info="%text%" i\u00e7in aray\u0131n: +search.script=Komut +constants=Sabitler +traits=\u00d6zellikler +pleasewait=L\u00fctfen bekle #DEPRECATED - see abc.detail.trait.* - - - -abc.detail.methodtrait = Y\u00f6ntem/Al\u0131c\u0131/Ayarlay\u0131c\u0131 \u00d6zelli\u011fi -abc.detail.unsupported = - +abc.detail.methodtrait=Y\u00f6ntem/Al\u0131c\u0131/Ayarlay\u0131c\u0131 \u00d6zelli\u011fi +abc.detail.unsupported=- #DEPRECATED - see abc.detail.trait.* - - - -abc.detail.slotconsttrait = Yuva/Sabit \u00d6zellik -abc.detail.traitname = \u0130sim: - - - - -abc.detail.body.params.maxstack = Maksimum y\u0131\u011f\u0131n: -abc.detail.body.params.localregcount = Yerel kay\u0131t say\u0131s\u0131: -abc.detail.body.params.minscope = Minimum kapsam derinli\u011fi: -abc.detail.body.params.maxscope = Maksimum kapsam derinli\u011fi: -abc.detail.body.params.autofill = Kod kaydetmede otomatik doldurma (GLOBAL AYAR) -abc.detail.body.params.autofill.experimental = ...DENEYSEL - - - - -abc.detail.methodinfo.methodindex = Y\u00f6ntem Dizini: -abc.detail.methodinfo.parameters = Parametreler: -abc.detail.methodinfo.returnvalue = D\u00f6n\u00fc\u015f de\u011feri t\u00fcr\u00fc: - - - - -error.methodinfo.params = MethodInfo Parametre Hatas\u0131 -error.methodinfo.returnvalue = MethodInfo D\u00f6n\u00fc\u015f de\u011feri t\u00fcr\u00fc Hatas\u0131 - - - - -abc.detail.methodinfo = MethodInfo -abc.detail.body.code = MethodBody Kodu -abc.detail.body.params = MethodBody parametreleri - - - - -abc.detail.slotconst.typevalue = T\u00fcr ve De\u011fer: - - - - -error.slotconst.typevalue = SlotConst t\u00fcr de\u011feri Hatas\u0131 - - - - -message.autofill.failed = Otomatik g\u00f6vde parametreleri i\u00e7in kod istatistikleri al\u0131nam\u0131yor.\r\nBu mesaj\u0131 \u00f6nlemek i\u00e7in otomatik doldurman\u0131n i\u015faretini kald\u0131r\u0131n. -info.selecttrait = S\u0131n\u0131f\u0131 se\u00e7in ve d\u00fczenlemek i\u00e7in Actionscript kayna\u011f\u0131nda bir \u00f6zelli\u011fe t\u0131klay\u0131n. - - - - -button.viewgraph = Grafi\u011fi G\u00f6r\u00fcnt\u00fcle -button.viewhex = Hex G\u00f6r\u00fcnt\u00fcle - - - - -action.edit.experimental = (Deneysel) - - - - -message.action.saved = Kod ba\u015far\u0131yla kaydedildi - - - - -error.action.save = %line% sat\u0131r\u0131nda %error% - - - - -message.confirm.remove = %item%\n ve ona ba\u011fl\u0131 t\u00fcm nesneleri kald\u0131rmak istedi\u011finizden emin misiniz? - +abc.detail.slotconsttrait=Yuva/Sabit \u00d6zellik +abc.detail.traitname=\u0130sim: +abc.detail.body.params.maxstack=Maksimum y\u0131\u011f\u0131n: +abc.detail.body.params.localregcount=Yerel kay\u0131t say\u0131s\u0131: +abc.detail.body.params.minscope=Minimum kapsam derinli\u011fi: +abc.detail.body.params.maxscope=Maksimum kapsam derinli\u011fi: +abc.detail.body.params.autofill=Kod kaydetmede otomatik doldurma (GLOBAL AYAR) +abc.detail.body.params.autofill.experimental=...DENEYSEL +abc.detail.methodinfo.methodindex=Y\u00f6ntem Dizini: +abc.detail.methodinfo.parameters=Parametreler: +abc.detail.methodinfo.returnvalue=D\u00f6n\u00fc\u015f de\u011feri t\u00fcr\u00fc: +error.methodinfo.params=MethodInfo Parametre Hatas\u0131 +error.methodinfo.returnvalue=MethodInfo D\u00f6n\u00fc\u015f de\u011feri t\u00fcr\u00fc Hatas\u0131 +abc.detail.methodinfo=MethodInfo +abc.detail.body.code=MethodBody Kodu +abc.detail.body.params=MethodBody parametreleri +abc.detail.slotconst.typevalue=T\u00fcr ve De\u011fer: +error.slotconst.typevalue=SlotConst t\u00fcr de\u011feri Hatas\u0131 +message.autofill.failed=Otomatik g\u00f6vde parametreleri i\u00e7in kod istatistikleri al\u0131nam\u0131yor.\r\nBu mesaj\u0131 \u00f6nlemek i\u00e7in otomatik doldurman\u0131n i\u015faretini kald\u0131r\u0131n. +info.selecttrait=S\u0131n\u0131f\u0131 se\u00e7in ve d\u00fczenlemek i\u00e7in Actionscript kayna\u011f\u0131nda bir \u00f6zelli\u011fe t\u0131klay\u0131n. +button.viewgraph=Grafi\u011fi G\u00f6r\u00fcnt\u00fcle +button.viewhex=Hex G\u00f6r\u00fcnt\u00fcle +action.edit.experimental=(Deneysel) +message.action.saved=Kod ba\u015far\u0131yla kaydedildi +error.action.save=%line% sat\u0131r\u0131nda %error% +message.confirm.remove=%item%\n ve ona ba\u011fl\u0131 t\u00fcm nesneleri kald\u0131rmak istedi\u011finizden emin misiniz? #after version 1.6.5u1: - - - - -button.ok = TAMAM - - - - -font.name = Yaz\u0131 tipi ismi: -font.isbold = Koyu: -font.isitalic = \u0130talik: -font.ascent = \u00c7\u0131k\u0131\u015f: -font.descent = \u0130ni\u015f: -font.leading = \u00d6nde: -font.characters = Karakterler: -font.characters.add = Karakter ekle: -value.unknown = ? - - - - -yes = evet -no = hay\u0131r - - - - -errors.present = G\u00fcnl\u00fc\u011f\u00fcnde HATALAR var. G\u00f6r\u00fcnt\u00fclemek i\u00e7in t\u0131klay\u0131n. -errors.none = G\u00fcnl\u00fc\u011f\u00fcnde hata yok. - +button.ok=TAMAM +font.name=Yaz\u0131 tipi ismi: +font.isbold=Koyu: +font.isitalic=\u0130talik: +font.ascent=\u00c7\u0131k\u0131\u015f: +font.descent=\u0130ni\u015f: +font.leading=\u00d6nde: +font.characters=Karakterler: +font.characters.add=Karakter ekle: +value.unknown=? +yes=evet +no=hay\u0131r +errors.present=G\u00fcnl\u00fc\u011f\u00fcnde HATALAR var. G\u00f6r\u00fcnt\u00fclemek i\u00e7in t\u0131klay\u0131n. +errors.none=G\u00fcnl\u00fc\u011f\u00fcnde hata yok. #after version 1.6.6: - - - - -dialog.message.title = Mesaj -dialog.select.title = Bir Se\u00e7enek Se\u00e7in - - - - -button.yes = Evet -button.no = Hay\u0131r - - - - -FileChooser.openButtonText = A\u00e7 -FileChooser.openButtonToolTipText = A\u00e7 -FileChooser.lookInLabelText = Bak: -FileChooser.acceptAllFileFilterText = T\u00fcm Dosyalar -FileChooser.filesOfTypeLabelText = Dosya t\u00fcr\u00fc: -FileChooser.fileNameLabelText = Dosya ismi: -FileChooser.listViewButtonToolTipText = Liste -FileChooser.listViewButtonAccessibleName = Liste -FileChooser.detailsViewButtonToolTipText = Detaylar -FileChooser.detailsViewButtonAccessibleName = Detaylar -FileChooser.upFolderToolTipText = Bir Seviye Yukar\u0131 -FileChooser.upFolderAccessibleName = Bir Seviye Yukar\u0131 -FileChooser.homeFolderToolTipText = Giri\u015f -FileChooser.homeFolderAccessibleName = Giri\u015f -FileChooser.fileNameHeaderText = \u0130sim -FileChooser.fileSizeHeaderText = Boyut -FileChooser.fileTypeHeaderText = T\u00fcr -FileChooser.fileDateHeaderText = Tarih -FileChooser.fileAttrHeaderText = \u00d6znitelikler -FileChooser.openDialogTitleText = A\u00e7 -FileChooser.directoryDescriptionText = Dizin -FileChooser.directoryOpenButtonText = A\u00e7 -FileChooser.directoryOpenButtonToolTipText = Se\u00e7ili dizini a\u00e7 -FileChooser.fileDescriptionText = Genel Dosya -FileChooser.helpButtonText = Yard\u0131m -FileChooser.helpButtonToolTipText = FileChooser yard\u0131m\u0131 -FileChooser.newFolderAccessibleName = Yeni Klas\u00f6r -FileChooser.newFolderErrorText = Yeni klas\u00f6r olu\u015fturma hatas\u0131 -FileChooser.newFolderToolTipText = Yeni Klas\u00f6r Olu\u015ftur -FileChooser.other.newFolder = NewFolder -FileChooser.other.newFolder.subsequent = NewFolder.{0} -FileChooser.win32.newFolder = Yeni Klas\u00f6r -FileChooser.win32.newFolder.subsequent = Yeni Klas\u00f6r ({0}) -FileChooser.saveButtonText = Kaydet -FileChooser.saveButtonToolTipText = Se\u00e7ilen dosyay\u0131 kaydet -FileChooser.saveDialogTitleText = Kaydet -FileChooser.saveInLabelText = Kaydet: -FileChooser.updateButtonText = G\u00fcncelle -FileChooser.updateButtonToolTipText = Dizin listesini g\u00fcncelle - +dialog.message.title=Mesaj +dialog.select.title=Bir Se\u00e7enek Se\u00e7in +button.yes=Evet +button.no=Hay\u0131r +FileChooser.openButtonText=A\u00e7 +FileChooser.openButtonToolTipText=A\u00e7 +FileChooser.lookInLabelText=Bak: +FileChooser.acceptAllFileFilterText=T\u00fcm Dosyalar +FileChooser.filesOfTypeLabelText=Dosya t\u00fcr\u00fc: +FileChooser.fileNameLabelText=Dosya ismi: +FileChooser.listViewButtonToolTipText=Liste +FileChooser.listViewButtonAccessibleName=Liste +FileChooser.detailsViewButtonToolTipText=Detaylar +FileChooser.detailsViewButtonAccessibleName=Detaylar +FileChooser.upFolderToolTipText=Bir Seviye Yukar\u0131 +FileChooser.upFolderAccessibleName=Bir Seviye Yukar\u0131 +FileChooser.homeFolderToolTipText=Giri\u015f +FileChooser.homeFolderAccessibleName=Giri\u015f +FileChooser.fileNameHeaderText=\u0130sim +FileChooser.fileSizeHeaderText=Boyut +FileChooser.fileTypeHeaderText=T\u00fcr +FileChooser.fileDateHeaderText=Tarih +FileChooser.fileAttrHeaderText=\u00d6znitelikler +FileChooser.openDialogTitleText=A\u00e7 +FileChooser.directoryDescriptionText=Dizin +FileChooser.directoryOpenButtonText=A\u00e7 +FileChooser.directoryOpenButtonToolTipText=Se\u00e7ili dizini a\u00e7 +FileChooser.fileDescriptionText=Genel Dosya +FileChooser.helpButtonText=Yard\u0131m +FileChooser.helpButtonToolTipText=FileChooser yard\u0131m\u0131 +FileChooser.newFolderAccessibleName=Yeni Klas\u00f6r +FileChooser.newFolderErrorText=Yeni klas\u00f6r olu\u015fturma hatas\u0131 +FileChooser.newFolderToolTipText=Yeni Klas\u00f6r Olu\u015ftur +FileChooser.other.newFolder=NewFolder +FileChooser.other.newFolder.subsequent=NewFolder.{0} +FileChooser.win32.newFolder=Yeni Klas\u00f6r +FileChooser.win32.newFolder.subsequent=Yeni Klas\u00f6r ({0}) +FileChooser.saveButtonText=Kaydet +FileChooser.saveButtonToolTipText=Se\u00e7ilen dosyay\u0131 kaydet +FileChooser.saveDialogTitleText=Kaydet +FileChooser.saveInLabelText=Kaydet: +FileChooser.updateButtonText=G\u00fcncelle +FileChooser.updateButtonToolTipText=Dizin listesini g\u00fcncelle #after version 1.6.6u2: - - - - -FileChooser.detailsViewActionLabel.textAndMnemonic = Detaylar -FileChooser.detailsViewButtonToolTip.textAndMnemonic = Detaylar -FileChooser.fileAttrHeader.textAndMnemonic = \u00d6znitellikler -FileChooser.fileDateHeader.textAndMnemonic = De\u011fi\u015ftirilmi\u015f -FileChooser.fileNameHeader.textAndMnemonic = \u0130sim -FileChooser.fileNameLabel.textAndMnemonic = Dosya ismi: -FileChooser.fileSizeHeader.textAndMnemonic = Boyut -FileChooser.fileTypeHeader.textAndMnemonic = T\u00fcr -FileChooser.filesOfTypeLabel.textAndMnemonic = Dosya t\u00fcr\u00fc: -FileChooser.folderNameLabel.textAndMnemonic = Klas\u00f6r ismi: -FileChooser.homeFolderToolTip.textAndMnemonic = Giri\u015f -FileChooser.listViewActionLabel.textAndMnemonic = Liste -FileChooser.listViewButtonToolTip.textAndMnemonic = Liste -FileChooser.lookInLabel.textAndMnemonic = Bak: -FileChooser.newFolderActionLabel.textAndMnemonic = Yeni Klas\u00f6r -FileChooser.newFolderToolTip.textAndMnemonic = Yeni Klas\u00f6r Olu\u015ftur -FileChooser.refreshActionLabel.textAndMnemonic = Yenile -FileChooser.saveInLabel.textAndMnemonic = Kaydet: -FileChooser.upFolderToolTip.textAndMnemonic = Bir Seviye Yukar\u0131 -FileChooser.viewMenuButtonAccessibleName = Men\u00fcy\u00fc G\u00f6r\u00fcnt\u00fcle -FileChooser.viewMenuButtonToolTipText = Men\u00fcy\u00fc G\u00f6r\u00fcnt\u00fcle -FileChooser.viewMenuLabel.textAndMnemonic = G\u00f6r\u00fcnt\u00fcle -FileChooser.newFolderActionLabelText = Yeni Klas\u00f6r -FileChooser.listViewActionLabelText = Liste -FileChooser.detailsViewActionLabelText = Detaylar -FileChooser.refreshActionLabelText = Yenile -FileChooser.sortMenuLabelText = Simgeleri D\u00fczenle -FileChooser.viewMenuLabelText = G\u00f6r\u00fcnt\u00fcle -FileChooser.fileSizeKiloBytes = {0} KB -FileChooser.fileSizeMegaBytes = {0} MB -FileChooser.fileSizeGigaBytes = {0} GB -FileChooser.folderNameLabelText = Klas\u00f6r ismi: - - - - -error.occured = Hata olu\u015ftu: %error% -button.abort = Vazge\u00e7 -button.retry = Tekrar dene -button.ignore = Yoksay - - - - -font.source = Kaynak Yaz\u0131 Tipi: - +FileChooser.detailsViewActionLabel.textAndMnemonic=Detaylar +FileChooser.detailsViewButtonToolTip.textAndMnemonic=Detaylar +FileChooser.fileAttrHeader.textAndMnemonic=\u00d6znitellikler +FileChooser.fileDateHeader.textAndMnemonic=De\u011fi\u015ftirilmi\u015f +FileChooser.fileNameHeader.textAndMnemonic=\u0130sim +FileChooser.fileNameLabel.textAndMnemonic=Dosya ismi: +FileChooser.fileSizeHeader.textAndMnemonic=Boyut +FileChooser.fileTypeHeader.textAndMnemonic=T\u00fcr +FileChooser.filesOfTypeLabel.textAndMnemonic=Dosya t\u00fcr\u00fc: +FileChooser.folderNameLabel.textAndMnemonic=Klas\u00f6r ismi: +FileChooser.homeFolderToolTip.textAndMnemonic=Giri\u015f +FileChooser.listViewActionLabel.textAndMnemonic=Liste +FileChooser.listViewButtonToolTip.textAndMnemonic=Liste +FileChooser.lookInLabel.textAndMnemonic=Bak: +FileChooser.newFolderActionLabel.textAndMnemonic=Yeni Klas\u00f6r +FileChooser.newFolderToolTip.textAndMnemonic=Yeni Klas\u00f6r Olu\u015ftur +FileChooser.refreshActionLabel.textAndMnemonic=Yenile +FileChooser.saveInLabel.textAndMnemonic=Kaydet: +FileChooser.upFolderToolTip.textAndMnemonic=Bir Seviye Yukar\u0131 +FileChooser.viewMenuButtonAccessibleName=Men\u00fcy\u00fc G\u00f6r\u00fcnt\u00fcle +FileChooser.viewMenuButtonToolTipText=Men\u00fcy\u00fc G\u00f6r\u00fcnt\u00fcle +FileChooser.viewMenuLabel.textAndMnemonic=G\u00f6r\u00fcnt\u00fcle +FileChooser.newFolderActionLabelText=Yeni Klas\u00f6r +FileChooser.listViewActionLabelText=Liste +FileChooser.detailsViewActionLabelText=Detaylar +FileChooser.refreshActionLabelText=Yenile +FileChooser.sortMenuLabelText=Simgeleri D\u00fczenle +FileChooser.viewMenuLabelText=G\u00f6r\u00fcnt\u00fcle +FileChooser.fileSizeKiloBytes={0} KB +FileChooser.fileSizeMegaBytes={0} MB +FileChooser.fileSizeGigaBytes={0} GB +FileChooser.folderNameLabelText=Klas\u00f6r ismi: +error.occured=Hata olu\u015ftu: %error% +button.abort=Vazge\u00e7 +button.retry=Tekrar dene +button.ignore=Yoksay +font.source=Kaynak Yaz\u0131 Tipi: #after version 1.6.7: - - - - -menu.export = D\u0131\u015fa aktar -menu.general = Genel -menu.language = Dil - - - - -startup.welcometo = Ho\u015fgeldiniz -startup.selectopen = Ba\u015flamak i\u00e7in \u00fcst paneldeki A\u00e7 simgesine t\u0131klay\u0131n veya SWF dosyas\u0131n\u0131 bu pencereye s\u00fcr\u00fckleyin. - - - - -error.font.nocharacter = Se\u00e7ilen kaynak yaz\u0131 tipi "%char%" karakterini i\u00e7ermiyor. - - - - -warning.initializers = Statik alanlar ve sabitler genellikle ba\u015flat\u0131c\u0131larda ba\u015flat\u0131l\u0131r.\nBurada de\u011feri d\u00fczenlemek genellikle yeterli de\u011fildir! - +menu.export=D\u0131\u015fa aktar +menu.general=Genel +menu.language=Dil +startup.welcometo=Ho\u015fgeldiniz +startup.selectopen=Ba\u015flamak i\u00e7in \u00fcst paneldeki A\u00e7 simgesine t\u0131klay\u0131n veya SWF dosyas\u0131n\u0131 bu pencereye s\u00fcr\u00fckleyin. +error.font.nocharacter=Se\u00e7ilen kaynak yaz\u0131 tipi "%char%" karakterini i\u00e7ermiyor. +warning.initializers=Statik alanlar ve sabitler genellikle ba\u015flat\u0131c\u0131larda ba\u015flat\u0131l\u0131r.\nBurada de\u011feri d\u00fczenlemek genellikle yeterli de\u011fildir! #after version 1.7.0u1: - - - - -menu.tools.searchMemory = Bellekteki SWF'leri ara -menu.file.reload = Yeniden y\u00fckle -message.confirm.reload = Bu i\u015flem kaydedilmemi\u015f t\u00fcm de\u011fi\u015fiklikleri iptal eder ve SWF dosyas\u0131n\u0131 yeniden y\u00fckler.\nDevam etmek ister misiniz? - - - - -dialog.selectbkcolor.title = SWF ekran\u0131 i\u00e7in arka plan rengini se\u00e7in -button.selectbkcolor.hint = Arka plan rengini se\u00e7 - - - - -ColorChooser.okText = TAMAM -ColorChooser.cancelText = \u0130ptal -ColorChooser.resetText = S\u0131f\u0131rla -ColorChooser.previewText = \u00d6nizleme -ColorChooser.swatchesNameText = Renk \u00f6rnekleri -ColorChooser.swatchesRecentText = Son: -ColorChooser.sampleText = \u00d6rnek Metin \u00d6rnek Metin - +menu.tools.searchMemory=Bellekteki SWF'leri ara +menu.file.reload=Yeniden y\u00fckle +message.confirm.reload=Bu i\u015flem kaydedilmemi\u015f t\u00fcm de\u011fi\u015fiklikleri iptal eder ve SWF dosyas\u0131n\u0131 yeniden y\u00fckler.\nDevam etmek ister misiniz? +dialog.selectbkcolor.title=SWF ekran\u0131 i\u00e7in arka plan rengini se\u00e7in +button.selectbkcolor.hint=Arka plan rengini se\u00e7 +ColorChooser.okText=TAMAM +ColorChooser.cancelText=\u0130ptal +ColorChooser.resetText=S\u0131f\u0131rla +ColorChooser.previewText=\u00d6nizleme +ColorChooser.swatchesNameText=Renk \u00f6rnekleri +ColorChooser.swatchesRecentText=Son: +ColorChooser.sampleText=\u00d6rnek Metin \u00d6rnek Metin #after version 1.7.1: - - - - -preview.play = Oynat -preview.pause = Duraklat -preview.stop = Durdur - - - - -message.confirm.removemultiple = %count% \u00f6\u011feyi\n ve buna ba\u011fl\u0131 t\u00fcm nesneleri kald\u0131rmak istedi\u011finizden emin misiniz? - - - - -menu.tools.searchCache = Taray\u0131c\u0131 \u00f6nbelle\u011finde ara - +preview.play=Oynat +preview.pause=Duraklat +preview.stop=Durdur +message.confirm.removemultiple=%count% \u00f6\u011feyi\n ve buna ba\u011fl\u0131 t\u00fcm nesneleri kald\u0131rmak istedi\u011finizden emin misiniz? +menu.tools.searchCache=Taray\u0131c\u0131 \u00f6nbelle\u011finde ara #after version 1.7.2u2 - - - - -error.trait.exists = "%name%" isimli \u00f6zellik zaten mevcut.. -button.addtrait = \u00d6zellik ekle -button.font.embed = G\u00f6m... -button.yes.all = T\u00fcm\u00fcne evet -button.no.all = T\u00fcm\u00fcne hay\u0131r -message.font.add.exists = %char% karakteri yaz\u0131 tipi etiketinde zaten mevcut.\nDe\u011fi\u015ftirmek ister misiniz? - - - - -filter.gfx = ScaleForm GFx dosyalar\u0131 (*.gfx) -filter.supported = T\u00fcm desteklenen dosya t\u00fcrleri -work.canceled = \u0130ptal edildi -work.restoringControlFlow = Kontrol ak\u0131\u015f\u0131 geri y\u00fckleniyor -menu.advancedsettings.advancedsettings = Geli\u015fmi\u015f Ayarlar -menu.recentFiles = Son dosyalar - +error.trait.exists="%name%" isimli \u00f6zellik zaten mevcut.. +button.addtrait=\u00d6zellik ekle +button.font.embed=G\u00f6m... +button.yes.all=T\u00fcm\u00fcne evet +button.no.all=T\u00fcm\u00fcne hay\u0131r +message.font.add.exists=%char% karakteri yaz\u0131 tipi etiketinde zaten mevcut.\nDe\u011fi\u015ftirmek ister misiniz? +filter.gfx=ScaleForm GFx dosyalar\u0131 (*.gfx) +filter.supported=T\u00fcm desteklenen dosya t\u00fcrleri +work.canceled=\u0130ptal edildi +work.restoringControlFlow=Kontrol ak\u0131\u015f\u0131 geri y\u00fckleniyor +menu.advancedsettings.advancedsettings=Geli\u015fmi\u015f Ayarlar +menu.recentFiles=Son dosyalar #after version 1.7.4 - - - -work.restoringControlFlow.complete = Kontrol ak\u0131\u015f\u0131 geri y\u00fcklendi -message.confirm.recentFileNotFound = Dosya bulunamad\u0131. Son dosya listesinden kald\u0131rmak istiyor musunuz? -contextmenu.closeSwf = SWF'i kapat -menu.settings.autoRenameIdentifiers = Tan\u0131mlay\u0131c\u0131lar\u0131 otomatik yeniden adland\u0131r -menu.file.saveasexe = Exe olarak kaydet... -filter.exe = Y\u00fcr\u00fct\u00fclebilir dosyalar (*.exe) - +work.restoringControlFlow.complete=Kontrol ak\u0131\u015f\u0131 geri y\u00fcklendi +message.confirm.recentFileNotFound=Dosya bulunamad\u0131. Son dosya listesinden kald\u0131rmak istiyor musunuz? +contextmenu.closeSwf=SWF'i kapat +menu.settings.autoRenameIdentifiers=Tan\u0131mlay\u0131c\u0131lar\u0131 otomatik yeniden adland\u0131r +menu.file.saveasexe=Exe olarak kaydet... +filter.exe=Y\u00fcr\u00fct\u00fclebilir dosyalar (*.exe) #after version 1.8.0 - - - -font.updateTexts = Metinleri g\u00fcncelle - +font.updateTexts=Metinleri g\u00fcncelle #after version 1.8.0u1 - - - -menu.file.close = Kapat -menu.file.closeAll = T\u00fcm\u00fcn\u00fc kapat -menu.tools.otherTools = Di\u011fer -menu.tools.otherTools.clearRecentFiles = Son dosyalar\u0131 temizle -fontName.name = Yaz\u0131 tipi g\u00f6r\u00fcnen ad\u0131: -fontName.copyright = Yaz\u0131 tipi telif hakk\u0131: -button.preview = \u00d6nizleme -button.reset = S\u0131f\u0131rla -errors.info = G\u00fcnl\u00fc\u011f\u00fcnde B\u0130LG\u0130LER var. G\u00f6r\u00fcnt\u00fclemek i\u00e7in t\u0131klay\u0131n. -errors.warning = G\u00fcnl\u00fc\u011f\u00fcnde UYARILAR var. G\u00f6r\u00fcnt\u00fclemek i\u00e7in t\u0131klay\u0131n. - - - - -decompilationError = Ayr\u0131\u015ft\u0131rma hatas\u0131 - - - - -disassemblingProgress.toString = toString -disassemblingProgress.reading = Okunuyor -disassemblingProgress.deobfuscating = A\u00e7\u0131\u011fa \u00e7\u0131kar\u0131l\u0131yor - - - - -contextmenu.moveTag = Etiketi \u015furaya ta\u015f\u0131 - - - - -filter.swc = SWC bile\u015fen dosyalar\u0131 (*.swc) -filter.zip = ZIP s\u0131k\u0131\u015ft\u0131r\u0131lm\u0131\u015f dosyalar (*.zip) -filter.binary = \u0130kili arama - t\u00fcm dosyalar (*.*) - - - - -open.error = Hata -open.error.fileNotFound = Dosya bulunamad\u0131 -open.error.cannotOpen = Dosya a\u00e7\u0131lam\u0131yor - - - - -node.others = di\u011ferleri - +menu.file.close=Kapat +menu.file.closeAll=T\u00fcm\u00fcn\u00fc kapat +menu.tools.otherTools=Di\u011fer +menu.tools.otherTools.clearRecentFiles=Son dosyalar\u0131 temizle +fontName.name=Yaz\u0131 tipi g\u00f6r\u00fcnen ad\u0131: +fontName.copyright=Yaz\u0131 tipi telif hakk\u0131: +button.preview=\u00d6nizleme +button.reset=S\u0131f\u0131rla +errors.info=G\u00fcnl\u00fc\u011f\u00fcnde B\u0130LG\u0130LER var. G\u00f6r\u00fcnt\u00fclemek i\u00e7in t\u0131klay\u0131n. +errors.warning=G\u00fcnl\u00fc\u011f\u00fcnde UYARILAR var. G\u00f6r\u00fcnt\u00fclemek i\u00e7in t\u0131klay\u0131n. +decompilationError=Ayr\u0131\u015ft\u0131rma hatas\u0131 +disassemblingProgress.toString=toString +disassemblingProgress.reading=Okunuyor +disassemblingProgress.deobfuscating=A\u00e7\u0131\u011fa \u00e7\u0131kar\u0131l\u0131yor +contextmenu.moveTag=Etiketi \u015furaya ta\u015f\u0131 +filter.swc=SWC bile\u015fen dosyalar\u0131 (*.swc) +filter.zip=ZIP s\u0131k\u0131\u015ft\u0131r\u0131lm\u0131\u015f dosyalar (*.zip) +filter.binary=\u0130kili arama - t\u00fcm dosyalar (*.*) +open.error=Hata +open.error.fileNotFound=Dosya bulunamad\u0131 +open.error.cannotOpen=Dosya a\u00e7\u0131lam\u0131yor +node.others=di\u011ferleri #after version 1.8.1 - - - -menu.tools.search = Metin ara - +menu.tools.search=Metin ara #after version 1.8.1u1 - - - -menu.tools.timeline = Zaman \u00e7izelgesi - - - - -dialog.selectcolor.title = Renk se\u00e7 -button.selectcolor.hint = Renk se\u00e7mek i\u00e7in t\u0131klay\u0131n - +menu.tools.timeline=Zaman \u00e7izelgesi +dialog.selectcolor.title=Renk se\u00e7 +button.selectcolor.hint=Renk se\u00e7mek i\u00e7in t\u0131klay\u0131n #default item name, will be used in following sentences - - - -generictag.array.item = \u00f6\u011fe -generictag.array.insertbeginning = Ba\u015flang\u0131\u00e7ta %item% ekle -generictag.array.insertbefore = \u00d6nce %item% ekle -generictag.array.remove = %item% kald\u0131r -generictag.array.insertafter = Sonra %item% ekle -generictag.array.insertend = Sonunda %item% ekle - +generictag.array.item=\u00f6\u011fe +generictag.array.insertbeginning=Ba\u015flang\u0131\u00e7ta %item% ekle +generictag.array.insertbefore=\u00d6nce %item% ekle +generictag.array.remove=%item% kald\u0131r +generictag.array.insertafter=Sonra %item% ekle +generictag.array.insertend=Sonunda %item% ekle #after version 2.0.0 - - - -contextmenu.expandAll = T\u00fcm\u00fcn\u00fc geni\u015flet - - - - -filter.sounds = Desteklenen ses bi\u00e7imleri (*.wav, *.mp3) -filter.sounds.wav = Dalga dosyas\u0131 bi\u00e7imi (*.wav) -filter.sounds.mp3 = MP3 s\u0131k\u0131\u015ft\u0131r\u0131lm\u0131\u015f bi\u00e7imi (*.mp3) - - - - -error.sound.invalid = Ge\u00e7ersiz ses. - - - - -button.prev = \u00d6nceki -button.next = Sonraki - +contextmenu.expandAll=T\u00fcm\u00fcn\u00fc geni\u015flet +filter.sounds=Desteklenen ses bi\u00e7imleri (*.wav, *.mp3) +filter.sounds.wav=Dalga dosyas\u0131 bi\u00e7imi (*.wav) +filter.sounds.mp3=MP3 s\u0131k\u0131\u015ft\u0131r\u0131lm\u0131\u015f bi\u00e7imi (*.mp3) +error.sound.invalid=Ge\u00e7ersiz ses. +button.prev=\u00d6nceki +button.next=Sonraki #after version 2.1.0 - - - -message.action.playerglobal.title = PlayerGlobal kitapl\u0131\u011f\u0131 gerekli -message.action.playerglobal.needed = ActionScript 3 do\u011frudan d\u00fczenlemesi i\u00e7in Adobe ana sayfas\u0131ndan "PlayerGlobal.swc" adl\u0131 bir kitapl\u0131\u011f\u0131n indirilmesi gerekir.\r\n%adobehomepage%\r\n\u0130ndirme sayfas\u0131na gitmek i\u00e7in Tamam'a bas\u0131n. -message.action.playerglobal.place = PlayerGlobal(.swc) adl\u0131 kitapl\u0131\u011f\u0131 indirin ve\r\n%libpath%\r\n dizinine yerle\u015ftirin Devam etmek i\u00e7in Tamam'a bas\u0131n. - - - - -message.confirm.experimental.function = Bu fonksiyon DENEYSELD\u0130R. Bu, sonu\u00e7lara g\u00fcvenmemeniz gerekti\u011fi anlam\u0131na gelir ve SWF dosyas\u0131 kaydedildikten sonra i\u015flevsiz olabilir. -message.confirm.donotshowagain = Tekrar g\u00f6sterme - - - - -menu.import = \u0130\u00e7e aktar -menu.file.import.text = Metni i\u00e7e aktar -import.select.directory = \u0130\u00e7e aktarma dizini se\u00e7 -error.text.import = Metni i\u00e7e aktarma i\u015flemi s\u0131ras\u0131nda hata olu\u015ftu. Devam etmek istiyor musun? - +message.action.playerglobal.title=PlayerGlobal kitapl\u0131\u011f\u0131 gerekli +message.action.playerglobal.needed=ActionScript 3 do\u011frudan d\u00fczenlemesi i\u00e7in Adobe ana sayfas\u0131ndan "PlayerGlobal.swc" adl\u0131 bir kitapl\u0131\u011f\u0131n indirilmesi gerekir.\r\n%adobehomepage%\r\n\u0130ndirme sayfas\u0131na gitmek i\u00e7in Tamam'a bas\u0131n. +message.action.playerglobal.place=PlayerGlobal(.swc) adl\u0131 kitapl\u0131\u011f\u0131 indirin ve\r\n%libpath%\r\n dizinine yerle\u015ftirin Devam etmek i\u00e7in Tamam'a bas\u0131n. +message.confirm.experimental.function=Bu fonksiyon DENEYSELD\u0130R. Bu, sonu\u00e7lara g\u00fcvenmemeniz gerekti\u011fi anlam\u0131na gelir ve SWF dosyas\u0131 kaydedildikten sonra i\u015flevsiz olabilir. +message.confirm.donotshowagain=Tekrar g\u00f6sterme +menu.import=\u0130\u00e7e aktar +menu.file.import.text=Metni i\u00e7e aktar +import.select.directory=\u0130\u00e7e aktarma dizini se\u00e7 +error.text.import=Metni i\u00e7e aktarma i\u015flemi s\u0131ras\u0131nda hata olu\u015ftu. Devam etmek istiyor musun? #after version 2.1.1 - - - -contextmenu.removeWithDependencies = Ba\u011f\u0131ml\u0131l\u0131klarla kald\u0131r - - - - -abc.action.find-usages = Kullan\u0131mlar\u0131 bul -abc.action.find-declaration = Bildirim bul - - - - -contextmenu.rawEdit = Ham d\u00fczenle -contextmenu.jumpToCharacter = Karaktere atla - - - - -menu.settings.dumpView = D\u00f6k\u00fcm g\u00f6r\u00fcn\u00fcm\u00fc - - - - -menu.view = G\u00f6r\u00fcn\u00fcm -menu.file.view.resources = Kaynaklar -menu.file.view.hex = Onalt\u0131l\u0131 d\u00f6k\u00fcm - - - - -node.header = ba\u015fl\u0131k - - - - -header.signature = \u0130mza: -header.compression = S\u0131k\u0131\u015ft\u0131rma: -header.compression.lzma = LZMA -header.compression.zlib = ZLIB -header.compression.none = S\u0131k\u0131\u015ft\u0131rma yok -header.version = SWF S\u00fcr\u00fcm\u00fc: -header.gfx = GFX: -header.filesize = Dosya boyutu: -header.framerate = Kare h\u0131z\u0131: -header.framecount = Kare say\u0131s\u0131: -header.displayrect = Ekran dikd\u00f6rtgeni: -header.displayrect.value.twips = %xmin%,%ymin% => %xmax%,%ymax% twips -header.displayrect.value.pixels = %xmin%,%ymin% => %xmax%,%ymax% piksel - +contextmenu.removeWithDependencies=Ba\u011f\u0131ml\u0131l\u0131klarla kald\u0131r +abc.action.find-usages=Kullan\u0131mlar\u0131 bul +abc.action.find-declaration=Bildirim bul +contextmenu.rawEdit=Ham d\u00fczenle +contextmenu.jumpToCharacter=Karaktere atla +menu.settings.dumpView=D\u00f6k\u00fcm g\u00f6r\u00fcn\u00fcm\u00fc +menu.view=G\u00f6r\u00fcn\u00fcm +menu.file.view.resources=Kaynaklar +menu.file.view.hex=Onalt\u0131l\u0131 d\u00f6k\u00fcm +node.header=ba\u015fl\u0131k +header.signature=\u0130mza: +header.compression=S\u0131k\u0131\u015ft\u0131rma: +header.compression.lzma=LZMA +header.compression.zlib=ZLIB +header.compression.none=S\u0131k\u0131\u015ft\u0131rma yok +header.version=SWF S\u00fcr\u00fcm\u00fc: +header.gfx=GFX: +header.filesize=Dosya boyutu: +header.framerate=Kare h\u0131z\u0131: +header.framecount=Kare say\u0131s\u0131: +header.displayrect=Ekran dikd\u00f6rtgeni: +header.displayrect.value.twips=%xmin%,%ymin% => %xmax%,%ymax% twips +header.displayrect.value.pixels=%xmin%,%ymin% => %xmax%,%ymax% piksel #after version 2.1.2 - - - -contextmenu.saveToFile = Dosyaya kaydet -contextmenu.parseActions = Ayr\u0131\u015ft\u0131rma eylemleri -contextmenu.parseABC = ABC ayr\u0131\u015ft\u0131r -contextmenu.parseInstructions = AVM2 Talimatlar\u0131n\u0131 Ayr\u0131\u015ft\u0131r - +contextmenu.saveToFile=Dosyaya kaydet +contextmenu.parseActions=Ayr\u0131\u015ft\u0131rma eylemleri +contextmenu.parseABC=ABC ayr\u0131\u015ft\u0131r +contextmenu.parseInstructions=AVM2 Talimatlar\u0131n\u0131 Ayr\u0131\u015ft\u0131r #after version 2.1.3 - - - -menu.deobfuscation = A\u00e7\u0131\u011fa \u00e7\u0131kar -menu.file.deobfuscation.old = Eski stil -menu.file.deobfuscation.new = Yeni stil - +menu.deobfuscation=A\u00e7\u0131\u011fa \u00e7\u0131kar +menu.file.deobfuscation.old=Eski stil +menu.file.deobfuscation.new=Yeni stil #after version 2.1.4 - - - -contextmenu.openswfinside = SWF'i i\u00e7eriden a\u00e7 -binarydata.swfInside = Bu ikili veri etiketinin i\u00e7inde SWF varm\u0131\u015f gibi g\u00f6r\u00fcn\u00fcyor. Alt a\u011fac\u0131 olarak y\u00fcklemek i\u00e7in buray\u0131 t\u0131klay\u0131n. - +contextmenu.openswfinside=SWF'i i\u00e7eriden a\u00e7 +binarydata.swfInside=Bu ikili veri etiketinin i\u00e7inde SWF varm\u0131\u015f gibi g\u00f6r\u00fcn\u00fcyor. Alt a\u011fac\u0131 olarak y\u00fcklemek i\u00e7in buray\u0131 t\u0131klay\u0131n. #after version 3.0.0 - - - -button.zoomin.hint = Yak\u0131nla\u015ft\u0131r -button.zoomout.hint = Uzakla\u015ft\u0131r -button.zoomfit.hint = S\u0131\u011fd\u0131rmak i\u00e7in yak\u0131nla\u015ft\u0131r -button.zoomnone.hint = 1:1'e yak\u0131nla\u015ft\u0131r -button.snapshot.hint = Panoya anl\u0131k g\u00f6r\u00fcnt\u00fc al\u0131n - - - - -editorTruncateWarning = Metin hata ay\u0131klama modunda %chars% konumunda kesildi. - +button.zoomin.hint=Yak\u0131nla\u015ft\u0131r +button.zoomout.hint=Uzakla\u015ft\u0131r +button.zoomfit.hint=S\u0131\u011fd\u0131rmak i\u00e7in yak\u0131nla\u015ft\u0131r +button.zoomnone.hint=1:1'e yak\u0131nla\u015ft\u0131r +button.snapshot.hint=Panoya anl\u0131k g\u00f6r\u00fcnt\u00fc al\u0131n +editorTruncateWarning=Metin hata ay\u0131klama modunda %chars% konumunda kesildi. #Font name which is presented in the SWF Font tag - - - -font.name.intag = Etiketteki yaz\u0131 tipi ismi: - - - - -menu.debugger = Hata ay\u0131klay\u0131c\u0131 -menu.debugger.switch = Hata ay\u0131klay\u0131c\u0131 -menu.debugger.replacetrace = \u0130zleme \u00e7a\u011fr\u0131lar\u0131n\u0131 de\u011fi\u015ftir -menu.debugger.showlog = G\u00fcnl\u00fc\u011f\u00fc G\u00f6ster - - - - -message.debugger = Bu SWF Hata Ay\u0131klay\u0131c\u0131 yaln\u0131zca g\u00fcnl\u00fck penceresine, taray\u0131c\u0131 konsoluna veya uyar\u0131lara mesajlar\u0131 yazd\u0131rmak i\u00e7in kullan\u0131labilir.\r\nAd\u0131m kodu, kesme noktalar\u0131 vb. \u00f6zellikler i\u00e7in TASARLANMAMI\u015eTIR. - - - - -contextmenu.addTag = Etiket ekle - - - - -deobfuscation.comment.tryenable = \u0130pucu: Ayarlar'da "Otomatik a\u00e7\u0131\u011fa \u00e7\u0131karma" \u00f6zelli\u011fini etkinle\u015ftirmeyi deneyebilirsiniz -deobfuscation.comment.failed = A\u00e7\u0131\u011fa \u00e7\u0131karma etkinle\u015ftirildi ancak kaynak koda d\u00f6n\u00fc\u015ft\u00fcrme hala ba\u015far\u0131s\u0131z oldu. Dosya karart\u0131lmam\u0131\u015fsa, daha iyi sonu\u00e7 almak i\u00e7in "Otomatik a\u00e7\u0131\u011fa \u00e7\u0131karma" \u00f6zelli\u011fini devre d\u0131\u015f\u0131 b\u0131rak\u0131n. - +font.name.intag=Etiketteki yaz\u0131 tipi ismi: +menu.debugger=Hata ay\u0131klay\u0131c\u0131 +menu.debugger.switch=Hata ay\u0131klay\u0131c\u0131 +menu.debugger.replacetrace=\u0130zleme \u00e7a\u011fr\u0131lar\u0131n\u0131 de\u011fi\u015ftir +menu.debugger.showlog=G\u00fcnl\u00fc\u011f\u00fc G\u00f6ster +message.debugger=Bu SWF Hata Ay\u0131klay\u0131c\u0131 yaln\u0131zca g\u00fcnl\u00fck penceresine, taray\u0131c\u0131 konsoluna veya uyar\u0131lara mesajlar\u0131 yazd\u0131rmak i\u00e7in kullan\u0131labilir.\r\nAd\u0131m kodu, kesme noktalar\u0131 vb. \u00f6zellikler i\u00e7in TASARLANMAMI\u015eTIR. +contextmenu.addTag=Etiket ekle +deobfuscation.comment.tryenable=\u0130pucu: Ayarlar'da "Otomatik a\u00e7\u0131\u011fa \u00e7\u0131karma" \u00f6zelli\u011fini etkinle\u015ftirmeyi deneyebilirsiniz +deobfuscation.comment.failed=A\u00e7\u0131\u011fa \u00e7\u0131karma etkinle\u015ftirildi ancak kaynak koda d\u00f6n\u00fc\u015ft\u00fcrme hala ba\u015far\u0131s\u0131z oldu. Dosya karart\u0131lmam\u0131\u015fsa, daha iyi sonu\u00e7 almak i\u00e7in "Otomatik a\u00e7\u0131\u011fa \u00e7\u0131karma" \u00f6zelli\u011fini devre d\u0131\u015f\u0131 b\u0131rak\u0131n. #after version 4.0.2 - - - -preview.nextframe = Sonraki \u00e7er\u00e7eve -preview.prevframe = \u00d6nceki \u00e7er\u00e7eve -preview.gotoframe = \u00c7er\u00e7eveye git ... - - - - -preview.gotoframe.dialog.title = \u00c7er\u00e7eveye git -preview.gotoframe.dialog.message = \u00c7er\u00e7eve numaras\u0131n\u0131 girin (%min% - %max%) -preview.gotoframe.dialog.frame.error = Ge\u00e7ersiz \u00e7er\u00e7eve numaras\u0131. %min% ile %max% aras\u0131nda bir say\u0131 olmal\u0131d\u0131r. - - - - -error.text.invalid.continue = Ge\u00e7ersiz metin: %line% sat\u0131r \u00fczerinde %text%. Devam etmek istiyor musunuz? - +preview.nextframe=Sonraki \u00e7er\u00e7eve +preview.prevframe=\u00d6nceki \u00e7er\u00e7eve +preview.gotoframe=\u00c7er\u00e7eveye git ... +preview.gotoframe.dialog.title=\u00c7er\u00e7eveye git +preview.gotoframe.dialog.message=\u00c7er\u00e7eve numaras\u0131n\u0131 girin (%min% - %max%) +preview.gotoframe.dialog.frame.error=Ge\u00e7ersiz \u00e7er\u00e7eve numaras\u0131. %min% ile %max% aras\u0131nda bir say\u0131 olmal\u0131d\u0131r. +error.text.invalid.continue=Ge\u00e7ersiz metin: %line% sat\u0131r \u00fczerinde %text%. Devam etmek istiyor musunuz? #after version 4.0.5 - - - -contextmenu.copyTag = Etiketi \u015furaya kopyala -fit = uydur -button.setAdvanceValues = Geli\u015fmi\u015f de\u011ferleri ayarla - - - - -menu.tools.replace = Metin De\u011fi\u015ftir - - - - -message.confirm.close = Kaydedilmemi\u015f de\u011fi\u015fiklikler var. Ger\u00e7ekten {swfName} dosyas\u0131n\u0131 kapatmak istiyor musunuz? -message.confirm.closeAll = Kaydedilmemi\u015f de\u011fi\u015fiklikler var. Ger\u00e7ekten t\u00fcm SWF'leri kapatmak istiyor musunuz? - - - - -contextmenu.exportJavaSource = Java Kayna\u011f\u0131n\u0131 D\u0131\u015fa Aktar -contextmenu.exportSwfXml = SWF'i XML Olarak D\u0131\u015fa Aktar -contextmenu.importSwfXml = SWF XML'i \u0130\u00e7e Aktar - - - - -filter.xml = XML - +contextmenu.copyTag=Etiketi \u015furaya kopyala +fit=uydur +button.setAdvanceValues=Geli\u015fmi\u015f de\u011ferleri ayarla +menu.tools.replace=Metin De\u011fi\u015ftir +message.confirm.close=Kaydedilmemi\u015f de\u011fi\u015fiklikler var. Ger\u00e7ekten {swfName} dosyas\u0131n\u0131 kapatmak istiyor musunuz? +message.confirm.closeAll=Kaydedilmemi\u015f de\u011fi\u015fiklikler var. Ger\u00e7ekten t\u00fcm SWF'leri kapatmak istiyor musunuz? +contextmenu.exportJavaSource=Java Kayna\u011f\u0131n\u0131 D\u0131\u015fa Aktar +contextmenu.exportSwfXml=SWF'i XML Olarak D\u0131\u015fa Aktar +contextmenu.importSwfXml=SWF XML'i \u0130\u00e7e Aktar +filter.xml=XML #after version 4.1.0 - - - -contextmenu.undo = Geri al - - - - -text.align.left = Sola hizala -text.align.right = Sa\u011fa hizala -text.align.center = Merkeze hizala -text.align.justify = Yaslamay\u0131 hizala - - - - -text.undo = De\u011fi\u015fiklikleri geri al - - - - -menu.file.import.xml = SWF XML'i \u0130\u00e7e Aktar -menu.file.export.xml = SWF XML'i D\u0131\u015fa Aktar - +contextmenu.undo=Geri al +text.align.left=Sola hizala +text.align.right=Sa\u011fa hizala +text.align.center=Merkeze hizala +text.align.justify=Yaslamay\u0131 hizala +text.undo=De\u011fi\u015fiklikleri geri al +menu.file.import.xml=SWF XML'i \u0130\u00e7e Aktar +menu.file.export.xml=SWF XML'i D\u0131\u015fa Aktar #after version 4.1.1 - - - -text.align.translatex.decrease = TranslateX'i azalt -text.align.translatex.increase = TranslateX'i art\u0131r -selectPreviousTag = \u00d6nceki etiketi se\u00e7 -selectNextTag = Sonraki etiketi se\u00e7 -button.ignoreAll = T\u00fcm\u00fcn\u00fc Yoksay -menu.file.import.symbolClass = Sembol S\u0131n\u0131f\u0131n\u0131 \u0130\u00e7e Aktar -text.toggleCase = B\u00fcy\u00fck/k\u00fc\u00e7\u00fck harf de\u011fi\u015ftir - +text.align.translatex.decrease=TranslateX'i azalt +text.align.translatex.increase=TranslateX'i art\u0131r +selectPreviousTag=\u00d6nceki etiketi se\u00e7 +selectNextTag=Sonraki etiketi se\u00e7 +button.ignoreAll=T\u00fcm\u00fcn\u00fc Yoksay +menu.file.import.symbolClass=Sembol S\u0131n\u0131f\u0131n\u0131 \u0130\u00e7e Aktar +text.toggleCase=B\u00fcy\u00fck/k\u00fc\u00e7\u00fck harf de\u011fi\u015ftir #after version 5.0.2 - - - -preview.loop = D\u00f6ng\u00fc -menu.file.import.script = Komut dosyalar\u0131n\u0131 i\u00e7e aktar -contextmenu.copyTagWithDependencies = Ba\u011f\u0131ml\u0131l\u0131klar\u0131 olan etiketi \u015furaya kopyala -button.replaceWithTag = Di\u011fer karakter etiketi ile de\u011fi\u015ftir -button.resolveConstants = Sabitleri \u00e7\u00f6z - +preview.loop=D\u00f6ng\u00fc +menu.file.import.script=Komut dosyalar\u0131n\u0131 i\u00e7e aktar +contextmenu.copyTagWithDependencies=Ba\u011f\u0131ml\u0131l\u0131klar\u0131 olan etiketi \u015furaya kopyala +button.replaceWithTag=Di\u011fer karakter etiketi ile de\u011fi\u015ftir +button.resolveConstants=Sabitleri \u00e7\u00f6z #after version 5.1.0 - - - -button.viewConstants = Sabitleri G\u00f6r\u00fcnt\u00fcle -work.exported = D\u0131\u015fa aktar\u0131ld\u0131 -button.replaceAlphaChannel = Alfa kanal\u0131n\u0131 de\u011fi\u015ftir... - - - - -tagInfo.header.name = \u0130sim -tagInfo.header.value = De\u011fer -tagInfo.tagType = Etiket T\u00fcr\u00fc -tagInfo.characterId = Karakter Kimli\u011fi -tagInfo.offset = Ofset -tagInfo.length = Uzunluk -tagInfo.bounds = S\u0131n\u0131rlar -tagInfo.width = Geni\u015flik -tagInfo.height = Y\u00fckseklik -tagInfo.neededCharacters = Gerekli Karakterler - - - - -button.viewhexpcode = Talimatlar\u0131 ile Onalt\u0131l\u0131\u011f\u0131 g\u00f6r\u00fcnt\u00fcle -taginfo.header = Temel etiket bilgisi - - - - -tagInfo.dependentCharacters = Ba\u011f\u0131ml\u0131 Karakterler - +button.viewConstants=Sabitleri G\u00f6r\u00fcnt\u00fcle +work.exported=D\u0131\u015fa aktar\u0131ld\u0131 +button.replaceAlphaChannel=Alfa kanal\u0131n\u0131 de\u011fi\u015ftir... +tagInfo.header.name=\u0130sim +tagInfo.header.value=De\u011fer +tagInfo.tagType=Etiket T\u00fcr\u00fc +tagInfo.characterId=Karakter Kimli\u011fi +tagInfo.offset=Ofset +tagInfo.length=Uzunluk +tagInfo.bounds=S\u0131n\u0131rlar +tagInfo.width=Geni\u015flik +tagInfo.height=Y\u00fckseklik +tagInfo.neededCharacters=Gerekli Karakterler +button.viewhexpcode=Talimatlar\u0131 ile Onalt\u0131l\u0131\u011f\u0131 g\u00f6r\u00fcnt\u00fcle +taginfo.header=Temel etiket bilgisi +tagInfo.dependentCharacters=Ba\u011f\u0131ml\u0131 Karakterler #after version 5.3.0 - - - -header.uncompressed = S\u0131k\u0131\u015ft\u0131r\u0131lmam\u0131\u015f -header.warning.unsupportedGfxCompression = GFX yaln\u0131zca s\u0131k\u0131\u015ft\u0131r\u0131lmam\u0131\u015f veya Zlib s\u0131k\u0131\u015ft\u0131r\u0131lm\u0131\u015f i\u00e7eri\u011fi destekler. -header.warning.minimumZlibVersion = Zlib s\u0131k\u0131\u015ft\u0131rmas\u0131 i\u00e7in SWF s\u00fcr\u00fcm 6 veya \u00fcst\u00fc gerekir. -header.warning.minimumLzmaVersion = LZMA s\u0131k\u0131\u015ft\u0131rmas\u0131 i\u00e7in SWF s\u00fcr\u00fcm 13 veya \u00fcst\u00fc gerekir. - - - - -tagInfo.codecName = Kodek \u0130smi -tagInfo.exportFormat = D\u0131\u015fa Aktarma Bi\u00e7imi -tagInfo.samplingRate = \u00d6rnekleme Oran\u0131 -tagInfo.stereo = Stereo -tagInfo.sampleCount = \u00d6rnek Say\u0131s\u0131 - - - - -filter.dmg = Mac Y\u00fcr\u00fct\u00fclebilir dosyalar\u0131 (*.dmg) -filter.linuxExe = Linux Y\u00fcr\u00fct\u00fclebilir dosyalar\u0131 - - - - -import.script.result = %count% komut dosyas\u0131 i\u00e7e aktar\u0131ld\u0131. -import.script.as12warning = \u0130\u00e7e aktarma komut dosyas\u0131 yaln\u0131zca AS1/2 komut dosyalar\u0131n\u0131 i\u00e7e aktarabilir. - - - - -error.constantPoolTooBig = Sabit havuz \u00e7ok b\u00fcy\u00fck.dizin=%indeks%, boyut=%size% -error.image.alpha.invalid = Ge\u00e7ersiz alfa kanal\u0131 verileri. - +header.uncompressed=S\u0131k\u0131\u015ft\u0131r\u0131lmam\u0131\u015f +header.warning.unsupportedGfxCompression=GFX yaln\u0131zca s\u0131k\u0131\u015ft\u0131r\u0131lmam\u0131\u015f veya Zlib s\u0131k\u0131\u015ft\u0131r\u0131lm\u0131\u015f i\u00e7eri\u011fi destekler. +header.warning.minimumZlibVersion=Zlib s\u0131k\u0131\u015ft\u0131rmas\u0131 i\u00e7in SWF s\u00fcr\u00fcm 6 veya \u00fcst\u00fc gerekir. +header.warning.minimumLzmaVersion=LZMA s\u0131k\u0131\u015ft\u0131rmas\u0131 i\u00e7in SWF s\u00fcr\u00fcm 13 veya \u00fcst\u00fc gerekir. +tagInfo.codecName=Kodek \u0130smi +tagInfo.exportFormat=D\u0131\u015fa Aktarma Bi\u00e7imi +tagInfo.samplingRate=\u00d6rnekleme Oran\u0131 +tagInfo.stereo=Stereo +tagInfo.sampleCount=\u00d6rnek Say\u0131s\u0131 +filter.dmg=Mac Y\u00fcr\u00fct\u00fclebilir dosyalar\u0131 (*.dmg) +filter.linuxExe=Linux Y\u00fcr\u00fct\u00fclebilir dosyalar\u0131 +import.script.result=%count% komut dosyas\u0131 i\u00e7e aktar\u0131ld\u0131. +import.script.as12warning=\u0130\u00e7e aktarma komut dosyas\u0131 yaln\u0131zca AS1/2 komut dosyalar\u0131n\u0131 i\u00e7e aktarabilir. +error.constantPoolTooBig=Sabit havuz \u00e7ok b\u00fcy\u00fck.dizin=%indeks%, boyut=%size% +error.image.alpha.invalid=Ge\u00e7ersiz alfa kanal\u0131 verileri. #after version 6.0.2 - - - -contextmenu.saveUncompressedToFile = S\u0131k\u0131\u015ft\u0131r\u0131lmam\u0131\u015f Dosyaya Kaydet -menu.settings.autoOpenLoadedSWFs = Oynat\u0131rken y\u00fcklenen SWF'leri a\u00e7 - +contextmenu.saveUncompressedToFile=S\u0131k\u0131\u015ft\u0131r\u0131lmam\u0131\u015f Dosyaya Kaydet +menu.settings.autoOpenLoadedSWFs=Oynat\u0131rken y\u00fcklenen SWF'leri a\u00e7 #after version 6.1.1 - - - -menu.file.start = Ba\u015flat -menu.file.start.run = \u00c7al\u0131\u015ft\u0131r -menu.file.start.stop = Durdur -menu.file.start.debug = Hata ay\u0131kla -menu.debugging = Hata ay\u0131klan\u0131yor -menu.debugging.debug = Hata ay\u0131kla -menu.debugging.debug.stop = Durdur -menu.debugging.debug.pause = Duraklat -menu.debugging.debug.stepOver = Ad\u0131m at -menu.debugging.debug.stepInto = \u0130\u00e7ine ad\u0131m at -menu.debugging.debug.stepOut = D\u0131\u015far\u0131 ad\u0131m at -menu.debugging.debug.continue = Devam et -menu.debugging.debug.stack = Y\u0131\u011f\u0131n... -menu.debugging.debug.watch = Yeni izle... - - - - -message.playerpath.notset = Flash Player projekt\u00f6r\u00fc bulunamad\u0131. L\u00fctfen Geli\u015fmi\u015f Ayarlar / Yollar (1) b\u00f6l\u00fcm\u00fcnden yolunu yap\u0131land\u0131r\u0131n. -message.playerpath.debug.notset = Flash Player projekt\u00f6r i\u00e7erik hata ay\u0131klay\u0131c\u0131s\u0131 bulunamad\u0131. L\u00fctfen Geli\u015fmi\u015f Ayarlar / Yollar (2) b\u00f6l\u00fcm\u00fcnden yolunu yap\u0131land\u0131r\u0131n. -message.playerpath.lib.notset = PlayerGlobal (.SWC) bulunamad\u0131. L\u00fctfen Geli\u015fmi\u015f Ayarlar / Yollar (3) b\u00f6l\u00fcm\u00fcnden yolunu yap\u0131land\u0131r\u0131n. - - - - -debugpanel.header = Hata ay\u0131klan\u0131yor - - - - -variables.header.registers = Kay\u0131tlar -variables.header.locals = Yerliler -variables.header.arguments = De\u011fi\u015fkenler -variables.header.scopeChain = Kapsam zinciri -variables.column.name = \u0130sim -variables.column.type = T\u00fcr -variables.column.value = De\u011fer - - - - -callStack.header = \u00c7a\u011fr\u0131 y\u0131\u011f\u0131n\u0131 -callStack.header.file = Dosya -callStack.header.line = Sat\u0131r - - - - -stack.header = Y\u0131\u011f\u0131n -stack.header.item = \u00d6\u011fe - - - - -constantpool.header = Sabit havuz -constantpool.header.id = Kimlik -constantpool.header.value = De\u011fer - - - - -work.running = \u00c7al\u0131\u015f\u0131yor -work.debugging = Hata ay\u0131klan\u0131yor -work.debugging.instrumenting = Hata ay\u0131klama i\u00e7in SWF haz\u0131rlan\u0131yor -work.breakat = Ara ver -work.halted = Hata ay\u0131klama ba\u015flat\u0131ld\u0131, y\u00fcr\u00fctme durduruldu. Kesme noktalar\u0131 ekleyin ve \u00e7al\u0131\u015fmaya devam etmek i\u00e7in Devam et (F5) d\u00fc\u011fmesine t\u0131klay\u0131n. - - - - -debuglog.header = G\u00fcnl\u00fck -debuglog.button.clear = Temizle - +menu.file.start=Ba\u015flat +menu.file.start.run=\u00c7al\u0131\u015ft\u0131r +menu.file.start.stop=Durdur +menu.file.start.debug=Hata ay\u0131kla +menu.debugging=Hata ay\u0131klan\u0131yor +menu.debugging.debug=Hata ay\u0131kla +menu.debugging.debug.stop=Durdur +menu.debugging.debug.pause=Duraklat +menu.debugging.debug.stepOver=Ad\u0131m at +menu.debugging.debug.stepInto=\u0130\u00e7ine ad\u0131m at +menu.debugging.debug.stepOut=D\u0131\u015far\u0131 ad\u0131m at +menu.debugging.debug.continue=Devam et +menu.debugging.debug.stack=Y\u0131\u011f\u0131n... +menu.debugging.debug.watch=Yeni izle... +message.playerpath.notset=Flash Player projekt\u00f6r\u00fc bulunamad\u0131. L\u00fctfen Geli\u015fmi\u015f Ayarlar / Yollar (1) b\u00f6l\u00fcm\u00fcnden yolunu yap\u0131land\u0131r\u0131n. +message.playerpath.debug.notset=Flash Player projekt\u00f6r i\u00e7erik hata ay\u0131klay\u0131c\u0131s\u0131 bulunamad\u0131. L\u00fctfen Geli\u015fmi\u015f Ayarlar / Yollar (2) b\u00f6l\u00fcm\u00fcnden yolunu yap\u0131land\u0131r\u0131n. +message.playerpath.lib.notset=PlayerGlobal (.SWC) bulunamad\u0131. L\u00fctfen Geli\u015fmi\u015f Ayarlar / Yollar (3) b\u00f6l\u00fcm\u00fcnden yolunu yap\u0131land\u0131r\u0131n. +debugpanel.header=Hata ay\u0131klan\u0131yor +variables.header.registers=Kay\u0131tlar +variables.header.locals=Yerliler +variables.header.arguments=De\u011fi\u015fkenler +variables.header.scopeChain=Kapsam zinciri +variables.column.name=\u0130sim +variables.column.type=T\u00fcr +variables.column.value=De\u011fer +callStack.header=\u00c7a\u011fr\u0131 y\u0131\u011f\u0131n\u0131 +callStack.header.file=Dosya +callStack.header.line=Sat\u0131r +stack.header=Y\u0131\u011f\u0131n +stack.header.item=\u00d6\u011fe +constantpool.header=Sabit havuz +constantpool.header.id=Kimlik +constantpool.header.value=De\u011fer +work.running=\u00c7al\u0131\u015f\u0131yor +work.debugging=Hata ay\u0131klan\u0131yor +work.debugging.instrumenting=Hata ay\u0131klama i\u00e7in SWF haz\u0131rlan\u0131yor +work.breakat=Ara ver +work.halted=Hata ay\u0131klama ba\u015flat\u0131ld\u0131, y\u00fcr\u00fctme durduruldu. Kesme noktalar\u0131 ekleyin ve \u00e7al\u0131\u015fmaya devam etmek i\u00e7in Devam et (F5) d\u00fc\u011fmesine t\u0131klay\u0131n. +debuglog.header=G\u00fcnl\u00fck +debuglog.button.clear=Temizle #after 7.0.1 - - - -work.debugging.wait = Flash hata ay\u0131klama projekt\u00f6r\u00fcn\u00fcn ba\u011flanmas\u0131 bekleniyor - - - - -error.debug.listen = %port% ba\u011flant\u0131 noktas\u0131nda dinlenemiyor. \u00c7al\u0131\u015fan ba\u015fka bir flash hata ay\u0131klay\u0131c\u0131 olabilir. - - - - -debug.break.reason.unknown = (Bilinmeyen) -debug.break.reason.breakpoint = (Kesme noktas\u0131) -debug.break.reason.watch = (\u0130zle) -debug.break.reason.fault = (Ar\u0131za) -debug.break.reason.stopRequest = (Durdurma iste\u011fi) -debug.break.reason.step = (Ad\u0131m) -debug.break.reason.halt = (Dur) -debug.break.reason.scriptLoaded = (Komut dosyas\u0131 y\u00fcklendi)) - - - - -menu.file.start.debugpcode = Hata ay\u0131klama P kodu - +work.debugging.wait=Flash hata ay\u0131klama projekt\u00f6r\u00fcn\u00fcn ba\u011flanmas\u0131 bekleniyor +error.debug.listen=%port% ba\u011flant\u0131 noktas\u0131nda dinlenemiyor. \u00c7al\u0131\u015fan ba\u015fka bir flash hata ay\u0131klay\u0131c\u0131 olabilir. +debug.break.reason.unknown=(Bilinmeyen) +debug.break.reason.breakpoint=(Kesme noktas\u0131) +debug.break.reason.watch=(\u0130zle) +debug.break.reason.fault=(Ar\u0131za) +debug.break.reason.stopRequest=(Durdurma iste\u011fi) +debug.break.reason.step=(Ad\u0131m) +debug.break.reason.halt=(Dur) +debug.break.reason.scriptLoaded=(Komut dosyas\u0131 y\u00fcklendi)) +menu.file.start.debugpcode=Hata ay\u0131klama P kodu #after 7.1.2 - - - -button.replaceNoFill = De\u011fi\u015ftir - s\u0131n\u0131rlar\u0131 g\u00fcncelle ... -message.warning.svgImportExperimental = T\u00fcm SVG \u00f6zellikleri desteklenmez. L\u00fctfen i\u00e7e aktard\u0131ktan sonra g\u00fcnl\u00fc\u011f\u00fc kontrol edin. - - - - -message.imported.swf = SWF dosyas\u0131 i\u00e7e aktar\u0131lan bir SWF dosyas\u0131ndaki varl\u0131klar\u0131 kullan\u0131yor:\n%url%\nVarl\u0131klar\u0131n bu URL'den y\u00fcklenmesini istiyor musunuz? -message.imported.swf.manually = \u0130\u00e7e aktar\u0131lan SWF y\u00fcklenemiyor\n%url%\nDosya veya URL mevcut de\u011fil.\nYerel dosya se\u00e7mek istiyor musunuz? - - - - -message.warning.hexViewNotUpToDate = Hex View g\u00fcncel de\u011fil. Hex View'i g\u00fcncellemek i\u00e7in l\u00fctfen dosyay\u0131 kaydedin ve yeniden y\u00fckleyin. -message.font.replace.updateTexts = Baz\u0131 karakterler de\u011fi\u015ftirildi. Mevcut metinleri g\u00fcncellemek istiyor musunuz? - - - - -menu.settings.simplifyExpressions = \u0130fadeleri sadele\u015ftir - +button.replaceNoFill=De\u011fi\u015ftir - s\u0131n\u0131rlar\u0131 g\u00fcncelle ... +message.warning.svgImportExperimental=T\u00fcm SVG \u00f6zellikleri desteklenmez. L\u00fctfen i\u00e7e aktard\u0131ktan sonra g\u00fcnl\u00fc\u011f\u00fc kontrol edin. +message.imported.swf=SWF dosyas\u0131 i\u00e7e aktar\u0131lan bir SWF dosyas\u0131ndaki varl\u0131klar\u0131 kullan\u0131yor:\n%url%\nVarl\u0131klar\u0131n bu URL'den y\u00fcklenmesini istiyor musunuz? +message.imported.swf.manually=\u0130\u00e7e aktar\u0131lan SWF y\u00fcklenemiyor\n%url%\nDosya veya URL mevcut de\u011fil.\nYerel dosya se\u00e7mek istiyor musunuz? +message.warning.hexViewNotUpToDate=Hex View g\u00fcncel de\u011fil. Hex View'i g\u00fcncellemek i\u00e7in l\u00fctfen dosyay\u0131 kaydedin ve yeniden y\u00fckleyin. +message.font.replace.updateTexts=Baz\u0131 karakterler de\u011fi\u015ftirildi. Mevcut metinleri g\u00fcncellemek istiyor musunuz? +menu.settings.simplifyExpressions=\u0130fadeleri sadele\u015ftir #after 8.0.1 - - - -menu.recentFiles.empty = Son dosya listesi bo\u015f -message.warning.outOfMemory32BitJre = OutOfMemory hatas\u0131 olu\u015ftu. 64bit sistemde 32bit Java \u00e7al\u0131\u015ft\u0131r\u0131yorsunuz. L\u00fctfen 64bit Java kullan\u0131n. - - - - -menu.file.reloadAll = T\u00fcm\u00fcn\u00fc yeniden y\u00fckle -message.confirm.reloadAll = Bu eylem t\u00fcm SWF dosyalar\u0131ndaki kaydedilmemi\u015f t\u00fcm de\u011fi\u015fiklikleri iptal eder ve t\u00fcm uygulamay\u0131 yeniden y\u00fckler.\nDevam etmek istiyor musunuz? -export.script.singleFilePallelModeWarning = Paralel h\u0131zland\u0131rma etkinle\u015ftirildi\u011finde tek dosya komut dosyas\u0131 d\u0131\u015fa aktar\u0131m\u0131 desteklenmez - - - - -button.showOriginalBytesInPcodeHex = Orijinal baytlar\u0131 g\u00f6ster -button.remove = Kald\u0131r -button.showFileOffsetInPcodeHex = Dosya ofsetini g\u00f6ster - - - - -generic.editor.amf3.title = AMF3 d\u00fczenleyici -generic.editor.amf3.help = AMF3 de\u011feri s\u00f6zdizimi:\n\ +menu.recentFiles.empty=Son dosya listesi bo\u015f +message.warning.outOfMemory32BitJre=OutOfMemory hatas\u0131 olu\u015ftu. 64bit sistemde 32bit Java \u00e7al\u0131\u015ft\u0131r\u0131yorsunuz. L\u00fctfen 64bit Java kullan\u0131n. +menu.file.reloadAll=T\u00fcm\u00fcn\u00fc yeniden y\u00fckle +message.confirm.reloadAll=Bu eylem t\u00fcm SWF dosyalar\u0131ndaki kaydedilmemi\u015f t\u00fcm de\u011fi\u015fiklikleri iptal eder ve t\u00fcm uygulamay\u0131 yeniden y\u00fckler.\nDevam etmek istiyor musunuz? +export.script.singleFilePallelModeWarning=Paralel h\u0131zland\u0131rma etkinle\u015ftirildi\u011finde tek dosya komut dosyas\u0131 d\u0131\u015fa aktar\u0131m\u0131 desteklenmez +button.showOriginalBytesInPcodeHex=Orijinal baytlar\u0131 g\u00f6ster +button.remove=Kald\u0131r +button.showFileOffsetInPcodeHex=Dosya ofsetini g\u00f6ster +generic.editor.amf3.title=AMF3 d\u00fczenleyici +generic.editor.amf3.help=AMF3 de\u011feri s\u00f6zdizimi:\n\ ------------------\n\ \u00f6l\u00e7ek t\u00fcrleri:\n\ %scalar_samples%\ @@ -1178,344 +576,298 @@ generic.editor.amf3.help = AMF3 de\u011feri s\u00f6zdizimi:\n\ * \u00d6l\u00e7eksiz veri tiplerine # s\u00f6zdizimi ile \u00f6nceden bildirilen "id" \u00f6znitelikleri taraf\u0131ndan ba\u015fvurulabilir:\n\ %reference_sample%\n\ * S\u00f6zl\u00fck giri\u015flerindeki anahtarlar herhangi bir t\u00fcrde olabilir\n - - - -contextmenu.showInResources = Kaynaklarda G\u00f6ster -message.flexpath.notset = Flex SDK bulunamad\u0131. L\u00fctfen Geli\u015fmi\u015f Ayarlar / Yollar (4) b\u00f6l\u00fcm\u00fcnde yolunu yap\u0131land\u0131r\u0131n. - - +contextmenu.showInResources=Kaynaklarda G\u00f6ster +message.flexpath.notset=Flex SDK bulunamad\u0131. L\u00fctfen Geli\u015fmi\u015f Ayarlar / Yollar (4) b\u00f6l\u00fcm\u00fcnde yolunu yap\u0131land\u0131r\u0131n. #add after panel.disassembled string - - - -abc.detail.split = : -abc.detail.trait = \u00d6zellik - %trait_type% -abc.detail.trait.method = Y\u00f6ntem -abc.detail.trait.getter = Al\u0131c\u0131 -abc.detail.trait.setter = Ayarlay\u0131c\u0131 -abc.detail.trait.slot = Yuva -abc.detail.trait.const = Sabit -abc.detail.trait.class = S\u0131n\u0131f -abc.detail.trait.function = \u0130\u015flev - - - - -abc.detail.specialmethod = \u00d6zel y\u00f6ntem - %specialmethod_type% -abc.detail.specialmethod.scriptinitializer = Komut dosyas\u0131 ba\u015flat\u0131c\u0131 -abc.detail.specialmethod.classinitializer = S\u0131n\u0131f ba\u015flat\u0131c\u0131 -abc.detail.specialmethod.instanceinitializer = \u00d6rnek ba\u015flat\u0131c\u0131 -abc.detail.innerfunction = \u0130\u00e7 i\u015flev - - - - -button.edit.script.decompiled = ActionScript d\u00fczenle -button.edit.script.disassembled = P kodu d\u00fczenle - - - - -debug.watch.add = \u0130zlemeyi %name% i\u00e7in ekle -debug.watch.add.read = Oku -debug.watch.add.write = Yaz -debug.watch.add.readwrite = Oku+yaz- - - - - -error.debug.watch.add = Bu de\u011fi\u015fkene izleme eklenemez. - - - - -variables.column.scope = Kapsam -variables.column.flags = Bayraklar -variables.column.trait = \u00d6zellik - - - - -message.font.setadvancevalues = Bu i\u015flem, bu etiket i\u00e7indeki T\u00dcM karakterlerin ilerlemesini se\u00e7ilen yaz\u0131 tipi kayna\u011f\u0131 ilerlemelerine ayarlayacakt\u0131r. - - - - -menu.tools.deobfuscation.renameColliding = Z\u0131t d\u00fc\u015fen \u00f6zellikleri/s\u0131n\u0131flar\u0131 yeniden adland\u0131r - - - - -filter.iggy = Iggy dosyalar\u0131 (*.iggy) - +abc.detail.split=: +abc.detail.trait=\u00d6zellik - %trait_type% +abc.detail.trait.method=Y\u00f6ntem +abc.detail.trait.getter=Al\u0131c\u0131 +abc.detail.trait.setter=Ayarlay\u0131c\u0131 +abc.detail.trait.slot=Yuva +abc.detail.trait.const=Sabit +abc.detail.trait.class=S\u0131n\u0131f +abc.detail.trait.function=\u0130\u015flev +abc.detail.specialmethod=\u00d6zel y\u00f6ntem - %specialmethod_type% +abc.detail.specialmethod.scriptinitializer=Komut dosyas\u0131 ba\u015flat\u0131c\u0131 +abc.detail.specialmethod.classinitializer=S\u0131n\u0131f ba\u015flat\u0131c\u0131 +abc.detail.specialmethod.instanceinitializer=\u00d6rnek ba\u015flat\u0131c\u0131 +abc.detail.innerfunction=\u0130\u00e7 i\u015flev +button.edit.script.decompiled=ActionScript d\u00fczenle +button.edit.script.disassembled=P kodu d\u00fczenle +debug.watch.add=\u0130zlemeyi %name% i\u00e7in ekle +debug.watch.add.read=Oku +debug.watch.add.write=Yaz +debug.watch.add.readwrite=Oku+yaz- +error.debug.watch.add=Bu de\u011fi\u015fkene izleme eklenemez. +variables.column.scope=Kapsam +variables.column.flags=Bayraklar +variables.column.trait=\u00d6zellik +message.font.setadvancevalues=Bu i\u015flem, bu etiket i\u00e7indeki T\u00dcM karakterlerin ilerlemesini se\u00e7ilen yaz\u0131 tipi kayna\u011f\u0131 ilerlemelerine ayarlayacakt\u0131r. +menu.tools.deobfuscation.renameColliding=Z\u0131t d\u00fc\u015fen \u00f6zellikleri/s\u0131n\u0131flar\u0131 yeniden adland\u0131r +filter.iggy=Iggy dosyalar\u0131 (*.iggy) #after 11.1.0 - - - -script.seemsBroken = UYARI: Kod ayr\u0131\u015ft\u0131rmas\u0131 \u00a7\u00a7 talimatlar\u0131n\u0131 i\u00e7erir. \ +script.seemsBroken=UYARI: Kod ayr\u0131\u015ft\u0131rmas\u0131 \u00a7\u00a7 talimatlar\u0131n\u0131 i\u00e7erir. \ Buna genellikle bir a\u00e7\u0131\u011fa \u00e7\u0131karma neden olur (Bkz. Ayarlar/Otomatik kod a\u00e7\u0131\u011fa \u00e7\u0131karma)\ veya kullan\u0131lan standart olmayan bir derleyici (Haxe, vb.). #after 13.0.3 -button.removetrait = \u00d6zellik kald\u0131r -message.confirm.removetrait = Se\u00e7ilen \u00f6zelli\u011fi ger\u00e7ekten kald\u0131rmak istiyor musunuz? -contextmenu.addScript = Komut dosyas\u0131 ekle -contextmenu.addClass = S\u0131n\u0131f ekle -contextmenu.removeScript = Komut dosyas\u0131n\u0131 kald\u0131r -message.confirm.remove.nodep = %item%'i kald\u0131rmak istedi\u011finizden emin misiniz? - -message.confirm.removemultiple.nodep = %count% \u00f6\u011feyi kald\u0131rmak istedi\u011finizden emin misiniz? -menu.recentSearches = Ge\u00e7erli dosya i\u00e7in son aramalar -menu.recentSearches.empty = Son aramalar listesi bo\u015f +button.removetrait=\u00d6zellik kald\u0131r +message.confirm.removetrait=Se\u00e7ilen \u00f6zelli\u011fi ger\u00e7ekten kald\u0131rmak istiyor musunuz? +contextmenu.addScript=Komut dosyas\u0131 ekle +contextmenu.addClass=S\u0131n\u0131f ekle +contextmenu.removeScript=Komut dosyas\u0131n\u0131 kald\u0131r +message.confirm.remove.nodep=%item%'i kald\u0131rmak istedi\u011finizden emin misiniz? +message.confirm.removemultiple.nodep=%count% \u00f6\u011feyi kald\u0131rmak istedi\u011finizden emin misiniz? +menu.recentSearches=Ge\u00e7erli dosya i\u00e7in son aramalar +menu.recentSearches.empty=Son aramalar listesi bo\u015f #after 14.1.0 -menu.tools.otherTools.clearRecentSearches = T\u00fcm son aramalar\u0131 temizle -menu.recentSearches.clear = arama sonu\u00e7lar\u0131n\u0131 temizle -message.confirm.recentSearches.clear = Ge\u00e7erli dosya i\u00e7in son aramalar\u0131 ger\u00e7ekten silmek istiyor musunuz? -message.input.gotoCharacter.title = Karaktere git -message.input.gotoCharacter = Karakter kimli\u011fini gir -message.character.notfound = %characterid% karakteri bulunamad\u0131. -FileChooser.preview = \u00d6nizleme -FileChooser.previewNotAvailable = (\u00f6nizleme mevcut de\u011fil) +menu.tools.otherTools.clearRecentSearches=T\u00fcm son aramalar\u0131 temizle +menu.recentSearches.clear=arama sonu\u00e7lar\u0131n\u0131 temizle +message.confirm.recentSearches.clear=Ge\u00e7erli dosya i\u00e7in son aramalar\u0131 ger\u00e7ekten silmek istiyor musunuz? +message.input.gotoCharacter.title=Karaktere git +message.input.gotoCharacter=Karakter kimli\u011fini gir +message.character.notfound=%characterid% karakteri bulunamad\u0131. +FileChooser.preview=\u00d6nizleme +FileChooser.previewNotAvailable=(\u00f6nizleme mevcut de\u011fil) #after 14.2.1 -button.freetransform = Serbest d\u00f6n\u00fc\u015f\u00fcm +button.freetransform=Serbest d\u00f6n\u00fc\u015f\u00fcm #after 14.3.1 -error.outOfMemory.title = Hata - bellek yetersiz -error.outOfMemory = Derleyicinin belle\u011fi doldu. Ge\u00e7erli maksimum Java Heap boyutu %maxheap% olarak ayarland\u0131. -error.outOfMemory.windows = Uygulamay\u0131 "ffdec.exe" ile \u00e7al\u0131\u015ft\u0131rd\u0131\u011f\u0131n\u0131zda maksimum kullan\u0131labilir de\u011fere ayarlan\u0131r.\nUygulamay\u0131 "ffdec.bat" ile \u00e7al\u0131\u015ft\u0131r\u0131rsan\u0131z, bu dosyada manuel olarak daha y\u00fcksek bir de\u011fere yap\u0131land\u0131rabilirsiniz. -error.outOfMemory.unixmac = "ffdec.sh" dosyas\u0131n\u0131 d\u00fczenleyerek bu maksimum de\u011feri art\u0131rabilirsiniz. -error.outOfMemory.64bit = Yakla\u015f\u0131k 1GB'tan daha fazla bellek kullanmak i\u00e7in 64 bit i\u015fletim sistemine ve 64 bit Java'ya ihtiyac\u0131n\u0131z var. -error.outOfMemory.32BitJreOn64bitOs = UYARI: 64bit sistem \u00fczerinde 32bit Java \u00e7al\u0131\u015ft\u0131r\u0131yorsunuz. L\u00fctfen 64bit Java kullan\u0131n. -notavailable.internalviewer = Bu nesnenin \u00f6nizlemesi yaln\u0131zca Flash ActiveX bile\u015feni arac\u0131l\u0131\u011f\u0131yla kullan\u0131labilir.\n \ +error.outOfMemory.title=Hata - bellek yetersiz +error.outOfMemory=Derleyicinin belle\u011fi doldu. Ge\u00e7erli maksimum Java Heap boyutu %maxheap% olarak ayarland\u0131. +error.outOfMemory.windows=Uygulamay\u0131 "ffdec.exe" ile \u00e7al\u0131\u015ft\u0131rd\u0131\u011f\u0131n\u0131zda maksimum kullan\u0131labilir de\u011fere ayarlan\u0131r.\nUygulamay\u0131 "ffdec.bat" ile \u00e7al\u0131\u015ft\u0131r\u0131rsan\u0131z, bu dosyada manuel olarak daha y\u00fcksek bir de\u011fere yap\u0131land\u0131rabilirsiniz. +error.outOfMemory.unixmac="ffdec.sh" dosyas\u0131n\u0131 d\u00fczenleyerek bu maksimum de\u011feri art\u0131rabilirsiniz. +error.outOfMemory.64bit=Yakla\u015f\u0131k 1GB'tan daha fazla bellek kullanmak i\u00e7in 64 bit i\u015fletim sistemine ve 64 bit Java'ya ihtiyac\u0131n\u0131z var. +error.outOfMemory.32BitJreOn64bitOs=UYARI: 64bit sistem \u00fczerinde 32bit Java \u00e7al\u0131\u015ft\u0131r\u0131yorsunuz. L\u00fctfen 64bit Java kullan\u0131n. +notavailable.internalviewer=Bu nesnenin \u00f6nizlemesi yaln\u0131zca Flash ActiveX bile\u015feni arac\u0131l\u0131\u011f\u0131yla kullan\u0131labilir.\n \ Flash ActiveX kullan\u0131m\u0131n\u0131 kontrol ederek etkinle\u015ftirebilirsiniz\n \ Geli\u015fmi\u015f Ayarlar / Di\u011fer / (Kullan\u0131mdan Kald\u0131r\u0131ld\u0131) Nesnelerin \u00f6nizlemesi i\u00e7in Adobe Flash player kullan\u0131n -notavailable.activex = Flash ActiveX bile\u015feni sisteminizde d\u00fczg\u00fcn \u00e7al\u0131\u015fmad\u0131\u011f\u0131 i\u00e7in bu nesnenin \u00f6nizlemesi kullan\u0131lam\u0131yor.\n \ +notavailable.activex=Flash ActiveX bile\u015feni sisteminizde d\u00fczg\u00fcn \u00e7al\u0131\u015fmad\u0131\u011f\u0131 i\u00e7in bu nesnenin \u00f6nizlemesi kullan\u0131lam\u0131yor.\n \ Adobe, 2021'de deste\u011fi kesti\u011fi i\u00e7in bu olduk\u00e7a yayg\u0131n bir durumdur. -notavailable.activex.disable = Se\u00e7imi kald\u0131rarak dahili g\u00f6r\u00fcnt\u00fcleyiciyi etkinle\u015ftirebilirsiniz\n\ +notavailable.activex.disable=Se\u00e7imi kald\u0131rarak dahili g\u00f6r\u00fcnt\u00fcleyiciyi etkinle\u015ftirebilirsiniz\n\ Geli\u015fmi\u015f Ayarlar / Di\u011fer / (Kullan\u0131mdan Kald\u0131r\u0131ld\u0131) Nesnelerin \u00f6nizlemesi i\u00e7in Adobe Flash player kullan\u0131n\n\ Ancak ne yaz\u0131k ki, bu film etiketleri i\u00e7in i\u015fe yaramaz. #after 14.5.2 -button.showin.flashprojector = Fla\u015f projekt\u00f6rde g\u00f6ster -message.info = Bilgi -message.info.importScripts = Komut dosyalar\u0131n\u0131 i\u00e7e aktar\u0131rken bir KLAS\u00d6R se\u00e7meniz gerekir.\r\n\ +button.showin.flashprojector=Fla\u015f projekt\u00f6rde g\u00f6ster +message.info=Bilgi +message.info.importScripts=Komut dosyalar\u0131n\u0131 i\u00e7e aktar\u0131rken bir KLAS\u00d6R se\u00e7meniz gerekir.\r\n\ Klas\u00f6r "komut dosyalar\u0131" alt klas\u00f6r\u00fcn\u00fc i\u00e7ermeli ve a\u011fac\u0131 mevcut se\u00e7ili SWF'deki mevcut komut dosyas\u0131 a\u011fac\u0131yla e\u015fle\u015fmelidir.\r\n\ Yap\u0131y\u0131 do\u011fru hale getirmenin en iyi yolu, \u00f6nce mevcut SWF dosyas\u0131ndaki komut dosyalar\u0131n\u0131 d\u0131\u015fa aktarmakt\u0131r. \r\n\r\n\ Ayr\u0131ca bu i\u00e7e aktarman\u0131n, FFDec penceresindeki standart AS d\u00fczenlemesindekiyle ayn\u0131 derleyiciyi kulland\u0131\u011f\u0131na dikkat edin (AS3 i\u00e7in Deneysel). -message.info.importTexts = Metni i\u00e7e aktar\u0131rken bir KLAS\u00d6R se\u00e7meniz gerekir.\r\n\ +message.info.importTexts=Metni i\u00e7e aktar\u0131rken bir KLAS\u00d6R se\u00e7meniz gerekir.\r\n\ Klas\u00f6r, "metinler" alt klas\u00f6r\u00fcn\u00fc i\u00e7ermeli ve i\u00e7indeki dosya adlar\u0131, se\u00e7ili ge\u00e7erli SWF'deki mevcut metinlerle e\u015fle\u015fmelidir.\r\n\ Yap\u0131y\u0131 do\u011fru hale getirmenin en iyi yolu, \u00f6nce mevcut SWF dosyas\u0131ndaki metinleri d\u0131\u015fa aktarmakt\u0131r. -message.info.importSymbolClass = Sembol-S\u0131n\u0131f\u0131 i\u00e7e aktar\u0131l\u0131rken, "%file%" dosyas\u0131n\u0131 i\u00e7eren bir KLAS\u00d6R se\u00e7meniz gerekir.\r\n \ +message.info.importSymbolClass=Sembol-S\u0131n\u0131f\u0131 i\u00e7e aktar\u0131l\u0131rken, "%file%" dosyas\u0131n\u0131 i\u00e7eren bir KLAS\u00d6R se\u00e7meniz gerekir.\r\n \ Bu, d\u0131\u015fa aktar\u0131l\u0131rken kullan\u0131lan dosya ad\u0131yla ayn\u0131d\u0131r. -message.info.importXml = XML i\u00e7e aktarma i\u00e7in, \u00f6zel bi\u00e7imde bir XML dosyas\u0131na ihtiyac\u0131n\u0131z vard\u0131r - FFDec'in d\u0131\u015fa aktard\u0131\u011f\u0131 bi\u00e7im.\r\n\ +message.info.importXml=XML i\u00e7e aktarma i\u00e7in, \u00f6zel bi\u00e7imde bir XML dosyas\u0131na ihtiyac\u0131n\u0131z vard\u0131r - FFDec'in d\u0131\u015fa aktard\u0131\u011f\u0131 bi\u00e7im.\r\n\ B\u00f6yle bir XML dosyas\u0131 olu\u015fturman\u0131n en iyi yolu, \u00f6nce XML'i mevcut SWF'den d\u0131\u015fa aktarmakt\u0131r. #after 14.6.0 -tagInfo.dependentFrames = Ba\u011f\u0131ml\u0131 \u00c7er\u00e7eveler +tagInfo.dependentFrames=Ba\u011f\u0131ml\u0131 \u00c7er\u00e7eveler #after 15.0.0 -imagePanel.depth = derinlik: -work.importing_as = Komut dosyas\u0131 i\u00e7e aktar\u0131l\u0131yor -importing_as.finishedin = %time% i\u00e7inde i\u00e7e aktar\u0131ld\u0131 -work.deobfuscating_pcode = P kodu a\u00e7\u0131\u011fa \u00e7\u0131kar\u0131l\u0131yor -work.injecting_debuginfo = Hata ay\u0131klama bilgisi enjekte ediliyor -work.generating_swd = SWD dosyas\u0131 olu\u015fturuluyor +imagePanel.depth=derinlik: +work.importing_as=Komut dosyas\u0131 i\u00e7e aktar\u0131l\u0131yor +importing_as.finishedin=%time% i\u00e7inde i\u00e7e aktar\u0131ld\u0131 +work.deobfuscating_pcode=P kodu a\u00e7\u0131\u011fa \u00e7\u0131kar\u0131l\u0131yor +work.injecting_debuginfo=Hata ay\u0131klama bilgisi enjekte ediliyor +work.generating_swd=SWD dosyas\u0131 olu\u015fturuluyor #after 15.1.1 -button.replaceRefs = Referanslar\u0131 di\u011fer karakter kimli\u011fi ile de\u011fi\u015ftirin -contextmenu.cloneTag = Etiketi klonla -contextmenu.moveTagAround = Etiketi ta\u015f\u0131 -contextmenu.addTagBefore = \u00d6ncesine etiket ekle -contextmenu.addTagAfter = Sonras\u0131na etiket ekle -menu.file.view.tagList = Etiket listesi -contextmenu.showInTagList = Etiket listesinde g\u00f6ster -message.input.addFrames.title = \u00c7er\u00e7eveler ekle -message.input.addFrames.howmany = Ka\u00e7 \u00e7er\u00e7eve eklenece\u011fi -contextmenu.addFramesBefore = \u00d6ncesine \u00e7er\u00e7eve ekle -contextmenu.addFramesAfter = Sonras\u0131na \u00e7er\u00e7eve ekle -contextmenu.addFrames = \u00c7er\u00e7eveler ekle -error.readonly.cannotSave = Dosya KAYDED\u0130LMEYECEKT\u0130R. Bu SWF dosya kayna\u011f\u0131, de\u011fi\u015fikliklerin kaydedilmesine izin vermiyor.\r\n\ +button.replaceRefs=Referanslar\u0131 di\u011fer karakter kimli\u011fi ile de\u011fi\u015ftirin +contextmenu.cloneTag=Etiketi klonla +contextmenu.moveTagAround=Etiketi ta\u015f\u0131 +contextmenu.addTagBefore=\u00d6ncesine etiket ekle +contextmenu.addTagAfter=Sonras\u0131na etiket ekle +menu.file.view.tagList=Etiket listesi +contextmenu.showInTagList=Etiket listesinde g\u00f6ster +message.input.addFrames.title=\u00c7er\u00e7eveler ekle +message.input.addFrames.howmany=Ka\u00e7 \u00e7er\u00e7eve eklenece\u011fi +contextmenu.addFramesBefore=\u00d6ncesine \u00e7er\u00e7eve ekle +contextmenu.addFramesAfter=Sonras\u0131na \u00e7er\u00e7eve ekle +contextmenu.addFrames=\u00c7er\u00e7eveler ekle +error.readonly.cannotSave=Dosya KAYDED\u0130LMEYECEKT\u0130R. Bu SWF dosya kayna\u011f\u0131, de\u011fi\u015fikliklerin kaydedilmesine izin vermiyor.\r\n\ Bu genellikle ikili veri dosyas\u0131n\u0131n veya bilinmeyen uzant\u0131l\u0131 dosyan\u0131n ikili modda y\u00fcklenmesinden kaynaklan\u0131r.\r\n\ Belirli bir SWF dosyas\u0131n\u0131 d\u0131\u015fa aktarmak i\u00e7in l\u00fctfen "Farkl\u0131 Kaydet" komutunu kullan\u0131n. -warning.readonly = "%file%" dosyas\u0131 SADECE OKUMA modunda y\u00fcklendi. \r\n\ +warning.readonly="%file%" dosyas\u0131 SADECE OKUMA modunda y\u00fcklendi. \r\n\ "Farkl\u0131 Kaydet" d\u00fc\u011fmesini kullanmad\u0131\u011f\u0131n\u0131z s\u00fcrece yapt\u0131\u011f\u0131n\u0131z de\u011fi\u015fiklikler kaydedilmeyecektir.\r\n\ Bu genellikle dosyan\u0131n ikili arama modunda a\u00e7\u0131lmas\u0131ndan kaynaklan\u0131r\r\n\ dosya muhtemelen bilinmeyen bir uzant\u0131ya sahip ve bu durumda kaydetme i\u015flemi ger\u00e7ekle\u015ftirilemiyor \u00e7\u00fcnk\u00fc\r\n\ dosya bi\u00e7imi bilinmiyor. #after 16.0.0 -contextmenu.addTagInside = \u0130\u00e7ine etiket ekle -contextmenu.cloneFrame = \u00c7er\u00e7eve klonla -contextmenu.clone = Klon +contextmenu.addTagInside=\u0130\u00e7ine etiket ekle +contextmenu.cloneFrame=\u00c7er\u00e7eve klonla +contextmenu.clone=Klon #after 16.0.4 -error.action.save.valueTooLarge = Kod kaydedilemiyor. FFDecs derleyicisi taraf\u0131ndan olu\u015fturulan bu komut dosyas\u0131n\u0131n ikili g\u00f6sterimi,\r\nizin verilen maksimum\ +error.action.save.valueTooLarge=Kod kaydedilemiyor. FFDecs derleyicisi taraf\u0131ndan olu\u015fturulan bu komut dosyas\u0131n\u0131n ikili g\u00f6sterimi,\r\nizin verilen maksimum\ bayt s\u0131n\u0131r\u0131ndan daha fazla alan gerektirir.\r\nBir i\u015flem etiketinde ka\u00e7 bayt depolanabilece\u011fi konusunda bir s\u0131n\u0131r vard\u0131r.\ ve/veya ActionDefineFunction/2.\r\nKomut dosyas\u0131n\u0131 ve/veya i\u00e7erdi\u011fi i\u015flevleri k\u0131saltmay\u0131 deneyebilir ve tekrar deneyebilirsiniz. -contextmenu.attachTag = Etiket ili\u015ftirin -contextmenu.showInHexDump = Onalt\u0131l\u0131 d\u00f6k\u00fcm\u00fc g\u00f6ster -menu.file.new = Yeni bo\u015f -new.filename = ba\u015fl\u0131ks\u0131z -error.missing.characterTag.single = HATA: Etiket, %tag% karakter etiketini gerektiriyor ancak bu etiketten \u00f6nce tan\u0131mlanmam\u0131\u015f. \ +contextmenu.attachTag=Etiket ili\u015ftirin +contextmenu.showInHexDump=Onalt\u0131l\u0131 d\u00f6k\u00fcm\u00fc g\u00f6ster +menu.file.new=Yeni bo\u015f +new.filename=ba\u015fl\u0131ks\u0131z +error.missing.characterTag.single=HATA: Etiket, %tag% karakter etiketini gerektiriyor ancak bu etiketten \u00f6nce tan\u0131mlanmam\u0131\u015f. \ Bu karakteri tan\u0131mlay\u0131n veya etiketi uygun konuma ta\u015f\u0131yarak etiket s\u0131ras\u0131n\u0131 de\u011fi\u015ftirin. -error.missing.characterTag.multi = HATA: Etiket, %tags% karakter etiketlerini gerektiriyor ancak bu etiketten \u00f6nce tan\u0131mlanmam\u0131\u015flar. \ +error.missing.characterTag.multi=HATA: Etiket, %tags% karakter etiketlerini gerektiriyor ancak bu etiketten \u00f6nce tan\u0131mlanmam\u0131\u015flar. \ Bu karakterleri tan\u0131mlay\u0131n veya etiketleri uygun konuma ta\u015f\u0131yarak etiket s\u0131ras\u0131n\u0131 de\u011fi\u015ftirin. #after 16.1.0 -contextmenu.clipboard = Etiket panosu -contextmenu.cutTag = Etiket panosuna kes -contextmenu.cutTagWithDependencies = Ba\u011f\u0131ml\u0131l\u0131klarla etiket panosuna kes -contextmenu.paste = Yap\u0131\u015ft\u0131r -contextmenu.pasteBefore = \u00d6ncesine yap\u0131\u015ft\u0131r -contextmenu.pasteAfter = Sonras\u0131na yap\u0131\u015ft\u0131r -contextmenu.pasteInside = \u0130\u00e7ine yap\u0131\u015ft\u0131r -menu.file.import.other = Di\u011ferlerini i\u00e7e aktar... -menu.file.import.image = G\u00f6r\u00fcnt\u00fcleri i\u00e7e aktar -message.info.importImages = G\u00f6r\u00fcnt\u00fcleri i\u00e7e aktar\u0131rken bir KLAS\u00d6R se\u00e7meniz gerekir.\r\n \ +contextmenu.clipboard=Etiket panosu +contextmenu.cutTag=Etiket panosuna kes +contextmenu.cutTagWithDependencies=Ba\u011f\u0131ml\u0131l\u0131klarla etiket panosuna kes +contextmenu.paste=Yap\u0131\u015ft\u0131r +contextmenu.pasteBefore=\u00d6ncesine yap\u0131\u015ft\u0131r +contextmenu.pasteAfter=Sonras\u0131na yap\u0131\u015ft\u0131r +contextmenu.pasteInside=\u0130\u00e7ine yap\u0131\u015ft\u0131r +menu.file.import.other=Di\u011ferlerini i\u00e7e aktar... +menu.file.import.image=G\u00f6r\u00fcnt\u00fcleri i\u00e7e aktar +message.info.importImages=G\u00f6r\u00fcnt\u00fcleri i\u00e7e aktar\u0131rken bir KLAS\u00d6R se\u00e7meniz gerekir.\r\n \ Klas\u00f6r "g\u00f6r\u00fcnt\u00fcler" alt klas\u00f6r\u00fcn\u00fc i\u00e7ermeli ve i\u00e7indeki dosya adlar\u0131 mevcut se\u00e7ili SWF'deki mevcut g\u00f6r\u00fcnt\u00fclerle e\u015fle\u015fmelidir.\r\n \ Yap\u0131y\u0131 do\u011fru hale getirmenin en iyi yolu, \u00f6nce mevcut SWF dosyas\u0131ndaki g\u00f6r\u00fcnt\u00fcleri d\u0131\u015fa aktarmakt\u0131r. -work.importing = \u0130\u00e7e aktar\u0131l\u0131yor -import.finishedin = %time% i\u00e7inde i\u00e7e aktar\u0131ld\u0131 -error.import = \u0130\u00e7e aktarma s\u0131ras\u0131nda hata -import.image.result = %count% g\u00f6r\u00fcnt\u00fc i\u00e7e aktar\u0131ld\u0131. -clipboard.hint = Etiket panosundaki \u00f6\u011felerin say\u0131s\u0131 -clipboard.item = 1 \u00f6\u011fe -clipboard.items = %count% \u00f6\u011fe -clipboard.clear = Etiket panosunu temizle +work.importing=\u0130\u00e7e aktar\u0131l\u0131yor +import.finishedin=%time% i\u00e7inde i\u00e7e aktar\u0131ld\u0131 +error.import=\u0130\u00e7e aktarma s\u0131ras\u0131nda hata +import.image.result=%count% g\u00f6r\u00fcnt\u00fc i\u00e7e aktar\u0131ld\u0131. +clipboard.hint=Etiket panosundaki \u00f6\u011felerin say\u0131s\u0131 +clipboard.item=1 \u00f6\u011fe +clipboard.items=%count% \u00f6\u011fe +clipboard.clear=Etiket panosunu temizle #after 16.2.0 -contextmenu.moveTagWithDependencies = Etiketi ba\u011f\u0131ml\u0131l\u0131klarla birlikte \u015furaya ta\u015f\u0131 -contextmenu.moveUp = Yukar\u0131 ta\u015f\u0131 -contextmenu.moveDown = A\u015fa\u011f\u0131 ta\u015f\u0131 -contextmenu.changeCharset = Karakter k\u00fcmesini de\u011fi\u015ftir (Ge\u00e7erli: %charset%) -contextmenu.more = Daha fazlas\u0131... -error.charset.nocharacter = Se\u00e7ilen karakter k\u00fcmesi "%char%" karakterini i\u00e7ermiyor. +contextmenu.moveTagWithDependencies=Etiketi ba\u011f\u0131ml\u0131l\u0131klarla birlikte \u015furaya ta\u015f\u0131 +contextmenu.moveUp=Yukar\u0131 ta\u015f\u0131 +contextmenu.moveDown=A\u015fa\u011f\u0131 ta\u015f\u0131 +contextmenu.changeCharset=Karakter k\u00fcmesini de\u011fi\u015ftir (Ge\u00e7erli: %charset%) +contextmenu.more=Daha fazlas\u0131... +error.charset.nocharacter=Se\u00e7ilen karakter k\u00fcmesi "%char%" karakterini i\u00e7ermiyor. #after 16.3.1 -button.show = \u00d6nizlemeyi G\u00f6ster / Gizle -button.freeze = Dondur (Alt hareketlilere animasyon uygulamay\u0131n) -library = Kitapl\u0131k: -message.airpath.lib.notset = AirGlobal (.SWC) bulunamad\u0131. L\u00fctfen Geli\u015fmi\u015f Ayarlar / Yollar (6) b\u00f6l\u00fcm\u00fcnden yolunu yap\u0131land\u0131r\u0131n. -message.action.airglobal.title = AirGlobal kitapl\u0131\u011f\u0131 gerekli -menu.file.import.shape = \u015eekilleri i\u00e7e aktar -menu.file.import.shapeNoFill = \u015eekilleri i\u00e7e aktar - s\u0131n\u0131rlar\u0131 g\u00fcncelle -message.info.importShapes = \u015eekilleri i\u00e7e aktar\u0131rken bir KLAS\u00d6R se\u00e7meniz gerekir.\r\n\ +button.show=\u00d6nizlemeyi G\u00f6ster / Gizle +button.freeze=Dondur (Alt hareketlilere animasyon uygulamay\u0131n) +library=Kitapl\u0131k: +message.airpath.lib.notset=AirGlobal (.SWC) bulunamad\u0131. L\u00fctfen Geli\u015fmi\u015f Ayarlar / Yollar (6) b\u00f6l\u00fcm\u00fcnden yolunu yap\u0131land\u0131r\u0131n. +message.action.airglobal.title=AirGlobal kitapl\u0131\u011f\u0131 gerekli +menu.file.import.shape=\u015eekilleri i\u00e7e aktar +menu.file.import.shapeNoFill=\u015eekilleri i\u00e7e aktar - s\u0131n\u0131rlar\u0131 g\u00fcncelle +message.info.importShapes=\u015eekilleri i\u00e7e aktar\u0131rken bir KLAS\u00d6R se\u00e7meniz gerekir.\r\n\ Klas\u00f6r, "\u015fekiller" alt klas\u00f6r\u00fcn\u00fc i\u00e7ermeli ve i\u00e7indeki dosya adlar\u0131, se\u00e7ili ge\u00e7erli SWF'deki mevcut \u015fekillerle e\u015fle\u015fmelidir.\r\n\ Yap\u0131y\u0131 do\u011fru hale getirmenin en iyi yolu, \u00f6nce mevcut SWF dosyas\u0131ndaki \u015fekilleri d\u0131\u015fa aktarmakt\u0131r. -import.shape.result = %count% \u015fekil i\u00e7e aktar\u0131ld\u0131. -pin = Bu \u00f6\u011feyi sabitlemek i\u00e7in t\u0131klay\u0131n -unpin = Sabitlendi - bu \u00f6\u011fenin sabitlemesini kald\u0131rmak i\u00e7in t\u0131klay\u0131n. -contextmenu.unpin = Sabitlemeyi kald\u0131r -contextmenu.unpin.all = T\u00fcm\u00fcn\u00fcn sabitlemesini kald\u0131r -contextmenu.unpin.others = Di\u011ferlerinin sabitlemesini kald\u0131r -menu.tools.otherTools.clearPinnedItems = Sabitlenmi\u015f \u00f6\u011feleri temizle -menu.settings.flattenASPackages = ActionScript paketlerini d\u00fczle\u015ftir -work.reading.abc = ABC Okuma -filter.abc = ActionScript 3 bayt kodu dosyalar\u0131 (*.abc) -contextmenu.exportAbc = ABC'yi d\u0131\u015fa aktar -contextmenu.pin = Sabitle +import.shape.result=%count% \u015fekil i\u00e7e aktar\u0131ld\u0131. +pin=Bu \u00f6\u011feyi sabitlemek i\u00e7in t\u0131klay\u0131n +unpin=Sabitlendi - bu \u00f6\u011fenin sabitlemesini kald\u0131rmak i\u00e7in t\u0131klay\u0131n. +contextmenu.unpin=Sabitlemeyi kald\u0131r +contextmenu.unpin.all=T\u00fcm\u00fcn\u00fcn sabitlemesini kald\u0131r +contextmenu.unpin.others=Di\u011ferlerinin sabitlemesini kald\u0131r +menu.tools.otherTools.clearPinnedItems=Sabitlenmi\u015f \u00f6\u011feleri temizle +menu.settings.flattenASPackages=ActionScript paketlerini d\u00fczle\u015ftir +work.reading.abc=ABC Okuma +filter.abc=ActionScript 3 bayt kodu dosyalar\u0131 (*.abc) +contextmenu.exportAbc=ABC'yi d\u0131\u015fa aktar +contextmenu.pin=Sabitle #after 17.0.4 -productinfo.product = \u00dcr\u00fcn: -productinfo.product.unknown = Bilinmeyen -productinfo.edition = D\u00fczenleme: -productinfo.edition.none = Hi\u00e7biri -productinfo.version = S\u00fcr\u00fcm: -productinfo.build = Yap\u0131: -productinfo.compileDate = Derleme tarihi: -message.video.installvlc = "%file%" dosyas\u0131 video etiketleri i\u00e7eriyor (DefineVideoStream).\r\n\ +productinfo.product=\u00dcr\u00fcn: +productinfo.product.unknown=Bilinmeyen +productinfo.edition=D\u00fczenleme: +productinfo.edition.none=Hi\u00e7biri +productinfo.version=S\u00fcr\u00fcm: +productinfo.build=Yap\u0131: +productinfo.compileDate=Derleme tarihi: +message.video.installvlc="%file%" dosyas\u0131 video etiketleri i\u00e7eriyor (DefineVideoStream).\r\n\ Bunlar\u0131 derleyicide d\u00fczg\u00fcn bir \u015fekilde g\u00f6r\u00fcnt\u00fclemek i\u00e7in VLC medya oynat\u0131c\u0131s\u0131n\u0131n y\u00fckl\u00fc olmas\u0131 gerekir (minimum s\u00fcr\u00fcm 3.0.0).\r\n\ Bununla birlikte, videolar\u0131 FLV dosya bi\u00e7imine bu olmadan da aktarabilirsiniz. -button.mute = \u00c7er\u00e7eve seslerini kapat -button.transform = D\u00f6n\u00fc\u015f\u00fcm -transform = D\u00f6n\u00fc\u015f\u00fcm -transform.transformPoint = D\u00f6n\u00fc\u015f\u00fcm noktas\u0131 -transform.basic = Temel -transform.basic.flip.horizontally = Yatay olarak \u00e7evir -transform.basic.flip.vertically = Dikey olarak \u00e7evir -transform.basic.rotate90.clockwise = +90\u00b0 d\u00f6nd\u00fcr -transform.basic.rotate90.anticlockwise = -90\u00b0 d\u00f6nd\u00fcr -transform.basic.rotate180 = 180\u00b0 d\u00f6nd\u00fcr -transform.move = Ta\u015f\u0131 -transform.move.horizontal = Yatay: -transform.move.vertical = Dikey: -transform.move.relative = G\u00f6receli ta\u015f\u0131 -transform.scale = \u00d6l\u00e7ek -transform.scale.width = Geni\u015flik: -transform.scale.height = Y\u00fckseklik: -transform.scale.proportionally = Orant\u0131l\u0131 olarak \u00f6l\u00e7eklendir -transform.rotate = D\u00f6nd\u00fcr -transform.rotate.angle = A\u00e7\u0131: -transform.skew = E\u011fri -transform.skew.horizontal = Yatay: -transform.skew.vertical = Dikey: -transform.matrix = Matris -transform.matrix.a = A -transform.matrix.b = B -transform.matrix.c = C -transform.matrix.d = D -transform.matrix.e = E -transform.matrix.f = F -transform.matrix.editCurrent = Ge\u00e7erli matrisi d\u00fczenle -transform.apply = Uygula -transform.clear = Temizle -status.editing = D\u00dcZENLEME modundas\u0131n\u0131z. De\u011fi\u015fiklikleri yap\u0131n, ard\u0131ndan Kaydet d\u00fc\u011fmesine bas\u0131n. Veya \u0130ptal d\u00fc\u011fmesi ile de\u011fi\u015fiklikleri iptal edin. D\u00fczenleme s\u0131ras\u0131nda ba\u015fka bir \u00f6\u011feye ge\u00e7emezsiniz. +button.mute=\u00c7er\u00e7eve seslerini kapat +button.transform=D\u00f6n\u00fc\u015f\u00fcm +transform=D\u00f6n\u00fc\u015f\u00fcm +transform.transformPoint=D\u00f6n\u00fc\u015f\u00fcm noktas\u0131 +transform.basic=Temel +transform.basic.flip.horizontally=Yatay olarak \u00e7evir +transform.basic.flip.vertically=Dikey olarak \u00e7evir +transform.basic.rotate90.clockwise=+90\u00b0 d\u00f6nd\u00fcr +transform.basic.rotate90.anticlockwise=-90\u00b0 d\u00f6nd\u00fcr +transform.basic.rotate180=180\u00b0 d\u00f6nd\u00fcr +transform.move=Ta\u015f\u0131 +transform.move.horizontal=Yatay: +transform.move.vertical=Dikey: +transform.move.relative=G\u00f6receli ta\u015f\u0131 +transform.scale=\u00d6l\u00e7ek +transform.scale.width=Geni\u015flik: +transform.scale.height=Y\u00fckseklik: +transform.scale.proportionally=Orant\u0131l\u0131 olarak \u00f6l\u00e7eklendir +transform.rotate=D\u00f6nd\u00fcr +transform.rotate.angle=A\u00e7\u0131: +transform.skew=E\u011fri +transform.skew.horizontal=Yatay: +transform.skew.vertical=Dikey: +transform.matrix=Matris +transform.matrix.a=A +transform.matrix.b=B +transform.matrix.c=C +transform.matrix.d=D +transform.matrix.e=E +transform.matrix.f=F +transform.matrix.editCurrent=Ge\u00e7erli matrisi d\u00fczenle +transform.apply=Uygula +transform.clear=Temizle +status.editing=D\u00dcZENLEME modundas\u0131n\u0131z. De\u011fi\u015fiklikleri yap\u0131n, ard\u0131ndan Kaydet d\u00fc\u011fmesine bas\u0131n. Veya \u0130ptal d\u00fc\u011fmesi ile de\u011fi\u015fiklikleri iptal edin. D\u00fczenleme s\u0131ras\u0131nda ba\u015fka bir \u00f6\u011feye ge\u00e7emezsiniz. #after 18.0.0 -button.deobfuscate = A\u00e7\u0131\u011fa \u00e7\u0131kar -button.deobfuscate_options = A\u00e7\u0131\u011fa \u00e7\u0131karma se\u00e7enekleri -deobfuscate_options.simplify_expressions = \u0130fadeleri sadele\u015ftirme -deobfuscate_options.remove_obfuscated_declarations = Tek atanan karart\u0131lm\u0131\u015f bildirimleri kald\u0131r\u0131n -message.confirm.autoRenameIdentifiers = Tan\u0131mlay\u0131c\u0131lar\u0131 otomatik olarak yeniden adland\u0131rma \u00f6zelli\u011fi, SWF dosyas\u0131n\u0131 a\u00e7arken\r\nstandart olmayan t\u00fcm adlar\u0131 ge\u00e7erli tan\u0131mlay\u0131c\u0131lara yeniden adland\u0131r\u0131r.\r\nBu \u00f6zellik, kaydettikten sonra SWF dosyas\u0131na zarar verebilir - R\u0130SK\u0130 KEND\u0130N\u0130ZE A\u0130T OLARAK KULLANIN. -error.deobfuscation = A\u00e7\u0131\u011fa \u00e7\u0131karma, baz\u0131 y\u00f6ntemler i\u00e7in ba\u015far\u0131s\u0131z oldu. -message.info.importShapes2 = \u015eekilleri i\u00e7e aktar\u0131rken bir KLAS\u00d6R se\u00e7meniz gerekir.\r\n\ +button.deobfuscate=A\u00e7\u0131\u011fa \u00e7\u0131kar +button.deobfuscate_options=A\u00e7\u0131\u011fa \u00e7\u0131karma se\u00e7enekleri +deobfuscate_options.simplify_expressions=\u0130fadeleri sadele\u015ftirme +deobfuscate_options.remove_obfuscated_declarations=Tek atanan karart\u0131lm\u0131\u015f bildirimleri kald\u0131r\u0131n +message.confirm.autoRenameIdentifiers=Tan\u0131mlay\u0131c\u0131lar\u0131 otomatik olarak yeniden adland\u0131rma \u00f6zelli\u011fi, SWF dosyas\u0131n\u0131 a\u00e7arken\r\nstandart olmayan t\u00fcm adlar\u0131 ge\u00e7erli tan\u0131mlay\u0131c\u0131lara yeniden adland\u0131r\u0131r.\r\nBu \u00f6zellik, kaydettikten sonra SWF dosyas\u0131na zarar verebilir - R\u0130SK\u0130 KEND\u0130N\u0130ZE A\u0130T OLARAK KULLANIN. +error.deobfuscation=A\u00e7\u0131\u011fa \u00e7\u0131karma, baz\u0131 y\u00f6ntemler i\u00e7in ba\u015far\u0131s\u0131z oldu. +message.info.importShapes2=\u015eekilleri i\u00e7e aktar\u0131rken bir KLAS\u00d6R se\u00e7meniz gerekir.\r\n\ Klas\u00f6r\u00fcn i\u00e7indeki dosya adlar\u0131, se\u00e7ili ge\u00e7erli SWF'deki mevcut \u015fekillerle e\u015fle\u015fmelidir.\r\n\ \u0130\u00e7inde "\u015fekiller" klas\u00f6r\u00fc varsa bunun yerine o se\u00e7ilir\r\n\ Yap\u0131y\u0131 do\u011fru hale getirmenin en iyi yolu, \u00f6nce mevcut SWF dosyas\u0131ndaki \u015fekilleri d\u0131\u015fa aktarmakt\u0131r. -message.info.importScripts2 = Komut dosyalar\u0131n\u0131 i\u00e7e aktar\u0131rken bir KLAS\u00d6R se\u00e7meniz gerekir.\r\n\ +message.info.importScripts2=Komut dosyalar\u0131n\u0131 i\u00e7e aktar\u0131rken bir KLAS\u00d6R se\u00e7meniz gerekir.\r\n\ A\u011fac\u0131, ge\u00e7erli se\u00e7ili SWF'deki mevcut komut dosyas\u0131 a\u011fac\u0131yla e\u015fle\u015fmelidir.\r\n\ \u0130\u00e7erisinde "komut dosyalar\u0131" klas\u00f6r\u00fc varsa bunun yerine o se\u00e7ilir.\r\n\ Yap\u0131y\u0131 do\u011fru hale getirmenin en iyi yolu, \u00f6nce mevcut SWF dosyas\u0131ndaki komut dosyalar\u0131n\u0131 d\u0131\u015fa aktarmakt\u0131r. \r\n\r\n\ Ayr\u0131ca bu i\u00e7e aktarman\u0131n, FFDec penceresindeki standart AS d\u00fczenlemesindekiyle ayn\u0131 derleyiciyi kulland\u0131\u011f\u0131na dikkat edin (AS3 i\u00e7in Deneysel). -message.info.importTexts2 = Metni i\u00e7e aktar\u0131rken bir KLAS\u00d6R se\u00e7meniz gerekiyor.\r\n\ +message.info.importTexts2=Metni i\u00e7e aktar\u0131rken bir KLAS\u00d6R se\u00e7meniz gerekiyor.\r\n\ Klas\u00f6r\u00fcn i\u00e7indeki dosya adlar\u0131, se\u00e7ili ge\u00e7erli SWF'deki mevcut metinlerle e\u015fle\u015fmelidir.\r\n\ \u0130\u00e7erisinde "metinler" klas\u00f6r\u00fc varsa bunun yerine o se\u00e7ilir.\r\n\ Yap\u0131y\u0131 do\u011fru hale getirmenin en iyi yolu, \u00f6nce mevcut SWF dosyas\u0131ndaki metinleri d\u0131\u015fa aktarmakt\u0131r. -message.info.importImages2 = G\u00f6r\u00fcnt\u00fcleri i\u00e7e aktar\u0131rken bir KLAS\u00d6R se\u00e7meniz gerekir.\r\n\ +message.info.importImages2=G\u00f6r\u00fcnt\u00fcleri i\u00e7e aktar\u0131rken bir KLAS\u00d6R se\u00e7meniz gerekir.\r\n\ Klas\u00f6r\u00fcn i\u00e7indeki dosya adlar\u0131, se\u00e7ili ge\u00e7erli SWF'deki mevcut resimlerle e\u015fle\u015fmelidir.\r\n\ \u0130\u00e7erisinde "g\u00f6r\u00fcnt\u00fcler" klas\u00f6r\u00fc varsa bunun yerine o se\u00e7ilir\r\n\ Yap\u0131y\u0131 do\u011fru hale getirmenin en iyi yolu, \u00f6nce mevcut SWF dosyas\u0131ndaki g\u00f6r\u00fcnt\u00fcleri d\u0131\u015fa aktarmakt\u0131r. -transform.clipboard = Pano -transform.clipboard.copy = Matrisi panoya kopyala -transform.clipboard.paste = Panodan matris yap\u0131\u015ft\u0131r -status.editing.autosave = D\u00dcZENLEME modundas\u0131n\u0131z. De\u011fi\u015fiklikleri yap\u0131n, ard\u0131ndan Kaydet d\u00fc\u011fmesine bas\u0131n. Veya \u0130ptal d\u00fc\u011fmesi ile de\u011fi\u015fiklikleri iptal edin. Di\u011fer etikete ge\u00e7erseniz, mevcut d\u00fczenleme otomatik olarak kaydedilecektir. -error.sound.rate = Giri\u015f sesi desteklenmeyen \u00f6rnekleme oran\u0131na sahip: %saplingRate%.\r\n\ +transform.clipboard=Pano +transform.clipboard.copy=Matrisi panoya kopyala +transform.clipboard.paste=Panodan matris yap\u0131\u015ft\u0131r +status.editing.autosave=D\u00dcZENLEME modundas\u0131n\u0131z. De\u011fi\u015fiklikleri yap\u0131n, ard\u0131ndan Kaydet d\u00fc\u011fmesine bas\u0131n. Veya \u0130ptal d\u00fc\u011fmesi ile de\u011fi\u015fiklikleri iptal edin. Di\u011fer etikete ge\u00e7erseniz, mevcut d\u00fczenleme otomatik olarak kaydedilecektir. +error.sound.rate=Giri\u015f sesi desteklenmeyen \u00f6rnekleme oran\u0131na sahip: %saplingRate%.\r\n\ \u0130\u00e7e aktarmadan \u00f6nce baz\u0131 ses d\u00fczenleyicilerle desteklenen oranlardan\r\n\ birine (%supportedRates%) d\u00f6n\u00fc\u015ft\u00fcrmelisiniz. -filter.movies = Desteklenen film bi\u00e7imleri (%extensions%) -error.movie.invalid = Ge\u00e7ersiz film. -menu.file.import.movie = Filmleri i\u00e7e aktar -message.info.importMovies2 = Filmleri i\u00e7e aktar\u0131rken bir KLAS\u00d6R se\u00e7meniz gerekir.\r\n\ +filter.movies=Desteklenen film bi\u00e7imleri (%extensions%) +error.movie.invalid=Ge\u00e7ersiz film. +menu.file.import.movie=Filmleri i\u00e7e aktar +message.info.importMovies2=Filmleri i\u00e7e aktar\u0131rken bir KLAS\u00d6R se\u00e7meniz gerekir.\r\n\ Klas\u00f6r\u00fcn i\u00e7indeki dosya adlar\u0131, se\u00e7ili ge\u00e7erli SWF'deki mevcut filmlerle e\u015fle\u015fmelidir.\r\n\ \u0130\u00e7inde "filmler" klas\u00f6r\u00fc varsa bunun yerine o se\u00e7ilir.\r\n\ Yap\u0131y\u0131 do\u011fru hale getirmenin en iyi yolu, \u00f6nce mevcut SWF dosyas\u0131ndaki g\u00f6r\u00fcnt\u00fcleri d\u0131\u015fa aktarmakt\u0131r. -import.movie.result = %count% film i\u00e7e aktar\u0131ld\u0131. -menu.file.import.sound = Sesleri i\u00e7e aktar -message.info.importSounds2 = Sesleri i\u00e7e aktar\u0131rken bir KLAS\u00d6R se\u00e7meniz gerekiyor.\r\n\ +import.movie.result=%count% film i\u00e7e aktar\u0131ld\u0131. +menu.file.import.sound=Sesleri i\u00e7e aktar +message.info.importSounds2=Sesleri i\u00e7e aktar\u0131rken bir KLAS\u00d6R se\u00e7meniz gerekiyor.\r\n\ Klas\u00f6r\u00fcn i\u00e7indeki dosya adlar\u0131, se\u00e7ili ge\u00e7erli SWF'deki mevcut seslerle e\u015fle\u015fmelidir.\r\n\ \u0130\u00e7inde "sesler" klas\u00f6r\u00fc varsa bunun yerine o se\u00e7ilir.\r\n\ Yap\u0131y\u0131 do\u011fru hale getirmenin en iyi yolu, \u00f6nce mevcut SWF dosyas\u0131ndaki sesleri d\u0131\u015fa aktarmakt\u0131r. -import.sound.result = %count% ses i\u00e7e aktar\u0131ld\u0131. +import.sound.result=%count% ses i\u00e7e aktar\u0131ld\u0131. #after 18.2.1 -button.edit.points = Noktalar\u0131 d\u00fczenle -edit.points.x = X: -edit.points.y = Y: -button.morph.show = G\u00f6ster: -button.morph.animation = Animasyon -button.morph.start = Ba\u015flat -button.morph.end = Bitir -header.displayrect.unit.pixels = piksel -header.displayrect.unit.twips = twip +button.edit.points=Noktalar\u0131 d\u00fczenle +edit.points.x=X: +edit.points.y=Y: +button.morph.show=G\u00f6ster: +button.morph.animation=Animasyon +button.morph.start=Ba\u015flat +button.morph.end=Bitir +header.displayrect.unit.pixels=piksel +header.displayrect.unit.twips=twip #after 18.3.6 -button.abc.linkedSwfs.hint = Di\u011fer SWF ba\u011f\u0131ml\u0131l\u0131klar\u0131 -abc.linkedSwfs.one = +1 swf -abc.linkedSwfs.more = +%num% swf +button.abc.linkedSwfs.hint=Di\u011fer SWF ba\u011f\u0131ml\u0131l\u0131klar\u0131 +abc.linkedSwfs.one=+1 swf +abc.linkedSwfs.more=+%num% swf #class trait P-code editor -error.class = S\u0131n\u0131f hatas\u0131 -warning.initializers.class = "Extends" nesnesi, kapsam y\u0131\u011f\u0131n\u0131 i\u00e7in kod ba\u015flat\u0131c\u0131da da kullan\u0131l\u0131r.\nBuradaki de\u011feri s\u0131n\u0131f \u00f6zelli\u011finde d\u00fczenlemek yeterli de\u011fildir. -contextmenu.addScript.doaction = \u00c7er\u00e7eve komut dosyas\u0131 ekle - DoAction -contextmenu.addScript.buttoncondaction = D\u00fc\u011fme etkinli\u011fi komut dosyas\u0131 ekle - D\u00dc\u011eME \u0130LET\u0130M\u0130 -contextmenu.addScript.clipactionrecord = \u00d6rnek etkinlik komut dosyas\u0131 ekle - KESME EYLEM KAYDI -contextmenu.addScript.doinitaction = Hareketli ba\u015flang\u0131\u00e7 \u200b\u200bkomut dosyas\u0131 ekle - DoInitAction +error.class=S\u0131n\u0131f hatas\u0131 +warning.initializers.class="Extends" nesnesi, kapsam y\u0131\u011f\u0131n\u0131 i\u00e7in kod ba\u015flat\u0131c\u0131da da kullan\u0131l\u0131r.\nBuradaki de\u011feri s\u0131n\u0131f \u00f6zelli\u011finde d\u00fczenlemek yeterli de\u011fildir. +contextmenu.addScript.doaction=\u00c7er\u00e7eve komut dosyas\u0131 ekle - DoAction +contextmenu.addScript.buttoncondaction=D\u00fc\u011fme etkinli\u011fi komut dosyas\u0131 ekle - D\u00dc\u011eME \u0130LET\u0130M\u0130 +contextmenu.addScript.clipactionrecord=\u00d6rnek etkinlik komut dosyas\u0131 ekle - KESME EYLEM KAYDI +contextmenu.addScript.doinitaction=Hareketli ba\u015flang\u0131\u00e7 \u200b\u200bkomut dosyas\u0131 ekle - DoInitAction #after 18.4.1 -warning.cannotencrypt = UYARI: %file% dosyas\u0131 HARMAN Air \u015fifrelemesi kullan\u0131larak \u015fifrelendi.\r\nY\u00fcklenmek \u00fczere \u015fifresi ba\u015far\u0131yla \u00e7\u00f6z\u00fcld\u00fc, ancak de\u011fi\u015ftirilen dosyay\u0131 daha sonra kaydetmek isterseniz,\r\n\u015fifreleme kald\u0131r\u0131lacak ( = \u015fifrelenmemi\u015f). - -contextmenu.exportFla = FLA'ya d\u0131\u015fa aktar \ No newline at end of file +warning.cannotencrypt=UYARI: %file% dosyas\u0131 HARMAN Air \u015fifrelemesi kullan\u0131larak \u015fifrelendi.\r\nY\u00fcklenmek \u00fczere \u015fifresi ba\u015far\u0131yla \u00e7\u00f6z\u00fcld\u00fc, ancak de\u011fi\u015ftirilen dosyay\u0131 daha sonra kaydetmek isterseniz,\r\n\u015fifreleme kald\u0131r\u0131lacak ( = \u015fifrelenmemi\u015f). +contextmenu.exportFla=FLA'ya d\u0131\u015fa aktar \ No newline at end of file diff --git a/src/com/jpexs/decompiler/flash/gui/locales/MainFrame_uk.properties b/src/com/jpexs/decompiler/flash/gui/locales/MainFrame_uk.properties index 400ee043b..34f90512d 100644 --- a/src/com/jpexs/decompiler/flash/gui/locales/MainFrame_uk.properties +++ b/src/com/jpexs/decompiler/flash/gui/locales/MainFrame_uk.properties @@ -12,413 +12,327 @@ # # You should have received a copy of the GNU General Public License # along with this program. If not, see . - -menu.file = \u0424\u0430\u0439\u043b -menu.file.open = \u0412\u0456\u0434\u043a\u0440\u0438\u0442\u0438... -menu.file.save = \u0417\u0431\u0435\u0440\u0435\u0433\u0442\u0438 -menu.file.saveas = \u0417\u0431\u0435\u0440\u0435\u0433\u0442\u0438 \u044f\u043a... -menu.file.export.fla = \u0415\u043a\u0441\u043f\u043e\u0440\u0442\u0443\u0432\u0430\u0442\u0438 \u0434\u043e FLA -menu.file.export.all = \u0415\u043a\u0441\u043f\u043e\u0440\u0442\u0443\u0432\u0430\u0442\u0438 \u0432\u0441\u0435 -menu.file.export.selection = \u0415\u043a\u0441\u043f\u043e\u0440\u0442\u0443\u0432\u0430\u0442\u0438 \u043e\u0431\u0440\u0430\u043d\u0435 -menu.file.exit = \u0412\u0438\u0439\u0442\u0438 - -menu.tools = \u0406\u043d\u0441\u0442\u0440\u0443\u043c\u0435\u043d\u0442\u0438 -menu.tools.searchas = \u041f\u043e\u0448\u0443\u043a \u043f\u043e \u0432\u0441\u044c\u043e\u043c\u0443 ActionScript... -menu.tools.proxy = \u041f\u0440\u043e\u043a\u0441\u0456 -menu.tools.deobfuscation = \u0414\u0435\u043e\u0431\u0444\u0443\u0441\u043a\u0430\u0446\u0456\u044f -menu.tools.deobfuscation.pcode = \u0414\u0435\u043e\u0431\u0444\u0443\u0441\u043a\u0430\u0446\u0456\u044f P-\u043a\u043e\u0434\u0443... -menu.tools.deobfuscation.globalrename = \u0413\u043b\u043e\u0431\u0430\u043b\u044c\u043d\u043e \u043f\u0435\u0440\u0435\u0439\u043c\u0435\u043d\u0443\u0432\u0430\u0442\u0438 \u0456\u0434\u0435\u043d\u0442\u0438\u0444\u0456\u043a\u0430\u0442\u043e\u0440 -menu.tools.deobfuscation.renameinvalid = \u041f\u0435\u0440\u0435\u0439\u043c\u0435\u043d\u0443\u0432\u0430\u0442\u0438 \u0445\u0438\u0431\u043d\u0456 \u0456\u0434\u0435\u043d\u0442\u0438\u0444\u0456\u043a\u0430\u0442\u043e\u0440\u0438 -menu.tools.gotoDocumentClass = \u041f\u0435\u0440\u0435\u0439\u0442\u0438 \u0434\u043e \u0433\u043e\u043b\u043e\u0432\u043d\u043e\u0433\u043e \u043a\u043b\u0430\u0441\u0443 - -menu.settings = \u041d\u0430\u043b\u0430\u0448\u0442\u0443\u0432\u0430\u043d\u043d\u044f -menu.settings.autodeobfuscation = \u0410\u0432\u0442\u043e\u043c\u0430\u0442\u0438\u0447\u043d\u0430 \u0434\u0435\u043e\u0431\u0444\u0443\u0441\u043a\u0430\u0446\u0456\u044f -menu.settings.internalflashviewer = \u0412\u0438\u043a\u043e\u0440\u0438\u0441\u0442\u043e\u0432\u0443\u0432\u0430\u0442\u0438 \u0432\u043b\u0430\u0441\u043d\u0438\u0439 \u043f\u0440\u043e\u0433\u0440\u0430\u0432\u0430\u0447 Flash -menu.settings.parallelspeedup = \u0411\u0430\u0433\u0430\u0442\u043e\u043f\u043e\u0442\u043e\u043a\u043e\u0432\u0456\u0441\u0442\u044c (\u043f\u0440\u0438\u0441\u043a\u043e\u0440\u0438\u0442\u0438 \u0440\u043e\u0431\u043e\u0442\u0443 \u043f\u0440\u043e\u0433\u0440\u0430\u043c\u0438) -menu.settings.disabledecompilation = \u0412\u0438\u043c\u043a\u043d\u0443\u0442\u0438 \u0434\u0435\u043a\u043e\u043c\u043f\u0456\u043b\u044f\u0446\u0456\u044e (\u043b\u0438\u0448\u0435 \u0434\u0438\u0437\u0430\u0441\u0435\u043c\u0431\u043b\u044e\u0432\u0430\u0442\u0438) -menu.settings.addtocontextmenu = \u0414\u043e\u0434\u0430\u0442\u0438 FFDec \u0434\u043e \u043a\u043e\u043d\u0442\u0435\u043a\u0441\u0442\u043d\u043e\u0433\u043e \u043c\u0435\u043d\u044e SWF \u0444\u0430\u0439\u043b\u0456\u0432 -menu.settings.language = \u0417\u043c\u0456\u043d\u0438\u0442\u0438 \u043c\u043e\u0432\u0443 -menu.settings.cacheOnDisk = \u041a\u0435\u0448\u0443\u0432\u0430\u0442\u0438 \u043d\u0430 \u0434\u0438\u0441\u043a -menu.settings.gotoMainClassOnStartup = \u0412\u0438\u0434\u0456\u043b\u0438\u0442\u0438 \u0433\u043e\u043b\u043e\u0432\u043d\u0438\u0439 \u043a\u043b\u0430\u0441 \u043f\u0440\u0438 \u0437\u0430\u043f\u0443\u0441\u043a\u0443 - -menu.help = \u0414\u043e\u043f\u043e\u043c\u043e\u0433\u0430 -menu.help.checkupdates = \u041f\u0435\u0440\u0435\u0432\u0456\u0440\u0438\u0442\u0438 \u043d\u0430 \u043e\u043d\u043e\u0432\u043b\u0435\u043d\u043d\u044f... -menu.help.helpus = \u041f\u0456\u0434\u0442\u0440\u0438\u043c\u0430\u0439\u0442\u0435 \u043d\u0430\u0441! -menu.help.homepage = \u0414\u043e\u043c\u0430\u0448\u043d\u044f \u0441\u0442\u043e\u0440\u0456\u043d\u043a\u0430 -menu.help.about = \u041f\u0440\u043e \u043f\u0440\u043e\u0433\u0440\u0430\u043c\u0443... - -contextmenu.remove = \u0412\u0438\u0434\u0430\u043b\u0438\u0442\u0438 - -button.save = \u0417\u0431\u0435\u0440\u0435\u0433\u0442\u0438 -button.edit = \u0420\u0435\u0434\u0430\u0433\u0443\u0432\u0430\u0442\u0438 -button.cancel = \u0421\u043a\u0430\u0441\u0443\u0432\u0430\u0442\u0438 -button.replace = \u0417\u0430\u043c\u0456\u043d\u0438\u0442\u0438... - -notavailonthisplatform = \u041f\u043e\u043f\u0435\u0440\u0435\u0434\u043d\u0456\u0439 \u043f\u0435\u0440\u0435\u0433\u043b\u044f\u0434 \u0446\u044c\u043e\u0433\u043e \u043e\u0431'\u0454\u043a\u0442\u0443 \u043d\u0435\u0434\u043e\u0441\u0442\u0443\u043f\u043d\u0438\u0439 \u043d\u0430 \u0446\u0456\u0439 \u043f\u043b\u0430\u0442\u0444\u043e\u0440\u043c\u0456 (\u043b\u0438\u0448\u0435 \u0434\u043b\u044f Windows) - -swfpreview = \u041f\u043e\u043f\u0435\u0440\u0435\u0434\u043d\u0456\u0439 \u043f\u0435\u0440\u0435\u0433\u043b\u044f\u0434 SWF -swfpreview.internal = \u041f\u043e\u043f\u0435\u0440\u0435\u0434\u043d\u0456\u0439 \u043f\u0435\u0440\u0435\u0433\u043b\u044f\u0434 SWF (\u0412\u0431\u0443\u0434\u043e\u0432\u0430\u043d\u0438\u0439 \u043f\u0440\u043e\u0433\u0440\u0430\u0432\u0430\u0447) - -parameters = \u041f\u0430\u0440\u0430\u043c\u0435\u0442\u0440\u0438 - -rename.enternew = \u0423\u0432\u0435\u0434\u0456\u0442\u044c \u043d\u043e\u0432\u0435 \u0456\u043c'\u044f: - -rename.finished.identifier = \u0406\u0434\u0435\u043d\u0442\u0438\u0444\u0456\u043a\u0430\u0442\u043e\u0440 \u043f\u0435\u0440\u0435\u0439\u043c\u0435\u043d\u043e\u0432\u0430\u043d\u0438\u0439. -rename.finished.multiname = %count% multiname \u043f\u0435\u0440\u0435\u0439\u043c\u0435\u043d\u043e\u0432\u0430\u043d\u043e. - -node.texts = \u0442\u0435\u043a\u0441\u0442\u0438 -node.images = \u0437\u043e\u0431\u0440\u0430\u0436\u0435\u043d\u043d\u044f -node.movies = \u0432\u0456\u0434\u0435\u043e -node.sounds = \u0437\u0432\u0443\u043a\u0438 -node.binaryData = \u0434\u0432\u0456\u0439\u043a\u043e\u0432\u0456 \u0434\u0430\u043d\u0456 -node.fonts = \u0448\u0440\u0438\u0444\u0442\u0438 -node.sprites = \u0441\u043f\u0440\u0430\u0439\u0442\u0438 -node.shapes = \u0444\u043e\u0440\u043c\u0438 -node.morphshapes = morphshapes -node.buttons = \u043a\u043d\u043e\u043f\u043a\u0438 -node.frames = \u043a\u0430\u0434\u0440\u0438 -node.scripts = \u0441\u043a\u0440\u0438\u043f\u0442\u0438 - -message.warning = \u0423\u0432\u0430\u0433\u0430 -message.confirm.experimental = \u041d\u0430\u0441\u0442\u0443\u043f\u043d\u0430 \u043f\u0440\u043e\u0446\u0435\u0434\u0443\u0440\u0430 \u043c\u043e\u0436\u0435 \u043f\u043e\u0448\u043a\u043e\u0434\u0438\u0442\u0438 SWF \u0444\u0430\u0439\u043b \u0456 \u0437\u0440\u043e\u0431\u0438\u0442\u0438 \u0439\u043e\u0433\u043e \u043d\u0435\u0440\u043e\u0431\u043e\u0447\u0438\u043c.\r\n\u0412\u0418\u041a\u041e\u0420\u0418\u0421\u0422\u041e\u0412\u0423\u0419\u0422\u0415 \u041d\u0410 \u0412\u041b\u0410\u0421\u041d\u0418\u0419 \u0420\u0418\u0417\u0418\u041a! \u0412\u0438 \u0431\u0430\u0436\u0430\u0454\u0442\u0435 \u043f\u0440\u043e\u0434\u043e\u0432\u0436\u0438\u0442\u0438? -message.confirm.parallel = \u0411\u0430\u0433\u0430\u0442\u043e\u043f\u043e\u0442\u043e\u043a\u043e\u0432\u0456\u0441\u0442\u044c \u043c\u043e\u0436\u0435 \u043f\u0440\u0438\u0441\u043a\u043e\u0440\u0438\u0442\u0438 \u0437\u0430\u0432\u0430\u043d\u0442\u0430\u0436\u0435\u043d\u043d\u044f, \u0430\u043b\u0435 \u0437\u043d\u0430\u0434\u043e\u0431\u0438\u0442\u044c\u0441\u044f \u0431\u0456\u043b\u044c\u0448\u0435 \u043f\u0430\u043c'\u044f\u0442\u0456. -message.confirm.on = \u0423\u0432\u0456\u043c\u043a\u043d\u0443\u0442\u0438? -message.confirm.off = \u0412\u0438\u043c\u043a\u043d\u0443\u0442\u0438? -message.confirm = \u041f\u0456\u0434\u0442\u0432\u0435\u0440\u0434\u0438\u0442\u0438 - -message.confirm.autodeobfuscate = \u0410\u0432\u0442\u043e\u043c\u0430\u0442\u0438\u0447\u043d\u0430 \u0434\u0435\u043e\u0431\u0444\u0443\u0441\u043a\u0430\u0446\u0456\u044f \u0434\u043e\u043f\u043e\u043c\u0430\u0433\u0430\u0454 \u0434\u0435\u043a\u043e\u043c\u043f\u0456\u043b\u044e\u0432\u0430\u0442\u0438 \u043e\u0431\u0444\u0443\u0441\u043a\u043e\u0432\u0430\u043d\u0438\u0439 \u043a\u043e\u0434.\r\n\u0414\u0435\u043e\u0431\u0444\u0443\u0441\u043a\u0430\u0446\u0456\u044f \u0443\u043f\u043e\u0432\u0456\u043b\u044c\u043d\u044e\u0454 \u0434\u0435\u043a\u043e\u043c\u043f\u0456\u043b\u044f\u0446\u0456\u044e \u0456 \u043c\u043e\u0436\u0435 \u043f\u0440\u0438\u0437\u0432\u0435\u0441\u0442\u0438 \u0434\u043e \u0432\u0438\u0434\u0430\u043b\u0435\u043d\u043d\u044f \u0434\u0435\u044f\u043a\u043e\u0457 \u0447\u0430\u0441\u0442\u043a\u0438 \u043a\u043e\u0434\u0443 - \u043c\u0435\u0440\u0442\u0432\u043e\u0433\u043e \u043a\u043e\u0434\u0443.\r\n\u0410\u0432\u0442\u043e\u043c\u0430\u0442\u0438\u0447\u043d\u0443 \u0434\u0435\u043e\u0431\u0444\u0443\u0441\u043a\u0430\u0446\u0456\u044e \u043a\u0440\u0430\u0449\u0435 \u0432\u0438\u043c\u043a\u043d\u0443\u0442\u0438, \u044f\u043a\u0449\u043e \u043a\u043e\u0434 \u043d\u0435 \u0454 \u043e\u0431\u0444\u0443\u0441\u043a\u043e\u0432\u0430\u043d\u0438\u043c. - -message.parallel = \u0411\u0430\u0433\u0430\u0442\u043e\u043f\u043e\u0442\u043e\u043a\u043e\u0432\u0456\u0441\u0442\u044c -message.trait.saved = \u041e\u0441\u043e\u0431\u043b\u0438\u0432\u0456\u0441\u0442\u044c (trait) \u0432\u0434\u0430\u043b\u043e \u0437\u0431\u0435\u0440\u0435\u0436\u0435\u043d\u0430 - -message.constant.new.string = \u0421\u0442\u0440\u043e\u043a\u0430 (String) "%value%" \u0432\u0456\u0434\u0441\u0443\u0442\u043d\u044f \u0432 \u0442\u0430\u0431\u043b\u0438\u0446\u0456 \u043a\u043e\u043d\u0441\u0442\u0430\u043d\u0442. \u0414\u043e\u0434\u0430\u0442\u0438? -message.constant.new.string.title = \u0414\u043e\u0434\u0430\u0442\u0438 \u0441\u0442\u0440\u043e\u043a\u0443 (String) -message.constant.new.integer = \u0426\u0456\u043b\u0435 \u0447\u0438\u0441\u043b\u043e (Integer) "%value%" \u0432\u0456\u0434\u0441\u0443\u0442\u043d\u0454 \u0432 \u0442\u0430\u0431\u043b\u0438\u0446\u0456 \u043a\u043e\u043d\u0441\u0442\u0430\u043d\u0442. \u0414\u043e\u0434\u0430\u0442\u0438? -message.constant.new.integer.title = \u0414\u043e\u0434\u0430\u0442\u0438 \u0446\u0456\u043b\u0435 \u0447\u0438\u0441\u043b\u043e (Integer) -message.constant.new.unsignedinteger = \u0411\u0435\u0437\u0437\u043d\u0430\u043a\u043e\u0432\u0435 \u0446\u0456\u043b\u0435 \u0447\u0438\u0441\u043b\u043e (Unsigned integer) "%value%" \u0432\u0456\u0434\u0441\u0443\u0442\u043d\u0454 \u0432 \u0442\u0430\u0431\u043b\u0438\u0446\u0456 \u043a\u043e\u043d\u0441\u0442\u0430\u043d\u0442. \u0414\u043e\u0434\u0430\u0442\u0438? -message.constant.new.unsignedinteger.title = \u0414\u043e\u0434\u0430\u0442\u0438 \u0431\u0435\u0437\u0437\u043d\u0430\u043a\u043e\u0432\u0435 \u0446\u0456\u043b\u0435 \u0447\u0438\u0441\u043b\u043e (Unsigned integer) -message.constant.new.double = \u0414\u0440\u043e\u0431\u043e\u0432\u0435 \u0447\u0438\u0441\u043b\u043e (Double) "%value%" \u0432\u0456\u0434\u0441\u0443\u0442\u043d\u0454 \u0432 \u0442\u0430\u0431\u043b\u0438\u0446\u0456 \u043a\u043e\u043d\u0441\u0442\u0430\u043d\u0442. \u0414\u043e\u0434\u0430\u0442\u0438? -message.constant.new.double.title = \u0414\u043e\u0434\u0430\u0442\u0438 \u0434\u0440\u043e\u0431\u043e\u0432\u0435 \u0447\u0438\u0441\u043b\u043e (Double) - -work.buffering = \u0411\u0443\u0444\u0435\u0440\u0438\u0437\u0430\u0446\u0456\u044f -work.waitingfordissasembly = \u041e\u0447\u0456\u043a\u0443\u0432\u0430\u043d\u043d\u044f \u0434\u0438\u0437\u0430\u0441\u0441\u0435\u043c\u0431\u043b\u044e\u0432\u0430\u043d\u043d\u044f -work.gettinghilights = \u041f\u0456\u0434\u0441\u0432\u0456\u0447\u0443\u0432\u0430\u043d\u043d\u044f \u0441\u0438\u043d\u0442\u0430\u043a\u0441\u0438\u0441\u0443 -work.disassembling = \u0414\u0438\u0437\u0430\u0441\u0441\u0435\u043c\u0431\u043b\u044e\u0432\u0430\u043d\u043d\u044f -work.exporting = \u0415\u043a\u0441\u043f\u043e\u0440\u0442 -work.searching = \u041f\u043e\u0448\u0443\u043a -work.renaming = \u041f\u0435\u0440\u0435\u0439\u043c\u0435\u043d\u0443\u0432\u0430\u043d\u043d\u044f -work.exporting.fla = \u0415\u043a\u0441\u043f\u043e\u0440\u0442 FLA -work.renaming.identifiers = \u041f\u0435\u0440\u0435\u0439\u043c\u0435\u043d\u0443\u0432\u0430\u043d\u043d\u044f \u0456\u0434\u0435\u043d\u0442\u0438\u0444\u0456\u043a\u0430\u0442\u043e\u0440\u0456\u0432 -work.deobfuscating = \u0414\u0435\u043e\u0431\u0444\u0443\u0441\u043a\u0430\u0446\u0456\u044f -work.decompiling = \u0414\u0435\u043a\u043e\u043c\u043f\u0456\u043b\u044f\u0446\u0456\u044f -work.gettingvariables = \u041e\u0442\u0440\u0438\u043c\u0430\u043d\u043d\u044f \u0437\u043c\u0456\u043d\u043d\u0438\u0445 -work.reading.swf = \u0427\u0438\u0442\u0430\u043d\u043d\u044f SWF -work.creatingwindow = \u0421\u0442\u0432\u043e\u0440\u0435\u043d\u043d\u044f \u0432\u0456\u043a\u043d\u0430 -work.buildingscripttree = \u041f\u043e\u0431\u0443\u0434\u043e\u0432\u0430 \u0434\u0435\u0440\u0435\u0432\u0430 \u043a\u043e\u0434\u0443 - -work.deobfuscating.complete = \u0414\u0435\u043e\u0431\u0444\u0443\u0441\u043a\u0430\u0446\u0456\u044e \u0437\u0430\u0432\u0435\u0440\u0448\u0435\u043d\u043e - -message.search.notfound = \u0422\u0435\u043a\u0441\u0442 "%searchtext%" \u043d\u0435 \u0437\u043d\u0430\u0439\u0434\u0435\u043d\u043e. -message.search.notfound.title = \u041d\u0435 \u0437\u043d\u0430\u0439\u0434\u0435\u043d\u043e - -message.rename.notfound.multiname = \u041f\u0456\u0434 \u043a\u0443\u0440\u0441\u043e\u0440\u043e\u043c \u043c\u0430\u0454 \u0431\u0443\u0442\u0438 multiname -message.rename.notfound.identifier = \u041f\u0456\u0434 \u043a\u0443\u0440\u0441\u043e\u0440\u043e\u043c \u043c\u0430\u0454 \u0431\u0443\u0442\u0438 \u0456\u0434\u0435\u043d\u0442\u0438\u0444\u0456\u043a\u0430\u0442\u043e\u0440 -message.rename.notfound.title = \u041d\u0435 \u0437\u043d\u0430\u0439\u0434\u0435\u043d\u043e -message.rename.renamed = \u0406\u0434\u0435\u043d\u0442\u0438\u0444\u0456\u043a\u0430\u0442\u043e\u0440\u0456\u0432 \u043f\u0435\u0440\u0435\u0439\u043c\u0435\u043d\u043e\u0432\u0430\u043d\u043e: %count% - -filter.images = \u0417\u043e\u0431\u0440\u0430\u0436\u0435\u043d\u043d\u044f (%extensions%) -filter.fla = \u041f\u0440\u043e\u0435\u043a\u0442 %version% (*.fla) -filter.xfl = \u041d\u0435\u0441\u0442\u0438\u0441\u043d\u0443\u0442\u0438\u0439 \u043f\u0440\u043e\u0435\u043a\u0442 %version% (*.xfl) -filter.swf = SWF \u0444\u0430\u0439\u043b\u0438 (*.swf) - -error = \u041f\u043e\u043c\u0438\u043b\u043a\u0430 -error.image.invalid = \u041d\u0435\u0432\u0456\u0440\u043d\u0435 \u0437\u043e\u0431\u0440\u0430\u0436\u0435\u043d\u043d\u044f. - -error.text.invalid = \u041d\u0435\u0432\u0456\u0440\u043d\u0438\u0439 \u0442\u0435\u043a\u0441\u0442: %text% \u0432 \u0440\u044f\u0434\u043a\u0443 %line% -error.file.save = \u041d\u0435\u043c\u043e\u0436\u043b\u0438\u0432\u043e \u0437\u0431\u0435\u0440\u0435\u0433\u0442\u0438 \u0444\u0430\u0439\u043b -error.file.write = \u041d\u0435\u043c\u043e\u0436\u043b\u0438\u0432\u043e \u0437\u0430\u043f\u0438\u0441\u0430\u0442\u0438 \u0434\u0430\u043d\u0456 \u0432 \u0444\u0430\u0439\u043b -error.export = \u041f\u043e\u043c\u0438\u043b\u043a\u0430 \u043f\u0456\u0434 \u0447\u0430\u0441 \u0435\u043a\u0441\u043f\u043e\u0440\u0442\u0443 - -export.select.directory = \u0412\u0438\u0431\u0435\u0440\u0456\u0442\u044c \u043f\u0430\u043f\u043a\u0443 \u0434\u043b\u044f \u0435\u043a\u0441\u043f\u043e\u0440\u0442\u0443 -export.finishedin = \u0415\u043a\u0441\u043f\u043e\u0440\u0442\u043e\u0432\u0430\u043d\u043e \u0437\u0430 %time% - -update.check.title = \u041f\u0435\u0440\u0435\u0432\u0456\u0440\u043a\u0430 \u043e\u043d\u043e\u0432\u043b\u0435\u043d\u044c -update.check.nonewversion = \u041e\u043d\u043e\u0432\u043b\u0435\u043d\u044c \u043d\u0435\u043c\u0430\u0454. - -message.helpus = \u0411\u0443\u0434\u044c \u043b\u0430\u0441\u043a\u0430, \u0432\u0456\u0434\u0432\u0456\u0434\u0430\u0439\u0442\u0435\r\n%url%\r\n\u0434\u043b\u044f \u043f\u043e\u0434\u0440\u043e\u0431\u0438\u0446\u044c. -message.homepage = \u0412\u0456\u0434\u0432\u0456\u0434\u0430\u0439\u0442\u0435 \u0434\u043e\u043c\u0430\u0448\u043d\u044e \u0441\u0442\u043e\u0440\u0456\u043d\u043a\u0443: \r\n%url% - -proxy = \u041f\u0440\u043e\u043a\u0441\u0456 -proxy.start = \u0417\u0430\u043f\u0443\u0441\u0442\u0438\u0442\u0438 \u043f\u0440\u043e\u043a\u0441\u0456 -proxy.stop = \u0417\u0443\u043f\u0438\u043d\u0438\u0442\u0438 \u043f\u0440\u043e\u043a\u0441\u0456 -proxy.show = \u041f\u043e\u043a\u0430\u0437\u0430\u0442\u0438 \u043f\u0440\u043e\u043a\u0441\u0438 -exit = \u0412\u0438\u0439\u0442\u0438 - -panel.disassembled = P-\u043a\u043e\u0434 -panel.decompiled = ActionScript - -search.info = \u041f\u043e\u0448\u0443\u043a "%text%": -search.script = \u0421\u043a\u0440\u0438\u043f\u0442 - -constants = \u041a\u043e\u043d\u0441\u0442\u0430\u043d\u0442\u0438 (Constants) -traits = \u041e\u0441\u043e\u0431\u043b\u0438\u0432\u043e\u0441\u0442\u0456 (Traits) - -pleasewait = \u0411\u0443\u0434\u044c \u043b\u0430\u0441\u043a\u0430, \u0437\u0430\u0447\u0435\u043a\u0430\u0439\u0442\u0435 - -abc.detail.methodtrait = Method/Getter/Setter \u043e\u0441\u043e\u0431\u043b\u0438\u0432\u0456\u0441\u0442\u044c (trait) -abc.detail.unsupported = - -abc.detail.slotconsttrait = Slot/Const \u043e\u0441\u043e\u0431\u043b\u0438\u0432\u0456\u0441\u0442\u044c (trait) -abc.detail.traitname = \u0406\u043c'\u044f: - -abc.detail.body.params.maxstack = \u041c\u0430\u043a\u0441\u0438\u043c\u0430\u043b\u044c\u043d\u0438\u0439 \u0440\u043e\u0437\u043c\u0456\u0440 \u0441\u0442\u0435\u043a\u0443: -abc.detail.body.params.localregcount = \u041a\u0456\u043b\u044c\u043a\u0456\u0441\u0442\u044c \u043b\u043e\u043a\u0430\u043b\u044c\u043d\u0438\u0445 \u0440\u0435\u0433\u0456\u0441\u0442\u0440\u0456\u0432: -abc.detail.body.params.minscope = \u041c\u0456\u043d\u0456\u043c\u0430\u043b\u044c\u043d\u0430 \u043e\u0431\u043b\u0430\u0441\u0442\u044c \u0432\u0438\u0434\u0438\u043c\u043e\u0441\u0442\u0456: -abc.detail.body.params.maxscope = \u041c\u0430\u043a\u0441\u0438\u043c\u0430\u043b\u044c\u043d\u0430 \u043e\u0431\u043b\u0430\u0441\u0442\u044c \u0432\u0438\u0434\u0438\u043c\u043e\u0441\u0442\u0456: -abc.detail.body.params.autofill = \u0410\u0432\u0442\u043e\u0437\u0430\u043f\u043e\u0432\u043d\u0435\u043d\u043d\u044f \u043f\u0440\u0438 \u0437\u0431\u0435\u0440\u0435\u0436\u0435\u043d\u043d\u0456 \u043a\u043e\u0434\u0443 (\u0413\u041b\u041e\u0411\u0410\u041b\u042c\u041d\u0415 \u041d\u0410\u041b\u0410\u0428\u0422\u0423\u0412\u0410\u041d\u041d\u042f) -abc.detail.body.params.autofill.experimental = ...\u0415\u041a\u0421\u041f\u0415\u0420\u0418\u041c\u0415\u041d\u0422\u0410\u041b\u042c\u041d\u041e - -abc.detail.methodinfo.methodindex = \u0406\u043d\u0434\u0435\u043a\u0441 \u043c\u0435\u0442\u043e\u0434\u0443: -abc.detail.methodinfo.parameters = \u0410\u0440\u0433\u0443\u043c\u0435\u043d\u0442\u0438: -abc.detail.methodinfo.returnvalue = \u0422\u0438\u043f \u0434\u0430\u043d\u0438\u0445 \u0437\u043d\u0430\u0447\u0435\u043d\u043d\u044f, \u044f\u043a\u0435 \u043f\u043e\u0432\u0435\u0440\u0442\u0430\u0454\u0442\u044c\u0441\u044f: - -error.methodinfo.params = \u041f\u043e\u043c\u0438\u043b\u043a\u0430 \u0432 \u0430\u0440\u0433\u0443\u043c\u0435\u043d\u0442\u0430\u0445 MethodInfo -error.methodinfo.returnvalue = \u041f\u043e\u043c\u0438\u043b\u043a\u0430 \u0432 \u0442\u0438\u043f\u0456 \u0434\u0430\u043d\u0438\u0445 \u0437\u043d\u0430\u0447\u0435\u043d\u043d\u044f, \u044f\u043a\u0435 \u043f\u043e\u0432\u0435\u0440\u0442\u0430\u0454\u0442\u044c\u0441\u044f MethodInfo - -abc.detail.methodinfo = MethodInfo -abc.detail.body.code = \u041a\u043e\u0434 MethodBody -abc.detail.body.params = \u041f\u0430\u0440\u0430\u043c\u0435\u0442\u0440\u0438 MethodBody - -abc.detail.slotconst.typevalue = \u0422\u0438\u043f \u0456 \u0417\u043d\u0430\u0447\u0435\u043d\u043d\u044f: - -error.slotconst.typevalue = \u041f\u043e\u043c\u0438\u043b\u043a\u0430 \u0432 \u0442\u0438\u043f\u0456 \u0434\u0430\u043d\u0438\u0445 \u0437\u043d\u0430\u0447\u0435\u043d\u043d\u044f SlotConst - -message.autofill.failed = \u041d\u0435\u043c\u043e\u0436\u043b\u0438\u0432\u043e \u043e\u0442\u0440\u0438\u043c\u0430\u0442\u0438 \u0441\u0442\u0430\u0442\u0438\u0441\u0442\u0438\u043a\u0443 \u043a\u043e\u0434\u0443 \u0434\u043b\u044f \u0430\u0432\u0442\u043e\u043c\u0430\u0442\u0438\u0447\u043d\u043e\u0433\u043e \u0437\u0430\u043f\u043e\u0432\u043d\u0435\u043d\u043d\u044f \u043f\u0430\u0440\u0430\u043c\u0435\u0442\u0440\u0456\u0432.\r\n\u0412\u0438\u043c\u043a\u043d\u0456\u0442\u044c \u0430\u0432\u0442\u043e\u0437\u0430\u043f\u043e\u0432\u043d\u0435\u043d\u043d\u044f \u0434\u043b\u044f \u0443\u043d\u0438\u043a\u043d\u0435\u043d\u043d\u044f \u0446\u044c\u043e\u0433\u043e \u043f\u043e\u0432\u0456\u0434\u043e\u043c\u043b\u0435\u043d\u043d\u044f. -info.selecttrait = \u0412\u0438\u0431\u0435\u0440\u0456\u0442\u044c \u043a\u043b\u0430\u0441 \u0456 \u043a\u043b\u0456\u043a\u043d\u0456\u0442\u044c \u043d\u0430 \u043e\u0441\u043e\u0431\u043b\u0438\u0432\u0456\u0441\u0442\u044c (trait) \u0432 ActionScript \u0434\u043b\u044f \u0457\u0457 \u0440\u0435\u0434\u0430\u0433\u0443\u0432\u0430\u043d\u043d\u044f. - -button.viewgraph = \u041f\u0435\u0440\u0435\u0433\u043b\u044f\u0434 \u0413\u0440\u0430\u0444\u0430 -button.viewhex = \u041f\u0435\u0440\u0435\u0433\u043b\u044f\u0434 Hex - -action.edit.experimental = (\u0415\u043a\u0441\u043f\u0435\u0440\u0438\u043c\u0435\u043d\u0442\u0430\u043b\u044c\u043d\u043e) - -message.action.saved = \u041a\u043e\u0434 \u0443\u0441\u043f\u0456\u0448\u043d\u043e \u0437\u0431\u0435\u0440\u0435\u0436\u0435\u043d\u0438\u0439 - -error.action.save = %error% \u0432 \u0440\u044f\u0434\u043a\u0443 %line% - -message.confirm.remove = \u0412\u0438 \u0432\u043f\u0435\u0432\u043d\u0435\u043d\u0456, \u0449\u043e \u0431\u0430\u0436\u0430\u0454\u0442\u0435 \u0432\u0438\u0434\u0430\u043b\u0438\u0442\u0438 \u0435\u043b\u0435\u043c\u0435\u043d\u0442 %item%\n \u0442\u0430 \u0432\u0441\u0456 \u043e\u0431'\u0454\u043a\u0442\u0438, \u0449\u043e \u0437\u0430\u043b\u0435\u0436\u0430\u0442\u044c \u0432\u0456\u0434 \u043d\u044c\u043e\u0433\u043e? - +menu.file=\u0424\u0430\u0439\u043b +menu.file.open=\u0412\u0456\u0434\u043a\u0440\u0438\u0442\u0438... +menu.file.save=\u0417\u0431\u0435\u0440\u0435\u0433\u0442\u0438 +menu.file.saveas=\u0417\u0431\u0435\u0440\u0435\u0433\u0442\u0438 \u044f\u043a... +menu.file.export.fla=\u0415\u043a\u0441\u043f\u043e\u0440\u0442\u0443\u0432\u0430\u0442\u0438 \u0434\u043e FLA +menu.file.export.all=\u0415\u043a\u0441\u043f\u043e\u0440\u0442\u0443\u0432\u0430\u0442\u0438 \u0432\u0441\u0435 +menu.file.export.selection=\u0415\u043a\u0441\u043f\u043e\u0440\u0442\u0443\u0432\u0430\u0442\u0438 \u043e\u0431\u0440\u0430\u043d\u0435 +menu.file.exit=\u0412\u0438\u0439\u0442\u0438 +menu.tools=\u0406\u043d\u0441\u0442\u0440\u0443\u043c\u0435\u043d\u0442\u0438 +menu.tools.searchas=\u041f\u043e\u0448\u0443\u043a \u043f\u043e \u0432\u0441\u044c\u043e\u043c\u0443 ActionScript... +menu.tools.proxy=\u041f\u0440\u043e\u043a\u0441\u0456 +menu.tools.deobfuscation=\u0414\u0435\u043e\u0431\u0444\u0443\u0441\u043a\u0430\u0446\u0456\u044f +menu.tools.deobfuscation.pcode=\u0414\u0435\u043e\u0431\u0444\u0443\u0441\u043a\u0430\u0446\u0456\u044f P-\u043a\u043e\u0434\u0443... +menu.tools.deobfuscation.globalrename=\u0413\u043b\u043e\u0431\u0430\u043b\u044c\u043d\u043e \u043f\u0435\u0440\u0435\u0439\u043c\u0435\u043d\u0443\u0432\u0430\u0442\u0438 \u0456\u0434\u0435\u043d\u0442\u0438\u0444\u0456\u043a\u0430\u0442\u043e\u0440 +menu.tools.deobfuscation.renameinvalid=\u041f\u0435\u0440\u0435\u0439\u043c\u0435\u043d\u0443\u0432\u0430\u0442\u0438 \u0445\u0438\u0431\u043d\u0456 \u0456\u0434\u0435\u043d\u0442\u0438\u0444\u0456\u043a\u0430\u0442\u043e\u0440\u0438 +menu.tools.gotoDocumentClass=\u041f\u0435\u0440\u0435\u0439\u0442\u0438 \u0434\u043e \u0433\u043e\u043b\u043e\u0432\u043d\u043e\u0433\u043e \u043a\u043b\u0430\u0441\u0443 +menu.settings=\u041d\u0430\u043b\u0430\u0448\u0442\u0443\u0432\u0430\u043d\u043d\u044f +menu.settings.autodeobfuscation=\u0410\u0432\u0442\u043e\u043c\u0430\u0442\u0438\u0447\u043d\u0430 \u0434\u0435\u043e\u0431\u0444\u0443\u0441\u043a\u0430\u0446\u0456\u044f +menu.settings.internalflashviewer=\u0412\u0438\u043a\u043e\u0440\u0438\u0441\u0442\u043e\u0432\u0443\u0432\u0430\u0442\u0438 \u0432\u043b\u0430\u0441\u043d\u0438\u0439 \u043f\u0440\u043e\u0433\u0440\u0430\u0432\u0430\u0447 Flash +menu.settings.parallelspeedup=\u0411\u0430\u0433\u0430\u0442\u043e\u043f\u043e\u0442\u043e\u043a\u043e\u0432\u0456\u0441\u0442\u044c (\u043f\u0440\u0438\u0441\u043a\u043e\u0440\u0438\u0442\u0438 \u0440\u043e\u0431\u043e\u0442\u0443 \u043f\u0440\u043e\u0433\u0440\u0430\u043c\u0438) +menu.settings.disabledecompilation=\u0412\u0438\u043c\u043a\u043d\u0443\u0442\u0438 \u0434\u0435\u043a\u043e\u043c\u043f\u0456\u043b\u044f\u0446\u0456\u044e (\u043b\u0438\u0448\u0435 \u0434\u0438\u0437\u0430\u0441\u0435\u043c\u0431\u043b\u044e\u0432\u0430\u0442\u0438) +menu.settings.addtocontextmenu=\u0414\u043e\u0434\u0430\u0442\u0438 FFDec \u0434\u043e \u043a\u043e\u043d\u0442\u0435\u043a\u0441\u0442\u043d\u043e\u0433\u043e \u043c\u0435\u043d\u044e SWF \u0444\u0430\u0439\u043b\u0456\u0432 +menu.settings.language=\u0417\u043c\u0456\u043d\u0438\u0442\u0438 \u043c\u043e\u0432\u0443 +menu.settings.cacheOnDisk=\u041a\u0435\u0448\u0443\u0432\u0430\u0442\u0438 \u043d\u0430 \u0434\u0438\u0441\u043a +menu.settings.gotoMainClassOnStartup=\u0412\u0438\u0434\u0456\u043b\u0438\u0442\u0438 \u0433\u043e\u043b\u043e\u0432\u043d\u0438\u0439 \u043a\u043b\u0430\u0441 \u043f\u0440\u0438 \u0437\u0430\u043f\u0443\u0441\u043a\u0443 +menu.help=\u0414\u043e\u043f\u043e\u043c\u043e\u0433\u0430 +menu.help.checkupdates=\u041f\u0435\u0440\u0435\u0432\u0456\u0440\u0438\u0442\u0438 \u043d\u0430 \u043e\u043d\u043e\u0432\u043b\u0435\u043d\u043d\u044f... +menu.help.helpus=\u041f\u0456\u0434\u0442\u0440\u0438\u043c\u0430\u0439\u0442\u0435 \u043d\u0430\u0441! +menu.help.homepage=\u0414\u043e\u043c\u0430\u0448\u043d\u044f \u0441\u0442\u043e\u0440\u0456\u043d\u043a\u0430 +menu.help.about=\u041f\u0440\u043e \u043f\u0440\u043e\u0433\u0440\u0430\u043c\u0443... +contextmenu.remove=\u0412\u0438\u0434\u0430\u043b\u0438\u0442\u0438 +button.save=\u0417\u0431\u0435\u0440\u0435\u0433\u0442\u0438 +button.edit=\u0420\u0435\u0434\u0430\u0433\u0443\u0432\u0430\u0442\u0438 +button.cancel=\u0421\u043a\u0430\u0441\u0443\u0432\u0430\u0442\u0438 +button.replace=\u0417\u0430\u043c\u0456\u043d\u0438\u0442\u0438... +notavailonthisplatform=\u041f\u043e\u043f\u0435\u0440\u0435\u0434\u043d\u0456\u0439 \u043f\u0435\u0440\u0435\u0433\u043b\u044f\u0434 \u0446\u044c\u043e\u0433\u043e \u043e\u0431'\u0454\u043a\u0442\u0443 \u043d\u0435\u0434\u043e\u0441\u0442\u0443\u043f\u043d\u0438\u0439 \u043d\u0430 \u0446\u0456\u0439 \u043f\u043b\u0430\u0442\u0444\u043e\u0440\u043c\u0456 (\u043b\u0438\u0448\u0435 \u0434\u043b\u044f Windows) +swfpreview=\u041f\u043e\u043f\u0435\u0440\u0435\u0434\u043d\u0456\u0439 \u043f\u0435\u0440\u0435\u0433\u043b\u044f\u0434 SWF +swfpreview.internal=\u041f\u043e\u043f\u0435\u0440\u0435\u0434\u043d\u0456\u0439 \u043f\u0435\u0440\u0435\u0433\u043b\u044f\u0434 SWF (\u0412\u0431\u0443\u0434\u043e\u0432\u0430\u043d\u0438\u0439 \u043f\u0440\u043e\u0433\u0440\u0430\u0432\u0430\u0447) +parameters=\u041f\u0430\u0440\u0430\u043c\u0435\u0442\u0440\u0438 +rename.enternew=\u0423\u0432\u0435\u0434\u0456\u0442\u044c \u043d\u043e\u0432\u0435 \u0456\u043c'\u044f: +rename.finished.identifier=\u0406\u0434\u0435\u043d\u0442\u0438\u0444\u0456\u043a\u0430\u0442\u043e\u0440 \u043f\u0435\u0440\u0435\u0439\u043c\u0435\u043d\u043e\u0432\u0430\u043d\u0438\u0439. +rename.finished.multiname=%count% multiname \u043f\u0435\u0440\u0435\u0439\u043c\u0435\u043d\u043e\u0432\u0430\u043d\u043e. +node.texts=\u0442\u0435\u043a\u0441\u0442\u0438 +node.images=\u0437\u043e\u0431\u0440\u0430\u0436\u0435\u043d\u043d\u044f +node.movies=\u0432\u0456\u0434\u0435\u043e +node.sounds=\u0437\u0432\u0443\u043a\u0438 +node.binaryData=\u0434\u0432\u0456\u0439\u043a\u043e\u0432\u0456 \u0434\u0430\u043d\u0456 +node.fonts=\u0448\u0440\u0438\u0444\u0442\u0438 +node.sprites=\u0441\u043f\u0440\u0430\u0439\u0442\u0438 +node.shapes=\u0444\u043e\u0440\u043c\u0438 +node.morphshapes=morphshapes +node.buttons=\u043a\u043d\u043e\u043f\u043a\u0438 +node.frames=\u043a\u0430\u0434\u0440\u0438 +node.scripts=\u0441\u043a\u0440\u0438\u043f\u0442\u0438 +message.warning=\u0423\u0432\u0430\u0433\u0430 +message.confirm.experimental=\u041d\u0430\u0441\u0442\u0443\u043f\u043d\u0430 \u043f\u0440\u043e\u0446\u0435\u0434\u0443\u0440\u0430 \u043c\u043e\u0436\u0435 \u043f\u043e\u0448\u043a\u043e\u0434\u0438\u0442\u0438 SWF \u0444\u0430\u0439\u043b \u0456 \u0437\u0440\u043e\u0431\u0438\u0442\u0438 \u0439\u043e\u0433\u043e \u043d\u0435\u0440\u043e\u0431\u043e\u0447\u0438\u043c.\r\n\u0412\u0418\u041a\u041e\u0420\u0418\u0421\u0422\u041e\u0412\u0423\u0419\u0422\u0415 \u041d\u0410 \u0412\u041b\u0410\u0421\u041d\u0418\u0419 \u0420\u0418\u0417\u0418\u041a! \u0412\u0438 \u0431\u0430\u0436\u0430\u0454\u0442\u0435 \u043f\u0440\u043e\u0434\u043e\u0432\u0436\u0438\u0442\u0438? +message.confirm.parallel=\u0411\u0430\u0433\u0430\u0442\u043e\u043f\u043e\u0442\u043e\u043a\u043e\u0432\u0456\u0441\u0442\u044c \u043c\u043e\u0436\u0435 \u043f\u0440\u0438\u0441\u043a\u043e\u0440\u0438\u0442\u0438 \u0437\u0430\u0432\u0430\u043d\u0442\u0430\u0436\u0435\u043d\u043d\u044f, \u0430\u043b\u0435 \u0437\u043d\u0430\u0434\u043e\u0431\u0438\u0442\u044c\u0441\u044f \u0431\u0456\u043b\u044c\u0448\u0435 \u043f\u0430\u043c'\u044f\u0442\u0456. +message.confirm.on=\u0423\u0432\u0456\u043c\u043a\u043d\u0443\u0442\u0438? +message.confirm.off=\u0412\u0438\u043c\u043a\u043d\u0443\u0442\u0438? +message.confirm=\u041f\u0456\u0434\u0442\u0432\u0435\u0440\u0434\u0438\u0442\u0438 +message.confirm.autodeobfuscate=\u0410\u0432\u0442\u043e\u043c\u0430\u0442\u0438\u0447\u043d\u0430 \u0434\u0435\u043e\u0431\u0444\u0443\u0441\u043a\u0430\u0446\u0456\u044f \u0434\u043e\u043f\u043e\u043c\u0430\u0433\u0430\u0454 \u0434\u0435\u043a\u043e\u043c\u043f\u0456\u043b\u044e\u0432\u0430\u0442\u0438 \u043e\u0431\u0444\u0443\u0441\u043a\u043e\u0432\u0430\u043d\u0438\u0439 \u043a\u043e\u0434.\r\n\u0414\u0435\u043e\u0431\u0444\u0443\u0441\u043a\u0430\u0446\u0456\u044f \u0443\u043f\u043e\u0432\u0456\u043b\u044c\u043d\u044e\u0454 \u0434\u0435\u043a\u043e\u043c\u043f\u0456\u043b\u044f\u0446\u0456\u044e \u0456 \u043c\u043e\u0436\u0435 \u043f\u0440\u0438\u0437\u0432\u0435\u0441\u0442\u0438 \u0434\u043e \u0432\u0438\u0434\u0430\u043b\u0435\u043d\u043d\u044f \u0434\u0435\u044f\u043a\u043e\u0457 \u0447\u0430\u0441\u0442\u043a\u0438 \u043a\u043e\u0434\u0443 - \u043c\u0435\u0440\u0442\u0432\u043e\u0433\u043e \u043a\u043e\u0434\u0443.\r\n\u0410\u0432\u0442\u043e\u043c\u0430\u0442\u0438\u0447\u043d\u0443 \u0434\u0435\u043e\u0431\u0444\u0443\u0441\u043a\u0430\u0446\u0456\u044e \u043a\u0440\u0430\u0449\u0435 \u0432\u0438\u043c\u043a\u043d\u0443\u0442\u0438, \u044f\u043a\u0449\u043e \u043a\u043e\u0434 \u043d\u0435 \u0454 \u043e\u0431\u0444\u0443\u0441\u043a\u043e\u0432\u0430\u043d\u0438\u043c. +message.parallel=\u0411\u0430\u0433\u0430\u0442\u043e\u043f\u043e\u0442\u043e\u043a\u043e\u0432\u0456\u0441\u0442\u044c +message.trait.saved=\u041e\u0441\u043e\u0431\u043b\u0438\u0432\u0456\u0441\u0442\u044c (trait) \u0432\u0434\u0430\u043b\u043e \u0437\u0431\u0435\u0440\u0435\u0436\u0435\u043d\u0430 +message.constant.new.string=\u0421\u0442\u0440\u043e\u043a\u0430 (String) "%value%" \u0432\u0456\u0434\u0441\u0443\u0442\u043d\u044f \u0432 \u0442\u0430\u0431\u043b\u0438\u0446\u0456 \u043a\u043e\u043d\u0441\u0442\u0430\u043d\u0442. \u0414\u043e\u0434\u0430\u0442\u0438? +message.constant.new.string.title=\u0414\u043e\u0434\u0430\u0442\u0438 \u0441\u0442\u0440\u043e\u043a\u0443 (String) +message.constant.new.integer=\u0426\u0456\u043b\u0435 \u0447\u0438\u0441\u043b\u043e (Integer) "%value%" \u0432\u0456\u0434\u0441\u0443\u0442\u043d\u0454 \u0432 \u0442\u0430\u0431\u043b\u0438\u0446\u0456 \u043a\u043e\u043d\u0441\u0442\u0430\u043d\u0442. \u0414\u043e\u0434\u0430\u0442\u0438? +message.constant.new.integer.title=\u0414\u043e\u0434\u0430\u0442\u0438 \u0446\u0456\u043b\u0435 \u0447\u0438\u0441\u043b\u043e (Integer) +message.constant.new.unsignedinteger=\u0411\u0435\u0437\u0437\u043d\u0430\u043a\u043e\u0432\u0435 \u0446\u0456\u043b\u0435 \u0447\u0438\u0441\u043b\u043e (Unsigned integer) "%value%" \u0432\u0456\u0434\u0441\u0443\u0442\u043d\u0454 \u0432 \u0442\u0430\u0431\u043b\u0438\u0446\u0456 \u043a\u043e\u043d\u0441\u0442\u0430\u043d\u0442. \u0414\u043e\u0434\u0430\u0442\u0438? +message.constant.new.unsignedinteger.title=\u0414\u043e\u0434\u0430\u0442\u0438 \u0431\u0435\u0437\u0437\u043d\u0430\u043a\u043e\u0432\u0435 \u0446\u0456\u043b\u0435 \u0447\u0438\u0441\u043b\u043e (Unsigned integer) +message.constant.new.double=\u0414\u0440\u043e\u0431\u043e\u0432\u0435 \u0447\u0438\u0441\u043b\u043e (Double) "%value%" \u0432\u0456\u0434\u0441\u0443\u0442\u043d\u0454 \u0432 \u0442\u0430\u0431\u043b\u0438\u0446\u0456 \u043a\u043e\u043d\u0441\u0442\u0430\u043d\u0442. \u0414\u043e\u0434\u0430\u0442\u0438? +message.constant.new.double.title=\u0414\u043e\u0434\u0430\u0442\u0438 \u0434\u0440\u043e\u0431\u043e\u0432\u0435 \u0447\u0438\u0441\u043b\u043e (Double) +work.buffering=\u0411\u0443\u0444\u0435\u0440\u0438\u0437\u0430\u0446\u0456\u044f +work.waitingfordissasembly=\u041e\u0447\u0456\u043a\u0443\u0432\u0430\u043d\u043d\u044f \u0434\u0438\u0437\u0430\u0441\u0441\u0435\u043c\u0431\u043b\u044e\u0432\u0430\u043d\u043d\u044f +work.gettinghilights=\u041f\u0456\u0434\u0441\u0432\u0456\u0447\u0443\u0432\u0430\u043d\u043d\u044f \u0441\u0438\u043d\u0442\u0430\u043a\u0441\u0438\u0441\u0443 +work.disassembling=\u0414\u0438\u0437\u0430\u0441\u0441\u0435\u043c\u0431\u043b\u044e\u0432\u0430\u043d\u043d\u044f +work.exporting=\u0415\u043a\u0441\u043f\u043e\u0440\u0442 +work.searching=\u041f\u043e\u0448\u0443\u043a +work.renaming=\u041f\u0435\u0440\u0435\u0439\u043c\u0435\u043d\u0443\u0432\u0430\u043d\u043d\u044f +work.exporting.fla=\u0415\u043a\u0441\u043f\u043e\u0440\u0442 FLA +work.renaming.identifiers=\u041f\u0435\u0440\u0435\u0439\u043c\u0435\u043d\u0443\u0432\u0430\u043d\u043d\u044f \u0456\u0434\u0435\u043d\u0442\u0438\u0444\u0456\u043a\u0430\u0442\u043e\u0440\u0456\u0432 +work.deobfuscating=\u0414\u0435\u043e\u0431\u0444\u0443\u0441\u043a\u0430\u0446\u0456\u044f +work.decompiling=\u0414\u0435\u043a\u043e\u043c\u043f\u0456\u043b\u044f\u0446\u0456\u044f +work.gettingvariables=\u041e\u0442\u0440\u0438\u043c\u0430\u043d\u043d\u044f \u0437\u043c\u0456\u043d\u043d\u0438\u0445 +work.reading.swf=\u0427\u0438\u0442\u0430\u043d\u043d\u044f SWF +work.creatingwindow=\u0421\u0442\u0432\u043e\u0440\u0435\u043d\u043d\u044f \u0432\u0456\u043a\u043d\u0430 +work.buildingscripttree=\u041f\u043e\u0431\u0443\u0434\u043e\u0432\u0430 \u0434\u0435\u0440\u0435\u0432\u0430 \u043a\u043e\u0434\u0443 +work.deobfuscating.complete=\u0414\u0435\u043e\u0431\u0444\u0443\u0441\u043a\u0430\u0446\u0456\u044e \u0437\u0430\u0432\u0435\u0440\u0448\u0435\u043d\u043e +message.search.notfound=\u0422\u0435\u043a\u0441\u0442 "%searchtext%" \u043d\u0435 \u0437\u043d\u0430\u0439\u0434\u0435\u043d\u043e. +message.search.notfound.title=\u041d\u0435 \u0437\u043d\u0430\u0439\u0434\u0435\u043d\u043e +message.rename.notfound.multiname=\u041f\u0456\u0434 \u043a\u0443\u0440\u0441\u043e\u0440\u043e\u043c \u043c\u0430\u0454 \u0431\u0443\u0442\u0438 multiname +message.rename.notfound.identifier=\u041f\u0456\u0434 \u043a\u0443\u0440\u0441\u043e\u0440\u043e\u043c \u043c\u0430\u0454 \u0431\u0443\u0442\u0438 \u0456\u0434\u0435\u043d\u0442\u0438\u0444\u0456\u043a\u0430\u0442\u043e\u0440 +message.rename.notfound.title=\u041d\u0435 \u0437\u043d\u0430\u0439\u0434\u0435\u043d\u043e +message.rename.renamed=\u0406\u0434\u0435\u043d\u0442\u0438\u0444\u0456\u043a\u0430\u0442\u043e\u0440\u0456\u0432 \u043f\u0435\u0440\u0435\u0439\u043c\u0435\u043d\u043e\u0432\u0430\u043d\u043e: %count% +filter.images=\u0417\u043e\u0431\u0440\u0430\u0436\u0435\u043d\u043d\u044f (%extensions%) +filter.fla=\u041f\u0440\u043e\u0435\u043a\u0442 %version% (*.fla) +filter.xfl=\u041d\u0435\u0441\u0442\u0438\u0441\u043d\u0443\u0442\u0438\u0439 \u043f\u0440\u043e\u0435\u043a\u0442 %version% (*.xfl) +filter.swf=SWF \u0444\u0430\u0439\u043b\u0438 (*.swf) +error=\u041f\u043e\u043c\u0438\u043b\u043a\u0430 +error.image.invalid=\u041d\u0435\u0432\u0456\u0440\u043d\u0435 \u0437\u043e\u0431\u0440\u0430\u0436\u0435\u043d\u043d\u044f. +error.text.invalid=\u041d\u0435\u0432\u0456\u0440\u043d\u0438\u0439 \u0442\u0435\u043a\u0441\u0442: %text% \u0432 \u0440\u044f\u0434\u043a\u0443 %line% +error.file.save=\u041d\u0435\u043c\u043e\u0436\u043b\u0438\u0432\u043e \u0437\u0431\u0435\u0440\u0435\u0433\u0442\u0438 \u0444\u0430\u0439\u043b +error.file.write=\u041d\u0435\u043c\u043e\u0436\u043b\u0438\u0432\u043e \u0437\u0430\u043f\u0438\u0441\u0430\u0442\u0438 \u0434\u0430\u043d\u0456 \u0432 \u0444\u0430\u0439\u043b +error.export=\u041f\u043e\u043c\u0438\u043b\u043a\u0430 \u043f\u0456\u0434 \u0447\u0430\u0441 \u0435\u043a\u0441\u043f\u043e\u0440\u0442\u0443 +export.select.directory=\u0412\u0438\u0431\u0435\u0440\u0456\u0442\u044c \u043f\u0430\u043f\u043a\u0443 \u0434\u043b\u044f \u0435\u043a\u0441\u043f\u043e\u0440\u0442\u0443 +export.finishedin=\u0415\u043a\u0441\u043f\u043e\u0440\u0442\u043e\u0432\u0430\u043d\u043e \u0437\u0430 %time% +update.check.title=\u041f\u0435\u0440\u0435\u0432\u0456\u0440\u043a\u0430 \u043e\u043d\u043e\u0432\u043b\u0435\u043d\u044c +update.check.nonewversion=\u041e\u043d\u043e\u0432\u043b\u0435\u043d\u044c \u043d\u0435\u043c\u0430\u0454. +message.helpus=\u0411\u0443\u0434\u044c \u043b\u0430\u0441\u043a\u0430, \u0432\u0456\u0434\u0432\u0456\u0434\u0430\u0439\u0442\u0435\r\n%url%\r\n\u0434\u043b\u044f \u043f\u043e\u0434\u0440\u043e\u0431\u0438\u0446\u044c. +message.homepage=\u0412\u0456\u0434\u0432\u0456\u0434\u0430\u0439\u0442\u0435 \u0434\u043e\u043c\u0430\u0448\u043d\u044e \u0441\u0442\u043e\u0440\u0456\u043d\u043a\u0443: \r\n%url% +proxy=\u041f\u0440\u043e\u043a\u0441\u0456 +proxy.start=\u0417\u0430\u043f\u0443\u0441\u0442\u0438\u0442\u0438 \u043f\u0440\u043e\u043a\u0441\u0456 +proxy.stop=\u0417\u0443\u043f\u0438\u043d\u0438\u0442\u0438 \u043f\u0440\u043e\u043a\u0441\u0456 +proxy.show=\u041f\u043e\u043a\u0430\u0437\u0430\u0442\u0438 \u043f\u0440\u043e\u043a\u0441\u0438 +exit=\u0412\u0438\u0439\u0442\u0438 +panel.disassembled=P-\u043a\u043e\u0434 +panel.decompiled=ActionScript +search.info=\u041f\u043e\u0448\u0443\u043a "%text%": +search.script=\u0421\u043a\u0440\u0438\u043f\u0442 +constants=\u041a\u043e\u043d\u0441\u0442\u0430\u043d\u0442\u0438 (Constants) +traits=\u041e\u0441\u043e\u0431\u043b\u0438\u0432\u043e\u0441\u0442\u0456 (Traits) +pleasewait=\u0411\u0443\u0434\u044c \u043b\u0430\u0441\u043a\u0430, \u0437\u0430\u0447\u0435\u043a\u0430\u0439\u0442\u0435 +abc.detail.methodtrait=Method/Getter/Setter \u043e\u0441\u043e\u0431\u043b\u0438\u0432\u0456\u0441\u0442\u044c (trait) +abc.detail.unsupported=- +abc.detail.slotconsttrait=Slot/Const \u043e\u0441\u043e\u0431\u043b\u0438\u0432\u0456\u0441\u0442\u044c (trait) +abc.detail.traitname=\u0406\u043c'\u044f: +abc.detail.body.params.maxstack=\u041c\u0430\u043a\u0441\u0438\u043c\u0430\u043b\u044c\u043d\u0438\u0439 \u0440\u043e\u0437\u043c\u0456\u0440 \u0441\u0442\u0435\u043a\u0443: +abc.detail.body.params.localregcount=\u041a\u0456\u043b\u044c\u043a\u0456\u0441\u0442\u044c \u043b\u043e\u043a\u0430\u043b\u044c\u043d\u0438\u0445 \u0440\u0435\u0433\u0456\u0441\u0442\u0440\u0456\u0432: +abc.detail.body.params.minscope=\u041c\u0456\u043d\u0456\u043c\u0430\u043b\u044c\u043d\u0430 \u043e\u0431\u043b\u0430\u0441\u0442\u044c \u0432\u0438\u0434\u0438\u043c\u043e\u0441\u0442\u0456: +abc.detail.body.params.maxscope=\u041c\u0430\u043a\u0441\u0438\u043c\u0430\u043b\u044c\u043d\u0430 \u043e\u0431\u043b\u0430\u0441\u0442\u044c \u0432\u0438\u0434\u0438\u043c\u043e\u0441\u0442\u0456: +abc.detail.body.params.autofill=\u0410\u0432\u0442\u043e\u0437\u0430\u043f\u043e\u0432\u043d\u0435\u043d\u043d\u044f \u043f\u0440\u0438 \u0437\u0431\u0435\u0440\u0435\u0436\u0435\u043d\u043d\u0456 \u043a\u043e\u0434\u0443 (\u0413\u041b\u041e\u0411\u0410\u041b\u042c\u041d\u0415 \u041d\u0410\u041b\u0410\u0428\u0422\u0423\u0412\u0410\u041d\u041d\u042f) +abc.detail.body.params.autofill.experimental=...\u0415\u041a\u0421\u041f\u0415\u0420\u0418\u041c\u0415\u041d\u0422\u0410\u041b\u042c\u041d\u041e +abc.detail.methodinfo.methodindex=\u0406\u043d\u0434\u0435\u043a\u0441 \u043c\u0435\u0442\u043e\u0434\u0443: +abc.detail.methodinfo.parameters=\u0410\u0440\u0433\u0443\u043c\u0435\u043d\u0442\u0438: +abc.detail.methodinfo.returnvalue=\u0422\u0438\u043f \u0434\u0430\u043d\u0438\u0445 \u0437\u043d\u0430\u0447\u0435\u043d\u043d\u044f, \u044f\u043a\u0435 \u043f\u043e\u0432\u0435\u0440\u0442\u0430\u0454\u0442\u044c\u0441\u044f: +error.methodinfo.params=\u041f\u043e\u043c\u0438\u043b\u043a\u0430 \u0432 \u0430\u0440\u0433\u0443\u043c\u0435\u043d\u0442\u0430\u0445 MethodInfo +error.methodinfo.returnvalue=\u041f\u043e\u043c\u0438\u043b\u043a\u0430 \u0432 \u0442\u0438\u043f\u0456 \u0434\u0430\u043d\u0438\u0445 \u0437\u043d\u0430\u0447\u0435\u043d\u043d\u044f, \u044f\u043a\u0435 \u043f\u043e\u0432\u0435\u0440\u0442\u0430\u0454\u0442\u044c\u0441\u044f MethodInfo +abc.detail.methodinfo=MethodInfo +abc.detail.body.code=\u041a\u043e\u0434 MethodBody +abc.detail.body.params=\u041f\u0430\u0440\u0430\u043c\u0435\u0442\u0440\u0438 MethodBody +abc.detail.slotconst.typevalue=\u0422\u0438\u043f \u0456 \u0417\u043d\u0430\u0447\u0435\u043d\u043d\u044f: +error.slotconst.typevalue=\u041f\u043e\u043c\u0438\u043b\u043a\u0430 \u0432 \u0442\u0438\u043f\u0456 \u0434\u0430\u043d\u0438\u0445 \u0437\u043d\u0430\u0447\u0435\u043d\u043d\u044f SlotConst +message.autofill.failed=\u041d\u0435\u043c\u043e\u0436\u043b\u0438\u0432\u043e \u043e\u0442\u0440\u0438\u043c\u0430\u0442\u0438 \u0441\u0442\u0430\u0442\u0438\u0441\u0442\u0438\u043a\u0443 \u043a\u043e\u0434\u0443 \u0434\u043b\u044f \u0430\u0432\u0442\u043e\u043c\u0430\u0442\u0438\u0447\u043d\u043e\u0433\u043e \u0437\u0430\u043f\u043e\u0432\u043d\u0435\u043d\u043d\u044f \u043f\u0430\u0440\u0430\u043c\u0435\u0442\u0440\u0456\u0432.\r\n\u0412\u0438\u043c\u043a\u043d\u0456\u0442\u044c \u0430\u0432\u0442\u043e\u0437\u0430\u043f\u043e\u0432\u043d\u0435\u043d\u043d\u044f \u0434\u043b\u044f \u0443\u043d\u0438\u043a\u043d\u0435\u043d\u043d\u044f \u0446\u044c\u043e\u0433\u043e \u043f\u043e\u0432\u0456\u0434\u043e\u043c\u043b\u0435\u043d\u043d\u044f. +info.selecttrait=\u0412\u0438\u0431\u0435\u0440\u0456\u0442\u044c \u043a\u043b\u0430\u0441 \u0456 \u043a\u043b\u0456\u043a\u043d\u0456\u0442\u044c \u043d\u0430 \u043e\u0441\u043e\u0431\u043b\u0438\u0432\u0456\u0441\u0442\u044c (trait) \u0432 ActionScript \u0434\u043b\u044f \u0457\u0457 \u0440\u0435\u0434\u0430\u0433\u0443\u0432\u0430\u043d\u043d\u044f. +button.viewgraph=\u041f\u0435\u0440\u0435\u0433\u043b\u044f\u0434 \u0413\u0440\u0430\u0444\u0430 +button.viewhex=\u041f\u0435\u0440\u0435\u0433\u043b\u044f\u0434 Hex +action.edit.experimental=(\u0415\u043a\u0441\u043f\u0435\u0440\u0438\u043c\u0435\u043d\u0442\u0430\u043b\u044c\u043d\u043e) +message.action.saved=\u041a\u043e\u0434 \u0443\u0441\u043f\u0456\u0448\u043d\u043e \u0437\u0431\u0435\u0440\u0435\u0436\u0435\u043d\u0438\u0439 +error.action.save=%error% \u0432 \u0440\u044f\u0434\u043a\u0443 %line% +message.confirm.remove=\u0412\u0438 \u0432\u043f\u0435\u0432\u043d\u0435\u043d\u0456, \u0449\u043e \u0431\u0430\u0436\u0430\u0454\u0442\u0435 \u0432\u0438\u0434\u0430\u043b\u0438\u0442\u0438 \u0435\u043b\u0435\u043c\u0435\u043d\u0442 %item%\n \u0442\u0430 \u0432\u0441\u0456 \u043e\u0431'\u0454\u043a\u0442\u0438, \u0449\u043e \u0437\u0430\u043b\u0435\u0436\u0430\u0442\u044c \u0432\u0456\u0434 \u043d\u044c\u043e\u0433\u043e? #after version 1.6.5u1: - -button.ok = \u0413\u0430\u0440\u0430\u0437\u0434 - -font.name = \u041d\u0430\u0437\u0432\u0430 \u0448\u0440\u0438\u0444\u0442\u0443: -font.isbold = \u0416\u0438\u0440\u043d\u0438\u0439: -font.isitalic = \u041a\u0443\u0440\u0441\u0438\u0432: -font.ascent = \u0412\u0435\u0440\u0445\u043d\u0456\u0439 \u0432\u0438\u043d\u043e\u0441\u043d\u0438\u0439 \u0435\u043b\u0435\u043c\u0435\u043d\u0442: -font.descent = \u041d\u0438\u0436\u043d\u0456\u0439 \u0432\u0438\u043d\u043e\u0441\u043d\u0438\u0439 \u0435\u043b\u0435\u043c\u0435\u043d\u0442: -font.leading = \u0406\u043d\u0442\u0435\u0440\u043b\u0456\u043d\u044c\u044f\u0436: -font.characters = \u0421\u0438\u043c\u0432\u043e\u043b\u0438: -font.characters.add = \u0414\u043e\u0434\u0430\u0442\u0438 \u0441\u0438\u043c\u0432\u043e\u043b\u0438: -value.unknown = ? - -yes = \u0442\u0430\u043a -no = \u043d\u0456 - -errors.present = \u041b\u043e\u0433 \u043c\u0456\u0441\u0442\u0438\u0442\u044c \u041f\u041e\u041c\u0418\u041b\u041a\u0418. \u041a\u043b\u0456\u043a\u043d\u0456\u0442\u044c \u0434\u043b\u044f \u043f\u0435\u0440\u0435\u0433\u043b\u044f\u0434\u0443. -errors.none = \u041b\u043e\u0433 \u043d\u0435 \u043c\u0456\u0441\u0442\u0438\u0442\u044c \u043f\u043e\u043c\u0438\u043b\u043e\u043a. - +button.ok=\u0413\u0430\u0440\u0430\u0437\u0434 +font.name=\u041d\u0430\u0437\u0432\u0430 \u0448\u0440\u0438\u0444\u0442\u0443: +font.isbold=\u0416\u0438\u0440\u043d\u0438\u0439: +font.isitalic=\u041a\u0443\u0440\u0441\u0438\u0432: +font.ascent=\u0412\u0435\u0440\u0445\u043d\u0456\u0439 \u0432\u0438\u043d\u043e\u0441\u043d\u0438\u0439 \u0435\u043b\u0435\u043c\u0435\u043d\u0442: +font.descent=\u041d\u0438\u0436\u043d\u0456\u0439 \u0432\u0438\u043d\u043e\u0441\u043d\u0438\u0439 \u0435\u043b\u0435\u043c\u0435\u043d\u0442: +font.leading=\u0406\u043d\u0442\u0435\u0440\u043b\u0456\u043d\u044c\u044f\u0436: +font.characters=\u0421\u0438\u043c\u0432\u043e\u043b\u0438: +font.characters.add=\u0414\u043e\u0434\u0430\u0442\u0438 \u0441\u0438\u043c\u0432\u043e\u043b\u0438: +value.unknown=? +yes=\u0442\u0430\u043a +no=\u043d\u0456 +errors.present=\u041b\u043e\u0433 \u043c\u0456\u0441\u0442\u0438\u0442\u044c \u041f\u041e\u041c\u0418\u041b\u041a\u0418. \u041a\u043b\u0456\u043a\u043d\u0456\u0442\u044c \u0434\u043b\u044f \u043f\u0435\u0440\u0435\u0433\u043b\u044f\u0434\u0443. +errors.none=\u041b\u043e\u0433 \u043d\u0435 \u043c\u0456\u0441\u0442\u0438\u0442\u044c \u043f\u043e\u043c\u0438\u043b\u043e\u043a. #after version 1.6.6: - -dialog.message.title = \u041f\u043e\u0432\u0456\u0434\u043e\u043c\u043b\u0435\u043d\u043d\u044f -dialog.select.title = \u0412\u0438\u0431\u0435\u0440\u0456\u0442\u044c \u043e\u0434\u0438\u043d \u0437 \u0432\u0430\u0440\u0456\u0430\u043d\u0442\u0456\u0432 - -button.yes = \u0422\u0430\u043a -button.no = \u041d\u0456 - -FileChooser.openButtonText = \u0412\u0456\u0434\u043a\u0440\u0438\u0442\u0438 -FileChooser.openButtonToolTipText = \u0412\u0456\u0434\u043a\u0440\u0438\u0442\u0438 -FileChooser.lookInLabelText = \u0428\u0443\u043a\u0430\u0442\u0438 \u0432: -FileChooser.acceptAllFileFilterText = \u0412\u0441\u0456 \u0444\u0430\u0439\u043b\u0438 -FileChooser.filesOfTypeLabelText = \u0422\u0438\u043f \u0444\u0430\u0439\u043b\u0456\u0432: -FileChooser.fileNameLabelText = \u0406\u043c'\u044f \u0444\u0430\u0439\u043b\u0443: -FileChooser.listViewButtonToolTipText = \u0421\u043f\u0438\u0441\u043e\u043a -FileChooser.listViewButtonAccessibleName = \u0421\u043f\u0438\u0441\u043e\u043a -FileChooser.detailsViewButtonToolTipText = \u0422\u0430\u0431\u043b\u0438\u0446\u044f -FileChooser.detailsViewButtonAccessibleName = \u0422\u0430\u0431\u043b\u0438\u0446\u044f -FileChooser.upFolderToolTipText = \u0412\u0433\u043e\u0440\u0443 \u043d\u0430 \u043e\u0434\u0438\u043d \u0440\u0456\u0432\u0435\u043d\u044c -FileChooser.upFolderAccessibleName = \u0412\u0433\u043e\u0440\u0443 \u043d\u0430 \u043e\u0434\u0438\u043d \u0440\u0456\u0432\u0435\u043d\u044c -FileChooser.homeFolderToolTipText = \u0414\u043e\u0434\u043e\u043c\u0443 -FileChooser.homeFolderAccessibleName = \u0414\u043e\u0434\u043e\u043c\u0443 -FileChooser.fileNameHeaderText = \u0406\u043c'\u044f -FileChooser.fileSizeHeaderText = \u0420\u043e\u0437\u043c\u0456\u0440 -FileChooser.fileTypeHeaderText = \u0422\u0438\u043f -FileChooser.fileDateHeaderText = \u0414\u0430\u0442\u0430 -FileChooser.fileAttrHeaderText = \u0410\u0442\u0440\u0438\u0431\u0443\u0442\u0438 -FileChooser.openDialogTitleText = \u0412\u0456\u0434\u043a\u0440\u0438\u0442\u0438 -FileChooser.directoryDescriptionText = \u041a\u0430\u0442\u0430\u043b\u043e\u0433 -FileChooser.directoryOpenButtonText = \u0412\u0456\u0434\u043a\u0440\u0438\u0442\u0438 -FileChooser.directoryOpenButtonToolTipText = \u0412\u0456\u0434\u043a\u0440\u0438\u0442\u0438 \u0432\u0438\u0431\u0440\u0430\u043d\u0438\u0439 \u043a\u0430\u0442\u0430\u043b\u043e\u0433 -FileChooser.fileDescriptionText = \u0422\u0438\u043f\u043e\u0432\u0438\u0439 \u0444\u0430\u0439\u043b -FileChooser.helpButtonText = \u0414\u043e\u043f\u043e\u043c\u043e\u0433\u0430 -FileChooser.helpButtonToolTipText = \u0414\u043e\u043f\u043e\u043c\u043e\u0433\u0430 \u043f\u043e \u0434\u0456\u0430\u043b\u043e\u0433\u0443 \u0432\u0438\u0431\u043e\u0440\u0443 \u0444\u0430\u0439\u043b\u0456\u0432 -FileChooser.newFolderAccessibleName = \u041d\u043e\u0432\u0430 \u043f\u0430\u043f\u043a\u0430 -FileChooser.newFolderErrorText = \u041f\u043e\u043c\u0438\u043b\u043a\u0430 \u043f\u0440\u0438 \u0441\u0442\u0432\u043e\u0440\u0435\u043d\u043d\u0456 \u043d\u043e\u0432\u043e\u0457 \u043f\u0430\u043f\u043a\u0438 -FileChooser.newFolderToolTipText = \u0421\u0442\u0432\u043e\u0440\u0438\u0442\u0438 \u043d\u043e\u0432\u0443 \u043f\u0430\u043f\u043a\u0443 -FileChooser.other.newFolder = \u041d\u043e\u0432\u0430\u041f\u0430\u043f\u043a\u0430 -FileChooser.other.newFolder.subsequent = \u041d\u043e\u0432\u0430\u041f\u0430\u043f\u043a\u0430.{0} -FileChooser.win32.newFolder = \u041d\u043e\u0432\u0430 \u043f\u0430\u043f\u043a\u0430 -FileChooser.win32.newFolder.subsequent = \u041d\u043e\u0432\u0430 \u043f\u0430\u043f\u043a\u0430 ({0}) -FileChooser.saveButtonText = \u0417\u0431\u0435\u0440\u0435\u0433\u0442\u0438 -FileChooser.saveButtonToolTipText = \u0417\u0431\u0435\u0440\u0435\u0433\u0442\u0438 \u0432\u0438\u0431\u0440\u0430\u043d\u0438\u0439 \u0444\u0430\u0439\u043b -FileChooser.saveDialogTitleText = \u0417\u0431\u0435\u0440\u0435\u0433\u0442\u0438 -FileChooser.saveInLabelText = \u0417\u0431\u0435\u0440\u0435\u0433\u0442\u0438 \u0432: -FileChooser.updateButtonText = \u041e\u043d\u043e\u0432\u0438\u0442\u0438 -FileChooser.updateButtonToolTipText = \u041e\u043d\u043e\u0432\u0438\u0442\u0438 \u0432\u043c\u0456\u0441\u0442 \u043a\u0430\u0442\u0430\u043b\u043e\u0433\u0443 - +dialog.message.title=\u041f\u043e\u0432\u0456\u0434\u043e\u043c\u043b\u0435\u043d\u043d\u044f +dialog.select.title=\u0412\u0438\u0431\u0435\u0440\u0456\u0442\u044c \u043e\u0434\u0438\u043d \u0437 \u0432\u0430\u0440\u0456\u0430\u043d\u0442\u0456\u0432 +button.yes=\u0422\u0430\u043a +button.no=\u041d\u0456 +FileChooser.openButtonText=\u0412\u0456\u0434\u043a\u0440\u0438\u0442\u0438 +FileChooser.openButtonToolTipText=\u0412\u0456\u0434\u043a\u0440\u0438\u0442\u0438 +FileChooser.lookInLabelText=\u0428\u0443\u043a\u0430\u0442\u0438 \u0432: +FileChooser.acceptAllFileFilterText=\u0412\u0441\u0456 \u0444\u0430\u0439\u043b\u0438 +FileChooser.filesOfTypeLabelText=\u0422\u0438\u043f \u0444\u0430\u0439\u043b\u0456\u0432: +FileChooser.fileNameLabelText=\u0406\u043c'\u044f \u0444\u0430\u0439\u043b\u0443: +FileChooser.listViewButtonToolTipText=\u0421\u043f\u0438\u0441\u043e\u043a +FileChooser.listViewButtonAccessibleName=\u0421\u043f\u0438\u0441\u043e\u043a +FileChooser.detailsViewButtonToolTipText=\u0422\u0430\u0431\u043b\u0438\u0446\u044f +FileChooser.detailsViewButtonAccessibleName=\u0422\u0430\u0431\u043b\u0438\u0446\u044f +FileChooser.upFolderToolTipText=\u0412\u0433\u043e\u0440\u0443 \u043d\u0430 \u043e\u0434\u0438\u043d \u0440\u0456\u0432\u0435\u043d\u044c +FileChooser.upFolderAccessibleName=\u0412\u0433\u043e\u0440\u0443 \u043d\u0430 \u043e\u0434\u0438\u043d \u0440\u0456\u0432\u0435\u043d\u044c +FileChooser.homeFolderToolTipText=\u0414\u043e\u0434\u043e\u043c\u0443 +FileChooser.homeFolderAccessibleName=\u0414\u043e\u0434\u043e\u043c\u0443 +FileChooser.fileNameHeaderText=\u0406\u043c'\u044f +FileChooser.fileSizeHeaderText=\u0420\u043e\u0437\u043c\u0456\u0440 +FileChooser.fileTypeHeaderText=\u0422\u0438\u043f +FileChooser.fileDateHeaderText=\u0414\u0430\u0442\u0430 +FileChooser.fileAttrHeaderText=\u0410\u0442\u0440\u0438\u0431\u0443\u0442\u0438 +FileChooser.openDialogTitleText=\u0412\u0456\u0434\u043a\u0440\u0438\u0442\u0438 +FileChooser.directoryDescriptionText=\u041a\u0430\u0442\u0430\u043b\u043e\u0433 +FileChooser.directoryOpenButtonText=\u0412\u0456\u0434\u043a\u0440\u0438\u0442\u0438 +FileChooser.directoryOpenButtonToolTipText=\u0412\u0456\u0434\u043a\u0440\u0438\u0442\u0438 \u0432\u0438\u0431\u0440\u0430\u043d\u0438\u0439 \u043a\u0430\u0442\u0430\u043b\u043e\u0433 +FileChooser.fileDescriptionText=\u0422\u0438\u043f\u043e\u0432\u0438\u0439 \u0444\u0430\u0439\u043b +FileChooser.helpButtonText=\u0414\u043e\u043f\u043e\u043c\u043e\u0433\u0430 +FileChooser.helpButtonToolTipText=\u0414\u043e\u043f\u043e\u043c\u043e\u0433\u0430 \u043f\u043e \u0434\u0456\u0430\u043b\u043e\u0433\u0443 \u0432\u0438\u0431\u043e\u0440\u0443 \u0444\u0430\u0439\u043b\u0456\u0432 +FileChooser.newFolderAccessibleName=\u041d\u043e\u0432\u0430 \u043f\u0430\u043f\u043a\u0430 +FileChooser.newFolderErrorText=\u041f\u043e\u043c\u0438\u043b\u043a\u0430 \u043f\u0440\u0438 \u0441\u0442\u0432\u043e\u0440\u0435\u043d\u043d\u0456 \u043d\u043e\u0432\u043e\u0457 \u043f\u0430\u043f\u043a\u0438 +FileChooser.newFolderToolTipText=\u0421\u0442\u0432\u043e\u0440\u0438\u0442\u0438 \u043d\u043e\u0432\u0443 \u043f\u0430\u043f\u043a\u0443 +FileChooser.other.newFolder=\u041d\u043e\u0432\u0430\u041f\u0430\u043f\u043a\u0430 +FileChooser.other.newFolder.subsequent=\u041d\u043e\u0432\u0430\u041f\u0430\u043f\u043a\u0430.{0} +FileChooser.win32.newFolder=\u041d\u043e\u0432\u0430 \u043f\u0430\u043f\u043a\u0430 +FileChooser.win32.newFolder.subsequent=\u041d\u043e\u0432\u0430 \u043f\u0430\u043f\u043a\u0430 ({0}) +FileChooser.saveButtonText=\u0417\u0431\u0435\u0440\u0435\u0433\u0442\u0438 +FileChooser.saveButtonToolTipText=\u0417\u0431\u0435\u0440\u0435\u0433\u0442\u0438 \u0432\u0438\u0431\u0440\u0430\u043d\u0438\u0439 \u0444\u0430\u0439\u043b +FileChooser.saveDialogTitleText=\u0417\u0431\u0435\u0440\u0435\u0433\u0442\u0438 +FileChooser.saveInLabelText=\u0417\u0431\u0435\u0440\u0435\u0433\u0442\u0438 \u0432: +FileChooser.updateButtonText=\u041e\u043d\u043e\u0432\u0438\u0442\u0438 +FileChooser.updateButtonToolTipText=\u041e\u043d\u043e\u0432\u0438\u0442\u0438 \u0432\u043c\u0456\u0441\u0442 \u043a\u0430\u0442\u0430\u043b\u043e\u0433\u0443 #after version 1.6.6u2: - -FileChooser.detailsViewActionLabel.textAndMnemonic = \u0422\u0430\u0431\u043b\u0438\u0446\u044f -FileChooser.detailsViewButtonToolTip.textAndMnemonic = \u0422\u0430\u0431\u043b\u0438\u0446\u044f -FileChooser.fileAttrHeader.textAndMnemonic = \u0410\u0442\u0440\u0438\u0431\u0443\u0442\u0438 -FileChooser.fileDateHeader.textAndMnemonic = \u0417\u043c\u0456\u043d\u0435\u043d\u0438\u0439 -FileChooser.fileNameHeader.textAndMnemonic = \u0406\u043c'\u044f -FileChooser.fileNameLabel.textAndMnemonic = \u0406\u043c'\u044f \u0444\u0430\u0439\u043b\u0443: -FileChooser.fileSizeHeader.textAndMnemonic = \u0420\u043e\u0437\u043c\u0456\u0440 -FileChooser.fileTypeHeader.textAndMnemonic = \u0422\u0438\u043f -FileChooser.filesOfTypeLabel.textAndMnemonic = \u0422\u0438\u043f \u0444\u0430\u0439\u043b\u0456\u0432: -FileChooser.folderNameLabel.textAndMnemonic = \u0406\u043c'\u044f \u043f\u0430\u043f\u043a\u0438: -FileChooser.homeFolderToolTip.textAndMnemonic = \u0414\u043e\u0434\u043e\u043c\u0443 -FileChooser.listViewActionLabel.textAndMnemonic = \u0421\u043f\u0438\u0441\u043e\u043a -FileChooser.listViewButtonToolTip.textAndMnemonic = \u0421\u043f\u0438\u0441\u043e\u043a -FileChooser.lookInLabel.textAndMnemonic = \u0428\u0443\u043a\u0430\u0442\u0438 \u0432: -FileChooser.newFolderActionLabel.textAndMnemonic = \u041d\u043e\u0432\u0430 \u043f\u0430\u043f\u043a\u0430 -FileChooser.newFolderToolTip.textAndMnemonic = \u0421\u0442\u0432\u043e\u0440\u0438\u0442\u0438 \u043d\u043e\u0432\u0443 \u043f\u0430\u043f\u043a\u0443 -FileChooser.refreshActionLabel.textAndMnemonic = \u041e\u043d\u043e\u0432\u0438\u0442\u0438 -FileChooser.saveInLabel.textAndMnemonic = \u0417\u0431\u0435\u0440\u0435\u0433\u0442\u0438 \u0432: -FileChooser.upFolderToolTip.textAndMnemonic = \u0412\u0433\u043e\u0440\u0443 \u043d\u0430 \u043e\u0434\u0438\u043d \u0440\u0456\u0432\u0435\u043d\u044c -FileChooser.viewMenuButtonAccessibleName = \u041f\u0435\u0440\u0435\u0433\u043b\u044f\u0434 \u043c\u0435\u043d\u044e -FileChooser.viewMenuButtonToolTipText = \u041f\u0435\u0440\u0435\u0433\u043b\u044f\u0434 \u043c\u0435\u043d\u044e -FileChooser.viewMenuLabel.textAndMnemonic = \u041f\u0435\u0440\u0435\u0433\u043b\u044f\u0434 -FileChooser.newFolderActionLabelText = \u041d\u043e\u0432\u0430 \u043f\u0430\u043f\u043a\u0430 -FileChooser.listViewActionLabelText = \u0421\u043f\u0438\u0441\u043e\u043a -FileChooser.detailsViewActionLabelText = \u0422\u0430\u0431\u043b\u0438\u0446\u044f -FileChooser.refreshActionLabelText = \u041e\u043d\u043e\u0432\u0438\u0442\u0438 -FileChooser.sortMenuLabelText = \u0423\u043f\u043e\u0440\u044f\u0434\u043a\u0443\u0432\u0430\u0442\u0438 \u0437\u043d\u0430\u0447\u043a\u0438 -FileChooser.viewMenuLabelText = \u041f\u0435\u0440\u0435\u0433\u043b\u044f\u0434 -FileChooser.fileSizeKiloBytes = {0} \u041a\u0411 -FileChooser.fileSizeMegaBytes = {0} \u041c\u0411 -FileChooser.fileSizeGigaBytes = {0} \u0413\u0411 -FileChooser.folderNameLabelText = \u0406\u043c'\u044f \u043f\u0430\u043f\u043a\u0438: - -error.occured = \u0412\u0438\u043d\u0438\u043a\u043b\u0430 \u043f\u043e\u043c\u0438\u043b\u043a\u0430: %error% -button.abort = \u041f\u0435\u0440\u0435\u0440\u0432\u0430\u0442\u0438 -button.retry = \u041f\u043e\u0432\u0442\u043e\u0440\u0438\u0442\u0438 -button.ignore = \u0406\u0433\u043d\u043e\u0440\u0443\u0432\u0430\u0442\u0438 - -font.source = \u0406\u043c\u043f\u043e\u0440\u0442\u0443\u0432\u0430\u0442\u0438 \u0437\u0456 \u0448\u0440\u0438\u0444\u0442\u0443: - +FileChooser.detailsViewActionLabel.textAndMnemonic=\u0422\u0430\u0431\u043b\u0438\u0446\u044f +FileChooser.detailsViewButtonToolTip.textAndMnemonic=\u0422\u0430\u0431\u043b\u0438\u0446\u044f +FileChooser.fileAttrHeader.textAndMnemonic=\u0410\u0442\u0440\u0438\u0431\u0443\u0442\u0438 +FileChooser.fileDateHeader.textAndMnemonic=\u0417\u043c\u0456\u043d\u0435\u043d\u0438\u0439 +FileChooser.fileNameHeader.textAndMnemonic=\u0406\u043c'\u044f +FileChooser.fileNameLabel.textAndMnemonic=\u0406\u043c'\u044f \u0444\u0430\u0439\u043b\u0443: +FileChooser.fileSizeHeader.textAndMnemonic=\u0420\u043e\u0437\u043c\u0456\u0440 +FileChooser.fileTypeHeader.textAndMnemonic=\u0422\u0438\u043f +FileChooser.filesOfTypeLabel.textAndMnemonic=\u0422\u0438\u043f \u0444\u0430\u0439\u043b\u0456\u0432: +FileChooser.folderNameLabel.textAndMnemonic=\u0406\u043c'\u044f \u043f\u0430\u043f\u043a\u0438: +FileChooser.homeFolderToolTip.textAndMnemonic=\u0414\u043e\u0434\u043e\u043c\u0443 +FileChooser.listViewActionLabel.textAndMnemonic=\u0421\u043f\u0438\u0441\u043e\u043a +FileChooser.listViewButtonToolTip.textAndMnemonic=\u0421\u043f\u0438\u0441\u043e\u043a +FileChooser.lookInLabel.textAndMnemonic=\u0428\u0443\u043a\u0430\u0442\u0438 \u0432: +FileChooser.newFolderActionLabel.textAndMnemonic=\u041d\u043e\u0432\u0430 \u043f\u0430\u043f\u043a\u0430 +FileChooser.newFolderToolTip.textAndMnemonic=\u0421\u0442\u0432\u043e\u0440\u0438\u0442\u0438 \u043d\u043e\u0432\u0443 \u043f\u0430\u043f\u043a\u0443 +FileChooser.refreshActionLabel.textAndMnemonic=\u041e\u043d\u043e\u0432\u0438\u0442\u0438 +FileChooser.saveInLabel.textAndMnemonic=\u0417\u0431\u0435\u0440\u0435\u0433\u0442\u0438 \u0432: +FileChooser.upFolderToolTip.textAndMnemonic=\u0412\u0433\u043e\u0440\u0443 \u043d\u0430 \u043e\u0434\u0438\u043d \u0440\u0456\u0432\u0435\u043d\u044c +FileChooser.viewMenuButtonAccessibleName=\u041f\u0435\u0440\u0435\u0433\u043b\u044f\u0434 \u043c\u0435\u043d\u044e +FileChooser.viewMenuButtonToolTipText=\u041f\u0435\u0440\u0435\u0433\u043b\u044f\u0434 \u043c\u0435\u043d\u044e +FileChooser.viewMenuLabel.textAndMnemonic=\u041f\u0435\u0440\u0435\u0433\u043b\u044f\u0434 +FileChooser.newFolderActionLabelText=\u041d\u043e\u0432\u0430 \u043f\u0430\u043f\u043a\u0430 +FileChooser.listViewActionLabelText=\u0421\u043f\u0438\u0441\u043e\u043a +FileChooser.detailsViewActionLabelText=\u0422\u0430\u0431\u043b\u0438\u0446\u044f +FileChooser.refreshActionLabelText=\u041e\u043d\u043e\u0432\u0438\u0442\u0438 +FileChooser.sortMenuLabelText=\u0423\u043f\u043e\u0440\u044f\u0434\u043a\u0443\u0432\u0430\u0442\u0438 \u0437\u043d\u0430\u0447\u043a\u0438 +FileChooser.viewMenuLabelText=\u041f\u0435\u0440\u0435\u0433\u043b\u044f\u0434 +FileChooser.fileSizeKiloBytes={0} \u041a\u0411 +FileChooser.fileSizeMegaBytes={0} \u041c\u0411 +FileChooser.fileSizeGigaBytes={0} \u0413\u0411 +FileChooser.folderNameLabelText=\u0406\u043c'\u044f \u043f\u0430\u043f\u043a\u0438: +error.occured=\u0412\u0438\u043d\u0438\u043a\u043b\u0430 \u043f\u043e\u043c\u0438\u043b\u043a\u0430: %error% +button.abort=\u041f\u0435\u0440\u0435\u0440\u0432\u0430\u0442\u0438 +button.retry=\u041f\u043e\u0432\u0442\u043e\u0440\u0438\u0442\u0438 +button.ignore=\u0406\u0433\u043d\u043e\u0440\u0443\u0432\u0430\u0442\u0438 +font.source=\u0406\u043c\u043f\u043e\u0440\u0442\u0443\u0432\u0430\u0442\u0438 \u0437\u0456 \u0448\u0440\u0438\u0444\u0442\u0443: #after version 1.6.7: - -menu.export = \u0415\u043a\u0441\u043f\u043e\u0440\u0442 -menu.general = \u0417\u0430\u0433\u0430\u043b\u044c\u043d\u0456 -menu.language = \u041c\u043e\u0432\u0430 - -startup.welcometo = \u041b\u0430\u0441\u043a\u0430\u0432\u043e \u043f\u0440\u043e\u0441\u0438\u043c\u043e \u0434\u043e -startup.selectopen = \u041d\u0430\u0442\u0438\u0441\u043d\u0456\u0442\u044c \u0437\u043d\u0430\u0447\u043e\u043a \u0412\u0456\u0434\u043a\u0440\u0438\u0442\u0438 \u043d\u0430 \u0432\u0435\u0440\u0445\u043d\u0456\u0439 \u043f\u0430\u043d\u0435\u043b\u0456 \u0430\u0431\u043e \u043f\u0435\u0440\u0435\u0442\u044f\u0433\u043d\u0456\u0442\u044c SWF \u0444\u0430\u0439\u043b \u0443 \u0446\u0435 \u0432\u0456\u043a\u043d\u043e, \u0449\u043e\u0431 \u043f\u043e\u0447\u0430\u0442\u0438. - -error.font.nocharacter = \u0412\u0438\u0431\u0440\u0430\u043d\u0438\u0439 \u0432\u0438\u0445\u0456\u0434\u043d\u0438\u0439 \u0448\u0440\u0438\u0444\u0442 \u043d\u0435 \u043c\u0456\u0441\u0442\u0438\u0442\u044c \u0441\u0438\u043c\u0432\u043e\u043b\u0430 "%char%". - -warning.initializers = \u0421\u0442\u0430\u0442\u0438\u0447\u043d\u0456 \u043f\u043e\u043b\u044f \u0456 \u043a\u043e\u043d\u0441\u0442\u0430\u043d\u0442\u0438 \u0437\u0430\u0437\u0432\u0438\u0447\u0430\u0439 \u0456\u043d\u0456\u0446\u0456\u0430\u043b\u0456\u0437\u0443\u044e\u0442\u044c\u0441\u044f \u0432 \u0456\u043d\u0456\u0446\u0456\u0430\u043b\u0456\u0437\u0430\u0442\u043e\u0440\u0430\u0445. \u0420\u0435\u0434\u0430\u0433\u0443\u0432\u0430\u043d\u043d\u044f \u0437\u043d\u0430\u0447\u0435\u043d\u044c \u0442\u0443\u0442, \u044f\u043a \u043f\u0440\u0430\u0432\u0438\u043b\u043e, \u043d\u0435 \u0432\u0438\u0441\u0442\u0430\u0447\u0430\u0454! - +menu.export=\u0415\u043a\u0441\u043f\u043e\u0440\u0442 +menu.general=\u0417\u0430\u0433\u0430\u043b\u044c\u043d\u0456 +menu.language=\u041c\u043e\u0432\u0430 +startup.welcometo=\u041b\u0430\u0441\u043a\u0430\u0432\u043e \u043f\u0440\u043e\u0441\u0438\u043c\u043e \u0434\u043e +startup.selectopen=\u041d\u0430\u0442\u0438\u0441\u043d\u0456\u0442\u044c \u0437\u043d\u0430\u0447\u043e\u043a \u0412\u0456\u0434\u043a\u0440\u0438\u0442\u0438 \u043d\u0430 \u0432\u0435\u0440\u0445\u043d\u0456\u0439 \u043f\u0430\u043d\u0435\u043b\u0456 \u0430\u0431\u043e \u043f\u0435\u0440\u0435\u0442\u044f\u0433\u043d\u0456\u0442\u044c SWF \u0444\u0430\u0439\u043b \u0443 \u0446\u0435 \u0432\u0456\u043a\u043d\u043e, \u0449\u043e\u0431 \u043f\u043e\u0447\u0430\u0442\u0438. +error.font.nocharacter=\u0412\u0438\u0431\u0440\u0430\u043d\u0438\u0439 \u0432\u0438\u0445\u0456\u0434\u043d\u0438\u0439 \u0448\u0440\u0438\u0444\u0442 \u043d\u0435 \u043c\u0456\u0441\u0442\u0438\u0442\u044c \u0441\u0438\u043c\u0432\u043e\u043b\u0430 "%char%". +warning.initializers=\u0421\u0442\u0430\u0442\u0438\u0447\u043d\u0456 \u043f\u043e\u043b\u044f \u0456 \u043a\u043e\u043d\u0441\u0442\u0430\u043d\u0442\u0438 \u0437\u0430\u0437\u0432\u0438\u0447\u0430\u0439 \u0456\u043d\u0456\u0446\u0456\u0430\u043b\u0456\u0437\u0443\u044e\u0442\u044c\u0441\u044f \u0432 \u0456\u043d\u0456\u0446\u0456\u0430\u043b\u0456\u0437\u0430\u0442\u043e\u0440\u0430\u0445. \u0420\u0435\u0434\u0430\u0433\u0443\u0432\u0430\u043d\u043d\u044f \u0437\u043d\u0430\u0447\u0435\u043d\u044c \u0442\u0443\u0442, \u044f\u043a \u043f\u0440\u0430\u0432\u0438\u043b\u043e, \u043d\u0435 \u0432\u0438\u0441\u0442\u0430\u0447\u0430\u0454! #after version 1.7.0u1: - -menu.tools.searchMemory = \u041f\u043e\u0448\u0443\u043a SWF \u0432 \u043f\u0430\u043c'\u044f\u0442\u0456 -menu.file.reload = \u041f\u0435\u0440\u0435\u0437\u0430\u0432\u0430\u043d\u0442\u0430\u0436\u0438\u0442\u0438 -message.confirm.reload = \u0426\u044f \u0434\u0456\u044f \u0441\u043a\u0430\u0441\u043e\u0432\u0443\u0454 \u0432\u0441\u0456 \u0437\u0431\u0435\u0440\u0435\u0436\u0435\u043d\u0456 \u0437\u043c\u0456\u043d\u0438 \u0456 \u0437\u0430\u0432\u0430\u043d\u0442\u0430\u0436\u0443\u0454 \u0444\u0430\u0439\u043b SWF \u0437\u043d\u043e\u0432\u0443. \u0412\u0438 \u0431\u0430\u0436\u0430\u0454\u0442\u0435 \u043f\u0440\u043e\u0434\u043e\u0432\u0436\u0438\u0442\u0438? - -dialog.selectbkcolor.title = \u0412\u0438\u0431\u0440\u0430\u0442\u0438 \u043a\u043e\u043b\u0456\u0440 \u0444\u043e\u043d\u0443 \u0434\u043b\u044f \u043e\u0431\u043b\u0430\u0441\u0442\u0456 \u043f\u0435\u0440\u0435\u0433\u043b\u044f\u0434\u0443 SWF -button.selectbkcolor.hint = \u0412\u0438\u0431\u0440\u0430\u0442\u0438 \u043a\u043e\u043b\u0456\u0440 \u0444\u043e\u043d\u0443 - -ColorChooser.okText = \u0413\u0430\u0440\u0430\u0437\u0434 -ColorChooser.cancelText = \u0421\u043a\u0430\u0441\u0443\u0432\u0430\u0442\u0438 -ColorChooser.resetText = \u0421\u043a\u0438\u043d\u0443\u0442\u0438 -ColorChooser.previewText = \u041f\u043e\u043f\u0435\u0440\u0435\u0434\u043d\u0456\u0439 \u043f\u0435\u0440\u0435\u0433\u043b\u044f\u0434 -ColorChooser.swatchesNameText = \u0417\u0440\u0430\u0437\u043a\u0438 -ColorChooser.swatchesRecentText = \u041d\u0435\u0434\u0430\u0432\u043d\u0454: -ColorChooser.sampleText = \u0417\u0440\u0430\u0437\u043e\u043a \u0442\u0435\u043a\u0441\u0442\u0443 \u0417\u0440\u0430\u0437\u043e\u043a \u0442\u0435\u043a\u0441\u0442\u0443 - +menu.tools.searchMemory=\u041f\u043e\u0448\u0443\u043a SWF \u0432 \u043f\u0430\u043c'\u044f\u0442\u0456 +menu.file.reload=\u041f\u0435\u0440\u0435\u0437\u0430\u0432\u0430\u043d\u0442\u0430\u0436\u0438\u0442\u0438 +message.confirm.reload=\u0426\u044f \u0434\u0456\u044f \u0441\u043a\u0430\u0441\u043e\u0432\u0443\u0454 \u0432\u0441\u0456 \u0437\u0431\u0435\u0440\u0435\u0436\u0435\u043d\u0456 \u0437\u043c\u0456\u043d\u0438 \u0456 \u0437\u0430\u0432\u0430\u043d\u0442\u0430\u0436\u0443\u0454 \u0444\u0430\u0439\u043b SWF \u0437\u043d\u043e\u0432\u0443. \u0412\u0438 \u0431\u0430\u0436\u0430\u0454\u0442\u0435 \u043f\u0440\u043e\u0434\u043e\u0432\u0436\u0438\u0442\u0438? +dialog.selectbkcolor.title=\u0412\u0438\u0431\u0440\u0430\u0442\u0438 \u043a\u043e\u043b\u0456\u0440 \u0444\u043e\u043d\u0443 \u0434\u043b\u044f \u043e\u0431\u043b\u0430\u0441\u0442\u0456 \u043f\u0435\u0440\u0435\u0433\u043b\u044f\u0434\u0443 SWF +button.selectbkcolor.hint=\u0412\u0438\u0431\u0440\u0430\u0442\u0438 \u043a\u043e\u043b\u0456\u0440 \u0444\u043e\u043d\u0443 +ColorChooser.okText=\u0413\u0430\u0440\u0430\u0437\u0434 +ColorChooser.cancelText=\u0421\u043a\u0430\u0441\u0443\u0432\u0430\u0442\u0438 +ColorChooser.resetText=\u0421\u043a\u0438\u043d\u0443\u0442\u0438 +ColorChooser.previewText=\u041f\u043e\u043f\u0435\u0440\u0435\u0434\u043d\u0456\u0439 \u043f\u0435\u0440\u0435\u0433\u043b\u044f\u0434 +ColorChooser.swatchesNameText=\u0417\u0440\u0430\u0437\u043a\u0438 +ColorChooser.swatchesRecentText=\u041d\u0435\u0434\u0430\u0432\u043d\u0454: +ColorChooser.sampleText=\u0417\u0440\u0430\u0437\u043e\u043a \u0442\u0435\u043a\u0441\u0442\u0443 \u0417\u0440\u0430\u0437\u043e\u043a \u0442\u0435\u043a\u0441\u0442\u0443 #after version 1.7.1: - -preview.play = \u0412\u0456\u0434\u0442\u0432\u043e\u0440\u0438\u0442\u0438 -preview.pause = \u041f\u0430\u0443\u0437\u0430 -preview.stop = \u0421\u0442\u043e\u043f - -message.confirm.removemultiple = \u0412\u0438 \u0432\u043f\u0435\u0432\u043d\u0435\u043d\u0456, \u0449\u043e \u0445\u043e\u0447\u0435\u0442\u0435 \u0432\u0438\u0434\u0430\u043b\u0438\u0442\u0438 \u0435\u043b\u0435\u043c\u0435\u043d\u0442\u0438 \u0443 \u043a\u0456\u043b\u044c\u043a\u043e\u0441\u0442\u0456: %count%, \u0456 \u0432\u0441\u0456 \u043e\u0431'\u0454\u043a\u0442\u0438, \u044f\u043a\u0456 \u0437\u0430\u043b\u0435\u0436\u0430\u0442\u044c \u0432\u0456\u0434 \u043d\u0438\u0445? - -menu.tools.searchCache = \u041f\u043e\u0448\u0443\u043a \u0443 \u043a\u0435\u0448\u0456 \u0431\u0440\u0430\u0443\u0437\u0435\u0440\u0456\u0432 - +preview.play=\u0412\u0456\u0434\u0442\u0432\u043e\u0440\u0438\u0442\u0438 +preview.pause=\u041f\u0430\u0443\u0437\u0430 +preview.stop=\u0421\u0442\u043e\u043f +message.confirm.removemultiple=\u0412\u0438 \u0432\u043f\u0435\u0432\u043d\u0435\u043d\u0456, \u0449\u043e \u0445\u043e\u0447\u0435\u0442\u0435 \u0432\u0438\u0434\u0430\u043b\u0438\u0442\u0438 \u0435\u043b\u0435\u043c\u0435\u043d\u0442\u0438 \u0443 \u043a\u0456\u043b\u044c\u043a\u043e\u0441\u0442\u0456: %count%, \u0456 \u0432\u0441\u0456 \u043e\u0431'\u0454\u043a\u0442\u0438, \u044f\u043a\u0456 \u0437\u0430\u043b\u0435\u0436\u0430\u0442\u044c \u0432\u0456\u0434 \u043d\u0438\u0445? +menu.tools.searchCache=\u041f\u043e\u0448\u0443\u043a \u0443 \u043a\u0435\u0448\u0456 \u0431\u0440\u0430\u0443\u0437\u0435\u0440\u0456\u0432 #after version 1.7.2u2 - -error.trait.exists = \u041e\u0441\u043e\u0431\u043b\u0438\u0432\u0456\u0441\u0442\u044c (trait) \u0437 \u0456\u043c'\u044f\u043c "%name%" \u0432\u0436\u0435 \u0456\u0441\u043d\u0443\u0454. -button.addtrait = \u0414\u043e\u0434\u0430\u0442\u0438 \u043e\u0441\u043e\u0431\u043b\u0438\u0432\u0456\u0441\u0442\u044c (trait) -button.font.embed = \u0412\u0431\u0443\u0434\u0443\u0432\u0430\u0442\u0438... -button.yes.all = \u0422\u0430\u043a \u0434\u043b\u044f \u0432\u0441\u0456\u0445 -button.no.all = \u041d\u0456 \u0434\u043b\u044f \u0432\u0441\u0456\u0445 -message.font.add.exists = \u0421\u0438\u043c\u0432\u043e\u043b %char% \u0432\u0436\u0435 \u0456\u0441\u043d\u0443\u0454 \u0432 \u0442\u0435\u0433\u0443 \u0448\u0440\u0438\u0444\u0442\u0430.\n \u0412\u0438 \u0431\u0430\u0436\u0430\u0435\u0442\u0435 \u0437\u0430\u043c\u0456\u043d\u0438\u0442\u0438 \u0439\u043e\u0433\u043e? - -filter.gfx = GFx \u0444\u0430\u0439\u043b\u0438 ScaleForm (*.gfx) -filter.supported = \u0412\u0441\u0456 \u043f\u0456\u0434\u0442\u0440\u0438\u043c\u0443\u0432\u0430\u043d\u0456 \u0442\u0438\u043f\u0438 \u0444\u0430\u0439\u043b\u0456\u0432 -work.canceled = \u0421\u043a\u0430\u0441\u043e\u0432\u0430\u043d\u043e -work.restoringControlFlow = \u0412\u0456\u0434\u043d\u043e\u0432\u043b\u0435\u043d\u043d\u044f \u043f\u043e\u0442\u043e\u043a\u0443 \u043a\u0435\u0440\u0443\u0432\u0430\u043d\u043d\u044f... -menu.advancedsettings.advancedsettings = \u0420\u043e\u0437\u0448\u0438\u0440\u0435\u043d\u0456 \u043d\u0430\u043b\u0430\u0448\u0442\u0443\u0432\u0430\u043d\u043d\u044f -menu.recentFiles = \u041e\u0441\u0442\u0430\u043d\u043d\u0456 \u0444\u0430\u0439\u043b\u0438 - +error.trait.exists=\u041e\u0441\u043e\u0431\u043b\u0438\u0432\u0456\u0441\u0442\u044c (trait) \u0437 \u0456\u043c'\u044f\u043c "%name%" \u0432\u0436\u0435 \u0456\u0441\u043d\u0443\u0454. +button.addtrait=\u0414\u043e\u0434\u0430\u0442\u0438 \u043e\u0441\u043e\u0431\u043b\u0438\u0432\u0456\u0441\u0442\u044c (trait) +button.font.embed=\u0412\u0431\u0443\u0434\u0443\u0432\u0430\u0442\u0438... +button.yes.all=\u0422\u0430\u043a \u0434\u043b\u044f \u0432\u0441\u0456\u0445 +button.no.all=\u041d\u0456 \u0434\u043b\u044f \u0432\u0441\u0456\u0445 +message.font.add.exists=\u0421\u0438\u043c\u0432\u043e\u043b %char% \u0432\u0436\u0435 \u0456\u0441\u043d\u0443\u0454 \u0432 \u0442\u0435\u0433\u0443 \u0448\u0440\u0438\u0444\u0442\u0430.\n \u0412\u0438 \u0431\u0430\u0436\u0430\u0435\u0442\u0435 \u0437\u0430\u043c\u0456\u043d\u0438\u0442\u0438 \u0439\u043e\u0433\u043e? +filter.gfx=GFx \u0444\u0430\u0439\u043b\u0438 ScaleForm (*.gfx) +filter.supported=\u0412\u0441\u0456 \u043f\u0456\u0434\u0442\u0440\u0438\u043c\u0443\u0432\u0430\u043d\u0456 \u0442\u0438\u043f\u0438 \u0444\u0430\u0439\u043b\u0456\u0432 +work.canceled=\u0421\u043a\u0430\u0441\u043e\u0432\u0430\u043d\u043e +work.restoringControlFlow=\u0412\u0456\u0434\u043d\u043e\u0432\u043b\u0435\u043d\u043d\u044f \u043f\u043e\u0442\u043e\u043a\u0443 \u043a\u0435\u0440\u0443\u0432\u0430\u043d\u043d\u044f... +menu.advancedsettings.advancedsettings=\u0420\u043e\u0437\u0448\u0438\u0440\u0435\u043d\u0456 \u043d\u0430\u043b\u0430\u0448\u0442\u0443\u0432\u0430\u043d\u043d\u044f +menu.recentFiles=\u041e\u0441\u0442\u0430\u043d\u043d\u0456 \u0444\u0430\u0439\u043b\u0438 #after version 1.7.4 -work.restoringControlFlow.complete = \u041f\u043e\u0442\u0456\u043a \u043a\u0435\u0440\u0443\u0432\u0430\u043d\u043d\u044f \u0432\u0456\u0434\u043d\u043e\u0432\u043b\u0435\u043d\u0438\u0439 -message.confirm.recentFileNotFound = \u0424\u0430\u0439\u043b \u043d\u0435 \u0437\u043d\u0430\u0439\u0434\u0435\u043d\u043e. \u0412\u0438 \u0445\u043e\u0447\u0435\u0442\u0435 \u0432\u0438\u0434\u0430\u043b\u0438\u0442\u0438 \u0439\u043e\u0433\u043e \u0437\u0456 \u0441\u043f\u0438\u0441\u043a\u0443 \u043e\u0441\u0442\u0430\u043d\u043d\u0456\u0445 \u0444\u0430\u0439\u043b\u0456\u0432? -contextmenu.closeSwf = \u0417\u0430\u043a\u0440\u0438\u0442\u0438 SWF -menu.settings.autoRenameIdentifiers = \u0410\u0432\u0442\u043e\u043c\u0430\u0442\u0438\u0447\u043d\u0435 \u043f\u0435\u0440\u0435\u0439\u043c\u0435\u043d\u0443\u0432\u0430\u043d\u043d\u044f \u0456\u0434\u0435\u043d\u0442\u0438\u0444\u0456\u043a\u0430\u0442\u043e\u0440\u0456\u0432 -menu.file.saveasexe = \u0417\u0431\u0435\u0440\u0435\u0433\u0442\u0438 \u044f\u043a Exe... -filter.exe = \u0412\u0438\u043a\u043e\u043d\u0443\u0432\u0430\u043d\u0456 \u0444\u0430\u0439\u043b\u0438 (*.exe) - +work.restoringControlFlow.complete=\u041f\u043e\u0442\u0456\u043a \u043a\u0435\u0440\u0443\u0432\u0430\u043d\u043d\u044f \u0432\u0456\u0434\u043d\u043e\u0432\u043b\u0435\u043d\u0438\u0439 +message.confirm.recentFileNotFound=\u0424\u0430\u0439\u043b \u043d\u0435 \u0437\u043d\u0430\u0439\u0434\u0435\u043d\u043e. \u0412\u0438 \u0445\u043e\u0447\u0435\u0442\u0435 \u0432\u0438\u0434\u0430\u043b\u0438\u0442\u0438 \u0439\u043e\u0433\u043e \u0437\u0456 \u0441\u043f\u0438\u0441\u043a\u0443 \u043e\u0441\u0442\u0430\u043d\u043d\u0456\u0445 \u0444\u0430\u0439\u043b\u0456\u0432? +contextmenu.closeSwf=\u0417\u0430\u043a\u0440\u0438\u0442\u0438 SWF +menu.settings.autoRenameIdentifiers=\u0410\u0432\u0442\u043e\u043c\u0430\u0442\u0438\u0447\u043d\u0435 \u043f\u0435\u0440\u0435\u0439\u043c\u0435\u043d\u0443\u0432\u0430\u043d\u043d\u044f \u0456\u0434\u0435\u043d\u0442\u0438\u0444\u0456\u043a\u0430\u0442\u043e\u0440\u0456\u0432 +menu.file.saveasexe=\u0417\u0431\u0435\u0440\u0435\u0433\u0442\u0438 \u044f\u043a Exe... +filter.exe=\u0412\u0438\u043a\u043e\u043d\u0443\u0432\u0430\u043d\u0456 \u0444\u0430\u0439\u043b\u0438 (*.exe) #after version 1.8.0 -font.updateTexts = \u041e\u043d\u043e\u0432\u0438\u0442\u0438 \u0444\u0430\u0439\u043b\u0438 - +font.updateTexts=\u041e\u043d\u043e\u0432\u0438\u0442\u0438 \u0444\u0430\u0439\u043b\u0438 #after version 1.8.0u1 -menu.file.close = \u0417\u0430\u043a\u0440\u0438\u0442\u0438 -menu.file.closeAll = \u0417\u0430\u043a\u0440\u0438\u0442\u0438 \u0432\u0441\u0435 -menu.tools.otherTools = \u0406\u043d\u0448\u0435 -menu.tools.otherTools.clearRecentFiles = \u041e\u0447\u0438\u0441\u0442\u0438\u0442\u0438 \u043e\u0441\u0442\u0430\u043d\u043d\u0456 \u0444\u0430\u0439\u043b\u0438 -fontName.name = \u041d\u0430\u0437\u0432\u0430 \u0448\u0440\u0438\u0444\u0442\u0443: -fontName.copyright = \u0410\u0432\u0442\u043e\u0440\u0441\u044c\u043a\u0456 \u043f\u0440\u0430\u0432\u0430 \u0448\u0440\u0438\u0444\u0442\u0443: -button.preview = \u041f\u043e\u043f\u0435\u0440\u0435\u0434\u043d\u0456\u0439 \u043f\u0435\u0440\u0435\u0433\u043b\u044f\u0434 -button.reset = \u0421\u043a\u0438\u043d\u0443\u0442\u0438 -errors.info = \u0412 \u0436\u0443\u0440\u043d\u0430\u043b\u0456 \u0454 \u0432\u0430\u0436\u043b\u0438\u0432\u0456 \u043f\u043e\u0432\u0456\u0434\u043e\u043c\u043b\u0435\u043d\u043d\u044f. \u041d\u0430\u0442\u0438\u0441\u043d\u0456\u0442\u044c, \u0449\u043e\u0431 \u043f\u043e\u0434\u0438\u0432\u0438\u0442\u0438\u0441\u044f. -errors.warning = \u0412 \u0436\u0443\u0440\u043d\u0430\u043b\u0456 \u0454 \u043f\u043e\u043f\u0435\u0440\u0435\u0434\u0436\u0435\u043d\u043d\u044f. \u041d\u0430\u0442\u0438\u0441\u043d\u0456\u0442\u044c, \u0449\u043e\u0431 \u043f\u043e\u0434\u0438\u0432\u0438\u0442\u0438\u0441\u044f. - -decompilationError = \u041f\u043e\u043c\u0438\u043b\u043a\u0430 \u0434\u0435\u043a\u043e\u043c\u043f\u0456\u043b\u044f\u0446\u0456\u0457 - -disassemblingProgress.toString = \u0422\u0435\u043a\u0441\u0442\u043e\u0432\u0435 \u043f\u0440\u0435\u0434\u0441\u0442\u0430\u0432\u043b\u0435\u043d\u043d\u044f -disassemblingProgress.reading = \u0427\u0438\u0442\u0430\u043d\u043d\u044f -disassemblingProgress.deobfuscating = \u0414\u0435\u043e\u0431\u0444\u0443\u0441\u043a\u0430\u0446\u0456\u044f - -contextmenu.moveTag = \u041f\u0435\u0440\u0435\u043c\u0456\u0441\u0442\u0438\u0442\u0438 \u0442\u0435\u0433 - -filter.swc = SWC \u0431\u0456\u0431\u043b\u0456\u043e\u0442\u0435\u043a\u0438 (*.swc) -filter.zip = ZIP \u0430\u0440\u0445\u0456\u0432\u0438 (*.zip) -filter.binary = \u0414\u0432\u0456\u0439\u043a\u043e\u0432\u0438\u0439 \u043f\u043e\u0448\u0443\u043a - \u0432\u0441\u0456 \u0444\u0430\u0439\u043b\u0438 (*.*) - -open.error = \u041f\u043e\u043c\u0438\u043b\u043a\u0430 -open.error.fileNotFound = \u0424\u0430\u0439\u043b \u043d\u0435 \u0437\u043d\u0430\u0439\u0434\u0435\u043d\u043e -open.error.cannotOpen = \u041d\u0435 \u0432\u0434\u0430\u0454\u0442\u044c\u0441\u044f \u0432\u0456\u0434\u043a\u0440\u0438\u0442\u0438 \u0444\u0430\u0439\u043b - -node.others = \u0406\u043d\u0448\u0456 - +menu.file.close=\u0417\u0430\u043a\u0440\u0438\u0442\u0438 +menu.file.closeAll=\u0417\u0430\u043a\u0440\u0438\u0442\u0438 \u0432\u0441\u0435 +menu.tools.otherTools=\u0406\u043d\u0448\u0435 +menu.tools.otherTools.clearRecentFiles=\u041e\u0447\u0438\u0441\u0442\u0438\u0442\u0438 \u043e\u0441\u0442\u0430\u043d\u043d\u0456 \u0444\u0430\u0439\u043b\u0438 +fontName.name=\u041d\u0430\u0437\u0432\u0430 \u0448\u0440\u0438\u0444\u0442\u0443: +fontName.copyright=\u0410\u0432\u0442\u043e\u0440\u0441\u044c\u043a\u0456 \u043f\u0440\u0430\u0432\u0430 \u0448\u0440\u0438\u0444\u0442\u0443: +button.preview=\u041f\u043e\u043f\u0435\u0440\u0435\u0434\u043d\u0456\u0439 \u043f\u0435\u0440\u0435\u0433\u043b\u044f\u0434 +button.reset=\u0421\u043a\u0438\u043d\u0443\u0442\u0438 +errors.info=\u0412 \u0436\u0443\u0440\u043d\u0430\u043b\u0456 \u0454 \u0432\u0430\u0436\u043b\u0438\u0432\u0456 \u043f\u043e\u0432\u0456\u0434\u043e\u043c\u043b\u0435\u043d\u043d\u044f. \u041d\u0430\u0442\u0438\u0441\u043d\u0456\u0442\u044c, \u0449\u043e\u0431 \u043f\u043e\u0434\u0438\u0432\u0438\u0442\u0438\u0441\u044f. +errors.warning=\u0412 \u0436\u0443\u0440\u043d\u0430\u043b\u0456 \u0454 \u043f\u043e\u043f\u0435\u0440\u0435\u0434\u0436\u0435\u043d\u043d\u044f. \u041d\u0430\u0442\u0438\u0441\u043d\u0456\u0442\u044c, \u0449\u043e\u0431 \u043f\u043e\u0434\u0438\u0432\u0438\u0442\u0438\u0441\u044f. +decompilationError=\u041f\u043e\u043c\u0438\u043b\u043a\u0430 \u0434\u0435\u043a\u043e\u043c\u043f\u0456\u043b\u044f\u0446\u0456\u0457 +disassemblingProgress.toString=\u0422\u0435\u043a\u0441\u0442\u043e\u0432\u0435 \u043f\u0440\u0435\u0434\u0441\u0442\u0430\u0432\u043b\u0435\u043d\u043d\u044f +disassemblingProgress.reading=\u0427\u0438\u0442\u0430\u043d\u043d\u044f +disassemblingProgress.deobfuscating=\u0414\u0435\u043e\u0431\u0444\u0443\u0441\u043a\u0430\u0446\u0456\u044f +contextmenu.moveTag=\u041f\u0435\u0440\u0435\u043c\u0456\u0441\u0442\u0438\u0442\u0438 \u0442\u0435\u0433 +filter.swc=SWC \u0431\u0456\u0431\u043b\u0456\u043e\u0442\u0435\u043a\u0438 (*.swc) +filter.zip=ZIP \u0430\u0440\u0445\u0456\u0432\u0438 (*.zip) +filter.binary=\u0414\u0432\u0456\u0439\u043a\u043e\u0432\u0438\u0439 \u043f\u043e\u0448\u0443\u043a - \u0432\u0441\u0456 \u0444\u0430\u0439\u043b\u0438 (*.*) +open.error=\u041f\u043e\u043c\u0438\u043b\u043a\u0430 +open.error.fileNotFound=\u0424\u0430\u0439\u043b \u043d\u0435 \u0437\u043d\u0430\u0439\u0434\u0435\u043d\u043e +open.error.cannotOpen=\u041d\u0435 \u0432\u0434\u0430\u0454\u0442\u044c\u0441\u044f \u0432\u0456\u0434\u043a\u0440\u0438\u0442\u0438 \u0444\u0430\u0439\u043b +node.others=\u0406\u043d\u0448\u0456 #after version 1.8.1 -menu.tools.search = \u041f\u043e\u0448\u0443\u043a \u0442\u0435\u043a\u0441\u0442\u0443 - +menu.tools.search=\u041f\u043e\u0448\u0443\u043a \u0442\u0435\u043a\u0441\u0442\u0443 #... -message.confirm.remove.nodep = \u0412\u0438 \u0432\u043f\u0435\u0432\u043d\u0435\u043d\u0456, \u0449\u043e \u0431\u0430\u0436\u0430\u0454\u0442\u0435 \u0432\u0438\u0434\u0430\u043b\u0438\u0442\u0438 \u0435\u043b\u0435\u043c\u0435\u043d\u0442 %item%? - -message.confirm.removemultiple.nodep = \u0412\u0438 \u0432\u043f\u0435\u0432\u043d\u0435\u043d\u0456, \u0449\u043e \u0445\u043e\u0447\u0435\u0442\u0435 \u0432\u0438\u0434\u0430\u043b\u0438\u0442\u0438 \u0435\u043b\u0435\u043c\u0435\u043d\u0442\u0438 \u0443 \u043a\u0456\u043b\u044c\u043a\u043e\u0441\u0442\u0456: %count%? - -contextmenu.exportFla = \u0415\u043a\u0441\u043f\u043e\u0440\u0442\u0443\u0432\u0430\u0442\u0438 \u0434\u043e FLA \ No newline at end of file +message.confirm.remove.nodep=\u0412\u0438 \u0432\u043f\u0435\u0432\u043d\u0435\u043d\u0456, \u0449\u043e \u0431\u0430\u0436\u0430\u0454\u0442\u0435 \u0432\u0438\u0434\u0430\u043b\u0438\u0442\u0438 \u0435\u043b\u0435\u043c\u0435\u043d\u0442 %item%? +message.confirm.removemultiple.nodep=\u0412\u0438 \u0432\u043f\u0435\u0432\u043d\u0435\u043d\u0456, \u0449\u043e \u0445\u043e\u0447\u0435\u0442\u0435 \u0432\u0438\u0434\u0430\u043b\u0438\u0442\u0438 \u0435\u043b\u0435\u043c\u0435\u043d\u0442\u0438 \u0443 \u043a\u0456\u043b\u044c\u043a\u043e\u0441\u0442\u0456: %count%? +contextmenu.exportFla=\u0415\u043a\u0441\u043f\u043e\u0440\u0442\u0443\u0432\u0430\u0442\u0438 \u0434\u043e FLA \ No newline at end of file diff --git a/src/com/jpexs/decompiler/flash/gui/locales/MainFrame_zh.properties b/src/com/jpexs/decompiler/flash/gui/locales/MainFrame_zh.properties index 7438d6589..81a7d78e2 100644 --- a/src/com/jpexs/decompiler/flash/gui/locales/MainFrame_zh.properties +++ b/src/com/jpexs/decompiler/flash/gui/locales/MainFrame_zh.properties @@ -12,715 +12,560 @@ # # You should have received a copy of the GNU General Public License # along with this program. If not, see . - -menu.file = \u6587\u4ef6 -menu.file.open = \u6253\u5f00... -menu.file.save = \u4fdd\u5b58 -menu.file.saveas = \u53e6\u5b58\u4e3a... -menu.file.export.fla = \u5bfc\u51fa\u5230FLA -menu.file.export.all = \u5bfc\u51fa\u6240\u6709\u63a7\u4ef6 -menu.file.export.selection = \u5bfc\u51fa\u5df2\u9009 -menu.file.exit = \u9000\u51fa - -menu.tools = \u5de5\u5177 -menu.tools.searchas = \u641c\u7d22\u6240\u6709AS\u4ee3\u7801... -menu.tools.proxy = \u4ee3\u7406 -menu.tools.deobfuscation = \u53cd\u6df7\u6dc6 -menu.tools.deobfuscation.pcode = P-code\u53cd\u6df7\u6dc6... -menu.tools.deobfuscation.globalrename = \u5168\u5c40\u91cd\u547d\u540d\u6807\u8bc6\u7b26 -menu.tools.deobfuscation.renameinvalid = \u91cd\u547d\u540d\u65e0\u6548\u6807\u8bc6\u7b26 -menu.tools.gotoDocumentClass = \u8df3\u8f6c\u5230\u4e3b\u7c7b - -menu.settings = \u8bbe\u7f6e -menu.settings.autodeobfuscation = \u81ea\u52a8\u53cd\u6df7\u6dc6 -menu.settings.internalflashviewer = \u4f7f\u7528\u5185\u90e8\u64ad\u653e\u5668 -menu.settings.parallelspeedup = \u591a\u7ebf\u7a0b\u52a0\u901f -menu.settings.disabledecompilation = \u7981\u7528\u53cd\u7f16\u8bd1 (\u4ec5\u53cd\u6c47\u7f16) -menu.settings.addtocontextmenu = \u6dfb\u52a0FFDec\u5230SWF\u53f3\u952e\u83dc\u5355 -menu.settings.language = \u66f4\u6539\u8bed\u8a00 -menu.settings.cacheOnDisk = \u4f7f\u7528\u786c\u76d8\u7f13\u5b58 -menu.settings.gotoMainClassOnStartup = \u542f\u52a8\u65f6\u9ad8\u4eae\u4e3b\u7c7b - -menu.help = \u5e2e\u52a9 -menu.help.checkupdates = \u68c0\u67e5\u66f4\u65b0... -menu.help.helpus = \u5e2e\u52a9\u6211\u4eec! -menu.help.homepage = \u8bbf\u95ee\u4e3b\u9875 -menu.help.about = \u5173\u4e8e... - -contextmenu.remove = \u5220\u9664 - -button.save = \u4fdd\u5b58 -button.edit = \u7f16\u8f91 -button.cancel = \u53d6\u6d88 -button.replace = \u66ff\u6362... - -notavailonthisplatform = \u8be5\u5bf9\u8c61\u7684\u9884\u89c8\u5728\u8be5\u5e73\u53f0\u4e0a\u4e0d\u53ef\u7528(\u4ec5Windows) - -swfpreview = SWF\u9884\u89c8 -swfpreview.internal = SWF\u9884\u89c8(\u4f7f\u7528\u5185\u90e8\u64ad\u653e\u5668) - -parameters = \u53c2\u6570 - -rename.enternew = \u8bf7\u8f93\u5165\u65b0\u540d\u79f0: - -rename.finished.identifier = \u6807\u8bc6\u7b26\u5df2\u88ab\u91cd\u547d\u540d. -rename.finished.multiname = \u5df2\u91cd\u547d\u540d%count%\u4e2a. - -node.texts = \u6587\u672c -node.images = \u56fe\u50cf -node.movies = \u89c6\u9891 -node.sounds = \u58f0\u97f3 -node.binaryData = \u4e8c\u8fdb\u5236\u6570\u636e -node.fonts = \u5b57\u4f53 -node.sprites = \u7cbe\u7075 -node.shapes = \u56fe\u5f62 -node.morphshapes = \u53d8\u5f62\u5f62\u72b6 -node.buttons = \u6309\u94ae -node.frames = \u5e27 -node.scripts = \u811a\u672c - -message.warning = \u8b66\u544a -message.confirm.experimental = \u6b64\u64cd\u4f5c\u53ef\u80fd\u4f1a\u635f\u574fSWF\u6587\u4ef6\uff0c\u4ece\u800c\u5bfc\u81f4\u8be5\u6587\u4ef6\u65e0\u6cd5\u64ad\u653e\u3002\r\n\u60a8\u5c06\u4f1a\u627f\u62c5\u4e00\u5b9a\u7684\u98ce\u9669\uff0c\u786e\u5b9a\u8981\u7ee7\u7eed\u5417\uff1f -message.confirm.parallel = \u591a\u7ebf\u7a0b\u53ef\u4ee5\u52a0\u5feb\u52a0\u8f7d\u548c\u53cd\u7f16\u8bd1\u7684\u901f\u5ea6\uff0c\u4f46\u4f1a\u5360\u7528\u66f4\u591a\u5185\u5b58\u3002 -message.confirm.on = \u60a8\u786e\u5b9a\u8981\u5f00\u542f\u5417\uff1f -message.confirm.off = \u60a8\u786e\u5b9a\u8981\u5173\u95ed\u5417\uff1f -message.confirm = \u786e\u8ba4 - -message.confirm.autodeobfuscate = \u81ea\u52a8\u53cd\u6df7\u6dc6\u662f\u53cd\u7f16\u8bd1\u6df7\u6dc6\u4ee3\u7801\u7684\u4e00\u79cd\u65b9\u6cd5\u3002\r\n\u53cd\u6df7\u6dc6\u4f1a\u5bfc\u81f4\u53cd\u7f16\u8bd1\u901f\u5ea6\u53d8\u6162\uff0c\u4f46\u53ef\u4ee5\u6d88\u9664\u4e00\u4e9b\u65e0\u6548\u4ee3\u7801\u3002\r\n\u5982\u679c\u672a\u6df7\u6dc6\u4ee3\u7801\uff0c\u5219\u6700\u597d\u5173\u95ed\u81ea\u52a8\u53cd\u6df7\u6dc6\u3002 - -message.parallel = \u591a\u7ebf\u7a0b -message.trait.saved = \u5df2\u6210\u529f\u4fdd\u5b58\u7279\u5f81 - -message.constant.new.string = \u5e38\u91cf\u8868\u4e2d\u4e0d\u5b58\u5728String "%value%"\uff0c\u9700\u8981\u6dfb\u52a0\u5417\uff1f -message.constant.new.string.title = \u6dfb\u52a0String -message.constant.new.integer = \u5e38\u91cf\u8868\u4e2d\u4e0d\u5b58\u5728Integer "%value%"\uff0c\u9700\u8981\u6dfb\u52a0\u5417\uff1f -message.constant.new.integer.title = \u6dfb\u52a0Integer -message.constant.new.unsignedinteger = \u5e38\u91cf\u8868\u4e2d\u4e0d\u5b58\u5728Unsigned integer "%value%"\uff0c\u9700\u8981\u6dfb\u52a0\u5417\uff1f -message.constant.new.unsignedinteger.title = \u6dfb\u52a0Unsigned integer -message.constant.new.double = \u5e38\u91cf\u8868\u4e2d\u4e0d\u5b58\u5728Double "%value%"\uff0c\u9700\u8981\u6dfb\u52a0\u5417\uff1f -message.constant.new.double.title = \u6dfb\u52a0Double - -work.buffering = \u6b63\u5728\u7f13\u51b2 -work.waitingfordissasembly = \u7b49\u5f85\u53cd\u6c47\u7f16 -work.gettinghilights = \u83b7\u53d6\u9ad8\u4eae -work.disassembling = \u53cd\u6c47\u7f16 -work.exporting = \u6b63\u5728\u5bfc\u51fa -work.searching = \u6b63\u5728\u641c\u7d22 -work.renaming = \u91cd\u547d\u540d\u4e2d -work.exporting.fla = \u6b63\u5728\u5bfc\u51faFLA -work.renaming.identifiers = \u91cd\u547d\u540d\u6807\u8bc6\u7b26\u4e2d -work.deobfuscating = \u6b63\u5728\u53cd\u6df7\u6dc6 -work.decompiling = \u6b63\u5728\u53cd\u7f16\u8bd1 -work.gettingvariables = \u83b7\u53d6\u53d8\u91cf -work.reading.swf = \u8bfb\u53d6SWF -work.creatingwindow = \u6b63\u5728\u521b\u5efa\u7a97\u53e3 -work.buildingscripttree = \u6b63\u5728\u6784\u5efa\u811a\u672c\u6811 - -work.deobfuscating.complete = \u53cd\u6df7\u6dc6\u5b8c\u6210 - -message.search.notfound = \u627e\u4e0d\u5230"%searchtext%" . -message.search.notfound.title = \u65e0\u641c\u7d22\u7ed3\u679c - -message.rename.notfound.multiname = \u5728\u5149\u6807\u4e0b\u672a\u627e\u5230multiname -message.rename.notfound.identifier = \u5728\u5149\u6807\u4e0b\u672a\u627e\u5230\u6807\u8bc6\u7b26 -message.rename.notfound.title = \u65e0\u641c\u7d22\u7ed3\u679c -message.rename.renamed = %count%\u4e2a\u6807\u8bc6\u7b26\u5df2\u91cd\u547d\u540d - -filter.images = \u56fe\u7247(%extensions%) -filter.fla = %version%\u6587\u6863(*.fla) -filter.xfl = %version%\u672a\u538b\u7f29\u7684\u6587\u6863(*.xfl) -filter.swf = SWF\u6587\u4ef6(*.swf) - -error = \u9519\u8bef -error.image.invalid = \u65e0\u6548\u7684\u56fe\u50cf\u3002 - -error.text.invalid = \u65e0\u6548\u7684\u6587\u672c: \u7b2c%line%\u884c\u7684%text% -error.file.save = \u65e0\u6cd5\u4fdd\u5b58\u6587\u4ef6 -error.file.write = \u65e0\u6cd5\u5199\u5165\u6587\u4ef6 -error.export = \u5bfc\u51fa\u65f6\u51fa\u73b0\u9519\u8bef - -export.select.directory = \u8bf7\u9009\u62e9\u5bfc\u51fa\u76ee\u5f55 -export.finishedin = \u5bfc\u51fa\u5b8c\u6210\uff0c\u8017\u65f6%time% - -update.check.title = \u786e\u8ba4\u66f4\u65b0 -update.check.nonewversion = \u65e0\u53ef\u7528\u66f4\u65b0. - -message.helpus = \u8bf7\u8bbf\u95ee\r\n%url%\r\n\u83b7\u5f97\u76f8\u5173\u7ec6\u8282. -message.homepage = \u8bbf\u95ee\u4e3b\u9875:\r\n%url% - -proxy = \u4ee3\u7406 -proxy.start = \u5f00\u59cb\u4ee3\u7406 -proxy.stop = \u505c\u6b62\u4ee3\u7406 -proxy.show = \u663e\u793a\u4ee3\u7406 -exit = \u9000\u51fa - -panel.disassembled = P-code\u8d44\u6e90 -panel.decompiled = AS\u6e90\u4ee3\u7801 - -search.info = \u641c\u7d22"%text%": -search.script = \u811a\u672c - -constants = \u5e38\u91cf -traits = \u7279\u5f81 - -pleasewait = \u8bf7\u7a0d\u5019 - +menu.file=\u6587\u4ef6 +menu.file.open=\u6253\u5f00... +menu.file.save=\u4fdd\u5b58 +menu.file.saveas=\u53e6\u5b58\u4e3a... +menu.file.export.fla=\u5bfc\u51fa\u5230FLA +menu.file.export.all=\u5bfc\u51fa\u6240\u6709\u63a7\u4ef6 +menu.file.export.selection=\u5bfc\u51fa\u5df2\u9009 +menu.file.exit=\u9000\u51fa +menu.tools=\u5de5\u5177 +menu.tools.searchas=\u641c\u7d22\u6240\u6709AS\u4ee3\u7801... +menu.tools.proxy=\u4ee3\u7406 +menu.tools.deobfuscation=\u53cd\u6df7\u6dc6 +menu.tools.deobfuscation.pcode=P-code\u53cd\u6df7\u6dc6... +menu.tools.deobfuscation.globalrename=\u5168\u5c40\u91cd\u547d\u540d\u6807\u8bc6\u7b26 +menu.tools.deobfuscation.renameinvalid=\u91cd\u547d\u540d\u65e0\u6548\u6807\u8bc6\u7b26 +menu.tools.gotoDocumentClass=\u8df3\u8f6c\u5230\u4e3b\u7c7b +menu.settings=\u8bbe\u7f6e +menu.settings.autodeobfuscation=\u81ea\u52a8\u53cd\u6df7\u6dc6 +menu.settings.internalflashviewer=\u4f7f\u7528\u5185\u90e8\u64ad\u653e\u5668 +menu.settings.parallelspeedup=\u591a\u7ebf\u7a0b\u52a0\u901f +menu.settings.disabledecompilation=\u7981\u7528\u53cd\u7f16\u8bd1 (\u4ec5\u53cd\u6c47\u7f16) +menu.settings.addtocontextmenu=\u6dfb\u52a0FFDec\u5230SWF\u53f3\u952e\u83dc\u5355 +menu.settings.language=\u66f4\u6539\u8bed\u8a00 +menu.settings.cacheOnDisk=\u4f7f\u7528\u786c\u76d8\u7f13\u5b58 +menu.settings.gotoMainClassOnStartup=\u542f\u52a8\u65f6\u9ad8\u4eae\u4e3b\u7c7b +menu.help=\u5e2e\u52a9 +menu.help.checkupdates=\u68c0\u67e5\u66f4\u65b0... +menu.help.helpus=\u5e2e\u52a9\u6211\u4eec! +menu.help.homepage=\u8bbf\u95ee\u4e3b\u9875 +menu.help.about=\u5173\u4e8e... +contextmenu.remove=\u5220\u9664 +button.save=\u4fdd\u5b58 +button.edit=\u7f16\u8f91 +button.cancel=\u53d6\u6d88 +button.replace=\u66ff\u6362... +notavailonthisplatform=\u8be5\u5bf9\u8c61\u7684\u9884\u89c8\u5728\u8be5\u5e73\u53f0\u4e0a\u4e0d\u53ef\u7528(\u4ec5Windows) +swfpreview=SWF\u9884\u89c8 +swfpreview.internal=SWF\u9884\u89c8(\u4f7f\u7528\u5185\u90e8\u64ad\u653e\u5668) +parameters=\u53c2\u6570 +rename.enternew=\u8bf7\u8f93\u5165\u65b0\u540d\u79f0: +rename.finished.identifier=\u6807\u8bc6\u7b26\u5df2\u88ab\u91cd\u547d\u540d. +rename.finished.multiname=\u5df2\u91cd\u547d\u540d%count%\u4e2a. +node.texts=\u6587\u672c +node.images=\u56fe\u50cf +node.movies=\u89c6\u9891 +node.sounds=\u58f0\u97f3 +node.binaryData=\u4e8c\u8fdb\u5236\u6570\u636e +node.fonts=\u5b57\u4f53 +node.sprites=\u7cbe\u7075 +node.shapes=\u56fe\u5f62 +node.morphshapes=\u53d8\u5f62\u5f62\u72b6 +node.buttons=\u6309\u94ae +node.frames=\u5e27 +node.scripts=\u811a\u672c +message.warning=\u8b66\u544a +message.confirm.experimental=\u6b64\u64cd\u4f5c\u53ef\u80fd\u4f1a\u635f\u574fSWF\u6587\u4ef6\uff0c\u4ece\u800c\u5bfc\u81f4\u8be5\u6587\u4ef6\u65e0\u6cd5\u64ad\u653e\u3002\r\n\u60a8\u5c06\u4f1a\u627f\u62c5\u4e00\u5b9a\u7684\u98ce\u9669\uff0c\u786e\u5b9a\u8981\u7ee7\u7eed\u5417\uff1f +message.confirm.parallel=\u591a\u7ebf\u7a0b\u53ef\u4ee5\u52a0\u5feb\u52a0\u8f7d\u548c\u53cd\u7f16\u8bd1\u7684\u901f\u5ea6\uff0c\u4f46\u4f1a\u5360\u7528\u66f4\u591a\u5185\u5b58\u3002 +message.confirm.on=\u60a8\u786e\u5b9a\u8981\u5f00\u542f\u5417\uff1f +message.confirm.off=\u60a8\u786e\u5b9a\u8981\u5173\u95ed\u5417\uff1f +message.confirm=\u786e\u8ba4 +message.confirm.autodeobfuscate=\u81ea\u52a8\u53cd\u6df7\u6dc6\u662f\u53cd\u7f16\u8bd1\u6df7\u6dc6\u4ee3\u7801\u7684\u4e00\u79cd\u65b9\u6cd5\u3002\r\n\u53cd\u6df7\u6dc6\u4f1a\u5bfc\u81f4\u53cd\u7f16\u8bd1\u901f\u5ea6\u53d8\u6162\uff0c\u4f46\u53ef\u4ee5\u6d88\u9664\u4e00\u4e9b\u65e0\u6548\u4ee3\u7801\u3002\r\n\u5982\u679c\u672a\u6df7\u6dc6\u4ee3\u7801\uff0c\u5219\u6700\u597d\u5173\u95ed\u81ea\u52a8\u53cd\u6df7\u6dc6\u3002 +message.parallel=\u591a\u7ebf\u7a0b +message.trait.saved=\u5df2\u6210\u529f\u4fdd\u5b58\u7279\u5f81 +message.constant.new.string=\u5e38\u91cf\u8868\u4e2d\u4e0d\u5b58\u5728String "%value%"\uff0c\u9700\u8981\u6dfb\u52a0\u5417\uff1f +message.constant.new.string.title=\u6dfb\u52a0String +message.constant.new.integer=\u5e38\u91cf\u8868\u4e2d\u4e0d\u5b58\u5728Integer "%value%"\uff0c\u9700\u8981\u6dfb\u52a0\u5417\uff1f +message.constant.new.integer.title=\u6dfb\u52a0Integer +message.constant.new.unsignedinteger=\u5e38\u91cf\u8868\u4e2d\u4e0d\u5b58\u5728Unsigned integer "%value%"\uff0c\u9700\u8981\u6dfb\u52a0\u5417\uff1f +message.constant.new.unsignedinteger.title=\u6dfb\u52a0Unsigned integer +message.constant.new.double=\u5e38\u91cf\u8868\u4e2d\u4e0d\u5b58\u5728Double "%value%"\uff0c\u9700\u8981\u6dfb\u52a0\u5417\uff1f +message.constant.new.double.title=\u6dfb\u52a0Double +work.buffering=\u6b63\u5728\u7f13\u51b2 +work.waitingfordissasembly=\u7b49\u5f85\u53cd\u6c47\u7f16 +work.gettinghilights=\u83b7\u53d6\u9ad8\u4eae +work.disassembling=\u53cd\u6c47\u7f16 +work.exporting=\u6b63\u5728\u5bfc\u51fa +work.searching=\u6b63\u5728\u641c\u7d22 +work.renaming=\u91cd\u547d\u540d\u4e2d +work.exporting.fla=\u6b63\u5728\u5bfc\u51faFLA +work.renaming.identifiers=\u91cd\u547d\u540d\u6807\u8bc6\u7b26\u4e2d +work.deobfuscating=\u6b63\u5728\u53cd\u6df7\u6dc6 +work.decompiling=\u6b63\u5728\u53cd\u7f16\u8bd1 +work.gettingvariables=\u83b7\u53d6\u53d8\u91cf +work.reading.swf=\u8bfb\u53d6SWF +work.creatingwindow=\u6b63\u5728\u521b\u5efa\u7a97\u53e3 +work.buildingscripttree=\u6b63\u5728\u6784\u5efa\u811a\u672c\u6811 +work.deobfuscating.complete=\u53cd\u6df7\u6dc6\u5b8c\u6210 +message.search.notfound=\u627e\u4e0d\u5230"%searchtext%" . +message.search.notfound.title=\u65e0\u641c\u7d22\u7ed3\u679c +message.rename.notfound.multiname=\u5728\u5149\u6807\u4e0b\u672a\u627e\u5230multiname +message.rename.notfound.identifier=\u5728\u5149\u6807\u4e0b\u672a\u627e\u5230\u6807\u8bc6\u7b26 +message.rename.notfound.title=\u65e0\u641c\u7d22\u7ed3\u679c +message.rename.renamed=%count%\u4e2a\u6807\u8bc6\u7b26\u5df2\u91cd\u547d\u540d +filter.images=\u56fe\u7247(%extensions%) +filter.fla=%version%\u6587\u6863(*.fla) +filter.xfl=%version%\u672a\u538b\u7f29\u7684\u6587\u6863(*.xfl) +filter.swf=SWF\u6587\u4ef6(*.swf) +error=\u9519\u8bef +error.image.invalid=\u65e0\u6548\u7684\u56fe\u50cf\u3002 +error.text.invalid=\u65e0\u6548\u7684\u6587\u672c: \u7b2c%line%\u884c\u7684%text% +error.file.save=\u65e0\u6cd5\u4fdd\u5b58\u6587\u4ef6 +error.file.write=\u65e0\u6cd5\u5199\u5165\u6587\u4ef6 +error.export=\u5bfc\u51fa\u65f6\u51fa\u73b0\u9519\u8bef +export.select.directory=\u8bf7\u9009\u62e9\u5bfc\u51fa\u76ee\u5f55 +export.finishedin=\u5bfc\u51fa\u5b8c\u6210\uff0c\u8017\u65f6%time% +update.check.title=\u786e\u8ba4\u66f4\u65b0 +update.check.nonewversion=\u65e0\u53ef\u7528\u66f4\u65b0. +message.helpus=\u8bf7\u8bbf\u95ee\r\n%url%\r\n\u83b7\u5f97\u76f8\u5173\u7ec6\u8282. +message.homepage=\u8bbf\u95ee\u4e3b\u9875:\r\n%url% +proxy=\u4ee3\u7406 +proxy.start=\u5f00\u59cb\u4ee3\u7406 +proxy.stop=\u505c\u6b62\u4ee3\u7406 +proxy.show=\u663e\u793a\u4ee3\u7406 +exit=\u9000\u51fa +panel.disassembled=P-code\u8d44\u6e90 +panel.decompiled=AS\u6e90\u4ee3\u7801 +search.info=\u641c\u7d22"%text%": +search.script=\u811a\u672c +constants=\u5e38\u91cf +traits=\u7279\u5f81 +pleasewait=\u8bf7\u7a0d\u5019 #DEPRECATED - see abc.detail.trait.* -abc.detail.methodtrait = Method/Getter/Setter Trait -abc.detail.unsupported = - +abc.detail.methodtrait=Method/Getter/Setter Trait +abc.detail.unsupported=- #DEPRECATED - see abc.detail.trait.* -abc.detail.slotconsttrait = Slot/Const Trait -abc.detail.traitname = \u540d\u79f0: - -abc.detail.body.params.maxstack = \u6700\u5927\u5806\u6808: -abc.detail.body.params.localregcount = \u672c\u5730\u5bc4\u5b58\u5668\u6570: -abc.detail.body.params.minscope = \u6700\u5c0f\u6df1\u5ea6\u8303\u56f4: -abc.detail.body.params.maxscope = \u6700\u5927\u6df1\u5ea6\u8303\u56f4: -abc.detail.body.params.autofill = \u4fdd\u5b58\u65f6\u81ea\u52a8\u5b8c\u6210\u4ee3\u7801(\u5168\u5c40\u8bbe\u7f6e) -abc.detail.body.params.autofill.experimental = ...\u5b9e\u9a8c\u6027 - -abc.detail.methodinfo.methodindex = \u65b9\u6cd5\u7d22\u5f15: -abc.detail.methodinfo.parameters = \u53c2\u6570: -abc.detail.methodinfo.returnvalue = \u8fd4\u56de\u503c\u7c7b\u578b: - -error.methodinfo.params = \u65b9\u6cd5\u4fe1\u606f\u53c2\u6570\u9519\u8bef -error.methodinfo.returnvalue = \u65b9\u6cd5\u4fe1\u606f\u8fd4\u56de\u503c\u7c7b\u578b\u9519\u8bef - -abc.detail.methodinfo = \u65b9\u6cd5\u4fe1\u606f -abc.detail.body.code = \u65b9\u6cd5\u4e3b\u4f53\u4ee3\u7801 -abc.detail.body.params = \u65b9\u6cd5\u4e3b\u4f53\u53c2\u6570 - -abc.detail.slotconst.typevalue = \u7c7b\u578b\u548c\u503c: - -error.slotconst.typevalue = \u63d2\u69fd\u5e38\u91cf\u7c7b\u578b\u503c\u9519\u8bef - -message.autofill.failed = \u65e0\u6cd5\u81ea\u52a8\u83b7\u5f97\u4e3b\u4f53\u53c2\u6570\u72b6\u6001\u4ee3\u7801\u3002\r\n\u8bf7\u5173\u95ed\u81ea\u52a8\u5b8c\u6210\u529f\u80fd\u540e\u518d\u8bd5\u4e00\u6b21\u3002 -info.selecttrait = \u9009\u62e9\u7c7b\uff0c\u7136\u540e\u5728AS\u6e90\u4ee3\u7801\u4e2d\u5355\u51fb\u4e00\u4e2a\u7279\u5f81\u4ee5\u5bf9\u5176\u8fdb\u884c\u7f16\u8f91\u3002 - -button.viewgraph = \u53ef\u89c6\u5316\u89c6\u56fe -button.viewhex = \u6d4f\u89c8\u5341\u516d\u8fdb\u5236 - -action.edit.experimental = (\u5b9e\u9a8c\u6027) - -message.action.saved = \u4ee3\u7801\u6210\u529f\u4fdd\u5b58 - -error.action.save = \u7b2c%line%\u884c\u51fa\u9519:\n%error% - -message.confirm.remove = \u60a8\u786e\u5b9a\u8981\u5220\u9664%item%\n\u548c\u6240\u6709\u4f9d\u8d56\u5b83\u7684\u5bf9\u8c61\u5417\uff1f - +abc.detail.slotconsttrait=Slot/Const Trait +abc.detail.traitname=\u540d\u79f0: +abc.detail.body.params.maxstack=\u6700\u5927\u5806\u6808: +abc.detail.body.params.localregcount=\u672c\u5730\u5bc4\u5b58\u5668\u6570: +abc.detail.body.params.minscope=\u6700\u5c0f\u6df1\u5ea6\u8303\u56f4: +abc.detail.body.params.maxscope=\u6700\u5927\u6df1\u5ea6\u8303\u56f4: +abc.detail.body.params.autofill=\u4fdd\u5b58\u65f6\u81ea\u52a8\u5b8c\u6210\u4ee3\u7801(\u5168\u5c40\u8bbe\u7f6e) +abc.detail.body.params.autofill.experimental=...\u5b9e\u9a8c\u6027 +abc.detail.methodinfo.methodindex=\u65b9\u6cd5\u7d22\u5f15: +abc.detail.methodinfo.parameters=\u53c2\u6570: +abc.detail.methodinfo.returnvalue=\u8fd4\u56de\u503c\u7c7b\u578b: +error.methodinfo.params=\u65b9\u6cd5\u4fe1\u606f\u53c2\u6570\u9519\u8bef +error.methodinfo.returnvalue=\u65b9\u6cd5\u4fe1\u606f\u8fd4\u56de\u503c\u7c7b\u578b\u9519\u8bef +abc.detail.methodinfo=\u65b9\u6cd5\u4fe1\u606f +abc.detail.body.code=\u65b9\u6cd5\u4e3b\u4f53\u4ee3\u7801 +abc.detail.body.params=\u65b9\u6cd5\u4e3b\u4f53\u53c2\u6570 +abc.detail.slotconst.typevalue=\u7c7b\u578b\u548c\u503c: +error.slotconst.typevalue=\u63d2\u69fd\u5e38\u91cf\u7c7b\u578b\u503c\u9519\u8bef +message.autofill.failed=\u65e0\u6cd5\u81ea\u52a8\u83b7\u5f97\u4e3b\u4f53\u53c2\u6570\u72b6\u6001\u4ee3\u7801\u3002\r\n\u8bf7\u5173\u95ed\u81ea\u52a8\u5b8c\u6210\u529f\u80fd\u540e\u518d\u8bd5\u4e00\u6b21\u3002 +info.selecttrait=\u9009\u62e9\u7c7b\uff0c\u7136\u540e\u5728AS\u6e90\u4ee3\u7801\u4e2d\u5355\u51fb\u4e00\u4e2a\u7279\u5f81\u4ee5\u5bf9\u5176\u8fdb\u884c\u7f16\u8f91\u3002 +button.viewgraph=\u53ef\u89c6\u5316\u89c6\u56fe +button.viewhex=\u6d4f\u89c8\u5341\u516d\u8fdb\u5236 +action.edit.experimental=(\u5b9e\u9a8c\u6027) +message.action.saved=\u4ee3\u7801\u6210\u529f\u4fdd\u5b58 +error.action.save=\u7b2c%line%\u884c\u51fa\u9519:\n%error% +message.confirm.remove=\u60a8\u786e\u5b9a\u8981\u5220\u9664%item%\n\u548c\u6240\u6709\u4f9d\u8d56\u5b83\u7684\u5bf9\u8c61\u5417\uff1f #after version 1.6.5u1: - -button.ok = \u786e\u5b9a - -font.name = \u5b57\u4f53\u540d\u79f0: -font.isbold = \u52a0\u7c97: -font.isitalic = \u659c\u4f53: -font.ascent = \u4e0a\u6807: -font.descent = \u4e0b\u6807: -font.leading = \u884c\u95f4\u8ddd: -font.characters = \u5b57\u7b26: -font.characters.add = \u6dfb\u52a0\u5b57\u7b26: -value.unknown = ? - -yes = \u662f -no = \u5426 - -errors.present = \u5728\u65e5\u5fd7\u4e2d\u8bb0\u5f55\u4e86\u9519\u8bef\uff0c\u70b9\u51fb\u67e5\u770b\u3002 -errors.none = \u5728\u65e5\u5fd7\u4e2d\u6ca1\u6709\u53d1\u73b0\u9519\u8bef\u3002 - +button.ok=\u786e\u5b9a +font.name=\u5b57\u4f53\u540d\u79f0: +font.isbold=\u52a0\u7c97: +font.isitalic=\u659c\u4f53: +font.ascent=\u4e0a\u6807: +font.descent=\u4e0b\u6807: +font.leading=\u884c\u95f4\u8ddd: +font.characters=\u5b57\u7b26: +font.characters.add=\u6dfb\u52a0\u5b57\u7b26: +value.unknown=? +yes=\u662f +no=\u5426 +errors.present=\u5728\u65e5\u5fd7\u4e2d\u8bb0\u5f55\u4e86\u9519\u8bef\uff0c\u70b9\u51fb\u67e5\u770b\u3002 +errors.none=\u5728\u65e5\u5fd7\u4e2d\u6ca1\u6709\u53d1\u73b0\u9519\u8bef\u3002 #after version 1.6.6: - -dialog.message.title = \u6d88\u606f -dialog.select.title = \u9009\u62e9\u4e00\u4e2a\u9009\u9879 - -button.yes = \u662f -button.no = \u5426 - -FileChooser.openButtonText = \u6253\u5f00 -FileChooser.openButtonToolTipText = \u6253\u5f00 -FileChooser.lookInLabelText = \u6d4f\u89c8: -FileChooser.acceptAllFileFilterText = \u6240\u6709\u6587\u4ef6 -FileChooser.filesOfTypeLabelText = \u6587\u4ef6\u7c7b\u578b: -FileChooser.fileNameLabelText = \u6587\u4ef6\u540d: -FileChooser.listViewButtonToolTipText = \u5217\u8868 -FileChooser.listViewButtonAccessibleName = \u5217\u8868 -FileChooser.detailsViewButtonToolTipText = \u8be6\u7ec6\u4fe1\u606f -FileChooser.detailsViewButtonAccessibleName = \u8be6\u7ec6\u4fe1\u606f -FileChooser.upFolderToolTipText = \u8fd4\u56de\u4e0a\u7ea7 -FileChooser.upFolderAccessibleName = \u8fd4\u56de\u4e0a\u7ea7 -FileChooser.homeFolderToolTipText = \u4e3b\u76ee\u5f55 -FileChooser.homeFolderAccessibleName = \u4e3b\u76ee\u5f55 -FileChooser.fileNameHeaderText = \u540d\u79f0 -FileChooser.fileSizeHeaderText = \u5927\u5c0f -FileChooser.fileTypeHeaderText = \u7c7b\u578b -FileChooser.fileDateHeaderText = \u65e5\u671f -FileChooser.fileAttrHeaderText = \u5c5e\u6027 -FileChooser.openDialogTitleText = \u6253\u5f00 -FileChooser.directoryDescriptionText = \u76ee\u5f55 -FileChooser.directoryOpenButtonText = \u6253\u5f00 -FileChooser.directoryOpenButtonToolTipText = \u6253\u5f00\u6240\u9009\u76ee\u5f55 -FileChooser.fileDescriptionText = \u901a\u7528\u6587\u4ef6 -FileChooser.helpButtonText = \u5e2e\u52a9 -FileChooser.helpButtonToolTipText = \u6587\u4ef6\u9009\u62e9\u5668\u5e2e\u52a9 -FileChooser.newFolderAccessibleName = \u65b0\u5efa\u6587\u4ef6\u5939 -FileChooser.newFolderErrorText = \u65b0\u5efa\u6587\u4ef6\u5939\u65f6\u51fa\u9519 -FileChooser.newFolderToolTipText = \u65b0\u5efa\u6587\u4ef6\u5939 -FileChooser.other.newFolder = \u65b0\u5efa\u6587\u4ef6\u5939 -FileChooser.other.newFolder.subsequent = \u65b0\u5efa\u6587\u4ef6\u5939.{0} -FileChooser.win32.newFolder = \u65b0\u5efa\u6587\u4ef6\u5939 -FileChooser.win32.newFolder.subsequent = \u65b0\u5efa\u6587\u4ef6\u5939({0}) -FileChooser.saveButtonText = \u4fdd\u5b58 -FileChooser.saveButtonToolTipText = \u4fdd\u5b58\u6240\u9009\u6587\u4ef6 -FileChooser.saveDialogTitleText = \u4fdd\u5b58 -FileChooser.saveInLabelText = \u4fdd\u5b58\u5230: -FileChooser.updateButtonText = \u5237\u65b0 -FileChooser.updateButtonToolTipText = \u5237\u65b0\u76ee\u5f55\u5217\u8868 - +dialog.message.title=\u6d88\u606f +dialog.select.title=\u9009\u62e9\u4e00\u4e2a\u9009\u9879 +button.yes=\u662f +button.no=\u5426 +FileChooser.openButtonText=\u6253\u5f00 +FileChooser.openButtonToolTipText=\u6253\u5f00 +FileChooser.lookInLabelText=\u6d4f\u89c8: +FileChooser.acceptAllFileFilterText=\u6240\u6709\u6587\u4ef6 +FileChooser.filesOfTypeLabelText=\u6587\u4ef6\u7c7b\u578b: +FileChooser.fileNameLabelText=\u6587\u4ef6\u540d: +FileChooser.listViewButtonToolTipText=\u5217\u8868 +FileChooser.listViewButtonAccessibleName=\u5217\u8868 +FileChooser.detailsViewButtonToolTipText=\u8be6\u7ec6\u4fe1\u606f +FileChooser.detailsViewButtonAccessibleName=\u8be6\u7ec6\u4fe1\u606f +FileChooser.upFolderToolTipText=\u8fd4\u56de\u4e0a\u7ea7 +FileChooser.upFolderAccessibleName=\u8fd4\u56de\u4e0a\u7ea7 +FileChooser.homeFolderToolTipText=\u4e3b\u76ee\u5f55 +FileChooser.homeFolderAccessibleName=\u4e3b\u76ee\u5f55 +FileChooser.fileNameHeaderText=\u540d\u79f0 +FileChooser.fileSizeHeaderText=\u5927\u5c0f +FileChooser.fileTypeHeaderText=\u7c7b\u578b +FileChooser.fileDateHeaderText=\u65e5\u671f +FileChooser.fileAttrHeaderText=\u5c5e\u6027 +FileChooser.openDialogTitleText=\u6253\u5f00 +FileChooser.directoryDescriptionText=\u76ee\u5f55 +FileChooser.directoryOpenButtonText=\u6253\u5f00 +FileChooser.directoryOpenButtonToolTipText=\u6253\u5f00\u6240\u9009\u76ee\u5f55 +FileChooser.fileDescriptionText=\u901a\u7528\u6587\u4ef6 +FileChooser.helpButtonText=\u5e2e\u52a9 +FileChooser.helpButtonToolTipText=\u6587\u4ef6\u9009\u62e9\u5668\u5e2e\u52a9 +FileChooser.newFolderAccessibleName=\u65b0\u5efa\u6587\u4ef6\u5939 +FileChooser.newFolderErrorText=\u65b0\u5efa\u6587\u4ef6\u5939\u65f6\u51fa\u9519 +FileChooser.newFolderToolTipText=\u65b0\u5efa\u6587\u4ef6\u5939 +FileChooser.other.newFolder=\u65b0\u5efa\u6587\u4ef6\u5939 +FileChooser.other.newFolder.subsequent=\u65b0\u5efa\u6587\u4ef6\u5939.{0} +FileChooser.win32.newFolder=\u65b0\u5efa\u6587\u4ef6\u5939 +FileChooser.win32.newFolder.subsequent=\u65b0\u5efa\u6587\u4ef6\u5939({0}) +FileChooser.saveButtonText=\u4fdd\u5b58 +FileChooser.saveButtonToolTipText=\u4fdd\u5b58\u6240\u9009\u6587\u4ef6 +FileChooser.saveDialogTitleText=\u4fdd\u5b58 +FileChooser.saveInLabelText=\u4fdd\u5b58\u5230: +FileChooser.updateButtonText=\u5237\u65b0 +FileChooser.updateButtonToolTipText=\u5237\u65b0\u76ee\u5f55\u5217\u8868 #after version 1.6.6u2: - -FileChooser.detailsViewActionLabel.textAndMnemonic = \u8be6\u7ec6\u4fe1\u606f -FileChooser.detailsViewButtonToolTip.textAndMnemonic = \u8be6\u7ec6\u4fe1\u606f -FileChooser.fileAttrHeader.textAndMnemonic = \u5c5e\u6027 -FileChooser.fileDateHeader.textAndMnemonic = \u5df2\u4fee\u6539 -FileChooser.fileNameHeader.textAndMnemonic = \u540d\u79f0 -FileChooser.fileNameLabel.textAndMnemonic = \u6587\u4ef6\u540d: -FileChooser.fileSizeHeader.textAndMnemonic = \u5927\u5c0f -FileChooser.fileTypeHeader.textAndMnemonic = \u7c7b\u578b -FileChooser.filesOfTypeLabel.textAndMnemonic = \u6587\u4ef6\u7c7b\u578b: -FileChooser.folderNameLabel.textAndMnemonic = \u6587\u4ef6\u5939\u540d\u79f0: -FileChooser.homeFolderToolTip.textAndMnemonic = \u4e3b\u76ee\u5f55 -FileChooser.listViewActionLabel.textAndMnemonic = \u5217\u8868 -FileChooser.listViewButtonToolTip.textAndMnemonic = \u5217\u8868 -FileChooser.lookInLabel.textAndMnemonic = \u6d4f\u89c8: -FileChooser.newFolderActionLabel.textAndMnemonic = \u65b0\u5efa\u6587\u4ef6\u5939 -FileChooser.newFolderToolTip.textAndMnemonic = \u65b0\u5efa\u6587\u4ef6\u5939 -FileChooser.refreshActionLabel.textAndMnemonic = \u5237\u65b0 -FileChooser.saveInLabel.textAndMnemonic = \u4fdd\u5b58\u5230: -FileChooser.upFolderToolTip.textAndMnemonic = \u8fd4\u56de\u4e0a\u7ea7 -FileChooser.viewMenuButtonAccessibleName = \u89c6\u56fe\u83dc\u5355 -FileChooser.viewMenuButtonToolTipText = \u89c6\u56fe\u83dc\u5355 -FileChooser.viewMenuLabel.textAndMnemonic = \u89c6\u56fe -FileChooser.newFolderActionLabelText = \u65b0\u5efa\u6587\u4ef6\u5939 -FileChooser.listViewActionLabelText = \u5217\u8868 -FileChooser.detailsViewActionLabelText = \u8be6\u7ec6\u4fe1\u606f -FileChooser.refreshActionLabelText = \u5237\u65b0 -FileChooser.sortMenuLabelText = \u6392\u5217\u56fe\u6807 -FileChooser.viewMenuLabelText = \u6d4f\u89c8 -FileChooser.fileSizeKiloBytes = {0} KB -FileChooser.fileSizeMegaBytes = {0} MB -FileChooser.fileSizeGigaBytes = {0} GB -FileChooser.folderNameLabelText = \u6587\u4ef6\u5939\u540d\u79f0: - -error.occured = \u53d1\u751f\u9519\u8bef: %error% -button.abort = \u7ec8\u6b62 -button.retry = \u91cd\u8bd5 -button.ignore = \u5ffd\u7565 - -font.source = \u6e90\u5b57\u4f53: - +FileChooser.detailsViewActionLabel.textAndMnemonic=\u8be6\u7ec6\u4fe1\u606f +FileChooser.detailsViewButtonToolTip.textAndMnemonic=\u8be6\u7ec6\u4fe1\u606f +FileChooser.fileAttrHeader.textAndMnemonic=\u5c5e\u6027 +FileChooser.fileDateHeader.textAndMnemonic=\u5df2\u4fee\u6539 +FileChooser.fileNameHeader.textAndMnemonic=\u540d\u79f0 +FileChooser.fileNameLabel.textAndMnemonic=\u6587\u4ef6\u540d: +FileChooser.fileSizeHeader.textAndMnemonic=\u5927\u5c0f +FileChooser.fileTypeHeader.textAndMnemonic=\u7c7b\u578b +FileChooser.filesOfTypeLabel.textAndMnemonic=\u6587\u4ef6\u7c7b\u578b: +FileChooser.folderNameLabel.textAndMnemonic=\u6587\u4ef6\u5939\u540d\u79f0: +FileChooser.homeFolderToolTip.textAndMnemonic=\u4e3b\u76ee\u5f55 +FileChooser.listViewActionLabel.textAndMnemonic=\u5217\u8868 +FileChooser.listViewButtonToolTip.textAndMnemonic=\u5217\u8868 +FileChooser.lookInLabel.textAndMnemonic=\u6d4f\u89c8: +FileChooser.newFolderActionLabel.textAndMnemonic=\u65b0\u5efa\u6587\u4ef6\u5939 +FileChooser.newFolderToolTip.textAndMnemonic=\u65b0\u5efa\u6587\u4ef6\u5939 +FileChooser.refreshActionLabel.textAndMnemonic=\u5237\u65b0 +FileChooser.saveInLabel.textAndMnemonic=\u4fdd\u5b58\u5230: +FileChooser.upFolderToolTip.textAndMnemonic=\u8fd4\u56de\u4e0a\u7ea7 +FileChooser.viewMenuButtonAccessibleName=\u89c6\u56fe\u83dc\u5355 +FileChooser.viewMenuButtonToolTipText=\u89c6\u56fe\u83dc\u5355 +FileChooser.viewMenuLabel.textAndMnemonic=\u89c6\u56fe +FileChooser.newFolderActionLabelText=\u65b0\u5efa\u6587\u4ef6\u5939 +FileChooser.listViewActionLabelText=\u5217\u8868 +FileChooser.detailsViewActionLabelText=\u8be6\u7ec6\u4fe1\u606f +FileChooser.refreshActionLabelText=\u5237\u65b0 +FileChooser.sortMenuLabelText=\u6392\u5217\u56fe\u6807 +FileChooser.viewMenuLabelText=\u6d4f\u89c8 +FileChooser.fileSizeKiloBytes={0} KB +FileChooser.fileSizeMegaBytes={0} MB +FileChooser.fileSizeGigaBytes={0} GB +FileChooser.folderNameLabelText=\u6587\u4ef6\u5939\u540d\u79f0: +error.occured=\u53d1\u751f\u9519\u8bef: %error% +button.abort=\u7ec8\u6b62 +button.retry=\u91cd\u8bd5 +button.ignore=\u5ffd\u7565 +font.source=\u6e90\u5b57\u4f53: #after version 1.6.7: - -menu.export = \u5bfc\u51fa -menu.general = \u5e38\u89c4 -menu.language = \u8bed\u8a00 - -startup.welcometo = \u6b22\u8fce\u4f7f\u7528 -startup.selectopen = \u5355\u51fb\u9876\u90e8\u9762\u677f\u4e0a\u7684"\u6253\u5f00"\u56fe\u6807\u6216\u5c06SWF\u6587\u4ef6\u62d6\u5230\u8be5\u7a97\u53e3\u4e2d\u4ee5\u542f\u52a8\u3002 - -error.font.nocharacter = \u9009\u62e9\u7684\u6e90\u5b57\u4f53\u4e0d\u5305\u542b\u5b57\u7b26 "%char%". - -warning.initializers = \u9759\u6001\u5b57\u6bb5\u548c\u5e38\u91cf\u901a\u5e38\u5728\u5b9a\u4e49\u88ab\u521d\u59cb\u5316\uff0c\n\u4ec5\u5728\u6b64\u7f16\u8f91\u503c\u901a\u5e38\u662f\u4e0d\u591f\u7684\uff01 - +menu.export=\u5bfc\u51fa +menu.general=\u5e38\u89c4 +menu.language=\u8bed\u8a00 +startup.welcometo=\u6b22\u8fce\u4f7f\u7528 +startup.selectopen=\u5355\u51fb\u9876\u90e8\u9762\u677f\u4e0a\u7684"\u6253\u5f00"\u56fe\u6807\u6216\u5c06SWF\u6587\u4ef6\u62d6\u5230\u8be5\u7a97\u53e3\u4e2d\u4ee5\u542f\u52a8\u3002 +error.font.nocharacter=\u9009\u62e9\u7684\u6e90\u5b57\u4f53\u4e0d\u5305\u542b\u5b57\u7b26 "%char%". +warning.initializers=\u9759\u6001\u5b57\u6bb5\u548c\u5e38\u91cf\u901a\u5e38\u5728\u5b9a\u4e49\u88ab\u521d\u59cb\u5316\uff0c\n\u4ec5\u5728\u6b64\u7f16\u8f91\u503c\u901a\u5e38\u662f\u4e0d\u591f\u7684\uff01 #after version 1.7.0u1: - -menu.tools.searchMemory = \u641c\u7d22\u5185\u5b58\u4e2d\u7684SWF -menu.file.reload = \u91cd\u65b0\u52a0\u8f7d -message.confirm.reload = \u6b64\u64cd\u4f5c\u5c06\u53d6\u6d88\u6240\u6709\u672a\u4fdd\u5b58\u7684\u66f4\u6539\u5e76\u91cd\u65b0\u52a0\u8f7dSWF\u6587\u4ef6\u3002\n\u662f\u5426\u7ee7\u7eed\uff1f - -dialog.selectbkcolor.title = \u9009\u62e9SWF\u663e\u793a\u7684\u80cc\u666f\u8272 -button.selectbkcolor.hint = \u9009\u62e9\u80cc\u666f\u8272 - -ColorChooser.okText = \u786e\u5b9a -ColorChooser.cancelText = \u53d6\u6d88 -ColorChooser.resetText = \u91cd\u7f6e -ColorChooser.previewText = \u9884\u89c8 -ColorChooser.swatchesNameText = \u8c03\u8272\u677f -ColorChooser.swatchesRecentText = \u6700\u8fd1: -ColorChooser.sampleText = \u793a\u4f8b\u6587\u5b57 \u793a\u4f8b\u6587\u672c - +menu.tools.searchMemory=\u641c\u7d22\u5185\u5b58\u4e2d\u7684SWF +menu.file.reload=\u91cd\u65b0\u52a0\u8f7d +message.confirm.reload=\u6b64\u64cd\u4f5c\u5c06\u53d6\u6d88\u6240\u6709\u672a\u4fdd\u5b58\u7684\u66f4\u6539\u5e76\u91cd\u65b0\u52a0\u8f7dSWF\u6587\u4ef6\u3002\n\u662f\u5426\u7ee7\u7eed\uff1f +dialog.selectbkcolor.title=\u9009\u62e9SWF\u663e\u793a\u7684\u80cc\u666f\u8272 +button.selectbkcolor.hint=\u9009\u62e9\u80cc\u666f\u8272 +ColorChooser.okText=\u786e\u5b9a +ColorChooser.cancelText=\u53d6\u6d88 +ColorChooser.resetText=\u91cd\u7f6e +ColorChooser.previewText=\u9884\u89c8 +ColorChooser.swatchesNameText=\u8c03\u8272\u677f +ColorChooser.swatchesRecentText=\u6700\u8fd1: +ColorChooser.sampleText=\u793a\u4f8b\u6587\u5b57 \u793a\u4f8b\u6587\u672c #after version 1.7.1: - -preview.play = \u64ad\u653e -preview.pause = \u6682\u505c -preview.stop = \u505c\u6b62 - -message.confirm.removemultiple = \u60a8\u786e\u5b9a\u8981\u5220\u9664%count%\u4e2a\u9879\u76ee\n\u548c\u6240\u6709\u4f9d\u8d56\u4e8e\u6b64\u7684\u5bf9\u8c61\u5417\uff1f - -menu.tools.searchCache = \u641c\u7d22\u6d4f\u89c8\u5668\u7f13\u5b58 - +preview.play=\u64ad\u653e +preview.pause=\u6682\u505c +preview.stop=\u505c\u6b62 +message.confirm.removemultiple=\u60a8\u786e\u5b9a\u8981\u5220\u9664%count%\u4e2a\u9879\u76ee\n\u548c\u6240\u6709\u4f9d\u8d56\u4e8e\u6b64\u7684\u5bf9\u8c61\u5417\uff1f +menu.tools.searchCache=\u641c\u7d22\u6d4f\u89c8\u5668\u7f13\u5b58 #after version 1.7.2u2 - -error.trait.exists = \u540d\u79f0\u4e3a"%name%"\u7684\u7279\u5f81\u5df2\u7ecf\u5b58\u5728 -button.addtrait = \u6dfb\u52a0\u7279\u5f81 -button.font.embed = \u5d4c\u5165... -button.yes.all = \u5168\u662f -button.no.all = \u5168\u5426 -message.font.add.exists = \u5b57\u7b26"%char%"\u5df2\u5b58\u5728\u4e8e\u6b64\u5b57\u4f53\u6807\u7b7e\u3002\n\u662f\u5426\u8981\u66ff\u6362\u5b83\uff1f - -filter.gfx = ScaleForm GFx\u6587\u4ef6(*.gfx) -filter.supported = \u6240\u6709\u652f\u6301\u7684\u6587\u4ef6\u7c7b\u578b -work.canceled = \u5df2\u53d6\u6d88 -work.restoringControlFlow = \u6062\u590d\u63a7\u5236\u6d41 -menu.advancedsettings.advancedsettings = \u9ad8\u7ea7\u8bbe\u7f6e -menu.recentFiles = \u6700\u8fd1\u6587\u4ef6 - +error.trait.exists=\u540d\u79f0\u4e3a"%name%"\u7684\u7279\u5f81\u5df2\u7ecf\u5b58\u5728 +button.addtrait=\u6dfb\u52a0\u7279\u5f81 +button.font.embed=\u5d4c\u5165... +button.yes.all=\u5168\u662f +button.no.all=\u5168\u5426 +message.font.add.exists=\u5b57\u7b26"%char%"\u5df2\u5b58\u5728\u4e8e\u6b64\u5b57\u4f53\u6807\u7b7e\u3002\n\u662f\u5426\u8981\u66ff\u6362\u5b83\uff1f +filter.gfx=ScaleForm GFx\u6587\u4ef6(*.gfx) +filter.supported=\u6240\u6709\u652f\u6301\u7684\u6587\u4ef6\u7c7b\u578b +work.canceled=\u5df2\u53d6\u6d88 +work.restoringControlFlow=\u6062\u590d\u63a7\u5236\u6d41 +menu.advancedsettings.advancedsettings=\u9ad8\u7ea7\u8bbe\u7f6e +menu.recentFiles=\u6700\u8fd1\u6587\u4ef6 #after version 1.7.4 -work.restoringControlFlow.complete = \u63a7\u5236\u6d41\u5df2\u8fd8\u539f -message.confirm.recentFileNotFound = \u627e\u4e0d\u5230\u6b64\u6587\u4ef6\uff0c\u8981\u4ece\u6700\u8fd1\u7684\u6587\u4ef6\u5217\u8868\u4e2d\u5220\u9664\u5b83\u5417\uff1f -contextmenu.closeSwf = \u5173\u95edSWF -menu.settings.autoRenameIdentifiers = \u81ea\u52a8\u91cd\u547d\u540d\u6807\u8bc6 -menu.file.saveasexe = \u53e6\u5b58\u4e3aExe... -filter.exe = \u53ef\u6267\u884c\u6587\u4ef6(*.exe) - +work.restoringControlFlow.complete=\u63a7\u5236\u6d41\u5df2\u8fd8\u539f +message.confirm.recentFileNotFound=\u627e\u4e0d\u5230\u6b64\u6587\u4ef6\uff0c\u8981\u4ece\u6700\u8fd1\u7684\u6587\u4ef6\u5217\u8868\u4e2d\u5220\u9664\u5b83\u5417\uff1f +contextmenu.closeSwf=\u5173\u95edSWF +menu.settings.autoRenameIdentifiers=\u81ea\u52a8\u91cd\u547d\u540d\u6807\u8bc6 +menu.file.saveasexe=\u53e6\u5b58\u4e3aExe... +filter.exe=\u53ef\u6267\u884c\u6587\u4ef6(*.exe) #after version 1.8.0 -font.updateTexts = \u66f4\u65b0\u6587\u672c - +font.updateTexts=\u66f4\u65b0\u6587\u672c #after version 1.8.0u1 -menu.file.close = \u5173\u95ed -menu.file.closeAll = \u5168\u90e8\u5173\u95ed -menu.tools.otherTools = \u5176\u4ed6 -menu.tools.otherTools.clearRecentFiles = \u6e05\u9664\u6700\u8fd1\u6587\u4ef6 -fontName.name = \u5b57\u4f53\u663e\u793a\u540d\u79f0: -fontName.copyright = \u5b57\u4f53\u7248\u6743: -button.preview = \u9884\u89c8 -button.reset = \u91cd\u7f6e -errors.info = \u65e5\u5fd7\u4e2d\u5b58\u5728INFORMATIONS\uff0c\u70b9\u51fb\u67e5\u770b\u3002 -errors.warning = \u65e5\u5fd7\u4e2d\u5b58\u5728WARNINGS\uff0c\u70b9\u51fb\u67e5\u770b\u3002 - -decompilationError = \u53cd\u7f16\u8bd1\u9519\u8bef - -disassemblingProgress.toString = \u8f6c\u4e3a\u5b57\u7b26\u4e32 -disassemblingProgress.reading = \u8bfb\u53d6\u4e2d -disassemblingProgress.deobfuscating = \u53cd\u6df7\u6dc6 - -contextmenu.moveTag = \u5c06\u6807\u7b7e\u79fb\u81f3 - -filter.swc = SWC\u7ec4\u4ef6\u6587\u4ef6(*.swc) -filter.zip = ZIP\u538b\u7f29\u6587\u4ef6(*.zip) -filter.binary = \u4e8c\u8fdb\u5236\u67e5\u627e - \u6240\u6709\u6587\u4ef6(*.*) - -open.error = \u9519\u8bef -open.error.fileNotFound = \u627e\u4e0d\u5230\u6587\u4ef6 -open.error.cannotOpen = \u65e0\u6cd5\u6253\u5f00\u6587\u4ef6 - -node.others = \u5176\u4ed6 - +menu.file.close=\u5173\u95ed +menu.file.closeAll=\u5168\u90e8\u5173\u95ed +menu.tools.otherTools=\u5176\u4ed6 +menu.tools.otherTools.clearRecentFiles=\u6e05\u9664\u6700\u8fd1\u6587\u4ef6 +fontName.name=\u5b57\u4f53\u663e\u793a\u540d\u79f0: +fontName.copyright=\u5b57\u4f53\u7248\u6743: +button.preview=\u9884\u89c8 +button.reset=\u91cd\u7f6e +errors.info=\u65e5\u5fd7\u4e2d\u5b58\u5728INFORMATIONS\uff0c\u70b9\u51fb\u67e5\u770b\u3002 +errors.warning=\u65e5\u5fd7\u4e2d\u5b58\u5728WARNINGS\uff0c\u70b9\u51fb\u67e5\u770b\u3002 +decompilationError=\u53cd\u7f16\u8bd1\u9519\u8bef +disassemblingProgress.toString=\u8f6c\u4e3a\u5b57\u7b26\u4e32 +disassemblingProgress.reading=\u8bfb\u53d6\u4e2d +disassemblingProgress.deobfuscating=\u53cd\u6df7\u6dc6 +contextmenu.moveTag=\u5c06\u6807\u7b7e\u79fb\u81f3 +filter.swc=SWC\u7ec4\u4ef6\u6587\u4ef6(*.swc) +filter.zip=ZIP\u538b\u7f29\u6587\u4ef6(*.zip) +filter.binary=\u4e8c\u8fdb\u5236\u67e5\u627e - \u6240\u6709\u6587\u4ef6(*.*) +open.error=\u9519\u8bef +open.error.fileNotFound=\u627e\u4e0d\u5230\u6587\u4ef6 +open.error.cannotOpen=\u65e0\u6cd5\u6253\u5f00\u6587\u4ef6 +node.others=\u5176\u4ed6 #after version 1.8.1 -menu.tools.search = \u6587\u672c\u67e5\u627e - +menu.tools.search=\u6587\u672c\u67e5\u627e #after version 1.8.1u1 -menu.tools.timeline = \u65f6\u95f4\u8f74 - -dialog.selectcolor.title = \u9009\u62e9\u989c\u8272 -button.selectcolor.hint = \u5355\u51fb\u4ee5\u9009\u62e9\u989c\u8272 - +menu.tools.timeline=\u65f6\u95f4\u8f74 +dialog.selectcolor.title=\u9009\u62e9\u989c\u8272 +button.selectcolor.hint=\u5355\u51fb\u4ee5\u9009\u62e9\u989c\u8272 #default item name, will be used in following sentences -generictag.array.item = \u9879\u76ee -generictag.array.insertbeginning = \u5728\u5f00\u5934\u63d2\u5165%item% -generictag.array.insertbefore = \u63d2\u5165\u5230\u6b64%item%\u4e4b\u524d -generictag.array.remove = \u79fb\u9664\u6b64%item% -generictag.array.insertafter = \u63d2\u5165\u5230\u6b64%item%\u4e4b\u540e -generictag.array.insertend = \u5728\u6700\u540e\u63d2\u5165%item% - +generictag.array.item=\u9879\u76ee +generictag.array.insertbeginning=\u5728\u5f00\u5934\u63d2\u5165%item% +generictag.array.insertbefore=\u63d2\u5165\u5230\u6b64%item%\u4e4b\u524d +generictag.array.remove=\u79fb\u9664\u6b64%item% +generictag.array.insertafter=\u63d2\u5165\u5230\u6b64%item%\u4e4b\u540e +generictag.array.insertend=\u5728\u6700\u540e\u63d2\u5165%item% #after version 2.0.0 -contextmenu.expandAll = \u5168\u90e8\u5c55\u5f00 - -filter.sounds = \u652f\u6301\u7684\u58f0\u97f3\u683c\u5f0f(*.wav, *.mp3) -filter.sounds.wav = Wave\u6587\u4ef6\u683c\u5f0f(*.wav) -filter.sounds.mp3 = MP3\u538b\u7f29\u683c\u5f0f(*.mp3) - -error.sound.invalid = \u65e0\u6548\u7684\u58f0\u97f3\u3002 - -button.prev = \u4e0a\u4e00\u9875 -button.next = \u4e0b\u4e00\u9875 - +contextmenu.expandAll=\u5168\u90e8\u5c55\u5f00 +filter.sounds=\u652f\u6301\u7684\u58f0\u97f3\u683c\u5f0f(*.wav, *.mp3) +filter.sounds.wav=Wave\u6587\u4ef6\u683c\u5f0f(*.wav) +filter.sounds.mp3=MP3\u538b\u7f29\u683c\u5f0f(*.mp3) +error.sound.invalid=\u65e0\u6548\u7684\u58f0\u97f3\u3002 +button.prev=\u4e0a\u4e00\u9875 +button.next=\u4e0b\u4e00\u9875 #after version 2.1.0 -message.action.playerglobal.title = \u9700\u8981PlayerGlobal\u652f\u6301\u5e93 -message.action.playerglobal.needed = \u82e5\u8981\u76f4\u63a5\u7f16\u8f91AS3\u811a\u672c, \u9700\u8981\u4eceAdobe\u4e3b\u9875\u4e0b\u8f7d"PlayerGlobal.swc"\u7684\u652f\u6301\u5e93\u3002\r\n%adobehomepage%\r\n\u70b9\u51fb"\u786e\u5b9a"\u8f6c\u5230\u4e0b\u8f7d\u9875\u9762\u3002 -message.action.playerglobal.place = \u4e0b\u8f7d\u540d\u4e3aPlayerGlobal(.swc)\u7684\u5e93\uff0c\u5e76\u5c06\u5176\u653e\u7f6e\u5230\u76ee\u5f55\r\n%libpath%\r\n\u4e2d\uff0c\u70b9\u51fb"\u786e\u5b9a"\u7ee7\u7eed\u3002 - -message.confirm.experimental.function = \u6b64\u529f\u80fd\u662f\u5b9e\u9a8c\u6027\u7684\uff01\u8fd9\u610f\u5473\u7740\u7ed3\u679c\u5e76\u4e0d\u53ef\u9760\u5e76\u4e14\u4fdd\u5b58\u540e\u53ef\u80fd\u65e0\u6cd5\u6b63\u5e38\u8fd0\u884c\u3002 -message.confirm.donotshowagain = \u4e0d\u518d\u663e\u793a - -menu.import = \u5bfc\u5165 -menu.file.import.text = \u5bfc\u5165\u6587\u672c -import.select.directory = \u9009\u62e9\u5bfc\u5165\u76ee\u5f55 -error.text.import = \u6587\u672c\u5bfc\u5165\u65f6\u51fa\u9519\uff0c\u662f\u5426\u7ee7\u7eed\uff1f - +message.action.playerglobal.title=\u9700\u8981PlayerGlobal\u652f\u6301\u5e93 +message.action.playerglobal.needed=\u82e5\u8981\u76f4\u63a5\u7f16\u8f91AS3\u811a\u672c, \u9700\u8981\u4eceAdobe\u4e3b\u9875\u4e0b\u8f7d"PlayerGlobal.swc"\u7684\u652f\u6301\u5e93\u3002\r\n%adobehomepage%\r\n\u70b9\u51fb"\u786e\u5b9a"\u8f6c\u5230\u4e0b\u8f7d\u9875\u9762\u3002 +message.action.playerglobal.place=\u4e0b\u8f7d\u540d\u4e3aPlayerGlobal(.swc)\u7684\u5e93\uff0c\u5e76\u5c06\u5176\u653e\u7f6e\u5230\u76ee\u5f55\r\n%libpath%\r\n\u4e2d\uff0c\u70b9\u51fb"\u786e\u5b9a"\u7ee7\u7eed\u3002 +message.confirm.experimental.function=\u6b64\u529f\u80fd\u662f\u5b9e\u9a8c\u6027\u7684\uff01\u8fd9\u610f\u5473\u7740\u7ed3\u679c\u5e76\u4e0d\u53ef\u9760\u5e76\u4e14\u4fdd\u5b58\u540e\u53ef\u80fd\u65e0\u6cd5\u6b63\u5e38\u8fd0\u884c\u3002 +message.confirm.donotshowagain=\u4e0d\u518d\u663e\u793a +menu.import=\u5bfc\u5165 +menu.file.import.text=\u5bfc\u5165\u6587\u672c +import.select.directory=\u9009\u62e9\u5bfc\u5165\u76ee\u5f55 +error.text.import=\u6587\u672c\u5bfc\u5165\u65f6\u51fa\u9519\uff0c\u662f\u5426\u7ee7\u7eed\uff1f #after version 2.1.1 -contextmenu.removeWithDependencies = \u5220\u9664\u5e76\u79fb\u9664\u4f9d\u8d56 - -abc.action.find-usages = \u67e5\u627e\u5f15\u7528 -abc.action.find-declaration = \u67e5\u627e\u58f0\u660e - -contextmenu.rawEdit = RAW\u7f16\u8f91 -contextmenu.jumpToCharacter = \u8f6c\u5230\u5b57\u7b26 - -menu.settings.dumpView = \u8f6c\u50a8\u89c6\u56fe - -menu.view = \u67e5\u770b -menu.file.view.resources = \u8d44\u6e90 -menu.file.view.hex = \u5341\u516d\u8fdb\u5236\u8f6c\u50a8 - -node.header = \u6587\u4ef6\u5934\u4fe1\u606f - -header.signature = \u7b7e\u540d: -header.compression = \u538b\u7f29: -header.compression.lzma = LZMA -header.compression.zlib = ZLIB -header.compression.none = \u65e0\u538b\u7f29 -header.version = SWF\u7248\u672c: -header.gfx = GFX: -header.filesize = \u6587\u4ef6\u5927\u5c0f -header.framerate = \u5e27\u901f: -header.framecount = \u5e27\u6570: -header.displayrect = \u663e\u793a\u533a\u57df: -header.displayrect.value.twips = %xmin%,%ymin% => %xmax%,%ymax% \u7f07 -header.displayrect.value.pixels = %xmin%,%ymin% => %xmax%,%ymax% \u50cf\u7d20 - +contextmenu.removeWithDependencies=\u5220\u9664\u5e76\u79fb\u9664\u4f9d\u8d56 +abc.action.find-usages=\u67e5\u627e\u5f15\u7528 +abc.action.find-declaration=\u67e5\u627e\u58f0\u660e +contextmenu.rawEdit=RAW\u7f16\u8f91 +contextmenu.jumpToCharacter=\u8f6c\u5230\u5b57\u7b26 +menu.settings.dumpView=\u8f6c\u50a8\u89c6\u56fe +menu.view=\u67e5\u770b +menu.file.view.resources=\u8d44\u6e90 +menu.file.view.hex=\u5341\u516d\u8fdb\u5236\u8f6c\u50a8 +node.header=\u6587\u4ef6\u5934\u4fe1\u606f +header.signature=\u7b7e\u540d: +header.compression=\u538b\u7f29: +header.compression.lzma=LZMA +header.compression.zlib=ZLIB +header.compression.none=\u65e0\u538b\u7f29 +header.version=SWF\u7248\u672c: +header.gfx=GFX: +header.filesize=\u6587\u4ef6\u5927\u5c0f +header.framerate=\u5e27\u901f: +header.framecount=\u5e27\u6570: +header.displayrect=\u663e\u793a\u533a\u57df: +header.displayrect.value.twips=%xmin%,%ymin% => %xmax%,%ymax% \u7f07 +header.displayrect.value.pixels=%xmin%,%ymin% => %xmax%,%ymax% \u50cf\u7d20 #after version 2.1.2 -contextmenu.saveToFile = \u4fdd\u5b58\u5230\u6587\u4ef6 -contextmenu.parseActions = \u89e3\u6790actions -contextmenu.parseABC = \u89e3\u6790ABC -contextmenu.parseInstructions = \u89e3\u6790AVM2\u6307\u4ee4 - +contextmenu.saveToFile=\u4fdd\u5b58\u5230\u6587\u4ef6 +contextmenu.parseActions=\u89e3\u6790actions +contextmenu.parseABC=\u89e3\u6790ABC +contextmenu.parseInstructions=\u89e3\u6790AVM2\u6307\u4ee4 #after version 2.1.3 -menu.deobfuscation = \u53cd\u6df7\u6dc6 -menu.file.deobfuscation.old = \u65e7\u6837\u5f0f -menu.file.deobfuscation.new = \u65b0\u6837\u5f0f - +menu.deobfuscation=\u53cd\u6df7\u6dc6 +menu.file.deobfuscation.old=\u65e7\u6837\u5f0f +menu.file.deobfuscation.new=\u65b0\u6837\u5f0f #after version 2.1.4 -contextmenu.openswfinside = \u6253\u5f00SWF\u5185\u90e8 -binarydata.swfInside = \u8be5\u4e8c\u8fdb\u5236\u6570\u636e\u6807\u7b7e\u5185\u4f3c\u4e4e\u6709SWF\uff0c\u5355\u51fb\u6b64\u5904\u5c06\u5176\u52a0\u8f7d\u4e3a\u5b50\u6811\u3002 - +contextmenu.openswfinside=\u6253\u5f00SWF\u5185\u90e8 +binarydata.swfInside=\u8be5\u4e8c\u8fdb\u5236\u6570\u636e\u6807\u7b7e\u5185\u4f3c\u4e4e\u6709SWF\uff0c\u5355\u51fb\u6b64\u5904\u5c06\u5176\u52a0\u8f7d\u4e3a\u5b50\u6811\u3002 #after version 3.0.0 -button.zoomin.hint = \u653e\u5927 -button.zoomout.hint = \u7f29\u5c0f -button.zoomfit.hint = \u81ea\u9002\u5e94\u7f29\u653e -button.zoomnone.hint = \u7f29\u653e\u81f31:1 -button.snapshot.hint = \u622a\u56fe\u5230\u526a\u8d34\u677f - -editorTruncateWarning = \u5728\u8c03\u8bd5\u6a21\u5f0f\u4e0b\uff0c\u6587\u672c\u5728"%chars%"\u5904\u88ab\u622a\u65ad\u3002 - +button.zoomin.hint=\u653e\u5927 +button.zoomout.hint=\u7f29\u5c0f +button.zoomfit.hint=\u81ea\u9002\u5e94\u7f29\u653e +button.zoomnone.hint=\u7f29\u653e\u81f31:1 +button.snapshot.hint=\u622a\u56fe\u5230\u526a\u8d34\u677f +editorTruncateWarning=\u5728\u8c03\u8bd5\u6a21\u5f0f\u4e0b\uff0c\u6587\u672c\u5728"%chars%"\u5904\u88ab\u622a\u65ad\u3002 #Font name which is presented in the SWF Font tag -font.name.intag = \u6807\u7b7e\u4e2d\u7684\u5b57\u4f53\u540d\u79f0: - -menu.debugger = \u8c03\u8bd5\u5668 -menu.debugger.switch = \u8c03\u8bd5\u5668 -menu.debugger.replacetrace = \u66ff\u6362trace\u8c03\u7528 -menu.debugger.showlog = \u663e\u793a\u65e5\u5fd7 - -message.debugger = \u6b64SWF\u8c03\u8bd5\u5668\u53ea\u80fd\u5c06\u6d88\u606f\u6253\u5370\u5230\u65e5\u5fd7\u7a97\u53e3\uff0c\u6d4f\u89c8\u5668\u63a7\u5236\u53f0\u6216\u8b66\u62a5\u4e2d\u3002\r\n\u5b83\u4e0d\u9002\u7528\u4e8e\u6b65\u9aa4\u4ee3\u7801\uff0c\u65ad\u70b9\u7b49\u529f\u80fd\u3002 - -contextmenu.addTag = \u6dfb\u52a0\u6807\u7b7e - -deobfuscation.comment.tryenable = \u63d0\u793a:\u60a8\u53ef\u4ee5\u5c1d\u8bd5\u5728"\u8bbe\u7f6e"\u4e2d\u542f\u7528"\u81ea\u52a8\u53cd\u6df7\u6dc6" -deobfuscation.comment.failed = \u5df2\u6fc0\u6d3b\u53cd\u6df7\u6dc6\u529f\u80fd\uff0c\u4f46\u53cd\u7f16\u8bd1\u4ecd\u7136\u5931\u8d25\u3002\u5982\u679c\u672a\u6df7\u6dc6\u6587\u4ef6\uff0c\u8bf7\u7981\u7528"\u81ea\u52a8\u53cd\u6df7\u6dc6"\u4ee5\u83b7\u5f97\u66f4\u597d\u7684\u7ed3\u679c\u3002 - +font.name.intag=\u6807\u7b7e\u4e2d\u7684\u5b57\u4f53\u540d\u79f0: +menu.debugger=\u8c03\u8bd5\u5668 +menu.debugger.switch=\u8c03\u8bd5\u5668 +menu.debugger.replacetrace=\u66ff\u6362trace\u8c03\u7528 +menu.debugger.showlog=\u663e\u793a\u65e5\u5fd7 +message.debugger=\u6b64SWF\u8c03\u8bd5\u5668\u53ea\u80fd\u5c06\u6d88\u606f\u6253\u5370\u5230\u65e5\u5fd7\u7a97\u53e3\uff0c\u6d4f\u89c8\u5668\u63a7\u5236\u53f0\u6216\u8b66\u62a5\u4e2d\u3002\r\n\u5b83\u4e0d\u9002\u7528\u4e8e\u6b65\u9aa4\u4ee3\u7801\uff0c\u65ad\u70b9\u7b49\u529f\u80fd\u3002 +contextmenu.addTag=\u6dfb\u52a0\u6807\u7b7e +deobfuscation.comment.tryenable=\u63d0\u793a:\u60a8\u53ef\u4ee5\u5c1d\u8bd5\u5728"\u8bbe\u7f6e"\u4e2d\u542f\u7528"\u81ea\u52a8\u53cd\u6df7\u6dc6" +deobfuscation.comment.failed=\u5df2\u6fc0\u6d3b\u53cd\u6df7\u6dc6\u529f\u80fd\uff0c\u4f46\u53cd\u7f16\u8bd1\u4ecd\u7136\u5931\u8d25\u3002\u5982\u679c\u672a\u6df7\u6dc6\u6587\u4ef6\uff0c\u8bf7\u7981\u7528"\u81ea\u52a8\u53cd\u6df7\u6dc6"\u4ee5\u83b7\u5f97\u66f4\u597d\u7684\u7ed3\u679c\u3002 #after version 4.0.2 -preview.nextframe = \u4e0b\u4e00\u5e27 -preview.prevframe = \u4e0a\u4e00\u5e27 -preview.gotoframe = \u8f6c\u5230\u5e27... - -preview.gotoframe.dialog.title = \u8f6c\u5230\u5e27 -preview.gotoframe.dialog.message = \u8f93\u5165\u5e27\u53f7(%min% - %max%) -preview.gotoframe.dialog.frame.error = \u65e0\u6548\u7684\u5e27\u53f7\uff0c\u5b83\u5fc5\u987b\u662f%min%-%max%\u4e4b\u95f4\u7684\u6570\u5b57\u3002 - -error.text.invalid.continue = \u65e0\u6548\u7684\u6587\u672c: \u7b2c%line%\u884c\u4e0a\u7684%text%\uff0c\u662f\u5426\u7ee7\u7eed\uff1f - +preview.nextframe=\u4e0b\u4e00\u5e27 +preview.prevframe=\u4e0a\u4e00\u5e27 +preview.gotoframe=\u8f6c\u5230\u5e27... +preview.gotoframe.dialog.title=\u8f6c\u5230\u5e27 +preview.gotoframe.dialog.message=\u8f93\u5165\u5e27\u53f7(%min% - %max%) +preview.gotoframe.dialog.frame.error=\u65e0\u6548\u7684\u5e27\u53f7\uff0c\u5b83\u5fc5\u987b\u662f%min%-%max%\u4e4b\u95f4\u7684\u6570\u5b57\u3002 +error.text.invalid.continue=\u65e0\u6548\u7684\u6587\u672c: \u7b2c%line%\u884c\u4e0a\u7684%text%\uff0c\u662f\u5426\u7ee7\u7eed\uff1f #after version 4.0.5 -contextmenu.copyTag = \u5c06\u6807\u7b7e\u590d\u5236\u5230 -fit = \u81ea\u9002\u5e94 -button.setAdvanceValues = \u8bbe\u7f6e\u9ad8\u7ea7\u503c - -menu.tools.replace = \u6587\u672c\u66ff\u6362 - -message.confirm.close = \u6709\u672a\u4fdd\u5b58\u7684\u66f4\u6539\uff0c\u786e\u5b9a\u8981\u5173\u95ed{swfName}\u5417\uff1f -message.confirm.closeAll = \u6709\u672a\u4fdd\u5b58\u7684\u66f4\u6539\uff0c\u786e\u5b9a\u8981\u5173\u95ed\u6240\u6709SWF\u5417\uff1f - -contextmenu.exportJavaSource = \u5bfc\u51faJava\u6e90\u4ee3\u7801 -contextmenu.exportSwfXml = \u5bfc\u51faSWF\u4e3aXML -contextmenu.importSwfXml = \u5bfc\u5165SWF XML - -filter.xml = XML - +contextmenu.copyTag=\u5c06\u6807\u7b7e\u590d\u5236\u5230 +fit=\u81ea\u9002\u5e94 +button.setAdvanceValues=\u8bbe\u7f6e\u9ad8\u7ea7\u503c +menu.tools.replace=\u6587\u672c\u66ff\u6362 +message.confirm.close=\u6709\u672a\u4fdd\u5b58\u7684\u66f4\u6539\uff0c\u786e\u5b9a\u8981\u5173\u95ed{swfName}\u5417\uff1f +message.confirm.closeAll=\u6709\u672a\u4fdd\u5b58\u7684\u66f4\u6539\uff0c\u786e\u5b9a\u8981\u5173\u95ed\u6240\u6709SWF\u5417\uff1f +contextmenu.exportJavaSource=\u5bfc\u51faJava\u6e90\u4ee3\u7801 +contextmenu.exportSwfXml=\u5bfc\u51faSWF\u4e3aXML +contextmenu.importSwfXml=\u5bfc\u5165SWF XML +filter.xml=XML #after version 4.1.0 -contextmenu.undo = \u64a4\u6d88 - -text.align.left = \u5de6\u5bf9\u9f50 -text.align.right = \u53f3\u5bf9\u9f50 -text.align.center = \u5c45\u4e2d\u5bf9\u9f50 -text.align.justify = \u4e24\u7aef\u5bf9\u9f50 - -text.undo = \u64a4\u6d88\u66f4\u6539 - -menu.file.import.xml = \u5bfc\u5165SWF XML -menu.file.export.xml = \u5bfc\u51faSWF XML - +contextmenu.undo=\u64a4\u6d88 +text.align.left=\u5de6\u5bf9\u9f50 +text.align.right=\u53f3\u5bf9\u9f50 +text.align.center=\u5c45\u4e2d\u5bf9\u9f50 +text.align.justify=\u4e24\u7aef\u5bf9\u9f50 +text.undo=\u64a4\u6d88\u66f4\u6539 +menu.file.import.xml=\u5bfc\u5165SWF XML +menu.file.export.xml=\u5bfc\u51faSWF XML #after version 4.1.1 -text.align.translatex.decrease = \u51cf\u5c11TranslateX -text.align.translatex.increase = \u589e\u52a0TranslateX -selectPreviousTag = \u9009\u62e9\u4e0a\u4e00\u4e2a\u6807\u7b7e -selectNextTag = \u9009\u62e9\u4e0b\u4e00\u4e2a\u6807\u7b7e -button.ignoreAll = \u5168\u90e8\u5ffd\u7565 -menu.file.import.symbolClass = \u5bfc\u5165\u7b26\u53f7\u7c7b -text.toggleCase = \u5207\u6362\u5927\u5c0f\u5199 - +text.align.translatex.decrease=\u51cf\u5c11TranslateX +text.align.translatex.increase=\u589e\u52a0TranslateX +selectPreviousTag=\u9009\u62e9\u4e0a\u4e00\u4e2a\u6807\u7b7e +selectNextTag=\u9009\u62e9\u4e0b\u4e00\u4e2a\u6807\u7b7e +button.ignoreAll=\u5168\u90e8\u5ffd\u7565 +menu.file.import.symbolClass=\u5bfc\u5165\u7b26\u53f7\u7c7b +text.toggleCase=\u5207\u6362\u5927\u5c0f\u5199 #after version 5.0.2 -preview.loop = \u5faa\u73af -menu.file.import.script = \u5bfc\u5165\u811a\u672c -contextmenu.copyTagWithDependencies = \u590d\u5236\u6807\u7b7e\u53ca\u5176\u4f9d\u8d56\u6027\u5230 -button.replaceWithTag = \u7528\u5176\u4ed6\u5b57\u7b26\u6807\u7b7e\u66ff\u6362 -button.resolveConstants = \u89e3\u6790\u5e38\u91cf - +preview.loop=\u5faa\u73af +menu.file.import.script=\u5bfc\u5165\u811a\u672c +contextmenu.copyTagWithDependencies=\u590d\u5236\u6807\u7b7e\u53ca\u5176\u4f9d\u8d56\u6027\u5230 +button.replaceWithTag=\u7528\u5176\u4ed6\u5b57\u7b26\u6807\u7b7e\u66ff\u6362 +button.resolveConstants=\u89e3\u6790\u5e38\u91cf #after version 5.1.0 -button.viewConstants = \u67e5\u770b\u5e38\u91cf -work.exported = \u5bfc\u51fa -button.replaceAlphaChannel = \u66ff\u6362\u900f\u660e\u901a\u9053... - -tagInfo.header.name = \u540d\u79f0 -tagInfo.header.value = \u503c -tagInfo.tagType = \u6807\u7b7e\u7c7b\u578b -tagInfo.characterId = \u5b57\u7b26ID -tagInfo.offset = \u504f\u79fb\u91cf -tagInfo.length = \u957f\u5ea6 -tagInfo.bounds = \u8fb9\u754c -tagInfo.width = \u5bbd\u5ea6 -tagInfo.height = \u9ad8\u5ea6 -tagInfo.neededCharacters = \u6240\u9700\u6807\u7b7e - -button.viewhexpcode = \u67e5\u770b\u5341\u516d\u8fdb\u5236\u4e0e\u8bf4\u660e -taginfo.header = \u57fa\u672c\u6807\u7b7e\u4fe1\u606f - -tagInfo.dependentCharacters = \u4ece\u5c5e\u6807\u7b7e - +button.viewConstants=\u67e5\u770b\u5e38\u91cf +work.exported=\u5bfc\u51fa +button.replaceAlphaChannel=\u66ff\u6362\u900f\u660e\u901a\u9053... +tagInfo.header.name=\u540d\u79f0 +tagInfo.header.value=\u503c +tagInfo.tagType=\u6807\u7b7e\u7c7b\u578b +tagInfo.characterId=\u5b57\u7b26ID +tagInfo.offset=\u504f\u79fb\u91cf +tagInfo.length=\u957f\u5ea6 +tagInfo.bounds=\u8fb9\u754c +tagInfo.width=\u5bbd\u5ea6 +tagInfo.height=\u9ad8\u5ea6 +tagInfo.neededCharacters=\u6240\u9700\u6807\u7b7e +button.viewhexpcode=\u67e5\u770b\u5341\u516d\u8fdb\u5236\u4e0e\u8bf4\u660e +taginfo.header=\u57fa\u672c\u6807\u7b7e\u4fe1\u606f +tagInfo.dependentCharacters=\u4ece\u5c5e\u6807\u7b7e #after version 5.3.0 -header.uncompressed = \u672a\u538b\u7f29 -header.warning.unsupportedGfxCompression = GFX\u4ec5\u652f\u6301\u672a\u538b\u7f29\u6216Zlib\u538b\u7f29\u7684\u5185\u5bb9\u3002 -header.warning.minimumZlibVersion = Zlib\u538b\u7f29\u9700\u8981SWF\u7248\u672c6\u6216\u66f4\u9ad8\u7248\u672c\u3002 -header.warning.minimumLzmaVersion = LZMA\u538b\u7f29\u9700\u8981SWF\u7248\u672c13\u6216\u66f4\u9ad8\u7248\u672c\u3002 - -tagInfo.codecName = \u7f16\u89e3\u7801\u5668\u540d\u79f0 -tagInfo.exportFormat = \u5bfc\u51fa\u683c\u5f0f -tagInfo.samplingRate = \u91c7\u6837\u7387 -tagInfo.stereo = \u7acb\u4f53\u58f0 -tagInfo.sampleCount = \u6837\u672c\u6570 - -filter.dmg = Mac\u53ef\u6267\u884c\u6587\u4ef6(*.dmg) -filter.linuxExe = Linux\u53ef\u6267\u884c\u6587\u4ef6 - -import.script.result = \u5df2\u5bfc\u5165%count%\u4e2a\u811a\u672c\u3002 -import.script.as12warning = \u4ec5\u5bfc\u5165AS1/2\u811a\u672c\u3002 - -error.constantPoolTooBig = \u5e38\u91cf\u6c60\u8fc7\u5927\u3002\u7d22\u5f15=%index%, \u5927\u5c0f=%size% -error.image.alpha.invalid = \u65e0\u6548\u7684\u900f\u660e\u901a\u9053\u6570\u636e\u3002 - +header.uncompressed=\u672a\u538b\u7f29 +header.warning.unsupportedGfxCompression=GFX\u4ec5\u652f\u6301\u672a\u538b\u7f29\u6216Zlib\u538b\u7f29\u7684\u5185\u5bb9\u3002 +header.warning.minimumZlibVersion=Zlib\u538b\u7f29\u9700\u8981SWF\u7248\u672c6\u6216\u66f4\u9ad8\u7248\u672c\u3002 +header.warning.minimumLzmaVersion=LZMA\u538b\u7f29\u9700\u8981SWF\u7248\u672c13\u6216\u66f4\u9ad8\u7248\u672c\u3002 +tagInfo.codecName=\u7f16\u89e3\u7801\u5668\u540d\u79f0 +tagInfo.exportFormat=\u5bfc\u51fa\u683c\u5f0f +tagInfo.samplingRate=\u91c7\u6837\u7387 +tagInfo.stereo=\u7acb\u4f53\u58f0 +tagInfo.sampleCount=\u6837\u672c\u6570 +filter.dmg=Mac\u53ef\u6267\u884c\u6587\u4ef6(*.dmg) +filter.linuxExe=Linux\u53ef\u6267\u884c\u6587\u4ef6 +import.script.result=\u5df2\u5bfc\u5165%count%\u4e2a\u811a\u672c\u3002 +import.script.as12warning=\u4ec5\u5bfc\u5165AS1/2\u811a\u672c\u3002 +error.constantPoolTooBig=\u5e38\u91cf\u6c60\u8fc7\u5927\u3002\u7d22\u5f15=%index%, \u5927\u5c0f=%size% +error.image.alpha.invalid=\u65e0\u6548\u7684\u900f\u660e\u901a\u9053\u6570\u636e\u3002 #after version 6.0.2 -contextmenu.saveUncompressedToFile = \u4fdd\u5b58\u5230\u672a\u538b\u7f29\u6587\u4ef6 -menu.settings.autoOpenLoadedSWFs = \u64ad\u653e\u65f6\u6253\u5f00\u5df2\u52a0\u8f7d\u7684SWF - +contextmenu.saveUncompressedToFile=\u4fdd\u5b58\u5230\u672a\u538b\u7f29\u6587\u4ef6 +menu.settings.autoOpenLoadedSWFs=\u64ad\u653e\u65f6\u6253\u5f00\u5df2\u52a0\u8f7d\u7684SWF #after version 6.1.1 -menu.file.start = \u5f00\u59cb -menu.file.start.run = \u8fd0\u884c -menu.file.start.stop = \u505c\u6b62 -menu.file.start.debug = \u8c03\u8bd5 -menu.debugging = \u6b63\u5728\u8c03\u8bd5 -menu.debugging.debug = \u8c03\u8bd5 -menu.debugging.debug.stop = \u505c\u6b62 -menu.debugging.debug.pause = \u6682\u505c -menu.debugging.debug.stepOver = \u5355\u6b65\u6267\u884c -menu.debugging.debug.stepInto = \u8fdb\u5165 -menu.debugging.debug.stepOut = \u9000\u51fa -menu.debugging.debug.continue = \u7ee7\u7eed -menu.debugging.debug.stack = \u5806\u6808... -menu.debugging.debug.watch = \u65b0\u5efa\u76d1\u89c6... - -message.playerpath.notset = \u627e\u4e0d\u5230Flash Player\u64ad\u653e\u5668\uff0c\u8bf7\u5728\u9ad8\u7ea7\u8bbe\u7f6e/\u8def\u5f84(1)\u4e2d\u914d\u7f6e\u5176\u8def\u5f84\u3002 -message.playerpath.debug.notset = \u627e\u4e0d\u5230Flash Player\u8c03\u8bd5\u5668\uff0c\u8bf7\u5728"\u9ad8\u7ea7\u8bbe\u7f6e/\u8def\u5f84(2)"\u4e2d\u914d\u7f6e\u5176\u8def\u5f84\u3002 -message.playerpath.lib.notset = \u627e\u4e0d\u5230PlayerGlobal(.SWC)\uff0c\u8bf7\u5728\u9ad8\u7ea7\u8bbe\u7f6e/\u8def\u5f84(3)\u4e2d\u914d\u7f6e\u5176\u8def\u5f84\u3002 - -debugpanel.header = \u6b63\u5728\u8c03\u8bd5 - -variables.header.registers = \u5bc4\u5b58\u5668 -variables.header.locals = \u672c\u673a -variables.header.arguments = \u53c2\u6570 -variables.header.scopeChain = \u4f5c\u7528\u57df\u94fe -variables.column.name = \u540d\u79f0 -variables.column.type = \u7c7b\u578b -variables.column.value = \u503c - -callStack.header = \u8c03\u7528\u5806\u6808 -callStack.header.file = \u6587\u4ef6 -callStack.header.line = \u884c - -stack.header = \u5806\u6808 -stack.header.item = \u9879\u76ee - -constantpool.header = \u5e38\u91cf\u6c60 -constantpool.header.id = Id -constantpool.header.value = \u503c - -work.running = \u6b63\u5728\u8fd0\u884c -work.debugging = \u6b63\u5728\u8c03\u8bd5 -work.debugging.instrumenting = \u6b63\u5728\u4e3aSWF\u8c03\u8bd5\u505a\u51c6\u5907 -work.breakat = \u4e2d\u65ad\u4e8e -work.halted = \u8c03\u8bd5\u5f00\u59cb\uff0c\u6267\u884c\u505c\u6b62\u3002\u6dfb\u52a0\u65ad\u70b9\uff0c\u7136\u540e\u70b9\u51fb\u7ee7\u7eed(F5)\u6062\u590d\u8fd0\u884c\u3002 - -debuglog.header = \u65e5\u5fd7 -debuglog.button.clear = \u6e05\u9664 - +menu.file.start=\u5f00\u59cb +menu.file.start.run=\u8fd0\u884c +menu.file.start.stop=\u505c\u6b62 +menu.file.start.debug=\u8c03\u8bd5 +menu.debugging=\u6b63\u5728\u8c03\u8bd5 +menu.debugging.debug=\u8c03\u8bd5 +menu.debugging.debug.stop=\u505c\u6b62 +menu.debugging.debug.pause=\u6682\u505c +menu.debugging.debug.stepOver=\u5355\u6b65\u6267\u884c +menu.debugging.debug.stepInto=\u8fdb\u5165 +menu.debugging.debug.stepOut=\u9000\u51fa +menu.debugging.debug.continue=\u7ee7\u7eed +menu.debugging.debug.stack=\u5806\u6808... +menu.debugging.debug.watch=\u65b0\u5efa\u76d1\u89c6... +message.playerpath.notset=\u627e\u4e0d\u5230Flash Player\u64ad\u653e\u5668\uff0c\u8bf7\u5728\u9ad8\u7ea7\u8bbe\u7f6e/\u8def\u5f84(1)\u4e2d\u914d\u7f6e\u5176\u8def\u5f84\u3002 +message.playerpath.debug.notset=\u627e\u4e0d\u5230Flash Player\u8c03\u8bd5\u5668\uff0c\u8bf7\u5728"\u9ad8\u7ea7\u8bbe\u7f6e/\u8def\u5f84(2)"\u4e2d\u914d\u7f6e\u5176\u8def\u5f84\u3002 +message.playerpath.lib.notset=\u627e\u4e0d\u5230PlayerGlobal(.SWC)\uff0c\u8bf7\u5728\u9ad8\u7ea7\u8bbe\u7f6e/\u8def\u5f84(3)\u4e2d\u914d\u7f6e\u5176\u8def\u5f84\u3002 +debugpanel.header=\u6b63\u5728\u8c03\u8bd5 +variables.header.registers=\u5bc4\u5b58\u5668 +variables.header.locals=\u672c\u673a +variables.header.arguments=\u53c2\u6570 +variables.header.scopeChain=\u4f5c\u7528\u57df\u94fe +variables.column.name=\u540d\u79f0 +variables.column.type=\u7c7b\u578b +variables.column.value=\u503c +callStack.header=\u8c03\u7528\u5806\u6808 +callStack.header.file=\u6587\u4ef6 +callStack.header.line=\u884c +stack.header=\u5806\u6808 +stack.header.item=\u9879\u76ee +constantpool.header=\u5e38\u91cf\u6c60 +constantpool.header.id=Id +constantpool.header.value=\u503c +work.running=\u6b63\u5728\u8fd0\u884c +work.debugging=\u6b63\u5728\u8c03\u8bd5 +work.debugging.instrumenting=\u6b63\u5728\u4e3aSWF\u8c03\u8bd5\u505a\u51c6\u5907 +work.breakat=\u4e2d\u65ad\u4e8e +work.halted=\u8c03\u8bd5\u5f00\u59cb\uff0c\u6267\u884c\u505c\u6b62\u3002\u6dfb\u52a0\u65ad\u70b9\uff0c\u7136\u540e\u70b9\u51fb\u7ee7\u7eed(F5)\u6062\u590d\u8fd0\u884c\u3002 +debuglog.header=\u65e5\u5fd7 +debuglog.button.clear=\u6e05\u9664 #after 7.0.1 -work.debugging.wait = \u7b49\u5f85Flash\u8c03\u8bd5\u64ad\u653e\u5668\u8fde\u63a5 - -error.debug.listen = \u65e0\u6cd5\u5728\u7aef\u53e3%port%\u4e0a\u4fa6\u542c\uff0c\u53ef\u80fd\u6b63\u5728\u8fd0\u884c\u5176\u4ed6Flash\u8c03\u8bd5\u5668\u3002 - -debug.break.reason.unknown = (\u672a\u77e5) -debug.break.reason.breakpoint = (\u65ad\u70b9) -debug.break.reason.watch = (\u76d1\u89c6) -debug.break.reason.fault = (\u6545\u969c) -debug.break.reason.stopRequest = (\u505c\u6b62\u8bf7\u6c42) -debug.break.reason.step = (\u6b65\u9aa4) -debug.break.reason.halt = (\u505c\u6b62) -debug.break.reason.scriptLoaded = (\u811a\u672c\u5df2\u52a0\u8f7d) - -menu.file.start.debugpcode = \u8c03\u8bd5P-code - +work.debugging.wait=\u7b49\u5f85Flash\u8c03\u8bd5\u64ad\u653e\u5668\u8fde\u63a5 +error.debug.listen=\u65e0\u6cd5\u5728\u7aef\u53e3%port%\u4e0a\u4fa6\u542c\uff0c\u53ef\u80fd\u6b63\u5728\u8fd0\u884c\u5176\u4ed6Flash\u8c03\u8bd5\u5668\u3002 +debug.break.reason.unknown=(\u672a\u77e5) +debug.break.reason.breakpoint=(\u65ad\u70b9) +debug.break.reason.watch=(\u76d1\u89c6) +debug.break.reason.fault=(\u6545\u969c) +debug.break.reason.stopRequest=(\u505c\u6b62\u8bf7\u6c42) +debug.break.reason.step=(\u6b65\u9aa4) +debug.break.reason.halt=(\u505c\u6b62) +debug.break.reason.scriptLoaded=(\u811a\u672c\u5df2\u52a0\u8f7d) +menu.file.start.debugpcode=\u8c03\u8bd5P-code #after 7.1.2 -button.replaceNoFill = \u66ff\u6362 - \u66f4\u65b0\u8303\u56f4... -message.warning.svgImportExperimental = \u5e76\u975e\u6240\u6709\u7684SVG\u529f\u80fd\u90fd\u88ab\u652f\u6301\uff0c\u5bfc\u5165\u540e\u8bf7\u68c0\u67e5\u65e5\u5fd7\u3002 - -message.imported.swf = \u6b64\u6587\u4ef6\u4f7f\u7528\u4e86\u5bfc\u5165SWF\u6587\u4ef6\u4e2d\u7684\u8d44\u6e90:\n%url%\n\u662f\u5426\u4ece\u8be5URL\u52a0\u8f7d\u8d44\u6e90\uff1f -message.imported.swf.manually = \u65e0\u6cd5\u52a0\u8f7d\u5bfc\u5165SWF\n%url%\n\u6587\u4ef6\u6216URL\u4e0d\u5b58\u5728\u3002\n\u662f\u5426\u8981\u9009\u62e9\u672c\u5730\u6587\u4ef6\uff1f - -message.warning.hexViewNotUpToDate = \u5341\u516d\u8fdb\u5236\u89c6\u56fe\u672a\u66f4\u65b0\uff0c\u8bf7\u4fdd\u5b58\u5e76\u91cd\u65b0\u52a0\u8f7d\u6587\u4ef6\u4ee5\u66f4\u65b0\u5341\u516d\u8fdb\u5236\u89c6\u56fe\u3002 -message.font.replace.updateTexts = \u66ff\u6362\u4e86\u67d0\u4e9b\u5b57\u7b26\uff0c\u60a8\u8981\u66f4\u65b0\u73b0\u6709\u6587\u672c\u5417\uff1f - -menu.settings.simplifyExpressions = \u7b80\u5316\u8868\u8fbe\u5f0f - +button.replaceNoFill=\u66ff\u6362 - \u66f4\u65b0\u8303\u56f4... +message.warning.svgImportExperimental=\u5e76\u975e\u6240\u6709\u7684SVG\u529f\u80fd\u90fd\u88ab\u652f\u6301\uff0c\u5bfc\u5165\u540e\u8bf7\u68c0\u67e5\u65e5\u5fd7\u3002 +message.imported.swf=\u6b64\u6587\u4ef6\u4f7f\u7528\u4e86\u5bfc\u5165SWF\u6587\u4ef6\u4e2d\u7684\u8d44\u6e90:\n%url%\n\u662f\u5426\u4ece\u8be5URL\u52a0\u8f7d\u8d44\u6e90\uff1f +message.imported.swf.manually=\u65e0\u6cd5\u52a0\u8f7d\u5bfc\u5165SWF\n%url%\n\u6587\u4ef6\u6216URL\u4e0d\u5b58\u5728\u3002\n\u662f\u5426\u8981\u9009\u62e9\u672c\u5730\u6587\u4ef6\uff1f +message.warning.hexViewNotUpToDate=\u5341\u516d\u8fdb\u5236\u89c6\u56fe\u672a\u66f4\u65b0\uff0c\u8bf7\u4fdd\u5b58\u5e76\u91cd\u65b0\u52a0\u8f7d\u6587\u4ef6\u4ee5\u66f4\u65b0\u5341\u516d\u8fdb\u5236\u89c6\u56fe\u3002 +message.font.replace.updateTexts=\u66ff\u6362\u4e86\u67d0\u4e9b\u5b57\u7b26\uff0c\u60a8\u8981\u66f4\u65b0\u73b0\u6709\u6587\u672c\u5417\uff1f +menu.settings.simplifyExpressions=\u7b80\u5316\u8868\u8fbe\u5f0f #after 8.0.1 -menu.recentFiles.empty = \u6700\u8fd1\u7684\u6587\u4ef6\u5217\u8868\u4e3a\u7a7a -message.warning.outOfMemory32BitJre = \u53d1\u751f\u5185\u5b58\u4e0d\u8db3\u9519\u8bef\uff0c\u60a8\u6b63\u572864\u4f4d\u7cfb\u7edf\u4e0a\u8fd0\u884c32\u4f4dJava\uff0c\u8bf7\u4f7f\u752864\u4f4dJava\u3002 - -menu.file.reloadAll = \u5168\u90e8\u91cd\u8f7d -message.confirm.reloadAll = \u6b64\u64cd\u4f5c\u5c06\u53d6\u6d88\u6240\u6709\u672a\u4fdd\u5b58\u7684\u66f4\u6539\uff0c\u7136\u540e\u518d\u6b21\u91cd\u65b0\u52a0\u8f7d\u6574\u4e2a\u5e94\u7528\u7a0b\u5e8f\u3002\n\u662f\u5426\u8981\u7ee7\u7eed\uff1f -export.script.singleFilePallelModeWarning = \u542f\u7528\u591a\u7ebf\u7a0b\u52a0\u901f\u65f6\u4e0d\u652f\u6301\u5355\u6587\u4ef6\u811a\u672c\u5bfc\u51fa - -button.showOriginalBytesInPcodeHex = \u663e\u793a\u539f\u59cb\u5b57\u8282 -button.remove = \u5220\u9664 -button.showFileOffsetInPcodeHex = \u663e\u793a\u6587\u4ef6\u504f\u79fb - -generic.editor.amf3.title = AMF3\u7f16\u8f91\u5668 -generic.editor.amf3.help = AMF3\u503c\u8bed\u6cd5:\n\ +menu.recentFiles.empty=\u6700\u8fd1\u7684\u6587\u4ef6\u5217\u8868\u4e3a\u7a7a +message.warning.outOfMemory32BitJre=\u53d1\u751f\u5185\u5b58\u4e0d\u8db3\u9519\u8bef\uff0c\u60a8\u6b63\u572864\u4f4d\u7cfb\u7edf\u4e0a\u8fd0\u884c32\u4f4dJava\uff0c\u8bf7\u4f7f\u752864\u4f4dJava\u3002 +menu.file.reloadAll=\u5168\u90e8\u91cd\u8f7d +message.confirm.reloadAll=\u6b64\u64cd\u4f5c\u5c06\u53d6\u6d88\u6240\u6709\u672a\u4fdd\u5b58\u7684\u66f4\u6539\uff0c\u7136\u540e\u518d\u6b21\u91cd\u65b0\u52a0\u8f7d\u6574\u4e2a\u5e94\u7528\u7a0b\u5e8f\u3002\n\u662f\u5426\u8981\u7ee7\u7eed\uff1f +export.script.singleFilePallelModeWarning=\u542f\u7528\u591a\u7ebf\u7a0b\u52a0\u901f\u65f6\u4e0d\u652f\u6301\u5355\u6587\u4ef6\u811a\u672c\u5bfc\u51fa +button.showOriginalBytesInPcodeHex=\u663e\u793a\u539f\u59cb\u5b57\u8282 +button.remove=\u5220\u9664 +button.showFileOffsetInPcodeHex=\u663e\u793a\u6587\u4ef6\u504f\u79fb +generic.editor.amf3.title=AMF3\u7f16\u8f91\u5668 +generic.editor.amf3.help=AMF3\u503c\u8bed\u6cd5:\n\ ------------------\n\ \u6807\u91cf\u7c7b\u578b:\n\ %scalar_samples%\ @@ -731,303 +576,284 @@ generic.editor.amf3.help = AMF3\u503c\u8bed\u6cd5:\n\ * \u975e\u6807\u91cf\u6570\u636e\u7c7b\u578b\u53ef\u4ee5\u7531\u5148\u524d\u4f7f\u7528#\u8bed\u6cd5\u58f0\u660e\u7684"id"\u5c5e\u6027\u5f15\u7528:\n\ %reference_sample%\n\ * \u8bcd\u5178\u6761\u76ee\u4e2d\u7684\u952e\u53ef\u4ee5\u662f\u4efb\u4f55\u7c7b\u578b\n -contextmenu.showInResources = \u5728\u8d44\u6e90\u4e2d\u663e\u793a -message.flexpath.notset = \u627e\u4e0d\u5230Flex SDK\uff0c\u8bf7\u5728\u9ad8\u7ea7\u8bbe\u7f6e/\u8def\u5f84(4)\u4e2d\u914d\u7f6e\u5176\u8def\u5f84\u3002 - - +contextmenu.showInResources=\u5728\u8d44\u6e90\u4e2d\u663e\u793a +message.flexpath.notset=\u627e\u4e0d\u5230Flex SDK\uff0c\u8bf7\u5728\u9ad8\u7ea7\u8bbe\u7f6e/\u8def\u5f84(4)\u4e2d\u914d\u7f6e\u5176\u8def\u5f84\u3002 #add after panel.disassembled string -abc.detail.split = : -abc.detail.trait = \u7279\u5f81 - %trait_type% -abc.detail.trait.method = \u65b9\u6cd5 -abc.detail.trait.getter = \u83b7\u53d6\u5668 -abc.detail.trait.setter = \u8bbe\u7f6e\u5668 -abc.detail.trait.slot = \u63d2\u69fd -abc.detail.trait.const = \u5e38\u91cf -abc.detail.trait.class = \u7c7b -abc.detail.trait.function = \u51fd\u6570 - -abc.detail.specialmethod = \u7279\u6b8a\u65b9\u6cd5 - %specialmethod_type% -abc.detail.specialmethod.scriptinitializer = \u811a\u672c\u521d\u59cb\u5316\u7a0b\u5e8f -abc.detail.specialmethod.classinitializer = \u7c7b\u521d\u59cb\u5316\u7a0b\u5e8f -abc.detail.specialmethod.instanceinitializer = \u5b9e\u4f8b\u521d\u59cb\u5316\u7a0b\u5e8f -abc.detail.innerfunction = \u5185\u90e8\u51fd\u6570 - -button.edit.script.decompiled = \u7f16\u8f91ActionScript -button.edit.script.disassembled = \u7f16\u8f91 P-code - -debug.watch.add = \u5c06\u76d1\u89c6\u6dfb\u52a0\u5230%name% -debug.watch.add.read = \u8bfb\u53d6 -debug.watch.add.write = \u5199\u5165 -debug.watch.add.readwrite = \u8bfb+\u5199- - -error.debug.watch.add = \u65e0\u6cd5\u5c06\u76d1\u89c6\u6dfb\u52a0\u5230\u6b64\u53d8\u91cf\u3002 - -variables.column.scope = \u8303\u56f4 -variables.column.flags = \u6807\u8bb0 -variables.column.trait = \u7279\u5f81 - -message.font.setadvancevalues = \u6b64\u64cd\u4f5c\u4f1a\u5c06\u6b64\u6807\u8bb0\u4e2d\u6240\u6709\u5b57\u7b26\u7684\u884c\u8ddd\u8bbe\u7f6e\u4e3a\u6240\u9009\u5b57\u4f53\u6e90\u884c\u8ddd\u3002 - -menu.tools.deobfuscation.renameColliding = \u91cd\u547d\u540d\u51b2\u7a81\u7684\u7279\u5f81/\u7c7b - -filter.iggy = Iggy\u6587\u4ef6(*.iggy) - +abc.detail.split=: +abc.detail.trait=\u7279\u5f81 - %trait_type% +abc.detail.trait.method=\u65b9\u6cd5 +abc.detail.trait.getter=\u83b7\u53d6\u5668 +abc.detail.trait.setter=\u8bbe\u7f6e\u5668 +abc.detail.trait.slot=\u63d2\u69fd +abc.detail.trait.const=\u5e38\u91cf +abc.detail.trait.class=\u7c7b +abc.detail.trait.function=\u51fd\u6570 +abc.detail.specialmethod=\u7279\u6b8a\u65b9\u6cd5 - %specialmethod_type% +abc.detail.specialmethod.scriptinitializer=\u811a\u672c\u521d\u59cb\u5316\u7a0b\u5e8f +abc.detail.specialmethod.classinitializer=\u7c7b\u521d\u59cb\u5316\u7a0b\u5e8f +abc.detail.specialmethod.instanceinitializer=\u5b9e\u4f8b\u521d\u59cb\u5316\u7a0b\u5e8f +abc.detail.innerfunction=\u5185\u90e8\u51fd\u6570 +button.edit.script.decompiled=\u7f16\u8f91ActionScript +button.edit.script.disassembled=\u7f16\u8f91 P-code +debug.watch.add=\u5c06\u76d1\u89c6\u6dfb\u52a0\u5230%name% +debug.watch.add.read=\u8bfb\u53d6 +debug.watch.add.write=\u5199\u5165 +debug.watch.add.readwrite=\u8bfb+\u5199- +error.debug.watch.add=\u65e0\u6cd5\u5c06\u76d1\u89c6\u6dfb\u52a0\u5230\u6b64\u53d8\u91cf\u3002 +variables.column.scope=\u8303\u56f4 +variables.column.flags=\u6807\u8bb0 +variables.column.trait=\u7279\u5f81 +message.font.setadvancevalues=\u6b64\u64cd\u4f5c\u4f1a\u5c06\u6b64\u6807\u8bb0\u4e2d\u6240\u6709\u5b57\u7b26\u7684\u884c\u8ddd\u8bbe\u7f6e\u4e3a\u6240\u9009\u5b57\u4f53\u6e90\u884c\u8ddd\u3002 +menu.tools.deobfuscation.renameColliding=\u91cd\u547d\u540d\u51b2\u7a81\u7684\u7279\u5f81/\u7c7b +filter.iggy=Iggy\u6587\u4ef6(*.iggy) #after 11.1.0 -script.seemsBroken = \u8b66\u544a: \u4ee3\u7801\u53cd\u6c47\u7f16\u5305\u542b\u00a7\u00a7\u6307\u4ee4. \ +script.seemsBroken=\u8b66\u544a: \u4ee3\u7801\u53cd\u6c47\u7f16\u5305\u542b\u00a7\u00a7\u6307\u4ee4. \ \u8fd9\u901a\u5e38\u662f\u7531\u4e8e\u6df7\u6dc6\u9020\u6210\u7684(\u8bf7\u53c2\u9605"\u8bbe\u7f6e/\u81ea\u52a8\u53cd\u6df7\u6dc6")\ \u6216\u811a\u672c\u662f\u7531\u975e\u6807\u51c6\u7684\u7f16\u8bd1\u5668\u751f\u6210\u7684(\u5982Haxe\u7b49)\u3002 \ #after 13.0.3 -button.removetrait = \u5220\u9664\u7279\u5f81 - -message.confirm.removetrait = \u60a8\u786e\u5b9a\u8981\u5220\u9664\u9009\u4e2d\u7684trait? - -contextmenu.addScript = \u6dfb\u52a0\u811a\u672c - -contextmenu.addClass = \u6dfb\u52a0\u7c7b - -contextmenu.removeScript = \u5220\u9664\u811a\u672c - -message.confirm.remove.nodep = \u60a8\u786e\u5b9a\u8981\u5220\u9664%item%\uff1f - -message.confirm.removemultiple.nodep = \u60a8\u786e\u5b9a\u8981\u5220\u9664%count%\u4e2a\u9879\u76ee\uff1f - -menu.recentSearches = \u5f53\u524d\u6587\u4ef6\u7684\u6700\u8fd1\u641c\u7d22 -menu.recentSearches.empty = \u641c\u7d22\u8bb0\u5f55\u4e3a\u7a7a +button.removetrait=\u5220\u9664\u7279\u5f81 +message.confirm.removetrait=\u60a8\u786e\u5b9a\u8981\u5220\u9664\u9009\u4e2d\u7684trait? +contextmenu.addScript=\u6dfb\u52a0\u811a\u672c +contextmenu.addClass=\u6dfb\u52a0\u7c7b +contextmenu.removeScript=\u5220\u9664\u811a\u672c +message.confirm.remove.nodep=\u60a8\u786e\u5b9a\u8981\u5220\u9664%item%\uff1f +message.confirm.removemultiple.nodep=\u60a8\u786e\u5b9a\u8981\u5220\u9664%count%\u4e2a\u9879\u76ee\uff1f +menu.recentSearches=\u5f53\u524d\u6587\u4ef6\u7684\u6700\u8fd1\u641c\u7d22 +menu.recentSearches.empty=\u641c\u7d22\u8bb0\u5f55\u4e3a\u7a7a #after 14.1.0 -menu.tools.otherTools.clearRecentSearches = \u6e05\u7a7a\u6700\u8fd1\u641c\u7d22 -menu.recentSearches.clear = \u6e05\u7a7a\u641c\u7d22\u7ed3\u679c -message.confirm.recentSearches.clear = \u786e\u5b9a\u8981\u6e05\u7a7a\u5f53\u524d\u6587\u4ef6\u7684\u6700\u8fd1\u641c\u7d22\u5417\uff1f -message.input.gotoCharacter.title = \u53bb\u5230\u5b57\u7b26 -message.input.gotoCharacter = \u8f93\u5165\u5b57\u7b26ID -message.character.notfound = \u672a\u627e\u5230\u5b57\u7b26 %characterid% . -FileChooser.preview = \u9884\u89c8 -FileChooser.previewNotAvailable = (\u9884\u89c8\u4e0d\u53ef\u7528) +menu.tools.otherTools.clearRecentSearches=\u6e05\u7a7a\u6700\u8fd1\u641c\u7d22 +menu.recentSearches.clear=\u6e05\u7a7a\u641c\u7d22\u7ed3\u679c +message.confirm.recentSearches.clear=\u786e\u5b9a\u8981\u6e05\u7a7a\u5f53\u524d\u6587\u4ef6\u7684\u6700\u8fd1\u641c\u7d22\u5417\uff1f +message.input.gotoCharacter.title=\u53bb\u5230\u5b57\u7b26 +message.input.gotoCharacter=\u8f93\u5165\u5b57\u7b26ID +message.character.notfound=\u672a\u627e\u5230\u5b57\u7b26 %characterid% . +FileChooser.preview=\u9884\u89c8 +FileChooser.previewNotAvailable=(\u9884\u89c8\u4e0d\u53ef\u7528) #after 14.2.1 -button.freetransform = \u81ea\u7531\u53d8\u6362 +button.freetransform=\u81ea\u7531\u53d8\u6362 #after 14.3.1 -error.outOfMemory.title = \u9519\u8bef - \u5185\u5b58\u6ea2\u51fa -error.outOfMemory = \u53cd\u7f16\u8bd1\u5668\u5185\u5b58\u6ea2\u51fa. \u5f53\u524d\u7684Java\u5806\u6700\u5927\u503c\u4e3a %maxheap%. -error.outOfMemory.windows = \u901a\u8fc7"ffdec.exe"\u8fd0\u884c\u65f6, \u5b83\u5c06\u88ab\u8bbe\u7f6e\u4e3a\u6700\u5927\u53ef\u7528\u503c.\n\u5982\u679c\u901a\u8fc7"ffdec.bat"\u8fd0\u884c, \u4f60\u53ef\u4ee5\u5728\u8be5\u6587\u4ef6\u4e2d\u66f4\u6539\u8be5\u503c. -error.outOfMemory.unixmac = \u4f60\u53ef\u4ee5\u901a\u8fc7\u7f16\u8f91"ffdec.sh"\u6587\u4ef6\u6765\u589e\u52a0\u6b64\u6700\u5927\u503c. -error.outOfMemory.64bit = \u4f60\u9700\u898164\u4f4d\u7cfb\u7edf\u548cJava\u6765\u4f7f\u7528\u6bd4CCA 1GB\u66f4\u591a\u7684\u5185\u5b58. -error.outOfMemory.32BitJreOn64bitOs = \u8b66\u544a: \u4f60\u6b63\u572864\u4f4d\u7cfb\u7edf\u4f7f\u752832\u4f4d\u7684Java. \u8bf7\u4f7f\u752864\u4f4d\u7684Java. -notavailable.internalviewer = \u6b64\u5bf9\u8c61\u7684\u9884\u89c8\u9700\u8981Flash ActiveX\u7ec4\u4ef6.\n \ +error.outOfMemory.title=\u9519\u8bef - \u5185\u5b58\u6ea2\u51fa +error.outOfMemory=\u53cd\u7f16\u8bd1\u5668\u5185\u5b58\u6ea2\u51fa. \u5f53\u524d\u7684Java\u5806\u6700\u5927\u503c\u4e3a %maxheap%. +error.outOfMemory.windows=\u901a\u8fc7"ffdec.exe"\u8fd0\u884c\u65f6, \u5b83\u5c06\u88ab\u8bbe\u7f6e\u4e3a\u6700\u5927\u53ef\u7528\u503c.\n\u5982\u679c\u901a\u8fc7"ffdec.bat"\u8fd0\u884c, \u4f60\u53ef\u4ee5\u5728\u8be5\u6587\u4ef6\u4e2d\u66f4\u6539\u8be5\u503c. +error.outOfMemory.unixmac=\u4f60\u53ef\u4ee5\u901a\u8fc7\u7f16\u8f91"ffdec.sh"\u6587\u4ef6\u6765\u589e\u52a0\u6b64\u6700\u5927\u503c. +error.outOfMemory.64bit=\u4f60\u9700\u898164\u4f4d\u7cfb\u7edf\u548cJava\u6765\u4f7f\u7528\u6bd4CCA 1GB\u66f4\u591a\u7684\u5185\u5b58. +error.outOfMemory.32BitJreOn64bitOs=\u8b66\u544a: \u4f60\u6b63\u572864\u4f4d\u7cfb\u7edf\u4f7f\u752832\u4f4d\u7684Java. \u8bf7\u4f7f\u752864\u4f4d\u7684Java. +notavailable.internalviewer=\u6b64\u5bf9\u8c61\u7684\u9884\u89c8\u9700\u8981Flash ActiveX\u7ec4\u4ef6.\n \ \u4f60\u53ef\u4ee5\u5728"\u9ad8\u7ea7\u8bbe\u7f6e/\u5176\u4ed6"\u4e2d\n \ \u52fe\u9009"(\u5f03\u7528)\u4f7f\u7528Adobe Flash Player\u9884\u89c8" -notavailable.activex = \u7531\u4e8eFlash ActiveX\u65e0\u6cd5\u8fd0\u884c, \u6b64\u5bf9\u8c61\u7684\u9884\u89c8\u4e0d\u53ef\u7528.\n \ +notavailable.activex=\u7531\u4e8eFlash ActiveX\u65e0\u6cd5\u8fd0\u884c, \u6b64\u5bf9\u8c61\u7684\u9884\u89c8\u4e0d\u53ef\u7528.\n \ \u8fd9\u662f\u6b63\u5e38\u73b0\u8c61, \u56e0\u4e3aAdobe\u57282021\u5e74\u505c\u6b62\u4e86\u652f\u6301. -notavailable.activex.disable = \u4f60\u53ef\u4ee5\u53d6\u6d88\u52fe\u9009"\u9ad8\u7ea7\u8bbe\u7f6e/\u5176\u4ed6/(\u5f03\u7528)\u4f7f\u7528Adobe Flash Player\u9884\u89c8"\n \ +notavailable.activex.disable=\u4f60\u53ef\u4ee5\u53d6\u6d88\u52fe\u9009"\u9ad8\u7ea7\u8bbe\u7f6e/\u5176\u4ed6/(\u5f03\u7528)\u4f7f\u7528Adobe Flash Player\u9884\u89c8"\n \ \u4ee5\u4f7f\u7528\u5185\u90e8\u64ad\u653e\u5668\n \ \u4f46\u8fd9\u4e0d\u652f\u6301\u89c6\u9891\u6807\u7b7e. #after 14.5.2 -button.showin.flashprojector = \u5728Flash Projector\u4e2d\u663e\u793a -message.info = \u4fe1\u606f -message.info.importScripts = \u5bfc\u5165\u811a\u672c\u65f6,\u60a8\u9700\u8981\u9009\u62e9\u4e00\u4e2a\u6587\u4ef6\u5939.\r\n \ +button.showin.flashprojector=\u5728Flash Projector\u4e2d\u663e\u793a +message.info=\u4fe1\u606f +message.info.importScripts=\u5bfc\u5165\u811a\u672c\u65f6,\u60a8\u9700\u8981\u9009\u62e9\u4e00\u4e2a\u6587\u4ef6\u5939.\r\n \ \u6587\u4ef6\u5939\u5fc5\u987b\u5305\u542b"scripts"\u5b50\u6587\u4ef6\u5939,\u5176\u7ed3\u6784\u9700\u8981\u4e0e\u5f53\u524dSWF\u5339\u914d.\r\n \ \u4f7f\u7ed3\u6784\u6b63\u786e\u7684\u6700\u597d\u529e\u6cd5\u662f\u5148\u5bfc\u51fa\u5f53\u524dSWF\u7684\u811a\u672c. \r\n\r\n \ \u6ce8\u610f\u6b64\u5bfc\u5165\u4f7f\u7528\u4e0eFFDec\u4e2d\u7684\u7f16\u8f91\u5668\u76f8\u540c\u7684\u7f16\u8bd1\u5668(AS3\u5b9e\u9a8c\u6027). -message.info.importTexts = \u5bfc\u5165\u6587\u672c\u65f6,\u60a8\u9700\u8981\u9009\u62e9\u4e00\u4e2a\u6587\u4ef6\u5939.\r\n \ +message.info.importTexts=\u5bfc\u5165\u6587\u672c\u65f6,\u60a8\u9700\u8981\u9009\u62e9\u4e00\u4e2a\u6587\u4ef6\u5939.\r\n \ \u6587\u4ef6\u5939\u5fc5\u987b\u5305\u542b"texts"\u5b50\u6587\u4ef6\u5939,\u5176\u7ed3\u6784\u9700\u8981\u4e0e\u5f53\u524dSWF\u5339\u914d.\r\n \ \u4f7f\u7ed3\u6784\u6b63\u786e\u7684\u6700\u597d\u529e\u6cd5\u662f\u5148\u5bfc\u51fa\u5f53\u524dSWF\u7684\u6587\u672c. -message.info.importSymbolClass = \u5bfc\u5165\u7b26\u53f7\u7c7b\u65f6,\u60a8\u9700\u8981\u9009\u62e9\u4e00\u4e2a\u5305\u542b"%file%"\u6587\u4ef6\u7684\u6587\u4ef6\u5939.\r\n \ +message.info.importSymbolClass=\u5bfc\u5165\u7b26\u53f7\u7c7b\u65f6,\u60a8\u9700\u8981\u9009\u62e9\u4e00\u4e2a\u5305\u542b"%file%"\u6587\u4ef6\u7684\u6587\u4ef6\u5939.\r\n \ \u4e0e\u5bfc\u51fa\u65f6\u4f7f\u7528\u7684\u6587\u4ef6\u540d\u662f\u76f8\u540c\u7684. -message.info.importXml = \u5bfc\u5165XML\u65f6,\u60a8\u9700\u8981\u4e00\u4e2a\u7279\u6b8a\u683c\u5f0f\u7684XML\u6587\u4ef6 - FFDec\u5bfc\u51fa\u7684\u683c\u5f0f.\r\n \ +message.info.importXml=\u5bfc\u5165XML\u65f6,\u60a8\u9700\u8981\u4e00\u4e2a\u7279\u6b8a\u683c\u5f0f\u7684XML\u6587\u4ef6 - FFDec\u5bfc\u51fa\u7684\u683c\u5f0f.\r\n \ \u521b\u5efa\u6b64XML\u6587\u4ef6\u7684\u6700\u597d\u529e\u6cd5\u662f\u5148\u4ece\u5f53\u524dSWF\u5bfc\u51faXML. #after 14.6.0 -tagInfo.dependentFrames = \u4f9d\u8d56\u5e27 +tagInfo.dependentFrames=\u4f9d\u8d56\u5e27 #after 15.0.0 -imagePanel.depth = \u6df1\u5ea6: -work.importing_as = \u6b63\u5728\u5bfc\u5165\u811a\u672c -importing_as.finishedin = \u9884\u8ba1\u9700\u8981 %time% -work.deobfuscating_pcode = \u53cd\u6df7\u6dc6pcode -work.injecting_debuginfo = \u6ce8\u5165\u8c03\u8bd5\u4fe1\u606f -work.generating_swd = \u751f\u6210SWD\u6587\u4ef6 +imagePanel.depth=\u6df1\u5ea6: +work.importing_as=\u6b63\u5728\u5bfc\u5165\u811a\u672c +importing_as.finishedin=\u9884\u8ba1\u9700\u8981 %time% +work.deobfuscating_pcode=\u53cd\u6df7\u6dc6pcode +work.injecting_debuginfo=\u6ce8\u5165\u8c03\u8bd5\u4fe1\u606f +work.generating_swd=\u751f\u6210SWD\u6587\u4ef6 #after 15.1.1 -button.replaceRefs = \u7528\u5176\u4ed6\u5b57\u7b26ID\u66ff\u6362\u53c2\u8003 -contextmenu.cloneTag = \u590d\u5236\u6807\u7b7e -contextmenu.moveTagAround = \u79fb\u52a8\u6807\u7b7e -contextmenu.addTagBefore = \u5728\u524d\u9762\u6dfb\u52a0\u6807\u7b7e -contextmenu.addTagAfter = \u5728\u540e\u9762\u6dfb\u52a0\u6807\u7b7e -menu.file.view.tagList = \u6807\u7b7e\u5217\u8868 -contextmenu.showInTagList = \u5728\u6807\u7b7e\u5217\u8868\u4e2d\u663e\u793a -message.input.addFrames.title = \u6dfb\u52a0\u5e27 -message.input.addFrames.howmany = \u9700\u8981\u6dfb\u52a0\u7684\u5e27\u6570 -contextmenu.addFramesBefore = \u5728\u524d\u9762\u6dfb\u52a0\u5e27 -contextmenu.addFramesAfter = \u5728\u540e\u9762\u6dfb\u52a0\u5e27 -contextmenu.addFrames = \u6dfb\u52a0\u5e27 -error.readonly.cannotSave = \u6587\u4ef6\u5c06\u65e0\u6cd5\u4fdd\u5b58. \u6b64SWF\u6587\u4ef6\u6e90\u4e0d\u5141\u8bb8\u4fdd\u5b58\u66f4\u6539.\r\n\ +button.replaceRefs=\u7528\u5176\u4ed6\u5b57\u7b26ID\u66ff\u6362\u53c2\u8003 +contextmenu.cloneTag=\u590d\u5236\u6807\u7b7e +contextmenu.moveTagAround=\u79fb\u52a8\u6807\u7b7e +contextmenu.addTagBefore=\u5728\u524d\u9762\u6dfb\u52a0\u6807\u7b7e +contextmenu.addTagAfter=\u5728\u540e\u9762\u6dfb\u52a0\u6807\u7b7e +menu.file.view.tagList=\u6807\u7b7e\u5217\u8868 +contextmenu.showInTagList=\u5728\u6807\u7b7e\u5217\u8868\u4e2d\u663e\u793a +message.input.addFrames.title=\u6dfb\u52a0\u5e27 +message.input.addFrames.howmany=\u9700\u8981\u6dfb\u52a0\u7684\u5e27\u6570 +contextmenu.addFramesBefore=\u5728\u524d\u9762\u6dfb\u52a0\u5e27 +contextmenu.addFramesAfter=\u5728\u540e\u9762\u6dfb\u52a0\u5e27 +contextmenu.addFrames=\u6dfb\u52a0\u5e27 +error.readonly.cannotSave=\u6587\u4ef6\u5c06\u65e0\u6cd5\u4fdd\u5b58. \u6b64SWF\u6587\u4ef6\u6e90\u4e0d\u5141\u8bb8\u4fdd\u5b58\u66f4\u6539.\r\n\ \u8fd9\u901a\u5e38\u662f\u5728\u4e8c\u8fdb\u5236\u6a21\u5f0f\u4e0b\u52a0\u8f7d\u672a\u77e5\u6269\u5c55\u540d\u7684\u4e8c\u8fdb\u5236\u6570\u636e\u6216\u6587\u4ef6\u5f15\u8d77\u7684.\r\n\ \u8bf7\u4f7f\u7528"\u53e6\u5b58\u4e3a"\u5bfc\u51fa\u7279\u5b9a\u7684SWF\u6587\u4ef6. -warning.readonly = \u6587\u4ef6"%file%"\u4ee5\u53ea\u8bfb\u6a21\u5f0f\u52a0\u8f7d. \r\n\ +warning.readonly=\u6587\u4ef6"%file%"\u4ee5\u53ea\u8bfb\u6a21\u5f0f\u52a0\u8f7d. \r\n\ \u82e5\u4e0d\u901a\u8fc7"\u53e6\u5b58\u4e3a",\u4f60\u6240\u505a\u7684\u4fee\u6539\u4e0d\u4f1a\u4fdd\u5b58.\r\n\ \u8fd9\u901a\u5e38\u662f\u7531\u4e8e\u4e8c\u8fdb\u5236\u641c\u7d22\u6a21\u5f0f\u6253\u5f00\u6587\u4ef6\u5f15\u8d77\u7684,\r\n\ \u6587\u4ef6\u53ef\u80fd\u5177\u6709\u672a\u77e5\u7684\u6269\u5c55\u540d\u5e76\u56e0\u6b64\u65e0\u6cd5\u4fdd\u5b58 #after 16.0.0 -contextmenu.addTagInside = \u5728\u5185\u90e8\u6dfb\u52a0\u6807\u7b7e -contextmenu.cloneFrame = \u590d\u5236\u5e27 -contextmenu.clone = \u590d\u5236 +contextmenu.addTagInside=\u5728\u5185\u90e8\u6dfb\u52a0\u6807\u7b7e +contextmenu.cloneFrame=\u590d\u5236\u5e27 +contextmenu.clone=\u590d\u5236 #after 16.0.4 -error.action.save.valueTooLarge = \u4ee3\u7801\u65e0\u6cd5\u4fdd\u5b58. FFDecs\u9700\u8981\u7684\u7a7a\u95f4\u8d85\u8fc7\u5b57\u8282\u6700\u5927\u9650\u5236\r\n\ +error.action.save.valueTooLarge=\u4ee3\u7801\u65e0\u6cd5\u4fdd\u5b58. FFDecs\u9700\u8981\u7684\u7a7a\u95f4\u8d85\u8fc7\u5b57\u8282\u6700\u5927\u9650\u5236\r\n\ action\u6807\u7b7e\u6216ActionDefineFunction/2\u6709\u5b57\u8282\u5b58\u50a8\u9650\u5236.\r\n\ \u4f60\u53ef\u4ee5\u5c1d\u8bd5\u7f29\u77ed\u4ee3\u7801\u5e76\u91cd\u8bd5. -contextmenu.attachTag = \u9644\u52a0\u6807\u7b7e -contextmenu.showInHexDump = \u663e\u793a\u5341\u516d\u8fdb\u5236 -menu.file.new = \u65b0\u5efa\u6587\u4ef6 -new.filename = \u672a\u547d\u540d -error.missing.characterTag.single = \u9519\u8bef: \u6b64\u6807\u7b7e\u9700\u8981\u6807\u7b7e %tag%,\u4f46\u8be5\u6807\u7b7e\u672a\u5728\u6b64\u6807\u7b7e\u4e4b\u524d\u5b9a\u4e49. \ +contextmenu.attachTag=\u9644\u52a0\u6807\u7b7e +contextmenu.showInHexDump=\u663e\u793a\u5341\u516d\u8fdb\u5236 +menu.file.new=\u65b0\u5efa\u6587\u4ef6 +new.filename=\u672a\u547d\u540d +error.missing.characterTag.single=\u9519\u8bef: \u6b64\u6807\u7b7e\u9700\u8981\u6807\u7b7e %tag%,\u4f46\u8be5\u6807\u7b7e\u672a\u5728\u6b64\u6807\u7b7e\u4e4b\u524d\u5b9a\u4e49. \ \u8bf7\u5b9a\u4e49\u6216\u5c06\u8be5\u6807\u7b7e\u79fb\u52a8\u5230\u6b63\u786e\u7684\u4f4d\u7f6e. -error.missing.characterTag.multi = \u9519\u8bef: \u6b64\u6807\u7b7e\u9700\u8981\u6807\u7b7e %tags%,\u4f46\u5b83\u4eec\u672a\u5728\u6b64\u6807\u7b7e\u4e4b\u524d\u5b9a\u4e49. \ +error.missing.characterTag.multi=\u9519\u8bef: \u6b64\u6807\u7b7e\u9700\u8981\u6807\u7b7e %tags%,\u4f46\u5b83\u4eec\u672a\u5728\u6b64\u6807\u7b7e\u4e4b\u524d\u5b9a\u4e49. \ \u8bf7\u5b9a\u4e49\u6216\u5c06\u5b83\u4eec\u79fb\u52a8\u5230\u6b63\u786e\u7684\u4f4d\u7f6e. #after 16.1.0 -contextmenu.clipboard = \u6807\u7b7e\u526a\u8d34\u677f -contextmenu.cutTag = \u526a\u5207\u81f3\u6807\u7b7e\u526a\u8d34\u677f -contextmenu.cutTagWithDependencies = \u4e0e\u4f9d\u8d56\u526a\u5207\u81f3\u6807\u7b7e\u526a\u8d34\u677f -contextmenu.paste = \u7c98\u8d34 -contextmenu.pasteBefore = \u5728\u524d\u9762\u7c98\u8d34 -contextmenu.pasteAfter = \u5728\u540e\u9762\u7c98\u8d34 -contextmenu.pasteInside = \u5728\u5185\u90e8\u7c98\u8d34 -menu.file.import.other = \u5bfc\u5165\u5176\u4ed6 -menu.file.import.image = \u5bfc\u5165\u56fe\u50cf -message.info.importImages = \u5bfc\u5165\u56fe\u50cf\u65f6,\u60a8\u9700\u8981\u9009\u62e9\u4e00\u4e2a\u6587\u4ef6\u5939.\r\n \ +contextmenu.clipboard=\u6807\u7b7e\u526a\u8d34\u677f +contextmenu.cutTag=\u526a\u5207\u81f3\u6807\u7b7e\u526a\u8d34\u677f +contextmenu.cutTagWithDependencies=\u4e0e\u4f9d\u8d56\u526a\u5207\u81f3\u6807\u7b7e\u526a\u8d34\u677f +contextmenu.paste=\u7c98\u8d34 +contextmenu.pasteBefore=\u5728\u524d\u9762\u7c98\u8d34 +contextmenu.pasteAfter=\u5728\u540e\u9762\u7c98\u8d34 +contextmenu.pasteInside=\u5728\u5185\u90e8\u7c98\u8d34 +menu.file.import.other=\u5bfc\u5165\u5176\u4ed6 +menu.file.import.image=\u5bfc\u5165\u56fe\u50cf +message.info.importImages=\u5bfc\u5165\u56fe\u50cf\u65f6,\u60a8\u9700\u8981\u9009\u62e9\u4e00\u4e2a\u6587\u4ef6\u5939.\r\n \ \u6587\u4ef6\u5939\u5fc5\u987b\u5305\u542b"images"\u5b50\u6587\u4ef6\u5939,\u5176\u7ed3\u6784\u9700\u8981\u4e0e\u5f53\u524dSWF\u5339\u914d.\r\n \ \u4f7f\u7ed3\u6784\u6b63\u786e\u7684\u6700\u597d\u529e\u6cd5\u662f\u5148\u5bfc\u51fa\u5f53\u524dSWF\u7684\u56fe\u50cf. -work.importing = \u6b63\u5728\u5bfc\u5165 -import.finishedin = \u9884\u8ba1\u9700\u8981 %time% -error.import = \u5bfc\u5165\u51fa\u9519 -import.image.result = \u5df2\u5bfc\u5165%count%\u4e2a\u56fe\u50cf. -clipboard.hint = \u6807\u7b7e\u526a\u8d34\u677f\u4e2d\u7684\u9879\u76ee\u6570 -clipboard.item = 1\u4e2a\u9879\u76ee -clipboard.items = %count%\u4e2a\u9879\u76ee -clipboard.clear = \u6e05\u7a7a\u526a\u8d34\u677f +work.importing=\u6b63\u5728\u5bfc\u5165 +import.finishedin=\u9884\u8ba1\u9700\u8981 %time% +error.import=\u5bfc\u5165\u51fa\u9519 +import.image.result=\u5df2\u5bfc\u5165%count%\u4e2a\u56fe\u50cf. +clipboard.hint=\u6807\u7b7e\u526a\u8d34\u677f\u4e2d\u7684\u9879\u76ee\u6570 +clipboard.item=1\u4e2a\u9879\u76ee +clipboard.items=%count%\u4e2a\u9879\u76ee +clipboard.clear=\u6e05\u7a7a\u526a\u8d34\u677f #after 16.2.0 -contextmenu.moveTagWithDependencies = \u79fb\u52a8\u6807\u7b7e\u4e0e\u4f9d\u8d56\u81f3 -contextmenu.moveUp = \u79fb\u52a8\u81f3\u4e0a\u65b9 -contextmenu.moveDown = \u79fb\u52a8\u81f3\u4e0b\u65b9 -contextmenu.changeCharset = \u66f4\u6539\u5b57\u7b26\u96c6(\u5f53\u524d: %charset%) -contextmenu.more = \u66f4\u591a... -error.charset.nocharacter = \u9009\u4e2d\u7684\u5b57\u7b26\u96c6\u4e0d\u5305\u542b\u5b57\u7b26 "%char%". +contextmenu.moveTagWithDependencies=\u79fb\u52a8\u6807\u7b7e\u4e0e\u4f9d\u8d56\u81f3 +contextmenu.moveUp=\u79fb\u52a8\u81f3\u4e0a\u65b9 +contextmenu.moveDown=\u79fb\u52a8\u81f3\u4e0b\u65b9 +contextmenu.changeCharset=\u66f4\u6539\u5b57\u7b26\u96c6(\u5f53\u524d: %charset%) +contextmenu.more=\u66f4\u591a... +error.charset.nocharacter=\u9009\u4e2d\u7684\u5b57\u7b26\u96c6\u4e0d\u5305\u542b\u5b57\u7b26 "%char%". #after 16.3.1 -button.show = \u663e\u793a/\u9690\u85cf\u9884\u89c8 -button.freeze = \u51bb\u7ed3(\u4e0d\u64ad\u653e\u5b50\u52a8\u753b) -library = \u5e93: -message.airpath.lib.notset = \u672a\u53d1\u73b0AirGlobal (.SWC). \u8bf7\u5728"\u9ad8\u7ea7\u8bbe\u7f6e/\u8def\u5f84(6)"\u4e2d\u914d\u7f6e\u8def\u5f84. -message.action.airglobal.title = \u9700\u8981AirGlobal\u5e93 -menu.file.import.shape = \u5bfc\u5165\u5f62\u72b6 -menu.file.import.shapeNoFill = \u5bfc\u5165\u5f62\u72b6 - \u66f4\u65b0\u8fb9\u754c -message.info.importShapes = \u5bfc\u5165\u5f62\u72b6\u65f6,\u60a8\u9700\u8981\u9009\u62e9\u4e00\u4e2a\u6587\u4ef6\u5939.\r\n \ +button.show=\u663e\u793a/\u9690\u85cf\u9884\u89c8 +button.freeze=\u51bb\u7ed3(\u4e0d\u64ad\u653e\u5b50\u52a8\u753b) +library=\u5e93: +message.airpath.lib.notset=\u672a\u53d1\u73b0AirGlobal (.SWC). \u8bf7\u5728"\u9ad8\u7ea7\u8bbe\u7f6e/\u8def\u5f84(6)"\u4e2d\u914d\u7f6e\u8def\u5f84. +message.action.airglobal.title=\u9700\u8981AirGlobal\u5e93 +menu.file.import.shape=\u5bfc\u5165\u5f62\u72b6 +menu.file.import.shapeNoFill=\u5bfc\u5165\u5f62\u72b6 - \u66f4\u65b0\u8fb9\u754c +message.info.importShapes=\u5bfc\u5165\u5f62\u72b6\u65f6,\u60a8\u9700\u8981\u9009\u62e9\u4e00\u4e2a\u6587\u4ef6\u5939.\r\n \ \u6587\u4ef6\u5939\u5fc5\u987b\u5305\u542b"shapes"\u5b50\u6587\u4ef6\u5939,\u5176\u7ed3\u6784\u9700\u8981\u4e0e\u5f53\u524dSWF\u5339\u914d.\r\n \ \u4f7f\u7ed3\u6784\u6b63\u786e\u7684\u6700\u597d\u529e\u6cd5\u662f\u5148\u5bfc\u51fa\u5f53\u524dSWF\u7684\u5f62\u72b6. -import.shape.result = \u5df2\u5bfc\u5165%count%\u4e2a\u5f62\u72b6 -pin = \u70b9\u51fb\u56fa\u5b9a\u6b64\u9879\u76ee -unpin = \u5df2\u56fa\u5b9a - \u70b9\u51fb\u53d6\u6d88\u56fa\u5b9a -contextmenu.unpin = \u53d6\u6d88\u56fa\u5b9a -contextmenu.unpin.all = \u5168\u90e8\u53d6\u6d88\u56fa\u5b9a -contextmenu.unpin.others = \u53d6\u6d88\u56fa\u5b9a\u5176\u4ed6 -menu.tools.otherTools.clearPinnedItems = \u6e05\u7a7a\u56fa\u5b9a\u9879\u76ee -menu.settings.flattenASPackages = \u5c55\u5f00ActionScript\u5305 -work.reading.abc = \u8bfb\u53d6ABC -filter.abc = ActionScript3\u5b57\u8282\u7801\u6587\u4ef6(*.abc) -contextmenu.exportAbc = \u5bfc\u51faABC -contextmenu.pin = \u56fa\u5b9a +import.shape.result=\u5df2\u5bfc\u5165%count%\u4e2a\u5f62\u72b6 +pin=\u70b9\u51fb\u56fa\u5b9a\u6b64\u9879\u76ee +unpin=\u5df2\u56fa\u5b9a - \u70b9\u51fb\u53d6\u6d88\u56fa\u5b9a +contextmenu.unpin=\u53d6\u6d88\u56fa\u5b9a +contextmenu.unpin.all=\u5168\u90e8\u53d6\u6d88\u56fa\u5b9a +contextmenu.unpin.others=\u53d6\u6d88\u56fa\u5b9a\u5176\u4ed6 +menu.tools.otherTools.clearPinnedItems=\u6e05\u7a7a\u56fa\u5b9a\u9879\u76ee +menu.settings.flattenASPackages=\u5c55\u5f00ActionScript\u5305 +work.reading.abc=\u8bfb\u53d6ABC +filter.abc=ActionScript3\u5b57\u8282\u7801\u6587\u4ef6(*.abc) +contextmenu.exportAbc=\u5bfc\u51faABC +contextmenu.pin=\u56fa\u5b9a #after 17.0.4 -productinfo.product = \u751f\u4ea7: -productinfo.product.unknown = \u672a\u77e5 -productinfo.edition = \u7f16\u8f91: -productinfo.edition.none = \u65e0 -productinfo.version = \u7248\u672c: -productinfo.build = \u6784\u5efa: -productinfo.compileDate = \u7f16\u8bd1\u65e5\u671f: -message.video.installvlc = \u6587\u4ef6"%file%"\u5305\u542b\u89c6\u9891\u6807\u7b7e(DefineVideoStream).\r\n\ +productinfo.product=\u751f\u4ea7: +productinfo.product.unknown=\u672a\u77e5 +productinfo.edition=\u7f16\u8f91: +productinfo.edition.none=\u65e0 +productinfo.version=\u7248\u672c: +productinfo.build=\u6784\u5efa: +productinfo.compileDate=\u7f16\u8bd1\u65e5\u671f: +message.video.installvlc=\u6587\u4ef6"%file%"\u5305\u542b\u89c6\u9891\u6807\u7b7e(DefineVideoStream).\r\n\ \u8981\u5728FFDec\u4e2d\u663e\u793a\u5b83\u4eec\u9700\u8981\u5b89\u88c53.0\u4ee5\u4e0a\u7684VLC\u5a92\u4f53\u64ad\u653e\u5668.\r\n\ \u4f46\u4e0d\u5b89\u88c5\u4f60\u4e5f\u53ef\u4ee5\u5c06\u5b83\u4eec\u5bfc\u51fa\u4e3aFLV\u683c\u5f0f. -button.mute = \u9759\u97f3 -button.transform = \u8f6c\u6362 -transform = \u8f6c\u6362 -transform.transformPoint = \u8f6c\u6362\u70b9 -transform.basic = \u57fa\u672c -transform.basic.flip.horizontally = \u6c34\u5e73\u7ffb\u8f6c -transform.basic.flip.vertically = \u5782\u76f4\u7ffb\u8f6c -transform.basic.rotate90.clockwise = \u65cb\u8f6c +90\u00b0 -transform.basic.rotate90.anticlockwise = \u65cb\u8f6c -90\u00b0 -transform.basic.rotate180 = \u65cb\u8f6c 180\u00b0 -transform.move = \u79fb\u52a8 -transform.move.horizontal = \u6c34\u5e73: -transform.move.vertical = \u5782\u76f4: -transform.move.relative = \u76f8\u5bf9\u79fb\u52a8 -transform.scale = \u7f29\u653e -transform.scale.width = \u5bbd: -transform.scale.height = \u9ad8: -transform.scale.proportionally = \u6bd4\u4f8b\u7f29\u653e -transform.rotate = \u65cb\u8f6c -transform.rotate.angle = \u89d2\u5ea6: -transform.skew = \u626d\u66f2: -transform.skew.horizontal = \u6c34\u5e73: -transform.skew.vertical = \u5782\u76f4: -transform.matrix = \u77e9\u9635 -transform.matrix.a = A -transform.matrix.b = B -transform.matrix.c = C -transform.matrix.d = D -transform.matrix.e = E -transform.matrix.f = F -transform.matrix.editCurrent = \u7f16\u8f91\u5f53\u524d\u77e9\u9635 -transform.apply = \u5e94\u7528 -transform.clear = \u6e05\u7a7a -status.editing = \u60a8\u5df2\u8fdb\u5165\u7f16\u8f91\u6a21\u5f0f. \u70b9\u51fb\u4fdd\u5b58\u6309\u94ae\u4fdd\u5b58\u66f4\u6539. \u6216\u70b9\u51fb\u53d6\u6d88\u6309\u94ae\u653e\u5f03\u66f4\u6539. \u7f16\u8f91\u4e2d\u65e0\u6cd5\u5207\u6362\u5230\u5176\u4ed6\u6807\u7b7e. +button.mute=\u9759\u97f3 +button.transform=\u8f6c\u6362 +transform=\u8f6c\u6362 +transform.transformPoint=\u8f6c\u6362\u70b9 +transform.basic=\u57fa\u672c +transform.basic.flip.horizontally=\u6c34\u5e73\u7ffb\u8f6c +transform.basic.flip.vertically=\u5782\u76f4\u7ffb\u8f6c +transform.basic.rotate90.clockwise=\u65cb\u8f6c +90\u00b0 +transform.basic.rotate90.anticlockwise=\u65cb\u8f6c -90\u00b0 +transform.basic.rotate180=\u65cb\u8f6c 180\u00b0 +transform.move=\u79fb\u52a8 +transform.move.horizontal=\u6c34\u5e73: +transform.move.vertical=\u5782\u76f4: +transform.move.relative=\u76f8\u5bf9\u79fb\u52a8 +transform.scale=\u7f29\u653e +transform.scale.width=\u5bbd: +transform.scale.height=\u9ad8: +transform.scale.proportionally=\u6bd4\u4f8b\u7f29\u653e +transform.rotate=\u65cb\u8f6c +transform.rotate.angle=\u89d2\u5ea6: +transform.skew=\u626d\u66f2: +transform.skew.horizontal=\u6c34\u5e73: +transform.skew.vertical=\u5782\u76f4: +transform.matrix=\u77e9\u9635 +transform.matrix.a=A +transform.matrix.b=B +transform.matrix.c=C +transform.matrix.d=D +transform.matrix.e=E +transform.matrix.f=F +transform.matrix.editCurrent=\u7f16\u8f91\u5f53\u524d\u77e9\u9635 +transform.apply=\u5e94\u7528 +transform.clear=\u6e05\u7a7a +status.editing=\u60a8\u5df2\u8fdb\u5165\u7f16\u8f91\u6a21\u5f0f. \u70b9\u51fb\u4fdd\u5b58\u6309\u94ae\u4fdd\u5b58\u66f4\u6539. \u6216\u70b9\u51fb\u53d6\u6d88\u6309\u94ae\u653e\u5f03\u66f4\u6539. \u7f16\u8f91\u4e2d\u65e0\u6cd5\u5207\u6362\u5230\u5176\u4ed6\u6807\u7b7e. #after 18.0.0 -button.deobfuscate = \u53cd\u6df7\u6dc6 -button.deobfuscate_options = \u53cd\u6df7\u6dc6\u9009\u9879 -deobfuscate_options.simplify_expressions = \u7b80\u5316\u8868\u8fbe\u5f0f -deobfuscate_options.remove_obfuscated_declarations = \u5220\u9664\u5355\u4e2a\u5206\u914d\u7684\u6df7\u6dc6\u58f0\u660e -message.confirm.autoRenameIdentifiers = \u81ea\u52a8\u91cd\u547d\u540d\u6807\u8bc6\u7b26\u529f\u80fd\u5c06\u5728\u6253\u5f00SWF\u6587\u4ef6\u65f6\u4f5c\u4e3aAS\u4ee3\u7801\u6267\u884c\r\n\u5e76\u5c06\u6240\u6709\u975e\u6807\u51c6\u540d\u79f0\u91cd\u547d\u540d\u4e3a\u6709\u6548\u6807\u8bc6\u7b26.\r\n\u6b64\u529f\u80fd\u6709\u53ef\u80fd\u5728\u4fdd\u5b58\u65f6\u5bfc\u81f4SWF\u6587\u4ef6\u635f\u574f - \u98ce\u9669\u81ea\u8d1f. -error.deobfuscation = \u53cd\u6df7\u6dc6\u56e0\u90e8\u5206\u65b9\u6cd5\u5931\u8d25. -message.info.importShapes2 = \u5bfc\u5165\u5f62\u72b6\u65f6,\u60a8\u9700\u8981\u9009\u62e9\u4e00\u4e2a\u6587\u4ef6\u5939.\r\n \ +button.deobfuscate=\u53cd\u6df7\u6dc6 +button.deobfuscate_options=\u53cd\u6df7\u6dc6\u9009\u9879 +deobfuscate_options.simplify_expressions=\u7b80\u5316\u8868\u8fbe\u5f0f +deobfuscate_options.remove_obfuscated_declarations=\u5220\u9664\u5355\u4e2a\u5206\u914d\u7684\u6df7\u6dc6\u58f0\u660e +message.confirm.autoRenameIdentifiers=\u81ea\u52a8\u91cd\u547d\u540d\u6807\u8bc6\u7b26\u529f\u80fd\u5c06\u5728\u6253\u5f00SWF\u6587\u4ef6\u65f6\u4f5c\u4e3aAS\u4ee3\u7801\u6267\u884c\r\n\u5e76\u5c06\u6240\u6709\u975e\u6807\u51c6\u540d\u79f0\u91cd\u547d\u540d\u4e3a\u6709\u6548\u6807\u8bc6\u7b26.\r\n\u6b64\u529f\u80fd\u6709\u53ef\u80fd\u5728\u4fdd\u5b58\u65f6\u5bfc\u81f4SWF\u6587\u4ef6\u635f\u574f - \u98ce\u9669\u81ea\u8d1f. +error.deobfuscation=\u53cd\u6df7\u6dc6\u56e0\u90e8\u5206\u65b9\u6cd5\u5931\u8d25. +message.info.importShapes2=\u5bfc\u5165\u5f62\u72b6\u65f6,\u60a8\u9700\u8981\u9009\u62e9\u4e00\u4e2a\u6587\u4ef6\u5939.\r\n \ \u6587\u4ef6\u5939\u7ed3\u6784\u9700\u8981\u4e0e\u5f53\u524dSWF\u5339\u914d.\r\n \ \u5982\u679c\u5b58\u5728"shapes"\u5b50\u6587\u4ef6\u5939, \u8bf7\u9009\u62e9\u5b83.\r\n \ \u4f7f\u7ed3\u6784\u6b63\u786e\u7684\u6700\u597d\u529e\u6cd5\u662f\u5148\u5bfc\u51fa\u5f53\u524dSWF\u7684\u5f62\u72b6. -message.info.importScripts2 = \u5bfc\u5165\u811a\u672c\u65f6,\u60a8\u9700\u8981\u9009\u62e9\u4e00\u4e2a\u6587\u4ef6\u5939.\r\n \ +message.info.importScripts2=\u5bfc\u5165\u811a\u672c\u65f6,\u60a8\u9700\u8981\u9009\u62e9\u4e00\u4e2a\u6587\u4ef6\u5939.\r\n \ \u6587\u4ef6\u5939\u7ed3\u6784\u9700\u8981\u4e0e\u5f53\u524dSWF\u5339\u914d.\r\n \ \u5982\u679c\u5b58\u5728"scripts"\u5b50\u6587\u4ef6\u5939, \u8bf7\u9009\u62e9\u5b83.\r\n \ \u4f7f\u7ed3\u6784\u6b63\u786e\u7684\u6700\u597d\u529e\u6cd5\u662f\u5148\u5bfc\u51fa\u5f53\u524dSWF\u7684\u811a\u672c. \r\n\r\n \ \u6ce8\u610f\u6b64\u5bfc\u5165\u4f7f\u7528\u4e0eFFDec\u4e2d\u7684\u7f16\u8f91\u5668\u76f8\u540c\u7684\u7f16\u8bd1\u5668(AS3\u5b9e\u9a8c\u6027). -message.info.importTexts2 = \u5bfc\u5165\u6587\u672c\u65f6,\u60a8\u9700\u8981\u9009\u62e9\u4e00\u4e2a\u6587\u4ef6\u5939.\r\n \ +message.info.importTexts2=\u5bfc\u5165\u6587\u672c\u65f6,\u60a8\u9700\u8981\u9009\u62e9\u4e00\u4e2a\u6587\u4ef6\u5939.\r\n \ \u6587\u4ef6\u5939\u7ed3\u6784\u9700\u8981\u4e0e\u5f53\u524dSWF\u5339\u914d.\r\n \ \u5982\u679c\u5b58\u5728"texts"\u5b50\u6587\u4ef6\u5939, \u8bf7\u9009\u62e9\u5b83.\r\n \ \u4f7f\u7ed3\u6784\u6b63\u786e\u7684\u6700\u597d\u529e\u6cd5\u662f\u5148\u5bfc\u51fa\u5f53\u524dSWF\u7684\u6587\u672c. -message.info.importImages2 = \u5bfc\u5165\u56fe\u50cf\u65f6,\u60a8\u9700\u8981\u9009\u62e9\u4e00\u4e2a\u6587\u4ef6\u5939.\r\n \ +message.info.importImages2=\u5bfc\u5165\u56fe\u50cf\u65f6,\u60a8\u9700\u8981\u9009\u62e9\u4e00\u4e2a\u6587\u4ef6\u5939.\r\n \ \u6587\u4ef6\u5939\u7ed3\u6784\u9700\u8981\u4e0e\u5f53\u524dSWF\u5339\u914d.\r\n \ \u5982\u679c\u5b58\u5728"images"\u5b50\u6587\u4ef6\u5939, \u8bf7\u9009\u62e9\u5b83.\r\n \ \u4f7f\u7ed3\u6784\u6b63\u786e\u7684\u6700\u597d\u529e\u6cd5\u662f\u5148\u5bfc\u51fa\u5f53\u524dSWF\u7684\u56fe\u50cf. -transform.clipboard = \u526a\u8d34\u677f -transform.clipboard.copy = \u590d\u5236\u77e9\u9635\u81f3\u526a\u8d34\u677f -transform.clipboard.paste = \u4ece\u526a\u8d34\u677f\u7c98\u8d34\u77e9\u9635 -status.editing.autosave = \u60a8\u5df2\u8fdb\u5165\u7f16\u8f91\u6a21\u5f0f. \u70b9\u51fb\u4fdd\u5b58\u6309\u94ae\u4fdd\u5b58\u66f4\u6539. \u6216\u70b9\u51fb\u53d6\u6d88\u6309\u94ae\u653e\u5f03\u66f4\u6539. \u5982\u679c\u4f60\u5207\u6362\u5230\u5176\u4ed6\u6807\u7b7e, \u5f53\u524d\u7684\u66f4\u6539\u5c06\u4f1a\u81ea\u52a8\u4fdd\u5b58. -error.sound.rate = \u5bfc\u5165\u7684\u58f0\u97f3\u5b58\u5728\u4e0d\u652f\u6301\u7684\u91c7\u6837\u7387: %saplingRate%.\r\n\ +transform.clipboard=\u526a\u8d34\u677f +transform.clipboard.copy=\u590d\u5236\u77e9\u9635\u81f3\u526a\u8d34\u677f +transform.clipboard.paste=\u4ece\u526a\u8d34\u677f\u7c98\u8d34\u77e9\u9635 +status.editing.autosave=\u60a8\u5df2\u8fdb\u5165\u7f16\u8f91\u6a21\u5f0f. \u70b9\u51fb\u4fdd\u5b58\u6309\u94ae\u4fdd\u5b58\u66f4\u6539. \u6216\u70b9\u51fb\u53d6\u6d88\u6309\u94ae\u653e\u5f03\u66f4\u6539. \u5982\u679c\u4f60\u5207\u6362\u5230\u5176\u4ed6\u6807\u7b7e, \u5f53\u524d\u7684\u66f4\u6539\u5c06\u4f1a\u81ea\u52a8\u4fdd\u5b58. +error.sound.rate=\u5bfc\u5165\u7684\u58f0\u97f3\u5b58\u5728\u4e0d\u652f\u6301\u7684\u91c7\u6837\u7387: %saplingRate%.\r\n\ \u5728\u5bfc\u5165\u524d\u60a8\u5e94\u8be5\u5c06\u5176\u8f6c\u6362\u4e3a\u652f\u6301\u7684\u91c7\u6837\u7387(%supportedRates%). -filter.movies = \u652f\u6301\u7684\u89c6\u9891\u683c\u5f0f(%extensions%) -error.movie.invalid = \u89c6\u9891\u4e0d\u53ef\u7528. -menu.file.import.movie = \u5bfc\u5165\u89c6\u9891 -message.info.importMovies2 = \u5bfc\u5165\u89c6\u9891\u65f6,\u60a8\u9700\u8981\u9009\u62e9\u4e00\u4e2a\u6587\u4ef6\u5939.\r\n \ +filter.movies=\u652f\u6301\u7684\u89c6\u9891\u683c\u5f0f(%extensions%) +error.movie.invalid=\u89c6\u9891\u4e0d\u53ef\u7528. +menu.file.import.movie=\u5bfc\u5165\u89c6\u9891 +message.info.importMovies2=\u5bfc\u5165\u89c6\u9891\u65f6,\u60a8\u9700\u8981\u9009\u62e9\u4e00\u4e2a\u6587\u4ef6\u5939.\r\n \ \u6587\u4ef6\u5939\u7ed3\u6784\u9700\u8981\u4e0e\u5f53\u524dSWF\u5339\u914d.\r\n \ \u5982\u679c\u5b58\u5728"movies"\u5b50\u6587\u4ef6\u5939, \u8bf7\u9009\u62e9\u5b83.\r\n \ \u4f7f\u7ed3\u6784\u6b63\u786e\u7684\u6700\u597d\u529e\u6cd5\u662f\u5148\u5bfc\u51fa\u5f53\u524dSWF\u7684\u89c6\u9891. -import.movie.result = \u5df2\u5bfc\u5165%count%\u4e2a\u89c6\u9891. -menu.file.import.sound = \u5bfc\u5165\u58f0\u97f3 -message.info.importSounds2 = \u5bfc\u5165\u58f0\u97f3\u65f6,\u60a8\u9700\u8981\u9009\u62e9\u4e00\u4e2a\u6587\u4ef6\u5939.\r\n \ +import.movie.result=\u5df2\u5bfc\u5165%count%\u4e2a\u89c6\u9891. +menu.file.import.sound=\u5bfc\u5165\u58f0\u97f3 +message.info.importSounds2=\u5bfc\u5165\u58f0\u97f3\u65f6,\u60a8\u9700\u8981\u9009\u62e9\u4e00\u4e2a\u6587\u4ef6\u5939.\r\n \ \u6587\u4ef6\u5939\u7ed3\u6784\u9700\u8981\u4e0e\u5f53\u524dSWF\u5339\u914d.\r\n \ \u5982\u679c\u5b58\u5728"sounds"\u5b50\u6587\u4ef6\u5939, \u8bf7\u9009\u62e9\u5b83.\r\n \ \u4f7f\u7ed3\u6784\u6b63\u786e\u7684\u6700\u597d\u529e\u6cd5\u662f\u5148\u5bfc\u51fa\u5f53\u524dSWF\u7684\u58f0\u97f3. -import.sound.result = \u5df2\u5bfc\u5165%count%\u4e2a\u58f0\u97f3. +import.sound.result=\u5df2\u5bfc\u5165%count%\u4e2a\u58f0\u97f3. #after 18.2.1 -button.edit.points = \u7f16\u8f91\u70b9 -edit.points.x = X: -edit.points.y = Y: -button.morph.show = \u663e\u793a: -button.morph.animation = \u52a8\u753b -button.morph.start = \u5f00\u59cb -button.morph.end = \u7ed3\u675f -header.displayrect.unit.pixels = \u50cf\u7d20 -header.displayrect.unit.twips = \u7f07 - -contextmenu.exportFla = \u5bfc\u51fa\u5230FLA \ No newline at end of file +button.edit.points=\u7f16\u8f91\u70b9 +edit.points.x=X: +edit.points.y=Y: +button.morph.show=\u663e\u793a: +button.morph.animation=\u52a8\u753b +button.morph.start=\u5f00\u59cb +button.morph.end=\u7ed3\u675f +header.displayrect.unit.pixels=\u50cf\u7d20 +header.displayrect.unit.twips=\u7f07 +contextmenu.exportFla=\u5bfc\u51fa\u5230FLA \ No newline at end of file diff --git a/src/com/jpexs/decompiler/flash/gui/locales/ModeFrame.properties b/src/com/jpexs/decompiler/flash/gui/locales/ModeFrame.properties index eaed0fc6e..fe70ba716 100644 --- a/src/com/jpexs/decompiler/flash/gui/locales/ModeFrame.properties +++ b/src/com/jpexs/decompiler/flash/gui/locales/ModeFrame.properties @@ -14,7 +14,6 @@ # along with this program. If not, see . #NOTE: This file translation is no longer used in FFDec # There is no need to traslate it. - -button.open = Open local file -button.proxy = Open via proxy -button.exit = Exit application +button.open=Open local file +button.proxy=Open via proxy +button.exit=Exit application diff --git a/src/com/jpexs/decompiler/flash/gui/locales/ModeFrame_ca.properties b/src/com/jpexs/decompiler/flash/gui/locales/ModeFrame_ca.properties index c0fcb692d..f0b7eb302 100644 --- a/src/com/jpexs/decompiler/flash/gui/locales/ModeFrame_ca.properties +++ b/src/com/jpexs/decompiler/flash/gui/locales/ModeFrame_ca.properties @@ -14,7 +14,6 @@ # along with this program. If not, see . #NOTE: This file translation is no longer used in FFDec # There is no need to traslate it. - -button.open = Obre fitxer local -button.proxy = Obre via proxy -button.exit = Surt de l'aplicaci\u00f3 +button.open=Obre fitxer local +button.proxy=Obre via proxy +button.exit=Surt de l'aplicaci\u00f3 diff --git a/src/com/jpexs/decompiler/flash/gui/locales/ModeFrame_cs.properties b/src/com/jpexs/decompiler/flash/gui/locales/ModeFrame_cs.properties index 490bde0f4..62ebff784 100644 --- a/src/com/jpexs/decompiler/flash/gui/locales/ModeFrame_cs.properties +++ b/src/com/jpexs/decompiler/flash/gui/locales/ModeFrame_cs.properties @@ -12,7 +12,6 @@ # # You should have received a copy of the GNU General Public License # along with this program. If not, see . - -button.open = Otev\u0159\u00edt soubor z disku -button.proxy = Otev\u0159\u00edt soubor p\u0159es proxy -button.exit = Ukon\u010dit aplikaci +button.open=Otev\u0159\u00edt soubor z disku +button.proxy=Otev\u0159\u00edt soubor p\u0159es proxy +button.exit=Ukon\u010dit aplikaci diff --git a/src/com/jpexs/decompiler/flash/gui/locales/ModeFrame_de.properties b/src/com/jpexs/decompiler/flash/gui/locales/ModeFrame_de.properties index f065d060a..a13d9f65e 100644 --- a/src/com/jpexs/decompiler/flash/gui/locales/ModeFrame_de.properties +++ b/src/com/jpexs/decompiler/flash/gui/locales/ModeFrame_de.properties @@ -12,7 +12,6 @@ # # You should have received a copy of the GNU General Public License # along with this program. If not, see . - -button.open = Lokale Datei \u00f6ffnen -button.proxy = Mit Proxy \u00f6ffnen -button.exit = Anwendung beenden +button.open=Lokale Datei \u00f6ffnen +button.proxy=Mit Proxy \u00f6ffnen +button.exit=Anwendung beenden diff --git a/src/com/jpexs/decompiler/flash/gui/locales/ModeFrame_es.properties b/src/com/jpexs/decompiler/flash/gui/locales/ModeFrame_es.properties index e5696e236..cae8d6c3e 100644 --- a/src/com/jpexs/decompiler/flash/gui/locales/ModeFrame_es.properties +++ b/src/com/jpexs/decompiler/flash/gui/locales/ModeFrame_es.properties @@ -14,7 +14,6 @@ # along with this program. If not, see . #NOTE: This file translation is no longer used in FFDec # There is no need to traslate it. - -button.open = Abrir archivo local -button.proxy = Abrir via proxy -button.exit = Salir de la aplicaci\u00f3n +button.open=Abrir archivo local +button.proxy=Abrir via proxy +button.exit=Salir de la aplicaci\u00f3n diff --git a/src/com/jpexs/decompiler/flash/gui/locales/ModeFrame_fr.properties b/src/com/jpexs/decompiler/flash/gui/locales/ModeFrame_fr.properties index b8c50bdeb..2a8fdf2e7 100644 --- a/src/com/jpexs/decompiler/flash/gui/locales/ModeFrame_fr.properties +++ b/src/com/jpexs/decompiler/flash/gui/locales/ModeFrame_fr.properties @@ -14,7 +14,6 @@ # along with this program. If not, see . #NOTE: This file translation is no longer used in FFDec # There is no need to traslate it. - -button.open = Ouvrir un fichier local -button.proxy = Ouvrir en passant par un proxy -button.exit = Quitter l'application +button.open=Ouvrir un fichier local +button.proxy=Ouvrir en passant par un proxy +button.exit=Quitter l'application diff --git a/src/com/jpexs/decompiler/flash/gui/locales/ModeFrame_hu.properties b/src/com/jpexs/decompiler/flash/gui/locales/ModeFrame_hu.properties index c3948cd1d..1de5360c7 100644 --- a/src/com/jpexs/decompiler/flash/gui/locales/ModeFrame_hu.properties +++ b/src/com/jpexs/decompiler/flash/gui/locales/ModeFrame_hu.properties @@ -12,7 +12,6 @@ # # You should have received a copy of the GNU General Public License # along with this program. If not, see . - -button.open = Helyi f\u00e1jl megnyit\u00e1sa -button.proxy = Megnyit\u00e1s proxyn kereszt\u00fcl -button.exit = Kil\u00e9p\u00e9s az alkalmaz\u00e1sb\u00f3l +button.open=Helyi f\u00e1jl megnyit\u00e1sa +button.proxy=Megnyit\u00e1s proxyn kereszt\u00fcl +button.exit=Kil\u00e9p\u00e9s az alkalmaz\u00e1sb\u00f3l diff --git a/src/com/jpexs/decompiler/flash/gui/locales/ModeFrame_it.properties b/src/com/jpexs/decompiler/flash/gui/locales/ModeFrame_it.properties index eaed0fc6e..fe70ba716 100644 --- a/src/com/jpexs/decompiler/flash/gui/locales/ModeFrame_it.properties +++ b/src/com/jpexs/decompiler/flash/gui/locales/ModeFrame_it.properties @@ -14,7 +14,6 @@ # along with this program. If not, see . #NOTE: This file translation is no longer used in FFDec # There is no need to traslate it. - -button.open = Open local file -button.proxy = Open via proxy -button.exit = Exit application +button.open=Open local file +button.proxy=Open via proxy +button.exit=Exit application diff --git a/src/com/jpexs/decompiler/flash/gui/locales/ModeFrame_nl.properties b/src/com/jpexs/decompiler/flash/gui/locales/ModeFrame_nl.properties index 48d58143e..cd4430e26 100644 --- a/src/com/jpexs/decompiler/flash/gui/locales/ModeFrame_nl.properties +++ b/src/com/jpexs/decompiler/flash/gui/locales/ModeFrame_nl.properties @@ -12,7 +12,6 @@ # # You should have received a copy of the GNU General Public License # along with this program. If not, see . - -button.open = Lokaal bestand openen -button.proxy = Via proxy openen -button.exit = Applicatie verlaten +button.open=Lokaal bestand openen +button.proxy=Via proxy openen +button.exit=Applicatie verlaten diff --git a/src/com/jpexs/decompiler/flash/gui/locales/ModeFrame_pl.properties b/src/com/jpexs/decompiler/flash/gui/locales/ModeFrame_pl.properties index 9b57964da..6118447bc 100644 --- a/src/com/jpexs/decompiler/flash/gui/locales/ModeFrame_pl.properties +++ b/src/com/jpexs/decompiler/flash/gui/locales/ModeFrame_pl.properties @@ -14,7 +14,6 @@ # along with this program. If not, see . #NOTE: This file translation is no longer used in FFDec # There is no need to traslate it. - -button.open = Otw\u00f3rz plik lokalny -button.proxy = Otw\u00f3rz przez proxy -button.exit = Zamknij aplikacj\u0119 +button.open=Otw\u00f3rz plik lokalny +button.proxy=Otw\u00f3rz przez proxy +button.exit=Zamknij aplikacj\u0119 diff --git a/src/com/jpexs/decompiler/flash/gui/locales/ModeFrame_pt.properties b/src/com/jpexs/decompiler/flash/gui/locales/ModeFrame_pt.properties index 8f8ba9cda..7d359ba26 100644 --- a/src/com/jpexs/decompiler/flash/gui/locales/ModeFrame_pt.properties +++ b/src/com/jpexs/decompiler/flash/gui/locales/ModeFrame_pt.properties @@ -14,7 +14,6 @@ # along with this program. If not, see . #NOTE: This file translation is no longer used in FFDec # There is no need to traslate it. - -button.open = Abrir ficheiro local -button.proxy = Abrir via proxy -button.exit = Sair da aplica\u00e7\u00e3o +button.open=Abrir ficheiro local +button.proxy=Abrir via proxy +button.exit=Sair da aplica\u00e7\u00e3o diff --git a/src/com/jpexs/decompiler/flash/gui/locales/ModeFrame_pt_BR.properties b/src/com/jpexs/decompiler/flash/gui/locales/ModeFrame_pt_BR.properties index bf836e2e1..6f099bc86 100644 --- a/src/com/jpexs/decompiler/flash/gui/locales/ModeFrame_pt_BR.properties +++ b/src/com/jpexs/decompiler/flash/gui/locales/ModeFrame_pt_BR.properties @@ -14,7 +14,6 @@ # along with this program. If not, see . #NOTE: This file translation is no longer used in FFDec # There is no need to traslate it. - -button.open = Importar arquivo -button.proxy = Abrir via proxy -button.exit = Sair do aplicativo +button.open=Importar arquivo +button.proxy=Abrir via proxy +button.exit=Sair do aplicativo diff --git a/src/com/jpexs/decompiler/flash/gui/locales/ModeFrame_ru.properties b/src/com/jpexs/decompiler/flash/gui/locales/ModeFrame_ru.properties index 145818176..00ed51503 100644 --- a/src/com/jpexs/decompiler/flash/gui/locales/ModeFrame_ru.properties +++ b/src/com/jpexs/decompiler/flash/gui/locales/ModeFrame_ru.properties @@ -12,7 +12,6 @@ # # You should have received a copy of the GNU General Public License # along with this program. If not, see . - -button.open = \u041e\u0442\u043a\u0440\u044b\u0442\u044c \u043b\u043e\u043a\u0430\u043b\u044c\u043d\u044b\u0439 \u0444\u0430\u0439\u043b -button.proxy = \u041e\u0442\u043a\u0440\u044b\u0442\u044c \u0447\u0435\u0440\u0435\u0437 \u043f\u0440\u043e\u043a\u0441\u0438 -button.exit = \u0412\u044b\u0439\u0442\u0438 \u0438\u0437 \u043f\u0440\u0438\u043b\u043e\u0436\u0435\u043d\u0438\u044f +button.open=\u041e\u0442\u043a\u0440\u044b\u0442\u044c \u043b\u043e\u043a\u0430\u043b\u044c\u043d\u044b\u0439 \u0444\u0430\u0439\u043b +button.proxy=\u041e\u0442\u043a\u0440\u044b\u0442\u044c \u0447\u0435\u0440\u0435\u0437 \u043f\u0440\u043e\u043a\u0441\u0438 +button.exit=\u0412\u044b\u0439\u0442\u0438 \u0438\u0437 \u043f\u0440\u0438\u043b\u043e\u0436\u0435\u043d\u0438\u044f diff --git a/src/com/jpexs/decompiler/flash/gui/locales/ModeFrame_sv.properties b/src/com/jpexs/decompiler/flash/gui/locales/ModeFrame_sv.properties index 5708f5141..d5057807b 100644 --- a/src/com/jpexs/decompiler/flash/gui/locales/ModeFrame_sv.properties +++ b/src/com/jpexs/decompiler/flash/gui/locales/ModeFrame_sv.properties @@ -12,7 +12,6 @@ # # You should have received a copy of the GNU General Public License # along with this program. If not, see . - -button.open = \u00d6ppna lokal fil -button.proxy = \u00d6ppna via proxy -button.exit = St\u00e4ng applikationen +button.open=\u00d6ppna lokal fil +button.proxy=\u00d6ppna via proxy +button.exit=St\u00e4ng applikationen diff --git a/src/com/jpexs/decompiler/flash/gui/locales/ModeFrame_tr.properties b/src/com/jpexs/decompiler/flash/gui/locales/ModeFrame_tr.properties index 62cb104a8..693144241 100644 --- a/src/com/jpexs/decompiler/flash/gui/locales/ModeFrame_tr.properties +++ b/src/com/jpexs/decompiler/flash/gui/locales/ModeFrame_tr.properties @@ -14,7 +14,6 @@ # along with this program. If not, see . #NOTE: This file translation is no longer used in FFDec # There is no need to traslate it. - -button.open = Yerel dosyay\u0131 a\u00e7 -button.proxy = Proxy ile a\u00e7 -button.exit = Uygulamadan \u00e7\u0131k +button.open=Yerel dosyay\u0131 a\u00e7 +button.proxy=Proxy ile a\u00e7 +button.exit=Uygulamadan \u00e7\u0131k diff --git a/src/com/jpexs/decompiler/flash/gui/locales/ModeFrame_uk.properties b/src/com/jpexs/decompiler/flash/gui/locales/ModeFrame_uk.properties index 9dce32e4d..8c61eacf8 100644 --- a/src/com/jpexs/decompiler/flash/gui/locales/ModeFrame_uk.properties +++ b/src/com/jpexs/decompiler/flash/gui/locales/ModeFrame_uk.properties @@ -12,7 +12,6 @@ # # You should have received a copy of the GNU General Public License # along with this program. If not, see . - -button.open = \u0412\u0456\u0434\u043a\u0440\u0438\u0442\u0438 \u043b\u043e\u043a\u0430\u043b\u044c\u043d\u0438\u0439 \u0444\u0430\u0439\u043b -button.proxy = \u0412\u0456\u0434\u043a\u0440\u0438\u0442\u0438 \u0447\u0435\u0440\u0435\u0437 \u043f\u0440\u043e\u043a\u0441\u0456 -button.exit = \u0412\u0438\u0439\u0442\u0438 \u0437 \u043f\u0440\u043e\u0433\u0440\u0430\u043c\u0438 +button.open=\u0412\u0456\u0434\u043a\u0440\u0438\u0442\u0438 \u043b\u043e\u043a\u0430\u043b\u044c\u043d\u0438\u0439 \u0444\u0430\u0439\u043b +button.proxy=\u0412\u0456\u0434\u043a\u0440\u0438\u0442\u0438 \u0447\u0435\u0440\u0435\u0437 \u043f\u0440\u043e\u043a\u0441\u0456 +button.exit=\u0412\u0438\u0439\u0442\u0438 \u0437 \u043f\u0440\u043e\u0433\u0440\u0430\u043c\u0438 diff --git a/src/com/jpexs/decompiler/flash/gui/locales/ModeFrame_zh.properties b/src/com/jpexs/decompiler/flash/gui/locales/ModeFrame_zh.properties index a2ffdcd1c..0ba5c422e 100644 --- a/src/com/jpexs/decompiler/flash/gui/locales/ModeFrame_zh.properties +++ b/src/com/jpexs/decompiler/flash/gui/locales/ModeFrame_zh.properties @@ -14,7 +14,6 @@ # along with this program. If not, see . #NOTE: This file translation is no longer used in FFDec # There is no need to traslate it. - -button.open = \u6253\u5f00\u672c\u5730\u6587\u4ef6 -button.proxy = \u901a\u8fc7\u4ee3\u7406\u6253\u5f00 -button.exit = \u9000\u51fa +button.open=\u6253\u5f00\u672c\u5730\u6587\u4ef6 +button.proxy=\u901a\u8fc7\u4ee3\u7406\u6253\u5f00 +button.exit=\u9000\u51fa diff --git a/src/com/jpexs/decompiler/flash/gui/locales/NewFileDialog.properties b/src/com/jpexs/decompiler/flash/gui/locales/NewFileDialog.properties index a9f26e8d1..0be7396fa 100644 --- a/src/com/jpexs/decompiler/flash/gui/locales/NewFileDialog.properties +++ b/src/com/jpexs/decompiler/flash/gui/locales/NewFileDialog.properties @@ -12,18 +12,13 @@ # # You should have received a copy of the GNU General Public License # along with this program. If not, see . - -dialog.title = New file - -background.color = Background color: - -width = Width -height = Height -unit.pixels = Pixels -unit.twips = Twips - -canvas.size = Canvas size: - -script.type = Script type: -script.type.actionscript1_2 = ActionScript 1/2 -script.type.actionscript3 = ActionScript 3 +dialog.title=New file +background.color=Background color: +width=Width +height=Height +unit.pixels=Pixels +unit.twips=Twips +canvas.size=Canvas size: +script.type=Script type: +script.type.actionscript1_2=ActionScript 1/2 +script.type.actionscript3=ActionScript 3 diff --git a/src/com/jpexs/decompiler/flash/gui/locales/NewFileDialog_cs.properties b/src/com/jpexs/decompiler/flash/gui/locales/NewFileDialog_cs.properties index 99bcc4870..14e923e1c 100644 --- a/src/com/jpexs/decompiler/flash/gui/locales/NewFileDialog_cs.properties +++ b/src/com/jpexs/decompiler/flash/gui/locales/NewFileDialog_cs.properties @@ -12,18 +12,13 @@ # # You should have received a copy of the GNU General Public License # along with this program. If not, see . - -dialog.title = Nov\u00fd soubor - -background.color = Barva pozad\u00ed: - -width = \u0160\u00ed\u0159ka -height = V\u00fd\u0161ka -unit.pixels = Pixel\u016f -unit.twips = Twip\u016f - -canvas.size = Velikost pl\u00e1tna: - -script.type = Typ skript\u016f: -script.type.actionscript1_2 = ActionScript 1/2 -script.type.actionscript3 = ActionScript 3 +dialog.title=Nov\u00fd soubor +background.color=Barva pozad\u00ed: +width=\u0160\u00ed\u0159ka +height=V\u00fd\u0161ka +unit.pixels=Pixel\u016f +unit.twips=Twip\u016f +canvas.size=Velikost pl\u00e1tna: +script.type=Typ skript\u016f: +script.type.actionscript1_2=ActionScript 1/2 +script.type.actionscript3=ActionScript 3 diff --git a/src/com/jpexs/decompiler/flash/gui/locales/NewFileDialog_nl.properties b/src/com/jpexs/decompiler/flash/gui/locales/NewFileDialog_nl.properties index 5bb50ce1c..f4dec6007 100644 --- a/src/com/jpexs/decompiler/flash/gui/locales/NewFileDialog_nl.properties +++ b/src/com/jpexs/decompiler/flash/gui/locales/NewFileDialog_nl.properties @@ -12,13 +12,13 @@ # # You should have received a copy of the GNU General Public License # along with this program. If not, see . -dialog.title = Nieuw bestand -background.color = Achtergrond kleur -width = Breedte -height = Hoogte -unit.pixels = Pixels -unit.twips = Twips -canvas.size = Canvas grootte: -script.type = Scripttype: -script.type.actionscript1_2 = ActionScript 1/2 -script.type.actionscript3 = ActionScript 3 +dialog.title=Nieuw bestand +background.color=Achtergrond kleur +width=Breedte +height=Hoogte +unit.pixels=Pixels +unit.twips=Twips +canvas.size=Canvas grootte: +script.type=Scripttype: +script.type.actionscript1_2=ActionScript 1/2 +script.type.actionscript3=ActionScript 3 diff --git a/src/com/jpexs/decompiler/flash/gui/locales/NewFileDialog_pt_BR.properties b/src/com/jpexs/decompiler/flash/gui/locales/NewFileDialog_pt_BR.properties index cdd80c43c..fd6186032 100644 --- a/src/com/jpexs/decompiler/flash/gui/locales/NewFileDialog_pt_BR.properties +++ b/src/com/jpexs/decompiler/flash/gui/locales/NewFileDialog_pt_BR.properties @@ -12,13 +12,13 @@ # # You should have received a copy of the GNU General Public License # along with this program. If not, see . -dialog.title = Novo arquivo -background.color = Cor de fundo: -width = Largura -height = Altura -unit.pixels = Pixels -unit.twips = Twips -canvas.size = Tamanho da tela: -script.type = Tipo de script: -script.type.actionscript1_2 = ActionScript 1/2 -script.type.actionscript3 = ActionScript 3 +dialog.title=Novo arquivo +background.color=Cor de fundo: +width=Largura +height=Altura +unit.pixels=Pixels +unit.twips=Twips +canvas.size=Tamanho da tela: +script.type=Tipo de script: +script.type.actionscript1_2=ActionScript 1/2 +script.type.actionscript3=ActionScript 3 diff --git a/src/com/jpexs/decompiler/flash/gui/locales/NewFileDialog_tr.properties b/src/com/jpexs/decompiler/flash/gui/locales/NewFileDialog_tr.properties index a7eca749c..961df8ccc 100644 --- a/src/com/jpexs/decompiler/flash/gui/locales/NewFileDialog_tr.properties +++ b/src/com/jpexs/decompiler/flash/gui/locales/NewFileDialog_tr.properties @@ -12,13 +12,13 @@ # # You should have received a copy of the GNU General Public License # along with this program. If not, see . -dialog.title = Yeni dosya -background.color = Arka plan rengi: -width = Geni\u015flik -height = Y\u00fckseklik -unit.pixels = Pikseller -unit.twips = Twipler -canvas.size = Tuval boyutu: -script.type = Komut dosyas\u0131 t\u00fcr\u00fc: -script.type.actionscript1_2 = ActionScript 1/2 -script.type.actionscript3 = ActionScript 3 +dialog.title=Yeni dosya +background.color=Arka plan rengi: +width=Geni\u015flik +height=Y\u00fckseklik +unit.pixels=Pikseller +unit.twips=Twipler +canvas.size=Tuval boyutu: +script.type=Komut dosyas\u0131 t\u00fcr\u00fc: +script.type.actionscript1_2=ActionScript 1/2 +script.type.actionscript3=ActionScript 3 diff --git a/src/com/jpexs/decompiler/flash/gui/locales/NewFileDialog_zh.properties b/src/com/jpexs/decompiler/flash/gui/locales/NewFileDialog_zh.properties index 0e5d63215..86cd0657f 100644 --- a/src/com/jpexs/decompiler/flash/gui/locales/NewFileDialog_zh.properties +++ b/src/com/jpexs/decompiler/flash/gui/locales/NewFileDialog_zh.properties @@ -12,13 +12,13 @@ # # You should have received a copy of the GNU General Public License # along with this program. If not, see . -dialog.title = \u65b0\u5efa\u6587\u4ef6 -background.color = \u80cc\u666f\u989c\u8272 -width = \u5bbd -height = \u9ad8 -unit.pixels = \u50cf\u7d20 -unit.twips = \u7f07 -canvas.size = \u753b\u5e03\u5927\u5c0f -script.type = \u811a\u672c\u7c7b\u578b -script.type.actionscript1_2 = AS 1/2 -script.type.actionscript3 = AS 3 +dialog.title=\u65b0\u5efa\u6587\u4ef6 +background.color=\u80cc\u666f\u989c\u8272 +width=\u5bbd +height=\u9ad8 +unit.pixels=\u50cf\u7d20 +unit.twips=\u7f07 +canvas.size=\u753b\u5e03\u5927\u5c0f +script.type=\u811a\u672c\u7c7b\u578b +script.type.actionscript1_2=AS 1/2 +script.type.actionscript3=AS 3 diff --git a/src/com/jpexs/decompiler/flash/gui/locales/NewVersionDialog.properties b/src/com/jpexs/decompiler/flash/gui/locales/NewVersionDialog.properties index 2b291d18c..e3d30ef9c 100644 --- a/src/com/jpexs/decompiler/flash/gui/locales/NewVersionDialog.properties +++ b/src/com/jpexs/decompiler/flash/gui/locales/NewVersionDialog.properties @@ -12,17 +12,16 @@ # # You should have received a copy of the GNU General Public License # along with this program. If not, see . - -version = version -releasedate = Release date: -newversionavailable = New version is available: -changeslog = Changeslog: -downloadnow = Download now? -button.ok = OK -button.cancel = Cancel -dialog.title = New version available -newversion = New version -newvermessage = New version of %oldAppName% is available: %newAppName%.\r\nPlease go to %projectPage% to download it. +version=version +releasedate=Release date: +newversionavailable=New version is available: +changeslog=Changeslog: +downloadnow=Download now? +button.ok=OK +button.cancel=Cancel +dialog.title=New version available +newversion=New version +newvermessage=New version of %oldAppName% is available: %newAppName%.\r\nPlease go to %projectPage% to download it. #change this only when the date format is wrong in the changelog #you can use any java date format string, e.g: yyyy.MM.dd -customDateFormat = default +customDateFormat=default diff --git a/src/com/jpexs/decompiler/flash/gui/locales/NewVersionDialog_ca.properties b/src/com/jpexs/decompiler/flash/gui/locales/NewVersionDialog_ca.properties index ce543b747..ff3deb8a7 100644 --- a/src/com/jpexs/decompiler/flash/gui/locales/NewVersionDialog_ca.properties +++ b/src/com/jpexs/decompiler/flash/gui/locales/NewVersionDialog_ca.properties @@ -12,17 +12,16 @@ # # You should have received a copy of the GNU General Public License # along with this program. If not, see . - -version = versi\u00f3 -releasedate = Data de publicaci\u00f3: -newversionavailable = Hi ha una nova versi\u00f3 disponible: -changeslog = Registre de canvis: -downloadnow = La descarrego ara? -button.ok = B\u00e9 -button.cancel = Cancel\u00b7la -dialog.title = Hi ha una nova versi\u00f3 disponible -newversion = Nova versi\u00f3 -newvermessage = Hi ha una nova versi\u00f3 disponible de %oldAppName%: %newAppName%.\r\nVes a %projectPage% per descarregar-la, si et plau. +version=versi\u00f3 +releasedate=Data de publicaci\u00f3: +newversionavailable=Hi ha una nova versi\u00f3 disponible: +changeslog=Registre de canvis: +downloadnow=La descarrego ara? +button.ok=B\u00e9 +button.cancel=Cancel\u00b7la +dialog.title=Hi ha una nova versi\u00f3 disponible +newversion=Nova versi\u00f3 +newvermessage=Hi ha una nova versi\u00f3 disponible de %oldAppName%: %newAppName%.\r\nVes a %projectPage% per descarregar-la, si et plau. #change this only when the date format is wrong in the changelog #you can use any java date format string, e.g: yyyy.MM.dd -customDateFormat = dd/MM/yyyy +customDateFormat=dd/MM/yyyy diff --git a/src/com/jpexs/decompiler/flash/gui/locales/NewVersionDialog_cs.properties b/src/com/jpexs/decompiler/flash/gui/locales/NewVersionDialog_cs.properties index da090f14f..b5b42e89c 100644 --- a/src/com/jpexs/decompiler/flash/gui/locales/NewVersionDialog_cs.properties +++ b/src/com/jpexs/decompiler/flash/gui/locales/NewVersionDialog_cs.properties @@ -12,17 +12,16 @@ # # You should have received a copy of the GNU General Public License # along with this program. If not, see . - -version = verze -releasedate = Datum vyd\u00e1n\u00ed: -newversionavailable = Je dostupn\u00e1 nov\u00e1 verze: -changeslog = Zm\u011bny: -downloadnow = Stahnout te\u010f? -button.ok = OK -button.cancel = Storno -dialog.title = Dostupn\u00e1 nov\u00e1 verze -newversion = Nov\u00e1 verze -newvermessage = Nov\u00e1 verze %oldAppName% je dostupn\u00e1: %newAppName%.\r\nPros\u00edm nav\u0161tivte %projectPage% pro jej\u00ed sta\u017een\u00ed. +version=verze +releasedate=Datum vyd\u00e1n\u00ed: +newversionavailable=Je dostupn\u00e1 nov\u00e1 verze: +changeslog=Zm\u011bny: +downloadnow=Stahnout te\u010f? +button.ok=OK +button.cancel=Storno +dialog.title=Dostupn\u00e1 nov\u00e1 verze +newversion=Nov\u00e1 verze +newvermessage=Nov\u00e1 verze %oldAppName% je dostupn\u00e1: %newAppName%.\r\nPros\u00edm nav\u0161tivte %projectPage% pro jej\u00ed sta\u017een\u00ed. #change this only when the date format is wrong in the changelog #you can use any java date format string, e.g: yyyy.MM.dd -customDateFormat = default +customDateFormat=default diff --git a/src/com/jpexs/decompiler/flash/gui/locales/NewVersionDialog_de.properties b/src/com/jpexs/decompiler/flash/gui/locales/NewVersionDialog_de.properties index 8e2f4cc14..9fd4e5bd8 100644 --- a/src/com/jpexs/decompiler/flash/gui/locales/NewVersionDialog_de.properties +++ b/src/com/jpexs/decompiler/flash/gui/locales/NewVersionDialog_de.properties @@ -12,17 +12,16 @@ # # You should have received a copy of the GNU General Public License # along with this program. If not, see . - -version = Version -releasedate = Ver\u00f6ffentlichungsdatum: -newversionavailable = Neue Version verf\u00fcgbar: -changeslog = \u00c4nderungen: -downloadnow = Jetzt herunterladen? -button.ok = OK -button.cancel = Abbrechen -dialog.title = Neue Version verf\u00fcgbar -newversion = Neue Version -newvermessage = Neue Version von %oldAppName% ist verf\u00fcgbar: %newAppName%.\r\nBitte gehen Sie zu %projectPage% um es runterzuladen. +version=Version +releasedate=Ver\u00f6ffentlichungsdatum: +newversionavailable=Neue Version verf\u00fcgbar: +changeslog=\u00c4nderungen: +downloadnow=Jetzt herunterladen? +button.ok=OK +button.cancel=Abbrechen +dialog.title=Neue Version verf\u00fcgbar +newversion=Neue Version +newvermessage=Neue Version von %oldAppName% ist verf\u00fcgbar: %newAppName%.\r\nBitte gehen Sie zu %projectPage% um es runterzuladen. #change this only when the date format is wrong in the changelog #you can use any java date format string, e.g: yyyy.MM.dd -customDateFormat = default +customDateFormat=default diff --git a/src/com/jpexs/decompiler/flash/gui/locales/NewVersionDialog_es.properties b/src/com/jpexs/decompiler/flash/gui/locales/NewVersionDialog_es.properties index 6610cad13..e1faa2670 100644 --- a/src/com/jpexs/decompiler/flash/gui/locales/NewVersionDialog_es.properties +++ b/src/com/jpexs/decompiler/flash/gui/locales/NewVersionDialog_es.properties @@ -12,17 +12,16 @@ # # You should have received a copy of the GNU General Public License # along with this program. If not, see . - -version = versi\u00f3n -releasedate = Fecha de publicaci\u00f3n: -newversionavailable = Hay una nueva versi\u00f3n disponible: -changeslog = Cambios: -downloadnow = Bajar ahora? -button.ok = OK -button.cancel = Cancelar -dialog.title = Nueva versi\u00f3n disponible -newversion = Nueva versi\u00f3n -newvermessage = Una nueva versi\u00f3n de %oldAppName% est\u00e1 disponible: %newAppName%.\r\nPor favor, dirijase a %projectPage% para obtenerla. +version=versi\u00f3n +releasedate=Fecha de publicaci\u00f3n: +newversionavailable=Hay una nueva versi\u00f3n disponible: +changeslog=Cambios: +downloadnow=Bajar ahora? +button.ok=OK +button.cancel=Cancelar +dialog.title=Nueva versi\u00f3n disponible +newversion=Nueva versi\u00f3n +newvermessage=Una nueva versi\u00f3n de %oldAppName% est\u00e1 disponible: %newAppName%.\r\nPor favor, dirijase a %projectPage% para obtenerla. #change this only when the date format is wrong in the changelog #you can use any java date format string, e.g: yyyy.MM.dd -customDateFormat = default +customDateFormat=default diff --git a/src/com/jpexs/decompiler/flash/gui/locales/NewVersionDialog_fr.properties b/src/com/jpexs/decompiler/flash/gui/locales/NewVersionDialog_fr.properties index c4567cf95..d0fd85861 100644 --- a/src/com/jpexs/decompiler/flash/gui/locales/NewVersionDialog_fr.properties +++ b/src/com/jpexs/decompiler/flash/gui/locales/NewVersionDialog_fr.properties @@ -12,17 +12,16 @@ # # You should have received a copy of the GNU General Public License # along with this program. If not, see . - -version = version -releasedate = Date de la sortie publique : -newversionavailable = Une nouvelle version est disponible : -changeslog = Journal des modifications : -downloadnow = T\u00e9l\u00e9charger maintenant ? -button.ok = Oui -button.cancel = Non -dialog.title = Une nouvelle version est disponible -newversion = Nouvelle version -newvermessage = Une nouvelle version de %oldAppName% est disponible : %newAppName%.\r\nAllez \u00e0 la page %projectPage% pour la t\u00e9l\u00e9charger. +version=version +releasedate=Date de la sortie publique : +newversionavailable=Une nouvelle version est disponible : +changeslog=Journal des modifications : +downloadnow=T\u00e9l\u00e9charger maintenant ? +button.ok=Oui +button.cancel=Non +dialog.title=Une nouvelle version est disponible +newversion=Nouvelle version +newvermessage=Une nouvelle version de %oldAppName% est disponible : %newAppName%.\r\nAllez \u00e0 la page %projectPage% pour la t\u00e9l\u00e9charger. #change this only when the date format is wrong in the changelog #you can use any java date format string, e.g: yyyy.MM.dd -customDateFormat = dd.MM.yyyy +customDateFormat=dd.MM.yyyy diff --git a/src/com/jpexs/decompiler/flash/gui/locales/NewVersionDialog_hu.properties b/src/com/jpexs/decompiler/flash/gui/locales/NewVersionDialog_hu.properties index 2afe54798..15a649e54 100644 --- a/src/com/jpexs/decompiler/flash/gui/locales/NewVersionDialog_hu.properties +++ b/src/com/jpexs/decompiler/flash/gui/locales/NewVersionDialog_hu.properties @@ -12,17 +12,16 @@ # # You should have received a copy of the GNU General Public License # along with this program. If not, see . - -version = verzi\u00f3 -releasedate = Kiad\u00e1si d\u00e1tum: -newversionavailable = \u00daj verzi\u00f3 el\u00e9rhet\u0151: -changeslog = V\u00e1ltoz\u00e1snapl\u00f3: -downloadnow = Let\u00f6lti most? -button.ok = OK -button.cancel = M\u00e9gse -dialog.title = \u00daj verzi\u00f3 el\u00e9rhet\u0151 -newversion = \u00daj verzi\u00f3 -newvermessage = Az %oldAppName% \u00faj verzi\u00f3ja el\u00e9rhet\u0151: %newAppName%.\r\nK\u00e9rem l\u00e1togassa meg a %projectPage% oldalt a let\u00f6lt\u00e9shez. +version=verzi\u00f3 +releasedate=Kiad\u00e1si d\u00e1tum: +newversionavailable=\u00daj verzi\u00f3 el\u00e9rhet\u0151: +changeslog=V\u00e1ltoz\u00e1snapl\u00f3: +downloadnow=Let\u00f6lti most? +button.ok=OK +button.cancel=M\u00e9gse +dialog.title=\u00daj verzi\u00f3 el\u00e9rhet\u0151 +newversion=\u00daj verzi\u00f3 +newvermessage=Az %oldAppName% \u00faj verzi\u00f3ja el\u00e9rhet\u0151: %newAppName%.\r\nK\u00e9rem l\u00e1togassa meg a %projectPage% oldalt a let\u00f6lt\u00e9shez. #change this only when the date format is wrong in the changelog #you can use any java date format string, e.g: yyyy.MM.dd -customDateFormat = default +customDateFormat=default diff --git a/src/com/jpexs/decompiler/flash/gui/locales/NewVersionDialog_it.properties b/src/com/jpexs/decompiler/flash/gui/locales/NewVersionDialog_it.properties index 24583cb79..52f5a0958 100644 --- a/src/com/jpexs/decompiler/flash/gui/locales/NewVersionDialog_it.properties +++ b/src/com/jpexs/decompiler/flash/gui/locales/NewVersionDialog_it.properties @@ -12,17 +12,16 @@ # # You should have received a copy of the GNU General Public License # along with this program. If not, see . - -version = versione -releasedate = Data di rilascio: -newversionavailable = Nuova versione disponibile: -changeslog = Novit\u00e0: -downloadnow = Scaricare ora? -button.ok = OK -button.cancel = Annulla -dialog.title = Nuova versione disponibile -newversion = Nuova versione -newvermessage = \u00c8 disponibile un aggiornamento a %oldAppName%: %newAppName%.\r\nPer ottenerla visitare %projectPage%. +version=versione +releasedate=Data di rilascio: +newversionavailable=Nuova versione disponibile: +changeslog=Novit\u00e0: +downloadnow=Scaricare ora? +button.ok=OK +button.cancel=Annulla +dialog.title=Nuova versione disponibile +newversion=Nuova versione +newvermessage=\u00c8 disponibile un aggiornamento a %oldAppName%: %newAppName%.\r\nPer ottenerla visitare %projectPage%. #change this only when the date format is wrong in the changelog #you can use any java date format string, e.g: yyyy.MM.dd -customDateFormat = default +customDateFormat=default diff --git a/src/com/jpexs/decompiler/flash/gui/locales/NewVersionDialog_ja.properties b/src/com/jpexs/decompiler/flash/gui/locales/NewVersionDialog_ja.properties index 4b11955bf..7c65a9b16 100644 --- a/src/com/jpexs/decompiler/flash/gui/locales/NewVersionDialog_ja.properties +++ b/src/com/jpexs/decompiler/flash/gui/locales/NewVersionDialog_ja.properties @@ -12,17 +12,16 @@ # # You should have received a copy of the GNU General Public License # along with this program. If not, see . - -version = \u30d0\u30fc\u30b8\u30e7\u30f3 -releasedate = \u30ea\u30ea\u30fc\u30b9\u65e5: -newversionavailable = \u65b0\u3057\u3044\u30d0\u30fc\u30b8\u30e7\u30f3\u304c\u5229\u7528\u53ef\u80fd: -changeslog = \u5909\u66f4\u5c65\u6b74: -downloadnow = \u4eca\u3059\u3050\u30c0\u30a6\u30f3\u30ed\u30fc\u30c9\u3057\u307e\u3059\u304b\uff1f -button.ok = OK -button.cancel = \u30ad\u30e3\u30f3\u30bb\u30eb -dialog.title = \u65b0\u3057\u3044\u30d0\u30fc\u30b8\u30e7\u30f3\u304c\u5229\u7528\u53ef\u80fd -newversion = \u65b0\u3057\u3044\u30d0\u30fc\u30b8\u30e7\u30f3 -newvermessage = %oldAppName% \u306e\u65b0\u3057\u3044\u30d0\u30fc\u30b8\u30e7\u30f3\u304c\u5229\u7528\u53ef\u80fd\u3067\u3059: %newAppName%\u3002\r\n\u30c0\u30a6\u30f3\u30ed\u30fc\u30c9\u306f %projectPage% \u304b\u3089\u884c\u3063\u3066\u304f\u3060\u3055\u3044\u3002 +version=\u30d0\u30fc\u30b8\u30e7\u30f3 +releasedate=\u30ea\u30ea\u30fc\u30b9\u65e5: +newversionavailable=\u65b0\u3057\u3044\u30d0\u30fc\u30b8\u30e7\u30f3\u304c\u5229\u7528\u53ef\u80fd: +changeslog=\u5909\u66f4\u5c65\u6b74: +downloadnow=\u4eca\u3059\u3050\u30c0\u30a6\u30f3\u30ed\u30fc\u30c9\u3057\u307e\u3059\u304b\uff1f +button.ok=OK +button.cancel=\u30ad\u30e3\u30f3\u30bb\u30eb +dialog.title=\u65b0\u3057\u3044\u30d0\u30fc\u30b8\u30e7\u30f3\u304c\u5229\u7528\u53ef\u80fd +newversion=\u65b0\u3057\u3044\u30d0\u30fc\u30b8\u30e7\u30f3 +newvermessage=%oldAppName% \u306e\u65b0\u3057\u3044\u30d0\u30fc\u30b8\u30e7\u30f3\u304c\u5229\u7528\u53ef\u80fd\u3067\u3059: %newAppName%\u3002\r\n\u30c0\u30a6\u30f3\u30ed\u30fc\u30c9\u306f %projectPage% \u304b\u3089\u884c\u3063\u3066\u304f\u3060\u3055\u3044\u3002 #change this only when the date format is wrong in the changelog #you can use any java date format string, e.g: yyyy.MM.dd -customDateFormat = default +customDateFormat=default diff --git a/src/com/jpexs/decompiler/flash/gui/locales/NewVersionDialog_nl.properties b/src/com/jpexs/decompiler/flash/gui/locales/NewVersionDialog_nl.properties index 412bf713f..776828c62 100644 --- a/src/com/jpexs/decompiler/flash/gui/locales/NewVersionDialog_nl.properties +++ b/src/com/jpexs/decompiler/flash/gui/locales/NewVersionDialog_nl.properties @@ -12,17 +12,16 @@ # # You should have received a copy of the GNU General Public License # along with this program. If not, see . - -version = versie -releasedate = Release datum: -newversionavailable = Er is een nieuwe versie beschikbaar: -changeslog = Veranderingen logboek: -downloadnow = Nu downloaden? -button.ok = OK -button.cancel = Annuleren -dialog.title = Nieuwe versie beschikbaar -newversion = Nieuwe versie -newvermessage = Nieuwe versie de %oldAppName% beschikbaar: %newAppName%.\r\nGa naar %projectPage% om de laatste versie te downloaden. +version=versie +releasedate=Release datum: +newversionavailable=Er is een nieuwe versie beschikbaar: +changeslog=Veranderingen logboek: +downloadnow=Nu downloaden? +button.ok=OK +button.cancel=Annuleren +dialog.title=Nieuwe versie beschikbaar +newversion=Nieuwe versie +newvermessage=Nieuwe versie de %oldAppName% beschikbaar: %newAppName%.\r\nGa naar %projectPage% om de laatste versie te downloaden. #change this only when the date format is wrong in the changelog #you can use any java date format string, e.g: yyyy.MM.dd -customDateFormat = standaard +customDateFormat=standaard diff --git a/src/com/jpexs/decompiler/flash/gui/locales/NewVersionDialog_pl.properties b/src/com/jpexs/decompiler/flash/gui/locales/NewVersionDialog_pl.properties index e1aedf388..d20577526 100644 --- a/src/com/jpexs/decompiler/flash/gui/locales/NewVersionDialog_pl.properties +++ b/src/com/jpexs/decompiler/flash/gui/locales/NewVersionDialog_pl.properties @@ -12,17 +12,16 @@ # # You should have received a copy of the GNU General Public License # along with this program. If not, see . - -version = wersja -releasedate = Data wydania: -newversionavailable = Nowa wersja jest dost\u0119pna: -changeslog = Lista zmian: -downloadnow = Pobra\u0107 teraz? -button.ok = OK -button.cancel = Anuluj -dialog.title = Nowa wersja dost\u0119pna -newversion = Nowa wersja -newvermessage = Nowa wersja %oldAppName% jest dost\u0119pna: %newAppName%.\r\nPrzejd\u017a do %projectPage%, aby pobra\u0107. +version=wersja +releasedate=Data wydania: +newversionavailable=Nowa wersja jest dost\u0119pna: +changeslog=Lista zmian: +downloadnow=Pobra\u0107 teraz? +button.ok=OK +button.cancel=Anuluj +dialog.title=Nowa wersja dost\u0119pna +newversion=Nowa wersja +newvermessage=Nowa wersja %oldAppName% jest dost\u0119pna: %newAppName%.\r\nPrzejd\u017a do %projectPage%, aby pobra\u0107. #change this only when the date format is wrong in the changelog #you can use any java date format string, e.g: yyyy.MM.dd -customDateFormat = default +customDateFormat=default diff --git a/src/com/jpexs/decompiler/flash/gui/locales/NewVersionDialog_pt.properties b/src/com/jpexs/decompiler/flash/gui/locales/NewVersionDialog_pt.properties index 4bd0cfe4a..5db422a0a 100644 --- a/src/com/jpexs/decompiler/flash/gui/locales/NewVersionDialog_pt.properties +++ b/src/com/jpexs/decompiler/flash/gui/locales/NewVersionDialog_pt.properties @@ -12,17 +12,16 @@ # # You should have received a copy of the GNU General Public License # along with this program. If not, see . - -version = vers\u00e3o -releasedate = Data de lan\u00e7amento: -newversionavailable = Nova vers\u00e3o disponivel: -changeslog = Log de altera\u00e7\u00f5es: -downloadnow = Actualizar agora? -button.ok = OK -button.cancel = Cancelar -dialog.title = Nova vers\u00e3o disponivel -newversion = Nova vers\u00e3o -newvermessage = Nova vers\u00e3o de %oldAppName% est\u00e1 disponivel: %newAppName%.\r\nPor favor v\u00e1 a %projectPage% para actualizar. +version=vers\u00e3o +releasedate=Data de lan\u00e7amento: +newversionavailable=Nova vers\u00e3o disponivel: +changeslog=Log de altera\u00e7\u00f5es: +downloadnow=Actualizar agora? +button.ok=OK +button.cancel=Cancelar +dialog.title=Nova vers\u00e3o disponivel +newversion=Nova vers\u00e3o +newvermessage=Nova vers\u00e3o de %oldAppName% est\u00e1 disponivel: %newAppName%.\r\nPor favor v\u00e1 a %projectPage% para actualizar. #change this only when the date format is wrong in the changelog #you can use any java date format string, e.g: yyyy.MM.dd -customDateFormat = default +customDateFormat=default diff --git a/src/com/jpexs/decompiler/flash/gui/locales/NewVersionDialog_pt_BR.properties b/src/com/jpexs/decompiler/flash/gui/locales/NewVersionDialog_pt_BR.properties index 043df2672..845ef4b84 100644 --- a/src/com/jpexs/decompiler/flash/gui/locales/NewVersionDialog_pt_BR.properties +++ b/src/com/jpexs/decompiler/flash/gui/locales/NewVersionDialog_pt_BR.properties @@ -12,17 +12,16 @@ # # You should have received a copy of the GNU General Public License # along with this program. If not, see . - -version = vers\u00e3o -releasedate = Data de lan\u00e7amento: -newversionavailable = Nova vers\u00e3o dispon\u00edvel: -changeslog = Registro de altera\u00e7\u00f5es: -downloadnow = Baixar agora? -button.ok = OK -button.cancel = Cancelar -dialog.title = Nova vers\u00e3o dispon\u00edvel -newversion = Nova vers\u00e3o -newvermessage = Nova vers\u00e3o do %oldAppName% est\u00e1 dispon\u00edvel: %newAppName%.\r\nPor favor v\u00e1 para %projectPage% para baix\u00e1-la. +version=vers\u00e3o +releasedate=Data de lan\u00e7amento: +newversionavailable=Nova vers\u00e3o dispon\u00edvel: +changeslog=Registro de altera\u00e7\u00f5es: +downloadnow=Baixar agora? +button.ok=OK +button.cancel=Cancelar +dialog.title=Nova vers\u00e3o dispon\u00edvel +newversion=Nova vers\u00e3o +newvermessage=Nova vers\u00e3o do %oldAppName% est\u00e1 dispon\u00edvel: %newAppName%.\r\nPor favor v\u00e1 para %projectPage% para baix\u00e1-la. #change this only when the date format is wrong in the changelog #you can use any java date format string, e.g: yyyy.MM.dd -customDateFormat = default +customDateFormat=default diff --git a/src/com/jpexs/decompiler/flash/gui/locales/NewVersionDialog_ru.properties b/src/com/jpexs/decompiler/flash/gui/locales/NewVersionDialog_ru.properties index db55a5c39..4d38edf8e 100644 --- a/src/com/jpexs/decompiler/flash/gui/locales/NewVersionDialog_ru.properties +++ b/src/com/jpexs/decompiler/flash/gui/locales/NewVersionDialog_ru.properties @@ -12,17 +12,16 @@ # # You should have received a copy of the GNU General Public License # along with this program. If not, see . - -version = \u0432\u0435\u0440\u0441\u0438\u044f -releasedate = \u0414\u0430\u0442\u0430 \u0432\u044b\u0445\u043e\u0434\u0430: -newversionavailable = \u0414\u043e\u0441\u0442\u0443\u043f\u043d\u0430 \u043d\u043e\u0432\u0430\u044f \u0432\u0435\u0440\u0441\u0438\u044f: -changeslog = \u0418\u0437\u043c\u0435\u043d\u0435\u043d\u0438\u044f: -downloadnow = \u0421\u043a\u0430\u0447\u0430\u0442\u044c \u0441\u0435\u0439\u0447\u0430\u0441? -button.ok = OK -button.cancel = \u041e\u0442\u043c\u0435\u043d\u0430 -dialog.title = \u0414\u043e\u0441\u0442\u0443\u043f\u043d\u0430 \u043d\u043e\u0432\u0430\u044f \u0432\u0435\u0440\u0441\u0438\u044f -newversion = \u041d\u043e\u0432\u0430\u044f \u0432\u0435\u0440\u0441\u0438\u044f -newvermessage = \u0414\u043e\u0441\u0442\u0443\u043f\u043d\u0430 \u043d\u043e\u0432\u0430\u044f \u0432\u0435\u0440\u0441\u0438\u044f %oldAppName%: %newAppName%.\r\n\u041f\u043e\u0436\u0430\u043b\u0443\u0439\u0441\u0442\u0430, \u043f\u0435\u0440\u0435\u0439\u0434\u0438\u0442\u0435 \u043d\u0430 \u0441\u0430\u0439\u0442 %projectPage% \u0434\u043b\u044f \u0441\u043a\u0430\u0447\u0438\u0432\u0430\u043d\u0438\u044f. +version=\u0432\u0435\u0440\u0441\u0438\u044f +releasedate=\u0414\u0430\u0442\u0430 \u0432\u044b\u0445\u043e\u0434\u0430: +newversionavailable=\u0414\u043e\u0441\u0442\u0443\u043f\u043d\u0430 \u043d\u043e\u0432\u0430\u044f \u0432\u0435\u0440\u0441\u0438\u044f: +changeslog=\u0418\u0437\u043c\u0435\u043d\u0435\u043d\u0438\u044f: +downloadnow=\u0421\u043a\u0430\u0447\u0430\u0442\u044c \u0441\u0435\u0439\u0447\u0430\u0441? +button.ok=OK +button.cancel=\u041e\u0442\u043c\u0435\u043d\u0430 +dialog.title=\u0414\u043e\u0441\u0442\u0443\u043f\u043d\u0430 \u043d\u043e\u0432\u0430\u044f \u0432\u0435\u0440\u0441\u0438\u044f +newversion=\u041d\u043e\u0432\u0430\u044f \u0432\u0435\u0440\u0441\u0438\u044f +newvermessage=\u0414\u043e\u0441\u0442\u0443\u043f\u043d\u0430 \u043d\u043e\u0432\u0430\u044f \u0432\u0435\u0440\u0441\u0438\u044f %oldAppName%: %newAppName%.\r\n\u041f\u043e\u0436\u0430\u043b\u0443\u0439\u0441\u0442\u0430, \u043f\u0435\u0440\u0435\u0439\u0434\u0438\u0442\u0435 \u043d\u0430 \u0441\u0430\u0439\u0442 %projectPage% \u0434\u043b\u044f \u0441\u043a\u0430\u0447\u0438\u0432\u0430\u043d\u0438\u044f. #change this only when the date format is wrong in the changelog #you can use any java date format string, e.g: yyyy.MM.dd -customDateFormat = default +customDateFormat=default diff --git a/src/com/jpexs/decompiler/flash/gui/locales/NewVersionDialog_sv.properties b/src/com/jpexs/decompiler/flash/gui/locales/NewVersionDialog_sv.properties index 2a8cf8390..20171c5fb 100644 --- a/src/com/jpexs/decompiler/flash/gui/locales/NewVersionDialog_sv.properties +++ b/src/com/jpexs/decompiler/flash/gui/locales/NewVersionDialog_sv.properties @@ -12,17 +12,16 @@ # # You should have received a copy of the GNU General Public License # along with this program. If not, see . - -version = version -releasedate = Sl\u00e4ppt datum: -newversionavailable = Ny version finns tillg\u00e4nglig: -changeslog = \u00c4ndringar: -downloadnow = Ladda ner nu? -button.ok = Till\u00e5t -button.cancel = Avbryt -dialog.title = Ny version finns tillg\u00e4nglig -newversion = Ny version -newvermessage = Ny version utav %oldAppName% \u00e4r tillg\u00e4nglig: %newAppName%.\r\nV\u00e4nligen g\u00e5 till %projectPage% f\u00f6r att ladda ner den. +version=version +releasedate=Sl\u00e4ppt datum: +newversionavailable=Ny version finns tillg\u00e4nglig: +changeslog=\u00c4ndringar: +downloadnow=Ladda ner nu? +button.ok=Till\u00e5t +button.cancel=Avbryt +dialog.title=Ny version finns tillg\u00e4nglig +newversion=Ny version +newvermessage=Ny version utav %oldAppName% \u00e4r tillg\u00e4nglig: %newAppName%.\r\nV\u00e4nligen g\u00e5 till %projectPage% f\u00f6r att ladda ner den. #change this only when the date format is wrong in the changelog #you can use any java date format string, e.g: yyyy.MM.dd -customDateFormat = default +customDateFormat=default diff --git a/src/com/jpexs/decompiler/flash/gui/locales/NewVersionDialog_tr.properties b/src/com/jpexs/decompiler/flash/gui/locales/NewVersionDialog_tr.properties index e45d127a3..101eeda17 100644 --- a/src/com/jpexs/decompiler/flash/gui/locales/NewVersionDialog_tr.properties +++ b/src/com/jpexs/decompiler/flash/gui/locales/NewVersionDialog_tr.properties @@ -12,19 +12,16 @@ # # You should have received a copy of the GNU General Public License # along with this program. If not, see . - - -version = s\u00fcr\u00fcm -releasedate = Yay\u0131n tarihi: -newversionavailable = Yeni s\u00fcr\u00fcm mevcut: -changeslog = De\u011fi\u015fiklik g\u00fcnl\u00fc\u011f\u00fc: -downloadnow = \u015eimdi indirir misin? -button.ok = TAMAM -button.cancel = \u0130ptal -dialog.title = Yeni s\u00fcr\u00fcm mevcut -newversion = Yeni s\u00fcr\u00fcm -newvermessage = %oldAppName%'in yeni s\u00fcr\u00fcm\u00fc mevcut: %newAppName%.\r\n\u0130ndirmek i\u00e7in l\u00fctfen %projectPage% adresine gidin. +version=s\u00fcr\u00fcm +releasedate=Yay\u0131n tarihi: +newversionavailable=Yeni s\u00fcr\u00fcm mevcut: +changeslog=De\u011fi\u015fiklik g\u00fcnl\u00fc\u011f\u00fc: +downloadnow=\u015eimdi indirir misin? +button.ok=TAMAM +button.cancel=\u0130ptal +dialog.title=Yeni s\u00fcr\u00fcm mevcut +newversion=Yeni s\u00fcr\u00fcm +newvermessage=%oldAppName%'in yeni s\u00fcr\u00fcm\u00fc mevcut: %newAppName%.\r\n\u0130ndirmek i\u00e7in l\u00fctfen %projectPage% adresine gidin. #change this only when the date format is wrong in the changelog #you can use any java date format string, e.g: yyyy.MM.dd - -customDateFormat = varsay\u0131lan +customDateFormat=varsay\u0131lan diff --git a/src/com/jpexs/decompiler/flash/gui/locales/NewVersionDialog_uk.properties b/src/com/jpexs/decompiler/flash/gui/locales/NewVersionDialog_uk.properties index 42853e738..2060252f2 100644 --- a/src/com/jpexs/decompiler/flash/gui/locales/NewVersionDialog_uk.properties +++ b/src/com/jpexs/decompiler/flash/gui/locales/NewVersionDialog_uk.properties @@ -12,17 +12,16 @@ # # You should have received a copy of the GNU General Public License # along with this program. If not, see . - -version = \u0432\u0435\u0440\u0441\u0456\u044f -releasedate = \u0414\u0430\u0442\u0430 \u0432\u0438\u0445\u043e\u0434\u0443: -newversionavailable = \u0414\u043e\u0441\u0442\u0443\u043f\u043d\u0430 \u043d\u043e\u0432\u0430 \u0432\u0435\u0440\u0441\u0456\u044f: -changeslog = \u0417\u043c\u0456\u043d\u0438: -downloadnow = \u0417\u0430\u0432\u0430\u043d\u0442\u0430\u0436\u0438\u0442\u0438 \u0437\u0430\u0440\u0430\u0437? -button.ok = \u0413\u0430\u0440\u0430\u0437\u0434 -button.cancel = \u0421\u043a\u0430\u0441\u0443\u0432\u0430\u0442\u0438 -dialog.title = \u0414\u043e\u0441\u0442\u0443\u043f\u043d\u0430 \u043d\u043e\u0432\u0430 \u0432\u0435\u0440\u0441\u0456\u044f -newversion = \u041d\u043e\u0432\u0430 \u0432\u0435\u0440\u0441\u0456\u044f -newvermessage = \u0414\u043e\u0441\u0442\u0443\u043f\u043d\u0430 \u043d\u043e\u0432\u0430 \u0432\u0435\u0440\u0441\u0456\u044f %oldAppName%: %newAppName%.\r\n\u0411\u0443\u0434\u044c \u043b\u0430\u0441\u043a\u0430, \u043f\u0435\u0440\u0435\u0439\u0434\u0456\u0442\u044c \u043d\u0430 \u0441\u0430\u0439\u0442 %projectPage% \u0434\u043b\u044f \u0437\u0430\u0432\u0430\u043d\u0442\u0430\u0436\u0435\u043d\u043d\u044f. +version=\u0432\u0435\u0440\u0441\u0456\u044f +releasedate=\u0414\u0430\u0442\u0430 \u0432\u0438\u0445\u043e\u0434\u0443: +newversionavailable=\u0414\u043e\u0441\u0442\u0443\u043f\u043d\u0430 \u043d\u043e\u0432\u0430 \u0432\u0435\u0440\u0441\u0456\u044f: +changeslog=\u0417\u043c\u0456\u043d\u0438: +downloadnow=\u0417\u0430\u0432\u0430\u043d\u0442\u0430\u0436\u0438\u0442\u0438 \u0437\u0430\u0440\u0430\u0437? +button.ok=\u0413\u0430\u0440\u0430\u0437\u0434 +button.cancel=\u0421\u043a\u0430\u0441\u0443\u0432\u0430\u0442\u0438 +dialog.title=\u0414\u043e\u0441\u0442\u0443\u043f\u043d\u0430 \u043d\u043e\u0432\u0430 \u0432\u0435\u0440\u0441\u0456\u044f +newversion=\u041d\u043e\u0432\u0430 \u0432\u0435\u0440\u0441\u0456\u044f +newvermessage=\u0414\u043e\u0441\u0442\u0443\u043f\u043d\u0430 \u043d\u043e\u0432\u0430 \u0432\u0435\u0440\u0441\u0456\u044f %oldAppName%: %newAppName%.\r\n\u0411\u0443\u0434\u044c \u043b\u0430\u0441\u043a\u0430, \u043f\u0435\u0440\u0435\u0439\u0434\u0456\u0442\u044c \u043d\u0430 \u0441\u0430\u0439\u0442 %projectPage% \u0434\u043b\u044f \u0437\u0430\u0432\u0430\u043d\u0442\u0430\u0436\u0435\u043d\u043d\u044f. #change this only when the date format is wrong in the changelog #you can use any java date format string, e.g: yyyy.MM.dd -customDateFormat = default +customDateFormat=default diff --git a/src/com/jpexs/decompiler/flash/gui/locales/NewVersionDialog_zh.properties b/src/com/jpexs/decompiler/flash/gui/locales/NewVersionDialog_zh.properties index 3496283f8..94df7abc3 100644 --- a/src/com/jpexs/decompiler/flash/gui/locales/NewVersionDialog_zh.properties +++ b/src/com/jpexs/decompiler/flash/gui/locales/NewVersionDialog_zh.properties @@ -12,17 +12,16 @@ # # You should have received a copy of the GNU General Public License # along with this program. If not, see . - -version = version -releasedate = \u53d1\u5e03\u65f6\u95f4: -newversionavailable = \u6709\u65b0\u7248\u672c\u53ef\u7528: -changeslog = \u66f4\u6539\u65e5\u5fd7: -downloadnow = \u7acb\u5373\u4e0b\u8f7d\uff1f -button.ok = \u786e\u5b9a -button.cancel = \u53d6\u6d88 -dialog.title = \u6709\u65b0\u7248\u672c\u53ef\u7528 -newversion = \u65b0\u7248\u672c -newvermessage = %oldAppName%\u7684\u65b0\u7248\u672c\u5df2\u7ecf\u53d1\u5e03: %newAppName%.\r\n\u8bf7\u8bbf\u95ee%projectPage%\u8fdb\u884c\u4e0b\u8f7d. +version=version +releasedate=\u53d1\u5e03\u65f6\u95f4: +newversionavailable=\u6709\u65b0\u7248\u672c\u53ef\u7528: +changeslog=\u66f4\u6539\u65e5\u5fd7: +downloadnow=\u7acb\u5373\u4e0b\u8f7d\uff1f +button.ok=\u786e\u5b9a +button.cancel=\u53d6\u6d88 +dialog.title=\u6709\u65b0\u7248\u672c\u53ef\u7528 +newversion=\u65b0\u7248\u672c +newvermessage=%oldAppName%\u7684\u65b0\u7248\u672c\u5df2\u7ecf\u53d1\u5e03: %newAppName%.\r\n\u8bf7\u8bbf\u95ee%projectPage%\u8fdb\u884c\u4e0b\u8f7d. #change this only when the date format is wrong in the changelog #you can use any java date format string, e.g: yyyy.MM.dd -customDateFormat = \u9ed8\u8ba4 +customDateFormat=\u9ed8\u8ba4 diff --git a/src/com/jpexs/decompiler/flash/gui/locales/PathResolvingDialog.properties b/src/com/jpexs/decompiler/flash/gui/locales/PathResolvingDialog.properties index 844a6a032..460cce3d9 100644 --- a/src/com/jpexs/decompiler/flash/gui/locales/PathResolvingDialog.properties +++ b/src/com/jpexs/decompiler/flash/gui/locales/PathResolvingDialog.properties @@ -12,11 +12,9 @@ # # You should have received a copy of the GNU General Public License # along with this program. If not, see . - -dialog.title = Path resolving -info = Set directories where assets will be searched when not found in SWFs path.\r\n\ +dialog.title=Path resolving +info=Set directories where assets will be searched when not found in SWFs path.\r\n\ You can use pipe "|" to separate prefix that the path must have, like "data:|C:\\MyData\\Dir"\ when you have paths starting with "data:" prefix.\r\nOne path per line. This is currently used only in GFX tags. - -button.ok = OK -button.cancel = Cancel \ No newline at end of file +button.ok=OK +button.cancel=Cancel \ No newline at end of file diff --git a/src/com/jpexs/decompiler/flash/gui/locales/PathResolvingDialog_cs.properties b/src/com/jpexs/decompiler/flash/gui/locales/PathResolvingDialog_cs.properties index 33559365d..b1545c6b3 100644 --- a/src/com/jpexs/decompiler/flash/gui/locales/PathResolvingDialog_cs.properties +++ b/src/com/jpexs/decompiler/flash/gui/locales/PathResolvingDialog_cs.properties @@ -12,11 +12,9 @@ # # You should have received a copy of the GNU General Public License # along with this program. If not, see . - -dialog.title = Resolvov\u00e1n\u00ed cest -info = Nastav\u00ed slo\u017eky kde budou hled\u00e1ny assety, kter\u00e9 se nepoda\u0159\u00ed nal\u00e9zt v cest\u011b SWF.\r\n\ +dialog.title=Resolvov\u00e1n\u00ed cest +info=Nastav\u00ed slo\u017eky kde budou hled\u00e1ny assety, kter\u00e9 se nepoda\u0159\u00ed nal\u00e9zt v cest\u011b SWF.\r\n\ M\u016f\u017eete pou\u017e\u00edt rouru "|" pro odd\u011blen\u00ed p\u0159edpony, kterou cesta mus\u00ed m\u00edt jako "data:|C:\\MyData\\Dir"\ pokud chcete m\u00edt cesty za\u010d\u00ednaj\u00edc\u00ed p\u0159edponou "data:". Co cesta to jeden \u0159\u00e1dek. Toto se moment\u00e1ln\u011b pou\u017e\u00edv\u00e1 jen v GFX taz\u00edch. - -button.ok = OK -button.cancel = Storno \ No newline at end of file +button.ok=OK +button.cancel=Storno \ No newline at end of file diff --git a/src/com/jpexs/decompiler/flash/gui/locales/RenameDialog.properties b/src/com/jpexs/decompiler/flash/gui/locales/RenameDialog.properties index ca389ab7c..43f14f6ec 100644 --- a/src/com/jpexs/decompiler/flash/gui/locales/RenameDialog.properties +++ b/src/com/jpexs/decompiler/flash/gui/locales/RenameDialog.properties @@ -12,11 +12,9 @@ # # You should have received a copy of the GNU General Public License # along with this program. If not, see . - -rename.type = Rename type: -rename.type.typenumber = Type + Number (class_27, method_456,...) -rename.type.randomword = Random word (abada, kof, supo, kosuri,...) -dialog.title = Rename identifiers - -button.ok = OK -button.cancel = Cancel +rename.type=Rename type: +rename.type.typenumber=Type + Number (class_27, method_456,...) +rename.type.randomword=Random word (abada, kof, supo, kosuri,...) +dialog.title=Rename identifiers +button.ok=OK +button.cancel=Cancel diff --git a/src/com/jpexs/decompiler/flash/gui/locales/RenameDialog_ca.properties b/src/com/jpexs/decompiler/flash/gui/locales/RenameDialog_ca.properties index fc962e5ff..f372152b5 100644 --- a/src/com/jpexs/decompiler/flash/gui/locales/RenameDialog_ca.properties +++ b/src/com/jpexs/decompiler/flash/gui/locales/RenameDialog_ca.properties @@ -12,11 +12,9 @@ # # You should have received a copy of the GNU General Public License # along with this program. If not, see . - -rename.type = Renomena el tipus: -rename.type.typenumber = Tipus + N\u00famero (classe_27, m\u00e8tode_456,...) -rename.type.randomword = Paraula aleat\u00f2ria (abada, kof, supo, kosuri,...) -dialog.title = Renomena els identificadors - -button.ok = B\u00e9 -button.cancel = Cancel\u00b7la +rename.type=Renomena el tipus: +rename.type.typenumber=Tipus + N\u00famero (classe_27, m\u00e8tode_456,...) +rename.type.randomword=Paraula aleat\u00f2ria (abada, kof, supo, kosuri,...) +dialog.title=Renomena els identificadors +button.ok=B\u00e9 +button.cancel=Cancel\u00b7la diff --git a/src/com/jpexs/decompiler/flash/gui/locales/RenameDialog_cs.properties b/src/com/jpexs/decompiler/flash/gui/locales/RenameDialog_cs.properties index e52c4107c..eb3f2c9d6 100644 --- a/src/com/jpexs/decompiler/flash/gui/locales/RenameDialog_cs.properties +++ b/src/com/jpexs/decompiler/flash/gui/locales/RenameDialog_cs.properties @@ -12,11 +12,9 @@ # # You should have received a copy of the GNU General Public License # along with this program. If not, see . - -rename.type = Druh p\u0159ejmenov\u00e1n\u00ed: -rename.type.typenumber = Typ + \u010c\u00edslo (class_27, method_456,...) -rename.type.randomword = N\u00e1hodn\u00e9 slovo (abada, kof, supo, kosuri,...) -dialog.title = P\u0159ejmenovat identifik\u00e1tory - -button.ok = OK -button.cancel = Storno +rename.type=Druh p\u0159ejmenov\u00e1n\u00ed: +rename.type.typenumber=Typ + \u010c\u00edslo (class_27, method_456,...) +rename.type.randomword=N\u00e1hodn\u00e9 slovo (abada, kof, supo, kosuri,...) +dialog.title=P\u0159ejmenovat identifik\u00e1tory +button.ok=OK +button.cancel=Storno diff --git a/src/com/jpexs/decompiler/flash/gui/locales/RenameDialog_de.properties b/src/com/jpexs/decompiler/flash/gui/locales/RenameDialog_de.properties index 896671d88..3602a569e 100644 --- a/src/com/jpexs/decompiler/flash/gui/locales/RenameDialog_de.properties +++ b/src/com/jpexs/decompiler/flash/gui/locales/RenameDialog_de.properties @@ -12,11 +12,9 @@ # # You should have received a copy of the GNU General Public License # along with this program. If not, see . - -rename.type = Typ umbenennen: -rename.type.typenumber = Typ + Nummer (class_27, method_456,...) -rename.type.randomword = Zuf\u00e4lliges Wort (abada, kof, supo, kosuri,...) -dialog.title = Bezeichner umbenennen - -button.ok = OK -button.cancel = Abbrechen +rename.type=Typ umbenennen: +rename.type.typenumber=Typ + Nummer (class_27, method_456,...) +rename.type.randomword=Zuf\u00e4lliges Wort (abada, kof, supo, kosuri,...) +dialog.title=Bezeichner umbenennen +button.ok=OK +button.cancel=Abbrechen diff --git a/src/com/jpexs/decompiler/flash/gui/locales/RenameDialog_es.properties b/src/com/jpexs/decompiler/flash/gui/locales/RenameDialog_es.properties index 235ff5455..81a86c01d 100644 --- a/src/com/jpexs/decompiler/flash/gui/locales/RenameDialog_es.properties +++ b/src/com/jpexs/decompiler/flash/gui/locales/RenameDialog_es.properties @@ -12,11 +12,9 @@ # # You should have received a copy of the GNU General Public License # along with this program. If not, see . - -rename.type = Renombrar tipo: -rename.type.typenumber = Tipo + N\u00famero (class_27, method_456,...) -rename.type.randomword = Palabra al azar (abada, kof, supo, kosuri,...) -dialog.title = Renombrar identificadores - -button.ok = OK -button.cancel = Cancelar +rename.type=Renombrar tipo: +rename.type.typenumber=Tipo + N\u00famero (class_27, method_456,...) +rename.type.randomword=Palabra al azar (abada, kof, supo, kosuri,...) +dialog.title=Renombrar identificadores +button.ok=OK +button.cancel=Cancelar diff --git a/src/com/jpexs/decompiler/flash/gui/locales/RenameDialog_fr.properties b/src/com/jpexs/decompiler/flash/gui/locales/RenameDialog_fr.properties index 2fb9b9376..061a546e2 100644 --- a/src/com/jpexs/decompiler/flash/gui/locales/RenameDialog_fr.properties +++ b/src/com/jpexs/decompiler/flash/gui/locales/RenameDialog_fr.properties @@ -12,11 +12,9 @@ # # You should have received a copy of the GNU General Public License # along with this program. If not, see . - -rename.type = Type de renommage : -rename.type.typenumber = Type + Num\u00e9ro (class_27, method_456,...) -rename.type.randomword = Mots al\u00e9atoires (abada, kof, supo, kosuri,...) -dialog.title = Renommage des identificateurs - -button.ok = OK -button.cancel = Annuler +rename.type=Type de renommage : +rename.type.typenumber=Type + Num\u00e9ro (class_27, method_456,...) +rename.type.randomword=Mots al\u00e9atoires (abada, kof, supo, kosuri,...) +dialog.title=Renommage des identificateurs +button.ok=OK +button.cancel=Annuler diff --git a/src/com/jpexs/decompiler/flash/gui/locales/RenameDialog_hu.properties b/src/com/jpexs/decompiler/flash/gui/locales/RenameDialog_hu.properties index 8df0c3328..7a11c928f 100644 --- a/src/com/jpexs/decompiler/flash/gui/locales/RenameDialog_hu.properties +++ b/src/com/jpexs/decompiler/flash/gui/locales/RenameDialog_hu.properties @@ -12,11 +12,9 @@ # # You should have received a copy of the GNU General Public License # along with this program. If not, see . - -rename.type = T\u00edpus \u00e1tnevez\u00e9se: -rename.type.typenumber = T\u00edpus + Sz\u00e1m (class_27, method_456,...) -rename.type.randomword = V\u00e9letlen sz\u00f3 (abada, kof, supo, kosuri,...) -dialog.title = Azonos\u00edt\u00f3k \u00e1tnevez\u00e9se - -button.ok = OK -button.cancel = M\u00e9gse +rename.type=T\u00edpus \u00e1tnevez\u00e9se: +rename.type.typenumber=T\u00edpus + Sz\u00e1m (class_27, method_456,...) +rename.type.randomword=V\u00e9letlen sz\u00f3 (abada, kof, supo, kosuri,...) +dialog.title=Azonos\u00edt\u00f3k \u00e1tnevez\u00e9se +button.ok=OK +button.cancel=M\u00e9gse diff --git a/src/com/jpexs/decompiler/flash/gui/locales/RenameDialog_it.properties b/src/com/jpexs/decompiler/flash/gui/locales/RenameDialog_it.properties index 6e9bb20f7..98d0a01dc 100644 --- a/src/com/jpexs/decompiler/flash/gui/locales/RenameDialog_it.properties +++ b/src/com/jpexs/decompiler/flash/gui/locales/RenameDialog_it.properties @@ -12,11 +12,9 @@ # # You should have received a copy of the GNU General Public License # along with this program. If not, see . - -rename.type = Tipo di rinomina: -rename.type.typenumber = Tipo + numero (class_27, method_456,...) -rename.type.randomword = Parola casuale (abada, kof, supo, kosuri,...) -dialog.title = Renomina identificatori - -button.ok = OK -button.cancel = Annulla +rename.type=Tipo di rinomina: +rename.type.typenumber=Tipo + numero (class_27, method_456,...) +rename.type.randomword=Parola casuale (abada, kof, supo, kosuri,...) +dialog.title=Renomina identificatori +button.ok=OK +button.cancel=Annulla diff --git a/src/com/jpexs/decompiler/flash/gui/locales/RenameDialog_ja.properties b/src/com/jpexs/decompiler/flash/gui/locales/RenameDialog_ja.properties index ab6f5db4c..98410055f 100644 --- a/src/com/jpexs/decompiler/flash/gui/locales/RenameDialog_ja.properties +++ b/src/com/jpexs/decompiler/flash/gui/locales/RenameDialog_ja.properties @@ -12,11 +12,9 @@ # # You should have received a copy of the GNU General Public License # along with this program. If not, see . - -rename.type = \u30ea\u30cd\u30fc\u30e0\u306e\u7a2e\u985e: -rename.type.typenumber = \u7a2e\u985e + \u6570\u5024 (class_27, method_456,...) -rename.type.randomword = \u30e9\u30f3\u30c0\u30e0\u306a\u30ef\u30fc\u30c9 (abada, kof, supo, kosuri,...) -dialog.title = \u8b58\u5225\u5b50\u3092\u30ea\u30cd\u30fc\u30e0 - -button.ok = OK -button.cancel = \u30ad\u30e3\u30f3\u30bb\u30eb +rename.type=\u30ea\u30cd\u30fc\u30e0\u306e\u7a2e\u985e: +rename.type.typenumber=\u7a2e\u985e + \u6570\u5024 (class_27, method_456,...) +rename.type.randomword=\u30e9\u30f3\u30c0\u30e0\u306a\u30ef\u30fc\u30c9 (abada, kof, supo, kosuri,...) +dialog.title=\u8b58\u5225\u5b50\u3092\u30ea\u30cd\u30fc\u30e0 +button.ok=OK +button.cancel=\u30ad\u30e3\u30f3\u30bb\u30eb diff --git a/src/com/jpexs/decompiler/flash/gui/locales/RenameDialog_nl.properties b/src/com/jpexs/decompiler/flash/gui/locales/RenameDialog_nl.properties index 3e77bc079..9906b4cd3 100644 --- a/src/com/jpexs/decompiler/flash/gui/locales/RenameDialog_nl.properties +++ b/src/com/jpexs/decompiler/flash/gui/locales/RenameDialog_nl.properties @@ -12,11 +12,9 @@ # # You should have received a copy of the GNU General Public License # along with this program. If not, see . - -rename.type = Type hernoeming: -rename.type.typenumber = Type + Nummer (class_27, method_456,...) -rename.type.randomword = Willekeurig woord (abada, kof, supo, kosuri,...) -dialog.title = Identifiers hernoemen - -button.ok = OK -button.cancel = Annuleren +rename.type=Type hernoeming: +rename.type.typenumber=Type + Nummer (class_27, method_456,...) +rename.type.randomword=Willekeurig woord (abada, kof, supo, kosuri,...) +dialog.title=Identifiers hernoemen +button.ok=OK +button.cancel=Annuleren diff --git a/src/com/jpexs/decompiler/flash/gui/locales/RenameDialog_pl.properties b/src/com/jpexs/decompiler/flash/gui/locales/RenameDialog_pl.properties index 0fb53a22c..7f915c09f 100644 --- a/src/com/jpexs/decompiler/flash/gui/locales/RenameDialog_pl.properties +++ b/src/com/jpexs/decompiler/flash/gui/locales/RenameDialog_pl.properties @@ -12,11 +12,9 @@ # # You should have received a copy of the GNU General Public License # along with this program. If not, see . - -rename.type = Typ zmiany nazwy: -rename.type.typenumber = Typ + Liczba (class_27, method_456,...) -rename.type.randomword = Losowe s\u0142owo (abada, kof, supo, kosuri,...) -dialog.title = Zmie\u0144 nazw\u0119 identyfikator\u00f3w - -button.ok = OK -button.cancel = Anuluj +rename.type=Typ zmiany nazwy: +rename.type.typenumber=Typ + Liczba (class_27, method_456,...) +rename.type.randomword=Losowe s\u0142owo (abada, kof, supo, kosuri,...) +dialog.title=Zmie\u0144 nazw\u0119 identyfikator\u00f3w +button.ok=OK +button.cancel=Anuluj diff --git a/src/com/jpexs/decompiler/flash/gui/locales/RenameDialog_pt.properties b/src/com/jpexs/decompiler/flash/gui/locales/RenameDialog_pt.properties index 5b6c9f6ff..7f5854a7c 100644 --- a/src/com/jpexs/decompiler/flash/gui/locales/RenameDialog_pt.properties +++ b/src/com/jpexs/decompiler/flash/gui/locales/RenameDialog_pt.properties @@ -12,11 +12,9 @@ # # You should have received a copy of the GNU General Public License # along with this program. If not, see . - -rename.type = Renomear tipo: -rename.type.typenumber = Tipo + Numero (class_27, method_456,...) -rename.type.randomword = Palavras Aleat\u00f3rias (abada, kof, supo, kosuri,...) -dialog.title = Renomear identificadores - -button.ok = OK -button.cancel = Cancelar +rename.type=Renomear tipo: +rename.type.typenumber=Tipo + Numero (class_27, method_456,...) +rename.type.randomword=Palavras Aleat\u00f3rias (abada, kof, supo, kosuri,...) +dialog.title=Renomear identificadores +button.ok=OK +button.cancel=Cancelar diff --git a/src/com/jpexs/decompiler/flash/gui/locales/RenameDialog_pt_BR.properties b/src/com/jpexs/decompiler/flash/gui/locales/RenameDialog_pt_BR.properties index 9aba2db3a..ff94df7a8 100644 --- a/src/com/jpexs/decompiler/flash/gui/locales/RenameDialog_pt_BR.properties +++ b/src/com/jpexs/decompiler/flash/gui/locales/RenameDialog_pt_BR.properties @@ -12,11 +12,9 @@ # # You should have received a copy of the GNU General Public License # along with this program. If not, see . - -rename.type = Renomear tipo: -rename.type.typenumber = Tipo + Numero (class_27, method_456,...) -rename.type.randomword = Palavras aleat\u00f3rias (abada, kof, supo, kosuri,...) -dialog.title = Renomear identificadores - -button.ok = OK -button.cancel = Cancelar +rename.type=Renomear tipo: +rename.type.typenumber=Tipo + Numero (class_27, method_456,...) +rename.type.randomword=Palavras aleat\u00f3rias (abada, kof, supo, kosuri,...) +dialog.title=Renomear identificadores +button.ok=OK +button.cancel=Cancelar diff --git a/src/com/jpexs/decompiler/flash/gui/locales/RenameDialog_ru.properties b/src/com/jpexs/decompiler/flash/gui/locales/RenameDialog_ru.properties index 4cd433198..e699b2dc5 100644 --- a/src/com/jpexs/decompiler/flash/gui/locales/RenameDialog_ru.properties +++ b/src/com/jpexs/decompiler/flash/gui/locales/RenameDialog_ru.properties @@ -12,11 +12,9 @@ # # You should have received a copy of the GNU General Public License # along with this program. If not, see . - -rename.type = \u0421\u043f\u043e\u0441\u043e\u0431 \u043f\u0435\u0440\u0435\u0438\u043c\u0435\u043d\u043e\u0432\u0430\u043d\u0438\u044f: -rename.type.typenumber = \u0422\u0438\u043f + \u043f\u043e\u0440\u044f\u0434\u043a\u043e\u0432\u044b\u0439 \u043d\u043e\u043c\u0435\u0440 (class_27, method_456,...) -rename.type.randomword = \u0421\u043b\u0443\u0447\u0430\u0439\u043d\u043e\u0435 \u0441\u043b\u043e\u0432\u043e (abada, kof, supo, kosuri,...) -dialog.title = \u041f\u0435\u0440\u0435\u0438\u043c\u0435\u043d\u043e\u0432\u0430\u0442\u044c \u0438\u0434\u0435\u043d\u0442\u0438\u0444\u0438\u043a\u0430\u0442\u043e\u0440\u044b - -button.ok = OK -button.cancel = \u041e\u0442\u043c\u0435\u043d\u0430 +rename.type=\u0421\u043f\u043e\u0441\u043e\u0431 \u043f\u0435\u0440\u0435\u0438\u043c\u0435\u043d\u043e\u0432\u0430\u043d\u0438\u044f: +rename.type.typenumber=\u0422\u0438\u043f + \u043f\u043e\u0440\u044f\u0434\u043a\u043e\u0432\u044b\u0439 \u043d\u043e\u043c\u0435\u0440 (class_27, method_456,...) +rename.type.randomword=\u0421\u043b\u0443\u0447\u0430\u0439\u043d\u043e\u0435 \u0441\u043b\u043e\u0432\u043e (abada, kof, supo, kosuri,...) +dialog.title=\u041f\u0435\u0440\u0435\u0438\u043c\u0435\u043d\u043e\u0432\u0430\u0442\u044c \u0438\u0434\u0435\u043d\u0442\u0438\u0444\u0438\u043a\u0430\u0442\u043e\u0440\u044b +button.ok=OK +button.cancel=\u041e\u0442\u043c\u0435\u043d\u0430 diff --git a/src/com/jpexs/decompiler/flash/gui/locales/RenameDialog_sv.properties b/src/com/jpexs/decompiler/flash/gui/locales/RenameDialog_sv.properties index 0445e5629..fb86d52a9 100644 --- a/src/com/jpexs/decompiler/flash/gui/locales/RenameDialog_sv.properties +++ b/src/com/jpexs/decompiler/flash/gui/locales/RenameDialog_sv.properties @@ -12,11 +12,9 @@ # # You should have received a copy of the GNU General Public License # along with this program. If not, see . - -rename.type = \u00c4ndra namntyp: -rename.type.typenumber = Typ + Nummer (class_27, method_456,...) -rename.type.randomword = Slumpartat ord (abada, kof, supo, kosuri,...) -dialog.title = \u00c4ndra namn p\u00e5 Identifierare - -button.ok = Godk\u00e4nn -button.cancel = Avbryt +rename.type=\u00c4ndra namntyp: +rename.type.typenumber=Typ + Nummer (class_27, method_456,...) +rename.type.randomword=Slumpartat ord (abada, kof, supo, kosuri,...) +dialog.title=\u00c4ndra namn p\u00e5 Identifierare +button.ok=Godk\u00e4nn +button.cancel=Avbryt diff --git a/src/com/jpexs/decompiler/flash/gui/locales/RenameDialog_tr.properties b/src/com/jpexs/decompiler/flash/gui/locales/RenameDialog_tr.properties index dd70f48ce..9a126b7cd 100644 --- a/src/com/jpexs/decompiler/flash/gui/locales/RenameDialog_tr.properties +++ b/src/com/jpexs/decompiler/flash/gui/locales/RenameDialog_tr.properties @@ -12,11 +12,9 @@ # # You should have received a copy of the GNU General Public License # along with this program. If not, see . - -rename.type = Yeniden adland\u0131rma t\u00fcr\u00fc: -rename.type.typenumber = T\u00fcr + Say\u0131 (class_27, method_456,...) -rename.type.randomword = Rastgele kelime (abada, kof, supo, kosuri,...) -dialog.title = Tan\u0131mlay\u0131c\u0131lar\u0131 yeniden adland\u0131r - -button.ok = TAMAM -button.cancel = \u0130ptal +rename.type=Yeniden adland\u0131rma t\u00fcr\u00fc: +rename.type.typenumber=T\u00fcr + Say\u0131 (class_27, method_456,...) +rename.type.randomword=Rastgele kelime (abada, kof, supo, kosuri,...) +dialog.title=Tan\u0131mlay\u0131c\u0131lar\u0131 yeniden adland\u0131r +button.ok=TAMAM +button.cancel=\u0130ptal diff --git a/src/com/jpexs/decompiler/flash/gui/locales/RenameDialog_uk.properties b/src/com/jpexs/decompiler/flash/gui/locales/RenameDialog_uk.properties index 8344a6a84..c9b64c606 100644 --- a/src/com/jpexs/decompiler/flash/gui/locales/RenameDialog_uk.properties +++ b/src/com/jpexs/decompiler/flash/gui/locales/RenameDialog_uk.properties @@ -12,11 +12,9 @@ # # You should have received a copy of the GNU General Public License # along with this program. If not, see . - -rename.type = \u0421\u043f\u043e\u0441\u0456\u0431 \u043f\u0435\u0440\u0435\u0439\u043c\u0435\u043d\u0443\u0432\u0430\u043d\u043d\u044f: -rename.type.typenumber = \u0422\u0438\u043f + \u043f\u043e\u0440\u044f\u0434\u043a\u043e\u0432\u044b\u0439 \u043d\u043e\u043c\u0435\u0440 (class_27, method_456,...) -rename.type.randomword = \u0412\u0438\u043f\u0430\u0434\u043a\u043e\u0432\u0435 \u0441\u043b\u043e\u0432\u043e (abada, kof, supo, kosuri,...) -dialog.title = \u041f\u0435\u0440\u0435\u0439\u043c\u0435\u043d\u0443\u0432\u0430\u0442\u0438 \u0456\u0434\u0435\u043d\u0442\u0438\u0444\u0456\u043a\u0430\u0442\u043e\u0440\u0438 - -button.ok = \u0413\u0430\u0440\u0430\u0437\u0434 -button.cancel = \u0421\u043a\u0430\u0441\u0443\u0432\u0430\u0442\u0438 +rename.type=\u0421\u043f\u043e\u0441\u0456\u0431 \u043f\u0435\u0440\u0435\u0439\u043c\u0435\u043d\u0443\u0432\u0430\u043d\u043d\u044f: +rename.type.typenumber=\u0422\u0438\u043f + \u043f\u043e\u0440\u044f\u0434\u043a\u043e\u0432\u044b\u0439 \u043d\u043e\u043c\u0435\u0440 (class_27, method_456,...) +rename.type.randomword=\u0412\u0438\u043f\u0430\u0434\u043a\u043e\u0432\u0435 \u0441\u043b\u043e\u0432\u043e (abada, kof, supo, kosuri,...) +dialog.title=\u041f\u0435\u0440\u0435\u0439\u043c\u0435\u043d\u0443\u0432\u0430\u0442\u0438 \u0456\u0434\u0435\u043d\u0442\u0438\u0444\u0456\u043a\u0430\u0442\u043e\u0440\u0438 +button.ok=\u0413\u0430\u0440\u0430\u0437\u0434 +button.cancel=\u0421\u043a\u0430\u0441\u0443\u0432\u0430\u0442\u0438 diff --git a/src/com/jpexs/decompiler/flash/gui/locales/RenameDialog_zh.properties b/src/com/jpexs/decompiler/flash/gui/locales/RenameDialog_zh.properties index 85cbf0e8d..be5c7ed53 100644 --- a/src/com/jpexs/decompiler/flash/gui/locales/RenameDialog_zh.properties +++ b/src/com/jpexs/decompiler/flash/gui/locales/RenameDialog_zh.properties @@ -12,11 +12,9 @@ # # You should have received a copy of the GNU General Public License # along with this program. If not, see . - -rename.type = \u91cd\u547d\u540d\u65b9\u5f0f: -rename.type.typenumber = \u7c7b\u578b + \u6570\u5b57 (class_27, method_456,...) -rename.type.randomword = \u968f\u673a\u5b57\u7b26 (abada, kof, supo, kosuri,...) -dialog.title = \u91cd\u547d\u540d\u6807\u8bc6\u7b26 - -button.ok = \u786e\u5b9a -button.cancel = \u53d6\u6d88 +rename.type=\u91cd\u547d\u540d\u65b9\u5f0f: +rename.type.typenumber=\u7c7b\u578b + \u6570\u5b57 (class_27, method_456,...) +rename.type.randomword=\u968f\u673a\u5b57\u7b26 (abada, kof, supo, kosuri,...) +dialog.title=\u91cd\u547d\u540d\u6807\u8bc6\u7b26 +button.ok=\u786e\u5b9a +button.cancel=\u53d6\u6d88 diff --git a/src/com/jpexs/decompiler/flash/gui/locales/ReplaceCharacterDialog.properties b/src/com/jpexs/decompiler/flash/gui/locales/ReplaceCharacterDialog.properties index 3bdeaee04..6b4121eec 100644 --- a/src/com/jpexs/decompiler/flash/gui/locales/ReplaceCharacterDialog.properties +++ b/src/com/jpexs/decompiler/flash/gui/locales/ReplaceCharacterDialog.properties @@ -12,9 +12,7 @@ # # You should have received a copy of the GNU General Public License # along with this program. If not, see . - -dialog.title = Replace character tag -replace.with = Replace with: - -button.ok = OK -button.cancel = Cancel +dialog.title=Replace character tag +replace.with=Replace with: +button.ok=OK +button.cancel=Cancel diff --git a/src/com/jpexs/decompiler/flash/gui/locales/ReplaceCharacterDialog_cs.properties b/src/com/jpexs/decompiler/flash/gui/locales/ReplaceCharacterDialog_cs.properties index efdbaac23..58270dade 100644 --- a/src/com/jpexs/decompiler/flash/gui/locales/ReplaceCharacterDialog_cs.properties +++ b/src/com/jpexs/decompiler/flash/gui/locales/ReplaceCharacterDialog_cs.properties @@ -12,9 +12,7 @@ # # You should have received a copy of the GNU General Public License # along with this program. If not, see . - -dialog.title = Nahradit charakterov\u00fd tag -replace.with = \u010c\u00edm nahradit : - -button.ok = OK -button.cancel = Storno +dialog.title=Nahradit charakterov\u00fd tag +replace.with=\u010c\u00edm nahradit : +button.ok=OK +button.cancel=Storno diff --git a/src/com/jpexs/decompiler/flash/gui/locales/ReplaceCharacterDialog_es.properties b/src/com/jpexs/decompiler/flash/gui/locales/ReplaceCharacterDialog_es.properties index 050ae19bf..e6b55979c 100644 --- a/src/com/jpexs/decompiler/flash/gui/locales/ReplaceCharacterDialog_es.properties +++ b/src/com/jpexs/decompiler/flash/gui/locales/ReplaceCharacterDialog_es.properties @@ -12,9 +12,7 @@ # # You should have received a copy of the GNU General Public License # along with this program. If not, see . - -dialog.title = Reemplazar caracter de etiqueta -replace.with = Reemplazar con: - -button.ok = OK -button.cancel = Cancelar +dialog.title=Reemplazar caracter de etiqueta +replace.with=Reemplazar con: +button.ok=OK +button.cancel=Cancelar diff --git a/src/com/jpexs/decompiler/flash/gui/locales/ReplaceCharacterDialog_hu.properties b/src/com/jpexs/decompiler/flash/gui/locales/ReplaceCharacterDialog_hu.properties index b20712db0..d3f8a2aa5 100644 --- a/src/com/jpexs/decompiler/flash/gui/locales/ReplaceCharacterDialog_hu.properties +++ b/src/com/jpexs/decompiler/flash/gui/locales/ReplaceCharacterDialog_hu.properties @@ -12,9 +12,7 @@ # # You should have received a copy of the GNU General Public License # along with this program. If not, see . - -dialog.title = Karakter tag cser\u00e9je -replace.with = Csere a k\u00f6vetkez\u0151vel: - -button.ok = OK -button.cancel = M\u00e9gse +dialog.title=Karakter tag cser\u00e9je +replace.with=Csere a k\u00f6vetkez\u0151vel: +button.ok=OK +button.cancel=M\u00e9gse diff --git a/src/com/jpexs/decompiler/flash/gui/locales/ReplaceCharacterDialog_it.properties b/src/com/jpexs/decompiler/flash/gui/locales/ReplaceCharacterDialog_it.properties index bfd1521f8..b66a40147 100644 --- a/src/com/jpexs/decompiler/flash/gui/locales/ReplaceCharacterDialog_it.properties +++ b/src/com/jpexs/decompiler/flash/gui/locales/ReplaceCharacterDialog_it.properties @@ -12,9 +12,7 @@ # # You should have received a copy of the GNU General Public License # along with this program. If not, see . - -dialog.title = Sostituisci tag carattere -replace.with = Sostituisci con: - -button.ok = OK -button.cancel = Annulla +dialog.title=Sostituisci tag carattere +replace.with=Sostituisci con: +button.ok=OK +button.cancel=Annulla diff --git a/src/com/jpexs/decompiler/flash/gui/locales/ReplaceCharacterDialog_ja.properties b/src/com/jpexs/decompiler/flash/gui/locales/ReplaceCharacterDialog_ja.properties index 53d8e8e13..1b66c70ac 100644 --- a/src/com/jpexs/decompiler/flash/gui/locales/ReplaceCharacterDialog_ja.properties +++ b/src/com/jpexs/decompiler/flash/gui/locales/ReplaceCharacterDialog_ja.properties @@ -12,9 +12,7 @@ # # You should have received a copy of the GNU General Public License # along with this program. If not, see . - -dialog.title = \u6587\u5b57\u30bf\u30b0\u306e\u7f6e\u63db -replace.with = \u7f6e\u63db\u5f8c: - -button.ok = OK -button.cancel = \u30ad\u30e3\u30f3\u30bb\u30eb +dialog.title=\u6587\u5b57\u30bf\u30b0\u306e\u7f6e\u63db +replace.with=\u7f6e\u63db\u5f8c: +button.ok=OK +button.cancel=\u30ad\u30e3\u30f3\u30bb\u30eb diff --git a/src/com/jpexs/decompiler/flash/gui/locales/ReplaceCharacterDialog_nl.properties b/src/com/jpexs/decompiler/flash/gui/locales/ReplaceCharacterDialog_nl.properties index bee3d8b3b..f38ae379b 100644 --- a/src/com/jpexs/decompiler/flash/gui/locales/ReplaceCharacterDialog_nl.properties +++ b/src/com/jpexs/decompiler/flash/gui/locales/ReplaceCharacterDialog_nl.properties @@ -12,7 +12,7 @@ # # You should have received a copy of the GNU General Public License # along with this program. If not, see . -dialog.title = Vervang tekentag -replace.with = Vervangen door: -button.ok = OK -button.cancel = Annuleren +dialog.title=Vervang tekentag +replace.with=Vervangen door: +button.ok=OK +button.cancel=Annuleren diff --git a/src/com/jpexs/decompiler/flash/gui/locales/ReplaceCharacterDialog_pt_BR.properties b/src/com/jpexs/decompiler/flash/gui/locales/ReplaceCharacterDialog_pt_BR.properties index 93b78015f..619a8fb0c 100644 --- a/src/com/jpexs/decompiler/flash/gui/locales/ReplaceCharacterDialog_pt_BR.properties +++ b/src/com/jpexs/decompiler/flash/gui/locales/ReplaceCharacterDialog_pt_BR.properties @@ -12,9 +12,7 @@ # # You should have received a copy of the GNU General Public License # along with this program. If not, see . - -dialog.title = Substituir tag de caractere -replace.with = Substituir com: - -button.ok = OK -button.cancel = Cancelar +dialog.title=Substituir tag de caractere +replace.with=Substituir com: +button.ok=OK +button.cancel=Cancelar diff --git a/src/com/jpexs/decompiler/flash/gui/locales/ReplaceCharacterDialog_sv.properties b/src/com/jpexs/decompiler/flash/gui/locales/ReplaceCharacterDialog_sv.properties index b42822e7e..a2a3557b7 100644 --- a/src/com/jpexs/decompiler/flash/gui/locales/ReplaceCharacterDialog_sv.properties +++ b/src/com/jpexs/decompiler/flash/gui/locales/ReplaceCharacterDialog_sv.properties @@ -12,9 +12,7 @@ # # You should have received a copy of the GNU General Public License # along with this program. If not, see . - -dialog.title = Ers\u00e4tt tecken tag -replace.with = Ers\u00e4tt med: - -button.ok = Okej -button.cancel = Upph\u00e4v +dialog.title=Ers\u00e4tt tecken tag +replace.with=Ers\u00e4tt med: +button.ok=Okej +button.cancel=Upph\u00e4v diff --git a/src/com/jpexs/decompiler/flash/gui/locales/ReplaceCharacterDialog_tr.properties b/src/com/jpexs/decompiler/flash/gui/locales/ReplaceCharacterDialog_tr.properties index 2085a6d58..7984076c9 100644 --- a/src/com/jpexs/decompiler/flash/gui/locales/ReplaceCharacterDialog_tr.properties +++ b/src/com/jpexs/decompiler/flash/gui/locales/ReplaceCharacterDialog_tr.properties @@ -12,9 +12,7 @@ # # You should have received a copy of the GNU General Public License # along with this program. If not, see . - -dialog.title = Karakter etiketini de\u011fi\u015ftir -replace.with = \u015eununla de\u011fi\u015ftir: - -button.ok = TAMAM -button.cancel = \u0130ptal +dialog.title=Karakter etiketini de\u011fi\u015ftir +replace.with=\u015eununla de\u011fi\u015ftir: +button.ok=TAMAM +button.cancel=\u0130ptal diff --git a/src/com/jpexs/decompiler/flash/gui/locales/ReplaceCharacterDialog_zh.properties b/src/com/jpexs/decompiler/flash/gui/locales/ReplaceCharacterDialog_zh.properties index 37e43ab59..1bbc5092b 100644 --- a/src/com/jpexs/decompiler/flash/gui/locales/ReplaceCharacterDialog_zh.properties +++ b/src/com/jpexs/decompiler/flash/gui/locales/ReplaceCharacterDialog_zh.properties @@ -12,9 +12,7 @@ # # You should have received a copy of the GNU General Public License # along with this program. If not, see . - -dialog.title = \u66ff\u6362\u5b57\u7b26\u6807\u7b7e -replace.with = \u66ff\u6362\u4e3a: - -button.ok = \u786e\u5b9a -button.cancel = \u53d6\u6d88 +dialog.title=\u66ff\u6362\u5b57\u7b26\u6807\u7b7e +replace.with=\u66ff\u6362\u4e3a: +button.ok=\u786e\u5b9a +button.cancel=\u53d6\u6d88 diff --git a/src/com/jpexs/decompiler/flash/gui/locales/ReplaceTraceDialog.properties b/src/com/jpexs/decompiler/flash/gui/locales/ReplaceTraceDialog.properties index fa0591905..d9776efcf 100644 --- a/src/com/jpexs/decompiler/flash/gui/locales/ReplaceTraceDialog.properties +++ b/src/com/jpexs/decompiler/flash/gui/locales/ReplaceTraceDialog.properties @@ -12,9 +12,7 @@ # # You should have received a copy of the GNU General Public License # along with this program. If not, see . - -dialog.title = Replace Trace function calls - -function.debugAlert = debugAlert - web browser javascript alert -function.debugConsole = debugConsole - web browser javascript console.log -function.debugSocket = debugSocket - socket connection to the decompiler +dialog.title=Replace Trace function calls +function.debugAlert=debugAlert - web browser javascript alert +function.debugConsole=debugConsole - web browser javascript console.log +function.debugSocket=debugSocket - socket connection to the decompiler diff --git a/src/com/jpexs/decompiler/flash/gui/locales/ReplaceTraceDialog_ca.properties b/src/com/jpexs/decompiler/flash/gui/locales/ReplaceTraceDialog_ca.properties index 85989f41c..dc6c8bbe2 100644 --- a/src/com/jpexs/decompiler/flash/gui/locales/ReplaceTraceDialog_ca.properties +++ b/src/com/jpexs/decompiler/flash/gui/locales/ReplaceTraceDialog_ca.properties @@ -12,9 +12,7 @@ # # You should have received a copy of the GNU General Public License # along with this program. If not, see . - -dialog.title = Crides de funci\u00f3 de Rastreig de Substituci\u00f3 - -function.debugAlert = debugAlert - alerta javascript del navegador -function.debugConsole = debugConsole - console.log javascript del navegador -function.debugSocket = debugSocket - connexi\u00f3 de s\u00f2col a descompilador +dialog.title=Crides de funci\u00f3 de Rastreig de Substituci\u00f3 +function.debugAlert=debugAlert - alerta javascript del navegador +function.debugConsole=debugConsole - console.log javascript del navegador +function.debugSocket=debugSocket - connexi\u00f3 de s\u00f2col a descompilador diff --git a/src/com/jpexs/decompiler/flash/gui/locales/ReplaceTraceDialog_cs.properties b/src/com/jpexs/decompiler/flash/gui/locales/ReplaceTraceDialog_cs.properties index f75bc2af1..f353756b4 100644 --- a/src/com/jpexs/decompiler/flash/gui/locales/ReplaceTraceDialog_cs.properties +++ b/src/com/jpexs/decompiler/flash/gui/locales/ReplaceTraceDialog_cs.properties @@ -12,9 +12,7 @@ # # You should have received a copy of the GNU General Public License # along with this program. If not, see . - -dialog.title = Nahrazen\u00ed vol\u00e1n\u00ed funkce Trace - -function.debugAlert = debugAlert - javascriptov\u00e1 funkce alert webov\u00e9ho prohl\u00ed\u017ee\u010de -function.debugConsole = debugConsole - javascriptov\u00e1 funkce console.log webov\u00e9ho prohl\u00ed\u017ee\u010de -function.debugSocket = debugSocket - p\u0159ipojen\u00ed sockety k dekompil\u00e1toru +dialog.title=Nahrazen\u00ed vol\u00e1n\u00ed funkce Trace +function.debugAlert=debugAlert - javascriptov\u00e1 funkce alert webov\u00e9ho prohl\u00ed\u017ee\u010de +function.debugConsole=debugConsole - javascriptov\u00e1 funkce console.log webov\u00e9ho prohl\u00ed\u017ee\u010de +function.debugSocket=debugSocket - p\u0159ipojen\u00ed sockety k dekompil\u00e1toru diff --git a/src/com/jpexs/decompiler/flash/gui/locales/ReplaceTraceDialog_es.properties b/src/com/jpexs/decompiler/flash/gui/locales/ReplaceTraceDialog_es.properties index 7f82618e6..1e77e63f3 100644 --- a/src/com/jpexs/decompiler/flash/gui/locales/ReplaceTraceDialog_es.properties +++ b/src/com/jpexs/decompiler/flash/gui/locales/ReplaceTraceDialog_es.properties @@ -12,9 +12,7 @@ # # You should have received a copy of the GNU General Public License # along with this program. If not, see . - -dialog.title = Reemplazar llamadas a funciones de rastreo - -function.debugAlert = debugAlert - alerta de javascript del navegador web -function.debugConsole = debugConsole - console.log de javascript del navegador web -function.debugSocket = debugSocket - conecci\u00f3n de socket hacia el decompilador +dialog.title=Reemplazar llamadas a funciones de rastreo +function.debugAlert=debugAlert - alerta de javascript del navegador web +function.debugConsole=debugConsole - console.log de javascript del navegador web +function.debugSocket=debugSocket - conecci\u00f3n de socket hacia el decompilador diff --git a/src/com/jpexs/decompiler/flash/gui/locales/ReplaceTraceDialog_fr.properties b/src/com/jpexs/decompiler/flash/gui/locales/ReplaceTraceDialog_fr.properties index cc66cf67d..a11984d8d 100644 --- a/src/com/jpexs/decompiler/flash/gui/locales/ReplaceTraceDialog_fr.properties +++ b/src/com/jpexs/decompiler/flash/gui/locales/ReplaceTraceDialog_fr.properties @@ -12,9 +12,7 @@ # # You should have received a copy of the GNU General Public License # along with this program. If not, see . - -dialog.title = Remplacer les appels de fonction Trace - -function.debugAlert = debugAlert - Alerte du navigateur web Javascript -function.debugConsole = debugConsole - Navigateur Web javascript console.log -function.debugSocket = debugSocket - socket de connexion vers le d\u00e9compileur +dialog.title=Remplacer les appels de fonction Trace +function.debugAlert=debugAlert - Alerte du navigateur web Javascript +function.debugConsole=debugConsole - Navigateur Web javascript console.log +function.debugSocket=debugSocket - socket de connexion vers le d\u00e9compileur diff --git a/src/com/jpexs/decompiler/flash/gui/locales/ReplaceTraceDialog_hu.properties b/src/com/jpexs/decompiler/flash/gui/locales/ReplaceTraceDialog_hu.properties index d45e698cb..de9e8b571 100644 --- a/src/com/jpexs/decompiler/flash/gui/locales/ReplaceTraceDialog_hu.properties +++ b/src/com/jpexs/decompiler/flash/gui/locales/ReplaceTraceDialog_hu.properties @@ -12,9 +12,7 @@ # # You should have received a copy of the GNU General Public License # along with this program. If not, see . - -dialog.title = Trace f\u00fcggv\u00e9ny h\u00edv\u00e1sok cser\u00e9je - -function.debugAlert = debugAlert - web b\u00f6ng\u00e9sz\u0151 javascript alert -function.debugConsole = debugConsole - web b\u00f6ng\u00e9sz\u0151 javascript console.log -function.debugSocket = debugSocket - socket kapcsolat a decompilerhez +dialog.title=Trace f\u00fcggv\u00e9ny h\u00edv\u00e1sok cser\u00e9je +function.debugAlert=debugAlert - web b\u00f6ng\u00e9sz\u0151 javascript alert +function.debugConsole=debugConsole - web b\u00f6ng\u00e9sz\u0151 javascript console.log +function.debugSocket=debugSocket - socket kapcsolat a decompilerhez diff --git a/src/com/jpexs/decompiler/flash/gui/locales/ReplaceTraceDialog_it.properties b/src/com/jpexs/decompiler/flash/gui/locales/ReplaceTraceDialog_it.properties index 9251570eb..836bedca0 100644 --- a/src/com/jpexs/decompiler/flash/gui/locales/ReplaceTraceDialog_it.properties +++ b/src/com/jpexs/decompiler/flash/gui/locales/ReplaceTraceDialog_it.properties @@ -12,9 +12,7 @@ # # You should have received a copy of the GNU General Public License # along with this program. If not, see . - -dialog.title = Sostituisci invocazioni della funzione trace - -function.debugAlert = debugAlert - alert Javascript del browser web -function.debugConsole = debugConsole - console.log Javascript del browser web -function.debugSocket = debugSocket - connessione via socket al decompilatore +dialog.title=Sostituisci invocazioni della funzione trace +function.debugAlert=debugAlert - alert Javascript del browser web +function.debugConsole=debugConsole - console.log Javascript del browser web +function.debugSocket=debugSocket - connessione via socket al decompilatore diff --git a/src/com/jpexs/decompiler/flash/gui/locales/ReplaceTraceDialog_ja.properties b/src/com/jpexs/decompiler/flash/gui/locales/ReplaceTraceDialog_ja.properties index 4633b474a..dd745e8b1 100644 --- a/src/com/jpexs/decompiler/flash/gui/locales/ReplaceTraceDialog_ja.properties +++ b/src/com/jpexs/decompiler/flash/gui/locales/ReplaceTraceDialog_ja.properties @@ -12,9 +12,7 @@ # # You should have received a copy of the GNU General Public License # along with this program. If not, see . - -dialog.title = trace \u95a2\u6570\u306e\u547c\u3073\u51fa\u3057\u3092\u7f6e\u304d\u63db\u3048\u308b - -function.debugAlert = debugAlert - Web \u30d6\u30e9\u30a6\u30b6\u7528\u306e JavaScript alert -function.debugConsole = debugConsole - Web \u30d6\u30e9\u30a6\u30b6\u7528\u306e JavaScript console.log -function.debugSocket = debugSocket - \u9006\u30b3\u30f3\u30d1\u30a4\u30e9\u3078\u306e\u30bd\u30b1\u30c3\u30c8\u63a5\u7d9a +dialog.title=trace \u95a2\u6570\u306e\u547c\u3073\u51fa\u3057\u3092\u7f6e\u304d\u63db\u3048\u308b +function.debugAlert=debugAlert - Web \u30d6\u30e9\u30a6\u30b6\u7528\u306e JavaScript alert +function.debugConsole=debugConsole - Web \u30d6\u30e9\u30a6\u30b6\u7528\u306e JavaScript console.log +function.debugSocket=debugSocket - \u9006\u30b3\u30f3\u30d1\u30a4\u30e9\u3078\u306e\u30bd\u30b1\u30c3\u30c8\u63a5\u7d9a diff --git a/src/com/jpexs/decompiler/flash/gui/locales/ReplaceTraceDialog_nl.properties b/src/com/jpexs/decompiler/flash/gui/locales/ReplaceTraceDialog_nl.properties index c33c8ef70..da7b98bc7 100644 --- a/src/com/jpexs/decompiler/flash/gui/locales/ReplaceTraceDialog_nl.properties +++ b/src/com/jpexs/decompiler/flash/gui/locales/ReplaceTraceDialog_nl.properties @@ -12,7 +12,7 @@ # # You should have received a copy of the GNU General Public License # along with this program. If not, see . -dialog.title = Vervang Trace-functieaanroepen -function.debugAlert = debugAlert - JavaScript-waarschuwing voor webbrowser -function.debugConsole = debugConsole - webbrowser javascript console.log -function.debugSocket = debugSocket - socketverbinding met de decompiler +dialog.title=Vervang Trace-functieaanroepen +function.debugAlert=debugAlert - JavaScript-waarschuwing voor webbrowser +function.debugConsole=debugConsole - webbrowser javascript console.log +function.debugSocket=debugSocket - socketverbinding met de decompiler diff --git a/src/com/jpexs/decompiler/flash/gui/locales/ReplaceTraceDialog_pt_BR.properties b/src/com/jpexs/decompiler/flash/gui/locales/ReplaceTraceDialog_pt_BR.properties index bd6aa7173..2fe7af798 100644 --- a/src/com/jpexs/decompiler/flash/gui/locales/ReplaceTraceDialog_pt_BR.properties +++ b/src/com/jpexs/decompiler/flash/gui/locales/ReplaceTraceDialog_pt_BR.properties @@ -12,9 +12,7 @@ # # You should have received a copy of the GNU General Public License # along with this program. If not, see . - -dialog.title = Substituir chamadas de fun\u00e7\u00e3o de rastreio - -function.debugAlert = debugAlert - alerta de javascript do navegador da web -function.debugConsole = debugConsole - navegador da web javascript console.log -function.debugSocket = debugSocket - conex\u00e3o de soquete para o descompilador +dialog.title=Substituir chamadas de fun\u00e7\u00e3o de rastreio +function.debugAlert=debugAlert - alerta de javascript do navegador da web +function.debugConsole=debugConsole - navegador da web javascript console.log +function.debugSocket=debugSocket - conex\u00e3o de soquete para o descompilador diff --git a/src/com/jpexs/decompiler/flash/gui/locales/ReplaceTraceDialog_ru.properties b/src/com/jpexs/decompiler/flash/gui/locales/ReplaceTraceDialog_ru.properties index faeed5d83..0ac952bb4 100644 --- a/src/com/jpexs/decompiler/flash/gui/locales/ReplaceTraceDialog_ru.properties +++ b/src/com/jpexs/decompiler/flash/gui/locales/ReplaceTraceDialog_ru.properties @@ -12,9 +12,7 @@ # # You should have received a copy of the GNU General Public License # along with this program. If not, see . - -dialog.title = \u0417\u0430\u043c\u0435\u043d\u0430 \u0432\u044b\u0437\u043e\u0432\u043e\u0432 \u0444\u0443\u043d\u043a\u0446\u0438\u0438 trace - -function.debugAlert = debugAlert - javascript \u043f\u0440\u0435\u0434\u0443\u043f\u0440\u0435\u0436\u0434\u0435\u043d\u0438\u0435 \u0432 web-\u0431\u0440\u0430\u0443\u0437\u0435\u0440\u0435 -function.debugConsole = debugConsole - javascript console.log \u0432 web-\u0431\u0440\u0430\u0443\u0437\u0435\u0440\u0435 -function.debugSocket = debugSocket - \u0441\u043e\u043a\u0435\u0442\u043d\u043e\u0435 \u0441\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u0438\u0435 \u0441 \u0434\u0435\u043a\u043e\u043c\u043f\u0438\u043b\u044f\u0442\u043e\u0440\u043e\u043c +dialog.title=\u0417\u0430\u043c\u0435\u043d\u0430 \u0432\u044b\u0437\u043e\u0432\u043e\u0432 \u0444\u0443\u043d\u043a\u0446\u0438\u0438 trace +function.debugAlert=debugAlert - javascript \u043f\u0440\u0435\u0434\u0443\u043f\u0440\u0435\u0436\u0434\u0435\u043d\u0438\u0435 \u0432 web-\u0431\u0440\u0430\u0443\u0437\u0435\u0440\u0435 +function.debugConsole=debugConsole - javascript console.log \u0432 web-\u0431\u0440\u0430\u0443\u0437\u0435\u0440\u0435 +function.debugSocket=debugSocket - \u0441\u043e\u043a\u0435\u0442\u043d\u043e\u0435 \u0441\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u0438\u0435 \u0441 \u0434\u0435\u043a\u043e\u043c\u043f\u0438\u043b\u044f\u0442\u043e\u0440\u043e\u043c diff --git a/src/com/jpexs/decompiler/flash/gui/locales/ReplaceTraceDialog_sv.properties b/src/com/jpexs/decompiler/flash/gui/locales/ReplaceTraceDialog_sv.properties index 3a2cff73f..071016c64 100644 --- a/src/com/jpexs/decompiler/flash/gui/locales/ReplaceTraceDialog_sv.properties +++ b/src/com/jpexs/decompiler/flash/gui/locales/ReplaceTraceDialog_sv.properties @@ -12,9 +12,7 @@ # # You should have received a copy of the GNU General Public License # along with this program. If not, see . - -dialog.title = Byt Sp\u00e5r funktionsanrop - -function.debugAlert = debugAlert - webbl\u00e4sare javascript larm -function.debugConsole = debugConsole - webbl\u00e4sare javascript console.log -function.debugSocket = debugSocket - socket anslutning till dekompilerare +dialog.title=Byt Sp\u00e5r funktionsanrop +function.debugAlert=debugAlert - webbl\u00e4sare javascript larm +function.debugConsole=debugConsole - webbl\u00e4sare javascript console.log +function.debugSocket=debugSocket - socket anslutning till dekompilerare diff --git a/src/com/jpexs/decompiler/flash/gui/locales/ReplaceTraceDialog_tr.properties b/src/com/jpexs/decompiler/flash/gui/locales/ReplaceTraceDialog_tr.properties index 6e0310f5c..7fc6b3cca 100644 --- a/src/com/jpexs/decompiler/flash/gui/locales/ReplaceTraceDialog_tr.properties +++ b/src/com/jpexs/decompiler/flash/gui/locales/ReplaceTraceDialog_tr.properties @@ -12,11 +12,7 @@ # # You should have received a copy of the GNU General Public License # along with this program. If not, see . - - -dialog.title = \u0130zleme i\u015flevi \u00e7a\u011fr\u0131lar\u0131n\u0131 de\u011fi\u015ftir - - -function.debugAlert = debugAlert - web taray\u0131c\u0131s\u0131 javascript uyar\u0131s\u0131 -function.debugConsole = debugConsole - web taray\u0131c\u0131s\u0131 javascript console.log -function.debugSocket = debugSocket - kod ayr\u0131\u015ft\u0131r\u0131c\u0131ya soket ba\u011flant\u0131s\u0131 +dialog.title=\u0130zleme i\u015flevi \u00e7a\u011fr\u0131lar\u0131n\u0131 de\u011fi\u015ftir +function.debugAlert=debugAlert - web taray\u0131c\u0131s\u0131 javascript uyar\u0131s\u0131 +function.debugConsole=debugConsole - web taray\u0131c\u0131s\u0131 javascript console.log +function.debugSocket=debugSocket - kod ayr\u0131\u015ft\u0131r\u0131c\u0131ya soket ba\u011flant\u0131s\u0131 diff --git a/src/com/jpexs/decompiler/flash/gui/locales/ReplaceTraceDialog_zh.properties b/src/com/jpexs/decompiler/flash/gui/locales/ReplaceTraceDialog_zh.properties index 10caa9569..f93e9434e 100644 --- a/src/com/jpexs/decompiler/flash/gui/locales/ReplaceTraceDialog_zh.properties +++ b/src/com/jpexs/decompiler/flash/gui/locales/ReplaceTraceDialog_zh.properties @@ -12,9 +12,7 @@ # # You should have received a copy of the GNU General Public License # along with this program. If not, see . - -dialog.title = \u66ff\u6362trace\u51fd\u6570\u8c03\u7528 - -function.debugAlert = debugAlert - Web\u6d4f\u89c8\u5668 JavaScript\u8b66\u544a -function.debugConsole = debugConsole - Web\u6d4f\u89c8\u5668javascript console.log -function.debugSocket = debugSocket - socket\u8fde\u63a5\u5230\u53cd\u7f16\u8bd1\u5668 +dialog.title=\u66ff\u6362trace\u51fd\u6570\u8c03\u7528 +function.debugAlert=debugAlert - Web\u6d4f\u89c8\u5668 JavaScript\u8b66\u544a +function.debugConsole=debugConsole - Web\u6d4f\u89c8\u5668javascript console.log +function.debugSocket=debugSocket - socket\u8fde\u63a5\u5230\u53cd\u7f16\u8bd1\u5668 diff --git a/src/com/jpexs/decompiler/flash/gui/locales/SearchDialog.properties b/src/com/jpexs/decompiler/flash/gui/locales/SearchDialog.properties index 269e5880a..d2977e752 100644 --- a/src/com/jpexs/decompiler/flash/gui/locales/SearchDialog.properties +++ b/src/com/jpexs/decompiler/flash/gui/locales/SearchDialog.properties @@ -12,31 +12,26 @@ # # You should have received a copy of the GNU General Public License # along with this program. If not, see . -checkbox.ignorecase = Ignore case -checkbox.regexp = Regular expression -button.ok = OK -button.cancel = Cancel -label.searchtext = Search text: -label.replacementtext = Replacement text: +checkbox.ignorecase=Ignore case +checkbox.regexp=Regular expression +button.ok=OK +button.cancel=Cancel +label.searchtext=Search text: +label.replacementtext=Replacement text: #dialog.title = ActionScript search -dialog.title = Text search -dialog.title.replace = Text replace - -error = Error -error.invalidregexp = Invalid pattern - -checkbox.searchText = Search in texts -checkbox.searchAS = Search in AS -checkbox.replaceInParameters = Replace in parameters -checkbox.searchPCode = Search in P-Code - +dialog.title=Text search +dialog.title.replace=Text replace +error=Error +error.invalidregexp=Invalid pattern +checkbox.searchText=Search in texts +checkbox.searchAS=Search in AS +checkbox.replaceInParameters=Replace in parameters +checkbox.searchPCode=Search in P-Code #after 13.0.3 -label.scope = Scope: - -scope.currentFile = Current SWF -scope.selection = Selection (%selection%) -scope.allFiles = All opened SWFs -scope.selection.items = %count% items - +label.scope=Scope: +scope.currentFile=Current SWF +scope.selection=Selection (%selection%) +scope.allFiles=All opened SWFs +scope.selection.items=%count% items #after 16.3.1 -scope.currentFile.abc = Current ABC +scope.currentFile.abc=Current ABC diff --git a/src/com/jpexs/decompiler/flash/gui/locales/SearchDialog_ca.properties b/src/com/jpexs/decompiler/flash/gui/locales/SearchDialog_ca.properties index c9ff95807..92a94b6c9 100644 --- a/src/com/jpexs/decompiler/flash/gui/locales/SearchDialog_ca.properties +++ b/src/com/jpexs/decompiler/flash/gui/locales/SearchDialog_ca.properties @@ -12,20 +12,18 @@ # # You should have received a copy of the GNU General Public License # along with this program. If not, see . -checkbox.ignorecase = Ignora la caixa -checkbox.regexp = Expressi\u00f3 regular -button.ok = B\u00e9 -button.cancel = Cancel\u00b7la -label.searchtext = Text de cerca: -label.replacementtext = Text de substituci\u00f3: +checkbox.ignorecase=Ignora la caixa +checkbox.regexp=Expressi\u00f3 regular +button.ok=B\u00e9 +button.cancel=Cancel\u00b7la +label.searchtext=Text de cerca: +label.replacementtext=Text de substituci\u00f3: #dialog.title = ActionScript search -dialog.title = Cerca de Text -dialog.title.replace = Substituci\u00f3 de text - -error = Error -error.invalidregexp = Patr\u00f3 inv\u00e0lid - -checkbox.searchText = Cerca als texts -checkbox.searchAS = Cerca a AS -checkbox.replaceInParameters = Substitueix-ho als paremetres -checkbox.searchPCode = Cerca a Codi P +dialog.title=Cerca de Text +dialog.title.replace=Substituci\u00f3 de text +error=Error +error.invalidregexp=Patr\u00f3 inv\u00e0lid +checkbox.searchText=Cerca als texts +checkbox.searchAS=Cerca a AS +checkbox.replaceInParameters=Substitueix-ho als paremetres +checkbox.searchPCode=Cerca a Codi P diff --git a/src/com/jpexs/decompiler/flash/gui/locales/SearchDialog_cs.properties b/src/com/jpexs/decompiler/flash/gui/locales/SearchDialog_cs.properties index 1ce038ede..6d174495f 100644 --- a/src/com/jpexs/decompiler/flash/gui/locales/SearchDialog_cs.properties +++ b/src/com/jpexs/decompiler/flash/gui/locales/SearchDialog_cs.properties @@ -12,30 +12,25 @@ # # You should have received a copy of the GNU General Public License # along with this program. If not, see . -checkbox.ignorecase = Nerozli\u0161ovat velikost p\u00edsmen -checkbox.regexp = Regul\u00e1rn\u00ed v\u00fdraz -button.ok = OK -button.cancel = Storno -label.searchtext = Hledat text: -label.replacementtext = Nahradit za: +checkbox.ignorecase=Nerozli\u0161ovat velikost p\u00edsmen +checkbox.regexp=Regul\u00e1rn\u00ed v\u00fdraz +button.ok=OK +button.cancel=Storno +label.searchtext=Hledat text: +label.replacementtext=Nahradit za: #dialog.title = Hledat v ActionScriptu -dialog.title = Hled\u00e1n\u00ed textu -dialog.title.replace = Nahrazen\u00ed textu - -error = Chyba -error.invalidregexp = Neplatn\u00fd regul\u00e1rn\u00ed v\u00fdraz - -checkbox.searchText = Hledat v textech -checkbox.searchAS = Hledat v AS -checkbox.replaceInParameters = Nahradit v parametrech -checkbox.searchPCode = Search v P-k\u00f3du - -label.scope = Rozsah: - -scope.currentFile = Aktu\u00e1ln\u00ed SWF -scope.selection = V\u00fdb\u011br (%selection%) -scope.allFiles = V\u0161echny otev\u0159en\u00e9 SWF -scope.selection.items = %count% polo\u017eek - +dialog.title=Hled\u00e1n\u00ed textu +dialog.title.replace=Nahrazen\u00ed textu +error=Chyba +error.invalidregexp=Neplatn\u00fd regul\u00e1rn\u00ed v\u00fdraz +checkbox.searchText=Hledat v textech +checkbox.searchAS=Hledat v AS +checkbox.replaceInParameters=Nahradit v parametrech +checkbox.searchPCode=Search v P-k\u00f3du +label.scope=Rozsah: +scope.currentFile=Aktu\u00e1ln\u00ed SWF +scope.selection=V\u00fdb\u011br (%selection%) +scope.allFiles=V\u0161echny otev\u0159en\u00e9 SWF +scope.selection.items=%count% polo\u017eek #after 16.3.1 -scope.currentFile.abc = Nyn\u011bj\u0161\u00ed ABC +scope.currentFile.abc=Nyn\u011bj\u0161\u00ed ABC diff --git a/src/com/jpexs/decompiler/flash/gui/locales/SearchDialog_de.properties b/src/com/jpexs/decompiler/flash/gui/locales/SearchDialog_de.properties index 56507b7ed..73f6f16d1 100644 --- a/src/com/jpexs/decompiler/flash/gui/locales/SearchDialog_de.properties +++ b/src/com/jpexs/decompiler/flash/gui/locales/SearchDialog_de.properties @@ -12,12 +12,11 @@ # # You should have received a copy of the GNU General Public License # along with this program. If not, see . -checkbox.ignorecase = Gross/klein ignorieren -checkbox.regexp = Normaler Ausdruck -button.ok = OK -button.cancel = Abbrechen -label.searchtext = Text suchen: +checkbox.ignorecase=Gross/klein ignorieren +checkbox.regexp=Normaler Ausdruck +button.ok=OK +button.cancel=Abbrechen +label.searchtext=Text suchen: #dialog.title = ActionScript suchen - -error = Fehler -error.invalidregexp = Ung\u00fcltiges Muster +error=Fehler +error.invalidregexp=Ung\u00fcltiges Muster diff --git a/src/com/jpexs/decompiler/flash/gui/locales/SearchDialog_es.properties b/src/com/jpexs/decompiler/flash/gui/locales/SearchDialog_es.properties index 2272d462d..148d66268 100644 --- a/src/com/jpexs/decompiler/flash/gui/locales/SearchDialog_es.properties +++ b/src/com/jpexs/decompiler/flash/gui/locales/SearchDialog_es.properties @@ -12,19 +12,17 @@ # # You should have received a copy of the GNU General Public License # along with this program. If not, see . -checkbox.ignorecase = Ignorar el case -checkbox.regexp = Expresi\u00f3n regular -button.ok = OK -button.cancel = Cancelar -label.searchtext = Buscar texto: -label.replacementtext = Texto de reemplazo: +checkbox.ignorecase=Ignorar el case +checkbox.regexp=Expresi\u00f3n regular +button.ok=OK +button.cancel=Cancelar +label.searchtext=Buscar texto: +label.replacementtext=Texto de reemplazo: #dialog.title = B\u00fasqueda de ActionScript -dialog.title = B\u00fasqueda de texto -dialog.title.replace = Reemplazar texto - -error = Error -error.invalidregexp = Patr\u00f3n inv\u00e1lido - -checkbox.searchText = Buscar en textos -checkbox.searchAS = Buscar en AS -checkbox.replaceInParameters = Reemplazar en par\u00e1metros +dialog.title=B\u00fasqueda de texto +dialog.title.replace=Reemplazar texto +error=Error +error.invalidregexp=Patr\u00f3n inv\u00e1lido +checkbox.searchText=Buscar en textos +checkbox.searchAS=Buscar en AS +checkbox.replaceInParameters=Reemplazar en par\u00e1metros diff --git a/src/com/jpexs/decompiler/flash/gui/locales/SearchDialog_fr.properties b/src/com/jpexs/decompiler/flash/gui/locales/SearchDialog_fr.properties index 6f109cfa1..4558af72f 100644 --- a/src/com/jpexs/decompiler/flash/gui/locales/SearchDialog_fr.properties +++ b/src/com/jpexs/decompiler/flash/gui/locales/SearchDialog_fr.properties @@ -12,19 +12,17 @@ # # You should have received a copy of the GNU General Public License # along with this program. If not, see . -checkbox.ignorecase = Ignorer la casse -checkbox.regexp = Mot entier -button.ok = OK -button.cancel = Annuler -label.searchtext = Rechercher le texte : -label.replacementtext = Texte de remplacement : +checkbox.ignorecase=Ignorer la casse +checkbox.regexp=Mot entier +button.ok=OK +button.cancel=Annuler +label.searchtext=Rechercher le texte : +label.replacementtext=Texte de remplacement : #dialog.title = Rechercher dans ActionScript -dialog.title = Recherche de texte -dialog.title.replace = Remplacer le texte - -error = Erreur -error.invalidregexp = Mod\u00e8le invalide - -checkbox.searchText = Recherche dans les textes -checkbox.searchAS = Recherche dans le code AS -checkbox.replaceInParameters = Remplacer dans les param\u00e8tres +dialog.title=Recherche de texte +dialog.title.replace=Remplacer le texte +error=Erreur +error.invalidregexp=Mod\u00e8le invalide +checkbox.searchText=Recherche dans les textes +checkbox.searchAS=Recherche dans le code AS +checkbox.replaceInParameters=Remplacer dans les param\u00e8tres diff --git a/src/com/jpexs/decompiler/flash/gui/locales/SearchDialog_hu.properties b/src/com/jpexs/decompiler/flash/gui/locales/SearchDialog_hu.properties index d4b7df049..db9441be6 100644 --- a/src/com/jpexs/decompiler/flash/gui/locales/SearchDialog_hu.properties +++ b/src/com/jpexs/decompiler/flash/gui/locales/SearchDialog_hu.properties @@ -12,19 +12,17 @@ # # You should have received a copy of the GNU General Public License # along with this program. If not, see . -checkbox.ignorecase = Kis- \u00e9s nagybet\u0171k megk\u00fcl\u00f6nb\u00f6ztet\u00e9s\u00e9nek mell\u0151z\u00e9se -checkbox.regexp = Regul\u00e1ris kifejez\u00e9s -button.ok = OK -button.cancel = M\u00e9gse -label.searchtext = Keresett sz\u00f6veg: -label.replacementtext = Csere sz\u00f6veg: +checkbox.ignorecase=Kis- \u00e9s nagybet\u0171k megk\u00fcl\u00f6nb\u00f6ztet\u00e9s\u00e9nek mell\u0151z\u00e9se +checkbox.regexp=Regul\u00e1ris kifejez\u00e9s +button.ok=OK +button.cancel=M\u00e9gse +label.searchtext=Keresett sz\u00f6veg: +label.replacementtext=Csere sz\u00f6veg: #dialog.title = ActionScript keres\u00e9s -dialog.title = Sz\u00f6veg keres\u00e9s -dialog.title.replace = Sz\u00f6veg csere - -error = Hiba -error.invalidregexp = \u00c9rv\u00e9nytelen minta - -checkbox.searchText = Keres\u00e9s a sz\u00f6vegek k\u00f6z\u00f6tt -checkbox.searchAS = Keres\u00e9s az ActionScriptekben -checkbox.replaceInParameters = Param\u00e9retekben is cser\u00e9l +dialog.title=Sz\u00f6veg keres\u00e9s +dialog.title.replace=Sz\u00f6veg csere +error=Hiba +error.invalidregexp=\u00c9rv\u00e9nytelen minta +checkbox.searchText=Keres\u00e9s a sz\u00f6vegek k\u00f6z\u00f6tt +checkbox.searchAS=Keres\u00e9s az ActionScriptekben +checkbox.replaceInParameters=Param\u00e9retekben is cser\u00e9l diff --git a/src/com/jpexs/decompiler/flash/gui/locales/SearchDialog_it.properties b/src/com/jpexs/decompiler/flash/gui/locales/SearchDialog_it.properties index 59890bce2..e37d87ebc 100644 --- a/src/com/jpexs/decompiler/flash/gui/locales/SearchDialog_it.properties +++ b/src/com/jpexs/decompiler/flash/gui/locales/SearchDialog_it.properties @@ -12,19 +12,17 @@ # # You should have received a copy of the GNU General Public License # along with this program. If not, see . -checkbox.ignorecase = Ignora maiuscole/minuscole -checkbox.regexp = Espressione regolare -button.ok = OK -button.cancel = Annulla -label.searchtext = Testo da cercare: -label.replacementtext = Sostituisci con: +checkbox.ignorecase=Ignora maiuscole/minuscole +checkbox.regexp=Espressione regolare +button.ok=OK +button.cancel=Annulla +label.searchtext=Testo da cercare: +label.replacementtext=Sostituisci con: #dialog.title = Trova ActionScript -dialog.title = Trova testo -dialog.title.replace = Trova e sostituisci testo - -error = Errore -error.invalidregexp = Espressione non valida - -checkbox.searchText = Cerca testo -checkbox.searchAS = Cerca ActionScript -checkbox.replaceInParameters = Sostituisci nei parametri +dialog.title=Trova testo +dialog.title.replace=Trova e sostituisci testo +error=Errore +error.invalidregexp=Espressione non valida +checkbox.searchText=Cerca testo +checkbox.searchAS=Cerca ActionScript +checkbox.replaceInParameters=Sostituisci nei parametri diff --git a/src/com/jpexs/decompiler/flash/gui/locales/SearchDialog_ja.properties b/src/com/jpexs/decompiler/flash/gui/locales/SearchDialog_ja.properties index a8dbd6c70..68eb7a3bd 100644 --- a/src/com/jpexs/decompiler/flash/gui/locales/SearchDialog_ja.properties +++ b/src/com/jpexs/decompiler/flash/gui/locales/SearchDialog_ja.properties @@ -12,27 +12,23 @@ # # You should have received a copy of the GNU General Public License # along with this program. If not, see . -checkbox.ignorecase = \u5927\u6587\u5b57\u3068\u5c0f\u6587\u5b57\u3092\u533a\u5225\u3057\u306a\u3044 -checkbox.regexp = \u6b63\u898f\u8868\u73fe -button.ok = OK -button.cancel = \u30ad\u30e3\u30f3\u30bb\u30eb -label.searchtext = \u691c\u7d22\u6587\u5b57\u5217: -label.replacementtext = \u7f6e\u63db\u6587\u5b57\u5217: +checkbox.ignorecase=\u5927\u6587\u5b57\u3068\u5c0f\u6587\u5b57\u3092\u533a\u5225\u3057\u306a\u3044 +checkbox.regexp=\u6b63\u898f\u8868\u73fe +button.ok=OK +button.cancel=\u30ad\u30e3\u30f3\u30bb\u30eb +label.searchtext=\u691c\u7d22\u6587\u5b57\u5217: +label.replacementtext=\u7f6e\u63db\u6587\u5b57\u5217: #dialog.title = ActionScript search -dialog.title = \u6587\u5b57\u5217\u306e\u691c\u7d22 -dialog.title.replace = \u6587\u5b57\u5217\u306e\u7f6e\u63db - -error = \u30a8\u30e9\u30fc -error.invalidregexp = \u7121\u52b9\u306a\u30d1\u30bf\u30fc\u30f3 - -checkbox.searchText = \u30c6\u30ad\u30b9\u30c8\u5185\u3092\u691c\u7d22 -checkbox.searchAS = AS \u5185\u3092\u691c\u7d22 -checkbox.replaceInParameters = \u30d1\u30e9\u30e1\u30fc\u30bf\u3092\u7f6e\u63db -checkbox.searchPCode = P-code \u5185\u3092\u691c\u7d22 - -label.scope = \u7bc4\u56f2: - -scope.currentFile = \u73fe\u5728\u306e SWF -scope.selection = \u9078\u629e\u4e2d\u306e (%selection%) -scope.allFiles = \u958b\u3044\u3066\u3044\u308b\u3059\u3079\u3066\u306e SWF -scope.selection.items = %count% \u9805\u76ee +dialog.title=\u6587\u5b57\u5217\u306e\u691c\u7d22 +dialog.title.replace=\u6587\u5b57\u5217\u306e\u7f6e\u63db +error=\u30a8\u30e9\u30fc +error.invalidregexp=\u7121\u52b9\u306a\u30d1\u30bf\u30fc\u30f3 +checkbox.searchText=\u30c6\u30ad\u30b9\u30c8\u5185\u3092\u691c\u7d22 +checkbox.searchAS=AS \u5185\u3092\u691c\u7d22 +checkbox.replaceInParameters=\u30d1\u30e9\u30e1\u30fc\u30bf\u3092\u7f6e\u63db +checkbox.searchPCode=P-code \u5185\u3092\u691c\u7d22 +label.scope=\u7bc4\u56f2: +scope.currentFile=\u73fe\u5728\u306e SWF +scope.selection=\u9078\u629e\u4e2d\u306e (%selection%) +scope.allFiles=\u958b\u3044\u3066\u3044\u308b\u3059\u3079\u3066\u306e SWF +scope.selection.items=%count% \u9805\u76ee diff --git a/src/com/jpexs/decompiler/flash/gui/locales/SearchDialog_nl.properties b/src/com/jpexs/decompiler/flash/gui/locales/SearchDialog_nl.properties index 63d8096f8..a49887482 100644 --- a/src/com/jpexs/decompiler/flash/gui/locales/SearchDialog_nl.properties +++ b/src/com/jpexs/decompiler/flash/gui/locales/SearchDialog_nl.properties @@ -12,28 +12,26 @@ # # You should have received a copy of the GNU General Public License # along with this program. If not, see . -checkbox.ignorecase = Hoofdletterongevoelig -checkbox.regexp = Reguliere expressie -button.ok = OK -button.cancel = Annuleren -label.searchtext = Tekst zoeken: -label.replacementtext = Vervangende tekst: +checkbox.ignorecase=Hoofdletterongevoelig +checkbox.regexp=Reguliere expressie +button.ok=OK +button.cancel=Annuleren +label.searchtext=Tekst zoeken: +label.replacementtext=Vervangende tekst: #dialog.title = ActionScript search -dialog.title = Tekst zoeken -dialog.title.replace = Tekst vervangen - -error = Fout -error.invalidregexp = Ongeldig patroon - -checkbox.searchText = Zoeken in teksten -checkbox.searchAS = Zoeken in ActionScript -checkbox.replaceInParameters = Vervang in parameters -checkbox.searchPCode = Zoek in P-code +dialog.title=Tekst zoeken +dialog.title.replace=Tekst vervangen +error=Fout +error.invalidregexp=Ongeldig patroon +checkbox.searchText=Zoeken in teksten +checkbox.searchAS=Zoeken in ActionScript +checkbox.replaceInParameters=Vervang in parameters +checkbox.searchPCode=Zoek in P-code #after 13.0.3 -label.scope = Reikwijdte: -scope.currentFile = Huidige \u200b\u200bSWF -scope.selection = Selectie (%selection%) -scope.allFiles = Alle geopende SWF's -scope.selection.items = %count% items +label.scope=Reikwijdte: +scope.currentFile=Huidige \u200b\u200bSWF +scope.selection=Selectie (%selection%) +scope.allFiles=Alle geopende SWF's +scope.selection.items=%count% items #after 16.3.1 -scope.currentFile.abc = Huidige ABC +scope.currentFile.abc=Huidige ABC diff --git a/src/com/jpexs/decompiler/flash/gui/locales/SearchDialog_pl.properties b/src/com/jpexs/decompiler/flash/gui/locales/SearchDialog_pl.properties index af0b1079d..e5224b812 100644 --- a/src/com/jpexs/decompiler/flash/gui/locales/SearchDialog_pl.properties +++ b/src/com/jpexs/decompiler/flash/gui/locales/SearchDialog_pl.properties @@ -12,16 +12,14 @@ # # You should have received a copy of the GNU General Public License # along with this program. If not, see . -checkbox.ignorecase = Ignoruj wielko\u015b\u0107 znak\u00f3w -checkbox.regexp = Regularne wyra\u017cenie -button.ok = OK -button.cancel = Anuluj -label.searchtext = Znajd\u017a tekst: +checkbox.ignorecase=Ignoruj wielko\u015b\u0107 znak\u00f3w +checkbox.regexp=Regularne wyra\u017cenie +button.ok=OK +button.cancel=Anuluj +label.searchtext=Znajd\u017a tekst: #dialog.title = ActionScript search -dialog.title = Znajd\u017a tekst - -error = B\u0142\u0105d -error.invalidregexp = Nieprawid\u0142owy wz\u00f3r - -checkbox.searchText = Szukaj w tekstach -checkbox.searchAS = Szukaj w AS +dialog.title=Znajd\u017a tekst +error=B\u0142\u0105d +error.invalidregexp=Nieprawid\u0142owy wz\u00f3r +checkbox.searchText=Szukaj w tekstach +checkbox.searchAS=Szukaj w AS diff --git a/src/com/jpexs/decompiler/flash/gui/locales/SearchDialog_pt.properties b/src/com/jpexs/decompiler/flash/gui/locales/SearchDialog_pt.properties index bdcf37ed6..ac47531b6 100644 --- a/src/com/jpexs/decompiler/flash/gui/locales/SearchDialog_pt.properties +++ b/src/com/jpexs/decompiler/flash/gui/locales/SearchDialog_pt.properties @@ -12,12 +12,11 @@ # # You should have received a copy of the GNU General Public License # along with this program. If not, see . -checkbox.ignorecase = Ignorar este caso -checkbox.regexp = Express\u00f5es regulares -button.ok = OK -button.cancel = Cancelar -label.searchtext = Procurar texto: +checkbox.ignorecase=Ignorar este caso +checkbox.regexp=Express\u00f5es regulares +button.ok=OK +button.cancel=Cancelar +label.searchtext=Procurar texto: #dialog.title = Procurar ActionScript - -error = Erro -error.invalidregexp = Padr\u00e3o invalido +error=Erro +error.invalidregexp=Padr\u00e3o invalido diff --git a/src/com/jpexs/decompiler/flash/gui/locales/SearchDialog_pt_BR.properties b/src/com/jpexs/decompiler/flash/gui/locales/SearchDialog_pt_BR.properties index ffdaab28b..1b5de4ddb 100644 --- a/src/com/jpexs/decompiler/flash/gui/locales/SearchDialog_pt_BR.properties +++ b/src/com/jpexs/decompiler/flash/gui/locales/SearchDialog_pt_BR.properties @@ -12,30 +12,26 @@ # # You should have received a copy of the GNU General Public License # along with this program. If not, see . -checkbox.ignorecase = Ignorar mai\u00fasculas e min\u00fasculas -checkbox.regexp = Express\u00e3o regular -button.ok = OK -button.cancel = Cancelar -label.searchtext = Texto de pesquisa: -label.replacementtext = Texto de substitui\u00e7\u00e3o: +checkbox.ignorecase=Ignorar mai\u00fasculas e min\u00fasculas +checkbox.regexp=Express\u00e3o regular +button.ok=OK +button.cancel=Cancelar +label.searchtext=Texto de pesquisa: +label.replacementtext=Texto de substitui\u00e7\u00e3o: #dialog.title = ActionScript search -dialog.title = Pesquisa de texto -dialog.title.replace = Substitui\u00e7\u00e3o de texto - -error = Erro -error.invalidregexp = Padr\u00e3o inv\u00e1lido - -checkbox.searchText = Pesquisar nos textos -checkbox.searchAS = Pesquisar no AS -checkbox.replaceInParameters = Substituir nos par\u00e2metros -checkbox.searchPCode = Pesquisar no P-Code - +dialog.title=Pesquisa de texto +dialog.title.replace=Substitui\u00e7\u00e3o de texto +error=Erro +error.invalidregexp=Padr\u00e3o inv\u00e1lido +checkbox.searchText=Pesquisar nos textos +checkbox.searchAS=Pesquisar no AS +checkbox.replaceInParameters=Substituir nos par\u00e2metros +checkbox.searchPCode=Pesquisar no P-Code #after 13.0.3 -label.scope = Escopo: - -scope.currentFile = SWF atual -scope.selection = Sele\u00e7\u00e3o (%selection%) -scope.allFiles = Todos os SWFs abertos -scope.selection.items = %count% itens +label.scope=Escopo: +scope.currentFile=SWF atual +scope.selection=Sele\u00e7\u00e3o (%selection%) +scope.allFiles=Todos os SWFs abertos +scope.selection.items=%count% itens #after 16.3.1 -scope.currentFile.abc = ABC atual +scope.currentFile.abc=ABC atual diff --git a/src/com/jpexs/decompiler/flash/gui/locales/SearchDialog_ru.properties b/src/com/jpexs/decompiler/flash/gui/locales/SearchDialog_ru.properties index 32f986397..7c35c8f80 100644 --- a/src/com/jpexs/decompiler/flash/gui/locales/SearchDialog_ru.properties +++ b/src/com/jpexs/decompiler/flash/gui/locales/SearchDialog_ru.properties @@ -12,19 +12,17 @@ # # You should have received a copy of the GNU General Public License # along with this program. If not, see . -checkbox.ignorecase = \u0418\u0433\u043d\u043e\u0440\u0438\u0440\u043e\u0432\u0430\u0442\u044c \u0440\u0435\u0433\u0438\u0441\u0442\u0440 -checkbox.regexp = \u0420\u0435\u0433\u0443\u043b\u044f\u0440\u043d\u043e\u0435 \u0432\u044b\u0440\u0430\u0436\u0435\u043d\u0438\u0435 -button.ok = OK -button.cancel = \u041e\u0442\u043c\u0435\u043d\u0430 -label.searchtext = \u0418\u0441\u043a\u0430\u0442\u044c \u0442\u0435\u043a\u0441\u0442: -label.replacementtext = \u0422\u0435\u043a\u0441\u0442 \u0437\u0430\u043c\u0435\u043d\u044b: +checkbox.ignorecase=\u0418\u0433\u043d\u043e\u0440\u0438\u0440\u043e\u0432\u0430\u0442\u044c \u0440\u0435\u0433\u0438\u0441\u0442\u0440 +checkbox.regexp=\u0420\u0435\u0433\u0443\u043b\u044f\u0440\u043d\u043e\u0435 \u0432\u044b\u0440\u0430\u0436\u0435\u043d\u0438\u0435 +button.ok=OK +button.cancel=\u041e\u0442\u043c\u0435\u043d\u0430 +label.searchtext=\u0418\u0441\u043a\u0430\u0442\u044c \u0442\u0435\u043a\u0441\u0442: +label.replacementtext=\u0422\u0435\u043a\u0441\u0442 \u0437\u0430\u043c\u0435\u043d\u044b: #dialog.title = \u041f\u043e\u0438\u0441\u043a \u043f\u043e ActionScript -dialog.title = \u041f\u043e\u0438\u0441\u043a \u0442\u0435\u043a\u0441\u0442\u0430 -dialog.title.replace = \u0417\u0430\u043c\u0435\u043d\u0430 \u0442\u0435\u043a\u0441\u0442\u0430 - -error = \u041e\u0448\u0438\u0431\u043a\u0430 -error.invalidregexp = \u041d\u0435\u0432\u0435\u0440\u043d\u043e\u0435 \u0440\u0435\u0433\u0443\u043b\u044f\u0440\u043d\u043e\u0435 \u0432\u044b\u0440\u0430\u0436\u0435\u043d\u0438\u0435 - -checkbox.searchText = \u0418\u0441\u043a\u0430\u0442\u044c \u0432 \u0442\u0435\u043a\u0441\u0442\u0435 -checkbox.searchAS = \u0418\u0441\u043a\u0430\u0442\u044c \u0432 AS -checkbox.replaceInParameters = \u0417\u0430\u043c\u0435\u043d\u044f\u0442\u044c \u0432 \u043f\u0430\u0440\u0430\u043c\u0435\u0442\u0440\u0430\u0445 +dialog.title=\u041f\u043e\u0438\u0441\u043a \u0442\u0435\u043a\u0441\u0442\u0430 +dialog.title.replace=\u0417\u0430\u043c\u0435\u043d\u0430 \u0442\u0435\u043a\u0441\u0442\u0430 +error=\u041e\u0448\u0438\u0431\u043a\u0430 +error.invalidregexp=\u041d\u0435\u0432\u0435\u0440\u043d\u043e\u0435 \u0440\u0435\u0433\u0443\u043b\u044f\u0440\u043d\u043e\u0435 \u0432\u044b\u0440\u0430\u0436\u0435\u043d\u0438\u0435 +checkbox.searchText=\u0418\u0441\u043a\u0430\u0442\u044c \u0432 \u0442\u0435\u043a\u0441\u0442\u0435 +checkbox.searchAS=\u0418\u0441\u043a\u0430\u0442\u044c \u0432 AS +checkbox.replaceInParameters=\u0417\u0430\u043c\u0435\u043d\u044f\u0442\u044c \u0432 \u043f\u0430\u0440\u0430\u043c\u0435\u0442\u0440\u0430\u0445 diff --git a/src/com/jpexs/decompiler/flash/gui/locales/SearchDialog_sv.properties b/src/com/jpexs/decompiler/flash/gui/locales/SearchDialog_sv.properties index 0017c7f95..ec33bfa72 100644 --- a/src/com/jpexs/decompiler/flash/gui/locales/SearchDialog_sv.properties +++ b/src/com/jpexs/decompiler/flash/gui/locales/SearchDialog_sv.properties @@ -12,27 +12,23 @@ # # You should have received a copy of the GNU General Public License # along with this program. If not, see . -checkbox.ignorecase = ignorera stora/sm\u00e5 bokst\u00e4ver -checkbox.regexp = Regular expression -button.ok = Godk\u00e4nn -button.cancel = Avbryt -label.searchtext = S\u00f6k text: -label.replacementtext = Ers\u00e4tt text: +checkbox.ignorecase=ignorera stora/sm\u00e5 bokst\u00e4ver +checkbox.regexp=Regular expression +button.ok=Godk\u00e4nn +button.cancel=Avbryt +label.searchtext=S\u00f6k text: +label.replacementtext=Ers\u00e4tt text: #dialog.title = ActionSkript s\u00f6kning -dialog.title = Text S\u00f6kning -dialog.title.replace = Byt text - -error = Fel -error.invalidregexp = Ogiltigt m\u00f6nster - -checkbox.searchText = S\u00f6k i texter -checkbox.searchAS = s\u00f6k i AS -checkbox.replaceInParameters = Byt i parametrar -checkbox.searchPCode = S\u00f6k i P-kod - -label.scope = Omfattning: - -scope.currentFile = Nuvarande SWF -scope.selection = Vald (%selection%) -scope.allFiles = Alla \u00f6ppnade SWFs -scope.selection.items = %count% f\u00f6rem\u00e5l +dialog.title=Text S\u00f6kning +dialog.title.replace=Byt text +error=Fel +error.invalidregexp=Ogiltigt m\u00f6nster +checkbox.searchText=S\u00f6k i texter +checkbox.searchAS=s\u00f6k i AS +checkbox.replaceInParameters=Byt i parametrar +checkbox.searchPCode=S\u00f6k i P-kod +label.scope=Omfattning: +scope.currentFile=Nuvarande SWF +scope.selection=Vald (%selection%) +scope.allFiles=Alla \u00f6ppnade SWFs +scope.selection.items=%count% f\u00f6rem\u00e5l diff --git a/src/com/jpexs/decompiler/flash/gui/locales/SearchDialog_tr.properties b/src/com/jpexs/decompiler/flash/gui/locales/SearchDialog_tr.properties index 8c4662499..742090626 100644 --- a/src/com/jpexs/decompiler/flash/gui/locales/SearchDialog_tr.properties +++ b/src/com/jpexs/decompiler/flash/gui/locales/SearchDialog_tr.properties @@ -12,32 +12,26 @@ # # You should have received a copy of the GNU General Public License # along with this program. If not, see . - -checkbox.ignorecase = Yoksayma durumu -checkbox.regexp = D\u00fczenli ifade -button.ok = TAMAM -button.cancel = \u0130ptal -label.searchtext = Arama metni: -label.replacementtext = De\u011fi\u015ftirme metni: +checkbox.ignorecase=Yoksayma durumu +checkbox.regexp=D\u00fczenli ifade +button.ok=TAMAM +button.cancel=\u0130ptal +label.searchtext=Arama metni: +label.replacementtext=De\u011fi\u015ftirme metni: #dialog.title = ActionScript search - -dialog.title = Metin ara -dialog.title.replace = Metin de\u011fi\u015ftir - - -error = Hata -error.invalidregexp = Ge\u00e7ersiz kal\u0131p - - -checkbox.searchText = Metinlerde ara -checkbox.searchAS = AS i\u00e7inde ara -checkbox.replaceInParameters = Parametrelerde de\u011fi\u015ftir -checkbox.searchPCode = P Kodunda ara +dialog.title=Metin ara +dialog.title.replace=Metin de\u011fi\u015ftir +error=Hata +error.invalidregexp=Ge\u00e7ersiz kal\u0131p +checkbox.searchText=Metinlerde ara +checkbox.searchAS=AS i\u00e7inde ara +checkbox.replaceInParameters=Parametrelerde de\u011fi\u015ftir +checkbox.searchPCode=P Kodunda ara #after 13.0.3 -label.scope = Kapsam: -scope.currentFile = Ge\u00e7erli SWF -scope.selection = Se\u00e7im (%selection%) -scope.allFiles = A\u00e7\u0131lan t\u00fcm SWF'ler -scope.selection.items = %count% \u00f6\u011fe +label.scope=Kapsam: +scope.currentFile=Ge\u00e7erli SWF +scope.selection=Se\u00e7im (%selection%) +scope.allFiles=A\u00e7\u0131lan t\u00fcm SWF'ler +scope.selection.items=%count% \u00f6\u011fe #after 16.3.1 -scope.currentFile.abc = Ge\u00e7erli ABC +scope.currentFile.abc=Ge\u00e7erli ABC diff --git a/src/com/jpexs/decompiler/flash/gui/locales/SearchDialog_uk.properties b/src/com/jpexs/decompiler/flash/gui/locales/SearchDialog_uk.properties index a3b97d343..455c3d627 100644 --- a/src/com/jpexs/decompiler/flash/gui/locales/SearchDialog_uk.properties +++ b/src/com/jpexs/decompiler/flash/gui/locales/SearchDialog_uk.properties @@ -12,16 +12,14 @@ # # You should have received a copy of the GNU General Public License # along with this program. If not, see . -checkbox.ignorecase = \u0406\u0433\u043d\u043e\u0440\u0443\u0432\u0430\u0442\u0438 \u0440\u0435\u0433\u0456\u0441\u0442\u0440 -checkbox.regexp = \u0420\u0435\u0433\u0443\u043b\u044f\u0440\u043d\u0438\u0439 \u0432\u0438\u0440\u0430\u0437 -button.ok = \u0413\u0430\u0440\u0430\u0437\u0434 -button.cancel = \u0421\u043a\u0430\u0441\u0443\u0432\u0430\u0442\u0438 -label.searchtext = \u0428\u0443\u043a\u0430\u0442\u0438 \u0442\u0435\u043a\u0441\u0442: +checkbox.ignorecase=\u0406\u0433\u043d\u043e\u0440\u0443\u0432\u0430\u0442\u0438 \u0440\u0435\u0433\u0456\u0441\u0442\u0440 +checkbox.regexp=\u0420\u0435\u0433\u0443\u043b\u044f\u0440\u043d\u0438\u0439 \u0432\u0438\u0440\u0430\u0437 +button.ok=\u0413\u0430\u0440\u0430\u0437\u0434 +button.cancel=\u0421\u043a\u0430\u0441\u0443\u0432\u0430\u0442\u0438 +label.searchtext=\u0428\u0443\u043a\u0430\u0442\u0438 \u0442\u0435\u043a\u0441\u0442: #dialog.title = \u041f\u043e\u0448\u0443\u043a \u043f\u043e ActionScript -dialog.title = \u041f\u043e\u0448\u0443\u043a \u0442\u0435\u043a\u0441\u0442\u0443 - -error = \u041f\u043e\u043c\u0438\u043b\u043a\u0430 -error.invalidregexp = \u041d\u0435\u0432\u0456\u0440\u043d\u0438\u0439 \u0440\u0435\u0433\u0443\u043b\u044f\u0440\u043d\u0438\u0439 \u0432\u0438\u0440\u0430\u0437 - -checkbox.searchText = \u0428\u0443\u043a\u0430\u0442\u0438 \u0432 \u0442\u0435\u043a\u0441\u0442\u0430\u0445 -checkbox.searchAS = \u0428\u0443\u043a\u0430\u0442\u0438 \u0432 ActionScript +dialog.title=\u041f\u043e\u0448\u0443\u043a \u0442\u0435\u043a\u0441\u0442\u0443 +error=\u041f\u043e\u043c\u0438\u043b\u043a\u0430 +error.invalidregexp=\u041d\u0435\u0432\u0456\u0440\u043d\u0438\u0439 \u0440\u0435\u0433\u0443\u043b\u044f\u0440\u043d\u0438\u0439 \u0432\u0438\u0440\u0430\u0437 +checkbox.searchText=\u0428\u0443\u043a\u0430\u0442\u0438 \u0432 \u0442\u0435\u043a\u0441\u0442\u0430\u0445 +checkbox.searchAS=\u0428\u0443\u043a\u0430\u0442\u0438 \u0432 ActionScript diff --git a/src/com/jpexs/decompiler/flash/gui/locales/SearchDialog_zh.properties b/src/com/jpexs/decompiler/flash/gui/locales/SearchDialog_zh.properties index 1f34dd357..5343ffe4d 100644 --- a/src/com/jpexs/decompiler/flash/gui/locales/SearchDialog_zh.properties +++ b/src/com/jpexs/decompiler/flash/gui/locales/SearchDialog_zh.properties @@ -12,30 +12,26 @@ # # You should have received a copy of the GNU General Public License # along with this program. If not, see . -checkbox.ignorecase = \u5ffd\u7565\u5927\u5c0f\u5199 -checkbox.regexp = \u6b63\u5219\u8868\u8fbe\u5f0f -button.ok = \u786e\u5b9a -button.cancel = \u53d6\u6d88 -label.searchtext = \u641c\u7d22\u6587\u672c: -label.replacementtext = \u66ff\u6362\u6587\u672c +checkbox.ignorecase=\u5ffd\u7565\u5927\u5c0f\u5199 +checkbox.regexp=\u6b63\u5219\u8868\u8fbe\u5f0f +button.ok=\u786e\u5b9a +button.cancel=\u53d6\u6d88 +label.searchtext=\u641c\u7d22\u6587\u672c: +label.replacementtext=\u66ff\u6362\u6587\u672c #dialog.title = ActionScript search -dialog.title = \u6587\u672c\u641c\u7d22 -dialog.title.replace = \u6587\u672c\u66ff\u6362 - -error = \u9519\u8bef -error.invalidregexp = \u65e0\u6548\u7684\u8868\u8fbe\u5f0f - -checkbox.searchText = \u5728\u6587\u672c\u4e2d\u641c\u7d22 -checkbox.searchAS = \u5728AS\u4e2d\u641c\u7d22 -checkbox.replaceInParameters = \u66ff\u6362\u53c2\u6570 -checkbox.searchPCode = \u5728P-Code\u4e2d\u641c\u7d22 - +dialog.title=\u6587\u672c\u641c\u7d22 +dialog.title.replace=\u6587\u672c\u66ff\u6362 +error=\u9519\u8bef +error.invalidregexp=\u65e0\u6548\u7684\u8868\u8fbe\u5f0f +checkbox.searchText=\u5728\u6587\u672c\u4e2d\u641c\u7d22 +checkbox.searchAS=\u5728AS\u4e2d\u641c\u7d22 +checkbox.replaceInParameters=\u66ff\u6362\u53c2\u6570 +checkbox.searchPCode=\u5728P-Code\u4e2d\u641c\u7d22 #after 13.0.3 -label.scope = \u8303\u56f4: - -scope.currentFile = \u5f53\u524dSWF -scope.selection = \u9009\u4e2d(%selection%) -scope.allFiles = \u6240\u6709\u6253\u5f00\u7684SWF -scope.selection.items = %count%\u9879 +label.scope=\u8303\u56f4: +scope.currentFile=\u5f53\u524dSWF +scope.selection=\u9009\u4e2d(%selection%) +scope.allFiles=\u6240\u6709\u6253\u5f00\u7684SWF +scope.selection.items=%count%\u9879 #after 16.3.1 -scope.currentFile.abc = \u5f53\u524dABC +scope.currentFile.abc=\u5f53\u524dABC diff --git a/src/com/jpexs/decompiler/flash/gui/locales/SearchResultsDialog.properties b/src/com/jpexs/decompiler/flash/gui/locales/SearchResultsDialog.properties index 48df915fd..34d8efd8f 100644 --- a/src/com/jpexs/decompiler/flash/gui/locales/SearchResultsDialog.properties +++ b/src/com/jpexs/decompiler/flash/gui/locales/SearchResultsDialog.properties @@ -12,7 +12,6 @@ # # You should have received a copy of the GNU General Public License # along with this program. If not, see . - -button.goto = Go to -button.close = Close -dialog.title = Search results: %text% +button.goto=Go to +button.close=Close +dialog.title=Search results: %text% diff --git a/src/com/jpexs/decompiler/flash/gui/locales/SearchResultsDialog_ca.properties b/src/com/jpexs/decompiler/flash/gui/locales/SearchResultsDialog_ca.properties index bc7bc113e..155bf8052 100644 --- a/src/com/jpexs/decompiler/flash/gui/locales/SearchResultsDialog_ca.properties +++ b/src/com/jpexs/decompiler/flash/gui/locales/SearchResultsDialog_ca.properties @@ -12,7 +12,6 @@ # # You should have received a copy of the GNU General Public License # along with this program. If not, see . - -button.goto = Ves a -button.close = Tanca -dialog.title = Resultats de la cerca: %text% +button.goto=Ves a +button.close=Tanca +dialog.title=Resultats de la cerca: %text% diff --git a/src/com/jpexs/decompiler/flash/gui/locales/SearchResultsDialog_cs.properties b/src/com/jpexs/decompiler/flash/gui/locales/SearchResultsDialog_cs.properties index 1cd9fad7c..15e7b05e0 100644 --- a/src/com/jpexs/decompiler/flash/gui/locales/SearchResultsDialog_cs.properties +++ b/src/com/jpexs/decompiler/flash/gui/locales/SearchResultsDialog_cs.properties @@ -12,7 +12,6 @@ # # You should have received a copy of the GNU General Public License # along with this program. If not, see . - -button.goto = P\u0159ej\u00edt na -button.close = Zav\u0159\u00edt -dialog.title = V\u00fdsledky hled\u00e1n\u00ed: %text% +button.goto=P\u0159ej\u00edt na +button.close=Zav\u0159\u00edt +dialog.title=V\u00fdsledky hled\u00e1n\u00ed: %text% diff --git a/src/com/jpexs/decompiler/flash/gui/locales/SearchResultsDialog_es.properties b/src/com/jpexs/decompiler/flash/gui/locales/SearchResultsDialog_es.properties index 5320911dc..6fb606844 100644 --- a/src/com/jpexs/decompiler/flash/gui/locales/SearchResultsDialog_es.properties +++ b/src/com/jpexs/decompiler/flash/gui/locales/SearchResultsDialog_es.properties @@ -12,7 +12,6 @@ # # You should have received a copy of the GNU General Public License # along with this program. If not, see . - -button.goto = Ir a -button.close = Cerrar -dialog.title = Buscar resultados: %text% +button.goto=Ir a +button.close=Cerrar +dialog.title=Buscar resultados: %text% diff --git a/src/com/jpexs/decompiler/flash/gui/locales/SearchResultsDialog_fr.properties b/src/com/jpexs/decompiler/flash/gui/locales/SearchResultsDialog_fr.properties index acfa3da42..fa4f79a11 100644 --- a/src/com/jpexs/decompiler/flash/gui/locales/SearchResultsDialog_fr.properties +++ b/src/com/jpexs/decompiler/flash/gui/locales/SearchResultsDialog_fr.properties @@ -12,7 +12,6 @@ # # You should have received a copy of the GNU General Public License # along with this program. If not, see . - -button.goto = Aller \u00e0 -button.close = Fermer -dialog.title = R\u00e9sultat de la recherche : %text% +button.goto=Aller \u00e0 +button.close=Fermer +dialog.title=R\u00e9sultat de la recherche : %text% diff --git a/src/com/jpexs/decompiler/flash/gui/locales/SearchResultsDialog_hu.properties b/src/com/jpexs/decompiler/flash/gui/locales/SearchResultsDialog_hu.properties index 782343b70..52d6c921d 100644 --- a/src/com/jpexs/decompiler/flash/gui/locales/SearchResultsDialog_hu.properties +++ b/src/com/jpexs/decompiler/flash/gui/locales/SearchResultsDialog_hu.properties @@ -12,7 +12,6 @@ # # You should have received a copy of the GNU General Public License # along with this program. If not, see . - -button.goto = Ugr\u00e1s -button.close = Bez\u00e1r\u00e1s -dialog.title = Keres\u00e9si eredm\u00e9nyek: %text% +button.goto=Ugr\u00e1s +button.close=Bez\u00e1r\u00e1s +dialog.title=Keres\u00e9si eredm\u00e9nyek: %text% diff --git a/src/com/jpexs/decompiler/flash/gui/locales/SearchResultsDialog_it.properties b/src/com/jpexs/decompiler/flash/gui/locales/SearchResultsDialog_it.properties index ce1c1156b..4780940fe 100644 --- a/src/com/jpexs/decompiler/flash/gui/locales/SearchResultsDialog_it.properties +++ b/src/com/jpexs/decompiler/flash/gui/locales/SearchResultsDialog_it.properties @@ -12,7 +12,6 @@ # # You should have received a copy of the GNU General Public License # along with this program. If not, see . - -button.goto = Vai a -button.close = Chiudi -dialog.title = Risultati della ricerca: %text% +button.goto=Vai a +button.close=Chiudi +dialog.title=Risultati della ricerca: %text% diff --git a/src/com/jpexs/decompiler/flash/gui/locales/SearchResultsDialog_ja.properties b/src/com/jpexs/decompiler/flash/gui/locales/SearchResultsDialog_ja.properties index ef43b42e4..746fd6405 100644 --- a/src/com/jpexs/decompiler/flash/gui/locales/SearchResultsDialog_ja.properties +++ b/src/com/jpexs/decompiler/flash/gui/locales/SearchResultsDialog_ja.properties @@ -12,7 +12,6 @@ # # You should have received a copy of the GNU General Public License # along with this program. If not, see . - -button.goto = \u79fb\u52d5 -button.close = \u9589\u3058\u308b -dialog.title = \u691c\u7d22\u7d50\u679c: %text% +button.goto=\u79fb\u52d5 +button.close=\u9589\u3058\u308b +dialog.title=\u691c\u7d22\u7d50\u679c: %text% diff --git a/src/com/jpexs/decompiler/flash/gui/locales/SearchResultsDialog_nl.properties b/src/com/jpexs/decompiler/flash/gui/locales/SearchResultsDialog_nl.properties index ec05e905e..2909b82ef 100644 --- a/src/com/jpexs/decompiler/flash/gui/locales/SearchResultsDialog_nl.properties +++ b/src/com/jpexs/decompiler/flash/gui/locales/SearchResultsDialog_nl.properties @@ -12,6 +12,6 @@ # # You should have received a copy of the GNU General Public License # along with this program. If not, see . -button.goto = Ga naar -button.close = Sluiten -dialog.title = Zoekresultaten: %text% +button.goto=Ga naar +button.close=Sluiten +dialog.title=Zoekresultaten: %text% diff --git a/src/com/jpexs/decompiler/flash/gui/locales/SearchResultsDialog_pl.properties b/src/com/jpexs/decompiler/flash/gui/locales/SearchResultsDialog_pl.properties index 5e421c4fe..856794989 100644 --- a/src/com/jpexs/decompiler/flash/gui/locales/SearchResultsDialog_pl.properties +++ b/src/com/jpexs/decompiler/flash/gui/locales/SearchResultsDialog_pl.properties @@ -12,7 +12,6 @@ # # You should have received a copy of the GNU General Public License # along with this program. If not, see . - -button.goto = Id\u017a do -button.close = Zamknij -dialog.title = Wyniki szukania: %text% +button.goto=Id\u017a do +button.close=Zamknij +dialog.title=Wyniki szukania: %text% diff --git a/src/com/jpexs/decompiler/flash/gui/locales/SearchResultsDialog_pt_BR.properties b/src/com/jpexs/decompiler/flash/gui/locales/SearchResultsDialog_pt_BR.properties index 81cf797d4..2dbdbd0cb 100644 --- a/src/com/jpexs/decompiler/flash/gui/locales/SearchResultsDialog_pt_BR.properties +++ b/src/com/jpexs/decompiler/flash/gui/locales/SearchResultsDialog_pt_BR.properties @@ -12,7 +12,6 @@ # # You should have received a copy of the GNU General Public License # along with this program. If not, see . - -button.goto = Ir para -button.close = Fechar -dialog.title = Resultados da pesquisa: %text% +button.goto=Ir para +button.close=Fechar +dialog.title=Resultados da pesquisa: %text% diff --git a/src/com/jpexs/decompiler/flash/gui/locales/SearchResultsDialog_ru.properties b/src/com/jpexs/decompiler/flash/gui/locales/SearchResultsDialog_ru.properties index a2a626232..40031955b 100644 --- a/src/com/jpexs/decompiler/flash/gui/locales/SearchResultsDialog_ru.properties +++ b/src/com/jpexs/decompiler/flash/gui/locales/SearchResultsDialog_ru.properties @@ -12,7 +12,6 @@ # # You should have received a copy of the GNU General Public License # along with this program. If not, see . - -button.goto = \u041f\u0435\u0440\u0435\u0439\u0442\u0438 \u043a -button.close = \u0417\u0430\u043a\u0440\u044b\u0442\u044c -dialog.title = \u0420\u0435\u0437\u0443\u043b\u044c\u0442\u0430\u0442\u044b \u043f\u043e\u0438\u0441\u043a\u0430: %text% +button.goto=\u041f\u0435\u0440\u0435\u0439\u0442\u0438 \u043a +button.close=\u0417\u0430\u043a\u0440\u044b\u0442\u044c +dialog.title=\u0420\u0435\u0437\u0443\u043b\u044c\u0442\u0430\u0442\u044b \u043f\u043e\u0438\u0441\u043a\u0430: %text% diff --git a/src/com/jpexs/decompiler/flash/gui/locales/SearchResultsDialog_sv.properties b/src/com/jpexs/decompiler/flash/gui/locales/SearchResultsDialog_sv.properties index 4ee5549dd..6386c2c98 100644 --- a/src/com/jpexs/decompiler/flash/gui/locales/SearchResultsDialog_sv.properties +++ b/src/com/jpexs/decompiler/flash/gui/locales/SearchResultsDialog_sv.properties @@ -12,7 +12,6 @@ # # You should have received a copy of the GNU General Public License # along with this program. If not, see . - -button.goto = G\u00e5 till -button.close = St\u00e4ng -dialog.title = S\u00f6kresultat: %text% +button.goto=G\u00e5 till +button.close=St\u00e4ng +dialog.title=S\u00f6kresultat: %text% diff --git a/src/com/jpexs/decompiler/flash/gui/locales/SearchResultsDialog_tr.properties b/src/com/jpexs/decompiler/flash/gui/locales/SearchResultsDialog_tr.properties index 1f59e56d5..72e1bcd6c 100644 --- a/src/com/jpexs/decompiler/flash/gui/locales/SearchResultsDialog_tr.properties +++ b/src/com/jpexs/decompiler/flash/gui/locales/SearchResultsDialog_tr.properties @@ -12,8 +12,6 @@ # # You should have received a copy of the GNU General Public License # along with this program. If not, see . - - -button.goto = Git -button.close = Kapat -dialog.title = Arama sonu\u00e7lar\u0131: %text% +button.goto=Git +button.close=Kapat +dialog.title=Arama sonu\u00e7lar\u0131: %text% diff --git a/src/com/jpexs/decompiler/flash/gui/locales/SearchResultsDialog_zh.properties b/src/com/jpexs/decompiler/flash/gui/locales/SearchResultsDialog_zh.properties index a6a0fc5a8..567c6fe6f 100644 --- a/src/com/jpexs/decompiler/flash/gui/locales/SearchResultsDialog_zh.properties +++ b/src/com/jpexs/decompiler/flash/gui/locales/SearchResultsDialog_zh.properties @@ -12,7 +12,6 @@ # # You should have received a copy of the GNU General Public License # along with this program. If not, see . - -button.goto = \u8f6c\u5230 -button.close = \u5173\u95ed -dialog.title = \u641c\u7d22\u7ed3\u679c:%text% +button.goto=\u8f6c\u5230 +button.close=\u5173\u95ed +dialog.title=\u641c\u7d22\u7ed3\u679c:%text% diff --git a/src/com/jpexs/decompiler/flash/gui/locales/SelectFramePositionDialog.properties b/src/com/jpexs/decompiler/flash/gui/locales/SelectFramePositionDialog.properties index a76ed4647..9a1ea403a 100644 --- a/src/com/jpexs/decompiler/flash/gui/locales/SelectFramePositionDialog.properties +++ b/src/com/jpexs/decompiler/flash/gui/locales/SelectFramePositionDialog.properties @@ -12,8 +12,7 @@ # # You should have received a copy of the GNU General Public License # along with this program. If not, see . - -dialog.title = Select frame position in %filetitle% -button.ok = OK -button.cancel = Cancel -timeline.end = end of timeline +dialog.title=Select frame position in %filetitle% +button.ok=OK +button.cancel=Cancel +timeline.end=end of timeline diff --git a/src/com/jpexs/decompiler/flash/gui/locales/SelectFramePositionDialog_cs.properties b/src/com/jpexs/decompiler/flash/gui/locales/SelectFramePositionDialog_cs.properties index 531802485..280a3d6f1 100644 --- a/src/com/jpexs/decompiler/flash/gui/locales/SelectFramePositionDialog_cs.properties +++ b/src/com/jpexs/decompiler/flash/gui/locales/SelectFramePositionDialog_cs.properties @@ -12,8 +12,7 @@ # # You should have received a copy of the GNU General Public License # along with this program. If not, see . - -dialog.title = Vyberte pozici sn\u00edmku v %filetitle% -button.ok = OK -button.cancel = Storno -timeline.end = konec timeliny +dialog.title=Vyberte pozici sn\u00edmku v %filetitle% +button.ok=OK +button.cancel=Storno +timeline.end=konec timeliny diff --git a/src/com/jpexs/decompiler/flash/gui/locales/SelectFramePositionDialog_nl.properties b/src/com/jpexs/decompiler/flash/gui/locales/SelectFramePositionDialog_nl.properties index dfbac361a..d611e5a7c 100644 --- a/src/com/jpexs/decompiler/flash/gui/locales/SelectFramePositionDialog_nl.properties +++ b/src/com/jpexs/decompiler/flash/gui/locales/SelectFramePositionDialog_nl.properties @@ -12,7 +12,7 @@ # # You should have received a copy of the GNU General Public License # along with this program. If not, see . -dialog.title = Selecteer framepositie in %filetitle% -button.ok = OK -button.cancel = Annuleren -timeline.end = einde van de tijdlijn +dialog.title=Selecteer framepositie in %filetitle% +button.ok=OK +button.cancel=Annuleren +timeline.end=einde van de tijdlijn diff --git a/src/com/jpexs/decompiler/flash/gui/locales/SelectLanguageDialog.properties b/src/com/jpexs/decompiler/flash/gui/locales/SelectLanguageDialog.properties index e9d8e27d7..64db9c66a 100644 --- a/src/com/jpexs/decompiler/flash/gui/locales/SelectLanguageDialog.properties +++ b/src/com/jpexs/decompiler/flash/gui/locales/SelectLanguageDialog.properties @@ -12,11 +12,10 @@ # # You should have received a copy of the GNU General Public License # along with this program. If not, see . - -button.ok = OK -button.cancel = Cancel +button.ok=OK +button.cancel=Cancel #after version 1.7.0: # This language name translated (e. g. \u010ce\u0161tina for Czech,...) -language = English -language.label = Language: -dialog.title = Select language +language=English +language.label=Language: +dialog.title=Select language diff --git a/src/com/jpexs/decompiler/flash/gui/locales/SelectLanguageDialog_ca.properties b/src/com/jpexs/decompiler/flash/gui/locales/SelectLanguageDialog_ca.properties index fc86c97a4..6dd211d40 100644 --- a/src/com/jpexs/decompiler/flash/gui/locales/SelectLanguageDialog_ca.properties +++ b/src/com/jpexs/decompiler/flash/gui/locales/SelectLanguageDialog_ca.properties @@ -12,11 +12,10 @@ # # You should have received a copy of the GNU General Public License # along with this program. If not, see . - -button.ok = B\u00e9 -button.cancel = Cancel\u00b7la +button.ok=B\u00e9 +button.cancel=Cancel\u00b7la #after version 1.7.0: # This language name translated (e. g. \u010ce\u0161tina for Czech,...) -language = Catal\u00e0 -language.label = Idioma: -dialog.title = Selecciona l'Idioma +language=Catal\u00e0 +language.label=Idioma: +dialog.title=Selecciona l'Idioma diff --git a/src/com/jpexs/decompiler/flash/gui/locales/SelectLanguageDialog_cs.properties b/src/com/jpexs/decompiler/flash/gui/locales/SelectLanguageDialog_cs.properties index 5605e19c8..6bb0fec7e 100644 --- a/src/com/jpexs/decompiler/flash/gui/locales/SelectLanguageDialog_cs.properties +++ b/src/com/jpexs/decompiler/flash/gui/locales/SelectLanguageDialog_cs.properties @@ -12,11 +12,10 @@ # # You should have received a copy of the GNU General Public License # along with this program. If not, see . - -button.ok = OK -button.cancel = Storno +button.ok=OK +button.cancel=Storno #after version 1.7.0: # This language name translated (e. g. \u010ce\u0161tina for Czech,...) -language = \u010ce\u0161tina -language.label = Jazyk: -dialog.title = Vyberte jazyk +language=\u010ce\u0161tina +language.label=Jazyk: +dialog.title=Vyberte jazyk diff --git a/src/com/jpexs/decompiler/flash/gui/locales/SelectLanguageDialog_de.properties b/src/com/jpexs/decompiler/flash/gui/locales/SelectLanguageDialog_de.properties index 7bd503553..91578ab2e 100644 --- a/src/com/jpexs/decompiler/flash/gui/locales/SelectLanguageDialog_de.properties +++ b/src/com/jpexs/decompiler/flash/gui/locales/SelectLanguageDialog_de.properties @@ -12,11 +12,10 @@ # # You should have received a copy of the GNU General Public License # along with this program. If not, see . - -button.ok = OK -button.cancel = Abbrechen +button.ok=OK +button.cancel=Abbrechen #after version 1.7.0: # This language name translated (e. g. \u010ce\u0161tina for Czech,...) -language = Deutsch -language.label = Sprache: -dialog.title = Sprache ausw\u00e4hlen +language=Deutsch +language.label=Sprache: +dialog.title=Sprache ausw\u00e4hlen diff --git a/src/com/jpexs/decompiler/flash/gui/locales/SelectLanguageDialog_es.properties b/src/com/jpexs/decompiler/flash/gui/locales/SelectLanguageDialog_es.properties index 3a66993fb..c91754352 100644 --- a/src/com/jpexs/decompiler/flash/gui/locales/SelectLanguageDialog_es.properties +++ b/src/com/jpexs/decompiler/flash/gui/locales/SelectLanguageDialog_es.properties @@ -12,11 +12,10 @@ # # You should have received a copy of the GNU General Public License # along with this program. If not, see . - -button.ok = OK -button.cancel = Cancelar +button.ok=OK +button.cancel=Cancelar #after version 1.7.0: # This language name translated (e. g. \u010ce\u0161tina for Czech,...) -language = Espa\u00f1ol -language.label = Lenguaje: -dialog.title = Seleccionar lenguaje +language=Espa\u00f1ol +language.label=Lenguaje: +dialog.title=Seleccionar lenguaje diff --git a/src/com/jpexs/decompiler/flash/gui/locales/SelectLanguageDialog_fr.properties b/src/com/jpexs/decompiler/flash/gui/locales/SelectLanguageDialog_fr.properties index 22870e6ce..192b8138a 100644 --- a/src/com/jpexs/decompiler/flash/gui/locales/SelectLanguageDialog_fr.properties +++ b/src/com/jpexs/decompiler/flash/gui/locales/SelectLanguageDialog_fr.properties @@ -12,11 +12,10 @@ # # You should have received a copy of the GNU General Public License # along with this program. If not, see . - -button.ok = OK -button.cancel = Annuler +button.ok=OK +button.cancel=Annuler #after version 1.7.0: # This language name translated (e. g. \u010ce\u0161tina for Czech,...) -language = Fran\u00e7ais -language.label = Langue : -dialog.title = S\u00e9lectionnez la langue +language=Fran\u00e7ais +language.label=Langue : +dialog.title=S\u00e9lectionnez la langue diff --git a/src/com/jpexs/decompiler/flash/gui/locales/SelectLanguageDialog_hu.properties b/src/com/jpexs/decompiler/flash/gui/locales/SelectLanguageDialog_hu.properties index 302a1130a..70c766ca0 100644 --- a/src/com/jpexs/decompiler/flash/gui/locales/SelectLanguageDialog_hu.properties +++ b/src/com/jpexs/decompiler/flash/gui/locales/SelectLanguageDialog_hu.properties @@ -12,11 +12,10 @@ # # You should have received a copy of the GNU General Public License # along with this program. If not, see . - -button.ok = OK -button.cancel = M\u00e9gse +button.ok=OK +button.cancel=M\u00e9gse #after version 1.7.0: # This language name translated (e. g. \u010ce\u0161tina for Czech,...) -language = Magyar -language.label = Nyelv: -dialog.title = Nyelv kiv\u00e1laszt\u00e1sa +language=Magyar +language.label=Nyelv: +dialog.title=Nyelv kiv\u00e1laszt\u00e1sa diff --git a/src/com/jpexs/decompiler/flash/gui/locales/SelectLanguageDialog_it.properties b/src/com/jpexs/decompiler/flash/gui/locales/SelectLanguageDialog_it.properties index 592c26a05..1c0f86487 100644 --- a/src/com/jpexs/decompiler/flash/gui/locales/SelectLanguageDialog_it.properties +++ b/src/com/jpexs/decompiler/flash/gui/locales/SelectLanguageDialog_it.properties @@ -12,11 +12,10 @@ # # You should have received a copy of the GNU General Public License # along with this program. If not, see . - -button.ok = OK -button.cancel = Annulla +button.ok=OK +button.cancel=Annulla #after version 1.7.0: # This language name translated (e. g. \u010ce\u0161tina for Czech,...) -language = Italiano -language.label = Lingua: -dialog.title = Selezionare la lingua +language=Italiano +language.label=Lingua: +dialog.title=Selezionare la lingua diff --git a/src/com/jpexs/decompiler/flash/gui/locales/SelectLanguageDialog_ja.properties b/src/com/jpexs/decompiler/flash/gui/locales/SelectLanguageDialog_ja.properties index b101ab4d7..5fa7fa8a5 100644 --- a/src/com/jpexs/decompiler/flash/gui/locales/SelectLanguageDialog_ja.properties +++ b/src/com/jpexs/decompiler/flash/gui/locales/SelectLanguageDialog_ja.properties @@ -12,11 +12,10 @@ # # You should have received a copy of the GNU General Public License # along with this program. If not, see . - -button.ok = OK -button.cancel = \u30ad\u30e3\u30f3\u30bb\u30eb +button.ok=OK +button.cancel=\u30ad\u30e3\u30f3\u30bb\u30eb #after version 1.7.0: # This language name translated (e. g. \u010ce\u0161tina for Czech,...) -language = \u65e5\u672c\u8a9e -language.label = \u8a00\u8a9e: -dialog.title = \u8a00\u8a9e\u3092\u9078\u629e +language=\u65e5\u672c\u8a9e +language.label=\u8a00\u8a9e: +dialog.title=\u8a00\u8a9e\u3092\u9078\u629e diff --git a/src/com/jpexs/decompiler/flash/gui/locales/SelectLanguageDialog_nl.properties b/src/com/jpexs/decompiler/flash/gui/locales/SelectLanguageDialog_nl.properties index 26fc9c774..95f574429 100644 --- a/src/com/jpexs/decompiler/flash/gui/locales/SelectLanguageDialog_nl.properties +++ b/src/com/jpexs/decompiler/flash/gui/locales/SelectLanguageDialog_nl.properties @@ -12,11 +12,10 @@ # # You should have received a copy of the GNU General Public License # along with this program. If not, see . - -button.ok = OK -button.cancel = Annuleren +button.ok=OK +button.cancel=Annuleren #after version 1.7.0: # This language name translated (e. g. \u010ce\u0161tina for Czech,...) -language = Nederlands -language.label = Taal: -dialog.title = Kies uw taal +language=Nederlands +language.label=Taal: +dialog.title=Kies uw taal diff --git a/src/com/jpexs/decompiler/flash/gui/locales/SelectLanguageDialog_pl.properties b/src/com/jpexs/decompiler/flash/gui/locales/SelectLanguageDialog_pl.properties index a84848877..a12606c33 100644 --- a/src/com/jpexs/decompiler/flash/gui/locales/SelectLanguageDialog_pl.properties +++ b/src/com/jpexs/decompiler/flash/gui/locales/SelectLanguageDialog_pl.properties @@ -12,11 +12,10 @@ # # You should have received a copy of the GNU General Public License # along with this program. If not, see . - -button.ok = OK -button.cancel = Anuluj +button.ok=OK +button.cancel=Anuluj #after version 1.7.0: # This language name translated (e. g. \u010ce\u0161tina for Czech,...) -language = Polski -language.label = J\u0119zyk: -dialog.title = Wybierz j\u0119zyk +language=Polski +language.label=J\u0119zyk: +dialog.title=Wybierz j\u0119zyk diff --git a/src/com/jpexs/decompiler/flash/gui/locales/SelectLanguageDialog_pt.properties b/src/com/jpexs/decompiler/flash/gui/locales/SelectLanguageDialog_pt.properties index 04412c0f7..a5d26d832 100644 --- a/src/com/jpexs/decompiler/flash/gui/locales/SelectLanguageDialog_pt.properties +++ b/src/com/jpexs/decompiler/flash/gui/locales/SelectLanguageDialog_pt.properties @@ -12,11 +12,10 @@ # # You should have received a copy of the GNU General Public License # along with this program. If not, see . - -button.ok = OK -button.cancel = Cancelar +button.ok=OK +button.cancel=Cancelar #after version 1.7.0: # This language name translated (e. g. \u010ce\u0161tina for Czech,...) -language = Portugu\u00eas -language.label = Lingua: -dialog.title = Selecionar Lingua +language=Portugu\u00eas +language.label=Lingua: +dialog.title=Selecionar Lingua diff --git a/src/com/jpexs/decompiler/flash/gui/locales/SelectLanguageDialog_pt_BR.properties b/src/com/jpexs/decompiler/flash/gui/locales/SelectLanguageDialog_pt_BR.properties index 4d483f2c8..51425e10c 100644 --- a/src/com/jpexs/decompiler/flash/gui/locales/SelectLanguageDialog_pt_BR.properties +++ b/src/com/jpexs/decompiler/flash/gui/locales/SelectLanguageDialog_pt_BR.properties @@ -12,11 +12,10 @@ # # You should have received a copy of the GNU General Public License # along with this program. If not, see . - -button.ok = OK -button.cancel = Cancelar +button.ok=OK +button.cancel=Cancelar #after version 1.7.0: # This language name translated (e. g. \u010ce\u0161tina for Czech,...) -language = Portugu\u00eas - BR -language.label = Idioma: -dialog.title = Selecionar idioma +language=Portugu\u00eas - BR +language.label=Idioma: +dialog.title=Selecionar idioma diff --git a/src/com/jpexs/decompiler/flash/gui/locales/SelectLanguageDialog_ru.properties b/src/com/jpexs/decompiler/flash/gui/locales/SelectLanguageDialog_ru.properties index cb2a1ea05..cf7f22ca5 100644 --- a/src/com/jpexs/decompiler/flash/gui/locales/SelectLanguageDialog_ru.properties +++ b/src/com/jpexs/decompiler/flash/gui/locales/SelectLanguageDialog_ru.properties @@ -12,11 +12,10 @@ # # You should have received a copy of the GNU General Public License # along with this program. If not, see . - -button.ok = OK -button.cancel = \u041e\u0442\u043c\u0435\u043d\u0430 +button.ok=OK +button.cancel=\u041e\u0442\u043c\u0435\u043d\u0430 #after version 1.7.0: # This language name translated (e. g. \u010ce\u0161tina for Czech,...) -language = \u0420\u0443\u0441\u0441\u043a\u0438\u0439 -language.label = \u042f\u0437\u044b\u043a: -dialog.title = \u0412\u044b\u0431\u0435\u0440\u0438\u0442\u0435 \u044f\u0437\u044b\u043a +language=\u0420\u0443\u0441\u0441\u043a\u0438\u0439 +language.label=\u042f\u0437\u044b\u043a: +dialog.title=\u0412\u044b\u0431\u0435\u0440\u0438\u0442\u0435 \u044f\u0437\u044b\u043a diff --git a/src/com/jpexs/decompiler/flash/gui/locales/SelectLanguageDialog_sv.properties b/src/com/jpexs/decompiler/flash/gui/locales/SelectLanguageDialog_sv.properties index d60a4b86c..ec0b01844 100644 --- a/src/com/jpexs/decompiler/flash/gui/locales/SelectLanguageDialog_sv.properties +++ b/src/com/jpexs/decompiler/flash/gui/locales/SelectLanguageDialog_sv.properties @@ -12,11 +12,10 @@ # # You should have received a copy of the GNU General Public License # along with this program. If not, see . - -button.ok = Godk\u00e4nn -button.cancel = Avbryt +button.ok=Godk\u00e4nn +button.cancel=Avbryt #after version 1.7.0: # This language name translated (e. g. \u010ce\u0161tina for Czech,...) -language = Svenska -language.label = Spr\u00e5k: -dialog.title = V\u00e4lj spr\u00e5k +language=Svenska +language.label=Spr\u00e5k: +dialog.title=V\u00e4lj spr\u00e5k diff --git a/src/com/jpexs/decompiler/flash/gui/locales/SelectLanguageDialog_tr.properties b/src/com/jpexs/decompiler/flash/gui/locales/SelectLanguageDialog_tr.properties index 3211a94c8..1d0fac166 100644 --- a/src/com/jpexs/decompiler/flash/gui/locales/SelectLanguageDialog_tr.properties +++ b/src/com/jpexs/decompiler/flash/gui/locales/SelectLanguageDialog_tr.properties @@ -12,13 +12,10 @@ # # You should have received a copy of the GNU General Public License # along with this program. If not, see . - - -button.ok = TAMAM -button.cancel = \u0130ptal +button.ok=TAMAM +button.cancel=\u0130ptal #after version 1.7.0: # This language name translated (e. g. \u010ce\u0161tina for Czech,...) - -language = Turkish -language.label = Dil: -dialog.title = Dil se\u00e7 +language=Turkish +language.label=Dil: +dialog.title=Dil se\u00e7 diff --git a/src/com/jpexs/decompiler/flash/gui/locales/SelectLanguageDialog_uk.properties b/src/com/jpexs/decompiler/flash/gui/locales/SelectLanguageDialog_uk.properties index be1e1baa5..e324fb540 100644 --- a/src/com/jpexs/decompiler/flash/gui/locales/SelectLanguageDialog_uk.properties +++ b/src/com/jpexs/decompiler/flash/gui/locales/SelectLanguageDialog_uk.properties @@ -12,11 +12,10 @@ # # You should have received a copy of the GNU General Public License # along with this program. If not, see . - -button.ok = \u0413\u0430\u0440\u0430\u0437\u0434 -button.cancel = \u0421\u043a\u0430\u0441\u0443\u0432\u0430\u0442\u0438 +button.ok=\u0413\u0430\u0440\u0430\u0437\u0434 +button.cancel=\u0421\u043a\u0430\u0441\u0443\u0432\u0430\u0442\u0438 #after version 1.7.0: # This language name translated (e. g. \u010ce\u0161tina for Czech,...) -language = \u0423\u043a\u0440\u0430\u0457\u043d\u0441\u044c\u043a\u0430 -language.label = \u041c\u043e\u0432\u0430: -dialog.title = \u041e\u0431\u0435\u0440\u0456\u0442\u044c \u043c\u043e\u0432\u0443 +language=\u0423\u043a\u0440\u0430\u0457\u043d\u0441\u044c\u043a\u0430 +language.label=\u041c\u043e\u0432\u0430: +dialog.title=\u041e\u0431\u0435\u0440\u0456\u0442\u044c \u043c\u043e\u0432\u0443 diff --git a/src/com/jpexs/decompiler/flash/gui/locales/SelectLanguageDialog_zh.properties b/src/com/jpexs/decompiler/flash/gui/locales/SelectLanguageDialog_zh.properties index 36b3aeec2..0be398a8e 100644 --- a/src/com/jpexs/decompiler/flash/gui/locales/SelectLanguageDialog_zh.properties +++ b/src/com/jpexs/decompiler/flash/gui/locales/SelectLanguageDialog_zh.properties @@ -12,11 +12,10 @@ # # You should have received a copy of the GNU General Public License # along with this program. If not, see . - -button.ok = \u786e\u5b9a -button.cancel = \u53d6\u6d88 +button.ok=\u786e\u5b9a +button.cancel=\u53d6\u6d88 #after version 1.7.0: # This language name translated (e. g. \u010ce\u0161tina for Czech,...) -language = \u7b80\u4f53\u4e2d\u6587 -language.label = \u8bed\u8a00: -dialog.title = \u8bf7\u9009\u62e9\u8bed\u8a00 +language=\u7b80\u4f53\u4e2d\u6587 +language.label=\u8bed\u8a00: +dialog.title=\u8bf7\u9009\u62e9\u8bed\u8a00 diff --git a/src/com/jpexs/decompiler/flash/gui/locales/SelectTagOfTypeDialog.properties b/src/com/jpexs/decompiler/flash/gui/locales/SelectTagOfTypeDialog.properties index 7cb165d4f..2647565d9 100644 --- a/src/com/jpexs/decompiler/flash/gui/locales/SelectTagOfTypeDialog.properties +++ b/src/com/jpexs/decompiler/flash/gui/locales/SelectTagOfTypeDialog.properties @@ -12,7 +12,6 @@ # # You should have received a copy of the GNU General Public License # along with this program. If not, see . - -dialog.title = Select %type% tag -button.ok = OK -button.cancel = Cancel +dialog.title=Select %type% tag +button.ok=OK +button.cancel=Cancel diff --git a/src/com/jpexs/decompiler/flash/gui/locales/SelectTagOfTypeDialog_cs.properties b/src/com/jpexs/decompiler/flash/gui/locales/SelectTagOfTypeDialog_cs.properties index df30cb5d5..471767b3a 100644 --- a/src/com/jpexs/decompiler/flash/gui/locales/SelectTagOfTypeDialog_cs.properties +++ b/src/com/jpexs/decompiler/flash/gui/locales/SelectTagOfTypeDialog_cs.properties @@ -12,7 +12,6 @@ # # You should have received a copy of the GNU General Public License # along with this program. If not, see . - -dialog.title = Vybrat %type% tag -button.ok = OK -button.cancel = Storno +dialog.title=Vybrat %type% tag +button.ok=OK +button.cancel=Storno diff --git a/src/com/jpexs/decompiler/flash/gui/locales/SelectTagPositionDialog.properties b/src/com/jpexs/decompiler/flash/gui/locales/SelectTagPositionDialog.properties index aeb42589f..04ce30e3a 100644 --- a/src/com/jpexs/decompiler/flash/gui/locales/SelectTagPositionDialog.properties +++ b/src/com/jpexs/decompiler/flash/gui/locales/SelectTagPositionDialog.properties @@ -12,9 +12,8 @@ # # You should have received a copy of the GNU General Public License # along with this program. If not, see . - -dialog.title = Select tag position in %filetitle% -button.ok = OK -button.cancel = Cancel -timeline.end = end of timeline -dialog.title.new.typed = Select new %type% tag position in %filetitle% \ No newline at end of file +dialog.title=Select tag position in %filetitle% +button.ok=OK +button.cancel=Cancel +timeline.end=end of timeline +dialog.title.new.typed=Select new %type% tag position in %filetitle% \ No newline at end of file diff --git a/src/com/jpexs/decompiler/flash/gui/locales/SelectTagPositionDialog_cs.properties b/src/com/jpexs/decompiler/flash/gui/locales/SelectTagPositionDialog_cs.properties index f7c209784..1c5f06ed4 100644 --- a/src/com/jpexs/decompiler/flash/gui/locales/SelectTagPositionDialog_cs.properties +++ b/src/com/jpexs/decompiler/flash/gui/locales/SelectTagPositionDialog_cs.properties @@ -12,9 +12,8 @@ # # You should have received a copy of the GNU General Public License # along with this program. If not, see . - -dialog.title = Vyberte pozici tagu v %filetitle% -button.ok = OK -button.cancel = Storno -timeline.end = konec timeliny -dialog.title.new.typed = Vyberte pozici nov\u00e9ho tagu %type% v %filetitle% +dialog.title=Vyberte pozici tagu v %filetitle% +button.ok=OK +button.cancel=Storno +timeline.end=konec timeliny +dialog.title.new.typed=Vyberte pozici nov\u00e9ho tagu %type% v %filetitle% diff --git a/src/com/jpexs/decompiler/flash/gui/locales/SelectTagPositionDialog_nl.properties b/src/com/jpexs/decompiler/flash/gui/locales/SelectTagPositionDialog_nl.properties index a1bbddb26..e51eac93a 100644 --- a/src/com/jpexs/decompiler/flash/gui/locales/SelectTagPositionDialog_nl.properties +++ b/src/com/jpexs/decompiler/flash/gui/locales/SelectTagPositionDialog_nl.properties @@ -12,7 +12,7 @@ # # You should have received a copy of the GNU General Public License # along with this program. If not, see . -dialog.title = Selecteer tagpositie in %filetitle% -button.ok = OK -button.cancel = Annuleren -timeline.end = einde van de tijdlijn +dialog.title=Selecteer tagpositie in %filetitle% +button.ok=OK +button.cancel=Annuleren +timeline.end=einde van de tijdlijn diff --git a/src/com/jpexs/decompiler/flash/gui/locales/SelectTagPositionDialog_pt_BR.properties b/src/com/jpexs/decompiler/flash/gui/locales/SelectTagPositionDialog_pt_BR.properties index 58f1e8442..221861814 100644 --- a/src/com/jpexs/decompiler/flash/gui/locales/SelectTagPositionDialog_pt_BR.properties +++ b/src/com/jpexs/decompiler/flash/gui/locales/SelectTagPositionDialog_pt_BR.properties @@ -12,7 +12,7 @@ # # You should have received a copy of the GNU General Public License # along with this program. If not, see . -dialog.title = Selecione a posi\u00e7\u00e3o da tag em %filetitle% -button.ok = OK -button.cancel = Cancelar -timeline.end = fim da linha do tempo +dialog.title=Selecione a posi\u00e7\u00e3o da tag em %filetitle% +button.ok=OK +button.cancel=Cancelar +timeline.end=fim da linha do tempo diff --git a/src/com/jpexs/decompiler/flash/gui/locales/SelectTagPositionDialog_tr.properties b/src/com/jpexs/decompiler/flash/gui/locales/SelectTagPositionDialog_tr.properties index 22d6230b9..d05cb5fab 100644 --- a/src/com/jpexs/decompiler/flash/gui/locales/SelectTagPositionDialog_tr.properties +++ b/src/com/jpexs/decompiler/flash/gui/locales/SelectTagPositionDialog_tr.properties @@ -12,7 +12,7 @@ # # You should have received a copy of the GNU General Public License # along with this program. If not, see . -dialog.title = Etiket konumunu %filetitle% i\u00e7inde se\u00e7 -button.ok = TAMAM -button.cancel = \u0130ptal -timeline.end = zaman \u00e7izelgesinin sonu +dialog.title=Etiket konumunu %filetitle% i\u00e7inde se\u00e7 +button.ok=TAMAM +button.cancel=\u0130ptal +timeline.end=zaman \u00e7izelgesinin sonu diff --git a/src/com/jpexs/decompiler/flash/gui/locales/SelectTagPositionDialog_zh.properties b/src/com/jpexs/decompiler/flash/gui/locales/SelectTagPositionDialog_zh.properties index 556cbba02..bc95c7e5c 100644 --- a/src/com/jpexs/decompiler/flash/gui/locales/SelectTagPositionDialog_zh.properties +++ b/src/com/jpexs/decompiler/flash/gui/locales/SelectTagPositionDialog_zh.properties @@ -12,7 +12,7 @@ # # You should have received a copy of the GNU General Public License # along with this program. If not, see . -dialog.title = \u9009\u62e9\u6807\u7b7e\u4f4d\u7f6e -button.ok = \u786e\u5b9a -button.cancel = \u53d6\u6d88 -timeline.end = \u65f6\u95f4\u8f74\u672b\u5c3e +dialog.title=\u9009\u62e9\u6807\u7b7e\u4f4d\u7f6e +button.ok=\u786e\u5b9a +button.cancel=\u53d6\u6d88 +timeline.end=\u65f6\u95f4\u8f74\u672b\u5c3e diff --git a/src/com/jpexs/decompiler/flash/gui/locales/abc/ABCExplorerDialog.properties b/src/com/jpexs/decompiler/flash/gui/locales/abc/ABCExplorerDialog.properties index a88db5205..b0f5a844a 100644 --- a/src/com/jpexs/decompiler/flash/gui/locales/abc/ABCExplorerDialog.properties +++ b/src/com/jpexs/decompiler/flash/gui/locales/abc/ABCExplorerDialog.properties @@ -12,31 +12,25 @@ # # You should have received a copy of the GNU General Public License # along with this program. If not, see . - -title = ABC Explorer -abc = ABC: -abc.info = %index% of %count%, v%major%.%minor%, %size%, Frame %frame% -abc.info.standalone = v%major%.%minor%, %size% - -show.script = Show script in main window -show.method = Show method in main window -show.trait = Show trait in main window -show.class = Show class in main window - -copy.row = Copy row to clipboard -copy.typeid = Copy typeId to clipboard -copy.title = Copy title to clipboard -copy.value = Copy value to clipboard -copy.rawstring = Copy raw string value to clipboard - +title=ABC Explorer +abc=ABC: +abc.info=%index% of %count%, v%major%.%minor%, %size%, Frame %frame% +abc.info.standalone=v%major%.%minor%, %size% +show.script=Show script in main window +show.method=Show method in main window +show.trait=Show trait in main window +show.class=Show class in main window +copy.row=Copy row to clipboard +copy.typeid=Copy typeId to clipboard +copy.title=Copy title to clipboard +copy.value=Copy value to clipboard +copy.rawstring=Copy raw string value to clipboard #after 20.1.0 -usages = Usages of %item% -copy.path = Copy path to clipboard -copy.paths = Copy selected paths to clipboard -copy.paths.all = Copy all paths to clipboard -hilight.usage = Hilight selected path - -goto.path = Go to path -goto.path.label = Enter path to navigate to - -button.clean = Clean - remove unused items +usages=Usages of %item% +copy.path=Copy path to clipboard +copy.paths=Copy selected paths to clipboard +copy.paths.all=Copy all paths to clipboard +hilight.usage=Hilight selected path +goto.path=Go to path +goto.path.label=Enter path to navigate to +button.clean=Clean - remove unused items diff --git a/src/com/jpexs/decompiler/flash/gui/locales/abc/ABCExplorerDialog_cs.properties b/src/com/jpexs/decompiler/flash/gui/locales/abc/ABCExplorerDialog_cs.properties index 055857fee..07769561b 100644 --- a/src/com/jpexs/decompiler/flash/gui/locales/abc/ABCExplorerDialog_cs.properties +++ b/src/com/jpexs/decompiler/flash/gui/locales/abc/ABCExplorerDialog_cs.properties @@ -12,32 +12,26 @@ # # You should have received a copy of the GNU General Public License # along with this program. If not, see . - -title = Pr\u016fzkumn\u00edk ABC -abc = ABC: -abc.info = %index% z %count%, v%major%.%minor%, %size%, Sn\u00edmek %frame% -abc.info.standalone = v%major%.%minor%, %size% - -show.script = Zobrazit skript v hlavn\u00edm okn\u011b -show.method = Zobrazit metodu v hlavn\u00edm okn\u011b -show.trait = Zobrazit vlastnost v hlavn\u00edm okn\u011b -show.class = Zobrazit t\u0159\u00eddu v hlavn\u00edm okn\u011b - -copy.row = Kop\u00edrovat \u0159\u00e1dek do schr\u00e1nky -copy.typeid = Kop\u00edrovat typeId do schr\u00e1nky -copy.title = Kop\u00edrovat titulek do schr\u00e1nky -copy.value = Kop\u00edrovat hodnotu do schr\u00e1nky -copy.rawstring = Kop\u00edrovat raw \u0159et\u011bzcovou hodnotu do schr\u00e1nky - +title=Pr\u016fzkumn\u00edk ABC +abc=ABC: +abc.info=%index% z %count%, v%major%.%minor%, %size%, Sn\u00edmek %frame% +abc.info.standalone=v%major%.%minor%, %size% +show.script=Zobrazit skript v hlavn\u00edm okn\u011b +show.method=Zobrazit metodu v hlavn\u00edm okn\u011b +show.trait=Zobrazit vlastnost v hlavn\u00edm okn\u011b +show.class=Zobrazit t\u0159\u00eddu v hlavn\u00edm okn\u011b +copy.row=Kop\u00edrovat \u0159\u00e1dek do schr\u00e1nky +copy.typeid=Kop\u00edrovat typeId do schr\u00e1nky +copy.title=Kop\u00edrovat titulek do schr\u00e1nky +copy.value=Kop\u00edrovat hodnotu do schr\u00e1nky +copy.rawstring=Kop\u00edrovat raw \u0159et\u011bzcovou hodnotu do schr\u00e1nky #after 20.1.0 -usages = Pou\u017eit\u00ed %item% -button.usages.calculate = Spo\u010d\u00edtat pou\u017eit\u00ed pro toto ABC -copy.path = Kop\u00edrovat cestu do schr\u00e1nky -copy.paths = Kop\u00edrovat vybran\u00e9 cesty do schr\u00e1nky -copy.paths.all = Kop\u00edrovat v\u0161echny cesty do schr\u00e1nky -hilight.usage = Zv\u00fdraznit vybranou cestu - -goto.path = P\u0159ej\u00edt na cestu -goto.path.label = Zadejte cestu kam p\u0159ej\u00edt - -button.clean = Vy\u010distit - odebrat nepou\u017e\u00edvan\u00e9 polo\u017eky \ No newline at end of file +usages=Pou\u017eit\u00ed %item% +button.usages.calculate=Spo\u010d\u00edtat pou\u017eit\u00ed pro toto ABC +copy.path=Kop\u00edrovat cestu do schr\u00e1nky +copy.paths=Kop\u00edrovat vybran\u00e9 cesty do schr\u00e1nky +copy.paths.all=Kop\u00edrovat v\u0161echny cesty do schr\u00e1nky +hilight.usage=Zv\u00fdraznit vybranou cestu +goto.path=P\u0159ej\u00edt na cestu +goto.path.label=Zadejte cestu kam p\u0159ej\u00edt +button.clean=Vy\u010distit - odebrat nepou\u017e\u00edvan\u00e9 polo\u017eky \ No newline at end of file diff --git a/src/com/jpexs/decompiler/flash/gui/locales/abc/ABCExplorerDialog_nl.properties b/src/com/jpexs/decompiler/flash/gui/locales/abc/ABCExplorerDialog_nl.properties index f7e654803..f671a3c02 100644 --- a/src/com/jpexs/decompiler/flash/gui/locales/abc/ABCExplorerDialog_nl.properties +++ b/src/com/jpexs/decompiler/flash/gui/locales/abc/ABCExplorerDialog_nl.properties @@ -12,16 +12,16 @@ # # You should have received a copy of the GNU General Public License # along with this program. If not, see . -title = ABC-verkenner -abc = ABC: -abc.info = %index% of %count%, v%major%.%minor%, %size%, Frame %frame% -abc.info.standalone = v%major%.%minor%, %size% -show.script = Toon script in hoofdvenster -show.method = Toon methode in hoofdvenster -show.trait = Toon eigenschap in hoofdvenster -show.class = Toon klasse in hoofdvenster -copy.row = Kopieer de rij naar het klembord -copy.typeid = Kopieer het typeId naar het klembord -copy.title = Kopieer de titel naar het klembord -copy.value = Kopieer de waarde naar het klembord -copy.rawstring = Kopieer de onbewerkte tekenreekswaarde naar het klembord +title=ABC-verkenner +abc=ABC: +abc.info=%index% of %count%, v%major%.%minor%, %size%, Frame %frame% +abc.info.standalone=v%major%.%minor%, %size% +show.script=Toon script in hoofdvenster +show.method=Toon methode in hoofdvenster +show.trait=Toon eigenschap in hoofdvenster +show.class=Toon klasse in hoofdvenster +copy.row=Kopieer de rij naar het klembord +copy.typeid=Kopieer het typeId naar het klembord +copy.title=Kopieer de titel naar het klembord +copy.value=Kopieer de waarde naar het klembord +copy.rawstring=Kopieer de onbewerkte tekenreekswaarde naar het klembord diff --git a/src/com/jpexs/decompiler/flash/gui/locales/abc/ABCExplorerDialog_pt_BR.properties b/src/com/jpexs/decompiler/flash/gui/locales/abc/ABCExplorerDialog_pt_BR.properties index 3fa71d95a..609b90a53 100644 --- a/src/com/jpexs/decompiler/flash/gui/locales/abc/ABCExplorerDialog_pt_BR.properties +++ b/src/com/jpexs/decompiler/flash/gui/locales/abc/ABCExplorerDialog_pt_BR.properties @@ -12,16 +12,16 @@ # # You should have received a copy of the GNU General Public License # along with this program. If not, see . -title = Explorador ABC -abc = ABC: -abc.info = %index% de %count%, v%major%.%minor%, %size%, Quadro %frame% -abc.info.standalone = v%major%.%minor%, %size% -show.script = Mostrar script na janela principal -show.method = Mostrar m\u00e9todo na janela principal -show.trait = Mostrar tra\u00e7o na janela principal -show.class = Mostrar classe na janela principal -copy.row = Copiar linha para a \u00e1rea de transfer\u00eancia -copy.typeid = Copie typeId para a \u00e1rea de transfer\u00eancia -copy.title = Copiar t\u00edtulo para a \u00e1rea de transfer\u00eancia -copy.value = Copie valor para a \u00e1rea de transfer\u00eancia -copy.rawstring = Copie o valor bruto da string para a \u00e1rea de transfer\u00eancia +title=Explorador ABC +abc=ABC: +abc.info=%index% de %count%, v%major%.%minor%, %size%, Quadro %frame% +abc.info.standalone=v%major%.%minor%, %size% +show.script=Mostrar script na janela principal +show.method=Mostrar m\u00e9todo na janela principal +show.trait=Mostrar tra\u00e7o na janela principal +show.class=Mostrar classe na janela principal +copy.row=Copiar linha para a \u00e1rea de transfer\u00eancia +copy.typeid=Copie typeId para a \u00e1rea de transfer\u00eancia +copy.title=Copiar t\u00edtulo para a \u00e1rea de transfer\u00eancia +copy.value=Copie valor para a \u00e1rea de transfer\u00eancia +copy.rawstring=Copie o valor bruto da string para a \u00e1rea de transfer\u00eancia diff --git a/src/com/jpexs/decompiler/flash/gui/locales/abc/AddClassDialog.properties b/src/com/jpexs/decompiler/flash/gui/locales/abc/AddClassDialog.properties index c42e56179..9586ef7d4 100644 --- a/src/com/jpexs/decompiler/flash/gui/locales/abc/AddClassDialog.properties +++ b/src/com/jpexs/decompiler/flash/gui/locales/abc/AddClassDialog.properties @@ -12,15 +12,12 @@ # # You should have received a copy of the GNU General Public License # along with this program. If not, see . - -dialog.title = Add script -button.ok = OK -button.cancel = Cancel - -classname = Fully qualified class name: - +dialog.title=Add script +button.ok=OK +button.cancel=Cancel +classname=Fully qualified class name: #after 16.3.1 -button.proceed = Proceed -abc.where = Where to create byte code: -abc.where.existing = Existing DoABC tag -abc.where.new = New DoABC tag +button.proceed=Proceed +abc.where=Where to create byte code: +abc.where.existing=Existing DoABC tag +abc.where.new=New DoABC tag diff --git a/src/com/jpexs/decompiler/flash/gui/locales/abc/AddClassDialog_cs.properties b/src/com/jpexs/decompiler/flash/gui/locales/abc/AddClassDialog_cs.properties index 0ec83215c..707504175 100644 --- a/src/com/jpexs/decompiler/flash/gui/locales/abc/AddClassDialog_cs.properties +++ b/src/com/jpexs/decompiler/flash/gui/locales/abc/AddClassDialog_cs.properties @@ -12,15 +12,12 @@ # # You should have received a copy of the GNU General Public License # along with this program. If not, see . - -dialog.title = P\u0159idat skript -button.ok = OK -button.cancel = Storno - -classname = Pln\u011b kvalifikovan\u00fd n\u00e1zev t\u0159\u00eddy: - +dialog.title=P\u0159idat skript +button.ok=OK +button.cancel=Storno +classname=Pln\u011b kvalifikovan\u00fd n\u00e1zev t\u0159\u00eddy: #after 16.3.1 -button.proceed = Pokra\u010dovat -abc.where = Kam um\u00edstit byte k\u00f3d: -abc.where.existing = Existuj\u00edc\u00ed DoABC tag -abc.where.new = Nov\u00fd DoABC tag +button.proceed=Pokra\u010dovat +abc.where=Kam um\u00edstit byte k\u00f3d: +abc.where.existing=Existuj\u00edc\u00ed DoABC tag +abc.where.new=Nov\u00fd DoABC tag diff --git a/src/com/jpexs/decompiler/flash/gui/locales/abc/AddClassDialog_ja.properties b/src/com/jpexs/decompiler/flash/gui/locales/abc/AddClassDialog_ja.properties index ee358ea68..44433776e 100644 --- a/src/com/jpexs/decompiler/flash/gui/locales/abc/AddClassDialog_ja.properties +++ b/src/com/jpexs/decompiler/flash/gui/locales/abc/AddClassDialog_ja.properties @@ -12,9 +12,7 @@ # # You should have received a copy of the GNU General Public License # along with this program. If not, see . - -dialog.title = \u30b9\u30af\u30ea\u30d7\u30c8\u3092\u8ffd\u52a0 -button.ok = OK -button.cancel = \u30ad\u30e3\u30f3\u30bb\u30eb - -classname = \u5b8c\u5168\u4fee\u98fe\u30af\u30e9\u30b9\u540d (\u30d1\u30c3\u30b1\u30fc\u30b8\u3082\u542b\u3081\u305f\u30af\u30e9\u30b9\u540d): +dialog.title=\u30b9\u30af\u30ea\u30d7\u30c8\u3092\u8ffd\u52a0 +button.ok=OK +button.cancel=\u30ad\u30e3\u30f3\u30bb\u30eb +classname=\u5b8c\u5168\u4fee\u98fe\u30af\u30e9\u30b9\u540d (\u30d1\u30c3\u30b1\u30fc\u30b8\u3082\u542b\u3081\u305f\u30af\u30e9\u30b9\u540d): diff --git a/src/com/jpexs/decompiler/flash/gui/locales/abc/AddClassDialog_nl.properties b/src/com/jpexs/decompiler/flash/gui/locales/abc/AddClassDialog_nl.properties index f2cde3f65..80a8fd7eb 100644 --- a/src/com/jpexs/decompiler/flash/gui/locales/abc/AddClassDialog_nl.properties +++ b/src/com/jpexs/decompiler/flash/gui/locales/abc/AddClassDialog_nl.properties @@ -12,12 +12,12 @@ # # You should have received a copy of the GNU General Public License # along with this program. If not, see . -dialog.title = Script toevoegen -button.ok = OK -button.cancel = Annuleren -classname = Volledig gekwalificeerde klassenaam: +dialog.title=Script toevoegen +button.ok=OK +button.cancel=Annuleren +classname=Volledig gekwalificeerde klassenaam: #after 16.3.1 -button.proceed = Doorgaan -abc.where = Waar bytecode maken: -abc.where.existing = Bestaande DoABC-tag -abc.where.new = Nieuwe DoABC-tag +button.proceed=Doorgaan +abc.where=Waar bytecode maken: +abc.where.existing=Bestaande DoABC-tag +abc.where.new=Nieuwe DoABC-tag diff --git a/src/com/jpexs/decompiler/flash/gui/locales/abc/AddClassDialog_pt_BR.properties b/src/com/jpexs/decompiler/flash/gui/locales/abc/AddClassDialog_pt_BR.properties index eff468780..028f7a3a8 100644 --- a/src/com/jpexs/decompiler/flash/gui/locales/abc/AddClassDialog_pt_BR.properties +++ b/src/com/jpexs/decompiler/flash/gui/locales/abc/AddClassDialog_pt_BR.properties @@ -12,14 +12,12 @@ # # You should have received a copy of the GNU General Public License # along with this program. If not, see . - -dialog.title = Adicionar script -button.ok = OK -button.cancel = Cancelar - -classname = Nome de classe totalmente qualificado: +dialog.title=Adicionar script +button.ok=OK +button.cancel=Cancelar +classname=Nome de classe totalmente qualificado: #after 16.3.1 -button.proceed = Continuar -abc.where = Onde criar c\u00f3digo de bytes: -abc.where.existing = Tag DoABC existente -abc.where.new = Nova tag DoABC +button.proceed=Continuar +abc.where=Onde criar c\u00f3digo de bytes: +abc.where.existing=Tag DoABC existente +abc.where.new=Nova tag DoABC diff --git a/src/com/jpexs/decompiler/flash/gui/locales/abc/AddClassDialog_tr.properties b/src/com/jpexs/decompiler/flash/gui/locales/abc/AddClassDialog_tr.properties index 27598ab64..9fd8c7459 100644 --- a/src/com/jpexs/decompiler/flash/gui/locales/abc/AddClassDialog_tr.properties +++ b/src/com/jpexs/decompiler/flash/gui/locales/abc/AddClassDialog_tr.properties @@ -12,12 +12,12 @@ # # You should have received a copy of the GNU General Public License # along with this program. If not, see . -dialog.title = Komut dosyas\u0131 ekle -button.ok = TAMAM -button.cancel = \u0130ptal -classname = Tam nitelikli s\u0131n\u0131f ismi: +dialog.title=Komut dosyas\u0131 ekle +button.ok=TAMAM +button.cancel=\u0130ptal +classname=Tam nitelikli s\u0131n\u0131f ismi: #after 16.3.1 -button.proceed = \u0130lerleme -abc.where = Bayt kodunun nerede olu\u015fturulaca\u011f\u0131: -abc.where.existing = Mevcut DoABC etiketi -abc.where.new = Yeni DoABC etiketi +button.proceed=\u0130lerleme +abc.where=Bayt kodunun nerede olu\u015fturulaca\u011f\u0131: +abc.where.existing=Mevcut DoABC etiketi +abc.where.new=Yeni DoABC etiketi diff --git a/src/com/jpexs/decompiler/flash/gui/locales/abc/AddClassDialog_zh.properties b/src/com/jpexs/decompiler/flash/gui/locales/abc/AddClassDialog_zh.properties index 57126f60d..1225961a4 100644 --- a/src/com/jpexs/decompiler/flash/gui/locales/abc/AddClassDialog_zh.properties +++ b/src/com/jpexs/decompiler/flash/gui/locales/abc/AddClassDialog_zh.properties @@ -12,12 +12,12 @@ # # You should have received a copy of the GNU General Public License # along with this program. If not, see . -dialog.title = \u6dfb\u52a0\u811a\u672c -button.ok = \u786e\u5b9a -button.cancel = \u53d6\u6d88 -classname = \u5168\u9650\u5b9a\u7c7b\u540d +dialog.title=\u6dfb\u52a0\u811a\u672c +button.ok=\u786e\u5b9a +button.cancel=\u53d6\u6d88 +classname=\u5168\u9650\u5b9a\u7c7b\u540d #after 16.3.1 -button.proceed = \u7ee7\u7eed -abc.where = \u521b\u5efa\u5b57\u8282\u4ee3\u7801\u7684\u4f4d\u7f6e -abc.where.existing = \u5df2\u5b58\u5728\u7684DoABC\u6807\u7b7e -abc.where.new = \u65b0\u5efaDoABC\u6807\u7b7e +button.proceed=\u7ee7\u7eed +abc.where=\u521b\u5efa\u5b57\u8282\u4ee3\u7801\u7684\u4f4d\u7f6e +abc.where.existing=\u5df2\u5b58\u5728\u7684DoABC\u6807\u7b7e +abc.where.new=\u65b0\u5efaDoABC\u6807\u7b7e diff --git a/src/com/jpexs/decompiler/flash/gui/locales/abc/As3ClassLinkageDialog.properties b/src/com/jpexs/decompiler/flash/gui/locales/abc/As3ClassLinkageDialog.properties index f258210c9..6fcdd9d4f 100644 --- a/src/com/jpexs/decompiler/flash/gui/locales/abc/As3ClassLinkageDialog.properties +++ b/src/com/jpexs/decompiler/flash/gui/locales/abc/As3ClassLinkageDialog.properties @@ -12,32 +12,24 @@ # # You should have received a copy of the GNU General Public License # along with this program. If not, see . - -dialog.title = AS3 class linkage -button.ok = OK -button.proceed = Proceed -button.cancel = Cancel - -classname = Fully qualified class name: - -error.multipleClasses = Error: This character has already assigned more than single class, it cannot be renamed via this tool. However, you can still manually modify the SymbolClass tag. -error.alreadyAssignedClass = Error: This class is already assigned to different character -error.needToModify = Modify the classname to a new name. - -class.found = Existing class with the name found. -class.notfound = Class with the name does not exist yet. - -symbolClassAppropriate = SymbolClass tag in the nearest appropriate frame will be modified or created. - -class.notfound.createAsk = Do you want the class to be created? - -class.notfound.create = Yes, create class -class.notfound.create.parentType = Parent class name (fully qualified): -class.notfound.create.abc.where = Where to create byte code: -class.notfound.create.abc.where.existing = Existing DoABC tag -class.notfound.create.abc.where.new = New DoABC tag - -class.notfound.onlySetClassName = No, just assign class name -class.notfound.onlySetClassName.symbolClass.where = Where to store the linkage data: -class.notfound.onlySetClassName.symbolClass.where.existing = Existing SymbolClass tag -class.notfound.onlySetClassName.symbolClass.where.new = New SymbolClass tag \ No newline at end of file +dialog.title=AS3 class linkage +button.ok=OK +button.proceed=Proceed +button.cancel=Cancel +classname=Fully qualified class name: +error.multipleClasses=Error: This character has already assigned more than single class, it cannot be renamed via this tool. However, you can still manually modify the SymbolClass tag. +error.alreadyAssignedClass=Error: This class is already assigned to different character +error.needToModify=Modify the classname to a new name. +class.found=Existing class with the name found. +class.notfound=Class with the name does not exist yet. +symbolClassAppropriate=SymbolClass tag in the nearest appropriate frame will be modified or created. +class.notfound.createAsk=Do you want the class to be created? +class.notfound.create=Yes, create class +class.notfound.create.parentType=Parent class name (fully qualified): +class.notfound.create.abc.where=Where to create byte code: +class.notfound.create.abc.where.existing=Existing DoABC tag +class.notfound.create.abc.where.new=New DoABC tag +class.notfound.onlySetClassName=No, just assign class name +class.notfound.onlySetClassName.symbolClass.where=Where to store the linkage data: +class.notfound.onlySetClassName.symbolClass.where.existing=Existing SymbolClass tag +class.notfound.onlySetClassName.symbolClass.where.new=New SymbolClass tag \ No newline at end of file diff --git a/src/com/jpexs/decompiler/flash/gui/locales/abc/As3ClassLinkageDialog_cs.properties b/src/com/jpexs/decompiler/flash/gui/locales/abc/As3ClassLinkageDialog_cs.properties index 0e05286aa..ea09972d0 100644 --- a/src/com/jpexs/decompiler/flash/gui/locales/abc/As3ClassLinkageDialog_cs.properties +++ b/src/com/jpexs/decompiler/flash/gui/locales/abc/As3ClassLinkageDialog_cs.properties @@ -12,32 +12,24 @@ # # You should have received a copy of the GNU General Public License # along with this program. If not, see . - -dialog.title = Vazba na AS3 t\u0159\u00eddu -button.ok = OK -button.proceed = Pokra\u010dovat -button.cancel = Storno - -classname = Pln\u011b kvalifikovan\u00fd n\u00e1zev t\u0159\u00eddy: - -error.multipleClasses = Chyba: Tento charakter m\u00e1 ji\u017e p\u0159i\u0159azeno v\u00edce jak jednu t\u0159\u00eddu, nelze ho p\u0159ejmenovat t\u00edmto n\u00e1strojem. Ka\u017edopadn\u011b m\u016f\u017eete st\u00e1le upravit SymbolClass tag ru\u010dn\u011b. -error.alreadyAssignedClass = Chyba: Tato t\u0159\u00edda je ji\u017e p\u0159i\u0159azena jin\u00e9mu charakteru -error.needToModify = Upravte n\u00e1zev t\u0159\u00eddy na n\u011bjak\u00fd nov\u00fd n\u00e1zev. - -class.found = Nalezena existuj\u00edc\u00ed t\u0159\u00edda s t\u00edmto n\u00e1zvem. -class.notfound = T\u0159\u00edda s t\u00edmto n\u00e1zvem zat\u00edm neexistuje. - -symbolClassAppropriate = Bude vytvo\u0159en nebo upraven SymbolClass tag v nejbli\u017e\u0161\u00edm vhodn\u00e9m framu. - -class.notfound.createAsk = Chcete tuto t\u0159\u00eddu vytvo\u0159it? - -class.notfound.create = Ano, vytvo\u0159it t\u0159\u00eddu -class.notfound.create.parentType = N\u00e1zev rodi\u010dovsk\u00e9 t\u0159\u00eddy (pln\u011b kvalifikovan\u00fd): -class.notfound.create.abc.where = Kam um\u00edstit bajt k\u00f3d: -class.notfound.create.abc.where.existing = Existuj\u00edc\u00ed DoABC tag -class.notfound.create.abc.where.new = Nov\u00fd DoABC tag - -class.notfound.onlySetClassName = Ne, jen p\u0159i\u0159adit n\u00e1zev t\u0159\u00eddy -class.notfound.onlySetClassName.symbolClass.where = Kam um\u00edstit data o vazb\u011b: -class.notfound.onlySetClassName.symbolClass.where.existing = Existuj\u00edc\u00ed SymbolClass tag -class.notfound.onlySetClassName.symbolClass.where.new = Nov\u00fd SymbolClass tag \ No newline at end of file +dialog.title=Vazba na AS3 t\u0159\u00eddu +button.ok=OK +button.proceed=Pokra\u010dovat +button.cancel=Storno +classname=Pln\u011b kvalifikovan\u00fd n\u00e1zev t\u0159\u00eddy: +error.multipleClasses=Chyba: Tento charakter m\u00e1 ji\u017e p\u0159i\u0159azeno v\u00edce jak jednu t\u0159\u00eddu, nelze ho p\u0159ejmenovat t\u00edmto n\u00e1strojem. Ka\u017edopadn\u011b m\u016f\u017eete st\u00e1le upravit SymbolClass tag ru\u010dn\u011b. +error.alreadyAssignedClass=Chyba: Tato t\u0159\u00edda je ji\u017e p\u0159i\u0159azena jin\u00e9mu charakteru +error.needToModify=Upravte n\u00e1zev t\u0159\u00eddy na n\u011bjak\u00fd nov\u00fd n\u00e1zev. +class.found=Nalezena existuj\u00edc\u00ed t\u0159\u00edda s t\u00edmto n\u00e1zvem. +class.notfound=T\u0159\u00edda s t\u00edmto n\u00e1zvem zat\u00edm neexistuje. +symbolClassAppropriate=Bude vytvo\u0159en nebo upraven SymbolClass tag v nejbli\u017e\u0161\u00edm vhodn\u00e9m framu. +class.notfound.createAsk=Chcete tuto t\u0159\u00eddu vytvo\u0159it? +class.notfound.create=Ano, vytvo\u0159it t\u0159\u00eddu +class.notfound.create.parentType=N\u00e1zev rodi\u010dovsk\u00e9 t\u0159\u00eddy (pln\u011b kvalifikovan\u00fd): +class.notfound.create.abc.where=Kam um\u00edstit bajt k\u00f3d: +class.notfound.create.abc.where.existing=Existuj\u00edc\u00ed DoABC tag +class.notfound.create.abc.where.new=Nov\u00fd DoABC tag +class.notfound.onlySetClassName=Ne, jen p\u0159i\u0159adit n\u00e1zev t\u0159\u00eddy +class.notfound.onlySetClassName.symbolClass.where=Kam um\u00edstit data o vazb\u011b: +class.notfound.onlySetClassName.symbolClass.where.existing=Existuj\u00edc\u00ed SymbolClass tag +class.notfound.onlySetClassName.symbolClass.where.new=Nov\u00fd SymbolClass tag \ No newline at end of file diff --git a/src/com/jpexs/decompiler/flash/gui/locales/abc/DeobfuscationDialog.properties b/src/com/jpexs/decompiler/flash/gui/locales/abc/DeobfuscationDialog.properties index 90bf0fc95..c3e28fa82 100644 --- a/src/com/jpexs/decompiler/flash/gui/locales/abc/DeobfuscationDialog.properties +++ b/src/com/jpexs/decompiler/flash/gui/locales/abc/DeobfuscationDialog.properties @@ -12,20 +12,16 @@ # # You should have received a copy of the GNU General Public License # along with this program. If not, see . - -processallclasses = Process all classes -dialog.title = PCode deobfuscation -deobfuscation.level = Code deobfuscation level: -deobfuscation.removedeadcode = Remove dead code -deobfuscation.removetraps = Remove traps -deobfuscation.restorecontrolflow = Restore control flow - -button.ok = OK -button.cancel = Cancel - -deobfuscation.scope = Scope: -deobfuscation.scope.method = Current method -deobfuscation.scope.script = Current script -deobfuscation.scope.swf = Whole SWF - -warning.modify = WARNING: This action will modify the SWF file.\r\nIf you want only deobfuscation for display, then use\r\n"Automatic deobfuscation" option in Settings\r\nor the small pill icon above the script editor. +processallclasses=Process all classes +dialog.title=PCode deobfuscation +deobfuscation.level=Code deobfuscation level: +deobfuscation.removedeadcode=Remove dead code +deobfuscation.removetraps=Remove traps +deobfuscation.restorecontrolflow=Restore control flow +button.ok=OK +button.cancel=Cancel +deobfuscation.scope=Scope: +deobfuscation.scope.method=Current method +deobfuscation.scope.script=Current script +deobfuscation.scope.swf=Whole SWF +warning.modify=WARNING: This action will modify the SWF file.\r\nIf you want only deobfuscation for display, then use\r\n"Automatic deobfuscation" option in Settings\r\nor the small pill icon above the script editor. diff --git a/src/com/jpexs/decompiler/flash/gui/locales/abc/DeobfuscationDialog_ca.properties b/src/com/jpexs/decompiler/flash/gui/locales/abc/DeobfuscationDialog_ca.properties index 5cf0728a3..04ad3aa72 100644 --- a/src/com/jpexs/decompiler/flash/gui/locales/abc/DeobfuscationDialog_ca.properties +++ b/src/com/jpexs/decompiler/flash/gui/locales/abc/DeobfuscationDialog_ca.properties @@ -12,13 +12,11 @@ # # You should have received a copy of the GNU General Public License # along with this program. If not, see . - -processallclasses = Processa totes les classes -dialog.title = Desofuscaci\u00f3 de Codi P -deobfuscation.level = Nivell de desofuscaci\u00f3 del codi: -deobfuscation.removedeadcode = Elimina el codi mort -deobfuscation.removetraps = Elimina les trampes -deobfuscation.restorecontrolflow = Elimina el flux de control - -button.ok = B\u00e9 -button.cancel = Cancel\u00b7la +processallclasses=Processa totes les classes +dialog.title=Desofuscaci\u00f3 de Codi P +deobfuscation.level=Nivell de desofuscaci\u00f3 del codi: +deobfuscation.removedeadcode=Elimina el codi mort +deobfuscation.removetraps=Elimina les trampes +deobfuscation.restorecontrolflow=Elimina el flux de control +button.ok=B\u00e9 +button.cancel=Cancel\u00b7la diff --git a/src/com/jpexs/decompiler/flash/gui/locales/abc/DeobfuscationDialog_cs.properties b/src/com/jpexs/decompiler/flash/gui/locales/abc/DeobfuscationDialog_cs.properties index b56e0aa2d..500aabd97 100644 --- a/src/com/jpexs/decompiler/flash/gui/locales/abc/DeobfuscationDialog_cs.properties +++ b/src/com/jpexs/decompiler/flash/gui/locales/abc/DeobfuscationDialog_cs.properties @@ -12,20 +12,16 @@ # # You should have received a copy of the GNU General Public License # along with this program. If not, see . - -processallclasses = Proj\u00edt v\u0161echny t\u0159\u00eddy -dialog.title = Deobfuskace P-k\u00f3du -deobfuscation.level = \u00darove\u0148 deobfuskace k\u00f3du: -deobfuscation.removedeadcode = Odstranit nepou\u017eit\u00fd k\u00f3d -deobfuscation.removetraps = Odstranit pasti -deobfuscation.restorecontrolflow = Obnovit control flow - -button.ok = OK -button.cancel = Storno - -deobfuscation.scope = Rozsah: -deobfuscation.scope.method = Aktu\u00e1ln\u00ed metoda -deobfuscation.scope.script = Aktu\u00e1ln\u00ed skript -deobfuscation.scope.swf = Cel\u00e9 SWF - -warning.modify = VAROV\u00c1N\u00cd: Tato akce modifikuje dan\u00fd SWF soubor.\r\nPokud chcete jen deobfuskaci pro zobrazen\u00ed,\r\npou\u017eijte volbu "Automatick\u00e1 deobfuskace" v Nastaven\u00ed\r\nnebo drobnou ikonku s pilulkou nad editorem skript\u016f. +processallclasses=Proj\u00edt v\u0161echny t\u0159\u00eddy +dialog.title=Deobfuskace P-k\u00f3du +deobfuscation.level=\u00darove\u0148 deobfuskace k\u00f3du: +deobfuscation.removedeadcode=Odstranit nepou\u017eit\u00fd k\u00f3d +deobfuscation.removetraps=Odstranit pasti +deobfuscation.restorecontrolflow=Obnovit control flow +button.ok=OK +button.cancel=Storno +deobfuscation.scope=Rozsah: +deobfuscation.scope.method=Aktu\u00e1ln\u00ed metoda +deobfuscation.scope.script=Aktu\u00e1ln\u00ed skript +deobfuscation.scope.swf=Cel\u00e9 SWF +warning.modify=VAROV\u00c1N\u00cd: Tato akce modifikuje dan\u00fd SWF soubor.\r\nPokud chcete jen deobfuskaci pro zobrazen\u00ed,\r\npou\u017eijte volbu "Automatick\u00e1 deobfuskace" v Nastaven\u00ed\r\nnebo drobnou ikonku s pilulkou nad editorem skript\u016f. diff --git a/src/com/jpexs/decompiler/flash/gui/locales/abc/DeobfuscationDialog_de.properties b/src/com/jpexs/decompiler/flash/gui/locales/abc/DeobfuscationDialog_de.properties index c819eb41e..e7b4508e3 100644 --- a/src/com/jpexs/decompiler/flash/gui/locales/abc/DeobfuscationDialog_de.properties +++ b/src/com/jpexs/decompiler/flash/gui/locales/abc/DeobfuscationDialog_de.properties @@ -12,13 +12,11 @@ # # You should have received a copy of the GNU General Public License # along with this program. If not, see . - -processallclasses = Alle Klassen verarbeiten -dialog.title = PCode deobfuskation -deobfuscation.level = Code deobfuskationslevel: -deobfuscation.removedeadcode = Besch\u00e4digten Code entfernen -deobfuscation.removetraps = Fallen entfernen -deobfuscation.restorecontrolflow = Ablaufsteuerung wiederherstellen - -button.ok = OK -button.cancel = Abbrechen +processallclasses=Alle Klassen verarbeiten +dialog.title=PCode deobfuskation +deobfuscation.level=Code deobfuskationslevel: +deobfuscation.removedeadcode=Besch\u00e4digten Code entfernen +deobfuscation.removetraps=Fallen entfernen +deobfuscation.restorecontrolflow=Ablaufsteuerung wiederherstellen +button.ok=OK +button.cancel=Abbrechen diff --git a/src/com/jpexs/decompiler/flash/gui/locales/abc/DeobfuscationDialog_es.properties b/src/com/jpexs/decompiler/flash/gui/locales/abc/DeobfuscationDialog_es.properties index 5d25b72eb..eebd1bbb3 100644 --- a/src/com/jpexs/decompiler/flash/gui/locales/abc/DeobfuscationDialog_es.properties +++ b/src/com/jpexs/decompiler/flash/gui/locales/abc/DeobfuscationDialog_es.properties @@ -12,13 +12,11 @@ # # You should have received a copy of the GNU General Public License # along with this program. If not, see . - -processallclasses = Procesar todas las clases -dialog.title = Desofuscaci\u00f3n PCode -deobfuscation.level = Nivel de desofuscaci\u00f3n del c\u00f3digo: -deobfuscation.removedeadcode = Remover c\u00f3digo muerto -deobfuscation.removetraps = Remover trampas -deobfuscation.restorecontrolflow = Restaurar el flujo de control - -button.ok = OK -button.cancel = Cancelar +processallclasses=Procesar todas las clases +dialog.title=Desofuscaci\u00f3n PCode +deobfuscation.level=Nivel de desofuscaci\u00f3n del c\u00f3digo: +deobfuscation.removedeadcode=Remover c\u00f3digo muerto +deobfuscation.removetraps=Remover trampas +deobfuscation.restorecontrolflow=Restaurar el flujo de control +button.ok=OK +button.cancel=Cancelar diff --git a/src/com/jpexs/decompiler/flash/gui/locales/abc/DeobfuscationDialog_fr.properties b/src/com/jpexs/decompiler/flash/gui/locales/abc/DeobfuscationDialog_fr.properties index 53c187d94..5bddccd89 100644 --- a/src/com/jpexs/decompiler/flash/gui/locales/abc/DeobfuscationDialog_fr.properties +++ b/src/com/jpexs/decompiler/flash/gui/locales/abc/DeobfuscationDialog_fr.properties @@ -12,13 +12,11 @@ # # You should have received a copy of the GNU General Public License # along with this program. If not, see . - -processallclasses = Traiter toutes les classes -dialog.title = D\u00e9sobfuscation assembleur -deobfuscation.level = Niveau de d\u00e9sobfuscation du code : -deobfuscation.removedeadcode = Supprimer le code inutile -deobfuscation.removetraps = Supprimer les pi\u00e8ges -deobfuscation.restorecontrolflow = R\u00e9tablir le contr\u00f4le de flux - -button.ok = OK -button.cancel = Annuler +processallclasses=Traiter toutes les classes +dialog.title=D\u00e9sobfuscation assembleur +deobfuscation.level=Niveau de d\u00e9sobfuscation du code : +deobfuscation.removedeadcode=Supprimer le code inutile +deobfuscation.removetraps=Supprimer les pi\u00e8ges +deobfuscation.restorecontrolflow=R\u00e9tablir le contr\u00f4le de flux +button.ok=OK +button.cancel=Annuler diff --git a/src/com/jpexs/decompiler/flash/gui/locales/abc/DeobfuscationDialog_hu.properties b/src/com/jpexs/decompiler/flash/gui/locales/abc/DeobfuscationDialog_hu.properties index 1dfa67a6f..fe3d2ddb8 100644 --- a/src/com/jpexs/decompiler/flash/gui/locales/abc/DeobfuscationDialog_hu.properties +++ b/src/com/jpexs/decompiler/flash/gui/locales/abc/DeobfuscationDialog_hu.properties @@ -12,13 +12,11 @@ # # You should have received a copy of the GNU General Public License # along with this program. If not, see . - -processallclasses = \u00d6sszes oszt\u00e1ly feldolgoz\u00e1sa -dialog.title = PCode deobfuszk\u00e1l\u00e1s -deobfuscation.level = K\u00f3d deobfuszk\u00e1l\u00e1si szint: -deobfuscation.removedeadcode = Halott k\u00f3d elt\u00e1vol\u00edt\u00e1sa -deobfuscation.removetraps = Csapd\u00e1k elt\u00e1vol\u00edt\u00e1sa -deobfuscation.restorecontrolflow = Vez\u00e9rl\u00e9si-folyam helyre\u00e1ll\u00edt\u00e1s - -button.ok = OK -button.cancel = M\u00e9gse +processallclasses=\u00d6sszes oszt\u00e1ly feldolgoz\u00e1sa +dialog.title=PCode deobfuszk\u00e1l\u00e1s +deobfuscation.level=K\u00f3d deobfuszk\u00e1l\u00e1si szint: +deobfuscation.removedeadcode=Halott k\u00f3d elt\u00e1vol\u00edt\u00e1sa +deobfuscation.removetraps=Csapd\u00e1k elt\u00e1vol\u00edt\u00e1sa +deobfuscation.restorecontrolflow=Vez\u00e9rl\u00e9si-folyam helyre\u00e1ll\u00edt\u00e1s +button.ok=OK +button.cancel=M\u00e9gse diff --git a/src/com/jpexs/decompiler/flash/gui/locales/abc/DeobfuscationDialog_it.properties b/src/com/jpexs/decompiler/flash/gui/locales/abc/DeobfuscationDialog_it.properties index a146fba0f..5395bbaa7 100644 --- a/src/com/jpexs/decompiler/flash/gui/locales/abc/DeobfuscationDialog_it.properties +++ b/src/com/jpexs/decompiler/flash/gui/locales/abc/DeobfuscationDialog_it.properties @@ -12,13 +12,11 @@ # # You should have received a copy of the GNU General Public License # along with this program. If not, see . - -processallclasses = Elabora tutte le classi -dialog.title = Deoffuscamento P-Code -deobfuscation.level = Livello di deoffuscamento codice: -deobfuscation.removedeadcode = Rimuovere codice morto -deobfuscation.removetraps = Rimuovere \"trappole\" -deobfuscation.restorecontrolflow = Ripristinare il flusso di controllo - -button.ok = OK -button.cancel = Annulla +processallclasses=Elabora tutte le classi +dialog.title=Deoffuscamento P-Code +deobfuscation.level=Livello di deoffuscamento codice: +deobfuscation.removedeadcode=Rimuovere codice morto +deobfuscation.removetraps=Rimuovere \"trappole\" +deobfuscation.restorecontrolflow=Ripristinare il flusso di controllo +button.ok=OK +button.cancel=Annulla diff --git a/src/com/jpexs/decompiler/flash/gui/locales/abc/DeobfuscationDialog_ja.properties b/src/com/jpexs/decompiler/flash/gui/locales/abc/DeobfuscationDialog_ja.properties index a720ae65e..e40efa8f6 100644 --- a/src/com/jpexs/decompiler/flash/gui/locales/abc/DeobfuscationDialog_ja.properties +++ b/src/com/jpexs/decompiler/flash/gui/locales/abc/DeobfuscationDialog_ja.properties @@ -12,13 +12,11 @@ # # You should have received a copy of the GNU General Public License # along with this program. If not, see . - -processallclasses = \u3059\u3079\u3066\u306e\u30af\u30e9\u30b9\u3092\u51e6\u7406\u3059\u308b -dialog.title = P-code\u306e\u96e3\u8aad\u89e3\u9664 -deobfuscation.level = \u30b3\u30fc\u30c9\u306e\u96e3\u8aad\u5316\u89e3\u9664\u30ec\u30d9\u30eb: -deobfuscation.removedeadcode = \u30c7\u30c3\u30c9\u30b3\u30fc\u30c9\u3092\u524a\u9664\u3059\u308b -deobfuscation.removetraps = \u30c8\u30e9\u30c3\u30d7\u3092\u524a\u9664\u3059\u308b -deobfuscation.restorecontrolflow = \u5236\u5fa1\u30d5\u30ed\u30fc\u3092\u5fa9\u5143\u3059\u308b - -button.ok = OK -button.cancel = \u30ad\u30e3\u30f3\u30bb\u30eb +processallclasses=\u3059\u3079\u3066\u306e\u30af\u30e9\u30b9\u3092\u51e6\u7406\u3059\u308b +dialog.title=P-code\u306e\u96e3\u8aad\u89e3\u9664 +deobfuscation.level=\u30b3\u30fc\u30c9\u306e\u96e3\u8aad\u5316\u89e3\u9664\u30ec\u30d9\u30eb: +deobfuscation.removedeadcode=\u30c7\u30c3\u30c9\u30b3\u30fc\u30c9\u3092\u524a\u9664\u3059\u308b +deobfuscation.removetraps=\u30c8\u30e9\u30c3\u30d7\u3092\u524a\u9664\u3059\u308b +deobfuscation.restorecontrolflow=\u5236\u5fa1\u30d5\u30ed\u30fc\u3092\u5fa9\u5143\u3059\u308b +button.ok=OK +button.cancel=\u30ad\u30e3\u30f3\u30bb\u30eb diff --git a/src/com/jpexs/decompiler/flash/gui/locales/abc/DeobfuscationDialog_nl.properties b/src/com/jpexs/decompiler/flash/gui/locales/abc/DeobfuscationDialog_nl.properties index 40e09a976..1e8a80411 100644 --- a/src/com/jpexs/decompiler/flash/gui/locales/abc/DeobfuscationDialog_nl.properties +++ b/src/com/jpexs/decompiler/flash/gui/locales/abc/DeobfuscationDialog_nl.properties @@ -12,18 +12,16 @@ # # You should have received a copy of the GNU General Public License # along with this program. If not, see . - -processallclasses = Alle klassen behandelen -dialog.title = P-code deobfuscatie -deobfuscation.level = Code deobfuscatie niveau: -deobfuscation.removedeadcode = Dode code verwijderen -deobfuscation.removetraps = 'Traps' verwijderen -deobfuscation.restorecontrolflow = Controle van de stroom flow herstellen - -button.ok = OK -button.cancel = Annuleren -deobfuscation.scope = Bereik: -deobfuscation.scope.method = Huidige methode -deobfuscation.scope.script = Huidig script -deobfuscation.scope.swf = Hele SWF -warning.modify = WAARSCHUWING: Deze actie wijzigt het SWF-bestand.\r\nAls u alleen deobfuscatie wilt weergeven, gebruik dan\r\nde optie 'Automatische deobfuscatie' in Instellingen\r\noch het kleine pilpictogram boven het script +processallclasses=Alle klassen behandelen +dialog.title=P-code deobfuscatie +deobfuscation.level=Code deobfuscatie niveau: +deobfuscation.removedeadcode=Dode code verwijderen +deobfuscation.removetraps='Traps' verwijderen +deobfuscation.restorecontrolflow=Controle van de stroom flow herstellen +button.ok=OK +button.cancel=Annuleren +deobfuscation.scope=Bereik: +deobfuscation.scope.method=Huidige methode +deobfuscation.scope.script=Huidig script +deobfuscation.scope.swf=Hele SWF +warning.modify=WAARSCHUWING: Deze actie wijzigt het SWF-bestand.\r\nAls u alleen deobfuscatie wilt weergeven, gebruik dan\r\nde optie 'Automatische deobfuscatie' in Instellingen\r\noch het kleine pilpictogram boven het script diff --git a/src/com/jpexs/decompiler/flash/gui/locales/abc/DeobfuscationDialog_pl.properties b/src/com/jpexs/decompiler/flash/gui/locales/abc/DeobfuscationDialog_pl.properties index d8b23bd6b..6e5e9afcc 100644 --- a/src/com/jpexs/decompiler/flash/gui/locales/abc/DeobfuscationDialog_pl.properties +++ b/src/com/jpexs/decompiler/flash/gui/locales/abc/DeobfuscationDialog_pl.properties @@ -12,13 +12,11 @@ # # You should have received a copy of the GNU General Public License # along with this program. If not, see . - -processallclasses = Przetw\u00f3rz wszystkie klasy -dialog.title = Odkodowanie P-kodu -deobfuscation.level = Poziom odkodowania kodu: -deobfuscation.removedeadcode = Usu\u0144 martwy kod -deobfuscation.removetraps = Usu\u0144 pu\u0142apki -deobfuscation.restorecontrolflow = Przywr\u00f3\u0107 p\u0142yw kontrolny - -button.ok = OK -button.cancel = Anuluj +processallclasses=Przetw\u00f3rz wszystkie klasy +dialog.title=Odkodowanie P-kodu +deobfuscation.level=Poziom odkodowania kodu: +deobfuscation.removedeadcode=Usu\u0144 martwy kod +deobfuscation.removetraps=Usu\u0144 pu\u0142apki +deobfuscation.restorecontrolflow=Przywr\u00f3\u0107 p\u0142yw kontrolny +button.ok=OK +button.cancel=Anuluj diff --git a/src/com/jpexs/decompiler/flash/gui/locales/abc/DeobfuscationDialog_pt.properties b/src/com/jpexs/decompiler/flash/gui/locales/abc/DeobfuscationDialog_pt.properties index ca7dfa852..27c7b0cd1 100644 --- a/src/com/jpexs/decompiler/flash/gui/locales/abc/DeobfuscationDialog_pt.properties +++ b/src/com/jpexs/decompiler/flash/gui/locales/abc/DeobfuscationDialog_pt.properties @@ -12,13 +12,11 @@ # # You should have received a copy of the GNU General Public License # along with this program. If not, see . - -processallclasses = Processar todas as classes -dialog.title = PCode deobfuscation -deobfuscation.level = Nivel de deobfusca\u00e7\u00e3o do c\u00f3digo: -deobfuscation.removedeadcode = Remover codigo "morto" -deobfuscation.removetraps = Remover armadilhas -deobfuscation.restorecontrolflow = Restaurar o fluxo de control - -button.ok = OK -button.cancel = Cancelar +processallclasses=Processar todas as classes +dialog.title=PCode deobfuscation +deobfuscation.level=Nivel de deobfusca\u00e7\u00e3o do c\u00f3digo: +deobfuscation.removedeadcode=Remover codigo "morto" +deobfuscation.removetraps=Remover armadilhas +deobfuscation.restorecontrolflow=Restaurar o fluxo de control +button.ok=OK +button.cancel=Cancelar diff --git a/src/com/jpexs/decompiler/flash/gui/locales/abc/DeobfuscationDialog_pt_BR.properties b/src/com/jpexs/decompiler/flash/gui/locales/abc/DeobfuscationDialog_pt_BR.properties index 0dc17473d..ae1f2afd4 100644 --- a/src/com/jpexs/decompiler/flash/gui/locales/abc/DeobfuscationDialog_pt_BR.properties +++ b/src/com/jpexs/decompiler/flash/gui/locales/abc/DeobfuscationDialog_pt_BR.properties @@ -12,18 +12,16 @@ # # You should have received a copy of the GNU General Public License # along with this program. If not, see . - -processallclasses = Processar todas as classes -dialog.title = Desofusca\u00e7\u00e3o de P-Code -deobfuscation.level = Nivel de desofusca\u00e7\u00e3o do c\u00f3digo: -deobfuscation.removedeadcode = Remover c\u00f3digo morto -deobfuscation.removetraps = Remover armadilhas -deobfuscation.restorecontrolflow = Restaurar o fluxo de controle - -button.ok = OK -button.cancel = Cancelar -deobfuscation.scope = Escopo: -deobfuscation.scope.method = M\u00e9todo atual -deobfuscation.scope.script = Script atual -deobfuscation.scope.swf = SWF inteiro -warning.modify = AVISO: Esta a\u00e7\u00e3o modificar\u00e1 o arquivo SWF.\r\nSe voc\u00ea deseja apenas desofusca\u00e7\u00e3o para exibi\u00e7\u00e3o, use\r\na op\u00e7\u00e3o "Desofusca\u00e7\u00e3o autom\u00e1tica" em Configura\u00e7\u00f5es\r\nno pequeno \u00edcone de p\u00edlula acima do editor de script. +processallclasses=Processar todas as classes +dialog.title=Desofusca\u00e7\u00e3o de P-Code +deobfuscation.level=Nivel de desofusca\u00e7\u00e3o do c\u00f3digo: +deobfuscation.removedeadcode=Remover c\u00f3digo morto +deobfuscation.removetraps=Remover armadilhas +deobfuscation.restorecontrolflow=Restaurar o fluxo de controle +button.ok=OK +button.cancel=Cancelar +deobfuscation.scope=Escopo: +deobfuscation.scope.method=M\u00e9todo atual +deobfuscation.scope.script=Script atual +deobfuscation.scope.swf=SWF inteiro +warning.modify=AVISO: Esta a\u00e7\u00e3o modificar\u00e1 o arquivo SWF.\r\nSe voc\u00ea deseja apenas desofusca\u00e7\u00e3o para exibi\u00e7\u00e3o, use\r\na op\u00e7\u00e3o "Desofusca\u00e7\u00e3o autom\u00e1tica" em Configura\u00e7\u00f5es\r\nno pequeno \u00edcone de p\u00edlula acima do editor de script. diff --git a/src/com/jpexs/decompiler/flash/gui/locales/abc/DeobfuscationDialog_ru.properties b/src/com/jpexs/decompiler/flash/gui/locales/abc/DeobfuscationDialog_ru.properties index e0a83045b..a72bf30a0 100644 --- a/src/com/jpexs/decompiler/flash/gui/locales/abc/DeobfuscationDialog_ru.properties +++ b/src/com/jpexs/decompiler/flash/gui/locales/abc/DeobfuscationDialog_ru.properties @@ -12,13 +12,11 @@ # # You should have received a copy of the GNU General Public License # along with this program. If not, see . - -processallclasses = \u041e\u0431\u0440\u0430\u0431\u043e\u0442\u0430\u0442\u044c \u0432\u0441\u0435 \u043a\u043b\u0430\u0441\u0441\u044b -dialog.title = \u0414\u0435\u043e\u0431\u0444\u0443\u0441\u043a\u0430\u0446\u0438\u044f P-code -deobfuscation.level = \u0421\u0442\u0435\u043f\u0435\u043d\u044c \u0434\u0435\u043e\u0431\u0444\u0443\u0441\u043a\u0430\u0446\u0438\u0438: -deobfuscation.removedeadcode = \u0423\u0434\u0430\u043b\u0438\u0442\u044c \"\u043c\u0451\u0440\u0442\u0432\u044b\u0439\" \u043a\u043e\u0434 -deobfuscation.removetraps = \u0423\u0434\u0430\u043b\u0438\u0442\u044c \u043b\u043e\u0432\u0443\u0448\u043a\u0438 \u0434\u043b\u044f \u0434\u0435\u043a\u043e\u043c\u043f\u0438\u043b\u044f\u0442\u043e\u0440\u043e\u0432 -deobfuscation.restorecontrolflow = \u0412\u043e\u0441\u0441\u0442\u0430\u043d\u043e\u0432\u0438\u0442\u044c \u043f\u043e\u0440\u044f\u0434\u043e\u043a \u0432\u044b\u043f\u043e\u043b\u043d\u0435\u043d\u0438\u044f - -button.ok = OK -button.cancel = \u041e\u0442\u043c\u0435\u043d\u0430 +processallclasses=\u041e\u0431\u0440\u0430\u0431\u043e\u0442\u0430\u0442\u044c \u0432\u0441\u0435 \u043a\u043b\u0430\u0441\u0441\u044b +dialog.title=\u0414\u0435\u043e\u0431\u0444\u0443\u0441\u043a\u0430\u0446\u0438\u044f P-code +deobfuscation.level=\u0421\u0442\u0435\u043f\u0435\u043d\u044c \u0434\u0435\u043e\u0431\u0444\u0443\u0441\u043a\u0430\u0446\u0438\u0438: +deobfuscation.removedeadcode=\u0423\u0434\u0430\u043b\u0438\u0442\u044c \"\u043c\u0451\u0440\u0442\u0432\u044b\u0439\" \u043a\u043e\u0434 +deobfuscation.removetraps=\u0423\u0434\u0430\u043b\u0438\u0442\u044c \u043b\u043e\u0432\u0443\u0448\u043a\u0438 \u0434\u043b\u044f \u0434\u0435\u043a\u043e\u043c\u043f\u0438\u043b\u044f\u0442\u043e\u0440\u043e\u0432 +deobfuscation.restorecontrolflow=\u0412\u043e\u0441\u0441\u0442\u0430\u043d\u043e\u0432\u0438\u0442\u044c \u043f\u043e\u0440\u044f\u0434\u043e\u043a \u0432\u044b\u043f\u043e\u043b\u043d\u0435\u043d\u0438\u044f +button.ok=OK +button.cancel=\u041e\u0442\u043c\u0435\u043d\u0430 diff --git a/src/com/jpexs/decompiler/flash/gui/locales/abc/DeobfuscationDialog_sv.properties b/src/com/jpexs/decompiler/flash/gui/locales/abc/DeobfuscationDialog_sv.properties index 152cd6ded..d4e37b7e5 100644 --- a/src/com/jpexs/decompiler/flash/gui/locales/abc/DeobfuscationDialog_sv.properties +++ b/src/com/jpexs/decompiler/flash/gui/locales/abc/DeobfuscationDialog_sv.properties @@ -12,13 +12,11 @@ # # You should have received a copy of the GNU General Public License # along with this program. If not, see . - -processallclasses = Bearbeta alla klasser -dialog.title = Avl\u00e4gsna obfuskerad Bytekod -deobfuscation.level = Avl\u00e4gsnad obfuskering, kodniv\u00e5: -deobfuscation.removedeadcode = Ta bort d\u00f6d kod -deobfuscation.removetraps = Ta bort f\u00e4llor -deobfuscation.restorecontrolflow = \u00c5terst\u00e4ll styrfl\u00f6de - -button.ok = Godk\u00e4nn -button.cancel = Avbryt +processallclasses=Bearbeta alla klasser +dialog.title=Avl\u00e4gsna obfuskerad Bytekod +deobfuscation.level=Avl\u00e4gsnad obfuskering, kodniv\u00e5: +deobfuscation.removedeadcode=Ta bort d\u00f6d kod +deobfuscation.removetraps=Ta bort f\u00e4llor +deobfuscation.restorecontrolflow=\u00c5terst\u00e4ll styrfl\u00f6de +button.ok=Godk\u00e4nn +button.cancel=Avbryt diff --git a/src/com/jpexs/decompiler/flash/gui/locales/abc/DeobfuscationDialog_tr.properties b/src/com/jpexs/decompiler/flash/gui/locales/abc/DeobfuscationDialog_tr.properties index a91105bc9..d6ebb3fd7 100644 --- a/src/com/jpexs/decompiler/flash/gui/locales/abc/DeobfuscationDialog_tr.properties +++ b/src/com/jpexs/decompiler/flash/gui/locales/abc/DeobfuscationDialog_tr.properties @@ -12,20 +12,16 @@ # # You should have received a copy of the GNU General Public License # along with this program. If not, see . - - -processallclasses = T\u00fcm s\u0131n\u0131flar\u0131 i\u015fle -dialog.title = PCod kod gizleme -deobfuscation.level = Kod gizleme d\u00fczeyi: -deobfuscation.removedeadcode = \u00d6l\u00fc kodu kald\u0131r -deobfuscation.removetraps = Tuzaklar\u0131 kald\u0131r -deobfuscation.restorecontrolflow = Kontrol ak\u0131\u015f\u0131n\u0131 geri y\u00fckle - - -button.ok = TAMAM -button.cancel = \u0130ptal -deobfuscation.scope = Kapsam: -deobfuscation.scope.method = Ge\u00e7erli y\u00f6ntem -deobfuscation.scope.script = Ge\u00e7erli komut dosyas\u0131 -deobfuscation.scope.swf = B\u00fct\u00fcn SWF -warning.modify = UYARI: Bu eylem, SWF dosyas\u0131n\u0131 de\u011fi\u015ftirir.\r\nG\u00f6r\u00fcnt\u00fcleme i\u00e7in yaln\u0131zca kod gizleme istiyorsan\u0131z, Ayarlarda\r\n"Otomatik kod gizleme" se\u00e7ene\u011fini veya komut dosyas\u0131 d\u00fczenleyicinin \u00fczerindeki k\u00fc\u00e7\u00fck hap simgesini kullan\u0131n\r\n. +processallclasses=T\u00fcm s\u0131n\u0131flar\u0131 i\u015fle +dialog.title=PCod kod gizleme +deobfuscation.level=Kod gizleme d\u00fczeyi: +deobfuscation.removedeadcode=\u00d6l\u00fc kodu kald\u0131r +deobfuscation.removetraps=Tuzaklar\u0131 kald\u0131r +deobfuscation.restorecontrolflow=Kontrol ak\u0131\u015f\u0131n\u0131 geri y\u00fckle +button.ok=TAMAM +button.cancel=\u0130ptal +deobfuscation.scope=Kapsam: +deobfuscation.scope.method=Ge\u00e7erli y\u00f6ntem +deobfuscation.scope.script=Ge\u00e7erli komut dosyas\u0131 +deobfuscation.scope.swf=B\u00fct\u00fcn SWF +warning.modify=UYARI: Bu eylem, SWF dosyas\u0131n\u0131 de\u011fi\u015ftirir.\r\nG\u00f6r\u00fcnt\u00fcleme i\u00e7in yaln\u0131zca kod gizleme istiyorsan\u0131z, Ayarlarda\r\n"Otomatik kod gizleme" se\u00e7ene\u011fini veya komut dosyas\u0131 d\u00fczenleyicinin \u00fczerindeki k\u00fc\u00e7\u00fck hap simgesini kullan\u0131n\r\n. diff --git a/src/com/jpexs/decompiler/flash/gui/locales/abc/DeobfuscationDialog_uk.properties b/src/com/jpexs/decompiler/flash/gui/locales/abc/DeobfuscationDialog_uk.properties index d07396dac..e0999a10e 100644 --- a/src/com/jpexs/decompiler/flash/gui/locales/abc/DeobfuscationDialog_uk.properties +++ b/src/com/jpexs/decompiler/flash/gui/locales/abc/DeobfuscationDialog_uk.properties @@ -12,13 +12,11 @@ # # You should have received a copy of the GNU General Public License # along with this program. If not, see . - -processallclasses = \u041e\u0431\u0440\u043e\u0431\u0438\u0442\u0438 \u0432\u0441\u0456 \u043a\u043b\u0430\u0441\u0438 -dialog.title = \u0414\u0435\u043e\u0431\u0444\u0443\u0441\u043a\u0430\u0446\u0456\u044f P-\u043a\u043e\u0434\u0443 -deobfuscation.level = \u0421\u0442\u0443\u043f\u0456\u043d\u044c \u0434\u0435\u043e\u0431\u0444\u0443\u0441\u043a\u0430\u0446\u0456\u0457: -deobfuscation.removedeadcode = \u0412\u0438\u0434\u0430\u043b\u0438\u0442\u0438 \"\u043c\u0435\u0440\u0442\u0432\u0438\u0439\" \u043a\u043e\u0434 -deobfuscation.removetraps = \u0412\u0438\u0434\u0430\u043b\u0438\u0442\u0438 \u043f\u0430\u0441\u0442\u043a\u0438 \u0434\u043b\u044f \u0434\u0435\u043a\u043e\u043c\u043f\u0456\u043b\u044f\u0442\u043e\u0440\u0456\u0432 -deobfuscation.restorecontrolflow = \u0412\u0456\u0434\u043d\u043e\u0432\u0438\u0442\u0438 \u043f\u043e\u0442\u0456\u043a \u043a\u0435\u0440\u0443\u0432\u0430\u043d\u043d\u044f - -button.ok = \u0413\u0430\u0440\u0430\u0437\u0434 -button.cancel = \u0421\u043a\u0430\u0441\u0443\u0432\u0430\u0442\u0438 +processallclasses=\u041e\u0431\u0440\u043e\u0431\u0438\u0442\u0438 \u0432\u0441\u0456 \u043a\u043b\u0430\u0441\u0438 +dialog.title=\u0414\u0435\u043e\u0431\u0444\u0443\u0441\u043a\u0430\u0446\u0456\u044f P-\u043a\u043e\u0434\u0443 +deobfuscation.level=\u0421\u0442\u0443\u043f\u0456\u043d\u044c \u0434\u0435\u043e\u0431\u0444\u0443\u0441\u043a\u0430\u0446\u0456\u0457: +deobfuscation.removedeadcode=\u0412\u0438\u0434\u0430\u043b\u0438\u0442\u0438 \"\u043c\u0435\u0440\u0442\u0432\u0438\u0439\" \u043a\u043e\u0434 +deobfuscation.removetraps=\u0412\u0438\u0434\u0430\u043b\u0438\u0442\u0438 \u043f\u0430\u0441\u0442\u043a\u0438 \u0434\u043b\u044f \u0434\u0435\u043a\u043e\u043c\u043f\u0456\u043b\u044f\u0442\u043e\u0440\u0456\u0432 +deobfuscation.restorecontrolflow=\u0412\u0456\u0434\u043d\u043e\u0432\u0438\u0442\u0438 \u043f\u043e\u0442\u0456\u043a \u043a\u0435\u0440\u0443\u0432\u0430\u043d\u043d\u044f +button.ok=\u0413\u0430\u0440\u0430\u0437\u0434 +button.cancel=\u0421\u043a\u0430\u0441\u0443\u0432\u0430\u0442\u0438 diff --git a/src/com/jpexs/decompiler/flash/gui/locales/abc/DeobfuscationDialog_zh.properties b/src/com/jpexs/decompiler/flash/gui/locales/abc/DeobfuscationDialog_zh.properties index c2c8a73b3..80bf74e78 100644 --- a/src/com/jpexs/decompiler/flash/gui/locales/abc/DeobfuscationDialog_zh.properties +++ b/src/com/jpexs/decompiler/flash/gui/locales/abc/DeobfuscationDialog_zh.properties @@ -12,18 +12,16 @@ # # You should have received a copy of the GNU General Public License # along with this program. If not, see . - -processallclasses = \u5904\u7406\u6240\u6709\u7c7b -dialog.title = P\u4ee3\u7801\u53cd\u6df7\u6dc6 -deobfuscation.level = \u4ee3\u7801\u53cd\u6df7\u6dc6\u7b49\u7ea7: -deobfuscation.removedeadcode = \u5220\u9664\u65e0\u6548\u4ee3\u7801 -deobfuscation.removetraps = \u6e05\u9664traps -deobfuscation.restorecontrolflow = \u91cd\u5efa\u63a7\u5236\u6d41 - -button.ok = \u786e\u5b9a -button.cancel = \u53d6\u6d88 -deobfuscation.scope = \u8303\u56f4 -deobfuscation.scope.method = \u5f53\u524d\u65b9\u6cd5 -deobfuscation.scope.script = \u5f53\u524d\u811a\u672c -deobfuscation.scope.swf = \u6574\u4e2aSWF -warning.modify = \u8b66\u544a: \u6b64\u64cd\u4f5c\u5c06\u66f4\u6539\u6574\u4e2aSWF\u6587\u4ef6.\r\n\u5982\u679c\u4f60\u53ea\u9700\u8981\u53cd\u6df7\u6dc6\u663e\u793a, \r\n\u8bf7\u4f7f\u7528\u8bbe\u7f6e\u754c\u9762\u4e2d\u7684"\u81ea\u52a8\u53cd\u6df7\u6dc6"\u9009\u9879\r\n\u6216\u70b9\u51fb\u811a\u672c\u7f16\u8f91\u5668\u4e0a\u65b9\u7684\u5c0f\u836f\u4e38\u56fe\u6807. +processallclasses=\u5904\u7406\u6240\u6709\u7c7b +dialog.title=P\u4ee3\u7801\u53cd\u6df7\u6dc6 +deobfuscation.level=\u4ee3\u7801\u53cd\u6df7\u6dc6\u7b49\u7ea7: +deobfuscation.removedeadcode=\u5220\u9664\u65e0\u6548\u4ee3\u7801 +deobfuscation.removetraps=\u6e05\u9664traps +deobfuscation.restorecontrolflow=\u91cd\u5efa\u63a7\u5236\u6d41 +button.ok=\u786e\u5b9a +button.cancel=\u53d6\u6d88 +deobfuscation.scope=\u8303\u56f4 +deobfuscation.scope.method=\u5f53\u524d\u65b9\u6cd5 +deobfuscation.scope.script=\u5f53\u524d\u811a\u672c +deobfuscation.scope.swf=\u6574\u4e2aSWF +warning.modify=\u8b66\u544a: \u6b64\u64cd\u4f5c\u5c06\u66f4\u6539\u6574\u4e2aSWF\u6587\u4ef6.\r\n\u5982\u679c\u4f60\u53ea\u9700\u8981\u53cd\u6df7\u6dc6\u663e\u793a, \r\n\u8bf7\u4f7f\u7528\u8bbe\u7f6e\u754c\u9762\u4e2d\u7684"\u81ea\u52a8\u53cd\u6df7\u6dc6"\u9009\u9879\r\n\u6216\u70b9\u51fb\u811a\u672c\u7f16\u8f91\u5668\u4e0a\u65b9\u7684\u5c0f\u836f\u4e38\u56fe\u6807. diff --git a/src/com/jpexs/decompiler/flash/gui/locales/abc/NewTraitDialog.properties b/src/com/jpexs/decompiler/flash/gui/locales/abc/NewTraitDialog.properties index 1f3b20c28..5f6dc82f2 100644 --- a/src/com/jpexs/decompiler/flash/gui/locales/abc/NewTraitDialog.properties +++ b/src/com/jpexs/decompiler/flash/gui/locales/abc/NewTraitDialog.properties @@ -12,13 +12,11 @@ # # You should have received a copy of the GNU General Public License # along with this program. If not, see . - -type.method = Method -type.getter = Getter -type.setter = Setter -type.const = Const -type.slot = Slot (var) -checkbox.static = Static -dialog.title = New trait - -error.name = You must specify trait name +type.method=Method +type.getter=Getter +type.setter=Setter +type.const=Const +type.slot=Slot (var) +checkbox.static=Static +dialog.title=New trait +error.name=You must specify trait name diff --git a/src/com/jpexs/decompiler/flash/gui/locales/abc/NewTraitDialog_ca.properties b/src/com/jpexs/decompiler/flash/gui/locales/abc/NewTraitDialog_ca.properties index a5021e249..137803dd8 100644 --- a/src/com/jpexs/decompiler/flash/gui/locales/abc/NewTraitDialog_ca.properties +++ b/src/com/jpexs/decompiler/flash/gui/locales/abc/NewTraitDialog_ca.properties @@ -12,13 +12,11 @@ # # You should have received a copy of the GNU General Public License # along with this program. If not, see . - -type.method = M\u00e8tode -type.getter = Lector (Getter) -type.setter = Escriptor (Setter) -type.const = Constant -type.slot = S\u00f2col (var) -checkbox.static = Est\u00e0tic -dialog.title = Nou tret - -error.name = Has d'especificar un nom de tret +type.method=M\u00e8tode +type.getter=Lector (Getter) +type.setter=Escriptor (Setter) +type.const=Constant +type.slot=S\u00f2col (var) +checkbox.static=Est\u00e0tic +dialog.title=Nou tret +error.name=Has d'especificar un nom de tret diff --git a/src/com/jpexs/decompiler/flash/gui/locales/abc/NewTraitDialog_cs.properties b/src/com/jpexs/decompiler/flash/gui/locales/abc/NewTraitDialog_cs.properties index e3514a4c2..6e9a8cf60 100644 --- a/src/com/jpexs/decompiler/flash/gui/locales/abc/NewTraitDialog_cs.properties +++ b/src/com/jpexs/decompiler/flash/gui/locales/abc/NewTraitDialog_cs.properties @@ -12,13 +12,11 @@ # # You should have received a copy of the GNU General Public License # along with this program. If not, see . - -type.method = Metoda -type.getter = Getter -type.setter = Setter -type.const = Konstanta -type.slot = Slot (var) -checkbox.static = Static -dialog.title = Nov\u00e1 vlastnost - -error.name = Mus\u00edte uv\u00e9st n\u00e1zev vlastnosti +type.method=Metoda +type.getter=Getter +type.setter=Setter +type.const=Konstanta +type.slot=Slot (var) +checkbox.static=Static +dialog.title=Nov\u00e1 vlastnost +error.name=Mus\u00edte uv\u00e9st n\u00e1zev vlastnosti diff --git a/src/com/jpexs/decompiler/flash/gui/locales/abc/NewTraitDialog_de.properties b/src/com/jpexs/decompiler/flash/gui/locales/abc/NewTraitDialog_de.properties index 7ccfd187f..b88f59d2b 100644 --- a/src/com/jpexs/decompiler/flash/gui/locales/abc/NewTraitDialog_de.properties +++ b/src/com/jpexs/decompiler/flash/gui/locales/abc/NewTraitDialog_de.properties @@ -12,13 +12,11 @@ # # You should have received a copy of the GNU General Public License # along with this program. If not, see . - -type.method = Methode -type.getter = Getter -type.setter = Setter -type.const = Konstant -type.slot = Slot (var) -checkbox.static = Statisch -dialog.title = Neue Eigenschaft - -error.name = Sie m\u00fcssen einen Namen f\u00fcr die Eigenschaft angeben +type.method=Methode +type.getter=Getter +type.setter=Setter +type.const=Konstant +type.slot=Slot (var) +checkbox.static=Statisch +dialog.title=Neue Eigenschaft +error.name=Sie m\u00fcssen einen Namen f\u00fcr die Eigenschaft angeben diff --git a/src/com/jpexs/decompiler/flash/gui/locales/abc/NewTraitDialog_es.properties b/src/com/jpexs/decompiler/flash/gui/locales/abc/NewTraitDialog_es.properties index eba1c4866..956ba8d78 100644 --- a/src/com/jpexs/decompiler/flash/gui/locales/abc/NewTraitDialog_es.properties +++ b/src/com/jpexs/decompiler/flash/gui/locales/abc/NewTraitDialog_es.properties @@ -12,13 +12,11 @@ # # You should have received a copy of the GNU General Public License # along with this program. If not, see . - -type.method = M\u00e9todo -type.getter = Getter -type.setter = Setter -type.const = Constante -type.slot = Espacio (var) -checkbox.static = Est\u00e1tico -dialog.title = Nueva caracter\u00edstica - -error.name = Debe especificar un nombre para la caracter\u00edstica +type.method=M\u00e9todo +type.getter=Getter +type.setter=Setter +type.const=Constante +type.slot=Espacio (var) +checkbox.static=Est\u00e1tico +dialog.title=Nueva caracter\u00edstica +error.name=Debe especificar un nombre para la caracter\u00edstica diff --git a/src/com/jpexs/decompiler/flash/gui/locales/abc/NewTraitDialog_fr.properties b/src/com/jpexs/decompiler/flash/gui/locales/abc/NewTraitDialog_fr.properties index a46dd1d32..f028e654a 100644 --- a/src/com/jpexs/decompiler/flash/gui/locales/abc/NewTraitDialog_fr.properties +++ b/src/com/jpexs/decompiler/flash/gui/locales/abc/NewTraitDialog_fr.properties @@ -12,13 +12,11 @@ # # You should have received a copy of the GNU General Public License # along with this program. If not, see . - -type.method = M\u00e9thode -type.getter = Getter -type.setter = Setter -type.const = Constante -type.slot = Slot (var) -checkbox.static = Statique -dialog.title = Nouvelle caract\u00e9ristique - -error.name = Vous devez renseigner un nom pour la caract\u00e9ristique +type.method=M\u00e9thode +type.getter=Getter +type.setter=Setter +type.const=Constante +type.slot=Slot (var) +checkbox.static=Statique +dialog.title=Nouvelle caract\u00e9ristique +error.name=Vous devez renseigner un nom pour la caract\u00e9ristique diff --git a/src/com/jpexs/decompiler/flash/gui/locales/abc/NewTraitDialog_hu.properties b/src/com/jpexs/decompiler/flash/gui/locales/abc/NewTraitDialog_hu.properties index f4f7fe25f..41cdc7939 100644 --- a/src/com/jpexs/decompiler/flash/gui/locales/abc/NewTraitDialog_hu.properties +++ b/src/com/jpexs/decompiler/flash/gui/locales/abc/NewTraitDialog_hu.properties @@ -12,13 +12,11 @@ # # You should have received a copy of the GNU General Public License # along with this program. If not, see . - -type.method = Met\u00f3dus -type.getter = Getter -type.setter = Setter -type.const = Konstans -type.slot = Slot (var) -checkbox.static = Statikus -dialog.title = \u00daj jellemz\u0151 - -error.name = A jellemz\u0151 nev\u00e9t k\u00f6telez\u0151 megadni +type.method=Met\u00f3dus +type.getter=Getter +type.setter=Setter +type.const=Konstans +type.slot=Slot (var) +checkbox.static=Statikus +dialog.title=\u00daj jellemz\u0151 +error.name=A jellemz\u0151 nev\u00e9t k\u00f6telez\u0151 megadni diff --git a/src/com/jpexs/decompiler/flash/gui/locales/abc/NewTraitDialog_it.properties b/src/com/jpexs/decompiler/flash/gui/locales/abc/NewTraitDialog_it.properties index 769214709..4a6ecc6f8 100644 --- a/src/com/jpexs/decompiler/flash/gui/locales/abc/NewTraitDialog_it.properties +++ b/src/com/jpexs/decompiler/flash/gui/locales/abc/NewTraitDialog_it.properties @@ -12,12 +12,11 @@ # # You should have received a copy of the GNU General Public License # along with this program. If not, see . - -type.method = Metodo -type.getter = Getter -type.setter = Setter -type.const = Costante -type.slot = Slot (var) -checkbox.static = Statico -dialog.title = Nuovo trait -error.name = Occorre specificare il nome del trait +type.method=Metodo +type.getter=Getter +type.setter=Setter +type.const=Costante +type.slot=Slot (var) +checkbox.static=Statico +dialog.title=Nuovo trait +error.name=Occorre specificare il nome del trait diff --git a/src/com/jpexs/decompiler/flash/gui/locales/abc/NewTraitDialog_ja.properties b/src/com/jpexs/decompiler/flash/gui/locales/abc/NewTraitDialog_ja.properties index e5a4a3465..ed1f9ef8b 100644 --- a/src/com/jpexs/decompiler/flash/gui/locales/abc/NewTraitDialog_ja.properties +++ b/src/com/jpexs/decompiler/flash/gui/locales/abc/NewTraitDialog_ja.properties @@ -12,13 +12,11 @@ # # You should have received a copy of the GNU General Public License # along with this program. If not, see . - -type.method = \u30e1\u30bd\u30c3\u30c9 -type.getter = Getter -type.setter = Setter -type.const = Const -type.slot = Slot (\u5909\u6570) -checkbox.static = Static -dialog.title = \u65b0\u3057\u3044trait - -error.name = trait \u540d\u3092\u6307\u5b9a\u3059\u308b\u5fc5\u8981\u304c\u3042\u308a\u307e\u3059 +type.method=\u30e1\u30bd\u30c3\u30c9 +type.getter=Getter +type.setter=Setter +type.const=Const +type.slot=Slot (\u5909\u6570) +checkbox.static=Static +dialog.title=\u65b0\u3057\u3044trait +error.name=trait \u540d\u3092\u6307\u5b9a\u3059\u308b\u5fc5\u8981\u304c\u3042\u308a\u307e\u3059 diff --git a/src/com/jpexs/decompiler/flash/gui/locales/abc/NewTraitDialog_nl.properties b/src/com/jpexs/decompiler/flash/gui/locales/abc/NewTraitDialog_nl.properties index 13c2ec7bc..7e09e7c69 100644 --- a/src/com/jpexs/decompiler/flash/gui/locales/abc/NewTraitDialog_nl.properties +++ b/src/com/jpexs/decompiler/flash/gui/locales/abc/NewTraitDialog_nl.properties @@ -12,13 +12,11 @@ # # You should have received a copy of the GNU General Public License # along with this program. If not, see . - -type.method = Methode -type.getter = Getter -type.setter = Setter -type.const = Constante -type.slot = Slot (var) -checkbox.static = Statisch -dialog.title = Nieuwe eigenschap - -error.name = U moet de naam van de eigenschap specificeren +type.method=Methode +type.getter=Getter +type.setter=Setter +type.const=Constante +type.slot=Slot (var) +checkbox.static=Statisch +dialog.title=Nieuwe eigenschap +error.name=U moet de naam van de eigenschap specificeren diff --git a/src/com/jpexs/decompiler/flash/gui/locales/abc/NewTraitDialog_pl.properties b/src/com/jpexs/decompiler/flash/gui/locales/abc/NewTraitDialog_pl.properties index ffc382677..35fd92f05 100644 --- a/src/com/jpexs/decompiler/flash/gui/locales/abc/NewTraitDialog_pl.properties +++ b/src/com/jpexs/decompiler/flash/gui/locales/abc/NewTraitDialog_pl.properties @@ -12,13 +12,11 @@ # # You should have received a copy of the GNU General Public License # along with this program. If not, see . - -type.method = Metoda -type.getter = Geter -type.setter = Seter -type.const = Sta\u0142a -type.slot = Slot (zmienna) -checkbox.static = Statyczna -dialog.title = Nowa cecha - -error.name = Nale\u017cy okre\u015bli\u0107 nazw\u0119 cechy +type.method=Metoda +type.getter=Geter +type.setter=Seter +type.const=Sta\u0142a +type.slot=Slot (zmienna) +checkbox.static=Statyczna +dialog.title=Nowa cecha +error.name=Nale\u017cy okre\u015bli\u0107 nazw\u0119 cechy diff --git a/src/com/jpexs/decompiler/flash/gui/locales/abc/NewTraitDialog_pt_BR.properties b/src/com/jpexs/decompiler/flash/gui/locales/abc/NewTraitDialog_pt_BR.properties index 63e91d0af..db4010973 100644 --- a/src/com/jpexs/decompiler/flash/gui/locales/abc/NewTraitDialog_pt_BR.properties +++ b/src/com/jpexs/decompiler/flash/gui/locales/abc/NewTraitDialog_pt_BR.properties @@ -12,13 +12,11 @@ # # You should have received a copy of the GNU General Public License # along with this program. If not, see . - -type.method = M\u00e9todo -type.getter = Getter -type.setter = Setter -type.const = Const -type.slot = Espa\u00e7o (vari\u00e1vel) -checkbox.static = Est\u00e1tica -dialog.title = Novo trait - -error.name = Voc\u00ea deve especificar o nome do trait +type.method=M\u00e9todo +type.getter=Getter +type.setter=Setter +type.const=Const +type.slot=Espa\u00e7o (vari\u00e1vel) +checkbox.static=Est\u00e1tica +dialog.title=Novo trait +error.name=Voc\u00ea deve especificar o nome do trait diff --git a/src/com/jpexs/decompiler/flash/gui/locales/abc/NewTraitDialog_ru.properties b/src/com/jpexs/decompiler/flash/gui/locales/abc/NewTraitDialog_ru.properties index ccefb6b61..aea70585f 100644 --- a/src/com/jpexs/decompiler/flash/gui/locales/abc/NewTraitDialog_ru.properties +++ b/src/com/jpexs/decompiler/flash/gui/locales/abc/NewTraitDialog_ru.properties @@ -12,13 +12,11 @@ # # You should have received a copy of the GNU General Public License # along with this program. If not, see . - -type.method = Method -type.getter = Getter -type.setter = Setter -type.const = Const -type.slot = Slot (var) -checkbox.static = \u0421\u0442\u0430\u0442\u0438\u0447\u0435\u0441\u043a\u0438\u0439 -dialog.title = \u041d\u043e\u0432\u044b\u0439 trait - -error.name = \u0412\u044b \u0434\u043e\u043b\u0436\u043d\u044b \u0443\u043a\u0430\u0437\u0430\u0442\u044c \u0438\u043c\u044f trait'\u0430 +type.method=Method +type.getter=Getter +type.setter=Setter +type.const=Const +type.slot=Slot (var) +checkbox.static=\u0421\u0442\u0430\u0442\u0438\u0447\u0435\u0441\u043a\u0438\u0439 +dialog.title=\u041d\u043e\u0432\u044b\u0439 trait +error.name=\u0412\u044b \u0434\u043e\u043b\u0436\u043d\u044b \u0443\u043a\u0430\u0437\u0430\u0442\u044c \u0438\u043c\u044f trait'\u0430 diff --git a/src/com/jpexs/decompiler/flash/gui/locales/abc/NewTraitDialog_sv.properties b/src/com/jpexs/decompiler/flash/gui/locales/abc/NewTraitDialog_sv.properties index c8b360f5a..5232f8532 100644 --- a/src/com/jpexs/decompiler/flash/gui/locales/abc/NewTraitDialog_sv.properties +++ b/src/com/jpexs/decompiler/flash/gui/locales/abc/NewTraitDialog_sv.properties @@ -12,13 +12,11 @@ # # You should have received a copy of the GNU General Public License # along with this program. If not, see . - -type.method = Metod -type.getter = Getter -type.setter = Setter -type.const = Const -type.slot = Slot (var) -checkbox.static = Static -dialog.title = Ny egenskap - -error.name = Du m\u00e5ste v\u00e4lja ett egenskaps namn +type.method=Metod +type.getter=Getter +type.setter=Setter +type.const=Const +type.slot=Slot (var) +checkbox.static=Static +dialog.title=Ny egenskap +error.name=Du m\u00e5ste v\u00e4lja ett egenskaps namn diff --git a/src/com/jpexs/decompiler/flash/gui/locales/abc/NewTraitDialog_tr.properties b/src/com/jpexs/decompiler/flash/gui/locales/abc/NewTraitDialog_tr.properties index e06b94a67..f9e08c03d 100644 --- a/src/com/jpexs/decompiler/flash/gui/locales/abc/NewTraitDialog_tr.properties +++ b/src/com/jpexs/decompiler/flash/gui/locales/abc/NewTraitDialog_tr.properties @@ -12,15 +12,11 @@ # # You should have received a copy of the GNU General Public License # along with this program. If not, see . - - -type.method = Y\u00f6ntem -type.getter = Al\u0131c\u0131 -type.setter = Ayarlay\u0131c\u0131 -type.const = Yap\u0131c\u0131 -type.slot = Yuva (oldu) -checkbox.static = Sabit -dialog.title = Yeni \u00f6zellik - - -error.name = \u00d6zellik ismini belirtmelisiniz +type.method=Y\u00f6ntem +type.getter=Al\u0131c\u0131 +type.setter=Ayarlay\u0131c\u0131 +type.const=Yap\u0131c\u0131 +type.slot=Yuva (oldu) +checkbox.static=Sabit +dialog.title=Yeni \u00f6zellik +error.name=\u00d6zellik ismini belirtmelisiniz diff --git a/src/com/jpexs/decompiler/flash/gui/locales/abc/NewTraitDialog_uk.properties b/src/com/jpexs/decompiler/flash/gui/locales/abc/NewTraitDialog_uk.properties index 90c61df1a..660fefd86 100644 --- a/src/com/jpexs/decompiler/flash/gui/locales/abc/NewTraitDialog_uk.properties +++ b/src/com/jpexs/decompiler/flash/gui/locales/abc/NewTraitDialog_uk.properties @@ -12,13 +12,11 @@ # # You should have received a copy of the GNU General Public License # along with this program. If not, see . - -type.method = Method -type.getter = Getter -type.setter = Setter -type.const = Const -type.slot = Slot (var) -checkbox.static = \u0421\u0442\u0430\u0442\u0438\u0447\u043d\u0438\u0439 -dialog.title = \u041d\u043e\u0432\u0430 \u043e\u0441\u043e\u0431\u043b\u0438\u0432\u0456\u0441\u0442\u044c (trait) - -error.name = \u041d\u0435\u043e\u0431\u0445\u0456\u0434\u043d\u043e \u0432\u043a\u0430\u0437\u0430\u0442\u0438 \u0456\u043c'\u044f \u043e\u0441\u043e\u0431\u043b\u0438\u0432\u043e\u0441\u0442\u0456 (trait) +type.method=Method +type.getter=Getter +type.setter=Setter +type.const=Const +type.slot=Slot (var) +checkbox.static=\u0421\u0442\u0430\u0442\u0438\u0447\u043d\u0438\u0439 +dialog.title=\u041d\u043e\u0432\u0430 \u043e\u0441\u043e\u0431\u043b\u0438\u0432\u0456\u0441\u0442\u044c (trait) +error.name=\u041d\u0435\u043e\u0431\u0445\u0456\u0434\u043d\u043e \u0432\u043a\u0430\u0437\u0430\u0442\u0438 \u0456\u043c'\u044f \u043e\u0441\u043e\u0431\u043b\u0438\u0432\u043e\u0441\u0442\u0456 (trait) diff --git a/src/com/jpexs/decompiler/flash/gui/locales/abc/NewTraitDialog_zh.properties b/src/com/jpexs/decompiler/flash/gui/locales/abc/NewTraitDialog_zh.properties index 0815f631a..ebf4648b4 100644 --- a/src/com/jpexs/decompiler/flash/gui/locales/abc/NewTraitDialog_zh.properties +++ b/src/com/jpexs/decompiler/flash/gui/locales/abc/NewTraitDialog_zh.properties @@ -12,13 +12,11 @@ # # You should have received a copy of the GNU General Public License # along with this program. If not, see . - -type.method = Method -type.getter = Getter -type.setter = Setter -type.const = Const -type.slot = Slot (var) -checkbox.static = Static -dialog.title = \u65b0\u5efa Trait - -error.name = \u60a8\u5fc5\u987b\u4e3a Trait \u547d\u540d +type.method=Method +type.getter=Getter +type.setter=Setter +type.const=Const +type.slot=Slot (var) +checkbox.static=Static +dialog.title=\u65b0\u5efa Trait +error.name=\u60a8\u5fc5\u987b\u4e3a Trait \u547d\u540d diff --git a/src/com/jpexs/decompiler/flash/gui/locales/abc/SelectDoABCDialog.properties b/src/com/jpexs/decompiler/flash/gui/locales/abc/SelectDoABCDialog.properties index 0d5cdd86f..71d8a8e9e 100644 --- a/src/com/jpexs/decompiler/flash/gui/locales/abc/SelectDoABCDialog.properties +++ b/src/com/jpexs/decompiler/flash/gui/locales/abc/SelectDoABCDialog.properties @@ -12,7 +12,6 @@ # # You should have received a copy of the GNU General Public License # along with this program. If not, see . - -dialog.title = Select DoABC tag -button.ok = OK -button.cancel = Cancel +dialog.title=Select DoABC tag +button.ok=OK +button.cancel=Cancel diff --git a/src/com/jpexs/decompiler/flash/gui/locales/abc/SelectDoABCDialog_cs.properties b/src/com/jpexs/decompiler/flash/gui/locales/abc/SelectDoABCDialog_cs.properties index ff2bbc2ac..fe47333e4 100644 --- a/src/com/jpexs/decompiler/flash/gui/locales/abc/SelectDoABCDialog_cs.properties +++ b/src/com/jpexs/decompiler/flash/gui/locales/abc/SelectDoABCDialog_cs.properties @@ -12,7 +12,6 @@ # # You should have received a copy of the GNU General Public License # along with this program. If not, see . - -dialog.title = Vyberte DoABC tag -button.ok = OK -button.cancel = Storno +dialog.title=Vyberte DoABC tag +button.ok=OK +button.cancel=Storno diff --git a/src/com/jpexs/decompiler/flash/gui/locales/abc/SelectDoABCDialog_nl.properties b/src/com/jpexs/decompiler/flash/gui/locales/abc/SelectDoABCDialog_nl.properties index 0865d08f8..3b13fc02e 100644 --- a/src/com/jpexs/decompiler/flash/gui/locales/abc/SelectDoABCDialog_nl.properties +++ b/src/com/jpexs/decompiler/flash/gui/locales/abc/SelectDoABCDialog_nl.properties @@ -12,6 +12,6 @@ # # You should have received a copy of the GNU General Public License # along with this program. If not, see . -dialog.title = Selecteer DoABC-tag -button.ok = OK -button.cancel = Annuleren +dialog.title=Selecteer DoABC-tag +button.ok=OK +button.cancel=Annuleren diff --git a/src/com/jpexs/decompiler/flash/gui/locales/abc/SelectDoABCDialog_pt_BR.properties b/src/com/jpexs/decompiler/flash/gui/locales/abc/SelectDoABCDialog_pt_BR.properties index 88ae8ad90..b9428ab33 100644 --- a/src/com/jpexs/decompiler/flash/gui/locales/abc/SelectDoABCDialog_pt_BR.properties +++ b/src/com/jpexs/decompiler/flash/gui/locales/abc/SelectDoABCDialog_pt_BR.properties @@ -12,6 +12,6 @@ # # You should have received a copy of the GNU General Public License # along with this program. If not, see . -dialog.title = Selecionar tag DoABC -button.ok = OK -button.cancel = Cancelar +dialog.title=Selecionar tag DoABC +button.ok=OK +button.cancel=Cancelar diff --git a/src/com/jpexs/decompiler/flash/gui/locales/abc/SelectDoABCDialog_tr.properties b/src/com/jpexs/decompiler/flash/gui/locales/abc/SelectDoABCDialog_tr.properties index 43f9fe12e..143c3a1d7 100644 --- a/src/com/jpexs/decompiler/flash/gui/locales/abc/SelectDoABCDialog_tr.properties +++ b/src/com/jpexs/decompiler/flash/gui/locales/abc/SelectDoABCDialog_tr.properties @@ -12,6 +12,6 @@ # # You should have received a copy of the GNU General Public License # along with this program. If not, see . -dialog.title = DoABC etiketini se\u00e7 -button.ok = TAMAM -button.cancel = \u0130ptal +dialog.title=DoABC etiketini se\u00e7 +button.ok=TAMAM +button.cancel=\u0130ptal diff --git a/src/com/jpexs/decompiler/flash/gui/locales/abc/SelectDoABCDialog_zh.properties b/src/com/jpexs/decompiler/flash/gui/locales/abc/SelectDoABCDialog_zh.properties index f12c15321..676d87558 100644 --- a/src/com/jpexs/decompiler/flash/gui/locales/abc/SelectDoABCDialog_zh.properties +++ b/src/com/jpexs/decompiler/flash/gui/locales/abc/SelectDoABCDialog_zh.properties @@ -12,6 +12,6 @@ # # You should have received a copy of the GNU General Public License # along with this program. If not, see . -dialog.title = \u9009\u62e9DoABC\u6807\u7b7e -button.ok = \u786e\u5b9a -button.cancel = \u53d6\u6d88 +dialog.title=\u9009\u62e9DoABC\u6807\u7b7e +button.ok=\u786e\u5b9a +button.cancel=\u53d6\u6d88 diff --git a/src/com/jpexs/decompiler/flash/gui/locales/abc/UsageFrame.properties b/src/com/jpexs/decompiler/flash/gui/locales/abc/UsageFrame.properties index cd3026a65..9aeda9a0b 100644 --- a/src/com/jpexs/decompiler/flash/gui/locales/abc/UsageFrame.properties +++ b/src/com/jpexs/decompiler/flash/gui/locales/abc/UsageFrame.properties @@ -12,8 +12,7 @@ # # You should have received a copy of the GNU General Public License # along with this program. If not, see . - -button.goto = Go to -button.cancel = Cancel -dialog.title = Usages: -dialog.title.declaration = Declaration: +button.goto=Go to +button.cancel=Cancel +dialog.title=Usages: +dialog.title.declaration=Declaration: diff --git a/src/com/jpexs/decompiler/flash/gui/locales/abc/UsageFrame_ca.properties b/src/com/jpexs/decompiler/flash/gui/locales/abc/UsageFrame_ca.properties index b6eb6c329..659bc8bd9 100644 --- a/src/com/jpexs/decompiler/flash/gui/locales/abc/UsageFrame_ca.properties +++ b/src/com/jpexs/decompiler/flash/gui/locales/abc/UsageFrame_ca.properties @@ -12,8 +12,7 @@ # # You should have received a copy of the GNU General Public License # along with this program. If not, see . - -button.goto = Ves a -button.cancel = Cancel\u00b7la -dialog.title = Usos: -dialog.title.declaration = Declaraci\u00f3: +button.goto=Ves a +button.cancel=Cancel\u00b7la +dialog.title=Usos: +dialog.title.declaration=Declaraci\u00f3: diff --git a/src/com/jpexs/decompiler/flash/gui/locales/abc/UsageFrame_cs.properties b/src/com/jpexs/decompiler/flash/gui/locales/abc/UsageFrame_cs.properties index 2bfef9153..f0211f726 100644 --- a/src/com/jpexs/decompiler/flash/gui/locales/abc/UsageFrame_cs.properties +++ b/src/com/jpexs/decompiler/flash/gui/locales/abc/UsageFrame_cs.properties @@ -12,8 +12,7 @@ # # You should have received a copy of the GNU General Public License # along with this program. If not, see . - -button.goto = P\u0159ej\u00edt na -button.cancel = Storno -dialog.title = Pou\u017eit\u00ed: -dialog.title.declaration = Deklarace: +button.goto=P\u0159ej\u00edt na +button.cancel=Storno +dialog.title=Pou\u017eit\u00ed: +dialog.title.declaration=Deklarace: diff --git a/src/com/jpexs/decompiler/flash/gui/locales/abc/UsageFrame_de.properties b/src/com/jpexs/decompiler/flash/gui/locales/abc/UsageFrame_de.properties index cbcf6173a..518d50b83 100644 --- a/src/com/jpexs/decompiler/flash/gui/locales/abc/UsageFrame_de.properties +++ b/src/com/jpexs/decompiler/flash/gui/locales/abc/UsageFrame_de.properties @@ -12,7 +12,6 @@ # # You should have received a copy of the GNU General Public License # along with this program. If not, see . - -button.goto = Gehen nach -button.cancel = Abbrechen -dialog.title = Anwendungen: +button.goto=Gehen nach +button.cancel=Abbrechen +dialog.title=Anwendungen: diff --git a/src/com/jpexs/decompiler/flash/gui/locales/abc/UsageFrame_es.properties b/src/com/jpexs/decompiler/flash/gui/locales/abc/UsageFrame_es.properties index 0dcc3115b..f78e22f90 100644 --- a/src/com/jpexs/decompiler/flash/gui/locales/abc/UsageFrame_es.properties +++ b/src/com/jpexs/decompiler/flash/gui/locales/abc/UsageFrame_es.properties @@ -12,8 +12,7 @@ # # You should have received a copy of the GNU General Public License # along with this program. If not, see . - -button.goto = Ir a -button.cancel = Cancelar -dialog.title = Usos: -dialog.title.declaration = Declaraci\u00f3n: +button.goto=Ir a +button.cancel=Cancelar +dialog.title=Usos: +dialog.title.declaration=Declaraci\u00f3n: diff --git a/src/com/jpexs/decompiler/flash/gui/locales/abc/UsageFrame_fr.properties b/src/com/jpexs/decompiler/flash/gui/locales/abc/UsageFrame_fr.properties index a35471062..0ae65cb57 100644 --- a/src/com/jpexs/decompiler/flash/gui/locales/abc/UsageFrame_fr.properties +++ b/src/com/jpexs/decompiler/flash/gui/locales/abc/UsageFrame_fr.properties @@ -12,8 +12,7 @@ # # You should have received a copy of the GNU General Public License # along with this program. If not, see . - -button.goto = Aller \u00e0 -button.cancel = Annuler -dialog.title = Utilisation: -dialog.title.declaration = D\u00e9claration: +button.goto=Aller \u00e0 +button.cancel=Annuler +dialog.title=Utilisation: +dialog.title.declaration=D\u00e9claration: diff --git a/src/com/jpexs/decompiler/flash/gui/locales/abc/UsageFrame_hu.properties b/src/com/jpexs/decompiler/flash/gui/locales/abc/UsageFrame_hu.properties index 52cfe3592..8dae7bef7 100644 --- a/src/com/jpexs/decompiler/flash/gui/locales/abc/UsageFrame_hu.properties +++ b/src/com/jpexs/decompiler/flash/gui/locales/abc/UsageFrame_hu.properties @@ -12,8 +12,7 @@ # # You should have received a copy of the GNU General Public License # along with this program. If not, see . - -button.goto = Ugr\u00e1s -button.cancel = M\u00e9gse -dialog.title = Haszn\u00e1lat: -dialog.title.declaration = Deklar\u00e1ci\u00f3: +button.goto=Ugr\u00e1s +button.cancel=M\u00e9gse +dialog.title=Haszn\u00e1lat: +dialog.title.declaration=Deklar\u00e1ci\u00f3: diff --git a/src/com/jpexs/decompiler/flash/gui/locales/abc/UsageFrame_it.properties b/src/com/jpexs/decompiler/flash/gui/locales/abc/UsageFrame_it.properties index e42b41eea..72dab7f5f 100644 --- a/src/com/jpexs/decompiler/flash/gui/locales/abc/UsageFrame_it.properties +++ b/src/com/jpexs/decompiler/flash/gui/locales/abc/UsageFrame_it.properties @@ -12,8 +12,7 @@ # # You should have received a copy of the GNU General Public License # along with this program. If not, see . - -button.goto = Vai a -button.cancel = Annulla -dialog.title = Utilizzi: -dialog.title.declaration = Dicharazione: +button.goto=Vai a +button.cancel=Annulla +dialog.title=Utilizzi: +dialog.title.declaration=Dicharazione: diff --git a/src/com/jpexs/decompiler/flash/gui/locales/abc/UsageFrame_ja.properties b/src/com/jpexs/decompiler/flash/gui/locales/abc/UsageFrame_ja.properties index e8d52528e..d8d2c031b 100644 --- a/src/com/jpexs/decompiler/flash/gui/locales/abc/UsageFrame_ja.properties +++ b/src/com/jpexs/decompiler/flash/gui/locales/abc/UsageFrame_ja.properties @@ -12,8 +12,7 @@ # # You should have received a copy of the GNU General Public License # along with this program. If not, see . - -button.goto = \u79fb\u52d5 -button.cancel = \u30ad\u30e3\u30f3\u30bb\u30eb -dialog.title = \u4f7f\u7528\u7b87\u6240: -dialog.title.declaration = \u5ba3\u8a00: +button.goto=\u79fb\u52d5 +button.cancel=\u30ad\u30e3\u30f3\u30bb\u30eb +dialog.title=\u4f7f\u7528\u7b87\u6240: +dialog.title.declaration=\u5ba3\u8a00: diff --git a/src/com/jpexs/decompiler/flash/gui/locales/abc/UsageFrame_nl.properties b/src/com/jpexs/decompiler/flash/gui/locales/abc/UsageFrame_nl.properties index e23c63251..6ad9ca946 100644 --- a/src/com/jpexs/decompiler/flash/gui/locales/abc/UsageFrame_nl.properties +++ b/src/com/jpexs/decompiler/flash/gui/locales/abc/UsageFrame_nl.properties @@ -12,8 +12,7 @@ # # You should have received a copy of the GNU General Public License # along with this program. If not, see . - -button.goto = Ga naar -button.cancel = Annuleren -dialog.title = Gebruiken: -dialog.title.declaration = Declaratie: +button.goto=Ga naar +button.cancel=Annuleren +dialog.title=Gebruiken: +dialog.title.declaration=Declaratie: diff --git a/src/com/jpexs/decompiler/flash/gui/locales/abc/UsageFrame_pl.properties b/src/com/jpexs/decompiler/flash/gui/locales/abc/UsageFrame_pl.properties index e98346686..8af871954 100644 --- a/src/com/jpexs/decompiler/flash/gui/locales/abc/UsageFrame_pl.properties +++ b/src/com/jpexs/decompiler/flash/gui/locales/abc/UsageFrame_pl.properties @@ -12,8 +12,7 @@ # # You should have received a copy of the GNU General Public License # along with this program. If not, see . - -button.goto = Id\u017a do -button.cancel = Anuluj -dialog.title = U\u017cycia: -dialog.title.declaration = Deklaracja: +button.goto=Id\u017a do +button.cancel=Anuluj +dialog.title=U\u017cycia: +dialog.title.declaration=Deklaracja: diff --git a/src/com/jpexs/decompiler/flash/gui/locales/abc/UsageFrame_pt.properties b/src/com/jpexs/decompiler/flash/gui/locales/abc/UsageFrame_pt.properties index dcff55571..c01327b14 100644 --- a/src/com/jpexs/decompiler/flash/gui/locales/abc/UsageFrame_pt.properties +++ b/src/com/jpexs/decompiler/flash/gui/locales/abc/UsageFrame_pt.properties @@ -12,7 +12,6 @@ # # You should have received a copy of the GNU General Public License # along with this program. If not, see . - -button.goto = Ir para -button.cancel = Cancelar -dialog.title = Utiliza\u00e7\u00f5es: +button.goto=Ir para +button.cancel=Cancelar +dialog.title=Utiliza\u00e7\u00f5es: diff --git a/src/com/jpexs/decompiler/flash/gui/locales/abc/UsageFrame_pt_BR.properties b/src/com/jpexs/decompiler/flash/gui/locales/abc/UsageFrame_pt_BR.properties index f868ccb27..4affe7c0f 100644 --- a/src/com/jpexs/decompiler/flash/gui/locales/abc/UsageFrame_pt_BR.properties +++ b/src/com/jpexs/decompiler/flash/gui/locales/abc/UsageFrame_pt_BR.properties @@ -12,8 +12,7 @@ # # You should have received a copy of the GNU General Public License # along with this program. If not, see . - -button.goto = Ir para -button.cancel = Cancelar -dialog.title = Usos: -dialog.title.declaration = Declara\u00e7\u00e3o: +button.goto=Ir para +button.cancel=Cancelar +dialog.title=Usos: +dialog.title.declaration=Declara\u00e7\u00e3o: diff --git a/src/com/jpexs/decompiler/flash/gui/locales/abc/UsageFrame_ru.properties b/src/com/jpexs/decompiler/flash/gui/locales/abc/UsageFrame_ru.properties index 88d891801..475e83354 100644 --- a/src/com/jpexs/decompiler/flash/gui/locales/abc/UsageFrame_ru.properties +++ b/src/com/jpexs/decompiler/flash/gui/locales/abc/UsageFrame_ru.properties @@ -12,8 +12,7 @@ # # You should have received a copy of the GNU General Public License # along with this program. If not, see . - -button.goto = \u041f\u0435\u0440\u0435\u0439\u0442\u0438 \u043a -button.cancel = \u041e\u0442\u043c\u0435\u043d\u0430 -dialog.title = \u041f\u0440\u0438\u043c\u0435\u043d\u0435\u043d\u0438\u044f: -dialog.title.declaration = \u041e\u0431\u044a\u044f\u0432\u043b\u0435\u043d\u0438\u0435: +button.goto=\u041f\u0435\u0440\u0435\u0439\u0442\u0438 \u043a +button.cancel=\u041e\u0442\u043c\u0435\u043d\u0430 +dialog.title=\u041f\u0440\u0438\u043c\u0435\u043d\u0435\u043d\u0438\u044f: +dialog.title.declaration=\u041e\u0431\u044a\u044f\u0432\u043b\u0435\u043d\u0438\u0435: diff --git a/src/com/jpexs/decompiler/flash/gui/locales/abc/UsageFrame_sv.properties b/src/com/jpexs/decompiler/flash/gui/locales/abc/UsageFrame_sv.properties index d6614a1ed..eeeede1c2 100644 --- a/src/com/jpexs/decompiler/flash/gui/locales/abc/UsageFrame_sv.properties +++ b/src/com/jpexs/decompiler/flash/gui/locales/abc/UsageFrame_sv.properties @@ -12,8 +12,7 @@ # # You should have received a copy of the GNU General Public License # along with this program. If not, see . - -button.goto = G\u00e5 till -button.cancel = Avbryt -dialog.title = Anv\u00e4ndning: -dialog.title.declaration = F\u00f6rklaring: +button.goto=G\u00e5 till +button.cancel=Avbryt +dialog.title=Anv\u00e4ndning: +dialog.title.declaration=F\u00f6rklaring: diff --git a/src/com/jpexs/decompiler/flash/gui/locales/abc/UsageFrame_tr.properties b/src/com/jpexs/decompiler/flash/gui/locales/abc/UsageFrame_tr.properties index 385d3e9d8..e4a7b755a 100644 --- a/src/com/jpexs/decompiler/flash/gui/locales/abc/UsageFrame_tr.properties +++ b/src/com/jpexs/decompiler/flash/gui/locales/abc/UsageFrame_tr.properties @@ -12,9 +12,7 @@ # # You should have received a copy of the GNU General Public License # along with this program. If not, see . - - -button.goto = Git -button.cancel = \u0130ptal -dialog.title = Kullan\u0131m: -dialog.title.declaration = Bildirim: +button.goto=Git +button.cancel=\u0130ptal +dialog.title=Kullan\u0131m: +dialog.title.declaration=Bildirim: diff --git a/src/com/jpexs/decompiler/flash/gui/locales/abc/UsageFrame_uk.properties b/src/com/jpexs/decompiler/flash/gui/locales/abc/UsageFrame_uk.properties index 0db26edcb..ce3d79b1a 100644 --- a/src/com/jpexs/decompiler/flash/gui/locales/abc/UsageFrame_uk.properties +++ b/src/com/jpexs/decompiler/flash/gui/locales/abc/UsageFrame_uk.properties @@ -12,7 +12,6 @@ # # You should have received a copy of the GNU General Public License # along with this program. If not, see . - -button.goto = \u041f\u0435\u0440\u0435\u0439\u0442\u0438 \u0434\u043e -button.cancel = \u0421\u043a\u0430\u0441\u0443\u0432\u0430\u0442\u0438 -dialog.title = \u0417\u0430\u0441\u0442\u043e\u0441\u0443\u0432\u0430\u043d\u043d\u044f: +button.goto=\u041f\u0435\u0440\u0435\u0439\u0442\u0438 \u0434\u043e +button.cancel=\u0421\u043a\u0430\u0441\u0443\u0432\u0430\u0442\u0438 +dialog.title=\u0417\u0430\u0441\u0442\u043e\u0441\u0443\u0432\u0430\u043d\u043d\u044f: diff --git a/src/com/jpexs/decompiler/flash/gui/locales/abc/UsageFrame_zh.properties b/src/com/jpexs/decompiler/flash/gui/locales/abc/UsageFrame_zh.properties index 3753348fe..c9091a498 100644 --- a/src/com/jpexs/decompiler/flash/gui/locales/abc/UsageFrame_zh.properties +++ b/src/com/jpexs/decompiler/flash/gui/locales/abc/UsageFrame_zh.properties @@ -12,8 +12,7 @@ # # You should have received a copy of the GNU General Public License # along with this program. If not, see . - -button.goto = \u8f6c\u5230 -button.cancel = \u53d6\u6d88 -dialog.title = \u8303\u56f4: -dialog.title.declaration = \u58f0\u660e: +button.goto=\u8f6c\u5230 +button.cancel=\u53d6\u6d88 +dialog.title=\u8303\u56f4: +dialog.title.declaration=\u58f0\u660e: diff --git a/src/com/jpexs/decompiler/flash/gui/locales/action/AddScriptDialog.properties b/src/com/jpexs/decompiler/flash/gui/locales/action/AddScriptDialog.properties index e4ceb75ae..6a3338f9f 100644 --- a/src/com/jpexs/decompiler/flash/gui/locales/action/AddScriptDialog.properties +++ b/src/com/jpexs/decompiler/flash/gui/locales/action/AddScriptDialog.properties @@ -1,14 +1,13 @@ -framenum = Frame #: -dialog.title = Add script -button.ok = OK -button.cancel = Cancel -type = Script type: -type.frame = Main timeline frame script (DoAction) -type.sprite.frame = Sprite frame script (DoAction) -type.sprite.init = Sprite init script (DoInitAction) -type.button.event = Button event (BUTTONCONDACTION) -type.instance.event = Instance event (CLIPACTIONRECORD) -type.class = AS2 Class -classname = Fully qualified class name: - -message.classexists = Class with this name already exists. Please select another name. +framenum=Frame #: +dialog.title=Add script +button.ok=OK +button.cancel=Cancel +type=Script type: +type.frame=Main timeline frame script (DoAction) +type.sprite.frame=Sprite frame script (DoAction) +type.sprite.init=Sprite init script (DoInitAction) +type.button.event=Button event (BUTTONCONDACTION) +type.instance.event=Instance event (CLIPACTIONRECORD) +type.class=AS2 Class +classname=Fully qualified class name: +message.classexists=Class with this name already exists. Please select another name. diff --git a/src/com/jpexs/decompiler/flash/gui/locales/action/AddScriptDialog_cs.properties b/src/com/jpexs/decompiler/flash/gui/locales/action/AddScriptDialog_cs.properties index eba458ba4..925a1fcff 100644 --- a/src/com/jpexs/decompiler/flash/gui/locales/action/AddScriptDialog_cs.properties +++ b/src/com/jpexs/decompiler/flash/gui/locales/action/AddScriptDialog_cs.properties @@ -1,13 +1,13 @@ -framenum = Frame #: -dialog.title = P\u0159idat skript -button.ok = OK -button.cancel = Storno -type = Typ skriptu: -type.frame = Frame skript hlavn\u00ed timeliny (DoAction) -type.sprite.frame = Frame skript Spritu (DoAction) -type.sprite.init = Inicializa\u010dn\u00ed skript Spritu (DoInitAction) -type.button.event = Ud\u00e1lost tla\u010d\u00edtka (BUTTONCONDACTION) -type.instance.event = Ud\u00e1lost instance (CLIPACTIONRECORD) -type.class = AS2 T\u0159\u00edda -classname = Pln\u011b kvalifikovan\u00fd n\u00e1zev t\u0159\u00eddy -message.classexists = T\u0159\u00edda tohoto n\u00e1zvu ji\u017e existuje. Pros\u00edm zvolte jin\u00fd n\u00e1zev. +framenum=Frame #: +dialog.title=P\u0159idat skript +button.ok=OK +button.cancel=Storno +type=Typ skriptu: +type.frame=Frame skript hlavn\u00ed timeliny (DoAction) +type.sprite.frame=Frame skript Spritu (DoAction) +type.sprite.init=Inicializa\u010dn\u00ed skript Spritu (DoInitAction) +type.button.event=Ud\u00e1lost tla\u010d\u00edtka (BUTTONCONDACTION) +type.instance.event=Ud\u00e1lost instance (CLIPACTIONRECORD) +type.class=AS2 T\u0159\u00edda +classname=Pln\u011b kvalifikovan\u00fd n\u00e1zev t\u0159\u00eddy +message.classexists=T\u0159\u00edda tohoto n\u00e1zvu ji\u017e existuje. Pros\u00edm zvolte jin\u00fd n\u00e1zev. diff --git a/src/com/jpexs/decompiler/flash/gui/locales/action/AddScriptDialog_ja.properties b/src/com/jpexs/decompiler/flash/gui/locales/action/AddScriptDialog_ja.properties index 24f573051..c6436a786 100644 --- a/src/com/jpexs/decompiler/flash/gui/locales/action/AddScriptDialog_ja.properties +++ b/src/com/jpexs/decompiler/flash/gui/locales/action/AddScriptDialog_ja.properties @@ -1,14 +1,13 @@ -framenum = \u30d5\u30ec\u30fc\u30e0 #: -dialog.title = \u30b9\u30af\u30ea\u30d7\u30c8\u3092\u8ffd\u52a0 -button.ok = OK -button.cancel = \u30ad\u30e3\u30f3\u30bb\u30eb -type = \u30b9\u30af\u30ea\u30d7\u30c8\u306e\u7a2e\u985e: -type.frame = Main timeline frame script (DoAction) -type.sprite.frame = Sprite frame script (DoAction) -type.sprite.init = Sprite init script (DoInitAction) -type.button.event = Button event (BUTTONCONDACTION) -type.instance.event = Instance event (CLIPACTIONRECORD) -type.class = AS2 \u30af\u30e9\u30b9 -classname = \u5b8c\u5168\u4fee\u98fe\u30af\u30e9\u30b9\u540d: - -message.classexists = \u3053\u306e\u540d\u524d\u306e\u30af\u30e9\u30b9\u306f\u3059\u3067\u306b\u5b58\u5728\u3057\u307e\u3059\u3002\u4ed6\u306e\u540d\u524d\u3092\u6307\u5b9a\u3057\u3066\u304f\u3060\u3055\u3044\u3002 +framenum=\u30d5\u30ec\u30fc\u30e0 #: +dialog.title=\u30b9\u30af\u30ea\u30d7\u30c8\u3092\u8ffd\u52a0 +button.ok=OK +button.cancel=\u30ad\u30e3\u30f3\u30bb\u30eb +type=\u30b9\u30af\u30ea\u30d7\u30c8\u306e\u7a2e\u985e: +type.frame=Main timeline frame script (DoAction) +type.sprite.frame=Sprite frame script (DoAction) +type.sprite.init=Sprite init script (DoInitAction) +type.button.event=Button event (BUTTONCONDACTION) +type.instance.event=Instance event (CLIPACTIONRECORD) +type.class=AS2 \u30af\u30e9\u30b9 +classname=\u5b8c\u5168\u4fee\u98fe\u30af\u30e9\u30b9\u540d: +message.classexists=\u3053\u306e\u540d\u524d\u306e\u30af\u30e9\u30b9\u306f\u3059\u3067\u306b\u5b58\u5728\u3057\u307e\u3059\u3002\u4ed6\u306e\u540d\u524d\u3092\u6307\u5b9a\u3057\u3066\u304f\u3060\u3055\u3044\u3002 diff --git a/src/com/jpexs/decompiler/flash/gui/locales/action/AddScriptDialog_nl.properties b/src/com/jpexs/decompiler/flash/gui/locales/action/AddScriptDialog_nl.properties index 8579e5680..bccb40586 100644 --- a/src/com/jpexs/decompiler/flash/gui/locales/action/AddScriptDialog_nl.properties +++ b/src/com/jpexs/decompiler/flash/gui/locales/action/AddScriptDialog_nl.properties @@ -1,13 +1,13 @@ -framenum = Frame #: -dialog.title = Script toevoegen -button.ok = OK -button.cancel = Annuleren -type = Scripttype: -type.frame = Hoofdtijdlijn-framescript (DoAction) -type.sprite.frame = Sprite-framescript (DoAction) -type.sprite.init = Sprite initialisatie-script (DoInitAction) -type.button.event = Knopgebeurtenis (BUTTONCONDACTION) -type.instance.event = Instantiegebeurtenis (CLIPACTIONRECORD) -type.class = AS2-klasse -classname = Volledig gekwalificeerde klassenaam: -message.classexists = Klasse met deze naam bestaat al. Selecteer een andere naam. +framenum=Frame #: +dialog.title=Script toevoegen +button.ok=OK +button.cancel=Annuleren +type=Scripttype: +type.frame=Hoofdtijdlijn-framescript (DoAction) +type.sprite.frame=Sprite-framescript (DoAction) +type.sprite.init=Sprite initialisatie-script (DoInitAction) +type.button.event=Knopgebeurtenis (BUTTONCONDACTION) +type.instance.event=Instantiegebeurtenis (CLIPACTIONRECORD) +type.class=AS2-klasse +classname=Volledig gekwalificeerde klassenaam: +message.classexists=Klasse met deze naam bestaat al. Selecteer een andere naam. diff --git a/src/com/jpexs/decompiler/flash/gui/locales/action/AddScriptDialog_pt_BR.properties b/src/com/jpexs/decompiler/flash/gui/locales/action/AddScriptDialog_pt_BR.properties index f4f5dff28..8b798ed33 100644 --- a/src/com/jpexs/decompiler/flash/gui/locales/action/AddScriptDialog_pt_BR.properties +++ b/src/com/jpexs/decompiler/flash/gui/locales/action/AddScriptDialog_pt_BR.properties @@ -1,14 +1,13 @@ -framenum = Quadro #: -dialog.title = Adicionar script -button.ok = OK -button.cancel = Cancelar -type = Tipo do script: -type.frame = Script do quadro da linha do tempo principal (DoAction) -type.sprite.frame = Script de quadro Sprite (DoAction) -type.sprite.init = Script de inicializa\u00e7\u00e3o Sprite (DoInitAction) -type.button.event = Evento de bot\u00e3o (BUTTONCONDACTION) -type.instance.event = Evento de inst\u00e2ncia (CLIPACTIONRECORD) -type.class = Classe AS2 -classname = Nome de classe totalmente qualificado: - -message.classexists = J\u00e1 existe uma classe com este nome. Selecione outro nome. +framenum=Quadro #: +dialog.title=Adicionar script +button.ok=OK +button.cancel=Cancelar +type=Tipo do script: +type.frame=Script do quadro da linha do tempo principal (DoAction) +type.sprite.frame=Script de quadro Sprite (DoAction) +type.sprite.init=Script de inicializa\u00e7\u00e3o Sprite (DoInitAction) +type.button.event=Evento de bot\u00e3o (BUTTONCONDACTION) +type.instance.event=Evento de inst\u00e2ncia (CLIPACTIONRECORD) +type.class=Classe AS2 +classname=Nome de classe totalmente qualificado: +message.classexists=J\u00e1 existe uma classe com este nome. Selecione outro nome. diff --git a/src/com/jpexs/decompiler/flash/gui/locales/action/AddScriptDialog_tr.properties b/src/com/jpexs/decompiler/flash/gui/locales/action/AddScriptDialog_tr.properties index 90c7582a5..8c5bbabb4 100644 --- a/src/com/jpexs/decompiler/flash/gui/locales/action/AddScriptDialog_tr.properties +++ b/src/com/jpexs/decompiler/flash/gui/locales/action/AddScriptDialog_tr.properties @@ -1,13 +1,13 @@ -framenum = \u00c7er\u00e7eve #: -dialog.title = Komut dosyas\u0131 ekle -button.ok = TAMAM -button.cancel = \u0130ptal -type = Komut dosyas\u0131 t\u00fcr\u00fc: -type.frame = Ana zaman \u00e7izelgesi \u00e7er\u00e7eve komut dosyas\u0131 (DoAction) -type.sprite.frame = Sprite \u00e7er\u00e7eve komut dosyas\u0131 (DoAction) -type.sprite.init = Sprite ba\u015flang\u0131\u00e7 komut dosyas\u0131 (DoInitAction) -type.button.event = D\u00fc\u011fme etkinli\u011fi (BUTTONCONDACTION) -type.instance.event = \u00d6rnek etkinlik (CLIPACTIONRECORD) -type.class = AS2 S\u0131n\u0131f\u0131 -classname = Tam nitelikli s\u0131n\u0131f ismi: -message.classexists = Bu isimde bir s\u0131n\u0131f zaten mevcut. L\u00fctfen ba\u015fka bir isim se\u00e7iniz. +framenum=\u00c7er\u00e7eve #: +dialog.title=Komut dosyas\u0131 ekle +button.ok=TAMAM +button.cancel=\u0130ptal +type=Komut dosyas\u0131 t\u00fcr\u00fc: +type.frame=Ana zaman \u00e7izelgesi \u00e7er\u00e7eve komut dosyas\u0131 (DoAction) +type.sprite.frame=Sprite \u00e7er\u00e7eve komut dosyas\u0131 (DoAction) +type.sprite.init=Sprite ba\u015flang\u0131\u00e7 komut dosyas\u0131 (DoInitAction) +type.button.event=D\u00fc\u011fme etkinli\u011fi (BUTTONCONDACTION) +type.instance.event=\u00d6rnek etkinlik (CLIPACTIONRECORD) +type.class=AS2 S\u0131n\u0131f\u0131 +classname=Tam nitelikli s\u0131n\u0131f ismi: +message.classexists=Bu isimde bir s\u0131n\u0131f zaten mevcut. L\u00fctfen ba\u015fka bir isim se\u00e7iniz. diff --git a/src/com/jpexs/decompiler/flash/gui/locales/action/AddScriptDialog_zh.properties b/src/com/jpexs/decompiler/flash/gui/locales/action/AddScriptDialog_zh.properties index 190276b01..6206e4ebb 100644 --- a/src/com/jpexs/decompiler/flash/gui/locales/action/AddScriptDialog_zh.properties +++ b/src/com/jpexs/decompiler/flash/gui/locales/action/AddScriptDialog_zh.properties @@ -1,14 +1,13 @@ -framenum = \u5e27 #: -dialog.title = \u6dfb\u52a0\u811a\u672c -button.ok = \u786e\u5b9a -button.cancel = \u53d6\u6d88 -type = \u811a\u672c\u7c7b\u578b: -type.frame = \u4e3b\u65f6\u95f4\u8f74\u5e27\u811a\u672c (DoAction) -type.sprite.frame = \u7cbe\u7075\u5e27\u811a\u672c (DoAction) -type.sprite.init = \u7cbe\u7075\u521d\u59cb\u5316\u811a\u672c (DoInitAction) -type.button.event = \u6309\u94ae\u811a\u672c (BUTTONCONDACTION) -type.instance.event = \u5b9e\u4f8b\u811a\u672c (CLIPACTIONRECORD) -type.class = AS2 \u7c7b -classname = \u5168\u9650\u5b9a\u7c7b\u540d - -message.classexists = Class with this name already exists. Please select another name. +framenum=\u5e27 #: +dialog.title=\u6dfb\u52a0\u811a\u672c +button.ok=\u786e\u5b9a +button.cancel=\u53d6\u6d88 +type=\u811a\u672c\u7c7b\u578b: +type.frame=\u4e3b\u65f6\u95f4\u8f74\u5e27\u811a\u672c (DoAction) +type.sprite.frame=\u7cbe\u7075\u5e27\u811a\u672c (DoAction) +type.sprite.init=\u7cbe\u7075\u521d\u59cb\u5316\u811a\u672c (DoInitAction) +type.button.event=\u6309\u94ae\u811a\u672c (BUTTONCONDACTION) +type.instance.event=\u5b9e\u4f8b\u811a\u672c (CLIPACTIONRECORD) +type.class=AS2 \u7c7b +classname=\u5168\u9650\u5b9a\u7c7b\u540d +message.classexists=Class with this name already exists. Please select another name. diff --git a/src/com/jpexs/decompiler/flash/gui/locales/hexview/GotoAddressDialog.properties b/src/com/jpexs/decompiler/flash/gui/locales/hexview/GotoAddressDialog.properties index 2a730a3a4..91397d4cb 100644 --- a/src/com/jpexs/decompiler/flash/gui/locales/hexview/GotoAddressDialog.properties +++ b/src/com/jpexs/decompiler/flash/gui/locales/hexview/GotoAddressDialog.properties @@ -1,4 +1,4 @@ -dialog.title = Go to address -button.ok = Ok -button.cancel = Cancel -hex = Hexadecimal +dialog.title=Go to address +button.ok=Ok +button.cancel=Cancel +hex=Hexadecimal diff --git a/src/com/jpexs/decompiler/flash/gui/locales/hexview/GotoAddressDialog_cs.properties b/src/com/jpexs/decompiler/flash/gui/locales/hexview/GotoAddressDialog_cs.properties index 04bedae2f..8cabfc2c8 100644 --- a/src/com/jpexs/decompiler/flash/gui/locales/hexview/GotoAddressDialog_cs.properties +++ b/src/com/jpexs/decompiler/flash/gui/locales/hexview/GotoAddressDialog_cs.properties @@ -1,4 +1,4 @@ -dialog.title = P\u0159ej\u00edt na adresu -button.ok = Ok -button.cancel = Storno -hex = Hexadecim\u00e1ln\u011b +dialog.title=P\u0159ej\u00edt na adresu +button.ok=Ok +button.cancel=Storno +hex=Hexadecim\u00e1ln\u011b diff --git a/src/com/jpexs/decompiler/flash/gui/locales/hexview/GotoAddressDialog_ja.properties b/src/com/jpexs/decompiler/flash/gui/locales/hexview/GotoAddressDialog_ja.properties index ce7802b34..9cb249f5b 100644 --- a/src/com/jpexs/decompiler/flash/gui/locales/hexview/GotoAddressDialog_ja.properties +++ b/src/com/jpexs/decompiler/flash/gui/locales/hexview/GotoAddressDialog_ja.properties @@ -1,4 +1,4 @@ -dialog.title = \u6307\u5b9a\u30a2\u30c9\u30ec\u30b9\u3078\u79fb\u52d5 -button.ok = OK -button.cancel = \u30ad\u30e3\u30f3\u30bb\u30eb -hex = 16\u9032\u6570 +dialog.title=\u6307\u5b9a\u30a2\u30c9\u30ec\u30b9\u3078\u79fb\u52d5 +button.ok=OK +button.cancel=\u30ad\u30e3\u30f3\u30bb\u30eb +hex=16\u9032\u6570 diff --git a/src/com/jpexs/decompiler/flash/gui/locales/hexview/GotoAddressDialog_nl.properties b/src/com/jpexs/decompiler/flash/gui/locales/hexview/GotoAddressDialog_nl.properties index f51257cf1..79b728b8a 100644 --- a/src/com/jpexs/decompiler/flash/gui/locales/hexview/GotoAddressDialog_nl.properties +++ b/src/com/jpexs/decompiler/flash/gui/locales/hexview/GotoAddressDialog_nl.properties @@ -1,4 +1,4 @@ -dialog.title = Ga naar adres -button.ok = OK -button.cancel = Annuleren -hex = Hexadecimaal +dialog.title=Ga naar adres +button.ok=OK +button.cancel=Annuleren +hex=Hexadecimaal diff --git a/src/com/jpexs/decompiler/flash/gui/locales/hexview/GotoAddressDialog_pt_BR.properties b/src/com/jpexs/decompiler/flash/gui/locales/hexview/GotoAddressDialog_pt_BR.properties index 078938f8a..d71a97af4 100644 --- a/src/com/jpexs/decompiler/flash/gui/locales/hexview/GotoAddressDialog_pt_BR.properties +++ b/src/com/jpexs/decompiler/flash/gui/locales/hexview/GotoAddressDialog_pt_BR.properties @@ -1,4 +1,4 @@ -dialog.title = Ir para o endere\u00e7o -button.ok = Ok -button.cancel = Cancelar -hex = Hexadecimal +dialog.title=Ir para o endere\u00e7o +button.ok=Ok +button.cancel=Cancelar +hex=Hexadecimal diff --git a/src/com/jpexs/decompiler/flash/gui/locales/hexview/GotoAddressDialog_tr.properties b/src/com/jpexs/decompiler/flash/gui/locales/hexview/GotoAddressDialog_tr.properties index 7f36662f3..26d90cb7c 100644 --- a/src/com/jpexs/decompiler/flash/gui/locales/hexview/GotoAddressDialog_tr.properties +++ b/src/com/jpexs/decompiler/flash/gui/locales/hexview/GotoAddressDialog_tr.properties @@ -1,4 +1,4 @@ -dialog.title = Adrese git -button.ok = Tamam -button.cancel = \u0130ptal -hex = Onalt\u0131l\u0131k +dialog.title=Adrese git +button.ok=Tamam +button.cancel=\u0130ptal +hex=Onalt\u0131l\u0131k diff --git a/src/com/jpexs/decompiler/flash/gui/locales/hexview/GotoAddressDialog_zh.properties b/src/com/jpexs/decompiler/flash/gui/locales/hexview/GotoAddressDialog_zh.properties index 3e39186f0..f33f4ee65 100644 --- a/src/com/jpexs/decompiler/flash/gui/locales/hexview/GotoAddressDialog_zh.properties +++ b/src/com/jpexs/decompiler/flash/gui/locales/hexview/GotoAddressDialog_zh.properties @@ -1,4 +1,4 @@ -dialog.title = \u9009\u62e9\u5730\u5740 -button.ok = \u786e\u5b9a -button.cancel = \u53d6\u6d88 -hex = \u5341\u516d\u8fdb\u5236 +dialog.title=\u9009\u62e9\u5730\u5740 +button.ok=\u786e\u5b9a +button.cancel=\u53d6\u6d88 +hex=\u5341\u516d\u8fdb\u5236 diff --git a/src/com/jpexs/decompiler/flash/gui/locales/proxy/ProxyFrame.properties b/src/com/jpexs/decompiler/flash/gui/locales/proxy/ProxyFrame.properties index 5e8c2bd87..150eaece4 100644 --- a/src/com/jpexs/decompiler/flash/gui/locales/proxy/ProxyFrame.properties +++ b/src/com/jpexs/decompiler/flash/gui/locales/proxy/ProxyFrame.properties @@ -12,24 +12,23 @@ # # You should have received a copy of the GNU General Public License # along with this program. If not, see . - -proxy.start = Start proxy -proxy.stop = Stop proxy -port = Port: -open = Open -clear = Clear -rename = Rename -remove = Remove -sniff = Sniff: -dialog.title = Proxy -error = Error -error.port = Wrong format for port number. -copy.url = Copy URL -save.as = Save as... -replace = Replace... -error.save.as = Cannot save file -error.replace = Cannot replace data -error.start.server = Cannot start server on port %port%. Please check if port is not blocked by other application. -column.accessed = Accessed -column.size = Size -column.url = URL +proxy.start=Start proxy +proxy.stop=Stop proxy +port=Port: +open=Open +clear=Clear +rename=Rename +remove=Remove +sniff=Sniff: +dialog.title=Proxy +error=Error +error.port=Wrong format for port number. +copy.url=Copy URL +save.as=Save as... +replace=Replace... +error.save.as=Cannot save file +error.replace=Cannot replace data +error.start.server=Cannot start server on port %port%. Please check if port is not blocked by other application. +column.accessed=Accessed +column.size=Size +column.url=URL diff --git a/src/com/jpexs/decompiler/flash/gui/locales/proxy/ProxyFrame_ca.properties b/src/com/jpexs/decompiler/flash/gui/locales/proxy/ProxyFrame_ca.properties index f5d3f7400..97cd95fdc 100644 --- a/src/com/jpexs/decompiler/flash/gui/locales/proxy/ProxyFrame_ca.properties +++ b/src/com/jpexs/decompiler/flash/gui/locales/proxy/ProxyFrame_ca.properties @@ -12,24 +12,23 @@ # # You should have received a copy of the GNU General Public License # along with this program. If not, see . - -proxy.start = Inicia la proxy -proxy.stop = Atura la proxy -port = Port: -open = Obre -clear = Esborra -rename = Renomena -remove = Elimina -sniff = Esnifa: -dialog.title = Proxy -error = Error -error.port = Format erroni del n\u00famero de port. -copy.url = Copia URL -save.as = Anomena i desa... -replace = Substitueix... -error.save.as = No es pot desar el fitxer -error.replace = No es poden substituir les dades -error.start.server = No es pot iniciar el servidor al port %port%. Comprova que el port no est\u00e0 bloquejat per una altra aplicaci\u00f3, si et plau. -column.accessed = Accedit -column.size = Mida -column.url = URL +proxy.start=Inicia la proxy +proxy.stop=Atura la proxy +port=Port: +open=Obre +clear=Esborra +rename=Renomena +remove=Elimina +sniff=Esnifa: +dialog.title=Proxy +error=Error +error.port=Format erroni del n\u00famero de port. +copy.url=Copia URL +save.as=Anomena i desa... +replace=Substitueix... +error.save.as=No es pot desar el fitxer +error.replace=No es poden substituir les dades +error.start.server=No es pot iniciar el servidor al port %port%. Comprova que el port no est\u00e0 bloquejat per una altra aplicaci\u00f3, si et plau. +column.accessed=Accedit +column.size=Mida +column.url=URL diff --git a/src/com/jpexs/decompiler/flash/gui/locales/proxy/ProxyFrame_cs.properties b/src/com/jpexs/decompiler/flash/gui/locales/proxy/ProxyFrame_cs.properties index 26729f180..8bfee7b84 100644 --- a/src/com/jpexs/decompiler/flash/gui/locales/proxy/ProxyFrame_cs.properties +++ b/src/com/jpexs/decompiler/flash/gui/locales/proxy/ProxyFrame_cs.properties @@ -12,24 +12,23 @@ # # You should have received a copy of the GNU General Public License # along with this program. If not, see . - -proxy.start = Spustit proxy -proxy.stop = Zastavit proxy -port = Port: -open = Otev\u0159\u00edt -clear = Vy\u010distit -rename = P\u0159ejmenovat -remove = Odebrat -sniff = Zachyt\u00e1vat: -dialog.title = Proxy -error = Chyba -error.port = \u0160patn\u00fd form\u00e1t pro \u010d\u00edslo portu. -copy.url = Kop\u00edrovat URL -save.as = Ulo\u017eit jako... -replace = Nahradit... -error.save.as = Nelze ulo\u017eit soubor -error.replace = Nelze nahradit data -error.start.server = Nelze spustit server na portu %port%. Pros\u00edm zkontroljte zda port nen\u00ed blokov\u00e1n jinou aplikac\u00ed. -column.accessed = P\u0159\u00edstup -column.size = Velikost -column.url = URL +proxy.start=Spustit proxy +proxy.stop=Zastavit proxy +port=Port: +open=Otev\u0159\u00edt +clear=Vy\u010distit +rename=P\u0159ejmenovat +remove=Odebrat +sniff=Zachyt\u00e1vat: +dialog.title=Proxy +error=Chyba +error.port=\u0160patn\u00fd form\u00e1t pro \u010d\u00edslo portu. +copy.url=Kop\u00edrovat URL +save.as=Ulo\u017eit jako... +replace=Nahradit... +error.save.as=Nelze ulo\u017eit soubor +error.replace=Nelze nahradit data +error.start.server=Nelze spustit server na portu %port%. Pros\u00edm zkontroljte zda port nen\u00ed blokov\u00e1n jinou aplikac\u00ed. +column.accessed=P\u0159\u00edstup +column.size=Velikost +column.url=URL diff --git a/src/com/jpexs/decompiler/flash/gui/locales/proxy/ProxyFrame_de.properties b/src/com/jpexs/decompiler/flash/gui/locales/proxy/ProxyFrame_de.properties index 737896456..4e2a3c8a5 100644 --- a/src/com/jpexs/decompiler/flash/gui/locales/proxy/ProxyFrame_de.properties +++ b/src/com/jpexs/decompiler/flash/gui/locales/proxy/ProxyFrame_de.properties @@ -12,15 +12,14 @@ # # You should have received a copy of the GNU General Public License # along with this program. If not, see . - -proxy.start = Proxy Starten -proxy.stop = Proxy Stoppen -port = Port: -open = \u00d6ffnen -clear = Leeren -rename = Umbenennen -remove = Entfernen -sniff = Suchen: -dialog.title = Proxy -error = Error -error.port = Falsches Format f\u00fcr die Portnummer. +proxy.start=Proxy Starten +proxy.stop=Proxy Stoppen +port=Port: +open=\u00d6ffnen +clear=Leeren +rename=Umbenennen +remove=Entfernen +sniff=Suchen: +dialog.title=Proxy +error=Error +error.port=Falsches Format f\u00fcr die Portnummer. diff --git a/src/com/jpexs/decompiler/flash/gui/locales/proxy/ProxyFrame_es.properties b/src/com/jpexs/decompiler/flash/gui/locales/proxy/ProxyFrame_es.properties index bf863d972..131a4ad27 100644 --- a/src/com/jpexs/decompiler/flash/gui/locales/proxy/ProxyFrame_es.properties +++ b/src/com/jpexs/decompiler/flash/gui/locales/proxy/ProxyFrame_es.properties @@ -12,24 +12,23 @@ # # You should have received a copy of the GNU General Public License # along with this program. If not, see . - -proxy.start = Iniciar proxy -proxy.stop = Detener proxy -port = Puerto: -open = Abierto -clear = Limpiar -rename = Renombrar -remove = Remover -sniff = Esnifar: -dialog.title = Proxy -error = Error -error.port = Formato incorrecto para el n\u00famero de puerto. -copy.url = Copy URL -save.as = Guardar como... -replace = Reemplazar... -error.save.as = No se puede guardar el archivo -error.replace = No se puede reemplazar los datos -error.start.server = No se puede iniciar el servidor en el puerto %port%. Por favor, verifique si el puerto no est\u00e1 bloqueado por otra aplicaci\u00f3n. -column.accessed = Consultado -column.size = Tama\u00f1o -column.url = URL +proxy.start=Iniciar proxy +proxy.stop=Detener proxy +port=Puerto: +open=Abierto +clear=Limpiar +rename=Renombrar +remove=Remover +sniff=Esnifar: +dialog.title=Proxy +error=Error +error.port=Formato incorrecto para el n\u00famero de puerto. +copy.url=Copy URL +save.as=Guardar como... +replace=Reemplazar... +error.save.as=No se puede guardar el archivo +error.replace=No se puede reemplazar los datos +error.start.server=No se puede iniciar el servidor en el puerto %port%. Por favor, verifique si el puerto no est\u00e1 bloqueado por otra aplicaci\u00f3n. +column.accessed=Consultado +column.size=Tama\u00f1o +column.url=URL diff --git a/src/com/jpexs/decompiler/flash/gui/locales/proxy/ProxyFrame_fr.properties b/src/com/jpexs/decompiler/flash/gui/locales/proxy/ProxyFrame_fr.properties index 629d7d13e..fe830dc51 100644 --- a/src/com/jpexs/decompiler/flash/gui/locales/proxy/ProxyFrame_fr.properties +++ b/src/com/jpexs/decompiler/flash/gui/locales/proxy/ProxyFrame_fr.properties @@ -12,24 +12,23 @@ # # You should have received a copy of the GNU General Public License # along with this program. If not, see . - -proxy.start = D\u00e9marrer le proxy -proxy.stop = Arr\u00eater le proxy -port = N\u00ba de port : -open = Ouvrir -clear = Effacer -rename = Renommer -remove = Enlever -sniff = Sniff: -dialog.title = Proxy -error = Erreur -error.port = N\u00ba de port incorrect. -copy.url = Copier l'URL -save.as = Enregistrer sous... -replace = Remplacer... -error.save.as = Impossible d'enregister le fichier -error.replace = Impossible de remplacer les donn\u00e9es -error.start.server = Impossible de d\u00e9marrer le serveur sur le port %port%. Veuillez v\u00e9rifier que ce port ne soit pas bloqu\u00e9 par une autre application. -column.accessed = Acc\u00e9d\u00e9 -column.size = Taille -column.url = URL +proxy.start=D\u00e9marrer le proxy +proxy.stop=Arr\u00eater le proxy +port=N\u00ba de port : +open=Ouvrir +clear=Effacer +rename=Renommer +remove=Enlever +sniff=Sniff: +dialog.title=Proxy +error=Erreur +error.port=N\u00ba de port incorrect. +copy.url=Copier l'URL +save.as=Enregistrer sous... +replace=Remplacer... +error.save.as=Impossible d'enregister le fichier +error.replace=Impossible de remplacer les donn\u00e9es +error.start.server=Impossible de d\u00e9marrer le serveur sur le port %port%. Veuillez v\u00e9rifier que ce port ne soit pas bloqu\u00e9 par une autre application. +column.accessed=Acc\u00e9d\u00e9 +column.size=Taille +column.url=URL diff --git a/src/com/jpexs/decompiler/flash/gui/locales/proxy/ProxyFrame_hu.properties b/src/com/jpexs/decompiler/flash/gui/locales/proxy/ProxyFrame_hu.properties index f03e5544c..58c59d3f0 100644 --- a/src/com/jpexs/decompiler/flash/gui/locales/proxy/ProxyFrame_hu.properties +++ b/src/com/jpexs/decompiler/flash/gui/locales/proxy/ProxyFrame_hu.properties @@ -12,24 +12,23 @@ # # You should have received a copy of the GNU General Public License # along with this program. If not, see . - -proxy.start = Proxy ind\u00edt\u00e1s -proxy.stop = Proxy le\u00e1ll\u00edt\u00e1s -port = Port: -open = Megnyit\u00e1s -clear = Tiszt\u00edt\u00e1s -rename = \u00c1tnevez\u00e9s -remove = Elt\u00e1vol\u00edt\u00e1s -sniff = Sniff: -dialog.title = Proxy -error = Hiba -error.port = Hib\u00e1s portsz\u00e1m form\u00e1tum. -copy.url = URL m\u00e1sol\u00e1sa -save.as = Ment\u00e9s m\u00e1sk\u00e9nt... -replace = Csere... -error.save.as = Nem lehet menteni a f\u00e1jlt -error.replace = Nem lehet cser\u00e9lni az adatot -error.start.server = Nem tudom elind\u00edtani a kiszolg\u00e1l\u00f3t a %port% sz\u00e1m\u00fa porton. K\u00e9rem ellen\u0151rizze, hogy blokkolja-e az adott portot egy m\u00e1sik program. -column.accessed = Hozz\u00e1f\u00e9rve -column.size = M\u00e9ret -column.url = URL +proxy.start=Proxy ind\u00edt\u00e1s +proxy.stop=Proxy le\u00e1ll\u00edt\u00e1s +port=Port: +open=Megnyit\u00e1s +clear=Tiszt\u00edt\u00e1s +rename=\u00c1tnevez\u00e9s +remove=Elt\u00e1vol\u00edt\u00e1s +sniff=Sniff: +dialog.title=Proxy +error=Hiba +error.port=Hib\u00e1s portsz\u00e1m form\u00e1tum. +copy.url=URL m\u00e1sol\u00e1sa +save.as=Ment\u00e9s m\u00e1sk\u00e9nt... +replace=Csere... +error.save.as=Nem lehet menteni a f\u00e1jlt +error.replace=Nem lehet cser\u00e9lni az adatot +error.start.server=Nem tudom elind\u00edtani a kiszolg\u00e1l\u00f3t a %port% sz\u00e1m\u00fa porton. K\u00e9rem ellen\u0151rizze, hogy blokkolja-e az adott portot egy m\u00e1sik program. +column.accessed=Hozz\u00e1f\u00e9rve +column.size=M\u00e9ret +column.url=URL diff --git a/src/com/jpexs/decompiler/flash/gui/locales/proxy/ProxyFrame_it.properties b/src/com/jpexs/decompiler/flash/gui/locales/proxy/ProxyFrame_it.properties index c3383e9c4..5736df9b1 100644 --- a/src/com/jpexs/decompiler/flash/gui/locales/proxy/ProxyFrame_it.properties +++ b/src/com/jpexs/decompiler/flash/gui/locales/proxy/ProxyFrame_it.properties @@ -12,24 +12,23 @@ # # You should have received a copy of the GNU General Public License # along with this program. If not, see . - -proxy.start = Avvia proxy -proxy.stop = Arresta proxy -port = Porta: -open = Apri -clear = Pulisci -rename = Rinomina -remove = Rimuovi -sniff = Intercetta: -dialog.title = Proxy -error = Errore -error.port = Formato errato per il numero di porta. -copy.url = Copia URL -save.as = Salva come... -replace = Sostituisci... -error.save.as = Impossibile salvare il file -error.replace = Non \u00e8 possibile sostituire i dati -error.start.server = Impossibile avviare il server sulla porta %porta%. Si prega di verificare se la porta non sia bloccata da un'altra applicazione. -column.accessed = Ultimo accesso -column.size = Dimensione -column.url = URL +proxy.start=Avvia proxy +proxy.stop=Arresta proxy +port=Porta: +open=Apri +clear=Pulisci +rename=Rinomina +remove=Rimuovi +sniff=Intercetta: +dialog.title=Proxy +error=Errore +error.port=Formato errato per il numero di porta. +copy.url=Copia URL +save.as=Salva come... +replace=Sostituisci... +error.save.as=Impossibile salvare il file +error.replace=Non \u00e8 possibile sostituire i dati +error.start.server=Impossibile avviare il server sulla porta %porta%. Si prega di verificare se la porta non sia bloccata da un'altra applicazione. +column.accessed=Ultimo accesso +column.size=Dimensione +column.url=URL diff --git a/src/com/jpexs/decompiler/flash/gui/locales/proxy/ProxyFrame_ja.properties b/src/com/jpexs/decompiler/flash/gui/locales/proxy/ProxyFrame_ja.properties index 81b755042..6ce726017 100644 --- a/src/com/jpexs/decompiler/flash/gui/locales/proxy/ProxyFrame_ja.properties +++ b/src/com/jpexs/decompiler/flash/gui/locales/proxy/ProxyFrame_ja.properties @@ -12,24 +12,23 @@ # # You should have received a copy of the GNU General Public License # along with this program. If not, see . - -proxy.start = \u30d7\u30ed\u30ad\u30b7\u3092\u958b\u59cb -proxy.stop = \u30d7\u30ed\u30ad\u30b7\u3092\u505c\u6b62 -port = \u30dd\u30fc\u30c8: -open = \u958b\u304f -clear = \u30af\u30ea\u30a2 -rename = \u540d\u524d\u306e\u5909\u66f4 -remove = \u524a\u9664 -sniff = \u30b9\u30cb\u30c3\u30d5\u30a3\u30f3\u30b0: -dialog.title = \u30d7\u30ed\u30ad\u30b7 -error = \u30a8\u30e9\u30fc -error.port = \u30dd\u30fc\u30c8\u756a\u53f7\u306e\u5f62\u5f0f\u304c\u9593\u9055\u3063\u3066\u3044\u307e\u3059\u3002 -copy.url = URL \u3092\u30b3\u30d4\u30fc -save.as = \u540d\u524d\u3092\u4ed8\u3051\u3066\u4fdd\u5b58... -replace = \u7f6e\u63db... -error.save.as = \u30d5\u30a1\u30a4\u30eb\u3092\u4fdd\u5b58\u3067\u304d\u307e\u305b\u3093 -error.replace = \u30c7\u30fc\u30bf\u3092\u7f6e\u304d\u63db\u3048\u308b\u3053\u3068\u304c\u3067\u304d\u307e\u305b\u3093 -error.start.server = \u30dd\u30fc\u30c8 %port% \u3067\u30b5\u30fc\u30d0\u30fc\u3092\u8d77\u52d5\u3067\u304d\u307e\u305b\u3093\u3002 \u4ed6\u306e\u30a2\u30d7\u30ea\u30b1\u30fc\u30b7\u30e7\u30f3\u306b\u3088\u3063\u3066\u30dd\u30fc\u30c8\u304c\u30d6\u30ed\u30c3\u30af\u3055\u308c\u3066\u3044\u306a\u3044\u304b\u78ba\u8a8d\u3057\u3066\u304f\u3060\u3055\u3044\u3002 -column.accessed = \u30a2\u30af\u30bb\u30b9\u6e08\u307f -column.size = \u30b5\u30a4\u30ba -column.url = URL +proxy.start=\u30d7\u30ed\u30ad\u30b7\u3092\u958b\u59cb +proxy.stop=\u30d7\u30ed\u30ad\u30b7\u3092\u505c\u6b62 +port=\u30dd\u30fc\u30c8: +open=\u958b\u304f +clear=\u30af\u30ea\u30a2 +rename=\u540d\u524d\u306e\u5909\u66f4 +remove=\u524a\u9664 +sniff=\u30b9\u30cb\u30c3\u30d5\u30a3\u30f3\u30b0: +dialog.title=\u30d7\u30ed\u30ad\u30b7 +error=\u30a8\u30e9\u30fc +error.port=\u30dd\u30fc\u30c8\u756a\u53f7\u306e\u5f62\u5f0f\u304c\u9593\u9055\u3063\u3066\u3044\u307e\u3059\u3002 +copy.url=URL \u3092\u30b3\u30d4\u30fc +save.as=\u540d\u524d\u3092\u4ed8\u3051\u3066\u4fdd\u5b58... +replace=\u7f6e\u63db... +error.save.as=\u30d5\u30a1\u30a4\u30eb\u3092\u4fdd\u5b58\u3067\u304d\u307e\u305b\u3093 +error.replace=\u30c7\u30fc\u30bf\u3092\u7f6e\u304d\u63db\u3048\u308b\u3053\u3068\u304c\u3067\u304d\u307e\u305b\u3093 +error.start.server=\u30dd\u30fc\u30c8 %port% \u3067\u30b5\u30fc\u30d0\u30fc\u3092\u8d77\u52d5\u3067\u304d\u307e\u305b\u3093\u3002 \u4ed6\u306e\u30a2\u30d7\u30ea\u30b1\u30fc\u30b7\u30e7\u30f3\u306b\u3088\u3063\u3066\u30dd\u30fc\u30c8\u304c\u30d6\u30ed\u30c3\u30af\u3055\u308c\u3066\u3044\u306a\u3044\u304b\u78ba\u8a8d\u3057\u3066\u304f\u3060\u3055\u3044\u3002 +column.accessed=\u30a2\u30af\u30bb\u30b9\u6e08\u307f +column.size=\u30b5\u30a4\u30ba +column.url=URL diff --git a/src/com/jpexs/decompiler/flash/gui/locales/proxy/ProxyFrame_nl.properties b/src/com/jpexs/decompiler/flash/gui/locales/proxy/ProxyFrame_nl.properties index e9b965d79..e693b4e90 100644 --- a/src/com/jpexs/decompiler/flash/gui/locales/proxy/ProxyFrame_nl.properties +++ b/src/com/jpexs/decompiler/flash/gui/locales/proxy/ProxyFrame_nl.properties @@ -12,24 +12,23 @@ # # You should have received a copy of the GNU General Public License # along with this program. If not, see . - -proxy.start = Proxy starten -proxy.stop = Proxy stoppen -port = Poort: -open = Openen -clear = Opruimen -rename = Hernoemen -remove = Verwijderen -sniff = Snuffelen: -dialog.title = Proxy -error = Fout -error.port = Foute formaat voor het portnummer. -copy.url = Kopieer URL -save.as = Opslaan als... -replace = Vervangen... -error.save.as = Kan bestand niet opslaan -error.replace = Kan data niet vervangen -error.start.server = Kan de server niet starten op poort %port%. Controleer of de poort niet wordt geblokkeerd door een andere applicatie. -column.accessed = Benaderd -column.size = Grootte -column.url = URL +proxy.start=Proxy starten +proxy.stop=Proxy stoppen +port=Poort: +open=Openen +clear=Opruimen +rename=Hernoemen +remove=Verwijderen +sniff=Snuffelen: +dialog.title=Proxy +error=Fout +error.port=Foute formaat voor het portnummer. +copy.url=Kopieer URL +save.as=Opslaan als... +replace=Vervangen... +error.save.as=Kan bestand niet opslaan +error.replace=Kan data niet vervangen +error.start.server=Kan de server niet starten op poort %port%. Controleer of de poort niet wordt geblokkeerd door een andere applicatie. +column.accessed=Benaderd +column.size=Grootte +column.url=URL diff --git a/src/com/jpexs/decompiler/flash/gui/locales/proxy/ProxyFrame_pl.properties b/src/com/jpexs/decompiler/flash/gui/locales/proxy/ProxyFrame_pl.properties index 490c55f76..09adc41c0 100644 --- a/src/com/jpexs/decompiler/flash/gui/locales/proxy/ProxyFrame_pl.properties +++ b/src/com/jpexs/decompiler/flash/gui/locales/proxy/ProxyFrame_pl.properties @@ -12,15 +12,14 @@ # # You should have received a copy of the GNU General Public License # along with this program. If not, see . - -proxy.start = Uruchom proxy -proxy.stop = Zatrzymaj proxy -port = Port: -open = Otw\u00f3rz -clear = Wyczy\u015b\u0107 -rename = Zmie\u0144 nazw\u0119 -remove = Usu\u0144 -sniff = Wy\u0142apywanie: -dialog.title = Proxy -error = B\u0142\u0105d -error.port = Z\u0142y format dla numeru portu. +proxy.start=Uruchom proxy +proxy.stop=Zatrzymaj proxy +port=Port: +open=Otw\u00f3rz +clear=Wyczy\u015b\u0107 +rename=Zmie\u0144 nazw\u0119 +remove=Usu\u0144 +sniff=Wy\u0142apywanie: +dialog.title=Proxy +error=B\u0142\u0105d +error.port=Z\u0142y format dla numeru portu. diff --git a/src/com/jpexs/decompiler/flash/gui/locales/proxy/ProxyFrame_pt.properties b/src/com/jpexs/decompiler/flash/gui/locales/proxy/ProxyFrame_pt.properties index bec434f3d..d34220214 100644 --- a/src/com/jpexs/decompiler/flash/gui/locales/proxy/ProxyFrame_pt.properties +++ b/src/com/jpexs/decompiler/flash/gui/locales/proxy/ProxyFrame_pt.properties @@ -12,15 +12,14 @@ # # You should have received a copy of the GNU General Public License # along with this program. If not, see . - -proxy.start = Come\u00e7ar proxy -proxy.stop = Parar proxy -port = Porta: -open = Abrir -clear = Limpar -rename = Renomear -remove = Remover -sniff = Pesquisar: -dialog.title = Proxy -error = Erro -error.port = Formato errado para o numero da porta. +proxy.start=Come\u00e7ar proxy +proxy.stop=Parar proxy +port=Porta: +open=Abrir +clear=Limpar +rename=Renomear +remove=Remover +sniff=Pesquisar: +dialog.title=Proxy +error=Erro +error.port=Formato errado para o numero da porta. diff --git a/src/com/jpexs/decompiler/flash/gui/locales/proxy/ProxyFrame_pt_BR.properties b/src/com/jpexs/decompiler/flash/gui/locales/proxy/ProxyFrame_pt_BR.properties index d1cc09379..f1f9ae121 100644 --- a/src/com/jpexs/decompiler/flash/gui/locales/proxy/ProxyFrame_pt_BR.properties +++ b/src/com/jpexs/decompiler/flash/gui/locales/proxy/ProxyFrame_pt_BR.properties @@ -12,24 +12,23 @@ # # You should have received a copy of the GNU General Public License # along with this program. If not, see . - -proxy.start = Iniciar proxy -proxy.stop = Parar proxy -port = Porta: -open = Abrir -clear = Limpar -rename = Renomear -remove = Remover -sniff = Pesquisar: -dialog.title = Proxy -error = Erro -error.port = Formato errado para o n\u00famero da porta. -copy.url = Copiar URL -save.as = Salvar como... -replace = Substituir... -error.save.as = N\u00e3o foi poss\u00edvel salvar o arquivo -error.replace = N\u00e3o foi poss\u00edvel substituir dados -error.start.server = N\u00e3o foi poss\u00edvel iniciar o servidor na porta %port%. Verifique se a porta n\u00e3o est\u00e1 bloqueada por outro aplicativo. -column.accessed = Acessado -column.size = Tamanho -column.url = URL +proxy.start=Iniciar proxy +proxy.stop=Parar proxy +port=Porta: +open=Abrir +clear=Limpar +rename=Renomear +remove=Remover +sniff=Pesquisar: +dialog.title=Proxy +error=Erro +error.port=Formato errado para o n\u00famero da porta. +copy.url=Copiar URL +save.as=Salvar como... +replace=Substituir... +error.save.as=N\u00e3o foi poss\u00edvel salvar o arquivo +error.replace=N\u00e3o foi poss\u00edvel substituir dados +error.start.server=N\u00e3o foi poss\u00edvel iniciar o servidor na porta %port%. Verifique se a porta n\u00e3o est\u00e1 bloqueada por outro aplicativo. +column.accessed=Acessado +column.size=Tamanho +column.url=URL diff --git a/src/com/jpexs/decompiler/flash/gui/locales/proxy/ProxyFrame_ru.properties b/src/com/jpexs/decompiler/flash/gui/locales/proxy/ProxyFrame_ru.properties index d913a6a1d..fcc6e9edd 100644 --- a/src/com/jpexs/decompiler/flash/gui/locales/proxy/ProxyFrame_ru.properties +++ b/src/com/jpexs/decompiler/flash/gui/locales/proxy/ProxyFrame_ru.properties @@ -12,24 +12,23 @@ # # You should have received a copy of the GNU General Public License # along with this program. If not, see . - -proxy.start = \u0417\u0430\u043f\u0443\u0441\u0442\u0438\u0442\u044c \u043f\u0440\u043e\u043a\u0441\u0438 -proxy.stop = \u041e\u0441\u0442\u0430\u043d\u043e\u0432\u0438\u0442\u044c \u043f\u0440\u043e\u043a\u0441\u0438 -port = \u041f\u043e\u0440\u0442: -open = \u041e\u0442\u043a\u0440\u044b\u0442\u044c -clear = \u041e\u0447\u0438\u0441\u0442\u0438\u0442\u044c -rename = \u041f\u0435\u0440\u0435\u0438\u043c\u0435\u043d\u043e\u0432\u0430\u0442\u044c -remove = \u0423\u0434\u0430\u043b\u0438\u0442\u044c -sniff = \u041f\u0435\u0440\u0435\u0445\u0432\u0430\u0442\u0438\u0442\u044c: -dialog.title = \u041f\u0440\u043e\u043a\u0441\u0438 -error = \u041e\u0448\u0438\u0431\u043a\u0430 -error.port = \u041d\u0435\u0432\u0435\u0440\u043d\u044b\u0439 \u0444\u043e\u0440\u043c\u0430\u0442 \u043d\u043e\u043c\u0435\u0440\u0430 \u043f\u043e\u0440\u0442\u0430. -copy.url = \u041a\u043e\u043f\u0438\u0440\u043e\u0432\u0430\u0442\u044c URL -save.as = \u0421\u043e\u0445\u0440\u0430\u043d\u0438\u0442\u044c \u043a\u0430\u043a... -replace = \u0417\u0430\u043c\u0435\u043d\u0438\u0442\u044c... -error.save.as = \u041d\u0435\u0432\u043e\u0437\u043c\u043e\u0436\u043d\u043e \u0441\u043e\u0445\u0440\u0430\u043d\u0438\u0442\u044c \u0444\u0430\u0439\u043b -error.replace = \u041d\u0435\u0432\u043e\u0437\u043c\u043e\u0436\u043d\u043e \u0437\u0430\u043c\u0435\u043d\u0438\u0442\u044c \u0434\u0430\u043d\u043d\u044b\u0435 -error.start.server = \u041d\u0435\u0432\u043e\u0437\u043c\u043e\u0436\u043d\u043e \u0437\u0430\u043f\u0443\u0441\u0442\u0438\u0442\u044c \u0441\u0435\u0440\u0432\u0435\u0440 \u043d\u0430 \u043f\u043e\u0440\u0442\u0443 %port%. \u0423\u0431\u0435\u0434\u0438\u0442\u0435\u0441\u044c, \u0447\u0442\u043e \u043f\u043e\u0440\u0442 \u043d\u0435 \u0437\u0430\u043d\u044f\u0442 \u0434\u0440\u0443\u0433\u0438\u043c \u043f\u0440\u0438\u043b\u043e\u0436\u0435\u043d\u0438\u0435\u043c. -column.accessed = \u0414\u043e\u0441\u0442\u0443\u043f -column.size = \u0420\u0430\u0437\u043c\u0435\u0440 -column.url = URL +proxy.start=\u0417\u0430\u043f\u0443\u0441\u0442\u0438\u0442\u044c \u043f\u0440\u043e\u043a\u0441\u0438 +proxy.stop=\u041e\u0441\u0442\u0430\u043d\u043e\u0432\u0438\u0442\u044c \u043f\u0440\u043e\u043a\u0441\u0438 +port=\u041f\u043e\u0440\u0442: +open=\u041e\u0442\u043a\u0440\u044b\u0442\u044c +clear=\u041e\u0447\u0438\u0441\u0442\u0438\u0442\u044c +rename=\u041f\u0435\u0440\u0435\u0438\u043c\u0435\u043d\u043e\u0432\u0430\u0442\u044c +remove=\u0423\u0434\u0430\u043b\u0438\u0442\u044c +sniff=\u041f\u0435\u0440\u0435\u0445\u0432\u0430\u0442\u0438\u0442\u044c: +dialog.title=\u041f\u0440\u043e\u043a\u0441\u0438 +error=\u041e\u0448\u0438\u0431\u043a\u0430 +error.port=\u041d\u0435\u0432\u0435\u0440\u043d\u044b\u0439 \u0444\u043e\u0440\u043c\u0430\u0442 \u043d\u043e\u043c\u0435\u0440\u0430 \u043f\u043e\u0440\u0442\u0430. +copy.url=\u041a\u043e\u043f\u0438\u0440\u043e\u0432\u0430\u0442\u044c URL +save.as=\u0421\u043e\u0445\u0440\u0430\u043d\u0438\u0442\u044c \u043a\u0430\u043a... +replace=\u0417\u0430\u043c\u0435\u043d\u0438\u0442\u044c... +error.save.as=\u041d\u0435\u0432\u043e\u0437\u043c\u043e\u0436\u043d\u043e \u0441\u043e\u0445\u0440\u0430\u043d\u0438\u0442\u044c \u0444\u0430\u0439\u043b +error.replace=\u041d\u0435\u0432\u043e\u0437\u043c\u043e\u0436\u043d\u043e \u0437\u0430\u043c\u0435\u043d\u0438\u0442\u044c \u0434\u0430\u043d\u043d\u044b\u0435 +error.start.server=\u041d\u0435\u0432\u043e\u0437\u043c\u043e\u0436\u043d\u043e \u0437\u0430\u043f\u0443\u0441\u0442\u0438\u0442\u044c \u0441\u0435\u0440\u0432\u0435\u0440 \u043d\u0430 \u043f\u043e\u0440\u0442\u0443 %port%. \u0423\u0431\u0435\u0434\u0438\u0442\u0435\u0441\u044c, \u0447\u0442\u043e \u043f\u043e\u0440\u0442 \u043d\u0435 \u0437\u0430\u043d\u044f\u0442 \u0434\u0440\u0443\u0433\u0438\u043c \u043f\u0440\u0438\u043b\u043e\u0436\u0435\u043d\u0438\u0435\u043c. +column.accessed=\u0414\u043e\u0441\u0442\u0443\u043f +column.size=\u0420\u0430\u0437\u043c\u0435\u0440 +column.url=URL diff --git a/src/com/jpexs/decompiler/flash/gui/locales/proxy/ProxyFrame_sv.properties b/src/com/jpexs/decompiler/flash/gui/locales/proxy/ProxyFrame_sv.properties index a1595a6dd..abd84ee53 100644 --- a/src/com/jpexs/decompiler/flash/gui/locales/proxy/ProxyFrame_sv.properties +++ b/src/com/jpexs/decompiler/flash/gui/locales/proxy/ProxyFrame_sv.properties @@ -12,24 +12,23 @@ # # You should have received a copy of the GNU General Public License # along with this program. If not, see . - -proxy.start = Starta proxy -proxy.stop = Stoppa proxy -port = Port: -open = \u00d6ppna -clear = Rensa -rename = Byt namn -remove = Ta bort -sniff = Sniffa: -dialog.title = Proxy -error = Fel -error.port = Felaktigt format f\u00f6r portnumret. -copy.url = Copy URL -save.as = Spara som... -replace = Byt... -error.save.as = Kan inte spara filen -error.replace = Kan inte ers\u00e4tta data -error.start.server = Kan inte starta server p\u00e5 port %port%. Sn\u00e4lla kolla om porten inte \u00e4r blockerad utav en annan applikation. -column.accessed = N\u00e5s -column.size = Storlek -column.url = URL +proxy.start=Starta proxy +proxy.stop=Stoppa proxy +port=Port: +open=\u00d6ppna +clear=Rensa +rename=Byt namn +remove=Ta bort +sniff=Sniffa: +dialog.title=Proxy +error=Fel +error.port=Felaktigt format f\u00f6r portnumret. +copy.url=Copy URL +save.as=Spara som... +replace=Byt... +error.save.as=Kan inte spara filen +error.replace=Kan inte ers\u00e4tta data +error.start.server=Kan inte starta server p\u00e5 port %port%. Sn\u00e4lla kolla om porten inte \u00e4r blockerad utav en annan applikation. +column.accessed=N\u00e5s +column.size=Storlek +column.url=URL diff --git a/src/com/jpexs/decompiler/flash/gui/locales/proxy/ProxyFrame_tr.properties b/src/com/jpexs/decompiler/flash/gui/locales/proxy/ProxyFrame_tr.properties index 0acba7263..ab1ab28d0 100644 --- a/src/com/jpexs/decompiler/flash/gui/locales/proxy/ProxyFrame_tr.properties +++ b/src/com/jpexs/decompiler/flash/gui/locales/proxy/ProxyFrame_tr.properties @@ -12,25 +12,23 @@ # # You should have received a copy of the GNU General Public License # along with this program. If not, see . - - -proxy.start = Proxy ba\u015flat -proxy.stop = Proxy durdur -port = Ba\u011flant\u0131 noktas\u0131: -open = A\u00e7 -clear = Temizle -rename = Yeniden adland\u0131r -remove = Kald\u0131r -sniff = Alg\u0131la: -dialog.title = Proxy -error = Hata -error.port = Ba\u011flant\u0131 noktas\u0131 numaras\u0131 i\u00e7in yanl\u0131\u015f bi\u00e7im. -copy.url = URL'yi kopyala -save.as = Farkl\u0131 kaydet... -replace = De\u011fi\u015ftir... -error.save.as = Dosya kaydedilemiyor -error.replace = Veri de\u011fi\u015ftirilemiyor -error.start.server = Sunucu %port% ba\u011flant\u0131 noktas\u0131nda ba\u015flat\u0131lam\u0131yor. L\u00fctfen ba\u011flant\u0131 noktas\u0131n\u0131n ba\u015fka bir uygulama taraf\u0131ndan engellenip engellenmedi\u011fini kontrol edin. -column.accessed = Eri\u015fildi -column.size = Boyut -column.url = URL +proxy.start=Proxy ba\u015flat +proxy.stop=Proxy durdur +port=Ba\u011flant\u0131 noktas\u0131: +open=A\u00e7 +clear=Temizle +rename=Yeniden adland\u0131r +remove=Kald\u0131r +sniff=Alg\u0131la: +dialog.title=Proxy +error=Hata +error.port=Ba\u011flant\u0131 noktas\u0131 numaras\u0131 i\u00e7in yanl\u0131\u015f bi\u00e7im. +copy.url=URL'yi kopyala +save.as=Farkl\u0131 kaydet... +replace=De\u011fi\u015ftir... +error.save.as=Dosya kaydedilemiyor +error.replace=Veri de\u011fi\u015ftirilemiyor +error.start.server=Sunucu %port% ba\u011flant\u0131 noktas\u0131nda ba\u015flat\u0131lam\u0131yor. L\u00fctfen ba\u011flant\u0131 noktas\u0131n\u0131n ba\u015fka bir uygulama taraf\u0131ndan engellenip engellenmedi\u011fini kontrol edin. +column.accessed=Eri\u015fildi +column.size=Boyut +column.url=URL diff --git a/src/com/jpexs/decompiler/flash/gui/locales/proxy/ProxyFrame_uk.properties b/src/com/jpexs/decompiler/flash/gui/locales/proxy/ProxyFrame_uk.properties index 04496486a..e52b9435c 100644 --- a/src/com/jpexs/decompiler/flash/gui/locales/proxy/ProxyFrame_uk.properties +++ b/src/com/jpexs/decompiler/flash/gui/locales/proxy/ProxyFrame_uk.properties @@ -12,15 +12,14 @@ # # You should have received a copy of the GNU General Public License # along with this program. If not, see . - -proxy.start = \u0417\u0430\u043f\u0443\u0441\u0442\u0438\u0442\u0438 \u043f\u0440\u043e\u043a\u0441\u0456 -proxy.stop = \u0417\u0443\u043f\u0438\u043d\u0438\u0442\u0438 \u043f\u0440\u043e\u043a\u0441\u0456 -port = \u041f\u043e\u0440\u0442: -open = \u0412\u0456\u0434\u043a\u0440\u0438\u0442\u0438 -clear = \u041e\u0447\u0438\u0441\u0442\u0438\u0442\u0438 -rename = \u041f\u0435\u0440\u0435\u0439\u043c\u0435\u043d\u0443\u0432\u0430\u0442\u0438 -remove = \u0412\u0438\u0434\u0430\u043b\u0438\u0442\u0438 -sniff = \u0417\u0430\u0445\u043e\u043f\u0438\u0442\u0438: -dialog.title = \u041f\u0440\u043e\u043a\u0441\u0456 -error = \u041f\u043e\u043c\u0438\u043b\u043a\u0430 -error.port = \u041d\u0435\u0432\u0456\u0440\u043d\u0438\u0439 \u0444\u043e\u0440\u043c\u0430\u0442 \u043d\u043e\u043c\u0435\u0440\u0430 \u043f\u043e\u0440\u0442\u0443. +proxy.start=\u0417\u0430\u043f\u0443\u0441\u0442\u0438\u0442\u0438 \u043f\u0440\u043e\u043a\u0441\u0456 +proxy.stop=\u0417\u0443\u043f\u0438\u043d\u0438\u0442\u0438 \u043f\u0440\u043e\u043a\u0441\u0456 +port=\u041f\u043e\u0440\u0442: +open=\u0412\u0456\u0434\u043a\u0440\u0438\u0442\u0438 +clear=\u041e\u0447\u0438\u0441\u0442\u0438\u0442\u0438 +rename=\u041f\u0435\u0440\u0435\u0439\u043c\u0435\u043d\u0443\u0432\u0430\u0442\u0438 +remove=\u0412\u0438\u0434\u0430\u043b\u0438\u0442\u0438 +sniff=\u0417\u0430\u0445\u043e\u043f\u0438\u0442\u0438: +dialog.title=\u041f\u0440\u043e\u043a\u0441\u0456 +error=\u041f\u043e\u043c\u0438\u043b\u043a\u0430 +error.port=\u041d\u0435\u0432\u0456\u0440\u043d\u0438\u0439 \u0444\u043e\u0440\u043c\u0430\u0442 \u043d\u043e\u043c\u0435\u0440\u0430 \u043f\u043e\u0440\u0442\u0443. diff --git a/src/com/jpexs/decompiler/flash/gui/locales/proxy/ProxyFrame_zh.properties b/src/com/jpexs/decompiler/flash/gui/locales/proxy/ProxyFrame_zh.properties index 703a18f5c..eb05b39d7 100644 --- a/src/com/jpexs/decompiler/flash/gui/locales/proxy/ProxyFrame_zh.properties +++ b/src/com/jpexs/decompiler/flash/gui/locales/proxy/ProxyFrame_zh.properties @@ -12,24 +12,23 @@ # # You should have received a copy of the GNU General Public License # along with this program. If not, see . - -proxy.start = \u542f\u52a8\u4ee3\u7406 -proxy.stop = \u505c\u6b62\u4ee3\u7406 -port = \u7aef\u53e3: -open = \u6253\u5f00 -clear = \u6e05\u7a7a -rename = \u91cd\u547d\u540d -remove = \u5220\u9664 -sniff = \u55c5\u63a2 -dialog.title = \u4ee3\u7406 -error = \u9519\u8bef -error.port = \u7aef\u53e3\u53f7\u683c\u5f0f\u9519\u8bef\u3002 -copy.url = \u590d\u5236\u7f51\u5740 -save.as = \u53e6\u5b58\u4e3a... -replace = \u66ff\u6362... -error.save.as = \u65e0\u6cd5\u4fdd\u5b58\u6587\u4ef6 -error.replace = \u65e0\u6cd5\u66ff\u6362\u6570\u636e -error.start.server = \u65e0\u6cd5\u5728\u7aef\u53e3%port%\u4e0a\u542f\u52a8\u670d\u52a1\u5668\u3002 \u8bf7\u68c0\u67e5\u7aef\u53e3\u662f\u5426\u672a\u88ab\u5176\u4ed6\u5e94\u7528\u7a0b\u5e8f\u5360\u7528\u6216\u963b\u6b62\u3002 -column.accessed = \u8bbf\u95ee -column.size = \u5927\u5c0f -column.url = URL +proxy.start=\u542f\u52a8\u4ee3\u7406 +proxy.stop=\u505c\u6b62\u4ee3\u7406 +port=\u7aef\u53e3: +open=\u6253\u5f00 +clear=\u6e05\u7a7a +rename=\u91cd\u547d\u540d +remove=\u5220\u9664 +sniff=\u55c5\u63a2 +dialog.title=\u4ee3\u7406 +error=\u9519\u8bef +error.port=\u7aef\u53e3\u53f7\u683c\u5f0f\u9519\u8bef\u3002 +copy.url=\u590d\u5236\u7f51\u5740 +save.as=\u53e6\u5b58\u4e3a... +replace=\u66ff\u6362... +error.save.as=\u65e0\u6cd5\u4fdd\u5b58\u6587\u4ef6 +error.replace=\u65e0\u6cd5\u66ff\u6362\u6570\u636e +error.start.server=\u65e0\u6cd5\u5728\u7aef\u53e3%port%\u4e0a\u542f\u52a8\u670d\u52a1\u5668\u3002 \u8bf7\u68c0\u67e5\u7aef\u53e3\u662f\u5426\u672a\u88ab\u5176\u4ed6\u5e94\u7528\u7a0b\u5e8f\u5360\u7528\u6216\u963b\u6b62\u3002 +column.accessed=\u8bbf\u95ee +column.size=\u5927\u5c0f +column.url=URL diff --git a/src/com/jpexs/decompiler/flash/gui/pipes/FirstInstance.java b/src/com/jpexs/decompiler/flash/gui/pipes/FirstInstance.java index 8c2a54573..b3ffad6a3 100644 --- a/src/com/jpexs/decompiler/flash/gui/pipes/FirstInstance.java +++ b/src/com/jpexs/decompiler/flash/gui/pipes/FirstInstance.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS - * + * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or * (at your option) any later version. - * + * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. - * + * * You should have received a copy of the GNU General Public License * along with this program. If not, see . */ @@ -30,7 +30,6 @@ import java.io.ObjectOutputStream; import java.util.List; /** - * * @author JPEXS */ public class FirstInstance { diff --git a/src/com/jpexs/decompiler/flash/gui/pipes/PipeInputStream.java b/src/com/jpexs/decompiler/flash/gui/pipes/PipeInputStream.java index 973891ba3..87e271487 100644 --- a/src/com/jpexs/decompiler/flash/gui/pipes/PipeInputStream.java +++ b/src/com/jpexs/decompiler/flash/gui/pipes/PipeInputStream.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS - * + * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or * (at your option) any later version. - * + * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. - * + * * You should have received a copy of the GNU General Public License * along with this program. If not, see . */ @@ -24,7 +24,6 @@ import java.io.IOException; import java.io.InputStream; /** - * * @author JPEXS */ public class PipeInputStream extends InputStream { diff --git a/src/com/jpexs/decompiler/flash/gui/pipes/PipeOutputStream.java b/src/com/jpexs/decompiler/flash/gui/pipes/PipeOutputStream.java index d2a061fca..5e50137ef 100644 --- a/src/com/jpexs/decompiler/flash/gui/pipes/PipeOutputStream.java +++ b/src/com/jpexs/decompiler/flash/gui/pipes/PipeOutputStream.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS - * + * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or * (at your option) any later version. - * + * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. - * + * * You should have received a copy of the GNU General Public License * along with this program. If not, see . */ @@ -24,7 +24,6 @@ import java.io.IOException; import java.io.OutputStream; /** - * * @author JPEXS */ public class PipeOutputStream extends OutputStream { diff --git a/src/com/jpexs/decompiler/flash/gui/player/FlashPlayerPanel.java b/src/com/jpexs/decompiler/flash/gui/player/FlashPlayerPanel.java index eb0be64bd..15a13c6da 100644 --- a/src/com/jpexs/decompiler/flash/gui/player/FlashPlayerPanel.java +++ b/src/com/jpexs/decompiler/flash/gui/player/FlashPlayerPanel.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS - * + * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or * (at your option) any later version. - * + * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. - * + * * You should have received a copy of the GNU General Public License * along with this program. If not, see . */ @@ -49,7 +49,6 @@ import java.util.regex.Matcher; import java.util.regex.Pattern; /** - * * @author JPEXS */ public final class FlashPlayerPanel extends Panel implements Closeable, MediaDisplay { diff --git a/src/com/jpexs/decompiler/flash/gui/player/MediaDisplay.java b/src/com/jpexs/decompiler/flash/gui/player/MediaDisplay.java index 6c1963e1f..ccfc02f38 100644 --- a/src/com/jpexs/decompiler/flash/gui/player/MediaDisplay.java +++ b/src/com/jpexs/decompiler/flash/gui/player/MediaDisplay.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS - * + * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or * (at your option) any later version. - * + * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. - * + * * You should have received a copy of the GNU General Public License * along with this program. If not, see . */ @@ -21,7 +21,6 @@ import java.awt.image.BufferedImage; import java.io.Closeable; /** - * * @author JPEXS */ public interface MediaDisplay extends Closeable { diff --git a/src/com/jpexs/decompiler/flash/gui/player/MediaDisplayListener.java b/src/com/jpexs/decompiler/flash/gui/player/MediaDisplayListener.java index ac69fc67c..fef3d80bb 100644 --- a/src/com/jpexs/decompiler/flash/gui/player/MediaDisplayListener.java +++ b/src/com/jpexs/decompiler/flash/gui/player/MediaDisplayListener.java @@ -1,23 +1,22 @@ /* * Copyright (C) 2010-2024 JPEXS - * + * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or * (at your option) any later version. - * + * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. - * + * * You should have received a copy of the GNU General Public License * along with this program. If not, see . */ package com.jpexs.decompiler.flash.gui.player; /** - * * @author JPEXS */ public interface MediaDisplayListener { diff --git a/src/com/jpexs/decompiler/flash/gui/player/PlayerControls.java b/src/com/jpexs/decompiler/flash/gui/player/PlayerControls.java index df59b035b..3853fd6e2 100644 --- a/src/com/jpexs/decompiler/flash/gui/player/PlayerControls.java +++ b/src/com/jpexs/decompiler/flash/gui/player/PlayerControls.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS - * + * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or * (at your option) any later version. - * + * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. - * + * * You should have received a copy of the GNU General Public License * along with this program. If not, see . */ @@ -64,7 +64,6 @@ import javax.swing.event.AncestorEvent; import javax.swing.event.AncestorListener; /** - * * @author JPEXS */ public class PlayerControls extends JPanel implements MediaDisplayListener { diff --git a/src/com/jpexs/decompiler/flash/gui/player/Zoom.java b/src/com/jpexs/decompiler/flash/gui/player/Zoom.java index b1f9f7419..8e649eb2b 100644 --- a/src/com/jpexs/decompiler/flash/gui/player/Zoom.java +++ b/src/com/jpexs/decompiler/flash/gui/player/Zoom.java @@ -1,23 +1,22 @@ /* * Copyright (C) 2010-2024 JPEXS - * + * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or * (at your option) any later version. - * + * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. - * + * * You should have received a copy of the GNU General Public License * along with this program. If not, see . */ package com.jpexs.decompiler.flash.gui.player; /** - * * @author JPEXS */ public class Zoom { diff --git a/src/com/jpexs/decompiler/flash/gui/taglistview/TagListTree.java b/src/com/jpexs/decompiler/flash/gui/taglistview/TagListTree.java index 8df86f5b7..1312ca875 100644 --- a/src/com/jpexs/decompiler/flash/gui/taglistview/TagListTree.java +++ b/src/com/jpexs/decompiler/flash/gui/taglistview/TagListTree.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2022-2024 JPEXS - * + * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or * (at your option) any later version. - * + * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. - * + * * You should have received a copy of the GNU General Public License * along with this program. If not, see . */ @@ -43,7 +43,6 @@ import javax.swing.TransferHandler; import javax.swing.tree.TreePath; /** - * * @author JPEXS */ public class TagListTree extends AbstractTagTree { diff --git a/src/com/jpexs/decompiler/flash/gui/taglistview/TagListTreeCellRenderer.java b/src/com/jpexs/decompiler/flash/gui/taglistview/TagListTreeCellRenderer.java index 2e3557544..5460ec412 100644 --- a/src/com/jpexs/decompiler/flash/gui/taglistview/TagListTreeCellRenderer.java +++ b/src/com/jpexs/decompiler/flash/gui/taglistview/TagListTreeCellRenderer.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2022-2024 JPEXS - * + * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or * (at your option) any later version. - * + * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. - * + * * You should have received a copy of the GNU General Public License * along with this program. If not, see . */ @@ -41,7 +41,6 @@ import javax.swing.plaf.basic.BasicLabelUI; import javax.swing.tree.DefaultTreeCellRenderer; /** - * * @author JPEXS */ public class TagListTreeCellRenderer extends DefaultTreeCellRenderer { diff --git a/src/com/jpexs/decompiler/flash/gui/taglistview/TagListTreeModel.java b/src/com/jpexs/decompiler/flash/gui/taglistview/TagListTreeModel.java index 52ba5f525..c5a263421 100644 --- a/src/com/jpexs/decompiler/flash/gui/taglistview/TagListTreeModel.java +++ b/src/com/jpexs/decompiler/flash/gui/taglistview/TagListTreeModel.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2022-2024 JPEXS - * + * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or * (at your option) any later version. - * + * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. - * + * * You should have received a copy of the GNU General Public License * along with this program. If not, see . */ @@ -46,7 +46,6 @@ import javax.swing.event.TreeModelEvent; import javax.swing.tree.TreePath; /** - * * @author JPEXS */ public class TagListTreeModel extends AbstractTagTreeModel { @@ -58,7 +57,7 @@ public class TagListTreeModel extends AbstractTagTreeModel { private Map swfHeaders = new HashMap<>(); private final Map abcTagsClassesTree = new WeakHashMap<>(); - private final Map abcClassesTree = new WeakHashMap<>(); + private final Map abcClassesTree = new WeakHashMap<>(); public TagListTreeModel(List swfs) { this.swfs = swfs; @@ -110,8 +109,8 @@ public class TagListTreeModel extends AbstractTagTreeModel { } return result; } - - private TreeItem getChildInternal(Object parent, int index) { + + private TreeItem getChildInternal(Object parent, int index) { if (getChildCount(parent) == 0) { return null; } @@ -336,7 +335,7 @@ public class TagListTreeModel extends AbstractTagTreeModel { } return ret; } - + private List getAllChildrenInternal(Object parent) { TreeItem parentNode = (TreeItem) parent; if (parentNode == root) { @@ -393,8 +392,6 @@ public class TagListTreeModel extends AbstractTagTreeModel { return ret; } - - @Override protected void searchTreeItemMulti(List objs, TreeItem parent, List path, Map> result) { for (TreeItem n : getAllChildren(parent)) { @@ -408,10 +405,10 @@ public class TagListTreeModel extends AbstractTagTreeModel { } } - searchTreeItemMulti(objs, n, newPath, result); + searchTreeItemMulti(objs, n, newPath, result); } } - + @Override protected void searchTreeItemParentMulti(List objs, TreeItem parent, Map result) { for (TreeItem n : getAllChildren(parent)) { @@ -422,7 +419,7 @@ public class TagListTreeModel extends AbstractTagTreeModel { if (result.size() == objs.size()) { return; } - + } } @@ -432,8 +429,7 @@ public class TagListTreeModel extends AbstractTagTreeModel { } } } - - + @Override protected List searchTreeItem(TreeItem obj, TreeItem parent, List path) { List ret = null; diff --git a/src/com/jpexs/decompiler/flash/gui/taglistview/TagListTreeRoot.java b/src/com/jpexs/decompiler/flash/gui/taglistview/TagListTreeRoot.java index f01dfd10f..066977b4f 100644 --- a/src/com/jpexs/decompiler/flash/gui/taglistview/TagListTreeRoot.java +++ b/src/com/jpexs/decompiler/flash/gui/taglistview/TagListTreeRoot.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2022-2024 JPEXS - * + * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or * (at your option) any later version. - * + * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. - * + * * You should have received a copy of the GNU General Public License * along with this program. If not, see . */ @@ -21,7 +21,6 @@ import com.jpexs.decompiler.flash.treeitems.Openable; import com.jpexs.decompiler.flash.treeitems.TreeItem; /** - * * @author JPEXS */ public class TagListTreeRoot implements TreeItem, TreeRoot { diff --git a/src/com/jpexs/decompiler/flash/gui/tagtree/AbstractTagTree.java b/src/com/jpexs/decompiler/flash/gui/tagtree/AbstractTagTree.java index 134ddfd88..06c226943 100644 --- a/src/com/jpexs/decompiler/flash/gui/tagtree/AbstractTagTree.java +++ b/src/com/jpexs/decompiler/flash/gui/tagtree/AbstractTagTree.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2022-2024 JPEXS - * + * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or * (at your option) any later version. - * + * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. - * + * * You should have received a copy of the GNU General Public License * along with this program. If not, see . */ @@ -123,7 +123,6 @@ import javax.swing.tree.TreeModel; import javax.swing.tree.TreePath; /** - * * @author JPEXS */ public abstract class AbstractTagTree extends JTree { diff --git a/src/com/jpexs/decompiler/flash/gui/tagtree/AbstractTagTreeModel.java b/src/com/jpexs/decompiler/flash/gui/tagtree/AbstractTagTreeModel.java index 31f608649..df8a0229c 100644 --- a/src/com/jpexs/decompiler/flash/gui/tagtree/AbstractTagTreeModel.java +++ b/src/com/jpexs/decompiler/flash/gui/tagtree/AbstractTagTreeModel.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2022-2024 JPEXS - * + * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or * (at your option) any later version. - * + * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. - * + * * You should have received a copy of the GNU General Public License * along with this program. If not, see . */ @@ -36,7 +36,6 @@ import javax.swing.tree.TreeModel; import javax.swing.tree.TreePath; /** - * * @author JPEXS */ public abstract class AbstractTagTreeModel implements TreeModel { @@ -46,7 +45,7 @@ public abstract class AbstractTagTreeModel implements TreeModel { public abstract void updateSwfs(CollectionChangedEvent e); private Map indices = new WeakHashMap<>(); - + protected Map itemToParentCache = new WeakHashMap<>(); public final void calculateCollisions() { @@ -148,10 +147,10 @@ public abstract class AbstractTagTreeModel implements TreeModel { protected abstract List searchTreeItem(TreeItem obj, TreeItem parent, List path); protected abstract void searchTreeItemMulti(List objs, TreeItem parent, List path, Map> result); - + protected abstract void searchTreeItemParentMulti(List objs, TreeItem parent, Map result); - - public Map getTreePathParentMulti(List objs) { + + public Map getTreePathParentMulti(List objs) { Map result = new IdentityHashMap<>(); for (TreeItem item : objs) { if (itemToParentCache.containsKey(item)) { @@ -163,16 +162,15 @@ public abstract class AbstractTagTreeModel implements TreeModel { if (result.size() == objs.size()) { return result; } - + TreeItem root = getRoot(); //SLOW way - searchTreeItemParentMulti(objs, root, result); + searchTreeItemParentMulti(objs, root, result); return result; } - - + public Map getTreePathMulti(List objs) { - TreeItem root = getRoot(); + TreeItem root = getRoot(); List path = new ArrayList<>(); path.add(root); Map> paths = new IdentityHashMap<>(); @@ -184,10 +182,10 @@ public abstract class AbstractTagTreeModel implements TreeModel { TreePath tp = new TreePath(p.toArray(new Object[p.size()])); result.put(item, tp); } - + return result; } - + public TreePath getTreePath(TreeItem obj) { List path = new ArrayList<>(); TreeItem root = getRoot(); diff --git a/src/com/jpexs/decompiler/flash/gui/tagtree/FilteredTreeModel.java b/src/com/jpexs/decompiler/flash/gui/tagtree/FilteredTreeModel.java index 5e304ef92..fbb0dea42 100644 --- a/src/com/jpexs/decompiler/flash/gui/tagtree/FilteredTreeModel.java +++ b/src/com/jpexs/decompiler/flash/gui/tagtree/FilteredTreeModel.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2022-2024 JPEXS - * + * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or * (at your option) any later version. - * + * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. - * + * * You should have received a copy of the GNU General Public License * along with this program. If not, see . */ @@ -32,7 +32,6 @@ import javax.swing.tree.TreeModel; import javax.swing.tree.TreePath; /** - * * @author JPEXS */ public class FilteredTreeModel implements TreeModel { diff --git a/src/com/jpexs/decompiler/flash/gui/tagtree/TagIdClassMap.java b/src/com/jpexs/decompiler/flash/gui/tagtree/TagIdClassMap.java index d1af47d97..ba7b4de62 100644 --- a/src/com/jpexs/decompiler/flash/gui/tagtree/TagIdClassMap.java +++ b/src/com/jpexs/decompiler/flash/gui/tagtree/TagIdClassMap.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS - * + * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or * (at your option) any later version. - * + * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. - * + * * You should have received a copy of the GNU General Public License * along with this program. If not, see . */ @@ -99,7 +99,6 @@ import java.util.HashMap; import java.util.Map; /** - * * @author JPEXS */ public class TagIdClassMap { diff --git a/src/com/jpexs/decompiler/flash/gui/tagtree/TagTree.java b/src/com/jpexs/decompiler/flash/gui/tagtree/TagTree.java index 7ce238455..3073085ad 100644 --- a/src/com/jpexs/decompiler/flash/gui/tagtree/TagTree.java +++ b/src/com/jpexs/decompiler/flash/gui/tagtree/TagTree.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS - * + * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or * (at your option) any later version. - * + * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. - * + * * You should have received a copy of the GNU General Public License * along with this program. If not, see . */ @@ -105,7 +105,6 @@ import javax.swing.plaf.basic.BasicLabelUI; import javax.swing.tree.DefaultTreeCellRenderer; /** - * * @author JPEXS */ public class TagTree extends AbstractTagTree { diff --git a/src/com/jpexs/decompiler/flash/gui/tagtree/TagTreeContextMenu.java b/src/com/jpexs/decompiler/flash/gui/tagtree/TagTreeContextMenu.java index 501801610..6babd8263 100644 --- a/src/com/jpexs/decompiler/flash/gui/tagtree/TagTreeContextMenu.java +++ b/src/com/jpexs/decompiler/flash/gui/tagtree/TagTreeContextMenu.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS - * + * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or * (at your option) any later version. - * + * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. - * + * * You should have received a copy of the GNU General Public License * along with this program. If not, see . */ @@ -166,7 +166,6 @@ import javax.swing.filechooser.FileFilter; import javax.swing.tree.TreePath; /** - * * @author JPEXS */ public class TagTreeContextMenu extends JPopupMenu { @@ -208,11 +207,11 @@ public class TagTreeContextMenu extends JPopupMenu { private JMenuItem jumpToCharacterMenuItem; private JMenuItem exportJavaSourceMenuItem; - + private JMenuItem exportFlaMenuItem; - + private JMenuItem exportFlashDevelopMenuItem; - + private JMenuItem exportIdeaMenuItem; private JMenuItem exportSwfXmlMenuItem; @@ -359,12 +358,12 @@ public class TagTreeContextMenu extends JPopupMenu { expandRecursiveMenuItem.addActionListener(this::expandRecursiveActionPerformed); expandRecursiveMenuItem.setIcon(View.getIcon("expand16")); add(expandRecursiveMenuItem); - + collapseRecursiveMenuItem = new JMenuItem(mainPanel.translate("contextmenu.collapseAll")); collapseRecursiveMenuItem.addActionListener(this::collapseRecursiveActionPerformed); collapseRecursiveMenuItem.setIcon(View.getIcon("collapse16")); add(collapseRecursiveMenuItem); - + addSeparator(); changeCharsetMenu = new JMenu(); @@ -388,13 +387,13 @@ public class TagTreeContextMenu extends JPopupMenu { configurePathResolvingMenuItem.addActionListener(this::configurePathResolvingActionPerformed); configurePathResolvingMenuItem.setIcon(View.getIcon("settings16")); add(configurePathResolvingMenuItem); - - addSeparator(); + + addSeparator(); jumpToCharacterMenuItem = new JMenuItem(mainPanel.translate("contextmenu.jumpToCharacter")); jumpToCharacterMenuItem.addActionListener(this::jumpToCharacterActionPerformed); jumpToCharacterMenuItem.setIcon(View.getIcon("jumpto16")); - add(jumpToCharacterMenuItem); - + add(jumpToCharacterMenuItem); + showInFramesFolderMenuItem = new JMenuItem(mainPanel.translate("contextmenu.showInFramesFolder")); showInFramesFolderMenuItem.addActionListener(this::showInFramesFolderActionPerformed); showInFramesFolderMenuItem.setIcon(View.getIcon("frame16")); @@ -414,15 +413,14 @@ public class TagTreeContextMenu extends JPopupMenu { showInHexDumpViewTagMenuItem.addActionListener(this::showInHexDumpViewActionPerformed); showInHexDumpViewTagMenuItem.setIcon(View.getIcon("viewhex16")); add(showInHexDumpViewTagMenuItem); - + textSearchMenuItem = new JMenuItem(mainPanel.translate("menu.tools.search")); textSearchMenuItem.addActionListener(this::textSearchActionPerformed); textSearchMenuItem.setIcon(View.getIcon("search16")); add(textSearchMenuItem); - + addSeparator(); - exportSelectionMenuItem = new JMenuItem(mainPanel.translate("menu.file.export.selection")); exportSelectionMenuItem.addActionListener(new ActionListener() { @Override @@ -442,17 +440,17 @@ public class TagTreeContextMenu extends JPopupMenu { exportFlaMenuItem.addActionListener(this::exportFlaActionPerformed); exportFlaMenuItem.setIcon(View.getIcon("exportfla16")); add(exportFlaMenuItem); - + exportFlashDevelopMenuItem = new JMenuItem(mainPanel.translate("contextmenu.exportFlashDevelop")); exportFlashDevelopMenuItem.addActionListener(this::exportFlashDevelopActionPerformed); exportFlashDevelopMenuItem.setIcon(View.getIcon("exportflashdevelop16")); add(exportFlashDevelopMenuItem); - + exportIdeaMenuItem = new JMenuItem(mainPanel.translate("contextmenu.exportIdea")); exportIdeaMenuItem.addActionListener(this::exportIdeaActionPerformed); exportIdeaMenuItem.setIcon(View.getIcon("exportidea16")); add(exportIdeaMenuItem); - + exportJavaSourceMenuItem = new JMenuItem(mainPanel.translate("contextmenu.exportJavaSource")); exportJavaSourceMenuItem.addActionListener(new ActionListener() { @Override @@ -472,14 +470,14 @@ public class TagTreeContextMenu extends JPopupMenu { }); exportSwfXmlMenuItem.setIcon(View.getIcon("exportxml16")); add(exportSwfXmlMenuItem); - + addSeparator(); - + rawEditMenuItem = new JMenuItem(mainPanel.translate("contextmenu.rawEdit")); rawEditMenuItem.addActionListener(this::rawEditActionPerformed); rawEditMenuItem.setIcon(View.getIcon("rawedit16")); add(rawEditMenuItem); - + undoTagMenuItem = new JMenuItem(mainPanel.translate("contextmenu.undo")); undoTagMenuItem.addActionListener(this::undoTagActionPerformed); undoTagMenuItem.setIcon(View.getIcon("undo16")); @@ -524,8 +522,8 @@ public class TagTreeContextMenu extends JPopupMenu { replaceRefsWithTagMenuItem.addActionListener(this::replaceRefsWithTagActionPerformed); replaceRefsWithTagMenuItem.setIcon(View.getIcon("replacewithtag16")); add(replaceRefsWithTagMenuItem); - - addSeparator(); + + addSeparator(); setAsLinkageMenuItem = new JMenuItem(mainPanel.translate("contextmenu.setAsLinkage")); setAsLinkageMenuItem.addActionListener(this::setAsLinkageActionPerformed); @@ -546,7 +544,7 @@ public class TagTreeContextMenu extends JPopupMenu { cleanAbcMenuItem.addActionListener(this::cleanAbcActionPerformed); cleanAbcMenuItem.setIcon(View.getIcon("clean16")); add(cleanAbcMenuItem); - + addAs12ScriptMenuItem = new JMenuItem(mainPanel.translate("contextmenu.addScript")); addAs12ScriptMenuItem.addActionListener(this::addAs12ScriptActionPerformed); addAs12ScriptMenuItem.setIcon(View.getIcon("scriptadd16")); @@ -575,10 +573,10 @@ public class TagTreeContextMenu extends JPopupMenu { addAs3ClassMenuItem = new JMenuItem(mainPanel.translate("contextmenu.addClass")); addAs3ClassMenuItem.addActionListener(this::addAs3ClassActionPerformed); addAs3ClassMenuItem.setIcon(View.getIcon("scriptadd16")); - add(addAs3ClassMenuItem); + add(addAs3ClassMenuItem); addSeparator(); - + importSwfXmlMenuItem = new JMenuItem(mainPanel.translate("contextmenu.importSwfXml")); importSwfXmlMenuItem.addActionListener(new ActionListener() { @Override @@ -628,9 +626,9 @@ public class TagTreeContextMenu extends JPopupMenu { importSymbolClassMenuItem.addActionListener(this::importSymbolClassActionPerformed); importSymbolClassMenuItem.setIcon(View.getIcon("importsymbolclass16")); add(importSymbolClassMenuItem); - - addSeparator(); - + + addSeparator(); + removeMenuItem = new JMenuItem(mainPanel.translate("contextmenu.remove") + " (DEL)"); removeMenuItem.addActionListener((ActionEvent e) -> { removeItemActionPerformed(e, false); @@ -643,9 +641,9 @@ public class TagTreeContextMenu extends JPopupMenu { removeItemActionPerformed(e, true); }); removeWithDependenciesMenuItem.setIcon(View.getIcon("remove16")); - add(removeWithDependenciesMenuItem); - - addSeparator(); + add(removeWithDependenciesMenuItem); + + addSeparator(); addTagInsideMenu = new JMenu(mainPanel.translate("contextmenu.addTagInside")); addTagInsideMenu.setIcon(View.getIcon("addtag16")); @@ -750,7 +748,7 @@ public class TagTreeContextMenu extends JPopupMenu { collectDepthAsSpritesItem.setIcon(View.getIcon("sprite16")); collectDepthAsSpritesItem.addActionListener(this::collectDepthAsSprites); add(collectDepthAsSpritesItem); - + addSeparator(); applyUnpackerMenu = new JMenu(mainPanel.translate("contextmenu.applyUnpacker")); @@ -773,7 +771,7 @@ public class TagTreeContextMenu extends JPopupMenu { openSWFInsideTagMenuItem.setIcon(View.getIcon("openinside16")); openSWFInsideTagMenuItem.addActionListener(this::openSwfInsideActionPerformed); add(openSWFInsideTagMenuItem); - + addSeparator(); addFramesMenuItem = new JMenuItem(mainPanel.translate("contextmenu.addFrames")); @@ -789,7 +787,7 @@ public class TagTreeContextMenu extends JPopupMenu { addFramesAfterMenuItem = new JMenuItem(mainPanel.translate("contextmenu.addFramesAfter")); addFramesAfterMenuItem.addActionListener(this::addFramesAfterActionPerformed); addFramesAfterMenuItem.setIcon(View.getIcon("frameadd16")); - add(addFramesAfterMenuItem); + add(addFramesAfterMenuItem); addSeparator(); pinMenuItem = new JMenuItem(AppStrings.translate("contextmenu.pin")); @@ -831,7 +829,7 @@ public class TagTreeContextMenu extends JPopupMenu { } }); add(unpinOthersMenuItem); - + addSeparator(); closeMenuItem = new JMenuItem(mainPanel.translate("contextmenu.closeSwf")); @@ -1158,12 +1156,12 @@ public class TagTreeContextMenu extends JPopupMenu { if (parent == null) { allSelectedSameParent = false; } else { - Map paths = model.getTreePathParentMulti(items); + Map paths = model.getTreePathParentMulti(items); Set parentSet = new LinkedIdentityHashSet<>(); parentSet.addAll(paths.values()); - if (parentSet.size() != 1) { + if (parentSet.size() != 1) { allSelectedSameParent = false; - } + } } } @@ -1448,7 +1446,7 @@ public class TagTreeContextMenu extends JPopupMenu { exportIdeaMenuItem.setVisible(true); } } - + if (firstItem instanceof HasCharacterId && !(firstItem instanceof CharacterTag)) { jumpToCharacterMenuItem.setVisible(true); } @@ -1749,7 +1747,7 @@ public class TagTreeContextMenu extends JPopupMenu { } updateSeparators(); } - + private void updateSeparators() { final int ITEM_COUNT_LIMIT = 6; int totalVisible = 0; @@ -1766,8 +1764,8 @@ public class TagTreeContextMenu extends JPopupMenu { } else if (comp.isVisible()) { numVisible++; } - } - } + } + } private interface AddTagActionListener { @@ -2090,7 +2088,8 @@ public class TagTreeContextMenu extends JPopupMenu { mainPanel.refreshTree(swf); mainPanel.setTagTreeSelectedNode(mainPanel.getCurrentTree(), t); handleCreateFromFile(t, createNodeType); - } catch (InstantiationException | IllegalAccessException | NoSuchMethodException | SecurityException | IllegalArgumentException | InvocationTargetException ex) { + } catch (InstantiationException | IllegalAccessException | NoSuchMethodException | SecurityException + | IllegalArgumentException | InvocationTargetException ex) { logger.log(Level.SEVERE, null, ex); } } @@ -2131,7 +2130,8 @@ public class TagTreeContextMenu extends JPopupMenu { mainPanel.refreshTree(swf); mainPanel.setTagTreeSelectedNode(mainPanel.getCurrentTree(), t); handleCreateFromFile(t, createNodeType); - } catch (InstantiationException | IllegalAccessException | NoSuchMethodException | SecurityException | IllegalArgumentException | InvocationTargetException ex) { + } catch (InstantiationException | IllegalAccessException | NoSuchMethodException | SecurityException + | IllegalArgumentException | InvocationTargetException ex) { logger.log(Level.SEVERE, null, ex); } } @@ -2174,7 +2174,8 @@ public class TagTreeContextMenu extends JPopupMenu { mainPanel.refreshTree(swf); mainPanel.setTagTreeSelectedNode(mainPanel.getCurrentTree(), t); handleCreateFromFile(t, createNodeType); - } catch (InstantiationException | IllegalAccessException | NoSuchMethodException | SecurityException | IllegalArgumentException | InvocationTargetException ex) { + } catch (InstantiationException | IllegalAccessException | NoSuchMethodException | SecurityException + | IllegalArgumentException | InvocationTargetException ex) { logger.log(Level.SEVERE, null, ex); } } @@ -3152,7 +3153,6 @@ public class TagTreeContextMenu extends JPopupMenu { } /** - * * @param targetFrame 1 based frame */ private void addFrameScript(SWF swf, Timelined tim, int targetFrame) { @@ -3264,7 +3264,6 @@ public class TagTreeContextMenu extends JPopupMenu { } /** - * * @param frame 1 based frame */ private void addInstanceEventScript(SWF swf, Timelined tim, PlaceObjectTypeTag placeType, int frame) { @@ -3588,7 +3587,8 @@ public class TagTreeContextMenu extends JPopupMenu { try { List actions = parser.actionsFromString("class " + dc.toPrintableString(false) + "{}", swf.getCharset()); doInit.setActions(actions); - } catch (ActionParseException | IOException | CompilationException | InterruptedException ex) { + } catch (ActionParseException | IOException | CompilationException + | InterruptedException ex) { //ignore } @@ -3692,7 +3692,7 @@ public class TagTreeContextMenu extends JPopupMenu { public void removeItemActionPerformed(ActionEvent evt, boolean removeDependencies) { List sel = getSelectedItems(); - + List tagsToRemove = new ArrayList<>(); List framesToRemove = new ArrayList<>(); List itemsToRemove = new ArrayList<>(); @@ -3745,7 +3745,7 @@ public class TagTreeContextMenu extends JPopupMenu { } else if (item instanceof BUTTONCONDACTION) { itemsToRemove.add(item); //This is slow. Let's hope users won't delete that much BUTTONCONDACTIONs - TreePath path = getTree().getFullModel().getTreePath(item); + TreePath path = getTree().getFullModel().getTreePath(item); itemsToRemoveParents.add(((TagScript) path.getParentPath().getLastPathComponent()).getTag()); itemsToRemoveSprites.add(new Object()); } else if (item instanceof CLIPACTIONRECORD) { @@ -4075,8 +4075,8 @@ public class TagTreeContextMenu extends JPopupMenu { private void cloneActionPerformed(ActionEvent e) { List items = getSelectedItems(); /* Currently useless since all selected items must have the same parent - * but a better way to detect for parent/child selection - * could remove that limitation */ + * but a better way to detect for parent/child selection + * could remove that limitation */ Set swfs = new HashSet<>(); try { @@ -4460,7 +4460,8 @@ public class TagTreeContextMenu extends JPopupMenu { swf.updateCharacters(); mainPanel.refreshTree(swf); mainPanel.setTagTreeSelectedNode(mainPanel.getCurrentTree(), t); - } catch (InstantiationException | IllegalAccessException | NoSuchMethodException | SecurityException | IllegalArgumentException | InvocationTargetException ex) { + } catch (InstantiationException | IllegalAccessException | NoSuchMethodException | SecurityException + | IllegalArgumentException | InvocationTargetException ex) { logger.log(Level.SEVERE, null, ex); } } @@ -4877,7 +4878,6 @@ public class TagTreeContextMenu extends JPopupMenu { } /** - * * @param items * @param move * @param targetTimelined @@ -5478,6 +5478,7 @@ public class TagTreeContextMenu extends JPopupMenu { } } } + public void exportFlaActionPerformed(ActionEvent evt) { SWF swf = (SWF) getCurrentItem().getOpenable(); mainPanel.exportFla(swf); @@ -5487,12 +5488,12 @@ public class TagTreeContextMenu extends JPopupMenu { SWF swf = (SWF) getCurrentItem().getOpenable(); mainPanel.exportFlashDevelop(swf); } - + public void exportIdeaActionPerformed(ActionEvent evt) { SWF swf = (SWF) getCurrentItem().getOpenable(); mainPanel.exportIdea(swf); } - + public void importScriptsActionPerformed(ActionEvent evt) { Openable openable = getCurrentItem().getOpenable(); SWF swf = (openable instanceof SWF) ? (SWF) openable : ((ABC) openable).getSwf(); diff --git a/src/com/jpexs/decompiler/flash/gui/tagtree/TagTreeModel.java b/src/com/jpexs/decompiler/flash/gui/tagtree/TagTreeModel.java index d2573904b..9344b0609 100644 --- a/src/com/jpexs/decompiler/flash/gui/tagtree/TagTreeModel.java +++ b/src/com/jpexs/decompiler/flash/gui/tagtree/TagTreeModel.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS - * + * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or * (at your option) any later version. - * + * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. - * + * * You should have received a copy of the GNU General Public License * along with this program. If not, see . */ @@ -62,7 +62,6 @@ import javax.swing.event.TreeModelListener; import javax.swing.tree.TreePath; /** - * * @author JPEXS */ public class TagTreeModel extends AbstractTagTreeModel { @@ -400,7 +399,7 @@ public class TagTreeModel extends AbstractTagTreeModel { public Frame getFrame(SWF swf, Timelined t, int frame) { return searchForFrame(swf, swf, t, frame); } - + @Override protected void searchTreeItemMulti(List objs, TreeItem parent, List path, Map> result) { for (TreeItem n : getAllChildren(parent)) { @@ -414,11 +413,10 @@ public class TagTreeModel extends AbstractTagTreeModel { } } - searchTreeItemMulti(objs, n, newPath, result); - } + searchTreeItemMulti(objs, n, newPath, result); + } } - @Override protected void searchTreeItemParentMulti(List objs, TreeItem parent, Map result) { for (TreeItem n : getAllChildren(parent)) { @@ -429,10 +427,10 @@ public class TagTreeModel extends AbstractTagTreeModel { } } - searchTreeItemParentMulti(objs, n, result); + searchTreeItemParentMulti(objs, n, result); } } - + private boolean searchMatches(TreeItem n, TreeItem obj) { if (n instanceof AS3Package) { AS3Package pkg = (AS3Package) n; @@ -485,6 +483,7 @@ public class TagTreeModel extends AbstractTagTreeModel { } return false; } + @Override protected List searchTreeItem(TreeItem obj, TreeItem parent, List path) { List ret = null; @@ -563,7 +562,7 @@ public class TagTreeModel extends AbstractTagTreeModel { } return ret; } - + private List getAllChildrenInternal(Object parent) { TreeItem parentNode = (TreeItem) parent; List result = new ArrayList<>(); @@ -667,7 +666,7 @@ public class TagTreeModel extends AbstractTagTreeModel { } return result; } - + private TreeItem getChildInternal(Object parent, int index) { if (getChildCount(parent) == 0) { return null; diff --git a/src/com/jpexs/decompiler/flash/gui/tagtree/TagTreeRoot.java b/src/com/jpexs/decompiler/flash/gui/tagtree/TagTreeRoot.java index 8e537b3c9..6e8cb3559 100644 --- a/src/com/jpexs/decompiler/flash/gui/tagtree/TagTreeRoot.java +++ b/src/com/jpexs/decompiler/flash/gui/tagtree/TagTreeRoot.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS - * + * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or * (at your option) any later version. - * + * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. - * + * * You should have received a copy of the GNU General Public License * along with this program. If not, see . */ @@ -19,7 +19,6 @@ package com.jpexs.decompiler.flash.gui.tagtree; import com.jpexs.decompiler.flash.treeitems.FolderItem; /** - * * @author JPEXS */ public class TagTreeRoot extends FolderItem implements TreeRoot { diff --git a/src/com/jpexs/decompiler/flash/gui/tagtree/TagTreeSwfInfo.java b/src/com/jpexs/decompiler/flash/gui/tagtree/TagTreeSwfInfo.java index 3a643b7ec..f9d83e594 100644 --- a/src/com/jpexs/decompiler/flash/gui/tagtree/TagTreeSwfInfo.java +++ b/src/com/jpexs/decompiler/flash/gui/tagtree/TagTreeSwfInfo.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS - * + * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or * (at your option) any later version. - * + * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. - * + * * You should have received a copy of the GNU General Public License * along with this program. If not, see . */ @@ -24,7 +24,6 @@ import java.util.List; import java.util.Map; /** - * * @author JPEXS */ public class TagTreeSwfInfo { diff --git a/src/com/jpexs/decompiler/flash/gui/tagtree/TreeRoot.java b/src/com/jpexs/decompiler/flash/gui/tagtree/TreeRoot.java index de61d7adb..2e0a93b83 100644 --- a/src/com/jpexs/decompiler/flash/gui/tagtree/TreeRoot.java +++ b/src/com/jpexs/decompiler/flash/gui/tagtree/TreeRoot.java @@ -1,23 +1,22 @@ /* * Copyright (C) 2022-2024 JPEXS - * + * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or * (at your option) any later version. - * + * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. - * + * * You should have received a copy of the GNU General Public License * along with this program. If not, see . */ package com.jpexs.decompiler.flash.gui.tagtree; /** - * * @author JPEXS */ public interface TreeRoot { diff --git a/src/com/jpexs/decompiler/flash/gui/timeline/FrameSelectionListener.java b/src/com/jpexs/decompiler/flash/gui/timeline/FrameSelectionListener.java index 21252d75b..c1076d14d 100644 --- a/src/com/jpexs/decompiler/flash/gui/timeline/FrameSelectionListener.java +++ b/src/com/jpexs/decompiler/flash/gui/timeline/FrameSelectionListener.java @@ -1,23 +1,22 @@ /* * Copyright (C) 2010-2024 JPEXS - * + * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or * (at your option) any later version. - * + * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. - * + * * You should have received a copy of the GNU General Public License * along with this program. If not, see . */ package com.jpexs.decompiler.flash.gui.timeline; /** - * * @author JPEXS */ @FunctionalInterface diff --git a/src/com/jpexs/decompiler/flash/gui/timeline/TimelineBodyPanel.java b/src/com/jpexs/decompiler/flash/gui/timeline/TimelineBodyPanel.java index 0f158d391..367e6fcd8 100644 --- a/src/com/jpexs/decompiler/flash/gui/timeline/TimelineBodyPanel.java +++ b/src/com/jpexs/decompiler/flash/gui/timeline/TimelineBodyPanel.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS - * + * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or * (at your option) any later version. - * + * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. - * + * * You should have received a copy of the GNU General Public License * along with this program. If not, see . */ @@ -45,7 +45,6 @@ import org.pushingpixels.substance.api.SubstanceLookAndFeel; import org.pushingpixels.substance.internal.utils.SubstanceColorUtilities; /** - * * @author JPEXS */ public class TimelineBodyPanel extends JPanel implements MouseListener, KeyListener { diff --git a/src/com/jpexs/decompiler/flash/gui/timeline/TimelineDepthPanel.java b/src/com/jpexs/decompiler/flash/gui/timeline/TimelineDepthPanel.java index c7d47afb1..bda231a31 100644 --- a/src/com/jpexs/decompiler/flash/gui/timeline/TimelineDepthPanel.java +++ b/src/com/jpexs/decompiler/flash/gui/timeline/TimelineDepthPanel.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS - * + * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or * (at your option) any later version. - * + * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. - * + * * You should have received a copy of the GNU General Public License * along with this program. If not, see . */ @@ -24,7 +24,6 @@ import java.awt.Rectangle; import javax.swing.JPanel; /** - * * @author JPEXS */ public class TimelineDepthPanel extends JPanel { diff --git a/src/com/jpexs/decompiler/flash/gui/timeline/TimelinePanel.java b/src/com/jpexs/decompiler/flash/gui/timeline/TimelinePanel.java index c3b76d52c..848c81933 100644 --- a/src/com/jpexs/decompiler/flash/gui/timeline/TimelinePanel.java +++ b/src/com/jpexs/decompiler/flash/gui/timeline/TimelinePanel.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS - * + * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or * (at your option) any later version. - * + * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. - * + * * You should have received a copy of the GNU General Public License * along with this program. If not, see . */ @@ -34,7 +34,6 @@ import org.pushingpixels.substance.api.DecorationAreaType; import org.pushingpixels.substance.api.SubstanceLookAndFeel; /** - * * @author JPEXS */ public class TimelinePanel extends JPanel { diff --git a/src/com/jpexs/decompiler/flash/gui/timeline/TimelineTimePanel.java b/src/com/jpexs/decompiler/flash/gui/timeline/TimelineTimePanel.java index b29236c6c..43526d41d 100644 --- a/src/com/jpexs/decompiler/flash/gui/timeline/TimelineTimePanel.java +++ b/src/com/jpexs/decompiler/flash/gui/timeline/TimelineTimePanel.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS - * + * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or * (at your option) any later version. - * + * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. - * + * * You should have received a copy of the GNU General Public License * along with this program. If not, see . */ @@ -27,7 +27,6 @@ import java.util.List; import javax.swing.JPanel; /** - * * @author JPEXS */ public class TimelineTimePanel extends JPanel implements MouseListener { diff --git a/src/com/jpexs/decompiler/flash/gui/timeline/TimelineViewPanel.java b/src/com/jpexs/decompiler/flash/gui/timeline/TimelineViewPanel.java index 26ffd7649..3fe78ba8f 100644 --- a/src/com/jpexs/decompiler/flash/gui/timeline/TimelineViewPanel.java +++ b/src/com/jpexs/decompiler/flash/gui/timeline/TimelineViewPanel.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS - * + * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or * (at your option) any later version. - * + * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. - * + * * You should have received a copy of the GNU General Public License * along with this program. If not, see . */ @@ -25,7 +25,6 @@ import javax.swing.JPanel; import javax.swing.JSplitPane; /** - * * @author JPEXS */ public class TimelineViewPanel extends JPanel { diff --git a/src/com/jpexs/decompiler/flash/gui/translator/Translator.java b/src/com/jpexs/decompiler/flash/gui/translator/Translator.java index 035b82ba6..f1d2b49a6 100644 --- a/src/com/jpexs/decompiler/flash/gui/translator/Translator.java +++ b/src/com/jpexs/decompiler/flash/gui/translator/Translator.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2022-2024 JPEXS - * + * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or * (at your option) any later version. - * + * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. - * + * * You should have received a copy of the GNU General Public License * along with this program. If not, see . */ @@ -96,7 +96,6 @@ import javax.swing.table.TableCellRenderer; import javax.swing.table.TableColumnModel; /** - * * @author JPEXS */ public class Translator extends JFrame implements ItemListener { @@ -1212,7 +1211,8 @@ public class Translator extends JFrame implements ItemListener { UIManager.setLookAndFeel(UIManager.getSystemLookAndFeelClassName()); - } catch (UnsupportedLookAndFeelException | ClassNotFoundException | InstantiationException | IllegalAccessException ignored) { + } catch (UnsupportedLookAndFeelException | ClassNotFoundException | InstantiationException + | IllegalAccessException ignored) { //ignored } try { diff --git a/src/com/jpexs/process/Process.java b/src/com/jpexs/process/Process.java index 7e8314d4a..6b7775433 100644 --- a/src/com/jpexs/process/Process.java +++ b/src/com/jpexs/process/Process.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS - * + * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or * (at your option) any later version. - * + * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. - * + * * You should have received a copy of the GNU General Public License * along with this program. If not, see . */ @@ -23,7 +23,6 @@ import java.io.InputStream; import java.util.Map; /** - * * @author JPEXS */ public interface Process extends Comparable, Searchable { diff --git a/src/com/jpexs/process/ProcessTools.java b/src/com/jpexs/process/ProcessTools.java index 9c9bb955f..4d1e06b78 100644 --- a/src/com/jpexs/process/ProcessTools.java +++ b/src/com/jpexs/process/ProcessTools.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS - * + * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or * (at your option) any later version. - * + * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. - * + * * You should have received a copy of the GNU General Public License * along with this program. If not, see . */ diff --git a/src/com/jpexs/process/win32/Win32Process.java b/src/com/jpexs/process/win32/Win32Process.java index 187709ec7..e222985e5 100644 --- a/src/com/jpexs/process/win32/Win32Process.java +++ b/src/com/jpexs/process/win32/Win32Process.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS - * + * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or * (at your option) any later version. - * + * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. - * + * * You should have received a copy of the GNU General Public License * along with this program. If not, see . */ @@ -25,7 +25,6 @@ import java.io.InputStream; import java.util.Map; /** - * * @author JPEXS */ public class Win32Process implements Process { diff --git a/src/com/jpexs/process/win32/Win32ProcessTools.java b/src/com/jpexs/process/win32/Win32ProcessTools.java index 6045d2fe8..d6123080b 100644 --- a/src/com/jpexs/process/win32/Win32ProcessTools.java +++ b/src/com/jpexs/process/win32/Win32ProcessTools.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS - * + * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or * (at your option) any later version. - * + * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. - * + * * You should have received a copy of the GNU General Public License * along with this program. If not, see . */ @@ -52,7 +52,6 @@ import java.util.logging.Level; import java.util.logging.Logger; /** - * * @author JPEXS */ public class Win32ProcessTools extends ProcessTools { diff --git a/src/com/sun/jna/platform/win32/BITMAP.java b/src/com/sun/jna/platform/win32/BITMAP.java index 6d6bfdbfd..93aa8c1ea 100644 --- a/src/com/sun/jna/platform/win32/BITMAP.java +++ b/src/com/sun/jna/platform/win32/BITMAP.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS - * + * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or * (at your option) any later version. - * + * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. - * + * * You should have received a copy of the GNU General Public License * along with this program. If not, see . */ @@ -24,7 +24,6 @@ import java.util.Arrays; import java.util.List; /** - * * @author JPEXS */ public class BITMAP extends Structure { diff --git a/src/com/sun/jna/platform/win32/BaseTSD.java b/src/com/sun/jna/platform/win32/BaseTSD.java index b9f783c3f..6ac5efab0 100644 --- a/src/com/sun/jna/platform/win32/BaseTSD.java +++ b/src/com/sun/jna/platform/win32/BaseTSD.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS - * + * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or * (at your option) any later version. - * + * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. - * + * * You should have received a copy of the GNU General Public License * along with this program. If not, see . */ diff --git a/src/com/sun/jna/platform/win32/Gdi32.java b/src/com/sun/jna/platform/win32/Gdi32.java index 3f0e81cdd..f11836aaa 100644 --- a/src/com/sun/jna/platform/win32/Gdi32.java +++ b/src/com/sun/jna/platform/win32/Gdi32.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS - * + * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or * (at your option) any later version. - * + * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. - * + * * You should have received a copy of the GNU General Public License * along with this program. If not, see . */ @@ -319,7 +319,7 @@ public interface Gdi32 extends StdCallLibrary { * @param lpbi A pointer to a {@link BITMAPINFO} structure that specifies * the desired format for the DIB data. * @param uUsage The format of the bmiColors member of the {@link - * BITMAPINFO} structure. + * BITMAPINFO} structure. * @return the number of scan lines copied from the bitmap */ int GetDIBits(HDC hdc, HBITMAP hbmp, int uStartScan, int cScanLines, Pointer lpvBits, BITMAPINFO lpbi, int uUsage); diff --git a/src/com/sun/jna/platform/win32/ICONINFO.java b/src/com/sun/jna/platform/win32/ICONINFO.java index 3d12c40f1..c77a7b8b4 100644 --- a/src/com/sun/jna/platform/win32/ICONINFO.java +++ b/src/com/sun/jna/platform/win32/ICONINFO.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS - * + * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or * (at your option) any later version. - * + * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. - * + * * You should have received a copy of the GNU General Public License * along with this program. If not, see . */ @@ -23,7 +23,6 @@ import java.util.Arrays; import java.util.List; /** - * * @author JPEXS */ public class ICONINFO extends Structure { diff --git a/src/com/sun/jna/platform/win32/Kernel32.java b/src/com/sun/jna/platform/win32/Kernel32.java index d7d0bb427..7d667420a 100644 --- a/src/com/sun/jna/platform/win32/Kernel32.java +++ b/src/com/sun/jna/platform/win32/Kernel32.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS - * + * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or * (at your option) any later version. - * + * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. - * + * * You should have received a copy of the GNU General Public License * along with this program. If not, see . */ @@ -54,7 +54,7 @@ public interface Kernel32 extends WinNT { * @param uExitCode The exit code to be used by the process and threads * terminated as a result of this call. * @return If the function succeeds, the return value is nonzero. - * + *

* If the function fails, the return value is zero. To get extended error * information, call GetLastError. */ @@ -148,7 +148,7 @@ public interface Kernel32 extends WinNT { public static final int REALTIME_PRIORITY_CLASS = 0x00000100; -// __out + // __out // HANDLE // WINAPI // CreateNamedPipe( @@ -173,7 +173,7 @@ public interface Kernel32 extends WinNT { // ); boolean ConnectNamedPipe(HANDLE hNamedPipe, WinBase.OVERLAPPED lpOverlapped); -// WINBASEAPI + // WINBASEAPI // BOOL // WINAPI // DisconnectNamedPipe( @@ -271,26 +271,24 @@ public interface Kernel32 extends WinNT { * modules, and threads used by these processes. * * @param dwFlags The portions of the system to be included in the snapshot. - * * @param th32ProcessID The process identifier of the process to be included * in the snapshot. This parameter can be zero to indicate the current * process. This parameter is used when the TH32CS_SNAPHEAPLIST, * TH32CS_SNAPMODULE, TH32CS_SNAPMODULE32, or TH32CS_SNAPALL value is * specified. Otherwise, it is ignored and all processes are included in the * snapshot. - * + *

* If the specified process is the Idle process or one of the CSRSS * processes, this function fails and the last error code is * ERROR_ACCESS_DENIED because their access restrictions prevent user-level * code from opening them. - * + *

* If the specified process is a 64-bit process and the caller is a 32-bit * process, this function fails and the last error code is * ERROR_PARTIAL_COPY (299). - * * @return If the function succeeds, it returns an open handle to the * specified snapshot. - * + *

* If the function fails, it returns INVALID_HANDLE_VALUE. To get extended * error information, call GetLastError. Possible error codes include * ERROR_BAD_LENGTH. diff --git a/src/com/sun/jna/platform/win32/MEMORY_BASIC_INFORMATION.java b/src/com/sun/jna/platform/win32/MEMORY_BASIC_INFORMATION.java index 62dafeede..9f88033c2 100644 --- a/src/com/sun/jna/platform/win32/MEMORY_BASIC_INFORMATION.java +++ b/src/com/sun/jna/platform/win32/MEMORY_BASIC_INFORMATION.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS - * + * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or * (at your option) any later version. - * + * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. - * + * * You should have received a copy of the GNU General Public License * along with this program. If not, see . */ @@ -24,7 +24,6 @@ import java.util.Arrays; import java.util.List; /** - * * @author JPEXS */ public class MEMORY_BASIC_INFORMATION extends Structure { diff --git a/src/com/sun/jna/platform/win32/PROCESSENTRY32.java b/src/com/sun/jna/platform/win32/PROCESSENTRY32.java index dffd7033b..014cf0b71 100644 --- a/src/com/sun/jna/platform/win32/PROCESSENTRY32.java +++ b/src/com/sun/jna/platform/win32/PROCESSENTRY32.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS - * + * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or * (at your option) any later version. - * + * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. - * + * * You should have received a copy of the GNU General Public License * along with this program. If not, see . */ diff --git a/src/com/sun/jna/platform/win32/Psapi.java b/src/com/sun/jna/platform/win32/Psapi.java index 23a4d37d2..217f798ed 100644 --- a/src/com/sun/jna/platform/win32/Psapi.java +++ b/src/com/sun/jna/platform/win32/Psapi.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS - * + * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or * (at your option) any later version. - * + * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. - * + * * You should have received a copy of the GNU General Public License * along with this program. If not, see . */ @@ -21,7 +21,6 @@ import com.sun.jna.platform.win32.WinNT.HANDLE; import com.sun.jna.win32.StdCallLibrary; /** - * * @author JPEXS */ public interface Psapi extends StdCallLibrary { diff --git a/src/com/sun/jna/platform/win32/SHELLEXECUTEINFO.java b/src/com/sun/jna/platform/win32/SHELLEXECUTEINFO.java index 02fbfbd96..762df83e9 100644 --- a/src/com/sun/jna/platform/win32/SHELLEXECUTEINFO.java +++ b/src/com/sun/jna/platform/win32/SHELLEXECUTEINFO.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS - * + * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or * (at your option) any later version. - * + * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. - * + * * You should have received a copy of the GNU General Public License * along with this program. If not, see . */ diff --git a/src/com/sun/jna/platform/win32/SHFILEINFO.java b/src/com/sun/jna/platform/win32/SHFILEINFO.java index 3de751b58..50fe5669d 100644 --- a/src/com/sun/jna/platform/win32/SHFILEINFO.java +++ b/src/com/sun/jna/platform/win32/SHFILEINFO.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS - * + * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or * (at your option) any later version. - * + * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. - * + * * You should have received a copy of the GNU General Public License * along with this program. If not, see . */ @@ -23,7 +23,6 @@ import java.util.Arrays; import java.util.List; /** - * * @author JPEXS */ public class SHFILEINFO extends Structure { diff --git a/src/com/sun/jna/platform/win32/Shell32.java b/src/com/sun/jna/platform/win32/Shell32.java index cd123dc0a..7d13cf242 100644 --- a/src/com/sun/jna/platform/win32/Shell32.java +++ b/src/com/sun/jna/platform/win32/Shell32.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS - * + * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or * (at your option) any later version. - * + * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. - * + * * You should have received a copy of the GNU General Public License * along with this program. If not, see . */ diff --git a/src/com/sun/jna/platform/win32/User32.java b/src/com/sun/jna/platform/win32/User32.java index dcb149b95..cd11f99e8 100644 --- a/src/com/sun/jna/platform/win32/User32.java +++ b/src/com/sun/jna/platform/win32/User32.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS - * + * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or * (at your option) any later version. - * + * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. - * + * * You should have received a copy of the GNU General Public License * along with this program. If not, see . */ @@ -785,14 +785,12 @@ public interface User32 extends StdCallLibrary, WinUser { * Changes the parent window of the specified child window. * * @param hWndChild A handle to the child window. - * * @param hWndNewParent A handle to the new parent window. If this parameter * is NULL, the desktop window becomes the new parent window. If this * parameter is HWND_MESSAGE, the child window becomes a message-only * window. - * * @return If the function succeeds, the return value is nonzero. - * + *

* If the function fails, the return value is zero. To get extended error * information, call GetLastError. */ @@ -802,11 +800,10 @@ public interface User32 extends StdCallLibrary, WinUser { * Determines the visibility state of the specified window. * * @param hWnd A handle to the window to be tested. - * * @return If the specified window, its parent window, its parent's parent * window, and so forth, have the WS_VISIBLE style, the return value is * nonzero. Otherwise, the return value is zero. - * + *

* Because the return value specifies whether the window has the WS_VISIBLE * style, it may be nonzero even if the window is totally obscured by other * windows. @@ -820,23 +817,17 @@ public interface User32 extends StdCallLibrary, WinUser { * the upper-left corner of the parent window's client area. * * @param hWnd A handle to the window. - * * @param X The new position of the left side of the window. - * * @param Y The new position of the top of the window. - * * @param nWidth The new width of the window. - * * @param nHeight The new height of the window. - * * @param bRepaint Indicates whether the window is to be repainted. If this * parameter is TRUE, the window receives a message. If the parameter is * FALSE, no repainting of any kind occurs. This applies to the client area, * the nonclient area (including the title bar and scroll bars), and any * part of the parent window uncovered as a result of moving a child window. - * * @return If the function succeeds, the return value is nonzero. - * + *

* If the function fails, the return value is zero. To get extended error * information, call GetLastError. */ @@ -850,24 +841,17 @@ public interface User32 extends StdCallLibrary, WinUser { * window in the Z order. * * @param hWnd A handle to the window. - * * @param hWndInsertAfter A handle to the window to precede the positioned * window in the Z order. - * * @param X The new position of the left side of the window, in client * coordinates. - * * @param Y The new position of the top of the window, in client * coordinates. - * * @param cx The new width of the window, in pixels. - * * @param cy The new height of the window, in pixels. - * * @param uFlags The window sizing and positioning flags. - * * @return If the function succeeds, the return value is nonzero. - * + *

* If the function fails, the return value is zero. To get extended error * information, call GetLastError. */ @@ -880,14 +864,11 @@ public interface User32 extends StdCallLibrary, WinUser { * * @param idAttach The identifier of the thread to be attached to another * thread. The thread to be attached cannot be a system thread. - * * @param idAttachTo The identifier of the thread to which idAttach will be * attached. This thread cannot be a system thread. A thread cannot attach * to itself. Therefore, idAttachTo cannot equal idAttach. - * * @param fAttach If this parameter is TRUE, the two threads are attached. * If the parameter is FALSE, the threads are detached. - * * @return If the function succeeds, the return value is nonzero. */ boolean AttachThreadInput(DWORD idAttach, DWORD idAttachTo, boolean fAttach); @@ -901,7 +882,6 @@ public interface User32 extends StdCallLibrary, WinUser { * * @param hWnd A handle to the window that should be activated and brought * to the foreground. - * * @return If the window was brought to the foreground, the return value is * nonzero. */ @@ -925,7 +905,6 @@ public interface User32 extends StdCallLibrary, WinUser { * * @param hWnd A handle to the window that will receive the keyboard input. * If this parameter is NULL, keystrokes are ignored. - * * @return If the function succeeds, the return value is the handle to the * window that previously had the keyboard focus. If the hWnd parameter is * invalid or the window is not attached to the calling thread's message @@ -938,18 +917,15 @@ public interface User32 extends StdCallLibrary, WinUser { * Synthesizes keystrokes, mouse motions, and button clicks. * * @param nInputs The number of structures in the pInputs array. - * * @param pInputs An array of INPUT structures. Each structure represents an * event to be inserted into the keyboard or mouse input stream. - * * @param cbSize The size, in bytes, of an INPUT structure. If cbSize is not * the size of an INPUT structure, the function fails. - * * @return The function returns the number of events that it successfully * inserted into the keyboard or mouse input stream. If the function returns * zero, the input was already blocked by another thread. To get extended * error information, call GetLastError. - * + *

* This function fails when it is blocked by UIPI. Note that neither * GetLastError nor the return value will indicate the failure was caused by * UIPI blocking. @@ -964,11 +940,9 @@ public interface User32 extends StdCallLibrary, WinUser { * @param hProcess A handle to the process. If this process is a console * application or does not have a message queue, WaitForInputIdle returns * immediately. - * * @param dwMilliseconds The time-out interval, in milliseconds. If * dwMilliseconds is INFINITE, the function does not return until the * process is idle. - * * @return The following table shows the possible return values for this * function. Return code: Description 0: The wait was satisfied * successfully. WAIT_TIMEOUT: The wait was terminated because the time-out @@ -986,16 +960,13 @@ public interface User32 extends StdCallLibrary, WinUser { * not just the windows for this application, and sends the WM_ERASEBKGND * and WM_NCPAINT messages before the function returns. Setting this * parameter to NULL is not recommended. - * * @param lpRect A pointer to a RECT structure that contains the client * coordinates of the rectangle to be added to the update region. If this * parameter is NULL, the entire client area is added to the update region. - * * @param bErase Specifies whether the background within the update region * is to be erased when the update region is processed. If this parameter is * TRUE, the background is erased when the BeginPaint function is called. If * this parameter is FALSE, the background remains unchanged. - * * @return If the function succeeds, the return value is nonzero. If the * function fails, the return value is zero. */ @@ -1007,19 +978,15 @@ public interface User32 extends StdCallLibrary, WinUser { * * @param hWnd A handle to the window to be redrawn. If this parameter is * NULL, the desktop window is updated. - * * @param lprcUpdate A pointer to a RECT structure containing the * coordinates, in device units, of the update rectangle. This parameter is * ignored if the hrgnUpdate parameter identifies a region. - * * @param hrgnUpdate A handle to the update region. If both the hrgnUpdate * and lprcUpdate parameters are NULL, the entire client area is added to * the update region. - * * @param flags One or more redraw flags. This parameter can be used to * invalidate or validate a window, control repainting, and control which * windows are affected by RedrawWindow. - * * @return If the function succeeds, the return value is nonzero. If the * function fails, the return value is zero. */ @@ -1032,10 +999,8 @@ public interface User32 extends StdCallLibrary, WinUser { * * @param hWnd A handle to a window. The window handle retrieved is relative * to this window, based on the value of the uCmd parameter. - * * @param uCmd The relationship between the specified window and the window * whose handle is to be retrieved. - * * @return If the function succeeds, the return value is a window handle. If * no window exists with the specified relationship to the specified window, * the return value is NULL. To get extended error information, call @@ -1051,7 +1016,6 @@ public interface User32 extends StdCallLibrary, WinUser { * queue. If the update region is empty, no message is sent. * * @param hWnd Handle to the window to be updated. - * * @return If the function succeeds, the return value is nonzero. If the * function fails, the return value is zero. */ @@ -1061,15 +1025,13 @@ public interface User32 extends StdCallLibrary, WinUser { * Sets the specified window's show state. * * @param hWnd A handle to the window. - * * @param nCmdShow Controls how the window is to be shown. This parameter is * ignored the first time an application calls ShowWindow, if the program * that launched the application provides a STARTUPINFO structure. * Otherwise, the first time ShowWindow is called, the value should be the * value obtained by the WinMain function in its nCmdShow parameter. - * * @return If the function succeeds, the return value is nonzero. - * + *

* If the function fails, the return value is zero. To get extended error * information, call GetLastError. */ @@ -1079,9 +1041,8 @@ public interface User32 extends StdCallLibrary, WinUser { * Minimizes (but does not destroy) the specified window. * * @param hWnd A handle to the window to be minimized. - * * @return If the function succeeds, the return value is nonzero. - * + *

* If the function fails, the return value is zero. To get extended error * information, call GetLastError. */ @@ -1096,7 +1057,7 @@ public interface User32 extends StdCallLibrary, WinUser { * key specified by the uVirtKey parameter in order to generate the * @param vk The virtual-key code of the hot key * @return If the function succeeds, the return value is nonzero. - * + *

* If the function fails, the return value is zero. To get extended error * information, call {@link Kernel32#GetLastError}. * {@link WinUser#WM_HOTKEY} messages generated by the hot key @@ -1122,11 +1083,9 @@ public interface User32 extends StdCallLibrary, WinUser { * @param hWnd A handle to the window associated with the hot key to be * freed. This parameter should be NULL if the hot key is not associated * with a window. - * * @param id The identifier of the hot key to be freed. - * * @return If the function succeeds, the return value is nonzero. - * + *

* If the function fails, the return value is zero. To get extended error * information, call {@link Kernel32#GetLastError}. */ @@ -1137,7 +1096,7 @@ public interface User32 extends StdCallLibrary, WinUser { * * @param plii structure that receives the time of the last input event * @return If the function succeeds, the return value is nonzero. - * + *

* If the function fails, the return value is zero. To get extended error * information, call {@link Kernel32#GetLastError}. */ @@ -1150,13 +1109,12 @@ public interface User32 extends StdCallLibrary, WinUser { * @param lpwcx Type: const WNDCLASSEX* A pointer to a WNDCLASSEX structure. * You must fill the structure with the appropriate class attributes before * passing it to the function. - * * @return If the function succeeds, the return value is a class atom that * uniquely identifies the class being registered. This atom can only be * used by the CreateWindow, CreateWindowEx, GetClassInfo, GetClassInfoEx, * FindWindow, FindWindowEx, and UnregisterClass functions and the * IActiveIMMap::FilterClientWindows method. - * + *

* If the function fails, the return value is zero. To get extended error * information, call {@link Kernel32#GetLastError}. */ @@ -1166,7 +1124,7 @@ public interface User32 extends StdCallLibrary, WinUser { * Unregisters a window class, freeing the memory required for the class. * * @param lpClassName [in] Type: LPCTSTR - * + *

* A null-terminated string or a class atom. If lpClassName is a string, it * specifies the window class name. This class name must have been * registered by a previous call to the RegisterClass or RegisterClassEx @@ -1175,12 +1133,11 @@ public interface User32 extends StdCallLibrary, WinUser { * created by a previous call to the RegisterClass or RegisterClassEx * function. The atom must be in the low-order word of lpClassName; the * high-order word must be zero. - * * @param hInstance [in,optional] Type: HINSTANCE A handle to the instance - * of the module that created the class. * + * of the module that created the class. * * @return Type: BOOL If the function succeeds, the return value is nonzero. - * + *

* If the function fails, the return value is zero. To get extended error * information, call {@link Kernel32#GetLastError}. */ @@ -1193,12 +1150,11 @@ public interface User32 extends StdCallLibrary, WinUser { * descriptions of the other parameters of CreateWindowEx, see CreateWindow. * * @param dwExStyle [in] Type: DWORD - * + *

* The extended window style of the window being created. For a list of * possible values,see Extended Window Styles. - * * @param lpClassName [in, optional] Type: LPCTSTR - * + *

* A null-terminated string or a class atom created by a previous call to * the RegisterClass or RegisterClassEx function. The atom must be in the * low-order word of lpClassName; the high-order word must be zero. If @@ -1207,9 +1163,8 @@ public interface User32 extends StdCallLibrary, WinUser { * provided that the module that registers the class is also the module that * creates the window. The class name can also be any of the predefined * system class names. - * * @param lpWindowName [in, optional] Type: LPCTSTR - * + *

* The window name. If the window style specifies a title bar, the window * title pointed to by lpWindowName is displayed in the title bar. When * using CreateWindow to create controls, such as buttons, check boxes, and @@ -1217,15 +1172,13 @@ public interface User32 extends StdCallLibrary, WinUser { * When creating a static control with the SS_ICON style, use lpWindowName * to specify the icon name or identifier. To specify an identifier, use the * syntax "#num". - * * @param dwStyle [in] Type: DWORD - * + *

* The style of the window being created. This parameter can be a * combination of the window style values, plus the control styles indicated * in the Remarks section. - * * @param x [in] Type: int - * + *

* The initial horizontal position of the window. For an overlapped or * pop-up window, the x parameter is the initial x-coordinate of the * window's upper-left corner, in screen coordinates. For a child window, x @@ -1235,9 +1188,8 @@ public interface User32 extends StdCallLibrary, WinUser { * upper-left corner and ignores the y parameter. CW_USEDEFAULT is valid * only for overlapped windows; if it is specified for a pop-up or child * window, the x and y parameters are set to zero. - * * @param y [in] Type: int - * + *

* The initial vertical position of the window. For an overlapped or pop-up * window, the y parameter is the initial y-coordinate of the window's * upper-left corner, in screen coordinates. For a child window, y is the @@ -1246,16 +1198,15 @@ public interface User32 extends StdCallLibrary, WinUser { * a list box y is the initial y-coordinate of the upper-left corner of the * list box's client area relative to the upper-left corner of the parent * window's client area. - * + *

* If an overlapped window is created with the WS_VISIBLE style bit set and * the x parameter is set to CW_USEDEFAULT, then the y parameter determines * how the window is shown. If the y parameter is CW_USEDEFAULT, then the * window manager calls ShowWindow with the SW_SHOW flag after the window * has been created. If the y parameter is some other value, then the window * manager calls ShowWindow with that value as the nCmdShow parameter. - * * @param nWidth [in] Type: int - * + *

* The width, in device units, of the window. For overlapped windows, nWidth * is the window's width, in screen coordinates, or CW_USEDEFAULT. If nWidth * is CW_USEDEFAULT, the system selects a default width and height for the @@ -1264,24 +1215,21 @@ public interface User32 extends StdCallLibrary, WinUser { * y-coordinate to the top of the icon area. CW_USEDEFAULT is valid only for * overlapped windows; if CW_USEDEFAULT is specified for a pop-up or child * window, the nWidth and nHeight parameter are set to zero. - * * @param nHeight [in] Type: int - * + *

* The height, in device units, of the window. For overlapped windows, * nHeight is the window's height, in screen coordinates. If the nWidth * parameter is set to CW_USEDEFAULT, the system ignores nHeight. - * * @param hWndParent [in, optional] Type: HWND - * + *

* A handle to the parent or owner window of the window being created. To * create a child window or an owned window, supply a valid window handle. * This parameter is optional for pop-up windows. - * + *

* To create a message-only window, supply HWND_MESSAGE or a handle to an * existing message-only window. - * * @param hMenu [in, optional] Type: HMENU - * + *

* A handle to a menu, or specifies a child-window identifier, depending on * the window style. For an overlapped or pop-up window, hMenu identifies * the menu to be used with the window; it can be NULL if the class menu is @@ -1290,33 +1238,30 @@ public interface User32 extends StdCallLibrary, WinUser { * parent about events. The application determines the child-window * identifier; it must be unique for all child windows with the same parent * window. - * * @param hInstance [in, optional] Type: HINSTANCE - * + *

* A handle to the instance of the module to be associated with the window. - * * @param lpParam [in, optional] Type: LPVOID - * + *

* Pointer to a value to be passed to the window through the CREATESTRUCT * structure (lpCreateParams member) pointed to by the lParam param of the * WM_CREATE message. This message is sent to the created window by this * function before it returns. - * + *

* If an application calls CreateWindow to create a MDI client window, * lpParam should point to a CLIENTCREATESTRUCT structure. If an MDI client * window calls CreateWindow to create an MDI child window, lpParam should * point to a MDICREATESTRUCT structure. lpParam may be NULL if no * additional data is needed. - * * @return Type: HWND - * + *

* If the function succeeds, the return value is a handle to the new window. - * + *

* If the function fails, the return value is NULL. To get extended error * information, call GetLastError. - * + *

* This function typically fails for one of the following reasons: - * + *

* - an invalid parameter value - the system class was registered by a * different module - The WH_CBT hook is installed and returns a failure * code - if one of the controls in the dialog template is not registered, @@ -1334,19 +1279,18 @@ public interface User32 extends StdCallLibrary, WinUser { * flushes the thread message queue, destroys timers, removes clipboard * ownership, and breaks the clipboard viewer chain (if the window is at the * top of the viewer chain). - * + *

* If the specified window is a parent or owner window, DestroyWindow * automatically destroys the associated child or owned windows when it * destroys the parent or owner window. The function first destroys child or * owned windows, and then it destroys the parent or owner window. - * + *

* DestroyWindow also destroys modeless dialog boxes created by the * CreateDialog function. * * @param hWnd [in] Type: HWND A handle to the window to be destroyed. - * * @return Type: BOOL If the function succeeds, the return value is nonzero. - * + *

* If the function fails, the return value is zero. To get extended error * information, call {@link Kernel32#GetLastError}. */ @@ -1358,27 +1302,24 @@ public interface User32 extends StdCallLibrary, WinUser { * does not retrieve a handle to the small icon. * * @param hinst [in, optional] Type: HINSTANCE - * + *

* A handle to the instance of the application that created the class. To * retrieve information about classes defined by the system (such as buttons * or list boxes), set this parameter to NULL. - * * @param lpszClass [in] Type: LPCTSTR - * + *

* The class name. The name must be that of a preregistered class or a class * registered by a previous call to the RegisterClass or RegisterClassEx * function. Alternatively, this parameter can be a class atom created by a * previous call to RegisterClass or RegisterClassEx. The atom must be in * the low-order word of lpszClass; the high-order word must be zero. - * * @param lpwcx [out] Type: LPWNDCLASSEX - * + *

* A pointer to a WNDCLASSEX structure that receives the information about * the class. - * * @return Type: BOOL If the function finds a matching class and * successfully copies the data, the return value is nonzero. - * + *

* If the function fails, the return value is zero. To get extended error * information, call {@link Kernel32#GetLastError} . */ @@ -1392,26 +1333,22 @@ public interface User32 extends StdCallLibrary, WinUser { * same parameters received by the window procedure. * * @param hWnd [in] Type: HWND - * + *

* A handle to the window procedure that received the message. - * * @param Msg [in] Type: UINT - * + *

* The message. - * * @param wParam [in] Type: WPARAM - * + *

* Additional message information. The content of this parameter depends on * the value of the Msg parameter. - * * @param lParam [in] Type: LPARAM - * + *

* Additional message information. The content of this parameter depends on * the value of the Msg parameter. - * * @return Type: LRESULT The return value is the result of the message * processing and depends on the message. - * + *

* If the function fails, the return value is zero. To get extended error * information, call {@link Kernel32#GetLastError}. */ @@ -1426,37 +1363,34 @@ public interface User32 extends StdCallLibrary, WinUser { * receive device events for the devices specified in the NotificationFilter * parameter. The same window handle can be used in multiple calls to * RegisterDeviceNotification. - * + *

* Services can specify either a window handle or service status handle. - * * @param notificationFilter [in] A pointer to a block of data that * specifies the type of device for which notifications should be sent. This * block always begins with the DEV_BROADCAST_HDR structure. The data * following this header is dependent on the value of the dbch_devicetype * member, which can be DBT_DEVTYP_DEVICEINTERFACE or DBT_DEVTYP_HANDLE. For * more information, see Remarks. - * * @param Flags [in] This parameter can be one of the following values. * DEVICE_NOTIFY_WINDOW_HANDLE0x00000000 The hRecipient parameter is a * window handle. - * + *

* DEVICE_NOTIFY_SERVICE_HANDLE0x00000001 The hRecipient parameter is a * service status handle. - * + *

* In addition, you can specify the following value. - * + *

* DEVICE_NOTIFY_ALL_INTERFACE_CLASSES0x00000004 Notifies the recipient of * device interface events for all device interface classes. (The * dbcc_classguid member is ignored.) - * + *

* This value can be used only if the dbch_devicetype member is * DBT_DEVTYP_DEVICEINTERFACE. - * * @return value - * + *

* If the function succeeds, the return value is a device notification * handle. - * + *

* If the function fails, the return value is NULL. To get extended error * information, call GetLastError. */ @@ -1468,11 +1402,10 @@ public interface User32 extends StdCallLibrary, WinUser { * * @param Handle [in] Device notification handle returned by the * RegisterDeviceNotification function. - * * @return Return value - * + *

* If the function succeeds, the return value is nonzero. - * + *

* If the function fails, the return value is zero. To get extended error * information, call GetLastError. */ @@ -1484,7 +1417,6 @@ public interface User32 extends StdCallLibrary, WinUser { * messages. * * @param string The message to be registered. - * * @return If the message is successfully registered, the return value is a * message identifier in the range 0xC000 through 0xFFFF. *

diff --git a/src/com/sun/jna/platform/win32/WinDef.java b/src/com/sun/jna/platform/win32/WinDef.java index b267c324a..46742c7f4 100644 --- a/src/com/sun/jna/platform/win32/WinDef.java +++ b/src/com/sun/jna/platform/win32/WinDef.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS - * + * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or * (at your option) any later version. - * + * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. - * + * * You should have received a copy of the GNU General Public License * along with this program. If not, see . */ diff --git a/src/com/sun/jna/platform/win32/WinError.java b/src/com/sun/jna/platform/win32/WinError.java index 87010553e..3d832da23 100644 --- a/src/com/sun/jna/platform/win32/WinError.java +++ b/src/com/sun/jna/platform/win32/WinError.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS - * + * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or * (at your option) any later version. - * + * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. - * + * * You should have received a copy of the GNU General Public License * along with this program. If not, see . */ diff --git a/src/com/sun/jna/platform/win32/WinGDI.java b/src/com/sun/jna/platform/win32/WinGDI.java index 4b6fc151e..4b4ebbb8e 100644 --- a/src/com/sun/jna/platform/win32/WinGDI.java +++ b/src/com/sun/jna/platform/win32/WinGDI.java @@ -1,26 +1,24 @@ /* * Copyright (C) 2010-2024 JPEXS - * + * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or * (at your option) any later version. - * + * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. - * + * * You should have received a copy of the GNU General Public License * along with this program. If not, see . */ package com.sun.jna.platform.win32; /** - * * @author JPEXS */ - import com.sun.jna.Structure; import com.sun.jna.platform.win32.WinDef.RECT; import com.sun.jna.win32.StdCallLibrary; diff --git a/src/com/sun/jna/platform/win32/WinUser.java b/src/com/sun/jna/platform/win32/WinUser.java index 33981e3a7..df3e77d5f 100644 --- a/src/com/sun/jna/platform/win32/WinUser.java +++ b/src/com/sun/jna/platform/win32/WinUser.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2024 JPEXS - * + * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or * (at your option) any later version. - * + * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. - * + * * You should have received a copy of the GNU General Public License * along with this program. If not, see . */ @@ -716,7 +716,7 @@ public interface WinUser extends StdCallLibrary, WinDef { /** * The retrieved handle identifies the window of the same type that is * highest in the Z order. - * + *

* If the specified window is a topmost window, the handle identifies a * topmost window. If the specified window is a top-level window, the handle * identifies a top-level window. If the specified window is a child window, @@ -727,7 +727,7 @@ public interface WinUser extends StdCallLibrary, WinDef { /** * The retrieved handle identifies the window of the same type that is * lowest in the Z order. - * + *

* If the specified window is a topmost window, the handle identifies a * topmost window. If the specified window is a top-level window, the handle * identifies a top-level window. If the specified window is a child window, @@ -738,7 +738,7 @@ public interface WinUser extends StdCallLibrary, WinDef { /** * The retrieved handle identifies the window below the specified window in * the Z order. - * + *

* If the specified window is a topmost window, the handle identifies a * topmost window. If the specified window is a top-level window, the handle * identifies a top-level window. If the specified window is a child window, @@ -749,7 +749,7 @@ public interface WinUser extends StdCallLibrary, WinDef { /** * The retrieved handle identifies the window above the specified window in * the Z order. - * + *

* If the specified window is a topmost window, the handle identifies a * topmost window. If the specified window is a top-level window, the handle * identifies a top-level window. If the specified window is a child window, @@ -1037,7 +1037,7 @@ public interface WinUser extends StdCallLibrary, WinDef { /** * Contains window class information. It is used with the RegisterClassEx * and GetClassInfoEx functions. - * + *

* The WNDCLASSEX structure is similar to the WNDCLASS structure. There are * two differences. WNDCLASSEX includes the cbSize member, which specifies * the size of the structure, and the hIconSm member, which contains a @@ -1145,33 +1145,29 @@ public interface WinUser extends StdCallLibrary, WinDef { /** * An application-defined function that processes messages sent to a window. * The WNDPROC type defines a pointer to this callback function. - * + *

* WindowProc is a placeholder for the application-defined function name. */ public interface WindowProc extends Callback { /** * @param hwnd [in] Type: HWND - * + *

* A handle to the window. - * * @param uMsg [in] Type: UINT - * + *

* The message. - * + *

* For lists of the system-provided messages, see System-Defined * Messages. - * * @param wParam [in] Type: WPARAM - * + *

* Additional message information. The contents of this parameter depend * on the value of the uMsg parameter. - * * @param lParam [in] Type: LPARAM - * + *

* Additional message information. The contents of this parameter depend * on the value of the uMsg parameter. - * * @return the lresult */ LRESULT callback(HWND hwnd, int uMsg, WPARAM wParam, LPARAM lParam);