mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2024-11-27 19:57:45 +03:00
- Fixed torrent permanent deletion from hd
- Updated Romanian translation
This commit is contained in:
parent
c1a8a58080
commit
ef7af6bad6
28 changed files with 1032 additions and 1031 deletions
2
TODO
2
TODO
|
@ -74,7 +74,7 @@ LANGUAGES UPDATED:
|
|||
- Korean *BETA6*
|
||||
- Greek *BETA6*
|
||||
- Dutch *BETA5*
|
||||
- Romanian *BETA5*
|
||||
- Romanian *OK*
|
||||
- Bulgarian *BETA6*
|
||||
|
||||
beta6->beta7 changelog:
|
||||
|
|
|
@ -141,9 +141,9 @@ class file {
|
|||
}
|
||||
bool success = true;
|
||||
file *f;
|
||||
qDebug("We have %d children", children.size());
|
||||
foreach(f, children) {
|
||||
success = success && f->removeFromFS(saveDir);
|
||||
success = false;
|
||||
success = f->removeFromFS(saveDir) && success;
|
||||
}
|
||||
if(is_dir) {
|
||||
qDebug("trying to remove directory: %s", full_path.toUtf8().data());
|
||||
|
@ -151,7 +151,7 @@ class file {
|
|||
dir.rmdir(full_path);
|
||||
} else {
|
||||
qDebug("trying to remove file: %s", full_path.toUtf8().data());
|
||||
success = success && QFile::remove(full_path);
|
||||
success = QFile::remove(full_path) && success;
|
||||
}
|
||||
return success;
|
||||
}
|
||||
|
|
|
@ -1303,7 +1303,7 @@ Copyright © 2006 на Christophe Dumez<br>
|
|||
<translation type="obsolete">kb/с</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../GUI.cpp" line="960"/>
|
||||
<location filename="../GUI.cpp" line="959"/>
|
||||
<source>Finished</source>
|
||||
<translation>Завършен</translation>
|
||||
</message>
|
||||
|
@ -1430,7 +1430,7 @@ Copyright © 2006 на Christophe Dumez<br>
|
|||
<translation type="obsolete"> qBittorrent</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../GUI.cpp" line="1181"/>
|
||||
<location filename="../GUI.cpp" line="1180"/>
|
||||
<source>qBittorrent</source>
|
||||
<translation>qBittorrent</translation>
|
||||
</message>
|
||||
|
@ -1770,17 +1770,17 @@ Please close the other one first.</source>
|
|||
<translation>qBittorrent %1</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../GUI.cpp" line="1204"/>
|
||||
<location filename="../GUI.cpp" line="1203"/>
|
||||
<source>Connection status:</source>
|
||||
<translation>Състояние на връзката:</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../GUI.cpp" line="1204"/>
|
||||
<location filename="../GUI.cpp" line="1203"/>
|
||||
<source>Offline</source>
|
||||
<translation>Извън мрежата</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../GUI.cpp" line="1204"/>
|
||||
<location filename="../GUI.cpp" line="1203"/>
|
||||
<source>No peers found...</source>
|
||||
<translation>Няма връзки...</translation>
|
||||
</message>
|
||||
|
@ -1845,13 +1845,13 @@ Please close the other one first.</source>
|
|||
<translation type="obsolete">qBittorrent %1 стартиран.</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../GUI.cpp" line="1184"/>
|
||||
<location filename="../GUI.cpp" line="1183"/>
|
||||
<source>DL speed: %1 KiB/s</source>
|
||||
<comment>e.g: Download speed: 10 KiB/s</comment>
|
||||
<translation>DL Скорост %1 KB/с</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../GUI.cpp" line="1187"/>
|
||||
<location filename="../GUI.cpp" line="1186"/>
|
||||
<source>UP speed: %1 KiB/s</source>
|
||||
<comment>e.g: Upload speed: 10 KiB/s</comment>
|
||||
<translation>UL Скорост %1 KB/с</translation>
|
||||
|
@ -1922,12 +1922,12 @@ Please close the other one first.</source>
|
|||
<translation type="obsolete">Прослушване на порт: %1</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../GUI.cpp" line="1030"/>
|
||||
<location filename="../GUI.cpp" line="1029"/>
|
||||
<source>All downloads were paused.</source>
|
||||
<translation>Всички сваляния са в пауза.</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../GUI.cpp" line="1053"/>
|
||||
<location filename="../GUI.cpp" line="1052"/>
|
||||
<source>'%1' paused.</source>
|
||||
<comment>xxx.avi paused.</comment>
|
||||
<translation>'%1' е в пауза.</translation>
|
||||
|
@ -1939,12 +1939,12 @@ Please close the other one first.</source>
|
|||
<translation type="obsolete">Свързване...</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../GUI.cpp" line="1099"/>
|
||||
<location filename="../GUI.cpp" line="1098"/>
|
||||
<source>All downloads were resumed.</source>
|
||||
<translation>Всички сваляния са възстановени.</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../GUI.cpp" line="1122"/>
|
||||
<location filename="../GUI.cpp" line="1121"/>
|
||||
<source>'%1' resumed.</source>
|
||||
<comment>e.g: xxx.avi resumed.</comment>
|
||||
<translation>'%1' бе възстановен.</translation>
|
||||
|
@ -1974,23 +1974,23 @@ Please close the other one first.</source>
|
|||
<translation type="obsolete">Намерена грешка (пълен диск?), '%1' е в пауза.</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../GUI.cpp" line="1200"/>
|
||||
<location filename="../GUI.cpp" line="1199"/>
|
||||
<source>Connection Status:</source>
|
||||
<translation>Състояние на връзката:</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../GUI.cpp" line="1195"/>
|
||||
<location filename="../GUI.cpp" line="1194"/>
|
||||
<source>Online</source>
|
||||
<translation>Свързан</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../GUI.cpp" line="1200"/>
|
||||
<location filename="../GUI.cpp" line="1199"/>
|
||||
<source>Firewalled?</source>
|
||||
<comment>i.e: Behind a firewall/router?</comment>
|
||||
<translation>Проблем с Firewall-а?</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../GUI.cpp" line="1200"/>
|
||||
<location filename="../GUI.cpp" line="1199"/>
|
||||
<source>No incoming connections...</source>
|
||||
<translation>Няма входящи връзки...</translation>
|
||||
</message>
|
||||
|
@ -2028,38 +2028,38 @@ Please close the other one first.</source>
|
|||
<translation>Намерена грешка (пълен диск?), '%1' е в пауза.</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../GUI.cpp" line="140"/>
|
||||
<location filename="../GUI.cpp" line="144"/>
|
||||
<source>Search</source>
|
||||
<translation>Търси</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../GUI.cpp" line="144"/>
|
||||
<location filename="../GUI.cpp" line="148"/>
|
||||
<source>RSS</source>
|
||||
<translation>RSS</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../GUI.cpp" line="816"/>
|
||||
<location filename="../GUI.cpp" line="815"/>
|
||||
<source>qBittorrent is bind to port: %1</source>
|
||||
<comment>e.g: qBittorrent is bind to port: 1666</comment>
|
||||
<translation>qBittorrent е свързан с порт: %1</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../GUI.cpp" line="890"/>
|
||||
<location filename="../GUI.cpp" line="889"/>
|
||||
<source>DHT support [ON], port: %1</source>
|
||||
<translation>DHT поддръжка [ВКЛ], порт: %1</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../GUI.cpp" line="895"/>
|
||||
<location filename="../GUI.cpp" line="894"/>
|
||||
<source>DHT support [OFF]</source>
|
||||
<translation>DHT поддръжка [ИЗКЛ]</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../GUI.cpp" line="899"/>
|
||||
<location filename="../GUI.cpp" line="898"/>
|
||||
<source>PeX support [ON]</source>
|
||||
<translation>PeX поддръжка [ВКЛ]</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../GUI.cpp" line="903"/>
|
||||
<location filename="../GUI.cpp" line="902"/>
|
||||
<source>PeX support [OFF]</source>
|
||||
<translation>PeX поддръжка [ИЗКЛ]</translation>
|
||||
</message>
|
||||
|
@ -2071,7 +2071,7 @@ Are you sure you want to quit qBittorrent?</source>
|
|||
Сигурни ли сте че искате да напуснете qBittorrent?</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../GUI.cpp" line="956"/>
|
||||
<location filename="../GUI.cpp" line="955"/>
|
||||
<source>Downloads</source>
|
||||
<translation>Сваляне</translation>
|
||||
</message>
|
||||
|
@ -2081,22 +2081,22 @@ Are you sure you want to quit qBittorrent?</source>
|
|||
<translation>Сигурни ли сте че искате да изтриете избраните файлове от списъка на завършените сваляния?</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../GUI.cpp" line="838"/>
|
||||
<location filename="../GUI.cpp" line="837"/>
|
||||
<source>UPnP support [ON]</source>
|
||||
<translation>UPnP поддръжка [ВКЛ]</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../GUI.cpp" line="923"/>
|
||||
<location filename="../GUI.cpp" line="922"/>
|
||||
<source>Encryption support [ON]</source>
|
||||
<translation>Поддръжка кодиране [ВКЛ]</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../GUI.cpp" line="928"/>
|
||||
<location filename="../GUI.cpp" line="927"/>
|
||||
<source>Encryption support [FORCED]</source>
|
||||
<translation>Поддръжка кодиране [ФОРСИРАНА]</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../GUI.cpp" line="933"/>
|
||||
<location filename="../GUI.cpp" line="932"/>
|
||||
<source>Encryption support [OFF]</source>
|
||||
<translation>Поддръжка кодиране [ИЗКЛ]</translation>
|
||||
</message>
|
||||
|
@ -2157,27 +2157,27 @@ Are you sure you want to quit qBittorrent?</source>
|
|||
<translation>Ctrl+F</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../GUI.cpp" line="841"/>
|
||||
<location filename="../GUI.cpp" line="840"/>
|
||||
<source>UPnP support [OFF]</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../GUI.cpp" line="846"/>
|
||||
<location filename="../GUI.cpp" line="845"/>
|
||||
<source>NAT-PMP support [ON]</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../GUI.cpp" line="849"/>
|
||||
<location filename="../GUI.cpp" line="848"/>
|
||||
<source>NAT-PMP support [OFF]</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../GUI.cpp" line="908"/>
|
||||
<location filename="../GUI.cpp" line="907"/>
|
||||
<source>Local Peer Discovery [ON]</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../GUI.cpp" line="911"/>
|
||||
<location filename="../GUI.cpp" line="910"/>
|
||||
<source>Local Peer Discovery support [OFF]</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
|
@ -2188,7 +2188,7 @@ Are you sure you want to quit qBittorrent?</source>
|
|||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../GUI.cpp" line="1160"/>
|
||||
<location filename="../GUI.cpp" line="1159"/>
|
||||
<source>qBittorrent %1 (DL: %2KiB/s, UP: %3KiB/s)</source>
|
||||
<comment>%1 is qBittorrent version</comment>
|
||||
<translation type="unfinished"></translation>
|
||||
|
|
|
@ -1191,7 +1191,7 @@ Copyright © 2006 by Christophe Dumez<br>
|
|||
<translation type="obsolete"> iniciat.</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../GUI.cpp" line="1181"/>
|
||||
<location filename="../GUI.cpp" line="1180"/>
|
||||
<source>qBittorrent</source>
|
||||
<translation type="unfinished">qBittorrent</translation>
|
||||
</message>
|
||||
|
@ -1371,7 +1371,7 @@ Copyright © 2006 by Christophe Dumez<br>
|
|||
<translation type="obsolete">/s</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../GUI.cpp" line="960"/>
|
||||
<location filename="../GUI.cpp" line="959"/>
|
||||
<source>Finished</source>
|
||||
<translation type="unfinished">Finalitzat</translation>
|
||||
</message>
|
||||
|
@ -1728,17 +1728,17 @@ Si et plau tanca l'altre primer.</translation>
|
|||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../GUI.cpp" line="1204"/>
|
||||
<location filename="../GUI.cpp" line="1203"/>
|
||||
<source>Connection status:</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../GUI.cpp" line="1204"/>
|
||||
<location filename="../GUI.cpp" line="1203"/>
|
||||
<source>Offline</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../GUI.cpp" line="1204"/>
|
||||
<location filename="../GUI.cpp" line="1203"/>
|
||||
<source>No peers found...</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
|
@ -1791,13 +1791,13 @@ Si et plau tanca l'altre primer.</translation>
|
|||
<translation type="obsolete">Leechers</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../GUI.cpp" line="1184"/>
|
||||
<location filename="../GUI.cpp" line="1183"/>
|
||||
<source>DL speed: %1 KiB/s</source>
|
||||
<comment>e.g: Download speed: 10 KiB/s</comment>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../GUI.cpp" line="1187"/>
|
||||
<location filename="../GUI.cpp" line="1186"/>
|
||||
<source>UP speed: %1 KiB/s</source>
|
||||
<comment>e.g: Upload speed: 10 KiB/s</comment>
|
||||
<translation type="unfinished"></translation>
|
||||
|
@ -1832,12 +1832,12 @@ Si et plau tanca l'altre primer.</translation>
|
|||
<translation type="obsolete">Res</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../GUI.cpp" line="1030"/>
|
||||
<location filename="../GUI.cpp" line="1029"/>
|
||||
<source>All downloads were paused.</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../GUI.cpp" line="1053"/>
|
||||
<location filename="../GUI.cpp" line="1052"/>
|
||||
<source>'%1' paused.</source>
|
||||
<comment>xxx.avi paused.</comment>
|
||||
<translation type="unfinished"></translation>
|
||||
|
@ -1849,12 +1849,12 @@ Si et plau tanca l'altre primer.</translation>
|
|||
<translation type="obsolete">Conectant...</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../GUI.cpp" line="1099"/>
|
||||
<location filename="../GUI.cpp" line="1098"/>
|
||||
<source>All downloads were resumed.</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../GUI.cpp" line="1122"/>
|
||||
<location filename="../GUI.cpp" line="1121"/>
|
||||
<source>'%1' resumed.</source>
|
||||
<comment>e.g: xxx.avi resumed.</comment>
|
||||
<translation type="unfinished"></translation>
|
||||
|
@ -1878,23 +1878,23 @@ Si et plau tanca l'altre primer.</translation>
|
|||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../GUI.cpp" line="1200"/>
|
||||
<location filename="../GUI.cpp" line="1199"/>
|
||||
<source>Connection Status:</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../GUI.cpp" line="1195"/>
|
||||
<location filename="../GUI.cpp" line="1194"/>
|
||||
<source>Online</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../GUI.cpp" line="1200"/>
|
||||
<location filename="../GUI.cpp" line="1199"/>
|
||||
<source>Firewalled?</source>
|
||||
<comment>i.e: Behind a firewall/router?</comment>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../GUI.cpp" line="1200"/>
|
||||
<location filename="../GUI.cpp" line="1199"/>
|
||||
<source>No incoming connections...</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
|
@ -1911,38 +1911,38 @@ Si et plau tanca l'altre primer.</translation>
|
|||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../GUI.cpp" line="140"/>
|
||||
<location filename="../GUI.cpp" line="144"/>
|
||||
<source>Search</source>
|
||||
<translation type="unfinished">Cercar</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../GUI.cpp" line="144"/>
|
||||
<location filename="../GUI.cpp" line="148"/>
|
||||
<source>RSS</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../GUI.cpp" line="816"/>
|
||||
<location filename="../GUI.cpp" line="815"/>
|
||||
<source>qBittorrent is bind to port: %1</source>
|
||||
<comment>e.g: qBittorrent is bind to port: 1666</comment>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../GUI.cpp" line="890"/>
|
||||
<location filename="../GUI.cpp" line="889"/>
|
||||
<source>DHT support [ON], port: %1</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../GUI.cpp" line="895"/>
|
||||
<location filename="../GUI.cpp" line="894"/>
|
||||
<source>DHT support [OFF]</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../GUI.cpp" line="899"/>
|
||||
<location filename="../GUI.cpp" line="898"/>
|
||||
<source>PeX support [ON]</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../GUI.cpp" line="903"/>
|
||||
<location filename="../GUI.cpp" line="902"/>
|
||||
<source>PeX support [OFF]</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
|
@ -1953,7 +1953,7 @@ Are you sure you want to quit qBittorrent?</source>
|
|||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../GUI.cpp" line="956"/>
|
||||
<location filename="../GUI.cpp" line="955"/>
|
||||
<source>Downloads</source>
|
||||
<translation type="unfinished">Descarregues</translation>
|
||||
</message>
|
||||
|
@ -1963,22 +1963,22 @@ Are you sure you want to quit qBittorrent?</source>
|
|||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../GUI.cpp" line="838"/>
|
||||
<location filename="../GUI.cpp" line="837"/>
|
||||
<source>UPnP support [ON]</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../GUI.cpp" line="923"/>
|
||||
<location filename="../GUI.cpp" line="922"/>
|
||||
<source>Encryption support [ON]</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../GUI.cpp" line="928"/>
|
||||
<location filename="../GUI.cpp" line="927"/>
|
||||
<source>Encryption support [FORCED]</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../GUI.cpp" line="933"/>
|
||||
<location filename="../GUI.cpp" line="932"/>
|
||||
<source>Encryption support [OFF]</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
|
@ -2039,27 +2039,27 @@ Are you sure you want to quit qBittorrent?</source>
|
|||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../GUI.cpp" line="841"/>
|
||||
<location filename="../GUI.cpp" line="840"/>
|
||||
<source>UPnP support [OFF]</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../GUI.cpp" line="846"/>
|
||||
<location filename="../GUI.cpp" line="845"/>
|
||||
<source>NAT-PMP support [ON]</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../GUI.cpp" line="849"/>
|
||||
<location filename="../GUI.cpp" line="848"/>
|
||||
<source>NAT-PMP support [OFF]</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../GUI.cpp" line="908"/>
|
||||
<location filename="../GUI.cpp" line="907"/>
|
||||
<source>Local Peer Discovery [ON]</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../GUI.cpp" line="911"/>
|
||||
<location filename="../GUI.cpp" line="910"/>
|
||||
<source>Local Peer Discovery support [OFF]</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
|
@ -2070,7 +2070,7 @@ Are you sure you want to quit qBittorrent?</source>
|
|||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../GUI.cpp" line="1160"/>
|
||||
<location filename="../GUI.cpp" line="1159"/>
|
||||
<source>qBittorrent %1 (DL: %2KiB/s, UP: %3KiB/s)</source>
|
||||
<comment>%1 is qBittorrent version</comment>
|
||||
<translation type="unfinished"></translation>
|
||||
|
|
|
@ -1179,17 +1179,17 @@ Luk venglist denne først.</translation>
|
|||
<translation>qBittorrent %1</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../GUI.cpp" line="1204"/>
|
||||
<location filename="../GUI.cpp" line="1203"/>
|
||||
<source>Connection status:</source>
|
||||
<translation>Forbindelses status:</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../GUI.cpp" line="1204"/>
|
||||
<location filename="../GUI.cpp" line="1203"/>
|
||||
<source>Offline</source>
|
||||
<translation>Offline</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../GUI.cpp" line="1204"/>
|
||||
<location filename="../GUI.cpp" line="1203"/>
|
||||
<source>No peers found...</source>
|
||||
<translation>Ingen kilder fundet...</translation>
|
||||
</message>
|
||||
|
@ -1254,18 +1254,18 @@ Luk venglist denne først.</translation>
|
|||
<translation type="obsolete">qBittorrent %1 startet.</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../GUI.cpp" line="1181"/>
|
||||
<location filename="../GUI.cpp" line="1180"/>
|
||||
<source>qBittorrent</source>
|
||||
<translation>qBittorrent</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../GUI.cpp" line="1184"/>
|
||||
<location filename="../GUI.cpp" line="1183"/>
|
||||
<source>DL speed: %1 KiB/s</source>
|
||||
<comment>e.g: Download speed: 10 KiB/s</comment>
|
||||
<translation>DL hastighed: %1 KB/s</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../GUI.cpp" line="1187"/>
|
||||
<location filename="../GUI.cpp" line="1186"/>
|
||||
<source>UP speed: %1 KiB/s</source>
|
||||
<comment>e.g: Upload speed: 10 KiB/s</comment>
|
||||
<translation>UP hastighed: %1 KB/s</translation>
|
||||
|
@ -1336,12 +1336,12 @@ Luk venglist denne først.</translation>
|
|||
<translation type="obsolete">Lytter på port: %1</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../GUI.cpp" line="1030"/>
|
||||
<location filename="../GUI.cpp" line="1029"/>
|
||||
<source>All downloads were paused.</source>
|
||||
<translation>Alle downloads blev sat på pause.</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../GUI.cpp" line="1053"/>
|
||||
<location filename="../GUI.cpp" line="1052"/>
|
||||
<source>'%1' paused.</source>
|
||||
<comment>xxx.avi paused.</comment>
|
||||
<translation>'%1' blev sat på pause.</translation>
|
||||
|
@ -1353,12 +1353,12 @@ Luk venglist denne først.</translation>
|
|||
<translation type="obsolete">Forbinder...</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../GUI.cpp" line="1099"/>
|
||||
<location filename="../GUI.cpp" line="1098"/>
|
||||
<source>All downloads were resumed.</source>
|
||||
<translation>Alle downloads fortsættes.</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../GUI.cpp" line="1122"/>
|
||||
<location filename="../GUI.cpp" line="1121"/>
|
||||
<source>'%1' resumed.</source>
|
||||
<comment>e.g: xxx.avi resumed.</comment>
|
||||
<translation>'%1' fortsat.</translation>
|
||||
|
@ -1382,23 +1382,23 @@ Luk venglist denne først.</translation>
|
|||
<translation>Der opstod en fejl under forsøget på at skrive %1. Disken er måske fuld, downloaden er sat på pause</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../GUI.cpp" line="1200"/>
|
||||
<location filename="../GUI.cpp" line="1199"/>
|
||||
<source>Connection Status:</source>
|
||||
<translation>Forbindelses Status:</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../GUI.cpp" line="1195"/>
|
||||
<location filename="../GUI.cpp" line="1194"/>
|
||||
<source>Online</source>
|
||||
<translation>Online</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../GUI.cpp" line="1200"/>
|
||||
<location filename="../GUI.cpp" line="1199"/>
|
||||
<source>Firewalled?</source>
|
||||
<comment>i.e: Behind a firewall/router?</comment>
|
||||
<translation>Bag en Firewall?</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../GUI.cpp" line="1200"/>
|
||||
<location filename="../GUI.cpp" line="1199"/>
|
||||
<source>No incoming connections...</source>
|
||||
<translation>Ingen indkommende forbindelser...</translation>
|
||||
</message>
|
||||
|
@ -1436,38 +1436,38 @@ Luk venglist denne først.</translation>
|
|||
<translation>Der opstod en fejl (fuld disk?), '%1' sat på pause.</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../GUI.cpp" line="140"/>
|
||||
<location filename="../GUI.cpp" line="144"/>
|
||||
<source>Search</source>
|
||||
<translation type="unfinished">Søg</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../GUI.cpp" line="144"/>
|
||||
<location filename="../GUI.cpp" line="148"/>
|
||||
<source>RSS</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../GUI.cpp" line="816"/>
|
||||
<location filename="../GUI.cpp" line="815"/>
|
||||
<source>qBittorrent is bind to port: %1</source>
|
||||
<comment>e.g: qBittorrent is bind to port: 1666</comment>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../GUI.cpp" line="890"/>
|
||||
<location filename="../GUI.cpp" line="889"/>
|
||||
<source>DHT support [ON], port: %1</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../GUI.cpp" line="895"/>
|
||||
<location filename="../GUI.cpp" line="894"/>
|
||||
<source>DHT support [OFF]</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../GUI.cpp" line="899"/>
|
||||
<location filename="../GUI.cpp" line="898"/>
|
||||
<source>PeX support [ON]</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../GUI.cpp" line="903"/>
|
||||
<location filename="../GUI.cpp" line="902"/>
|
||||
<source>PeX support [OFF]</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
|
@ -1478,12 +1478,12 @@ Are you sure you want to quit qBittorrent?</source>
|
|||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../GUI.cpp" line="956"/>
|
||||
<location filename="../GUI.cpp" line="955"/>
|
||||
<source>Downloads</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../GUI.cpp" line="960"/>
|
||||
<location filename="../GUI.cpp" line="959"/>
|
||||
<source>Finished</source>
|
||||
<translation type="unfinished">Færdig</translation>
|
||||
</message>
|
||||
|
@ -1493,22 +1493,22 @@ Are you sure you want to quit qBittorrent?</source>
|
|||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../GUI.cpp" line="838"/>
|
||||
<location filename="../GUI.cpp" line="837"/>
|
||||
<source>UPnP support [ON]</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../GUI.cpp" line="923"/>
|
||||
<location filename="../GUI.cpp" line="922"/>
|
||||
<source>Encryption support [ON]</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../GUI.cpp" line="928"/>
|
||||
<location filename="../GUI.cpp" line="927"/>
|
||||
<source>Encryption support [FORCED]</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../GUI.cpp" line="933"/>
|
||||
<location filename="../GUI.cpp" line="932"/>
|
||||
<source>Encryption support [OFF]</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
|
@ -1569,27 +1569,27 @@ Are you sure you want to quit qBittorrent?</source>
|
|||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../GUI.cpp" line="841"/>
|
||||
<location filename="../GUI.cpp" line="840"/>
|
||||
<source>UPnP support [OFF]</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../GUI.cpp" line="846"/>
|
||||
<location filename="../GUI.cpp" line="845"/>
|
||||
<source>NAT-PMP support [ON]</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../GUI.cpp" line="849"/>
|
||||
<location filename="../GUI.cpp" line="848"/>
|
||||
<source>NAT-PMP support [OFF]</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../GUI.cpp" line="908"/>
|
||||
<location filename="../GUI.cpp" line="907"/>
|
||||
<source>Local Peer Discovery [ON]</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../GUI.cpp" line="911"/>
|
||||
<location filename="../GUI.cpp" line="910"/>
|
||||
<source>Local Peer Discovery support [OFF]</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
|
@ -1600,7 +1600,7 @@ Are you sure you want to quit qBittorrent?</source>
|
|||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../GUI.cpp" line="1160"/>
|
||||
<location filename="../GUI.cpp" line="1159"/>
|
||||
<source>qBittorrent %1 (DL: %2KiB/s, UP: %3KiB/s)</source>
|
||||
<comment>%1 is qBittorrent version</comment>
|
||||
<translation type="unfinished"></translation>
|
||||
|
|
|
@ -1194,7 +1194,7 @@ Copyright (c) 2006 Christophe Dumez<br>
|
|||
<translation type="obsolete"> :: By Christophe Dumez :: Copyright (c) 2006</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../GUI.cpp" line="1181"/>
|
||||
<location filename="../GUI.cpp" line="1180"/>
|
||||
<source>qBittorrent</source>
|
||||
<translation>qBittorrent</translation>
|
||||
</message>
|
||||
|
@ -1373,7 +1373,7 @@ Copyright (c) 2006 Christophe Dumez<br>
|
|||
<translation type="obsolete"> <b>qBittorrent</b><br>DL Geschwindigkeit:</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../GUI.cpp" line="960"/>
|
||||
<location filename="../GUI.cpp" line="959"/>
|
||||
<source>Finished</source>
|
||||
<translation>Beendet</translation>
|
||||
</message>
|
||||
|
@ -1716,17 +1716,17 @@ Bitte schliessen Sie diesen zuerst.</translation>
|
|||
<translation>qBittorrent %1</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../GUI.cpp" line="1204"/>
|
||||
<location filename="../GUI.cpp" line="1203"/>
|
||||
<source>Connection status:</source>
|
||||
<translation>Verbindungs Status:</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../GUI.cpp" line="1204"/>
|
||||
<location filename="../GUI.cpp" line="1203"/>
|
||||
<source>Offline</source>
|
||||
<translation>Offline</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../GUI.cpp" line="1204"/>
|
||||
<location filename="../GUI.cpp" line="1203"/>
|
||||
<source>No peers found...</source>
|
||||
<translation>Keine Peers gefunden...</translation>
|
||||
</message>
|
||||
|
@ -1791,13 +1791,13 @@ Bitte schliessen Sie diesen zuerst.</translation>
|
|||
<translation type="obsolete">qBittorrent %1 gestartet.</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../GUI.cpp" line="1184"/>
|
||||
<location filename="../GUI.cpp" line="1183"/>
|
||||
<source>DL speed: %1 KiB/s</source>
|
||||
<comment>e.g: Download speed: 10 KiB/s</comment>
|
||||
<translation>DL Geschwindigkeit: %1 KB/s</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../GUI.cpp" line="1187"/>
|
||||
<location filename="../GUI.cpp" line="1186"/>
|
||||
<source>UP speed: %1 KiB/s</source>
|
||||
<comment>e.g: Upload speed: 10 KiB/s</comment>
|
||||
<translation>UP Geschwindigkeit: %1 KiB/s</translation>
|
||||
|
@ -1868,12 +1868,12 @@ Bitte schliessen Sie diesen zuerst.</translation>
|
|||
<translation type="obsolete">Lausche auf Port: %1</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../GUI.cpp" line="1030"/>
|
||||
<location filename="../GUI.cpp" line="1029"/>
|
||||
<source>All downloads were paused.</source>
|
||||
<translation>Alle Downloads wurden angehalten.</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../GUI.cpp" line="1053"/>
|
||||
<location filename="../GUI.cpp" line="1052"/>
|
||||
<source>'%1' paused.</source>
|
||||
<comment>xxx.avi paused.</comment>
|
||||
<translation>'%1' angehalten.</translation>
|
||||
|
@ -1885,12 +1885,12 @@ Bitte schliessen Sie diesen zuerst.</translation>
|
|||
<translation type="obsolete">Verbinde...</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../GUI.cpp" line="1099"/>
|
||||
<location filename="../GUI.cpp" line="1098"/>
|
||||
<source>All downloads were resumed.</source>
|
||||
<translation>Alle Downloads wurden fortgesetzt.</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../GUI.cpp" line="1122"/>
|
||||
<location filename="../GUI.cpp" line="1121"/>
|
||||
<source>'%1' resumed.</source>
|
||||
<comment>e.g: xxx.avi resumed.</comment>
|
||||
<translation>'%1' fortgesetzt.</translation>
|
||||
|
@ -1920,23 +1920,23 @@ Bitte schliessen Sie diesen zuerst.</translation>
|
|||
<translation type="obsolete">Ein Fehler ist aufgetreten (Festplatte voll?), '%1' angehalten.</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../GUI.cpp" line="1200"/>
|
||||
<location filename="../GUI.cpp" line="1199"/>
|
||||
<source>Connection Status:</source>
|
||||
<translation>Verbindungs-Status:</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../GUI.cpp" line="1195"/>
|
||||
<location filename="../GUI.cpp" line="1194"/>
|
||||
<source>Online</source>
|
||||
<translation>Online</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../GUI.cpp" line="1200"/>
|
||||
<location filename="../GUI.cpp" line="1199"/>
|
||||
<source>Firewalled?</source>
|
||||
<comment>i.e: Behind a firewall/router?</comment>
|
||||
<translation>Hinter einer Firewall/Router?</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../GUI.cpp" line="1200"/>
|
||||
<location filename="../GUI.cpp" line="1199"/>
|
||||
<source>No incoming connections...</source>
|
||||
<translation>Keine eingehenden Verbindungen...</translation>
|
||||
</message>
|
||||
|
@ -1974,38 +1974,38 @@ Bitte schliessen Sie diesen zuerst.</translation>
|
|||
<translation>Ein Fehler ist aufgetreten (Festplatte voll?), '%1' angehalten.</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../GUI.cpp" line="140"/>
|
||||
<location filename="../GUI.cpp" line="144"/>
|
||||
<source>Search</source>
|
||||
<translation>Suche</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../GUI.cpp" line="144"/>
|
||||
<location filename="../GUI.cpp" line="148"/>
|
||||
<source>RSS</source>
|
||||
<translation>RSS</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../GUI.cpp" line="816"/>
|
||||
<location filename="../GUI.cpp" line="815"/>
|
||||
<source>qBittorrent is bind to port: %1</source>
|
||||
<comment>e.g: qBittorrent is bind to port: 1666</comment>
|
||||
<translation>qBittorrent lauscht auf Port: %1</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../GUI.cpp" line="890"/>
|
||||
<location filename="../GUI.cpp" line="889"/>
|
||||
<source>DHT support [ON], port: %1</source>
|
||||
<translation>DHT Unterstützung [Aktiviert], port: %1</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../GUI.cpp" line="895"/>
|
||||
<location filename="../GUI.cpp" line="894"/>
|
||||
<source>DHT support [OFF]</source>
|
||||
<translation>DHT Unterstützung [Deaktiviert]</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../GUI.cpp" line="899"/>
|
||||
<location filename="../GUI.cpp" line="898"/>
|
||||
<source>PeX support [ON]</source>
|
||||
<translation>PeX Unterstützung [Aktiviert]</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../GUI.cpp" line="903"/>
|
||||
<location filename="../GUI.cpp" line="902"/>
|
||||
<source>PeX support [OFF]</source>
|
||||
<translation>PeX Unterstützung [Deaktiviert]</translation>
|
||||
</message>
|
||||
|
@ -2017,7 +2017,7 @@ Are you sure you want to quit qBittorrent?</source>
|
|||
Möchten sie qBittorrent wirklich beenden?</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../GUI.cpp" line="956"/>
|
||||
<location filename="../GUI.cpp" line="955"/>
|
||||
<source>Downloads</source>
|
||||
<translation>Downloads</translation>
|
||||
</message>
|
||||
|
@ -2032,7 +2032,7 @@ Möchten sie qBittorrent wirklich beenden?</translation>
|
|||
<translation>Wollen Sie wirklich die ausgewählten Elemente aus der Beendet Liste löschen?</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../GUI.cpp" line="838"/>
|
||||
<location filename="../GUI.cpp" line="837"/>
|
||||
<source>UPnP support [ON]</source>
|
||||
<translation>UPNP Unterstützung [Aktiviert]</translation>
|
||||
</message>
|
||||
|
@ -2042,17 +2042,17 @@ Möchten sie qBittorrent wirklich beenden?</translation>
|
|||
<translation type="obsolete">ACHTUNG! Die Verbreitung von urheberrechlich geschütztem Material ist gegen das Gesetz.</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../GUI.cpp" line="923"/>
|
||||
<location filename="../GUI.cpp" line="922"/>
|
||||
<source>Encryption support [ON]</source>
|
||||
<translation>Verschlüsselung Unterstützung [Aktiviert]</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../GUI.cpp" line="928"/>
|
||||
<location filename="../GUI.cpp" line="927"/>
|
||||
<source>Encryption support [FORCED]</source>
|
||||
<translation>Verschlüsselung Unterstützung [Erzwungen]</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../GUI.cpp" line="933"/>
|
||||
<location filename="../GUI.cpp" line="932"/>
|
||||
<source>Encryption support [OFF]</source>
|
||||
<translation>Verschlüsselungs-Unterstützung [Deaktiviert]</translation>
|
||||
</message>
|
||||
|
@ -2140,27 +2140,27 @@ Möchten sie qBittorrent wirklich beenden?</translation>
|
|||
<translation>Strg+F</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../GUI.cpp" line="841"/>
|
||||
<location filename="../GUI.cpp" line="840"/>
|
||||
<source>UPnP support [OFF]</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../GUI.cpp" line="846"/>
|
||||
<location filename="../GUI.cpp" line="845"/>
|
||||
<source>NAT-PMP support [ON]</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../GUI.cpp" line="849"/>
|
||||
<location filename="../GUI.cpp" line="848"/>
|
||||
<source>NAT-PMP support [OFF]</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../GUI.cpp" line="908"/>
|
||||
<location filename="../GUI.cpp" line="907"/>
|
||||
<source>Local Peer Discovery [ON]</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../GUI.cpp" line="911"/>
|
||||
<location filename="../GUI.cpp" line="910"/>
|
||||
<source>Local Peer Discovery support [OFF]</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
|
@ -2171,7 +2171,7 @@ Möchten sie qBittorrent wirklich beenden?</translation>
|
|||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../GUI.cpp" line="1160"/>
|
||||
<location filename="../GUI.cpp" line="1159"/>
|
||||
<source>qBittorrent %1 (DL: %2KiB/s, UP: %3KiB/s)</source>
|
||||
<comment>%1 is qBittorrent version</comment>
|
||||
<translation type="unfinished"></translation>
|
||||
|
|
|
@ -1315,7 +1315,7 @@ Copyright © 2006 από τον Christophe Dumez<br>
|
|||
<translation type="obsolete">kb/s</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../GUI.cpp" line="960"/>
|
||||
<location filename="../GUI.cpp" line="959"/>
|
||||
<source>Finished</source>
|
||||
<translation>Τελείωσε</translation>
|
||||
</message>
|
||||
|
@ -1442,7 +1442,7 @@ Copyright © 2006 από τον Christophe Dumez<br>
|
|||
<translation type="obsolete"> qBittorrent</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../GUI.cpp" line="1181"/>
|
||||
<location filename="../GUI.cpp" line="1180"/>
|
||||
<source>qBittorrent</source>
|
||||
<translation>qBittorrent</translation>
|
||||
</message>
|
||||
|
@ -1812,17 +1812,17 @@ Please close the other one first.</source>
|
|||
<translation>qBittorrent %1</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../GUI.cpp" line="1204"/>
|
||||
<location filename="../GUI.cpp" line="1203"/>
|
||||
<source>Connection status:</source>
|
||||
<translation>Κατάσταση Σύνδεσης:</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../GUI.cpp" line="1204"/>
|
||||
<location filename="../GUI.cpp" line="1203"/>
|
||||
<source>Offline</source>
|
||||
<translation>Offline</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../GUI.cpp" line="1204"/>
|
||||
<location filename="../GUI.cpp" line="1203"/>
|
||||
<source>No peers found...</source>
|
||||
<translation>Δεν βρέθηκαν συνδέσεις...</translation>
|
||||
</message>
|
||||
|
@ -1887,13 +1887,13 @@ Please close the other one first.</source>
|
|||
<translation type="obsolete">Εκκινήθηκε το qBittorrent %1.</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../GUI.cpp" line="1184"/>
|
||||
<location filename="../GUI.cpp" line="1183"/>
|
||||
<source>DL speed: %1 KiB/s</source>
|
||||
<comment>e.g: Download speed: 10 KiB/s</comment>
|
||||
<translation>Ταχύτητα Κατεβάσματος: %1 KiB/s</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../GUI.cpp" line="1187"/>
|
||||
<location filename="../GUI.cpp" line="1186"/>
|
||||
<source>UP speed: %1 KiB/s</source>
|
||||
<comment>e.g: Upload speed: 10 KiB/s</comment>
|
||||
<translation>Ταχύτητα Ανεβάσματος: %1 KiB/s</translation>
|
||||
|
@ -1964,12 +1964,12 @@ Please close the other one first.</source>
|
|||
<translation type="obsolete">Ακρόαση στη θύρα: %1</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../GUI.cpp" line="1030"/>
|
||||
<location filename="../GUI.cpp" line="1029"/>
|
||||
<source>All downloads were paused.</source>
|
||||
<translation>Όλα τα κατεβάσματα είναι σε παύση.</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../GUI.cpp" line="1053"/>
|
||||
<location filename="../GUI.cpp" line="1052"/>
|
||||
<source>'%1' paused.</source>
|
||||
<comment>xxx.avi paused.</comment>
|
||||
<translation>'%1' σε παύση.</translation>
|
||||
|
@ -1981,12 +1981,12 @@ Please close the other one first.</source>
|
|||
<translation type="obsolete">Σύνδεση...</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../GUI.cpp" line="1099"/>
|
||||
<location filename="../GUI.cpp" line="1098"/>
|
||||
<source>All downloads were resumed.</source>
|
||||
<translation>Όλα τα κατεβάσματα ξανάρχισαν.</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../GUI.cpp" line="1122"/>
|
||||
<location filename="../GUI.cpp" line="1121"/>
|
||||
<source>'%1' resumed.</source>
|
||||
<comment>e.g: xxx.avi resumed.</comment>
|
||||
<translation>Το '%1' ξανάρχισε.</translation>
|
||||
|
@ -2016,23 +2016,23 @@ Please close the other one first.</source>
|
|||
<translation type="obsolete">Ένα σφάλμα προέκυψε (δίσκος πλήρης?), το '%1' είναι σε παύση.</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../GUI.cpp" line="1200"/>
|
||||
<location filename="../GUI.cpp" line="1199"/>
|
||||
<source>Connection Status:</source>
|
||||
<translation>Κατάσταση Σύνδεσης:</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../GUI.cpp" line="1195"/>
|
||||
<location filename="../GUI.cpp" line="1194"/>
|
||||
<source>Online</source>
|
||||
<translation>Online</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../GUI.cpp" line="1200"/>
|
||||
<location filename="../GUI.cpp" line="1199"/>
|
||||
<source>Firewalled?</source>
|
||||
<comment>i.e: Behind a firewall/router?</comment>
|
||||
<translation>Σε τοίχο προστασίας (firewall)?</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../GUI.cpp" line="1200"/>
|
||||
<location filename="../GUI.cpp" line="1199"/>
|
||||
<source>No incoming connections...</source>
|
||||
<translation>Καμία εισερχόμενη σύνδεση...</translation>
|
||||
</message>
|
||||
|
@ -2070,38 +2070,38 @@ Please close the other one first.</source>
|
|||
<translation>Ένα σφάλμα προέκυψε (δίσκος πλήρης?), το '%1' είναι σε παύση.</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../GUI.cpp" line="140"/>
|
||||
<location filename="../GUI.cpp" line="144"/>
|
||||
<source>Search</source>
|
||||
<translation>Εύρεση</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../GUI.cpp" line="144"/>
|
||||
<location filename="../GUI.cpp" line="148"/>
|
||||
<source>RSS</source>
|
||||
<translation>RSS</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../GUI.cpp" line="816"/>
|
||||
<location filename="../GUI.cpp" line="815"/>
|
||||
<source>qBittorrent is bind to port: %1</source>
|
||||
<comment>e.g: qBittorrent is bind to port: 1666</comment>
|
||||
<translation>Το qBittorrent χρησιμοποιεί τη θύρα: %1</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../GUI.cpp" line="890"/>
|
||||
<location filename="../GUI.cpp" line="889"/>
|
||||
<source>DHT support [ON], port: %1</source>
|
||||
<translation>Υποστήριξη DHT [ΝΑΙ], θύρα: %1</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../GUI.cpp" line="895"/>
|
||||
<location filename="../GUI.cpp" line="894"/>
|
||||
<source>DHT support [OFF]</source>
|
||||
<translation>Υποστήριξη DHT [ΟΧΙ]</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../GUI.cpp" line="899"/>
|
||||
<location filename="../GUI.cpp" line="898"/>
|
||||
<source>PeX support [ON]</source>
|
||||
<translation>Υποστήριξη PeX [ΝΑΙ]</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../GUI.cpp" line="903"/>
|
||||
<location filename="../GUI.cpp" line="902"/>
|
||||
<source>PeX support [OFF]</source>
|
||||
<translation>Υποστήριξη PeX [ΟΧΙ]</translation>
|
||||
</message>
|
||||
|
@ -2113,7 +2113,7 @@ Are you sure you want to quit qBittorrent?</source>
|
|||
Σίγουρα θέλετε να κλείσετε το qBittorrent?</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../GUI.cpp" line="956"/>
|
||||
<location filename="../GUI.cpp" line="955"/>
|
||||
<source>Downloads</source>
|
||||
<translation>Κατέβασματα</translation>
|
||||
</message>
|
||||
|
@ -2123,7 +2123,7 @@ Are you sure you want to quit qBittorrent?</source>
|
|||
<translation>Είστε σίγουρος οτι θέλετε να διαγράψετε το(α) επιλεγμλένα αντικείμενο(α) από την λίστα των ολοκληρωμένων?</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../GUI.cpp" line="838"/>
|
||||
<location filename="../GUI.cpp" line="837"/>
|
||||
<source>UPnP support [ON]</source>
|
||||
<translation>Υποστήριξη UPnP [ΝΑΙ]</translation>
|
||||
</message>
|
||||
|
@ -2133,17 +2133,17 @@ Are you sure you want to quit qBittorrent?</source>
|
|||
<translation type="obsolete">Προσοχή, η διακίνηση υλικού προστατευόμενου από πνευματικά δικαιώματα χωρίς άδεια είναι παράνομη.</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../GUI.cpp" line="923"/>
|
||||
<location filename="../GUI.cpp" line="922"/>
|
||||
<source>Encryption support [ON]</source>
|
||||
<translation>Υποστήριξη κρυπτογράφησης [ΝΑΙ]</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../GUI.cpp" line="928"/>
|
||||
<location filename="../GUI.cpp" line="927"/>
|
||||
<source>Encryption support [FORCED]</source>
|
||||
<translation>Υποστήριξη κρυπτογράφησης [ΑΝΑΓΚΑΣΤΙΚΑ]</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../GUI.cpp" line="933"/>
|
||||
<location filename="../GUI.cpp" line="932"/>
|
||||
<source>Encryption support [OFF]</source>
|
||||
<translation>Υποστήριξη κρυπτογράφησης [ΟΧΙ]</translation>
|
||||
</message>
|
||||
|
@ -2231,27 +2231,27 @@ Are you sure you want to quit qBittorrent?</source>
|
|||
<translation>Ctrl+F</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../GUI.cpp" line="841"/>
|
||||
<location filename="../GUI.cpp" line="840"/>
|
||||
<source>UPnP support [OFF]</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../GUI.cpp" line="846"/>
|
||||
<location filename="../GUI.cpp" line="845"/>
|
||||
<source>NAT-PMP support [ON]</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../GUI.cpp" line="849"/>
|
||||
<location filename="../GUI.cpp" line="848"/>
|
||||
<source>NAT-PMP support [OFF]</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../GUI.cpp" line="908"/>
|
||||
<location filename="../GUI.cpp" line="907"/>
|
||||
<source>Local Peer Discovery [ON]</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../GUI.cpp" line="911"/>
|
||||
<location filename="../GUI.cpp" line="910"/>
|
||||
<source>Local Peer Discovery support [OFF]</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
|
@ -2262,7 +2262,7 @@ Are you sure you want to quit qBittorrent?</source>
|
|||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../GUI.cpp" line="1160"/>
|
||||
<location filename="../GUI.cpp" line="1159"/>
|
||||
<source>qBittorrent %1 (DL: %2KiB/s, UP: %3KiB/s)</source>
|
||||
<comment>%1 is qBittorrent version</comment>
|
||||
<translation type="unfinished"></translation>
|
||||
|
|
|
@ -803,33 +803,33 @@ Please close the other one first.</source>
|
|||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../GUI.cpp" line="1204"/>
|
||||
<location filename="../GUI.cpp" line="1203"/>
|
||||
<source>Connection status:</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../GUI.cpp" line="1204"/>
|
||||
<location filename="../GUI.cpp" line="1203"/>
|
||||
<source>Offline</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../GUI.cpp" line="1204"/>
|
||||
<location filename="../GUI.cpp" line="1203"/>
|
||||
<source>No peers found...</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../GUI.cpp" line="1181"/>
|
||||
<location filename="../GUI.cpp" line="1180"/>
|
||||
<source>qBittorrent</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../GUI.cpp" line="1184"/>
|
||||
<location filename="../GUI.cpp" line="1183"/>
|
||||
<source>DL speed: %1 KiB/s</source>
|
||||
<comment>e.g: Download speed: 10 KiB/s</comment>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../GUI.cpp" line="1187"/>
|
||||
<location filename="../GUI.cpp" line="1186"/>
|
||||
<source>UP speed: %1 KiB/s</source>
|
||||
<comment>e.g: Upload speed: 10 KiB/s</comment>
|
||||
<translation type="unfinished"></translation>
|
||||
|
@ -846,23 +846,23 @@ Please close the other one first.</source>
|
|||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../GUI.cpp" line="1030"/>
|
||||
<location filename="../GUI.cpp" line="1029"/>
|
||||
<source>All downloads were paused.</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../GUI.cpp" line="1053"/>
|
||||
<location filename="../GUI.cpp" line="1052"/>
|
||||
<source>'%1' paused.</source>
|
||||
<comment>xxx.avi paused.</comment>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../GUI.cpp" line="1099"/>
|
||||
<location filename="../GUI.cpp" line="1098"/>
|
||||
<source>All downloads were resumed.</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../GUI.cpp" line="1122"/>
|
||||
<location filename="../GUI.cpp" line="1121"/>
|
||||
<source>'%1' resumed.</source>
|
||||
<comment>e.g: xxx.avi resumed.</comment>
|
||||
<translation type="unfinished"></translation>
|
||||
|
@ -886,23 +886,23 @@ Please close the other one first.</source>
|
|||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../GUI.cpp" line="1200"/>
|
||||
<location filename="../GUI.cpp" line="1199"/>
|
||||
<source>Connection Status:</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../GUI.cpp" line="1195"/>
|
||||
<location filename="../GUI.cpp" line="1194"/>
|
||||
<source>Online</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../GUI.cpp" line="1200"/>
|
||||
<location filename="../GUI.cpp" line="1199"/>
|
||||
<source>Firewalled?</source>
|
||||
<comment>i.e: Behind a firewall/router?</comment>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../GUI.cpp" line="1200"/>
|
||||
<location filename="../GUI.cpp" line="1199"/>
|
||||
<source>No incoming connections...</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
|
@ -913,38 +913,38 @@ Please close the other one first.</source>
|
|||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../GUI.cpp" line="140"/>
|
||||
<location filename="../GUI.cpp" line="144"/>
|
||||
<source>Search</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../GUI.cpp" line="144"/>
|
||||
<location filename="../GUI.cpp" line="148"/>
|
||||
<source>RSS</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../GUI.cpp" line="816"/>
|
||||
<location filename="../GUI.cpp" line="815"/>
|
||||
<source>qBittorrent is bind to port: %1</source>
|
||||
<comment>e.g: qBittorrent is bind to port: 1666</comment>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../GUI.cpp" line="890"/>
|
||||
<location filename="../GUI.cpp" line="889"/>
|
||||
<source>DHT support [ON], port: %1</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../GUI.cpp" line="895"/>
|
||||
<location filename="../GUI.cpp" line="894"/>
|
||||
<source>DHT support [OFF]</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../GUI.cpp" line="899"/>
|
||||
<location filename="../GUI.cpp" line="898"/>
|
||||
<source>PeX support [ON]</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../GUI.cpp" line="903"/>
|
||||
<location filename="../GUI.cpp" line="902"/>
|
||||
<source>PeX support [OFF]</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
|
@ -955,12 +955,12 @@ Are you sure you want to quit qBittorrent?</source>
|
|||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../GUI.cpp" line="956"/>
|
||||
<location filename="../GUI.cpp" line="955"/>
|
||||
<source>Downloads</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../GUI.cpp" line="960"/>
|
||||
<location filename="../GUI.cpp" line="959"/>
|
||||
<source>Finished</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
|
@ -970,22 +970,22 @@ Are you sure you want to quit qBittorrent?</source>
|
|||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../GUI.cpp" line="838"/>
|
||||
<location filename="../GUI.cpp" line="837"/>
|
||||
<source>UPnP support [ON]</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../GUI.cpp" line="923"/>
|
||||
<location filename="../GUI.cpp" line="922"/>
|
||||
<source>Encryption support [ON]</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../GUI.cpp" line="928"/>
|
||||
<location filename="../GUI.cpp" line="927"/>
|
||||
<source>Encryption support [FORCED]</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../GUI.cpp" line="933"/>
|
||||
<location filename="../GUI.cpp" line="932"/>
|
||||
<source>Encryption support [OFF]</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
|
@ -1046,27 +1046,27 @@ Are you sure you want to quit qBittorrent?</source>
|
|||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../GUI.cpp" line="841"/>
|
||||
<location filename="../GUI.cpp" line="840"/>
|
||||
<source>UPnP support [OFF]</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../GUI.cpp" line="846"/>
|
||||
<location filename="../GUI.cpp" line="845"/>
|
||||
<source>NAT-PMP support [ON]</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../GUI.cpp" line="849"/>
|
||||
<location filename="../GUI.cpp" line="848"/>
|
||||
<source>NAT-PMP support [OFF]</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../GUI.cpp" line="908"/>
|
||||
<location filename="../GUI.cpp" line="907"/>
|
||||
<source>Local Peer Discovery [ON]</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../GUI.cpp" line="911"/>
|
||||
<location filename="../GUI.cpp" line="910"/>
|
||||
<source>Local Peer Discovery support [OFF]</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
|
@ -1077,7 +1077,7 @@ Are you sure you want to quit qBittorrent?</source>
|
|||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../GUI.cpp" line="1160"/>
|
||||
<location filename="../GUI.cpp" line="1159"/>
|
||||
<source>qBittorrent %1 (DL: %2KiB/s, UP: %3KiB/s)</source>
|
||||
<comment>%1 is qBittorrent version</comment>
|
||||
<translation type="unfinished"></translation>
|
||||
|
|
|
@ -1343,7 +1343,7 @@ Copyright © 2006 por Christophe Dumez<br>
|
|||
<translation type="obsolete">continuada.</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../GUI.cpp" line="960"/>
|
||||
<location filename="../GUI.cpp" line="959"/>
|
||||
<source>Finished</source>
|
||||
<translation>Terminada</translation>
|
||||
</message>
|
||||
|
@ -1396,7 +1396,7 @@ Copyright © 2006 por Christophe Dumez<br>
|
|||
<translation type="obsolete"> qBittorrent</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../GUI.cpp" line="1181"/>
|
||||
<location filename="../GUI.cpp" line="1180"/>
|
||||
<source>qBittorrent</source>
|
||||
<translation>qBittorrent</translation>
|
||||
</message>
|
||||
|
@ -1741,17 +1741,17 @@ Por favor cierra el otro antes.</translation>
|
|||
<translation>qBittorrent %1</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../GUI.cpp" line="1204"/>
|
||||
<location filename="../GUI.cpp" line="1203"/>
|
||||
<source>Connection status:</source>
|
||||
<translation>Estado de la conexión:</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../GUI.cpp" line="1204"/>
|
||||
<location filename="../GUI.cpp" line="1203"/>
|
||||
<source>Offline</source>
|
||||
<translation>Offline</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../GUI.cpp" line="1204"/>
|
||||
<location filename="../GUI.cpp" line="1203"/>
|
||||
<source>No peers found...</source>
|
||||
<translation>No se encontraron peers...</translation>
|
||||
</message>
|
||||
|
@ -1816,13 +1816,13 @@ Por favor cierra el otro antes.</translation>
|
|||
<translation type="obsolete">qBittorrent %1 iniciado.</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../GUI.cpp" line="1184"/>
|
||||
<location filename="../GUI.cpp" line="1183"/>
|
||||
<source>DL speed: %1 KiB/s</source>
|
||||
<comment>e.g: Download speed: 10 KiB/s</comment>
|
||||
<translation>Velocidad de Descarga: %1 KiB/s</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../GUI.cpp" line="1187"/>
|
||||
<location filename="../GUI.cpp" line="1186"/>
|
||||
<source>UP speed: %1 KiB/s</source>
|
||||
<comment>e.g: Upload speed: 10 KiB/s</comment>
|
||||
<translation>Velocidad de subida: %1 KiB/s</translation>
|
||||
|
@ -1893,12 +1893,12 @@ Por favor cierra el otro antes.</translation>
|
|||
<translation type="obsolete">Escuchando en el puerto: %1</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../GUI.cpp" line="1030"/>
|
||||
<location filename="../GUI.cpp" line="1029"/>
|
||||
<source>All downloads were paused.</source>
|
||||
<translation>Todas las descargas en pausa.</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../GUI.cpp" line="1053"/>
|
||||
<location filename="../GUI.cpp" line="1052"/>
|
||||
<source>'%1' paused.</source>
|
||||
<comment>xxx.avi paused.</comment>
|
||||
<translation>'%1' en pausa.</translation>
|
||||
|
@ -1910,12 +1910,12 @@ Por favor cierra el otro antes.</translation>
|
|||
<translation type="obsolete">Conectando...</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../GUI.cpp" line="1099"/>
|
||||
<location filename="../GUI.cpp" line="1098"/>
|
||||
<source>All downloads were resumed.</source>
|
||||
<translation>Todas las descargas reiniciadas.</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../GUI.cpp" line="1122"/>
|
||||
<location filename="../GUI.cpp" line="1121"/>
|
||||
<source>'%1' resumed.</source>
|
||||
<comment>e.g: xxx.avi resumed.</comment>
|
||||
<translation>'%1' reiniciado.</translation>
|
||||
|
@ -1945,23 +1945,23 @@ Por favor cierra el otro antes.</translation>
|
|||
<translation type="obsolete">Un error ocurrió (¿disco lleno?), '%1' pausado.</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../GUI.cpp" line="1200"/>
|
||||
<location filename="../GUI.cpp" line="1199"/>
|
||||
<source>Connection Status:</source>
|
||||
<translation>Estado de la conexión:</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../GUI.cpp" line="1195"/>
|
||||
<location filename="../GUI.cpp" line="1194"/>
|
||||
<source>Online</source>
|
||||
<translation>En línea</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../GUI.cpp" line="1200"/>
|
||||
<location filename="../GUI.cpp" line="1199"/>
|
||||
<source>Firewalled?</source>
|
||||
<comment>i.e: Behind a firewall/router?</comment>
|
||||
<translation>¿Con firewall?</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../GUI.cpp" line="1200"/>
|
||||
<location filename="../GUI.cpp" line="1199"/>
|
||||
<source>No incoming connections...</source>
|
||||
<translation>Sin conexiones entrantes...</translation>
|
||||
</message>
|
||||
|
@ -1999,38 +1999,38 @@ Por favor cierra el otro antes.</translation>
|
|||
<translation>Un error ocurrió (¿disco lleno?), '%1' pausado.</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../GUI.cpp" line="140"/>
|
||||
<location filename="../GUI.cpp" line="144"/>
|
||||
<source>Search</source>
|
||||
<translation>Buscar</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../GUI.cpp" line="144"/>
|
||||
<location filename="../GUI.cpp" line="148"/>
|
||||
<source>RSS</source>
|
||||
<translation>RSS</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../GUI.cpp" line="816"/>
|
||||
<location filename="../GUI.cpp" line="815"/>
|
||||
<source>qBittorrent is bind to port: %1</source>
|
||||
<comment>e.g: qBittorrent is bind to port: 1666</comment>
|
||||
<translation>qBittorrent está asignado al puerto: %1</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../GUI.cpp" line="890"/>
|
||||
<location filename="../GUI.cpp" line="889"/>
|
||||
<source>DHT support [ON], port: %1</source>
|
||||
<translation>Soporte para DHT [encendido], puerto: %1</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../GUI.cpp" line="895"/>
|
||||
<location filename="../GUI.cpp" line="894"/>
|
||||
<source>DHT support [OFF]</source>
|
||||
<translation>Soporte para DHT [apagado]</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../GUI.cpp" line="899"/>
|
||||
<location filename="../GUI.cpp" line="898"/>
|
||||
<source>PeX support [ON]</source>
|
||||
<translation>Soporte para PeX [encendido]</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../GUI.cpp" line="903"/>
|
||||
<location filename="../GUI.cpp" line="902"/>
|
||||
<source>PeX support [OFF]</source>
|
||||
<translation>Soporte para PeX [apagado]</translation>
|
||||
</message>
|
||||
|
@ -2042,7 +2042,7 @@ Are you sure you want to quit qBittorrent?</source>
|
|||
¿En verdad deseas salir de qBittorrent?</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../GUI.cpp" line="956"/>
|
||||
<location filename="../GUI.cpp" line="955"/>
|
||||
<source>Downloads</source>
|
||||
<translation>Descargas</translation>
|
||||
</message>
|
||||
|
@ -2052,7 +2052,7 @@ Are you sure you want to quit qBittorrent?</source>
|
|||
<translation>¿Estás seguro de que deseas borrar los íconos seleccionados en la lista de terminados?</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../GUI.cpp" line="838"/>
|
||||
<location filename="../GUI.cpp" line="837"/>
|
||||
<source>UPnP support [ON]</source>
|
||||
<translation>Soporte para UPnP [encendido]</translation>
|
||||
</message>
|
||||
|
@ -2062,17 +2062,17 @@ Are you sure you want to quit qBittorrent?</source>
|
|||
<translation type="obsolete">Ten cuidado, compartir material protegido sin permiso es ilegal.</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../GUI.cpp" line="923"/>
|
||||
<location filename="../GUI.cpp" line="922"/>
|
||||
<source>Encryption support [ON]</source>
|
||||
<translation>Soporte para encriptado [encendido]</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../GUI.cpp" line="928"/>
|
||||
<location filename="../GUI.cpp" line="927"/>
|
||||
<source>Encryption support [FORCED]</source>
|
||||
<translation>Soporte para encriptado [forzado]</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../GUI.cpp" line="933"/>
|
||||
<location filename="../GUI.cpp" line="932"/>
|
||||
<source>Encryption support [OFF]</source>
|
||||
<translation>Sopote para encriptado [apagado]</translation>
|
||||
</message>
|
||||
|
@ -2166,32 +2166,32 @@ Are you sure you want to quit qBittorrent?</source>
|
|||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../GUI.cpp" line="841"/>
|
||||
<location filename="../GUI.cpp" line="840"/>
|
||||
<source>UPnP support [OFF]</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../GUI.cpp" line="846"/>
|
||||
<location filename="../GUI.cpp" line="845"/>
|
||||
<source>NAT-PMP support [ON]</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../GUI.cpp" line="849"/>
|
||||
<location filename="../GUI.cpp" line="848"/>
|
||||
<source>NAT-PMP support [OFF]</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../GUI.cpp" line="908"/>
|
||||
<location filename="../GUI.cpp" line="907"/>
|
||||
<source>Local Peer Discovery [ON]</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../GUI.cpp" line="911"/>
|
||||
<location filename="../GUI.cpp" line="910"/>
|
||||
<source>Local Peer Discovery support [OFF]</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../GUI.cpp" line="1160"/>
|
||||
<location filename="../GUI.cpp" line="1159"/>
|
||||
<source>qBittorrent %1 (DL: %2KiB/s, UP: %3KiB/s)</source>
|
||||
<comment>%1 is qBittorrent version</comment>
|
||||
<translation type="unfinished"></translation>
|
||||
|
|
|
@ -1146,7 +1146,7 @@ Tekijänoikeus © 2006 Christophe Dumez<br>
|
|||
<translation type="obsolete">ETA</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../GUI.cpp" line="960"/>
|
||||
<location filename="../GUI.cpp" line="959"/>
|
||||
<source>Finished</source>
|
||||
<translation type="unfinished">Valmis</translation>
|
||||
</message>
|
||||
|
@ -1406,17 +1406,17 @@ Uutta esikatselua ei voi aloittaa.</translation>
|
|||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../GUI.cpp" line="1204"/>
|
||||
<location filename="../GUI.cpp" line="1203"/>
|
||||
<source>Connection status:</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../GUI.cpp" line="1204"/>
|
||||
<location filename="../GUI.cpp" line="1203"/>
|
||||
<source>Offline</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../GUI.cpp" line="1204"/>
|
||||
<location filename="../GUI.cpp" line="1203"/>
|
||||
<source>No peers found...</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
|
@ -1469,18 +1469,18 @@ Uutta esikatselua ei voi aloittaa.</translation>
|
|||
<translation type="obsolete">Lataajia</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../GUI.cpp" line="1181"/>
|
||||
<location filename="../GUI.cpp" line="1180"/>
|
||||
<source>qBittorrent</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../GUI.cpp" line="1184"/>
|
||||
<location filename="../GUI.cpp" line="1183"/>
|
||||
<source>DL speed: %1 KiB/s</source>
|
||||
<comment>e.g: Download speed: 10 KiB/s</comment>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../GUI.cpp" line="1187"/>
|
||||
<location filename="../GUI.cpp" line="1186"/>
|
||||
<source>UP speed: %1 KiB/s</source>
|
||||
<comment>e.g: Upload speed: 10 KiB/s</comment>
|
||||
<translation type="unfinished"></translation>
|
||||
|
@ -1521,12 +1521,12 @@ Uutta esikatselua ei voi aloittaa.</translation>
|
|||
<translation type="obsolete">Ei mikään</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../GUI.cpp" line="1030"/>
|
||||
<location filename="../GUI.cpp" line="1029"/>
|
||||
<source>All downloads were paused.</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../GUI.cpp" line="1053"/>
|
||||
<location filename="../GUI.cpp" line="1052"/>
|
||||
<source>'%1' paused.</source>
|
||||
<comment>xxx.avi paused.</comment>
|
||||
<translation type="unfinished"></translation>
|
||||
|
@ -1538,12 +1538,12 @@ Uutta esikatselua ei voi aloittaa.</translation>
|
|||
<translation type="obsolete">Yhdistetään...</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../GUI.cpp" line="1099"/>
|
||||
<location filename="../GUI.cpp" line="1098"/>
|
||||
<source>All downloads were resumed.</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../GUI.cpp" line="1122"/>
|
||||
<location filename="../GUI.cpp" line="1121"/>
|
||||
<source>'%1' resumed.</source>
|
||||
<comment>e.g: xxx.avi resumed.</comment>
|
||||
<translation type="unfinished"></translation>
|
||||
|
@ -1567,23 +1567,23 @@ Uutta esikatselua ei voi aloittaa.</translation>
|
|||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../GUI.cpp" line="1200"/>
|
||||
<location filename="../GUI.cpp" line="1199"/>
|
||||
<source>Connection Status:</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../GUI.cpp" line="1195"/>
|
||||
<location filename="../GUI.cpp" line="1194"/>
|
||||
<source>Online</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../GUI.cpp" line="1200"/>
|
||||
<location filename="../GUI.cpp" line="1199"/>
|
||||
<source>Firewalled?</source>
|
||||
<comment>i.e: Behind a firewall/router?</comment>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../GUI.cpp" line="1200"/>
|
||||
<location filename="../GUI.cpp" line="1199"/>
|
||||
<source>No incoming connections...</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
|
@ -1600,38 +1600,38 @@ Uutta esikatselua ei voi aloittaa.</translation>
|
|||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../GUI.cpp" line="140"/>
|
||||
<location filename="../GUI.cpp" line="144"/>
|
||||
<source>Search</source>
|
||||
<translation type="unfinished">Etsi</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../GUI.cpp" line="144"/>
|
||||
<location filename="../GUI.cpp" line="148"/>
|
||||
<source>RSS</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../GUI.cpp" line="816"/>
|
||||
<location filename="../GUI.cpp" line="815"/>
|
||||
<source>qBittorrent is bind to port: %1</source>
|
||||
<comment>e.g: qBittorrent is bind to port: 1666</comment>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../GUI.cpp" line="890"/>
|
||||
<location filename="../GUI.cpp" line="889"/>
|
||||
<source>DHT support [ON], port: %1</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../GUI.cpp" line="895"/>
|
||||
<location filename="../GUI.cpp" line="894"/>
|
||||
<source>DHT support [OFF]</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../GUI.cpp" line="899"/>
|
||||
<location filename="../GUI.cpp" line="898"/>
|
||||
<source>PeX support [ON]</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../GUI.cpp" line="903"/>
|
||||
<location filename="../GUI.cpp" line="902"/>
|
||||
<source>PeX support [OFF]</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
|
@ -1642,7 +1642,7 @@ Are you sure you want to quit qBittorrent?</source>
|
|||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../GUI.cpp" line="956"/>
|
||||
<location filename="../GUI.cpp" line="955"/>
|
||||
<source>Downloads</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
|
@ -1652,22 +1652,22 @@ Are you sure you want to quit qBittorrent?</source>
|
|||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../GUI.cpp" line="838"/>
|
||||
<location filename="../GUI.cpp" line="837"/>
|
||||
<source>UPnP support [ON]</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../GUI.cpp" line="923"/>
|
||||
<location filename="../GUI.cpp" line="922"/>
|
||||
<source>Encryption support [ON]</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../GUI.cpp" line="928"/>
|
||||
<location filename="../GUI.cpp" line="927"/>
|
||||
<source>Encryption support [FORCED]</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../GUI.cpp" line="933"/>
|
||||
<location filename="../GUI.cpp" line="932"/>
|
||||
<source>Encryption support [OFF]</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
|
@ -1728,27 +1728,27 @@ Are you sure you want to quit qBittorrent?</source>
|
|||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../GUI.cpp" line="841"/>
|
||||
<location filename="../GUI.cpp" line="840"/>
|
||||
<source>UPnP support [OFF]</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../GUI.cpp" line="846"/>
|
||||
<location filename="../GUI.cpp" line="845"/>
|
||||
<source>NAT-PMP support [ON]</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../GUI.cpp" line="849"/>
|
||||
<location filename="../GUI.cpp" line="848"/>
|
||||
<source>NAT-PMP support [OFF]</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../GUI.cpp" line="908"/>
|
||||
<location filename="../GUI.cpp" line="907"/>
|
||||
<source>Local Peer Discovery [ON]</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../GUI.cpp" line="911"/>
|
||||
<location filename="../GUI.cpp" line="910"/>
|
||||
<source>Local Peer Discovery support [OFF]</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
|
@ -1759,7 +1759,7 @@ Are you sure you want to quit qBittorrent?</source>
|
|||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../GUI.cpp" line="1160"/>
|
||||
<location filename="../GUI.cpp" line="1159"/>
|
||||
<source>qBittorrent %1 (DL: %2KiB/s, UP: %3KiB/s)</source>
|
||||
<comment>%1 is qBittorrent version</comment>
|
||||
<translation type="unfinished"></translation>
|
||||
|
|
|
@ -1,6 +1,5 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!DOCTYPE TS><TS version="1.1" language="fr">
|
||||
<defaultcodec></defaultcodec>
|
||||
<context>
|
||||
<name>@default</name>
|
||||
<message>
|
||||
|
@ -1390,7 +1389,7 @@ Copyright © 2006 par Christophe Dumez<br>
|
|||
<translation type="obsolete">ko/s</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../GUI.cpp" line="960"/>
|
||||
<location filename="../GUI.cpp" line="959"/>
|
||||
<source>Finished</source>
|
||||
<translation>Terminé</translation>
|
||||
</message>
|
||||
|
@ -1896,17 +1895,17 @@ Veuillez d'abord le quitter.</translation>
|
|||
<translation>qBittorrent %1</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../GUI.cpp" line="1204"/>
|
||||
<location filename="../GUI.cpp" line="1203"/>
|
||||
<source>Connection status:</source>
|
||||
<translation>Statut de la connexion :</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../GUI.cpp" line="1204"/>
|
||||
<location filename="../GUI.cpp" line="1203"/>
|
||||
<source>Offline</source>
|
||||
<translation>Déconnecté</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../GUI.cpp" line="1204"/>
|
||||
<location filename="../GUI.cpp" line="1203"/>
|
||||
<source>No peers found...</source>
|
||||
<translation>Aucune source trouvée...</translation>
|
||||
</message>
|
||||
|
@ -1971,18 +1970,18 @@ Veuillez d'abord le quitter.</translation>
|
|||
<translation type="obsolete">qBittorrent %1 démarré.</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../GUI.cpp" line="1181"/>
|
||||
<location filename="../GUI.cpp" line="1180"/>
|
||||
<source>qBittorrent</source>
|
||||
<translation>qBittorrent</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../GUI.cpp" line="1184"/>
|
||||
<location filename="../GUI.cpp" line="1183"/>
|
||||
<source>DL speed: %1 KiB/s</source>
|
||||
<comment>e.g: Download speed: 10 KiB/s</comment>
|
||||
<translation>Vitesse DL : %1 Ko/s</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../GUI.cpp" line="1187"/>
|
||||
<location filename="../GUI.cpp" line="1186"/>
|
||||
<source>UP speed: %1 KiB/s</source>
|
||||
<comment>e.g: Upload speed: 10 KiB/s</comment>
|
||||
<translation>Vitesse UP : %1 Ko/s</translation>
|
||||
|
@ -2053,12 +2052,12 @@ Veuillez d'abord le quitter.</translation>
|
|||
<translation type="obsolete">En écoute sur le port: %1</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../GUI.cpp" line="1030"/>
|
||||
<location filename="../GUI.cpp" line="1029"/>
|
||||
<source>All downloads were paused.</source>
|
||||
<translation>Tous les téléchargements ont été mis en pause.</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../GUI.cpp" line="1053"/>
|
||||
<location filename="../GUI.cpp" line="1052"/>
|
||||
<source>'%1' paused.</source>
|
||||
<comment>xxx.avi paused.</comment>
|
||||
<translation>'%1' a été mis en pause.</translation>
|
||||
|
@ -2070,12 +2069,12 @@ Veuillez d'abord le quitter.</translation>
|
|||
<translation type="obsolete">Connexion...</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../GUI.cpp" line="1099"/>
|
||||
<location filename="../GUI.cpp" line="1098"/>
|
||||
<source>All downloads were resumed.</source>
|
||||
<translation>Tous les téléchargements ont été relancés.</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../GUI.cpp" line="1122"/>
|
||||
<location filename="../GUI.cpp" line="1121"/>
|
||||
<source>'%1' resumed.</source>
|
||||
<comment>e.g: xxx.avi resumed.</comment>
|
||||
<translation>'%1' a été relancé.</translation>
|
||||
|
@ -2105,23 +2104,23 @@ Veuillez d'abord le quitter.</translation>
|
|||
<translation type="obsolete">Une erreur s'est produite (disque plein ?), '%1' a été mis en pause.</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../GUI.cpp" line="1200"/>
|
||||
<location filename="../GUI.cpp" line="1199"/>
|
||||
<source>Connection Status:</source>
|
||||
<translation>Etat de la connexion :</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../GUI.cpp" line="1195"/>
|
||||
<location filename="../GUI.cpp" line="1194"/>
|
||||
<source>Online</source>
|
||||
<translation>Connecté</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../GUI.cpp" line="1200"/>
|
||||
<location filename="../GUI.cpp" line="1199"/>
|
||||
<source>Firewalled?</source>
|
||||
<comment>i.e: Behind a firewall/router?</comment>
|
||||
<translation>Derrière un pare-feu ou un routeur ?</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../GUI.cpp" line="1200"/>
|
||||
<location filename="../GUI.cpp" line="1199"/>
|
||||
<source>No incoming connections...</source>
|
||||
<translation>Aucune connexion entrante...</translation>
|
||||
</message>
|
||||
|
@ -2159,38 +2158,38 @@ Veuillez d'abord le quitter.</translation>
|
|||
<translation>Une erreur s'est produite (disque plein ?), '%1' a été mis en pause.</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../GUI.cpp" line="140"/>
|
||||
<location filename="../GUI.cpp" line="144"/>
|
||||
<source>Search</source>
|
||||
<translation>Recherche</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../GUI.cpp" line="144"/>
|
||||
<location filename="../GUI.cpp" line="148"/>
|
||||
<source>RSS</source>
|
||||
<translation></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../GUI.cpp" line="816"/>
|
||||
<location filename="../GUI.cpp" line="815"/>
|
||||
<source>qBittorrent is bind to port: %1</source>
|
||||
<comment>e.g: qBittorrent is bind to port: 1666</comment>
|
||||
<translation>qBittorrent écoute sur le port : %1</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../GUI.cpp" line="890"/>
|
||||
<location filename="../GUI.cpp" line="889"/>
|
||||
<source>DHT support [ON], port: %1</source>
|
||||
<translation>Support DHT [ON], port : %1</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../GUI.cpp" line="895"/>
|
||||
<location filename="../GUI.cpp" line="894"/>
|
||||
<source>DHT support [OFF]</source>
|
||||
<translation>Support DHT [OFF]</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../GUI.cpp" line="899"/>
|
||||
<location filename="../GUI.cpp" line="898"/>
|
||||
<source>PeX support [ON]</source>
|
||||
<translation>Support PeX [ON]</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../GUI.cpp" line="903"/>
|
||||
<location filename="../GUI.cpp" line="902"/>
|
||||
<source>PeX support [OFF]</source>
|
||||
<translation>Support PeX [OFF]</translation>
|
||||
</message>
|
||||
|
@ -2202,7 +2201,7 @@ Are you sure you want to quit qBittorrent?</source>
|
|||
Etes-vous certain de vouloir quitter qBittorrent ?</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../GUI.cpp" line="956"/>
|
||||
<location filename="../GUI.cpp" line="955"/>
|
||||
<source>Downloads</source>
|
||||
<translation>Téléchargements</translation>
|
||||
</message>
|
||||
|
@ -2217,7 +2216,7 @@ Etes-vous certain de vouloir quitter qBittorrent ?</translation>
|
|||
<translation>Etes-vous certain de vouloir supprimer les torrents sélectionnés de la liste de partage ?</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../GUI.cpp" line="838"/>
|
||||
<location filename="../GUI.cpp" line="837"/>
|
||||
<source>UPnP support [ON]</source>
|
||||
<translation>Support UPnP [ON]</translation>
|
||||
</message>
|
||||
|
@ -2227,17 +2226,17 @@ Etes-vous certain de vouloir quitter qBittorrent ?</translation>
|
|||
<translation type="obsolete">Attention, partager des oeuvres sous copyright sans en avoir la permission est illégal.</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../GUI.cpp" line="923"/>
|
||||
<location filename="../GUI.cpp" line="922"/>
|
||||
<source>Encryption support [ON]</source>
|
||||
<translation>Support cryptage [ON]</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../GUI.cpp" line="928"/>
|
||||
<location filename="../GUI.cpp" line="927"/>
|
||||
<source>Encryption support [FORCED]</source>
|
||||
<translation>Support cryptage [Forcé]</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../GUI.cpp" line="933"/>
|
||||
<location filename="../GUI.cpp" line="932"/>
|
||||
<source>Encryption support [OFF]</source>
|
||||
<translation>Support cryptage [OFF]</translation>
|
||||
</message>
|
||||
|
@ -2325,27 +2324,27 @@ Etes-vous certain de vouloir quitter qBittorrent ?</translation>
|
|||
<translation></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../GUI.cpp" line="841"/>
|
||||
<location filename="../GUI.cpp" line="840"/>
|
||||
<source>UPnP support [OFF]</source>
|
||||
<translation>Support UPNP [OFF]</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../GUI.cpp" line="846"/>
|
||||
<location filename="../GUI.cpp" line="845"/>
|
||||
<source>NAT-PMP support [ON]</source>
|
||||
<translation>Support NAT-PMP [ON]</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../GUI.cpp" line="849"/>
|
||||
<location filename="../GUI.cpp" line="848"/>
|
||||
<source>NAT-PMP support [OFF]</source>
|
||||
<translation>Support NAT-PMP [OFF]</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../GUI.cpp" line="908"/>
|
||||
<location filename="../GUI.cpp" line="907"/>
|
||||
<source>Local Peer Discovery [ON]</source>
|
||||
<translation>Découverte locale de sources [ON]</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../GUI.cpp" line="911"/>
|
||||
<location filename="../GUI.cpp" line="910"/>
|
||||
<source>Local Peer Discovery support [OFF]</source>
|
||||
<translation>Découverte locale de sources [OFF]</translation>
|
||||
</message>
|
||||
|
@ -2356,7 +2355,7 @@ Etes-vous certain de vouloir quitter qBittorrent ?</translation>
|
|||
<translation>'%1' a été supprimé car son ratio a atteint la limite que vous avez fixée.</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../GUI.cpp" line="1160"/>
|
||||
<location filename="../GUI.cpp" line="1159"/>
|
||||
<source>qBittorrent %1 (DL: %2KiB/s, UP: %3KiB/s)</source>
|
||||
<comment>%1 is qBittorrent version</comment>
|
||||
<translation>qBittorrent %1 (DL: %2Ko/s, UP: %3Ko/s)</translation>
|
||||
|
|
|
@ -1141,17 +1141,17 @@ Kérlek előbb azt zárd be.</translation>
|
|||
<translation>qBittorrent %1</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../GUI.cpp" line="1204"/>
|
||||
<location filename="../GUI.cpp" line="1203"/>
|
||||
<source>Connection status:</source>
|
||||
<translation>A kapcsolat állapota:</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../GUI.cpp" line="1204"/>
|
||||
<location filename="../GUI.cpp" line="1203"/>
|
||||
<source>Offline</source>
|
||||
<translation>Offline</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../GUI.cpp" line="1204"/>
|
||||
<location filename="../GUI.cpp" line="1203"/>
|
||||
<source>No peers found...</source>
|
||||
<translation>Nem találtam ügyfélt...</translation>
|
||||
</message>
|
||||
|
@ -1204,18 +1204,18 @@ Kérlek előbb azt zárd be.</translation>
|
|||
<translation type="obsolete">qBittorrent %1 elindítva.</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../GUI.cpp" line="1181"/>
|
||||
<location filename="../GUI.cpp" line="1180"/>
|
||||
<source>qBittorrent</source>
|
||||
<translation>qBittorrent</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../GUI.cpp" line="1184"/>
|
||||
<location filename="../GUI.cpp" line="1183"/>
|
||||
<source>DL speed: %1 KiB/s</source>
|
||||
<comment>e.g: Download speed: 10 KiB/s</comment>
|
||||
<translation>Letöltés: %1 KByte/s</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../GUI.cpp" line="1187"/>
|
||||
<location filename="../GUI.cpp" line="1186"/>
|
||||
<source>UP speed: %1 KiB/s</source>
|
||||
<comment>e.g: Upload speed: 10 KiB/s</comment>
|
||||
<translation>Feltöltés: %1 KByte/s</translation>
|
||||
|
@ -1274,12 +1274,12 @@ Kérlek előbb azt zárd be.</translation>
|
|||
<translation type="obsolete">Nincs</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../GUI.cpp" line="1030"/>
|
||||
<location filename="../GUI.cpp" line="1029"/>
|
||||
<source>All downloads were paused.</source>
|
||||
<translation>Minden letöltés megszakítva.</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../GUI.cpp" line="1053"/>
|
||||
<location filename="../GUI.cpp" line="1052"/>
|
||||
<source>'%1' paused.</source>
|
||||
<comment>xxx.avi paused.</comment>
|
||||
<translation>'%1' megállítva.</translation>
|
||||
|
@ -1291,12 +1291,12 @@ Kérlek előbb azt zárd be.</translation>
|
|||
<translation type="obsolete">Csatlakozás...</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../GUI.cpp" line="1099"/>
|
||||
<location filename="../GUI.cpp" line="1098"/>
|
||||
<source>All downloads were resumed.</source>
|
||||
<translation>Mindegyik letöltés elindítva.</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../GUI.cpp" line="1122"/>
|
||||
<location filename="../GUI.cpp" line="1121"/>
|
||||
<source>'%1' resumed.</source>
|
||||
<comment>e.g: xxx.avi resumed.</comment>
|
||||
<translation>'%1' elindítva.</translation>
|
||||
|
@ -1320,23 +1320,23 @@ Kérlek előbb azt zárd be.</translation>
|
|||
<translation>Hiba történ a(z) %1 írása/olvasása közben. Valószínűleg tele a lemez, így a letöltés megszakítva</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../GUI.cpp" line="1200"/>
|
||||
<location filename="../GUI.cpp" line="1199"/>
|
||||
<source>Connection Status:</source>
|
||||
<translation>A kapcsolat állapota:</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../GUI.cpp" line="1195"/>
|
||||
<location filename="../GUI.cpp" line="1194"/>
|
||||
<source>Online</source>
|
||||
<translation>Online</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../GUI.cpp" line="1200"/>
|
||||
<location filename="../GUI.cpp" line="1199"/>
|
||||
<source>Firewalled?</source>
|
||||
<comment>i.e: Behind a firewall/router?</comment>
|
||||
<translation>Tűzfal probléma?</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../GUI.cpp" line="1200"/>
|
||||
<location filename="../GUI.cpp" line="1199"/>
|
||||
<source>No incoming connections...</source>
|
||||
<translation>Nincs kapcsolat...</translation>
|
||||
</message>
|
||||
|
@ -1353,38 +1353,38 @@ Kérlek előbb azt zárd be.</translation>
|
|||
<translation>Hiba történt (megtelt a merevlemez?), '%1' megállítva.</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../GUI.cpp" line="140"/>
|
||||
<location filename="../GUI.cpp" line="144"/>
|
||||
<source>Search</source>
|
||||
<translation>Keresés</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../GUI.cpp" line="144"/>
|
||||
<location filename="../GUI.cpp" line="148"/>
|
||||
<source>RSS</source>
|
||||
<translation>RSS</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../GUI.cpp" line="816"/>
|
||||
<location filename="../GUI.cpp" line="815"/>
|
||||
<source>qBittorrent is bind to port: %1</source>
|
||||
<comment>e.g: qBittorrent is bind to port: 1666</comment>
|
||||
<translation>qBittorrent ezen a porton figyel: %1</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../GUI.cpp" line="890"/>
|
||||
<location filename="../GUI.cpp" line="889"/>
|
||||
<source>DHT support [ON], port: %1</source>
|
||||
<translation>DHT funkció [ON], port: %1</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../GUI.cpp" line="895"/>
|
||||
<location filename="../GUI.cpp" line="894"/>
|
||||
<source>DHT support [OFF]</source>
|
||||
<translation>DHT funkció [OFF]</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../GUI.cpp" line="899"/>
|
||||
<location filename="../GUI.cpp" line="898"/>
|
||||
<source>PeX support [ON]</source>
|
||||
<translation>PeX [ON]</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../GUI.cpp" line="903"/>
|
||||
<location filename="../GUI.cpp" line="902"/>
|
||||
<source>PeX support [OFF]</source>
|
||||
<translation>PeX [OFF]</translation>
|
||||
</message>
|
||||
|
@ -1396,12 +1396,12 @@ Are you sure you want to quit qBittorrent?</source>
|
|||
Mégis leállítod a qBittorrentet?</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../GUI.cpp" line="956"/>
|
||||
<location filename="../GUI.cpp" line="955"/>
|
||||
<source>Downloads</source>
|
||||
<translation>Letöltések</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../GUI.cpp" line="960"/>
|
||||
<location filename="../GUI.cpp" line="959"/>
|
||||
<source>Finished</source>
|
||||
<translation>Feltöltések</translation>
|
||||
</message>
|
||||
|
@ -1416,7 +1416,7 @@ Mégis leállítod a qBittorrentet?</translation>
|
|||
<translation>Biztos vagy benne, hogy törlöd a felsorolt elemeket a feltöltési listáról?</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../GUI.cpp" line="838"/>
|
||||
<location filename="../GUI.cpp" line="837"/>
|
||||
<source>UPnP support [ON]</source>
|
||||
<translation>UPnP támogatás [ON]</translation>
|
||||
</message>
|
||||
|
@ -1426,17 +1426,17 @@ Mégis leállítod a qBittorrentet?</translation>
|
|||
<translation type="obsolete">Csak óvatosan a megosztással. Nehogy megsértsd a szerzői jogokat!.</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../GUI.cpp" line="923"/>
|
||||
<location filename="../GUI.cpp" line="922"/>
|
||||
<source>Encryption support [ON]</source>
|
||||
<translation>Titkosítás [ON]</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../GUI.cpp" line="928"/>
|
||||
<location filename="../GUI.cpp" line="927"/>
|
||||
<source>Encryption support [FORCED]</source>
|
||||
<translation>Titkosítás [KÉNYSZERÍTVE]</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../GUI.cpp" line="933"/>
|
||||
<location filename="../GUI.cpp" line="932"/>
|
||||
<source>Encryption support [OFF]</source>
|
||||
<translation>Titkosítás [OFF]</translation>
|
||||
</message>
|
||||
|
@ -1524,27 +1524,27 @@ Mégis leállítod a qBittorrentet?</translation>
|
|||
<translation>Ctrl+F</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../GUI.cpp" line="841"/>
|
||||
<location filename="../GUI.cpp" line="840"/>
|
||||
<source>UPnP support [OFF]</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../GUI.cpp" line="846"/>
|
||||
<location filename="../GUI.cpp" line="845"/>
|
||||
<source>NAT-PMP support [ON]</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../GUI.cpp" line="849"/>
|
||||
<location filename="../GUI.cpp" line="848"/>
|
||||
<source>NAT-PMP support [OFF]</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../GUI.cpp" line="908"/>
|
||||
<location filename="../GUI.cpp" line="907"/>
|
||||
<source>Local Peer Discovery [ON]</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../GUI.cpp" line="911"/>
|
||||
<location filename="../GUI.cpp" line="910"/>
|
||||
<source>Local Peer Discovery support [OFF]</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
|
@ -1555,7 +1555,7 @@ Mégis leállítod a qBittorrentet?</translation>
|
|||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../GUI.cpp" line="1160"/>
|
||||
<location filename="../GUI.cpp" line="1159"/>
|
||||
<source>qBittorrent %1 (DL: %2KiB/s, UP: %3KiB/s)</source>
|
||||
<comment>%1 is qBittorrent version</comment>
|
||||
<translation type="unfinished"></translation>
|
||||
|
|
|
@ -1146,7 +1146,7 @@ Copyright © 2006 by Christophe Dumez<br>
|
|||
<translation>Sei sicuro di voler cancellare gli elementi selezionati dalla lista dei download?</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../GUI.cpp" line="960"/>
|
||||
<location filename="../GUI.cpp" line="959"/>
|
||||
<source>Finished</source>
|
||||
<translation>In Upload</translation>
|
||||
</message>
|
||||
|
@ -1525,17 +1525,17 @@ Example: Downloading www.example.com/test.torrent</comment>
|
|||
<translation>qBittorrent %1</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../GUI.cpp" line="1204"/>
|
||||
<location filename="../GUI.cpp" line="1203"/>
|
||||
<source>Connection status:</source>
|
||||
<translation>Stato della connessione:</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../GUI.cpp" line="1204"/>
|
||||
<location filename="../GUI.cpp" line="1203"/>
|
||||
<source>Offline</source>
|
||||
<translation>Offline</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../GUI.cpp" line="1204"/>
|
||||
<location filename="../GUI.cpp" line="1203"/>
|
||||
<source>No peers found...</source>
|
||||
<translation>Nessun peer trovato...</translation>
|
||||
</message>
|
||||
|
@ -1600,18 +1600,18 @@ Example: Downloading www.example.com/test.torrent</comment>
|
|||
<translation type="obsolete">qBittorrent %1 avviato.</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../GUI.cpp" line="1181"/>
|
||||
<location filename="../GUI.cpp" line="1180"/>
|
||||
<source>qBittorrent</source>
|
||||
<translation>qBittorrent</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../GUI.cpp" line="1184"/>
|
||||
<location filename="../GUI.cpp" line="1183"/>
|
||||
<source>DL speed: %1 KiB/s</source>
|
||||
<comment>e.g: Download speed: 10 KiB/s</comment>
|
||||
<translation>Velocità DL: %1 KiB/s</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../GUI.cpp" line="1187"/>
|
||||
<location filename="../GUI.cpp" line="1186"/>
|
||||
<source>UP speed: %1 KiB/s</source>
|
||||
<comment>e.g: Upload speed: 10 KiB/s</comment>
|
||||
<translation>Velocità UP: %1 KiB/s</translation>
|
||||
|
@ -1682,12 +1682,12 @@ Example: Downloading www.example.com/test.torrent</comment>
|
|||
<translation type="obsolete">In ascolto sulla porta: %1</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../GUI.cpp" line="1030"/>
|
||||
<location filename="../GUI.cpp" line="1029"/>
|
||||
<source>All downloads were paused.</source>
|
||||
<translation>Tutti i download sono stati fermati.</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../GUI.cpp" line="1053"/>
|
||||
<location filename="../GUI.cpp" line="1052"/>
|
||||
<source>'%1' paused.</source>
|
||||
<comment>xxx.avi paused.</comment>
|
||||
<translation>'%1' fermato.</translation>
|
||||
|
@ -1699,12 +1699,12 @@ Example: Downloading www.example.com/test.torrent</comment>
|
|||
<translation type="obsolete">Connessione in corso...</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../GUI.cpp" line="1099"/>
|
||||
<location filename="../GUI.cpp" line="1098"/>
|
||||
<source>All downloads were resumed.</source>
|
||||
<translation>Tutti i download sono stati ripresi.</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../GUI.cpp" line="1122"/>
|
||||
<location filename="../GUI.cpp" line="1121"/>
|
||||
<source>'%1' resumed.</source>
|
||||
<comment>e.g: xxx.avi resumed.</comment>
|
||||
<translation>'%1' ripreso.</translation>
|
||||
|
@ -1728,23 +1728,23 @@ Example: Downloading www.example.com/test.torrent</comment>
|
|||
<translation>Errore di scrittura o di lettura con %1. Probabilmente il disco è pieno, il download è stato fermato</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../GUI.cpp" line="1200"/>
|
||||
<location filename="../GUI.cpp" line="1199"/>
|
||||
<source>Connection Status:</source>
|
||||
<translation>Stato della connessione:</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../GUI.cpp" line="1195"/>
|
||||
<location filename="../GUI.cpp" line="1194"/>
|
||||
<source>Online</source>
|
||||
<translation>Online</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../GUI.cpp" line="1200"/>
|
||||
<location filename="../GUI.cpp" line="1199"/>
|
||||
<source>Firewalled?</source>
|
||||
<comment>i.e: Behind a firewall/router?</comment>
|
||||
<translation>Dietro firewall?</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../GUI.cpp" line="1200"/>
|
||||
<location filename="../GUI.cpp" line="1199"/>
|
||||
<source>No incoming connections...</source>
|
||||
<translation>Nessuna connession in entrata...</translation>
|
||||
</message>
|
||||
|
@ -1782,38 +1782,38 @@ Example: Downloading www.example.com/test.torrent</comment>
|
|||
<translation>C'è stato un errore (disco pieno?), '%1' fermato.</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../GUI.cpp" line="140"/>
|
||||
<location filename="../GUI.cpp" line="144"/>
|
||||
<source>Search</source>
|
||||
<translation>Ricerca</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../GUI.cpp" line="144"/>
|
||||
<location filename="../GUI.cpp" line="148"/>
|
||||
<source>RSS</source>
|
||||
<translation>RSS</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../GUI.cpp" line="816"/>
|
||||
<location filename="../GUI.cpp" line="815"/>
|
||||
<source>qBittorrent is bind to port: %1</source>
|
||||
<comment>e.g: qBittorrent is bind to port: 1666</comment>
|
||||
<translation>qBittorrent è in ascolto sulla porta: %1</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../GUI.cpp" line="890"/>
|
||||
<location filename="../GUI.cpp" line="889"/>
|
||||
<source>DHT support [ON], port: %1</source>
|
||||
<translation>Supporto DHT [ON], porta: %1</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../GUI.cpp" line="895"/>
|
||||
<location filename="../GUI.cpp" line="894"/>
|
||||
<source>DHT support [OFF]</source>
|
||||
<translation>Supporto DHT [OFF]</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../GUI.cpp" line="899"/>
|
||||
<location filename="../GUI.cpp" line="898"/>
|
||||
<source>PeX support [ON]</source>
|
||||
<translation>Supporto PeX [ON]</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../GUI.cpp" line="903"/>
|
||||
<location filename="../GUI.cpp" line="902"/>
|
||||
<source>PeX support [OFF]</source>
|
||||
<translation>Supporto PeX [OFF]</translation>
|
||||
</message>
|
||||
|
@ -1825,7 +1825,7 @@ Are you sure you want to quit qBittorrent?</source>
|
|||
Sei sicuro di voler uscire da qBittorrent?</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../GUI.cpp" line="956"/>
|
||||
<location filename="../GUI.cpp" line="955"/>
|
||||
<source>Downloads</source>
|
||||
<translation>In Download</translation>
|
||||
</message>
|
||||
|
@ -1835,7 +1835,7 @@ Sei sicuro di voler uscire da qBittorrent?</translation>
|
|||
<translation>Sei sicuro di voler cancellare gli elementi selezionati dalla lista dei download completati?</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../GUI.cpp" line="838"/>
|
||||
<location filename="../GUI.cpp" line="837"/>
|
||||
<source>UPnP support [ON]</source>
|
||||
<translation>Supporto UPnP [ON]</translation>
|
||||
</message>
|
||||
|
@ -1845,17 +1845,17 @@ Sei sicuro di voler uscire da qBittorrent?</translation>
|
|||
<translation type="obsolete">Attenzione, condividere materiale protetto da copyright senza il permesso è illegale.</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../GUI.cpp" line="923"/>
|
||||
<location filename="../GUI.cpp" line="922"/>
|
||||
<source>Encryption support [ON]</source>
|
||||
<translation>Supporto cifratura [ON]</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../GUI.cpp" line="928"/>
|
||||
<location filename="../GUI.cpp" line="927"/>
|
||||
<source>Encryption support [FORCED]</source>
|
||||
<translation>Supporto cifratura [FORZATO]</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../GUI.cpp" line="933"/>
|
||||
<location filename="../GUI.cpp" line="932"/>
|
||||
<source>Encryption support [OFF]</source>
|
||||
<translation>Supporto cifratura [OFF]</translation>
|
||||
</message>
|
||||
|
@ -1943,27 +1943,27 @@ Sei sicuro di voler uscire da qBittorrent?</translation>
|
|||
<translation>Ctrl+F</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../GUI.cpp" line="841"/>
|
||||
<location filename="../GUI.cpp" line="840"/>
|
||||
<source>UPnP support [OFF]</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../GUI.cpp" line="846"/>
|
||||
<location filename="../GUI.cpp" line="845"/>
|
||||
<source>NAT-PMP support [ON]</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../GUI.cpp" line="849"/>
|
||||
<location filename="../GUI.cpp" line="848"/>
|
||||
<source>NAT-PMP support [OFF]</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../GUI.cpp" line="908"/>
|
||||
<location filename="../GUI.cpp" line="907"/>
|
||||
<source>Local Peer Discovery [ON]</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../GUI.cpp" line="911"/>
|
||||
<location filename="../GUI.cpp" line="910"/>
|
||||
<source>Local Peer Discovery support [OFF]</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
|
@ -1974,7 +1974,7 @@ Sei sicuro di voler uscire da qBittorrent?</translation>
|
|||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../GUI.cpp" line="1160"/>
|
||||
<location filename="../GUI.cpp" line="1159"/>
|
||||
<source>qBittorrent %1 (DL: %2KiB/s, UP: %3KiB/s)</source>
|
||||
<comment>%1 is qBittorrent version</comment>
|
||||
<translation type="unfinished"></translation>
|
||||
|
|
|
@ -1181,17 +1181,17 @@ Please close the other one first.</source>
|
|||
<translation>qBittorrent %1</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../GUI.cpp" line="1204"/>
|
||||
<location filename="../GUI.cpp" line="1203"/>
|
||||
<source>Connection status:</source>
|
||||
<translation>接続状態:</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../GUI.cpp" line="1204"/>
|
||||
<location filename="../GUI.cpp" line="1203"/>
|
||||
<source>Offline</source>
|
||||
<translation>オフライン</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../GUI.cpp" line="1204"/>
|
||||
<location filename="../GUI.cpp" line="1203"/>
|
||||
<source>No peers found...</source>
|
||||
<translation>ピアが見つかりません...</translation>
|
||||
</message>
|
||||
|
@ -1244,18 +1244,18 @@ Please close the other one first.</source>
|
|||
<translation type="obsolete">qBittorrent %1 が開始されました。</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../GUI.cpp" line="1181"/>
|
||||
<location filename="../GUI.cpp" line="1180"/>
|
||||
<source>qBittorrent</source>
|
||||
<translation>qBittorrent</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../GUI.cpp" line="1184"/>
|
||||
<location filename="../GUI.cpp" line="1183"/>
|
||||
<source>DL speed: %1 KiB/s</source>
|
||||
<comment>e.g: Download speed: 10 KiB/s</comment>
|
||||
<translation>DL 速度: %1 KiB/s</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../GUI.cpp" line="1187"/>
|
||||
<location filename="../GUI.cpp" line="1186"/>
|
||||
<source>UP speed: %1 KiB/s</source>
|
||||
<comment>e.g: Upload speed: 10 KiB/s</comment>
|
||||
<translation>UP 速度: %1 KiB/s</translation>
|
||||
|
@ -1314,12 +1314,12 @@ Please close the other one first.</source>
|
|||
<translation type="obsolete">なし</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../GUI.cpp" line="1030"/>
|
||||
<location filename="../GUI.cpp" line="1029"/>
|
||||
<source>All downloads were paused.</source>
|
||||
<translation>すべてのダウンロードが一時停止されました。</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../GUI.cpp" line="1053"/>
|
||||
<location filename="../GUI.cpp" line="1052"/>
|
||||
<source>'%1' paused.</source>
|
||||
<comment>xxx.avi paused.</comment>
|
||||
<translation>'%1' が停止されました。</translation>
|
||||
|
@ -1331,12 +1331,12 @@ Please close the other one first.</source>
|
|||
<translation type="obsolete">接続しています...</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../GUI.cpp" line="1099"/>
|
||||
<location filename="../GUI.cpp" line="1098"/>
|
||||
<source>All downloads were resumed.</source>
|
||||
<translation>すべてのダウンロードが再開されました。</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../GUI.cpp" line="1122"/>
|
||||
<location filename="../GUI.cpp" line="1121"/>
|
||||
<source>'%1' resumed.</source>
|
||||
<comment>e.g: xxx.avi resumed.</comment>
|
||||
<translation>'%1' が再開されました。</translation>
|
||||
|
@ -1360,23 +1360,23 @@ Please close the other one first.</source>
|
|||
<translation>%1 の読み込みまたは書き込みを試行にエラーが発生しました。ディスクはおそらくいっぱいです、ダウンロードは一時停止されました</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../GUI.cpp" line="1200"/>
|
||||
<location filename="../GUI.cpp" line="1199"/>
|
||||
<source>Connection Status:</source>
|
||||
<translation>接続状態:</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../GUI.cpp" line="1195"/>
|
||||
<location filename="../GUI.cpp" line="1194"/>
|
||||
<source>Online</source>
|
||||
<translation>オンライン</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../GUI.cpp" line="1200"/>
|
||||
<location filename="../GUI.cpp" line="1199"/>
|
||||
<source>Firewalled?</source>
|
||||
<comment>i.e: Behind a firewall/router?</comment>
|
||||
<translation>ファイアウォールされましたか?</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../GUI.cpp" line="1200"/>
|
||||
<location filename="../GUI.cpp" line="1199"/>
|
||||
<source>No incoming connections...</source>
|
||||
<translation>次期接続がありません...</translation>
|
||||
</message>
|
||||
|
@ -1393,12 +1393,12 @@ Please close the other one first.</source>
|
|||
<translation>エラーが発生しました (ディスクいっぱい?)、'%1' が停止されました。</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../GUI.cpp" line="140"/>
|
||||
<location filename="../GUI.cpp" line="144"/>
|
||||
<source>Search</source>
|
||||
<translation>検索</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../GUI.cpp" line="144"/>
|
||||
<location filename="../GUI.cpp" line="148"/>
|
||||
<source>RSS</source>
|
||||
<translation>RSS</translation>
|
||||
</message>
|
||||
|
@ -1413,18 +1413,18 @@ Please close the other one first.</source>
|
|||
<translation type="obsolete">UPnP: WAN が検出されました!</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../GUI.cpp" line="816"/>
|
||||
<location filename="../GUI.cpp" line="815"/>
|
||||
<source>qBittorrent is bind to port: %1</source>
|
||||
<comment>e.g: qBittorrent is bind to port: 1666</comment>
|
||||
<translation>qBittorrent は次のポートに拘束されています: %1</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../GUI.cpp" line="890"/>
|
||||
<location filename="../GUI.cpp" line="889"/>
|
||||
<source>DHT support [ON], port: %1</source>
|
||||
<translation>DHT サポート [オン]、ポート: %1</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../GUI.cpp" line="895"/>
|
||||
<location filename="../GUI.cpp" line="894"/>
|
||||
<source>DHT support [OFF]</source>
|
||||
<translation>DHT サポート [オフ]</translation>
|
||||
</message>
|
||||
|
@ -1434,17 +1434,17 @@ Please close the other one first.</source>
|
|||
<translation type="obsolete">UPnP サポート [オン]、ポート: %1</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../GUI.cpp" line="841"/>
|
||||
<location filename="../GUI.cpp" line="840"/>
|
||||
<source>UPnP support [OFF]</source>
|
||||
<translation type="unfinished">UPnP サポート [オフ]</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../GUI.cpp" line="899"/>
|
||||
<location filename="../GUI.cpp" line="898"/>
|
||||
<source>PeX support [ON]</source>
|
||||
<translation>PeX サポート [オン]</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../GUI.cpp" line="903"/>
|
||||
<location filename="../GUI.cpp" line="902"/>
|
||||
<source>PeX support [OFF]</source>
|
||||
<translation>PeX サポート [オフ]</translation>
|
||||
</message>
|
||||
|
@ -1456,12 +1456,12 @@ Are you sure you want to quit qBittorrent?</source>
|
|||
qBittorrent を終了してもよろしいですか?</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../GUI.cpp" line="956"/>
|
||||
<location filename="../GUI.cpp" line="955"/>
|
||||
<source>Downloads</source>
|
||||
<translation>ダウンロード</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../GUI.cpp" line="960"/>
|
||||
<location filename="../GUI.cpp" line="959"/>
|
||||
<source>Finished</source>
|
||||
<translation>完了しました</translation>
|
||||
</message>
|
||||
|
@ -1476,7 +1476,7 @@ qBittorrent を終了してもよろしいですか?</translation>
|
|||
<translation>ダウンロードの一覧にある選択されたアイテムを削除してもよろしいですか?</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../GUI.cpp" line="838"/>
|
||||
<location filename="../GUI.cpp" line="837"/>
|
||||
<source>UPnP support [ON]</source>
|
||||
<translation>UPnP サポート [オン]</translation>
|
||||
</message>
|
||||
|
@ -1486,17 +1486,17 @@ qBittorrent を終了してもよろしいですか?</translation>
|
|||
<translation type="obsolete">ご用心ください、許可なしの著作権のある材料の共有は法律に違反しています。</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../GUI.cpp" line="923"/>
|
||||
<location filename="../GUI.cpp" line="922"/>
|
||||
<source>Encryption support [ON]</source>
|
||||
<translation>暗号化サポート [オン]</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../GUI.cpp" line="928"/>
|
||||
<location filename="../GUI.cpp" line="927"/>
|
||||
<source>Encryption support [FORCED]</source>
|
||||
<translation>暗号化サポート [強制済み]</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../GUI.cpp" line="933"/>
|
||||
<location filename="../GUI.cpp" line="932"/>
|
||||
<source>Encryption support [OFF]</source>
|
||||
<translation>暗号化サポート [オフ]</translation>
|
||||
</message>
|
||||
|
@ -1590,27 +1590,27 @@ qBittorrent を終了してもよろしいですか?</translation>
|
|||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../GUI.cpp" line="846"/>
|
||||
<location filename="../GUI.cpp" line="845"/>
|
||||
<source>NAT-PMP support [ON]</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../GUI.cpp" line="849"/>
|
||||
<location filename="../GUI.cpp" line="848"/>
|
||||
<source>NAT-PMP support [OFF]</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../GUI.cpp" line="908"/>
|
||||
<location filename="../GUI.cpp" line="907"/>
|
||||
<source>Local Peer Discovery [ON]</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../GUI.cpp" line="911"/>
|
||||
<location filename="../GUI.cpp" line="910"/>
|
||||
<source>Local Peer Discovery support [OFF]</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../GUI.cpp" line="1160"/>
|
||||
<location filename="../GUI.cpp" line="1159"/>
|
||||
<source>qBittorrent %1 (DL: %2KiB/s, UP: %3KiB/s)</source>
|
||||
<comment>%1 is qBittorrent version</comment>
|
||||
<translation type="unfinished"></translation>
|
||||
|
|
|
@ -1358,7 +1358,7 @@ download list?</source>
|
|||
<translation type="obsolete">다시 시작됨.</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../GUI.cpp" line="960"/>
|
||||
<location filename="../GUI.cpp" line="959"/>
|
||||
<source>Finished</source>
|
||||
<translation>완료</translation>
|
||||
</message>
|
||||
|
@ -1421,7 +1421,7 @@ download list?</source>
|
|||
<translation type="obsolete"> 개발자: 크리스토프 두메스 :: Copyright (c) 2006</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../GUI.cpp" line="1181"/>
|
||||
<location filename="../GUI.cpp" line="1180"/>
|
||||
<source>qBittorrent</source>
|
||||
<translation>큐비토런트</translation>
|
||||
</message>
|
||||
|
@ -1766,17 +1766,17 @@ Please close the other one first.</source>
|
|||
<translation>큐비토런트 %1</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../GUI.cpp" line="1204"/>
|
||||
<location filename="../GUI.cpp" line="1203"/>
|
||||
<source>Connection status:</source>
|
||||
<translation>연결 상태:</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../GUI.cpp" line="1204"/>
|
||||
<location filename="../GUI.cpp" line="1203"/>
|
||||
<source>Offline</source>
|
||||
<translation>오프라인</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../GUI.cpp" line="1204"/>
|
||||
<location filename="../GUI.cpp" line="1203"/>
|
||||
<source>No peers found...</source>
|
||||
<translation>피어가 없습니다...</translation>
|
||||
</message>
|
||||
|
@ -1841,13 +1841,13 @@ Please close the other one first.</source>
|
|||
<translation type="obsolete">큐비토런트 %1가 시작되었습니다.</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../GUI.cpp" line="1184"/>
|
||||
<location filename="../GUI.cpp" line="1183"/>
|
||||
<source>DL speed: %1 KiB/s</source>
|
||||
<comment>e.g: Download speed: 10 KiB/s</comment>
|
||||
<translation>다운로딩 속도: %1 KiB/s</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../GUI.cpp" line="1187"/>
|
||||
<location filename="../GUI.cpp" line="1186"/>
|
||||
<source>UP speed: %1 KiB/s</source>
|
||||
<comment>e.g: Upload speed: 10 KiB/s</comment>
|
||||
<translation>업로딩 속도: %1 KiB/s</translation>
|
||||
|
@ -1918,12 +1918,12 @@ Please close the other one first.</source>
|
|||
<translation type="obsolete">이미 연결 된 포트: %1</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../GUI.cpp" line="1030"/>
|
||||
<location filename="../GUI.cpp" line="1029"/>
|
||||
<source>All downloads were paused.</source>
|
||||
<translation>모든 다운로드가 멈추었습니다.</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../GUI.cpp" line="1053"/>
|
||||
<location filename="../GUI.cpp" line="1052"/>
|
||||
<source>'%1' paused.</source>
|
||||
<comment>xxx.avi paused.</comment>
|
||||
<translation>'%1'가 정지 되었습니다.</translation>
|
||||
|
@ -1935,12 +1935,12 @@ Please close the other one first.</source>
|
|||
<translation type="obsolete">연결중...</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../GUI.cpp" line="1099"/>
|
||||
<location filename="../GUI.cpp" line="1098"/>
|
||||
<source>All downloads were resumed.</source>
|
||||
<translation>모든 다운로드가 다시 시작되었습니다.</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../GUI.cpp" line="1122"/>
|
||||
<location filename="../GUI.cpp" line="1121"/>
|
||||
<source>'%1' resumed.</source>
|
||||
<comment>e.g: xxx.avi resumed.</comment>
|
||||
<translation>'%1' 가 다운로드를 다시 시작되었습니다.</translation>
|
||||
|
@ -1970,23 +1970,23 @@ Please close the other one first.</source>
|
|||
<translation type="obsolete">오류 발생 (디스크가 꽉찼습니까?), '%1'가 정지 되었습니다.</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../GUI.cpp" line="1200"/>
|
||||
<location filename="../GUI.cpp" line="1199"/>
|
||||
<source>Connection Status:</source>
|
||||
<translation>연결 상태:</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../GUI.cpp" line="1195"/>
|
||||
<location filename="../GUI.cpp" line="1194"/>
|
||||
<source>Online</source>
|
||||
<translation>온라인</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../GUI.cpp" line="1200"/>
|
||||
<location filename="../GUI.cpp" line="1199"/>
|
||||
<source>Firewalled?</source>
|
||||
<comment>i.e: Behind a firewall/router?</comment>
|
||||
<translation>방화벽이 설치되어있습니까?</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../GUI.cpp" line="1200"/>
|
||||
<location filename="../GUI.cpp" line="1199"/>
|
||||
<source>No incoming connections...</source>
|
||||
<translation>받는 연결이 없습니다...</translation>
|
||||
</message>
|
||||
|
@ -2024,38 +2024,38 @@ Please close the other one first.</source>
|
|||
<translation>오류 발생 (디스크가 꽉찼습니까?), '%1'가 정지 되었습니다.</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../GUI.cpp" line="140"/>
|
||||
<location filename="../GUI.cpp" line="144"/>
|
||||
<source>Search</source>
|
||||
<translation>검색</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../GUI.cpp" line="144"/>
|
||||
<location filename="../GUI.cpp" line="148"/>
|
||||
<source>RSS</source>
|
||||
<translation></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../GUI.cpp" line="816"/>
|
||||
<location filename="../GUI.cpp" line="815"/>
|
||||
<source>qBittorrent is bind to port: %1</source>
|
||||
<comment>e.g: qBittorrent is bind to port: 1666</comment>
|
||||
<translation>큐비토런트는 다음 포트을 사용하고 있습니다: %1</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../GUI.cpp" line="890"/>
|
||||
<location filename="../GUI.cpp" line="889"/>
|
||||
<source>DHT support [ON], port: %1</source>
|
||||
<translation>DHT 지원 [사용함], 포트: %1</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../GUI.cpp" line="895"/>
|
||||
<location filename="../GUI.cpp" line="894"/>
|
||||
<source>DHT support [OFF]</source>
|
||||
<translation>DHT 지원 [사용안함]</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../GUI.cpp" line="899"/>
|
||||
<location filename="../GUI.cpp" line="898"/>
|
||||
<source>PeX support [ON]</source>
|
||||
<translation>Pes 지원 [사용함]</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../GUI.cpp" line="903"/>
|
||||
<location filename="../GUI.cpp" line="902"/>
|
||||
<source>PeX support [OFF]</source>
|
||||
<translation>Pes 지원 [사용안함]</translation>
|
||||
</message>
|
||||
|
@ -2067,7 +2067,7 @@ Are you sure you want to quit qBittorrent?</source>
|
|||
큐비토런트를 종료하시겠습니까?</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../GUI.cpp" line="956"/>
|
||||
<location filename="../GUI.cpp" line="955"/>
|
||||
<source>Downloads</source>
|
||||
<translation>다운로드</translation>
|
||||
</message>
|
||||
|
@ -2077,7 +2077,7 @@ Are you sure you want to quit qBittorrent?</source>
|
|||
<translation> 현재 완료목록에서 선택된 파일을 지우시겠습니까? </translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../GUI.cpp" line="838"/>
|
||||
<location filename="../GUI.cpp" line="837"/>
|
||||
<source>UPnP support [ON]</source>
|
||||
<translation>UPnp 지원 [사용함]</translation>
|
||||
</message>
|
||||
|
@ -2087,17 +2087,17 @@ Are you sure you want to quit qBittorrent?</source>
|
|||
<translation type="obsolete">허락없이 저작권이 있는 자료를 공유하는 것은 법에 저촉됩니다.</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../GUI.cpp" line="923"/>
|
||||
<location filename="../GUI.cpp" line="922"/>
|
||||
<source>Encryption support [ON]</source>
|
||||
<translation>암호화(Encryption) 지원 [사용함]</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../GUI.cpp" line="928"/>
|
||||
<location filename="../GUI.cpp" line="927"/>
|
||||
<source>Encryption support [FORCED]</source>
|
||||
<translation>암호화(Encryption) 지원 [강압적으로 사용]</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../GUI.cpp" line="933"/>
|
||||
<location filename="../GUI.cpp" line="932"/>
|
||||
<source>Encryption support [OFF]</source>
|
||||
<translation>암호화(Encryption) 지원 [사용안함]</translation>
|
||||
</message>
|
||||
|
@ -2179,27 +2179,27 @@ Are you sure you want to quit qBittorrent?</source>
|
|||
<translation></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../GUI.cpp" line="841"/>
|
||||
<location filename="../GUI.cpp" line="840"/>
|
||||
<source>UPnP support [OFF]</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../GUI.cpp" line="846"/>
|
||||
<location filename="../GUI.cpp" line="845"/>
|
||||
<source>NAT-PMP support [ON]</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../GUI.cpp" line="849"/>
|
||||
<location filename="../GUI.cpp" line="848"/>
|
||||
<source>NAT-PMP support [OFF]</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../GUI.cpp" line="908"/>
|
||||
<location filename="../GUI.cpp" line="907"/>
|
||||
<source>Local Peer Discovery [ON]</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../GUI.cpp" line="911"/>
|
||||
<location filename="../GUI.cpp" line="910"/>
|
||||
<source>Local Peer Discovery support [OFF]</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
|
@ -2210,7 +2210,7 @@ Are you sure you want to quit qBittorrent?</source>
|
|||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../GUI.cpp" line="1160"/>
|
||||
<location filename="../GUI.cpp" line="1159"/>
|
||||
<source>qBittorrent %1 (DL: %2KiB/s, UP: %3KiB/s)</source>
|
||||
<comment>%1 is qBittorrent version</comment>
|
||||
<translation type="unfinished"></translation>
|
||||
|
|
|
@ -1068,7 +1068,7 @@ Copyright © 2006 av Christophe Dumez<br>
|
|||
<translation>Ønsker du å slette valgt(e) element(er) i nedlastingslisten?</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../GUI.cpp" line="960"/>
|
||||
<location filename="../GUI.cpp" line="959"/>
|
||||
<source>Finished</source>
|
||||
<translation type="unfinished">Ferdig</translation>
|
||||
</message>
|
||||
|
@ -1440,17 +1440,17 @@ Vennligst avslutt denne først.</translation>
|
|||
<translation>qBittorrent %1</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../GUI.cpp" line="1204"/>
|
||||
<location filename="../GUI.cpp" line="1203"/>
|
||||
<source>Connection status:</source>
|
||||
<translation>Tilkoblingsstatus:</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../GUI.cpp" line="1204"/>
|
||||
<location filename="../GUI.cpp" line="1203"/>
|
||||
<source>Offline</source>
|
||||
<translation>Frakoblet</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../GUI.cpp" line="1204"/>
|
||||
<location filename="../GUI.cpp" line="1203"/>
|
||||
<source>No peers found...</source>
|
||||
<translation>Ingen tjenere funnet...</translation>
|
||||
</message>
|
||||
|
@ -1515,18 +1515,18 @@ Vennligst avslutt denne først.</translation>
|
|||
<translation type="obsolete">qBittorrent %1 er startet.</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../GUI.cpp" line="1181"/>
|
||||
<location filename="../GUI.cpp" line="1180"/>
|
||||
<source>qBittorrent</source>
|
||||
<translation>qBittorrent</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../GUI.cpp" line="1184"/>
|
||||
<location filename="../GUI.cpp" line="1183"/>
|
||||
<source>DL speed: %1 KiB/s</source>
|
||||
<comment>e.g: Download speed: 10 KiB/s</comment>
|
||||
<translation>Nedlastingshastighet: %1 KiB/s</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../GUI.cpp" line="1187"/>
|
||||
<location filename="../GUI.cpp" line="1186"/>
|
||||
<source>UP speed: %1 KiB/s</source>
|
||||
<comment>e.g: Upload speed: 10 KiB/s</comment>
|
||||
<translation>Opplastingshastighet: %1 KiB/s</translation>
|
||||
|
@ -1597,12 +1597,12 @@ Vennligst avslutt denne først.</translation>
|
|||
<translation type="obsolete">Lytter på port: %1</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../GUI.cpp" line="1030"/>
|
||||
<location filename="../GUI.cpp" line="1029"/>
|
||||
<source>All downloads were paused.</source>
|
||||
<translation>Alle nedlastinger ble pauset.</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../GUI.cpp" line="1053"/>
|
||||
<location filename="../GUI.cpp" line="1052"/>
|
||||
<source>'%1' paused.</source>
|
||||
<comment>xxx.avi paused.</comment>
|
||||
<translation>'%1' pauset.</translation>
|
||||
|
@ -1614,12 +1614,12 @@ Vennligst avslutt denne først.</translation>
|
|||
<translation type="obsolete">Kobler til...</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../GUI.cpp" line="1099"/>
|
||||
<location filename="../GUI.cpp" line="1098"/>
|
||||
<source>All downloads were resumed.</source>
|
||||
<translation>Alle nedlastinger ble gjenopptatt.</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../GUI.cpp" line="1122"/>
|
||||
<location filename="../GUI.cpp" line="1121"/>
|
||||
<source>'%1' resumed.</source>
|
||||
<comment>e.g: xxx.avi resumed.</comment>
|
||||
<translation>'%1' gjenopptatt.</translation>
|
||||
|
@ -1649,23 +1649,23 @@ Vennligst avslutt denne først.</translation>
|
|||
<translation type="obsolete">Det har oppstått en feil (full disk?), '%1' er pauset.</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../GUI.cpp" line="1200"/>
|
||||
<location filename="../GUI.cpp" line="1199"/>
|
||||
<source>Connection Status:</source>
|
||||
<translation>Tilkoblingsstatus:</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../GUI.cpp" line="1195"/>
|
||||
<location filename="../GUI.cpp" line="1194"/>
|
||||
<source>Online</source>
|
||||
<translation>Tilkoblet</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../GUI.cpp" line="1200"/>
|
||||
<location filename="../GUI.cpp" line="1199"/>
|
||||
<source>Firewalled?</source>
|
||||
<comment>i.e: Behind a firewall/router?</comment>
|
||||
<translation>Beskyttet av en brannmur?</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../GUI.cpp" line="1200"/>
|
||||
<location filename="../GUI.cpp" line="1199"/>
|
||||
<source>No incoming connections...</source>
|
||||
<translation>Ingen innkommende tilkoblinger...</translation>
|
||||
</message>
|
||||
|
@ -1703,38 +1703,38 @@ Vennligst avslutt denne først.</translation>
|
|||
<translation>Det har oppstått en feil (full disk?), '%1' er pauset.</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../GUI.cpp" line="140"/>
|
||||
<location filename="../GUI.cpp" line="144"/>
|
||||
<source>Search</source>
|
||||
<translation type="unfinished">Søk</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../GUI.cpp" line="144"/>
|
||||
<location filename="../GUI.cpp" line="148"/>
|
||||
<source>RSS</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../GUI.cpp" line="816"/>
|
||||
<location filename="../GUI.cpp" line="815"/>
|
||||
<source>qBittorrent is bind to port: %1</source>
|
||||
<comment>e.g: qBittorrent is bind to port: 1666</comment>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../GUI.cpp" line="890"/>
|
||||
<location filename="../GUI.cpp" line="889"/>
|
||||
<source>DHT support [ON], port: %1</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../GUI.cpp" line="895"/>
|
||||
<location filename="../GUI.cpp" line="894"/>
|
||||
<source>DHT support [OFF]</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../GUI.cpp" line="899"/>
|
||||
<location filename="../GUI.cpp" line="898"/>
|
||||
<source>PeX support [ON]</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../GUI.cpp" line="903"/>
|
||||
<location filename="../GUI.cpp" line="902"/>
|
||||
<source>PeX support [OFF]</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
|
@ -1745,7 +1745,7 @@ Are you sure you want to quit qBittorrent?</source>
|
|||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../GUI.cpp" line="956"/>
|
||||
<location filename="../GUI.cpp" line="955"/>
|
||||
<source>Downloads</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
|
@ -1755,22 +1755,22 @@ Are you sure you want to quit qBittorrent?</source>
|
|||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../GUI.cpp" line="838"/>
|
||||
<location filename="../GUI.cpp" line="837"/>
|
||||
<source>UPnP support [ON]</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../GUI.cpp" line="923"/>
|
||||
<location filename="../GUI.cpp" line="922"/>
|
||||
<source>Encryption support [ON]</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../GUI.cpp" line="928"/>
|
||||
<location filename="../GUI.cpp" line="927"/>
|
||||
<source>Encryption support [FORCED]</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../GUI.cpp" line="933"/>
|
||||
<location filename="../GUI.cpp" line="932"/>
|
||||
<source>Encryption support [OFF]</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
|
@ -1831,27 +1831,27 @@ Are you sure you want to quit qBittorrent?</source>
|
|||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../GUI.cpp" line="841"/>
|
||||
<location filename="../GUI.cpp" line="840"/>
|
||||
<source>UPnP support [OFF]</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../GUI.cpp" line="846"/>
|
||||
<location filename="../GUI.cpp" line="845"/>
|
||||
<source>NAT-PMP support [ON]</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../GUI.cpp" line="849"/>
|
||||
<location filename="../GUI.cpp" line="848"/>
|
||||
<source>NAT-PMP support [OFF]</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../GUI.cpp" line="908"/>
|
||||
<location filename="../GUI.cpp" line="907"/>
|
||||
<source>Local Peer Discovery [ON]</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../GUI.cpp" line="911"/>
|
||||
<location filename="../GUI.cpp" line="910"/>
|
||||
<source>Local Peer Discovery support [OFF]</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
|
@ -1862,7 +1862,7 @@ Are you sure you want to quit qBittorrent?</source>
|
|||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../GUI.cpp" line="1160"/>
|
||||
<location filename="../GUI.cpp" line="1159"/>
|
||||
<source>qBittorrent %1 (DL: %2KiB/s, UP: %3KiB/s)</source>
|
||||
<comment>%1 is qBittorrent version</comment>
|
||||
<translation type="unfinished"></translation>
|
||||
|
|
|
@ -1281,7 +1281,7 @@ Copyright 2006 door Christophe Dumez<br>
|
|||
<translation type="obsolete"> gestart.</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../GUI.cpp" line="1181"/>
|
||||
<location filename="../GUI.cpp" line="1180"/>
|
||||
<source>qBittorrent</source>
|
||||
<translation>qBittorrent</translation>
|
||||
</message>
|
||||
|
@ -1461,7 +1461,7 @@ Copyright 2006 door Christophe Dumez<br>
|
|||
<translation type="obsolete">/s</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../GUI.cpp" line="960"/>
|
||||
<location filename="../GUI.cpp" line="959"/>
|
||||
<source>Finished</source>
|
||||
<translation>Klaar</translation>
|
||||
</message>
|
||||
|
@ -1759,17 +1759,17 @@ Stop het eerste proccess eerst.
|
|||
<translation>qBittorrent %1</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../GUI.cpp" line="1204"/>
|
||||
<location filename="../GUI.cpp" line="1203"/>
|
||||
<source>Connection status:</source>
|
||||
<translation>Verbindingsstatus:</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../GUI.cpp" line="1204"/>
|
||||
<location filename="../GUI.cpp" line="1203"/>
|
||||
<source>Offline</source>
|
||||
<translation>Offline</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../GUI.cpp" line="1204"/>
|
||||
<location filename="../GUI.cpp" line="1203"/>
|
||||
<source>No peers found...</source>
|
||||
<translation>Geen peers gevonden...</translation>
|
||||
</message>
|
||||
|
@ -1834,13 +1834,13 @@ Stop het eerste proccess eerst.
|
|||
<translation type="obsolete">qBittorrent %1 gestart.</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../GUI.cpp" line="1184"/>
|
||||
<location filename="../GUI.cpp" line="1183"/>
|
||||
<source>DL speed: %1 KiB/s</source>
|
||||
<comment>e.g: Download speed: 10 KiB/s</comment>
|
||||
<translation>DL snelheid: %1 KiB/s</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../GUI.cpp" line="1187"/>
|
||||
<location filename="../GUI.cpp" line="1186"/>
|
||||
<source>UP speed: %1 KiB/s</source>
|
||||
<comment>e.g: Upload speed: 10 KiB/s</comment>
|
||||
<translation>UP snelheid: %1 KiB/s</translation>
|
||||
|
@ -1911,12 +1911,12 @@ Stop het eerste proccess eerst.
|
|||
<translation type="obsolete">Aan het luisteren op poort: %1</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../GUI.cpp" line="1030"/>
|
||||
<location filename="../GUI.cpp" line="1029"/>
|
||||
<source>All downloads were paused.</source>
|
||||
<translation>Alle downloads gepauzeerd.</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../GUI.cpp" line="1053"/>
|
||||
<location filename="../GUI.cpp" line="1052"/>
|
||||
<source>'%1' paused.</source>
|
||||
<comment>xxx.avi paused.</comment>
|
||||
<translation>'%1' gepauzeerd.</translation>
|
||||
|
@ -1928,12 +1928,12 @@ Stop het eerste proccess eerst.
|
|||
<translation type="obsolete">Verbinding maken...</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../GUI.cpp" line="1099"/>
|
||||
<location filename="../GUI.cpp" line="1098"/>
|
||||
<source>All downloads were resumed.</source>
|
||||
<translation>Alle downloads hervat.</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../GUI.cpp" line="1122"/>
|
||||
<location filename="../GUI.cpp" line="1121"/>
|
||||
<source>'%1' resumed.</source>
|
||||
<comment>e.g: xxx.avi resumed.</comment>
|
||||
<translation>'%1' hervat.</translation>
|
||||
|
@ -1957,23 +1957,23 @@ Stop het eerste proccess eerst.
|
|||
<translation>Een fout is opgetreden tijdens het lezen of schrijven van %1. De schijf is waarschijnlijk vol, de download is gepauzeerd</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../GUI.cpp" line="1200"/>
|
||||
<location filename="../GUI.cpp" line="1199"/>
|
||||
<source>Connection Status:</source>
|
||||
<translation>Verbindingsstatus:</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../GUI.cpp" line="1195"/>
|
||||
<location filename="../GUI.cpp" line="1194"/>
|
||||
<source>Online</source>
|
||||
<translation>Online</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../GUI.cpp" line="1200"/>
|
||||
<location filename="../GUI.cpp" line="1199"/>
|
||||
<source>Firewalled?</source>
|
||||
<comment>i.e: Behind a firewall/router?</comment>
|
||||
<translation>Geblokkeerd?</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../GUI.cpp" line="1200"/>
|
||||
<location filename="../GUI.cpp" line="1199"/>
|
||||
<source>No incoming connections...</source>
|
||||
<translation>Geen inkomende verbindingen...</translation>
|
||||
</message>
|
||||
|
@ -2011,38 +2011,38 @@ Stop het eerste proccess eerst.
|
|||
<translation>Er is een fout opgetreden (schijf vol?), '%1' gepauzeerd.</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../GUI.cpp" line="140"/>
|
||||
<location filename="../GUI.cpp" line="144"/>
|
||||
<source>Search</source>
|
||||
<translation>Zoeken</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../GUI.cpp" line="144"/>
|
||||
<location filename="../GUI.cpp" line="148"/>
|
||||
<source>RSS</source>
|
||||
<translation>RSS</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../GUI.cpp" line="816"/>
|
||||
<location filename="../GUI.cpp" line="815"/>
|
||||
<source>qBittorrent is bind to port: %1</source>
|
||||
<comment>e.g: qBittorrent is bind to port: 1666</comment>
|
||||
<translation>qBittorrent is verbonden aan poort: %1</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../GUI.cpp" line="890"/>
|
||||
<location filename="../GUI.cpp" line="889"/>
|
||||
<source>DHT support [ON], port: %1</source>
|
||||
<translation>DHT ondersteuning [AAN], poort: %1</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../GUI.cpp" line="895"/>
|
||||
<location filename="../GUI.cpp" line="894"/>
|
||||
<source>DHT support [OFF]</source>
|
||||
<translation>DHT ondersteuning [UIT]</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../GUI.cpp" line="899"/>
|
||||
<location filename="../GUI.cpp" line="898"/>
|
||||
<source>PeX support [ON]</source>
|
||||
<translation>PeX ondersteuning [AAN]</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../GUI.cpp" line="903"/>
|
||||
<location filename="../GUI.cpp" line="902"/>
|
||||
<source>PeX support [OFF]</source>
|
||||
<translation>PeX ondersteuning [UIT]</translation>
|
||||
</message>
|
||||
|
@ -2054,7 +2054,7 @@ Are you sure you want to quit qBittorrent?</source>
|
|||
Weet u zeker dat u qBittorrent wilt afsluiten?</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../GUI.cpp" line="956"/>
|
||||
<location filename="../GUI.cpp" line="955"/>
|
||||
<source>Downloads</source>
|
||||
<translation>Downloads</translation>
|
||||
</message>
|
||||
|
@ -2064,22 +2064,22 @@ Weet u zeker dat u qBittorrent wilt afsluiten?</translation>
|
|||
<translation>Weet u zeker dat u de geselecteerde item(s) wilt verwijderen van de voltooidlijst?</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../GUI.cpp" line="838"/>
|
||||
<location filename="../GUI.cpp" line="837"/>
|
||||
<source>UPnP support [ON]</source>
|
||||
<translation>UPnP ondersteuning [AAN]</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../GUI.cpp" line="923"/>
|
||||
<location filename="../GUI.cpp" line="922"/>
|
||||
<source>Encryption support [ON]</source>
|
||||
<translation>Encryptie ondersteuning [AAN]</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../GUI.cpp" line="928"/>
|
||||
<location filename="../GUI.cpp" line="927"/>
|
||||
<source>Encryption support [FORCED]</source>
|
||||
<translation>Encryptie ondersteuning [GEFORCEERD]</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../GUI.cpp" line="933"/>
|
||||
<location filename="../GUI.cpp" line="932"/>
|
||||
<source>Encryption support [OFF]</source>
|
||||
<translation>Encryptie ondersteuning [UIT]</translation>
|
||||
</message>
|
||||
|
@ -2140,27 +2140,27 @@ Weet u zeker dat u qBittorrent wilt afsluiten?</translation>
|
|||
<translation>Ctrl+F</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../GUI.cpp" line="841"/>
|
||||
<location filename="../GUI.cpp" line="840"/>
|
||||
<source>UPnP support [OFF]</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../GUI.cpp" line="846"/>
|
||||
<location filename="../GUI.cpp" line="845"/>
|
||||
<source>NAT-PMP support [ON]</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../GUI.cpp" line="849"/>
|
||||
<location filename="../GUI.cpp" line="848"/>
|
||||
<source>NAT-PMP support [OFF]</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../GUI.cpp" line="908"/>
|
||||
<location filename="../GUI.cpp" line="907"/>
|
||||
<source>Local Peer Discovery [ON]</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../GUI.cpp" line="911"/>
|
||||
<location filename="../GUI.cpp" line="910"/>
|
||||
<source>Local Peer Discovery support [OFF]</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
|
@ -2171,7 +2171,7 @@ Weet u zeker dat u qBittorrent wilt afsluiten?</translation>
|
|||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../GUI.cpp" line="1160"/>
|
||||
<location filename="../GUI.cpp" line="1159"/>
|
||||
<source>qBittorrent %1 (DL: %2KiB/s, UP: %3KiB/s)</source>
|
||||
<comment>%1 is qBittorrent version</comment>
|
||||
<translation type="unfinished"></translation>
|
||||
|
|
|
@ -1404,7 +1404,7 @@ Wszystkie prawa zastrzeżone © 2006 Christophe Dumez<br>
|
|||
<translation type="obsolete">wznowiony.</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../GUI.cpp" line="960"/>
|
||||
<location filename="../GUI.cpp" line="959"/>
|
||||
<source>Finished</source>
|
||||
<translation>Ukończone</translation>
|
||||
</message>
|
||||
|
@ -1447,7 +1447,7 @@ Wszystkie prawa zastrzeżone © 2006 Christophe Dumez<br>
|
|||
<translation type="obsolete">qBittorrent</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../GUI.cpp" line="1181"/>
|
||||
<location filename="../GUI.cpp" line="1180"/>
|
||||
<source>qBittorrent</source>
|
||||
<translation>qBittorrent</translation>
|
||||
</message>
|
||||
|
@ -1799,17 +1799,17 @@ Zamknij najpierw okno podglądu.</translation>
|
|||
<translation>qBittorent %1</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../GUI.cpp" line="1204"/>
|
||||
<location filename="../GUI.cpp" line="1203"/>
|
||||
<source>Connection status:</source>
|
||||
<translation>Status połączenia:</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../GUI.cpp" line="1204"/>
|
||||
<location filename="../GUI.cpp" line="1203"/>
|
||||
<source>Offline</source>
|
||||
<translation>Niepołączony</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../GUI.cpp" line="1204"/>
|
||||
<location filename="../GUI.cpp" line="1203"/>
|
||||
<source>No peers found...</source>
|
||||
<translation>Nie znaleziono peerów...</translation>
|
||||
</message>
|
||||
|
@ -1874,13 +1874,13 @@ Zamknij najpierw okno podglądu.</translation>
|
|||
<translation type="obsolete">qBittorrent %1 uruchomiony.</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../GUI.cpp" line="1184"/>
|
||||
<location filename="../GUI.cpp" line="1183"/>
|
||||
<source>DL speed: %1 KiB/s</source>
|
||||
<comment>e.g: Download speed: 10 KiB/s</comment>
|
||||
<translation>Prędkość DL: %1 KiB/s</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../GUI.cpp" line="1187"/>
|
||||
<location filename="../GUI.cpp" line="1186"/>
|
||||
<source>UP speed: %1 KiB/s</source>
|
||||
<comment>e.g: Upload speed: 10 KiB/s</comment>
|
||||
<translation>Prędkość UP: %1 KiB/</translation>
|
||||
|
@ -1951,12 +1951,12 @@ Zamknij najpierw okno podglądu.</translation>
|
|||
<translation type="obsolete">Nasłuchuje na porcie: %1</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../GUI.cpp" line="1030"/>
|
||||
<location filename="../GUI.cpp" line="1029"/>
|
||||
<source>All downloads were paused.</source>
|
||||
<translation>Wszystkie zadania pobierania wstrzymane.</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../GUI.cpp" line="1053"/>
|
||||
<location filename="../GUI.cpp" line="1052"/>
|
||||
<source>'%1' paused.</source>
|
||||
<comment>xxx.avi paused.</comment>
|
||||
<translation>'%1' wstrzymany.</translation>
|
||||
|
@ -1968,12 +1968,12 @@ Zamknij najpierw okno podglądu.</translation>
|
|||
<translation type="obsolete">Łączenie...</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../GUI.cpp" line="1099"/>
|
||||
<location filename="../GUI.cpp" line="1098"/>
|
||||
<source>All downloads were resumed.</source>
|
||||
<translation>Wszystkie zadania pobierania wzniowione.</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../GUI.cpp" line="1122"/>
|
||||
<location filename="../GUI.cpp" line="1121"/>
|
||||
<source>'%1' resumed.</source>
|
||||
<comment>e.g: xxx.avi resumed.</comment>
|
||||
<translation>'%1' wznowiony.</translation>
|
||||
|
@ -2003,23 +2003,23 @@ Zamknij najpierw okno podglądu.</translation>
|
|||
<translation type="obsolete">Wystąpił błąd (brak miejsca?), '%1' wstrzymany.</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../GUI.cpp" line="1200"/>
|
||||
<location filename="../GUI.cpp" line="1199"/>
|
||||
<source>Connection Status:</source>
|
||||
<translation>Status połączenia:</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../GUI.cpp" line="1195"/>
|
||||
<location filename="../GUI.cpp" line="1194"/>
|
||||
<source>Online</source>
|
||||
<translation>Połączony</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../GUI.cpp" line="1200"/>
|
||||
<location filename="../GUI.cpp" line="1199"/>
|
||||
<source>Firewalled?</source>
|
||||
<comment>i.e: Behind a firewall/router?</comment>
|
||||
<translation>Zablokowany?</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../GUI.cpp" line="1200"/>
|
||||
<location filename="../GUI.cpp" line="1199"/>
|
||||
<source>No incoming connections...</source>
|
||||
<translation>Brak połączeń przychodzących...</translation>
|
||||
</message>
|
||||
|
@ -2057,38 +2057,38 @@ Zamknij najpierw okno podglądu.</translation>
|
|||
<translation>Wystąpił błąd (brak miejsca?), '%1' wstrzymany.</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../GUI.cpp" line="140"/>
|
||||
<location filename="../GUI.cpp" line="144"/>
|
||||
<source>Search</source>
|
||||
<translation>Szukaj</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../GUI.cpp" line="144"/>
|
||||
<location filename="../GUI.cpp" line="148"/>
|
||||
<source>RSS</source>
|
||||
<translation>RSS</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../GUI.cpp" line="816"/>
|
||||
<location filename="../GUI.cpp" line="815"/>
|
||||
<source>qBittorrent is bind to port: %1</source>
|
||||
<comment>e.g: qBittorrent is bind to port: 1666</comment>
|
||||
<translation>e.g: qBittorrent jest podłączony do portu: 1666</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../GUI.cpp" line="890"/>
|
||||
<location filename="../GUI.cpp" line="889"/>
|
||||
<source>DHT support [ON], port: %1</source>
|
||||
<translation>Wsparcie DHT [WŁ], port: %1</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../GUI.cpp" line="895"/>
|
||||
<location filename="../GUI.cpp" line="894"/>
|
||||
<source>DHT support [OFF]</source>
|
||||
<translation>Wsparcie DHT [WYŁ]</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../GUI.cpp" line="899"/>
|
||||
<location filename="../GUI.cpp" line="898"/>
|
||||
<source>PeX support [ON]</source>
|
||||
<translation>Wsparcie PeX [WŁ]</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../GUI.cpp" line="903"/>
|
||||
<location filename="../GUI.cpp" line="902"/>
|
||||
<source>PeX support [OFF]</source>
|
||||
<translation>Wsparcie pEx [WYŁ]</translation>
|
||||
</message>
|
||||
|
@ -2100,7 +2100,7 @@ Are you sure you want to quit qBittorrent?</source>
|
|||
Czy napewno zamknąć qBittorrent?</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../GUI.cpp" line="956"/>
|
||||
<location filename="../GUI.cpp" line="955"/>
|
||||
<source>Downloads</source>
|
||||
<translation>Pobieranie</translation>
|
||||
</message>
|
||||
|
@ -2115,7 +2115,7 @@ Czy napewno zamknąć qBittorrent?</translation>
|
|||
<translation>Czy napewno usunąć wybrane pozycje z listy zakończonych?</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../GUI.cpp" line="838"/>
|
||||
<location filename="../GUI.cpp" line="837"/>
|
||||
<source>UPnP support [ON]</source>
|
||||
<translation>Wsparcie UPnP [WŁ]</translation>
|
||||
</message>
|
||||
|
@ -2125,17 +2125,17 @@ Czy napewno zamknąć qBittorrent?</translation>
|
|||
<translation type="obsolete">Bądź ostrożny, wymiana plików chronionych prawami autorskimi jest niezgodna z prawem.</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../GUI.cpp" line="923"/>
|
||||
<location filename="../GUI.cpp" line="922"/>
|
||||
<source>Encryption support [ON]</source>
|
||||
<translation>Wsparcie szyfrowania [WŁ]</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../GUI.cpp" line="928"/>
|
||||
<location filename="../GUI.cpp" line="927"/>
|
||||
<source>Encryption support [FORCED]</source>
|
||||
<translation>Wsparcie szyfrowania [WYMUSZONE]</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../GUI.cpp" line="933"/>
|
||||
<location filename="../GUI.cpp" line="932"/>
|
||||
<source>Encryption support [OFF]</source>
|
||||
<translation>Wsparcie szyfrowania [WYŁ]</translation>
|
||||
</message>
|
||||
|
@ -2223,27 +2223,27 @@ Czy napewno zamknąć qBittorrent?</translation>
|
|||
<translation>Ctrl+F</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../GUI.cpp" line="841"/>
|
||||
<location filename="../GUI.cpp" line="840"/>
|
||||
<source>UPnP support [OFF]</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../GUI.cpp" line="846"/>
|
||||
<location filename="../GUI.cpp" line="845"/>
|
||||
<source>NAT-PMP support [ON]</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../GUI.cpp" line="849"/>
|
||||
<location filename="../GUI.cpp" line="848"/>
|
||||
<source>NAT-PMP support [OFF]</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../GUI.cpp" line="908"/>
|
||||
<location filename="../GUI.cpp" line="907"/>
|
||||
<source>Local Peer Discovery [ON]</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../GUI.cpp" line="911"/>
|
||||
<location filename="../GUI.cpp" line="910"/>
|
||||
<source>Local Peer Discovery support [OFF]</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
|
@ -2254,7 +2254,7 @@ Czy napewno zamknąć qBittorrent?</translation>
|
|||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../GUI.cpp" line="1160"/>
|
||||
<location filename="../GUI.cpp" line="1159"/>
|
||||
<source>qBittorrent %1 (DL: %2KiB/s, UP: %3KiB/s)</source>
|
||||
<comment>%1 is qBittorrent version</comment>
|
||||
<translation type="unfinished"></translation>
|
||||
|
|
|
@ -1178,7 +1178,7 @@ Copyright ©2007 por Christophe Dumez<br>
|
|||
<translation type="obsolete">iniciado</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../GUI.cpp" line="960"/>
|
||||
<location filename="../GUI.cpp" line="959"/>
|
||||
<source>Finished</source>
|
||||
<translation>Concluído</translation>
|
||||
</message>
|
||||
|
@ -1287,7 +1287,7 @@ Copyright ©2007 por Christophe Dumez<br>
|
|||
<translation type="obsolete">qBittorrent</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../GUI.cpp" line="1181"/>
|
||||
<location filename="../GUI.cpp" line="1180"/>
|
||||
<source>qBittorrent</source>
|
||||
<translation>qBittorrent</translation>
|
||||
</message>
|
||||
|
@ -1583,17 +1583,17 @@ Por favor feche o outro primeiro.</translation>
|
|||
<translation>qBittorrent %1</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../GUI.cpp" line="1204"/>
|
||||
<location filename="../GUI.cpp" line="1203"/>
|
||||
<source>Connection status:</source>
|
||||
<translation>Estado da conexão:</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../GUI.cpp" line="1204"/>
|
||||
<location filename="../GUI.cpp" line="1203"/>
|
||||
<source>Offline</source>
|
||||
<translation>Offline</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../GUI.cpp" line="1204"/>
|
||||
<location filename="../GUI.cpp" line="1203"/>
|
||||
<source>No peers found...</source>
|
||||
<translation>Peers não encontrados...</translation>
|
||||
</message>
|
||||
|
@ -1658,13 +1658,13 @@ Por favor feche o outro primeiro.</translation>
|
|||
<translation type="obsolete">qBittorrent %1 iniciado.</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../GUI.cpp" line="1184"/>
|
||||
<location filename="../GUI.cpp" line="1183"/>
|
||||
<source>DL speed: %1 KiB/s</source>
|
||||
<comment>e.g: Download speed: 10 KiB/s</comment>
|
||||
<translation>Velocidade de download: %1 KiB/s</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../GUI.cpp" line="1187"/>
|
||||
<location filename="../GUI.cpp" line="1186"/>
|
||||
<source>UP speed: %1 KiB/s</source>
|
||||
<comment>e.g: Upload speed: 10 KiB/s</comment>
|
||||
<translation>Velocidade de Upload: %1 KiB/s</translation>
|
||||
|
@ -1735,12 +1735,12 @@ Por favor feche o outro primeiro.</translation>
|
|||
<translation type="obsolete">Escutando a porta: %1</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../GUI.cpp" line="1030"/>
|
||||
<location filename="../GUI.cpp" line="1029"/>
|
||||
<source>All downloads were paused.</source>
|
||||
<translation>Todos os downloads pausados.</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../GUI.cpp" line="1053"/>
|
||||
<location filename="../GUI.cpp" line="1052"/>
|
||||
<source>'%1' paused.</source>
|
||||
<comment>xxx.avi paused.</comment>
|
||||
<translation>'%1' pausado.</translation>
|
||||
|
@ -1752,12 +1752,12 @@ Por favor feche o outro primeiro.</translation>
|
|||
<translation type="obsolete">Conectando...</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../GUI.cpp" line="1099"/>
|
||||
<location filename="../GUI.cpp" line="1098"/>
|
||||
<source>All downloads were resumed.</source>
|
||||
<translation>Todos os downloads foram resumidos.</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../GUI.cpp" line="1122"/>
|
||||
<location filename="../GUI.cpp" line="1121"/>
|
||||
<source>'%1' resumed.</source>
|
||||
<comment>e.g: xxx.avi resumed.</comment>
|
||||
<translation>'%1' resumido.</translation>
|
||||
|
@ -1787,23 +1787,23 @@ Por favor feche o outro primeiro.</translation>
|
|||
<translation type="obsolete">Ocorreu um erro (disco cheio?), '%1' pausado.</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../GUI.cpp" line="1200"/>
|
||||
<location filename="../GUI.cpp" line="1199"/>
|
||||
<source>Connection Status:</source>
|
||||
<translation>Estado da conexão:</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../GUI.cpp" line="1195"/>
|
||||
<location filename="../GUI.cpp" line="1194"/>
|
||||
<source>Online</source>
|
||||
<translation>Online</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../GUI.cpp" line="1200"/>
|
||||
<location filename="../GUI.cpp" line="1199"/>
|
||||
<source>Firewalled?</source>
|
||||
<comment>i.e: Behind a firewall/router?</comment>
|
||||
<translation>Sob firewall?</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../GUI.cpp" line="1200"/>
|
||||
<location filename="../GUI.cpp" line="1199"/>
|
||||
<source>No incoming connections...</source>
|
||||
<translation>Sem conexão...</translation>
|
||||
</message>
|
||||
|
@ -1841,38 +1841,38 @@ Por favor feche o outro primeiro.</translation>
|
|||
<translation>Ocorreu um erro (disco cheio?), '%1' pausado.</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../GUI.cpp" line="140"/>
|
||||
<location filename="../GUI.cpp" line="144"/>
|
||||
<source>Search</source>
|
||||
<translation>Busca</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../GUI.cpp" line="144"/>
|
||||
<location filename="../GUI.cpp" line="148"/>
|
||||
<source>RSS</source>
|
||||
<translation>RSS</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../GUI.cpp" line="816"/>
|
||||
<location filename="../GUI.cpp" line="815"/>
|
||||
<source>qBittorrent is bind to port: %1</source>
|
||||
<comment>e.g: qBittorrent is bind to port: 1666</comment>
|
||||
<translation>qBittorrent escuta a porta: %1</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../GUI.cpp" line="890"/>
|
||||
<location filename="../GUI.cpp" line="889"/>
|
||||
<source>DHT support [ON], port: %1</source>
|
||||
<translation>Suporte DHT [Ligado], porta: %1</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../GUI.cpp" line="895"/>
|
||||
<location filename="../GUI.cpp" line="894"/>
|
||||
<source>DHT support [OFF]</source>
|
||||
<translation>Suporte DHT [Desligado]</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../GUI.cpp" line="899"/>
|
||||
<location filename="../GUI.cpp" line="898"/>
|
||||
<source>PeX support [ON]</source>
|
||||
<translation>Suporte PeX [Ligado]</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../GUI.cpp" line="903"/>
|
||||
<location filename="../GUI.cpp" line="902"/>
|
||||
<source>PeX support [OFF]</source>
|
||||
<translation>Suporte PeX [Desligado]</translation>
|
||||
</message>
|
||||
|
@ -1884,7 +1884,7 @@ Are you sure you want to quit qBittorrent?</source>
|
|||
Deseja mesmo sair do qBittorrent?</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../GUI.cpp" line="956"/>
|
||||
<location filename="../GUI.cpp" line="955"/>
|
||||
<source>Downloads</source>
|
||||
<translation>Downloads</translation>
|
||||
</message>
|
||||
|
@ -1894,7 +1894,7 @@ Deseja mesmo sair do qBittorrent?</translation>
|
|||
<translation>Quer mesmo deletar os ítems selecionados na lista de finalizados?</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../GUI.cpp" line="838"/>
|
||||
<location filename="../GUI.cpp" line="837"/>
|
||||
<source>UPnP support [ON]</source>
|
||||
<translation>Suporte UPnP [Ligado]</translation>
|
||||
</message>
|
||||
|
@ -1904,17 +1904,17 @@ Deseja mesmo sair do qBittorrent?</translation>
|
|||
<translation type="obsolete">Esteja ciente, compartilhar material protejido sem permissão é contra a lei.</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../GUI.cpp" line="923"/>
|
||||
<location filename="../GUI.cpp" line="922"/>
|
||||
<source>Encryption support [ON]</source>
|
||||
<translation>Suporte a encriptação [Ligado]</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../GUI.cpp" line="928"/>
|
||||
<location filename="../GUI.cpp" line="927"/>
|
||||
<source>Encryption support [FORCED]</source>
|
||||
<translation>Suporte a encriptação [FORÇADO]</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../GUI.cpp" line="933"/>
|
||||
<location filename="../GUI.cpp" line="932"/>
|
||||
<source>Encryption support [OFF]</source>
|
||||
<translation>Suporte a encriptação [Desligado]</translation>
|
||||
</message>
|
||||
|
@ -2002,27 +2002,27 @@ Deseja mesmo sair do qBittorrent?</translation>
|
|||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../GUI.cpp" line="841"/>
|
||||
<location filename="../GUI.cpp" line="840"/>
|
||||
<source>UPnP support [OFF]</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../GUI.cpp" line="846"/>
|
||||
<location filename="../GUI.cpp" line="845"/>
|
||||
<source>NAT-PMP support [ON]</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../GUI.cpp" line="849"/>
|
||||
<location filename="../GUI.cpp" line="848"/>
|
||||
<source>NAT-PMP support [OFF]</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../GUI.cpp" line="908"/>
|
||||
<location filename="../GUI.cpp" line="907"/>
|
||||
<source>Local Peer Discovery [ON]</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../GUI.cpp" line="911"/>
|
||||
<location filename="../GUI.cpp" line="910"/>
|
||||
<source>Local Peer Discovery support [OFF]</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
|
@ -2033,7 +2033,7 @@ Deseja mesmo sair do qBittorrent?</translation>
|
|||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../GUI.cpp" line="1160"/>
|
||||
<location filename="../GUI.cpp" line="1159"/>
|
||||
<source>qBittorrent %1 (DL: %2KiB/s, UP: %3KiB/s)</source>
|
||||
<comment>%1 is qBittorrent version</comment>
|
||||
<translation type="unfinished"></translation>
|
||||
|
|
|
@ -1178,7 +1178,7 @@ Copyright ©2007 por Christophe Dumez<br>
|
|||
<translation type="obsolete">iniciado</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../GUI.cpp" line="960"/>
|
||||
<location filename="../GUI.cpp" line="959"/>
|
||||
<source>Finished</source>
|
||||
<translation>Concluído</translation>
|
||||
</message>
|
||||
|
@ -1287,7 +1287,7 @@ Copyright ©2007 por Christophe Dumez<br>
|
|||
<translation type="obsolete">qBittorrent</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../GUI.cpp" line="1181"/>
|
||||
<location filename="../GUI.cpp" line="1180"/>
|
||||
<source>qBittorrent</source>
|
||||
<translation>qBittorrent</translation>
|
||||
</message>
|
||||
|
@ -1583,17 +1583,17 @@ Por favor feche o outro primeiro.</translation>
|
|||
<translation>qBittorrent %1</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../GUI.cpp" line="1204"/>
|
||||
<location filename="../GUI.cpp" line="1203"/>
|
||||
<source>Connection status:</source>
|
||||
<translation>Estado da conexão:</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../GUI.cpp" line="1204"/>
|
||||
<location filename="../GUI.cpp" line="1203"/>
|
||||
<source>Offline</source>
|
||||
<translation>Offline</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../GUI.cpp" line="1204"/>
|
||||
<location filename="../GUI.cpp" line="1203"/>
|
||||
<source>No peers found...</source>
|
||||
<translation>Peers não encontrados...</translation>
|
||||
</message>
|
||||
|
@ -1658,13 +1658,13 @@ Por favor feche o outro primeiro.</translation>
|
|||
<translation type="obsolete">qBittorrent %1 iniciado.</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../GUI.cpp" line="1184"/>
|
||||
<location filename="../GUI.cpp" line="1183"/>
|
||||
<source>DL speed: %1 KiB/s</source>
|
||||
<comment>e.g: Download speed: 10 KiB/s</comment>
|
||||
<translation>Velocidade de download: %1 KiB/s</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../GUI.cpp" line="1187"/>
|
||||
<location filename="../GUI.cpp" line="1186"/>
|
||||
<source>UP speed: %1 KiB/s</source>
|
||||
<comment>e.g: Upload speed: 10 KiB/s</comment>
|
||||
<translation>Velocidade de Upload: %1 KiB/s</translation>
|
||||
|
@ -1735,12 +1735,12 @@ Por favor feche o outro primeiro.</translation>
|
|||
<translation type="obsolete">Escutando a porta: %1</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../GUI.cpp" line="1030"/>
|
||||
<location filename="../GUI.cpp" line="1029"/>
|
||||
<source>All downloads were paused.</source>
|
||||
<translation>Todos os downloads pausados.</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../GUI.cpp" line="1053"/>
|
||||
<location filename="../GUI.cpp" line="1052"/>
|
||||
<source>'%1' paused.</source>
|
||||
<comment>xxx.avi paused.</comment>
|
||||
<translation>'%1' pausado.</translation>
|
||||
|
@ -1752,12 +1752,12 @@ Por favor feche o outro primeiro.</translation>
|
|||
<translation type="obsolete">Conectando...</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../GUI.cpp" line="1099"/>
|
||||
<location filename="../GUI.cpp" line="1098"/>
|
||||
<source>All downloads were resumed.</source>
|
||||
<translation>Todos os downloads foram resumidos.</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../GUI.cpp" line="1122"/>
|
||||
<location filename="../GUI.cpp" line="1121"/>
|
||||
<source>'%1' resumed.</source>
|
||||
<comment>e.g: xxx.avi resumed.</comment>
|
||||
<translation>'%1' resumido.</translation>
|
||||
|
@ -1787,23 +1787,23 @@ Por favor feche o outro primeiro.</translation>
|
|||
<translation type="obsolete">Ocorreu um erro (disco cheio?), '%1' pausado.</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../GUI.cpp" line="1200"/>
|
||||
<location filename="../GUI.cpp" line="1199"/>
|
||||
<source>Connection Status:</source>
|
||||
<translation>Estado da conexão:</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../GUI.cpp" line="1195"/>
|
||||
<location filename="../GUI.cpp" line="1194"/>
|
||||
<source>Online</source>
|
||||
<translation>Online</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../GUI.cpp" line="1200"/>
|
||||
<location filename="../GUI.cpp" line="1199"/>
|
||||
<source>Firewalled?</source>
|
||||
<comment>i.e: Behind a firewall/router?</comment>
|
||||
<translation>Sob firewall?</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../GUI.cpp" line="1200"/>
|
||||
<location filename="../GUI.cpp" line="1199"/>
|
||||
<source>No incoming connections...</source>
|
||||
<translation>Sem conexão...</translation>
|
||||
</message>
|
||||
|
@ -1841,38 +1841,38 @@ Por favor feche o outro primeiro.</translation>
|
|||
<translation>Ocorreu um erro (disco cheio?), '%1' pausado.</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../GUI.cpp" line="140"/>
|
||||
<location filename="../GUI.cpp" line="144"/>
|
||||
<source>Search</source>
|
||||
<translation>Busca</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../GUI.cpp" line="144"/>
|
||||
<location filename="../GUI.cpp" line="148"/>
|
||||
<source>RSS</source>
|
||||
<translation>RSS</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../GUI.cpp" line="816"/>
|
||||
<location filename="../GUI.cpp" line="815"/>
|
||||
<source>qBittorrent is bind to port: %1</source>
|
||||
<comment>e.g: qBittorrent is bind to port: 1666</comment>
|
||||
<translation>qBittorrent escuta a porta: %1</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../GUI.cpp" line="890"/>
|
||||
<location filename="../GUI.cpp" line="889"/>
|
||||
<source>DHT support [ON], port: %1</source>
|
||||
<translation>Suporte DHT [Ligado], porta: %1</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../GUI.cpp" line="895"/>
|
||||
<location filename="../GUI.cpp" line="894"/>
|
||||
<source>DHT support [OFF]</source>
|
||||
<translation>Suporte DHT [Desligado]</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../GUI.cpp" line="899"/>
|
||||
<location filename="../GUI.cpp" line="898"/>
|
||||
<source>PeX support [ON]</source>
|
||||
<translation>Suporte PeX [Ligado]</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../GUI.cpp" line="903"/>
|
||||
<location filename="../GUI.cpp" line="902"/>
|
||||
<source>PeX support [OFF]</source>
|
||||
<translation>Suporte PeX [Desligado]</translation>
|
||||
</message>
|
||||
|
@ -1884,7 +1884,7 @@ Are you sure you want to quit qBittorrent?</source>
|
|||
Deseja mesmo sair do qBittorrent?</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../GUI.cpp" line="956"/>
|
||||
<location filename="../GUI.cpp" line="955"/>
|
||||
<source>Downloads</source>
|
||||
<translation>Downloads</translation>
|
||||
</message>
|
||||
|
@ -1894,7 +1894,7 @@ Deseja mesmo sair do qBittorrent?</translation>
|
|||
<translation>Quer mesmo deletar os ítems selecionados na lista de finalizados?</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../GUI.cpp" line="838"/>
|
||||
<location filename="../GUI.cpp" line="837"/>
|
||||
<source>UPnP support [ON]</source>
|
||||
<translation>Suporte UPnP [Ligado]</translation>
|
||||
</message>
|
||||
|
@ -1904,17 +1904,17 @@ Deseja mesmo sair do qBittorrent?</translation>
|
|||
<translation type="obsolete">Esteja ciente, compartilhar material protejido sem permissão é contra a lei.</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../GUI.cpp" line="923"/>
|
||||
<location filename="../GUI.cpp" line="922"/>
|
||||
<source>Encryption support [ON]</source>
|
||||
<translation>Suporte a encriptação [Ligado]</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../GUI.cpp" line="928"/>
|
||||
<location filename="../GUI.cpp" line="927"/>
|
||||
<source>Encryption support [FORCED]</source>
|
||||
<translation>Suporte a encriptação [FORÇADO]</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../GUI.cpp" line="933"/>
|
||||
<location filename="../GUI.cpp" line="932"/>
|
||||
<source>Encryption support [OFF]</source>
|
||||
<translation>Suporte a encriptação [Desligado]</translation>
|
||||
</message>
|
||||
|
@ -2002,27 +2002,27 @@ Deseja mesmo sair do qBittorrent?</translation>
|
|||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../GUI.cpp" line="841"/>
|
||||
<location filename="../GUI.cpp" line="840"/>
|
||||
<source>UPnP support [OFF]</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../GUI.cpp" line="846"/>
|
||||
<location filename="../GUI.cpp" line="845"/>
|
||||
<source>NAT-PMP support [ON]</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../GUI.cpp" line="849"/>
|
||||
<location filename="../GUI.cpp" line="848"/>
|
||||
<source>NAT-PMP support [OFF]</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../GUI.cpp" line="908"/>
|
||||
<location filename="../GUI.cpp" line="907"/>
|
||||
<source>Local Peer Discovery [ON]</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../GUI.cpp" line="911"/>
|
||||
<location filename="../GUI.cpp" line="910"/>
|
||||
<source>Local Peer Discovery support [OFF]</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
|
@ -2033,7 +2033,7 @@ Deseja mesmo sair do qBittorrent?</translation>
|
|||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../GUI.cpp" line="1160"/>
|
||||
<location filename="../GUI.cpp" line="1159"/>
|
||||
<source>qBittorrent %1 (DL: %2KiB/s, UP: %3KiB/s)</source>
|
||||
<comment>%1 is qBittorrent version</comment>
|
||||
<translation type="unfinished"></translation>
|
||||
|
|
Binary file not shown.
File diff suppressed because it is too large
Load diff
|
@ -1209,7 +1209,7 @@ Copyright © 2006 by Christophe Dumez<br>
|
|||
<translation type="obsolete"> начат.</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../GUI.cpp" line="1181"/>
|
||||
<location filename="../GUI.cpp" line="1180"/>
|
||||
<source>qBittorrent</source>
|
||||
<translation>qBittorrent</translation>
|
||||
</message>
|
||||
|
@ -1389,7 +1389,7 @@ Copyright © 2006 by Christophe Dumez<br>
|
|||
<translation type="obsolete">/с</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../GUI.cpp" line="960"/>
|
||||
<location filename="../GUI.cpp" line="959"/>
|
||||
<source>Finished</source>
|
||||
<translation>Закончено</translation>
|
||||
</message>
|
||||
|
@ -1706,17 +1706,17 @@ Please close the other one first.</source>
|
|||
<translation>qBittorrent %1</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../GUI.cpp" line="1204"/>
|
||||
<location filename="../GUI.cpp" line="1203"/>
|
||||
<source>Connection status:</source>
|
||||
<translation>Состояние связи:</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../GUI.cpp" line="1204"/>
|
||||
<location filename="../GUI.cpp" line="1203"/>
|
||||
<source>Offline</source>
|
||||
<translation>Не в сети</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../GUI.cpp" line="1204"/>
|
||||
<location filename="../GUI.cpp" line="1203"/>
|
||||
<source>No peers found...</source>
|
||||
<translation>Не найдено пиров...</translation>
|
||||
</message>
|
||||
|
@ -1781,13 +1781,13 @@ Please close the other one first.</source>
|
|||
<translation type="obsolete">qBittorrent %1 запущен.</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../GUI.cpp" line="1184"/>
|
||||
<location filename="../GUI.cpp" line="1183"/>
|
||||
<source>DL speed: %1 KiB/s</source>
|
||||
<comment>e.g: Download speed: 10 KiB/s</comment>
|
||||
<translation>Скорость скач.: %1 KiB/с</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../GUI.cpp" line="1187"/>
|
||||
<location filename="../GUI.cpp" line="1186"/>
|
||||
<source>UP speed: %1 KiB/s</source>
|
||||
<comment>e.g: Upload speed: 10 KiB/s</comment>
|
||||
<translation>Скорость загр.: %1 KiB/с</translation>
|
||||
|
@ -1858,12 +1858,12 @@ Please close the other one first.</source>
|
|||
<translation type="obsolete">Прослушивание порта: %1</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../GUI.cpp" line="1030"/>
|
||||
<location filename="../GUI.cpp" line="1029"/>
|
||||
<source>All downloads were paused.</source>
|
||||
<translation>Все закачки были приостановлены.</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../GUI.cpp" line="1053"/>
|
||||
<location filename="../GUI.cpp" line="1052"/>
|
||||
<source>'%1' paused.</source>
|
||||
<comment>xxx.avi paused.</comment>
|
||||
<translation>'%1' приостановлен.</translation>
|
||||
|
@ -1875,12 +1875,12 @@ Please close the other one first.</source>
|
|||
<translation type="obsolete">Подключение...</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../GUI.cpp" line="1099"/>
|
||||
<location filename="../GUI.cpp" line="1098"/>
|
||||
<source>All downloads were resumed.</source>
|
||||
<translation>Все закачки были запущены.</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../GUI.cpp" line="1122"/>
|
||||
<location filename="../GUI.cpp" line="1121"/>
|
||||
<source>'%1' resumed.</source>
|
||||
<comment>e.g: xxx.avi resumed.</comment>
|
||||
<translation>'%1' запущена.</translation>
|
||||
|
@ -1910,23 +1910,23 @@ Please close the other one first.</source>
|
|||
<translation type="obsolete">Произошла ошибка (нет места?), '%1' остановлен.</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../GUI.cpp" line="1200"/>
|
||||
<location filename="../GUI.cpp" line="1199"/>
|
||||
<source>Connection Status:</source>
|
||||
<translation>Состояние связи:</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../GUI.cpp" line="1195"/>
|
||||
<location filename="../GUI.cpp" line="1194"/>
|
||||
<source>Online</source>
|
||||
<translation>В сети</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../GUI.cpp" line="1200"/>
|
||||
<location filename="../GUI.cpp" line="1199"/>
|
||||
<source>Firewalled?</source>
|
||||
<comment>i.e: Behind a firewall/router?</comment>
|
||||
<translation>Файерволл?</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../GUI.cpp" line="1200"/>
|
||||
<location filename="../GUI.cpp" line="1199"/>
|
||||
<source>No incoming connections...</source>
|
||||
<translation>Нет входящих соединений...</translation>
|
||||
</message>
|
||||
|
@ -1964,38 +1964,38 @@ Please close the other one first.</source>
|
|||
<translation>Произошла ошибка (нет места?), '%1' остановлен.</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../GUI.cpp" line="140"/>
|
||||
<location filename="../GUI.cpp" line="144"/>
|
||||
<source>Search</source>
|
||||
<translation>Поиск</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../GUI.cpp" line="144"/>
|
||||
<location filename="../GUI.cpp" line="148"/>
|
||||
<source>RSS</source>
|
||||
<translation>RSS</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../GUI.cpp" line="816"/>
|
||||
<location filename="../GUI.cpp" line="815"/>
|
||||
<source>qBittorrent is bind to port: %1</source>
|
||||
<comment>e.g: qBittorrent is bind to port: 1666</comment>
|
||||
<translation>qBittorrent прикреплен на порт: %1</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../GUI.cpp" line="890"/>
|
||||
<location filename="../GUI.cpp" line="889"/>
|
||||
<source>DHT support [ON], port: %1</source>
|
||||
<translation>Поддержка DHT [Вкл], порт: %1</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../GUI.cpp" line="895"/>
|
||||
<location filename="../GUI.cpp" line="894"/>
|
||||
<source>DHT support [OFF]</source>
|
||||
<translation>Поддержка DHT [Выкл]</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../GUI.cpp" line="899"/>
|
||||
<location filename="../GUI.cpp" line="898"/>
|
||||
<source>PeX support [ON]</source>
|
||||
<translation>Поддержка PeX [Вкл]</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../GUI.cpp" line="903"/>
|
||||
<location filename="../GUI.cpp" line="902"/>
|
||||
<source>PeX support [OFF]</source>
|
||||
<translation>Поддержка PeX [Выкл]</translation>
|
||||
</message>
|
||||
|
@ -2007,7 +2007,7 @@ Are you sure you want to quit qBittorrent?</source>
|
|||
Вы хотите выйти из qBittorrent?</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../GUI.cpp" line="956"/>
|
||||
<location filename="../GUI.cpp" line="955"/>
|
||||
<source>Downloads</source>
|
||||
<translation>Закачки</translation>
|
||||
</message>
|
||||
|
@ -2017,7 +2017,7 @@ Are you sure you want to quit qBittorrent?</source>
|
|||
<translation>Вы уверены что хотите удалить выделенные пункты из списка завершенных?</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../GUI.cpp" line="838"/>
|
||||
<location filename="../GUI.cpp" line="837"/>
|
||||
<source>UPnP support [ON]</source>
|
||||
<translation>Поддержка UPnP [Вкл]</translation>
|
||||
</message>
|
||||
|
@ -2027,17 +2027,17 @@ Are you sure you want to quit qBittorrent?</source>
|
|||
<translation type="obsolete">Осторожнее, раздача материалов защищенных авторскими правами, преследуется по закону.</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../GUI.cpp" line="923"/>
|
||||
<location filename="../GUI.cpp" line="922"/>
|
||||
<source>Encryption support [ON]</source>
|
||||
<translation>Поддержка шифрования [Вкл]</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../GUI.cpp" line="928"/>
|
||||
<location filename="../GUI.cpp" line="927"/>
|
||||
<source>Encryption support [FORCED]</source>
|
||||
<translation>Поддержка шифрования [Принудительно]</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../GUI.cpp" line="933"/>
|
||||
<location filename="../GUI.cpp" line="932"/>
|
||||
<source>Encryption support [OFF]</source>
|
||||
<translation>Поддержка шифрования [Выкл]</translation>
|
||||
</message>
|
||||
|
@ -2125,27 +2125,27 @@ Are you sure you want to quit qBittorrent?</source>
|
|||
<translation>Ctrl+F</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../GUI.cpp" line="841"/>
|
||||
<location filename="../GUI.cpp" line="840"/>
|
||||
<source>UPnP support [OFF]</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../GUI.cpp" line="846"/>
|
||||
<location filename="../GUI.cpp" line="845"/>
|
||||
<source>NAT-PMP support [ON]</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../GUI.cpp" line="849"/>
|
||||
<location filename="../GUI.cpp" line="848"/>
|
||||
<source>NAT-PMP support [OFF]</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../GUI.cpp" line="908"/>
|
||||
<location filename="../GUI.cpp" line="907"/>
|
||||
<source>Local Peer Discovery [ON]</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../GUI.cpp" line="911"/>
|
||||
<location filename="../GUI.cpp" line="910"/>
|
||||
<source>Local Peer Discovery support [OFF]</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
|
@ -2156,7 +2156,7 @@ Are you sure you want to quit qBittorrent?</source>
|
|||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../GUI.cpp" line="1160"/>
|
||||
<location filename="../GUI.cpp" line="1159"/>
|
||||
<source>qBittorrent %1 (DL: %2KiB/s, UP: %3KiB/s)</source>
|
||||
<comment>%1 is qBittorrent version</comment>
|
||||
<translation type="unfinished"></translation>
|
||||
|
|
|
@ -1172,7 +1172,7 @@ Copyright © 2006 by Christophe Dumez<br>
|
|||
<translation type="obsolete">spusten</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../GUI.cpp" line="960"/>
|
||||
<location filename="../GUI.cpp" line="959"/>
|
||||
<source>Finished</source>
|
||||
<translation>hotovo</translation>
|
||||
</message>
|
||||
|
@ -1277,7 +1277,7 @@ Copyright © 2006 by Christophe Dumez<br>
|
|||
<translation type="obsolete">qBittorrent </translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../GUI.cpp" line="1181"/>
|
||||
<location filename="../GUI.cpp" line="1180"/>
|
||||
<source>qBittorrent</source>
|
||||
<translation>qBittorrent</translation>
|
||||
</message>
|
||||
|
@ -1614,17 +1614,17 @@ Najskôr ho prosím zatvorte.</translation>
|
|||
<translation>qBittorrent %1</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../GUI.cpp" line="1204"/>
|
||||
<location filename="../GUI.cpp" line="1203"/>
|
||||
<source>Connection status:</source>
|
||||
<translation>Stav spojenia:</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../GUI.cpp" line="1204"/>
|
||||
<location filename="../GUI.cpp" line="1203"/>
|
||||
<source>Offline</source>
|
||||
<translation>Offline</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../GUI.cpp" line="1204"/>
|
||||
<location filename="../GUI.cpp" line="1203"/>
|
||||
<source>No peers found...</source>
|
||||
<translation>Neboli nájdení rovesníci...</translation>
|
||||
</message>
|
||||
|
@ -1689,13 +1689,13 @@ Najskôr ho prosím zatvorte.</translation>
|
|||
<translation type="obsolete">qBittorrent %1 spustený.</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../GUI.cpp" line="1184"/>
|
||||
<location filename="../GUI.cpp" line="1183"/>
|
||||
<source>DL speed: %1 KiB/s</source>
|
||||
<comment>e.g: Download speed: 10 KiB/s</comment>
|
||||
<translation>Rýchlosť sťahovania: %1 KiB/s</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../GUI.cpp" line="1187"/>
|
||||
<location filename="../GUI.cpp" line="1186"/>
|
||||
<source>UP speed: %1 KiB/s</source>
|
||||
<comment>e.g: Upload speed: 10 KiB/s</comment>
|
||||
<translation>Rýchlosť nahrávania: %1 KiB/s</translation>
|
||||
|
@ -1766,12 +1766,12 @@ Najskôr ho prosím zatvorte.</translation>
|
|||
<translation type="obsolete">Počúvam na porte: %1</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../GUI.cpp" line="1030"/>
|
||||
<location filename="../GUI.cpp" line="1029"/>
|
||||
<source>All downloads were paused.</source>
|
||||
<translation>Všetky sťahovania pozastavené.</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../GUI.cpp" line="1053"/>
|
||||
<location filename="../GUI.cpp" line="1052"/>
|
||||
<source>'%1' paused.</source>
|
||||
<comment>xxx.avi paused.</comment>
|
||||
<translation>'%1' pozastavené.</translation>
|
||||
|
@ -1783,12 +1783,12 @@ Najskôr ho prosím zatvorte.</translation>
|
|||
<translation type="obsolete">pripája sa...</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../GUI.cpp" line="1099"/>
|
||||
<location filename="../GUI.cpp" line="1098"/>
|
||||
<source>All downloads were resumed.</source>
|
||||
<translation>Všetky sťahovania obnovené.</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../GUI.cpp" line="1122"/>
|
||||
<location filename="../GUI.cpp" line="1121"/>
|
||||
<source>'%1' resumed.</source>
|
||||
<comment>e.g: xxx.avi resumed.</comment>
|
||||
<translation>'%1' obnovené.</translation>
|
||||
|
@ -1818,23 +1818,23 @@ Najskôr ho prosím zatvorte.</translation>
|
|||
<translation type="obsolete">Vyskytla sa chyba (plný disk?), '%1' pozastavené.</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../GUI.cpp" line="1200"/>
|
||||
<location filename="../GUI.cpp" line="1199"/>
|
||||
<source>Connection Status:</source>
|
||||
<translation>Stav spojenia:</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../GUI.cpp" line="1195"/>
|
||||
<location filename="../GUI.cpp" line="1194"/>
|
||||
<source>Online</source>
|
||||
<translation>Online</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../GUI.cpp" line="1200"/>
|
||||
<location filename="../GUI.cpp" line="1199"/>
|
||||
<source>Firewalled?</source>
|
||||
<comment>i.e: Behind a firewall/router?</comment>
|
||||
<translation>Za firewallom?</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../GUI.cpp" line="1200"/>
|
||||
<location filename="../GUI.cpp" line="1199"/>
|
||||
<source>No incoming connections...</source>
|
||||
<translation>Žiadne prichádzajúce spojenia...</translation>
|
||||
</message>
|
||||
|
@ -1872,17 +1872,17 @@ Najskôr ho prosím zatvorte.</translation>
|
|||
<translation>Vyskytla sa chyba (plný disk?), '%1' pozastavené.</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../GUI.cpp" line="140"/>
|
||||
<location filename="../GUI.cpp" line="144"/>
|
||||
<source>Search</source>
|
||||
<translation>Vyhľadávanie</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../GUI.cpp" line="144"/>
|
||||
<location filename="../GUI.cpp" line="148"/>
|
||||
<source>RSS</source>
|
||||
<translation></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../GUI.cpp" line="956"/>
|
||||
<location filename="../GUI.cpp" line="955"/>
|
||||
<source>Downloads</source>
|
||||
<translation>Sťahovania</translation>
|
||||
</message>
|
||||
|
@ -1899,33 +1899,33 @@ Ste si istý, že chcete ukončiť qBittorrent?</translation>
|
|||
<translation>Ste si istý, že chcete zmazať vybrané položky zo zoznamu dokončených?</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../GUI.cpp" line="816"/>
|
||||
<location filename="../GUI.cpp" line="815"/>
|
||||
<source>qBittorrent is bind to port: %1</source>
|
||||
<comment>e.g: qBittorrent is bind to port: 1666</comment>
|
||||
<translation>qBittorrent sa viaže (bind) na port: %1</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../GUI.cpp" line="890"/>
|
||||
<location filename="../GUI.cpp" line="889"/>
|
||||
<source>DHT support [ON], port: %1</source>
|
||||
<translation>Podpora DHT [zapnutá], port: %1</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../GUI.cpp" line="895"/>
|
||||
<location filename="../GUI.cpp" line="894"/>
|
||||
<source>DHT support [OFF]</source>
|
||||
<translation>Podpora DHT [vypnutá]</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../GUI.cpp" line="838"/>
|
||||
<location filename="../GUI.cpp" line="837"/>
|
||||
<source>UPnP support [ON]</source>
|
||||
<translation>Podpora UPnP [zapnutá]</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../GUI.cpp" line="899"/>
|
||||
<location filename="../GUI.cpp" line="898"/>
|
||||
<source>PeX support [ON]</source>
|
||||
<translation>Podpora PeX [zapnutá]</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../GUI.cpp" line="903"/>
|
||||
<location filename="../GUI.cpp" line="902"/>
|
||||
<source>PeX support [OFF]</source>
|
||||
<translation>Podpora PeX [vypnutá]</translation>
|
||||
</message>
|
||||
|
@ -1935,17 +1935,17 @@ Ste si istý, že chcete ukončiť qBittorrent?</translation>
|
|||
<translation type="obsolete">Buďte opatrní, zdieľanie materiálu chráneného autorskými právami bez povolenia je protizákonné.</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../GUI.cpp" line="923"/>
|
||||
<location filename="../GUI.cpp" line="922"/>
|
||||
<source>Encryption support [ON]</source>
|
||||
<translation>Podpora kryptovania [zapnuté]</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../GUI.cpp" line="928"/>
|
||||
<location filename="../GUI.cpp" line="927"/>
|
||||
<source>Encryption support [FORCED]</source>
|
||||
<translation>Podpora kryptovania [vynútené]</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../GUI.cpp" line="933"/>
|
||||
<location filename="../GUI.cpp" line="932"/>
|
||||
<source>Encryption support [OFF]</source>
|
||||
<translation>Podpora kryptovania [vypnuté]</translation>
|
||||
</message>
|
||||
|
@ -2033,27 +2033,27 @@ Ste si istý, že chcete ukončiť qBittorrent?</translation>
|
|||
<translation>Ctrl+F</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../GUI.cpp" line="841"/>
|
||||
<location filename="../GUI.cpp" line="840"/>
|
||||
<source>UPnP support [OFF]</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../GUI.cpp" line="846"/>
|
||||
<location filename="../GUI.cpp" line="845"/>
|
||||
<source>NAT-PMP support [ON]</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../GUI.cpp" line="849"/>
|
||||
<location filename="../GUI.cpp" line="848"/>
|
||||
<source>NAT-PMP support [OFF]</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../GUI.cpp" line="908"/>
|
||||
<location filename="../GUI.cpp" line="907"/>
|
||||
<source>Local Peer Discovery [ON]</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../GUI.cpp" line="911"/>
|
||||
<location filename="../GUI.cpp" line="910"/>
|
||||
<source>Local Peer Discovery support [OFF]</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
|
@ -2064,7 +2064,7 @@ Ste si istý, že chcete ukončiť qBittorrent?</translation>
|
|||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../GUI.cpp" line="1160"/>
|
||||
<location filename="../GUI.cpp" line="1159"/>
|
||||
<source>qBittorrent %1 (DL: %2KiB/s, UP: %3KiB/s)</source>
|
||||
<comment>%1 is qBittorrent version</comment>
|
||||
<translation type="unfinished"></translation>
|
||||
|
|
|
@ -1095,17 +1095,17 @@ Stäng den först.</translation>
|
|||
<translation>qBittorrent %1</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../GUI.cpp" line="1204"/>
|
||||
<location filename="../GUI.cpp" line="1203"/>
|
||||
<source>Connection status:</source>
|
||||
<translation>Anslutningsstatus:</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../GUI.cpp" line="1204"/>
|
||||
<location filename="../GUI.cpp" line="1203"/>
|
||||
<source>Offline</source>
|
||||
<translation>Frånkopplad</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../GUI.cpp" line="1204"/>
|
||||
<location filename="../GUI.cpp" line="1203"/>
|
||||
<source>No peers found...</source>
|
||||
<translation>Inga parter hittades...</translation>
|
||||
</message>
|
||||
|
@ -1158,18 +1158,18 @@ Stäng den först.</translation>
|
|||
<translation type="obsolete">qBittorrent %1 startad.</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../GUI.cpp" line="1181"/>
|
||||
<location filename="../GUI.cpp" line="1180"/>
|
||||
<source>qBittorrent</source>
|
||||
<translation>qBittorrent</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../GUI.cpp" line="1184"/>
|
||||
<location filename="../GUI.cpp" line="1183"/>
|
||||
<source>DL speed: %1 KiB/s</source>
|
||||
<comment>e.g: Download speed: 10 KiB/s</comment>
|
||||
<translation>Hämtning: %1 KiB/s</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../GUI.cpp" line="1187"/>
|
||||
<location filename="../GUI.cpp" line="1186"/>
|
||||
<source>UP speed: %1 KiB/s</source>
|
||||
<comment>e.g: Upload speed: 10 KiB/s</comment>
|
||||
<translation>Sändning: %1 KiB/s</translation>
|
||||
|
@ -1210,23 +1210,23 @@ Stäng den först.</translation>
|
|||
<translation type="obsolete">Kunde inte avkoda torrent-fil: \"%1\"</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../GUI.cpp" line="1030"/>
|
||||
<location filename="../GUI.cpp" line="1029"/>
|
||||
<source>All downloads were paused.</source>
|
||||
<translation>Alla hämtningar har pausats.</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../GUI.cpp" line="1053"/>
|
||||
<location filename="../GUI.cpp" line="1052"/>
|
||||
<source>'%1' paused.</source>
|
||||
<comment>xxx.avi paused.</comment>
|
||||
<translation>"%1" pausad.</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../GUI.cpp" line="1099"/>
|
||||
<location filename="../GUI.cpp" line="1098"/>
|
||||
<source>All downloads were resumed.</source>
|
||||
<translation>Alla hämtningar har återupptagits.</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../GUI.cpp" line="1122"/>
|
||||
<location filename="../GUI.cpp" line="1121"/>
|
||||
<source>'%1' resumed.</source>
|
||||
<comment>e.g: xxx.avi resumed.</comment>
|
||||
<translation>"%1" återupptogs.</translation>
|
||||
|
@ -1250,23 +1250,23 @@ Stäng den först.</translation>
|
|||
<translation>Ett fel inträffade vid försök att läsa eller skriva %1. Disken är antagligen full, hämtningen har pausats</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../GUI.cpp" line="1200"/>
|
||||
<location filename="../GUI.cpp" line="1199"/>
|
||||
<source>Connection Status:</source>
|
||||
<translation>Anslutningsstatus:</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../GUI.cpp" line="1195"/>
|
||||
<location filename="../GUI.cpp" line="1194"/>
|
||||
<source>Online</source>
|
||||
<translation>Ansluten</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../GUI.cpp" line="1200"/>
|
||||
<location filename="../GUI.cpp" line="1199"/>
|
||||
<source>Firewalled?</source>
|
||||
<comment>i.e: Behind a firewall/router?</comment>
|
||||
<translation>Brandvägg?</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../GUI.cpp" line="1200"/>
|
||||
<location filename="../GUI.cpp" line="1199"/>
|
||||
<source>No incoming connections...</source>
|
||||
<translation>Inga inkommande anslutningar...</translation>
|
||||
</message>
|
||||
|
@ -1283,38 +1283,38 @@ Stäng den först.</translation>
|
|||
<translation>Ett fel inträffade (full disk?), "%1" har pausats.</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../GUI.cpp" line="140"/>
|
||||
<location filename="../GUI.cpp" line="144"/>
|
||||
<source>Search</source>
|
||||
<translation>Sök</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../GUI.cpp" line="144"/>
|
||||
<location filename="../GUI.cpp" line="148"/>
|
||||
<source>RSS</source>
|
||||
<translation>RSS</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../GUI.cpp" line="816"/>
|
||||
<location filename="../GUI.cpp" line="815"/>
|
||||
<source>qBittorrent is bind to port: %1</source>
|
||||
<comment>e.g: qBittorrent is bind to port: 1666</comment>
|
||||
<translation>qBittorrent är bunden till port: %1</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../GUI.cpp" line="890"/>
|
||||
<location filename="../GUI.cpp" line="889"/>
|
||||
<source>DHT support [ON], port: %1</source>
|
||||
<translation>DHT-stöd [PÅ], port: %1</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../GUI.cpp" line="895"/>
|
||||
<location filename="../GUI.cpp" line="894"/>
|
||||
<source>DHT support [OFF]</source>
|
||||
<translation>DHT-stöd [AV]</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../GUI.cpp" line="899"/>
|
||||
<location filename="../GUI.cpp" line="898"/>
|
||||
<source>PeX support [ON]</source>
|
||||
<translation>PeX-stöd [PÅ]</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../GUI.cpp" line="903"/>
|
||||
<location filename="../GUI.cpp" line="902"/>
|
||||
<source>PeX support [OFF]</source>
|
||||
<translation>PeX-stöd [AV]</translation>
|
||||
</message>
|
||||
|
@ -1326,12 +1326,12 @@ Are you sure you want to quit qBittorrent?</source>
|
|||
Är du säker på att du vill avsluta qBittorrent?</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../GUI.cpp" line="956"/>
|
||||
<location filename="../GUI.cpp" line="955"/>
|
||||
<source>Downloads</source>
|
||||
<translation>Hämtningar</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../GUI.cpp" line="960"/>
|
||||
<location filename="../GUI.cpp" line="959"/>
|
||||
<source>Finished</source>
|
||||
<translation>Färdig</translation>
|
||||
</message>
|
||||
|
@ -1341,7 +1341,7 @@ Are you sure you want to quit qBittorrent?</source>
|
|||
<translation>Är du säker på att du vill ta bort de markerade färdiga objekt(en) i listan?</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../GUI.cpp" line="838"/>
|
||||
<location filename="../GUI.cpp" line="837"/>
|
||||
<source>UPnP support [ON]</source>
|
||||
<translation>UPnP-stöd [PÅ]</translation>
|
||||
</message>
|
||||
|
@ -1351,17 +1351,17 @@ Are you sure you want to quit qBittorrent?</source>
|
|||
<translation type="obsolete">Var försiktig, dela ut upphovsrättsskyddat material utan tillåtelse är ett lagbrott.</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../GUI.cpp" line="923"/>
|
||||
<location filename="../GUI.cpp" line="922"/>
|
||||
<source>Encryption support [ON]</source>
|
||||
<translation>Krypteringsstöd [PÅ]</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../GUI.cpp" line="928"/>
|
||||
<location filename="../GUI.cpp" line="927"/>
|
||||
<source>Encryption support [FORCED]</source>
|
||||
<translation>Krypteringsstöd [TVINGAD]</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../GUI.cpp" line="933"/>
|
||||
<location filename="../GUI.cpp" line="932"/>
|
||||
<source>Encryption support [OFF]</source>
|
||||
<translation>Krypteringsstöd [AV]</translation>
|
||||
</message>
|
||||
|
@ -1449,27 +1449,27 @@ Are you sure you want to quit qBittorrent?</source>
|
|||
<translation>Ctrl+F</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../GUI.cpp" line="841"/>
|
||||
<location filename="../GUI.cpp" line="840"/>
|
||||
<source>UPnP support [OFF]</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../GUI.cpp" line="846"/>
|
||||
<location filename="../GUI.cpp" line="845"/>
|
||||
<source>NAT-PMP support [ON]</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../GUI.cpp" line="849"/>
|
||||
<location filename="../GUI.cpp" line="848"/>
|
||||
<source>NAT-PMP support [OFF]</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../GUI.cpp" line="908"/>
|
||||
<location filename="../GUI.cpp" line="907"/>
|
||||
<source>Local Peer Discovery [ON]</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../GUI.cpp" line="911"/>
|
||||
<location filename="../GUI.cpp" line="910"/>
|
||||
<source>Local Peer Discovery support [OFF]</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
|
@ -1480,7 +1480,7 @@ Are you sure you want to quit qBittorrent?</source>
|
|||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../GUI.cpp" line="1160"/>
|
||||
<location filename="../GUI.cpp" line="1159"/>
|
||||
<source>qBittorrent %1 (DL: %2KiB/s, UP: %3KiB/s)</source>
|
||||
<comment>%1 is qBittorrent version</comment>
|
||||
<translation type="unfinished"></translation>
|
||||
|
|
|
@ -1236,7 +1236,7 @@ Telif Hakkı © 2006 Christophe Dumez<br>
|
|||
<translation type="obsolete">kb/s</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../GUI.cpp" line="960"/>
|
||||
<location filename="../GUI.cpp" line="959"/>
|
||||
<source>Finished</source>
|
||||
<translation type="unfinished">Tamamlandı</translation>
|
||||
</message>
|
||||
|
@ -1363,7 +1363,7 @@ Telif Hakkı © 2006 Christophe Dumez<br>
|
|||
<translation type="obsolete"> qBittorrent</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../GUI.cpp" line="1181"/>
|
||||
<location filename="../GUI.cpp" line="1180"/>
|
||||
<source>qBittorrent</source>
|
||||
<translation>qBittorrent</translation>
|
||||
</message>
|
||||
|
@ -1723,17 +1723,17 @@ Lütfen önce diğerini kapatın.</translation>
|
|||
<translation>qBittorrent %1</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../GUI.cpp" line="1204"/>
|
||||
<location filename="../GUI.cpp" line="1203"/>
|
||||
<source>Connection status:</source>
|
||||
<translation>Bağlantı durumu:</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../GUI.cpp" line="1204"/>
|
||||
<location filename="../GUI.cpp" line="1203"/>
|
||||
<source>Offline</source>
|
||||
<translation>Çevrimdışı</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../GUI.cpp" line="1204"/>
|
||||
<location filename="../GUI.cpp" line="1203"/>
|
||||
<source>No peers found...</source>
|
||||
<translation>Kullanıcı bulunamadı...</translation>
|
||||
</message>
|
||||
|
@ -1798,13 +1798,13 @@ Lütfen önce diğerini kapatın.</translation>
|
|||
<translation type="obsolete">qBittorrent %1 başladı.</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../GUI.cpp" line="1184"/>
|
||||
<location filename="../GUI.cpp" line="1183"/>
|
||||
<source>DL speed: %1 KiB/s</source>
|
||||
<comment>e.g: Download speed: 10 KiB/s</comment>
|
||||
<translation>DL hızı: %1 KiB/s</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../GUI.cpp" line="1187"/>
|
||||
<location filename="../GUI.cpp" line="1186"/>
|
||||
<source>UP speed: %1 KiB/s</source>
|
||||
<comment>e.g: Upload speed: 10 KiB/s</comment>
|
||||
<translation>UP hızı: %1 KiB/s</translation>
|
||||
|
@ -1875,12 +1875,12 @@ Lütfen önce diğerini kapatın.</translation>
|
|||
<translation type="obsolete">Port dinleniyor: %1</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../GUI.cpp" line="1030"/>
|
||||
<location filename="../GUI.cpp" line="1029"/>
|
||||
<source>All downloads were paused.</source>
|
||||
<translation>Bütün downloadlar duraklatıldı.</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../GUI.cpp" line="1053"/>
|
||||
<location filename="../GUI.cpp" line="1052"/>
|
||||
<source>'%1' paused.</source>
|
||||
<comment>xxx.avi paused.</comment>
|
||||
<translation>'%1' duraklatıldı.</translation>
|
||||
|
@ -1892,12 +1892,12 @@ Lütfen önce diğerini kapatın.</translation>
|
|||
<translation type="obsolete">Bağlanılıyor...</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../GUI.cpp" line="1099"/>
|
||||
<location filename="../GUI.cpp" line="1098"/>
|
||||
<source>All downloads were resumed.</source>
|
||||
<translation>Bütün downloadlar devam ettirildi.</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../GUI.cpp" line="1122"/>
|
||||
<location filename="../GUI.cpp" line="1121"/>
|
||||
<source>'%1' resumed.</source>
|
||||
<comment>e.g: xxx.avi resumed.</comment>
|
||||
<translation>'%1' devam ettirildi.</translation>
|
||||
|
@ -1921,23 +1921,23 @@ Lütfen önce diğerini kapatın.</translation>
|
|||
<translation>%1 okunmaya veya yazılmaya çalışılırken bir hata oluştu. Disk muhtemelen dolu, download duraklatıldı</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../GUI.cpp" line="1200"/>
|
||||
<location filename="../GUI.cpp" line="1199"/>
|
||||
<source>Connection Status:</source>
|
||||
<translation>Bağlantı Durumu:</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../GUI.cpp" line="1195"/>
|
||||
<location filename="../GUI.cpp" line="1194"/>
|
||||
<source>Online</source>
|
||||
<translation>Çevrimiçi</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../GUI.cpp" line="1200"/>
|
||||
<location filename="../GUI.cpp" line="1199"/>
|
||||
<source>Firewalled?</source>
|
||||
<comment>i.e: Behind a firewall/router?</comment>
|
||||
<translation>Firewall açık mı?</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../GUI.cpp" line="1200"/>
|
||||
<location filename="../GUI.cpp" line="1199"/>
|
||||
<source>No incoming connections...</source>
|
||||
<translation>Gelen bağlantı yok...</translation>
|
||||
</message>
|
||||
|
@ -1975,17 +1975,17 @@ Lütfen önce diğerini kapatın.</translation>
|
|||
<translation>Bir hata oluştu (dolu disk?), '%1' duraklatıldı.</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../GUI.cpp" line="140"/>
|
||||
<location filename="../GUI.cpp" line="144"/>
|
||||
<source>Search</source>
|
||||
<translation type="unfinished">Arama</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../GUI.cpp" line="144"/>
|
||||
<location filename="../GUI.cpp" line="148"/>
|
||||
<source>RSS</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../GUI.cpp" line="956"/>
|
||||
<location filename="../GUI.cpp" line="955"/>
|
||||
<source>Downloads</source>
|
||||
<translation type="unfinished">Downloadlar</translation>
|
||||
</message>
|
||||
|
@ -2001,48 +2001,48 @@ Are you sure you want to quit qBittorrent?</source>
|
|||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../GUI.cpp" line="816"/>
|
||||
<location filename="../GUI.cpp" line="815"/>
|
||||
<source>qBittorrent is bind to port: %1</source>
|
||||
<comment>e.g: qBittorrent is bind to port: 1666</comment>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../GUI.cpp" line="890"/>
|
||||
<location filename="../GUI.cpp" line="889"/>
|
||||
<source>DHT support [ON], port: %1</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../GUI.cpp" line="895"/>
|
||||
<location filename="../GUI.cpp" line="894"/>
|
||||
<source>DHT support [OFF]</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../GUI.cpp" line="899"/>
|
||||
<location filename="../GUI.cpp" line="898"/>
|
||||
<source>PeX support [ON]</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../GUI.cpp" line="903"/>
|
||||
<location filename="../GUI.cpp" line="902"/>
|
||||
<source>PeX support [OFF]</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../GUI.cpp" line="838"/>
|
||||
<location filename="../GUI.cpp" line="837"/>
|
||||
<source>UPnP support [ON]</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../GUI.cpp" line="923"/>
|
||||
<location filename="../GUI.cpp" line="922"/>
|
||||
<source>Encryption support [ON]</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../GUI.cpp" line="928"/>
|
||||
<location filename="../GUI.cpp" line="927"/>
|
||||
<source>Encryption support [FORCED]</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../GUI.cpp" line="933"/>
|
||||
<location filename="../GUI.cpp" line="932"/>
|
||||
<source>Encryption support [OFF]</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
|
@ -2103,27 +2103,27 @@ Are you sure you want to quit qBittorrent?</source>
|
|||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../GUI.cpp" line="841"/>
|
||||
<location filename="../GUI.cpp" line="840"/>
|
||||
<source>UPnP support [OFF]</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../GUI.cpp" line="846"/>
|
||||
<location filename="../GUI.cpp" line="845"/>
|
||||
<source>NAT-PMP support [ON]</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../GUI.cpp" line="849"/>
|
||||
<location filename="../GUI.cpp" line="848"/>
|
||||
<source>NAT-PMP support [OFF]</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../GUI.cpp" line="908"/>
|
||||
<location filename="../GUI.cpp" line="907"/>
|
||||
<source>Local Peer Discovery [ON]</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../GUI.cpp" line="911"/>
|
||||
<location filename="../GUI.cpp" line="910"/>
|
||||
<source>Local Peer Discovery support [OFF]</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
|
@ -2134,7 +2134,7 @@ Are you sure you want to quit qBittorrent?</source>
|
|||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../GUI.cpp" line="1160"/>
|
||||
<location filename="../GUI.cpp" line="1159"/>
|
||||
<source>qBittorrent %1 (DL: %2KiB/s, UP: %3KiB/s)</source>
|
||||
<comment>%1 is qBittorrent version</comment>
|
||||
<translation type="unfinished"></translation>
|
||||
|
|
|
@ -1234,7 +1234,7 @@ Copyright © 2006 by Christophe Dumez<br>
|
|||
<translation type="obsolete">почато</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../GUI.cpp" line="960"/>
|
||||
<location filename="../GUI.cpp" line="959"/>
|
||||
<source>Finished</source>
|
||||
<translation>Закінчено</translation>
|
||||
</message>
|
||||
|
@ -1361,7 +1361,7 @@ Copyright © 2006 by Christophe Dumez<br>
|
|||
<translation type="obsolete">qBittorrent</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../GUI.cpp" line="1181"/>
|
||||
<location filename="../GUI.cpp" line="1180"/>
|
||||
<source>qBittorrent</source>
|
||||
<translation>qBittorrent</translation>
|
||||
</message>
|
||||
|
@ -1716,17 +1716,17 @@ Please close the other one first.</source>
|
|||
<translation>qBittorrent %1</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../GUI.cpp" line="1204"/>
|
||||
<location filename="../GUI.cpp" line="1203"/>
|
||||
<source>Connection status:</source>
|
||||
<translation>Статус з'єднання:</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../GUI.cpp" line="1204"/>
|
||||
<location filename="../GUI.cpp" line="1203"/>
|
||||
<source>Offline</source>
|
||||
<translation>Офлайн</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../GUI.cpp" line="1204"/>
|
||||
<location filename="../GUI.cpp" line="1203"/>
|
||||
<source>No peers found...</source>
|
||||
<translation>Не знайдено пірів...</translation>
|
||||
</message>
|
||||
|
@ -1791,13 +1791,13 @@ Please close the other one first.</source>
|
|||
<translation type="obsolete">qBittorrent %1 запущено.</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../GUI.cpp" line="1184"/>
|
||||
<location filename="../GUI.cpp" line="1183"/>
|
||||
<source>DL speed: %1 KiB/s</source>
|
||||
<comment>e.g: Download speed: 10 KiB/s</comment>
|
||||
<translation>Швидкість прийому: %1 КіБ/с</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../GUI.cpp" line="1187"/>
|
||||
<location filename="../GUI.cpp" line="1186"/>
|
||||
<source>UP speed: %1 KiB/s</source>
|
||||
<comment>e.g: Upload speed: 10 KiB/s</comment>
|
||||
<translation>Швидкість віддачі: %1 КіБ/с</translation>
|
||||
|
@ -1868,12 +1868,12 @@ Please close the other one first.</source>
|
|||
<translation type="obsolete">Прослуховую порт: %1</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../GUI.cpp" line="1030"/>
|
||||
<location filename="../GUI.cpp" line="1029"/>
|
||||
<source>All downloads were paused.</source>
|
||||
<translation>Всі завантаження були призупинені.</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../GUI.cpp" line="1053"/>
|
||||
<location filename="../GUI.cpp" line="1052"/>
|
||||
<source>'%1' paused.</source>
|
||||
<comment>xxx.avi paused.</comment>
|
||||
<translation>'%1' призупинено.</translation>
|
||||
|
@ -1885,12 +1885,12 @@ Please close the other one first.</source>
|
|||
<translation type="obsolete">З'єднуюсь...</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../GUI.cpp" line="1099"/>
|
||||
<location filename="../GUI.cpp" line="1098"/>
|
||||
<source>All downloads were resumed.</source>
|
||||
<translation>Всі завантаження було відновлено.</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../GUI.cpp" line="1122"/>
|
||||
<location filename="../GUI.cpp" line="1121"/>
|
||||
<source>'%1' resumed.</source>
|
||||
<comment>e.g: xxx.avi resumed.</comment>
|
||||
<translation>'%1' відновлено.</translation>
|
||||
|
@ -1920,23 +1920,23 @@ Please close the other one first.</source>
|
|||
<translation type="obsolete">Сталася помилка (заповнено диск?), '%1' призупинено.</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../GUI.cpp" line="1200"/>
|
||||
<location filename="../GUI.cpp" line="1199"/>
|
||||
<source>Connection Status:</source>
|
||||
<translation>Статус з'єднання:</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../GUI.cpp" line="1195"/>
|
||||
<location filename="../GUI.cpp" line="1194"/>
|
||||
<source>Online</source>
|
||||
<translation>Онлайн</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../GUI.cpp" line="1200"/>
|
||||
<location filename="../GUI.cpp" line="1199"/>
|
||||
<source>Firewalled?</source>
|
||||
<comment>i.e: Behind a firewall/router?</comment>
|
||||
<translation>Захищено фаєрволом?</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../GUI.cpp" line="1200"/>
|
||||
<location filename="../GUI.cpp" line="1199"/>
|
||||
<source>No incoming connections...</source>
|
||||
<translation>Немає вхідних з'єднань...</translation>
|
||||
</message>
|
||||
|
@ -1974,38 +1974,38 @@ Please close the other one first.</source>
|
|||
<translation>Сталася помилка (заповнено диск?), '%1' призупинено.</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../GUI.cpp" line="140"/>
|
||||
<location filename="../GUI.cpp" line="144"/>
|
||||
<source>Search</source>
|
||||
<translation>Пошук</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../GUI.cpp" line="144"/>
|
||||
<location filename="../GUI.cpp" line="148"/>
|
||||
<source>RSS</source>
|
||||
<translation>RSS</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../GUI.cpp" line="816"/>
|
||||
<location filename="../GUI.cpp" line="815"/>
|
||||
<source>qBittorrent is bind to port: %1</source>
|
||||
<comment>e.g: qBittorrent is bind to port: 1666</comment>
|
||||
<translation>qBittorrent прив'язаний до порту: %1</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../GUI.cpp" line="890"/>
|
||||
<location filename="../GUI.cpp" line="889"/>
|
||||
<source>DHT support [ON], port: %1</source>
|
||||
<translation>Підтримка DHT (Увімкнена), порт: %1</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../GUI.cpp" line="895"/>
|
||||
<location filename="../GUI.cpp" line="894"/>
|
||||
<source>DHT support [OFF]</source>
|
||||
<translation>Підтримка DHT (Вимкнена)</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../GUI.cpp" line="899"/>
|
||||
<location filename="../GUI.cpp" line="898"/>
|
||||
<source>PeX support [ON]</source>
|
||||
<translation>Підтримка PeX (Увімкнена)</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../GUI.cpp" line="903"/>
|
||||
<location filename="../GUI.cpp" line="902"/>
|
||||
<source>PeX support [OFF]</source>
|
||||
<translation>Підтримка PeX (Вимкнена)</translation>
|
||||
</message>
|
||||
|
@ -2017,7 +2017,7 @@ Are you sure you want to quit qBittorrent?</source>
|
|||
Ви впевнені, що хочете вийти з qBittorrent?</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../GUI.cpp" line="956"/>
|
||||
<location filename="../GUI.cpp" line="955"/>
|
||||
<source>Downloads</source>
|
||||
<translation>Завантаження</translation>
|
||||
</message>
|
||||
|
@ -2027,7 +2027,7 @@ Are you sure you want to quit qBittorrent?</source>
|
|||
<translation>Ви впевнені що хочете видалити вибрані пункти зі списку завершених завантажень?</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../GUI.cpp" line="838"/>
|
||||
<location filename="../GUI.cpp" line="837"/>
|
||||
<source>UPnP support [ON]</source>
|
||||
<translation>Підтримка UNnP (Увімкнена)</translation>
|
||||
</message>
|
||||
|
@ -2037,17 +2037,17 @@ Are you sure you want to quit qBittorrent?</source>
|
|||
<translation type="obsolete">Будьте обережні, ділення захищеним матеріалом без дозволу є протизаконним.</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../GUI.cpp" line="923"/>
|
||||
<location filename="../GUI.cpp" line="922"/>
|
||||
<source>Encryption support [ON]</source>
|
||||
<translation>Підтримка шифрування (Увімкнена)</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../GUI.cpp" line="928"/>
|
||||
<location filename="../GUI.cpp" line="927"/>
|
||||
<source>Encryption support [FORCED]</source>
|
||||
<translation>Підтримка шифрування (Примусова)</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../GUI.cpp" line="933"/>
|
||||
<location filename="../GUI.cpp" line="932"/>
|
||||
<source>Encryption support [OFF]</source>
|
||||
<translation>Підтримка шифрування (Вимкнена)</translation>
|
||||
</message>
|
||||
|
@ -2135,27 +2135,27 @@ Are you sure you want to quit qBittorrent?</source>
|
|||
<translation></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../GUI.cpp" line="841"/>
|
||||
<location filename="../GUI.cpp" line="840"/>
|
||||
<source>UPnP support [OFF]</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../GUI.cpp" line="846"/>
|
||||
<location filename="../GUI.cpp" line="845"/>
|
||||
<source>NAT-PMP support [ON]</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../GUI.cpp" line="849"/>
|
||||
<location filename="../GUI.cpp" line="848"/>
|
||||
<source>NAT-PMP support [OFF]</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../GUI.cpp" line="908"/>
|
||||
<location filename="../GUI.cpp" line="907"/>
|
||||
<source>Local Peer Discovery [ON]</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../GUI.cpp" line="911"/>
|
||||
<location filename="../GUI.cpp" line="910"/>
|
||||
<source>Local Peer Discovery support [OFF]</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
|
@ -2166,7 +2166,7 @@ Are you sure you want to quit qBittorrent?</source>
|
|||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../GUI.cpp" line="1160"/>
|
||||
<location filename="../GUI.cpp" line="1159"/>
|
||||
<source>qBittorrent %1 (DL: %2KiB/s, UP: %3KiB/s)</source>
|
||||
<comment>%1 is qBittorrent version</comment>
|
||||
<translation type="unfinished"></translation>
|
||||
|
|
|
@ -1224,7 +1224,7 @@ Copyright © 2006 by Christophe Dumez<br>
|
|||
<translation type="obsolete">开始</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../GUI.cpp" line="960"/>
|
||||
<location filename="../GUI.cpp" line="959"/>
|
||||
<source>Finished</source>
|
||||
<translation>完成</translation>
|
||||
</message>
|
||||
|
@ -1666,17 +1666,17 @@ Please close the other one first.</source>
|
|||
<translation>qBittorrent %1</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../GUI.cpp" line="1204"/>
|
||||
<location filename="../GUI.cpp" line="1203"/>
|
||||
<source>Connection status:</source>
|
||||
<translation>连接状态:</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../GUI.cpp" line="1204"/>
|
||||
<location filename="../GUI.cpp" line="1203"/>
|
||||
<source>Offline</source>
|
||||
<translation>离线</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../GUI.cpp" line="1204"/>
|
||||
<location filename="../GUI.cpp" line="1203"/>
|
||||
<source>No peers found...</source>
|
||||
<translation>找不到资源...</translation>
|
||||
</message>
|
||||
|
@ -1741,18 +1741,18 @@ Please close the other one first.</source>
|
|||
<translation type="obsolete">qBittorrent %1开始.</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../GUI.cpp" line="1181"/>
|
||||
<location filename="../GUI.cpp" line="1180"/>
|
||||
<source>qBittorrent</source>
|
||||
<translation>qBittorrent</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../GUI.cpp" line="1184"/>
|
||||
<location filename="../GUI.cpp" line="1183"/>
|
||||
<source>DL speed: %1 KiB/s</source>
|
||||
<comment>e.g: Download speed: 10 KiB/s</comment>
|
||||
<translation>下载速度: %1 KiB/s</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../GUI.cpp" line="1187"/>
|
||||
<location filename="../GUI.cpp" line="1186"/>
|
||||
<source>UP speed: %1 KiB/s</source>
|
||||
<comment>e.g: Upload speed: 10 KiB/s</comment>
|
||||
<translation> 上传速度: %1 KiB/s</translation>
|
||||
|
@ -1823,12 +1823,12 @@ Please close the other one first.</source>
|
|||
<translation type="obsolete"> 使用端口:'%1'</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../GUI.cpp" line="1030"/>
|
||||
<location filename="../GUI.cpp" line="1029"/>
|
||||
<source>All downloads were paused.</source>
|
||||
<translation>所有下载已暂停.</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../GUI.cpp" line="1053"/>
|
||||
<location filename="../GUI.cpp" line="1052"/>
|
||||
<source>'%1' paused.</source>
|
||||
<comment>xxx.avi paused.</comment>
|
||||
<translation>'%1'暂停.</translation>
|
||||
|
@ -1840,12 +1840,12 @@ Please close the other one first.</source>
|
|||
<translation type="obsolete">连接中...</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../GUI.cpp" line="1099"/>
|
||||
<location filename="../GUI.cpp" line="1098"/>
|
||||
<source>All downloads were resumed.</source>
|
||||
<translation>重新开始所有下载.</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../GUI.cpp" line="1122"/>
|
||||
<location filename="../GUI.cpp" line="1121"/>
|
||||
<source>'%1' resumed.</source>
|
||||
<comment>e.g: xxx.avi resumed.</comment>
|
||||
<translation>'%1'重新开始.</translation>
|
||||
|
@ -1869,23 +1869,23 @@ Please close the other one first.</source>
|
|||
<translation>读或写%1过程中出现错误.磁盘已满,下载被暂停</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../GUI.cpp" line="1200"/>
|
||||
<location filename="../GUI.cpp" line="1199"/>
|
||||
<source>Connection Status:</source>
|
||||
<translation>连接状态:</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../GUI.cpp" line="1195"/>
|
||||
<location filename="../GUI.cpp" line="1194"/>
|
||||
<source>Online</source>
|
||||
<translation>联机</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../GUI.cpp" line="1200"/>
|
||||
<location filename="../GUI.cpp" line="1199"/>
|
||||
<source>Firewalled?</source>
|
||||
<comment>i.e: Behind a firewall/router?</comment>
|
||||
<translation>存在防火墙?</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../GUI.cpp" line="1200"/>
|
||||
<location filename="../GUI.cpp" line="1199"/>
|
||||
<source>No incoming connections...</source>
|
||||
<translation>无对内连接...</translation>
|
||||
</message>
|
||||
|
@ -1923,38 +1923,38 @@ Please close the other one first.</source>
|
|||
<translation>出现错误(磁盘已满?),'%1'暂停.</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../GUI.cpp" line="140"/>
|
||||
<location filename="../GUI.cpp" line="144"/>
|
||||
<source>Search</source>
|
||||
<translation>搜索</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../GUI.cpp" line="144"/>
|
||||
<location filename="../GUI.cpp" line="148"/>
|
||||
<source>RSS</source>
|
||||
<translation>RSS</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../GUI.cpp" line="816"/>
|
||||
<location filename="../GUI.cpp" line="815"/>
|
||||
<source>qBittorrent is bind to port: %1</source>
|
||||
<comment>e.g: qBittorrent is bind to port: 1666</comment>
|
||||
<translation>qBittorrent 绑定端口:%1</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../GUI.cpp" line="890"/>
|
||||
<location filename="../GUI.cpp" line="889"/>
|
||||
<source>DHT support [ON], port: %1</source>
|
||||
<translation>DHT 支持 [开], port: %1</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../GUI.cpp" line="895"/>
|
||||
<location filename="../GUI.cpp" line="894"/>
|
||||
<source>DHT support [OFF]</source>
|
||||
<translation>DHT 支持[关]</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../GUI.cpp" line="899"/>
|
||||
<location filename="../GUI.cpp" line="898"/>
|
||||
<source>PeX support [ON]</source>
|
||||
<translation>PeX 支持[ON]</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../GUI.cpp" line="903"/>
|
||||
<location filename="../GUI.cpp" line="902"/>
|
||||
<source>PeX support [OFF]</source>
|
||||
<translation>PeX 支持[关]</translation>
|
||||
</message>
|
||||
|
@ -1966,7 +1966,7 @@ Are you sure you want to quit qBittorrent?</source>
|
|||
您确定要离开qBittorrent吗?</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../GUI.cpp" line="956"/>
|
||||
<location filename="../GUI.cpp" line="955"/>
|
||||
<source>Downloads</source>
|
||||
<translation>下载</translation>
|
||||
</message>
|
||||
|
@ -1976,7 +1976,7 @@ Are you sure you want to quit qBittorrent?</source>
|
|||
<translation>您确定要删除完成列表中选中的项目吗?</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../GUI.cpp" line="838"/>
|
||||
<location filename="../GUI.cpp" line="837"/>
|
||||
<source>UPnP support [ON]</source>
|
||||
<translation>UPnP 支持[开]</translation>
|
||||
</message>
|
||||
|
@ -1986,17 +1986,17 @@ Are you sure you want to quit qBittorrent?</source>
|
|||
<translation type="obsolete">注意,在未经允许情况下共享有版权的材料是违法的.</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../GUI.cpp" line="923"/>
|
||||
<location filename="../GUI.cpp" line="922"/>
|
||||
<source>Encryption support [ON]</source>
|
||||
<translation>加密支持[开]</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../GUI.cpp" line="928"/>
|
||||
<location filename="../GUI.cpp" line="927"/>
|
||||
<source>Encryption support [FORCED]</source>
|
||||
<translation>加密支持[强制]</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../GUI.cpp" line="933"/>
|
||||
<location filename="../GUI.cpp" line="932"/>
|
||||
<source>Encryption support [OFF]</source>
|
||||
<translation>加密支持[关]</translation>
|
||||
</message>
|
||||
|
@ -2084,27 +2084,27 @@ Are you sure you want to quit qBittorrent?</source>
|
|||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../GUI.cpp" line="841"/>
|
||||
<location filename="../GUI.cpp" line="840"/>
|
||||
<source>UPnP support [OFF]</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../GUI.cpp" line="846"/>
|
||||
<location filename="../GUI.cpp" line="845"/>
|
||||
<source>NAT-PMP support [ON]</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../GUI.cpp" line="849"/>
|
||||
<location filename="../GUI.cpp" line="848"/>
|
||||
<source>NAT-PMP support [OFF]</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../GUI.cpp" line="908"/>
|
||||
<location filename="../GUI.cpp" line="907"/>
|
||||
<source>Local Peer Discovery [ON]</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../GUI.cpp" line="911"/>
|
||||
<location filename="../GUI.cpp" line="910"/>
|
||||
<source>Local Peer Discovery support [OFF]</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
|
@ -2115,7 +2115,7 @@ Are you sure you want to quit qBittorrent?</source>
|
|||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../GUI.cpp" line="1160"/>
|
||||
<location filename="../GUI.cpp" line="1159"/>
|
||||
<source>qBittorrent %1 (DL: %2KiB/s, UP: %3KiB/s)</source>
|
||||
<comment>%1 is qBittorrent version</comment>
|
||||
<translation type="unfinished"></translation>
|
||||
|
|
Loading…
Reference in a new issue