mirror of
https://github.com/qbittorrent/qBittorrent
synced 2025-07-13 08:43:08 -07:00
- Queueing system fix
This commit is contained in:
parent
c41d17043c
commit
368c122dce
58 changed files with 1274 additions and 1293 deletions
|
@ -1033,14 +1033,12 @@ void GUI::configureSession(bool deleteOptions) {
|
|||
}
|
||||
int max_torrents = options->getMaxActiveTorrents();
|
||||
int max_downloads = options->getMaxActiveDownloads();
|
||||
int max_seeds = options->getMaxActiveUploads();
|
||||
sessionSettings.active_limit = max_torrents;
|
||||
sessionSettings.active_downloads = max_downloads;
|
||||
sessionSettings.active_seeds = max_seeds;
|
||||
sessionSettings.active_seeds = max_torrents;
|
||||
sessionSettings.dont_count_slow_torrents = false;
|
||||
BTSession->setQueueingEnabled(true);
|
||||
} else {
|
||||
if(BTSession->isQueueingEnabled()) {
|
||||
sessionSettings.active_limit = -1;
|
||||
sessionSettings.active_downloads = -1;
|
||||
sessionSettings.active_seeds = -1;
|
||||
BTSession->setQueueingEnabled(false);
|
||||
|
|
Binary file not shown.
|
@ -302,7 +302,7 @@ Copyright © 2006 на Christophe Dumez<br>
|
|||
<translation type="obsolete">0.0.0.0</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../options.ui" line="2140"/>
|
||||
<location filename="../options.ui" line="2097"/>
|
||||
<source>Port:</source>
|
||||
<translation>Порт:</translation>
|
||||
</message>
|
||||
|
@ -312,7 +312,7 @@ Copyright © 2006 на Christophe Dumez<br>
|
|||
<translation type="obsolete">Прокси сървъра иска удостоверяване</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../options.ui" line="2179"/>
|
||||
<location filename="../options.ui" line="2136"/>
|
||||
<source>Authentication</source>
|
||||
<translation>Удостоверяване</translation>
|
||||
</message>
|
||||
|
@ -322,7 +322,7 @@ Copyright © 2006 на Christophe Dumez<br>
|
|||
<translation type="obsolete">Име на Потребител:</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../options.ui" line="2200"/>
|
||||
<location filename="../options.ui" line="2157"/>
|
||||
<source>Password:</source>
|
||||
<translation>Парола:</translation>
|
||||
</message>
|
||||
|
@ -956,7 +956,7 @@ Copyright © 2006 на Christophe Dumez<br>
|
|||
<translation>Прокси:</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../options.ui" line="2190"/>
|
||||
<location filename="../options.ui" line="2147"/>
|
||||
<source>Username:</source>
|
||||
<translation>Име на потребителя:</translation>
|
||||
</message>
|
||||
|
@ -1122,17 +1122,17 @@ Copyright © 2006 на Christophe Dumez<br>
|
|||
<translation>Направи се на Azureus за да избегнеш изхвърляне (изисква рестарт)</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../options.ui" line="2105"/>
|
||||
<location filename="../options.ui" line="2062"/>
|
||||
<source>Web UI</source>
|
||||
<translation>Web UI</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../options.ui" line="2118"/>
|
||||
<location filename="../options.ui" line="2075"/>
|
||||
<source>Enable Web User Interface</source>
|
||||
<translation>Включи Интерфейс на Web Потребител</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../options.ui" line="2131"/>
|
||||
<location filename="../options.ui" line="2088"/>
|
||||
<source>HTTP Server</source>
|
||||
<translation>Сървър HTTP</translation>
|
||||
</message>
|
||||
|
@ -1162,7 +1162,7 @@ Copyright © 2006 на Christophe Dumez<br>
|
|||
<translation>Максимум активни сваляния:</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../options.ui" line="2050"/>
|
||||
<location filename="../options.ui" line="2007"/>
|
||||
<source>Maximum active torrents:</source>
|
||||
<translation>Максимум активни торенти:</translation>
|
||||
</message>
|
||||
|
@ -1181,11 +1181,6 @@ Copyright © 2006 на Christophe Dumez<br>
|
|||
<source>Bittorrent proxy settings</source>
|
||||
<translation>Bittorent прокси настройки</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../options.ui" line="2007"/>
|
||||
<source>Maximum active uploads:</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
</context>
|
||||
<context>
|
||||
<name>DownloadingTorrents</name>
|
||||
|
@ -1507,7 +1502,7 @@ Copyright © 2006 на Christophe Dumez<br>
|
|||
<translation type="obsolete">kb/с</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../GUI.cpp" line="1146"/>
|
||||
<location filename="../GUI.cpp" line="1144"/>
|
||||
<source>Finished</source>
|
||||
<translation>Завършен</translation>
|
||||
</message>
|
||||
|
@ -1634,7 +1629,7 @@ Copyright © 2006 на Christophe Dumez<br>
|
|||
<translation type="obsolete"> qBittorrent</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../GUI.cpp" line="1411"/>
|
||||
<location filename="../GUI.cpp" line="1409"/>
|
||||
<source>qBittorrent</source>
|
||||
<translation>qBittorrent</translation>
|
||||
</message>
|
||||
|
@ -1974,7 +1969,7 @@ Please close the other one first.</source>
|
|||
<translation>qBittorrent %1</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../GUI.cpp" line="1428"/>
|
||||
<location filename="../GUI.cpp" line="1426"/>
|
||||
<source>Connection status:</source>
|
||||
<translation>Състояние на връзката:</translation>
|
||||
</message>
|
||||
|
@ -2049,13 +2044,13 @@ Please close the other one first.</source>
|
|||
<translation type="obsolete">qBittorrent %1 стартиран.</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../GUI.cpp" line="1414"/>
|
||||
<location filename="../GUI.cpp" line="1412"/>
|
||||
<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="1417"/>
|
||||
<location filename="../GUI.cpp" line="1415"/>
|
||||
<source>UP speed: %1 KiB/s</source>
|
||||
<comment>e.g: Upload speed: 10 KiB/s</comment>
|
||||
<translation>UL Скорост %1 KB/с</translation>
|
||||
|
@ -2178,12 +2173,12 @@ Please close the other one first.</source>
|
|||
<translation type="obsolete">Намерена грешка (пълен диск?), '%1' е в пауза.</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../GUI.cpp" line="1425"/>
|
||||
<location filename="../GUI.cpp" line="1423"/>
|
||||
<source>Connection Status:</source>
|
||||
<translation>Състояние на връзката:</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../GUI.cpp" line="1425"/>
|
||||
<location filename="../GUI.cpp" line="1423"/>
|
||||
<source>Online</source>
|
||||
<translation>Свързан</translation>
|
||||
</message>
|
||||
|
@ -2248,17 +2243,17 @@ Please close the other one first.</source>
|
|||
<translation>qBittorrent е свързан с порт: %1</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../GUI.cpp" line="1063"/>
|
||||
<location filename="../GUI.cpp" line="1061"/>
|
||||
<source>DHT support [ON], port: %1</source>
|
||||
<translation>DHT поддръжка [ВКЛ], порт: %1</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../GUI.cpp" line="1069"/>
|
||||
<location filename="../GUI.cpp" line="1067"/>
|
||||
<source>DHT support [OFF]</source>
|
||||
<translation>DHT поддръжка [ИЗКЛ]</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../GUI.cpp" line="1072"/>
|
||||
<location filename="../GUI.cpp" line="1070"/>
|
||||
<source>PeX support [ON]</source>
|
||||
<translation>PeX поддръжка [ВКЛ]</translation>
|
||||
</message>
|
||||
|
@ -2275,7 +2270,7 @@ Are you sure you want to quit qBittorrent?</source>
|
|||
Сигурни ли сте че искате да напуснете qBittorrent?</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../GUI.cpp" line="1135"/>
|
||||
<location filename="../GUI.cpp" line="1133"/>
|
||||
<source>Downloads</source>
|
||||
<translation>Сваляне</translation>
|
||||
</message>
|
||||
|
@ -2290,17 +2285,17 @@ Are you sure you want to quit qBittorrent?</source>
|
|||
<translation>UPnP поддръжка [ВКЛ]</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../GUI.cpp" line="1091"/>
|
||||
<location filename="../GUI.cpp" line="1089"/>
|
||||
<source>Encryption support [ON]</source>
|
||||
<translation>Поддръжка кодиране [ВКЛ]</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../GUI.cpp" line="1096"/>
|
||||
<location filename="../GUI.cpp" line="1094"/>
|
||||
<source>Encryption support [FORCED]</source>
|
||||
<translation>Поддръжка кодиране [ФОРСИРАНА]</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../GUI.cpp" line="1101"/>
|
||||
<location filename="../GUI.cpp" line="1099"/>
|
||||
<source>Encryption support [OFF]</source>
|
||||
<translation>Поддръжка кодиране [ИЗКЛ]</translation>
|
||||
</message>
|
||||
|
@ -2376,12 +2371,12 @@ Are you sure you want to quit qBittorrent?</source>
|
|||
<translation>NAT-PMP поддръжка [ИЗКЛ]</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../GUI.cpp" line="1076"/>
|
||||
<location filename="../GUI.cpp" line="1074"/>
|
||||
<source>Local Peer Discovery [ON]</source>
|
||||
<translation>Търсене на локални връзки [ВКЛ]</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../GUI.cpp" line="1079"/>
|
||||
<location filename="../GUI.cpp" line="1077"/>
|
||||
<source>Local Peer Discovery support [OFF]</source>
|
||||
<translation>Търсене на локални връзки [ИЗКЛ]</translation>
|
||||
</message>
|
||||
|
@ -2392,18 +2387,18 @@ Are you sure you want to quit qBittorrent?</source>
|
|||
<translation type="obsolete">'%1' бе премахнат защото съотношението му надвишава определеното.</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../GUI.cpp" line="1391"/>
|
||||
<location filename="../GUI.cpp" line="1389"/>
|
||||
<source>qBittorrent %1 (DL: %2KiB/s, UP: %3KiB/s)</source>
|
||||
<comment>%1 is qBittorrent version</comment>
|
||||
<translation>qBittorrent %1 (DL: %2KiB/s, UP: %3KiB/s)</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../GUI.cpp" line="1376"/>
|
||||
<location filename="../GUI.cpp" line="1374"/>
|
||||
<source>DL: %1 KiB/s</source>
|
||||
<translation>DL: %1 KB/с</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../GUI.cpp" line="1377"/>
|
||||
<location filename="../GUI.cpp" line="1375"/>
|
||||
<source>UP: %1 KiB/s</source>
|
||||
<translation>UP: %1 KB/с</translation>
|
||||
</message>
|
||||
|
@ -2418,7 +2413,7 @@ Are you sure you want to quit qBittorrent?</source>
|
|||
<translation>DHT: %1 възли</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../GUI.cpp" line="1428"/>
|
||||
<location filename="../GUI.cpp" line="1426"/>
|
||||
<source>No direct connections. This may indicate network configuration problems.</source>
|
||||
<translation>Няма директни връзки. Това може да е от проблеми в мрежовата настройка.</translation>
|
||||
</message>
|
||||
|
@ -2428,7 +2423,7 @@ Are you sure you want to quit qBittorrent?</source>
|
|||
<translation>Качени</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../GUI.cpp" line="1505"/>
|
||||
<location filename="../GUI.cpp" line="1503"/>
|
||||
<source>Options were saved successfully.</source>
|
||||
<translation>Опциите бяха съхранени успешно.</translation>
|
||||
</message>
|
||||
|
@ -4440,7 +4435,7 @@ However, those plugins were disabled.</source>
|
|||
<translation type="obsolete">Опциите бяха съхранени успешно.</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../options_imp.cpp" line="1260"/>
|
||||
<location filename="../options_imp.cpp" line="1250"/>
|
||||
<source>Choose scan directory</source>
|
||||
<translation>Изберете директория за сканиране</translation>
|
||||
</message>
|
||||
|
@ -4450,7 +4445,7 @@ However, those plugins were disabled.</source>
|
|||
<translation type="obsolete">Изберете ipfilter.dat файл </translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../options_imp.cpp" line="1275"/>
|
||||
<location filename="../options_imp.cpp" line="1265"/>
|
||||
<source>Choose a save directory</source>
|
||||
<translation>Изберете директория за съхранение</translation>
|
||||
</message>
|
||||
|
@ -4466,12 +4461,12 @@ However, those plugins were disabled.</source>
|
|||
<translation type="obsolete">Не мога да отворя %1 в режим четене.</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../options_imp.cpp" line="1267"/>
|
||||
<location filename="../options_imp.cpp" line="1257"/>
|
||||
<source>Choose an ip filter file</source>
|
||||
<translation>Избери файл за ip филтър</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../options_imp.cpp" line="1267"/>
|
||||
<location filename="../options_imp.cpp" line="1257"/>
|
||||
<source>Filters</source>
|
||||
<translation>Филтри</translation>
|
||||
</message>
|
||||
|
@ -5232,7 +5227,7 @@ However, those plugins were disabled.</source>
|
|||
<translation type="obsolete">Вярно</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../torrentAddition.h" line="110"/>
|
||||
<location filename="../torrentAddition.h" line="115"/>
|
||||
<source>Unable to decode torrent file:</source>
|
||||
<translation>Не мога да декодирам торент-файла:</translation>
|
||||
</message>
|
||||
|
@ -5242,7 +5237,7 @@ However, those plugins were disabled.</source>
|
|||
<translation type="obsolete">Този файла или е разрушен или не е торент.</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../torrentAddition.h" line="248"/>
|
||||
<location filename="../torrentAddition.h" line="254"/>
|
||||
<source>Choose save path</source>
|
||||
<translation>Избери път за съхранение</translation>
|
||||
</message>
|
||||
|
@ -5252,32 +5247,32 @@ However, those plugins were disabled.</source>
|
|||
<translation type="obsolete">Грешка</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../torrentAddition.h" line="382"/>
|
||||
<location filename="../torrentAddition.h" line="388"/>
|
||||
<source>Empty save path</source>
|
||||
<translation>Празен път за съхранение</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../torrentAddition.h" line="382"/>
|
||||
<location filename="../torrentAddition.h" line="388"/>
|
||||
<source>Please enter a save path</source>
|
||||
<translation>Моля въведете път за съхранение</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../torrentAddition.h" line="388"/>
|
||||
<location filename="../torrentAddition.h" line="394"/>
|
||||
<source>Save path creation error</source>
|
||||
<translation>Грешка при създаване на път за съхранение</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../torrentAddition.h" line="388"/>
|
||||
<location filename="../torrentAddition.h" line="394"/>
|
||||
<source>Could not create the save path</source>
|
||||
<translation>Не мога да създам път за съхранение</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../torrentAddition.h" line="418"/>
|
||||
<location filename="../torrentAddition.h" line="424"/>
|
||||
<source>Invalid file selection</source>
|
||||
<translation>Невалиден избор на файл</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../torrentAddition.h" line="418"/>
|
||||
<location filename="../torrentAddition.h" line="424"/>
|
||||
<source>You must select at least one file in the torrent</source>
|
||||
<translation>Трябва да изберете поне един файл в торента</translation>
|
||||
</message>
|
||||
|
@ -5297,7 +5292,7 @@ However, those plugins were disabled.</source>
|
|||
<translation>Изпълнение</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../torrentAddition.h" line="281"/>
|
||||
<location filename="../torrentAddition.h" line="287"/>
|
||||
<source>Priority</source>
|
||||
<translation>Предимство</translation>
|
||||
</message>
|
||||
|
|
Binary file not shown.
|
@ -405,12 +405,12 @@ Copyright © 2006 by Christophe Dumez<br>
|
|||
<translation type="obsolete">0.0.0.0</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../options.ui" line="2140"/>
|
||||
<location filename="../options.ui" line="2097"/>
|
||||
<source>Port:</source>
|
||||
<translation>Port:</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../options.ui" line="2179"/>
|
||||
<location filename="../options.ui" line="2136"/>
|
||||
<source>Authentication</source>
|
||||
<translation>Autentificació</translation>
|
||||
</message>
|
||||
|
@ -420,7 +420,7 @@ Copyright © 2006 by Christophe Dumez<br>
|
|||
<translation type="obsolete">Nom usuari:</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../options.ui" line="2200"/>
|
||||
<location filename="../options.ui" line="2157"/>
|
||||
<source>Password:</source>
|
||||
<translation>Contrasenya:</translation>
|
||||
</message>
|
||||
|
@ -879,7 +879,7 @@ Copyright © 2006 by Christophe Dumez<br>
|
|||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../options.ui" line="2190"/>
|
||||
<location filename="../options.ui" line="2147"/>
|
||||
<source>Username:</source>
|
||||
<translation type="unfinished">Usuari:</translation>
|
||||
</message>
|
||||
|
@ -1040,17 +1040,17 @@ Copyright © 2006 by Christophe Dumez<br>
|
|||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../options.ui" line="2105"/>
|
||||
<location filename="../options.ui" line="2062"/>
|
||||
<source>Web UI</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../options.ui" line="2118"/>
|
||||
<location filename="../options.ui" line="2075"/>
|
||||
<source>Enable Web User Interface</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../options.ui" line="2131"/>
|
||||
<location filename="../options.ui" line="2088"/>
|
||||
<source>HTTP Server</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
|
@ -1080,7 +1080,7 @@ Copyright © 2006 by Christophe Dumez<br>
|
|||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../options.ui" line="2050"/>
|
||||
<location filename="../options.ui" line="2007"/>
|
||||
<source>Maximum active torrents:</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
|
@ -1099,11 +1099,6 @@ Copyright © 2006 by Christophe Dumez<br>
|
|||
<source>Bittorrent proxy settings</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../options.ui" line="2007"/>
|
||||
<source>Maximum active uploads:</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
</context>
|
||||
<context>
|
||||
<name>DownloadingTorrents</name>
|
||||
|
@ -1313,7 +1308,7 @@ Copyright © 2006 by Christophe Dumez<br>
|
|||
<translation type="obsolete"> iniciat.</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../GUI.cpp" line="1411"/>
|
||||
<location filename="../GUI.cpp" line="1409"/>
|
||||
<source>qBittorrent</source>
|
||||
<translation type="unfinished">qBittorrent</translation>
|
||||
</message>
|
||||
|
@ -1493,7 +1488,7 @@ Copyright © 2006 by Christophe Dumez<br>
|
|||
<translation type="obsolete">/s</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../GUI.cpp" line="1146"/>
|
||||
<location filename="../GUI.cpp" line="1144"/>
|
||||
<source>Finished</source>
|
||||
<translation type="unfinished">Finalitzat</translation>
|
||||
</message>
|
||||
|
@ -1850,7 +1845,7 @@ Si et plau tanca l'altre primer.</translation>
|
|||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../GUI.cpp" line="1428"/>
|
||||
<location filename="../GUI.cpp" line="1426"/>
|
||||
<source>Connection status:</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
|
@ -1903,13 +1898,13 @@ Si et plau tanca l'altre primer.</translation>
|
|||
<translation type="obsolete">Leechers</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../GUI.cpp" line="1414"/>
|
||||
<location filename="../GUI.cpp" line="1412"/>
|
||||
<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="1417"/>
|
||||
<location filename="../GUI.cpp" line="1415"/>
|
||||
<source>UP speed: %1 KiB/s</source>
|
||||
<comment>e.g: Upload speed: 10 KiB/s</comment>
|
||||
<translation type="unfinished"></translation>
|
||||
|
@ -1962,12 +1957,12 @@ Si et plau tanca l'altre primer.</translation>
|
|||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../GUI.cpp" line="1425"/>
|
||||
<location filename="../GUI.cpp" line="1423"/>
|
||||
<source>Connection Status:</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../GUI.cpp" line="1425"/>
|
||||
<location filename="../GUI.cpp" line="1423"/>
|
||||
<source>Online</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
|
@ -2000,17 +1995,17 @@ Si et plau tanca l'altre primer.</translation>
|
|||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../GUI.cpp" line="1063"/>
|
||||
<location filename="../GUI.cpp" line="1061"/>
|
||||
<source>DHT support [ON], port: %1</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../GUI.cpp" line="1069"/>
|
||||
<location filename="../GUI.cpp" line="1067"/>
|
||||
<source>DHT support [OFF]</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../GUI.cpp" line="1072"/>
|
||||
<location filename="../GUI.cpp" line="1070"/>
|
||||
<source>PeX support [ON]</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
|
@ -2021,7 +2016,7 @@ Are you sure you want to quit qBittorrent?</source>
|
|||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../GUI.cpp" line="1135"/>
|
||||
<location filename="../GUI.cpp" line="1133"/>
|
||||
<source>Downloads</source>
|
||||
<translation type="unfinished">Descarregues</translation>
|
||||
</message>
|
||||
|
@ -2036,17 +2031,17 @@ Are you sure you want to quit qBittorrent?</source>
|
|||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../GUI.cpp" line="1091"/>
|
||||
<location filename="../GUI.cpp" line="1089"/>
|
||||
<source>Encryption support [ON]</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../GUI.cpp" line="1096"/>
|
||||
<location filename="../GUI.cpp" line="1094"/>
|
||||
<source>Encryption support [FORCED]</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../GUI.cpp" line="1101"/>
|
||||
<location filename="../GUI.cpp" line="1099"/>
|
||||
<source>Encryption support [OFF]</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
|
@ -2116,28 +2111,28 @@ Are you sure you want to quit qBittorrent?</source>
|
|||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../GUI.cpp" line="1076"/>
|
||||
<location filename="../GUI.cpp" line="1074"/>
|
||||
<source>Local Peer Discovery [ON]</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../GUI.cpp" line="1079"/>
|
||||
<location filename="../GUI.cpp" line="1077"/>
|
||||
<source>Local Peer Discovery support [OFF]</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../GUI.cpp" line="1391"/>
|
||||
<location filename="../GUI.cpp" line="1389"/>
|
||||
<source>qBittorrent %1 (DL: %2KiB/s, UP: %3KiB/s)</source>
|
||||
<comment>%1 is qBittorrent version</comment>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../GUI.cpp" line="1376"/>
|
||||
<location filename="../GUI.cpp" line="1374"/>
|
||||
<source>DL: %1 KiB/s</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../GUI.cpp" line="1377"/>
|
||||
<location filename="../GUI.cpp" line="1375"/>
|
||||
<source>UP: %1 KiB/s</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
|
@ -2152,7 +2147,7 @@ Are you sure you want to quit qBittorrent?</source>
|
|||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../GUI.cpp" line="1428"/>
|
||||
<location filename="../GUI.cpp" line="1426"/>
|
||||
<source>No direct connections. This may indicate network configuration problems.</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
|
@ -2162,7 +2157,7 @@ Are you sure you want to quit qBittorrent?</source>
|
|||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../GUI.cpp" line="1505"/>
|
||||
<location filename="../GUI.cpp" line="1503"/>
|
||||
<source>Options were saved successfully.</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
|
@ -4072,12 +4067,12 @@ However, those plugins were disabled.</source>
|
|||
<translation type="obsolete">Aquesta IP es invalida.</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../options_imp.cpp" line="1260"/>
|
||||
<location filename="../options_imp.cpp" line="1250"/>
|
||||
<source>Choose scan directory</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../options_imp.cpp" line="1275"/>
|
||||
<location filename="../options_imp.cpp" line="1265"/>
|
||||
<source>Choose a save directory</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
|
@ -4088,12 +4083,12 @@ However, those plugins were disabled.</source>
|
|||
<translation type="obsolete">I/O Error</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../options_imp.cpp" line="1267"/>
|
||||
<location filename="../options_imp.cpp" line="1257"/>
|
||||
<source>Choose an ip filter file</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../options_imp.cpp" line="1267"/>
|
||||
<location filename="../options_imp.cpp" line="1257"/>
|
||||
<source>Filters</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
|
@ -4804,7 +4799,7 @@ However, those plugins were disabled.</source>
|
|||
<translation type="obsolete">Cert</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../torrentAddition.h" line="110"/>
|
||||
<location filename="../torrentAddition.h" line="115"/>
|
||||
<source>Unable to decode torrent file:</source>
|
||||
<translation>Deshabilita el decodificador d' arxius torrent:</translation>
|
||||
</message>
|
||||
|
@ -4814,7 +4809,7 @@ However, those plugins were disabled.</source>
|
|||
<translation type="obsolete">Aquest arxiu està corrupte o no es un arxiu torrent.</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../torrentAddition.h" line="248"/>
|
||||
<location filename="../torrentAddition.h" line="254"/>
|
||||
<source>Choose save path</source>
|
||||
<translation>Escull ruta per salvar</translation>
|
||||
</message>
|
||||
|
@ -4824,32 +4819,32 @@ However, those plugins were disabled.</source>
|
|||
<translation type="obsolete">Fals</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../torrentAddition.h" line="382"/>
|
||||
<location filename="../torrentAddition.h" line="388"/>
|
||||
<source>Empty save path</source>
|
||||
<translation>Ruta buida</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../torrentAddition.h" line="382"/>
|
||||
<location filename="../torrentAddition.h" line="388"/>
|
||||
<source>Please enter a save path</source>
|
||||
<translation>Si us plau entra una ruta salvada</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../torrentAddition.h" line="388"/>
|
||||
<location filename="../torrentAddition.h" line="394"/>
|
||||
<source>Save path creation error</source>
|
||||
<translation>Guardar ruta creació d'error</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../torrentAddition.h" line="388"/>
|
||||
<location filename="../torrentAddition.h" line="394"/>
|
||||
<source>Could not create the save path</source>
|
||||
<translation>No es pot creat la ruta guardada</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../torrentAddition.h" line="418"/>
|
||||
<location filename="../torrentAddition.h" line="424"/>
|
||||
<source>Invalid file selection</source>
|
||||
<translation>Seleció invàlida de fitxer</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../torrentAddition.h" line="418"/>
|
||||
<location filename="../torrentAddition.h" line="424"/>
|
||||
<source>You must select at least one file in the torrent</source>
|
||||
<translation>Has de seleccionar mínimament un fitxer en el torrent </translation>
|
||||
</message>
|
||||
|
@ -4869,7 +4864,7 @@ However, those plugins were disabled.</source>
|
|||
<translation type="unfinished">Progrès</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../torrentAddition.h" line="281"/>
|
||||
<location filename="../torrentAddition.h" line="287"/>
|
||||
<source>Priority</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
|
|
Binary file not shown.
|
@ -179,17 +179,17 @@ Copyright © 2006 by Christophe Dumez<br>
|
|||
<translation type="obsolete">Nastavení proxy</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../options.ui" line="2140"/>
|
||||
<location filename="../options.ui" line="2097"/>
|
||||
<source>Port:</source>
|
||||
<translation>Port:</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../options.ui" line="2179"/>
|
||||
<location filename="../options.ui" line="2136"/>
|
||||
<source>Authentication</source>
|
||||
<translation>Ověření</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../options.ui" line="2200"/>
|
||||
<location filename="../options.ui" line="2157"/>
|
||||
<source>Password:</source>
|
||||
<translation>Heslo:</translation>
|
||||
</message>
|
||||
|
@ -443,7 +443,7 @@ Copyright © 2006 by Christophe Dumez<br>
|
|||
<translation>Proxy:</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../options.ui" line="2190"/>
|
||||
<location filename="../options.ui" line="2147"/>
|
||||
<source>Username:</source>
|
||||
<translation>Uživatelské jméno:</translation>
|
||||
</message>
|
||||
|
@ -614,17 +614,17 @@ Copyright © 2006 by Christophe Dumez<br>
|
|||
<translation>Klamat Azureus abychom se vyhnuli blokování (vyžaduje restart)</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../options.ui" line="2105"/>
|
||||
<location filename="../options.ui" line="2062"/>
|
||||
<source>Web UI</source>
|
||||
<translation>Webové rozhraní</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../options.ui" line="2118"/>
|
||||
<location filename="../options.ui" line="2075"/>
|
||||
<source>Enable Web User Interface</source>
|
||||
<translation>Zapnout webové rozhraní</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../options.ui" line="2131"/>
|
||||
<location filename="../options.ui" line="2088"/>
|
||||
<source>HTTP Server</source>
|
||||
<translation>HTTP Server</translation>
|
||||
</message>
|
||||
|
@ -654,7 +654,7 @@ Copyright © 2006 by Christophe Dumez<br>
|
|||
<translation>Řazení torrentů do fronty</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../options.ui" line="2050"/>
|
||||
<location filename="../options.ui" line="2007"/>
|
||||
<source>Maximum active torrents:</source>
|
||||
<translation>Maximální počet aktivních torrentů:</translation>
|
||||
</message>
|
||||
|
@ -678,11 +678,6 @@ Copyright © 2006 by Christophe Dumez<br>
|
|||
<source>Bittorrent proxy settings</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../options.ui" line="2007"/>
|
||||
<source>Maximum active uploads:</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
</context>
|
||||
<context>
|
||||
<name>DownloadingTorrents</name>
|
||||
|
@ -939,7 +934,7 @@ Copyright © 2006 by Christophe Dumez<br>
|
|||
<translation>qBittorrent %1</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../GUI.cpp" line="1428"/>
|
||||
<location filename="../GUI.cpp" line="1426"/>
|
||||
<source>Connection status:</source>
|
||||
<translation>Stav připojení:</translation>
|
||||
</message>
|
||||
|
@ -954,18 +949,18 @@ Copyright © 2006 by Christophe Dumez<br>
|
|||
<translation type="obsolete">Nebyly nalezeny žádné peery...</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../GUI.cpp" line="1411"/>
|
||||
<location filename="../GUI.cpp" line="1409"/>
|
||||
<source>qBittorrent</source>
|
||||
<translation>qBittorrent</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../GUI.cpp" line="1414"/>
|
||||
<location filename="../GUI.cpp" line="1412"/>
|
||||
<source>DL speed: %1 KiB/s</source>
|
||||
<comment>e.g: Download speed: 10 KiB/s</comment>
|
||||
<translation>Rychlost stahování: %1 KiB/s</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../GUI.cpp" line="1417"/>
|
||||
<location filename="../GUI.cpp" line="1415"/>
|
||||
<source>UP speed: %1 KiB/s</source>
|
||||
<comment>e.g: Upload speed: 10 KiB/s</comment>
|
||||
<translation>Rychlost nahrávání: %1 KiB/s</translation>
|
||||
|
@ -1022,12 +1017,12 @@ Copyright © 2006 by Christophe Dumez<br>
|
|||
<translation>Nastala chyba při pokusu o čtení či zápis %1. Disk je provděpodobně plný, stahování bylo pozastaveno</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../GUI.cpp" line="1425"/>
|
||||
<location filename="../GUI.cpp" line="1423"/>
|
||||
<source>Connection Status:</source>
|
||||
<translation>Stav připojení:</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../GUI.cpp" line="1425"/>
|
||||
<location filename="../GUI.cpp" line="1423"/>
|
||||
<source>Online</source>
|
||||
<translation>Online</translation>
|
||||
</message>
|
||||
|
@ -1065,17 +1060,17 @@ Copyright © 2006 by Christophe Dumez<br>
|
|||
<translation>qBittorrent se váže na port: %1</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../GUI.cpp" line="1063"/>
|
||||
<location filename="../GUI.cpp" line="1061"/>
|
||||
<source>DHT support [ON], port: %1</source>
|
||||
<translation>Podpora DHT [ZAP], port: %1</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../GUI.cpp" line="1069"/>
|
||||
<location filename="../GUI.cpp" line="1067"/>
|
||||
<source>DHT support [OFF]</source>
|
||||
<translation>Podpora DHT [VYP]</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../GUI.cpp" line="1072"/>
|
||||
<location filename="../GUI.cpp" line="1070"/>
|
||||
<source>PeX support [ON]</source>
|
||||
<translation>Podpora PeX [ZAP]</translation>
|
||||
</message>
|
||||
|
@ -1092,12 +1087,12 @@ Are you sure you want to quit qBittorrent?</source>
|
|||
Opravdu chcete ukončit qBittorrent?</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../GUI.cpp" line="1135"/>
|
||||
<location filename="../GUI.cpp" line="1133"/>
|
||||
<source>Downloads</source>
|
||||
<translation>Stahování</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../GUI.cpp" line="1146"/>
|
||||
<location filename="../GUI.cpp" line="1144"/>
|
||||
<source>Finished</source>
|
||||
<translation>Dokončeno</translation>
|
||||
</message>
|
||||
|
@ -1112,17 +1107,17 @@ Opravdu chcete ukončit qBittorrent?</translation>
|
|||
<translation>Podpora UPnP [ZAP]</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../GUI.cpp" line="1091"/>
|
||||
<location filename="../GUI.cpp" line="1089"/>
|
||||
<source>Encryption support [ON]</source>
|
||||
<translation>Podpora šifrování [ZAP]</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../GUI.cpp" line="1096"/>
|
||||
<location filename="../GUI.cpp" line="1094"/>
|
||||
<source>Encryption support [FORCED]</source>
|
||||
<translation>Podpora šifrování [VYNUCENO]</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../GUI.cpp" line="1101"/>
|
||||
<location filename="../GUI.cpp" line="1099"/>
|
||||
<source>Encryption support [OFF]</source>
|
||||
<translation>Podpora šifrování [VYP]</translation>
|
||||
</message>
|
||||
|
@ -1198,12 +1193,12 @@ Opravdu chcete ukončit qBittorrent?</translation>
|
|||
<translation>Podpora NAT-PMP [VYP]</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../GUI.cpp" line="1076"/>
|
||||
<location filename="../GUI.cpp" line="1074"/>
|
||||
<source>Local Peer Discovery [ON]</source>
|
||||
<translation>Local Peer Discovery [ZAP]</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../GUI.cpp" line="1079"/>
|
||||
<location filename="../GUI.cpp" line="1077"/>
|
||||
<source>Local Peer Discovery support [OFF]</source>
|
||||
<translation>Podpora Local Peer Discovery [VYP]</translation>
|
||||
</message>
|
||||
|
@ -1214,18 +1209,18 @@ Opravdu chcete ukončit qBittorrent?</translation>
|
|||
<translation type="obsolete">'%1' byl odstraněn protože jeho poměr dosáhl nastaveného maxima.</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../GUI.cpp" line="1391"/>
|
||||
<location filename="../GUI.cpp" line="1389"/>
|
||||
<source>qBittorrent %1 (DL: %2KiB/s, UP: %3KiB/s)</source>
|
||||
<comment>%1 is qBittorrent version</comment>
|
||||
<translation>qBittorrent %1 (Stahování: %2KiB/s, Nahrávání: %3KiB/s)</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../GUI.cpp" line="1376"/>
|
||||
<location filename="../GUI.cpp" line="1374"/>
|
||||
<source>DL: %1 KiB/s</source>
|
||||
<translation>Stahování: %1 KiB/s</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../GUI.cpp" line="1377"/>
|
||||
<location filename="../GUI.cpp" line="1375"/>
|
||||
<source>UP: %1 KiB/s</source>
|
||||
<translation>Nahrávání: %1 KiB/s</translation>
|
||||
</message>
|
||||
|
@ -1240,7 +1235,7 @@ Opravdu chcete ukončit qBittorrent?</translation>
|
|||
<translation>DHT: %1 uzlů</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../GUI.cpp" line="1428"/>
|
||||
<location filename="../GUI.cpp" line="1426"/>
|
||||
<source>No direct connections. This may indicate network configuration problems.</source>
|
||||
<translation>Žádná přímá spojení. To může značit problémy s nastavením sítě.</translation>
|
||||
</message>
|
||||
|
@ -1250,7 +1245,7 @@ Opravdu chcete ukončit qBittorrent?</translation>
|
|||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../GUI.cpp" line="1505"/>
|
||||
<location filename="../GUI.cpp" line="1503"/>
|
||||
<source>Options were saved successfully.</source>
|
||||
<translation type="unfinished">Nastavení bylo úspěšně uloženo.</translation>
|
||||
</message>
|
||||
|
@ -2572,22 +2567,22 @@ Nicméně, tyto moduly byly vypnuty.</translation>
|
|||
<translation type="obsolete">Nastavení bylo úspěšně uloženo.</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../options_imp.cpp" line="1260"/>
|
||||
<location filename="../options_imp.cpp" line="1250"/>
|
||||
<source>Choose scan directory</source>
|
||||
<translation>Vyberte adresář ke sledování</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../options_imp.cpp" line="1275"/>
|
||||
<location filename="../options_imp.cpp" line="1265"/>
|
||||
<source>Choose a save directory</source>
|
||||
<translation>Vyberte adresář pro ukládání</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../options_imp.cpp" line="1267"/>
|
||||
<location filename="../options_imp.cpp" line="1257"/>
|
||||
<source>Choose an ip filter file</source>
|
||||
<translation>Vyberte soubor IP filtrů</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../options_imp.cpp" line="1267"/>
|
||||
<location filename="../options_imp.cpp" line="1257"/>
|
||||
<source>Filters</source>
|
||||
<translation>Filtry</translation>
|
||||
</message>
|
||||
|
@ -3122,7 +3117,7 @@ Nicméně, tyto moduly byly vypnuty.</translation>
|
|||
<context>
|
||||
<name>torrentAdditionDialog</name>
|
||||
<message>
|
||||
<location filename="../torrentAddition.h" line="110"/>
|
||||
<location filename="../torrentAddition.h" line="115"/>
|
||||
<source>Unable to decode torrent file:</source>
|
||||
<translation>Nelze dekódovat soubor torrentu:</translation>
|
||||
</message>
|
||||
|
@ -3132,37 +3127,37 @@ Nicméně, tyto moduly byly vypnuty.</translation>
|
|||
<translation type="obsolete">Tento soubor je buď poškozen, nebo to není soubor torrentu.</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../torrentAddition.h" line="248"/>
|
||||
<location filename="../torrentAddition.h" line="254"/>
|
||||
<source>Choose save path</source>
|
||||
<translation>Vyberte cestu pro uložení</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../torrentAddition.h" line="382"/>
|
||||
<location filename="../torrentAddition.h" line="388"/>
|
||||
<source>Empty save path</source>
|
||||
<translation>Prázdná cesta pro uložení</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../torrentAddition.h" line="382"/>
|
||||
<location filename="../torrentAddition.h" line="388"/>
|
||||
<source>Please enter a save path</source>
|
||||
<translation>Vložte prosím cestu pro uložení</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../torrentAddition.h" line="388"/>
|
||||
<location filename="../torrentAddition.h" line="394"/>
|
||||
<source>Save path creation error</source>
|
||||
<translation>Chyba při vytváření cesty pro uložení</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../torrentAddition.h" line="388"/>
|
||||
<location filename="../torrentAddition.h" line="394"/>
|
||||
<source>Could not create the save path</source>
|
||||
<translation>Nemohu vytvořit cestu pro uložení</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../torrentAddition.h" line="418"/>
|
||||
<location filename="../torrentAddition.h" line="424"/>
|
||||
<source>Invalid file selection</source>
|
||||
<translation>Neplatný výběr souboru</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../torrentAddition.h" line="418"/>
|
||||
<location filename="../torrentAddition.h" line="424"/>
|
||||
<source>You must select at least one file in the torrent</source>
|
||||
<translation>Musíte v torrentu vybrat alespoň jeden soubor</translation>
|
||||
</message>
|
||||
|
@ -3182,7 +3177,7 @@ Nicméně, tyto moduly byly vypnuty.</translation>
|
|||
<translation>Průběh</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../torrentAddition.h" line="281"/>
|
||||
<location filename="../torrentAddition.h" line="287"/>
|
||||
<source>Priority</source>
|
||||
<translation>Priorita</translation>
|
||||
</message>
|
||||
|
|
Binary file not shown.
|
@ -239,7 +239,7 @@ Copyright © 2006 by Christophe Dumez<br>
|
|||
<translation type="obsolete">0.0.0.0</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../options.ui" line="2140"/>
|
||||
<location filename="../options.ui" line="2097"/>
|
||||
<source>Port:</source>
|
||||
<translation>Port:</translation>
|
||||
</message>
|
||||
|
@ -249,7 +249,7 @@ Copyright © 2006 by Christophe Dumez<br>
|
|||
<translation type="obsolete">Proxy serveren kræver godkendelse</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../options.ui" line="2179"/>
|
||||
<location filename="../options.ui" line="2136"/>
|
||||
<source>Authentication</source>
|
||||
<translation>Godkendelse</translation>
|
||||
</message>
|
||||
|
@ -259,7 +259,7 @@ Copyright © 2006 by Christophe Dumez<br>
|
|||
<translation type="obsolete">Brugernavn:</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../options.ui" line="2200"/>
|
||||
<location filename="../options.ui" line="2157"/>
|
||||
<source>Password:</source>
|
||||
<translation>Kodeord:</translation>
|
||||
</message>
|
||||
|
@ -708,7 +708,7 @@ Copyright © 2006 by Christophe Dumez<br>
|
|||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../options.ui" line="2190"/>
|
||||
<location filename="../options.ui" line="2147"/>
|
||||
<source>Username:</source>
|
||||
<translation type="unfinished">Brugernavn:</translation>
|
||||
</message>
|
||||
|
@ -869,17 +869,17 @@ Copyright © 2006 by Christophe Dumez<br>
|
|||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../options.ui" line="2105"/>
|
||||
<location filename="../options.ui" line="2062"/>
|
||||
<source>Web UI</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../options.ui" line="2118"/>
|
||||
<location filename="../options.ui" line="2075"/>
|
||||
<source>Enable Web User Interface</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../options.ui" line="2131"/>
|
||||
<location filename="../options.ui" line="2088"/>
|
||||
<source>HTTP Server</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
|
@ -909,7 +909,7 @@ Copyright © 2006 by Christophe Dumez<br>
|
|||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../options.ui" line="2050"/>
|
||||
<location filename="../options.ui" line="2007"/>
|
||||
<source>Maximum active torrents:</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
|
@ -928,11 +928,6 @@ Copyright © 2006 by Christophe Dumez<br>
|
|||
<source>Bittorrent proxy settings</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../options.ui" line="2007"/>
|
||||
<source>Maximum active uploads:</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
</context>
|
||||
<context>
|
||||
<name>DownloadingTorrents</name>
|
||||
|
@ -1337,7 +1332,7 @@ Luk venglist denne først.</translation>
|
|||
<translation>qBittorrent %1</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../GUI.cpp" line="1428"/>
|
||||
<location filename="../GUI.cpp" line="1426"/>
|
||||
<source>Connection status:</source>
|
||||
<translation>Forbindelses status:</translation>
|
||||
</message>
|
||||
|
@ -1412,18 +1407,18 @@ Luk venglist denne først.</translation>
|
|||
<translation type="obsolete">qBittorrent %1 startet.</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../GUI.cpp" line="1411"/>
|
||||
<location filename="../GUI.cpp" line="1409"/>
|
||||
<source>qBittorrent</source>
|
||||
<translation>qBittorrent</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../GUI.cpp" line="1414"/>
|
||||
<location filename="../GUI.cpp" line="1412"/>
|
||||
<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="1417"/>
|
||||
<location filename="../GUI.cpp" line="1415"/>
|
||||
<source>UP speed: %1 KiB/s</source>
|
||||
<comment>e.g: Upload speed: 10 KiB/s</comment>
|
||||
<translation>UP hastighed: %1 KB/s</translation>
|
||||
|
@ -1540,12 +1535,12 @@ 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="1425"/>
|
||||
<location filename="../GUI.cpp" line="1423"/>
|
||||
<source>Connection Status:</source>
|
||||
<translation>Forbindelses Status:</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../GUI.cpp" line="1425"/>
|
||||
<location filename="../GUI.cpp" line="1423"/>
|
||||
<source>Online</source>
|
||||
<translation>Online</translation>
|
||||
</message>
|
||||
|
@ -1610,17 +1605,17 @@ Luk venglist denne først.</translation>
|
|||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../GUI.cpp" line="1063"/>
|
||||
<location filename="../GUI.cpp" line="1061"/>
|
||||
<source>DHT support [ON], port: %1</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../GUI.cpp" line="1069"/>
|
||||
<location filename="../GUI.cpp" line="1067"/>
|
||||
<source>DHT support [OFF]</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../GUI.cpp" line="1072"/>
|
||||
<location filename="../GUI.cpp" line="1070"/>
|
||||
<source>PeX support [ON]</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
|
@ -1631,12 +1626,12 @@ Are you sure you want to quit qBittorrent?</source>
|
|||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../GUI.cpp" line="1135"/>
|
||||
<location filename="../GUI.cpp" line="1133"/>
|
||||
<source>Downloads</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../GUI.cpp" line="1146"/>
|
||||
<location filename="../GUI.cpp" line="1144"/>
|
||||
<source>Finished</source>
|
||||
<translation type="unfinished">Færdig</translation>
|
||||
</message>
|
||||
|
@ -1651,17 +1646,17 @@ Are you sure you want to quit qBittorrent?</source>
|
|||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../GUI.cpp" line="1091"/>
|
||||
<location filename="../GUI.cpp" line="1089"/>
|
||||
<source>Encryption support [ON]</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../GUI.cpp" line="1096"/>
|
||||
<location filename="../GUI.cpp" line="1094"/>
|
||||
<source>Encryption support [FORCED]</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../GUI.cpp" line="1101"/>
|
||||
<location filename="../GUI.cpp" line="1099"/>
|
||||
<source>Encryption support [OFF]</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
|
@ -1731,28 +1726,28 @@ Are you sure you want to quit qBittorrent?</source>
|
|||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../GUI.cpp" line="1076"/>
|
||||
<location filename="../GUI.cpp" line="1074"/>
|
||||
<source>Local Peer Discovery [ON]</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../GUI.cpp" line="1079"/>
|
||||
<location filename="../GUI.cpp" line="1077"/>
|
||||
<source>Local Peer Discovery support [OFF]</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../GUI.cpp" line="1391"/>
|
||||
<location filename="../GUI.cpp" line="1389"/>
|
||||
<source>qBittorrent %1 (DL: %2KiB/s, UP: %3KiB/s)</source>
|
||||
<comment>%1 is qBittorrent version</comment>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../GUI.cpp" line="1376"/>
|
||||
<location filename="../GUI.cpp" line="1374"/>
|
||||
<source>DL: %1 KiB/s</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../GUI.cpp" line="1377"/>
|
||||
<location filename="../GUI.cpp" line="1375"/>
|
||||
<source>UP: %1 KiB/s</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
|
@ -1767,7 +1762,7 @@ Are you sure you want to quit qBittorrent?</source>
|
|||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../GUI.cpp" line="1428"/>
|
||||
<location filename="../GUI.cpp" line="1426"/>
|
||||
<source>No direct connections. This may indicate network configuration problems.</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
|
@ -1777,7 +1772,7 @@ Are you sure you want to quit qBittorrent?</source>
|
|||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../GUI.cpp" line="1505"/>
|
||||
<location filename="../GUI.cpp" line="1503"/>
|
||||
<source>Options were saved successfully.</source>
|
||||
<translation type="unfinished">Indstillingerne blev gemt.</translation>
|
||||
</message>
|
||||
|
@ -3491,7 +3486,7 @@ However, those plugins were disabled.</source>
|
|||
<translation type="obsolete">Indstillingerne blev gemt.</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../options_imp.cpp" line="1260"/>
|
||||
<location filename="../options_imp.cpp" line="1250"/>
|
||||
<source>Choose scan directory</source>
|
||||
<translation>Vælg mappe til scan</translation>
|
||||
</message>
|
||||
|
@ -3501,7 +3496,7 @@ However, those plugins were disabled.</source>
|
|||
<translation type="obsolete">Vælg en ipfilter.dat fil</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../options_imp.cpp" line="1275"/>
|
||||
<location filename="../options_imp.cpp" line="1265"/>
|
||||
<source>Choose a save directory</source>
|
||||
<translation>Vælg en standart mappe</translation>
|
||||
</message>
|
||||
|
@ -3517,12 +3512,12 @@ However, those plugins were disabled.</source>
|
|||
<translation type="obsolete">Kunne ikke åbne %1 til læsning.</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../options_imp.cpp" line="1267"/>
|
||||
<location filename="../options_imp.cpp" line="1257"/>
|
||||
<source>Choose an ip filter file</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../options_imp.cpp" line="1267"/>
|
||||
<location filename="../options_imp.cpp" line="1257"/>
|
||||
<source>Filters</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
|
@ -4113,7 +4108,7 @@ However, those plugins were disabled.</source>
|
|||
<translation type="obsolete">Sandt</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../torrentAddition.h" line="110"/>
|
||||
<location filename="../torrentAddition.h" line="115"/>
|
||||
<source>Unable to decode torrent file:</source>
|
||||
<translation>Kan ikke dekode torrent filen:</translation>
|
||||
</message>
|
||||
|
@ -4123,7 +4118,7 @@ However, those plugins were disabled.</source>
|
|||
<translation type="obsolete">Denne fil er enten korrupt eller ikke en torrent.</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../torrentAddition.h" line="248"/>
|
||||
<location filename="../torrentAddition.h" line="254"/>
|
||||
<source>Choose save path</source>
|
||||
<translation>Gem til denne mappe</translation>
|
||||
</message>
|
||||
|
@ -4133,32 +4128,32 @@ However, those plugins were disabled.</source>
|
|||
<translation type="obsolete">Falsk</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../torrentAddition.h" line="382"/>
|
||||
<location filename="../torrentAddition.h" line="388"/>
|
||||
<source>Empty save path</source>
|
||||
<translation>Ingen mappe</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../torrentAddition.h" line="382"/>
|
||||
<location filename="../torrentAddition.h" line="388"/>
|
||||
<source>Please enter a save path</source>
|
||||
<translation>Vælg venligst en mappe som der skal hentes til</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../torrentAddition.h" line="388"/>
|
||||
<location filename="../torrentAddition.h" line="394"/>
|
||||
<source>Save path creation error</source>
|
||||
<translation>Fejl ved oprettelse af mappe</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../torrentAddition.h" line="388"/>
|
||||
<location filename="../torrentAddition.h" line="394"/>
|
||||
<source>Could not create the save path</source>
|
||||
<translation>Kunne ikke oprette mappe svarende til den indtastede sti</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../torrentAddition.h" line="418"/>
|
||||
<location filename="../torrentAddition.h" line="424"/>
|
||||
<source>Invalid file selection</source>
|
||||
<translation>Valg af filer ugyldigt</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../torrentAddition.h" line="418"/>
|
||||
<location filename="../torrentAddition.h" line="424"/>
|
||||
<source>You must select at least one file in the torrent</source>
|
||||
<translation>Du skal vælge mindst en fil per torrent</translation>
|
||||
</message>
|
||||
|
@ -4178,7 +4173,7 @@ However, those plugins were disabled.</source>
|
|||
<translation type="unfinished">Hentet</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../torrentAddition.h" line="281"/>
|
||||
<location filename="../torrentAddition.h" line="287"/>
|
||||
<source>Priority</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
|
|
Binary file not shown.
|
@ -298,7 +298,7 @@ Copyright (c) 2006 Christophe Dumez<br>
|
|||
<translation type="obsolete">0.0.0.0</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../options.ui" line="2140"/>
|
||||
<location filename="../options.ui" line="2097"/>
|
||||
<source>Port:</source>
|
||||
<translation>Port:</translation>
|
||||
</message>
|
||||
|
@ -308,7 +308,7 @@ Copyright (c) 2006 Christophe Dumez<br>
|
|||
<translation type="obsolete">Proxy Server benötigt Authentifizierung</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../options.ui" line="2179"/>
|
||||
<location filename="../options.ui" line="2136"/>
|
||||
<source>Authentication</source>
|
||||
<translation>Authentifizierung</translation>
|
||||
</message>
|
||||
|
@ -318,7 +318,7 @@ Copyright (c) 2006 Christophe Dumez<br>
|
|||
<translation type="obsolete">Benutzer:</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../options.ui" line="2200"/>
|
||||
<location filename="../options.ui" line="2157"/>
|
||||
<source>Password:</source>
|
||||
<translation>Kennwort:</translation>
|
||||
</message>
|
||||
|
@ -892,7 +892,7 @@ Copyright (c) 2006 Christophe Dumez<br>
|
|||
<translation>Proxy:</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../options.ui" line="2190"/>
|
||||
<location filename="../options.ui" line="2147"/>
|
||||
<source>Username:</source>
|
||||
<translation>Benutzername:</translation>
|
||||
</message>
|
||||
|
@ -1059,17 +1059,17 @@ qBittorrent beobachtet das Verzeichniss und starten den Download von vorhandenen
|
|||
<translation>Vortäuschen von Azureus um nicht gebannt zu werden (benötigt Neustart)</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../options.ui" line="2105"/>
|
||||
<location filename="../options.ui" line="2062"/>
|
||||
<source>Web UI</source>
|
||||
<translation>Web UI</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../options.ui" line="2118"/>
|
||||
<location filename="../options.ui" line="2075"/>
|
||||
<source>Enable Web User Interface</source>
|
||||
<translation>Aktiviere Web User Interface</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../options.ui" line="2131"/>
|
||||
<location filename="../options.ui" line="2088"/>
|
||||
<source>HTTP Server</source>
|
||||
<translation>HTTP Server</translation>
|
||||
</message>
|
||||
|
@ -1099,7 +1099,7 @@ qBittorrent beobachtet das Verzeichniss und starten den Download von vorhandenen
|
|||
<translation>Maximale aktive Downloads:</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../options.ui" line="2050"/>
|
||||
<location filename="../options.ui" line="2007"/>
|
||||
<source>Maximum active torrents:</source>
|
||||
<translation>Maximale aktive Torrents:</translation>
|
||||
</message>
|
||||
|
@ -1121,7 +1121,7 @@ qBittorrent beobachtet das Verzeichniss und starten den Download von vorhandenen
|
|||
<message>
|
||||
<location filename="../options.ui" line="2007"/>
|
||||
<source>Maximum active uploads:</source>
|
||||
<translation>Maximale aktive Uploads:</translation>
|
||||
<translation type="obsolete">Maximale aktive Uploads:</translation>
|
||||
</message>
|
||||
</context>
|
||||
<context>
|
||||
|
@ -1399,7 +1399,7 @@ qBittorrent beobachtet das Verzeichniss und starten den Download von vorhandenen
|
|||
<translation type="obsolete"> :: By Christophe Dumez :: Copyright (c) 2006</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../GUI.cpp" line="1411"/>
|
||||
<location filename="../GUI.cpp" line="1409"/>
|
||||
<source>qBittorrent</source>
|
||||
<translation>qBittorrent</translation>
|
||||
</message>
|
||||
|
@ -1578,7 +1578,7 @@ qBittorrent beobachtet das Verzeichniss und starten den Download von vorhandenen
|
|||
<translation type="obsolete"> <b>qBittorrent</b><br>DL Geschwindigkeit:</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../GUI.cpp" line="1146"/>
|
||||
<location filename="../GUI.cpp" line="1144"/>
|
||||
<source>Finished</source>
|
||||
<translation>Beendet</translation>
|
||||
</message>
|
||||
|
@ -1921,7 +1921,7 @@ Bitte schliessen Sie diesen zuerst.</translation>
|
|||
<translation>qBittorrent %1</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../GUI.cpp" line="1428"/>
|
||||
<location filename="../GUI.cpp" line="1426"/>
|
||||
<source>Connection status:</source>
|
||||
<translation>Verbindungs-Status:</translation>
|
||||
</message>
|
||||
|
@ -1996,13 +1996,13 @@ Bitte schliessen Sie diesen zuerst.</translation>
|
|||
<translation type="obsolete">qBittorrent %1 gestartet.</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../GUI.cpp" line="1414"/>
|
||||
<location filename="../GUI.cpp" line="1412"/>
|
||||
<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="1417"/>
|
||||
<location filename="../GUI.cpp" line="1415"/>
|
||||
<source>UP speed: %1 KiB/s</source>
|
||||
<comment>e.g: Upload speed: 10 KiB/s</comment>
|
||||
<translation>UP Geschwindigkeit: %1 KiB/s</translation>
|
||||
|
@ -2125,12 +2125,12 @@ 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="1425"/>
|
||||
<location filename="../GUI.cpp" line="1423"/>
|
||||
<source>Connection Status:</source>
|
||||
<translation>Verbindungs-Status:</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../GUI.cpp" line="1425"/>
|
||||
<location filename="../GUI.cpp" line="1423"/>
|
||||
<source>Online</source>
|
||||
<translation>Online</translation>
|
||||
</message>
|
||||
|
@ -2195,17 +2195,17 @@ Bitte schliessen Sie diesen zuerst.</translation>
|
|||
<translation>qBittorrent lauscht auf Port: %1</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../GUI.cpp" line="1063"/>
|
||||
<location filename="../GUI.cpp" line="1061"/>
|
||||
<source>DHT support [ON], port: %1</source>
|
||||
<translation>DHT Unterstützung [Aktiviert], port: %1</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../GUI.cpp" line="1069"/>
|
||||
<location filename="../GUI.cpp" line="1067"/>
|
||||
<source>DHT support [OFF]</source>
|
||||
<translation>DHT Unterstützung [Deaktiviert]</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../GUI.cpp" line="1072"/>
|
||||
<location filename="../GUI.cpp" line="1070"/>
|
||||
<source>PeX support [ON]</source>
|
||||
<translation>PeX Unterstützung [Aktiviert]</translation>
|
||||
</message>
|
||||
|
@ -2222,7 +2222,7 @@ Are you sure you want to quit qBittorrent?</source>
|
|||
Möchten sie qBittorrent wirklich beenden?</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../GUI.cpp" line="1135"/>
|
||||
<location filename="../GUI.cpp" line="1133"/>
|
||||
<source>Downloads</source>
|
||||
<translation>Downloads</translation>
|
||||
</message>
|
||||
|
@ -2247,17 +2247,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="1091"/>
|
||||
<location filename="../GUI.cpp" line="1089"/>
|
||||
<source>Encryption support [ON]</source>
|
||||
<translation>Verschlüsselung Unterstützung [Aktiviert]</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../GUI.cpp" line="1096"/>
|
||||
<location filename="../GUI.cpp" line="1094"/>
|
||||
<source>Encryption support [FORCED]</source>
|
||||
<translation>Verschlüsselung Unterstützung [Erzwungen]</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../GUI.cpp" line="1101"/>
|
||||
<location filename="../GUI.cpp" line="1099"/>
|
||||
<source>Encryption support [OFF]</source>
|
||||
<translation>Verschlüsselungs-Unterstützung [Deaktiviert]</translation>
|
||||
</message>
|
||||
|
@ -2360,12 +2360,12 @@ Möchten sie qBittorrent wirklich beenden?</translation>
|
|||
<translation>NAT-PMP Unterstützung [AUS]</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../GUI.cpp" line="1076"/>
|
||||
<location filename="../GUI.cpp" line="1074"/>
|
||||
<source>Local Peer Discovery [ON]</source>
|
||||
<translation>Lokale Peer Auffindung [AN]</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../GUI.cpp" line="1079"/>
|
||||
<location filename="../GUI.cpp" line="1077"/>
|
||||
<source>Local Peer Discovery support [OFF]</source>
|
||||
<translation>Unterstützung für Lokale Peer Auffindung [AUS]</translation>
|
||||
</message>
|
||||
|
@ -2376,18 +2376,18 @@ Möchten sie qBittorrent wirklich beenden?</translation>
|
|||
<translation type="obsolete">'%1' wurde entfernt, weil das von Ihnen eingestellte maximale Verhältnis erreicht wurde. </translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../GUI.cpp" line="1391"/>
|
||||
<location filename="../GUI.cpp" line="1389"/>
|
||||
<source>qBittorrent %1 (DL: %2KiB/s, UP: %3KiB/s)</source>
|
||||
<comment>%1 is qBittorrent version</comment>
|
||||
<translation>qBittorrent %1 (DL: %2KiB/s, UP: %3KiB/s)</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../GUI.cpp" line="1376"/>
|
||||
<location filename="../GUI.cpp" line="1374"/>
|
||||
<source>DL: %1 KiB/s</source>
|
||||
<translation>DL: %1 KiB/s</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../GUI.cpp" line="1377"/>
|
||||
<location filename="../GUI.cpp" line="1375"/>
|
||||
<source>UP: %1 KiB/s</source>
|
||||
<translation>UP: %1 KiB/s</translation>
|
||||
</message>
|
||||
|
@ -2402,7 +2402,7 @@ Möchten sie qBittorrent wirklich beenden?</translation>
|
|||
<translation>DHT: %1 Nodes</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../GUI.cpp" line="1428"/>
|
||||
<location filename="../GUI.cpp" line="1426"/>
|
||||
<source>No direct connections. This may indicate network configuration problems.</source>
|
||||
<translation>Keine direkten Verbindungen. Es könnte bedeuten, daß Sie Probleme mit Ihrer Netzwerkkonfiguration haben.</translation>
|
||||
</message>
|
||||
|
@ -2412,7 +2412,7 @@ Möchten sie qBittorrent wirklich beenden?</translation>
|
|||
<translation>Uploads</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../GUI.cpp" line="1505"/>
|
||||
<location filename="../GUI.cpp" line="1503"/>
|
||||
<source>Options were saved successfully.</source>
|
||||
<translation>Optionen wurden erfolgreich gespeichert.</translation>
|
||||
</message>
|
||||
|
@ -4428,7 +4428,7 @@ Die Plugins wurden jedoch deaktiviert.</translation>
|
|||
<translation type="obsolete">Optionen wurden erfolgreich gespeichert.</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../options_imp.cpp" line="1260"/>
|
||||
<location filename="../options_imp.cpp" line="1250"/>
|
||||
<source>Choose scan directory</source>
|
||||
<translation>Verzeichnis zum scannen auswählen</translation>
|
||||
</message>
|
||||
|
@ -4438,7 +4438,7 @@ Die Plugins wurden jedoch deaktiviert.</translation>
|
|||
<translation type="obsolete">ipfilter.dat Datei auswählen</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../options_imp.cpp" line="1275"/>
|
||||
<location filename="../options_imp.cpp" line="1265"/>
|
||||
<source>Choose a save directory</source>
|
||||
<translation>Verzeichnis zum Speichern auswählen</translation>
|
||||
</message>
|
||||
|
@ -4448,12 +4448,12 @@ Die Plugins wurden jedoch deaktiviert.</translation>
|
|||
<translation type="obsolete">Kein Lesezugriff auf %1.</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../options_imp.cpp" line="1267"/>
|
||||
<location filename="../options_imp.cpp" line="1257"/>
|
||||
<source>Choose an ip filter file</source>
|
||||
<translation>IP-Filter-Datei wählen</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../options_imp.cpp" line="1267"/>
|
||||
<location filename="../options_imp.cpp" line="1257"/>
|
||||
<source>Filters</source>
|
||||
<translation>Filter</translation>
|
||||
</message>
|
||||
|
@ -5269,7 +5269,7 @@ Die Plugins wurden jedoch deaktiviert.</translation>
|
|||
<translation type="obsolete">Wahr</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../torrentAddition.h" line="110"/>
|
||||
<location filename="../torrentAddition.h" line="115"/>
|
||||
<source>Unable to decode torrent file:</source>
|
||||
<translation>Torrent Datei kann nicht dekodiert werden:</translation>
|
||||
</message>
|
||||
|
@ -5279,7 +5279,7 @@ Die Plugins wurden jedoch deaktiviert.</translation>
|
|||
<translation type="obsolete">Diese Datei ist entweder beschädigt, oder kein Torrent.</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../torrentAddition.h" line="248"/>
|
||||
<location filename="../torrentAddition.h" line="254"/>
|
||||
<source>Choose save path</source>
|
||||
<translation>Wählen Sie den Speicher-Pfad</translation>
|
||||
</message>
|
||||
|
@ -5289,32 +5289,32 @@ Die Plugins wurden jedoch deaktiviert.</translation>
|
|||
<translation type="obsolete">Falsch</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../torrentAddition.h" line="382"/>
|
||||
<location filename="../torrentAddition.h" line="388"/>
|
||||
<source>Empty save path</source>
|
||||
<translation>Leerer Speicher-Pfad</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../torrentAddition.h" line="382"/>
|
||||
<location filename="../torrentAddition.h" line="388"/>
|
||||
<source>Please enter a save path</source>
|
||||
<translation>Bitte geben Sie einen Speicher-Pfad ein</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../torrentAddition.h" line="388"/>
|
||||
<location filename="../torrentAddition.h" line="394"/>
|
||||
<source>Save path creation error</source>
|
||||
<translation>Fehler beim erstellen des Speicher-Pfades</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../torrentAddition.h" line="388"/>
|
||||
<location filename="../torrentAddition.h" line="394"/>
|
||||
<source>Could not create the save path</source>
|
||||
<translation>Speicher-Pfad konnte nicht erstellt werden</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../torrentAddition.h" line="418"/>
|
||||
<location filename="../torrentAddition.h" line="424"/>
|
||||
<source>Invalid file selection</source>
|
||||
<translation>Ungültige Datei Auswahl</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../torrentAddition.h" line="418"/>
|
||||
<location filename="../torrentAddition.h" line="424"/>
|
||||
<source>You must select at least one file in the torrent</source>
|
||||
<translation>Sie müssen mindestens eine Datei aus dem Torrent selektieren </translation>
|
||||
</message>
|
||||
|
@ -5334,7 +5334,7 @@ Die Plugins wurden jedoch deaktiviert.</translation>
|
|||
<translation>Verlauf</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../torrentAddition.h" line="281"/>
|
||||
<location filename="../torrentAddition.h" line="287"/>
|
||||
<source>Priority</source>
|
||||
<translation>Priorität</translation>
|
||||
</message>
|
||||
|
|
Binary file not shown.
|
@ -320,7 +320,7 @@ Copyright © 2006 από τον Christophe Dumez<br>
|
|||
<translation type="obsolete">0.0.0.0</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../options.ui" line="2140"/>
|
||||
<location filename="../options.ui" line="2097"/>
|
||||
<source>Port:</source>
|
||||
<translation>Θύρα:</translation>
|
||||
</message>
|
||||
|
@ -330,7 +330,7 @@ Copyright © 2006 από τον Christophe Dumez<br>
|
|||
<translation type="obsolete">Ο εξυπηρετητής Proxy ζητά πιστοποίηση</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../options.ui" line="2179"/>
|
||||
<location filename="../options.ui" line="2136"/>
|
||||
<source>Authentication</source>
|
||||
<translation>Πιστοποίηση</translation>
|
||||
</message>
|
||||
|
@ -340,7 +340,7 @@ Copyright © 2006 από τον Christophe Dumez<br>
|
|||
<translation type="obsolete">Όνομα Χρήστη:</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../options.ui" line="2200"/>
|
||||
<location filename="../options.ui" line="2157"/>
|
||||
<source>Password:</source>
|
||||
<translation>Κωδικός:</translation>
|
||||
</message>
|
||||
|
@ -974,7 +974,7 @@ Copyright © 2006 από τον Christophe Dumez<br>
|
|||
<translation>Proxy:</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../options.ui" line="2190"/>
|
||||
<location filename="../options.ui" line="2147"/>
|
||||
<source>Username:</source>
|
||||
<translation>Όνομα χρήστη:</translation>
|
||||
</message>
|
||||
|
@ -1140,17 +1140,17 @@ Copyright © 2006 από τον Christophe Dumez<br>
|
|||
<translation>Προσομοίωση σε Azureus για αποφυγή ban (απαιτεί επανεκκίνηση)</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../options.ui" line="2105"/>
|
||||
<location filename="../options.ui" line="2062"/>
|
||||
<source>Web UI</source>
|
||||
<translation>Web UI</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../options.ui" line="2118"/>
|
||||
<location filename="../options.ui" line="2075"/>
|
||||
<source>Enable Web User Interface</source>
|
||||
<translation>Ενεργοποίηση Interface Δικτυακού Χρήστη</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../options.ui" line="2131"/>
|
||||
<location filename="../options.ui" line="2088"/>
|
||||
<source>HTTP Server</source>
|
||||
<translation>Διακομοιστής HTTP</translation>
|
||||
</message>
|
||||
|
@ -1180,7 +1180,7 @@ Copyright © 2006 από τον Christophe Dumez<br>
|
|||
<translation>Μέγιστα ενεργά κατεβάσματα:</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../options.ui" line="2050"/>
|
||||
<location filename="../options.ui" line="2007"/>
|
||||
<source>Maximum active torrents:</source>
|
||||
<translation>Μέγιστα ενεργά τορεντ:</translation>
|
||||
</message>
|
||||
|
@ -1199,11 +1199,6 @@ Copyright © 2006 από τον Christophe Dumez<br>
|
|||
<source>Bittorrent proxy settings</source>
|
||||
<translation>Ρυθμίσεις proxy bittorrent</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../options.ui" line="2007"/>
|
||||
<source>Maximum active uploads:</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
</context>
|
||||
<context>
|
||||
<name>DownloadingTorrents</name>
|
||||
|
@ -1519,7 +1514,7 @@ Copyright © 2006 από τον Christophe Dumez<br>
|
|||
<translation type="obsolete">kb/s</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../GUI.cpp" line="1146"/>
|
||||
<location filename="../GUI.cpp" line="1144"/>
|
||||
<source>Finished</source>
|
||||
<translation>Τελείωσε</translation>
|
||||
</message>
|
||||
|
@ -1646,7 +1641,7 @@ Copyright © 2006 από τον Christophe Dumez<br>
|
|||
<translation type="obsolete"> qBittorrent</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../GUI.cpp" line="1411"/>
|
||||
<location filename="../GUI.cpp" line="1409"/>
|
||||
<source>qBittorrent</source>
|
||||
<translation>qBittorrent</translation>
|
||||
</message>
|
||||
|
@ -2016,7 +2011,7 @@ Please close the other one first.</source>
|
|||
<translation>qBittorrent %1</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../GUI.cpp" line="1428"/>
|
||||
<location filename="../GUI.cpp" line="1426"/>
|
||||
<source>Connection status:</source>
|
||||
<translation>Κατάσταση Σύνδεσης:</translation>
|
||||
</message>
|
||||
|
@ -2091,13 +2086,13 @@ Please close the other one first.</source>
|
|||
<translation type="obsolete">Εκκινήθηκε το qBittorrent %1.</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../GUI.cpp" line="1414"/>
|
||||
<location filename="../GUI.cpp" line="1412"/>
|
||||
<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="1417"/>
|
||||
<location filename="../GUI.cpp" line="1415"/>
|
||||
<source>UP speed: %1 KiB/s</source>
|
||||
<comment>e.g: Upload speed: 10 KiB/s</comment>
|
||||
<translation>Ταχύτητα Ανεβάσματος: %1 KiB/s</translation>
|
||||
|
@ -2220,12 +2215,12 @@ Please close the other one first.</source>
|
|||
<translation type="obsolete">Ένα σφάλμα προέκυψε (δίσκος πλήρης?), το '%1' είναι σε παύση.</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../GUI.cpp" line="1425"/>
|
||||
<location filename="../GUI.cpp" line="1423"/>
|
||||
<source>Connection Status:</source>
|
||||
<translation>Κατάσταση Σύνδεσης:</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../GUI.cpp" line="1425"/>
|
||||
<location filename="../GUI.cpp" line="1423"/>
|
||||
<source>Online</source>
|
||||
<translation>Online</translation>
|
||||
</message>
|
||||
|
@ -2290,17 +2285,17 @@ Please close the other one first.</source>
|
|||
<translation>Το qBittorrent χρησιμοποιεί τη θύρα: %1</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../GUI.cpp" line="1063"/>
|
||||
<location filename="../GUI.cpp" line="1061"/>
|
||||
<source>DHT support [ON], port: %1</source>
|
||||
<translation>Υποστήριξη DHT [ΝΑΙ], θύρα: %1</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../GUI.cpp" line="1069"/>
|
||||
<location filename="../GUI.cpp" line="1067"/>
|
||||
<source>DHT support [OFF]</source>
|
||||
<translation>Υποστήριξη DHT [ΟΧΙ]</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../GUI.cpp" line="1072"/>
|
||||
<location filename="../GUI.cpp" line="1070"/>
|
||||
<source>PeX support [ON]</source>
|
||||
<translation>Υποστήριξη PeX [ΝΑΙ]</translation>
|
||||
</message>
|
||||
|
@ -2317,7 +2312,7 @@ Are you sure you want to quit qBittorrent?</source>
|
|||
Σίγουρα θέλετε να κλείσετε το qBittorrent?</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../GUI.cpp" line="1135"/>
|
||||
<location filename="../GUI.cpp" line="1133"/>
|
||||
<source>Downloads</source>
|
||||
<translation>Κατέβασματα</translation>
|
||||
</message>
|
||||
|
@ -2337,17 +2332,17 @@ Are you sure you want to quit qBittorrent?</source>
|
|||
<translation type="obsolete">Προσοχή, η διακίνηση υλικού προστατευόμενου από πνευματικά δικαιώματα χωρίς άδεια είναι παράνομη.</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../GUI.cpp" line="1091"/>
|
||||
<location filename="../GUI.cpp" line="1089"/>
|
||||
<source>Encryption support [ON]</source>
|
||||
<translation>Υποστήριξη κρυπτογράφησης [ΝΑΙ]</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../GUI.cpp" line="1096"/>
|
||||
<location filename="../GUI.cpp" line="1094"/>
|
||||
<source>Encryption support [FORCED]</source>
|
||||
<translation>Υποστήριξη κρυπτογράφησης [ΑΝΑΓΚΑΣΤΙΚΑ]</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../GUI.cpp" line="1101"/>
|
||||
<location filename="../GUI.cpp" line="1099"/>
|
||||
<source>Encryption support [OFF]</source>
|
||||
<translation>Υποστήριξη κρυπτογράφησης [ΟΧΙ]</translation>
|
||||
</message>
|
||||
|
@ -2450,12 +2445,12 @@ Are you sure you want to quit qBittorrent?</source>
|
|||
<translation>Υποστήριξη NAT-PMP [OXI]</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../GUI.cpp" line="1076"/>
|
||||
<location filename="../GUI.cpp" line="1074"/>
|
||||
<source>Local Peer Discovery [ON]</source>
|
||||
<translation>Ανακάλυψη Τοπικών Συνδέσεων [ΝΑΙ]</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../GUI.cpp" line="1079"/>
|
||||
<location filename="../GUI.cpp" line="1077"/>
|
||||
<source>Local Peer Discovery support [OFF]</source>
|
||||
<translation>Ανακάλυψη Τοπικών Συνδέσεων [ΟΧΙ]</translation>
|
||||
</message>
|
||||
|
@ -2466,18 +2461,18 @@ Are you sure you want to quit qBittorrent?</source>
|
|||
<translation type="obsolete">Το '%1' αφαιρέθηκε επειδή η αναλογία του έφτασε τη μέγιστη τιμή που θέσατε. </translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../GUI.cpp" line="1391"/>
|
||||
<location filename="../GUI.cpp" line="1389"/>
|
||||
<source>qBittorrent %1 (DL: %2KiB/s, UP: %3KiB/s)</source>
|
||||
<comment>%1 is qBittorrent version</comment>
|
||||
<translation>qBittorrent %1 (DL: %2KiB/s, UP: %3KiB/s)</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../GUI.cpp" line="1376"/>
|
||||
<location filename="../GUI.cpp" line="1374"/>
|
||||
<source>DL: %1 KiB/s</source>
|
||||
<translation>DL: %1 KiB/s</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../GUI.cpp" line="1377"/>
|
||||
<location filename="../GUI.cpp" line="1375"/>
|
||||
<source>UP: %1 KiB/s</source>
|
||||
<translation>UP: %1 KiB/s</translation>
|
||||
</message>
|
||||
|
@ -2492,7 +2487,7 @@ Are you sure you want to quit qBittorrent?</source>
|
|||
<translation>DHT: %1 κόμβοι</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../GUI.cpp" line="1428"/>
|
||||
<location filename="../GUI.cpp" line="1426"/>
|
||||
<source>No direct connections. This may indicate network configuration problems.</source>
|
||||
<translation>Χωρίς απευθείας συνδέσεις. Αυτό μπορεί να οφείλεται σε προβλήματα ρυθμίσεων δικτύου.</translation>
|
||||
</message>
|
||||
|
@ -2502,7 +2497,7 @@ Are you sure you want to quit qBittorrent?</source>
|
|||
<translation>Ανεβάσματα</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../GUI.cpp" line="1505"/>
|
||||
<location filename="../GUI.cpp" line="1503"/>
|
||||
<source>Options were saved successfully.</source>
|
||||
<translation>Οι επιλογές αποθηκεύτηκαν επιτυχώς.</translation>
|
||||
</message>
|
||||
|
@ -4540,7 +4535,7 @@ However, those plugins were disabled.</source>
|
|||
<translation type="obsolete">Οι επιλογές αποθηκεύτηκαν επιτυχώς.</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../options_imp.cpp" line="1260"/>
|
||||
<location filename="../options_imp.cpp" line="1250"/>
|
||||
<source>Choose scan directory</source>
|
||||
<translation>Επιλέξτε φάκελο αναζήτησης</translation>
|
||||
</message>
|
||||
|
@ -4550,7 +4545,7 @@ However, those plugins were disabled.</source>
|
|||
<translation type="obsolete">Επιλέξτε ένα αρχείο ipfilter.dat</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../options_imp.cpp" line="1275"/>
|
||||
<location filename="../options_imp.cpp" line="1265"/>
|
||||
<source>Choose a save directory</source>
|
||||
<translation>Επιλέξτε φάκελο αποθήκευσης</translation>
|
||||
</message>
|
||||
|
@ -4566,12 +4561,12 @@ However, those plugins were disabled.</source>
|
|||
<translation type="obsolete">Αδύνατο το άνοιγμα του %1 σε λειτουργία ανάγνωσης.</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../options_imp.cpp" line="1267"/>
|
||||
<location filename="../options_imp.cpp" line="1257"/>
|
||||
<source>Choose an ip filter file</source>
|
||||
<translation>Επιλέξτε ένα αρχείο φίλτρου ip</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../options_imp.cpp" line="1267"/>
|
||||
<location filename="../options_imp.cpp" line="1257"/>
|
||||
<source>Filters</source>
|
||||
<translation>Φίλτρα</translation>
|
||||
</message>
|
||||
|
@ -5337,7 +5332,7 @@ However, those plugins were disabled.</source>
|
|||
<translation type="obsolete">Σωστό</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../torrentAddition.h" line="110"/>
|
||||
<location filename="../torrentAddition.h" line="115"/>
|
||||
<source>Unable to decode torrent file:</source>
|
||||
<translation>Αδύνατο να αποκωδικοποιηθεί το αρχείο τορεντ:</translation>
|
||||
</message>
|
||||
|
@ -5347,7 +5342,7 @@ However, those plugins were disabled.</source>
|
|||
<translation type="obsolete">Το αρχείο είτε είναι κατεστραμμένο, ή δεν ειναι ενα τορεντ.</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../torrentAddition.h" line="248"/>
|
||||
<location filename="../torrentAddition.h" line="254"/>
|
||||
<source>Choose save path</source>
|
||||
<translation>Επιλέξτε διαδρομή αποθήκευσης</translation>
|
||||
</message>
|
||||
|
@ -5357,32 +5352,32 @@ However, those plugins were disabled.</source>
|
|||
<translation type="obsolete">Λάθος</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../torrentAddition.h" line="382"/>
|
||||
<location filename="../torrentAddition.h" line="388"/>
|
||||
<source>Empty save path</source>
|
||||
<translation>Κενή διαδρομή αποθήκευσης</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../torrentAddition.h" line="382"/>
|
||||
<location filename="../torrentAddition.h" line="388"/>
|
||||
<source>Please enter a save path</source>
|
||||
<translation>Παρακαλώ εισάγετε μία διαδρομή αποθήκευσης</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../torrentAddition.h" line="388"/>
|
||||
<location filename="../torrentAddition.h" line="394"/>
|
||||
<source>Save path creation error</source>
|
||||
<translation>Σφάλμα δημιουργίας διαδρομής αποθήκευσης</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../torrentAddition.h" line="388"/>
|
||||
<location filename="../torrentAddition.h" line="394"/>
|
||||
<source>Could not create the save path</source>
|
||||
<translation>Δεν μπόρεσε να δημιουργηθεί η διαδρομή αποθήκευσης</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../torrentAddition.h" line="418"/>
|
||||
<location filename="../torrentAddition.h" line="424"/>
|
||||
<source>Invalid file selection</source>
|
||||
<translation>Άκυρη επιλογή αρχείου</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../torrentAddition.h" line="418"/>
|
||||
<location filename="../torrentAddition.h" line="424"/>
|
||||
<source>You must select at least one file in the torrent</source>
|
||||
<translation>Πρέπει να επιλέξετε τουλάχιστο ένα αρχείο του τορεντ</translation>
|
||||
</message>
|
||||
|
@ -5402,7 +5397,7 @@ However, those plugins were disabled.</source>
|
|||
<translation>Πρόοδος</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../torrentAddition.h" line="281"/>
|
||||
<location filename="../torrentAddition.h" line="287"/>
|
||||
<source>Priority</source>
|
||||
<translation>Προτεραιότητα</translation>
|
||||
</message>
|
||||
|
|
Binary file not shown.
|
@ -174,17 +174,17 @@ Copyright © 2006 by Christophe Dumez<br>
|
|||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../options.ui" line="2140"/>
|
||||
<location filename="../options.ui" line="2097"/>
|
||||
<source>Port:</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../options.ui" line="2179"/>
|
||||
<location filename="../options.ui" line="2136"/>
|
||||
<source>Authentication</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../options.ui" line="2200"/>
|
||||
<location filename="../options.ui" line="2157"/>
|
||||
<source>Password:</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
|
@ -438,7 +438,7 @@ Copyright © 2006 by Christophe Dumez<br>
|
|||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../options.ui" line="2190"/>
|
||||
<location filename="../options.ui" line="2147"/>
|
||||
<source>Username:</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
|
@ -604,17 +604,17 @@ Copyright © 2006 by Christophe Dumez<br>
|
|||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../options.ui" line="2105"/>
|
||||
<location filename="../options.ui" line="2062"/>
|
||||
<source>Web UI</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../options.ui" line="2118"/>
|
||||
<location filename="../options.ui" line="2075"/>
|
||||
<source>Enable Web User Interface</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../options.ui" line="2131"/>
|
||||
<location filename="../options.ui" line="2088"/>
|
||||
<source>HTTP Server</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
|
@ -644,7 +644,7 @@ Copyright © 2006 by Christophe Dumez<br>
|
|||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../options.ui" line="2050"/>
|
||||
<location filename="../options.ui" line="2007"/>
|
||||
<source>Maximum active torrents:</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
|
@ -668,11 +668,6 @@ Copyright © 2006 by Christophe Dumez<br>
|
|||
<source>Bittorrent proxy settings</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../options.ui" line="2007"/>
|
||||
<source>Maximum active uploads:</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
</context>
|
||||
<context>
|
||||
<name>DownloadingTorrents</name>
|
||||
|
@ -858,23 +853,23 @@ Copyright © 2006 by Christophe Dumez<br>
|
|||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../GUI.cpp" line="1428"/>
|
||||
<location filename="../GUI.cpp" line="1426"/>
|
||||
<source>Connection status:</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../GUI.cpp" line="1411"/>
|
||||
<location filename="../GUI.cpp" line="1409"/>
|
||||
<source>qBittorrent</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../GUI.cpp" line="1414"/>
|
||||
<location filename="../GUI.cpp" line="1412"/>
|
||||
<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="1417"/>
|
||||
<location filename="../GUI.cpp" line="1415"/>
|
||||
<source>UP speed: %1 KiB/s</source>
|
||||
<comment>e.g: Upload speed: 10 KiB/s</comment>
|
||||
<translation type="unfinished"></translation>
|
||||
|
@ -903,12 +898,12 @@ Copyright © 2006 by Christophe Dumez<br>
|
|||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../GUI.cpp" line="1425"/>
|
||||
<location filename="../GUI.cpp" line="1423"/>
|
||||
<source>Connection Status:</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../GUI.cpp" line="1425"/>
|
||||
<location filename="../GUI.cpp" line="1423"/>
|
||||
<source>Online</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
|
@ -935,17 +930,17 @@ Copyright © 2006 by Christophe Dumez<br>
|
|||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../GUI.cpp" line="1063"/>
|
||||
<location filename="../GUI.cpp" line="1061"/>
|
||||
<source>DHT support [ON], port: %1</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../GUI.cpp" line="1069"/>
|
||||
<location filename="../GUI.cpp" line="1067"/>
|
||||
<source>DHT support [OFF]</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../GUI.cpp" line="1072"/>
|
||||
<location filename="../GUI.cpp" line="1070"/>
|
||||
<source>PeX support [ON]</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
|
@ -956,12 +951,12 @@ Are you sure you want to quit qBittorrent?</source>
|
|||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../GUI.cpp" line="1135"/>
|
||||
<location filename="../GUI.cpp" line="1133"/>
|
||||
<source>Downloads</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../GUI.cpp" line="1146"/>
|
||||
<location filename="../GUI.cpp" line="1144"/>
|
||||
<source>Finished</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
|
@ -976,17 +971,17 @@ Are you sure you want to quit qBittorrent?</source>
|
|||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../GUI.cpp" line="1091"/>
|
||||
<location filename="../GUI.cpp" line="1089"/>
|
||||
<source>Encryption support [ON]</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../GUI.cpp" line="1096"/>
|
||||
<location filename="../GUI.cpp" line="1094"/>
|
||||
<source>Encryption support [FORCED]</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../GUI.cpp" line="1101"/>
|
||||
<location filename="../GUI.cpp" line="1099"/>
|
||||
<source>Encryption support [OFF]</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
|
@ -1056,28 +1051,28 @@ Are you sure you want to quit qBittorrent?</source>
|
|||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../GUI.cpp" line="1076"/>
|
||||
<location filename="../GUI.cpp" line="1074"/>
|
||||
<source>Local Peer Discovery [ON]</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../GUI.cpp" line="1079"/>
|
||||
<location filename="../GUI.cpp" line="1077"/>
|
||||
<source>Local Peer Discovery support [OFF]</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../GUI.cpp" line="1391"/>
|
||||
<location filename="../GUI.cpp" line="1389"/>
|
||||
<source>qBittorrent %1 (DL: %2KiB/s, UP: %3KiB/s)</source>
|
||||
<comment>%1 is qBittorrent version</comment>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../GUI.cpp" line="1376"/>
|
||||
<location filename="../GUI.cpp" line="1374"/>
|
||||
<source>DL: %1 KiB/s</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../GUI.cpp" line="1377"/>
|
||||
<location filename="../GUI.cpp" line="1375"/>
|
||||
<source>UP: %1 KiB/s</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
|
@ -1092,7 +1087,7 @@ Are you sure you want to quit qBittorrent?</source>
|
|||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../GUI.cpp" line="1428"/>
|
||||
<location filename="../GUI.cpp" line="1426"/>
|
||||
<source>No direct connections. This may indicate network configuration problems.</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
|
@ -1102,7 +1097,7 @@ Are you sure you want to quit qBittorrent?</source>
|
|||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../GUI.cpp" line="1505"/>
|
||||
<location filename="../GUI.cpp" line="1503"/>
|
||||
<source>Options were saved successfully.</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
|
@ -2402,22 +2397,22 @@ However, those plugins were disabled.</source>
|
|||
<context>
|
||||
<name>options_imp</name>
|
||||
<message>
|
||||
<location filename="../options_imp.cpp" line="1260"/>
|
||||
<location filename="../options_imp.cpp" line="1250"/>
|
||||
<source>Choose scan directory</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../options_imp.cpp" line="1275"/>
|
||||
<location filename="../options_imp.cpp" line="1265"/>
|
||||
<source>Choose a save directory</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../options_imp.cpp" line="1267"/>
|
||||
<location filename="../options_imp.cpp" line="1257"/>
|
||||
<source>Choose an ip filter file</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../options_imp.cpp" line="1267"/>
|
||||
<location filename="../options_imp.cpp" line="1257"/>
|
||||
<source>Filters</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
|
@ -2932,42 +2927,42 @@ However, those plugins were disabled.</source>
|
|||
<context>
|
||||
<name>torrentAdditionDialog</name>
|
||||
<message>
|
||||
<location filename="../torrentAddition.h" line="110"/>
|
||||
<location filename="../torrentAddition.h" line="115"/>
|
||||
<source>Unable to decode torrent file:</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../torrentAddition.h" line="248"/>
|
||||
<location filename="../torrentAddition.h" line="254"/>
|
||||
<source>Choose save path</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../torrentAddition.h" line="382"/>
|
||||
<location filename="../torrentAddition.h" line="388"/>
|
||||
<source>Empty save path</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../torrentAddition.h" line="382"/>
|
||||
<location filename="../torrentAddition.h" line="388"/>
|
||||
<source>Please enter a save path</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../torrentAddition.h" line="388"/>
|
||||
<location filename="../torrentAddition.h" line="394"/>
|
||||
<source>Save path creation error</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../torrentAddition.h" line="388"/>
|
||||
<location filename="../torrentAddition.h" line="394"/>
|
||||
<source>Could not create the save path</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../torrentAddition.h" line="418"/>
|
||||
<location filename="../torrentAddition.h" line="424"/>
|
||||
<source>Invalid file selection</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../torrentAddition.h" line="418"/>
|
||||
<location filename="../torrentAddition.h" line="424"/>
|
||||
<source>You must select at least one file in the torrent</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
|
@ -2987,7 +2982,7 @@ However, those plugins were disabled.</source>
|
|||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../torrentAddition.h" line="281"/>
|
||||
<location filename="../torrentAddition.h" line="287"/>
|
||||
<source>Priority</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
|
|
Binary file not shown.
|
@ -283,7 +283,7 @@ Copyright © 2006 por Christophe Dumez<br>
|
|||
<translation type="obsolete">0.0.0.0</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../options.ui" line="2140"/>
|
||||
<location filename="../options.ui" line="2097"/>
|
||||
<source>Port:</source>
|
||||
<translation>Puerto:</translation>
|
||||
</message>
|
||||
|
@ -293,7 +293,7 @@ Copyright © 2006 por Christophe Dumez<br>
|
|||
<translation type="obsolete">El servidor Proxy requiere autentificarse</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../options.ui" line="2179"/>
|
||||
<location filename="../options.ui" line="2136"/>
|
||||
<source>Authentication</source>
|
||||
<translation>Autenticación</translation>
|
||||
</message>
|
||||
|
@ -303,7 +303,7 @@ Copyright © 2006 por Christophe Dumez<br>
|
|||
<translation type="obsolete">Nombre de Usuario:</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../options.ui" line="2200"/>
|
||||
<location filename="../options.ui" line="2157"/>
|
||||
<source>Password:</source>
|
||||
<translation>Contraseña:</translation>
|
||||
</message>
|
||||
|
@ -912,7 +912,7 @@ Copyright © 2006 por Christophe Dumez<br>
|
|||
<translation>Proxy:</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../options.ui" line="2190"/>
|
||||
<location filename="../options.ui" line="2147"/>
|
||||
<source>Username:</source>
|
||||
<translation>Nombre de Usuario:</translation>
|
||||
</message>
|
||||
|
@ -1078,17 +1078,17 @@ Copyright © 2006 por Christophe Dumez<br>
|
|||
<translation>Engañar a Azureus para evitar ban (requiere reiniciar)</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../options.ui" line="2105"/>
|
||||
<location filename="../options.ui" line="2062"/>
|
||||
<source>Web UI</source>
|
||||
<translation>IU Web</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../options.ui" line="2118"/>
|
||||
<location filename="../options.ui" line="2075"/>
|
||||
<source>Enable Web User Interface</source>
|
||||
<translation>Habilitar Interfaz de Usuario Web</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../options.ui" line="2131"/>
|
||||
<location filename="../options.ui" line="2088"/>
|
||||
<source>HTTP Server</source>
|
||||
<translation>Servidor HTTP</translation>
|
||||
</message>
|
||||
|
@ -1118,7 +1118,7 @@ Copyright © 2006 por Christophe Dumez<br>
|
|||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../options.ui" line="2050"/>
|
||||
<location filename="../options.ui" line="2007"/>
|
||||
<source>Maximum active torrents:</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
|
@ -1137,11 +1137,6 @@ Copyright © 2006 por Christophe Dumez<br>
|
|||
<source>Bittorrent proxy settings</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../options.ui" line="2007"/>
|
||||
<source>Maximum active uploads:</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
</context>
|
||||
<context>
|
||||
<name>DownloadingTorrents</name>
|
||||
|
@ -1547,7 +1542,7 @@ Copyright © 2006 por Christophe Dumez<br>
|
|||
<translation type="obsolete">continuada.</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../GUI.cpp" line="1146"/>
|
||||
<location filename="../GUI.cpp" line="1144"/>
|
||||
<source>Finished</source>
|
||||
<translation>Terminada</translation>
|
||||
</message>
|
||||
|
@ -1600,7 +1595,7 @@ Copyright © 2006 por Christophe Dumez<br>
|
|||
<translation type="obsolete"> qBittorrent</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../GUI.cpp" line="1411"/>
|
||||
<location filename="../GUI.cpp" line="1409"/>
|
||||
<source>qBittorrent</source>
|
||||
<translation>qBittorrent</translation>
|
||||
</message>
|
||||
|
@ -1945,7 +1940,7 @@ Por favor cierra el otro antes.</translation>
|
|||
<translation>qBittorrent %1</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../GUI.cpp" line="1428"/>
|
||||
<location filename="../GUI.cpp" line="1426"/>
|
||||
<source>Connection status:</source>
|
||||
<translation>Estado de la conexión:</translation>
|
||||
</message>
|
||||
|
@ -2020,13 +2015,13 @@ Por favor cierra el otro antes.</translation>
|
|||
<translation type="obsolete">qBittorrent %1 iniciado.</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../GUI.cpp" line="1414"/>
|
||||
<location filename="../GUI.cpp" line="1412"/>
|
||||
<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="1417"/>
|
||||
<location filename="../GUI.cpp" line="1415"/>
|
||||
<source>UP speed: %1 KiB/s</source>
|
||||
<comment>e.g: Upload speed: 10 KiB/s</comment>
|
||||
<translation>Velocidad de subida: %1 KiB/s</translation>
|
||||
|
@ -2149,12 +2144,12 @@ 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="1425"/>
|
||||
<location filename="../GUI.cpp" line="1423"/>
|
||||
<source>Connection Status:</source>
|
||||
<translation>Estado de la conexión:</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../GUI.cpp" line="1425"/>
|
||||
<location filename="../GUI.cpp" line="1423"/>
|
||||
<source>Online</source>
|
||||
<translation>En línea</translation>
|
||||
</message>
|
||||
|
@ -2219,17 +2214,17 @@ Por favor cierra el otro antes.</translation>
|
|||
<translation>qBittorrent está asignado al puerto: %1</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../GUI.cpp" line="1063"/>
|
||||
<location filename="../GUI.cpp" line="1061"/>
|
||||
<source>DHT support [ON], port: %1</source>
|
||||
<translation>Soporte para DHT [encendido], puerto: %1</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../GUI.cpp" line="1069"/>
|
||||
<location filename="../GUI.cpp" line="1067"/>
|
||||
<source>DHT support [OFF]</source>
|
||||
<translation>Soporte para DHT [apagado]</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../GUI.cpp" line="1072"/>
|
||||
<location filename="../GUI.cpp" line="1070"/>
|
||||
<source>PeX support [ON]</source>
|
||||
<translation>Soporte para PeX [encendido]</translation>
|
||||
</message>
|
||||
|
@ -2246,7 +2241,7 @@ Are you sure you want to quit qBittorrent?</source>
|
|||
¿En verdad deseas salir de qBittorrent?</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../GUI.cpp" line="1135"/>
|
||||
<location filename="../GUI.cpp" line="1133"/>
|
||||
<source>Downloads</source>
|
||||
<translation>Descargas</translation>
|
||||
</message>
|
||||
|
@ -2266,17 +2261,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="1091"/>
|
||||
<location filename="../GUI.cpp" line="1089"/>
|
||||
<source>Encryption support [ON]</source>
|
||||
<translation>Soporte para encriptado [encendido]</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../GUI.cpp" line="1096"/>
|
||||
<location filename="../GUI.cpp" line="1094"/>
|
||||
<source>Encryption support [FORCED]</source>
|
||||
<translation>Soporte para encriptado [forzado]</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../GUI.cpp" line="1101"/>
|
||||
<location filename="../GUI.cpp" line="1099"/>
|
||||
<source>Encryption support [OFF]</source>
|
||||
<translation>Sopote para encriptado [apagado]</translation>
|
||||
</message>
|
||||
|
@ -2385,28 +2380,28 @@ Are you sure you want to quit qBittorrent?</source>
|
|||
<translation>Soporte para NAT-PMP[Apagado]</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../GUI.cpp" line="1076"/>
|
||||
<location filename="../GUI.cpp" line="1074"/>
|
||||
<source>Local Peer Discovery [ON]</source>
|
||||
<translation>Descubrimiento local de Peers [Encendido]</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../GUI.cpp" line="1079"/>
|
||||
<location filename="../GUI.cpp" line="1077"/>
|
||||
<source>Local Peer Discovery support [OFF]</source>
|
||||
<translation>Soporte para descubrimiento local de Peers [Apagado]</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../GUI.cpp" line="1391"/>
|
||||
<location filename="../GUI.cpp" line="1389"/>
|
||||
<source>qBittorrent %1 (DL: %2KiB/s, UP: %3KiB/s)</source>
|
||||
<comment>%1 is qBittorrent version</comment>
|
||||
<translation>qBittorrent %1 (DL: %2KiB/s, UP: %3KiB/s)</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../GUI.cpp" line="1376"/>
|
||||
<location filename="../GUI.cpp" line="1374"/>
|
||||
<source>DL: %1 KiB/s</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../GUI.cpp" line="1377"/>
|
||||
<location filename="../GUI.cpp" line="1375"/>
|
||||
<source>UP: %1 KiB/s</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
|
@ -2421,7 +2416,7 @@ Are you sure you want to quit qBittorrent?</source>
|
|||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../GUI.cpp" line="1428"/>
|
||||
<location filename="../GUI.cpp" line="1426"/>
|
||||
<source>No direct connections. This may indicate network configuration problems.</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
|
@ -2431,7 +2426,7 @@ Are you sure you want to quit qBittorrent?</source>
|
|||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../GUI.cpp" line="1505"/>
|
||||
<location filename="../GUI.cpp" line="1503"/>
|
||||
<source>Options were saved successfully.</source>
|
||||
<translation type="unfinished">Opciones guardadas exitosamente.</translation>
|
||||
</message>
|
||||
|
@ -4447,7 +4442,7 @@ De cualquier forma, esos plugins fueron deshabilitados.</translation>
|
|||
<translation type="obsolete">Opciones guardadas exitosamente.</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../options_imp.cpp" line="1260"/>
|
||||
<location filename="../options_imp.cpp" line="1250"/>
|
||||
<source>Choose scan directory</source>
|
||||
<translation>Selecciona un directorio a inspeccionar</translation>
|
||||
</message>
|
||||
|
@ -4457,7 +4452,7 @@ De cualquier forma, esos plugins fueron deshabilitados.</translation>
|
|||
<translation type="obsolete">Selecciona un archivo ipfilter.dat</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../options_imp.cpp" line="1275"/>
|
||||
<location filename="../options_imp.cpp" line="1265"/>
|
||||
<source>Choose a save directory</source>
|
||||
<translation>Selecciona un directorio para guardar</translation>
|
||||
</message>
|
||||
|
@ -4473,12 +4468,12 @@ De cualquier forma, esos plugins fueron deshabilitados.</translation>
|
|||
<translation type="obsolete">No se pudo abrir %1 en modo lectura.</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../options_imp.cpp" line="1267"/>
|
||||
<location filename="../options_imp.cpp" line="1257"/>
|
||||
<source>Choose an ip filter file</source>
|
||||
<translation>Selecciona un archivo de filtro de ip</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../options_imp.cpp" line="1267"/>
|
||||
<location filename="../options_imp.cpp" line="1257"/>
|
||||
<source>Filters</source>
|
||||
<translation>Filtros</translation>
|
||||
</message>
|
||||
|
@ -5279,7 +5274,7 @@ De cualquier forma, esos plugins fueron deshabilitados.</translation>
|
|||
<translation type="obsolete">Verdadero</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../torrentAddition.h" line="110"/>
|
||||
<location filename="../torrentAddition.h" line="115"/>
|
||||
<source>Unable to decode torrent file:</source>
|
||||
<translation>Imposible decodificar el archivo torrent:</translation>
|
||||
</message>
|
||||
|
@ -5289,7 +5284,7 @@ De cualquier forma, esos plugins fueron deshabilitados.</translation>
|
|||
<translation type="obsolete">Este archivo puede estar corrupto, o no ser un torrent.</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../torrentAddition.h" line="248"/>
|
||||
<location filename="../torrentAddition.h" line="254"/>
|
||||
<source>Choose save path</source>
|
||||
<translation>Selecciona la ruta de guardado</translation>
|
||||
</message>
|
||||
|
@ -5299,32 +5294,32 @@ De cualquier forma, esos plugins fueron deshabilitados.</translation>
|
|||
<translation type="obsolete">Falso</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../torrentAddition.h" line="382"/>
|
||||
<location filename="../torrentAddition.h" line="388"/>
|
||||
<source>Empty save path</source>
|
||||
<translation>Ruta de guardado vacía</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../torrentAddition.h" line="382"/>
|
||||
<location filename="../torrentAddition.h" line="388"/>
|
||||
<source>Please enter a save path</source>
|
||||
<translation>Por favor ingresa una ruta de guardado</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../torrentAddition.h" line="388"/>
|
||||
<location filename="../torrentAddition.h" line="394"/>
|
||||
<source>Save path creation error</source>
|
||||
<translation>Error en la creación de ruta de guardado</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../torrentAddition.h" line="388"/>
|
||||
<location filename="../torrentAddition.h" line="394"/>
|
||||
<source>Could not create the save path</source>
|
||||
<translation>No se pudo crear la ruta de guardado</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../torrentAddition.h" line="418"/>
|
||||
<location filename="../torrentAddition.h" line="424"/>
|
||||
<source>Invalid file selection</source>
|
||||
<translation>Selección de archivo inválida</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../torrentAddition.h" line="418"/>
|
||||
<location filename="../torrentAddition.h" line="424"/>
|
||||
<source>You must select at least one file in the torrent</source>
|
||||
<translation>Debes seleccionar al menos un arcihvo en el torrent</translation>
|
||||
</message>
|
||||
|
@ -5344,7 +5339,7 @@ De cualquier forma, esos plugins fueron deshabilitados.</translation>
|
|||
<translation>Progreso</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../torrentAddition.h" line="281"/>
|
||||
<location filename="../torrentAddition.h" line="287"/>
|
||||
<source>Priority</source>
|
||||
<translation>Prioridad</translation>
|
||||
</message>
|
||||
|
|
Binary file not shown.
|
@ -202,7 +202,7 @@ Tekijänoikeus © 2006 Christophe Dumez<br>
|
|||
<translation type="obsolete">Multimediatoistin:</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../options.ui" line="2179"/>
|
||||
<location filename="../options.ui" line="2136"/>
|
||||
<source>Authentication</source>
|
||||
<translation>Sisäänkirjautuminen</translation>
|
||||
</message>
|
||||
|
@ -392,12 +392,12 @@ Tekijänoikeus © 2006 Christophe Dumez<br>
|
|||
<translation type="obsolete">Lähde</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../options.ui" line="2200"/>
|
||||
<location filename="../options.ui" line="2157"/>
|
||||
<source>Password:</source>
|
||||
<translation>Salasana:</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../options.ui" line="2140"/>
|
||||
<location filename="../options.ui" line="2097"/>
|
||||
<source>Port:</source>
|
||||
<translation>Portti:</translation>
|
||||
</message>
|
||||
|
@ -706,7 +706,7 @@ Tekijänoikeus © 2006 Christophe Dumez<br>
|
|||
<translation>Välityspalvelin:</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../options.ui" line="2190"/>
|
||||
<location filename="../options.ui" line="2147"/>
|
||||
<source>Username:</source>
|
||||
<translation>Tunnus:</translation>
|
||||
</message>
|
||||
|
@ -872,17 +872,17 @@ Tekijänoikeus © 2006 Christophe Dumez<br>
|
|||
<translation>Esitä Azureusta (vaatii uudelleenkäynnistyksen)</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../options.ui" line="2105"/>
|
||||
<location filename="../options.ui" line="2062"/>
|
||||
<source>Web UI</source>
|
||||
<translation>Verkkokäyttöliittymä</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../options.ui" line="2118"/>
|
||||
<location filename="../options.ui" line="2075"/>
|
||||
<source>Enable Web User Interface</source>
|
||||
<translation>Käytä verkkokäyttöliittymää</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../options.ui" line="2131"/>
|
||||
<location filename="../options.ui" line="2088"/>
|
||||
<source>HTTP Server</source>
|
||||
<translation>HTTP-palvelin</translation>
|
||||
</message>
|
||||
|
@ -912,7 +912,7 @@ Tekijänoikeus © 2006 Christophe Dumez<br>
|
|||
<translation>Torrenttien jonotus</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../options.ui" line="2050"/>
|
||||
<location filename="../options.ui" line="2007"/>
|
||||
<source>Maximum active torrents:</source>
|
||||
<translation>Aktiivisia torrentteja enintään:</translation>
|
||||
</message>
|
||||
|
@ -931,11 +931,6 @@ Tekijänoikeus © 2006 Christophe Dumez<br>
|
|||
<source>Bittorrent proxy settings</source>
|
||||
<translation>Bittorrentin välityspalvelinasetukset</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../options.ui" line="2007"/>
|
||||
<source>Maximum active uploads:</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
</context>
|
||||
<context>
|
||||
<name>DownloadingTorrents</name>
|
||||
|
@ -1339,7 +1334,7 @@ Tekijänoikeus © 2006 Christophe Dumez<br>
|
|||
<translation type="obsolete">ETA</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../GUI.cpp" line="1146"/>
|
||||
<location filename="../GUI.cpp" line="1144"/>
|
||||
<source>Finished</source>
|
||||
<translation>Valmis</translation>
|
||||
</message>
|
||||
|
@ -1599,7 +1594,7 @@ Uutta esikatselua ei voi aloittaa.</translation>
|
|||
<translation> qBittorrent %1</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../GUI.cpp" line="1428"/>
|
||||
<location filename="../GUI.cpp" line="1426"/>
|
||||
<source>Connection status:</source>
|
||||
<translation>Yhteyden tila:</translation>
|
||||
</message>
|
||||
|
@ -1662,18 +1657,18 @@ Uutta esikatselua ei voi aloittaa.</translation>
|
|||
<translation type="obsolete">Lataajia</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../GUI.cpp" line="1411"/>
|
||||
<location filename="../GUI.cpp" line="1409"/>
|
||||
<source>qBittorrent</source>
|
||||
<translation> qBittorrent</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../GUI.cpp" line="1414"/>
|
||||
<location filename="../GUI.cpp" line="1412"/>
|
||||
<source>DL speed: %1 KiB/s</source>
|
||||
<comment>e.g: Download speed: 10 KiB/s</comment>
|
||||
<translation>Latausnopeus: %1 KiB/s</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../GUI.cpp" line="1417"/>
|
||||
<location filename="../GUI.cpp" line="1415"/>
|
||||
<source>UP speed: %1 KiB/s</source>
|
||||
<comment>e.g: Upload speed: 10 KiB/s</comment>
|
||||
<translation>Lähetysnopeus: %1 KiB/s</translation>
|
||||
|
@ -1760,12 +1755,12 @@ Uutta esikatselua ei voi aloittaa.</translation>
|
|||
<translation>Tiedostoon %1 kirjoittaminen tai lukeminen epäonnistui. Levy saattaa olla täynnä. Lataus pysäytettiin.</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../GUI.cpp" line="1425"/>
|
||||
<location filename="../GUI.cpp" line="1423"/>
|
||||
<source>Connection Status:</source>
|
||||
<translation>Yhteyden tila:</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../GUI.cpp" line="1425"/>
|
||||
<location filename="../GUI.cpp" line="1423"/>
|
||||
<source>Online</source>
|
||||
<translation>Ei verkkoyhteyttä</translation>
|
||||
</message>
|
||||
|
@ -1809,17 +1804,17 @@ Uutta esikatselua ei voi aloittaa.</translation>
|
|||
<translation>qBittorrent kuuntelee porttia %1</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../GUI.cpp" line="1063"/>
|
||||
<location filename="../GUI.cpp" line="1061"/>
|
||||
<source>DHT support [ON], port: %1</source>
|
||||
<translation>DHT-tuki [PÄÄLLÄ] portissa %1</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../GUI.cpp" line="1069"/>
|
||||
<location filename="../GUI.cpp" line="1067"/>
|
||||
<source>DHT support [OFF]</source>
|
||||
<translation>DHT-tuki [EI PÄÄLLÄ]</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../GUI.cpp" line="1072"/>
|
||||
<location filename="../GUI.cpp" line="1070"/>
|
||||
<source>PeX support [ON]</source>
|
||||
<translation>PeX-tuki [PÄÄLLÄ]</translation>
|
||||
</message>
|
||||
|
@ -1836,7 +1831,7 @@ Are you sure you want to quit qBittorrent?</source>
|
|||
Haluatko varmasti lopettaa?</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../GUI.cpp" line="1135"/>
|
||||
<location filename="../GUI.cpp" line="1133"/>
|
||||
<source>Downloads</source>
|
||||
<translation>Lataukset</translation>
|
||||
</message>
|
||||
|
@ -1851,17 +1846,17 @@ Haluatko varmasti lopettaa?</translation>
|
|||
<translation>UPnP-tuki [PÄÄLLÄ]</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../GUI.cpp" line="1091"/>
|
||||
<location filename="../GUI.cpp" line="1089"/>
|
||||
<source>Encryption support [ON]</source>
|
||||
<translation>Salaus [KÄYTÖSSÄ]</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../GUI.cpp" line="1096"/>
|
||||
<location filename="../GUI.cpp" line="1094"/>
|
||||
<source>Encryption support [FORCED]</source>
|
||||
<translation>Salaus [PAKOTETTU]</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../GUI.cpp" line="1101"/>
|
||||
<location filename="../GUI.cpp" line="1099"/>
|
||||
<source>Encryption support [OFF]</source>
|
||||
<translation>Salaus [EI KÄYTÖSSÄ]</translation>
|
||||
</message>
|
||||
|
@ -1937,12 +1932,12 @@ Haluatko varmasti lopettaa?</translation>
|
|||
<translation>NAT-PMP-tuki [EI PÄÄLLÄ]</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../GUI.cpp" line="1076"/>
|
||||
<location filename="../GUI.cpp" line="1074"/>
|
||||
<source>Local Peer Discovery [ON]</source>
|
||||
<translation>Paikallinen käyttäjien löytäminen [PÄÄLLÄ]</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../GUI.cpp" line="1079"/>
|
||||
<location filename="../GUI.cpp" line="1077"/>
|
||||
<source>Local Peer Discovery support [OFF]</source>
|
||||
<translation>Paikallinen käyttäjien löytäminen [EI PÄÄLLÄ]</translation>
|
||||
</message>
|
||||
|
@ -1953,18 +1948,18 @@ Haluatko varmasti lopettaa?</translation>
|
|||
<translation type="obsolete">”%1% poistettiin, koska sen jakosuhde saavutti asettamasi enimmäisarvon.</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../GUI.cpp" line="1391"/>
|
||||
<location filename="../GUI.cpp" line="1389"/>
|
||||
<source>qBittorrent %1 (DL: %2KiB/s, UP: %3KiB/s)</source>
|
||||
<comment>%1 is qBittorrent version</comment>
|
||||
<translation>qBittorrent %1 (← %2 KiB/s | → %3 KiB/s)</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../GUI.cpp" line="1376"/>
|
||||
<location filename="../GUI.cpp" line="1374"/>
|
||||
<source>DL: %1 KiB/s</source>
|
||||
<translation>↓%1 KiB/s</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../GUI.cpp" line="1377"/>
|
||||
<location filename="../GUI.cpp" line="1375"/>
|
||||
<source>UP: %1 KiB/s</source>
|
||||
<translation>↑%1 KiB/s</translation>
|
||||
</message>
|
||||
|
@ -1979,7 +1974,7 @@ Haluatko varmasti lopettaa?</translation>
|
|||
<translation>DHT: %1 solmua</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../GUI.cpp" line="1428"/>
|
||||
<location filename="../GUI.cpp" line="1426"/>
|
||||
<source>No direct connections. This may indicate network configuration problems.</source>
|
||||
<translation>Ei suoria yhteyksiä. Tämä voi olla merkki verkko-ongelmista.</translation>
|
||||
</message>
|
||||
|
@ -1989,7 +1984,7 @@ Haluatko varmasti lopettaa?</translation>
|
|||
<translation>Lähetykset</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../GUI.cpp" line="1505"/>
|
||||
<location filename="../GUI.cpp" line="1503"/>
|
||||
<source>Options were saved successfully.</source>
|
||||
<translation>Asetukset tallennettiin.</translation>
|
||||
</message>
|
||||
|
@ -3789,7 +3784,7 @@ Kyseiset liitänäiset poistettiin kuitenkin käytöstä.</translation>
|
|||
<translation type="obsolete">Asetukset tallennettiin.</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../options_imp.cpp" line="1260"/>
|
||||
<location filename="../options_imp.cpp" line="1250"/>
|
||||
<source>Choose scan directory</source>
|
||||
<translation>Valitse hakukansio</translation>
|
||||
</message>
|
||||
|
@ -3799,7 +3794,7 @@ Kyseiset liitänäiset poistettiin kuitenkin käytöstä.</translation>
|
|||
<translation type="obsolete">Valitse ipfilter.dat-tiedosto</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../options_imp.cpp" line="1275"/>
|
||||
<location filename="../options_imp.cpp" line="1265"/>
|
||||
<source>Choose a save directory</source>
|
||||
<translation>Valitse tallennuskansio</translation>
|
||||
</message>
|
||||
|
@ -3815,12 +3810,12 @@ Kyseiset liitänäiset poistettiin kuitenkin käytöstä.</translation>
|
|||
<translation type="obsolete">Tiedoston %1 avaaminen lukutilassa epäonnistui.</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../options_imp.cpp" line="1267"/>
|
||||
<location filename="../options_imp.cpp" line="1257"/>
|
||||
<source>Choose an ip filter file</source>
|
||||
<translation>Valitse IP-suodatintiedosto</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../options_imp.cpp" line="1267"/>
|
||||
<location filename="../options_imp.cpp" line="1257"/>
|
||||
<source>Filters</source>
|
||||
<translation>Suotimet</translation>
|
||||
</message>
|
||||
|
@ -4501,17 +4496,17 @@ Kyseiset liitänäiset poistettiin kuitenkin käytöstä.</translation>
|
|||
<context>
|
||||
<name>torrentAdditionDialog</name>
|
||||
<message>
|
||||
<location filename="../torrentAddition.h" line="248"/>
|
||||
<location filename="../torrentAddition.h" line="254"/>
|
||||
<source>Choose save path</source>
|
||||
<translation>Valitse tallennuskansio</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../torrentAddition.h" line="388"/>
|
||||
<location filename="../torrentAddition.h" line="394"/>
|
||||
<source>Could not create the save path</source>
|
||||
<translation>Tallennuskansion luominen ei onnistunut</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../torrentAddition.h" line="382"/>
|
||||
<location filename="../torrentAddition.h" line="388"/>
|
||||
<source>Empty save path</source>
|
||||
<translation>Ei tallennuskansiota</translation>
|
||||
</message>
|
||||
|
@ -4521,17 +4516,17 @@ Kyseiset liitänäiset poistettiin kuitenkin käytöstä.</translation>
|
|||
<translation type="obsolete">Ei</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../torrentAddition.h" line="418"/>
|
||||
<location filename="../torrentAddition.h" line="424"/>
|
||||
<source>Invalid file selection</source>
|
||||
<translation>Virheellinen tiedostovalinta</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../torrentAddition.h" line="382"/>
|
||||
<location filename="../torrentAddition.h" line="388"/>
|
||||
<source>Please enter a save path</source>
|
||||
<translation>Tallennuskansio:</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../torrentAddition.h" line="388"/>
|
||||
<location filename="../torrentAddition.h" line="394"/>
|
||||
<source>Save path creation error</source>
|
||||
<translation>Tallennuskansion luominen ei onnistunut</translation>
|
||||
</message>
|
||||
|
@ -4546,12 +4541,12 @@ Kyseiset liitänäiset poistettiin kuitenkin käytöstä.</translation>
|
|||
<translation type="obsolete">Kyllä</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../torrentAddition.h" line="110"/>
|
||||
<location filename="../torrentAddition.h" line="115"/>
|
||||
<source>Unable to decode torrent file:</source>
|
||||
<translation>Torrent-tiedoston purkaminen ei onnistunut:</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../torrentAddition.h" line="418"/>
|
||||
<location filename="../torrentAddition.h" line="424"/>
|
||||
<source>You must select at least one file in the torrent</source>
|
||||
<translation>Valitse ainakin yksi torrent-tiedosto</translation>
|
||||
</message>
|
||||
|
@ -4571,7 +4566,7 @@ Kyseiset liitänäiset poistettiin kuitenkin käytöstä.</translation>
|
|||
<translation>Edistyminen</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../torrentAddition.h" line="281"/>
|
||||
<location filename="../torrentAddition.h" line="287"/>
|
||||
<source>Priority</source>
|
||||
<translation>Prioriteetti</translation>
|
||||
</message>
|
||||
|
|
Binary file not shown.
File diff suppressed because it is too large
Load diff
Binary file not shown.
|
@ -237,7 +237,7 @@ Copyright © 2006 by Christophe Dumez<br>
|
|||
<translation type="obsolete">0.0.0.0</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../options.ui" line="2140"/>
|
||||
<location filename="../options.ui" line="2097"/>
|
||||
<source>Port:</source>
|
||||
<translation>Port:</translation>
|
||||
</message>
|
||||
|
@ -247,7 +247,7 @@ Copyright © 2006 by Christophe Dumez<br>
|
|||
<translation type="obsolete">A proxy kiszolgáló megköveteli a hitelesítést</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../options.ui" line="2179"/>
|
||||
<location filename="../options.ui" line="2136"/>
|
||||
<source>Authentication</source>
|
||||
<translation>Felhasználó</translation>
|
||||
</message>
|
||||
|
@ -257,7 +257,7 @@ Copyright © 2006 by Christophe Dumez<br>
|
|||
<translation type="obsolete">Név:</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../options.ui" line="2200"/>
|
||||
<location filename="../options.ui" line="2157"/>
|
||||
<source>Password:</source>
|
||||
<translation>Jelszó:</translation>
|
||||
</message>
|
||||
|
@ -761,7 +761,7 @@ Copyright © 2006 by Christophe Dumez<br>
|
|||
<translation>Proxy:</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../options.ui" line="2190"/>
|
||||
<location filename="../options.ui" line="2147"/>
|
||||
<source>Username:</source>
|
||||
<translation>Felhasználónév:</translation>
|
||||
</message>
|
||||
|
@ -927,17 +927,17 @@ Copyright © 2006 by Christophe Dumez<br>
|
|||
<translation>Álcázás Azureusnak (újraindítást igényel)</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../options.ui" line="2105"/>
|
||||
<location filename="../options.ui" line="2062"/>
|
||||
<source>Web UI</source>
|
||||
<translation>Webes felület</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../options.ui" line="2118"/>
|
||||
<location filename="../options.ui" line="2075"/>
|
||||
<source>Enable Web User Interface</source>
|
||||
<translation>Webes felület engedélyezése</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../options.ui" line="2131"/>
|
||||
<location filename="../options.ui" line="2088"/>
|
||||
<source>HTTP Server</source>
|
||||
<translation>HTTP Szerver</translation>
|
||||
</message>
|
||||
|
@ -967,7 +967,7 @@ Copyright © 2006 by Christophe Dumez<br>
|
|||
<translation>Torrent korlátozások</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../options.ui" line="2050"/>
|
||||
<location filename="../options.ui" line="2007"/>
|
||||
<source>Maximum active torrents:</source>
|
||||
<translation>Torrentek maximális száma:</translation>
|
||||
</message>
|
||||
|
@ -989,7 +989,7 @@ Copyright © 2006 by Christophe Dumez<br>
|
|||
<message>
|
||||
<location filename="../options.ui" line="2007"/>
|
||||
<source>Maximum active uploads:</source>
|
||||
<translation>Maximális aktív feltöltés:</translation>
|
||||
<translation type="obsolete">Maximális aktív feltöltés:</translation>
|
||||
</message>
|
||||
</context>
|
||||
<context>
|
||||
|
@ -1345,7 +1345,7 @@ Kérlek előbb azt zárd be.</translation>
|
|||
<translation>qBittorrent %1</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../GUI.cpp" line="1428"/>
|
||||
<location filename="../GUI.cpp" line="1426"/>
|
||||
<source>Connection status:</source>
|
||||
<translation>Kapcsolat állapota:</translation>
|
||||
</message>
|
||||
|
@ -1408,18 +1408,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="1411"/>
|
||||
<location filename="../GUI.cpp" line="1409"/>
|
||||
<source>qBittorrent</source>
|
||||
<translation>qBittorrent</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../GUI.cpp" line="1414"/>
|
||||
<location filename="../GUI.cpp" line="1412"/>
|
||||
<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="1417"/>
|
||||
<location filename="../GUI.cpp" line="1415"/>
|
||||
<source>UP speed: %1 KiB/s</source>
|
||||
<comment>e.g: Upload speed: 10 KiB/s</comment>
|
||||
<translation>Feltöltés: %1 KByte/s</translation>
|
||||
|
@ -1524,12 +1524,12 @@ 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="1425"/>
|
||||
<location filename="../GUI.cpp" line="1423"/>
|
||||
<source>Connection Status:</source>
|
||||
<translation>A kapcsolat állapota:</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../GUI.cpp" line="1425"/>
|
||||
<location filename="../GUI.cpp" line="1423"/>
|
||||
<source>Online</source>
|
||||
<translation>Online</translation>
|
||||
</message>
|
||||
|
@ -1573,17 +1573,17 @@ Kérlek előbb azt zárd be.</translation>
|
|||
<translation>qBittorrent ezen a porton figyel: %1</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../GUI.cpp" line="1063"/>
|
||||
<location filename="../GUI.cpp" line="1061"/>
|
||||
<source>DHT support [ON], port: %1</source>
|
||||
<translation>DHT funkció [ON], port: %1</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../GUI.cpp" line="1069"/>
|
||||
<location filename="../GUI.cpp" line="1067"/>
|
||||
<source>DHT support [OFF]</source>
|
||||
<translation>DHT funkció [OFF]</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../GUI.cpp" line="1072"/>
|
||||
<location filename="../GUI.cpp" line="1070"/>
|
||||
<source>PeX support [ON]</source>
|
||||
<translation>PeX [ON]</translation>
|
||||
</message>
|
||||
|
@ -1600,12 +1600,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="1135"/>
|
||||
<location filename="../GUI.cpp" line="1133"/>
|
||||
<source>Downloads</source>
|
||||
<translation>Letöltések</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../GUI.cpp" line="1146"/>
|
||||
<location filename="../GUI.cpp" line="1144"/>
|
||||
<source>Finished</source>
|
||||
<translation>Feltöltések</translation>
|
||||
</message>
|
||||
|
@ -1630,17 +1630,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="1091"/>
|
||||
<location filename="../GUI.cpp" line="1089"/>
|
||||
<source>Encryption support [ON]</source>
|
||||
<translation>Titkosítás [ON]</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../GUI.cpp" line="1096"/>
|
||||
<location filename="../GUI.cpp" line="1094"/>
|
||||
<source>Encryption support [FORCED]</source>
|
||||
<translation>Titkosítás [KÉNYSZERÍTVE]</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../GUI.cpp" line="1101"/>
|
||||
<location filename="../GUI.cpp" line="1099"/>
|
||||
<source>Encryption support [OFF]</source>
|
||||
<translation>Titkosítás [OFF]</translation>
|
||||
</message>
|
||||
|
@ -1743,12 +1743,12 @@ Mégis leállítod a qBittorrentet?</translation>
|
|||
<translation>NAT-PMP támogatás [OFF]</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../GUI.cpp" line="1076"/>
|
||||
<location filename="../GUI.cpp" line="1074"/>
|
||||
<source>Local Peer Discovery [ON]</source>
|
||||
<translation>Local Peer Discovery [ON]</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../GUI.cpp" line="1079"/>
|
||||
<location filename="../GUI.cpp" line="1077"/>
|
||||
<source>Local Peer Discovery support [OFF]</source>
|
||||
<translation>Local Peer Discovery támogatás [OFF]</translation>
|
||||
</message>
|
||||
|
@ -1759,18 +1759,18 @@ Mégis leállítod a qBittorrentet?</translation>
|
|||
<translation type="obsolete">'%1' eltávolítva, mivel elérte a kítűzött megosztási arányt.</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../GUI.cpp" line="1391"/>
|
||||
<location filename="../GUI.cpp" line="1389"/>
|
||||
<source>qBittorrent %1 (DL: %2KiB/s, UP: %3KiB/s)</source>
|
||||
<comment>%1 is qBittorrent version</comment>
|
||||
<translation>qBittorrent %1 (Le: %2KByte/s, Fel: %3KByte/s)</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../GUI.cpp" line="1376"/>
|
||||
<location filename="../GUI.cpp" line="1374"/>
|
||||
<source>DL: %1 KiB/s</source>
|
||||
<translation>Le: %1 KByte/s</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../GUI.cpp" line="1377"/>
|
||||
<location filename="../GUI.cpp" line="1375"/>
|
||||
<source>UP: %1 KiB/s</source>
|
||||
<translation>Fel: %1 KByte/s</translation>
|
||||
</message>
|
||||
|
@ -1785,7 +1785,7 @@ Mégis leállítod a qBittorrentet?</translation>
|
|||
<translation>DHT: %1 csomó</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../GUI.cpp" line="1428"/>
|
||||
<location filename="../GUI.cpp" line="1426"/>
|
||||
<source>No direct connections. This may indicate network configuration problems.</source>
|
||||
<translation>Nincsenek kapcsolatok. Ez lehet hálózat beállítási hiba miatt is.</translation>
|
||||
</message>
|
||||
|
@ -1795,7 +1795,7 @@ Mégis leállítod a qBittorrentet?</translation>
|
|||
<translation>Feltöltések</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../GUI.cpp" line="1505"/>
|
||||
<location filename="../GUI.cpp" line="1503"/>
|
||||
<source>Options were saved successfully.</source>
|
||||
<translation>Beállítások sikeresen elmentve.</translation>
|
||||
</message>
|
||||
|
@ -3410,7 +3410,7 @@ Viszont azok a modulok kikapcsolhatóak.</translation>
|
|||
<translation type="obsolete">Beállítások sikeresen elmentve.</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../options_imp.cpp" line="1260"/>
|
||||
<location filename="../options_imp.cpp" line="1250"/>
|
||||
<source>Choose scan directory</source>
|
||||
<translation>Megfigyelt könyvtár beállítása</translation>
|
||||
</message>
|
||||
|
@ -3420,7 +3420,7 @@ Viszont azok a modulok kikapcsolhatóak.</translation>
|
|||
<translation type="obsolete">Ipfilter.dat fájl megnyitása</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../options_imp.cpp" line="1275"/>
|
||||
<location filename="../options_imp.cpp" line="1265"/>
|
||||
<source>Choose a save directory</source>
|
||||
<translation>Letöltési könyvtár megadása</translation>
|
||||
</message>
|
||||
|
@ -3436,12 +3436,12 @@ Viszont azok a modulok kikapcsolhatóak.</translation>
|
|||
<translation type="obsolete">%1 olvasása sikertelen.</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../options_imp.cpp" line="1267"/>
|
||||
<location filename="../options_imp.cpp" line="1257"/>
|
||||
<source>Choose an ip filter file</source>
|
||||
<translation>Válassz egy ip szűrő fájlt</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../options_imp.cpp" line="1267"/>
|
||||
<location filename="../options_imp.cpp" line="1257"/>
|
||||
<source>Filters</source>
|
||||
<translation>Szűrők</translation>
|
||||
</message>
|
||||
|
@ -4047,7 +4047,7 @@ Viszont azok a modulok kikapcsolhatóak.</translation>
|
|||
<context>
|
||||
<name>torrentAdditionDialog</name>
|
||||
<message>
|
||||
<location filename="../torrentAddition.h" line="110"/>
|
||||
<location filename="../torrentAddition.h" line="115"/>
|
||||
<source>Unable to decode torrent file:</source>
|
||||
<translation>Hasznavehetetlen torrent fájl:</translation>
|
||||
</message>
|
||||
|
@ -4057,37 +4057,37 @@ Viszont azok a modulok kikapcsolhatóak.</translation>
|
|||
<translation type="obsolete">Ez a fájl sérült, vagy nem is torrent.</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../torrentAddition.h" line="248"/>
|
||||
<location filename="../torrentAddition.h" line="254"/>
|
||||
<source>Choose save path</source>
|
||||
<translation>Mentés helye</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../torrentAddition.h" line="382"/>
|
||||
<location filename="../torrentAddition.h" line="388"/>
|
||||
<source>Empty save path</source>
|
||||
<translation>Mentés helye hiányos</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../torrentAddition.h" line="382"/>
|
||||
<location filename="../torrentAddition.h" line="388"/>
|
||||
<source>Please enter a save path</source>
|
||||
<translation>Kérlek add meg a mentés helyét</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../torrentAddition.h" line="388"/>
|
||||
<location filename="../torrentAddition.h" line="394"/>
|
||||
<source>Save path creation error</source>
|
||||
<translation>Járhatatlan ösvény</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../torrentAddition.h" line="388"/>
|
||||
<location filename="../torrentAddition.h" line="394"/>
|
||||
<source>Could not create the save path</source>
|
||||
<translation>Nem sikerült létrehozni a letöltési könyvtárat. (Írásvédett?)</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../torrentAddition.h" line="418"/>
|
||||
<location filename="../torrentAddition.h" line="424"/>
|
||||
<source>Invalid file selection</source>
|
||||
<translation>Választás hiánya</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../torrentAddition.h" line="418"/>
|
||||
<location filename="../torrentAddition.h" line="424"/>
|
||||
<source>You must select at least one file in the torrent</source>
|
||||
<translation>Legalább egy fájlt ki kell választanod</translation>
|
||||
</message>
|
||||
|
@ -4107,7 +4107,7 @@ Viszont azok a modulok kikapcsolhatóak.</translation>
|
|||
<translation>Folyamat</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../torrentAddition.h" line="281"/>
|
||||
<location filename="../torrentAddition.h" line="287"/>
|
||||
<source>Priority</source>
|
||||
<translation>Elsőbbség</translation>
|
||||
</message>
|
||||
|
|
Binary file not shown.
|
@ -253,7 +253,7 @@ Copyright © 2006 by Christophe Dumez<br>
|
|||
<translation type="obsolete">0.0.0.0</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../options.ui" line="2140"/>
|
||||
<location filename="../options.ui" line="2097"/>
|
||||
<source>Port:</source>
|
||||
<translation>Porta:</translation>
|
||||
</message>
|
||||
|
@ -263,7 +263,7 @@ Copyright © 2006 by Christophe Dumez<br>
|
|||
<translation type="obsolete">Il server proxy richiede l'autenticazione</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../options.ui" line="2179"/>
|
||||
<location filename="../options.ui" line="2136"/>
|
||||
<source>Authentication</source>
|
||||
<translation>Autenticazione</translation>
|
||||
</message>
|
||||
|
@ -273,7 +273,7 @@ Copyright © 2006 by Christophe Dumez<br>
|
|||
<translation type="obsolete">Nome utente:</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../options.ui" line="2200"/>
|
||||
<location filename="../options.ui" line="2157"/>
|
||||
<source>Password:</source>
|
||||
<translation>Password:</translation>
|
||||
</message>
|
||||
|
@ -842,7 +842,7 @@ Copyright © 2006 by Christophe Dumez<br>
|
|||
<translation>Proxy:</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../options.ui" line="2190"/>
|
||||
<location filename="../options.ui" line="2147"/>
|
||||
<source>Username:</source>
|
||||
<translation>Nome utente:</translation>
|
||||
</message>
|
||||
|
@ -1008,17 +1008,17 @@ Copyright © 2006 by Christophe Dumez<br>
|
|||
<translation>Spoofing di Azureus per evitare il ban (richiede riavvio)</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../options.ui" line="2105"/>
|
||||
<location filename="../options.ui" line="2062"/>
|
||||
<source>Web UI</source>
|
||||
<translation>Interfaccia Web</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../options.ui" line="2118"/>
|
||||
<location filename="../options.ui" line="2075"/>
|
||||
<source>Enable Web User Interface</source>
|
||||
<translation>Abilita interfaccia Web</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../options.ui" line="2131"/>
|
||||
<location filename="../options.ui" line="2088"/>
|
||||
<source>HTTP Server</source>
|
||||
<translation>Server HTTP</translation>
|
||||
</message>
|
||||
|
@ -1048,7 +1048,7 @@ Copyright © 2006 by Christophe Dumez<br>
|
|||
<translation>Accodamento torrent</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../options.ui" line="2050"/>
|
||||
<location filename="../options.ui" line="2007"/>
|
||||
<source>Maximum active torrents:</source>
|
||||
<translation>Numero massimo di torrent attivi:</translation>
|
||||
</message>
|
||||
|
@ -1070,7 +1070,7 @@ Copyright © 2006 by Christophe Dumez<br>
|
|||
<message>
|
||||
<location filename="../options.ui" line="2007"/>
|
||||
<source>Maximum active uploads:</source>
|
||||
<translation>Numero massimo di upload attivi:</translation>
|
||||
<translation type="obsolete">Numero massimo di upload attivi:</translation>
|
||||
</message>
|
||||
</context>
|
||||
<context>
|
||||
|
@ -1350,7 +1350,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="1146"/>
|
||||
<location filename="../GUI.cpp" line="1144"/>
|
||||
<source>Finished</source>
|
||||
<translation>In Upload</translation>
|
||||
</message>
|
||||
|
@ -1729,7 +1729,7 @@ Example: Downloading www.example.com/test.torrent</comment>
|
|||
<translation>qBittorrent %1</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../GUI.cpp" line="1428"/>
|
||||
<location filename="../GUI.cpp" line="1426"/>
|
||||
<source>Connection status:</source>
|
||||
<translation>Stato della connessione:</translation>
|
||||
</message>
|
||||
|
@ -1804,18 +1804,18 @@ Example: Downloading www.example.com/test.torrent</comment>
|
|||
<translation type="obsolete">qBittorrent %1 avviato.</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../GUI.cpp" line="1411"/>
|
||||
<location filename="../GUI.cpp" line="1409"/>
|
||||
<source>qBittorrent</source>
|
||||
<translation>qBittorrent</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../GUI.cpp" line="1414"/>
|
||||
<location filename="../GUI.cpp" line="1412"/>
|
||||
<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="1417"/>
|
||||
<location filename="../GUI.cpp" line="1415"/>
|
||||
<source>UP speed: %1 KiB/s</source>
|
||||
<comment>e.g: Upload speed: 10 KiB/s</comment>
|
||||
<translation>Velocità UP: %1 KiB/s</translation>
|
||||
|
@ -1932,12 +1932,12 @@ 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="1425"/>
|
||||
<location filename="../GUI.cpp" line="1423"/>
|
||||
<source>Connection Status:</source>
|
||||
<translation>Stato della connessione:</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../GUI.cpp" line="1425"/>
|
||||
<location filename="../GUI.cpp" line="1423"/>
|
||||
<source>Online</source>
|
||||
<translation>Online</translation>
|
||||
</message>
|
||||
|
@ -2002,17 +2002,17 @@ Example: Downloading www.example.com/test.torrent</comment>
|
|||
<translation>qBittorrent è in ascolto sulla porta: %1</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../GUI.cpp" line="1063"/>
|
||||
<location filename="../GUI.cpp" line="1061"/>
|
||||
<source>DHT support [ON], port: %1</source>
|
||||
<translation>Supporto DHT [ON], porta: %1</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../GUI.cpp" line="1069"/>
|
||||
<location filename="../GUI.cpp" line="1067"/>
|
||||
<source>DHT support [OFF]</source>
|
||||
<translation>Supporto DHT [OFF]</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../GUI.cpp" line="1072"/>
|
||||
<location filename="../GUI.cpp" line="1070"/>
|
||||
<source>PeX support [ON]</source>
|
||||
<translation>Supporto PeX [ON]</translation>
|
||||
</message>
|
||||
|
@ -2029,7 +2029,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="1135"/>
|
||||
<location filename="../GUI.cpp" line="1133"/>
|
||||
<source>Downloads</source>
|
||||
<translation>In Download</translation>
|
||||
</message>
|
||||
|
@ -2049,17 +2049,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="1091"/>
|
||||
<location filename="../GUI.cpp" line="1089"/>
|
||||
<source>Encryption support [ON]</source>
|
||||
<translation>Supporto cifratura [ON]</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../GUI.cpp" line="1096"/>
|
||||
<location filename="../GUI.cpp" line="1094"/>
|
||||
<source>Encryption support [FORCED]</source>
|
||||
<translation>Supporto cifratura [FORZATO]</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../GUI.cpp" line="1101"/>
|
||||
<location filename="../GUI.cpp" line="1099"/>
|
||||
<source>Encryption support [OFF]</source>
|
||||
<translation>Supporto cifratura [OFF]</translation>
|
||||
</message>
|
||||
|
@ -2162,12 +2162,12 @@ Sei sicuro di voler uscire da qBittorrent?</translation>
|
|||
<translation>Supporto NAT-PMP [OFF]</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../GUI.cpp" line="1076"/>
|
||||
<location filename="../GUI.cpp" line="1074"/>
|
||||
<source>Local Peer Discovery [ON]</source>
|
||||
<translation>Supporto scoperta peer locali [ON]</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../GUI.cpp" line="1079"/>
|
||||
<location filename="../GUI.cpp" line="1077"/>
|
||||
<source>Local Peer Discovery support [OFF]</source>
|
||||
<translation>Supporto scoperta peer locali [OFF]</translation>
|
||||
</message>
|
||||
|
@ -2178,18 +2178,18 @@ Sei sicuro di voler uscire da qBittorrent?</translation>
|
|||
<translation type="obsolete">'%1' è stato rimosso perché il suo rapporto di condivisione ha raggiunto il massimo stabilito.</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../GUI.cpp" line="1391"/>
|
||||
<location filename="../GUI.cpp" line="1389"/>
|
||||
<source>qBittorrent %1 (DL: %2KiB/s, UP: %3KiB/s)</source>
|
||||
<comment>%1 is qBittorrent version</comment>
|
||||
<translation>qBittorrent %1 (DL: %2KiB/s, UP: %3KiB/s)</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../GUI.cpp" line="1376"/>
|
||||
<location filename="../GUI.cpp" line="1374"/>
|
||||
<source>DL: %1 KiB/s</source>
|
||||
<translation>DL: %1 KiB/s</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../GUI.cpp" line="1377"/>
|
||||
<location filename="../GUI.cpp" line="1375"/>
|
||||
<source>UP: %1 KiB/s</source>
|
||||
<translation>UP: %1 KiB/s</translation>
|
||||
</message>
|
||||
|
@ -2204,7 +2204,7 @@ Sei sicuro di voler uscire da qBittorrent?</translation>
|
|||
<translation>DHT: %1 nodi</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../GUI.cpp" line="1428"/>
|
||||
<location filename="../GUI.cpp" line="1426"/>
|
||||
<source>No direct connections. This may indicate network configuration problems.</source>
|
||||
<translation>Nessuna connessione diretta. Questo potrebbe indicare problemi di configurazione della rete.</translation>
|
||||
</message>
|
||||
|
@ -2214,7 +2214,7 @@ Sei sicuro di voler uscire da qBittorrent?</translation>
|
|||
<translation>Upload</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../GUI.cpp" line="1505"/>
|
||||
<location filename="../GUI.cpp" line="1503"/>
|
||||
<source>Options were saved successfully.</source>
|
||||
<translation>Le opzioni sono state salvate.</translation>
|
||||
</message>
|
||||
|
@ -4139,7 +4139,7 @@ Comunque, quei plugin sono stati disabilitati.</translation>
|
|||
<translation type="obsolete">Le opzioni sono state salvate.</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../options_imp.cpp" line="1260"/>
|
||||
<location filename="../options_imp.cpp" line="1250"/>
|
||||
<source>Choose scan directory</source>
|
||||
<translation>Scegliere una directory</translation>
|
||||
</message>
|
||||
|
@ -4149,7 +4149,7 @@ Comunque, quei plugin sono stati disabilitati.</translation>
|
|||
<translation type="obsolete">Scegliere un file ipfilter.dat</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../options_imp.cpp" line="1275"/>
|
||||
<location filename="../options_imp.cpp" line="1265"/>
|
||||
<source>Choose a save directory</source>
|
||||
<translation>Scegliere una directory di salvataggio</translation>
|
||||
</message>
|
||||
|
@ -4165,12 +4165,12 @@ Comunque, quei plugin sono stati disabilitati.</translation>
|
|||
<translation type="obsolete">Impossibile aprire %1 in lettura.</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../options_imp.cpp" line="1267"/>
|
||||
<location filename="../options_imp.cpp" line="1257"/>
|
||||
<source>Choose an ip filter file</source>
|
||||
<translation>Scegliere un file ip filter</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../options_imp.cpp" line="1267"/>
|
||||
<location filename="../options_imp.cpp" line="1257"/>
|
||||
<source>Filters</source>
|
||||
<translation>Filtri</translation>
|
||||
</message>
|
||||
|
@ -4891,7 +4891,7 @@ Comunque, quei plugin sono stati disabilitati.</translation>
|
|||
<translation type="obsolete">Vero</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../torrentAddition.h" line="110"/>
|
||||
<location filename="../torrentAddition.h" line="115"/>
|
||||
<source>Unable to decode torrent file:</source>
|
||||
<translation>Impossibile decodificare il file torrent:</translation>
|
||||
</message>
|
||||
|
@ -4901,7 +4901,7 @@ Comunque, quei plugin sono stati disabilitati.</translation>
|
|||
<translation type="obsolete">Questo file è corrotto o non è un torrent.</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../torrentAddition.h" line="248"/>
|
||||
<location filename="../torrentAddition.h" line="254"/>
|
||||
<source>Choose save path</source>
|
||||
<translation>Scegliere una directory di salvataggio</translation>
|
||||
</message>
|
||||
|
@ -4911,32 +4911,32 @@ Comunque, quei plugin sono stati disabilitati.</translation>
|
|||
<translation type="obsolete">Falso</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../torrentAddition.h" line="382"/>
|
||||
<location filename="../torrentAddition.h" line="388"/>
|
||||
<source>Empty save path</source>
|
||||
<translation>Directory di salvataggio vuota</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../torrentAddition.h" line="382"/>
|
||||
<location filename="../torrentAddition.h" line="388"/>
|
||||
<source>Please enter a save path</source>
|
||||
<translation>Inserire per favore una directory di salvataggio</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../torrentAddition.h" line="388"/>
|
||||
<location filename="../torrentAddition.h" line="394"/>
|
||||
<source>Save path creation error</source>
|
||||
<translation>Errore nella creazione della directory di salvataggio</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../torrentAddition.h" line="388"/>
|
||||
<location filename="../torrentAddition.h" line="394"/>
|
||||
<source>Could not create the save path</source>
|
||||
<translation>Impossibile creare la directory di salvataggio</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../torrentAddition.h" line="418"/>
|
||||
<location filename="../torrentAddition.h" line="424"/>
|
||||
<source>Invalid file selection</source>
|
||||
<translation>Selezione file non valida</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../torrentAddition.h" line="418"/>
|
||||
<location filename="../torrentAddition.h" line="424"/>
|
||||
<source>You must select at least one file in the torrent</source>
|
||||
<translation>Devi selezionare almeno un file nel torrent</translation>
|
||||
</message>
|
||||
|
@ -4956,7 +4956,7 @@ Comunque, quei plugin sono stati disabilitati.</translation>
|
|||
<translation>Avanzamento</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../torrentAddition.h" line="281"/>
|
||||
<location filename="../torrentAddition.h" line="287"/>
|
||||
<source>Priority</source>
|
||||
<translation>Priorità</translation>
|
||||
</message>
|
||||
|
|
Binary file not shown.
|
@ -242,7 +242,7 @@ Copyright © 2006 by Christophe Dumez<br>
|
|||
<translation type="obsolete">0.0.0.0</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../options.ui" line="2140"/>
|
||||
<location filename="../options.ui" line="2097"/>
|
||||
<source>Port:</source>
|
||||
<translation>ポート:</translation>
|
||||
</message>
|
||||
|
@ -252,7 +252,7 @@ Copyright © 2006 by Christophe Dumez<br>
|
|||
<translation type="obsolete">プロキシ サーバーは認証を必要とします</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../options.ui" line="2179"/>
|
||||
<location filename="../options.ui" line="2136"/>
|
||||
<source>Authentication</source>
|
||||
<translation>認証</translation>
|
||||
</message>
|
||||
|
@ -262,7 +262,7 @@ Copyright © 2006 by Christophe Dumez<br>
|
|||
<translation type="obsolete">ユーザー名:</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../options.ui" line="2200"/>
|
||||
<location filename="../options.ui" line="2157"/>
|
||||
<source>Password:</source>
|
||||
<translation>パスワード:</translation>
|
||||
</message>
|
||||
|
@ -801,7 +801,7 @@ Copyright © 2006 by Christophe Dumez<br>
|
|||
<translation>プロキシ:</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../options.ui" line="2190"/>
|
||||
<location filename="../options.ui" line="2147"/>
|
||||
<source>Username:</source>
|
||||
<translation>ユーザー名:</translation>
|
||||
</message>
|
||||
|
@ -967,17 +967,17 @@ Copyright © 2006 by Christophe Dumez<br>
|
|||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../options.ui" line="2105"/>
|
||||
<location filename="../options.ui" line="2062"/>
|
||||
<source>Web UI</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../options.ui" line="2118"/>
|
||||
<location filename="../options.ui" line="2075"/>
|
||||
<source>Enable Web User Interface</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../options.ui" line="2131"/>
|
||||
<location filename="../options.ui" line="2088"/>
|
||||
<source>HTTP Server</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
|
@ -1007,7 +1007,7 @@ Copyright © 2006 by Christophe Dumez<br>
|
|||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../options.ui" line="2050"/>
|
||||
<location filename="../options.ui" line="2007"/>
|
||||
<source>Maximum active torrents:</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
|
@ -1026,11 +1026,6 @@ Copyright © 2006 by Christophe Dumez<br>
|
|||
<source>Bittorrent proxy settings</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../options.ui" line="2007"/>
|
||||
<source>Maximum active uploads:</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
</context>
|
||||
<context>
|
||||
<name>DownloadingTorrents</name>
|
||||
|
@ -1375,7 +1370,7 @@ Please close the other one first.</source>
|
|||
<translation>qBittorrent %1</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../GUI.cpp" line="1428"/>
|
||||
<location filename="../GUI.cpp" line="1426"/>
|
||||
<source>Connection status:</source>
|
||||
<translation>接続状態:</translation>
|
||||
</message>
|
||||
|
@ -1438,18 +1433,18 @@ Please close the other one first.</source>
|
|||
<translation type="obsolete">qBittorrent %1 が開始されました。</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../GUI.cpp" line="1411"/>
|
||||
<location filename="../GUI.cpp" line="1409"/>
|
||||
<source>qBittorrent</source>
|
||||
<translation>qBittorrent</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../GUI.cpp" line="1414"/>
|
||||
<location filename="../GUI.cpp" line="1412"/>
|
||||
<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="1417"/>
|
||||
<location filename="../GUI.cpp" line="1415"/>
|
||||
<source>UP speed: %1 KiB/s</source>
|
||||
<comment>e.g: Upload speed: 10 KiB/s</comment>
|
||||
<translation>UP 速度: %1 KiB/s</translation>
|
||||
|
@ -1554,12 +1549,12 @@ Please close the other one first.</source>
|
|||
<translation>%1 の読み込みまたは書き込みを試行にエラーが発生しました。ディスクはおそらくいっぱいです、ダウンロードは一時停止されました</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../GUI.cpp" line="1425"/>
|
||||
<location filename="../GUI.cpp" line="1423"/>
|
||||
<source>Connection Status:</source>
|
||||
<translation>接続状態:</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../GUI.cpp" line="1425"/>
|
||||
<location filename="../GUI.cpp" line="1423"/>
|
||||
<source>Online</source>
|
||||
<translation>オンライン</translation>
|
||||
</message>
|
||||
|
@ -1613,12 +1608,12 @@ Please close the other one first.</source>
|
|||
<translation>qBittorrent は次のポートに拘束されています: %1</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../GUI.cpp" line="1063"/>
|
||||
<location filename="../GUI.cpp" line="1061"/>
|
||||
<source>DHT support [ON], port: %1</source>
|
||||
<translation>DHT サポート [オン]、ポート: %1</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../GUI.cpp" line="1069"/>
|
||||
<location filename="../GUI.cpp" line="1067"/>
|
||||
<source>DHT support [OFF]</source>
|
||||
<translation>DHT サポート [オフ]</translation>
|
||||
</message>
|
||||
|
@ -1633,7 +1628,7 @@ Please close the other one first.</source>
|
|||
<translation>UPnP サポート [オフ]</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../GUI.cpp" line="1072"/>
|
||||
<location filename="../GUI.cpp" line="1070"/>
|
||||
<source>PeX support [ON]</source>
|
||||
<translation>PeX サポート [オン]</translation>
|
||||
</message>
|
||||
|
@ -1650,12 +1645,12 @@ Are you sure you want to quit qBittorrent?</source>
|
|||
qBittorrent を終了してもよろしいですか?</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../GUI.cpp" line="1135"/>
|
||||
<location filename="../GUI.cpp" line="1133"/>
|
||||
<source>Downloads</source>
|
||||
<translation>ダウンロード</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../GUI.cpp" line="1146"/>
|
||||
<location filename="../GUI.cpp" line="1144"/>
|
||||
<source>Finished</source>
|
||||
<translation>完了しました</translation>
|
||||
</message>
|
||||
|
@ -1680,17 +1675,17 @@ qBittorrent を終了してもよろしいですか?</translation>
|
|||
<translation type="obsolete">ご用心ください、許可なしの著作権のある材料の共有は法律に違反しています。</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../GUI.cpp" line="1091"/>
|
||||
<location filename="../GUI.cpp" line="1089"/>
|
||||
<source>Encryption support [ON]</source>
|
||||
<translation>暗号化サポート [オン]</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../GUI.cpp" line="1096"/>
|
||||
<location filename="../GUI.cpp" line="1094"/>
|
||||
<source>Encryption support [FORCED]</source>
|
||||
<translation>暗号化サポート [強制済み]</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../GUI.cpp" line="1101"/>
|
||||
<location filename="../GUI.cpp" line="1099"/>
|
||||
<source>Encryption support [OFF]</source>
|
||||
<translation>暗号化サポート [オフ]</translation>
|
||||
</message>
|
||||
|
@ -1794,28 +1789,28 @@ qBittorrent を終了してもよろしいですか?</translation>
|
|||
<translation>NAT-PMP サポート [オフ]</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../GUI.cpp" line="1076"/>
|
||||
<location filename="../GUI.cpp" line="1074"/>
|
||||
<source>Local Peer Discovery [ON]</source>
|
||||
<translation>ローカル ピア ディスカバリ [オン]</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../GUI.cpp" line="1079"/>
|
||||
<location filename="../GUI.cpp" line="1077"/>
|
||||
<source>Local Peer Discovery support [OFF]</source>
|
||||
<translation>ローカル ピア ディスカバリ [オフ]</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../GUI.cpp" line="1391"/>
|
||||
<location filename="../GUI.cpp" line="1389"/>
|
||||
<source>qBittorrent %1 (DL: %2KiB/s, UP: %3KiB/s)</source>
|
||||
<comment>%1 is qBittorrent version</comment>
|
||||
<translation>qBittorrent %1 (DL: %2KiB/s、UP: %3KiB/s)</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../GUI.cpp" line="1376"/>
|
||||
<location filename="../GUI.cpp" line="1374"/>
|
||||
<source>DL: %1 KiB/s</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../GUI.cpp" line="1377"/>
|
||||
<location filename="../GUI.cpp" line="1375"/>
|
||||
<source>UP: %1 KiB/s</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
|
@ -1830,7 +1825,7 @@ qBittorrent を終了してもよろしいですか?</translation>
|
|||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../GUI.cpp" line="1428"/>
|
||||
<location filename="../GUI.cpp" line="1426"/>
|
||||
<source>No direct connections. This may indicate network configuration problems.</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
|
@ -1840,7 +1835,7 @@ qBittorrent を終了してもよろしいですか?</translation>
|
|||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../GUI.cpp" line="1505"/>
|
||||
<location filename="../GUI.cpp" line="1503"/>
|
||||
<source>Options were saved successfully.</source>
|
||||
<translation type="unfinished">オプションの保存に成功しました。</translation>
|
||||
</message>
|
||||
|
@ -3635,7 +3630,7 @@ However, those plugins were disabled.</source>
|
|||
<translation type="obsolete">オプションの保存に成功しました。</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../options_imp.cpp" line="1260"/>
|
||||
<location filename="../options_imp.cpp" line="1250"/>
|
||||
<source>Choose scan directory</source>
|
||||
<translation>スキャンするディレクトリを選択します</translation>
|
||||
</message>
|
||||
|
@ -3645,7 +3640,7 @@ However, those plugins were disabled.</source>
|
|||
<translation type="obsolete">ipfilter.dat ファイルを選択します</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../options_imp.cpp" line="1275"/>
|
||||
<location filename="../options_imp.cpp" line="1265"/>
|
||||
<source>Choose a save directory</source>
|
||||
<translation>保存ディレクトリを選択します</translation>
|
||||
</message>
|
||||
|
@ -3661,12 +3656,12 @@ However, those plugins were disabled.</source>
|
|||
<translation type="obsolete">読み込みモードで %1 を開くことができませんでした。</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../options_imp.cpp" line="1267"/>
|
||||
<location filename="../options_imp.cpp" line="1257"/>
|
||||
<source>Choose an ip filter file</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../options_imp.cpp" line="1267"/>
|
||||
<location filename="../options_imp.cpp" line="1257"/>
|
||||
<source>Filters</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
|
@ -4292,7 +4287,7 @@ However, those plugins were disabled.</source>
|
|||
<translation type="obsolete">True</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../torrentAddition.h" line="110"/>
|
||||
<location filename="../torrentAddition.h" line="115"/>
|
||||
<source>Unable to decode torrent file:</source>
|
||||
<translation>Torrent ファイルをデコードすることができません:</translation>
|
||||
</message>
|
||||
|
@ -4302,7 +4297,7 @@ However, those plugins were disabled.</source>
|
|||
<translation type="obsolete">このファイルは壊れているかこれは torrent ではないかのどちらかです。</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../torrentAddition.h" line="248"/>
|
||||
<location filename="../torrentAddition.h" line="254"/>
|
||||
<source>Choose save path</source>
|
||||
<translation>保存パスの選択</translation>
|
||||
</message>
|
||||
|
@ -4312,32 +4307,32 @@ However, those plugins were disabled.</source>
|
|||
<translation type="obsolete">False</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../torrentAddition.h" line="382"/>
|
||||
<location filename="../torrentAddition.h" line="388"/>
|
||||
<source>Empty save path</source>
|
||||
<translation>空の保存パス</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../torrentAddition.h" line="382"/>
|
||||
<location filename="../torrentAddition.h" line="388"/>
|
||||
<source>Please enter a save path</source>
|
||||
<translation>保存パスを入力してください</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../torrentAddition.h" line="388"/>
|
||||
<location filename="../torrentAddition.h" line="394"/>
|
||||
<source>Save path creation error</source>
|
||||
<translation>保存パスの作成エラー</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../torrentAddition.h" line="388"/>
|
||||
<location filename="../torrentAddition.h" line="394"/>
|
||||
<source>Could not create the save path</source>
|
||||
<translation>保存パスを作成できませんでした</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../torrentAddition.h" line="418"/>
|
||||
<location filename="../torrentAddition.h" line="424"/>
|
||||
<source>Invalid file selection</source>
|
||||
<translation>不正なファイル選択</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../torrentAddition.h" line="418"/>
|
||||
<location filename="../torrentAddition.h" line="424"/>
|
||||
<source>You must select at least one file in the torrent</source>
|
||||
<translation>Torrent では少なくとも 1 つのファイルを選択する必要があります</translation>
|
||||
</message>
|
||||
|
@ -4357,7 +4352,7 @@ However, those plugins were disabled.</source>
|
|||
<translation>進行状況</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../torrentAddition.h" line="281"/>
|
||||
<location filename="../torrentAddition.h" line="287"/>
|
||||
<source>Priority</source>
|
||||
<translation>優先度</translation>
|
||||
</message>
|
||||
|
|
Binary file not shown.
|
@ -300,7 +300,7 @@ inside)</source>
|
|||
<translation type="obsolete">0.0.0.0</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../options.ui" line="2140"/>
|
||||
<location filename="../options.ui" line="2097"/>
|
||||
<source>Port:</source>
|
||||
<translation>포트:</translation>
|
||||
</message>
|
||||
|
@ -310,7 +310,7 @@ inside)</source>
|
|||
<translation type="obsolete">프록시 서버를 사용하기 위해서는 인증확인이 필요합니다</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../options.ui" line="2179"/>
|
||||
<location filename="../options.ui" line="2136"/>
|
||||
<source>Authentication</source>
|
||||
<translation>인증</translation>
|
||||
</message>
|
||||
|
@ -320,7 +320,7 @@ inside)</source>
|
|||
<translation type="obsolete">아이디:</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../options.ui" line="2200"/>
|
||||
<location filename="../options.ui" line="2157"/>
|
||||
<source>Password:</source>
|
||||
<translation>비밀번호:</translation>
|
||||
</message>
|
||||
|
@ -911,7 +911,7 @@ list:</source>
|
|||
<translation>프록시:</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../options.ui" line="2190"/>
|
||||
<location filename="../options.ui" line="2147"/>
|
||||
<source>Username:</source>
|
||||
<translation>사용자 이름:</translation>
|
||||
</message>
|
||||
|
@ -1077,17 +1077,17 @@ list:</source>
|
|||
<translation>Ban을 피하기 위해 Arureus처럼 보이게 하기 (Spoof Azureus) (이 설정은 재시작을 필요합니다)</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../options.ui" line="2105"/>
|
||||
<location filename="../options.ui" line="2062"/>
|
||||
<source>Web UI</source>
|
||||
<translation>웹 유저 인터페이스</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../options.ui" line="2118"/>
|
||||
<location filename="../options.ui" line="2075"/>
|
||||
<source>Enable Web User Interface</source>
|
||||
<translation>웹사용자인터페이스 사용</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../options.ui" line="2131"/>
|
||||
<location filename="../options.ui" line="2088"/>
|
||||
<source>HTTP Server</source>
|
||||
<translation>HTTP 서버</translation>
|
||||
</message>
|
||||
|
@ -1117,7 +1117,7 @@ list:</source>
|
|||
<translation>토렌트 배열</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../options.ui" line="2050"/>
|
||||
<location filename="../options.ui" line="2007"/>
|
||||
<source>Maximum active torrents:</source>
|
||||
<translation>최대 활성 토렌트(Maximum active torrents):</translation>
|
||||
</message>
|
||||
|
@ -1136,11 +1136,6 @@ list:</source>
|
|||
<source>Bittorrent proxy settings</source>
|
||||
<translation>비토렌트 프록시 설정</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../options.ui" line="2007"/>
|
||||
<source>Maximum active uploads:</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
</context>
|
||||
<context>
|
||||
<name>DownloadingTorrents</name>
|
||||
|
@ -1562,7 +1557,7 @@ download list?</source>
|
|||
<translation type="obsolete">다시 시작됨.</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../GUI.cpp" line="1146"/>
|
||||
<location filename="../GUI.cpp" line="1144"/>
|
||||
<source>Finished</source>
|
||||
<translation>완료</translation>
|
||||
</message>
|
||||
|
@ -1625,7 +1620,7 @@ download list?</source>
|
|||
<translation type="obsolete"> 개발자: 크리스토프 두메스 :: Copyright (c) 2006</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../GUI.cpp" line="1411"/>
|
||||
<location filename="../GUI.cpp" line="1409"/>
|
||||
<source>qBittorrent</source>
|
||||
<translation>큐비토런트</translation>
|
||||
</message>
|
||||
|
@ -1970,7 +1965,7 @@ Please close the other one first.</source>
|
|||
<translation>큐비토런트 %1</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../GUI.cpp" line="1428"/>
|
||||
<location filename="../GUI.cpp" line="1426"/>
|
||||
<source>Connection status:</source>
|
||||
<translation>연결 상태:</translation>
|
||||
</message>
|
||||
|
@ -2045,13 +2040,13 @@ Please close the other one first.</source>
|
|||
<translation type="obsolete">큐비토런트 %1가 시작되었습니다.</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../GUI.cpp" line="1414"/>
|
||||
<location filename="../GUI.cpp" line="1412"/>
|
||||
<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="1417"/>
|
||||
<location filename="../GUI.cpp" line="1415"/>
|
||||
<source>UP speed: %1 KiB/s</source>
|
||||
<comment>e.g: Upload speed: 10 KiB/s</comment>
|
||||
<translation>업로딩 속도: %1 KiB/s</translation>
|
||||
|
@ -2174,12 +2169,12 @@ Please close the other one first.</source>
|
|||
<translation type="obsolete">오류 발생 (디스크가 꽉찼습니까?), '%1'가 정지 되었습니다.</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../GUI.cpp" line="1425"/>
|
||||
<location filename="../GUI.cpp" line="1423"/>
|
||||
<source>Connection Status:</source>
|
||||
<translation>연결 상태:</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../GUI.cpp" line="1425"/>
|
||||
<location filename="../GUI.cpp" line="1423"/>
|
||||
<source>Online</source>
|
||||
<translation>온라인</translation>
|
||||
</message>
|
||||
|
@ -2244,17 +2239,17 @@ Please close the other one first.</source>
|
|||
<translation>큐비토런트는 다음 포트을 사용하고 있습니다: %1</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../GUI.cpp" line="1063"/>
|
||||
<location filename="../GUI.cpp" line="1061"/>
|
||||
<source>DHT support [ON], port: %1</source>
|
||||
<translation>DHT 지원 [사용함], 포트: %1</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../GUI.cpp" line="1069"/>
|
||||
<location filename="../GUI.cpp" line="1067"/>
|
||||
<source>DHT support [OFF]</source>
|
||||
<translation>DHT 지원 [사용안함]</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../GUI.cpp" line="1072"/>
|
||||
<location filename="../GUI.cpp" line="1070"/>
|
||||
<source>PeX support [ON]</source>
|
||||
<translation>Pes 지원 [사용함]</translation>
|
||||
</message>
|
||||
|
@ -2271,7 +2266,7 @@ Are you sure you want to quit qBittorrent?</source>
|
|||
큐비토런트를 종료하시겠습니까?</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../GUI.cpp" line="1135"/>
|
||||
<location filename="../GUI.cpp" line="1133"/>
|
||||
<source>Downloads</source>
|
||||
<translation>다운로드</translation>
|
||||
</message>
|
||||
|
@ -2291,17 +2286,17 @@ Are you sure you want to quit qBittorrent?</source>
|
|||
<translation type="obsolete">허락없이 저작권이 있는 자료를 공유하는 것은 법에 저촉됩니다.</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../GUI.cpp" line="1091"/>
|
||||
<location filename="../GUI.cpp" line="1089"/>
|
||||
<source>Encryption support [ON]</source>
|
||||
<translation>암호화(Encryption) 지원 [사용함]</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../GUI.cpp" line="1096"/>
|
||||
<location filename="../GUI.cpp" line="1094"/>
|
||||
<source>Encryption support [FORCED]</source>
|
||||
<translation>암호화(Encryption) 지원 [강압적으로 사용]</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../GUI.cpp" line="1101"/>
|
||||
<location filename="../GUI.cpp" line="1099"/>
|
||||
<source>Encryption support [OFF]</source>
|
||||
<translation>암호화(Encryption) 지원 [사용안함]</translation>
|
||||
</message>
|
||||
|
@ -2398,12 +2393,12 @@ Are you sure you want to quit qBittorrent?</source>
|
|||
<translation>NAT-PMP 지원 [사용안함]</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../GUI.cpp" line="1076"/>
|
||||
<location filename="../GUI.cpp" line="1074"/>
|
||||
<source>Local Peer Discovery [ON]</source>
|
||||
<translation>Local Peer Discovery (로컬 네트웍크내 공유자 찾기) [사용함]</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../GUI.cpp" line="1079"/>
|
||||
<location filename="../GUI.cpp" line="1077"/>
|
||||
<source>Local Peer Discovery support [OFF]</source>
|
||||
<translation>Local Peer Discovery (로컬 네트웍크내 공유자 찾기) [사용안함]</translation>
|
||||
</message>
|
||||
|
@ -2414,18 +2409,18 @@ Are you sure you want to quit qBittorrent?</source>
|
|||
<translation type="obsolete">사용자께거 지정하신 할당율에 도달하였기에 '%1'는(은) 목록에서 삭제되었습니다. </translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../GUI.cpp" line="1391"/>
|
||||
<location filename="../GUI.cpp" line="1389"/>
|
||||
<source>qBittorrent %1 (DL: %2KiB/s, UP: %3KiB/s)</source>
|
||||
<comment>%1 is qBittorrent version</comment>
|
||||
<translation>큐비토런트 버젼: %1 (DL: %2KiB/s, UP: %3KiB/s)</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../GUI.cpp" line="1376"/>
|
||||
<location filename="../GUI.cpp" line="1374"/>
|
||||
<source>DL: %1 KiB/s</source>
|
||||
<translation>다운로딩 속도: %1 KiB/s</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../GUI.cpp" line="1377"/>
|
||||
<location filename="../GUI.cpp" line="1375"/>
|
||||
<source>UP: %1 KiB/s</source>
|
||||
<translation>업로딩 속도: %1 KiB/s</translation>
|
||||
</message>
|
||||
|
@ -2440,7 +2435,7 @@ Are you sure you want to quit qBittorrent?</source>
|
|||
<translation>DHT: %1 노드(nodes)</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../GUI.cpp" line="1428"/>
|
||||
<location filename="../GUI.cpp" line="1426"/>
|
||||
<source>No direct connections. This may indicate network configuration problems.</source>
|
||||
<translation>직접적으로 연결된 네트워크를 찾지 못했습니다. 네트워크 설정에 의해 발생된 오류일 가능성이 있습니다.</translation>
|
||||
</message>
|
||||
|
@ -2450,7 +2445,7 @@ Are you sure you want to quit qBittorrent?</source>
|
|||
<translation>업로드</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../GUI.cpp" line="1505"/>
|
||||
<location filename="../GUI.cpp" line="1503"/>
|
||||
<source>Options were saved successfully.</source>
|
||||
<translation>설정이 성공적으로 저장되었습니다.</translation>
|
||||
</message>
|
||||
|
@ -4457,7 +4452,7 @@ However, those plugins were disabled.</source>
|
|||
<translation type="obsolete">환경설정이 성공적으로 저장되었습니다.</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../options_imp.cpp" line="1260"/>
|
||||
<location filename="../options_imp.cpp" line="1250"/>
|
||||
<source>Choose scan directory</source>
|
||||
<translation>스켄할 곳을 선택해주세요</translation>
|
||||
</message>
|
||||
|
@ -4467,7 +4462,7 @@ However, those plugins were disabled.</source>
|
|||
<translation type="obsolete">ipfilter.dat의 경로를 선택해주세요</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../options_imp.cpp" line="1275"/>
|
||||
<location filename="../options_imp.cpp" line="1265"/>
|
||||
<source>Choose a save directory</source>
|
||||
<translation>파일을 저장할 경로를 선택해주세요</translation>
|
||||
</message>
|
||||
|
@ -4483,12 +4478,12 @@ However, those plugins were disabled.</source>
|
|||
<translation type="obsolete">%1을 읽기전용 모드로 열수 없습니다.</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../options_imp.cpp" line="1267"/>
|
||||
<location filename="../options_imp.cpp" line="1257"/>
|
||||
<source>Choose an ip filter file</source>
|
||||
<translation>ip filter 파일 선택</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../options_imp.cpp" line="1267"/>
|
||||
<location filename="../options_imp.cpp" line="1257"/>
|
||||
<source>Filters</source>
|
||||
<translation>필터</translation>
|
||||
</message>
|
||||
|
@ -5265,7 +5260,7 @@ However, those plugins were disabled.</source>
|
|||
<translation type="obsolete">맞음</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../torrentAddition.h" line="110"/>
|
||||
<location filename="../torrentAddition.h" line="115"/>
|
||||
<source>Unable to decode torrent file:</source>
|
||||
<translation>토런트 파일을 해독 할 수가 없습니다:</translation>
|
||||
</message>
|
||||
|
@ -5275,7 +5270,7 @@ However, those plugins were disabled.</source>
|
|||
<translation type="obsolete">이 파일은 오류가 있거나 토런트 파일이 아닙니다.</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../torrentAddition.h" line="248"/>
|
||||
<location filename="../torrentAddition.h" line="254"/>
|
||||
<source>Choose save path</source>
|
||||
<translation>저장 경로 선택</translation>
|
||||
</message>
|
||||
|
@ -5285,32 +5280,32 @@ However, those plugins were disabled.</source>
|
|||
<translation type="obsolete">틀림</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../torrentAddition.h" line="382"/>
|
||||
<location filename="../torrentAddition.h" line="388"/>
|
||||
<source>Empty save path</source>
|
||||
<translation>저장 경로 지우기</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../torrentAddition.h" line="382"/>
|
||||
<location filename="../torrentAddition.h" line="388"/>
|
||||
<source>Please enter a save path</source>
|
||||
<translation>저장 경로를 지정해주십시오</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../torrentAddition.h" line="388"/>
|
||||
<location filename="../torrentAddition.h" line="394"/>
|
||||
<source>Save path creation error</source>
|
||||
<translation>저장 경로 설정이 잘못되었습니다</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../torrentAddition.h" line="388"/>
|
||||
<location filename="../torrentAddition.h" line="394"/>
|
||||
<source>Could not create the save path</source>
|
||||
<translation>저장 경로를 생성할수가 없습니다</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../torrentAddition.h" line="418"/>
|
||||
<location filename="../torrentAddition.h" line="424"/>
|
||||
<source>Invalid file selection</source>
|
||||
<translation>부적당한 파일 선택</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../torrentAddition.h" line="418"/>
|
||||
<location filename="../torrentAddition.h" line="424"/>
|
||||
<source>You must select at least one file in the torrent</source>
|
||||
<translation>토렌트에서 적어도 하나 이상의 파일을 선택해야 합니다 </translation>
|
||||
</message>
|
||||
|
@ -5330,7 +5325,7 @@ However, those plugins were disabled.</source>
|
|||
<translation>진행상황</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../torrentAddition.h" line="281"/>
|
||||
<location filename="../torrentAddition.h" line="287"/>
|
||||
<source>Priority</source>
|
||||
<translation>우선순위</translation>
|
||||
</message>
|
||||
|
|
Binary file not shown.
|
@ -242,7 +242,7 @@ Copyright © 2006 av Christophe Dumez<br>
|
|||
<translation type="obsolete">0.0.0.0</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../options.ui" line="2140"/>
|
||||
<location filename="../options.ui" line="2097"/>
|
||||
<source>Port:</source>
|
||||
<translation>Port:</translation>
|
||||
</message>
|
||||
|
@ -252,7 +252,7 @@ Copyright © 2006 av Christophe Dumez<br>
|
|||
<translation type="obsolete">Mellomtjener krever autentisering</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../options.ui" line="2179"/>
|
||||
<location filename="../options.ui" line="2136"/>
|
||||
<source>Authentication</source>
|
||||
<translation>Autentisering</translation>
|
||||
</message>
|
||||
|
@ -262,7 +262,7 @@ Copyright © 2006 av Christophe Dumez<br>
|
|||
<translation type="obsolete">Brukernavn:</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../options.ui" line="2200"/>
|
||||
<location filename="../options.ui" line="2157"/>
|
||||
<source>Password:</source>
|
||||
<translation>Passord:</translation>
|
||||
</message>
|
||||
|
@ -741,7 +741,7 @@ Copyright © 2006 av Christophe Dumez<br>
|
|||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../options.ui" line="2190"/>
|
||||
<location filename="../options.ui" line="2147"/>
|
||||
<source>Username:</source>
|
||||
<translation type="unfinished">Brukernavn:</translation>
|
||||
</message>
|
||||
|
@ -902,17 +902,17 @@ Copyright © 2006 av Christophe Dumez<br>
|
|||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../options.ui" line="2105"/>
|
||||
<location filename="../options.ui" line="2062"/>
|
||||
<source>Web UI</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../options.ui" line="2118"/>
|
||||
<location filename="../options.ui" line="2075"/>
|
||||
<source>Enable Web User Interface</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../options.ui" line="2131"/>
|
||||
<location filename="../options.ui" line="2088"/>
|
||||
<source>HTTP Server</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
|
@ -942,7 +942,7 @@ Copyright © 2006 av Christophe Dumez<br>
|
|||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../options.ui" line="2050"/>
|
||||
<location filename="../options.ui" line="2007"/>
|
||||
<source>Maximum active torrents:</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
|
@ -961,11 +961,6 @@ Copyright © 2006 av Christophe Dumez<br>
|
|||
<source>Bittorrent proxy settings</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../options.ui" line="2007"/>
|
||||
<source>Maximum active uploads:</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
</context>
|
||||
<context>
|
||||
<name>DownloadingTorrents</name>
|
||||
|
@ -1220,7 +1215,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="1146"/>
|
||||
<location filename="../GUI.cpp" line="1144"/>
|
||||
<source>Finished</source>
|
||||
<translation type="unfinished">Ferdig</translation>
|
||||
</message>
|
||||
|
@ -1592,7 +1587,7 @@ Vennligst avslutt denne først.</translation>
|
|||
<translation>qBittorrent %1</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../GUI.cpp" line="1428"/>
|
||||
<location filename="../GUI.cpp" line="1426"/>
|
||||
<source>Connection status:</source>
|
||||
<translation>Tilkoblingsstatus:</translation>
|
||||
</message>
|
||||
|
@ -1667,18 +1662,18 @@ Vennligst avslutt denne først.</translation>
|
|||
<translation type="obsolete">qBittorrent %1 er startet.</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../GUI.cpp" line="1411"/>
|
||||
<location filename="../GUI.cpp" line="1409"/>
|
||||
<source>qBittorrent</source>
|
||||
<translation>qBittorrent</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../GUI.cpp" line="1414"/>
|
||||
<location filename="../GUI.cpp" line="1412"/>
|
||||
<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="1417"/>
|
||||
<location filename="../GUI.cpp" line="1415"/>
|
||||
<source>UP speed: %1 KiB/s</source>
|
||||
<comment>e.g: Upload speed: 10 KiB/s</comment>
|
||||
<translation>Opplastingshastighet: %1 KiB/s</translation>
|
||||
|
@ -1801,12 +1796,12 @@ 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="1425"/>
|
||||
<location filename="../GUI.cpp" line="1423"/>
|
||||
<source>Connection Status:</source>
|
||||
<translation>Tilkoblingsstatus:</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../GUI.cpp" line="1425"/>
|
||||
<location filename="../GUI.cpp" line="1423"/>
|
||||
<source>Online</source>
|
||||
<translation>Tilkoblet</translation>
|
||||
</message>
|
||||
|
@ -1871,17 +1866,17 @@ Vennligst avslutt denne først.</translation>
|
|||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../GUI.cpp" line="1063"/>
|
||||
<location filename="../GUI.cpp" line="1061"/>
|
||||
<source>DHT support [ON], port: %1</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../GUI.cpp" line="1069"/>
|
||||
<location filename="../GUI.cpp" line="1067"/>
|
||||
<source>DHT support [OFF]</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../GUI.cpp" line="1072"/>
|
||||
<location filename="../GUI.cpp" line="1070"/>
|
||||
<source>PeX support [ON]</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
|
@ -1892,7 +1887,7 @@ Are you sure you want to quit qBittorrent?</source>
|
|||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../GUI.cpp" line="1135"/>
|
||||
<location filename="../GUI.cpp" line="1133"/>
|
||||
<source>Downloads</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
|
@ -1907,17 +1902,17 @@ Are you sure you want to quit qBittorrent?</source>
|
|||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../GUI.cpp" line="1091"/>
|
||||
<location filename="../GUI.cpp" line="1089"/>
|
||||
<source>Encryption support [ON]</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../GUI.cpp" line="1096"/>
|
||||
<location filename="../GUI.cpp" line="1094"/>
|
||||
<source>Encryption support [FORCED]</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../GUI.cpp" line="1101"/>
|
||||
<location filename="../GUI.cpp" line="1099"/>
|
||||
<source>Encryption support [OFF]</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
|
@ -1987,28 +1982,28 @@ Are you sure you want to quit qBittorrent?</source>
|
|||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../GUI.cpp" line="1076"/>
|
||||
<location filename="../GUI.cpp" line="1074"/>
|
||||
<source>Local Peer Discovery [ON]</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../GUI.cpp" line="1079"/>
|
||||
<location filename="../GUI.cpp" line="1077"/>
|
||||
<source>Local Peer Discovery support [OFF]</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../GUI.cpp" line="1391"/>
|
||||
<location filename="../GUI.cpp" line="1389"/>
|
||||
<source>qBittorrent %1 (DL: %2KiB/s, UP: %3KiB/s)</source>
|
||||
<comment>%1 is qBittorrent version</comment>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../GUI.cpp" line="1376"/>
|
||||
<location filename="../GUI.cpp" line="1374"/>
|
||||
<source>DL: %1 KiB/s</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../GUI.cpp" line="1377"/>
|
||||
<location filename="../GUI.cpp" line="1375"/>
|
||||
<source>UP: %1 KiB/s</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
|
@ -2023,7 +2018,7 @@ Are you sure you want to quit qBittorrent?</source>
|
|||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../GUI.cpp" line="1428"/>
|
||||
<location filename="../GUI.cpp" line="1426"/>
|
||||
<source>No direct connections. This may indicate network configuration problems.</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
|
@ -2033,7 +2028,7 @@ Are you sure you want to quit qBittorrent?</source>
|
|||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../GUI.cpp" line="1505"/>
|
||||
<location filename="../GUI.cpp" line="1503"/>
|
||||
<source>Options were saved successfully.</source>
|
||||
<translation type="unfinished">Innstillingene ble lagret.</translation>
|
||||
</message>
|
||||
|
@ -3860,7 +3855,7 @@ However, those plugins were disabled.</source>
|
|||
<translation type="obsolete">Innstillingene ble lagret.</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../options_imp.cpp" line="1260"/>
|
||||
<location filename="../options_imp.cpp" line="1250"/>
|
||||
<source>Choose scan directory</source>
|
||||
<translation>Velg mappe for gjennomsøking</translation>
|
||||
</message>
|
||||
|
@ -3870,7 +3865,7 @@ However, those plugins were disabled.</source>
|
|||
<translation type="obsolete">Velg en ipfilter.dat fil</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../options_imp.cpp" line="1275"/>
|
||||
<location filename="../options_imp.cpp" line="1265"/>
|
||||
<source>Choose a save directory</source>
|
||||
<translation>Velg mappe for lagring</translation>
|
||||
</message>
|
||||
|
@ -3886,12 +3881,12 @@ However, those plugins were disabled.</source>
|
|||
<translation type="obsolete">Klarte ikke å åpne %1 i lesemodus.</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../options_imp.cpp" line="1267"/>
|
||||
<location filename="../options_imp.cpp" line="1257"/>
|
||||
<source>Choose an ip filter file</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../options_imp.cpp" line="1267"/>
|
||||
<location filename="../options_imp.cpp" line="1257"/>
|
||||
<source>Filters</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
|
@ -4557,7 +4552,7 @@ However, those plugins were disabled.</source>
|
|||
<translation type="obsolete">Ja</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../torrentAddition.h" line="110"/>
|
||||
<location filename="../torrentAddition.h" line="115"/>
|
||||
<source>Unable to decode torrent file:</source>
|
||||
<translation>Klarte ikke å dekode torrentfilen:</translation>
|
||||
</message>
|
||||
|
@ -4567,7 +4562,7 @@ However, those plugins were disabled.</source>
|
|||
<translation type="obsolete">Denne filen er enten ødelagt, eller det er ikke en torrent.</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../torrentAddition.h" line="248"/>
|
||||
<location filename="../torrentAddition.h" line="254"/>
|
||||
<source>Choose save path</source>
|
||||
<translation>Velg filsti for nedlasting</translation>
|
||||
</message>
|
||||
|
@ -4577,32 +4572,32 @@ However, those plugins were disabled.</source>
|
|||
<translation type="obsolete">Nei</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../torrentAddition.h" line="382"/>
|
||||
<location filename="../torrentAddition.h" line="388"/>
|
||||
<source>Empty save path</source>
|
||||
<translation>Ingen filsti oppgitt</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../torrentAddition.h" line="382"/>
|
||||
<location filename="../torrentAddition.h" line="388"/>
|
||||
<source>Please enter a save path</source>
|
||||
<translation>Velg en filsti for nedlasting</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../torrentAddition.h" line="388"/>
|
||||
<location filename="../torrentAddition.h" line="394"/>
|
||||
<source>Save path creation error</source>
|
||||
<translation>Feil ved oprettelsen av filsti</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../torrentAddition.h" line="388"/>
|
||||
<location filename="../torrentAddition.h" line="394"/>
|
||||
<source>Could not create the save path</source>
|
||||
<translation>Kunne ikke opprette nedlastingsfilstien</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../torrentAddition.h" line="418"/>
|
||||
<location filename="../torrentAddition.h" line="424"/>
|
||||
<source>Invalid file selection</source>
|
||||
<translation>Ugyldig valg av filer</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../torrentAddition.h" line="418"/>
|
||||
<location filename="../torrentAddition.h" line="424"/>
|
||||
<source>You must select at least one file in the torrent</source>
|
||||
<translation>Du må velge minst en fil fra torrenten</translation>
|
||||
</message>
|
||||
|
@ -4622,7 +4617,7 @@ However, those plugins were disabled.</source>
|
|||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../torrentAddition.h" line="281"/>
|
||||
<location filename="../torrentAddition.h" line="287"/>
|
||||
<source>Priority</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
|
|
Binary file not shown.
|
@ -416,12 +416,12 @@ Copyright 2006 door Christophe Dumez<br>
|
|||
<translation type="obsolete">0.0.0.0</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../options.ui" line="2140"/>
|
||||
<location filename="../options.ui" line="2097"/>
|
||||
<source>Port:</source>
|
||||
<translation>Poort:</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../options.ui" line="2179"/>
|
||||
<location filename="../options.ui" line="2136"/>
|
||||
<source>Authentication</source>
|
||||
<translation>Authenticatie</translation>
|
||||
</message>
|
||||
|
@ -431,7 +431,7 @@ Copyright 2006 door Christophe Dumez<br>
|
|||
<translation type="obsolete">Gebruikersnaam:</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../options.ui" line="2200"/>
|
||||
<location filename="../options.ui" line="2157"/>
|
||||
<source>Password:</source>
|
||||
<translation>Wachtwoord:</translation>
|
||||
</message>
|
||||
|
@ -985,7 +985,7 @@ Copyright 2006 door Christophe Dumez<br>
|
|||
<translation>Proxy:</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../options.ui" line="2190"/>
|
||||
<location filename="../options.ui" line="2147"/>
|
||||
<source>Username:</source>
|
||||
<translation>Gebruikersnaam:</translation>
|
||||
</message>
|
||||
|
@ -1151,17 +1151,17 @@ Copyright 2006 door Christophe Dumez<br>
|
|||
<translation>Spoof Azureus om ban te voorkomen (herstart verplicht)</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../options.ui" line="2105"/>
|
||||
<location filename="../options.ui" line="2062"/>
|
||||
<source>Web UI</source>
|
||||
<translation>Web UI</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../options.ui" line="2118"/>
|
||||
<location filename="../options.ui" line="2075"/>
|
||||
<source>Enable Web User Interface</source>
|
||||
<translation>Web Gebruikers Interface inschakelen</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../options.ui" line="2131"/>
|
||||
<location filename="../options.ui" line="2088"/>
|
||||
<source>HTTP Server</source>
|
||||
<translation>HTTP Server</translation>
|
||||
</message>
|
||||
|
@ -1191,7 +1191,7 @@ Copyright 2006 door Christophe Dumez<br>
|
|||
<translation>Maximum actieve downloads:</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../options.ui" line="2050"/>
|
||||
<location filename="../options.ui" line="2007"/>
|
||||
<source>Maximum active torrents:</source>
|
||||
<translation>Maximum actieve torrents:</translation>
|
||||
</message>
|
||||
|
@ -1210,11 +1210,6 @@ Copyright 2006 door Christophe Dumez<br>
|
|||
<source>Bittorrent proxy settings</source>
|
||||
<translation>Bittorrent proxy instellingen</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../options.ui" line="2007"/>
|
||||
<source>Maximum active uploads:</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
</context>
|
||||
<context>
|
||||
<name>DownloadingTorrents</name>
|
||||
|
@ -1485,7 +1480,7 @@ Copyright 2006 door Christophe Dumez<br>
|
|||
<translation type="obsolete"> gestart.</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../GUI.cpp" line="1411"/>
|
||||
<location filename="../GUI.cpp" line="1409"/>
|
||||
<source>qBittorrent</source>
|
||||
<translation>qBittorrent</translation>
|
||||
</message>
|
||||
|
@ -1665,7 +1660,7 @@ Copyright 2006 door Christophe Dumez<br>
|
|||
<translation type="obsolete">/s</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../GUI.cpp" line="1146"/>
|
||||
<location filename="../GUI.cpp" line="1144"/>
|
||||
<source>Finished</source>
|
||||
<translation>Klaar</translation>
|
||||
</message>
|
||||
|
@ -1963,7 +1958,7 @@ Stop het eerste proccess eerst.
|
|||
<translation>qBittorrent %1</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../GUI.cpp" line="1428"/>
|
||||
<location filename="../GUI.cpp" line="1426"/>
|
||||
<source>Connection status:</source>
|
||||
<translation>Verbindingsstatus:</translation>
|
||||
</message>
|
||||
|
@ -2038,13 +2033,13 @@ Stop het eerste proccess eerst.
|
|||
<translation type="obsolete">qBittorrent %1 gestart.</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../GUI.cpp" line="1414"/>
|
||||
<location filename="../GUI.cpp" line="1412"/>
|
||||
<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="1417"/>
|
||||
<location filename="../GUI.cpp" line="1415"/>
|
||||
<source>UP speed: %1 KiB/s</source>
|
||||
<comment>e.g: Upload speed: 10 KiB/s</comment>
|
||||
<translation>UP snelheid: %1 KiB/s</translation>
|
||||
|
@ -2161,12 +2156,12 @@ 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="1425"/>
|
||||
<location filename="../GUI.cpp" line="1423"/>
|
||||
<source>Connection Status:</source>
|
||||
<translation>Verbindingsstatus:</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../GUI.cpp" line="1425"/>
|
||||
<location filename="../GUI.cpp" line="1423"/>
|
||||
<source>Online</source>
|
||||
<translation>Online</translation>
|
||||
</message>
|
||||
|
@ -2231,17 +2226,17 @@ Stop het eerste proccess eerst.
|
|||
<translation>qBittorrent is verbonden aan poort: %1</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../GUI.cpp" line="1063"/>
|
||||
<location filename="../GUI.cpp" line="1061"/>
|
||||
<source>DHT support [ON], port: %1</source>
|
||||
<translation>DHT ondersteuning [AAN], poort: %1</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../GUI.cpp" line="1069"/>
|
||||
<location filename="../GUI.cpp" line="1067"/>
|
||||
<source>DHT support [OFF]</source>
|
||||
<translation>DHT ondersteuning [UIT]</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../GUI.cpp" line="1072"/>
|
||||
<location filename="../GUI.cpp" line="1070"/>
|
||||
<source>PeX support [ON]</source>
|
||||
<translation>PeX ondersteuning [AAN]</translation>
|
||||
</message>
|
||||
|
@ -2258,7 +2253,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="1135"/>
|
||||
<location filename="../GUI.cpp" line="1133"/>
|
||||
<source>Downloads</source>
|
||||
<translation>Downloads</translation>
|
||||
</message>
|
||||
|
@ -2273,17 +2268,17 @@ Weet u zeker dat u qBittorrent wilt afsluiten?</translation>
|
|||
<translation>UPnP ondersteuning [AAN]</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../GUI.cpp" line="1091"/>
|
||||
<location filename="../GUI.cpp" line="1089"/>
|
||||
<source>Encryption support [ON]</source>
|
||||
<translation>Encryptie ondersteuning [AAN]</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../GUI.cpp" line="1096"/>
|
||||
<location filename="../GUI.cpp" line="1094"/>
|
||||
<source>Encryption support [FORCED]</source>
|
||||
<translation>Encryptie ondersteuning [GEFORCEERD]</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../GUI.cpp" line="1101"/>
|
||||
<location filename="../GUI.cpp" line="1099"/>
|
||||
<source>Encryption support [OFF]</source>
|
||||
<translation>Encryptie ondersteuning [UIT]</translation>
|
||||
</message>
|
||||
|
@ -2359,12 +2354,12 @@ Weet u zeker dat u qBittorrent wilt afsluiten?</translation>
|
|||
<translation>NAT-PMP ondersteuning [UIT]</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../GUI.cpp" line="1076"/>
|
||||
<location filename="../GUI.cpp" line="1074"/>
|
||||
<source>Local Peer Discovery [ON]</source>
|
||||
<translation>Local Peer Discovery [AAN]</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../GUI.cpp" line="1079"/>
|
||||
<location filename="../GUI.cpp" line="1077"/>
|
||||
<source>Local Peer Discovery support [OFF]</source>
|
||||
<translation>Local Peer Discovery ondersteuning [UIT]</translation>
|
||||
</message>
|
||||
|
@ -2375,18 +2370,18 @@ Weet u zeker dat u qBittorrent wilt afsluiten?</translation>
|
|||
<translation type="obsolete">'%1' is verwijderd omdat de ratio de maximale ingestelde waarde heeft bereikt.</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../GUI.cpp" line="1391"/>
|
||||
<location filename="../GUI.cpp" line="1389"/>
|
||||
<source>qBittorrent %1 (DL: %2KiB/s, UP: %3KiB/s)</source>
|
||||
<comment>%1 is qBittorrent version</comment>
|
||||
<translation>qBittorrent %1 (DL: %2KiB/s, UP: %3KiB/s)</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../GUI.cpp" line="1376"/>
|
||||
<location filename="../GUI.cpp" line="1374"/>
|
||||
<source>DL: %1 KiB/s</source>
|
||||
<translation>DL: %1 KiB/s</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../GUI.cpp" line="1377"/>
|
||||
<location filename="../GUI.cpp" line="1375"/>
|
||||
<source>UP: %1 KiB/s</source>
|
||||
<translation>UP: %1 KiB/s</translation>
|
||||
</message>
|
||||
|
@ -2401,7 +2396,7 @@ Weet u zeker dat u qBittorrent wilt afsluiten?</translation>
|
|||
<translation>DHT: %1 nodes</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../GUI.cpp" line="1428"/>
|
||||
<location filename="../GUI.cpp" line="1426"/>
|
||||
<source>No direct connections. This may indicate network configuration problems.</source>
|
||||
<translation type="unfinished">Geen directe verbindingen. Dit kan komen door netwerk configuratie problemen.</translation>
|
||||
</message>
|
||||
|
@ -2411,7 +2406,7 @@ Weet u zeker dat u qBittorrent wilt afsluiten?</translation>
|
|||
<translation>Uploads</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../GUI.cpp" line="1505"/>
|
||||
<location filename="../GUI.cpp" line="1503"/>
|
||||
<source>Options were saved successfully.</source>
|
||||
<translation>Opties zijn succesvol opgeslagen.</translation>
|
||||
</message>
|
||||
|
@ -4410,7 +4405,7 @@ De plugins zijn uitgeschakeld.</translation>
|
|||
<translation type="obsolete">Opties zijn succesvol opgeslagen.</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../options_imp.cpp" line="1260"/>
|
||||
<location filename="../options_imp.cpp" line="1250"/>
|
||||
<source>Choose scan directory</source>
|
||||
<translation>Kies scanmap</translation>
|
||||
</message>
|
||||
|
@ -4420,7 +4415,7 @@ De plugins zijn uitgeschakeld.</translation>
|
|||
<translation type="obsolete">Kies een ipfilter.dat bestand</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../options_imp.cpp" line="1275"/>
|
||||
<location filename="../options_imp.cpp" line="1265"/>
|
||||
<source>Choose a save directory</source>
|
||||
<translation>Kies een opslagmap</translation>
|
||||
</message>
|
||||
|
@ -4436,12 +4431,12 @@ De plugins zijn uitgeschakeld.</translation>
|
|||
<translation type="obsolete">Kon %1 niet openen om te lezen.</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../options_imp.cpp" line="1267"/>
|
||||
<location filename="../options_imp.cpp" line="1257"/>
|
||||
<source>Choose an ip filter file</source>
|
||||
<translation>Kies een ip filter bestand</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../options_imp.cpp" line="1267"/>
|
||||
<location filename="../options_imp.cpp" line="1257"/>
|
||||
<source>Filters</source>
|
||||
<translation>Filters</translation>
|
||||
</message>
|
||||
|
@ -5198,7 +5193,7 @@ selecteer alstublieft een er van:</translation>
|
|||
<translation type="obsolete">Waar</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../torrentAddition.h" line="110"/>
|
||||
<location filename="../torrentAddition.h" line="115"/>
|
||||
<source>Unable to decode torrent file:</source>
|
||||
<translation>Torrentfile kan niet gedecodeerd worden:</translation>
|
||||
</message>
|
||||
|
@ -5208,7 +5203,7 @@ selecteer alstublieft een er van:</translation>
|
|||
<translation type="obsolete">Dit bestand is corrupt of is geen torrent.</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../torrentAddition.h" line="248"/>
|
||||
<location filename="../torrentAddition.h" line="254"/>
|
||||
<source>Choose save path</source>
|
||||
<translation>Kies opslag pad</translation>
|
||||
</message>
|
||||
|
@ -5218,32 +5213,32 @@ selecteer alstublieft een er van:</translation>
|
|||
<translation type="obsolete">Onwaar</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../torrentAddition.h" line="382"/>
|
||||
<location filename="../torrentAddition.h" line="388"/>
|
||||
<source>Empty save path</source>
|
||||
<translation>Leeg opslag pad</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../torrentAddition.h" line="382"/>
|
||||
<location filename="../torrentAddition.h" line="388"/>
|
||||
<source>Please enter a save path</source>
|
||||
<translation>Geef alstublieft een opslag pad</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../torrentAddition.h" line="388"/>
|
||||
<location filename="../torrentAddition.h" line="394"/>
|
||||
<source>Save path creation error</source>
|
||||
<translation>Opslag pad aanmaak fout</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../torrentAddition.h" line="388"/>
|
||||
<location filename="../torrentAddition.h" line="394"/>
|
||||
<source>Could not create the save path</source>
|
||||
<translation>Kon het opslag pad niet aanmaken</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../torrentAddition.h" line="418"/>
|
||||
<location filename="../torrentAddition.h" line="424"/>
|
||||
<source>Invalid file selection</source>
|
||||
<translation>Ongeldige bestand selectie</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../torrentAddition.h" line="418"/>
|
||||
<location filename="../torrentAddition.h" line="424"/>
|
||||
<source>You must select at least one file in the torrent</source>
|
||||
<translation>U moet tenminste een bestand in de torrent selecteren</translation>
|
||||
</message>
|
||||
|
@ -5263,7 +5258,7 @@ selecteer alstublieft een er van:</translation>
|
|||
<translation>Voortgang</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../torrentAddition.h" line="281"/>
|
||||
<location filename="../torrentAddition.h" line="287"/>
|
||||
<source>Priority</source>
|
||||
<translation>Prioriteit</translation>
|
||||
</message>
|
||||
|
|
Binary file not shown.
|
@ -319,7 +319,7 @@ Wszystkie prawa zastrzeżone © 2006 Christophe Dumez<br>
|
|||
<translation type="obsolete">0.0.0.0</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../options.ui" line="2140"/>
|
||||
<location filename="../options.ui" line="2097"/>
|
||||
<source>Port:</source>
|
||||
<translation>Port:</translation>
|
||||
</message>
|
||||
|
@ -329,7 +329,7 @@ Wszystkie prawa zastrzeżone © 2006 Christophe Dumez<br>
|
|||
<translation type="obsolete">Serwer proxy wymaga autentykacji</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../options.ui" line="2179"/>
|
||||
<location filename="../options.ui" line="2136"/>
|
||||
<source>Authentication</source>
|
||||
<translation>Autentykacja</translation>
|
||||
</message>
|
||||
|
@ -339,7 +339,7 @@ Wszystkie prawa zastrzeżone © 2006 Christophe Dumez<br>
|
|||
<translation type="obsolete">Użytkownik:</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../options.ui" line="2200"/>
|
||||
<location filename="../options.ui" line="2157"/>
|
||||
<source>Password:</source>
|
||||
<translation>Hasło:</translation>
|
||||
</message>
|
||||
|
@ -973,7 +973,7 @@ Wszystkie prawa zastrzeżone © 2006 Christophe Dumez<br>
|
|||
<translation>Proxy:</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../options.ui" line="2190"/>
|
||||
<location filename="../options.ui" line="2147"/>
|
||||
<source>Username:</source>
|
||||
<translation>Nazwa użytkownika:</translation>
|
||||
</message>
|
||||
|
@ -1139,17 +1139,17 @@ Wszystkie prawa zastrzeżone © 2006 Christophe Dumez<br>
|
|||
<translation>Podrabianie Azureusa pozwala ominąć blokadę (wymagany restart)</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../options.ui" line="2105"/>
|
||||
<location filename="../options.ui" line="2062"/>
|
||||
<source>Web UI</source>
|
||||
<translation>Web UI</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../options.ui" line="2118"/>
|
||||
<location filename="../options.ui" line="2075"/>
|
||||
<source>Enable Web User Interface</source>
|
||||
<translation>Włącz interfejs Web</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../options.ui" line="2131"/>
|
||||
<location filename="../options.ui" line="2088"/>
|
||||
<source>HTTP Server</source>
|
||||
<translation>Serwer HTTP</translation>
|
||||
</message>
|
||||
|
@ -1179,7 +1179,7 @@ Wszystkie prawa zastrzeżone © 2006 Christophe Dumez<br>
|
|||
<translation>Kolejkowanie torrentów</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../options.ui" line="2050"/>
|
||||
<location filename="../options.ui" line="2007"/>
|
||||
<source>Maximum active torrents:</source>
|
||||
<translation>Maksymalna ilość aktywnych torrentów:</translation>
|
||||
</message>
|
||||
|
@ -1198,11 +1198,6 @@ Wszystkie prawa zastrzeżone © 2006 Christophe Dumez<br>
|
|||
<source>Bittorrent proxy settings</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../options.ui" line="2007"/>
|
||||
<source>Maximum active uploads:</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
</context>
|
||||
<context>
|
||||
<name>DownloadingTorrents</name>
|
||||
|
@ -1608,7 +1603,7 @@ Wszystkie prawa zastrzeżone © 2006 Christophe Dumez<br>
|
|||
<translation type="obsolete">wznowiony.</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../GUI.cpp" line="1146"/>
|
||||
<location filename="../GUI.cpp" line="1144"/>
|
||||
<source>Finished</source>
|
||||
<translation>Ukończone</translation>
|
||||
</message>
|
||||
|
@ -1651,7 +1646,7 @@ Wszystkie prawa zastrzeżone © 2006 Christophe Dumez<br>
|
|||
<translation type="obsolete">qBittorrent</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../GUI.cpp" line="1411"/>
|
||||
<location filename="../GUI.cpp" line="1409"/>
|
||||
<source>qBittorrent</source>
|
||||
<translation>qBittorrent</translation>
|
||||
</message>
|
||||
|
@ -2003,7 +1998,7 @@ Zamknij najpierw okno podglądu.</translation>
|
|||
<translation>qBittorent %1</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../GUI.cpp" line="1428"/>
|
||||
<location filename="../GUI.cpp" line="1426"/>
|
||||
<source>Connection status:</source>
|
||||
<translation>Status połączenia:</translation>
|
||||
</message>
|
||||
|
@ -2078,13 +2073,13 @@ Zamknij najpierw okno podglądu.</translation>
|
|||
<translation type="obsolete">qBittorrent %1 uruchomiony.</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../GUI.cpp" line="1414"/>
|
||||
<location filename="../GUI.cpp" line="1412"/>
|
||||
<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="1417"/>
|
||||
<location filename="../GUI.cpp" line="1415"/>
|
||||
<source>UP speed: %1 KiB/s</source>
|
||||
<comment>e.g: Upload speed: 10 KiB/s</comment>
|
||||
<translation>Prędkość UP: %1 KiB/</translation>
|
||||
|
@ -2207,12 +2202,12 @@ 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="1425"/>
|
||||
<location filename="../GUI.cpp" line="1423"/>
|
||||
<source>Connection Status:</source>
|
||||
<translation>Status połączenia:</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../GUI.cpp" line="1425"/>
|
||||
<location filename="../GUI.cpp" line="1423"/>
|
||||
<source>Online</source>
|
||||
<translation>Połączony</translation>
|
||||
</message>
|
||||
|
@ -2277,17 +2272,17 @@ Zamknij najpierw okno podglądu.</translation>
|
|||
<translation>qBittorrent jest podłączony do portu: %1</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../GUI.cpp" line="1063"/>
|
||||
<location filename="../GUI.cpp" line="1061"/>
|
||||
<source>DHT support [ON], port: %1</source>
|
||||
<translation>Wsparcie DHT [WŁ], port: %1</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../GUI.cpp" line="1069"/>
|
||||
<location filename="../GUI.cpp" line="1067"/>
|
||||
<source>DHT support [OFF]</source>
|
||||
<translation>Wsparcie DHT [WYŁ]</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../GUI.cpp" line="1072"/>
|
||||
<location filename="../GUI.cpp" line="1070"/>
|
||||
<source>PeX support [ON]</source>
|
||||
<translation>Wsparcie PeX [WŁ]</translation>
|
||||
</message>
|
||||
|
@ -2304,7 +2299,7 @@ Are you sure you want to quit qBittorrent?</source>
|
|||
Czy napewno zamknąć qBittorrent?</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../GUI.cpp" line="1135"/>
|
||||
<location filename="../GUI.cpp" line="1133"/>
|
||||
<source>Downloads</source>
|
||||
<translation>Pobieranie</translation>
|
||||
</message>
|
||||
|
@ -2329,17 +2324,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="1091"/>
|
||||
<location filename="../GUI.cpp" line="1089"/>
|
||||
<source>Encryption support [ON]</source>
|
||||
<translation>Wsparcie szyfrowania [WŁ]</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../GUI.cpp" line="1096"/>
|
||||
<location filename="../GUI.cpp" line="1094"/>
|
||||
<source>Encryption support [FORCED]</source>
|
||||
<translation>Wsparcie szyfrowania [WYMUSZONE]</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../GUI.cpp" line="1101"/>
|
||||
<location filename="../GUI.cpp" line="1099"/>
|
||||
<source>Encryption support [OFF]</source>
|
||||
<translation>Wsparcie szyfrowania [WYŁ]</translation>
|
||||
</message>
|
||||
|
@ -2442,12 +2437,12 @@ Czy napewno zamknąć qBittorrent?</translation>
|
|||
<translation>Obsługa NAT-PMP [WYŁ]</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../GUI.cpp" line="1076"/>
|
||||
<location filename="../GUI.cpp" line="1074"/>
|
||||
<source>Local Peer Discovery [ON]</source>
|
||||
<translation>Local Peer Discovery [WŁ]</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../GUI.cpp" line="1079"/>
|
||||
<location filename="../GUI.cpp" line="1077"/>
|
||||
<source>Local Peer Discovery support [OFF]</source>
|
||||
<translation>Obsługa Local Peer Discovery [WYŁ]</translation>
|
||||
</message>
|
||||
|
@ -2458,18 +2453,18 @@ Czy napewno zamknąć qBittorrent?</translation>
|
|||
<translation type="obsolete">'%1' został usunięty ponieważ ratio osiągnęło ustawioną wartość.</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../GUI.cpp" line="1391"/>
|
||||
<location filename="../GUI.cpp" line="1389"/>
|
||||
<source>qBittorrent %1 (DL: %2KiB/s, UP: %3KiB/s)</source>
|
||||
<comment>%1 is qBittorrent version</comment>
|
||||
<translation>qBittorrent %1 (DL: %2KiB/s, UP: %3KiB/s)</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../GUI.cpp" line="1376"/>
|
||||
<location filename="../GUI.cpp" line="1374"/>
|
||||
<source>DL: %1 KiB/s</source>
|
||||
<translation>DL: %1 KiB/s</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../GUI.cpp" line="1377"/>
|
||||
<location filename="../GUI.cpp" line="1375"/>
|
||||
<source>UP: %1 KiB/s</source>
|
||||
<translation>UP: %1 KiB/s</translation>
|
||||
</message>
|
||||
|
@ -2484,7 +2479,7 @@ Czy napewno zamknąć qBittorrent?</translation>
|
|||
<translation>DHT: %1 węzły</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../GUI.cpp" line="1428"/>
|
||||
<location filename="../GUI.cpp" line="1426"/>
|
||||
<source>No direct connections. This may indicate network configuration problems.</source>
|
||||
<translation>Brak bezposrednich połączeń. Może to oznaczać problem z konfiguracją sieci.</translation>
|
||||
</message>
|
||||
|
@ -2494,7 +2489,7 @@ Czy napewno zamknąć qBittorrent?</translation>
|
|||
<translation>Wysyłane</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../GUI.cpp" line="1505"/>
|
||||
<location filename="../GUI.cpp" line="1503"/>
|
||||
<source>Options were saved successfully.</source>
|
||||
<translation>Ustawienia zapisane.</translation>
|
||||
</message>
|
||||
|
@ -4543,7 +4538,7 @@ Jednak tamte wtyczki były wyłączone.</translation>
|
|||
<translation type="obsolete">Ustawienia zapisane.</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../options_imp.cpp" line="1260"/>
|
||||
<location filename="../options_imp.cpp" line="1250"/>
|
||||
<source>Choose scan directory</source>
|
||||
<translation>Wybierz katalog przeszukiwania</translation>
|
||||
</message>
|
||||
|
@ -4553,7 +4548,7 @@ Jednak tamte wtyczki były wyłączone.</translation>
|
|||
<translation type="obsolete">Wybierz plik ipfilter.dat</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../options_imp.cpp" line="1275"/>
|
||||
<location filename="../options_imp.cpp" line="1265"/>
|
||||
<source>Choose a save directory</source>
|
||||
<translation>Wybierz katalog docelowy</translation>
|
||||
</message>
|
||||
|
@ -4569,7 +4564,7 @@ Jednak tamte wtyczki były wyłączone.</translation>
|
|||
<translation type="obsolete">Nie można otworzyć %1 w trybie odczytu.</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../options_imp.cpp" line="1267"/>
|
||||
<location filename="../options_imp.cpp" line="1257"/>
|
||||
<source>Choose an ip filter file</source>
|
||||
<translation>Wybierz plik ip filter</translation>
|
||||
</message>
|
||||
|
@ -4579,7 +4574,7 @@ Jednak tamte wtyczki były wyłączone.</translation>
|
|||
<translation type="obsolete">Filtry (*.dat *.p2p *.p2b)</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../options_imp.cpp" line="1267"/>
|
||||
<location filename="../options_imp.cpp" line="1257"/>
|
||||
<source>Filters</source>
|
||||
<translation>Filtry</translation>
|
||||
</message>
|
||||
|
@ -5345,7 +5340,7 @@ Jednak tamte wtyczki były wyłączone.</translation>
|
|||
<translation type="obsolete">Tak</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../torrentAddition.h" line="110"/>
|
||||
<location filename="../torrentAddition.h" line="115"/>
|
||||
<source>Unable to decode torrent file:</source>
|
||||
<translation>Problem z odkodowaniem pliku torrent:</translation>
|
||||
</message>
|
||||
|
@ -5355,7 +5350,7 @@ Jednak tamte wtyczki były wyłączone.</translation>
|
|||
<translation type="obsolete">Plik jest uszkodzony lub nie jest plikiem torrent.</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../torrentAddition.h" line="248"/>
|
||||
<location filename="../torrentAddition.h" line="254"/>
|
||||
<source>Choose save path</source>
|
||||
<translation>Wybierz katalog docelowy</translation>
|
||||
</message>
|
||||
|
@ -5365,32 +5360,32 @@ Jednak tamte wtyczki były wyłączone.</translation>
|
|||
<translation type="obsolete">Nie</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../torrentAddition.h" line="382"/>
|
||||
<location filename="../torrentAddition.h" line="388"/>
|
||||
<source>Empty save path</source>
|
||||
<translation>Niepoprawny katalog docelowy</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../torrentAddition.h" line="382"/>
|
||||
<location filename="../torrentAddition.h" line="388"/>
|
||||
<source>Please enter a save path</source>
|
||||
<translation>Podaj katalog docelowy</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../torrentAddition.h" line="388"/>
|
||||
<location filename="../torrentAddition.h" line="394"/>
|
||||
<source>Save path creation error</source>
|
||||
<translation>Błąd tworzenia katalogu docelowego</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../torrentAddition.h" line="388"/>
|
||||
<location filename="../torrentAddition.h" line="394"/>
|
||||
<source>Could not create the save path</source>
|
||||
<translation>Nie można założyć katalogu docelowego</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../torrentAddition.h" line="418"/>
|
||||
<location filename="../torrentAddition.h" line="424"/>
|
||||
<source>Invalid file selection</source>
|
||||
<translation>Wybrano niepoprawny plik</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../torrentAddition.h" line="418"/>
|
||||
<location filename="../torrentAddition.h" line="424"/>
|
||||
<source>You must select at least one file in the torrent</source>
|
||||
<translation>Musisz wybrać przynajmniej jeden plik z pliku torrent</translation>
|
||||
</message>
|
||||
|
@ -5410,7 +5405,7 @@ Jednak tamte wtyczki były wyłączone.</translation>
|
|||
<translation>Postęp</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../torrentAddition.h" line="281"/>
|
||||
<location filename="../torrentAddition.h" line="287"/>
|
||||
<source>Priority</source>
|
||||
<translation>Priorytet</translation>
|
||||
</message>
|
||||
|
|
Binary file not shown.
|
@ -247,7 +247,7 @@ Copyright ©2007 por Christophe Dumez<br>
|
|||
<translation type="obsolete">0.0.0.0</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../options.ui" line="2140"/>
|
||||
<location filename="../options.ui" line="2097"/>
|
||||
<source>Port:</source>
|
||||
<translation>Porta:</translation>
|
||||
</message>
|
||||
|
@ -257,7 +257,7 @@ Copyright ©2007 por Christophe Dumez<br>
|
|||
<translation type="obsolete">Servidor proxy requer autenticação</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../options.ui" line="2179"/>
|
||||
<location filename="../options.ui" line="2136"/>
|
||||
<source>Authentication</source>
|
||||
<translation>Autenticação</translation>
|
||||
</message>
|
||||
|
@ -267,7 +267,7 @@ Copyright ©2007 por Christophe Dumez<br>
|
|||
<translation type="obsolete">Usuário:</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../options.ui" line="2200"/>
|
||||
<location filename="../options.ui" line="2157"/>
|
||||
<source>Password:</source>
|
||||
<translation>Senha:</translation>
|
||||
</message>
|
||||
|
@ -841,7 +841,7 @@ Copyright ©2007 por Christophe Dumez<br>
|
|||
<translation>Proxy:</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../options.ui" line="2190"/>
|
||||
<location filename="../options.ui" line="2147"/>
|
||||
<source>Username:</source>
|
||||
<translation>Usuário:</translation>
|
||||
</message>
|
||||
|
@ -1007,17 +1007,17 @@ Copyright ©2007 por Christophe Dumez<br>
|
|||
<translation>Parar Azureus para evitar ser banido</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../options.ui" line="2105"/>
|
||||
<location filename="../options.ui" line="2062"/>
|
||||
<source>Web UI</source>
|
||||
<translation>Caminho web</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../options.ui" line="2118"/>
|
||||
<location filename="../options.ui" line="2075"/>
|
||||
<source>Enable Web User Interface</source>
|
||||
<translation>Habilitar interface de usuário web</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../options.ui" line="2131"/>
|
||||
<location filename="../options.ui" line="2088"/>
|
||||
<source>HTTP Server</source>
|
||||
<translation>Servidor web</translation>
|
||||
</message>
|
||||
|
@ -1047,7 +1047,7 @@ Copyright ©2007 por Christophe Dumez<br>
|
|||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../options.ui" line="2050"/>
|
||||
<location filename="../options.ui" line="2007"/>
|
||||
<source>Maximum active torrents:</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
|
@ -1066,11 +1066,6 @@ Copyright ©2007 por Christophe Dumez<br>
|
|||
<source>Bittorrent proxy settings</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../options.ui" line="2007"/>
|
||||
<source>Maximum active uploads:</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
</context>
|
||||
<context>
|
||||
<name>DownloadingTorrents</name>
|
||||
|
@ -1382,7 +1377,7 @@ Copyright ©2007 por Christophe Dumez<br>
|
|||
<translation type="obsolete">iniciado</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../GUI.cpp" line="1146"/>
|
||||
<location filename="../GUI.cpp" line="1144"/>
|
||||
<source>Finished</source>
|
||||
<translation>Concluído</translation>
|
||||
</message>
|
||||
|
@ -1491,7 +1486,7 @@ Copyright ©2007 por Christophe Dumez<br>
|
|||
<translation type="obsolete">qBittorrent</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../GUI.cpp" line="1411"/>
|
||||
<location filename="../GUI.cpp" line="1409"/>
|
||||
<source>qBittorrent</source>
|
||||
<translation>qBittorrent</translation>
|
||||
</message>
|
||||
|
@ -1787,7 +1782,7 @@ Por favor feche o outro primeiro.</translation>
|
|||
<translation>qBittorrent %1</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../GUI.cpp" line="1428"/>
|
||||
<location filename="../GUI.cpp" line="1426"/>
|
||||
<source>Connection status:</source>
|
||||
<translation>Estado da conexão:</translation>
|
||||
</message>
|
||||
|
@ -1862,13 +1857,13 @@ Por favor feche o outro primeiro.</translation>
|
|||
<translation type="obsolete">qBittorrent %1 iniciado.</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../GUI.cpp" line="1414"/>
|
||||
<location filename="../GUI.cpp" line="1412"/>
|
||||
<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="1417"/>
|
||||
<location filename="../GUI.cpp" line="1415"/>
|
||||
<source>UP speed: %1 KiB/s</source>
|
||||
<comment>e.g: Upload speed: 10 KiB/s</comment>
|
||||
<translation>Velocidade de Upload: %1 KiB/s</translation>
|
||||
|
@ -1991,12 +1986,12 @@ 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="1425"/>
|
||||
<location filename="../GUI.cpp" line="1423"/>
|
||||
<source>Connection Status:</source>
|
||||
<translation>Estado da conexão:</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../GUI.cpp" line="1425"/>
|
||||
<location filename="../GUI.cpp" line="1423"/>
|
||||
<source>Online</source>
|
||||
<translation>Online</translation>
|
||||
</message>
|
||||
|
@ -2061,17 +2056,17 @@ Por favor feche o outro primeiro.</translation>
|
|||
<translation>qBittorrent escuta a porta: %1</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../GUI.cpp" line="1063"/>
|
||||
<location filename="../GUI.cpp" line="1061"/>
|
||||
<source>DHT support [ON], port: %1</source>
|
||||
<translation>Suporte DHT [Ligado], porta: %1</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../GUI.cpp" line="1069"/>
|
||||
<location filename="../GUI.cpp" line="1067"/>
|
||||
<source>DHT support [OFF]</source>
|
||||
<translation>Suporte DHT [Desligado]</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../GUI.cpp" line="1072"/>
|
||||
<location filename="../GUI.cpp" line="1070"/>
|
||||
<source>PeX support [ON]</source>
|
||||
<translation>Suporte PeX [Ligado]</translation>
|
||||
</message>
|
||||
|
@ -2088,7 +2083,7 @@ Are you sure you want to quit qBittorrent?</source>
|
|||
Deseja mesmo sair do qBittorrent?</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../GUI.cpp" line="1135"/>
|
||||
<location filename="../GUI.cpp" line="1133"/>
|
||||
<source>Downloads</source>
|
||||
<translation>Downloads</translation>
|
||||
</message>
|
||||
|
@ -2108,17 +2103,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="1091"/>
|
||||
<location filename="../GUI.cpp" line="1089"/>
|
||||
<source>Encryption support [ON]</source>
|
||||
<translation>Suporte a encriptação [Ligado]</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../GUI.cpp" line="1096"/>
|
||||
<location filename="../GUI.cpp" line="1094"/>
|
||||
<source>Encryption support [FORCED]</source>
|
||||
<translation>Suporte a encriptação [FORÇADO]</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../GUI.cpp" line="1101"/>
|
||||
<location filename="../GUI.cpp" line="1099"/>
|
||||
<source>Encryption support [OFF]</source>
|
||||
<translation>Suporte a encriptação [Desligado]</translation>
|
||||
</message>
|
||||
|
@ -2221,12 +2216,12 @@ Deseja mesmo sair do qBittorrent?</translation>
|
|||
<translation>Suporte NAT-PMP [desligado]</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../GUI.cpp" line="1076"/>
|
||||
<location filename="../GUI.cpp" line="1074"/>
|
||||
<source>Local Peer Discovery [ON]</source>
|
||||
<translation>Peer discovery [ligado]</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../GUI.cpp" line="1079"/>
|
||||
<location filename="../GUI.cpp" line="1077"/>
|
||||
<source>Local Peer Discovery support [OFF]</source>
|
||||
<translation>Peer discovery [desligado]</translation>
|
||||
</message>
|
||||
|
@ -2237,18 +2232,18 @@ Deseja mesmo sair do qBittorrent?</translation>
|
|||
<translation type="obsolete">'%1' foi removido sua taxa atingiu o valor máximo que você configurou.</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../GUI.cpp" line="1391"/>
|
||||
<location filename="../GUI.cpp" line="1389"/>
|
||||
<source>qBittorrent %1 (DL: %2KiB/s, UP: %3KiB/s)</source>
|
||||
<comment>%1 is qBittorrent version</comment>
|
||||
<translation>qBittorrent %1 (Down: %2Kb/s, Up: %3kb/s)</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../GUI.cpp" line="1376"/>
|
||||
<location filename="../GUI.cpp" line="1374"/>
|
||||
<source>DL: %1 KiB/s</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../GUI.cpp" line="1377"/>
|
||||
<location filename="../GUI.cpp" line="1375"/>
|
||||
<source>UP: %1 KiB/s</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
|
@ -2263,7 +2258,7 @@ Deseja mesmo sair do qBittorrent?</translation>
|
|||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../GUI.cpp" line="1428"/>
|
||||
<location filename="../GUI.cpp" line="1426"/>
|
||||
<source>No direct connections. This may indicate network configuration problems.</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
|
@ -2273,7 +2268,7 @@ Deseja mesmo sair do qBittorrent?</translation>
|
|||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../GUI.cpp" line="1505"/>
|
||||
<location filename="../GUI.cpp" line="1503"/>
|
||||
<source>Options were saved successfully.</source>
|
||||
<translation type="unfinished">Opções salvas com sucesso.</translation>
|
||||
</message>
|
||||
|
@ -4354,7 +4349,7 @@ Portanto os plugins foram desabilitados.</translation>
|
|||
<translation type="obsolete">Opções salvas com sucesso.</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../options_imp.cpp" line="1260"/>
|
||||
<location filename="../options_imp.cpp" line="1250"/>
|
||||
<source>Choose scan directory</source>
|
||||
<translation>Selecione diretório para varredura</translation>
|
||||
</message>
|
||||
|
@ -4364,7 +4359,7 @@ Portanto os plugins foram desabilitados.</translation>
|
|||
<translation type="obsolete">Selecione um arquivo ipfilter.dat</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../options_imp.cpp" line="1275"/>
|
||||
<location filename="../options_imp.cpp" line="1265"/>
|
||||
<source>Choose a save directory</source>
|
||||
<translation>Selecione um diretório de salvamento</translation>
|
||||
</message>
|
||||
|
@ -4380,12 +4375,12 @@ Portanto os plugins foram desabilitados.</translation>
|
|||
<translation type="obsolete">Não posso abrir %1 no modo de leitura.</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../options_imp.cpp" line="1267"/>
|
||||
<location filename="../options_imp.cpp" line="1257"/>
|
||||
<source>Choose an ip filter file</source>
|
||||
<translation>Escolha um arquivo de filtro de ip</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../options_imp.cpp" line="1267"/>
|
||||
<location filename="../options_imp.cpp" line="1257"/>
|
||||
<source>Filters</source>
|
||||
<translation>Filtros</translation>
|
||||
</message>
|
||||
|
@ -5136,7 +5131,7 @@ Portanto os plugins foram desabilitados.</translation>
|
|||
<translation type="obsolete">Verdadeiro</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../torrentAddition.h" line="110"/>
|
||||
<location filename="../torrentAddition.h" line="115"/>
|
||||
<source>Unable to decode torrent file:</source>
|
||||
<translation>Incapaz de decodificar o arquivo torrent:</translation>
|
||||
</message>
|
||||
|
@ -5146,7 +5141,7 @@ Portanto os plugins foram desabilitados.</translation>
|
|||
<translation type="obsolete">Este arquivo está corrompido ou não é um arquivo torrent.</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../torrentAddition.h" line="248"/>
|
||||
<location filename="../torrentAddition.h" line="254"/>
|
||||
<source>Choose save path</source>
|
||||
<translation>Escolha um caminho de salvamento</translation>
|
||||
</message>
|
||||
|
@ -5156,32 +5151,32 @@ Portanto os plugins foram desabilitados.</translation>
|
|||
<translation type="obsolete">Falso</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../torrentAddition.h" line="382"/>
|
||||
<location filename="../torrentAddition.h" line="388"/>
|
||||
<source>Empty save path</source>
|
||||
<translation>Caminho de salvamento vazio</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../torrentAddition.h" line="382"/>
|
||||
<location filename="../torrentAddition.h" line="388"/>
|
||||
<source>Please enter a save path</source>
|
||||
<translation>Por favor digite um caminho de salvamento</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../torrentAddition.h" line="388"/>
|
||||
<location filename="../torrentAddition.h" line="394"/>
|
||||
<source>Save path creation error</source>
|
||||
<translation>Erro ao criar caminho de salvamento</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../torrentAddition.h" line="388"/>
|
||||
<location filename="../torrentAddition.h" line="394"/>
|
||||
<source>Could not create the save path</source>
|
||||
<translation>Não foi possível criar caminho de salvamento</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../torrentAddition.h" line="418"/>
|
||||
<location filename="../torrentAddition.h" line="424"/>
|
||||
<source>Invalid file selection</source>
|
||||
<translation>Seleção de arquivo inválida</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../torrentAddition.h" line="418"/>
|
||||
<location filename="../torrentAddition.h" line="424"/>
|
||||
<source>You must select at least one file in the torrent</source>
|
||||
<translation>Você deve selecionar um arquivo no torrent</translation>
|
||||
</message>
|
||||
|
@ -5201,7 +5196,7 @@ Portanto os plugins foram desabilitados.</translation>
|
|||
<translation>Progresso</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../torrentAddition.h" line="281"/>
|
||||
<location filename="../torrentAddition.h" line="287"/>
|
||||
<source>Priority</source>
|
||||
<translation>Prioridade</translation>
|
||||
</message>
|
||||
|
|
Binary file not shown.
|
@ -247,7 +247,7 @@ Copyright ©2007 por Christophe Dumez<br>
|
|||
<translation type="obsolete">0.0.0.0</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../options.ui" line="2140"/>
|
||||
<location filename="../options.ui" line="2097"/>
|
||||
<source>Port:</source>
|
||||
<translation>Porta:</translation>
|
||||
</message>
|
||||
|
@ -257,7 +257,7 @@ Copyright ©2007 por Christophe Dumez<br>
|
|||
<translation type="obsolete">Servidor proxy requer autenticação</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../options.ui" line="2179"/>
|
||||
<location filename="../options.ui" line="2136"/>
|
||||
<source>Authentication</source>
|
||||
<translation>Autenticação</translation>
|
||||
</message>
|
||||
|
@ -267,7 +267,7 @@ Copyright ©2007 por Christophe Dumez<br>
|
|||
<translation type="obsolete">Usuário:</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../options.ui" line="2200"/>
|
||||
<location filename="../options.ui" line="2157"/>
|
||||
<source>Password:</source>
|
||||
<translation>Senha:</translation>
|
||||
</message>
|
||||
|
@ -841,7 +841,7 @@ Copyright ©2007 por Christophe Dumez<br>
|
|||
<translation>Proxy:</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../options.ui" line="2190"/>
|
||||
<location filename="../options.ui" line="2147"/>
|
||||
<source>Username:</source>
|
||||
<translation>Usuário:</translation>
|
||||
</message>
|
||||
|
@ -1007,17 +1007,17 @@ Copyright ©2007 por Christophe Dumez<br>
|
|||
<translation>Parar Azureus para evitar ser banido</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../options.ui" line="2105"/>
|
||||
<location filename="../options.ui" line="2062"/>
|
||||
<source>Web UI</source>
|
||||
<translation>Caminho web</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../options.ui" line="2118"/>
|
||||
<location filename="../options.ui" line="2075"/>
|
||||
<source>Enable Web User Interface</source>
|
||||
<translation>Habilitar interface de usuário web</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../options.ui" line="2131"/>
|
||||
<location filename="../options.ui" line="2088"/>
|
||||
<source>HTTP Server</source>
|
||||
<translation>Servidor web</translation>
|
||||
</message>
|
||||
|
@ -1047,7 +1047,7 @@ Copyright ©2007 por Christophe Dumez<br>
|
|||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../options.ui" line="2050"/>
|
||||
<location filename="../options.ui" line="2007"/>
|
||||
<source>Maximum active torrents:</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
|
@ -1066,11 +1066,6 @@ Copyright ©2007 por Christophe Dumez<br>
|
|||
<source>Bittorrent proxy settings</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../options.ui" line="2007"/>
|
||||
<source>Maximum active uploads:</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
</context>
|
||||
<context>
|
||||
<name>DownloadingTorrents</name>
|
||||
|
@ -1382,7 +1377,7 @@ Copyright ©2007 por Christophe Dumez<br>
|
|||
<translation type="obsolete">iniciado</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../GUI.cpp" line="1146"/>
|
||||
<location filename="../GUI.cpp" line="1144"/>
|
||||
<source>Finished</source>
|
||||
<translation>Concluído</translation>
|
||||
</message>
|
||||
|
@ -1491,7 +1486,7 @@ Copyright ©2007 por Christophe Dumez<br>
|
|||
<translation type="obsolete">qBittorrent</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../GUI.cpp" line="1411"/>
|
||||
<location filename="../GUI.cpp" line="1409"/>
|
||||
<source>qBittorrent</source>
|
||||
<translation>qBittorrent</translation>
|
||||
</message>
|
||||
|
@ -1787,7 +1782,7 @@ Por favor feche o outro primeiro.</translation>
|
|||
<translation>qBittorrent %1</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../GUI.cpp" line="1428"/>
|
||||
<location filename="../GUI.cpp" line="1426"/>
|
||||
<source>Connection status:</source>
|
||||
<translation>Estado da conexão:</translation>
|
||||
</message>
|
||||
|
@ -1862,13 +1857,13 @@ Por favor feche o outro primeiro.</translation>
|
|||
<translation type="obsolete">qBittorrent %1 iniciado.</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../GUI.cpp" line="1414"/>
|
||||
<location filename="../GUI.cpp" line="1412"/>
|
||||
<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="1417"/>
|
||||
<location filename="../GUI.cpp" line="1415"/>
|
||||
<source>UP speed: %1 KiB/s</source>
|
||||
<comment>e.g: Upload speed: 10 KiB/s</comment>
|
||||
<translation>Velocidade de Upload: %1 KiB/s</translation>
|
||||
|
@ -1991,12 +1986,12 @@ 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="1425"/>
|
||||
<location filename="../GUI.cpp" line="1423"/>
|
||||
<source>Connection Status:</source>
|
||||
<translation>Estado da conexão:</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../GUI.cpp" line="1425"/>
|
||||
<location filename="../GUI.cpp" line="1423"/>
|
||||
<source>Online</source>
|
||||
<translation>Online</translation>
|
||||
</message>
|
||||
|
@ -2061,17 +2056,17 @@ Por favor feche o outro primeiro.</translation>
|
|||
<translation>qBittorrent escuta a porta: %1</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../GUI.cpp" line="1063"/>
|
||||
<location filename="../GUI.cpp" line="1061"/>
|
||||
<source>DHT support [ON], port: %1</source>
|
||||
<translation>Suporte DHT [Ligado], porta: %1</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../GUI.cpp" line="1069"/>
|
||||
<location filename="../GUI.cpp" line="1067"/>
|
||||
<source>DHT support [OFF]</source>
|
||||
<translation>Suporte DHT [Desligado]</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../GUI.cpp" line="1072"/>
|
||||
<location filename="../GUI.cpp" line="1070"/>
|
||||
<source>PeX support [ON]</source>
|
||||
<translation>Suporte PeX [Ligado]</translation>
|
||||
</message>
|
||||
|
@ -2088,7 +2083,7 @@ Are you sure you want to quit qBittorrent?</source>
|
|||
Deseja mesmo sair do qBittorrent?</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../GUI.cpp" line="1135"/>
|
||||
<location filename="../GUI.cpp" line="1133"/>
|
||||
<source>Downloads</source>
|
||||
<translation>Downloads</translation>
|
||||
</message>
|
||||
|
@ -2108,17 +2103,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="1091"/>
|
||||
<location filename="../GUI.cpp" line="1089"/>
|
||||
<source>Encryption support [ON]</source>
|
||||
<translation>Suporte a encriptação [Ligado]</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../GUI.cpp" line="1096"/>
|
||||
<location filename="../GUI.cpp" line="1094"/>
|
||||
<source>Encryption support [FORCED]</source>
|
||||
<translation>Suporte a encriptação [FORÇADO]</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../GUI.cpp" line="1101"/>
|
||||
<location filename="../GUI.cpp" line="1099"/>
|
||||
<source>Encryption support [OFF]</source>
|
||||
<translation>Suporte a encriptação [Desligado]</translation>
|
||||
</message>
|
||||
|
@ -2221,12 +2216,12 @@ Deseja mesmo sair do qBittorrent?</translation>
|
|||
<translation>Suporte NAT-PMP [desligado]</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../GUI.cpp" line="1076"/>
|
||||
<location filename="../GUI.cpp" line="1074"/>
|
||||
<source>Local Peer Discovery [ON]</source>
|
||||
<translation>Peer discovery [ligado]</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../GUI.cpp" line="1079"/>
|
||||
<location filename="../GUI.cpp" line="1077"/>
|
||||
<source>Local Peer Discovery support [OFF]</source>
|
||||
<translation>Peer discovery [desligado]</translation>
|
||||
</message>
|
||||
|
@ -2237,18 +2232,18 @@ Deseja mesmo sair do qBittorrent?</translation>
|
|||
<translation type="obsolete">'%1' foi removido sua taxa atingiu o valor máximo que você configurou.</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../GUI.cpp" line="1391"/>
|
||||
<location filename="../GUI.cpp" line="1389"/>
|
||||
<source>qBittorrent %1 (DL: %2KiB/s, UP: %3KiB/s)</source>
|
||||
<comment>%1 is qBittorrent version</comment>
|
||||
<translation>qBittorrent %1 (Down: %2Kb/s, Up: %3kb/s)</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../GUI.cpp" line="1376"/>
|
||||
<location filename="../GUI.cpp" line="1374"/>
|
||||
<source>DL: %1 KiB/s</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../GUI.cpp" line="1377"/>
|
||||
<location filename="../GUI.cpp" line="1375"/>
|
||||
<source>UP: %1 KiB/s</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
|
@ -2263,7 +2258,7 @@ Deseja mesmo sair do qBittorrent?</translation>
|
|||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../GUI.cpp" line="1428"/>
|
||||
<location filename="../GUI.cpp" line="1426"/>
|
||||
<source>No direct connections. This may indicate network configuration problems.</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
|
@ -2273,7 +2268,7 @@ Deseja mesmo sair do qBittorrent?</translation>
|
|||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../GUI.cpp" line="1505"/>
|
||||
<location filename="../GUI.cpp" line="1503"/>
|
||||
<source>Options were saved successfully.</source>
|
||||
<translation type="unfinished">Opções salvas com sucesso.</translation>
|
||||
</message>
|
||||
|
@ -4354,7 +4349,7 @@ Portanto os plugins foram desabilitados.</translation>
|
|||
<translation type="obsolete">Opções salvas com sucesso.</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../options_imp.cpp" line="1260"/>
|
||||
<location filename="../options_imp.cpp" line="1250"/>
|
||||
<source>Choose scan directory</source>
|
||||
<translation>Selecione diretório para varredura</translation>
|
||||
</message>
|
||||
|
@ -4364,7 +4359,7 @@ Portanto os plugins foram desabilitados.</translation>
|
|||
<translation type="obsolete">Selecione um arquivo ipfilter.dat</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../options_imp.cpp" line="1275"/>
|
||||
<location filename="../options_imp.cpp" line="1265"/>
|
||||
<source>Choose a save directory</source>
|
||||
<translation>Selecione um diretório de salvamento</translation>
|
||||
</message>
|
||||
|
@ -4380,12 +4375,12 @@ Portanto os plugins foram desabilitados.</translation>
|
|||
<translation type="obsolete">Não posso abrir %1 no modo de leitura.</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../options_imp.cpp" line="1267"/>
|
||||
<location filename="../options_imp.cpp" line="1257"/>
|
||||
<source>Choose an ip filter file</source>
|
||||
<translation>Escolha um arquivo de filtro de ip</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../options_imp.cpp" line="1267"/>
|
||||
<location filename="../options_imp.cpp" line="1257"/>
|
||||
<source>Filters</source>
|
||||
<translation>Filtros</translation>
|
||||
</message>
|
||||
|
@ -5136,7 +5131,7 @@ Portanto os plugins foram desabilitados.</translation>
|
|||
<translation type="obsolete">Verdadeiro</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../torrentAddition.h" line="110"/>
|
||||
<location filename="../torrentAddition.h" line="115"/>
|
||||
<source>Unable to decode torrent file:</source>
|
||||
<translation>Incapaz de decodificar o arquivo torrent:</translation>
|
||||
</message>
|
||||
|
@ -5146,7 +5141,7 @@ Portanto os plugins foram desabilitados.</translation>
|
|||
<translation type="obsolete">Este arquivo está corrompido ou não é um arquivo torrent.</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../torrentAddition.h" line="248"/>
|
||||
<location filename="../torrentAddition.h" line="254"/>
|
||||
<source>Choose save path</source>
|
||||
<translation>Escolha um caminho de salvamento</translation>
|
||||
</message>
|
||||
|
@ -5156,32 +5151,32 @@ Portanto os plugins foram desabilitados.</translation>
|
|||
<translation type="obsolete">Falso</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../torrentAddition.h" line="382"/>
|
||||
<location filename="../torrentAddition.h" line="388"/>
|
||||
<source>Empty save path</source>
|
||||
<translation>Caminho de salvamento vazio</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../torrentAddition.h" line="382"/>
|
||||
<location filename="../torrentAddition.h" line="388"/>
|
||||
<source>Please enter a save path</source>
|
||||
<translation>Por favor digite um caminho de salvamento</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../torrentAddition.h" line="388"/>
|
||||
<location filename="../torrentAddition.h" line="394"/>
|
||||
<source>Save path creation error</source>
|
||||
<translation>Erro ao criar caminho de salvamento</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../torrentAddition.h" line="388"/>
|
||||
<location filename="../torrentAddition.h" line="394"/>
|
||||
<source>Could not create the save path</source>
|
||||
<translation>Não foi possível criar caminho de salvamento</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../torrentAddition.h" line="418"/>
|
||||
<location filename="../torrentAddition.h" line="424"/>
|
||||
<source>Invalid file selection</source>
|
||||
<translation>Seleção de arquivo inválida</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../torrentAddition.h" line="418"/>
|
||||
<location filename="../torrentAddition.h" line="424"/>
|
||||
<source>You must select at least one file in the torrent</source>
|
||||
<translation>Você deve selecionar um arquivo no torrent</translation>
|
||||
</message>
|
||||
|
@ -5201,7 +5196,7 @@ Portanto os plugins foram desabilitados.</translation>
|
|||
<translation>Progresso</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../torrentAddition.h" line="281"/>
|
||||
<location filename="../torrentAddition.h" line="287"/>
|
||||
<source>Priority</source>
|
||||
<translation>Prioridade</translation>
|
||||
</message>
|
||||
|
|
Binary file not shown.
|
@ -247,7 +247,7 @@ Copyright © 2006 by Christophe Dumez<br>
|
|||
<translation type="obsolete">0.0.0.0</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../options.ui" line="2140"/>
|
||||
<location filename="../options.ui" line="2097"/>
|
||||
<source>Port:</source>
|
||||
<translation>Portul:</translation>
|
||||
</message>
|
||||
|
@ -257,7 +257,7 @@ Copyright © 2006 by Christophe Dumez<br>
|
|||
<translation type="obsolete">Serverul Proxy cere autentificare</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../options.ui" line="2179"/>
|
||||
<location filename="../options.ui" line="2136"/>
|
||||
<source>Authentication</source>
|
||||
<translation>Autentificare</translation>
|
||||
</message>
|
||||
|
@ -267,7 +267,7 @@ Copyright © 2006 by Christophe Dumez<br>
|
|||
<translation type="obsolete">Numele utilizatorului:</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../options.ui" line="2200"/>
|
||||
<location filename="../options.ui" line="2157"/>
|
||||
<source>Password:</source>
|
||||
<translation>Parola:</translation>
|
||||
</message>
|
||||
|
@ -851,7 +851,7 @@ Copyright © 2006 by Christophe Dumez<br>
|
|||
<translation>Proxy:</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../options.ui" line="2190"/>
|
||||
<location filename="../options.ui" line="2147"/>
|
||||
<source>Username:</source>
|
||||
<translation>Numele de utilizator:</translation>
|
||||
</message>
|
||||
|
@ -1017,17 +1017,17 @@ Copyright © 2006 by Christophe Dumez<br>
|
|||
<translation>Spoof Azureus to avoid ban (requires restart)</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../options.ui" line="2105"/>
|
||||
<location filename="../options.ui" line="2062"/>
|
||||
<source>Web UI</source>
|
||||
<translation>Web UI</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../options.ui" line="2118"/>
|
||||
<location filename="../options.ui" line="2075"/>
|
||||
<source>Enable Web User Interface</source>
|
||||
<translation>Activeaza WebUI</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../options.ui" line="2131"/>
|
||||
<location filename="../options.ui" line="2088"/>
|
||||
<source>HTTP Server</source>
|
||||
<translation>HTTP Server</translation>
|
||||
</message>
|
||||
|
@ -1057,7 +1057,7 @@ Copyright © 2006 by Christophe Dumez<br>
|
|||
<translation>Cererea de torrente</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../options.ui" line="2050"/>
|
||||
<location filename="../options.ui" line="2007"/>
|
||||
<source>Maximum active torrents:</source>
|
||||
<translation>Maximum torrente active:</translation>
|
||||
</message>
|
||||
|
@ -1079,7 +1079,7 @@ Copyright © 2006 by Christophe Dumez<br>
|
|||
<message>
|
||||
<location filename="../options.ui" line="2007"/>
|
||||
<source>Maximum active uploads:</source>
|
||||
<translation>Numărul maxim de upload-uri active :</translation>
|
||||
<translation type="obsolete">Numărul maxim de upload-uri active :</translation>
|
||||
</message>
|
||||
</context>
|
||||
<context>
|
||||
|
@ -1392,7 +1392,7 @@ Copyright © 2006 by Christophe Dumez<br>
|
|||
<translation type="obsolete">început</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../GUI.cpp" line="1146"/>
|
||||
<location filename="../GUI.cpp" line="1144"/>
|
||||
<source>Finished</source>
|
||||
<translation>Finişat</translation>
|
||||
</message>
|
||||
|
@ -1501,7 +1501,7 @@ Copyright © 2006 by Christophe Dumez<br>
|
|||
<translation type="obsolete">qBittorrent </translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../GUI.cpp" line="1411"/>
|
||||
<location filename="../GUI.cpp" line="1409"/>
|
||||
<source>qBittorrent</source>
|
||||
<translation>qBittorrent</translation>
|
||||
</message>
|
||||
|
@ -1820,7 +1820,7 @@ Vă rugăm să-l opriţi.</translation>
|
|||
<translation>qBittorrent %1</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../GUI.cpp" line="1428"/>
|
||||
<location filename="../GUI.cpp" line="1426"/>
|
||||
<source>Connection status:</source>
|
||||
<translation>Starea conectării:</translation>
|
||||
</message>
|
||||
|
@ -1877,13 +1877,13 @@ Vă rugăm să-l opriţi.</translation>
|
|||
<translation type="obsolete">Seederi</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../GUI.cpp" line="1414"/>
|
||||
<location filename="../GUI.cpp" line="1412"/>
|
||||
<source>DL speed: %1 KiB/s</source>
|
||||
<comment>e.g: Download speed: 10 KiB/s</comment>
|
||||
<translation>Viteza DL: %1 KiB/s</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../GUI.cpp" line="1417"/>
|
||||
<location filename="../GUI.cpp" line="1415"/>
|
||||
<source>UP speed: %1 KiB/s</source>
|
||||
<comment>e.g: Upload speed: 10 KiB/s</comment>
|
||||
<translation>Viteza IP: %1 KiB/s</translation>
|
||||
|
@ -1970,12 +1970,12 @@ Vă rugăm să-l opriţi.</translation>
|
|||
<translation>O eroare a fost detectată la citire sau scriere în %1. Discul probabil este plin, descărcarea a fost pauzată</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../GUI.cpp" line="1425"/>
|
||||
<location filename="../GUI.cpp" line="1423"/>
|
||||
<source>Connection Status:</source>
|
||||
<translation>Starea conectării:</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../GUI.cpp" line="1425"/>
|
||||
<location filename="../GUI.cpp" line="1423"/>
|
||||
<source>Online</source>
|
||||
<translation>Conectat</translation>
|
||||
</message>
|
||||
|
@ -2019,17 +2019,17 @@ Vă rugăm să-l opriţi.</translation>
|
|||
<translation>qBittorrent foloseşte portul: %1</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../GUI.cpp" line="1063"/>
|
||||
<location filename="../GUI.cpp" line="1061"/>
|
||||
<source>DHT support [ON], port: %1</source>
|
||||
<translation>Suport DHT[Activat], port: %1</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../GUI.cpp" line="1069"/>
|
||||
<location filename="../GUI.cpp" line="1067"/>
|
||||
<source>DHT support [OFF]</source>
|
||||
<translation>Suport DHT[Dezactivat]</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../GUI.cpp" line="1072"/>
|
||||
<location filename="../GUI.cpp" line="1070"/>
|
||||
<source>PeX support [ON]</source>
|
||||
<translation>Suport PeX[Activat]</translation>
|
||||
</message>
|
||||
|
@ -2046,7 +2046,7 @@ Are you sure you want to quit qBittorrent?</source>
|
|||
Doriţi să ieşiţi din qBittorrent?</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../GUI.cpp" line="1135"/>
|
||||
<location filename="../GUI.cpp" line="1133"/>
|
||||
<source>Downloads</source>
|
||||
<translation>Descărcări</translation>
|
||||
</message>
|
||||
|
@ -2061,17 +2061,17 @@ Doriţi să ieşiţi din qBittorrent?</translation>
|
|||
<translation>Suport UPnP[Activat]</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../GUI.cpp" line="1091"/>
|
||||
<location filename="../GUI.cpp" line="1089"/>
|
||||
<source>Encryption support [ON]</source>
|
||||
<translation>Suport de codificate[Activat]</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../GUI.cpp" line="1096"/>
|
||||
<location filename="../GUI.cpp" line="1094"/>
|
||||
<source>Encryption support [FORCED]</source>
|
||||
<translation>Suport de codificare[Forţat]</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../GUI.cpp" line="1101"/>
|
||||
<location filename="../GUI.cpp" line="1099"/>
|
||||
<source>Encryption support [OFF]</source>
|
||||
<translation>Suport de codificare [Dezactivat]</translation>
|
||||
</message>
|
||||
|
@ -2147,12 +2147,12 @@ Doriţi să ieşiţi din qBittorrent?</translation>
|
|||
<translation>suport NAT-PMP[Dezactivat]</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../GUI.cpp" line="1076"/>
|
||||
<location filename="../GUI.cpp" line="1074"/>
|
||||
<source>Local Peer Discovery [ON]</source>
|
||||
<translation>Căutare peer locali[Activat]</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../GUI.cpp" line="1079"/>
|
||||
<location filename="../GUI.cpp" line="1077"/>
|
||||
<source>Local Peer Discovery support [OFF]</source>
|
||||
<translation>Căutarea peer locali[Dezactivat]</translation>
|
||||
</message>
|
||||
|
@ -2163,18 +2163,18 @@ Doriţi să ieşiţi din qBittorrent?</translation>
|
|||
<translation type="obsolete">'%1' a fost şters deoarece ratio lui a ajuns la valoarea maximă setată de dvs.</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../GUI.cpp" line="1391"/>
|
||||
<location filename="../GUI.cpp" line="1389"/>
|
||||
<source>qBittorrent %1 (DL: %2KiB/s, UP: %3KiB/s)</source>
|
||||
<comment>%1 is qBittorrent version</comment>
|
||||
<translation>qBittorrent %1 (DL: %2KiB/s, UP: %3KiB/s)</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../GUI.cpp" line="1376"/>
|
||||
<location filename="../GUI.cpp" line="1374"/>
|
||||
<source>DL: %1 KiB/s</source>
|
||||
<translation>DL: %1 KiB/s</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../GUI.cpp" line="1377"/>
|
||||
<location filename="../GUI.cpp" line="1375"/>
|
||||
<source>UP: %1 KiB/s</source>
|
||||
<translation>UP:%1 Kib/s</translation>
|
||||
</message>
|
||||
|
@ -2189,7 +2189,7 @@ Doriţi să ieşiţi din qBittorrent?</translation>
|
|||
<translation>DHT: %1 noduri</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../GUI.cpp" line="1428"/>
|
||||
<location filename="../GUI.cpp" line="1426"/>
|
||||
<source>No direct connections. This may indicate network configuration problems.</source>
|
||||
<translation>Nu sunt connectări directe. Aceasta poate indica la probleme cu rețeaua.</translation>
|
||||
</message>
|
||||
|
@ -2199,7 +2199,7 @@ Doriţi să ieşiţi din qBittorrent?</translation>
|
|||
<translation>Upload-uri</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../GUI.cpp" line="1505"/>
|
||||
<location filename="../GUI.cpp" line="1503"/>
|
||||
<source>Options were saved successfully.</source>
|
||||
<translation>Opţiunile salvate cu success.</translation>
|
||||
</message>
|
||||
|
@ -4147,7 +4147,7 @@ Numai acele adăugate de dvs. pot fi dezinstalate.
|
|||
<translation type="obsolete">Opţiunile salvate cu success.</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../options_imp.cpp" line="1260"/>
|
||||
<location filename="../options_imp.cpp" line="1250"/>
|
||||
<source>Choose scan directory</source>
|
||||
<translation>Selectează directoriul de scanare</translation>
|
||||
</message>
|
||||
|
@ -4157,7 +4157,7 @@ Numai acele adăugate de dvs. pot fi dezinstalate.
|
|||
<translation type="obsolete">Selectează fişierul ipfilter.dat</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../options_imp.cpp" line="1275"/>
|
||||
<location filename="../options_imp.cpp" line="1265"/>
|
||||
<source>Choose a save directory</source>
|
||||
<translation>Selectează directoriul de salvare</translation>
|
||||
</message>
|
||||
|
@ -4173,12 +4173,12 @@ Numai acele adăugate de dvs. pot fi dezinstalate.
|
|||
<translation type="obsolete">Nu pot deschide %1 în mod de citire.</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../options_imp.cpp" line="1267"/>
|
||||
<location filename="../options_imp.cpp" line="1257"/>
|
||||
<source>Choose an ip filter file</source>
|
||||
<translation>Alageţi un fişier ip filtru</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../options_imp.cpp" line="1267"/>
|
||||
<location filename="../options_imp.cpp" line="1257"/>
|
||||
<source>Filters</source>
|
||||
<translation>Filtre</translation>
|
||||
</message>
|
||||
|
@ -4939,7 +4939,7 @@ Numai acele adăugate de dvs. pot fi dezinstalate.
|
|||
<translation type="obsolete">Adevărat</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../torrentAddition.h" line="110"/>
|
||||
<location filename="../torrentAddition.h" line="115"/>
|
||||
<source>Unable to decode torrent file:</source>
|
||||
<translation>Nu pot decoda fişierul torrent:</translation>
|
||||
</message>
|
||||
|
@ -4949,7 +4949,7 @@ Numai acele adăugate de dvs. pot fi dezinstalate.
|
|||
<translation type="obsolete">Acest fişier este deteriorat sau nu este torrent.</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../torrentAddition.h" line="248"/>
|
||||
<location filename="../torrentAddition.h" line="254"/>
|
||||
<source>Choose save path</source>
|
||||
<translation>Alegeţi calea de salvare</translation>
|
||||
</message>
|
||||
|
@ -4959,32 +4959,32 @@ Numai acele adăugate de dvs. pot fi dezinstalate.
|
|||
<translation type="obsolete">Fals</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../torrentAddition.h" line="382"/>
|
||||
<location filename="../torrentAddition.h" line="388"/>
|
||||
<source>Empty save path</source>
|
||||
<translation>Calea de salvare vidă</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../torrentAddition.h" line="382"/>
|
||||
<location filename="../torrentAddition.h" line="388"/>
|
||||
<source>Please enter a save path</source>
|
||||
<translation>Vă rugăm să introduceţi calea de salvare</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../torrentAddition.h" line="388"/>
|
||||
<location filename="../torrentAddition.h" line="394"/>
|
||||
<source>Save path creation error</source>
|
||||
<translation>Salvează calea care crează erori</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../torrentAddition.h" line="388"/>
|
||||
<location filename="../torrentAddition.h" line="394"/>
|
||||
<source>Could not create the save path</source>
|
||||
<translation>Nu pot crea calea de salvare</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../torrentAddition.h" line="418"/>
|
||||
<location filename="../torrentAddition.h" line="424"/>
|
||||
<source>Invalid file selection</source>
|
||||
<translation>Selecţia fişierului invalidă</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../torrentAddition.h" line="418"/>
|
||||
<location filename="../torrentAddition.h" line="424"/>
|
||||
<source>You must select at least one file in the torrent</source>
|
||||
<translation>Trebuie să selectaţi cel puţin un fişier din torrent</translation>
|
||||
</message>
|
||||
|
@ -5004,7 +5004,7 @@ Numai acele adăugate de dvs. pot fi dezinstalate.
|
|||
<translation>Progress</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../torrentAddition.h" line="281"/>
|
||||
<location filename="../torrentAddition.h" line="287"/>
|
||||
<source>Priority</source>
|
||||
<translation>Prioritate</translation>
|
||||
</message>
|
||||
|
|
Binary file not shown.
|
@ -294,7 +294,7 @@ Copyright © 2006 by Christophe Dumez<br>
|
|||
<translation type="obsolete">0.0.0.0</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../options.ui" line="2140"/>
|
||||
<location filename="../options.ui" line="2097"/>
|
||||
<source>Port:</source>
|
||||
<translation>Порт:</translation>
|
||||
</message>
|
||||
|
@ -304,7 +304,7 @@ Copyright © 2006 by Christophe Dumez<br>
|
|||
<translation type="obsolete">Прокси-сервер требует аутентификации</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../options.ui" line="2179"/>
|
||||
<location filename="../options.ui" line="2136"/>
|
||||
<source>Authentication</source>
|
||||
<translation>Аутентификация</translation>
|
||||
</message>
|
||||
|
@ -314,7 +314,7 @@ Copyright © 2006 by Christophe Dumez<br>
|
|||
<translation type="obsolete">Имя пользователя:</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../options.ui" line="2200"/>
|
||||
<location filename="../options.ui" line="2157"/>
|
||||
<source>Password:</source>
|
||||
<translation>Пароль:</translation>
|
||||
</message>
|
||||
|
@ -908,7 +908,7 @@ Copyright © 2006 by Christophe Dumez<br>
|
|||
<translation>Прокси:</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../options.ui" line="2190"/>
|
||||
<location filename="../options.ui" line="2147"/>
|
||||
<source>Username:</source>
|
||||
<translation>Имя пользователя:</translation>
|
||||
</message>
|
||||
|
@ -1074,17 +1074,17 @@ Copyright © 2006 by Christophe Dumez<br>
|
|||
<translation>"Обманывать" Azureus чтобы избежать бана (требуется перезапуск)</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../options.ui" line="2105"/>
|
||||
<location filename="../options.ui" line="2062"/>
|
||||
<source>Web UI</source>
|
||||
<translation>Web интерфейс</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../options.ui" line="2118"/>
|
||||
<location filename="../options.ui" line="2075"/>
|
||||
<source>Enable Web User Interface</source>
|
||||
<translation>Включить Web интерфейс</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../options.ui" line="2131"/>
|
||||
<location filename="../options.ui" line="2088"/>
|
||||
<source>HTTP Server</source>
|
||||
<translation>HTTP сервер</translation>
|
||||
</message>
|
||||
|
@ -1114,7 +1114,7 @@ Copyright © 2006 by Christophe Dumez<br>
|
|||
<translation>Максимальное число активных закачек:</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../options.ui" line="2050"/>
|
||||
<location filename="../options.ui" line="2007"/>
|
||||
<source>Maximum active torrents:</source>
|
||||
<translation>Максимальное число активных torrent:</translation>
|
||||
</message>
|
||||
|
@ -1136,7 +1136,7 @@ Copyright © 2006 by Christophe Dumez<br>
|
|||
<message>
|
||||
<location filename="../options.ui" line="2007"/>
|
||||
<source>Maximum active uploads:</source>
|
||||
<translation>Максимальное число активных раздач</translation>
|
||||
<translation type="obsolete">Максимальное число активных раздач</translation>
|
||||
</message>
|
||||
</context>
|
||||
<context>
|
||||
|
@ -1413,7 +1413,7 @@ Copyright © 2006 by Christophe Dumez<br>
|
|||
<translation type="obsolete"> начат.</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../GUI.cpp" line="1411"/>
|
||||
<location filename="../GUI.cpp" line="1409"/>
|
||||
<source>qBittorrent</source>
|
||||
<translation>qBittorrent</translation>
|
||||
</message>
|
||||
|
@ -1593,7 +1593,7 @@ Copyright © 2006 by Christophe Dumez<br>
|
|||
<translation type="obsolete">/с</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../GUI.cpp" line="1146"/>
|
||||
<location filename="../GUI.cpp" line="1144"/>
|
||||
<source>Finished</source>
|
||||
<translation>Закончено</translation>
|
||||
</message>
|
||||
|
@ -1910,7 +1910,7 @@ Please close the other one first.</source>
|
|||
<translation>qBittorrent %1</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../GUI.cpp" line="1428"/>
|
||||
<location filename="../GUI.cpp" line="1426"/>
|
||||
<source>Connection status:</source>
|
||||
<translation>Состояние связи:</translation>
|
||||
</message>
|
||||
|
@ -1985,13 +1985,13 @@ Please close the other one first.</source>
|
|||
<translation type="obsolete">qBittorrent %1 запущен.</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../GUI.cpp" line="1414"/>
|
||||
<location filename="../GUI.cpp" line="1412"/>
|
||||
<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="1417"/>
|
||||
<location filename="../GUI.cpp" line="1415"/>
|
||||
<source>UP speed: %1 KiB/s</source>
|
||||
<comment>e.g: Upload speed: 10 KiB/s</comment>
|
||||
<translation>Скорость загр.: %1 KiB/с</translation>
|
||||
|
@ -2114,12 +2114,12 @@ Please close the other one first.</source>
|
|||
<translation type="obsolete">Произошла ошибка (нет места?), '%1' остановлен.</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../GUI.cpp" line="1425"/>
|
||||
<location filename="../GUI.cpp" line="1423"/>
|
||||
<source>Connection Status:</source>
|
||||
<translation>Состояние связи:</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../GUI.cpp" line="1425"/>
|
||||
<location filename="../GUI.cpp" line="1423"/>
|
||||
<source>Online</source>
|
||||
<translation>В сети</translation>
|
||||
</message>
|
||||
|
@ -2184,17 +2184,17 @@ Please close the other one first.</source>
|
|||
<translation>qBittorrent привязан к порту: %1</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../GUI.cpp" line="1063"/>
|
||||
<location filename="../GUI.cpp" line="1061"/>
|
||||
<source>DHT support [ON], port: %1</source>
|
||||
<translation>Поддержка DHT [Вкл], порт: %1</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../GUI.cpp" line="1069"/>
|
||||
<location filename="../GUI.cpp" line="1067"/>
|
||||
<source>DHT support [OFF]</source>
|
||||
<translation>Поддержка DHT [Выкл]</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../GUI.cpp" line="1072"/>
|
||||
<location filename="../GUI.cpp" line="1070"/>
|
||||
<source>PeX support [ON]</source>
|
||||
<translation>Поддержка PeX [Вкл]</translation>
|
||||
</message>
|
||||
|
@ -2211,7 +2211,7 @@ Are you sure you want to quit qBittorrent?</source>
|
|||
Вы хотите выйти из qBittorrent?</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../GUI.cpp" line="1135"/>
|
||||
<location filename="../GUI.cpp" line="1133"/>
|
||||
<source>Downloads</source>
|
||||
<translation>Закачки</translation>
|
||||
</message>
|
||||
|
@ -2231,17 +2231,17 @@ Are you sure you want to quit qBittorrent?</source>
|
|||
<translation type="obsolete">Осторожнее, раздача материалов защищенных авторскими правами, преследуется по закону.</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../GUI.cpp" line="1091"/>
|
||||
<location filename="../GUI.cpp" line="1089"/>
|
||||
<source>Encryption support [ON]</source>
|
||||
<translation>Поддержка шифрования [Вкл]</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../GUI.cpp" line="1096"/>
|
||||
<location filename="../GUI.cpp" line="1094"/>
|
||||
<source>Encryption support [FORCED]</source>
|
||||
<translation>Поддержка шифрования [Принудительно]</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../GUI.cpp" line="1101"/>
|
||||
<location filename="../GUI.cpp" line="1099"/>
|
||||
<source>Encryption support [OFF]</source>
|
||||
<translation>Поддержка шифрования [Выкл]</translation>
|
||||
</message>
|
||||
|
@ -2344,12 +2344,12 @@ Are you sure you want to quit qBittorrent?</source>
|
|||
<translation>Поддержка NAT-PMP [Выкл]</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../GUI.cpp" line="1076"/>
|
||||
<location filename="../GUI.cpp" line="1074"/>
|
||||
<source>Local Peer Discovery [ON]</source>
|
||||
<translation>Обнаружение локальных пиров [Вкл]</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../GUI.cpp" line="1079"/>
|
||||
<location filename="../GUI.cpp" line="1077"/>
|
||||
<source>Local Peer Discovery support [OFF]</source>
|
||||
<translation>Обнаружение локальных пиров [Выкл]</translation>
|
||||
</message>
|
||||
|
@ -2360,18 +2360,18 @@ Are you sure you want to quit qBittorrent?</source>
|
|||
<translation type="obsolete">'%1' был удален, так как его соотношение достигло максимально установленного вами.</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../GUI.cpp" line="1391"/>
|
||||
<location filename="../GUI.cpp" line="1389"/>
|
||||
<source>qBittorrent %1 (DL: %2KiB/s, UP: %3KiB/s)</source>
|
||||
<comment>%1 is qBittorrent version</comment>
|
||||
<translation>qBittorrent %1 (Скач: %2КиБ/с, Загр: %3КиБ/с)</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../GUI.cpp" line="1376"/>
|
||||
<location filename="../GUI.cpp" line="1374"/>
|
||||
<source>DL: %1 KiB/s</source>
|
||||
<translation>Скач: %1 КиБ/с</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../GUI.cpp" line="1377"/>
|
||||
<location filename="../GUI.cpp" line="1375"/>
|
||||
<source>UP: %1 KiB/s</source>
|
||||
<translation>Загр: %1 КиБ/с</translation>
|
||||
</message>
|
||||
|
@ -2386,7 +2386,7 @@ Are you sure you want to quit qBittorrent?</source>
|
|||
<translation>DHT: %1 узлов</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../GUI.cpp" line="1428"/>
|
||||
<location filename="../GUI.cpp" line="1426"/>
|
||||
<source>No direct connections. This may indicate network configuration problems.</source>
|
||||
<translation>Нет прямых соединений. Причиной этого могут быть проблемы в настройке сети.</translation>
|
||||
</message>
|
||||
|
@ -2396,7 +2396,7 @@ Are you sure you want to quit qBittorrent?</source>
|
|||
<translation>Раздачи</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../GUI.cpp" line="1505"/>
|
||||
<location filename="../GUI.cpp" line="1503"/>
|
||||
<source>Options were saved successfully.</source>
|
||||
<translation>Настройки были успешно сохранены.</translation>
|
||||
</message>
|
||||
|
@ -4404,7 +4404,7 @@ However, those plugins were disabled.</source>
|
|||
<translation type="obsolete">Настройки были успешно сохранены.</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../options_imp.cpp" line="1260"/>
|
||||
<location filename="../options_imp.cpp" line="1250"/>
|
||||
<source>Choose scan directory</source>
|
||||
<translation>Выберите директорию для сканирования</translation>
|
||||
</message>
|
||||
|
@ -4414,7 +4414,7 @@ However, those plugins were disabled.</source>
|
|||
<translation type="obsolete">Выберите файл ipfilter.dat</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../options_imp.cpp" line="1275"/>
|
||||
<location filename="../options_imp.cpp" line="1265"/>
|
||||
<source>Choose a save directory</source>
|
||||
<translation>Выберите путь сохранения</translation>
|
||||
</message>
|
||||
|
@ -4430,12 +4430,12 @@ However, those plugins were disabled.</source>
|
|||
<translation type="obsolete">Невозможно открыть %1 в режиме чтения.</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../options_imp.cpp" line="1267"/>
|
||||
<location filename="../options_imp.cpp" line="1257"/>
|
||||
<source>Choose an ip filter file</source>
|
||||
<translation>Укажите файл ip фильтра</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../options_imp.cpp" line="1267"/>
|
||||
<location filename="../options_imp.cpp" line="1257"/>
|
||||
<source>Filters</source>
|
||||
<translation>Фильтры</translation>
|
||||
</message>
|
||||
|
@ -5196,7 +5196,7 @@ However, those plugins were disabled.</source>
|
|||
<translation type="obsolete">Да</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../torrentAddition.h" line="110"/>
|
||||
<location filename="../torrentAddition.h" line="115"/>
|
||||
<source>Unable to decode torrent file:</source>
|
||||
<translation>Невозможно декодировать torrent файл:</translation>
|
||||
</message>
|
||||
|
@ -5206,7 +5206,7 @@ However, those plugins were disabled.</source>
|
|||
<translation type="obsolete">Этот файл либо поврежден, либо не torrent типа.</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../torrentAddition.h" line="248"/>
|
||||
<location filename="../torrentAddition.h" line="254"/>
|
||||
<source>Choose save path</source>
|
||||
<translation>Выберите путь сохранения</translation>
|
||||
</message>
|
||||
|
@ -5216,32 +5216,32 @@ However, those plugins were disabled.</source>
|
|||
<translation type="obsolete">Нет</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../torrentAddition.h" line="382"/>
|
||||
<location filename="../torrentAddition.h" line="388"/>
|
||||
<source>Empty save path</source>
|
||||
<translation>Очистить путь сохранения</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../torrentAddition.h" line="382"/>
|
||||
<location filename="../torrentAddition.h" line="388"/>
|
||||
<source>Please enter a save path</source>
|
||||
<translation>Пожалуйста, введите путь сохранения</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../torrentAddition.h" line="388"/>
|
||||
<location filename="../torrentAddition.h" line="394"/>
|
||||
<source>Save path creation error</source>
|
||||
<translation>Ошибка создания пути сохранения</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../torrentAddition.h" line="388"/>
|
||||
<location filename="../torrentAddition.h" line="394"/>
|
||||
<source>Could not create the save path</source>
|
||||
<translation>Невозможно создать путь сохранения</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../torrentAddition.h" line="418"/>
|
||||
<location filename="../torrentAddition.h" line="424"/>
|
||||
<source>Invalid file selection</source>
|
||||
<translation>Неправильное выделение файлов</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../torrentAddition.h" line="418"/>
|
||||
<location filename="../torrentAddition.h" line="424"/>
|
||||
<source>You must select at least one file in the torrent</source>
|
||||
<translation>Вы должны выбрать по меньшей мере один файл в torrentе</translation>
|
||||
</message>
|
||||
|
@ -5261,7 +5261,7 @@ However, those plugins were disabled.</source>
|
|||
<translation>Прогресс</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../torrentAddition.h" line="281"/>
|
||||
<location filename="../torrentAddition.h" line="287"/>
|
||||
<source>Priority</source>
|
||||
<translation>Приоритет</translation>
|
||||
</message>
|
||||
|
|
Binary file not shown.
|
@ -244,7 +244,7 @@ Copyright © 2006 by Christophe Dumez<br>
|
|||
<translation type="obsolete">0.0.0.0</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../options.ui" line="2140"/>
|
||||
<location filename="../options.ui" line="2097"/>
|
||||
<source>Port:</source>
|
||||
<translation>Port:</translation>
|
||||
</message>
|
||||
|
@ -254,7 +254,7 @@ Copyright © 2006 by Christophe Dumez<br>
|
|||
<translation type="obsolete">Proxy server vyžaduje autentfikáciu</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../options.ui" line="2179"/>
|
||||
<location filename="../options.ui" line="2136"/>
|
||||
<source>Authentication</source>
|
||||
<translation>Autentifikácia</translation>
|
||||
</message>
|
||||
|
@ -264,7 +264,7 @@ Copyright © 2006 by Christophe Dumez<br>
|
|||
<translation type="obsolete">Používateľské meno:</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../options.ui" line="2200"/>
|
||||
<location filename="../options.ui" line="2157"/>
|
||||
<source>Password:</source>
|
||||
<translation>Heslo:</translation>
|
||||
</message>
|
||||
|
@ -858,7 +858,7 @@ Copyright © 2006 by Christophe Dumez<br>
|
|||
<translation>Proxy:</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../options.ui" line="2190"/>
|
||||
<location filename="../options.ui" line="2147"/>
|
||||
<source>Username:</source>
|
||||
<translation>Meno používateľa:</translation>
|
||||
</message>
|
||||
|
@ -1024,17 +1024,17 @@ Copyright © 2006 by Christophe Dumez<br>
|
|||
<translation>Klamať Azureus, aby sme sa vyhli blokovaniu (vyžaduje reštart)</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../options.ui" line="2105"/>
|
||||
<location filename="../options.ui" line="2062"/>
|
||||
<source>Web UI</source>
|
||||
<translation>Webové rozhranie</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../options.ui" line="2118"/>
|
||||
<location filename="../options.ui" line="2075"/>
|
||||
<source>Enable Web User Interface</source>
|
||||
<translation>Zapnúť webové rozhranie</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../options.ui" line="2131"/>
|
||||
<location filename="../options.ui" line="2088"/>
|
||||
<source>HTTP Server</source>
|
||||
<translation>HTTP Server</translation>
|
||||
</message>
|
||||
|
@ -1064,7 +1064,7 @@ Copyright © 2006 by Christophe Dumez<br>
|
|||
<translation>Zaraďovanie torrentov do frontu</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../options.ui" line="2050"/>
|
||||
<location filename="../options.ui" line="2007"/>
|
||||
<source>Maximum active torrents:</source>
|
||||
<translation>Maximum aktívnych torrentov:</translation>
|
||||
</message>
|
||||
|
@ -1083,11 +1083,6 @@ Copyright © 2006 by Christophe Dumez<br>
|
|||
<source>Bittorrent proxy settings</source>
|
||||
<translation>Nastavenie Bittorrent proxy</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../options.ui" line="2007"/>
|
||||
<source>Maximum active uploads:</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
</context>
|
||||
<context>
|
||||
<name>DownloadingTorrents</name>
|
||||
|
@ -1376,7 +1371,7 @@ Copyright © 2006 by Christophe Dumez<br>
|
|||
<translation type="obsolete">spusten</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../GUI.cpp" line="1146"/>
|
||||
<location filename="../GUI.cpp" line="1144"/>
|
||||
<source>Finished</source>
|
||||
<translation>Dokončené</translation>
|
||||
</message>
|
||||
|
@ -1481,7 +1476,7 @@ Copyright © 2006 by Christophe Dumez<br>
|
|||
<translation type="obsolete">qBittorrent </translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../GUI.cpp" line="1411"/>
|
||||
<location filename="../GUI.cpp" line="1409"/>
|
||||
<source>qBittorrent</source>
|
||||
<translation>qBittorrent</translation>
|
||||
</message>
|
||||
|
@ -1818,7 +1813,7 @@ Najskôr ho prosím zatvorte.</translation>
|
|||
<translation>qBittorrent %1</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../GUI.cpp" line="1428"/>
|
||||
<location filename="../GUI.cpp" line="1426"/>
|
||||
<source>Connection status:</source>
|
||||
<translation>Stav spojenia:</translation>
|
||||
</message>
|
||||
|
@ -1893,13 +1888,13 @@ Najskôr ho prosím zatvorte.</translation>
|
|||
<translation type="obsolete">qBittorrent %1 spustený.</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../GUI.cpp" line="1414"/>
|
||||
<location filename="../GUI.cpp" line="1412"/>
|
||||
<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="1417"/>
|
||||
<location filename="../GUI.cpp" line="1415"/>
|
||||
<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>
|
||||
|
@ -2022,12 +2017,12 @@ 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="1425"/>
|
||||
<location filename="../GUI.cpp" line="1423"/>
|
||||
<source>Connection Status:</source>
|
||||
<translation>Stav spojenia:</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../GUI.cpp" line="1425"/>
|
||||
<location filename="../GUI.cpp" line="1423"/>
|
||||
<source>Online</source>
|
||||
<translation>Online</translation>
|
||||
</message>
|
||||
|
@ -2086,7 +2081,7 @@ Najskôr ho prosím zatvorte.</translation>
|
|||
<translation></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../GUI.cpp" line="1135"/>
|
||||
<location filename="../GUI.cpp" line="1133"/>
|
||||
<source>Downloads</source>
|
||||
<translation>Sťahovania</translation>
|
||||
</message>
|
||||
|
@ -2109,12 +2104,12 @@ Ste si istý, že chcete ukončiť qBittorrent?</translation>
|
|||
<translation>qBittorrent sa viaže (bind) na port: %1</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../GUI.cpp" line="1063"/>
|
||||
<location filename="../GUI.cpp" line="1061"/>
|
||||
<source>DHT support [ON], port: %1</source>
|
||||
<translation>Podpora DHT [zapnutá], port: %1</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../GUI.cpp" line="1069"/>
|
||||
<location filename="../GUI.cpp" line="1067"/>
|
||||
<source>DHT support [OFF]</source>
|
||||
<translation>Podpora DHT [vypnutá]</translation>
|
||||
</message>
|
||||
|
@ -2124,7 +2119,7 @@ Ste si istý, že chcete ukončiť qBittorrent?</translation>
|
|||
<translation>Podpora UPnP [zapnutá]</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../GUI.cpp" line="1072"/>
|
||||
<location filename="../GUI.cpp" line="1070"/>
|
||||
<source>PeX support [ON]</source>
|
||||
<translation>Podpora PeX [zapnutá]</translation>
|
||||
</message>
|
||||
|
@ -2139,17 +2134,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="1091"/>
|
||||
<location filename="../GUI.cpp" line="1089"/>
|
||||
<source>Encryption support [ON]</source>
|
||||
<translation>Podpora šifrovania [zapnuté]</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../GUI.cpp" line="1096"/>
|
||||
<location filename="../GUI.cpp" line="1094"/>
|
||||
<source>Encryption support [FORCED]</source>
|
||||
<translation>Podpora šifrovania [vynútené]</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../GUI.cpp" line="1101"/>
|
||||
<location filename="../GUI.cpp" line="1099"/>
|
||||
<source>Encryption support [OFF]</source>
|
||||
<translation>Podpora šifrovania [vypnuté]</translation>
|
||||
</message>
|
||||
|
@ -2252,12 +2247,12 @@ Ste si istý, že chcete ukončiť qBittorrent?</translation>
|
|||
<translation>Podpora NAT-PMP [vypnutá]</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../GUI.cpp" line="1076"/>
|
||||
<location filename="../GUI.cpp" line="1074"/>
|
||||
<source>Local Peer Discovery [ON]</source>
|
||||
<translation>Local Peer Discovery [zapnutá]</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../GUI.cpp" line="1079"/>
|
||||
<location filename="../GUI.cpp" line="1077"/>
|
||||
<source>Local Peer Discovery support [OFF]</source>
|
||||
<translation>Podpora Local Peer Discovery support [vypnutá]</translation>
|
||||
</message>
|
||||
|
@ -2268,18 +2263,18 @@ Ste si istý, že chcete ukončiť qBittorrent?</translation>
|
|||
<translation type="obsolete">„%1“ bol odstránený, pretože jeho pomer dosiahol maximálnu hodonotu, ktorú ste nastavili.</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../GUI.cpp" line="1391"/>
|
||||
<location filename="../GUI.cpp" line="1389"/>
|
||||
<source>qBittorrent %1 (DL: %2KiB/s, UP: %3KiB/s)</source>
|
||||
<comment>%1 is qBittorrent version</comment>
|
||||
<translation>qBittorrent %1 (DL: %2KiB/s, UP: %3KiB/s)</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../GUI.cpp" line="1376"/>
|
||||
<location filename="../GUI.cpp" line="1374"/>
|
||||
<source>DL: %1 KiB/s</source>
|
||||
<translation>Sťah: %1 KiB/s</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../GUI.cpp" line="1377"/>
|
||||
<location filename="../GUI.cpp" line="1375"/>
|
||||
<source>UP: %1 KiB/s</source>
|
||||
<translation>Nahr: %1 KiB/s</translation>
|
||||
</message>
|
||||
|
@ -2294,7 +2289,7 @@ Ste si istý, že chcete ukončiť qBittorrent?</translation>
|
|||
<translation>DHT: %1 uzlov</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../GUI.cpp" line="1428"/>
|
||||
<location filename="../GUI.cpp" line="1426"/>
|
||||
<source>No direct connections. This may indicate network configuration problems.</source>
|
||||
<translation>Žiadne priame spojenia. To môže znamenať problém s pripojením.</translation>
|
||||
</message>
|
||||
|
@ -2304,7 +2299,7 @@ Ste si istý, že chcete ukončiť qBittorrent?</translation>
|
|||
<translation>Nahrávania</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../GUI.cpp" line="1505"/>
|
||||
<location filename="../GUI.cpp" line="1503"/>
|
||||
<source>Options were saved successfully.</source>
|
||||
<translation>Nastavenia boli úspešne uložené.</translation>
|
||||
</message>
|
||||
|
@ -4360,7 +4355,7 @@ Tieto moduly však boli vypnuté.</translation>
|
|||
<translation type="obsolete">Nastavenia úspešne uložené.</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../options_imp.cpp" line="1260"/>
|
||||
<location filename="../options_imp.cpp" line="1250"/>
|
||||
<source>Choose scan directory</source>
|
||||
<translation>Zvoliť adresár pre prezeranie</translation>
|
||||
</message>
|
||||
|
@ -4370,7 +4365,7 @@ Tieto moduly však boli vypnuté.</translation>
|
|||
<translation type="obsolete">Vyberte súbor ipfilter.dat</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../options_imp.cpp" line="1275"/>
|
||||
<location filename="../options_imp.cpp" line="1265"/>
|
||||
<source>Choose a save directory</source>
|
||||
<translation>Vyberte adresár, kde sa bude ukladať</translation>
|
||||
</message>
|
||||
|
@ -4386,12 +4381,12 @@ Tieto moduly však boli vypnuté.</translation>
|
|||
<translation type="obsolete">Nebolo možné otvoriť %1 v režime pre čítanie.</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../options_imp.cpp" line="1267"/>
|
||||
<location filename="../options_imp.cpp" line="1257"/>
|
||||
<source>Choose an ip filter file</source>
|
||||
<translation>Zvoliť súbor IP filtra</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../options_imp.cpp" line="1267"/>
|
||||
<location filename="../options_imp.cpp" line="1257"/>
|
||||
<source>Filters</source>
|
||||
<translation>Filtre</translation>
|
||||
</message>
|
||||
|
@ -5157,7 +5152,7 @@ Tieto moduly však boli vypnuté.</translation>
|
|||
<translation type="obsolete">Áno</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../torrentAddition.h" line="110"/>
|
||||
<location filename="../torrentAddition.h" line="115"/>
|
||||
<source>Unable to decode torrent file:</source>
|
||||
<translation>Nemohol som dekódovať torrent súbor:</translation>
|
||||
</message>
|
||||
|
@ -5167,7 +5162,7 @@ Tieto moduly však boli vypnuté.</translation>
|
|||
<translation type="obsolete">Tento súbor je buď poškodený alebo nie je torrent.</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../torrentAddition.h" line="248"/>
|
||||
<location filename="../torrentAddition.h" line="254"/>
|
||||
<source>Choose save path</source>
|
||||
<translation>Zvoľte cestu pre uloženie</translation>
|
||||
</message>
|
||||
|
@ -5177,32 +5172,32 @@ Tieto moduly však boli vypnuté.</translation>
|
|||
<translation type="obsolete">Nie</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../torrentAddition.h" line="382"/>
|
||||
<location filename="../torrentAddition.h" line="388"/>
|
||||
<source>Empty save path</source>
|
||||
<translation>Prázdna cesta pre uloženie</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../torrentAddition.h" line="382"/>
|
||||
<location filename="../torrentAddition.h" line="388"/>
|
||||
<source>Please enter a save path</source>
|
||||
<translation>Prosím, zadajte cestu pre uloženie</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../torrentAddition.h" line="388"/>
|
||||
<location filename="../torrentAddition.h" line="394"/>
|
||||
<source>Save path creation error</source>
|
||||
<translation>Chyba pri vytváraní cesty pre uloženie</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../torrentAddition.h" line="388"/>
|
||||
<location filename="../torrentAddition.h" line="394"/>
|
||||
<source>Could not create the save path</source>
|
||||
<translation>Nemohol som vytvoriť cestu pre uloženie</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../torrentAddition.h" line="418"/>
|
||||
<location filename="../torrentAddition.h" line="424"/>
|
||||
<source>Invalid file selection</source>
|
||||
<translation>Neplatný výber súboru</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../torrentAddition.h" line="418"/>
|
||||
<location filename="../torrentAddition.h" line="424"/>
|
||||
<source>You must select at least one file in the torrent</source>
|
||||
<translation>Musíte vybrať aspoň jeden súbor z torrentu</translation>
|
||||
</message>
|
||||
|
@ -5222,7 +5217,7 @@ Tieto moduly však boli vypnuté.</translation>
|
|||
<translation>Priebeh</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../torrentAddition.h" line="281"/>
|
||||
<location filename="../torrentAddition.h" line="287"/>
|
||||
<source>Priority</source>
|
||||
<translation>Priorita</translation>
|
||||
</message>
|
||||
|
|
Binary file not shown.
|
@ -185,17 +185,17 @@ Copyright © 2006 by Christophe Dumez<br>
|
|||
<translation>...</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../options.ui" line="2140"/>
|
||||
<location filename="../options.ui" line="2097"/>
|
||||
<source>Port:</source>
|
||||
<translation>Port:</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../options.ui" line="2179"/>
|
||||
<location filename="../options.ui" line="2136"/>
|
||||
<source>Authentication</source>
|
||||
<translation>Autentisering</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../options.ui" line="2200"/>
|
||||
<location filename="../options.ui" line="2157"/>
|
||||
<source>Password:</source>
|
||||
<translation>Lösenord:</translation>
|
||||
</message>
|
||||
|
@ -448,7 +448,7 @@ Copyright © 2006 by Christophe Dumez<br>
|
|||
<translation>Proxy:</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../options.ui" line="2190"/>
|
||||
<location filename="../options.ui" line="2147"/>
|
||||
<source>Username:</source>
|
||||
<translation>Användarnamn:</translation>
|
||||
</message>
|
||||
|
@ -620,17 +620,17 @@ Copyright © 2006 by Christophe Dumez<br>
|
|||
<translation>Identifiera som Azureus för att undvika bannlysning (kräver omstart)</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../options.ui" line="2105"/>
|
||||
<location filename="../options.ui" line="2062"/>
|
||||
<source>Web UI</source>
|
||||
<translation>Webbgränssnitt</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../options.ui" line="2118"/>
|
||||
<location filename="../options.ui" line="2075"/>
|
||||
<source>Enable Web User Interface</source>
|
||||
<translation>Aktivera webbgränssnitt</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../options.ui" line="2131"/>
|
||||
<location filename="../options.ui" line="2088"/>
|
||||
<source>HTTP Server</source>
|
||||
<translation>HTTP-server</translation>
|
||||
</message>
|
||||
|
@ -660,7 +660,7 @@ Copyright © 2006 by Christophe Dumez<br>
|
|||
<translation>Torrentkö</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../options.ui" line="2050"/>
|
||||
<location filename="../options.ui" line="2007"/>
|
||||
<source>Maximum active torrents:</source>
|
||||
<translation>Maximalt antal aktiva torrent:</translation>
|
||||
</message>
|
||||
|
@ -687,7 +687,7 @@ Copyright © 2006 by Christophe Dumez<br>
|
|||
<message>
|
||||
<location filename="../options.ui" line="2007"/>
|
||||
<source>Maximum active uploads:</source>
|
||||
<translation>Maximalt antal aktiva sändningar:</translation>
|
||||
<translation type="obsolete">Maximalt antal aktiva sändningar:</translation>
|
||||
</message>
|
||||
</context>
|
||||
<context>
|
||||
|
@ -879,23 +879,23 @@ Copyright © 2006 by Christophe Dumez<br>
|
|||
<translation>qBittorrent %1</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../GUI.cpp" line="1428"/>
|
||||
<location filename="../GUI.cpp" line="1426"/>
|
||||
<source>Connection status:</source>
|
||||
<translation>Anslutningsstatus:</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../GUI.cpp" line="1411"/>
|
||||
<location filename="../GUI.cpp" line="1409"/>
|
||||
<source>qBittorrent</source>
|
||||
<translation>qBittorrent</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../GUI.cpp" line="1414"/>
|
||||
<location filename="../GUI.cpp" line="1412"/>
|
||||
<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="1417"/>
|
||||
<location filename="../GUI.cpp" line="1415"/>
|
||||
<source>UP speed: %1 KiB/s</source>
|
||||
<comment>e.g: Upload speed: 10 KiB/s</comment>
|
||||
<translation>Sändning: %1 KiB/s</translation>
|
||||
|
@ -924,12 +924,12 @@ Copyright © 2006 by Christophe Dumez<br>
|
|||
<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="1425"/>
|
||||
<location filename="../GUI.cpp" line="1423"/>
|
||||
<source>Connection Status:</source>
|
||||
<translation>Anslutningsstatus:</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../GUI.cpp" line="1425"/>
|
||||
<location filename="../GUI.cpp" line="1423"/>
|
||||
<source>Online</source>
|
||||
<translation>Ansluten</translation>
|
||||
</message>
|
||||
|
@ -956,17 +956,17 @@ Copyright © 2006 by Christophe Dumez<br>
|
|||
<translation>qBittorrent är bunden till port: %1</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../GUI.cpp" line="1063"/>
|
||||
<location filename="../GUI.cpp" line="1061"/>
|
||||
<source>DHT support [ON], port: %1</source>
|
||||
<translation>DHT-stöd [PÅ], port: %1</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../GUI.cpp" line="1069"/>
|
||||
<location filename="../GUI.cpp" line="1067"/>
|
||||
<source>DHT support [OFF]</source>
|
||||
<translation>DHT-stöd [AV]</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../GUI.cpp" line="1072"/>
|
||||
<location filename="../GUI.cpp" line="1070"/>
|
||||
<source>PeX support [ON]</source>
|
||||
<translation>PeX-stöd [PÅ]</translation>
|
||||
</message>
|
||||
|
@ -983,12 +983,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="1135"/>
|
||||
<location filename="../GUI.cpp" line="1133"/>
|
||||
<source>Downloads</source>
|
||||
<translation>Hämtningar</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../GUI.cpp" line="1146"/>
|
||||
<location filename="../GUI.cpp" line="1144"/>
|
||||
<source>Finished</source>
|
||||
<translation>Färdiga</translation>
|
||||
</message>
|
||||
|
@ -1003,17 +1003,17 @@ Are you sure you want to quit qBittorrent?</source>
|
|||
<translation>UPnP-stöd [PÅ]</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../GUI.cpp" line="1091"/>
|
||||
<location filename="../GUI.cpp" line="1089"/>
|
||||
<source>Encryption support [ON]</source>
|
||||
<translation>Krypteringsstöd [PÅ]</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../GUI.cpp" line="1096"/>
|
||||
<location filename="../GUI.cpp" line="1094"/>
|
||||
<source>Encryption support [FORCED]</source>
|
||||
<translation>Krypteringsstöd [TVINGAD]</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../GUI.cpp" line="1101"/>
|
||||
<location filename="../GUI.cpp" line="1099"/>
|
||||
<source>Encryption support [OFF]</source>
|
||||
<translation>Krypteringsstöd [AV]</translation>
|
||||
</message>
|
||||
|
@ -1083,28 +1083,28 @@ Are you sure you want to quit qBittorrent?</source>
|
|||
<translation>NAT-PMP-stöd [AV]</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../GUI.cpp" line="1076"/>
|
||||
<location filename="../GUI.cpp" line="1074"/>
|
||||
<source>Local Peer Discovery [ON]</source>
|
||||
<translation>Identifiering av lokala klienter [PÅ]</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../GUI.cpp" line="1079"/>
|
||||
<location filename="../GUI.cpp" line="1077"/>
|
||||
<source>Local Peer Discovery support [OFF]</source>
|
||||
<translation>Stöd för identifiering av lokala klienter [AV]</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../GUI.cpp" line="1391"/>
|
||||
<location filename="../GUI.cpp" line="1389"/>
|
||||
<source>qBittorrent %1 (DL: %2KiB/s, UP: %3KiB/s)</source>
|
||||
<comment>%1 is qBittorrent version</comment>
|
||||
<translation>qBittorrent %1 (Ned: %2 KiB/s, Upp: %3 KiB/s)</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../GUI.cpp" line="1376"/>
|
||||
<location filename="../GUI.cpp" line="1374"/>
|
||||
<source>DL: %1 KiB/s</source>
|
||||
<translation>Ned: %1 KiB/s</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../GUI.cpp" line="1377"/>
|
||||
<location filename="../GUI.cpp" line="1375"/>
|
||||
<source>UP: %1 KiB/s</source>
|
||||
<translation>Upp: %1 KiB/s</translation>
|
||||
</message>
|
||||
|
@ -1119,7 +1119,7 @@ Are you sure you want to quit qBittorrent?</source>
|
|||
<translation>DHT: %1 noder</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../GUI.cpp" line="1428"/>
|
||||
<location filename="../GUI.cpp" line="1426"/>
|
||||
<source>No direct connections. This may indicate network configuration problems.</source>
|
||||
<translation>Inga direktanslutningar. Detta kan betyda problem med nätverkskonfigurationen.</translation>
|
||||
</message>
|
||||
|
@ -1129,7 +1129,7 @@ Are you sure you want to quit qBittorrent?</source>
|
|||
<translation>Sändningar</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../GUI.cpp" line="1505"/>
|
||||
<location filename="../GUI.cpp" line="1503"/>
|
||||
<source>Options were saved successfully.</source>
|
||||
<translation>Inställningarna sparades.</translation>
|
||||
</message>
|
||||
|
@ -2436,22 +2436,22 @@ Dock har dessa insticksmoduler blivit inaktiverade.</translation>
|
|||
<context>
|
||||
<name>options_imp</name>
|
||||
<message>
|
||||
<location filename="../options_imp.cpp" line="1260"/>
|
||||
<location filename="../options_imp.cpp" line="1250"/>
|
||||
<source>Choose scan directory</source>
|
||||
<translation>Välj en avsökningskatalog</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../options_imp.cpp" line="1275"/>
|
||||
<location filename="../options_imp.cpp" line="1265"/>
|
||||
<source>Choose a save directory</source>
|
||||
<translation>Välj en katalog att spara i</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../options_imp.cpp" line="1267"/>
|
||||
<location filename="../options_imp.cpp" line="1257"/>
|
||||
<source>Choose an ip filter file</source>
|
||||
<translation>Välj en IP-filterfil</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../options_imp.cpp" line="1267"/>
|
||||
<location filename="../options_imp.cpp" line="1257"/>
|
||||
<source>Filters</source>
|
||||
<translation>Filter</translation>
|
||||
</message>
|
||||
|
@ -2981,7 +2981,7 @@ Dock har dessa insticksmoduler blivit inaktiverade.</translation>
|
|||
<context>
|
||||
<name>torrentAdditionDialog</name>
|
||||
<message>
|
||||
<location filename="../torrentAddition.h" line="110"/>
|
||||
<location filename="../torrentAddition.h" line="115"/>
|
||||
<source>Unable to decode torrent file:</source>
|
||||
<translation>Kunde inte avkoda torrent-fil:</translation>
|
||||
</message>
|
||||
|
@ -2991,37 +2991,37 @@ Dock har dessa insticksmoduler blivit inaktiverade.</translation>
|
|||
<translation type="obsolete">Denna fil är antingen skadad eller så är den inte en torrent-fil.</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../torrentAddition.h" line="248"/>
|
||||
<location filename="../torrentAddition.h" line="254"/>
|
||||
<source>Choose save path</source>
|
||||
<translation>Välj sökväg att spara i</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../torrentAddition.h" line="382"/>
|
||||
<location filename="../torrentAddition.h" line="388"/>
|
||||
<source>Empty save path</source>
|
||||
<translation>Tom sökväg för att spara i</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../torrentAddition.h" line="382"/>
|
||||
<location filename="../torrentAddition.h" line="388"/>
|
||||
<source>Please enter a save path</source>
|
||||
<translation>Ange en sökväg att spara i</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../torrentAddition.h" line="388"/>
|
||||
<location filename="../torrentAddition.h" line="394"/>
|
||||
<source>Save path creation error</source>
|
||||
<translation>Fel vid skapandet av sökväg</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../torrentAddition.h" line="388"/>
|
||||
<location filename="../torrentAddition.h" line="394"/>
|
||||
<source>Could not create the save path</source>
|
||||
<translation>Kunde inte skapa sökväg att spara i</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../torrentAddition.h" line="418"/>
|
||||
<location filename="../torrentAddition.h" line="424"/>
|
||||
<source>Invalid file selection</source>
|
||||
<translation>Ogiltig filmarkering</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../torrentAddition.h" line="418"/>
|
||||
<location filename="../torrentAddition.h" line="424"/>
|
||||
<source>You must select at least one file in the torrent</source>
|
||||
<translation>Du måste välja åtminstone en fil i torrent-filen</translation>
|
||||
</message>
|
||||
|
@ -3041,7 +3041,7 @@ Dock har dessa insticksmoduler blivit inaktiverade.</translation>
|
|||
<translation>Förlopp</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../torrentAddition.h" line="281"/>
|
||||
<location filename="../torrentAddition.h" line="287"/>
|
||||
<source>Priority</source>
|
||||
<translation>Prioritet</translation>
|
||||
</message>
|
||||
|
|
Binary file not shown.
|
@ -320,7 +320,7 @@ Telif Hakkı © 2006 Christophe Dumez<br>
|
|||
<translation type="obsolete">0.0.0.0</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../options.ui" line="2140"/>
|
||||
<location filename="../options.ui" line="2097"/>
|
||||
<source>Port:</source>
|
||||
<translation>Kapı:</translation>
|
||||
</message>
|
||||
|
@ -330,7 +330,7 @@ Telif Hakkı © 2006 Christophe Dumez<br>
|
|||
<translation type="obsolete">Proxy sunucusu kimlik denetimi gerektiriyor</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../options.ui" line="2179"/>
|
||||
<location filename="../options.ui" line="2136"/>
|
||||
<source>Authentication</source>
|
||||
<translation>Kimlik Denetimi</translation>
|
||||
</message>
|
||||
|
@ -340,7 +340,7 @@ Telif Hakkı © 2006 Christophe Dumez<br>
|
|||
<translation type="obsolete">Kullanıcı Adı:</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../options.ui" line="2200"/>
|
||||
<location filename="../options.ui" line="2157"/>
|
||||
<source>Password:</source>
|
||||
<translation>Parola:</translation>
|
||||
</message>
|
||||
|
@ -889,7 +889,7 @@ Telif Hakkı © 2006 Christophe Dumez<br>
|
|||
<translation>Vekil:</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../options.ui" line="2190"/>
|
||||
<location filename="../options.ui" line="2147"/>
|
||||
<source>Username:</source>
|
||||
<translation>Kullanıcı adı:</translation>
|
||||
</message>
|
||||
|
@ -1055,17 +1055,17 @@ Telif Hakkı © 2006 Christophe Dumez<br>
|
|||
<translation>Yasaklamadan sakınmak için Azureus'u kandır (yeniden başlatma gerektirir)</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../options.ui" line="2105"/>
|
||||
<location filename="../options.ui" line="2062"/>
|
||||
<source>Web UI</source>
|
||||
<translation>Web KA</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../options.ui" line="2118"/>
|
||||
<location filename="../options.ui" line="2075"/>
|
||||
<source>Enable Web User Interface</source>
|
||||
<translation>Web Kullanıcı Arayüzünü Etkinleştir</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../options.ui" line="2131"/>
|
||||
<location filename="../options.ui" line="2088"/>
|
||||
<source>HTTP Server</source>
|
||||
<translation>HTTP Sunucu</translation>
|
||||
</message>
|
||||
|
@ -1095,7 +1095,7 @@ Telif Hakkı © 2006 Christophe Dumez<br>
|
|||
<translation>Torrent kuyruğu</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../options.ui" line="2050"/>
|
||||
<location filename="../options.ui" line="2007"/>
|
||||
<source>Maximum active torrents:</source>
|
||||
<translation>Azami etkin torrent:</translation>
|
||||
</message>
|
||||
|
@ -1117,7 +1117,7 @@ Telif Hakkı © 2006 Christophe Dumez<br>
|
|||
<message>
|
||||
<location filename="../options.ui" line="2007"/>
|
||||
<source>Maximum active uploads:</source>
|
||||
<translation>Azami etkin gönderimler:</translation>
|
||||
<translation type="obsolete">Azami etkin gönderimler:</translation>
|
||||
</message>
|
||||
</context>
|
||||
<context>
|
||||
|
@ -1440,7 +1440,7 @@ Telif Hakkı © 2006 Christophe Dumez<br>
|
|||
<translation type="obsolete">kb/s</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../GUI.cpp" line="1146"/>
|
||||
<location filename="../GUI.cpp" line="1144"/>
|
||||
<source>Finished</source>
|
||||
<translation>Tamamlandı</translation>
|
||||
</message>
|
||||
|
@ -1567,7 +1567,7 @@ Telif Hakkı © 2006 Christophe Dumez<br>
|
|||
<translation type="obsolete"> qBittorrent</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../GUI.cpp" line="1411"/>
|
||||
<location filename="../GUI.cpp" line="1409"/>
|
||||
<source>qBittorrent</source>
|
||||
<translation>qBittorrent</translation>
|
||||
</message>
|
||||
|
@ -1927,7 +1927,7 @@ Lütfen önce diğerini kapatın.</translation>
|
|||
<translation>qBittorrent %1</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../GUI.cpp" line="1428"/>
|
||||
<location filename="../GUI.cpp" line="1426"/>
|
||||
<source>Connection status:</source>
|
||||
<translation>Bağlantı durumu:</translation>
|
||||
</message>
|
||||
|
@ -2002,13 +2002,13 @@ Lütfen önce diğerini kapatın.</translation>
|
|||
<translation type="obsolete">qBittorrent %1 başladı.</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../GUI.cpp" line="1414"/>
|
||||
<location filename="../GUI.cpp" line="1412"/>
|
||||
<source>DL speed: %1 KiB/s</source>
|
||||
<comment>e.g: Download speed: 10 KiB/s</comment>
|
||||
<translation>İND hızı: %1 KB/s</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../GUI.cpp" line="1417"/>
|
||||
<location filename="../GUI.cpp" line="1415"/>
|
||||
<source>UP speed: %1 KiB/s</source>
|
||||
<comment>e.g: Upload speed: 10 KiB/s</comment>
|
||||
<translation>GÖN hızı: %1 KB/s</translation>
|
||||
|
@ -2125,12 +2125,12 @@ Lütfen önce diğerini kapatın.</translation>
|
|||
<translation>%1 okunmaya veya yazılmaya çalışılırken bir hata oluştu. Disk muhtemelen dolu, indirme duraklatıldı</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../GUI.cpp" line="1425"/>
|
||||
<location filename="../GUI.cpp" line="1423"/>
|
||||
<source>Connection Status:</source>
|
||||
<translation>Bağlantı Durumu:</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../GUI.cpp" line="1425"/>
|
||||
<location filename="../GUI.cpp" line="1423"/>
|
||||
<source>Online</source>
|
||||
<translation>Çevrimiçi</translation>
|
||||
</message>
|
||||
|
@ -2189,7 +2189,7 @@ Lütfen önce diğerini kapatın.</translation>
|
|||
<translation>RSS</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../GUI.cpp" line="1135"/>
|
||||
<location filename="../GUI.cpp" line="1133"/>
|
||||
<source>Downloads</source>
|
||||
<translation>İndirilenler</translation>
|
||||
</message>
|
||||
|
@ -2212,17 +2212,17 @@ qBittorrent'ten çıkmak istediğinize emin misiniz?</translation>
|
|||
<translation>qBittorrent'in bağlandığı kapı: %1</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../GUI.cpp" line="1063"/>
|
||||
<location filename="../GUI.cpp" line="1061"/>
|
||||
<source>DHT support [ON], port: %1</source>
|
||||
<translation>DHT desteği [AÇIK], kapı: %1</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../GUI.cpp" line="1069"/>
|
||||
<location filename="../GUI.cpp" line="1067"/>
|
||||
<source>DHT support [OFF]</source>
|
||||
<translation>DHT desteği [KAPALI]</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../GUI.cpp" line="1072"/>
|
||||
<location filename="../GUI.cpp" line="1070"/>
|
||||
<source>PeX support [ON]</source>
|
||||
<translation>EşD desteği [AÇIK]</translation>
|
||||
</message>
|
||||
|
@ -2237,17 +2237,17 @@ qBittorrent'ten çıkmak istediğinize emin misiniz?</translation>
|
|||
<translation>UPnP desteği [AÇIK]</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../GUI.cpp" line="1091"/>
|
||||
<location filename="../GUI.cpp" line="1089"/>
|
||||
<source>Encryption support [ON]</source>
|
||||
<translation>Şifreleme desteği [AÇIK]</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../GUI.cpp" line="1096"/>
|
||||
<location filename="../GUI.cpp" line="1094"/>
|
||||
<source>Encryption support [FORCED]</source>
|
||||
<translation>Şifreleme desteği [ZORLANDI]</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../GUI.cpp" line="1101"/>
|
||||
<location filename="../GUI.cpp" line="1099"/>
|
||||
<source>Encryption support [OFF]</source>
|
||||
<translation>Şifreleme desteği [KAPALI]</translation>
|
||||
</message>
|
||||
|
@ -2323,12 +2323,12 @@ qBittorrent'ten çıkmak istediğinize emin misiniz?</translation>
|
|||
<translation>NAT-PMP desteği [KAPALI]</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../GUI.cpp" line="1076"/>
|
||||
<location filename="../GUI.cpp" line="1074"/>
|
||||
<source>Local Peer Discovery [ON]</source>
|
||||
<translation>Yerel Eş Keşfi [AÇIK]</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../GUI.cpp" line="1079"/>
|
||||
<location filename="../GUI.cpp" line="1077"/>
|
||||
<source>Local Peer Discovery support [OFF]</source>
|
||||
<translation>Yerel Eş Keşfi desteği [KAPALI]</translation>
|
||||
</message>
|
||||
|
@ -2339,18 +2339,18 @@ qBittorrent'ten çıkmak istediğinize emin misiniz?</translation>
|
|||
<translation type="obsolete">'%1' kaldırıldı çünkü oranı ayarladığınız maksimum değere ulaştı.</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../GUI.cpp" line="1391"/>
|
||||
<location filename="../GUI.cpp" line="1389"/>
|
||||
<source>qBittorrent %1 (DL: %2KiB/s, UP: %3KiB/s)</source>
|
||||
<comment>%1 is qBittorrent version</comment>
|
||||
<translation>qBittorrent %1 (İND: %2KB/s, GÖN: %3KB/s)</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../GUI.cpp" line="1376"/>
|
||||
<location filename="../GUI.cpp" line="1374"/>
|
||||
<source>DL: %1 KiB/s</source>
|
||||
<translation>İND: %1 KB/s</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../GUI.cpp" line="1377"/>
|
||||
<location filename="../GUI.cpp" line="1375"/>
|
||||
<source>UP: %1 KiB/s</source>
|
||||
<translation>GÖN: %1 KB/s</translation>
|
||||
</message>
|
||||
|
@ -2365,7 +2365,7 @@ qBittorrent'ten çıkmak istediğinize emin misiniz?</translation>
|
|||
<translation>DHT: %1 düğüm</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../GUI.cpp" line="1428"/>
|
||||
<location filename="../GUI.cpp" line="1426"/>
|
||||
<source>No direct connections. This may indicate network configuration problems.</source>
|
||||
<translation>Doğrudan bağlantı yok. Bu, ağ yapılandırma problemi olduğunu gösteriyor.</translation>
|
||||
</message>
|
||||
|
@ -2375,7 +2375,7 @@ qBittorrent'ten çıkmak istediğinize emin misiniz?</translation>
|
|||
<translation>Gönderilenler</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../GUI.cpp" line="1505"/>
|
||||
<location filename="../GUI.cpp" line="1503"/>
|
||||
<source>Options were saved successfully.</source>
|
||||
<translation>Seçenekler başarıyla kaydedildi.</translation>
|
||||
</message>
|
||||
|
@ -4344,7 +4344,7 @@ Bununla birlikte, o eklentiler devre dışı.</translation>
|
|||
<translation type="obsolete">Ayarlar başarıyla kaydedildi.</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../options_imp.cpp" line="1260"/>
|
||||
<location filename="../options_imp.cpp" line="1250"/>
|
||||
<source>Choose scan directory</source>
|
||||
<translation>Tarama dizinini seçin</translation>
|
||||
</message>
|
||||
|
@ -4354,7 +4354,7 @@ Bununla birlikte, o eklentiler devre dışı.</translation>
|
|||
<translation type="obsolete">Bir ipfilter.dat dosyası seç</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../options_imp.cpp" line="1275"/>
|
||||
<location filename="../options_imp.cpp" line="1265"/>
|
||||
<source>Choose a save directory</source>
|
||||
<translation>Bir kayıt dizini seçin</translation>
|
||||
</message>
|
||||
|
@ -4370,12 +4370,12 @@ Bununla birlikte, o eklentiler devre dışı.</translation>
|
|||
<translation type="obsolete">%1 okuma modunda açılamadı.</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../options_imp.cpp" line="1267"/>
|
||||
<location filename="../options_imp.cpp" line="1257"/>
|
||||
<source>Choose an ip filter file</source>
|
||||
<translation>Bir ip süzgeç dosyası seçin</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../options_imp.cpp" line="1267"/>
|
||||
<location filename="../options_imp.cpp" line="1257"/>
|
||||
<source>Filters</source>
|
||||
<translation>Süzgeçler</translation>
|
||||
</message>
|
||||
|
@ -5136,7 +5136,7 @@ Bununla birlikte, o eklentiler devre dışı.</translation>
|
|||
<translation type="obsolete">Evet</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../torrentAddition.h" line="110"/>
|
||||
<location filename="../torrentAddition.h" line="115"/>
|
||||
<source>Unable to decode torrent file:</source>
|
||||
<translation>Torrent dosyası çözülemiyor:</translation>
|
||||
</message>
|
||||
|
@ -5146,7 +5146,7 @@ Bununla birlikte, o eklentiler devre dışı.</translation>
|
|||
<translation type="obsolete">Bu dosya bozuk ya da torrent dosyası değil.</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../torrentAddition.h" line="248"/>
|
||||
<location filename="../torrentAddition.h" line="254"/>
|
||||
<source>Choose save path</source>
|
||||
<translation>Kayıt klasörünü seçin</translation>
|
||||
</message>
|
||||
|
@ -5156,32 +5156,32 @@ Bununla birlikte, o eklentiler devre dışı.</translation>
|
|||
<translation type="obsolete">Hayır</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../torrentAddition.h" line="382"/>
|
||||
<location filename="../torrentAddition.h" line="388"/>
|
||||
<source>Empty save path</source>
|
||||
<translation>Boş kayıt yolu</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../torrentAddition.h" line="382"/>
|
||||
<location filename="../torrentAddition.h" line="388"/>
|
||||
<source>Please enter a save path</source>
|
||||
<translation>Lütfen bir kayıt yolu girin</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../torrentAddition.h" line="388"/>
|
||||
<location filename="../torrentAddition.h" line="394"/>
|
||||
<source>Save path creation error</source>
|
||||
<translation>Kayıt yolu oluşturulmada hata</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../torrentAddition.h" line="388"/>
|
||||
<location filename="../torrentAddition.h" line="394"/>
|
||||
<source>Could not create the save path</source>
|
||||
<translation>Kayıt yolu oluşturulamıyor</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../torrentAddition.h" line="418"/>
|
||||
<location filename="../torrentAddition.h" line="424"/>
|
||||
<source>Invalid file selection</source>
|
||||
<translation>Geçersiz dosya seçimi</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../torrentAddition.h" line="418"/>
|
||||
<location filename="../torrentAddition.h" line="424"/>
|
||||
<source>You must select at least one file in the torrent</source>
|
||||
<translation>Torrent içinde en az bir dosya seçmek zorundasınız</translation>
|
||||
</message>
|
||||
|
@ -5201,7 +5201,7 @@ Bununla birlikte, o eklentiler devre dışı.</translation>
|
|||
<translation>İlerleme</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../torrentAddition.h" line="281"/>
|
||||
<location filename="../torrentAddition.h" line="287"/>
|
||||
<source>Priority</source>
|
||||
<translation>Öncelik</translation>
|
||||
</message>
|
||||
|
|
Binary file not shown.
|
@ -289,7 +289,7 @@ Copyright © 2006 by Christophe Dumez<br>
|
|||
<translation type="obsolete">0.0.0.0</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../options.ui" line="2140"/>
|
||||
<location filename="../options.ui" line="2097"/>
|
||||
<source>Port:</source>
|
||||
<translation>Порт:</translation>
|
||||
</message>
|
||||
|
@ -299,7 +299,7 @@ Copyright © 2006 by Christophe Dumez<br>
|
|||
<translation type="obsolete">Проксі-сервер вимагає аутентифікації</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../options.ui" line="2179"/>
|
||||
<location filename="../options.ui" line="2136"/>
|
||||
<source>Authentication</source>
|
||||
<translation>Аутентифікація</translation>
|
||||
</message>
|
||||
|
@ -309,7 +309,7 @@ Copyright © 2006 by Christophe Dumez<br>
|
|||
<translation type="obsolete">Ім'я користувача:</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../options.ui" line="2200"/>
|
||||
<location filename="../options.ui" line="2157"/>
|
||||
<source>Password:</source>
|
||||
<translation>Пароль:</translation>
|
||||
</message>
|
||||
|
@ -903,7 +903,7 @@ Copyright © 2006 by Christophe Dumez<br>
|
|||
<translation>Проксі:</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../options.ui" line="2190"/>
|
||||
<location filename="../options.ui" line="2147"/>
|
||||
<source>Username:</source>
|
||||
<translation>Ім'я користувача:</translation>
|
||||
</message>
|
||||
|
@ -1069,17 +1069,17 @@ Copyright © 2006 by Christophe Dumez<br>
|
|||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../options.ui" line="2105"/>
|
||||
<location filename="../options.ui" line="2062"/>
|
||||
<source>Web UI</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../options.ui" line="2118"/>
|
||||
<location filename="../options.ui" line="2075"/>
|
||||
<source>Enable Web User Interface</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../options.ui" line="2131"/>
|
||||
<location filename="../options.ui" line="2088"/>
|
||||
<source>HTTP Server</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
|
@ -1109,7 +1109,7 @@ Copyright © 2006 by Christophe Dumez<br>
|
|||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../options.ui" line="2050"/>
|
||||
<location filename="../options.ui" line="2007"/>
|
||||
<source>Maximum active torrents:</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
|
@ -1128,11 +1128,6 @@ Copyright © 2006 by Christophe Dumez<br>
|
|||
<source>Bittorrent proxy settings</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../options.ui" line="2007"/>
|
||||
<source>Maximum active uploads:</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
</context>
|
||||
<context>
|
||||
<name>DownloadingTorrents</name>
|
||||
|
@ -1428,7 +1423,7 @@ Copyright © 2006 by Christophe Dumez<br>
|
|||
<translation type="obsolete">почато</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../GUI.cpp" line="1146"/>
|
||||
<location filename="../GUI.cpp" line="1144"/>
|
||||
<source>Finished</source>
|
||||
<translation>Закінчено</translation>
|
||||
</message>
|
||||
|
@ -1555,7 +1550,7 @@ Copyright © 2006 by Christophe Dumez<br>
|
|||
<translation type="obsolete">qBittorrent</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../GUI.cpp" line="1411"/>
|
||||
<location filename="../GUI.cpp" line="1409"/>
|
||||
<source>qBittorrent</source>
|
||||
<translation>qBittorrent</translation>
|
||||
</message>
|
||||
|
@ -1910,7 +1905,7 @@ Please close the other one first.</source>
|
|||
<translation>qBittorrent %1</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../GUI.cpp" line="1428"/>
|
||||
<location filename="../GUI.cpp" line="1426"/>
|
||||
<source>Connection status:</source>
|
||||
<translation>Статус з'єднання:</translation>
|
||||
</message>
|
||||
|
@ -1985,13 +1980,13 @@ Please close the other one first.</source>
|
|||
<translation type="obsolete">qBittorrent %1 запущено.</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../GUI.cpp" line="1414"/>
|
||||
<location filename="../GUI.cpp" line="1412"/>
|
||||
<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="1417"/>
|
||||
<location filename="../GUI.cpp" line="1415"/>
|
||||
<source>UP speed: %1 KiB/s</source>
|
||||
<comment>e.g: Upload speed: 10 KiB/s</comment>
|
||||
<translation>Швидкість віддачі: %1 КіБ/с</translation>
|
||||
|
@ -2114,12 +2109,12 @@ Please close the other one first.</source>
|
|||
<translation type="obsolete">Сталася помилка (заповнено диск?), '%1' призупинено.</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../GUI.cpp" line="1425"/>
|
||||
<location filename="../GUI.cpp" line="1423"/>
|
||||
<source>Connection Status:</source>
|
||||
<translation>Статус з'єднання:</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../GUI.cpp" line="1425"/>
|
||||
<location filename="../GUI.cpp" line="1423"/>
|
||||
<source>Online</source>
|
||||
<translation>Онлайн</translation>
|
||||
</message>
|
||||
|
@ -2184,17 +2179,17 @@ Please close the other one first.</source>
|
|||
<translation>qBittorrent прив'язаний до порту: %1</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../GUI.cpp" line="1063"/>
|
||||
<location filename="../GUI.cpp" line="1061"/>
|
||||
<source>DHT support [ON], port: %1</source>
|
||||
<translation>Підтримка DHT (Увімкнена), порт: %1</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../GUI.cpp" line="1069"/>
|
||||
<location filename="../GUI.cpp" line="1067"/>
|
||||
<source>DHT support [OFF]</source>
|
||||
<translation>Підтримка DHT (Вимкнена)</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../GUI.cpp" line="1072"/>
|
||||
<location filename="../GUI.cpp" line="1070"/>
|
||||
<source>PeX support [ON]</source>
|
||||
<translation>Підтримка PeX (Увімкнена)</translation>
|
||||
</message>
|
||||
|
@ -2211,7 +2206,7 @@ Are you sure you want to quit qBittorrent?</source>
|
|||
Ви впевнені, що хочете вийти з qBittorrent?</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../GUI.cpp" line="1135"/>
|
||||
<location filename="../GUI.cpp" line="1133"/>
|
||||
<source>Downloads</source>
|
||||
<translation>Завантаження</translation>
|
||||
</message>
|
||||
|
@ -2231,17 +2226,17 @@ Are you sure you want to quit qBittorrent?</source>
|
|||
<translation type="obsolete">Будьте обережні, ділення захищеним матеріалом без дозволу є протизаконним.</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../GUI.cpp" line="1091"/>
|
||||
<location filename="../GUI.cpp" line="1089"/>
|
||||
<source>Encryption support [ON]</source>
|
||||
<translation>Підтримка шифрування (Увімкнена)</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../GUI.cpp" line="1096"/>
|
||||
<location filename="../GUI.cpp" line="1094"/>
|
||||
<source>Encryption support [FORCED]</source>
|
||||
<translation>Підтримка шифрування (Примусова)</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../GUI.cpp" line="1101"/>
|
||||
<location filename="../GUI.cpp" line="1099"/>
|
||||
<source>Encryption support [OFF]</source>
|
||||
<translation>Підтримка шифрування (Вимкнена)</translation>
|
||||
</message>
|
||||
|
@ -2344,12 +2339,12 @@ Are you sure you want to quit qBittorrent?</source>
|
|||
<translation>Підтримка NAT-PMP [Вимкнено]</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../GUI.cpp" line="1076"/>
|
||||
<location filename="../GUI.cpp" line="1074"/>
|
||||
<source>Local Peer Discovery [ON]</source>
|
||||
<translation>Пошук Локальних Пірів [Увімкнено]</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../GUI.cpp" line="1079"/>
|
||||
<location filename="../GUI.cpp" line="1077"/>
|
||||
<source>Local Peer Discovery support [OFF]</source>
|
||||
<translation>Пошук Локальних Пірів [Вимкнено]</translation>
|
||||
</message>
|
||||
|
@ -2360,18 +2355,18 @@ Are you sure you want to quit qBittorrent?</source>
|
|||
<translation type="obsolete">'%1' було видалено, тому що його коефіціент досяг максимального значення встановленого вами.</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../GUI.cpp" line="1391"/>
|
||||
<location filename="../GUI.cpp" line="1389"/>
|
||||
<source>qBittorrent %1 (DL: %2KiB/s, UP: %3KiB/s)</source>
|
||||
<comment>%1 is qBittorrent version</comment>
|
||||
<translation>qBittorrent %1 (Прийом: %2КіБ/с, Віддача: %3КіБ/с)</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../GUI.cpp" line="1376"/>
|
||||
<location filename="../GUI.cpp" line="1374"/>
|
||||
<source>DL: %1 KiB/s</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../GUI.cpp" line="1377"/>
|
||||
<location filename="../GUI.cpp" line="1375"/>
|
||||
<source>UP: %1 KiB/s</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
|
@ -2386,7 +2381,7 @@ Are you sure you want to quit qBittorrent?</source>
|
|||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../GUI.cpp" line="1428"/>
|
||||
<location filename="../GUI.cpp" line="1426"/>
|
||||
<source>No direct connections. This may indicate network configuration problems.</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
|
@ -2396,7 +2391,7 @@ Are you sure you want to quit qBittorrent?</source>
|
|||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../GUI.cpp" line="1505"/>
|
||||
<location filename="../GUI.cpp" line="1503"/>
|
||||
<source>Options were saved successfully.</source>
|
||||
<translation type="unfinished">Опції були успішно збережені.</translation>
|
||||
</message>
|
||||
|
@ -4397,7 +4392,7 @@ However, those plugins were disabled.</source>
|
|||
<translation type="obsolete">Опції були успішно збережені.</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../options_imp.cpp" line="1260"/>
|
||||
<location filename="../options_imp.cpp" line="1250"/>
|
||||
<source>Choose scan directory</source>
|
||||
<translation>Виберіть ддиректорію для сканування</translation>
|
||||
</message>
|
||||
|
@ -4407,7 +4402,7 @@ However, those plugins were disabled.</source>
|
|||
<translation type="obsolete">Виберіть файл ipfilter.dat</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../options_imp.cpp" line="1275"/>
|
||||
<location filename="../options_imp.cpp" line="1265"/>
|
||||
<source>Choose a save directory</source>
|
||||
<translation>Виберіть директорію для збереження</translation>
|
||||
</message>
|
||||
|
@ -4423,12 +4418,12 @@ However, those plugins were disabled.</source>
|
|||
<translation type="obsolete">Не вдалося відкрити %1 у режимі читання.</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../options_imp.cpp" line="1267"/>
|
||||
<location filename="../options_imp.cpp" line="1257"/>
|
||||
<source>Choose an ip filter file</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../options_imp.cpp" line="1267"/>
|
||||
<location filename="../options_imp.cpp" line="1257"/>
|
||||
<source>Filters</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
|
@ -5179,7 +5174,7 @@ However, those plugins were disabled.</source>
|
|||
<translation type="obsolete">Так</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../torrentAddition.h" line="110"/>
|
||||
<location filename="../torrentAddition.h" line="115"/>
|
||||
<source>Unable to decode torrent file:</source>
|
||||
<translation>Неможливо декодувати torrent-файл:</translation>
|
||||
</message>
|
||||
|
@ -5189,7 +5184,7 @@ However, those plugins were disabled.</source>
|
|||
<translation type="obsolete">Цей файл пошкоджено, або він не є torrent-файлом.</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../torrentAddition.h" line="248"/>
|
||||
<location filename="../torrentAddition.h" line="254"/>
|
||||
<source>Choose save path</source>
|
||||
<translation>Виберіть шлях збереження</translation>
|
||||
</message>
|
||||
|
@ -5199,32 +5194,32 @@ However, those plugins were disabled.</source>
|
|||
<translation type="obsolete">Ні</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../torrentAddition.h" line="382"/>
|
||||
<location filename="../torrentAddition.h" line="388"/>
|
||||
<source>Empty save path</source>
|
||||
<translation>Пустий шлях збереження</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../torrentAddition.h" line="382"/>
|
||||
<location filename="../torrentAddition.h" line="388"/>
|
||||
<source>Please enter a save path</source>
|
||||
<translation>Будь-ласка, введіть шлях збереження</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../torrentAddition.h" line="388"/>
|
||||
<location filename="../torrentAddition.h" line="394"/>
|
||||
<source>Save path creation error</source>
|
||||
<translation>Помилка при створенні шляху збереження</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../torrentAddition.h" line="388"/>
|
||||
<location filename="../torrentAddition.h" line="394"/>
|
||||
<source>Could not create the save path</source>
|
||||
<translation>Неможливо створити шлях збереження</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../torrentAddition.h" line="418"/>
|
||||
<location filename="../torrentAddition.h" line="424"/>
|
||||
<source>Invalid file selection</source>
|
||||
<translation>Невірно вибрано файл</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../torrentAddition.h" line="418"/>
|
||||
<location filename="../torrentAddition.h" line="424"/>
|
||||
<source>You must select at least one file in the torrent</source>
|
||||
<translation>Ви маєте вибрати хоча б один файл в торренті</translation>
|
||||
</message>
|
||||
|
@ -5244,7 +5239,7 @@ However, those plugins were disabled.</source>
|
|||
<translation>Прогрес</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../torrentAddition.h" line="281"/>
|
||||
<location filename="../torrentAddition.h" line="287"/>
|
||||
<source>Priority</source>
|
||||
<translation>Пріоритет</translation>
|
||||
</message>
|
||||
|
|
Binary file not shown.
|
@ -276,7 +276,7 @@ Copyright © 2006 by Christophe Dumez<br>
|
|||
<translation type="obsolete">服务器IP:</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../options.ui" line="2140"/>
|
||||
<location filename="../options.ui" line="2097"/>
|
||||
<source>Port:</source>
|
||||
<translation>端口:</translation>
|
||||
</message>
|
||||
|
@ -286,7 +286,7 @@ Copyright © 2006 by Christophe Dumez<br>
|
|||
<translation type="obsolete">此代理服务器需要身份验证</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../options.ui" line="2179"/>
|
||||
<location filename="../options.ui" line="2136"/>
|
||||
<source>Authentication</source>
|
||||
<translation>验证</translation>
|
||||
</message>
|
||||
|
@ -296,7 +296,7 @@ Copyright © 2006 by Christophe Dumez<br>
|
|||
<translation type="obsolete">用户名:</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../options.ui" line="2200"/>
|
||||
<location filename="../options.ui" line="2157"/>
|
||||
<source>Password:</source>
|
||||
<translation>密码:</translation>
|
||||
</message>
|
||||
|
@ -921,7 +921,7 @@ folder:</source>
|
|||
<translation>代理服务器:</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../options.ui" line="2190"/>
|
||||
<location filename="../options.ui" line="2147"/>
|
||||
<source>Username:</source>
|
||||
<translation>用户名:</translation>
|
||||
</message>
|
||||
|
@ -1120,17 +1120,17 @@ folder:</source>
|
|||
<translation>假借Azureus名义避免被阻止(需重启)</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../options.ui" line="2105"/>
|
||||
<location filename="../options.ui" line="2062"/>
|
||||
<source>Web UI</source>
|
||||
<translation>网络操作界面</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../options.ui" line="2118"/>
|
||||
<location filename="../options.ui" line="2075"/>
|
||||
<source>Enable Web User Interface</source>
|
||||
<translation>启用网络使用者界面</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../options.ui" line="2131"/>
|
||||
<location filename="../options.ui" line="2088"/>
|
||||
<source>HTTP Server</source>
|
||||
<translation>HTTP 服务器</translation>
|
||||
</message>
|
||||
|
@ -1160,7 +1160,7 @@ folder:</source>
|
|||
<translation>Torrent排队</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../options.ui" line="2050"/>
|
||||
<location filename="../options.ui" line="2007"/>
|
||||
<source>Maximum active torrents:</source>
|
||||
<translation>使激活的torrents最大化:</translation>
|
||||
</message>
|
||||
|
@ -1179,11 +1179,6 @@ folder:</source>
|
|||
<source>Bittorrent proxy settings</source>
|
||||
<translation>Bittorrent代理设置</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../options.ui" line="2007"/>
|
||||
<source>Maximum active uploads:</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
</context>
|
||||
<context>
|
||||
<name>DownloadingTorrents</name>
|
||||
|
@ -1555,7 +1550,7 @@ download list?</source>
|
|||
<translation type="obsolete">开始</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../GUI.cpp" line="1146"/>
|
||||
<location filename="../GUI.cpp" line="1144"/>
|
||||
<source>Finished</source>
|
||||
<translation>完成</translation>
|
||||
</message>
|
||||
|
@ -2005,7 +2000,7 @@ download list and in hard drive?</source>
|
|||
<translation>qBittorrent %1</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../GUI.cpp" line="1428"/>
|
||||
<location filename="../GUI.cpp" line="1426"/>
|
||||
<source>Connection status:</source>
|
||||
<translation>连接状态:</translation>
|
||||
</message>
|
||||
|
@ -2080,18 +2075,18 @@ download list and in hard drive?</source>
|
|||
<translation type="obsolete">qBittorrent %1开始.</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../GUI.cpp" line="1411"/>
|
||||
<location filename="../GUI.cpp" line="1409"/>
|
||||
<source>qBittorrent</source>
|
||||
<translation>qBittorrent</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../GUI.cpp" line="1414"/>
|
||||
<location filename="../GUI.cpp" line="1412"/>
|
||||
<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="1417"/>
|
||||
<location filename="../GUI.cpp" line="1415"/>
|
||||
<source>UP speed: %1 KiB/s</source>
|
||||
<comment>e.g: Upload speed: 10 KiB/s</comment>
|
||||
<translation> 上传速度: %1 KiB/s</translation>
|
||||
|
@ -2216,12 +2211,12 @@ The disk is probably full, download has been paused</comment>
|
|||
<translation type="obsolete">读或写%1过程中出现错误.磁盘已满,下载被暂停</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../GUI.cpp" line="1425"/>
|
||||
<location filename="../GUI.cpp" line="1423"/>
|
||||
<source>Connection Status:</source>
|
||||
<translation>连接状态:</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../GUI.cpp" line="1425"/>
|
||||
<location filename="../GUI.cpp" line="1423"/>
|
||||
<source>Online</source>
|
||||
<translation>联机</translation>
|
||||
</message>
|
||||
|
@ -2289,17 +2284,17 @@ paused.</comment>
|
|||
<translation>qBittorrent 绑定端口:%1</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../GUI.cpp" line="1063"/>
|
||||
<location filename="../GUI.cpp" line="1061"/>
|
||||
<source>DHT support [ON], port: %1</source>
|
||||
<translation>DHT 支持 [开], port: %1</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../GUI.cpp" line="1069"/>
|
||||
<location filename="../GUI.cpp" line="1067"/>
|
||||
<source>DHT support [OFF]</source>
|
||||
<translation>DHT 支持[关]</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../GUI.cpp" line="1072"/>
|
||||
<location filename="../GUI.cpp" line="1070"/>
|
||||
<source>PeX support [ON]</source>
|
||||
<translation>PeX 支持[ON]</translation>
|
||||
</message>
|
||||
|
@ -2316,7 +2311,7 @@ Are you sure you want to quit qBittorrent?</source>
|
|||
您确定要离开qBittorrent吗?</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../GUI.cpp" line="1135"/>
|
||||
<location filename="../GUI.cpp" line="1133"/>
|
||||
<source>Downloads</source>
|
||||
<translation>下载</translation>
|
||||
</message>
|
||||
|
@ -2338,17 +2333,17 @@ is against the law.</source>
|
|||
<translation type="obsolete">注意,在未经允许情况下共享有版权的材料是违法的.</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../GUI.cpp" line="1091"/>
|
||||
<location filename="../GUI.cpp" line="1089"/>
|
||||
<source>Encryption support [ON]</source>
|
||||
<translation>加密支持[开]</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../GUI.cpp" line="1096"/>
|
||||
<location filename="../GUI.cpp" line="1094"/>
|
||||
<source>Encryption support [FORCED]</source>
|
||||
<translation>加密支持[强制]</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../GUI.cpp" line="1101"/>
|
||||
<location filename="../GUI.cpp" line="1099"/>
|
||||
<source>Encryption support [OFF]</source>
|
||||
<translation>加密支持[关]</translation>
|
||||
</message>
|
||||
|
@ -2459,12 +2454,12 @@ finished list and from hard drive?</source>
|
|||
<translation>NAT-PMP 支持[关]</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../GUI.cpp" line="1076"/>
|
||||
<location filename="../GUI.cpp" line="1074"/>
|
||||
<source>Local Peer Discovery [ON]</source>
|
||||
<translation>本地资源搜索[开]</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../GUI.cpp" line="1079"/>
|
||||
<location filename="../GUI.cpp" line="1077"/>
|
||||
<source>Local Peer Discovery support [OFF]</source>
|
||||
<translation>本地资源搜索支持[关]</translation>
|
||||
</message>
|
||||
|
@ -2476,7 +2471,7 @@ maximum value you set.</source>
|
|||
<translation type="obsolete">'%1'被移除因为它的比率达到您设置的最大值.</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../GUI.cpp" line="1391"/>
|
||||
<location filename="../GUI.cpp" line="1389"/>
|
||||
<source>qBittorrent %1 (DL: %2KiB/s, UP: %3KiB/s)</source>
|
||||
<comment>%1 is qBittorrent version</comment>
|
||||
<translation>qBittorrent %1 (下载: %2KiB/s, 上传:
|
||||
|
@ -2521,12 +2516,12 @@ maximum value you set.</source>
|
|||
<translation>您确定要删除完成列表中选中的项目吗?</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../GUI.cpp" line="1376"/>
|
||||
<location filename="../GUI.cpp" line="1374"/>
|
||||
<source>DL: %1 KiB/s</source>
|
||||
<translation>下载: %1 KiB/s</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../GUI.cpp" line="1377"/>
|
||||
<location filename="../GUI.cpp" line="1375"/>
|
||||
<source>UP: %1 KiB/s</source>
|
||||
<translation>上传: %1 KiB/s</translation>
|
||||
</message>
|
||||
|
@ -2541,7 +2536,7 @@ maximum value you set.</source>
|
|||
<translation>DHT: %1 结点</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../GUI.cpp" line="1428"/>
|
||||
<location filename="../GUI.cpp" line="1426"/>
|
||||
<source>No direct connections. This may indicate network configuration problems.</source>
|
||||
<translation>无直接连接.这也许指示网络设置问题.</translation>
|
||||
</message>
|
||||
|
@ -2551,7 +2546,7 @@ maximum value you set.</source>
|
|||
<translation>上传</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../GUI.cpp" line="1505"/>
|
||||
<location filename="../GUI.cpp" line="1503"/>
|
||||
<source>Options were saved successfully.</source>
|
||||
<translation>选项保存成功.</translation>
|
||||
</message>
|
||||
|
@ -4608,7 +4603,7 @@ However, those plugins were disabled.</source>
|
|||
<translation type="obsolete">选项保存成功.</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../options_imp.cpp" line="1260"/>
|
||||
<location filename="../options_imp.cpp" line="1250"/>
|
||||
<source>Choose scan directory</source>
|
||||
<translation>选择监视目录</translation>
|
||||
</message>
|
||||
|
@ -4618,7 +4613,7 @@ However, those plugins were disabled.</source>
|
|||
<translation type="obsolete">选择ipfilter.dat文件</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../options_imp.cpp" line="1275"/>
|
||||
<location filename="../options_imp.cpp" line="1265"/>
|
||||
<source>Choose a save directory</source>
|
||||
<translation>保存到</translation>
|
||||
</message>
|
||||
|
@ -4634,12 +4629,12 @@ However, those plugins were disabled.</source>
|
|||
<translation type="obsolete">无法在读状态下打开%1.</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../options_imp.cpp" line="1267"/>
|
||||
<location filename="../options_imp.cpp" line="1257"/>
|
||||
<source>Choose an ip filter file</source>
|
||||
<translation>选择ip过滤文件</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../options_imp.cpp" line="1267"/>
|
||||
<location filename="../options_imp.cpp" line="1257"/>
|
||||
<source>Filters</source>
|
||||
<translation>过滤器</translation>
|
||||
</message>
|
||||
|
@ -5494,7 +5489,7 @@ network.</source>
|
|||
<translation type="obsolete">真</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../torrentAddition.h" line="110"/>
|
||||
<location filename="../torrentAddition.h" line="115"/>
|
||||
<source>Unable to decode torrent file:</source>
|
||||
<translation>无法解码torrent文件:</translation>
|
||||
</message>
|
||||
|
@ -5505,7 +5500,7 @@ torrent.</source>
|
|||
<translation type="obsolete">该文件不是torrent文件或已经损坏.</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../torrentAddition.h" line="248"/>
|
||||
<location filename="../torrentAddition.h" line="254"/>
|
||||
<source>Choose save path</source>
|
||||
<translation>选择保存路径</translation>
|
||||
</message>
|
||||
|
@ -5515,32 +5510,32 @@ torrent.</source>
|
|||
<translation type="obsolete">假</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../torrentAddition.h" line="382"/>
|
||||
<location filename="../torrentAddition.h" line="388"/>
|
||||
<source>Empty save path</source>
|
||||
<translation>保存路径为空</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../torrentAddition.h" line="382"/>
|
||||
<location filename="../torrentAddition.h" line="388"/>
|
||||
<source>Please enter a save path</source>
|
||||
<translation>请输入一个保存路径</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../torrentAddition.h" line="388"/>
|
||||
<location filename="../torrentAddition.h" line="394"/>
|
||||
<source>Save path creation error</source>
|
||||
<translation>创建保存路径时出现错误</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../torrentAddition.h" line="388"/>
|
||||
<location filename="../torrentAddition.h" line="394"/>
|
||||
<source>Could not create the save path</source>
|
||||
<translation>无法创建保存路径</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../torrentAddition.h" line="418"/>
|
||||
<location filename="../torrentAddition.h" line="424"/>
|
||||
<source>Invalid file selection</source>
|
||||
<translation>所选文件无效</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../torrentAddition.h" line="418"/>
|
||||
<location filename="../torrentAddition.h" line="424"/>
|
||||
<source>You must select at least one file in the torrent</source>
|
||||
<translation>至少选择一个torrent文件</translation>
|
||||
</message>
|
||||
|
@ -5560,7 +5555,7 @@ torrent.</source>
|
|||
<translation>进度</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../torrentAddition.h" line="281"/>
|
||||
<location filename="../torrentAddition.h" line="287"/>
|
||||
<source>Priority</source>
|
||||
<translation>优先</translation>
|
||||
</message>
|
||||
|
|
Binary file not shown.
|
@ -182,17 +182,17 @@ Copyright © 2006 by Christophe Dumez<br>
|
|||
<translation type="obsolete">代理伺服器設定</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../options.ui" line="2140"/>
|
||||
<location filename="../options.ui" line="2097"/>
|
||||
<source>Port:</source>
|
||||
<translation>埠:</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../options.ui" line="2179"/>
|
||||
<location filename="../options.ui" line="2136"/>
|
||||
<source>Authentication</source>
|
||||
<translation>驗證</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../options.ui" line="2200"/>
|
||||
<location filename="../options.ui" line="2157"/>
|
||||
<source>Password:</source>
|
||||
<translation>密碼:</translation>
|
||||
</message>
|
||||
|
@ -446,7 +446,7 @@ Copyright © 2006 by Christophe Dumez<br>
|
|||
<translation>代理伺服器:</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../options.ui" line="2190"/>
|
||||
<location filename="../options.ui" line="2147"/>
|
||||
<source>Username:</source>
|
||||
<translation>使用者名稱:</translation>
|
||||
</message>
|
||||
|
@ -617,17 +617,17 @@ Copyright © 2006 by Christophe Dumez<br>
|
|||
<translation>假裝為 Azureus 以避免被踢出 (需要重新啟動)</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../options.ui" line="2105"/>
|
||||
<location filename="../options.ui" line="2062"/>
|
||||
<source>Web UI</source>
|
||||
<translation>Web UI</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../options.ui" line="2118"/>
|
||||
<location filename="../options.ui" line="2075"/>
|
||||
<source>Enable Web User Interface</source>
|
||||
<translation>啟用 Web UI</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../options.ui" line="2131"/>
|
||||
<location filename="../options.ui" line="2088"/>
|
||||
<source>HTTP Server</source>
|
||||
<translation>HTTP 伺服器</translation>
|
||||
</message>
|
||||
|
@ -657,7 +657,7 @@ Copyright © 2006 by Christophe Dumez<br>
|
|||
<translation>torrent 排程</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../options.ui" line="2050"/>
|
||||
<location filename="../options.ui" line="2007"/>
|
||||
<source>Maximum active torrents:</source>
|
||||
<translation>最大活躍的 torrent:</translation>
|
||||
</message>
|
||||
|
@ -684,7 +684,7 @@ Copyright © 2006 by Christophe Dumez<br>
|
|||
<message>
|
||||
<location filename="../options.ui" line="2007"/>
|
||||
<source>Maximum active uploads:</source>
|
||||
<translation>最大活躍的上傳數:</translation>
|
||||
<translation type="obsolete">最大活躍的上傳數:</translation>
|
||||
</message>
|
||||
</context>
|
||||
<context>
|
||||
|
@ -942,23 +942,23 @@ Copyright © 2006 by Christophe Dumez<br>
|
|||
<translation>qBittorrent %1</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../GUI.cpp" line="1428"/>
|
||||
<location filename="../GUI.cpp" line="1426"/>
|
||||
<source>Connection status:</source>
|
||||
<translation>連線狀態:</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../GUI.cpp" line="1411"/>
|
||||
<location filename="../GUI.cpp" line="1409"/>
|
||||
<source>qBittorrent</source>
|
||||
<translation>qBittorrent</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../GUI.cpp" line="1414"/>
|
||||
<location filename="../GUI.cpp" line="1412"/>
|
||||
<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="1417"/>
|
||||
<location filename="../GUI.cpp" line="1415"/>
|
||||
<source>UP speed: %1 KiB/s</source>
|
||||
<comment>e.g: Upload speed: 10 KiB/s</comment>
|
||||
<translation>上傳速度: %1 KiB/s</translation>
|
||||
|
@ -1015,12 +1015,12 @@ Copyright © 2006 by Christophe Dumez<br>
|
|||
<translation>讀取或寫入 %1 時發生錯誤。硬碟可能已經滿了, 將暫停下載</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../GUI.cpp" line="1425"/>
|
||||
<location filename="../GUI.cpp" line="1423"/>
|
||||
<source>Connection Status:</source>
|
||||
<translation>連線狀態:</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../GUI.cpp" line="1425"/>
|
||||
<location filename="../GUI.cpp" line="1423"/>
|
||||
<source>Online</source>
|
||||
<translation>線上</translation>
|
||||
</message>
|
||||
|
@ -1047,17 +1047,17 @@ Copyright © 2006 by Christophe Dumez<br>
|
|||
<translation>qBittorrent 綁定埠: %1</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../GUI.cpp" line="1063"/>
|
||||
<location filename="../GUI.cpp" line="1061"/>
|
||||
<source>DHT support [ON], port: %1</source>
|
||||
<translation>DHT 支援 [開啟], 埠: %1</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../GUI.cpp" line="1069"/>
|
||||
<location filename="../GUI.cpp" line="1067"/>
|
||||
<source>DHT support [OFF]</source>
|
||||
<translation>DHT 支援 [關閉]</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../GUI.cpp" line="1072"/>
|
||||
<location filename="../GUI.cpp" line="1070"/>
|
||||
<source>PeX support [ON]</source>
|
||||
<translation>PeX 支援 [開啟]</translation>
|
||||
</message>
|
||||
|
@ -1074,12 +1074,12 @@ Are you sure you want to quit qBittorrent?</source>
|
|||
你確定要離開 qBittorrent?</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../GUI.cpp" line="1135"/>
|
||||
<location filename="../GUI.cpp" line="1133"/>
|
||||
<source>Downloads</source>
|
||||
<translation>下載</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../GUI.cpp" line="1146"/>
|
||||
<location filename="../GUI.cpp" line="1144"/>
|
||||
<source>Finished</source>
|
||||
<translation>完成</translation>
|
||||
</message>
|
||||
|
@ -1094,17 +1094,17 @@ Are you sure you want to quit qBittorrent?</source>
|
|||
<translation>UPnP 支援 [開啟]</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../GUI.cpp" line="1091"/>
|
||||
<location filename="../GUI.cpp" line="1089"/>
|
||||
<source>Encryption support [ON]</source>
|
||||
<translation>加密支援 [開啟]</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../GUI.cpp" line="1096"/>
|
||||
<location filename="../GUI.cpp" line="1094"/>
|
||||
<source>Encryption support [FORCED]</source>
|
||||
<translation>加密支援 [強迫]</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../GUI.cpp" line="1101"/>
|
||||
<location filename="../GUI.cpp" line="1099"/>
|
||||
<source>Encryption support [OFF]</source>
|
||||
<translation>加密支援 [關閉]</translation>
|
||||
</message>
|
||||
|
@ -1180,12 +1180,12 @@ Are you sure you want to quit qBittorrent?</source>
|
|||
<translation>NAT-PMP 支援 [關閉]</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../GUI.cpp" line="1076"/>
|
||||
<location filename="../GUI.cpp" line="1074"/>
|
||||
<source>Local Peer Discovery [ON]</source>
|
||||
<translation>本地下載者搜尋 [開啟]</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../GUI.cpp" line="1079"/>
|
||||
<location filename="../GUI.cpp" line="1077"/>
|
||||
<source>Local Peer Discovery support [OFF]</source>
|
||||
<translation>本地下載者搜尋支援 [關閉]</translation>
|
||||
</message>
|
||||
|
@ -1196,18 +1196,18 @@ Are you sure you want to quit qBittorrent?</source>
|
|||
<translation type="obsolete">'%1' 已經移除, 因為其分享率已經達到你設定的最大值了。</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../GUI.cpp" line="1391"/>
|
||||
<location filename="../GUI.cpp" line="1389"/>
|
||||
<source>qBittorrent %1 (DL: %2KiB/s, UP: %3KiB/s)</source>
|
||||
<comment>%1 is qBittorrent version</comment>
|
||||
<translation>qBittorrent %1 (下載速度: %2KiB/s, 上傳速度: %3KiB/s)</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../GUI.cpp" line="1376"/>
|
||||
<location filename="../GUI.cpp" line="1374"/>
|
||||
<source>DL: %1 KiB/s</source>
|
||||
<translation>下載: %1 KiB/s</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../GUI.cpp" line="1377"/>
|
||||
<location filename="../GUI.cpp" line="1375"/>
|
||||
<source>UP: %1 KiB/s</source>
|
||||
<translation>上傳: %1 KiB/s</translation>
|
||||
</message>
|
||||
|
@ -1222,7 +1222,7 @@ Are you sure you want to quit qBittorrent?</source>
|
|||
<translation>DHT: %1 個節點</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../GUI.cpp" line="1428"/>
|
||||
<location filename="../GUI.cpp" line="1426"/>
|
||||
<source>No direct connections. This may indicate network configuration problems.</source>
|
||||
<translation>沒有直接的連線。這表示你的網路設置可能有問題。</translation>
|
||||
</message>
|
||||
|
@ -1232,7 +1232,7 @@ Are you sure you want to quit qBittorrent?</source>
|
|||
<translation>上傳</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../GUI.cpp" line="1505"/>
|
||||
<location filename="../GUI.cpp" line="1503"/>
|
||||
<source>Options were saved successfully.</source>
|
||||
<translation>選項儲存成功。</translation>
|
||||
</message>
|
||||
|
@ -2559,22 +2559,22 @@ However, those plugins were disabled.</source>
|
|||
<translation type="obsolete">選項儲存成功。</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../options_imp.cpp" line="1260"/>
|
||||
<location filename="../options_imp.cpp" line="1250"/>
|
||||
<source>Choose scan directory</source>
|
||||
<translation>選擇掃描的目錄</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../options_imp.cpp" line="1275"/>
|
||||
<location filename="../options_imp.cpp" line="1265"/>
|
||||
<source>Choose a save directory</source>
|
||||
<translation>選擇儲存的目錄</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../options_imp.cpp" line="1267"/>
|
||||
<location filename="../options_imp.cpp" line="1257"/>
|
||||
<source>Choose an ip filter file</source>
|
||||
<translation>選擇一個 IP 過濾檔案</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../options_imp.cpp" line="1267"/>
|
||||
<location filename="../options_imp.cpp" line="1257"/>
|
||||
<source>Filters</source>
|
||||
<translation>過濾器</translation>
|
||||
</message>
|
||||
|
@ -3109,7 +3109,7 @@ However, those plugins were disabled.</source>
|
|||
<context>
|
||||
<name>torrentAdditionDialog</name>
|
||||
<message>
|
||||
<location filename="../torrentAddition.h" line="110"/>
|
||||
<location filename="../torrentAddition.h" line="115"/>
|
||||
<source>Unable to decode torrent file:</source>
|
||||
<translation>無法解碼 torrent 檔案:</translation>
|
||||
</message>
|
||||
|
@ -3119,37 +3119,37 @@ However, those plugins were disabled.</source>
|
|||
<translation type="obsolete">這個檔案不是損壞就是不是 torrent 檔案。</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../torrentAddition.h" line="248"/>
|
||||
<location filename="../torrentAddition.h" line="254"/>
|
||||
<source>Choose save path</source>
|
||||
<translation>選擇儲存路徑</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../torrentAddition.h" line="382"/>
|
||||
<location filename="../torrentAddition.h" line="388"/>
|
||||
<source>Empty save path</source>
|
||||
<translation>輸入儲存路徑</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../torrentAddition.h" line="382"/>
|
||||
<location filename="../torrentAddition.h" line="388"/>
|
||||
<source>Please enter a save path</source>
|
||||
<translation>請輸入儲存路徑</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../torrentAddition.h" line="388"/>
|
||||
<location filename="../torrentAddition.h" line="394"/>
|
||||
<source>Save path creation error</source>
|
||||
<translation>建立儲存路徑錯誤</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../torrentAddition.h" line="388"/>
|
||||
<location filename="../torrentAddition.h" line="394"/>
|
||||
<source>Could not create the save path</source>
|
||||
<translation>無法建立儲存路徑</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../torrentAddition.h" line="418"/>
|
||||
<location filename="../torrentAddition.h" line="424"/>
|
||||
<source>Invalid file selection</source>
|
||||
<translation>無效的選擇檔案</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../torrentAddition.h" line="418"/>
|
||||
<location filename="../torrentAddition.h" line="424"/>
|
||||
<source>You must select at least one file in the torrent</source>
|
||||
<translation>你必須至少選擇 torrent 裡的一個檔案</translation>
|
||||
</message>
|
||||
|
@ -3169,7 +3169,7 @@ However, those plugins were disabled.</source>
|
|||
<translation>進度</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../torrentAddition.h" line="281"/>
|
||||
<location filename="../torrentAddition.h" line="287"/>
|
||||
<source>Priority</source>
|
||||
<translation>優先度</translation>
|
||||
</message>
|
||||
|
|
|
@ -1996,49 +1996,6 @@
|
|||
</item>
|
||||
</layout>
|
||||
</item>
|
||||
<item>
|
||||
<layout class="QHBoxLayout" name="_2" >
|
||||
<item>
|
||||
<widget class="QLabel" name="label_max_active_up" >
|
||||
<property name="enabled" >
|
||||
<bool>false</bool>
|
||||
</property>
|
||||
<property name="text" >
|
||||
<string>Maximum active uploads:</string>
|
||||
</property>
|
||||
</widget>
|
||||
</item>
|
||||
<item>
|
||||
<widget class="QSpinBox" name="spinMaxActiveUploads" >
|
||||
<property name="enabled" >
|
||||
<bool>false</bool>
|
||||
</property>
|
||||
<property name="minimum" >
|
||||
<number>1</number>
|
||||
</property>
|
||||
<property name="maximum" >
|
||||
<number>999</number>
|
||||
</property>
|
||||
<property name="value" >
|
||||
<number>3</number>
|
||||
</property>
|
||||
</widget>
|
||||
</item>
|
||||
<item>
|
||||
<spacer>
|
||||
<property name="orientation" >
|
||||
<enum>Qt::Horizontal</enum>
|
||||
</property>
|
||||
<property name="sizeHint" stdset="0" >
|
||||
<size>
|
||||
<width>40</width>
|
||||
<height>20</height>
|
||||
</size>
|
||||
</property>
|
||||
</spacer>
|
||||
</item>
|
||||
</layout>
|
||||
</item>
|
||||
<item>
|
||||
<layout class="QHBoxLayout" >
|
||||
<item>
|
||||
|
|
|
@ -383,8 +383,10 @@ void options_imp::saveOptions(){
|
|||
settings.beginGroup("Queueing");
|
||||
settings.setValue(QString::fromUtf8("QueueingEnabled"), isQueueingSystemEnabled());
|
||||
settings.setValue(QString::fromUtf8("MaxActiveDownloads"), spinMaxActiveDownloads->value());
|
||||
settings.setValue(QString::fromUtf8("MaxActiveUploads"), spinMaxActiveUploads->value());
|
||||
if(spinMaxActiveTorrents->value() >= spinMaxActiveDownloads->value())
|
||||
settings.setValue(QString::fromUtf8("MaxActiveTorrents"), spinMaxActiveTorrents->value());
|
||||
else
|
||||
settings.setValue(QString::fromUtf8("MaxActiveTorrents"), spinMaxActiveDownloads->value());
|
||||
// End Queueing system preferences
|
||||
settings.endGroup();
|
||||
// Web UI
|
||||
|
@ -701,7 +703,6 @@ void options_imp::loadOptions(){
|
|||
if(isQueueingSystemEnabled()) {
|
||||
enableQueueingSystem(2); // Enable
|
||||
spinMaxActiveDownloads->setValue(settings.value(QString::fromUtf8("MaxActiveDownloads"), 3).toInt());
|
||||
spinMaxActiveUploads->setValue(settings.value(QString::fromUtf8("MaxActiveUploads"), 3).toInt());
|
||||
spinMaxActiveTorrents->setValue(settings.value(QString::fromUtf8("MaxActiveTorrents"), 5).toInt());
|
||||
} else {
|
||||
enableQueueingSystem(0); // Disable
|
||||
|
@ -733,10 +734,6 @@ int options_imp::getMaxActiveDownloads() const {
|
|||
return spinMaxActiveDownloads->value();
|
||||
}
|
||||
|
||||
int options_imp::getMaxActiveUploads() const {
|
||||
return spinMaxActiveUploads->value();
|
||||
}
|
||||
|
||||
int options_imp::getMaxActiveTorrents() const {
|
||||
return spinMaxActiveTorrents->value();
|
||||
}
|
||||
|
@ -926,17 +923,13 @@ void options_imp::enableQueueingSystem(int checkBoxValue) {
|
|||
if(checkBoxValue != 2) {
|
||||
//Disable
|
||||
spinMaxActiveDownloads->setEnabled(false);
|
||||
spinMaxActiveUploads->setEnabled(false);
|
||||
label_max_active_dl->setEnabled(false);
|
||||
label_max_active_up->setEnabled(false);
|
||||
maxActiveTorrents_lbl->setEnabled(false);
|
||||
spinMaxActiveTorrents->setEnabled(false);
|
||||
}else{
|
||||
//enable
|
||||
spinMaxActiveDownloads->setEnabled(true);
|
||||
spinMaxActiveUploads->setEnabled(true);
|
||||
label_max_active_dl->setEnabled(true);
|
||||
label_max_active_up->setEnabled(true);
|
||||
maxActiveTorrents_lbl->setEnabled(true);
|
||||
spinMaxActiveTorrents->setEnabled(true);
|
||||
}
|
||||
|
|
|
@ -119,7 +119,6 @@ class options_imp : public QDialog, private Ui::Dialog {
|
|||
// Queueing system
|
||||
bool isQueueingSystemEnabled() const;
|
||||
int getMaxActiveDownloads() const;
|
||||
int getMaxActiveUploads() const;
|
||||
int getMaxActiveTorrents() const;
|
||||
bool isWebUiEnabled() const;
|
||||
quint16 webUiPort() const;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue