mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-09-25 22:20:46 +00:00
Multilanguage support
Czech language added
This commit is contained in:
@@ -31,11 +31,11 @@ import javax.swing.JLabel;
|
||||
*
|
||||
* @author JPEXS
|
||||
*/
|
||||
public class ModeFrame extends JFrame implements ActionListener {
|
||||
public class ModeFrame extends AppFrame implements ActionListener {
|
||||
|
||||
private JButton openButton = new JButton("Open local file");
|
||||
private JButton proxyButton = new JButton("Open via proxy");
|
||||
private JButton exitButton = new JButton("Exit application");
|
||||
private JButton openButton = new JButton(translate("button.open"));
|
||||
private JButton proxyButton = new JButton(translate("button.proxy"));
|
||||
private JButton exitButton = new JButton(translate("button.exit"));
|
||||
|
||||
/**
|
||||
* Constructor
|
||||
|
||||
Reference in New Issue
Block a user