mirror of
https://github.com/qbittorrent/qBittorrent
synced 2025-07-30 11:38:50 -07:00
FEATURE: Allow to change the priority of several files at once
This commit is contained in:
parent
66157da5c2
commit
f0d0bb7170
59 changed files with 2333 additions and 1468 deletions
|
@ -348,16 +348,16 @@ Copyright © 2006 by Christophe Dumez<br>
|
|||
</message>
|
||||
<message>
|
||||
<location filename="../bittorrent.cpp" line="911"/>
|
||||
<location filename="../bittorrent.cpp" line="1166"/>
|
||||
<location filename="../bittorrent.cpp" line="1171"/>
|
||||
<location filename="../bittorrent.cpp" line="1179"/>
|
||||
<location filename="../bittorrent.cpp" line="1184"/>
|
||||
<source>'%1' resumed. (fast resume)</source>
|
||||
<comment>'/home/y/xxx.torrent' was resumed. (fast resume)</comment>
|
||||
<translation>'%1' ripreso. (recupero veloce)</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../bittorrent.cpp" line="913"/>
|
||||
<location filename="../bittorrent.cpp" line="1168"/>
|
||||
<location filename="../bittorrent.cpp" line="1173"/>
|
||||
<location filename="../bittorrent.cpp" line="1181"/>
|
||||
<location filename="../bittorrent.cpp" line="1186"/>
|
||||
<source>'%1' added to download list.</source>
|
||||
<comment>'/home/y/xxx.torrent' was added to download list.</comment>
|
||||
<translation>'%1' è stato aggiunto alla lista dei download.</translation>
|
||||
|
@ -376,29 +376,34 @@ Copyright © 2006 by Christophe Dumez<br>
|
|||
</message>
|
||||
<message>
|
||||
<location filename="../bittorrent.cpp" line="1004"/>
|
||||
<source>However, new trackers were added to the existing torrent.</source>
|
||||
<source>Note: new trackers were added to the existing torrent.</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../bittorrent.cpp" line="1462"/>
|
||||
<location filename="../bittorrent.cpp" line="1017"/>
|
||||
<source>Note: new URL seeds were added to the existing torrent.</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../bittorrent.cpp" line="1475"/>
|
||||
<source><font color='red'>%1</font> <i>was blocked due to your IP filter</i></source>
|
||||
<comment>x.y.z.w was blocked</comment>
|
||||
<translation><font color='red'>%1</font> <i>è stato bloccato a causa dei tuoi filtri IP</i></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../bittorrent.cpp" line="1464"/>
|
||||
<location filename="../bittorrent.cpp" line="1477"/>
|
||||
<source><font color='red'>%1</font> <i>was banned due to corrupt pieces</i></source>
|
||||
<comment>x.y.z.w was banned</comment>
|
||||
<translation><font color='red'>%1</font> <i>è stato bannato a causa di parti corrotte</i></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../bittorrent.cpp" line="1859"/>
|
||||
<location filename="../bittorrent.cpp" line="1872"/>
|
||||
<source>Recursive download of file %1 embedded in torrent %2</source>
|
||||
<comment>Recursive download of test.torrent embedded in torrent test2</comment>
|
||||
<translation>Download ricorsivo del file %1 incluso nel torrent %2</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../bittorrent.cpp" line="1870"/>
|
||||
<location filename="../bittorrent.cpp" line="1883"/>
|
||||
<source>Unable to decode %1 torrent file.</source>
|
||||
<translation>Impossibile decifrare il file torrent %1.</translation>
|
||||
</message>
|
||||
|
@ -407,32 +412,32 @@ Copyright © 2006 by Christophe Dumez<br>
|
|||
<translation type="obsolete">Impossibile mettersi in ascolto sulle porte scelte.</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../bittorrent.cpp" line="2038"/>
|
||||
<location filename="../bittorrent.cpp" line="2051"/>
|
||||
<source>UPnP/NAT-PMP: Port mapping failure, message: %1</source>
|
||||
<translation>UPnP/NAT-PMP: mappatura porte fallita, messaggio: %1</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../bittorrent.cpp" line="2043"/>
|
||||
<location filename="../bittorrent.cpp" line="2056"/>
|
||||
<source>UPnP/NAT-PMP: Port mapping successful, message: %1</source>
|
||||
<translation>UPnP/NAT-PMP: mappatura porte riuscita, messaggio: %1</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../bittorrent.cpp" line="2058"/>
|
||||
<location filename="../bittorrent.cpp" line="2071"/>
|
||||
<source>Fast resume data was rejected for torrent %1, checking again...</source>
|
||||
<translation>Il recupero veloce del torrent %1 è stato rifiutato, altro tentativo in corso...</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../bittorrent.cpp" line="2059"/>
|
||||
<location filename="../bittorrent.cpp" line="2072"/>
|
||||
<source>Reason: %1</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../bittorrent.cpp" line="2064"/>
|
||||
<location filename="../bittorrent.cpp" line="2077"/>
|
||||
<source>Url seed lookup failed for url: %1, message: %2</source>
|
||||
<translation>Ricerca seed web fallita per l'url: %1, messaggio: %2</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../bittorrent.cpp" line="2171"/>
|
||||
<location filename="../bittorrent.cpp" line="2184"/>
|
||||
<source>Downloading '%1', please wait...</source>
|
||||
<comment>e.g: Downloading 'xxx.torrent', please wait...</comment>
|
||||
<translation>Download di '%1' in corso...</translation>
|
||||
|
@ -1449,33 +1454,33 @@ Copyright © 2006 by Christophe Dumez<br>
|
|||
<translation type="obsolete">Massima</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../eventmanager.cpp" line="295"/>
|
||||
<location filename="../eventmanager.cpp" line="296"/>
|
||||
<location filename="../eventmanager.cpp" line="297"/>
|
||||
<location filename="../eventmanager.cpp" line="298"/>
|
||||
<source>this session</source>
|
||||
<translation>questa sessione</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../eventmanager.cpp" line="300"/>
|
||||
<location filename="../eventmanager.cpp" line="304"/>
|
||||
<location filename="../eventmanager.cpp" line="302"/>
|
||||
<location filename="../eventmanager.cpp" line="306"/>
|
||||
<source>/s</source>
|
||||
<comment>/second (i.e. per second)</comment>
|
||||
<translation>/s</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../eventmanager.cpp" line="307"/>
|
||||
<location filename="../eventmanager.cpp" line="309"/>
|
||||
<source>Seeded for %1</source>
|
||||
<comment>e.g. Seeded for 3m10s</comment>
|
||||
<translation>Condiviso per %1</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../eventmanager.cpp" line="310"/>
|
||||
<location filename="../eventmanager.cpp" line="312"/>
|
||||
<source>%1 max</source>
|
||||
<comment>e.g. 10 max</comment>
|
||||
<translation>%1 max</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../eventmanager.cpp" line="385"/>
|
||||
<location filename="../eventmanager.cpp" line="394"/>
|
||||
<location filename="../eventmanager.cpp" line="387"/>
|
||||
<location filename="../eventmanager.cpp" line="396"/>
|
||||
<source>%1/s</source>
|
||||
<comment>e.g. 120 KiB/s</comment>
|
||||
<translation>%1/s</translation>
|
||||
|
@ -2684,10 +2689,22 @@ Sei sicuro di voler chiudere qBittorrent?</translation>
|
|||
<context>
|
||||
<name>HttpConnection</name>
|
||||
<message>
|
||||
<location filename="../httpconnection.cpp" line="136"/>
|
||||
<location filename="../httpconnection.cpp" line="137"/>
|
||||
<source>Your IP address has been banned after too many failed authentication attempts.</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../httpconnection.cpp" line="309"/>
|
||||
<source>D: %1/s - T: %2</source>
|
||||
<comment>Download speed: x KiB/s - Transferred: x MiB</comment>
|
||||
<translation type="unfinished">D: %1/s - T: %2</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../httpconnection.cpp" line="310"/>
|
||||
<source>U: %1/s - T: %2</source>
|
||||
<comment>Upload speed: x KiB/s - Transferred: x MiB</comment>
|
||||
<translation type="unfinished">U: %1/s - T: %2</translation>
|
||||
</message>
|
||||
</context>
|
||||
<context>
|
||||
<name>HttpServer</name>
|
||||
|
@ -4042,100 +4059,104 @@ QGroupBox {
|
|||
<translation type="obsolete">Dimensione</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../propertieswidget.cpp" line="519"/>
|
||||
<source>Priority</source>
|
||||
<translation type="obsolete">Priorità</translation>
|
||||
<translation type="unfinished">Priorità</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Ignored</source>
|
||||
<translation type="obsolete">Ignora</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../ui/propertieswidget.ui" line="1007"/>
|
||||
<source>Normal</source>
|
||||
<translation type="obsolete">Normale</translation>
|
||||
<translation type="unfinished">Normale</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../ui/propertieswidget.ui" line="1017"/>
|
||||
<source>Maximum</source>
|
||||
<translation type="obsolete">Massima</translation>
|
||||
<translation type="unfinished">Massima</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../ui/propertieswidget.ui" line="1012"/>
|
||||
<source>High</source>
|
||||
<translation type="obsolete">Alta</translation>
|
||||
<translation type="unfinished">Alta</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../propertieswidget.cpp" line="307"/>
|
||||
<location filename="../propertieswidget.cpp" line="308"/>
|
||||
<location filename="../propertieswidget.cpp" line="313"/>
|
||||
<location filename="../propertieswidget.cpp" line="314"/>
|
||||
<source>this session</source>
|
||||
<translation>questa sessione</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../propertieswidget.cpp" line="312"/>
|
||||
<location filename="../propertieswidget.cpp" line="316"/>
|
||||
<location filename="../propertieswidget.cpp" line="318"/>
|
||||
<location filename="../propertieswidget.cpp" line="322"/>
|
||||
<source>/s</source>
|
||||
<comment>/second (i.e. per second)</comment>
|
||||
<translation>/s</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../propertieswidget.cpp" line="319"/>
|
||||
<location filename="../propertieswidget.cpp" line="325"/>
|
||||
<source>Seeded for %1</source>
|
||||
<comment>e.g. Seeded for 3m10s</comment>
|
||||
<translation>Condiviso per %1</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../propertieswidget.cpp" line="323"/>
|
||||
<location filename="../propertieswidget.cpp" line="329"/>
|
||||
<source>%1 max</source>
|
||||
<comment>e.g. 10 max</comment>
|
||||
<translation>Max %1</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../propertieswidget.cpp" line="479"/>
|
||||
<location filename="../propertieswidget.cpp" line="500"/>
|
||||
<location filename="../propertieswidget.cpp" line="485"/>
|
||||
<location filename="../propertieswidget.cpp" line="506"/>
|
||||
<source>I/O Error</source>
|
||||
<translation type="unfinished">Errore I/O</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../propertieswidget.cpp" line="479"/>
|
||||
<location filename="../propertieswidget.cpp" line="485"/>
|
||||
<source>This file does not exist yet.</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../propertieswidget.cpp" line="500"/>
|
||||
<location filename="../propertieswidget.cpp" line="506"/>
|
||||
<source>This folder does not exist yet.</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../propertieswidget.cpp" line="509"/>
|
||||
<location filename="../propertieswidget.cpp" line="515"/>
|
||||
<source>Rename...</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../propertieswidget.cpp" line="529"/>
|
||||
<location filename="../propertieswidget.cpp" line="555"/>
|
||||
<source>Rename the file</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../propertieswidget.cpp" line="530"/>
|
||||
<location filename="../propertieswidget.cpp" line="556"/>
|
||||
<source>New name:</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../propertieswidget.cpp" line="534"/>
|
||||
<location filename="../propertieswidget.cpp" line="564"/>
|
||||
<location filename="../propertieswidget.cpp" line="560"/>
|
||||
<location filename="../propertieswidget.cpp" line="590"/>
|
||||
<source>The file could not be renamed</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../propertieswidget.cpp" line="535"/>
|
||||
<location filename="../propertieswidget.cpp" line="561"/>
|
||||
<source>This file name contains forbidden characters, please choose a different one.</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../propertieswidget.cpp" line="565"/>
|
||||
<location filename="../propertieswidget.cpp" line="603"/>
|
||||
<location filename="../propertieswidget.cpp" line="591"/>
|
||||
<location filename="../propertieswidget.cpp" line="629"/>
|
||||
<source>This name is already in use in this folder. Please use a different name.</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../propertieswidget.cpp" line="602"/>
|
||||
<location filename="../propertieswidget.cpp" line="628"/>
|
||||
<source>The folder could not be renamed</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
|
@ -4144,23 +4165,23 @@ QGroupBox {
|
|||
<translation type="obsolete">Nessuno - Irraggiungibile?</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../propertieswidget.cpp" line="639"/>
|
||||
<location filename="../propertieswidget.cpp" line="665"/>
|
||||
<source>New url seed</source>
|
||||
<comment>New HTTP source</comment>
|
||||
<translation>Nuovo seed web</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../propertieswidget.cpp" line="640"/>
|
||||
<location filename="../propertieswidget.cpp" line="666"/>
|
||||
<source>New url seed:</source>
|
||||
<translation>Nuovo seed web:</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../propertieswidget.cpp" line="645"/>
|
||||
<location filename="../propertieswidget.cpp" line="671"/>
|
||||
<source>qBittorrent</source>
|
||||
<translation>qBittorrent</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../propertieswidget.cpp" line="646"/>
|
||||
<location filename="../propertieswidget.cpp" line="672"/>
|
||||
<source>This url seed is already in the list.</source>
|
||||
<translation>Questo seed web è già nella lista.</translation>
|
||||
</message>
|
||||
|
@ -4169,18 +4190,18 @@ QGroupBox {
|
|||
<translation type="obsolete">La lista dei tracker non può essere vuota.</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../propertieswidget.cpp" line="691"/>
|
||||
<location filename="../propertieswidget.cpp" line="693"/>
|
||||
<location filename="../propertieswidget.cpp" line="717"/>
|
||||
<location filename="../propertieswidget.cpp" line="719"/>
|
||||
<source>Choose save path</source>
|
||||
<translation>Scegliere una directory di salvataggio</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../propertieswidget.cpp" line="700"/>
|
||||
<location filename="../propertieswidget.cpp" line="726"/>
|
||||
<source>Save path creation error</source>
|
||||
<translation>Errore nella creazione della directory di salvataggio</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../propertieswidget.cpp" line="700"/>
|
||||
<location filename="../propertieswidget.cpp" line="726"/>
|
||||
<source>Could not create the save path</source>
|
||||
<translation>Impossibile creare la directory di salvataggio</translation>
|
||||
</message>
|
||||
|
@ -5612,16 +5633,19 @@ Changelog:
|
|||
<translation type="obsolete">Ignora</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../ui/torrentadditiondlg.ui" line="338"/>
|
||||
<source>Normal</source>
|
||||
<translation type="obsolete">Normale</translation>
|
||||
<translation type="unfinished">Normale</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../ui/torrentadditiondlg.ui" line="343"/>
|
||||
<source>High</source>
|
||||
<translation type="obsolete">Alta</translation>
|
||||
<translation type="unfinished">Alta</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../ui/torrentadditiondlg.ui" line="348"/>
|
||||
<source>Maximum</source>
|
||||
<translation type="obsolete">Massima</translation>
|
||||
<translation type="unfinished">Massima</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../ui/torrentadditiondlg.ui" line="219"/>
|
||||
|
@ -6860,10 +6884,10 @@ Comunque, quei plugin sono stati disabilitati.</translation>
|
|||
<translation type="obsolete">Scegliere un file ipfilter.dat</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../options_imp.cpp" line="1409"/>
|
||||
<location filename="../options_imp.cpp" line="1411"/>
|
||||
<location filename="../options_imp.cpp" line="1423"/>
|
||||
<location filename="../options_imp.cpp" line="1425"/>
|
||||
<location filename="../options_imp.cpp" line="1437"/>
|
||||
<location filename="../options_imp.cpp" line="1439"/>
|
||||
<source>Choose a save directory</source>
|
||||
<translation>Scegliere una directory di salvataggio</translation>
|
||||
</message>
|
||||
|
@ -6879,12 +6903,18 @@ Comunque, quei plugin sono stati disabilitati.</translation>
|
|||
<message>
|
||||
<location filename="../options_imp.cpp" line="1394"/>
|
||||
<location filename="../options_imp.cpp" line="1396"/>
|
||||
<source>Choose export directory</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../options_imp.cpp" line="1408"/>
|
||||
<location filename="../options_imp.cpp" line="1410"/>
|
||||
<source>Choose an ip filter file</source>
|
||||
<translation>Scegliere un file ip filter</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../options_imp.cpp" line="1394"/>
|
||||
<location filename="../options_imp.cpp" line="1396"/>
|
||||
<location filename="../options_imp.cpp" line="1408"/>
|
||||
<location filename="../options_imp.cpp" line="1410"/>
|
||||
<source>Filters</source>
|
||||
<translation>Filtri</translation>
|
||||
</message>
|
||||
|
@ -7529,8 +7559,8 @@ Comunque, quei plugin sono stati disabilitati.</translation>
|
|||
<translation type="obsolete">Questo file è corrotto o non è un torrent.</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../torrentadditiondlg.h" line="388"/>
|
||||
<location filename="../torrentadditiondlg.h" line="390"/>
|
||||
<location filename="../torrentadditiondlg.h" line="406"/>
|
||||
<location filename="../torrentadditiondlg.h" line="408"/>
|
||||
<source>Choose save path</source>
|
||||
<translation>Scegliere una directory di salvataggio</translation>
|
||||
</message>
|
||||
|
@ -7558,96 +7588,96 @@ Comunque, quei plugin sono stati disabilitati.</translation>
|
|||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../torrentadditiondlg.h" line="265"/>
|
||||
<location filename="../torrentadditiondlg.h" line="283"/>
|
||||
<source>Rename the file</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../torrentadditiondlg.h" line="266"/>
|
||||
<location filename="../torrentadditiondlg.h" line="284"/>
|
||||
<source>New name:</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../torrentadditiondlg.h" line="270"/>
|
||||
<location filename="../torrentadditiondlg.h" line="296"/>
|
||||
<location filename="../torrentadditiondlg.h" line="288"/>
|
||||
<location filename="../torrentadditiondlg.h" line="314"/>
|
||||
<source>The file could not be renamed</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../torrentadditiondlg.h" line="271"/>
|
||||
<location filename="../torrentadditiondlg.h" line="289"/>
|
||||
<source>This file name contains forbidden characters, please choose a different one.</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../torrentadditiondlg.h" line="297"/>
|
||||
<location filename="../torrentadditiondlg.h" line="330"/>
|
||||
<location filename="../torrentadditiondlg.h" line="315"/>
|
||||
<location filename="../torrentadditiondlg.h" line="348"/>
|
||||
<source>This name is already in use in this folder. Please use a different name.</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../torrentadditiondlg.h" line="329"/>
|
||||
<location filename="../torrentadditiondlg.h" line="347"/>
|
||||
<source>The folder could not be renamed</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../torrentadditiondlg.h" line="371"/>
|
||||
<location filename="../torrentadditiondlg.h" line="389"/>
|
||||
<source>(%1 left after torrent download)</source>
|
||||
<comment>e.g. (100MiB left after torrent download)</comment>
|
||||
<translation>(%1 rimasti dopo il download del torrent)</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../torrentadditiondlg.h" line="374"/>
|
||||
<location filename="../torrentadditiondlg.h" line="392"/>
|
||||
<source>(%1 more are required to download)</source>
|
||||
<comment>e.g. (100MiB more are required to download)</comment>
|
||||
<translation>(%1 ancora per il download del torrent)</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../torrentadditiondlg.h" line="413"/>
|
||||
<location filename="../torrentadditiondlg.h" line="431"/>
|
||||
<source>Empty save path</source>
|
||||
<translation>Directory di salvataggio vuota</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../torrentadditiondlg.h" line="413"/>
|
||||
<location filename="../torrentadditiondlg.h" line="431"/>
|
||||
<source>Please enter a save path</source>
|
||||
<translation>Inserire per favore una directory di salvataggio</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../torrentadditiondlg.h" line="420"/>
|
||||
<location filename="../torrentadditiondlg.h" line="438"/>
|
||||
<source>Save path creation error</source>
|
||||
<translation>Errore nella creazione della directory di salvataggio</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../torrentadditiondlg.h" line="420"/>
|
||||
<location filename="../torrentadditiondlg.h" line="438"/>
|
||||
<source>Could not create the save path</source>
|
||||
<translation>Impossibile creare la directory di salvataggio</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../torrentadditiondlg.h" line="426"/>
|
||||
<location filename="../torrentadditiondlg.h" line="444"/>
|
||||
<source>Invalid label name</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../torrentadditiondlg.h" line="426"/>
|
||||
<location filename="../torrentadditiondlg.h" line="444"/>
|
||||
<source>Please don't use any special characters in the label name.</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../torrentadditiondlg.h" line="461"/>
|
||||
<location filename="../torrentadditiondlg.h" line="479"/>
|
||||
<source>Seeding mode error</source>
|
||||
<translation>Errore modalità upload</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../torrentadditiondlg.h" line="461"/>
|
||||
<location filename="../torrentadditiondlg.h" line="479"/>
|
||||
<source>You chose to skip file checking. However, local files do not seem to exist in the current destionation folder. Please disable this feature or update the save path.</source>
|
||||
<translation>Hai deciso di saltare il controllo dei file. Tuttavia, i file locali nella attuale cartella di destinazione sembrano non esistere. Per favore disattiva questa funzione o aggiorna il percorso di salvataggio.</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../torrentadditiondlg.h" line="468"/>
|
||||
<location filename="../torrentadditiondlg.h" line="486"/>
|
||||
<source>Invalid file selection</source>
|
||||
<translation>Selezione file non valida</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../torrentadditiondlg.h" line="468"/>
|
||||
<location filename="../torrentadditiondlg.h" line="486"/>
|
||||
<source>You must select at least one file in the torrent</source>
|
||||
<translation>Devi selezionare almeno un file nel torrent</translation>
|
||||
</message>
|
||||
|
@ -7664,8 +7694,9 @@ Comunque, quei plugin sono stati disabilitati.</translation>
|
|||
<translation type="obsolete">Avanzamento</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../torrentadditiondlg.h" line="249"/>
|
||||
<source>Priority</source>
|
||||
<translation type="obsolete">Priorità</translation>
|
||||
<translation type="unfinished">Priorità</translation>
|
||||
</message>
|
||||
</context>
|
||||
</TS>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue