diff --git a/AUTHORS b/AUTHORS index c4b7c822c..560821d74 100644 --- a/AUTHORS +++ b/AUTHORS @@ -1,5 +1,5 @@ Author: * Christophe Dumez -Other developers: +Contributors: * Arnaud Demaizière diff --git a/INSTALL b/INSTALL index 43a5c698c..90fb6bf11 100644 --- a/INSTALL +++ b/INSTALL @@ -16,9 +16,9 @@ will install and execute qBittorrent hopefully without any problems. Dependencies: - Qt >= 4.2 (libqt-devel, libqtgui, libqtcore, libqtnetwork, libqtxml) -- libtorrent by Arvid Norberg (>= v0.13 REQUIRED) +- rblibtorrent by Arvid Norberg (>= v0.13 REQUIRED) -> http://www.libtorrent.net - Be carefull: another library (the one used by rtorrent) use the same name. + Be careful: another library (the one used by rTorrent) use the same name. These are TWO different libraries and qBittorrent will only work with the one provided on sourceforge (created by Arvid Norberg). The two libraries conflicts with each other. @@ -26,13 +26,13 @@ Dependencies: - libcommoncpp2 -- python >= 2.3 (previous might work - not tested): needed by search engine. +- python >= 2.3 (needed by search engine) - libmagick++ (advised, not required) -NOTE FOR GNOME USERS: -- qt4-qtconfig package is advised when using Plastique style (default) - or just change qBittorrent style to Cleanlooks (GNOME like) +NOTE FOR NON-KDE USERS: +- qt4-qtconfig package is advised when using other systems than KDE. + You can also change qBittorrent style to Cleanlooks (GNOME like) DOCUMENTATION: Please note that there is a documentation with a "compiling howto" at http://wiki.qbittorrent.org. diff --git a/README b/README index 7860e1632..3576c70e5 100644 --- a/README +++ b/README @@ -3,30 +3,30 @@ qBittorrent - A BitTorrent client in Qt4 Description: ******************************** -qBittorrent is a bittorrent client programmed in C++ / Qt4 that use -libtorrent (sometimes called rb_libtorrent) by Arvid Norberg. +qBittorrent is a bittorrent client programmed in C++ / Qt4 that uses +libtorrent (sometimes called rblibtorrent) by Arvid Norberg. It aims to be a good alternative to all other bittorrent clients out there. qBittorrent is fast, stable and provides unicode -support. +support as well as many features. Installation: ******************************** -For installation follow the instructions from INSTALL file, but simple +For installation, follow the instructions from INSTALL file, but simple: ./configure make && make install qbittorrent -will install and execute qBittorrent hopefully without any problems. +will install and execute qBittorrent hopefully without any problem. For more information please visit: http://www.qbittorrent.org -Please report any bug (or feature requests) to: +Please report any bug (or feature request) to: http://bugs.qbittorrent.org -You can also meet me on IRC: +You can also meet me (chris-qBT) on IRC: #qbittorrent on irc.freenode.net ------------------------------------------ diff --git a/TODO b/TODO index f925b6d62..7a3f0804e 100644 --- a/TODO +++ b/TODO @@ -1,35 +1,34 @@ // Easy - Translations into as many languages as possible -- Improve man page - Use Launchpad/Rosetta for translations once it supports TS files // Intermediate -- Port on MacOS, Windows (and create an installer for Windows) - Progressing slowly -- Add some transparency (menus,...), improve look +- Port on MacOS, Windows (and create an installer for Windows) - Slow progress +- Add some transparency (menus,...), improve look / usabilty +- Skins support? (contact Mateusz) // Harder -- Display a progress bar that really displays the pieces we have (like in eMule) +- Display a progress bar that really represents the pieces we have (like in eMule) // Waiting for libtorrent - File selection in a torrent in compact mode -- Allow to prioritize torrents +- Allow to prioritize torrents (may code this in qBittorrent?) // Unsure - Azureus spoofing to prevent ban from trackers? - Option to shutdown computer when downloads are finished -- Add a torrent scheduler - Make use of dbus on Linux for the single instance instead of socket communication? (http://techbase.kde.org/Development/Tutorials/D-Bus/Accessing_Interfaces) -- search engines customizing // in v1.2.0 -- Allow user to organize the downloads into categories/folders +- Allow user to organize the downloads into categories/folders? // in v1.1.0 - Tabs support in search - Allow to hide columns? - Allow to scan multiple directories? (useful?) -- Web interface (turbogears? php?) +- Web interface (turbogears? php? python?) + * Webserver? Try to write a webserver as a plugin for qBittorrent in Python - improve and test tracker authentication code (remember login/pass) (need a tracker to test this) - support zipped torrents? (useful?) - Add option for RSS customization (refresh interval, max news per RSS...) @@ -45,10 +44,10 @@ - update sorting when a new torrent is added? - Keep documention up to date - Windows port (Chris - Peerkoel) -- write patches libtorrent for file_priority(int index), actual_size() ? +- write patches for libtorrent for file_priority(int index), actual_size() ? - valgrind --tool=memcheck --leak-check=full src/qbittorrent (Looks ok) - 128m 29m 16m S 4.8 2.9 0:02.28 qbittorrent -* beta 6 +* beta 7 - Translations update (IN PROGRESS) - Wait for some bug fixes in libtorrent : - Number of seeds non null for finished torrent (Ticket #122) @@ -74,27 +73,6 @@ LANGUAGES UPDATED: - Dutch *BETA5* - Romanian *BETA5* -beta5->beta6 changelog: -- FEATURE: Split download tab from GUI class and cleaned up code -- FEATURE: A lot of code optimization (CPU & memory usage) -- FEATURE: Added support for .ico format (useful for RSS favicons) -- FEATURE: Replaced Meganova search engine by TorrentReactor -- FEATURE: Brand new search engine plugins system -- FEATURE: Added btjunkie search plugin (with multipage support) -- FEATURE: Search engine, added multipage support for mininova search plugin -- I18N: Updated Greek, Dutch and Romanian translation -- I18N: Removed no longer maintained Traditional chinese translation -- BUGFIX: Made torrent deletion from hard-drive safer -- BUGFIX: Fixed a bug when switching from finished to downloading list -- BUGFIX: Showing checking progress for paused torrents too -- BUGFIX: Fixed progress column sorting on startup -- BUGFIX: Prevent downloadFromUrl flooding -- BUGFIX: Fixed pause state toggle for paused and checking torrents -- BUGFIX: Made finished list context menu more similar to the download list one -- BUGFIX: Fixed Pause/Start action in lists context menus -- BUGFIX: Improved ETA calculation -- BUGFIX: ETA was wrong for torrents with filtered files -- BUGFIX: Display the torrent that are being checked as 'checking' in seeding list -- BUGFIX: Fixed file preview and improved previewable files detection -- BUGFIX: Do not store and calculate ETA values for finished/paused torrents -- BUGFIX: Fixed memory leak in GUI +beta6->beta7 changelog: +- FEATURE: Made search engine plugin install more reliable +- BUGFIX: Updated man page / README / INSTALL diff --git a/doc/qbittorrent.1.gz b/doc/qbittorrent.1.gz index 27b75028c..fd0a8f499 100644 Binary files a/doc/qbittorrent.1.gz and b/doc/qbittorrent.1.gz differ diff --git a/qbittorrent.qc b/qbittorrent.qc index 16b88e5c6..49dc699a6 100644 --- a/qbittorrent.qc +++ b/qbittorrent.qc @@ -15,7 +15,7 @@ - + diff --git a/src/about_imp.h b/src/about_imp.h index 5ddcf1a7e..a21ba36a5 100644 --- a/src/about_imp.h +++ b/src/about_imp.h @@ -44,9 +44,9 @@ class about : public QDialog, private Ui::AboutDlg{ // Thanks te_thanks->append(QString::fromUtf8("")); te_thanks->append(QString::fromUtf8("
  • I would like to thank sourceforge.net for hosting qBittorrent project.
  • ")); - te_thanks->append(QString::fromUtf8("
  • I am happy that Arnaud Demaizière joined the project as a programmer. His help is greatly appreciated
  • ")); - te_thanks->append(QString::fromUtf8("
  • I also want to thank Jeffery Fernandez (jeffery@qbittorrent.org), project consultant, webdevelopper and RPM packager, for his help.
  • ")); - te_thanks->append(QString::fromUtf8("
  • I am gratefull to Peter Koeleman (peter@qbittorrent.org) who is helping port qBittorrent to Windows.
  • ")); + te_thanks->append(QString::fromUtf8("
  • I am happy that Arnaud Demaizière is contributing to the project as a developer. His help is greatly appreciated
  • ")); + te_thanks->append(QString::fromUtf8("
  • I also want to thank Jeffery Fernandez (jeffery@qbittorrent.org), project consultant, RPM packager, for his help and support.
  • ")); + te_thanks->append(QString::fromUtf8("
  • I am grateful to Peter Koeleman (peter@qbittorrent.org) who is helping port qBittorrent to Windows.
  • ")); te_thanks->append(QString::fromUtf8("
  • Thanks a lot to our graphist Mateusz Toboła (tobejodok@qbittorrent.org) for his great work.


")); te_thanks->scrollToAnchor(QString::fromUtf8("top")); // Translation diff --git a/src/createtorrent_imp.cpp b/src/createtorrent_imp.cpp index dccd5a646..8033db40c 100644 --- a/src/createtorrent_imp.cpp +++ b/src/createtorrent_imp.cpp @@ -160,11 +160,12 @@ void createtorrent::on_createButton_clicked(){ char const* creator_str = "qBittorrent "VERSION; try { torrent_info t; - QString input_path; - path full_path; ofstream out(complete(path((const char*)destination.toUtf8())), std::ios_base::binary); + path full_path; + // Adding files to the torrent + QString input_path; foreach(input_path, input){ - full_path = complete(path((const char*)input_path.toUtf8())); + full_path = complete(path(input_path.toUtf8().data())); add_files(t, full_path.branch_path(), full_path.leaf()); } int piece_size = 256 * 1024; @@ -173,11 +174,11 @@ void createtorrent::on_createButton_clicked(){ QStringList urlSeeds = allItems(URLSeeds_list); QString seed; foreach(seed, urlSeeds){ - t.add_url_seed((const char*)seed.toUtf8()); + t.add_url_seed(seed.toUtf8().data()); } QStringList trackers = allItems(trackers_list); for(int i=0; i plugins_list = result.split(','); + return plugins_list.contains(plugin_name.toUtf8()); +} + void engineSelectDlg::loadSupportedSearchEngines() { // Some clean up first pluginsTree->clear(); @@ -272,7 +285,7 @@ QList engineSelectDlg::findItemsWithUrl(QString url){ return res; } -bool engineSelectDlg::isUpdateNeeded(QString plugin_name, float new_version) { +bool engineSelectDlg::isUpdateNeeded(QString plugin_name, float new_version) const { float old_version = misc::getPluginVersion(misc::qBittorrentPath()+"search_engine"+QDir::separator()+"engines"+QDir::separator()+plugin_name+".py"); return (new_version > old_version); } @@ -295,19 +308,41 @@ void engineSelectDlg::on_installButton_clicked() { QString dest_path = misc::qBittorrentPath()+"search_engine"+QDir::separator()+"engines"+QDir::separator()+plugin_name+".py"; bool update = false; if(QFile::exists(dest_path)) { + // Backup in case install fails + QFile::copy(dest_path, dest_path+".bak"); QFile::remove(dest_path); update = true; } // Copy the plugin QFile::copy(path, dest_path); + // Check if this was correctly installed + if(!checkInstalled(plugin_name)) { + if(update) { + // Remove broken file + QFile::remove(dest_path); + // restore backup + QFile::copy(dest_path+".bak", dest_path); + QFile::remove(dest_path+".bak"); + QMessageBox::warning(this, tr("Search plugin install")+" -- "+tr("qBittorrent"), tr("%1 search engine plugin could not be updated, keeping old version.", "%1 is the name of the search engine").arg(plugin_name.toUtf8().data())); + return; + } else { + // Remove broken file + QFile::remove(dest_path); + QMessageBox::warning(this, tr("Search plugin install")+" -- "+tr("qBittorrent"), tr("%1 search engine plugin could not be installed.", "%1 is the name of the search engine").arg(plugin_name.toUtf8().data())); + return; + } + } + // Install was successful, remove backup + if(update) { + QFile::remove(dest_path+".bak"); + } // Refresh plugin list loadSupportedSearchEngines(); - // TODO: do some more checking to be sure it was installed successfuly? if(update) { - QMessageBox::information(this, tr("Search plugin install")+" -- "+tr("qBittorrent"), tr("%1 search engine plugin was successfuly updated.", "%1 is the name of the search engine").arg(plugin_name.toUtf8().data())); + QMessageBox::information(this, tr("Search plugin install")+" -- "+tr("qBittorrent"), tr("%1 search engine plugin was successfully updated.", "%1 is the name of the search engine").arg(plugin_name.toUtf8().data())); continue; } else { - QMessageBox::information(this, tr("Search plugin install")+" -- "+tr("qBittorrent"), tr("%1 search engine plugin was successfuly installed.", "%1 is the name of the search engine").arg(plugin_name.toUtf8().data())); + QMessageBox::information(this, tr("Search plugin install")+" -- "+tr("qBittorrent"), tr("%1 search engine plugin was successfully installed.", "%1 is the name of the search engine").arg(plugin_name.toUtf8().data())); continue; } } @@ -423,7 +458,7 @@ void engineSelectDlg::processDownloadedFile(QString url, QString filePath) { // if it is new, refresh the list of plugins loadSupportedSearchEngines(); } - QMessageBox::information(this, tr("Search plugin update")+" -- "+tr("qBittorrent"), tr("%1 search plugin was successfuly updated.", "%1 is the name of the search engine").arg(plugin_name.toUtf8().data())); + QMessageBox::information(this, tr("Search plugin update")+" -- "+tr("qBittorrent"), tr("%1 search plugin was successfully updated.", "%1 is the name of the search engine").arg(plugin_name.toUtf8().data())); } } diff --git a/src/engineSelectDlg.h b/src/engineSelectDlg.h index 1ce8f5da8..dc55297a5 100644 --- a/src/engineSelectDlg.h +++ b/src/engineSelectDlg.h @@ -44,7 +44,8 @@ class engineSelectDlg : public QDialog, public Ui::engineSelect{ protected: bool parseVersionsFile(QString versions_file, QString updateServer); - bool isUpdateNeeded(QString plugin_name, float new_version); + bool isUpdateNeeded(QString plugin_name, float new_version) const; + bool checkInstalled(QString plugin_name) const; signals: void enginesChanged(); diff --git a/src/lang/qbittorrent_bg.qm b/src/lang/qbittorrent_bg.qm index d8ddec1ca..816a9957b 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 cec841cab..07d292240 100644 --- a/src/lang/qbittorrent_bg.ts +++ b/src/lang/qbittorrent_bg.ts @@ -2922,12 +2922,12 @@ Changelog: Моля първо напишете правилен входящ път - + Torrent creation Създаване на Торент - + Torrent was created successfully: Торента бе създаден успешно: @@ -2952,7 +2952,7 @@ Changelog: - + Torrent creation was unsuccessful, reason: %1 @@ -3160,12 +3160,12 @@ Changelog: engineSelectDlg - + True Вярно - + False @@ -3187,75 +3187,87 @@ However, those plugins were disabled. - - All selected plugins were uninstalled successfuly - - - - + Select search plugins - + qBittorrent search plugins - + Search plugin install - + qBittorrent qBittorrent - + A more recent version of %1 search engine plugin is already installed. %1 is the name of the search engine - - %1 search engine plugin was successfuly updated. - %1 is the name of the search engine - - - - - %1 search engine plugin was successfuly installed. - %1 is the name of the search engine - - - - + Search plugin update Допълнението за търсене е обновено - + Sorry, update server is temporarily unavailable. Съжалявам, сървъра за обновяване е временно недостъпен. - - %1 search plugin was successfuly updated. - %1 is the name of the search engine - - - - + Sorry, %1 search plugin update failed. %1 is the name of the search engine - + All your plugins are already up to date. + + + %1 search engine plugin could not be updated, keeping old version. + %1 is the name of the search engine + + + + + %1 search engine plugin could not be installed. + %1 is the name of the search engine + + + + + All selected plugins were uninstalled successfully + + + + + %1 search engine plugin was successfully updated. + %1 is the name of the search engine + + + + + %1 search engine plugin was successfully installed. + %1 is the name of the search engine + + + + + %1 search plugin was successfully updated. + %1 is the name of the search engine + + misc @@ -3314,7 +3326,7 @@ However, those plugins were disabled. ч - + Unknown Неизвестно @@ -3325,25 +3337,25 @@ However, those plugins were disabled. Неизвестен - + < 1m < 1 minute < 1мин - + %1m e.g: 10minutes %1мин - + %1h%2m e.g: 3hours 5minutes %1ч%2мин - + %1d%2h%3m e.g: 2days 10hours 2minutes %1д%2ч%3мин diff --git a/src/lang/qbittorrent_ca.qm b/src/lang/qbittorrent_ca.qm index 8abf05d44..6dddc9444 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 ff60f86d9..a9578780a 100644 --- a/src/lang/qbittorrent_ca.ts +++ b/src/lang/qbittorrent_ca.ts @@ -2875,12 +2875,12 @@ Log: Si us plau escriu una ruta d'entrada primer - + Torrent creation Crear Torrent - + Torrent was created successfully: Torrent creatamb éxit: @@ -2905,7 +2905,7 @@ Log: - + Torrent creation was unsuccessful, reason: %1 @@ -3113,12 +3113,12 @@ Log: engineSelectDlg - + True Cert - + False Fals @@ -3140,75 +3140,87 @@ However, those plugins were disabled. - - All selected plugins were uninstalled successfuly - - - - + Select search plugins - + qBittorrent search plugins - + Search plugin install - + qBittorrent - + A more recent version of %1 search engine plugin is already installed. %1 is the name of the search engine - - %1 search engine plugin was successfuly updated. - %1 is the name of the search engine - - - - - %1 search engine plugin was successfuly installed. - %1 is the name of the search engine - - - - + Search plugin update - + Sorry, update server is temporarily unavailable. Ho sento, el servidor per actualitzar està temporalment no disponible. - - %1 search plugin was successfuly updated. - %1 is the name of the search engine - - - - + Sorry, %1 search plugin update failed. %1 is the name of the search engine - + All your plugins are already up to date. + + + %1 search engine plugin could not be updated, keeping old version. + %1 is the name of the search engine + + + + + %1 search engine plugin could not be installed. + %1 is the name of the search engine + + + + + All selected plugins were uninstalled successfully + + + + + %1 search engine plugin was successfully updated. + %1 is the name of the search engine + + + + + %1 search engine plugin was successfully installed. + %1 is the name of the search engine + + + + + %1 search plugin was successfully updated. + %1 is the name of the search engine + + misc @@ -3261,7 +3273,7 @@ However, those plugins were disabled. d - + Unknown Desconegut @@ -3272,25 +3284,25 @@ However, those plugins were disabled. Desconegut - + < 1m < 1 minute - + %1m e.g: 10minutes - + %1h%2m e.g: 3hours 5minutes - + %1d%2h%3m e.g: 2days 10hours 2minutes diff --git a/src/lang/qbittorrent_da.qm b/src/lang/qbittorrent_da.qm index 232a5e35b..ef18a891a 100644 Binary files a/src/lang/qbittorrent_da.qm and b/src/lang/qbittorrent_da.qm differ diff --git a/src/lang/qbittorrent_da.ts b/src/lang/qbittorrent_da.ts index 737cd97c3..2029af445 100644 --- a/src/lang/qbittorrent_da.ts +++ b/src/lang/qbittorrent_da.ts @@ -2272,12 +2272,12 @@ Changelog: Stien til input findes ikke - + Torrent creation Torrent oprettelse - + Torrent was created successfully: Torrent blev oprettet succesfuldt: @@ -2302,7 +2302,7 @@ Changelog: - + Torrent creation was unsuccessful, reason: %1 @@ -2510,12 +2510,12 @@ Changelog: engineSelectDlg - + True Sandt - + False Falsk @@ -2537,75 +2537,87 @@ However, those plugins were disabled. - - All selected plugins were uninstalled successfuly - - - - + Select search plugins - + qBittorrent search plugins - + Search plugin install - + qBittorrent qBittorrent - + A more recent version of %1 search engine plugin is already installed. %1 is the name of the search engine - - %1 search engine plugin was successfuly updated. - %1 is the name of the search engine - - - - - %1 search engine plugin was successfuly installed. - %1 is the name of the search engine - - - - + Search plugin update Søge plugin opdatering - + Sorry, update server is temporarily unavailable. Beklager, opdaterings-serveren er midlertidigt utilgængelig. - - %1 search plugin was successfuly updated. - %1 is the name of the search engine - - - - + Sorry, %1 search plugin update failed. %1 is the name of the search engine - + All your plugins are already up to date. + + + %1 search engine plugin could not be updated, keeping old version. + %1 is the name of the search engine + + + + + %1 search engine plugin could not be installed. + %1 is the name of the search engine + + + + + All selected plugins were uninstalled successfully + + + + + %1 search engine plugin was successfully updated. + %1 is the name of the search engine + + + + + %1 search engine plugin was successfully installed. + %1 is the name of the search engine + + + + + %1 search plugin was successfully updated. + %1 is the name of the search engine + + misc @@ -2640,7 +2652,7 @@ However, those plugins were disabled. TB - + Unknown Ukendt @@ -2651,25 +2663,25 @@ However, those plugins were disabled. Ukendt - + < 1m < 1 minute < 1 m - + %1m e.g: 10minutes %1m - + %1h%2m e.g: 3hours 5minutes %1h%2m - + %1d%2h%3m e.g: 2days 10hours 2minutes %1d%2h%3m diff --git a/src/lang/qbittorrent_de.qm b/src/lang/qbittorrent_de.qm index 33d564d08..fc59f8b8d 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 af4a3b101..74a4d21e5 100644 --- a/src/lang/qbittorrent_de.ts +++ b/src/lang/qbittorrent_de.ts @@ -2926,12 +2926,12 @@ Changelog: Bitte geben Sie einen gültigen Eingangs-Pfad an - + Torrent creation Torrent Erstellung - + Torrent was created successfully: Torrent erfolgreich erstellt: @@ -2956,7 +2956,7 @@ Changelog: Bitte Announce URL eingeben - + Torrent creation was unsuccessful, reason: %1 Torrent Erstellung nicht erfolgreich, Grund: %1 @@ -3164,12 +3164,12 @@ Changelog: engineSelectDlg - + True Wahr - + False Falsch @@ -3191,75 +3191,87 @@ However, those plugins were disabled. - - All selected plugins were uninstalled successfuly - - - - + Select search plugins - + qBittorrent search plugins - + Search plugin install - + qBittorrent qBittorrent - + A more recent version of %1 search engine plugin is already installed. %1 is the name of the search engine - - %1 search engine plugin was successfuly updated. - %1 is the name of the search engine - - - - - %1 search engine plugin was successfuly installed. - %1 is the name of the search engine - - - - + Search plugin update Such-Plugin update - + Sorry, update server is temporarily unavailable. Update Server vorübergehend nicht erreichbar. - - %1 search plugin was successfuly updated. - %1 is the name of the search engine - - - - + Sorry, %1 search plugin update failed. %1 is the name of the search engine - + All your plugins are already up to date. + + + %1 search engine plugin could not be updated, keeping old version. + %1 is the name of the search engine + + + + + %1 search engine plugin could not be installed. + %1 is the name of the search engine + + + + + All selected plugins were uninstalled successfully + + + + + %1 search engine plugin was successfully updated. + %1 is the name of the search engine + + + + + %1 search engine plugin was successfully installed. + %1 is the name of the search engine + + + + + %1 search plugin was successfully updated. + %1 is the name of the search engine + + misc @@ -3312,7 +3324,7 @@ However, those plugins were disabled. d - + Unknown Unbekannt @@ -3323,25 +3335,25 @@ However, those plugins were disabled. Unbekannt - + < 1m < 1 minute < 1 Minute - + %1m e.g: 10minutes %1 Min - + %1h%2m e.g: 3hours 5minutes %1 Std %2 Min - + %1d%2h%3m e.g: 2days 10hours 2minutes %1 Tage %2 Std %3 Min diff --git a/src/lang/qbittorrent_el.qm b/src/lang/qbittorrent_el.qm index 359f6aae4..9e64da9a1 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 7cc46fe53..226487daf 100644 --- a/src/lang/qbittorrent_el.ts +++ b/src/lang/qbittorrent_el.ts @@ -3017,12 +3017,12 @@ Changelog: Παρακαλώ πληκτρολογήστε έναν έγκυρο προορισμό διαδρομής πρώτα - + Torrent creation Δημιουργία τορεντ - + Torrent was created successfully: Τόρεντ δημιουργήθηκε επιτυχώς: @@ -3047,7 +3047,7 @@ Changelog: Παρακαλώ πληκτρολογήστε ένα URL ανακοίνωσης - + Torrent creation was unsuccessful, reason: %1 Η δημιουργία τορεντ ήταν ανεπιτυχής. αιτία: %1 @@ -3255,12 +3255,12 @@ Changelog: engineSelectDlg - + True Σωστό - + False @@ -3282,75 +3282,87 @@ However, those plugins were disabled. - - All selected plugins were uninstalled successfuly - - - - + Select search plugins - + qBittorrent search plugins - + Search plugin install - + qBittorrent qBittorrent - + A more recent version of %1 search engine plugin is already installed. %1 is the name of the search engine - - %1 search engine plugin was successfuly updated. - %1 is the name of the search engine - - - - - %1 search engine plugin was successfuly installed. - %1 is the name of the search engine - - - - + Search plugin update Αναβάθμιση plugin αναζήτησης - + Sorry, update server is temporarily unavailable. Λυπούμαστε, ο εξηπυρετητής αναβάθμισης δεν είναι προσωρινά διαθέσιμος. - - %1 search plugin was successfuly updated. - %1 is the name of the search engine - - - - + Sorry, %1 search plugin update failed. %1 is the name of the search engine - + All your plugins are already up to date. + + + %1 search engine plugin could not be updated, keeping old version. + %1 is the name of the search engine + + + + + %1 search engine plugin could not be installed. + %1 is the name of the search engine + + + + + All selected plugins were uninstalled successfully + + + + + %1 search engine plugin was successfully updated. + %1 is the name of the search engine + + + + + %1 search engine plugin was successfully installed. + %1 is the name of the search engine + + + + + %1 search plugin was successfully updated. + %1 is the name of the search engine + + misc @@ -3403,7 +3415,7 @@ However, those plugins were disabled. μ - + Unknown Άγνωστος @@ -3426,25 +3438,25 @@ However, those plugins were disabled. Άγνωστο - + < 1m < 1 minute < 1λ - + %1m e.g: 10minutes %1λ - + %1h%2m e.g: 3hours 5minutes %1ώ%2λ - + %1d%2h%3m e.g: 2days 10hours 2minutes %1μ%2ώ%3λ diff --git a/src/lang/qbittorrent_en.qm b/src/lang/qbittorrent_en.qm index 54f90b1b1..d9d0a2199 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 c80bf923f..8d5a9ff40 100644 --- a/src/lang/qbittorrent_en.ts +++ b/src/lang/qbittorrent_en.ts @@ -1650,12 +1650,12 @@ Are you sure you want to quit qBittorrent? - + Torrent creation - + Torrent was created successfully: @@ -1675,7 +1675,7 @@ Are you sure you want to quit qBittorrent? - + Torrent creation was unsuccessful, reason: %1 @@ -1883,12 +1883,12 @@ Are you sure you want to quit qBittorrent? engineSelectDlg - + True - + False @@ -1910,75 +1910,87 @@ However, those plugins were disabled. - - All selected plugins were uninstalled successfuly - - - - + Select search plugins - + qBittorrent search plugins - + Search plugin install - + qBittorrent - + A more recent version of %1 search engine plugin is already installed. %1 is the name of the search engine - - %1 search engine plugin was successfuly updated. - %1 is the name of the search engine - - - - - %1 search engine plugin was successfuly installed. - %1 is the name of the search engine - - - - + Search plugin update - + Sorry, update server is temporarily unavailable. - - %1 search plugin was successfuly updated. - %1 is the name of the search engine - - - - + Sorry, %1 search plugin update failed. %1 is the name of the search engine - + All your plugins are already up to date. + + + %1 search engine plugin could not be updated, keeping old version. + %1 is the name of the search engine + + + + + %1 search engine plugin could not be installed. + %1 is the name of the search engine + + + + + All selected plugins were uninstalled successfully + + + + + %1 search engine plugin was successfully updated. + %1 is the name of the search engine + + + + + %1 search engine plugin was successfully installed. + %1 is the name of the search engine + + + + + %1 search plugin was successfully updated. + %1 is the name of the search engine + + misc @@ -2013,7 +2025,7 @@ However, those plugins were disabled. - + Unknown @@ -2024,25 +2036,25 @@ However, those plugins were disabled. - + < 1m < 1 minute - + %1m e.g: 10minutes - + %1h%2m e.g: 3hours 5minutes - + %1d%2h%3m e.g: 2days 10hours 2minutes diff --git a/src/lang/qbittorrent_es.qm b/src/lang/qbittorrent_es.qm index 869b39d1b..69c7dbe1a 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 aa61f5f31..07e0474ac 100644 --- a/src/lang/qbittorrent_es.ts +++ b/src/lang/qbittorrent_es.ts @@ -2946,12 +2946,12 @@ Log: Por favor escribe una ruta de entrada correcta primero - + Torrent creation Crear Torrent - + Torrent was created successfully: El Torrent se creó con éxito: @@ -2976,7 +2976,7 @@ Log: Por favor escribe una URL de anuncio - + Torrent creation was unsuccessful, reason: %1 La creación del torrent no ha sido exitosa, razón: %1 @@ -3184,12 +3184,12 @@ Log: engineSelectDlg - + True Verdadero - + False Falso @@ -3211,75 +3211,87 @@ However, those plugins were disabled. - - All selected plugins were uninstalled successfuly - - - - + Select search plugins - + qBittorrent search plugins - + Search plugin install - + qBittorrent qBittorrent - + A more recent version of %1 search engine plugin is already installed. %1 is the name of the search engine - - %1 search engine plugin was successfuly updated. - %1 is the name of the search engine - - - - - %1 search engine plugin was successfuly installed. - %1 is the name of the search engine - - - - + Search plugin update Actualización del plugin de búsqueda - + Sorry, update server is temporarily unavailable. Lo siento, el servidor de actualización esta temporalmente no disponible. - - %1 search plugin was successfuly updated. - %1 is the name of the search engine - - - - + Sorry, %1 search plugin update failed. %1 is the name of the search engine - + All your plugins are already up to date. + + + %1 search engine plugin could not be updated, keeping old version. + %1 is the name of the search engine + + + + + %1 search engine plugin could not be installed. + %1 is the name of the search engine + + + + + All selected plugins were uninstalled successfully + + + + + %1 search engine plugin was successfully updated. + %1 is the name of the search engine + + + + + %1 search engine plugin was successfully installed. + %1 is the name of the search engine + + + + + %1 search plugin was successfully updated. + %1 is the name of the search engine + + misc @@ -3332,7 +3344,7 @@ However, those plugins were disabled. d - + Unknown Desconocido @@ -3355,25 +3367,25 @@ However, those plugins were disabled. Desconocido - + < 1m < 1 minute <1m - + %1m e.g: 10minutes %1m - + %1h%2m e.g: 3hours 5minutes %1h%2m - + %1d%2h%3m e.g: 2days 10hours 2minutes %1d%2h%3m diff --git a/src/lang/qbittorrent_fi.qm b/src/lang/qbittorrent_fi.qm index 126196244..b31de7e97 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 bfe1ad3bf..9c9c2542b 100644 --- a/src/lang/qbittorrent_fi.ts +++ b/src/lang/qbittorrent_fi.ts @@ -2446,7 +2446,7 @@ Muutoshistoria: Valitse lähdekansio tai -tiedosto - + Torrent creation Torrentin luominen @@ -2456,7 +2456,7 @@ Muutoshistoria: Torrent-tiedostot - + Torrent was created successfully: Torrent luotiin: @@ -2476,7 +2476,7 @@ Muutoshistoria: - + Torrent creation was unsuccessful, reason: %1 @@ -2684,12 +2684,12 @@ Muutoshistoria: engineSelectDlg - + True Kyllä - + False Ei @@ -2711,75 +2711,87 @@ However, those plugins were disabled. - - All selected plugins were uninstalled successfuly - - - - + Select search plugins - + qBittorrent search plugins - + Search plugin install - + qBittorrent - + A more recent version of %1 search engine plugin is already installed. %1 is the name of the search engine - - %1 search engine plugin was successfuly updated. - %1 is the name of the search engine - - - - - %1 search engine plugin was successfuly installed. - %1 is the name of the search engine - - - - + Search plugin update - + Sorry, update server is temporarily unavailable. Päivityspalvelin ei ole saavutettavissa. - - %1 search plugin was successfuly updated. - %1 is the name of the search engine - - - - + Sorry, %1 search plugin update failed. %1 is the name of the search engine - + All your plugins are already up to date. + + + %1 search engine plugin could not be updated, keeping old version. + %1 is the name of the search engine + + + + + %1 search engine plugin could not be installed. + %1 is the name of the search engine + + + + + All selected plugins were uninstalled successfully + + + + + %1 search engine plugin was successfully updated. + %1 is the name of the search engine + + + + + %1 search engine plugin was successfully installed. + %1 is the name of the search engine + + + + + %1 search plugin was successfully updated. + %1 is the name of the search engine + + misc @@ -2838,7 +2850,7 @@ However, those plugins were disabled. TiB - + Unknown tuntematon @@ -2849,25 +2861,25 @@ However, those plugins were disabled. tuntematon (koko) - + < 1m < 1 minute - + %1m e.g: 10minutes - + %1h%2m e.g: 3hours 5minutes - + %1d%2h%3m e.g: 2days 10hours 2minutes diff --git a/src/lang/qbittorrent_fr.qm b/src/lang/qbittorrent_fr.qm index 6bc3980c6..db9139326 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 e0ac8a25d..901f5d132 100644 --- a/src/lang/qbittorrent_fr.ts +++ b/src/lang/qbittorrent_fr.ts @@ -1,5 +1,6 @@ + @default @@ -3130,12 +3131,12 @@ Changements: Veuillez vérifier la chemin du fichier/dossier à inclure - + Torrent creation Création d'un torrent - + Torrent was created successfully: Le torrent a été créé avec succès : @@ -3170,7 +3171,7 @@ Changements: URL du tracker : - + Torrent creation was unsuccessful, reason: %1 La création du torrent a échoué, raison : %1 @@ -3383,12 +3384,12 @@ Changements: engineSelectDlg - + True Oui - + False Non @@ -3414,73 +3415,108 @@ Cependant, les greffons en question ont été désactivés. All selected plugins were uninstalled successfuly - Tous les greffons sélectionnés ont été désinstallés avec succès + Tous les greffons sélectionnés ont été désinstallés avec succès - + Select search plugins Sélectionnez les greffons - + qBittorrent search plugins Greffons de recherche de qBittorrent - + Search plugin install Installation d'un greffon de recherche - + qBittorrent qBittorrent - + A more recent version of %1 search engine plugin is already installed. %1 is the name of the search engine Une version plus récent du greffon %1 est déjà installée. - + %1 search engine plugin was successfuly updated. %1 is the name of the search engine - Le greffon %1 a été mis à jour avec succès. + Le greffon %1 a été mis à jour avec succès. - + %1 search engine plugin was successfuly installed. %1 is the name of the search engine - Le greffon %1 a été installé avec succès. + Le greffon %1 a été installé avec succès. - + Search plugin update Mise à jour du greffon de recherche - + Sorry, update server is temporarily unavailable. Désolé, le serveur de mise à jour est temporairement indisponible. - + %1 search plugin was successfuly updated. %1 is the name of the search engine - Le greffon %1 a été mis à jour avec succès. + Le greffon %1 a été mis à jour avec succès. - + Sorry, %1 search plugin update failed. %1 is the name of the search engine Désolé, la mise à jour du greffon %1 a échoué. - + All your plugins are already up to date. Tous vos greffons de recherche sont déjà à jour. + + + %1 search engine plugin could not be updated, keeping old version. + %1 is the name of the search engine + Le greffon de recherche %1 n'a pas pu être mis à jour, l'ancienne version est conservée. + + + + %1 search engine plugin could not be installed. + %1 is the name of the search engine + Le greffon de recherche %1 n'a pas pu être installé. + + + + All selected plugins were uninstalled successfully + Tous les greffons sélectionnés ont été désinstallés avec succès + + + + %1 search engine plugin was successfully updated. + %1 is the name of the search engine + Le greffon %1 a été mis à jour avec succès. + + + + %1 search engine plugin was successfully installed. + %1 is the name of the search engine + Le greffon %1 a été installé avec succès. + + + + %1 search plugin was successfully updated. + %1 is the name of the search engine + Le greffon %1 a été mis à jour avec succès. + misc @@ -3533,7 +3569,7 @@ Cependant, les greffons en question ont été désactivés. j - + Unknown Inconnu @@ -3556,25 +3592,25 @@ Cependant, les greffons en question ont été désactivés. Inconnue - + < 1m < 1 minute < 1min - + %1m e.g: 10minutes %1min - + %1h%2m e.g: 3hours 5minutes %1h%2min - + %1d%2h%3m e.g: 2days 10hours 2minutes %1j%2h%3min diff --git a/src/lang/qbittorrent_hu.qm b/src/lang/qbittorrent_hu.qm index 9ac7d7f77..070549e35 100644 Binary files a/src/lang/qbittorrent_hu.qm and b/src/lang/qbittorrent_hu.qm differ diff --git a/src/lang/qbittorrent_hu.ts b/src/lang/qbittorrent_hu.ts index 80c3b873b..c1b4768e0 100644 --- a/src/lang/qbittorrent_hu.ts +++ b/src/lang/qbittorrent_hu.ts @@ -1994,12 +1994,12 @@ Changelog: Kérlek adj meg forrásmappát - + Torrent creation Torrent létrehozása - + Torrent was created successfully: Torrent sikeresen elkészült:): @@ -2019,7 +2019,7 @@ Changelog: Kérlek add meg a gazda címét (URL) - + Torrent creation was unsuccessful, reason: %1 Torrent készítése sikertelen:(, oka: %1 @@ -2227,12 +2227,12 @@ Changelog: engineSelectDlg - + True - + False @@ -2254,75 +2254,87 @@ However, those plugins were disabled. - - All selected plugins were uninstalled successfuly - - - - + Select search plugins - + qBittorrent search plugins - + Search plugin install - + qBittorrent qBittorrent - + A more recent version of %1 search engine plugin is already installed. %1 is the name of the search engine - - %1 search engine plugin was successfuly updated. - %1 is the name of the search engine - - - - - %1 search engine plugin was successfuly installed. - %1 is the name of the search engine - - - - + Search plugin update Kereső modul frissítése - + Sorry, update server is temporarily unavailable. A kiszolgálő jelenleg nem elérhető. Bocs. - - %1 search plugin was successfuly updated. - %1 is the name of the search engine - - - - + Sorry, %1 search plugin update failed. %1 is the name of the search engine - + All your plugins are already up to date. + + + %1 search engine plugin could not be updated, keeping old version. + %1 is the name of the search engine + + + + + %1 search engine plugin could not be installed. + %1 is the name of the search engine + + + + + All selected plugins were uninstalled successfully + + + + + %1 search engine plugin was successfully updated. + %1 is the name of the search engine + + + + + %1 search engine plugin was successfully installed. + %1 is the name of the search engine + + + + + %1 search plugin was successfully updated. + %1 is the name of the search engine + + misc @@ -2357,7 +2369,7 @@ However, those plugins were disabled. TByte - + Unknown Ismeretlen @@ -2368,25 +2380,25 @@ However, those plugins were disabled. Ismeretlen - + < 1m < 1 minute < 1perc - + %1m e.g: 10minutes %1perc - + %1h%2m e.g: 3hours 5minutes %1óra%2perc - + %1d%2h%3m e.g: 2days 10hours 2minutes %1nap%2óra%3perc diff --git a/src/lang/qbittorrent_it.qm b/src/lang/qbittorrent_it.qm index 46d0a43f9..25cef3651 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 c0d813144..16d2d8836 100644 --- a/src/lang/qbittorrent_it.ts +++ b/src/lang/qbittorrent_it.ts @@ -2616,12 +2616,12 @@ Changelog: Per favore inserire un percorso da aggiungere corretto - + Torrent creation Creazione di un torrent - + Torrent was created successfully: Il torrent è stato creato correttamente: @@ -2641,7 +2641,7 @@ Changelog: Per favore digitare un URL di annuncio - + Torrent creation was unsuccessful, reason: %1 Creazione torrent fallita, motivo: %1 @@ -2849,12 +2849,12 @@ Changelog: engineSelectDlg - + True Vero - + False Falso @@ -2880,73 +2880,108 @@ Comunque, quei plugin sono stati disabilitati. All selected plugins were uninstalled successfuly - Tutti i plugin selezionati sono stati disinstallati con successo + Tutti i plugin selezionati sono stati disinstallati con successo - + Select search plugins Selezionare plugin di ricerca - + qBittorrent search plugins Plugin di ricerca di qBittorrent - + Search plugin install Installare plugin di ricerca - + qBittorrent qBittorrent - + A more recent version of %1 search engine plugin is already installed. %1 is the name of the search engine Una versione più recente del plugin di ricerca %1 è già installata. - + %1 search engine plugin was successfuly updated. %1 is the name of the search engine - Il plugin di ricerca %1 è stato aggiornato con successo. + Il plugin di ricerca %1 è stato aggiornato con successo. - + %1 search engine plugin was successfuly installed. %1 is the name of the search engine - Il plugin di ricerca %1 è stato installato con successo. + Il plugin di ricerca %1 è stato installato con successo. - + Search plugin update Aggiornato il plugin di ricerca - + Sorry, update server is temporarily unavailable. Spiacente, il server è momentaneamente non disponibile. - + %1 search plugin was successfuly updated. %1 is the name of the search engine - Il plugin di ricerca %1 è stato aggiornato con successo. + Il plugin di ricerca %1 è stato aggiornato con successo. - + Sorry, %1 search plugin update failed. %1 is the name of the search engine Spiacente, l'aggiornamento del plugin di ricerca %1 è fallito. - + All your plugins are already up to date. Tutti i plugin sono già aggiornati. + + + %1 search engine plugin could not be updated, keeping old version. + %1 is the name of the search engine + + + + + %1 search engine plugin could not be installed. + %1 is the name of the search engine + + + + + All selected plugins were uninstalled successfully + + + + + %1 search engine plugin was successfully updated. + %1 is the name of the search engine + + + + + %1 search engine plugin was successfully installed. + %1 is the name of the search engine + + + + + %1 search plugin was successfully updated. + %1 is the name of the search engine + + misc @@ -2993,7 +3028,7 @@ Comunque, quei plugin sono stati disabilitati. gg - + Unknown Sconosciuto @@ -3016,25 +3051,25 @@ Comunque, quei plugin sono stati disabilitati. Sconosciuta - + < 1m < 1 minute < 1m - + %1m e.g: 10minutes %1m - + %1h%2m e.g: 3hours 5minutes %1h%2m - + %1d%2h%3m e.g: 2days 10hours 2minutes %1d%2h%3m diff --git a/src/lang/qbittorrent_ja.qm b/src/lang/qbittorrent_ja.qm index ee82698d3..dd9fcd955 100644 Binary files a/src/lang/qbittorrent_ja.qm and b/src/lang/qbittorrent_ja.qm differ diff --git a/src/lang/qbittorrent_ja.ts b/src/lang/qbittorrent_ja.ts index 923eec580..c036c1860 100644 --- a/src/lang/qbittorrent_ja.ts +++ b/src/lang/qbittorrent_ja.ts @@ -2202,12 +2202,12 @@ Changelog: 入力パスが存在しません - + Torrent creation Torrent の作成 - + Torrent was created successfully: Torrent の作成に成功しました: @@ -2252,7 +2252,7 @@ Changelog: URL シード: - + Torrent creation was unsuccessful, reason: %1 Torrent の作成に成功しませんでした、理由: %1 @@ -2460,12 +2460,12 @@ Changelog: engineSelectDlg - + True True - + False False @@ -2487,75 +2487,87 @@ However, those plugins were disabled. - - All selected plugins were uninstalled successfuly - - - - + Select search plugins - + qBittorrent search plugins - + Search plugin install - + qBittorrent qBittorrent - + A more recent version of %1 search engine plugin is already installed. %1 is the name of the search engine - - %1 search engine plugin was successfuly updated. - %1 is the name of the search engine - - - - - %1 search engine plugin was successfuly installed. - %1 is the name of the search engine - - - - + Search plugin update 検索プラグイン更新 - + Sorry, update server is temporarily unavailable. すみません、更新サーバーが一時的に利用不可能です。 - - %1 search plugin was successfuly updated. - %1 is the name of the search engine - - - - + Sorry, %1 search plugin update failed. %1 is the name of the search engine - + All your plugins are already up to date. + + + %1 search engine plugin could not be updated, keeping old version. + %1 is the name of the search engine + + + + + %1 search engine plugin could not be installed. + %1 is the name of the search engine + + + + + All selected plugins were uninstalled successfully + + + + + %1 search engine plugin was successfully updated. + %1 is the name of the search engine + + + + + %1 search engine plugin was successfully installed. + %1 is the name of the search engine + + + + + %1 search plugin was successfully updated. + %1 is the name of the search engine + + misc @@ -2590,7 +2602,7 @@ However, those plugins were disabled. TiB - + Unknown 不明 @@ -2601,25 +2613,25 @@ However, those plugins were disabled. 不明 - + < 1m < 1 minute < 1 分 - + %1m e.g: 10minutes %1 分 - + %1h%2m e.g: 3hours 5minutes %1 時間 %2 分 - + %1d%2h%3m e.g: 2days 10hours 2minutes %1 日 %2 時間 %3 分 diff --git a/src/lang/qbittorrent_ko.qm b/src/lang/qbittorrent_ko.qm index 5c0809320..ea61b0509 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 6bb7877ed..dee99681a 100644 --- a/src/lang/qbittorrent_ko.ts +++ b/src/lang/qbittorrent_ko.ts @@ -2960,12 +2960,12 @@ Changelog: 변환할 파일 경로를 재설정해 주십시오 - + Torrent creation 토렌트 생성 - + Torrent was created successfully: 토렌트가 성공적으로 생성되었습니다: @@ -2990,7 +2990,7 @@ Changelog: 발표되는 주소(announce URL)를 입력해 주십시오 - + Torrent creation was unsuccessful, reason: %1 토렌트 생성이 실패하였습니다, 이유: %1 @@ -3198,12 +3198,12 @@ Changelog: engineSelectDlg - + True 맞음 - + False @@ -3225,75 +3225,87 @@ However, those plugins were disabled. - - All selected plugins were uninstalled successfuly - - - - + Select search plugins - + qBittorrent search plugins - + Search plugin install - + qBittorrent 큐비토런트 - + A more recent version of %1 search engine plugin is already installed. %1 is the name of the search engine - - %1 search engine plugin was successfuly updated. - %1 is the name of the search engine - - - - - %1 search engine plugin was successfuly installed. - %1 is the name of the search engine - - - - + Search plugin update 검색 엔진 플러그인 업데이트 - + Sorry, update server is temporarily unavailable. 죄송합니다. 현재 임시적으로 업데이트 서버가 접속이 불가능합니다. - - %1 search plugin was successfuly updated. - %1 is the name of the search engine - - - - + Sorry, %1 search plugin update failed. %1 is the name of the search engine - + All your plugins are already up to date. + + + %1 search engine plugin could not be updated, keeping old version. + %1 is the name of the search engine + + + + + %1 search engine plugin could not be installed. + %1 is the name of the search engine + + + + + All selected plugins were uninstalled successfully + + + + + %1 search engine plugin was successfully updated. + %1 is the name of the search engine + + + + + %1 search engine plugin was successfully installed. + %1 is the name of the search engine + + + + + %1 search plugin was successfully updated. + %1 is the name of the search engine + + misc @@ -3346,7 +3358,7 @@ However, those plugins were disabled. - + Unknown 알수 없음 @@ -3369,25 +3381,25 @@ However, those plugins were disabled. 알수 없음 - + < 1m < 1 minute < 1분 - + %1m e.g: 10minutes %1분 - + %1h%2m e.g: 3hours 5minutes %1시간%2분 - + %1d%2h%3m e.g: 2days 10hours 2minutes %1일%2시간%3분 diff --git a/src/lang/qbittorrent_nb.qm b/src/lang/qbittorrent_nb.qm index 0e3190a45..072ea83ba 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 dd5ac5986..ac10f9eb2 100644 --- a/src/lang/qbittorrent_nb.ts +++ b/src/lang/qbittorrent_nb.ts @@ -2563,12 +2563,12 @@ Endringer: Vennligst skriv en gyldig filsti til inndataene først - + Torrent creation Torrentfilen blir opprettet - + Torrent was created successfully: Vellykket opprettelse av torrentfil: @@ -2593,7 +2593,7 @@ Endringer: - + Torrent creation was unsuccessful, reason: %1 @@ -2801,12 +2801,12 @@ Endringer: engineSelectDlg - + True Ja - + False Nei @@ -2828,75 +2828,87 @@ However, those plugins were disabled. - - All selected plugins were uninstalled successfuly - - - - + Select search plugins - + qBittorrent search plugins - + Search plugin install - + qBittorrent qBittorrent - + A more recent version of %1 search engine plugin is already installed. %1 is the name of the search engine - - %1 search engine plugin was successfuly updated. - %1 is the name of the search engine - - - - - %1 search engine plugin was successfuly installed. - %1 is the name of the search engine - - - - + Search plugin update Oppdatering av søkeprogramtillegget - + Sorry, update server is temporarily unavailable. Oppdateringstjeneren er midlertidig utilgjengelig. - - %1 search plugin was successfuly updated. - %1 is the name of the search engine - - - - + Sorry, %1 search plugin update failed. %1 is the name of the search engine - + All your plugins are already up to date. + + + %1 search engine plugin could not be updated, keeping old version. + %1 is the name of the search engine + + + + + %1 search engine plugin could not be installed. + %1 is the name of the search engine + + + + + All selected plugins were uninstalled successfully + + + + + %1 search engine plugin was successfully updated. + %1 is the name of the search engine + + + + + %1 search engine plugin was successfully installed. + %1 is the name of the search engine + + + + + %1 search plugin was successfully updated. + %1 is the name of the search engine + + misc @@ -2943,7 +2955,7 @@ However, those plugins were disabled. timer - + Unknown ukjent @@ -2966,25 +2978,25 @@ However, those plugins were disabled. Ukjent - + < 1m < 1 minute < 1 min - + %1m e.g: 10minutes %1min - + %1h%2m e.g: 3hours 5minutes %1time(r) %2min - + %1d%2h%3m e.g: 2days 10hours 2minutes %1dag(er) %2time(r) %3min diff --git a/src/lang/qbittorrent_nl.qm b/src/lang/qbittorrent_nl.qm index f7c5d1662..2b9979076 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 9bf584b4c..b3d2a2c97 100644 --- a/src/lang/qbittorrent_nl.ts +++ b/src/lang/qbittorrent_nl.ts @@ -1,5 +1,6 @@ + @default @@ -2886,12 +2887,12 @@ Changelog: Geef alstublieft eerst een geldig bron pad - + Torrent creation Torrent maken - + Torrent was created successfully: Torrent was succesvol gemaakt: @@ -2916,7 +2917,7 @@ Changelog: Type een announce URL - + Torrent creation was unsuccessful, reason: %1 Fout tijdens het maken van torrent, reden: %1 @@ -3063,163 +3064,200 @@ Changelog: Search plugins - + Zoekplugins Installed search engines: - + Geïnstalleerde zoekplugins: Name - Naam + Naam Url - + Url Enabled - Ingeschakeld + Ingeschakeld You can get new search engine plugins here: <a href="http:plugins.qbittorrent.org">http://plugins.qbittorrent.org</a> - + U kan hier nieuwe zoekplugins krijgen: <a href="http:plugins.qbittorrent.org">http://plugins.qbittorrent.org</a> Install a new one - + Installeer een nieuwe Check for updates - + Controleer op updates Close - + Sluiten Enable - + Inschakelen Disable - Uitschakelen + Uitschakelen Uninstall - + Deïnstalleren engineSelectDlg - + True - Waar + Waar - + False - Onwaar + Onwaar Uninstall warning - + Deïnstallatie waarschuwing 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. - + Niet alle plugins konden worden gedeïnstalleerd omdat ze bij qBittorrent horen. +Alleen de door u toegevoegde plugins kunnen worden gedeïnstalleerd. +De plugins zijn uitgeschakeld. Uninstall success - + Deïnstallatie succesvol All selected plugins were uninstalled successfuly - + Alle gekozen plugins zijn succesvol gedeïnstalleerd - + Select search plugins - + Kies zoekplugins - + qBittorrent search plugins - + qBittorrent zoekplugins - + Search plugin install - + Zoekplugins installatie - + qBittorrent - qBittorrent + qBittorrent - + A more recent version of %1 search engine plugin is already installed. %1 is the name of the search engine - + Een nieuwere versie van %1 zoekmachineplugin is al geïnstalleerd. %1 search engine plugin was successfuly updated. %1 is the name of the search engine - + %1 zoekmachineplugin is succesvol vernieuwd. %1 search engine plugin was successfuly installed. %1 is the name of the search engine - + %1 zoekmachineplugin is succesvol geïnstalleerd. - + Search plugin update - Zoekplugin update + Zoekplugin update - + Sorry, update server is temporarily unavailable. - Sorry, update server is tijdelijk niet bereikbaar. + Sorry, updateserver is tijdelijk niet bereikbaar. %1 search plugin was successfuly updated. %1 is the name of the search engine - + %1 zoekplugin is succesvol vernieuwd. - + Sorry, %1 search plugin update failed. %1 is the name of the search engine + Sorry, %1 zoekplugin update mislukt. + + + + All your plugins are already up to date. + Uw plugins zijn al het nieuwst. + + + + All selected plugins were uninstalled successfully + Alle gekozen plugins zijn succesvol gedeïnstalleerd + + + + %1 search engine plugin could not be updated, keeping old version. + %1 is the name of the search engine - - All your plugins are already up to date. + + %1 search engine plugin could not be installed. + %1 is the name of the search engine + + + %1 search engine plugin was successfully updated. + %1 is the name of the search engine + %1 zoekmachineplugin is succesvol vernieuwd. + + + + %1 search engine plugin was successfully installed. + %1 is the name of the search engine + %1 zoekmachineplugin is succesvol geïnstalleerd. + + + + %1 search plugin was successfully updated. + %1 is the name of the search engine + %1 zoekplugin is succesvol vernieuwd. + misc @@ -3272,7 +3310,7 @@ However, those plugins were disabled. d - + Unknown Onbekend @@ -3295,25 +3333,25 @@ However, those plugins were disabled. Onbekend - + < 1m < 1 minute < 1m - + %1m e.g: 10minutes %1m - + %1h%2m e.g: 3hours 5minutes %1u%2m - + %1d%2h%3m e.g: 2days 10hours 2minutes %1d%2u%3m @@ -3966,7 +4004,7 @@ selecteer alstublieft een er van: Search engines... - + Zoekmachines... diff --git a/src/lang/qbittorrent_pl.qm b/src/lang/qbittorrent_pl.qm index e217690d5..67e94a898 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 ca69e216c..180ec712f 100644 --- a/src/lang/qbittorrent_pl.ts +++ b/src/lang/qbittorrent_pl.ts @@ -3025,12 +3025,12 @@ Zmiany: Proszę podać poprawną ścieżkę źródłową - + Torrent creation Tworzenie torrent-a - + Torrent was created successfully: Utworzono plik torrent: @@ -3055,7 +3055,7 @@ Zmiany: Sprecyzuj adres URL trackera - + Torrent creation was unsuccessful, reason: %1 Nie udało się stworzyć torrenta , powód: %1 @@ -3263,12 +3263,12 @@ Zmiany: engineSelectDlg - + True Tak - + False Nie @@ -3290,75 +3290,87 @@ However, those plugins were disabled. - - All selected plugins were uninstalled successfuly - - - - + Select search plugins - + qBittorrent search plugins - + Search plugin install - + qBittorrent qBittorrent - + A more recent version of %1 search engine plugin is already installed. %1 is the name of the search engine - - %1 search engine plugin was successfuly updated. - %1 is the name of the search engine - - - - - %1 search engine plugin was successfuly installed. - %1 is the name of the search engine - - - - + Search plugin update Aktualizacja wtyczki wyszukiwania - + Sorry, update server is temporarily unavailable. - - %1 search plugin was successfuly updated. - %1 is the name of the search engine - - - - + Sorry, %1 search plugin update failed. %1 is the name of the search engine - + All your plugins are already up to date. + + + %1 search engine plugin could not be updated, keeping old version. + %1 is the name of the search engine + + + + + %1 search engine plugin could not be installed. + %1 is the name of the search engine + + + + + All selected plugins were uninstalled successfully + + + + + %1 search engine plugin was successfully updated. + %1 is the name of the search engine + + + + + %1 search engine plugin was successfully installed. + %1 is the name of the search engine + + + + + %1 search plugin was successfully updated. + %1 is the name of the search engine + + misc @@ -3411,7 +3423,7 @@ However, those plugins were disabled. d - + Unknown Nieznany @@ -3434,25 +3446,25 @@ However, those plugins were disabled. Nieznany - + < 1m < 1 minute < 1m - + %1m e.g: 10minutes %1m - + %1h%2m e.g: 3hours 5minutes %1h%2m - + %1d%2h%3m e.g: 2days 10hours 2minutes %1d%2h%3m diff --git a/src/lang/qbittorrent_pt.qm b/src/lang/qbittorrent_pt.qm index b6b04eceb..c81b79e94 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 25b7dd318..4dbb502f1 100644 --- a/src/lang/qbittorrent_pt.ts +++ b/src/lang/qbittorrent_pt.ts @@ -2871,12 +2871,12 @@ Copyright ©2007 por Christophe Dumez<br> Digite primeiro um caminho de entrada correto - + Torrent creation Criação de torrent - + Torrent was created successfully: Torrent foi criado com sucesso: @@ -2901,7 +2901,7 @@ Copyright ©2007 por Christophe Dumez<br> Digite uma url anunciada - + Torrent creation was unsuccessful, reason: %1 A criação do torrent não foi possível, motivo: %1 @@ -3109,12 +3109,12 @@ Copyright ©2007 por Christophe Dumez<br> engineSelectDlg - + True Verdadeiro - + False Falso @@ -3136,75 +3136,87 @@ However, those plugins were disabled. - - All selected plugins were uninstalled successfuly - - - - + Select search plugins - + qBittorrent search plugins - + Search plugin install - + qBittorrent qBittorrent - + A more recent version of %1 search engine plugin is already installed. %1 is the name of the search engine - - %1 search engine plugin was successfuly updated. - %1 is the name of the search engine - - - - - %1 search engine plugin was successfuly installed. - %1 is the name of the search engine - - - - + Search plugin update Atualização de plugin de busca - + Sorry, update server is temporarily unavailable. Desculpe, servidor de atualizações está temporariamente indisponível. - - %1 search plugin was successfuly updated. - %1 is the name of the search engine - - - - + Sorry, %1 search plugin update failed. %1 is the name of the search engine - + All your plugins are already up to date. + + + %1 search engine plugin could not be updated, keeping old version. + %1 is the name of the search engine + + + + + %1 search engine plugin could not be installed. + %1 is the name of the search engine + + + + + All selected plugins were uninstalled successfully + + + + + %1 search engine plugin was successfully updated. + %1 is the name of the search engine + + + + + %1 search engine plugin was successfully installed. + %1 is the name of the search engine + + + + + %1 search plugin was successfully updated. + %1 is the name of the search engine + + misc @@ -3251,7 +3263,7 @@ However, those plugins were disabled. h - + Unknown Desconhecido @@ -3274,25 +3286,25 @@ However, those plugins were disabled. Desconhecido - + < 1m < 1 minute < 1 minuto - + %1m e.g: 10minutes %1m - + %1h%2m e.g: 3hours 5minutes %1h%2m - + %1d%2h%3m e.g: 2days 10hours 2minutes %1d%2h%3m diff --git a/src/lang/qbittorrent_pt_BR.qm b/src/lang/qbittorrent_pt_BR.qm index b6b04eceb..c81b79e94 100644 Binary files a/src/lang/qbittorrent_pt_BR.qm and b/src/lang/qbittorrent_pt_BR.qm differ diff --git a/src/lang/qbittorrent_pt_BR.ts b/src/lang/qbittorrent_pt_BR.ts index 25b7dd318..4dbb502f1 100644 --- a/src/lang/qbittorrent_pt_BR.ts +++ b/src/lang/qbittorrent_pt_BR.ts @@ -2871,12 +2871,12 @@ Copyright ©2007 por Christophe Dumez<br> Digite primeiro um caminho de entrada correto - + Torrent creation Criação de torrent - + Torrent was created successfully: Torrent foi criado com sucesso: @@ -2901,7 +2901,7 @@ Copyright ©2007 por Christophe Dumez<br> Digite uma url anunciada - + Torrent creation was unsuccessful, reason: %1 A criação do torrent não foi possível, motivo: %1 @@ -3109,12 +3109,12 @@ Copyright ©2007 por Christophe Dumez<br> engineSelectDlg - + True Verdadeiro - + False Falso @@ -3136,75 +3136,87 @@ However, those plugins were disabled. - - All selected plugins were uninstalled successfuly - - - - + Select search plugins - + qBittorrent search plugins - + Search plugin install - + qBittorrent qBittorrent - + A more recent version of %1 search engine plugin is already installed. %1 is the name of the search engine - - %1 search engine plugin was successfuly updated. - %1 is the name of the search engine - - - - - %1 search engine plugin was successfuly installed. - %1 is the name of the search engine - - - - + Search plugin update Atualização de plugin de busca - + Sorry, update server is temporarily unavailable. Desculpe, servidor de atualizações está temporariamente indisponível. - - %1 search plugin was successfuly updated. - %1 is the name of the search engine - - - - + Sorry, %1 search plugin update failed. %1 is the name of the search engine - + All your plugins are already up to date. + + + %1 search engine plugin could not be updated, keeping old version. + %1 is the name of the search engine + + + + + %1 search engine plugin could not be installed. + %1 is the name of the search engine + + + + + All selected plugins were uninstalled successfully + + + + + %1 search engine plugin was successfully updated. + %1 is the name of the search engine + + + + + %1 search engine plugin was successfully installed. + %1 is the name of the search engine + + + + + %1 search plugin was successfully updated. + %1 is the name of the search engine + + misc @@ -3251,7 +3263,7 @@ However, those plugins were disabled. h - + Unknown Desconhecido @@ -3274,25 +3286,25 @@ However, those plugins were disabled. Desconhecido - + < 1m < 1 minute < 1 minuto - + %1m e.g: 10minutes %1m - + %1h%2m e.g: 3hours 5minutes %1h%2m - + %1d%2h%3m e.g: 2days 10hours 2minutes %1d%2h%3m diff --git a/src/lang/qbittorrent_ro.qm b/src/lang/qbittorrent_ro.qm index 760031491..acd4e3218 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 6e1363471..f0afb43a4 100644 --- a/src/lang/qbittorrent_ro.ts +++ b/src/lang/qbittorrent_ro.ts @@ -2664,12 +2664,12 @@ Changelog: Vă rugăm să introduceţi corect calea de intrare - + Torrent creation Crearea torentului - + Torrent was created successfully: Torrentul a fost creat cu success: @@ -2694,7 +2694,7 @@ Changelog: Introduceţi URL-ul de anunţare - + Torrent creation was unsuccessful, reason: %1 Crearea torrent-ului a eşuat, motivul: %1 @@ -2902,12 +2902,12 @@ Changelog: engineSelectDlg - + True Adevărat - + False Fals @@ -2929,75 +2929,87 @@ However, those plugins were disabled. - - All selected plugins were uninstalled successfuly - - - - + Select search plugins - + qBittorrent search plugins - + Search plugin install - + qBittorrent qBittorrent - + A more recent version of %1 search engine plugin is already installed. %1 is the name of the search engine - - %1 search engine plugin was successfuly updated. - %1 is the name of the search engine - - - - - %1 search engine plugin was successfuly installed. - %1 is the name of the search engine - - - - + Search plugin update Reînnoirea plugin-ului de căutare - + Sorry, update server is temporarily unavailable. Ne cerem ertare, serverul este temporar inaccesibil. - - %1 search plugin was successfuly updated. - %1 is the name of the search engine - - - - + Sorry, %1 search plugin update failed. %1 is the name of the search engine - + All your plugins are already up to date. + + + %1 search engine plugin could not be updated, keeping old version. + %1 is the name of the search engine + + + + + %1 search engine plugin could not be installed. + %1 is the name of the search engine + + + + + All selected plugins were uninstalled successfully + + + + + %1 search engine plugin was successfully updated. + %1 is the name of the search engine + + + + + %1 search engine plugin was successfully installed. + %1 is the name of the search engine + + + + + %1 search plugin was successfully updated. + %1 is the name of the search engine + + misc @@ -3044,7 +3056,7 @@ However, those plugins were disabled. h - + Unknown Necunoscut @@ -3067,25 +3079,25 @@ However, those plugins were disabled. Necunoscut - + < 1m < 1 minute < 1m - + %1m e.g: 10minutes %1m - + %1h%2m e.g: 3hours 5minutes %1ore %2m - + %1d%2h%3m e.g: 2days 10hours 2minutes %1 zile %2 ore %3m diff --git a/src/lang/qbittorrent_ru.qm b/src/lang/qbittorrent_ru.qm index f11723344..8284f8988 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 dac078d3a..6d114ec4f 100644 --- a/src/lang/qbittorrent_ru.ts +++ b/src/lang/qbittorrent_ru.ts @@ -2886,12 +2886,12 @@ Changelog: Пожалуйста, сначала введите правильный входной путь - + Torrent creation Создание Torrent'а - + Torrent was created successfully: Torrent успешно создан: @@ -2916,7 +2916,7 @@ Changelog: Введите ссылку анонсирования - + Torrent creation was unsuccessful, reason: %1 Создание торрента не завершено, причина: %1 @@ -3124,12 +3124,12 @@ Changelog: engineSelectDlg - + True Да - + False Нет @@ -3155,73 +3155,108 @@ However, those plugins were disabled. All selected plugins were uninstalled successfuly - Все выбранные плагины успешно удалены + Все выбранные плагины успешно удалены - + Select search plugins Выбрать поисковые движки - + qBittorrent search plugins Плагин поиска qBittorrent - + Search plugin install Установка поискового плагина - + qBittorrent qBittorrent - + A more recent version of %1 search engine plugin is already installed. %1 is the name of the search engine Самая последняя версия поискового движка %1 уже установлена. - + %1 search engine plugin was successfuly updated. %1 is the name of the search engine - Плагин поискового движка %1 был успешно обновлен. + Плагин поискового движка %1 был успешно обновлен. - + %1 search engine plugin was successfuly installed. %1 is the name of the search engine - Плагин поискового движка %1 был успешно установлен. + Плагин поискового движка %1 был успешно установлен. - + Search plugin update Обновление поисковых плагинов - + Sorry, update server is temporarily unavailable. Извините, сервер обновлений временно недоступен. - + %1 search plugin was successfuly updated. %1 is the name of the search engine - Поисковый движок %1 был успешно обновлен. + Поисковый движок %1 был успешно обновлен. - + Sorry, %1 search plugin update failed. %1 is the name of the search engine Извините, произошла ошибка при обновлении поискового плагина %1. - + All your plugins are already up to date. Все ваши плагины имеют последнии версии. + + + %1 search engine plugin could not be updated, keeping old version. + %1 is the name of the search engine + + + + + %1 search engine plugin could not be installed. + %1 is the name of the search engine + + + + + All selected plugins were uninstalled successfully + + + + + %1 search engine plugin was successfully updated. + %1 is the name of the search engine + + + + + %1 search engine plugin was successfully installed. + %1 is the name of the search engine + + + + + %1 search plugin was successfully updated. + %1 is the name of the search engine + + misc @@ -3274,7 +3309,7 @@ However, those plugins were disabled. д - + Unknown Неизвестно @@ -3297,25 +3332,25 @@ However, those plugins were disabled. Неизвестно - + < 1m < 1 minute < 1м - + %1m e.g: 10minutes %1м - + %1h%2m e.g: 3hours 5minutes %1ч%2м - + %1d%2h%3m e.g: 2days 10hours 2minutes %1д%2ч%3м diff --git a/src/lang/qbittorrent_sk.qm b/src/lang/qbittorrent_sk.qm index c4a1e3d9a..01dac0346 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 82985c2eb..ad3f1c656 100644 --- a/src/lang/qbittorrent_sk.ts +++ b/src/lang/qbittorrent_sk.ts @@ -2793,12 +2793,12 @@ Záznam zmien: Prosím, napíšte správnu vstupnú cestu - + Torrent creation Vytvorenie torrentu - + Torrent was created successfully: Torrent bol úspešne vytvorený: @@ -2823,7 +2823,7 @@ Záznam zmien: Prosím, napíšte announce URL - + Torrent creation was unsuccessful, reason: %1 Torrent nebol vytvorený, dôvod: %1 @@ -3031,12 +3031,12 @@ Záznam zmien: engineSelectDlg - + True Pravda - + False Nepravda @@ -3062,73 +3062,108 @@ Tieto moduly však boli vypnuté. All selected plugins were uninstalled successfuly - Všetky zvolené zásuvné moduly boli úspešne odstránené + Všetky zvolené zásuvné moduly boli úspešne odstránené - + Select search plugins Zvoliť zásuvné moduly vyhľadávačov - + qBittorrent search plugins Zásuvné moduly vyhľadávania qBittorrent - + Search plugin install Inštalácia zásuvného modulu vyhľadávača - + qBittorrent qBittorrent - + A more recent version of %1 search engine plugin is already installed. %1 is the name of the search engine Novšia verzia zásuvného modulu vyhľadávača %1 je už nainštalovaná. - + %1 search engine plugin was successfuly updated. %1 is the name of the search engine - Zásuvný modul vyhľadávača %1 bol úspešne aktualizovaný. + Zásuvný modul vyhľadávača %1 bol úspešne aktualizovaný. - + %1 search engine plugin was successfuly installed. %1 is the name of the search engine - Zásuvný modul vyhľadávača %1 bol úspešne nainštalovaný. + Zásuvný modul vyhľadávača %1 bol úspešne nainštalovaný. - + Search plugin update Aktualizácia zásuvného modulu vyhľadávača - + Sorry, update server is temporarily unavailable. Je mi ľúto, aktualizačný server je dočasne nedostupný. - + %1 search plugin was successfuly updated. %1 is the name of the search engine - Zásuvný modul vyhľadávača %1 bol úspešne aktualizovaný. + Zásuvný modul vyhľadávača %1 bol úspešne aktualizovaný. - + Sorry, %1 search plugin update failed. %1 is the name of the search engine Je mi ľúto, aktualizácia zásuvného modulu vyhľadávača %1 zlyhala. - + All your plugins are already up to date. Všetky vaše vyhľadávacie zásuvné moduly sú už aktuálne. + + + %1 search engine plugin could not be updated, keeping old version. + %1 is the name of the search engine + + + + + %1 search engine plugin could not be installed. + %1 is the name of the search engine + + + + + All selected plugins were uninstalled successfully + + + + + %1 search engine plugin was successfully updated. + %1 is the name of the search engine + + + + + %1 search engine plugin was successfully installed. + %1 is the name of the search engine + + + + + %1 search plugin was successfully updated. + %1 is the name of the search engine + + misc @@ -3168,7 +3203,7 @@ Tieto moduly však boli vypnuté. h - + Unknown Neznámy @@ -3243,25 +3278,25 @@ Tieto moduly však boli vypnuté. Neznáma - + < 1m < 1 minute < 1m - + %1m e.g: 10minutes %1m - + %1h%2m e.g: 3hours 5minutes %1h%2m - + %1d%2h%3m e.g: 2days 10hours 2minutes %1d%2h%3m diff --git a/src/lang/qbittorrent_sv.qm b/src/lang/qbittorrent_sv.qm index 50676636c..1076fe321 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 8bab840ec..b3dc7040e 100644 --- a/src/lang/qbittorrent_sv.ts +++ b/src/lang/qbittorrent_sv.ts @@ -2007,12 +2007,12 @@ i.e: Search results Ange en sökväg för indata först - + Torrent creation Skapa torrent - + Torrent was created successfully: Torrentfilen skapades: @@ -2032,7 +2032,7 @@ i.e: Search results Ange en annonserings-url - + Torrent creation was unsuccessful, reason: %1 Skapandet av torrent-fil misslyckades, anledning: %1 @@ -2240,12 +2240,12 @@ i.e: Search results engineSelectDlg - + True - + False @@ -2267,75 +2267,87 @@ However, those plugins were disabled. - - All selected plugins were uninstalled successfuly - - - - + Select search plugins - + qBittorrent search plugins - + Search plugin install - + qBittorrent qBittorrent - + A more recent version of %1 search engine plugin is already installed. %1 is the name of the search engine - - %1 search engine plugin was successfuly updated. - %1 is the name of the search engine - - - - - %1 search engine plugin was successfuly installed. - %1 is the name of the search engine - - - - + Search plugin update Uppdatering av sökinstick - + Sorry, update server is temporarily unavailable. Tyvärr, uppdateringsservern är inte tillgänglig för tillfället. - - %1 search plugin was successfuly updated. - %1 is the name of the search engine - - - - + Sorry, %1 search plugin update failed. %1 is the name of the search engine - + All your plugins are already up to date. + + + %1 search engine plugin could not be updated, keeping old version. + %1 is the name of the search engine + + + + + %1 search engine plugin could not be installed. + %1 is the name of the search engine + + + + + All selected plugins were uninstalled successfully + + + + + %1 search engine plugin was successfully updated. + %1 is the name of the search engine + + + + + %1 search engine plugin was successfully installed. + %1 is the name of the search engine + + + + + %1 search plugin was successfully updated. + %1 is the name of the search engine + + misc @@ -2370,7 +2382,7 @@ However, those plugins were disabled. TiB - + Unknown Okänd @@ -2381,25 +2393,25 @@ However, those plugins were disabled. Okänd - + < 1m < 1 minute < 1 min - + %1m e.g: 10minutes %1 min - + %1h%2m e.g: 3hours 5minutes %1h %2min - + %1d%2h%3m e.g: 2days 10hours 2minutes %1d %2h %3min diff --git a/src/lang/qbittorrent_tr.qm b/src/lang/qbittorrent_tr.qm index 39d24153b..a3a76fca9 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 d4e4a51fe..638214dd3 100644 --- a/src/lang/qbittorrent_tr.ts +++ b/src/lang/qbittorrent_tr.ts @@ -2954,12 +2954,12 @@ Changelog: Lütfen önce düzgün bir girdi yolu seçin - + Torrent creation Torrent oluşturumu - + Torrent was created successfully: Torrent başarıyla oluşturuldu: @@ -2984,7 +2984,7 @@ Changelog: - + Torrent creation was unsuccessful, reason: %1 @@ -3192,12 +3192,12 @@ Changelog: engineSelectDlg - + True Evet - + False Hayır @@ -3219,75 +3219,87 @@ However, those plugins were disabled. - - All selected plugins were uninstalled successfuly - - - - + Select search plugins - + qBittorrent search plugins - + Search plugin install - + qBittorrent qBittorrent - + A more recent version of %1 search engine plugin is already installed. %1 is the name of the search engine - - %1 search engine plugin was successfuly updated. - %1 is the name of the search engine - - - - - %1 search engine plugin was successfuly installed. - %1 is the name of the search engine - - - - + Search plugin update Eklenti güncellemesi ara - + Sorry, update server is temporarily unavailable. Üzgünüz, güncelleme sunucusu geçici olarak servis dışı. - - %1 search plugin was successfuly updated. - %1 is the name of the search engine - - - - + Sorry, %1 search plugin update failed. %1 is the name of the search engine - + All your plugins are already up to date. + + + %1 search engine plugin could not be updated, keeping old version. + %1 is the name of the search engine + + + + + %1 search engine plugin could not be installed. + %1 is the name of the search engine + + + + + All selected plugins were uninstalled successfully + + + + + %1 search engine plugin was successfully updated. + %1 is the name of the search engine + + + + + %1 search engine plugin was successfully installed. + %1 is the name of the search engine + + + + + %1 search plugin was successfully updated. + %1 is the name of the search engine + + misc @@ -3340,7 +3352,7 @@ However, those plugins were disabled. g - + Unknown Bilinmeyen @@ -3363,25 +3375,25 @@ However, those plugins were disabled. Bilinmeyen - + < 1m < 1 minute < 1d - + %1m e.g: 10minutes %1d - + %1h%2m e.g: 3hours 5minutes %1sa%2d - + %1d%2h%3m e.g: 2days 10hours 2minutes %1gü%2sa%3d diff --git a/src/lang/qbittorrent_uk.qm b/src/lang/qbittorrent_uk.qm index 5ff0acb5a..5c9b1cbb2 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 425206b98..e9876f4fb 100644 --- a/src/lang/qbittorrent_uk.ts +++ b/src/lang/qbittorrent_uk.ts @@ -2906,12 +2906,12 @@ Changelog: Будь-ласка, спочатку введіть правильний вхідний шлях - + Torrent creation Створення торренту - + Torrent was created successfully: Торрент було успішно створено: @@ -2936,7 +2936,7 @@ Changelog: Будб-ласка, введіть URL анонсу - + Torrent creation was unsuccessful, reason: %1 Створення torrent'у було невдалим, причина: %1 @@ -3144,12 +3144,12 @@ Changelog: engineSelectDlg - + True Так - + False Ні @@ -3171,75 +3171,87 @@ However, those plugins were disabled. - - All selected plugins were uninstalled successfuly - - - - + Select search plugins - + qBittorrent search plugins - + Search plugin install - + qBittorrent - + A more recent version of %1 search engine plugin is already installed. %1 is the name of the search engine - - %1 search engine plugin was successfuly updated. - %1 is the name of the search engine - - - - - %1 search engine plugin was successfuly installed. - %1 is the name of the search engine - - - - + Search plugin update Оновити пошуковий плагін - + Sorry, update server is temporarily unavailable. Пробачте, сервер оновлень тимчасово недоступний. - - %1 search plugin was successfuly updated. - %1 is the name of the search engine - - - - + Sorry, %1 search plugin update failed. %1 is the name of the search engine - + All your plugins are already up to date. + + + %1 search engine plugin could not be updated, keeping old version. + %1 is the name of the search engine + + + + + %1 search engine plugin could not be installed. + %1 is the name of the search engine + + + + + All selected plugins were uninstalled successfully + + + + + %1 search engine plugin was successfully updated. + %1 is the name of the search engine + + + + + %1 search engine plugin was successfully installed. + %1 is the name of the search engine + + + + + %1 search plugin was successfully updated. + %1 is the name of the search engine + + misc @@ -3292,7 +3304,7 @@ However, those plugins were disabled. д - + Unknown Невідомо @@ -3315,25 +3327,25 @@ However, those plugins were disabled. Невідомо - + < 1m < 1 minute < 1хв - + %1m e.g: 10minutes %1хв - + %1h%2m e.g: 3hours 5minutes %1г%2хв - + %1d%2h%3m e.g: 2days 10hours 2minutes %1д%2г%3хв diff --git a/src/lang/qbittorrent_zh.qm b/src/lang/qbittorrent_zh.qm index 3025de62c..17755bcb3 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 3d839a8ef..72a32a79c 100644 --- a/src/lang/qbittorrent_zh.ts +++ b/src/lang/qbittorrent_zh.ts @@ -2839,12 +2839,12 @@ Changelog: 请先给出一个正确的输入路径 - + Torrent creation 创建Torrent - + Torrent was created successfully: 成功创建Torrent: @@ -2869,7 +2869,7 @@ Changelog: 请输入一个announce网址 - + Torrent creation was unsuccessful, reason: %1 成功创建Torrent,原因:%1 @@ -3077,12 +3077,12 @@ Changelog: engineSelectDlg - + True - + False @@ -3104,75 +3104,87 @@ However, those plugins were disabled. - - All selected plugins were uninstalled successfuly - - - - + Select search plugins - + qBittorrent search plugins - + Search plugin install - + qBittorrent qBittorrent - + A more recent version of %1 search engine plugin is already installed. %1 is the name of the search engine - - %1 search engine plugin was successfuly updated. - %1 is the name of the search engine - - - - - %1 search engine plugin was successfuly installed. - %1 is the name of the search engine - - - - + Search plugin update 更新搜索插件 - + Sorry, update server is temporarily unavailable. - - %1 search plugin was successfuly updated. - %1 is the name of the search engine - - - - + Sorry, %1 search plugin update failed. %1 is the name of the search engine - + All your plugins are already up to date. + + + %1 search engine plugin could not be updated, keeping old version. + %1 is the name of the search engine + + + + + %1 search engine plugin could not be installed. + %1 is the name of the search engine + + + + + All selected plugins were uninstalled successfully + + + + + %1 search engine plugin was successfully updated. + %1 is the name of the search engine + + + + + %1 search engine plugin was successfully installed. + %1 is the name of the search engine + + + + + %1 search plugin was successfully updated. + %1 is the name of the search engine + + misc @@ -3219,7 +3231,7 @@ However, those plugins were disabled. 小时 - + Unknown 未知 @@ -3236,25 +3248,25 @@ However, those plugins were disabled. 未知 - + < 1m < 1 minute < 1分钟 - + %1m e.g: 10minutes %1分钟 - + %1h%2m e.g: 3hours 5minutes %1小时%2分钟 - + %1d%2h%3m e.g: 2days 10hours 2minutes %1天%2小时%3分钟 diff --git a/src/misc.h b/src/misc.h index c11855dbe..c199bb8dd 100644 --- a/src/misc.h +++ b/src/misc.h @@ -355,6 +355,7 @@ class misc : public QObject{ // time duration like "1d 2h 10m". static QString userFriendlyDuration(qlonglong seconds) { if(seconds < 0 or seconds > 8640000) { + // We display unkown if seconds > 100 days return tr("Unknown"); } int level = 0; diff --git a/src/rss.h b/src/rss.h index dd95a22ab..e9aab3a0d 100644 --- a/src/rss.h +++ b/src/rss.h @@ -471,7 +471,7 @@ class RssManager : public QObject{ connect(downloader, SIGNAL(downloadFailure(QString, QString)), this, SLOT(handleDownloadFailure(QString, QString))); loadStreamList(); connect(&newsRefresher, SIGNAL(timeout()), this, SLOT(refreshOldFeeds())); - newsRefresher.start(60000); + newsRefresher.start(60000); // 1min } ~RssManager(){