-Translation errata fix
This commit is contained in:
tonikelope 2018-10-30 10:32:04 +01:00
parent 0b187a2afa
commit eb66c12ff8
7 changed files with 7 additions and 7 deletions

View File

@ -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>

View File

@ -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>

View File

@ -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);

View File

@ -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>

View File

@ -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);

View File

@ -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!");

View File

@ -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;