- Improved icons in torrent creation dialog for add_older and add_file

This commit is contained in:
Christophe Dumez 2007-04-07 13:54:59 +00:00
parent 8980905c24
commit 3e1f7d2193
30 changed files with 365 additions and 365 deletions

2
TODO
View file

@ -33,7 +33,7 @@
- Tabs support in search
// in v0.10 (partial) - WIP
- Download from RSS feeds (WIP by gtsoul, clean & finish rss.h, add a tab in mainWindow, debug)
- Download from RSS feeds (WIP by gtsoul, clean & finish rss.h, debug)
- Move finished torrent to another tab and keep on seeding them even after restart (debug)
- Check storage st creation + hasher in torrent creation
- Add IPv6 support (at least start working on it, libtorrent seems to support it, we should limit our code to IPv4 anymore)

BIN
src/Icons/add_file.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 1,005 B

BIN
src/Icons/add_folder.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.3 KiB

View file

@ -47,9 +47,8 @@ createtorrent::createtorrent(QWidget *parent): QDialog(parent){
addURLSeed_button->setIcon(QIcon(QString::fromUtf8(":/Icons/skin/add.png")));
removeURLSeed_button->setIcon(QIcon(QString::fromUtf8(":/Icons/skin/remove.png")));
removeFolder_button->setIcon(QIcon(QString::fromUtf8(":/Icons/skin/remove.png")));
//TODO: Change those two
addFolder_button->setIcon(QIcon(QString::fromUtf8(":/Icons/skin/add.png")));
addFile_button->setIcon(QIcon(QString::fromUtf8(":/Icons/skin/add.png")));
addFolder_button->setIcon(QIcon(QString::fromUtf8(":/Icons/add_folder.png")));
addFile_button->setIcon(QIcon(QString::fromUtf8(":/Icons/add_file.png")));
setAttribute(Qt::WA_DeleteOnClose);
show();
}

View file

@ -23,7 +23,9 @@
<file>Icons/rss.png</file>
<file>Icons/downarrow.png</file>
<file>Icons/connection.png</file>
<file>Icons/add_file.png</file>
<file>Icons/refresh.png</file>
<file>Icons/add_folder.png</file>
<file>Icons/flags/portugal.png</file>
<file>Icons/flags/france.png</file>
<file>Icons/flags/ukraine.png</file>

View file

@ -23,7 +23,6 @@
<file>lang/qbittorrent_fi.qm</file>
<file>lang/qbittorrent_zh_HK.qm</file>
<file>lang/qbittorrent_da.qm</file>
<file>lang/qbittorrent_jp.qm</file>
<file>lang/qbittorrent_ja.qm</file>
</qresource>
</RCC>

View file

@ -2426,12 +2426,12 @@ Changelog:
<context>
<name>createtorrent</name>
<message>
<location filename="../createtorrent_imp.cpp" line="58"/>
<location filename="../createtorrent_imp.cpp" line="57"/>
<source>Select destination torrent file</source>
<translation>Избери торент файл получател</translation>
</message>
<message>
<location filename="../createtorrent_imp.cpp" line="58"/>
<location filename="../createtorrent_imp.cpp" line="57"/>
<source>Torrent Files</source>
<translation>Торент Файлове</translation>
</message>
@ -2441,22 +2441,22 @@ Changelog:
<translation type="obsolete">Избери входна директория или файл</translation>
</message>
<message>
<location filename="../createtorrent_imp.cpp" line="153"/>
<location filename="../createtorrent_imp.cpp" line="152"/>
<source>No destination path set</source>
<translation>Не е избран път за получаване</translation>
</message>
<message>
<location filename="../createtorrent_imp.cpp" line="153"/>
<location filename="../createtorrent_imp.cpp" line="152"/>
<source>Please type a destination path first</source>
<translation>Моля първо напишете път за получаване</translation>
</message>
<message>
<location filename="../createtorrent_imp.cpp" line="158"/>
<location filename="../createtorrent_imp.cpp" line="157"/>
<source>No input path set</source>
<translation>Не е избран входящ път</translation>
</message>
<message>
<location filename="../createtorrent_imp.cpp" line="158"/>
<location filename="../createtorrent_imp.cpp" line="157"/>
<source>Please type an input path first</source>
<translation>Моля първо напишете входящ път</translation>
</message>
@ -2471,12 +2471,12 @@ Changelog:
<translation type="obsolete">Моля първо напишете правилен входящ път </translation>
</message>
<message>
<location filename="../createtorrent_imp.cpp" line="213"/>
<location filename="../createtorrent_imp.cpp" line="212"/>
<source>Torrent creation</source>
<translation>Създаване на Торент</translation>
</message>
<message>
<location filename="../createtorrent_imp.cpp" line="213"/>
<location filename="../createtorrent_imp.cpp" line="212"/>
<source>Torrent was created successfully:</source>
<translation>Торента бе създаден успешно:</translation>
</message>
@ -2486,37 +2486,37 @@ Changelog:
<translation type="obsolete">Моля първо напишете валиден входящ път</translation>
</message>
<message>
<location filename="../createtorrent_imp.cpp" line="208"/>
<location filename="../createtorrent_imp.cpp" line="207"/>
<source>Torrent creation was successfully, reason: %1</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../createtorrent_imp.cpp" line="67"/>
<location filename="../createtorrent_imp.cpp" line="66"/>
<source>Select a folder to add to the torrent</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../createtorrent_imp.cpp" line="73"/>
<location filename="../createtorrent_imp.cpp" line="72"/>
<source>Select files to add to the torrent</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../createtorrent_imp.cpp" line="100"/>
<location filename="../createtorrent_imp.cpp" line="99"/>
<source>Please type an announce URL</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../createtorrent_imp.cpp" line="101"/>
<location filename="../createtorrent_imp.cpp" line="100"/>
<source>Announce URL:</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../createtorrent_imp.cpp" line="119"/>
<location filename="../createtorrent_imp.cpp" line="118"/>
<source>Please type an URL Seed</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../createtorrent_imp.cpp" line="120"/>
<location filename="../createtorrent_imp.cpp" line="119"/>
<source>URL Seed:</source>
<translation type="unfinished"></translation>
</message>

View file

@ -2457,12 +2457,12 @@ Log:
<context>
<name>createtorrent</name>
<message>
<location filename="../createtorrent_imp.cpp" line="58"/>
<location filename="../createtorrent_imp.cpp" line="57"/>
<source>Select destination torrent file</source>
<translation>Seleccionar arxiu torrent destí</translation>
</message>
<message>
<location filename="../createtorrent_imp.cpp" line="58"/>
<location filename="../createtorrent_imp.cpp" line="57"/>
<source>Torrent Files</source>
<translation>Arxius Torrent</translation>
</message>
@ -2472,22 +2472,22 @@ Log:
<translation type="obsolete">Selecciona arxiu o directori d&apos;entrada</translation>
</message>
<message>
<location filename="../createtorrent_imp.cpp" line="153"/>
<location filename="../createtorrent_imp.cpp" line="152"/>
<source>No destination path set</source>
<translation>Ruta destí no especificada</translation>
</message>
<message>
<location filename="../createtorrent_imp.cpp" line="153"/>
<location filename="../createtorrent_imp.cpp" line="152"/>
<source>Please type a destination path first</source>
<translation>Si us plau, especifica una ruta destí primer</translation>
</message>
<message>
<location filename="../createtorrent_imp.cpp" line="158"/>
<location filename="../createtorrent_imp.cpp" line="157"/>
<source>No input path set</source>
<translation>Ruta d&apos;entrada no especificada</translation>
</message>
<message>
<location filename="../createtorrent_imp.cpp" line="158"/>
<location filename="../createtorrent_imp.cpp" line="157"/>
<source>Please type an input path first</source>
<translation>Si us plau escriu una ruta d&apos;entrada primer</translation>
</message>
@ -2502,12 +2502,12 @@ Log:
<translation type="obsolete">Si us plau escriu una ruta d&apos;entrada primer</translation>
</message>
<message>
<location filename="../createtorrent_imp.cpp" line="213"/>
<location filename="../createtorrent_imp.cpp" line="212"/>
<source>Torrent creation</source>
<translation>Crear Torrent</translation>
</message>
<message>
<location filename="../createtorrent_imp.cpp" line="213"/>
<location filename="../createtorrent_imp.cpp" line="212"/>
<source>Torrent was created successfully:</source>
<translation>Torrent creatamb éxit:</translation>
</message>
@ -2517,37 +2517,37 @@ Log:
<translation type="obsolete">Entra una ruta vàlida primer si us plau</translation>
</message>
<message>
<location filename="../createtorrent_imp.cpp" line="208"/>
<location filename="../createtorrent_imp.cpp" line="207"/>
<source>Torrent creation was successfully, reason: %1</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../createtorrent_imp.cpp" line="67"/>
<location filename="../createtorrent_imp.cpp" line="66"/>
<source>Select a folder to add to the torrent</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../createtorrent_imp.cpp" line="73"/>
<location filename="../createtorrent_imp.cpp" line="72"/>
<source>Select files to add to the torrent</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../createtorrent_imp.cpp" line="100"/>
<location filename="../createtorrent_imp.cpp" line="99"/>
<source>Please type an announce URL</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../createtorrent_imp.cpp" line="101"/>
<location filename="../createtorrent_imp.cpp" line="100"/>
<source>Announce URL:</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../createtorrent_imp.cpp" line="119"/>
<location filename="../createtorrent_imp.cpp" line="118"/>
<source>Please type an URL Seed</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../createtorrent_imp.cpp" line="120"/>
<location filename="../createtorrent_imp.cpp" line="119"/>
<source>URL Seed:</source>
<translation type="unfinished"></translation>
</message>

View file

@ -1781,12 +1781,12 @@ Changelog:
<context>
<name>createtorrent</name>
<message>
<location filename="../createtorrent_imp.cpp" line="58"/>
<location filename="../createtorrent_imp.cpp" line="57"/>
<source>Select destination torrent file</source>
<translation>Vælg destinations torrent fil</translation>
</message>
<message>
<location filename="../createtorrent_imp.cpp" line="58"/>
<location filename="../createtorrent_imp.cpp" line="57"/>
<source>Torrent Files</source>
<translation>Torrent FIler</translation>
</message>
@ -1796,22 +1796,22 @@ Changelog:
<translation type="obsolete">Vælg input mapper eller fil</translation>
</message>
<message>
<location filename="../createtorrent_imp.cpp" line="153"/>
<location filename="../createtorrent_imp.cpp" line="152"/>
<source>No destination path set</source>
<translation>Ingen destionations sti sat</translation>
</message>
<message>
<location filename="../createtorrent_imp.cpp" line="153"/>
<location filename="../createtorrent_imp.cpp" line="152"/>
<source>Please type a destination path first</source>
<translation>Indtast venligst en destinations sti først</translation>
</message>
<message>
<location filename="../createtorrent_imp.cpp" line="158"/>
<location filename="../createtorrent_imp.cpp" line="157"/>
<source>No input path set</source>
<translation>Der er ikke sat nogen sti til input</translation>
</message>
<message>
<location filename="../createtorrent_imp.cpp" line="158"/>
<location filename="../createtorrent_imp.cpp" line="157"/>
<source>Please type an input path first</source>
<translation>Indtast venligst en input sti først</translation>
</message>
@ -1821,12 +1821,12 @@ Changelog:
<translation type="obsolete">Stien til input findes ikke</translation>
</message>
<message>
<location filename="../createtorrent_imp.cpp" line="213"/>
<location filename="../createtorrent_imp.cpp" line="212"/>
<source>Torrent creation</source>
<translation>Torrent oprettelse</translation>
</message>
<message>
<location filename="../createtorrent_imp.cpp" line="213"/>
<location filename="../createtorrent_imp.cpp" line="212"/>
<source>Torrent was created successfully:</source>
<translation>Torrent blev oprettet succesfuldt:</translation>
</message>
@ -1836,37 +1836,37 @@ Changelog:
<translation type="obsolete">Indtast venligst en gyldig sti til input først</translation>
</message>
<message>
<location filename="../createtorrent_imp.cpp" line="208"/>
<location filename="../createtorrent_imp.cpp" line="207"/>
<source>Torrent creation was successfully, reason: %1</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../createtorrent_imp.cpp" line="67"/>
<location filename="../createtorrent_imp.cpp" line="66"/>
<source>Select a folder to add to the torrent</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../createtorrent_imp.cpp" line="73"/>
<location filename="../createtorrent_imp.cpp" line="72"/>
<source>Select files to add to the torrent</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../createtorrent_imp.cpp" line="100"/>
<location filename="../createtorrent_imp.cpp" line="99"/>
<source>Please type an announce URL</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../createtorrent_imp.cpp" line="101"/>
<location filename="../createtorrent_imp.cpp" line="100"/>
<source>Announce URL:</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../createtorrent_imp.cpp" line="119"/>
<location filename="../createtorrent_imp.cpp" line="118"/>
<source>Please type an URL Seed</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../createtorrent_imp.cpp" line="120"/>
<location filename="../createtorrent_imp.cpp" line="119"/>
<source>URL Seed:</source>
<translation type="unfinished"></translation>
</message>

View file

@ -2357,12 +2357,12 @@ Changelog:
<context>
<name>createtorrent</name>
<message>
<location filename="../createtorrent_imp.cpp" line="58"/>
<location filename="../createtorrent_imp.cpp" line="57"/>
<source>Select destination torrent file</source>
<translation>Ziel-Torrent Datei auswählen</translation>
</message>
<message>
<location filename="../createtorrent_imp.cpp" line="58"/>
<location filename="../createtorrent_imp.cpp" line="57"/>
<source>Torrent Files</source>
<translation>Torrent Dateien</translation>
</message>
@ -2372,22 +2372,22 @@ Changelog:
<translation type="obsolete">Eingangs-Datei oder -Verzeichnis wählen</translation>
</message>
<message>
<location filename="../createtorrent_imp.cpp" line="153"/>
<location filename="../createtorrent_imp.cpp" line="152"/>
<source>No destination path set</source>
<translation>Kein Ziel-Pfad gesetzt</translation>
</message>
<message>
<location filename="../createtorrent_imp.cpp" line="153"/>
<location filename="../createtorrent_imp.cpp" line="152"/>
<source>Please type a destination path first</source>
<translation>Bitte geben Sie zuerst einen Zielpfad ein</translation>
</message>
<message>
<location filename="../createtorrent_imp.cpp" line="158"/>
<location filename="../createtorrent_imp.cpp" line="157"/>
<source>No input path set</source>
<translation>Kein Eingangs-Pfad gesetzt</translation>
</message>
<message>
<location filename="../createtorrent_imp.cpp" line="158"/>
<location filename="../createtorrent_imp.cpp" line="157"/>
<source>Please type an input path first</source>
<translation>Bitte geben Sie zuerst einen Eingangspfad an</translation>
</message>
@ -2402,12 +2402,12 @@ Changelog:
<translation type="obsolete">Bitte geben Sie einen gültigen Eingangs-Pfad an</translation>
</message>
<message>
<location filename="../createtorrent_imp.cpp" line="213"/>
<location filename="../createtorrent_imp.cpp" line="212"/>
<source>Torrent creation</source>
<translation>Torrent Erstellung</translation>
</message>
<message>
<location filename="../createtorrent_imp.cpp" line="213"/>
<location filename="../createtorrent_imp.cpp" line="212"/>
<source>Torrent was created successfully:</source>
<translation>Torrent erfolgreich erstellt:</translation>
</message>
@ -2417,37 +2417,37 @@ Changelog:
<translation type="obsolete">Bitte geben Sie zuerst einen gültigen Eingangs Pfad ein</translation>
</message>
<message>
<location filename="../createtorrent_imp.cpp" line="208"/>
<location filename="../createtorrent_imp.cpp" line="207"/>
<source>Torrent creation was successfully, reason: %1</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../createtorrent_imp.cpp" line="67"/>
<location filename="../createtorrent_imp.cpp" line="66"/>
<source>Select a folder to add to the torrent</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../createtorrent_imp.cpp" line="73"/>
<location filename="../createtorrent_imp.cpp" line="72"/>
<source>Select files to add to the torrent</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../createtorrent_imp.cpp" line="100"/>
<location filename="../createtorrent_imp.cpp" line="99"/>
<source>Please type an announce URL</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../createtorrent_imp.cpp" line="101"/>
<location filename="../createtorrent_imp.cpp" line="100"/>
<source>Announce URL:</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../createtorrent_imp.cpp" line="119"/>
<location filename="../createtorrent_imp.cpp" line="118"/>
<source>Please type an URL Seed</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../createtorrent_imp.cpp" line="120"/>
<location filename="../createtorrent_imp.cpp" line="119"/>
<source>URL Seed:</source>
<translation type="unfinished"></translation>
</message>

View file

@ -2474,12 +2474,12 @@ Changelog:
<context>
<name>createtorrent</name>
<message>
<location filename="../createtorrent_imp.cpp" line="58"/>
<location filename="../createtorrent_imp.cpp" line="57"/>
<source>Select destination torrent file</source>
<translation>Επιλέξτε προορισμό αρχείου τορεντ</translation>
</message>
<message>
<location filename="../createtorrent_imp.cpp" line="58"/>
<location filename="../createtorrent_imp.cpp" line="57"/>
<source>Torrent Files</source>
<translation>Αρχεία Τορεντ</translation>
</message>
@ -2489,22 +2489,22 @@ Changelog:
<translation type="obsolete">Επιλέξτε αρχείο ή κατηγορία εισόδου</translation>
</message>
<message>
<location filename="../createtorrent_imp.cpp" line="153"/>
<location filename="../createtorrent_imp.cpp" line="152"/>
<source>No destination path set</source>
<translation>Δεν έχει ρυθμιστεί η διαδρομή φακέλου</translation>
</message>
<message>
<location filename="../createtorrent_imp.cpp" line="153"/>
<location filename="../createtorrent_imp.cpp" line="152"/>
<source>Please type a destination path first</source>
<translation>Παρακαλώ πληκτρολογήστε έναν προορισμό διαδρομής πρώτα</translation>
</message>
<message>
<location filename="../createtorrent_imp.cpp" line="158"/>
<location filename="../createtorrent_imp.cpp" line="157"/>
<source>No input path set</source>
<translation>Δεν έχει ρυθμιστεί διαδρομή εισόδου</translation>
</message>
<message>
<location filename="../createtorrent_imp.cpp" line="158"/>
<location filename="../createtorrent_imp.cpp" line="157"/>
<source>Please type an input path first</source>
<translation>Παρακαλώ πληκτρολογήστε μία διαδρομή εισόδου πρώτα</translation>
</message>
@ -2519,12 +2519,12 @@ Changelog:
<translation type="obsolete">Παρακαλώ πληκτρολογήστε έναν έγκυρο προορισμό διαδρομής πρώτα</translation>
</message>
<message>
<location filename="../createtorrent_imp.cpp" line="213"/>
<location filename="../createtorrent_imp.cpp" line="212"/>
<source>Torrent creation</source>
<translation>Δημιουργία τορεντ</translation>
</message>
<message>
<location filename="../createtorrent_imp.cpp" line="213"/>
<location filename="../createtorrent_imp.cpp" line="212"/>
<source>Torrent was created successfully:</source>
<translation>Τόρεντ δημιουργήθηκε επιτυχώς:</translation>
</message>
@ -2534,37 +2534,37 @@ Changelog:
<translation type="obsolete">Παρακαλώ πληκτρολογήστε μία έγκυρη διαδρομή εισόδου πρώτα</translation>
</message>
<message>
<location filename="../createtorrent_imp.cpp" line="208"/>
<location filename="../createtorrent_imp.cpp" line="207"/>
<source>Torrent creation was successfully, reason: %1</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../createtorrent_imp.cpp" line="67"/>
<location filename="../createtorrent_imp.cpp" line="66"/>
<source>Select a folder to add to the torrent</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../createtorrent_imp.cpp" line="73"/>
<location filename="../createtorrent_imp.cpp" line="72"/>
<source>Select files to add to the torrent</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../createtorrent_imp.cpp" line="100"/>
<location filename="../createtorrent_imp.cpp" line="99"/>
<source>Please type an announce URL</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../createtorrent_imp.cpp" line="101"/>
<location filename="../createtorrent_imp.cpp" line="100"/>
<source>Announce URL:</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../createtorrent_imp.cpp" line="119"/>
<location filename="../createtorrent_imp.cpp" line="118"/>
<source>Please type an URL Seed</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../createtorrent_imp.cpp" line="120"/>
<location filename="../createtorrent_imp.cpp" line="119"/>
<source>URL Seed:</source>
<translation type="unfinished"></translation>
</message>

View file

@ -1541,77 +1541,77 @@ Changelog:
<context>
<name>createtorrent</name>
<message>
<location filename="../createtorrent_imp.cpp" line="58"/>
<location filename="../createtorrent_imp.cpp" line="57"/>
<source>Select destination torrent file</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../createtorrent_imp.cpp" line="58"/>
<location filename="../createtorrent_imp.cpp" line="57"/>
<source>Torrent Files</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../createtorrent_imp.cpp" line="153"/>
<location filename="../createtorrent_imp.cpp" line="152"/>
<source>No destination path set</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../createtorrent_imp.cpp" line="153"/>
<location filename="../createtorrent_imp.cpp" line="152"/>
<source>Please type a destination path first</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../createtorrent_imp.cpp" line="158"/>
<location filename="../createtorrent_imp.cpp" line="157"/>
<source>No input path set</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../createtorrent_imp.cpp" line="158"/>
<location filename="../createtorrent_imp.cpp" line="157"/>
<source>Please type an input path first</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../createtorrent_imp.cpp" line="213"/>
<location filename="../createtorrent_imp.cpp" line="212"/>
<source>Torrent creation</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../createtorrent_imp.cpp" line="213"/>
<location filename="../createtorrent_imp.cpp" line="212"/>
<source>Torrent was created successfully:</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../createtorrent_imp.cpp" line="208"/>
<location filename="../createtorrent_imp.cpp" line="207"/>
<source>Torrent creation was successfully, reason: %1</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../createtorrent_imp.cpp" line="67"/>
<location filename="../createtorrent_imp.cpp" line="66"/>
<source>Select a folder to add to the torrent</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../createtorrent_imp.cpp" line="73"/>
<location filename="../createtorrent_imp.cpp" line="72"/>
<source>Select files to add to the torrent</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../createtorrent_imp.cpp" line="100"/>
<location filename="../createtorrent_imp.cpp" line="99"/>
<source>Please type an announce URL</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../createtorrent_imp.cpp" line="101"/>
<location filename="../createtorrent_imp.cpp" line="100"/>
<source>Announce URL:</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../createtorrent_imp.cpp" line="119"/>
<location filename="../createtorrent_imp.cpp" line="118"/>
<source>Please type an URL Seed</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../createtorrent_imp.cpp" line="120"/>
<location filename="../createtorrent_imp.cpp" line="119"/>
<source>URL Seed:</source>
<translation type="unfinished"></translation>
</message>

View file

@ -2402,12 +2402,12 @@ Log:
<context>
<name>createtorrent</name>
<message>
<location filename="../createtorrent_imp.cpp" line="58"/>
<location filename="../createtorrent_imp.cpp" line="57"/>
<source>Select destination torrent file</source>
<translation>Selecciona destino para el archivo torrent</translation>
</message>
<message>
<location filename="../createtorrent_imp.cpp" line="58"/>
<location filename="../createtorrent_imp.cpp" line="57"/>
<source>Torrent Files</source>
<translation>Archivos Torrent</translation>
</message>
@ -2417,22 +2417,22 @@ Log:
<translation type="obsolete">Selecciona directorio de entrara o archivo</translation>
</message>
<message>
<location filename="../createtorrent_imp.cpp" line="153"/>
<location filename="../createtorrent_imp.cpp" line="152"/>
<source>No destination path set</source>
<translation>No hay una ruta de destino establecida</translation>
</message>
<message>
<location filename="../createtorrent_imp.cpp" line="153"/>
<location filename="../createtorrent_imp.cpp" line="152"/>
<source>Please type a destination path first</source>
<translation>Por favor escribe una ruta de destino primero</translation>
</message>
<message>
<location filename="../createtorrent_imp.cpp" line="158"/>
<location filename="../createtorrent_imp.cpp" line="157"/>
<source>No input path set</source>
<translation>Sin ruta de destino establecida</translation>
</message>
<message>
<location filename="../createtorrent_imp.cpp" line="158"/>
<location filename="../createtorrent_imp.cpp" line="157"/>
<source>Please type an input path first</source>
<translation>Por favor escribe una ruta de entrara primero</translation>
</message>
@ -2447,12 +2447,12 @@ Log:
<translation type="obsolete">Por favor escribe una ruta de entrada correcta primero</translation>
</message>
<message>
<location filename="../createtorrent_imp.cpp" line="213"/>
<location filename="../createtorrent_imp.cpp" line="212"/>
<source>Torrent creation</source>
<translation>Crear Torrent</translation>
</message>
<message>
<location filename="../createtorrent_imp.cpp" line="213"/>
<location filename="../createtorrent_imp.cpp" line="212"/>
<source>Torrent was created successfully:</source>
<translation>El Torrent se creó con éxito:</translation>
</message>
@ -2462,37 +2462,37 @@ Log:
<translation type="obsolete">Por favor digita una ruta de entrada válida primero</translation>
</message>
<message>
<location filename="../createtorrent_imp.cpp" line="208"/>
<location filename="../createtorrent_imp.cpp" line="207"/>
<source>Torrent creation was successfully, reason: %1</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../createtorrent_imp.cpp" line="67"/>
<location filename="../createtorrent_imp.cpp" line="66"/>
<source>Select a folder to add to the torrent</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../createtorrent_imp.cpp" line="73"/>
<location filename="../createtorrent_imp.cpp" line="72"/>
<source>Select files to add to the torrent</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../createtorrent_imp.cpp" line="100"/>
<location filename="../createtorrent_imp.cpp" line="99"/>
<source>Please type an announce URL</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../createtorrent_imp.cpp" line="101"/>
<location filename="../createtorrent_imp.cpp" line="100"/>
<source>Announce URL:</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../createtorrent_imp.cpp" line="119"/>
<location filename="../createtorrent_imp.cpp" line="118"/>
<source>Please type an URL Seed</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../createtorrent_imp.cpp" line="120"/>
<location filename="../createtorrent_imp.cpp" line="119"/>
<source>URL Seed:</source>
<translation type="unfinished"></translation>
</message>

View file

@ -2032,12 +2032,12 @@ Muutoshistoria:
<translation type="obsolete">Lähdekansio ei ole olemassa</translation>
</message>
<message>
<location filename="../createtorrent_imp.cpp" line="153"/>
<location filename="../createtorrent_imp.cpp" line="152"/>
<source>No destination path set</source>
<translation>Kohdekansiota ei ole valittu</translation>
</message>
<message>
<location filename="../createtorrent_imp.cpp" line="158"/>
<location filename="../createtorrent_imp.cpp" line="157"/>
<source>No input path set</source>
<translation>Lähdekansiota ei ole asetettu</translation>
</message>
@ -2047,12 +2047,12 @@ Muutoshistoria:
<translation type="obsolete">Anna kelvollinen lähdekansio</translation>
</message>
<message>
<location filename="../createtorrent_imp.cpp" line="153"/>
<location filename="../createtorrent_imp.cpp" line="152"/>
<source>Please type a destination path first</source>
<translation>Anna ensin kohdekansio</translation>
</message>
<message>
<location filename="../createtorrent_imp.cpp" line="158"/>
<location filename="../createtorrent_imp.cpp" line="157"/>
<source>Please type an input path first</source>
<translation>Anna ensin lähdekansio</translation>
</message>
@ -2062,7 +2062,7 @@ Muutoshistoria:
<translation type="obsolete">Anna kelvollinen lähdekansio</translation>
</message>
<message>
<location filename="../createtorrent_imp.cpp" line="58"/>
<location filename="../createtorrent_imp.cpp" line="57"/>
<source>Select destination torrent file</source>
<translation>Valitse kohde-torrent-tiedosto</translation>
</message>
@ -2072,52 +2072,52 @@ Muutoshistoria:
<translation type="obsolete">Valitse lähdekansio tai -tiedosto</translation>
</message>
<message>
<location filename="../createtorrent_imp.cpp" line="213"/>
<location filename="../createtorrent_imp.cpp" line="212"/>
<source>Torrent creation</source>
<translation>Torrentin luominen</translation>
</message>
<message>
<location filename="../createtorrent_imp.cpp" line="58"/>
<location filename="../createtorrent_imp.cpp" line="57"/>
<source>Torrent Files</source>
<translation>Torrent-tiedostot</translation>
</message>
<message>
<location filename="../createtorrent_imp.cpp" line="213"/>
<location filename="../createtorrent_imp.cpp" line="212"/>
<source>Torrent was created successfully:</source>
<translation>Torrent luotiin:</translation>
</message>
<message>
<location filename="../createtorrent_imp.cpp" line="208"/>
<location filename="../createtorrent_imp.cpp" line="207"/>
<source>Torrent creation was successfully, reason: %1</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../createtorrent_imp.cpp" line="67"/>
<location filename="../createtorrent_imp.cpp" line="66"/>
<source>Select a folder to add to the torrent</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../createtorrent_imp.cpp" line="73"/>
<location filename="../createtorrent_imp.cpp" line="72"/>
<source>Select files to add to the torrent</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../createtorrent_imp.cpp" line="100"/>
<location filename="../createtorrent_imp.cpp" line="99"/>
<source>Please type an announce URL</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../createtorrent_imp.cpp" line="101"/>
<location filename="../createtorrent_imp.cpp" line="100"/>
<source>Announce URL:</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../createtorrent_imp.cpp" line="119"/>
<location filename="../createtorrent_imp.cpp" line="118"/>
<source>Please type an URL Seed</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../createtorrent_imp.cpp" line="120"/>
<location filename="../createtorrent_imp.cpp" line="119"/>
<source>URL Seed:</source>
<translation type="unfinished"></translation>
</message>

View file

@ -2546,12 +2546,12 @@ Changements:
<context>
<name>createtorrent</name>
<message>
<location filename="../createtorrent_imp.cpp" line="58"/>
<location filename="../createtorrent_imp.cpp" line="57"/>
<source>Select destination torrent file</source>
<translation>Sélectionner le torrent à créer</translation>
</message>
<message>
<location filename="../createtorrent_imp.cpp" line="58"/>
<location filename="../createtorrent_imp.cpp" line="57"/>
<source>Torrent Files</source>
<translation>Fichiers Torrent</translation>
</message>
@ -2561,22 +2561,22 @@ Changements:
<translation type="obsolete">Sélectionner le dossier ou le fichier à inclure</translation>
</message>
<message>
<location filename="../createtorrent_imp.cpp" line="153"/>
<location filename="../createtorrent_imp.cpp" line="152"/>
<source>No destination path set</source>
<translation>Aucun chemin de destination défini</translation>
</message>
<message>
<location filename="../createtorrent_imp.cpp" line="153"/>
<location filename="../createtorrent_imp.cpp" line="152"/>
<source>Please type a destination path first</source>
<translation>Veuillez entrer un chemin de destination d&apos;abord</translation>
</message>
<message>
<location filename="../createtorrent_imp.cpp" line="158"/>
<location filename="../createtorrent_imp.cpp" line="157"/>
<source>No input path set</source>
<translation>Aucun fichier inclu</translation>
</message>
<message>
<location filename="../createtorrent_imp.cpp" line="158"/>
<location filename="../createtorrent_imp.cpp" line="157"/>
<source>Please type an input path first</source>
<translation>Veuillez sélectionner un fichier ou un dossier à inclure d&apos;abord</translation>
</message>
@ -2591,12 +2591,12 @@ Changements:
<translation type="obsolete">Veuillez vérifier la chemin du fichier/dossier à inclure</translation>
</message>
<message>
<location filename="../createtorrent_imp.cpp" line="213"/>
<location filename="../createtorrent_imp.cpp" line="212"/>
<source>Torrent creation</source>
<translation>Création d&apos;un torrent</translation>
</message>
<message>
<location filename="../createtorrent_imp.cpp" line="213"/>
<location filename="../createtorrent_imp.cpp" line="212"/>
<source>Torrent was created successfully:</source>
<translation>Le torrent a é créé avec succès :</translation>
</message>
@ -2606,37 +2606,37 @@ Changements:
<translation type="obsolete">Veuillez entrer répertoire correct en entrée</translation>
</message>
<message>
<location filename="../createtorrent_imp.cpp" line="208"/>
<location filename="../createtorrent_imp.cpp" line="207"/>
<source>Torrent creation was successfully, reason: %1</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../createtorrent_imp.cpp" line="67"/>
<location filename="../createtorrent_imp.cpp" line="66"/>
<source>Select a folder to add to the torrent</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../createtorrent_imp.cpp" line="73"/>
<location filename="../createtorrent_imp.cpp" line="72"/>
<source>Select files to add to the torrent</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../createtorrent_imp.cpp" line="100"/>
<location filename="../createtorrent_imp.cpp" line="99"/>
<source>Please type an announce URL</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../createtorrent_imp.cpp" line="101"/>
<location filename="../createtorrent_imp.cpp" line="100"/>
<source>Announce URL:</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../createtorrent_imp.cpp" line="119"/>
<location filename="../createtorrent_imp.cpp" line="118"/>
<source>Please type an URL Seed</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../createtorrent_imp.cpp" line="120"/>
<location filename="../createtorrent_imp.cpp" line="119"/>
<source>URL Seed:</source>
<translation type="unfinished"></translation>
</message>

View file

@ -2078,12 +2078,12 @@ Changelog:</translation>
<context>
<name>createtorrent</name>
<message>
<location filename="../createtorrent_imp.cpp" line="58"/>
<location filename="../createtorrent_imp.cpp" line="57"/>
<source>Select destination torrent file</source>
<translation>Scegliere la destinazione del file torrent</translation>
</message>
<message>
<location filename="../createtorrent_imp.cpp" line="58"/>
<location filename="../createtorrent_imp.cpp" line="57"/>
<source>Torrent Files</source>
<translation>Files torrent</translation>
</message>
@ -2093,22 +2093,22 @@ Changelog:</translation>
<translation type="obsolete">File o directory da aggiungere</translation>
</message>
<message>
<location filename="../createtorrent_imp.cpp" line="153"/>
<location filename="../createtorrent_imp.cpp" line="152"/>
<source>No destination path set</source>
<translation>Nessun percorso di salvataggio definito</translation>
</message>
<message>
<location filename="../createtorrent_imp.cpp" line="153"/>
<location filename="../createtorrent_imp.cpp" line="152"/>
<source>Please type a destination path first</source>
<translation>Per favore inserire un percorso di destinazione</translation>
</message>
<message>
<location filename="../createtorrent_imp.cpp" line="158"/>
<location filename="../createtorrent_imp.cpp" line="157"/>
<source>No input path set</source>
<translation>Nessun percorso da aggiungere specificata</translation>
</message>
<message>
<location filename="../createtorrent_imp.cpp" line="158"/>
<location filename="../createtorrent_imp.cpp" line="157"/>
<source>Please type an input path first</source>
<translation>Per favore inserire un percorso da aggiungere</translation>
</message>
@ -2123,47 +2123,47 @@ Changelog:</translation>
<translation type="obsolete">Per favore inserire un percorso da aggiungere corretto</translation>
</message>
<message>
<location filename="../createtorrent_imp.cpp" line="213"/>
<location filename="../createtorrent_imp.cpp" line="212"/>
<source>Torrent creation</source>
<translation>Creazione di un torrent</translation>
</message>
<message>
<location filename="../createtorrent_imp.cpp" line="213"/>
<location filename="../createtorrent_imp.cpp" line="212"/>
<source>Torrent was created successfully:</source>
<translation>Il torrent è stato creato correttamente:</translation>
</message>
<message>
<location filename="../createtorrent_imp.cpp" line="208"/>
<location filename="../createtorrent_imp.cpp" line="207"/>
<source>Torrent creation was successfully, reason: %1</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../createtorrent_imp.cpp" line="67"/>
<location filename="../createtorrent_imp.cpp" line="66"/>
<source>Select a folder to add to the torrent</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../createtorrent_imp.cpp" line="73"/>
<location filename="../createtorrent_imp.cpp" line="72"/>
<source>Select files to add to the torrent</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../createtorrent_imp.cpp" line="100"/>
<location filename="../createtorrent_imp.cpp" line="99"/>
<source>Please type an announce URL</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../createtorrent_imp.cpp" line="101"/>
<location filename="../createtorrent_imp.cpp" line="100"/>
<source>Announce URL:</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../createtorrent_imp.cpp" line="119"/>
<location filename="../createtorrent_imp.cpp" line="118"/>
<source>Please type an URL Seed</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../createtorrent_imp.cpp" line="120"/>
<location filename="../createtorrent_imp.cpp" line="119"/>
<source>URL Seed:</source>
<translation type="unfinished"></translation>
</message>

View file

@ -1579,12 +1579,12 @@ Changelog:
<context>
<name>createtorrent</name>
<message>
<location filename="../createtorrent_imp.cpp" line="58"/>
<location filename="../createtorrent_imp.cpp" line="57"/>
<source>Select destination torrent file</source>
<translation> torrent </translation>
</message>
<message>
<location filename="../createtorrent_imp.cpp" line="58"/>
<location filename="../createtorrent_imp.cpp" line="57"/>
<source>Torrent Files</source>
<translation>Torrent </translation>
</message>
@ -1594,22 +1594,22 @@ Changelog:
<translation type="obsolete"></translation>
</message>
<message>
<location filename="../createtorrent_imp.cpp" line="153"/>
<location filename="../createtorrent_imp.cpp" line="152"/>
<source>No destination path set</source>
<translation></translation>
</message>
<message>
<location filename="../createtorrent_imp.cpp" line="153"/>
<location filename="../createtorrent_imp.cpp" line="152"/>
<source>Please type a destination path first</source>
<translation></translation>
</message>
<message>
<location filename="../createtorrent_imp.cpp" line="158"/>
<location filename="../createtorrent_imp.cpp" line="157"/>
<source>No input path set</source>
<translation></translation>
</message>
<message>
<location filename="../createtorrent_imp.cpp" line="158"/>
<location filename="../createtorrent_imp.cpp" line="157"/>
<source>Please type an input path first</source>
<translation></translation>
</message>
@ -1619,12 +1619,12 @@ Changelog:
<translation type="obsolete"></translation>
</message>
<message>
<location filename="../createtorrent_imp.cpp" line="213"/>
<location filename="../createtorrent_imp.cpp" line="212"/>
<source>Torrent creation</source>
<translation>Torrent </translation>
</message>
<message>
<location filename="../createtorrent_imp.cpp" line="213"/>
<location filename="../createtorrent_imp.cpp" line="212"/>
<source>Torrent was created successfully:</source>
<translation>Torrent :</translation>
</message>
@ -1634,37 +1634,37 @@ Changelog:
<translation type="obsolete"></translation>
</message>
<message>
<location filename="../createtorrent_imp.cpp" line="208"/>
<location filename="../createtorrent_imp.cpp" line="207"/>
<source>Torrent creation was successfully, reason: %1</source>
<translation>Torrent : %1</translation>
</message>
<message>
<location filename="../createtorrent_imp.cpp" line="67"/>
<location filename="../createtorrent_imp.cpp" line="66"/>
<source>Select a folder to add to the torrent</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../createtorrent_imp.cpp" line="73"/>
<location filename="../createtorrent_imp.cpp" line="72"/>
<source>Select files to add to the torrent</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../createtorrent_imp.cpp" line="100"/>
<location filename="../createtorrent_imp.cpp" line="99"/>
<source>Please type an announce URL</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../createtorrent_imp.cpp" line="101"/>
<location filename="../createtorrent_imp.cpp" line="100"/>
<source>Announce URL:</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../createtorrent_imp.cpp" line="119"/>
<location filename="../createtorrent_imp.cpp" line="118"/>
<source>Please type an URL Seed</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../createtorrent_imp.cpp" line="120"/>
<location filename="../createtorrent_imp.cpp" line="119"/>
<source>URL Seed:</source>
<translation type="unfinished"></translation>
</message>

View file

@ -2428,12 +2428,12 @@ Changelog:
<context>
<name>createtorrent</name>
<message>
<location filename="../createtorrent_imp.cpp" line="58"/>
<location filename="../createtorrent_imp.cpp" line="57"/>
<source>Select destination torrent file</source>
<translation> </translation>
</message>
<message>
<location filename="../createtorrent_imp.cpp" line="58"/>
<location filename="../createtorrent_imp.cpp" line="57"/>
<source>Torrent Files</source>
<translation> </translation>
</message>
@ -2443,22 +2443,22 @@ Changelog:
<translation type="obsolete"> </translation>
</message>
<message>
<location filename="../createtorrent_imp.cpp" line="153"/>
<location filename="../createtorrent_imp.cpp" line="152"/>
<source>No destination path set</source>
<translation> </translation>
</message>
<message>
<location filename="../createtorrent_imp.cpp" line="153"/>
<location filename="../createtorrent_imp.cpp" line="152"/>
<source>Please type a destination path first</source>
<translation> </translation>
</message>
<message>
<location filename="../createtorrent_imp.cpp" line="158"/>
<location filename="../createtorrent_imp.cpp" line="157"/>
<source>No input path set</source>
<translation> </translation>
</message>
<message>
<location filename="../createtorrent_imp.cpp" line="158"/>
<location filename="../createtorrent_imp.cpp" line="157"/>
<source>Please type an input path first</source>
<translation> </translation>
</message>
@ -2473,12 +2473,12 @@ Changelog:
<translation type="obsolete"> </translation>
</message>
<message>
<location filename="../createtorrent_imp.cpp" line="213"/>
<location filename="../createtorrent_imp.cpp" line="212"/>
<source>Torrent creation</source>
<translation> </translation>
</message>
<message>
<location filename="../createtorrent_imp.cpp" line="213"/>
<location filename="../createtorrent_imp.cpp" line="212"/>
<source>Torrent was created successfully:</source>
<translation> :</translation>
</message>
@ -2488,37 +2488,37 @@ Changelog:
<translation type="obsolete"> </translation>
</message>
<message>
<location filename="../createtorrent_imp.cpp" line="208"/>
<location filename="../createtorrent_imp.cpp" line="207"/>
<source>Torrent creation was successfully, reason: %1</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../createtorrent_imp.cpp" line="67"/>
<location filename="../createtorrent_imp.cpp" line="66"/>
<source>Select a folder to add to the torrent</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../createtorrent_imp.cpp" line="73"/>
<location filename="../createtorrent_imp.cpp" line="72"/>
<source>Select files to add to the torrent</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../createtorrent_imp.cpp" line="100"/>
<location filename="../createtorrent_imp.cpp" line="99"/>
<source>Please type an announce URL</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../createtorrent_imp.cpp" line="101"/>
<location filename="../createtorrent_imp.cpp" line="100"/>
<source>Announce URL:</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../createtorrent_imp.cpp" line="119"/>
<location filename="../createtorrent_imp.cpp" line="118"/>
<source>Please type an URL Seed</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../createtorrent_imp.cpp" line="120"/>
<location filename="../createtorrent_imp.cpp" line="119"/>
<source>URL Seed:</source>
<translation type="unfinished"></translation>
</message>

View file

@ -2072,12 +2072,12 @@ Endringer:</translation>
<context>
<name>createtorrent</name>
<message>
<location filename="../createtorrent_imp.cpp" line="58"/>
<location filename="../createtorrent_imp.cpp" line="57"/>
<source>Select destination torrent file</source>
<translation>Velg torrent-målfil</translation>
</message>
<message>
<location filename="../createtorrent_imp.cpp" line="58"/>
<location filename="../createtorrent_imp.cpp" line="57"/>
<source>Torrent Files</source>
<translation>Torrentfiler</translation>
</message>
@ -2087,22 +2087,22 @@ Endringer:</translation>
<translation type="obsolete">Velg inndata eller mappe</translation>
</message>
<message>
<location filename="../createtorrent_imp.cpp" line="153"/>
<location filename="../createtorrent_imp.cpp" line="152"/>
<source>No destination path set</source>
<translation>Ingen målsti er angitt</translation>
</message>
<message>
<location filename="../createtorrent_imp.cpp" line="153"/>
<location filename="../createtorrent_imp.cpp" line="152"/>
<source>Please type a destination path first</source>
<translation>Velg en målsti først</translation>
</message>
<message>
<location filename="../createtorrent_imp.cpp" line="158"/>
<location filename="../createtorrent_imp.cpp" line="157"/>
<source>No input path set</source>
<translation>Ingen filsti for inndata er valgt</translation>
</message>
<message>
<location filename="../createtorrent_imp.cpp" line="158"/>
<location filename="../createtorrent_imp.cpp" line="157"/>
<source>Please type an input path first</source>
<translation>Velg en filsti for inndata først</translation>
</message>
@ -2117,12 +2117,12 @@ Endringer:</translation>
<translation type="obsolete">Vennligst skriv en gyldig filsti til inndataene først</translation>
</message>
<message>
<location filename="../createtorrent_imp.cpp" line="213"/>
<location filename="../createtorrent_imp.cpp" line="212"/>
<source>Torrent creation</source>
<translation>Torrentfilen blir opprettet</translation>
</message>
<message>
<location filename="../createtorrent_imp.cpp" line="213"/>
<location filename="../createtorrent_imp.cpp" line="212"/>
<source>Torrent was created successfully:</source>
<translation>Vellykket opprettelse av torrentfil:</translation>
</message>
@ -2132,37 +2132,37 @@ Endringer:</translation>
<translation type="obsolete">Velg en gyldig filsti for inndata først</translation>
</message>
<message>
<location filename="../createtorrent_imp.cpp" line="208"/>
<location filename="../createtorrent_imp.cpp" line="207"/>
<source>Torrent creation was successfully, reason: %1</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../createtorrent_imp.cpp" line="67"/>
<location filename="../createtorrent_imp.cpp" line="66"/>
<source>Select a folder to add to the torrent</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../createtorrent_imp.cpp" line="73"/>
<location filename="../createtorrent_imp.cpp" line="72"/>
<source>Select files to add to the torrent</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../createtorrent_imp.cpp" line="100"/>
<location filename="../createtorrent_imp.cpp" line="99"/>
<source>Please type an announce URL</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../createtorrent_imp.cpp" line="101"/>
<location filename="../createtorrent_imp.cpp" line="100"/>
<source>Announce URL:</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../createtorrent_imp.cpp" line="119"/>
<location filename="../createtorrent_imp.cpp" line="118"/>
<source>Please type an URL Seed</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../createtorrent_imp.cpp" line="120"/>
<location filename="../createtorrent_imp.cpp" line="119"/>
<source>URL Seed:</source>
<translation type="unfinished"></translation>
</message>

View file

@ -2390,12 +2390,12 @@ Changelog:
<context>
<name>createtorrent</name>
<message>
<location filename="../createtorrent_imp.cpp" line="58"/>
<location filename="../createtorrent_imp.cpp" line="57"/>
<source>Select destination torrent file</source>
<translation>Kies torrent doelbestand</translation>
</message>
<message>
<location filename="../createtorrent_imp.cpp" line="58"/>
<location filename="../createtorrent_imp.cpp" line="57"/>
<source>Torrent Files</source>
<translation>Torrent bestanden</translation>
</message>
@ -2405,22 +2405,22 @@ Changelog:
<translation type="obsolete">Kies bron map of bestand</translation>
</message>
<message>
<location filename="../createtorrent_imp.cpp" line="153"/>
<location filename="../createtorrent_imp.cpp" line="152"/>
<source>No destination path set</source>
<translation>Geen doel pad gekozen</translation>
</message>
<message>
<location filename="../createtorrent_imp.cpp" line="153"/>
<location filename="../createtorrent_imp.cpp" line="152"/>
<source>Please type a destination path first</source>
<translation>Geef alstublieft eerst een doel pad</translation>
</message>
<message>
<location filename="../createtorrent_imp.cpp" line="158"/>
<location filename="../createtorrent_imp.cpp" line="157"/>
<source>No input path set</source>
<translation>Geen bron pad gekozen</translation>
</message>
<message>
<location filename="../createtorrent_imp.cpp" line="158"/>
<location filename="../createtorrent_imp.cpp" line="157"/>
<source>Please type an input path first</source>
<translation>Geef alstublieft eerst een doel pad</translation>
</message>
@ -2435,12 +2435,12 @@ Changelog:
<translation type="obsolete">Geef alstublieft eerst een geldig bron pad</translation>
</message>
<message>
<location filename="../createtorrent_imp.cpp" line="213"/>
<location filename="../createtorrent_imp.cpp" line="212"/>
<source>Torrent creation</source>
<translation>Torrent maken</translation>
</message>
<message>
<location filename="../createtorrent_imp.cpp" line="213"/>
<location filename="../createtorrent_imp.cpp" line="212"/>
<source>Torrent was created successfully:</source>
<translation>Torrent was succesvol gemaakt:</translation>
</message>
@ -2450,37 +2450,37 @@ Changelog:
<translation type="obsolete">Geef alstublieft eerst een geldig invoer pad</translation>
</message>
<message>
<location filename="../createtorrent_imp.cpp" line="208"/>
<location filename="../createtorrent_imp.cpp" line="207"/>
<source>Torrent creation was successfully, reason: %1</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../createtorrent_imp.cpp" line="67"/>
<location filename="../createtorrent_imp.cpp" line="66"/>
<source>Select a folder to add to the torrent</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../createtorrent_imp.cpp" line="73"/>
<location filename="../createtorrent_imp.cpp" line="72"/>
<source>Select files to add to the torrent</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../createtorrent_imp.cpp" line="100"/>
<location filename="../createtorrent_imp.cpp" line="99"/>
<source>Please type an announce URL</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../createtorrent_imp.cpp" line="101"/>
<location filename="../createtorrent_imp.cpp" line="100"/>
<source>Announce URL:</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../createtorrent_imp.cpp" line="119"/>
<location filename="../createtorrent_imp.cpp" line="118"/>
<source>Please type an URL Seed</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../createtorrent_imp.cpp" line="120"/>
<location filename="../createtorrent_imp.cpp" line="119"/>
<source>URL Seed:</source>
<translation type="unfinished"></translation>
</message>

View file

@ -2452,12 +2452,12 @@ Changelog:
<context>
<name>createtorrent</name>
<message>
<location filename="../createtorrent_imp.cpp" line="58"/>
<location filename="../createtorrent_imp.cpp" line="57"/>
<source>Select destination torrent file</source>
<translation>Wybierz plik docelowy</translation>
</message>
<message>
<location filename="../createtorrent_imp.cpp" line="58"/>
<location filename="../createtorrent_imp.cpp" line="57"/>
<source>Torrent Files</source>
<translation>Pliki Torrent</translation>
</message>
@ -2467,22 +2467,22 @@ Changelog:
<translation type="obsolete">Wybierz katalog lub plik źródłowy</translation>
</message>
<message>
<location filename="../createtorrent_imp.cpp" line="153"/>
<location filename="../createtorrent_imp.cpp" line="152"/>
<source>No destination path set</source>
<translation>Katalog docelowy nie ustawiony</translation>
</message>
<message>
<location filename="../createtorrent_imp.cpp" line="153"/>
<location filename="../createtorrent_imp.cpp" line="152"/>
<source>Please type a destination path first</source>
<translation>Proszę podać katalog docelowy</translation>
</message>
<message>
<location filename="../createtorrent_imp.cpp" line="158"/>
<location filename="../createtorrent_imp.cpp" line="157"/>
<source>No input path set</source>
<translation>Katalog źródłowy nie zdefiniowany</translation>
</message>
<message>
<location filename="../createtorrent_imp.cpp" line="158"/>
<location filename="../createtorrent_imp.cpp" line="157"/>
<source>Please type an input path first</source>
<translation>Proszę podać katalog żródłowy</translation>
</message>
@ -2497,12 +2497,12 @@ Changelog:
<translation type="obsolete">Proszę podać poprawną ścieżkę źródłową</translation>
</message>
<message>
<location filename="../createtorrent_imp.cpp" line="213"/>
<location filename="../createtorrent_imp.cpp" line="212"/>
<source>Torrent creation</source>
<translation>Tworzenie torrent-a</translation>
</message>
<message>
<location filename="../createtorrent_imp.cpp" line="213"/>
<location filename="../createtorrent_imp.cpp" line="212"/>
<source>Torrent was created successfully:</source>
<translation>Utworzono plik torrent:</translation>
</message>
@ -2512,37 +2512,37 @@ Changelog:
<translation type="obsolete">Prosze podać prawidłowy katalog źródłowy</translation>
</message>
<message>
<location filename="../createtorrent_imp.cpp" line="208"/>
<location filename="../createtorrent_imp.cpp" line="207"/>
<source>Torrent creation was successfully, reason: %1</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../createtorrent_imp.cpp" line="67"/>
<location filename="../createtorrent_imp.cpp" line="66"/>
<source>Select a folder to add to the torrent</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../createtorrent_imp.cpp" line="73"/>
<location filename="../createtorrent_imp.cpp" line="72"/>
<source>Select files to add to the torrent</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../createtorrent_imp.cpp" line="100"/>
<location filename="../createtorrent_imp.cpp" line="99"/>
<source>Please type an announce URL</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../createtorrent_imp.cpp" line="101"/>
<location filename="../createtorrent_imp.cpp" line="100"/>
<source>Announce URL:</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../createtorrent_imp.cpp" line="119"/>
<location filename="../createtorrent_imp.cpp" line="118"/>
<source>Please type an URL Seed</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../createtorrent_imp.cpp" line="120"/>
<location filename="../createtorrent_imp.cpp" line="119"/>
<source>URL Seed:</source>
<translation type="unfinished"></translation>
</message>

View file

@ -2317,12 +2317,12 @@ Copyright ©2007 por Christophe Dumez&lt;br&gt;
<context>
<name>createtorrent</name>
<message>
<location filename="../createtorrent_imp.cpp" line="58"/>
<location filename="../createtorrent_imp.cpp" line="57"/>
<source>Select destination torrent file</source>
<translation>Selecione o arquivo torrent de destino</translation>
</message>
<message>
<location filename="../createtorrent_imp.cpp" line="58"/>
<location filename="../createtorrent_imp.cpp" line="57"/>
<source>Torrent Files</source>
<translation>Arquivos Torrent</translation>
</message>
@ -2332,22 +2332,22 @@ Copyright ©2007 por Christophe Dumez&lt;br&gt;
<translation type="obsolete">Selecione o diretório ou arquivo de entrada</translation>
</message>
<message>
<location filename="../createtorrent_imp.cpp" line="153"/>
<location filename="../createtorrent_imp.cpp" line="152"/>
<source>No destination path set</source>
<translation>Nenhum caminho de destino selecionado</translation>
</message>
<message>
<location filename="../createtorrent_imp.cpp" line="153"/>
<location filename="../createtorrent_imp.cpp" line="152"/>
<source>Please type a destination path first</source>
<translation>Digite primeiro um caminho de destino</translation>
</message>
<message>
<location filename="../createtorrent_imp.cpp" line="158"/>
<location filename="../createtorrent_imp.cpp" line="157"/>
<source>No input path set</source>
<translation>Nenhum caminho de entrada selecionado</translation>
</message>
<message>
<location filename="../createtorrent_imp.cpp" line="158"/>
<location filename="../createtorrent_imp.cpp" line="157"/>
<source>Please type an input path first</source>
<translation>Digite primeiro um caminho de entrada</translation>
</message>
@ -2362,12 +2362,12 @@ Copyright ©2007 por Christophe Dumez&lt;br&gt;
<translation type="obsolete">Digite primeiro um caminho de entrada correto</translation>
</message>
<message>
<location filename="../createtorrent_imp.cpp" line="213"/>
<location filename="../createtorrent_imp.cpp" line="212"/>
<source>Torrent creation</source>
<translation>Criação de torrent</translation>
</message>
<message>
<location filename="../createtorrent_imp.cpp" line="213"/>
<location filename="../createtorrent_imp.cpp" line="212"/>
<source>Torrent was created successfully:</source>
<translation>Torrent foi criado com sucesso:</translation>
</message>
@ -2377,37 +2377,37 @@ Copyright ©2007 por Christophe Dumez&lt;br&gt;
<translation type="obsolete">Por favor insira um caminho válido primeiro</translation>
</message>
<message>
<location filename="../createtorrent_imp.cpp" line="208"/>
<location filename="../createtorrent_imp.cpp" line="207"/>
<source>Torrent creation was successfully, reason: %1</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../createtorrent_imp.cpp" line="67"/>
<location filename="../createtorrent_imp.cpp" line="66"/>
<source>Select a folder to add to the torrent</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../createtorrent_imp.cpp" line="73"/>
<location filename="../createtorrent_imp.cpp" line="72"/>
<source>Select files to add to the torrent</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../createtorrent_imp.cpp" line="100"/>
<location filename="../createtorrent_imp.cpp" line="99"/>
<source>Please type an announce URL</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../createtorrent_imp.cpp" line="101"/>
<location filename="../createtorrent_imp.cpp" line="100"/>
<source>Announce URL:</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../createtorrent_imp.cpp" line="119"/>
<location filename="../createtorrent_imp.cpp" line="118"/>
<source>Please type an URL Seed</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../createtorrent_imp.cpp" line="120"/>
<location filename="../createtorrent_imp.cpp" line="119"/>
<source>URL Seed:</source>
<translation type="unfinished"></translation>
</message>

View file

@ -2214,12 +2214,12 @@ Changelog:
<context>
<name>createtorrent</name>
<message>
<location filename="../createtorrent_imp.cpp" line="58"/>
<location filename="../createtorrent_imp.cpp" line="57"/>
<source>Select destination torrent file</source>
<translation>Selectează fişierul de destinare</translation>
</message>
<message>
<location filename="../createtorrent_imp.cpp" line="58"/>
<location filename="../createtorrent_imp.cpp" line="57"/>
<source>Torrent Files</source>
<translation>Fişiere Torrent</translation>
</message>
@ -2229,22 +2229,22 @@ Changelog:
<translation type="obsolete">Selectează directoriul sau fişierul de intrare</translation>
</message>
<message>
<location filename="../createtorrent_imp.cpp" line="153"/>
<location filename="../createtorrent_imp.cpp" line="152"/>
<source>No destination path set</source>
<translation>Nu este setată calea de destinaţie</translation>
</message>
<message>
<location filename="../createtorrent_imp.cpp" line="153"/>
<location filename="../createtorrent_imp.cpp" line="152"/>
<source>Please type a destination path first</source>
<translation> rugăm arătaţi calea de destinaţie</translation>
</message>
<message>
<location filename="../createtorrent_imp.cpp" line="158"/>
<location filename="../createtorrent_imp.cpp" line="157"/>
<source>No input path set</source>
<translation>Nu sunt selectate fişiere de intrare</translation>
</message>
<message>
<location filename="../createtorrent_imp.cpp" line="158"/>
<location filename="../createtorrent_imp.cpp" line="157"/>
<source>Please type an input path first</source>
<translation> rugăm arătaţi calea de intrare</translation>
</message>
@ -2259,12 +2259,12 @@ Changelog:
<translation type="obsolete"> rugăm introduceţi corect calea de intrare</translation>
</message>
<message>
<location filename="../createtorrent_imp.cpp" line="213"/>
<location filename="../createtorrent_imp.cpp" line="212"/>
<source>Torrent creation</source>
<translation>Crearea torentului</translation>
</message>
<message>
<location filename="../createtorrent_imp.cpp" line="213"/>
<location filename="../createtorrent_imp.cpp" line="212"/>
<source>Torrent was created successfully:</source>
<translation>Torrentul a fost creat cu success:</translation>
</message>
@ -2274,37 +2274,37 @@ Changelog:
<translation type="obsolete">Introduceţi o cale validă</translation>
</message>
<message>
<location filename="../createtorrent_imp.cpp" line="208"/>
<location filename="../createtorrent_imp.cpp" line="207"/>
<source>Torrent creation was successfully, reason: %1</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../createtorrent_imp.cpp" line="67"/>
<location filename="../createtorrent_imp.cpp" line="66"/>
<source>Select a folder to add to the torrent</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../createtorrent_imp.cpp" line="73"/>
<location filename="../createtorrent_imp.cpp" line="72"/>
<source>Select files to add to the torrent</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../createtorrent_imp.cpp" line="100"/>
<location filename="../createtorrent_imp.cpp" line="99"/>
<source>Please type an announce URL</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../createtorrent_imp.cpp" line="101"/>
<location filename="../createtorrent_imp.cpp" line="100"/>
<source>Announce URL:</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../createtorrent_imp.cpp" line="119"/>
<location filename="../createtorrent_imp.cpp" line="118"/>
<source>Please type an URL Seed</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../createtorrent_imp.cpp" line="120"/>
<location filename="../createtorrent_imp.cpp" line="119"/>
<source>URL Seed:</source>
<translation type="unfinished"></translation>
</message>

View file

@ -2343,12 +2343,12 @@ Changelog:
<context>
<name>createtorrent</name>
<message>
<location filename="../createtorrent_imp.cpp" line="58"/>
<location filename="../createtorrent_imp.cpp" line="57"/>
<source>Select destination torrent file</source>
<translation>Выберите torrent файл назначения</translation>
</message>
<message>
<location filename="../createtorrent_imp.cpp" line="58"/>
<location filename="../createtorrent_imp.cpp" line="57"/>
<source>Torrent Files</source>
<translation>Файлы Torrent</translation>
</message>
@ -2358,22 +2358,22 @@ Changelog:
<translation type="obsolete">Выберите входной файл или папку</translation>
</message>
<message>
<location filename="../createtorrent_imp.cpp" line="153"/>
<location filename="../createtorrent_imp.cpp" line="152"/>
<source>No destination path set</source>
<translation>Не установлен путь назначения</translation>
</message>
<message>
<location filename="../createtorrent_imp.cpp" line="153"/>
<location filename="../createtorrent_imp.cpp" line="152"/>
<source>Please type a destination path first</source>
<translation>Пожалуйста, сначала введите путь назначения</translation>
</message>
<message>
<location filename="../createtorrent_imp.cpp" line="158"/>
<location filename="../createtorrent_imp.cpp" line="157"/>
<source>No input path set</source>
<translation>Не установлен входной путь</translation>
</message>
<message>
<location filename="../createtorrent_imp.cpp" line="158"/>
<location filename="../createtorrent_imp.cpp" line="157"/>
<source>Please type an input path first</source>
<translation>Пожалуйста, сначала введите путь назначения</translation>
</message>
@ -2388,12 +2388,12 @@ Changelog:
<translation type="obsolete">Пожалуйста, сначала введите правильный входной путь</translation>
</message>
<message>
<location filename="../createtorrent_imp.cpp" line="213"/>
<location filename="../createtorrent_imp.cpp" line="212"/>
<source>Torrent creation</source>
<translation>Создание Torrent&apos;а</translation>
</message>
<message>
<location filename="../createtorrent_imp.cpp" line="213"/>
<location filename="../createtorrent_imp.cpp" line="212"/>
<source>Torrent was created successfully:</source>
<translation>Torrent успешно создан:</translation>
</message>
@ -2403,37 +2403,37 @@ Changelog:
<translation type="obsolete">Пожалуйста, введите сначала правильный путь входа</translation>
</message>
<message>
<location filename="../createtorrent_imp.cpp" line="208"/>
<location filename="../createtorrent_imp.cpp" line="207"/>
<source>Torrent creation was successfully, reason: %1</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../createtorrent_imp.cpp" line="67"/>
<location filename="../createtorrent_imp.cpp" line="66"/>
<source>Select a folder to add to the torrent</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../createtorrent_imp.cpp" line="73"/>
<location filename="../createtorrent_imp.cpp" line="72"/>
<source>Select files to add to the torrent</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../createtorrent_imp.cpp" line="100"/>
<location filename="../createtorrent_imp.cpp" line="99"/>
<source>Please type an announce URL</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../createtorrent_imp.cpp" line="101"/>
<location filename="../createtorrent_imp.cpp" line="100"/>
<source>Announce URL:</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../createtorrent_imp.cpp" line="119"/>
<location filename="../createtorrent_imp.cpp" line="118"/>
<source>Please type an URL Seed</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../createtorrent_imp.cpp" line="120"/>
<location filename="../createtorrent_imp.cpp" line="119"/>
<source>URL Seed:</source>
<translation type="unfinished"></translation>
</message>

View file

@ -2267,12 +2267,12 @@ Záznam zmien:</translation>
<context>
<name>createtorrent</name>
<message>
<location filename="../createtorrent_imp.cpp" line="58"/>
<location filename="../createtorrent_imp.cpp" line="57"/>
<source>Select destination torrent file</source>
<translation>Vybrať cieľový torrent súbor</translation>
</message>
<message>
<location filename="../createtorrent_imp.cpp" line="58"/>
<location filename="../createtorrent_imp.cpp" line="57"/>
<source>Torrent Files</source>
<translation>Torrent súbory</translation>
</message>
@ -2282,22 +2282,22 @@ Záznam zmien:</translation>
<translation type="obsolete">Vyberte vstupný adresár alebo súbor</translation>
</message>
<message>
<location filename="../createtorrent_imp.cpp" line="153"/>
<location filename="../createtorrent_imp.cpp" line="152"/>
<source>No destination path set</source>
<translation>Nebola nastavená cieľová cesta</translation>
</message>
<message>
<location filename="../createtorrent_imp.cpp" line="153"/>
<location filename="../createtorrent_imp.cpp" line="152"/>
<source>Please type a destination path first</source>
<translation>Napíšte prosím najprv cieľovú cestu</translation>
</message>
<message>
<location filename="../createtorrent_imp.cpp" line="158"/>
<location filename="../createtorrent_imp.cpp" line="157"/>
<source>No input path set</source>
<translation>Nebola zadaná vstupná cesta</translation>
</message>
<message>
<location filename="../createtorrent_imp.cpp" line="158"/>
<location filename="../createtorrent_imp.cpp" line="157"/>
<source>Please type an input path first</source>
<translation>Napíšte prosím najprv vstupnú cestu</translation>
</message>
@ -2312,12 +2312,12 @@ Záznam zmien:</translation>
<translation type="obsolete">Prosím, napíšte správnu vstupnú cestu</translation>
</message>
<message>
<location filename="../createtorrent_imp.cpp" line="213"/>
<location filename="../createtorrent_imp.cpp" line="212"/>
<source>Torrent creation</source>
<translation>Vytvorenie torrentu</translation>
</message>
<message>
<location filename="../createtorrent_imp.cpp" line="213"/>
<location filename="../createtorrent_imp.cpp" line="212"/>
<source>Torrent was created successfully:</source>
<translation>Torrent bol úspešne vytvorený:</translation>
</message>
@ -2327,37 +2327,37 @@ Záznam zmien:</translation>
<translation type="obsolete">Prosím, najprv napíšte platnú cestu pre vstup</translation>
</message>
<message>
<location filename="../createtorrent_imp.cpp" line="208"/>
<location filename="../createtorrent_imp.cpp" line="207"/>
<source>Torrent creation was successfully, reason: %1</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../createtorrent_imp.cpp" line="67"/>
<location filename="../createtorrent_imp.cpp" line="66"/>
<source>Select a folder to add to the torrent</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../createtorrent_imp.cpp" line="73"/>
<location filename="../createtorrent_imp.cpp" line="72"/>
<source>Select files to add to the torrent</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../createtorrent_imp.cpp" line="100"/>
<location filename="../createtorrent_imp.cpp" line="99"/>
<source>Please type an announce URL</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../createtorrent_imp.cpp" line="101"/>
<location filename="../createtorrent_imp.cpp" line="100"/>
<source>Announce URL:</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../createtorrent_imp.cpp" line="119"/>
<location filename="../createtorrent_imp.cpp" line="118"/>
<source>Please type an URL Seed</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../createtorrent_imp.cpp" line="120"/>
<location filename="../createtorrent_imp.cpp" line="119"/>
<source>URL Seed:</source>
<translation type="unfinished"></translation>
</message>

View file

@ -1796,12 +1796,12 @@ Changelog:
<context>
<name>createtorrent</name>
<message>
<location filename="../createtorrent_imp.cpp" line="58"/>
<location filename="../createtorrent_imp.cpp" line="57"/>
<source>Select destination torrent file</source>
<translation>Välj mål för torrent-fil</translation>
</message>
<message>
<location filename="../createtorrent_imp.cpp" line="58"/>
<location filename="../createtorrent_imp.cpp" line="57"/>
<source>Torrent Files</source>
<translation>Torrent-filer</translation>
</message>
@ -1811,22 +1811,22 @@ Changelog:
<translation type="obsolete">Välj katalog eller fil för indata</translation>
</message>
<message>
<location filename="../createtorrent_imp.cpp" line="153"/>
<location filename="../createtorrent_imp.cpp" line="152"/>
<source>No destination path set</source>
<translation>Ingen målsökväg inställd</translation>
</message>
<message>
<location filename="../createtorrent_imp.cpp" line="153"/>
<location filename="../createtorrent_imp.cpp" line="152"/>
<source>Please type a destination path first</source>
<translation>Ange en målsökväg först</translation>
</message>
<message>
<location filename="../createtorrent_imp.cpp" line="158"/>
<location filename="../createtorrent_imp.cpp" line="157"/>
<source>No input path set</source>
<translation>Ingen sökväg inställd för indata</translation>
</message>
<message>
<location filename="../createtorrent_imp.cpp" line="158"/>
<location filename="../createtorrent_imp.cpp" line="157"/>
<source>Please type an input path first</source>
<translation>Ange en sökväg för indata först</translation>
</message>
@ -1836,12 +1836,12 @@ Changelog:
<translation type="obsolete">Sökvägen för indata finns inte</translation>
</message>
<message>
<location filename="../createtorrent_imp.cpp" line="213"/>
<location filename="../createtorrent_imp.cpp" line="212"/>
<source>Torrent creation</source>
<translation>Skapa torrent</translation>
</message>
<message>
<location filename="../createtorrent_imp.cpp" line="213"/>
<location filename="../createtorrent_imp.cpp" line="212"/>
<source>Torrent was created successfully:</source>
<translation>Torrentfilen skapades:</translation>
</message>
@ -1851,37 +1851,37 @@ Changelog:
<translation type="obsolete">Ange en giltig inmatningssökväg först</translation>
</message>
<message>
<location filename="../createtorrent_imp.cpp" line="208"/>
<location filename="../createtorrent_imp.cpp" line="207"/>
<source>Torrent creation was successfully, reason: %1</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../createtorrent_imp.cpp" line="67"/>
<location filename="../createtorrent_imp.cpp" line="66"/>
<source>Select a folder to add to the torrent</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../createtorrent_imp.cpp" line="73"/>
<location filename="../createtorrent_imp.cpp" line="72"/>
<source>Select files to add to the torrent</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../createtorrent_imp.cpp" line="100"/>
<location filename="../createtorrent_imp.cpp" line="99"/>
<source>Please type an announce URL</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../createtorrent_imp.cpp" line="101"/>
<location filename="../createtorrent_imp.cpp" line="100"/>
<source>Announce URL:</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../createtorrent_imp.cpp" line="119"/>
<location filename="../createtorrent_imp.cpp" line="118"/>
<source>Please type an URL Seed</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../createtorrent_imp.cpp" line="120"/>
<location filename="../createtorrent_imp.cpp" line="119"/>
<source>URL Seed:</source>
<translation type="unfinished"></translation>
</message>

View file

@ -2437,12 +2437,12 @@ Changelog:
<context>
<name>createtorrent</name>
<message>
<location filename="../createtorrent_imp.cpp" line="58"/>
<location filename="../createtorrent_imp.cpp" line="57"/>
<source>Select destination torrent file</source>
<translation>Kaynak Torrent dosyasını seç</translation>
</message>
<message>
<location filename="../createtorrent_imp.cpp" line="58"/>
<location filename="../createtorrent_imp.cpp" line="57"/>
<source>Torrent Files</source>
<translation>Torrent Dosyaları</translation>
</message>
@ -2452,22 +2452,22 @@ Changelog:
<translation type="obsolete">Girdi klasörü veya dosyası seç</translation>
</message>
<message>
<location filename="../createtorrent_imp.cpp" line="153"/>
<location filename="../createtorrent_imp.cpp" line="152"/>
<source>No destination path set</source>
<translation>Kaynak yolu seçilmemiş</translation>
</message>
<message>
<location filename="../createtorrent_imp.cpp" line="153"/>
<location filename="../createtorrent_imp.cpp" line="152"/>
<source>Please type a destination path first</source>
<translation>Lütfen önce bir kaynak yolu seçin</translation>
</message>
<message>
<location filename="../createtorrent_imp.cpp" line="158"/>
<location filename="../createtorrent_imp.cpp" line="157"/>
<source>No input path set</source>
<translation>Girdi yolu seçilmedi</translation>
</message>
<message>
<location filename="../createtorrent_imp.cpp" line="158"/>
<location filename="../createtorrent_imp.cpp" line="157"/>
<source>Please type an input path first</source>
<translation>LLütfen önce bir kayıt yolu seçin</translation>
</message>
@ -2482,12 +2482,12 @@ Changelog:
<translation type="obsolete">Lütfen önce düzgün bir girdi yolu seçin</translation>
</message>
<message>
<location filename="../createtorrent_imp.cpp" line="213"/>
<location filename="../createtorrent_imp.cpp" line="212"/>
<source>Torrent creation</source>
<translation>Torrent oluşturumu</translation>
</message>
<message>
<location filename="../createtorrent_imp.cpp" line="213"/>
<location filename="../createtorrent_imp.cpp" line="212"/>
<source>Torrent was created successfully:</source>
<translation>Torrent başarıyla oluşturuldu:</translation>
</message>
@ -2497,37 +2497,37 @@ Changelog:
<translation type="obsolete">Lütfen önce geçerli bir kayıt yolu seçin</translation>
</message>
<message>
<location filename="../createtorrent_imp.cpp" line="208"/>
<location filename="../createtorrent_imp.cpp" line="207"/>
<source>Torrent creation was successfully, reason: %1</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../createtorrent_imp.cpp" line="67"/>
<location filename="../createtorrent_imp.cpp" line="66"/>
<source>Select a folder to add to the torrent</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../createtorrent_imp.cpp" line="73"/>
<location filename="../createtorrent_imp.cpp" line="72"/>
<source>Select files to add to the torrent</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../createtorrent_imp.cpp" line="100"/>
<location filename="../createtorrent_imp.cpp" line="99"/>
<source>Please type an announce URL</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../createtorrent_imp.cpp" line="101"/>
<location filename="../createtorrent_imp.cpp" line="100"/>
<source>Announce URL:</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../createtorrent_imp.cpp" line="119"/>
<location filename="../createtorrent_imp.cpp" line="118"/>
<source>Please type an URL Seed</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../createtorrent_imp.cpp" line="120"/>
<location filename="../createtorrent_imp.cpp" line="119"/>
<source>URL Seed:</source>
<translation type="unfinished"></translation>
</message>

View file

@ -2358,12 +2358,12 @@ Changelog:
<context>
<name>createtorrent</name>
<message>
<location filename="../createtorrent_imp.cpp" line="58"/>
<location filename="../createtorrent_imp.cpp" line="57"/>
<source>Select destination torrent file</source>
<translation>Виберіть цільовий torrent-файл</translation>
</message>
<message>
<location filename="../createtorrent_imp.cpp" line="58"/>
<location filename="../createtorrent_imp.cpp" line="57"/>
<source>Torrent Files</source>
<translation>Torrent файли</translation>
</message>
@ -2373,22 +2373,22 @@ Changelog:
<translation type="obsolete">Виберіть вхідну директорію чи файл</translation>
</message>
<message>
<location filename="../createtorrent_imp.cpp" line="153"/>
<location filename="../createtorrent_imp.cpp" line="152"/>
<source>No destination path set</source>
<translation>Не задано шлях призначення</translation>
</message>
<message>
<location filename="../createtorrent_imp.cpp" line="153"/>
<location filename="../createtorrent_imp.cpp" line="152"/>
<source>Please type a destination path first</source>
<translation>Будь-ласка, спочатку введіть шлях призначення</translation>
</message>
<message>
<location filename="../createtorrent_imp.cpp" line="158"/>
<location filename="../createtorrent_imp.cpp" line="157"/>
<source>No input path set</source>
<translation>Не задано вхідний шлях</translation>
</message>
<message>
<location filename="../createtorrent_imp.cpp" line="158"/>
<location filename="../createtorrent_imp.cpp" line="157"/>
<source>Please type an input path first</source>
<translation>Будь-ласка, спочатку введіть вхідний шлях</translation>
</message>
@ -2403,12 +2403,12 @@ Changelog:
<translation type="obsolete">Будь-ласка, спочатку введіть правильний вхідний шлях</translation>
</message>
<message>
<location filename="../createtorrent_imp.cpp" line="213"/>
<location filename="../createtorrent_imp.cpp" line="212"/>
<source>Torrent creation</source>
<translation>Створення торренту</translation>
</message>
<message>
<location filename="../createtorrent_imp.cpp" line="213"/>
<location filename="../createtorrent_imp.cpp" line="212"/>
<source>Torrent was created successfully:</source>
<translation>Торрент було успішно створено:</translation>
</message>
@ -2418,37 +2418,37 @@ Changelog:
<translation type="obsolete">Будь-ласка, спочатку введіть правильний вхідний шлях</translation>
</message>
<message>
<location filename="../createtorrent_imp.cpp" line="208"/>
<location filename="../createtorrent_imp.cpp" line="207"/>
<source>Torrent creation was successfully, reason: %1</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../createtorrent_imp.cpp" line="67"/>
<location filename="../createtorrent_imp.cpp" line="66"/>
<source>Select a folder to add to the torrent</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../createtorrent_imp.cpp" line="73"/>
<location filename="../createtorrent_imp.cpp" line="72"/>
<source>Select files to add to the torrent</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../createtorrent_imp.cpp" line="100"/>
<location filename="../createtorrent_imp.cpp" line="99"/>
<source>Please type an announce URL</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../createtorrent_imp.cpp" line="101"/>
<location filename="../createtorrent_imp.cpp" line="100"/>
<source>Announce URL:</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../createtorrent_imp.cpp" line="119"/>
<location filename="../createtorrent_imp.cpp" line="118"/>
<source>Please type an URL Seed</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../createtorrent_imp.cpp" line="120"/>
<location filename="../createtorrent_imp.cpp" line="119"/>
<source>URL Seed:</source>
<translation type="unfinished"></translation>
</message>

View file

@ -2290,12 +2290,12 @@ Changelog:
<context>
<name>createtorrent</name>
<message>
<location filename="../createtorrent_imp.cpp" line="58"/>
<location filename="../createtorrent_imp.cpp" line="57"/>
<source>Select destination torrent file</source>
<translation>torrent文件目的地</translation>
</message>
<message>
<location filename="../createtorrent_imp.cpp" line="58"/>
<location filename="../createtorrent_imp.cpp" line="57"/>
<source>Torrent Files</source>
<translation>Torrent文件</translation>
</message>
@ -2305,22 +2305,22 @@ Changelog:
<translation type="obsolete"></translation>
</message>
<message>
<location filename="../createtorrent_imp.cpp" line="153"/>
<location filename="../createtorrent_imp.cpp" line="152"/>
<source>No destination path set</source>
<translation></translation>
</message>
<message>
<location filename="../createtorrent_imp.cpp" line="153"/>
<location filename="../createtorrent_imp.cpp" line="152"/>
<source>Please type a destination path first</source>
<translation></translation>
</message>
<message>
<location filename="../createtorrent_imp.cpp" line="158"/>
<location filename="../createtorrent_imp.cpp" line="157"/>
<source>No input path set</source>
<translation></translation>
</message>
<message>
<location filename="../createtorrent_imp.cpp" line="158"/>
<location filename="../createtorrent_imp.cpp" line="157"/>
<source>Please type an input path first</source>
<translation></translation>
</message>
@ -2335,12 +2335,12 @@ Changelog:
<translation type="obsolete"></translation>
</message>
<message>
<location filename="../createtorrent_imp.cpp" line="213"/>
<location filename="../createtorrent_imp.cpp" line="212"/>
<source>Torrent creation</source>
<translation>Torrent</translation>
</message>
<message>
<location filename="../createtorrent_imp.cpp" line="213"/>
<location filename="../createtorrent_imp.cpp" line="212"/>
<source>Torrent was created successfully:</source>
<translation>Torrent:</translation>
</message>
@ -2350,37 +2350,37 @@ Changelog:
<translation type="obsolete"></translation>
</message>
<message>
<location filename="../createtorrent_imp.cpp" line="208"/>
<location filename="../createtorrent_imp.cpp" line="207"/>
<source>Torrent creation was successfully, reason: %1</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../createtorrent_imp.cpp" line="67"/>
<location filename="../createtorrent_imp.cpp" line="66"/>
<source>Select a folder to add to the torrent</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../createtorrent_imp.cpp" line="73"/>
<location filename="../createtorrent_imp.cpp" line="72"/>
<source>Select files to add to the torrent</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../createtorrent_imp.cpp" line="100"/>
<location filename="../createtorrent_imp.cpp" line="99"/>
<source>Please type an announce URL</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../createtorrent_imp.cpp" line="101"/>
<location filename="../createtorrent_imp.cpp" line="100"/>
<source>Announce URL:</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../createtorrent_imp.cpp" line="119"/>
<location filename="../createtorrent_imp.cpp" line="118"/>
<source>Please type an URL Seed</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../createtorrent_imp.cpp" line="120"/>
<location filename="../createtorrent_imp.cpp" line="119"/>
<source>URL Seed:</source>
<translation type="unfinished"></translation>
</message>

View file

@ -2105,77 +2105,77 @@ Changelog:
<context>
<name>createtorrent</name>
<message>
<location filename="../createtorrent_imp.cpp" line="58"/>
<location filename="../createtorrent_imp.cpp" line="57"/>
<source>Select destination torrent file</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../createtorrent_imp.cpp" line="58"/>
<location filename="../createtorrent_imp.cpp" line="57"/>
<source>Torrent Files</source>
<translation type="unfinished">Torrent檔案</translation>
</message>
<message>
<location filename="../createtorrent_imp.cpp" line="153"/>
<location filename="../createtorrent_imp.cpp" line="152"/>
<source>No destination path set</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../createtorrent_imp.cpp" line="153"/>
<location filename="../createtorrent_imp.cpp" line="152"/>
<source>Please type a destination path first</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../createtorrent_imp.cpp" line="158"/>
<location filename="../createtorrent_imp.cpp" line="157"/>
<source>No input path set</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../createtorrent_imp.cpp" line="158"/>
<location filename="../createtorrent_imp.cpp" line="157"/>
<source>Please type an input path first</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../createtorrent_imp.cpp" line="213"/>
<location filename="../createtorrent_imp.cpp" line="212"/>
<source>Torrent creation</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../createtorrent_imp.cpp" line="213"/>
<location filename="../createtorrent_imp.cpp" line="212"/>
<source>Torrent was created successfully:</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../createtorrent_imp.cpp" line="208"/>
<location filename="../createtorrent_imp.cpp" line="207"/>
<source>Torrent creation was successfully, reason: %1</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../createtorrent_imp.cpp" line="67"/>
<location filename="../createtorrent_imp.cpp" line="66"/>
<source>Select a folder to add to the torrent</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../createtorrent_imp.cpp" line="73"/>
<location filename="../createtorrent_imp.cpp" line="72"/>
<source>Select files to add to the torrent</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../createtorrent_imp.cpp" line="100"/>
<location filename="../createtorrent_imp.cpp" line="99"/>
<source>Please type an announce URL</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../createtorrent_imp.cpp" line="101"/>
<location filename="../createtorrent_imp.cpp" line="100"/>
<source>Announce URL:</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../createtorrent_imp.cpp" line="119"/>
<location filename="../createtorrent_imp.cpp" line="118"/>
<source>Please type an URL Seed</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../createtorrent_imp.cpp" line="120"/>
<location filename="../createtorrent_imp.cpp" line="119"/>
<source>URL Seed:</source>
<translation type="unfinished"></translation>
</message>