diff --git a/src/advancedsettings.h b/src/advancedsettings.h index feb620716..c9cd267de 100644 --- a/src/advancedsettings.h +++ b/src/advancedsettings.h @@ -28,6 +28,7 @@ public: setHorizontalHeaderLabels(header); setColumnWidth(0, width()/2); horizontalHeader()->setStretchLastSection(true); + verticalHeader()->setVisible(false); setRowCount(ROW_COUNT); // Load settings loadAdvancedSettings(); @@ -63,15 +64,16 @@ public slots: protected slots: void loadAdvancedSettings() { // Disk write cache - setItem(DISK_CACHE, PROPERTY, new QTableWidgetItem(tr("Disk write cache size (MiB)"))); + setItem(DISK_CACHE, PROPERTY, new QTableWidgetItem(tr("Disk write cache size"))); spin_cache = new QSpinBox(); connect(spin_cache, SIGNAL(valueChanged(int)), this, SLOT(emitSettingsChanged())); spin_cache->setMinimum(1); spin_cache->setMaximum(200); spin_cache->setValue(Preferences::diskCacheSize()); + spin_cache->setSuffix(tr(" MiB")); setCellWidget(DISK_CACHE, VALUE, spin_cache); // Outgoing port Min - setItem(OUTGOING_PORT_MIN, PROPERTY, new QTableWidgetItem(tr("Outgoing ports (Min)"))); + setItem(OUTGOING_PORT_MIN, PROPERTY, new QTableWidgetItem(tr("Outgoing ports (Min) [0: Disabled]"))); outgoing_ports_min = new QSpinBox(); connect(outgoing_ports_min, SIGNAL(valueChanged(int)), this, SLOT(emitSettingsChanged())); outgoing_ports_min->setMinimum(0); @@ -79,7 +81,7 @@ protected slots: outgoing_ports_min->setValue(Preferences::outgoingPortsMin()); setCellWidget(OUTGOING_PORT_MIN, VALUE, outgoing_ports_min); // Outgoing port Min - setItem(OUTGOING_PORT_MAX, PROPERTY, new QTableWidgetItem(tr("Outgoing ports (Max)"))); + setItem(OUTGOING_PORT_MAX, PROPERTY, new QTableWidgetItem(tr("Outgoing ports (Max) [0: Disabled]"))); outgoing_ports_max = new QSpinBox(); connect(outgoing_ports_max, SIGNAL(valueChanged(int)), this, SLOT(emitSettingsChanged())); outgoing_ports_max->setMinimum(0); @@ -105,12 +107,13 @@ protected slots: cb_recheck_completed->setChecked(Preferences::recheckTorrentsOnCompletion()); setCellWidget(RECHECK_COMPLETED, VALUE, cb_recheck_completed); // Transfer list refresh interval - setItem(LIST_REFRESH, PROPERTY, new QTableWidgetItem(tr("Transfer list refresh interval (ms)"))); + setItem(LIST_REFRESH, PROPERTY, new QTableWidgetItem(tr("Transfer list refresh interval"))); spin_list_refresh = new QSpinBox(); connect(spin_list_refresh, SIGNAL(valueChanged(int)), this, SLOT(emitSettingsChanged())); spin_list_refresh->setMinimum(30); spin_list_refresh->setMaximum(99999); spin_list_refresh->setValue(Preferences::getRefreshInterval()); + spin_list_refresh->setSuffix(tr(" ms", " milliseconds")); setCellWidget(LIST_REFRESH, VALUE, spin_list_refresh); } diff --git a/src/lang/qbittorrent_bg.qm b/src/lang/qbittorrent_bg.qm index 0b35b1273..c10c07bd7 100644 Binary files a/src/lang/qbittorrent_bg.qm and b/src/lang/qbittorrent_bg.qm differ diff --git a/src/lang/qbittorrent_bg.ts b/src/lang/qbittorrent_bg.ts index e82398653..baea3d201 100644 --- a/src/lang/qbittorrent_bg.ts +++ b/src/lang/qbittorrent_bg.ts @@ -178,27 +178,48 @@ Copyright © 2006 от Christophe Dumez<br> - - Disk write cache size (MiB) + + Disk write cache size - - Outgoing ports (Min) + + MiB - Outgoing ports (Max) + Outgoing ports (Min) [0: Disabled] + Outgoing ports (Max) [0: Disabled] + + + + + Recheck torrents on completion + + + + + Transfer list refresh interval + + + + + ms + milliseconds + + + + Ignore transfer limits on local network - + Include TCP/IP overhead in transfer limits @@ -408,32 +429,32 @@ Copyright © 2006 от Christophe Dumez<br> Невъзможно изчакване от дадените портове. - + UPnP/NAT-PMP: Port mapping failure, message: %1 UPnP/NAT-PMP: Грешка при следене на порт, съобщение: %1 - + UPnP/NAT-PMP: Port mapping successful, message: %1 UPnP/NAT-PMP: Следене на порт успешно, съобщение: %1 - + Fast resume data was rejected for torrent %1, checking again... Бърза пауза бе отхвърлена за торент %1, нова проверка... - + Reason: %1 - + Url seed lookup failed for url: %1, message: %2 Url споделяне провалено за url: %1, съобщение: %2 - + Downloading '%1', please wait... e.g: Downloading 'xxx.torrent', please wait... Сваляне на '%1', моля изчакайте... @@ -3486,7 +3507,7 @@ No further notices will be issued. - + RSS RSS @@ -3566,87 +3587,85 @@ No further notices will be issued. Листа за обмен - Refresh interval: - Интервал на обновяване: + Интервал на обновяване: - ms - ms + ms - + Use alternating row colors In transfer list, one every two rows will have grey background. Ползвай различно оцветени редове - + Action on double click: Action executed when doucle-clicking on an item in transfer (download/upload) list Действие при двойно щракване: - + Downloading: Сваляне: - - + + Start/Stop Старт/Стоп - - + + Open folder Отвори папка - + Completed: Завършено: - + System tray icon Системна икона - + Disable system tray icon Изключи системната икона - + Close to tray i.e: The systray tray icon will still be visible when closing the main window. Затвори прозореца (остава видима системна икона) - + Minimize to tray Минимизирай в системна икона - + Start minimized Започни минимизирано - + Show notification balloons in tray Показване уведомителни балони от системата - + File system Файлова система - + QGroupBox::title { font-weight: normal; margin-left: -3px; @@ -3657,59 +3676,49 @@ QGroupBox { QGroupBox::Наименование {font-weight: normal;margin-left: -3px;}QGroupBox { border-width: 0;} - + Destination Folder: Папка получател: - + Append the torrent's label Добави етикета на торента - + Use a different folder for incomplete downloads: Ползвай различна папка за незавършени сваляния: - - - + + + QLineEdit { margin-left: 23px; } QLineEdit { margin-left: 23px;} - + Automatically load .torrent files from: Автоматично зареди .торент файлове от: - + Copy .torrent files to: - + Append .!qB extension to incomplete files Добави .!qB разширение за незавършените файлове - + Pre-allocate all files Преместване на всички файлове - - - Parameter - - - - - Value - - Disk cache: Дисков кеш: @@ -3719,88 +3728,88 @@ QGroupBox { MiB (разширено) - + Torrent queueing Серия торенти - + Enable queueing system Включи система за серии - + Maximum active downloads: Максимум активни сваляния: - + Maximum active uploads: Максимум активни качвания: - + Maximum active torrents: Максимум активни торенти: - + When adding a torrent При добавяне на торент - + Display torrent content and some options Показване съдържание на торента и някои опции - + Do not start download automatically The torrent will be added to download list in pause state Не започвай автоматично сваляне - + Listening port Порт за прослушване - + Port used for incoming connections: Порт ползван за входящи връзки: - + Random Приблизително - + Enable UPnP port mapping Включено UPnP порт следене - + Enable NAT-PMP port mapping Включено NAT-PMP порт следене - + Connections limit Ограничение на връзката - + Global maximum number of connections: Общ максимален брой на връзки: - + Maximum number of connections per torrent: Максимален брой връзки на торент: - + Maximum number of upload slots per torrent: Максимален брой слотове за качване на торент: @@ -3809,312 +3818,312 @@ QGroupBox { Общ лимит сваляне - - + + Upload: Качване: - - + + Download: Сваляне: - - - - + + + + KiB/s KiB/с - + Peer connections Двойни връзки - + Resolve peer countries Намери държавата на двойката - + Resolve peer host names Намери имената на получаващата двойка - + Global speed limits - + Alternative global speed limits - + Scheduled times: - + to time1 to time2 - + On days: - + Every day - + Week days - + Week ends - + Bittorrent features Възможности на Битторент - + Enable DHT network (decentralized) Включена мрежа DHT (децентрализирана) - + Use a different port for DHT and Bittorrent Ползвай различен порт за DHT и Битторент - + DHT port: DHT порт: - + Enable Peer Exchange / PeX (requires restart) Включен Peer Exchange / PeX (изисква рестартиране) - + Enable Local Peer Discovery Включено Откриване на локална връзка - + Encryption: Криптиране: - + Enabled Включено - + Forced Форсирано - + Disabled Изключено - + KTorrent KTorrent - + Reset to latest software version Превключи в последната версия на софтуера - + Share ratio settings Настройки на процента на споделяне - + Desired ratio: Предпочитано отношение: - + Remove finished torrents when their ratio reaches: Премахни завършени торенти когато тяхното отношение достига: - + HTTP Communications (trackers, Web seeds, search engine) HTTP комуникации (тракери, Уеб даващи, търсачки) - - + + Host: Хост: - + Peer Communications Комуникации Връзки - + SOCKS4 SOCKS4 - - + + Type: Вид: - + Client whitelisting workaround Заобикаляне на черния списък - + Identify as: Разпознай като: - + qBittorrent qBittorrent - + Vuze Vuze - + µTorrent µTorrent - + Version: Версия: - + Build: Software Build nulmber: Сглобено: - - + + (None) (без) - - + + HTTP HTTP - - - + + + Port: Порт: - - - + + + Authentication Удостоверяване - - - + + + Username: Име на потребителя: - - - + + + Password: Парола: - - + + SOCKS5 SOCKS5 - + Filter Settings Настройки на Филтъра - + Activate IP Filtering Активирай IP Филтриране - + Filter path (.dat, .p2p, .p2b): Филтър път (.dat, .p2p, .p2b): - + Enable Web User Interface Включи Интерфейс на Web Потребител - + HTTP Server Сървър HTTP - + Enable RSS support Разреши RSS поддръжка - + RSS settings RSS настройки - + RSS feeds refresh interval: Интервал на обновяване на RSS feeds: - + minutes минути - + Maximum number of articles per feed: Максимум статии на feed: @@ -7159,8 +7168,8 @@ However, those plugins were disabled. Опциите бяха съхранени успешно. - - + + Choose scan directory Изберете директория за сканиране @@ -7169,10 +7178,10 @@ However, those plugins were disabled. Изберете ipfilter.dat файл - - - - + + + + Choose a save directory Изберете директория за съхранение @@ -7186,14 +7195,14 @@ However, those plugins were disabled. Не мога да отворя %1 в режим четене. - - + + Choose an ip filter file Избери файл за ip филтър - - + + Filters Филтри diff --git a/src/lang/qbittorrent_ca.qm b/src/lang/qbittorrent_ca.qm index 893b1a831..13f9c57af 100644 Binary files a/src/lang/qbittorrent_ca.qm and b/src/lang/qbittorrent_ca.qm differ diff --git a/src/lang/qbittorrent_ca.ts b/src/lang/qbittorrent_ca.ts index 6321c01cd..f76f4ca50 100644 --- a/src/lang/qbittorrent_ca.ts +++ b/src/lang/qbittorrent_ca.ts @@ -152,27 +152,48 @@ p, li { white-space: pre-wrap; } - - Disk write cache size (MiB) + + Disk write cache size - - Outgoing ports (Min) + + MiB - Outgoing ports (Max) + Outgoing ports (Min) [0: Disabled] + Outgoing ports (Max) [0: Disabled] + + + + + Recheck torrents on completion + + + + + Transfer list refresh interval + + + + + ms + milliseconds + + + + Ignore transfer limits on local network - + Include TCP/IP overhead in transfer limits @@ -386,32 +407,32 @@ p, li { white-space: pre-wrap; } No se pudo escuchar en ninguno de los puertos brindados. - + UPnP/NAT-PMP: Port mapping failure, message: %1 UPnP/NAT-PMP: Va fallar el mapatge del port, missatge: %1 - + UPnP/NAT-PMP: Port mapping successful, message: %1 UPnP/NAT-PMP: Mapatge del port reeixit, missatge: %1 - + Fast resume data was rejected for torrent %1, checking again... Es van negar les dades per a reinici ràpid del torrent: %1, verificant de nou... - + Reason: %1 Raó: %1 - + Url seed lookup failed for url: %1, message: %2 Va fallar la recerca de llavor per Url per a l'Url: %1, missatge: %2 - + Downloading '%1', please wait... e.g: Downloading 'xxx.torrent', please wait... Descarregant '%1', si us plau esperi... @@ -3409,7 +3430,7 @@ Probablement això és una cosa que ja sabia, així que no li dirà cap altra ve - + RSS @@ -3489,87 +3510,81 @@ Probablement això és una cosa que ja sabia, així que no li dirà cap altra ve Llista de Transferència - Refresh interval: - Refresc interval cada: + Refresc interval cada: - - ms - - - - + Use alternating row colors In transfer list, one every two rows will have grey background. Usar colors alterns en la llista de Transferència - + Action on double click: Action executed when doucle-clicking on an item in transfer (download/upload) list Acció a realitzar amb un Doble-click: - + Downloading: Descarregant: - - + + Start/Stop - - + + Open folder Obrir carpeta destí - + Completed: Completats: - + System tray icon Icona al Plafó del sistema - + Disable system tray icon No mostrar Icona al Plafó - + Close to tray i.e: The systray tray icon will still be visible when closing the main window. Minimitzar al Plafó en prémer el botó tancar - + Minimize to tray Minimitzar al Plafó del sistema - + Start minimized Iniciar minimitzat - + Show notification balloons in tray Mostrar globus de notificació al Plafó - + File system Opcions sobre arxius del Sistema - + QGroupBox::title { font-weight: normal; margin-left: -3px; @@ -3580,59 +3595,49 @@ QGroupBox { - + Destination Folder: Carpeta de Destí: - + Append the torrent's label Permetre Etiquetar els arxius Torrents (Crearà carpetes de descàrrega segons Etiquetes) - + Use a different folder for incomplete downloads: Usar diferent carpeta per a les descàrregues incompletes: - - - + + + QLineEdit { margin-left: 23px; } - + Automatically load .torrent files from: Carregar automàticament arxius Torrents des de: - + Copy .torrent files to: - + Append .!qB extension to incomplete files Afegir extensió .!qB als arxius incomplets - + Pre-allocate all files Prelocalitzar arxius (reservar espai per als arxivaments) - - - Parameter - - - - - Value - - Disk cache: Cache de Disc: @@ -3642,88 +3647,88 @@ QGroupBox { MiB (avançat) - + Torrent queueing Gestió de Cues - + Enable queueing system Activar sistema de gestió de cues - + Maximum active downloads: Màxim d'arxius Baixant: - + Maximum active uploads: Màxim d'arxius Pujant: - + Maximum active torrents: Màxim d'arxius Torrents: - + When adding a torrent En afegir un torrent - + Display torrent content and some options Mostrar el contingut del Torrent i opcions - + Do not start download automatically The torrent will be added to download list in pause state No començar a descarregar automàticament - + Listening port Port d'escolta - + Port used for incoming connections: Port utilitzat per a connexions entrants: - + Random Aleatori - + Enable UPnP port mapping Habilitar mapatge de ports UPnP - + Enable NAT-PMP port mapping Habilitar mapatge de ports NAT-PMP - + Connections limit Límit de connexions - + Global maximum number of connections: Nombre global màxim de connexions: - + Maximum number of connections per torrent: Nombre màxim de connexions per torrent: - + Maximum number of upload slots per torrent: Nombre màxim de slots de pujada per torrent: @@ -3732,312 +3737,312 @@ QGroupBox { Limiti global d'ample de banda - - + + Upload: Pujada: - - + + Download: Baixada: - - - - + + + + KiB/s - + Peer connections Connexions Parells - + Resolve peer countries Mostrar Parells per Països - + Resolve peer host names Mostrar Parells per nom de Host - + Global speed limits Límits de velocitat global - + Alternative global speed limits Límits de velocitat global alternativa - + Scheduled times: Establir horari: - + to time1 to time2 a - + On days: Els dies: - + Every day Tots - + Week days Dies laborals - + Week ends Caps de setmana - + Bittorrent features Característiques de Bittorrent - + Enable DHT network (decentralized) Habilitar xarxa DHT (descentralitzada) - + Use a different port for DHT and Bittorrent Utilitzar un port diferent per a la DHT i Bittorrent - + DHT port: Port DHT: - + Enable Peer Exchange / PeX (requires restart) Activar intercanvi de Parells / PeX (és necessari reiniciar qBittorrent) - + Enable Local Peer Discovery Habilitar la font de recerca local de Parells - + Encryption: Encriptació: - + Enabled Habilitat - + Forced Forçat - + Disabled Deshabilitat - + KTorrent - + Reset to latest software version Reiniciar valors per defecte - + Share ratio settings Ajusts compartició de Radi - + Desired ratio: Radi desitjat: - + Remove finished torrents when their ratio reaches: Eliminar torrents acabats quan el seu radi arribi a: - + HTTP Communications (trackers, Web seeds, search engine) Comunicacions HTTP (Trackers, Llavors de Web, Motors de Cerca) - - + + Host: - + Peer Communications Comunicacions Parelles - + SOCKS4 - - + + Type: Tipus: - + Client whitelisting workaround Solucionar Llista Blanca de gestors Torrents - + Identify as: Identificar-se com a: - + qBittorrent - + Vuze - + µTorrent - + Version: Versió: - + Build: Software Build nulmber: - - + + (None) (Cap) - - + + HTTP - - - + + + Port: Port: - - - + + + Authentication Autentificació - - - + + + Username: Nom d'Usuari: - - - + + + Password: Contrasenya: - - + + SOCKS5 - + Filter Settings Preferències del Filtre - + Activate IP Filtering Activar Filtre IP - + Filter path (.dat, .p2p, .p2b): Ruta de Filtre (.dat, .p2p, .p2b): - + Enable Web User Interface Habilitar Interfície d'Usuari Web - + HTTP Server Servidor HTTP - + Enable RSS support Activar suport RSS - + RSS settings Ajusts RSS - + RSS feeds refresh interval: Interval d'actualització de Canals RSS: - + minutes minuts - + Maximum number of articles per feed: Nombre màxim d'articles per Canal: @@ -7051,8 +7056,8 @@ De qualsevol manera, aquests plugins van ser deshabilitats. Opciones guardadas exitosamente. - - + + Choose scan directory Selecciona un directorio a inspeccionar @@ -7061,10 +7066,10 @@ De qualsevol manera, aquests plugins van ser deshabilitats. Selecciona un archivo ipfilter.dat - - - - + + + + Choose a save directory Selecciona un directori per guardar @@ -7078,14 +7083,14 @@ De qualsevol manera, aquests plugins van ser deshabilitats. No se pudo abrir %1 en modo lectura. - - + + Choose an ip filter file Selecciona un arxiu de filtre d'ip - - + + Filters Filtres diff --git a/src/lang/qbittorrent_cs.qm b/src/lang/qbittorrent_cs.qm index f8095ba19..7d39d8c35 100644 Binary files a/src/lang/qbittorrent_cs.qm and b/src/lang/qbittorrent_cs.qm differ diff --git a/src/lang/qbittorrent_cs.ts b/src/lang/qbittorrent_cs.ts index fd10bb030..d834cfc74 100644 --- a/src/lang/qbittorrent_cs.ts +++ b/src/lang/qbittorrent_cs.ts @@ -137,27 +137,48 @@ Copyright © 2006 by Christophe Dumez<br> - - Disk write cache size (MiB) + + Disk write cache size - - Outgoing ports (Min) + + MiB - Outgoing ports (Max) + Outgoing ports (Min) [0: Disabled] + Outgoing ports (Max) [0: Disabled] + + + + + Recheck torrents on completion + + + + + Transfer list refresh interval + + + + + ms + milliseconds + + + + Ignore transfer limits on local network - + Include TCP/IP overhead in transfer limits @@ -367,32 +388,32 @@ Copyright © 2006 by Christophe Dumez<br> Nelze naslouchat na žádném z udaných portů. - + UPnP/NAT-PMP: Port mapping failure, message: %1 UPnP/NAT-PMP: Namapování portů selhalo, zpráva: %1 - + UPnP/NAT-PMP: Port mapping successful, message: %1 UPnP/NAT-PMP: Namapování portů bylo úspěšné, zpráva: %1 - + Fast resume data was rejected for torrent %1, checking again... Rychlé obnovení torrentu %1 bylo odmítnuto, zkouším znovu... - + Reason: %1 - + Url seed lookup failed for url: %1, message: %2 Vyhledání URL seedu selhalo pro URL: %1, zpráva: %2 - + Downloading '%1', please wait... e.g: Downloading 'xxx.torrent', please wait... Stahuji '%1', prosím čekejte... @@ -2417,7 +2438,7 @@ No further notices will be issued. - + RSS RSS @@ -2497,87 +2518,85 @@ No further notices will be issued. Seznam přenosů - Refresh interval: - Interval obnovování: + Interval obnovování: - ms - ms + ms - + Use alternating row colors In transfer list, one every two rows will have grey background. Použít střídající se barvu řádků - + Action on double click: Action executed when doucle-clicking on an item in transfer (download/upload) list Akce po dvojitém kliknutí: - + Downloading: Stahováno: - - + + Start/Stop Start/Stop - - + + Open folder Otevřít adresář - + Completed: Dokončeno: - + System tray icon Ikona v oznamovací oblasti (tray) - + Disable system tray icon Vypnout ikonu v oznamovací oblasti (tray) - + Close to tray i.e: The systray tray icon will still be visible when closing the main window. Zavřít do oznamovací oblasti (tray) - + Minimize to tray Minimalizovat do oznamovací oblasti (tray) - + Start minimized Spustit minimalizovaně - + Show notification balloons in tray Ukazovat informační bubliny v oznamovací oblasti (tray) - + File system Souborový systém - + QGroupBox::title { font-weight: normal; margin-left: -3px; @@ -2594,24 +2613,24 @@ QGroupBox { } - + Destination Folder: Cílový adresář: - + Append the torrent's label Připojit štítek torrentu - + Use a different folder for incomplete downloads: Použít jiný adresář pro nedokončená stahování: - - - + + + QLineEdit { margin-left: 23px; } @@ -2620,35 +2639,25 @@ QGroupBox { } - + Automatically load .torrent files from: Automaticky načítat .torrent soubory z: - + Copy .torrent files to: - + Append .!qB extension to incomplete files Připojit příponu .!qB k nedokončeným souborům - + Pre-allocate all files Dopředu přidělit místo všem souborům - - - Parameter - - - - - Value - - Disk cache: Disková cache: @@ -2658,88 +2667,88 @@ QGroupBox { MiB (pokročilé) - + Torrent queueing Řazení torrentů do fronty - + Enable queueing system Zapnout systém zařazování do fronty - + Maximum active downloads: Max. počet aktivních stahování: - + Maximum active uploads: Max. počet aktivních nahrávání: - + Maximum active torrents: Maximální počet aktivních torrentů: - + When adding a torrent Při přidání torrentu - + Display torrent content and some options Zobrazit obsah torrentu a některé volby - + Do not start download automatically The torrent will be added to download list in pause state Nespouštět stahování automaticky - + Listening port Naslouchat na portu - + Port used for incoming connections: Port použitý pro příchozí spojení: - + Random Náhodný - + Enable UPnP port mapping Zapnout mapování portů UPnP - + Enable NAT-PMP port mapping Zapnout mapování portů NAT-PMP - + Connections limit Limit připojení - + Global maximum number of connections: Celkový maximální počet připojení: - + Maximum number of connections per torrent: Maximální počet spojení na torrent: - + Maximum number of upload slots per torrent: Maximální počet slotů pro nahrávání na torrent: @@ -2748,312 +2757,312 @@ QGroupBox { Celkový limit pásma - - + + Upload: Nahrávání: - - + + Download: Stahování: - - - - + + + + KiB/s KiB/s - + Peer connections Připojení protějšků - + Resolve peer countries Zjišťovat zemi původu protějšků - + Resolve peer host names Zjišťovat názvy počítačů protějšků - + Global speed limits - + Alternative global speed limits - + Scheduled times: - + to time1 to time2 - + On days: - + Every day - + Week days - + Week ends - + Bittorrent features Vlastnosti bittorrentu - + Enable DHT network (decentralized) Zapnout DHT síť (decentralizovaná) - + Use a different port for DHT and Bittorrent Použít jiný port pro DHT a bittorrent - + DHT port: Port DHT: - + Enable Peer Exchange / PeX (requires restart) Zapnout Peer eXchange / PeX (vyžaduje restart) - + Enable Local Peer Discovery Zapnout Local Peer Discovery - + Encryption: Šifrování: - + Enabled Zapnuto - + Forced Vynuceno - + Disabled Vypnuto - + KTorrent KTorrent - + Reset to latest software version Reset na nejnovější verzi software - + Share ratio settings Nastavení poměru sdílení - + Desired ratio: Požadovaný poměr: - + Remove finished torrents when their ratio reaches: Odstranit dokončené torrenty, když jejich poměr dosáhne: - + HTTP Communications (trackers, Web seeds, search engine) HTTP komunikace (trackery, web seedy, vyhledávač) - - + + Host: Host: - + Peer Communications Komunikace protějšků - + SOCKS4 SOCKS4 - - + + Type: Typ: - + Client whitelisting workaround Řešení whitelistingu klientů - + Identify as: Určit jako: - + qBittorrent qBittorrent - + Vuze Vuze - + µTorrent µTorrent - + Version: Verze: - + Build: Software Build nulmber: Sestavení: - - + + (None) (žádný) - - + + HTTP HTTP - - - + + + Port: Port: - - - + + + Authentication Ověření - - - + + + Username: Uživatelské jméno: - - - + + + Password: Heslo: - - + + SOCKS5 SOCKS5 - + Filter Settings Nastavení filtru - + Activate IP Filtering Aktivovat filtrování IP - + Filter path (.dat, .p2p, .p2b): Cesta k filtru (.dat, .p2p, .p2b): - + Enable Web User Interface Zapnout webové rozhraní - + HTTP Server HTTP Server - + Enable RSS support Zapnout podporu RSS - + RSS settings Nastavení RSS - + RSS feeds refresh interval: Interval obnovování RSS kanálů: - + minutes minut - + Maximum number of articles per feed: Maximální počet článků na kanál: @@ -5693,28 +5702,28 @@ Nicméně, tyto moduly byly vypnuty. Nastavení bylo úspěšně uloženo. - - + + Choose scan directory Vyberte adresář ke sledování - - - - + + + + Choose a save directory Vyberte adresář pro ukládání - - + + Choose an ip filter file Vyberte soubor IP filtrů - - + + Filters Filtry diff --git a/src/lang/qbittorrent_da.ts b/src/lang/qbittorrent_da.ts index dff34d49b..43f91002a 100644 --- a/src/lang/qbittorrent_da.ts +++ b/src/lang/qbittorrent_da.ts @@ -133,27 +133,48 @@ Copyright © 2006 by Christophe Dumez<br> - - Disk write cache size (MiB) + + Disk write cache size - - Outgoing ports (Min) + + MiB - Outgoing ports (Max) + Outgoing ports (Min) [0: Disabled] + Outgoing ports (Max) [0: Disabled] + + + + + Recheck torrents on completion + + + + + Transfer list refresh interval + + + + + ms + milliseconds + + + + Ignore transfer limits on local network - + Include TCP/IP overhead in transfer limits @@ -350,32 +371,32 @@ Copyright © 2006 by Christophe Dumez<br> Kunne ikke lytte på de opgivne porte. - + UPnP/NAT-PMP: Port mapping failure, message: %1 UPnP/NAT-PMP: Port mapping fejlede, besked: %1 - + UPnP/NAT-PMP: Port mapping successful, message: %1 UPnP/NAT-PMP: Port mapping lykkedes, besked: %1 - + Fast resume data was rejected for torrent %1, checking again... Der blev fundet fejl i data for hurtig genstart af torrent %1, tjekker igen... - + Reason: %1 - + Url seed lookup failed for url: %1, message: %2 Url seed lookup fejlede for url: %1, besked: %2 - + Downloading '%1', please wait... e.g: Downloading 'xxx.torrent', please wait... Downloader '%1', vent venligst... @@ -2550,7 +2571,7 @@ No further notices will be issued. - + RSS @@ -2630,87 +2651,77 @@ No further notices will be issued. - - Refresh interval: - - - - - ms - - - - + Use alternating row colors In transfer list, one every two rows will have grey background. - + Action on double click: Action executed when doucle-clicking on an item in transfer (download/upload) list - + Downloading: - - + + Start/Stop - - + + Open folder - + Completed: - + System tray icon - + Disable system tray icon - + Close to tray i.e: The systray tray icon will still be visible when closing the main window. - + Minimize to tray - + Start minimized - + Show notification balloons in tray - + File system - + QGroupBox::title { font-weight: normal; margin-left: -3px; @@ -2721,452 +2732,442 @@ QGroupBox { - + Destination Folder: - + Append the torrent's label - + Use a different folder for incomplete downloads: - - - + + + QLineEdit { margin-left: 23px; } - + Automatically load .torrent files from: - + Copy .torrent files to: - + Append .!qB extension to incomplete files - + Pre-allocate all files - - Parameter - - - - - Value - - - - + Torrent queueing - + Enable queueing system - + Maximum active downloads: - + Maximum active uploads: - + Maximum active torrents: - + When adding a torrent - + Display torrent content and some options - + Do not start download automatically The torrent will be added to download list in pause state - + Listening port - + Port used for incoming connections: - + Random - + Enable UPnP port mapping - + Enable NAT-PMP port mapping - + Connections limit - + Global maximum number of connections: - + Maximum number of connections per torrent: - + Maximum number of upload slots per torrent: - - + + Upload: - - + + Download: - - - - + + + + KiB/s - + Peer connections - + Resolve peer countries - + Resolve peer host names - + Global speed limits - + Alternative global speed limits - + Scheduled times: - + to time1 to time2 - + On days: - + Every day - + Week days - + Week ends - + Bittorrent features - + Enable DHT network (decentralized) - + Use a different port for DHT and Bittorrent - + DHT port: - + Enable Peer Exchange / PeX (requires restart) - + Enable Local Peer Discovery - + Encryption: - + Enabled - + Forced - + Disabled - + KTorrent - + Reset to latest software version - + Share ratio settings - + Desired ratio: - + Remove finished torrents when their ratio reaches: - + HTTP Communications (trackers, Web seeds, search engine) - - + + Host: - + Peer Communications - + SOCKS4 - - + + Type: - + Client whitelisting workaround - + Identify as: - + qBittorrent - + Vuze - + µTorrent - + Version: - + Build: Software Build nulmber: - - + + (None) - - + + HTTP - - - + + + Port: - - - + + + Authentication - - - + + + Username: - - - + + + Password: - - + + SOCKS5 - + Filter Settings - + Activate IP Filtering - + Filter path (.dat, .p2p, .p2b): - + Enable Web User Interface - + HTTP Server - + Enable RSS support - + RSS settings - + RSS feeds refresh interval: - + minutes - + Maximum number of articles per feed: @@ -5750,8 +5751,8 @@ Disse plugins blev dog koble fra. Indstillingerne blev gemt. - - + + Choose scan directory Vælg mappe til scan @@ -5760,10 +5761,10 @@ Disse plugins blev dog koble fra. Vælg en ipfilter.dat fil - - - - + + + + Choose a save directory Vælg en standart mappe @@ -5777,14 +5778,14 @@ Disse plugins blev dog koble fra. Kunne ikke åbne %1 til læsning. - - + + Choose an ip filter file Vælg en ip filter fil - - + + Filters Filtre diff --git a/src/lang/qbittorrent_de.qm b/src/lang/qbittorrent_de.qm index 34073accc..479b65aaa 100644 Binary files a/src/lang/qbittorrent_de.qm and b/src/lang/qbittorrent_de.qm differ diff --git a/src/lang/qbittorrent_de.ts b/src/lang/qbittorrent_de.ts index 31bd146ed..db6dddcb7 100644 --- a/src/lang/qbittorrent_de.ts +++ b/src/lang/qbittorrent_de.ts @@ -157,27 +157,48 @@ p, li { white-space: pre-wrap; } - - Disk write cache size (MiB) + + Disk write cache size - - Outgoing ports (Min) + + MiB - Outgoing ports (Max) + Outgoing ports (Min) [0: Disabled] + Outgoing ports (Max) [0: Disabled] + + + + + Recheck torrents on completion + + + + + Transfer list refresh interval + + + + + ms + milliseconds + + + + Ignore transfer limits on local network - + Include TCP/IP overhead in transfer limits @@ -387,32 +408,32 @@ p, li { white-space: pre-wrap; } Konnte auf keinem der angegebenen Ports lauschen. - + UPnP/NAT-PMP: Port mapping failure, message: %1 UPnP/NAT-PMP: Port Mapping Fehler, Fehlermeldung: %1 - + UPnP/NAT-PMP: Port mapping successful, message: %1 UPnP/NAT-PMP: Port Mapping Fehler, Meldung: %1 - + Fast resume data was rejected for torrent %1, checking again... Fast-Resume Daten für den Torrent %1 wurden zurückgewiesen, prüfe erneut... - + Reason: %1 - + Url seed lookup failed for url: %1, message: %2 URL Seed Lookup für die URL '%1' ist fehlgeschlagen, Begründung: %2 - + Downloading '%1', please wait... e.g: Downloading 'xxx.torrent', please wait... Lade '%1', bitte warten... @@ -3449,7 +3470,7 @@ No further notices will be issued. - + RSS @@ -3529,87 +3550,81 @@ No further notices will be issued. Transferliste - Refresh interval: - Aktualisierungsintervall: + Aktualisierungsintervall: - - ms - - - - + Use alternating row colors In transfer list, one every two rows will have grey background. Abwechselnde Reihenfarben verwenden - + Action on double click: Action executed when doucle-clicking on an item in transfer (download/upload) list Aktion bei Doppelklick: - + Downloading: Lade: - - + + Start/Stop - - + + Open folder Verzeichnis öffnen - + Completed: Vollständig: - + System tray icon Symbol im Infobereich der Taskleiste - + Disable system tray icon Deaktiviere Symbol im Infobereich der Taskleiste - + Close to tray i.e: The systray tray icon will still be visible when closing the main window. In den Infobereich der Tasklleiste schliessen - + Minimize to tray In den Infobereich der Taskleiste minimieren - + Start minimized Minimiert starten - + Show notification balloons in tray Zeige Benachrichtigungs Ballons im Infobereich der Taskleiste - + File system Datei System - + QGroupBox::title { font-weight: normal; margin-left: -3px; @@ -3620,59 +3635,49 @@ QGroupBox { - + Destination Folder: Zielverzeichnis: - + Append the torrent's label Name des Torrents anhängen - + Use a different folder for incomplete downloads: Anderen Ordner für unvollständige Downloads benutzen: - - - + + + QLineEdit { margin-left: 23px; } - + Automatically load .torrent files from: Dateien mit der Endung .torrent aus diesem Verzeichnis automatisch laden: - + Copy .torrent files to: - + Append .!qB extension to incomplete files Dateierweiterung .!qB für unvollständige Dateien verwenden - + Pre-allocate all files Allen Dateien Speicherplatz im vorhinein zuweisen - - - Parameter - - - - - Value - - Disk cache: Plattencache: @@ -3682,88 +3687,88 @@ QGroupBox { MiB (fortgeschritten) - + Torrent queueing Torrent Warteschlangen - + Enable queueing system Aktiviere Warteschlangen - + Maximum active downloads: Maximal aktive Downloads: - + Maximum active uploads: Maximal aktive Uploads: - + Maximum active torrents: Maximal aktive Torrents: - + When adding a torrent Sobald ein Torrent hinzugefügt wird - + Display torrent content and some options Zeige Inhalt des Torrent und einige Optionen - + Do not start download automatically The torrent will be added to download list in pause state Download nicht automatisch starten - + Listening port Port auf dem gelauscht wird - + Port used for incoming connections: Port für eingehende Verbindungen: - + Random Zufällig - + Enable UPnP port mapping UPnP Port Mapping aktivieren - + Enable NAT-PMP port mapping NAP-PMP Port Mapping aktivieren - + Connections limit Verbindungsbeschränkung - + Global maximum number of connections: Global maximale Anzahl der Verbindungen: - + Maximum number of connections per torrent: Maximale Anzahl der Verbindungen pro Torrent: - + Maximum number of upload slots per torrent: Maximale Anzahl Upload-Slots pro Torrent: @@ -3772,312 +3777,312 @@ QGroupBox { Globale Bandbreitenbeschränkung - - + + Upload: - - + + Download: - - - - + + + + KiB/s - + Peer connections Peer Verbindungen - + Resolve peer countries Herkunftsländer der Peers auflösen - + Resolve peer host names Hostnamen der Peers auflösen - + Global speed limits - + Alternative global speed limits - + Scheduled times: - + to time1 to time2 - + On days: - + Every day - + Week days - + Week ends - + Bittorrent features Bittorrent Funktionen - + Enable DHT network (decentralized) DHT Netzwerk aktivieren (dezentralisiert) - + Use a different port for DHT and Bittorrent Unterschiedliche Ports für DHT und Bittorrent verwenden - + DHT port: DHT Port: - + Enable Peer Exchange / PeX (requires restart) Peer Exchange / PeX aktivieren (erfordert Neustart) - + Enable Local Peer Discovery Lokale Peer Auffindung aktivieren - + Encryption: Verschlüssellung: - + Enabled Aktiviert - + Forced Erzwungen - + Disabled Deaktiviert - + KTorrent - + Reset to latest software version Auf die letzte Softwareversion zurück setzen - + Share ratio settings Share Verhältnis Einstellungen - + Desired ratio: Gewünschtes Verhältnis: - + Remove finished torrents when their ratio reaches: Beendete Torrents entfernen bei einem Verhältnis von: - + HTTP Communications (trackers, Web seeds, search engine) HTTP Kommunikation (Tracker, Web-Seeds, Suchmaschine) - - + + Host: - + Peer Communications Peer Kommunikation - + SOCKS4 - - + + Type: Typ: - + Client whitelisting workaround Workaround für Client Whitelisting - + Identify as: Ausgeben als: - + qBittorrent - + Vuze - + µTorrent - + Version: - + Build: Software Build nulmber: - - + + (None) (Keine) - - + + HTTP - - - + + + Port: - - - + + + Authentication Authentifizierung - - - + + + Username: Benutzername: - - - + + + Password: Passwort: - - + + SOCKS5 - + Filter Settings Filter Einstellungen - + Activate IP Filtering Aktiviere IP Filter - + Filter path (.dat, .p2p, .p2b): Pfad zur Filterdatei (.dat, .p2p, p2b): - + Enable Web User Interface Aktiviere Web User Interface - + HTTP Server - + Enable RSS support Aktiviere RSS Unterstützung - + RSS settings RSS Einstellungen - + RSS feeds refresh interval: Aktualisierungsintervall für RSS Feeds: - + minutes Minuten - + Maximum number of articles per feed: Maximale Anzahl von Artikeln pro Feed: @@ -7076,8 +7081,8 @@ Die Plugins wurden jedoch deaktiviert. Optionen wurden erfolgreich gespeichert. - - + + Choose scan directory Verzeichnis zum scannen auswählen @@ -7086,10 +7091,10 @@ Die Plugins wurden jedoch deaktiviert. ipfilter.dat Datei auswählen - - - - + + + + Choose a save directory Verzeichnis zum Speichern auswählen @@ -7098,14 +7103,14 @@ Die Plugins wurden jedoch deaktiviert. Kein Lesezugriff auf %1. - - + + Choose an ip filter file IP-Filter-Datei wählen - - + + Filters Filter diff --git a/src/lang/qbittorrent_el.qm b/src/lang/qbittorrent_el.qm index cdec161bf..19b906a97 100644 Binary files a/src/lang/qbittorrent_el.qm and b/src/lang/qbittorrent_el.qm differ diff --git a/src/lang/qbittorrent_el.ts b/src/lang/qbittorrent_el.ts index 138248027..1eff8e7c1 100644 --- a/src/lang/qbittorrent_el.ts +++ b/src/lang/qbittorrent_el.ts @@ -198,27 +198,48 @@ Copyright © 2006 από τον Christophe Dumez<br> - - Disk write cache size (MiB) + + Disk write cache size - - Outgoing ports (Min) + + MiB - Outgoing ports (Max) + Outgoing ports (Min) [0: Disabled] + Outgoing ports (Max) [0: Disabled] + + + + + Recheck torrents on completion + + + + + Transfer list refresh interval + + + + + ms + milliseconds + + + + Ignore transfer limits on local network - + Include TCP/IP overhead in transfer limits @@ -428,32 +449,32 @@ Copyright © 2006 από τον Christophe Dumez<br> Αδύνατη η επικοινωνία με καμία από της δεδομένες θύρες. - + UPnP/NAT-PMP: Port mapping failure, message: %1 UPnP/NAT-PMP: Σφάλμα χαρτογράφησης θυρών, μήνυμα: %1 - + UPnP/NAT-PMP: Port mapping successful, message: %1 UPnP/NAT-PMP: Χαρτογράφηση θυρών επιτυχής, μήνυμα: %1 - + Fast resume data was rejected for torrent %1, checking again... Γρήγορη επανεκκίνηση αρχείων απορρίφθηκε για το torrent %1, γίνεται επανέλεγχος... - + Reason: %1 - + Url seed lookup failed for url: %1, message: %2 Αποτυχία ελέγχου url διαμοιρασμού για το url: %1, μήνυμα: %2 - + Downloading '%1', please wait... e.g: Downloading 'xxx.torrent', please wait... Κατέβασμα του '%1', παρακαλώ περιμένετε... @@ -3552,7 +3573,7 @@ No further notices will be issued. - + RSS RSS @@ -3632,87 +3653,85 @@ No further notices will be issued. Μεταφορές - Refresh interval: - Χρονική περίοδος ανανέωσης: + Χρονική περίοδος ανανέωσης: - ms - ms + ms - + Use alternating row colors In transfer list, one every two rows will have grey background. Χρήση εναλασσόμενων χρωμάτων στις σειρές - + Action on double click: Action executed when doucle-clicking on an item in transfer (download/upload) list Ενέργεια στο διπλό κλικ: - + Downloading: Λήψεις: - - + + Start/Stop Έναρξη/Παύση - - + + Open folder Άνοιγμα φακέλου - + Completed: Ολοκληρωμένο: - + System tray icon Εικόνα μπάρας εργασιών - + Disable system tray icon Απενεργοποίηση εικόνας μπάρας εργασιών - + Close to tray i.e: The systray tray icon will still be visible when closing the main window. Κλείσιμο στη μπάρα εργασιών - + Minimize to tray Ελαχιστοποίηση στη μπάρα εργασιών - + Start minimized Εκκίνηση σε ελαχιστοποίηση - + Show notification balloons in tray Εμφάνιση μπαλονιών ειδοποιήσεων στη μπάρα εργασιών - + File system Σύστημα αρχείων - + QGroupBox::title { font-weight: normal; margin-left: -3px; @@ -3729,24 +3748,24 @@ QGroupBox { } - + Destination Folder: Φάκελος προορισμού: - + Append the torrent's label Προσθήκη του ονόματος του τόρεντ - + Use a different folder for incomplete downloads: Χρήση διαφορετικού φακέλου για ατελή κατεβάσματα: - - - + + + QLineEdit { margin-left: 23px; } @@ -3755,35 +3774,25 @@ QGroupBox { } - + Automatically load .torrent files from: Αυτόματη φόρτωση αρχείων τόρεντ από: - + Copy .torrent files to: - + Append .!qB extension to incomplete files Προσθήκη κατάληξης .!qB σε ατελή αρχεία - + Pre-allocate all files Αρχική τοποθέτηση όλων των αρχείων - - - Parameter - - - - - Value - - Disk cache: Προσωρινή μνήμη: @@ -3793,88 +3802,88 @@ QGroupBox { MiB (προχωρημένο) - + Torrent queueing Σειρά torrent - + Enable queueing system Ενεργοποίηση συστήματος σειρών - + Maximum active downloads: Μέγιστος αριθμός ενεργών λήψεων: - + Maximum active uploads: Μέγιστος αριθμός ενεργών αποστολών: - + Maximum active torrents: Μέγιστος αριθμός ενεργών τόρεντ: - + When adding a torrent Όταν προστίθεται κάποιο τόρεντ - + Display torrent content and some options Εμφάνιση περιεχομένων τόρεντ και μερικών ρυθμίσεων - + Do not start download automatically The torrent will be added to download list in pause state Μη αυτόματη εκκίνηση λήψης - + Listening port Επικοινωνία θύρας - + Port used for incoming connections: Θύρα που χρησιμοποιείται για εισερχόμενες συνδέσεις: - + Random Τυχαία - + Enable UPnP port mapping Ενεργοποίηση χαρτογράφησης θυρών UPnP - + Enable NAT-PMP port mapping Ενεργοποίηση χαρτογράφησης θυρών NAT-PMP - + Connections limit Όριο συνδέσεων - + Global maximum number of connections: Συνολικός αριθμός μεγίστων συνδέσεων: - + Maximum number of connections per torrent: Μέγιστος αριθμός συνδέσεων ανά torrent: - + Maximum number of upload slots per torrent: Μέγιστες θυρίδες αποστολής ανά torrent: @@ -3883,314 +3892,314 @@ QGroupBox { Συνολικό όριο σύνδεσης - - + + Upload: Αποστολή: - - + + Download: Λήψη: - - - - + + + + KiB/s KiB/s - + Peer connections Συνδέσεις με χρήστες - + Resolve peer countries Ανεύρεση χωρών διασυνδέσεων - + Resolve peer host names Ανεύρεση ονομάτων φορέων διασυνδέσεων - + Global speed limits - + Alternative global speed limits - + Scheduled times: - + to time1 to time2 - + On days: - + Every day - + Week days - + Week ends - + Bittorrent features Λειτουργίες Bittorrent - + Enable DHT network (decentralized) Ενεργοποίηση δικτύου DHT (αποκεντροποιημένο) - + Use a different port for DHT and Bittorrent Χρήση διαφορετικής θύρας για DHT και Bittorrent - + DHT port: Θύρα DHT: - + Enable Peer Exchange / PeX (requires restart) Left as is; We want the user to see PeX later and know what it is ;) Ενεργοποίηση Peer Exchange / PeX (απαιτεί επανεκκίνηση) - + Enable Local Peer Discovery Ενεργοποίηση Ανακάλυψης Νέων Συνδέσεων - + Encryption: Κρυπτογράφηση: - + Enabled Ενεργοποιημένο - + Forced Εξαναγκασμένο - + Disabled Απενεργοποιημένο - + KTorrent KTorrent - + Reset to latest software version Επαναφορά στην τελευταία έκδοση λογισμικού - + Share ratio settings Ρυθμίσεις ποσοστού μοιράσματος - + Desired ratio: Επιθυμητή αναλογία: - + Remove finished torrents when their ratio reaches: Αφαίρεση τελειωμένων torrent όταν η αναλογία τους φτάσει στο: - + HTTP Communications (trackers, Web seeds, search engine) Επικοινωνίες HTTP (ιχνηλάτες, διαμοιραστές, μηχανή αναζήτησης) - - + + Host: Διακομιστής: - + Peer Communications Συνδέσεις με χρήστες - + SOCKS4 SOCKS4 - - + + Type: Είδος: - + Client whitelisting workaround Παράκαμψη αποκλεισμού πελάτη - + Identify as: Αναγνώριση ως: - + qBittorrent qBittorrent - + Vuze Vuze - + µTorrent μTorrent - + Version: Έκδοση: - + Build: Software Build nulmber: Left as is for the moment. This word not quite used, may use my own in next ver. Build: - - + + (None) (Κανένα) - - + + HTTP HTTP - - - + + + Port: Θύρα: - - - + + + Authentication Πιστοποίηση - - - + + + Username: Όνομα χρήστη: - - - + + + Password: Κωδικός: - - + + SOCKS5 SOCKS5 - + Filter Settings Ρυθμίσεις Φίλτρου - + Activate IP Filtering Ενεργοποίηση Φιλτραρίσματος ΙΡ - + Filter path (.dat, .p2p, .p2b): Διαδρομή φίλτρου (.dat, .p2p, .p2b): - + Enable Web User Interface Ενεργοποίηση Web User Interface - + HTTP Server Διακομιστής HTTP - + Enable RSS support Ενεργοποίηση υποστήριξης RSS - + RSS settings Ρυθμίσεις RSS - + RSS feeds refresh interval: Χρονικό διάστημα ανανέωσης παροχών RSS: - + minutes λεπτά - + Maximum number of articles per feed: Μέγιστος αριθμός άρθρων ανά τροφοδοσία: @@ -7253,8 +7262,8 @@ However, those plugins were disabled. Οι επιλογές αποθηκεύτηκαν επιτυχώς. - - + + Choose scan directory Επιλέξτε φάκελο αναζήτησης @@ -7263,10 +7272,10 @@ However, those plugins were disabled. Επιλέξτε ένα αρχείο ipfilter.dat - - - - + + + + Choose a save directory Επιλέξτε φάκελο αποθήκευσης @@ -7280,14 +7289,14 @@ However, those plugins were disabled. Αδύνατο το άνοιγμα του %1 σε λειτουργία ανάγνωσης. - - + + Choose an ip filter file Επιλέξτε ένα αρχείο φίλτρου ip - - + + Filters Φίλτρα diff --git a/src/lang/qbittorrent_en.ts b/src/lang/qbittorrent_en.ts index e0d515424..155a69079 100644 --- a/src/lang/qbittorrent_en.ts +++ b/src/lang/qbittorrent_en.ts @@ -122,27 +122,48 @@ p, li { white-space: pre-wrap; } - - Disk write cache size (MiB) + + Disk write cache size - - Outgoing ports (Min) + + MiB - Outgoing ports (Max) + Outgoing ports (Min) [0: Disabled] + Outgoing ports (Max) [0: Disabled] + + + + + Recheck torrents on completion + + + + + Transfer list refresh interval + + + + + ms + milliseconds + + + + Ignore transfer limits on local network - + Include TCP/IP overhead in transfer limits @@ -328,32 +349,32 @@ p, li { white-space: pre-wrap; } - + UPnP/NAT-PMP: Port mapping failure, message: %1 - + UPnP/NAT-PMP: Port mapping successful, message: %1 - + Fast resume data was rejected for torrent %1, checking again... - + Reason: %1 - + Url seed lookup failed for url: %1, message: %2 - + Downloading '%1', please wait... e.g: Downloading 'xxx.torrent', please wait... @@ -1367,7 +1388,7 @@ No further notices will be issued. - + RSS @@ -1447,87 +1468,77 @@ No further notices will be issued. - - Refresh interval: - - - - - ms - - - - + Use alternating row colors In transfer list, one every two rows will have grey background. - + Action on double click: Action executed when doucle-clicking on an item in transfer (download/upload) list - + Downloading: - - + + Start/Stop - - + + Open folder - + Completed: - + System tray icon - + Disable system tray icon - + Close to tray i.e: The systray tray icon will still be visible when closing the main window. - + Minimize to tray - + Start minimized - + Show notification balloons in tray - + File system - + QGroupBox::title { font-weight: normal; margin-left: -3px; @@ -1538,452 +1549,442 @@ QGroupBox { - + Destination Folder: - + Append the torrent's label - + Use a different folder for incomplete downloads: - - - + + + QLineEdit { margin-left: 23px; } - + Automatically load .torrent files from: - + Copy .torrent files to: - + Append .!qB extension to incomplete files - + Pre-allocate all files - - Parameter - - - - - Value - - - - + Torrent queueing - + Enable queueing system - + Maximum active downloads: - + Maximum active uploads: - + Maximum active torrents: - + When adding a torrent - + Display torrent content and some options - + Do not start download automatically The torrent will be added to download list in pause state - + Listening port - + Port used for incoming connections: - + Random - + Enable UPnP port mapping - + Enable NAT-PMP port mapping - + Connections limit - + Global maximum number of connections: - + Maximum number of connections per torrent: - + Maximum number of upload slots per torrent: - - + + Upload: - - + + Download: - - - - + + + + KiB/s - + Peer connections - + Resolve peer countries - + Resolve peer host names - + Global speed limits - + Alternative global speed limits - + Scheduled times: - + to time1 to time2 - + On days: - + Every day - + Week days - + Week ends - + Bittorrent features - + Enable DHT network (decentralized) - + Use a different port for DHT and Bittorrent - + DHT port: - + Enable Peer Exchange / PeX (requires restart) - + Enable Local Peer Discovery - + Encryption: - + Enabled - + Forced - + Disabled - + KTorrent - + Reset to latest software version - + Share ratio settings - + Desired ratio: - + Remove finished torrents when their ratio reaches: - + HTTP Communications (trackers, Web seeds, search engine) - - + + Host: - + Peer Communications - + SOCKS4 - - + + Type: - + Client whitelisting workaround - + Identify as: - + qBittorrent - + Vuze - + µTorrent - + Version: - + Build: Software Build nulmber: - - + + (None) - - + + HTTP - - - + + + Port: - - - + + + Authentication - - - + + + Username: - - - + + + Password: - - + + SOCKS5 - + Filter Settings - + Activate IP Filtering - + Filter path (.dat, .p2p, .p2b): - + Enable Web User Interface - + HTTP Server - + Enable RSS support - + RSS settings - + RSS feeds refresh interval: - + minutes - + Maximum number of articles per feed: @@ -4068,28 +4069,28 @@ However, those plugins were disabled. options_imp - - + + Choose scan directory - - - - + + + + Choose a save directory - - + + Choose an ip filter file - - + + Filters diff --git a/src/lang/qbittorrent_es.qm b/src/lang/qbittorrent_es.qm index 43f911f4f..d60c77297 100644 Binary files a/src/lang/qbittorrent_es.qm and b/src/lang/qbittorrent_es.qm differ diff --git a/src/lang/qbittorrent_es.ts b/src/lang/qbittorrent_es.ts index 4cd191d7c..8c697a458 100644 --- a/src/lang/qbittorrent_es.ts +++ b/src/lang/qbittorrent_es.ts @@ -152,27 +152,48 @@ p, li { white-space: pre-wrap; } - - Disk write cache size (MiB) + + Disk write cache size - - Outgoing ports (Min) + + MiB - Outgoing ports (Max) + Outgoing ports (Min) [0: Disabled] + Outgoing ports (Max) [0: Disabled] + + + + + Recheck torrents on completion + + + + + Transfer list refresh interval + + + + + ms + milliseconds + + + + Ignore transfer limits on local network - + Include TCP/IP overhead in transfer limits @@ -386,32 +407,32 @@ p, li { white-space: pre-wrap; } No se pudo escuchar en ninguno de los puertos brindados. - + UPnP/NAT-PMP: Port mapping failure, message: %1 UPnP/NAT-PMP: Falló el mapeo del puerto, mensaje: %1 - + UPnP/NAT-PMP: Port mapping successful, message: %1 UPnP/NAT-PMP: Mapeo del puerto exitoso, mensaje: %1 - + Fast resume data was rejected for torrent %1, checking again... Se negaron los datos para reinicio rápido del torrent: %1, verificando de nuevo... - + Reason: %1 Razón: %1 - + Url seed lookup failed for url: %1, message: %2 Falló la búsqueda de semilla por Url para la Url: %1, mensaje: %2 - + Downloading '%1', please wait... e.g: Downloading 'xxx.torrent', please wait... Descargando '%1', por favor espere... @@ -3409,7 +3430,7 @@ Probablemente esto es algo que ya sabía, así que no le dirá otra vez. - + RSS @@ -3489,87 +3510,81 @@ Probablemente esto es algo que ya sabía, así que no le dirá otra vez.Lista de Transferencia - Refresh interval: - Refresco intervalo cada: + Refresco intervalo cada: - - ms - - - - + Use alternating row colors In transfer list, one every two rows will have grey background. Usar colores alternos en la lista de Transferencia - + Action on double click: Action executed when doucle-clicking on an item in transfer (download/upload) list Acción a realizar con un Doble-click: - + Downloading: Descargando: - - + + Start/Stop - - + + Open folder Abrir carpeta destino - + Completed: Completados: - + System tray icon Icono en el Panel del sistema - + Disable system tray icon No mostrar Icono en el Panel - + Close to tray i.e: The systray tray icon will still be visible when closing the main window. Minimizar en el Panel al pulsar el botón cerrar - + Minimize to tray Minimizar en el Panel del sistema - + Start minimized Iniciar qBittorrent minimizado - + Show notification balloons in tray Mostrar globos de notificación en el Panel - + File system Opciones sobre archivos del Sistema - + QGroupBox::title { font-weight: normal; margin-left: -3px; @@ -3580,59 +3595,49 @@ QGroupBox { - + Destination Folder: Carpeta de Destino: - + Append the torrent's label Permitir Etiquetar los archivos Torrents (Creará carpetas de descarga según Etiquetas) - + Use a different folder for incomplete downloads: Usar diferente carpeta para las descargas incompletas: - - - + + + QLineEdit { margin-left: 23px; } - + Automatically load .torrent files from: Cargar automáticamente archivos Torrents desde: - + Copy .torrent files to: - + Append .!qB extension to incomplete files Añadir extensión .!qB a los archivos incompletos - + Pre-allocate all files Pre-localizar archivos (reservar espacio para los archivos) - - - Parameter - - - - - Value - - Disk cache: Cache de Disco: @@ -3642,88 +3647,88 @@ QGroupBox { MiB (avanzado) - + Torrent queueing Gestión de Colas - + Enable queueing system Activar sistema de gestión de Colas - + Maximum active downloads: Máximo de archivos Bajando: - + Maximum active uploads: Máximo de archivos Subiendo: - + Maximum active torrents: Máximo de archivos Torrents: - + When adding a torrent Al añadir un torrent - + Display torrent content and some options Mostrar el contenido del Torrent y opciones - + Do not start download automatically The torrent will be added to download list in pause state No comenzar a descargar automáticamente - + Listening port Puerto de escucha - + Port used for incoming connections: Puerto utilizado para conexiones entrantes: - + Random Aleatorio - + Enable UPnP port mapping Habilitar mapeo de puertos UPnP - + Enable NAT-PMP port mapping Habilitar mapeo de puertos NAT-PMP - + Connections limit Límite de conexiones - + Global maximum number of connections: Número global máximo de conexiones: - + Maximum number of connections per torrent: Número máximo de conexiones por torrent: - + Maximum number of upload slots per torrent: Número máximo de slots de subida por torrent: @@ -3732,312 +3737,312 @@ QGroupBox { Limite global de ancho de banda - - + + Upload: Subida: - - + + Download: Bajada: - - - - + + + + KiB/s - + Peer connections Conexiones Pares - + Resolve peer countries Mostrar Pares por Países - + Resolve peer host names Mostrar Pares por nombre de Host - + Global speed limits Límites de velocidad global - + Alternative global speed limits Límites de velocidad global alternativa - + Scheduled times: Establecer horario: - + to time1 to time2 a - + On days: Los días: - + Every day Todos - + Week days Días laborales - + Week ends Fines de Semana - + Bittorrent features Características de Bittorrent - + Enable DHT network (decentralized) Habilitar red DHT (descentralizada) - + Use a different port for DHT and Bittorrent Utilizar un puerto diferente para la DHT y Bittorrent - + DHT port: Puerto DHT: - + Enable Peer Exchange / PeX (requires restart) Activar intercambio de Pares / PeX (es necesario reiniciar qBittorrent) - + Enable Local Peer Discovery Habilitar la fuente de búsqueda local de Pares - + Encryption: Encriptación: - + Enabled Habilitado - + Forced Forzado - + Disabled Deshabilitado - + Client whitelisting workaround Solucionar Lista Blanca de gestores Torrents - + Identify as: Identificarse como: - + qBittorrent - + Vuze - + µTorrent - + KTorrent - + Version: Versión: - + Build: Software Build nulmber: - + Reset to latest software version Reiniciar a valores por defecto - + Share ratio settings Ajustes compartición de Radio - + Desired ratio: Radio deseado: - + Remove finished torrents when their ratio reaches: Eliminar torrents terminados cuando su radio llegue a: - + HTTP Communications (trackers, Web seeds, search engine) Comunicaciones HTTP (Trackers, Semillas Web, Motores de búsqueda) - - + + Type: Tipo: - - + + (None) (Ninguno) - - + + HTTP - - + + Host: - - - + + + Port: Puerto: - - - + + + Authentication Autentificación - - - + + + Username: Nombre de Usuario: - - - + + + Password: Contraseña: - + Peer Communications Comunicaciones Pares - + SOCKS4 - - + + SOCKS5 - + Filter Settings Preferencias del Filtro - + Activate IP Filtering Activar Filtro IP - + Filter path (.dat, .p2p, .p2b): Ruta de Filtro (.dat, .p2p, .p2b): - + Enable Web User Interface Habilitar Interfaz de Usuario Web - + HTTP Server Servidor HTTP - + Enable RSS support Activar soporte RSS - + RSS settings Ajustes RSS - + RSS feeds refresh interval: Intervalo de actualización de Canales RSS: - + minutes minutos - + Maximum number of articles per feed: Número máximo de artículos por Canal: @@ -7055,8 +7060,8 @@ De cualquier forma, esos plugins fueron deshabilitados. Opciones guardadas exitosamente. - - + + Choose scan directory Seleccione un directorio a inspeccionar @@ -7065,10 +7070,10 @@ De cualquier forma, esos plugins fueron deshabilitados. Selecciona un archivo ipfilter.dat - - - - + + + + Choose a save directory Seleccione un directorio para guardar @@ -7082,14 +7087,14 @@ De cualquier forma, esos plugins fueron deshabilitados. No se pudo abrir %1 en modo lectura. - - + + Choose an ip filter file Seleccione un archivo de filtro de ip - - + + Filters Filtros diff --git a/src/lang/qbittorrent_fi.qm b/src/lang/qbittorrent_fi.qm index 7d4a1af1f..e8423ac1d 100644 Binary files a/src/lang/qbittorrent_fi.qm and b/src/lang/qbittorrent_fi.qm differ diff --git a/src/lang/qbittorrent_fi.ts b/src/lang/qbittorrent_fi.ts index 71f64db47..7e08f0a8c 100644 --- a/src/lang/qbittorrent_fi.ts +++ b/src/lang/qbittorrent_fi.ts @@ -141,27 +141,48 @@ p, li { white-space: pre-wrap; } - - Disk write cache size (MiB) + + Disk write cache size - - Outgoing ports (Min) + + MiB - Outgoing ports (Max) + Outgoing ports (Min) [0: Disabled] + Outgoing ports (Max) [0: Disabled] + + + + + Recheck torrents on completion + + + + + Transfer list refresh interval + + + + + ms + milliseconds + + + + Ignore transfer limits on local network - + Include TCP/IP overhead in transfer limits @@ -371,32 +392,32 @@ p, li { white-space: pre-wrap; } Minkään annetun portin käyttäminen ei onnistunut. - + UPnP/NAT-PMP: Port mapping failure, message: %1 UPnP/NAT-PMP: portin määritys epäonnistui virhe: %1 - + UPnP/NAT-PMP: Port mapping successful, message: %1 UPnP/NAT-PP: portin määritys onnistui, viesti: %1 - + Fast resume data was rejected for torrent %1, checking again... Nopean jatkamisen tiedot eivät kelpaa torrentille %1. Tarkistetaan uudestaan... - + Reason: %1 - + Url seed lookup failed for url: %1, message: %2 Jakajien haku osoitteesta %1 epäonnistui: %2 - + Downloading '%1', please wait... e.g: Downloading 'xxx.torrent', please wait... Ladataan torrenttia ”%1”. Odota... @@ -3078,7 +3099,7 @@ No further notices will be issued. - + RSS RSS @@ -3158,87 +3179,85 @@ No further notices will be issued. Siirrot - Refresh interval: - Päivitystiheys: + Päivitystiheys: - ms - ms + ms - + Use alternating row colors In transfer list, one every two rows will have grey background. Käytä vaihtelevia rivivärejä - + Action on double click: Action executed when doucle-clicking on an item in transfer (download/upload) list Toiminta tuplanapsautuksella: - + Downloading: Ladataan: - - + + Start/Stop Aloita/lopeta - - + + Open folder Avaa kansio - + Completed: Valmiina: - + System tray icon Ilmoitusalueen kuvake - + Disable system tray icon Älä näytä kuvaketta ilmoitusalueella - + Close to tray i.e: The systray tray icon will still be visible when closing the main window. Sulje ilmoitusalueen kuvakkeeseen - + Minimize to tray Pienennä ilmoitusalueen kuvakkeeseen - + Start minimized Aloita minimoituna - + Show notification balloons in tray Näytä ilmoitukset ilmoitusalueen kuvakkeesta - + File system Tiedostojärjestelmä - + QGroupBox::title { font-weight: normal; margin-left: -3px; @@ -3255,24 +3274,24 @@ QGroupBox { } - + Destination Folder: Kohdekansio: - + Append the torrent's label Lisää torrentin nimike - + Use a different folder for incomplete downloads: Käytä eri kansiota keskeneräisille latauksille: - - - + + + QLineEdit { margin-left: 23px; } @@ -3281,35 +3300,25 @@ QGroupBox { } - + Automatically load .torrent files from: Lataa torrentit tästä kansiosta automaattisesti: - + Copy .torrent files to: - + Append .!qB extension to incomplete files Lisää .!qB-pääte keskeneräisiin tiedostoihin - + Pre-allocate all files Varaa tila kaikille tiedostoille - - - Parameter - - - - - Value - - Disk cache: Levyvälimuisti: @@ -3319,88 +3328,88 @@ QGroupBox { MiB (edistyneet) - + Torrent queueing Torrenttien jonotus - + Enable queueing system Käytä jonotusjärjestelmää - + Maximum active downloads: Aktiivisia latauksia enintään: - + Maximum active uploads: Aktiivisia lähetettäviä torrentteja enintään: - + Maximum active torrents: Aktiivisia torrentteja enintään: - + When adding a torrent Kun lisätään torrent-tiedostoa - + Display torrent content and some options Näytä torrentin sisältö ja joitakin asetuksia - + Do not start download automatically The torrent will be added to download list in pause state Älä aloita lataamista automaattisesti - + Listening port Kuuntele porttia - + Port used for incoming connections: Portti sisääntuleville yhteyksille: - + Random Satunnainen - + Enable UPnP port mapping Käytä UPnP-porttivarausta - + Enable NAT-PMP port mapping Käytä NAT-PMP-porttivarausta - + Connections limit Yhteyksien enimmäismäärä - + Global maximum number of connections: Kaikkien yhteyksien enimmäismäärä: - + Maximum number of connections per torrent: Yhteyksien enimmäismäärä torrenttia kohden: - + Maximum number of upload slots per torrent: Lähetyspaikkoja torrentia kohden: @@ -3409,312 +3418,312 @@ QGroupBox { Kaistankäyttörajoitukset - - + + Upload: Lähetys: - - + + Download: Lataus: - - - - + + + + KiB/s KiB/s - + Peer connections Asiakasyhteydet - + Resolve peer countries Selvitä asiakkaiden kotimaat - + Resolve peer host names Selvitä asiakkaiden palvelinnimet - + Global speed limits - + Alternative global speed limits - + Scheduled times: - + to time1 to time2 - + On days: - + Every day - + Week days - + Week ends - + Bittorrent features Bittorrent-piirteet - + Enable DHT network (decentralized) Käytä hajautettua DHT-verkkoa - + Use a different port for DHT and Bittorrent Käytä eri porttia DHT:lle ja Bittorrentille - + DHT port: DHT-portti: - + Enable Peer Exchange / PeX (requires restart) Ota PeX käyttöön (vaatii uudelleenkäynnistyksen) - + Enable Local Peer Discovery Käytä paikallista käyttäjien löytämistä - + Encryption: Salaus: - + Enabled Käytössä - + Forced Pakotettu - + Disabled Poistettu käytöstä - + KTorrent KTorrent - + Reset to latest software version Palauta viimeiseen ohjelmistoversioon - + Share ratio settings Jakosuhteen asetukset - + Desired ratio: Tavoiteltu suhde: - + Remove finished torrents when their ratio reaches: Poista valmistuneet torrentit, kun jakosuhde saa arvon: - + HTTP Communications (trackers, Web seeds, search engine) HTTP-yhteydet (seurantapalvelimet, web-syötteet, hakukone) - - + + Host: Isäntä: - + Peer Communications Asiakastietoliikenne - + SOCKS4 SOCKS4 - - + + Type: Tyyppi: - + Client whitelisting workaround Asiakkaan sallittujen listan korjaus - + Identify as: Esitä: - + qBittorrent qBittorrent - + Vuze Vuze - + µTorrent µTorrent - + Version: Versio: - + Build: Software Build nulmber: Aliversio: - - + + (None) (Ei mikään) - - + + HTTP HTTP - - - + + + Port: Portti: - - - + + + Authentication Sisäänkirjautuminen - - - + + + Username: Tunnus: - - - + + + Password: Salasana: - - + + SOCKS5 SOCKS5 - + Filter Settings Suotimen asetukset - + Activate IP Filtering Käytä IP-suodatusta - + Filter path (.dat, .p2p, .p2b): Suodatustiedoston sijainti (.dat, .p2p, p2b): - + Enable Web User Interface Käytä web-käyttöliittymää - + HTTP Server HTTP-palvelin - + Enable RSS support Ota RSS-tuki käyttöön - + RSS settings RSS-asetukset - + RSS feeds refresh interval: RSS-syötteen päivitystiheys: - + minutes minuuttia - + Maximum number of articles per feed: Artikkeleiden enimmäismäärä syötettä kohden: @@ -6656,8 +6665,8 @@ Kyseiset liitänäiset poistettiin kuitenkin käytöstä. Asetukset tallennettiin. - - + + Choose scan directory Valitse hakukansio @@ -6666,10 +6675,10 @@ Kyseiset liitänäiset poistettiin kuitenkin käytöstä. Valitse ipfilter.dat-tiedosto - - - - + + + + Choose a save directory Valitse tallennuskansio @@ -6683,14 +6692,14 @@ Kyseiset liitänäiset poistettiin kuitenkin käytöstä. Tiedoston %1 avaaminen lukutilassa epäonnistui. - - + + Choose an ip filter file Valitse IP-suodatintiedosto - - + + Filters Suotimet diff --git a/src/lang/qbittorrent_fr.qm b/src/lang/qbittorrent_fr.qm index bc70b1909..0efc3df4b 100644 Binary files a/src/lang/qbittorrent_fr.qm and b/src/lang/qbittorrent_fr.qm differ diff --git a/src/lang/qbittorrent_fr.ts b/src/lang/qbittorrent_fr.ts index 255f54e90..125d303a2 100644 --- a/src/lang/qbittorrent_fr.ts +++ b/src/lang/qbittorrent_fr.ts @@ -241,27 +241,48 @@ Copyright © 2006 par Christophe DUMEZ<br> - - Disk write cache size (MiB) + + Disk write cache size - - Outgoing ports (Min) + + MiB - Outgoing ports (Max) + Outgoing ports (Min) [0: Disabled] + Outgoing ports (Max) [0: Disabled] + + + + + Recheck torrents on completion + + + + + Transfer list refresh interval + + + + + ms + milliseconds + + + + Ignore transfer limits on local network - + Include TCP/IP overhead in transfer limits @@ -475,32 +496,32 @@ Copyright © 2006 par Christophe DUMEZ<br> Impossible d'écouter sur les ports donnés. - + UPnP/NAT-PMP: Port mapping failure, message: %1 UPnP/NAT-PMP : Echec de mapping du port, message : %1 - + UPnP/NAT-PMP: Port mapping successful, message: %1 UPnP/NAT-PMP : Réussite du mapping de port, message : %1 - + Fast resume data was rejected for torrent %1, checking again... Le relancement rapide a échoué pour le torrent %1, revérification... - + Reason: %1 Raison : %1 - + Url seed lookup failed for url: %1, message: %2 Le contact de la source HTTP a échoué à l'url : %1, message : %2 - + Downloading '%1', please wait... e.g: Downloading 'xxx.torrent', please wait... Téléchargement de '%1', veuillez patienter... @@ -3654,7 +3675,7 @@ Ce message d'avertissement ne sera plus affiché. - + RSS RSS @@ -3734,87 +3755,85 @@ Ce message d'avertissement ne sera plus affiché. Liste de transferts - Refresh interval: - Intervalle de rafraîchissement : + Intervalle de rafraîchissement : - ms - ms + ms - + Use alternating row colors In transfer list, one every two rows will have grey background. Alterner la couleur des lignes - + Action on double click: Action executed when doucle-clicking on an item in transfer (download/upload) list Action du double clic : - + Downloading: Téléchargement : - - + + Start/Stop Démarrer/Arrêter - - + + Open folder Ouvrir le dossier - + Completed: Terminé : - + System tray icon Icône dans la barre des tâches - + Disable system tray icon Désactiver l'icône dans la barre des tâches - + Close to tray i.e: The systray tray icon will still be visible when closing the main window. Iconifier lors de la fermeture - + Minimize to tray Iconifier lors de la minimisation - + Start minimized Minimisation de la fenêtre au démarrage - + Show notification balloons in tray Afficher les messages de notification dans la barre des tâches - + File system Système de fichiers - + QGroupBox::title { font-weight: normal; margin-left: -3px; @@ -3825,59 +3844,49 @@ QGroupBox { - + Destination Folder: Répertoire de destination : - + Append the torrent's label Ajouter à la fin la catégorie du torrent - + Use a different folder for incomplete downloads: Utiliser un répertoire différent pour les téléchargements incomplets : - - - + + + QLineEdit { margin-left: 23px; } - + Automatically load .torrent files from: Charger automatiquement les fichiers .torrent depuis : - + Copy .torrent files to: - + Append .!qB extension to incomplete files Ajouter l'extension .!qB aux fichiers incomplets - + Pre-allocate all files Pré-allouer l'espace disque pour tous les fichiers - - - Parameter - - - - - Value - - Disk cache: Tampon disque : @@ -3887,88 +3896,88 @@ QGroupBox { Mo (avancé) - + Torrent queueing Mise en attente des torrents - + Enable queueing system Activer le système de file d'attente - + Maximum active downloads: Nombre maximum de téléchargements actifs : - + Maximum active uploads: Nombre maximum d'envois actifs : - + Maximum active torrents: Nombre maximum de torrents actifs : - + When adding a torrent A l'ajout d'un torrent - + Display torrent content and some options Afficher le contenu du torrent et quelques paramètres - + Do not start download automatically The torrent will be added to download list in pause state Ne pas commencer le téléchargement automatiquement - + Listening port Port d'écoute - + Port used for incoming connections: Port pour les connexions entrantes : - + Random Aléatoire - + Enable UPnP port mapping Activer l'UPnP - + Enable NAT-PMP port mapping Activer le NAT-PMP - + Connections limit Limite de connections - + Global maximum number of connections: Nombre global maximum de connexions : - + Maximum number of connections per torrent: Nombre maximum de connexions par torrent : - + Maximum number of upload slots per torrent: Nombre maximum de slots d'envoi par torrent : @@ -3977,108 +3986,108 @@ QGroupBox { Limitation globale de bande passante - - + + Upload: Envoi : - - + + Download: Réception : - - - - + + + + KiB/s Ko/s - + Peer connections Connexion aux peers - + Resolve peer countries Afficher le pays des peers - + Resolve peer host names Afficher le nom d'hôte des peers - + Global speed limits - + Alternative global speed limits - + Scheduled times: - + to time1 to time2 - + On days: - + Every day - + Week days - + Week ends - + Bittorrent features Fonctionnalités Bittorrent - + Enable DHT network (decentralized) Activer le réseau DHT (décentralisé) - + Use a different port for DHT and Bittorrent Utiliser un port différent pour le DHT et Bittorrent - + DHT port: Port DHT : - + Enable Peer Exchange / PeX (requires restart) Activer l'échange de sources / PeX (redémarrage nécessaire) - + Enable Local Peer Discovery Activer la recherche locale de sources @@ -4087,104 +4096,104 @@ QGroupBox { Se faire passer pour µtorrent pour éviter le blocage (redémarrage requis) - + Encryption: Brouillage : - + Enabled Activé - + Forced Forcé - + Disabled Désactivé - + Client whitelisting workaround Anti blocage du logiciel par les trackers - + Identify as: Se faire passer pour : - + qBittorrent qBittorrent - + Vuze Vuze - + µTorrent µTorrent - + KTorrent KTorrent - + Version: Version : - + Build: Software Build nulmber: Build : - + Reset to latest software version Réinitialiser à la dernière version du logiciel - + Share ratio settings Paramètres du ratio de partage - + Desired ratio: Ratio désiré : - + Remove finished torrents when their ratio reaches: Supprimer les torrents terminés lorsque leur ratio atteint : - + HTTP Communications (trackers, Web seeds, search engine) Communications HTTP (trackers, sources HTTP, moteur de recherche) - - + + Host: Hôte : - + Peer Communications Communications avec les peers - + SOCKS4 SOCKS4 @@ -4193,20 +4202,20 @@ QGroupBox { Paramètres du serveur mandataire (moteur de recherche) - - + + Type: Type : - - + + (None) (Aucun) - - + + HTTP @@ -4215,30 +4224,30 @@ QGroupBox { Serveur mandataire (proxy) : - - - + + + Port: Port : - - - + + + Authentication Authentification - - - + + + Username: Nom d'utilisateur : - - - + + + Password: Mot de passe : @@ -4247,8 +4256,8 @@ QGroupBox { Paramètres du serveur mandataire (Bittorrent) - - + + SOCKS5 @@ -4273,17 +4282,17 @@ QGroupBox { Connexions aux sources web - + Filter Settings Paramètres de filtrage - + Activate IP Filtering Activer le filtrage d'IP - + Filter path (.dat, .p2p, .p2b): Chemin du filtre (.dat, .p2p, .p2b) : @@ -4292,37 +4301,37 @@ QGroupBox { Chemin vers le fichier de filtrage : - + Enable Web User Interface Activer l'interface Web - + HTTP Server Serveur HTTP - + Enable RSS support Activer le module RSS - + RSS settings Paramètres RSS - + RSS feeds refresh interval: Intervalle de rafraîchissement des flux RSS : - + minutes - + Maximum number of articles per feed: Numbre maximum d'articles par flux : @@ -7458,8 +7467,8 @@ Cependant, les greffons en question ont été désactivés. Préférences sauvegardées avec succès. - - + + Choose scan directory Choisir le dossier à surveiller @@ -7468,10 +7477,10 @@ Cependant, les greffons en question ont été désactivés. Choisir un fichier ipfilter.dat - - - - + + + + Choose a save directory Choisir un répertoire de sauvegarde @@ -7485,8 +7494,8 @@ Cependant, les greffons en question ont été désactivés. Impossible d'ouvrir %1 en lecture. - - + + Choose an ip filter file Choisir un fichier de filtrage IP @@ -7495,8 +7504,8 @@ Cependant, les greffons en question ont été désactivés. Filtres (*.dat *.p2p *.p2b) - - + + Filters Filtres diff --git a/src/lang/qbittorrent_hu.qm b/src/lang/qbittorrent_hu.qm index 14fb50545..33b804af6 100644 Binary files a/src/lang/qbittorrent_hu.qm and b/src/lang/qbittorrent_hu.qm differ diff --git a/src/lang/qbittorrent_hu.ts b/src/lang/qbittorrent_hu.ts index 68d4c1f21..5a2b1797d 100644 --- a/src/lang/qbittorrent_hu.ts +++ b/src/lang/qbittorrent_hu.ts @@ -141,27 +141,48 @@ Copyright © 2006 by Christophe Dumez<br> - - Disk write cache size (MiB) + + Disk write cache size - - Outgoing ports (Min) + + MiB - Outgoing ports (Max) + Outgoing ports (Min) [0: Disabled] + Outgoing ports (Max) [0: Disabled] + + + + + Recheck torrents on completion + + + + + Transfer list refresh interval + + + + + ms + milliseconds + + + + Ignore transfer limits on local network - + Include TCP/IP overhead in transfer limits @@ -371,32 +392,32 @@ Copyright © 2006 by Christophe Dumez<br> A megadott porok zártak. - + UPnP/NAT-PMP: Port mapping failure, message: %1 UPnP/NAT-PMP: Port felderítése sikertelen, hibaüzenet: %1 - + UPnP/NAT-PMP: Port mapping successful, message: %1 UPnP/NAT-PMP: Port felderítése sikeres, hibaüzenet: %1 - + Fast resume data was rejected for torrent %1, checking again... Hibás ellenőrző adat ennél a torrentnél: %1, újraellenőrzés... - + Reason: %1 - + Url seed lookup failed for url: %1, message: %2 Url forrás meghatározása sikertelen: %1, hibaüzenet: %2 - + Downloading '%1', please wait... e.g: Downloading 'xxx.torrent', please wait... Letöltés alatt: '%1', kis türelmet... @@ -2883,7 +2904,7 @@ No further notices will be issued. - + RSS RSS @@ -2963,87 +2984,85 @@ No further notices will be issued. Átviteli lista - Refresh interval: - Frissítés intervallum: + Frissítés intervallum: - ms - ms + ms - + Use alternating row colors In transfer list, one every two rows will have grey background. Alternatív sorkiemelés használata - + Action on double click: Action executed when doucle-clicking on an item in transfer (download/upload) list Dupla katt esetén: - + Downloading: Letöltés: - - + + Start/Stop Indítás/Megállítás - - + + Open folder Könyvtár megnyitása - + Completed: Letöltött: - + System tray icon Panel ikon - + Disable system tray icon Panel ikon letiltása - + Close to tray i.e: The systray tray icon will still be visible when closing the main window. Panelre helyezés bezáráskor - + Minimize to tray Panelre helyezés háttérben - + Start minimized Háttérben indítás - + Show notification balloons in tray Panel üzenetek megjelenítése - + File system Fájlrendszer - + QGroupBox::title { font-weight: normal; margin-left: -3px; @@ -3060,24 +3079,24 @@ QGroupBox { } - + Destination Folder: Célmappa: - + Append the torrent's label Torrent címke csatolása - + Use a different folder for incomplete downloads: Külön mappa használata a félkész letöltésekhez: - - - + + + QLineEdit { margin-left: 23px; } @@ -3086,35 +3105,25 @@ QGroupBox { } - + Automatically load .torrent files from: .torrent automatikus letöltése ebből a könyvtárból: - + Copy .torrent files to: - + Append .!qB extension to incomplete files .!qB kiterjesztés használata a félkász fájlokhoz - + Pre-allocate all files Fájlok helyének lefoglalása - - - Parameter - - - - - Value - - Disk cache: Lemez gyorsítótár mérete: @@ -3124,88 +3133,88 @@ QGroupBox { MiB - + Torrent queueing Torrent korlátozások - + Enable queueing system Korlátozások engedélyezése - + Maximum active downloads: Aktív letöltések maximási száma: - + Maximum active uploads: Maximális aktív feltöltés: - + Maximum active torrents: Torrentek maximális száma: - + When adding a torrent Torrent hozzáadása - + Display torrent content and some options Torrent részleteinek és az opciók megjelenítése - + Do not start download automatically The torrent will be added to download list in pause state Letöltés nélkül add a listához - + Listening port Port beállítása - + Port used for incoming connections: Port a bejövő kapcsoaltokhoz: - + Random Random - + Enable UPnP port mapping UPnP port átirányítás engedélyezése - + Enable NAT-PMP port mapping NAT-PMP port átirányítás engedélyezése - + Connections limit Kapcsolatok korlátozása - + Global maximum number of connections: Kapcsolatok maximális száma: - + Maximum number of connections per torrent: Kapcsolatok maximális száma torrentenként: - + Maximum number of upload slots per torrent: Feltöltési szálak száma torrentenként: @@ -3214,312 +3223,312 @@ QGroupBox { Sávszélesség korlátozása - - + + Upload: Feltöltés: - - + + Download: Letöltés: - - - - + + + + KiB/s KiB/s - + Peer connections Kapcsolatok - + Resolve peer countries Országok megjelenítése - + Resolve peer host names Host név megjelenítése - + Global speed limits - + Alternative global speed limits - + Scheduled times: - + to time1 to time2 - + On days: - + Every day - + Week days - + Week ends - + Bittorrent features Bittorrent funkciók - + Enable DHT network (decentralized) DHT hálózati működés engedélyezése - + Use a different port for DHT and Bittorrent Használj külön porot DHT-hoz és torrenthez - + DHT port: DHT port: - + Enable Peer Exchange / PeX (requires restart) Ügyfél csere (PeX) engedélyezése (újraindítást igényel) - + Enable Local Peer Discovery Local Peer Discovery engedélyezése - + Encryption: Titkosítás: - + Enabled Engedélyez - + Forced Kényszerít - + Disabled Tilt - + KTorrent KTorrent - + Reset to latest software version A legfrissebb verziószám visszaállítása - + Share ratio settings Megosztási arányok - + Desired ratio: Elérendő arány: - + Remove finished torrents when their ratio reaches: Torrent eltávolítása, ha elérte ezt az arányt: - + HTTP Communications (trackers, Web seeds, search engine) HTTP Kapcsolatok (trackerek, web seed, kereső motor) - - + + Host: Host: - + Peer Communications Ügyfél kapcsolatok - + SOCKS4 SOCKS4 - - + + Type: Típus: - + Client whitelisting workaround Kliens álcázása - + Identify as: Kliens azonosítás mint: - + qBittorrent qBittorrent - + Vuze Vuze - + µTorrent µTorrent - + Version: Verzió: - + Build: Software Build nulmber: Build: - - + + (None) (Nincs) - - + + HTTP HTTP - - - + + + Port: Port: - - - + + + Authentication Felhasználó - - - + + + Username: Felhasználónév: - - - + + + Password: Jelszó: - - + + SOCKS5 SOCKS5 - + Filter Settings Szűrő beállításai - + Activate IP Filtering IP-szűrő használata - + Filter path (.dat, .p2p, .p2b): Ip szűrő fájl helye (.dat, .p2p, .p2b): - + Enable Web User Interface Webes felület engedélyezése - + HTTP Server HTTP Szerver - + Enable RSS support RSS engedélyezése - + RSS settings RSS beállítások - + RSS feeds refresh interval: RSS csatornák firssítésének időköze: - + minutes perc - + Maximum number of articles per feed: Hírek maximális száma csatornánként: @@ -6338,8 +6347,8 @@ Viszont azok a modulok kikapcsolhatóak. Beállítások sikeresen elmentve. - - + + Choose scan directory Megfigyelt könyvtár beállítása @@ -6348,10 +6357,10 @@ Viszont azok a modulok kikapcsolhatóak. Ipfilter.dat fájl megnyitása - - - - + + + + Choose a save directory Letöltési könyvtár megadása @@ -6365,14 +6374,14 @@ Viszont azok a modulok kikapcsolhatóak. %1 olvasása sikertelen. - - + + Choose an ip filter file Válassz egy ip szűrő fájlt - - + + Filters Szűrők diff --git a/src/lang/qbittorrent_it.ts b/src/lang/qbittorrent_it.ts index 1e4ba1c90..e635b0d05 100644 --- a/src/lang/qbittorrent_it.ts +++ b/src/lang/qbittorrent_it.ts @@ -141,27 +141,48 @@ Copyright © 2006 by Christophe Dumez<br> - - Disk write cache size (MiB) + + Disk write cache size - - Outgoing ports (Min) + + MiB - Outgoing ports (Max) + Outgoing ports (Min) [0: Disabled] + Outgoing ports (Max) [0: Disabled] + + + + + Recheck torrents on completion + + + + + Transfer list refresh interval + + + + + ms + milliseconds + + + + Ignore transfer limits on local network - + Include TCP/IP overhead in transfer limits @@ -371,32 +392,32 @@ Copyright © 2006 by Christophe Dumez<br> Impossibile mettersi in ascolto sulle porte scelte. - + UPnP/NAT-PMP: Port mapping failure, message: %1 UPnP/NAT-PMP: mappatura porte fallita, messaggio: %1 - + UPnP/NAT-PMP: Port mapping successful, message: %1 UPnP/NAT-PMP: mappatura porte riuscita, messaggio: %1 - + Fast resume data was rejected for torrent %1, checking again... Il recupero veloce del torrent %1 è stato rifiutato, altro tentativo in corso... - + Reason: %1 - + Url seed lookup failed for url: %1, message: %2 Ricerca seed web fallita per l'url: %1, messaggio: %2 - + Downloading '%1', please wait... e.g: Downloading 'xxx.torrent', please wait... Download di '%1' in corso... @@ -3250,7 +3271,7 @@ No further notices will be issued. - + RSS @@ -3330,87 +3351,77 @@ No further notices will be issued. - - Refresh interval: - - - - - ms - - - - + Use alternating row colors In transfer list, one every two rows will have grey background. - + Action on double click: Action executed when doucle-clicking on an item in transfer (download/upload) list - + Downloading: - - + + Start/Stop - - + + Open folder - + Completed: - + System tray icon - + Disable system tray icon - + Close to tray i.e: The systray tray icon will still be visible when closing the main window. - + Minimize to tray - + Start minimized - + Show notification balloons in tray - + File system - + QGroupBox::title { font-weight: normal; margin-left: -3px; @@ -3421,452 +3432,442 @@ QGroupBox { - + Destination Folder: - + Append the torrent's label - + Use a different folder for incomplete downloads: - - - + + + QLineEdit { margin-left: 23px; } - + Automatically load .torrent files from: - + Copy .torrent files to: - + Append .!qB extension to incomplete files - + Pre-allocate all files - - Parameter - - - - - Value - - - - + Torrent queueing - + Enable queueing system - + Maximum active downloads: - + Maximum active uploads: - + Maximum active torrents: - + When adding a torrent - + Display torrent content and some options - + Do not start download automatically The torrent will be added to download list in pause state - + Listening port - + Port used for incoming connections: - + Random - + Enable UPnP port mapping - + Enable NAT-PMP port mapping - + Connections limit - + Global maximum number of connections: - + Maximum number of connections per torrent: - + Maximum number of upload slots per torrent: - - + + Upload: - - + + Download: - - - - + + + + KiB/s - + Peer connections - + Resolve peer countries - + Resolve peer host names - + Global speed limits - + Alternative global speed limits - + Scheduled times: - + to time1 to time2 - + On days: - + Every day - + Week days - + Week ends - + Bittorrent features - + Enable DHT network (decentralized) - + Use a different port for DHT and Bittorrent - + DHT port: - + Enable Peer Exchange / PeX (requires restart) - + Enable Local Peer Discovery - + Encryption: - + Enabled - + Forced - + Disabled - + KTorrent - + Reset to latest software version - + Share ratio settings - + Desired ratio: - + Remove finished torrents when their ratio reaches: - + HTTP Communications (trackers, Web seeds, search engine) - - + + Host: - + Peer Communications - + SOCKS4 - - + + Type: - + Client whitelisting workaround - + Identify as: - + qBittorrent - + Vuze - + µTorrent - + Version: - + Build: Software Build nulmber: - - + + (None) - - + + HTTP - - - + + + Port: - - - + + + Authentication - - - + + + Username: - - - + + + Password: - - + + SOCKS5 - + Filter Settings - + Activate IP Filtering - + Filter path (.dat, .p2p, .p2b): - + Enable Web User Interface - + HTTP Server - + Enable RSS support - + RSS settings - + RSS feeds refresh interval: - + minutes - + Maximum number of articles per feed: @@ -6874,8 +6875,8 @@ Comunque, quei plugin sono stati disabilitati. Le opzioni sono state salvate. - - + + Choose scan directory Scegliere una directory @@ -6884,10 +6885,10 @@ Comunque, quei plugin sono stati disabilitati. Scegliere un file ipfilter.dat - - - - + + + + Choose a save directory Scegliere una directory di salvataggio @@ -6901,14 +6902,14 @@ Comunque, quei plugin sono stati disabilitati. Impossibile aprire %1 in lettura. - - + + Choose an ip filter file Scegliere un file ip filter - - + + Filters Filtri diff --git a/src/lang/qbittorrent_ja.ts b/src/lang/qbittorrent_ja.ts index 30a26026d..b5e1c28e8 100644 --- a/src/lang/qbittorrent_ja.ts +++ b/src/lang/qbittorrent_ja.ts @@ -136,27 +136,48 @@ Copyright © 2006 by Christophe Dumez<br> - - Disk write cache size (MiB) + + Disk write cache size - - Outgoing ports (Min) + + MiB - Outgoing ports (Max) + Outgoing ports (Min) [0: Disabled] + Outgoing ports (Max) [0: Disabled] + + + + + Recheck torrents on completion + + + + + Transfer list refresh interval + + + + + ms + milliseconds + + + + Ignore transfer limits on local network - + Include TCP/IP overhead in transfer limits @@ -366,32 +387,32 @@ Copyright © 2006 by Christophe Dumez<br> 所定のポートで記入できませんでした。 - + UPnP/NAT-PMP: Port mapping failure, message: %1 - + UPnP/NAT-PMP: Port mapping successful, message: %1 - + Fast resume data was rejected for torrent %1, checking again... 高速再開データは torrent %1 を拒絶しました、再びチェックしています... - + Reason: %1 - + Url seed lookup failed for url: %1, message: %2 次の url の url シードの参照に失敗しました: %1、メッセージ: %2 - + Downloading '%1', please wait... e.g: Downloading 'xxx.torrent', please wait... '%1' をダウンロードしています、お待ちください... @@ -2663,7 +2684,7 @@ No further notices will be issued. - + RSS @@ -2743,87 +2764,77 @@ No further notices will be issued. - - Refresh interval: - - - - - ms - - - - + Use alternating row colors In transfer list, one every two rows will have grey background. - + Action on double click: Action executed when doucle-clicking on an item in transfer (download/upload) list - + Downloading: - - + + Start/Stop - - + + Open folder - + Completed: - + System tray icon - + Disable system tray icon - + Close to tray i.e: The systray tray icon will still be visible when closing the main window. - + Minimize to tray - + Start minimized - + Show notification balloons in tray - + File system - + QGroupBox::title { font-weight: normal; margin-left: -3px; @@ -2834,452 +2845,442 @@ QGroupBox { - + Destination Folder: - + Append the torrent's label - + Use a different folder for incomplete downloads: - - - + + + QLineEdit { margin-left: 23px; } - + Automatically load .torrent files from: - + Copy .torrent files to: - + Append .!qB extension to incomplete files - + Pre-allocate all files - - Parameter - - - - - Value - - - - + Torrent queueing - + Enable queueing system - + Maximum active downloads: - + Maximum active uploads: - + Maximum active torrents: - + When adding a torrent - + Display torrent content and some options - + Do not start download automatically The torrent will be added to download list in pause state - + Listening port - + Port used for incoming connections: - + Random - + Enable UPnP port mapping - + Enable NAT-PMP port mapping - + Connections limit - + Global maximum number of connections: - + Maximum number of connections per torrent: - + Maximum number of upload slots per torrent: - - + + Upload: - - + + Download: - - - - + + + + KiB/s - + Peer connections - + Resolve peer countries - + Resolve peer host names - + Global speed limits - + Alternative global speed limits - + Scheduled times: - + to time1 to time2 - + On days: - + Every day - + Week days - + Week ends - + Bittorrent features - + Enable DHT network (decentralized) - + Use a different port for DHT and Bittorrent - + DHT port: - + Enable Peer Exchange / PeX (requires restart) - + Enable Local Peer Discovery - + Encryption: - + Enabled - + Forced - + Disabled - + KTorrent - + Reset to latest software version - + Share ratio settings - + Desired ratio: - + Remove finished torrents when their ratio reaches: - + HTTP Communications (trackers, Web seeds, search engine) - - + + Host: - + Peer Communications - + SOCKS4 - - + + Type: - + Client whitelisting workaround - + Identify as: - + qBittorrent - + Vuze - + µTorrent - + Version: - + Build: Software Build nulmber: - - + + (None) - - + + HTTP - - - + + + Port: - - - + + + Authentication - - - + + + Username: - - - + + + Password: - - + + SOCKS5 - + Filter Settings - + Activate IP Filtering - + Filter path (.dat, .p2p, .p2b): - + Enable Web User Interface - + HTTP Server - + Enable RSS support - + RSS settings - + RSS feeds refresh interval: - + minutes - + Maximum number of articles per feed: @@ -6180,8 +6181,8 @@ However, those plugins were disabled. オプションの保存に成功しました。 - - + + Choose scan directory スキャンするディレクトリを選択します @@ -6190,10 +6191,10 @@ However, those plugins were disabled. ipfilter.dat ファイルを選択します - - - - + + + + Choose a save directory 保存ディレクトリを選択します @@ -6207,14 +6208,14 @@ However, those plugins were disabled. 読み込みモードで %1 を開くことができませんでした。 - - + + Choose an ip filter file - - + + Filters diff --git a/src/lang/qbittorrent_ko.qm b/src/lang/qbittorrent_ko.qm index b88e279e2..46aad4b73 100644 Binary files a/src/lang/qbittorrent_ko.qm and b/src/lang/qbittorrent_ko.qm differ diff --git a/src/lang/qbittorrent_ko.ts b/src/lang/qbittorrent_ko.ts index 0e0fb8845..0c5dee2ba 100644 --- a/src/lang/qbittorrent_ko.ts +++ b/src/lang/qbittorrent_ko.ts @@ -165,27 +165,48 @@ Copyright © 2006 by Christophe Dumez<br> - - Disk write cache size (MiB) + + Disk write cache size - - Outgoing ports (Min) + + MiB - Outgoing ports (Max) + Outgoing ports (Min) [0: Disabled] + Outgoing ports (Max) [0: Disabled] + + + + + Recheck torrents on completion + + + + + Transfer list refresh interval + + + + + ms + milliseconds + + + + Ignore transfer limits on local network - + Include TCP/IP overhead in transfer limits @@ -391,32 +412,32 @@ Copyright © 2006 by Christophe Dumez<br> 설정하신 포트을 사용할수 없습니다. - + UPnP/NAT-PMP: Port mapping failure, message: %1 UPnP/NAT-PMP: 포트 설정(Port Mapping) 실패, 메세지: %1 - + UPnP/NAT-PMP: Port mapping successful, message: %1 UPnP/NAT-PMP: 포트 설정(Port mapping) 성공, 메세지: %1 - + Fast resume data was rejected for torrent %1, checking again... %1 의 빨리 이어받기가 실퍠하였습니다, 재확인중... - + Reason: %1 - + Url seed lookup failed for url: %1, message: %2 Url 완전체(Url seed)를 찾을 수 없습니다: %1, 관련내용: %2 - + Downloading '%1', please wait... e.g: Downloading 'xxx.torrent', please wait... '%1'을 다운 중입니다, 기다려 주세요... @@ -3463,7 +3484,7 @@ No further notices will be issued. - + RSS @@ -3543,87 +3564,85 @@ No further notices will be issued. 전송 목록 - Refresh interval: - 새로보기 간격: + 새로보기 간격: - ms - 밀리세컨드 + 밀리세컨드 - + Use alternating row colors In transfer list, one every two rows will have grey background. 각 행마다 구별하기 쉽게 색입히기 - + Action on double click: Action executed when doucle-clicking on an item in transfer (download/upload) list 더블 클릭시: - + Downloading: 다운로딩중: - - + + Start/Stop 시작/멈춤 - - + + Open folder 폴더 열기 - + Completed: 완료됨: - + System tray icon 시스템 트레이 이이콘 - + Disable system tray icon 시스템 트레이 아이템 보이기 - + Close to tray i.e: The systray tray icon will still be visible when closing the main window. 창을 닫은 후 시스템 트레이 이이콘으로 - + Minimize to tray 최소화후 시스템 트레이 이이콘으로 - + Start minimized 최소화하기 - + Show notification balloons in tray 트레이에서 알림창 띄우기 - + File system 파일 시스템 - + QGroupBox::title { font-weight: normal; margin-left: -3px; @@ -3640,24 +3659,24 @@ margin-left: -3px; } - + Destination Folder: 저장 폴더: - + Append the torrent's label 토렌트 라벨 붙이기 - + Use a different folder for incomplete downloads: 다운 중인 파일은 다른 폴더에 저장하기: - - - + + + QLineEdit { margin-left: 23px; } @@ -3666,35 +3685,25 @@ margin-left: -3px; } - + Automatically load .torrent files from: 토렌트 자동으로 로드하기: - + Copy .torrent files to: - + Append .!qB extension to incomplete files 불완전 파일에 .!qB 확장자 붙이기 - + Pre-allocate all files 파일 받기전 디스크에 자리잡아 놓기 - - - Parameter - - - - - Value - - Disk cache: 디스그케쉬: @@ -3704,88 +3713,88 @@ margin-left: -3px; 메가바이트(전문) - + Torrent queueing 토렌트 나열하기 - + Enable queueing system 우선 순위 배열 시스템 사용하기 - + Maximum active downloads: 최대 활성 다운로드: - + Maximum active uploads: 최대 활성 업로드: - + Maximum active torrents: 최대 활성 토렌트: - + When adding a torrent 토렌트 추가시 - + Display torrent content and some options 토렌트 내용과 선택사항을 보이기 - + Do not start download automatically The torrent will be added to download list in pause state 자동 다운로드 시작 사용하기 않기 - + Listening port 포토듣기 - + Port used for incoming connections: 송신 연결 포트: - + Random 무작위 - + Enable UPnP port mapping UPnP 포트 맵핑 사용하기 - + Enable NAT-PMP port mapping NAT-PMP 포트 맵핑 사용하기 - + Connections limit 연결 제한 - + Global maximum number of connections: 최대 전체 연결수: - + Maximum number of connections per torrent: 토렌트당 최대 연결수: - + Maximum number of upload slots per torrent: 토렌트당 최대 업로드수: @@ -3794,312 +3803,312 @@ margin-left: -3px; 전제 속도 제한하기 - - + + Upload: 업로드: - - + + Download: 다운로드: - - - - + + + + KiB/s - + Peer connections 사용자간 연결 - + Resolve peer countries 사용자 국가 재설정 - + Resolve peer host names 사용자 호스트 재설정 - + Global speed limits - + Alternative global speed limits - + Scheduled times: - + to time1 to time2 - + On days: - + Every day - + Week days - + Week ends - + Bittorrent features 비토렌트 기능 - + Enable DHT network (decentralized) DHT 네트웍크 사용하기 (Decentralized) - + Use a different port for DHT and Bittorrent 비토렌트와 DHT에 다른 포트 사용하기 - + DHT port: DHT 포트: - + Enable Peer Exchange / PeX (requires restart) 피어 익스체인지(Pex) 사용하기(재시작해야함) - + Enable Local Peer Discovery 로컬 네트웍크내 공유자 찾기 (Local Peer Discovery) 사용하기 - + Encryption: 암호화(Encryption): - + Enabled 사용하기 - + Forced 강제 - + Disabled 사용하지 않기 - + KTorrent 케이토렌트(KTorrent) - + Reset to latest software version 최신 버전으로 재설정하기 - + Share ratio settings 공유 비율(Radio) 설정 - + Desired ratio: 원하는 할당비(Ratio): - + Remove finished torrents when their ratio reaches: 공유비율 도달시 완료파일을 목록에서 지우기: - + HTTP Communications (trackers, Web seeds, search engine) HTTP 통신(트렉커, 웹 시드, 검색엔진) - - + + Host: 호스트: - + Peer Communications 사용자간 대화 - + SOCKS4 소켓4 - - + + Type: 종류: - + Client whitelisting workaround 사용자 희망사항 차안 - + Identify as: 확인되어질 사용자: - + qBittorrent 큐비토렌트 - + Vuze 뷰즈(Vuze) - + µTorrent 뮤토렌트(µTorrent) - + Version: 버젼: - + Build: Software Build nulmber: 빌드: - - + + (None) (없음) - - + + HTTP - - - + + + Port: 포트: - - - + + + Authentication 인증 - - - + + + Username: 아이디: - - - + + + Password: 비밀번호: - - + + SOCKS5 - + Filter Settings 필터 설정 - + Activate IP Filtering IP 필터링 사용 - + Filter path (.dat, .p2p, .p2b): 필터 경로(.dat, .p2p, .p2b): - + Enable Web User Interface 웹사용자인터페이스 사용 - + HTTP Server HTTP 서버 - + Enable RSS support RSS 지원을 사용하기 - + RSS settings RSS 설정 - + RSS feeds refresh interval: RSS 새로보가 간격: - + minutes - + Maximum number of articles per feed: 피그당 최대 글수: @@ -7109,8 +7118,8 @@ However, those plugins were disabled. 환경설정이 성공적으로 저장되었습니다. - - + + Choose scan directory 스켄할 곳을 선택해주세요 @@ -7119,10 +7128,10 @@ However, those plugins were disabled. ipfilter.dat의 경로를 선택해주세요 - - - - + + + + Choose a save directory 파일을 저장할 경로를 선택해주세요 @@ -7136,14 +7145,14 @@ However, those plugins were disabled. %1을 읽기전용 모드로 열수 없습니다. - - + + Choose an ip filter file ip filter 파일 선택 - - + + Filters 필터 diff --git a/src/lang/qbittorrent_nb.ts b/src/lang/qbittorrent_nb.ts index f4e41b20f..ab54e2373 100644 --- a/src/lang/qbittorrent_nb.ts +++ b/src/lang/qbittorrent_nb.ts @@ -136,27 +136,48 @@ Copyright © 2006 av Christophe Dumez<br> - - Disk write cache size (MiB) + + Disk write cache size - - Outgoing ports (Min) + + MiB - Outgoing ports (Max) + Outgoing ports (Min) [0: Disabled] + Outgoing ports (Max) [0: Disabled] + + + + + Recheck torrents on completion + + + + + Transfer list refresh interval + + + + + ms + milliseconds + + + + Ignore transfer limits on local network - + Include TCP/IP overhead in transfer limits @@ -353,32 +374,32 @@ Copyright © 2006 av Christophe Dumez<br> Klarte ikke å lytte på noen av de oppgitte portene. - + UPnP/NAT-PMP: Port mapping failure, message: %1 - + UPnP/NAT-PMP: Port mapping successful, message: %1 - + Fast resume data was rejected for torrent %1, checking again... - + Reason: %1 - + Url seed lookup failed for url: %1, message: %2 - + Downloading '%1', please wait... e.g: Downloading 'xxx.torrent', please wait... Laster ned '%1'... @@ -2421,7 +2442,7 @@ No further notices will be issued. - + RSS @@ -2501,87 +2522,77 @@ No further notices will be issued. - - Refresh interval: - - - - - ms - - - - + Use alternating row colors In transfer list, one every two rows will have grey background. - + Action on double click: Action executed when doucle-clicking on an item in transfer (download/upload) list - + Downloading: - - + + Start/Stop - - + + Open folder - + Completed: - + System tray icon - + Disable system tray icon - + Close to tray i.e: The systray tray icon will still be visible when closing the main window. - + Minimize to tray - + Start minimized - + Show notification balloons in tray - + File system - + QGroupBox::title { font-weight: normal; margin-left: -3px; @@ -2592,452 +2603,442 @@ QGroupBox { - + Destination Folder: - + Append the torrent's label - + Use a different folder for incomplete downloads: - - - + + + QLineEdit { margin-left: 23px; } - + Automatically load .torrent files from: - + Copy .torrent files to: - + Append .!qB extension to incomplete files - + Pre-allocate all files - - Parameter - - - - - Value - - - - + Torrent queueing - + Enable queueing system - + Maximum active downloads: - + Maximum active uploads: - + Maximum active torrents: - + When adding a torrent - + Display torrent content and some options - + Do not start download automatically The torrent will be added to download list in pause state - + Listening port - + Port used for incoming connections: - + Random - + Enable UPnP port mapping - + Enable NAT-PMP port mapping - + Connections limit - + Global maximum number of connections: - + Maximum number of connections per torrent: - + Maximum number of upload slots per torrent: - - + + Upload: - - + + Download: - - - - + + + + KiB/s - + Peer connections - + Resolve peer countries - + Resolve peer host names - + Global speed limits - + Alternative global speed limits - + Scheduled times: - + to time1 to time2 - + On days: - + Every day - + Week days - + Week ends - + Bittorrent features - + Enable DHT network (decentralized) - + Use a different port for DHT and Bittorrent - + DHT port: - + Enable Peer Exchange / PeX (requires restart) - + Enable Local Peer Discovery - + Encryption: - + Enabled - + Forced - + Disabled - + KTorrent - + Reset to latest software version - + Share ratio settings - + Desired ratio: - + Remove finished torrents when their ratio reaches: - + HTTP Communications (trackers, Web seeds, search engine) - - + + Host: - + Peer Communications - + SOCKS4 - - + + Type: - + Client whitelisting workaround - + Identify as: - + qBittorrent - + Vuze - + µTorrent - + Version: - + Build: Software Build nulmber: - - + + (None) - - + + HTTP - - - + + + Port: - - - + + + Authentication - - - + + + Username: - - - + + + Password: - - + + SOCKS5 - + Filter Settings - + Activate IP Filtering - + Filter path (.dat, .p2p, .p2b): - + Enable Web User Interface - + HTTP Server - + Enable RSS support - + RSS settings - + RSS feeds refresh interval: - + minutes - + Maximum number of articles per feed: @@ -5652,8 +5653,8 @@ However, those plugins were disabled. Innstillingene ble lagret. - - + + Choose scan directory Velg mappe for gjennomsøking @@ -5662,10 +5663,10 @@ However, those plugins were disabled. Velg en ipfilter.dat fil - - - - + + + + Choose a save directory Velg mappe for lagring @@ -5679,14 +5680,14 @@ However, those plugins were disabled. Klarte ikke å åpne %1 i lesemodus. - - + + Choose an ip filter file - - + + Filters diff --git a/src/lang/qbittorrent_nl.ts b/src/lang/qbittorrent_nl.ts index 38360d0fd..b4b920f60 100644 --- a/src/lang/qbittorrent_nl.ts +++ b/src/lang/qbittorrent_nl.ts @@ -165,18 +165,6 @@ p, li { white-space: pre-wrap; } Value - - Disk write cache size (MiB) - - - - Outgoing ports (Min) - - - - Outgoing ports (Max) - - Ignore transfer limits on local network @@ -185,6 +173,35 @@ p, li { white-space: pre-wrap; } Include TCP/IP overhead in transfer limits + + Disk write cache size + + + + MiB + + + + Outgoing ports (Min) [0: Disabled] + + + + Outgoing ports (Max) [0: Disabled] + + + + Recheck torrents on completion + + + + Transfer list refresh interval + + + + ms + milliseconds + + BandwidthAllocationDialog @@ -3174,14 +3191,6 @@ No further notices will be issued. Transfer list - - Refresh interval: - - - - ms - - Use alternating row colors In transfer list, one every two rows will have grey background. @@ -3592,14 +3601,6 @@ QGroupBox { Copy .torrent files to: - - Parameter - - - - Value - - PropListDelegate diff --git a/src/lang/qbittorrent_pl.qm b/src/lang/qbittorrent_pl.qm index dc8e0686f..0590b00bc 100644 Binary files a/src/lang/qbittorrent_pl.qm and b/src/lang/qbittorrent_pl.qm differ diff --git a/src/lang/qbittorrent_pl.ts b/src/lang/qbittorrent_pl.ts index 76cf646b3..c3bd7e60f 100644 --- a/src/lang/qbittorrent_pl.ts +++ b/src/lang/qbittorrent_pl.ts @@ -164,18 +164,6 @@ Wszystkie prawa zastrżeżone © 2006 Christophe Dumez<br>(new line) Value - - Disk write cache size (MiB) - - - - Outgoing ports (Min) - - - - Outgoing ports (Max) - - Ignore transfer limits on local network @@ -184,6 +172,35 @@ Wszystkie prawa zastrżeżone © 2006 Christophe Dumez<br>(new line) Include TCP/IP overhead in transfer limits + + Disk write cache size + + + + MiB + + + + Outgoing ports (Min) [0: Disabled] + + + + Outgoing ports (Max) [0: Disabled] + + + + Recheck torrents on completion + + + + Transfer list refresh interval + + + + ms + milliseconds + + BandwidthAllocationDialog @@ -3277,11 +3294,11 @@ No further notices will be issued. Refresh interval: - Częstotliwość odświeżania: + Częstotliwość odświeżania: ms - ms + ms Use alternating row colors @@ -3705,14 +3722,6 @@ QGroupBox { Copy .torrent files to: - - Parameter - - - - Value - - PropListDelegate diff --git a/src/lang/qbittorrent_pt.qm b/src/lang/qbittorrent_pt.qm index e60456873..5fa5538d8 100644 Binary files a/src/lang/qbittorrent_pt.qm and b/src/lang/qbittorrent_pt.qm differ diff --git a/src/lang/qbittorrent_pt.ts b/src/lang/qbittorrent_pt.ts index 6d7264b68..32feb8f8b 100644 --- a/src/lang/qbittorrent_pt.ts +++ b/src/lang/qbittorrent_pt.ts @@ -118,18 +118,6 @@ p, li { white-space: pre-wrap; } Value - - Disk write cache size (MiB) - - - - Outgoing ports (Min) - - - - Outgoing ports (Max) - - Ignore transfer limits on local network @@ -138,6 +126,35 @@ p, li { white-space: pre-wrap; } Include TCP/IP overhead in transfer limits + + Disk write cache size + + + + MiB + + + + Outgoing ports (Min) [0: Disabled] + + + + Outgoing ports (Max) [0: Disabled] + + + + Recheck torrents on completion + + + + Transfer list refresh interval + + + + ms + milliseconds + + BandwidthAllocationDialog @@ -3138,11 +3155,11 @@ No further notices will be issued. Refresh interval: - Intervalo de atualização: + Intervalo de atualização: ms - ms + ms Use alternating row colors @@ -3574,14 +3591,6 @@ QGroupBox { Copy .torrent files to: - - Parameter - - - - Value - - PropListDelegate diff --git a/src/lang/qbittorrent_pt_BR.qm b/src/lang/qbittorrent_pt_BR.qm index e60456873..5fa5538d8 100644 Binary files a/src/lang/qbittorrent_pt_BR.qm and b/src/lang/qbittorrent_pt_BR.qm differ diff --git a/src/lang/qbittorrent_pt_BR.ts b/src/lang/qbittorrent_pt_BR.ts index 6d7264b68..32feb8f8b 100644 --- a/src/lang/qbittorrent_pt_BR.ts +++ b/src/lang/qbittorrent_pt_BR.ts @@ -118,18 +118,6 @@ p, li { white-space: pre-wrap; } Value - - Disk write cache size (MiB) - - - - Outgoing ports (Min) - - - - Outgoing ports (Max) - - Ignore transfer limits on local network @@ -138,6 +126,35 @@ p, li { white-space: pre-wrap; } Include TCP/IP overhead in transfer limits + + Disk write cache size + + + + MiB + + + + Outgoing ports (Min) [0: Disabled] + + + + Outgoing ports (Max) [0: Disabled] + + + + Recheck torrents on completion + + + + Transfer list refresh interval + + + + ms + milliseconds + + BandwidthAllocationDialog @@ -3138,11 +3155,11 @@ No further notices will be issued. Refresh interval: - Intervalo de atualização: + Intervalo de atualização: ms - ms + ms Use alternating row colors @@ -3574,14 +3591,6 @@ QGroupBox { Copy .torrent files to: - - Parameter - - - - Value - - PropListDelegate diff --git a/src/lang/qbittorrent_ro.qm b/src/lang/qbittorrent_ro.qm index 20bebcf74..4e27a2b90 100644 Binary files a/src/lang/qbittorrent_ro.qm and b/src/lang/qbittorrent_ro.qm differ diff --git a/src/lang/qbittorrent_ro.ts b/src/lang/qbittorrent_ro.ts index 0e285bd06..c8c34d0c3 100644 --- a/src/lang/qbittorrent_ro.ts +++ b/src/lang/qbittorrent_ro.ts @@ -118,18 +118,6 @@ p, li { white-space: pre-wrap; }(new line) Value - - Disk write cache size (MiB) - - - - Outgoing ports (Min) - - - - Outgoing ports (Max) - - Ignore transfer limits on local network @@ -138,6 +126,35 @@ p, li { white-space: pre-wrap; }(new line) Include TCP/IP overhead in transfer limits + + Disk write cache size + + + + MiB + + + + Outgoing ports (Min) [0: Disabled] + + + + Outgoing ports (Max) [0: Disabled] + + + + Recheck torrents on completion + + + + Transfer list refresh interval + + + + ms + milliseconds + + BandwidthAllocationDialog @@ -3068,11 +3085,11 @@ No further notices will be issued. Refresh interval: - Refresh interval: + Refresh interval: ms - ms + ms Use alternating row colors @@ -3504,14 +3521,6 @@ QGroupBox {(new line) Copy .torrent files to: - - Parameter - - - - Value - - PropListDelegate diff --git a/src/lang/qbittorrent_ru.qm b/src/lang/qbittorrent_ru.qm index 50f7d891c..2134064f6 100644 Binary files a/src/lang/qbittorrent_ru.qm and b/src/lang/qbittorrent_ru.qm differ diff --git a/src/lang/qbittorrent_ru.ts b/src/lang/qbittorrent_ru.ts index 350bc8a25..5bd8a7d23 100644 --- a/src/lang/qbittorrent_ru.ts +++ b/src/lang/qbittorrent_ru.ts @@ -153,18 +153,6 @@ p, li { white-space: pre-wrap; } Value - - Disk write cache size (MiB) - - - - Outgoing ports (Min) - - - - Outgoing ports (Max) - - Ignore transfer limits on local network @@ -173,6 +161,35 @@ p, li { white-space: pre-wrap; } Include TCP/IP overhead in transfer limits + + Disk write cache size + + + + MiB + + + + Outgoing ports (Min) [0: Disabled] + + + + Outgoing ports (Max) [0: Disabled] + + + + Recheck torrents on completion + + + + Transfer list refresh interval + + + + ms + milliseconds + + BandwidthAllocationDialog @@ -3247,11 +3264,11 @@ No further notices will be issued. Refresh interval: - Интервал обновления: + Интервал обновления: ms - мс + мс Use alternating row colors @@ -3675,14 +3692,6 @@ QGroupBox { Copy .torrent files to: - - Parameter - - - - Value - - PropListDelegate diff --git a/src/lang/qbittorrent_sk.qm b/src/lang/qbittorrent_sk.qm index 1c5ca946d..3a7331c9c 100644 Binary files a/src/lang/qbittorrent_sk.qm and b/src/lang/qbittorrent_sk.qm differ diff --git a/src/lang/qbittorrent_sk.ts b/src/lang/qbittorrent_sk.ts index 8495957f3..5668bd961 100644 --- a/src/lang/qbittorrent_sk.ts +++ b/src/lang/qbittorrent_sk.ts @@ -118,18 +118,6 @@ p, li { white-space: pre-wrap; } Value - - Disk write cache size (MiB) - - - - Outgoing ports (Min) - - - - Outgoing ports (Max) - - Ignore transfer limits on local network @@ -138,6 +126,35 @@ p, li { white-space: pre-wrap; } Include TCP/IP overhead in transfer limits + + Disk write cache size + + + + MiB + + + + Outgoing ports (Min) [0: Disabled] + + + + Outgoing ports (Max) [0: Disabled] + + + + Recheck torrents on completion + + + + Transfer list refresh interval + + + + ms + milliseconds + + BandwidthAllocationDialog @@ -3160,11 +3177,11 @@ No further notices will be issued. Refresh interval: - Interval obnovovania: + Interval obnovovania: ms - ms + ms Use alternating row colors @@ -3588,14 +3605,6 @@ QGroupBox { Copy .torrent files to: - - Parameter - - - - Value - - PropListDelegate diff --git a/src/lang/qbittorrent_sr.qm b/src/lang/qbittorrent_sr.qm index ccd3ed10c..6f7229b85 100644 Binary files a/src/lang/qbittorrent_sr.qm and b/src/lang/qbittorrent_sr.qm differ diff --git a/src/lang/qbittorrent_sr.ts b/src/lang/qbittorrent_sr.ts index de0e7fdf6..4fd29860b 100644 --- a/src/lang/qbittorrent_sr.ts +++ b/src/lang/qbittorrent_sr.ts @@ -128,27 +128,48 @@ p, li { white-space: pre-wrap; } - - Disk write cache size (MiB) + + Disk write cache size - - Outgoing ports (Min) + + MiB - Outgoing ports (Max) + Outgoing ports (Min) [0: Disabled] + Outgoing ports (Max) [0: Disabled] + + + + + Recheck torrents on completion + + + + + Transfer list refresh interval + + + + + ms + milliseconds + + + + Ignore transfer limits on local network - + Include TCP/IP overhead in transfer limits @@ -349,32 +370,32 @@ p, li { white-space: pre-wrap; } Не могу да ослушкујем порт %1, користећи %2 уместо тога. - + UPnP/NAT-PMP: Port mapping failure, message: %1 UPnP/NAT-PMP: Порт мапирање грешка, порука: %1 - + UPnP/NAT-PMP: Port mapping successful, message: %1 UPnP/NAT-PMP: Порт мапирање успешно, порука: %1 - + Fast resume data was rejected for torrent %1, checking again... Брзи наставак података је одбијен за торент %1, покушајте поново... - + Reason: %1 Разлог: %1 - + Url seed lookup failed for url: %1, message: %2 Url преглед донора , грешка url: %1, порука: %2 - + Downloading '%1', please wait... e.g: Downloading 'xxx.torrent', please wait... н.пр.: Преузимам 'xxx.torrent', молим сачекајте... @@ -1891,7 +1912,7 @@ No further notices will be issued. - + RSS RSS је породица веб формата који се користе за објављивање садржаја који се често мењају, као што су новински наслови. RSS документ садржи или сажетак садржаја са придружене веб стране, или читав текст. RSS вам омогућава да будете у току са изменама и новостима са неког веб сајта потпуно аутоматски, а тај садржај се може увести у RSS апликацију на вашој страни. RSS @@ -1972,87 +1993,85 @@ No further notices will be issued. Трансфер листа - Refresh interval: - Интервал освежавања: + Интервал освежавања: - ms - ms + ms - + Use alternating row colors In transfer list, one every two rows will have grey background. Користи различите боје за приказ редова - + Action on double click: Action executed when doucle-clicking on an item in transfer (download/upload) list Дејства са дуплим кликом: - + Downloading: Преузимање: - - + + Start/Stop Старт/Стоп - - + + Open folder Отвори фасциклу - + Completed: Комплетирани: - + System tray icon Икона системске палете - + Disable system tray icon Онемогући икону на системској палети - + Close to tray i.e: The systray tray icon will still be visible when closing the main window. Затвори на системску палету - + Minimize to tray Минимизуј на палету - + Start minimized Стартуј минимизовано - + Show notification balloons in tray Прикажи балоне са коментарима на палети - + File system Фајл систем - + QGroupBox::title { font-weight: normal; margin-left: -3px; @@ -2069,24 +2088,24 @@ QGroupBox { } - + Destination Folder: Одредишна Фасцикла: - + Append the torrent's label Додељивање ознака Торентима - + Use a different folder for incomplete downloads: Користи различиту фасциклу за недовршени пренос: - - - + + + QLineEdit { margin-left: 23px; } @@ -2095,35 +2114,25 @@ QGroupBox { } - + Automatically load .torrent files from: Аутоматски учитај Торент фајлове из: - + Copy .torrent files to: - + Append .!qB extension to incomplete files Додај .!qB екстензију у некомплетне фајлове - + Pre-allocate all files Прераспореди све фајлове - - - Parameter - - - - - Value - - Disk cache: Диск кеш: @@ -2133,88 +2142,88 @@ QGroupBox { MiB (напредна опц.) - + Torrent queueing Торент опслуживање - + Enable queueing system Омогући системско опслуживање - + Maximum active downloads: Максимум активних преузимања: - + Maximum active uploads: Максимум активних слања: - + Maximum active torrents: Максимум активних торента: - + When adding a torrent Када додајете неки торент - + Display torrent content and some options Прикажи садржај торента и неке опције - + Do not start download automatically The torrent will be added to download list in pause state Немој аутоматски да стартујеш преузимање - + Listening port Надгледај порт - + Port used for incoming connections: Порт коришћен за долазеће конекције: - + Random Случајан - + Enable UPnP port mapping Омогући UPnP мапирање порта - + Enable NAT-PMP port mapping Омогући NAT-PMP мапирање порта - + Connections limit Конекциона ограничења - + Global maximum number of connections: Општи максимални број конекција: - + Maximum number of connections per torrent: Максимални број конекција по торенту: - + Maximum number of upload slots per torrent: Максимални број слотова за слање по торенту: @@ -2223,313 +2232,313 @@ QGroupBox { Опште ограничење протока - - + + Upload: Слање: - - + + Download: Преузимање: - - - - + + + + KiB/s KiB/s - + Peer connections Peer (учесничке) конекције - + Resolve peer countries Одреди земљу peer-а (учесника) - + Resolve peer host names Одреди име хоста peer-а (учесника) - + Global speed limits - + Alternative global speed limits - + Scheduled times: - + to time1 to time2 - + On days: - + Every day - + Week days - + Week ends - + Bittorrent features Бит-торент карактеристике - + Enable DHT network (decentralized) Омогући DHT мрежу (децентализовано) - + Use a different port for DHT and Bittorrent Користи различит порт за DHT и Бит-торент - + DHT port: DHT порт: - + Enable Peer Exchange / PeX (requires restart) Рестарт је потребан за старт PeX подршке Омогући Peer Exchange / PeX (захтева рестарт) - + Enable Local Peer Discovery Омогући откривање локалних веза Peer (учесника) - + Encryption: Шифровање: - + Enabled Омогући - + Forced Форсирано - + Disabled Онемогући - + KTorrent KTorrent - + Reset to latest software version Подеси на последњу верзију софтвера - + Share ratio settings Подешавање идекса дељења - + Desired ratio: Жељени индекс: - + Remove finished torrents when their ratio reaches: Премести завршене торенте када је овај индекс достигнут: - + HTTP Communications (trackers, Web seeds, search engine) HTTP Комуникације (пратиоци, Веб донори, претраживачки модул) - - + + Host: Домаћин: - + Peer Communications Peer (учесничке) Комуникације - + SOCKS4 SOCKS4 - - + + Type: Тип: - + Client whitelisting workaround Примени белу-листу клијената - + Identify as: Идентификуј се као: - + qBittorrent qBittorrent - + Vuze Vuze - + µTorrent µTorrent - + Version: Верзија: - + Build: Software Build nulmber: Build: - - + + (None) (Ниједан) - - + + HTTP HTTP - - - + + + Port: Порт: - - - + + + Authentication Аутентификација - - - + + + Username: Корисничко име: - - - + + + Password: Лозинка: - - + + SOCKS5 SOCKS5 - + Filter Settings Подешавање Филтера - + Activate IP Filtering Активирање IP Филтрирања - + Filter path (.dat, .p2p, .p2b): Филтер, путања фајла (.dat, .p2p, .p2b): - + Enable Web User Interface Омогући Веб Кориснички Интерфејс - + HTTP Server HTTP Сервер - + Enable RSS support Омогући RSS подршку - + RSS settings RSS подешавање - + RSS feeds refresh interval: RSS поруке интервал освежавања: - + minutes минута - + Maximum number of articles per feed: Максимални број чланака по допису: @@ -4715,28 +4724,28 @@ However, those plugins were disabled. options_imp - - + + Choose scan directory Изаберите директоријум за скенирање - - - - + + + + Choose a save directory Изаберите директоријум за чување - - + + Choose an ip filter file Изаберите неки ip филтер фајл - - + + Filters Филтери diff --git a/src/lang/qbittorrent_sv.qm b/src/lang/qbittorrent_sv.qm index 05aa83867..7e34196ef 100644 Binary files a/src/lang/qbittorrent_sv.qm and b/src/lang/qbittorrent_sv.qm differ diff --git a/src/lang/qbittorrent_sv.ts b/src/lang/qbittorrent_sv.ts index 9ec66a03f..4a9cd03eb 100644 --- a/src/lang/qbittorrent_sv.ts +++ b/src/lang/qbittorrent_sv.ts @@ -111,18 +111,6 @@ p, li { white-space: pre-wrap; } Value - - Disk write cache size (MiB) - - - - Outgoing ports (Min) - - - - Outgoing ports (Max) - - Ignore transfer limits on local network @@ -131,6 +119,35 @@ p, li { white-space: pre-wrap; } Include TCP/IP overhead in transfer limits + + Disk write cache size + + + + MiB + + + + Outgoing ports (Min) [0: Disabled] + + + + Outgoing ports (Max) [0: Disabled] + + + + Recheck torrents on completion + + + + Transfer list refresh interval + + + + ms + milliseconds + + BandwidthAllocationDialog @@ -2089,11 +2106,11 @@ No further notices will be issued. Refresh interval: - Uppdateringsintervall: + Uppdateringsintervall: ms - ms + ms Use alternating row colors @@ -2525,14 +2542,6 @@ QGroupBox { Copy .torrent files to: - - Parameter - - - - Value - - PropListDelegate diff --git a/src/lang/qbittorrent_tr.ts b/src/lang/qbittorrent_tr.ts index 7c981fe12..68d362d92 100644 --- a/src/lang/qbittorrent_tr.ts +++ b/src/lang/qbittorrent_tr.ts @@ -175,18 +175,6 @@ p, li { white-space: pre-wrap; } Value - - Disk write cache size (MiB) - - - - Outgoing ports (Min) - - - - Outgoing ports (Max) - - Ignore transfer limits on local network @@ -195,6 +183,35 @@ p, li { white-space: pre-wrap; } Include TCP/IP overhead in transfer limits + + Disk write cache size + + + + MiB + + + + Outgoing ports (Min) [0: Disabled] + + + + Outgoing ports (Max) [0: Disabled] + + + + Recheck torrents on completion + + + + Transfer list refresh interval + + + + ms + milliseconds + + BandwidthAllocationDialog @@ -3213,14 +3230,6 @@ No further notices will be issued. Transfer list - - Refresh interval: - - - - ms - - Use alternating row colors In transfer list, one every two rows will have grey background. @@ -3631,14 +3640,6 @@ QGroupBox { Copy .torrent files to: - - Parameter - - - - Value - - PropListDelegate diff --git a/src/lang/qbittorrent_uk.ts b/src/lang/qbittorrent_uk.ts index 586414d77..f1bbe62b8 100644 --- a/src/lang/qbittorrent_uk.ts +++ b/src/lang/qbittorrent_uk.ts @@ -148,18 +148,6 @@ p, li { white-space: pre-wrap; } Value - - Disk write cache size (MiB) - - - - Outgoing ports (Min) - - - - Outgoing ports (Max) - - Ignore transfer limits on local network @@ -168,6 +156,35 @@ p, li { white-space: pre-wrap; } Include TCP/IP overhead in transfer limits + + Disk write cache size + + + + MiB + + + + Outgoing ports (Min) [0: Disabled] + + + + Outgoing ports (Max) [0: Disabled] + + + + Recheck torrents on completion + + + + Transfer list refresh interval + + + + ms + milliseconds + + BandwidthAllocationDialog @@ -2936,14 +2953,6 @@ No further notices will be issued. Transfer list - - Refresh interval: - - - - ms - - Use alternating row colors In transfer list, one every two rows will have grey background. @@ -3354,14 +3363,6 @@ QGroupBox { Copy .torrent files to: - - Parameter - - - - Value - - PropListDelegate diff --git a/src/lang/qbittorrent_zh.qm b/src/lang/qbittorrent_zh.qm index c893bcf38..4a6775504 100644 Binary files a/src/lang/qbittorrent_zh.qm and b/src/lang/qbittorrent_zh.qm differ diff --git a/src/lang/qbittorrent_zh.ts b/src/lang/qbittorrent_zh.ts index 9fda89ac0..d49b8d319 100644 --- a/src/lang/qbittorrent_zh.ts +++ b/src/lang/qbittorrent_zh.ts @@ -133,18 +133,6 @@ p, li { white-space: pre-wrap; } Value - - Disk write cache size (MiB) - - - - Outgoing ports (Min) - - - - Outgoing ports (Max) - - Ignore transfer limits on local network @@ -153,6 +141,35 @@ p, li { white-space: pre-wrap; } Include TCP/IP overhead in transfer limits + + Disk write cache size + + + + MiB + + + + Outgoing ports (Min) [0: Disabled] + + + + Outgoing ports (Max) [0: Disabled] + + + + Recheck torrents on completion + + + + Transfer list refresh interval + + + + ms + milliseconds + + BandwidthAllocationDialog @@ -3359,11 +3376,11 @@ No further notices will be issued. Refresh interval: - 重新载入间隔: + 重新载入间隔: ms - ms + ms Use alternating row colors @@ -3787,14 +3804,6 @@ QGroupBox { Copy .torrent files to: - - Parameter - - - - Value - - PropListDelegate diff --git a/src/lang/qbittorrent_zh_TW.qm b/src/lang/qbittorrent_zh_TW.qm index 6f47f10b1..be7def783 100644 Binary files a/src/lang/qbittorrent_zh_TW.qm and b/src/lang/qbittorrent_zh_TW.qm differ diff --git a/src/lang/qbittorrent_zh_TW.ts b/src/lang/qbittorrent_zh_TW.ts index 1ec405266..f99b26b48 100644 --- a/src/lang/qbittorrent_zh_TW.ts +++ b/src/lang/qbittorrent_zh_TW.ts @@ -114,18 +114,6 @@ p, li { white-space: pre-wrap; } Value - - Disk write cache size (MiB) - - - - Outgoing ports (Min) - - - - Outgoing ports (Max) - - Ignore transfer limits on local network @@ -134,6 +122,35 @@ p, li { white-space: pre-wrap; } Include TCP/IP overhead in transfer limits + + Disk write cache size + + + + MiB + + + + Outgoing ports (Min) [0: Disabled] + + + + Outgoing ports (Max) [0: Disabled] + + + + Recheck torrents on completion + + + + Transfer list refresh interval + + + + ms + milliseconds + + BandwidthAllocationDialog @@ -2184,11 +2201,11 @@ No further notices will be issued. Refresh interval: - 更新間隔: + 更新間隔: ms - ms + ms Use alternating row colors @@ -2620,14 +2637,6 @@ QGroupBox { Copy .torrent files to: - - Parameter - - - - Value - - PropListDelegate