From 9be0e34c1a24f1649a31ffa2f7a7be3c4ee0d3e0 Mon Sep 17 00:00:00 2001 From: "honfika@gmail.com" Date: Sun, 15 Feb 2015 22:38:35 +0100 Subject: [PATCH] resources --- lib/jsyntaxpane-0.9.5.jar | Bin 558397 -> 558178 bytes .../decompiler/flash/gui/GraphTreeFrame.java | 6 +- .../flash/gui/helpers/CheckResources.java | 90 ++++++++++++------ ...s => AdvancedSettingsDialog_de.properties} | 1 - ...s => AdvancedSettingsDialog_pt.properties} | 1 - ...s => AdvancedSettingsDialog_zh.properties} | 1 - .../gui/locales/DebugLogDialog.properties | 2 +- ...roperties => DebugLogDialog_ca.properties} | 1 - .../gui/locales/DebugLogDialog_cs.properties | 2 +- .../gui/locales/DebugLogDialog_de.properties | 14 +++ .../gui/locales/DebugLogDialog_es.properties | 14 +++ .../gui/locales/DebugLogDialog_fr.properties | 2 +- .../gui/locales/DebugLogDialog_hu.properties | 19 ++++ .../gui/locales/DebugLogDialog_nl.properties | 14 +++ .../gui/locales/DebugLogDialog_pl.properties | 14 +++ .../gui/locales/DebugLogDialog_pt.properties | 14 +++ .../locales/DebugLogDialog_pt_BR.properties | 14 +++ .../gui/locales/DebugLogDialog_ru.properties | 2 +- .../gui/locales/DebugLogDialog_sv.properties | 14 +++ .../gui/locales/DebugLogDialog_uk.properties | 14 +++ .../gui/locales/DebugLogDialog_zh.properties | 14 +++ .../gui/locales/ExportDialog_ca.properties | 2 + .../gui/locales/ExportDialog_cs.properties | 3 + .../gui/locales/ExportDialog_de.properties | 5 + .../gui/locales/ExportDialog_es.properties | 12 ++- .../gui/locales/ExportDialog_hu.properties | 3 + .../gui/locales/ExportDialog_nl.properties | 5 + .../gui/locales/ExportDialog_pl.properties | 3 + .../gui/locales/ExportDialog_pt.properties | 5 + .../gui/locales/ExportDialog_pt_BR.properties | 5 + .../gui/locales/ExportDialog_ru.properties | 3 + .../gui/locales/ExportDialog_sv.properties | 5 + .../gui/locales/ExportDialog_uk.properties | 5 + .../gui/locales/ExportDialog_zh.properties | 5 + .../gui/locales/FontEmbedDialog_fr.properties | 2 +- .../gui/locales/FontEmbedDialog_pt.properties | 14 +++ .../locales/FontPreviewDialog_de.properties | 14 +++ .../locales/FontPreviewDialog_pt.properties | 14 +++ .../locales/FontPreviewDialog_zh.properties | 14 +++ .../gui/locales/GraphTreeFrame_pl.properties | 15 --- .../gui/locales/GraphTreeFrame_pt.properties | 15 --- .../locales/GraphTreeFrame_pt_BR.properties | 15 --- .../gui/locales/GraphTreeFrame_zh.properties | 15 --- .../locales/LoadFromCacheFrame_pt.properties | 14 +++ .../gui/locales/ReplaceTraceDialog.properties | 2 +- .../locales/ReplaceTraceDialog_ca.properties | 14 +++ .../locales/ReplaceTraceDialog_cs.properties | 2 +- .../locales/ReplaceTraceDialog_de.properties | 14 +++ .../locales/ReplaceTraceDialog_es.properties | 14 +++ .../locales/ReplaceTraceDialog_fr.properties | 2 +- .../locales/ReplaceTraceDialog_hu.properties | 20 ++++ .../locales/ReplaceTraceDialog_nl.properties | 14 +++ .../locales/ReplaceTraceDialog_pl.properties | 14 +++ .../locales/ReplaceTraceDialog_pt.properties | 14 +++ .../ReplaceTraceDialog_pt_BR.properties | 14 +++ .../locales/ReplaceTraceDialog_ru.properties | 2 +- .../locales/ReplaceTraceDialog_sv.properties | 14 +++ .../locales/ReplaceTraceDialog_uk.properties | 14 +++ .../locales/ReplaceTraceDialog_zh.properties | 14 +++ .../locales/SearchResultsDialog_de.properties | 14 +++ .../locales/SearchResultsDialog_nl.properties | 14 +++ .../locales/SearchResultsDialog_pt.properties | 14 +++ .../SearchResultsDialog_pt_BR.properties | 14 +++ .../locales/SearchResultsDialog_uk.properties | 14 +++ .../locales/SearchResultsDialog_zh.properties | 14 +++ .../locales/abc/NewTraitDialog_pt.properties | 14 +++ .../gui/locales/proxy/ProxyFrame.properties | 2 +- .../locales/proxy/ProxyFrame_cs.properties | 2 +- .../locales/proxy/ProxyFrame_de.properties | 2 +- .../locales/proxy/ProxyFrame_fr.properties | 2 +- .../locales/proxy/ProxyFrame_hu.properties | 9 ++ .../locales/proxy/ProxyFrame_ru.properties | 2 +- .../timeline/TimeLineFrame_fr.properties | 16 ---- .../locales/timeline/TimelineFrame.properties | 16 ---- .../timeline/TimelineFrame_ca.properties | 16 ---- .../timeline/TimelineFrame_hu.properties | 16 ---- .../timeline/TimelineFrame_pl.properties | 16 ---- .../timeline/TimelineFrame_pt_BR.properties | 16 ---- 78 files changed, 618 insertions(+), 209 deletions(-) rename src/com/jpexs/decompiler/flash/gui/locales/{GraphTreeFrame_ca.properties => AdvancedSettingsDialog_de.properties} (99%) rename src/com/jpexs/decompiler/flash/gui/locales/{GraphTreeFrame_de.properties => AdvancedSettingsDialog_pt.properties} (99%) rename src/com/jpexs/decompiler/flash/gui/locales/{GraphTreeFrame_es.properties => AdvancedSettingsDialog_zh.properties} (99%) rename src/com/jpexs/decompiler/flash/gui/locales/{GraphTreeFrame_fr.properties => DebugLogDialog_ca.properties} (99%) create mode 100644 src/com/jpexs/decompiler/flash/gui/locales/DebugLogDialog_de.properties create mode 100644 src/com/jpexs/decompiler/flash/gui/locales/DebugLogDialog_es.properties create mode 100644 src/com/jpexs/decompiler/flash/gui/locales/DebugLogDialog_hu.properties create mode 100644 src/com/jpexs/decompiler/flash/gui/locales/DebugLogDialog_nl.properties create mode 100644 src/com/jpexs/decompiler/flash/gui/locales/DebugLogDialog_pl.properties create mode 100644 src/com/jpexs/decompiler/flash/gui/locales/DebugLogDialog_pt.properties create mode 100644 src/com/jpexs/decompiler/flash/gui/locales/DebugLogDialog_pt_BR.properties create mode 100644 src/com/jpexs/decompiler/flash/gui/locales/DebugLogDialog_sv.properties create mode 100644 src/com/jpexs/decompiler/flash/gui/locales/DebugLogDialog_uk.properties create mode 100644 src/com/jpexs/decompiler/flash/gui/locales/DebugLogDialog_zh.properties create mode 100644 src/com/jpexs/decompiler/flash/gui/locales/FontEmbedDialog_pt.properties create mode 100644 src/com/jpexs/decompiler/flash/gui/locales/FontPreviewDialog_de.properties create mode 100644 src/com/jpexs/decompiler/flash/gui/locales/FontPreviewDialog_pt.properties create mode 100644 src/com/jpexs/decompiler/flash/gui/locales/FontPreviewDialog_zh.properties delete mode 100644 src/com/jpexs/decompiler/flash/gui/locales/GraphTreeFrame_pl.properties delete mode 100644 src/com/jpexs/decompiler/flash/gui/locales/GraphTreeFrame_pt.properties delete mode 100644 src/com/jpexs/decompiler/flash/gui/locales/GraphTreeFrame_pt_BR.properties delete mode 100644 src/com/jpexs/decompiler/flash/gui/locales/GraphTreeFrame_zh.properties create mode 100644 src/com/jpexs/decompiler/flash/gui/locales/LoadFromCacheFrame_pt.properties create mode 100644 src/com/jpexs/decompiler/flash/gui/locales/ReplaceTraceDialog_ca.properties create mode 100644 src/com/jpexs/decompiler/flash/gui/locales/ReplaceTraceDialog_de.properties create mode 100644 src/com/jpexs/decompiler/flash/gui/locales/ReplaceTraceDialog_es.properties create mode 100644 src/com/jpexs/decompiler/flash/gui/locales/ReplaceTraceDialog_hu.properties create mode 100644 src/com/jpexs/decompiler/flash/gui/locales/ReplaceTraceDialog_nl.properties create mode 100644 src/com/jpexs/decompiler/flash/gui/locales/ReplaceTraceDialog_pl.properties create mode 100644 src/com/jpexs/decompiler/flash/gui/locales/ReplaceTraceDialog_pt.properties create mode 100644 src/com/jpexs/decompiler/flash/gui/locales/ReplaceTraceDialog_pt_BR.properties create mode 100644 src/com/jpexs/decompiler/flash/gui/locales/ReplaceTraceDialog_sv.properties create mode 100644 src/com/jpexs/decompiler/flash/gui/locales/ReplaceTraceDialog_uk.properties create mode 100644 src/com/jpexs/decompiler/flash/gui/locales/ReplaceTraceDialog_zh.properties create mode 100644 src/com/jpexs/decompiler/flash/gui/locales/SearchResultsDialog_de.properties create mode 100644 src/com/jpexs/decompiler/flash/gui/locales/SearchResultsDialog_nl.properties create mode 100644 src/com/jpexs/decompiler/flash/gui/locales/SearchResultsDialog_pt.properties create mode 100644 src/com/jpexs/decompiler/flash/gui/locales/SearchResultsDialog_pt_BR.properties create mode 100644 src/com/jpexs/decompiler/flash/gui/locales/SearchResultsDialog_uk.properties create mode 100644 src/com/jpexs/decompiler/flash/gui/locales/SearchResultsDialog_zh.properties create mode 100644 src/com/jpexs/decompiler/flash/gui/locales/abc/NewTraitDialog_pt.properties delete mode 100644 src/com/jpexs/decompiler/flash/gui/locales/timeline/TimeLineFrame_fr.properties delete mode 100644 src/com/jpexs/decompiler/flash/gui/locales/timeline/TimelineFrame.properties delete mode 100644 src/com/jpexs/decompiler/flash/gui/locales/timeline/TimelineFrame_ca.properties delete mode 100644 src/com/jpexs/decompiler/flash/gui/locales/timeline/TimelineFrame_hu.properties delete mode 100644 src/com/jpexs/decompiler/flash/gui/locales/timeline/TimelineFrame_pl.properties delete mode 100644 src/com/jpexs/decompiler/flash/gui/locales/timeline/TimelineFrame_pt_BR.properties diff --git a/lib/jsyntaxpane-0.9.5.jar b/lib/jsyntaxpane-0.9.5.jar index eef12b11bc1c50e53b3de22ac093afa5bd08b312..bc4a42add2bfde2d7117126a4c17c7fa10de8b88 100644 GIT binary patch delta 23486 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

Tb*KwO+pyoXm`FR8 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. */ diff --git a/src/com/jpexs/decompiler/flash/gui/helpers/CheckResources.java b/src/com/jpexs/decompiler/flash/gui/helpers/CheckResources.java index 96b7ca798..43c853a0a 100644 --- a/src/com/jpexs/decompiler/flash/gui/helpers/CheckResources.java +++ b/src/com/jpexs/decompiler/flash/gui/helpers/CheckResources.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-2015 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 . */ @@ -18,6 +18,7 @@ package com.jpexs.decompiler.flash.gui.helpers; import com.jpexs.decompiler.flash.gui.AboutDialog; import com.jpexs.decompiler.flash.gui.AdvancedSettingsDialog; +import com.jpexs.decompiler.flash.gui.DebugLogDialog; import com.jpexs.decompiler.flash.gui.ErrorLogFrame; import com.jpexs.decompiler.flash.gui.ExportDialog; import com.jpexs.decompiler.flash.gui.FontEmbedDialog; @@ -30,6 +31,7 @@ import com.jpexs.decompiler.flash.gui.MainFrame; import com.jpexs.decompiler.flash.gui.ModeFrame; import com.jpexs.decompiler.flash.gui.NewVersionDialog; import com.jpexs.decompiler.flash.gui.RenameDialog; +import com.jpexs.decompiler.flash.gui.ReplaceTraceDialog; import com.jpexs.decompiler.flash.gui.SearchDialog; import com.jpexs.decompiler.flash.gui.SearchResultsDialog; import com.jpexs.decompiler.flash.gui.SelectLanguageDialog; @@ -41,8 +43,9 @@ import java.io.FileNotFoundException; import java.io.IOException; import java.io.InputStream; import java.io.PrintStream; +import java.util.HashMap; +import java.util.Map; import java.util.Properties; -import java.util.Set; import java.util.logging.Level; import java.util.logging.Logger; @@ -56,6 +59,7 @@ public class CheckResources { Class[] classes = new Class[]{ AboutDialog.class, AdvancedSettingsDialog.class, + DebugLogDialog.class, ErrorLogFrame.class, ExportDialog.class, FontEmbedDialog.class, @@ -69,49 +73,73 @@ public class CheckResources { ModeFrame.class, NewVersionDialog.class, RenameDialog.class, + ReplaceTraceDialog.class, SearchDialog.class, SearchResultsDialog.class, SelectLanguageDialog.class, - ProxyFrame.class, + // ABC DeobfuscationDialog.class, NewTraitDialog.class, - UsageFrame.class,}; - for (Class clazz : classes) { - checkResources(clazz, stream); - } + UsageFrame.class, + // Proxy + ProxyFrame.class,}; + checkResources(classes, stream); } - public static void checkResources(Class clazz, PrintStream stream) { + private static void checkResources(Class[] classes, PrintStream stream) { try { - Properties prop = new Properties(); String[] languages = SelectLanguageDialog.getAvailableLanguages(); - String resourcePath = getResourcePath(clazz, null); - InputStream is = CheckResources.class.getResourceAsStream(resourcePath); - if (is == null) { - stream.println("Resource file not found: " + resourcePath); - return; + Map properties = new HashMap<>(); + for (Class clazz : classes) { + String resourcePath = getResourcePath(clazz, null); + InputStream is = CheckResources.class.getResourceAsStream(resourcePath); + if (is == null) { + stream.println("Resource file not found: " + resourcePath); + return; + } + Properties prop = new Properties(); + prop.load(is); + properties.put(clazz, prop); } - prop.load(is); - Set keys = prop.keySet(); for (String lang : languages) { if (lang.equals("en")) { continue; } - Properties prop2 = new Properties(); - resourcePath = getResourcePath(clazz, lang); - is = CheckResources.class.getResourceAsStream(resourcePath); - if (is == null) { - stream.println(lang + ": Resource file not found: " + resourcePath); - continue; - } - prop2.load(is); - for (Object key : keys) { - String value = prop2.getProperty((String) key); - if (value == null) { - stream.println(lang + ": Property not found in resource file: " + clazz.getSimpleName() + ", property: " + key); + boolean firstMissing = true; + for (Class clazz : classes) { + Properties prop = properties.get(clazz); + Properties prop2 = new Properties(); + String resourcePath = getResourcePath(clazz, lang); + InputStream is = CheckResources.class.getResourceAsStream(resourcePath); + if (is == null) { + stream.println(lang + ": Resource file not found: " + resourcePath); + continue; } + try { + prop2.load(is); + } catch (Exception ex) { + Logger.getLogger(CheckResources.class.getName()).log(Level.SEVERE, "Cannot load resource:" + clazz.getSimpleName() + " " + lang, ex); + } + + for (Object key : prop.keySet()) { + String keyStr = (String) key; + String value = prop2.getProperty(keyStr); + if (value == null) { + if (firstMissing) { + stream.println(lang); + stream.println("-----------------------------"); + firstMissing = false; + } + + stream.println(clazz.getSimpleName() + ", property: " + key + "=" + prop.getProperty(keyStr)); + } + } + } + + if (!firstMissing) { + stream.println(); } } } catch (FileNotFoundException ex) { @@ -127,7 +155,7 @@ public class CheckResources { name = name.substring("com.jpexs.decompiler.flash.gui.".length()); name = "/com/jpexs/decompiler/flash/gui/locales/" + name.replace(".", "/"); if (lang != null) { - name += "_" + lang; + name += "_" + lang.replace("-", "_"); } name += ".properties"; } diff --git a/src/com/jpexs/decompiler/flash/gui/locales/GraphTreeFrame_ca.properties b/src/com/jpexs/decompiler/flash/gui/locales/AdvancedSettingsDialog_de.properties similarity index 99% rename from src/com/jpexs/decompiler/flash/gui/locales/GraphTreeFrame_ca.properties rename to src/com/jpexs/decompiler/flash/gui/locales/AdvancedSettingsDialog_de.properties index 62fda9f34..d077c06f0 100644 --- a/src/com/jpexs/decompiler/flash/gui/locales/GraphTreeFrame_ca.properties +++ b/src/com/jpexs/decompiler/flash/gui/locales/AdvancedSettingsDialog_de.properties @@ -12,4 +12,3 @@ # # You should have received a copy of the GNU General Public License # along with this program. If not, see . - diff --git a/src/com/jpexs/decompiler/flash/gui/locales/GraphTreeFrame_de.properties b/src/com/jpexs/decompiler/flash/gui/locales/AdvancedSettingsDialog_pt.properties similarity index 99% rename from src/com/jpexs/decompiler/flash/gui/locales/GraphTreeFrame_de.properties rename to src/com/jpexs/decompiler/flash/gui/locales/AdvancedSettingsDialog_pt.properties index 62fda9f34..d077c06f0 100644 --- a/src/com/jpexs/decompiler/flash/gui/locales/GraphTreeFrame_de.properties +++ b/src/com/jpexs/decompiler/flash/gui/locales/AdvancedSettingsDialog_pt.properties @@ -12,4 +12,3 @@ # # You should have received a copy of the GNU General Public License # along with this program. If not, see . - diff --git a/src/com/jpexs/decompiler/flash/gui/locales/GraphTreeFrame_es.properties b/src/com/jpexs/decompiler/flash/gui/locales/AdvancedSettingsDialog_zh.properties similarity index 99% rename from src/com/jpexs/decompiler/flash/gui/locales/GraphTreeFrame_es.properties rename to src/com/jpexs/decompiler/flash/gui/locales/AdvancedSettingsDialog_zh.properties index 62fda9f34..d077c06f0 100644 --- a/src/com/jpexs/decompiler/flash/gui/locales/GraphTreeFrame_es.properties +++ b/src/com/jpexs/decompiler/flash/gui/locales/AdvancedSettingsDialog_zh.properties @@ -12,4 +12,3 @@ # # You should have received a copy of the GNU General Public License # along with this program. If not, see . - diff --git a/src/com/jpexs/decompiler/flash/gui/locales/DebugLogDialog.properties b/src/com/jpexs/decompiler/flash/gui/locales/DebugLogDialog.properties index 92bb420ea..8296db4cb 100644 --- a/src/com/jpexs/decompiler/flash/gui/locales/DebugLogDialog.properties +++ b/src/com/jpexs/decompiler/flash/gui/locales/DebugLogDialog.properties @@ -16,4 +16,4 @@ dialog.title = Debugger Log button.clear = Clear button.close = Close -msg.header = connection %clientid%: \ No newline at end of file +msg.header = connection %clientid%: diff --git a/src/com/jpexs/decompiler/flash/gui/locales/GraphTreeFrame_fr.properties b/src/com/jpexs/decompiler/flash/gui/locales/DebugLogDialog_ca.properties similarity index 99% rename from src/com/jpexs/decompiler/flash/gui/locales/GraphTreeFrame_fr.properties rename to src/com/jpexs/decompiler/flash/gui/locales/DebugLogDialog_ca.properties index 62fda9f34..d077c06f0 100644 --- a/src/com/jpexs/decompiler/flash/gui/locales/GraphTreeFrame_fr.properties +++ b/src/com/jpexs/decompiler/flash/gui/locales/DebugLogDialog_ca.properties @@ -12,4 +12,3 @@ # # You should have received a copy of the GNU General Public License # along with this program. If not, see . - diff --git a/src/com/jpexs/decompiler/flash/gui/locales/DebugLogDialog_cs.properties b/src/com/jpexs/decompiler/flash/gui/locales/DebugLogDialog_cs.properties index f2316072a..8cb0923d3 100644 --- a/src/com/jpexs/decompiler/flash/gui/locales/DebugLogDialog_cs.properties +++ b/src/com/jpexs/decompiler/flash/gui/locales/DebugLogDialog_cs.properties @@ -16,4 +16,4 @@ dialog.title = Log Debuggeru button.clear = Vypr\u00e1zdnit button.close = Zav\u0159\u00edt -msg.header = spojen\u00ed %clientid%: \ No newline at end of file +msg.header = spojen\u00ed %clientid%: diff --git a/src/com/jpexs/decompiler/flash/gui/locales/DebugLogDialog_de.properties b/src/com/jpexs/decompiler/flash/gui/locales/DebugLogDialog_de.properties new file mode 100644 index 000000000..d077c06f0 --- /dev/null +++ b/src/com/jpexs/decompiler/flash/gui/locales/DebugLogDialog_de.properties @@ -0,0 +1,14 @@ +# Copyright (C) 2010-2015 JPEXS +# +# This program is free software: you can redistribute it and/or modify +# it under the terms of the GNU General Public License as published by +# the Free Software Foundation, either version 3 of the License, or +# (at your option) any later version. +# +# This program is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# GNU General Public License for more details. +# +# You should have received a copy of the GNU General Public License +# along with this program. If not, see . diff --git a/src/com/jpexs/decompiler/flash/gui/locales/DebugLogDialog_es.properties b/src/com/jpexs/decompiler/flash/gui/locales/DebugLogDialog_es.properties new file mode 100644 index 000000000..d077c06f0 --- /dev/null +++ b/src/com/jpexs/decompiler/flash/gui/locales/DebugLogDialog_es.properties @@ -0,0 +1,14 @@ +# Copyright (C) 2010-2015 JPEXS +# +# This program is free software: you can redistribute it and/or modify +# it under the terms of the GNU General Public License as published by +# the Free Software Foundation, either version 3 of the License, or +# (at your option) any later version. +# +# This program is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# GNU General Public License for more details. +# +# You should have received a copy of the GNU General Public License +# along with this program. If not, see . diff --git a/src/com/jpexs/decompiler/flash/gui/locales/DebugLogDialog_fr.properties b/src/com/jpexs/decompiler/flash/gui/locales/DebugLogDialog_fr.properties index 8ccdbff20..a5cf2ad08 100644 --- a/src/com/jpexs/decompiler/flash/gui/locales/DebugLogDialog_fr.properties +++ b/src/com/jpexs/decompiler/flash/gui/locales/DebugLogDialog_fr.properties @@ -16,4 +16,4 @@ dialog.title = Journal du d\u00e9boggueur button.clear = Effacer button.close = Fermer -msg.header = connection %clientid%: \ No newline at end of file +msg.header = connection %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 new file mode 100644 index 000000000..a97b64b25 --- /dev/null +++ b/src/com/jpexs/decompiler/flash/gui/locales/DebugLogDialog_hu.properties @@ -0,0 +1,19 @@ +# Copyright (C) 2010-2015 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 = Debugger Log +button.clear = T\u00f6r\u00f6l +button.close = Bez\u00e1r +msg.header = kapcsolat %clientid%: \ No newline at end of file diff --git a/src/com/jpexs/decompiler/flash/gui/locales/DebugLogDialog_nl.properties b/src/com/jpexs/decompiler/flash/gui/locales/DebugLogDialog_nl.properties new file mode 100644 index 000000000..d077c06f0 --- /dev/null +++ b/src/com/jpexs/decompiler/flash/gui/locales/DebugLogDialog_nl.properties @@ -0,0 +1,14 @@ +# Copyright (C) 2010-2015 JPEXS +# +# This program is free software: you can redistribute it and/or modify +# it under the terms of the GNU General Public License as published by +# the Free Software Foundation, either version 3 of the License, or +# (at your option) any later version. +# +# This program is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# GNU General Public License for more details. +# +# You should have received a copy of the GNU General Public License +# along with this program. If not, see . diff --git a/src/com/jpexs/decompiler/flash/gui/locales/DebugLogDialog_pl.properties b/src/com/jpexs/decompiler/flash/gui/locales/DebugLogDialog_pl.properties new file mode 100644 index 000000000..d077c06f0 --- /dev/null +++ b/src/com/jpexs/decompiler/flash/gui/locales/DebugLogDialog_pl.properties @@ -0,0 +1,14 @@ +# Copyright (C) 2010-2015 JPEXS +# +# This program is free software: you can redistribute it and/or modify +# it under the terms of the GNU General Public License as published by +# the Free Software Foundation, either version 3 of the License, or +# (at your option) any later version. +# +# This program is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# GNU General Public License for more details. +# +# You should have received a copy of the GNU General Public License +# along with this program. If not, see . diff --git a/src/com/jpexs/decompiler/flash/gui/locales/DebugLogDialog_pt.properties b/src/com/jpexs/decompiler/flash/gui/locales/DebugLogDialog_pt.properties new file mode 100644 index 000000000..d077c06f0 --- /dev/null +++ b/src/com/jpexs/decompiler/flash/gui/locales/DebugLogDialog_pt.properties @@ -0,0 +1,14 @@ +# Copyright (C) 2010-2015 JPEXS +# +# This program is free software: you can redistribute it and/or modify +# it under the terms of the GNU General Public License as published by +# the Free Software Foundation, either version 3 of the License, or +# (at your option) any later version. +# +# This program is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# GNU General Public License for more details. +# +# You should have received a copy of the GNU General Public License +# along with this program. If not, see . diff --git a/src/com/jpexs/decompiler/flash/gui/locales/DebugLogDialog_pt_BR.properties b/src/com/jpexs/decompiler/flash/gui/locales/DebugLogDialog_pt_BR.properties new file mode 100644 index 000000000..d077c06f0 --- /dev/null +++ b/src/com/jpexs/decompiler/flash/gui/locales/DebugLogDialog_pt_BR.properties @@ -0,0 +1,14 @@ +# Copyright (C) 2010-2015 JPEXS +# +# This program is free software: you can redistribute it and/or modify +# it under the terms of the GNU General Public License as published by +# the Free Software Foundation, either version 3 of the License, or +# (at your option) any later version. +# +# This program is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# GNU General Public License for more details. +# +# You should have received a copy of the GNU General Public License +# along with this program. If not, see . diff --git a/src/com/jpexs/decompiler/flash/gui/locales/DebugLogDialog_ru.properties b/src/com/jpexs/decompiler/flash/gui/locales/DebugLogDialog_ru.properties index 7ea99ce49..5b701e711 100644 --- a/src/com/jpexs/decompiler/flash/gui/locales/DebugLogDialog_ru.properties +++ b/src/com/jpexs/decompiler/flash/gui/locales/DebugLogDialog_ru.properties @@ -16,4 +16,4 @@ 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%: \ No newline at end of file +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 new file mode 100644 index 000000000..d077c06f0 --- /dev/null +++ b/src/com/jpexs/decompiler/flash/gui/locales/DebugLogDialog_sv.properties @@ -0,0 +1,14 @@ +# Copyright (C) 2010-2015 JPEXS +# +# This program is free software: you can redistribute it and/or modify +# it under the terms of the GNU General Public License as published by +# the Free Software Foundation, either version 3 of the License, or +# (at your option) any later version. +# +# This program is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# GNU General Public License for more details. +# +# You should have received a copy of the GNU General Public License +# along with this program. If not, see . diff --git a/src/com/jpexs/decompiler/flash/gui/locales/DebugLogDialog_uk.properties b/src/com/jpexs/decompiler/flash/gui/locales/DebugLogDialog_uk.properties new file mode 100644 index 000000000..d077c06f0 --- /dev/null +++ b/src/com/jpexs/decompiler/flash/gui/locales/DebugLogDialog_uk.properties @@ -0,0 +1,14 @@ +# Copyright (C) 2010-2015 JPEXS +# +# This program is free software: you can redistribute it and/or modify +# it under the terms of the GNU General Public License as published by +# the Free Software Foundation, either version 3 of the License, or +# (at your option) any later version. +# +# This program is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# GNU General Public License for more details. +# +# You should have received a copy of the GNU General Public License +# along with this program. If not, see . diff --git a/src/com/jpexs/decompiler/flash/gui/locales/DebugLogDialog_zh.properties b/src/com/jpexs/decompiler/flash/gui/locales/DebugLogDialog_zh.properties new file mode 100644 index 000000000..d077c06f0 --- /dev/null +++ b/src/com/jpexs/decompiler/flash/gui/locales/DebugLogDialog_zh.properties @@ -0,0 +1,14 @@ +# Copyright (C) 2010-2015 JPEXS +# +# This program is free software: you can redistribute it and/or modify +# it under the terms of the GNU General Public License as published by +# the Free Software Foundation, either version 3 of the License, or +# (at your option) any later version. +# +# This program is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# GNU General Public License for more details. +# +# You should have received a copy of the GNU General Public License +# along with this program. If not, see . diff --git a/src/com/jpexs/decompiler/flash/gui/locales/ExportDialog_ca.properties b/src/com/jpexs/decompiler/flash/gui/locales/ExportDialog_ca.properties index 1b6062752..be6dd68c3 100644 --- a/src/com/jpexs/decompiler/flash/gui/locales/ExportDialog_ca.properties +++ b/src/com/jpexs/decompiler/flash/gui/locales/ExportDialog_ca.properties @@ -15,6 +15,7 @@ shapes = Formes shapes.svg = SVG shapes.png = PNG +shapes.bmp = BMP shapes.canvas = Tela HTML5 texts = Texts @@ -62,6 +63,7 @@ frames.avi = AVI frames.svg = SVG frames.canvas = Tela HTML5 frames.pdf = PDF +frames.bmp = BMP fonts = Tipografies fonts.ttf = TTF 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 eab8a004d..9da7689ec 100644 --- a/src/com/jpexs/decompiler/flash/gui/locales/ExportDialog_cs.properties +++ b/src/com/jpexs/decompiler/flash/gui/locales/ExportDialog_cs.properties @@ -15,6 +15,7 @@ shapes = Tvary shapes.svg = SVG shapes.png = PNG +shapes.bmp = BMP shapes.canvas = HTML5 Canvas texts = Texty @@ -26,6 +27,7 @@ images = Obr\u00e1zky images.png_jpeg = PNG/JPEG images.png = PNG images.jpeg = JPEG +images.bmp = BMP movies = Videa movies.flv = FLV (bez zvuku) @@ -62,6 +64,7 @@ frames.avi = AVI frames.svg = SVG frames.canvas = HTML5 Canvas frames.pdf = PDF +frames.bmp = BMP fonts = P\u00edsma fonts.ttf = TTF 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 533adede1..fc08485ed 100644 --- a/src/com/jpexs/decompiler/flash/gui/locales/ExportDialog_de.properties +++ b/src/com/jpexs/decompiler/flash/gui/locales/ExportDialog_de.properties @@ -14,6 +14,8 @@ # along with this program. If not, see . shapes = Formen shapes.svg = SVG +shapes.png = PNG +shapes.bmp = BMP texts = Texte texts.plain = Klartext @@ -21,6 +23,9 @@ texts.formatted = Formatierter Text images = Bilder images.png_jpeg = PNG/JPEG +images.png = PNG +images.jpeg = JPEG +images.bmp = BMP movies = Movies movies.flv = FLV (Keine Ger\u00e4usche) 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 29ae6adc7..3417cab0c 100644 --- a/src/com/jpexs/decompiler/flash/gui/locales/ExportDialog_es.properties +++ b/src/com/jpexs/decompiler/flash/gui/locales/ExportDialog_es.properties @@ -14,6 +14,8 @@ # along with this program. If not, see . shapes = Formas shapes.svg = SVG +shapes.png = PNG +shapes.bmp = BMP texts = Textos texts.plain = Texto plano @@ -21,6 +23,9 @@ texts.formatted = Texto formateado images = Im\u00e1genes images.png_jpeg = PNG/JPEG +images.png = PNG +images.jpeg = JPEG +images.bmp = BMP movies = Pel\u00edculas movies.flv = FLV (No audio) @@ -49,12 +54,15 @@ movies = Movies movies.flv = FLV (Sin audio) sounds.mp3_wav = MP3/WAV sounds.wav = WAV + binaryData = Datos binarios binaryData.raw = Crudo + morphshapes = Morphshapes morphshapes.gif = GIF morphshapes.svg = SVG morphshapes.canvas = HTML5 Canvas + frames = Marcos frames.png = PNG frames.gif = GIF @@ -62,10 +70,12 @@ frames.avi = AVI frames.svg = SVG frames.canvas = HTML5 Canvas frames.pdf = PDF +frames.bmp = BMP + fonts = Fonts fonts.ttf = TTF fonts.woff = WOFF zoom = Ampliar zoom.percent = % -zoom.invalid = Valor inv\u00e1lido para ampliar. \ No newline at end of file +zoom.invalid = Valor inv\u00e1lido para ampliar. 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 6aadcfbbc..aec23757b 100644 --- a/src/com/jpexs/decompiler/flash/gui/locales/ExportDialog_hu.properties +++ b/src/com/jpexs/decompiler/flash/gui/locales/ExportDialog_hu.properties @@ -15,6 +15,7 @@ shapes = Alakzatok shapes.svg = SVG shapes.png = PNG +shapes.bmp = BMP shapes.canvas = HTML5 V\u00e1szon texts = Sz\u00f6vegek @@ -26,6 +27,7 @@ images = K\u00e9pek images.png_jpeg = PNG/JPEG images.png = PNG images.jpeg = JPEG +images.bmp = BMP movies = Mozg\u00f3k\u00e9pek movies.flv = FLV (Hang n\u00e9lk\u00fcl) @@ -62,6 +64,7 @@ frames.avi = AVI frames.svg = SVG frames.canvas = HTML5 V\u00e1szon frames.pdf = PDF +frames.bmp = BMP fonts = Bet\u0171t\u00edpusok fonts.ttf = TTF 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 4e300e92e..bbeefc090 100644 --- a/src/com/jpexs/decompiler/flash/gui/locales/ExportDialog_nl.properties +++ b/src/com/jpexs/decompiler/flash/gui/locales/ExportDialog_nl.properties @@ -14,6 +14,8 @@ # along with this program. If not, see . shapes = Vormen shapes.svg = SVG +shapes.png = PNG +shapes.bmp = BMP texts = Teksten texts.plain = Platte tekst @@ -21,6 +23,9 @@ texts.formatted = Geformatteerde tekst images = Images images.png_jpeg = PNG/JPEG +images.png = PNG +images.jpeg = JPEG +images.bmp = BMP movies = Films movies.flv = FLV (Geen audio) 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 de78aeaa8..1962f6922 100644 --- a/src/com/jpexs/decompiler/flash/gui/locales/ExportDialog_pl.properties +++ b/src/com/jpexs/decompiler/flash/gui/locales/ExportDialog_pl.properties @@ -15,6 +15,7 @@ shapes = Kszta\u0142ty shapes.svg = SVG shapes.png = PNG +shapes.bmp = BMP shapes.canvas = HTML5 Canvas texts = Teksty @@ -26,6 +27,7 @@ images = Obrazy images.png_jpeg = PNG/JPEG images.png = PNG images.jpeg = JPEG +images.bmp = BMP movies = Filmy movies.flv = FLV (Bez d\u017awi\u0119ku) @@ -62,6 +64,7 @@ frames.avi = AVI frames.svg = SVG frames.canvas = HTML5 Canvas frames.pdf = PDF +frames.bmp = BMP fonts = Czcionki fonts.ttf = TTF 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 2bc67e4cb..8b3c73fa5 100644 --- a/src/com/jpexs/decompiler/flash/gui/locales/ExportDialog_pt.properties +++ b/src/com/jpexs/decompiler/flash/gui/locales/ExportDialog_pt.properties @@ -14,6 +14,8 @@ # along with this program. If not, see . shapes = Formas shapes.svg = SVG +shapes.png = PNG +shapes.bmp = BMP texts = Textos texts.plain = Texto simples @@ -21,6 +23,9 @@ texts.formatted = Texto Formatador images = Imagens images.png_jpeg = PNG/JPEG +images.png = PNG +images.jpeg = JPEG +images.bmp = BMP movies = Filmes movies.flv = FLV (No audio) 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 6822ae3b6..655b10b08 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 @@ -14,6 +14,8 @@ # along with this program. If not, see . shapes = Formas shapes.svg = SVG +shapes.png = PNG +shapes.bmp = BMP texts = Textos texts.plain = Texto simples @@ -21,6 +23,9 @@ texts.formatted = Texto Formatador images = Imagens images.png_jpeg = PNG/JPEG +images.png = PNG +images.jpeg = JPEG +images.bmp = BMP movies = Filmes movies.flv = FLV (Sem som) 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 0e5d55832..ad399cc3d 100644 --- a/src/com/jpexs/decompiler/flash/gui/locales/ExportDialog_ru.properties +++ b/src/com/jpexs/decompiler/flash/gui/locales/ExportDialog_ru.properties @@ -15,6 +15,7 @@ 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 @@ -26,6 +27,7 @@ images = \u0418\u0437\u043e\u0431\u0440\u0430\u0436\u0435\u043d\u0438\u044f images.png_jpeg = PNG/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) @@ -62,6 +64,7 @@ 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 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 1cbcb3c9b..2f917be33 100644 --- a/src/com/jpexs/decompiler/flash/gui/locales/ExportDialog_sv.properties +++ b/src/com/jpexs/decompiler/flash/gui/locales/ExportDialog_sv.properties @@ -14,6 +14,8 @@ # along with this program. If not, see . shapes = Former shapes.svg = SVG +shapes.png = PNG +shapes.bmp = BMP texts = Texter texts.plain = Oformaterad text @@ -21,6 +23,9 @@ texts.formatted = Formaterad text images = Bilder images.png_jpeg = PNG/JPEG +images.png = PNG +images.jpeg = JPEG +images.bmp = BMP movies = Filmer movies.flv = FLV (Inget Ljud) 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 f72c21699..56291269c 100644 --- a/src/com/jpexs/decompiler/flash/gui/locales/ExportDialog_uk.properties +++ b/src/com/jpexs/decompiler/flash/gui/locales/ExportDialog_uk.properties @@ -14,6 +14,8 @@ # 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 @@ -21,6 +23,9 @@ texts.formatted = \u0424\u043e\u0440\u043c\u0430\u0442\u043e\u0432\u0430\u043d\u images = \u0417\u043e\u0431\u0440\u0430\u0436\u0435\u043d\u043d\u044f images.png_jpeg = PNG/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) 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 7d239aa60..aea7b2ae3 100644 --- a/src/com/jpexs/decompiler/flash/gui/locales/ExportDialog_zh.properties +++ b/src/com/jpexs/decompiler/flash/gui/locales/ExportDialog_zh.properties @@ -14,6 +14,8 @@ # along with this program. If not, see . shapes = \u56fe\u5f62 shapes.svg = SVG +shapes.png = PNG +shapes.bmp = BMP texts = \u6587\u672c texts.plain = \u7eaf\u6587\u672c @@ -21,6 +23,9 @@ texts.formatted = \u683c\u5f0f\u5316\u7684\u6587\u672c images = \u56fe\u7247 images.png_jpeg = PNG/JPEG +images.png = PNG +images.jpeg = JPEG +images.bmp = BMP movies = \u5f71\u7247 movies.flv = FLV (\u65e0\u97f3\u9891) 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 7e3f9bca9..3dd01c1cc 100644 --- a/src/com/jpexs/decompiler/flash/gui/locales/FontEmbedDialog_fr.properties +++ b/src/com/jpexs/decompiler/flash/gui/locales/FontEmbedDialog_fr.properties @@ -16,7 +16,7 @@ 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\u0e8res \u00e0 partir du disque... +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 diff --git a/src/com/jpexs/decompiler/flash/gui/locales/FontEmbedDialog_pt.properties b/src/com/jpexs/decompiler/flash/gui/locales/FontEmbedDialog_pt.properties new file mode 100644 index 000000000..d077c06f0 --- /dev/null +++ b/src/com/jpexs/decompiler/flash/gui/locales/FontEmbedDialog_pt.properties @@ -0,0 +1,14 @@ +# Copyright (C) 2010-2015 JPEXS +# +# This program is free software: you can redistribute it and/or modify +# it under the terms of the GNU General Public License as published by +# the Free Software Foundation, either version 3 of the License, or +# (at your option) any later version. +# +# This program is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# GNU General Public License for more details. +# +# You should have received a copy of the GNU General Public License +# along with this program. If not, see . diff --git a/src/com/jpexs/decompiler/flash/gui/locales/FontPreviewDialog_de.properties b/src/com/jpexs/decompiler/flash/gui/locales/FontPreviewDialog_de.properties new file mode 100644 index 000000000..d077c06f0 --- /dev/null +++ b/src/com/jpexs/decompiler/flash/gui/locales/FontPreviewDialog_de.properties @@ -0,0 +1,14 @@ +# Copyright (C) 2010-2015 JPEXS +# +# This program is free software: you can redistribute it and/or modify +# it under the terms of the GNU General Public License as published by +# the Free Software Foundation, either version 3 of the License, or +# (at your option) any later version. +# +# This program is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# GNU General Public License for more details. +# +# You should have received a copy of the GNU General Public License +# along with this program. If not, see . diff --git a/src/com/jpexs/decompiler/flash/gui/locales/FontPreviewDialog_pt.properties b/src/com/jpexs/decompiler/flash/gui/locales/FontPreviewDialog_pt.properties new file mode 100644 index 000000000..d077c06f0 --- /dev/null +++ b/src/com/jpexs/decompiler/flash/gui/locales/FontPreviewDialog_pt.properties @@ -0,0 +1,14 @@ +# Copyright (C) 2010-2015 JPEXS +# +# This program is free software: you can redistribute it and/or modify +# it under the terms of the GNU General Public License as published by +# the Free Software Foundation, either version 3 of the License, or +# (at your option) any later version. +# +# This program is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# GNU General Public License for more details. +# +# You should have received a copy of the GNU General Public License +# along with this program. If not, see . diff --git a/src/com/jpexs/decompiler/flash/gui/locales/FontPreviewDialog_zh.properties b/src/com/jpexs/decompiler/flash/gui/locales/FontPreviewDialog_zh.properties new file mode 100644 index 000000000..d077c06f0 --- /dev/null +++ b/src/com/jpexs/decompiler/flash/gui/locales/FontPreviewDialog_zh.properties @@ -0,0 +1,14 @@ +# Copyright (C) 2010-2015 JPEXS +# +# This program is free software: you can redistribute it and/or modify +# it under the terms of the GNU General Public License as published by +# the Free Software Foundation, either version 3 of the License, or +# (at your option) any later version. +# +# This program is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# GNU General Public License for more details. +# +# You should have received a copy of the GNU General Public License +# along with this program. If not, see . diff --git a/src/com/jpexs/decompiler/flash/gui/locales/GraphTreeFrame_pl.properties b/src/com/jpexs/decompiler/flash/gui/locales/GraphTreeFrame_pl.properties deleted file mode 100644 index 62fda9f34..000000000 --- a/src/com/jpexs/decompiler/flash/gui/locales/GraphTreeFrame_pl.properties +++ /dev/null @@ -1,15 +0,0 @@ -# Copyright (C) 2010-2015 JPEXS -# -# This program is free software: you can redistribute it and/or modify -# it under the terms of the GNU General Public License as published by -# the Free Software Foundation, either version 3 of the License, or -# (at your option) any later version. -# -# This program is distributed in the hope that it will be useful, -# but WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -# GNU General Public License for more details. -# -# You should have received a copy of the GNU General Public License -# along with this program. If not, see . - diff --git a/src/com/jpexs/decompiler/flash/gui/locales/GraphTreeFrame_pt.properties b/src/com/jpexs/decompiler/flash/gui/locales/GraphTreeFrame_pt.properties deleted file mode 100644 index 62fda9f34..000000000 --- a/src/com/jpexs/decompiler/flash/gui/locales/GraphTreeFrame_pt.properties +++ /dev/null @@ -1,15 +0,0 @@ -# Copyright (C) 2010-2015 JPEXS -# -# This program is free software: you can redistribute it and/or modify -# it under the terms of the GNU General Public License as published by -# the Free Software Foundation, either version 3 of the License, or -# (at your option) any later version. -# -# This program is distributed in the hope that it will be useful, -# but WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -# GNU General Public License for more details. -# -# You should have received a copy of the GNU General Public License -# along with this program. If not, see . - diff --git a/src/com/jpexs/decompiler/flash/gui/locales/GraphTreeFrame_pt_BR.properties b/src/com/jpexs/decompiler/flash/gui/locales/GraphTreeFrame_pt_BR.properties deleted file mode 100644 index 62fda9f34..000000000 --- a/src/com/jpexs/decompiler/flash/gui/locales/GraphTreeFrame_pt_BR.properties +++ /dev/null @@ -1,15 +0,0 @@ -# Copyright (C) 2010-2015 JPEXS -# -# This program is free software: you can redistribute it and/or modify -# it under the terms of the GNU General Public License as published by -# the Free Software Foundation, either version 3 of the License, or -# (at your option) any later version. -# -# This program is distributed in the hope that it will be useful, -# but WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -# GNU General Public License for more details. -# -# You should have received a copy of the GNU General Public License -# along with this program. If not, see . - diff --git a/src/com/jpexs/decompiler/flash/gui/locales/GraphTreeFrame_zh.properties b/src/com/jpexs/decompiler/flash/gui/locales/GraphTreeFrame_zh.properties deleted file mode 100644 index 62fda9f34..000000000 --- a/src/com/jpexs/decompiler/flash/gui/locales/GraphTreeFrame_zh.properties +++ /dev/null @@ -1,15 +0,0 @@ -# Copyright (C) 2010-2015 JPEXS -# -# This program is free software: you can redistribute it and/or modify -# it under the terms of the GNU General Public License as published by -# the Free Software Foundation, either version 3 of the License, or -# (at your option) any later version. -# -# This program is distributed in the hope that it will be useful, -# but WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -# GNU General Public License for more details. -# -# You should have received a copy of the GNU General Public License -# along with this program. If not, see . - diff --git a/src/com/jpexs/decompiler/flash/gui/locales/LoadFromCacheFrame_pt.properties b/src/com/jpexs/decompiler/flash/gui/locales/LoadFromCacheFrame_pt.properties new file mode 100644 index 000000000..d077c06f0 --- /dev/null +++ b/src/com/jpexs/decompiler/flash/gui/locales/LoadFromCacheFrame_pt.properties @@ -0,0 +1,14 @@ +# Copyright (C) 2010-2015 JPEXS +# +# This program is free software: you can redistribute it and/or modify +# it under the terms of the GNU General Public License as published by +# the Free Software Foundation, either version 3 of the License, or +# (at your option) any later version. +# +# This program is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# GNU General Public License for more details. +# +# You should have received a copy of the GNU General Public License +# along with this program. If not, see . diff --git a/src/com/jpexs/decompiler/flash/gui/locales/ReplaceTraceDialog.properties b/src/com/jpexs/decompiler/flash/gui/locales/ReplaceTraceDialog.properties index 80ad50742..389c919ad 100644 --- a/src/com/jpexs/decompiler/flash/gui/locales/ReplaceTraceDialog.properties +++ b/src/com/jpexs/decompiler/flash/gui/locales/ReplaceTraceDialog.properties @@ -17,4 +17,4 @@ 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 \ No newline at end of file +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 new file mode 100644 index 000000000..d077c06f0 --- /dev/null +++ b/src/com/jpexs/decompiler/flash/gui/locales/ReplaceTraceDialog_ca.properties @@ -0,0 +1,14 @@ +# Copyright (C) 2010-2015 JPEXS +# +# This program is free software: you can redistribute it and/or modify +# it under the terms of the GNU General Public License as published by +# the Free Software Foundation, either version 3 of the License, or +# (at your option) any later version. +# +# This program is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# GNU General Public License for more details. +# +# You should have received a copy of the GNU General Public License +# along with this program. If not, see . diff --git a/src/com/jpexs/decompiler/flash/gui/locales/ReplaceTraceDialog_cs.properties b/src/com/jpexs/decompiler/flash/gui/locales/ReplaceTraceDialog_cs.properties index 52b3d2e21..d08bb54ac 100644 --- a/src/com/jpexs/decompiler/flash/gui/locales/ReplaceTraceDialog_cs.properties +++ b/src/com/jpexs/decompiler/flash/gui/locales/ReplaceTraceDialog_cs.properties @@ -17,4 +17,4 @@ 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 \ No newline at end of file +function.debugSocket = debugSocket - p\u0159ipojen\u00ed sockety k dekompil\u00e1toru diff --git a/src/com/jpexs/decompiler/flash/gui/locales/ReplaceTraceDialog_de.properties b/src/com/jpexs/decompiler/flash/gui/locales/ReplaceTraceDialog_de.properties new file mode 100644 index 000000000..d077c06f0 --- /dev/null +++ b/src/com/jpexs/decompiler/flash/gui/locales/ReplaceTraceDialog_de.properties @@ -0,0 +1,14 @@ +# Copyright (C) 2010-2015 JPEXS +# +# This program is free software: you can redistribute it and/or modify +# it under the terms of the GNU General Public License as published by +# the Free Software Foundation, either version 3 of the License, or +# (at your option) any later version. +# +# This program is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# GNU General Public License for more details. +# +# You should have received a copy of the GNU General Public License +# along with this program. If not, see . diff --git a/src/com/jpexs/decompiler/flash/gui/locales/ReplaceTraceDialog_es.properties b/src/com/jpexs/decompiler/flash/gui/locales/ReplaceTraceDialog_es.properties new file mode 100644 index 000000000..d077c06f0 --- /dev/null +++ b/src/com/jpexs/decompiler/flash/gui/locales/ReplaceTraceDialog_es.properties @@ -0,0 +1,14 @@ +# Copyright (C) 2010-2015 JPEXS +# +# This program is free software: you can redistribute it and/or modify +# it under the terms of the GNU General Public License as published by +# the Free Software Foundation, either version 3 of the License, or +# (at your option) any later version. +# +# This program is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# GNU General Public License for more details. +# +# You should have received a copy of the GNU General Public License +# along with this program. If not, see . diff --git a/src/com/jpexs/decompiler/flash/gui/locales/ReplaceTraceDialog_fr.properties b/src/com/jpexs/decompiler/flash/gui/locales/ReplaceTraceDialog_fr.properties index 8c98215da..31ec93546 100644 --- a/src/com/jpexs/decompiler/flash/gui/locales/ReplaceTraceDialog_fr.properties +++ b/src/com/jpexs/decompiler/flash/gui/locales/ReplaceTraceDialog_fr.properties @@ -17,4 +17,4 @@ 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 connection vers le d\u00e9compileur \ No newline at end of file +function.debugSocket = debugSocket - socket de connection 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 new file mode 100644 index 000000000..9559b1cc4 --- /dev/null +++ b/src/com/jpexs/decompiler/flash/gui/locales/ReplaceTraceDialog_hu.properties @@ -0,0 +1,20 @@ +# Copyright (C) 2010-2015 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 = Trace f\u00fcggv\u00e9ny h\u00edv\u00e1sok cser\u00e9je + +function.debugAlert = debugAlert - web b\u00f6ng\u00e9sz\u0151 javascript alert +function.debugConsole = debugConsole - web b\u00f6ngsz\u0151 javascript console.log +function.debugSocket = debugSocket - socket kapcsolat a decompilerhez diff --git a/src/com/jpexs/decompiler/flash/gui/locales/ReplaceTraceDialog_nl.properties b/src/com/jpexs/decompiler/flash/gui/locales/ReplaceTraceDialog_nl.properties new file mode 100644 index 000000000..d077c06f0 --- /dev/null +++ b/src/com/jpexs/decompiler/flash/gui/locales/ReplaceTraceDialog_nl.properties @@ -0,0 +1,14 @@ +# Copyright (C) 2010-2015 JPEXS +# +# This program is free software: you can redistribute it and/or modify +# it under the terms of the GNU General Public License as published by +# the Free Software Foundation, either version 3 of the License, or +# (at your option) any later version. +# +# This program is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# GNU General Public License for more details. +# +# You should have received a copy of the GNU General Public License +# along with this program. If not, see . diff --git a/src/com/jpexs/decompiler/flash/gui/locales/ReplaceTraceDialog_pl.properties b/src/com/jpexs/decompiler/flash/gui/locales/ReplaceTraceDialog_pl.properties new file mode 100644 index 000000000..d077c06f0 --- /dev/null +++ b/src/com/jpexs/decompiler/flash/gui/locales/ReplaceTraceDialog_pl.properties @@ -0,0 +1,14 @@ +# Copyright (C) 2010-2015 JPEXS +# +# This program is free software: you can redistribute it and/or modify +# it under the terms of the GNU General Public License as published by +# the Free Software Foundation, either version 3 of the License, or +# (at your option) any later version. +# +# This program is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# GNU General Public License for more details. +# +# You should have received a copy of the GNU General Public License +# along with this program. If not, see . diff --git a/src/com/jpexs/decompiler/flash/gui/locales/ReplaceTraceDialog_pt.properties b/src/com/jpexs/decompiler/flash/gui/locales/ReplaceTraceDialog_pt.properties new file mode 100644 index 000000000..d077c06f0 --- /dev/null +++ b/src/com/jpexs/decompiler/flash/gui/locales/ReplaceTraceDialog_pt.properties @@ -0,0 +1,14 @@ +# Copyright (C) 2010-2015 JPEXS +# +# This program is free software: you can redistribute it and/or modify +# it under the terms of the GNU General Public License as published by +# the Free Software Foundation, either version 3 of the License, or +# (at your option) any later version. +# +# This program is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# GNU General Public License for more details. +# +# You should have received a copy of the GNU General Public License +# along with this program. If not, see . diff --git a/src/com/jpexs/decompiler/flash/gui/locales/ReplaceTraceDialog_pt_BR.properties b/src/com/jpexs/decompiler/flash/gui/locales/ReplaceTraceDialog_pt_BR.properties new file mode 100644 index 000000000..d077c06f0 --- /dev/null +++ b/src/com/jpexs/decompiler/flash/gui/locales/ReplaceTraceDialog_pt_BR.properties @@ -0,0 +1,14 @@ +# Copyright (C) 2010-2015 JPEXS +# +# This program is free software: you can redistribute it and/or modify +# it under the terms of the GNU General Public License as published by +# the Free Software Foundation, either version 3 of the License, or +# (at your option) any later version. +# +# This program is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# GNU General Public License for more details. +# +# You should have received a copy of the GNU General Public License +# along with this program. If not, see . diff --git a/src/com/jpexs/decompiler/flash/gui/locales/ReplaceTraceDialog_ru.properties b/src/com/jpexs/decompiler/flash/gui/locales/ReplaceTraceDialog_ru.properties index e6820eccf..67a88b317 100644 --- a/src/com/jpexs/decompiler/flash/gui/locales/ReplaceTraceDialog_ru.properties +++ b/src/com/jpexs/decompiler/flash/gui/locales/ReplaceTraceDialog_ru.properties @@ -17,4 +17,4 @@ dialog.title = \u0417\u0430\u043c\u0435\u043d\u0430 \u0432\u044b\u0437\u043e\u04 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 \ No newline at end of file +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 new file mode 100644 index 000000000..d077c06f0 --- /dev/null +++ b/src/com/jpexs/decompiler/flash/gui/locales/ReplaceTraceDialog_sv.properties @@ -0,0 +1,14 @@ +# Copyright (C) 2010-2015 JPEXS +# +# This program is free software: you can redistribute it and/or modify +# it under the terms of the GNU General Public License as published by +# the Free Software Foundation, either version 3 of the License, or +# (at your option) any later version. +# +# This program is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# GNU General Public License for more details. +# +# You should have received a copy of the GNU General Public License +# along with this program. If not, see . diff --git a/src/com/jpexs/decompiler/flash/gui/locales/ReplaceTraceDialog_uk.properties b/src/com/jpexs/decompiler/flash/gui/locales/ReplaceTraceDialog_uk.properties new file mode 100644 index 000000000..d077c06f0 --- /dev/null +++ b/src/com/jpexs/decompiler/flash/gui/locales/ReplaceTraceDialog_uk.properties @@ -0,0 +1,14 @@ +# Copyright (C) 2010-2015 JPEXS +# +# This program is free software: you can redistribute it and/or modify +# it under the terms of the GNU General Public License as published by +# the Free Software Foundation, either version 3 of the License, or +# (at your option) any later version. +# +# This program is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# GNU General Public License for more details. +# +# You should have received a copy of the GNU General Public License +# along with this program. If not, see . diff --git a/src/com/jpexs/decompiler/flash/gui/locales/ReplaceTraceDialog_zh.properties b/src/com/jpexs/decompiler/flash/gui/locales/ReplaceTraceDialog_zh.properties new file mode 100644 index 000000000..d077c06f0 --- /dev/null +++ b/src/com/jpexs/decompiler/flash/gui/locales/ReplaceTraceDialog_zh.properties @@ -0,0 +1,14 @@ +# Copyright (C) 2010-2015 JPEXS +# +# This program is free software: you can redistribute it and/or modify +# it under the terms of the GNU General Public License as published by +# the Free Software Foundation, either version 3 of the License, or +# (at your option) any later version. +# +# This program is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# GNU General Public License for more details. +# +# You should have received a copy of the GNU General Public License +# along with this program. If not, see . diff --git a/src/com/jpexs/decompiler/flash/gui/locales/SearchResultsDialog_de.properties b/src/com/jpexs/decompiler/flash/gui/locales/SearchResultsDialog_de.properties new file mode 100644 index 000000000..d077c06f0 --- /dev/null +++ b/src/com/jpexs/decompiler/flash/gui/locales/SearchResultsDialog_de.properties @@ -0,0 +1,14 @@ +# Copyright (C) 2010-2015 JPEXS +# +# This program is free software: you can redistribute it and/or modify +# it under the terms of the GNU General Public License as published by +# the Free Software Foundation, either version 3 of the License, or +# (at your option) any later version. +# +# This program is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# GNU General Public License for more details. +# +# You should have received a copy of the GNU General Public License +# along with this program. If not, see . diff --git a/src/com/jpexs/decompiler/flash/gui/locales/SearchResultsDialog_nl.properties b/src/com/jpexs/decompiler/flash/gui/locales/SearchResultsDialog_nl.properties new file mode 100644 index 000000000..d077c06f0 --- /dev/null +++ b/src/com/jpexs/decompiler/flash/gui/locales/SearchResultsDialog_nl.properties @@ -0,0 +1,14 @@ +# Copyright (C) 2010-2015 JPEXS +# +# This program is free software: you can redistribute it and/or modify +# it under the terms of the GNU General Public License as published by +# the Free Software Foundation, either version 3 of the License, or +# (at your option) any later version. +# +# This program is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# GNU General Public License for more details. +# +# You should have received a copy of the GNU General Public License +# along with this program. If not, see . diff --git a/src/com/jpexs/decompiler/flash/gui/locales/SearchResultsDialog_pt.properties b/src/com/jpexs/decompiler/flash/gui/locales/SearchResultsDialog_pt.properties new file mode 100644 index 000000000..d077c06f0 --- /dev/null +++ b/src/com/jpexs/decompiler/flash/gui/locales/SearchResultsDialog_pt.properties @@ -0,0 +1,14 @@ +# Copyright (C) 2010-2015 JPEXS +# +# This program is free software: you can redistribute it and/or modify +# it under the terms of the GNU General Public License as published by +# the Free Software Foundation, either version 3 of the License, or +# (at your option) any later version. +# +# This program is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# GNU General Public License for more details. +# +# You should have received a copy of the GNU General Public License +# along with this program. If not, see . diff --git a/src/com/jpexs/decompiler/flash/gui/locales/SearchResultsDialog_pt_BR.properties b/src/com/jpexs/decompiler/flash/gui/locales/SearchResultsDialog_pt_BR.properties new file mode 100644 index 000000000..d077c06f0 --- /dev/null +++ b/src/com/jpexs/decompiler/flash/gui/locales/SearchResultsDialog_pt_BR.properties @@ -0,0 +1,14 @@ +# Copyright (C) 2010-2015 JPEXS +# +# This program is free software: you can redistribute it and/or modify +# it under the terms of the GNU General Public License as published by +# the Free Software Foundation, either version 3 of the License, or +# (at your option) any later version. +# +# This program is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# GNU General Public License for more details. +# +# You should have received a copy of the GNU General Public License +# along with this program. If not, see . diff --git a/src/com/jpexs/decompiler/flash/gui/locales/SearchResultsDialog_uk.properties b/src/com/jpexs/decompiler/flash/gui/locales/SearchResultsDialog_uk.properties new file mode 100644 index 000000000..d077c06f0 --- /dev/null +++ b/src/com/jpexs/decompiler/flash/gui/locales/SearchResultsDialog_uk.properties @@ -0,0 +1,14 @@ +# Copyright (C) 2010-2015 JPEXS +# +# This program is free software: you can redistribute it and/or modify +# it under the terms of the GNU General Public License as published by +# the Free Software Foundation, either version 3 of the License, or +# (at your option) any later version. +# +# This program is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# GNU General Public License for more details. +# +# You should have received a copy of the GNU General Public License +# along with this program. If not, see . diff --git a/src/com/jpexs/decompiler/flash/gui/locales/SearchResultsDialog_zh.properties b/src/com/jpexs/decompiler/flash/gui/locales/SearchResultsDialog_zh.properties new file mode 100644 index 000000000..d077c06f0 --- /dev/null +++ b/src/com/jpexs/decompiler/flash/gui/locales/SearchResultsDialog_zh.properties @@ -0,0 +1,14 @@ +# Copyright (C) 2010-2015 JPEXS +# +# This program is free software: you can redistribute it and/or modify +# it under the terms of the GNU General Public License as published by +# the Free Software Foundation, either version 3 of the License, or +# (at your option) any later version. +# +# This program is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# GNU General Public License for more details. +# +# You should have received a copy of the GNU General Public License +# along with this program. If not, see . diff --git a/src/com/jpexs/decompiler/flash/gui/locales/abc/NewTraitDialog_pt.properties b/src/com/jpexs/decompiler/flash/gui/locales/abc/NewTraitDialog_pt.properties new file mode 100644 index 000000000..d077c06f0 --- /dev/null +++ b/src/com/jpexs/decompiler/flash/gui/locales/abc/NewTraitDialog_pt.properties @@ -0,0 +1,14 @@ +# Copyright (C) 2010-2015 JPEXS +# +# This program is free software: you can redistribute it and/or modify +# it under the terms of the GNU General Public License as published by +# the Free Software Foundation, either version 3 of the License, or +# (at your option) any later version. +# +# This program is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# GNU General Public License for more details. +# +# You should have received a copy of the GNU General Public License +# along with this program. If not, see . diff --git a/src/com/jpexs/decompiler/flash/gui/locales/proxy/ProxyFrame.properties b/src/com/jpexs/decompiler/flash/gui/locales/proxy/ProxyFrame.properties index 95c9f7b6c..1138f883b 100644 --- a/src/com/jpexs/decompiler/flash/gui/locales/proxy/ProxyFrame.properties +++ b/src/com/jpexs/decompiler/flash/gui/locales/proxy/ProxyFrame.properties @@ -32,4 +32,4 @@ 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 \ No newline at end of file +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 788134052..66c522d68 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 @@ -32,4 +32,4 @@ 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 \ No newline at end of file +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 79a6c3d74..5bf4901ae 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 @@ -23,4 +23,4 @@ remove = Entfernen sniff = Suchen: dialog.title = Proxy error = Error -error.port = Falsches Format f\u00fcr die Portnummer. \ No newline at end of file +error.port = Falsches Format f\u00fcr die Portnummer. 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 bc594a831..1c4d5d0a0 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 @@ -32,4 +32,4 @@ 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 \ No newline at end of file +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 aeaf5e37d..889474dd7 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 @@ -24,3 +24,12 @@ 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\u00e9sk\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 adaott 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_ru.properties b/src/com/jpexs/decompiler/flash/gui/locales/proxy/ProxyFrame_ru.properties index 79b940135..a5bcb2a02 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 @@ -32,4 +32,4 @@ error.replace = \u041d\u0435\u0432\u043e\u0437\u043c\u043e\u0436\u043d\u043e \u0 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 \ No newline at end of file +column.url = URL diff --git a/src/com/jpexs/decompiler/flash/gui/locales/timeline/TimeLineFrame_fr.properties b/src/com/jpexs/decompiler/flash/gui/locales/timeline/TimeLineFrame_fr.properties deleted file mode 100644 index 857075663..000000000 --- a/src/com/jpexs/decompiler/flash/gui/locales/timeline/TimeLineFrame_fr.properties +++ /dev/null @@ -1,16 +0,0 @@ -# Copyright (C) 2010-2015 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 = Vue chronologique diff --git a/src/com/jpexs/decompiler/flash/gui/locales/timeline/TimelineFrame.properties b/src/com/jpexs/decompiler/flash/gui/locales/timeline/TimelineFrame.properties deleted file mode 100644 index 1a6d6f638..000000000 --- a/src/com/jpexs/decompiler/flash/gui/locales/timeline/TimelineFrame.properties +++ /dev/null @@ -1,16 +0,0 @@ -# Copyright (C) 2010-2015 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 = Timeline view diff --git a/src/com/jpexs/decompiler/flash/gui/locales/timeline/TimelineFrame_ca.properties b/src/com/jpexs/decompiler/flash/gui/locales/timeline/TimelineFrame_ca.properties deleted file mode 100644 index 89cba813f..000000000 --- a/src/com/jpexs/decompiler/flash/gui/locales/timeline/TimelineFrame_ca.properties +++ /dev/null @@ -1,16 +0,0 @@ -# Copyright (C) 2010-2015 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 = Vista de la cronologia diff --git a/src/com/jpexs/decompiler/flash/gui/locales/timeline/TimelineFrame_hu.properties b/src/com/jpexs/decompiler/flash/gui/locales/timeline/TimelineFrame_hu.properties deleted file mode 100644 index 3b41b96dc..000000000 --- a/src/com/jpexs/decompiler/flash/gui/locales/timeline/TimelineFrame_hu.properties +++ /dev/null @@ -1,16 +0,0 @@ -# Copyright (C) 2010-2015 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 = Id\u0151vonal n\u00e9zet diff --git a/src/com/jpexs/decompiler/flash/gui/locales/timeline/TimelineFrame_pl.properties b/src/com/jpexs/decompiler/flash/gui/locales/timeline/TimelineFrame_pl.properties deleted file mode 100644 index 2caac46dd..000000000 --- a/src/com/jpexs/decompiler/flash/gui/locales/timeline/TimelineFrame_pl.properties +++ /dev/null @@ -1,16 +0,0 @@ -# Copyright (C) 2010-2015 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 = Widok linii czasu diff --git a/src/com/jpexs/decompiler/flash/gui/locales/timeline/TimelineFrame_pt_BR.properties b/src/com/jpexs/decompiler/flash/gui/locales/timeline/TimelineFrame_pt_BR.properties deleted file mode 100644 index e3b29206d..000000000 --- a/src/com/jpexs/decompiler/flash/gui/locales/timeline/TimelineFrame_pt_BR.properties +++ /dev/null @@ -1,16 +0,0 @@ -# Copyright (C) 2010-2015 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 = Ver linha do tempo