some traductions
This commit is contained in:
parent
149eb24590
commit
ff7a75e168
Binary file not shown.
@ -167,6 +167,15 @@
|
|||||||
<source>PB</source>
|
<source>PB</source>
|
||||||
<translation>Po</translation>
|
<translation>Po</translation>
|
||||||
</message>
|
</message>
|
||||||
|
<message>
|
||||||
|
<location filename="../../mainwindow.cpp" line="24"/>
|
||||||
|
<source>Client for rsync server
|
||||||
|
|
||||||
|
You click on file to enqueue it, and RyncUI Download one file a time</source>
|
||||||
|
<translation>Client pour serveur rsync
|
||||||
|
|
||||||
|
Cliquez sur un fichier pour l'ajouter dans la file de téléchargement.</translation>
|
||||||
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../../mainwindow.cpp" line="35"/>
|
<location filename="../../mainwindow.cpp" line="35"/>
|
||||||
<source>Path</source>
|
<source>Path</source>
|
||||||
|
@ -21,7 +21,7 @@ MainWindow::MainWindow(QWidget *parent)
|
|||||||
config.UnitCombobox->addItems({tr("Byte"), tr("KB"), tr("MB"), tr("GB"), tr("TB"), tr("PB")});
|
config.UnitCombobox->addItems({tr("Byte"), tr("KB"), tr("MB"), tr("GB"), tr("TB"), tr("PB")});
|
||||||
|
|
||||||
// init of About
|
// init of About
|
||||||
this->about.description = tr(this->about.description.toStdString().c_str());
|
this->about.description = tr("Client for rsync server\n\nYou click on file to enqueue it, and RyncUI Download one file a time");
|
||||||
|
|
||||||
// connectors
|
// connectors
|
||||||
connect(&downloadO, &downloadFile::progressSignal, ui->progressBar, &QProgressBar::setValue);
|
connect(&downloadO, &downloadFile::progressSignal, ui->progressBar, &QProgressBar::setValue);
|
||||||
|
@ -60,10 +60,10 @@ class About
|
|||||||
{
|
{
|
||||||
public:
|
public:
|
||||||
QString title = "RsyncUI";
|
QString title = "RsyncUI";
|
||||||
QString version = "1.4";
|
QString version = "1.5";
|
||||||
QString author = "Daniel TARTAVEL-JEANNOT";
|
QString author = "Daniel TARTAVEL-JEANNOT";
|
||||||
QString licence = "GPL_V3";
|
QString licence = "GPL_V3";
|
||||||
QString description = "Client for rsync server\n\nYou click on file to enqueue it, and RyncUI Download one file a time";
|
QString description;
|
||||||
QString email = "dtux@free.fr";
|
QString email = "dtux@free.fr";
|
||||||
QString git = "https://git.labolyon.fr/dtux/RsyncUI/issues";
|
QString git = "https://git.labolyon.fr/dtux/RsyncUI/issues";
|
||||||
};
|
};
|
||||||
|
Loading…
Reference in New Issue
Block a user