Multilanguage support

Czech language added
This commit is contained in:
Jindra Pet��k
2013-07-01 19:42:56 +02:00
parent 03932b6e69
commit f7bbb8577f
79 changed files with 1677 additions and 461 deletions
@@ -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