From 3058893f9fd23c063202e3ce4d6d693da3d66ed4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jindra=20Pet=C5=99=C3=ADk?= Date: Mon, 23 Sep 2024 21:54:00 +0200 Subject: [PATCH 01/42] created new Unreleased section in CHANGELOG.md --- CHANGELOG.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index e708fd3455..4bda3dfb96 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,8 @@ # Change Log All notable changes to this project will be documented in this file. +## [Unreleased] + ## [21.1.0] - 2024-09-23 ### Added - FLA export - generating bin/*.dat files for movies and images @@ -3406,6 +3408,7 @@ Major version of SWF to XML export changed to 2. ### Added - Initial public release +[Unreleased]: https://github.com/jindrapetrik/jpexs-decompiler/compare/version21.1.0...dev [21.1.0]: https://github.com/jindrapetrik/jpexs-decompiler/compare/version21.0.5...version21.1.0 [21.0.5]: https://github.com/jindrapetrik/jpexs-decompiler/compare/version21.0.4...version21.0.5 [21.0.4]: https://github.com/jindrapetrik/jpexs-decompiler/compare/version21.0.3...version21.0.4 From b17958269dc19514a4cdee6473de20ec51b27132 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jindra=20Pet=C5=99=C3=ADk?= Date: Mon, 23 Sep 2024 23:15:18 +0200 Subject: [PATCH 02/42] Move information about flacomdoc to correct README file. --- README.md | 2 -- libsrc/ffdec_lib/README.md | 5 ++++- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 2f23a00bc4..518280717f 100644 --- a/README.md +++ b/README.md @@ -155,7 +155,6 @@ And links also these libraries: * [Insubstantial] (Substance Look and Feel, Flamingo Ribbon component) - Revised BSD * [javactivex] (Flash Player ActiveX embedding) - LGPLv3 * [flashdebugger library] (Debugging ActionScript) - LGPLv3 -* [FLA Compound Document Tools] (Exporting to FLA CS4 and below) - LGPLv2.1 * FFDec Library (LGPLv3) - see below Application uses also some icons of the [Silk icons pack], [Silk companion 1], [FatCow icons pack] and [Aha-Soft icons pack]. @@ -173,7 +172,6 @@ See [library README](libsrc/ffdec_lib/README.md) for more info about FFDec libra [Insubstantial]: http://shemnon.com/speling/2011/04/insubstantial-62-release.html [javactivex]:https://github.com/jindrapetrik/javactivex [flashdebugger library]: https://github.com/jindrapetrik/flashdebugger -[FLA Compound Document Tools]: https://github.com/jindrapetrik/flacomdoc [Silk icons pack]: http://www.famfamfam.com/lab/icons/silk/ [Silk companion 1]: http://damieng.com/creative/icons/silk-companion-1-icons [FatCow icons pack]: http://www.fatcow.com/free-icons diff --git a/libsrc/ffdec_lib/README.md b/libsrc/ffdec_lib/README.md index b28ae12b48..0358dc39ec 100644 --- a/libsrc/ffdec_lib/README.md +++ b/libsrc/ffdec_lib/README.md @@ -31,6 +31,7 @@ These include: * Open Imaging GIF Decoder - `gifreader.jar` - Importing GIFs * Miter clip - modified openjdk8 Stroker - `miterclip.jar` - Support for miter clip join style in shapes * FlexSDK Decimal128 class - `decimal.jar` - Working with decimal type in AS3 +* FLA Compound Document Tools - `flacomdoc.jar` - Exporting FLA to CS4 or lower ## Basic library usage ```java @@ -138,6 +139,7 @@ And also links to these libraries: * [flashdebugger library] (Debugging ActionScript) - LGPLv3 * [Java Native Access - JNA] (Registry association, Process memory reading) - LGPL * [Open Imaging GIF Decoder] (GIF file importing) - Apache License 2.0 +* [FLA Compound Document Tools] (Exporting to FLA CS4 and below) - LGPLv2.1 [sfntly]: https://code.google.com/p/sfntly/ [JLayer]: http://www.javazoom.net/javalayer/javalayer.html @@ -156,4 +158,5 @@ And also links to these libraries: [Java Native Access - JNA]: https://github.com/twall/jna [Open Imaging GIF Decoder]: https://github.com/DhyanB/Open-Imaging [openjdk8 Stroker]: https://github.com/JetBrains/jdk8u_jdk -[Apache Flex SDK]: https://github.com/apache/flex-sdk \ No newline at end of file +[Apache Flex SDK]: https://github.com/apache/flex-sdk +[FLA Compound Document Tools]: https://github.com/jindrapetrik/flacomdoc From ac343e49cf9047af666b2418dac27631aeec0864 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jindra=20Pet=C5=99=C3=ADk?= Date: Mon, 23 Sep 2024 23:31:46 +0200 Subject: [PATCH 03/42] Remove proxy info from commandline help. --- .../flash/console/CommandLineArgumentParser.java | 10 ++-------- src/com/jpexs/decompiler/flash/console/help.txt | 5 ----- 2 files changed, 2 insertions(+), 13 deletions(-) diff --git a/src/com/jpexs/decompiler/flash/console/CommandLineArgumentParser.java b/src/com/jpexs/decompiler/flash/console/CommandLineArgumentParser.java index c0ecb5733d..da6d1536f2 100644 --- a/src/com/jpexs/decompiler/flash/console/CommandLineArgumentParser.java +++ b/src/com/jpexs/decompiler/flash/console/CommandLineArgumentParser.java @@ -358,13 +358,7 @@ private static void printCmdLineUsageExamples(PrintStream out, String filter) { if (filter == null) { out.println(PREFIX + "myfile.swf"); exampleFound = true; - } - - if (filter == null || filter.equals("proxy")) { - out.println(PREFIX + "proxy"); - out.println(PREFIX + "proxy -P1234"); - exampleFound = true; - } + } if (filter == null || filter.equals("export") || filter.equals("format") || filter.equals("selectclass") || filter.equals("onerror")) { out.println(PREFIX + "-export script \"C:\\decompiled\" myfile.swf"); @@ -1913,7 +1907,7 @@ private static void parseHelp(Stack args) { } private static void parseProxy(Stack args) { - System.err.println("Proxy functionalit was REMOVED"); + System.err.println("Proxy functionality was REMOVED"); System.exit(1); } diff --git a/src/com/jpexs/decompiler/flash/console/help.txt b/src/com/jpexs/decompiler/flash/console/help.txt index 3050050bee..8188a83449 100644 --- a/src/com/jpexs/decompiler/flash/console/help.txt +++ b/src/com/jpexs/decompiler/flash/console/help.txt @@ -18,11 +18,6 @@ alias /? [ ...] Open SWF file(s) with the decompiler GUI. --proxy [-P] - Auto start proxy in the tray. - Start proxy in the system tray. - Optional parameter -P specifies port for proxy. Defaults to 55555. - -export Export sources. Export sources to . From cc58b0fa88e1c6b326cbba36f32444bc9fabd0b8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jindra=20Pet=C5=99=C3=ADk?= Date: Tue, 24 Sep 2024 09:48:28 +0200 Subject: [PATCH 04/42] Fixed: #2319 AS3 Compound assignments problems in some cases --- CHANGELOG.md | 3 +++ .../decompiler/flash/abc/avm2/model/SetLocalAVM2Item.java | 8 ++++---- 2 files changed, 7 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4bda3dfb96..556638978a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,8 @@ All notable changes to this project will be documented in this file. ## [Unreleased] +### Fixed +- [#2319] AS3 Compound assignments problems in some cases ## [21.1.0] - 2024-09-23 ### Added @@ -3570,6 +3572,7 @@ Major version of SWF to XML export changed to 2. [alpha 9]: https://github.com/jindrapetrik/jpexs-decompiler/compare/alpha8...alpha9 [alpha 8]: https://github.com/jindrapetrik/jpexs-decompiler/compare/alpha7...alpha8 [alpha 7]: https://github.com/jindrapetrik/jpexs-decompiler/releases/tag/alpha7 +[#2319]: https://www.free-decompiler.com/flash/issues/2319 [#943]: https://www.free-decompiler.com/flash/issues/943 [#1812]: https://www.free-decompiler.com/flash/issues/1812 [#2287]: https://www.free-decompiler.com/flash/issues/2287 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 da3f628db7..9662f179ea 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 @@ -107,15 +107,15 @@ public GraphTextWriter appendTo(GraphTextWriter writer, LocalData localData) thr String localName = localRegName(localData.localRegNames, regIndex); getSrcData().localName = localName; writer.append(localName); + if (hideValue) { + return writer; + } if (compoundOperator != null) { writer.append(" "); writer.append(compoundOperator); writer.append("= "); return compoundValue.toString(writer, localData); - } - if (hideValue) { - return writer; - } + } writer.append(" = "); /*if (declaration != null && !declaration.type.equals(TypeItem.UNBOUNDED) && (value instanceof ConvertAVM2Item)) { return value.value.toString(writer, localData); From 391ca72698733e76be277e7c18e51ed28208e025 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jindra=20Pet=C5=99=C3=ADk?= Date: Tue, 24 Sep 2024 10:04:25 +0200 Subject: [PATCH 05/42] Fixed: #2319 AS3 direct editation - class gets removed after pressing cancel --- CHANGELOG.md | 1 + .../flash/importers/FFDecAs3ScriptReplacer.java | 17 +++++++---------- 2 files changed, 8 insertions(+), 10 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 556638978a..13d81149f1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,7 @@ All notable changes to this project will be documented in this file. ## [Unreleased] ### Fixed - [#2319] AS3 Compound assignments problems in some cases +- [#2319] AS3 direct editation - class gets removed after pressing cancel ## [21.1.0] - 2024-09-23 ### Added 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 6007782568..a1f9d81bc5 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 @@ -54,15 +54,10 @@ public void replaceScript(ScriptPack pack, String text, List dependencies) String scriptName = pack.getPathScriptName() + ".as"; int oldIndex = pack.scriptIndex; int newIndex = abc.script_info.size(); + AbcIndexing abcIndex = swf.getAbcIndex(); try { ScriptInfo si = abc.script_info.get(oldIndex); - if (pack.isSimple) { - si.delete(abc, true); - } else { - for (int t : pack.traitIndices) { - si.traits.traits.get(t).delete(abc, true); - } - } + pack.delete(abc, true); int newClassIndex = abc.instance_info.size(); for (int t : pack.traitIndices) { @@ -74,9 +69,7 @@ public void replaceScript(ScriptPack pack, String text, List dependencies) } List otherAbcs = new ArrayList<>(pack.allABCs); - otherAbcs.remove(abc); - abc.script_info.get(oldIndex).delete(abc, true); - AbcIndexing abcIndex = swf.getAbcIndex(); + otherAbcs.remove(abc); abcIndex.selectAbc(abc); abcIndex.refreshAbc(abc); @@ -92,9 +85,13 @@ public void replaceScript(ScriptPack pack, String text, List dependencies) abc.pack(); //remove old deleted items ((Tag) abc.parentTag).setModified(true); } catch (AVM2ParseException ex) { + pack.delete(abc, false); + abcIndex.refreshAbc(abc); //ex.printStackTrace(); throw new As3ScriptReplaceException(new As3ScriptReplaceExceptionItem(null, ex.text, (int) ex.line)); } catch (CompilationException ex) { + pack.delete(abc, false); + abcIndex.refreshAbc(abc); //ex.printStackTrace(); throw new As3ScriptReplaceException(new As3ScriptReplaceExceptionItem(null, ex.text, (int) ex.line)); } From 6bf70e35ca8d6ae2d3ed9f8d8767cfc6311e1537 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jindra=20Pet=C5=99=C3=ADk?= Date: Tue, 24 Sep 2024 16:35:17 +0200 Subject: [PATCH 06/42] Fixed: #2320 AS3 direct editation - modified flag of scripts vanishes after editing other script with and having error --- CHANGELOG.md | 2 ++ .../avm2/parser/script/ActionScript3Parser.java | 14 ++++++++++++++ 2 files changed, 16 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 13d81149f1..7a467ece6f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,7 @@ All notable changes to this project will be documented in this file. ### Fixed - [#2319] AS3 Compound assignments problems in some cases - [#2319] AS3 direct editation - class gets removed after pressing cancel +- [#2320] AS3 direct editation - modified flag of scripts vanishes after editing other script with and having error ## [21.1.0] - 2024-09-23 ### Added @@ -3574,6 +3575,7 @@ Major version of SWF to XML export changed to 2. [alpha 8]: https://github.com/jindrapetrik/jpexs-decompiler/compare/alpha7...alpha8 [alpha 7]: https://github.com/jindrapetrik/jpexs-decompiler/releases/tag/alpha7 [#2319]: https://www.free-decompiler.com/flash/issues/2319 +[#2320]: https://www.free-decompiler.com/flash/issues/2320 [#943]: https://www.free-decompiler.com/flash/issues/943 [#1812]: https://www.free-decompiler.com/flash/issues/1812 [#2287]: https://www.free-decompiler.com/flash/issues/2287 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 2789dc9768..b35e5e2363 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 @@ -131,8 +131,10 @@ import java.util.AbstractMap; import java.util.ArrayList; import java.util.HashMap; +import java.util.HashSet; import java.util.List; import java.util.Map; +import java.util.Set; import java.util.Stack; import java.util.logging.Level; import java.util.logging.Logger; @@ -3013,6 +3015,12 @@ public static void compile(String src, ABC abc, AbcIndexing abcIndex, String fil ActionScript3Parser parser = new ActionScript3Parser(abcIndex); boolean success = false; ABC originalAbc = ((ABCContainerTag) ((Tag) abc.parentTag).cloneTag()).getABC(); + Set modifiedScripts = new HashSet<>(); + for (int i = 0; i < abc.script_info.size(); i++) { + if (abc.script_info.get(i).isModified()) { + modifiedScripts.add(i); + } + } try { parser.addScript(src, fileName, classPos, scriptIndex, documentClass, abc); success = true; @@ -3027,6 +3035,12 @@ public static void compile(String src, ABC abc, AbcIndexing abcIndex, String fil abc.script_info = originalAbc.script_info; abc.bodies = originalAbc.bodies; abc.resetMethodIndexing(); + + for (int i = 0; i < abc.script_info.size(); i++) { + if (modifiedScripts.contains(i)) { + abc.script_info.get(i).setModified(true); + } + } } } } From 836f6900841b2dec5dae707f5a57853754dca239 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jindra=20Pet=C5=99=C3=ADk?= Date: Tue, 24 Sep 2024 16:51:39 +0200 Subject: [PATCH 07/42] Typo in AS3 docs --- .../decompiler/flash/locales/docs/pcode/AS3other.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 1fd5b6eece..c471104000 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 @@ -48,7 +48,7 @@ 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.FINAL=Trait is final trait.flag.OVERRIDE=Trait overrides parent #method/getter/setter trait.dispid=Dispatch id From c5f6bf5e6222ade0bcbc7f99176e5f680359698c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jindra=20Pet=C5=99=C3=ADk?= Date: Tue, 24 Sep 2024 17:10:42 +0200 Subject: [PATCH 08/42] Added: #2321 Commandline option to generate HTML docs for AS1/2 Actions --- CHANGELOG.md | 4 ++++ .../decompiler/flash/docs/As12PCodeDocs.java | 3 +++ .../com/jpexs/decompiler/flash/docs/docs.js | 18 +++++++++------- .../console/CommandLineArgumentParser.java | 21 ++++++++++++------- .../jpexs/decompiler/flash/console/help.txt | 5 +++-- 5 files changed, 34 insertions(+), 17 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7a467ece6f..c02b053934 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,9 @@ All notable changes to this project will be documented in this file. ## [Unreleased] +### Added +- [#2321] Commandline option to generate HTML docs for AS1/2 Actions + ### Fixed - [#2319] AS3 Compound assignments problems in some cases - [#2319] AS3 direct editation - class gets removed after pressing cancel @@ -3574,6 +3577,7 @@ Major version of SWF to XML export changed to 2. [alpha 9]: https://github.com/jindrapetrik/jpexs-decompiler/compare/alpha8...alpha9 [alpha 8]: https://github.com/jindrapetrik/jpexs-decompiler/compare/alpha7...alpha8 [alpha 7]: https://github.com/jindrapetrik/jpexs-decompiler/releases/tag/alpha7 +[#2321]: https://www.free-decompiler.com/flash/issues/2321 [#2319]: https://www.free-decompiler.com/flash/issues/2319 [#2320]: https://www.free-decompiler.com/flash/issues/2320 [#943]: https://www.free-decompiler.com/flash/issues/943 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 5be621560d..877fa863f0 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 @@ -17,6 +17,7 @@ package com.jpexs.decompiler.flash.docs; import com.jpexs.decompiler.flash.ApplicationInfo; +import static com.jpexs.decompiler.flash.docs.As3PCodeDocs.NEWLINE; import com.jpexs.helpers.Helper; import com.jpexs.helpers.utf8.Utf8Helper; import java.io.InputStream; @@ -297,6 +298,8 @@ public static String getAllInstructionDocs(boolean nightMode) { jsData += "var txt_filter_order_name = \"" + getProperty("ui.filter.order.name") + "\";" + NEWLINE; jsData += "var order_set = \"name\";"; + jsData += "var flags_set = {};" + NEWLINE; + jsData += "var flags = null;" + NEWLINE; StringBuilder sb = new StringBuilder(); sb.append(htmlHeader(jsData + getJs(), getStyle(), nightMode)); sb.append(""; t += ""; - t += "
"; - t += "" + txt_filter_hide + "
"; - for (var flag in flags) { - var flagDesc = flags[flag]; - var flagSet = flags_set[flag]; - t += '
'; + if (flags !== null) { + t += "
"; + + t += "" + txt_filter_hide + "
"; + + for (var flag in flags) { + var flagDesc = flags[flag]; + var flagSet = flags_set[flag]; + t += '
'; + } + t += "
"; } t += "
"; @@ -137,7 +142,6 @@ function init() { t += ""; t += ""; t += "
"; - t += "
"; t += ""; //.filter diff --git a/src/com/jpexs/decompiler/flash/console/CommandLineArgumentParser.java b/src/com/jpexs/decompiler/flash/console/CommandLineArgumentParser.java index da6d1536f2..d7c1cb6c88 100644 --- a/src/com/jpexs/decompiler/flash/console/CommandLineArgumentParser.java +++ b/src/com/jpexs/decompiler/flash/console/CommandLineArgumentParser.java @@ -53,6 +53,7 @@ import com.jpexs.decompiler.flash.amf.amf3.types.ObjectType; import com.jpexs.decompiler.flash.configuration.Configuration; import com.jpexs.decompiler.flash.configuration.ConfigurationItem; +import com.jpexs.decompiler.flash.docs.As12PCodeDocs; import com.jpexs.decompiler.flash.docs.As3PCodeDocs; import com.jpexs.decompiler.flash.exporters.BinaryDataExporter; import com.jpexs.decompiler.flash.exporters.DualPdfGraphics2D; @@ -409,6 +410,7 @@ private static void printCmdLineUsageExamples(PrintStream out, String filter) { if (filter == null || filter.equals("doc")) { out.println(PREFIX + "-doc -type as3.pcode.instructions -format html"); + out.println(PREFIX + "-doc -type as12.pcode.instructions -format html"); out.println(PREFIX + "-doc -type as3.pcode.instructions -format html -locale en -out as3_docs_en.html"); exampleFound = true; } @@ -3467,12 +3469,7 @@ private static void parseDoc(Stack args) { if (format == null) { format = "html"; } - if (type == null) { - badArguments("doc"); - } else if (!type.equals("as3.pcode.instructions")) { - badArguments("doc"); - } - + if (!format.equals("html")) { badArguments("doc"); } @@ -3480,8 +3477,16 @@ private static void parseDoc(Stack args) { Locale.setDefault(Locale.forLanguageTag(locale)); } - String doc = As3PCodeDocs.getAllInstructionDocs(nightMode); - + String doc = ""; + if (type == null) { + badArguments("doc"); + } else if (type.equals("as3.pcode.instructions")) { + doc = As3PCodeDocs.getAllInstructionDocs(nightMode); + } else if (type.equals("as12.pcode.instructions")) { + doc = As12PCodeDocs.getAllInstructionDocs(nightMode); + } else { + badArguments("doc"); + } PrintStream outStream; if (out == null) { diff --git a/src/com/jpexs/decompiler/flash/console/help.txt b/src/com/jpexs/decompiler/flash/console/help.txt index 8188a83449..37a57cda1d 100644 --- a/src/com/jpexs/decompiler/flash/console/help.txt +++ b/src/com/jpexs/decompiler/flash/console/help.txt @@ -197,8 +197,9 @@ alias /? -doc -type [-out ] [-format ] [-locale ] Generate documentation. -type Selects documentation type - can be currently only: as3.pcode.instructions for list - of ActionScript3 AVM2 instructions + can be: + as3.pcode.instructions - AVM2 instruction list + as12.pcode.instructions - AVM1 action list -out (optional) If specified, output is written to instead of stdout -format (optional, html is default) Selects output format From bfd1f9921d9edcf396506b9bf4a3899b0aaeb4e4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jindra=20Pet=C5=99=C3=ADk?= Date: Tue, 24 Sep 2024 20:59:40 +0200 Subject: [PATCH 09/42] Fixed: #2272 Filters strength attribute caps at 100% --- CHANGELOG.md | 2 ++ .../decompiler/flash/types/filters/Filtering.java | 11 +++++++++-- 2 files changed, 11 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c02b053934..5d65bac2c0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,6 +9,7 @@ All notable changes to this project will be documented in this file. - [#2319] AS3 Compound assignments problems in some cases - [#2319] AS3 direct editation - class gets removed after pressing cancel - [#2320] AS3 direct editation - modified flag of scripts vanishes after editing other script with and having error +- [#2272] Filters strength attribute caps at 100% ## [21.1.0] - 2024-09-23 ### Added @@ -3580,6 +3581,7 @@ Major version of SWF to XML export changed to 2. [#2321]: https://www.free-decompiler.com/flash/issues/2321 [#2319]: https://www.free-decompiler.com/flash/issues/2319 [#2320]: https://www.free-decompiler.com/flash/issues/2320 +[#2272]: https://www.free-decompiler.com/flash/issues/2272 [#943]: https://www.free-decompiler.com/flash/issues/943 [#1812]: https://www.free-decompiler.com/flash/issues/1812 [#2287]: https://www.free-decompiler.com/flash/issues/2287 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 5282ae7e16..ee8e8f1891 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 @@ -367,8 +367,7 @@ private static BufferedImage dropShadow(BufferedImage src, int blurX, int blurY, if (inner) { alpha = 255 - alpha; } - Color shadowColor; - shadowColor = new Color(color.getRed(), color.getGreen(), color.getBlue(), cut(color.getAlpha() * alpha / 255 * strength)); + Color shadowColor = new Color(color.getRed(), color.getGreen(), color.getBlue(), cut(color.getAlpha() * alpha / 255f)); shadow[i] = shadowColor.getRGB(); } @@ -382,6 +381,14 @@ private static BufferedImage dropShadow(BufferedImage src, int blurX, int blurY, blur(shadow, width, height, blurX, blurY, iterations, null); } + if (strength != 1f) { + for (int i = 0; i < shadow.length; i++) { + int alpha = (shadow[i] >> 24) & 0xff; + alpha = cut(alpha * strength); + shadow[i] = (shadow[i] & 0xffffff) | (alpha << 24); + } + } + if (knockout || inner) { for (int i = 0; i < shadow.length; i++) { int mask = (srcPixels[i] >> 24) & 0xff; From 25e5ffd5e7f2ff13bea8eb74f934f67def4e037c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jindra=20Pet=C5=99=C3=ADk?= Date: Tue, 24 Sep 2024 21:16:53 +0200 Subject: [PATCH 10/42] Release description fix --- cicd_scripts/script.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cicd_scripts/script.sh b/cicd_scripts/script.sh index 6397af410d..8d4d85ae0d 100644 --- a/cicd_scripts/script.sh +++ b/cicd_scripts/script.sh @@ -149,7 +149,7 @@ if [ "$DO_DEPLOY" == 1 ]; then echo "Creating release..." ESC_VERSION_NAME=`echo $DEPLOY_VERSION_NAME|jq --raw-input --ascii-output '.'` - ESC_VERSION_DESCRIPTION=`printf "$DEPLOY_DESCRIPTION"|jq --raw-input --slurp --ascii-output '.'` + ESC_VERSION_DESCRIPTION=`echo "$DEPLOY_DESCRIPTION"|jq --raw-input --slurp --ascii-output '.'` echo '{"tag_name":"'$DEPLOY_TAG_NAME'","target_commitish":"'$DEPLOY_COMMITISH'","name":'$ESC_VERSION_NAME',"body":'$ESC_VERSION_DESCRIPTION',"draft":false,"prerelease":'$DEPLOY_PRERELEASE'}'>json.bin json=`curl --silent --request POST --data-binary @json.bin --header "Content-Type: application/json" --header "Accept: application/vnd.github.manifold-preview" --user $GITHUB_USER:$GITHUB_ACCESS_TOKEN https://api.github.com/repos/$GITHUB_REPO/releases` From 4dc5799cc36a8d9898682983d82544b852a3c48d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jindra=20Pet=C5=99=C3=ADk?= Date: Tue, 24 Sep 2024 22:08:22 +0200 Subject: [PATCH 11/42] Fixed: #2322 AS3 Construct property name formatting --- CHANGELOG.md | 2 ++ .../construction/ConstructPropIns.java | 2 +- .../abc/avm2/model/ConstructPropAVM2Item.java | 15 +++++++++------ 3 files changed, 12 insertions(+), 7 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5d65bac2c0..f2cc65a526 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,6 +10,7 @@ All notable changes to this project will be documented in this file. - [#2319] AS3 direct editation - class gets removed after pressing cancel - [#2320] AS3 direct editation - modified flag of scripts vanishes after editing other script with and having error - [#2272] Filters strength attribute caps at 100% +- [#2322] AS3 Construct property name formatting ## [21.1.0] - 2024-09-23 ### Added @@ -3582,6 +3583,7 @@ Major version of SWF to XML export changed to 2. [#2319]: https://www.free-decompiler.com/flash/issues/2319 [#2320]: https://www.free-decompiler.com/flash/issues/2320 [#2272]: https://www.free-decompiler.com/flash/issues/2272 +[#2322]: https://www.free-decompiler.com/flash/issues/2322 [#943]: https://www.free-decompiler.com/flash/issues/943 [#1812]: https://www.free-decompiler.com/flash/issues/1812 [#2287]: https://www.free-decompiler.com/flash/issues/2287 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 6772d3847b..d5f17940d4 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 @@ -109,7 +109,7 @@ public void translate(AVM2LocalData localData, TranslateStack stack, AVM2Instruc if (obj instanceof FindPropertyAVM2Item) { multiname.property = false; //can be type } - stack.push(new ConstructPropAVM2Item(ins, localData.lineStartInstruction, obj, multiname, args, type.getVal())); + stack.push(new ConstructPropAVM2Item(ins, localData.lineStartInstruction, obj, multiname, args, type.getVal(), isStatic.getVal())); } @Override 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 ccff6ce8f8..aafb07850c 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 @@ -50,6 +50,11 @@ public class ConstructPropAVM2Item extends AVM2Item { * Type */ public GraphTargetItem type; + + /** + * Is static + */ + public boolean isStatic; /** * Constructor. @@ -60,13 +65,15 @@ public class ConstructPropAVM2Item extends AVM2Item { * @param propertyName Property name * @param args Arguments * @param type Type + * @param isStatic Is static */ - public ConstructPropAVM2Item(GraphSourceItem instruction, GraphSourceItem lineStartIns, GraphTargetItem object, GraphTargetItem propertyName, List args, GraphTargetItem type) { + public ConstructPropAVM2Item(GraphSourceItem instruction, GraphSourceItem lineStartIns, GraphTargetItem object, GraphTargetItem propertyName, List args, GraphTargetItem type, boolean isStatic) { super(instruction, lineStartIns, PRECEDENCE_PRIMARY); this.object = object; this.propertyName = propertyName; this.args = args; this.type = type; + this.isStatic = isStatic; } @Override @@ -79,11 +86,7 @@ public void visit(GraphTargetVisitorInterface visitor) { @Override public GraphTextWriter appendTo(GraphTextWriter writer, LocalData localData) throws InterruptedException { writer.append("new "); - if (!(object.getThroughDuplicate() instanceof FindPropertyAVM2Item)) { - object.toString(writer, localData); - writer.append("."); - } - propertyName.toString(writer, localData); + formatProperty(writer, object, propertyName, localData, isStatic); writer.spaceBeforeCallParenthesies(args.size()); writer.append("("); for (int a = 0; a < args.size(); a++) { From 5cca0c1e6bbb234489309d1c714011a492e5257d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jindra=20Pet=C5=99=C3=ADk?= Date: Tue, 24 Sep 2024 22:29:46 +0200 Subject: [PATCH 12/42] Fixed: #2322 AS3 Assigment position when using dup --- CHANGELOG.md | 1 + .../jpexs/decompiler/flash/abc/avm2/graph/AVM2Graph.java | 9 ++++++++- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f2cc65a526..3f8fad6fac 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -11,6 +11,7 @@ All notable changes to this project will be documented in this file. - [#2320] AS3 direct editation - modified flag of scripts vanishes after editing other script with and having error - [#2272] Filters strength attribute caps at 100% - [#2322] AS3 Construct property name formatting +- [#2322] AS3 Assigment position when using dup ## [21.1.0] - 2024-09-23 ### Added 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 2c6e888412..a5e33e2687 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 @@ -2704,7 +2704,14 @@ public void visit(GraphTargetItem item, Stack parentStack) { } if (s >= 0) { GraphTargetItem parent = parentStack.get(s); - if (!(parent instanceof SetTypeAVM2Item)) { //not a chained assignment + boolean move = true; + if (parent instanceof SetTypeAVM2Item) { + SetTypeAVM2Item setType = (SetTypeAVM2Item) parent; + if (setType.getValue() == item) { //chained assignment + move = false; + } + } + if (move) { foundSetLoc.setVal((SetLocalAVM2Item) item); } } From dfba052ac6ddd2e4d049f241843285677a5f31b7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jindra=20Pet=C5=99=C3=ADk?= Date: Tue, 24 Sep 2024 22:55:13 +0200 Subject: [PATCH 13/42] Fixed: #2323 AS3 direct editation - Number class traits are duplicated in constructor --- CHANGELOG.md | 2 ++ .../flash/abc/avm2/parser/script/AVM2SourceGenerator.java | 8 +++++++- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3f8fad6fac..88d0aa1fca 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -12,6 +12,7 @@ All notable changes to this project will be documented in this file. - [#2272] Filters strength attribute caps at 100% - [#2322] AS3 Construct property name formatting - [#2322] AS3 Assigment position when using dup +- [#2323] AS3 direct editation - Number class traits are duplicated in constructor ## [21.1.0] - 2024-09-23 ### Added @@ -3585,6 +3586,7 @@ Major version of SWF to XML export changed to 2. [#2320]: https://www.free-decompiler.com/flash/issues/2320 [#2272]: https://www.free-decompiler.com/flash/issues/2272 [#2322]: https://www.free-decompiler.com/flash/issues/2322 +[#2323]: https://www.free-decompiler.com/flash/issues/2323 [#943]: https://www.free-decompiler.com/flash/issues/943 [#1812]: https://www.free-decompiler.com/flash/issues/1812 [#2287]: https://www.free-decompiler.com/flash/issues/2287 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 4b25806122..eb7532fcf1 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 @@ -842,7 +842,13 @@ override protected function get skinParts() : Object */ if (!isStatic && val != null) { //do not init basic values, that can be stored in trait - if (!(val instanceof IntegerValueAVM2Item) && !(val instanceof StringAVM2Item) && !(val instanceof BooleanAVM2Item) && !(val instanceof NullAVM2Item) && !(val instanceof UndefinedAVM2Item)) { + if (!(val instanceof IntegerValueAVM2Item) + && !(val instanceof DoubleValueAVM2Item) + && !(val instanceof StringAVM2Item) + && !(val instanceof BooleanAVM2Item) + && !(val instanceof NullAVM2Item) + && !(val instanceof UndefinedAVM2Item) + ) { initcode.add(ins(AVM2Instructions.GetLocal0)); localData.isStatic = false; initcode.addAll(toInsList(val.toSource(localData, this))); From 821cd9bb8b101e8d2670778d5dd68d45e622774f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jindra=20Pet=C5=99=C3=ADk?= Date: Tue, 24 Sep 2024 23:37:16 +0200 Subject: [PATCH 14/42] Fix tests --- .../jpexs/decompiler/flash/abc/avm2/graph/AVM2Graph.java | 4 ++-- .../jpexs/decompiler/flash/abc/avm2/model/AVM2Item.java | 7 +++++++ .../flash/abc/avm2/model/ConstructPropAVM2Item.java | 2 +- 3 files changed, 10 insertions(+), 3 deletions(-) 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 a5e33e2687..984cd6193d 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 @@ -2707,9 +2707,9 @@ public void visit(GraphTargetItem item, Stack parentStack) { boolean move = true; if (parent instanceof SetTypeAVM2Item) { SetTypeAVM2Item setType = (SetTypeAVM2Item) parent; - if (setType.getValue() == item) { //chained assignment + if (setType.getValue().getNotCoerced() == item || setType.getObject() == item) { //chained assignment move = false; - } + } } if (move) { foundSetLoc.setVal((SetLocalAVM2Item) item); 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 9a3d0c1cf3..dd8a4c0815 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 @@ -125,7 +125,14 @@ protected GraphTextWriter formatProperty(GraphTextWriter writer, GraphTargetItem //but removing this fails testNames test FindPropertyAVM2Item fp = (FindPropertyAVM2Item) object.getThroughDuplicate(); if (fp.propertyName instanceof FullMultinameAVM2Item) { + + if (propertyName instanceof FullMultinameAVM2Item) { + if (!((FullMultinameAVM2Item) propertyName).property) { + ((FullMultinameAVM2Item) fp.propertyName).property = false; // for constructprop + } + } propertyName = fp.propertyName; + } } 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 aafb07850c..2565a65af4 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 @@ -86,7 +86,7 @@ public void visit(GraphTargetVisitorInterface visitor) { @Override public GraphTextWriter appendTo(GraphTextWriter writer, LocalData localData) throws InterruptedException { writer.append("new "); - formatProperty(writer, object, propertyName, localData, isStatic); + formatProperty(writer, object, propertyName, localData, isStatic); writer.spaceBeforeCallParenthesies(args.size()); writer.append("("); for (int a = 0; a < args.size(); a++) { From 6b94fb03d050b3927c8e6fd95a031d7f7d1341b8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jindra=20Pet=C5=99=C3=ADk?= Date: Wed, 25 Sep 2024 10:02:35 +0200 Subject: [PATCH 15/42] Fixed: #2322 More AS3 Assigment position when using dup --- .../flash/abc/avm2/graph/AVM2Graph.java | 50 +++++++++++------- .../decompiler/flash/action/ActionGraph.java | 13 +---- .../src/com/jpexs/decompiler/graph/Graph.java | 12 +++-- .../ActionScript3ClassicAirDecompileTest.java | 14 +++++ .../ActionScript3ClassicDecompileTest.java | 19 +++++++ .../testdata/as3_new/bin/as3_new.air.swf | Bin 30897 -> 31030 bytes .../testdata/as3_new/bin/as3_new.flex.swf | Bin 41052 -> 41271 bytes libsrc/ffdec_lib/testdata/as3_new/src/Main.as | 1 + .../src/tests/TestOptimizationWhile.as | 29 ++++++++++ 9 files changed, 103 insertions(+), 35 deletions(-) create mode 100644 libsrc/ffdec_lib/testdata/as3_new/src/tests/TestOptimizationWhile.as 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 984cd6193d..b3d3b5ab81 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 @@ -116,6 +116,7 @@ import com.jpexs.decompiler.graph.model.OrItem; import com.jpexs.decompiler.graph.model.PushItem; import com.jpexs.decompiler.graph.model.SwitchItem; +import com.jpexs.decompiler.graph.model.TrueItem; import com.jpexs.decompiler.graph.model.WhileItem; import com.jpexs.helpers.Reference; import java.util.ArrayList; @@ -2424,17 +2425,8 @@ private boolean isIntegerOrPopInteger(GraphTargetItem item) { return false; } - /** - * Final process. - * - * @param list List of GraphTargetItems - * @param level Level - * @param localData Local data - * @param path Path - * @throws InterruptedException On interrupt - */ @Override - protected void finalProcess(List list, int level, FinalProcessLocalData localData, String path) throws InterruptedException { + protected void finalProcess(GraphTargetItem parent, List list, int level, FinalProcessLocalData localData, String path) throws InterruptedException { if (debugDoNotProcess) { return; } @@ -2655,6 +2647,7 @@ protected void finalProcess(List list, int level, FinalProcessL AVM2FinalProcessLocalData adata = (AVM2FinalProcessLocalData) localData; //if(false) if (!adata.bottomSetLocals.isEmpty()) { + boolean modified = false; for (int i = 0; i < list.size(); i++) { if (list.get(i) instanceof LoopItem) { @@ -2664,7 +2657,7 @@ protected void finalProcess(List list, int level, FinalProcessL continue; } - Reference foundSetLoc = new Reference<>(null); + List foundSetLoc = new ArrayList<>(); List ignoredItems = new ArrayList<>(); //We need to ignore everything on the right side of && and ||, @@ -2706,26 +2699,45 @@ public void visit(GraphTargetItem item, Stack parentStack) { GraphTargetItem parent = parentStack.get(s); boolean move = true; if (parent instanceof SetTypeAVM2Item) { - SetTypeAVM2Item setType = (SetTypeAVM2Item) parent; - if (setType.getValue().getNotCoerced() == item || setType.getObject() == item) { //chained assignment - move = false; + SetTypeAVM2Item setType = (SetTypeAVM2Item) parent; + + if (setType.getValue().getNotCoerced() == item) { //chained assignment + //if (!((parent instanceof SetLocalAVM2Item) + // && ((SetLocalAVM2Item)parent).regIndex == ((SetLocalAVM2Item) item).regIndex)) { //no chain for the same localreg + move = false; } } if (move) { - foundSetLoc.setVal((SetLocalAVM2Item) item); + foundSetLoc.add(0, (SetLocalAVM2Item) item); } } } } } }); - if (foundSetLoc.getVal() != null) { - SetLocalAVM2Item setLoc = foundSetLoc.getVal(); + for (SetLocalAVM2Item setLoc : foundSetLoc) { list.add(i, setLoc.clone()); - setLoc.hideValue = true; + setLoc.hideValue = true; i++; + modified = true; + adata.bottomSetLocals.remove(setLoc); } } + if (modified && (parent instanceof WhileItem)) { + WhileItem wi = (WhileItem) parent; + if (wi.expression == list && !list.isEmpty()) { + GraphTargetItem lastExpr = list.remove(list.size() - 1); + List onTrue = new ArrayList<>(); + BreakItem bi = new BreakItem(null, null, wi.loop.id); + onTrue.add(bi); + IfItem ifi = new IfItem(null, null, lastExpr.invert(null), onTrue, new ArrayList<>()); + list.add(ifi); + wi.commands.addAll(0, list); + list.clear(); + list.add(new TrueItem(null, null)); + } + } + } /* @@ -2859,7 +2871,7 @@ public void visit(GraphTargetItem item) { } */ //Handle for loops at the end: - super.finalProcess(list, level, localData, path); + super.finalProcess(parent, list, level, localData, path); } @Override 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 84f9dcb532..47808d2de6 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 @@ -274,17 +274,8 @@ protected boolean canBeBreakCandidate(BaseLocalData localData, GraphPart part, L return !isSwitch; } - /** - * Final process. - * - * @param list List of GraphTargetItems - * @param level Level - * @param localData Local data - * @param path Path - * @throws InterruptedException On interrupt - */ @Override - protected void finalProcess(List list, int level, FinalProcessLocalData localData, String path) throws InterruptedException { + protected void finalProcess(GraphTargetItem parent, List list, int level, FinalProcessLocalData localData, String path) throws InterruptedException { if (level == 0) { List removed = new ArrayList<>(); @@ -553,7 +544,7 @@ protected void finalProcess(List list, int level, FinalProcessL } } //Handle for loops at the end: - super.finalProcess(list, level, localData, path); + super.finalProcess(parent, list, level, localData, path); } 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 8f971b61f6..c009b8c02d 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/graph/Graph.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/graph/Graph.java @@ -1001,7 +1001,7 @@ public List translate(BaseLocalData localData, int staticOperat processIfs(ret); finalProcessStack(stack, ret, path); makeAllCommands(ret, stack); - finalProcessAll(ret, 0, getFinalData(localData, loops, throwStates), path); + finalProcessAll(null, ret, 0, getFinalData(localData, loops, throwStates), path); return ret; } @@ -1332,22 +1332,23 @@ public void finalProcessStack(TranslateStack stack, List output /** * Final process all. * + * @param parent Parent item * @param list List of GraphTargetItems * @param level Level * @param localData Local data * @param path Path * @throws InterruptedException On interrupt */ - private void finalProcessAll(List list, int level, FinalProcessLocalData localData, String path) throws InterruptedException { + private void finalProcessAll(GraphTargetItem parent, List list, int level, FinalProcessLocalData localData, String path) throws InterruptedException { if (debugDoNotProcess) { return; } - finalProcess(list, level, localData, path); + finalProcess(parent, list, level, localData, path); for (GraphTargetItem item : list) { if (item instanceof Block) { List> subs = ((Block) item).getSubs(); for (List sub : subs) { - finalProcessAll(sub, level + 1, localData, path); + finalProcessAll(item, sub, level + 1, localData, path); } } } @@ -1428,13 +1429,14 @@ protected void finalProcessAfter(List list, int level, FinalPro /** * Final process. Override this method to provide custom behavior. * + * @param parent Paren item * @param list List of GraphTargetItems * @param level Level * @param localData Local data * @param path Path * @throws InterruptedException On interrupt */ - protected void finalProcess(List list, int level, FinalProcessLocalData localData, String path) throws InterruptedException { + protected void finalProcess(GraphTargetItem parent, List list, int level, FinalProcessLocalData localData, String path) throws InterruptedException { //For detection based on debug line information boolean[] toDelete = new boolean[list.size()]; diff --git a/libsrc/ffdec_lib/test/com/jpexs/decompiler/flash/as3decompile/ActionScript3ClassicAirDecompileTest.java b/libsrc/ffdec_lib/test/com/jpexs/decompiler/flash/as3decompile/ActionScript3ClassicAirDecompileTest.java index 3bf9f72735..51c0985d7d 100644 --- a/libsrc/ffdec_lib/test/com/jpexs/decompiler/flash/as3decompile/ActionScript3ClassicAirDecompileTest.java +++ b/libsrc/ffdec_lib/test/com/jpexs/decompiler/flash/as3decompile/ActionScript3ClassicAirDecompileTest.java @@ -1708,6 +1708,20 @@ public void testOptimizationAndOr() { false); } + @Test + public void testOptimizationWhile() { + decompileMethod("classic_air", "testOptimizationWhile", "var a:int = 1;\r\n" + + "var b:int = 2;\r\n" + + "var c:int = 3;\r\n" + + "var d:int = 4;\r\n" + + "while(d = Math.round(Math.random() * 10), d < 10)\r\n" + + "{\r\n" + + "trace(\"xxx\");\r\n" + + "d++;\r\n" + + "}\r\n", + false); + } + @Test public void testParamNames() { decompileMethod("classic_air", "testParamNames", "return firstp + secondp + thirdp;\r\n", diff --git a/libsrc/ffdec_lib/test/com/jpexs/decompiler/flash/as3decompile/ActionScript3ClassicDecompileTest.java b/libsrc/ffdec_lib/test/com/jpexs/decompiler/flash/as3decompile/ActionScript3ClassicDecompileTest.java index 5e8b045861..245d696f7d 100644 --- a/libsrc/ffdec_lib/test/com/jpexs/decompiler/flash/as3decompile/ActionScript3ClassicDecompileTest.java +++ b/libsrc/ffdec_lib/test/com/jpexs/decompiler/flash/as3decompile/ActionScript3ClassicDecompileTest.java @@ -1694,6 +1694,25 @@ public void testOptimizationAndOr() { false); } + @Test + public void testOptimizationWhile() { + decompileMethod("classic", "testOptimizationWhile", "var a:int = 1;\r\n" + + "var b:int = 2;\r\n" + + "var c:int = 3;\r\n" + + "var d:int = 4;\r\n" + + "while(true)\r\n" + + "{\r\n" + + "d = Math.round(Math.random() * 10);\r\n" + + "if(d >= 10)\r\n" + + "{\r\n" + + "break;\r\n" + + "}\r\n" + + "trace(\"xxx\");\r\n" + + "d++;\r\n" + + "}\r\n", + false); + } + @Test public void testParamNames() { decompileMethod("classic", "testParamNames", "return firstp + secondp + thirdp;\r\n", diff --git a/libsrc/ffdec_lib/testdata/as3_new/bin/as3_new.air.swf b/libsrc/ffdec_lib/testdata/as3_new/bin/as3_new.air.swf index 09e59b4f305de93663e6cb06ebbb6322a125d4d2..4e176eb7f01051fe7c45f5fe089fb665324f969e 100644 GIT binary patch literal 31030 zcmV(`K-0fNS5qtF7y$ry0la+&e3V7{|NFc(J)4k(kPuv8rG$kfn@&?;K~NDD>>zA5 z8#bD3Vs=BZoPc6)C}Km!UQn@}<nJf{eK_!qB}Fs z)MuV~=9y=nnR!_zsUJ#G-mQ{UN|Lu=kR(Z`4_HEyG;zOWogL04fu3-CS7_3(nsL>` zocm4An%L9YHvVw$3@1`U;qibb4GTsh-Q%mOmM&d7ZfWhfuAaqJHO)fbNE4TZ<~TDw{TRR>d<4G(}-lI35*uw|4}3oFQLlVA8NDey(7yz}`8{P8${{ zmSY{gQg-1M4c>6lXvglo#&9GL*|S}RF_#r8|>d_}e|*}iF~54PcqXu5RuRs8quldr$Ve?|MBm!Y=XUqBM*_KmwBuUa!`&Ue!V(zUQP(8gIo#)ZK^N4L`56;|qM zs|QEZ{gJMo)J$q!O-adp04heu4VHN?de+Fz`qc{{74`iY4t^X^L^pkg`vRG`AD8Hfe{_&3sYb~PXN^frY`}X z9o!y{1VVwH9A9f|pmko?+=y>+pm-iCutt0q(aq^rGE3v&$)RF_o$K(3NmX^G&+DLspO1)FQ4(p-@mjT^ww)b_~I_HbZMcc8}? zY7OUb+%#WD2meHN4jkO&_jNd|q=-K_qdkPkNSHUyq+Ogf(iJ(_7mggz)79G@XcZLlc0~^L^9iG#2LckxH($nKxUS?OxS?uUYq^G^5H)2u5E-`m$J2*hl z$c{NY5b5m+iH;=2c=8fzoY%8Fio*e2kuEVV$UQ3*jhz*m)fUBiR>-O|4qL58dwX=J z#f%38BABfa^dQhGYUHZJB9{nx;=$T@ur3~~j|Us#!A4Qn%s@v+m(E?7)h5zrwN38` z2gHcaYD=5~v)UMWQD{~hIx5hfwK&w(6TrC4=@F!v1>SD=w@0RR1$t~ALsVA}P{$yJ zBUT|h=15;phG;qDxB4(E z^>=j#1o=hutTw?xB8*OmdJpbejD@X(S0nIeXt5af*}hOO$Ax$biZZhU5g*Gz(d_JY z%-zspZ$L~JA>w9Z-n3(CqfDz1&jJ~i1g%p-U7;9`f`mdq2!e}{)&D~Ri+z!RV5mcS zJ6i%hER_T(1Q*X8OQ_7j(%;#BvY6tc?ZgN%8hv8LbQKtJ-Y$qX%x2&QaS#?w2v8s+ z21$V7X^=D#E4e4&53~kC{(zMn1CJKO0f$1iMl5N0cwjMRwiw&P!C9iib33{s7SoE5 zC8_3O>iHwnPXeW_j&Ve2vBf1{?`Fboucl8L-0|pVe!=KeArUXLPq!l!YK^~EKL`W>nw!AzdjFl^l zEMkoZOYSwYO?t{%~uBSp{>oMM15cA{nh#ARF@^oXtqINDi3ClO-{V$pjMVRcaS zRlvYTU>XHHqMHyj`Ew!Ox@Rvx)aO4DXxEfRFmAEcd0gl6ZaX0*qi0VUJt-M$_mr_# zOu>1<_VAqENVvT{2u03HEf6cQk9C-U6;qOw&Z7&RBhaJt^oHby zM!B|r{$AAI1VtvWROJ~8Mb3aW5?SKw(A(O3!jWz*(gP(SO8}f>e4Z#VK3bw=23G$= zdsqPr95Oc+J=EUN#5WaF=GJ0UQQc6*Dm|pD(jJPa-H;Z8;}uS0?J7y7Qfg|NvK9xh zjzInddJKWhtVo6*%YGyTJv7sR&0v(h^iqhQJ zEM}h=L6561`hAf&AuaUo+YYPIK58L9wNjhPWKriFG~P*J-NIe=)hH3a$6=xF6g<|` z>yO9{&Bvz&MN4b|t>U)!w#f1@E9A~jYk6Dl^kqbX?O4$Rp^Ub!UJ=L&@XT8t!YIm( zb^f#<1wAS%@qn4u?dyru$i7J;;1O=EaO;FyFE`dKN(&xBc0x`A3AxcD*Vd+I3@p`- zSz`)KrRiyGq?Q|Lr)heRP;t}PQXLQ6^q!us9xcGG+*mKyHl(q^dhXf@{~xm9eWyVN!;Aqw{0N>?bLKn2Nf3A8~gcXo7jbvpy0 zR;9*MBR4iJ-rLh*Aup(64T&$PKuQk#h6~vq-Q0`Sp^pJT4*TVBiyU5}G&WC+&0C=!HSCKA-ycF@(SwSlnU-G;#4#zbHs8|9{&&b{4sbg*olAVHx51+qe25$ydrGNW_370@j$KkGQ(*psWrHZNQ- zrfqNIBydUIZ8OuuG}ftfwVa@w7+7wpm4d^PGdlY+Q*ws%tPasF1>@=OY7J0bdblKM zdy2*eSgOJ(EY0E3<2nMN#o$-VgJpKFnf=7P7Q>Rb<3#(kn1V7?EZ;)tcf6D8DC;`_ zb8Q7Wvt=O+oUA(bH|6b2a3S>Zg$u_m3HS@*`nR2LP~Q==Q&gzpGnAU9CSO|c zj2T~n>ELJ4W^jVS3+F@@-jDZd(Q&pi>@Ta%s%lwdGkj(*c} zrKY+zJwhqE-A6MS)91_(8d%iU&U#o_x3*Gp6PA~n<}5x|u#9TM`m#joR=s;~vqaJ? zOl=Ka(8NNh!eZBv9yY)_F)I{f1I5?VqY2xwhV8M_C)^g{`ZZ{IzK$H8Nl_!XQdixW zo>>yJHh~7l)UK|MfG?!-z?H;ja-ywRsjY6#5{6E(aU9ZjC=+w1hshIL0NUwU3$3BD z4SQ%M4>~X(VmP7L!FZFN(TEwx(O`Ca$QkKb?riC5U7mq3Y?c0C76O7jI(TN+$PG;k z_V!GPt|7DdBu;5<_h)%wPG#dR&LOO`G#Ioy!aBq^%uNX<99Y^t=`km9&A_G~`w*w3 zXFp`EQfO7}?hOa!V7nteBdoO2zRYhWD8Y75de(MKS74M8<%@xWDFUrd@To8uc7=o- z&J(T^$AxS!9&gxzY#g2XPZVaa@wpg20pe)UAIObtsEw_Ij7Z6z=CF8*Po4 zhh?Szq(q%4(-%GI)?g`iRa?U&My8*_`}Um({p3>HaPXF%X@SEA^i9Fyow3Xh8#fM= zGnVlxhQ(Fw!2N+tX0K^{&_s)^H?1NQKRF*AU zruu?iCn$(%p4i2w%+7Y)B5A0u8#XyNE0g~wwsdu!=xh(S@WmWYZC!mVC39k=J<<`F z?3!3*1)?RYxQJbTVwI?NvfSR9E2e>$78p((dfYVclzCH*v+(7CV2M6zwDS~>v0^i4Or0{$yu!humvJLBkB<*_P(%{Xy_GA`WP!W3#j_L08cNN^kuWccC) zEa{=efsyWnp5hRr8%HpKq_(Yo^>%}&0&|zP&9zF8az-;p>vJYxaTohS1v}O|AYoNmWaU8 z_SQ(y?F{FCwle*R37H=rV%abNKL%kiz{I;iwU}cOAZf2%+ z5)h9#EjsS;*_qTRc8i^1=g|I|tg3QC2ZtaI!ydgDm+vqYoEUj0uAf2rw>raJodG9T zz&9!|cgMxr%0yYKW)$|}+zTi9&Ts&d0~5K`$%}=vt1VVhLLKoc1gHJ>)OW{)fz@Kt zXyHOuAVHSxiHy;~iH$*GB~g_6VPepwt2a@6rpO2@y}wz5VhMcJPt{4Rl-x+H$4R^d z>5p|qP%X;saW+8WI2)OG*ZOI-w>^<(dAz_KiJgM+RQ!U8-kVTytFM&3a1spx>f30AEkb4 zmtR~hWim~-E>llkKC9K9jF=E{#i|eA_A@A{k|>VLC`dLT0Nu{OGHAuPKYM6gC^9$q zLGeG%)&44(VAn#VN7$OqLgR21{2PWv@x` z%K8p_KZW{PSflNZj;jp`6QrL`j>Fv>);~wOM}nBi%W)LrC?lO_<7dGO76{FJVwJ6? z9~o28tsR1OKG)XM)#>!}wq=499TQ2TPqB9rxC0chmODNfva_8g646HS#GzxyI>mNI zEOk&`#*UrLcE;X-Vegb^A~~Jditz3FJ^f9*j(#Htmz>z!@n7UZzK-_EvvA(#teIGa z;GP=g`2UQSRT9-Xb0-Z$r-nIs)90B)!!oS~JmZ~b$)b_}s-pdHhse(}1{bb+oV*tk zl)^)c|Ef6C`oGD@N(V;bzsZWx`t58JtA3O46RRrzLq!v-hD?Se*mFxtO`}Kg)HcHW zTPHWA=|o|+eHRv6`Sh6dtgEo7ey`tJu#Bdb4J~@noGlVyBVDKguFx9O~8=9{T$ES33dRi0*LE>5|x7gXJ?9QZGJ2XECQuXsjY34>#Fe(Xz!juCmj;S+Ju4BetUub zQ6xR5s`fo{w4k<3n$)1S3}t81q(%-krsqg1K5)z{bc}prjXV|qd+1pCSdV<7N1k3I zFJ3H%!)dy-*yqs-&`8f|jyI6-CWSlOqr(gy4%S$nCp|Oc(Aa%;G?`#RoraF5ytd(! zM?d(z5t6n>X{u}1XD^?J^`{@xYComZV?pkxA@oD{Imb+L)(^o6=5c&nI%@O+Y&a63 zF;35f99;j!%y(8!a@JI5ir`q3%I18Y1)>H=Vwox=mL){Qsvf}=Owg^vu=LD5`;--Z zOA{OLUR6ATKobTy9B(BAG&d+U>AIU~J%#`tgLvM=pu|&+gfs2A_L~rX0+OCn>ckd!+=WJ8TW$IE zAOtk2hWhkK_UO=n3TPU~8B2WDdp9u@HT|60C%onhr-vSiEdVKf2@cZ3VQon-tk}kq zka(J8EP){e&sS8a-5u%@Xiw@AB&UZ+ap`T|x_Icz`jU0koE4S3- z^Bu?eJ@Z4j=Qw} zwGWP+c$vL4WXxVZYX%OBNAx|GN*G++39uf6BD-L>4BPi~>}`EbD7^hOjSf&qu5C&W zu`s(5-Xrqh&N;}M)_7krLvF_X{krt5RJcUMSNPGSf@_#+U|D-)uisY`L}eo%7I)SF z#Op=0XoMH~I=X{C+!e0X!wbQl;mq(tYu<*Tr8gMu3j>|L_725UU#qv{m3Qbwc$^P+ zEbEoJ`s%%|rX(rsv*Pc-fo|rw%KgVx&L20fGIyfS8SDw*!wBOlhfTIG8VKPN2#b@} zgn|`)Svw(B=PA2jjLtK4!5F!zZm(aMwmG_==hECITtO1291Z!gkbvuzaQiZq-_7KR zogNNY`K57|WpJK~3q)Bs&kx(1Cy%GjVV%XyTi%UlPrReDvrdE9RqC2*vaON~dXxrF zlaBQRXKG4gQ}tfoIxoaYPFVCi{zwj;l_P%L!XjIYm4#1(x~vqZVP@`l=r&7-L}< zKcgMrxm@TNxFn04#m&`92)Fn>9&9h_>vC|SB6eDMS{zUss+$cvLTPAf%HseqL_yiD{2KHT#M0|R1gza!v8-^7F zhJ*0Vc6=`-gi{Z>sk%Kas#~9r8=!5yD>SbMhZFd=0p9Ni(leivSQcL^3J>kW$Q+x< z#MrN;$qWan9sOzt+Dy-0-Ch|iH6N`|ja<`09@*okTKi?+LOu@SkHyIKo+W#GxTCUd ze(ceI?S#2WUkBg^qvGLwZ2yoRV~kA+usRyl!Z`4W>|+U+M3oRbA^t?ip+ehGYU(`v zx*QXsNqib0DOH^}eeOJ%Hk!4W{H8A91&p0dsjc@Yb#?Wsr@6i+OMDM#8gG63c^MNe zQB$9$$2)cd=(^nDS8=&JqAlYqFVv;`gT9_A5%q+w_D}|d=Dc=%)~XvvYvBkEjxwFr zLGeVPLh${^nqiZ1ddDCqr>5d_U!Fau)()Foo07_BbZDtKF8`uiQryphUDT5v8$d!M zpb0;_A0L;?(E&Zv>Susct z^Fj>bvX%I32AWQf#UbU}Ow7Z>twlNc`%H*WT$bgaXOG!x;&1%+n8y>(bL`$;^enxZ z6{_?Y7p;$Hq51+oUs;Hkg^}nJ*z&$hTI_=~j)dIS6If48Lt#7;23PUcR`E2}42Vbb z0w_Kgrqp_x2gl=M3hY8WW|xlAtf8^NqM3;Ai<#1hk1YzKreugBh7TIlSv0e27EhfmnprUdFSVwjuGu1* zh>aqq)-=}DT12zU+nA{}O?6Ec(L_RD)YO{h22Z~^qPVG^>Lwg$)HLk%Z9-IU6jLe2 z!C?8l-jZd3O85ktSWVHAhR+p>&s{YA542)WidM{G5Ic`%)l*kjJGk#=F#ZX*^k~cR z`hke-?~z-2N9Gvb1Yr zRZD-V6RY|w#F_il&-K928|W`_VwG<)tYEk-R}@z<cw&s9zRSRf)5>*+k$tfVQhkfHL?)j1%@3e z6kwrY#id8T#djrf!{2%+0t=MCi)U!URx}~Kp97+VRD8{%`hT!W)TFEuH6U>vTUEpM zXTRGZ1;@6+)@pqwTYQLHJl(EhF;Ep-DfQVzTS+s z2gGGxEV{h!e6FJ=TF=ue<&3g%H1_`w@2=-mAmWY?s~bqA!V-{{hn!h z)+wH-(H4MB2FxJhZC`p?6N***&Q*FuoAt$EbS6Eb4U&^TT#WjamdTBJ8@`MdYE6#{ z7XN53T1$^HN6bsqF23s>1rq1zUcb2!)9Vw?x*&GNM?+ytt?6fa#y%CE9)S_79&|_$ z7_n%hB@kJP&r_yn1cd1rEvIKPfLpB>^2hgmz`m!)7yZ6z-(zO$ar>e8NRS3;BM&wP7XTbg*Xc-$}5~0xS!T^~GR}j(kFme1b>ir{>l!BFe`2mhlPU zu8^fNq(pksqvfLau{-xdHyV$9VwygCc?h4Iimj*zM;V@`rhY!dcBuWW?)3CFS~~_I zZ33OY-jDhd4sbwYj_l{4#!g9(D2jdZ8`un<2Zb#$B2g?S%o6P3@NY?^M|@ay1DQ;0 z+M~bN!*<1;xUe_M7Bz*DBRgDWxcmd~; z{r+t9$R7}ud-ha&LQ$(=Oh#9r|+I6DLp-RC6fP93Le-KPT1>5K+!cb zalz#UCp~f|2`C zsJOr(G$I&|l0QrxCxg`+k+oLw)B(fV#{VsbYV_?@98u09x?KAQ}f;* zR-3);3G0c@SgauEF1|oq@2M7x2S&@+iJQN8jo$P>ph3cFVRL_tMT5>7xzi&rsgaj> zgw;)OJF+Bdn?foIgk9ATcVZXLx0kOWO)gPNv=T>2VadRf%c$gXD!GD6uA`D0Nqc}w zAD}Y)e=7|fs69v-zbEYx(q1I(99g?q)^3qYZ;{Jxk+oZ8?S5H%P%e2=)}E3}pOVX- zlC`Jhk~d}TExGh#S^G>b`9aoxl1qP*%YKrzf5_U;a_P@<+0U}}i>#fmXls?ywMyAq zMY~+l?o>+eRLbsDw2g}PgQERQDg8kyL*PPHTdQi?^W#wRr^)dR%+T=TE_X>zza3)I<53Nt?W8YyIw1MSSx*4)1K5ypVYMHv@*DF zYTCP6>APClyPEcAP5VkK`${YQO4Byz+MRmooqE}wx^|zgJ*t;Js+T>gYme*N3wr4b zdf5xQ_M)Egimtt>m%gc&y{T)Pb?seU`%Krq&`ZD2%f8UHU3%#*y=<4RnR>}jddc5) z?N?n}X_T%s%2pcMDnnasXzPs9bw=4bL%YJz)*ISQM(IsP*-eIav!UH-Xm=Tco}IsjFNYajQ5R%Fss}dZnR{F?6?~k2UmhhF)dp z)rMYU=pI9_HS{_|uQ&7tLvJ+nCPQyF^znv1!O$lf`Xoc2Z0P$L`u>JK#n7i3`ZPoL z8v1lYpJC_+82U^@pJnI=8u~$oez2j>HuOUbeU70YYUqa<`r(E?*U;w~`VoeHq@f>W z=tmp+F@}Dup&w`H^9_B0p&xJP3k`jdq5BNI#nAnR-fHLpLvJ(m#fBa<^mao(!O%}M z^bSMsH1v?6cNu!Op`T>vJ%%1O^oXJN8u}7LUux*f41KwwpKR!-82YJ(ewv~G&d^Uc z^c7_2EAd-}-x>IwiQj7c&cg3({LaDeT>Q?%?|l3&!0$r*F2e6({4T+74H?FzWMr%* zBXb=Y>XrCih2PcqU4!3xGP174?|Otckdb`@{G0H*8NXXFthbV(-A0CTJAQZIcPHXD z;&&gF!+nU10T1K%2mBrb{5XDp#P2Emp26=qGKyY+zXd;&49B-*6rU{{#pmL89)9P` zhWrK@B^Sv?$;l?HimDLjl!LB=4Kfj`Yz%=!0$uZaD4gM#a*ZoOrwjijm*XD;J_8l5#_t@(sN&ogD2C%wrQ9$a>kxaZl6Qxaktbzj-lb$@ z-mPR9@;yr4CMBahBU1vv-S`?^->MkuTgblyK7R5$@Hq~C6W98qVl@9#DbF+}UZ5Jr zMXE9JV%5li@8BN@;&`2mNg%L#jcQC@uNwRP9>0h2djvgt0l$~g3m+qHNxMh<=MupUl77T$gj%AfvEeS)tceJpg7Le zjDye9jM?}(F4heBQvB8;ZXM#TM0mZHf2~%K`6}fYj`KjD&0saOkolly9R84I%zacd z)W?wTam|?b2i2H&4Se+H$Y(X9@Kvom*C>2VGe*3wW!@;~f}Xj?(QhioF)vejo-yJ> zwD~E1_h3Lb$;N^&QP0RM-9RDqF_#Qa?s2L0Xj`)8d{$Ggy8S%d&euZuj|A81@acNoTngj!0`R;h6bJ!2Sa=mi6OU>KdR;`chj@GqrTseF)e z1-)Y!SJHb1LVq?4^{+_%)G)F?H;k+3ZwP#47+2Fb2yp-5%ZQXwsmyi$YCzh*rNi0I z&b5kRoSU&tlk7hT8ajt^a&ja|7Ezds>uDpMc`yGX+X;Ug0k5Y&;2+;MZl%X)#pYN# z-GXWNIIY-9(yjCy|LfehqQ?xz{<9`ytZ5nSRHvOB;N~t;aN<_5t zzghV+^o%UaJZkIdc^<>xEb-ep5^2rjy-i;6vQ3kIYk!qKu(&6Rbw5}{llrY7nkf8! zbF9ZiOUl(x6a5xUER@(UE54s1icQQlN@7v4MQYyPjKI9O6@0wnrR178F1hNyBa)CV z*wJ_=xsLx!@B6lriU){{X8QCihD=I+#o{`it1IrMv(&TISWXd0$=;`8f<)O!t1eP) zieHveo)PXNZbZ#}QA}+shDo1<-;DUB@A$-OOAh=OX!L1~Yq%yl{;8?P2P%4eA=dsC ze^aFkvHoK?K4Rw+c0TKeK*<=TR@ncTuccp7Yl>IH@*AV_GI8LX*h*n%;0A7hCLtkl zEnH(AJ6HCXEnX!;DTpOCa{K>pX{+XSd!k}u!+nP+nwo-99~ApUK)|kLR{uXt=aja7 zd*aAKp1%(M=Q;L?X8E5op+3{B#Ls_=YJJzx_4IcXT2KEF?!Sclvv7YE?h2h#FBI-Y z!o5VemkM{SaM!_2`b+7Xm9{oFv(eOYsSMX=G&!OltS*hl zZ6sMTUhms(G+p#Zm-KhY`j02gIeJcxtmG+qdY+E?^On9{-=Xi+-`3wru19q0*1lBv zKXoF7umbOoliRbh^r<~svQNVQe}pwmeTF%qBEiUCsw=)qB4EG60>YnZM3J+7uBl%g zKo+a)8pHB0=&xK-RS76r@gSJ;DlbJZ(*`bmgORFeB%ttHRVAhO+qsk+HfTJPg1GTQ zO2n=7GGcC}SB3j}ESy;1o`oH98DH&L=8H;<_fnb^u|M|1N)|3jEq|I)*7#d$#5es# zh;086GpnsW^pO(rvhy&>IHPQQEbqk5XBAIC3phI?5nJhc(qUT3g!u&iT@2jK&ZF!+ z!OoNHJk8Ft>^#rTc6R>6&PVKg!p^7ce8H9{=&{D?CfI4WamN!&Qt6>&CWCIJj>2DcDA##lbyHO zd6%6(vGWr|DvtRqQ;*&Qt6>&CZMLyu!|F?7XRha+^8yHamZ1 z=VNw0W#@BtcC)iWgL4Ku7qD{?JD0GthMmjUxtyIV*tv?Go7lO7o%=PkAqe&egMVP> z33i@h=V^AHVdr^vHnZ~qJKwNlvhy7~Kd|!?JO5Tu3v=PY*4Vdp${ zE@0OgHhhpuDidUoz-=MU^W!Kp8CXbU@A+4+>6Z`t`5J3q7Y z3p-b1`)ypq&PH~gW9NBxUSj7Jc3xxW4R+pSXB#_jvGXSb4GCWRh{4a;`I;S*op0Is zj-Bt>`H`KU*!d?H6PW&+!Jparg`M5(tjM?<;*cbTusF(XYvCGn6-|*ek_#BhRj(D2 zSmMY`Qm;cCY>*^n-vaH3B!_wf?GIrpk$$5cFmAE~88@R$K4o@t#$r+J0LmK8&>#T~ zr0i1}st`~)->T*_Y~syRl0N710i1$dnDs6|NFRG40m*+eQE!DSbU%nNAnDGd1q zmoPLbzC${xUZP7+WT<*yQny#fr=KIaHJ>!tW`I}H$s7wd_+BFC znWEssR>beo(p=8)7%87dJ3I0-ngJYCg+_6uj}nbOhVwjWm4N{|YhQ++wcw|T1}tIt zMGJl&G&qgnS1lMSV!;=p(Km=bk2W%<@C#(wM#|q1^Cc$ISmsU8V%%5ow-8m$;W~C& zb!;c9_#MN4vS4&LyNKZrEckt*(!mUWWWj$04lN9SX2G8Thf;>WB4wB0L`5;t4sfX9 zKK_l!^R2+~o9NJjYijr5BHvk6m_T6>!#`Q@52(`1@V_kh9~hJa82;6Qet!k~XZS`7-XK%uFC?kb%`)&s0{ud_%F=E- zc)Kjk;M{jvx$i{o8iwz+;Co~me;C6LTJZfc4LV<-^{}j*A@46egz=nwrX8qXjQ|X5 zv|k06dCV&Fs7zBX5oMl}^|R$E(i1WbI0yb8Wtw^}{3m6qIuHI+GEF-l{?jsfFM$7y zOw)U~qL-|SUO?BzF#MVYzamrVp$u=f;5TH-8P4!_3*L(S>tv4DDdPagp2agRkA@C7 zgwx))GQW$SAI0z|a>msnheWfku>%LLw*v<;3w5%K;e<;(O z4e&pb>CgyQ^@UaSXEN=31jAoj@Ru?jHk;w^EO;02tYi2m3;sc-!^blGFAM$$`gyh> z;4iXN%?T?N!8E(k;f?5E=3MDah3*tMLWCVzvQf@FLOMs$?uO>iqU#>`x6&&_cSZ9Y zy$Mmzz);Q|I!mEr?iGYOPqD=vsyVico4Uwq>H>x4PiOd23%*35>@x&T>#T^i3NArspzXDG+Zz-bn#=LGTKR5PXn~L6J1zKjG;}b- z4_NSB5YhWH{ICW8UZJLG3_oVUk1AAfF%ZjKD7~WOydnsoE3b-vXDJkXO@y))YJXjX zAp1^uLxge^I`K^r%2lWXJS9D=Y{76or%>ls_|Gd8+6Mmxg}UB?|DrB(h92Nysub!UqTO;GW@0mzlI(-7=Ftl+!j#e?;zY(^&pOY*UGg+r2z{V{<8(Y z2l5VN_(Kc+3p#lu!=GF5$11I)6$;1vO{J(3yNbqf%r{n^uT(0T$MAO+Y^qdzo*>Lm zR>Th~sX3hCUl#liAaNkWzpCt#UjVm8eIg^U#XGvYmsuTCSj>lr5iO`gUU8AF1tk5TQuo5 z5x7eu#^6p3bh}*i)My_SZF7r>;ZH8ya0pB3 zSIN?~G7R_9O|o>0j1iPJ$`aPJ2W06XSy=(1vt}}JB?7FFcvjglll~w}&&tw^vh=Df zy(vp?$#fZ}+BSKIEJ4JAJwKPFuVm?4S;G0;KV|7>Sz4h;XDD;+9#W(~DALPH&L4$nmX#+( zb>NHRpAw-Ag%&<7LYWFJdPamGL441O5Sndy4tPGHJP)4vqeA`{;6JHQ>x=N8QYi2e z{HGOadl~*S3N3zJkv1#Rc17B$NPkkK4;1NRMfzNkzEUJpk$zC5e<;$w6=?;grz)L; zvl&%dqe_>n(p9Q-E#`?T-KI)+sM6i4be}5yUX>nIr9Z0DGph8wD!r^qZ>Z8XReDF2 z-dCl+suE6ezEGvFRq0z*`cakssY*DJ*{w=vXwuo5bde_EgynKgx=NGQYtjvxbgL$9 z)TB+C^nfNktVvI3(o>rBye7S@Nt-oh8j`(ygik89c_nOmGUNiUB$ILrsghDionA~j zrG!R%v6ENI=v1$ylQM*wz1ZL94Wsd1DTDGx&;&0w^?8*v(JN(Y}E29mOfPVq{mq_k3=7uEvh z1V|mPR7OgO26&}%QhI0=A_kMZL_PTrF}>_ljKIP^!M`Wt-N^?kgT*iXol@6uq=Vj{g!l0tOEYldTbT}!mW1HZW<`R@ldAL`a zN6I=`m5z8@#sacG%TSv6jw~PIm5yWt1@HY?rlY*lQB(uHD&m!n#-3WHBfQcvqaOD9>J)Y?PZ6 z%JoV?s=N&%%PX~$vQeRfz0wI_8-@1wN+*)?h(go6QU{2l;0~u(>ZG1mA^yBlh?F-K zC<0!oOP(9vs>sKArEbc32l$-y4pd^V)I-Yq3OT(}n3TU_!{C)7RPd=n!@N>2XrPeW zD=h&H6dLJ;@n^z!P~g4NGE#n0$mNxmlkzWxR-=KF<+;m$!7jjyX{4-DDcdWZO3GO( zE%ZvK(JAMt)b54VNV%AGHm`I#y06j{FWZciD^#lWN-Gh%Mx|rDSoFXqDlPU(XCQR5 zij{qa7&iAUsyxIior%~l(1+EuQKkL7SRpZ)RBG_T-b51~P@&Fvv1U@w!zzvPO6MZ^ zF_n(?N|?jSQ>xtRm0)DTc&b=dUsS2m%eE)wRh5={B}{K+vq}!H1jCcEU8RG(Sb0hL zlS&J`Y?D$xP-&o7!t7T*QspDP5)4ukRwybk{8FWHUba&yyHuLzl^__D?^WEg^-8c( zIsXn-)(bloW|S%)=*3b_%4!t6npSF1O}sem2Q61?P(Zv8i1fR2HRy0&toNwm5)C?< zm(5$SHEK}Hyf~X6_Z1pljOYzS)z@hBHDYf->~&D5lo^tAa0aB#^%~udEHH$vrkkKd zal&j)xLJdy=9O+D`N)gtHjVy`*#S9BGjE47g>@M8#K`eObE<@m6^kt<{ehSOc@2B;YqYIgG(&RG6#%?mu(iY zmtz*Qmur@=muC)SFW)R>&tVQ?ufQy0uh1-KZ-69L1i~9L?TPvy#1G<{0*dn{M`8=2-Uj zHOH|x!mMI%q*=}0D6@vW(WZyJO0$-|F=icmZnK`fv1S8%~+#s?BEhYRvKM zdCUpy)tVF8t1~CDS8q;cufg1py+(6?_L|Ho>@}NH*&A<8V{d}#WpAQ6oxMrs4E83Q z2e7xFIg`Ep%~|YCF%M*Ks(BE5)69d}^P02Sn{FP$-VAdNdk2_@vNzK_jJ;Xr;p`n~ z&Smc)a~^vKn@6xW+dPuJL(HStn`0i$-l66(>>Xwv%iiJUaqP`C=d(A@T)^HD=JD(u zX)a{%D02~eN1HzOjxk%@75d>@70e+4Gqvu-9Uq z$e!QqV6WBeWG`Tb*lRPp*jsFNvllc^Vz1roVebSp%-)G+guM>4m%UDN340-PDSKV! zGWNR7tvyif#IlXbIDvQ0_Tx=xd@z3<~k9$fXpjIKr^ot{)J>-Edm#jd5s8M zOy;#Ba0!{$i@+K(ZxDe?$-GGfE+g}1f+Ub2I*gHT~-&_p=1xQ7!a=zUvnxKkc8=^C{3<=j}QTZ^FylIsD*cApVkn<2I`cN zlToJ7E`v?1WY%onGL=wUKIhA}>Thsw<0uC=P?nIH7Xcm+xBD#;trSFC!A4M$2gm6y zR|E^h$YTtYir_7b(f|cRd^)PzVUK~C;nKEaICnUvVu(b|IqsdPd9>q*XhgpIZH}-~ z3*7IB)W&FPk^5Z{F#;XQb~SIgaqFPp@7|4(%H2BX2?QLjysd+tMqq&Jn5~0e-n|=W z6h(0^PNGa<3g@U5!A|5JsDcJJGUvQ!V?A^`@CJKiI936TE#Q^Rjb>Kik&?6p+@ftX za|#{y0Oq;h7w8>s!v*d?(-w<|3th%WvoMyk$o+xHIm*sC(ES$yV}%uTDR=*sVG*uy zf5_o2F4_Prwz#s2mx_*+MmshrsbeK69n&g;%unSqMq?KG^>NaS5MyFyy0UhdS&mF} z(9C&;%-m;X?r7HCm4&#XHhQazHWhpXvgW&t?I3dI4pcZe+I&S)^JOW`>lMLMk$WFS zl_-GbKTB$U7jE0jl9@4LyO}u>D2&(%q83(4(pEFSaGw|%KW74L1O1}(DRO@y=#^(@ zDRcjgVRNvUDb6TrLz7S&l7gC15o`u(!%oulbKssY9o>F7Ig_ClnW~3~36=|TZ3J0!8S{J)Xrq~5 zP-CNBlsW~x>OVThhA7H}ts z5vz-Kvp%Vto|JCpR0JoZn~m6lQYCtMmfUyAXGy&s^Hs;FLB+`0fT|r(GZxrU zC1?>*=m580?jo1s(vDQNJ0P+$w`?7L{9VB2F2XRG6|IZz;^Fn+D$<8ySSBS=Ydm@^ z|AZb#m;bzqpvL{K6n$vD@%VdC*F9vqUE1-R5ZpwZIyRw)V+FRGfbAwS$8irgSv|C) zsznb)IWAh8NYG6n=Di^1y|f60>zR`Gp^^J&(S2k#FfAHH?f0Q}#56K3?z3oNM>R7o z?qgb*llv0lepGh9AjJNyi|$V#1omFjFyQ;~Vj@;7} zO`;=#&wAj4!w1OPmr;(@UsimtgBGypAu@B^8|109;vs^bn_ERY%)Baj=hkgz{!QDq z-n5~2JCA%pYl~{lRkP66GQCk;rYGStHD$&)DuNgAj5$CyB)XU-&kexlMuE*uI3U=C zLnU7Iojag;Xgjx=SS6Bej01)=v4Dsrg^ZQH%uqv-|rA!3jdmClTIV^&f( zW~7j`pdwg>UK|uvU2e07co%FySP3%RcgU;JgAv=enpt6&e1n;_(*d1@5zC8ddJan| zaFjs5F692Xq-}%V1tz&Ji2AL&cMArv)?74pa1^!KNvIu|f?8ok@Fe7(gJ{|Z^u1FS z)nvFgM)_#7nc3a;2pAUG4vkiNSW=~jq*OYfB6v7*&y}+z3Zv4yWBvUPd#7D=4^EY^ zhr?L&>XHGm=-2Tx@XLU}qV4Fjyn~gcolqdvO0b;6rELiNF|uX}c1x9Ee@57!iKgd8 z5j`Ra(Zf>^Evg94NA9C|bHmoEM}g?M;I0LalbLbg<0P$koOq+*BHyFL+K=LUjOlQ6 zwEAO`sy{XweOyxXk=$xUT(A{a1lLeh%9T_EALl9;@P45II6P((E52R8h+C_ER%{#4 zyJnTG!b6)z>Eojc_?&!H_5N*U2I3Yo)?-8*OCgp>uOr)nr!kjjJdLq>hIVY-43+?{ zQ{*tOqQNLe?MWE5reHLvBAAEVC$h*}$5Q6S7*aUTK|47t@^Hn@-e6#{<{bw3fw%WL z4(K}80Oh$~;%NgR6PvaL_OvZ$1+O?fR(_$p2u6+!TVR*EafHcRlJdelJF3FgK=*kD zA_pwrTD(DwaYwW>ok^WJfjg6+Wt3F}S29C&DY_)Lqcg9dGf>a5o>;aC?2sJTX(XuY zETr>W7d^|XlBK#2aO1QdYe#`&kjP1}P6*AOvkpwkI>`MhvK}B8l$1%&l4pM}TpX2S zd>D(9l5h>B5Wc)3H~^W#y!7*0^STV&pdMyoM*%IvB5FSLTgD~V@inAfwgc;)zKHW1gdDDR1PY+u-2{-^Q#r3A3IQDh{p)u44R`BAx~S zwe9kv7YMS@y+fY!BC+LZS+u6*Nj06!3;8fn!crfZWDZ{UM#H{S+4d6kuJOIZbuZyI zOX6~&q9S+>weEki?*&dh72{_a5Z=ZBz7t!4v0S`NQ1qeUAE~T(nYM!owJli8Izg}& zwM84UddF5XXQ$X&3Spk-{u2+TWB({c3*7ICh^lBrk^6lS!P|*kv7LApq;`ny#4895 zh;AoDeFNQp=G-1tE4V;#=4nw%{4R+Sr*QugY-&R)g7xUw3R3XMBLWKj6&RX zL9q&sWHFCGE-!~Loo&JzI2?F6SXaf0SXhX;gY{U0{GW;GJ_9ur@M2wxeeocd3{IU1 z69m{taEV{H*u)&-QfJcO<68t5tQ6-BnF0rM*a%3MRTyWBWzP_4G0WiTDZSXIBG`*w ztj1j+i5gME=P_aNDtfWt4QxFQ#2fS#Z$KPDM999^Y0+!Yl)^$8%C$8h+#s>r!}%D( zvG#DU#7;OjIpIuVOcHEm&Wd1TbQu|15qyKW=6r#c*l&Je;}zY;?{LhGj(5~rc0x3w zUu)UH(bTB5Y(g|*p!;uvUtkA74~6;cW{iL^pWVfr!{)PlnQ_>B_6WA2&kIJug&DhV z7bf@ZJkhrVUKv&q>_&GkCg@Bu>kwbsyYgBAC%SeRip%PhnO5*#CVGuQod-lPr;DsY#qMu7Wox(`tR+Dy+@>5L?^{#Ptg`Q+^ALw?J~rYw zY)l-ji&7CEUJ;xM#4lqeCm#_17KmFKD=xr7DmhoY2{k#($@5m-x>IoVwib0roI6H) z6t&=s-Mf)NXs>LWu(Vh71KKo;5>`V$7c}LgbBl2=Pe$$1RMcD*K@U*7g49fjp5k@x z?=jZxS1|+U(2-DpD*ZYn-wfDYpk%deq29_h{)`rUfu|+Iw*{KNl_4vhVNGRXx@M*4 z#M65d%Uh|r@zlgbD0-llV=EM%9jv17Gz+((`Bghv;lQaaI?uN4zsu%8VX?zaESnlv zCsSixDmC`42+l$s{2svCc>Oa*4BSeWSns)2XhP6~w(?XKqJJ9^lysNm{9LdbaCOxUmHg@A`n2i$-iV==Y^=ndb8c`8E88~eqHpOk^5!wx; z*wSLH-kC6)Mmasly+Q#aI2QKhbccH-Ckal6&=+fC!bB)?uTrqsw{0gjDT}#L>^_sD zX5elb$MrKu2D#7TIuqxJC|T}48}SDyrLIvsFtK++HO)<7M2(y2d%h<$If@D(>{z_1u|U&uyZf z1np~dMesr{ahI6?zsjiTV)W!coE#0^F?8opzdF>f2|`%sOR}D}SR|RIrM}r7-P-Q}bM&;++t>u(eq#)ZoO!kRkSA2&AT!I@CT4 zVM~J;Qpw?Bi(X1^10stD>ywO-tjD0SQpDh}u zJ{N4!&?~4VEhg_9d4jjaqbHaxY5@c_v2n66L7M9n}lor7ga9VGX?$g?8bB21)zFI+TIE z$X3|F7rhG+fz7i^%7YMR+Hwrko3=l(N_&7LzX$xD5f?&b@CYv5+1NgijP0gWY{ygt zvw$r=R5(zQ*Q-G23Lt!?z~U-k!Mo|`riG^vpHNnIs;uTwJN zUaw@q-JoQ{y+O%=d!v#I_a-F|?#)U*WRUw7Wwk$l(fb5pc$?CaZ)Tpf!OV8wu55q} z=zVMw^343UKNB|Od8VW71Df#{+@IeLprGxqR%{^x%lt6o`U@9*NN#K@{Y4I_otZ5K zErr7?{R0Ls`iR{3Dn&R#YAI?dY#HGDm?}I4g#~}Y&=>hNdxu&i_NPyh-(ZEHSSSR3 z6)Td8)=ESpu4rZ4k{Aw3M_Iie`#S3f@681ppSHlcnza zlmp+#`Rx0&lRI7Jz8?q!@@FtO)ct@B=9x$>Qr#PM`v?)pLpv3Hf4vA%(voW!3dqa$S$4vgp`~;9L}V0vD0+FKzJo? z07NhH+%G4rd|2gnItd+HQO9zV;Z@+0+@GzC_ZakaZji*w(QB@J#7u|TCFv)O-6Ww?%i9FVUX2J~v zfnJ9Db%9wm(e z&z#w!32+1~7nT03nJs#_9Ho>BJ~Wqb6i^0Qs&UreUsbE$N!t_Usx9bYEicJoGIvrR@@W3tZzVLsesok4GL z$+3_U3#qY?wy6-i0~oeHCkxR$_ZCJJMje+n0He35shXYHxB&N|9}Rs9y91;lf2NED(jLal6<=iu2Y#Co!d%v*^Bx)2}R6 zzp@J5%v?DxJ^A{=2TZZp;dG(s{JEmsDPDjfsKR&jE`bz)FqJ&)a+$+K*A zX8r*Jg97)*R-Qs!V1V7>b{p#=_a|0-u}j{FiB%Wtjkrs|XO*rHPoeSG>68@47bkn9oV6Zd?VdoSouctm4MN)d}FL*UA_n-@{M!< zEmn86Wk}p&)+F2w^0>d`3}&s>$9nfy0?cxJ@~d@%(CGdeF(4xzsn~S?6D868?Nqwg zR|J2D0`Cj984I$11G4k3h0o_LnB1+R7qx7uv!54zz;{({NwMEJ-jB;7A2K?U8&H1Q##tD=15F+75H5pq4%0 zTUepqR9V1RRJJWK9kKL6>%zs>N)~UB0MNBJnMJYW5^IpQRTfyurLH0#_h{{9*4S(_ zD`HXmxW8p`Z#9RlGl#`uUGDEV7Jd6LMvRY=iSd_IVl-9+2cy6z#ODU{K#T9~nQF^D z*K9tTAH=uOs@S5I!>86by3TWH`@YnC^L8`8O2HMJDs?-y)%td`uu5YKL@R`vb=L@$ z<8_ifG@m77^KmLRO%=fw6!=19;|=-06%06EHv1c?utR^ylkwj+hS4i@??Yq*pDb6A zYsirbcKI++3ls|6KQldG>*M1cE3U}>3&(9;V6wVr;w2SA?6-YKE_s9RJ6iB9Ow$MA zA=Qd+?Zv#*{VSK**7iEVGMIJawlQpr<4%^lcXP^uT{z7J3*olU4ZdAg(h&Cw6-nkk zE*bWj7M1JQHuyCJTQoEy$`5s~WYd+*(L;{p|% za1m)L!7WbAVj3p_(?*FiQIkwA(|x;b%jhIdP~*(xz1J)aZtMssF*f@qi-P+O?i%HG z+qAgv5jP4UfP(V=-#K-ws|w9~zhD3QR-IGleBb%%EZ<(BVvdP!G#)V?GvpXmi3c>7 zhGvzw=p9Lfnz^s^lVHXB>XrJmi>I0PQAO?I_e^`2YzdB?r_IHFzseK-X9gq$p6ss)pV@&&!V}NElZq2$L3np zYa-sy#hn}pe%$wkasQ!d{}|j4N_iB0!>;S%3SuT}s?D0PLAR$bgFPJx_jI~xkD;dt zhRC@`@0tw_rYqyZGpIfwYh_pSzNiqkL!K~B1=j4il6ChX>+VC=ogOdBx;!bnO4oRV zU88Y=;Z$hBH#Q~`+XqGjF6@V);fImNV2&rUS?PH>$p{SiP#Dc0nf8ByW~U+h+bJM% z1Bj}lTxOgYV&=uiLba_pQEfBuXUFQLJ;Qm!PKn}qmIrmb0dVTmSc+yVSM4#*lIZqx0SWEVW|Exl{P z-HtNtGigBbi*zJ9N6xdqfaWcVx?O6%FH-Y;F**n2@VLnEOXDKLFJn)2(xNiT)Qfb9 zLb5dl8j;Hp3F565joMAeb^{i-3&=~=;E-GXV@#8orOz|I^b}J1Q z7-&4SC)*0Zi#s!}7>eSn6vZ8EJ3FJR6~)&mir)&wcShGDa~|Is7sr>hwJvUb6g|V} zmAg#wu21etto3me8)>;NRo84FBh$QtijgSyIC@LaTWE1}gKQ(B-FJ>yl20wUg5IT~ z*1AnqaOO}|w?rzyoIqfAs3b)34|RTcs6R373u*9YL(EhQWOCikP&Kn8);9Jzk5kH) zEER<+9Q}Isyo=SI7hxtjGerxTrueHuj#VzolBS}WYdInPD-fGFU^7OU=$ zv^L5Bs+i5595Be*q&7{%DeFdrTC5HRe2d&6k<-OLq=n%jjW+GyF{CcyVk6OW7|}h9 zNVAz_GGIZ}cYMJ#&fp{>jx+;@v(q52ac<_mMC;b{CG(sIs_+NR9m3+>bVwJ#XRzHZ z^6*$3#AAt9LFl!M>hj*2Yyb&&Al=pk@P5egnDJ6`xcq0gpB8*m_yi4Wm*PD+EyBl3|#ma^nh(A1= znCQ6{lv@wT3&02J!FZtyJF&-t)>sco4SkQ$?XUP=X z45}n!1j#LGHR%JjPaF?GQkHP!@;=0{bD39yB$KW}WT<{GC)cC63e|yd#QBpArQGUfa~U_u7|}AxaLX#J9x0nl*<@8V$!MNzIF;uc<2otp zG`8vhjAoALBeT)=DJ)fbztiBzkN!yYu6MC*(oF|VI*MJFT76PBk+O-Ztix!Yh^r}G zPoQjqctYHvu=iO(&N1!l1i(FN_qh@P+aafWdYAClGux_85)*-XUFFtGGWYaNrS-Dh zRGmzYUu`vJ=*H_dQTP1B4>$24|&*_qSUhr0I%)x$^n9#-{b)*HJ1 zApxS|YgAu2PlX5aFQz?$2G7YcU`&#M?2i}a<1*_rHIYgV_v31V z&6^MdruO5iu|Ah4tA;7r5#?;Z?C20fAa&?=dtEI!77;zikFgF)RiR(g9gmHPr3V}% zCf@YvXNd5U9+yW^`@A@M11WsvN^L#ykmt;#+Qq|OilByOMg_Z@L>w#Dhopj^N zM$v|7G~dYVYikz2ZtR5%7|wDM&KMB`af%!+?%>FfG`I84#?qDLt>+$odmCh-2cRlG1ElE)GzqPSbZueIt(MJ|#~O+L}F$Y{tdHb%5BHnxt6^yZVD z2qQ=6a{NG2xg|!PpY|n&a<{=`-M*C3unDo@^))Z#Oj6A48)^)qJ-R933_9^=yw*2W zkwh0#G}yXXG)iyD*pzMRCcRS}SF}yN9j+Nsta-;H)Vo1Ky`~7|ll3kz?F%5y--M|# zS^?bUQpV$!UEc%ri78PEW>1ocsG`oV+**`SLt_W4v=+G@ygdtn@ZY1)^A`j zTy8BBj6H_E+FCC6z#>VIiyUeF{K$O}M($UpeI5-QwIGhzwZdHxdKKWhMBPrc27UwL zE53dWWFw+fa59Y!|2mXC9c4>4K`FtrtO>C>R48Y_s%%=Gm6cLcTq$vPrI7tm^baf; z(Lcb!^XVgDMqFbgKpd8aT7 z5^*T9!Fdr8<;6Cb&L>(^RkOfP9Jhv`3Mkb45yKpT8_F&D_gL((+9BYLjYRM&QU_V3 zb*s#PenFwyS}O&rvesHB*FE0sA7HJQf~tDA^)c24bzijim@Y5J!J#@BV%;Y7C#BNW zwmKg_^JqjiNI#ACg=zE~)BYAT`a(S>j+`44Fu9Z*R3){lq> z_&C*^X-}0YdC0&Og4`E0yThHaLQ|2q7K)lWrRb>if{-%RgE^GrFC$KHL$K>>hDE6a zzba+}(b*-KvJm0Ktlg@E`oW{MIHOPQf!cU*QZiLNAJRlmz339POLQRnY7N?iSb#!b zhAA}8v`=7Ule`9#gAFE1k`BM;_`jR>8aec)#FFKa=<5k+@whkdwCwpTOzY0*OcaA+ zY>|2Q1dNtw5Jf%0H@5iyBr)?MFNsshQweb@c{))Vsh41!^x)py^HFC&)ALB)&*Pkc zU0os|@mwNwqj@b3yyGz-I|DC+rt1u6Q0KOMT0D1!OSEEDa0~hLL@Fsg)+>cg&!;cz zq{#qhaQm&q(rk6U$uC_x*=#(USj<(y8JbP%i{qqXcs6nw=01FsqL(3BIwP{iWzgR_ z{=Aqhn6hpH$Vx_&?nn^RzJMnvpObFkqMQ?HI~JQNtLG$|yO$@!^4%_QDLw@`>vnMA z@;i9bkKSl7P;O3jZ=~PVhVxzb_cR&uD#Q7{-1GYbx!+_sr?-uY$R(a5jn;Ds<$i(} zrt=fZWY&#_fGnYW${EvshanyxrKrVR)j8*r~qIzPvtLT4zZ&gBa1wmQFPUvIEUqwjXk^R|QY zwYnjnu0ah0Xy?~$`81HbYuF{_KG)VQi1ZueTC63)8RScy*3NBC+sN`h=faUCeNOvG zVty{lqEmD1kuiZ?*5h0(Z#EkR!L813N5)#1K9`J)jazMuNUVmBzjVBNnOkkdq4a;y z%)R^_I5W|wdQ0Q#;L^CptHAltzYTTDnu!he%;swh%;wFQ%?A`Y#}?DxAdBewm}o^r z^euR6=xO@W`h!xYPbbm@Zu%#(ji}dBY3Ybx&kYaeUEY(ft+l$6L83!nep+^j;Qaubm%;J7msg*WP^>IaJ3HxcaS1kzB+Nm4XP@Ph|6!z0Puk$1I z76@|W8FV+j*}>7w2#==Kw0}Z_xiJx&7Rq-10;B1-MGr=SGgv92#2ug=+QUeo>#PvP zrKYsRQ-hUuIj-o&f+f)fWnSEgD?^#-xCH4b=UQJ;kun3VUU^^24koe4ZFO^8^@OP% z8;qf6jg`QZp=ark1QIE_W1JTpp7TYWN4eP|7F zeR__|{_4!=S@xys#3DVUJFuIA1DhXyc^8`YcNy28)wufP<-HhKJ2EXfi{Wet^~{VP z_${sACA3PRQlfbkiH=nFrJ6kvt%B(0oXX?m42pNlz*#Iige}5BDlVQ-szIHe%~dFl z4|5$mT02vSCse#DEf3%{hW1r8G_CDIgnWGbKz6z)TofxHpN!>Q5+3W)rC#|uU2xT( zgfJJ}7{xO@BDphN`urtGpM_!iw43%-(5EZL`5PSxd0vJ*ui&+S|3e~*bXL-Sw?R&s z_Ir#@Ok{YTx_5fJTjT*+90YVr7|=zg{aXMnjfwF<96H_r(3=Vnslg(-dtu3~<@*tQcVKBC7m(yTn3{E0C5HN28<}gdI3jSN=b-Fs( z>56ct7n^nqovw}H{~D><^^QA(R1~L}HP;bILe5 z3t~at5JP}=s`PEF@wS*#yOksqkQRfgHWuHnCI1JsJVUNkckXNql4VVpEWb7FpFx&8 z)HW}%t~*@9C^=E6gCywR*p(zm3v#)-Anpo+*c1kFiD@^|;2s6y8d<&{07GegIXyV- z#K2TM2x`}2Y8vb=JaM*@&62%1z80a5nTAd+dZrwX1#}ku-gzZ!YcLJCtJQV48X!qY z2B=0yWevS)4RVhbGn?WKl8n|J!+pUq+#MdnrKT;>_z$SZL=|yk(m4i9@KE&^nZSui zMp`C@`&4~4M$yCmq9KHwp}_SQ4O31roBc&2vPquW;x9TuVg0DT=;W-#z&_?LIyEZ^ ztseImot7=3=m~$(53{8dJ?SqRl`W&_DUT>mt4hyMeZL}#Pe}R?)1JW$j65r+YV;3K z<)-AuAJ{DrLhFZpwzy+u*K+nI^Hs20|E!b5<|*C~K)`FrA|} zOG6Ty0Gb59?i+kAi0m`rH~2f#9!GAs2mGFnm5d z=HHw46d7|5B7B5oiZolqptW^twX$w$VQ7uA&M!`iFtk?Lil0u1Ftid|F(PDAgds9g|?%Z8!|M-Dr#d$vJop&2ZWp9%`F_rq!5v#Ax) z*BK#eu3JfE@hhYg#2agwd-1L1?!~uPxECW=x)&#`axYHAtgTv|wA8&gc};6Zx;f=m z{rjCYpd$sR-s)cb(^_5d-F5o+wDtP;dm9u^-`7lPK7Hkt>i!3sE7kYX(GM57piW=x zUi_%by=Yv`g&ORr+gdZ~;*5>-Qs(^guU=BJRYkr$U*-I`izoP};xb7jQz-{Dn;J)CnMg03 zQ;EXj@x78jM4S{0i^k(VvxR5svY9$bz;vWKAjm`RqVPr#g;&EUj5qCiPCif~9j*kXcgeLQi0yk}Y_BlwZ-VWIu{fOLMPPd$*e(>I zr$ig}N{jY7f~~}`_d0p#;Pb?=Czp5~h+*$_%y@l;ZBk5rbf2BArq2-L%=}>wgU21LiuFI?~dM=a2-v!OLT>PLv z4THYQv@ZqpKE+Rd?>(b~_QY#Q8H5okg+XnNAtAziEsZg*!RH0FgCtTYP}P z#s0G(_ItzF|CecJ!Tz9nOc}+>7dlN#{CXyL+=vqu^!rlNr~GpK-;YdL`I@ zDf^`)B%p_W$)@p8OxZ3GXaEuwsRi+b~0_eFU4|6|%V$W4mNW-Q#=bD$^T zl>~M{)^~;Rp6vD38SHIhoZ04g-Taejm(m+w>tP)>&|43^y}&uTGun%3cV~24QZ(9q zNzrJ(sF=9zNtMF-Y7Yiq{P9n>DPb7@%e4O;7}v!`gC=|T%fN8Oo+NU3$>{ft$X5Ax zbWuB0YQ4gw7Q@>0s&lb$zMN!>pDx3j=7F9b1buB7^#3;Pi|J&h0^Lj}uL4@MU1~|C z^?snetz8d}38i4lSBRIrI`)(-6?N01`raxW`Umy#{JxVh#$NMbl7e$n;q0nI3QOV9pD|oD+uGLDt?;z+4a) z@6ta3^L1dtJo9d!;vH)3*kK7&WV6LbO=nRdd0f057JCC;5*+X?;Q>!#z!x##rSYQs#=FU{a^ILk!oN8(OP9xqem1tq zIsHDge-<)H1hq^VQ90&zu%|ZdFvO3szOU!1R$Os#Q*r~CQ@H==NkeRLa!{e6{R4v> zKOc~$RWjjXZN-PT>24eXk?s1XFsCFhPVX2-Y9WF9|dN+#GT8Q{ERYgZ-K$n#%=BmFD-MzJ#|~I;i<$qZr*@mM_VdwtT|0$dst)_A)RXAhV@T8^dq&h~ZvShX?u2Amoh-GLlAdZd?uIYoy8DaS7Bo1JL{3*NLfxc`f;_;gm8;`$xd2B&|?q zN`>`VQs=amP$8X~a81ZXC{Fk(NL?M1Uh#vxRz3pIfjO2F9hO?V@wA*0M z$ySO-yCnK35%H5S%Ch#y2uoW$7XKBx+3W$v@7hnXN7d;oESmK1F$PB|A67JMO3(P1 z*ZT2b>xUKEzHQ+;&~7Wf`s=ybE!)DAanxSXO90Z5Dmupmd@Y#?VMoh7{f?G$={j2O zK^{|Xm12w&k4mj7s1k3=E;(IM#$k*D=2ITdPX}>+B24OOpxHo+ze+`9;I2s$dBL1- z{(JF-m$x_N@*ppKI9Ic22&F>ps<2m+XjekWf(??-kEp6$ox{Z49lk>1f zj=kb>NHJV$av;i z1$K)bl9q@fUVPiD$g5UOdVy{>(8vbTA{3d}I%`9cL4!iKLRA#uQ&R3n270`4ybv76 z*6=uHFperZc~N$d$cSB6Gm2|cdY6!Nt=Fcyn)e&>`kOy9nm>o2>b@YRnLf3C#?eOk zQtro>azDP5*U@}ubXp2?d#N=&)v3J0Xjx{>NOh?@r@Zk+9G`fR)Jcj92hXw3)r>e` zI7hSrQ3G^p&y2+Ov$ZXkFVsd1ehz5c%QiJxPG-;oy=d5hyPTcsblIl9ezvLkAZD@w zF2`kvpA$XtxjkWQwtKXCDM+i{Fs)`ntFxfhD{(}X=%v7(3$?W4<_!!Nh7ne-o_zBt zezD1+dXfLn$baS7f{bfDE3OCdw3`}g$jvakr_la|aYm#8_3*aQUmB72Lq^tE@4e+p zYe7oCF`A?QM<1k4e^RJe&C61 z1>vc)Lnf-__@)Q&tsubH!vJRk@JIl@8)uqFhU~f-aDPb&8zGi(g6g16p}B*gQZe@{BWtaoz?v);`qC)N0FykXpgm^SN8h$*w)J0gY}Y=QDv|4U9az84o$T}oaw zQtm`0-T%$Qm#>og3ADqj_#jyEwi<|Uhn>Sf&M)q;bGhk=F|3c`Vt8o-i^U9Vu{z)W zUpwrinCHqam+lTbDdz65uAic0M6UAu6l?0C%f}wFp9GQpFiiCu!0+3j=O|hId!V-r z^p>ZTjHeRkD#t=3s3>|7%sU*x#9xU5wK8k;R*9LfCL0r@@h%VOr$L}Q!$9W&^cS?? zW34QrqXD`Cpz;ZF;c_xXE{7-n?)AAh*ynE5r;m%7PoLMy0kA)A5E*zCovx(QuXBhl z6P{GQ_u|i4471Y)F*8FCRjcVPdZ?tF&%YWmN^qwdWRATeqvin!+6K!6U4Vs;rg==kOq!FTCSP z0*}|-`9!6OhuQ#ZlRVQSUTdhuNe$ROB}Rro<%XKiv`mR(zA4XKLFcpNA#rb09SyPW^*xl8hXh4=CR2Q7sCA$3nd97!QgZ^( zhFSN^L%FB$P0VJS&|`3hGku1OGFXB`8%UAXFpKMK0$M8IBdiCc4V6|tF{>d^_buze zBGBCAnDg!S$wFiF>Tixle{&UoRN2;$)$fn&PI)$y? z!Yt@RTDj4Rgj?TR-&fxn&!NUGZQ6sLbWgN5hjF^RX)iZ>qkTDCm@AtIFzr}@w-KB5 zXf%sG@~*&)jlP~=9X;sVgxFyq?m6B_9@c;VumWS^}V*(td^N zRIGzH|nj&fI-4v4uEz7&&MZ+hIU0{4X+)tNP zVc1K7y+UB~32_&~4uQZIklh|O6f5*N)`ojnMh`d08rco-1njy8O^*##!w!uCy!d!$JW zE4$i4_-LJcrEX;uzu;*?g@?U%j|AI2B<=j`XBET#L_lp(NXWa`S9}-yK~LVret8#< z7CWMz$N84Di`nDF3QgF}VF;^%uvZ{FsUDQc^tn5k_!_m_$rIsLYiQ-jP@eJdnxLJ@ zGuA{o^AIa0ih~j#Wrr0$g;`l z0&&3*`D8-+f`+~ma<{|^Ew{vSU9s+#F0vK*4MkVePvi3hrXe%-AT#2TcMI4OS=L2B zU!M_K6jLEae9+saVj=h{o(>cBR*1SsUIm|6Wj4uG<_OwG&ThH*cacUe{x2CAfs(LS BjyV7T literal 30897 zcmV)AK*Ya8S5qr)7Xbix0la+&e3V7{|NFc(J)4k(kPuv8X<;GBrqdKy5L843I|!T2 zh7BgWF}tByPDHVysMt{tdqG9dv!A_T7dYTNy*s;}^|jtv`G22z-)%`a@BjO-7u}h8 zratq`GtWHp%*@LQNqtw6@@|%-Qj)v{gCt2hb-*%`q)Gd(=+l0fsGo45cMJ526JS-TEc1@_NTE2Yw_~o_Z!`(}&YMPsytExR!9?v-B z7#CR?iuzWJ3q^(xo08?kpQyzfi1@qPyP~MyuC3J{udJ)5yF*mf>aPlP1UdtuXr!uU ze9bUBt1pts8;XqgwT4>)xG(JjR!VPvGvK=+bBtK^WzOAd{sEZvY5H6t@S2W5BXS0F+Bx%RXC zI@|yEzK4syXKnw3eXaDjZNJpcS7iH=?VEP`U>nYerAt>`$$wux{>sbzSG3<*8ESi| zJ*v*}wTC2qURQT}G>|JuJHE9&($(QxIdIXUCE-QU@S@g08)pR>7XXC+q4os__?G$R%~&vVrZ?bU z(9zx!>Gm&ZYikYo7Xerh4Md`?zNl}3FH*ZG6j;6h$rC3sqT_uL3JmBDpqjvpW#F@e z+9T0GDA1kbYi$j*&JWLv`j!NW=c58^#Ah?!zK-@21Kqh?ZDf%j+!F~zG*LXq>TrOo zim1!N?X6mbYjB{tl==s9mCQ=Z1V2vgUeY7jToaY%iqu%#0EVWuN0+xp0&}|p-M&z3 zB!}as`#L)KC$e+kps?T9;jogT{@~2^5F%G*iHIP&>nVu`1Fcgdk@h7a(W<~^dbp#b zy|q2GWPZ1=J$f*hJz`arh+k=y2h(>1R?Jw@)g3?`;ZUSdR2vRO+e1BpgV6hqNVXjX zArj5B!kwKyyP?jma8D>10g(e^*WnROa>&;$C=)5=!buUcL(xEYo6jF8uoA*8Z9Nfd zRu8gb+I&47(SyU$gM5+b{@vl8u0X4xkT)DX#Mh0H5x9B7M+Pyi1tIOQCmE4{ntu}jQb-VP2BG_qq3 z3q*UmL!u)oF`m4n8s~SfjN!0^6}$yKP2CBp^n7 zc3biknBB(6i$b&8&{2W*>?NUacL3uuw_A{AHh8<;-yWSF4s_c*hNy5iP{$xeqE;b0 z<_KSRhG;qDxB4(U6pAG&`pqb2qfa z8xYe)h`2eJH|?0(DAOv$vp|L=LF?2|I26ZGkWdH+L2wbW`hRd>i7y%u40Ui%XG@@) zrIG-J;NrPs36;56`a9cC6jNNZog5)XL$uAYVF)qITVR2S9}$%aP&6xsLx7R#kSS3s zxjWzwv<5={fR!8vj}l}6FG7k&ExCADUJ$lJw?cpN%Jtt{LvXF zfTmU#I3l#f;u9gYVi6%oBQai9gk6)EkAm{nB#BLVfnqEQB2tW<1>0jIkhWrGw}~3& z2f9PPZi}ShZXsmA3Iccdv)csoBV~&dNi4{^NmmO=%S47GH?xzCSH{{sWvmsGZGNylGPfrh zX>Sco=e6IOnnEI2%d#aeA|BDVB!xkc1N;_P(KV~RqkTy*Dh4ygjut0nS-lBh0t)IL zj)7h|2kUA?P-9NGwY{x9HV@`TgP3BBgk7u$nux_NJuMvkl8eimoC zwS?pg<-`j;&4*P3x(x@RvRSDGV$Jojwi2*nN>b8!bfH}Yx|QypklfHH*VZrCi<+9C z$V8T(JVT+f8PGeT%X}SrTYGmT+NDLip$=pTfOAa96D20ZN|emRI)6wvt6G7B=f$Ik z+FO^z_F?M0T5KPx8>(1&ha6SfLs7L0(qeF;!s)C>r6^BIO-)nQk^oi=$e%#BA+VVp z&G2J^j|S!hl%}R;!zb408l|zO)((4=#=2@dT&pxTG-O1fZL&yFnj4$N>=PsCarH&N zFA_`BLhruqu)^%47V=XowW&-Nb?$)^oD|V5++|;l67_o=7V1vHW8FResNB$eTv|}H z#0JnRZfkFgu8gqi?d-G`vXxF>Ml{%twL1{XXbbmSavDg;jUKtSHa%ltDRImiQ)wE_NMj?l z+(o5q&vc;IGqcZa*R0K0NyyPux8qkW`9&t`(XPU;& zbcoSVdnA~~zBO{I*fNLJHY_0ucGyZd6i}dodO(o9BGjw%aq1u%+^L)F}$x(?o*1Eov_!t z;kT>}q9=VC}^a02133hNjd}OoQ|-wMi;&ZgV`uI z)pYLdwqt{3>jX&(6)2Du3P-Wa=g5rCl~zEvwEV1NedA879@o5R;n=pljg!D7bzjX) z4mH3*(oYi@tI0ZQ^_JR7@dyE(W#0$EZ7Jzno)c%tAo0M+eXB8o8lq;ohDpu{C5ipSdZm z?fxt;%&BbL#fgJ;Y6jDFM?{DChPf%pgaezpCq3pQt{K?$V;|y_^z4VMRSK=DT|JSY z9Bg+aW`vbi+L!sQ1SQz+NzdAj=?aW8Vtg@BFh!u%2|g7D!*EE*;XL6waWKgC;t7Tw z$i^Y5|9D~cnvjd(6Ce%|{ehgB)(NDOEg%ZEclo_)Ob?rhgG6+Qj;|2J6`MbyccS);9y^RcY-pOmZdRJKG~Id%>ySz#Ko5>0>eo| zkDczFI)Cc17QQ?XEYU}gah}96R&3_XX;bGpC#OVZMj$1QoN1jU%=S)j#)~>5%iChn zPShg^k>uEQW{O(JCug3VTy$bA-zn}`D27fZOSI$`!(Gt`Hx$Guny30rTb_ zJRZ_35*Y2YGmeQ@9-_l1`EB2#;!VVslT z4ofl_fNgjl;@nQLD`x$%7g4Ozz#y8aVYIWqa&Zd%Cp5URWCWJCw?>0*XHeMZ_uMuY z8|^&FDY8$nyjZCTvC>SE|3HckoR^1^+wPACL?&i}sq@BT^jbRtherb4eAFIt|0Zkn z)A8O{fRfwiQ;TTtKKJ1$k?X%?Azp`6RGq>~sg1;YoWe_x{#aK8)neS9U;`wM zw~ zBu|h3%lv>$>^;l&R81dgl^CMm5Ufn+dSXHP-H! zgxZiaLHg zPN$!@EfcNixJVjvlD(6_9iV`<-0{hfo$VBnh&GBR4IMYmDYi3Wse|$|Zrl{MGxh`w zd#6N`$mzsZgzwSs>2K1t^cy+2*>_tYrI|7WzUlBmv^ zJ9!v7HO$GIKF?$tmT5KMnczHA7LEK@743^VM1GzzxNz0&@yP=|Tmm$r6`SSYw?4^Pp1>_O$G6OO`+)ZqR3g zscv1`(0pw;KBc45)1o*C64y$(#m@FtY`_M@52B`u`*gVT?vb0TOZ!G2A};#Nbv1>3 z({OH7uXw6!^W#Zi5h!g+ZEd4mSB)n>d-n`F<&Y@eCJdzZD+~0GqUkwRwQr201+``J z6saa#P74C$s`l%bacGeyBa=u^n>3UA!%!rrn+W* z&dT{%fBG@4_ES1N7UX^!LO*n$bL?bi{ScgB9?Qq2qsJ`7h9emo>-0>_!S!Fvd}rlk zXH9jc2#!OkY|iIdC~9ydm#IQxSyDv2>XBT*MBO?JOV8Z1Pg&8oG_e8iRmCF+G+}_l z@oJ+>=lia$UFkVj5wB*@n7m>IjtQI6GpABs+i+w4n&cxg@isxcbPy-SvL6aWbAwWo zuDhAmV+i0ei04flNR)s|lmLO_#hs85e%j|~l| zfTnSrvCL<^Y!gFK)6c1W(!0G#dgzhd0+7;|;UGN{(U$eVift?liAPArG8jVed_{%Y z-Jvdn_M|RDa(alAkj_T|pY&*))^$cyFSmGPpGOYW$RW73a!XA<-*H^fy&!~pjtdqn z9Gh`00#m0g9Gi!Gk+4i!7b2ZCsh}r4XOh-!huFy^^GqvFW6sLi zGjUivvhT4}(%|Awfc5MX*#*00*uJM@Z|iG9;q9+!bbvx~ZBu%Ph1r$#@{k92?t#{{ z#`}tyax?Dl*QIBr!X+ZU!jC2uT*FiYE83%b{l20gDjWH*xU&Wz-YKF*BeKZX(G~RJ zu5hg$Sp@csWJVTQ^ELu4y}@W-6zKG|cPO6vTD=|bxkJap<9xVdS+CU9SMPN-B}HMM zop|vLbTh|S?l-=2!T9l&xs!a(V0QqYKp0;+Y>Iu+KnR~eM4YrH6|CsX+DWN8PuYcI zb)KmU$I4B0d;P++&C&fljOH%k3X(YGXvmL;1YEB~+E=LjZYD?U^l-q+Z;G=lgYz_8 zAj-mde#G89c|3Iv>nvve$}T*6;vJQpbvneZQrA?IZIxuuqcnJ$bgUmZQ&Sq7s`vWV zc@a)>BBI}kM{?+_9QErK7TIE~EIc#2#C8$uT84;4AU$(@e#*m5#wRd2J-ZzCOZG*X?wt25} zLtL2god)aE75owutz|G-a6759pD`D7pJ`v{5HHa8I$~mS_H741x+2f~L`(@uEJ`Uo~!pQZWWqW(LW3p{Q{Lz2y#Ca)S2jB;z z;^BOJ|BxPIj7IPi(?V+ogJl@L22{usw0LfcSk>OB0q9222Qd>SAnRh>U$ z-h7xgnzdQ{rY`9PjGaxXt@kK(b@i&JxxOY#eEDZOZ+-iD851i}Q=g{CJ9Y!;y4>Mc zak)FHt>7y!6xRJgU-#6gx-{G#%7DV0&62-w$rqenoo+MNVzW-P=Yzj{A z806&Msray$XV0m%!=}{sO64;;v{amsf3Yno?&rWR>Pe3cAgK}1grC|@PftThU#~$! z>3Ka6dy&J|{7j*EErQ~eo~1&(Bu6`RVtV=#|Ii8AFl<$^AM+i5`X@c+s+jqXTL2FD z+}Da|jc`5vn9q`PV}o3u9vz$aWBda?a@aEfvovu_f7(h`4AR5A5QDgEB|e*hrqg3_ z==BvQ=HcPiqMZ6ACd4N%%W}}O$80r;H-3A}<4NQ>W^XTgmfp+?ReFqz)@QO%eF2}Z zEW*peXzU4WdEX^1{y`c?Qf})Btf!`-FcArZt9Waxcp7U4B%*l%6dwjtYCX+^6Y+5c zb`c(O3%i(7+th!CcH3|UTTpWWUu8+b*^v}u;nm#KRG5g2;ick4qh>%NK8~1*gATfGcG_ztX-0B+}Et-kQ7;Z3@)LS&OOUG!|(AZ$n zOvLxaOlibt6$MdyWr!h$4;s{2G_z|KPn|8ASup}HwWgu2*&>>VjUlGiG}hHxM6=7= zn5i{Qbxju0L_%NG)SBi7Pro^0xT&7%CLCzgH0glDW zvRJ}Spjq|Q)zuE}yE#jIJS{!iYodN2BKy1LmToyxqpawFhyOjBXp*njJs+rMlUk(zLL=6kUhFQJgKUsztl-p{T1TOed_0WV0aDmmpG})Hw9KHTwW_m zsC%PR&hSeWRwoluKyMs)`7 zw{fkpJFPf~kMm>|KydP9Hz&90Wc5F-jq-PTY(rN2GI6)gvc9JpEn~NZFuy&av@FQ| zw+G}#_nprD=arjl(zBqWIqMrx={Y^JlvFlsZnISS4zDtr9gLaUEMZBlZWk+aLwUwZiskeV|%=0$V(#u3|Az6<>1`ACpVd zr=_gVWCA^LNg@sg29^xvQbq-ZS=n(e$iSJW*pU0GkY$CB$31^t2|-28laR=@D(#w|>!? z^oTY{PX1&t>Q`E(H0o{mQdy`qJt|n@bGc|OJ;oI=FHyVrqIL{Oo}+vHCPiG&PC9#n z*cBh~gl)5?pXnL@NOyV!M!b5^AxU7wqm7n8bU8j3nVu04rd+g~p2+}iwO*_r*Y`pB zo*qN=`^J2anXSj>vlFk*_n0&G5WW8lv8U-t7yB&a`}y{Tm4MT_n!SHVz_!g>78UCY zz8D>OX^p(pqw>>lYZnn?V|-h9X(Sx7REA!Wp7dzB=zaVSywHs%V4s+#&rlxB=a^zE z>cP>1r>Uu*&!Qb-e>*!py^Yn5K}efG=kMmD{-gsH(3m6pIXJOX(j$uEpWp^IgXcqG zOO8ku%Sp2YdpP_n4(SmeR^31*6C1Z~-$BsG_xg;p&-_ztuV_(k5w>7*>pl?}#^mT_ zx9;`ggiGsT`C;PA#X!-zd?E(dmNQn; zK7IErDe39CyO8?NLGZvXUAotgWMXS(@`B3?PI}}_uYWQJ?PzQYUy&qF@trSR^o51L z#?z1LVWp-=+FErpPVIO)6;O{(%LL;N97=i`jBhyb-}9!ZU0QE{O{Xhbj^rG6+nK?bWgB5SSUsRM?!jsIH= z+3?yA`&uaNbz55EW^J52Iexx*;<5N8D{+xdFhj(;Unkdjl6a$bPrOl^${X2<$~=2r zO2k+i!_IpBMDekwG+d*IwKGw?n89Efoh!vQc<+ym7zkW^wi`fOa(!*uK6{#&FSUvJ zf;Ka|j$cwMwkri);;xh66pKAzg0IVGp|fbmB70LTQL4 z;JA$7KC4VTllbSHdd10gb@@2wv7V$@wOF@|#q3DsVeHs&qqLy`C*O_uC83#`8ZIc~75__lS{~o0|9ju-fcxPgqZE#$p9QckxBwdQY`jJTO|mPTa)B z>+q)k0S%H?3!D3EEE;sy$ekW}S&h8RBdl(M+mR(%+Z0k!AndA!xD&f@zD>M=G`U16 z(MlX8g(U+^E~b)8sN^y#xrR!vBkd1V`Ufh*|2NUVf!e*4@ki1gAniHQ&XTnYWbH<| z^hUYtMp?T_*6xwDd*zbHWbJXe^l`cDaanspE_qefw#%jO$=Zi<$v3k0om~2zT=t!; z{Y%zcyIQtg9q7>htZHAYrC+OMU#r?Ts`iVjt!tVWW%ujaL%Q~~Ui!3N_Oz}&qh~y?YcK1iFY9G5>)I>2woBLE*R>Dz z(hv2r4|VM`z4SA^>@!{aTrc@XFZov2e$usH_0nJUvR`#=x2~-=wDm^mdZTQ;pW#t)4d4In7KdVX32$Fa}J(+2!e+qIREe?4@2+>q#u3E zu?Q_d$k*aWXfZ;8wj~G!5o%w0JVG4^g~DA3oq$lZXBk2fgqE*ZiO`7%{qEFNgy3m} z@ac30tzqa)hR&vQ=v;=*V`wd1Kt4)Lmy(O`xv^@(1#lOFhd`1=q^JaVdx_b zeUzb(HuN!uUTNrK4c%?%;|zVgp;sAtwV~G-y2sFK4ZY6L>kYlZ&>IcC$6@VdzI1`cZ~{w4onk=*JrR0z+SD=*JoQB12zn=srVl zF?7G7w;FoD(Ax}siJ=D#z1`548v5~u-eKsSh8{BXu%UMu`U!^KZRin0j~aT9p)WJ^ z<%Yh(&{rDziH3fXp`UE%rx^P04E@LPl5nfRTB-`V(`gWtLM zorm9A{LaVk0{qtDcOe z?*{yC#E{-ZhITU<$}RZair;OByB)u~sT}ToWDK|;zlZR981N(bJ&NDs_&tf=(_|Dq z3;%Wez9hq8l2Lr7Y!si3-#Pf5D;x4FWR#pQ8zo!dzlh%p_^m_y#rUnq?-Km3mCNC7 zl8y4aWn=Ik5dI^=_sd4bqjJTch#n($H&D5Pc9Ht5Y&dd^VXq+gnrsZ;CL4u2<;>S) zaOWF{`#XN`$cF1(`1p_)T2vw~EpHZ>2obm~@_M80V|TqzhCd1HOZQAc*5-GA4t->Q$;SWrJ$$`$zol z$L|63=vn-p$8QUMFXHzyey^zIS?DK1|G@7Z{NBayef&ODjcn8^e+r+6<}-vpSIe`F z**_zMfskL6jRR2kfoEuj1B2o?TQd$iM>FQ&=eR&KF(~Rj~XvT3SaQGTHe5)A? zzeoJP5dQ<>e?t5(h~JI)(|8PZWBM7ovFJ?QIOuHMm~*afEL@BD^AW!e@fRU}J>oCb zjSS!{1GmNZtC=rQe&!a+H(Kx1jn=z$BXFNy?l20U(#s1B1C%qi=!S8xR$gdyqeLNC z-SH_Ikqs*NY(V({utO18p{TsbIO%KMI2k_~>GCJ4amog@yx4Gn*&W}Kv6{X`=gtO8 zeTBjPmIoc-3yt!U%%`a&bCX!@rnbr1C+=<+RfAD=)=7W2 z1KvOn;h(!UZlZ^2)obx|x)D?E5n8pCq?_nz{`atNLXR1Y|8e1zzu$~t98yY1#{VRO z+caKDZu&Qym3rscD-p5I|7PV+(vz|*^Qdj0XLt;Mv&3)bNTxN9_cnRe7Mmvh*8U>> z-Qu1Y*8N}+OX|0RSfcRz&9MO!EhSe!P4rtZxlnSytoVM4C^j)KRFaE=Eqdqu%?Qkk zo507bo=>fb<5H{cJ0eNxf*p;&q}K6&>3!c;dgB2iqnSSaiX+o2zhZG6&(&3%X^ncO z8qX;Ly|VYIm>^MZr`6}HHpMUQRh|*Rn;~W4@k#?p;%&8kXM} zl`X`9v*Ig-oq-$J2rWWF;(EBorR-eZU$#V*2=ziNrIB0ye@k06U%DqMCO6!7h+?U| zFzSP1p9l!p^~~!3hw0p_t>2zFvXJL5ga3Jsy{}pR2TZ6BH7oI>-=bRIHFN`gk3t*h zU&8%CxIYQ^7vb&}?pmGmoG;vU!o5hi>xFwM+&+KnlZRph0q_3*deNZ|i7gRf+}*p4 z-z?XgzxvjU9Q|N*Q7rCuk|pECzU{`+MSpZj{|j0F@ff7|~ z`k(b3`p(pP1P|WSmnwUwSHSz7)b=de_o+QLBz+S8|06_?j6TDhRFUA@Pt;YPrVy~- zVL=B@Gh)cuKG)Rmk}r!z^#a54&*`sRN>xcHS@9TXK*ZEe-R?vf5gmcs}FsoWW4M=Oft?W8}G_Hu+dq~6VL+A$VkRk`aS8e zqGZBS0)G<&cd+vyJAY#5F?OC{=P7ocVdu~6{FR+|*?FIx57_yNov+#Xo}JTWIA^eP z9y@Ee>}+G_&+P1EXBRtfu=7`TzGLTmcK*fAIVzlW>|Dss8i#hV^ENy0vGV~tAF=Z*JG|Dmq73^Hk z&aLd+qoEB!um>1?h@C&N^Ef+Cu=6B4&#?0vJAY^Ab9TOD=PP!;Vdpz`{>{#h?EK8m zuk5VS;hfIS8g|ZN=NxvAsu=683mt(hWT*1z*>^#ZNQ|vs;&hzZNz|KqTyv)w)>}+M{F9sSC zy!JMO@3Zp>JD;=j1v_7|W3ux#JKwPLJr@(0{+q!c*!hv2pV|2Z6G2u;Qiw>B1MA@$ zbOlY7G?EJ#%2lrxl33!%Oj55w9L$X*W#0&8h$M%)k@kZyl}NwN4j9+lfs7kaCZ94p zIAgJ>b^v9KVQ7$m22%D(3{?oIoN}5O8Y-ZDD0c!wBLp;@awjr0MnIz|cM?P61T>cN zCo@zdpeibu!ce_{YN_CSfoHP-8>vv^#L09AP@6iuT$hXp0WpUo)ZKVru@@HVvhhL zw9i=rTq!>zT2mBqawW@YXg!zuoyc}FWk(r0on%g2MU?vj{L_erHLj;jmvk1%FNyM` z&>+sThDd!y)O-#>tKsnn6Ace@E$5S{^gN=HX$)Uv!Rt_~hv7>t7(v%;hOe?(y_`sX z4d4~Dl4HSP+|boTS=|g@Z^0Xh1`lHRW(&TNXvA892v+r7Anad=6fSrx(a2)Xc$by& z4x-{LhVQlDyNR5qi-HeW5%-~`d7R-9Qa*@vcGQP76Ma(^8qJkHL^S4T&hxlc=24Ux z!SK@-{3OwU9)_Q{;AcUDlNo-=f?psi_*gXhD$z%=M#dI?j4azp`6psN!9*Izy!krO z_)p<)C90asb?mb0*g;fr3d3(&@Eb(gMGXJLg8xQTI+)@2EchMZ;A8kB3;qB&lrsDo zDPIUqRFp5#&OeE2xR0L@c}#)h7qOuQ*VOLAMZUJGFoD7%hQGJqZ&9U};U6vd-x!qr z8UEFRe?LhNN%deaC|hc9W@oDW{$-3-((hQ~nPC&y;6z>{?kc!nrav zmN9&x1z&(%KM6E1mZcU>xXenpM5gRkhOe^VD`d**WcXSOzFMZ@a)z(B;Egg>{!Ef8 z-6%`HaE0_U-7EujD|o9c&E(v7Sh;UU?iz;gw&1&Dns6w?f3)B~$Ta9&fz|`EvRd9x zx)0+y<#anxe+B}uqtU(t0%tJCwT_?&sBkO0%Q>8~`8gLf;$7GszHvGqBsyYY$ z6EaOd7ygqndC!CYluR>D;EJ|b6+MTpjb->{3w}|i(nA=2-GX10DQ7stJ1lq`@?R=* z#4Z_UHTEo?c}Xm^|G}L0H!JgB(eoo2{y@&SQsj_m_EmP^fDLxwKpxS5$aK)v!0&CD z=3E2+9hnZk7XG_3&HX+6_hdRG!d3m#s`?|DMjX!Y=N9~_Ooz^4_-hOP5_r}z{JjN# zE7M`)82-_M|BZg0DG2zBELC&DX^LQ)-RSV`=wRkN=?sN#6F5SI9Z_<-oO!r(wxZnu z&7Vcro$zlWOwUcRJV)Jys3&0;=MJ5z(9xR(q0UuoaffP-32{>wSWT@}Xu%AIFSg(d z70O;MaJtNjxJ04GCeCmb!-q;&C^TR>!`E8rS1Xj?&hYh$`~ccsZ@0Zsp`p1Pf3ubE zMuiqGX83jsz7-7}#PGcqd z(eEsUf-i|swnFVMix6br(pN+%N1@|i6`@>(I$o0@_LSE#oX;rKxfTAi3Wc`8e@>zB zcKFXL)b(fhTNFBBjUdGdE8$0lva%UIO|`g9q1@vbUSq+h zt8`+J;d52d-Lq6W^nIXtwt6bZUSQ=~t5W_{hA+0@3suUhW%x1+zC@*pV;H{5g0E1i zppD_*TkzE?jTpl4jTU^pO1U2iV&1Hhwd#XcPu`ca+-_yL6-62tzRQB|P-(^4qKAL5 zBJNh{l+m2wehdDiN;yX{{D`W2DL4R2LIux^2UYqV58*>94fAu3$E^~NqQqAMi>Fju z_W%~Bn#lTuN~@@n^FC+geFi;T#_&rPyahdQF#Nhjw^u-s??AU#)dM+prw|~{VGuUP^Fm8x|+swo=>biAFEU{pW!bo_%oG? z&k=qV91Zt7-Vu4% zY4Tb$j%AgHMXnB}Jtb(kaqvXfK%OP+p*~kaP)2SCVuMN!PK_Te^*;J4yNj zW*2V)q{m2l3Uh%Z*ragoxD6Z*rUoCA^e#ysk^}?V=a5biNF@CL=|j?LSvpIW&Xc8e zvUHIwT`Egg%F;Embe$~SAWJvNJhq!;X|pWdD@*sw%5Er@tcXln1?sc@;W-Tfj+y+h zEIlnt&&$$Fvh0w2B zLCJYkNM>1iOjHNHIPP%~%1~(06C#wU(BdaW2ol8iln9~OmZyQ|qslX2>&F!GKMVhH zg<79u38PTpdH7E%)V2lwQwlA4S&_CX(so7KrATio(%Xvkz9N0BNS`T^sYp2V`j;a8 ztVpX==?qmmN0rW3rHfSQQdPPVlSGwnP^Ftx={8lmQq)NM0>2ysx7n4$xaDIYwlPfgo z8cn($lTnj4Y0_p*x>u7P(xg9W(vzC>tR}szNjGAcWG|o2lS%=vgbhxHT;P>tQf?$w zQVOZViy5bs&=@av?MfM)6vm2zpo1YPrDVibc(nf33oyv^1`xZ8s6vAiktJ1;i)$~1@^ujHW8 znN;P))KU(hF0WKb%E5G)R~kUdVYI+26_Ij;d?7LxQ~4u6y<`E6^hyIsSxhH-rBYH_ zDbEYbfU*=TgjXsfB}4L>`l06%g}u@+QZ68x=9Pw%axpeHUdcrxE+d-lg=qojFtpMujU?swMBQF# z6e%|l4f0B(33sMwEgBm`12$pv=#?r-*^CXJR~k#oABj#!nw#<-B%0@iA)*o&kB;_A z<4Jh}+aIq~ManZoJzlAr^0pA2?1gzkd70>A6!VZ9TirshR7=%=CYtM&>PW%P^%O6x z7Rp;hMP8|al((_j^-7JTyierwN=>AEOmeALY9_@*|0aA%w2xPsNXj=vi@dOADE}hz zdSTp9ej?i6D@`GJH_-~Ov@bQBA=6T?v>z$w$TZ6flSk9}vRvksrg3Ifn!aA97O&(b z<#L%?z0wSjMy5`$G!vwe)pD=2KPf*WEV50k_FC(<>cF&3DRF3$E&RN_~a;dCJhyO*Uiy*sjxJ0wwkmZBD(h;OwCPaqxcbSg#N=H)7hcZRH(ov** zBGchs>1gb0vGMRq$AB<0)p@03X~e%|8t0W3kmDyAORQH~D9@Y!t4!5i={U+;te16B$roeCuNgD2YIEXU>k+@^Ge5)@}NS~y;28=qTphtSL&qh zmlRrqP)ME^c~y~*^-5vN*#$JZc0ddE!oZ`vp^(!nb(8Wp>8Ync%D=njmUqD;;!qB69t&qzrtsv!l1&h2_S}D(4`2!@PS2~fDU!mN3F^!bf zDjnyQPNtL2R4M3{P9fzyl}`1-LZqxyX{uK`6}?xf)+?=o0J>bIW4zL72yIZQ&5H$( zl#MD@`k7*^+}Ek{5U+GPVn0F;&Y)XV+SkigBW06H4PLB{G;y;Ejm8Vx5_R9J(r7Q% zOHv+C=_s#s4nluYWxrR#6jr`M73a~@Dph*1ppx>uO3S=#W>Q{O$>EhSyOpgf9q5(T zA+$@Sgq`axpKrfr0lz*u55nc(Cf8wvGYdw9W(s(bHWl}y>X}*_DQp%Sq^eL|d z!QlJ`%Bxp`K}z|TDj(p5Rz=F`3YG%;g_SigOja1G(=@0YUPws#-5L#Ao0pAM=h9jY zTA3HCJ%q=F8Wb@v+p^s2HM#)NkTTVmYxEgnHzM{b#40l->7Wb<-whhwf-Ki@<-dn! z#R+pbVWS4!%nK8ke8dHGgGN7MNc(HU) z^_@_t5WI;nlkS1qgfMJp7twth)H1IGAy@qf>IXu%0-?t=`VPU{xRR$es90X8KG?ln zNzZBY4N@QquccQt+Q`^-W&qV^G+DvgH01T_ud=@+Tq9ekns<^rZ!yhP<%ODgHyxl! z`%4nG3=)muT(8fT7H62ZP$6d~1m?nw%;8M)R;ys9i~`WK0(B^GCy1IED1HjCKH zF^k#DHA~pbGY7JlZFbA<$V3x60XqK}#z#Pn8ky*iBu{ngj5_2E+2AWRxO3k6{ z4KjzZS7r`puiSL8H`pA(UWGZ5y&>i(_VzJHv*$F&us77KWN(-`mc8Mon?08~j=d4) zc=kq`RqTy2tJxcE*049m^srZH*0ML&tYgn@*0VRxY+!G^*~ng%*~DJ8+00&zIe|To zIg!0ua}s-X=4AHj%_;0PnESHVXzs^elR1^WW^)>Q6U^!CO*FmiO)_V&H`$!Y-V}3x z_VzVrvA3T&o4u*#0qjjP4`gq;c@TSEa}Ikm%!ApRY0hPDfAbLbW|@bwH`_dny#vg7 z>>X&%XYU~MaQ5byN3eIWc_e#t&7;^m#5|h4L(OB@JIp+my?N#W_U4-l**n}kj=dwy zMeH4EE@tm2)5qS?W(#}An11$-HCx$RU9a)_9EuV>_yE}*y}NW$KEpYRQ8setBCy-=4rxTX|5LjiRS6TKgm2p z_$Qldgnx>8rtp7fo+bQK&9jBSip+CF;50JN6@k@co+kpQlety|&LHyw5m-a!IuSUN z%nL=}EHW<^fwRe6F9PR~d5H*|OXj5_a2}bLiGXHaF8sA*UMT|SlX;a0TtMd4BCw9k zYenEfGB=9AMPyzt0vD5c13>`bP)agJy4y zywEg7qR|i+chZ-17lg-`#CKR1UrDWIhWj4c=91d3qK#8&%vLjVmV{j(Qn?+21&#iC zHRKW?6|KtocB^QDDuMw-XKEP|uDzoA=TSX2QK%jUL%1*E;>efu5-D(VR5&k_CYf0- zX@{BZl6IOoE@_vU>yrGcnFm)l^IckHWJhIWXJuqp#IG*CkxYmC6`F~~VbzUPSy}1V zUN;M7V#8SJH+NU^%l)6oOuIDbFr+L16-=8%C8@HHI4OMO)a`v z?S2=#Uqux68C}TYerAatnB^`FB*FZ6;~rn7bHR3=MKj6S(3^vRP^rqC|K zcYMv7*SAh1)RxcrvaR|X+}k+H!3~rpWoFsW1LAgXC(%kltQG9|BzbUx?s7%2K#V-b zK&c4c$S4g^FvO>#x*hfym>Di@2ZnQ}V;Y7?)STnqiJHea4v$6TyLWMfm0IBbi%4yZ zr53s05D_EMk!)A<*6X(ox^MSxj8yKnL60KfaOG_q^dtfUTt{yk^uq4lK%*#zb8!k~ z3VU&mS`q9(?tv<3a6NO*n>N-%cK~m&M}}iH(AWxI$=qaS6&@i;Tfr^bCNrndVGm%Q z`z?XqVK!Xg{u^zzc(~AIY%&YuIg8wX7dc1UIS0D`Az&=5f-dFmw;2}U3imr4-s+-_ zz+$T_t9ZHSSZScr>>OrY(kQ2&g zGq($3d zmAfjd$97VMNVRDz!UHXwXmrDbo9PyU)y)>eV^UBX*$cJIir_?`HkJqd45sWiz>P)L zm&BC)lD>r)W=Wd~lC9an@|OX2IElxpda#&axgggjkTsVv&j*1vnfV1ZHtI$0@5DeC zbLkRC0ZIr&OKk=i^pvvQEOAv7f4F=1Q}Qq<>ZSH}11N_ItXGIH0l zSihUQ@-w=^H~d(fi6t+~u}+XYCsH25k^`{{v4)WKKUgOoMgV&VfkwXj7tx7BY`D<< ztAOilxY)g0z%CxYQkHwA1qh3>gWap-7{3p3pB4{0-K#ka(UZjjZmAftx>z^sQ@ZKt z)y_UmASpCf@^*3<+j>OuQTM;~; zsScBkL|F5_x)2S(lFI_ZrR`j}uQ~jHeWg|V?m(W2EKA-5tr!1+kPoiun0YT`iRb#6 zFhecAl{PNElQtfA8;uR##vn48g|4EF$K4K%;PzOVEKw%wdY5)LmYMLGaQo#h zaw#tD2xW%@A}e$2w&BNZ0ydinLuOXAF5bk$>A@AFcg3(wPNCKW^jQ8LJ&rB^c@;s8 z`&}ve(0cuGccQL4$#lE4 zsMcIH3vDga8^dKr3NF)n%@{{T@I0O|`^$zz>saz^1UA zMIH17glC~kM(6_;s4fMew-73FsR(V~z1ySd1@|CgkQ0^8igjalN;hWqB56TIunN66 zFs8cPY!C65F#TX9$Z+2(uR#w+?$~B#MO^ZAX4WnTbQVS|FRtl1ETzCv0{yy>`{$Cj z5Be)G$#p^0Z`-|FFo3n@qOpTwsLe@1?SNjW6;=ehkb5qoX&=z{Hd$1Y;l4e_N3WZi zU2PA5VUg{SSfz)iRC;i)N(WQ~4@2&Ga+X99RC-6ezyD$H^d;Si<0I_hFxI@fWI!zX zb^HwcG9a*M2l_1UWMyd=6iBraEaz}(8zX*G?544^Kh#uwIB3 zRRk9x_mRB0VI$RpK=f>I*TP50%sAi?l2$!JywPxx??GbiNAW$(bT}$j{n07a9}|l{ zHYNH9ZnYvI*orHH7g9{hl~e>D;VKvMexU(4JZuvyv0cE3TdRInd>hbn(P~?Thc=DU z$HiJ+l+yBoUi}?d5gdu!J{610T(tG4l!00NC*uD%pzrf&9!-;0JxV*Qn0XNF)2PxV zxw3qZ!zWjf@MYH!_^TcxR^(e^NcdBbSlkPV(u&}T$lV4BA{Br2bP5Vvx0#t6F|h)u zLCyh&Ps>ME@7HE#AZ`g`JyyiA6k>^llND*<6PU|0pTJl>NjtZ_4we9}Q{@P+qQMwO z?I{?w_QGgTMKBM!k7tp08B3Yx;z+%Og4p2mUjI`p+tvmHi#6{szz@8=&v8K4u?8s5 zjT1<=G~~ypZGk;)%UQuIj*OF^D=&hPBf}QhrS2_UV!K&hm}f^-*c#|QPeJ5>eSjM`2e5V&I0lKF1nY#*>^bYel&pi?FCy#yazRNMjmZuf5npURNbRsY0!$b*7ePoh3c-*Qz=YaXEM}b`Sc}@C4Oz2u zo0+pqY%PT_&vXBk2h*`%jG_hZH$_BMETYK$mWbf(M6TFQJPlGi#CGCEga*X66QaI> z?!R$vkE#`{6`XlWj1s>~p~OkOMtev_upS*-MG78oL_wjq(J^Zx^Jb126szDU7V`+? z@^T2%*=DSP!-1EBbycj0g@u?qSdTTx|5=#sGf_hUFV>~l7Y}mD;M7?#L4bV(m-uyy zP0S%Kbruaiu0?RcY2uh6Q{Z3@8wu&M8sls+#_1w0ZW%naS1woF~u{`^}GSykgt|j4u;LyO3p31SnT6Ouf@1`4=DI%>n2oT9-?B%DqyqP6 zoK%6V4xN*CxyUM1?EainwnfUpS`w7P?aKc0h?;t4l@W)`M;z|+*ofm~F?qBu=#BXB zir_RLzMh$!d_dd;;+Dqx6)St0&Q-5MP0n)iyj8dD5?sB#MIDmhjxioZE%@i|-N+!c zSGG-9+AI12ZJI?1tDzqYn&O_3joPKDs9oF}HCIK@1Jo`jHB+J|c%Az`&bs|7X5bt; z0t!&2Ux(zI3A+oFthU#wr}83yMhiZm(~{wP9h$$DAuEyLqRQlS%}UQnr1vD3w^DNx zsmX~@^gu1gHYhwhSw-Jv7H&uLt9P-&fg@UUo^9LT%jQ5~vBQ-sn;JN-O&+MrdQ)RW zMQ}FixElBTt&P{eM3gLdpNaVWl~UK}otQ4AuKjt|l%8@Lke05C_x$?Qp8vjg&qq}RyV3I- zaV=Y-ndtc0c%Q%>{}LA=<7#+QPTzJ$$vOG8oG1nuAzQ)s9zI;8Y^6;Uw51p6ScOeW`4rv+Tlbz+l8~( zE=&RP zSBiDV9LIW!IZmi0IL)eJ!$nmA*b_jlt7wy1TL1(AG_rZ4v7i|HTo^xFG)#Ri*rK6V zP)k}=jzG07s%ud3P4>Qb3iL9t=XMYP?QeHw6rUobBd)XA9DuXIWDeNWn*%B zg8O?V8}3FW2kv!BF5K&tJh(R~`H(^G8w!hQNf8bvH4gdvhZ(Fg22(0kKjO#C4{0_OXsq_~)pmt`q6tol$ zuk;TXy!c&mZ&r$Mgw#^hQrI%U_a0Sv3JMF}#LyS{HG79zB=)C|k>6m2pjapbeibW{ ziq=X*BgJT>B-TiQm^m%QEhT8AkQ)K}&_>ZrK}$(Xp=hSKq~HxSQvhHgI$7$zTR8w1 z^U$?j-03p+JwO4MI@#-C%3aK9_B@n@SO-S>iIx;e`I zM`g`UE;Yt|pVE>A?|x_#}q`iQb| z+X)-pe@c|7bw3Iq%PL;ye#{;QzXLRAYI~nny+gtpf-A>1TjALo!f{>mkG;j0yCQfx zi?4?`feOG@Pb)$sv|-$t_ORw=(vjDJQR2o_oyU-`Qxi+Ql?Z)ExkO# zk{b7+?P?!St@cm7s~ukvJQ@X_Bo(`eRlG(%i+Z0EJkOu#*lK3L?zhVU;g!4r5WUEA zZ%JDDu*&Un7@Q4uCX6tjP#3yiP%tyi0i$611`lG-&if2=p!-E-+eY47v?!LEm<4i+okzSFVbJr(c9)2ZEfqIWl{DuN@>jb{my4EHtBjh9l$)8~ePKrh4nvOq5j zhez2s=gff>B6k#|Vctl;27cFJ5oXf^c5EMEZn$VQ))EMMbVEcB#F3ak!zFWcGXyM- zA1xx~h+WclUQNvk9F_UAD>8Ci3g?650;Lduatu=CxKzL1qB3#7_1|IAXU=NT1UM3w zi%NgitQI{|j#5emADT-z3Md1ua+DThR!hdLmh4%gD`VWRh^|z+UsYzwvzDF6RGf7K z9}Y@ct-uE?m^Y0#S$>cZf}-IB)%13R8+Xi|(s9{mNqXE344W%$4KP zQ?D=lohcSSoGx_#L%`USfe~Fs5ja%vz(DugDH+S%?=URVhFFTF#1A9vKHxEIGI{^p zo4j=u!MQ;H4Z#bKvhMXR(8t>ZP|KBpqe{m>vQ?ZMaGe-bSkL44X7VgsoteMCz@WhW zo|UH%7Z_l7xYfqG$o;+*U+j`MVPe(Adn4`=@L45oHcR6sz%us-oZoS+ov*_EA;Y4L zecT^ebq#eXo6Mo{GQ+L&daAT+u^Lk!4>*C;mK-=q|}|D`wG>nnn%pupb* z+l&L*KL^<@<^5Zfv}Ym|*sWljtxwTL++O0JkoBq=KFHD834Uix>74lw~+=hdESG%O3EptWa;REZ{3D z+n1S+czU6A;bL1Qi#JFB=-QjjqIhzNHAvel3#{Z)R}qhUtoAZ%Y_^*f@u+>=CX;)c zIqWiXSUlF{{)%JKw|C>jcrTS0Z}%ofV?}T<3Vc9(ZZIFT_}ZSSF>24@qxnI68?A~h zYB_vrjic*4mo{Qc^Nl;q{3-=kaH`ZD*jDR1%)%;-EfB2`YSvvNRE}pz_RxHkip~4I zv1zIZ`cUAXA{%eWe^fB#__En2q{0sUE>FfEZ46^q=-z_J20mG?BG-^36zuY0pcW_; zxPM}Lz}CmdJ62qg`)7{Zw(v_<_rAoFDTLT>`-)uhM&DPo(1dCF027us(_YL=-M?^| z?QJg;EQ49sZy(FHIPPS*`&Uj`_ytaLzaYNtbDi%CD`|*(Hz%3hrNzTOu(~u z`yL8*{7uvTS2{it7R$(g((x=h*7|4B+zQDOXCmPq#m)n*sv04jfS7v_zu~m{-Gs`m z>t$JXMx4^_t{RkeYFkvhi&f>CP0*KlW|J1g39Wz}AD)8ctc85_}`$Ly-@` zh*6|>k-!|>*K(pPD9d|ZJ+zg`XDwiE6hL}asi64hC z$rK@);M2IgQ~xZs7OM&x&r~rA;^``lQC|wx*R~jH38r*$xxNsW83vPV_|$Usru{P- z%#m^>$t;!0cTz2l$_q<0QIkKxzvB}*BLrx=-IBzD_r3i%JJ{`5)1E*Bl3FA~1hazX z?Vx#wnqA_&*^r%Tzb{AUfE*qb8GdC{WcXFkR3|Aaqg1U(mnbBg6QB{g8j+y3?I@=5 z($jmLvf8!|am+v^#;X;~le}D+PVib)`qSn_<|xj@4M!oF(xiHHyw|B2o#4J4pc;Z4 zv8L{5NWtMB4Sq{*1)-zp=KCqep(F^1piJSCO?P ziee)v&&BE)0x~+u8kCJjxyRL8gx*4nn_Gp9h<4vOX=OIC@)~-VifZdFRl%J@Rn1DN z0COUK-Jz1`#6Q#}!J&TFv|DI!n;~YZTV!)>W2l;05^EcD&f}EQMXN-i3P-;cns>RP zc_DUE#U&_aP$y0qbS{yo*r!p{AXX~`E49LnJ6r#*MkCHh#1^aSPqyxs0aUP?Jvm^o zb&r%`rz`0~gj%641|pcy@bjYRc}yvDtm`3$XF12j@zsK6gIa}0}j!!ca|p8>gB?%{!FkspthUIj7M zE~;w^Um^0^tyouBaiCfJ{PE+F4C?a#a)4W@lePRIsByb-Qq zln;9ACVr#(mJ-KT@kS6HMHsDKSxe>Y*OQG3yBpqk&APfOCVyl)HqCP_D77Av1;7XD z;b^WCJF&-tR#}fo4S)$DcgI5Z8~;4453a}grag`ZTMXgH7swXd0jfyDAh}bWCVipy zisJ!D$`KA--HRA@5&KGzWYd+24At-DC6 zSM9x1tj8D(s1XbAj)lxU{;_Nhj^+ENeI^a=HiYRASA@qIO22JdI~qGljMMHw65{1n zycGikyg!#<3UVtJYYxOlElJ?)zER5@-IQG`qB?>3EG z`0R@EPY6n>m4moUo@R_{nr66VWmcDzO{Z+SDw}3BPB)zLi;c-MD4SvI(g7HaZDJ=2 zx3+Us>HT*GSAO{0s&`GrdZe4J9Lfosc z_o*!|H0?P8-~mN_t_8r0Os9K$7qRN8-4$cRM4*tMe9*3wup3KWPr!=_cutfBEkZPWMF9Ho^B{ z#W1A7_bu>!o8yz2YdDF9xkjjME|gvym0;(ntiYs^`Y#BK1D0mTtPAGGu;S6lJ5u9!`n9D)#i#ruQ z!kqh&KP}&*AeVD$Tj$Gc>K{W|Z_*p#F>j(CFPx}{f-Cz2)1EIY`-H)T7`_x>?=e&V zj|)61r#~t_Qy1#nyBbv^cJFGGZRv0Y9O&p`^?wOEewpV|>mZk3r`o7ws&E&Qq*wlh z{9|w-FEZ_4f!;Gl4C;BK&?E=^P`E*pma!gkNjw$C%|!knAzvJlpW>$xvihP;3-I)Z zE?FPw$I`T69hOI@Oufi#m*WE$q6CghtoQ87ln^Qz%220*3Wa=?^SVZ(5A7~wws$9ROI~o}uNe&n&Cf?+^=ZWx= zoSa2bOZE_VK%^V<59qnzfd1LEf53pc)GigNVronbP@zz5PcE|%$FFhZbZcB>%&Kc! zWc0Ll80lDNQ-_*PSQCD$ozShIz?;)Nvj`H`0QbjndcnhkG-rN1NNM6C*jreUQwaL_ z)E}Dm&^(_y$+Q;@-{@H@fLPp zOQZO8V=r97aIk9MVuXwxWXSRcN4_@ys9#cp^ZA@!Y}yxs91b}#7cG$9qxj%<*<4G( z`|q9NWigRFR6DaG)-ZR#(CFJWrl6sE>#2JoHk%y`_g z>wADcF(FF9^cabV%Io|}teI zK^%W%+Ec*sfMUD^$CaP6dU?qyDTFtLOjn$aZpm{d$t@cDZi%WX_O!{R)+)i+W7sRn zFTihL{mny;bbWs0-U%Z2W7D2Q14kW*lls=U2ST3$T$iXjsLsGoL43{MKLhEIC>5Mk zy~BTPTCE_;21*H@x-C;6Qx7I~U$#Ddo@+v6PN{wI274nQbJ-ri%nyc`#Y>R_mKm(-6*Br9!oKay+8og=b5 z`se7Q;2izbw7@o}md)1E0? z^0R17cUty*7N+%Jcs`0jF}BFQdjdvF zG>D=e;Zs@s|0FTx3YTa_D&Q8f$!SzldYV@Xo1RTx)lQQE&XCrP z#M10?zQ|v?bkgZ)I<|tRoHHyP*AK&`Vq`jW73MyCl)_gbS~{cB##PL}bNZx+9GH?W z0?3NSAvOwP+86K)<#Un~F3LHRwi9s%@>IUc3MW4_Bxl2F6wn!M-%gNSsI<1 zV~>sq?2>Nha#`7Q7zB4YKN}rsV*6Y%Ix=~^F)FqmKK{xn?qg=X5oM--PBZuM7vRiB zpXD8m>kE$tlB#>i<`h=6%bAG`@yzBM49w<@n9T>|Imaf`-YSP^ZbY;qBKq#~&X73S zYW+bm+ov6A0yq6LAtP#8$}Ju7>$%~eTxfo~&vAf(AE5Aahy^-37uTs~2!Qs6F6#M4>bskLx_UBjW%? zG4zN5RjNnehnc5$(QXvuS^q1~*4UY`Rs*c{ii!w?z*@fipxYqQo7bmAQwJK-XC&ic3Ay5>E|Q z+U2;c3k#M+7nFE$C$0=-CZiIhr<`kjMfsT-WW6BkrR-o5i`-Jv;i@N0?bu)pJAa}C zrVKk@ha`|O(H-OB!ZCIP>2!-}Pm??AmPiB_C>5~OqxP8GRysUW9HH{oZzNie!E+7X z6&Yl2uh6w}OO#}nbE@K~2Bpb964U-KCIm}X>E!-POUG2GT|30uE#uUe)=<}{XL$O@ z6T;`)SE?I}Jdp0d5WxM5w$wOu4AWa zXA1FzidH1$1)RpvzN&_%^`cBdHacYxlr9Vx#R{Bb{!J;Qtz`==+PigH#l!m^HVYP=O1ORBSz=f_MX|xJy8UYv}3{vYuc_tKS-_ zoBVqN2j2-~2SP=#BOKaxLhBmcdXo@Vqn^>xzOLsC@e(Fr^GLXUbEJv?w?v#0Zq6J6 zO#NLE1Zby1|BTdci#XN0NJ7EXVo=3|%078eOa2dOd4{B_?%uhla9TD7r{!m+{e7n8 zUPb05*7YrSVw9XHvx6k)C+tcRqyiwXvD470g(t}6m_ujL@10k)xeC*Ods^SpjRr_k zk^!pGDQQC!t-OAPEE{YB@b zC7~6bul-1TEnP&>lm4P_rHd(g%3m}#T|&{*-lROEDm_E>LuyidLekGo`$oBNo>T9M zu(d3%g{?oS5)rnR#TyTYMcCq@M+;le2K)JiX}3#1|ASZ@A{Qae?uh3tM(dTuNDCMn zl*RkbxCj`Vl>PPTmZX+zA9cG zs%?&qXilBpTr{M)xVE{hwz)jh3;Am3g`Mp+lsr=G$|Jo_$>@}rYD?ho@u;RUr?s?Qs*>l4a%hTH`)^d9C{} zdY$`l#(MYROiab9)tFW8!&w`fQ_{`ZoAlqWYy=%CIA@dl@DH1H!B@BFzhB#`|9<^0 zh0`}Q0HcJ zx@#N?bQPW}@=&`KFBDch zuMUb&75z)o{+GN!ag}NJia@bj1PbFhR9JY7ImJ6ksZb)ymdNF15A@uPqlL<^5*y3cbU`-lLF_Oi#S$BBoq;u^8f0L2#BTJUQ>h z`&SR!Hwv-c7sU2z)BYmZz8Q(aja>$|_k-;+5hRMVv8*_610#S*jAgHp+YR1HjAimz zrj2E{!*d8a1d)!pShzNIT| zYO5E=j*AHbn$#pxW6G`nY=2UVAr9;(- z(N1MHx-&YZSNwIl>YxIl);-3kvAAgCU?18D2SWmX7kj?i;>Z5|Aokapb{g!DsMmyn zdBSC2K2jxLRwYjCOftVd5pO&ccH-*cb&UV&VK4SL^{@}tfsQ^@0DLUcznk_9Ar42C z+J~eYOwI$SL)dh#Q?pB(b!q}HQ=aU&9(;Gp2G=TK`4gd+668-0{nA4H(TK7KA|wDL zERw(uzB1wspKsInhyQVK`2S(rmx0`IMT~`8dlvL0WRYMgru8qv%(ijrUBz;=ptobe z-u~0Hi|K886m_pkl(viBa@?Z_!(Et54~DzrvL9ZEi$-&DjW0+4+c`6ALD6J zcC_E+@;9bE85pyoqLmWb{UR`2Q6i3PTQm-n-Y)s?)V#)}*m_AeIIXT%or~4*#W*B> zo(ylc2YOB+=$S##|7F@Xoy=9B8|ma_K#K-R9jTq!AQqUnDn~>Zn>N6aa)ftvm629LPT@Hv}>JZ`1xQ4Q^7HeGSZB0W*&i z@MO5WwWT;<%`5k;c?&#{3kyNc4}$!yX^#cu%~A2!{0$&q1!R9R60L8-C#EnZiI7^n zzI0v^f_U?JNjT=|ST$O+Zs=}8GJE88HRaZ8app?+UZ+xrrjXiHiX_d5PGGjk!+LQc z)*T9K-)U?keeYSI&1aK1Bf~*^k2_QPrV!3)+#3e5sZMHixq1?P@KO%|pI!2=#F8L@ zsQ~y1EpC^JPr>`uL01-;Qn075kZ#kd(@{$n3|m z*}C5##{rL{n)Yi$xvnTz6&)v5R8X;??!@v+$~*eY@gLaFankPC#tyzh<_#EsWB-6} z4Gwr318!x&ozc8Q#J>3FIYcZZh2BCTge#)N6C01oE&T>_|18raG08$6M2VMq6N=jK zrXikzwY}ZfHRIfZoWP+*ZyKU?eG$!v=5V*c(*Rd-PgA2HQkGNrnUYTHU#J_K#0H&3ey z=V`T9v8J#BpKS;l>GAVy{B$Pp3;7>2`0=JN_3Pv{<;(Dv|0btqz1Q=G!k*U#m!_T0 zzDsC7wmS4c zWs95s#nJrB@_-Q~o1!M>IZ((p+srB5RSQ_?`F8>P(pFs`#iOYn`(@T}d=?)9Mm zt`Pb?!Es*?^wR-;zZ&;10e%GFn^C0-gNOMF7hVL;T1XeSFoHnSK|_Rq$p;};JR$_B zv$Kmt00&*#0s`)C^2e#pq4@+Zj@)`(fXmO{dx$@nuh5F8 z`+|ti2Js)!;$emOxgh>2h-%tYU~!)uKnw11yHq|o+}g*l+zoL~AI z_|Ye1;qfR+ukaNB`3xZ1-K4;Kk)059U3|aabx|H&*Twgd#+0L?n7717Q7Z~6#6MBV zVW{FTZvpd<9?nk`;`~@}s^@}c9W9=giqN3GHi>0m&o>^*FL-H7;|DzR&Qmg7Dywu` zqMx4?p`dZU(K&@{FH-+BLYck_qv~i&Zk9LE(9Ys;HKyC)~9C|Kp8gSK&DR6dcEmjH7~1UJwcr8r9d%C}t)! zm5>Cevl7I3DKWh9Bct&M6RLja#MsfT&d+4p=$J3O6D3R3^)x>io|AwA6k9hW+LgZ* zElaGqiB9#)DXo72S0WaYI!PMg;EQ!c?TC*J=cE=OGBf}>)f0#ggS6qtc!UMx4{kr= zozx zb}+I#*Lu`AFI0zec=xzZjZo`nM%viwt#Y}wD4|#RB@a!$XX&RCy+Jf@0?iC)z8Xcj z5f=B^#U7fAu3EP~9tZ+m1kfMS!il2C37-nkRREQbbqkl1%5yoq(dYH~eqo;nRi8dC zW-)!vmJ8s6s6njVb#%I#PXC^Zaf$Gx@&y&)HH0UXEWix8MTR`=c;z}=Hu#fUCw{EM z+EVMGv?ct_tw+XmN{8(z*&s?h{^mBohn5dJ{^{}K<;_VDIPBs4VIj_kg7dHhoJ(kN zB#PHs_=uRNHvAtrZ%iojRD#dGNE$d{hP2pFYHgPD?Udyf)J^NrW#!fuRaTLc>~(Ho zrL|QRR^>Xp7f-V8Qf1Y=*ujhFz3?|DtvY^e7Zc|tK3@Z@ZSqcc9YaMaPO`n$84+^s zDaX!is%b_<13ksM+j~!C#+3IYd0+6wf!00Vi-YnVcAVJZU~9Yg9wtx?7(D$QW~N7+ zFErqF*sOgcPP6WnHi9^8e{EfByP%qAY9}9zTaIV<@AA*Q^F?{*8aiJfFNwpL8ud`? zKHp1ec}Y-|cT)LxhFSOf-Wl$8l;|jcHo|&9UdlX$w_iHlKw5KRK-fOG1YWIjN!O8d ztZo6%=@@gVfRD0%FKrNqtZZyST|wQKtOxTzGt(l@ms_XFB=bmwmV{zR;bCNRn}vm?&nap)^4pY4Bl2tG-a@i|y` zpf{*m&-UIP;|eu=g!DG1?sXabyqJiC!W?zEV;5K2yy+S`S%SHe4LeV5ScsxH0?lLp z(Uwooy5Qy)f}0xzcRS$r3OGJh>o!?f*yN^QlRIegjzGCtYLqhL1s&a-uzC^-J|Dex zJL8+wyyFeGBiPxUbatb_=Oejplcj}CmIRx0(&TRfpYJNtw>)Vsy#WiY1 zBt&qpo{^-rFTo~4%d$`8L_PrQ;>mZn{qwRq2zw>4*9dIBzU@NTFA(^Cu-n6?e1#sz z`d|;M=%GW-Am1Byn{4(^&g!teNUHDgs<-*8*M#jQQvEwMBpG|39#YCWz>ui9FIZD* zy{T*N57ty#2coJCUp;nl`F$b!_ezrpHg-iq&S>nA@4l@K<7qorW`R#7yY1xj)4mP$ zptSR!pLMcmg5Dn#60#N_S#6R$Gs;TL@jHB6R$q^QZrA;~L#~fNp$pzVRu(#?QuJ$Pga|Zd+2A{;5e3 zh^8e)449sbkSea0ZhD!M94; Y74noiiMF8&nlArEsGf)a1+k_J5$PU`N&o-= diff --git a/libsrc/ffdec_lib/testdata/as3_new/bin/as3_new.flex.swf b/libsrc/ffdec_lib/testdata/as3_new/bin/as3_new.flex.swf index 6189a737c988b1345455dbcf227f692ea24df49e..072d8bae4d1b17dc7659d5b58db463a8e961924e 100644 GIT binary patch literal 41271 zcmV(_K-9lOS5po(&H(^;0ld8nlp9%k9#*#=C=`HhpwVwOA0P?7n*9R0+1=!jT)w7f zINF)nUCzu(+QCu)8esQKzqWzqL$Yj|@kol~lXxu0j*~d1W@X9tO5QkeP828hu5880 z(NPjMsUe-n_OUFV#6HK#V4dV7agx*d{{PnF7Jw#N65E^sy6WCrw+dB%{r7)-|Nr0D z%zvV3-M^%1LqfaJGpuRaAM5>1p=lR47poV(c4HxPe|2T8b^&{rPA%2z8y6-g@7=pM zac_EJee=#_?)>@llT-Q0e104w#%mAO>c#uxYqjI2F7pI8Dz)g2}e`r=j@*Hpz+e6V^5O|h|6T3N0wRW>hgt$n<i}H&?mYZVR5@ zWvx54HT=%I<6pUY>(-x^l&X2|nbVcwnBfs#Ya@39I z6Q}<)NaDYWyh)4tdD&vZ@0zQ(&LZGwg!HhJ&X^$Q=~*j(Qzt>6FfE1TR`m=n>2(64Gb5r!~? zb3KyUlvbpYK^}v3Zg3RrX5XtvY=~cQfWtd-aQqh{uKkK={54UC1VbYj`qxFle#_R*H2z~c z#?W#8^G~L5R8K`K#H;bCLZX_ODs)x5rV8EF?x{kunw%=csxkihVeJtATXJwj920!6 zZydjfepHAeCi!_Ytt^(;*J^dmeGd{VukZ~Bo$|HjQ{vSSMNtyvRC7<5dNr5gUPi9^ zOwJgH4A`2%gb~FLwl(31SRB7yhy|h3U(LodK8(958b(DM(>JnW%-G24W9CNIc;8qO z4Z7#w>nnkYwB9m$(QXE>n0LpH9SZ%-3r)l9+U?@X#!^v>e64cl_4^xmDS?%O4r3= zW@)ohy>x71^w{OdGML-i$M{2+YSr;RR|Zyf!!cXj|y95Qx&(&MglliHs*~!w@ z@=ASqZTzM8Y_jPjFMIMvETOYK| zL$-d{Ii!P*Xg%u1$IzmEqJIFNA$*4MIe^ayJ_nD8{tW&e74d`vsx_=DU{Jz{@E_B@ zLcGh;3~`02*u0`+Ul>;m3<8T1@f+YRV1*cAnDfM1bj|suDCkvv%({kG>ikDYhuZ2bjzItb|Q`BlPAR3 zA|L2Wc4L5;;9wz2JS;1!&O%h2X$)a99gNEu!K>yp>_V61Szuh?PfKyM$@gsBU5J?& zlS?bg0EMDnSLwK&VwqcQr(eh^W*m~OO5pprpvD|1_#y}=| zm*`I7(~D>4m{_ums~`?^(bEKB2pobZVY*A0uA9~)fwjRVIx#h;;bg7a=Z)BQ*81+< z(YtAgPG`2WeZP7)eGn^Iq9Dd13j)uydpm0;EHtIE;?2|~HhR&b91_DJLul^DAvPZ} zu${H}kfE&pX5%2*quhQdYrlz0$CX*JCsQCGT+VTj46SucGDgG1s%TZMDf%LkF)>7v z%=JEnH8aWl@al?3FKy>=@?kq z%sIcyu`fyiKYDReZgjf`U7VzYF1x!ICwc12`to8Ik(9i??A)v*v(C&oUSG$h-l}gd zuiY_eW|J<*;;VsJTwjW87S|TnSH<#o2QNy6=rUjZ#iQT2e&gzUSHB^DOLc1v0^j=D z=`)$1pcdKcEL^*KD|0E-5&bR~5_>=on z;%X*X9-gRemFNzYF#J?;tG+Y=@wwGD_~mC(86@7mgcHc`2C zuX;-!eLCX}_U6kdSMihB@otg#Bij6K-1FXY)vn({+gJwl zTiLu@TnSwmexW=XS5OaTIGt&CoPUR2b{TXs^#blKFV>gFGE0@^J4^N5&rOG&&iq7% zhhLC?yrV97N7F5N$*ovfzq7oip1U0l@E{_BtG6cb^cGht@7F4uU#3IHI+8}4AKt9{ zspn_aulYB(P!x~aBMIHX8+NaH`iy(&Z`F9V(;0UTkF;z2)-P8d1SE#b2yUL!;Z8Q) z81*-KBpdo!%hljSJ}qCmlv&$a3DetdFM=HCKU~MztkkzQ*Mf$h^qzb0c7{&6QQ2Ir zWsbHx<>X{$3y&DwID?0Or?QAwA%iEMfgJ$v#A2qlzFNu91k3zV*CzaPIXG6%jDw3A zm|RwinOX&$126Jo29}k2X1(f9q|6aa!Iakd)gKF(fjndAX;oIhQGVk0J!$BXdq=k+ zV%!&)z?8?_#5iStySE01DJN+&b%>P0C-HxAh?ctBoYZ)t6>7%g>PWsY2K=)2AGs>M%?|{36$-5AYJ{`>J zzJxwkRIb!JI2hdKAz;!k6JNbmFV?qeyIcl-Q+V9zU2dgEzK#=m@%<}NUyt3`jQ41K z9u-`_1D@FYmhCo83%3d$Q3u9K_xWBmxD^@MK(bZyTJPQc#r5(Q8J_7jy)JFg*B;zl zbYDii5P@LTLbq)mN;4-4uH`g18#BPMOyxf8n2VLguLMky-kz3AeCfN|ZjwtGtW|9$ z57vq=WnhTE&~8xh!ug~?l;9CSFonV=iC?$_q^x$@U6X>zS|59xgW4>t-g(aiVuSL6 zwE2+}u%wdwd1~wwZf1Bn_I{B^NI&UbpWH7LSTesj>5A!J&-gOB)E!{oU0KgmH`iA) zWwKbmCYybpbmk{q9Rnuaid^r?>x&h4*iUjNPBMUb$Hz0P51=^kVh6GtAHNJ^L&+@G z>zfwD$E}JD(;~>DE-oH{zLR;$zvCVH>Ck%@w^sHrER(sovV8ewy|S9gU7W<`OHP}4 z`BljyP0W|+zH|&f=~#w-T>jFr*fDvA{Dq9gC;45mm#Hp(34WL|y*n_uZf3{~z&9%M zrM>+yy61a24~ZYR?|T`Fr`CDc#Yx=y4rjhNDJ~z}eX5I-=2~&J61l|!r^S>bJ~oOg zD<%m?;*LXi<2un~oVVmpuHlP{ zVMj-QxcNP)BzH8_%$~R1p}u`)ItKfUHK1GRf!@L1D7+DD7nEi}$MFn=&PnNFyETFi7_cXFzlhiV@*N&@*fs2OMl`!j4SYM$V4p?Z~tpnXx11?8t~6nYANx zc4Xd;oVOzv?8s|& z{P|=x#@})NPVjdZe|O^>W0Um9T1_=@&{*t~RnfpX3kV_gj#x+1>yc&z*J z9VxF5_>#$;_+CvF^cW@puwIwqQ%nMK`oxv4rz(Bc3A65Ye%&1w3gA5 zrgl_ISxtt-%V9$z+&qO7)e}?nMTW$zZ%C}S*q#^GH?OWOdbY%2#rEv>?2qkPP7aHr zu~JzR_h|_gWwETZPx!IAqozE#&XnBm!t>UOQu@vK>U(MV+NTG?!LWu00XK8dVWFGo_Vc)!RdO-<>NmDT&; z&TsU>*c@kLb06C5K3r&H0Bs3w8%)87+!)4w7w?Z?tDCpFpSd<|8)op5nbm(4Ht`& zES;#*$W6J)+ZcuGBmd8&sZPsDE)^$V@#2 zyV*ol5?U1IGB)@g2uMdA?8|WCK8wpzxC@Q&a4l6=wmh}VOhi%Yft`p^pPzy|`MhM4 zspg|Sn)FPiSHu`M6-|2(@7S1}&hys{Ij=L_VN+T&!J@};Y86e6u z@rWg53WB1*k0(sQ^r>6TZahMgC|dGVes2;fkJHXH+kix+fw;&eFgx;$nT$1%w# zQ)9743NAP!;>uUZdRBq+K$4jufXLcOYWlzT=jq=M zzBha@crpZ{+ojX?cT)W$XHSz84m^8$O8c+JkrS8pI`dZmYh$Qgfe?!gIYDnpRD}nb?iD)0sr_ z=Ol^ns_7l3&rcIY*r13cFPD(y027JZW(td@lk!$c0uz8=5SSn#y1Mb{AxVx_$qten z)ZU5UxjQVzH5@FB(YJ(HysA9{OQJo){dAePJ)*lMq2bfR}4qe|5Q9e^4WjTV{0&u&0fc2bp5DzO=kq zuT<8e)%7jji17mWU=4W4Za^`M7@8@s6yb`3BCrUNi;Z>)?+l-lNa*ZtzgoU2p&QYO zob)*efgrzHnu#!UtjBD;Rd2vk5kOmMLS5=Z&Y(wF#7uf5VfBi>etd@at|I&`5}09) zIQr=M(MKaB6T6!h-R%vpQrw$rV+(;ISf;gn3Jw7=qz=Lm4c_)SRb@}h-Mjl z_dU%fd3PZ7x3D|(6dE{4vioT^-~R-%*MZb8(NR83#c3P{={l?y97+8w^&Le+j2n)n z9#BIT4XkFQKEjmFb~)0BXU}hcR*D?JiBD*$OK2X+cDef^HIDs5*=~1VPaVR3Ci^4q zzLA1haEdGwC(INU*%M|oGV<^5?3l-QcGh-w9_;M=?9LAMzYq!iRO1wW>WkFR;X1w$ zUB+l*6#Hc}^<&)7ZH_m_sliHpiLP`KYLLS}KbKm-NvE;j$NT3}SFk^a{V4CBPYq!I zwbXfhkC&`ZF$Mba{r@@c(P+uUz6r%>xc}e9{$>3BB;Sxz&**l(c$SU!<4PM>TKN3+ z@QV%u%`V!}ziQ$0S2yplTf>)KQ@sJT2c5-zdAce($ID z=)jntKX1(Crj5CoDPwMS);K?R9w5?}!<*-)ri|J7xhQx8X$vQZgmq@<4B(;&-0q};-QtHp;jk?0zE zcmNSK%t?gkI{R=`XkFtEN3|~CMlmvRL}ZTQa~z*6J}2;*!Y7AM9-nD^X7D*TD>8HV zJFh2G5JyeZxdPOy(7H(*A)qS+)aX@$J&P2$lx;@1-?I2m#NM9i+RZbJ4+x=(G#R( zyo5aI^0PwX3tX-7fy7`U+SMF_fq)Ar z9j@^g!i+`X7q*2UuwL7giU^EmB+P(W=noADIXzG!5uinFh_|3vjA29wfps9>%M1N7 zMU1!u40Zvf!>wys=`RFgIG})t=npIi`%fQ(Vs%)G?W@>lzv*+l2eyE#bQ|VhxI3?i zhx)3HUiNTSjjYy9o`^)jgqI8s%c`|t;@yN2tivv2L-^7WnWnsRR-=dBLV7JImcqho zk&r=Phy1KFl{^W8HMnJO=}*Glx| zZg(WdIoHS*R}KmYQToGVR0fC+aX-x=8Eioz%Pwfk56Re@KMZW}HE=ReP$LS3%3_6z ztSHjKKo%6K+{UpbLntUNL#n2}Y1g-?r9d%?MQwLY>z}t$%)MpAa(dPUk6#WdCY4*^ z5&L6O37>?d>&G;F#(vQa^6CDYWHqrxf@PNHsb9pZo4QOUf}Vl_nliwT z(y2d64Si^caYMg!vksym&J9DU4{5}K)NPoIzY3Pt{qzOAu-Y@%?r|1Py;&i5MT$a+ z2C}-`)dMSs!B!3ZG+4;qt9qhmkV?Z*Zt4Tcle(gDIIsNaW`3Q&` z+)#-eYI3`p1$!3*@^7~o7OoRW+oSTHB$$)C&dH9#zA#6gn`qiM6DrmW?j#BwZn_xP zjEC#(NRP9wK;RH9^MuW0h@}*+Dz*m0PX!Nwo^-lBqn!=ni%J4?jQ}Y!0uTYd+!}1a z8hlaGA6w~2a(2j62g-9G5_3&w`h$qH7{$E(vu9)DApLfQ`Be-_#M#jhKkAgswzl2CyK_Iz}!7nAX z=B2ir+4DsAfPBpHZ;}(ZbbTA)!2xDXw9dL#aEPcop8CyST>!Y?gX6xhR+8EQF0Rx0dD|Hs16Z~>% znzU5m|k-9Ifi#A1ym2yA&-sMLp_7?PwHd9l~_I%;txcp*Vk=u?H}= zkH?NEV}HHfwB)Sm=b?v`p}5{Q(;hAuZyDqvX&k{(gM3t`0Ju6Xy=s1nYp1I&n$c)f zO55b^8RlWf{9$y(&Et+^+yNd3caS^X&$mu@0>egl*hzmFU1{@lr!ejyk2_tkve~yR z@z8=b=?uf&;DND95nKhJZ)Lk=XRV^%IEy0=^ATgz`{^ikMoUy7$c=pYQ&bK@3g*WKoH4BK>XvGQMrLakhIxSMKJ*!hfO{KzFR4yZZ zfuCLlR;K{S_s3flsGF;l;At6RS7ozY@dOanC*3q+e-x%)5}kbnCIclrt|iaOrLa)X&HK zA@c?-KFzLYi_odfu4e#TNQ#XFl8;UNHmpXOmT7G@OFqPCDS?KOggmPUGLWlXffpvW z3kF=E-+{*Rm+y|IO~6O9)?Jcx3F!`w3p)>x?#XA5KLH2oDVee_jlOQS0ri0p!-@@A zY*k6A;1r_O=oEdCq-6V&lBtrRm-1jgIdL}{_`PNMv>WYbAJapPrKs3;v4vdqly zCd}yP@MW3_^H7Sxk$WWT{eJ z->lq*QCk#qj;8)4C=tTAeH?RwBGZ2# z2D^`mI+H*Llk4$JBlVQmsU9?RQ3F~2bSz8M*Z++B2GEe?hN0A-Wy>ELQrs|-`h*$| zp`nKx4yWqWkRh94YMBdMZ}hdVoebZ6(^-r2!^<2bG%&DRjmN9`U9u~d);8z)+p*3;n^%K#V&c2dZ@RY43j z$Tsx3Q|Xc34J-;@$AvP`kI#}({J>sjbERlp!^1}N{Ua&!0a!ZIwnb;4i? zphRxE6&-K}ooKAtiwHq7LOI)DH3LkVaz{G-2un^h%H>40Kd zl^y$ITIIPx+0sou*+!JeTOEmScAkywJUE~?j!_zn55#GqpuD8;_OQNUB#6$~-cHz>z)$V1 z9zD3*ZT!=O#D;&`v)4-hw5f`W@IuG_j7xA{z*2-lVpnzkhA>$XC-1^5jbPmsk-h-7 zj8I)zauH>VXkD1+SB(_Xw}m2`Fx2=yK*(oT4cf#5jI03_9wVWJq3w5Wl@aXTtjkO28J=rp=k&>?ySs{z#LSGeNqP!bt=J3p)Mj) zwV|W6b2Q;ZOxCDHxd1m|~y4(xFFB*-Ar2a+Bn;~Eca$W@tTL;Tc zJgFKG+o9e+^-vs5bj`kw-7HVk8L~XJs`u$aEKvDFc&AbeTYg){7gXT9U*t^Ao>?4|us0`F-GrjH(Ld;`~DZKj5*iG^>$pY9e_aMtmnrw)0rlfq@B9 zg8A1d7#T0b8MxYLo0D}u%i7<$n+9Znt^EuSNs-x!jQY~J+t~@XD;R&ah0gfB4l=Y3 zD4-&*YkxpR?(8llNjfr1moCkkrK9w9>Czl+%^65Xq#%Uc!-$L&gpk)t#N%#vB$*IG z$UUf;P>?6s_pAd#3pg#YF;|?VNMslWNH=ujKKtR}VcqcMo^@hK_nQgDrxBBA1nFD* z;EV!TA{*%=Vu0u<*Jvh&H1;HE97SJ0e78Jk(4!F^L}BnUyoDlPq~B-{c#GWvIsRM= z?YKg^$C-u|+VQ&fhj!fAK|4}4B85e&M$Q&|xJZ6qS(Hi=+n|Ht+1#`XF#p47MhZE) zQ#X;L*GlB*ZtsB{8LH+E4+v3eJI+9CFcyUb8cth{IC;Q6Y*KjO>`YT!DCKnU6rR?A zts#m^CV8zxygU@1S}TQSSl=N#CDEw5fNEpWq9HY&1U6XX>B0uE(^9>GA%)Yn;J_4& zY0OqTZD>lUoPn z8hTH+mzzP-8ob=`KLNfN=7$KA-;;U`en^R2fOI1P4Hhz($rw9nyDBhctai2upBqv% znu3jY$BO-K3wf|T8k(<qIWVbe(pb+=ACjaQC>>gt>yT@Q_ z@{eKa2Jw@UJc8+^C6<(PT}}_ZeMQeM_J0f0lWmnPv&cH5pZOl9Nl>&IOGl2YKcy zeOpEvex&dCfh9X4@7)c&VG|Qf8McZ+Eh-&3#Cz1_k=9kBKMC%1S%bZBi1F()J zThk)xgxw9>42NLq*oy-I+Q4tP6iQspi>8O6f6Q#eK0%PtcKYWqd7i8^B;89BOggnm z4P=vH3D03%j+FcdQy-wu1L$I!lmgI25|Ca6pgR_av7hbpZ2`Lf1pvDL*3Qmf+}Zi7 zJ3H86iIMO(5==xAql6H(N{rbsIqsg@|L0oBG3>um%R#t3`$LX$awbQ)8vg+z`4tkC z(-Da()af=7b;`|-)H&;}{EU{9$23!?uc(5ZzQPCvthawtHD^oRgQDAI?7f=_DfKBe z5W8Ct^pak!ZvcT-{VEdrokWtRK$1s=*5t@t+2J`B_vE0C1UKhq6=8yt$M^*2Izy2F6ACZbA(m}u z6bKlVE)-Yi)k(f1HwtuKD!7FYvP0~Z9sV)7UPC1a7~)u@;e3L$A_OQ;eGN1PSdQKg z1!649Fy!R+n9Os~lbQha5L=X*Y(I{8f#idrP%=?Vwl)0h`-s~dc$PiX|36`&jeDU6 zzl@!OEp*eguI|prz5&S=OS6)z25Op8r{t_cH*U}V(2blNbYp}0WDzxOQY{iHPBPkB zk0i6pzwx#uN_H8XX(?KA^kq3=soKcyiDkXYCN8COO&%^#;<@MDQYSgjZQof-_lvS9 zB~IGqrA7QDyNt+cxh%@c8z%2*6E}AoiJQyKjxX2w9KTj_wEtSoNcBCOU6$-WTy+ZX z7Q~J&)Bys`cMl+oELFMFsmh&gjo8*fLM>Z|ZR?0_Wo+xHt!HiXw5^|UPJ1f;F|f4b z@`XGhPM*SN6z?Ug_&tG(DSe{_7#Bf?*k2-mf+|6?b16!4^q57NT_M1dZb zivtPCNEaGIa?m(FiO0xQD&TWMGS`fkw-rt(v(YQPQC0(aR}nxUGpmwY%1%AzcNWb^ zxEiG_s4D>BvHgl9XT~X{GI-Yya*x41Br-E#Aq9JB;|NPDN6{uR3rO1PrE4`fTP#vh z?2;{(^2iPbnOY<5v&G`f$c(#U_P+>T5t({h2CoK6nzmcfnu$t;QkL=7A7`GdeOtT%7_Z^7AZC9TANX#v_Hs% z)>DBEMeBG$;ILa|FhbiQ$f*K6DB}ub>?Zqs&*wzZ4~~}VE9&^b#YR6_K_0YDNiV8` zJZLk3UfR~?jxX^1G$RjMkMv*WbHqVVjgHD!T9E;LFfjli8sPrI>cV@@$t!L0eNj%X z7^h-^?~4*GIDJSCJ!sLoiLf37FXOxW5zP8>E#=~sSW5@+8Ir{-4N`z*@k&$15s<$t zfeZ)XKxW;t5G{Z}<{v<*D2S{HPgYz43T3n%t$GyHJc|K-P_yF(HGd&u8Z0dw*=!-Q z8OaVn_WB~eAeEeHB;VjjW|Op1s#q6zc}+$ka3u3lpcqX=GB<0bU;?-xfYxyd-|PEn zmBc+Hr)#XbQ@OwK=JE>F3G%3XKsu4Ufv)LJ9k}|cZFt_f80&`Oj=@C{rLR6f(L^+n z-z&DZUN6dBw+dv8sz9RPOx|ks zgHfSE1z>6K8aw(ul^6pNdd{Q1K}DcrL3wUJ6@fWY1l$DCCW`&8n^lzAHBf26SYN9c zaA>&bNmMaf-^jq=r-(1|@_ceqG*Y*R=tpjLBAhn%k~xo1JbQ@@d4_@jjTBIr=6GkF zoML1%fr8-2JMT?FfKc?mDfW_>OvsY@ZAc3;IyuPEn@ar}$q?iPlSY%?)L)@>y0y6@b$dz$FY~R(H&gnn z#h9Bg2VMXZbbTDa{>o@-8G*~u)Z5$Jqo9n(qc3WoKZ_dPUkb`?A(G};>RqAai!DTQ zYh}G&^W7e5T70)>e^ggFIS3$8Tw7mzu)4kl7!uIgBpD*|Rzdx_-VD~)*aqw>yR*K) zD5?qrloJ!xD7?>YBubH+9jRmXytKpd-3e$xg8v)}A@#w3;C_(tBwSpsl&~E8&Q}2A z$b^q^dvst}diL_{SwJA?G5 zi0A*pTue5TnLIuqGbx2hX9OeYs1P-SObJlOzJ0G=gCs8t$^+C-Pb4#41WGUd z_Te)Gj2xU4hM`~45V(Z=(Hy1>m@^`pU<*LfBQgmXVPyhK@EsyLDX7U@XW`pJT+ooV#SKYdS;Mi^lT9z!GF)ga=c zSaMU;3j?|Hl|)HIcd>#~b*AWxbmu4zl)Ce;!ZH^&&b>)Bu{=>u%@!d$_6O3;bA#qw zj>f^4ic6WhiOv*wvTP%A;;qgsO3ehqhcpuq)+~uv3Q|WnU9RmGa9#2)vS{XKkJuYt z32I+2?l;yhHKURD4E;<+%{f7Lg`vIE!YZWuBfz1l6*K(4{fTSyrpL20sWciCyczir z#Z@*LUQ^J=-e7u?3e3@O<^_lI4c)AEe4e3DH*bpON6M8k$Rdyb;Z6tMys0Jzo+$AF z2;6>6jJ*lmkVyWN>IGtv1orqS?C}mlktmxn;(VT_DaRRd8@i%(PwLBPr>s;kIIvQd z)qjDix%k4E;v&W;Y>4*tg$8}%hn&F2d~O*N@>yGz5g z+=kfzBAM4Wfg}H*xal#2v;y5yyUVZImcTXy=`QJ|gzq`)T7b1s*W!mp^<%WE9#0y`)`5p=N@gM3_Z zxTpjbsM8UdC_x3GE_%>vLnj*1=gy^?kMXEuT2hA}2LpP52>|9!NWeh%grTurcnD!D z0NaWv@TEhfm1!kBrsRpfY@h^y8lo@qE&@H>Bm=jEtoXbNVsLhcdj%1cS6H28*o;A~FQhu;1wiA=<0!nAoHOq;vI z&}uET`F5pVq!NkDpb+!}XO1F+`n~(J@_Ew-%xQ@vC*{@fM))jOz^rKWl_rHXfw~7`P~BVWnlhXUR;m8{Q!XvwK}FS^3!ufxAC_h+~Smy z)P@?82t#rC8ApnH7vPdBO+Yz==o-o^wVYk1JzNEL^6pL^1vRAHeSpO#D0C2;q|D(hjzh}gsCMtq;;5Vf^k*QC6$CGeDB&PnSBeIFHd6%AtYk|3 zT?VQftWjAom1&4bm9Vq?}=WXx_vKQPEz4%mc*SN{j#X9yiV{K<2PC+mi9G{#o)Wa=*Z$bJs< zBZYvc392Jw!WpILq~0eB=+m+_W+ArQa-lopng&@gx?(YLry@-Q$kkG@-5rNVQ%h=VZH;Uqw7p24PD$px=6X}Y zU%F>RxJ3KjUazCL^M%z1H`jm(#_N%f1>5mDNWUhBm}`jjR&-K6CA~F@aagvgKSO~O zhdSMo05Tb{lCnV#3a;S7TIeS?=NoDso^KkTS6+5GmR@GLwN$TfT$r4^ckkXradEv= znJBNXPUfekW+#iteT@aAyt%wlpRC+3l3kn=bH9A;K?#D~`6**>14PmZ_LlmaSSnEpvx{$-e4}lLF>tZ)L<$KmF|ETOb_%$j~GFT zVL`zgu2C`Bg_yK%Co1e%Z?fNZ02CR?bx{3RpqvF_ce6skQ#OE|VXYd)tXAGYSd~zuK3Ft^9+I0o23s?vK zBa-|_Pmu}95LZcv(^iMj%0REolih(IWrR9+a!!2h$v$-1Rg zDMf6ohunWiz>Sb9N`ir;caAmKNKvUf#L4wML5f=hilnz68U@PdhQC#_M2Y`xgwFM1 z_vuE#;y+aj!SfK`A|=80%kUGh%rwdnf0L$w^ z8jZjLHhNO_`Xk6*-_^g(4vwqhYx*{Pf)+AbN zoX}166D{-?`l@|X^hJz~7I|sKvegyZQw%4sudl2uFGB3O$^}HW>J^maLm_bHcksw- z-6!Sy&EgG`aqoIS{Z(tY-Zj3q+bO{wzqGfD+x2Jmw$7dJXmdS371pkYS|^b=(Ob-C zTpu`cNl4=v^ct?KrYD>@FGJnCE(8yJk!oJJ4FJhm!b?RILF*m_GfH!%ss{4xJo$yNYZJ5bPXs41!5&E zhpw4Q$bA~y1D?~sL}Wb(P)6H>?Y8<1Ov`2Oz#~Qaz{P^frEnBLFeOs=`Vx}!cQv|D zfBthSk3j6!iugu8uPA~^P$Ei*7L!F06obEN@$Xi7Wq{uBeVPN!=#Bh-qBrtH-%2pN zAXsY)ggZ}i7V$2{pTww)yz&D&>m_dVD*KS+;T{*8c6C{a6{FiX7qM2o;}-( ze+*A2^Imi`k zcy;zE<2ccZ$})FT3|heue0yd*?$|;TGy6#sGfWen7eS`8u_|0}`&wiZ=^HoK6c4t% zQs2hXOd&G?h0Oc`C}gHRg@8S<{f@khZRkX)Y8*tjb4BBhvBQRG|FA+QoXia5v7I%# zbD#%gKCly~i9Yb;Wu!?@3dX`GL8+|rDO--S4)cO{PLfH=66+RK(7eXfOlOt&Wvunz#!+mOW{f_=cb z{Ks93Mo`ZJ8H<=StnRmE_0PDhz?GUN8wGOE8{H_h9>gFaxn0&|L|2-y4+`STjrFkl z|DGGnMvO&<%@OQNvKXS2FoPld)t(s4@3bsB(t3t6!BpVYBcXmpT@DY}pPY=Lb0}Qr z4-nzjRI65DL!pxpDJtrIxR2zdP)lcqH7gw)j8P38>XW9M^iz65L6_iLdvb&B&AAP_ z{7uyj>ITDs9>c+Kzd#MU1jBtIEovUY^~;orKI7V-;5bT|SlZdCsVNipU|QQv>1cJJ zer2-)J5^<^T=`*-yn7WJvD&>qHe%%rzK}%)logYZGK2_IvHz+)M3%~aXQEW?zsiBl zB#AoQRHY-%>EC*wBa#iKwf=T`Z&fSHxh4^wYVf+{`(TGa$uUS6-0(@)P&?Y2_ySNiEVOjQX=KTY~q$PBSt`soi^ zmb~Cq@Sb{)BF8GdrB`iaU_eE10%fJsiN5Ap!qSj6V(1$R;TSQ zY$GM_FVdK9Y!99IPxQ}z5j#m)1?1b`#&$|>e@5FqwEbDupaatGHnmeFk;wLAhHLC0 z5$SHL&9Ao5mR$RR%XVvck+I@{vfL>B$m+X43yyLQqOcP5`m0il3({B6)^%|$8HhT3 z%~FaH*Oj$NnXPGUQhS=_>1f}ansJNBzu5j`QTTR5#JQ%_=WrLsJ%1!+r*_!=m`Xh$VF_V8(m^RbkxvxFmmiX9vaYzrC}AouF>6 zYho}tF5K4uOcS@lifj}&i>o;=v$AArF*ZqMz|bz(ZnaHgX*r`WZAotCx_FIReN#!c*mM%2 zq;Y=kOh3)N#NL|PI#H57H{aXlFpq>hBwE)1FS#bn6i^CbvXI0Cs^V(rN<;?JmWV`B zk6;IHj>ka0DZ-__Jl~WVu@b-KF2i3RrMkdyd~#i22SAO)$to>Uc~&y4o`W^P2u2?d<&Hot=LL3wji@e*jKcOFT zaz#3fgj3Th(yAOv)H@PTuiHq}CpSCNYAB13JSHGii4x+ZXjGpQq!~lRD`RL~NEyS) znlZHP7#_J6!we6S;Wfl8mQIX&GnCq4-}ka%SnjjWYjk^%+~(4m)4OG=coGH9*A7sG6~5pb=L{xJt9yr z)=46T0kZV<+2)Wl8#lRpw!vK14f{~Y3-ijdXds)&aT!KjXV^OvB zh@iq-dIBgm6DdW^F$ZbPqVE%$4GGLBEn4@}?Y}|EkOAvGv;DNHU(-g*CMF=BxL{~i zGpm1BR@+JzEYv8m#F@R&G?z~HOM(Q|whm%(2(zvm>-8p-#SsNG74+^;Zb*NAfAOB0 zVRs+nS#y2#jMXvO9P%$B0nnG1Yjxpfg6vGXZhcWH2H2%a{ayvp=7=muvD-U}3EMvt z5v`I$GH4H7Pe&r1%X1D%|8V#9JQA7(znp#*za8>dk9O$iB}Wb={mICm&vA$tm{H&h1-;^wf(I^iD{5Ow+X9}m*ER=jV~A3E7$eT0?pR*E z&>(ju^i+O9%s$aSfX_jE4&ifHk0e=f@BFRvH&=q-OuPh(N8%o&;XwuvHysWq!$EL`Oonp~ zvI5l?DO)9Lv>ZW6?y4cHWvW#xvl=HNfBLLs6)itK&TmNUCZO^Oz@54n3B`pbUXaM~ z%Fpu@IQ>;%#&E7~J{RP514(!YevL)Qp(H$ES%u5%1-CC;7Lqzc$@!CoL^Ux*Uj)M< z+*fZQ6|{wt^WSJ$_1<2t)d0$Ba{VL~GgQ-v{V59>J_+6${iBZ*C}+5vUf{EJFb_BJ ze&{Fg`x74D`Biq~S=01xhL3F)fRMME%;Yjyq)TdgRPmWZ60xvQDLs6;_hu%i^jUu- zEcl4p=cyAQ3#fY7Y;>i*PCH4CPfexXqMdZsz@RTdFp^mc-TVz2XCXu+tC#En0(dxD zO&D?cLYH)&JwE_B= zvo*j=ltyu#k`v0PB=N(p!K>)k zF>(-}BZzEc4KdDK9NgLv31Zq|aon`5#NTUW*Qdb6AbPk!2jo-Zsy&EfI(3(HMczlC z2k&$CCG=a39#SUL5W5I+|L8gN!iS*YGY;6|n~i?rxZD|S45Cv|3KOsMKx)bjchW|m zOYM{Ls2OP>gOL*UkPLv*X%r4Y0MwgkX&WSEv;;{V!$fAfpG|ScNnJHPB@?3An~f9b zwz#{iagw?%wR;4Lt94^%r?|88XLfdeZD;3qSQ%}c!Oh{y)MLrU=$oXOMs@wohvKKe z3>JP({Fh+)7W5t{*`%i;I|0N<4Y4zhW|7(s9Ig)*ngW;iEqMeZ>n?OvyQb)ixO@UU zLt65_)56ga<3aTm<-6!5|hHU4pO$+hm48tLPCLt;UJp< zN=yZNMmX58#bjteLs?N4685(?qR>|0U-<)7IRLoMuX6D8%|~)roKrzl>}#^fNiWf@k#TW_F&~ zK8g8o$m6MlRQx=Akl}lrlxJ;e=bH!mkvNGFuy?bSz3ZTrO*{_|=Ss8^FfWekR@Ba5L5$2S;Nd- zZE>xDSAHeJE0~(^K<(Zi@2PTzJur!8Rv@pOsNh6EnaY#_tB@l*Q3Du;tDz)`hLo8+ zk_gxaTWC%8A|S65#6|;I4m_R_#cR~YLQ6bD4|s;ro@dEB@YaoF z>$=et_iOD+B!97G-9TLS!ngc|9h*lCx*H65ewJ-<@^mg88M*0M zR6-m?CB%W$K>vVEYfuC^n>Z%J&l4t)B_U#qJ{!58jX^syOogV0WwtP6=hBfC))boF z^$0=cB+?*0!%eZyX<@NFBG{gU++bHA2n#KG1#~F{tV>>i1{;%_lR8<}AZ3U}woOxX z|G;V_x1T?>?@v0Q1q1K@1B3615WwRZ)a zO*a9~rvG&S&Ze6HXN2yaXGZ2lWKFC-K;ZAk#XFUj3vB+0yHVnF6X48)Z|?zcmY>`0 z4cITh8PbR~90HuhK?!>ToVC`kQJo_p@nulq1FeJh-@n8c!y=9JCz)>->r0W%;@aZ+ zsBnbCD*T2n zvkP&IIw?S=ux`*I1%QL_Bhu53Y5leesbsyM=#gBLMv`#WJrLl<2LiIXvkg}X1*Vgy zMBf_y6uy#3$u32UdNdl1AR?X0b*f{&KiV>cV&c>xEt5bcQ2W2%JOjZrVNydr4)as` z3v?#IywfEMSA;EU^R-2CXY_;l4st-9x+=G(RfMg&y~&}q+~@mVX-!Xs98@&?pmTrR zqW=7N7bIt;;=>>-B>7|<8w-%r^ML@lOoS_{iVe@7gNR;nW(Msx{s94X zODl9_Aj0Md05K_z8hnf%MhQ7R5u}TD*OKL+QXGzP$dw^i?RN{58g|bYIBhie!^~H!n+CcE!B+2%S(mhVZ{v-Cq=LL zBIC<)&HnQi>jpgb#Z^wa;ZbK=ail1{`{PInP5}D!3V=%M>PDo#w7j{vA!RyVE`rfS ziA1N0TSVz3atwAm(_;vz?%$ArEPXgq8|WpTgb?;aRHkXG?GgYur0s&Oh8-XT1wIt4 z^0JC2aaH7RgU0cU)eS{MK)Kkag?LxQWehKeZ_M(6*Mp7ytwg@N0*@2uah zuixfM%UqoPHWJ5ec$%~^J(n|PW|1~$de)>f8FS~)h4Vi!QmN&XE}@Dd09qw+SD%|R z&d<%7F#P7t9IQF`n#EUsh6|2bmIHPB5T&ZLgmHjS@2FfxDcqzT2RQhcEtu1i9}rM@ z_zX}~>9DOIaSjV7syi7}Wyv^4@qN@ehVNs}aeN;);c`Nb1Okc@^2yTTF7j!J&`-7S$t05a}u9Z_?*V)jOb2s0n@Il{DzodoC#c`rZ1p40$#Bz232v1UO@#RG#im_ zG8|b@>9HT_%l6ivomi6``gZBK1w3SUj_NQ_JQ* zTd-JQeoRaI<0TzcUi9=gZIYw2eUFRw7b0#9d!u8YWvwJun{VsJGw<0Iko554lR#!2|3OzHL%%1g9sNRdi{p)>jMY9~h`kll9>$(GsMw?`zIQcl5Z5pf zp76ipPT=?mfE&qba*DplYtoIj(E{>MW6{IiSp2LQX^a)pxLLi8aj%tsH6CzdqL8L? zO!T{ZDGI$YB^&sc_co>reRPO-n7p+Z|9Gjtajr1HhvMfCHf9Th)j`}OnsW{vw1?X? zNPynPdAET_UPkn@f2&@k`f#fXL(iTbFAg`Z;ARb1hv{ZDF6Rxs=l9?;fIqZxoeI7_ z`h5G%DA?fl`rc{55xif6S)m4pxVQRcRN2h$+$Y)0o1fM`ENIyr5>*q1K;%STTtf)W z>zw+aB3`$vYHCv-MDQ`oY6_G|x* z5CpxEbfF0(+!-#~Ktd4+TjN0ya6vN0elXRNhIJU7T$XV+gaI=ei9&GGupYu8Ty}N@ z+(rDt&JJZ_J%UCLA&_}f|9SCi;%~z#{HgdK#XrL9V0h>N5-A~9s@%e8oFs06CKsDy zv{)fMOu(OLd8bI4T)c{66&$M0SY+*SM znL{s^Osgs1&ht@Pm1X`x5(IdWR%)`eo{3()X%-q-v}iMcUcT1mj&I@o>_Gb?-PiF{ z`(6^m=Fai8upc3x-{UxzYUCkEAUnrGUh8Gc=>yblUZ0*Z^7B)SqaNhA6Kl{qFf^z^ zypT$rG@C)G1HXXP0^DK1wnuC>R6yN9%{P{;lVA_heBrSP(=}rZ;j2l z$*ix%94CtOdg2P9MM3Q#_J|&3qekoo(KQ?aSV`S%OgcOa#~_2dUTUoL$jnDFxD7kT z;)?#$kN~Xjklo+Zt>`I?w8-vH;L^BeHBj^LeeK{CFDMrA03s(TWXd&U9 z&HKTraf!a|-(cH+gsyHw70x_)PCwN%-> zj-1%;@}~c{zeWH0uBb|$GHQR6yx;^N5P_6WegHscvzwy*1=G-LrD%Ri2a~h^t2@3% zbE@VSOyjR^|S6fDSCMXHLq<4dnSpH3g}Q4Q(jyL!sWQP=Oi5ni^Q4jY|@STK-@1Phw0e7)E~1i^6W*o1 zN)q|@bBQO{QjpViWb#J{vAZHW z9H#VnvfB9`s-^6fe&J8IP&j)VWnKcGt`(lDcJB{QRn8!nSMqnc$aEtrRsBXz zysofR<(MXxs`d~eDf=BMa86~Z%7MGm9o(j`knWHL=x?iZ7j{p@8&S@-2({2nw+Q4R zIZOWt(H@F*y9!xyJ5A;c*y&~Nv($A+o`g+=tJJMT=@3OW`jPn^t|H-Qe)l6F1QVf% zS|cxZcEoS(?BGvhL?&@0O-)ka5!c_EfJb(*|Hm=pC{}g|e~LUvRvdM$-xaX*%Pn-- zrkG{FLYHdy{?Mgz2GAuJDp(dDx%yOjor<<}7XR4b8J;OS>z4CU=vf)jM9*pu(X+C@ z2YOC69THG7t29vuzF2r-oBgniqJ=9K0reJDopOc61f=t@oB;RLUI5oRNZYIKLTDta zf~ix=5F^I0>*t&}C8Ac>D#*~BsnR~L&A1S=Z9I7$Y#zLke!Gw&{X)RPlSuLf7j8rx< zj~#r&=ovnu8$H)=nntp+OusTj&qtb>?{0XPw_E7>J*p?M`R+z#vshpEWBdCRWwvR= z{scOPPa>rQjy4k&N#uIvl46nz4<}Mo0w0??iL}B^oyk%Sd<-AkOq_noO3>%4OIb;I z0#}=LZXdtWlqb+6d`i}&Jb~GF2quCgf#0EMuxBOnJ84_ffFwyl`O4bzkMW3rB_!X* zO4j25HV`5yO4z-p_54>_NQ&S77K`eTLQ+j5L}`DBDtsCcl_VwC!{Fx4$%&$mC~@H? zTt);%+Q7}}XNZp#$_vlgM0rh}K2!5=#vUjy-Fj3&a}sqD8{k3)CeS5P)kiWqlq>ci zCyIg6fqG9Y5xz-)kMW&+1g0X*le%k`9Nb&IVpJElP|CvqHU#T-L2NVOa2Y>B7#GmW zcoWK;WBZwNqB3(1l{MDMbpeP8fs0Lo9h2LG10q+9dd5dh#XSX`WDwjR z|C)ael0RX~Cj{U^c1n3={1KDXJpq&WJ-`fo`Os;-plO}>S za`Ubn%lJA_%WcQ{r*aO)2(N8FM zgWc#AfnM0rP3tsvQFskba}7{HQ=}TnC&)YUP)B~m?M3q3UL~L^*DO$&q6EBil7SHz zy{!frG{bVE2Y3&yvmQW&JrlB?r|)O#ld6F?gv~A9kXN2S%sUI4mfW*|;Pj7j`bT;5 zty}NDBLP+3IKbIIs;#d{U971QdB(~AE5o_GKK1eg?WS!nb2%>GTI<9Vjoi6h7+exp zj&`XK*%D`Mgb3OLQ3}!^R31`%P=E$1?>RP7h*@yjq@5lJf1pQA3yNguZjp>$QgJ9j z7ATJhkK{$GRbHfE)$>@Jn`&rth7O7=jTiK{bPyA2X?qp2y9&lrwr4UtPa!Fw?8578 zq$xLHV6j|l;aXhw-m~NkC;_6fV}Alfd2W9xm8HP~bmm-u&UDvO7o(|Q6?g`s4n-@L zZS+)ms}n`&v-1p(;=utMlB=UL;4mf=97rOCurxB>JzU3>*F_3!0V~2+81~*zby5Ns z9Z10~r;g<`@Q4wOSxJxrCE}759C)L*#eD<$|EYaXUZ`gXTgY%-ssF zUu>Z{#Mn_m1)u7a5L2&fe?m;%*=c=5DlV~1*kA^ruouRx++VIMHY0a5QJE5O>a`M` zx!WBn?Yvu1fmx1wkWX@-%QKLd!BlRq6a5Gs8S#?ceU2gPp=D2=R1(@PuPd}|c zf4bd|TquDNvC-;hX{pDtn-%*1pamSSSRJ?Aha*ZC{rcM7%BGr!%ZT8eOi7zUXw5*O z*kGtt+t^&MYp>kj;+>Hf$Iux;b25I%8zNB&>P5BwqRueNnY>BAM4z7zFK(PXA#?#A zz0DAC>3|q8hQvSuya&P-z>HYmVzvd{vl~f(q2}R#0ypBX;np&X<8KniS{OsXysm)h zkzfVH0T>uZ_z9DiIj*|mrvN7OVWdd@dWdemp%*c!f3cNEuihYL z9#~p=8ODYFUtjvN!baR*Zoc>Wt@kvG0kHeSQQQ;Z>57_IHj(h4EYzb@{I`_}yx zWLwi$%5ZWnDtQmobO?-S^YCh@6Ur>YomH-W5$UKGGf-o$iRQjUC3 zDZ?nk8ewp?*?exM(@PS+ef#RI>D#v_?pDg?##U{~{Ahi7jprQ7JfxHU?hhI3rH>R|@7@{W^(=@e4BzV_hVO2_Oy5CL zx${OoH*Mr+&Kc9^^2YReE=+CA%rv2!Ti?+`$~iz%^pGwDzvc8xdnbc|X8!!S90cAe zY~-g?5NM5o-htuhQS12NFd6R;WCuLxwXA6`Z)uVFdAMuQA8bH0W4pb1sTYm+|=$K3DL$ ziqAECZs2nhpSSS&A>GaZ`Gm9^SD@&DBSo%g))dr4fqif&W8{iIped7y}bl&|!q+;)V zA$sDAC?PLp{TFca4gw4_Bqe?*kHb%@6yVqxDOe?Q!4l{^_@o-apTh-_6f+f09BkhEY3?I7*Q0Dot_hNmXF-Y#}-}vJiy@5WpfI`D9? z>@?m)+Z4Cm#F?F^)ns)@p7|~G2?#`}dsrTD@jk%s2j_yDJwDoe?tmNk(jG7Q zH!9^7;8(d+v#T_a#)W_X_)CWruTp5-;;W9gaj`VPrGP`5s5!r4-bLbb^Dd!h?{1OZ z?JmaDYWCeVM&{XfvD9DeMb>v|6Yq>8Pc63Bgj$M;>i%kk>0ESo*2Cv5q68?8bvBrUpj(N7K}6*u z*(zE6fSrdq8qin-;vl2y5L^9ZDt5{*Ob=bAP&M2Xsw0#}74Bk2AW9FN4nqy#ub@$4 z=@Ej!3Y{RZu=)m63l48uf9@sl39h0<^`;Sg9*cBKq#DKfW(cJSQ#3hBv^qITG7oij zg&+WA3;eM=^UwqrOlBjGJ|9apQW)QpwP|EJ`~TvwUYFhDm_B-2BaQxSg#HYaEIyL5 zkkTs@WUOP?TyXK~D~C$d7_KHQZ30L}p!|)fZFt$pXdqv<4_lOTxSnrTJ=J_zF$l?y z{V@pf+@LCUNh5em&62A8rS8}D-_tm#wB%5!Fq$Eme zNh66fWH;ZMhxM3;HSu^no*D0s#~gvAni4${sU@lL$jC!5FuTAmuvq`d8dxBKY;QK+ zcY@6Z34&c@lRrs-1fmAEf8Is5>)!5W(_V3q6?B`otLomm zee2YzQ|Iv=qcG%B4Icw4vvp#X5rCQs`R<=t0OpaxFJRarg|x4rMwuFhhF6 zwAT*vzd1l$l4%+W8@DJ-RU8h5$-NDQ%~VaEi&*{hv7ssFn+m#A@4ns?=IvNPM;3j_ zT}fZ0J4+R*%1L8#){({*lqymhgFR-+8i%`8rXE`8pcYbO1uBCJ83bwAMO3KbQ0R~5 zM-_d6UG;wp+jd}YlEQ|aks~;O2c)3u3U7e}q6%_yi^w8qqzm8Gsv?uS0-pYY@dHFn zY8)lv2NB-@B}G^+=*t!7F?y4!0HgP*B|^C;<*|q3Rg@o*_ISF+SS9>?gPvh3Cg`{# zLpu}32~=v22d{AoU&NQ8ai;R#=biVqKL#9;QA@Ur=9x?rXNdypG(Q;nN8kg+{??k< zpV}=)=pBQWQo&RmjwV6h9VF_&La2A`vPFz*DvNW9Dm#0U*_(F~r?uDB_aoU_+gwvh zqSfb}$#z=Q6}oxM91F0vF^nKLoXbIv4sBDx$KDbY#(k!fcf4Xg3k;27n9m;d92bY5 z&$?qC<6?Zm?_vSxY9HJ9jH~$o*(I4#f?aZv7rm5;aG{0n%Zgo6=SdGTC$AQ9!HIF# z-M1atu>=J1%mO+_iYnd}=X?bKGAkkWK9vFfaVy7G5b=&>ziDA^5uAVs%xQ*UlF*2N zpa|`IO@#L4`b{|J88&#-LRix^hl8%BZVoDQSE}wx&0Vd!t2KAC>Tcq5#@WuQ20ibu zJp0YBZGUZZ`q`zgeQo)Ivyporr6N?#->;iIs`%`px>scPFaJuQdx(LEVqU zHnt1WQn2E>khG>wJCa%=e~P*$rZ=TQhiU_=NQjZh^aBnF@MdT##td&%LD~qTC1)IR zhDUIWD}81sP)`p?Fu$i|#b?%NE7k;+bf$r%m=6G-R>;C2Tnx*K+$OswyRW#E97%Zk z8)!+s^;~i2aTA?GNJIv{dk_r)HBOljcrN!KOfn5xuRw(MuLi5x@2`g6zlXi;0E+vh zcyKi*6;e#}&!hlJ<$GeaPU~9@ol+H(+xIz^cZIAk? zB%fnQ&3AM-uo!pX8k+-v{r{i`ckF(M@EK=-A?DFi4NOsS`WEX>qYoOL(yyVOQ3GmK z9^8Ws=vfp+>4_U7xJx(uej4;HEQ+mXto$qZZh3h}YxM~vavxx0F5eQD+o+U3!1uHG z-Xj+yTE~|r7f@7|qRBFJfKV|xAa@7a8f0Pth4ZY+=iyJNp{QSqW?n;Zy)!u=UkYb> zi!eAXpkPo67Mo_l^XXa8&fs*piCf1MVK{cb#pA5n!wD&jJ5ch0&Ni97vvK3b?YeWt z^6`nAlE|$f9jhWq+St_jtRFkS0)~ibf%P0t*c3Grk75%1`nK+B~y8ID<_`_7;dq~EfSHuRc=3Fs~$Xb zn9>gkLbUi8f^X&&TP*+-6-SwDwJBV+iLKHOG6JGAFy36eUw1O}%;_iuwujmM6%bx> zalN{Q9|pbPWh9EZxp}9)xvQMIDEm%Y!g;H9A3kle5OQeI6DZ@PjJ{I%H9zvy+RE)U zZZZN;LPdjmWLG9Gyf`s;Y-M}tI&Sm;79Iu-h-L-$Pnw43ktFo(GsV@7w6P&epBf-NYuR22kX>>RUhnZlJ1S3MXz5?~4B z{nQu;POU&Cx;~U~e@3aRWMC1pnGzvUDuv2G&QBL>J#@4c<&Ra?w8x0WJRj`;QMG&L6ZS#a@sUm_md6z z4RQx#mjI=k_Vu6m@9PR>by1_&R2wl#6mDIQ93nwu$eHT`)g9|el=XP%G z`rUi0w>Q>WEZpX*HVb!DO=e)ebXvIGg{7nilC0b2YR!Yj?K|pczG&K<-mh}XwBj-Y zjFq|k>UE7j3*^{EZw9<*7CskqgjknMevn3kzLCC+3HegN4Lc%mMV;IK>jw3imUAXpAc2KUp4nrAz&lQk$2O#U<8m=dQKvrUX5|?uy zTT&WO$%u@4ircm`AWZ{@K~;g4FCcn4D@e_U?bC|FK1@oV^t)_hepODHDO*s|x7-6; zvi!|48>rV%I;vsvS-gc^4Ev7Ef;Uz+@2%X{PA_IE^jUEN$p(j$?kLd*h(_)I`&CNS zX8@YHbM85nSXIa5WYsrI-ITZmss5b&Mv-Tdb)>;WNoTsBS1MUi)g~@Y?~hb|U-*+7 z>_Mg*>zw5mMCV6DhY@P&PYwktQ1XPJNK4w07*gx9`v?qI1G{#VUH!J6I?$tx&8w*LD@pmQl7_k^me{MrUF|NHj6n*7{D$ zIbF4|?Cpt5NIG^wXUds_kC+y3#pZ5bohBZGy^e5H9T@{HCw4mwj)`D_$$~t;@Bn)r z6?pAwfR;Y|9a533!1Wc4l0#Vt)197P6n&E5*FG53r38bbS_wG)lL69;XTPT+{tEaC zcJ*ELttgcbD_Qkbyx7U;hH)Qpq{?Nw8|7tpPecTXSxBt&iA)fL^=%h`n#gH$y?$e3 zSGd)ewzm+0x_kfXR(*R-wP9%YJfuz` zw`n2Gw#`Ux$@^Qa9FE0B-JI;{rgJL~=Y{Q+FKleq zoo&aU?ZJ)q8r+8L?BMR&Ela&t;&VGP=Na2M^IBF#3TcC{iILCSXLpa(eKz)58${jykXf z`p~3hg&#rBZTOM+VJ7(ze0+kBEq)~SyrlW1WK!~-{RrljvmenxC#3ge3EMC_=wKm~ zlWw>=IuG~Oy%N>Q<<$V#4*~K(;4)ZODw!Vo<_#iIM3*Frh}?0w2|NPY9BYA>PbVB7 z&u?D6*>s!0G>f0CZ+{bi~T}u+)QZr&p$p-IGSdDs$M(tvJVN`Z?zboVSZC%aq1@K6|2on8%j>l z%>JUnJQA8!=e-(W+GlE578aN2w%Kb_mn4Ak7MJGBR;dhvx3sv}7Z;k>3zYW7YJXfF z5hy_07Z%3jisp9%ME9lEEzA%1tFyHQ#SHb(sOOuTnN|!@m8$2PTUby$Q3}oTdGob7 z#R>Ht^x%5)3-gMBNqO_rc?&bsEgP7J1G@dJdUyKH@@#%}Zce{ERV)wZSLbJ!)Z3F% z^K^c7VRlBnJ$)1Xcz$(pc2T`Osc3#azq&MEYuUm)pkJF_oR{GIh^OdPA5!By0igWh z>?mSd2>>+&om=iG!Sr1??F1omsUlK33sImubPzalI`qzl{<$!?5N4kZovF~RhTcpV z&V|83m|Y5;=R^0!(ED5%UJiq+VfK|U_gd(FKL45nVF5yAh^0BiX$T8)2-zWo|8EHO zOb7>#5bkXuEao9B<{^@Bhe+%se!+g`$e1&J6vr_f$8k*HIDz9NjtY)5IG(|A9>*k( z=WtBpsNtB!F^^*r$3+}3;CKngB^+09yo}>j9M@o=hvuiN)O`sOF_L`u;BU@zy2|*Q z_nhut{4ID+PapmkJ*V7{za`J<9k`qcoxZ`#nVi!|Wx#g+y@)FBm>j{v|*3;R6s{Lc9&O``Js`Fbg?4_ZAvu^KU`=2n%na zCRcnb>pS_R{k8+PU(gPXG^IwTm12`%*K>h=_;;tYAK;RZW@ThrW zilgEO$lbl-i!1a8*!Qg<&ZQ7^eUL>=UlsxnH0qvT{L7L^MWYo$BTxjAqHzdHM=LIh zL|MgF$5Av<@lYh%To#=~(W#1$B4~Bhg=bK7RwS&fDLRj$3zaNdg-RJ;Y5*{}F%36D z*!N6P4Mj7R9E$R$2tf#q`AQx|1yi($qNPd!MMYEe0*YR&6j4+%MVC-?xl%$=7mIZ2 z@KWOy{OWEa=9Q3BV0?LOeQcT^6!S*$lawy)Pn&ih2>WH~aJUg0Wy!cD;ajzb<3SL2 z09i-etZODKpi-#0AAjs1z|h#ZoU6{uO0gyB#hq0XJLi+PXib~tb`am6+Z4;~z^dTd z6MyZv6!ekQ0p6Q95&1OM1}GY=eCdw{?%-m!T^gwa;=tse`@XWc={2DU_wXSf>Bcmp$$ z_M3$+L>Y!8fI2n@4VT9v>&cpbej1_tjU#AV;`K*!j0bbEIpNLnO#kp5o&MqIYtH9B z`~@hPi7&vIeQ}P>b5ce$>@_Ap!ker+c8=X?MZ?hd?QU$|Q|cA) zT^mptV;fZ;jxU(i12@zsGsm=d{Itn@;M`)v+_A-Ie}SsAfZ}LV0MkBJM(Kg zld25`YTYQkZC2>Y;;lgCU1wb71G&f`pIsVPxsm|{?KXX63VW6Oz!$KiEz!k=4q5bi z5m4Gj4>LlD8(63lPs0%`lty#}Q@&w?<&$VcFEADI&)xADzNuh;x_&8FupBgj50QKX zo-@A$M=b7$lZ1CNNqFsZR{!fJ!h5;CwYq+92byMp5*q$FY8fJu4GzZ;k?4cu2Mvz1 z-W;n!HcIxHg{EicR#p9}Sz4LIjYx%-IU-p{I!u&wrbOEuk+?KXi$kKqfhrFkv-pIa z49XiCm=-C95ITyp(J?NPve%yb z+-c%ISGR88-ng-`dD9Z!1}sZgqW*9!U3M23QVlz}V1O-|ja^A=R7hENFZ()rRQ!^`P*N6nfM|ghAgFbPJ`*IxAX-Jda0Yt7`B?+G_0v>E z$!venRm8-V{-z>_7;}}Wkl=PB;c)7ti^(XH&L};~8AZucE<-Z4a5fmVjnG$zlWi%8 zDQ}+9*W8g4XEV;#H{K?Z!jhIExfH-ndxO?*Hj&)5^;cB}EVI}hNz77Hc{o6VQRfk* z)#jR)xuSB46VPC@Ylz}83#ioKzlts$3C*-t?5GoxrR75xmn+Vqe`;rftcmU-x;#yd zUD{O?b_%s;z_JI*gbDs>hiYQ&EB&fo{1S9Y5t|Dih!eqdjMW@i1=q4dGn)f4k)Td3 zb8wleJSk6TN(Obd#r_?{B@)9qmcy(f_V37R?uD5pKREa9d*G=pqB)uUI>8*J zo5Qb4i&O`2K~iD!=>zayG2iskci#x&&sGs+F%&*@-NAxaf&eK7Qu2no}!*#BtzqZk<{ z;vNEI>=D}j5XDD-DP-luW|iwcr6nY^;<}%-3?q+Ya1)H)pd~g66AC2JI88x(%uHtC zHpM`f$pTKg5e_g}#7Pe}9+x6n~?Y_0O~ z1Q9kdHS#p-wXp1c(!|77T%_UPqn6;MYYxZYtZq)h?;~fWIgk_;m8uD+>rB&jAgNaS zXuw87LbN|D>S3pYIAS4Fnx_@SgsY(?jQl2)*(wXl5XW=n(BpAig0IV&0!jsb-GAcVGpUsB&TO% za!S{du2N+k2@LKnazpW^OhGfb*{iOE?!09RA@7@oHM6!4KLH@VJ*8wMc zID@;x-swLp{mu?zNV{>ehcjT3oPOYa2R_6NZibTEqm*9_QHg(I5$cw;+ch0L3(!wH$!cLxngx)nxatm%ba{Pw)nmlm??NCCHbV=yKgeHDqxA~jP= zBGTubi3hne&|G2m>5Ezr4NNYPise8`KLJ_9RWbbtv|@5EOmzRht>|as69M*ALGE;l zDNbf5gUPUw`-;bPGB2zKa5ZcG9>B`Vb65%yE$korAfPVW|wDg#If;8K31!kBK91&lswwB7yO3M(;ZFK@E8e@_4eI=rDQTriv8cYiki; zV^QX@+@q$jfpn{?l0mxT`Z_#@tofXJrqt4ruH~#xm35x|i?V2>E{o^CQi9}$a@4b` zGz;JZ2vSr)(hA3g{<}a`MBLMOehfP^2qS=lW|{?jek+8@3hb8A;ZTl@I7dct995|n zVB)0W?D<(EEtWEZP zqPEO@wo5Mha2rFkqTQJ6=Uw5U=Q7>`v7P|=veB{p#wb=giHIQD{(cD^0Jk3VB-z=% zd3P6xQ{PP39Bc>oME&8Y{p>DUh)T|erRuZWlH4s-U!sb%ZWnYWbgk+Yg`a(8OzTQO zV(tbANIJ)z7LX_$C2`S*4k#cM{lEaAW9iD`0D`1~-$3%3z$tO51Ly`kktr>e3BQ5l zB84oFIEx{WI7_)9h}jNArc#Bu7`iGRgr%N}U}~0;hYoRgkd%g2v**_ekdIaixq_VK zc(wzG$jJ9I+76PQ?CoG%IcdI$p1!bka|7Y7jPkq(8|qE7!s*~|QIRyYdFrucB88{B zQ7a$v)v0K)mXAW3nvxZ}bv5ZKec#TswWQXDfmTM$dm;er? z!g5OiypcQmkw{IF6DcG@%i~YGk!l_kl*hMjW>zdeMp8IqT6(OK%}EMcCX4$B4Y*rN z%GeBWI1udwO|)}O0^sX6V3FR5qHXL*tYm}3F@Preh*tUV&iyq$RZ?oQw*86ANJSFf zVA(vA4M+)zl1@bA!KYABQE$_=hJ@x9WI2XZCQ(?vL}Ae&ffGq_?UwUB5U{BX@JLc{ z)8?8RWw}m-{$ZtP8HI&)J{SZ^0XBe$0bFin5$qUu6|{}JddZgljNB^A(>sWKd-LAz z&c=;;9IA@P&x|`Ocb~RO)$}afBi(aE3Yjb&#y3{SI1VjZRjPBdoi$Ep_PP2Z0=y99 zL)q7k$x`?P<{^bYrMoZ0S8DwgQ3+K1*S;5$Vi$JtgQC;}E$`oQOgbxLb#kO?DtcD< zVfrT+VxFCe1mtiC0iz&X-`ze9jU5egjHv8hy^qfSXx+Vc{@Xu({OO9D^Kvc%;lT;Tdr%p6 z@zj1Wgp1U~0ZiW`*ypoo$e9BN!pMCIwmOtZq{V3nbZ(0bUC{k5cU{UL6v)*(sC9b| z$vD08aeWPI@Yd#=+c)ZJtBKh2%u&msE!E_3lFKDK!8{7zxG$6W2(3V8|VnmbLk02GC^Myn^9-VbD)gZWvnFF!mmrpUzuexpmD3)xc6Zhbw@u0Ye=%#41E122M3I-n)~2J6&t-b=JvSMEA5b8!fx;EuGOxnJlbb(>`}1AvIOED(p;UOClenZx+*; z(mhFv&kSs|Dr6Td5Bv_o08F)Iay@qt4gyfcfCE9{1Z`yUldkURbjU+0ry0OoFT-$) zc@7~XC&rDOt$bphPat6;u_AOXM6@tT6;){orL@$t)N}E8eJCh1D#6Q?8@;;5kM1&n zYTyw{`v8g2a$i6}q$|>S(V%>C?>MLcFfo)w?j4smrGxhPCGULQy|CgPMJe-!4qWn) zcB3LHDQxixCMl4X8=Q3P#S;H%Dt5?=%*#$4LmY)btA&RLNj_G!uf)V%>4gHX4{ zMam7e+8pHuq8B6oW6(d+FLDC{oZ-NRB!HMiB|5MHecJ=V>@eKefLyGE1}hz;lgkY~ zK&%qNlQ6>qogDHA{*K}p!!h0hO(t+%B`P@HWvtJbeUKTluH=vOL{#vB@L=h9Ar!n| zv3!Y&wy|U?VI}vFT8zh)9s$oR?d`3*6-fos%EBx;?c)wG1N~qW9Sm`94rGRaK^4Lc zoaX5x5`B}D9C&#`av-vDcA6iYDh$r=TQ0<93CZE_U%{wi-N;fU85!k9@XX+-Kjs*zQH^AdGP=gR7ZS$`|UyqkXNhC zdNVT%`U?3uvy0WD^`r>-T!iU~58y2MM z0_-8c4gl;cIZV7`p*InFCquUqdZ+Uh2kIow<~$Wgr3YAVpc41s7v&+Q(TmZ4Lyi7B zj=x8V0*vDXj#D_!INd$)D+sd+`CM(n5xRs;f05k6D{)EoyDnq>!cybpobH$LCyPE~ zj=>3iGUgazBaDEja*<m@Yamet>si3 zwdZoJ=9^MhndcM*zPW)3>9f3V;~Q|sMc+EF>@{z8TJQD64>!8hOdzxQK?qa^N>_-a z$|(XXE7DFf5(-3%w@=Nh4`+Vu5^i#P_hOelxDSF6v{4YSEJ}yZV7Q5Kg_syepeXR* zMxGEMga!Fwql+OZa2CvTBj&D*-G08&_m~L5jR6FqLMVOJ$@Knr`q1wEOEf=%kk-an z8MF5hu?>GL!Ffk>AWlTFI%Ds?4?`sA4B{iYK7pxm@(g8MOQ7^5pv1-sfk27WY}5Q8 zF*0F~BF0lq#HdGZ*3jahB~M0mha*p#+mjLv2Ky~+e^wRFx+OB2mMM`jDkf!_FP#ai zs#NHfe^-3s{iZ%f;Au&pSzE5lOGqBsF!V3n#55+^vy$p&$HJGwTUWrRA3L*!* zZBY=2htTS{K#-^Nf{xx5g`9wh@)9}+&8J3{?kz(EM07zEN{2Iru0F&txqk|>ve4DZ zbrXcr0<22xWpBtAInOV ztRp!jN;*@L9T}InG)+zls85m8fgt)0Oiu47$qB(rx_j?#Z>`mLb|!e;#2PNN!qCl6inQeB=9bDYYGd)5 z8SSXFpPUH;7L&>;jn z#mjoQ#+}1bx9(16fA`lJOo=u49KX8w+WQ|tUSiCqd9xo^_G4WmK2|~e=jjKST;RyJ ztOYJ?3x@S4;H61v3o27XbiK-;EbeN7slwS__PA213EfKGJI6|Ax^OsK&(7)5AeM2=joUBQ=EL zW1etKoUsA}tlGl?x`;c#xDN8&CrV&nsv09(ls0 z`x6Jr0}j%2$cCK{$j-r-GZi4xoWWl#`SN{Q{`%*g3zImW#Zkpkb4vk|TYKE!Lr%rM zA2ZSk@;zdz{9SuIQA2# zzcdb&VAs)~ID_5Ce&P)E9Ji8W6qmi%z03pe$Mn3rCt0nK8x>it&V0nAR%bs#Fv93E z+)pP*uQ*70TAUnfjKc$ZyyCv=J_y#jCXY3aeX`awiOv2eYvsntRsYxS!5{C`s{bAS zt*mB${UgLNoL=?6eIEB`*_l-zP6qnRGkanb#Sh1w&VBk%*!aR~wh!+g&FI;_8rb6yJNbb+V8&-z84{Q=LGc=m@pyU4SD#Ixs-?->iRkA-+O{D>tlNJ+0%@*-P* zm;JxQv+wcjb3A*G=yhlb+w;nY`04@=V_8n>>?u`X!#pbG@~i zi+*EPe&d&=MEyop^7d-?YL7hIyQ^Ja56?}WY<%U>tGUd>bEM_Q&+YwPKKFZAt^hNu zyszGec=EO7{N$-u^Uw<|w?ON>f#z+^->kHh*uipFB6(y9b82ero*eMY5vAJ*@S!%0)4N_AQTRCitz zEXR`MeYhZ4jwPu|^892`C%zA-5&JbFn@~u z1`~;_I2NvB^a1SWm}1hk)dLQ=Yf?QB`oUuz=6&K@Rs;@kXbDOIXbKu$Ci;Jn$%vD*B!9R-U`;~Q8=TV&Xiw7 zMPJ3$-<|Ta_}*Xf^mn&>6yFCbzW(k}nRS*Psi%Er9X{>nvSZ(W^2Go9Po6~o@x9T- zpq_g=sOJdvw^(H&`={4PqZmM41;#zi52~v?%m<~edbWx7WtXjYRYt70fin{IhvPwS zcR@j4n-O99B}UIHmMenYk|b+6S|zGTuy#Rba<%>E?JHxFRhvQ>91-=U^bRo7Cs8t} z5+$v|DOFn&`wy~hD z4E_h4#F+vQ5D3;z^|0DRG6n;`ZXn$8lZPxpGEsjxBx830l7US8@h-KHAMe(j6_I?0 zNdu{7V3k@`*_l;poq|Pt_RUhnm#9j2tVw7;?F85*NfaQSOA^6h-wzh=eYhpus-qCrIM2o^cHUM;TK0AkyKDWjMp^ln4o?Y zIbC>!B&p%L`^gW1=Huxvz+w6X3VSZ{3D%U}rKVU@tV#c8dI>umQ8S#j2bmFAA+Oc~DV(=o${ZI_=1BOl-f{Y}GYsPQyqFsGS4? zMetA5z%l@>DVU;_aGWPvD3|4L$y%x!nTQ4jD#P#Ip!MbFI z?x>|EV)5aqiEw8Onz(^2Vw!IQ2tBvEeP6(DdS0#r>Slu~51k-x7(jJvx9T@0QZ>qA z*Db9kfTzB*apSeJq%m+NU{l}q5Y4Q%>COh-Tr7PR z9+DJf>8n^m%E8~xWHT?CDm0C$Mfs8S4vB$9#V~5K9lXlmODk-_)mWQ}WXsKPo8u~O z(PiACvAU?Z#e`UesGRP9+X_8LfjI#<2dMrC2aJ>3c9-8y<2%s=BZd|x8tW_1#Hcw6 zO_PgPQPPnGDjt%W^)42?n$1W_5^l%c2X5yGE|q+?5!?>Z5mh?d@z=al7pg8k-txT@ zzv%oj`4IN$2vkfkGJ+*0)NQ5Z;(BqKAC$3ZOjI(~pEofwEnY=Ci=Jj(eeG~{^)<4y z53M!YJQ9hqS-oBpiZpFHl4Zi9)?5`+sFIw3NX^JFIAjosMz2y-l8~W6V#)!`14s7( zBM)Ktdn1;Za?qiIj~T-s&A`B$2?wwWB29O&_dV3*L^cohzKhC%y+6Yz{1x+q{~m(U zu%I9($2)D=!@|`XZQ(DP##@4+cdjC9XdDM-&3L=|a4=Y{9>@{}Lg{X(qPp*9cW-TM z-?(cL4`f-V=~XCRpMRLFM@iLi`~n0cu*Y z4tU>M^`H%n;=87TXXrG?ln*n6T4J7MI>Qc(3|ax6L_oU*g|JWQRqv4?Ujpa9PiuXD+* z=(;asYI)wv2!QjG?rxZ)zpRA`+Y1O9acXD~6ka~d-7kFG5dY7@uJXGq=urx66qK15 zHedc67<}O|a|&fX)%qBqN`n78>Z=p0TU=4MAkuB@-#vNa{@}@zfBxhN&KiBqT!Efy z3=8tOx(fup3W&2k(7lHCXEPRDLA;M#+gO>$>f(J7@o;c$17k`1+>QXo;pZL6^f+!; zy9(E5!Y=b{jZVeho|_=asXO*LK>7#^VRNBS zE?_R=G!R+oE&CHcpSfk^(my^3r3ec%E7wpmW;Z<$s_mi0F{cShx&slZtzG`^hc|2D zq@?uLEnc?}mEy@9JUSL@txA;ZWfr8t zsP5c{OSqxc{8RVtH5B!{^h3gvlO%>hhQjiGqvsN6${XU(^sxp=Ivz%4VMC1wEktBN z=XQw;45vA!E_}8B(!tb4o^l{#svYHjP5k^Vx&eU03kO3Q>1bP-ed;cPD%l%eK-3pr zLq>>kN7WUrI_2ctoFERre;8Z~91g!5Oo+c#aFl?$1p(iM`5Ql3{nY=n?@u*@oqg(B z<)&Yn{-K5VhyJu#_3-<12mSqj%z1`)kYF}b5rlUVycg|?6N#1=TeN)Y*uBxjXzmPe zZKl%$wfHs3In~#EU(MzAooKUFDjEU3hf=T7Tq+qu;X(PR5FAl4Q-iMN_BHe#+z@dxgYf(A%o7dT5>}r{< z!xGb;Z+^*C63ulQy;_Umt0l*;zs0TpIt<|V_a8td3>X$v)G3SCxZES9Wb~VLv!|c3 zSoahUoazaK_H3I$Qw`z)Q{R(=)suSgzYYWS8%jVtGPK{>B8?+*3zotFj_BQC(9=^6 zgWfRc@96?^c9<=P?ujrsnLhyw23NfT0J95#RWBfZvA{rQ=3#U*!KgDfj^h}P<2WX8 zoMP-EAW?j!+(D!w7Cl5NB6bnm0K_h0narwq#Z-hdP;NirG6*X%l{Ro*{Luvb3Wg7F;+h7QHglzr5}!EsoOXxIZ$A9C#v@8B+Kd$HPzg@#xhc^N^~N2jOz={92$+ z*K@0Qpj-ftGaoqd@Kh5gvc6U3D8w`S0rR5`0=0FZF^nRh7x=*hibk;s8P~Tfp8uh~ zTX7FJV_rl7rR1eZf;c(cIDw*M==5nw0^)T>lmWPJw~bId*K#4T_>(mS%zBdD{w#Qp z)iIb)rX2@C@NGOve>MtlDf5aZqeuxV$*>YIb;YuW zQy>O1=~zeb|15A6k}xD@tMJ-EC_d6q8Wz#>StxCld=m8yI&G)4RSRa+vYpa4)yz`b zR`*rfrmhq6i#j`?eyyEuH+64IyH?$wo)>4@O}i>1%z`0jC74^P_Jt+ZT?i<_W;tc zA*6Hd^t$T32#3mi26|mf76zTgdfn>2dR^-wng@u|HdEKQ&O1$n+A=fq3Jq(v{Oa`D|DVs=<>>n#Z z02~j9!J}bzB+MQOvty#%J|=EXDxoU6}KcO?}PHu17dss0RN7EYXnj- zJh3SVA9p5B;5dn+g5wO1XPn+Xm^4dS;&fm-c8et3Ba(3WGA1e|VE}b|I?aKpnXZFthW{FvMG4XOKGNx{>HQ1{(VSRt(M{1}MWAAO|0VE&_puykmHVqm<7Z z$0iWQ<4YD;03ik;V-g|S{@nQ=;|Yh|vAP3H`MUG?4w8mk!TtldnsFZtSe49@)yj8rezGu)>ymR(O?wW&C}ke%h@=j2jt^Nwu%znJzZEpmhNiM^mwGsRe z+HB3gzO%JC_4?aye$fy|*AZ%r?Dx+m7p2M5M=)DcT4bmR*~|0n1(c#3$E-bE^a%2( z$~Qe#?ekham&dPPzqxgNckBAv?$-A88<7k2b?~OU-rcPoWEgBK@VbkO2e7AzXF}0| z(?Z&&0$WRyQH3B*nBBlNxCR^ztWuU?C2VV0`J;Wttd<*P~W5 z!>0UcO)d1195(e3^0dkoG+qDG4qRK!q`SEE|H;5{FT?FjVo;#}m0Sce(OigO`KRs! zYhEo3*U}ZHQtJ!|ovrt?)sEKtS1F^xlASW&!*NRsHwgz}!T%HHt8~7G-}Gv#AVOg* z!PGKO|K+fUSZJZqPwl))!h~u{RM)1-)YD8!6V*Z%8*P0~H;d$xnvG<*|B6wwAQ}tt z4UAZ#!2Mii2+kn{3cAn0@59e zv-INw4*oPhD9*<6$V5V%<=c@F$F2u>i!$zt`Y}2BG|P%!q21`|vn+NagKu>M3eZAl ztB07n8$Y!*@@X_n>wf9q8skiMbe371?rrK0i`1+|8$F~AtG6_P(3Kogs|uZh6D*=M zu`4Vq8o{`mfCFe5ku$+5bm8cQ11%+2*M%z%C$rc<$i0|D1oVB0117i0;f&_Y;qSQ`P&7`UFM1t(bO-BBB;rI&D{dQH^5M+#;M>ha1Pk z8(ppCpmv=Nw(M+wZZmCBRDX*u-Pzg0b)XZN5uSs?Yrf9ST~Vf8IQ& z8f0p0;V@)rYu&DV7deG605A;gg!{8;YyG6Q)}!_)l8K^$wiX3&g)uGKM?Y9qKXo*w zc<7~rNEArF)=G*Pq&1R(Hjj7fxtLxo)b%Z=tt~LLlrC%;B+VGqeL0=wEVbSm5Me z#vh;gCjCJBwYga4DCcn9LhdUq=SbAAsS-zBR4GUSnz&$iP*=gJ9J)!QZl_jLbd#`{ z2iZtlGl<4aaVQN_%$ Dpk1D& literal 41052 zcmV)FK)=63S5pqA%K-p*0ld8nbQ@Wk9#*#=C=>t^Aov#bfF$Teks=9FB&Aks^lEmi zce;CK)ZH_?(-;i^0wTIefv0PJ1@5|Obpx!r_tvdK)nEVpAK(A~ z_cZhOHLdqoG;Ks^H~L03P5a~hza=#7(&lpI;#Y1gW$vx5uGcSO@8we~jmE~ssi_Y? z{P5g|v*&7?ccx}8T(~ebotw(#CNW~Net*4DxHq|8KYr>mPjI7LFKt#g8r9l*h9)c& zYg>(%Pn~jST`u{PZftF?@|4S^sq$)ht-Ri-PtBa0!9>fYinr8W%UkOotk*tV=TSi`jVW!G z3yoTMgx5y>tA+JDTZKF2%dfo2NBjGHjfF<}^31}y%;LFBZaOz7uYwvcP0`I&ZnoQk z=XY7_O>K?7`PSr@uHL%!)wjNKLwlUWLk|7Bk@{!GCGEPtv$OMKF#}x@e9Xu%{+Jx~ z>woF@zxgpp;=hW$QK+tK-yisAx~5@Yq zVXbzzuwH%d^}^l4tykV#TDnm#y|-E|);CM)OElxTLfxu2a7)bUdbN=%EHA%u7qs!kYQ0fjFK=4BmtX=oSEinN@6{VOUb%7m z?YC~dS`&QL9^R)4&_*+W-Uzg+@h)ywrh zo?~OPdKY*5B3+1iw^m&qzJ2>n?RKMfd%0YpMv&$0mGbI_u~Dm=bGfy;0sQlp58$W!W+m>c3vYn^wgQ zIOttN33SzZA?Dol;(23kcG|YYkUkV0>Kz)ud!Dj&(-xMkM{L8kb;s5dw%KFrXcx9M zXzN3^F>G5Swl!*72TV=F^VVXTh?>ct6^TTg8jL=X?jIBBgZO($I58)p387!rbRrC4 z2KKowUzM$~#UC2YUlxz2o4+C+-_)AFD)OQt?xr10d%UD;XHscRYyMS{ zH}Yo1tXPjL`jVlaY5p~V<8?!KViP$2J2?I`5!b#Wn%@=qNH8>lp?^ceXC|dl9+n zb2G+JWXRSGCX6V4u&oJ4#NznvLM#cL{%SU!@nPIe(KO21guam#6UIhXpD;JF#yiG} zXwp6Z{y-5-r2UrBi*_@3#k@Oq>`>@uUThg=*KZeAH&zN-+e7!LF%!f4&W&F=H~!wabK`dPc6qH(UG2G4 z$gFIZD=!~AH-7ALqzdM?{sI2brCJTV&*h=^X|glZ3*jer)Lnvt<>%_H*{R(0^!!wD ztGe2#u1~)3o=vr!3n90prS2s5c_l=o_86!76Z{*I;8o3Me#_ZhrWXnu0DZP;E z7<1>R^~D(nJjbw7Lw&=2(e#KoAdINc4bzI)QDOGlx=vh32mguKdfe8*f6$m56Sh8V zn}=-uuyaTU9npH!kB^~62gKkIJ|p;y;&T9>F?0Tfho2!Y~(!wdk7j4UyL?`h;~2uh?fIB4VH6 z!s6dBxHXDa;~OTiuDnq(-qi~x=pJ0pv|jn4(;NhQ>v_y0W7our)$El!3G76g$;Xe0 zu|?k1SM25xF~Q+{lz3QHRGg)#IMW=#WI7m^F@{&oY1;W7$+N(?z@Jv)Xp`^Rq`MF^ zG02Brxw(F`;=Nh}DejT4ly5Ft zj$jr8V_rnC`ogTmhsT0rT(Z<>&s)6GrAF{vX>G$I7o+9P=(F{-(|;vPSeR+^-r6z?X2~^ zyW@A$5S`9!X9vD}H+>K*St2hcB1;0#w0ApeCM-0ivf{PW6gK+Nq8t*#AtPuW#342x zGPIqw`H+#U{#x@O+N0clC~LolOUIR2vB%ROAY9IIkPNMLOfp8(#HwgjtZDipk})wv zlFao1g*7wDd~I#jqnFnu8)AB)=CAJyv0!FUN(7HNo12c`z75`X`}VoJ(%8RA}M)&*@byYX5E=_yivoY-fC=C z*YB7#vq_g@@zp>qZmdK$3+v0ZHBtTE@Fl4bUFNI5boA@jZ(M!*>euCOscfx7;H#~l zK9l(gYLTtZ(zUC%GB1akoO-!&>#IvrGQ4@?V#Yr-Q~$8yHD@pn-z4SBozvl2l7 zRu6s28~0Na-j;Vc4oMs88EYGjI-SZNxOD9tjX9mc#_PAGT;G7`RSun7{;sVJXcOgI zA69P3qfckN!QOlsH{3zetBpbR~@rKfG1< zQ_s(;U+ZsfqbMG=M-sY&H|)d8=`-%7zh39rPG{UXJkqZ7TVJi*4@eA`5!^hd%bjew zG3syfNH+Ads+HhGJ}tlea%O#NHB4{2y$Euk|8N~=v)tI)Tn`$4%6sm?+Zj6PMtO6s zo;lj-lv7igEj(gy;|w1Do$@kXg$$m226h0v6U&);ZLOT4399^3*U$Oqa&WAi83z|K zFuAN1GW9Yz2VUgm3@j^+Os(Qiq|6aa!Iakh)t?BMfjndAX_Z&OQGVhNJ!$BXdq;O5 zV%!&)z?8?_!Z>Arr?&=&DJSVLb%>P0C-HxAh?cNceZ0+p2;? z^YRcZLml7MiHv*3GcRQV(#Pw)RmF-`e19T?lfLi{(7lt(jB+Q`JK!#1@-76UPY1KQ zFQLyBl`HiQ4hDC42$=MX#8+=M3XQG$E|-Dd6dreams{zPuj7PXeE&++*JC#}<2@Rm zM+MjKfG4)TWxGw&#;t-!)P=Fqeg3c#+=`5BAla&Qt@rN!a;>yQhG)7>uSgs8wfi@h z-IozBL?BqT(QSu^(#nZ~YdH@+BN;e1jcO7I9Em_p%`#4p?dQdT?du1UdU?T@{~K^+!W@4ROMu|au3 zI{e6Uu%wdwd1~SmZf1Bn_I{B^NI&IXpWM&qSu(#g<%;QF&G<69)E!{oU9Dv*o3*t} zi7eJH$!4D?o%sn@$AC$;J`@LD>_B#tlb2y^D4K;v zW7C58xK*}cS_FAC#HAz9cQP;dcf3nK9s1#=t<^mY%VaLCRxjUdl-Dvdm!`1!g41SR zd{y#D6Z2(yUp|JPbSy(ZF8A`W*fDvA+{KK=C;2_Gm#Hp&0e+Ygy*n_uZf3{~z&9%M zg}wbSy61a24~ZYR?|T`Fr`CPgr77I{E@!?pB`zP_eX2`S=6YeR9J$2;r^S>bJ}?Ta zt0oCY;*LXi<2un~oVVmpuHlP{ zVMoVcxcP0VBzHB`%wMqGp}u`)HU|5QHKbeVq5k3iD7+DD7nEi}$MFn=&PnNFpD}Fh~yyXGru8i!tFu&@*Zq2OMl`!j4Sa#*7`w*^ya0GG|B5+mSIlGH*u~ z?8u@WxnM^w+L4#+$R#`SvK_f>N4{ViS8e0EZM|w6uSvVmu`4jBU6Xd98{(BEd~S;D z2`36`%kjW2l!b4j#V%yqR`d_Z$`W}z{nhbL*)|j@i_8OK%_@tmw#GZ=noVuyT2%gV z@aLno7=Oq4JHg*Q{N0Ohj7`!XYc18pK@+i$)~yFzO&9r`2Rrv3mP|4nP3YIe zv(#}-bBgBE<0Y$Tjh7+^$yG8j@*OgCJ$YKR3h_hHNYu)iM&GlYov0Z#o7 zYDremTjH8VH=;R+Hl18AOTF5XF6wKM<`B+_JG2_v<@BdJoSs}ZS@EdTHEjFWP>452 za5{71;Oi#c4ZC@Oc5%}V@!g3wkGlJZdEaRs$NfEm$I;AU1J5PiJb{g)AFU;tC$Vwt zqqUyqDQq17Xsx$-2G3xQr_0jzYV6U(iANLJ<~X+Fk0wq&nm9Fax;crx#G{EbkMOr= z^U=gOZS>+%oyB9Cz-RJNb5eECT7IC=N z2FN%*sF`VPNV5!WSc~Y|h-RDGs1`M~0~+j^V_Gb&9n|7!?U0s8YlpR-w01=6O=}q~ zX=+Ecl+|KLyc{+p!p)OEQ8_V9Ut~zk`i8_to9%h2wt01Z*|Q~%Dz<00XMb$Za&lM{ zjn(qHxJOHYSN;A0G|<+iZI=u^+w2>qF`$Uza& z$dw72gTfMy1`_#2*+c1L{&8+@i*u?vI z$I8aOclYkIVq|;pPwnh94};FaChTJ^l$W>Y^_r$HqCCT=ydQ0&ysxfQSIcj2-uGy4 zFdZyde&09u#hC3)5BjsnqP^hKUBSa7Y;M*z>(N)q5q6K*Lw!V=COrQZEw2Ot0FCz8X4=;KowP@zaop*Iq|siH zOyM&iBDO<3!wP6L(oUm>VZ|GGVDOT7tD&9xDv?@G3Vs)-nFPs5$4Jk~zW){UkWMWE z0x-Qj{bSnrv+?P(Smp)}MfKD%O~aq&Pzul_?iOD62z7%2Qnz!m?-NWi_NqQGk<*QV zi7%T*3waU2DIO9FJ~z8!PtzBXSHvf;ueXsGiCm?|E8p5Gtkyje8&;lRsDF81$V@#2 zyV*oV5?U1IGB)@g2uMdA?8|WC9*fITxC@Q&a4i*Awmh}VOhi%Yf!&BvUz~PiSHU?~c&>4XL7S1}&hys{Ij=LVFN+T&!efXsD86wIw z@rWg53WB1*k0(sQ^r>5|ZahMgC|dGQ`E3E)tKHW~wii|2KC;&eFgdOT(o$1%yr z(-W~~3NAP!K$4jufXLcOYWiRLi}de@ z-yb~~Jem&2yuUA`*M1@ppuRDqZ{+liS$$(p-#D*t%q!H@egsjW#}FB$C2?DkHyOL( z(w!*GzUb$%v$B2aZd7Q@%uGuXWavfv1Rf#I&k=Ks11E)bTZ8WyUgI9y015WlCLyAD z;Reh}$3G+XvyntX7`g#$KqLuQEMN`rDz~oaR)o2w8E{LhU3m~#(N6``Xw!0zFDN*) zoZ~BM;>)q@X3Qf*-|D_GYKj0ErC_3((wzOa|@Nr)gIz{|C5uu`ow?$^oVmRZ{Z>}g~5ex?v@tW-A} zXqLhE zz>{o}cZX7c8@nS~z-mV7eN5?Wmmwa9(P})Cb54g+w1P@sYBS$WPjA% zH&PG_PLXBegqgx3d%}!H#{T`C9rO6k⁣I{hghk+u6bXXCk4WYM#PReV+PxT*qgk z#~5#pW4~mkzR3-}=45k{8m!b8=t`%c208rmXHrWz=`8jKc>jFr3icPUALacEsUhsY zl)8ZL$)fc!ra)hA@IS{r8ZVmIH=!7f4*q-Czl`6XgFAGYxuHjsz0FiptGY?yE-Y{t@*eUP9rR1@2gOO7QK{m5{o`MH5r5KG;Ztth| z=)hQ9ykIQM%o+=G)5gO5ym4XS0zjlMhBq%xPaE@#3sLX}(iTpR2|jbdcth{znp=QuuDd`{pqjn51|IecdEnZxJ&yvQuz z@1mYeK^!$r=L%4-LhB`Mgn+IPP@`7~_AFB1Qnnf4e#_!N5tIMe_Ejw^z}76Gf7yuO zS2}u`*@yy$JP8&2ZMF4ErBz5sXKy>IUM(DrC zONNH=1=Ag0uxO(YX{H|+BTKf%5bOTOSu->{R%wh{ahhcC)CV9)0Eru$7%EzimSW;e zbJ$yv$pkP8fcIF|A`<|y?qM_`D&jM7Ks(&b#8Dh!hAafI-s3J}NswUT2-HY3 zjbo?i*l}&DIrDh?8nJ$W<4x-jdd6kXc=Igb#3yh;6Fm1MW{T3>bTxA@NStfV<2Z-R z510*&X1*_p0^e_8ZajRP`ZgJ1hj z!$^St+`}*!X5Qg!;6cP=8BKhCI=bXSXe00i+-a;x)_$1SMCW4>d*K?Wx=SEV!4srp zyo5fq)Ar z9j@^g!i+`X7q*2UuzuT=iU^EmB+P(W=no7CIekzf5uinFh_|3vj8Q}gfps9>%M1N7 zMU1!u40Zvf!>wys>CXgWIG})t=npLj`%fN$Vs%)G?W@>lzv(l)2eyE#bQ|VhxI3?i z2l|?hUiNTSjI7p6o`^)=gqI8s%ZjyR;@yN2tivv2L-^7WnWnsRRcqPDxH_0QWW=EEvtIX&xw$1jH!lgh2| zi2X6Cgik`!^=3E>K_x4FrE0CzK3u-vvj$vE;Z8Y&xatqr70n<#9np$nEotfGryu%_ z-6==4mV~EkB_Qb|0L$XoRpMO`vRnrN*b|-yI|h0s8Kp#D8lNEnBP>Psgp9DnqRbGB zGEM9EX+;DbWi|Gz!camI2I5k)v0rk7e0qPKtR}Wdu*~u-^-EZFQVE_#=ZWxqq)?qZnxnU&r9*sDVx($=@m%-9{pFD>bR(tB&JFe>2ZEhszeUaGEdk_hFD7Bs$y#}{8aD|=t-y7Guqi8zNjQX*9edzBLETLi><*1 ztihKg{jrsfBxi?Ab)Y;4BJne_1yjse8tMXCpKU)R_ht z8O0o5FP}Y|mns17o;_R6^YJ(lO>>WTCMP4fcI-wbC+UxZK$5?NNLoQ4xsAauCAH>- zww(D3ME8JvEbwoV6S#DJFqjATo$gp*rI|VPqE5*v$)+-6&dki@U=A^7kVYa-$PqQ1 z+d4OL&h*Wp5bKE%#>gr<MTAd_~p_x zY1gn$iPLBBIg8IUJ~Q~_kn@2osCwiIvJV(SgTaD~7cnOW?K+M|xL`4zp$SWOZqN&9 zz%C(7%17a8+F~GXTE9XN4@a6MV3Du{ED{lYkjxT?$t-c2%o1l{kbrN57I!!|dLSlB z7*y}}$Kww_MH2y6Bnm3Ey*2(ZxAmb-BB9dTzaWPZfJ#E51~BXwc-UZ8Wc93(HM7>c z*2CuvsFK$I;is@gWcBeCZE z9y_Lt{f$o3lCx%zhaOUf;(9wwdpK{rZjgthc?3rd^HG^R;Oe;aiup0FovylIMx#+F zZIicWl!qPjhtU3>)KNC;ee`rLEJQ!nlJx?sVSDW?#3& z0}IxqGYofw2gWK!a20^QmF%LOwF-LkERHzLM@&%f$K%u)En?+G=Oj9haOb(ac#NA^ ziH!fC6e~K#SRoRPMWq%oC3`|0&1oEZln6Q`uqd^wlaC!aq02pp)dXv)4c`g++0Gyp;jD>h`Y zRVAgolaE%S)AU7>lI=@Mrb>oh%BQKd`x~&YKp)Oc-9m)y#vAv)k!<8jp9x zx!{P4tw-Gbyj3CZr0)eMeW~T7Alt>gUSR7_loku`B+4&Kww%NhH(r#5iqc^r%go|# z!i;`CN7RX^5Yns2I7E4=oCwT?EGU2&$SM?trz9?%1dNfOLzcbqz(IkO>qTAcNxda+ zDqIj)?_oD*)rgoB*#M2Ef$UOxMW3cGqJ+Q<{x91UAqL(msP>eCk@EZY2P5T8@5;>z z_Q~rZcG8L%#e6-=2~ynrDuAAR?{42eggGP0T2cy#_GfJA4RZkE2`UHJRad&z295%t|CK^% zMVh0$7yh7vK?n~hf8OsmyE{VXaLEAbQ{6yVvJ3{30jY8c5;OWtQRMVoNz975WU*YS zZI*AtsmdrXMbijPOEh$b*#s*H;XYbWLM>gXY0;%7*4RRa>a+854I1^VCs>BC`oJlA zz&YSqPbkw9f(z(<9}>eO_>7UqaSw@kVy5++v|sb_bmpT{giI(vJ6Qr-E|3zwho}j# zk7LD~*2%k{HX|qRK5N=1?>=YR!@A$OR3938sDUhhI+i8s8+^)rLug2H!$|7Sv*iyBDQ*}`eMAk1 z(9p*Xhf@t|$dJu2Riy>6XqFs!MMcq3U{U>9-QAb4sL`z9?n_wI!K~@-cYsAXV~+rf zy0WwL-pp~fG5|(`ofPtJMG!*` zvJL$|>e9-5$)yQNxK}CdnD=&#C}LBGQTqc%X+II(GY+U^aEa9Ntx9#X-e4?B$MM;j z#XaW=iqy+^C6_G%G2)w2!bPeSYkOS5p0uBZUQ-1O(qVw|t|~Wo4=*gkqT447mH}U99Tj=WoZz~W408CBTP}LIKNJkjQM$a}<5+<!Gz5{$d)0ur-07+FL#P zaJM`7rwNG-|FmbXmHuf{6&c}$j{RAe;JkpP2!+J1>HH00vMf&Cg;yHEx~n365o{Tu zy0GLT$`;YOFwd_UDWq=;MK)om@dJR6&#oD?iH|-=Qp*5TbT`EtkzqLMiA+5VlBKw& z1FwoZ-}(?va$K#2w7j|v--1Cekm|xY6lTZmK5ow@Y_!Qaua+BM+JsxVgd{u6hz$!e z@Bu~G42{^I;3oAHB<7SvA$D^e$!!@J#xRGLA>g>@Wu64)pi1nMI*_PS31$j)5s|75 zU9GJPuC;Z>bq{eslRAS-z{gr=#xJ7Fy%_wW$?ij@g3-q8G-1+=+`W5p@>8BWZ*Vqb0+D&+Rlu-yu-wGs ziUF}5>irWB#nD37?CaRg@%Tv30pU%eul|O`cDz>rZH)MQ48P5A<&gATgB?F4& z+&-wfFM@yDdFZWxzZ0^llo)F3Z*L+!NNs%yA&F&02W&f%-hr70adVdM+xv+Y+giJF z?nSI2G%07#ZaX~S_&+w2GnVra}FO9q1op8H?@#ovR43kk?AY<8F5)nGizA zJ*bsXkSEyptOG&|I4!X;SDd6sWEciWH+17Z2jSsi-SEYpbz(^OS_#Fc5tC>H>01Zj zi~?998yO&CfaoaKXeNd<_9ST>Mc*KNw>)UrqY)lNVem4%g(6?1-)Ikbi`@b_{z4n= zxI((enMM`b@w)bhcHG%PJ5n_wg+;1H&K7*QNPb^lmP!)apo8JrnOWC3-5p-JyJn=2 zqdRpAIeM)`j_&pz$dRFH?(l#RrMBY?#fD>1NTA`g)rgY^?87F72hPqk#f4H%2T$Q? z57-)^sAQ7Yy2Q&v;i+Um8&~JDyCjKnrM!t#PDxps|NLVrMUTpsCOl; zu}qg1DmF z(3NR@bk$=x1r>|1e-a`T1r{E()6@6&x{(WT9djI(<{#k^&HRE}&SSWDsFxN@3-rN= zNGJf5#{&_{NeWVif^3B&N;@gYz*j)A6pX9D>I$)+VH6;YK=cN=S@FL|3bLBfgA!4Z z&F`VqivgKf)1@^NsjFyDNR>DRyP`~_fc91K@k3IHDfyJh4h;TdD8&8k$v*}uyT^pg z?lIh+{9}~5LHwj7k70Ugi6!M+m(xRUU)8hAgWtmRWLss+EV9n%r@xvv%+p`}Ny{Y6 zIN`fMt6?%f8s>slJ{~x*Vcw+DAQEHsZ?}>8tF=b0KJTy43c||m*&l?JoLtIwE@&J% z$TL^z>zYMh*EuWF4e-i!6e&``Nb*pkS@ujT+K$^pR4X^Tk!(0KzdXhxS})*P=0t)X zfORz4o)$?b>~7d*I0940UK{|>27c3}P~vJ{G(8Oc6J|5^5rT}i(?5^Nb7Z9<>0X*( z(y2{qAe#(Jcn;%oq~t%GdKY~jKo`@b6o4+0fb=T>-HAAi{cNA_2+;j60MPw+c6R>C z&dz_dvx6O$7zuwP!9*l6N(fQA#F!0}+P?r=4`2ZP;|SDy>~Mq zr9P$xLYOgWN-C8B3+dFBN2N@fPO1z=#MuUblmh0TxQ-#ROZH}a~qBMuE;t1-I})c8I;Q!#^(9Yp4VPL!5{-osW=KgaGBKuYjfi z%h3m+Kukm#hMe4roD+IrSDPuuz#=d`Ed z9|KD}E?>wK;^ZlO#_?XVir*Kwn9?`efN>FIi2W4;D5w%NJC~v)M^9Lk*%bmTS)LHp zY)?cdusD#AjC7$fBnOS-lX!$&r2;-DBy-Jpd0XLxGMoL<8)Y?-cNGByGP5eVrR>xr zerM5)gsV}?g1QP29^0=-a%P-DDuZ|ZAom#DLn1Q+7E-X6Hjl8haujV6vw)A<)G8N10o-wV^C;0H%b^%Zq|;9{entRN5C zr=%BEK^}A%Krd~3bJrJmah8z>?MM1A^LgSRs76QSE3L?oKAac=5DjpDVfElW=j4?( z`MxM8SBz7!!1qOo7MuYjhaR?Q-9%Uqf|v2#`w(V*xt4PAO019Qnl?ExmvUsH_ z;|R##l|Y7ra3Hg8S%?-uAoCBQROCh0geNO50fjQ!j#fPiYM#dcKd9MpgPK1RF%6a$ zj%>CN*^FcdAbWioUyw@9G?TA#B(q6cDOIcsyu2o(5IBqbiUn_;@>iRucPhdNX`1Zu{l?5}kC0dFSphkjOc7HQgu~ z*w&W%jl8^u=J045_&7q-3`s`^P!0GWq8}Uh!tM?uj#VaX-W%LoB&z{q@;hL4h-fCc z4`D7y@@Rkv7o%LpNhZ&DFSYSXcNVLYi0#yb`4Zo zFly^%0}c%rJ&7ttwT%o6ev0@aFV80@MI&{4h<@Z|H^S*)FIn&i#j}^lkY^|e&`1G= zX^nT*$tgxQ6DSCNyz|}^1PDd{n_@4C$%HJa-+{CsqmzRiy{Xi%kqkjzFljXDPyJMAFLW9L|^gpLFhSGX!vwY4v6scP#$Hm0hr z!&&hHwH3L4O++_Wc6L78+49m)la*d$kTi4l$%_~F45Xg=1am7EF_@$Op5kv1Ym zbnphsfukzzrmW}UCyPiaV8#xk_D5uBKM@nUcwbrI+sCvl@EryaMYlJ1rEU)k%*%ZH z@vW5p`C`mXm;*0@3A#QGV1H#awT!^!XzK0l?Qu}Xqw(kUPoG8&?=J=Awh>8dEcLEX z^5r%nxwTqr)P1*ynik*f*&o$aP7VS{6xM6&_t$D$fFS{$O_CuZZxz&^>&;+&jcvfL zvU}ba7)3>4fO2A@8in_{jYKJOvnzGXUyybUeNbsLSA*4R|58Mwjo`j3bl@gX? z-}wq)9GUQuO$o+be8OQ%BNVqyqST8M)EGv@xdL*Ddgwn=$~4lSgj&Qkg%n+CigH-t zNUIX$hDg6EhB7AskYcPJas*rUVM%~;&K_U#v)734VmXD5gRC{Gm}juL%}-cEd7N4k z)_6M1W*enZ)?Am;(5I=S=63B5smaNS*Ss(81VrPNU{Hxi4)s@0#l`COR1~6en~137 zW_OU@G|?SgXYV<*a`AVWBqPtk$sW{X0MY?ko2TI-fyRgiKjdQP2O)O88Q?o_Lj{Si& z^W300m!om;rQ%ZNZlW^zp1)M|z;YyR)Oiw}bz&#YTMzRP*_QPg5-_ z-R{ybEw^DdfJo-rCUE5M7B)R*kXE2uYIo`Lwk5C)K{-Rf7}oA1nTV`w?kW8WOHdB+ z7o`&oa0m&PRlAAQl>KhhM)(aWStVPJ^eArrJPSKR5khfL5>BeeV%mnqwkDya97Kl=uPZG9g$}dldGENZy%N1uiAWjnY@xcN>}|zzzyf1YNAf zARkv8E+|0->U2aVN>D+liypMv(2Yj)h4ZP_V?64ZmDJ(K!GIoM0)V*_5-`v`VQ6d* z9zxg(z_ua^eCZNtWm*Z3DS4tV8z=#whUkmDi$G7e$iQtOD?YD+7@XZ9UxHVuXBsUJ zpJ%lcIHq&PftF=tcSu+!zam=(#wb_TzW`IB@=}s14Zo@%I6I^1BX4|}L?+@gVcI+p zrp?`9X!SPQe52ebP>DolPzd^gGe?m@{oegq`Ml`^=CneRlk#eKBYa+@ta*MPQH-}E z?$VMOed9iu?%RbsCV1TpWl_q^&}NP|bGrrJ%fS4FoVXr)<30i(>J3a`oazV_HY&0$+50pwK~V zlFKZ%LD8tPGG^-sQPB|&U_3jDUU8GDMdNy+wqJ)ERT`3yy*-QaM zvzjULcL}I&utsIURHh*!Rn|(ihe%Y}@6HF+rBXRCV1|-#e7J;E)mq^a%me>Oa0w$~ zTK|J9oMk?e*&j(hi%nP)kqNsQeb*psIbahKUi}|{pCNSg@JG)io~#$X(HL9Flc~Gt zBl|hbj}!u)Ca8{#31^g|lX{0NpifHHgoW5{%Z2VtY8qt0l)EoT7{qz|-Te-jGHdKV z1E%cfxT3{h-`T-Va~LO;K*t#2yua?^ya}%pCS<~9ga|o81wW_hD;&W66fa^}%41F1 zBjKD9zbZTSN7>`KLALsOof98O(iO{zJ7sAaK(3au?d~`{np#p@>+56_q3vbzbV@Sk zHP@RG{?a`o!X?`GcCCTp&KKA2-&_YK7_Ubz7Hr2GApN==Vy+|BThU4Rl=Rjp#$nl} z{tN|D9O`sS0?1^*O3DT~D7b=)>!F|Ans2Cec&=r9PI=koSbCY|)=HzXadB$u!w)|^ zS6HqU%jZh9wW-|n^!!u-xv#N+ls2myjj8gz0@=kmG53qt9+V)MxiD?4S4&1Nmm@X- zcki4rKYali_7{7@zrnBP0>=>Z1-k44t(&;tIVz4F$0v)=NqkP@a|WMrd?xTYhtCWOe*!uZiS}Fp z>jKt+|A-|2(NknXGQ?F9;&e*WZvkO~a(3yf2+p+eUZSo58I_{2A|enm&Cc5^y7=ijrU;>78Q@H&ayV4smjQkCEaQfg-cw?T@r#DN@ti31%}yn&6W5_^b@8Kh1!>*>K2 z9l-K>kVYf0fQ_D%z5WQY*Y`A!q6t<{xeRA9?qoiKtZ+0x`DYO5DZ9>~>#W~3fv!l% ziZz868z*#A{Y3MF`GLy7G<^|cqeWg?v21mP_7uaZ>$TO@>N3Qht6V^2t5HTtJ`@6H zeg}`d)_YRE-z?rB8TYOSG(K+)*Sp4-b~`25;}`aJal8J^{`R?ZU2U!xro-CxNc$x6 zCVGqcoa+NeE(vKogI>dR)%1iDhrG`(7SLmbW(xRmlatwQpF;KHhLf5_B3~-#1Di z#@ykIAOz6}Ka)-mc05chyG%Akqj(KT`lo{IzfxO1zqjLCj(T}-N9}SoX@55V1%2@X zGb4)xp$_S+F+01!xdi+d${l(PFYFf@1JjE&jbKuME%|zE5+g6}^$$PxMBP z=vxVf7X)i&lwkyCy^cfG_dkHkJCdAP^L5ZJ09d8EBqIwwP>8NCyX zXV3QHZ{q2MJlJk{J7uqOP9b|$jIviDu;nCFisX|tL=X;baf1eA@+sfe!YEEk4=e2~ z2f2a`ug*SY94A^)S>|qvK|2_NZ_k{^9ouMPZa-;aj%mX4BFJ<$R+$TKUyE!aedFf3 z;=z_z>f2aaDP%67khwnsh0JxP5U>Zf-;tNG1Dz;Ujf3cRu4vpfcGxiOuPJoG$;?0= z+gYP`2K0c;2X^8#(FdNqj5O&>!C3e>D7783$U%$rC}iYSaeQ)CZ!M+Wl5fV?wUl;y z`UAf8v%3<>?0yo-tYjRXTbj}EyAa3huEa4L5C@l1d(rZvFSN0b+0MiP_5ome2eSCr zU>|TU{|VQk5!ACl#v&#StM?6A{WC5raHVF+Mu8mkMlTAj2Qf%UZkII~(Um6bgM#>S zV?C_FzwZXK5o3{Ia|HX6EQTm0%wPzAwI>GiyKRe(w4R|%Fco<9NN7+|m%{`0Cnsa* z917R@BSg5h)T&k3Q0OE?ii)})?jt!V)Y6?{xvA4Tb|fhJ)dLks5XhhWkib)I5S4lqnN^#el z(e6O~(qg&iRD%m@_myy~PG1w*j^h`@`<{6JPc1=G$(~^FAM*BCAetM=Q z{qzh7Xt(s!Z5P=36L(8LJ=2nYdd8)X7uW0L^wW#eyRFpwm3}%7Q&ob}Pm}%?GDGZ^ ze)`?EB`{EIEi6WK^nwI>^Sl(j#>b`0AnB$m+X43yyLQqOcEYER2NUG19-i$t;TDdc<#WYyo0$yX45CUgcUBRm68F*p@Q zBnA*hMZC2VkZfp1zZe+AXBeMRR1f2n7MvAIz<{{~gec6K_^?qEfFGDQO*Y}{n)MBl zwO7b)4KKE7eODm-i|s!ag>OehoNG#b3U^`L^G8y4YKPsAsnmTEmJr4x9hA}&DP5C; zsXY2nAC~-)&vAUOm)`OY&!Sc2L~@+dDhh z3F_v$CI*w^!hH?Egz+hyJJ-OElP3C*fONZzw2Z8Ky|Z4}y#GdZeajEFNJ|>vAi)3?iifK7nWp-yiONF1j%LqT0o`0RJUjZ{hXF-ZTWTG_$0#4W?~HpT6I1j zbIah8JX&3FD}MlDrh!p1stl#6^^_Ez$dA+pDeEN16Oo276QINi2v2yfEm3B~2PtuX zHiA%!-t9mAt@C`7TyWWsA$05Yt+fqrZ5&m2LFUA55`s8L;S`B6Kk;eptDoyg76piY0f;3}@cx4Q& z3n^nbSu2LN6T>6dVwmAUGCZ$ni=JjkA&+?8hyr)bt88ZX4HtW;OR}q9^1o{n+TPk| zRM)CME(^1-FTdp@tq&+SwSCb3q$zGY59q*s7NRB!k&V@@JJoeabtw5bMvu7D0a*`~ z-#zz8v{7?Y8mQIX&DsZr`wC97?Ic8UGU}TdW_y3fOY2IAi_?Q04@9nRnS^AQy6Xh; z9up`S>m-rF09pD5Y;(jJ@e+)r!C|Nh3Y_1AVrUqjQ2;$S!N`j%Z$%LHU6u3+mmpI9 zSX6C2BB=0|o&bu?L`o5J!a*9d=sSdFLjp5Oi`M&O`)^S)WWajQY(J^!*R=7Hi3x}& zE*VCkD!(A+fEXOY=O8|Z@Hwo<6a1pY2sx#R1lI^9Y!&n>&>WB=mL9(W`qMdWJ!V#* zBc@|Te~uFLaMq4bS*nG|aTM@({?_@MD?xB3UV_CVaSzh)AOnb-4u_NBAh<#%!#NLG zf$EEttfDnuil8KS#gNr9)vA?QjT4bSd0MmzmY*KyHzjrxQ27MlPCbl-;zAS8N#yw4 z&+`O0{WW05aIRiH7vyyVNq7i;jYY_zBs^hRh0E&&w=Y~4k~%}l`IGrXB{5B31j8cS zSARYgw1txM-)LL)-l*2=0A;nfev*nAs%6Cfl!XkR1aFQ0{`(4)Gu%xt@Yx2Khnsjm z^b`2~36JmoD!cKlX?i!q$F>SU$XiWjav3brBQ-s$_{<@RSXii(9zMN$Gm}&Lte*@E zKBE3<>IBFFsvb6*J*ltKPLktOQ>oW!C!IAg=nD{xWR^lVe}l$Z2ocHZC3}DX9*$Pi z$3XiOtp-Fhwm9!i2hu~63-U8}HLX8v(;Sh3_$v$t@WCq?MMPD4_s5_boFG_jfIjAI zO|oDcp;!*e|b0&qWu{D;&ZmRM?{M?{~OdP(CT*RZcdC1leJBM6xJT`=v9d&a^+&Lh| z4&rkJk!`FY#+i$QTN@%lOgk)&o0gUM`|a%d6u1~f4;Scwd}>^^2XRcN?vk#^`v~;l zea^mweyiC>%48a17eVeHK7(HP05p8Y0b6{nIY=CrJEP5EbP7sg;&mQKO}pVv+W0f6 zeNrAZBMoFQQo>)Q zclR_;Qn#gck3n&@ZtUz7c6R>k&d#sx?EEe(qs=q8Ib4}~BH0{&jWpA!uD|v`{4|)s z(yxjC5-i_>-UB6@^i*UgfEcMEcE-^xQrm&U^}#~Z;PSpDk6>iI`JPJ8G<^}5Pk?7g zOWt?dI67iHsJ^0n7d@?YSP_K61NO(4A36tK$Zo|AM(DL^Jt#Y~;5sk&AO)($-xP%{ zG$*~hioZYH*LDSacz4;;ADYI0eO*mOsdj+1!A+MaF)3W@AZ42a$e8FZBot^E4zd}d z#8j|ngo6#+Ooj$DlvQORVSj5g3T*}cl|NFI1Ay!NDhE$qYxYvq3xWxWs+;KyFy&!_ z<$^-tg(FglOy}`M1Z(*OJJE??Z?1cU+MjIr3p;KsI`${*h35ug8q3v^Sw+!}cm-i~ zE9bTv)zy0JMwNpuU=5cmh@v#{fka5EMU*a7nont~8{r^+8QEg!XL5W6&*;(3{35Y^ z67%7Z$5RKX_<8ss!}mEU&)U+-HxKk9aS|h7?`AuD*Fh_rcpe_km1rf#wg2FM%OF^R zL~btR2d2lNSZM3X>rdF}5hp_UpIt&owv0TEkqFO{Ba`aL_6%n&6l3Lg!$bZq_$K~W zQr6z6apr!HX8QU9n(?~!r&^0UJLpCfBxS&5t2p-Dej*RW%IvighjF*Nk%%5D>Ej;c z(TJD8Z2#P}RAbBo$HEvFefVh#Pr#9eIM-vE*!~zkRFp><82qP@CEL9aR0Bm>!^~Z6 zaqWOtekH;yn40fE?cN{nsd9!rFo{-HAg`RL;6y-~%9H`CkR!WM0~m&@p(Kfhl$kt| z2-pT&XifGaAg>d|Mgv(6Jf0E7Yt+F)OFTmlc!trLXWZBm&v4g`!^AVNZZNy>){SKQ zy3rE%Ywb!Tf2D2RKwS3HxBP|UpkkMId&E6)e}8QA@&up^X5ehCkqn(oHk=Y+W+uqi zR178glE)HpC}N7+NKaR8>ZO@op*p+4ZM>j!y_DPS*c@We-C)2A^K6Tgr*rAZn3XF6u5mgpNa@Z^4fw5*_ z7Q}22Kmb<>FcFk_)bfN;%a_KH_!*qcPaI}7Bl(`dzQQ&a%az8v0M2Gx&{#fNdso2O zYzyFQ_TL2HY_kt^aHrgMfvrDrH%gps0i1d8?L7d_atph? z0s93wLmIKBLx8h5C}B^4v;VV=UEN$S`IeE<-e6te_Wh~iMN_k^LP%3`7DW&ZjnHad zMchsVX}fDncO^^7=Rrreh&kM}v01%aXp}F?6EOlP{8M@DqoLgvJ$-(`n4Ou85>KS@ z-crXtAPd%wq4;n-iZo#dgsNEyq_`l*B#b18LUuD%b8b0i8+w~s#2L#kD z&3=)g2A*p0I-+T;P@ruJC~UPL>?utrVxc&X6;fFH zIjnlH4aW)tBpGUJzy?XGqwmLYH285)%Ny)Pspt*cVAi6=7E7%`nU1j3T5BfRrzuM! zDnwByPn)JKS;<>a=>;s%vB7@;eS%Db<}zhigraD|odkOs73s#yOO?7|HVYFcg$wv= z^ox>v{_{3<5-!rh8fQ81s57ltu9e>Xv0Miy0DXED7o|CCBhpx@ZZ2=gMU=gW!DymH zqEp2Vt#lGO2D{zqF@y~EZ%9CvKK`Qv)(uZW2>Ss_fpk=nWYK7&2`kIF059Otel@d z_`NnRZ>cw$?|a*5y7S@+*YgPqW%{RrpgLL!T4#3kzjm&AiUexP% zB_I0M=MJGPQF5qqogs9cu0U_Bu+G9cHzgBvVUzBWoqz091HXuQI)0Tg@t(&mbRQZ1N9kS^Z3fmafL_Aa-iQFqTGNe#(scc#wZmzab_VX9Cx#=}X8)k5}x9L1iVFVCuVAjNdvvz?~$;^0eTVgOW=bALZEJlfg$mCSSw3wkN3H#g6L`&){GdO009R|FOiQ1dH zF0YI8L!FOw`PQk z>%st6LfR&h7i{QU%d7g&fLmGLA)}C~ThUV(X^~NgkVkRNYN8<4JKDi3V!W)M1uzJ3 zBaDD*4?7V~9hNKE_7j{Mm*^XY3^oi!=<23qwhu@lN}>oRMK_(X4{+i zP8}ANIpeR)R$(x;CF&99gs!@J75x9RJy1rKn=NW|OAK=TYE$9hQDb8HZ*Hv>%bVAcgxGzl^#As^>EFN=RmoFE?T?ZdoB*$vK#mTJON z+nh>mS|3SqC%_IpPooQ3$RbCqMv2>}U?R`}qm~(%RK80w;R-zvOs#W((`p+%+`O}1 z+bmyI0scdZ2UqRhAJ?LC1|o$IScCKwNXc+He~P%FxD}Oy=)o&)MYV^Xyt3c@(W|)u zlmmljFSUNZq#Agrj88&XQYaS_=j{hqA|i0>ckHpGny#DH$Ern@FlH5jw25vymG2RP z9!uq!lM*VA#Og@jZ$Qk2?>R=jebjr(1JWZtiF^A_(t)r@oY~GMU6?%rEfK0o#}1yN z17+`k+dGV28K1O=+!Nu@$^hT;58Eit#n!%AYkaYQ`emE7t&Q@sx55uA;T4?+e(uEq z**4JeTuhI0(RZMrXJFLG%qRUV-ajwqjC%DR*L5>1wXMwrr*_ZOxm1M0kvg7%h*w$= zSg7qhhRC>MPgjCobP0NN*C|>_TNZ(n0ZpwH;J8Mh^j`)Q;Pw{K1kUy!hKV{09gM1m zBNY%!^t?*Q} zdw+PUat67)lE2H%MrGAe;IbjE>NjS@D+)_hj%i`3Y7Y^Tvfq^gJ;Y+N<-lF(4w0Up zBi$kG%HL7xF6^F)H=~^14#KFL-wseO*f3K+NwkOR$gUWe+)k4@19p0uY$|mf+8lww zxIQ@-Eq90_n}bNT4OfxyQ*HZ#so(-BB5I92-`Nqry|aTq%`urZkK{v1g-43!4{-iw zqG)E92Y(zxj$&mG%YJ0VQP=ui5hB0ZMwcC`2M#K9sdn!VT`Fe)U2vOj$2fQ=w;NL<>EuJw%qu{vPO=DOourpky`^L>>5I;fZba!!m3Uu2@7c zTU6%96&4ea&ckv7+*f-+xauHnubc+KKd9`WPB|Kk7~@=@ai)gnltF|jD*iO9e|x-S z)t^&9vA>ZO-|^Oc4EWC7G|ZKdBc2kpF?9yp$){Ou0M^Q8U(rMf!;)ElPTUogjybYg z#V8`N#F?no9Kk@gFoX;OtzpIxOgp#iAK7{pszDKBSQdg4+ZphMjl{T^>5AKBv?4>HBo zTImC&LWg%1M7@es1u2r9t9!Rm%k^tNl;RPTjVampJ>!hlTnH{g#HUMK_= zb?Km&>xk%=ff4PMVJMBD)XPa_Bc=S{t481G5#8v!e$zCPFprXvSjM$&ZvhYcybim;~qAZDAFTbpqxx>SW z6qQJ`mQEtAa8q}(R3pv8$F>rupCb_T`T6Atq{M7%tva`lUuj9qW)eOnYf@si?3)A= zK~}c!Q25Q$qWPV)t!Y4#q@a9dZTZJ|NWc=3Z(~L4Q2-kVkrZV}-qU*i*V{;n-~Ki) z#fU;uEh9v6e~2o48W5EvCD*R$7I~c(1s_r3!cDkt1FB+yo72w_A1IU;p0kDWS~`8E z=HHAxP+q$IsDS1q>LfPAnd42MOQfog>|dx4>p@NwqrU_7o>(G$lR$goJNXbyMVkC| z*VI3}w*s*!=W3yLf&pv@*6qC5X2RjRX$0xaqm}U{l&Zw`QH`Yt5ly9S0vO9jURw{VLM@_{&1)XFN+#jpHe-4sA;U6Oe;8J#4d1d?&Q`F^C zEE2rXzGA`;27)Upw)>!+2+ZHx4Wmh}ex&auf;DCq-2yRe#rF>l$WpG;P|`ISGX-7< zV(g>HM|}|18?4EIo)F#`p|`mE5a(R+(r`;irtz19sNe$E5g4N*ewQkKKn{h|NJ9KV z!RoqUS*Yg$N?JwqyQp*pr@00wpea(# z0Mt?tNzJBYiHzlCT8wdRG`}Nwo)WupFk=U8M zPBMPR>r*d3&~7^RGMD3ene}c=(U>_u69$*Wm7`rMM0&b;8!=h-P?S*dgvvus1wzE5 z)R|)=XOjg-Xxiz6@CSO-w4f@1?p7t}Cl!Y>5`prF@JL>?+T}%x4!nT1xus|^r$nGY zzIa}LT?a9tc(GTKxF>HsVS6US^AwT-$}YUlMp}}=1s2QoHm=2W#yv~UkP?w6JN73c zkLUK6Qdx^BKxZy2_?*dIOI?hn;vwZ3h&mLlShmqq<*jZMq0cWeJcmj zAc++6N~eblNAkKzkpy5x_zD{k2dOXxVHc&_8>HaYuf}p3c$taDtRzT*G9Ss3dAuIN zn{7XE?K@JV01IOGqM&l>-ZDrINX}?MjWFxbatCF$EReyA7gwZE;`82kWX=Qs^jGk;d0rV zbsApkpC&2-d;$TSgt&wug@ZsLIdLhz#a@`=ER*lhQ+v=usH#Tbx?Q{3HcxU9rF?2@IoXno( z4UtG6^`hE;QFj>ST+XClqAxCn7dMVp4_$yqZ*v5fI3R|M5iyhi?}4xdFeBEtm~BD# z>_yg9sCoFGz>WB8xW%L5_?v`d7RC@TuPb1BBv=8(0|v$+Rl=lYj>}y5IadjN7%312 z2BMn}rh({>7C*Lz#O&69U{B2cUu@;kt2c<52bNY|hH;_)*B8F1uo3r{n{U5z>ut?q z0POy76!%1Ux}q+sCL+um;(dttHE~zmv+k`{>kWOi1SjXR5@@c*pEHieL&=~pBeMv1 zR=N5`q@!NUL5;a4uDj1MQd%i&UfqL9Ir46~1fvXVgu&Hjb2GEuUXu9j+gESR-oAbA zZngjU0o}08ee8Dt z&s>_KUFvS_%^ka(+r4-8*yY)l-b+(_Cds-vpx@6VR@AG@q7-8_j3IF*;Rbzi!b1=0 zZ~cf-E55JrdiTx{uV+C-VfbDbF?@IXMfwi1cwI1Xca7ZKd1Ll`&X~Qxm4J=8xfXPD z`#X9_IR{9J9@53&x14@q?^H0*%w0G?1A%uM8@bsO1X^RLe`qv%)H*&qO2+#G*`X67 z*`ZggS4Up8VpP;Of~voW9q~6Iszi=6XJA0IVDKM;Ma>agKLBL3ZDkyk3XUH;lmH8{ zPLAoebqWP??ARIG7`OGawm#{cLq_MR-WlDF%-Z^#Es&+}ysgjM`bAs6ZucxXBZe~z z6`Z)u;R|?)Ut*43O+tQDxGar2lknT|!!mxO117xy5O~|M|gu;-V=>CZ$W0!6XMz5?)a^wrNq(s}DMk&3_6f+f0RNmhEY3?I7)`x3QckB zaYbPAY(6?MwiJa0 zmzRw##RQZQjGU&TXH@d`mbj)p=qcIFnW8;$aH$tImmIbZ@z!kKC<6RlNy>xfup=r- zT+De4=~+tAb>*oZ$l8fY_41@1=aYl1AetG-69OUdB%UQoknmZcv@d ziHU3C!9Xe6e5Dx0+)MdENGF51rdNy6%Fu)1lGA(*ZPVO#6K8gwRFahudFI#AljEKr zK@Y|&eQ!L)!|ii7^Ie=~flu?JPwuA4cJ*WV!6)4C-nMMW=LfgB;hV*XM7}aLiVl9+ za#q_aC7R`|pg)x<{&NQj#hx`+rs%s`jNnHgoAf96aan<@egE;4D45L;@W<+Fu0EFZ zhRwCdCf)G$yoC*UfeGi@xUSMb8W;ZklP?@nyh@>Q z%b$0=jf6OX&AZ4nZQdnB`rR$EyWPc@dfmRe&d5CbE|was!OoT!7|Hl> z^+G{Gg%dUa}-E?OTs9a>XB�~yD&!sz>7c}q_7-etDnq$ zO$lA;q05|=hMTi;jPh2(UCanX>7mnMr~#xLG)gQzLa=h76RaFo-+*et;Z5r=yZ}DI zWoxLwZx8r*q*o%k!&M^<*lx-g=;3_!JZP;A(^|6m*isD ztwy=3M4g@=#@x? zq}HpT55d4DKmru;AB}+kEo3`Qoj6Teq$yey3F`Krwm=I}3$Op^Uv1F>4T5@t0tH$W zP=CMgoOAEFcV;-WBQ6?2cX;QVbMLux&v(A_o$vAc{IUF)qA#$k{%>L14zNQ~*swD) ziUR;F3M;JeCO9CfASbtoXMje!@LjDcGRXoEJtLqhfH0)SQQ`~`@eLG6gyn+1TyY+w zH<=1+c#m2llzUPhdpKS}`KYwV(>2B`;pZFl3{#N^M-&;_sRxdtQhPjjjpO(tz6_0% zm3Keyyu0-g@L!BtvSkbbGnyxevqS-Ph97igAn<`=f2&RGPwkc?^o~JGsbH!OMw6iL z4ia@>A=JBe*&@a@l|`L)u(Kzby?G~bT6flu z!w7Q2xm=zb&Y^;jy(K7&`%EYAc*T5{$>G9$_K@eeIQ)Fp9rqY(<`eG}3piK%*v4mE z%?HRX$&3>0l8e0PrA*WqEp%T|?2S<*K_}b62YFO3mGqtd`mOp$_a>{!uQdx(LEVqUHogPWQaH}KkhG>wJCd65f)pWH zT@%xr(x5}N0aYZ#NTgN)hXh(KG!^59H>x0Qgwc{S4mrakI3|=nvlEJ<2PBx^*RtYs ztF#qsf=W8mKvK*Hz^f``VGu5cWkqgNT~pncT}qB5JpB!{B;R^2JM_4T&LJcs<=K6R zhQM~FOb9%e`w%9XcdAz~8T(g)mF)Ld!tdY5-gW@ReNsHQl9LK4Cfs6DfTZ$0!4T8> zRzs&$#UwXh;t_p$tG@g}#1tnjW@1+#jAO0U1DWFo+GO*KP=~(jeo%ETyO*o(<(l&~ z=ZgEanse3tpys^lzFKu}-Ez0Ltwq_o5y|mHOpbO9Y0~=MkuaORz}3r2Q|E+Gr;0uR zFno;%SsXLb~AD_4>iQEd(u_}@@-kHShu)+8? zX$ltvWNN}zJ$UFahZ-_6Xz?)w-^?ktS^x?qjxyP5 zQ@CmqTcsUj1Vm?Wleu`m?qukh(@_X)k8AqtAiU(_dSw$o40^#!$jotT<8FOpM>%y- z_MNhX^H%LXc-CYgL@?>>J%zt_L z{yZM0$nI-P@?d5AQKnHjW)(zFe3Ey0F$*=*4gkV+IE2YM2=t+4XUBGrZ1HaJO2ndg zZtqvfM{n`&_p&r1;UK1qGA>pZs>5w=q1kk$O|^Q-7u3r;yPrnWs;##;cb=-;#o7YW z6+xA2W$Fq}jhsrPE20x8bQciL3&d=McC0M+Kx)U3>NN~T!(c27#zPl^(ecnf5xOVy zC)|9uhdIpE7&E$i0w;%MI%hJ^$=~b|XYweHV>l`}PUAR(<1FGNu}k#4@FFB8xF>j& zqMRQ3gt|d5G8#dtrK%wCV&|B3%M`ABxaz^!kpLhe@2AE`w^wCl7Sk@ zW=aHNs1zy#mBYX`f;x_V$l|dKlys=x5OqY4WGX=_3YV7ByUH$006d4@qvkKug*}3a z2AL6;g4cr#AoV=h1ziYEybo0=9*?zbr9j}Kaa5`O!NlXoKwb*Idpm@U(CiM5@V*sS zed68$?|l^2{c^iwtVneqd>>6JXfhy8PM9WZezGCI;f{qLp!sPuAC%^2${44|GrPq%LH5D3_rL7FJq8qm-^!}Xuo53$eg{~F^iWh&~M#exk6)wk@m)0EYMM# zgI%CaH<+jZq05=Cl55m_;Uq?C<-+m}aA5}H+{vxpxOac$&iZPLh1*=!X5o&i$qdYw zP7AlYa6ajQBnpx9D7c<%Y(e1#;}7Hw#`g2cL^` z#I%;wX^=*PzLCC+3HegN4L%bq(4`!po5ENG&Vp{dTyj;$z--Cs>c%mMV;IK>j!_(A zE?j#lJ1Ey)hoOwV=L)K|15|5p4cC)DASy`WKpZf@8QK`OtnrEZgR#cjU4Sy6 z8v?-Ooy}0JI@fm;&z4cPTao}AO-3hULP#_**w*?^$~j%NuAr;9ATwl>B zIh2Jk-RbE?(I*Lh?SnyGOfV>_l>m%B6(FB;_IoPguYj*$SKn3NicDi=B*a z821rJs$8bKQC@O)MMRL8g~U3afZivpZ@U20L=q86+b-Pd%Uhd>K;3z8WwXAus**Sp z;k8fgqvCY(sdmqNA0<7>W-8eeC{*?%YQxa(c}Sf?ZZkrfZJUwYlK0n+qI+!_;{C$8 zg+hFPaSl!0OxZoL$56_3B0_~Bk`z(910DugK(a1h7EZoq&>qjdJR<>}LKlu+#=?Mi zi8CIha9KD>bL3&L*)X`kS`@*TnzXF&Bj~veKN3I8BtL?WPwg4iD0PKgL0Su{6 z8?dfaGClOo8(i{XboQ~?irjIy2^+erxT8k=QqhT6`bwNQf@8BZAhHB`9DFu z7ztU4Eyo+1H`mwJ>sxBi(G{6X3q@E#Usr=_E>Mz-xuBN{jvK(f*)cM4*(#A;K&CG) zFp|w${U+Ix9eLM?mobDkX=me znWtPgZ&3Ji^vW?im43!lCtvWinPh8-kb!t>6j!7IxaU8=@!EqADb2!f6n8NV_ju{*^9CJA4aV+Avfa4_` zui&_d<1&t`IIiKi4g)bob(K!E<{0@VDqW<$nAv zc~0-ZrA+Ab4PMIRoc^IpnY=SFd?{0K21hPsibxo6DN}NWaa=?g31nsWBHt|}ii>!` z@R9N_`k@aWfZ!tHZLrYiWxi;_r1V--RpPy~{q2?$DuDlUpdS;baIP&8TbP$b%179B&; z@rsWkXm!6KTI$=t7iXNCK#1bI@>kJhGmw`YIjz zDB6~I{h=J=!CY)kc(XjyKYT~0e>n7-^SKXx2})+-3ovG1oMZExlo1VkjY-h3<-Xu8 z!A)q*fuqfuLmG~qW4Bw;F!X&p>l^o#dIdb!22{q_M%4%73ug7e4Yf|p8{7lxC%hS7 zmXn%%&dTSUe4ewMz^prvP%S4gyGGNU`8AzM)kasgZj|0OD|BV?R-p2(Gp_Q!Tx5{X zE{&^P$pC_Oi#{@i-AaDo3)sFEADI&)xAjzNuh;x_&8FupBgjkC1!>o-@A+M=b7$lZ1CHNqFs(1pn(M!n<1E zTv@xn4NWsZ2@U@ovkVc*1_xt^Nc2JSg9gW0YmQYR8+EQYSF_OcY~QY`KQ&7$leiJ7 z&@x9P>qv)*lFpQ9no`uC8DV*z+4FH{a<2K{>swOx#IX&h28wMS6UEd|G({HAnXK?#FZPfJ3ABq5(p z6LLF%@IR!k6Yp>b!>BB3acEU}x zsyK>vLC5i5I4346`rRQ!^`P*N6nfM`KhgP_(G`b^6bgJ>1;!WrlR=VuM%)=yIv zC9}OjR}m9e`s<1uV$4-0V1e6>gu|(mE+(T)I-~R`XA~t*xeUqF!r5TdHbP$=PPU~W zro4H^UUNr|p2|2^-gt{<3|P`qB$ooXX>ZW_?Ix1DzIILJ-7$;ZXkwO{%7XzCj5?1f ztv1)Z%oUYWoPY)!&$uWavw%ts{;TNHkk^{wq432$%P z9DY^%4!X;#RIY(!a+Qp9Uq+5>wZG1;6AtHirPJ%+ba=62BhHQ1kIV&NFTJk2Smj*u zs{e|Dl4`Y& z25clGlzV&KyS=V)JS}~edIr++cudQ>kW{BmJ2Lfo1&X0s$27Tje5pmBr9_x%nC${i z5u&HD@dlZC*y$jSSjd#-X$3LiYG{ekmVu@qO)T?NOzQN6h(r#4!4gSnm`3gmvU(L{ z3Q!y$jx)Pp$pLl~*p6qWy5X{0l*}AJ*{pS0E->wTp`^L@4t#!!KjHH`9bL3btxu$v{l_K2PS#_AkWsNQpR@g(T zG0Exqn4HqJq^nd}M*@R;i`-DWX;T-+^cEpBX5jy#^){MtD7Y$LD-)qS2=*u*d+@NL zgB5w2D=;Jp!f_E)`pYT85fH|LsNPffBMd0*LFm&>$&_{CY3~n!(^J6T-5(H%WcS3w z{O^jd15S2v26u@Jp%$ur%37OY-2MtNO6-HyM>V;kW_Pmu>7P4zd0k?5;FeV#) z6^Y3rHB(9=(&wFt2e~uQTw(UT#XS3#$QK&8oi(u(I+wEQN>`_78vjlSbDQNTD#EA;DB7 z>}Dz;?2VvyfpVE}|9}>jDC44Nn~Sx;@BLR;Dg!8?{}NHgr)<55F;q`W&Jjt^e)GfS zEwgNvoaJYpeAsmPVzNszBe0@O(lMqx*+>uYo+8%lc@M#9h+_yHjy!%XH1c$egEmMI zGx;|I`<8q7@ywL-7jDD52e}0w?v#J8;=SYD1bnYHB`r6J+}Ahmz=7-8>KJW^WYVpgCQ91YGO`vWipxkw{owBA{q4%REWotx*K6+T zY6RF=lzA-os3~k9-Kwf&knXs?4v!&gKBt~3wREIwIqOqpooD}|EE=iH;`y(XAi1F& z^{gt*0{8%e6zMhxTxqdZ(SH}Hiimrf$d6-Z24Mtn&`h&{&u@h=S%KX$IvmQ85odG^ z$03z!0Vdu{u&r`^ft{B!GdFgYVB%)8XNhg!jYJ8+@!g%uKB7eONP?rwlCB(yG*#KI zfZlru-d#oOf`Wf3IfZ%#W-hm$5fGR#Qvk+LW~vKCK!3^9Gk4sn?nnIARnOqM?u*XD zENorCePNw+)Q>aoCO)7QKMhub_2l!=!{MP}u7{5wg0zr>0Zz%`i?~CCZq%E}iiu4O zYg2t6t1UC1?V^i5+{O^CXg8<&c~^Moxs10!tS3OeY;-KYF@}{+A|i;kzgI#Bz^$ir zwO_io1H`FcPS_l52lqt%!KnT0E?S66&bp=Qv)hu~EmdElinMMQbS88g7tX#irgbGC zF?Rz5B%R|<3rG}>lDOzY`xKCheqaF5v2nsS3|$ou!ctE~Fg44_Lx(s#NJ>L1*)yvJ$VV%MTtUuq zJlh6DWaRr9Z3jtD_I9wXoHXA=PhZ%)wT^ICMtRQuB?%SRziO^dwKx|(#AzHevRLgI0XPy?;5PSY2R3ZyS^P^#=SeSt?d#dz;e z0Ebdxsigqk$esF7q$bIU6cVB3$tT@Na19E|<6Ac~E0&)iDV#AaJyFT#Bn2&##eIkd z+^r>LYz8>&i*|x0+PN+P@b#OpNN-2cHg+UdvcbU^KofmLt9*F(!786BDK%N!{={XZ zA_;G>Y@W#mq=ZCCCnECTQ>dt@x9M6#Lh}o<978ITC@f#1uxOCLiKMu;qOd%Y6x_7A z=0;hr6QO^yr)!nf1AZ2RASu8G5HWzutt^5as~SoaKAZTBT}w7VeSmIUQiI=RQy7ZBiuARo%U zc1)JSCom5w{3+diA-+=UuZT*Z;=lI1kQBSHLngI%vsO>tSsAO7BUMw;v%(M4Kfw_5 z+-xKuheNfJrEv)frAy;@u0U29TlB{SRHs}2BFgnfa)+92^|DzxcL&c zC*#n*`niV?Bf(BRqpU?#hR*9nW$hRRP6%mkcoE)q5IG@ug0W!>YGLMMKUUI1oneOR&|UL?SItK%jG5WaxtKcd6@Q24UW=-a)O|b4cdSs~^=@u?BB$ zd}-@uU2QcHd!9LDIkcsk983YiA3fl5xnw7pN8uX}WHOJEnwn}W)wwxKtV`BMK?)NSnVsY+f)pw*Lkj;{nhAwqI=-f(xn5t}kp1pR!UJbwyxSzXVCqYc!Qp_&NBD?_p zM1WDqOE}%!X{rUFD5NFl8DhX^oCkGsSXENf*N8^QS)j&U3l@YRLE8mU3m z)PRhFU5Bsci@5=LQ% zGzpy!1l~*zTID4V_zP4v|LU1fQT!z58hD4oQn0(`i_W>2nnZw-;3SGSi%CcYR%S85 zBS?h;7qS_Cm{_I(sGg&;L=gG^#5CfjbcYPn7zhOsEfROFWVcY7sk(znc57}AsxiKT zS&0z7V0mwtM&$EWcwJOXA~at*i6ZWTor~67W%%~&IkitZ80Q#z0ba7?SpsFj3GkS9 z0#xu;r81o5l?R~q_{;5nTRH79YjCYO{%G)$jf1C)0)zr)H2TU!R&a_ z9f2gQ*za_$wbxlAZxP+o`MGG>b#Lp8PRe9q?V9$u6A7uQx>aFkDmyRoLHcGfohjXu zr1;E0+oVEv!ScZGAPm4%TPD|Y2jL(9RSY-~6i(1aCO_%wo=%56q;i@8y!8?cx0vS; zGICZb zp|lT>7%le&6hyirofi$tC-<&{3IG#BN#x#jc~d%QPh9lQ)ZMeo-XWASZ|J~9A89u# zqLRWEpJ2k07u1E*G;~u?%tiu-(jbLohgyS#9e;i;Kf@2QL;gbL^MAfc%=og7NEg-z zWmo2q#rvYlgW-MV_T+sxoe!+!0;0CGs$mUY(1LsRZhhzW=1q$`nszDf7!{L#&6mz} zYja0)m8ROm_MK#zpI;C`UKaSOv#!J!L5VS!HaDAAKY(*qq=!9PvOjfiz{VidZE=xu zL#=j>as$zek^eF1AL$pl0s2}vuptQ`CQ*qFY#y9tfiOD^H#Q&_E1|(k2kGQ;Lk|(F zgzzNHus|n=9L3);9OF19TA;}UuB$`^$Ge2}8M6;EL)Mj@rYE9;4}=Fx#|xq0C5z=t zRJ4sHQwb}%N7Q0Gsq_eVW@&eK4fs>v6VKLW3$x_3k2}B&^n)>UFvPhzkQo97RR}k5 znx{u4`X(tk@bZM@KxF0Y3_mzk2)xv{REWzGlEdG^4kVHsZrtClEAin=3<;KTG6KXY zW#^D4LLpX@XKvt-US!uB_X4tWcUC2Nq&%2LQs5(NUmrz<%GamWb80fZym|A1Y-0<{ zTer5~kh!L*;m9@*Pjt;Ou4 zcA|Y(@in#ly=B;4cfPv3m6QH(qCCM`J|paX?`+qfYky}>)_4F4sw2L>y>=l4$g9=n zyxG|WeTDp-xy5SHdQyaZF2eN02k;gaXC&q*?#isGb2F6PfH+BO4n3U$ZX>vdkTegl zA3Imx`JW}r@ zmUM6~KRANA0d?&l&=icP*3j-XKcheupr}yI0IGmYSeY^43M;U?A2-HTGsRHQ>;>En zwo*RHk;akeZj(Thfx8SNp#W#MyQU(nj^p_yQZUlmpF~N{tl@-~DKGV`^~~^tjEUPV zwTAyHMk!)KO3k+Q;43oO4Eq_fJaOR=t}7456F0g)SMhacMPdf7ZVCo(%{bj!PPI{c zF4t>PEp{S8<>zj%lkII0cTwFt@FxW^X6vsUSIrhqf5;MGMgWSKxLqGg-EKL zBCxU|?Ia_iK(u)K)V%s|=GQLaCbxGlcG-h_AQ(X#1p&*VbodO08yHuJiE#vq0uOHF z2@z6)cleJRT?|2ivtXthF?VI`_VbOtCqxKt3?K*sktpL5o z?0rmZ!=FfS-k}_b6H%aNg3A?C_M=%v9UrRP$D(k3_nPW zOxUA{@puz4>XDl>v^Z$VlTqEl$dl&wq(pOf3LjMAU)1FH~vg54$+UN8WDC>~nwB~T2i!IVAnN?c-55INu- zi-JHrgjUA|f;^oUbo8z$Nm(V$AJ~gUzZy6#Wq6?x>I-IGTCqoRA`==l)3tgRD zH$f;(UfJz{rWczCML2{BUo_NW+l!J74#r-T=!0~l<26Ik!Aw?_F2;_GOI$(vv8+VN zI+8=8q%$Sik#UJj)8wRp`V=|s3!-n|grUyr+B|U$GU= z%h!H}1aleH@l7NfgE+022mnOTra zj+wpyTeSr+ET_=SU}i}mB0ejryZ7GK=4yR=dy>~puHr%~4Bh;sNK0;RZmImDHWsg$ z)s9Mg$(b-f&XfGS>f8(=NSis93AJ|@W|azXKsZ)`fNI!m>iA1>p@$gh4&?_a!eLx! ziv&8Z;b1;i!7`3M9Q`z*WUjK@)Bb>ff?@p$cxh7Fg38noU9U1Ii~Pdk_nx&)Q+9Q@v&ESZL!R_rC5a90fY(G3EJml@ zk>AW~ItWQk=qAl&4o(Zq(KTX^)&gUjflzR=kF?tNzhQI*sxh(j^l(u3!#rTa9`rHx*7SGSy-It!A@h_teW@NVSr_CC6^ zmO2GzqIno=0?4#IRDb>E0fKoY`*i&&6lQE zTGhTZ-RdGXZn_iib9<{^Z&mry^zthXbBw8&EoBWy%u;=;t~gg`6TQzV;jCHa()cBF z$|#0xv23ea6zUddwyKh&)oF%-?Vk5*b91w5%MP~yl_FNs3B-2=8F0{zQBf3#ZEKA| z5r!NeTEWE#=5}fWvJz7=iqt;&2?x%cp?4g6 zf8ro{z(INe*|75g**O?KFAmSkBAmSkJ!lka@!KJR~!=*>Tu)m$E!V4*zAA2T5cR$@qgn!{PB*j_}}5* z%1ZV(KSUhEi536bXK;U(om}zZWT3x1w<|_b{BYdq^e6v>jnA%R`|$qJjGpZ)!F^se zwc@V?f1hX1^Xzwc_5#oT0nes+_5+^H@a%VaR^=J;Y~_*O8fU-Fvss?~ke$r&?Du(g zPRisl=cQ0i7kK&)S-;4$Kj7JUp8X-uF7WIh@$5z9d&WYHJO)ksnAMy0cO7Yz+X`yj-rDvu52o%w{wvu1* z<@dhEGx@!r=b8N8>pYYGUgw$o^1sG2>G=yhlb+w;nY`04@=V_8mv|=c^vgVx=X!G` z7yZVp{Kl_HiTaJI9bFYNvuKKHv=t^hNu zyszGac=Gk7{M7MldFX|fTA+2_MDw=hZ&q4L>|m)Ykvy`5IkmFX9hW7P*#C=S7bYk9 zV`Tnje5_IvMK;g@i*-Uauv;9Ar%AFC@I-HOO=@a+6>K35>eMg)e=J;`8Im_NmS zgNZ~|91GVm`T+KGOfl)&>H!DbHK`s5{osiX^FI15D*^{Nv;?I9GzASWll?!)WW-as zQF;dkdH9f;IGk@mC}SMXafGKrQ+CzM?`%oy#vhjNt6t# zL`kb~O4ZiH{{5@5-j8<#k_A<35dc;Oh1O}39`#tFP*8iqvS>SdQK&$mfD082a;t#6 z6otY6fRi{=;64Ju+NmB^nn=cA;MWa=JAU$zB}gXf4~AsyE5erC?WLUnyCjJM#PfV2%K+anEZ%!?OSs8p z$uMEkLfm2>Tt+m{jDucHf`NV{7=U_S_@?Vz%=o2}lM(b5Zt>w4M<0ZhfH(X#Vo`ZT3{s7&w!#sqc7*W>(vDXPs^?mc9xPNeZ&` zRV*Rp;BRNLnHNnJn#R8d%*3C;!??H8^P@m9Z{vTop{YVezxl3<4xZ?`YX<_ zkq=>?jzGl(BO_R1LfuwcDy|i0_(2(q#zZA!{aF(u)8bXMv*>Bo)z=PIS6?GL`@mYG z%_ET*o7L+zp-9uFBUvUqYRy$Kg(}Gjh}4V>gF^<9X!I&YB?%cCB&Hm|JaBaHGx89I zzc*ruDF+=Y_?R*L(F_c{nQ#EBAkuUPyWc}yPGs|7_q(VZ*!>Yc;jfq<{Pz%)h6M#V zIo@f@9u_VH#9sI2duDZ>U`wJuB(2UFLWNUu0)4NMk}6Fx-v48&hWB~h@~ z{+2v&s?nHAvRv};k#)0;+-}n@io%OM!&9P4yo>r3P;YXvyIO|_mC|iq-$0c68kPjJ z`b}7_$1U64IS{K!tFFie)}4(b9L6^FmFgmu@7J&47Z@dcPKR*RtQ@ngE+_G*Ff0*^ zS~h9dbw^TK)LM>_c6ZP;rC3*s@xYJgkAsp~ejL=u^7mA``^D|WgK!`BRqgc4dTyWh ztyTBi&?vrZDtLxYb4>X#OQp=RW@8UE2bRg+QC zAa9!__r@P~1UuQtCl)hNFdrpJ6sCXx1R%$v6T&Gwo6p14i5q(;#{vrQ9Pv7r+={My z6;sRet|9==PrAEdj{ce!CTuStXvC?ZK~Q-46nDSyZA1J&3%kniu%JgNuu)KEV%U87 zb71g=C(J37`9$kufGP?8@2Ia%tZs2d-GWHB@qhR9sr!ScPyhMTr#Nf$HFE`esxd6c za0T%`a&2Q}9;=J@Ma09wwGE6V?Q=T<7>8eUB-7)BUF|Ad zpGmvSvo$&udwXu8AE)m=KpvnEAiAoRyoo1uXLg=7(=mO2J?>kqw^84iPw(!4@kBA2 zFT^c{Uqmfc2)nsq+h!Mdw>QKiwT2`=JzJVP@qTO2+J_2ST+yusG&4AxU>2BDJ;4-}~TJO`MdJ z-nzx>7NSx-nS)2iVy)GAVNXJdFR_VhY9H6U&2H$rogC@51d%h(wHHM}D^#_q4;g=I zv17ZDq|Rxtm6G;aVFpv`4)R4u13wxld*!vl=t+;9p!&b{QOP20pQ0A2SXa^Xj_?m<}QLN*&AL!)E8bu zMu>4+)fKHe<>cI)AP&EO7+eb+4!;{rh`&{Elz_Sg0pErB8$Vh7)c>>RPc?&`edb!_ zreB)=p@sN|{;XN`@cVQ7{r!K;d4_k8U^decgm)6W7wwA5gWS;Sg%&NJId-qeTKt;ioa$@7ujX=lPPDly6%B|cCkIpsoV^g>qF6>rbXZjJ7p@d}BpL#; zqr7IcgkuIyF#(|;)qtT1CY1w|g5BDrjr5khIIJ3aA4;x@bpORZhc240Mdj3QUT2F} zRm*H1l$h3H@Tep@*J<=>Erzd_9KZhN@vHq+7{KrEJ%CCWFf6F3Qx>msxkpOL=r`+T z&pu_b?kOHP)e{Eo`8I>58pH#pz9$E(C-vZe6$a|Jlz^OKlF@FWDqD4t!=kxXQQmB3 zuEnBkHI@=V)OBtsfU(@_KbGYuKl`Xn`TMXPW60(5L>@wNG?&YvV)VS`nj*1b!tiSZ_}&! zeYJM7f8v+DZ3Ow+UQ3RLe3)}gvAeBv?5@F`^ZA=~B-y>Uey6_m0<-O|fkE7sS2fMF zY?7eYo1b6s7T}4#SX1cPiXQabgOB*tESPBC;qIZWu zPfs}vdc&Z{y@2?|0t20yhtbUhW6t;lj>9;P z;F!d5oUx05MDdk!2a$?c^bo0t*hOpu5W9$FGOOYhQxVQUx&4^SAgshx+Q517(@FRh z690s5iv$5IxNuf1dS#}6dEHT39Hq~3KQ)RRcp{b=QuqYNqfhwp_*#&8L{-Vda4C0Y zHBhH(xfMK6E`Z0G51e>-s)-X>-wJaS;+g$``OyY}+B(n}MiI~p{9qDAW7vdD=-U;~ z{8-D z1loAj*@YqlwqsAgAs7kAfQv>~g)Guf6r2FDr}PN)f#?8$G~sqW0MY=+i_`${Rw0-3 zi2y}lv~&iG9K8D>yayLyWOOpXL&0_vYzzrlDfFj&UBD&i>jJH<3Z{-(RcUuBtOQJ5 zvE<>z(-=NcWN?WyHMlIVZ zZBxxGrEPUjrETguA-|}zed^cR>2_21wzO;2z3F*zw%xR=GQunva)v^{igaPoMEYN7 zJS4eAKJ>FdAW>4Qt=26##S)HgXnYZ)05vcv6m$#<^+};BLd@s>($eb&O9Az|2GizG z)qVFN4I4r_-A=Eo-ivUk%x9q2wPaz?S*+Ks?y1+c9!>Nh{0oFb|lP>hS_mZZXXsmCza3~4Nm2IAb4_Fpo&|PllMXS=mD|4e}I1{ zzBK|V7@pV^gpW9rM{yj(QNeK%$8%0^A55C1EO9z89lJ#m?h#42d7DA@4Ar z;SlBX#^FhX@%WMj7C?wW$e2Wkw!d)ZCwRhPcf9TZQ@-vzxr?OZBN@aKjXDSc0&${G_g)Y!;luE--gZ1} zHr~*G7CdY=-p?m^*zBG>%zDT)4{J9Q?Mr^PndmOgw_{ziv6?||K3!u-Qn9ZvA!$RB zLiC1z7M2@5xtjb?_mvf;qroV$o2R``m$Gq456H)l$ftu5T#-*CJQx!COpM@)KBB(& zkf+oDM=gaeTG+}{%`ACpc29XKbzM@PYPSNWF0vNQ*}Ztb+ujI1n_PxJYa{p{wAq?} zV|#OB`t`TI^hHA)U8B?(+3%lCE=ZGSk6^Z{w8&5svX>Xx3n)c7j#+!S=n>>mm2Y~g z+UK=;E>GOJaclF&&gPBPoz1NqHzOD58{kd%ynCD5$S~Me;B^-l_hC;F&xE1_r-igl z1-6zZqY6QsFuQ?ka2+@rSfwn(O4!!0@<)4&SuHteW32|Qrbg|VgO-{%uSczBhE4g? znp)^1Ic(}7FXuAGq9k{ldNq6!5|0e?{n{CKhi9vz>S8@@^L~|jA<)66^ta-IC zTuWD&O06>>bhh5lRXbYmuTe&WB|BxlhvSwOZW0c{f~_aaSLu8WzvBk2g{26{w zoQ>s?$%Ht|w<9BtT@UaUW!x3@gR%8#mKD81yV0{}S?opz-|7YwpoPv>4>5f&erjvv z(`c5~{nEcR#+mHsEVDS%+teKvsX2=_dPo~qZ)pOdD>hcSVU=JS6EgwLg7^h z96-y6oC!{$3r8;;Xo)uFx^TteWEL9;mmTD4Xby`bQP8Ui29N#4Or^a&)ut!A7nMYE zpkWZ*nP=`NF1*O1hNw?a#9NAKrzj$7p{3Jy)fdz#M$Ik4sdczS`KR0*<9*-1NL{1>l!I}LK_ApolEMNfe-(dx=9}~b?bqgF znWLP;bql$#w45VRzotqYby1}t1!&@e;Xz#mr*h~fk-D8)P0>xlVjg58ZOtGWGmWDU sOjUHk)Yql8(#%p}tsox|kq+JFvdPsi-_J?##`5|`<|0o1AMbn;aH9sUyZ`_I diff --git a/libsrc/ffdec_lib/testdata/as3_new/src/Main.as b/libsrc/ffdec_lib/testdata/as3_new/src/Main.as index f4f2f0b89f..a06a37b1d1 100644 --- a/libsrc/ffdec_lib/testdata/as3_new/src/Main.as +++ b/libsrc/ffdec_lib/testdata/as3_new/src/Main.as @@ -100,6 +100,7 @@ package TestOperations; TestOptimization; TestOptimizationAndOr; + TestOptimizationWhile; TestOptionalParameters; TestParamNames; TestParamsCount; diff --git a/libsrc/ffdec_lib/testdata/as3_new/src/tests/TestOptimizationWhile.as b/libsrc/ffdec_lib/testdata/as3_new/src/tests/TestOptimizationWhile.as new file mode 100644 index 0000000000..c0020a994c --- /dev/null +++ b/libsrc/ffdec_lib/testdata/as3_new/src/tests/TestOptimizationWhile.as @@ -0,0 +1,29 @@ +package tests +{ + + public class TestOptimizationWhile + { + public function run():* + { + // Add more than 3 variables. + // Optimization happens from register 4 on. + // (setlocal X takes more bytes than dup) + var a:int = 1; + var b:int = 2; + var c:int = 3; + + var d:int = 4; + + while(true) + { + d = Math.round(Math.random() * 10); + if(d >= 10) + { + break; + } + trace("xxx"); + d++; + } + } + } +} From 08d53442443b0af4c8788f5b27c88e06ccb19790 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jindra=20Pet=C5=99=C3=ADk?= Date: Wed, 25 Sep 2024 10:13:38 +0200 Subject: [PATCH 16/42] Tests fix --- .../as3decompile/ActionScript3ClassicAirDecompileTest.java | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/libsrc/ffdec_lib/test/com/jpexs/decompiler/flash/as3decompile/ActionScript3ClassicAirDecompileTest.java b/libsrc/ffdec_lib/test/com/jpexs/decompiler/flash/as3decompile/ActionScript3ClassicAirDecompileTest.java index 51c0985d7d..6864b3fafe 100644 --- a/libsrc/ffdec_lib/test/com/jpexs/decompiler/flash/as3decompile/ActionScript3ClassicAirDecompileTest.java +++ b/libsrc/ffdec_lib/test/com/jpexs/decompiler/flash/as3decompile/ActionScript3ClassicAirDecompileTest.java @@ -1714,8 +1714,13 @@ public void testOptimizationWhile() { + "var b:int = 2;\r\n" + "var c:int = 3;\r\n" + "var d:int = 4;\r\n" - + "while(d = Math.round(Math.random() * 10), d < 10)\r\n" + + "while(true)\r\n" + + "{\r\n" + + "d = Math.round(Math.random() * 10);\r\n" + + "if(d >= 10)\r\n" + "{\r\n" + + "break;\r\n" + + "}\r\n" + "trace(\"xxx\");\r\n" + "d++;\r\n" + "}\r\n", From 690d12ffa9c8943a55238d63cf68efdd43e80560 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jindra=20Pet=C5=99=C3=ADk?= Date: Thu, 26 Sep 2024 10:10:03 +0200 Subject: [PATCH 17/42] Locales properties reformated --- .../flash/locales/AppResources.properties | 54 +- .../flash/locales/AppResources_ca.properties | 44 +- .../flash/locales/AppResources_cs.properties | 54 +- .../flash/locales/AppResources_de.properties | 4 +- .../flash/locales/AppResources_es.properties | 40 +- .../flash/locales/AppResources_fr.properties | 44 +- .../flash/locales/AppResources_hu.properties | 44 +- .../flash/locales/AppResources_it.properties | 44 +- .../flash/locales/AppResources_ja.properties | 44 +- .../flash/locales/AppResources_nl.properties | 54 +- .../flash/locales/AppResources_pl.properties | 4 +- .../flash/locales/AppResources_pt.properties | 4 +- .../locales/AppResources_pt_BR.properties | 54 +- .../flash/locales/AppResources_ru.properties | 38 +- .../flash/locales/AppResources_sv.properties | 38 +- .../flash/locales/AppResources_tr.properties | 54 +- .../flash/locales/AppResources_uk.properties | 38 +- .../flash/locales/AppResources_zh.properties | 52 +- .../flash/gui/locales/AboutDialog.properties | 20 +- .../gui/locales/AboutDialog_ca.properties | 20 +- .../gui/locales/AboutDialog_cs.properties | 20 +- .../gui/locales/AboutDialog_de.properties | 14 +- .../gui/locales/AboutDialog_es.properties | 20 +- .../gui/locales/AboutDialog_fr.properties | 20 +- .../gui/locales/AboutDialog_hu.properties | 20 +- .../gui/locales/AboutDialog_it.properties | 20 +- .../gui/locales/AboutDialog_ja.properties | 20 +- .../gui/locales/AboutDialog_nl.properties | 20 +- .../gui/locales/AboutDialog_pl.properties | 14 +- .../gui/locales/AboutDialog_pt.properties | 14 +- .../gui/locales/AboutDialog_pt_BR.properties | 20 +- .../gui/locales/AboutDialog_ru.properties | 20 +- .../gui/locales/AboutDialog_sv.properties | 20 +- .../gui/locales/AboutDialog_tr.properties | 20 +- .../gui/locales/AboutDialog_uk.properties | 14 +- .../gui/locales/AboutDialog_zh.properties | 20 +- .../locales/AdvancedSettingsDialog.properties | 874 ++++----- .../AdvancedSettingsDialog_ca.properties | 538 +++--- .../AdvancedSettingsDialog_cs.properties | 876 ++++----- .../AdvancedSettingsDialog_es.properties | 522 +++--- .../AdvancedSettingsDialog_fr.properties | 522 +++--- .../AdvancedSettingsDialog_hu.properties | 522 +++--- .../AdvancedSettingsDialog_it.properties | 522 +++--- .../AdvancedSettingsDialog_ja.properties | 606 +++--- .../AdvancedSettingsDialog_nl.properties | 826 ++++----- .../AdvancedSettingsDialog_pl.properties | 310 ++-- .../AdvancedSettingsDialog_pt_BR.properties | 834 ++++----- .../AdvancedSettingsDialog_ru.properties | 320 ++-- .../AdvancedSettingsDialog_sv.properties | 610 +++--- .../AdvancedSettingsDialog_tr.properties | 788 ++++---- .../AdvancedSettingsDialog_uk.properties | 12 +- .../AdvancedSettingsDialog_zh.properties | 772 ++++---- .../gui/locales/AsLinkageDialog.properties | 24 +- .../gui/locales/AsLinkageDialog_cs.properties | 24 +- .../locales/BreakpointListDialog.properties | 22 +- .../BreakpointListDialog_cs.properties | 22 +- .../BreakpointListDialog_nl.properties | 22 +- .../CollectDepthAsSpritesDialog.properties | 14 +- .../CollectDepthAsSpritesDialog_cs.properties | 14 +- .../gui/locales/DebugLogDialog.properties | 8 +- .../gui/locales/DebugLogDialog_ca.properties | 8 +- .../gui/locales/DebugLogDialog_cs.properties | 8 +- .../gui/locales/DebugLogDialog_es.properties | 8 +- .../gui/locales/DebugLogDialog_fr.properties | 8 +- .../gui/locales/DebugLogDialog_hu.properties | 8 +- .../gui/locales/DebugLogDialog_it.properties | 8 +- .../gui/locales/DebugLogDialog_ja.properties | 8 +- .../gui/locales/DebugLogDialog_nl.properties | 8 +- .../locales/DebugLogDialog_pt_BR.properties | 8 +- .../gui/locales/DebugLogDialog_ru.properties | 8 +- .../gui/locales/DebugLogDialog_sv.properties | 8 +- .../gui/locales/DebugLogDialog_tr.properties | 8 +- .../gui/locales/DebugLogDialog_zh.properties | 8 +- .../gui/locales/ErrorLogFrame.properties | 8 +- .../gui/locales/ErrorLogFrame_ca.properties | 8 +- .../gui/locales/ErrorLogFrame_cs.properties | 8 +- .../gui/locales/ErrorLogFrame_de.properties | 8 +- .../gui/locales/ErrorLogFrame_es.properties | 8 +- .../gui/locales/ErrorLogFrame_fr.properties | 8 +- .../gui/locales/ErrorLogFrame_hu.properties | 8 +- .../gui/locales/ErrorLogFrame_it.properties | 8 +- .../gui/locales/ErrorLogFrame_ja.properties | 8 +- .../gui/locales/ErrorLogFrame_nl.properties | 8 +- .../gui/locales/ErrorLogFrame_pl.properties | 8 +- .../gui/locales/ErrorLogFrame_pt.properties | 8 +- .../locales/ErrorLogFrame_pt_BR.properties | 8 +- .../gui/locales/ErrorLogFrame_ru.properties | 8 +- .../gui/locales/ErrorLogFrame_sv.properties | 8 +- .../gui/locales/ErrorLogFrame_tr.properties | 8 +- .../gui/locales/ErrorLogFrame_uk.properties | 8 +- .../gui/locales/ErrorLogFrame_zh.properties | 8 +- .../flash/gui/locales/ExportDialog.properties | 136 +- .../gui/locales/ExportDialog_ca.properties | 120 +- .../gui/locales/ExportDialog_cs.properties | 136 +- .../gui/locales/ExportDialog_de.properties | 42 +- .../gui/locales/ExportDialog_es.properties | 120 +- .../gui/locales/ExportDialog_fr.properties | 120 +- .../gui/locales/ExportDialog_hu.properties | 120 +- .../gui/locales/ExportDialog_it.properties | 120 +- .../gui/locales/ExportDialog_ja.properties | 130 +- .../gui/locales/ExportDialog_nl.properties | 132 +- .../gui/locales/ExportDialog_pl.properties | 90 +- .../gui/locales/ExportDialog_pt.properties | 42 +- .../gui/locales/ExportDialog_pt_BR.properties | 132 +- .../gui/locales/ExportDialog_ru.properties | 94 +- .../gui/locales/ExportDialog_sv.properties | 120 +- .../gui/locales/ExportDialog_tr.properties | 130 +- .../gui/locales/ExportDialog_uk.properties | 44 +- .../gui/locales/ExportDialog_zh.properties | 130 +- .../gui/locales/FilesChangedDialog.properties | 8 +- .../locales/FilesChangedDialog_cs.properties | 8 +- .../locales/FilesChangedDialog_ja.properties | 8 +- .../locales/FilesChangedDialog_nl.properties | 8 +- .../FilesChangedDialog_pt_BR.properties | 8 +- .../locales/FilesChangedDialog_sv.properties | 8 +- .../locales/FilesChangedDialog_tr.properties | 8 +- .../locales/FilesChangedDialog_zh.properties | 8 +- .../gui/locales/FontEmbedDialog.properties | 30 +- .../gui/locales/FontEmbedDialog_ca.properties | 22 +- .../gui/locales/FontEmbedDialog_cs.properties | 30 +- .../gui/locales/FontEmbedDialog_de.properties | 6 +- .../gui/locales/FontEmbedDialog_es.properties | 22 +- .../gui/locales/FontEmbedDialog_fr.properties | 22 +- .../gui/locales/FontEmbedDialog_hu.properties | 22 +- .../gui/locales/FontEmbedDialog_it.properties | 22 +- .../gui/locales/FontEmbedDialog_ja.properties | 24 +- .../gui/locales/FontEmbedDialog_nl.properties | 30 +- .../gui/locales/FontEmbedDialog_pl.properties | 22 +- .../locales/FontEmbedDialog_pt_BR.properties | 30 +- .../gui/locales/FontEmbedDialog_ru.properties | 22 +- .../gui/locales/FontEmbedDialog_sv.properties | 24 +- .../gui/locales/FontEmbedDialog_tr.properties | 24 +- .../gui/locales/FontEmbedDialog_uk.properties | 6 +- .../gui/locales/FontEmbedDialog_zh.properties | 24 +- .../gui/locales/FontPreviewDialog.properties | 2 +- .../locales/FontPreviewDialog_ca.properties | 2 +- .../locales/FontPreviewDialog_cs.properties | 2 +- .../locales/FontPreviewDialog_es.properties | 2 +- .../locales/FontPreviewDialog_fr.properties | 2 +- .../locales/FontPreviewDialog_hu.properties | 2 +- .../locales/FontPreviewDialog_it.properties | 2 +- .../locales/FontPreviewDialog_ja.properties | 2 +- .../locales/FontPreviewDialog_nl.properties | 2 +- .../locales/FontPreviewDialog_pl.properties | 2 +- .../FontPreviewDialog_pt_BR.properties | 2 +- .../locales/FontPreviewDialog_ru.properties | 2 +- .../locales/FontPreviewDialog_sv.properties | 2 +- .../locales/FontPreviewDialog_tr.properties | 2 +- .../locales/FontPreviewDialog_uk.properties | 2 +- .../locales/FontPreviewDialog_zh.properties | 2 +- .../flash/gui/locales/GraphDialog.properties | 6 +- .../gui/locales/GraphDialog_ca.properties | 2 +- .../gui/locales/GraphDialog_cs.properties | 6 +- .../gui/locales/GraphDialog_de.properties | 2 +- .../gui/locales/GraphDialog_es.properties | 2 +- .../gui/locales/GraphDialog_fr.properties | 2 +- .../gui/locales/GraphDialog_hu.properties | 2 +- .../gui/locales/GraphDialog_it.properties | 2 +- .../gui/locales/GraphDialog_ja.properties | 6 +- .../gui/locales/GraphDialog_nl.properties | 6 +- .../gui/locales/GraphDialog_pl.properties | 2 +- .../gui/locales/GraphDialog_pt.properties | 2 +- .../gui/locales/GraphDialog_pt_BR.properties | 6 +- .../gui/locales/GraphDialog_ru.properties | 2 +- .../gui/locales/GraphDialog_sv.properties | 6 +- .../gui/locales/GraphDialog_tr.properties | 6 +- .../gui/locales/GraphDialog_uk.properties | 2 +- .../gui/locales/GraphDialog_zh.properties | 6 +- .../gui/locales/LoadFromCacheFrame.properties | 12 +- .../locales/LoadFromCacheFrame_ca.properties | 12 +- .../locales/LoadFromCacheFrame_cs.properties | 12 +- .../locales/LoadFromCacheFrame_de.properties | 12 +- .../locales/LoadFromCacheFrame_es.properties | 12 +- .../locales/LoadFromCacheFrame_fr.properties | 12 +- .../locales/LoadFromCacheFrame_hu.properties | 12 +- .../locales/LoadFromCacheFrame_it.properties | 12 +- .../locales/LoadFromCacheFrame_ja.properties | 12 +- .../locales/LoadFromCacheFrame_nl.properties | 12 +- .../locales/LoadFromCacheFrame_pl.properties | 12 +- .../LoadFromCacheFrame_pt_BR.properties | 12 +- .../locales/LoadFromCacheFrame_ru.properties | 12 +- .../locales/LoadFromCacheFrame_sv.properties | 12 +- .../locales/LoadFromCacheFrame_tr.properties | 12 +- .../locales/LoadFromCacheFrame_uk.properties | 12 +- .../locales/LoadFromCacheFrame_zh.properties | 12 +- .../locales/LoadFromMemoryFrame.properties | 34 +- .../locales/LoadFromMemoryFrame_ca.properties | 28 +- .../locales/LoadFromMemoryFrame_cs.properties | 34 +- .../locales/LoadFromMemoryFrame_de.properties | 18 +- .../locales/LoadFromMemoryFrame_es.properties | 28 +- .../locales/LoadFromMemoryFrame_fr.properties | 28 +- .../locales/LoadFromMemoryFrame_hu.properties | 28 +- .../locales/LoadFromMemoryFrame_it.properties | 28 +- .../locales/LoadFromMemoryFrame_ja.properties | 28 +- .../locales/LoadFromMemoryFrame_nl.properties | 34 +- .../locales/LoadFromMemoryFrame_pl.properties | 26 +- .../locales/LoadFromMemoryFrame_pt.properties | 16 +- .../LoadFromMemoryFrame_pt_BR.properties | 34 +- .../locales/LoadFromMemoryFrame_ru.properties | 26 +- .../locales/LoadFromMemoryFrame_sv.properties | 28 +- .../locales/LoadFromMemoryFrame_tr.properties | 34 +- .../locales/LoadFromMemoryFrame_uk.properties | 26 +- .../locales/LoadFromMemoryFrame_zh.properties | 34 +- .../gui/locales/LoadingDialog.properties | 2 +- .../gui/locales/LoadingDialog_ca.properties | 2 +- .../gui/locales/LoadingDialog_cs.properties | 2 +- .../gui/locales/LoadingDialog_de.properties | 2 +- .../gui/locales/LoadingDialog_es.properties | 2 +- .../gui/locales/LoadingDialog_fr.properties | 2 +- .../gui/locales/LoadingDialog_hu.properties | 2 +- .../gui/locales/LoadingDialog_it.properties | 2 +- .../gui/locales/LoadingDialog_ja.properties | 2 +- .../gui/locales/LoadingDialog_nl.properties | 2 +- .../gui/locales/LoadingDialog_pl.properties | 2 +- .../gui/locales/LoadingDialog_pt.properties | 2 +- .../locales/LoadingDialog_pt_BR.properties | 2 +- .../gui/locales/LoadingDialog_ru.properties | 2 +- .../gui/locales/LoadingDialog_sv.properties | 2 +- .../gui/locales/LoadingDialog_tr.properties | 2 +- .../gui/locales/LoadingDialog_uk.properties | 2 +- .../gui/locales/LoadingDialog_zh.properties | 2 +- .../flash/gui/locales/MainFrame.properties | 1628 ++++++++--------- .../flash/gui/locales/MainFrame_ca.properties | 1082 +++++------ .../flash/gui/locales/MainFrame_cs.properties | 1606 ++++++++-------- .../flash/gui/locales/MainFrame_de.properties | 892 ++++----- .../flash/gui/locales/MainFrame_es.properties | 1024 +++++------ .../flash/gui/locales/MainFrame_fr.properties | 1026 +++++------ .../flash/gui/locales/MainFrame_hu.properties | 1020 +++++------ .../flash/gui/locales/MainFrame_it.properties | 1024 +++++------ .../flash/gui/locales/MainFrame_ja.properties | 1124 ++++++------ .../flash/gui/locales/MainFrame_nl.properties | 1570 ++++++++-------- .../flash/gui/locales/MainFrame_pl.properties | 740 ++++---- .../flash/gui/locales/MainFrame_pt.properties | 524 +++--- .../gui/locales/MainFrame_pt_BR.properties | 1526 +++++++-------- .../flash/gui/locales/MainFrame_ru.properties | 820 ++++----- .../flash/gui/locales/MainFrame_sv.properties | 1134 ++++++------ .../flash/gui/locales/MainFrame_tr.properties | 1428 +++++++-------- .../flash/gui/locales/MainFrame_uk.properties | 620 +++---- .../flash/gui/locales/MainFrame_zh.properties | 1408 +++++++------- .../flash/gui/locales/ModeFrame.properties | 6 +- .../flash/gui/locales/ModeFrame_ca.properties | 6 +- .../flash/gui/locales/ModeFrame_cs.properties | 6 +- .../flash/gui/locales/ModeFrame_de.properties | 6 +- .../flash/gui/locales/ModeFrame_es.properties | 6 +- .../flash/gui/locales/ModeFrame_fr.properties | 6 +- .../flash/gui/locales/ModeFrame_hu.properties | 6 +- .../flash/gui/locales/ModeFrame_it.properties | 6 +- .../flash/gui/locales/ModeFrame_nl.properties | 6 +- .../flash/gui/locales/ModeFrame_pl.properties | 6 +- .../flash/gui/locales/ModeFrame_pt.properties | 6 +- .../gui/locales/ModeFrame_pt_BR.properties | 6 +- .../flash/gui/locales/ModeFrame_ru.properties | 6 +- .../flash/gui/locales/ModeFrame_sv.properties | 6 +- .../flash/gui/locales/ModeFrame_tr.properties | 6 +- .../flash/gui/locales/ModeFrame_uk.properties | 6 +- .../flash/gui/locales/ModeFrame_zh.properties | 6 +- .../gui/locales/NewFileDialog.properties | 16 +- .../gui/locales/NewFileDialog_cs.properties | 16 +- .../gui/locales/NewFileDialog_nl.properties | 16 +- .../locales/NewFileDialog_pt_BR.properties | 16 +- .../gui/locales/NewFileDialog_tr.properties | 16 +- .../gui/locales/NewFileDialog_zh.properties | 16 +- .../gui/locales/NewVersionDialog.properties | 22 +- .../locales/NewVersionDialog_ca.properties | 22 +- .../locales/NewVersionDialog_cs.properties | 22 +- .../locales/NewVersionDialog_de.properties | 22 +- .../locales/NewVersionDialog_es.properties | 22 +- .../locales/NewVersionDialog_fr.properties | 22 +- .../locales/NewVersionDialog_hu.properties | 22 +- .../locales/NewVersionDialog_it.properties | 22 +- .../locales/NewVersionDialog_ja.properties | 22 +- .../locales/NewVersionDialog_nl.properties | 22 +- .../locales/NewVersionDialog_pl.properties | 22 +- .../locales/NewVersionDialog_pt.properties | 22 +- .../locales/NewVersionDialog_pt_BR.properties | 22 +- .../locales/NewVersionDialog_ru.properties | 22 +- .../locales/NewVersionDialog_sv.properties | 22 +- .../locales/NewVersionDialog_tr.properties | 22 +- .../locales/NewVersionDialog_uk.properties | 22 +- .../locales/NewVersionDialog_zh.properties | 22 +- .../locales/PathResolvingDialog.properties | 8 +- .../locales/PathResolvingDialog_cs.properties | 8 +- .../flash/gui/locales/RenameDialog.properties | 12 +- .../gui/locales/RenameDialog_ca.properties | 12 +- .../gui/locales/RenameDialog_cs.properties | 12 +- .../gui/locales/RenameDialog_de.properties | 12 +- .../gui/locales/RenameDialog_es.properties | 12 +- .../gui/locales/RenameDialog_fr.properties | 12 +- .../gui/locales/RenameDialog_hu.properties | 12 +- .../gui/locales/RenameDialog_it.properties | 12 +- .../gui/locales/RenameDialog_ja.properties | 12 +- .../gui/locales/RenameDialog_nl.properties | 12 +- .../gui/locales/RenameDialog_pl.properties | 12 +- .../gui/locales/RenameDialog_pt.properties | 12 +- .../gui/locales/RenameDialog_pt_BR.properties | 12 +- .../gui/locales/RenameDialog_ru.properties | 12 +- .../gui/locales/RenameDialog_sv.properties | 12 +- .../gui/locales/RenameDialog_tr.properties | 12 +- .../gui/locales/RenameDialog_uk.properties | 12 +- .../gui/locales/RenameDialog_zh.properties | 12 +- .../locales/ReplaceCharacterDialog.properties | 8 +- .../ReplaceCharacterDialog_cs.properties | 8 +- .../ReplaceCharacterDialog_es.properties | 8 +- .../ReplaceCharacterDialog_hu.properties | 8 +- .../ReplaceCharacterDialog_it.properties | 8 +- .../ReplaceCharacterDialog_ja.properties | 8 +- .../ReplaceCharacterDialog_nl.properties | 8 +- .../ReplaceCharacterDialog_pt_BR.properties | 8 +- .../ReplaceCharacterDialog_sv.properties | 8 +- .../ReplaceCharacterDialog_tr.properties | 8 +- .../ReplaceCharacterDialog_zh.properties | 8 +- .../gui/locales/ReplaceTraceDialog.properties | 8 +- .../locales/ReplaceTraceDialog_ca.properties | 8 +- .../locales/ReplaceTraceDialog_cs.properties | 8 +- .../locales/ReplaceTraceDialog_es.properties | 8 +- .../locales/ReplaceTraceDialog_fr.properties | 8 +- .../locales/ReplaceTraceDialog_hu.properties | 8 +- .../locales/ReplaceTraceDialog_it.properties | 8 +- .../locales/ReplaceTraceDialog_ja.properties | 8 +- .../locales/ReplaceTraceDialog_nl.properties | 8 +- .../ReplaceTraceDialog_pt_BR.properties | 8 +- .../locales/ReplaceTraceDialog_ru.properties | 8 +- .../locales/ReplaceTraceDialog_sv.properties | 8 +- .../locales/ReplaceTraceDialog_tr.properties | 8 +- .../locales/ReplaceTraceDialog_zh.properties | 8 +- .../flash/gui/locales/SearchDialog.properties | 40 +- .../gui/locales/SearchDialog_ca.properties | 28 +- .../gui/locales/SearchDialog_cs.properties | 40 +- .../gui/locales/SearchDialog_de.properties | 14 +- .../gui/locales/SearchDialog_es.properties | 26 +- .../gui/locales/SearchDialog_fr.properties | 26 +- .../gui/locales/SearchDialog_hu.properties | 26 +- .../gui/locales/SearchDialog_it.properties | 26 +- .../gui/locales/SearchDialog_ja.properties | 38 +- .../gui/locales/SearchDialog_nl.properties | 40 +- .../gui/locales/SearchDialog_pl.properties | 20 +- .../gui/locales/SearchDialog_pt.properties | 14 +- .../gui/locales/SearchDialog_pt_BR.properties | 40 +- .../gui/locales/SearchDialog_ru.properties | 26 +- .../gui/locales/SearchDialog_sv.properties | 38 +- .../gui/locales/SearchDialog_tr.properties | 40 +- .../gui/locales/SearchDialog_uk.properties | 20 +- .../gui/locales/SearchDialog_zh.properties | 40 +- .../locales/SearchResultsDialog.properties | 6 +- .../locales/SearchResultsDialog_ca.properties | 6 +- .../locales/SearchResultsDialog_cs.properties | 6 +- .../locales/SearchResultsDialog_es.properties | 6 +- .../locales/SearchResultsDialog_fr.properties | 6 +- .../locales/SearchResultsDialog_hu.properties | 6 +- .../locales/SearchResultsDialog_it.properties | 6 +- .../locales/SearchResultsDialog_ja.properties | 6 +- .../locales/SearchResultsDialog_nl.properties | 6 +- .../locales/SearchResultsDialog_pl.properties | 6 +- .../SearchResultsDialog_pt_BR.properties | 6 +- .../locales/SearchResultsDialog_ru.properties | 6 +- .../locales/SearchResultsDialog_sv.properties | 6 +- .../locales/SearchResultsDialog_tr.properties | 6 +- .../locales/SearchResultsDialog_zh.properties | 6 +- .../SelectFramePositionDialog.properties | 8 +- .../SelectFramePositionDialog_cs.properties | 8 +- .../SelectFramePositionDialog_nl.properties | 8 +- .../locales/SelectLanguageDialog.properties | 10 +- .../SelectLanguageDialog_ca.properties | 10 +- .../SelectLanguageDialog_cs.properties | 10 +- .../SelectLanguageDialog_de.properties | 10 +- .../SelectLanguageDialog_es.properties | 10 +- .../SelectLanguageDialog_fr.properties | 10 +- .../SelectLanguageDialog_hu.properties | 10 +- .../SelectLanguageDialog_it.properties | 10 +- .../SelectLanguageDialog_ja.properties | 10 +- .../SelectLanguageDialog_nl.properties | 10 +- .../SelectLanguageDialog_pl.properties | 10 +- .../SelectLanguageDialog_pt.properties | 10 +- .../SelectLanguageDialog_pt_BR.properties | 10 +- .../SelectLanguageDialog_ru.properties | 10 +- .../SelectLanguageDialog_sv.properties | 10 +- .../SelectLanguageDialog_tr.properties | 10 +- .../SelectLanguageDialog_uk.properties | 10 +- .../SelectLanguageDialog_zh.properties | 10 +- .../locales/SelectTagOfTypeDialog.properties | 6 +- .../SelectTagOfTypeDialog_cs.properties | 6 +- .../SelectTagPositionDialog.properties | 10 +- .../SelectTagPositionDialog_cs.properties | 10 +- .../SelectTagPositionDialog_nl.properties | 8 +- .../SelectTagPositionDialog_pt_BR.properties | 8 +- .../SelectTagPositionDialog_tr.properties | 8 +- .../SelectTagPositionDialog_zh.properties | 8 +- .../locales/abc/ABCExplorerDialog.properties | 42 +- .../abc/ABCExplorerDialog_cs.properties | 44 +- .../abc/ABCExplorerDialog_nl.properties | 26 +- .../abc/ABCExplorerDialog_pt_BR.properties | 26 +- .../gui/locales/abc/AddClassDialog.properties | 16 +- .../locales/abc/AddClassDialog_cs.properties | 16 +- .../locales/abc/AddClassDialog_ja.properties | 8 +- .../locales/abc/AddClassDialog_nl.properties | 16 +- .../abc/AddClassDialog_pt_BR.properties | 16 +- .../locales/abc/AddClassDialog_tr.properties | 16 +- .../locales/abc/AddClassDialog_zh.properties | 16 +- .../abc/As3ClassLinkageDialog.properties | 42 +- .../abc/As3ClassLinkageDialog_cs.properties | 42 +- .../abc/DeobfuscationDialog.properties | 26 +- .../abc/DeobfuscationDialog_ca.properties | 16 +- .../abc/DeobfuscationDialog_cs.properties | 26 +- .../abc/DeobfuscationDialog_de.properties | 16 +- .../abc/DeobfuscationDialog_es.properties | 16 +- .../abc/DeobfuscationDialog_fr.properties | 16 +- .../abc/DeobfuscationDialog_hu.properties | 16 +- .../abc/DeobfuscationDialog_it.properties | 16 +- .../abc/DeobfuscationDialog_ja.properties | 16 +- .../abc/DeobfuscationDialog_nl.properties | 26 +- .../abc/DeobfuscationDialog_pl.properties | 16 +- .../abc/DeobfuscationDialog_pt.properties | 16 +- .../abc/DeobfuscationDialog_pt_BR.properties | 26 +- .../abc/DeobfuscationDialog_ru.properties | 16 +- .../abc/DeobfuscationDialog_sv.properties | 16 +- .../abc/DeobfuscationDialog_tr.properties | 26 +- .../abc/DeobfuscationDialog_uk.properties | 16 +- .../abc/DeobfuscationDialog_zh.properties | 26 +- .../gui/locales/abc/NewTraitDialog.properties | 16 +- .../locales/abc/NewTraitDialog_ca.properties | 16 +- .../locales/abc/NewTraitDialog_cs.properties | 16 +- .../locales/abc/NewTraitDialog_de.properties | 16 +- .../locales/abc/NewTraitDialog_es.properties | 16 +- .../locales/abc/NewTraitDialog_fr.properties | 16 +- .../locales/abc/NewTraitDialog_hu.properties | 16 +- .../locales/abc/NewTraitDialog_it.properties | 16 +- .../locales/abc/NewTraitDialog_ja.properties | 16 +- .../locales/abc/NewTraitDialog_nl.properties | 16 +- .../locales/abc/NewTraitDialog_pl.properties | 16 +- .../abc/NewTraitDialog_pt_BR.properties | 16 +- .../locales/abc/NewTraitDialog_ru.properties | 16 +- .../locales/abc/NewTraitDialog_sv.properties | 16 +- .../locales/abc/NewTraitDialog_tr.properties | 16 +- .../locales/abc/NewTraitDialog_uk.properties | 16 +- .../locales/abc/NewTraitDialog_zh.properties | 16 +- .../locales/abc/SelectDoABCDialog.properties | 6 +- .../abc/SelectDoABCDialog_cs.properties | 6 +- .../abc/SelectDoABCDialog_nl.properties | 6 +- .../abc/SelectDoABCDialog_pt_BR.properties | 6 +- .../abc/SelectDoABCDialog_tr.properties | 6 +- .../abc/SelectDoABCDialog_zh.properties | 6 +- .../gui/locales/abc/UsageFrame.properties | 8 +- .../gui/locales/abc/UsageFrame_ca.properties | 8 +- .../gui/locales/abc/UsageFrame_cs.properties | 8 +- .../gui/locales/abc/UsageFrame_de.properties | 6 +- .../gui/locales/abc/UsageFrame_es.properties | 8 +- .../gui/locales/abc/UsageFrame_fr.properties | 8 +- .../gui/locales/abc/UsageFrame_hu.properties | 8 +- .../gui/locales/abc/UsageFrame_it.properties | 8 +- .../gui/locales/abc/UsageFrame_ja.properties | 8 +- .../gui/locales/abc/UsageFrame_nl.properties | 8 +- .../gui/locales/abc/UsageFrame_pl.properties | 8 +- .../gui/locales/abc/UsageFrame_pt.properties | 6 +- .../locales/abc/UsageFrame_pt_BR.properties | 8 +- .../gui/locales/abc/UsageFrame_ru.properties | 8 +- .../gui/locales/abc/UsageFrame_sv.properties | 8 +- .../gui/locales/abc/UsageFrame_tr.properties | 8 +- .../gui/locales/abc/UsageFrame_uk.properties | 6 +- .../gui/locales/abc/UsageFrame_zh.properties | 8 +- .../locales/action/AddScriptDialog.properties | 26 +- .../action/AddScriptDialog_cs.properties | 26 +- .../action/AddScriptDialog_ja.properties | 26 +- .../action/AddScriptDialog_nl.properties | 26 +- .../action/AddScriptDialog_pt_BR.properties | 26 +- .../action/AddScriptDialog_tr.properties | 26 +- .../action/AddScriptDialog_zh.properties | 26 +- .../hexview/GotoAddressDialog.properties | 8 +- .../hexview/GotoAddressDialog_cs.properties | 8 +- .../hexview/GotoAddressDialog_ja.properties | 8 +- .../hexview/GotoAddressDialog_nl.properties | 8 +- .../GotoAddressDialog_pt_BR.properties | 8 +- .../hexview/GotoAddressDialog_tr.properties | 8 +- .../hexview/GotoAddressDialog_zh.properties | 8 +- .../gui/locales/proxy/ProxyFrame.properties | 40 +- .../locales/proxy/ProxyFrame_ca.properties | 40 +- .../locales/proxy/ProxyFrame_cs.properties | 40 +- .../locales/proxy/ProxyFrame_de.properties | 22 +- .../locales/proxy/ProxyFrame_es.properties | 40 +- .../locales/proxy/ProxyFrame_fr.properties | 40 +- .../locales/proxy/ProxyFrame_hu.properties | 40 +- .../locales/proxy/ProxyFrame_it.properties | 40 +- .../locales/proxy/ProxyFrame_ja.properties | 40 +- .../locales/proxy/ProxyFrame_nl.properties | 40 +- .../locales/proxy/ProxyFrame_pl.properties | 22 +- .../locales/proxy/ProxyFrame_pt.properties | 22 +- .../locales/proxy/ProxyFrame_pt_BR.properties | 40 +- .../locales/proxy/ProxyFrame_ru.properties | 40 +- .../locales/proxy/ProxyFrame_sv.properties | 40 +- .../locales/proxy/ProxyFrame_tr.properties | 40 +- .../locales/proxy/ProxyFrame_uk.properties | 22 +- .../locales/proxy/ProxyFrame_zh.properties | 40 +- 491 files changed, 19140 insertions(+), 19140 deletions(-) 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 7aa6b0827a..bc2ed851af 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,32 +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 4e8801a08e..3783e25092 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,26 +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 96b1fe3513..85526cb946 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,33 +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 633ea43f0e..e001f079b1 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,5 +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 61e1559c56..24ac633fd4 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,24 +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 e8eacde369..1a0613e014 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,26 +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 d5d8c695dd..250cfa45bf 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,26 +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 2b93af61b9..7b4a0fc15d 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,26 +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 3d6a041111..c342cd1383 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,26 +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 b0a9227e2b..6ceb2e907e 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,32 +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 a0ed603de8..fd00928d77 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,5 +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 dee749e80c..64f639223b 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,5 +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 bd76b359c3..304610d79d 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,32 +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 e2ae8b5b62..aae5160ccf 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,23 +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 cdc802267b..3a5bcff728 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,23 +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 d62b87a955..56a2b625e7 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,32 +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 f7e5fff5c8..18d905bd5f 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,23 +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 680ed57467..f970192bf7 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,31 +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/src/com/jpexs/decompiler/flash/gui/locales/AboutDialog.properties b/src/com/jpexs/decompiler/flash/gui/locales/AboutDialog.properties index 0e4cba3251..e9bc78422b 100644 --- a/src/com/jpexs/decompiler/flash/gui/locales/AboutDialog.properties +++ b/src/com/jpexs/decompiler/flash/gui/locales/AboutDialog.properties @@ -12,15 +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 273d53bea6..dc9f3f2197 100644 --- a/src/com/jpexs/decompiler/flash/gui/locales/AboutDialog_ca.properties +++ b/src/com/jpexs/decompiler/flash/gui/locales/AboutDialog_ca.properties @@ -12,15 +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 622be7cde7..2f1fa9fb87 100644 --- a/src/com/jpexs/decompiler/flash/gui/locales/AboutDialog_cs.properties +++ b/src/com/jpexs/decompiler/flash/gui/locales/AboutDialog_cs.properties @@ -12,15 +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 c34b8823c7..4e817215f0 100644 --- a/src/com/jpexs/decompiler/flash/gui/locales/AboutDialog_de.properties +++ b/src/com/jpexs/decompiler/flash/gui/locales/AboutDialog_de.properties @@ -12,12 +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 f65b7ffa31..daeccd39ae 100644 --- a/src/com/jpexs/decompiler/flash/gui/locales/AboutDialog_es.properties +++ b/src/com/jpexs/decompiler/flash/gui/locales/AboutDialog_es.properties @@ -12,15 +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 0e3c61f72a..0b4c63b7d4 100644 --- a/src/com/jpexs/decompiler/flash/gui/locales/AboutDialog_fr.properties +++ b/src/com/jpexs/decompiler/flash/gui/locales/AboutDialog_fr.properties @@ -12,15 +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 355b6675e2..e76c893779 100644 --- a/src/com/jpexs/decompiler/flash/gui/locales/AboutDialog_hu.properties +++ b/src/com/jpexs/decompiler/flash/gui/locales/AboutDialog_hu.properties @@ -12,15 +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 cbe17bdfb1..95c1deefdf 100644 --- a/src/com/jpexs/decompiler/flash/gui/locales/AboutDialog_it.properties +++ b/src/com/jpexs/decompiler/flash/gui/locales/AboutDialog_it.properties @@ -12,15 +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 529612786c..49cc306c55 100644 --- a/src/com/jpexs/decompiler/flash/gui/locales/AboutDialog_ja.properties +++ b/src/com/jpexs/decompiler/flash/gui/locales/AboutDialog_ja.properties @@ -12,15 +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 2de0caf05f..35b005f8c7 100644 --- a/src/com/jpexs/decompiler/flash/gui/locales/AboutDialog_nl.properties +++ b/src/com/jpexs/decompiler/flash/gui/locales/AboutDialog_nl.properties @@ -12,15 +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 12acb8a0a7..82cbb0babc 100644 --- a/src/com/jpexs/decompiler/flash/gui/locales/AboutDialog_pl.properties +++ b/src/com/jpexs/decompiler/flash/gui/locales/AboutDialog_pl.properties @@ -12,12 +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 525d514512..41d0e8348e 100644 --- a/src/com/jpexs/decompiler/flash/gui/locales/AboutDialog_pt.properties +++ b/src/com/jpexs/decompiler/flash/gui/locales/AboutDialog_pt.properties @@ -12,12 +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 769601e73b..07189eb0b1 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,15 +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 2278b59c47..a6e14ab180 100644 --- a/src/com/jpexs/decompiler/flash/gui/locales/AboutDialog_ru.properties +++ b/src/com/jpexs/decompiler/flash/gui/locales/AboutDialog_ru.properties @@ -12,15 +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 21f62d8a51..81ef17d495 100644 --- a/src/com/jpexs/decompiler/flash/gui/locales/AboutDialog_sv.properties +++ b/src/com/jpexs/decompiler/flash/gui/locales/AboutDialog_sv.properties @@ -12,15 +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 ef1d576b5a..01953445d6 100644 --- a/src/com/jpexs/decompiler/flash/gui/locales/AboutDialog_tr.properties +++ b/src/com/jpexs/decompiler/flash/gui/locales/AboutDialog_tr.properties @@ -12,15 +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 92eb101624..6fed2ce4b9 100644 --- a/src/com/jpexs/decompiler/flash/gui/locales/AboutDialog_uk.properties +++ b/src/com/jpexs/decompiler/flash/gui/locales/AboutDialog_uk.properties @@ -12,12 +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 55fcf7fa1b..54c2d4bf95 100644 --- a/src/com/jpexs/decompiler/flash/gui/locales/AboutDialog_zh.properties +++ b/src/com/jpexs/decompiler/flash/gui/locales/AboutDialog_zh.properties @@ -12,15 +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 b88a0c7744..b3b7dc36dd 100644 --- a/src/com/jpexs/decompiler/flash/gui/locales/AdvancedSettingsDialog.properties +++ b/src/com/jpexs/decompiler/flash/gui/locales/AdvancedSettingsDialog.properties @@ -12,324 +12,324 @@ # # 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 +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.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.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.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.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.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.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= +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.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. +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 #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.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.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.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.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.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 @@ -342,192 +342,192 @@ config.description.useOldStyleGetSetLocalsAs3PCode=Use oldstyle getlocal_x, setl 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.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.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.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.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.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.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.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.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.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.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.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. #after 21.0.2 -config.name.linkAllClasses=Add link to all classes (sound, font, image) -config.description.linkAllClasses=Add special script that links all (sound, font, image) classes in the SWF. This is useful when no other script links them, to be still available in compiled file. +config.name.linkAllClasses = Add link to all classes (sound, font, image) +config.description.linkAllClasses = Add special script that links all (sound, font, image) classes in the SWF. This is useful when no other script links them, to be still available in compiled file. 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 d67046587d..f91c0bb1c8 100644 --- a/src/com/jpexs/decompiler/flash/gui/locales/AdvancedSettingsDialog_ca.properties +++ b/src/com/jpexs/decompiler/flash/gui/locales/AdvancedSettingsDialog_ca.properties @@ -12,291 +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 +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.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.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.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.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= +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.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 +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 bfbc8882b3..7b5d45e955 100644 --- a/src/com/jpexs/decompiler/flash/gui/locales/AdvancedSettingsDialog_cs.properties +++ b/src/com/jpexs/decompiler/flash/gui/locales/AdvancedSettingsDialog_cs.properties @@ -12,327 +12,327 @@ # # 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 +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.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.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.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.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.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 +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.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= +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.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.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 #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.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.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.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.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.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 @@ -345,187 +345,187 @@ config.description.useOldStyleGetSetLocalsAs3PCode=Pou\u017e\u00edvat postaru ge 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.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.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.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.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.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.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.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.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.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.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.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.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. #after 21.0.2 -config.name.linkAllClasses=P\u0159idat vazbu na v\u0161echny t\u0159\u00eddy (zvuky, p\u00edsma, obr\u00e1zky) -config.description.linkAllClasses=P\u0159id\u00e1 speci\u00e1ln\u00ed skript kter\u00fd odkazuje na v\u0161echny t\u0159\u00eddy (zvuky, p\u00edsma, obr\u00e1zky) v SWF souboru. Tohle je u\u017eite\u010dn\u00e9 pokud \u017e\u00e1dn\u00fd jin\u00fd skript na n\u011b neodkazuje, aby byly st\u00e1le sou\u010d\u00e1st\u00ed zkompilovan\u00e9ho souboru. +config.name.linkAllClasses = P\u0159idat vazbu na v\u0161echny t\u0159\u00eddy (zvuky, p\u00edsma, obr\u00e1zky) +config.description.linkAllClasses = P\u0159id\u00e1 speci\u00e1ln\u00ed skript kter\u00fd odkazuje na v\u0161echny t\u0159\u00eddy (zvuky, p\u00edsma, obr\u00e1zky) v SWF souboru. Tohle je u\u017eite\u010dn\u00e9 pokud \u017e\u00e1dn\u00fd jin\u00fd skript na n\u011b neodkazuje, aby byly st\u00e1le sou\u010d\u00e1st\u00ed zkompilovan\u00e9ho souboru. 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 c1252ddcc0..748557e783 100644 --- a/src/com/jpexs/decompiler/flash/gui/locales/AdvancedSettingsDialog_es.properties +++ b/src/com/jpexs/decompiler/flash/gui/locales/AdvancedSettingsDialog_es.properties @@ -12,286 +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 +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.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.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.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.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.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.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.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= +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.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 e6a716bab8..20bcc16827 100644 --- a/src/com/jpexs/decompiler/flash/gui/locales/AdvancedSettingsDialog_fr.properties +++ b/src/com/jpexs/decompiler/flash/gui/locales/AdvancedSettingsDialog_fr.properties @@ -12,282 +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 +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.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.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.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.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.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= +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.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 d375b1a4c6..24843ece5c 100644 --- a/src/com/jpexs/decompiler/flash/gui/locales/AdvancedSettingsDialog_hu.properties +++ b/src/com/jpexs/decompiler/flash/gui/locales/AdvancedSettingsDialog_hu.properties @@ -12,286 +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 +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.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.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.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.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.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.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.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= +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.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 d7eea9bf19..c5d9594c93 100644 --- a/src/com/jpexs/decompiler/flash/gui/locales/AdvancedSettingsDialog_it.properties +++ b/src/com/jpexs/decompiler/flash/gui/locales/AdvancedSettingsDialog_it.properties @@ -12,286 +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 +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.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.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.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.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.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.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.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= +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.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 3f8ff5ba70..20c2a168f2 100644 --- a/src/com/jpexs/decompiler/flash/gui/locales/AdvancedSettingsDialog_ja.properties +++ b/src/com/jpexs/decompiler/flash/gui/locales/AdvancedSettingsDialog_ja.properties @@ -12,324 +12,324 @@ # # 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 +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.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.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.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.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.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.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.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= +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.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.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.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 #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.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.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.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.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.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 @@ -342,29 +342,29 @@ config.description.useOldStyleGetSetLocalsAs3PCode=FFDec 12.x \u4ee5\u524d\u306e 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.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.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.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 607711edf0..b7b1c71a6f 100644 --- a/src/com/jpexs/decompiler/flash/gui/locales/AdvancedSettingsDialog_nl.properties +++ b/src/com/jpexs/decompiler/flash/gui/locales/AdvancedSettingsDialog_nl.properties @@ -12,311 +12,311 @@ # # 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.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.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.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.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.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.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.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 +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.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.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 #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.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.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.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.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.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 @@ -329,175 +329,175 @@ config.description.useOldStyleGetSetLocalsAs3PCode=Gebruik oude stijl getlocal_x 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.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.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.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.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.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.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.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.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.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.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.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 56bdcc4f25..f7b4f1f740 100644 --- a/src/com/jpexs/decompiler/flash/gui/locales/AdvancedSettingsDialog_pl.properties +++ b/src/com/jpexs/decompiler/flash/gui/locales/AdvancedSettingsDialog_pl.properties @@ -12,168 +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 +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.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.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 +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 50a7320d0f..5e99912888 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,324 +12,324 @@ # # 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 +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.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.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.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.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.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.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= +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.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. +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 #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.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.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.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.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.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 @@ -342,168 +342,168 @@ config.description.useOldStyleGetSetLocalsAs3PCode=Usa o estilo antigo de getloc 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.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.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.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.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.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.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.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.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.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 d1cdcd05f4..cbe1ea1a32 100644 --- a/src/com/jpexs/decompiler/flash/gui/locales/AdvancedSettingsDialog_ru.properties +++ b/src/com/jpexs/decompiler/flash/gui/locales/AdvancedSettingsDialog_ru.properties @@ -12,173 +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 +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.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.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. +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 15ecd3ddc7..ec208976e4 100644 --- a/src/com/jpexs/decompiler/flash/gui/locales/AdvancedSettingsDialog_sv.properties +++ b/src/com/jpexs/decompiler/flash/gui/locales/AdvancedSettingsDialog_sv.properties @@ -12,318 +12,318 @@ # # 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 +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.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.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.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= +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.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. +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 #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.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.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.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.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.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 @@ -336,29 +336,29 @@ config.description.useOldStyleGetSetLocalsAs3PCode=Anv\u00e4nd gammal stil getlo 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.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.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.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 c4baffbc80..3f7dc84ba4 100644 --- a/src/com/jpexs/decompiler/flash/gui/locales/AdvancedSettingsDialog_tr.properties +++ b/src/com/jpexs/decompiler/flash/gui/locales/AdvancedSettingsDialog_tr.properties @@ -12,324 +12,324 @@ # # 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 +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.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.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.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.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.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.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= +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.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. +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 #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.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.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.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.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.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 @@ -342,135 +342,135 @@ config.description.useOldStyleGetSetLocalsAs3PCode=FFDec 12.x veya daha eski s\u 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.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.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.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.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.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 9be6f5ebf3..17a6368b7f 100644 --- a/src/com/jpexs/decompiler/flash/gui/locales/AdvancedSettingsDialog_uk.properties +++ b/src/com/jpexs/decompiler/flash/gui/locales/AdvancedSettingsDialog_uk.properties @@ -12,9 +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 72105543f3..3ca31707f5 100644 --- a/src/com/jpexs/decompiler/flash/gui/locales/AdvancedSettingsDialog_zh.properties +++ b/src/com/jpexs/decompiler/flash/gui/locales/AdvancedSettingsDialog_zh.properties @@ -12,324 +12,324 @@ # # 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 +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.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.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.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.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.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.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= +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.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 +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 #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.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.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.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.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.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 @@ -342,123 +342,123 @@ config.description.useOldStyleGetSetLocalsAs3PCode=\u4f7f\u7528FFDec12\u7248\u67 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.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.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.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.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.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 1157dd21e0..74ce0667c9 100644 --- a/src/com/jpexs/decompiler/flash/gui/locales/AsLinkageDialog.properties +++ b/src/com/jpexs/decompiler/flash/gui/locales/AsLinkageDialog.properties @@ -12,15 +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 54ba6b8001..c66567311b 100644 --- a/src/com/jpexs/decompiler/flash/gui/locales/AsLinkageDialog_cs.properties +++ b/src/com/jpexs/decompiler/flash/gui/locales/AsLinkageDialog_cs.properties @@ -12,15 +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 26e06c9015..59852ae384 100644 --- a/src/com/jpexs/decompiler/flash/gui/locales/BreakpointListDialog.properties +++ b/src/com/jpexs/decompiler/flash/gui/locales/BreakpointListDialog.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=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 64ed85bb5f..46f758ad6a 100644 --- a/src/com/jpexs/decompiler/flash/gui/locales/BreakpointListDialog_cs.properties +++ b/src/com/jpexs/decompiler/flash/gui/locales/BreakpointListDialog_cs.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=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 95d6caedb3..aed5062c32 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 a4b1fa7996..a960568db7 100644 --- a/src/com/jpexs/decompiler/flash/gui/locales/CollectDepthAsSpritesDialog.properties +++ b/src/com/jpexs/decompiler/flash/gui/locales/CollectDepthAsSpritesDialog.properties @@ -12,10 +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 e8da23d453..f7616801da 100644 --- a/src/com/jpexs/decompiler/flash/gui/locales/CollectDepthAsSpritesDialog_cs.properties +++ b/src/com/jpexs/decompiler/flash/gui/locales/CollectDepthAsSpritesDialog_cs.properties @@ -12,10 +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 0150825698..755cc17224 100644 --- a/src/com/jpexs/decompiler/flash/gui/locales/DebugLogDialog.properties +++ b/src/com/jpexs/decompiler/flash/gui/locales/DebugLogDialog.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=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 f684ea5430..7257c81280 100644 --- a/src/com/jpexs/decompiler/flash/gui/locales/DebugLogDialog_ca.properties +++ b/src/com/jpexs/decompiler/flash/gui/locales/DebugLogDialog_ca.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=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 0fce80ec62..3f43e5cc48 100644 --- a/src/com/jpexs/decompiler/flash/gui/locales/DebugLogDialog_cs.properties +++ b/src/com/jpexs/decompiler/flash/gui/locales/DebugLogDialog_cs.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=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 d3c03ee7f8..433d43e4cc 100644 --- a/src/com/jpexs/decompiler/flash/gui/locales/DebugLogDialog_es.properties +++ b/src/com/jpexs/decompiler/flash/gui/locales/DebugLogDialog_es.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=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 25647a6950..865b21f4ce 100644 --- a/src/com/jpexs/decompiler/flash/gui/locales/DebugLogDialog_fr.properties +++ b/src/com/jpexs/decompiler/flash/gui/locales/DebugLogDialog_fr.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=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 e564652e34..b82408a262 100644 --- a/src/com/jpexs/decompiler/flash/gui/locales/DebugLogDialog_hu.properties +++ b/src/com/jpexs/decompiler/flash/gui/locales/DebugLogDialog_hu.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=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 0d5e2c80e1..681d5e1a98 100644 --- a/src/com/jpexs/decompiler/flash/gui/locales/DebugLogDialog_it.properties +++ b/src/com/jpexs/decompiler/flash/gui/locales/DebugLogDialog_it.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=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 14e25759d7..4adfc11d98 100644 --- a/src/com/jpexs/decompiler/flash/gui/locales/DebugLogDialog_ja.properties +++ b/src/com/jpexs/decompiler/flash/gui/locales/DebugLogDialog_ja.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=\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 77d605ceab..6b0a969cf9 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 f31fcad024..806ae1c322 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,7 +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 a321b2ede4..b4cb84e001 100644 --- a/src/com/jpexs/decompiler/flash/gui/locales/DebugLogDialog_ru.properties +++ b/src/com/jpexs/decompiler/flash/gui/locales/DebugLogDialog_ru.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=\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 afd15d900a..ecdae94de4 100644 --- a/src/com/jpexs/decompiler/flash/gui/locales/DebugLogDialog_sv.properties +++ b/src/com/jpexs/decompiler/flash/gui/locales/DebugLogDialog_sv.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=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 8cb960de3b..3873a11fbc 100644 --- a/src/com/jpexs/decompiler/flash/gui/locales/DebugLogDialog_tr.properties +++ b/src/com/jpexs/decompiler/flash/gui/locales/DebugLogDialog_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=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 8689ae359a..a33321350f 100644 --- a/src/com/jpexs/decompiler/flash/gui/locales/DebugLogDialog_zh.properties +++ b/src/com/jpexs/decompiler/flash/gui/locales/DebugLogDialog_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=\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 f382883c8d..e9ff803aed 100644 --- a/src/com/jpexs/decompiler/flash/gui/locales/ErrorLogFrame.properties +++ b/src/com/jpexs/decompiler/flash/gui/locales/ErrorLogFrame.properties @@ -12,8 +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 c722e58c16..868888b765 100644 --- a/src/com/jpexs/decompiler/flash/gui/locales/ErrorLogFrame_ca.properties +++ b/src/com/jpexs/decompiler/flash/gui/locales/ErrorLogFrame_ca.properties @@ -12,8 +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 0ba5a33677..fd2fce555a 100644 --- a/src/com/jpexs/decompiler/flash/gui/locales/ErrorLogFrame_cs.properties +++ b/src/com/jpexs/decompiler/flash/gui/locales/ErrorLogFrame_cs.properties @@ -12,8 +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 d691cdbde8..1a3a3d81c3 100644 --- a/src/com/jpexs/decompiler/flash/gui/locales/ErrorLogFrame_de.properties +++ b/src/com/jpexs/decompiler/flash/gui/locales/ErrorLogFrame_de.properties @@ -12,7 +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 cd31551e4f..708f070e09 100644 --- a/src/com/jpexs/decompiler/flash/gui/locales/ErrorLogFrame_es.properties +++ b/src/com/jpexs/decompiler/flash/gui/locales/ErrorLogFrame_es.properties @@ -12,8 +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 b1e6e47a41..a585c9fa71 100644 --- a/src/com/jpexs/decompiler/flash/gui/locales/ErrorLogFrame_fr.properties +++ b/src/com/jpexs/decompiler/flash/gui/locales/ErrorLogFrame_fr.properties @@ -12,8 +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 9198301e5b..7688e74f91 100644 --- a/src/com/jpexs/decompiler/flash/gui/locales/ErrorLogFrame_hu.properties +++ b/src/com/jpexs/decompiler/flash/gui/locales/ErrorLogFrame_hu.properties @@ -12,8 +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 234c274a1b..7b73c821d3 100644 --- a/src/com/jpexs/decompiler/flash/gui/locales/ErrorLogFrame_it.properties +++ b/src/com/jpexs/decompiler/flash/gui/locales/ErrorLogFrame_it.properties @@ -12,8 +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 6b3bad9366..fbe2c90be3 100644 --- a/src/com/jpexs/decompiler/flash/gui/locales/ErrorLogFrame_ja.properties +++ b/src/com/jpexs/decompiler/flash/gui/locales/ErrorLogFrame_ja.properties @@ -12,8 +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 f90c4c9c87..4688844dea 100644 --- a/src/com/jpexs/decompiler/flash/gui/locales/ErrorLogFrame_nl.properties +++ b/src/com/jpexs/decompiler/flash/gui/locales/ErrorLogFrame_nl.properties @@ -12,8 +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 d5275b9edd..56d79ce267 100644 --- a/src/com/jpexs/decompiler/flash/gui/locales/ErrorLogFrame_pl.properties +++ b/src/com/jpexs/decompiler/flash/gui/locales/ErrorLogFrame_pl.properties @@ -12,8 +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 86d2a8a59a..ba3d359eed 100644 --- a/src/com/jpexs/decompiler/flash/gui/locales/ErrorLogFrame_pt.properties +++ b/src/com/jpexs/decompiler/flash/gui/locales/ErrorLogFrame_pt.properties @@ -12,8 +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 0e4d017a67..131f3815e9 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,8 +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 fd81652ec3..7a4c1faac9 100644 --- a/src/com/jpexs/decompiler/flash/gui/locales/ErrorLogFrame_ru.properties +++ b/src/com/jpexs/decompiler/flash/gui/locales/ErrorLogFrame_ru.properties @@ -12,8 +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 81b069d3de..c191c9b543 100644 --- a/src/com/jpexs/decompiler/flash/gui/locales/ErrorLogFrame_sv.properties +++ b/src/com/jpexs/decompiler/flash/gui/locales/ErrorLogFrame_sv.properties @@ -12,8 +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 df462a2dc6..d4a2259124 100644 --- a/src/com/jpexs/decompiler/flash/gui/locales/ErrorLogFrame_tr.properties +++ b/src/com/jpexs/decompiler/flash/gui/locales/ErrorLogFrame_tr.properties @@ -12,8 +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 7ecb187bfb..7f6cd186bb 100644 --- a/src/com/jpexs/decompiler/flash/gui/locales/ErrorLogFrame_uk.properties +++ b/src/com/jpexs/decompiler/flash/gui/locales/ErrorLogFrame_uk.properties @@ -12,8 +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 bc8ca57e0d..0284e1c102 100644 --- a/src/com/jpexs/decompiler/flash/gui/locales/ErrorLogFrame_zh.properties +++ b/src/com/jpexs/decompiler/flash/gui/locales/ErrorLogFrame_zh.properties @@ -12,8 +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 3e29c666fe..fb465856b6 100644 --- a/src/com/jpexs/decompiler/flash/gui/locales/ExportDialog.properties +++ b/src/com/jpexs/decompiler/flash/gui/locales/ExportDialog.properties @@ -12,86 +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 +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 +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.flv = FLV (Audio only) sounds.mp3_wav=MP3/WAV -sounds.wav=WAV -scripts=Scripts -scripts.as=ActionScript -scripts.pcode=P-code +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.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 +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 +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 #after 18.5.0 fonts4=DefineFont4 fonts4.cff=CFF -embed=Export embedded assets via [Embed] +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 0e0be672f4..439cca6e8e 100644 --- a/src/com/jpexs/decompiler/flash/gui/locales/ExportDialog_ca.properties +++ b/src/com/jpexs/decompiler/flash/gui/locales/ExportDialog_ca.properties @@ -12,68 +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 +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 +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.flv = FLV (nom\u00e9s \u00e0udio) sounds.mp3_wav=MP3/WAV -sounds.wav=WAV -scripts=Scripts -scripts.as=ActionScript -scripts.pcode=Codi P +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.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 +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 73168739e2..fb05648a4d 100644 --- a/src/com/jpexs/decompiler/flash/gui/locales/ExportDialog_cs.properties +++ b/src/com/jpexs/decompiler/flash/gui/locales/ExportDialog_cs.properties @@ -12,83 +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 +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 +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.flv = FLV (pouze zvuk) sounds.mp3_wav=MP3/WAV -sounds.wav=WAV -scripts=Skripty -scripts.as=ActionScript -scripts.pcode=P-k\u00f3d +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.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 +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 +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] +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 311f0bb630..7ae482acd4 100644 --- a/src/com/jpexs/decompiler/flash/gui/locales/ExportDialog_de.properties +++ b/src/com/jpexs/decompiler/flash/gui/locales/ExportDialog_de.properties @@ -12,26 +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 +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 +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 +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 8aca3a502a..5d772ec789 100644 --- a/src/com/jpexs/decompiler/flash/gui/locales/ExportDialog_es.properties +++ b/src/com/jpexs/decompiler/flash/gui/locales/ExportDialog_es.properties @@ -12,67 +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 +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 +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.flv = FLV (Solo audio) sounds.mp3_wav=MP3/WAV -sounds.wav=WAV -scripts=Scripts -scripts.as=ActionScript -scripts.pcode=P-code +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 +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 041e28c665..97c6acfbd8 100644 --- a/src/com/jpexs/decompiler/flash/gui/locales/ExportDialog_fr.properties +++ b/src/com/jpexs/decompiler/flash/gui/locales/ExportDialog_fr.properties @@ -12,67 +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 +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 +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.flv = FLV (Audio seulement) sounds.mp3_wav=MP3/WAV -sounds.wav=WAV -scripts=Scripts -scripts.as=ActionScript -scripts.pcode=Assembleur +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 +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 8747267ed4..c572c8df21 100644 --- a/src/com/jpexs/decompiler/flash/gui/locales/ExportDialog_hu.properties +++ b/src/com/jpexs/decompiler/flash/gui/locales/ExportDialog_hu.properties @@ -12,67 +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 +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 +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.flv = FLV (Csak hang) sounds.mp3_wav=MP3/WAV -sounds.wav=WAV -scripts=Szkriptek -scripts.as=ActionScript -scripts.pcode=P-code +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 +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 1c41edff2e..bd8746c6b0 100644 --- a/src/com/jpexs/decompiler/flash/gui/locales/ExportDialog_it.properties +++ b/src/com/jpexs/decompiler/flash/gui/locales/ExportDialog_it.properties @@ -12,67 +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 +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 +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.flv = FLV (solo audio) sounds.mp3_wav=MP3/WAV -sounds.wav=WAV -scripts=Script -scripts.as=ActionScript -scripts.pcode=P-code +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 +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 524fc6f8a9..6b095ff863 100644 --- a/src/com/jpexs/decompiler/flash/gui/locales/ExportDialog_ja.properties +++ b/src/com/jpexs/decompiler/flash/gui/locales/ExportDialog_ja.properties @@ -12,74 +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 +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 +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.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 +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.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 +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 207d90dc45..123169d67a 100644 --- a/src/com/jpexs/decompiler/flash/gui/locales/ExportDialog_nl.properties +++ b/src/com/jpexs/decompiler/flash/gui/locales/ExportDialog_nl.properties @@ -12,83 +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 +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 +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.flv = FLV (Alleen audio) sounds.mp3_wav=MP3/WAV -sounds.wav=WAV -scripts=Scripts -scripts.as=ActionScript -scripts.pcode=P-code +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.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 +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 +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 #after 18.5.0 fonts4=DefineFont4 fonts4.cff=CFF -embed=Ingesloten objectenen exporteren via [Embed] +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 d89beda69c..3092b5042c 100644 --- a/src/com/jpexs/decompiler/flash/gui/locales/ExportDialog_pl.properties +++ b/src/com/jpexs/decompiler/flash/gui/locales/ExportDialog_pl.properties @@ -12,52 +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 +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 +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.flv = FLV (Tylko d\u017awi\u0119k) sounds.mp3_wav=MP3/WAV -sounds.wav=WAV -scripts=Skrypty -scripts.as=ActionScript -scripts.pcode=P-kod +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. +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 72b1e9d1d1..d2bb14acd8 100644 --- a/src/com/jpexs/decompiler/flash/gui/locales/ExportDialog_pt.properties +++ b/src/com/jpexs/decompiler/flash/gui/locales/ExportDialog_pt.properties @@ -12,26 +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 +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 +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 +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 4aa54c59d7..b48e4e2396 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,83 +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 +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 +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.flv = FLV (Somente \u00e1udio) sounds.mp3_wav=MP3/WAV -sounds.wav=WAV -scripts=Scripts -scripts.as=ActionScript -scripts.pcode=P-code +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.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 +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 +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 #after 18.5.0 fonts4=DefineFont4 fonts4.cff=CFF -embed=Exportar ativos incorporados atrav\u00e9s de [Embed] +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 0764816fd0..32c64df920 100644 --- a/src/com/jpexs/decompiler/flash/gui/locales/ExportDialog_ru.properties +++ b/src/com/jpexs/decompiler/flash/gui/locales/ExportDialog_ru.properties @@ -12,54 +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 +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 +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.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 +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 +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 eab3b8105b..1fc4242602 100644 --- a/src/com/jpexs/decompiler/flash/gui/locales/ExportDialog_sv.properties +++ b/src/com/jpexs/decompiler/flash/gui/locales/ExportDialog_sv.properties @@ -12,67 +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 +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 +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.flv = FLV (Bara ljud) sounds.mp3_wav=MP3/WAV -sounds.wav=WAV -scripts=Skript -scripts.as=AS -scripts.pcode=P-Kod +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 +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 fcdc857091..41efd93c24 100644 --- a/src/com/jpexs/decompiler/flash/gui/locales/ExportDialog_tr.properties +++ b/src/com/jpexs/decompiler/flash/gui/locales/ExportDialog_tr.properties @@ -12,76 +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 +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 +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.flv = FLV (Sadece ses) sounds.mp3_wav=MP3/WAV -sounds.wav=WAV -scripts=Komutlar -scripts.as=ActionScript -scripts.pcode=P kodu +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.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 +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 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 728723cd31..c6d8138a10 100644 --- a/src/com/jpexs/decompiler/flash/gui/locales/ExportDialog_uk.properties +++ b/src/com/jpexs/decompiler/flash/gui/locales/ExportDialog_uk.properties @@ -12,28 +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 +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 +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 +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 +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 e99361a6f2..ebec72121e 100644 --- a/src/com/jpexs/decompiler/flash/gui/locales/ExportDialog_zh.properties +++ b/src/com/jpexs/decompiler/flash/gui/locales/ExportDialog_zh.properties @@ -12,76 +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 +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 +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.flv = FLV (\u4ec5\u97f3\u9891) sounds.mp3_wav=MP3/WAV -sounds.wav=WAV -scripts=\u811a\u672c -scripts.as=ActionScript -scripts.pcode=P-code +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.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 +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 diff --git a/src/com/jpexs/decompiler/flash/gui/locales/FilesChangedDialog.properties b/src/com/jpexs/decompiler/flash/gui/locales/FilesChangedDialog.properties index b06d591617..864d6c2278 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 ffd00a3dbb..d8a9b0724a 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 021b516811..179afe2124 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 c1a2dcfe2d..11ae462ddd 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 9b450bfdcf..6347b5723a 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 b5baaceb08..0515aa37f8 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 23dc100da8..fbb48db3d6 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 384f0d0f7b..18c14db6f6 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 92153cd4a0..7ffdc0b313 100644 --- a/src/com/jpexs/decompiler/flash/gui/locales/FontEmbedDialog.properties +++ b/src/com/jpexs/decompiler/flash/gui/locales/FontEmbedDialog.properties @@ -12,20 +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 73d0c46de4..cc4759f943 100644 --- a/src/com/jpexs/decompiler/flash/gui/locales/FontEmbedDialog_ca.properties +++ b/src/com/jpexs/decompiler/flash/gui/locales/FontEmbedDialog_ca.properties @@ -12,14 +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 39afdbcabe..cf0cd53a35 100644 --- a/src/com/jpexs/decompiler/flash/gui/locales/FontEmbedDialog_cs.properties +++ b/src/com/jpexs/decompiler/flash/gui/locales/FontEmbedDialog_cs.properties @@ -12,19 +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 ba2aeb47da..1a6a039f54 100644 --- a/src/com/jpexs/decompiler/flash/gui/locales/FontEmbedDialog_de.properties +++ b/src/com/jpexs/decompiler/flash/gui/locales/FontEmbedDialog_de.properties @@ -12,6 +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 0e5a9e0bd1..71658cf6aa 100644 --- a/src/com/jpexs/decompiler/flash/gui/locales/FontEmbedDialog_es.properties +++ b/src/com/jpexs/decompiler/flash/gui/locales/FontEmbedDialog_es.properties @@ -12,14 +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 1bc4eb51ce..cfa79ae878 100644 --- a/src/com/jpexs/decompiler/flash/gui/locales/FontEmbedDialog_fr.properties +++ b/src/com/jpexs/decompiler/flash/gui/locales/FontEmbedDialog_fr.properties @@ -12,14 +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 3055555618..2a87a5f46f 100644 --- a/src/com/jpexs/decompiler/flash/gui/locales/FontEmbedDialog_hu.properties +++ b/src/com/jpexs/decompiler/flash/gui/locales/FontEmbedDialog_hu.properties @@ -12,14 +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 48e482873b..7246620a2a 100644 --- a/src/com/jpexs/decompiler/flash/gui/locales/FontEmbedDialog_it.properties +++ b/src/com/jpexs/decompiler/flash/gui/locales/FontEmbedDialog_it.properties @@ -12,14 +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 6865cee284..51e5379166 100644 --- a/src/com/jpexs/decompiler/flash/gui/locales/FontEmbedDialog_ja.properties +++ b/src/com/jpexs/decompiler/flash/gui/locales/FontEmbedDialog_ja.properties @@ -12,15 +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 f8083b4afa..714814b6a0 100644 --- a/src/com/jpexs/decompiler/flash/gui/locales/FontEmbedDialog_nl.properties +++ b/src/com/jpexs/decompiler/flash/gui/locales/FontEmbedDialog_nl.properties @@ -12,20 +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 cb4f2a8ea1..e1aaafd1ac 100644 --- a/src/com/jpexs/decompiler/flash/gui/locales/FontEmbedDialog_pl.properties +++ b/src/com/jpexs/decompiler/flash/gui/locales/FontEmbedDialog_pl.properties @@ -12,14 +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 ba60160d5e..581867eb32 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,20 +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 5a81d636d0..d6472dc0cf 100644 --- a/src/com/jpexs/decompiler/flash/gui/locales/FontEmbedDialog_ru.properties +++ b/src/com/jpexs/decompiler/flash/gui/locales/FontEmbedDialog_ru.properties @@ -12,14 +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 0256999a59..a30edf46b0 100644 --- a/src/com/jpexs/decompiler/flash/gui/locales/FontEmbedDialog_sv.properties +++ b/src/com/jpexs/decompiler/flash/gui/locales/FontEmbedDialog_sv.properties @@ -12,15 +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 e514bcd23f..6e220f75c7 100644 --- a/src/com/jpexs/decompiler/flash/gui/locales/FontEmbedDialog_tr.properties +++ b/src/com/jpexs/decompiler/flash/gui/locales/FontEmbedDialog_tr.properties @@ -12,16 +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 68ec9734ad..3f753e1920 100644 --- a/src/com/jpexs/decompiler/flash/gui/locales/FontEmbedDialog_uk.properties +++ b/src/com/jpexs/decompiler/flash/gui/locales/FontEmbedDialog_uk.properties @@ -12,6 +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 d85f3d02f4..38068b1b52 100644 --- a/src/com/jpexs/decompiler/flash/gui/locales/FontEmbedDialog_zh.properties +++ b/src/com/jpexs/decompiler/flash/gui/locales/FontEmbedDialog_zh.properties @@ -12,15 +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 a2cafe3115..aa37fbba2c 100644 --- a/src/com/jpexs/decompiler/flash/gui/locales/FontPreviewDialog.properties +++ b/src/com/jpexs/decompiler/flash/gui/locales/FontPreviewDialog.properties @@ -12,4 +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 bc614b3d3d..d7fbd43bc8 100644 --- a/src/com/jpexs/decompiler/flash/gui/locales/FontPreviewDialog_ca.properties +++ b/src/com/jpexs/decompiler/flash/gui/locales/FontPreviewDialog_ca.properties @@ -12,4 +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 1b5d8fc18c..81c1ef25b8 100644 --- a/src/com/jpexs/decompiler/flash/gui/locales/FontPreviewDialog_cs.properties +++ b/src/com/jpexs/decompiler/flash/gui/locales/FontPreviewDialog_cs.properties @@ -12,4 +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 46bf26c6a7..d3eac5fcb3 100644 --- a/src/com/jpexs/decompiler/flash/gui/locales/FontPreviewDialog_es.properties +++ b/src/com/jpexs/decompiler/flash/gui/locales/FontPreviewDialog_es.properties @@ -12,4 +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 fbd0e57378..cc9f847aae 100644 --- a/src/com/jpexs/decompiler/flash/gui/locales/FontPreviewDialog_fr.properties +++ b/src/com/jpexs/decompiler/flash/gui/locales/FontPreviewDialog_fr.properties @@ -12,4 +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 d8180c2cb7..7c9d9e6ac1 100644 --- a/src/com/jpexs/decompiler/flash/gui/locales/FontPreviewDialog_hu.properties +++ b/src/com/jpexs/decompiler/flash/gui/locales/FontPreviewDialog_hu.properties @@ -12,4 +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 fba2a304cc..998977a5ab 100644 --- a/src/com/jpexs/decompiler/flash/gui/locales/FontPreviewDialog_it.properties +++ b/src/com/jpexs/decompiler/flash/gui/locales/FontPreviewDialog_it.properties @@ -12,4 +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 304ad7a337..5cd9146a78 100644 --- a/src/com/jpexs/decompiler/flash/gui/locales/FontPreviewDialog_ja.properties +++ b/src/com/jpexs/decompiler/flash/gui/locales/FontPreviewDialog_ja.properties @@ -12,4 +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 3f8582e3d6..ba011e5a65 100644 --- a/src/com/jpexs/decompiler/flash/gui/locales/FontPreviewDialog_nl.properties +++ b/src/com/jpexs/decompiler/flash/gui/locales/FontPreviewDialog_nl.properties @@ -12,4 +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 0d8a6b8e00..d7dd637b33 100644 --- a/src/com/jpexs/decompiler/flash/gui/locales/FontPreviewDialog_pl.properties +++ b/src/com/jpexs/decompiler/flash/gui/locales/FontPreviewDialog_pl.properties @@ -12,4 +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 4cb9e5fcf1..edb7e031d2 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,4 +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 af8fdc21c5..3b30bac3d5 100644 --- a/src/com/jpexs/decompiler/flash/gui/locales/FontPreviewDialog_ru.properties +++ b/src/com/jpexs/decompiler/flash/gui/locales/FontPreviewDialog_ru.properties @@ -12,4 +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 8ba1d5ae60..5ff2d2eb5c 100644 --- a/src/com/jpexs/decompiler/flash/gui/locales/FontPreviewDialog_sv.properties +++ b/src/com/jpexs/decompiler/flash/gui/locales/FontPreviewDialog_sv.properties @@ -12,4 +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 62ffb994f3..e607d04ef0 100644 --- a/src/com/jpexs/decompiler/flash/gui/locales/FontPreviewDialog_tr.properties +++ b/src/com/jpexs/decompiler/flash/gui/locales/FontPreviewDialog_tr.properties @@ -12,4 +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 4816fb7308..2df564e6bb 100644 --- a/src/com/jpexs/decompiler/flash/gui/locales/FontPreviewDialog_uk.properties +++ b/src/com/jpexs/decompiler/flash/gui/locales/FontPreviewDialog_uk.properties @@ -12,4 +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 99b33d052a..f53952f851 100644 --- a/src/com/jpexs/decompiler/flash/gui/locales/FontPreviewDialog_zh.properties +++ b/src/com/jpexs/decompiler/flash/gui/locales/FontPreviewDialog_zh.properties @@ -12,4 +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 1519d5dd46..7668e223e7 100644 --- a/src/com/jpexs/decompiler/flash/gui/locales/GraphDialog.properties +++ b/src/com/jpexs/decompiler/flash/gui/locales/GraphDialog.properties @@ -12,6 +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 dd81f6d151..0d8a12dd85 100644 --- a/src/com/jpexs/decompiler/flash/gui/locales/GraphDialog_ca.properties +++ b/src/com/jpexs/decompiler/flash/gui/locales/GraphDialog_ca.properties @@ -12,4 +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 f77356c8a4..bde01d5548 100644 --- a/src/com/jpexs/decompiler/flash/gui/locales/GraphDialog_cs.properties +++ b/src/com/jpexs/decompiler/flash/gui/locales/GraphDialog_cs.properties @@ -12,6 +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 4860fb1534..ca98283ee0 100644 --- a/src/com/jpexs/decompiler/flash/gui/locales/GraphDialog_de.properties +++ b/src/com/jpexs/decompiler/flash/gui/locales/GraphDialog_de.properties @@ -12,4 +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 8a76cf2b22..fdaaaae16f 100644 --- a/src/com/jpexs/decompiler/flash/gui/locales/GraphDialog_es.properties +++ b/src/com/jpexs/decompiler/flash/gui/locales/GraphDialog_es.properties @@ -12,4 +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 04c41b2199..c28db03975 100644 --- a/src/com/jpexs/decompiler/flash/gui/locales/GraphDialog_fr.properties +++ b/src/com/jpexs/decompiler/flash/gui/locales/GraphDialog_fr.properties @@ -12,4 +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 0d7ddcce04..903f7770da 100644 --- a/src/com/jpexs/decompiler/flash/gui/locales/GraphDialog_hu.properties +++ b/src/com/jpexs/decompiler/flash/gui/locales/GraphDialog_hu.properties @@ -12,4 +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 8a76cf2b22..fdaaaae16f 100644 --- a/src/com/jpexs/decompiler/flash/gui/locales/GraphDialog_it.properties +++ b/src/com/jpexs/decompiler/flash/gui/locales/GraphDialog_it.properties @@ -12,4 +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 8d362006c9..6b8a4373ff 100644 --- a/src/com/jpexs/decompiler/flash/gui/locales/GraphDialog_ja.properties +++ b/src/com/jpexs/decompiler/flash/gui/locales/GraphDialog_ja.properties @@ -12,6 +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 d8ac6f30b9..ddda6e7e76 100644 --- a/src/com/jpexs/decompiler/flash/gui/locales/GraphDialog_nl.properties +++ b/src/com/jpexs/decompiler/flash/gui/locales/GraphDialog_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 . -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 7614c57c4c..99eece2f45 100644 --- a/src/com/jpexs/decompiler/flash/gui/locales/GraphDialog_pl.properties +++ b/src/com/jpexs/decompiler/flash/gui/locales/GraphDialog_pl.properties @@ -12,4 +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 9f6d8b1fce..85c84e85ed 100644 --- a/src/com/jpexs/decompiler/flash/gui/locales/GraphDialog_pt.properties +++ b/src/com/jpexs/decompiler/flash/gui/locales/GraphDialog_pt.properties @@ -12,4 +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 cccd325874..4812bf68d1 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,6 +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 86dbeaa0fb..3ce185f9b9 100644 --- a/src/com/jpexs/decompiler/flash/gui/locales/GraphDialog_ru.properties +++ b/src/com/jpexs/decompiler/flash/gui/locales/GraphDialog_ru.properties @@ -12,4 +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 9a92c1fc0c..b938d43d42 100644 --- a/src/com/jpexs/decompiler/flash/gui/locales/GraphDialog_sv.properties +++ b/src/com/jpexs/decompiler/flash/gui/locales/GraphDialog_sv.properties @@ -12,6 +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 b96372f04c..c1bc01f1e0 100644 --- a/src/com/jpexs/decompiler/flash/gui/locales/GraphDialog_tr.properties +++ b/src/com/jpexs/decompiler/flash/gui/locales/GraphDialog_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 . -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 86dbeaa0fb..3ce185f9b9 100644 --- a/src/com/jpexs/decompiler/flash/gui/locales/GraphDialog_uk.properties +++ b/src/com/jpexs/decompiler/flash/gui/locales/GraphDialog_uk.properties @@ -12,4 +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 a61f55db93..12ae980484 100644 --- a/src/com/jpexs/decompiler/flash/gui/locales/GraphDialog_zh.properties +++ b/src/com/jpexs/decompiler/flash/gui/locales/GraphDialog_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 . -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 d02437bed3..5cb188e846 100644 --- a/src/com/jpexs/decompiler/flash/gui/locales/LoadFromCacheFrame.properties +++ b/src/com/jpexs/decompiler/flash/gui/locales/LoadFromCacheFrame.properties @@ -13,9 +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=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 9671216ad3..690b93e930 100644 --- a/src/com/jpexs/decompiler/flash/gui/locales/LoadFromCacheFrame_ca.properties +++ b/src/com/jpexs/decompiler/flash/gui/locales/LoadFromCacheFrame_ca.properties @@ -12,9 +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 8c00698f68..5b3a15ab3f 100644 --- a/src/com/jpexs/decompiler/flash/gui/locales/LoadFromCacheFrame_cs.properties +++ b/src/com/jpexs/decompiler/flash/gui/locales/LoadFromCacheFrame_cs.properties @@ -12,9 +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 e2ad35834a..cfea07eaa4 100644 --- a/src/com/jpexs/decompiler/flash/gui/locales/LoadFromCacheFrame_de.properties +++ b/src/com/jpexs/decompiler/flash/gui/locales/LoadFromCacheFrame_de.properties @@ -12,9 +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 36a49feecb..9c5fc12c58 100644 --- a/src/com/jpexs/decompiler/flash/gui/locales/LoadFromCacheFrame_es.properties +++ b/src/com/jpexs/decompiler/flash/gui/locales/LoadFromCacheFrame_es.properties @@ -12,9 +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 8fb9f8ad42..d4fe624bcb 100644 --- a/src/com/jpexs/decompiler/flash/gui/locales/LoadFromCacheFrame_fr.properties +++ b/src/com/jpexs/decompiler/flash/gui/locales/LoadFromCacheFrame_fr.properties @@ -12,9 +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 878f0baf3c..046103926d 100644 --- a/src/com/jpexs/decompiler/flash/gui/locales/LoadFromCacheFrame_hu.properties +++ b/src/com/jpexs/decompiler/flash/gui/locales/LoadFromCacheFrame_hu.properties @@ -12,9 +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 48be7267ed..d2c6dd0b75 100644 --- a/src/com/jpexs/decompiler/flash/gui/locales/LoadFromCacheFrame_it.properties +++ b/src/com/jpexs/decompiler/flash/gui/locales/LoadFromCacheFrame_it.properties @@ -12,9 +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 61839cc18c..d436419aac 100644 --- a/src/com/jpexs/decompiler/flash/gui/locales/LoadFromCacheFrame_ja.properties +++ b/src/com/jpexs/decompiler/flash/gui/locales/LoadFromCacheFrame_ja.properties @@ -12,9 +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 0d097096a5..cb636a511f 100644 --- a/src/com/jpexs/decompiler/flash/gui/locales/LoadFromCacheFrame_nl.properties +++ b/src/com/jpexs/decompiler/flash/gui/locales/LoadFromCacheFrame_nl.properties @@ -13,9 +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 a354558d2f..05954c7cea 100644 --- a/src/com/jpexs/decompiler/flash/gui/locales/LoadFromCacheFrame_pl.properties +++ b/src/com/jpexs/decompiler/flash/gui/locales/LoadFromCacheFrame_pl.properties @@ -12,9 +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 83217858f7..bf9110f2e1 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,9 +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 68caf52d1b..c1331a17be 100644 --- a/src/com/jpexs/decompiler/flash/gui/locales/LoadFromCacheFrame_ru.properties +++ b/src/com/jpexs/decompiler/flash/gui/locales/LoadFromCacheFrame_ru.properties @@ -12,9 +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 3a993fb102..1827f2add4 100644 --- a/src/com/jpexs/decompiler/flash/gui/locales/LoadFromCacheFrame_sv.properties +++ b/src/com/jpexs/decompiler/flash/gui/locales/LoadFromCacheFrame_sv.properties @@ -12,9 +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 d4da48e303..2cc9518f76 100644 --- a/src/com/jpexs/decompiler/flash/gui/locales/LoadFromCacheFrame_tr.properties +++ b/src/com/jpexs/decompiler/flash/gui/locales/LoadFromCacheFrame_tr.properties @@ -12,9 +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 7f2e46a75e..7a4b1db992 100644 --- a/src/com/jpexs/decompiler/flash/gui/locales/LoadFromCacheFrame_uk.properties +++ b/src/com/jpexs/decompiler/flash/gui/locales/LoadFromCacheFrame_uk.properties @@ -12,9 +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 d89716347c..7b39bbcb4f 100644 --- a/src/com/jpexs/decompiler/flash/gui/locales/LoadFromCacheFrame_zh.properties +++ b/src/com/jpexs/decompiler/flash/gui/locales/LoadFromCacheFrame_zh.properties @@ -12,9 +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 854334c2a9..22951d3bfd 100644 --- a/src/com/jpexs/decompiler/flash/gui/locales/LoadFromMemoryFrame.properties +++ b/src/com/jpexs/decompiler/flash/gui/locales/LoadFromMemoryFrame.properties @@ -12,22 +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 343ee91af3..2842070679 100644 --- a/src/com/jpexs/decompiler/flash/gui/locales/LoadFromMemoryFrame_ca.properties +++ b/src/com/jpexs/decompiler/flash/gui/locales/LoadFromMemoryFrame_ca.properties @@ -12,18 +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 90d33e50fb..3bbe8d2ee8 100644 --- a/src/com/jpexs/decompiler/flash/gui/locales/LoadFromMemoryFrame_cs.properties +++ b/src/com/jpexs/decompiler/flash/gui/locales/LoadFromMemoryFrame_cs.properties @@ -12,22 +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 41448e035b..4084eb665d 100644 --- a/src/com/jpexs/decompiler/flash/gui/locales/LoadFromMemoryFrame_de.properties +++ b/src/com/jpexs/decompiler/flash/gui/locales/LoadFromMemoryFrame_de.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=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 6bbda8368d..6cba83d4d3 100644 --- a/src/com/jpexs/decompiler/flash/gui/locales/LoadFromMemoryFrame_es.properties +++ b/src/com/jpexs/decompiler/flash/gui/locales/LoadFromMemoryFrame_es.properties @@ -12,18 +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 fd34aba127..1879482f01 100644 --- a/src/com/jpexs/decompiler/flash/gui/locales/LoadFromMemoryFrame_fr.properties +++ b/src/com/jpexs/decompiler/flash/gui/locales/LoadFromMemoryFrame_fr.properties @@ -12,18 +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 c550063c55..7b534b730c 100644 --- a/src/com/jpexs/decompiler/flash/gui/locales/LoadFromMemoryFrame_hu.properties +++ b/src/com/jpexs/decompiler/flash/gui/locales/LoadFromMemoryFrame_hu.properties @@ -12,18 +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 +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 +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 bcd3e9758d..ecff569fa0 100644 --- a/src/com/jpexs/decompiler/flash/gui/locales/LoadFromMemoryFrame_it.properties +++ b/src/com/jpexs/decompiler/flash/gui/locales/LoadFromMemoryFrame_it.properties @@ -12,18 +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 35025122f9..fc4d0d2ecf 100644 --- a/src/com/jpexs/decompiler/flash/gui/locales/LoadFromMemoryFrame_ja.properties +++ b/src/com/jpexs/decompiler/flash/gui/locales/LoadFromMemoryFrame_ja.properties @@ -12,18 +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 b1298da320..b19c5f28d4 100644 --- a/src/com/jpexs/decompiler/flash/gui/locales/LoadFromMemoryFrame_nl.properties +++ b/src/com/jpexs/decompiler/flash/gui/locales/LoadFromMemoryFrame_nl.properties @@ -12,22 +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 d32c0420f5..bd74708c67 100644 --- a/src/com/jpexs/decompiler/flash/gui/locales/LoadFromMemoryFrame_pl.properties +++ b/src/com/jpexs/decompiler/flash/gui/locales/LoadFromMemoryFrame_pl.properties @@ -12,17 +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 682f805fd0..e7f3b75076 100644 --- a/src/com/jpexs/decompiler/flash/gui/locales/LoadFromMemoryFrame_pt.properties +++ b/src/com/jpexs/decompiler/flash/gui/locales/LoadFromMemoryFrame_pt.properties @@ -12,11 +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 52a7952f1d..daff9f37e9 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,22 +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 17c81e8b1e..1f4d226b38 100644 --- a/src/com/jpexs/decompiler/flash/gui/locales/LoadFromMemoryFrame_ru.properties +++ b/src/com/jpexs/decompiler/flash/gui/locales/LoadFromMemoryFrame_ru.properties @@ -12,17 +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 9c1eb3ad81..c53ea0ee8e 100644 --- a/src/com/jpexs/decompiler/flash/gui/locales/LoadFromMemoryFrame_sv.properties +++ b/src/com/jpexs/decompiler/flash/gui/locales/LoadFromMemoryFrame_sv.properties @@ -12,18 +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 e25041f51f..eab02b5973 100644 --- a/src/com/jpexs/decompiler/flash/gui/locales/LoadFromMemoryFrame_tr.properties +++ b/src/com/jpexs/decompiler/flash/gui/locales/LoadFromMemoryFrame_tr.properties @@ -12,22 +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 9490996555..c072414097 100644 --- a/src/com/jpexs/decompiler/flash/gui/locales/LoadFromMemoryFrame_uk.properties +++ b/src/com/jpexs/decompiler/flash/gui/locales/LoadFromMemoryFrame_uk.properties @@ -12,17 +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 53cf5c7447..e50e5bb72c 100644 --- a/src/com/jpexs/decompiler/flash/gui/locales/LoadFromMemoryFrame_zh.properties +++ b/src/com/jpexs/decompiler/flash/gui/locales/LoadFromMemoryFrame_zh.properties @@ -12,22 +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 89dec2ab12..0be6cc121b 100644 --- a/src/com/jpexs/decompiler/flash/gui/locales/LoadingDialog.properties +++ b/src/com/jpexs/decompiler/flash/gui/locales/LoadingDialog.properties @@ -12,4 +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 eee616319b..d7b351d748 100644 --- a/src/com/jpexs/decompiler/flash/gui/locales/LoadingDialog_ca.properties +++ b/src/com/jpexs/decompiler/flash/gui/locales/LoadingDialog_ca.properties @@ -12,4 +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 ab694695a6..8ecddb8edd 100644 --- a/src/com/jpexs/decompiler/flash/gui/locales/LoadingDialog_cs.properties +++ b/src/com/jpexs/decompiler/flash/gui/locales/LoadingDialog_cs.properties @@ -12,4 +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 f925548b4f..effc80e635 100644 --- a/src/com/jpexs/decompiler/flash/gui/locales/LoadingDialog_de.properties +++ b/src/com/jpexs/decompiler/flash/gui/locales/LoadingDialog_de.properties @@ -12,4 +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 dd2b538df3..d358879417 100644 --- a/src/com/jpexs/decompiler/flash/gui/locales/LoadingDialog_es.properties +++ b/src/com/jpexs/decompiler/flash/gui/locales/LoadingDialog_es.properties @@ -12,4 +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 da2dd5d5ac..01d3684dab 100644 --- a/src/com/jpexs/decompiler/flash/gui/locales/LoadingDialog_fr.properties +++ b/src/com/jpexs/decompiler/flash/gui/locales/LoadingDialog_fr.properties @@ -12,4 +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 ae84d7fe2c..97fd102457 100644 --- a/src/com/jpexs/decompiler/flash/gui/locales/LoadingDialog_hu.properties +++ b/src/com/jpexs/decompiler/flash/gui/locales/LoadingDialog_hu.properties @@ -12,4 +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 b93a60cd08..742ad35fbd 100644 --- a/src/com/jpexs/decompiler/flash/gui/locales/LoadingDialog_it.properties +++ b/src/com/jpexs/decompiler/flash/gui/locales/LoadingDialog_it.properties @@ -12,4 +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 b4a2dcc38f..74e28b071d 100644 --- a/src/com/jpexs/decompiler/flash/gui/locales/LoadingDialog_ja.properties +++ b/src/com/jpexs/decompiler/flash/gui/locales/LoadingDialog_ja.properties @@ -12,4 +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 2f9129e11b..09539c0825 100644 --- a/src/com/jpexs/decompiler/flash/gui/locales/LoadingDialog_nl.properties +++ b/src/com/jpexs/decompiler/flash/gui/locales/LoadingDialog_nl.properties @@ -12,4 +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 ca176c6fc9..7239c030ef 100644 --- a/src/com/jpexs/decompiler/flash/gui/locales/LoadingDialog_pl.properties +++ b/src/com/jpexs/decompiler/flash/gui/locales/LoadingDialog_pl.properties @@ -12,4 +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 066233c863..491f625b11 100644 --- a/src/com/jpexs/decompiler/flash/gui/locales/LoadingDialog_pt.properties +++ b/src/com/jpexs/decompiler/flash/gui/locales/LoadingDialog_pt.properties @@ -12,4 +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 34d1fbe606..3289301b05 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,4 +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 3a0525c72a..f2e671c6aa 100644 --- a/src/com/jpexs/decompiler/flash/gui/locales/LoadingDialog_ru.properties +++ b/src/com/jpexs/decompiler/flash/gui/locales/LoadingDialog_ru.properties @@ -12,4 +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 8e31eeda19..b2e7c9ce2a 100644 --- a/src/com/jpexs/decompiler/flash/gui/locales/LoadingDialog_sv.properties +++ b/src/com/jpexs/decompiler/flash/gui/locales/LoadingDialog_sv.properties @@ -12,4 +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 84d95a0100..083a47ded9 100644 --- a/src/com/jpexs/decompiler/flash/gui/locales/LoadingDialog_tr.properties +++ b/src/com/jpexs/decompiler/flash/gui/locales/LoadingDialog_tr.properties @@ -12,4 +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 197d14d3f2..a1abc67f7f 100644 --- a/src/com/jpexs/decompiler/flash/gui/locales/LoadingDialog_uk.properties +++ b/src/com/jpexs/decompiler/flash/gui/locales/LoadingDialog_uk.properties @@ -12,4 +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 8ed56eef6c..a51461bf19 100644 --- a/src/com/jpexs/decompiler/flash/gui/locales/LoadingDialog_zh.properties +++ b/src/com/jpexs/decompiler/flash/gui/locales/LoadingDialog_zh.properties @@ -12,4 +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 ed2fe81709..45dd48d564 100644 --- a/src/com/jpexs/decompiler/flash/gui/locales/MainFrame.properties +++ b/src/com/jpexs/decompiler/flash/gui/locales/MainFrame.properties @@ -12,558 +12,558 @@ # # 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} +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 +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) +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 +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 +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.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. +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. +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 +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 +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\ @@ -576,239 +576,239 @@ 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.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 \ +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: +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 +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. +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 = 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.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 \ @@ -826,171 +826,171 @@ message.info.importImages2=During importing images, you need to select a FOLDER. 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 +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 +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.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 +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 +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.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.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 to FlashDevelop +tagInfo.idType = Type of the id +contextmenu.configurePathResolving = Configure path resolving... +contextmenu.setAsLinkage = Set AS linkage +contextmenu.exportFlashDevelop = Export to FlashDevelop filter.as3proj=FlashDevelop AS3 project (*.as3proj) -work.exporting.flashDevelop=Exporting FlashDevelop project -menu.file.export.flashDevelop=Export to FlashDevelop -contextmenu.exportIdea=Export to IntelliJ IDEA -filter.iml=IntelliJ IDEA projects (*.iml) -work.exporting.idea=Exporting IntelliJ IDEA project -menu.file.export.idea=Export to IntelliJ IDEA -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 +work.exporting.flashDevelop = Exporting FlashDevelop project +menu.file.export.flashDevelop = Export to FlashDevelop +contextmenu.exportIdea = Export to IntelliJ IDEA +filter.iml = IntelliJ IDEA projects (*.iml) +work.exporting.idea = Exporting IntelliJ IDEA project +menu.file.export.idea = Export to IntelliJ IDEA +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 +addfunction.result = New method info id generated: %method_info_index%. Press OK to copy it to clipboard. +addfunction.result.title = New method info #after 21.0.2 filter.air.as3proj = FlashDevelop AIR AS3 project (*.as3proj) @@ -999,6 +999,6 @@ packer.key.title = Key for: %packer% packer.key = Enter key for the packer "%packer%": #after 21.0.5 -contextmenu.exportVsCode=Export to VS Code -work.exporting.vsCode=Exporting VS Code -menu.file.export.vsCode=Export to VS Code +contextmenu.exportVsCode = Export to VS Code +work.exporting.vsCode = Exporting VS Code +menu.file.export.vsCode = Export to VS Code 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 360977c46d..5227af27ce 100644 --- a/src/com/jpexs/decompiler/flash/gui/locales/MainFrame_ca.properties +++ b/src/com/jpexs/decompiler/flash/gui/locales/MainFrame_ca.properties @@ -12,558 +12,558 @@ # # 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} +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 +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) +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 +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 +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.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. +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. +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 +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 +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\ @@ -576,36 +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 20360b5682..7e1ba6f8ad 100644 --- a/src/com/jpexs/decompiler/flash/gui/locales/MainFrame_cs.properties +++ b/src/com/jpexs/decompiler/flash/gui/locales/MainFrame_cs.properties @@ -12,552 +12,552 @@ # # 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} +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 +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) +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 +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 +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.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. +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. +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 +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 +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\ @@ -570,232 +570,232 @@ 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". +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 \ +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: +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\ +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 +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. +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 = 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.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 \ @@ -813,158 +813,158 @@ message.info.importImages2=B\u011bhem importu text\u016f mus\u00edte vybrat SLO\ 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 +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 +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.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 +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 +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.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.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 +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 +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 42bab8f111..5a73bd317c 100644 --- a/src/com/jpexs/decompiler/flash/gui/locales/MainFrame_de.properties +++ b/src/com/jpexs/decompiler/flash/gui/locales/MainFrame_de.properties @@ -12,484 +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} +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 +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) +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 >> +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 +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.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. +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. +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 b868adb2ee..25551c6086 100644 --- a/src/com/jpexs/decompiler/flash/gui/locales/MainFrame_es.properties +++ b/src/com/jpexs/decompiler/flash/gui/locales/MainFrame_es.properties @@ -12,556 +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} +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 +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) +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 +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 +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.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. +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 +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 +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.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 5fb0af57ac..267aff99c8 100644 --- a/src/com/jpexs/decompiler/flash/gui/locales/MainFrame_fr.properties +++ b/src/com/jpexs/decompiler/flash/gui/locales/MainFrame_fr.properties @@ -12,556 +12,556 @@ # # 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} +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 +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) +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 +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 +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.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. +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. +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 +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.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 @@ -576,8 +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 8b45ac6381..b50f1d02c9 100644 --- a/src/com/jpexs/decompiler/flash/gui/locales/MainFrame_hu.properties +++ b/src/com/jpexs/decompiler/flash/gui/locales/MainFrame_hu.properties @@ -12,553 +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} +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 +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) +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 +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 +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.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. +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. +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 +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.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 519271260b..875b393a3d 100644 --- a/src/com/jpexs/decompiler/flash/gui/locales/MainFrame_it.properties +++ b/src/com/jpexs/decompiler/flash/gui/locales/MainFrame_it.properties @@ -12,556 +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} +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 +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) +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 +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 +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.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. +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. +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 +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.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 7bac64298f..fda3760907 100644 --- a/src/com/jpexs/decompiler/flash/gui/locales/MainFrame_ja.properties +++ b/src/com/jpexs/decompiler/flash/gui/locales/MainFrame_ja.properties @@ -12,558 +12,558 @@ # # 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} +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 +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) +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 +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 +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.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 +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 +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 +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 +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\ @@ -576,71 +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 +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 \ +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 0a32b5bc2a..da7a65f432 100644 --- a/src/com/jpexs/decompiler/flash/gui/locales/MainFrame_nl.properties +++ b/src/com/jpexs/decompiler/flash/gui/locales/MainFrame_nl.properties @@ -12,558 +12,558 @@ # # 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} +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 +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) +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 +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 +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.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. +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. +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 +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 +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\ @@ -576,239 +576,239 @@ 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.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\ +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: +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 +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. +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 = 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.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\ @@ -827,133 +827,133 @@ message.info.importImages2=Tijdens het importeren van afbeeldingen moet u een MA 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 +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 +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.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 +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 +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 89bc0b8177..4e0874cf77 100644 --- a/src/com/jpexs/decompiler/flash/gui/locales/MainFrame_pl.properties +++ b/src/com/jpexs/decompiler/flash/gui/locales/MainFrame_pl.properties @@ -12,400 +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} +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 +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) +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 +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 +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.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 30ab4f4448..832e012142 100644 --- a/src/com/jpexs/decompiler/flash/gui/locales/MainFrame_pt.properties +++ b/src/com/jpexs/decompiler/flash/gui/locales/MainFrame_pt.properties @@ -12,273 +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} +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 +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 451f229b1e..57c7954b19 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,558 +12,558 @@ # # 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} +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 +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) +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 +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 +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.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. +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. +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 +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 +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\ @@ -576,231 +576,231 @@ 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.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 \ +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: +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 +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. +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 = 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.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\ @@ -818,109 +818,109 @@ message.info.importImages2=Durante a importa\u00e7\u00e3o de imagens, voc\u00ea 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 +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 +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.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 +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 +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 d706d8becb..ef73e46260 100644 --- a/src/com/jpexs/decompiler/flash/gui/locales/MainFrame_ru.properties +++ b/src/com/jpexs/decompiler/flash/gui/locales/MainFrame_ru.properties @@ -12,444 +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} +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 +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) +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 +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 +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.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 6364247ee0..1ea4731966 100644 --- a/src/com/jpexs/decompiler/flash/gui/locales/MainFrame_sv.properties +++ b/src/com/jpexs/decompiler/flash/gui/locales/MainFrame_sv.properties @@ -12,556 +12,556 @@ # # 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} +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 +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) +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 +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 +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.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. +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. +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 +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 +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\ @@ -574,72 +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". +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 \ +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 d5738fcfd5..a6cac838e2 100644 --- a/src/com/jpexs/decompiler/flash/gui/locales/MainFrame_tr.properties +++ b/src/com/jpexs/decompiler/flash/gui/locales/MainFrame_tr.properties @@ -12,558 +12,558 @@ # # 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} +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 +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) +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 +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 +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.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. +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. +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 +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 +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\ @@ -576,239 +576,239 @@ 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.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 \ +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: +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 +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. +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 = 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.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\ @@ -826,48 +826,48 @@ message.info.importImages2=G\u00f6r\u00fcnt\u00fcleri i\u00e7e aktar\u0131rken b 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 +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 +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 34f90512da..1891ad5b97 100644 --- a/src/com/jpexs/decompiler/flash/gui/locales/MainFrame_uk.properties +++ b/src/com/jpexs/decompiler/flash/gui/locales/MainFrame_uk.properties @@ -12,327 +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} +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 +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 81a7d78e2c..d594c9e000 100644 --- a/src/com/jpexs/decompiler/flash/gui/locales/MainFrame_zh.properties +++ b/src/com/jpexs/decompiler/flash/gui/locales/MainFrame_zh.properties @@ -12,558 +12,558 @@ # # 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} +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 +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) +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 +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 +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.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 +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 +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 +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 +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\ @@ -576,239 +576,239 @@ 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.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 \ +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: +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 +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. +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 = \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.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 \ @@ -826,34 +826,34 @@ message.info.importImages2=\u5bfc\u5165\u56fe\u50cf\u65f6,\u60a8\u9700\u8981\u90 \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 +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 +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 fe70ba7169..438387cbd1 100644 --- a/src/com/jpexs/decompiler/flash/gui/locales/ModeFrame.properties +++ b/src/com/jpexs/decompiler/flash/gui/locales/ModeFrame.properties @@ -14,6 +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 f0b7eb302b..1da7d9aaea 100644 --- a/src/com/jpexs/decompiler/flash/gui/locales/ModeFrame_ca.properties +++ b/src/com/jpexs/decompiler/flash/gui/locales/ModeFrame_ca.properties @@ -14,6 +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 62ebff7847..8325e63620 100644 --- a/src/com/jpexs/decompiler/flash/gui/locales/ModeFrame_cs.properties +++ b/src/com/jpexs/decompiler/flash/gui/locales/ModeFrame_cs.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.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 a13d9f65e5..30e6ee7955 100644 --- a/src/com/jpexs/decompiler/flash/gui/locales/ModeFrame_de.properties +++ b/src/com/jpexs/decompiler/flash/gui/locales/ModeFrame_de.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.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 cae8d6c3e6..de24704050 100644 --- a/src/com/jpexs/decompiler/flash/gui/locales/ModeFrame_es.properties +++ b/src/com/jpexs/decompiler/flash/gui/locales/ModeFrame_es.properties @@ -14,6 +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 2a8fdf2e75..578bb0c651 100644 --- a/src/com/jpexs/decompiler/flash/gui/locales/ModeFrame_fr.properties +++ b/src/com/jpexs/decompiler/flash/gui/locales/ModeFrame_fr.properties @@ -14,6 +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 1de5360c79..a8a35102f9 100644 --- a/src/com/jpexs/decompiler/flash/gui/locales/ModeFrame_hu.properties +++ b/src/com/jpexs/decompiler/flash/gui/locales/ModeFrame_hu.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.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 fe70ba7169..438387cbd1 100644 --- a/src/com/jpexs/decompiler/flash/gui/locales/ModeFrame_it.properties +++ b/src/com/jpexs/decompiler/flash/gui/locales/ModeFrame_it.properties @@ -14,6 +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 cd4430e268..14ee721678 100644 --- a/src/com/jpexs/decompiler/flash/gui/locales/ModeFrame_nl.properties +++ b/src/com/jpexs/decompiler/flash/gui/locales/ModeFrame_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.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 6118447bc6..b1ea07c9ef 100644 --- a/src/com/jpexs/decompiler/flash/gui/locales/ModeFrame_pl.properties +++ b/src/com/jpexs/decompiler/flash/gui/locales/ModeFrame_pl.properties @@ -14,6 +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 7d359ba262..9294f06850 100644 --- a/src/com/jpexs/decompiler/flash/gui/locales/ModeFrame_pt.properties +++ b/src/com/jpexs/decompiler/flash/gui/locales/ModeFrame_pt.properties @@ -14,6 +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 6f099bc86d..67e7cd1cb0 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,6 +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 00ed515037..5362d1bc37 100644 --- a/src/com/jpexs/decompiler/flash/gui/locales/ModeFrame_ru.properties +++ b/src/com/jpexs/decompiler/flash/gui/locales/ModeFrame_ru.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.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 d5057807b7..39000defb9 100644 --- a/src/com/jpexs/decompiler/flash/gui/locales/ModeFrame_sv.properties +++ b/src/com/jpexs/decompiler/flash/gui/locales/ModeFrame_sv.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.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 6931442413..115138d788 100644 --- a/src/com/jpexs/decompiler/flash/gui/locales/ModeFrame_tr.properties +++ b/src/com/jpexs/decompiler/flash/gui/locales/ModeFrame_tr.properties @@ -14,6 +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 8c61eacf81..cce56449f0 100644 --- a/src/com/jpexs/decompiler/flash/gui/locales/ModeFrame_uk.properties +++ b/src/com/jpexs/decompiler/flash/gui/locales/ModeFrame_uk.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.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 0ba5c422e8..e1870db4c8 100644 --- a/src/com/jpexs/decompiler/flash/gui/locales/ModeFrame_zh.properties +++ b/src/com/jpexs/decompiler/flash/gui/locales/ModeFrame_zh.properties @@ -14,6 +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 0be7396fa7..aabb97b67e 100644 --- a/src/com/jpexs/decompiler/flash/gui/locales/NewFileDialog.properties +++ b/src/com/jpexs/decompiler/flash/gui/locales/NewFileDialog.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=New file -background.color=Background color: -width=Width -height=Height -unit.pixels=Pixels -unit.twips=Twips -canvas.size=Canvas size: -script.type=Script type: +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 14e923e1cf..d28b7132cc 100644 --- a/src/com/jpexs/decompiler/flash/gui/locales/NewFileDialog_cs.properties +++ b/src/com/jpexs/decompiler/flash/gui/locales/NewFileDialog_cs.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=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: +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 f4dec60075..2abeb51835 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: +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 fd6186032f..8472484494 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: +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 961df8cccf..7b00ed2076 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: +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 86cd0657f8..ca66487995 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 +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 e3d30ef9cd..1745b0cc95 100644 --- a/src/com/jpexs/decompiler/flash/gui/locales/NewVersionDialog.properties +++ b/src/com/jpexs/decompiler/flash/gui/locales/NewVersionDialog.properties @@ -12,16 +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 ff3deb8a7d..80aefa4829 100644 --- a/src/com/jpexs/decompiler/flash/gui/locales/NewVersionDialog_ca.properties +++ b/src/com/jpexs/decompiler/flash/gui/locales/NewVersionDialog_ca.properties @@ -12,16 +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 b5b42e89cc..cc0f4f98f6 100644 --- a/src/com/jpexs/decompiler/flash/gui/locales/NewVersionDialog_cs.properties +++ b/src/com/jpexs/decompiler/flash/gui/locales/NewVersionDialog_cs.properties @@ -12,16 +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 9fd4e5bd8e..c2f02151ae 100644 --- a/src/com/jpexs/decompiler/flash/gui/locales/NewVersionDialog_de.properties +++ b/src/com/jpexs/decompiler/flash/gui/locales/NewVersionDialog_de.properties @@ -12,16 +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 e1faa26707..f929d1748c 100644 --- a/src/com/jpexs/decompiler/flash/gui/locales/NewVersionDialog_es.properties +++ b/src/com/jpexs/decompiler/flash/gui/locales/NewVersionDialog_es.properties @@ -12,16 +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 d0fd858617..0cbfa72b6f 100644 --- a/src/com/jpexs/decompiler/flash/gui/locales/NewVersionDialog_fr.properties +++ b/src/com/jpexs/decompiler/flash/gui/locales/NewVersionDialog_fr.properties @@ -12,16 +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 15a649e541..2ac78a4bdb 100644 --- a/src/com/jpexs/decompiler/flash/gui/locales/NewVersionDialog_hu.properties +++ b/src/com/jpexs/decompiler/flash/gui/locales/NewVersionDialog_hu.properties @@ -12,16 +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 52f5a0958d..74e160a475 100644 --- a/src/com/jpexs/decompiler/flash/gui/locales/NewVersionDialog_it.properties +++ b/src/com/jpexs/decompiler/flash/gui/locales/NewVersionDialog_it.properties @@ -12,16 +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 7c65a9b16a..c6193c5138 100644 --- a/src/com/jpexs/decompiler/flash/gui/locales/NewVersionDialog_ja.properties +++ b/src/com/jpexs/decompiler/flash/gui/locales/NewVersionDialog_ja.properties @@ -12,16 +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 776828c624..5f1098855f 100644 --- a/src/com/jpexs/decompiler/flash/gui/locales/NewVersionDialog_nl.properties +++ b/src/com/jpexs/decompiler/flash/gui/locales/NewVersionDialog_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 . -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 d205775261..73494d5990 100644 --- a/src/com/jpexs/decompiler/flash/gui/locales/NewVersionDialog_pl.properties +++ b/src/com/jpexs/decompiler/flash/gui/locales/NewVersionDialog_pl.properties @@ -12,16 +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 5db422a0a3..b4e617e897 100644 --- a/src/com/jpexs/decompiler/flash/gui/locales/NewVersionDialog_pt.properties +++ b/src/com/jpexs/decompiler/flash/gui/locales/NewVersionDialog_pt.properties @@ -12,16 +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 845ef4b849..0d08b7cd73 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,16 +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 4d38edf8e1..4c2bdc477e 100644 --- a/src/com/jpexs/decompiler/flash/gui/locales/NewVersionDialog_ru.properties +++ b/src/com/jpexs/decompiler/flash/gui/locales/NewVersionDialog_ru.properties @@ -12,16 +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 20171c5fbe..ed054751f3 100644 --- a/src/com/jpexs/decompiler/flash/gui/locales/NewVersionDialog_sv.properties +++ b/src/com/jpexs/decompiler/flash/gui/locales/NewVersionDialog_sv.properties @@ -12,16 +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 101eeda17f..3b2852b268 100644 --- a/src/com/jpexs/decompiler/flash/gui/locales/NewVersionDialog_tr.properties +++ b/src/com/jpexs/decompiler/flash/gui/locales/NewVersionDialog_tr.properties @@ -12,16 +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 2060252f28..3baf99238a 100644 --- a/src/com/jpexs/decompiler/flash/gui/locales/NewVersionDialog_uk.properties +++ b/src/com/jpexs/decompiler/flash/gui/locales/NewVersionDialog_uk.properties @@ -12,16 +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 94df7abc39..d6f5819d24 100644 --- a/src/com/jpexs/decompiler/flash/gui/locales/NewVersionDialog_zh.properties +++ b/src/com/jpexs/decompiler/flash/gui/locales/NewVersionDialog_zh.properties @@ -12,16 +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 460cce3d97..f7c1d755c2 100644 --- a/src/com/jpexs/decompiler/flash/gui/locales/PathResolvingDialog.properties +++ b/src/com/jpexs/decompiler/flash/gui/locales/PathResolvingDialog.properties @@ -12,9 +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 b1545c6b30..53d7ee0391 100644 --- a/src/com/jpexs/decompiler/flash/gui/locales/PathResolvingDialog_cs.properties +++ b/src/com/jpexs/decompiler/flash/gui/locales/PathResolvingDialog_cs.properties @@ -12,9 +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 43f14f6ecf..66621817c2 100644 --- a/src/com/jpexs/decompiler/flash/gui/locales/RenameDialog.properties +++ b/src/com/jpexs/decompiler/flash/gui/locales/RenameDialog.properties @@ -12,9 +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 f372152b54..b4ed1d20a0 100644 --- a/src/com/jpexs/decompiler/flash/gui/locales/RenameDialog_ca.properties +++ b/src/com/jpexs/decompiler/flash/gui/locales/RenameDialog_ca.properties @@ -12,9 +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 eb3f2c9d67..3404479003 100644 --- a/src/com/jpexs/decompiler/flash/gui/locales/RenameDialog_cs.properties +++ b/src/com/jpexs/decompiler/flash/gui/locales/RenameDialog_cs.properties @@ -12,9 +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 3602a569e8..d469fa0d78 100644 --- a/src/com/jpexs/decompiler/flash/gui/locales/RenameDialog_de.properties +++ b/src/com/jpexs/decompiler/flash/gui/locales/RenameDialog_de.properties @@ -12,9 +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 81a86c01d1..f72949a944 100644 --- a/src/com/jpexs/decompiler/flash/gui/locales/RenameDialog_es.properties +++ b/src/com/jpexs/decompiler/flash/gui/locales/RenameDialog_es.properties @@ -12,9 +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 061a546e21..ef615bbc19 100644 --- a/src/com/jpexs/decompiler/flash/gui/locales/RenameDialog_fr.properties +++ b/src/com/jpexs/decompiler/flash/gui/locales/RenameDialog_fr.properties @@ -12,9 +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 7a11c928f7..38f0cc26e7 100644 --- a/src/com/jpexs/decompiler/flash/gui/locales/RenameDialog_hu.properties +++ b/src/com/jpexs/decompiler/flash/gui/locales/RenameDialog_hu.properties @@ -12,9 +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 98d0a01dc5..ac65dc405b 100644 --- a/src/com/jpexs/decompiler/flash/gui/locales/RenameDialog_it.properties +++ b/src/com/jpexs/decompiler/flash/gui/locales/RenameDialog_it.properties @@ -12,9 +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 98410055f5..694cff0f87 100644 --- a/src/com/jpexs/decompiler/flash/gui/locales/RenameDialog_ja.properties +++ b/src/com/jpexs/decompiler/flash/gui/locales/RenameDialog_ja.properties @@ -12,9 +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 9906b4cd3b..abee6714f7 100644 --- a/src/com/jpexs/decompiler/flash/gui/locales/RenameDialog_nl.properties +++ b/src/com/jpexs/decompiler/flash/gui/locales/RenameDialog_nl.properties @@ -12,9 +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 7f915c09fd..bd80b8b7c6 100644 --- a/src/com/jpexs/decompiler/flash/gui/locales/RenameDialog_pl.properties +++ b/src/com/jpexs/decompiler/flash/gui/locales/RenameDialog_pl.properties @@ -12,9 +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 7f5854a7c2..9d15817954 100644 --- a/src/com/jpexs/decompiler/flash/gui/locales/RenameDialog_pt.properties +++ b/src/com/jpexs/decompiler/flash/gui/locales/RenameDialog_pt.properties @@ -12,9 +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 ff94df7a8f..ea5441a9d7 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,9 +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 e699b2dc5b..c20e37d372 100644 --- a/src/com/jpexs/decompiler/flash/gui/locales/RenameDialog_ru.properties +++ b/src/com/jpexs/decompiler/flash/gui/locales/RenameDialog_ru.properties @@ -12,9 +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 fb86d52a9d..a34292a5f1 100644 --- a/src/com/jpexs/decompiler/flash/gui/locales/RenameDialog_sv.properties +++ b/src/com/jpexs/decompiler/flash/gui/locales/RenameDialog_sv.properties @@ -12,9 +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 9a126b7cd7..4536d211d8 100644 --- a/src/com/jpexs/decompiler/flash/gui/locales/RenameDialog_tr.properties +++ b/src/com/jpexs/decompiler/flash/gui/locales/RenameDialog_tr.properties @@ -12,9 +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 c9b64c606b..45d1a55b27 100644 --- a/src/com/jpexs/decompiler/flash/gui/locales/RenameDialog_uk.properties +++ b/src/com/jpexs/decompiler/flash/gui/locales/RenameDialog_uk.properties @@ -12,9 +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 be5c7ed53b..ecb4474faf 100644 --- a/src/com/jpexs/decompiler/flash/gui/locales/RenameDialog_zh.properties +++ b/src/com/jpexs/decompiler/flash/gui/locales/RenameDialog_zh.properties @@ -12,9 +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 6b4121eec4..c509454d60 100644 --- a/src/com/jpexs/decompiler/flash/gui/locales/ReplaceCharacterDialog.properties +++ b/src/com/jpexs/decompiler/flash/gui/locales/ReplaceCharacterDialog.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=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 58270daded..f679fbea30 100644 --- a/src/com/jpexs/decompiler/flash/gui/locales/ReplaceCharacterDialog_cs.properties +++ b/src/com/jpexs/decompiler/flash/gui/locales/ReplaceCharacterDialog_cs.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=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 e6b55979c7..20794f4888 100644 --- a/src/com/jpexs/decompiler/flash/gui/locales/ReplaceCharacterDialog_es.properties +++ b/src/com/jpexs/decompiler/flash/gui/locales/ReplaceCharacterDialog_es.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=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 d3f8a2aa5b..e025d2c7d2 100644 --- a/src/com/jpexs/decompiler/flash/gui/locales/ReplaceCharacterDialog_hu.properties +++ b/src/com/jpexs/decompiler/flash/gui/locales/ReplaceCharacterDialog_hu.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=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 b66a40147b..708698449d 100644 --- a/src/com/jpexs/decompiler/flash/gui/locales/ReplaceCharacterDialog_it.properties +++ b/src/com/jpexs/decompiler/flash/gui/locales/ReplaceCharacterDialog_it.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=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 1b66c70acc..d4d5e13dd4 100644 --- a/src/com/jpexs/decompiler/flash/gui/locales/ReplaceCharacterDialog_ja.properties +++ b/src/com/jpexs/decompiler/flash/gui/locales/ReplaceCharacterDialog_ja.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=\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 f38ae379b9..bee3d8b3bd 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 619a8fb0c5..8734e8be64 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,7 +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 a2a3557b79..b393eb4773 100644 --- a/src/com/jpexs/decompiler/flash/gui/locales/ReplaceCharacterDialog_sv.properties +++ b/src/com/jpexs/decompiler/flash/gui/locales/ReplaceCharacterDialog_sv.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=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 7984076c9b..8ec48a7cc5 100644 --- a/src/com/jpexs/decompiler/flash/gui/locales/ReplaceCharacterDialog_tr.properties +++ b/src/com/jpexs/decompiler/flash/gui/locales/ReplaceCharacterDialog_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=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 1bbc5092b7..f8f6c080fb 100644 --- a/src/com/jpexs/decompiler/flash/gui/locales/ReplaceCharacterDialog_zh.properties +++ b/src/com/jpexs/decompiler/flash/gui/locales/ReplaceCharacterDialog_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=\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 d9776efcf6..e0b6ddd3fb 100644 --- a/src/com/jpexs/decompiler/flash/gui/locales/ReplaceTraceDialog.properties +++ b/src/com/jpexs/decompiler/flash/gui/locales/ReplaceTraceDialog.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=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 dc6c8bbe27..0b04a49663 100644 --- a/src/com/jpexs/decompiler/flash/gui/locales/ReplaceTraceDialog_ca.properties +++ b/src/com/jpexs/decompiler/flash/gui/locales/ReplaceTraceDialog_ca.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=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 f353756b4c..c121392562 100644 --- a/src/com/jpexs/decompiler/flash/gui/locales/ReplaceTraceDialog_cs.properties +++ b/src/com/jpexs/decompiler/flash/gui/locales/ReplaceTraceDialog_cs.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=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 1e77e63f3b..3c12873a06 100644 --- a/src/com/jpexs/decompiler/flash/gui/locales/ReplaceTraceDialog_es.properties +++ b/src/com/jpexs/decompiler/flash/gui/locales/ReplaceTraceDialog_es.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=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 a11984d8d8..e5fcb53a56 100644 --- a/src/com/jpexs/decompiler/flash/gui/locales/ReplaceTraceDialog_fr.properties +++ b/src/com/jpexs/decompiler/flash/gui/locales/ReplaceTraceDialog_fr.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=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 de9e8b5717..0dc8dbdc96 100644 --- a/src/com/jpexs/decompiler/flash/gui/locales/ReplaceTraceDialog_hu.properties +++ b/src/com/jpexs/decompiler/flash/gui/locales/ReplaceTraceDialog_hu.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=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 836bedca00..c7bc7aa3e3 100644 --- a/src/com/jpexs/decompiler/flash/gui/locales/ReplaceTraceDialog_it.properties +++ b/src/com/jpexs/decompiler/flash/gui/locales/ReplaceTraceDialog_it.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=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 dd745e8b12..6d043c4c89 100644 --- a/src/com/jpexs/decompiler/flash/gui/locales/ReplaceTraceDialog_ja.properties +++ b/src/com/jpexs/decompiler/flash/gui/locales/ReplaceTraceDialog_ja.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=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 da7b98bc72..c33c8ef706 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 2fe7af7989..0b74535c01 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,7 +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 0ac952bb49..b7c3ec767e 100644 --- a/src/com/jpexs/decompiler/flash/gui/locales/ReplaceTraceDialog_ru.properties +++ b/src/com/jpexs/decompiler/flash/gui/locales/ReplaceTraceDialog_ru.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=\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 071016c644..effd91b56c 100644 --- a/src/com/jpexs/decompiler/flash/gui/locales/ReplaceTraceDialog_sv.properties +++ b/src/com/jpexs/decompiler/flash/gui/locales/ReplaceTraceDialog_sv.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=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 7fc6b3cca9..6a950defca 100644 --- a/src/com/jpexs/decompiler/flash/gui/locales/ReplaceTraceDialog_tr.properties +++ b/src/com/jpexs/decompiler/flash/gui/locales/ReplaceTraceDialog_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=\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 f93e9434ef..df118cbc03 100644 --- a/src/com/jpexs/decompiler/flash/gui/locales/ReplaceTraceDialog_zh.properties +++ b/src/com/jpexs/decompiler/flash/gui/locales/ReplaceTraceDialog_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=\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 d2977e7524..8078e62801 100644 --- a/src/com/jpexs/decompiler/flash/gui/locales/SearchDialog.properties +++ b/src/com/jpexs/decompiler/flash/gui/locales/SearchDialog.properties @@ -12,26 +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 92a94b6c9d..e52eeadaed 100644 --- a/src/com/jpexs/decompiler/flash/gui/locales/SearchDialog_ca.properties +++ b/src/com/jpexs/decompiler/flash/gui/locales/SearchDialog_ca.properties @@ -12,18 +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 6d174495f4..23fe4fda21 100644 --- a/src/com/jpexs/decompiler/flash/gui/locales/SearchDialog_cs.properties +++ b/src/com/jpexs/decompiler/flash/gui/locales/SearchDialog_cs.properties @@ -12,25 +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 73f6f16d15..a9c71ebfd8 100644 --- a/src/com/jpexs/decompiler/flash/gui/locales/SearchDialog_de.properties +++ b/src/com/jpexs/decompiler/flash/gui/locales/SearchDialog_de.properties @@ -12,11 +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 148d662689..a3fe2fa31f 100644 --- a/src/com/jpexs/decompiler/flash/gui/locales/SearchDialog_es.properties +++ b/src/com/jpexs/decompiler/flash/gui/locales/SearchDialog_es.properties @@ -12,17 +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 4558af72f6..565d2d4d4a 100644 --- a/src/com/jpexs/decompiler/flash/gui/locales/SearchDialog_fr.properties +++ b/src/com/jpexs/decompiler/flash/gui/locales/SearchDialog_fr.properties @@ -12,17 +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 db9441be6e..ceeb0b1980 100644 --- a/src/com/jpexs/decompiler/flash/gui/locales/SearchDialog_hu.properties +++ b/src/com/jpexs/decompiler/flash/gui/locales/SearchDialog_hu.properties @@ -12,17 +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 e37d87ebc0..0e69229a29 100644 --- a/src/com/jpexs/decompiler/flash/gui/locales/SearchDialog_it.properties +++ b/src/com/jpexs/decompiler/flash/gui/locales/SearchDialog_it.properties @@ -12,17 +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 68eb7a3bde..29f27d0a5f 100644 --- a/src/com/jpexs/decompiler/flash/gui/locales/SearchDialog_ja.properties +++ b/src/com/jpexs/decompiler/flash/gui/locales/SearchDialog_ja.properties @@ -12,23 +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 a49887482e..4a47b0e2f8 100644 --- a/src/com/jpexs/decompiler/flash/gui/locales/SearchDialog_nl.properties +++ b/src/com/jpexs/decompiler/flash/gui/locales/SearchDialog_nl.properties @@ -12,26 +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 e5224b8129..40cbeec0ff 100644 --- a/src/com/jpexs/decompiler/flash/gui/locales/SearchDialog_pl.properties +++ b/src/com/jpexs/decompiler/flash/gui/locales/SearchDialog_pl.properties @@ -12,14 +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 ac47531b6a..dd9509dfbe 100644 --- a/src/com/jpexs/decompiler/flash/gui/locales/SearchDialog_pt.properties +++ b/src/com/jpexs/decompiler/flash/gui/locales/SearchDialog_pt.properties @@ -12,11 +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 1b5de4ddbb..0b458d26ac 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,26 +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 7c35c8f804..cf61a6b556 100644 --- a/src/com/jpexs/decompiler/flash/gui/locales/SearchDialog_ru.properties +++ b/src/com/jpexs/decompiler/flash/gui/locales/SearchDialog_ru.properties @@ -12,17 +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 ec33bfa725..06a8901229 100644 --- a/src/com/jpexs/decompiler/flash/gui/locales/SearchDialog_sv.properties +++ b/src/com/jpexs/decompiler/flash/gui/locales/SearchDialog_sv.properties @@ -12,23 +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 7420906261..b5e3795fc6 100644 --- a/src/com/jpexs/decompiler/flash/gui/locales/SearchDialog_tr.properties +++ b/src/com/jpexs/decompiler/flash/gui/locales/SearchDialog_tr.properties @@ -12,26 +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 455c3d6278..1efba5dcfb 100644 --- a/src/com/jpexs/decompiler/flash/gui/locales/SearchDialog_uk.properties +++ b/src/com/jpexs/decompiler/flash/gui/locales/SearchDialog_uk.properties @@ -12,14 +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 5343ffe4d6..692974d590 100644 --- a/src/com/jpexs/decompiler/flash/gui/locales/SearchDialog_zh.properties +++ b/src/com/jpexs/decompiler/flash/gui/locales/SearchDialog_zh.properties @@ -12,26 +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 34d8efd8fd..7edc2888bd 100644 --- a/src/com/jpexs/decompiler/flash/gui/locales/SearchResultsDialog.properties +++ b/src/com/jpexs/decompiler/flash/gui/locales/SearchResultsDialog.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=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 155bf80520..0152005e03 100644 --- a/src/com/jpexs/decompiler/flash/gui/locales/SearchResultsDialog_ca.properties +++ b/src/com/jpexs/decompiler/flash/gui/locales/SearchResultsDialog_ca.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=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 15e7b05e06..f0e5401397 100644 --- a/src/com/jpexs/decompiler/flash/gui/locales/SearchResultsDialog_cs.properties +++ b/src/com/jpexs/decompiler/flash/gui/locales/SearchResultsDialog_cs.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=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 6fb606844a..7734f9e542 100644 --- a/src/com/jpexs/decompiler/flash/gui/locales/SearchResultsDialog_es.properties +++ b/src/com/jpexs/decompiler/flash/gui/locales/SearchResultsDialog_es.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=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 fa4f79a118..e347432a76 100644 --- a/src/com/jpexs/decompiler/flash/gui/locales/SearchResultsDialog_fr.properties +++ b/src/com/jpexs/decompiler/flash/gui/locales/SearchResultsDialog_fr.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=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 52d6c921df..1a8b132c87 100644 --- a/src/com/jpexs/decompiler/flash/gui/locales/SearchResultsDialog_hu.properties +++ b/src/com/jpexs/decompiler/flash/gui/locales/SearchResultsDialog_hu.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=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 4780940fe4..e278219804 100644 --- a/src/com/jpexs/decompiler/flash/gui/locales/SearchResultsDialog_it.properties +++ b/src/com/jpexs/decompiler/flash/gui/locales/SearchResultsDialog_it.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=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 746fd6405d..c73dbf08a0 100644 --- a/src/com/jpexs/decompiler/flash/gui/locales/SearchResultsDialog_ja.properties +++ b/src/com/jpexs/decompiler/flash/gui/locales/SearchResultsDialog_ja.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=\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 2909b82efb..ec05e905e8 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 8567949896..b441d698ce 100644 --- a/src/com/jpexs/decompiler/flash/gui/locales/SearchResultsDialog_pl.properties +++ b/src/com/jpexs/decompiler/flash/gui/locales/SearchResultsDialog_pl.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=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 2dbdbd0cb4..85f78d1f81 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,6 +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 40031955b2..c8f168a924 100644 --- a/src/com/jpexs/decompiler/flash/gui/locales/SearchResultsDialog_ru.properties +++ b/src/com/jpexs/decompiler/flash/gui/locales/SearchResultsDialog_ru.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=\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 6386c2c989..b95285a240 100644 --- a/src/com/jpexs/decompiler/flash/gui/locales/SearchResultsDialog_sv.properties +++ b/src/com/jpexs/decompiler/flash/gui/locales/SearchResultsDialog_sv.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=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 72e1bcd6cf..991e99ba31 100644 --- a/src/com/jpexs/decompiler/flash/gui/locales/SearchResultsDialog_tr.properties +++ b/src/com/jpexs/decompiler/flash/gui/locales/SearchResultsDialog_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 . -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 567c6fe6fe..d14caae9ff 100644 --- a/src/com/jpexs/decompiler/flash/gui/locales/SearchResultsDialog_zh.properties +++ b/src/com/jpexs/decompiler/flash/gui/locales/SearchResultsDialog_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 . -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 9a1ea403ae..aa27f3512f 100644 --- a/src/com/jpexs/decompiler/flash/gui/locales/SelectFramePositionDialog.properties +++ b/src/com/jpexs/decompiler/flash/gui/locales/SelectFramePositionDialog.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=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 280a3d6f1e..d9b88d051a 100644 --- a/src/com/jpexs/decompiler/flash/gui/locales/SelectFramePositionDialog_cs.properties +++ b/src/com/jpexs/decompiler/flash/gui/locales/SelectFramePositionDialog_cs.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=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 d611e5a7cc..dfbac361a7 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 64db9c66ab..ffb134bd30 100644 --- a/src/com/jpexs/decompiler/flash/gui/locales/SelectLanguageDialog.properties +++ b/src/com/jpexs/decompiler/flash/gui/locales/SelectLanguageDialog.properties @@ -12,10 +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 6dd211d40f..053d1c0794 100644 --- a/src/com/jpexs/decompiler/flash/gui/locales/SelectLanguageDialog_ca.properties +++ b/src/com/jpexs/decompiler/flash/gui/locales/SelectLanguageDialog_ca.properties @@ -12,10 +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 6bb0fec7ee..8b7c2cd0ec 100644 --- a/src/com/jpexs/decompiler/flash/gui/locales/SelectLanguageDialog_cs.properties +++ b/src/com/jpexs/decompiler/flash/gui/locales/SelectLanguageDialog_cs.properties @@ -12,10 +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 91578ab2e8..2229ffebec 100644 --- a/src/com/jpexs/decompiler/flash/gui/locales/SelectLanguageDialog_de.properties +++ b/src/com/jpexs/decompiler/flash/gui/locales/SelectLanguageDialog_de.properties @@ -12,10 +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 c917543527..65d79dff2e 100644 --- a/src/com/jpexs/decompiler/flash/gui/locales/SelectLanguageDialog_es.properties +++ b/src/com/jpexs/decompiler/flash/gui/locales/SelectLanguageDialog_es.properties @@ -12,10 +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 192b8138a4..4c1852aaf0 100644 --- a/src/com/jpexs/decompiler/flash/gui/locales/SelectLanguageDialog_fr.properties +++ b/src/com/jpexs/decompiler/flash/gui/locales/SelectLanguageDialog_fr.properties @@ -12,10 +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 70c766ca01..fda2c991dc 100644 --- a/src/com/jpexs/decompiler/flash/gui/locales/SelectLanguageDialog_hu.properties +++ b/src/com/jpexs/decompiler/flash/gui/locales/SelectLanguageDialog_hu.properties @@ -12,10 +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 1c0f864873..aeaffd4a9f 100644 --- a/src/com/jpexs/decompiler/flash/gui/locales/SelectLanguageDialog_it.properties +++ b/src/com/jpexs/decompiler/flash/gui/locales/SelectLanguageDialog_it.properties @@ -12,10 +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 5fa7fa8a5b..9af581584d 100644 --- a/src/com/jpexs/decompiler/flash/gui/locales/SelectLanguageDialog_ja.properties +++ b/src/com/jpexs/decompiler/flash/gui/locales/SelectLanguageDialog_ja.properties @@ -12,10 +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 95f574429e..3b49dd860e 100644 --- a/src/com/jpexs/decompiler/flash/gui/locales/SelectLanguageDialog_nl.properties +++ b/src/com/jpexs/decompiler/flash/gui/locales/SelectLanguageDialog_nl.properties @@ -12,10 +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 a12606c334..69d6b28294 100644 --- a/src/com/jpexs/decompiler/flash/gui/locales/SelectLanguageDialog_pl.properties +++ b/src/com/jpexs/decompiler/flash/gui/locales/SelectLanguageDialog_pl.properties @@ -12,10 +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 a5d26d8320..bb937ac376 100644 --- a/src/com/jpexs/decompiler/flash/gui/locales/SelectLanguageDialog_pt.properties +++ b/src/com/jpexs/decompiler/flash/gui/locales/SelectLanguageDialog_pt.properties @@ -12,10 +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 51425e10c5..e1c578a792 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,10 +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 cf7f22ca5f..2946d91cec 100644 --- a/src/com/jpexs/decompiler/flash/gui/locales/SelectLanguageDialog_ru.properties +++ b/src/com/jpexs/decompiler/flash/gui/locales/SelectLanguageDialog_ru.properties @@ -12,10 +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 ec0b018442..a853597d2c 100644 --- a/src/com/jpexs/decompiler/flash/gui/locales/SelectLanguageDialog_sv.properties +++ b/src/com/jpexs/decompiler/flash/gui/locales/SelectLanguageDialog_sv.properties @@ -12,10 +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 1d0fac1662..fa6bf93234 100644 --- a/src/com/jpexs/decompiler/flash/gui/locales/SelectLanguageDialog_tr.properties +++ b/src/com/jpexs/decompiler/flash/gui/locales/SelectLanguageDialog_tr.properties @@ -12,10 +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 e324fb540f..e9a687ac97 100644 --- a/src/com/jpexs/decompiler/flash/gui/locales/SelectLanguageDialog_uk.properties +++ b/src/com/jpexs/decompiler/flash/gui/locales/SelectLanguageDialog_uk.properties @@ -12,10 +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 0be398a8e3..9f1e20305c 100644 --- a/src/com/jpexs/decompiler/flash/gui/locales/SelectLanguageDialog_zh.properties +++ b/src/com/jpexs/decompiler/flash/gui/locales/SelectLanguageDialog_zh.properties @@ -12,10 +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 2647565d96..1d0a39b994 100644 --- a/src/com/jpexs/decompiler/flash/gui/locales/SelectTagOfTypeDialog.properties +++ b/src/com/jpexs/decompiler/flash/gui/locales/SelectTagOfTypeDialog.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=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 471767b3ae..bae6b9fe8a 100644 --- a/src/com/jpexs/decompiler/flash/gui/locales/SelectTagOfTypeDialog_cs.properties +++ b/src/com/jpexs/decompiler/flash/gui/locales/SelectTagOfTypeDialog_cs.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=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 04ce30e3af..9e6b91ab40 100644 --- a/src/com/jpexs/decompiler/flash/gui/locales/SelectTagPositionDialog.properties +++ b/src/com/jpexs/decompiler/flash/gui/locales/SelectTagPositionDialog.properties @@ -12,8 +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 1c5f06ed4f..e9171b0749 100644 --- a/src/com/jpexs/decompiler/flash/gui/locales/SelectTagPositionDialog_cs.properties +++ b/src/com/jpexs/decompiler/flash/gui/locales/SelectTagPositionDialog_cs.properties @@ -12,8 +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 e51eac93a9..a1bbddb26a 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 2218618140..58f1e84423 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 d05cb5fab7..22d6230b92 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 bc95c7e5cb..556cbba021 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 b0f5a844ae..a489b009ce 100644 --- a/src/com/jpexs/decompiler/flash/gui/locales/abc/ABCExplorerDialog.properties +++ b/src/com/jpexs/decompiler/flash/gui/locales/abc/ABCExplorerDialog.properties @@ -12,25 +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 07769561b6..733101ec2c 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,26 +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 f671a3c02a..f7e654803b 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 609b90a530..3fa71d95a6 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 9586ef7d4d..c5ccea10c6 100644 --- a/src/com/jpexs/decompiler/flash/gui/locales/abc/AddClassDialog.properties +++ b/src/com/jpexs/decompiler/flash/gui/locales/abc/AddClassDialog.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=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 707504175f..759493ba9b 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,12 +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 44433776e5..0f19800386 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,7 +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 80a8fd7eb8..f2cde3f651 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 028f7a3a8e..e31cc55ac8 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,12 +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 9fd8c74599..27598ab647 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 1225961a44..57126f60d7 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 6fcdd9d4fb..a5a39dc99c 100644 --- a/src/com/jpexs/decompiler/flash/gui/locales/abc/As3ClassLinkageDialog.properties +++ b/src/com/jpexs/decompiler/flash/gui/locales/abc/As3ClassLinkageDialog.properties @@ -12,24 +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 ea09972d05..f12ca0ede3 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,24 +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 c3e28fa82e..0765ee0961 100644 --- a/src/com/jpexs/decompiler/flash/gui/locales/abc/DeobfuscationDialog.properties +++ b/src/com/jpexs/decompiler/flash/gui/locales/abc/DeobfuscationDialog.properties @@ -12,16 +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 04ad3aa72a..1a03cbc068 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,11 +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 500aabd97a..47ab131522 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,16 +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 e7b4508e33..0e4fa7c32f 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,11 +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 eebd1bbb34..45526a659f 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,11 +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 5bddccd89f..28c4543513 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,11 +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 fe3d2ddb87..1ab0205de1 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,11 +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 5395bbaa7d..4e2e23accf 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,11 +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 e40efa8f69..81ab097575 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,11 +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 1e8a804112..f82b60b8e5 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,16 +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 6e5e9afcc7..43a74ec1cd 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,11 +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 27c7b0cd1c..8ee9389d09 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,11 +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 ae1f2afd4b..0e7c36fb32 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,16 +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 a72bf30a08..abb62f785a 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,11 +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 d4e37b7e56..18b28bc6a9 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,11 +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 d6ebb3fd7e..1ad43ac66f 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,16 +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 e0999a10ec..14a2a211cc 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,11 +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 80bf74e784..339efb585e 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,16 +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 5f6dc82f27..7d51f03ff9 100644 --- a/src/com/jpexs/decompiler/flash/gui/locales/abc/NewTraitDialog.properties +++ b/src/com/jpexs/decompiler/flash/gui/locales/abc/NewTraitDialog.properties @@ -12,11 +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 137803dd8e..c80c659f4f 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,11 +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 6e9a8cf60f..a85ff26eb4 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,11 +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 b88f59d2b0..6a54b05ccc 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,11 +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 956ba8d783..500c6225de 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,11 +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 f028e654a4..ebcff8bf0a 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,11 +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 41cdc79391..ef07adf2db 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,11 +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 4a6ecc6f89..4b43c89af8 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,11 +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 ed1f9ef8b0..e81153b023 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,11 +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 7e09e7c693..c50f293d26 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,11 +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 35fd92f055..796dac1632 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,11 +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 db40109732..168d0ad08a 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,11 +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 aea70585fe..8f86a45559 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,11 +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 5232f8532a..468ed4d94f 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,11 +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 f9e08c03dc..228010e6c9 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,11 +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 660fefd862..2b9083777b 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,11 +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 ebf4648b46..b92227ad2d 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,11 +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 71d8a8e9ef..4b7a3922ef 100644 --- a/src/com/jpexs/decompiler/flash/gui/locales/abc/SelectDoABCDialog.properties +++ b/src/com/jpexs/decompiler/flash/gui/locales/abc/SelectDoABCDialog.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=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 fe47333e48..ead41156ef 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,6 +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 3b13fc02e2..0865d08f85 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 b9428ab331..88ae8ad90d 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 143c3a1d72..43f9fe12e9 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 676d87558a..f12c153210 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 9aeda9a0b1..f051f9dd12 100644 --- a/src/com/jpexs/decompiler/flash/gui/locales/abc/UsageFrame.properties +++ b/src/com/jpexs/decompiler/flash/gui/locales/abc/UsageFrame.properties @@ -12,7 +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 659bc8bd93..e6fd218bff 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,7 +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 f0211f7261..c871b0a086 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,7 +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 518d50b838..803be79e24 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,6 +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 f78e22f907..a8b8a3fea7 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,7 +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 0ae65cb570..6517ffa377 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,7 +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 8dae7bef79..d329bdf146 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,7 +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 72dab7f5f9..bfd0e1c06c 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,7 +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 d8d2c031b5..92608e8f80 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,7 +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 6ad9ca946e..10f4582bcf 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,7 +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 8af8719546..d9247a9f0a 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,7 +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 c01327b144..bb2d2c6a91 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,6 +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 4affe7c0f9..275e28c658 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,7 +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 475e833545..a9eaaed938 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,7 +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 eeeede1c24..fed098af8e 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,7 +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 e4a7b755a8..6eab8df171 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,7 +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 ce3d79b1a8..be830d7d8e 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,6 +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 c9091a4989..d5297af982 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,7 +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 6a3338f9f1..f7beace6a5 100644 --- a/src/com/jpexs/decompiler/flash/gui/locales/action/AddScriptDialog.properties +++ b/src/com/jpexs/decompiler/flash/gui/locales/action/AddScriptDialog.properties @@ -1,13 +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 925a1fcff6..eba458ba49 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 c6436a786e..907387f6ae 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,13 +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 bccb405866..8579e56801 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 8b798ed33c..368a4a7423 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,13 +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 8c5bbabb42..90c7582a51 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 6206e4ebbe..c10806400c 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,13 +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 91397d4cbf..2a730a3a42 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 8cabfc2c85..04bedae2f3 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 9cb249f5b9..ce7802b343 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 79b728b8a1..f51257cf1f 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 d71a97af44..078938f8ae 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 26d90cb7c3..7f36662f3c 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 f33f4ee657..3e39186f0b 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 150eaece46..970b183872 100644 --- a/src/com/jpexs/decompiler/flash/gui/locales/proxy/ProxyFrame.properties +++ b/src/com/jpexs/decompiler/flash/gui/locales/proxy/ProxyFrame.properties @@ -12,23 +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 97cd95fdcc..9ed21d8b27 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,23 +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 8bfee7b84f..cd2036eb4e 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,23 +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 4e2a3c8a5e..a5a408d4c5 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,14 +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 131a4ad276..919edb358d 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,23 +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 fe830dc51f..3dbf03aaee 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,23 +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 58c59d3f08..717fba2add 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,23 +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 5736df9b10..254ad1ec91 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,23 +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 6ce7260175..99a485c4eb 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,23 +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 e693b4e90a..70638f31ed 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,23 +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 09adc41c0f..5743366d1c 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,14 +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 d342202149..076469720d 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,14 +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 f1f9ae1212..d2cd0973bb 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,23 +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 fcc6e9edd4..8b1f3417ac 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,23 +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 abd84ee533..13ef89f777 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,23 +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 ab1ab28d04..e161eb178d 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,23 +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 e52b9435ce..d715c76c97 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,14 +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 eb05b39d74..727cedcb4d 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,23 +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 From 948603d57258e4d65d9e21c927783d52230a8ee2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jindra=20Pet=C5=99=C3=ADk?= Date: Thu, 26 Sep 2024 10:18:25 +0200 Subject: [PATCH 18/42] Chinese translation update by Liushui --- CHANGELOG.md | 1 + .../flash/locales/AppResources_zh.properties | 1 + .../locales/docs/pcode/AS3_zh.properties | 2229 +++++++++-------- .../locales/docs/pcode/AS3other_zh.properties | 136 +- .../gui/locales/AboutDialog_zh.properties | 2 +- .../AdvancedSettingsDialog_zh.properties | 101 +- .../gui/locales/AsLinkageDialog_zh.properties | 18 + .../BreakpointListDialog_zh.properties | 25 + .../CollectDepthAsSpritesDialog_zh.properties | 17 + .../gui/locales/ExportDialog_zh.properties | 24 +- .../gui/locales/FontEmbedDialog_zh.properties | 5 + .../flash/gui/locales/MainFrame_zh.properties | 83 +- .../locales/PathResolvingDialog_zh.properties | 20 + .../SelectFramePositionDialog_zh.properties | 18 + .../SelectTagOfTypeDialog_zh.properties | 17 + .../SelectTagPositionDialog_zh.properties | 1 + .../abc/ABCExplorerDialog_zh.properties | 22 + .../abc/As3ClassLinkageDialog_zh.properties | 25 + 18 files changed, 1484 insertions(+), 1261 deletions(-) create mode 100644 src/com/jpexs/decompiler/flash/gui/locales/AsLinkageDialog_zh.properties create mode 100644 src/com/jpexs/decompiler/flash/gui/locales/BreakpointListDialog_zh.properties create mode 100644 src/com/jpexs/decompiler/flash/gui/locales/CollectDepthAsSpritesDialog_zh.properties create mode 100644 src/com/jpexs/decompiler/flash/gui/locales/PathResolvingDialog_zh.properties create mode 100644 src/com/jpexs/decompiler/flash/gui/locales/SelectFramePositionDialog_zh.properties create mode 100644 src/com/jpexs/decompiler/flash/gui/locales/SelectTagOfTypeDialog_zh.properties create mode 100644 src/com/jpexs/decompiler/flash/gui/locales/abc/ABCExplorerDialog_zh.properties create mode 100644 src/com/jpexs/decompiler/flash/gui/locales/abc/As3ClassLinkageDialog_zh.properties diff --git a/CHANGELOG.md b/CHANGELOG.md index 88d0aa1fca..cd32f1250c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,7 @@ All notable changes to this project will be documented in this file. ## [Unreleased] ### Added - [#2321] Commandline option to generate HTML docs for AS1/2 Actions +- Chinese translation update ### Fixed - [#2319] AS3 Compound assignments problems in some cases 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 f970192bf7..633c1a1cbb 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 @@ -40,3 +40,4 @@ 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 +error.swf.decryptionProblem = \u65e0\u6548\u7684SWF\u6587\u4ef6,\u89e3\u5bc6\u5931\u8d25 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 3091d517e7..ebf8a751bd 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,1199 +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 \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 +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.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, ... +# 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 #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_zh.properties b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/locales/docs/pcode/AS3other_zh.properties index f81a205fd6..3452bea01a 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,73 +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=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.IGNORE_REST = \u4e0d\u9884\u52a0\u8f7drest\u53c2\u6570 +method.flag.NATIVE = \u8fd9\u4e2a\u65b9\u6cd5\u662f\u539f\u751f(native)\u7684 +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/src/com/jpexs/decompiler/flash/gui/locales/AboutDialog_zh.properties b/src/com/jpexs/decompiler/flash/gui/locales/AboutDialog_zh.properties index 54c2d4bf95..3d30d3b932 100644 --- a/src/com/jpexs/decompiler/flash/gui/locales/AboutDialog_zh.properties +++ b/src/com/jpexs/decompiler/flash/gui/locales/AboutDialog_zh.properties @@ -20,7 +20,7 @@ contributors = \u8d21\u732e\u8005: #In the translation, replace "english" with target language name 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 +translation.author = \u6653\u4e4b\u8f66,\u5b89\u5b89,\u738b\u6668\u65ed,Liushui 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_zh.properties b/src/com/jpexs/decompiler/flash/gui/locales/AdvancedSettingsDialog_zh.properties index 3ca31707f5..90143e84cc 100644 --- a/src/com/jpexs/decompiler/flash/gui/locales/AdvancedSettingsDialog_zh.properties +++ b/src/com/jpexs/decompiler/flash/gui/locales/AdvancedSettingsDialog_zh.properties @@ -74,8 +74,8 @@ config.name.openFolderAfterFlaExport = FLA\u5bfc\u51fa\u540e\u6253\u5f00\u6587\u 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._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 @@ -88,8 +88,8 @@ 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._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) @@ -122,16 +122,16 @@ config.name.gui.window.maximized.horizontal = (\u5185\u90e8)\u7a97\u53e3\u6700\u 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.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.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 @@ -168,10 +168,10 @@ config.name.textExportSingleFileSeparator = \u5355\u6587\u4ef6\u5bfc\u51fa\u6587 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.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 @@ -220,8 +220,8 @@ config.name.autoSaveTagModifications = \u81ea\u52a8\u4fdd\u5b58\u6807\u7b7e\u4fe 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._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 @@ -268,8 +268,8 @@ 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= +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 = @@ -279,8 +279,8 @@ 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.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 @@ -295,8 +295,8 @@ config.name.resetLetterSpacingOnTextImport = \u6587\u672c\u5bfc\u5165\u65f6\u91c 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.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 @@ -307,21 +307,21 @@ config.description.graphVizDotLocation = GraphViz\u5e94\u7528\u7a0b\u5e8f\u7684d 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.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.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.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 @@ -330,17 +330,17 @@ config.description.useAdobeFlashPlayerForPreviews = \u4f7f\u7528Adobe Flash play #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.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 @@ -348,15 +348,15 @@ config.name.warning.initializers = AS3 slot/const\u521d\u59cb\u5316\u7f16\u8f91\ 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.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.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 @@ -434,11 +434,11 @@ config.name.fixAntialiasConflation = \u5c1d\u8bd5\u4fee\u590d\u6297\u952f\u9f7f\ 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.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.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 @@ -462,3 +462,8 @@ config.name.rememberScriptsScrollPos = \u8bb0\u4f4f\u811a\u672c\u6eda\u52a8/\u63 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 +#after 18.3.6 +config.name.warning.initializers.class = \u5173\u4e8e\u811a\u672c\u521d\u59cb\u5316\u7a0b\u5e8f\u7684AS3\u7c7b\u7279\u5f81\u7f16\u8f91\u8b66\u544a +config.description.warning.initializers.class = \u5728AS3\u7c7b\u7279\u5f81\u7f16\u8f91\u4e2d\u663e\u793a\u6709\u5173\u521d\u59cb\u5316\u7a0b\u5e8f\u7684\u8b66\u544a +#after 18.4.1 +config.name.maxCachedNum = \u6bcf\u4e2a\u7f13\u5b58\u7684\u6700\u5927\u7f13\u5b58\u9879\u6570 diff --git a/src/com/jpexs/decompiler/flash/gui/locales/AsLinkageDialog_zh.properties b/src/com/jpexs/decompiler/flash/gui/locales/AsLinkageDialog_zh.properties new file mode 100644 index 0000000000..f19af4a995 --- /dev/null +++ b/src/com/jpexs/decompiler/flash/gui/locales/AsLinkageDialog_zh.properties @@ -0,0 +1,18 @@ +# 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 . +dialog.title = AS\u94fe\u63a5 +button.ok = \u786e\u5b9a +button.proceed = \u7ee7\u7eed +button.cancel = \u53d6\u6d88 diff --git a/src/com/jpexs/decompiler/flash/gui/locales/BreakpointListDialog_zh.properties b/src/com/jpexs/decompiler/flash/gui/locales/BreakpointListDialog_zh.properties new file mode 100644 index 0000000000..21d6b5ba1b --- /dev/null +++ b/src/com/jpexs/decompiler/flash/gui/locales/BreakpointListDialog_zh.properties @@ -0,0 +1,25 @@ +# Copyright (C) 2023 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 . +dialog.title = \u65ad\u70b9\u5217\u8868 +button.goto = \u524d\u5f80 +button.remove = \u79fb\u9664 +button.removeAll = \u79fb\u9664\u5168\u90e8 +button.close = \u5173\u95ed +breakpoint.scriptName = \u811a\u672c\u540d\u79f0 +breakpoint.line = \u884c +breakpoint.status = \u72b6\u6001 +breakpoint.status.invalid = \u65e0\u6548 +breakpoint.status.confirmed = \u786e\u8ba4 +breakpoint.status.unknown = \u672a\u77e5 diff --git a/src/com/jpexs/decompiler/flash/gui/locales/CollectDepthAsSpritesDialog_zh.properties b/src/com/jpexs/decompiler/flash/gui/locales/CollectDepthAsSpritesDialog_zh.properties new file mode 100644 index 0000000000..bb3707541c --- /dev/null +++ b/src/com/jpexs/decompiler/flash/gui/locales/CollectDepthAsSpritesDialog_zh.properties @@ -0,0 +1,17 @@ +# Copyright (C) 2010-2016 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 . +dialog.title = \u6536\u96c6\u9009\u9879 +button.ok = \u786e\u5b9a +button.cancel = \u53d6\u6d88 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 ebec72121e..a18adcb41a 100644 --- a/src/com/jpexs/decompiler/flash/gui/locales/ExportDialog_zh.properties +++ b/src/com/jpexs/decompiler/flash/gui/locales/ExportDialog_zh.properties @@ -23,25 +23,25 @@ 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_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.mp3_wav_flv = MP3/WAV/FLV sounds.flv = FLV (\u4ec5\u97f3\u9891) -sounds.mp3_wav=MP3/WAV +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.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 +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... @@ -52,6 +52,9 @@ morphshapes.gif = GIF morphshapes.svg = SVG morphshapes.canvas = HTML5 \u753b\u5e03 morphshapes.swf = SWF +morphshapes.bmp_start_end = BMP (\u5f00\u59cb, \u7ed3\u675f) +morphshapes.png_start_end = PNG (\u5f00\u59cb, \u7ed3\u675f) +morphshapes.svg_start_end = SVG (\u5f00\u59cb, \u7ed3\u675f) frames = \u5e27 frames.png = PNG frames.gif = GIF @@ -84,4 +87,11 @@ 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 +#after 18.5.0 +fonts4 = \u5b9a\u4e49\u5b57\u4f534 +fonts4.cff = CFF +embed = \u901a\u8fc7 [Embed] \u6807\u7b7e\u5bfc\u51fa\u5d4c\u5165\u7684\u8d44\u6e90 +#after 20.1.0 +resampleWav = Wav \u91c7\u6837\u5230 44kHz +transparentFrameBackground = \u5ffd\u7565\u80cc\u666f\u989c\u8272\uff08\u4f7f\u900f\u660e\uff09 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 38068b1b52..4ab7283861 100644 --- a/src/com/jpexs/decompiler/flash/gui/locales/FontEmbedDialog_zh.properties +++ b/src/com/jpexs/decompiler/flash/gui/locales/FontEmbedDialog_zh.properties @@ -23,4 +23,9 @@ installed = \u5df2\u5b89\u88c5: ttffile.noselection = TTF\u6587\u4ef6: