mirror of
https://github.com/tonikelope/megabasterd.git
synced 2025-05-29 04:50:14 +02:00
5.20
This commit is contained in:
parent
65a6be37c1
commit
2f83ba968c
2
pom.xml
2
pom.xml
@ -3,7 +3,7 @@
|
||||
<modelVersion>4.0.0</modelVersion>
|
||||
<groupId>com.tonikelope</groupId>
|
||||
<artifactId>MegaBasterd</artifactId>
|
||||
<version>5.19</version>
|
||||
<version>5.20</version>
|
||||
<packaging>jar</packaging>
|
||||
<dependencies>
|
||||
<dependency>
|
||||
|
@ -250,6 +250,7 @@ public final class LabelTranslatorSingleton {
|
||||
_rosetta.put("Checking if there are previous uploads, please wait...", "Comprobando si existen subidas previas, por favor espera...");
|
||||
_rosetta.put("Restore window", "Restaurar ventana");
|
||||
_rosetta.put("EXIT", "SALIR");
|
||||
_rosetta.put("File successfully downloaded!", "¡Archivo descargado correctamente!");
|
||||
|
||||
}
|
||||
|
||||
|
@ -47,7 +47,7 @@ import java.io.File;
|
||||
*/
|
||||
public final class MainPanel {
|
||||
|
||||
public static final String VERSION = "5.19";
|
||||
public static final String VERSION = "5.20";
|
||||
public static final int THROTTLE_SLICE_SIZE = 16 * 1024;
|
||||
public static final int DEFAULT_BYTE_BUFFER_SIZE = 16 * 1024;
|
||||
public static final int STREAMER_PORT = 1337;
|
||||
@ -57,7 +57,7 @@ public final class MainPanel {
|
||||
public static final boolean DEFAULT_SMART_PROXY = true;
|
||||
public static final Font DEFAULT_FONT = createAndRegisterFont("/fonts/Itim-Regular.ttf");
|
||||
public static final float ZOOM_FACTOR = 1.0f;
|
||||
public static final String DEFAULT_USER_AGENT = "Mozilla/5.0 (X11; Linux x86_64; rv:57.0) Gecko/20100101 Firefox/57.0";
|
||||
public static final String DEFAULT_USER_AGENT = "Mozilla/5.0 (X11; Linux x86_64; rv:61.0) Gecko/20100101 Firefox/61.0";
|
||||
public static final String ICON_FILE = "/images/mbasterd_32.png";
|
||||
public static final ExecutorService THREAD_POOL = newCachedThreadPool();
|
||||
private static String _proxy_host;
|
||||
@ -154,7 +154,7 @@ public final class MainPanel {
|
||||
|
||||
UIManager.put("OptionPane.messageFont", DEFAULT_FONT.deriveFont(15f * getZoom_factor()));
|
||||
|
||||
UIManager.put("OptionPane.buttonFont", DEFAULT_FONT.deriveFont(13f * getZoom_factor()));
|
||||
UIManager.put("OptionPane.buttonFont", DEFAULT_FONT.deriveFont(15f * getZoom_factor()));
|
||||
|
||||
UIManager.put("OptionPane.cancelButtonText", LabelTranslatorSingleton.getInstance().translate("Cancel"));
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user