From f3f71e5d14d84b801a5838a85d0ec96c8b09a686 Mon Sep 17 00:00:00 2001 From: Christophe Dumez Date: Sat, 7 Apr 2007 07:43:57 +0000 Subject: [PATCH] - Added Japanese translation --- src/Icons/flags/japan.png | Bin 0 -> 324 bytes src/bittorrent.cpp | 2 + src/icons.qrc | 3 +- src/lang.qrc | 2 + src/lang/qbittorrent_bg.qm | Bin 34677 -> 35495 bytes src/lang/qbittorrent_bg.ts | 402 ++++-- src/lang/qbittorrent_ca.qm | Bin 32841 -> 33715 bytes src/lang/qbittorrent_ca.ts | 402 ++++-- src/lang/qbittorrent_da.qm | Bin 34179 -> 34939 bytes src/lang/qbittorrent_da.ts | 403 ++++-- src/lang/qbittorrent_de.qm | Bin 35919 -> 36713 bytes src/lang/qbittorrent_de.ts | 402 ++++-- src/lang/qbittorrent_el.qm | Bin 36828 -> 37650 bytes src/lang/qbittorrent_el.ts | 402 ++++-- src/lang/qbittorrent_en.qm | Bin 21634 -> 22852 bytes src/lang/qbittorrent_en.ts | 402 +++--- src/lang/qbittorrent_es.qm | Bin 36772 -> 37608 bytes src/lang/qbittorrent_es.ts | 402 ++++-- src/lang/qbittorrent_fi.qm | Bin 32140 -> 32990 bytes src/lang/qbittorrent_fi.ts | 403 ++++-- src/lang/qbittorrent_fr.qm | Bin 37326 -> 38100 bytes src/lang/qbittorrent_fr.ts | 402 ++++-- src/lang/qbittorrent_it.qm | Bin 35914 -> 36742 bytes src/lang/qbittorrent_it.ts | 402 ++++-- src/lang/qbittorrent_ja.ts | 2203 +++++++++++++++++++++++++++++++++ src/lang/qbittorrent_jp.qm | Bin 0 -> 22852 bytes src/lang/qbittorrent_ko.qm | Bin 29025 -> 29961 bytes src/lang/qbittorrent_ko.ts | 402 ++++-- src/lang/qbittorrent_nb.qm | Bin 35155 -> 35943 bytes src/lang/qbittorrent_nb.ts | 403 ++++-- src/lang/qbittorrent_nl.qm | Bin 35114 -> 36014 bytes src/lang/qbittorrent_nl.ts | 403 ++++-- src/lang/qbittorrent_pl.qm | Bin 35448 -> 36300 bytes src/lang/qbittorrent_pl.ts | 402 ++++-- src/lang/qbittorrent_pt.qm | Bin 36274 -> 37156 bytes src/lang/qbittorrent_pt.ts | 402 ++++-- src/lang/qbittorrent_ro.qm | Bin 32795 -> 33645 bytes src/lang/qbittorrent_ro.ts | 402 ++++-- src/lang/qbittorrent_ru.qm | Bin 35505 -> 36291 bytes src/lang/qbittorrent_ru.ts | 403 ++++-- src/lang/qbittorrent_sk.qm | Bin 35277 -> 36105 bytes src/lang/qbittorrent_sk.ts | 402 ++++-- src/lang/qbittorrent_sv.qm | Bin 34511 -> 35303 bytes src/lang/qbittorrent_sv.ts | 403 ++++-- src/lang/qbittorrent_tr.qm | Bin 32077 -> 32931 bytes src/lang/qbittorrent_tr.ts | 402 ++++-- src/lang/qbittorrent_uk.qm | Bin 35425 -> 36279 bytes src/lang/qbittorrent_uk.ts | 402 ++++-- src/lang/qbittorrent_zh.qm | Bin 26660 -> 27766 bytes src/lang/qbittorrent_zh.ts | 403 ++++-- src/lang/qbittorrent_zh_HK.qm | Bin 23828 -> 25084 bytes src/lang/qbittorrent_zh_HK.ts | 426 ++++--- src/options_imp.cpp | 2 + src/src.pro | 3 +- 54 files changed, 8600 insertions(+), 2892 deletions(-) create mode 100644 src/Icons/flags/japan.png create mode 100644 src/lang/qbittorrent_ja.ts create mode 100644 src/lang/qbittorrent_jp.qm diff --git a/src/Icons/flags/japan.png b/src/Icons/flags/japan.png new file mode 100644 index 0000000000000000000000000000000000000000..2aaa7cce702bb589c86378abc69d59ed7d0e7c63 GIT binary patch literal 324 zcmeAS@N?(olHy`uVBq!ia0vp^l0YoT!3HEXcCqsTDVAa<&kznEsNqQI0P;BtJR*yM zbSMZj7QRyZ2xLf>xJHx&=ckpFCl;kLl$V$5W#(lUCnpx9>g5-u&wghk1ypp<)5S5w zqWA6;Yp!Mofwp?*4TeXImt2hg@nZYtnch`w^5Gs!eUC8b2qq~XTEfLL>5NW?*w4gO zKg;cIR92ihb0eaCE#q#-zIDf{BOe8Z&e+XYC-Zp9a|`j-+sR>DB2G6O*09m94?ae02_#*e|bS22js=a~8X9_ON;E*C(mhu%kR{&;SJ>96_Pe^?Ap8Jn3}FI)%o O41=eupUXO@geCxR6M8%V literal 0 HcmV?d00001 diff --git a/src/bittorrent.cpp b/src/bittorrent.cpp index 816517bb8..b37d82b6d 100644 --- a/src/bittorrent.cpp +++ b/src/bittorrent.cpp @@ -34,6 +34,8 @@ // Main constructor bittorrent::bittorrent(){ + // To avoid some exceptions + fs::path::default_name_check(fs::no_check); // Supported preview extensions // XXX: might be incomplete supported_preview_extensions << "AVI" << "DIVX" << "MPG" << "MPEG" << "MP3" << "OGG" << "WMV" << "WMA" << "RMV" << "RMVB" << "ASF" << "MOV" << "WAV" << "MP2" << "SWF" << "AC3"; diff --git a/src/icons.qrc b/src/icons.qrc index 765631cd0..5da227226 100644 --- a/src/icons.qrc +++ b/src/icons.qrc @@ -47,6 +47,7 @@ Icons/flags/bulgaria.png Icons/flags/greece.png Icons/flags/denmark.png + Icons/flags/japan.png Icons/skin/properties.png Icons/skin/play_all.png Icons/skin/remove.png @@ -74,4 +75,4 @@ Icons/skin/delete_all.png Icons/skin/info.png - + \ No newline at end of file diff --git a/src/lang.qrc b/src/lang.qrc index 41d5d04ce..72c224f17 100644 --- a/src/lang.qrc +++ b/src/lang.qrc @@ -23,5 +23,7 @@ lang/qbittorrent_fi.qm lang/qbittorrent_zh_HK.qm lang/qbittorrent_da.qm + lang/qbittorrent_jp.qm + lang/qbittorrent_ja.qm \ No newline at end of file diff --git a/src/lang/qbittorrent_bg.qm b/src/lang/qbittorrent_bg.qm index df7676fe54eee6a9cf5cc9d6627d60dad327f06d..ade6191cf8c166a78ca53d70433b033b8258aa75 100644 GIT binary patch delta 4134 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 delta 3911 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 L*iB&JmTvhEN_s1T diff --git a/src/lang/qbittorrent_bg.ts b/src/lang/qbittorrent_bg.ts index 935c08cca..f3a169161 100644 --- a/src/lang/qbittorrent_bg.ts +++ b/src/lang/qbittorrent_bg.ts @@ -698,68 +698,74 @@ Copyright © 2006 на Christophe Dumez<br> FinishedTorrents - + Finished Завършен - + Name i.e: file name Име - + Size i.e: file size Размер - + Progress i.e: % downloaded Изпълнение - + DL Speed i.e: Download speed DL Скорост - + UP Speed i.e: Upload speed UP Скорост - + Seeds/Leechs i.e: full/partial sources Даващи/Вземащи - + Status Състояние - + ETA i.e: Estimated Time of Arrival / Time left ЕТА - + Finished i.e: Torrent has finished downloading Завършен + + + None + i.e: No error message + Няма + GUI - + Open Torrent Files Отвори Торент Файлове @@ -774,7 +780,7 @@ Copyright © 2006 на Christophe Dumez<br> Неизвестен - + This file is either corrupted or this isn't a torrent. Файла или е разрушен или не е торент. @@ -784,17 +790,17 @@ Copyright © 2006 на Christophe Dumez<br> Сигурни ли сте че искате да изтриете всички файлове от списъка за сваляне? - + &Yes &Да - + &No &Не - + Are you sure you want to delete the selected item(s) in download list? Сигурни ли сте че искате да изтриете избраните файлове от списъка за сваляне? @@ -814,7 +820,7 @@ Copyright © 2006 на Christophe Dumez<br> kb/с - + Finished Завършен @@ -824,12 +830,12 @@ Copyright © 2006 на Christophe Dumez<br> Проверка... - + Connecting... Свързване... - + Downloading... Сваляне... @@ -869,7 +875,7 @@ Copyright © 2006 на Christophe Dumez<br> Не мога да създам директория: - + Torrent Files Торент Файлове @@ -941,12 +947,12 @@ Copyright © 2006 на Christophe Dumez<br> qBittorrent - + qBittorrent qBittorrent - + Are you sure? -- qBittorrent Сигурни ли сте? -- qBittorrent @@ -987,7 +993,7 @@ Copyright © 2006 на Christophe Dumez<br> е завършил свалянето. - + Couldn't listen on any of the given ports. Невъзможно изчакване от дадените портове. @@ -1173,7 +1179,7 @@ Changelog: UP Скорост - + Status Състояние @@ -1204,17 +1210,17 @@ Changelog: Отложен - + Paused Пауза - + Preview process already running Процеса на оглед се изпълнява - + There is already another preview process running. Please close the other one first. Вече се изпълнява друг процес на оглед. @@ -1254,12 +1260,12 @@ Please close the other one first. Сигурни ли сте че искате да напуснете qBittorrent? - + Are you sure you want to delete the selected item(s) in download list and in hard drive? Сигурни ли сте че искате да изтриете избраните файлове от списъка за сваляне и от твърдия диск? - + Download finished Свалянето завърши @@ -1281,58 +1287,58 @@ Please close the other one first. qBittorrent %1 - + Connection status: Състояние на връзката: - + Offline Извън мрежата - + No peers found... Няма връзки... - + Name i.e: file name Име - + Size i.e: file size Размер - + Progress i.e: % downloaded Изпълнение - + DL Speed i.e: Download speed DL Скорост - + UP Speed i.e: Upload speed UP Скорост - + Seeds/Leechs i.e: full/partial sources Даващи/Вземащи - + ETA i.e: Estimated Time of Arrival / Time left ЕТА @@ -1350,19 +1356,19 @@ Please close the other one first. Вземащи - + qBittorrent %1 started. e.g: qBittorrent v0.x started. qBittorrent %1 стартиран. - + DL speed: %1 KiB/s e.g: Download speed: 10 KiB/s DL Скорост %1 KB/с - + UP speed: %1 KiB/s e.g: Upload speed: 10 KiB/s UL Скорост %1 KB/с @@ -1374,54 +1380,54 @@ Please close the other one first. Завършен - + Checking... i.e: Checking already downloaded parts... Проверка... - + Stalled i.e: State of a torrent whose download speed is 0kb/s Отложен - + Are you sure you want to quit? Сигурни ли сте че искате да напуснете? - + '%1' was removed. 'xxx.avi' was removed. '%1' бе премахнат. - + '%1' added to download list. '/home/y/xxx.torrent' was added to download list. '%1' добавен в листа за сваляне. - + '%1' resumed. (fast resume) '/home/y/xxx.torrent' was resumed. (fast resume) '%1' бе възстановен. (бързо възстановяване) - + '%1' is already in download list. e.g: 'xxx.avi' is already in download list. '%1' вече е в листа за сваляне. - + Unable to decode torrent file: '%1' e.g: Unable to decode torrent file: '/home/y/xxx.torrent' Не мога да декодирам торент-файла: '%1' - + None i.e: No error message Няма @@ -1433,47 +1439,47 @@ Please close the other one first. Прослушване на порт: %1 - + All downloads were paused. Всички сваляния са в пауза. - + '%1' paused. xxx.avi paused. '%1' е в пауза. - + Connecting... i.e: Connecting to the tracker... Свързване... - + All downloads were resumed. Всички сваляния са възстановени. - + '%1' resumed. e.g: xxx.avi resumed. '%1' бе възстановен. - + %1 has finished downloading. e.g: xxx.avi has finished downloading. '%1' завърши свалянето. - + I/O Error i.e: Input/Output Error В/И Грешка - + An error occured when trying to read or write %1. The disk is probably full, download has been paused e.g: An error occured when trying to read or write xxx.avi. The disk is probably full, download has been paused Намерена грешка при четене или записване на %1. Вероятно диска е пълен, свалянето е в пауза @@ -1485,23 +1491,23 @@ Please close the other one first. Намерена грешка (пълен диск?), '%1' е в пауза. - + Connection Status: Състояние на връзката: - + Online Свързан - + Firewalled? i.e: Behind a firewall/router? Проблем с Firewall-а? - + No incoming connections... Няма входящи връзки... @@ -1527,84 +1533,94 @@ Please close the other one first. Резултати - + Downloading '%1', please wait... e.g: Downloading 'xxx.torrent', please wait... Сваляне на '%1', моля изчакайте... - + An error occured (full disk?), '%1' paused. e.g: An error occured (full disk?), 'xxx.avi' paused. Намерена грешка (пълен диск?), '%1' е в пауза. - + Search Търси - + RSS - + UPnP: no WAN service detected... - + UPnP: WAN service detected! - + qBittorrent is bind to port: %1 e.g: qBittorrent is bind to port: 1666 - + DHT support [ON], port: %1 - + DHT support [OFF] - + UPnP support [ON], port: %1 - + UPnP support [OFF] - + PeX support [ON] - + PeX support [OFF] - + The download list is not empty. Are you sure you want to quit qBittorrent? - + Downloads + + + Are you sure you want to delete the selected item(s) in finished list and in hard drive? + + + + + Are you sure you want to delete the selected item(s) in finished list? + + MainWindow @@ -1887,12 +1903,12 @@ Are you sure you want to quit qBittorrent? PropListDelegate - + False Грешно - + True Вярно @@ -1918,10 +1934,58 @@ Are you sure you want to quit qBittorrent? - + News: + + + Delete + Изтрий + + + + Rename + + + + + Refresh + + + + + Create + Образуване + + + + RefreshAll + + + + + RSSImp + + + Please type a rss stream alias + + + + + Stream Alias: + + + + + Please type a rss stream url + + + + + Stream URL: + + SearchEngine @@ -2261,12 +2325,12 @@ Changelog: Create Torrent file - Създай торент файл + Създай торент файл - + Destination torrent file: - Торент файл получател: + Торент файл получател: @@ -2279,17 +2343,17 @@ Changelog: Коментар: - + ... ... - + Create Образуване - + Cancel Прекъсни @@ -2301,75 +2365,105 @@ Changelog: Directory - Директория + Директория - + Torrent Creation Tool Инструмент за Създаване на Торент <center>Destination torrent file:</center> - <center>Торент файл получател:</center> + <center>Торент файл получател:</center> <center>Input file or directory:</center> - <center>Входен файл или директория:</center> + <center>Входен файл или директория:</center> <center>Announce url:<br>(One per line)</center> - <center>Предлагащ URL:<br>(По един на ред)</center> + <center>Предлагащ URL:<br>(По един на ред)</center> <center>Comment:</center> - <center>Коментар:</center> + <center>Коментар:</center> + + + + Torrent file creation + + + + + Input files or directories: + + + + + Announce urls (trackers): + + + + + URL seeds (optional): + + + + + Comment (optional): + + + + + Private (won't be distributed on trackerless network / DHT if enabled) + createtorrent - + Select destination torrent file Избери торент файл получател - + Torrent Files Торент Файлове Select input directory or file - Избери входна директория или файл + Избери входна директория или файл - + No destination path set Не е избран път за получаване - + Please type a destination path first Моля първо напишете път за получаване - + No input path set Не е избран входящ път - + Please type an input path first Моля първо напишете входящ път Input path does not exist - Входящият път не съществува + Входящият път не съществува @@ -2377,25 +2471,55 @@ Changelog: Моля първо напишете правилен входящ път - + Torrent creation Създаване на Торент - + Torrent was created successfully: Торента бе създаден успешно: Please type a valid input path first - Моля първо напишете валиден входящ път + Моля първо напишете валиден входящ път - + Torrent creation was successfully, reason: %1 + + + Select a folder to add to the torrent + + + + + Select files to add to the torrent + + + + + Please type an announce URL + + + + + Announce URL: + + + + + Please type an URL Seed + + + + + URL Seed: + + downloadFromURL @@ -2570,12 +2694,12 @@ Changelog: е повреден. - + Range Start IP IP Стартова Област - + Start IP: IP на Старт: @@ -2590,22 +2714,22 @@ Changelog: Това IP е некоректно. - + Range End IP IP Крайна Област - + End IP: Крайно IP: - + IP Range Comment Коментар IP Област - + Comment: Коментар: @@ -2616,48 +2740,48 @@ Changelog: до - + Choose your favourite preview program Моля, изберете любима програма за оглед - + Invalid IP Невалиден IP - + This IP is invalid. Този IP е невалиден. - + Options were saved successfully. Опциите бяха съхранени успешно. - + Choose scan directory Изберете директория за сканиране - + Choose an ipfilter.dat file Изберете ipfilter.dat файл - + Choose a save directory Изберете директория за съхранение - + I/O Error Input/Output Error В/И Грешка - + Couldn't open %1 in read mode. Не мога да отворя %1 в режим четене. @@ -2743,7 +2867,7 @@ Changelog: Съдържание на Торента - + OK OK @@ -2823,17 +2947,17 @@ Changelog: Избран - + Unselect Неизбран - + Select Избери - + You can select here precisely which files you want to download in current torrent. Тук можете да изберете точно кои файлове искате да свалите от торента. @@ -3049,10 +3173,40 @@ Changelog: - + <u>Note:</u> It is important that you keep sharing your torrents after they are finished for the well being of the network. + + + Start + Старт + + + + Pause + Пауза + + + + Delete + Изтрий + + + + Delete Permanently + Изтрий завинаги + + + + Torrent Properties + + + + + Preview file + Огледай файла + torrentAdditionDialog diff --git a/src/lang/qbittorrent_ca.qm b/src/lang/qbittorrent_ca.qm index eece0aa092b86dccdf90794917048519f292aeb1..7bfaa2c068b6203ae02c642fcfcc7b4825d8bfc3 100644 GIT binary patch delta 4118 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 FinishedTorrents - + Finished Finalitzat - + Name i.e: file name Nom - + Size i.e: file size Mida - + Progress i.e: % downloaded Progrès - + DL Speed i.e: Download speed Vel. Desc - + UP Speed i.e: Upload speed Vel. Pujada - + Seeds/Leechs i.e: full/partial sources - + Status Estat - + ETA i.e: Estimated Time of Arrival / Time left ETA - + Finished i.e: Torrent has finished downloading Finalitzat + + + None + i.e: No error message + Res + GUI @@ -802,7 +808,7 @@ Copyright © 2006 by Christophe Dumez<br> iniciat. - + qBittorrent qBittorrent @@ -822,12 +828,12 @@ Copyright © 2006 by Christophe Dumez<br> Vel. Pujada: - + Open Torrent Files Arxius Torrent oberts - + Torrent Files Arxius Torrent @@ -868,12 +874,12 @@ Copyright © 2006 by Christophe Dumez<br> Deshabilita el decodificador d' arxius torrent: - + This file is either corrupted or this isn't a torrent. Aquest arxiu està corrupte o no es un arxiu torrent. - + Are you sure? -- qBittorrent Estàs segur? -- qBittorrent @@ -883,12 +889,12 @@ Copyright © 2006 by Christophe Dumez<br> Estàs segur de que vols buidar la llista de descàrregues? - + &Yes &Yes - + &No &No @@ -898,7 +904,7 @@ Copyright © 2006 by Christophe Dumez<br> Llista de descàrregues buidada. - + Are you sure you want to delete the selected item(s) in download list? Estàs segur de que vols esborrar les descàrregues seleccionades? @@ -966,7 +972,7 @@ Copyright © 2006 by Christophe Dumez<br> ha finalitzat la descàrrega. - + Couldn't listen on any of the given ports. No es pot obrir el port especificat. @@ -982,7 +988,7 @@ Copyright © 2006 by Christophe Dumez<br> /s - + Finished Finalitzat @@ -992,12 +998,12 @@ Copyright © 2006 by Christophe Dumez<br> Validant... - + Connecting... Conectant... - + Downloading... Descàrregant... @@ -1231,7 +1237,7 @@ Log: Vel. Pujada - + Status Estat @@ -1262,17 +1268,17 @@ Log: Parat - + Paused Pausat - + Preview process already running Previsualitzar els processos que corren - + There is already another preview process running. Please close the other one first. Hi ha un altre procés corrent. @@ -1312,12 +1318,12 @@ Si et plau tanca l'altre primer. Estas segur que vols sortir de qBittorrent? - + Are you sure you want to delete the selected item(s) in download list and in hard drive? Estàs segur que vols esborrar els objectes seleccionats de la llista de descàrregues i del disc dur? - + Download finished @@ -1339,58 +1345,58 @@ Si et plau tanca l'altre primer. - + Connection status: - + Offline - + No peers found... - + Name i.e: file name Nom - + Size i.e: file size Mida - + Progress i.e: % downloaded Progrès - + DL Speed i.e: Download speed Vel. Desc - + UP Speed i.e: Upload speed Vel. Pujada - + Seeds/Leechs i.e: full/partial sources - + ETA i.e: Estimated Time of Arrival / Time left ETA @@ -1408,19 +1414,19 @@ Si et plau tanca l'altre primer. Leechers - + qBittorrent %1 started. e.g: qBittorrent v0.x started. - + DL speed: %1 KiB/s e.g: Download speed: 10 KiB/s - + UP speed: %1 KiB/s e.g: Upload speed: 10 KiB/s @@ -1432,122 +1438,122 @@ Si et plau tanca l'altre primer. Finalitzat - + Checking... i.e: Checking already downloaded parts... Validant... - + Stalled i.e: State of a torrent whose download speed is 0kb/s - + Are you sure you want to quit? - + '%1' was removed. 'xxx.avi' was removed. - + '%1' added to download list. '/home/y/xxx.torrent' was added to download list. - + '%1' resumed. (fast resume) '/home/y/xxx.torrent' was resumed. (fast resume) - + '%1' is already in download list. e.g: 'xxx.avi' is already in download list. - + Unable to decode torrent file: '%1' e.g: Unable to decode torrent file: '/home/y/xxx.torrent' - + None i.e: No error message Res - + All downloads were paused. - + '%1' paused. xxx.avi paused. - + Connecting... i.e: Connecting to the tracker... Conectant... - + All downloads were resumed. - + '%1' resumed. e.g: xxx.avi resumed. - + %1 has finished downloading. e.g: xxx.avi has finished downloading. - + I/O Error i.e: Input/Output Error I/O Error - + An error occured when trying to read or write %1. The disk is probably full, download has been paused e.g: An error occured when trying to read or write xxx.avi. The disk is probably full, download has been paused - + Connection Status: - + Online - + Firewalled? i.e: Behind a firewall/router? - + No incoming connections... @@ -1558,84 +1564,94 @@ Si et plau tanca l'altre primer. Resultats - + Downloading '%1', please wait... e.g: Downloading 'xxx.torrent', please wait... - + An error occured (full disk?), '%1' paused. e.g: An error occured (full disk?), 'xxx.avi' paused. - + Search Cercar - + RSS - + UPnP: no WAN service detected... - + UPnP: WAN service detected! - + qBittorrent is bind to port: %1 e.g: qBittorrent is bind to port: 1666 - + DHT support [ON], port: %1 - + DHT support [OFF] - + UPnP support [ON], port: %1 - + UPnP support [OFF] - + PeX support [ON] - + PeX support [OFF] - + The download list is not empty. Are you sure you want to quit qBittorrent? - + Downloads + + + Are you sure you want to delete the selected item(s) in finished list and in hard drive? + + + + + Are you sure you want to delete the selected item(s) in finished list? + + MainWindow @@ -1918,12 +1934,12 @@ Are you sure you want to quit qBittorrent? PropListDelegate - + False Fals - + True Cert @@ -1949,10 +1965,58 @@ Are you sure you want to quit qBittorrent? - + News: + + + Delete + Esborra + + + + Rename + + + + + Refresh + + + + + Create + Crear + + + + RefreshAll + + + + + RSSImp + + + Please type a rss stream alias + + + + + Stream Alias: + + + + + Please type a rss stream url + + + + + Stream URL: + + SearchEngine @@ -2292,12 +2356,12 @@ Log: Create Torrent file - Crear arxiu torrent + Crear arxiu torrent - + Destination torrent file: - Arxiu torrent destí: + Arxiu torrent destí: @@ -2310,17 +2374,17 @@ Log: Comentari: - + ... ... - + Create Crear - + Cancel Cancelar @@ -2332,75 +2396,105 @@ Log: Directory - Directori + Directori - + Torrent Creation Tool Eina Creador de Torrent <center>Destination torrent file:</center> - <center>Arxiu torrent destí:</center> + <center>Arxiu torrent destí:</center> <center>Input file or directory:</center> - <center>Arxiu o directori d'entrada:</center> + <center>Arxiu o directori d'entrada:</center> <center>Announce url:<br>(One per line)</center> - <center>URL anunciada:<br>(Una per linia)</center> + <center>URL anunciada:<br>(Una per linia)</center> <center>Comment:</center> - <center>Comentari:</center> + <center>Comentari:</center> + + + + Torrent file creation + + + + + Input files or directories: + + + + + Announce urls (trackers): + + + + + URL seeds (optional): + + + + + Comment (optional): + + + + + Private (won't be distributed on trackerless network / DHT if enabled) + createtorrent - + Select destination torrent file Seleccionar arxiu torrent destí - + Torrent Files Arxius Torrent Select input directory or file - Selecciona arxiu o directori d'entrada + Selecciona arxiu o directori d'entrada - + No destination path set Ruta destí no especificada - + Please type a destination path first Si us plau, especifica una ruta destí primer - + No input path set Ruta d'entrada no especificada - + Please type an input path first Si us plau escriu una ruta d'entrada primer Input path does not exist - La ruta d'entrada no existeix + La ruta d'entrada no existeix @@ -2408,25 +2502,55 @@ Log: Si us plau escriu una ruta d'entrada primer - + Torrent creation Crear Torrent - + Torrent was created successfully: Torrent creatamb éxit: Please type a valid input path first - Entra una ruta vàlida primer si us plau + Entra una ruta vàlida primer si us plau - + Torrent creation was successfully, reason: %1 + + + Select a folder to add to the torrent + + + + + Select files to add to the torrent + + + + + Please type an announce URL + + + + + Announce URL: + + + + + Please type an URL Seed + + + + + URL Seed: + + downloadFromURL @@ -2595,12 +2719,12 @@ Log: està malformada. - + Range Start IP Rang IP Inicial - + Start IP: IP Inicial: @@ -2615,22 +2739,22 @@ Log: Aquesta IP es incorrecta. - + Range End IP Rang IP Final - + End IP: IP Final: - + IP Range Comment Comentari Rang IP - + Comment: Comentari: @@ -2641,48 +2765,48 @@ Log: a - + Choose your favourite preview program Escull el teu programa per previsualitzar - + Invalid IP IP Invàlida - + This IP is invalid. Aquesta IP es invalida. - + Options were saved successfully. - + Choose scan directory - + Choose an ipfilter.dat file - + Choose a save directory - + I/O Error Input/Output Error I/O Error - + Couldn't open %1 in read mode. @@ -2723,7 +2847,7 @@ Log: Propietats del Torrent - + OK Acceptar @@ -2798,17 +2922,17 @@ Log: Arxiu continguts en el torrent actual: - + Unselect Deseleccionat - + Select Seleccionat - + You can select here precisely which files you want to download in current torrent. Tu pots seleccionar aquí els arxius que vols descàrregar del torrent actual. @@ -3074,10 +3198,40 @@ Log: - + <u>Note:</u> It is important that you keep sharing your torrents after they are finished for the well being of the network. + + + Start + Comença + + + + Pause + Pausa + + + + Delete + Esborra + + + + Delete Permanently + Esborrar Permanentment + + + + Torrent Properties + Propietats del Torrent + + + + Preview file + Previsualitza el fitxer + torrentAdditionDialog diff --git a/src/lang/qbittorrent_da.qm b/src/lang/qbittorrent_da.qm index 86203c00f0c3176b97e27d668a92dd6b3e18f7fa..c08cbaa4d8527b1494c460c2bc6bc01aec2a213c 100644 GIT binary patch delta 4067 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 delta 3841 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 Yq^0PkH$;}8CH_JSyUattpIzSkKjW$)lmGw# diff --git a/src/lang/qbittorrent_da.ts b/src/lang/qbittorrent_da.ts index 8cbde260a..e36b34f65 100644 --- a/src/lang/qbittorrent_da.ts +++ b/src/lang/qbittorrent_da.ts @@ -540,113 +540,119 @@ Copyright © 2006 by Christophe Dumez<br> FinishedTorrents - + Finished Færdig - + Name i.e: file name Navn - + Size i.e: file size Størrelse - + Progress i.e: % downloaded Hentet - + DL Speed i.e: Download speed DL hastighed - + UP Speed i.e: Upload speed UP hastighed - + Seeds/Leechs i.e: full/partial sources Seedere/Leechere - + Status Status - + ETA i.e: Estimated Time of Arrival / Time left Tid Tilbage - + Finished i.e: Torrent has finished downloading Færdig + + + None + i.e: No error message + Intet + GUI - + Open Torrent Files Åbn Torrent Filer - + This file is either corrupted or this isn't a torrent. Denne fil er enten korrupt eller ikke en torrent. - + &Yes &Ja - + &No &Nej - + Are you sure you want to delete the selected item(s) in download list? Er du sikker på at du vil slette det markerede fra download listen? - + Connecting... Forbinder... - + Downloading... Downloader... - + Torrent Files Torrent Filer - + Are you sure? -- qBittorrent Er du sikker? -- qBittorrent - + Couldn't listen on any of the given ports. Kunne ikke lytte på de opgivne porte. @@ -717,7 +723,7 @@ Changelog: Resultater - + Status Status @@ -727,17 +733,17 @@ Changelog: Søgemaskine - + Paused Pauset - + Preview process already running Smugkig kører allerede - + There is already another preview process running. Please close the other one first. En anden Smugkigs proces kører allerede. @@ -749,7 +755,7 @@ Luk venglist denne først. Overførsler - + Download finished Download afsluttet @@ -764,7 +770,7 @@ Luk venglist denne først. Er du sikker på at du vil afslutte qBittorrent? - + Are you sure you want to delete the selected item(s) in download list and in hard drive? Er du sikker på at du vil slette de markerede elementer i download listen og på harddisken? @@ -775,58 +781,58 @@ Luk venglist denne først. qBittorrent %1 - + Connection status: Forbindelses status: - + Offline Offline - + No peers found... Ingen kilder fundet... - + Name i.e: file name Navn - + Size i.e: file size Størrelse - + Progress i.e: % downloaded Hentet - + DL Speed i.e: Download speed DL hastighed - + UP Speed i.e: Upload speed UP hastighed - + Seeds/Leechs i.e: full/partial sources Seedere/Leechere - + ETA i.e: Estimated Time of Arrival / Time left Tid Tilbage @@ -844,24 +850,24 @@ Luk venglist denne først. Leechere - + qBittorrent %1 started. e.g: qBittorrent v0.x started. qBittorrent %1 startet. - + qBittorrent qBittorrent - + DL speed: %1 KiB/s e.g: Download speed: 10 KiB/s DL hastighed: %1 KB/s - + UP speed: %1 KiB/s e.g: Upload speed: 10 KiB/s UP hastighed: %1 KB/s @@ -873,54 +879,54 @@ Luk venglist denne først. Færdig - + Checking... i.e: Checking already downloaded parts... Kontrollerer... - + Stalled i.e: State of a torrent whose download speed is 0kb/s Gået i stå - + Are you sure you want to quit? Er du sikker på at du vil afslutte? - + '%1' was removed. 'xxx.avi' was removed. '%1' blev fjernet. - + '%1' added to download list. '/home/y/xxx.torrent' was added to download list. '%1' lagt til download listen. - + '%1' resumed. (fast resume) '/home/y/xxx.torrent' was resumed. (fast resume) '%1' fortsat. (hurtig fortsættelse) - + '%1' is already in download list. e.g: 'xxx.avi' is already in download list. '%1' findes allerede i 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' - + None i.e: No error message Intet @@ -932,69 +938,69 @@ Luk venglist denne først. Lytter på port: %1 - + All downloads were paused. Alle downloads blev sat på pause. - + '%1' paused. xxx.avi paused. '%1' blev sat på pause. - + Connecting... i.e: Connecting to the tracker... Forbinder... - + All downloads were resumed. Alle downloads fortsættes. - + '%1' resumed. e.g: xxx.avi resumed. '%1' fortsat. - + %1 has finished downloading. e.g: xxx.avi has finished downloading. %1 er hentet færdig. - + I/O Error i.e: Input/Output Error I/O Fejl - + An error occured when trying to read or write %1. The disk is probably full, download has been paused e.g: An error occured when trying to read or write xxx.avi. The disk is probably full, download has been paused Der opstod en fejl under forsøget på at skrive %1. Disken er måske fuld, downloaden er sat på pause - + Connection Status: Forbindelses Status: - + Online Online - + Firewalled? i.e: Behind a firewall/router? Bag en Firewall? - + No incoming connections... Ingen indkommende forbindelser... @@ -1020,89 +1026,99 @@ Luk venglist denne først. Resultater - + Downloading '%1', please wait... e.g: Downloading 'xxx.torrent', please wait... Downloader '%1', vent venligst... - + An error occured (full disk?), '%1' paused. e.g: An error occured (full disk?), 'xxx.avi' paused. Der opstod en fejl (fuld disk?), '%1' sat på pause. - + Search Søg - + RSS - + UPnP: no WAN service detected... - + UPnP: WAN service detected! - + qBittorrent is bind to port: %1 e.g: qBittorrent is bind to port: 1666 - + DHT support [ON], port: %1 - + DHT support [OFF] - + UPnP support [ON], port: %1 - + UPnP support [OFF] - + PeX support [ON] - + PeX support [OFF] - + The download list is not empty. Are you sure you want to quit qBittorrent? - + Downloads - + Finished Færdig + + + Are you sure you want to delete the selected item(s) in finished list and in hard drive? + + + + + Are you sure you want to delete the selected item(s) in finished list? + + MainWindow @@ -1300,12 +1316,12 @@ Are you sure you want to quit qBittorrent? PropListDelegate - + False Falsk - + True Sandt @@ -1323,10 +1339,58 @@ Are you sure you want to quit qBittorrent? - + News: + + + Delete + Slet + + + + Rename + + + + + Refresh + + + + + Create + Opret + + + + RefreshAll + + + + + RSSImp + + + Please type a rss stream alias + + + + + Stream Alias: + + + + + Please type a rss stream url + + + + + Stream URL: + + SearchEngine @@ -1631,116 +1695,181 @@ Changelog: Create Torrent file - Opret torrent fil + Opret torrent fil - + ... ... - + Create Opret - + Cancel Annuller Directory - Mappe + Mappe - + Torrent Creation Tool Værktøj: Opret torrent <center>Destination torrent file:</center> - <center>Destinations torrent fil:</center> + <center>Destinations torrent fil:</center> <center>Input file or directory:</center> - <center>Fil eller mappe til torrent:</center> + <center>Fil eller mappe til torrent:</center> <center>Announce url:<br>(One per line)</center> - <center>Udbred url:<br>(En per linje)</center> + <center>Udbred url:<br>(En per linje)</center> <center>Comment:</center> - <center>Kommentar:</center> + <center>Kommentar:</center> + + + + Torrent file creation + + + + + Input files or directories: + + + + + Announce urls (trackers): + + + + + URL seeds (optional): + + + + + Comment (optional): + + + + + Private (won't be distributed on trackerless network / DHT if enabled) + + + + + Destination torrent file: + createtorrent - + Select destination torrent file Vælg destinations torrent fil - + Torrent Files Torrent FIler Select input directory or file - Vælg input mapper eller fil + Vælg input mapper eller fil - + No destination path set Ingen destionations sti sat - + Please type a destination path first Indtast venligst en destinations sti først - + No input path set Der er ikke sat nogen sti til input - + Please type an input path first Indtast venligst en input sti først Input path does not exist - Stien til input findes ikke + Stien til input findes ikke - + Torrent creation Torrent oprettelse - + Torrent was created successfully: Torrent blev oprettet succesfuldt: Please type a valid input path first - Indtast venligst en gyldig sti til input først + Indtast venligst en gyldig sti til input først - + Torrent creation was successfully, reason: %1 + + + Select a folder to add to the torrent + + + + + Select files to add to the torrent + + + + + Please type an announce URL + + + + + Announce URL: + + + + + Please type an URL Seed + + + + + URL Seed: + + downloadFromURL @@ -1841,32 +1970,32 @@ Changelog: options_imp - + Range Start IP Første IP i rækken - + Start IP: Første IP: - + Range End IP Sidste IP i rækken - + End IP: Sidste IP: - + IP Range Comment IP Række Kommentar - + Comment: Kommentar: @@ -1877,48 +2006,48 @@ Changelog: til - + Choose your favourite preview program Vælg dit foretrukne smugkig program - + Invalid IP Ugyldig IP - + This IP is invalid. Denne IP er ugyldig. - + Options were saved successfully. Indstillingerne blev gemt. - + Choose scan directory Vælg mappe til scan - + Choose an ipfilter.dat file Vælg en ipfilter.dat fil - + Choose a save directory Vælg en standart mappe - + I/O Error Input/Output Error I/O Fejl - + Couldn't open %1 in read mode. Kunne ikke åbne %1 til læsning. @@ -1969,7 +2098,7 @@ Changelog: Nuværende Session - + OK OK @@ -1994,17 +2123,17 @@ Changelog: Valgte - + Unselect Fravælg - + Select Vælg - + You can select here precisely which files you want to download in current torrent. Her kan du vælge hvike filer i denne torrent du ønsker og hente. @@ -2190,10 +2319,40 @@ Changelog: - + <u>Note:</u> It is important that you keep sharing your torrents after they are finished for the well being of the network. + + + Start + Start + + + + Pause + Pause + + + + Delete + Slet + + + + Delete Permanently + Slet Permanent + + + + Torrent Properties + + + + + Preview file + Smugkig fil + torrentAdditionDialog diff --git a/src/lang/qbittorrent_de.qm b/src/lang/qbittorrent_de.qm index 1e38584ebab1076de8564bd3b5ddba8478635c4e..07a29edf8626e5c9b6a4488e8fd88ae36962faf3 100644 GIT binary patch delta 4155 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 VF2h>2_GzP{1;=(K8yeW diff --git a/src/lang/qbittorrent_de.ts b/src/lang/qbittorrent_de.ts index 1d3b85906..0754b4d42 100644 --- a/src/lang/qbittorrent_de.ts +++ b/src/lang/qbittorrent_de.ts @@ -634,63 +634,69 @@ Copyright (c) 2006 Christophe Dumez<br> FinishedTorrents - + Finished Beendet - + Name i.e: file name Name - + Size i.e: file size - + Progress i.e: % downloaded - + DL Speed i.e: Download speed DL Geschwindigkeit - + UP Speed i.e: Upload speed UP Geschwindigkeit - + Seeds/Leechs i.e: full/partial sources Seeder/Leecher - + Status Status - + ETA i.e: Estimated Time of Arrival / Time left - + Finished i.e: Torrent has finished downloading Beendet + + + None + i.e: No error message + + GUI @@ -705,7 +711,7 @@ Copyright (c) 2006 Christophe Dumez<br> :: By Christophe Dumez :: Copyright (c) 2006 - + qBittorrent qBittorrent @@ -730,12 +736,12 @@ Copyright (c) 2006 Christophe Dumez<br> UP Geschwindigkeit: - + Open Torrent Files Öffne Torrent Dateien - + Torrent Files Torrent Dateien @@ -781,12 +787,12 @@ Copyright (c) 2006 Christophe Dumez<br> Torrent Datei kann nicht dekodiert werden: - + This file is either corrupted or this isn't a torrent. Diese Datei ist entweder beschädigt, oder kein torrent. - + Are you sure? -- qBittorrent Sind Sie sicher? -- qBittorrent @@ -796,12 +802,12 @@ Copyright (c) 2006 Christophe Dumez<br> Wollen Sie wirklich alle Dateien aus der Download Liste löschen? - + &Yes &Ja - + &No &Nein @@ -811,7 +817,7 @@ Copyright (c) 2006 Christophe Dumez<br> Download Liste gelöscht. - + Are you sure you want to delete the selected item(s) in download list? Wollen Sie wirklich die ausgewählten Elemente aus der Download Liste löschen? @@ -884,7 +890,7 @@ Copyright (c) 2006 Christophe Dumez<br> <b>qBittorrent</b><br>DL Geschwindigkeit: - + Finished Beendet @@ -894,12 +900,12 @@ Copyright (c) 2006 Christophe Dumez<br> Überprüfe... - + Connecting... Verbinde... - + Downloading... Herunterladen... @@ -933,7 +939,7 @@ Copyright (c) 2006 Christophe Dumez<br> Konnte nicht auf den angegebenen Ports lauschen. - + Couldn't listen on any of the given ports. Konnte nicht auf den angegebenen Ports lauschen. @@ -1119,7 +1125,7 @@ Changelog: UP Geschwindigkeit - + Status Status @@ -1150,17 +1156,17 @@ Changelog: Stehen geblieben - + Paused Pausiert - + Preview process already running Preview Prozess läuft bereits - + There is already another preview process running. Please close the other one first. Ein anderer Preview Prozess läuft zu Zeit. @@ -1200,12 +1206,12 @@ Bitte schliessen Sie diesen zuerst. Wollen Sie qBittorrent wirklich beenden? - + Are you sure you want to delete the selected item(s) in download list and in hard drive? Wollen Sie wirklich die ausgewählten Elemente aus der Download Liste und von der Festplatte löschen? - + Download finished Download abgeschlossen @@ -1227,58 +1233,58 @@ Bitte schliessen Sie diesen zuerst. qBittorrent %1 - + Connection status: Verbindungs Status: - + Offline Offline - + No peers found... Keine Peers gefunden... - + Name i.e: file name Name - + Size i.e: file size Größe - + Progress i.e: % downloaded Verlauf - + DL Speed i.e: Download speed DL Geschwindigkeit - + UP Speed i.e: Upload speed UP Geschwindigkeit - + Seeds/Leechs i.e: full/partial sources Seeder/Leecher - + ETA i.e: Estimated Time of Arrival / Time left voraussichtliche Ankunftszeit @@ -1296,19 +1302,19 @@ Bitte schliessen Sie diesen zuerst. Leecher - + qBittorrent %1 started. e.g: qBittorrent v0.x started. qBittorrent %1 gestartet. - + DL speed: %1 KiB/s e.g: Download speed: 10 KiB/s DL Geschwindigkeit: %1 KiB/s - + UP speed: %1 KiB/s e.g: Upload speed: 10 KiB/s UP Geschwindigkeit: %1 KiB/s @@ -1320,54 +1326,54 @@ Bitte schliessen Sie diesen zuerst. Beendet - + Checking... i.e: Checking already downloaded parts... Überprüfe... - + Stalled i.e: State of a torrent whose download speed is 0kb/s Angehalten - + Are you sure you want to quit? Wollen Sie wirklich beenden? - + '%1' was removed. 'xxx.avi' was removed. '%1' wurde entfernt. - + '%1' added to download list. '/home/y/xxx.torrent' was added to download list. '%1' wurde der Download Liste hinzugefügt. - + '%1' resumed. (fast resume) '/home/y/xxx.torrent' was resumed. (fast resume) '%1' wird fortgesetzt. (Schnelles Fortsetzen) - + '%1' is already in download list. e.g: 'xxx.avi' is already in download list. '%1' befindet sich bereits in der Download Liste. - + Unable to decode torrent file: '%1' e.g: Unable to decode torrent file: '/home/y/xxx.torrent' Kann Torrent Datei '%1' nicht dekodieren - + None i.e: No error message Nichts @@ -1379,47 +1385,47 @@ Bitte schliessen Sie diesen zuerst. Lausche auf Port: %1 - + All downloads were paused. Alle Downloads wurden angehalten. - + '%1' paused. xxx.avi paused. '%1' angehalten. - + Connecting... i.e: Connecting to the tracker... Verbinde... - + All downloads were resumed. Alle Downloads wurden fortgesetzt. - + '%1' resumed. e.g: xxx.avi resumed. '%1' fortgesetzt. - + %1 has finished downloading. e.g: xxx.avi has finished downloading. %1 vollständig heruntergeladen. - + I/O Error i.e: Input/Output Error I/O Error - + An error occured when trying to read or write %1. The disk is probably full, download has been paused e.g: An error occured when trying to read or write xxx.avi. The disk is probably full, download has been paused Es ist ein Fehler beim lesen oder schreiben von %1 aufgetreten. Die Festplatte ist vermutlich voll. Der Download wurde angehalten @@ -1431,23 +1437,23 @@ Bitte schliessen Sie diesen zuerst. Ein Fehler ist aufgetreten (Festplatte voll?), '%1' angehalten. - + Connection Status: Verbindungs-Status: - + Online Online - + Firewalled? i.e: Behind a firewall/router? Hinter einer Firewall/Router? - + No incoming connections... Keine eingehenden Verbindungen... @@ -1473,84 +1479,94 @@ Bitte schliessen Sie diesen zuerst. Ergebnisse - + Downloading '%1', please wait... e.g: Downloading 'xxx.torrent', please wait... Lade '%1', bitte warten... - + An error occured (full disk?), '%1' paused. e.g: An error occured (full disk?), 'xxx.avi' paused. Ein Fehler ist aufgetreten (Festplatte voll?), '%1' angehalten. - + Search Suche - + RSS - + UPnP: no WAN service detected... - + UPnP: WAN service detected! - + qBittorrent is bind to port: %1 e.g: qBittorrent is bind to port: 1666 - + DHT support [ON], port: %1 - + DHT support [OFF] - + UPnP support [ON], port: %1 - + UPnP support [OFF] - + PeX support [ON] - + PeX support [OFF] - + The download list is not empty. Are you sure you want to quit qBittorrent? - + Downloads + + + Are you sure you want to delete the selected item(s) in finished list and in hard drive? + + + + + Are you sure you want to delete the selected item(s) in finished list? + + MainWindow @@ -1818,12 +1834,12 @@ Are you sure you want to quit qBittorrent? PropListDelegate - + False Falsch - + True Wahr @@ -1849,10 +1865,58 @@ Are you sure you want to quit qBittorrent? - + News: + + + Delete + Löschen + + + + Rename + + + + + Refresh + + + + + Create + Erstellen + + + + RefreshAll + + + + + RSSImp + + + Please type a rss stream alias + + + + + Stream Alias: + + + + + Please type a rss stream url + + + + + Stream URL: + + SearchEngine @@ -2192,12 +2256,12 @@ Changelog: Create Torrent file - Erstelle Torrent Datei + Erstelle Torrent Datei - + Destination torrent file: - Ziel-Torrent Datei: + Ziel-Torrent Datei: @@ -2210,17 +2274,17 @@ Changelog: Kommentar: - + ... ... - + Create Erstellen - + Cancel Abbrechen @@ -2232,75 +2296,105 @@ Changelog: Directory - Verzeichnis + Verzeichnis - + Torrent Creation Tool Torrenterstellungs Werkzeug <center>Destination torrent file:</center> - <center>Ziel-Torrent Datei:</center> + <center>Ziel-Torrent Datei:</center> <center>Input file or directory:</center> - <center>Eingangs-Datei oder -Verzeichnis:</center> + <center>Eingangs-Datei oder -Verzeichnis:</center> <center>Announce url:<br>(One per line)</center> - <center>URL anmelden:<br>(Eine pro Zeile)</center> + <center>URL anmelden:<br>(Eine pro Zeile)</center> <center>Comment:</center> - <center>Kommentar:</center> + <center>Kommentar:</center> + + + + Torrent file creation + + + + + Input files or directories: + + + + + Announce urls (trackers): + + + + + URL seeds (optional): + + + + + Comment (optional): + + + + + Private (won't be distributed on trackerless network / DHT if enabled) + createtorrent - + Select destination torrent file Ziel-Torrent Datei auswählen - + Torrent Files Torrent Dateien Select input directory or file - Eingangs-Datei oder -Verzeichnis wählen + Eingangs-Datei oder -Verzeichnis wählen - + No destination path set Kein Ziel-Pfad gesetzt - + Please type a destination path first Bitte geben Sie zuerst einen Zielpfad ein - + No input path set Kein Eingangs-Pfad gesetzt - + Please type an input path first Bitte geben Sie zuerst einen Eingangspfad an Input path does not exist - Eingangs-Pfad existiert nicht + Eingangs-Pfad existiert nicht @@ -2308,25 +2402,55 @@ Changelog: Bitte geben Sie einen gültigen Eingangs-Pfad an - + Torrent creation Torrent Erstellung - + Torrent was created successfully: Torrent erfolgreich erstellt: Please type a valid input path first - Bitte geben Sie zuerst einen gültigen Eingangs Pfad ein + Bitte geben Sie zuerst einen gültigen Eingangs Pfad ein - + Torrent creation was successfully, reason: %1 + + + Select a folder to add to the torrent + + + + + Select files to add to the torrent + + + + + Please type an announce URL + + + + + Announce URL: + + + + + Please type an URL Seed + + + + + URL Seed: + + downloadFromURL @@ -2490,12 +2614,12 @@ Changelog: ist fehlerhaft. - + Range Start IP Bereich Start IP - + Start IP: Start IP: @@ -2510,22 +2634,22 @@ Changelog: Diese IP ist fehlerhaft. - + Range End IP Bereich End IP - + End IP: End IP: - + IP Range Comment IP Bereich Kommentar - + Comment: Kommentar: @@ -2536,48 +2660,48 @@ Changelog: bis - + Choose your favourite preview program Wählen Sie ihr bevorzugtes Vorschau Programm - + Invalid IP Ungültige IP - + This IP is invalid. Diese IP ist ungültig. - + Options were saved successfully. Optionen wurden erfolgreich gespeichert. - + Choose scan directory Verzeichnis zum scannen auswählen - + Choose an ipfilter.dat file ipfilter.dat Datei auswählen - + Choose a save directory Verzeichnis zum Speichern auswählen - + I/O Error Input/Output Error - + Couldn't open %1 in read mode. Kein Lesezugriff auf %1. @@ -2618,7 +2742,7 @@ Changelog: Torrent Eigenschaften - + OK OK @@ -2793,17 +2917,17 @@ Changelog: Tracker: - + Unselect Auswahl aufheben - + Select Auswählen - + You can select here precisely which files you want to download in current torrent. Sie können hier präzise wählen, welche Dateien aus dem aktuellen Torrent downgeloadet werden. @@ -3019,10 +3143,40 @@ Changelog: - + <u>Note:</u> It is important that you keep sharing your torrents after they are finished for the well being of the network. + + + Start + Start + + + + Pause + Anhalten + + + + Delete + Löschen + + + + Delete Permanently + Endgültig löschen + + + + Torrent Properties + Torrent Eigenschaften + + + + Preview file + Vorschau Datei + torrentAdditionDialog diff --git a/src/lang/qbittorrent_el.qm b/src/lang/qbittorrent_el.qm index f102094236aff299518e8523147702d63691a57d..43b377a251650fc0dcf4d5a36ec6264ed89d468a 100644 GIT binary patch delta 4166 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 c^U$?ULg4Z&PPo11J60%K*Gpu6e?#?u0H!Qq FinishedTorrents - + Finished - + Name i.e: file name - + Size i.e: file size Μέγεθος - + Progress i.e: % downloaded Πρόοδος - + DL Speed i.e: Download speed DL Ταχύτητα - + UP Speed i.e: Upload speed UP Ταχύτητα - + Seeds/Leechs i.e: full/partial sources Διαμοιραστές/Συνδέσεις - + Status Κατάσταση - + ETA i.e: Estimated Time of Arrival / Time left Χρόνος που απομένει - + Finished i.e: Torrent has finished downloading + + + None + i.e: No error message + Κανένα + GUI - + Open Torrent Files Άνοιγμα Αρχείων τορεντ @@ -792,7 +798,7 @@ Copyright © 2006 από τον Christophe Dumez<br> Άγνωστο - + This file is either corrupted or this isn't a torrent. Το αρχείο είτε είναι κατεστραμμένο, ή δεν ειναι ενα τορεντ. @@ -802,17 +808,17 @@ Copyright © 2006 από τον Christophe Dumez<br> Σίγουρα θέλετε να διαγράψετε όλα τα αρχεία στην λίστα κατεβάσματος? - + &Yes &Ναι - + &No &Όχι - + Are you sure you want to delete the selected item(s) in download list? Είστε σίγουρος οτι θέλετε να διαγράψετε το(α) επιλεγμλένα αντικείμενο(α) από την λίστα κατεβάσματος? @@ -832,7 +838,7 @@ Copyright © 2006 από τον Christophe Dumez<br> kb/s - + Finished Τελείωσε @@ -842,12 +848,12 @@ Copyright © 2006 από τον Christophe Dumez<br> Έλεγχος... - + Connecting... Σύνδεση... - + Downloading... Κατέβασμα... @@ -887,7 +893,7 @@ Copyright © 2006 από τον Christophe Dumez<br> Δεν μπόρεσε να δημιουργηθεί η κατηγορία: - + Torrent Files Αρχεία Τορεντ @@ -959,12 +965,12 @@ Copyright © 2006 από τον Christophe Dumez<br> qBittorrent - + qBittorrent qBittorrent - + Are you sure? -- qBittorrent Είστε σίγουρος? -- qBittorrent @@ -1005,7 +1011,7 @@ Copyright © 2006 από τον Christophe Dumez<br> έχει τελειώσει το κατέβασμα. - + Couldn't listen on any of the given ports. Δεν "ακροάστηκα" καμία σπό τις δωσμένες θύρες. @@ -1221,7 +1227,7 @@ Changelog: UP Ταχύτητα - + Status Κατάσταση @@ -1252,17 +1258,17 @@ Changelog: Αποτυχία λειτουργίας - + Paused Παύση - + Preview process already running Προεπισκόπηση ήδη ανοικτή - + There is already another preview process running. Please close the other one first. Υπάρχει ήδη άλλη προεπισκόπηση ανοιχτή. @@ -1302,12 +1308,12 @@ Please close the other one first. Είστε σίγουρος/η οτι θέλετε να κλείσετε το qBittorrent? - + Are you sure you want to delete the selected item(s) in download list and in hard drive? Είστε σίγουρος/η οτι θέλετε να διαγράψετε το(α) επιλεγμένο(α) αντικείμενο(α) από τη λίστα κατεβάσματος και το σκληρό δίσκο? - + Download finished Το κατέβασμα τελείωσε @@ -1329,58 +1335,58 @@ Please close the other one first. qBittorrent %1 - + Connection status: Κατάσταση Σύνδεσης: - + Offline Offline - + No peers found... Δεν βρέθηκαν συνδέσεις... - + Name i.e: file name Όνομα αρχείου - + Size i.e: file size Μέγεθος - + Progress i.e: % downloaded Πρόοδος - + DL Speed i.e: Download speed DL Ταχύτητα - + UP Speed i.e: Upload speed UP Ταχύτητα - + Seeds/Leechs i.e: full/partial sources Διαμοιραστές/Συνδέσεις - + ETA i.e: Estimated Time of Arrival / Time left Χρόνος που απομένει @@ -1398,19 +1404,19 @@ Please close the other one first. Συνδέσεις - + qBittorrent %1 started. e.g: qBittorrent v0.x started. Εκκινήθηκε το qBittorrent %1. - + DL speed: %1 KiB/s e.g: Download speed: 10 KiB/s Ταχύτητα Κατεβάσματος: %1 KiB/s - + UP speed: %1 KiB/s e.g: Upload speed: 10 KiB/s Ταχύτητα Ανεβάσματος: %1 KiB/s @@ -1422,54 +1428,54 @@ Please close the other one first. Τελείωσε - + Checking... i.e: Checking already downloaded parts... Έλεγχος... - + Stalled i.e: State of a torrent whose download speed is 0kb/s Αποτυχία λειτουργίας - + Are you sure you want to quit? Είστε σίγουρος/η οτι θέλετε να κλείσετε την εφαρμογή? - + '%1' was removed. 'xxx.avi' was removed. Το '%1' αφαιρέθηκε. - + '%1' added to download list. '/home/y/xxx.torrent' was added to download list. Το '%1' προστέθηκε στη λίστα κατεβάσματος. - + '%1' resumed. (fast resume) '/home/y/xxx.torrent' was resumed. (fast resume) Το '%1' ξανάρχισε. (γρήγορη επανασύνδεση) - + '%1' is already in download list. e.g: 'xxx.avi' is already in download list. Το '%1' είναι ήδη στη λίστα κατεβάσματος. - + Unable to decode torrent file: '%1' e.g: Unable to decode torrent file: '/home/y/xxx.torrent' Αδύνατο να αποκωδικοποιηθεί το αρχείο τορεντ: '%1' - + None i.e: No error message Κανένα @@ -1481,47 +1487,47 @@ Please close the other one first. Ακρόαση στη θύρα: %1 - + All downloads were paused. Όλα τα κατεβάσματα είναι σε παύση. - + '%1' paused. xxx.avi paused. '%1' σε παύση. - + Connecting... i.e: Connecting to the tracker... Σύνδεση... - + All downloads were resumed. Όλα τα κατεβάσματα ξανάρχισαν. - + '%1' resumed. e.g: xxx.avi resumed. Το '%1' ξανάρχισε. - + %1 has finished downloading. e.g: xxx.avi has finished downloading. Έχει τελειώσει το κατέβασμα του '%1'. - + I/O Error i.e: Input/Output Error I/O Λάθος - + An error occured when trying to read or write %1. The disk is probably full, download has been paused e.g: An error occured when trying to read or write xxx.avi. The disk is probably full, download has been paused Ένα σφάλμα προέκυψε κατά την προσπάθεια ανάγνωσης ή εγγραφής του %1. Ο δίσκος είναι πιθανόν πλήρης, το κατέβασμα είναι σε παύση @@ -1533,23 +1539,23 @@ Please close the other one first. Ένα σφάλμα προέκυψε (δίσκος πλήρης?), το '%1' είναι σε παύση. - + Connection Status: Κατάσταση Σύνδεσης: - + Online Online - + Firewalled? i.e: Behind a firewall/router? Σε τοίχο προστασίας (firewall)? - + No incoming connections... Καμία εισερχόμενη σύνδεση... @@ -1575,84 +1581,94 @@ Please close the other one first. Αποτελέσματα - + Downloading '%1', please wait... e.g: Downloading 'xxx.torrent', please wait... Κατέβασμα του '%1', παρακαλώ περιμένετε... - + An error occured (full disk?), '%1' paused. e.g: An error occured (full disk?), 'xxx.avi' paused. Ένα σφάλμα προέκυψε (δίσκος πλήρης?), το '%1' είναι σε παύση. - + Search Αναζήτηση - + RSS - + UPnP: no WAN service detected... - + UPnP: WAN service detected! - + qBittorrent is bind to port: %1 e.g: qBittorrent is bind to port: 1666 - + DHT support [ON], port: %1 - + DHT support [OFF] - + UPnP support [ON], port: %1 - + UPnP support [OFF] - + PeX support [ON] - + PeX support [OFF] - + The download list is not empty. Are you sure you want to quit qBittorrent? - + Downloads + + + Are you sure you want to delete the selected item(s) in finished list and in hard drive? + + + + + Are you sure you want to delete the selected item(s) in finished list? + + MainWindow @@ -1935,12 +1951,12 @@ Are you sure you want to quit qBittorrent? PropListDelegate - + False Λανθασμένο - + True Σωστό @@ -1966,10 +1982,58 @@ Are you sure you want to quit qBittorrent? - + News: + + + Delete + Σβήσιμο + + + + Rename + + + + + Refresh + + + + + Create + Δημιουργία + + + + RefreshAll + + + + + RSSImp + + + Please type a rss stream alias + + + + + Stream Alias: + + + + + Please type a rss stream url + + + + + Stream URL: + + SearchEngine @@ -2309,12 +2373,12 @@ Changelog: Create Torrent file - Δημιουργία Αρχείου Τορεντ + Δημιουργία Αρχείου Τορεντ - + Destination torrent file: - Προορισμός αρχείου τορεντ: + Προορισμός αρχείου τορεντ: @@ -2327,17 +2391,17 @@ Changelog: Σχόλια: - + ... ... - + Create Δημιουργία - + Cancel Ακύρωση @@ -2349,75 +2413,105 @@ Changelog: Directory - Φάκελος + Φάκελος - + Torrent Creation Tool Εργαλείο Δημιουργίας Τορεντ <center>Destination torrent file:</center> - <center>Προορισμός αρχείου torrent:</center> + <center>Προορισμός αρχείου torrent:</center> <center>Input file or directory:</center> - <center>Είσοδος αρχείου ή διαδρομής:</center> + <center>Είσοδος αρχείου ή διαδρομής:</center> <center>Announce url:<br>(One per line)</center> - <center>Ανακοινωτικό url:<br>(Μια ανά γραμμή)</center> + <center>Ανακοινωτικό url:<br>(Μια ανά γραμμή)</center> <center>Comment:</center> - <center>Σχόλιο:</center> + <center>Σχόλιο:</center> + + + + Torrent file creation + + + + + Input files or directories: + + + + + Announce urls (trackers): + + + + + URL seeds (optional): + + + + + Comment (optional): + + + + + Private (won't be distributed on trackerless network / DHT if enabled) + createtorrent - + Select destination torrent file Επιλέξτε προορισμό αρχείου τορεντ - + Torrent Files Αρχεία Τορεντ Select input directory or file - Επιλέξτε αρχείο ή κατηγορία εισόδου + Επιλέξτε αρχείο ή κατηγορία εισόδου - + No destination path set Δεν έχει ρυθμιστεί η διαδρομή φακέλου - + Please type a destination path first Παρακαλώ πληκτρολογήστε έναν προορισμό διαδρομής πρώτα - + No input path set Δεν έχει ρυθμιστεί διαδρομή εισόδου - + Please type an input path first Παρακαλώ πληκτρολογήστε μία διαδρομή εισόδου πρώτα Input path does not exist - Διαδρομή εισόδου δεν υπάρχει + Διαδρομή εισόδου δεν υπάρχει @@ -2425,25 +2519,55 @@ Changelog: Παρακαλώ πληκτρολογήστε έναν έγκυρο προορισμό διαδρομής πρώτα - + Torrent creation Δημιουργία τορεντ - + Torrent was created successfully: Τόρεντ δημιουργήθηκε επιτυχώς: Please type a valid input path first - Παρακαλώ πληκτρολογήστε μία έγκυρη διαδρομή εισόδου πρώτα + Παρακαλώ πληκτρολογήστε μία έγκυρη διαδρομή εισόδου πρώτα - + Torrent creation was successfully, reason: %1 + + + Select a folder to add to the torrent + + + + + Select files to add to the torrent + + + + + Please type an announce URL + + + + + Announce URL: + + + + + Please type an URL Seed + + + + + URL Seed: + + downloadFromURL @@ -2624,12 +2748,12 @@ Changelog: είναι κακοσχηματισμένη. - + Range Start IP Εύρος Αρχής ΙΡ - + Start IP: Αρχή ΙΡ: @@ -2644,22 +2768,22 @@ Changelog: Η ΙΡ είναι λάθος. - + Range End IP Εύρος Τέλους ΙΡ - + End IP: Τέλος ΙΡ: - + IP Range Comment Σχόλιο Εύρους ΙΡ - + Comment: Σχόλιο: @@ -2670,48 +2794,48 @@ Changelog: έως - + Choose your favourite preview program Επιλέξτε το αγαπημένο σας πρόγραμμα προεπισκόπησης - + Invalid IP Άκυρο IP - + This IP is invalid. Αυτό το IP είναι άκυρο. - + Options were saved successfully. Οι επιλογές αποθηκεύτηκαν επιτυχώς. - + Choose scan directory Επιλέξτε φάκελο αναζήτησης - + Choose an ipfilter.dat file Επιλέξτε ένα αρχείο ipfilter.dat - + Choose a save directory Επιλέξτε φάκελο αποθήκευσης - + I/O Error Input/Output Error I/O Σφάλμα - + Couldn't open %1 in read mode. Αδύνατο το άνοιγμα του %1 σε λειτουργία ανάγνωσης. @@ -2797,7 +2921,7 @@ Changelog: Περιεχόμενο τορεντ - + OK OK @@ -2877,17 +3001,17 @@ Changelog: Επιλεγμένο - + Unselect Απόρριψη - + Select Επιλογή - + You can select here precisely which files you want to download in current torrent. Εδώ μπορείτε να επιλέξετε με ακρίβεια ποιά αρχεία θέλετε να κατεβάσετε στο παρόν τορεντ. @@ -3103,10 +3227,40 @@ Changelog: - + <u>Note:</u> It is important that you keep sharing your torrents after they are finished for the well being of the network. + + + Start + Έναρξη + + + + Pause + Παύση + + + + Delete + Σβήσιμο + + + + Delete Permanently + Οριστική Διαγραφή + + + + Torrent Properties + Ιδιότητες τορεντ + + + + Preview file + Προεπισκόπηση αρχείου + torrentAdditionDialog diff --git a/src/lang/qbittorrent_en.qm b/src/lang/qbittorrent_en.qm index e900d730290a0a64b251524029734a43e0cf584d..3daf6d5d3fb3d1174c0129b3e1e830e412548e3a 100644 GIT binary patch delta 3951 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 Wj>0~0qD~=Qp7cH FinishedTorrents - + Finished - + Name i.e: file name - + Size i.e: file size - + Progress i.e: % downloaded - + DL Speed i.e: Download speed - + UP Speed i.e: Upload speed - + Seeds/Leechs i.e: full/partial sources - + Status - + ETA i.e: Estimated Time of Arrival / Time left - + Finished i.e: Torrent has finished downloading + + + None + i.e: No error message + + GUI - + Open Torrent Files - + This file is either corrupted or this isn't a torrent. - + &Yes - + &No - + Are you sure you want to delete the selected item(s) in download list? - + Connecting... - + Downloading... - + Torrent Files - + Are you sure? -- qBittorrent - + Couldn't listen on any of the given ports. - + Status - + Paused - + Preview process already running - + There is already another preview process running. Please close the other one first. - + Download finished - + Are you sure you want to delete the selected item(s) in download list and in hard drive? @@ -668,289 +674,299 @@ Please close the other one first. - + Connection status: - + Offline - + No peers found... - + Name i.e: file name - + Size i.e: file size - + Progress i.e: % downloaded - + DL Speed i.e: Download speed - + UP Speed i.e: Upload speed - + Seeds/Leechs i.e: full/partial sources - + ETA i.e: Estimated Time of Arrival / Time left - + qBittorrent %1 started. e.g: qBittorrent v0.x started. - + qBittorrent - + DL speed: %1 KiB/s e.g: Download speed: 10 KiB/s - + UP speed: %1 KiB/s e.g: Upload speed: 10 KiB/s - + Checking... i.e: Checking already downloaded parts... - + Stalled i.e: State of a torrent whose download speed is 0kb/s - + Are you sure you want to quit? - + '%1' was removed. 'xxx.avi' was removed. - + '%1' added to download list. '/home/y/xxx.torrent' was added to download list. - + '%1' resumed. (fast resume) '/home/y/xxx.torrent' was resumed. (fast resume) - + '%1' is already in download list. e.g: 'xxx.avi' is already in download list. - + Unable to decode torrent file: '%1' e.g: Unable to decode torrent file: '/home/y/xxx.torrent' - + None i.e: No error message - + All downloads were paused. - + '%1' paused. xxx.avi paused. - + Connecting... i.e: Connecting to the tracker... - + All downloads were resumed. - + '%1' resumed. e.g: xxx.avi resumed. - + %1 has finished downloading. e.g: xxx.avi has finished downloading. - + I/O Error i.e: Input/Output Error - + An error occured when trying to read or write %1. The disk is probably full, download has been paused e.g: An error occured when trying to read or write xxx.avi. The disk is probably full, download has been paused - + Connection Status: - + Online - + Firewalled? i.e: Behind a firewall/router? - + No incoming connections... - + Downloading '%1', please wait... e.g: Downloading 'xxx.torrent', please wait... - + An error occured (full disk?), '%1' paused. e.g: An error occured (full disk?), 'xxx.avi' paused. - + Search - + RSS - + UPnP: no WAN service detected... - + UPnP: WAN service detected! - + qBittorrent is bind to port: %1 e.g: qBittorrent is bind to port: 1666 - + DHT support [ON], port: %1 - + DHT support [OFF] - + UPnP support [ON], port: %1 - + UPnP support [OFF] - + PeX support [ON] - + PeX support [OFF] - + The download list is not empty. Are you sure you want to quit qBittorrent? - + Downloads - + Finished + + + Are you sure you want to delete the selected item(s) in finished list and in hard drive? + + + + + Are you sure you want to delete the selected item(s) in finished list? + + MainWindow @@ -1093,12 +1109,12 @@ Are you sure you want to quit qBittorrent? PropListDelegate - + False - + True @@ -1116,10 +1132,58 @@ Are you sure you want to quit qBittorrent? - + News: + + + Delete + + + + + Rename + + + + + Refresh + + + + + Create + + + + + RefreshAll + + + + + RSSImp + + + Please type a rss stream alias + + + + + Stream Alias: + + + + + Please type a rss stream url + + + + + Stream URL: + + SearchEngine @@ -1419,116 +1483,136 @@ Changelog: createTorrentDialog - - Create Torrent file - - - - + ... - + Create - + Cancel - - Directory - - - - + Torrent Creation Tool - - <center>Destination torrent file:</center> + + Torrent file creation - - <center>Input file or directory:</center> + + Input files or directories: - - <center>Announce url:<br>(One per line)</center> + + Announce urls (trackers): - - <center>Comment:</center> + + URL seeds (optional): + + + + + Comment (optional): + + + + + Private (won't be distributed on trackerless network / DHT if enabled) + + + + + Destination torrent file: createtorrent - + Select destination torrent file - + Torrent Files - - Select input directory or file - - - - + No destination path set - + Please type a destination path first - + No input path set - + Please type an input path first - - Input path does not exist - - - - + Torrent creation - + Torrent was created successfully: - - Please type a valid input path first + + Torrent creation was successfully, reason: %1 - - Torrent creation was successfully, reason: %1 + + Select a folder to add to the torrent + + + + + Select files to add to the torrent + + + + + Please type an announce URL + + + + + Announce URL: + + + + + Please type an URL Seed + + + + + URL Seed: @@ -1631,32 +1715,32 @@ Changelog: options_imp - + Range Start IP - + Start IP: - + Range End IP - + End IP: - + IP Range Comment - + Comment: @@ -1667,48 +1751,48 @@ Changelog: - + Choose your favourite preview program - + Invalid IP - + This IP is invalid. - + Options were saved successfully. - + Choose scan directory - + Choose an ipfilter.dat file - + Choose a save directory - + I/O Error Input/Output Error - + Couldn't open %1 in read mode. @@ -1754,7 +1838,7 @@ Changelog: - + OK @@ -1779,17 +1863,17 @@ Changelog: - + Unselect - + Select - + You can select here precisely which files you want to download in current torrent. @@ -1970,10 +2054,40 @@ Changelog: - + <u>Note:</u> It is important that you keep sharing your torrents after they are finished for the well being of the network. + + + Start + + + + + Pause + + + + + Delete + + + + + Delete Permanently + + + + + Torrent Properties + + + + + Preview file + + torrentAdditionDialog diff --git a/src/lang/qbittorrent_es.qm b/src/lang/qbittorrent_es.qm index e7f4c4dea7e8df3786ffa149752a1bc7dcc38cfd..79ad6d0446ef74dfc03ee83481befd9e6d30c3a4 100644 GIT binary patch delta 4139 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 A9RL6T diff --git a/src/lang/qbittorrent_es.ts b/src/lang/qbittorrent_es.ts index 28fb9de55..27336083e 100644 --- a/src/lang/qbittorrent_es.ts +++ b/src/lang/qbittorrent_es.ts @@ -654,63 +654,69 @@ Copyright © 2006 por Christophe Dumez<br> FinishedTorrents - + Finished Terminado - + Name i.e: file name Nombre - + Size i.e: file size Tamaño - + Progress i.e: % downloaded Progreso - + DL Speed i.e: Download speed Velocidad de Descarga - + UP Speed i.e: Upload speed Velocidad de Subida - + Seeds/Leechs i.e: full/partial sources Semillas/Leechs - + Status Estado - + ETA i.e: Estimated Time of Arrival / Time left Tiempo Restante Aproximado - + Finished i.e: Torrent has finished downloading Terminado + + + None + i.e: No error message + Ninguno + GUI @@ -740,12 +746,12 @@ Copyright © 2006 por Christophe Dumez<br> No se pudo crear el directorio: - + Open Torrent Files Abrir archivos Torrent - + Torrent Files Archivos Torrent @@ -786,7 +792,7 @@ Copyright © 2006 por Christophe Dumez<br> Imposible decodificar el archivo torrent: - + This file is either corrupted or this isn't a torrent. Este archivo puede estar corrupto, o no ser un torrent. @@ -796,12 +802,12 @@ Copyright © 2006 por Christophe Dumez<br> ¿Seguro que quieres eliminar todos los archivos de la lista de descargas? - + &Yes &Sí - + &No &No @@ -811,7 +817,7 @@ Copyright © 2006 por Christophe Dumez<br> Lista de descargas borrada. - + Are you sure you want to delete the selected item(s) in download list? ¿Seguro que quieres borrar el o los elemento(s) seleccionados de la lista de descargas? @@ -854,7 +860,7 @@ Copyright © 2006 por Christophe Dumez<br> continuada. - + Finished Terminada @@ -864,12 +870,12 @@ Copyright © 2006 por Christophe Dumez<br> Verificando... - + Connecting... Conectando... - + Downloading... Bajando... @@ -907,12 +913,12 @@ Copyright © 2006 por Christophe Dumez<br> qBittorrent - + qBittorrent qBittorrent - + Are you sure? -- qBittorrent ¿Estás seguro? -- qBittorrent @@ -953,7 +959,7 @@ Copyright © 2006 por Christophe Dumez<br> No se pudo escuchar en ninguno de los puertos brindados. - + Couldn't listen on any of the given ports. No se pudo escuchar en ninguno de los puertos brindados. @@ -1149,7 +1155,7 @@ Log: Velocidad de Subida - + Status Estado @@ -1180,17 +1186,17 @@ Log: Detenida - + Paused - + Preview process already running Previsualizar procesos activos - + There is already another preview process running. Please close the other one first. Hay otro proceso de previsualización corriendo. @@ -1230,12 +1236,12 @@ Por favor cierra el otro antes. ¿Seguro que deseas salir de qBittorrent? - + Are you sure you want to delete the selected item(s) in download list and in hard drive? ¿Seguro que deseas borrar el o los elementos seleccionados de la lista de descargas y del disco duro? - + Download finished Descarga terminada @@ -1257,58 +1263,58 @@ Por favor cierra el otro antes. qBittorrent %1 - + Connection status: Estado de la conexión: - + Offline Offline - + No peers found... No se encontraron peers... - + Name i.e: file name Nombre - + Size i.e: file size Tamaño - + Progress i.e: % downloaded Progreso - + DL Speed i.e: Download speed Velocidad de Descarga - + UP Speed i.e: Upload speed Velocidad de Subida - + Seeds/Leechs i.e: full/partial sources Semillas/Leechs - + ETA i.e: Estimated Time of Arrival / Time left Tiempo Restante Aproximado @@ -1326,19 +1332,19 @@ Por favor cierra el otro antes. Leechers - + qBittorrent %1 started. e.g: qBittorrent v0.x started. qBittorrent %1 iniciado. - + DL speed: %1 KiB/s e.g: Download speed: 10 KiB/s Velocidad de Descarga: %1 KiB/s - + UP speed: %1 KiB/s e.g: Upload speed: 10 KiB/s Velocidad de subida: %1 KiB/s @@ -1350,54 +1356,54 @@ Por favor cierra el otro antes. Terminado - + Checking... i.e: Checking already downloaded parts... Verificando... - + Stalled i.e: State of a torrent whose download speed is 0kb/s Detenida - + Are you sure you want to quit? ¿Estás seguro de que deseas salir? - + '%1' was removed. 'xxx.avi' was removed. '%1' fué removido. - + '%1' added to download list. '/home/y/xxx.torrent' was added to download list. '%1' agregado a la lista de descargas. - + '%1' resumed. (fast resume) '/home/y/xxx.torrent' was resumed. (fast resume) '%1' reiniciado. (reinicio rápido) - + '%1' is already in download list. e.g: 'xxx.avi' is already in download list. '%1' ya está en 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' - + None i.e: No error message Ninguno @@ -1409,47 +1415,47 @@ Por favor cierra el otro antes. Escuchando en el puerto: %1 - + All downloads were paused. Todas las descargas en pausa. - + '%1' paused. xxx.avi paused. '%1' en pausa. - + Connecting... i.e: Connecting to the tracker... Conectando... - + All downloads were resumed. Todas las descargas reiniciadas. - + '%1' resumed. e.g: xxx.avi resumed. '%1' reiniciado. - + %1 has finished downloading. e.g: xxx.avi has finished downloading. %1 ha terminado de descargarse. - + I/O Error i.e: Input/Output Error Error de Entrada/Salida - + An error occured when trying to read or write %1. The disk is probably full, download has been paused e.g: An error occured when trying to read or write xxx.avi. The disk is probably full, download has been paused Un error ocurrió mientras se intentaba leer o escribir %1. El disco tal vez esté lleno, la descarga fué pausada @@ -1461,23 +1467,23 @@ Por favor cierra el otro antes. Un error ocurrió (¿disco lleno?), '%1' pausado. - + Connection Status: Estado de la conexión: - + Online En línea - + Firewalled? i.e: Behind a firewall/router? ¿Con firewall? - + No incoming connections... Sin conexiones entrantes... @@ -1503,84 +1509,94 @@ Por favor cierra el otro antes. Resultados - + Downloading '%1', please wait... e.g: Downloading 'xxx.torrent', please wait... Descargando '%1', por favor espera... - + An error occured (full disk?), '%1' paused. e.g: An error occured (full disk?), 'xxx.avi' paused. Un error ocurrió (¿disco lleno?), '%1' pausado. - + Search Búsquedas - + RSS - + UPnP: no WAN service detected... - + UPnP: WAN service detected! - + qBittorrent is bind to port: %1 e.g: qBittorrent is bind to port: 1666 - + DHT support [ON], port: %1 - + DHT support [OFF] - + UPnP support [ON], port: %1 - + UPnP support [OFF] - + PeX support [ON] - + PeX support [OFF] - + The download list is not empty. Are you sure you want to quit qBittorrent? - + Downloads + + + Are you sure you want to delete the selected item(s) in finished list and in hard drive? + + + + + Are you sure you want to delete the selected item(s) in finished list? + + MainWindow @@ -1863,12 +1879,12 @@ Are you sure you want to quit qBittorrent? PropListDelegate - + False Falso - + True Verdadero @@ -1894,10 +1910,58 @@ Are you sure you want to quit qBittorrent? - + News: + + + Delete + Borrar + + + + Rename + + + + + Refresh + + + + + Create + Crear + + + + RefreshAll + + + + + RSSImp + + + Please type a rss stream alias + + + + + Stream Alias: + + + + + Please type a rss stream url + + + + + Stream URL: + + SearchEngine @@ -2237,12 +2301,12 @@ Log: Create Torrent file - Crear archivo Torrent + Crear archivo Torrent - + Destination torrent file: - Archivo Torrent de destino: + Archivo Torrent de destino: @@ -2255,17 +2319,17 @@ Log: Comentario: - + ... ... - + Create Crear - + Cancel Cancelar @@ -2277,75 +2341,105 @@ Log: Directory - Directorio + Directorio - + Torrent Creation Tool Herramienta de Creación de Torrent <center>Destination torrent file:</center> - <center>Archivo Torrent Destino:</center> + <center>Archivo Torrent Destino:</center> <center>Input file or directory:</center> - <center>Archivo o Directorio de Entrada:</center> + <center>Archivo o Directorio de Entrada:</center> <center>Announce url:<br>(One per line)</center> - <center>URL Anunciada:<br>(Una por línia)</center> + <center>URL Anunciada:<br>(Una por línia)</center> <center>Comment:</center> - <center>Comentario:</center> + <center>Comentario:</center> + + + + Torrent file creation + + + + + Input files or directories: + + + + + Announce urls (trackers): + + + + + URL seeds (optional): + + + + + Comment (optional): + + + + + Private (won't be distributed on trackerless network / DHT if enabled) + createtorrent - + Select destination torrent file Selecciona destino para el archivo torrent - + Torrent Files Archivos Torrent Select input directory or file - Selecciona directorio de entrara o archivo + Selecciona directorio de entrara o archivo - + No destination path set No hay una ruta de destino establecida - + Please type a destination path first Por favor escribe una ruta de destino primero - + No input path set Sin ruta de destino establecida - + Please type an input path first Por favor escribe una ruta de entrara primero Input path does not exist - La ruta de entrada no existe + La ruta de entrada no existe @@ -2353,25 +2447,55 @@ Log: Por favor escribe una ruta de entrada correcta primero - + Torrent creation Crear Torrent - + Torrent was created successfully: El Torrent se creó con éxito: Please type a valid input path first - Por favor digita una ruta de entrada válida primero + Por favor digita una ruta de entrada válida primero - + Torrent creation was successfully, reason: %1 + + + Select a folder to add to the torrent + + + + + Select files to add to the torrent + + + + + Please type an announce URL + + + + + Announce URL: + + + + + Please type an URL Seed + + + + + URL Seed: + + downloadFromURL @@ -2552,12 +2676,12 @@ Log: está mal formado. - + Range Start IP IP de inicio de Rango - + Start IP: IP de inicio: @@ -2572,22 +2696,22 @@ Log: Esta IP está incorrecta. - + Range End IP IP de fin de Rango - + End IP: IP Final: - + IP Range Comment Comentario del rango de IP - + Comment: Comentario: @@ -2598,48 +2722,48 @@ Log: hasta - + Choose your favourite preview program Escoge tu programa de previsualización favorito - + Invalid IP IP inválida - + This IP is invalid. Esta IP es inválida. - + Options were saved successfully. Opciones guardadas exitosamente. - + Choose scan directory Selecciona un directorio a inspeccionar - + Choose an ipfilter.dat file Selecciona un archivo ipfilter.dat - + Choose a save directory Selecciona un directorio para guardar - + I/O Error Input/Output Error Error de Entrada/Salida - + Couldn't open %1 in read mode. No se pudo abrir %1 en modo lectura. @@ -2755,7 +2879,7 @@ Log: Contenido del Torrent - + OK OK @@ -2855,17 +2979,17 @@ Log: Archivos que contiene el torrent actual: - + Unselect Deseleccionar - + Select Seleccionar - + You can select here precisely which files you want to download in current torrent. Puedes seleccionar aquí qué archivos deseas descargar específicamente en el torrent actual. @@ -3081,10 +3205,40 @@ Log: - + <u>Note:</u> It is important that you keep sharing your torrents after they are finished for the well being of the network. + + + Start + Comenzar + + + + Pause + Pausa + + + + Delete + Borrar + + + + Delete Permanently + Borrar permanentemente + + + + Torrent Properties + Propiedades del Torrent + + + + Preview file + Previsualizar archivo + torrentAdditionDialog diff --git a/src/lang/qbittorrent_fi.qm b/src/lang/qbittorrent_fi.qm index 64e6b3351800dd001266a85767ea71307c0546d5..591ef70def559b49043787eceaa2185eab09ebfa 100644 GIT binary patch delta 4085 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 I&E*IF4_6<$<^TWy delta 3890 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 mJC=XU-S?-TwtN%RPAj diff --git a/src/lang/qbittorrent_fi.ts b/src/lang/qbittorrent_fi.ts index 76cd40b69..3b784db77 100644 --- a/src/lang/qbittorrent_fi.ts +++ b/src/lang/qbittorrent_fi.ts @@ -553,63 +553,69 @@ Tekijänoikeus © 2006 Christophe Dumez<br> FinishedTorrents - + Finished Valmis - + Name i.e: file name Nimi - + Size i.e: file size Koko - + Progress i.e: % downloaded Edistyminen - + DL Speed i.e: Download speed Latausnopeus - + UP Speed i.e: Upload speed Lähetysnopeus - + Seeds/Leechs i.e: full/partial sources - + Status Tila - + ETA i.e: Estimated Time of Arrival / Time left ETA - + Finished i.e: Torrent has finished downloading Valmis + + + None + i.e: No error message + Ei mikään + GUI @@ -640,7 +646,7 @@ Tekijänoikeus © 2006 Christophe Dumez<br> Haun aika tapahtui virhe... - + Are you sure? -- qBittorrent Oletko varma? — qBittorrent @@ -650,12 +656,12 @@ Tekijänoikeus © 2006 Christophe Dumez<br> Haluatko varmasti poistaa kaikki tiedostot latauslistasta? - + Are you sure you want to delete the selected item(s) in download list? Haluatko varmasti poistaa valitut tiedostot latauslistasta? - + Are you sure you want to delete the selected item(s) in download list and in hard drive? Haluatko varmasti poistaa valitut kohteet latauslistasta ja tallennusmedialta? @@ -700,7 +706,7 @@ Tekijänoikeus © 2006 Christophe Dumez<br> Tarkastetaan... - + Connecting... Yhdistetään... @@ -716,7 +722,7 @@ Tekijänoikeus © 2006 Christophe Dumez<br> Tiedoston lataaminen ei onnistunut: - + Couldn't listen on any of the given ports. Minkään annetun portin käyttäminen ei onnistunut. @@ -726,7 +732,7 @@ Tekijänoikeus © 2006 Christophe Dumez<br> Latausnopeus - + Download finished Lataus tuli valmiiksi @@ -737,7 +743,7 @@ Tekijänoikeus © 2006 Christophe Dumez<br> Ladataan torrenttia - + Downloading... Ladataan... @@ -757,7 +763,7 @@ Tekijänoikeus © 2006 Christophe Dumez<br> ETA - + Finished Valmis @@ -793,7 +799,7 @@ Tekijänoikeus © 2006 Christophe Dumez<br> Nimi - + &No &Ei @@ -808,7 +814,7 @@ Tekijänoikeus © 2006 Christophe Dumez<br> Hakupalvelua ei ole valittu - + Open Torrent Files Avaa torrent-tiedostoja @@ -819,7 +825,7 @@ Tekijänoikeus © 2006 Christophe Dumez<br> pysäytettiin. - + Paused Pysäytetty @@ -834,7 +840,7 @@ Tekijänoikeus © 2006 Christophe Dumez<br> Odota... - + Preview process already running Esikatselu on jo käynnissä @@ -949,24 +955,24 @@ Muutoshistoria: käynnistettiin. - + Status Tila - + There is already another preview process running. Please close the other one first. Esikatselu on jo käynnissä. Uutta esikatselua ei voi aloittaa. - + This file is either corrupted or this isn't a torrent. Tiedosto ei ole kelvollinen torrent-tiedosto. - + Torrent Files Torrent-tiedostot @@ -991,7 +997,7 @@ Uutta esikatselua ei voi aloittaa. Lähetysnopeus: - + &Yes &Kyllä @@ -1017,58 +1023,58 @@ Uutta esikatselua ei voi aloittaa. - + Connection status: - + Offline - + No peers found... - + Name i.e: file name Nimi - + Size i.e: file size Koko - + Progress i.e: % downloaded Edistyminen - + DL Speed i.e: Download speed Latausnopeus - + UP Speed i.e: Upload speed Lähetysnopeus - + Seeds/Leechs i.e: full/partial sources - + ETA i.e: Estimated Time of Arrival / Time left ETA @@ -1086,24 +1092,24 @@ Uutta esikatselua ei voi aloittaa. Lataajia - + qBittorrent %1 started. e.g: qBittorrent v0.x started. - + qBittorrent - + DL speed: %1 KiB/s e.g: Download speed: 10 KiB/s - + UP speed: %1 KiB/s e.g: Upload speed: 10 KiB/s @@ -1115,122 +1121,122 @@ Uutta esikatselua ei voi aloittaa. Valmis - + Checking... i.e: Checking already downloaded parts... Tarkastetaan... - + Stalled i.e: State of a torrent whose download speed is 0kb/s Seisahtunut - + Are you sure you want to quit? - + '%1' was removed. 'xxx.avi' was removed. - + '%1' added to download list. '/home/y/xxx.torrent' was added to download list. - + '%1' resumed. (fast resume) '/home/y/xxx.torrent' was resumed. (fast resume) - + '%1' is already in download list. e.g: 'xxx.avi' is already in download list. - + Unable to decode torrent file: '%1' e.g: Unable to decode torrent file: '/home/y/xxx.torrent' - + None i.e: No error message Ei mikään - + All downloads were paused. - + '%1' paused. xxx.avi paused. - + Connecting... i.e: Connecting to the tracker... Yhdistetään... - + All downloads were resumed. - + '%1' resumed. e.g: xxx.avi resumed. - + %1 has finished downloading. e.g: xxx.avi has finished downloading. - + I/O Error i.e: Input/Output Error I/O-virhe - + An error occured when trying to read or write %1. The disk is probably full, download has been paused e.g: An error occured when trying to read or write xxx.avi. The disk is probably full, download has been paused - + Connection Status: - + Online - + Firewalled? i.e: Behind a firewall/router? - + No incoming connections... @@ -1241,84 +1247,94 @@ Uutta esikatselua ei voi aloittaa. Tulokset - + Downloading '%1', please wait... e.g: Downloading 'xxx.torrent', please wait... - + An error occured (full disk?), '%1' paused. e.g: An error occured (full disk?), 'xxx.avi' paused. - + Search Etsi - + RSS - + UPnP: no WAN service detected... - + UPnP: WAN service detected! - + qBittorrent is bind to port: %1 e.g: qBittorrent is bind to port: 1666 - + DHT support [ON], port: %1 - + DHT support [OFF] - + UPnP support [ON], port: %1 - + UPnP support [OFF] - + PeX support [ON] - + PeX support [OFF] - + The download list is not empty. Are you sure you want to quit qBittorrent? - + Downloads + + + Are you sure you want to delete the selected item(s) in finished list and in hard drive? + + + + + Are you sure you want to delete the selected item(s) in finished list? + + MainWindow @@ -1531,12 +1547,12 @@ Are you sure you want to quit qBittorrent? PropListDelegate - + False Ei - + True Kyllä @@ -1554,10 +1570,58 @@ Are you sure you want to quit qBittorrent? - + News: + + + Delete + Poista + + + + Rename + + + + + Refresh + + + + + Create + Luo + + + + RefreshAll + + + + + RSSImp + + + Please type a rss stream alias + + + + + Stream Alias: + + + + + Please type a rss stream url + + + + + Stream URL: + + SearchEngine @@ -1875,70 +1939,105 @@ Muutoshistoria: createTorrentDialog - + ... ... - + Cancel Peruuta <center>Announce url:<br>(One per line)</center> - <center>Julkaisuosoite:<br>Yksi riville</center> + <center>Julkaisuosoite:<br>Yksi riville</center> <center>Comment:</center> - <center>Kommentti:</center> + <center>Kommentti:</center> <center>Destination torrent file:</center> - <center>Kohdetiedosto:</center> + <center>Kohdetiedosto:</center> <center>Input file or directory:</center> - <center>Lähdetiedosto tai -kansio:</center> + <center>Lähdetiedosto tai -kansio:</center> - + Create Luo Create Torrent file - Luo torrent-tiedosto + Luo torrent-tiedosto Directory - Hakemisto + Hakemisto - + Torrent Creation Tool Torrentinluontityökalu + + + Torrent file creation + + + + + Input files or directories: + + + + + Announce urls (trackers): + + + + + URL seeds (optional): + + + + + Comment (optional): + + + + + Private (won't be distributed on trackerless network / DHT if enabled) + + + + + Destination torrent file: + + createtorrent Input path does not exist - Lähdekansio ei ole olemassa + Lähdekansio ei ole olemassa - + No destination path set Kohdekansiota ei ole valittu - + No input path set Lähdekansiota ei ole asetettu @@ -1948,50 +2047,80 @@ Muutoshistoria: Anna kelvollinen lähdekansio - + Please type a destination path first Anna ensin kohdekansio - + Please type an input path first Anna ensin lähdekansio Please type a valid input path first - Anna kelvollinen lähdekansio + Anna kelvollinen lähdekansio - + Select destination torrent file Valitse kohde-torrent-tiedosto Select input directory or file - Valitse lähdekansio tai -tiedosto + Valitse lähdekansio tai -tiedosto - + Torrent creation Torrentin luominen - + Torrent Files Torrent-tiedostot - + Torrent was created successfully: Torrent luotiin: - + Torrent creation was successfully, reason: %1 + + + Select a folder to add to the torrent + + + + + Select files to add to the torrent + + + + + Please type an announce URL + + + + + Announce URL: + + + + + Please type an URL Seed + + + + + URL Seed: + + downloadFromURL @@ -2131,12 +2260,12 @@ Muutoshistoria: Valitse hakukansio - + Choose your favourite preview program Valitse mieluinen esikatseluohjelma - + Comment: Kommentti: @@ -2146,7 +2275,7 @@ Muutoshistoria: Avaaminen epäonnistui: - + End IP: Loppu: @@ -2161,7 +2290,7 @@ Muutoshistoria: lukutilassa. - + Invalid IP Virheellinen IP @@ -2171,7 +2300,7 @@ Muutoshistoria: I/O-virhe - + IP Range Comment IP-alueen kommentti @@ -2181,17 +2310,17 @@ Muutoshistoria: Asetukset tallennettiin! - + Range End IP Alueen loppu - + Range Start IP Alueen alku - + Start IP: Alku: @@ -2201,7 +2330,7 @@ Muutoshistoria: Tämä IP on virheellinen. - + This IP is invalid. Tämä IP on virheellinen. @@ -2212,33 +2341,33 @@ Muutoshistoria: - + Options were saved successfully. - + Choose scan directory - + Choose an ipfilter.dat file - + Choose a save directory - + I/O Error Input/Output Error I/O-virhe - + Couldn't open %1 in read mode. @@ -2354,7 +2483,7 @@ Muutoshistoria: ei yhtään - + OK OK @@ -2389,7 +2518,7 @@ Muutoshistoria: Jaetaan - + Select Lataa @@ -2449,12 +2578,12 @@ Muutoshistoria: Tuntematon - + Unselect Älä lataa - + You can select here precisely which files you want to download in current torrent. Voit valita tiedostot, jotka ladataan tästä torrentista. @@ -2570,10 +2699,40 @@ Muutoshistoria: - + <u>Note:</u> It is important that you keep sharing your torrents after they are finished for the well being of the network. + + + Start + Käynnistä + + + + Pause + Pysäytä + + + + Delete + Poista + + + + Delete Permanently + Poista pysyvästi + + + + Torrent Properties + Torrentin tiedot + + + + Preview file + Esikatsele + torrentAdditionDialog diff --git a/src/lang/qbittorrent_fr.qm b/src/lang/qbittorrent_fr.qm index 978d63ff1f844f6de25a7c2d1349e232d7128b0d..25247b266dbafb8a5990baf5e259657998ac048e 100644 GIT binary patch delta 4170 zcmZ|Q3s_X;x(D!gE^Dr9&6o%%APx#~k&7g^*a~q|P(tLUf+)z0FbFd^41%Bz2`VYN z(`DFkTM4!i6*V1Ai%i){nHgqgsg+6Fd_>JMwR1AX{U2GmJLf!mczAy6HsAMt@B4nU zdbf$c*dcbFa9BV5)K6Pp{nX3jXhG|dZ{vyB*Va2y$f}aRJ z9F!SD%&r0=CWDxF55kp#2T8rV1Lyq|&?P03e$rU>&7z*5mwb!J9Pw zd=ZgqgkXx`Ldwj?#H!aRt6??lqpaRiA~i=j%@|J|U=t2z(hOrQE;P`LmfzrB%I(+) z&kV{+Xh9VwV8f`U-UMybdJBQGUz5Fk1rax#-u(*S=d5&X-yL|IZtcYL+^_WDXf%=L zC6O+!kx1(*(w%w$7mEI3#(k}At0?ZPV4@)rqE!D^h@P1%n%TYsc8NA#yht?EU-ar| zPiPTs|7$hu5FOH{5jnYudg`3uE27?Waqya`e|r|uFh8-2UoNZ_JSqEHhsdQyTv3l6aCuv7?VSR@7FVgmiCjrs{lr9Z^==SSLZ49kyCnp`*$gN%yVP1v{ZIV1i61*vyefLuTpT;VQBf7~i~Nz%XS7a~tq^3y0^m?s_9 zhKzc4NJD&TZ8&%+jf}fXG%8X${S;O{YKJt(%MR~J>-Ou2bhD++d*{Ix>1!$P!ydtV zgL(xC>IJt7UXZqRtR@<*fIHzFX~*He!^47Cq@95_To^MP2M(tR+N2+-G&r|QPw20} z3)0W5-xGN=(hH5qfOo9)W{3*TW3(?J1Kur+a}t`&`x4{vKkpIwe9!nMqomJ{V*ERM z;rmQ@%K(wDoH2|;hJBNnl8+C-MNEn9k>kc&OmlKLJjeX4={0y~P(Lrh>4IyREgC(M z-%)1ESftvYfp5ViW=k-x`!_K=*Bpmu2Mtg#osyS{0-j^`A45|IR0y7D4i3ix#zr!> zPsceE1*S9Svm~%V=9Y$S5qNsgAYZ}dvdC+15CvV5O^h-T1<#fxbYFs-1TV@GdQrj< zH`$b6)I7u@%S}K}gzS(NbRiQVw`3*C=|rKMf$=a`POBCfQFNnqfQKfRr8q_rEh`iEq{duXNQQmxJ6V6Y{*M3q=6wS!_nIFTka{hiA zERt`O;D>BNyS#P74Wfx7LRT$NwLH_iYU=p(a>@m`#*7$qGi}-q9j*Ei)S;;RqPJG2e&8=?|%T# zD~>dugbx)*pTTyWZV ztC6~??<(iKd=5SyG&NqZT3OYPZIyaJS+imf(TgF<`c36|UEEG(5~vRy&p|9Gexy02C1I8T<{;NcNSeGnx#@5dgl!otNMB*o}1OBy1FhI4ybN^ z*+Z1OL`~Zo;cm5L_XqHvTDjOjly_9^;eqex-5+#zuwaEccM;wlvpdwqL$JVnmD;v+ z0&1CWRonbAQT{P?Q${9hzd@rUmc=?KdalnParCstnU0A0T*sm zzuRwz->HwaIuXqaRDU=VzxDIxt54^b5EZ$o&z0<|H~Kv53y~52jEX^`#YgT<(2HND)dPCPPQ}V2E5F6f4-B*S4OTuBg8Z{5z7wcxobH?BeX7Bq8fMk=xYt4?y;4`aYZ6S#Bz_u*#lt5M5{s-3tC zL-8`I)^iV5B4stK=9wm}q-L8Y)b<;^s)_I$AX?m_$@IXstc@1T(`0vh;=ENes}C8i zo21D#hrxxK#YuSo*X`Fd_gaXSq-ZuZKGYVyv6HCrveq{9 zG0}>t+U>`%(iJdRg+&VtmNG+SrOsrqR+}vgbRoLL-v+ ziX^yofKvIrX@Pdva1SxRG-B%0Ann1COSSyXTFzCSX|)&%%b#S|F`5jcrIc6LcT6f_ z_-|b}`_EVY13dp%#5xO_3ti{PU}2fDu=39-Y^uE_awNyaIqONe2glYG z;b})>Ihu;EUUI^IacQB5k6tv?{;_SX)b}wyPxs7-r`=y=DMLF5JzXiZLYT*73}dJvxW8iDI}4^ Wv26Zcdc0g1lAk#JS$@p=UH<~0Tiw_I delta 3932 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 mtq^kSm(Ai^-fTPeR)HNCx?-S+tF7)7a5L9xc> diff --git a/src/lang/qbittorrent_fr.ts b/src/lang/qbittorrent_fr.ts index d944029f9..b71aed07f 100644 --- a/src/lang/qbittorrent_fr.ts +++ b/src/lang/qbittorrent_fr.ts @@ -759,63 +759,69 @@ Copyright © 2006 par Christophe Dumez<br> FinishedTorrents - + Finished Terminé - + Name i.e: file name Nom - + Size i.e: file size Taille - + Progress i.e: % downloaded Progression - + DL Speed i.e: Download speed Vitesse DL - + UP Speed i.e: Upload speed Vitesse UP - + Seeds/Leechs i.e: full/partial sources Seeds/Leechs - + Status Statut - + ETA i.e: Estimated Time of Arrival / Time left Restant - + Finished i.e: Torrent has finished downloading Terminé + + + None + i.e: No error message + Aucun + GUI @@ -825,7 +831,7 @@ Copyright © 2006 par Christophe Dumez<br> Impossible de trouver le dossier : ' - + Open Torrent Files Ouvrir fichiers torrent @@ -855,12 +861,12 @@ Copyright © 2006 par Christophe Dumez<br> Impossible de décoder le fichier torrent : ' - + This file is either corrupted or this isn't a torrent. Ce fichier est corrompu ou il ne s'agit pas d'un torrent. - + Are you sure? -- qBittorrent Etes vous sûr ? -- qBittorrent @@ -870,17 +876,17 @@ Copyright © 2006 par Christophe Dumez<br> Etes-vous sûr de vouloir enlever tous les fichiers de la liste de téléchargement ? - + &Yes &Oui - + &No &Non - + Are you sure you want to delete the selected item(s) in download list? Etes-vous sûr de vouloir enlever tous les fichiers sélectionnés de la liste de téléchargement ? @@ -905,7 +911,7 @@ Copyright © 2006 par Christophe Dumez<br> ko/s - + Finished Terminé @@ -915,12 +921,12 @@ Copyright © 2006 par Christophe Dumez<br> Vérification... - + Connecting... Connexion... - + Downloading... Téléchargement... @@ -960,7 +966,7 @@ Copyright © 2006 par Christophe Dumez<br> Impossible de créer le dossier : - + Torrent Files Fichiers Torrent @@ -1077,7 +1083,7 @@ Copyright © 2006 par Christophe Dumez<br> a fini de télécharger. - + Couldn't listen on any of the given ports. Impossible d'écouter sur les ports donnés. @@ -1303,7 +1309,7 @@ Changemets: Vitesse UP - + Status Statut @@ -1334,17 +1340,17 @@ Changemets: En attente - + Paused En pause - + Preview process already running Processus de prévisualisation inachevé - + There is already another preview process running. Please close the other one first. Il y a déjà un processus de prévisualisation en cours d'exécution. @@ -1379,7 +1385,7 @@ Veuillez d'abord le quitter. Transferts - + Download finished Téléchargement terminé @@ -1400,7 +1406,7 @@ Veuillez d'abord le quitter. Etes-vous certain de vouloir quitter qBittorrent ? - + Are you sure you want to delete the selected item(s) in download list and in hard drive? Etes-vous certain de vouloir supprimer les fichiers sélectionnés depuis la liste de téléchargement ainsi que le disque dur ? @@ -1411,58 +1417,58 @@ Veuillez d'abord le quitter. qBittorrent %1 - + Connection status: Statut de la connexion : - + Offline Déconnecté - + No peers found... Aucune source trouvée... - + Name i.e: file name Nom - + Size i.e: file size Taille - + Progress i.e: % downloaded Progression - + DL Speed i.e: Download speed Vitesse DL - + UP Speed i.e: Upload speed Vitesse UP - + Seeds/Leechs i.e: full/partial sources Seeds/Leechs - + ETA i.e: Estimated Time of Arrival / Time left Restant @@ -1480,24 +1486,24 @@ Veuillez d'abord le quitter. Sources partielles - + qBittorrent %1 started. e.g: qBittorrent v0.x started. qBittorrent %1 démarré. - + qBittorrent qBittorrent - + DL speed: %1 KiB/s e.g: Download speed: 10 KiB/s Vitesse DL : %1 Ko/s - + UP speed: %1 KiB/s e.g: Upload speed: 10 KiB/s Vitesse UP : %1 Ko/s @@ -1509,54 +1515,54 @@ Veuillez d'abord le quitter. Terminé - + Checking... i.e: Checking already downloaded parts... Vérification... - + Stalled i.e: State of a torrent whose download speed is 0kb/s En attente - + Are you sure you want to quit? Etes vous certain de vouloir quitter ? - + '%1' was removed. 'xxx.avi' was removed. '%1' a été supprimé. - + '%1' added to download list. '/home/y/xxx.torrent' was added to download list. '%1' a été ajouté à 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' 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. - + Unable to decode torrent file: '%1' e.g: Unable to decode torrent file: '/home/y/xxx.torrent' Impossible de décoder le torrent : '%1' - + None i.e: No error message Aucun @@ -1568,47 +1574,47 @@ Veuillez d'abord le quitter. En écoute sur le port: %1 - + All downloads were paused. Tous les téléchargements ont été mis en pause. - + '%1' paused. xxx.avi paused. '%1' a été mis en pause. - + Connecting... i.e: Connecting to the tracker... Connexion... - + All downloads were resumed. Tous les téléchargements ont été relancés. - + '%1' resumed. e.g: xxx.avi resumed. '%1' a été relancé. - + %1 has finished downloading. e.g: xxx.avi has finished downloading. Le téléchargement de %1 est terminé. - + I/O Error i.e: Input/Output Error Erreur E/S - + An error occured when trying to read or write %1. The disk is probably full, download has been paused e.g: An error occured when trying to read or write xxx.avi. The disk is probably full, download has been paused Une erreur s'est produite lors de la lecture ou l'écriture de %1. Le disque dur est probablement plein, le téléchargement a été mis en pause @@ -1620,23 +1626,23 @@ Veuillez d'abord le quitter. Une erreur s'est produite (disque plein ?), '%1' a été mis en pause. - + Connection Status: Etat de la connexion : - + Online Connecté - + Firewalled? i.e: Behind a firewall/router? Derrière un pare-feu ou un routeur ? - + No incoming connections... Aucune connexion entrante... @@ -1662,84 +1668,94 @@ Veuillez d'abord le quitter. Résultats - + Downloading '%1', please wait... e.g: Downloading 'xxx.torrent', please wait... Téléchargement de '%1', veuillez patienter... - + An error occured (full disk?), '%1' paused. e.g: An error occured (full disk?), 'xxx.avi' paused. Une erreur s'est produite (disque plein ?), '%1' a été mis en pause. - + Search Recherche - + RSS - + UPnP: no WAN service detected... - + UPnP: WAN service detected! - + qBittorrent is bind to port: %1 e.g: qBittorrent is bind to port: 1666 - + DHT support [ON], port: %1 - + DHT support [OFF] - + UPnP support [ON], port: %1 - + UPnP support [OFF] - + PeX support [ON] - + PeX support [OFF] - + The download list is not empty. Are you sure you want to quit qBittorrent? - + Downloads + + + Are you sure you want to delete the selected item(s) in finished list and in hard drive? + + + + + Are you sure you want to delete the selected item(s) in finished list? + + MainWindow @@ -2012,12 +2028,12 @@ Are you sure you want to quit qBittorrent? PropListDelegate - + False Non - + True Oui @@ -2043,10 +2059,58 @@ Are you sure you want to quit qBittorrent? - + News: + + + Delete + Supprimer + + + + Rename + + + + + Refresh + + + + + Create + Créer + + + + RefreshAll + + + + + RSSImp + + + Please type a rss stream alias + + + + + Stream Alias: + + + + + Please type a rss stream url + + + + + Stream URL: + + SearchEngine @@ -2381,12 +2445,12 @@ Changements: Create Torrent file - Créer un ficher torrent + Créer un ficher torrent - + Destination torrent file: - Fichier torrent créé : + Fichier torrent créé : @@ -2399,17 +2463,17 @@ Changements: Commentaire : - + ... ... - + Create Créer - + Cancel Annuler @@ -2421,75 +2485,105 @@ Changements: Directory - Dossier + Dossier - + Torrent Creation Tool Utilitaire de création de torrent <center>Destination torrent file:</center> - <center>Fichier torrent de destination :</center> + <center>Fichier torrent de destination :</center> <center>Input file or directory:</center> - <center>Fichier ou dossier à intégrer :</center> + <center>Fichier ou dossier à intégrer :</center> <center>Announce url:<br>(One per line)</center> - <center>urls des trackers :<br>(Une par ligne)</center> + <center>urls des trackers :<br>(Une par ligne)</center> <center>Comment:</center> - <center>Commentaire :</center> + <center>Commentaire :</center> + + + + Torrent file creation + + + + + Input files or directories: + + + + + Announce urls (trackers): + + + + + URL seeds (optional): + + + + + Comment (optional): + + + + + Private (won't be distributed on trackerless network / DHT if enabled) + createtorrent - + Select destination torrent file Sélectionner le torrent à créer - + Torrent Files Fichiers Torrent Select input directory or file - Sélectionner le dossier ou le fichier à inclure + Sélectionner le dossier ou le fichier à inclure - + No destination path set Aucun chemin de destination défini - + Please type a destination path first Veuillez entrer un chemin de destination d'abord - + No input path set Aucun fichier inclu - + Please type an input path first Veuillez sélectionner un fichier ou un dossier à inclure d'abord Input path does not exist - Le fichier ou le dossier à inclure est introuvable + Le fichier ou le dossier à inclure est introuvable @@ -2497,25 +2591,55 @@ Changements: Veuillez vérifier la chemin du fichier/dossier à inclure - + Torrent creation Création d'un torrent - + Torrent was created successfully: Le torrent a été créé avec succès : Please type a valid input path first - Veuillez entrer répertoire correct en entrée + Veuillez entrer répertoire correct en entrée - + Torrent creation was successfully, reason: %1 + + + Select a folder to add to the torrent + + + + + Select files to add to the torrent + + + + + Please type an announce URL + + + + + Announce URL: + + + + + Please type an URL Seed + + + + + URL Seed: + + downloadFromURL @@ -2701,12 +2825,12 @@ Changements: est mal formée. - + Range Start IP IP de début dans la rangée - + Start IP: IP de début : @@ -2721,22 +2845,22 @@ Changements: Cette IP est incorrecte. - + Range End IP IP de fin dans la rangée - + End IP: IP de fin : - + IP Range Comment Commentaire de la rangée - + Comment: Commentaire : @@ -2747,48 +2871,48 @@ Changements: à - + Choose your favourite preview program Sélectionner votre logiciel de prévisualisation préféré - + Invalid IP IP Incorrecte - + This IP is invalid. Cette adresse IP est incorrecte. - + Options were saved successfully. Préférences sauvegardées avec succès. - + Choose scan directory Choisir le dossier à surveiller - + Choose an ipfilter.dat file Choisir un fichier ipfilter.dat - + Choose a save directory Choisir un répertoire de sauvegarde - + I/O Error Input/Output Error Erreur E/S - + Couldn't open %1 in read mode. Impossible d'ouvrir %1 en lecture. @@ -2874,7 +2998,7 @@ Changements: Contenu du Torrent - + OK @@ -2969,17 +3093,17 @@ Changements: Sélectionné - + Unselect Désélectionner - + Select Selectionner - + You can select here precisely which files you want to download in current torrent. Vous pouvez sélectionner ici quels fichiers vous désirez télécharger dans le torrent actuel. @@ -3195,10 +3319,40 @@ Changements: - + <u>Note:</u> It is important that you keep sharing your torrents after they are finished for the well being of the network. + + + Start + Démarrer + + + + Pause + Pause + + + + Delete + Supprimer + + + + Delete Permanently + Supprimer depuis le disque + + + + Torrent Properties + Propriétés du Torrent + + + + Preview file + Prévisualiser fichier + torrentAdditionDialog diff --git a/src/lang/qbittorrent_it.qm b/src/lang/qbittorrent_it.qm index d470753aa379adfaf4322906fd414cce047cf3ea..0f3d99e83e47a7eb1d9bc2abc4eb53bb85494000 100644 GIT binary patch delta 4109 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 diff --git a/src/lang/qbittorrent_it.ts b/src/lang/qbittorrent_it.ts index 388a02be8..7ca29abe1 100644 --- a/src/lang/qbittorrent_it.ts +++ b/src/lang/qbittorrent_it.ts @@ -584,73 +584,79 @@ Copyright © 2006 by Christophe Dumez<br> FinishedTorrents - + Finished - + Name i.e: file name Nome - + Size i.e: file size Dimensione - + Progress i.e: % downloaded Progresso - + DL Speed i.e: Download speed - + UP Speed i.e: Upload speed - + Seeds/Leechs i.e: full/partial sources Seeds/Leechs - + Status Status - + ETA i.e: Estimated Time of Arrival / Time left ETA - + Finished i.e: Torrent has finished downloading + + + None + i.e: No error message + + GUI - + Open Torrent Files Apri file torrent - + This file is either corrupted or this isn't a torrent. Questo file è corrotto o non è un torrent @@ -660,22 +666,22 @@ Copyright © 2006 by Christophe Dumez<br> Sei sicuro di voler cancellare tutti i file nella lista di download? - + &Yes &Si - + &No &No - + Are you sure you want to delete the selected item(s) in download list? Sei sicuro di voler cancellare gli elementi selezionati dalla lista dei download? - + Finished Finito @@ -685,12 +691,12 @@ Copyright © 2006 by Christophe Dumez<br> Controllo in corso... - + Connecting... Connessione in corso... - + Downloading... Download in corso... @@ -725,7 +731,7 @@ Copyright © 2006 by Christophe Dumez<br> Impossibile creare la directory: - + Torrent Files Files torrent @@ -779,7 +785,7 @@ Copyright © 2006 by Christophe Dumez<br> qBittorrent - + Are you sure? -- qBittorrent Sei sicuro? -- qBittorrent @@ -809,7 +815,7 @@ Copyright © 2006 by Christophe Dumez<br> ha finito il dowload. - + Couldn't listen on any of the given ports. Impossibile mettersi in ascolto sulle porte scelte. @@ -934,7 +940,7 @@ Changelog: Velocità upload - + Status Status @@ -965,17 +971,17 @@ Changelog: In stallo - + Paused In pausa - + Preview process already running Processo di anteprima già in esecuzione - + There is already another preview process running. Please close the other one first. C'è già un altro processo di anteprima avviato. Per favore chiuderlo. @@ -1016,7 +1022,7 @@ Example: Downloading www.example.com/test.torrent Downloading - + Download finished Download finito @@ -1037,7 +1043,7 @@ Example: Downloading www.example.com/test.torrent Sicuro di voler uscire da qBittorrent? - + Are you sure you want to delete the selected item(s) in download list and in hard drive? Sei sicuro di voler rimuovere i selezionati Downloads e i relativi files incompleti? @@ -1053,58 +1059,58 @@ Example: Downloading www.example.com/test.torrent qBittorrent %1 - + Connection status: Status di connessione: - + Offline Non connesso - + No peers found... Nessun peer... - + Name i.e: file name Nome - + Size i.e: file size Dimensione - + Progress i.e: % downloaded Progresso - + DL Speed i.e: Download speed Velocità DL - + UP Speed i.e: Upload speed Velocità UP - + Seeds/Leechs i.e: full/partial sources Seeds/Leechs - + ETA i.e: Estimated Time of Arrival / Time left ETA @@ -1122,24 +1128,24 @@ Example: Downloading www.example.com/test.torrent Leechers - + qBittorrent %1 started. e.g: qBittorrent v0.x started. qBittorrent %1 avviato. - + qBittorrent qBittorrent - + DL speed: %1 KiB/s e.g: Download speed: 10 KiB/s Velocità DL: %1 KiB/s - + UP speed: %1 KiB/s e.g: Upload speed: 10 KiB/s Velocità UP: %1 KiB/s @@ -1151,54 +1157,54 @@ Example: Downloading www.example.com/test.torrent Completato - + Checking... i.e: Checking already downloaded parts... Controllo in corso... - + Stalled i.e: State of a torrent whose download speed is 0kb/s In Stallo - + Are you sure you want to quit? Sei sicuro di voler uscire? - + '%1' was removed. 'xxx.avi' was removed. '%1' è stato rimosso - + '%1' added to download list. '/home/y/xxx.torrent' was added to download list. '%1' aggiunto alla lista downloads. - + '%1' resumed. (fast resume) '/home/y/xxx.torrent' was resumed. (fast resume) '%1' ripreso. (fast resume) - + '%1' is already in download list. e.g: 'xxx.avi' is already in download list. '%1' è già nella lista downloads - + Unable to decode torrent file: '%1' e.g: Unable to decode torrent file: '/home/y/xxx.torrent' Impossibile decifrare il file torrent: '%1' - + None i.e: No error message Nessun @@ -1210,69 +1216,69 @@ Example: Downloading www.example.com/test.torrent In ascolto sulla porta: %1 - + All downloads were paused. Tutti i downloads sono stati fermati. - + '%1' paused. xxx.avi paused. '%1' fermato. - + Connecting... i.e: Connecting to the tracker... Connessione in corso... - + All downloads were resumed. Tutti i downloads sono stati ripresi. - + '%1' resumed. e.g: xxx.avi resumed. '%1' ripreso. - + %1 has finished downloading. e.g: xxx.avi has finished downloading. %1 scaricato. - + I/O Error i.e: Input/Output Error Errore I/O - + An error occured when trying to read or write %1. The disk is probably full, download has been paused e.g: An error occured when trying to read or write xxx.avi. The disk is probably full, download has been paused C'è stato un errore di scrittura o di lettura con %1. Probabilmente il disco rigido è pieno, il download è stato fermato - + Connection Status: Status connessione: - + Online Online - + Firewalled? i.e: Behind a firewall/router? Firewalled? - + No incoming connections... Nessuna connession in entrata... @@ -1298,84 +1304,94 @@ Example: Downloading www.example.com/test.torrent Risultati - + Downloading '%1', please wait... e.g: Downloading 'xxx.torrent', please wait... Download di '%1' in corso... - + An error occured (full disk?), '%1' paused. e.g: An error occured (full disk?), 'xxx.avi' paused. C'è stato un errore (disco pieno?), '%1' fermato. - + Search Ricerca - + RSS - + UPnP: no WAN service detected... - + UPnP: WAN service detected! - + qBittorrent is bind to port: %1 e.g: qBittorrent is bind to port: 1666 - + DHT support [ON], port: %1 - + DHT support [OFF] - + UPnP support [ON], port: %1 - + UPnP support [OFF] - + PeX support [ON] - + PeX support [OFF] - + The download list is not empty. Are you sure you want to quit qBittorrent? - + Downloads + + + Are you sure you want to delete the selected item(s) in finished list and in hard drive? + + + + + Are you sure you want to delete the selected item(s) in finished list? + + MainWindow @@ -1588,12 +1604,12 @@ Are you sure you want to quit qBittorrent? PropListDelegate - + False Falso - + True Vero @@ -1611,10 +1627,58 @@ Are you sure you want to quit qBittorrent? - + News: + + + Delete + Cancella + + + + Rename + + + + + Refresh + + + + + Create + Crea + + + + RefreshAll + + + + + RSSImp + + + Please type a rss stream alias + + + + + Stream Alias: + + + + + Please type a rss stream url + + + + + Stream URL: + + SearchEngine @@ -1926,97 +1990,132 @@ Changelog: createTorrentDialog - + Torrent Creation Tool Tool di creazione Torrent Create Torrent file - Crea file Torrent + Crea file Torrent - + ... ... Directory - Directory + Directory - + Create Crea - + Cancel Annulla <center>Destination torrent file:</center> - <center>Destinazione del file torrent:</center> + <center>Destinazione del file torrent:</center> <center>Input file or directory:</center> - <center>File o directory da aggiungere:</center> + <center>File o directory da aggiungere:</center> <center>Announce url:<br>(One per line)</center> - <center>URL di annuncio:<br>(uno per riga)</center> + <center>URL di annuncio:<br>(uno per riga)</center> <center>Comment:</center> - <center>Commenti</center> + <center>Commenti</center> + + + + Torrent file creation + + + + + Input files or directories: + + + + + Announce urls (trackers): + + + + + URL seeds (optional): + + + + + Comment (optional): + + + + + Private (won't be distributed on trackerless network / DHT if enabled) + + + + + Destination torrent file: + createtorrent - + Select destination torrent file Scegliere la destinazione del file torrent - + Torrent Files Files torrent Select input directory or file - File o directory da aggiungere + File o directory da aggiungere - + No destination path set Nessun percorso di salvataggio definito - + Please type a destination path first Per favore inserire un percorso di destinazione - + No input path set Nessun percorso da aggiungere specificata - + Please type an input path first Per favore inserire un percorso da aggiungere Input path does not exist - Il percorso da aggiungere non esiste + Il percorso da aggiungere non esiste @@ -2024,23 +2123,48 @@ Changelog: Per favore inserire un percorso da aggiungere corretto - + Torrent creation Creazione di un torrent - + Torrent was created successfully: Il torrent è stato creato correttamente: - - Please type a valid input path first + + Torrent creation was successfully, reason: %1 - - Torrent creation was successfully, reason: %1 + + Select a folder to add to the torrent + + + + + Select files to add to the torrent + + + + + Please type an announce URL + + + + + Announce URL: + + + + + Please type an URL Seed + + + + + URL Seed: @@ -2217,12 +2341,12 @@ Changelog: è malformata. - + Range Start IP Inizio range IP - + Start IP: IP iniziale: @@ -2237,22 +2361,22 @@ Changelog: Questo IP non è corretto - + Range End IP Fine range IP: - + End IP: IP finale: - + IP Range Comment Commento range IP - + Comment: Commento: @@ -2263,48 +2387,48 @@ Changelog: a - + Choose your favourite preview program Scegliere il programma di anteprima preferito - + Invalid IP IP invalido - + This IP is invalid. Questo IP è invalido. - + Options were saved successfully. Le Opzioni sono state salvate. - + Choose scan directory Scegli una directiory - + Choose an ipfilter.dat file Scegli un file ipfilter.dat - + Choose a save directory Scegli una directory di salvataggio - + I/O Error Input/Output Error Errore I/O - + Couldn't open %1 in read mode. Impossibile aprire %1 in lettura. @@ -2360,7 +2484,7 @@ Changelog: Stato download: - + OK OK @@ -2435,17 +2559,17 @@ Changelog: Selezionato - + Unselect De-Seleziona - + Select Seleziona - + You can select here precisely which files you want to download in current torrent. Qui puoi scegliere quali file scaricare. @@ -2651,10 +2775,40 @@ Changelog: - + <u>Note:</u> It is important that you keep sharing your torrents after they are finished for the well being of the network. + + + Start + Avvia + + + + Pause + Ferma + + + + Delete + Cancella + + + + Delete Permanently + Cancella Permanentemente + + + + Torrent Properties + + + + + Preview file + Anteprima file + torrentAdditionDialog diff --git a/src/lang/qbittorrent_ja.ts b/src/lang/qbittorrent_ja.ts new file mode 100644 index 000000000..c6d4e09a6 --- /dev/null +++ b/src/lang/qbittorrent_ja.ts @@ -0,0 +1,2203 @@ + + + + AboutDlg + + + About qBittorrent + qBittorrent のバージョン情報 + + + + About + バージョン情報 + + + + Author + 作者 + + + + Name: + 名前: + + + + Country: + 国: + + + + E-mail: + 電子メール: + + + + Home page: + ホーム ページ: + + + + Christophe Dumez + Christophe Dumez + + + + France + フランス + + + + Thanks To + 謝辞 + + + + Translation + 翻訳 + + + + License + ライセンス + + + + <h3><b>qBittorrent</b></h3> + <h3><b>qBittorrent</b></h3> + + + + A bittorrent client using Qt4 and libtorrent, programmed in C++.<br> +<br> +Copyright © 2006 by Christophe Dumez<br> +<br> <u>Home Page:</u> <i>http://www.qbittorrent.org</i><br> + bittorrent クライアントは Qt4 および libtorrent を使用し、C++ でプログラムされています。<br> +<br> +Copyright © 2006 by Christophe Dumez<br> +<br> <u>ホーム ページ:</u> <i>http://www.qbittorrent.org</i><br> + + + + chris@qbittorrent.org + chris@qbittorrent.org + + + + http://www.dchris.eu + http://www.dchris.eu + + + + Birthday: + 誕生日: + + + + Occupation: + 職業: + + + + 03/05/1985 + 03/05/1985 + + + + Student in computer science + コンピュータ科学の学生 + + + + DLListDelegate + + + KiB/s + KiB/s + + + + Dialog + + + Options -- qBittorrent + オプション -- qBittorrent + + + + Options + オプション + + + + Main + メイン + + + + Save Path: + 保存パス: + + + + Download Limit: + ダウンロード制限: + + + + Upload Limit: + アップロード制限: + + + + Max Connects: + 最大接続数: + + + + Port range: + ポートの範囲: + + + + ... + ... + + + + Disable + 無効にする + + + + connections + 個の接続 + + + + Proxy + プロキシ + + + + Proxy Settings + プロキシの設定 + + + + Server IP: + サーバー IP: + + + + 0.0.0.0 + 0.0.0.0 + + + + Port: + ポート: + + + + Proxy server requires authentication + プロキシ サーバーは認証を必要とします + + + + Authentication + 認証 + + + + User Name: + ユーザー名: + + + + Password: + パスワード: + + + + Enable connection through a proxy server + プロキシ サーバーを通じての接続を有効にする + + + + OK + OK + + + + Cancel + キャンセル + + + + Scanned Dir: + スキャン済みディレクトリ: + + + + Enable directory scan (auto add torrent files inside) + ディレクトリ スキャンを有効にする (torrent ファイル内部の自動追加) + + + + Share ratio: + 共有率: + + + + Activate IP Filtering + IP フィルタをアクティブにする + + + + Filter Settings + フィルタの設定 + + + + Start IP + 開始 IP + + + + End IP + 最終 IP + + + + Origin + オリジン + + + + Comment + コメント + + + + Apply + 適用 + + + + IP Filter + IP フィルタ + + + + Add Range + (sp)範囲の追加 + + + + Remove Range + (sp)範囲の削除 + + + + ipfilter.dat Path: + ipfilter.dat のパス: + + + + Go to systray when minimizing window + ウィンドウの最小化時にシステムトレイへ移動する + + + + Misc + その他 + + + + Localization + 地方化 + + + + Language: + 言語: + + + + Behaviour + 動作 + + + + KiB/s + KiB/s + + + + 1 KiB DL = + 1 KiB DL =(sp) + + + + KiB UP max. + KiB UP 最大。 + + + + Preview program + プログラムのプレビュー + + + + Audio/Video player: + オーディオ/ビデオ プレーヤー: + + + + Always display systray messages + 常にシステムトレイ メッセージを表示する + + + + Display systray messages only when window is hidden + ウィンドウが隠れたときのみシステムトレイ メッセージを表示する + + + + Never display systray messages + システムトレイ メッセージを表示しない + + + + DHT configuration + DHT 構成 + + + + DHT port: + DHT ポート: + + + + Language + 言語 + + + + <b>Note:</b> Changes will be applied after qBittorrent is restarted. + <b>注意:</b> 変更は qBittorrent が再起動された後に適用されます。 + + + + <b>Translators note:</b> If qBittorrent is not available in your language, <br/>and if you would like to translate it in your mother tongue, <br/>please contact me (chris@qbittorrent.org). + <b>翻訳の注意:</b> qBittorrent がお使いの言語で利用できない場合、<br/>そして母国語に翻訳したい場合は、<br/>ご連絡ください (chris@qbittorrent.org)。 + + + + Display a torrent addition dialog everytime I add a torrent + Torrent を追加するごとに torrent の追加ダイアログを表示する + + + + Default save path + 既定の保存パス + + + + Disable DHT (Trackerless) + DHT (トラッカレス) を無効にする + + + + Disable Peer eXchange (PeX) + eer eXchange (PeX) を無効にする + + + + Go to systray when closing main window + メイン ウィンドウが閉じられるときにシステムトレイへ移動する + + + + Connection + 接続 + + + + Peer eXchange (PeX) + Peer eXchange (PeX) + + + + DHT (trackerless) + DHT (トラッカレス) + + + + UPnP port forwarding + UPnP ポート転送 + + + + Disable UPnP port forwarding + UPnP ポート転送を無効にする + + + + UPnP configuration + UPnP 構成 + + + + UPnP port: + UPnP ポート: + + + + Torrent addition + Torrent の追加 + + + + Main window + メイン ウィンドウ + + + + Systray messages + システムトレイ メッセージ + + + + Directory scan + ディレクトリ スキャン + + + + Style (Look 'n Feel) + スタイル (外観) + + + + Plastique style (KDE like) + プラスチック スタイル (KDE 風) + + + + Cleanlooks style (GNOME like) + クリアルック スタイル (GNOME 風) + + + + Motif style (default Qt style on Unix systems) + Motif スタイル (既定の Unix システムでの Qt スタイル) + + + + CDE style (Common Desktop Environment like) + CDE スタイル (Common Desktop Environment 風) + + + + MacOS style (MacOSX only) + MacOS スタイル (MacOSX のみ) + + + + Exit confirmation when the download list is not empty + ダウンロードの一覧が空ではないときに終了を確認する + + + + Disable systray integration + システムトレイ統合を無効にする + + + + WindowsXP style (Windows XP only) + WindowsXP スタイル (Windows XP のみ) + + + + FinishedTorrents + + + Finished + 完了しました + + + + Name + i.e: file name + 名前 + + + + Size + i.e: file size + サイズ + + + + Progress + i.e: % downloaded + 進行状況 + + + + DL Speed + i.e: Download speed + DL 速度 + + + + UP Speed + i.e: Upload speed + UP 速度 + + + + Seeds/Leechs + i.e: full/partial sources + 速度/リーチ + + + + Status + 状態 + + + + ETA + i.e: Estimated Time of Arrival / Time left + ETA + + + + Finished + i.e: Torrent has finished downloading + 完了済み + + + + None + i.e: No error message + なし + + + + GUI + + + Open Torrent Files + Torrent ファイルを開く + + + + This file is either corrupted or this isn't a torrent. + このファイルは壊れているかこれは torrent ではないかのどちらかです。 + + + + &Yes + はい(&Y) + + + + &No + いいえ(&N) + + + + Are you sure you want to delete the selected item(s) in download list? + ダウンロードの一覧の選択されたアイテムを削除してもよろしいですか? + + + + Connecting... + 接続しています... + + + + Downloading... + ダウンロードしています.... + + + + Torrent Files + Torrent ファイル + + + + Are you sure? -- qBittorrent + よろしいですか? -- qBittorrent + + + + Couldn't listen on any of the given ports. + 所定のポートで記入できませんでした。 + + + + Status + 状態 + + + + Paused + 一時停止済み + + + + Preview process already running + プレビュー処理はすでに起動中です + + + + There is already another preview process running. +Please close the other one first. + すでに別のプレビュー処理が起動中です。 +まず他の 1 つを閉じてください。 + + + + Download finished + ダウンロードが完了しました + + + + Are you sure you want to delete the selected item(s) in download list and in hard drive? + ハード ドライブとダウンロードの一覧にある選択されたアイテムを削除してもよろしいですか? + + + + qBittorrent %1 + e.g: qBittorrent v0.x + qBittorrent %1 + + + + Connection status: + 接続状態: + + + + Offline + オフライン + + + + No peers found... + ピアが見つかりません... + + + + Name + i.e: file name + 名前 + + + + Size + i.e: file size + サイズ + + + + Progress + i.e: % downloaded + 進行状況 + + + + DL Speed + i.e: Download speed + DL 速度 + + + + UP Speed + i.e: Upload speed + UP 速度 + + + + Seeds/Leechs + i.e: full/partial sources + 速度/リーチ + + + + ETA + i.e: Estimated Time of Arrival / Time left + ETA + + + + qBittorrent %1 started. + e.g: qBittorrent v0.x started. + qBittorrent %1 が開始されました。 + + + + qBittorrent + qBittorrent + + + + DL speed: %1 KiB/s + e.g: Download speed: 10 KiB/s + DL 速度: %1 KiB/s + + + + UP speed: %1 KiB/s + e.g: Upload speed: 10 KiB/s + UP 速度: %1 KiB/s + + + + Checking... + i.e: Checking already downloaded parts... + チェックしています... + + + + Stalled + i.e: State of a torrent whose download speed is 0kb/s + 失速しました + + + + Are you sure you want to quit? + 終了してもよろしいですか? + + + + '%1' was removed. + 'xxx.avi' was removed. + '%1' は削除されました。 + + + + '%1' added to download list. + '/home/y/xxx.torrent' was added to download list. + '%1' がダウンロードの一覧に追加されました。 + + + + '%1' resumed. (fast resume) + '/home/y/xxx.torrent' was resumed. (fast resume) + '%1' が再開されました。 (高速再開) + + + + '%1' is already in download list. + e.g: 'xxx.avi' is already in download list. + '%1' はすでにダウンロードの一覧にあります。 + + + + Unable to decode torrent file: '%1' + e.g: Unable to decode torrent file: '/home/y/xxx.torrent' + Torrent ファイルをデコードすることができません: '%1' + + + + None + i.e: No error message + なし + + + + All downloads were paused. + すべてのダウンロードが一時停止されました。 + + + + '%1' paused. + xxx.avi paused. + '%1' が停止されました。 + + + + Connecting... + i.e: Connecting to the tracker... + 接続しています... + + + + All downloads were resumed. + すべてのダウンロードが再開されました。 + + + + '%1' resumed. + e.g: xxx.avi resumed. + '%1' が再開されました。 + + + + %1 has finished downloading. + e.g: xxx.avi has finished downloading. + %1 はダウンロードが完了しました。 + + + + I/O Error + i.e: Input/Output Error + I/O エラー + + + + An error occured when trying to read or write %1. The disk is probably full, download has been paused + e.g: An error occured when trying to read or write xxx.avi. The disk is probably full, download has been paused + %1 の読み込みまたは書き込みを試行にエラーが発生しました。ディスクはおそらくいっぱいです、ダウンロードは一時停止されました + + + + Connection Status: + 接続状態: + + + + Online + オンライン + + + + Firewalled? + i.e: Behind a firewall/router? + ファイアウォールされましたか? + + + + No incoming connections... + 次期接続がありません... + + + + Downloading '%1', please wait... + e.g: Downloading 'xxx.torrent', please wait... + '%1' をダウンロードしています、お待ちください... + + + + An error occured (full disk?), '%1' paused. + e.g: An error occured (full disk?), 'xxx.avi' paused. + エラーが発生しました (ディスクいっぱい?)、'%1' が停止されました。 + + + + Search + 検索 + + + + RSS + RSS + + + + UPnP: no WAN service detected... + UPnP: WAN サービスが検出されません... + + + + UPnP: WAN service detected! + UPnP: WAN が検出されました! + + + + qBittorrent is bind to port: %1 + e.g: qBittorrent is bind to port: 1666 + qBittorrent は次のポートに拘束されています: %1 + + + + DHT support [ON], port: %1 + DHT サポート [オン]、ポート: %1 + + + + DHT support [OFF] + DHT サポート [オフ] + + + + UPnP support [ON], port: %1 + UPnP サポート [オン]、ポート: %1 + + + + UPnP support [OFF] + UPnP サポート [オフ] + + + + PeX support [ON] + PeX サポート [オン] + + + + PeX support [OFF] + PeX サポート [オフ] + + + + The download list is not empty. +Are you sure you want to quit qBittorrent? + ダウンロードの一覧は空ではありません。 +qBittorrent を終了してもよろしいですか? + + + + Downloads + ダウンロード + + + + Finished + 完了しました + + + + Are you sure you want to delete the selected item(s) in finished list and in hard drive? + + + + + Are you sure you want to delete the selected item(s) in finished list? + + + + + MainWindow + + + Log: + ログ: + + + + Total DL Speed: + 全体の DL 速度: + + + + Total UP Speed: + 全体の UP 速度: + + + + &Options + オプション(&O) + + + + &Edit + 編集(&E) + + + + &File + ファイル(&F) + + + + &Help + ヘルプ(&H) + + + + Open + 開く + + + + Exit + 終了 + + + + Preferences + 環境設定 + + + + About + バージョン情報 + + + + Start + 開始 + + + + Pause + 一時停止 + + + + Delete + 削除 + + + + Pause All + すべて一時停止 + + + + Start All + すべて開始 + + + + Torrent Properties + Torrent のプロパティ + + + + Download from URL + URL からダウンロード + + + + KiB/s + KiB/s + + + + Create torrent + Torrent の作成 + + + + Session ratio: + セッション率: + + + + Preview file + ファイルのプレビュー + + + + Clear log + ログのクリア + + + + Delete Permanently + 永久に削除 + + + + Visit website + ウェブサイトの訪問 + + + + Report a bug + バグの報告 + + + + Downloads + ダウンロード + + + + PropListDelegate + + + False + False + + + + True + True + + + + RSS + + + Search + 検索 + + + + RSS streams: + RSS ストリーム: + + + + News: + ニュース: + + + + Delete + 削除 + + + + Rename + + + + + Refresh + + + + + Create + 作成 + + + + RefreshAll + + + + + RSSImp + + + Please type a rss stream alias + + + + + Stream Alias: + + + + + Please type a rss stream url + + + + + Stream URL: + + + + + SearchEngine + + + Name + i.e: file name + 名前 + + + + Size + i.e: file size + サイズ + + + + Seeders + i.e: Number of full sources + シーダ + + + + Leechers + i.e: Number of partial sources + リーチャ + + + + Search engine + 検索エンジン + + + + Empty search pattern + 検索パターンを空にする + + + + Please type a search pattern first + まず検索パターンを入力してください + + + + No search engine selected + 検索エンジンが選択されていません + + + + You must select at least one search engine. + 少なくとも 1 つの検索エンジンを選択する必要があります。 + + + + Results + 結果 + + + + Searching... + 検索しています... + + + + Search plugin update -- qBittorrent + 検索プラグイン更新 -- qBittorrent + + + + Search plugin can be updated, do you want to update it? + +Changelog: + + 検索プラグインは更新できます、更新しますか? + +変更ログ: + + + + + &Yes + はい(&Y) + + + + &No + いいえ(&N) + + + + Search plugin update + 検索プラグイン更新 + + + + qBittorrent + qBittorrent + + + + Sorry, update server is temporarily unavailable. + すみません、更新サーバーが一時的に利用不可能です。 + + + + Your search plugin is already up to date. + お使いの検索プラグインはすでに最新です。 + + + + Search Engine + 検索エンジン + + + + Search has finished + 検索は完了しました + + + + An error occured during search... + 検索中にエラーが発生しました... + + + + Search aborted + 検索が中止されました + + + + Search returned no results + 検索結果がありません + + + + Results + i.e: Search results + 結果 + + + + Ui + + + I would like to thank the following people who volunteered to translate qBittorrent: + qBittorrent の翻訳にボランティアしてくださった以下の方々に感謝したいと思います: + + + + Preview impossible + プレビューが不可能です + + + + Sorry, we can't preview this file + すみません、このファイルをプレビューできません + + + + Name + 名前 + + + + Size + サイズ + + + + Progress + 進行状況 + + + + No URL entered + URL が入力されていません + + + + Please type at least one URL. + 少なくとも 1 つの URL を入力してください。 + + + + qBittorrent + qBittorrent + + + + Please contact me if you would like to translate qBittorrent into your own language. + qBittorrent を自分の言語に翻訳したいとお思いならご連絡ください。 + + + + addTorrentDialog + + + Torrent addition dialog + Torrent の追加ダイアログ + + + + Save path: + 保存パス: + + + + ... + ... + + + + Torrent content: + Torrent の内容: + + + + File name + ファイル名 + + + + File size + ファイル サイズ + + + + Selected + 選択済み + + + + Download in correct order (slower but good for previewing) + 正しい順にダウンロードする (より遅いがプレビューにはふさわしい) + + + + Add to download list in paused state + 一時停止済み状態でダウンロードの一覧に追加する + + + + Add + 追加 + + + + Cancel + キャンセル + + + + Unselect + 選択しない + + + + Select + 選択 + + + + authentication + + + Tracker authentication + トラッカ認証 + + + + Tracker: + トラッカ: + + + + Login + ログイン + + + + Username: + ユーザー名: + + + + Password: + パスワード: + + + + Log in + ログ イン + + + + Cancel + キャンセル + + + + createTorrentDialog + + + Create Torrent file + Torrent ファイルの作成 + + + + ... + ... + + + + Create + 作成 + + + + Cancel + キャンセル + + + + Directory + ディレクトリ + + + + Torrent Creation Tool + Torrent 作成ツール + + + + <center>Destination torrent file:</center> + <center>作成先の torrent ファイル:</center> + + + + <center>Input file or directory:</center> + <center>入力ファイルまたはディレクトリ:</center> + + + + <center>Announce url:<br>(One per line)</center> + <center>公表 url :<br>(行あたり 1 つ)</center> + + + + <center>Comment:</center> + <center>コメント:</center> + + + + Torrent file creation + + + + + Input files or directories: + + + + + Announce urls (trackers): + + + + + URL seeds (optional): + + + + + Comment (optional): + + + + + Private (won't be distributed on trackerless network / DHT if enabled) + + + + + Destination torrent file: + + + + + createtorrent + + + Select destination torrent file + 作成先の torrent ファイルを選択します + + + + Torrent Files + Torrent ファイル + + + + Select input directory or file + 入力ファイルまたはディレクトリのを選択します + + + + No destination path set + 作成先のパスが設定されていません + + + + Please type a destination path first + まず保存先のパスを入力してくださいい + + + + No input path set + 入力パスが設定されていません + + + + Please type an input path first + まず入力パスを入力してください + + + + Input path does not exist + 入力パスが存在しません + + + + Torrent creation + Torrent の作成 + + + + Torrent was created successfully: + Torrent の作成に成功しました: + + + + Please type a valid input path first + まず有効な入力パスを入力してください + + + + Torrent creation was successfully, reason: %1 + Torrent の作成に成功しました、理由: %1 + + + + Select a folder to add to the torrent + + + + + Select files to add to the torrent + + + + + Please type an announce URL + + + + + Announce URL: + + + + + Please type an URL Seed + + + + + URL Seed: + + + + + downloadFromURL + + + Download Torrents from URLs + URL から Torrent をダウンロード + + + + Only one URL per line + 行あたり 1 つの URL のみ + + + + Download + ダウンロード + + + + Cancel + キャンセル + + + + Download from urls + Url からダウンロード + + + + misc + + + B + bytes + B + + + + KiB + kibibytes (1024 bytes) + KiB + + + + MiB + mebibytes (1024 kibibytes) + MiB + + + + GiB + gibibytes (1024 mibibytes) + GiB + + + + TiB + tebibytes (1024 gibibytes) + TiB + + + + Unknown + 不明 + + + + Unknown + Unknown (size) + 不明 + + + + < 1m + < 1 minute + < 1 分 + + + + %1m + e.g: 10minutes + %1 分 + + + + %1h%2m + e.g: 3hours 5minutes + %1 時間 %2 分 + + + + %1d%2h%3m + e.g: 2days 10hours 2minutes + %1 日 %2 時間 %3 分 + + + + options_imp + + + Range Start IP + 範囲の開始 IP + + + + Start IP: + 開始 IP: + + + + Range End IP + 範囲の最終 IP + + + + End IP: + 最終 IP: + + + + IP Range Comment + IP 範囲のコメント + + + + Comment: + コメント: + + + + to + <min port> to <max port> + から + + + + Choose your favourite preview program + お気に入りのプレビュー プログラムを選択します + + + + Invalid IP + 不正な IP + + + + This IP is invalid. + この IP は不正です。 + + + + Options were saved successfully. + オプションの保存に成功しました。 + + + + Choose scan directory + スキャンするディレクトリを選択します + + + + Choose an ipfilter.dat file + ipfilter.dat ファイルを選択します + + + + Choose a save directory + 保存ディレクトリを選択します + + + + I/O Error + Input/Output Error + I/O エラー + + + + Couldn't open %1 in read mode. + 読み込みモードで %1 を開くことができませんでした。 + + + + preview + + + Preview selection + 選択範囲のプレビュー + + + + File preview + ファイル プレビュー + + + + The following files support previewing, <br>please select one of them: + 以下のファイルがプレビューにサポートされています、<br>これらの 1 つを選択してください: + + + + Preview + プレビュー + + + + Cancel + キャンセル + + + + properties + + + Torrent Properties + Torrent のプロパティ + + + + File Name + ファイル名 + + + + OK + OK + + + + Unknown + 不明 + + + + Files contained in current torrent: + 現在の torrent に含まれているファイル: + + + + Size + サイズ + + + + Selected + 選択済み + + + + Unselect + 選択しない + + + + Select + 選択 + + + + You can select here precisely which files you want to download in current torrent. + どのファイルを現在の torrent にダウンロードしたいかを正確にここで選択できます。 + + + + Tracker + トラッカ + + + + Trackers: + トラッカ: + + + + None - Unreachable? + なし - アンリーチ可能ですか? + + + + Errors: + エラー: + + + + Progress + 進行状況 + + + + Main infos + メイン情報 + + + + Current tracker: + 現在のトラッカ: + + + + Total uploaded: + 全体のアップロード済み: + + + + Total downloaded: + 現在のダウンロード済み: + + + + Total failed: + 現在の失敗済み: + + + + Torrent content + Torrent の内容 + + + + Download in correct order (slower but good for previewing) + 正しい順にダウンロードする (より遅いがプレビューにはふさわしい) + + + + Save path: + 保存パス: + + + + Torrent infos + Torrent 情報 + + + + Creator: + 作成者: + + + + Torrent hash: + Torrent ハッシュ: + + + + Comment: + コメント: + + + + Current session + 現在のセッション + + + + Share ratio: + 共有率: + + + + Trackers + トラッカ + + + + New tracker + 新しいトラッカ + + + + New tracker url: + 新しいトラッカの url: + + + + search_engine + + + Search + 検索 + + + + Search Engines + 検索エンジン + + + + Search Pattern: + 検索パターン: + + + + Stop + 停止 + + + + Status: + 状態: + + + + Stopped + 停止されました + + + + Results: + 結果: + + + + Download + ダウンロード + + + + Clear + クリア + + + + Update search plugin + 検索プラグインの更新 + + + + seeding + + + Search + 検索 + + + + The following torrents are finished and shared: + 以下の torrent は完了および共有しました: + + + + <u>Note:</u> It is important that you keep sharing your torrents after they are finished for the well being of the network. + <u>注意:</u> ネットワークを良好に保つには完了した後に torrent の共有を維持することが重要です。 + + + + Start + 開始 + + + + Pause + 一時停止 + + + + Delete + 削除 + + + + Delete Permanently + 永久に削除 + + + + Torrent Properties + Torrent のプロパティ + + + + Preview file + ファイルのプレビュー + + + + torrentAdditionDialog + + + True + True + + + + Unable to decode torrent file: + Torrent ファイルをデコードすることができません: + + + + This file is either corrupted or this isn't a torrent. + このファイルは壊れているかこれは torrent ではないかのどちらかです。 + + + + Choose save path + 保存パスの選択 + + + + False + False + + + + Empty save path + 空の保存パス + + + + Please enter a save path + 保存パスを入力してください + + + + Save path creation error + 保存パスの作成エラー + + + + Could not create the save path + 保存パスを作成できませんでした + + + + Invalid file selection + 不正なファイル選択 + + + + You must select at least one file in the torrent + Torrent では少なくとも 1 つのファイルを選択する必要があります + + + diff --git a/src/lang/qbittorrent_jp.qm b/src/lang/qbittorrent_jp.qm new file mode 100644 index 0000000000000000000000000000000000000000..3daf6d5d3fb3d1174c0129b3e1e830e412548e3a GIT binary patch literal 22852 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 F{}0(&Le~HQ literal 0 HcmV?d00001 diff --git a/src/lang/qbittorrent_ko.qm b/src/lang/qbittorrent_ko.qm index 8d49ec6993336fe22afafb34ec500b2c5a3ea4fc..2e4d0781e0e81c587bcbb2276b8aaee07c8ab9ba 100644 GIT binary patch delta 4125 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 FinishedTorrents - + Finished - + Name i.e: file name 파일 이름 - + Size i.e: file size 크기 - + Progress i.e: % downloaded 진행상황 - + DL Speed i.e: Download speed 다운로드 속도 - + UP Speed i.e: Upload speed 업로드 속도 - + Seeds/Leechs i.e: full/partial sources 완전체 공유/부분 공유 - + Status 상태 - + ETA i.e: Estimated Time of Arrival / Time left 남은시간 - + Finished i.e: Torrent has finished downloading + + + None + i.e: No error message + 없음 + GUI @@ -734,12 +740,12 @@ list: 업로딩 속도: - + Open Torrent Files 토런트 파일 열기 - + Torrent Files 토런트 파일 @@ -804,12 +810,12 @@ list? 파일을 지우고 싶으세요? - + &Yes &예 - + &No &아니요 @@ -875,7 +881,7 @@ download list? 다시 시작됨. - + Finished 완료 @@ -885,12 +891,12 @@ download list? 확인중... - + Connecting... 연결중... - + Downloading... 다운로딩 중... @@ -913,7 +919,7 @@ download list? - + This file is either corrupted or this isn't a torrent. 이 파일은 오류가 있거나 토런트 파일이 아닙니다. @@ -923,7 +929,7 @@ download list? 다운로드 목록에 있는 모든 파일을 지우고 싶으세요? - + Are you sure you want to delete the selected item(s) in download list? 다운로딩 목록에서 선택하신 모든 아이템을 삭제하시겠습니까? @@ -938,12 +944,12 @@ download list? 개발자: 크리스토프 두메스 :: Copyright (c) 2006 - + qBittorrent 큐비토런트 - + Are you sure? -- qBittorrent 재확인해주십시요? -- 큐비토런트 @@ -979,7 +985,7 @@ download list? 가 완료되었습니다. - + Couldn't listen on any of the given ports. 설정하신 포트에 연결할수 없습니다. @@ -1175,7 +1181,7 @@ Changelog: 업로드 속도 - + Status 상태 @@ -1206,17 +1212,17 @@ Changelog: 대기중 - + Paused 정지됨 - + Preview process already running 미리보기가 진행중입니다 - + There is already another preview process running. Please close the other one first. 미리보기가 진행중입니다. @@ -1256,12 +1262,12 @@ Please close the other one first. 정말로 큐비토런트를 종료하시겠습니까? - + Are you sure you want to delete the selected item(s) in download list and in hard drive? 정말로 지금 선택하신 파일들을 다운로드 목록과 하드 드라이브에서 삭제하시겠습니까? - + Download finished 다운로드 완료 @@ -1283,58 +1289,58 @@ Please close the other one first. 큐비토런트 %1 - + Connection status: 연결 상태: - + Offline 오프라인 - + No peers found... 피어가 없습니다... - + Name i.e: file name 파일 이름 - + Size i.e: file size 크기 - + Progress i.e: % downloaded 진행상황 - + DL Speed i.e: Download speed 다운로드 속도 - + UP Speed i.e: Upload speed 업로드 속도 - + Seeds/Leechs i.e: full/partial sources 완전체 공유/부분 공유 - + ETA i.e: Estimated Time of Arrival / Time left 남은시간 @@ -1352,19 +1358,19 @@ Please close the other one first. 부분 공유 - + qBittorrent %1 started. e.g: qBittorrent v0.x started. 큐비토런트 %1가 시작되었습니다. - + DL speed: %1 KiB/s e.g: Download speed: 10 KiB/s 다운로딩 속도: %1 KiB/s - + UP speed: %1 KiB/s e.g: Upload speed: 10 KiB/s 업로딩 속도: %1 KiB/s @@ -1376,54 +1382,54 @@ Please close the other one first. 완료되었습니다 - + Checking... i.e: Checking already downloaded parts... 확인중... - + Stalled i.e: State of a torrent whose download speed is 0kb/s 대기중 - + Are you sure you want to quit? 정말로 종료하시겠습니까? - + '%1' was removed. 'xxx.avi' was removed. '%1' 가 삭제되었습니다. - + '%1' added to download list. '/home/y/xxx.torrent' was added to download list. '%1'가 다운로드 목록에 추가되었습니다. - + '%1' resumed. (fast resume) '/home/y/xxx.torrent' was resumed. (fast resume) '%1'가 다시 시작되었습니다. (빠른 재개) - + '%1' is already in download list. e.g: 'xxx.avi' is already in download list. '%1'는/은 이미 다운로드 목록에 포함되어 있습니다. - + Unable to decode torrent file: '%1' e.g: Unable to decode torrent file: '/home/y/xxx.torrent' 다음 파일을 디코드할수 없습니다: '%1' - + None i.e: No error message 없음 @@ -1435,47 +1441,47 @@ Please close the other one first. 이미 연결 된 포트: %1 - + All downloads were paused. 모든 다운로드가 멈추었습니다. - + '%1' paused. xxx.avi paused. '%1'가 정지 되었습니다. - + Connecting... i.e: Connecting to the tracker... 연결중... - + All downloads were resumed. 모든 다운로드가 다시 시작되었습니다. - + '%1' resumed. e.g: xxx.avi resumed. '%1' 가 다운로드를 다시 시작되었습니다. - + %1 has finished downloading. e.g: xxx.avi has finished downloading. %1가 다운로드를 완료하였습니다. - + I/O Error i.e: Input/Output Error I/O 에러 - + An error occured when trying to read or write %1. The disk is probably full, download has been paused e.g: An error occured when trying to read or write xxx.avi. The disk is probably full, download has been paused %1을 사용하려고 하던 중 오류가 발생했습니다. 디스크 용량이 꽉찼고 다운로드가 중지되었습니다 @@ -1487,23 +1493,23 @@ Please close the other one first. 오류 발생 (디스크가 꽉찼습니까?), '%1'가 정지 되었습니다. - + Connection Status: 연결 상태: - + Online 온라인 - + Firewalled? i.e: Behind a firewall/router? 방화벽이 설치되어있습니까? - + No incoming connections... 받는 연결이 없습니다... @@ -1529,84 +1535,94 @@ Please close the other one first. 결과 - + Downloading '%1', please wait... e.g: Downloading 'xxx.torrent', please wait... '%1'을 다운 중입니다, 잠시 기다려 주세요... - + An error occured (full disk?), '%1' paused. e.g: An error occured (full disk?), 'xxx.avi' paused. 오류 발생 (디스크가 꽉찼습니까?), '%1'가 정지 되었습니다. - + Search 검색 - + RSS - + UPnP: no WAN service detected... - + UPnP: WAN service detected! - + qBittorrent is bind to port: %1 e.g: qBittorrent is bind to port: 1666 - + DHT support [ON], port: %1 - + DHT support [OFF] - + UPnP support [ON], port: %1 - + UPnP support [OFF] - + PeX support [ON] - + PeX support [OFF] - + The download list is not empty. Are you sure you want to quit qBittorrent? - + Downloads + + + Are you sure you want to delete the selected item(s) in finished list and in hard drive? + + + + + Are you sure you want to delete the selected item(s) in finished list? + + MainWindow @@ -1889,12 +1905,12 @@ Are you sure you want to quit qBittorrent? PropListDelegate - + False 아님 - + True 맞음 @@ -1920,10 +1936,58 @@ Are you sure you want to quit qBittorrent? - + News: + + + Delete + 삭제 + + + + Rename + + + + + Refresh + + + + + Create + 생성하기 + + + + RefreshAll + + + + + RSSImp + + + Please type a rss stream alias + + + + + Stream Alias: + + + + + Please type a rss stream url + + + + + Stream URL: + + SearchEngine @@ -2263,12 +2327,12 @@ Changelog: Create Torrent file - 토렌트 파일 만들기 + 토렌트 파일 만들기 - + Destination torrent file: - 토렌트 파일 저장 위치: + 토렌트 파일 저장 위치: @@ -2281,17 +2345,17 @@ Changelog: 설명: - + ... ... - + Create 생성하기 - + Cancel 취소 @@ -2303,75 +2367,105 @@ Changelog: Directory - 디렉터리 + 디렉터리 - + Torrent Creation Tool 토렌트 파일 생성도구 <center>Destination torrent file:</center> - <center>토렌트 파일 경로:</center> + <center>토렌트 파일 경로:</center> <center>Input file or directory:</center> - <center>원본 파일 또는 폴더:</center> + <center>원본 파일 또는 폴더:</center> <center>Announce url:<br>(One per line)</center> - <center>서버 url:<br>(한줄에 하나씩)</center> + <center>서버 url:<br>(한줄에 하나씩)</center> <center>Comment:</center> - <center>설명:</center> + <center>설명:</center> + + + + Torrent file creation + + + + + Input files or directories: + + + + + Announce urls (trackers): + + + + + URL seeds (optional): + + + + + Comment (optional): + + + + + Private (won't be distributed on trackerless network / DHT if enabled) + createtorrent - + Select destination torrent file 토렌트 파일을 저장할 위치 지정 - + Torrent Files 토런트 파일 Select input directory or file - 변환할 파일 위치 지정 + 변환할 파일 위치 지정 - + No destination path set 저장 경로가 없음 - + Please type a destination path first 저장 경로를 설정해 주십시오 - + No input path set 변환할 파일 경로가 설정되지 않았습니다 - + Please type an input path first 파일 경로를 설정해 주십시오 Input path does not exist - 변환할 파일 경로가 존재하지 않습니다 + 변환할 파일 경로가 존재하지 않습니다 @@ -2379,25 +2473,55 @@ Changelog: 변환할 파일 경로를 재설정해 주십시오 - + Torrent creation 토렌트 생성 - + Torrent was created successfully: 토렌트가 성공적으로 생성되었습니다: Please type a valid input path first - 먼저 변환 될 파일의 경로를 설정해 주십시오 + 먼저 변환 될 파일의 경로를 설정해 주십시오 - + Torrent creation was successfully, reason: %1 + + + Select a folder to add to the torrent + + + + + Select files to add to the torrent + + + + + Please type an announce URL + + + + + Announce URL: + + + + + Please type an URL Seed + + + + + URL Seed: + + downloadFromURL @@ -2578,12 +2702,12 @@ Changelog: 이 잘못되었습니다. - + Range Start IP 시작하는 IP의 범위 - + Start IP: 시작 IP: @@ -2598,22 +2722,22 @@ Changelog: 잘못된 IP입니다. - + Range End IP 끝나는 IP의 범위 - + End IP: 끝 IP: - + IP Range Comment IP 범위 설명 - + Comment: 설명: @@ -2624,48 +2748,48 @@ Changelog: ~ - + Choose your favourite preview program 미리보기를 할 프로그램을 선택해 주십시오 - + Invalid IP 유효하지 않은 IP - + This IP is invalid. 유효하지 않은 IP 입니다. - + Options were saved successfully. 환경설정이 성공적으로 저장되었습니다. - + Choose scan directory 스켄할 곳을 선택해주세요 - + Choose an ipfilter.dat file ipfilter.dat의 경로를 선택해주세요 - + Choose a save directory 파일을 저장할 경로를 선택해주세요 - + I/O Error Input/Output Error I/O 에러 - + Couldn't open %1 in read mode. %1을 읽기전용 모드로 열수 없습니다. @@ -2752,7 +2876,7 @@ Changelog: 토렌트 내용 - + OK 확인 @@ -2842,17 +2966,17 @@ Changelog: 선택됨 - + Unselect 선택되지 않음 - + Select 선택함 - + You can select here precisely which files you want to download in current torrent. 여기서 현재 토렌트 중 다운로드 받을 파일을 선택할수 있습니다. @@ -3068,10 +3192,40 @@ Changelog: - + <u>Note:</u> It is important that you keep sharing your torrents after they are finished for the well being of the network. + + + Start + 시작 + + + + Pause + 정지 + + + + Delete + 삭제 + + + + Delete Permanently + 영구 삭제 + + + + Torrent Properties + 토렌트 구성요소 + + + + Preview file + 미리보기 + torrentAdditionDialog diff --git a/src/lang/qbittorrent_nb.qm b/src/lang/qbittorrent_nb.qm index fbf81e6dfaa52565e317eba19e50bd1325ab6a83..8ade659801d777c7840d74417bf4ca4e1b7defcc 100644 GIT binary patch delta 4164 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 FinishedTorrents - + Finished Ferdig - + Name i.e: file name Navn - + Size i.e: file size Størrelse - + Progress i.e: % downloaded - + DL Speed i.e: Download speed Nedlastingshastighet - + UP Speed i.e: Upload speed Opplastingshastighet - + Seeds/Leechs i.e: full/partial sources Delere/Nedlastere - + Status Status - + ETA i.e: Estimated Time of Arrival / Time left Gjenværende tid - + Finished i.e: Torrent has finished downloading Ferdig + + + None + i.e: No error message + Ingen + GUI - + Open Torrent Files Åpne torrentfiler - + This file is either corrupted or this isn't a torrent. Denne filen er enten ødelagt, eller det er ikke en torrent. @@ -649,22 +655,22 @@ Copyright © 2006 av Christophe Dumez<br> Ønsker du å slette alle filene in nedlastingslisten? - + &Yes &Ja - + &No &Nei - + Are you sure you want to delete the selected item(s) in download list? Ønsker du å slette valgt(e) element(er) i nedlastingslisten? - + Finished Ferdig @@ -674,12 +680,12 @@ Copyright © 2006 av Christophe Dumez<br> Kontrollerer... - + Connecting... Kobler til... - + Downloading... Laster ned... @@ -714,7 +720,7 @@ Copyright © 2006 av Christophe Dumez<br> Klarte ikke å opprette mappen: - + Torrent Files Torrentfiler @@ -768,7 +774,7 @@ Copyright © 2006 av Christophe Dumez<br> qBittorrent - + Are you sure? -- qBittorrent Er du sikker? -- qBittorrent @@ -798,7 +804,7 @@ Copyright © 2006 av Christophe Dumez<br> er ferdig lastet ned. - + Couldn't listen on any of the given ports. Klarte ikke å lytte på noen av de oppgitte portene. @@ -923,7 +929,7 @@ Endringer: Opplastingshastighet - + Status Status @@ -954,17 +960,17 @@ Endringer: Laster ikke ned - + Paused Pauset - + Preview process already running Forhåndsvisningen kjører allerede - + There is already another preview process running. Please close the other one first. En annen forhåndsvisning kjører alt. @@ -1004,12 +1010,12 @@ Vennligst avslutt denne først. Ønsker du å avslutte qBittorrent? - + Are you sure you want to delete the selected item(s) in download list and in hard drive? Ønsker du å slette valgte element(er) i nedlastningslisten, og fra lagringsenheten? - + Download finished Nedlastingen er fullført @@ -1036,58 +1042,58 @@ Vennligst avslutt denne først. qBittorrent %1 - + Connection status: Tilkoblingsstatus: - + Offline Frakoblet - + No peers found... Ingen tjenere funnet... - + Name i.e: file name Navn - + Size i.e: file size Størrelse - + Progress i.e: % downloaded Fremgang - + DL Speed i.e: Download speed Nedlastingshastighet - + UP Speed i.e: Upload speed Opplastingshastighet - + Seeds/Leechs i.e: full/partial sources Delere/Nedlastere - + ETA i.e: Estimated Time of Arrival / Time left Gjenværende tid @@ -1105,24 +1111,24 @@ Vennligst avslutt denne først. Nedlastere - + qBittorrent %1 started. e.g: qBittorrent v0.x started. qBittorrent %1 er startet. - + qBittorrent qBittorrent - + DL speed: %1 KiB/s e.g: Download speed: 10 KiB/s Nedlastingshastighet: %1 KiB/s - + UP speed: %1 KiB/s e.g: Upload speed: 10 KiB/s Opplastingshastighet: %1 KiB/s @@ -1134,54 +1140,54 @@ Vennligst avslutt denne først. Ferdig - + Checking... i.e: Checking already downloaded parts... Kontrollerer... - + Stalled i.e: State of a torrent whose download speed is 0kb/s Laster ikke ned - + Are you sure you want to quit? Ønsker du å avslutte qBittorrent? - + '%1' was removed. 'xxx.avi' was removed. '%1' ble fjernet. - + '%1' added to download list. '/home/y/xxx.torrent' was added to download list. '%1' ble lagt til i nedlastingslisten. - + '%1' resumed. (fast resume) '/home/y/xxx.torrent' was resumed. (fast resume) '%1' ble gjenopptatt (hurtig gjenopptaging) - + '%1' is already in download list. e.g: 'xxx.avi' is already in download list. '%1' finnes allerede i nedlastingslisten. - + Unable to decode torrent file: '%1' e.g: Unable to decode torrent file: '/home/y/xxx.torrent' Klarte ikke å dekode torrentfilen: '%1' - + None i.e: No error message Ingen @@ -1193,47 +1199,47 @@ Vennligst avslutt denne først. Lytter på port: %1 - + All downloads were paused. Alle nedlastinger ble pauset. - + '%1' paused. xxx.avi paused. '%1' pauset. - + Connecting... i.e: Connecting to the tracker... Kobler til... - + All downloads were resumed. Alle nedlastinger ble gjenopptatt. - + '%1' resumed. e.g: xxx.avi resumed. '%1' gjenopptatt. - + %1 has finished downloading. e.g: xxx.avi has finished downloading. %1 er ferdig nedlastet. - + I/O Error i.e: Input/Output Error Lese/Skrive feil - + An error occured when trying to read or write %1. The disk is probably full, download has been paused e.g: An error occured when trying to read or write xxx.avi. The disk is probably full, download has been paused Det oppsto en feil ved lesing eller skriving til %1. Disken er mest sannsynelig full, nedlastingen har blitt pauset @@ -1245,23 +1251,23 @@ Vennligst avslutt denne først. Det har oppstått en feil (full disk?), '%1' er pauset. - + Connection Status: Tilkoblingsstatus: - + Online Tilkoblet - + Firewalled? i.e: Behind a firewall/router? Beskyttet av en brannmur? - + No incoming connections... Ingen innkommende tilkoblinger... @@ -1287,84 +1293,94 @@ Vennligst avslutt denne først. Resultater - + Downloading '%1', please wait... e.g: Downloading 'xxx.torrent', please wait... Laster ned '%1'... - + An error occured (full disk?), '%1' paused. e.g: An error occured (full disk?), 'xxx.avi' paused. Det har oppstått en feil (full disk?), '%1' er pauset. - + Search Søk - + RSS - + UPnP: no WAN service detected... - + UPnP: WAN service detected! - + qBittorrent is bind to port: %1 e.g: qBittorrent is bind to port: 1666 - + DHT support [ON], port: %1 - + DHT support [OFF] - + UPnP support [ON], port: %1 - + UPnP support [OFF] - + PeX support [ON] - + PeX support [OFF] - + The download list is not empty. Are you sure you want to quit qBittorrent? - + Downloads + + + Are you sure you want to delete the selected item(s) in finished list and in hard drive? + + + + + Are you sure you want to delete the selected item(s) in finished list? + + MainWindow @@ -1577,12 +1593,12 @@ Are you sure you want to quit qBittorrent? PropListDelegate - + False Nei - + True Ja @@ -1600,10 +1616,58 @@ Are you sure you want to quit qBittorrent? - + News: + + + Delete + Slett + + + + Rename + + + + + Refresh + + + + + Create + Opprett + + + + RefreshAll + + + + + RSSImp + + + Please type a rss stream alias + + + + + Stream Alias: + + + + + Please type a rss stream url + + + + + Stream URL: + + SearchEngine @@ -1922,95 +1986,130 @@ Endringer: Create Torrent file - Lag en torrentfil + Lag en torrentfil - + ... ... - + Create Opprett - + Cancel Avbryt Directory - Mappe + Mappe - + Torrent Creation Tool Verktøy for å opprette en torrentfil <center>Destination torrent file:</center> - <center>Målfil:</center> + <center>Målfil:</center> <center>Input file or directory:</center> - <center>Inndata eller mappe:</center> + <center>Inndata eller mappe:</center> <center>Announce url:<br>(One per line)</center> - <center>Annonserings-nettadresse:<br>(En per linje)</center> + <center>Annonserings-nettadresse:<br>(En per linje)</center> <center>Comment:</center> - <center>Kommentarer:</center> + <center>Kommentarer:</center> + + + + Torrent file creation + + + + + Input files or directories: + + + + + Announce urls (trackers): + + + + + URL seeds (optional): + + + + + Comment (optional): + + + + + Private (won't be distributed on trackerless network / DHT if enabled) + + + + + Destination torrent file: + createtorrent - + Select destination torrent file Velg torrent-målfil - + Torrent Files Torrentfiler Select input directory or file - Velg inndata eller mappe + Velg inndata eller mappe - + No destination path set Ingen målsti er angitt - + Please type a destination path first Velg en målsti først - + No input path set Ingen filsti for inndata er valgt - + Please type an input path first Velg en filsti for inndata først Input path does not exist - Filstien til inndataene eksisterer ikke + Filstien til inndataene eksisterer ikke @@ -2018,25 +2117,55 @@ Endringer: Vennligst skriv en gyldig filsti til inndataene først - + Torrent creation Torrentfilen blir opprettet - + Torrent was created successfully: Vellykket opprettelse av torrentfil: Please type a valid input path first - Velg en gyldig filsti for inndata først + Velg en gyldig filsti for inndata først - + Torrent creation was successfully, reason: %1 + + + Select a folder to add to the torrent + + + + + Select files to add to the torrent + + + + + Please type an announce URL + + + + + Announce URL: + + + + + Please type an URL Seed + + + + + URL Seed: + + downloadFromURL @@ -2211,12 +2340,12 @@ Endringer: er ugyldig. - + Range Start IP Områdets start IP - + Start IP: Start IP: @@ -2231,22 +2360,22 @@ Endringer: Denne IPen er ugyldig. - + Range End IP Områdets slutt IP - + End IP: Slutt IP: - + IP Range Comment IP område kommentarer - + Comment: Kommentar: @@ -2257,48 +2386,48 @@ Endringer: til - + Choose your favourite preview program Velg program for forhåndsvisning - + Invalid IP Ugyldig IP - + This IP is invalid. Denne IP adressen er ugyldig. - + Options were saved successfully. Innstillingene ble lagret. - + Choose scan directory Velg mappe for gjennomsøking - + Choose an ipfilter.dat file Velg en ipfilter.dat fil - + Choose a save directory Velg mappe for lagring - + I/O Error Input/Output Error Lese/Skrive feil - + Couldn't open %1 in read mode. Klarte ikke å åpne %1 i lesemodus. @@ -2354,7 +2483,7 @@ Endringer: Nedlastningstilstand: - + OK OK @@ -2429,17 +2558,17 @@ Endringer: Valgte - + Unselect Avmarker - + Select Marker - + You can select here precisely which files you want to download in current torrent. Velg hvilke filer du ønsker å laste ned fra den gjeldende torrenten. @@ -2645,10 +2774,40 @@ Endringer: - + <u>Note:</u> It is important that you keep sharing your torrents after they are finished for the well being of the network. + + + Start + Start + + + + Pause + Pause + + + + Delete + Slett + + + + Delete Permanently + Slett data + + + + Torrent Properties + + + + + Preview file + Forhåndsvis filen + torrentAdditionDialog diff --git a/src/lang/qbittorrent_nl.qm b/src/lang/qbittorrent_nl.qm index be3ceb845071c8b26acade7f62497919c1189fbb..393ed49567bbdd34d93e5dd61ee9ba6bbac9f3c5 100644 GIT binary patch delta 4136 zcmaLY3sh8f9tZH>Jno&>y)!B=LBzo)AR>xDB7%r7OaVbr@x{OlGCXEzW)K8pG%z*E z(5uv%)uJY>60VG|G*ef}a*a|mAEiZ-N6ockuG>b5`yIHIyL)zr!};9j|Ns9z{xiEb zNt^#5^@=@g?0fe6ZCgGL^go_ef9(21BJQ<~Ue}x%lZoU;VshVyTZpM=;0e(mdt^dH z(}~%WMZ{DS^X>uIB6^cF?=%vzz7%p)4htyc(;={)LhgmbOBC9#i%21(h{&_>Et>rK zc6ghdQ>yP1DZ^=M-D$X3bS+IQ9gFk*G=2CB@D|Oe+CrrA6-}Yktwx-`BzlNuUCP0E zdyi@l(eaeN2otLdXm-_0@C};XmJdIoj2eumzUAyW(0I~Zb2*VFp61s51Pds$aWmW^ zdWs54FoEVim94ZOcacre2ZWb@UlM7<4?EdvAKZb`!{ zrSNOXAzd<2pJYjEg$Hbrv|UVqosv5Zvxz)nrQSiA@I}#+(vY8vi9AUf{^t(3P#XV1 z2;3pfw0IIZy~atiE;JK)RZ5Fjq6fSVN*!&}VY{?M6G`OFN=v()A}zg--texGu4#N3 zUXiX(zd__9lfL>RO6LtFUY>M_`ox=I|*yxKV)~-{6N${NcR1JVbCu3+>VU) zKP(?Pq}+*vU*ypV4~YVz<+IKr@_<+58G$Z%L0-|KCmIkVui2Xom&spCdJn!WdZkCb zmuRYJt>`)V_Qscp0txPh$@0d-Z^Lb(r{ztdPWOdhZ~zBJix$Y=S8H*;Lw?%$HT+Qi zspA{?qx?!WGB9X_{JW8An9b-`Ap?VI8L!D`vO%9Q{{K8eH26zq*ff-Mh%Xb|)CRXP zk#$}0Dq{*qhKFjIypQ(7XP7+aW84^;&(utdgl{mfuYC<375%oyVLH)7W}DVXH0(KM z+i;|M*gm)ue#dMJ!}XvLX7~D2@Hx>&rb)IA=NFik6KLw-UZMrefxZYJ_!Q&(INXaU z0sk&D=6ax7?MEn6Chl7zEPwt~gP;c;w*@+K@}SEL}K z@ORj%OJPK#JlVA?{|3w1ori9~W_H)@^RScM|I=xr(V^_oduX=NhuPL+`9u+F_N$dx zSj1TN+fle5Q6So&kVc?)BH9(+bEXrGS*-B;79}6!Y*Y*`PbZ3;qBK6#ZWdV=ERzb=K#6~era;9CmeQ8K)&*et^r zSxktce$!o8rPv#QiDQl_{wx*X%^scOMk|i3M5N;!it~f<;JEXOj!aA#t5b#;(EYIs zm7x!N|>pvs=JTj zUUw0m=`o2FjaHT1!L~{&R+X)8hG$eOUo9eQ8_^ug*k{5Qb4>PF{# zF*tajZjM8$X9tO9s}C;g!1+$~p@VP2FVtW3$8&R1)Eyh9!A6i*Sy&42HdDwQ@@F5!8Og6UTUI+TFtI+65%3E(*-PeVUy*(V{5L z2lMba>80X{ym`ONj;R0LQh_Ynd z@V$d!qUc&~q7DnnI>RNV-6Jvta+6bYUh!Wp<$GEH3M-`#4|2<$FZH zTU=ow#>-jCmGujQySeIW%wr7V))rL}nViG8wNJ1BQw6s<-j67k;a=_21XH*_m_y)3 zZhPo{*vjoXIErZLNN!IFdSq!X*A#abZsks1*bT37pWH(8=6P`EJKe@|*Z(4eChnWc zm*5WWhn2{jc_8;V{0>~eE0`nr{WsV0ij#=Q{2uQ=_W-=j4_<)O=ZEq`Hk^X1L_g%C zE_D$V`0~$;ejjG=se_KgJ^X@ZL|AZ(UmSCmsBjE#bVpV+iZ|_ufvfqv5lDT}Rlcwe z&sj$ERjQrvd47F=752a78sBgj16pVB7w}n+_3`EzzEP z@)+LJUQ0ow%RRLZBizPnfBy6;%+fxN#DvSY>2yKs;B}quoc9Dy)issTLCT%=`1W!>a!I*-x#v_e;m@KZd|3R;ldTqE zU$1_y{9aC0IO-jsRM<@>quH`l=sdZ;kA5%#bPb7N})|+$nCW|4v&}0l2^ksg+I)C0Z(|-debVl)>9*NeXB9q0T53&|J z%vOt`FgONJ^>^I}s+P%RY3b=gTxf|q9&gIn6wzOJJygTFFH2SxMR=I&K=>>cyem8{4rt?*S}-ba(}u$c@+-Dy?0 zD})e|ii%zBiT;f6x;O7Sozx)h>yuh>5=c<;5nw!Qy^epNM2H{YEi_mIT(+{&@?lT#`EAem z{?`5_wnDUl*wl8hCmU8oNZnnlR{dI-?kysBccQS->h1b_T07!@<_Rl) YYA%V)9hgu%bK-BKT%9>oaIW3+FTcLaGynhq delta 3902 zcmaLYd0bOh76426%=qOD6%9%6cP-CO(iI}g4hzp zrP_Y5E>tO1;=b>#SgGQ;)z+{(~BbL^_JNx(V*1k)_Yz z8#0ZmI!z=VKsKk)=)9r0E}_VN3*jCbSF##DvMF(+3G3BFk`L@IrioWlalO;-J)2UF zVy9zaX&}XwEQc8s*EkEVrOD-(Pr8SuXba(wCYn;!f?OymzGf91O0$iaP?kpd#X49= z)lacgSu0t#E+XP0=)g7H$gQAFIWimn*6DSRgFosX|JL6vTU9kA6iAFXWmx zyviHr`5}?AnYZf34WbUic&mH5LDOR1wv~Bk9Oms)MiF)N;+>i604sQnmqXxH-s5d? zM4h@ZT|DApirtNj*Y8=l{+{vOd7sE3fEj+)3!0dCU1y@sU74h&IvCGn6(5C_Oip7Y zJi-`dgWx?T&#K9>CzJOKwRcQsmej0(yP2}sTktls<~Nk43&))9d>j@t{|vM2BBJ2Cf_;qVLQMO!mbHMNM+Zh_f?x%JqX>rFxVmnlSU zT?K2$95$gb(%OIpcK6zSVY7#y-Auuzn&m`2s^NC{Tu`%r3z2G=ptiqNqu{7i0e1>c ztM9-of{Qu#h};E&>!k?LJy7toj}+=z#|WGi_l<1d(I(WW=N8tpwvnip2Ro>$4Qg18 zFH+WPJ)3@RH$2Uzzqa=Oi#4)13%xzrkC(266?XUAy=Sve7j}a}P1Glx-Ovx2>r)Ch z!=vm5Z)^W+c6-?=qJM<5+fD6_xoj_+Zl{h|3 z6go%YRC|1G(^DWE^6(QP&l$pD0Xle775EJWW-Gi1D|y7CD$ zZ58cg%xK)P8Q>#2Qj7=#=7=u!#(;oE(fxQVG?Wv2CFArC{XpFRl^(7WhxXAC1%4_H zGvW95CE~G`3i!U=AH-4h%|t;TiDQ(}@US@5x`CipaiLQ$qG7us<~I$yDV{qdhbXv< zcwSBqqTvE@N!2r0B(Cbb9^MmIxs?-*a24;bZ-oisgRj@Yh2mo!@$`&1AU<)okSL@@ zd?qxQC^SLba0(?0Jtux~sDLPpl?cm_!LYFsrTYW8MdFc*l7%};Jj-X{`48VI@o83| zqfIh!(L5nVyFdjVzWVF1rj*+8o8R`<}%37*EZp z*^>N4xPR11N%5LYqS0L?AD*d(+a+~(8(@p%Q0*zAF@q#`M(Gg27`^0~;0jTsO!89Q z2dX9i*))`BEML-gxd_He6|eG%#zjg!zVe0*(jjd3xQ*W|FQC*}7xAwrCqK(L%e=rP&?`a6*$b|7jc1L{3`LhIuBAmM%*+jX}i=*%>nWR8N zG-;m9#Rd0G+H3c@&B=bU_*}f|Cu?PCrVfa3@&(!aAk=WmAeqS%3rv|WD;=5#56c#J zxCMWeEvc>~iXSFh-9ZZH$hO`KgU4mHP1tCHQg-061;)#cS3AIUva?h1YEHN&`(}DN z(X>&r%jxy-6WN{9!SHKYYa7;^ZjhPYJTanC&AGARM2U`^dwnCE$@TlPH{5FXXD(EU z4bAZ4!eXAnQZ8abD!k5(jKV}oW4V~g$Y4^b-Q8T$?Ps`t!p(B67JsDo(*2c3;W^-aAU94U1313V^IYcX#2VY%8GSjG^!=CeRpCQl!L)Mwn5XH;Q)W`Mjz zvKh~RW{JGaRf3K?@@@NZqb^2%`EfHmD!+qYJt^? z!5(cya|#r(E_fX0ys>FeDJGq8BQnG*;`IaJHAO)L{+_d)73GZvxJ$7>;fcmp z<+kI9WNyB)?jkZVPpG_J(+Ufe*AF6f^DbzK=DSS|1=H{-Ymd)KBF_uH! z|IM?wyH#+OCtgeV=5^i^&4r$FbE?lB%MxEP&+?65DGz^d>Tq6V`uY8|K65L z|CJ1{!dw*PYFRUw&sbgt6e%oKqnug1)i8e$rD8@MX4hc#UGRPC7eEvM+yS@4brD}9J8bff1PNz5OQr$Hwqah FinishedTorrents - + Finished - + Name i.e: file name Naam - + Size i.e: file size Grootte - + Progress i.e: % downloaded Voortgang - + DL Speed i.e: Download speed DL snelheid - + UP Speed i.e: Upload speed UP snelheid - + Seeds/Leechs i.e: full/partial sources Up-/Downloaders - + Status Status - + ETA i.e: Estimated Time of Arrival / Time left Geschatte resterende tijd - + Finished i.e: Torrent has finished downloading + + + None + i.e: No error message + Geen + GUI @@ -803,7 +809,7 @@ Copyright 2006 door Christophe Dumez<br> gestart. - + qBittorrent qBittorrent @@ -823,12 +829,12 @@ Copyright 2006 door Christophe Dumez<br> UP snelheid: - + Open Torrent Files Open Torrent bestanden - + Torrent Files Torrent bestanden @@ -869,12 +875,12 @@ Copyright 2006 door Christophe Dumez<br> Torrentfile kan niet gedecodeerd worden: - + This file is either corrupted or this isn't a torrent. Dit bestand is corrupt of is geen torrent. - + Are you sure? -- qBittorrent Weet u het zeker? -- qBittorrent @@ -884,12 +890,12 @@ Copyright 2006 door Christophe Dumez<br> Weet u zeker dat u alle bestanden uit de downloadlijst wilt verwijderen? - + &Yes &Ja - + &No &Nee @@ -899,7 +905,7 @@ Copyright 2006 door Christophe Dumez<br> Downloadlijst leeg gemaakt. - + Are you sure you want to delete the selected item(s) in download list? Weet u zeker dat u de geselecteerde bestanden uit de downloadlijst wilt verwijderen? @@ -967,7 +973,7 @@ Copyright 2006 door Christophe Dumez<br> is klaar met downloaden. - + Couldn't listen on any of the given ports. Kan niet luisteren op de aangegeven poorten. @@ -983,7 +989,7 @@ Copyright 2006 door Christophe Dumez<br> /s - + Finished Klaar @@ -993,12 +999,12 @@ Copyright 2006 door Christophe Dumez<br> Controleren... - + Connecting... Verbinding maken... - + Downloading... Downloaden... @@ -1172,7 +1178,7 @@ Changelog: UP snelheid - + Status Status @@ -1203,17 +1209,17 @@ Changelog: Stilstand - + Paused Gepauzeerd - + Preview process already running Vooruitkijk proccess is al bezig - + There is already another preview process running. Please close the other one first. Er is al een ander vooruitkijk proccess actief. @@ -1249,7 +1255,7 @@ Stop het eerste proccess eerst. Overdrachten - + Download finished Download afgerond @@ -1270,7 +1276,7 @@ Stop het eerste proccess eerst. Weet u zeker dat u qBittorrent af wil sluiten? - + Are you sure you want to delete the selected item(s) in download list and in hard drive? Weet u zeker dat u de geselecteerde onderdelen in de download lijst en van harde schijf wil verwijderen? @@ -1281,58 +1287,58 @@ Stop het eerste proccess eerst. qBittorrent %1 - + Connection status: Verbindingsstatus: - + Offline Offline - + No peers found... Geen peers gevonden... - + Name i.e: file name Naam - + Size i.e: file size Grootte - + Progress i.e: % downloaded Voortgang - + DL Speed i.e: Download speed DL snelheid - + UP Speed i.e: Upload speed UP snelheid - + Seeds/Leechs i.e: full/partial sources Up-/Downloaders - + ETA i.e: Estimated Time of Arrival / Time left Geschatte resterende tijd @@ -1350,19 +1356,19 @@ Stop het eerste proccess eerst. Downloaders - + qBittorrent %1 started. e.g: qBittorrent v0.x started. qBittorrent %1 gestart. - + DL speed: %1 KiB/s e.g: Download speed: 10 KiB/s DL snelheid: %1 KiB/s - + UP speed: %1 KiB/s e.g: Upload speed: 10 KiB/s UP snelheid: %1 KiB/s @@ -1374,54 +1380,54 @@ Stop het eerste proccess eerst. Voltooid - + Checking... i.e: Checking already downloaded parts... Controleren... - + Stalled i.e: State of a torrent whose download speed is 0kb/s Stilstaand - + Are you sure you want to quit? Weet u zeker dat u wilt afsluiten? - + '%1' was removed. 'xxx.avi' was removed. '%1' is verwijderd. - + '%1' added to download list. '/home/y/xxx.torrent' was added to download list. '%1' toegevoegd aan de downloadlijst. - + '%1' resumed. (fast resume) '/home/y/xxx.torrent' was resumed. (fast resume) '%1' hervat. (snelle hervatting) - + '%1' is already in download list. e.g: 'xxx.avi' is already in download list. '%1' staat al in 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' - + None i.e: No error message Geen @@ -1433,69 +1439,69 @@ Stop het eerste proccess eerst. Aan het luisteren op poort: %1 - + All downloads were paused. Alle downloads gepauzeerd. - + '%1' paused. xxx.avi paused. '%1' gepauzeerd. - + Connecting... i.e: Connecting to the tracker... Verbinding maken... - + All downloads were resumed. Alle downloads hervat. - + '%1' resumed. e.g: xxx.avi resumed. '%1' hervat. - + %1 has finished downloading. e.g: xxx.avi has finished downloading. %1 is klaar met downloaden. - + I/O Error i.e: Input/Output Error I/O Fout - + An error occured when trying to read or write %1. The disk is probably full, download has been paused e.g: An error occured when trying to read or write xxx.avi. The disk is probably full, download has been paused Een fout is opgetreden tijdens het lezen of schrijven van %1. De schijf is waarschijnlijk vol, de download is gepauzeerd - + Connection Status: Verbindingsstatus: - + Online Online - + Firewalled? i.e: Behind a firewall/router? Geblokkeerd? - + No incoming connections... Geen inkomende verbindingen... @@ -1521,84 +1527,94 @@ Stop het eerste proccess eerst. Resultaten - + Downloading '%1', please wait... e.g: Downloading 'xxx.torrent', please wait... Bezig met downloaden van '%1', even geduld alstublieft... - + An error occured (full disk?), '%1' paused. e.g: An error occured (full disk?), 'xxx.avi' paused. Er is een fout opgetreden (schijf vol?), '%1' gepauzeerd. - + Search Zoeken - + RSS - + UPnP: no WAN service detected... - + UPnP: WAN service detected! - + qBittorrent is bind to port: %1 e.g: qBittorrent is bind to port: 1666 - + DHT support [ON], port: %1 - + DHT support [OFF] - + UPnP support [ON], port: %1 - + UPnP support [OFF] - + PeX support [ON] - + PeX support [OFF] - + The download list is not empty. Are you sure you want to quit qBittorrent? - + Downloads + + + Are you sure you want to delete the selected item(s) in finished list and in hard drive? + + + + + Are you sure you want to delete the selected item(s) in finished list? + + MainWindow @@ -1881,12 +1897,12 @@ Are you sure you want to quit qBittorrent? PropListDelegate - + False Onwaar - + True Waar @@ -1912,10 +1928,58 @@ Are you sure you want to quit qBittorrent? - + News: + + + Delete + Verwijderen + + + + Rename + + + + + Refresh + + + + + Create + Maken + + + + RefreshAll + + + + + RSSImp + + + Please type a rss stream alias + + + + + Stream Alias: + + + + + Please type a rss stream url + + + + + Stream URL: + + SearchEngine @@ -2240,95 +2304,130 @@ Changelog: Create Torrent file - Torrent bestand maken + Torrent bestand maken - + ... ... - + Create Maken - + Cancel Annuleren Directory - Map + Map - + Torrent Creation Tool Hulpprogramma voor torrent maken <center>Destination torrent file:</center> - <center>Torrent doelbestand:</center> + <center>Torrent doelbestand:</center> <center>Input file or directory:</center> - <center>Bron bestand of map:</center> + <center>Bron bestand of map:</center> <center>Announce url:<br>(One per line)</center> - <center>Announce url:<br>(Een per regel)</center> + <center>Announce url:<br>(Een per regel)</center> <center>Comment:</center> - <center>Opmerkingen:</center> + <center>Opmerkingen:</center> + + + + Torrent file creation + + + + + Input files or directories: + + + + + Announce urls (trackers): + + + + + URL seeds (optional): + + + + + Comment (optional): + + + + + Private (won't be distributed on trackerless network / DHT if enabled) + + + + + Destination torrent file: + createtorrent - + Select destination torrent file Kies torrent doelbestand - + Torrent Files Torrent bestanden Select input directory or file - Kies bron map of bestand + Kies bron map of bestand - + No destination path set Geen doel pad gekozen - + Please type a destination path first Geef alstublieft eerst een doel pad - + No input path set Geen bron pad gekozen - + Please type an input path first Geef alstublieft eerst een doel pad Input path does not exist - Bron pad bestaat niet + Bron pad bestaat niet @@ -2336,25 +2435,55 @@ Changelog: Geef alstublieft eerst een geldig bron pad - + Torrent creation Torrent maken - + Torrent was created successfully: Torrent was succesvol gemaakt: Please type a valid input path first - Geef alstublieft eerst een geldig invoer pad + Geef alstublieft eerst een geldig invoer pad - + Torrent creation was successfully, reason: %1 + + + Select a folder to add to the torrent + + + + + Select files to add to the torrent + + + + + Please type an announce URL + + + + + Announce URL: + + + + + Please type an URL Seed + + + + + URL Seed: + + downloadFromURL @@ -2535,12 +2664,12 @@ Changelog: is onjuist geformuleerd. - + Range Start IP Reeks Begin IP - + Start IP: Begin IP: @@ -2555,22 +2684,22 @@ Changelog: Dit IP is incorrect. - + Range End IP Reeks Einde IP - + End IP: Einde IP: - + IP Range Comment IP Reeks Opmerkingen - + Comment: Opmerkingen: @@ -2581,48 +2710,48 @@ Changelog: naar - + Choose your favourite preview program Kies uw favoriete vooruitblik programma - + Invalid IP Ongeldig IP - + This IP is invalid. Dit IP is ongeldig. - + Options were saved successfully. Opties zijn succesvol opgeslagen. - + Choose scan directory Kies scandirectory - + Choose an ipfilter.dat file Kies een ipfilter.dat bestand - + Choose a save directory Kies een opslagmap - + I/O Error Input/Output Error I/O Fout - + Couldn't open %1 in read mode. Kon %1 niet openen om te lezen. @@ -2664,7 +2793,7 @@ selecteer alstublieft een er van: Torrent eigenschappen - + OK OK @@ -2739,17 +2868,17 @@ selecteer alstublieft een er van: Bestanden in de huidige torrent: - + Unselect Deselecteer - + Select Selecteer - + You can select here precisely which files you want to download in current torrent. U kan hier precies selecteren welke bestanden uit de huidige torrent u wilt downloaden. @@ -3015,10 +3144,40 @@ selecteer alstublieft een er van: - + <u>Note:</u> It is important that you keep sharing your torrents after they are finished for the well being of the network. + + + Start + Start + + + + Pause + Pauze + + + + Delete + Verwijderen + + + + Delete Permanently + Permanent verwijderen + + + + Torrent Properties + Torrent eigenschappen + + + + Preview file + Kijk vooruit op bestand + torrentAdditionDialog diff --git a/src/lang/qbittorrent_pl.qm b/src/lang/qbittorrent_pl.qm index abf93a6aba831597877bf7a7e0b1ea77ae265626..0dea9ac877c70ba3101e90ae792c509ce935a967 100644 GIT binary patch delta 4124 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 b{M=e1u`4cq-1K;vFeATi`iuOrji>(wl6%VO delta 3849 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%0Aw9t)~6W!~HJwpsB4 zV@BFX7RJd%?{nB;C2Qr;6paYE*j1&ZVf#B+SfnDV_CIYmx5}Pv3K}dZO3l`)S$&m@ zz=ono#WtxOj6ar) FinishedTorrents - + Finished Zakończono - + Name i.e: file name Nazwa - + Size i.e: file size Rozmiar - + Progress i.e: % downloaded Postęp - + DL Speed i.e: Download speed Prędkość DL - + UP Speed i.e: Upload speed Prędkość UP - + Seeds/Leechs i.e: full/partial sources Seeds/Leechs - + Status Status - + ETA i.e: Estimated Time of Arrival / Time left ETA - + Finished i.e: Torrent has finished downloading Zakończono + + + None + i.e: No error message + Brak + GUI @@ -796,12 +802,12 @@ Wszystkie prawa zastrżeżone © 2006 Christophe Dumez<br> Prędkość UP: - + Open Torrent Files Otwórz pliki Torrent - + Torrent Files Pliki Torrent @@ -842,7 +848,7 @@ Wszystkie prawa zastrżeżone © 2006 Christophe Dumez<br> Problem z odkodowaniem pliku torrent: - + This file is either corrupted or this isn't a torrent. Plik jest uszkodzony lub nie jest plikiem torrent. @@ -852,12 +858,12 @@ Wszystkie prawa zastrżeżone © 2006 Christophe Dumez<br> Czy chcesz usunać wszystkie pliki z listy pobierania? - + &Yes &Tak - + &No &Nie @@ -867,7 +873,7 @@ Wszystkie prawa zastrżeżone © 2006 Christophe Dumez<br> List pobierania wyczyszczona. - + Are you sure you want to delete the selected item(s) in download list? Czy chcesz usunać wybrane elementy z listy pobierania? @@ -915,7 +921,7 @@ Wszystkie prawa zastrżeżone © 2006 Christophe Dumez<br> wznowiony. - + Finished Ukończone @@ -925,12 +931,12 @@ Wszystkie prawa zastrżeżone © 2006 Christophe Dumez<br> Sprawdzanie.... - + Connecting... Łączenie... - + Downloading... Ściąganie... @@ -958,12 +964,12 @@ Wszystkie prawa zastrżeżone © 2006 Christophe Dumez<br> qBittorrent - + qBittorrent qBittorrent - + Are you sure? -- qBittorrent Jesteś pewny? -- qBittorrent @@ -1004,7 +1010,7 @@ Wszystkie prawa zastrżeżone © 2006 Christophe Dumez<br> zakończył sciąganie. - + Couldn't listen on any of the given ports. Nie można nasłuchiwać na zaðnym z podanych portów. @@ -1202,7 +1208,7 @@ Changelog: Prędkość UP - + Status Status @@ -1233,17 +1239,17 @@ Changelog: Zablokowany - + Paused Zatrzymany - + Preview process already running Podgląd jest już uruchomiony - + There is already another preview process running. Please close the other one first. Podgląd jest już uruchomiony. @@ -1283,12 +1289,12 @@ Zamknij najpierw okno podglądu. Czy na pewno chcesz zakończyć aplikację qBittorrent? - + Are you sure you want to delete the selected item(s) in download list and in hard drive? Czy na pewno chcesz usunać wybrany element z listy i z dysku? - + Download finished Pobieranie zakończone @@ -1310,58 +1316,58 @@ Zamknij najpierw okno podglądu. qBittorent %1 - + Connection status: Status połączenia: - + Offline Niepołączony - + No peers found... Nie znaleziono perów... - + Name i.e: file name Nazwa - + Size i.e: file size Rozmiar - + Progress i.e: % downloaded Postęp - + DL Speed i.e: Download speed Prędkość DL - + UP Speed i.e: Upload speed Prędkość UP - + Seeds/Leechs i.e: full/partial sources Seeds/Leechs - + ETA i.e: Estimated Time of Arrival / Time left ETA @@ -1379,19 +1385,19 @@ Zamknij najpierw okno podglądu. Leechers - + qBittorrent %1 started. e.g: qBittorrent v0.x started. qBittorrent %1 uruchomiony. - + DL speed: %1 KiB/s e.g: Download speed: 10 KiB/s DL prędkość: %1 KiB/s - + UP speed: %1 KiB/s e.g: Upload speed: 10 KiB/s UP prędkość: %1 KiB/ @@ -1403,54 +1409,54 @@ Zamknij najpierw okno podglądu. Zakończono - + Checking... i.e: Checking already downloaded parts... Sprawdzanie.... - + Stalled i.e: State of a torrent whose download speed is 0kb/s Zablokowany - + Are you sure you want to quit? Czy na pewno chcesz zakończyć aplikację? - + '%1' was removed. 'xxx.avi' was removed. '%1' został usunięty. - + '%1' added to download list. '/home/y/xxx.torrent' was added to download list. '%1' dodany do listy pobierania. - + '%1' resumed. (fast resume) '/home/y/xxx.torrent' was resumed. (fast resume) '%1' wzniowiony. (szybkie wznawianie) - + '%1' is already in download list. e.g: 'xxx.avi' is already in download list. '%1' jest już na liście pobierania. - + Unable to decode torrent file: '%1' e.g: Unable to decode torrent file: '/home/y/xxx.torrent' Problem z odczytem pliku torrent: '%1' - + None i.e: No error message Brak @@ -1462,47 +1468,47 @@ Zamknij najpierw okno podglądu. Nasłuchuje na porcie: %1 - + All downloads were paused. Wszystkie zadania pobierania wstrzymane. - + '%1' paused. xxx.avi paused. '%1' wstrzymany. - + Connecting... i.e: Connecting to the tracker... Łączenie... - + All downloads were resumed. Wszystkie zadania pobierania wzniowione. - + '%1' resumed. e.g: xxx.avi resumed. '%1' wznowiony. - + %1 has finished downloading. e.g: xxx.avi has finished downloading. %1 został pobrany. - + I/O Error i.e: Input/Output Error Błąd We/Wy - + An error occured when trying to read or write %1. The disk is probably full, download has been paused e.g: An error occured when trying to read or write xxx.avi. The disk is probably full, download has been paused Wystąpił błąd podczas próby odczytu lub zapisu %1. Prawdopodobnie brak miejsca na dysku, zadania pobierania zostały wstrzymane @@ -1514,23 +1520,23 @@ Zamknij najpierw okno podglądu. Wystąpił błąd (brak miejsca?), '%1' wstrzymany. - + Connection Status: Status połączenia: - + Online Połączony - + Firewalled? i.e: Behind a firewall/router? Zablokowany? - + No incoming connections... Brak połączeń przychodzących... @@ -1556,84 +1562,94 @@ Zamknij najpierw okno podglądu. Wyniki - + Downloading '%1', please wait... e.g: Downloading 'xxx.torrent', please wait... Pobieranie '%1', proszę czekać... - + An error occured (full disk?), '%1' paused. e.g: An error occured (full disk?), 'xxx.avi' paused. Wystąpił błąd (brak miejsca?), '%1' wstrzymany. - + Search Szukaj - + RSS - + UPnP: no WAN service detected... - + UPnP: WAN service detected! - + qBittorrent is bind to port: %1 e.g: qBittorrent is bind to port: 1666 - + DHT support [ON], port: %1 - + DHT support [OFF] - + UPnP support [ON], port: %1 - + UPnP support [OFF] - + PeX support [ON] - + PeX support [OFF] - + The download list is not empty. Are you sure you want to quit qBittorrent? - + Downloads + + + Are you sure you want to delete the selected item(s) in finished list and in hard drive? + + + + + Are you sure you want to delete the selected item(s) in finished list? + + MainWindow @@ -1916,12 +1932,12 @@ Are you sure you want to quit qBittorrent? PropListDelegate - + False Nie - + True Tak @@ -1947,10 +1963,58 @@ Are you sure you want to quit qBittorrent? - + News: + + + Delete + Skasuj + + + + Rename + + + + + Refresh + + + + + Create + Utwórz + + + + RefreshAll + + + + + RSSImp + + + Please type a rss stream alias + + + + + Stream Alias: + + + + + Please type a rss stream url + + + + + Stream URL: + + SearchEngine @@ -2287,12 +2351,12 @@ Changelog: Create Torrent file - Utwórz plik Torrent + Utwórz plik Torrent - + Destination torrent file: - Docelowy plik torrent: + Docelowy plik torrent: @@ -2305,17 +2369,17 @@ Changelog: Komentarz: - + ... ... - + Create Utwórz - + Cancel Anuluj @@ -2327,75 +2391,105 @@ Changelog: Directory - Katalog + Katalog - + Torrent Creation Tool Kreator plików Torrent <center>Destination torrent file:</center> - <center>Docelowy plik torrent:</center> + <center>Docelowy plik torrent:</center> <center>Input file or directory:</center> - <center>Plik lub katalog źródłowy:</center> + <center>Plik lub katalog źródłowy:</center> <center>Announce url:<br>(One per line)</center> - <center>Adres publikacji:<br>(Jeden w linii)</center> + <center>Adres publikacji:<br>(Jeden w linii)</center> <center>Comment:</center> - <center>Komentarz:</center> + <center>Komentarz:</center> + + + + Torrent file creation + + + + + Input files or directories: + + + + + Announce urls (trackers): + + + + + URL seeds (optional): + + + + + Comment (optional): + + + + + Private (won't be distributed on trackerless network / DHT if enabled) + createtorrent - + Select destination torrent file Wybierz plik docelowy - + Torrent Files Pliki Torrent Select input directory or file - Wybierz katalog lub plik źródłowy + Wybierz katalog lub plik źródłowy - + No destination path set Katalog docelowy nie ustawiony - + Please type a destination path first Proszę podać katalog docelowy - + No input path set Katalog źródłowy nie zdefiniowany - + Please type an input path first Proszę podać katalog żródłowy Input path does not exist - Katalog źródłowy nie istnieje + Katalog źródłowy nie istnieje @@ -2403,25 +2497,55 @@ Changelog: Proszę podać poprawną ścieżkę źródłową - + Torrent creation Tworzenie torrent-a - + Torrent was created successfully: Utworzono plik torrent: Please type a valid input path first - Prosze podać prawidłowy katalog źródłowy + Prosze podać prawidłowy katalog źródłowy - + Torrent creation was successfully, reason: %1 + + + Select a folder to add to the torrent + + + + + Select files to add to the torrent + + + + + Please type an announce URL + + + + + Announce URL: + + + + + Please type an URL Seed + + + + + URL Seed: + + downloadFromURL @@ -2602,12 +2726,12 @@ Changelog: is malformed. - + Range Start IP Zakres początkowy IP - + Start IP: Początkowe IP: @@ -2622,22 +2746,22 @@ Changelog: To jest nieprawidłowe IP. - + Range End IP Końcowy zakres IP - + End IP: Końcowe IP: - + IP Range Comment Komentarz zakresu IP - + Comment: Komentarz: @@ -2648,48 +2772,48 @@ Changelog: do - + Choose your favourite preview program Wybierz program którym zawsze chcesz otwierać dany typ plików - + Invalid IP Niepoprawny adres IP - + This IP is invalid. Ten adres IP jest niepoprawny. - + Options were saved successfully. Ustawienia zapisane. - + Choose scan directory Wybierz katalog przeszukiwania - + Choose an ipfilter.dat file Wybierz plik ipfilter.dat - + Choose a save directory Wybierz katalog docelowy - + I/O Error Input/Output Error Błąd We/Wy - + Couldn't open %1 in read mode. Nie można otworzyć %1 w trybie odczytu. @@ -2775,7 +2899,7 @@ Changelog: Zawartość Torrent-a - + OK OK @@ -2855,17 +2979,17 @@ Changelog: Zaznaczony - + Unselect Odznacz - + Select Zaznacz - + You can select here precisely which files you want to download in current torrent. Możesz określić, które pliki chcesz pobrać z danego torrent-a. @@ -3081,10 +3205,40 @@ Changelog: - + <u>Note:</u> It is important that you keep sharing your torrents after they are finished for the well being of the network. + + + Start + Start + + + + Pause + Wstrzymaj + + + + Delete + Skasuj + + + + Delete Permanently + Usuń całkowicie + + + + Torrent Properties + Właściwości Torrent-a + + + + Preview file + Podgląd pliku + torrentAdditionDialog diff --git a/src/lang/qbittorrent_pt.qm b/src/lang/qbittorrent_pt.qm index 4b6a6ccfe9a020048b09ed920f92429c13970999..af742e68b54958589f4a43a04569bcbe0021a2d1 100644 GIT binary patch delta 4140 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 delta 3913 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 diff --git a/src/lang/qbittorrent_pt.ts b/src/lang/qbittorrent_pt.ts index c11ec7f6f..6340d33b6 100644 --- a/src/lang/qbittorrent_pt.ts +++ b/src/lang/qbittorrent_pt.ts @@ -583,68 +583,74 @@ Copyright ©2007 por Christophe Dumez<br> FinishedTorrents - + Finished Concluído - + Name i.e: file name Nome - + Size i.e: file size Tamanho - + Progress i.e: % downloaded Progresso - + DL Speed i.e: Download speed Velocidade de download - + UP Speed i.e: Upload speed Velocidade de Upload - + Seeds/Leechs i.e: full/partial sources Seeds/Leechs - + Status Estado - + ETA i.e: Estimated Time of Arrival / Time left ETA - + Finished i.e: Torrent has finished downloading Concluído + + + None + i.e: No error message + Nenhum + GUI - + Open Torrent Files Abrir Arquivos Torrent @@ -654,7 +660,7 @@ Copyright ©2007 por Christophe Dumez<br> Desconhecido - + This file is either corrupted or this isn't a torrent. Este arquivo está corrompido ou não é um torrent. @@ -664,17 +670,17 @@ Copyright ©2007 por Christophe Dumez<br> Tem certeza que deseja apagar todos os arquivos na lista de downloads? - + &Yes &Sim - + &No &Não - + Are you sure you want to delete the selected item(s) in download list? Tem certeza que deseja apagar o(s) arquivo(s) selecionado(s) na lista de downloads? @@ -689,7 +695,7 @@ Copyright ©2007 por Christophe Dumez<br> iniciado - + Finished Concluído @@ -699,12 +705,12 @@ Copyright ©2007 por Christophe Dumez<br> Checando... - + Connecting... Conectando... - + Downloading... Baixando... @@ -744,7 +750,7 @@ Copyright ©2007 por Christophe Dumez<br> Não pode criar o diretório: - + Torrent Files Arquivos Torrent @@ -798,12 +804,12 @@ Copyright ©2007 por Christophe Dumez<br> qBittorrent - + qBittorrent qBittorrent - + Are you sure? -- qBittorrent Tem certeza? -- qBittorrent @@ -833,7 +839,7 @@ Copyright ©2007 por Christophe Dumez<br> download finalizado. - + Couldn't listen on any of the given ports. Não foi possível escutar pelas portas dadas. @@ -1003,7 +1009,7 @@ Registro de mudanças: Velocidade de Upload - + Status Estado @@ -1029,17 +1035,17 @@ Registro de mudanças: Parado - + Paused Pausado - + Preview process already running Processo de pré-visualização já está rodando - + There is already another preview process running. Please close the other one first. Há um outro processo de pré-visualização rodando. @@ -1057,7 +1063,7 @@ Por favor feche o outro primeiro. Transferências - + Download finished Download finalizado @@ -1078,7 +1084,7 @@ Por favor feche o outro primeiro. Você tem certeza que quer sair do qBittorrent? - + Are you sure you want to delete the selected item(s) in download list and in hard drive? Você tem certeza que quer deletar o(s) arquivo(s) selecionado(s) da lista de download e do seu disco rígido? @@ -1094,58 +1100,58 @@ Por favor feche o outro primeiro. qBittorrent %1 - + Connection status: Estado da conexão: - + Offline Offline - + No peers found... Peers não encontrados... - + Name i.e: file name Nome - + Size i.e: file size Tamanho - + Progress i.e: % downloaded Progresso - + DL Speed i.e: Download speed Velocidade de download - + UP Speed i.e: Upload speed Velocidade de Upload - + Seeds/Leechs i.e: full/partial sources Seeds/Leechs - + ETA i.e: Estimated Time of Arrival / Time left ETA @@ -1163,19 +1169,19 @@ Por favor feche o outro primeiro. Leechers - + qBittorrent %1 started. e.g: qBittorrent v0.x started. qBittorrent %1 iniciado. - + DL speed: %1 KiB/s e.g: Download speed: 10 KiB/s Velocidade de download: %1 KiB/s - + UP speed: %1 KiB/s e.g: Upload speed: 10 KiB/s Velocidade de Upload: %1 KiB/s @@ -1187,54 +1193,54 @@ Por favor feche o outro primeiro. Concluído - + Checking... i.e: Checking already downloaded parts... Checando... - + Stalled i.e: State of a torrent whose download speed is 0kb/s Parado - + Are you sure you want to quit? Você tem certeza que quer sair? - + '%1' was removed. 'xxx.avi' was removed. '%1' foi deletado. - + '%1' added to download list. '/home/y/xxx.torrent' was added to download list. '%1' adicionado a lista de download. - + '%1' resumed. (fast resume) '/home/y/xxx.torrent' was resumed. (fast resume) '%1' continuando. (continue rápido) - + '%1' is already in download list. e.g: 'xxx.avi' is already in download list. '%1' já está na lista de download. - + Unable to decode torrent file: '%1' e.g: Unable to decode torrent file: '/home/y/xxx.torrent' Incapaz de decodificar arquivo torrent: '%1' - + None i.e: No error message Nenhum @@ -1246,47 +1252,47 @@ Por favor feche o outro primeiro. Escutando a porta: %1 - + All downloads were paused. Todos os downloads pausados. - + '%1' paused. xxx.avi paused. '%1' pausado. - + Connecting... i.e: Connecting to the tracker... Conectando... - + All downloads were resumed. Todos os downloads foram resumidos. - + '%1' resumed. e.g: xxx.avi resumed. '%1' resumido. - + %1 has finished downloading. e.g: xxx.avi has finished downloading. %1 download finalizado. - + I/O Error i.e: Input/Output Error Erro de Entrada/Saída - + An error occured when trying to read or write %1. The disk is probably full, download has been paused e.g: An error occured when trying to read or write xxx.avi. The disk is probably full, download has been paused Ocorreu um erro quando tentava ler ou escrever %1. Provavelmente o seu disco está cheio, o download foi pausado @@ -1298,23 +1304,23 @@ Por favor feche o outro primeiro. Ocorreu um erro (disco cheio?), '%1' pausado. - + Connection Status: Estado da conexão: - + Online Online - + Firewalled? i.e: Behind a firewall/router? Sob firewall? - + No incoming connections... Sem conexão... @@ -1340,84 +1346,94 @@ Por favor feche o outro primeiro. Resultados - + Downloading '%1', please wait... e.g: Downloading 'xxx.torrent', please wait... baixando '%1', por favor espere... - + An error occured (full disk?), '%1' paused. e.g: An error occured (full disk?), 'xxx.avi' paused. Ocorreu um erro (disco cheio?), '%1' pausado. - + Search Busca - + RSS - + UPnP: no WAN service detected... - + UPnP: WAN service detected! - + qBittorrent is bind to port: %1 e.g: qBittorrent is bind to port: 1666 - + DHT support [ON], port: %1 - + DHT support [OFF] - + UPnP support [ON], port: %1 - + UPnP support [OFF] - + PeX support [ON] - + PeX support [OFF] - + The download list is not empty. Are you sure you want to quit qBittorrent? - + Downloads + + + Are you sure you want to delete the selected item(s) in finished list and in hard drive? + + + + + Are you sure you want to delete the selected item(s) in finished list? + + MainWindow @@ -1685,12 +1701,12 @@ Are you sure you want to quit qBittorrent? PropListDelegate - + False Falso - + True Verdadeiro @@ -1716,10 +1732,58 @@ Are you sure you want to quit qBittorrent? - + News: + + + Delete + Apagar + + + + Rename + + + + + Refresh + + + + + Create + Criar + + + + RefreshAll + + + + + RSSImp + + + Please type a rss stream alias + + + + + Stream Alias: + + + + + Please type a rss stream url + + + + + Stream URL: + + SearchEngine @@ -2152,12 +2216,12 @@ Copyright ©2007 por Christophe Dumez<br> Create Torrent file - Criar arquivo torrent + Criar arquivo torrent - + Destination torrent file: - Arquivo torrent de destino: + Arquivo torrent de destino: @@ -2170,17 +2234,17 @@ Copyright ©2007 por Christophe Dumez<br> Comentário: - + ... ... - + Create Criar - + Cancel Cancelar @@ -2192,75 +2256,105 @@ Copyright ©2007 por Christophe Dumez<br> Directory - Diretório + Diretório - + Torrent Creation Tool Ferramenta de Criação de Torrent <center>Destination torrent file:</center> - <center>Arquivo torrent de destino:</center> + <center>Arquivo torrent de destino:</center> <center>Input file or directory:</center> - <center>Arquivo ou diretório:</center> + <center>Arquivo ou diretório:</center> <center>Announce url:<br>(One per line)</center> - <center>Divulgar url:<br>(Um por linha)</center> + <center>Divulgar url:<br>(Um por linha)</center> <center>Comment:</center> - <center>Comentário:</center> + <center>Comentário:</center> + + + + Torrent file creation + + + + + Input files or directories: + + + + + Announce urls (trackers): + + + + + URL seeds (optional): + + + + + Comment (optional): + + + + + Private (won't be distributed on trackerless network / DHT if enabled) + createtorrent - + Select destination torrent file Selecione o arquivo torrent de destino - + Torrent Files Arquivos Torrent Select input directory or file - Selecione o diretório ou arquivo de entrada + Selecione o diretório ou arquivo de entrada - + No destination path set Nenhum caminho de destino selecionado - + Please type a destination path first Digite primeiro um caminho de destino - + No input path set Nenhum caminho de entrada selecionado - + Please type an input path first Digite primeiro um caminho de entrada Input path does not exist - Caminho de entrada não existe + Caminho de entrada não existe @@ -2268,25 +2362,55 @@ Copyright ©2007 por Christophe Dumez<br> Digite primeiro um caminho de entrada correto - + Torrent creation Criação de torrent - + Torrent was created successfully: Torrent foi criado com sucesso: Please type a valid input path first - Por favor insira um caminho válido primeiro + Por favor insira um caminho válido primeiro - + Torrent creation was successfully, reason: %1 + + + Select a folder to add to the torrent + + + + + Select files to add to the torrent + + + + + Please type an announce URL + + + + + Announce URL: + + + + + Please type an URL Seed + + + + + URL Seed: + + downloadFromURL @@ -2461,12 +2585,12 @@ Copyright ©2007 por Christophe Dumez<br> está corrompido. - + Range Start IP IP do começo da escala - + Start IP: Iniciar IP: @@ -2481,22 +2605,22 @@ Copyright ©2007 por Christophe Dumez<br> Este IP está incorreto. - + Range End IP IP do fim da escala - + End IP: Finalizar IP: - + IP Range Comment Comentário Range de IP - + Comment: Comentário: @@ -2507,48 +2631,48 @@ Copyright ©2007 por Christophe Dumez<br> a - + Choose your favourite preview program Selecione seu programa preferido para pré-visualizar - + Invalid IP IP inválido - + This IP is invalid. Este IP é inválido. - + Options were saved successfully. Opções salvas com sucesso. - + Choose scan directory Selecione diretório para varredura - + Choose an ipfilter.dat file Selecione um arquivo ipfilter.dat - + Choose a save directory Selecione um diretório de salvamento - + I/O Error Input/Output Error Erro de Entrada/Saída - + Couldn't open %1 in read mode. Não posso abrir %1 no modo de leitura. @@ -2634,7 +2758,7 @@ Copyright ©2007 por Christophe Dumez<br> Conteúdo do Torrent - + OK OK @@ -2714,17 +2838,17 @@ Copyright ©2007 por Christophe Dumez<br> Selecionado - + Unselect Desfazer seleção - + Select Selecionar - + You can select here precisely which files you want to download in current torrent. Você pode selecionar aqui precisamente quais arquivos você quer baixar no torrent atual. @@ -2935,10 +3059,40 @@ Copyright ©2007 por Christophe Dumez<br> - + <u>Note:</u> It is important that you keep sharing your torrents after they are finished for the well being of the network. + + + Start + Iniciar + + + + Pause + Pausar + + + + Delete + Apagar + + + + Delete Permanently + Apagar permanentemente + + + + Torrent Properties + Propriedades do Torrent + + + + Preview file + Arquivo de pré-visualização + torrentAdditionDialog diff --git a/src/lang/qbittorrent_ro.qm b/src/lang/qbittorrent_ro.qm index 3ef06b0acded81afcbee4f5b9973ece5cc804c62..9822cdb383d129a8da35d120848c3547e8d24e92 100644 GIT binary patch delta 4117 zcmZ|Q2~<;O76T2bp*wTrE-b?Sc9VXRhh{xMJM%$(+&oZnl&?|%2*FZpn~@NS*Z zyU#vDyHod9E;$n%csPH}!5@-|nB^aMf9n{PN+b>?3U5>Qo~MXpt0?uGweTT1 z2G-molIKv`(&Mm>cNYz+jK}$P%IGqaNa019)k|O+?-Uxg!hrMbytiri#R4LwAMaq^ za?*{*#L9IvqIxd8NF$nyiBtj_RgdvhK@R>PlSZ4WaG{b$FMR?(rrd_b@GS3hnpBPn zm~fgr-2&gGHFpp=^94CK)Dp2``t%asXJhEbjt8)s?rg&I>>hf0IDtqVE6^s@z{3LV zsi*Lf;B71JYaAhhq)X8_Xb@yZyie5Tupno{Cq!+11&gm-fwh7qAwjTNuyJ7}k%w5Y zSCa*61Sh6?5_u{G%@>kjp5W%j5wJ$+6P^pdck2}_jQpdN$g5Zwv;8_eAnf;fBzz&v zwRjOZylaK|UvDMyJ}xYsjvnxSCbTza5czZ#maBTgOkw3qmkKNIp*MVP2xm3SC-Utt zoTs}A-w`f*jMDkm3y*spfzO2hNXC2ZvW3?Sqv3Mlbxj zQ%er=YY_FaPQ!)EqOtN+BL4u?3DZMRx~ULEgT-p_ek z#cLbp5(P)YO)y8?u(*PKBQFR+$uh9_z5l+pR@lA&xkMA zAOjsm;@e%7u$x3P0~zQzLE@c?ChNFC68QUmqR=`?=RqiG=rKt|V>40M07=iKtdwJ% zJsc}p8I9|m>m-}z9fPOchLfaGG>0fWT(a{BnmW9gw@I?Q9TpIwkT}l7c;nzV$;A;O zqDYz4KMUI;GLv_k+b$l`-Zxegb+JkN##!KYY0A-W;cd535z>@qlrXALnh}kfM;(#o zrl2RH9!v9^kcqbvq(zG1MA2c=3NZqT&XHCIqa@J_9MY*$OdS2CbgKLp_`CGIp;%GZ zuF~p@(Xd`Rd-`2?NVdO9=VHS6YI&p{-5-BW9`(pd zl)%W7!z}POd5Qz~-wu=yb}oQfysh%Aoh?Ltj>xk$L*ZR{m0w4qzOfMF_RWz`?QMsg z{5^XIqC~yCdg(pv|HNhTrCuwD`ibOAgX&?1d`r)N!8-ZAoloIm`N8@x;SKrWw%D%y zCGw-!s^C%iiR470qz>{^$56VY;qtGBJcIM(51OXHEeh#8WHjlKBBH*SC^=oxwM7k= zD0-|NNt8m0KE1YLz?2z^J_9o0CPn|e@$jFDWPcOUfVPS;*A~M;it&|5-GGIPyg3)( z6}PEAys3)vo7h&V?Yzy(A@1zlXCB#)o_gRyY_f)*m>pk1%rr&dns>!a{^9N(YhLVNhR8H zh$uT!rI=!bC91$cyq~>}_j|WGxhl5;{~fwW)x8KU~>cp|J+J#EE&W45VY+$x7x9ZZm908wrx6TGt-u41}u z3xz+r9UI6bYY@;_9g~uM2X0|fhZVr*%)l%RG_H=x9)(nnJL`75h{^x)9?|%|OtEKo zSjw2q7;pSzW^zC@QC=KVQ-gW(%*^bPYUsGc%zl9Y-Vrd1`}xE9%rcKg_zUxQQzTJ- z2WD;5E;yXouqPJIV>XwgNAf>o8WV59e=|qF-bAGD!JNH;=G9MS&Oddzp84T35j?~E zJZ&z~1QqjeIx;t55%WCeCOpl`B>VCIUqGzvC{|Pu#RiVv4RhGgu}FQv1~zQLG1%hP z5Xbhq*h*xmW#hUXf}gR&Iv$3%*|A%(LZh0^OE?AdS%Yh3g@ak+x&&Cx7QKbk7oK3v zOYz)9EnBTv57XIs?G@Pn6OXeS_hG<^zq1!^wh$GKVlQ==20vggd*IKgXg~Y34k6`HgiwXjJuWRaSvOsXkZy$OD;apb%pvJcg4Jc5aHwIj1L z6F6;xud~$ug&=LW;OG=CuyEfcf zYByOedUHeq9%}FOi0CB}i?Ve(E+ndi%ZmzipNxy@^yf0>N40RxacoG4&S*9k*tLZw z%&xUtwR(fWg}ulKY&N5X6I8Y1YTx>SyOPNIcw=c=S1QW>Z&qXUP=RYmjWin}ml$P8 zq$>z#aLjxmH@;hv`c)1EBHXIt1jWJ5bKR~BxZyoUy$;N|vqu!`tJ2wRMt#Z4M7qY2 zVx07n(nZNy=l!HSF}I)->-0z)DQxFE%xu(`A=D|QMy=lBdO@p0c*wpNx1faOCZ_vy z_e;TmeTT9HL=>z zE;iK2YBL$j+!gj5H@j_Q(0|3JwV`>?Rj#z@%_e=>8+miqmz)&%c#n8lPxrXm0zB#J znpbVbjkG2^HKhpx=V$NMi8{Z)=kdp~lddqL1OGBH2>*@Q1tQlfxpo=JGJZr(pV5hP HI9C1#3BkIR delta 3916 zcmaLZd0bTG8VB%a&g?U1W<&%95e5ZiQ5KOk!~k(YLj)89*<=P89A|JC_Ht0j4YG6; z%hWDp$~ClPawQcPGBHUrw{E#*CTg1cv96SOe*fYNQC zF%FS?Rf9V2Z&-WE-Q`er!+~#Oh@`hxIecx(J4nQHC4K`RPPe(z=5d=p6aRy3BK|1i z@7o14Y}S)>dlRm|BA-?skw8g4r#)c``P>bFOK9Za9=Ml+f;)(W1r&F_5gwumHTQ@_ zo@AO>e++|U>T?lIDha|4T0X8R4;(8UXU$wcHrk~5j_02vdgKWl7 zat1b*6jDm{3fM>~odvLyX4YXn$sJ17RG8p7|;UKNvWY zxu!~m2IhuhJlxJa=y^;u$bos%-VPJF_V!A+m>Z&B2wS-6qB!`NJNwoiBBvm(W*h=_ zD&^`<3duxHC%KC%))F}{ta2x!E*R=P2BBeX8d8E~J-a&~R*71(1 zuEL$X)5h!YHt%8$5_DJc?)XdKG`>R|&WgK<%_2i`KkmZJOtpoPEhKO()ykfR0^=+NTHxo^c@TpyfO_LjMNFL&-uZV zf@M`d!l#1GdoB}=auaO1bq3B8eEj4X+$d=iIK3fVqLGjEM4_Id7*8Eh7)KOq!uMgp zqA8Y@aBiRB14RifkBP!BiINo4h#~}{Tx$Rk@uCW+VMH%55bK*>@D^2u8gWA4vGI{ZHS93q^zSh{rU} zfcM3bAv=g-3dJvGX27?_G0qxzRGd+Y7R7XnGnbzwiXCrrk$o4$XU{^=bHKY@v%VjCz>9sRIj}Jb1e7+F zjZL}>x3F=Ex$tLpLIM^_H?c`GQNi@jZ2rb(U%5v#JA^H;4}uz2tHpY=e`3o9`w?XX zvNbi>Cqr#wm(8!n;557J83M@YX4i~!CdypGuIt|nzhU3j_z-0cVjD-|Rh$*iZrL3O zYuFEpaYnLQ+2*L*@IHI^%WXv2qu4KQ;?QOr*)!c%H?rRz;lfYZ>kC&9o~9o|G%r+M9)~~A^Gf7(od)<=zTU_q()!BR7h9iy zZIgU!JSNVU$#>S(z|Mm1GBE4MxG#IVY z$14^O}|6irZEZ0d&Pii`VEx}p;rBBPU~g&oSX2rsZl)m9ybG6?@^TINj+28-B`Q?DCmXg3E4pOBt=0(x==3gpgp`;`o72{tu zm63*u$jIS}FoOj6I8D|S78{j?ImUdYO0OhwmXx=d4KG#?&3&}peTy&-A~8K<#4fUG45$80<-4y ze(Qxheeo1xzLNC#Xc3nVA2oSnp8ucM`#six$XvC~s5V4J>vZ~JU9MW`R&3BlM9wip zc}>%)m4#}9QmfIay(9f?6U|wpoXzuQ$Se;g&tS}^sm|8QIGWvGb+rF|Rq=R@L7i*V z8_F?zh^2Mvn;i4}gw?^bDH-u-@yYGYEQcz3^HCvAgYB*!BMtJ=B8MW%pc=+&$m(P4az)?R&6ct5Y>NGZvtsJS-rI|nD13MT1(WsH2hy% zTMPUD3g-R1V0}%tZff29_ediCSg0YEX9@E-W;YLkd3$1lC1!dzW0(2Y=*-KjB0c_Q zN1x|An!l)W68~v=b9G9n`Mgs<%kdO9-e4b!?XBYTs^#^ZZ1MFiB>Kvn5nW8rs z(Dc57S^INy)+V0ict)+ArB=V6V_v)k{o(w3Bx=<;MQWw7yil#oQI_OrH7c`9rI+Q{f(Wz$|GD{V2@trR=3_zYfzPoW yfWPa4)AO3d>gUf#E`O?e-|>_dm2)laB@a24>t$_ROUEk*x#rwO$IP9J-~A7pszBlZ diff --git a/src/lang/qbittorrent_ro.ts b/src/lang/qbittorrent_ro.ts index f7238cd00..06d167349 100644 --- a/src/lang/qbittorrent_ro.ts +++ b/src/lang/qbittorrent_ro.ts @@ -593,68 +593,74 @@ Copyright © 2006 by Christophe Dumez<br> FinishedTorrents - + Finished Finişat - + Name i.e: file name Nume - + Size i.e: file size Capacitate - + Progress i.e: % downloaded Progress - + DL Speed i.e: Download speed Viteză DL - + UP Speed i.e: Upload speed Viteză UP - + Seeds/Leechs i.e: full/partial sources - + Status Stare - + ETA i.e: Estimated Time of Arrival / Time left ETA - + Finished i.e: Torrent has finished downloading Finişat + + + None + i.e: No error message + Nimic + GUI - + Open Torrent Files Deschide Fişiere Torrent @@ -664,7 +670,7 @@ Copyright © 2006 by Christophe Dumez<br> Necunoscut - + This file is either corrupted or this isn't a torrent. Acest fişier este deteriorat sau nu este torrent. @@ -674,17 +680,17 @@ Copyright © 2006 by Christophe Dumez<br> Sunteţi siguri să ştergeţi toate fişierele din lista de download? - + &Yes &Yes - + &No &No - + Are you sure you want to delete the selected item(s) in download list? Sunteţi siguri să ştergeţi itemii selectaţi din lista download? @@ -699,7 +705,7 @@ Copyright © 2006 by Christophe Dumez<br> început - + Finished Finişat @@ -709,12 +715,12 @@ Copyright © 2006 by Christophe Dumez<br> Verificare... - + Connecting... Conectare... - + Downloading... Downloading... @@ -754,7 +760,7 @@ Copyright © 2006 by Christophe Dumez<br> Nu pot crea directoriul: - + Torrent Files Fişiere Torrent @@ -808,12 +814,12 @@ Copyright © 2006 by Christophe Dumez<br> qBittorrent - + qBittorrent qBittorrent - + Are you sure? -- qBittorrent Sunteţi siguri? -- qBittorrent @@ -843,7 +849,7 @@ Copyright © 2006 by Christophe Dumez<br> am terminat descărcarea. - + Couldn't listen on any of the given ports. Nu pot asculta pe orice port dat. @@ -1014,7 +1020,7 @@ Changelog: Viteză UP - + Status Stare @@ -1045,17 +1051,17 @@ Changelog: Oprit - + Paused Pauzat - + Preview process already running Procesul de preview de acum este pornit - + There is already another preview process running. Please close the other one first. De acum alt proces de preview este pornit. @@ -1095,12 +1101,12 @@ Vă rugăm să-l opriţi. Doriti să eşiţi din qBittorrent? - + Are you sure you want to delete the selected item(s) in download list and in hard drive? Doriti să ştergeţi item(ii) selectaţi? - + Download finished @@ -1127,58 +1133,58 @@ Vă rugăm să-l opriţi. - + Connection status: - + Offline - + No peers found... - + Name i.e: file name Nume - + Size i.e: file size Capacitate - + Progress i.e: % downloaded Progress - + DL Speed i.e: Download speed Viteză DL - + UP Speed i.e: Upload speed Viteză UP - + Seeds/Leechs i.e: full/partial sources - + ETA i.e: Estimated Time of Arrival / Time left ETA @@ -1190,19 +1196,19 @@ Vă rugăm să-l opriţi. Seederi - + qBittorrent %1 started. e.g: qBittorrent v0.x started. - + DL speed: %1 KiB/s e.g: Download speed: 10 KiB/s - + UP speed: %1 KiB/s e.g: Upload speed: 10 KiB/s @@ -1214,122 +1220,122 @@ Vă rugăm să-l opriţi. Finişat - + Checking... i.e: Checking already downloaded parts... Verificare... - + Stalled i.e: State of a torrent whose download speed is 0kb/s Oprit - + Are you sure you want to quit? - + '%1' was removed. 'xxx.avi' was removed. - + '%1' added to download list. '/home/y/xxx.torrent' was added to download list. - + '%1' resumed. (fast resume) '/home/y/xxx.torrent' was resumed. (fast resume) - + '%1' is already in download list. e.g: 'xxx.avi' is already in download list. - + Unable to decode torrent file: '%1' e.g: Unable to decode torrent file: '/home/y/xxx.torrent' - + None i.e: No error message Nimic - + All downloads were paused. - + '%1' paused. xxx.avi paused. - + Connecting... i.e: Connecting to the tracker... Conectare... - + All downloads were resumed. - + '%1' resumed. e.g: xxx.avi resumed. - + %1 has finished downloading. e.g: xxx.avi has finished downloading. - + I/O Error i.e: Input/Output Error Eroare de intrare/eşire - + An error occured when trying to read or write %1. The disk is probably full, download has been paused e.g: An error occured when trying to read or write xxx.avi. The disk is probably full, download has been paused - + Connection Status: - + Online - + Firewalled? i.e: Behind a firewall/router? - + No incoming connections... @@ -1340,84 +1346,94 @@ Vă rugăm să-l opriţi. Rezultate - + Downloading '%1', please wait... e.g: Downloading 'xxx.torrent', please wait... - + An error occured (full disk?), '%1' paused. e.g: An error occured (full disk?), 'xxx.avi' paused. - + Search Caută - + RSS - + UPnP: no WAN service detected... - + UPnP: WAN service detected! - + qBittorrent is bind to port: %1 e.g: qBittorrent is bind to port: 1666 - + DHT support [ON], port: %1 - + DHT support [OFF] - + UPnP support [ON], port: %1 - + UPnP support [OFF] - + PeX support [ON] - + PeX support [OFF] - + The download list is not empty. Are you sure you want to quit qBittorrent? - + Downloads + + + Are you sure you want to delete the selected item(s) in finished list and in hard drive? + + + + + Are you sure you want to delete the selected item(s) in finished list? + + MainWindow @@ -1685,12 +1701,12 @@ Are you sure you want to quit qBittorrent? PropListDelegate - + False Fals - + True Adevărat @@ -1716,10 +1732,58 @@ Are you sure you want to quit qBittorrent? - + News: + + + Delete + Şterge + + + + Rename + + + + + Refresh + + + + + Create + Crează + + + + RefreshAll + + + + + RSSImp + + + Please type a rss stream alias + + + + + Stream Alias: + + + + + Please type a rss stream url + + + + + Stream URL: + + SearchEngine @@ -2049,12 +2113,12 @@ Changelog: Create Torrent file - Crează fişier Torrent + Crează fişier Torrent - + Destination torrent file: - Destinaţia fişierului torrent: + Destinaţia fişierului torrent: @@ -2067,17 +2131,17 @@ Changelog: Comentarii: - + ... ... - + Create Crează - + Cancel Anulare @@ -2089,75 +2153,105 @@ Changelog: Directory - Directoriul + Directoriul - + Torrent Creation Tool Crearea Torrentului <center>Destination torrent file:</center> - <center>Destinaţia fişierului torrent:</center> + <center>Destinaţia fişierului torrent:</center> <center>Input file or directory:</center> - <center>Fişier de intrare sau directoriu:</center> + <center>Fişier de intrare sau directoriu:</center> <center>Announce url:<br>(One per line)</center> - <center>Anunţă url:<br>(unu pe o linie)</center> + <center>Anunţă url:<br>(unu pe o linie)</center> <center>Comment:</center> - <center>Comentariu:</center> + <center>Comentariu:</center> + + + + Torrent file creation + + + + + Input files or directories: + + + + + Announce urls (trackers): + + + + + URL seeds (optional): + + + + + Comment (optional): + + + + + Private (won't be distributed on trackerless network / DHT if enabled) + createtorrent - + Select destination torrent file Selectează fişierul de destinare - + Torrent Files Fişiere Torrent Select input directory or file - Selectează directoriul sau fişierul de intrare + Selectează directoriul sau fişierul de intrare - + No destination path set Nu este setată calea de destinaţie - + Please type a destination path first Vă rugăm să arătaţi calea de destinaţie - + No input path set Nu sunt selectate fişiere de intrare - + Please type an input path first Vă rugăm să arătaţi calea de intrare Input path does not exist - Calea de intrare nu există + Calea de intrare nu există @@ -2165,25 +2259,55 @@ Changelog: Vă rugăm să introduceţi corect calea de intrare - + Torrent creation Crearea torentului - + Torrent was created successfully: Torrentul a fost creat cu success: Please type a valid input path first - Introduceţi o cale validă + Introduceţi o cale validă - + Torrent creation was successfully, reason: %1 + + + Select a folder to add to the torrent + + + + + Select files to add to the torrent + + + + + Please type an announce URL + + + + + Announce URL: + + + + + Please type an URL Seed + + + + + URL Seed: + + downloadFromURL @@ -2358,12 +2482,12 @@ Changelog: este neformată. - + Range Start IP Domeniul de Start IP - + Start IP: IP-ul de start: @@ -2378,22 +2502,22 @@ Changelog: Acest IP este incorrect. - + Range End IP Domeniul de sfirşit IP - + End IP: IP-ul de sfirşit: - + IP Range Comment Comentarii la domeniul de IP - + Comment: Comentarii: @@ -2404,48 +2528,48 @@ Changelog: la - + Choose your favourite preview program Alegeţi programul dvs. favorit pentru preview - + Invalid IP IP greşit - + This IP is invalid. Acest IP este valid. - + Options were saved successfully. - + Choose scan directory - + Choose an ipfilter.dat file - + Choose a save directory - + I/O Error Input/Output Error Eroare de intrare/eşire - + Couldn't open %1 in read mode. @@ -2531,7 +2655,7 @@ Changelog: Conţinutul torrentului - + OK OK @@ -2611,17 +2735,17 @@ Changelog: Selectat - + Unselect Deselectare - + Select Selectare - + You can select here precisely which files you want to download in current torrent. Puteţi selecta unde precis unde fiecare fişier va fi descărcat în torrentul curent. @@ -2837,10 +2961,40 @@ Changelog: - + <u>Note:</u> It is important that you keep sharing your torrents after they are finished for the well being of the network. + + + Start + Start + + + + Pause + Pauză + + + + Delete + Şterge + + + + Delete Permanently + Şterge permanent + + + + Torrent Properties + Proprietăţile Torrentului + + + + Preview file + Preview fişier + torrentAdditionDialog diff --git a/src/lang/qbittorrent_ru.qm b/src/lang/qbittorrent_ru.qm index 549b15d0510f5f0c65e0b1fbd3976d67b50a6069..c0151ae888aa192b0335130ac890d6e687f80c28 100644 GIT binary patch delta 4095 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 MT;4GLPSeqU0Xn|D1ONa4 delta 3961 zcma*o2~<;O76pb zYOSZ(RvAUDr0%Ut72B$H9k;q$wMD5tt)(+=IR8L&rkyiAb2!QGy_fIZ`+fI*?{VaP zW=9=kAF?N_=kcG{)qU&gd@!y4i|Y|Y@*kJme`lI@fQVHSSI@z*HW%95ZSw|kThfR) z1#x?K!Wf%Il5cIm`9|{G&k~7bAUf)dwe;k?}DJ{o%=6X&g+%3N&5 zQqoi;mK9NQ)*zvCAog*&xw#(2dPdU`Mz9uugwRYb~(f?>J1u51u! zFZmFu-VluPc$cV)RY7r&>ik&(#~xovL_~Q9$IW4 z$QVz>!%U`79sn0J#a2!BUoypy(EA9v?DCyB{KQkT8Fb zzzq%=%NFH~MnxyimC} zvf;;YJ-5!sdi@f&x#kGbfWF*jQ^&z1u2EQx3zb~cp})aqZf8%-)V&Ayt;U|nqZfA} zSqMjooD#6BJ?d=U6%D<=p2#ymG(6A%4~ilWe+Qp;>J=i2JcU+xm5bti&@!*nqREkH z=|GVvZ9f)1aE!>5Egehb9WE+jF#+!aQL!sZ>wQ~PEd2T{4?dl)I2GX^X0sSs6O z@PU^^i|74BG$>B=@$MUNu4v=n&&QS%owV4LXXJWR~jU3AYE zzx$@yTxSw9gVB56i{c*R z;{2L@ME;550_%1E_ia89*PdQY6fju4^u%;%5Su4{16PX8Z3*zCc%=~Uo4^=x{fY1hnagJ#9wYG)fCw@YKX^ zk(RuT`{Vqi^H$G-rP6ns>xtsk(rveo!(8e9#v^ct^j3@kD~P`$eZ*cM8aY?`YgT`F zQu=&D5Yedl()RNe@T^SvxP)l*DVh6MK12xd$K7vb`m9uWmzG3 z^(M}cO>cLE8#*1kTvp(Y1&(u*m9)0Q$+F6J#2L3sg5Xx zl{-7*zLY?lvu#@BlZ)`GPkAVxZt8*+P8=zp8-gBA+$uMDAi*R~UKLafBjgLa+<*(@ zi|SVpO}Q?w>mnn1QzhScClY4K8_!{)Z(8JgTP(0$eyHA#XzBp@v59y!PfeGfoSF@9 z%g<*w5v9hc+RaBq8RPgFc7x$wJ|_q9GJW`x zUOsR(UsZ)XnctiE#j`4jvL5h@Ut$8fD1K#_6THQ*?$$^&&4*v3_k<<{F{={Piz|Fqywou>`K-Uuas0 z^kRjW+Xqb{3h`mAM4zp2PQfP9uT;2ALCN)BD*7)wLNvqPX0jsC?*Ps}P$c#{2wN3n z+cBY;{S;HSVP!KKh+Dsom~ykUu= zQu;BTf5TNpO>ZetZiHgf9^9C_O>w@ZjVP~+;!>XqXi{A6hJQABUn`z2M9F3+D}7B* z;6vpQ_jaQE^U5S=JdOoZY|c@RKkS0@CgtQ@egiqN~aswN*sL`AW-{RCrIhbH#3=k|gEHmoMNo<>SFvVJWM8cIFCn zSH1{9t4gy}D)(x*SEX8d7yh7f;0uV#wyQcSTJ}uk`47ggKNpb~Q{RF@l`!k<)^_n~wZ(RzG+U}@srSPR!xAvTZhxvq3&Z0I(42dU!9{j=sZFO*#?@IYn{v$E(*)p(Q6p;cT_y?{Gr)dKUgl4?PQ`SfhZ-hSv-0HVF> zoz}YL*cg0K_o}=9-WzU-IlA-$o!VHMr&Fh^i_&xSS?1rW z+$~k5(SlU#2LIzj;Di-~;4c8VB9O_tbAtY|T#m2G6`4D07E1J|>Rib0Zn<6-$6BVF h5*YIlR|j)ywcNri*u`3IEo>HAqG}ujW@hQ(e*s<8H9-IX diff --git a/src/lang/qbittorrent_ru.ts b/src/lang/qbittorrent_ru.ts index 0b0bb6185..c42ed1294 100644 --- a/src/lang/qbittorrent_ru.ts +++ b/src/lang/qbittorrent_ru.ts @@ -650,63 +650,69 @@ Copyright © 2006 by Christophe Dumez<br> FinishedTorrents - + Finished Завершено - + Name i.e: file name Имя - + Size i.e: file size Размер - + Progress i.e: % downloaded - + DL Speed i.e: Download speed Скорость скач - + UP Speed i.e: Upload speed Скорость загр - + Seeds/Leechs i.e: full/partial sources Раздающих/Качающих - + Status Статус - + ETA i.e: Estimated Time of Arrival / Time left - + Finished i.e: Torrent has finished downloading Завершено + + + None + i.e: No error message + Нет + GUI @@ -726,7 +732,7 @@ Copyright © 2006 by Christophe Dumez<br> начат. - + qBittorrent qBittorrent @@ -746,12 +752,12 @@ Copyright © 2006 by Christophe Dumez<br> Скорость Загр.: - + Open Torrent Files Открыть файлы Torrent - + Torrent Files Файлы Torrent @@ -792,12 +798,12 @@ Copyright © 2006 by Christophe Dumez<br> Невозможно декодировать torrent файл: - + This file is either corrupted or this isn't a torrent. Этот файл либо поврежден, либо не torrent типа. - + Are you sure? -- qBittorrent Вы уверены? -- qBittorrent @@ -807,12 +813,12 @@ Copyright © 2006 by Christophe Dumez<br> Вы уверены что хотите удалить все файлы из списка закачек? - + &Yes &Да - + &No &Нет @@ -822,7 +828,7 @@ Copyright © 2006 by Christophe Dumez<br> Список закачек очищен. - + Are you sure you want to delete the selected item(s) in download list? Вы уверены что хотите удалить выделенные пункты из списка закачек? @@ -890,7 +896,7 @@ Copyright © 2006 by Christophe Dumez<br> скачивание завершено. - + Couldn't listen on any of the given ports. Невозможно прослушать ни один из заданных портов. @@ -906,7 +912,7 @@ Copyright © 2006 by Christophe Dumez<br> - + Finished Закончено @@ -916,12 +922,12 @@ Copyright © 2006 by Christophe Dumez<br> Проверка... - + Connecting... Подключение... - + Downloading... Скачивание... @@ -1115,7 +1121,7 @@ Changelog: Скорость загр - + Status Статус @@ -1146,17 +1152,17 @@ Changelog: Заглохло - + Paused Пауза - + Preview process already running Процесс предпросмотра уже работает - + There is already another preview process running. Please close the other one first. Есть уже другой процесс предпросмотра. @@ -1196,12 +1202,12 @@ Please close the other one first. Вы действительно хотите покинуть qBittorrent? - + Are you sure you want to delete the selected item(s) in download list and in hard drive? Вы действительно хотите удалить выбранный(-е) элемент(ы) из списка скачек и с жесткого диска? - + Download finished Скачивание завершено @@ -1223,58 +1229,58 @@ Please close the other one first. qBittorrent %1 - + Connection status: Состояние связи: - + Offline Не в сети - + No peers found... Не найдено пиров... - + Name i.e: file name Имя - + Size i.e: file size Размер - + Progress i.e: % downloaded Состояние - + DL Speed i.e: Download speed Скорость скач - + UP Speed i.e: Upload speed Скорость загр - + Seeds/Leechs i.e: full/partial sources Раздающих/Качающих - + ETA i.e: Estimated Time of Arrival / Time left Оцен. время @@ -1292,19 +1298,19 @@ Please close the other one first. Качающие - + qBittorrent %1 started. e.g: qBittorrent v0.x started. qBittorrent %1 запущен. - + DL speed: %1 KiB/s e.g: Download speed: 10 KiB/s Скорость скач.: %1 KiB/с - + UP speed: %1 KiB/s e.g: Upload speed: 10 KiB/s Скорость загр.: %1 KiB/с @@ -1316,54 +1322,54 @@ Please close the other one first. Завершено - + Checking... i.e: Checking already downloaded parts... Проверка... - + Stalled i.e: State of a torrent whose download speed is 0kb/s Простаивает - + Are you sure you want to quit? Вы действительно хотите выйти? - + '%1' was removed. 'xxx.avi' was removed. '%1' был удален. - + '%1' added to download list. '/home/y/xxx.torrent' was added to download list. '%1' добавлен в список закачек. - + '%1' resumed. (fast resume) '/home/y/xxx.torrent' was resumed. (fast resume) '%1' запущен. (быстрый запуск) - + '%1' is already in download list. e.g: 'xxx.avi' is already in download list. '%1' уже присутствует в списке закачек. - + Unable to decode torrent file: '%1' e.g: Unable to decode torrent file: '/home/y/xxx.torrent' Не удалось раскодировать torrent файл: '%1' - + None i.e: No error message Нет @@ -1375,47 +1381,47 @@ Please close the other one first. Прослушивание порта: %1 - + All downloads were paused. Все закачки были приостановлены. - + '%1' paused. xxx.avi paused. '%1' приостановлен. - + Connecting... i.e: Connecting to the tracker... Подключение... - + All downloads were resumed. Все закачки были запущены. - + '%1' resumed. e.g: xxx.avi resumed. '%1' запущена. - + %1 has finished downloading. e.g: xxx.avi has finished downloading. скачивание %1 завершено. - + I/O Error i.e: Input/Output Error Ошибка ввода/вывода - + An error occured when trying to read or write %1. The disk is probably full, download has been paused e.g: An error occured when trying to read or write xxx.avi. The disk is probably full, download has been paused При попытке чтения/записи %1 произошла ошибка. Возможно, на диске не хватает места, закачка приостановлена @@ -1427,23 +1433,23 @@ Please close the other one first. Произошла ошибка (нет места?), '%1' остановлен. - + Connection Status: Состояние связи: - + Online В сети - + Firewalled? i.e: Behind a firewall/router? Файерволл? - + No incoming connections... Нет входящих соединений... @@ -1469,84 +1475,94 @@ Please close the other one first. Результаты - + Downloading '%1', please wait... e.g: Downloading 'xxx.torrent', please wait... Скачивание '%1', подождите... - + An error occured (full disk?), '%1' paused. e.g: An error occured (full disk?), 'xxx.avi' paused. Произошла ошибка (нет места?), '%1' остановлен. - + Search Поиск - + RSS - + UPnP: no WAN service detected... - + UPnP: WAN service detected! - + qBittorrent is bind to port: %1 e.g: qBittorrent is bind to port: 1666 - + DHT support [ON], port: %1 - + DHT support [OFF] - + UPnP support [ON], port: %1 - + UPnP support [OFF] - + PeX support [ON] - + PeX support [OFF] - + The download list is not empty. Are you sure you want to quit qBittorrent? - + Downloads + + + Are you sure you want to delete the selected item(s) in finished list and in hard drive? + + + + + Are you sure you want to delete the selected item(s) in finished list? + + MainWindow @@ -1819,12 +1835,12 @@ Are you sure you want to quit qBittorrent? PropListDelegate - + False Нет - + True Да @@ -1850,10 +1866,58 @@ Are you sure you want to quit qBittorrent? - + News: + + + Delete + Удалить + + + + Rename + + + + + Refresh + + + + + Create + Создать + + + + RefreshAll + + + + + RSSImp + + + Please type a rss stream alias + + + + + Stream Alias: + + + + + Please type a rss stream url + + + + + Stream URL: + + SearchEngine @@ -2188,7 +2252,7 @@ Changelog: Create Torrent file - Создать файл Torrent + Создать файл Torrent @@ -2196,92 +2260,127 @@ Changelog: Комментарий: - + ... ... - + Create Создать - + Cancel Отмена Directory - Папка + Папка - + Torrent Creation Tool Инструмент для создания Torrent'ов <center>Destination torrent file:</center> - <center>torrent файл назначения:</center> + <center>torrent файл назначения:</center> <center>Input file or directory:</center> - <center>Входной файл или папка:</center> + <center>Входной файл или папка:</center> <center>Announce url:<br>(One per line)</center> - <center>Анонс-URL:<br>(По одной на строку)</center> + <center>Анонс-URL:<br>(По одной на строку)</center> <center>Comment:</center> - <center>Комментарий:</center> + <center>Комментарий:</center> + + + + Torrent file creation + + + + + Input files or directories: + + + + + Announce urls (trackers): + + + + + URL seeds (optional): + + + + + Comment (optional): + + + + + Private (won't be distributed on trackerless network / DHT if enabled) + + + + + Destination torrent file: + createtorrent - + Select destination torrent file Выберите torrent файл назначения - + Torrent Files Файлы Torrent Select input directory or file - Выберите входной файл или папку + Выберите входной файл или папку - + No destination path set Не установлен путь назначения - + Please type a destination path first Пожалуйста, сначала введите путь назначения - + No input path set Не установлен входной путь - + Please type an input path first Пожалуйста, сначала введите путь назначения Input path does not exist - Несуществующий входной путь + Несуществующий входной путь @@ -2289,25 +2388,55 @@ Changelog: Пожалуйста, сначала введите правильный входной путь - + Torrent creation Создание Torrent'а - + Torrent was created successfully: Torrent успешно создан: Please type a valid input path first - Пожалуйста, введите сначала правильный путь входа + Пожалуйста, введите сначала правильный путь входа - + Torrent creation was successfully, reason: %1 + + + Select a folder to add to the torrent + + + + + Select files to add to the torrent + + + + + Please type an announce URL + + + + + Announce URL: + + + + + Please type an URL Seed + + + + + URL Seed: + + downloadFromURL @@ -2488,12 +2617,12 @@ Changelog: поврежден. - + Range Start IP Начальный IP диапазона - + Start IP: Начальный IP: @@ -2508,22 +2637,22 @@ Changelog: Этот IP некорректен. - + Range End IP Конечный IP диапазона - + End IP: Конечный IP: - + IP Range Comment Комментарий к диапазону IP - + Comment: Комментарий: @@ -2534,48 +2663,48 @@ Changelog: кому - + Choose your favourite preview program Выберите вашу любимую программу для предпросмотра - + Invalid IP Неверный IP - + This IP is invalid. Этот IP неправилен. - + Options were saved successfully. Настройки были успешно сохранены. - + Choose scan directory Выберите директорию для сканирования - + Choose an ipfilter.dat file Выберите файл ipfilter.dat - + Choose a save directory Выберите путь сохранения - + I/O Error Input/Output Error Ошибка ввода/вывода - + Couldn't open %1 in read mode. Невозможно открыть %1 в режиме чтения. @@ -2696,22 +2825,22 @@ Changelog: Выбрано - + Unselect Отменить выбор - + Select Выбрать - + You can select here precisely which files you want to download in current torrent. Здесь вы можете выбрать заранее, какие файлы вы хотите скачать из текущего torrent-а. - + OK OK @@ -2967,10 +3096,40 @@ Changelog: - + <u>Note:</u> It is important that you keep sharing your torrents after they are finished for the well being of the network. + + + Start + Начать + + + + Pause + Приостановить + + + + Delete + Удалить + + + + Delete Permanently + Удалить навсегда + + + + Torrent Properties + + + + + Preview file + Фаил предпросмотра + torrentAdditionDialog diff --git a/src/lang/qbittorrent_sk.qm b/src/lang/qbittorrent_sk.qm index b07724c9285894a4f6acbf15bcb9fbb0a063a844..d743535dc18c7b1ef4e2bcff5f906fb0d5827e76 100644 GIT binary patch delta 4205 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νxZ;S-Ic z@Hx?fGR>}btaQN{&4EkE*urAX#e0$Pnx^aI=h$;M&DGscVUy;n>SQb$cZ@_$8BQTn zAnN}dKXSs46o2AOi`l@v4 z^3Eoh&6Zkog+ZH_oe|63%=LC|_qirWnVe-c&ePcq+R!?SImE6lH)!=no84+GueBTW zT8mk0x9Te97_26P&89UQ>~$9F9Bs6AQfjW&SgAFbb>$|5K8*WAoG-_uvCahpw=>*( zR@TEk$x>ZyFx$1EmKwX!V%C|$V$o}mGcdG8Bo<}o&%h5Kh@Hz%LSdU;}TT30e`|8LsA zz1AY&N~g0LX*PncHpq}lR}{`m(FcXxs1f5|&F*X*5i8`Rqf-8L=isP!)tuVSdaH8m zR)enkMG{>jNHIcMbq%*6X`*vUQiqsp3Syl;X~%>Eyt7OOoeg0&)EKlnv+E6Q4kAOm z9^CmUA+F)PWZ8yFtHDOnG^1A&i73uk6 zvGYigT*8$MX8i`HnQLla?vKTa+OcB4ELNkz*0>MGXoj59b`meX$SAZ*+nyz}VkLnBKfjG(4D+$VdjV z&^*$T9a`~gAT!!pvQhbqJF%}0tq=EUp3loeBACprPWRz{%^2)eX*3&cRXAuS9J=@y t`-T43j delta 3984 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 diff --git a/src/lang/qbittorrent_sk.ts b/src/lang/qbittorrent_sk.ts index 158ff6564..b15253d00 100644 --- a/src/lang/qbittorrent_sk.ts +++ b/src/lang/qbittorrent_sk.ts @@ -600,68 +600,74 @@ Copyright © 2006 by Christophe Dumez<br> FinishedTorrents - + Finished Skončené - + Name i.e: file name - + Size i.e: file size - + Progress i.e: % downloaded Priebeh - + DL Speed i.e: Download speed - + UP Speed i.e: Upload speed - + Seeds/Leechs i.e: full/partial sources Seederi/Leecheri - + Status Status - + ETA i.e: Estimated Time of Arrival / Time left - + Finished i.e: Torrent has finished downloading Skončené + + + None + i.e: No error message + + GUI - + Open Torrent Files Otvoriť torrent súbory @@ -671,7 +677,7 @@ Copyright © 2006 by Christophe Dumez<br> Nezne - + This file is either corrupted or this isn't a torrent. Tento súbor je buď poškodený alebo to nie je torrent. @@ -681,17 +687,17 @@ Copyright © 2006 by Christophe Dumez<br> Určite chcete zmazať všetky súbory v zozname sťahovaných? - + &Yes &Áno - + &No &Nie - + Are you sure you want to delete the selected item(s) in download list? Určite chcete zmazať vybrané položky v zozname sťahovaných? @@ -706,7 +712,7 @@ Copyright © 2006 by Christophe Dumez<br> spusten - + Finished hotovo @@ -716,12 +722,12 @@ Copyright © 2006 by Christophe Dumez<br> kontroluje sa... - + Connecting... pripája sa... - + Downloading... sťahuje sa... @@ -761,7 +767,7 @@ Copyright © 2006 by Christophe Dumez<br> Nebolo možné vytvoriť adresár: - + Torrent Files Torrent súbory @@ -811,12 +817,12 @@ Copyright © 2006 by Christophe Dumez<br> qBittorrent - + qBittorrent qBittorrent - + Are you sure? -- qBittorrent Ste si istý? -- qBittorrent @@ -846,7 +852,7 @@ Copyright © 2006 by Christophe Dumez<br> skončilo sťahovanie. - + Couldn't listen on any of the given ports. Nepodarilo sa počúvať na žiadnom zo zadaných portov. @@ -1035,7 +1041,7 @@ Záznam zmien: rýchlosť nahrávania - + Status Status @@ -1066,7 +1072,7 @@ Záznam zmien: Bez pohybu - + Paused Pozastavený @@ -1076,12 +1082,12 @@ Záznam zmien: Prenosy - + Preview process already running Proces náhľadu už beží - + There is already another preview process running. Please close the other one first. Iný proces náhľadu už beží. @@ -1116,12 +1122,12 @@ Najskôr ho prosím zatvorte. Ste si istý, že chcete zatvoriť qBittorrent? - + Are you sure you want to delete the selected item(s) in download list and in hard drive? Ste si istý, že chcete zmazať vybrané položky v zozname sťahovaných a na pevnom disku? - + Download finished Sťahovanie dokončené @@ -1148,58 +1154,58 @@ Najskôr ho prosím zatvorte. qBittorrent %1 - + Connection status: Stav spojenia: - + Offline Offline - + No peers found... Neboli nájdení rovesníci... - + Name i.e: file name Názov - + Size i.e: file size Veľkosť - + Progress i.e: % downloaded Priebeh - + DL Speed i.e: Download speed Rýchlosť sťahovania - + UP Speed i.e: Upload speed Rýchlosť nahrávania - + Seeds/Leechs i.e: full/partial sources Seederi/Leecheri - + ETA i.e: Estimated Time of Arrival / Time left Odhadované @@ -1217,19 +1223,19 @@ Najskôr ho prosím zatvorte. Leecheri - + qBittorrent %1 started. e.g: qBittorrent v0.x started. qBittorrent %1 spustený. - + DL speed: %1 KiB/s e.g: Download speed: 10 KiB/s Rýchlosť sťahovania: %1 KiB/s - + UP speed: %1 KiB/s e.g: Upload speed: 10 KiB/s Rýchlosť nahrávania: %1 KiB/s @@ -1241,54 +1247,54 @@ Najskôr ho prosím zatvorte. Skončené - + Checking... i.e: Checking already downloaded parts... kontroluje sa... - + Stalled i.e: State of a torrent whose download speed is 0kb/s Bez pohybu - + Are you sure you want to quit? Ste si istý, že chcete skončiť? - + '%1' was removed. 'xxx.avi' was removed. '%1' bol odstránený. - + '%1' added to download list. '/home/y/xxx.torrent' was added to download list. '%1' bol pridaný do zoznamu na sťahovanie. - + '%1' resumed. (fast resume) '/home/y/xxx.torrent' was resumed. (fast resume) '%1' bol obnovený. (rýchle obnovenie) - + '%1' is already in download list. e.g: 'xxx.avi' is already in download list. '%1' sa už nachádza v zozname sťahovaných. - + Unable to decode torrent file: '%1' e.g: Unable to decode torrent file: '/home/y/xxx.torrent' Nebol omožné dekodovať torrent súbor: '%1' - + None i.e: No error message Žiadna @@ -1300,47 +1306,47 @@ Najskôr ho prosím zatvorte. Počúvam na porte: %1 - + All downloads were paused. Všetky sťahovania pozastavené. - + '%1' paused. xxx.avi paused. '%1' pozastavené. - + Connecting... i.e: Connecting to the tracker... pripája sa... - + All downloads were resumed. Všetky sťahovania obnovené. - + '%1' resumed. e.g: xxx.avi resumed. '%1' obnovené. - + %1 has finished downloading. e.g: xxx.avi has finished downloading. %1 je stiahnutý. - + I/O Error i.e: Input/Output Error V/V Chyba - + An error occured when trying to read or write %1. The disk is probably full, download has been paused e.g: An error occured when trying to read or write xxx.avi. The disk is probably full, download has been paused Vyskytla sa chyba pri pokuse o čítanie alebo zapisovanie do %1. Disk je pravdepodobne plný, sťahovanie bolo pozastavené @@ -1352,23 +1358,23 @@ Najskôr ho prosím zatvorte. Vyskytla sa chyba (plný disk?), '%1' pozastavené. - + Connection Status: Stav spojenia: - + Online Online - + Firewalled? i.e: Behind a firewall/router? Za firewallom? - + No incoming connections... Žiadne prichádzajúce spojenia... @@ -1394,84 +1400,94 @@ Najskôr ho prosím zatvorte. Výsledky - + Downloading '%1', please wait... e.g: Downloading 'xxx.torrent', please wait... Sťahuje sa '%1', čakajte prosím... - + An error occured (full disk?), '%1' paused. e.g: An error occured (full disk?), 'xxx.avi' paused. Vyskytla sa chyba (plný disk?), '%1' pozastavené. - + Search Vyhľadávanie - + RSS - + UPnP: no WAN service detected... - + UPnP: WAN service detected! - + qBittorrent is bind to port: %1 e.g: qBittorrent is bind to port: 1666 - + DHT support [ON], port: %1 - + DHT support [OFF] - + UPnP support [ON], port: %1 - + UPnP support [OFF] - + PeX support [ON] - + PeX support [OFF] - + The download list is not empty. Are you sure you want to quit qBittorrent? - + Downloads + + + Are you sure you want to delete the selected item(s) in finished list and in hard drive? + + + + + Are you sure you want to delete the selected item(s) in finished list? + + MainWindow @@ -1734,12 +1750,12 @@ Are you sure you want to quit qBittorrent? PropListDelegate - + False Nie - + True Áno @@ -1765,10 +1781,58 @@ Are you sure you want to quit qBittorrent? - + News: + + + Delete + Zmazať + + + + Rename + + + + + Refresh + + + + + Create + Vytvoriť + + + + RefreshAll + + + + + RSSImp + + + Please type a rss stream alias + + + + + Stream Alias: + + + + + Please type a rss stream url + + + + + Stream URL: + + SearchEngine @@ -2102,12 +2166,12 @@ Záznam zmien: Create Torrent file - Vytvoriť Torrent súbor + Vytvoriť Torrent súbor - + Destination torrent file: - Cieov torrent sbor: + Cieov torrent sbor: @@ -2120,17 +2184,17 @@ Záznam zmien: Koment: - + ... ... - + Create Vytvoriť - + Cancel Storno @@ -2142,75 +2206,105 @@ Záznam zmien: Directory - Adresár + Adresár - + Torrent Creation Tool Nástroj na vytvorenie Torrentu <center>Destination torrent file:</center> - <center>Cieľový torrent súbor:</center> + <center>Cieľový torrent súbor:</center> <center>Input file or directory:</center> - <center>Vstupný súbor alebo adresár:</center> + <center>Vstupný súbor alebo adresár:</center> <center>Announce url:<br>(One per line)</center> - <center>Oznamujúce url:<br>(jedna na riadok)</center> + <center>Oznamujúce url:<br>(jedna na riadok)</center> <center>Comment:</center> - <center>Komentár:</center> + <center>Komentár:</center> + + + + Torrent file creation + + + + + Input files or directories: + + + + + Announce urls (trackers): + + + + + URL seeds (optional): + + + + + Comment (optional): + + + + + Private (won't be distributed on trackerless network / DHT if enabled) + createtorrent - + Select destination torrent file Vybrať cieľový torrent súbor - + Torrent Files Torrent súbory Select input directory or file - Vyberte vstupný adresár alebo súbor + Vyberte vstupný adresár alebo súbor - + No destination path set Nebola nastavená cieľová cesta - + Please type a destination path first Napíšte prosím najprv cieľovú cestu - + No input path set Nebola zadaná vstupná cesta - + Please type an input path first Napíšte prosím najprv vstupnú cestu Input path does not exist - Vstupná cesta neexistuje + Vstupná cesta neexistuje @@ -2218,25 +2312,55 @@ Záznam zmien: Prosím, napíšte správnu vstupnú cestu - + Torrent creation Vytvorenie torrentu - + Torrent was created successfully: Torrent bol úspešne vytvorený: Please type a valid input path first - Prosím, najprv napíšte platnú cestu pre vstup + Prosím, najprv napíšte platnú cestu pre vstup - + Torrent creation was successfully, reason: %1 + + + Select a folder to add to the torrent + + + + + Select files to add to the torrent + + + + + Please type an announce URL + + + + + Announce URL: + + + + + Please type an URL Seed + + + + + URL Seed: + + downloadFromURL @@ -2456,12 +2580,12 @@ Záznam zmien: je v zlom tvare. - + Range Start IP Počiatočná IP rozsahu - + Start IP: Počiatočná IP: @@ -2476,22 +2600,22 @@ Záznam zmien: Táto IP je nesprávna. - + Range End IP Koncová IP rozsahu - + End IP: Koncová IP: - + IP Range Comment Komentár k IP rozsahu - + Comment: Komentár: @@ -2507,48 +2631,48 @@ Záznam zmien: - + Choose your favourite preview program Zvoľte si obľúbený program pre náhľad - + Invalid IP Neplatná IP - + This IP is invalid. Táto IP je neplatná. - + Options were saved successfully. Nastavenia úspešne uložené. - + Choose scan directory Zvoliť adresár pre prezeranie - + Choose an ipfilter.dat file Vyberte súbor ipfilter.dat - + Choose a save directory Vyberte adresár, kde sa bude ukladať - + I/O Error Input/Output Error V/V Chyba - + Couldn't open %1 in read mode. Nebolo možné otvoriť %1 v režime pre čítanie. @@ -2634,7 +2758,7 @@ Záznam zmien: Obsah torrentu - + OK OK @@ -2714,17 +2838,17 @@ Záznam zmien: Vybrané - + Unselect Odober - + Select Vyber - + You can select here precisely which files you want to download in current torrent. Tu môžete presne vybrať, ktoré súbory zo súčasného torrentu chcete stiahnuť. @@ -2940,10 +3064,40 @@ Záznam zmien: - + <u>Note:</u> It is important that you keep sharing your torrents after they are finished for the well being of the network. + + + Start + Spustiť + + + + Pause + Pozastaviť + + + + Delete + Zmazať + + + + Delete Permanently + Trvalo zmazať + + + + Torrent Properties + Vlastnosti torrentu + + + + Preview file + Náhľad súboru + torrentAdditionDialog diff --git a/src/lang/qbittorrent_sv.qm b/src/lang/qbittorrent_sv.qm index 7642eb1a9c7a8de6a18acfb5fcd9d76b394752d7..d6ec0ac427a70a8b6dbf3d97b8916ae93345533d 100644 GIT binary patch delta 4087 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 delta 3890 zcmaLY30PEB8wc=r_U+D$2q+-pfEfGYf+zwCNGgiT;s%N!Gr}Ou7|Z}-F({Y{Xy#QY zKeG=jMIll~b6-d>14WJe)N=o{(nxcw)THk}FxHbjU(Y-Mg4aV^?;CvyK=0u$LCsNvT zCV8zP>ZRaJI_CzbTQ#lZth;y-9nGBeZZ1SNa?aMb3Sbmxk8(2H#%Wn>OVnG!IaS#J zV>#^|5pXr<_SQsrhTF$8iOAN)s)p5XgPf(gG`awzevGkT+ak3_E$Vzu!aT7{Jqx_9hcK z7Vva!B6PIzmK32jPGfmXi?q(i3$9SaPb&J5OzMaU;Ll9JD>cT;;Kob}Z>jar!?1C2sna|NbkS8z-P~(Ba z1piv`4y?0!+Umm|-CYG66>1{)34)D2$dr32{1EODZ1lJE|0LL6ag1nCfYteedfrO3 z*9aO-N4MeNgkZM=R{Bam!KpxdA`b__xkMg}6*^7EF80`9^%r6Ax0{GO6QhI zsuUMF4kQX44>5kIUc5Ni0Jn=@Hw+*OD-@Sj-No}C_DEc1w}B`;UR>o;30H~tHa>-I z;{DIxg%89>Z19wf9xQIUUPLq|S=4?S;mfYo^gDsK=>OqKXLNCd0n@7UklCF+oq8Ncx@vx9+qMg+9bAMPa4er7_d(tfF z%x?s+Q<{8bH&N^qsX7#|*4TP!MwcVJ*5l+RX`Uw{ow89{*x3ayNlUvh&Qy2l%Cs?X zqx3!J)$p{mc8KXFQJhg)doToUkv4=Q^>LSbjJK73nve7Gane1XZh|YMH&>5`KS_W1 zPYY4POc{Mp26xJMA0LK4%Os05M2XchXJ_1(c&f)~LaXCtN%?q{Pb-nV5sFeyyC5@} zyfE-|m8@)J0h}Xyv)2{4UbehuEz!)cWb1oLiDrpqTW&I=0C6DXEf--94$qmR*=3seBNGn_{S8H*dwpgyVM5cW#*L)B{loch< z^h3(C-jZim;rgsjd8y<>q6J~{ivAL~L%ww{?#p(PcieuA=RZ4NettkPIz#w^uvf27Fa!@SQL%F z<<}TRWqU5%s@P!Q!*3KDj9El^-ioa;xIXVS#m>qyJpXw=Da>^#M21<4-D~&2&lM+s ze@ZNZo2?7iqf^QGwC0=&IQjVaSD z6Iq6(TneX%?#cAs6IyyKQ)XatKQf|~O(D2rUiX!r-S??zVfURX^rc}uFPsnf>zIEm zH!w6^qcdo7!y|M$y>Xx}U86GQW`~5%%MJIOqSL4rYI0TCTAju#G{AZxyTrxA{4A!F z%kGJFvP7()iL5f(UMd-@&DEqE^tp@J2xEWq!`N52?5L@0{32;Oa+gh6$kqZZ$bfG) z=@Eho%gn~d5|oPOBd}~_w~yx^t8+=vWMfE`wmYZl7vrn+xvKfvYz?bQ=xa*)TfQbB zKRMkK>Hf%7_uwy0_}9f)viSe9Qf=Fd{gdYeso z?{nB>2q=r?Ms0sx%D FinishedTorrents - + Finished Färdig - + Name i.e: file name Namn - + Size i.e: file size Storlek - + Progress i.e: % downloaded Förlopp - + DL Speed i.e: Download speed Hämtningshastighet - + UP Speed i.e: Upload speed Sändningshastighet - + Seeds/Leechs i.e: full/partial sources Dist/Repr - + Status Status - + ETA i.e: Estimated Time of Arrival / Time left Färdig om - + Finished i.e: Torrent has finished downloading Färdig + + + None + i.e: No error message + Ingen + GUI - + Open Torrent Files Öppna Torrent-filer - + This file is either corrupted or this isn't a torrent. Denna fil är antingen skadad eller så är den inte en torrent-fil. - + &Yes &Ja - + &No &Nej - + Are you sure you want to delete the selected item(s) in download list? Är du säker på att du vill ta bort de markerade post(erna) i hämtningslistan? - + Connecting... Ansluter... - + Downloading... Hämtar... - + Torrent Files Torrent-filer - + Are you sure? -- qBittorrent Är du säker? -- qBittorrent - + Couldn't listen on any of the given ports. Kunde inte lyssna på någon av de angivna portarna. @@ -727,7 +733,7 @@ Changelog: Resultat - + Status Status @@ -737,17 +743,17 @@ Changelog: Sökmotor - + Paused Pausad - + Preview process already running Förhandsvisningsprocess kör redan - + There is already another preview process running. Please close the other one first. Det finns redan en annan förhandsvisningsprocess. @@ -764,12 +770,12 @@ Stäng den först. Är du säker på att du vill avsluta qBittorrent? - + Are you sure you want to delete the selected item(s) in download list and in hard drive? Är du säker på att du vill ta bort de markerade objekten i hämtningslistan och på hårddisken? - + Download finished Hämtningen är färdig @@ -785,58 +791,58 @@ Stäng den först. qBittorrent %1 - + Connection status: Anslutningsstatus: - + Offline Frånkopplad - + No peers found... Inga parter hittades... - + Name i.e: file name Namn - + Size i.e: file size Storlek - + Progress i.e: % downloaded Förlopp - + DL Speed i.e: Download speed Hämtningshastighet - + UP Speed i.e: Upload speed Sändningshastighet - + Seeds/Leechs i.e: full/partial sources Dist/Repr - + ETA i.e: Estimated Time of Arrival / Time left Färdig om @@ -854,24 +860,24 @@ Stäng den först. Reciprokörer - + qBittorrent %1 started. e.g: qBittorrent v0.x started. qBittorrent %1 startad. - + qBittorrent qBittorrent - + DL speed: %1 KiB/s e.g: Download speed: 10 KiB/s Hämtning: %1 KiB/s - + UP speed: %1 KiB/s e.g: Upload speed: 10 KiB/s Sändning: %1 KiB/s @@ -883,54 +889,54 @@ Stäng den först. Färdig - + Checking... i.e: Checking already downloaded parts... Kontrollerar... - + Stalled i.e: State of a torrent whose download speed is 0kb/s Avstannad - + Are you sure you want to quit? Är du säker på att du vill avsluta? - + '%1' was removed. 'xxx.avi' was removed. \"%1\" togs bort. - + '%1' added to download list. '/home/y/xxx.torrent' was added to download list. \"%1\" lades till i hämtningslistan. - + '%1' resumed. (fast resume) '/home/y/xxx.torrent' was resumed. (fast resume) \"%1\" återupptogs. (snabbt läge) - + '%1' is already in download list. e.g: 'xxx.avi' is already in download list. \"%1\" finns redan i hämtningslistan. - + Unable to decode torrent file: '%1' e.g: Unable to decode torrent file: '/home/y/xxx.torrent' Kunde inte avkoda torrent-fil: \"%1\" - + None i.e: No error message Ingen @@ -942,47 +948,47 @@ Stäng den först. Lyssnar på port: %1 - + All downloads were paused. Alla hämtningar har pausats. - + '%1' paused. xxx.avi paused. \"%1\" pausad. - + Connecting... i.e: Connecting to the tracker... Ansluter... - + All downloads were resumed. Alla hämtningar har återupptagits. - + '%1' resumed. e.g: xxx.avi resumed. \"%1\" återupptogs. - + %1 has finished downloading. e.g: xxx.avi has finished downloading. %1 har hämtats färdigt. - + I/O Error i.e: Input/Output Error In/Ut-fel - + An error occured when trying to read or write %1. The disk is probably full, download has been paused e.g: An error occured when trying to read or write xxx.avi. The disk is probably full, download has been paused Ett fel inträffade vid försök att läsa eller skriva %1. Disken är antagligen full, hämtningen har pausats @@ -994,23 +1000,23 @@ Stäng den först. Ett fel inträffade (full disk?), \"%1\" pausad. - + Connection Status: Anslutningsstatus: - + Online Ansluten - + Firewalled? i.e: Behind a firewall/router? Brandvägg? - + No incoming connections... Inga inkommande anslutningar... @@ -1036,89 +1042,99 @@ Stäng den först. Resultat - + Downloading '%1', please wait... e.g: Downloading 'xxx.torrent', please wait... Hämtar \"%1\", vänta... - + An error occured (full disk?), '%1' paused. e.g: An error occured (full disk?), 'xxx.avi' paused. Ett fel inträffade (full disk?), \"%1\" pausad. - + Search Sök - + RSS - + UPnP: no WAN service detected... - + UPnP: WAN service detected! - + qBittorrent is bind to port: %1 e.g: qBittorrent is bind to port: 1666 - + DHT support [ON], port: %1 - + DHT support [OFF] - + UPnP support [ON], port: %1 - + UPnP support [OFF] - + PeX support [ON] - + PeX support [OFF] - + The download list is not empty. Are you sure you want to quit qBittorrent? - + Downloads - + Finished Färdig + + + Are you sure you want to delete the selected item(s) in finished list and in hard drive? + + + + + Are you sure you want to delete the selected item(s) in finished list? + + MainWindow @@ -1316,12 +1332,12 @@ Are you sure you want to quit qBittorrent? PropListDelegate - + True Sant - + False Falskt @@ -1339,10 +1355,58 @@ Are you sure you want to quit qBittorrent? - + News: + + + Delete + Ta bort + + + + Rename + + + + + Refresh + + + + + Create + Skapa + + + + RefreshAll + + + + + RSSImp + + + Please type a rss stream alias + + + + + Stream Alias: + + + + + Please type a rss stream url + + + + + Stream URL: + + SearchEngine @@ -1646,116 +1710,181 @@ Changelog: Create Torrent file - Skapa torrent-fil + Skapa torrent-fil - + ... ... - + Create Skapa - + Cancel Avbryt Directory - Katalog + Katalog - + Torrent Creation Tool Verktyg för att skapa torrent <center>Destination torrent file:</center> - <center>Mål-torrent-fil:</center> + <center>Mål-torrent-fil:</center> <center>Input file or directory:</center> - <center>Inmatningsfil eller katalog:</center> + <center>Inmatningsfil eller katalog:</center> <center>Announce url:<br>(One per line)</center> - <center>Annonserings-url:<br>(en per rad)</center> + <center>Annonserings-url:<br>(en per rad)</center> <center>Comment:</center> - <center>Kommentar:</center> + <center>Kommentar:</center> + + + + Torrent file creation + + + + + Input files or directories: + + + + + Announce urls (trackers): + + + + + URL seeds (optional): + + + + + Comment (optional): + + + + + Private (won't be distributed on trackerless network / DHT if enabled) + + + + + Destination torrent file: + createtorrent - + Select destination torrent file Välj mål för torrent-fil - + Torrent Files Torrent-filer Select input directory or file - Välj katalog eller fil för indata + Välj katalog eller fil för indata - + No destination path set Ingen målsökväg inställd - + Please type a destination path first Ange en målsökväg först - + No input path set Ingen sökväg inställd för indata - + Please type an input path first Ange en sökväg för indata först Input path does not exist - Sökvägen för indata finns inte + Sökvägen för indata finns inte - + Torrent creation Skapa torrent - + Torrent was created successfully: Torrentfilen skapades: Please type a valid input path first - Ange en giltig inmatningssökväg först + Ange en giltig inmatningssökväg först - + Torrent creation was successfully, reason: %1 + + + Select a folder to add to the torrent + + + + + Select files to add to the torrent + + + + + Please type an announce URL + + + + + Announce URL: + + + + + Please type an URL Seed + + + + + URL Seed: + + downloadFromURL @@ -1856,32 +1985,32 @@ Changelog: options_imp - + Range Start IP Omfång start-IP - + Start IP: Start-IP: - + Range End IP Omfång slut-IP - + End IP: Slut-IP: - + IP Range Comment Kommentar om IP-omfång - + Comment: Kommentar: @@ -1892,48 +2021,48 @@ Changelog: till - + Choose your favourite preview program Välj ditt favoritprogram för förhandsvisning - + Invalid IP Ogiltigt IP - + This IP is invalid. Detta IP är ogiltigt. - + Options were saved successfully. Inställningarna har sparats. - + Choose scan directory Välj en avsökningskatalog - + Choose an ipfilter.dat file Välj en ipfilter.dat-fil - + Choose a save directory Välj en katalog att spara i - + I/O Error Input/Output Error In/Ut-fel - + Couldn't open %1 in read mode. Kunde inte öppna %1 i läsläge. @@ -1984,7 +2113,7 @@ Changelog: Aktuell session - + OK OK @@ -2009,17 +2138,17 @@ Changelog: Markerad - + Unselect Avmarkera - + Select Markera - + You can select here precisely which files you want to download in current torrent. Här kan du välja precis vilka filer du vill hämta i aktuell torrent. @@ -2205,10 +2334,40 @@ Changelog: - + <u>Note:</u> It is important that you keep sharing your torrents after they are finished for the well being of the network. + + + Start + Start + + + + Pause + Paus + + + + Delete + Ta bort + + + + Delete Permanently + Ta bort permanent + + + + Torrent Properties + + + + + Preview file + Förhandsvisa fil + torrentAdditionDialog diff --git a/src/lang/qbittorrent_tr.qm b/src/lang/qbittorrent_tr.qm index 4f115ef1bc3530034d3036c966423d4aa10b0b76..18353c5b68b7a7f2cbd51a18bd2197279ae29bb9 100644 GIT binary patch delta 4103 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 E0J%6c=>Px# diff --git a/src/lang/qbittorrent_tr.ts b/src/lang/qbittorrent_tr.ts index ec83caa3d..864faf902 100644 --- a/src/lang/qbittorrent_tr.ts +++ b/src/lang/qbittorrent_tr.ts @@ -716,68 +716,74 @@ Telif Hakkı © 2006 Christophe Dumez<br> FinishedTorrents - + Finished Tamamlandı - + Name i.e: file name İsim - + Size i.e: file size Boyut - + Progress i.e: % downloaded İlerleme - + DL Speed i.e: Download speed DL Hızı - + UP Speed i.e: Upload speed UP Hızı - + Seeds/Leechs i.e: full/partial sources - + Status Durum - + ETA i.e: Estimated Time of Arrival / Time left ETA - + Finished i.e: Torrent has finished downloading Tamamlandı + + + None + i.e: No error message + Yok + GUI - + Open Torrent Files Torrent Dosyasını Aç @@ -792,7 +798,7 @@ Telif Hakkı © 2006 Christophe Dumez<br> Bilinmeyen - + This file is either corrupted or this isn't a torrent. Bu dosya bozuk ya da torrent dosyası değil. @@ -802,17 +808,17 @@ Telif Hakkı © 2006 Christophe Dumez<br> Download listesindeki bütün dosyaları silmek istediğinizden emin misiniz? - + &Yes &Evet - + &No &Hayır - + Are you sure you want to delete the selected item(s) in download list? Download listesindeki seçili öğeleri silmek istediğinize emin misiniz? @@ -832,7 +838,7 @@ Telif Hakkı © 2006 Christophe Dumez<br> kb/s - + Finished Tamamlandı @@ -842,12 +848,12 @@ Telif Hakkı © 2006 Christophe Dumez<br> Kontrol ediliyor... - + Connecting... Bağlanılıyor... - + Downloading... Download ediliyor... @@ -887,7 +893,7 @@ Telif Hakkı © 2006 Christophe Dumez<br> Klasör yaratılamıyor: - + Torrent Files Torrent Dosyaları @@ -959,12 +965,12 @@ Telif Hakkı © 2006 Christophe Dumez<br> qBittorrent - + qBittorrent qBittorrent - + Are you sure? -- qBittorrent Emin misiniz? -- qBittorrent @@ -1005,7 +1011,7 @@ Telif Hakkı © 2006 Christophe Dumez<br> download tamamlandı. - + Couldn't listen on any of the given ports. Verilen portların hiçbiri dinlenemedi. @@ -1211,7 +1217,7 @@ Changelog: UP Hızı - + Status Durum @@ -1242,17 +1248,17 @@ Changelog: Hız kaybetti - + Paused Duraklatıldı - + Preview process already running Önizleme işlemi zaten çalışıyor - + There is already another preview process running. Please close the other one first. Zaten başka bir önizleme işlemi çalışıyor. @@ -1292,12 +1298,12 @@ Lütfen önce diğerini kapatın. qBittorrent ten çıkmak istediğinize emin misiniz? - + Are you sure you want to delete the selected item(s) in download list and in hard drive? Seçilenleri download listesinden ve sabit diskinizden silmek istediğinize emin misiniz? - + Download finished @@ -1319,58 +1325,58 @@ Lütfen önce diğerini kapatın. - + Connection status: - + Offline - + No peers found... - + Name i.e: file name İsim - + Size i.e: file size Boyut - + Progress i.e: % downloaded İlerleme - + DL Speed i.e: Download speed DL Hızı - + UP Speed i.e: Upload speed UP Hızı - + Seeds/Leechs i.e: full/partial sources - + ETA i.e: Estimated Time of Arrival / Time left ETA @@ -1388,19 +1394,19 @@ Lütfen önce diğerini kapatın. Leechers - + qBittorrent %1 started. e.g: qBittorrent v0.x started. - + DL speed: %1 KiB/s e.g: Download speed: 10 KiB/s - + UP speed: %1 KiB/s e.g: Upload speed: 10 KiB/s @@ -1412,122 +1418,122 @@ Lütfen önce diğerini kapatın. Tamamlandı - + Checking... i.e: Checking already downloaded parts... Kontrol ediliyor... - + Stalled i.e: State of a torrent whose download speed is 0kb/s Hız kaybetti - + Are you sure you want to quit? - + '%1' was removed. 'xxx.avi' was removed. - + '%1' added to download list. '/home/y/xxx.torrent' was added to download list. - + '%1' resumed. (fast resume) '/home/y/xxx.torrent' was resumed. (fast resume) - + '%1' is already in download list. e.g: 'xxx.avi' is already in download list. - + Unable to decode torrent file: '%1' e.g: Unable to decode torrent file: '/home/y/xxx.torrent' - + None i.e: No error message Yok - + All downloads were paused. - + '%1' paused. xxx.avi paused. - + Connecting... i.e: Connecting to the tracker... Bağlanılıyor... - + All downloads were resumed. - + '%1' resumed. e.g: xxx.avi resumed. - + %1 has finished downloading. e.g: xxx.avi has finished downloading. - + I/O Error i.e: Input/Output Error I/O Hatası - + An error occured when trying to read or write %1. The disk is probably full, download has been paused e.g: An error occured when trying to read or write xxx.avi. The disk is probably full, download has been paused - + Connection Status: - + Online - + Firewalled? i.e: Behind a firewall/router? - + No incoming connections... @@ -1538,84 +1544,94 @@ Lütfen önce diğerini kapatın. Sonuçlar - + Downloading '%1', please wait... e.g: Downloading 'xxx.torrent', please wait... - + An error occured (full disk?), '%1' paused. e.g: An error occured (full disk?), 'xxx.avi' paused. - + Search Arama - + RSS - + UPnP: no WAN service detected... - + UPnP: WAN service detected! - + qBittorrent is bind to port: %1 e.g: qBittorrent is bind to port: 1666 - + DHT support [ON], port: %1 - + DHT support [OFF] - + UPnP support [ON], port: %1 - + UPnP support [OFF] - + PeX support [ON] - + PeX support [OFF] - + The download list is not empty. Are you sure you want to quit qBittorrent? - + Downloads + + + Are you sure you want to delete the selected item(s) in finished list and in hard drive? + + + + + Are you sure you want to delete the selected item(s) in finished list? + + MainWindow @@ -1898,12 +1914,12 @@ Are you sure you want to quit qBittorrent? PropListDelegate - + False Hayır - + True Evet @@ -1929,10 +1945,58 @@ Are you sure you want to quit qBittorrent? - + News: + + + Delete + Sil + + + + Rename + + + + + Refresh + + + + + Create + Oluştur + + + + RefreshAll + + + + + RSSImp + + + Please type a rss stream alias + + + + + Stream Alias: + + + + + Please type a rss stream url + + + + + Stream URL: + + SearchEngine @@ -2272,12 +2336,12 @@ Changelog: Create Torrent file - Torrent dosyası oluştur + Torrent dosyası oluştur - + Destination torrent file: - Kaynak torrent dosyası: + Kaynak torrent dosyası: @@ -2290,17 +2354,17 @@ Changelog: Yorum: - + ... ... - + Create Oluştur - + Cancel İptal @@ -2312,75 +2376,105 @@ Changelog: Directory - Klasör + Klasör - + Torrent Creation Tool Torrent Oluşturma Aracı <center>Destination torrent file:</center> - <center>Kaynak Torrent dosyası:</center> + <center>Kaynak Torrent dosyası:</center> <center>Input file or directory:</center> - <center>Girdi dosyası ya da klasörü:</center> + <center>Girdi dosyası ya da klasörü:</center> <center>Announce url:<br>(One per line)</center> - <center>Announce url:<br>(Satır başına bir tane)</center> + <center>Announce url:<br>(Satır başına bir tane)</center> <center>Comment:</center> - <center>Yorum:</center> + <center>Yorum:</center> + + + + Torrent file creation + + + + + Input files or directories: + + + + + Announce urls (trackers): + + + + + URL seeds (optional): + + + + + Comment (optional): + + + + + Private (won't be distributed on trackerless network / DHT if enabled) + createtorrent - + Select destination torrent file Kaynak Torrent dosyasını seç - + Torrent Files Torrent Dosyaları Select input directory or file - Girdi klasörü veya dosyası seç + Girdi klasörü veya dosyası seç - + No destination path set Kaynak yolu seçilmemiş - + Please type a destination path first Lütfen önce bir kaynak yolu seçin - + No input path set Girdi yolu seçilmedi - + Please type an input path first LLütfen önce bir kayıt yolu seçin Input path does not exist - Kayıt yolu bulunamadı + Kayıt yolu bulunamadı @@ -2388,25 +2482,55 @@ Changelog: Lütfen önce düzgün bir girdi yolu seçin - + Torrent creation Torrent oluşturumu - + Torrent was created successfully: Torrent başarıyla oluşturuldu: Please type a valid input path first - Lütfen önce geçerli bir kayıt yolu seçin + Lütfen önce geçerli bir kayıt yolu seçin - + Torrent creation was successfully, reason: %1 + + + Select a folder to add to the torrent + + + + + Select files to add to the torrent + + + + + Please type an announce URL + + + + + Announce URL: + + + + + Please type an URL Seed + + + + + URL Seed: + + downloadFromURL @@ -2587,12 +2711,12 @@ Changelog: bozulmuş. - + Range Start IP IP Başlangıç Aralığı - + Start IP: Başlangıç IP: @@ -2607,22 +2731,22 @@ Changelog: Bu IP Adresi yanlıştır. - + Range End IP IP Bitiş Aralığı - + End IP: Bitiş IP: - + IP Range Comment IP Aralığı Yorumu - + Comment: Yorum: @@ -2633,48 +2757,48 @@ Changelog: dan - + Choose your favourite preview program Favori önizleme programınızı seçin - + Invalid IP Geçersiz IP - + This IP is invalid. Bu IP geçersizdir. - + Options were saved successfully. - + Choose scan directory - + Choose an ipfilter.dat file - + Choose a save directory - + I/O Error Input/Output Error I/O Hatası - + Couldn't open %1 in read mode. @@ -2760,7 +2884,7 @@ Changelog: Torrent İçeriği - + OK TAMAM @@ -2840,17 +2964,17 @@ Changelog: Seçildi - + Unselect Seçimi kaldır - + Select Seç - + You can select here precisely which files you want to download in current torrent. Şimdiki torrentte özellikle hangi dosyaları download edeceğinizi buradan seçebilirsiniz. @@ -3066,10 +3190,40 @@ Changelog: - + <u>Note:</u> It is important that you keep sharing your torrents after they are finished for the well being of the network. + + + Start + Başlat + + + + Pause + Duraklat + + + + Delete + Sil + + + + Delete Permanently + Kalıcı Olarak Sil + + + + Torrent Properties + Torrent Özellikleri + + + + Preview file + Dosya önizleme + torrentAdditionDialog diff --git a/src/lang/qbittorrent_uk.qm b/src/lang/qbittorrent_uk.qm index dac867c742d17cb0cbdf66bf86fd19bc46b7b0ae..6319ad99ccf284cb14d1d39e0dc7551b05aab2c3 100644 GIT binary patch delta 4130 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 FinishedTorrents - + Finished Закінчено - + Name i.e: file name Ім'я - + Size i.e: file size Розмір - + Progress i.e: % downloaded Прогрес - + DL Speed i.e: Download speed - + UP Speed i.e: Upload speed - + Seeds/Leechs i.e: full/partial sources Сідерів/Лічерів - + Status Статус - + ETA i.e: Estimated Time of Arrival / Time left ETA - + Finished i.e: Torrent has finished downloading Закінчено + + + None + i.e: No error message + Немає + GUI - + Open Torrent Files Відкрити Torrent-файли @@ -716,7 +722,7 @@ Copyright © 2006 by Christophe Dumez<br> Невідомо - + This file is either corrupted or this isn't a torrent. Цей файл пошкоджено, або він не є torrent-файлом. @@ -726,17 +732,17 @@ Copyright © 2006 by Christophe Dumez<br> Ви впевнені що хочете видалити всі файли зі списку завантажень? - + &Yes &Так - + &No &Ні - + Are you sure you want to delete the selected item(s) in download list? Ви впевнені що хочете видалити вибрані файли зі списку завантажень? @@ -751,7 +757,7 @@ Copyright © 2006 by Christophe Dumez<br> почато - + Finished Закінчено @@ -761,12 +767,12 @@ Copyright © 2006 by Christophe Dumez<br> Перевіряю... - + Connecting... З'єднуюсь... - + Downloading... Завантажую... @@ -806,7 +812,7 @@ Copyright © 2006 by Christophe Dumez<br> Неможливо створити директорію: - + Torrent Files Torrent файли @@ -878,12 +884,12 @@ Copyright © 2006 by Christophe Dumez<br> qBittorrent - + qBittorrent qBittorrent - + Are you sure? -- qBittorrent Ви впевнені? -- qBittorrent @@ -919,7 +925,7 @@ Copyright © 2006 by Christophe Dumez<br> завантажено. - + Couldn't listen on any of the given ports. Не можу слухати по жодному з вказаних портів. @@ -1125,7 +1131,7 @@ Changelog: UP швидкість - + Status Статус @@ -1156,17 +1162,17 @@ Changelog: Заглохло - + Paused Призупинено - + Preview process already running Процес перегляду вже запущений - + There is already another preview process running. Please close the other one first. Вже запущений інший процес перегляду. @@ -1206,12 +1212,12 @@ Please close the other one first. Ви впевнені, що хочете вийти з qBittorrent? - + Are you sure you want to delete the selected item(s) in download list and in hard drive? Ви впевнені, що хочете видалити вибрані завантаження зі списку та з вінчестера? - + Download finished Завантаження завершено @@ -1233,58 +1239,58 @@ Please close the other one first. qBittorrent %1 - + Connection status: Статус з'єднання: - + Offline Офлайн - + No peers found... Не знайдено пірів... - + Name i.e: file name Ім'я - + Size i.e: file size Розмір - + Progress i.e: % downloaded Прогрес - + DL Speed i.e: Download speed Швидкість прийому - + UP Speed i.e: Upload speed Швидкість віддачі - + Seeds/Leechs i.e: full/partial sources Сідерів/Лічерів - + ETA i.e: Estimated Time of Arrival / Time left ETA @@ -1302,19 +1308,19 @@ Please close the other one first. Лічери - + qBittorrent %1 started. e.g: qBittorrent v0.x started. qBittorrent %1 запущено. - + DL speed: %1 KiB/s e.g: Download speed: 10 KiB/s Швидкість прийому: %1 КіБ/с - + UP speed: %1 KiB/s e.g: Upload speed: 10 KiB/s Швидкість віддачі: %1 КіБ/с @@ -1326,54 +1332,54 @@ Please close the other one first. Закінчено - + Checking... i.e: Checking already downloaded parts... Перевіряю... - + Stalled i.e: State of a torrent whose download speed is 0kb/s Заглохло - + Are you sure you want to quit? Ви впевнені, що хочете вийти? - + '%1' was removed. 'xxx.avi' was removed. '%1' було видалено. - + '%1' added to download list. '/home/y/xxx.torrent' was added to download list. '%1' додано до списку завантажень. - + '%1' resumed. (fast resume) '/home/y/xxx.torrent' was resumed. (fast resume) '%1' відновлено. (швидке відновлення) - + '%1' is already in download list. e.g: 'xxx.avi' is already in download list. '%1' вже є у списку завантажень. - + Unable to decode torrent file: '%1' e.g: Unable to decode torrent file: '/home/y/xxx.torrent' Неможливо декодувати торрент-файл: '%1' - + None i.e: No error message Немає @@ -1385,47 +1391,47 @@ Please close the other one first. Прослуховую порт: %1 - + All downloads were paused. Всі завантаження були призупинені. - + '%1' paused. xxx.avi paused. '%1' призупинено. - + Connecting... i.e: Connecting to the tracker... З'єднуюсь... - + All downloads were resumed. Всі завантаження було відновлено. - + '%1' resumed. e.g: xxx.avi resumed. '%1' відновлено. - + %1 has finished downloading. e.g: xxx.avi has finished downloading. Завантаження '%1' закінчилось. - + I/O Error i.e: Input/Output Error Помилка вводу/виводу - + An error occured when trying to read or write %1. The disk is probably full, download has been paused e.g: An error occured when trying to read or write xxx.avi. The disk is probably full, download has been paused Сталася помилка під час запису чи зчитування %1. Можливо диск заповнено, завантаження було призупинено @@ -1437,23 +1443,23 @@ Please close the other one first. Сталася помилка (заповнено диск?), '%1' призупинено. - + Connection Status: Статус з'єднання: - + Online Онлайн - + Firewalled? i.e: Behind a firewall/router? Захищено фаєрволом? - + No incoming connections... Немає вхідних з'єднань... @@ -1479,84 +1485,94 @@ Please close the other one first. Результати - + Downloading '%1', please wait... e.g: Downloading 'xxx.torrent', please wait... Завантажую '%1', будь-ласка зачекайте... - + An error occured (full disk?), '%1' paused. e.g: An error occured (full disk?), 'xxx.avi' paused. Сталася помилка (заповнено диск?), '%1' призупинено. - + Search Пошук - + RSS - + UPnP: no WAN service detected... - + UPnP: WAN service detected! - + qBittorrent is bind to port: %1 e.g: qBittorrent is bind to port: 1666 - + DHT support [ON], port: %1 - + DHT support [OFF] - + UPnP support [ON], port: %1 - + UPnP support [OFF] - + PeX support [ON] - + PeX support [OFF] - + The download list is not empty. Are you sure you want to quit qBittorrent? - + Downloads + + + Are you sure you want to delete the selected item(s) in finished list and in hard drive? + + + + + Are you sure you want to delete the selected item(s) in finished list? + + MainWindow @@ -1829,12 +1845,12 @@ Are you sure you want to quit qBittorrent? PropListDelegate - + False Ні - + True Так @@ -1860,10 +1876,58 @@ Are you sure you want to quit qBittorrent? - + News: + + + Delete + Видалити + + + + Rename + + + + + Refresh + + + + + Create + Створити + + + + RefreshAll + + + + + RSSImp + + + Please type a rss stream alias + + + + + Stream Alias: + + + + + Please type a rss stream url + + + + + Stream URL: + + SearchEngine @@ -2193,12 +2257,12 @@ Changelog: Create Torrent file - Створити torrent-файл + Створити torrent-файл - + Destination torrent file: - Цільовий torrent-файл: + Цільовий torrent-файл: @@ -2211,17 +2275,17 @@ Changelog: Коментарій: - + ... ... - + Create Створити - + Cancel Відміна @@ -2233,75 +2297,105 @@ Changelog: Directory - Директорія + Директорія - + Torrent Creation Tool Інструмент для створення Torrent'ів <center>Destination torrent file:</center> - <center>Цільовий torrent-файл:</center> + <center>Цільовий torrent-файл:</center> <center>Input file or directory:</center> - <center>Вхідний файл чи директорія:</center> + <center>Вхідний файл чи директорія:</center> <center>Announce url:<br>(One per line)</center> - <center>Оповістити url:<br>(Одна на лінію)<center> + <center>Оповістити url:<br>(Одна на лінію)<center> <center>Comment:</center> - <center>Комментарій:</center> + <center>Комментарій:</center> + + + + Torrent file creation + + + + + Input files or directories: + + + + + Announce urls (trackers): + + + + + URL seeds (optional): + + + + + Comment (optional): + + + + + Private (won't be distributed on trackerless network / DHT if enabled) + createtorrent - + Select destination torrent file Виберіть цільовий torrent-файл - + Torrent Files Torrent файли Select input directory or file - Виберіть вхідну директорію чи файл + Виберіть вхідну директорію чи файл - + No destination path set Не задано шлях призначення - + Please type a destination path first Будь-ласка, спочатку введіть шлях призначення - + No input path set Не задано вхідний шлях - + Please type an input path first Будь-ласка, спочатку введіть вхідний шлях Input path does not exist - Вхідний шлях не існує + Вхідний шлях не існує @@ -2309,25 +2403,55 @@ Changelog: Будь-ласка, спочатку введіть правильний вхідний шлях - + Torrent creation Створення торренту - + Torrent was created successfully: Торрент було успішно створено: Please type a valid input path first - Будь-ласка, спочатку введіть правильний вхідний шлях + Будь-ласка, спочатку введіть правильний вхідний шлях - + Torrent creation was successfully, reason: %1 + + + Select a folder to add to the torrent + + + + + Select files to add to the torrent + + + + + Please type an announce URL + + + + + Announce URL: + + + + + Please type an URL Seed + + + + + URL Seed: + + downloadFromURL @@ -2508,12 +2632,12 @@ Changelog: сформована неправильно. - + Range Start IP Початокова IP-адреса діапазону - + Start IP: Початкова IP-адреса: @@ -2528,22 +2652,22 @@ Changelog: Цей IP невірний. - + Range End IP Кінцева IP-адреса - + End IP: Кінцева IP-адреса діапазону: - + IP Range Comment Коментарій для діапазону IP-адрес - + Comment: Коментарій: @@ -2554,48 +2678,48 @@ Changelog: до - + Choose your favourite preview program Виберіть вашу улюблену програму перегляду - + Invalid IP Неправильний IP - + This IP is invalid. Цей IP неправильний. - + Options were saved successfully. Опції були успішно збережені. - + Choose scan directory Виберіть ддиректорію для сканування - + Choose an ipfilter.dat file Виберіть файл ipfilter.dat - + Choose a save directory Виберіть директорію для збереження - + I/O Error Input/Output Error Помилка вводу/виводу - + Couldn't open %1 in read mode. Не вдалося відкрити %1 у режимі читання. @@ -2681,7 +2805,7 @@ Changelog: Вміст Torrent'у - + OK OK @@ -2761,17 +2885,17 @@ Changelog: Вибрано - + Unselect Відмінити вибір - + Select Вибрати - + You can select here precisely which files you want to download in current torrent. Тут ви можете вибрати окремі файли для завантаження в поточному torrent'і. @@ -2987,10 +3111,40 @@ Changelog: - + <u>Note:</u> It is important that you keep sharing your torrents after they are finished for the well being of the network. + + + Start + Почати + + + + Pause + Призупинити + + + + Delete + Видалити + + + + Delete Permanently + Видалити назовсім + + + + Torrent Properties + Властивості Torrent + + + + Preview file + Файл перегляду + torrentAdditionDialog diff --git a/src/lang/qbittorrent_zh.qm b/src/lang/qbittorrent_zh.qm index 4e6824929d124e8ea035ec7460266ceed5b74b1f..c3643d77a27d740be2af48018009c2d1cdf0bef8 100644 GIT binary patch delta 4083 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 FinishedTorrents - + Finished 完成 - + Name i.e: file name 名称 - + Size i.e: file size 大小 - + Progress i.e: % downloaded 进度 - + DL Speed i.e: Download speed 下载速度 - + UP Speed i.e: Upload speed 上传速度 - + Seeds/Leechs i.e: full/partial sources 完整种子/不完整种子 - + Status 状态 - + ETA i.e: Estimated Time of Arrival / Time left 剩余时间 - + Finished i.e: Torrent has finished downloading 完成 + + + None + i.e: No error message + + GUI - + Open Torrent Files 打开Torrent文件 @@ -700,7 +706,7 @@ Copyright © 2006 by Christophe Dumez<br> 无效 - + This file is either corrupted or this isn't a torrent. 该文件不是torrent文件或已经损坏. @@ -710,17 +716,17 @@ Copyright © 2006 by Christophe Dumez<br> 确定删除下载列表中的所有文件? - + &Yes &是 - + &No &否 - + Are you sure you want to delete the selected item(s) in download list? 确定删除所选中的文件? @@ -735,7 +741,7 @@ Copyright © 2006 by Christophe Dumez<br> 开始 - + Finished 完成 @@ -745,12 +751,12 @@ Copyright © 2006 by Christophe Dumez<br> 检查中... - + Connecting... 连接中... - + Downloading... 下载中... @@ -790,7 +796,7 @@ Copyright © 2006 by Christophe Dumez<br> 无法创建文档: - + Torrent Files Torrent文件 @@ -839,7 +845,7 @@ Copyright © 2006 by Christophe Dumez<br> 使用端口: - + Are you sure? -- qBittorrent 确定? -- qBittorrent @@ -869,7 +875,7 @@ Copyright © 2006 by Christophe Dumez<br> 下载完毕. - + Couldn't listen on any of the given ports. 所给端口无响应. @@ -1064,7 +1070,7 @@ Changelog: 上传速度 - + Status 状态 @@ -1095,17 +1101,17 @@ Changelog: 等待中 - + Paused 暂停中 - + Preview process already running 预览程序已存在 - + There is already another preview process running. Please close the other one first. 另一预览程序正在运行中. @@ -1145,12 +1151,12 @@ Please close the other one first. 确实要退出qBittorrent吗? - + Are you sure you want to delete the selected item(s) in download list and in hard drive? 确定从硬盘及下载列表中删除所选中的项目? - + Download finished 下载完毕 @@ -1177,58 +1183,58 @@ Please close the other one first. qBittorrent %1 - + Connection status: 连接状态: - + Offline 离线 - + No peers found... 找不到资源... - + Name i.e: file name 名称 - + Size i.e: file size 大小 - + Progress i.e: % downloaded 进度 - + DL Speed i.e: Download speed 下载速度 - + UP Speed i.e: Upload speed 上传速度 - + Seeds/Leechs i.e: full/partial sources 完整种子/不完整种子 - + ETA i.e: Estimated Time of Arrival / Time left 剩余时间 @@ -1246,24 +1252,24 @@ Please close the other one first. 不完整种子 - + qBittorrent %1 started. e.g: qBittorrent v0.x started. qBittorrent %1开始. - + qBittorrent qBittorrent - + DL speed: %1 KiB/s e.g: Download speed: 10 KiB/s 下载速度: %1 KiB/s - + UP speed: %1 KiB/s e.g: Upload speed: 10 KiB/s 上传速度: %1 KiB/s @@ -1275,54 +1281,54 @@ Please close the other one first. 完成 - + Checking... i.e: Checking already downloaded parts... 检查中... - + Stalled i.e: State of a torrent whose download speed is 0kb/s 等待中 - + Are you sure you want to quit? 确实要退出吗? - + '%1' was removed. 'xxx.avi' was removed. '%1'已移除. - + '%1' added to download list. '/home/y/xxx.torrent' was added to download list. '%1'添加到下载列表. - + '%1' resumed. (fast resume) '/home/y/xxx.torrent' was resumed. (fast resume) '%1'重新开始(快速) - + '%1' is already in download list. e.g: 'xxx.avi' is already in download list. '%1'已存在于下载列表中. - + Unable to decode torrent file: '%1' e.g: Unable to decode torrent file: '/home/y/xxx.torrent' 无法解码torrent文件:'%1' - + None i.e: No error message @@ -1334,69 +1340,69 @@ Please close the other one first. 使用端口:'%1' - + All downloads were paused. 所有下载已暂停. - + '%1' paused. xxx.avi paused. '%1'暂停. - + Connecting... i.e: Connecting to the tracker... 连接中... - + All downloads were resumed. 重新开始所有下载. - + '%1' resumed. e.g: xxx.avi resumed. '%1'重新开始. - + %1 has finished downloading. e.g: xxx.avi has finished downloading. '%1'下载完毕. - + I/O Error i.e: Input/Output Error 输入/输出错误 - + An error occured when trying to read or write %1. The disk is probably full, download has been paused e.g: An error occured when trying to read or write xxx.avi. The disk is probably full, download has been paused 读或写%1过程中出现错误.磁盘已满,下载被暂停 - + Connection Status: 连接状态: - + Online 联机 - + Firewalled? i.e: Behind a firewall/router? 存在防火墙? - + No incoming connections... 无对内连接... @@ -1422,84 +1428,94 @@ Please close the other one first. 结果 - + Downloading '%1', please wait... e.g: Downloading 'xxx.torrent', please wait... '%1'下载中,请等待... - + An error occured (full disk?), '%1' paused. e.g: An error occured (full disk?), 'xxx.avi' paused. 出现错误(磁盘已满?),'%1'暂停. - + Search 搜索 - + RSS - + UPnP: no WAN service detected... - + UPnP: WAN service detected! - + qBittorrent is bind to port: %1 e.g: qBittorrent is bind to port: 1666 - + DHT support [ON], port: %1 - + DHT support [OFF] - + UPnP support [ON], port: %1 - + UPnP support [OFF] - + PeX support [ON] - + PeX support [OFF] - + The download list is not empty. Are you sure you want to quit qBittorrent? - + Downloads + + + Are you sure you want to delete the selected item(s) in finished list and in hard drive? + + + + + Are you sure you want to delete the selected item(s) in finished list? + + MainWindow @@ -1767,12 +1783,12 @@ Are you sure you want to quit qBittorrent? PropListDelegate - + False - + True @@ -1798,10 +1814,58 @@ Are you sure you want to quit qBittorrent? - + News: + + + Delete + 删除 + + + + Rename + + + + + Refresh + + + + + Create + 创建 + + + + RefreshAll + + + + + RSSImp + + + Please type a rss stream alias + + + + + Stream Alias: + + + + + Please type a rss stream url + + + + + Stream URL: + + SearchEngine @@ -2135,7 +2199,7 @@ Changelog: Create Torrent file - 创建Torrent文件 + 创建Torrent文件 @@ -2143,92 +2207,127 @@ Changelog: 注释: - + ... ... - + Create 创建 - + Cancel 取消 Directory - 目录 + 目录 - + Torrent Creation Tool Torrent创建工具 <center>Destination torrent file:</center> - 目标Torrent文件: + 目标Torrent文件: <center>Input file or directory:</center> - 输入文件或目录 + 输入文件或目录 <center>Announce url:<br>(One per line)</center> - 请指定url:(每行一个) + 请指定url:(每行一个) <center>Comment:</center> - 注释: + 注释: + + + + Torrent file creation + + + + + Input files or directories: + + + + + Announce urls (trackers): + + + + + URL seeds (optional): + + + + + Comment (optional): + + + + + Private (won't be distributed on trackerless network / DHT if enabled) + + + + + Destination torrent file: + createtorrent - + Select destination torrent file 选择torrent文件目的地 - + Torrent Files Torrent文件 Select input directory or file - 选择输入目录或文件 + 选择输入目录或文件 - + No destination path set 未设置目标路径 - + Please type a destination path first 请先给出目标路经 - + No input path set 未设置输入路径 - + Please type an input path first 请先给出输入路径 Input path does not exist - 输入路径不存在 + 输入路径不存在 @@ -2236,25 +2335,55 @@ Changelog: 请先给出一个正确的输入路径 - + Torrent creation 创建Torrent - + Torrent was created successfully: 成功创建Torrent: Please type a valid input path first - 请先输入一个有效的路径 + 请先输入一个有效的路径 - + Torrent creation was successfully, reason: %1 + + + Select a folder to add to the torrent + + + + + Select files to add to the torrent + + + + + Please type an announce URL + + + + + Announce URL: + + + + + Please type an URL Seed + + + + + URL Seed: + + downloadFromURL @@ -2423,12 +2552,12 @@ Changelog: 有残缺. - + Range Start IP IP列起始 - + Start IP: 起始IP: @@ -2443,22 +2572,22 @@ Changelog: 此IP有误. - + Range End IP IP列截止 - + End IP: 截止IP: - + IP Range Comment IP列注释 - + Comment: 注释: @@ -2469,48 +2598,48 @@ Changelog: - + Choose your favourite preview program 选择您想要的程序以便预览文件 - + Invalid IP 无效IP - + This IP is invalid. 此IP无效. - + Options were saved successfully. 选项保存成功. - + Choose scan directory 选择监视目录 - + Choose an ipfilter.dat file 选择ipfilter.dat文件 - + Choose a save directory 保存到 - + I/O Error Input/Output Error 输入/输出错误 - + Couldn't open %1 in read mode. 无法在读状态下打开%1. @@ -2621,7 +2750,7 @@ Changelog: Torrent内容 - + OK 确认 @@ -2716,17 +2845,17 @@ Changelog: 已选中 - + Unselect 不选 - + Select 选则 - + You can select here precisely which files you want to download in current torrent. 请在当前torrent中选择所需要的文件. @@ -2942,10 +3071,40 @@ Changelog: - + <u>Note:</u> It is important that you keep sharing your torrents after they are finished for the well being of the network. + + + Start + 开始 + + + + Pause + 暂停 + + + + Delete + 删除 + + + + Delete Permanently + 永久删除 + + + + Torrent Properties + + + + + Preview file + 预览文件 + torrentAdditionDialog diff --git a/src/lang/qbittorrent_zh_HK.qm b/src/lang/qbittorrent_zh_HK.qm index 15d4ace6944d6d9912dca0fef1e5579d479a8b1e..723a8e979c7ccd5a16ab6571951465fd01bd5346 100644 GIT binary patch delta 4050 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 FinishedTorrents - + Finished 完成 - + Name i.e: file name 名稱 - + Size i.e: file size 大小 - + Progress i.e: % downloaded 進度 - + DL Speed i.e: Download speed 下載速度 - + UP Speed i.e: Upload speed 上傳速度 - + Seeds/Leechs i.e: full/partial sources - + Status 狀態 - + ETA i.e: Estimated Time of Arrival / Time left ETA - + Finished i.e: Torrent has finished downloading 完成 + + + None + i.e: No error message + + GUI - + Open Torrent Files 打開Torrent文件 @@ -680,7 +686,7 @@ Copyright © 2006 by Christophe Dumez<br> 無效 - + This file is either corrupted or this isn't a torrent. 該文件不是torrent文件或已經損壞. @@ -690,17 +696,17 @@ Copyright © 2006 by Christophe Dumez<br> 確定刪除下在列表中的所有文件? - + &Yes &是 - + &No &否 - + Are you sure you want to delete the selected item(s) in download list? 確定刪除所選中的文件? @@ -715,7 +721,7 @@ Copyright © 2006 by Christophe Dumez<br> 開始 - + Finished 完成 @@ -725,12 +731,12 @@ Copyright © 2006 by Christophe Dumez<br> 檢查中... - + Connecting... 連接中... - + Downloading... 下載中... @@ -770,7 +776,7 @@ Copyright © 2006 by Christophe Dumez<br> 無法建立目錄: - + Torrent Files Torrent檔案 @@ -819,7 +825,7 @@ Copyright © 2006 by Christophe Dumez<br> 使用端口: - + Are you sure? -- qBittorrent 確定? -- qBittorrent @@ -849,7 +855,7 @@ Copyright © 2006 by Christophe Dumez<br> 下載完畢. - + Couldn't listen on any of the given ports. 所給端口無回應. @@ -1022,7 +1028,7 @@ Changelog: 上傳速度 - + Status 狀態 @@ -1047,23 +1053,23 @@ Changelog: 搜尋引擎 - + Paused 暫停 - + Preview process already running - + There is already another preview process running. Please close the other one first. - + Download finished @@ -1079,7 +1085,7 @@ Please close the other one first. 搜索引擎 - + Are you sure you want to delete the selected item(s) in download list and in hard drive? @@ -1090,58 +1096,58 @@ Please close the other one first. - + Connection status: - + Offline - + No peers found... - + Name i.e: file name 名稱 - + Size i.e: file size 大小 - + Progress i.e: % downloaded 進度 - + DL Speed i.e: Download speed 下載速度 - + UP Speed i.e: Upload speed 上傳速度 - + Seeds/Leechs i.e: full/partial sources - + ETA i.e: Estimated Time of Arrival / Time left ETA @@ -1159,24 +1165,24 @@ Please close the other one first. 不完整種子 - + qBittorrent %1 started. e.g: qBittorrent v0.x started. - + qBittorrent - + DL speed: %1 KiB/s e.g: Download speed: 10 KiB/s - + UP speed: %1 KiB/s e.g: Upload speed: 10 KiB/s @@ -1188,122 +1194,122 @@ Please close the other one first. 完成 - + Checking... i.e: Checking already downloaded parts... 檢查中... - + Stalled i.e: State of a torrent whose download speed is 0kb/s - + Are you sure you want to quit? - + '%1' was removed. 'xxx.avi' was removed. - + '%1' added to download list. '/home/y/xxx.torrent' was added to download list. - + '%1' resumed. (fast resume) '/home/y/xxx.torrent' was resumed. (fast resume) - + '%1' is already in download list. e.g: 'xxx.avi' is already in download list. - + Unable to decode torrent file: '%1' e.g: Unable to decode torrent file: '/home/y/xxx.torrent' - + None i.e: No error message - + All downloads were paused. - + '%1' paused. xxx.avi paused. - + Connecting... i.e: Connecting to the tracker... 連接中... - + All downloads were resumed. - + '%1' resumed. e.g: xxx.avi resumed. - + %1 has finished downloading. e.g: xxx.avi has finished downloading. - + I/O Error i.e: Input/Output Error 輸入/輸出錯誤 - + An error occured when trying to read or write %1. The disk is probably full, download has been paused e.g: An error occured when trying to read or write xxx.avi. The disk is probably full, download has been paused - + Connection Status: - + Online - + Firewalled? i.e: Behind a firewall/router? - + No incoming connections... @@ -1314,84 +1320,94 @@ Please close the other one first. 結果 - + Downloading '%1', please wait... e.g: Downloading 'xxx.torrent', please wait... - + An error occured (full disk?), '%1' paused. e.g: An error occured (full disk?), 'xxx.avi' paused. - + Search 搜索 - + RSS - + UPnP: no WAN service detected... - + UPnP: WAN service detected! - + qBittorrent is bind to port: %1 e.g: qBittorrent is bind to port: 1666 - + DHT support [ON], port: %1 - + DHT support [OFF] - + UPnP support [ON], port: %1 - + UPnP support [OFF] - + PeX support [ON] - + PeX support [OFF] - + The download list is not empty. Are you sure you want to quit qBittorrent? - + Downloads + + + Are you sure you want to delete the selected item(s) in finished list and in hard drive? + + + + + Are you sure you want to delete the selected item(s) in finished list? + + MainWindow @@ -1649,12 +1665,12 @@ Are you sure you want to quit qBittorrent? PropListDelegate - + False - + True @@ -1680,10 +1696,58 @@ Are you sure you want to quit qBittorrent? - + News: + + + Delete + 刪除 + + + + Rename + + + + + Refresh + + + + + Create + + + + + RefreshAll + + + + + RSSImp + + + Please type a rss stream alias + + + + + Stream Alias: + + + + + Please type a rss stream url + + + + + Stream URL: + + SearchEngine @@ -1983,116 +2047,136 @@ Changelog: createTorrentDialog - + Torrent Creation Tool - - Create Torrent file - - - - - <center>Destination torrent file:</center> - - - - - <center>Input file or directory:</center> - - - - - <center>Announce url:<br>(One per line)</center> - - - - - <center>Comment:</center> - - - - + ... ... - - Directory - - - - + Create - + Cancel 取消 + + + Torrent file creation + + + + + Input files or directories: + + + + + Announce urls (trackers): + + + + + URL seeds (optional): + + + + + Comment (optional): + + + + + Private (won't be distributed on trackerless network / DHT if enabled) + + + + + Destination torrent file: + + createtorrent - + Select destination torrent file - + Torrent Files Torrent檔案 - - Select input directory or file - - - - + No destination path set - + Please type a destination path first - + No input path set - + Please type an input path first - - Input path does not exist - - - - + Torrent creation - + Torrent was created successfully: - - Please type a valid input path first + + Torrent creation was successfully, reason: %1 - - Torrent creation was successfully, reason: %1 + + Select a folder to add to the torrent + + + + + Select files to add to the torrent + + + + + Please type an announce URL + + + + + Announce URL: + + + + + Please type an URL Seed + + + + + URL Seed: @@ -2206,78 +2290,78 @@ Changelog: 輸入/輸出錯誤 - + Range Start IP - + Start IP: - + Range End IP - + End IP: - + IP Range Comment - + Comment: - + Choose your favourite preview program - + Invalid IP - + This IP is invalid. - + Options were saved successfully. - + Choose scan directory - + Choose an ipfilter.dat file - + Choose a save directory - + I/O Error Input/Output Error 輸入/輸出錯誤 - + Couldn't open %1 in read mode. @@ -2368,22 +2452,22 @@ Changelog: - + Unselect - + Select - + You can select here precisely which files you want to download in current torrent. - + OK 確認 @@ -2549,10 +2633,40 @@ Changelog: - + <u>Note:</u> It is important that you keep sharing your torrents after they are finished for the well being of the network. + + + Start + 開始 + + + + Pause + 暫停 + + + + Delete + 刪除 + + + + Delete Permanently + + + + + Torrent Properties + Torrent所有權 + + + + Preview file + + torrentAdditionDialog diff --git a/src/options_imp.cpp b/src/options_imp.cpp index 2a3a25c8d..bf77c5551 100644 --- a/src/options_imp.cpp +++ b/src/options_imp.cpp @@ -110,6 +110,8 @@ options_imp::options_imp(QWidget *parent):QDialog(parent){ locales << "uk_UA"; combo_i18n->addItem((QIcon(QString::fromUtf8(":/Icons/flags/russia.png"))), QString::fromUtf8("Русский")); locales << "ru_RU"; + combo_i18n->addItem((QIcon(QString::fromUtf8(":/Icons/flags/japan.png"))), QString::fromUtf8("Japanese")); + locales << "ja_JP"; combo_i18n->addItem((QIcon(QString::fromUtf8(":/Icons/flags/china.png"))), QString::fromUtf8("中文 (简体)")); locales << "zh_CN"; combo_i18n->addItem((QIcon(QString::fromUtf8(":/Icons/flags/china_hong_kong.png"))), QString::fromUtf8("中文 (繁體)")); diff --git a/src/src.pro b/src/src.pro index 11bb523d8..a71474431 100644 --- a/src/src.pro +++ b/src/src.pro @@ -105,7 +105,8 @@ TRANSLATIONS = $$LANG_PATH/qbittorrent_fr.ts \ $$LANG_PATH/qbittorrent_pt.ts \ $$LANG_PATH/qbittorrent_nb.ts \ $$LANG_PATH/qbittorrent_fi.ts \ - $$LANG_PATH/qbittorrent_da.ts + $$LANG_PATH/qbittorrent_da.ts \ + $$LANG_PATH/qbittorrent_ja.ts # Source code HEADERS += GUI.h misc.h options_imp.h about_imp.h \