diff --git a/src/FeedDownloader.h b/src/FeedDownloader.h index 2b7ec7203..2961914f9 100644 --- a/src/FeedDownloader.h +++ b/src/FeedDownloader.h @@ -52,11 +52,20 @@ public: FeedFilter(QHash filter): QHash(filter), valid(true) {} bool matches(QString s) { - QStringList tokens = getMatchingTokens(); - foreach(const QString& token, tokens) { + QStringList match_tokens = getMatchingTokens(); + foreach(const QString& token, match_tokens) { + if(token.isEmpty() || token == "*") + continue; QRegExp reg(token, Qt::CaseInsensitive); if(reg.indexIn(s) < 0) return false; } + // Checking not matching + QStringList notmatch_tokens = getNotMatchingTokens(); + foreach(const QString& token, notmatch_tokens) { + if(token.isEmpty()) continue; + QRegExp reg(token, Qt::CaseInsensitive); + if(reg.indexIn(s) > -1) return false; + } return true; } @@ -234,6 +243,8 @@ protected slots: void showFilterSettings(QListWidgetItem *item) { // First, save current filter settings saveCurrentFilterSettings(); + // Clear all fields + clearFields(); if(!item) { qDebug("No new selected item"); return; @@ -324,6 +335,24 @@ protected slots: match_line->clear(); notmatch_line->clear(); savepath_line->clear(); + test_res_lbl->setText(""); + test_line->clear(); + } + + void on_testButton_clicked(bool) { + if(selected_filter.isEmpty()) return; + QString s = test_line->text().trimmed(); + if(s.isEmpty()) { + QMessageBox::critical(0, tr("Filter testing error"), tr("Please specify a test torrent name.")); + return; + } + // Get current filter + saveCurrentFilterSettings(); + FeedFilter f = filters.getFilter(selected_filter); + if(f.matches(s)) + test_res_lbl->setText(""+tr("matches")+""); + else + test_res_lbl->setText(""+tr("does not match")+""); } }; diff --git a/src/FeedDownloader.ui b/src/FeedDownloader.ui index 96db4cbf7..5ad49f111 100644 --- a/src/FeedDownloader.ui +++ b/src/FeedDownloader.ui @@ -7,7 +7,7 @@ 0 0 737 - 392 + 415 @@ -211,112 +211,211 @@ false - + - + - + - - - - - - 50 - false - - - - Matches: - - - - - - - - 50 - false - - - - Does not match: - - - - - - - - 50 - false - - - - Destination folder: - - - - + + + + 50 + false + + + + Matches: + + - + + + + 50 + false + + + + Does not match: + + + + + + + + 50 + false + + + + Destination folder: + + + + + + + + + + + + + + + + + + + - - - + + + + 300 + 0 + - - - - - - - - - 300 - 0 - - - - - - - - - 50 - false - - - - ... - - - - + + + + 50 + false + + + + ... + + - - - - Qt::Vertical - - - - 20 - 40 - - - - + + + + Filter testing + + + + + + + + + + + 0 + 28 + + + + + 50 + false + + + + Torrent title: + + + + + + + + 50 + false + + + + Result: + + + + + + + + + + + + + + + + + 50 + false + + + + Test + + + + + + + + + + + + 50 + false + + + + + + + + + + + Qt::Horizontal + + + + 40 + 20 + + + + + + + + + + + + + + + + + Qt::Vertical + + + + 20 + 11 + + + + diff --git a/src/lang/qbittorrent_bg.qm b/src/lang/qbittorrent_bg.qm index e8d188910..d5421f8be 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 e59ff69d5..65df02d2c 100644 --- a/src/lang/qbittorrent_bg.ts +++ b/src/lang/qbittorrent_bg.ts @@ -1282,6 +1282,138 @@ Copyright © 2006 от Christophe Dumez<br> Предимство + + FeedDownloader + + + RSS Feed downloader + + + + + RSS feed: + + + + + Feed name + + + + + Automatically download torrents from this feed + + + + + Download filters + + + + + Filters: + + + + + Filter settings + + + + + Matches: + + + + + Does not match: + + + + + Destination folder: + + + + + ... + ... + + + + Filter testing + + + + + Torrent title: + + + + + Result: + + + + + Test + + + + + FeedDownloaderDlg + + + New filter + + + + + Please choose a name for this filter + + + + + Filter name: + + + + + + Invalid filter name + + + + + The filter name cannot be left empty. + + + + + This filter name is already in use. + + + + + Filter testing error + + + + + Please specify a test torrent name. + + + + + matches + + + + + does not match + + + FilterParserThread @@ -2696,6 +2828,16 @@ p, li { white-space: pre-wrap; } Open news URL + + + Copy feed URL + + + + + RSS feed downloader + + Create Образуване @@ -2748,86 +2890,86 @@ p, li { white-space: pre-wrap; } RSSImp - + Please type a rss stream url Моля въведете url на поток rss - + Stream URL: Поток URL: - + Please choose a new name for this stream Моля изберете ново име за този поток - + New stream name: Ново име на потока: - + Are you sure? -- qBittorrent Сигурни ли сте? -- qBittorrent - + &Yes &Да - + &No &Не - + Are you sure you want to delete this stream from the list? Сигурни ли сте че искате да изтриете този поток от списъка? - - - - + + + + Description: Описание: - - - - + + + + url: url: - - - - + + + + Last refresh: Последно обновяване: - + qBittorrent qBittorrent - + This rss feed is already in the list. Този rss feed е вече в списъка. - + Date: Дата: - + Author: Автор: @@ -2835,7 +2977,7 @@ p, li { white-space: pre-wrap; } RssItem - + No description available Няма налично описание @@ -2843,13 +2985,18 @@ p, li { white-space: pre-wrap; } RssStream - + %1 ago 10min ago преди %1 - + + Automatically downloading %1 torrent from %2 RSS feed... + + + + Never Никога @@ -3321,13 +3468,13 @@ Changelog: %1 използва максималното разрешено от вас отношение. - + '%1' was removed permanently. 'xxx.avi' was removed permanently. '%1' бе премахнат завинаги. - + '%1' was removed. 'xxx.avi' was removed. '%1' бе премахнат. @@ -3343,85 +3490,85 @@ Changelog: '%1' бе възстановен. - + '%1' is not a valid magnet URI. - - - + + + '%1' is already in download list. e.g: 'xxx.avi' is already in download list. '%1' вече е в листа за сваляне. - - - + + + '%1' resumed. (fast resume) '/home/y/xxx.torrent' was resumed. (fast resume) '%1' бе възстановен. (бързо възстановяване) - - - + + + '%1' added to download list. '/home/y/xxx.torrent' was added to download list. '%1' добавен в листа за сваляне. - - + + Unable to decode torrent file: '%1' e.g: Unable to decode torrent file: '/home/y/xxx.torrent' Не мога да декодирам торент-файла: '%1' - + This file is either corrupted or this isn't a torrent. Този файла или е разрушен или не е торент. - + <font color='red'>%1</font> <i>was blocked due to your IP filter</i> x.y.z.w was blocked <font color='red'>%1</font> <i>бе блокиран от вашия IP филтър</i> - + <font color='red'>%1</font> <i>was banned due to corrupt pieces</i> x.y.z.w was banned <font color='red'>%1</font> <i>бе прекъснат поради разрушени части</i> - + Couldn't listen on any of the given ports. Невъзможно изчакване от дадените портове. - + UPnP/NAT-PMP: Port mapping failure, message: %1 UPnP/NAT-PMP: Грешка при следене на порт, съобщение: %1 - + UPnP/NAT-PMP: Port mapping successful, message: %1 UPnP/NAT-PMP: Следене на порт успешно, съобщение: %1 - + Fast resume data was rejected for torrent %1, checking again... Бърза пауза бе отхвърлена за торент %1, нова проверка... - + Url seed lookup failed for url: %1, message: %2 Url споделяне провалено за url: %1, съобщение: %2 - + Downloading '%1', please wait... e.g: Downloading 'xxx.torrent', please wait... Сваляне на '%1', моля изчакайте... @@ -3454,7 +3601,7 @@ Changelog: Образуване - + Cancel Прекъсни @@ -3467,7 +3614,7 @@ Changelog: Директория - + Torrent Creation Tool Инструмент за Създаване на Торент @@ -3488,7 +3635,7 @@ Changelog: <center>Коментар:</center> - + Torrent file creation Създаване на Торент файл @@ -3497,12 +3644,12 @@ Changelog: Входни файлове или директории: - + Announce urls (trackers): Предлагащи url (тракери): - + Comment (optional): Коментар (опция): @@ -3511,87 +3658,87 @@ Changelog: Частен (не може да се разпространява по мрежа без тракер / DHT е включен) - + Web seeds urls (optional): URL на даващи по Web (опция): - + File or folder to add to the torrent: Файл или папка за добавяне към торента: - + Add a file Добави файл - + Add a folder Добави папка - + Piece size: Размер на част: - + 32 KiB 32 КБ - + 64 KiB 64 КБ - + 128 KiB 128 КБ - + 256 KiB 256 КБ - + 512 KiB 512 КБ - + 1 MiB 1 МБ - + 2 MiB 2 МБ - + 4 MiB 4 МБ - + Private (won't be distributed on DHT network if enabled) Лично (няма да бъде разпространено по мрежа DHT ако е включено) - + Start seeding after creation Започни даване след образуване - + Create and save... Създай и съхрани... - + Progress: Изпълнение: diff --git a/src/lang/qbittorrent_ca.qm b/src/lang/qbittorrent_ca.qm index 02632119f..f63b30157 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 fd6bbad6b..3f27c61a2 100644 --- a/src/lang/qbittorrent_ca.ts +++ b/src/lang/qbittorrent_ca.ts @@ -1115,6 +1115,138 @@ p, li { white-space: pre-wrap; } + + FeedDownloader + + + RSS Feed downloader + + + + + RSS feed: + + + + + Feed name + + + + + Automatically download torrents from this feed + + + + + Download filters + + + + + Filters: + + + + + Filter settings + + + + + Matches: + + + + + Does not match: + + + + + Destination folder: + + + + + ... + ... + + + + Filter testing + + + + + Torrent title: + + + + + Result: + + + + + Test + + + + + FeedDownloaderDlg + + + New filter + + + + + Please choose a name for this filter + + + + + Filter name: + + + + + + Invalid filter name + + + + + The filter name cannot be left empty. + + + + + This filter name is already in use. + + + + + Filter testing error + + + + + Please specify a test torrent name. + + + + + matches + + + + + does not match + + + FilterParserThread @@ -2404,6 +2536,16 @@ p, li { white-space: pre-wrap; } Open news URL + + + Copy feed URL + + + + + RSS feed downloader + + Create Crear @@ -2452,86 +2594,86 @@ p, li { white-space: pre-wrap; } RSSImp - + Please type a rss stream url - + Stream URL: - + Please choose a new name for this stream - + New stream name: - + Are you sure? -- qBittorrent Estàs segur? -- qBittorrent - + &Yes &Yes - + &No &No - + Are you sure you want to delete this stream from the list? - - - - + + + + Description: - - - - + + + + url: - - - - + + + + Last refresh: - + qBittorrent qBittorrent - + This rss feed is already in the list. - + Date: - + Author: @@ -2539,7 +2681,7 @@ p, li { white-space: pre-wrap; } RssItem - + No description available @@ -2547,13 +2689,18 @@ p, li { white-space: pre-wrap; } RssStream - + %1 ago 10min ago - + + Automatically downloading %1 torrent from %2 RSS feed... + + + + Never @@ -2997,97 +3144,97 @@ Log: - + '%1' was removed permanently. 'xxx.avi' was removed permanently. - + '%1' was removed. 'xxx.avi' was removed. - + '%1' is not a valid magnet URI. - - - + + + '%1' is already in download list. e.g: 'xxx.avi' is already in download list. - - - + + + '%1' resumed. (fast resume) '/home/y/xxx.torrent' was resumed. (fast resume) - - - + + + '%1' added to download list. '/home/y/xxx.torrent' was added to download list. - - + + Unable to decode torrent file: '%1' e.g: Unable to decode torrent file: '/home/y/xxx.torrent' - + This file is either corrupted or this isn't a torrent. Aquest arxiu està corrupte o no es un arxiu torrent. - + <font color='red'>%1</font> <i>was blocked due to your IP filter</i> x.y.z.w was blocked - + <font color='red'>%1</font> <i>was banned due to corrupt pieces</i> x.y.z.w was banned - + Couldn't listen on any of the given ports. No es pot obrir el port especificat. - + UPnP/NAT-PMP: Port mapping failure, message: %1 - + UPnP/NAT-PMP: Port mapping successful, message: %1 - + Fast resume data was rejected for torrent %1, checking again... - + Url seed lookup failed for url: %1, message: %2 - + Downloading '%1', please wait... e.g: Downloading 'xxx.torrent', please wait... @@ -3120,7 +3267,7 @@ Log: Crear - + Cancel Cancelar @@ -3133,7 +3280,7 @@ Log: Directori - + Torrent Creation Tool Eina Creador de Torrent @@ -3154,102 +3301,102 @@ Log: <center>Comentari:</center> - + Torrent file creation - + Announce urls (trackers): - + Comment (optional): - + Web seeds urls (optional): - + File or folder to add to the torrent: - + Add a file - + Add a folder - + Piece size: - + 32 KiB - + 64 KiB - + 128 KiB - + 256 KiB - + 512 KiB - + 1 MiB - + 2 MiB - + 4 MiB - + Private (won't be distributed on DHT network if enabled) - + Start seeding after creation - + Create and save... - + Progress: diff --git a/src/lang/qbittorrent_cs.qm b/src/lang/qbittorrent_cs.qm index c7b2736d2..278b7fcea 100644 Binary files a/src/lang/qbittorrent_cs.qm and b/src/lang/qbittorrent_cs.qm differ diff --git a/src/lang/qbittorrent_cs.ts b/src/lang/qbittorrent_cs.ts index 48ac8a9ef..0d3dcba85 100644 --- a/src/lang/qbittorrent_cs.ts +++ b/src/lang/qbittorrent_cs.ts @@ -884,6 +884,138 @@ Copyright © 2006 by Christophe Dumez<br> Priorita + + FeedDownloader + + + RSS Feed downloader + + + + + RSS feed: + + + + + Feed name + + + + + Automatically download torrents from this feed + + + + + Download filters + + + + + Filters: + + + + + Filter settings + + + + + Matches: + + + + + Does not match: + + + + + Destination folder: + + + + + ... + ... + + + + Filter testing + + + + + Torrent title: + + + + + Result: + + + + + Test + + + + + FeedDownloaderDlg + + + New filter + + + + + Please choose a name for this filter + + + + + Filter name: + + + + + + Invalid filter name + + + + + The filter name cannot be left empty. + + + + + This filter name is already in use. + + + + + Filter testing error + + + + + Please specify a test torrent name. + + + + + matches + + + + + does not match + + + FilterParserThread @@ -1601,6 +1733,16 @@ p, li { white-space: pre-wrap; } Open news URL + + + Copy feed URL + + + + + RSS feed downloader + + Delete selected streams @@ -1649,86 +1791,86 @@ p, li { white-space: pre-wrap; } RSSImp - + Please type a rss stream url Prosím napište URL RSS kanálu - + Stream URL: URL kanálu: - + Please choose a new name for this stream Prosím zvolte nový název pro tento kanál - + New stream name: Nový název kanálu: - + Are you sure? -- qBittorrent Jste si jist? -- qBittorrent - + &Yes &Ano - + &No &Ne - + Are you sure you want to delete this stream from the list? Jste si jist, že chcete smazat tento kanál ze seznamu? - - - - + + + + Description: Popis: - - - - + + + + url: URL: - - - - + + + + Last refresh: Poslední obnova: - + qBittorrent qBittorrent - + This rss feed is already in the list. Tento RSS kanál už v seznamu existuje. - + Date: Datum: - + Author: Autor: @@ -1736,7 +1878,7 @@ p, li { white-space: pre-wrap; } RssItem - + No description available Popis není k dispozici @@ -1744,13 +1886,18 @@ p, li { white-space: pre-wrap; } RssStream - + %1 ago 10min ago Před %1 - + + Automatically downloading %1 torrent from %2 RSS feed... + + + + Never Nikdy @@ -2057,13 +2204,13 @@ p, li { white-space: pre-wrap; } '%1' - poměr dosáhl nastaveného maxima. - + '%1' was removed permanently. 'xxx.avi' was removed permanently. '%1' byl trvale odstraněn. - + '%1' was removed. 'xxx.avi' was removed. '%1' byl odstraněn. @@ -2079,85 +2226,85 @@ p, li { white-space: pre-wrap; } '%1' obnoven. - + '%1' is not a valid magnet URI. - - - + + + '%1' is already in download list. e.g: 'xxx.avi' is already in download list. '%1' už je v seznamu stahování. - - - + + + '%1' resumed. (fast resume) '/home/y/xxx.torrent' was resumed. (fast resume) '%1' obnoven. (rychlé obnovení) - - - + + + '%1' added to download list. '/home/y/xxx.torrent' was added to download list. '%1' přidán do seznamu stahování. - - + + Unable to decode torrent file: '%1' e.g: Unable to decode torrent file: '/home/y/xxx.torrent' Nelze dekódovat soubor torrentu: '%1' - + This file is either corrupted or this isn't a torrent. Tento soubor je buď poškozen, nebo to není soubor torrentu. - + <font color='red'>%1</font> <i>was blocked due to your IP filter</i> x.y.z.w was blocked <font color='red'>%1</font> <i>byl zablokován kvůli filtru IP</i> - + <font color='red'>%1</font> <i>was banned due to corrupt pieces</i> x.y.z.w was banned <font color='red'>%1</font> <i>byl zakázán kvůli poškozeným částem</i> - + Couldn't listen on any of the given ports. Nelze naslouchat na žádném z udaných portů. - + UPnP/NAT-PMP: Port mapping failure, message: %1 UPnP/NAT-PMP: Namapování portů selhalo, zpráva: %1 - + UPnP/NAT-PMP: Port mapping successful, message: %1 UPnP/NAT-PMP: Namapování portů bylo úspěšné, zpráva: %1 - + Fast resume data was rejected for torrent %1, checking again... Rychlé obnovení torrentu %1 bylo odmítnuto, zkouším znovu... - + Url seed lookup failed for url: %1, message: %2 Vyhledání URL seedu selhalo pro URL: %1, zpráva: %2 - + Downloading '%1', please wait... e.g: Downloading 'xxx.torrent', please wait... Stahuji '%1', prosím čekejte... @@ -2166,112 +2313,112 @@ p, li { white-space: pre-wrap; } createTorrentDialog - + Cancel Zrušit - + Torrent Creation Tool Nástroj pro vytváření torrentů - + Torrent file creation Vytvořit soubor torrentu - + Announce urls (trackers): Oznamovací URL (trackery): - + Comment (optional): Komentář (nepovinné): - + Web seeds urls (optional): URL webových seedů (nepovinné): - + File or folder to add to the torrent: Soubor nebo adresář pro přidání do torrentu: - + Add a file Přidat soubor - + Add a folder Přidat adresář - + Piece size: Velikost části: - + 32 KiB 32 KiB - + 64 KiB 64 KiB - + 128 KiB 128 KiB - + 256 KiB 256 KiB - + 512 KiB 512 KiB - + 1 MiB 1 MiB - + 2 MiB 2 MiB - + 4 MiB 4 MiB - + Private (won't be distributed on DHT network if enabled) Soukromý (je-li zapnuto, nebude šířen na síti DHT) - + Start seeding after creation Po vytvoření začít seedovat - + Create and save... Vytvořit a uložit... - + Progress: Průběh: diff --git a/src/lang/qbittorrent_da.qm b/src/lang/qbittorrent_da.qm index f40ad252d..6d5722fdb 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 c22faf11e..57710294d 100644 --- a/src/lang/qbittorrent_da.ts +++ b/src/lang/qbittorrent_da.ts @@ -1010,6 +1010,138 @@ Copyright © 2006 by Christophe Dumez<br> + + FeedDownloader + + + RSS Feed downloader + + + + + RSS feed: + + + + + Feed name + + + + + Automatically download torrents from this feed + + + + + Download filters + + + + + Filters: + + + + + Filter settings + + + + + Matches: + + + + + Does not match: + + + + + Destination folder: + + + + + ... + ... + + + + Filter testing + + + + + Torrent title: + + + + + Result: + + + + + Test + + + + + FeedDownloaderDlg + + + New filter + + + + + Please choose a name for this filter + + + + + Filter name: + + + + + + Invalid filter name + + + + + The filter name cannot be left empty. + + + + + This filter name is already in use. + + + + + Filter testing error + + + + + Please specify a test torrent name. + + + + + matches + + + + + does not match + + + FilterParserThread @@ -2034,6 +2166,16 @@ p, li { white-space: pre-wrap; } Open news URL + + + Copy feed URL + + + + + RSS feed downloader + + Create Opret @@ -2082,86 +2224,86 @@ p, li { white-space: pre-wrap; } RSSImp - + Please type a rss stream url - + Stream URL: - + Please choose a new name for this stream - + New stream name: - + Are you sure? -- qBittorrent Er du sikker? -- qBittorrent - + &Yes &Ja - + &No &Nej - + Are you sure you want to delete this stream from the list? - - - - + + + + Description: - - - - + + + + url: - - - - + + + + Last refresh: - + qBittorrent qBittorrent - + This rss feed is already in the list. - + Date: - + Author: @@ -2169,7 +2311,7 @@ p, li { white-space: pre-wrap; } RssItem - + No description available @@ -2177,13 +2319,18 @@ p, li { white-space: pre-wrap; } RssStream - + %1 ago 10min ago - + + Automatically downloading %1 torrent from %2 RSS feed... + + + + Never @@ -2623,13 +2770,13 @@ Changelog: - + '%1' was removed permanently. 'xxx.avi' was removed permanently. - + '%1' was removed. 'xxx.avi' was removed. '%1' blev fjernet. @@ -2645,85 +2792,85 @@ Changelog: '%1' fortsat. - + '%1' is not a valid magnet URI. - - - + + + '%1' is already in download list. e.g: 'xxx.avi' is already in download list. '%1' findes allerede i download listen. - - - + + + '%1' resumed. (fast resume) '/home/y/xxx.torrent' was resumed. (fast resume) '%1' fortsat. (hurtig fortsættelse) - - - + + + '%1' added to download list. '/home/y/xxx.torrent' was added to download list. '%1' lagt til download listen. - - + + Unable to decode torrent file: '%1' e.g: Unable to decode torrent file: '/home/y/xxx.torrent' Kan ikke dekode torrent filen: '%1' - + This file is either corrupted or this isn't a torrent. Denne fil er enten korrupt eller ikke en torrent. - + <font color='red'>%1</font> <i>was blocked due to your IP filter</i> x.y.z.w was blocked - + <font color='red'>%1</font> <i>was banned due to corrupt pieces</i> x.y.z.w was banned - + Couldn't listen on any of the given ports. Kunne ikke lytte på de opgivne porte. - + UPnP/NAT-PMP: Port mapping failure, message: %1 - + UPnP/NAT-PMP: Port mapping successful, message: %1 - + Fast resume data was rejected for torrent %1, checking again... - + Url seed lookup failed for url: %1, message: %2 - + Downloading '%1', please wait... e.g: Downloading 'xxx.torrent', please wait... Downloader '%1', vent venligst... @@ -2744,7 +2891,7 @@ Changelog: Opret - + Cancel Annuller @@ -2753,7 +2900,7 @@ Changelog: Mappe - + Torrent Creation Tool Værktøj: Opret torrent @@ -2774,102 +2921,102 @@ Changelog: <center>Kommentar:</center> - + Torrent file creation - + Announce urls (trackers): - + Comment (optional): - + Web seeds urls (optional): - + File or folder to add to the torrent: - + Add a file - + Add a folder - + Piece size: - + 32 KiB - + 64 KiB - + 128 KiB - + 256 KiB - + 512 KiB - + 1 MiB - + 2 MiB - + 4 MiB - + Private (won't be distributed on DHT network if enabled) - + Start seeding after creation - + Create and save... - + Progress: diff --git a/src/lang/qbittorrent_de.qm b/src/lang/qbittorrent_de.qm index 21c9963ee..602f7b0bd 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 f9f9c8dc4..821af4e6d 100644 --- a/src/lang/qbittorrent_de.ts +++ b/src/lang/qbittorrent_de.ts @@ -1226,6 +1226,138 @@ qBittorrent beobachtet das Verzeichniss und starten den Download von vorhandenen Priorität + + FeedDownloader + + + RSS Feed downloader + + + + + RSS feed: + + + + + Feed name + + + + + Automatically download torrents from this feed + + + + + Download filters + + + + + Filters: + + + + + Filter settings + + + + + Matches: + + + + + Does not match: + + + + + Destination folder: + + + + + ... + ... + + + + Filter testing + + + + + Torrent title: + + + + + Result: + + + + + Test + + + + + FeedDownloaderDlg + + + New filter + + + + + Please choose a name for this filter + + + + + Filter name: + + + + + + Invalid filter name + + + + + The filter name cannot be left empty. + + + + + This filter name is already in use. + + + + + Filter testing error + + + + + Please specify a test torrent name. + + + + + matches + + + + + does not match + + + FilterParserThread @@ -2673,6 +2805,16 @@ p, li { white-space: pre-wrap; } Open news URL + + + Copy feed URL + + + + + RSS feed downloader + + Create Erstellen @@ -2725,27 +2867,27 @@ p, li { white-space: pre-wrap; } RSSImp - + Please type a rss stream url Bitte eine RSS Stream Adresse eingeben - + Stream URL: Stream URL: - + Please choose a new name for this stream Bitte wählen sie einen neuen Namen für diesen Stream - + New stream name: Neuer Stream Name: - + Are you sure? -- qBittorrent Sind Sie sicher? -- qBittorrent @@ -2754,12 +2896,12 @@ p, li { white-space: pre-wrap; } Möchten sie den Stream wirklich aus der Liste löschen? - + &Yes &Ja - + &No &Nein @@ -2772,51 +2914,51 @@ p, li { white-space: pre-wrap; } keine Beschreibung verfügbar - + Are you sure you want to delete this stream from the list? Möchten sie den Stream wirklich aus der Liste löschen? - - - - + + + + Description: Beschreibung: - - - - + + + + url: URL: - - - - + + + + Last refresh: Letzte Aktualisierung: - + qBittorrent qBittorrent - + This rss feed is already in the list. Dieser RSS-Feed ist bereits in der Liste. - + Date: Datum: - + Author: Autor: @@ -2824,7 +2966,7 @@ p, li { white-space: pre-wrap; } RssItem - + No description available Keine Beschreibung vorhanden @@ -2832,13 +2974,18 @@ p, li { white-space: pre-wrap; } RssStream - + %1 ago 10min ago vor %1 - + + Automatically downloading %1 torrent from %2 RSS feed... + + + + Never Niemals @@ -3314,13 +3461,13 @@ Changelog: %1 hat das gesetzte maximale Verhältnis erreicht. - + '%1' was removed permanently. 'xxx.avi' was removed permanently. '%1' wurde endgültig entfernt. - + '%1' was removed. 'xxx.avi' was removed. '%1' wurde entfernt. @@ -3336,85 +3483,85 @@ Changelog: '%1' wird fortgesetzt. - + '%1' is not a valid magnet URI. - - - + + + '%1' is already in download list. e.g: 'xxx.avi' is already in download list. '%1' befindet sich bereits in der Download-Liste. - - - + + + '%1' resumed. (fast resume) '/home/y/xxx.torrent' was resumed. (fast resume) '%1' wird fortgesetzt. (Schnelles Fortsetzen) - - - + + + '%1' added to download list. '/home/y/xxx.torrent' was added to download list. '%1' wurde der Download-Liste hinzugefügt. - - + + Unable to decode torrent file: '%1' e.g: Unable to decode torrent file: '/home/y/xxx.torrent' Kann Torrent Datei nicht dekodieren: '%1' - + This file is either corrupted or this isn't a torrent. Diese Datei ist entweder beschädigt, oder kein Torrent. - + <font color='red'>%1</font> <i>was blocked due to your IP filter</i> x.y.z.w was blocked <font color='red'>%1</font> <i>wurde geblockt aufgrund Ihrer IP Filter</i> - + <font color='red'>%1</font> <i>was banned due to corrupt pieces</i> x.y.z.w was banned <font color='red'>%1</font> <i>wurde gebannt aufgrund von beschädigten Teilen</i> - + Couldn't listen on any of the given ports. Konnte nicht auf den angegebenen Ports lauschen. - + UPnP/NAT-PMP: Port mapping failure, message: %1 UPnP/NAT-PMP: Port Mapping Fehler, Fehlermeldung: %1 - + UPnP/NAT-PMP: Port mapping successful, message: %1 UPnP/NAT-PMP: Port Mapping erfolgreich, Meldung: %1 - + Fast resume data was rejected for torrent %1, checking again... Fast-Resume Daten für den Torrent %1 wurden zurückgewiesen, prüfe erneut... - + Url seed lookup failed for url: %1, message: %2 URL Seed Lookup für die URL: %1 ist fehlgeschlagen, Meldung: %2 - + Downloading '%1', please wait... e.g: Downloading 'xxx.torrent', please wait... Lade '%1', bitte warten... @@ -3447,7 +3594,7 @@ Changelog: Erstellen - + Cancel Abbrechen @@ -3460,7 +3607,7 @@ Changelog: Verzeichnis - + Torrent Creation Tool Torrenterstellungs Werkzeug @@ -3481,7 +3628,7 @@ Changelog: <center>Kommentar:</center> - + Torrent file creation Torrent-Datei Erstellung @@ -3490,12 +3637,12 @@ Changelog: Eingangs-Dateien oder -Verzeichnisse: - + Announce urls (trackers): Announce URLs (Tracker): - + Comment (optional): Kommentar (optional): @@ -3504,87 +3651,87 @@ Changelog: Privat (wird nicht im Trackerlosen Netzwerk / DHT verbreitet, wenn aktiviert) - + Web seeds urls (optional): Web Seeds URLs (optional): - + File or folder to add to the torrent: Datei oder Ordner die dem Torrent hinzugefügt werden: - + Add a file Datei hinzufügen - + Add a folder Ordner hinzufügen - + Piece size: Größe der Stücke: - + 32 KiB - + 64 KiB - + 128 KiB - + 256 KiB - + 512 KiB - + 1 MiB - + 2 MiB - + 4 MiB - + Private (won't be distributed on DHT network if enabled) Privat (wird nicht an das DHT Netzwerk verteilt) - + Start seeding after creation Beginne Seeding nach Erstellung - + Create and save... Erstellen und speichern... - + Progress: Fortschritt: diff --git a/src/lang/qbittorrent_el.qm b/src/lang/qbittorrent_el.qm index 6bbe06226..6e116195e 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 a7c983e55..87bbb19a6 100644 --- a/src/lang/qbittorrent_el.ts +++ b/src/lang/qbittorrent_el.ts @@ -1298,6 +1298,138 @@ Copyright © 2006 από τον Christophe Dumez<br> Προτεραιότητα + + FeedDownloader + + + RSS Feed downloader + + + + + RSS feed: + + + + + Feed name + + + + + Automatically download torrents from this feed + + + + + Download filters + + + + + Filters: + + + + + Filter settings + + + + + Matches: + + + + + Does not match: + + + + + Destination folder: + + + + + ... + ... + + + + Filter testing + + + + + Torrent title: + + + + + Result: + + + + + Test + + + + + FeedDownloaderDlg + + + New filter + + + + + Please choose a name for this filter + + + + + Filter name: + + + + + + Invalid filter name + + + + + The filter name cannot be left empty. + + + + + This filter name is already in use. + + + + + Filter testing error + + + + + Please specify a test torrent name. + + + + + matches + + + + + does not match + + + FilterParserThread @@ -2766,6 +2898,16 @@ p, li { white-space: pre-wrap; } Open news URL + + + Copy feed URL + + + + + RSS feed downloader + + Create Δημιουργία @@ -2818,86 +2960,86 @@ p, li { white-space: pre-wrap; } RSSImp - + Please type a rss stream url Παρακαλώ εισάγετε ένα url τροφοδοσίας rss - + Stream URL: URL τροφοδοσίας: - + Please choose a new name for this stream Παρακαλώ επιέξτε ένα νέο όνομα για αυτήν την τροφοδοσία - + New stream name: Νέο όνομα τροφοδοσίας: - + Are you sure? -- qBittorrent Είστε σίγουρος? -- qBittorrent - + &Yes &Ναι - + &No &Όχι - + Are you sure you want to delete this stream from the list? Είστε σίγουρος οτι θέλετε να διαγράψετε αυτή τη τροφοδοσία από τη λίστα? - - - - + + + + Description: Περιγραφή: - - - - + + + + url: url: - - - - + + + + Last refresh: Τελευταία ανανέωση: - + qBittorrent qBittorrent - + This rss feed is already in the list. Αυτή η τροφοδοσία rss είναι ήδη στη λίστα. - + Date: Ημερομηνία: - + Author: Δημιουργός: @@ -2905,7 +3047,7 @@ p, li { white-space: pre-wrap; } RssItem - + No description available Δεν υπάρχει διαθέσιμη περιγραφή @@ -2913,13 +3055,18 @@ p, li { white-space: pre-wrap; } RssStream - + %1 ago 10min ago %1 πριν - + + Automatically downloading %1 torrent from %2 RSS feed... + + + + Never Ποτέ @@ -3399,13 +3546,13 @@ Changelog: Το %1 έφτασε στη μέγιστη αναλογία που θέσατε. - + '%1' was removed permanently. 'xxx.avi' was removed permanently. '%1' διαγράφηκε για πάντα. - + '%1' was removed. 'xxx.avi' was removed. Το '%1' αφαιρέθηκε. @@ -3421,85 +3568,85 @@ Changelog: Το '%1' ξανάρχισε. - + '%1' is not a valid magnet URI. - - - + + + '%1' is already in download list. e.g: 'xxx.avi' is already in download list. Το '%1' είναι ήδη στη λίστα κατεβάσματος. - - - + + + '%1' resumed. (fast resume) '/home/y/xxx.torrent' was resumed. (fast resume) Το '%1' ξανάρχισε. (γρήγορη επανασύνδεση) - - - + + + '%1' added to download list. '/home/y/xxx.torrent' was added to download list. Το '%1' προστέθηκε στη λίστα κατεβάσματος. - - + + Unable to decode torrent file: '%1' e.g: Unable to decode torrent file: '/home/y/xxx.torrent' Αδύνατο να αποκωδικοποιηθεί το αρχείο τορεντ: '%1' - + This file is either corrupted or this isn't a torrent. Το αρχείο είτε είναι κατεστραμμένο, ή δεν ειναι τορεντ. - + <font color='red'>%1</font> <i>was blocked due to your IP filter</i> x.y.z.w was blocked <font color='red'>%1</font> <i>μπλοκαρίστηκε εξαιτίας του IP φίλτρου</i> - + <font color='red'>%1</font> <i>was banned due to corrupt pieces</i> x.y.z.w was banned <font color='red'>%1</font> <i>απαγορεύτηκε εξαιτίας κατεστραμμένων κομματιών</i> - + Couldn't listen on any of the given ports. Δεν "ακροάστηκα" καμία σπό τις δωσμένες θύρες. - + UPnP/NAT-PMP: Port mapping failure, message: %1 UPnP/NAT-PMP: Σφάλμα χαρτογράφησης θυρών, μήνυμα: %1 - + UPnP/NAT-PMP: Port mapping successful, message: %1 UPnP/NAT-PMP: Χαρτογράφηση θυρών επιτυχής, μήνυμα: %1 - + Fast resume data was rejected for torrent %1, checking again... Γρήγορη συνέχεια κατεβάσματος αρχείων απορρίφθηκε για το τορεντ %1, επανέλεγχος... - + Url seed lookup failed for url: %1, message: %2 Αποτυχία ελέγχου url μοιράσματος για το url: %1, μήνυμα: %2 - + Downloading '%1', please wait... e.g: Downloading 'xxx.torrent', please wait... Κατέβασμα του '%1', παρακαλώ περιμένετε... @@ -3532,7 +3679,7 @@ Changelog: Δημιουργία - + Cancel Ακύρωση @@ -3545,7 +3692,7 @@ Changelog: Φάκελος - + Torrent Creation Tool Εργαλείο Δημιουργίας Τορεντ @@ -3566,7 +3713,7 @@ Changelog: <center>Σχόλιο:</center> - + Torrent file creation Δημιουργία αρχείου τορεντ @@ -3575,12 +3722,12 @@ Changelog: Είσοδος αρχείων ή φακέλων: - + Announce urls (trackers): Url ανακοίνωσης (ιχνηλάτες): - + Comment (optional): Σχόλιο (προαιρετικό): @@ -3589,87 +3736,87 @@ Changelog: Πριβέ (δεν θα διανεμηθεί σε δίκτυο χωρίς ιχνηλάτη / αν έχει ενεργοποιηθεί DHT) - + Web seeds urls (optional): Url δικτυακού μοιράσματος (προαιρετικά): - + File or folder to add to the torrent: Αρχείο ή φάκελος να προστεθεί στο τορεντ: - + Add a file Προσθήκη αρχείου - + Add a folder Προσθήκη φακέλου - + Piece size: Μέγεθος κομματιού: - + 32 KiB 32 KiB - + 64 KiB 64 KiB - + 128 KiB 128 KiB - + 256 KiB 256 KiB - + 512 KiB 512 KiB - + 1 MiB 1 MiB - + 2 MiB 2 MiB - + 4 MiB 4 MiB - + Private (won't be distributed on DHT network if enabled) Ιδιωτικό (αν ενεργοποιηθεί, δε θα διανεμηθεί σε δίκτυο DHT) - + Start seeding after creation Εκκίνηση μοιράσματος μετά τη δημιουργία - + Create and save... Δημιουργία και αποθήκευση... - + Progress: Πρόοδος: diff --git a/src/lang/qbittorrent_en.ts b/src/lang/qbittorrent_en.ts index 81f2b4852..96891421d 100644 --- a/src/lang/qbittorrent_en.ts +++ b/src/lang/qbittorrent_en.ts @@ -758,6 +758,138 @@ p, li { white-space: pre-wrap; } + + FeedDownloader + + + RSS Feed downloader + + + + + RSS feed: + + + + + Feed name + + + + + Automatically download torrents from this feed + + + + + Download filters + + + + + Filters: + + + + + Filter settings + + + + + Matches: + + + + + Does not match: + + + + + Destination folder: + + + + + ... + + + + + Filter testing + + + + + Torrent title: + + + + + Result: + + + + + Test + + + + + FeedDownloaderDlg + + + New filter + + + + + Please choose a name for this filter + + + + + Filter name: + + + + + + Invalid filter name + + + + + The filter name cannot be left empty. + + + + + This filter name is already in use. + + + + + Filter testing error + + + + + Please specify a test torrent name. + + + + + matches + + + + + does not match + + + FilterParserThread @@ -1388,6 +1520,16 @@ p, li { white-space: pre-wrap; } Open news URL + + + Copy feed URL + + + + + RSS feed downloader + + Delete selected streams @@ -1432,86 +1574,86 @@ p, li { white-space: pre-wrap; } RSSImp - + Please type a rss stream url - + Stream URL: - + Please choose a new name for this stream - + New stream name: - + Are you sure? -- qBittorrent - + &Yes - + &No - + Are you sure you want to delete this stream from the list? - - - - + + + + Description: - - - - + + + + url: - - - - + + + + Last refresh: - + qBittorrent - + This rss feed is already in the list. - + Date: - + Author: @@ -1519,7 +1661,7 @@ p, li { white-space: pre-wrap; } RssItem - + No description available @@ -1527,13 +1669,18 @@ p, li { white-space: pre-wrap; } RssStream - + %1 ago 10min ago - + + Automatically downloading %1 torrent from %2 RSS feed... + + + + Never @@ -1836,97 +1983,97 @@ p, li { white-space: pre-wrap; } - + '%1' was removed permanently. 'xxx.avi' was removed permanently. - + '%1' was removed. 'xxx.avi' was removed. - + '%1' is not a valid magnet URI. - - - + + + '%1' is already in download list. e.g: 'xxx.avi' is already in download list. - - - + + + '%1' resumed. (fast resume) '/home/y/xxx.torrent' was resumed. (fast resume) - - - + + + '%1' added to download list. '/home/y/xxx.torrent' was added to download list. - - + + Unable to decode torrent file: '%1' e.g: Unable to decode torrent file: '/home/y/xxx.torrent' - + This file is either corrupted or this isn't a torrent. - + <font color='red'>%1</font> <i>was blocked due to your IP filter</i> x.y.z.w was blocked - + <font color='red'>%1</font> <i>was banned due to corrupt pieces</i> x.y.z.w was banned - + Couldn't listen on any of the given ports. - + UPnP/NAT-PMP: Port mapping failure, message: %1 - + UPnP/NAT-PMP: Port mapping successful, message: %1 - + Fast resume data was rejected for torrent %1, checking again... - + Url seed lookup failed for url: %1, message: %2 - + Downloading '%1', please wait... e.g: Downloading 'xxx.torrent', please wait... @@ -1935,112 +2082,112 @@ p, li { white-space: pre-wrap; } createTorrentDialog - + Cancel - + Torrent Creation Tool - + Torrent file creation - + Announce urls (trackers): - + Comment (optional): - + Web seeds urls (optional): - + File or folder to add to the torrent: - + Add a file - + Add a folder - + Piece size: - + 32 KiB - + 64 KiB - + 128 KiB - + 256 KiB - + 512 KiB - + 1 MiB - + 2 MiB - + 4 MiB - + Private (won't be distributed on DHT network if enabled) - + Start seeding after creation - + Create and save... - + Progress: diff --git a/src/lang/qbittorrent_es.qm b/src/lang/qbittorrent_es.qm index ef085d1be..33d473136 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 dd1f42ef7..2b3b19e22 100644 --- a/src/lang/qbittorrent_es.ts +++ b/src/lang/qbittorrent_es.ts @@ -1231,6 +1231,138 @@ p, li { white-space: pre-wrap; } Prioridad + + FeedDownloader + + + RSS Feed downloader + + + + + RSS feed: + + + + + Feed name + + + + + Automatically download torrents from this feed + + + + + Download filters + + + + + Filters: + + + + + Filter settings + + + + + Matches: + + + + + Does not match: + + + + + Destination folder: + + + + + ... + ... + + + + Filter testing + + + + + Torrent title: + + + + + Result: + + + + + Test + + + + + FeedDownloaderDlg + + + New filter + + + + + Please choose a name for this filter + + + + + Filter name: + + + + + + Invalid filter name + + + + + The filter name cannot be left empty. + + + + + This filter name is already in use. + + + + + Filter testing error + + + + + Please specify a test torrent name. + + + + + matches + + + + + does not match + + + FilterParserThread @@ -2690,6 +2822,16 @@ p, li { white-space: pre-wrap; } Open news URL + + + Copy feed URL + + + + + RSS feed downloader + + Create Crear @@ -2742,86 +2884,86 @@ p, li { white-space: pre-wrap; } RSSImp - + Please type a rss stream url Por favor escribe una URL de flujo de RSS - + Stream URL: URL del flujo: - + Please choose a new name for this stream Por favor selecciona un nuevo nombre para este flujo - + New stream name: Nuevo nombre del flujo: - + Are you sure? -- qBittorrent ¿Estás seguro? -- qBittorrent - + &Yes &Sí - + &No &No - + Are you sure you want to delete this stream from the list? ¿Estás seguro de que deseas borrar este flujo de la lista? - - - - + + + + Description: Descripción: - - - - + + + + url: url: - - - - + + + + Last refresh: Última actualización: - + qBittorrent qBittorrent - + This rss feed is already in the list. Esta fuente de rss ya está en la lista. - + Date: Fecha: - + Author: Autor: @@ -2829,7 +2971,7 @@ p, li { white-space: pre-wrap; } RssItem - + No description available Sin descripción disponible @@ -2837,13 +2979,18 @@ p, li { white-space: pre-wrap; } RssStream - + %1 ago 10min ago Hace %1 - + + Automatically downloading %1 torrent from %2 RSS feed... + + + + Never Nunca @@ -3319,13 +3466,13 @@ Log: - + '%1' was removed permanently. 'xxx.avi' was removed permanently. '%1' fue borrado permanentemente. - + '%1' was removed. 'xxx.avi' was removed. '%1' fue removido. @@ -3341,85 +3488,85 @@ Log: '%1' reiniciado. - + '%1' is not a valid magnet URI. - - - + + + '%1' is already in download list. e.g: 'xxx.avi' is already in download list. '%1' ya está en la lista de descargas. - - - + + + '%1' resumed. (fast resume) '/home/y/xxx.torrent' was resumed. (fast resume) '%1' reiniciado. (reinicio rápido) - - - + + + '%1' added to download list. '/home/y/xxx.torrent' was added to download list. '%1' agregado a la lista de descargas. - - + + Unable to decode torrent file: '%1' e.g: Unable to decode torrent file: '/home/y/xxx.torrent' Imposible decodificar el archivo torrent: '%1' - + This file is either corrupted or this isn't a torrent. Este archivo puede estar corrupto, o no ser un torrent. - + <font color='red'>%1</font> <i>was blocked due to your IP filter</i> x.y.z.w was blocked - + <font color='red'>%1</font> <i>was banned due to corrupt pieces</i> x.y.z.w was banned - + Couldn't listen on any of the given ports. No se pudo escuchar en ninguno de los puertos brindados. - + UPnP/NAT-PMP: Port mapping failure, message: %1 UPnP/NAT-PMP: Falló el mapeo del puerto, mensaje: %1 - + UPnP/NAT-PMP: Port mapping successful, message: %1 UPnP/NAT-PMP: Mapeo del puerto exitoso, mensaje: %1 - + Fast resume data was rejected for torrent %1, checking again... Se negaron los datos para reinicio rápido del torrent: %1, verificando de nuevo... - + Url seed lookup failed for url: %1, message: %2 Falló la búsqueda de semilla por Url para la url: %1, mensaje: %2 - + Downloading '%1', please wait... e.g: Downloading 'xxx.torrent', please wait... Descargando '%1', por favor espera... @@ -3452,7 +3599,7 @@ Log: Crear - + Cancel Cancelar @@ -3465,7 +3612,7 @@ Log: Directorio - + Torrent Creation Tool Herramienta de Creación de Torrent @@ -3486,7 +3633,7 @@ Log: <center>Comentario:</center> - + Torrent file creation Creación de archivo torrent @@ -3495,12 +3642,12 @@ Log: Archivos o directorios de entrada: - + Announce urls (trackers): Url's de anuncio (trackers): - + Comment (optional): Comentario (opcional): @@ -3509,87 +3656,87 @@ Log: Privado (no se distribuirá en una red sin trackers / DHT si se habilita) - + Web seeds urls (optional): Url's de semillas web (opcional): - + File or folder to add to the torrent: Archivo o carpeta a agregar al torrent: - + Add a file Agregar un archivo - + Add a folder Agregar una carpeta - + Piece size: Tamaño de la pieza: - + 32 KiB 32 KiB - + 64 KiB 64 KiB - + 128 KiB 128 KiB - + 256 KiB 256 KiB - + 512 KiB 512 KiB - + 1 MiB 1 MiB - + 2 MiB 2 MiB - + 4 MiB 4 MiB - + Private (won't be distributed on DHT network if enabled) Privado (no se distribuirá por red DHT si se habilita) - + Start seeding after creation Comenzar con las semillas después de la creación - + Create and save... Crear y guardar... - + Progress: Progreso: diff --git a/src/lang/qbittorrent_fi.qm b/src/lang/qbittorrent_fi.qm index 051f39149..bd5657a85 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 87cc2df6c..93053467e 100644 --- a/src/lang/qbittorrent_fi.ts +++ b/src/lang/qbittorrent_fi.ts @@ -1081,6 +1081,138 @@ p, li { white-space: pre-wrap; } Prioriteetti + + FeedDownloader + + + RSS Feed downloader + + + + + RSS feed: + + + + + Feed name + + + + + Automatically download torrents from this feed + + + + + Download filters + + + + + Filters: + + + + + Filter settings + + + + + Matches: + + + + + Does not match: + + + + + Destination folder: + + + + + ... + ... + + + + Filter testing + + + + + Torrent title: + + + + + Result: + + + + + Test + + + + + FeedDownloaderDlg + + + New filter + + + + + Please choose a name for this filter + + + + + Filter name: + + + + + + Invalid filter name + + + + + The filter name cannot be left empty. + + + + + This filter name is already in use. + + + + + Filter testing error + + + + + Please specify a test torrent name. + + + + + matches + + + + + does not match + + + FilterParserThread @@ -2274,6 +2406,16 @@ p, li { white-space: pre-wrap; } Open news URL + + + Copy feed URL + + + + + RSS feed downloader + + Create Luo @@ -2326,86 +2468,86 @@ p, li { white-space: pre-wrap; } RSSImp - + Please type a rss stream url Osoite - + Stream URL: Syötteen osoite: - + Please choose a new name for this stream Valitse uusi nimi tälle syötteelle - + New stream name: Uusi nimi: - + Are you sure? -- qBittorrent Oletko varma? — qBittorrent - + &Yes &Kyllä - + &No &Ei - + Are you sure you want to delete this stream from the list? Haluatko poistaa tämän syötteen listasta? - - - - + + + + Description: Kuvaus: - - - - + + + + url: Osoite: - - - - + + + + Last refresh: Viimeisin päivitys: - + qBittorrent qBittorrent - + This rss feed is already in the list. RSS-syöte on jo listassa. - + Date: Päivä: - + Author: Tekijä: @@ -2413,7 +2555,7 @@ p, li { white-space: pre-wrap; } RssItem - + No description available Ei kuvausta @@ -2421,13 +2563,18 @@ p, li { white-space: pre-wrap; } RssStream - + %1 ago 10min ago %1 sitten - + + Automatically downloading %1 torrent from %2 RSS feed... + + + + Never Ei koskaan @@ -2859,13 +3006,13 @@ Muutoshistoria: %1 on saavuttanut asetetun jakosuhdeluvun. - + '%1' was removed permanently. 'xxx.avi' was removed permanently. ”%1” poistettiin pysyvästi. - + '%1' was removed. 'xxx.avi' was removed. ”%1” poistettiin. @@ -2881,85 +3028,85 @@ Muutoshistoria: Torrentin ”%1” lataamista jatkettiin. - + '%1' is not a valid magnet URI. - - - + + + '%1' is already in download list. e.g: 'xxx.avi' is already in download list. ”%1” on jo latauslistassa. - - - + + + '%1' resumed. (fast resume) '/home/y/xxx.torrent' was resumed. (fast resume) Torrentin "%1” latausta jatkettiin. (nopea palautuminen) - - - + + + '%1' added to download list. '/home/y/xxx.torrent' was added to download list. ”%1” lisättiin latauslistaan. - - + + Unable to decode torrent file: '%1' e.g: Unable to decode torrent file: '/home/y/xxx.torrent' Viallinen torrent-tiedosto: ”%1” - + This file is either corrupted or this isn't a torrent. Tiedosto ei ole kelvollinen torrent-tiedosto. - + <font color='red'>%1</font> <i>was blocked due to your IP filter</i> x.y.z.w was blocked <i>IP-suodatin on estänyt osoitteen</i> <font color='red'>%1</font> - + <font color='red'>%1</font> <i>was banned due to corrupt pieces</i> x.y.z.w was banned <font color='red'>%1</font> <i>on estetty korruptuneiden osien takia</i> - + Couldn't listen on any of the given ports. Minkään annetun portin käyttäminen ei onnistunut. - + UPnP/NAT-PMP: Port mapping failure, message: %1 UPnP/NAT-PMP: portin varaaminen epäonnistui: %1 - + UPnP/NAT-PMP: Port mapping successful, message: %1 UPnP/NAT-PMP: portin varaaminen onnistui: %1 - + Fast resume data was rejected for torrent %1, checking again... Nopean jatkamisen tiedot eivät kelpaa torrentille %1. Tarkistetaan uudestaan... - + Url seed lookup failed for url: %1, message: %2 Jakajien haku osoitteesta %1 epäonnistui: %2 - + Downloading '%1', please wait... e.g: Downloading 'xxx.torrent', please wait... Ladataa torrenttia ”%1”. Odota... @@ -2972,7 +3119,7 @@ Muutoshistoria: ... - + Cancel Peru @@ -3005,107 +3152,107 @@ Muutoshistoria: Hakemisto - + Torrent Creation Tool Torrentinluontityökalu - + Torrent file creation Torrent-tiedoston luominen - + Announce urls (trackers): Julkaisuosoitteet (seurantapalvelimet): - + Comment (optional): Kommentti (valinnainen): - + Web seeds urls (optional): Verkkojako-osoitteet (valinnainen): - + File or folder to add to the torrent: Torrentiin lisättävä tiedosto tai kansio: - + Add a file Lisää tiedosto - + Add a folder Lisää kansio - + Piece size: Osakoko: - + 32 KiB 32 KiB - + 64 KiB 64 KiB - + 128 KiB 128 KiB - + 256 KiB 256 KiB - + 512 KiB 512 KiB - + 1 MiB 1 MiB - + 2 MiB 2 MiB - + 4 MiB 4 MiB - + Private (won't be distributed on DHT network if enabled) Yksityinen (ei jaeta DHT-verkossa) - + Start seeding after creation Aloita jakaminen luomisen jälkeen - + Create and save... Luo ja tallenna... - + Progress: Edistyminen: diff --git a/src/lang/qbittorrent_fr.qm b/src/lang/qbittorrent_fr.qm index 5ad055a9d..04536fdbc 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 fa366074e..4742383c0 100644 --- a/src/lang/qbittorrent_fr.ts +++ b/src/lang/qbittorrent_fr.ts @@ -1325,6 +1325,138 @@ Copyright © 2006 par Christophe DUMEZ<br> Priorité + + FeedDownloader + + + RSS Feed downloader + + + + + RSS feed: + + + + + Feed name + + + + + Automatically download torrents from this feed + + + + + Download filters + + + + + Filters: + + + + + Filter settings + + + + + Matches: + + + + + Does not match: + + + + + Destination folder: + + + + + ... + ... + + + + Filter testing + + + + + Torrent title: + + + + + Result: + + + + + Test + + + + + FeedDownloaderDlg + + + New filter + + + + + Please choose a name for this filter + + + + + Filter name: + + + + + + Invalid filter name + + + + + The filter name cannot be left empty. + + + + + This filter name is already in use. + + + + + Filter testing error + + + + + Please specify a test torrent name. + + + + + matches + + + + + does not match + + + FilterParserThread @@ -2832,6 +2964,16 @@ p, li { white-space: pre-wrap; } Open news URL + + + Copy feed URL + + + + + RSS feed downloader + + Create Créer @@ -2888,22 +3030,22 @@ p, li { white-space: pre-wrap; } RSSImp - + Please type a rss stream url Veuillez entrer l'url du flux RSS - + Stream URL: URL du flux : - + Please choose a new name for this stream Veuillez choisir un nouveau nom pour ce flux - + New stream name: Nouveau nom de flux : @@ -2912,7 +3054,7 @@ p, li { white-space: pre-wrap; } Aucune description disponible - + Are you sure? -- qBittorrent Etes vous sûr ? -- qBittorrent @@ -2921,12 +3063,12 @@ p, li { white-space: pre-wrap; } Etes-vous certain de vouloir supprimer ce flux de la liste ? - + &Yes &Oui - + &No &Non @@ -2939,51 +3081,51 @@ p, li { white-space: pre-wrap; } Aucune description disponible - + Are you sure you want to delete this stream from the list? Etes-vous certain de vouloir supprimer ce flux de la liste ? - - - - + + + + Description: Description : - - - - + + + + url: url : - - - - + + + + Last refresh: Dernier rafraîchissement : - + qBittorrent qBittorrent - + This rss feed is already in the list. Cette source RSS est déjà dans votre liste. - + Date: Date : - + Author: Auteur : @@ -2991,7 +3133,7 @@ p, li { white-space: pre-wrap; } RssItem - + No description available Aucune description disponible @@ -2999,13 +3141,18 @@ p, li { white-space: pre-wrap; } RssStream - + %1 ago 10min ago il y a %1 - + + Automatically downloading %1 torrent from %2 RSS feed... + + + + Never Jamais @@ -3481,13 +3628,13 @@ Changements: %1 a atteint le ratio maximum défini. - + '%1' was removed permanently. 'xxx.avi' was removed permanently. '%1' a été supprimé de manière permanente. - + '%1' was removed. 'xxx.avi' was removed. '%1' a été supprimé. @@ -3503,85 +3650,85 @@ Changements: '%1' a été relancé. - + '%1' is not a valid magnet URI. - - - + + + '%1' is already in download list. e.g: 'xxx.avi' is already in download list. '%1' est déjà présent dans la liste de téléchargement. - - - + + + '%1' resumed. (fast resume) '/home/y/xxx.torrent' was resumed. (fast resume) '%1' a été relancé. (relancement rapide) - - - + + + '%1' added to download list. '/home/y/xxx.torrent' was added to download list. '%1' a été ajouté à la liste de téléchargement. - - + + Unable to decode torrent file: '%1' e.g: Unable to decode torrent file: '/home/y/xxx.torrent' Impossible de décoder le torrent : '%1' - + This file is either corrupted or this isn't a torrent. Ce fichier est corrompu ou il ne s'agit pas d'un torrent. - + <font color='red'>%1</font> <i>was blocked due to your IP filter</i> x.y.z.w was blocked <font color='red'>%1</font> <i>a été bloqué par votre filtrage IP</i> - + <font color='red'>%1</font> <i>was banned due to corrupt pieces</i> x.y.z.w was banned <font color='red'>%1</font> <i>a été banni suite à l'envoi de données corrompues</i> - + Couldn't listen on any of the given ports. Impossible d'écouter sur les ports donnés. - + UPnP/NAT-PMP: Port mapping failure, message: %1 UPnP/NAT-PMP : Echec de mapping du port, message : %1 - + UPnP/NAT-PMP: Port mapping successful, message: %1 UPnP/NAT-PMP : Réussite du mapping de port, message : %1 - + Fast resume data was rejected for torrent %1, checking again... Le relancement rapide a échoué pour le torrent %1, revérification... - + Url seed lookup failed for url: %1, message: %2 Le contact de la source HTTP a échoué à l'url : %1, message : %2 - + Downloading '%1', please wait... e.g: Downloading 'xxx.torrent', please wait... Téléchargement de '%1', veuillez patienter... @@ -3614,7 +3761,7 @@ Changements: Créer - + Cancel Annuler @@ -3627,7 +3774,7 @@ Changements: Dossier - + Torrent Creation Tool Utilitaire de création de torrent @@ -3648,7 +3795,7 @@ Changements: <center>Commentaire :</center> - + Torrent file creation Création d'un fichier torrent @@ -3657,7 +3804,7 @@ Changements: Fichiers ou dossiers à insérer : - + Announce urls (trackers): Urls des trackers : @@ -3666,7 +3813,7 @@ Changements: Sources web - + Comment (optional): Commentaire (facultatif) : @@ -3675,87 +3822,87 @@ Changements: Privé (ne sera pas partagé sur le réseau DHT si activé) - + Web seeds urls (optional): Urls sources web (facultatif) : - + File or folder to add to the torrent: Fichier ou dossier à ajouter au torrent : - + Add a file Ajouter un fichier - + Add a folder Ajouter un dossier - + Piece size: taille des morceaux : - + 32 KiB 32 Ko - + 64 KiB 64 Ko - + 128 KiB 128 Ko - + 256 KiB 256 Ko - + 512 KiB 512 Ko - + 1 MiB 1 Mo - + 2 MiB 2 Mo - + 4 MiB 4 Mo - + Private (won't be distributed on DHT network if enabled) Privé (ne sera pas distribué sur le réseau DHT si activé) - + Start seeding after creation Commencer le partage directement - + Create and save... Créer et sauvegarder... - + Progress: Progression : diff --git a/src/lang/qbittorrent_hu.qm b/src/lang/qbittorrent_hu.qm index 2148bcf75..a03f5c1aa 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 359877292..5a4d7e414 100644 --- a/src/lang/qbittorrent_hu.ts +++ b/src/lang/qbittorrent_hu.ts @@ -1124,6 +1124,138 @@ Copyright © 2006 by Christophe Dumez<br> Elsőbbség + + FeedDownloader + + + RSS Feed downloader + + + + + RSS feed: + + + + + Feed name + + + + + Automatically download torrents from this feed + + + + + Download filters + + + + + Filters: + + + + + Filter settings + + + + + Matches: + + + + + Does not match: + + + + + Destination folder: + + + + + ... + ... + + + + Filter testing + + + + + Torrent title: + + + + + Result: + + + + + Test + + + + + FeedDownloaderDlg + + + New filter + + + + + Please choose a name for this filter + + + + + Filter name: + + + + + + Invalid filter name + + + + + The filter name cannot be left empty. + + + + + This filter name is already in use. + + + + + Filter testing error + + + + + Please specify a test torrent name. + + + + + matches + + + + + does not match + + + FilterParserThread @@ -2067,6 +2199,16 @@ p, li { white-space: pre-wrap; } Open news URL + + + Copy feed URL + + + + + RSS feed downloader + + Delete selected streams @@ -2115,27 +2257,27 @@ p, li { white-space: pre-wrap; } RSSImp - + Please type a rss stream url Kérlek add meg a csatorna url címét - + Stream URL: Csatorna címe: - + Please choose a new name for this stream Kérlek válassz új nevet a csatornának - + New stream name: Az új név: - + Are you sure? -- qBittorrent Egészen biztos? -- qBittorrent @@ -2144,12 +2286,12 @@ p, li { white-space: pre-wrap; } Egészen biztos, hogy törlöd ezt a hírcsatornát a listáról? - + &Yes &Igen - + &No &Nem @@ -2162,51 +2304,51 @@ p, li { white-space: pre-wrap; } Nincs leírás - + Are you sure you want to delete this stream from the list? Egészen biztos, hogy törlöd ezt a hírcsatornát a listáról? - - - - + + + + Description: Leírás: - - - - + + + + url: url: - - - - + + + + Last refresh: Utolsó frissítés: - + qBittorrent qBittorrent - + This rss feed is already in the list. Ez a hírcsatorna már felvéve. - + Date: Dátum: - + Author: Szerző: @@ -2214,7 +2356,7 @@ p, li { white-space: pre-wrap; } RssItem - + No description available Nem található leírás @@ -2222,13 +2364,18 @@ p, li { white-space: pre-wrap; } RssStream - + %1 ago 10min ago %1 előtt - + + Automatically downloading %1 torrent from %2 RSS feed... + + + + Never Soha @@ -2617,13 +2764,13 @@ Changelog: %1 elérte a megengedett arányt. - + '%1' was removed permanently. 'xxx.avi' was removed permanently. '%1' véglegesen törölve. - + '%1' was removed. 'xxx.avi' was removed. '%1' eltávolítva. @@ -2639,85 +2786,85 @@ Changelog: '%1' elindítva. - + '%1' is not a valid magnet URI. - - - + + + '%1' is already in download list. e.g: 'xxx.avi' is already in download list. '%1' már letöltés alatt. - - - + + + '%1' resumed. (fast resume) '/home/y/xxx.torrent' was resumed. (fast resume) '%1' visszaállítva. (folytatás) - - - + + + '%1' added to download list. '/home/y/xxx.torrent' was added to download list. '%1' felvéve a letöltési listára. - - + + Unable to decode torrent file: '%1' e.g: Unable to decode torrent file: '/home/y/xxx.torrent' Megfejthetetlen torrent: '%1' - + This file is either corrupted or this isn't a torrent. Ez a fájl sérült, vagy nem is torrent. - + <font color='red'>%1</font> <i>was blocked due to your IP filter</i> x.y.z.w was blocked <font color='red'>%1</font> <i>letiltva IP szűrés miatt</i> - + <font color='red'>%1</font> <i>was banned due to corrupt pieces</i> x.y.z.w was banned <font color='red'>%1</font> <i>kitiltva hibás adatküldés miatt</i> - + Couldn't listen on any of the given ports. A megadott porok zártak. - + UPnP/NAT-PMP: Port mapping failure, message: %1 UPnP/NAT-PMP: Port felderítése sikertelen, hibaüzenet: %1 - + UPnP/NAT-PMP: Port mapping successful, message: %1 UPnP/NAT-PMP: Port felderítése sikeres, hibaüzenet: %1 - + Fast resume data was rejected for torrent %1, checking again... Hibás ellenőrző adat ennél a torrentnél: %1, újraellenőrzés... - + Url seed lookup failed for url: %1, message: %2 Url forrás meghatározása sikertelen: %1, hibaüzenet: %2 - + Downloading '%1', please wait... e.g: Downloading 'xxx.torrent', please wait... Letöltés alatt: '%1', kis türelmet... @@ -2734,17 +2881,17 @@ Changelog: Létrehozás - + Cancel Mégsem - + Torrent Creation Tool Torrent készítő - + Torrent file creation Torrent létrehozása @@ -2753,12 +2900,12 @@ Changelog: Forrás fájl vagy könyvtár: - + Announce urls (trackers): Gazda tracker (url): - + Comment (optional): Megjegyzés (esetleges): @@ -2771,7 +2918,7 @@ Changelog: Torrent fájl neve: - + Web seeds urls (optional): Web seeds urls (esetleges): @@ -2780,82 +2927,82 @@ Changelog: Forrás fájl vagy könyvtár: - + File or folder to add to the torrent: Fájl vagy könyvtár. A torrent tartalma: - + Add a file Fájl hozzáadása - + Add a folder Mappa hozzáadása - + Piece size: Szelet mérete: - + 32 KiB 32 KiB - + 64 KiB 64 KiB - + 128 KiB 128 KiB - + 256 KiB 256 KiB - + 512 KiB 512 KiB - + 1 MiB 1 MiB - + 2 MiB 2 MiB - + 4 MiB 4 MiB - + Private (won't be distributed on DHT network if enabled) Zárt (nem jelenik meg a DHT hálózaton) - + Start seeding after creation Megosztás létrehozás után - + Create and save... Létrehozás és mentés... - + Progress: Folyamat: diff --git a/src/lang/qbittorrent_it.qm b/src/lang/qbittorrent_it.qm index eab306658..71a40a321 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 8fa4a9ab7..da6a91fd9 100644 --- a/src/lang/qbittorrent_it.ts +++ b/src/lang/qbittorrent_it.ts @@ -1180,6 +1180,138 @@ Copyright © 2006 by Christophe Dumez<br> Priorità + + FeedDownloader + + + RSS Feed downloader + + + + + RSS feed: + + + + + Feed name + + + + + Automatically download torrents from this feed + + + + + Download filters + + + + + Filters: + + + + + Filter settings + + + + + Matches: + + + + + Does not match: + + + + + Destination folder: + + + + + ... + ... + + + + Filter testing + + + + + Torrent title: + + + + + Result: + + + + + Test + + + + + FeedDownloaderDlg + + + New filter + + + + + Please choose a name for this filter + + + + + Filter name: + + + + + + Invalid filter name + + + + + The filter name cannot be left empty. + + + + + This filter name is already in use. + + + + + Filter testing error + + + + + Please specify a test torrent name. + + + + + matches + + + + + does not match + + + FilterParserThread @@ -2458,6 +2590,16 @@ p, li { white-space: pre-wrap; } Open news URL + + + Copy feed URL + + + + + RSS feed downloader + + Create Crea @@ -2510,27 +2652,27 @@ p, li { white-space: pre-wrap; } RSSImp - + Please type a rss stream url Per favore digitare l'indirizzo di un flusso rss - + Stream URL: Indirizzo del flusso: - + Please choose a new name for this stream Per favore scegliere un nuovo nome per questo flusso - + New stream name: Nuovo nome del flusso: - + Are you sure? -- qBittorrent Sei sicuro? -- qBittorrent @@ -2539,61 +2681,61 @@ p, li { white-space: pre-wrap; } Sei sicuro di voler cancellare questo flusso dalla lista ? - + &Yes &Sì - + &No &No - + Are you sure you want to delete this stream from the list? Sei sicuro di voler cancellare questo flusso dalla lista? - - - - + + + + Description: Descrizione: - - - - + + + + url: indirizzo: - - - - + + + + Last refresh: Ultimo aggiornamento: - + qBittorrent qBittorrent - + This rss feed is already in the list. Questo feed rss è già nella lista. - + Date: Data: - + Author: Autore: @@ -2601,7 +2743,7 @@ p, li { white-space: pre-wrap; } RssItem - + No description available Descrizione non disponibile @@ -2609,13 +2751,18 @@ p, li { white-space: pre-wrap; } RssStream - + %1 ago 10min ago %1 fa - + + Automatically downloading %1 torrent from %2 RSS feed... + + + + Never Mai @@ -3075,13 +3222,13 @@ Changelog: %1 ha raggiunto il rapporto massimo impostato. - + '%1' was removed permanently. 'xxx.avi' was removed permanently. '%1' è stato cancellato permanentemente. - + '%1' was removed. 'xxx.avi' was removed. '%1' è stato rimosso. @@ -3097,85 +3244,85 @@ Changelog: '%1' ripreso. - + '%1' is not a valid magnet URI. - - - + + + '%1' is already in download list. e.g: 'xxx.avi' is already in download list. '%1' è già nella lista dei download. - - - + + + '%1' resumed. (fast resume) '/home/y/xxx.torrent' was resumed. (fast resume) '%1' ripreso. (recupero veloce) - - - + + + '%1' added to download list. '/home/y/xxx.torrent' was added to download list. '%1' è stato aggiunto alla lista dei download. - - + + Unable to decode torrent file: '%1' e.g: Unable to decode torrent file: '/home/y/xxx.torrent' Impossibile decifrare il file torrent: '%1' - + This file is either corrupted or this isn't a torrent. Questo file è corrotto o non è un torrent. - + <font color='red'>%1</font> <i>was blocked due to your IP filter</i> x.y.z.w was blocked <font color='red'>%1</font> <i>è stato bloccato a causa dei tuoi filtri IP</i> - + <font color='red'>%1</font> <i>was banned due to corrupt pieces</i> x.y.z.w was banned <font color='red'>%1</font> <i>è stato bannato a causa di parti corrotte</i> - + Couldn't listen on any of the given ports. Impossibile mettersi in ascolto sulle porte scelte. - + UPnP/NAT-PMP: Port mapping failure, message: %1 UPnP/NAT-PMP: mappatura porte fallita, messaggio: %1 - + UPnP/NAT-PMP: Port mapping successful, message: %1 UPnP/NAT-PMP: mappatura porte riuscita, messaggio: %1 - + Fast resume data was rejected for torrent %1, checking again... Il recupero veloce del torrent %1 è stato rifiutato, altro tentativo in corso... - + Url seed lookup failed for url: %1, message: %2 Fallito seed web per l'indirizzo: %1, messaggio: %2 - + Downloading '%1', please wait... e.g: Downloading 'xxx.torrent', please wait... Download di '%1' in corso... @@ -3184,7 +3331,7 @@ Changelog: createTorrentDialog - + Torrent Creation Tool Strumento di creazione torrent @@ -3205,7 +3352,7 @@ Changelog: Crea - + Cancel Annulla @@ -3226,7 +3373,7 @@ Changelog: <center>Commenti</center> - + Torrent file creation Creazione file torrent @@ -3235,12 +3382,12 @@ Changelog: File o directory da inserire: - + Announce urls (trackers): Indirizzo.web.di annuncio (tracker): - + Comment (optional): Commento (facoltativo): @@ -3253,7 +3400,7 @@ Changelog: File torrent di destinazione: - + Web seeds urls (optional): Indirizzo dei seed web (facoltativo): @@ -3262,82 +3409,82 @@ Changelog: File o directory da aggiungere: - + File or folder to add to the torrent: File o cartella da aggiungere al torrent: - + Add a file Aggiungi un file - + Add a folder Aggiungi una cartella - + Piece size: Dimensione parte: - + 32 KiB 32 KiB - + 64 KiB 64 KiB - + 128 KiB 128 KiB - + 256 KiB 256 KiB - + 512 KiB 512 KiB - + 1 MiB 1 MiB - + 2 MiB 2 MiB - + 4 MiB 4 MiB - + Private (won't be distributed on DHT network if enabled) Privato (non sarà condiviso su rete DHT se abilitata) - + Start seeding after creation Iniziare a distribuire dopo la creazione - + Create and save... Crea e salva... - + Progress: Avanzamento: diff --git a/src/lang/qbittorrent_ja.qm b/src/lang/qbittorrent_ja.qm index ddfe9f181..598ccbf61 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 5f99af9f9..fd76b3aa8 100644 --- a/src/lang/qbittorrent_ja.ts +++ b/src/lang/qbittorrent_ja.ts @@ -1131,6 +1131,138 @@ Copyright © 2006 by Christophe Dumez<br> 優先度 + + FeedDownloader + + + RSS Feed downloader + + + + + RSS feed: + + + + + Feed name + + + + + Automatically download torrents from this feed + + + + + Download filters + + + + + Filters: + + + + + Filter settings + + + + + Matches: + + + + + Does not match: + + + + + Destination folder: + + + + + ... + ... + + + + Filter testing + + + + + Torrent title: + + + + + Result: + + + + + Test + + + + + FeedDownloaderDlg + + + New filter + + + + + Please choose a name for this filter + + + + + Filter name: + + + + + + Invalid filter name + + + + + The filter name cannot be left empty. + + + + + This filter name is already in use. + + + + + Filter testing error + + + + + Please specify a test torrent name. + + + + + matches + + + + + does not match + + + FilterParserThread @@ -2086,6 +2218,16 @@ qBittorrent を終了してもよろしいですか? Open news URL + + + Copy feed URL + + + + + RSS feed downloader + + Create 作成 @@ -2146,22 +2288,22 @@ p, li { white-space: pre-wrap; } RSSImp - + Please type a rss stream url rss ストリームの url を入力してください - + Stream URL: ストリームの URL: - + Please choose a new name for this stream このストリームの新しい名前を選択してください - + New stream name: 新しいストリーム名: @@ -2170,7 +2312,7 @@ p, li { white-space: pre-wrap; } 利用可能な説明がありません - + Are you sure? -- qBittorrent よろしいですか? -- qBittorrent @@ -2179,12 +2321,12 @@ p, li { white-space: pre-wrap; } 一覧からこのストリームを削除してもよろしいですか ? - + &Yes はい(&Y) - + &No いいえ(&N) @@ -2193,51 +2335,51 @@ p, li { white-space: pre-wrap; } 更新なし - + Are you sure you want to delete this stream from the list? 一覧からこのストリームを削除してもよろしいですか ? - - - - + + + + Description: 説明: - - - - + + + + url: url: - - - - + + + + Last refresh: 最後の更新: - + qBittorrent qBittorrent - + This rss feed is already in the list. この rss フィードはすでに一覧にあります。 - + Date: 日付: - + Author: 作者: @@ -2245,7 +2387,7 @@ p, li { white-space: pre-wrap; } RssItem - + No description available 説明が利用できません @@ -2253,13 +2395,18 @@ p, li { white-space: pre-wrap; } RssStream - + %1 ago 10min ago %1 前 - + + Automatically downloading %1 torrent from %2 RSS feed... + + + + Never しない @@ -2707,13 +2854,13 @@ Changelog: - + '%1' was removed permanently. 'xxx.avi' was removed permanently. '%1' は永久に削除されました。 - + '%1' was removed. 'xxx.avi' was removed. '%1' は削除されました。 @@ -2729,85 +2876,85 @@ Changelog: '%1' が再開されました。 - + '%1' is not a valid magnet URI. - - - + + + '%1' is already in download list. e.g: 'xxx.avi' is already in download list. '%1' はすでにダウンロードの一覧にあります。 - - - + + + '%1' resumed. (fast resume) '/home/y/xxx.torrent' was resumed. (fast resume) '%1' が再開されました。 (高速再開) - - - + + + '%1' added to download list. '/home/y/xxx.torrent' was added to download list. '%1' がダウンロードの一覧に追加されました。 - - + + Unable to decode torrent file: '%1' e.g: Unable to decode torrent file: '/home/y/xxx.torrent' Torrent ファイルをデコードすることができません: '%1' - + This file is either corrupted or this isn't a torrent. このファイルは壊れているかこれは torrent ではないかのどちらかです。 - + <font color='red'>%1</font> <i>was blocked due to your IP filter</i> x.y.z.w was blocked - + <font color='red'>%1</font> <i>was banned due to corrupt pieces</i> x.y.z.w was banned - + Couldn't listen on any of the given ports. 所定のポートで記入できませんでした。 - + UPnP/NAT-PMP: Port mapping failure, message: %1 - + UPnP/NAT-PMP: Port mapping successful, message: %1 - + Fast resume data was rejected for torrent %1, checking again... 高速再開データは torrent %1 を拒絶しました、再びチェックしています... - + Url seed lookup failed for url: %1, message: %2 次の url の url シードの参照に失敗しました: %1、メッセージ: %2 - + Downloading '%1', please wait... e.g: Downloading 'xxx.torrent', please wait... '%1' をダウンロードしています、お待ちください... @@ -2828,7 +2975,7 @@ Changelog: 作成 - + Cancel キャンセル @@ -2837,7 +2984,7 @@ Changelog: ディレクトリ - + Torrent Creation Tool Torrent 作成ツール @@ -2858,7 +3005,7 @@ Changelog: <center>コメント:</center> - + Torrent file creation Torrent ファイルの作成 @@ -2867,7 +3014,7 @@ Changelog: ファイルまたはディレクトリの入力: - + Announce urls (trackers): アナウンス url (トラッカ): @@ -2876,7 +3023,7 @@ Changelog: URL シード (オプション): - + Comment (optional): コメント (オプション): @@ -2889,87 +3036,87 @@ Changelog: Torrent ファイルの作成先: - + Web seeds urls (optional): Web シードの url (オプション): - + File or folder to add to the torrent: Torrent に追加するファイルまたはフォルダ: - + Add a file ファイルの追加 - + Add a folder フォルダの追加 - + Piece size: 一片のサイズ: - + 32 KiB 32 KiB - + 64 KiB 64 KiB - + 128 KiB 128 KiB - + 256 KiB 256 KiB - + 512 KiB 512 KiB - + 1 MiB 1 MiB - + 2 MiB 2 MiB - + 4 MiB 4 MiB - + Private (won't be distributed on DHT network if enabled) プライベート (有効なら DHT ネットワークで再配布されます) - + Start seeding after creation 作成後にシードを開始する - + Create and save... 作成と保存... - + Progress: diff --git a/src/lang/qbittorrent_ko.qm b/src/lang/qbittorrent_ko.qm index c08295728..cace157ca 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 5dd5bac3d..10e62efad 100644 --- a/src/lang/qbittorrent_ko.ts +++ b/src/lang/qbittorrent_ko.ts @@ -1247,6 +1247,138 @@ list: 우선순위 + + FeedDownloader + + + RSS Feed downloader + + + + + RSS feed: + + + + + Feed name + + + + + Automatically download torrents from this feed + + + + + Download filters + + + + + Filters: + + + + + Filter settings + + + + + Matches: + + + + + Does not match: + + + + + Destination folder: + + + + + ... + ... + + + + Filter testing + + + + + Torrent title: + + + + + Result: + + + + + Test + + + + + FeedDownloaderDlg + + + New filter + + + + + Please choose a name for this filter + + + + + Filter name: + + + + + + Invalid filter name + + + + + The filter name cannot be left empty. + + + + + This filter name is already in use. + + + + + Filter testing error + + + + + Please specify a test torrent name. + + + + + matches + + + + + does not match + + + FilterParserThread @@ -2721,6 +2853,16 @@ p, li { white-space: pre-wrap; } Open news URL + + + Copy feed URL + + + + + RSS feed downloader + + Create 생성하기 @@ -2773,86 +2915,86 @@ p, li { white-space: pre-wrap; } RSSImp - + Please type a rss stream url RSS 스트림 주소(url)를 입력하세요 - + Stream URL: 스트림 URL: - + Please choose a new name for this stream 이 스트림의 이름을 입력하세요 - + New stream name: 새 스트림 이름: - + Are you sure? -- qBittorrent 재확인 해주십시요? -- 큐비토런트 - + &Yes &예 - + &No &아니요 - + Are you sure you want to delete this stream from the list? 이 스트림을 리스트에서 지우시겠습니까? - - - - + + + + Description: 설명: - - - - + + + + url: - - - - + + + + Last refresh: 최근 새로고침: - + qBittorrent 큐비토런트 - + This rss feed is already in the list. 이 RSS 피드는 이미 리스트에 포함되어 있습니다. - + Date: 날짜: - + Author: 작성자: @@ -2860,7 +3002,7 @@ p, li { white-space: pre-wrap; } RssItem - + No description available 관련 자료가 없습니다 @@ -2868,13 +3010,18 @@ p, li { white-space: pre-wrap; } RssStream - + %1 ago 10min ago %1분전 - + + Automatically downloading %1 torrent from %2 RSS feed... + + + + Never 전혀 사용안함 @@ -3350,13 +3497,13 @@ Changelog: '%1' 는 설정된 최대 공유 비율에 도달했습니다. - + '%1' was removed permanently. 'xxx.avi' was removed permanently. '%1' 는 영구삭제 되었습니다. - + '%1' was removed. 'xxx.avi' was removed. '%1' 가 삭제되었습니다. @@ -3372,85 +3519,85 @@ Changelog: '%1' 가 다운로드를 다시 시작되었습니다. - + '%1' is not a valid magnet URI. - - - + + + '%1' is already in download list. e.g: 'xxx.avi' is already in download list. '%1'는/은 이미 다운로드 목록에 포함되어 있습니다. - - - + + + '%1' resumed. (fast resume) '/home/y/xxx.torrent' was resumed. (fast resume) '%1'가 다시 시작되었습니다. (빠른 재개) - - - + + + '%1' added to download list. '/home/y/xxx.torrent' was added to download list. '%1'가 다운로드 목록에 추가되었습니다. - - + + Unable to decode torrent file: '%1' e.g: Unable to decode torrent file: '/home/y/xxx.torrent' 다음 파일은 해독 할수가 없습니다: '%1' - + This file is either corrupted or this isn't a torrent. 이 파일은 오류가 있거나 토런트 파일이 아닙니다. - + <font color='red'>%1</font> <i>was blocked due to your IP filter</i> x.y.z.w was blocked <font color='red'>%1</font> <i>은/는 IP 필터에 의해 접속이 금지되었습니다</i> - + <font color='red'>%1</font> <i>was banned due to corrupt pieces</i> x.y.z.w was banned <font color='red'>%1</font> <i>은/는 유효하지 않은 파일 공유에 의해 접속이 금지되었습니다</i> - + Couldn't listen on any of the given ports. 설정하신 포트에 연결할수 없습니다. - + UPnP/NAT-PMP: Port mapping failure, message: %1 UPnP/NAT-PMP: Port mapping 실패, 메세지: %1 - + UPnP/NAT-PMP: Port mapping successful, message: %1 UPnP/NAT-PMP: Port mapping 성공, 메세지: %1 - + Fast resume data was rejected for torrent %1, checking again... 토렌트 %1는 빨리 이어받기가 사용될수 없습니다, 확인중입니다... - + Url seed lookup failed for url: %1, message: %2 다음 Url 완전체(Url seed)의 검색이 실패하였습니다: %1, 관련내용: %2 - + Downloading '%1', please wait... e.g: Downloading 'xxx.torrent', please wait... '%1'을 다운 중입니다, 잠시 기다려 주세요... @@ -3483,7 +3630,7 @@ Changelog: 생성하기 - + Cancel 취소 @@ -3496,7 +3643,7 @@ Changelog: 디렉터리 - + Torrent Creation Tool 토렌트 파일 생성도구 @@ -3517,7 +3664,7 @@ Changelog: <center>설명:</center> - + Torrent file creation 토렌트 파일 만들기 @@ -3526,12 +3673,12 @@ Changelog: 입력할 파일 또는 폴더 경로: - + Announce urls (trackers): 발표 되는 url(Tracker 주소): - + Comment (optional): 의견(옵션): @@ -3540,87 +3687,87 @@ Changelog: 은거하기 (이 기능을 선택하시면 님의 컴퓨터는 trackerless network나 DHT에 알려지지 않을 것입니다) - + Web seeds urls (optional): 웹시드(Web seeds) url (옵션사항): - + File or folder to add to the torrent: 토렌트를 추가할 파일 또는 폴더: - + Add a file 파일 추가 - + Add a folder 폴더 추가 - + Piece size: 조각 크기: - + 32 KiB - + 64 KiB - + 128 KiB - + 256 KiB - + 512 KiB - + 1 MiB - + 2 MiB - + 4 MiB - + Private (won't be distributed on DHT network if enabled) 개인적으로 사용하기 (이 기능을 사용하시면 귀하의 파일은 DHT 네트웍크에 배포되지 않을 것입니다) - + Start seeding after creation 생성후 바로 배포 시작하기 - + Create and save... 생성 후 저장하기... - + Progress: 진행: diff --git a/src/lang/qbittorrent_nb.qm b/src/lang/qbittorrent_nb.qm index e39f961cd..4ad49cffb 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 9675cf719..61eff0e6d 100644 --- a/src/lang/qbittorrent_nb.ts +++ b/src/lang/qbittorrent_nb.ts @@ -1037,6 +1037,138 @@ Copyright © 2006 av Christophe Dumez<br> + + FeedDownloader + + + RSS Feed downloader + + + + + RSS feed: + + + + + Feed name + + + + + Automatically download torrents from this feed + + + + + Download filters + + + + + Filters: + + + + + Filter settings + + + + + Matches: + + + + + Does not match: + + + + + Destination folder: + + + + + ... + ... + + + + Filter testing + + + + + Torrent title: + + + + + Result: + + + + + Test + + + + + FeedDownloaderDlg + + + New filter + + + + + Please choose a name for this filter + + + + + Filter name: + + + + + + Invalid filter name + + + + + The filter name cannot be left empty. + + + + + This filter name is already in use. + + + + + Filter testing error + + + + + Please specify a test torrent name. + + + + + matches + + + + + does not match + + + FilterParserThread @@ -2249,6 +2381,16 @@ p, li { white-space: pre-wrap; } Open news URL + + + Copy feed URL + + + + + RSS feed downloader + + Create Opprett @@ -2297,86 +2439,86 @@ p, li { white-space: pre-wrap; } RSSImp - + Please type a rss stream url - + Stream URL: - + Please choose a new name for this stream - + New stream name: - + Are you sure? -- qBittorrent Er du sikker? -- qBittorrent - + &Yes &Ja - + &No &Nei - + Are you sure you want to delete this stream from the list? - - - - + + + + Description: - - - - + + + + url: - - - - + + + + Last refresh: - + qBittorrent qBittorrent - + This rss feed is already in the list. - + Date: - + Author: @@ -2384,7 +2526,7 @@ p, li { white-space: pre-wrap; } RssItem - + No description available @@ -2392,13 +2534,18 @@ p, li { white-space: pre-wrap; } RssStream - + %1 ago 10min ago - + + Automatically downloading %1 torrent from %2 RSS feed... + + + + Never @@ -2849,13 +2996,13 @@ Endringer: - + '%1' was removed permanently. 'xxx.avi' was removed permanently. - + '%1' was removed. 'xxx.avi' was removed. '%1' ble fjernet. @@ -2871,85 +3018,85 @@ Endringer: '%1' gjenopptatt. - + '%1' is not a valid magnet URI. - - - + + + '%1' is already in download list. e.g: 'xxx.avi' is already in download list. '%1' finnes allerede i nedlastingslisten. - - - + + + '%1' resumed. (fast resume) '/home/y/xxx.torrent' was resumed. (fast resume) '%1' ble gjenopptatt (hurtig gjenopptaging) - - - + + + '%1' added to download list. '/home/y/xxx.torrent' was added to download list. '%1' ble lagt til i nedlastingslisten. - - + + Unable to decode torrent file: '%1' e.g: Unable to decode torrent file: '/home/y/xxx.torrent' Klarte ikke å dekode torrentfilen: '%1' - + This file is either corrupted or this isn't a torrent. Denne filen er enten ødelagt, eller det er ikke en torrent. - + <font color='red'>%1</font> <i>was blocked due to your IP filter</i> x.y.z.w was blocked - + <font color='red'>%1</font> <i>was banned due to corrupt pieces</i> x.y.z.w was banned - + Couldn't listen on any of the given ports. Klarte ikke å lytte på noen av de oppgitte portene. - + UPnP/NAT-PMP: Port mapping failure, message: %1 - + UPnP/NAT-PMP: Port mapping successful, message: %1 - + Fast resume data was rejected for torrent %1, checking again... - + Url seed lookup failed for url: %1, message: %2 - + Downloading '%1', please wait... e.g: Downloading 'xxx.torrent', please wait... Laster ned '%1'... @@ -2970,7 +3117,7 @@ Endringer: Opprett - + Cancel Avbryt @@ -2979,7 +3126,7 @@ Endringer: Mappe - + Torrent Creation Tool Verktøy for å opprette en torrentfil @@ -3000,102 +3147,102 @@ Endringer: <center>Kommentarer:</center> - + Torrent file creation - + Announce urls (trackers): - + Comment (optional): - + Web seeds urls (optional): - + File or folder to add to the torrent: - + Add a file - + Add a folder - + Piece size: - + 32 KiB - + 64 KiB - + 128 KiB - + 256 KiB - + 512 KiB - + 1 MiB - + 2 MiB - + 4 MiB - + Private (won't be distributed on DHT network if enabled) - + Start seeding after creation - + Create and save... - + Progress: diff --git a/src/lang/qbittorrent_nl.qm b/src/lang/qbittorrent_nl.qm index 769ee4cb8..f766b1a88 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 f76f28464..e9c8081eb 100644 --- a/src/lang/qbittorrent_nl.ts +++ b/src/lang/qbittorrent_nl.ts @@ -1282,6 +1282,138 @@ p, li { white-space: pre-wrap; } Prioriteit + + FeedDownloader + + + RSS Feed downloader + + + + + RSS feed: + + + + + Feed name + + + + + Automatically download torrents from this feed + + + + + Download filters + + + + + Filters: + + + + + Filter settings + + + + + Matches: + + + + + Does not match: + + + + + Destination folder: + + + + + ... + ... + + + + Filter testing + + + + + Torrent title: + + + + + Result: + + + + + Test + + + + + FeedDownloaderDlg + + + New filter + + + + + Please choose a name for this filter + + + + + Filter name: + + + + + + Invalid filter name + + + + + The filter name cannot be left empty. + + + + + This filter name is already in use. + + + + + Filter testing error + + + + + Please specify a test torrent name. + + + + + matches + + + + + does not match + + + FilterParserThread @@ -2658,6 +2790,16 @@ p, li { white-space: pre-wrap; } Open news URL + + + Copy feed URL + + + + + RSS feed downloader + + Create Maken @@ -2710,86 +2852,86 @@ p, li { white-space: pre-wrap; } RSSImp - + Please type a rss stream url Geef alstublieft een rss stream url - + Stream URL: Stream URL: - + Please choose a new name for this stream Kies een nieuwe naam voor deze stream - + New stream name: Nieuwe stream naam: - + Are you sure? -- qBittorrent Weet u het zeker? -- qBittorrent - + &Yes &Ja - + &No &Nee - + Are you sure you want to delete this stream from the list? Weet u zeker dat u deze stream van de lijst wilt verwijderen? - - - - + + + + Description: Omschrijving: - - - - + + + + url: url: - - - - + + + + Last refresh: Laatste vernieuwing: - + qBittorrent qBittorrent - + This rss feed is already in the list. Deze rss feed staat al in de lijst. - + Date: Datum: - + Author: Auteur: @@ -2797,7 +2939,7 @@ p, li { white-space: pre-wrap; } RssItem - + No description available Geen omschrijving beschikbaar @@ -2805,13 +2947,18 @@ p, li { white-space: pre-wrap; } RssStream - + %1 ago 10min ago %1 geleden - + + Automatically downloading %1 torrent from %2 RSS feed... + + + + Never Nooit @@ -3275,13 +3422,13 @@ Changelog: %1 heeft de maximum ingestelde verhouding bereikt. - + '%1' was removed permanently. 'xxx.avi' was removed permanently. '%1' is permanent verwijderd. - + '%1' was removed. 'xxx.avi' was removed. '%1' is verwijderd. @@ -3297,85 +3444,85 @@ Changelog: '%1' hervat. - + '%1' is not a valid magnet URI. - - - + + + '%1' is already in download list. e.g: 'xxx.avi' is already in download list. '%1' staat al in de downloadlijst. - - - + + + '%1' resumed. (fast resume) '/home/y/xxx.torrent' was resumed. (fast resume) '%1' hervat. (snelle hervatting) - - - + + + '%1' added to download list. '/home/y/xxx.torrent' was added to download list. '%1' toegevoegd aan de downloadlijst. - - + + Unable to decode torrent file: '%1' e.g: Unable to decode torrent file: '/home/y/xxx.torrent' Torrentbestand kan niet worden gedecodeerd: '%1' - + This file is either corrupted or this isn't a torrent. Dit bestand is beschadigd of is geen torrent. - + <font color='red'>%1</font> <i>was blocked due to your IP filter</i> x.y.z.w was blocked <font color='red'>%1</font> <i>is geblokkeerd door de IP filter</i> - + <font color='red'>%1</font> <i>was banned due to corrupt pieces</i> x.y.z.w was banned <font color='red'>%1</font> <i>is verbannen door verkeerde stukjes</i> - + Couldn't listen on any of the given ports. Kan niet luisteren op de aangegeven poorten. - + UPnP/NAT-PMP: Port mapping failure, message: %1 UPnP/NAT-PMP: Port mapping fout, bericht: %1 - + UPnP/NAT-PMP: Port mapping successful, message: %1 UPnP/NAT-PMP: Port mapping succesvol, bericht: %1 - + Fast resume data was rejected for torrent %1, checking again... Snelle vervatting voor torrent %1 mislukt. Bezig opnieuw te controleren... - + Url seed lookup failed for url: %1, message: %2 Url seed raadpleging mislukt voor url: %1, bericht: %2 - + Downloading '%1', please wait... e.g: Downloading 'xxx.torrent', please wait... Bezig met downloaden van '%1', even geduld alstublieft... @@ -3396,7 +3543,7 @@ Changelog: Maken - + Cancel Annuleren @@ -3405,7 +3552,7 @@ Changelog: Map - + Torrent Creation Tool Hulpprogramma voor torrent maken @@ -3426,7 +3573,7 @@ Changelog: <center>Opmerkingen:</center> - + Torrent file creation Torrentbestand maken @@ -3435,12 +3582,12 @@ Changelog: Bronbestanden of mappen: - + Announce urls (trackers): Announce urls (trackers): - + Comment (optional): Commentaar (optioneel): @@ -3453,87 +3600,87 @@ Changelog: Bestemming torrentbestand: - + Web seeds urls (optional): Web seeds urls (optioneel): - + File or folder to add to the torrent: Bestand of map om toe te voegen aan de torrent: - + Add a file Bestand toevoegen - + Add a folder Map toevoegen - + Piece size: Stukgrootte: - + 32 KiB 32 KiB - + 64 KiB 64 KiB - + 128 KiB 128 KiB - + 256 KiB 256 KiB - + 512 KiB 512 KiB - + 1 MiB 1 MiB - + 2 MiB 2 MiB - + 4 MiB 4 MiB - + Private (won't be distributed on DHT network if enabled) Privé (wordt niet verdeeld op het DHT netwerk indien ingeschakeld) - + Start seeding after creation Begin met delen na creatie - + Create and save... Aanmaken en opslaan... - + Progress: Voortgang: diff --git a/src/lang/qbittorrent_pl.qm b/src/lang/qbittorrent_pl.qm index 90f655ce2..93db2d597 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 b8f2a86f6..df6811697 100644 --- a/src/lang/qbittorrent_pl.ts +++ b/src/lang/qbittorrent_pl.ts @@ -1281,6 +1281,138 @@ Wszystkie prawa zastrżeżone © 2006 Christophe Dumez<br>(new line) Priorytet + + FeedDownloader + + + RSS Feed downloader + + + + + RSS feed: + + + + + Feed name + + + + + Automatically download torrents from this feed + + + + + Download filters + + + + + Filters: + + + + + Filter settings + + + + + Matches: + + + + + Does not match: + + + + + Destination folder: + + + + + ... + ... + + + + Filter testing + + + + + Torrent title: + + + + + Result: + + + + + Test + + + + + FeedDownloaderDlg + + + New filter + + + + + Please choose a name for this filter + + + + + Filter name: + + + + + + Invalid filter name + + + + + The filter name cannot be left empty. + + + + + This filter name is already in use. + + + + + Filter testing error + + + + + Please specify a test torrent name. + + + + + matches + + + + + does not match + + + FilterParserThread @@ -2741,6 +2873,16 @@ p, li { white-space: pre-wrap; } Open news URL + + + Copy feed URL + + + + + RSS feed downloader + + Create Utwórz @@ -2793,27 +2935,27 @@ p, li { white-space: pre-wrap; } RSSImp - + Please type a rss stream url Sprecyzuj typ url strumienia rss - + Stream URL: Strumień URL: - + Please choose a new name for this stream Wybierz nową nazwę dla tego strumienia - + New stream name: Nowa nazwa strumienia: - + Are you sure? -- qBittorrent Jesteś pewny? -- qBittorrent @@ -2822,12 +2964,12 @@ p, li { white-space: pre-wrap; } Jesteś pewien że chcesz usunąć ten strumień z listy? - + &Yes &Tak - + &No &Nie @@ -2840,51 +2982,51 @@ p, li { white-space: pre-wrap; } żaden opis niedostępny - + Are you sure you want to delete this stream from the list? Jesteś pewien że chcesz usunąć ten strumień z listy? - - - - + + + + Description: Opis: - - - - + + + + url: url: - - - - + + + + Last refresh: Ostatnie odświeżanie: - + qBittorrent qBittorrent - + This rss feed is already in the list. Ten kanał informacyjny rss feed już jest na liście. - + Date: Data: - + Author: Autor: @@ -2892,7 +3034,7 @@ p, li { white-space: pre-wrap; } RssItem - + No description available Opis niedostępny @@ -2900,13 +3042,18 @@ p, li { white-space: pre-wrap; } RssStream - + %1 ago 10min ago %1 temu - + + Automatically downloading %1 torrent from %2 RSS feed... + + + + Never Nigdy @@ -3383,13 +3530,13 @@ Zmiany: %1 osiagnął ustawione przez ciebie ratio. - + '%1' was removed permanently. 'xxx.avi' was removed permanently. '%1' został całkowicie usunięty. - + '%1' was removed. 'xxx.avi' was removed. '%1' został usunięty. @@ -3405,85 +3552,85 @@ Zmiany: '%1' wznowiony. - + '%1' is not a valid magnet URI. - - - + + + '%1' is already in download list. e.g: 'xxx.avi' is already in download list. '%1' jest już na liście pobierania. - - - + + + '%1' resumed. (fast resume) '/home/y/xxx.torrent' was resumed. (fast resume) '%1' wznowiony. (szybkie wznawianie) - - - + + + '%1' added to download list. '/home/y/xxx.torrent' was added to download list. '%1' dodany do listy pobierania. - - + + Unable to decode torrent file: '%1' e.g: Unable to decode torrent file: '/home/y/xxx.torrent' Problem z odczytem pliku torrent: '%1' - + This file is either corrupted or this isn't a torrent. Plik jest uszkodzony lub nie jest plikiem torrent. - + <font color='red'>%1</font> <i>was blocked due to your IP filter</i> x.y.z.w was blocked <font color='red'>%1</font> <i>był zablokowany dzięki filtrowi IP</i> - + <font color='red'>%1</font> <i>was banned due to corrupt pieces</i> x.y.z.w was banned <font color='red'>%1</font> <i>był zablokowany dzięki uszkodzonym częściom</i> - + Couldn't listen on any of the given ports. Nie można nasłuchiwać na żadnym z podanych portów. - + UPnP/NAT-PMP: Port mapping failure, message: %1 UPnP/NAT-PMP: Błąd mapowania portu, wiadomość %1 - + UPnP/NAT-PMP: Port mapping successful, message: %1 UPnP/NAT-PMP: Udane mapowanie portu, wiadomość %1 - + Fast resume data was rejected for torrent %1, checking again... Szybkie wznowienie danych zostało odrzucone przez torrent %1, sprawdzam ponownie... - + Url seed lookup failed for url: %1, message: %2 Błąd wyszukiwania url seeda dla url:%1, wiadomość: %2 - + Downloading '%1', please wait... e.g: Downloading 'xxx.torrent', please wait... Pobieranie '%1', proszę czekać... @@ -3516,7 +3663,7 @@ Zmiany: Utwórz - + Cancel Anuluj @@ -3529,7 +3676,7 @@ Zmiany: Katalog - + Torrent Creation Tool Kreator plików Torrent @@ -3550,7 +3697,7 @@ Zmiany: <center>Komentarz:</center> - + Torrent file creation Tworzenie pliku torrent @@ -3559,12 +3706,12 @@ Zmiany: Wejściowe pliki lub katalogi: - + Announce urls (trackers): Zapowiedziane url (trackery): - + Comment (optional): Komentarz (opcja): @@ -3573,87 +3720,87 @@ Zmiany: Prywatny (nie będzie rozprowadzany w sieci beztrackerowej / jeżeli DHT włączone) - + Web seeds urls (optional): Web seeds urls (opcjonalnie): - + File or folder to add to the torrent: Plik lub folder dodany do torrenta: - + Add a file Dodaj plik - + Add a folder Dodaj folder - + Piece size: Rozmiar części: - + 32 KiB 32 KiB - + 64 KiB 64 KiB - + 128 KiB 128 KiB - + 256 KiB 256 KiB - + 512 KiB 512 KiB - + 1 MiB 1 MiB - + 2 MiB 2 MiB - + 4 MiB 4 MiB - + Private (won't be distributed on DHT network if enabled) Prywatny (gdy włączony nie będzie rozprowadzany w sieci DHT) - + Start seeding after creation Uruchom seedowanie po utworzeniu - + Create and save... Tworzenie i zapisywanie... - + Progress: Postęp: diff --git a/src/lang/qbittorrent_pt.qm b/src/lang/qbittorrent_pt.qm index 4dcc84abc..e6ea837d3 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 75e23aa58..1ec7ba10a 100644 --- a/src/lang/qbittorrent_pt.ts +++ b/src/lang/qbittorrent_pt.ts @@ -1029,6 +1029,112 @@ qBittorrent irá procurar no diretório e baixará automaticamente torrents pres Prioridade + + FeedDownloader + + RSS Feed downloader + + + + RSS feed: + + + + Feed name + + + + Automatically download torrents from this feed + + + + Download filters + + + + Filters: + + + + Filter settings + + + + Matches: + + + + Does not match: + + + + Destination folder: + + + + ... + ... + + + Filter testing + + + + Torrent title: + + + + Result: + + + + Test + + + + + FeedDownloaderDlg + + New filter + + + + Please choose a name for this filter + + + + Filter name: + + + + Invalid filter name + + + + The filter name cannot be left empty. + + + + This filter name is already in use. + + + + Filter testing error + + + + Please specify a test torrent name. + + + + matches + + + + does not match + + + FilterParserThread @@ -2295,6 +2401,14 @@ p, li { white-space: pre-wrap; } Open news URL + + Copy feed URL + + + + RSS feed downloader + + RSSImp @@ -2381,6 +2495,10 @@ p, li { white-space: pre-wrap; } Never Nunca + + Automatically downloading %1 torrent from %2 RSS feed... + + SearchEngine diff --git a/src/lang/qbittorrent_pt_BR.qm b/src/lang/qbittorrent_pt_BR.qm index 4dcc84abc..e6ea837d3 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 75e23aa58..1ec7ba10a 100644 --- a/src/lang/qbittorrent_pt_BR.ts +++ b/src/lang/qbittorrent_pt_BR.ts @@ -1029,6 +1029,112 @@ qBittorrent irá procurar no diretório e baixará automaticamente torrents pres Prioridade + + FeedDownloader + + RSS Feed downloader + + + + RSS feed: + + + + Feed name + + + + Automatically download torrents from this feed + + + + Download filters + + + + Filters: + + + + Filter settings + + + + Matches: + + + + Does not match: + + + + Destination folder: + + + + ... + ... + + + Filter testing + + + + Torrent title: + + + + Result: + + + + Test + + + + + FeedDownloaderDlg + + New filter + + + + Please choose a name for this filter + + + + Filter name: + + + + Invalid filter name + + + + The filter name cannot be left empty. + + + + This filter name is already in use. + + + + Filter testing error + + + + Please specify a test torrent name. + + + + matches + + + + does not match + + + FilterParserThread @@ -2295,6 +2401,14 @@ p, li { white-space: pre-wrap; } Open news URL + + Copy feed URL + + + + RSS feed downloader + + RSSImp @@ -2381,6 +2495,10 @@ p, li { white-space: pre-wrap; } Never Nunca + + Automatically downloading %1 torrent from %2 RSS feed... + + SearchEngine diff --git a/src/lang/qbittorrent_ro.qm b/src/lang/qbittorrent_ro.qm index 43629b775..ca5759103 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 28bdfd40d..e373d95d6 100644 --- a/src/lang/qbittorrent_ro.ts +++ b/src/lang/qbittorrent_ro.ts @@ -1037,6 +1037,112 @@ qBittorrent va monitoriza directoriul și va adăuga în lista de descărcare a Prioritate + + FeedDownloader + + RSS Feed downloader + + + + RSS feed: + + + + Feed name + + + + Automatically download torrents from this feed + + + + Download filters + + + + Filters: + + + + Filter settings + + + + Matches: + + + + Does not match: + + + + Destination folder: + + + + ... + ... + + + Filter testing + + + + Torrent title: + + + + Result: + + + + Test + + + + + FeedDownloaderDlg + + New filter + + + + Please choose a name for this filter + + + + Filter name: + + + + Invalid filter name + + + + The filter name cannot be left empty. + + + + This filter name is already in use. + + + + Filter testing error + + + + Please specify a test torrent name. + + + + matches + + + + does not match + + + FilterParserThread @@ -2224,6 +2330,14 @@ p, li { white-space: pre-wrap; } Open news URL + + Copy feed URL + + + + RSS feed downloader + + RSSImp @@ -2306,6 +2420,10 @@ p, li { white-space: pre-wrap; } Never Niciodată + + Automatically downloading %1 torrent from %2 RSS feed... + + SearchEngine diff --git a/src/lang/qbittorrent_ru.qm b/src/lang/qbittorrent_ru.qm index caf2d8dba..655f379b5 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 ab380a043..1975da129 100644 --- a/src/lang/qbittorrent_ru.ts +++ b/src/lang/qbittorrent_ru.ts @@ -1083,6 +1083,112 @@ p, li { white-space: pre-wrap; } Приоритет + + FeedDownloader + + RSS Feed downloader + + + + RSS feed: + + + + Feed name + + + + Automatically download torrents from this feed + + + + Download filters + + + + Filters: + + + + Filter settings + + + + Matches: + + + + Does not match: + + + + Destination folder: + + + + ... + ... + + + Filter testing + + + + Torrent title: + + + + Result: + + + + Test + + + + + FeedDownloaderDlg + + New filter + + + + Please choose a name for this filter + + + + Filter name: + + + + Invalid filter name + + + + The filter name cannot be left empty. + + + + This filter name is already in use. + + + + Filter testing error + + + + Please specify a test torrent name. + + + + matches + + + + does not match + + + FilterParserThread @@ -2397,6 +2503,14 @@ p, li { white-space: pre-wrap; } Open news URL + + Copy feed URL + + + + RSS feed downloader + + RSSImp @@ -2479,6 +2593,10 @@ p, li { white-space: pre-wrap; } Never Никогда + + Automatically downloading %1 torrent from %2 RSS feed... + + SearchEngine diff --git a/src/lang/qbittorrent_sk.qm b/src/lang/qbittorrent_sk.qm index 9d2f9e8d3..118839fba 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 68c021159..59c55e499 100644 --- a/src/lang/qbittorrent_sk.ts +++ b/src/lang/qbittorrent_sk.ts @@ -1044,6 +1044,112 @@ p, li { white-space: pre-wrap; } Priorita + + FeedDownloader + + RSS Feed downloader + + + + RSS feed: + + + + Feed name + + + + Automatically download torrents from this feed + + + + Download filters + + + + Filters: + + + + Filter settings + + + + Matches: + + + + Does not match: + + + + Destination folder: + + + + ... + ... + + + Filter testing + + + + Torrent title: + + + + Result: + + + + Test + + + + + FeedDownloaderDlg + + New filter + + + + Please choose a name for this filter + + + + Filter name: + + + + Invalid filter name + + + + The filter name cannot be left empty. + + + + This filter name is already in use. + + + + Filter testing error + + + + Please specify a test torrent name. + + + + matches + + + + does not match + + + FilterParserThread @@ -2311,6 +2417,14 @@ p, li { white-space: pre-wrap; } Open news URL + + Copy feed URL + + + + RSS feed downloader + + RSSImp @@ -2397,6 +2511,10 @@ p, li { white-space: pre-wrap; } Never Nikdy + + Automatically downloading %1 torrent from %2 RSS feed... + + SearchEngine diff --git a/src/lang/qbittorrent_sv.qm b/src/lang/qbittorrent_sv.qm index 4f36aeacf..3dfe9d831 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 3666905af..e4c406f49 100644 --- a/src/lang/qbittorrent_sv.ts +++ b/src/lang/qbittorrent_sv.ts @@ -668,6 +668,112 @@ p, li { white-space: pre-wrap; } Prioritet + + FeedDownloader + + RSS Feed downloader + + + + RSS feed: + + + + Feed name + + + + Automatically download torrents from this feed + + + + Download filters + + + + Filters: + + + + Filter settings + + + + Matches: + + + + Does not match: + + + + Destination folder: + + + + ... + ... + + + Filter testing + + + + Torrent title: + + + + Result: + + + + Test + + + + + FeedDownloaderDlg + + New filter + + + + Please choose a name for this filter + + + + Filter name: + + + + Invalid filter name + + + + The filter name cannot be left empty. + + + + This filter name is already in use. + + + + Filter testing error + + + + Please specify a test torrent name. + + + + matches + + + + does not match + + + FilterParserThread @@ -1218,6 +1324,14 @@ p, li { white-space: pre-wrap; } Open news URL + + Copy feed URL + + + + RSS feed downloader + + RSSImp @@ -1300,6 +1414,10 @@ p, li { white-space: pre-wrap; } Never Aldrig + + Automatically downloading %1 torrent from %2 RSS feed... + + SearchEngine diff --git a/src/lang/qbittorrent_tr.qm b/src/lang/qbittorrent_tr.qm index 680d4162f..93519ff62 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 c5fab2d9e..f1c73ee76 100644 --- a/src/lang/qbittorrent_tr.ts +++ b/src/lang/qbittorrent_tr.ts @@ -1069,6 +1069,112 @@ p, li { white-space: pre-wrap; } Öncelik + + FeedDownloader + + RSS Feed downloader + + + + RSS feed: + + + + Feed name + + + + Automatically download torrents from this feed + + + + Download filters + + + + Filters: + + + + Filter settings + + + + Matches: + + + + Does not match: + + + + Destination folder: + + + + ... + ... + + + Filter testing + + + + Torrent title: + + + + Result: + + + + Test + + + + + FeedDownloaderDlg + + New filter + + + + Please choose a name for this filter + + + + Filter name: + + + + Invalid filter name + + + + The filter name cannot be left empty. + + + + This filter name is already in use. + + + + Filter testing error + + + + Please specify a test torrent name. + + + + matches + + + + does not match + + + FilterParserThread @@ -2383,6 +2489,14 @@ p, li { white-space: pre-wrap; } Open news URL + + Copy feed URL + + + + RSS feed downloader + + RSSImp @@ -2465,6 +2579,10 @@ p, li { white-space: pre-wrap; } Never Asla + + Automatically downloading %1 torrent from %2 RSS feed... + + SearchEngine diff --git a/src/lang/qbittorrent_uk.qm b/src/lang/qbittorrent_uk.qm index 7dacca87e..c90955e90 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 aecfe6b37..ca60c2476 100644 --- a/src/lang/qbittorrent_uk.ts +++ b/src/lang/qbittorrent_uk.ts @@ -1041,6 +1041,112 @@ p, li { white-space: pre-wrap; } Пріоритет + + FeedDownloader + + RSS Feed downloader + + + + RSS feed: + + + + Feed name + + + + Automatically download torrents from this feed + + + + Download filters + + + + Filters: + + + + Filter settings + + + + Matches: + + + + Does not match: + + + + Destination folder: + + + + ... + ... + + + Filter testing + + + + Torrent title: + + + + Result: + + + + Test + + + + + FeedDownloaderDlg + + New filter + + + + Please choose a name for this filter + + + + Filter name: + + + + Invalid filter name + + + + The filter name cannot be left empty. + + + + This filter name is already in use. + + + + Filter testing error + + + + Please specify a test torrent name. + + + + matches + + + + does not match + + + FilterParserThread @@ -2358,6 +2464,14 @@ p, li { white-space: pre-wrap; } Open news URL + + Copy feed URL + + + + RSS feed downloader + + RSSImp @@ -2444,6 +2558,10 @@ p, li { white-space: pre-wrap; } Never Ніколи + + Automatically downloading %1 torrent from %2 RSS feed... + + SearchEngine diff --git a/src/lang/qbittorrent_zh.qm b/src/lang/qbittorrent_zh.qm index a2407ea0f..73caddf9a 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 ed3828cb3..a4c69a6fb 100644 --- a/src/lang/qbittorrent_zh.ts +++ b/src/lang/qbittorrent_zh.ts @@ -1165,6 +1165,112 @@ wait... 优先 + + FeedDownloader + + RSS Feed downloader + + + + RSS feed: + + + + Feed name + + + + Automatically download torrents from this feed + + + + Download filters + + + + Filters: + + + + Filter settings + + + + Matches: + + + + Does not match: + + + + Destination folder: + + + + ... + ... + + + Filter testing + + + + Torrent title: + + + + Result: + + + + Test + + + + + FeedDownloaderDlg + + New filter + + + + Please choose a name for this filter + + + + Filter name: + + + + Invalid filter name + + + + The filter name cannot be left empty. + + + + This filter name is already in use. + + + + Filter testing error + + + + Please specify a test torrent name. + + + + matches + + + + does not match + + + FilterParserThread @@ -2529,6 +2635,14 @@ p, li { white-space: pre-wrap; } Open news URL + + Copy feed URL + + + + RSS feed downloader + + RSSImp @@ -2621,6 +2735,10 @@ list? Never 从不 + + Automatically downloading %1 torrent from %2 RSS feed... + + SearchEngine diff --git a/src/lang/qbittorrent_zh_TW.qm b/src/lang/qbittorrent_zh_TW.qm index 2807c00bc..8f9204ed4 100644 Binary files a/src/lang/qbittorrent_zh_TW.qm and b/src/lang/qbittorrent_zh_TW.qm differ diff --git a/src/lang/qbittorrent_zh_TW.ts b/src/lang/qbittorrent_zh_TW.ts index 102dd39be..dbb07ca2e 100644 --- a/src/lang/qbittorrent_zh_TW.ts +++ b/src/lang/qbittorrent_zh_TW.ts @@ -724,6 +724,112 @@ p, li { white-space: pre-wrap; } 優先度 + + FeedDownloader + + RSS Feed downloader + + + + RSS feed: + + + + Feed name + + + + Automatically download torrents from this feed + + + + Download filters + + + + Filters: + + + + Filter settings + + + + Matches: + + + + Does not match: + + + + Destination folder: + + + + ... + ... + + + Filter testing + + + + Torrent title: + + + + Result: + + + + Test + + + + + FeedDownloaderDlg + + New filter + + + + Please choose a name for this filter + + + + Filter name: + + + + Invalid filter name + + + + The filter name cannot be left empty. + + + + This filter name is already in use. + + + + Filter testing error + + + + Please specify a test torrent name. + + + + matches + + + + does not match + + + FilterParserThread @@ -1307,6 +1413,14 @@ p, li { white-space: pre-wrap; } Open news URL + + Copy feed URL + + + + RSS feed downloader + + RSSImp @@ -1389,6 +1503,10 @@ p, li { white-space: pre-wrap; } Never 從不 + + Automatically downloading %1 torrent from %2 RSS feed... + + SearchEngine