From 2635a809463a450d2630f6cd488d679d4a5c3e13 Mon Sep 17 00:00:00 2001 From: "honfika@gmail.com" Date: Thu, 12 Feb 2015 13:20:14 +0100 Subject: [PATCH] resource text for other translators --- src/com/jpexs/decompiler/flash/gui/AboutDialog.java | 4 +++- src/com/jpexs/decompiler/flash/gui/AppDialog.java | 6 +++--- .../decompiler/flash/gui/locales/AboutDialog.properties | 3 ++- .../decompiler/flash/gui/locales/AboutDialog_hu.properties | 3 +++ 4 files changed, 11 insertions(+), 5 deletions(-) diff --git a/src/com/jpexs/decompiler/flash/gui/AboutDialog.java b/src/com/jpexs/decompiler/flash/gui/AboutDialog.java index 3e638f897..59daf5a91 100644 --- a/src/com/jpexs/decompiler/flash/gui/AboutDialog.java +++ b/src/com/jpexs/decompiler/flash/gui/AboutDialog.java @@ -45,7 +45,7 @@ public class AboutDialog extends AppDialog { private static final String[] DEVELOPERS = new String[]{ "JPEXS", "honfika", - "+ others from GitHub and Google code" + "others" }; private static final String AUTHOR = "JPEXS"; @@ -55,6 +55,8 @@ public class AboutDialog extends AppDialog { //setSize(new Dimension(300, 320)); setTitle(translate("dialog.title")); + DEVELOPERS[DEVELOPERS.length - 1] = translate("developers.others"); // translate "others" text + JPanel twoPanes = new JPanel(); twoPanes.setLayout(new BoxLayout(twoPanes, BoxLayout.X_AXIS)); diff --git a/src/com/jpexs/decompiler/flash/gui/AppDialog.java b/src/com/jpexs/decompiler/flash/gui/AppDialog.java index 6b081ffd2..7f6496993 100644 --- a/src/com/jpexs/decompiler/flash/gui/AppDialog.java +++ b/src/com/jpexs/decompiler/flash/gui/AppDialog.java @@ -1,16 +1,16 @@ /* * Copyright (C) 2010-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/AboutDialog.properties b/src/com/jpexs/decompiler/flash/gui/locales/AboutDialog.properties index 9854c0f73..4dc86fb88 100644 --- a/src/com/jpexs/decompiler/flash/gui/locales/AboutDialog.properties +++ b/src/com/jpexs/decompiler/flash/gui/locales/AboutDialog.properties @@ -23,4 +23,5 @@ translation.author.label = Author of english translation: #In the translation, insert your name here translation.author = JPEXS developers = Developers: -translators = Translators: \ No newline at end of file +developers.others = + others from GitHub and Google code +translators = Translators: 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 c62c03369..0a3550c3d 100644 --- a/src/com/jpexs/decompiler/flash/gui/locales/AboutDialog_hu.properties +++ b/src/com/jpexs/decompiler/flash/gui/locales/AboutDialog_hu.properties @@ -22,3 +22,6 @@ contributors = K\u00f6zrem\u0171k\u00f6d\u0151k: 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: