diff --git a/src/GUI.cpp b/src/GUI.cpp index 2659cf6f3..ab55ae192 100644 --- a/src/GUI.cpp +++ b/src/GUI.cpp @@ -1564,7 +1564,7 @@ void GUI::configureSession(){ if(s->is_listening()){ new_listenPort = s->listen_port(); if(new_listenPort != old_listenPort){ - setInfoBar(tr("Listening on port: ")+ QString(misc::toString(new_listenPort).c_str())); + setInfoBar(tr("Listening on port", "Listening on port ")+ ": " + QString(misc::toString(new_listenPort).c_str())); } } // Apply max connec limit (-1 if disabled) diff --git a/src/lang/qbittorrent_bg.qm b/src/lang/qbittorrent_bg.qm index e73d22efe..097062047 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 2c263fb27..2e93c478b 100644 --- a/src/lang/qbittorrent_bg.ts +++ b/src/lang/qbittorrent_bg.ts @@ -608,7 +608,7 @@ Copyright © 2006 на Christophe Dumez<br> Неизвестен - + This file is either corrupted or this isn't a torrent. Файла или е разрушен или не е торент. @@ -618,12 +618,12 @@ Copyright © 2006 на Christophe Dumez<br> Сигурни ли сте че искате да изтриете всички файлове от списъка за сваляне? - + &Yes &Да - + &No &Не @@ -658,7 +658,7 @@ Copyright © 2006 на Christophe Dumez<br> Проверка... - + Connecting... Свързване... @@ -673,12 +673,12 @@ Copyright © 2006 на Christophe Dumez<br> Списъка за сваляне е създаден. - + All Downloads Paused. Всички Сваляния са Прекъснати. - + All Downloads Resumed. Всички Сваляния са Възстановени. @@ -714,17 +714,17 @@ Copyright © 2006 на Christophe Dumez<br> вече е в списъка за сваляне. - + added to download list. е добавен в списъка за сваляне. - + resumed. (fast resume) възстановен. (бързо възстановяване) - + Unable to decode torrent file: Не мога да декодирам торент-файла: @@ -735,13 +735,13 @@ Copyright © 2006 на Christophe Dumez<br> премахнат. - + paused. <file> paused. прекъснат. - + resumed. <file> resumed. възстановен. @@ -767,7 +767,7 @@ Copyright © 2006 на Christophe Dumez<br> Listening on port: - Очакване от порт: + Очакване от порт: @@ -795,17 +795,17 @@ Copyright © 2006 на Christophe Dumez<br> : От Christophe Dumez :: Copyright (c) 2006 - + <b>Connection Status:</b><br>Online <b>Състояние на Връзка:</b><br>Онлайн - + <b>Connection Status:</b><br>Firewalled?<br><i>No incoming connections...</i> <b>Състояние на Връзка:</b><br>С Firewall?<br><i>Няма входящи връзки...</i> - + <b>Connection Status:</b><br>Offline<br><i>No peers found...</i> <b>Състояние на Връзка:</b><br>Офлайн<br><i>Няма намерени peers...</i> @@ -816,17 +816,17 @@ Copyright © 2006 на Christophe Dumez<br> - + has finished downloading. е завършил свалянето. - + Couldn't listen on any of the given ports. Невъзможно изчакване от дадените портове. - + None Няма @@ -851,22 +851,22 @@ Copyright © 2006 на Christophe Dumez<br> KiB/с - + Empty search pattern - + Please type a search pattern first Моля първо изберете тип на търсене - + No seach engine selected Не е избрана търсачка - + You must select at least one search engine. Трябва да изберете поне една търсачка. @@ -876,7 +876,7 @@ Copyright © 2006 на Christophe Dumez<br> Невъзможно създаване на допълнение за търсене. - + Searching... Търсене... @@ -916,7 +916,7 @@ Copyright © 2006 на Christophe Dumez<br> Торент файл URL: - + I/O Error I/O Грешка @@ -931,22 +931,22 @@ Copyright © 2006 на Christophe Dumez<br> Сваляне ползвайки HTTP: - + Search is finished Търсенето завърши - + An error occured during search... Намерена грешка при търсенето... - + Search aborted Търсенето е прекъснато - + Search returned no results Търсене без резултат @@ -956,12 +956,12 @@ Copyright © 2006 на Christophe Dumez<br> Търсенето е завършено - + Search plugin update -- qBittorrent Обновяване на добавката за търсене -- qBittorrent - + Search plugin can be updated, do you want to update it? Changelog: @@ -972,17 +972,17 @@ Changelog: - + Sorry, update server is temporarily unavailable. Съжалявам, сървъра за обновяване е временно недостъпен. - + Your search plugin is already up to date. Вашата добавка за търсене е вече обновена. - + Results Резултати @@ -1043,7 +1043,7 @@ Changelog: Отложен - + Paused Пауза @@ -1060,30 +1060,30 @@ Please close the other one first. Моля, затворете първо другия процес. - + Couldn't download Couldn't download <file> Свалянето е невъзможно - + reason: Reason why the download failed причина: - + Downloading Example: Downloading www.example.com/test.torrent Сваляне - + Please wait... Моля, изчакайте... - + Transfers Трансфери @@ -1098,18 +1098,18 @@ Please close the other one first. Сигурни ли сте че искате да изтриете избраните файлове от списъка за сваляне и от твърдия диск? - + Download finished - + has finished downloading. <filename> has finished downloading. е завършил свалянето. - + Search Engine Търсачка @@ -1119,15 +1119,21 @@ Please close the other one first. - + An error occured when trying to read or write - + The disk is probably full, download has been paused + + + Listening on port + Listening on port <xxxxx> + + MainWindow diff --git a/src/lang/qbittorrent_ca.qm b/src/lang/qbittorrent_ca.qm index 4a7d32023..e9ce92c5c 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 1c4224924..6178ee03c 100644 --- a/src/lang/qbittorrent_ca.ts +++ b/src/lang/qbittorrent_ca.ts @@ -687,22 +687,22 @@ Copyright © 2006 by Christophe Dumez<br> Desconegut - + added to download list. agregat a la llista de descàrregues. - + resumed. (fast resume) reanudat (reanudar ràpidament) - + Unable to decode torrent file: Deshabilita el decodificador d' arxius torrent: - + This file is either corrupted or this isn't a torrent. Aquest arxiu està corrupte o no es un arxiu torrent. @@ -717,12 +717,12 @@ Copyright © 2006 by Christophe Dumez<br> Estàs segur de que vols buidar la llista de descàrregues? - + &Yes &Yes - + &No &No @@ -745,7 +745,7 @@ Copyright © 2006 by Christophe Dumez<br> Listening on port: - Escoltant al port: + Escoltant al port: @@ -753,7 +753,7 @@ Copyright © 2006 by Christophe Dumez<br> pausat - + All Downloads Paused. Totes les descàrregues Pausades. @@ -763,44 +763,44 @@ Copyright © 2006 by Christophe Dumez<br> iniciat - + All Downloads Resumed. Totes les descàrregues reanudades. - + paused. <file> paused. pausat. - + resumed. <file> resumed. reanudat. - + <b>Connection Status:</b><br>Online <b>Connection Status:</b><br>Online - + <b>Connection Status:</b><br>Firewalled?<br><i>No incoming connections...</i> <b>Estat de conexió:</b><br>Tallafocs activat?<br><i>No entren conexions...</i> - + <b>Connection Status:</b><br>Offline<br><i>No peers found...</i> <b>Estat de conexió:</b><br>Desconectat<br><i>No s'han trobat fonts...</i> - + has finished downloading. ha finalitzat la descàrrega. - + Couldn't listen on any of the given ports. No es pot obrir el port especificat. @@ -826,7 +826,7 @@ Copyright © 2006 by Christophe Dumez<br> Validant... - + Connecting... Conectant... @@ -854,32 +854,32 @@ Copyright © 2006 by Christophe Dumez<br> d - + None Res - + Empty search pattern Busqueda pare buida - + Please type a search pattern first Si us plau introduïu una busqueda pare primer - + No seach engine selected No as seleccionat motor per cercar - + You must select at least one search engine. Has de seleccionar un motor de busqueda. - + Searching... Cercant... @@ -894,7 +894,7 @@ Copyright © 2006 by Christophe Dumez<br> Parat - + I/O Error I/O Error @@ -984,22 +984,22 @@ Copyright © 2006 by Christophe Dumez<br> Lloc - + Search is finished La Recerca ha finalitzat - + An error occured during search... Hi ha hagut un error durant la recerca... - + Search aborted Recerca abortada - + Search returned no results La recerca no ha tornat Resultats @@ -1009,12 +1009,12 @@ Copyright © 2006 by Christophe Dumez<br> La recerca a finalitzat - + Search plugin update -- qBittorrent Actualització plugin de recerca -- qBittorrent - + Search plugin can be updated, do you want to update it? Changelog: @@ -1025,17 +1025,17 @@ Log: - + Sorry, update server is temporarily unavailable. Ho sento, el servidor per actualitzar està temporalment no disponible. - + Your search plugin is already up to date. El teu plugin de recerca torna a estar actualitzat. - + Results Resultats @@ -1096,7 +1096,7 @@ Log: Parat - + Paused Pausat @@ -1113,30 +1113,30 @@ Please close the other one first. Si et plau tanca l'altre primer. - + Couldn't download Couldn't download <file> NO es pot descarregar - + reason: Reason why the download failed Raó: - + Downloading Example: Downloading www.example.com/test.torrent Descarregant - + Please wait... Espera ... - + Transfers Transferits @@ -1151,18 +1151,18 @@ Si et plau tanca l'altre primer. Estàs segur que vols esborrar els objectes seleccionats de la llista de descàrregues i del disc dur? - + Download finished - + has finished downloading. <filename> has finished downloading. ha finalitzat la descàrrega. - + Search Engine Motor de Busqueda @@ -1172,15 +1172,21 @@ Si et plau tanca l'altre primer. - + An error occured when trying to read or write - + The disk is probably full, download has been paused + + + Listening on port + Listening on port <xxxxx> + + MainWindow diff --git a/src/lang/qbittorrent_de.qm b/src/lang/qbittorrent_de.qm index d801e4649..c1de780eb 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 3022f9f1d..44fef0dfb 100644 --- a/src/lang/qbittorrent_de.ts +++ b/src/lang/qbittorrent_de.ts @@ -600,22 +600,22 @@ Copyright (c) 2006 Christophe Dumez<br> Unbekannt - + added to download list. zur Download Liste hinzugefügt. - + resumed. (fast resume) fortgesetzt (schnelles fortsetzen) - + Unable to decode torrent file: Torrent Datei kann nicht dekodiert werden: - + This file is either corrupted or this isn't a torrent. Diese Datei ist entweder beschädigt, oder kein torrent. @@ -630,12 +630,12 @@ Copyright (c) 2006 Christophe Dumez<br> Wollen Sie wirklich alle Dateien aus der Download Liste löschen? - + &Yes &Ja - + &No &Nein @@ -658,7 +658,7 @@ Copyright (c) 2006 Christophe Dumez<br> Listening on port: - Lausche auf Port : + Lausche auf Port : @@ -671,7 +671,7 @@ Copyright (c) 2006 Christophe Dumez<br> angehalten - + All Downloads Paused. Alle Downloads angehalten. @@ -681,34 +681,34 @@ Copyright (c) 2006 Christophe Dumez<br> gestartet - + All Downloads Resumed. Alle Downloads forgesetzt. - + paused. <file> paused. angehalten. - + resumed. <file> resumed. fortgesetzt. - + <b>Connection Status:</b><br>Online <b>Verbindungs-Status:</b><br>Online - + <b>Connection Status:</b><br>Firewalled?<br><i>No incoming connections...</i> <b>Verbindungs-Status:</b><br>Firewalled?<br><i>Keine eingehenden Verbindungen...</i> - + <b>Connection Status:</b><br>Offline<br><i>No peers found...</i> <b>Verbindungs-Status:</b><br>Offline<br><i>Keine Peers gefunden...</i> @@ -728,7 +728,7 @@ Copyright (c) 2006 Christophe Dumez<br> Überprüfe... - + Connecting... Verbinde... @@ -756,7 +756,7 @@ Copyright (c) 2006 Christophe Dumez<br> d - + has finished downloading. ist vollständig heruntergeladen. @@ -767,37 +767,37 @@ Copyright (c) 2006 Christophe Dumez<br> Konnte nicht auf den angegebenen Ports lauschen. - + Couldn't listen on any of the given ports. Konnte nicht auf den angegebenen Ports lauschen. - + None Kein - + Empty search pattern Leere Suchanfrage - + Please type a search pattern first Bitte geben Sie zuerst eine Suchanfrage ein - + No seach engine selected Keine Suchmaschine ausgewählt - + You must select at least one search engine. Sie müssen mindestens eine Suchmaschine auswählen. - + Searching... Suche... @@ -877,22 +877,22 @@ Copyright (c) 2006 Christophe Dumez<br> Blockiert - + Search is finished Suche abgeschlossen - + An error occured during search... Während der Suche ist ein Fehler aufgetreten ... - + Search aborted Suche abgebrochen - + Search returned no results Suche lieferte keine Ergebnisse @@ -902,12 +902,12 @@ Copyright (c) 2006 Christophe Dumez<br> Suche abgeschlossen - + Search plugin update -- qBittorrent "Such"-Plugin update -- qBittorrent - + Search plugin can be updated, do you want to update it? Changelog: @@ -918,17 +918,17 @@ Changelog: - + Sorry, update server is temporarily unavailable. Update Server vorübergehend nicht erreichbar. - + Your search plugin is already up to date. "Such"-Plugin ist schon auf dem neuesten Stand. - + Results Ergebnisse @@ -989,7 +989,7 @@ Changelog: Stehen geblieben - + Paused Pausiert @@ -1006,30 +1006,30 @@ Please close the other one first. Bitte schliessen Sie diesen zuerst. - + Couldn't download Couldn't download <file> Konnte Datei nicht downloaden - + reason: Reason why the download failed Grund: - + Downloading Example: Downloading www.example.com/test.torrent Lade - + Please wait... Bitte warten... - + Transfers Transfer @@ -1044,18 +1044,18 @@ Bitte schliessen Sie diesen zuerst. Wollen Sie wirklich die ausgewählten Elemente aus der Download Liste und von der Festplatte löschen? - + Download finished - + has finished downloading. <filename> has finished downloading. ist vollständig heruntergeladen. - + Search Engine Such-Maschine @@ -1065,20 +1065,26 @@ Bitte schliessen Sie diesen zuerst. - + I/O Error - + An error occured when trying to read or write - + The disk is probably full, download has been paused + + + Listening on port + Listening on port <xxxxx> + + MainWindow diff --git a/src/lang/qbittorrent_el.qm b/src/lang/qbittorrent_el.qm index e15b3a000..2e64830e4 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 2172f5388..b102964ff 100644 --- a/src/lang/qbittorrent_el.ts +++ b/src/lang/qbittorrent_el.ts @@ -626,7 +626,7 @@ Copyright © 2006 από τον Christophe Dumez<br> Άγνωστο - + This file is either corrupted or this isn't a torrent. Το αρχείο είτε είναι κατεστραμμένο, ή δεν ειναι ενα τορεντ. @@ -636,12 +636,12 @@ Copyright © 2006 από τον Christophe Dumez<br> Σίγουρα θέλετε να διαγράψετε όλα τα αρχεία στην λίστα κατεβάσματος? - + &Yes &Ναι - + &No &Όχι @@ -676,7 +676,7 @@ Copyright © 2006 από τον Christophe Dumez<br> Έλεγχος... - + Connecting... Σύνδεση... @@ -691,12 +691,12 @@ Copyright © 2006 από τον Christophe Dumez<br> Λίστα κατεβάσματος άδειασε. - + All Downloads Paused. Όλα τα Κατεβάσματα Σταμάτησαν. - + All Downloads Resumed. Όλα τα Κατεβάσματα συνέχισαν. @@ -732,17 +732,17 @@ Copyright © 2006 από τον Christophe Dumez<br> ήδη ατην λίστα κατεβάσματος. - + added to download list. προστέθηκε στη λίστα κατεβάσματος. - + resumed. (fast resume) συνέχισε. (γρήγορη συνέχεια) - + Unable to decode torrent file: Αδύνατο να αποκωδικοποιηθεί το αρχείο τορεντ: @@ -753,13 +753,13 @@ Copyright © 2006 από τον Christophe Dumez<br> αφαιρέθηκε. - + paused. <file> paused. έπαυσε. - + resumed. <file> resumed. συνέχισε. @@ -785,7 +785,7 @@ Copyright © 2006 από τον Christophe Dumez<br> Listening on port: - Ακρόαση στη θύρα: + Ακρόαση στη θύρα: @@ -813,17 +813,17 @@ Copyright © 2006 από τον Christophe Dumez<br> :: Από τον Christophe Dumez :: Copyright (c) 2006 - + <b>Connection Status:</b><br>Online <b>Κατάσταση Σύνδεσης:</b><br>Ενεργή - + <b>Connection Status:</b><br>Firewalled?<br><i>No incoming connections...</i> <b>Κατάσταση Σύνδεσης:</b><br>Με firewall?<br><i>Χωρίς εισερχόμενες συνδέσεις...</i> - + <b>Connection Status:</b><br>Offline<br><i>No peers found...</i> <b>Κατάσταση Σύνδεσης:</b><br>Ανενεργή<br><i>Χωρίς να έχουν βρεθεί συνδέσεις...</i> @@ -834,42 +834,42 @@ Copyright © 2006 από τον Christophe Dumez<br> /s - + has finished downloading. έχει τελειώσει το κατέβασμα. - + Couldn't listen on any of the given ports. Δεν "ακροάτηκα" καμία σπό τις δωσμένες θύρες. - + None Κανένα - + Empty search pattern Κενό πρότυπο εύρεσης - + Please type a search pattern first Παρακαλώ εισάγετε ένα σχέδιο εύρεσης πρώτα - + No seach engine selected Δεν έχει επιλεχθεί μηχανή αναζήτησης - + You must select at least one search engine. Πρέπει να επιλέξετε τουλάχιστο μια μηχανή αναζήτησης. - + Searching... Αναζήτηση... @@ -884,7 +884,7 @@ Copyright © 2006 από τον Christophe Dumez<br> Σταμάτησε - + I/O Error I/O Λάθος @@ -974,22 +974,22 @@ Copyright © 2006 από τον Christophe Dumez<br> Αποτυχία λειτουργίας - + Search is finished Αναζήτηση τελείωσε - + An error occured during search... Σφάλμα κατά την εύρεση... - + Search aborted Αναζήτηση διεκόπη - + Search returned no results Η αναζήτηση δεν έφερε αποτελέσματα @@ -999,12 +999,12 @@ Copyright © 2006 από τον Christophe Dumez<br> Αναζήτηση τελείωσε - + Search plugin update -- qBittorrent Αναβάθμιση plugin αναζήτησης -- qBittorrent - + Search plugin can be updated, do you want to update it? Changelog: @@ -1015,17 +1015,17 @@ Changelog: - + Sorry, update server is temporarily unavailable. Λυπούμαστε, ο εξηπυρετητής αναβάθμισης δεν είναι προσωρινά διαθέσιμος. - + Your search plugin is already up to date. Το plugin αναζήτησης είναι ήδη αναβαθμισμένο. - + Results Αποτελέσματα @@ -1086,7 +1086,7 @@ Changelog: Αποτυχία λειτουργίας - + Paused Παύση @@ -1103,30 +1103,30 @@ Please close the other one first. Παρακαλώ κλείστε την άλλη πρώτα. - + Couldn't download Couldn't download <file> Αδύνατο κατέβασμα - + reason: Reason why the download failed αιτία: - + Downloading Example: Downloading www.example.com/test.torrent Κατέβασμα - + Please wait... Παρακαλώ περιμένετε... - + Transfers Μεταφορές @@ -1141,18 +1141,18 @@ Please close the other one first. Είστε σίγουρος/η οτι θέλετε να διαγράψετε το(α) επιλεγμένο(α) αντικείμενο(α) από τη λίστα κατεβάσματος και το σκληρό δίσκο? - + Download finished - + has finished downloading. <filename> has finished downloading. έχει τελειώσει το κατέβασμα. - + Search Engine Μηχανή Αναζήτησης @@ -1162,15 +1162,21 @@ Please close the other one first. - + An error occured when trying to read or write - + The disk is probably full, download has been paused + + + Listening on port + Listening on port <xxxxx> + + MainWindow diff --git a/src/lang/qbittorrent_en.qm b/src/lang/qbittorrent_en.qm index 13d908e90..a09dcc88e 100644 Binary files a/src/lang/qbittorrent_en.qm and b/src/lang/qbittorrent_en.qm differ diff --git a/src/lang/qbittorrent_en.ts b/src/lang/qbittorrent_en.ts index f07a374c2..5dc7a7f05 100644 --- a/src/lang/qbittorrent_en.ts +++ b/src/lang/qbittorrent_en.ts @@ -440,17 +440,17 @@ Copyright © 2006 by Christophe Dumez<br> - + This file is either corrupted or this isn't a torrent. - + &Yes - + &No @@ -470,7 +470,7 @@ Copyright © 2006 by Christophe Dumez<br> - + Connecting... @@ -480,12 +480,12 @@ Copyright © 2006 by Christophe Dumez<br> - + All Downloads Paused. - + All Downloads Resumed. @@ -516,17 +516,17 @@ Copyright © 2006 by Christophe Dumez<br> - + added to download list. - + resumed. (fast resume) - + Unable to decode torrent file: @@ -537,22 +537,17 @@ Copyright © 2006 by Christophe Dumez<br> - + paused. <file> paused. - + resumed. <file> resumed. - - - Listening on port: - - qBittorrent @@ -569,57 +564,57 @@ Copyright © 2006 by Christophe Dumez<br> - + <b>Connection Status:</b><br>Online - + <b>Connection Status:</b><br>Firewalled?<br><i>No incoming connections...</i> - + <b>Connection Status:</b><br>Offline<br><i>No peers found...</i> - + has finished downloading. - + Couldn't listen on any of the given ports. - + None - + Empty search pattern - + Please type a search pattern first - + No seach engine selected - + You must select at least one search engine. - + Searching... @@ -634,32 +629,32 @@ Copyright © 2006 by Christophe Dumez<br> - + Search is finished - + An error occured during search... - + Search aborted - + Search returned no results - + Search plugin update -- qBittorrent - + Search plugin can be updated, do you want to update it? Changelog: @@ -667,17 +662,17 @@ Changelog: - + Sorry, update server is temporarily unavailable. - + Your search plugin is already up to date. - + Results @@ -738,7 +733,7 @@ Changelog: - + Paused @@ -754,46 +749,46 @@ Please close the other one first. - + Couldn't download Couldn't download <file> - + reason: Reason why the download failed - + Downloading Example: Downloading www.example.com/test.torrent - + Please wait... - + Transfers - + Download finished - + has finished downloading. <filename> has finished downloading. - + Search Engine @@ -813,20 +808,26 @@ Please close the other one first. - + I/O Error - + An error occured when trying to read or write - + The disk is probably full, download has been paused + + + Listening on port + Listening on port <xxxxx> + + MainWindow diff --git a/src/lang/qbittorrent_es.qm b/src/lang/qbittorrent_es.qm index 9c3733b50..0f2423db3 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 44a4a2b66..df5b3be62 100644 --- a/src/lang/qbittorrent_es.ts +++ b/src/lang/qbittorrent_es.ts @@ -605,22 +605,22 @@ Copyright © 2006 por Christophe Dumez<br> Desconocido - + added to download list. agregado a la lista de descargas. - + resumed. (fast resume) Reiniciado (reiniciado rápido) - + Unable to decode torrent file: Imposible decodificar el archivo torrent: - + This file is either corrupted or this isn't a torrent. Este archivo puede estar corrupto, o no ser un torrent. @@ -630,12 +630,12 @@ Copyright © 2006 por Christophe Dumez<br> ¿Seguro que quieres eliminar todos los archivos de la lista de descargas? - + &Yes &Sí - + &No &No @@ -661,7 +661,7 @@ Copyright © 2006 por Christophe Dumez<br> en pausa - + All Downloads Paused. Todas las Descargas en Pausa. @@ -671,18 +671,18 @@ Copyright © 2006 por Christophe Dumez<br> iniciado - + All Downloads Resumed. Todas las Descargas Continuadas. - + paused. <file> paused. en pausa. - + resumed. <file> resumed. continuada. @@ -698,7 +698,7 @@ Copyright © 2006 por Christophe Dumez<br> Verificando... - + Connecting... Conectando... @@ -728,7 +728,7 @@ Copyright © 2006 por Christophe Dumez<br> Listening on port: - Escuchando en el puerto: + Escuchando en el puerto: @@ -761,22 +761,22 @@ Copyright © 2006 por Christophe Dumez<br> :: Por Christophe Dumez :: Copyright (c) 2006 - + <b>Connection Status:</b><br>Online <b>Estado de la Conexión:</b><br>En línea - + <b>Connection Status:</b><br>Firewalled?<br><i>No incoming connections...</i> <b>Estado de la Conexión:</b><br>¿Con Firewall?<br><i>Sin conexiones entrantes...</i> - + <b>Connection Status:</b><br>Offline<br><i>No peers found...</i> <b>Estado de la Conexión:</b><br>Desconectado<br><i>No se encontraron nodos...</i> - + has finished downloading. se ha terminado de descargar. @@ -787,37 +787,37 @@ Copyright © 2006 por Christophe Dumez<br> No se pudo escuchar en ninguno de los puertos brindados. - + Couldn't listen on any of the given ports. No se pudo escuchar en ninguno de los puertos brindados. - + None Ninguno - + Empty search pattern Patrón de búsqueda vacío - + Please type a search pattern first Por favor escriba un patrón de búsqueda primero - + No seach engine selected No seleccionaste motor de búsqueda - + You must select at least one search engine. Debes seleccionar al menos un motor de búsqueda. - + Searching... Buscando... @@ -832,7 +832,7 @@ Copyright © 2006 por Christophe Dumez<br> Detenido - + I/O Error Error de Entrada/Salida @@ -902,22 +902,22 @@ Copyright © 2006 por Christophe Dumez<br> Detenida - + Search is finished La busqueda ha finalizado - + An error occured during search... Ocurrió un error durante la búsqueda... - + Search aborted Búsqueda abortada - + Search returned no results La búsqueda no devolvió resultados @@ -927,12 +927,12 @@ Copyright © 2006 por Christophe Dumez<br> La búsqueda ha finalizado - + Search plugin update -- qBittorrent Actualizador de plugin de búsqueda -- qBittorrent - + Search plugin can be updated, do you want to update it? Changelog: @@ -943,17 +943,17 @@ Log: - + Sorry, update server is temporarily unavailable. Lo siento, el servidor de actualización esta temporalmente no disponible. - + Your search plugin is already up to date. Tu plugin de búsqueda vuelve a estar actualizado. - + Results Resultados @@ -1014,7 +1014,7 @@ Log: Detenida - + Paused @@ -1031,30 +1031,30 @@ Please close the other one first. Por favor cierra el otro antes. - + Couldn't download Couldn't download <file> No se pudo descargar - + reason: Reason why the download failed Razón: - + Downloading Example: Downloading www.example.com/test.torrent Descargando - + Please wait... Por favor espere... - + Transfers Transferidos @@ -1069,18 +1069,18 @@ Por favor cierra el otro antes. ¿Seguro que deseas borrar el o los elementos seleccionados de la lista de descargas y del disco duro? - + Download finished - + has finished downloading. <filename> has finished downloading. se ha terminado de descargar. - + Search Engine Motor de Búsqueda @@ -1090,15 +1090,21 @@ Por favor cierra el otro antes. - + An error occured when trying to read or write - + The disk is probably full, download has been paused + + + Listening on port + Listening on port <xxxxx> + + MainWindow diff --git a/src/lang/qbittorrent_fi.qm b/src/lang/qbittorrent_fi.qm index 00f976dc9..7b924e01c 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 e6cf61d0f..b8d9b60ba 100644 --- a/src/lang/qbittorrent_fi.ts +++ b/src/lang/qbittorrent_fi.ts @@ -448,17 +448,17 @@ Tekijänoikeus © 2006 Christophe Dumez<br> GUI - + added to download list. lisättiin latauslistaan. - + All Downloads Paused. Kaikki lataukset pysäytettiin. - + All Downloads Resumed. Kaikki lataukset käynnistettiin. @@ -469,7 +469,7 @@ Tekijänoikeus © 2006 Christophe Dumez<br> on jo latauslistassa. - + An error occured during search... Haun aika tapahtui virhe... @@ -509,17 +509,17 @@ Tekijänoikeus © 2006 Christophe Dumez<br> Haluatko varmasti lopettaa? — qBittorrent - + <b>Connection Status:</b><br>Firewalled?<br><i>No incoming connections...</i> <b>Yhteyden tila:</b><br>Palomuurin takana?<br><i>Ei sisääntulevia yhteyksiä...</i> - + <b>Connection Status:</b><br>Offline<br><i>No peers found...</i> <b>Yhteyden tila:</b><br>Ei yhteyttä<br><i>Ei lataajia...</i> - + <b>Connection Status:</b><br>Online <b>Yhteyden tila:</b><br>OK @@ -534,7 +534,7 @@ Tekijänoikeus © 2006 Christophe Dumez<br> Tarkastetaan... - + Connecting... Yhdistetään... @@ -544,13 +544,13 @@ Tekijänoikeus © 2006 Christophe Dumez<br> Seuraavan kansion luominen ei onnistunut: - + Couldn't download Couldn't download <file> Tiedoston lataaminen ei onnistunut: - + Couldn't listen on any of the given ports. Minkään annetun portin käyttäminen ei onnistunut. @@ -560,12 +560,12 @@ Tekijänoikeus © 2006 Christophe Dumez<br> Latausnopeus - + Download finished Lataus tuli valmiiksi - + Downloading Example: Downloading www.example.com/test.torrent Ladataan torrenttia @@ -581,7 +581,7 @@ Tekijänoikeus © 2006 Christophe Dumez<br> Lataulista tyhjennettiin. - + Empty search pattern Tyhjä hakulauseke @@ -596,12 +596,12 @@ Tekijänoikeus © 2006 Christophe Dumez<br> Valmis - + has finished downloading. valmistui. - + has finished downloading. <filename> has finished downloading. valmistui. @@ -619,7 +619,7 @@ Tekijänoikeus © 2006 Christophe Dumez<br> Listening on port: - Käytetään porttia: + Käytetään porttia: @@ -627,17 +627,17 @@ Tekijänoikeus © 2006 Christophe Dumez<br> Nimi - + &No &Ei - + None Ei mikään - + No seach engine selected Hakupalvelua ei ole valittu @@ -647,23 +647,23 @@ Tekijänoikeus © 2006 Christophe Dumez<br> Avaa torrent-tiedostoja - + paused. <file> paused. pysäytettiin. - + Paused Pysäytetty - + Please type a search pattern first Kirjoita ensin hakulauseke - + Please wait... Odota... @@ -683,7 +683,7 @@ Tekijänoikeus © 2006 Christophe Dumez<br> qBittorrent - + reason: Reason why the download failed Syy: @@ -695,23 +695,23 @@ Tekijänoikeus © 2006 Christophe Dumez<br> poistettiin. - + Results Tulokset - + resumed. <file> resumed. latautuu. - + resumed. (fast resume) latautuu. (pikajatkaminen) - + Search aborted Haku keskeytetty @@ -721,22 +721,22 @@ Tekijänoikeus © 2006 Christophe Dumez<br> Hakupalvelu - + Search Engine Hakupalvelu - + Searching... Etsitään... - + Search is finished Haku päättyi - + Search plugin can be updated, do you want to update it? Changelog: @@ -747,12 +747,12 @@ Muutoshistoria: - + Search plugin update -- qBittorrent Hakuliitännäisen päivitys — qBittorrent - + Search returned no results Haku ei palauttanut tuloksia @@ -767,7 +767,7 @@ Muutoshistoria: Koko - + Sorry, update server is temporarily unavailable. Päivityspalvelin ei ole saavutettavissa. @@ -795,7 +795,7 @@ Please close the other one first. Uutta esikatselua ei voi aloittaa. - + This file is either corrupted or this isn't a torrent. Tiedosto ei ole kelvollinen torrent-tiedosto. @@ -805,12 +805,12 @@ Uutta esikatselua ei voi aloittaa. Torrent-tiedostot - + Transfers Siirrot - + Unable to decode torrent file: Torrent-tiedoston purkaminen ei onnistunut: @@ -825,17 +825,17 @@ Uutta esikatselua ei voi aloittaa. Lähetysnopeus: - + &Yes &Kyllä - + You must select at least one search engine. Valitse ensin ainakin yksi hakupalvelu. - + Your search plugin is already up to date. Hakuliitännäinen on ajan tasalla. @@ -845,20 +845,26 @@ Uutta esikatselua ei voi aloittaa. - + I/O Error I/O-virhe - + An error occured when trying to read or write - + The disk is probably full, download has been paused + + + Listening on port + Listening on port <xxxxx> + + MainWindow diff --git a/src/lang/qbittorrent_fr.qm b/src/lang/qbittorrent_fr.qm index f0889ed0b..574e265f7 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 7d166af13..89769b9ab 100644 --- a/src/lang/qbittorrent_fr.ts +++ b/src/lang/qbittorrent_fr.ts @@ -689,7 +689,7 @@ Copyright © 2006 par Christophe Dumez<br> Impossible de décoder le fichier torrent : ' - + This file is either corrupted or this isn't a torrent. Ce fichier est corrompu ou il ne s'agit pas d'un torrent. @@ -704,12 +704,12 @@ Copyright © 2006 par Christophe Dumez<br> Etes-vous sûr de vouloir enlever tous les fichiers de la liste de téléchargement ? - + &Yes &Oui - + &No &Non @@ -749,7 +749,7 @@ Copyright © 2006 par Christophe Dumez<br> Vérification... - + Connecting... Connexion... @@ -764,12 +764,12 @@ Copyright © 2006 par Christophe Dumez<br> Liste de téléchargement vidée. - + All Downloads Paused. Tous les téléchargements ont été mis en pause. - + All Downloads Resumed. Tous les téléchargements ont été relancés. @@ -805,17 +805,17 @@ Copyright © 2006 par Christophe Dumez<br> déjà dans la liste de téléchargement. - + added to download list. ajouté à la liste de téléchargement. - + resumed. (fast resume) relancé. (relancement rapide) - + Unable to decode torrent file: Impossible de décoder le fichier torrent : @@ -831,13 +831,13 @@ Copyright © 2006 par Christophe Dumez<br> supprimé. - + paused. <file> paused. mis en pause. - + resumed. <file> resumed. relancé. @@ -863,7 +863,7 @@ Copyright © 2006 par Christophe Dumez<br> Listening on port: - Ecoute sur le port: + Ecoute sur le port: @@ -886,7 +886,7 @@ Copyright © 2006 par Christophe Dumez<br> :: Par Christophe Dumez :: Copyright (c) 2006 - + <b>Connection Status:</b><br>Online <b>Statut Connexion :</b><br>En Ligne @@ -901,52 +901,52 @@ Copyright © 2006 par Christophe Dumez<br> <b>Statut Connexion :</b><br>Déconnecté<br><i>Aucun peer trouvé...</i> - + <b>Connection Status:</b><br>Firewalled?<br><i>No incoming connections...</i> <b>Statut Connexion :</b><br>Derrière un pare-feu ?<br><i>Aucune connexion entrante...</i> - + <b>Connection Status:</b><br>Offline<br><i>No peers found...</i> <b>Statut Connexion :</b><br>Déconnecté<br><i>Aucun peer trouvé...</i> - + has finished downloading. a fini de télécharger. - + Couldn't listen on any of the given ports. Impossible d'écouter sur les ports donnés. - + None Aucun - + Empty search pattern Motif de recherche vide - + Please type a search pattern first Veuillez entrer un motif de recherche d'abord - + No seach engine selected Aucun moteur de recherche sélectionné - + You must select at least one search engine. Vous devez sélectionner au moins un moteur de recherche. - + Searching... Recherche en cours... @@ -966,7 +966,7 @@ Copyright © 2006 par Christophe Dumez<br> Stoppé - + I/O Error Erreur E/S @@ -1061,22 +1061,22 @@ Copyright © 2006 par Christophe Dumez<br> Votre recherche s'est terminée - + Search is finished La recherche est terminée - + An error occured during search... Une erreur s'est produite lors de la recherche... - + Search aborted La recherché a été interrompue - + Search returned no results La recherche n'a retourné aucun résultat @@ -1086,12 +1086,12 @@ Copyright © 2006 par Christophe Dumez<br> La recherche est terminée - + Search plugin update -- qBittorrent Mise à jour du greffon de recherche -- qBittorrent - + Search plugin can be updated, do you want to update it? Changelog: @@ -1102,17 +1102,17 @@ Changemets: - + Sorry, update server is temporarily unavailable. Désolé, le serveur de mise à jour est temporairement indisponible. - + Your search plugin is already up to date. Votre greffon de recherche est déjà à jour. - + Results Résultats @@ -1173,7 +1173,7 @@ Changemets: En attente - + Paused En pause @@ -1190,46 +1190,46 @@ Please close the other one first. Veuillez d'abord le quitter. - + Couldn't download Couldn't download <file> Impossible de télécharger - + reason: Reason why the download failed Raison : - + Downloading Example: Downloading www.example.com/test.torrent En téléchargement - + Please wait... Veuillez patienter... - + Transfers Transferts - + Download finished Téléchargement terminé - + has finished downloading. <filename> has finished downloading. est fini de télécharger. - + Search Engine Moteur de recherche @@ -1249,15 +1249,21 @@ Veuillez d'abord le quitter. - + An error occured when trying to read or write - + The disk is probably full, download has been paused + + + Listening on port + Listening on port <xxxxx> + + MainWindow diff --git a/src/lang/qbittorrent_it.qm b/src/lang/qbittorrent_it.qm index 3b91bb078..c9b49a168 100644 Binary files a/src/lang/qbittorrent_it.qm and b/src/lang/qbittorrent_it.qm differ diff --git a/src/lang/qbittorrent_it.ts b/src/lang/qbittorrent_it.ts index da4f43f23..a99a3d0e2 100644 --- a/src/lang/qbittorrent_it.ts +++ b/src/lang/qbittorrent_it.ts @@ -484,7 +484,7 @@ Copyright © 2006 by Christophe Dumez<br> Apri file torrent - + This file is either corrupted or this isn't a torrent. Questo file è corrotto o non è un torrent @@ -494,12 +494,12 @@ Copyright © 2006 by Christophe Dumez<br> Sei sicuro di voler cancellare tutti i file nella lista di download? - + &Yes &Si - + &No &No @@ -519,7 +519,7 @@ Copyright © 2006 by Christophe Dumez<br> Controllo in corso... - + Connecting... Connessione in corso... @@ -534,12 +534,12 @@ Copyright © 2006 by Christophe Dumez<br> Lista download vuota. - + All Downloads Paused. Fermati tutti i downloads. - + All Downloads Resumed. Ripresi tutti i downloads. @@ -570,17 +570,17 @@ Copyright © 2006 by Christophe Dumez<br> già presente fra i downloads. - + added to download list. aggiunto. - + resumed. (fast resume) ripreso. - + Unable to decode torrent file: Impossibile decodificare il file torrent: @@ -591,13 +591,13 @@ Copyright © 2006 by Christophe Dumez<br> rimosso. - + paused. <file> paused. fermato. - + resumed. <file> resumed. ripreso. @@ -605,7 +605,7 @@ Copyright © 2006 by Christophe Dumez<br> Listening on port: - In ascolto sulla porta: + In ascolto sulla porta: @@ -623,57 +623,57 @@ Copyright © 2006 by Christophe Dumez<br> <b>qBittorrent</b><br>Velocità download: - + <b>Connection Status:</b><br>Online <b>Status connessione:</b><br>Online - + <b>Connection Status:</b><br>Firewalled?<br><i>No incoming connections...</i> <b>Status connessione:</b><br>Firewall?<br><i>Nessuna connessione in ingresso...</i> - + <b>Connection Status:</b><br>Offline<br><i>No peers found...</i> <b>Status connessione:</b><br>Offline<br><i>Nessun peer trovato...</i> - + has finished downloading. ha finito il dowload. - + Couldn't listen on any of the given ports. Impossibile mettersi in ascolto sulle porte scelte. - + None Nessuno - + Empty search pattern Pattern di ricerca vuoto - + Please type a search pattern first Per favore inserire prima un patter di ricerca - + No seach engine selected Nessun motore di ricerca selezionato - + You must select at least one search engine. Devi scegliere almeno un motore di ricerca. - + Searching... Ricerca... @@ -693,32 +693,32 @@ Copyright © 2006 by Christophe Dumez<br> KiB/s - + Search is finished Ricerca completata - + An error occured during search... Un errore si è presentato durante la ricerca... - + Search aborted Ricerca annullata - + Search returned no results La ricerca non ha prodotto risultati - + Search plugin update -- qBittorrent Aggiornamento del plugin di ricerca -- qBittorrent - + Search plugin can be updated, do you want to update it? Changelog: @@ -728,17 +728,17 @@ Changelog: Changelog: - + Sorry, update server is temporarily unavailable. Spiacenti, il server principale è momentaneamente irraggiungibile. - + Your search plugin is already up to date. Il plugin di Ricerca è già aggiornato. - + Results Risultati @@ -799,7 +799,7 @@ Changelog: In stallo - + Paused In pausa @@ -815,13 +815,13 @@ Please close the other one first. C'è già un altro processo di anteprima avviato. Per favore chiuderlo. - + Couldn't download Couldn't download <file> Impossibile scaricare il file - + reason: Reason why the download failed motivo: @@ -834,34 +834,34 @@ Example: Downloading www.example.com/test.torrent Scaricando - + Please wait... Attendere prego... - + Transfers Trasferimenti - + Downloading Example: Downloading www.example.com/test.torrent Downloading - + Download finished Download finito - + has finished downloading. <filename> has finished downloading. ha finito il download. - + Search Engine Motore di Ricerca @@ -881,20 +881,26 @@ Example: Downloading www.example.com/test.torrent - + I/O Error Errore I/O - + An error occured when trying to read or write - + The disk is probably full, download has been paused + + + Listening on port + Listening on port <xxxxx> + + MainWindow diff --git a/src/lang/qbittorrent_ko.qm b/src/lang/qbittorrent_ko.qm index 590d62d0f..0fefba63a 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 3dee09633..86a10588e 100644 --- a/src/lang/qbittorrent_ko.ts +++ b/src/lang/qbittorrent_ko.ts @@ -604,17 +604,17 @@ list: 알수 없음 - + added to download list. 다운로드 목록에 포함하기. - + resumed. (fast resume) 다시 시작됨. (빠르게 재개) - + Unable to decode torrent file: 토런트 파일을 읽을 수가 없습니다: @@ -638,12 +638,12 @@ list? 파일을 지우고 싶으세요? - + &Yes &예 - + &No &아니요 @@ -668,7 +668,7 @@ download list? Listening on port: - 이미 연결 된 + 이미 연결 된 포트: @@ -682,7 +682,7 @@ download list? 멈춤 - + All Downloads Paused. 모든 다움로드가 멈추었습니다. @@ -692,18 +692,18 @@ download list? 시작됨 - + All Downloads Resumed. 모든 다운로드가 다시 시작되었습니다. - + paused. <file> paused. 멈춤. - + resumed. <file> resumed. 다시 시작됨. @@ -719,7 +719,7 @@ download list? 확인중... - + Connecting... 연결중... @@ -747,7 +747,7 @@ download list? - + This file is either corrupted or this isn't a torrent. 이 파일은 오류가 있거나 토런트 파일이 아닙니다. @@ -782,20 +782,20 @@ download list? 재확인해주십시요? -- 큐비토런트 - + <b>Connection Status:</b><br>Online 연결상태: 연결됨 - + <b>Connection Status:</b><br>Firewalled?<br><i>No incoming connections...</i> 연결상태: 방화벽을 사용중이십니까? <i>연결이 되지않고 있습니다...</i> - + <b>Connection Status:</b><br>Offline<br><i>No peers found...</i> 연결 상태: 오프라인 상태 @@ -808,42 +808,42 @@ download list? 다운로딩 속도: - + has finished downloading. 가 완료되었습니다. - + Couldn't listen on any of the given ports. 설정하신 포트에 연결할수 없습니다. - + None 없음 - + Empty search pattern 빈 검색 양식 - + Please type a search pattern first 검색 양식을 작성해주십시오 - + No seach engine selected 검색엔진이 선택되지 않았음 - + You must select at least one search engine. 적어도 하나 이상의 검색 엔진을 선택해야 합니다. - + Searching... 검색중... @@ -858,7 +858,7 @@ download list? 정지됨 - + I/O Error I/O 에러 @@ -933,22 +933,22 @@ download list? 대기중 - + Search is finished 검색 완료 - + An error occured during search... 검색 중 오류 발생... - + Search aborted 검색이 중단됨 - + Search returned no results 검색 결과가 없음 @@ -958,12 +958,12 @@ download list? 검색 종료 - + Search plugin update -- qBittorrent 검색 플로그인 업데이트 -- 큐비토런트 - + Search plugin can be updated, do you want to update it? Changelog: @@ -974,17 +974,17 @@ Changelog: - + Sorry, update server is temporarily unavailable. 죄송합니다. 현재 임시적으로 업데이트 서버가 접속이 불가능합니다. - + Your search plugin is already up to date. 현재 최신 검색 엔진 플로그인을 사용중에 있습니다. - + Results 결과 @@ -1045,7 +1045,7 @@ Changelog: 대기중 - + Paused 정지됨 @@ -1062,30 +1062,30 @@ Please close the other one first. 다른 미리보기를 닫아주세요. - + Couldn't download Couldn't download <file> 다운로드 실패 - + reason: Reason why the download failed 이유: - + Downloading Example: Downloading www.example.com/test.torrent 다운로딩 중 - + Please wait... 기다려주십시오... - + Transfers 전송 @@ -1100,18 +1100,18 @@ Please close the other one first. 정말로 지금 선택하신 파일들을 다운로드 목록과 하드 드라이브에서 삭제하시겠습니까? - + Download finished - + has finished downloading. <filename> has finished downloading. 가 완료되었습니다. - + Search Engine 검색 엔진 @@ -1121,15 +1121,21 @@ Please close the other one first. - + An error occured when trying to read or write - + The disk is probably full, download has been paused + + + Listening on port + Listening on port <xxxxx> + + MainWindow diff --git a/src/lang/qbittorrent_nb.qm b/src/lang/qbittorrent_nb.qm index 4a0efd480..697781a45 100644 Binary files a/src/lang/qbittorrent_nb.qm and b/src/lang/qbittorrent_nb.qm differ diff --git a/src/lang/qbittorrent_nb.ts b/src/lang/qbittorrent_nb.ts index f7ff32dca..87b49e523 100644 --- a/src/lang/qbittorrent_nb.ts +++ b/src/lang/qbittorrent_nb.ts @@ -473,7 +473,7 @@ Copyright © 2006 av Christophe Dumez<br> Åpne torrentfiler - + This file is either corrupted or this isn't a torrent. Denne filen er enten ødelagt, eller det er ikke en torrent. @@ -483,12 +483,12 @@ Copyright © 2006 av Christophe Dumez<br> Ønsker du å slette alle filene in nedlastingslisten? - + &Yes &Ja - + &No &Nei @@ -508,7 +508,7 @@ Copyright © 2006 av Christophe Dumez<br> Kontrollerer... - + Connecting... Kobler til... @@ -523,12 +523,12 @@ Copyright © 2006 av Christophe Dumez<br> Nedlastingslisten er tømt. - + All Downloads Paused. Alle nedlastinger er pauset. - + All Downloads Resumed. Alle nedlastinger er gjennopptatt. @@ -559,17 +559,17 @@ Copyright © 2006 av Christophe Dumez<br> ligger allerede i nedlastingslisten. - + added to download list. lagt til i nedlastingslisten. - + resumed. (fast resume) gjenopptatt. (Hurtig gjenopptaging) - + Unable to decode torrent file: Klarte ikke å dekode torrentfilen: @@ -580,13 +580,13 @@ Copyright © 2006 av Christophe Dumez<br> fjernet. - + paused. <file> paused. er pauset. - + resumed. <file> resumed. er gjenopptatt. @@ -594,7 +594,7 @@ Copyright © 2006 av Christophe Dumez<br> Listening on port: - Lytter på port: + Lytter på port: @@ -612,57 +612,57 @@ Copyright © 2006 av Christophe Dumez<br> <b>qBittorrent</b><br>Nedlastingshastighet: - + <b>Connection Status:</b><br>Online <b>Tilkoblingsstatus:</b><br>Tilkoblet - + <b>Connection Status:</b><br>Firewalled?<br><i>No incoming connections...</i> <b>Tilkoblingsstatus:</b><br>Blokkert av brannmur?<br><i>Ingen innkommende tilkoblinger...</i> - + <b>Connection Status:</b><br>Offline<br><i>No peers found...</i> <b>Tilkoblingsstatus:</b><br>Frakoblet<br><i>Ingen tjenere funnet...</i> - + has finished downloading. er ferdig lastet ned. - + Couldn't listen on any of the given ports. Klarte ikke å lytte på noen av de oppgitte portene. - + None Ingen - + Empty search pattern Ingen søketekst - + Please type a search pattern first Skriv en tekst å søke etter først - + No seach engine selected Ingen søkemotor valgt - + You must select at least one search engine. Du må velge minst en søkemotor. - + Searching... Søker... @@ -682,32 +682,32 @@ Copyright © 2006 av Christophe Dumez<br> KiB/s - + Search is finished Søket er ferdig - + An error occured during search... Det oppstod en feil under søket... - + Search aborted Søket er avbrutt - + Search returned no results Søket ga ingen resultater - + Search plugin update -- qBittorrent Oppdatering av søkeprogramtillegg -- qBittorrent - + Search plugin can be updated, do you want to update it? Changelog: @@ -717,17 +717,17 @@ Changelog: Endringer: - + Sorry, update server is temporarily unavailable. Oppdateringstjeneren er midlertidig utilgjengelig. - + Your search plugin is already up to date. Ditt søkeprogramtillegg er allerede oppdatert. - + Results Resultater @@ -788,7 +788,7 @@ Endringer: Laster ikke ned - + Paused Pauset @@ -805,30 +805,30 @@ Please close the other one first. Vennligst avslutt denne først. - + Couldn't download Couldn't download <file> Klarte ikke å laste ned - + reason: Reason why the download failed årsak: - + Downloading Example: Downloading www.example.com/test.torrent Laster ned - + Please wait... Vent litt... - + Transfers Overføringer @@ -843,18 +843,18 @@ Vennligst avslutt denne først. Ønsker du å slette valgte element(er) i nedlastningslisten, og fra lagringsenheten? - + Download finished - + has finished downloading. <filename> has finished downloading. er ferdig lastet ned. - + Search Engine @@ -864,20 +864,26 @@ Vennligst avslutt denne først. - + I/O Error Lese/Skrive feil - + An error occured when trying to read or write - + The disk is probably full, download has been paused + + + Listening on port + Listening on port <xxxxx> + + MainWindow diff --git a/src/lang/qbittorrent_nl.qm b/src/lang/qbittorrent_nl.qm index f551f73b3..7f3d7ad0a 100644 Binary files a/src/lang/qbittorrent_nl.qm and b/src/lang/qbittorrent_nl.qm differ diff --git a/src/lang/qbittorrent_nl.ts b/src/lang/qbittorrent_nl.ts index f78443f9c..a077f8b80 100644 --- a/src/lang/qbittorrent_nl.ts +++ b/src/lang/qbittorrent_nl.ts @@ -688,22 +688,22 @@ Copyright 2006 door Christophe Dumez<br> Onbekend - + added to download list. Toegevoegd aan downloadlijst. - + resumed. (fast resume) Hervat. (snel hervatten) - + Unable to decode torrent file: Torrentfile kan niet gedecodeerd worden: - + This file is either corrupted or this isn't a torrent. Dit bestand is corrupt of is geen torrent. @@ -718,12 +718,12 @@ Copyright 2006 door Christophe Dumez<br> Weet u zeker dat u alle bestanden uit de downloadlijst wilt verwijderen? - + &Yes &Ja - + &No &Nee @@ -746,7 +746,7 @@ Copyright 2006 door Christophe Dumez<br> Listening on port: - Aan het luisteren op poort: + Aan het luisteren op poort: @@ -754,7 +754,7 @@ Copyright 2006 door Christophe Dumez<br> gepauzeerd - + All Downloads Paused. Alle downloads gepauzeerd. @@ -764,44 +764,44 @@ Copyright 2006 door Christophe Dumez<br> gestart - + All Downloads Resumed. Alle downloads hervat. - + paused. <file> paused. gepauzeerd. - + resumed. <file> resumed. hervat. - + <b>Connection Status:</b><br>Online <b>Verbindingsstatus:</b><br>Online - + <b>Connection Status:</b><br>Firewalled?<br><i>No incoming connections...</i> <b>Verbindingsstatus:</b><br>Gefirewalled?<br><i>Geen inkomende verbindingen...</i> - + <b>Connection Status:</b><br>Offline<br><i>No peers found...</i> <b>Verbindingsstatus:</b><br>Offline<br><i>Geen peers gevonden...</i> - + has finished downloading. is klaar met downloaden. - + Couldn't listen on any of the given ports. Kan niet luisteren op de aangegeven poorten. @@ -827,7 +827,7 @@ Copyright 2006 door Christophe Dumez<br> Controleren... - + Connecting... Verbinding maken... @@ -855,37 +855,37 @@ Copyright 2006 door Christophe Dumez<br> d - + None Geen - + Empty search pattern Leeg zoekpatroon - + Please type a search pattern first Type alstublieft eerst een zoekpatroon - + No seach engine selected Geen zoekmachine gekozen - + You must select at least one search engine. U moet tenminste een zoekmachine kiezen. - + Searching... Zoeken... - + I/O Error I/O Fout @@ -925,22 +925,22 @@ Copyright 2006 door Christophe Dumez<br> Geblokkeerd - + Search is finished Zoeken is klaar - + An error occured during search... Een fout trad op tijdens zoeken... - + Search aborted Zoeken afgebroken - + Search returned no results Zoeken gaf geen resultaten @@ -950,12 +950,12 @@ Copyright 2006 door Christophe Dumez<br> Zoeken is Klaar - + Search plugin update -- qBittorrent Zoeken plugin update -- qBittorrent - + Search plugin can be updated, do you want to update it? Changelog: @@ -966,17 +966,17 @@ Changelog: - + Sorry, update server is temporarily unavailable. Sorry, update server is tijdelijk niet bereikbaar. - + Your search plugin is already up to date. Uw zoeken plugin is al bijgewerkt. - + Results Resultaten @@ -1037,7 +1037,7 @@ Changelog: Stilstand - + Paused Gepauzeerd @@ -1055,46 +1055,46 @@ Stop het eerste proccess eerst. - + Couldn't download Couldn't download <file> Kon niet downloaden - + reason: Reason why the download failed reden: - + Downloading Example: Downloading www.example.com/test.torrent Downloaden - + Please wait... Wachten... - + Transfers Overdrachten - + Download finished Download afgerond - + has finished downloading. <filename> has finished downloading. is klaar met downloaden. - + Search Engine Zoekmachine @@ -1114,15 +1114,21 @@ Stop het eerste proccess eerst. - + An error occured when trying to read or write - + The disk is probably full, download has been paused + + + Listening on port + Listening on port <xxxxx> + + MainWindow diff --git a/src/lang/qbittorrent_pl.qm b/src/lang/qbittorrent_pl.qm index 02ceb22e1..cf8d0e7b6 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 05537aa19..fef4873f5 100644 --- a/src/lang/qbittorrent_pl.ts +++ b/src/lang/qbittorrent_pl.ts @@ -661,22 +661,22 @@ Wszystkie prawa zastrżeżone © 2006 Christophe Dumez<br> Nieznany - + added to download list. dodany do listy pobierania. - + resumed. (fast resume) wznowiony. (szybkie wznawianie) - + Unable to decode torrent file: Problem z odkodowaniem pliku torrent: - + This file is either corrupted or this isn't a torrent. Plik jest uszkodzony lub nie jest plikiem torrent. @@ -686,12 +686,12 @@ Wszystkie prawa zastrżeżone © 2006 Christophe Dumez<br> Czy chcesz usunać wszystkie pliki z listy pobierania? - + &Yes &Tak - + &No &Nie @@ -714,7 +714,7 @@ Wszystkie prawa zastrżeżone © 2006 Christophe Dumez<br> Listening on port: - Nasłuchuje na porcie: + Nasłuchuje na porcie: @@ -722,7 +722,7 @@ Wszystkie prawa zastrżeżone © 2006 Christophe Dumez<br> wstrzymany - + All Downloads Paused. Wszystkie Pobierania Wsztrzymane. @@ -732,18 +732,18 @@ Wszystkie prawa zastrżeżone © 2006 Christophe Dumez<br> uruchomiony - + All Downloads Resumed. Wszystkie Pobierania Wzniowione. - + paused. <file> paused. wstrzymany. - + resumed. <file> resumed. wznowiony. @@ -759,7 +759,7 @@ Wszystkie prawa zastrżeżone © 2006 Christophe Dumez<br> Sprawdzanie.... - + Connecting... Łączenie... @@ -812,17 +812,17 @@ Wszystkie prawa zastrżeżone © 2006 Christophe Dumez<br> :: Christophe Dumez :: Wszelkie Prawa Zastrżeżone (c) 2006 - + <b>Connection Status:</b><br>Online <b>Status Połączenia:</b><br>Połączony - + <b>Connection Status:</b><br>Firewalled?<br><i>No incoming connections...</i> <b>Status Połączenia:</b><br>Zablokowane?<br><i>Brak połączeń przychodzących...</i> - + <b>Connection Status:</b><br>Offline<br><i>No peers found...</i> <b>Status Połączenia:</b><br>Rozłączony<br><i>Nie znaleziono peer-ów...</i> @@ -833,42 +833,42 @@ Wszystkie prawa zastrżeżone © 2006 Christophe Dumez<br> /s - + has finished downloading. zakończył sciąganie. - + Couldn't listen on any of the given ports. Nie można nasłuchiwać na zaðnym z podanych portów. - + None Brak - + Empty search pattern Pusty wzorzec wyszukiwania - + Please type a search pattern first Proszę podać wzorzec wyszukiwania - + No seach engine selected Nie wybrano wyszukiwarki - + You must select at least one search engine. Musisz wybrać przynajmniej jedną wyszukiwarkę. - + Searching... Wyszukiwanie... @@ -883,7 +883,7 @@ Wszystkie prawa zastrżeżone © 2006 Christophe Dumez<br> Zatrzymany - + I/O Error Błąd We/Wy @@ -958,22 +958,22 @@ Wszystkie prawa zastrżeżone © 2006 Christophe Dumez<br> Zablokowany - + Search is finished Wyszukiwanie zakończone - + An error occured during search... Wystąpił błąd podczas wyszukiwania... - + Search aborted Wyszukiwanie przerwane - + Search returned no results Nic nie znaleziono @@ -983,12 +983,12 @@ Wszystkie prawa zastrżeżone © 2006 Christophe Dumez<br> Wyszukiwanie jest zakończone - + Search plugin update -- qBittorrent Aktualizacja wtyczki wyszukującej -- qBittorrent - + Search plugin can be updated, do you want to update it? Changelog: @@ -996,17 +996,17 @@ Changelog: Dostępna jest nowa wersja wtyczki wyszukiwania, czy chcesz zaktualizować? Zmiany: - + Sorry, update server is temporarily unavailable. Przepraszamy, serwer aktualizacji jest tymczasowo niedostepny. - + Your search plugin is already up to date. Posiadasz najnowszą wersję wtyczki wyszukiwania. - + Results Wyniki @@ -1067,7 +1067,7 @@ Changelog: Zablokowany - + Paused Zatrzymany @@ -1084,30 +1084,30 @@ Please close the other one first. Zamknij najpierw okno podglądu. - + Couldn't download Couldn't download <file> Nie można pobrać - + reason: Reason why the download failed powód: - + Downloading Example: Downloading www.example.com/test.torrent Pobieranie - + Please wait... Proszę czekać... - + Transfers Prędkość @@ -1122,18 +1122,18 @@ Zamknij najpierw okno podglądu. Czy na pewno chcesz usunać wybrany element z listy i z dysku? - + Download finished - + has finished downloading. <filename> has finished downloading. zakończył sciąganie. - + Search Engine Wyszukiwarka @@ -1143,15 +1143,21 @@ Zamknij najpierw okno podglądu. - + An error occured when trying to read or write - + The disk is probably full, download has been paused + + + Listening on port + Listening on port <xxxxx> + + MainWindow diff --git a/src/lang/qbittorrent_pt.qm b/src/lang/qbittorrent_pt.qm index 8f344d574..71707eac9 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 74f8ec2c2..560b3b156 100644 --- a/src/lang/qbittorrent_pt.ts +++ b/src/lang/qbittorrent_pt.ts @@ -488,7 +488,7 @@ Copyright ©2006 por Christophe Dumez<br> Desconhecido - + This file is either corrupted or this isn't a torrent. Este arquivo está corrompido ou não é um arquivo torrent. @@ -498,12 +498,12 @@ Copyright ©2006 por Christophe Dumez<br> Tem certeza que deseja apagar todos os arquivos na lista de downloads? - + &Yes &Sim - + &No &Não @@ -533,7 +533,7 @@ Copyright ©2006 por Christophe Dumez<br> Checando... - + Connecting... Conectando... @@ -548,12 +548,12 @@ Copyright ©2006 por Christophe Dumez<br> Lista de downloads está vazia. - + All Downloads Paused. Todos os downloads pausados. - + All Downloads Resumed. Todos os downloads reiniciados. @@ -589,17 +589,17 @@ Copyright ©2006 por Christophe Dumez<br> já está na lista de downloads. - + added to download list. adicionado à lista de downloads. - + resumed. (fast resume) reiniciado. (reinicialização rápida) - + Unable to decode torrent file: Incapaz de decodificar o arquivo torrent: @@ -610,13 +610,13 @@ Copyright ©2006 por Christophe Dumez<br> removido. - + paused. <file> paused. pausado. - + resumed. <file> resumed. reiniciado. @@ -624,7 +624,7 @@ Copyright ©2006 por Christophe Dumez<br> Listening on port: - Porta de escuta: + Porta de escuta: @@ -647,57 +647,57 @@ Copyright ©2006 por Christophe Dumez<br> <b>qBittorrent</b><br>Velocidade de Download: - + <b>Connection Status:</b><br>Online <b>Status da conexão:</b><br>Online - + <b>Connection Status:</b><br>Firewalled?<br><i>No incoming connections...</i> <b>Status da conexão:</b><br>Firewall ativado?<br><i>Não foi possível estabelecer uma conexão...</i> - + <b>Connection Status:</b><br>Offline<br><i>No peers found...</i> <b>Status da conexão:</b><br>Offline - + has finished downloading. concluiu o download. - + Couldn't listen on any of the given ports. Não foi possível escutar pelas portas dadas. - + None Nenhum - + Empty search pattern Padrão de busca vazio - + Please type a search pattern first Entre primeiro com um padrão de busca - + No seach engine selected Nenhum mecanismo de busca selecionado - + You must select at least one search engine. Você deve selecionar pelo menos um mecanismo de busca. - + Searching... Buscando... @@ -757,22 +757,22 @@ Copyright ©2006 por Christophe Dumez<br> Parado - + Search is finished Busca concluída - + An error occured during search... Um erro ocorreu durante a busca... - + Search aborted Busca abortada - + Search returned no results A busca não retornou resultados @@ -782,12 +782,12 @@ Copyright ©2006 por Christophe Dumez<br> Busca concluída - + Search plugin update -- qBittorrent Atualização do plugin de busca -- qBittorrent - + Search plugin can be updated, do you want to update it? Changelog: @@ -797,17 +797,17 @@ Changelog: Changelog: - + Sorry, update server is temporarily unavailable. Servidor para atualizações está temporariamente indisponível. - + Your search plugin is already up to date. Seu plugin de busca já está atualizado. - + Results Resultados @@ -868,7 +868,7 @@ Changelog: Parado - + Paused @@ -884,46 +884,46 @@ Please close the other one first. - + Couldn't download Couldn't download <file> - + reason: Reason why the download failed - + Downloading Example: Downloading www.example.com/test.torrent Baixando - + Please wait... - + Transfers - + Download finished - + has finished downloading. <filename> has finished downloading. concluiu o download. - + Search Engine Mecanismo de Busca @@ -943,20 +943,26 @@ Please close the other one first. - + I/O Error Erro de Entrada ou Saída - + An error occured when trying to read or write - + The disk is probably full, download has been paused + + + Listening on port + Listening on port <xxxxx> + + MainWindow diff --git a/src/lang/qbittorrent_ro.qm b/src/lang/qbittorrent_ro.qm index 2a997dbdc..c3ca664aa 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 8f329c9fc..679990373 100644 --- a/src/lang/qbittorrent_ro.ts +++ b/src/lang/qbittorrent_ro.ts @@ -498,7 +498,7 @@ Copyright © 2006 by Christophe Dumez<br> Necunoscut - + This file is either corrupted or this isn't a torrent. Acest fişier este deteriorat sau nu este torrent. @@ -508,12 +508,12 @@ Copyright © 2006 by Christophe Dumez<br> Sunteţi siguri să ştergeţi toate fişierele din lista de download? - + &Yes &Yes - + &No &No @@ -543,7 +543,7 @@ Copyright © 2006 by Christophe Dumez<br> Verificare... - + Connecting... Conectare... @@ -558,12 +558,12 @@ Copyright © 2006 by Christophe Dumez<br> Lista Download curăţită. - + All Downloads Paused. Toate descărcările sunt Pausate. - + All Downloads Resumed. Toate descărcările sunt Resumate. @@ -599,17 +599,17 @@ Copyright © 2006 by Christophe Dumez<br> deacum în lista download. - + added to download list. adăugat la download list. - + resumed. (fast resume) resumat.(resumare rapidă) - + Unable to decode torrent file: Nu pot decoda fişierul torrent: @@ -620,13 +620,13 @@ Copyright © 2006 by Christophe Dumez<br> şters. - + paused. <file> paused. pausă. - + resumed. <file> resumed. resumat. @@ -634,7 +634,7 @@ Copyright © 2006 by Christophe Dumez<br> Listening on port: - Ascult portul: + Ascult portul: @@ -657,57 +657,57 @@ Copyright © 2006 by Christophe Dumez<br> <b>qBittorrent</b><br>DL viteză: - + <b>Connection Status:</b><br>Online <b>Starea conectării:</b><br>Online - + <b>Connection Status:</b><br>Firewalled?<br><i>No incoming connections...</i> <b>Starea conectării:</b><br>Firewalled?<br><i>Nu sunt conectări externe...</i> - + <b>Connection Status:</b><br>Offline<br><i>No peers found...</i> <b>Starea conectării:</b><br>Offline<br><i>Nu sunt găsiţi peers...</i> - + has finished downloading. am terminat descărcarea. - + Couldn't listen on any of the given ports. Nu pot asculta pe orice port dat. - + None Nimic - + Empty search pattern Şablonul de căutat este vid - + Please type a search pattern first Vă rugăm să completaţi şablonul de căutare - + No seach engine selected Nu aţi selectat motorul de căutare - + You must select at least one search engine. Trebuie să selectaţi cel puţin un motor de căutare. - + Searching... Căutare... @@ -767,22 +767,22 @@ Copyright © 2006 by Christophe Dumez<br> Oprit - + Search is finished Cautarea este terminata - + An error occured during search... Eroare în timpul căutării... - + Search aborted Cautarea abordată - + Search returned no results Cautarea nu a returnat rezultate @@ -792,12 +792,12 @@ Copyright © 2006 by Christophe Dumez<br> Cautarea terminata - + Search plugin update -- qBittorrent Cautarea plugin înoire -- qBittorent - + Search plugin can be updated, do you want to update it? Changelog: @@ -808,17 +808,17 @@ Changelog: - + 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. - + Results Rezultate @@ -879,7 +879,7 @@ Changelog: Oprit - + Paused Pauzat @@ -896,30 +896,30 @@ Please close the other one first. Vă rugăm să-l opriţi. - + Couldn't download Couldn't download <file> Nu pot descărca - + reason: Reason why the download failed reason: - + Downloading Example: Downloading www.example.com/test.torrent Descărcarea - + Please wait... Vă rugăm să aşteptaţi... - + Transfers Transferuri @@ -934,18 +934,18 @@ Vă rugăm să-l opriţi. Doriti să ştergeţi item(ii) selectaţi? - + Download finished - + has finished downloading. <filename> has finished downloading. am terminat descărcarea. - + Search Engine Motor de Căutare @@ -955,20 +955,26 @@ Vă rugăm să-l opriţi. - + I/O Error Eroare de intrare/eşire - + An error occured when trying to read or write - + The disk is probably full, download has been paused + + + Listening on port + Listening on port <xxxxx> + + MainWindow diff --git a/src/lang/qbittorrent_ru.qm b/src/lang/qbittorrent_ru.qm index 78d5cb8c3..52923f1e3 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 9e18961a7..79fd6ee62 100644 --- a/src/lang/qbittorrent_ru.ts +++ b/src/lang/qbittorrent_ru.ts @@ -611,22 +611,22 @@ Copyright © 2006 by Christophe Dumez<br> Неизвестно - + added to download list. добавлен в список закачек. - + resumed. (fast resume) восстановлен. (быстрое восстановление) - + Unable to decode torrent file: Невозможно декодировать torrent файл: - + This file is either corrupted or this isn't a torrent. Этот файл либо поврежден, либо не torrent типа. @@ -641,12 +641,12 @@ Copyright © 2006 by Christophe Dumez<br> Вы уверены что хотите удалить все файлы из списка закачек? - + &Yes &Да - + &No &Нет @@ -669,7 +669,7 @@ Copyright © 2006 by Christophe Dumez<br> Listening on port: - Прослушивание порта: + Прослушивание порта: @@ -677,7 +677,7 @@ Copyright © 2006 by Christophe Dumez<br> приостановлено - + All Downloads Paused. Все Закачки приостановлены. @@ -687,44 +687,44 @@ Copyright © 2006 by Christophe Dumez<br> начато - + All Downloads Resumed. Все Закачки Восстановлены. - + paused. <file> paused. приостановлен. - + resumed. <file> resumed. восстановлен. - + <b>Connection Status:</b><br>Online <b>Состояние соединения:</b><br>В сети - + <b>Connection Status:</b><br>Firewalled?<br><i>No incoming connections...</i> <b>Состояние соединения:</b><br>Работает файервол?<br><i>Нет входящих соединений...</i> - + <b>Connection Status:</b><br>Offline<br><i>No peers found...</i> <b>Состояние соединения:</b><br>Отключено?<br><i>Пэры не найдены...</i> - + has finished downloading. скачивание завершено. - + Couldn't listen on any of the given ports. Невозможно прослушать ни один из заданных портов. @@ -750,7 +750,7 @@ Copyright © 2006 by Christophe Dumez<br> Проверка... - + Connecting... Подключение... @@ -778,27 +778,27 @@ Copyright © 2006 by Christophe Dumez<br> д - + None Нет - + Empty search pattern Закончено - + Please type a search pattern first Пожалуйста, наберите сначала шаблон поиска - + No seach engine selected Не выбрано ни одного поискового двигателя - + You must select at least one search engine. Вы должны выбрать по меньшей мере один поисковый двигатель. @@ -808,7 +808,7 @@ Copyright © 2006 by Christophe Dumez<br> Невозможно создать плагин поиска. - + Searching... Поиск... @@ -828,7 +828,7 @@ Copyright © 2006 by Christophe Dumez<br> кб/с - + I/O Error Ошибка ввода/вывода @@ -868,22 +868,22 @@ Copyright © 2006 by Christophe Dumez<br> Заглохло - + Search is finished Поиск завершен - + An error occured during search... Во время поиска произошла ошибка... - + Search aborted Поиск прерван - + Search returned no results Поиск не дал результатов @@ -893,12 +893,12 @@ Copyright © 2006 by Christophe Dumez<br> Поиск завершен - + Search plugin update -- qBittorrent Обновление поискового плагина -- qBittorrent - + Search plugin can be updated, do you want to update it? Changelog: @@ -909,17 +909,17 @@ Changelog: - + Sorry, update server is temporarily unavailable. Извините, сервер обновлений временно недоступен. - + Your search plugin is already up to date. Ваш поисковый плагин не нуждается в обновлении. - + Results Результаты @@ -980,7 +980,7 @@ Changelog: Заглохло - + Paused Пауза @@ -997,30 +997,30 @@ Please close the other one first. Пожалуйста закроите процесс. - + Couldn't download Couldn't download <file> Не могу загрузить - + reason: Reason why the download failed причина: - + Downloading Example: Downloading www.example.com/test.torrent Скачивание - + Please wait... Пожалуйста подождите... - + Transfers Передачи @@ -1035,18 +1035,18 @@ Please close the other one first. Вы действительно хотите удалить выбранный(-е) элемент(ы) из списка скачек и с жесткого диска? - + Download finished - + has finished downloading. <filename> has finished downloading. скачивание завершено. - + Search Engine Поисковик @@ -1056,15 +1056,21 @@ Please close the other one first. - + An error occured when trying to read or write - + The disk is probably full, download has been paused + + + Listening on port + Listening on port <xxxxx> + + MainWindow diff --git a/src/lang/qbittorrent_sk.qm b/src/lang/qbittorrent_sk.qm index 2e7167429..b019e25ca 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 c72963211..561290ccb 100644 --- a/src/lang/qbittorrent_sk.ts +++ b/src/lang/qbittorrent_sk.ts @@ -505,7 +505,7 @@ Copyright © 2006 by Christophe Dumez<br> Nezne - + This file is either corrupted or this isn't a torrent. Tento súbor je buď poškodený alebo to nie je torrent. @@ -515,12 +515,12 @@ Copyright © 2006 by Christophe Dumez<br> Určite chcete zmazať všetky súbory v zozname sťahovaných? - + &Yes &Áno - + &No &Nie @@ -550,7 +550,7 @@ Copyright © 2006 by Christophe Dumez<br> kontroluje sa... - + Connecting... pripája sa... @@ -565,12 +565,12 @@ Copyright © 2006 by Christophe Dumez<br> Zoznam sťahovanch vyčistený. - + All Downloads Paused. Všetky sťahovania pozastavené. - + All Downloads Resumed. Všetky sťahovania znovu spustené. @@ -605,17 +605,17 @@ Copyright © 2006 by Christophe Dumez<br> u sa nachza v zozname sahovanch. - + added to download list. pridaný do zoznamu sťahovaných. - + resumed. (fast resume) znovu spustené. (rýchle znovuspustenie) - + Unable to decode torrent file: Nemohol som dekódovať torrent súbor: @@ -637,7 +637,7 @@ Copyright © 2006 by Christophe Dumez<br> Listening on port: - Počúvam na porte: + Počúvam na porte: @@ -660,57 +660,57 @@ Copyright © 2006 by Christophe Dumez<br> <b>qBittorrent</b><br>DL Speed: - + <b>Connection Status:</b><br>Online <b>Stav spojenia:</b><br>Online - + <b>Connection Status:</b><br>Firewalled?<br><i>No incoming connections...</i> <b>Stav spojenia:</b><br>Za firewallom?<br><i>Žiadne prichzajúce spojenia...</i> - + <b>Connection Status:</b><br>Offline<br><i>No peers found...</i> <b>Stav spojenia:</b><br>Offline<br><i>Neboli nájdení rovesníci...</i> - + has finished downloading. skončilo sťahovanie. - + Couldn't listen on any of the given ports. Nepodarilo sa počúvať na žiadnom zo zadaných portov. - + None Žiadny - + Empty search pattern Prázdny vyhľadávací vzor - + Please type a search pattern first Prosím, najprv zadajte vyhľadávací vzor - + No seach engine selected Nebol zvolený vyhľadávač - + You must select at least one search engine. Musíte zvoliť aspoň jeden vyhľadávač. - + Searching... Hľadá sa... @@ -782,44 +782,44 @@ Copyright © 2006 by Christophe Dumez<br> už sa nacháza v zozname sťahovaných. - + paused. <file> paused. pozastavené. - + resumed. <file> resumed. znovu spustené. - + Search is finished Vyhľadávanie skočilo - + An error occured during search... Počas vyhľadávania sa vyskytla chyba... - + Search aborted Vyhľadávanie preušené - + Search returned no results Vyhľadávanie nevrátilo žiadne výsledky - + Search plugin update -- qBittorrent Aktualizácia zásuvného modulu vyhľadávania -- qBittorrent - + Search plugin can be updated, do you want to update it? Changelog: @@ -829,17 +829,17 @@ Changelog: Záznam zmien: - + Sorry, update server is temporarily unavailable. Je mi ľúto, aktualizačný server je dočasne nedostupný. - + Your search plugin is already up to date. Váš vyhľadávací zásuvný modul je aktuálny. - + Results Výsledky @@ -900,12 +900,12 @@ Záznam zmien: Bez pohybu - + Paused Pozastavený - + Transfers Prenosy @@ -922,25 +922,25 @@ Please close the other one first. Najskôr ho prosím zatvorte. - + Couldn't download Couldn't download <file> Nemohol som stiahnuť - + reason: Reason why the download failed dôvod: - + Downloading Example: Downloading www.example.com/test.torrent Sťahujem - + Please wait... Čakajte prosím... @@ -955,18 +955,18 @@ Najskôr ho prosím zatvorte. Ste si istý, že chcete zmazať vybrané položky v zozname sťahovaných a na pevnom disku? - + Download finished - + has finished downloading. <filename> has finished downloading. skončilo sťahovanie. - + Search Engine Vyhad @@ -976,20 +976,26 @@ Najskôr ho prosím zatvorte. - + I/O Error V/V Chyba - + An error occured when trying to read or write - + The disk is probably full, download has been paused + + + Listening on port + Listening on port <xxxxx> + + MainWindow diff --git a/src/lang/qbittorrent_sv.qm b/src/lang/qbittorrent_sv.qm index c15db6014..83c01007f 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 61f642908..63a5bae13 100644 --- a/src/lang/qbittorrent_sv.ts +++ b/src/lang/qbittorrent_sv.ts @@ -456,17 +456,17 @@ Copyright © 2006 by Christophe Dumez<br> Öppna Torrent-filer - + This file is either corrupted or this isn't a torrent. Denna fil är antingen skadad eller så är den inte en torrent-fil. - + &Yes &Ja - + &No &Nej @@ -486,7 +486,7 @@ Copyright © 2006 by Christophe Dumez<br> Kontrollerar... - + Connecting... Ansluter... @@ -496,12 +496,12 @@ Copyright © 2006 by Christophe Dumez<br> Hämtar... - + All Downloads Paused. Alla hämtningar är pausade. - + All Downloads Resumed. Alla hämtningar har återupptagits. @@ -532,17 +532,17 @@ Copyright © 2006 by Christophe Dumez<br> redan i hämtningslistan. - + added to download list. lades till i hämtningslistan. - + resumed. (fast resume) återupptagen. (snabbt läge) - + Unable to decode torrent file: Kunde inte avkoda torrent-fil: @@ -553,13 +553,13 @@ Copyright © 2006 by Christophe Dumez<br> borttagen. - + paused. <file> paused. pausad. - + resumed. <file> resumed. återupptagen. @@ -567,7 +567,7 @@ Copyright © 2006 by Christophe Dumez<br> Listening on port: - Lyssnar på port: + Lyssnar på port: @@ -585,57 +585,57 @@ Copyright © 2006 by Christophe Dumez<br> <b>qBittorrent</b><br>Hämtningshastighet: - + <b>Connection Status:</b><br>Online <b>Anslutningsstatus:</b><br>Ansluten - + <b>Connection Status:</b><br>Firewalled?<br><i>No incoming connections...</i> <b>Anslutningsstatus:</b><br>Bakom brandvägg?<br><i>Inga inkommande anslutningar...</i> - + <b>Connection Status:</b><br>Offline<br><i>No peers found...</i> <b>Anslutningsstatus:</b><br>Frånkopplad<br><i>Inga peers hittades...</i> - + has finished downloading. har hämtats färdigt. - + Couldn't listen on any of the given ports. Kunde inte lyssna på någon av de angivna portarna. - + None Ingen - + Empty search pattern Tomt sökmönster - + Please type a search pattern first Ange ett sökmönster först - + No seach engine selected Ingen sökmotor vald - + You must select at least one search engine. Du måste välja åtminstone en sökmotor. - + Searching... Söker... @@ -650,32 +650,32 @@ Copyright © 2006 by Christophe Dumez<br> KiB/s - + Search is finished Sökningen är färdig - + An error occured during search... Ett fel inträffade under sökningen... - + Search aborted Sökningen avbröts - + Search returned no results Sökningen returnerade inga träffar - + Search plugin update -- qBittorrent Uppdatering av sökinstick -- qBittorrent - + Search plugin can be updated, do you want to update it? Changelog: @@ -685,17 +685,17 @@ Changelog: Ändringslogg: - + Sorry, update server is temporarily unavailable. Tyvärr, uppdateringsservern är inte tillgänglig för tillfället. - + Your search plugin is already up to date. Din sökinsticksmodul är redan uppdaterad. - + Results Resultat @@ -756,7 +756,7 @@ Changelog: Försenad - + Paused Pausad @@ -773,30 +773,30 @@ Please close the other one first. Stäng den först. - + Couldn't download Couldn't download <file> Kunde inte hämta - + reason: Reason why the download failed anledning: - + Downloading Example: Downloading www.example.com/test.torrent Hämtar - + Please wait... Var god vänta... - + Transfers Överföringar @@ -811,18 +811,18 @@ Stäng den först. Är du säker på att du vill ta bort de markerade objekten i hämtningslistan och på hårddisken? - + Download finished - + has finished downloading. <filename> has finished downloading. har hämtats färdigt. - + Search Engine @@ -832,20 +832,26 @@ Stäng den först. - + I/O Error In-/Ut-fel - + An error occured when trying to read or write - + The disk is probably full, download has been paused + + + Listening on port + Listening on port <xxxxx> + + MainWindow diff --git a/src/lang/qbittorrent_tr.qm b/src/lang/qbittorrent_tr.qm index e3230928d..8338db6c8 100644 Binary files a/src/lang/qbittorrent_tr.qm and b/src/lang/qbittorrent_tr.qm differ diff --git a/src/lang/qbittorrent_tr.ts b/src/lang/qbittorrent_tr.ts index 5ae998d9e..a8f471060 100644 --- a/src/lang/qbittorrent_tr.ts +++ b/src/lang/qbittorrent_tr.ts @@ -626,7 +626,7 @@ Telif Hakkı © 2006 Christophe Dumez<br> Bilinmeyen - + This file is either corrupted or this isn't a torrent. Bu dosya bozuk ya da torrent dosyası değil. @@ -636,12 +636,12 @@ Telif Hakkı © 2006 Christophe Dumez<br> Download listesindeki bütün dosyaları silmek istediğinizden emin misiniz? - + &Yes &Evet - + &No &Hayır @@ -676,7 +676,7 @@ Telif Hakkı © 2006 Christophe Dumez<br> Kontrol ediliyor... - + Connecting... Bağlanılıyor... @@ -691,12 +691,12 @@ Telif Hakkı © 2006 Christophe Dumez<br> Download listesi temizlendi. - + All Downloads Paused. Bütün Downloadlar Duraklatıldı. - + All Downloads Resumed. Bütün Downloadlar Devam Ettirildi. @@ -732,17 +732,17 @@ Telif Hakkı © 2006 Christophe Dumez<br> zaten download listesinde bulunuyor. - + added to download list. download listesine eklendi. - + resumed. (fast resume) devam ettirildi. (fast resume) - + Unable to decode torrent file: Torrent dosyası çözülemiyor: @@ -753,13 +753,13 @@ Telif Hakkı © 2006 Christophe Dumez<br> silindi. - + paused. <file> paused. duraklatıldı. - + resumed. <file> resumed. devam ettirildi. @@ -785,7 +785,7 @@ Telif Hakkı © 2006 Christophe Dumez<br> Listening on port: - Port dinleniyor: + Port dinleniyor: @@ -813,17 +813,17 @@ Telif Hakkı © 2006 Christophe Dumez<br> .: Cristophe Dumez tarafından hazırlanmıştır :: Telif Hakkı (c) 2006 - + <b>Connection Status:</b><br>Online <b>Bağlantı Durumu:</b><br> Bağlı - + <b>Connection Status:</b><br>Firewalled?<br><i>No incoming connections...</i> <b>Bağlantı Durumu:</b><br>Güvenlik Duvarınız mı açık?<br><i>Gelen bağlantı yok...</i> - + <b>Connection Status:</b><br>Offline<br><i>No peers found...</i> <b>Bağlantı Durumu:</b><br>Bağlı Değil<br><i>Kullanıcı bulunamadı...</i> @@ -834,42 +834,42 @@ Telif Hakkı © 2006 Christophe Dumez<br> /s - + has finished downloading. download tamamlandı. - + Couldn't listen on any of the given ports. Verilen portların hiçbiri dinlenemedi. - + None Yok - + Empty search pattern Boş arama sorgusu - + Please type a search pattern first Lütfen önce bir arama sorgusu girin - + No seach engine selected Arama motoru seçilmedi - + You must select at least one search engine. En az bir arama motoru seçmelisiniz. - + Searching... Aranıyor... @@ -884,7 +884,7 @@ Telif Hakkı © 2006 Christophe Dumez<br> Durdu - + I/O Error I/O Hatası @@ -964,22 +964,22 @@ Telif Hakkı © 2006 Christophe Dumez<br> Hız kaybetti - + Search is finished Arama tamamlandı - + An error occured during search... Arama yapılırken bir hata oluştu... - + Search aborted Arama iptal edildi - + Search returned no results Arama sonuç bulamadı @@ -989,12 +989,12 @@ Telif Hakkı © 2006 Christophe Dumez<br> Arama Tamamlandı - + Search plugin update -- qBittorrent Arama plugini güncellemesi -- qBittorrent - + Search plugin can be updated, do you want to update it? Changelog: @@ -1005,17 +1005,17 @@ Changelog: - + Sorry, update server is temporarily unavailable. Üzgünüz, güncelleme sunucusu geçici olarak servis dışı. - + Your search plugin is already up to date. Arama plugini zaten güncel durumda. - + Results Sonuçlar @@ -1076,7 +1076,7 @@ Changelog: Hız kaybetti - + Paused Duraklatıldı @@ -1093,30 +1093,30 @@ Please close the other one first. Lütfen önce diğerini kapatın. - + Couldn't download Couldn't download <file> Download edilemedi - + reason: Reason why the download failed neden: - + Downloading Example: Downloading www.example.com/test.torrent Download ediliyor - + Please wait... Lütfen bekleyin... - + Transfers Aktarımlar @@ -1131,18 +1131,18 @@ Lütfen önce diğerini kapatın. Seçilenleri download listesinden ve sabit diskinizden silmek istediğinize emin misiniz? - + Download finished - + has finished downloading. <filename> has finished downloading. download tamamlandı. - + Search Engine Arama Motoru @@ -1152,15 +1152,21 @@ Lütfen önce diğerini kapatın. - + An error occured when trying to read or write - + The disk is probably full, download has been paused + + + Listening on port + Listening on port <xxxxx> + + MainWindow diff --git a/src/lang/qbittorrent_uk.qm b/src/lang/qbittorrent_uk.qm index 67f485768..96542e4dd 100644 Binary files a/src/lang/qbittorrent_uk.qm and b/src/lang/qbittorrent_uk.qm differ diff --git a/src/lang/qbittorrent_uk.ts b/src/lang/qbittorrent_uk.ts index 354954f5c..019a2afdb 100644 --- a/src/lang/qbittorrent_uk.ts +++ b/src/lang/qbittorrent_uk.ts @@ -550,7 +550,7 @@ Copyright © 2006 by Christophe Dumez<br> Невідомо - + This file is either corrupted or this isn't a torrent. Цей файл пошкоджено, або він не є torrent-файлом. @@ -560,12 +560,12 @@ Copyright © 2006 by Christophe Dumez<br> Ви впевнені що хочете видалити всі файли зі списку завантажень? - + &Yes &Так - + &No &Ні @@ -595,7 +595,7 @@ Copyright © 2006 by Christophe Dumez<br> Перевіряю... - + Connecting... З'єднуюсь... @@ -610,12 +610,12 @@ Copyright © 2006 by Christophe Dumez<br> Список завантажень очищено. - + All Downloads Paused. Всі завантаження зупинено. - + All Downloads Resumed. Всі завантаження відновлено. @@ -651,17 +651,17 @@ Copyright © 2006 by Christophe Dumez<br> вже в списку завантажень. - + added to download list. додано до списку завантажень. - + resumed. (fast resume) відновлено. (швидке відновлення) - + Unable to decode torrent file: Неможливо декодувати torrent-файл: @@ -672,13 +672,13 @@ Copyright © 2006 by Christophe Dumez<br> видалено. - + paused. <file> paused. зупинено. - + resumed. <file> resumed. відновлено. @@ -704,7 +704,7 @@ Copyright © 2006 by Christophe Dumez<br> Listening on port: - Слухаю порт: + Слухаю порт: @@ -727,17 +727,17 @@ Copyright © 2006 by Christophe Dumez<br> <b>qBittorrent</b><br>DL швидкість: - + <b>Connection Status:</b><br>Online <b>Статус з'єднання:</b><br>Онлайн - + <b>Connection Status:</b><br>Firewalled?<br><i>No incoming connections...</i> <b>Статус з'єднання:</b><br>Заборонено файерволом?<br><i>Немає вхідних з'єднаннь...</i> - + <b>Connection Status:</b><br>Offline<br><i>No peers found...</i> <b>Статус з'єднання:</b><br>Оффлайн<br><i>Не знайдено пірів...</i> @@ -748,42 +748,42 @@ Copyright © 2006 by Christophe Dumez<br> - + has finished downloading. завантажено. - + Couldn't listen on any of the given ports. Не можу слухати по жодному з вказаних портів. - + None Немає - + Empty search pattern Пустий шаблон пошуку - + Please type a search pattern first Будь-ласка спочатку введіть шаблон пошуку - + No seach engine selected Не вибрано пошуковика - + You must select at least one search engine. Ви повинні вибрати хоча б один пошуковик. - + Searching... Шукаю... @@ -798,7 +798,7 @@ Copyright © 2006 by Christophe Dumez<br> Зупинено - + I/O Error Помилка I/O @@ -878,22 +878,22 @@ Copyright © 2006 by Christophe Dumez<br> Заглохло - + Search is finished Пошук завершено - + An error occured during search... Під час пошуку сталася помилка... - + Search aborted Пошук скасовано - + Search returned no results Пошук не дав результів @@ -903,12 +903,12 @@ Copyright © 2006 by Christophe Dumez<br> Пошук завершено - + Search plugin update -- qBittorrent Оновлення пошукового плагіну -- qBittorrent - + Search plugin can be updated, do you want to update it? Changelog: @@ -919,17 +919,17 @@ Changelog: - + Sorry, update server is temporarily unavailable. Пробачте, сервер оновлень тимчасово недоступний. - + Your search plugin is already up to date. Ви вже маєте останню версію пошукового плагіну. - + Results Результати @@ -990,7 +990,7 @@ Changelog: Заглохло - + Paused Призупинено @@ -1007,30 +1007,30 @@ Please close the other one first. Будь-ласка, спочатку закрийте його. - + Couldn't download Couldn't download <file> Не зміг завантажити - + reason: Reason why the download failed причина: - + Downloading Example: Downloading www.example.com/test.torrent Завантажую - + Please wait... Будь-ласка, зачекайте... - + Transfers Трансфери @@ -1045,18 +1045,18 @@ Please close the other one first. Ви впевнені, що хочете видалити вибрані завантаження зі списку та з вінчестера? - + Download finished - + has finished downloading. <filename> has finished downloading. завантажено. - + Search Engine Пошуковик @@ -1066,15 +1066,21 @@ Please close the other one first. - + An error occured when trying to read or write - + The disk is probably full, download has been paused + + + Listening on port + Listening on port <xxxxx> + + MainWindow diff --git a/src/lang/qbittorrent_zh.qm b/src/lang/qbittorrent_zh.qm index c09ea30d8..794d593c2 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 36a71c0a5..925e274c3 100644 --- a/src/lang/qbittorrent_zh.ts +++ b/src/lang/qbittorrent_zh.ts @@ -534,7 +534,7 @@ Copyright © 2006 by Christophe Dumez<br> 无效 - + This file is either corrupted or this isn't a torrent. 该文件不是torrent文件或已经损坏. @@ -544,12 +544,12 @@ Copyright © 2006 by Christophe Dumez<br> 确定删除下载列表中的所有文件? - + &Yes &是 - + &No &否 @@ -579,7 +579,7 @@ Copyright © 2006 by Christophe Dumez<br> 检查中... - + Connecting... 连接中... @@ -594,12 +594,12 @@ Copyright © 2006 by Christophe Dumez<br> 下载列表已清空. - + All Downloads Paused. 暂停所有下载. - + All Downloads Resumed. 重新开始所有下载. @@ -635,17 +635,17 @@ Copyright © 2006 by Christophe Dumez<br> 该文件已存在于下载列表中. - + added to download list. 添加到下载列表. - + resumed. (fast resume) 重新开始. (快速) - + Unable to decode torrent file: 无法解码torrent文件: @@ -656,13 +656,13 @@ Copyright © 2006 by Christophe Dumez<br> 移除. - + paused. <file> paused. 暂停. - + resumed. <file> resumed. 重新开始. @@ -670,7 +670,7 @@ Copyright © 2006 by Christophe Dumez<br> Listening on port: - 使用端口: + 使用端口: @@ -688,57 +688,57 @@ Copyright © 2006 by Christophe Dumez<br> <b>qBittorrent</b><br>下载速度: - + <b>Connection Status:</b><br>Online <b>连接状态:</b><br>在线 - + <b>Connection Status:</b><br>Firewalled?<br><i>No incoming connections...</i> <b>连接状态:</b><br>有防火墙?<br><i>无对内连接...</i> - + <b>Connection Status:</b><br>Offline<br><i>No peers found...</i> <b>连接状态:</b><br>离线</br><i>无法找到任何peer...</i> - + has finished downloading. 下载完毕. - + Couldn't listen on any of the given ports. 所给端口无响应. - + None - + Empty search pattern 无关键词 - + Please type a search pattern first 请先输入关键词 - + No seach engine selected 无选中的搜索引擎 - + You must select at least one search engine. 请选择至少一个搜索引擎. - + Searching... 搜索中... @@ -753,7 +753,7 @@ Copyright © 2006 by Christophe Dumez<br> 停止 - + I/O Error 输入/输出错误 @@ -828,22 +828,22 @@ Copyright © 2006 by Christophe Dumez<br> 等待 - + Search is finished 搜索完毕 - + An error occured during search... 搜索中出现错误... - + Search aborted 搜索失败 - + Search returned no results 搜索无结果 @@ -853,12 +853,12 @@ Copyright © 2006 by Christophe Dumez<br> 搜索完毕 - + Search plugin update -- qBittorrent 更新搜索插件 - + Search plugin can be updated, do you want to update it? Changelog: @@ -868,17 +868,17 @@ Changelog: 更改记录: - + Sorry, update server is temporarily unavailable. 对不起,服务器暂时不可用. - + Your search plugin is already up to date. 您的搜索插件已是最新的. - + Results 结果 @@ -939,7 +939,7 @@ Changelog: 等待中 - + Paused 暂停中 @@ -956,30 +956,30 @@ Please close the other one first. 请先关闭另一程序. - + Couldn't download Couldn't download <file> 无法下载 - + reason: Reason why the download failed 原因: - + Downloading Example: Downloading www.example.com/test.torrent 下载中 - + Please wait... 请稍等... - + Transfers 传输 @@ -994,18 +994,18 @@ Please close the other one first. 确定从硬盘及下载列表中删除所选中的项目? - + Download finished - + has finished downloading. <filename> has finished downloading. 下载完毕. - + Search Engine 搜索引擎 @@ -1015,15 +1015,21 @@ Please close the other one first. 完整种子/不完整种子 - + An error occured when trying to read or write - + The disk is probably full, download has been paused + + + Listening on port + Listening on port <xxxxx> + + MainWindow diff --git a/src/lang/qbittorrent_zh_HK.qm b/src/lang/qbittorrent_zh_HK.qm index a4d19ecf1..906c2f130 100644 Binary files a/src/lang/qbittorrent_zh_HK.qm and b/src/lang/qbittorrent_zh_HK.qm differ diff --git a/src/lang/qbittorrent_zh_HK.ts b/src/lang/qbittorrent_zh_HK.ts index aefa3a830..aba23692f 100644 --- a/src/lang/qbittorrent_zh_HK.ts +++ b/src/lang/qbittorrent_zh_HK.ts @@ -524,7 +524,7 @@ Copyright © 2006 by Christophe Dumez<br> 無效 - + This file is either corrupted or this isn't a torrent. 該文件不是torrent文件或已經損壞. @@ -534,12 +534,12 @@ Copyright © 2006 by Christophe Dumez<br> 確定刪除下在列表中的所有文件? - + &Yes &是 - + &No &否 @@ -569,7 +569,7 @@ Copyright © 2006 by Christophe Dumez<br> 檢查中... - + Connecting... 連接中... @@ -584,12 +584,12 @@ Copyright © 2006 by Christophe Dumez<br> 下載列表以清空. - + All Downloads Paused. 暫停所有下載. - + All Downloads Resumed. 重新開始所有下載. @@ -625,17 +625,17 @@ Copyright © 2006 by Christophe Dumez<br> 該文件已存在於下載列表中. - + added to download list. 增加到下載列表. - + resumed. (fast resume) 重新開始. (快速) - + Unable to decode torrent file: 無法解碼torrent文件: @@ -646,13 +646,13 @@ Copyright © 2006 by Christophe Dumez<br> 移除. - + paused. <file> paused. 暫停. - + resumed. <file> resumed. 重新開始. @@ -660,7 +660,7 @@ Copyright © 2006 by Christophe Dumez<br> Listening on port: - 使用端口: + 使用端口: @@ -678,57 +678,57 @@ Copyright © 2006 by Christophe Dumez<br> <b>qBittorrent</b><br>下載速度: - + <b>Connection Status:</b><br>Online <b>連接狀態:</b><br>在線上 - + <b>Connection Status:</b><br>Firewalled?<br><i>No incoming connections...</i> <b>連接狀態:</b><br>有防火牆?<br><i>無incoming連接...</i> - + <b>Connection Status:</b><br>Offline<br><i>No peers found...</i> <b>連接狀態:</b><br>離線<br><i>無法找到任何資源...</i> - + has finished downloading. 下載完畢. - + Couldn't listen on any of the given ports. 所給端口無回應. - + None - + Empty search pattern 無關鍵字 - + Please type a search pattern first 請輸入關鍵字 - + No seach engine selected 無選中的搜索引擎 - + You must select at least one search engine. 至少選擇一個搜索引擎. - + Searching... 搜索中... @@ -743,7 +743,7 @@ Copyright © 2006 by Christophe Dumez<br> 停止 - + I/O Error 輸入/輸出錯誤 @@ -798,22 +798,22 @@ Copyright © 2006 by Christophe Dumez<br> - + Search is finished 搜尋結束 - + An error occured during search... 搜尋發生錯誤... - + Search aborted 搜尋中斷 - + Search returned no results 搜尋無結果 @@ -823,12 +823,12 @@ Copyright © 2006 by Christophe Dumez<br> 搜尋結束 - + Search plugin update -- qBittorrent 搜尋 plugin 更新 -- qBittorrent - + Search plugin can be updated, do you want to update it? Changelog: @@ -836,17 +836,17 @@ Changelog: 搜尋 plugin 可更新, 是否更新? - + Sorry, update server is temporarily unavailable. 抱歉, 更新伺服器暫時不能用 - + Your search plugin is already up to date. 您的搜尋 plugin 已是最新 - + Results 結果 @@ -907,7 +907,7 @@ Changelog: - + Paused 暫停 @@ -923,46 +923,46 @@ Please close the other one first. - + Couldn't download Couldn't download <file> - + reason: Reason why the download failed - + Downloading Example: Downloading www.example.com/test.torrent - + Please wait... - + Transfers - + Download finished - + has finished downloading. <filename> has finished downloading. 下載完畢. - + Search Engine 搜索引擎 @@ -982,15 +982,21 @@ Please close the other one first. - + An error occured when trying to read or write - + The disk is probably full, download has been paused + + + Listening on port + Listening on port <xxxxx> + + MainWindow