mirror of
https://github.com/tonikelope/megabasterd.git
synced 2025-05-28 12:30:23 +02:00
5.58
-Translation errata fix
This commit is contained in:
parent
0b187a2afa
commit
eb66c12ff8
2
pom.xml
2
pom.xml
@ -3,7 +3,7 @@
|
||||
<modelVersion>4.0.0</modelVersion>
|
||||
<groupId>com.tonikelope</groupId>
|
||||
<artifactId>MegaBasterd</artifactId>
|
||||
<version>5.57</version>
|
||||
<version>5.58</version>
|
||||
<packaging>jar</packaging>
|
||||
<dependencies>
|
||||
<dependency>
|
||||
|
@ -298,7 +298,7 @@
|
||||
<Property name="font" type="java.awt.Font" editor="org.netbeans.beaninfo.editors.FontEditor">
|
||||
<Font name="Dialog" size="16" style="0"/>
|
||||
</Property>
|
||||
<Property name="text" type="java.lang.String" value="If you DO NOT want to upload some folder or file you can REMOVE it (to select several items at the same time use CTRL + LMOUSE)."/>
|
||||
<Property name="text" type="java.lang.String" value="If you DO NOT want to transfer some folder or file you can REMOVE it (to select several items at the same time use CTRL + LMOUSE)."/>
|
||||
<Property name="doubleBuffered" type="boolean" value="true"/>
|
||||
<Property name="enabled" type="boolean" value="false"/>
|
||||
</Properties>
|
||||
|
@ -290,7 +290,7 @@ public final class FileGrabberDialog extends javax.swing.JDialog {
|
||||
total_file_size_label.setEnabled(false);
|
||||
|
||||
warning_label.setFont(new java.awt.Font("Dialog", 0, 16)); // NOI18N
|
||||
warning_label.setText("If you DO NOT want to upload some folder or file you can REMOVE it (to select several items at the same time use CTRL + LMOUSE).");
|
||||
warning_label.setText("If you DO NOT want to transfer some folder or file you can REMOVE it (to select several items at the same time use CTRL + LMOUSE).");
|
||||
warning_label.setDoubleBuffered(true);
|
||||
warning_label.setEnabled(false);
|
||||
|
||||
|
@ -165,7 +165,7 @@
|
||||
<Property name="font" type="java.awt.Font" editor="org.netbeans.beaninfo.editors.FontEditor">
|
||||
<Font name="Dialog" size="16" style="0"/>
|
||||
</Property>
|
||||
<Property name="text" type="java.lang.String" value="If you DO NOT want to upload some folder or file you can REMOVE it (to select several items at the same time use CTRL + LMOUSE)."/>
|
||||
<Property name="text" type="java.lang.String" value="If you DO NOT want to transfer some folder or file you can REMOVE it (to select several items at the same time use CTRL + LMOUSE)."/>
|
||||
<Property name="doubleBuffered" type="boolean" value="true"/>
|
||||
<Property name="enabled" type="boolean" value="false"/>
|
||||
</Properties>
|
||||
|
@ -141,7 +141,7 @@ public final class FolderLinkDialog extends javax.swing.JDialog {
|
||||
folder_link_label.setDoubleBuffered(true);
|
||||
|
||||
warning_label.setFont(new java.awt.Font("Dialog", 0, 16)); // NOI18N
|
||||
warning_label.setText("If you DO NOT want to upload some folder or file you can REMOVE it (to select several items at the same time use CTRL + LMOUSE).");
|
||||
warning_label.setText("If you DO NOT want to transfer some folder or file you can REMOVE it (to select several items at the same time use CTRL + LMOUSE).");
|
||||
warning_label.setDoubleBuffered(true);
|
||||
warning_label.setEnabled(false);
|
||||
|
||||
|
@ -193,7 +193,7 @@ public final class LabelTranslatorSingleton {
|
||||
_addTranslation("Spanish", "Español");
|
||||
_addTranslation("Checking account quota, please wait...", "Comprobando espacio utilizado de la cuenta, por favor espera...");
|
||||
_addTranslation("ERROR checking account quota!", "ERROR al comprobar el espacio utilizado.");
|
||||
_addTranslation("If you DO NOT want to upload some folder or file you can REMOVE it (to select several items at the same time use CTRL + LMOUSE).", "Si no quieres subir alguna carpeta o archivo puedes quitarlo de la lista (para seleccionar varios elementos al mismo tiempo usa CTRL + RATÓN_IZQ)");
|
||||
_addTranslation("If you DO NOT want to transfer some folder or file you can REMOVE it (to select several items at the same time use CTRL + LMOUSE).", "Si no quieres transferir alguna carpeta o archivo puedes quitarlo de la lista (para seleccionar varios elementos al mismo tiempo usa CTRL + RATÓN_IZQ)");
|
||||
_addTranslation("Upload name:", "Nombre de la subida:");
|
||||
_addTranslation("Account:", "Cuenta:");
|
||||
_addTranslation("Folder link detected!", "¡Enlace de carpeta detectado!");
|
||||
|
@ -47,7 +47,7 @@ import java.io.File;
|
||||
*/
|
||||
public final class MainPanel {
|
||||
|
||||
public static final String VERSION = "5.57";
|
||||
public static final String VERSION = "5.58";
|
||||
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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user