From ef7af6bad6d8df19a2f9fa1721f7d3cfef203a98 Mon Sep 17 00:00:00 2001 From: Christophe Dumez Date: Sun, 16 Sep 2007 15:10:25 +0000 Subject: [PATCH] - Fixed torrent permanent deletion from hd - Updated Romanian translation --- TODO | 2 +- src/arborescence.h | 6 +- src/lang/qbittorrent_bg.ts | 66 ++--- src/lang/qbittorrent_ca.ts | 66 ++--- src/lang/qbittorrent_da.ts | 66 ++--- src/lang/qbittorrent_de.ts | 66 ++--- src/lang/qbittorrent_el.ts | 66 ++--- src/lang/qbittorrent_en.ts | 66 ++--- src/lang/qbittorrent_es.ts | 66 ++--- src/lang/qbittorrent_fi.ts | 66 ++--- src/lang/qbittorrent_fr.ts | 67 +++-- src/lang/qbittorrent_hu.ts | 66 ++--- src/lang/qbittorrent_it.ts | 66 ++--- src/lang/qbittorrent_ja.ts | 66 ++--- src/lang/qbittorrent_ko.ts | 66 ++--- src/lang/qbittorrent_nb.ts | 66 ++--- src/lang/qbittorrent_nl.ts | 66 ++--- src/lang/qbittorrent_pl.ts | 66 ++--- src/lang/qbittorrent_pt.ts | 66 ++--- src/lang/qbittorrent_pt_BR.ts | 66 ++--- src/lang/qbittorrent_ro.qm | Bin 47744 -> 53996 bytes src/lang/qbittorrent_ro.ts | 470 +++++++++++++++++----------------- src/lang/qbittorrent_ru.ts | 66 ++--- src/lang/qbittorrent_sk.ts | 66 ++--- src/lang/qbittorrent_sv.ts | 66 ++--- src/lang/qbittorrent_tr.ts | 66 ++--- src/lang/qbittorrent_uk.ts | 66 ++--- src/lang/qbittorrent_zh.ts | 66 ++--- 28 files changed, 1032 insertions(+), 1031 deletions(-) diff --git a/TODO b/TODO index 89a606cb3..31e4287ac 100644 --- a/TODO +++ b/TODO @@ -74,7 +74,7 @@ LANGUAGES UPDATED: - Korean *BETA6* - Greek *BETA6* - Dutch *BETA5* -- Romanian *BETA5* +- Romanian *OK* - Bulgarian *BETA6* beta6->beta7 changelog: diff --git a/src/arborescence.h b/src/arborescence.h index dee89101e..09723bf86 100644 --- a/src/arborescence.h +++ b/src/arborescence.h @@ -141,9 +141,9 @@ class file { } bool success = true; file *f; + qDebug("We have %d children", children.size()); foreach(f, children) { - success = success && f->removeFromFS(saveDir); - success = false; + success = f->removeFromFS(saveDir) && success; } if(is_dir) { qDebug("trying to remove directory: %s", full_path.toUtf8().data()); @@ -151,7 +151,7 @@ class file { dir.rmdir(full_path); } else { qDebug("trying to remove file: %s", full_path.toUtf8().data()); - success = success && QFile::remove(full_path); + success = QFile::remove(full_path) && success; } return success; } diff --git a/src/lang/qbittorrent_bg.ts b/src/lang/qbittorrent_bg.ts index 85b20864e..d1a30a03f 100644 --- a/src/lang/qbittorrent_bg.ts +++ b/src/lang/qbittorrent_bg.ts @@ -1303,7 +1303,7 @@ Copyright © 2006 на Christophe Dumez<br> kb/с - + Finished Завършен @@ -1430,7 +1430,7 @@ Copyright © 2006 на Christophe Dumez<br> qBittorrent - + qBittorrent qBittorrent @@ -1770,17 +1770,17 @@ Please close the other one first. qBittorrent %1 - + Connection status: Състояние на връзката: - + Offline Извън мрежата - + No peers found... Няма връзки... @@ -1845,13 +1845,13 @@ Please close the other one first. qBittorrent %1 стартиран. - + DL speed: %1 KiB/s e.g: Download speed: 10 KiB/s DL Скорост %1 KB/с - + UP speed: %1 KiB/s e.g: Upload speed: 10 KiB/s UL Скорост %1 KB/с @@ -1922,12 +1922,12 @@ Please close the other one first. Прослушване на порт: %1 - + All downloads were paused. Всички сваляния са в пауза. - + '%1' paused. xxx.avi paused. '%1' е в пауза. @@ -1939,12 +1939,12 @@ Please close the other one first. Свързване... - + All downloads were resumed. Всички сваляния са възстановени. - + '%1' resumed. e.g: xxx.avi resumed. '%1' бе възстановен. @@ -1974,23 +1974,23 @@ Please close the other one first. Намерена грешка (пълен диск?), '%1' е в пауза. - + Connection Status: Състояние на връзката: - + Online Свързан - + Firewalled? i.e: Behind a firewall/router? Проблем с Firewall-а? - + No incoming connections... Няма входящи връзки... @@ -2028,38 +2028,38 @@ Please close the other one first. Намерена грешка (пълен диск?), '%1' е в пауза. - + Search Търси - + RSS RSS - + qBittorrent is bind to port: %1 e.g: qBittorrent is bind to port: 1666 qBittorrent е свързан с порт: %1 - + DHT support [ON], port: %1 DHT поддръжка [ВКЛ], порт: %1 - + DHT support [OFF] DHT поддръжка [ИЗКЛ] - + PeX support [ON] PeX поддръжка [ВКЛ] - + PeX support [OFF] PeX поддръжка [ИЗКЛ] @@ -2071,7 +2071,7 @@ Are you sure you want to quit qBittorrent? Сигурни ли сте че искате да напуснете qBittorrent? - + Downloads Сваляне @@ -2081,22 +2081,22 @@ Are you sure you want to quit qBittorrent? Сигурни ли сте че искате да изтриете избраните файлове от списъка на завършените сваляния? - + UPnP support [ON] UPnP поддръжка [ВКЛ] - + Encryption support [ON] Поддръжка кодиране [ВКЛ] - + Encryption support [FORCED] Поддръжка кодиране [ФОРСИРАНА] - + Encryption support [OFF] Поддръжка кодиране [ИЗКЛ] @@ -2157,27 +2157,27 @@ Are you sure you want to quit qBittorrent? Ctrl+F - + UPnP support [OFF] - + NAT-PMP support [ON] - + NAT-PMP support [OFF] - + Local Peer Discovery [ON] - + Local Peer Discovery support [OFF] @@ -2188,7 +2188,7 @@ Are you sure you want to quit qBittorrent? - + qBittorrent %1 (DL: %2KiB/s, UP: %3KiB/s) %1 is qBittorrent version diff --git a/src/lang/qbittorrent_ca.ts b/src/lang/qbittorrent_ca.ts index 23683d69c..979ab0974 100644 --- a/src/lang/qbittorrent_ca.ts +++ b/src/lang/qbittorrent_ca.ts @@ -1191,7 +1191,7 @@ Copyright © 2006 by Christophe Dumez<br> iniciat. - + qBittorrent qBittorrent @@ -1371,7 +1371,7 @@ Copyright © 2006 by Christophe Dumez<br> /s - + Finished Finalitzat @@ -1728,17 +1728,17 @@ Si et plau tanca l'altre primer. - + Connection status: - + Offline - + No peers found... @@ -1791,13 +1791,13 @@ Si et plau tanca l'altre primer. Leechers - + DL speed: %1 KiB/s e.g: Download speed: 10 KiB/s - + UP speed: %1 KiB/s e.g: Upload speed: 10 KiB/s @@ -1832,12 +1832,12 @@ Si et plau tanca l'altre primer. Res - + All downloads were paused. - + '%1' paused. xxx.avi paused. @@ -1849,12 +1849,12 @@ Si et plau tanca l'altre primer. Conectant... - + All downloads were resumed. - + '%1' resumed. e.g: xxx.avi resumed. @@ -1878,23 +1878,23 @@ Si et plau tanca l'altre primer. - + Connection Status: - + Online - + Firewalled? i.e: Behind a firewall/router? - + No incoming connections... @@ -1911,38 +1911,38 @@ Si et plau tanca l'altre primer. - + Search Cercar - + RSS - + qBittorrent is bind to port: %1 e.g: qBittorrent is bind to port: 1666 - + DHT support [ON], port: %1 - + DHT support [OFF] - + PeX support [ON] - + PeX support [OFF] @@ -1953,7 +1953,7 @@ Are you sure you want to quit qBittorrent? - + Downloads Descarregues @@ -1963,22 +1963,22 @@ Are you sure you want to quit qBittorrent? - + UPnP support [ON] - + Encryption support [ON] - + Encryption support [FORCED] - + Encryption support [OFF] @@ -2039,27 +2039,27 @@ Are you sure you want to quit qBittorrent? - + UPnP support [OFF] - + NAT-PMP support [ON] - + NAT-PMP support [OFF] - + Local Peer Discovery [ON] - + Local Peer Discovery support [OFF] @@ -2070,7 +2070,7 @@ Are you sure you want to quit qBittorrent? - + qBittorrent %1 (DL: %2KiB/s, UP: %3KiB/s) %1 is qBittorrent version diff --git a/src/lang/qbittorrent_da.ts b/src/lang/qbittorrent_da.ts index 093e9a874..51d421ad9 100644 --- a/src/lang/qbittorrent_da.ts +++ b/src/lang/qbittorrent_da.ts @@ -1179,17 +1179,17 @@ Luk venglist denne først. qBittorrent %1 - + Connection status: Forbindelses status: - + Offline Offline - + No peers found... Ingen kilder fundet... @@ -1254,18 +1254,18 @@ Luk venglist denne først. qBittorrent %1 startet. - + qBittorrent qBittorrent - + DL speed: %1 KiB/s e.g: Download speed: 10 KiB/s DL hastighed: %1 KB/s - + UP speed: %1 KiB/s e.g: Upload speed: 10 KiB/s UP hastighed: %1 KB/s @@ -1336,12 +1336,12 @@ Luk venglist denne først. Lytter på port: %1 - + All downloads were paused. Alle downloads blev sat på pause. - + '%1' paused. xxx.avi paused. '%1' blev sat på pause. @@ -1353,12 +1353,12 @@ Luk venglist denne først. Forbinder... - + All downloads were resumed. Alle downloads fortsættes. - + '%1' resumed. e.g: xxx.avi resumed. '%1' fortsat. @@ -1382,23 +1382,23 @@ Luk venglist denne først. Der opstod en fejl under forsøget på at skrive %1. Disken er måske fuld, downloaden er sat på pause - + Connection Status: Forbindelses Status: - + Online Online - + Firewalled? i.e: Behind a firewall/router? Bag en Firewall? - + No incoming connections... Ingen indkommende forbindelser... @@ -1436,38 +1436,38 @@ Luk venglist denne først. Der opstod en fejl (fuld disk?), '%1' sat på pause. - + Search Søg - + RSS - + qBittorrent is bind to port: %1 e.g: qBittorrent is bind to port: 1666 - + DHT support [ON], port: %1 - + DHT support [OFF] - + PeX support [ON] - + PeX support [OFF] @@ -1478,12 +1478,12 @@ Are you sure you want to quit qBittorrent? - + Downloads - + Finished Færdig @@ -1493,22 +1493,22 @@ Are you sure you want to quit qBittorrent? - + UPnP support [ON] - + Encryption support [ON] - + Encryption support [FORCED] - + Encryption support [OFF] @@ -1569,27 +1569,27 @@ Are you sure you want to quit qBittorrent? - + UPnP support [OFF] - + NAT-PMP support [ON] - + NAT-PMP support [OFF] - + Local Peer Discovery [ON] - + Local Peer Discovery support [OFF] @@ -1600,7 +1600,7 @@ Are you sure you want to quit qBittorrent? - + qBittorrent %1 (DL: %2KiB/s, UP: %3KiB/s) %1 is qBittorrent version diff --git a/src/lang/qbittorrent_de.ts b/src/lang/qbittorrent_de.ts index eb4ede436..9e74e2c43 100644 --- a/src/lang/qbittorrent_de.ts +++ b/src/lang/qbittorrent_de.ts @@ -1194,7 +1194,7 @@ Copyright (c) 2006 Christophe Dumez<br> :: By Christophe Dumez :: Copyright (c) 2006 - + qBittorrent qBittorrent @@ -1373,7 +1373,7 @@ Copyright (c) 2006 Christophe Dumez<br> <b>qBittorrent</b><br>DL Geschwindigkeit: - + Finished Beendet @@ -1716,17 +1716,17 @@ Bitte schliessen Sie diesen zuerst. qBittorrent %1 - + Connection status: Verbindungs Status: - + Offline Offline - + No peers found... Keine Peers gefunden... @@ -1791,13 +1791,13 @@ Bitte schliessen Sie diesen zuerst. qBittorrent %1 gestartet. - + DL speed: %1 KiB/s e.g: Download speed: 10 KiB/s DL Geschwindigkeit: %1 KB/s - + UP speed: %1 KiB/s e.g: Upload speed: 10 KiB/s UP Geschwindigkeit: %1 KiB/s @@ -1868,12 +1868,12 @@ Bitte schliessen Sie diesen zuerst. Lausche auf Port: %1 - + All downloads were paused. Alle Downloads wurden angehalten. - + '%1' paused. xxx.avi paused. '%1' angehalten. @@ -1885,12 +1885,12 @@ Bitte schliessen Sie diesen zuerst. Verbinde... - + All downloads were resumed. Alle Downloads wurden fortgesetzt. - + '%1' resumed. e.g: xxx.avi resumed. '%1' fortgesetzt. @@ -1920,23 +1920,23 @@ Bitte schliessen Sie diesen zuerst. Ein Fehler ist aufgetreten (Festplatte voll?), '%1' angehalten. - + Connection Status: Verbindungs-Status: - + Online Online - + Firewalled? i.e: Behind a firewall/router? Hinter einer Firewall/Router? - + No incoming connections... Keine eingehenden Verbindungen... @@ -1974,38 +1974,38 @@ Bitte schliessen Sie diesen zuerst. Ein Fehler ist aufgetreten (Festplatte voll?), '%1' angehalten. - + Search Suche - + RSS RSS - + qBittorrent is bind to port: %1 e.g: qBittorrent is bind to port: 1666 qBittorrent lauscht auf Port: %1 - + DHT support [ON], port: %1 DHT Unterstützung [Aktiviert], port: %1 - + DHT support [OFF] DHT Unterstützung [Deaktiviert] - + PeX support [ON] PeX Unterstützung [Aktiviert] - + PeX support [OFF] PeX Unterstützung [Deaktiviert] @@ -2017,7 +2017,7 @@ Are you sure you want to quit qBittorrent? Möchten sie qBittorrent wirklich beenden? - + Downloads Downloads @@ -2032,7 +2032,7 @@ Möchten sie qBittorrent wirklich beenden? Wollen Sie wirklich die ausgewählten Elemente aus der Beendet Liste löschen? - + UPnP support [ON] UPNP Unterstützung [Aktiviert] @@ -2042,17 +2042,17 @@ Möchten sie qBittorrent wirklich beenden? ACHTUNG! Die Verbreitung von urheberrechlich geschütztem Material ist gegen das Gesetz. - + Encryption support [ON] Verschlüsselung Unterstützung [Aktiviert] - + Encryption support [FORCED] Verschlüsselung Unterstützung [Erzwungen] - + Encryption support [OFF] Verschlüsselungs-Unterstützung [Deaktiviert] @@ -2140,27 +2140,27 @@ Möchten sie qBittorrent wirklich beenden? Strg+F - + UPnP support [OFF] - + NAT-PMP support [ON] - + NAT-PMP support [OFF] - + Local Peer Discovery [ON] - + Local Peer Discovery support [OFF] @@ -2171,7 +2171,7 @@ Möchten sie qBittorrent wirklich beenden? - + qBittorrent %1 (DL: %2KiB/s, UP: %3KiB/s) %1 is qBittorrent version diff --git a/src/lang/qbittorrent_el.ts b/src/lang/qbittorrent_el.ts index 61dee230a..e745a5326 100644 --- a/src/lang/qbittorrent_el.ts +++ b/src/lang/qbittorrent_el.ts @@ -1315,7 +1315,7 @@ Copyright © 2006 από τον Christophe Dumez<br> kb/s - + Finished Τελείωσε @@ -1442,7 +1442,7 @@ Copyright © 2006 από τον Christophe Dumez<br> qBittorrent - + qBittorrent qBittorrent @@ -1812,17 +1812,17 @@ Please close the other one first. qBittorrent %1 - + Connection status: Κατάσταση Σύνδεσης: - + Offline Offline - + No peers found... Δεν βρέθηκαν συνδέσεις... @@ -1887,13 +1887,13 @@ Please close the other one first. Εκκινήθηκε το qBittorrent %1. - + DL speed: %1 KiB/s e.g: Download speed: 10 KiB/s Ταχύτητα Κατεβάσματος: %1 KiB/s - + UP speed: %1 KiB/s e.g: Upload speed: 10 KiB/s Ταχύτητα Ανεβάσματος: %1 KiB/s @@ -1964,12 +1964,12 @@ Please close the other one first. Ακρόαση στη θύρα: %1 - + All downloads were paused. Όλα τα κατεβάσματα είναι σε παύση. - + '%1' paused. xxx.avi paused. '%1' σε παύση. @@ -1981,12 +1981,12 @@ Please close the other one first. Σύνδεση... - + All downloads were resumed. Όλα τα κατεβάσματα ξανάρχισαν. - + '%1' resumed. e.g: xxx.avi resumed. Το '%1' ξανάρχισε. @@ -2016,23 +2016,23 @@ Please close the other one first. Ένα σφάλμα προέκυψε (δίσκος πλήρης?), το '%1' είναι σε παύση. - + Connection Status: Κατάσταση Σύνδεσης: - + Online Online - + Firewalled? i.e: Behind a firewall/router? Σε τοίχο προστασίας (firewall)? - + No incoming connections... Καμία εισερχόμενη σύνδεση... @@ -2070,38 +2070,38 @@ Please close the other one first. Ένα σφάλμα προέκυψε (δίσκος πλήρης?), το '%1' είναι σε παύση. - + Search Εύρεση - + RSS RSS - + qBittorrent is bind to port: %1 e.g: qBittorrent is bind to port: 1666 Το qBittorrent χρησιμοποιεί τη θύρα: %1 - + DHT support [ON], port: %1 Υποστήριξη DHT [ΝΑΙ], θύρα: %1 - + DHT support [OFF] Υποστήριξη DHT [ΟΧΙ] - + PeX support [ON] Υποστήριξη PeX [ΝΑΙ] - + PeX support [OFF] Υποστήριξη PeX [ΟΧΙ] @@ -2113,7 +2113,7 @@ Are you sure you want to quit qBittorrent? Σίγουρα θέλετε να κλείσετε το qBittorrent? - + Downloads Κατέβασματα @@ -2123,7 +2123,7 @@ Are you sure you want to quit qBittorrent? Είστε σίγουρος οτι θέλετε να διαγράψετε το(α) επιλεγμλένα αντικείμενο(α) από την λίστα των ολοκληρωμένων? - + UPnP support [ON] Υποστήριξη UPnP [ΝΑΙ] @@ -2133,17 +2133,17 @@ Are you sure you want to quit qBittorrent? Προσοχή, η διακίνηση υλικού προστατευόμενου από πνευματικά δικαιώματα χωρίς άδεια είναι παράνομη. - + Encryption support [ON] Υποστήριξη κρυπτογράφησης [ΝΑΙ] - + Encryption support [FORCED] Υποστήριξη κρυπτογράφησης [ΑΝΑΓΚΑΣΤΙΚΑ] - + Encryption support [OFF] Υποστήριξη κρυπτογράφησης [ΟΧΙ] @@ -2231,27 +2231,27 @@ Are you sure you want to quit qBittorrent? Ctrl+F - + UPnP support [OFF] - + NAT-PMP support [ON] - + NAT-PMP support [OFF] - + Local Peer Discovery [ON] - + Local Peer Discovery support [OFF] @@ -2262,7 +2262,7 @@ Are you sure you want to quit qBittorrent? - + qBittorrent %1 (DL: %2KiB/s, UP: %3KiB/s) %1 is qBittorrent version diff --git a/src/lang/qbittorrent_en.ts b/src/lang/qbittorrent_en.ts index fbe1ee16b..17ef81c04 100644 --- a/src/lang/qbittorrent_en.ts +++ b/src/lang/qbittorrent_en.ts @@ -803,33 +803,33 @@ Please close the other one first. - + Connection status: - + Offline - + No peers found... - + qBittorrent - + DL speed: %1 KiB/s e.g: Download speed: 10 KiB/s - + UP speed: %1 KiB/s e.g: Upload speed: 10 KiB/s @@ -846,23 +846,23 @@ Please close the other one first. - + All downloads were paused. - + '%1' paused. xxx.avi paused. - + All downloads were resumed. - + '%1' resumed. e.g: xxx.avi resumed. @@ -886,23 +886,23 @@ Please close the other one first. - + Connection Status: - + Online - + Firewalled? i.e: Behind a firewall/router? - + No incoming connections... @@ -913,38 +913,38 @@ Please close the other one first. - + Search - + RSS - + qBittorrent is bind to port: %1 e.g: qBittorrent is bind to port: 1666 - + DHT support [ON], port: %1 - + DHT support [OFF] - + PeX support [ON] - + PeX support [OFF] @@ -955,12 +955,12 @@ Are you sure you want to quit qBittorrent? - + Downloads - + Finished @@ -970,22 +970,22 @@ Are you sure you want to quit qBittorrent? - + UPnP support [ON] - + Encryption support [ON] - + Encryption support [FORCED] - + Encryption support [OFF] @@ -1046,27 +1046,27 @@ Are you sure you want to quit qBittorrent? - + UPnP support [OFF] - + NAT-PMP support [ON] - + NAT-PMP support [OFF] - + Local Peer Discovery [ON] - + Local Peer Discovery support [OFF] @@ -1077,7 +1077,7 @@ Are you sure you want to quit qBittorrent? - + qBittorrent %1 (DL: %2KiB/s, UP: %3KiB/s) %1 is qBittorrent version diff --git a/src/lang/qbittorrent_es.ts b/src/lang/qbittorrent_es.ts index 0b02aaffa..a9e48e9eb 100644 --- a/src/lang/qbittorrent_es.ts +++ b/src/lang/qbittorrent_es.ts @@ -1343,7 +1343,7 @@ Copyright © 2006 por Christophe Dumez<br> continuada. - + Finished Terminada @@ -1396,7 +1396,7 @@ Copyright © 2006 por Christophe Dumez<br> qBittorrent - + qBittorrent qBittorrent @@ -1741,17 +1741,17 @@ Por favor cierra el otro antes. qBittorrent %1 - + Connection status: Estado de la conexión: - + Offline Offline - + No peers found... No se encontraron peers... @@ -1816,13 +1816,13 @@ Por favor cierra el otro antes. qBittorrent %1 iniciado. - + DL speed: %1 KiB/s e.g: Download speed: 10 KiB/s Velocidad de Descarga: %1 KiB/s - + UP speed: %1 KiB/s e.g: Upload speed: 10 KiB/s Velocidad de subida: %1 KiB/s @@ -1893,12 +1893,12 @@ Por favor cierra el otro antes. Escuchando en el puerto: %1 - + All downloads were paused. Todas las descargas en pausa. - + '%1' paused. xxx.avi paused. '%1' en pausa. @@ -1910,12 +1910,12 @@ Por favor cierra el otro antes. Conectando... - + All downloads were resumed. Todas las descargas reiniciadas. - + '%1' resumed. e.g: xxx.avi resumed. '%1' reiniciado. @@ -1945,23 +1945,23 @@ Por favor cierra el otro antes. Un error ocurrió (¿disco lleno?), '%1' pausado. - + Connection Status: Estado de la conexión: - + Online En línea - + Firewalled? i.e: Behind a firewall/router? ¿Con firewall? - + No incoming connections... Sin conexiones entrantes... @@ -1999,38 +1999,38 @@ Por favor cierra el otro antes. Un error ocurrió (¿disco lleno?), '%1' pausado. - + Search Buscar - + RSS RSS - + qBittorrent is bind to port: %1 e.g: qBittorrent is bind to port: 1666 qBittorrent está asignado al puerto: %1 - + DHT support [ON], port: %1 Soporte para DHT [encendido], puerto: %1 - + DHT support [OFF] Soporte para DHT [apagado] - + PeX support [ON] Soporte para PeX [encendido] - + PeX support [OFF] Soporte para PeX [apagado] @@ -2042,7 +2042,7 @@ Are you sure you want to quit qBittorrent? ¿En verdad deseas salir de qBittorrent? - + Downloads Descargas @@ -2052,7 +2052,7 @@ Are you sure you want to quit qBittorrent? ¿Estás seguro de que deseas borrar los íconos seleccionados en la lista de terminados? - + UPnP support [ON] Soporte para UPnP [encendido] @@ -2062,17 +2062,17 @@ Are you sure you want to quit qBittorrent? Ten cuidado, compartir material protegido sin permiso es ilegal. - + Encryption support [ON] Soporte para encriptado [encendido] - + Encryption support [FORCED] Soporte para encriptado [forzado] - + Encryption support [OFF] Sopote para encriptado [apagado] @@ -2166,32 +2166,32 @@ Are you sure you want to quit qBittorrent? - + UPnP support [OFF] - + NAT-PMP support [ON] - + NAT-PMP support [OFF] - + Local Peer Discovery [ON] - + Local Peer Discovery support [OFF] - + qBittorrent %1 (DL: %2KiB/s, UP: %3KiB/s) %1 is qBittorrent version diff --git a/src/lang/qbittorrent_fi.ts b/src/lang/qbittorrent_fi.ts index 5f1f5566d..ae5cb969e 100644 --- a/src/lang/qbittorrent_fi.ts +++ b/src/lang/qbittorrent_fi.ts @@ -1146,7 +1146,7 @@ Tekijänoikeus © 2006 Christophe Dumez<br> ETA - + Finished Valmis @@ -1406,17 +1406,17 @@ Uutta esikatselua ei voi aloittaa. - + Connection status: - + Offline - + No peers found... @@ -1469,18 +1469,18 @@ Uutta esikatselua ei voi aloittaa. Lataajia - + qBittorrent - + DL speed: %1 KiB/s e.g: Download speed: 10 KiB/s - + UP speed: %1 KiB/s e.g: Upload speed: 10 KiB/s @@ -1521,12 +1521,12 @@ Uutta esikatselua ei voi aloittaa. Ei mikään - + All downloads were paused. - + '%1' paused. xxx.avi paused. @@ -1538,12 +1538,12 @@ Uutta esikatselua ei voi aloittaa. Yhdistetään... - + All downloads were resumed. - + '%1' resumed. e.g: xxx.avi resumed. @@ -1567,23 +1567,23 @@ Uutta esikatselua ei voi aloittaa. - + Connection Status: - + Online - + Firewalled? i.e: Behind a firewall/router? - + No incoming connections... @@ -1600,38 +1600,38 @@ Uutta esikatselua ei voi aloittaa. - + Search Etsi - + RSS - + qBittorrent is bind to port: %1 e.g: qBittorrent is bind to port: 1666 - + DHT support [ON], port: %1 - + DHT support [OFF] - + PeX support [ON] - + PeX support [OFF] @@ -1642,7 +1642,7 @@ Are you sure you want to quit qBittorrent? - + Downloads @@ -1652,22 +1652,22 @@ Are you sure you want to quit qBittorrent? - + UPnP support [ON] - + Encryption support [ON] - + Encryption support [FORCED] - + Encryption support [OFF] @@ -1728,27 +1728,27 @@ Are you sure you want to quit qBittorrent? - + UPnP support [OFF] - + NAT-PMP support [ON] - + NAT-PMP support [OFF] - + Local Peer Discovery [ON] - + Local Peer Discovery support [OFF] @@ -1759,7 +1759,7 @@ Are you sure you want to quit qBittorrent? - + qBittorrent %1 (DL: %2KiB/s, UP: %3KiB/s) %1 is qBittorrent version diff --git a/src/lang/qbittorrent_fr.ts b/src/lang/qbittorrent_fr.ts index 709fee244..3df09fe70 100644 --- a/src/lang/qbittorrent_fr.ts +++ b/src/lang/qbittorrent_fr.ts @@ -1,6 +1,5 @@ - @default @@ -1390,7 +1389,7 @@ Copyright © 2006 par Christophe Dumez<br> ko/s - + Finished Terminé @@ -1896,17 +1895,17 @@ Veuillez d'abord le quitter. qBittorrent %1 - + Connection status: Statut de la connexion : - + Offline Déconnecté - + No peers found... Aucune source trouvée... @@ -1971,18 +1970,18 @@ Veuillez d'abord le quitter. qBittorrent %1 démarré. - + qBittorrent qBittorrent - + DL speed: %1 KiB/s e.g: Download speed: 10 KiB/s Vitesse DL : %1 Ko/s - + UP speed: %1 KiB/s e.g: Upload speed: 10 KiB/s Vitesse UP : %1 Ko/s @@ -2053,12 +2052,12 @@ Veuillez d'abord le quitter. En écoute sur le port: %1 - + All downloads were paused. Tous les téléchargements ont été mis en pause. - + '%1' paused. xxx.avi paused. '%1' a été mis en pause. @@ -2070,12 +2069,12 @@ Veuillez d'abord le quitter. Connexion... - + All downloads were resumed. Tous les téléchargements ont été relancés. - + '%1' resumed. e.g: xxx.avi resumed. '%1' a été relancé. @@ -2105,23 +2104,23 @@ Veuillez d'abord le quitter. Une erreur s'est produite (disque plein ?), '%1' a été mis en pause. - + Connection Status: Etat de la connexion : - + Online Connecté - + Firewalled? i.e: Behind a firewall/router? Derrière un pare-feu ou un routeur ? - + No incoming connections... Aucune connexion entrante... @@ -2159,38 +2158,38 @@ Veuillez d'abord le quitter. Une erreur s'est produite (disque plein ?), '%1' a été mis en pause. - + Search Recherche - + RSS - + qBittorrent is bind to port: %1 e.g: qBittorrent is bind to port: 1666 qBittorrent écoute sur le port : %1 - + DHT support [ON], port: %1 Support DHT [ON], port : %1 - + DHT support [OFF] Support DHT [OFF] - + PeX support [ON] Support PeX [ON] - + PeX support [OFF] Support PeX [OFF] @@ -2202,7 +2201,7 @@ Are you sure you want to quit qBittorrent? Etes-vous certain de vouloir quitter qBittorrent ? - + Downloads Téléchargements @@ -2217,7 +2216,7 @@ Etes-vous certain de vouloir quitter qBittorrent ? Etes-vous certain de vouloir supprimer les torrents sélectionnés de la liste de partage ? - + UPnP support [ON] Support UPnP [ON] @@ -2227,17 +2226,17 @@ Etes-vous certain de vouloir quitter qBittorrent ? Attention, partager des oeuvres sous copyright sans en avoir la permission est illégal. - + Encryption support [ON] Support cryptage [ON] - + Encryption support [FORCED] Support cryptage [Forcé] - + Encryption support [OFF] Support cryptage [OFF] @@ -2325,27 +2324,27 @@ Etes-vous certain de vouloir quitter qBittorrent ? - + UPnP support [OFF] Support UPNP [OFF] - + NAT-PMP support [ON] Support NAT-PMP [ON] - + NAT-PMP support [OFF] Support NAT-PMP [OFF] - + Local Peer Discovery [ON] Découverte locale de sources [ON] - + Local Peer Discovery support [OFF] Découverte locale de sources [OFF] @@ -2356,7 +2355,7 @@ Etes-vous certain de vouloir quitter qBittorrent ? '%1' a été supprimé car son ratio a atteint la limite que vous avez fixée. - + qBittorrent %1 (DL: %2KiB/s, UP: %3KiB/s) %1 is qBittorrent version qBittorrent %1 (DL: %2Ko/s, UP: %3Ko/s) diff --git a/src/lang/qbittorrent_hu.ts b/src/lang/qbittorrent_hu.ts index 64d7b6034..a5b8aca7f 100644 --- a/src/lang/qbittorrent_hu.ts +++ b/src/lang/qbittorrent_hu.ts @@ -1141,17 +1141,17 @@ Kérlek előbb azt zárd be. qBittorrent %1 - + Connection status: A kapcsolat állapota: - + Offline Offline - + No peers found... Nem találtam ügyfélt... @@ -1204,18 +1204,18 @@ Kérlek előbb azt zárd be. qBittorrent %1 elindítva. - + qBittorrent qBittorrent - + DL speed: %1 KiB/s e.g: Download speed: 10 KiB/s Letöltés: %1 KByte/s - + UP speed: %1 KiB/s e.g: Upload speed: 10 KiB/s Feltöltés: %1 KByte/s @@ -1274,12 +1274,12 @@ Kérlek előbb azt zárd be. Nincs - + All downloads were paused. Minden letöltés megszakítva. - + '%1' paused. xxx.avi paused. '%1' megállítva. @@ -1291,12 +1291,12 @@ Kérlek előbb azt zárd be. Csatlakozás... - + All downloads were resumed. Mindegyik letöltés elindítva. - + '%1' resumed. e.g: xxx.avi resumed. '%1' elindítva. @@ -1320,23 +1320,23 @@ Kérlek előbb azt zárd be. Hiba történ a(z) %1 írása/olvasása közben. Valószínűleg tele a lemez, így a letöltés megszakítva - + Connection Status: A kapcsolat állapota: - + Online Online - + Firewalled? i.e: Behind a firewall/router? Tűzfal probléma? - + No incoming connections... Nincs kapcsolat... @@ -1353,38 +1353,38 @@ Kérlek előbb azt zárd be. Hiba történt (megtelt a merevlemez?), '%1' megállítva. - + Search Keresés - + RSS RSS - + qBittorrent is bind to port: %1 e.g: qBittorrent is bind to port: 1666 qBittorrent ezen a porton figyel: %1 - + DHT support [ON], port: %1 DHT funkció [ON], port: %1 - + DHT support [OFF] DHT funkció [OFF] - + PeX support [ON] PeX [ON] - + PeX support [OFF] PeX [OFF] @@ -1396,12 +1396,12 @@ Are you sure you want to quit qBittorrent? Mégis leállítod a qBittorrentet? - + Downloads Letöltések - + Finished Feltöltések @@ -1416,7 +1416,7 @@ Mégis leállítod a qBittorrentet? Biztos vagy benne, hogy törlöd a felsorolt elemeket a feltöltési listáról? - + UPnP support [ON] UPnP támogatás [ON] @@ -1426,17 +1426,17 @@ Mégis leállítod a qBittorrentet? Csak óvatosan a megosztással. Nehogy megsértsd a szerzői jogokat!. - + Encryption support [ON] Titkosítás [ON] - + Encryption support [FORCED] Titkosítás [KÉNYSZERÍTVE] - + Encryption support [OFF] Titkosítás [OFF] @@ -1524,27 +1524,27 @@ Mégis leállítod a qBittorrentet? Ctrl+F - + UPnP support [OFF] - + NAT-PMP support [ON] - + NAT-PMP support [OFF] - + Local Peer Discovery [ON] - + Local Peer Discovery support [OFF] @@ -1555,7 +1555,7 @@ Mégis leállítod a qBittorrentet? - + qBittorrent %1 (DL: %2KiB/s, UP: %3KiB/s) %1 is qBittorrent version diff --git a/src/lang/qbittorrent_it.ts b/src/lang/qbittorrent_it.ts index 8ff0191e9..17026dcd2 100644 --- a/src/lang/qbittorrent_it.ts +++ b/src/lang/qbittorrent_it.ts @@ -1146,7 +1146,7 @@ Copyright © 2006 by Christophe Dumez<br> Sei sicuro di voler cancellare gli elementi selezionati dalla lista dei download? - + Finished In Upload @@ -1525,17 +1525,17 @@ Example: Downloading www.example.com/test.torrent qBittorrent %1 - + Connection status: Stato della connessione: - + Offline Offline - + No peers found... Nessun peer trovato... @@ -1600,18 +1600,18 @@ Example: Downloading www.example.com/test.torrent qBittorrent %1 avviato. - + qBittorrent qBittorrent - + DL speed: %1 KiB/s e.g: Download speed: 10 KiB/s Velocità DL: %1 KiB/s - + UP speed: %1 KiB/s e.g: Upload speed: 10 KiB/s Velocità UP: %1 KiB/s @@ -1682,12 +1682,12 @@ Example: Downloading www.example.com/test.torrent In ascolto sulla porta: %1 - + All downloads were paused. Tutti i download sono stati fermati. - + '%1' paused. xxx.avi paused. '%1' fermato. @@ -1699,12 +1699,12 @@ Example: Downloading www.example.com/test.torrent Connessione in corso... - + All downloads were resumed. Tutti i download sono stati ripresi. - + '%1' resumed. e.g: xxx.avi resumed. '%1' ripreso. @@ -1728,23 +1728,23 @@ Example: Downloading www.example.com/test.torrent Errore di scrittura o di lettura con %1. Probabilmente il disco è pieno, il download è stato fermato - + Connection Status: Stato della connessione: - + Online Online - + Firewalled? i.e: Behind a firewall/router? Dietro firewall? - + No incoming connections... Nessuna connession in entrata... @@ -1782,38 +1782,38 @@ Example: Downloading www.example.com/test.torrent C'è stato un errore (disco pieno?), '%1' fermato. - + Search Ricerca - + RSS RSS - + qBittorrent is bind to port: %1 e.g: qBittorrent is bind to port: 1666 qBittorrent è in ascolto sulla porta: %1 - + DHT support [ON], port: %1 Supporto DHT [ON], porta: %1 - + DHT support [OFF] Supporto DHT [OFF] - + PeX support [ON] Supporto PeX [ON] - + PeX support [OFF] Supporto PeX [OFF] @@ -1825,7 +1825,7 @@ Are you sure you want to quit qBittorrent? Sei sicuro di voler uscire da qBittorrent? - + Downloads In Download @@ -1835,7 +1835,7 @@ Sei sicuro di voler uscire da qBittorrent? Sei sicuro di voler cancellare gli elementi selezionati dalla lista dei download completati? - + UPnP support [ON] Supporto UPnP [ON] @@ -1845,17 +1845,17 @@ Sei sicuro di voler uscire da qBittorrent? Attenzione, condividere materiale protetto da copyright senza il permesso è illegale. - + Encryption support [ON] Supporto cifratura [ON] - + Encryption support [FORCED] Supporto cifratura [FORZATO] - + Encryption support [OFF] Supporto cifratura [OFF] @@ -1943,27 +1943,27 @@ Sei sicuro di voler uscire da qBittorrent? Ctrl+F - + UPnP support [OFF] - + NAT-PMP support [ON] - + NAT-PMP support [OFF] - + Local Peer Discovery [ON] - + Local Peer Discovery support [OFF] @@ -1974,7 +1974,7 @@ Sei sicuro di voler uscire da qBittorrent? - + qBittorrent %1 (DL: %2KiB/s, UP: %3KiB/s) %1 is qBittorrent version diff --git a/src/lang/qbittorrent_ja.ts b/src/lang/qbittorrent_ja.ts index 8d6f11f04..f3db77916 100644 --- a/src/lang/qbittorrent_ja.ts +++ b/src/lang/qbittorrent_ja.ts @@ -1181,17 +1181,17 @@ Please close the other one first. qBittorrent %1 - + Connection status: 接続状態: - + Offline オフライン - + No peers found... ピアが見つかりません... @@ -1244,18 +1244,18 @@ Please close the other one first. qBittorrent %1 が開始されました。 - + qBittorrent qBittorrent - + DL speed: %1 KiB/s e.g: Download speed: 10 KiB/s DL 速度: %1 KiB/s - + UP speed: %1 KiB/s e.g: Upload speed: 10 KiB/s UP 速度: %1 KiB/s @@ -1314,12 +1314,12 @@ Please close the other one first. なし - + All downloads were paused. すべてのダウンロードが一時停止されました。 - + '%1' paused. xxx.avi paused. '%1' が停止されました。 @@ -1331,12 +1331,12 @@ Please close the other one first. 接続しています... - + All downloads were resumed. すべてのダウンロードが再開されました。 - + '%1' resumed. e.g: xxx.avi resumed. '%1' が再開されました。 @@ -1360,23 +1360,23 @@ Please close the other one first. %1 の読み込みまたは書き込みを試行にエラーが発生しました。ディスクはおそらくいっぱいです、ダウンロードは一時停止されました - + Connection Status: 接続状態: - + Online オンライン - + Firewalled? i.e: Behind a firewall/router? ファイアウォールされましたか? - + No incoming connections... 次期接続がありません... @@ -1393,12 +1393,12 @@ Please close the other one first. エラーが発生しました (ディスクいっぱい?)、'%1' が停止されました。 - + Search 検索 - + RSS RSS @@ -1413,18 +1413,18 @@ Please close the other one first. UPnP: WAN が検出されました! - + qBittorrent is bind to port: %1 e.g: qBittorrent is bind to port: 1666 qBittorrent は次のポートに拘束されています: %1 - + DHT support [ON], port: %1 DHT サポート [オン]、ポート: %1 - + DHT support [OFF] DHT サポート [オフ] @@ -1434,17 +1434,17 @@ Please close the other one first. UPnP サポート [オン]、ポート: %1 - + UPnP support [OFF] UPnP サポート [オフ] - + PeX support [ON] PeX サポート [オン] - + PeX support [OFF] PeX サポート [オフ] @@ -1456,12 +1456,12 @@ Are you sure you want to quit qBittorrent? qBittorrent を終了してもよろしいですか? - + Downloads ダウンロード - + Finished 完了しました @@ -1476,7 +1476,7 @@ qBittorrent を終了してもよろしいですか? ダウンロードの一覧にある選択されたアイテムを削除してもよろしいですか? - + UPnP support [ON] UPnP サポート [オン] @@ -1486,17 +1486,17 @@ qBittorrent を終了してもよろしいですか? ご用心ください、許可なしの著作権のある材料の共有は法律に違反しています。 - + Encryption support [ON] 暗号化サポート [オン] - + Encryption support [FORCED] 暗号化サポート [強制済み] - + Encryption support [OFF] 暗号化サポート [オフ] @@ -1590,27 +1590,27 @@ qBittorrent を終了してもよろしいですか? - + NAT-PMP support [ON] - + NAT-PMP support [OFF] - + Local Peer Discovery [ON] - + Local Peer Discovery support [OFF] - + qBittorrent %1 (DL: %2KiB/s, UP: %3KiB/s) %1 is qBittorrent version diff --git a/src/lang/qbittorrent_ko.ts b/src/lang/qbittorrent_ko.ts index 5dca40531..6ee9a05cd 100644 --- a/src/lang/qbittorrent_ko.ts +++ b/src/lang/qbittorrent_ko.ts @@ -1358,7 +1358,7 @@ download list? 다시 시작됨. - + Finished 완료 @@ -1421,7 +1421,7 @@ download list? 개발자: 크리스토프 두메스 :: Copyright (c) 2006 - + qBittorrent 큐비토런트 @@ -1766,17 +1766,17 @@ Please close the other one first. 큐비토런트 %1 - + Connection status: 연결 상태: - + Offline 오프라인 - + No peers found... 피어가 없습니다... @@ -1841,13 +1841,13 @@ Please close the other one first. 큐비토런트 %1가 시작되었습니다. - + DL speed: %1 KiB/s e.g: Download speed: 10 KiB/s 다운로딩 속도: %1 KiB/s - + UP speed: %1 KiB/s e.g: Upload speed: 10 KiB/s 업로딩 속도: %1 KiB/s @@ -1918,12 +1918,12 @@ Please close the other one first. 이미 연결 된 포트: %1 - + All downloads were paused. 모든 다운로드가 멈추었습니다. - + '%1' paused. xxx.avi paused. '%1'가 정지 되었습니다. @@ -1935,12 +1935,12 @@ Please close the other one first. 연결중... - + All downloads were resumed. 모든 다운로드가 다시 시작되었습니다. - + '%1' resumed. e.g: xxx.avi resumed. '%1' 가 다운로드를 다시 시작되었습니다. @@ -1970,23 +1970,23 @@ Please close the other one first. 오류 발생 (디스크가 꽉찼습니까?), '%1'가 정지 되었습니다. - + Connection Status: 연결 상태: - + Online 온라인 - + Firewalled? i.e: Behind a firewall/router? 방화벽이 설치되어있습니까? - + No incoming connections... 받는 연결이 없습니다... @@ -2024,38 +2024,38 @@ Please close the other one first. 오류 발생 (디스크가 꽉찼습니까?), '%1'가 정지 되었습니다. - + Search 검색 - + RSS - + qBittorrent is bind to port: %1 e.g: qBittorrent is bind to port: 1666 큐비토런트는 다음 포트을 사용하고 있습니다: %1 - + DHT support [ON], port: %1 DHT 지원 [사용함], 포트: %1 - + DHT support [OFF] DHT 지원 [사용안함] - + PeX support [ON] Pes 지원 [사용함] - + PeX support [OFF] Pes 지원 [사용안함] @@ -2067,7 +2067,7 @@ Are you sure you want to quit qBittorrent? 큐비토런트를 종료하시겠습니까? - + Downloads 다운로드 @@ -2077,7 +2077,7 @@ Are you sure you want to quit qBittorrent? 현재 완료목록에서 선택된 파일을 지우시겠습니까? - + UPnP support [ON] UPnp 지원 [사용함] @@ -2087,17 +2087,17 @@ Are you sure you want to quit qBittorrent? 허락없이 저작권이 있는 자료를 공유하는 것은 법에 저촉됩니다. - + Encryption support [ON] 암호화(Encryption) 지원 [사용함] - + Encryption support [FORCED] 암호화(Encryption) 지원 [강압적으로 사용] - + Encryption support [OFF] 암호화(Encryption) 지원 [사용안함] @@ -2179,27 +2179,27 @@ Are you sure you want to quit qBittorrent? - + UPnP support [OFF] - + NAT-PMP support [ON] - + NAT-PMP support [OFF] - + Local Peer Discovery [ON] - + Local Peer Discovery support [OFF] @@ -2210,7 +2210,7 @@ Are you sure you want to quit qBittorrent? - + qBittorrent %1 (DL: %2KiB/s, UP: %3KiB/s) %1 is qBittorrent version diff --git a/src/lang/qbittorrent_nb.ts b/src/lang/qbittorrent_nb.ts index 6be0f2385..9edf8d47e 100644 --- a/src/lang/qbittorrent_nb.ts +++ b/src/lang/qbittorrent_nb.ts @@ -1068,7 +1068,7 @@ Copyright © 2006 av Christophe Dumez<br> Ønsker du å slette valgt(e) element(er) i nedlastingslisten? - + Finished Ferdig @@ -1440,17 +1440,17 @@ Vennligst avslutt denne først. qBittorrent %1 - + Connection status: Tilkoblingsstatus: - + Offline Frakoblet - + No peers found... Ingen tjenere funnet... @@ -1515,18 +1515,18 @@ Vennligst avslutt denne først. qBittorrent %1 er startet. - + qBittorrent qBittorrent - + DL speed: %1 KiB/s e.g: Download speed: 10 KiB/s Nedlastingshastighet: %1 KiB/s - + UP speed: %1 KiB/s e.g: Upload speed: 10 KiB/s Opplastingshastighet: %1 KiB/s @@ -1597,12 +1597,12 @@ Vennligst avslutt denne først. Lytter på port: %1 - + All downloads were paused. Alle nedlastinger ble pauset. - + '%1' paused. xxx.avi paused. '%1' pauset. @@ -1614,12 +1614,12 @@ Vennligst avslutt denne først. Kobler til... - + All downloads were resumed. Alle nedlastinger ble gjenopptatt. - + '%1' resumed. e.g: xxx.avi resumed. '%1' gjenopptatt. @@ -1649,23 +1649,23 @@ Vennligst avslutt denne først. Det har oppstått en feil (full disk?), '%1' er pauset. - + Connection Status: Tilkoblingsstatus: - + Online Tilkoblet - + Firewalled? i.e: Behind a firewall/router? Beskyttet av en brannmur? - + No incoming connections... Ingen innkommende tilkoblinger... @@ -1703,38 +1703,38 @@ Vennligst avslutt denne først. Det har oppstått en feil (full disk?), '%1' er pauset. - + Search Søk - + RSS - + qBittorrent is bind to port: %1 e.g: qBittorrent is bind to port: 1666 - + DHT support [ON], port: %1 - + DHT support [OFF] - + PeX support [ON] - + PeX support [OFF] @@ -1745,7 +1745,7 @@ Are you sure you want to quit qBittorrent? - + Downloads @@ -1755,22 +1755,22 @@ Are you sure you want to quit qBittorrent? - + UPnP support [ON] - + Encryption support [ON] - + Encryption support [FORCED] - + Encryption support [OFF] @@ -1831,27 +1831,27 @@ Are you sure you want to quit qBittorrent? - + UPnP support [OFF] - + NAT-PMP support [ON] - + NAT-PMP support [OFF] - + Local Peer Discovery [ON] - + Local Peer Discovery support [OFF] @@ -1862,7 +1862,7 @@ Are you sure you want to quit qBittorrent? - + qBittorrent %1 (DL: %2KiB/s, UP: %3KiB/s) %1 is qBittorrent version diff --git a/src/lang/qbittorrent_nl.ts b/src/lang/qbittorrent_nl.ts index 6f374e490..fb0962c5d 100644 --- a/src/lang/qbittorrent_nl.ts +++ b/src/lang/qbittorrent_nl.ts @@ -1281,7 +1281,7 @@ Copyright 2006 door Christophe Dumez<br> gestart. - + qBittorrent qBittorrent @@ -1461,7 +1461,7 @@ Copyright 2006 door Christophe Dumez<br> /s - + Finished Klaar @@ -1759,17 +1759,17 @@ Stop het eerste proccess eerst. qBittorrent %1 - + Connection status: Verbindingsstatus: - + Offline Offline - + No peers found... Geen peers gevonden... @@ -1834,13 +1834,13 @@ Stop het eerste proccess eerst. qBittorrent %1 gestart. - + DL speed: %1 KiB/s e.g: Download speed: 10 KiB/s DL snelheid: %1 KiB/s - + UP speed: %1 KiB/s e.g: Upload speed: 10 KiB/s UP snelheid: %1 KiB/s @@ -1911,12 +1911,12 @@ Stop het eerste proccess eerst. Aan het luisteren op poort: %1 - + All downloads were paused. Alle downloads gepauzeerd. - + '%1' paused. xxx.avi paused. '%1' gepauzeerd. @@ -1928,12 +1928,12 @@ Stop het eerste proccess eerst. Verbinding maken... - + All downloads were resumed. Alle downloads hervat. - + '%1' resumed. e.g: xxx.avi resumed. '%1' hervat. @@ -1957,23 +1957,23 @@ Stop het eerste proccess eerst. Een fout is opgetreden tijdens het lezen of schrijven van %1. De schijf is waarschijnlijk vol, de download is gepauzeerd - + Connection Status: Verbindingsstatus: - + Online Online - + Firewalled? i.e: Behind a firewall/router? Geblokkeerd? - + No incoming connections... Geen inkomende verbindingen... @@ -2011,38 +2011,38 @@ Stop het eerste proccess eerst. Er is een fout opgetreden (schijf vol?), '%1' gepauzeerd. - + Search Zoeken - + RSS RSS - + qBittorrent is bind to port: %1 e.g: qBittorrent is bind to port: 1666 qBittorrent is verbonden aan poort: %1 - + DHT support [ON], port: %1 DHT ondersteuning [AAN], poort: %1 - + DHT support [OFF] DHT ondersteuning [UIT] - + PeX support [ON] PeX ondersteuning [AAN] - + PeX support [OFF] PeX ondersteuning [UIT] @@ -2054,7 +2054,7 @@ Are you sure you want to quit qBittorrent? Weet u zeker dat u qBittorrent wilt afsluiten? - + Downloads Downloads @@ -2064,22 +2064,22 @@ Weet u zeker dat u qBittorrent wilt afsluiten? Weet u zeker dat u de geselecteerde item(s) wilt verwijderen van de voltooidlijst? - + UPnP support [ON] UPnP ondersteuning [AAN] - + Encryption support [ON] Encryptie ondersteuning [AAN] - + Encryption support [FORCED] Encryptie ondersteuning [GEFORCEERD] - + Encryption support [OFF] Encryptie ondersteuning [UIT] @@ -2140,27 +2140,27 @@ Weet u zeker dat u qBittorrent wilt afsluiten? Ctrl+F - + UPnP support [OFF] - + NAT-PMP support [ON] - + NAT-PMP support [OFF] - + Local Peer Discovery [ON] - + Local Peer Discovery support [OFF] @@ -2171,7 +2171,7 @@ Weet u zeker dat u qBittorrent wilt afsluiten? - + qBittorrent %1 (DL: %2KiB/s, UP: %3KiB/s) %1 is qBittorrent version diff --git a/src/lang/qbittorrent_pl.ts b/src/lang/qbittorrent_pl.ts index dd0e37c71..97a0774d8 100644 --- a/src/lang/qbittorrent_pl.ts +++ b/src/lang/qbittorrent_pl.ts @@ -1404,7 +1404,7 @@ Wszystkie prawa zastrzeżone © 2006 Christophe Dumez<br> wznowiony. - + Finished Ukończone @@ -1447,7 +1447,7 @@ Wszystkie prawa zastrzeżone © 2006 Christophe Dumez<br> qBittorrent - + qBittorrent qBittorrent @@ -1799,17 +1799,17 @@ Zamknij najpierw okno podglądu. qBittorent %1 - + Connection status: Status połączenia: - + Offline Niepołączony - + No peers found... Nie znaleziono peerów... @@ -1874,13 +1874,13 @@ Zamknij najpierw okno podglądu. qBittorrent %1 uruchomiony. - + DL speed: %1 KiB/s e.g: Download speed: 10 KiB/s Prędkość DL: %1 KiB/s - + UP speed: %1 KiB/s e.g: Upload speed: 10 KiB/s Prędkość UP: %1 KiB/ @@ -1951,12 +1951,12 @@ Zamknij najpierw okno podglądu. Nasłuchuje na porcie: %1 - + All downloads were paused. Wszystkie zadania pobierania wstrzymane. - + '%1' paused. xxx.avi paused. '%1' wstrzymany. @@ -1968,12 +1968,12 @@ Zamknij najpierw okno podglądu. Łączenie... - + All downloads were resumed. Wszystkie zadania pobierania wzniowione. - + '%1' resumed. e.g: xxx.avi resumed. '%1' wznowiony. @@ -2003,23 +2003,23 @@ Zamknij najpierw okno podglądu. Wystąpił błąd (brak miejsca?), '%1' wstrzymany. - + Connection Status: Status połączenia: - + Online Połączony - + Firewalled? i.e: Behind a firewall/router? Zablokowany? - + No incoming connections... Brak połączeń przychodzących... @@ -2057,38 +2057,38 @@ Zamknij najpierw okno podglądu. Wystąpił błąd (brak miejsca?), '%1' wstrzymany. - + Search Szukaj - + RSS RSS - + qBittorrent is bind to port: %1 e.g: qBittorrent is bind to port: 1666 e.g: qBittorrent jest podłączony do portu: 1666 - + DHT support [ON], port: %1 Wsparcie DHT [WŁ], port: %1 - + DHT support [OFF] Wsparcie DHT [WYŁ] - + PeX support [ON] Wsparcie PeX [WŁ] - + PeX support [OFF] Wsparcie pEx [WYŁ] @@ -2100,7 +2100,7 @@ Are you sure you want to quit qBittorrent? Czy napewno zamknąć qBittorrent? - + Downloads Pobieranie @@ -2115,7 +2115,7 @@ Czy napewno zamknąć qBittorrent? Czy napewno usunąć wybrane pozycje z listy zakończonych? - + UPnP support [ON] Wsparcie UPnP [WŁ] @@ -2125,17 +2125,17 @@ Czy napewno zamknąć qBittorrent? Bądź ostrożny, wymiana plików chronionych prawami autorskimi jest niezgodna z prawem. - + Encryption support [ON] Wsparcie szyfrowania [WŁ] - + Encryption support [FORCED] Wsparcie szyfrowania [WYMUSZONE] - + Encryption support [OFF] Wsparcie szyfrowania [WYŁ] @@ -2223,27 +2223,27 @@ Czy napewno zamknąć qBittorrent? Ctrl+F - + UPnP support [OFF] - + NAT-PMP support [ON] - + NAT-PMP support [OFF] - + Local Peer Discovery [ON] - + Local Peer Discovery support [OFF] @@ -2254,7 +2254,7 @@ Czy napewno zamknąć qBittorrent? - + qBittorrent %1 (DL: %2KiB/s, UP: %3KiB/s) %1 is qBittorrent version diff --git a/src/lang/qbittorrent_pt.ts b/src/lang/qbittorrent_pt.ts index 0bd15a1e6..a64c8430b 100644 --- a/src/lang/qbittorrent_pt.ts +++ b/src/lang/qbittorrent_pt.ts @@ -1178,7 +1178,7 @@ Copyright ©2007 por Christophe Dumez<br> iniciado - + Finished Concluído @@ -1287,7 +1287,7 @@ Copyright ©2007 por Christophe Dumez<br> qBittorrent - + qBittorrent qBittorrent @@ -1583,17 +1583,17 @@ Por favor feche o outro primeiro. qBittorrent %1 - + Connection status: Estado da conexão: - + Offline Offline - + No peers found... Peers não encontrados... @@ -1658,13 +1658,13 @@ Por favor feche o outro primeiro. qBittorrent %1 iniciado. - + DL speed: %1 KiB/s e.g: Download speed: 10 KiB/s Velocidade de download: %1 KiB/s - + UP speed: %1 KiB/s e.g: Upload speed: 10 KiB/s Velocidade de Upload: %1 KiB/s @@ -1735,12 +1735,12 @@ Por favor feche o outro primeiro. Escutando a porta: %1 - + All downloads were paused. Todos os downloads pausados. - + '%1' paused. xxx.avi paused. '%1' pausado. @@ -1752,12 +1752,12 @@ Por favor feche o outro primeiro. Conectando... - + All downloads were resumed. Todos os downloads foram resumidos. - + '%1' resumed. e.g: xxx.avi resumed. '%1' resumido. @@ -1787,23 +1787,23 @@ Por favor feche o outro primeiro. Ocorreu um erro (disco cheio?), '%1' pausado. - + Connection Status: Estado da conexão: - + Online Online - + Firewalled? i.e: Behind a firewall/router? Sob firewall? - + No incoming connections... Sem conexão... @@ -1841,38 +1841,38 @@ Por favor feche o outro primeiro. Ocorreu um erro (disco cheio?), '%1' pausado. - + Search Busca - + RSS RSS - + qBittorrent is bind to port: %1 e.g: qBittorrent is bind to port: 1666 qBittorrent escuta a porta: %1 - + DHT support [ON], port: %1 Suporte DHT [Ligado], porta: %1 - + DHT support [OFF] Suporte DHT [Desligado] - + PeX support [ON] Suporte PeX [Ligado] - + PeX support [OFF] Suporte PeX [Desligado] @@ -1884,7 +1884,7 @@ Are you sure you want to quit qBittorrent? Deseja mesmo sair do qBittorrent? - + Downloads Downloads @@ -1894,7 +1894,7 @@ Deseja mesmo sair do qBittorrent? Quer mesmo deletar os ítems selecionados na lista de finalizados? - + UPnP support [ON] Suporte UPnP [Ligado] @@ -1904,17 +1904,17 @@ Deseja mesmo sair do qBittorrent? Esteja ciente, compartilhar material protejido sem permissão é contra a lei. - + Encryption support [ON] Suporte a encriptação [Ligado] - + Encryption support [FORCED] Suporte a encriptação [FORÇADO] - + Encryption support [OFF] Suporte a encriptação [Desligado] @@ -2002,27 +2002,27 @@ Deseja mesmo sair do qBittorrent? - + UPnP support [OFF] - + NAT-PMP support [ON] - + NAT-PMP support [OFF] - + Local Peer Discovery [ON] - + Local Peer Discovery support [OFF] @@ -2033,7 +2033,7 @@ Deseja mesmo sair do qBittorrent? - + qBittorrent %1 (DL: %2KiB/s, UP: %3KiB/s) %1 is qBittorrent version diff --git a/src/lang/qbittorrent_pt_BR.ts b/src/lang/qbittorrent_pt_BR.ts index 0bd15a1e6..a64c8430b 100644 --- a/src/lang/qbittorrent_pt_BR.ts +++ b/src/lang/qbittorrent_pt_BR.ts @@ -1178,7 +1178,7 @@ Copyright ©2007 por Christophe Dumez<br> iniciado - + Finished Concluído @@ -1287,7 +1287,7 @@ Copyright ©2007 por Christophe Dumez<br> qBittorrent - + qBittorrent qBittorrent @@ -1583,17 +1583,17 @@ Por favor feche o outro primeiro. qBittorrent %1 - + Connection status: Estado da conexão: - + Offline Offline - + No peers found... Peers não encontrados... @@ -1658,13 +1658,13 @@ Por favor feche o outro primeiro. qBittorrent %1 iniciado. - + DL speed: %1 KiB/s e.g: Download speed: 10 KiB/s Velocidade de download: %1 KiB/s - + UP speed: %1 KiB/s e.g: Upload speed: 10 KiB/s Velocidade de Upload: %1 KiB/s @@ -1735,12 +1735,12 @@ Por favor feche o outro primeiro. Escutando a porta: %1 - + All downloads were paused. Todos os downloads pausados. - + '%1' paused. xxx.avi paused. '%1' pausado. @@ -1752,12 +1752,12 @@ Por favor feche o outro primeiro. Conectando... - + All downloads were resumed. Todos os downloads foram resumidos. - + '%1' resumed. e.g: xxx.avi resumed. '%1' resumido. @@ -1787,23 +1787,23 @@ Por favor feche o outro primeiro. Ocorreu um erro (disco cheio?), '%1' pausado. - + Connection Status: Estado da conexão: - + Online Online - + Firewalled? i.e: Behind a firewall/router? Sob firewall? - + No incoming connections... Sem conexão... @@ -1841,38 +1841,38 @@ Por favor feche o outro primeiro. Ocorreu um erro (disco cheio?), '%1' pausado. - + Search Busca - + RSS RSS - + qBittorrent is bind to port: %1 e.g: qBittorrent is bind to port: 1666 qBittorrent escuta a porta: %1 - + DHT support [ON], port: %1 Suporte DHT [Ligado], porta: %1 - + DHT support [OFF] Suporte DHT [Desligado] - + PeX support [ON] Suporte PeX [Ligado] - + PeX support [OFF] Suporte PeX [Desligado] @@ -1884,7 +1884,7 @@ Are you sure you want to quit qBittorrent? Deseja mesmo sair do qBittorrent? - + Downloads Downloads @@ -1894,7 +1894,7 @@ Deseja mesmo sair do qBittorrent? Quer mesmo deletar os ítems selecionados na lista de finalizados? - + UPnP support [ON] Suporte UPnP [Ligado] @@ -1904,17 +1904,17 @@ Deseja mesmo sair do qBittorrent? Esteja ciente, compartilhar material protejido sem permissão é contra a lei. - + Encryption support [ON] Suporte a encriptação [Ligado] - + Encryption support [FORCED] Suporte a encriptação [FORÇADO] - + Encryption support [OFF] Suporte a encriptação [Desligado] @@ -2002,27 +2002,27 @@ Deseja mesmo sair do qBittorrent? - + UPnP support [OFF] - + NAT-PMP support [ON] - + NAT-PMP support [OFF] - + Local Peer Discovery [ON] - + Local Peer Discovery support [OFF] @@ -2033,7 +2033,7 @@ Deseja mesmo sair do qBittorrent? - + qBittorrent %1 (DL: %2KiB/s, UP: %3KiB/s) %1 is qBittorrent version diff --git a/src/lang/qbittorrent_ro.qm b/src/lang/qbittorrent_ro.qm index 4cbe3c98f745a32108ff48163eb2f586b04bf9a9..208f3291d5f51167a04a09413888ed500a0f8b6f 100644 GIT binary patch delta 10458 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 delta 5356 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 diff --git a/src/lang/qbittorrent_ro.ts b/src/lang/qbittorrent_ro.ts index a80814259..f0f68c82b 100644 --- a/src/lang/qbittorrent_ro.ts +++ b/src/lang/qbittorrent_ro.ts @@ -154,32 +154,32 @@ Copyright © 2006 by Christophe Dumez<br> Opţiuni -- qBittorrent - + Options Opţiuni - + Main Principal - + Save Path: Calea de salvare: - + Download Limit: Limita de Download: - + Upload Limit: Limita de Upload: - + Max Connects: Numărul maxim de conectări: @@ -199,17 +199,17 @@ Copyright © 2006 by Christophe Dumez<br> Kb/s - + Disable Dezactivat - + connections conectări - + Proxy Proxy @@ -234,7 +234,7 @@ Copyright © 2006 by Christophe Dumez<br> Portul: - + Proxy server requires authentication Serverul Proxy cere autentificare @@ -244,7 +244,7 @@ Copyright © 2006 by Christophe Dumez<br> Autentificare - + User Name: Numele utilizatorului: @@ -254,7 +254,7 @@ Copyright © 2006 by Christophe Dumez<br> Parola: - + Enable connection through a proxy server Activarea conectării prin Proxy Server @@ -269,12 +269,12 @@ Copyright © 2006 by Christophe Dumez<br> Anulare - + Scanned Dir: Directoriul Scanat: - + Enable directory scan (auto add torrent files inside) Activarea Scanarea Direcoriului(Automat adauga torrentele din directoriu) @@ -284,7 +284,7 @@ Copyright © 2006 by Christophe Dumez<br> Setările conectării - + Share ratio: Raţia de Share: @@ -334,7 +334,7 @@ Copyright © 2006 by Christophe Dumez<br> Aplicare - + IP Filter Filtru IP @@ -349,7 +349,7 @@ Copyright © 2006 by Christophe Dumez<br> Sterge domeniu - + ipfilter.dat Path: ipfilter.dat Cale: @@ -364,17 +364,17 @@ Copyright © 2006 by Christophe Dumez<br> Intreabă confirmare la eşire - + Go to systray when minimizing window Ascunde in SysTray la minimizare Misc - Diferite + Diferite - + Localization Localizare @@ -384,7 +384,7 @@ Copyright © 2006 by Christophe Dumez<br> Limba: - + Behaviour Interfaţa @@ -414,12 +414,12 @@ Copyright © 2006 by Christophe Dumez<br> KiB/s - + 1 KiB DL = 1 KiB DL = - + KiB UP max. KiB Up max. @@ -444,22 +444,22 @@ Copyright © 2006 by Christophe Dumez<br> Program de preview - + Audio/Video player: Audio/Video player: - + DHT configuration Configurarea DHT - + DHT port: Portul DHT: - + Language Limba @@ -469,17 +469,17 @@ Copyright © 2006 by Christophe Dumez<br> <b>Notă:</b> Schimbările vor fi aplicate după restartarea qBittorrent. - + <b>Translators note:</b> If qBittorrent is not available in your language, <br/>and if you would like to translate it in your mother tongue, <br/>please contact me (chris@qbittorrent.org). <b>Notă pentru translatori:</b> Dacă qBittorrent nu este tradus in limba dvs, <br/>şi dacă doriti să traduceţi in limba dvs,<br/>vă rog să mă contactaţi (chris@qbittorrent.org). - + Display a torrent addition dialog everytime I add a torrent Arată dialogul de adăugare fiecaredată cînd adaug un torrent - + Default save path Calea de salvare @@ -489,32 +489,32 @@ Copyright © 2006 by Christophe Dumez<br> Mesajele din systray - + Always display systray messages Întotdeauna arată mesajele din systray - + Display systray messages only when window is hidden Afişează mesajele din systray numai cînd fereastra este ascunsă - + Never display systray messages Niciodată nu afişa mesajele din systray - + Disable DHT (Trackerless) Dezactiveaza DHT - + Disable Peer eXchange (PeX) Dezactiveaza Peer eXchange (PeX) - + Go to systray when closing main window Trec in systray la inchiderea ferestrei @@ -524,37 +524,37 @@ Copyright © 2006 by Christophe Dumez<br> Conectare - + Peer eXchange (PeX) Peer eXchange (PeX) - + DHT (trackerless) DHT (trackerless) - + Torrent addition Adaugarea torrentului - + Main window Fereastra principala - + Systray messages Mesage din systray - + Directory scan Scanarea directoriului - + Style (Look 'n Feel) Stilul @@ -564,12 +564,12 @@ Copyright © 2006 by Christophe Dumez<br> Stil plastic (ca in KDE) - + Cleanlooks style (GNOME like) Stril cleanlooks (ca în GNOME) - + Motif style (default Qt style on Unix systems) Stil motif ( stil Qt pe alte UNIX sisteme) @@ -579,32 +579,32 @@ Copyright © 2006 by Christophe Dumez<br> Stil CDE (Common Desktop Environment like) - + MacOS style (MacOSX only) Stil MacOS (disponibil numai pentru MacOSX) - + Exit confirmation when the download list is not empty Confirmare la eşire cînd lista de descărcare nu este vidă - + Disable systray integration Dezactiverea integrării in systray - + WindowsXP style (Windows XP only) Stil WindowsXP (numai pentru WindowsXP) - + Server IP or url: IP-ul Serverului sau URL: - + Proxy type: Tipul de proxy: @@ -644,12 +644,12 @@ Copyright © 2006 by Christophe Dumez<br> Foloseşte proxy pentru DHT mesage - + Encryption Criptare - + Encryption state: Starea codificării: @@ -671,276 +671,276 @@ Copyright © 2006 by Christophe Dumez<br> Preferences - Preferinţe + Preferinţe General - + General User interface settings - + Setările interfaţei grafice Visual style: - + Stilul vizual: Cleanlooks style (Gnome like) - + Stilul Cleanlooks(ca în Gnome) Motif style (Unix like) - + Stilul Motif(ca în Unix) Ask for confirmation on exit when download list is not empty - + Întreabă confirmare la ieşire cînd lista de descărcare nu este vidă Display current speed in title bar - + Afişează viteza curentă în bara de titlu System tray icon - + Imagine în system tray Disable system tray icon - + Dezactivează imagine în system tray Close to tray i.e: The systray tray icon will still be visible when closing the main window. - + Închide în tray Minimize to tray - + Minimizează în tray Show notification balloons in tray - + Arată notificări în tray Media player: - + Media player: Downloads - Descărcări + Descărcări Put downloads in this folder: - + Pune descărcările în acest dosar: Pre-allocate all files - + Pre alocă toate fişierele When adding a torrent - + Cînd adaugi un torrent Display torrent content and some options - + Afişează conţinutul torrentului şi unele opţiuni Do not start download automatically The torrent will be added to download list in pause state - + Nu porni descărcarea automat Folder watching qBittorrent will watch a directory and automatically download torrents present in it - + Monitorizează directoriul Automatically download torrents present in this folder: - + Descarcă automat torrentele prezente în acest dosar: Listening port - + Port-ul de ascultare to i.e: 1200 to 1300 - la + la Enable UPnP port mapping - + Activează UPnP mapare port Enable NAT-PMP port mapping - + Activează NAT-PMP mapare port Global bandwidth limiting - + Limită globală de bandwidth Upload: - + Încărcat: Download: - + Descărcat: Type: - + Tipul: (None) - + (Nimic) Proxy: - + Proxy: Username: - Numele de utilizator: + Numele de utilizator: Bittorrent - + Bittorrent Connections limit - + Limită de conectare Global maximum number of connections: - + Numărul global maxim de conectări: Maximum number of connections per torrent: - + Numărul maxim de conectări pentru torrent: Maximum number of upload slots per torrent: - + Numărul maxim de sloturi de încărcare pentru un torrent: Additional Bittorrent features - + Funcţii adiţionale Enable DHT network (decentralized) - + Activează reţeaua DHT(decentralizat) Enable Peer eXchange (PeX) - + Activează Peer eXchange(PeX) Enable Local Peer Discovery - + Activează căutarea locală de Peer-i Encryption: - + Codificare: Share ratio settings - + Setările de Share ratio Desired ratio: - + Desired ratio: Filter file path: - + Filtrează cale de fisiere: transfer lists refresh interval: - + Intervalul de reînnoire al litei de transferuri: ms - + ms RSS - RSS + RSS RSS feeds refresh interval: - + Intervalul de reînnoire al listei RSS: minutes - + minute Maximum number of articles per feed: - + Numărul maxim de articole pentru flux: File system - + Sistem de fişiere Remove finished torrents when their ratio reaches: - + Şterge torrent-urile finişate cînd ratio lor ajunge la: @@ -1188,7 +1188,7 @@ Copyright © 2006 by Christophe Dumez<br> început - + Finished Finişat @@ -1297,7 +1297,7 @@ Copyright © 2006 by Christophe Dumez<br> qBittorrent - + qBittorrent qBittorrent @@ -1616,17 +1616,17 @@ Vă rugăm să-l opriţi. qBittorrent %1 - + Connection status: Starea conectării: - + Offline Deconectat - + No peers found... Nici un peer nu a fost găsit... @@ -1673,13 +1673,13 @@ Vă rugăm să-l opriţi. Seederi - + DL speed: %1 KiB/s e.g: Download speed: 10 KiB/s Viteza DL: %1 KiB/s - + UP speed: %1 KiB/s e.g: Upload speed: 10 KiB/s Viteza IP: %1 KiB/s @@ -1720,12 +1720,12 @@ Vă rugăm să-l opriţi. Nimic - + All downloads were paused. Toate descărcările au fost pauzate. - + '%1' paused. xxx.avi paused. '%1' pauzat. @@ -1737,12 +1737,12 @@ Vă rugăm să-l opriţi. Conectare... - + All downloads were resumed. Toate descărcările au fost reluate. - + '%1' resumed. e.g: xxx.avi resumed. '%1' reluat. @@ -1766,23 +1766,23 @@ Vă rugăm să-l opriţi. O eroare a fost detectată la citire sau scriere în %1. Discul probabil este plin, descărcarea a fost pauzată - + Connection Status: Starea conectării: - + Online Conectat - + Firewalled? i.e: Behind a firewall/router? Firewalled? - + No incoming connections... Nu sunt conectări din exterior... @@ -1799,38 +1799,38 @@ Vă rugăm să-l opriţi. Eroare a fost detectată(discul plin?), '%1' pauzad. - + Search Caută - + RSS RSS - + qBittorrent is bind to port: %1 e.g: qBittorrent is bind to port: 1666 qBittorrent foloseşte portul: %1 - + DHT support [ON], port: %1 Suport DHT[Activat], port: %1 - + DHT support [OFF] Suport DHT[Dezactivat] - + PeX support [ON] Suport PeX[Activat] - + PeX support [OFF] Suport PeX[Dezactivat] @@ -1842,7 +1842,7 @@ Are you sure you want to quit qBittorrent? Doriţi să ieşiţi din qBittorrent? - + Downloads Descărcări @@ -1852,22 +1852,22 @@ Doriţi să ieşiţi din qBittorrent? Doriţi să ştergeţi itemii selectaţi ? - + UPnP support [ON] Suport UPnP[Activat] - + Encryption support [ON] Suport de codificate[Activat] - + Encryption support [FORCED] Suport de codificare[Forţat] - + Encryption support [OFF] Suport de codificare [Dezactivat] @@ -1928,41 +1928,41 @@ Doriţi să ieşiţi din qBittorrent? Ctrl+F - + UPnP support [OFF] - + suport de UPnP[Dezactivat] - + NAT-PMP support [ON] - + suport NAT-PMP[Activat] - + NAT-PMP support [OFF] - + suport NAT-PMP[Dezactivat] - + Local Peer Discovery [ON] - + Căutare peer locali[Activat] - + Local Peer Discovery support [OFF] - + Căutarea peer locali[Dezactivat] '%1' was removed because its ratio reached the maximum value you set. %1 is a file name - + '%1' a fost şters deoarece ratio lui a ajuns la valoarea maximă setată de dvs. - + qBittorrent %1 (DL: %2KiB/s, UP: %3KiB/s) %1 is qBittorrent version - + qBittorrent %1 (DL: %2KiB/s, UP: %3KiB/s) @@ -2367,7 +2367,7 @@ Doriţi să ieşiţi din qBittorrent? Mark all as read - + Marchează toate ca citite @@ -2440,12 +2440,12 @@ Doriţi să ieşiţi din qBittorrent? Date: - + Data: Author: - + Autor: @@ -2512,12 +2512,12 @@ Doriţi să ieşiţi din qBittorrent? Vă rugăm să completaţi şablonul de căutare - + No search engine selected Nici un motor de căutare nu este selectat - + You must select at least one search engine. Trebuie să selectaţi cel puţin un motor de căutare. @@ -2532,12 +2532,12 @@ Doriţi să ieşiţi din qBittorrent? Căutare... - + Search plugin update -- qBittorrent Cautarea plugin înoire -- qBittorent - + Search plugin can be updated, do you want to update it? Changelog: @@ -2548,32 +2548,32 @@ Changelog: - + &Yes &Yes - + &No &No - + Search plugin update Reînnoirea plugin-ului de căutare - + qBittorrent qBittorrent - + Sorry, update server is temporarily unavailable. Ne cerem ertare, serverul este temporar inaccesibil. - + Your search plugin is already up to date. Plugin-ul cautat este de acum înnoit. @@ -2609,19 +2609,19 @@ Changelog: Rezultate - + Search plugin download error Eroare la descărcarea plugin-ului de căutare - + Couldn't download search plugin update at url: %1, reason: %2. Nu pot descărca plugin-ul de căutare reînoit prin url: %1, motivul: %2. Unknown - Necunoscut + Necunoscut @@ -2852,12 +2852,12 @@ Changelog: Crează fişier Torrent - + Destination torrent file: Destinaţia fişierului torrent: - + Input file or directory: Fişierul sau directoriul de intrare: @@ -2867,12 +2867,12 @@ Changelog: Comentarii: - + ... ... - + Create Crează @@ -2922,7 +2922,7 @@ Changelog: Locaţia de creare a torrent-ului - + Input files or directories: Fişiere sau directorii de intrare: @@ -2937,7 +2937,7 @@ Changelog: Comentariu(opţional): - + Private (won't be distributed on trackerless network / DHT if enabled) Privat (nu va fi distribui prin reţea DHT daca este activată) @@ -2949,77 +2949,77 @@ Changelog: File or folder to add to the torrent: - + Fişier sau directoriu pentru a adăuga torentul: Add a file - + Adaugă un fişier Add a folder - + Adaugă un directoriu Piece size: - + Dimensiunea bucăţii: 32 KiB - + 32 KiB 64 KiB - + 64 KiB 128 KiB - + 128 KiB 256 KiB - + 256 KiB 512 KiB - + 512 KiB 1 MiB - + 1 MiB 2 MiB - + 2 MiB 4 MiB - + 4 MiB Private (won't be distributed on DHT network if enabled) - + Privat(nu va fi distribuit prin reţeaua DHT dacă este activată) Start seeding after creation - + Începe sedarea după creare Create and save... - + Crează şi salvează... @@ -3040,12 +3040,12 @@ Changelog: Selectează directoriul sau fişierul de intrare - + No destination path set Nu este setată calea de destinaţie - + Please type a destination path first Vă rugăm să arătaţi calea de destinaţie @@ -3090,7 +3090,7 @@ Changelog: Seletaţi directoriul pentru a fi adăugat în torrent fişier - + Select files to add to the torrent Selectaţi fişierele pentru a fi adăugate în torrent @@ -3123,17 +3123,17 @@ Changelog: Select a file to add to the torrent - + Selectaţi un fişier pentru al adăuga la torrent No tracker path set - + Calea la tracker nu este setată Please set at least one tracker - + Vă rugăm să setaţi cel puţin un tracker @@ -3262,62 +3262,62 @@ Changelog: Search plugins - + Plugin-uri de căutare Installed search engines: - + Motoare de căutare instalare: Name - Nume + Nume Url - + Url Enabled - Activată + Activată You can get new search engine plugins here: <a href="http:plugins.qbittorrent.org">http://plugins.qbittorrent.org</a> - + Puteţi obţine motoare de căutare noi aici : <a href="http:plugins.qbittorrent.org">http://plugins.qbittorrent.org</a> Install a new one - + Instalez un nou Check for updates - + Verifică pentru veriuni mai noi Close - + Închide Enable - + Activează Disable - Dezactivat + Dezactivat Uninstall - + Dezinstalează @@ -3325,120 +3325,122 @@ Changelog: True - Adevărat + Adevărat False - Fals + Fals Uninstall warning - + Avertizare de dezinstalare Some plugins could not be uninstalled because they are included in qBittorrent. Only the ones you added yourself can be uninstalled. However, those plugins were disabled. - + Unele plug-inuri nu pot fi dezinstalate deoarece sunt incluse în qBittorrent. +Numai acele adăugate de dvs. pot fi dezinstalate. + Uninstall success - + Dezinstalare cu success Select search plugins - + Alege motorul de căutare qBittorrent search plugins - + Plugin-urilie de căutare al qBittorrent Search plugin install - + Caută plugin-ul instalat qBittorrent - qBittorrent + qBittorrent A more recent version of %1 search engine plugin is already installed. %1 is the name of the search engine - + O versiune mai recentă de al motorului de căutare %1 este de acum instalată. Search plugin update - Reînnoirea plugin-ului de căutare + Reînnoirea plugin-ului de căutare Sorry, update server is temporarily unavailable. - Ne cerem ertare, serverul este temporar inaccesibil. + Ne cerem ertare, serverul este temporar inaccesibil. All your plugins are already up to date. - + Totate plugin-urile dvs sunt deacum reînnoite. %1 search engine plugin could not be updated, keeping old version. %1 is the name of the search engine - + %1 motorul de căutare nu a putut fi reînnoit, folosesc versiunea veche. %1 search engine plugin could not be installed. %1 is the name of the search engine - + motorul de căutare %1 nu poate fi instalat. All selected plugins were uninstalled successfully - + Toate plugin-urile selectate sunt dezinstalate cu success %1 search engine plugin was successfully updated. %1 is the name of the search engine - + motorul de căutare %1 a fost reînnoit cu success. %1 search engine plugin was successfully installed. %1 is the name of the search engine - + motorul de căutare %1 a fost instalat cu success. Search engine plugin archive could not be read. - + Arhiva cu motorul de căutare nu poate fi citită. Sorry, %1 search plugin install failed. %1 is the name of the search engine - + Instalarea motorului de căutare %1 a eşuat. New search engine plugin URL - + Adresa noului motor de căutare URL URL: - + URL: @@ -3626,7 +3628,7 @@ However, those plugins were disabled. Comentarii: - + to <min port> to <max port> la @@ -3683,22 +3685,22 @@ However, those plugins were disabled. Plugin source - + Sursa plugin-ului Search plugin source: - + Caută sursa plugin-ului: Local file - + Fişier local Web link - + Legătură web @@ -4149,12 +4151,12 @@ However, those plugins were disabled. Priorities error - + Eroare de prorităţi Error, you can't filter all the files in a torrent. - + Eroare, nu puteţi filtra toate fişierele în un torrent. @@ -4165,7 +4167,7 @@ However, those plugins were disabled. Caută - + Search Engines Motoare de Căutare @@ -4205,14 +4207,14 @@ However, those plugins were disabled. Curăţă - + Update search plugin Înnoirea plugin-ului cautat Search engines... - + Motoare de căutare... diff --git a/src/lang/qbittorrent_ru.ts b/src/lang/qbittorrent_ru.ts index 127bd4431..d9de43f5a 100644 --- a/src/lang/qbittorrent_ru.ts +++ b/src/lang/qbittorrent_ru.ts @@ -1209,7 +1209,7 @@ Copyright © 2006 by Christophe Dumez<br> начат. - + qBittorrent qBittorrent @@ -1389,7 +1389,7 @@ Copyright © 2006 by Christophe Dumez<br> - + Finished Закончено @@ -1706,17 +1706,17 @@ Please close the other one first. qBittorrent %1 - + Connection status: Состояние связи: - + Offline Не в сети - + No peers found... Не найдено пиров... @@ -1781,13 +1781,13 @@ Please close the other one first. qBittorrent %1 запущен. - + DL speed: %1 KiB/s e.g: Download speed: 10 KiB/s Скорость скач.: %1 KiB/с - + UP speed: %1 KiB/s e.g: Upload speed: 10 KiB/s Скорость загр.: %1 KiB/с @@ -1858,12 +1858,12 @@ Please close the other one first. Прослушивание порта: %1 - + All downloads were paused. Все закачки были приостановлены. - + '%1' paused. xxx.avi paused. '%1' приостановлен. @@ -1875,12 +1875,12 @@ Please close the other one first. Подключение... - + All downloads were resumed. Все закачки были запущены. - + '%1' resumed. e.g: xxx.avi resumed. '%1' запущена. @@ -1910,23 +1910,23 @@ Please close the other one first. Произошла ошибка (нет места?), '%1' остановлен. - + Connection Status: Состояние связи: - + Online В сети - + Firewalled? i.e: Behind a firewall/router? Файерволл? - + No incoming connections... Нет входящих соединений... @@ -1964,38 +1964,38 @@ Please close the other one first. Произошла ошибка (нет места?), '%1' остановлен. - + Search Поиск - + RSS RSS - + qBittorrent is bind to port: %1 e.g: qBittorrent is bind to port: 1666 qBittorrent прикреплен на порт: %1 - + DHT support [ON], port: %1 Поддержка DHT [Вкл], порт: %1 - + DHT support [OFF] Поддержка DHT [Выкл] - + PeX support [ON] Поддержка PeX [Вкл] - + PeX support [OFF] Поддержка PeX [Выкл] @@ -2007,7 +2007,7 @@ Are you sure you want to quit qBittorrent? Вы хотите выйти из qBittorrent? - + Downloads Закачки @@ -2017,7 +2017,7 @@ Are you sure you want to quit qBittorrent? Вы уверены что хотите удалить выделенные пункты из списка завершенных? - + UPnP support [ON] Поддержка UPnP [Вкл] @@ -2027,17 +2027,17 @@ Are you sure you want to quit qBittorrent? Осторожнее, раздача материалов защищенных авторскими правами, преследуется по закону. - + Encryption support [ON] Поддержка шифрования [Вкл] - + Encryption support [FORCED] Поддержка шифрования [Принудительно] - + Encryption support [OFF] Поддержка шифрования [Выкл] @@ -2125,27 +2125,27 @@ Are you sure you want to quit qBittorrent? Ctrl+F - + UPnP support [OFF] - + NAT-PMP support [ON] - + NAT-PMP support [OFF] - + Local Peer Discovery [ON] - + Local Peer Discovery support [OFF] @@ -2156,7 +2156,7 @@ Are you sure you want to quit qBittorrent? - + qBittorrent %1 (DL: %2KiB/s, UP: %3KiB/s) %1 is qBittorrent version diff --git a/src/lang/qbittorrent_sk.ts b/src/lang/qbittorrent_sk.ts index 73f387ab5..73c42b0db 100644 --- a/src/lang/qbittorrent_sk.ts +++ b/src/lang/qbittorrent_sk.ts @@ -1172,7 +1172,7 @@ Copyright © 2006 by Christophe Dumez<br> spusten - + Finished hotovo @@ -1277,7 +1277,7 @@ Copyright © 2006 by Christophe Dumez<br> qBittorrent - + qBittorrent qBittorrent @@ -1614,17 +1614,17 @@ Najskôr ho prosím zatvorte. qBittorrent %1 - + Connection status: Stav spojenia: - + Offline Offline - + No peers found... Neboli nájdení rovesníci... @@ -1689,13 +1689,13 @@ Najskôr ho prosím zatvorte. qBittorrent %1 spustený. - + DL speed: %1 KiB/s e.g: Download speed: 10 KiB/s Rýchlosť sťahovania: %1 KiB/s - + UP speed: %1 KiB/s e.g: Upload speed: 10 KiB/s Rýchlosť nahrávania: %1 KiB/s @@ -1766,12 +1766,12 @@ Najskôr ho prosím zatvorte. Počúvam na porte: %1 - + All downloads were paused. Všetky sťahovania pozastavené. - + '%1' paused. xxx.avi paused. '%1' pozastavené. @@ -1783,12 +1783,12 @@ Najskôr ho prosím zatvorte. pripája sa... - + All downloads were resumed. Všetky sťahovania obnovené. - + '%1' resumed. e.g: xxx.avi resumed. '%1' obnovené. @@ -1818,23 +1818,23 @@ Najskôr ho prosím zatvorte. Vyskytla sa chyba (plný disk?), '%1' pozastavené. - + Connection Status: Stav spojenia: - + Online Online - + Firewalled? i.e: Behind a firewall/router? Za firewallom? - + No incoming connections... Žiadne prichádzajúce spojenia... @@ -1872,17 +1872,17 @@ Najskôr ho prosím zatvorte. Vyskytla sa chyba (plný disk?), '%1' pozastavené. - + Search Vyhľadávanie - + RSS - + Downloads Sťahovania @@ -1899,33 +1899,33 @@ Ste si istý, že chcete ukončiť qBittorrent? Ste si istý, že chcete zmazať vybrané položky zo zoznamu dokončených? - + qBittorrent is bind to port: %1 e.g: qBittorrent is bind to port: 1666 qBittorrent sa viaže (bind) na port: %1 - + DHT support [ON], port: %1 Podpora DHT [zapnutá], port: %1 - + DHT support [OFF] Podpora DHT [vypnutá] - + UPnP support [ON] Podpora UPnP [zapnutá] - + PeX support [ON] Podpora PeX [zapnutá] - + PeX support [OFF] Podpora PeX [vypnutá] @@ -1935,17 +1935,17 @@ Ste si istý, že chcete ukončiť qBittorrent? Buďte opatrní, zdieľanie materiálu chráneného autorskými právami bez povolenia je protizákonné. - + Encryption support [ON] Podpora kryptovania [zapnuté] - + Encryption support [FORCED] Podpora kryptovania [vynútené] - + Encryption support [OFF] Podpora kryptovania [vypnuté] @@ -2033,27 +2033,27 @@ Ste si istý, že chcete ukončiť qBittorrent? Ctrl+F - + UPnP support [OFF] - + NAT-PMP support [ON] - + NAT-PMP support [OFF] - + Local Peer Discovery [ON] - + Local Peer Discovery support [OFF] @@ -2064,7 +2064,7 @@ Ste si istý, že chcete ukončiť qBittorrent? - + qBittorrent %1 (DL: %2KiB/s, UP: %3KiB/s) %1 is qBittorrent version diff --git a/src/lang/qbittorrent_sv.ts b/src/lang/qbittorrent_sv.ts index 640dd8501..c06391d84 100644 --- a/src/lang/qbittorrent_sv.ts +++ b/src/lang/qbittorrent_sv.ts @@ -1095,17 +1095,17 @@ Stäng den först. qBittorrent %1 - + Connection status: Anslutningsstatus: - + Offline Frånkopplad - + No peers found... Inga parter hittades... @@ -1158,18 +1158,18 @@ Stäng den först. qBittorrent %1 startad. - + qBittorrent qBittorrent - + DL speed: %1 KiB/s e.g: Download speed: 10 KiB/s Hämtning: %1 KiB/s - + UP speed: %1 KiB/s e.g: Upload speed: 10 KiB/s Sändning: %1 KiB/s @@ -1210,23 +1210,23 @@ Stäng den först. Kunde inte avkoda torrent-fil: \"%1\" - + All downloads were paused. Alla hämtningar har pausats. - + '%1' paused. xxx.avi paused. "%1" pausad. - + All downloads were resumed. Alla hämtningar har återupptagits. - + '%1' resumed. e.g: xxx.avi resumed. "%1" återupptogs. @@ -1250,23 +1250,23 @@ Stäng den först. Ett fel inträffade vid försök att läsa eller skriva %1. Disken är antagligen full, hämtningen har pausats - + Connection Status: Anslutningsstatus: - + Online Ansluten - + Firewalled? i.e: Behind a firewall/router? Brandvägg? - + No incoming connections... Inga inkommande anslutningar... @@ -1283,38 +1283,38 @@ Stäng den först. Ett fel inträffade (full disk?), "%1" har pausats. - + Search Sök - + RSS RSS - + qBittorrent is bind to port: %1 e.g: qBittorrent is bind to port: 1666 qBittorrent är bunden till port: %1 - + DHT support [ON], port: %1 DHT-stöd [PÅ], port: %1 - + DHT support [OFF] DHT-stöd [AV] - + PeX support [ON] PeX-stöd [PÅ] - + PeX support [OFF] PeX-stöd [AV] @@ -1326,12 +1326,12 @@ Are you sure you want to quit qBittorrent? Är du säker på att du vill avsluta qBittorrent? - + Downloads Hämtningar - + Finished Färdig @@ -1341,7 +1341,7 @@ Are you sure you want to quit qBittorrent? Är du säker på att du vill ta bort de markerade färdiga objekt(en) i listan? - + UPnP support [ON] UPnP-stöd [PÅ] @@ -1351,17 +1351,17 @@ Are you sure you want to quit qBittorrent? Var försiktig, dela ut upphovsrättsskyddat material utan tillåtelse är ett lagbrott. - + Encryption support [ON] Krypteringsstöd [PÅ] - + Encryption support [FORCED] Krypteringsstöd [TVINGAD] - + Encryption support [OFF] Krypteringsstöd [AV] @@ -1449,27 +1449,27 @@ Are you sure you want to quit qBittorrent? Ctrl+F - + UPnP support [OFF] - + NAT-PMP support [ON] - + NAT-PMP support [OFF] - + Local Peer Discovery [ON] - + Local Peer Discovery support [OFF] @@ -1480,7 +1480,7 @@ Are you sure you want to quit qBittorrent? - + qBittorrent %1 (DL: %2KiB/s, UP: %3KiB/s) %1 is qBittorrent version diff --git a/src/lang/qbittorrent_tr.ts b/src/lang/qbittorrent_tr.ts index ab16ac881..e38bacb4c 100644 --- a/src/lang/qbittorrent_tr.ts +++ b/src/lang/qbittorrent_tr.ts @@ -1236,7 +1236,7 @@ Telif Hakkı © 2006 Christophe Dumez<br> kb/s - + Finished Tamamlandı @@ -1363,7 +1363,7 @@ Telif Hakkı © 2006 Christophe Dumez<br> qBittorrent - + qBittorrent qBittorrent @@ -1723,17 +1723,17 @@ Lütfen önce diğerini kapatın. qBittorrent %1 - + Connection status: Bağlantı durumu: - + Offline Çevrimdışı - + No peers found... Kullanıcı bulunamadı... @@ -1798,13 +1798,13 @@ Lütfen önce diğerini kapatın. qBittorrent %1 başladı. - + DL speed: %1 KiB/s e.g: Download speed: 10 KiB/s DL hızı: %1 KiB/s - + UP speed: %1 KiB/s e.g: Upload speed: 10 KiB/s UP hızı: %1 KiB/s @@ -1875,12 +1875,12 @@ Lütfen önce diğerini kapatın. Port dinleniyor: %1 - + All downloads were paused. Bütün downloadlar duraklatıldı. - + '%1' paused. xxx.avi paused. '%1' duraklatıldı. @@ -1892,12 +1892,12 @@ Lütfen önce diğerini kapatın. Bağlanılıyor... - + All downloads were resumed. Bütün downloadlar devam ettirildi. - + '%1' resumed. e.g: xxx.avi resumed. '%1' devam ettirildi. @@ -1921,23 +1921,23 @@ Lütfen önce diğerini kapatın. %1 okunmaya veya yazılmaya çalışılırken bir hata oluştu. Disk muhtemelen dolu, download duraklatıldı - + Connection Status: Bağlantı Durumu: - + Online Çevrimiçi - + Firewalled? i.e: Behind a firewall/router? Firewall açık mı? - + No incoming connections... Gelen bağlantı yok... @@ -1975,17 +1975,17 @@ Lütfen önce diğerini kapatın. Bir hata oluştu (dolu disk?), '%1' duraklatıldı. - + Search Arama - + RSS - + Downloads Downloadlar @@ -2001,48 +2001,48 @@ Are you sure you want to quit qBittorrent? - + qBittorrent is bind to port: %1 e.g: qBittorrent is bind to port: 1666 - + DHT support [ON], port: %1 - + DHT support [OFF] - + PeX support [ON] - + PeX support [OFF] - + UPnP support [ON] - + Encryption support [ON] - + Encryption support [FORCED] - + Encryption support [OFF] @@ -2103,27 +2103,27 @@ Are you sure you want to quit qBittorrent? - + UPnP support [OFF] - + NAT-PMP support [ON] - + NAT-PMP support [OFF] - + Local Peer Discovery [ON] - + Local Peer Discovery support [OFF] @@ -2134,7 +2134,7 @@ Are you sure you want to quit qBittorrent? - + qBittorrent %1 (DL: %2KiB/s, UP: %3KiB/s) %1 is qBittorrent version diff --git a/src/lang/qbittorrent_uk.ts b/src/lang/qbittorrent_uk.ts index cdf43d5ae..8fb1553c0 100644 --- a/src/lang/qbittorrent_uk.ts +++ b/src/lang/qbittorrent_uk.ts @@ -1234,7 +1234,7 @@ Copyright © 2006 by Christophe Dumez<br> почато - + Finished Закінчено @@ -1361,7 +1361,7 @@ Copyright © 2006 by Christophe Dumez<br> qBittorrent - + qBittorrent qBittorrent @@ -1716,17 +1716,17 @@ Please close the other one first. qBittorrent %1 - + Connection status: Статус з'єднання: - + Offline Офлайн - + No peers found... Не знайдено пірів... @@ -1791,13 +1791,13 @@ Please close the other one first. qBittorrent %1 запущено. - + DL speed: %1 KiB/s e.g: Download speed: 10 KiB/s Швидкість прийому: %1 КіБ/с - + UP speed: %1 KiB/s e.g: Upload speed: 10 KiB/s Швидкість віддачі: %1 КіБ/с @@ -1868,12 +1868,12 @@ Please close the other one first. Прослуховую порт: %1 - + All downloads were paused. Всі завантаження були призупинені. - + '%1' paused. xxx.avi paused. '%1' призупинено. @@ -1885,12 +1885,12 @@ Please close the other one first. З'єднуюсь... - + All downloads were resumed. Всі завантаження було відновлено. - + '%1' resumed. e.g: xxx.avi resumed. '%1' відновлено. @@ -1920,23 +1920,23 @@ Please close the other one first. Сталася помилка (заповнено диск?), '%1' призупинено. - + Connection Status: Статус з'єднання: - + Online Онлайн - + Firewalled? i.e: Behind a firewall/router? Захищено фаєрволом? - + No incoming connections... Немає вхідних з'єднань... @@ -1974,38 +1974,38 @@ Please close the other one first. Сталася помилка (заповнено диск?), '%1' призупинено. - + Search Пошук - + RSS RSS - + qBittorrent is bind to port: %1 e.g: qBittorrent is bind to port: 1666 qBittorrent прив'язаний до порту: %1 - + DHT support [ON], port: %1 Підтримка DHT (Увімкнена), порт: %1 - + DHT support [OFF] Підтримка DHT (Вимкнена) - + PeX support [ON] Підтримка PeX (Увімкнена) - + PeX support [OFF] Підтримка PeX (Вимкнена) @@ -2017,7 +2017,7 @@ Are you sure you want to quit qBittorrent? Ви впевнені, що хочете вийти з qBittorrent? - + Downloads Завантаження @@ -2027,7 +2027,7 @@ Are you sure you want to quit qBittorrent? Ви впевнені що хочете видалити вибрані пункти зі списку завершених завантажень? - + UPnP support [ON] Підтримка UNnP (Увімкнена) @@ -2037,17 +2037,17 @@ Are you sure you want to quit qBittorrent? Будьте обережні, ділення захищеним матеріалом без дозволу є протизаконним. - + Encryption support [ON] Підтримка шифрування (Увімкнена) - + Encryption support [FORCED] Підтримка шифрування (Примусова) - + Encryption support [OFF] Підтримка шифрування (Вимкнена) @@ -2135,27 +2135,27 @@ Are you sure you want to quit qBittorrent? - + UPnP support [OFF] - + NAT-PMP support [ON] - + NAT-PMP support [OFF] - + Local Peer Discovery [ON] - + Local Peer Discovery support [OFF] @@ -2166,7 +2166,7 @@ Are you sure you want to quit qBittorrent? - + qBittorrent %1 (DL: %2KiB/s, UP: %3KiB/s) %1 is qBittorrent version diff --git a/src/lang/qbittorrent_zh.ts b/src/lang/qbittorrent_zh.ts index bb28e7c47..70404df58 100644 --- a/src/lang/qbittorrent_zh.ts +++ b/src/lang/qbittorrent_zh.ts @@ -1224,7 +1224,7 @@ Copyright © 2006 by Christophe Dumez<br> 开始 - + Finished 完成 @@ -1666,17 +1666,17 @@ Please close the other one first. qBittorrent %1 - + Connection status: 连接状态: - + Offline 离线 - + No peers found... 找不到资源... @@ -1741,18 +1741,18 @@ Please close the other one first. qBittorrent %1开始. - + qBittorrent qBittorrent - + DL speed: %1 KiB/s e.g: Download speed: 10 KiB/s 下载速度: %1 KiB/s - + UP speed: %1 KiB/s e.g: Upload speed: 10 KiB/s 上传速度: %1 KiB/s @@ -1823,12 +1823,12 @@ Please close the other one first. 使用端口:'%1' - + All downloads were paused. 所有下载已暂停. - + '%1' paused. xxx.avi paused. '%1'暂停. @@ -1840,12 +1840,12 @@ Please close the other one first. 连接中... - + All downloads were resumed. 重新开始所有下载. - + '%1' resumed. e.g: xxx.avi resumed. '%1'重新开始. @@ -1869,23 +1869,23 @@ Please close the other one first. 读或写%1过程中出现错误.磁盘已满,下载被暂停 - + Connection Status: 连接状态: - + Online 联机 - + Firewalled? i.e: Behind a firewall/router? 存在防火墙? - + No incoming connections... 无对内连接... @@ -1923,38 +1923,38 @@ Please close the other one first. 出现错误(磁盘已满?),'%1'暂停. - + Search 搜索 - + RSS RSS - + qBittorrent is bind to port: %1 e.g: qBittorrent is bind to port: 1666 qBittorrent 绑定端口:%1 - + DHT support [ON], port: %1 DHT 支持 [开], port: %1 - + DHT support [OFF] DHT 支持[关] - + PeX support [ON] PeX 支持[ON] - + PeX support [OFF] PeX 支持[关] @@ -1966,7 +1966,7 @@ Are you sure you want to quit qBittorrent? 您确定要离开qBittorrent吗? - + Downloads 下载 @@ -1976,7 +1976,7 @@ Are you sure you want to quit qBittorrent? 您确定要删除完成列表中选中的项目吗? - + UPnP support [ON] UPnP 支持[开] @@ -1986,17 +1986,17 @@ Are you sure you want to quit qBittorrent? 注意,在未经允许情况下共享有版权的材料是违法的. - + Encryption support [ON] 加密支持[开] - + Encryption support [FORCED] 加密支持[强制] - + Encryption support [OFF] 加密支持[关] @@ -2084,27 +2084,27 @@ Are you sure you want to quit qBittorrent? - + UPnP support [OFF] - + NAT-PMP support [ON] - + NAT-PMP support [OFF] - + Local Peer Discovery [ON] - + Local Peer Discovery support [OFF] @@ -2115,7 +2115,7 @@ Are you sure you want to quit qBittorrent? - + qBittorrent %1 (DL: %2KiB/s, UP: %3KiB/s) %1 is qBittorrent version