Changeset 272
- Timestamp:
- 08/25/07 14:04:30 (23 months ago)
- Files:
-
- 15 modified
-
Halite.iss (modified) (3 diffs)
-
Readme.txt (modified) (1 diff)
-
lang/1337.txt (modified) (12 diffs)
-
lang/Dutch.txt (modified) (9 diffs)
-
lang/French.txt (modified) (9 diffs)
-
lang/German.txt (modified) (9 diffs)
-
lang/Italian.txt (modified) (9 diffs)
-
lang/Norwegian.txt (modified) (9 diffs)
-
lang/Polish.txt (modified) (9 diffs)
-
lang/Russian.txt (modified) (9 diffs)
-
lang/Slovenian.txt (modified) (9 diffs)
-
lang/Turkish.txt (modified) (9 diffs)
-
res/About.rtf (modified) (previous)
-
res/Halite.rc (modified) (6 diffs)
-
src/ConfigOptions.hpp (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
Halite.iss
r155 r272 2 2 3 3 #define MyAppName "Halite" 4 #define MyAppVerName "Halite 0.2.9 "4 #define MyAppVerName "Halite 0.2.9 dev 270" 5 5 #define MyAppPublisher "BinaryNotions.com" 6 6 #define MyAppURL "http://www.binarynotions.com/halite.php" … … 18 18 DefaultGroupName={#MyAppName} 19 19 AllowNoIcons=yes 20 LicenseFile= Boost License.txt21 OutputBaseFilename=Halite.0_2_9 .setup20 LicenseFile=LICENSE_1_0.txt 21 OutputBaseFilename=Halite.0_2_9_dev270.setup 22 22 Compression=lzma 23 23 SolidCompression=true 24 24 UninstallDisplayIcon={app}\{#MyAppName} 25 25 OutputDir=.\bin 26 27 ArchitecturesInstallIn64BitMode=x64 26 28 27 29 [Languages] … … 34 36 35 37 [Files] 36 Source: bin\msvc-8.0\release\asynch-exceptions-on\runtime-link-static\threading-multi\Halite.exe; DestDir: {app}; Flags: ignoreversion 32bit 38 Source: bin\msvc-8.0\release\asynch-exceptions-on\runtime-link-static\threading-multi\Halite.exe; DestDir: {app}; Check: not Is64BitInstallMode; Flags: ignoreversion 32bit 39 40 Source: bin\msvc-8.0\release\asynch-exceptions-on\runtime-link-static\threading-multi\Dutch.dll; DestDir: {app}; Check: not Is64BitInstallMode; Flags: ignoreversion 32bit 41 Source: bin\msvc-8.0\release\asynch-exceptions-on\runtime-link-static\threading-multi\French.dll; DestDir: {app}; Check: not Is64BitInstallMode; Flags: ignoreversion 32bit 42 Source: bin\msvc-8.0\release\asynch-exceptions-on\runtime-link-static\threading-multi\German.dll; DestDir: {app}; Check: not Is64BitInstallMode; Flags: ignoreversion 32bit 43 Source: bin\msvc-8.0\release\asynch-exceptions-on\runtime-link-static\threading-multi\Italian.dll; DestDir: {app}; Check: not Is64BitInstallMode; Flags: ignoreversion 32bit 44 Source: bin\msvc-8.0\release\asynch-exceptions-on\runtime-link-static\threading-multi\Norwegian.dll; DestDir: {app}; Check: not Is64BitInstallMode; Flags: ignoreversion 32bit 45 Source: bin\msvc-8.0\release\asynch-exceptions-on\runtime-link-static\threading-multi\Polish.dll; DestDir: {app}; Check: not Is64BitInstallMode; Flags: ignoreversion 32bit 46 Source: bin\msvc-8.0\release\asynch-exceptions-on\runtime-link-static\threading-multi\Russian.dll; DestDir: {app}; Check: not Is64BitInstallMode; Flags: ignoreversion 32bit 47 Source: bin\msvc-8.0\release\asynch-exceptions-on\runtime-link-static\threading-multi\Slovenian.dll; DestDir: {app}; Check: not Is64BitInstallMode; Flags: ignoreversion 32bit 48 Source: bin\msvc-8.0\release\asynch-exceptions-on\runtime-link-static\threading-multi\Turkish.dll; DestDir: {app}; Check: not Is64BitInstallMode; Flags: ignoreversion 32bit 49 50 Source: bin\msvc-8.0\release\address-model-64\asynch-exceptions-on\runtime-link-static\threading-multi\Halite.exe; DestDir: {app}; Check: Is64BitInstallMode; Flags: ignoreversion 64bit 51 52 Source: bin\msvc-8.0\release\address-model-64\asynch-exceptions-on\runtime-link-static\threading-multi\Dutch.dll; DestDir: {app}; Check: Is64BitInstallMode; Flags: ignoreversion 64bit 53 Source: bin\msvc-8.0\release\address-model-64\asynch-exceptions-on\runtime-link-static\threading-multi\French.dll; DestDir: {app}; Check: Is64BitInstallMode; Flags: ignoreversion 64bit 54 Source: bin\msvc-8.0\release\address-model-64\asynch-exceptions-on\runtime-link-static\threading-multi\German.dll; DestDir: {app}; Check: Is64BitInstallMode; Flags: ignoreversion 64bit 55 Source: bin\msvc-8.0\release\address-model-64\asynch-exceptions-on\runtime-link-static\threading-multi\Italian.dll; DestDir: {app}; Check: Is64BitInstallMode; Flags: ignoreversion 64bit 56 Source: bin\msvc-8.0\release\address-model-64\asynch-exceptions-on\runtime-link-static\threading-multi\Norwegian.dll; DestDir: {app}; Check: Is64BitInstallMode; Flags: ignoreversion 64bit 57 Source: bin\msvc-8.0\release\address-model-64\asynch-exceptions-on\runtime-link-static\threading-multi\Polish.dll; DestDir: {app}; Check: Is64BitInstallMode; Flags: ignoreversion 64bit 58 Source: bin\msvc-8.0\release\address-model-64\asynch-exceptions-on\runtime-link-static\threading-multi\Russian.dll; DestDir: {app}; Check: Is64BitInstallMode; Flags: ignoreversion 64bit 59 Source: bin\msvc-8.0\release\address-model-64\asynch-exceptions-on\runtime-link-static\threading-multi\Slovenian.dll; DestDir: {app}; Check: Is64BitInstallMode; Flags: ignoreversion 64bit 60 Source: bin\msvc-8.0\release\address-model-64\asynch-exceptions-on\runtime-link-static\threading-multi\Turkish.dll; DestDir: {app}; Check: Is64BitInstallMode; Flags: ignoreversion 64bit 61 37 62 Source: Readme.txt; DestDir: {app}; Flags: ignoreversion isreadme 63 38 64 ;Source: G:\Program Files (x86)\Microsoft Visual Studio 8\VC\redist\x86\Microsoft.VC80.CRT\msvcp80.dll; DestDir: {app}; Flags: sharedfile 32bit; Tasks: ; Languages: 39 65 ;Source: G:\Program Files (x86)\Microsoft Visual Studio 8\VC\redist\x86\Microsoft.VC80.CRT\msvcr80.dll; DestDir: {app}; Flags: sharedfile 32bit -
Readme.txt
r224 r272 1 1 Halite: A Free Open-Source BitTorrent client 2 2 3 Version: 0.2.9 Revision 2 17 Snapshot released 4th June20073 Version: 0.2.9 Revision 270 Snapshot released 25th August 2007 4 4 5 5 NOTE! This is a snapshot build, as such there are incomplete features. -
lang/1337.txt
r192 r272 1 "Halite.ico" ---> ??? 2 "toolbar.bmp" ---> ??? 3 "About.rtf" ---> ??? 1 4 "English" ---> ??? 2 5 "MS Shell Dlg" ---> ??? … … 5 8 "" ---> ??? 6 9 "msctls_progress32" ---> ??? 7 "N/A" ---> ??? 8 "Time left:" ---> ??? 9 "Connection limits:" ---> ??? 10 "Transfer rates (KB/s):" ---> ??? 10 "Torrent connection limits:" ---> ??? 11 "Torrent transfer rates (KB/s):" ---> ??? 11 12 "Total" ---> ??? 12 13 "Up" ---> ??? 13 14 "Down" ---> ??? 15 "N/A" ---> ??? 14 16 "Update in:" ---> ??? 15 "Downloaded %1%MB, Uploaded %2%MB, Ratio %3%." ---> ???16 17 "Ratio (this session):" ---> ??? 18 "Torrent:" ---> ??? 19 "Peers:" ---> ??? 20 "Transfered:" ---> ??? 21 "Remaining:" ---> ??? 22 "Rates:" ---> ??? 23 "Seeds:" ---> ??? 24 "Overhead:" ---> ??? 25 "ETA:" ---> ??? 17 26 "Ratio:" ---> ??? 18 27 "BitTorrent" ---> ??? 19 "Global Options" ---> ???20 28 "Open a (single) port between : " ---> ??? 21 "Enable DHT. (Note neither DHT nor PEX will apply to private torrents)" ---> ??? 22 "Enable IP filtering." ---> ??? 23 "Import ipfilter.dat" ---> ??? 24 "Clear IP database" ---> ??? 29 "Enable DHT" ---> ??? 30 "Button" ---> ??? 31 "to" ---> ??? 32 "Select the (TCP) port (or range) on which to listen for incomming connections." ---> ??? 33 "Distributed Hash Tables" ---> ??? 34 "Port (UDP) : " ---> ??? 35 "(DHT will not apply to pirvate torrents)" ---> ??? 36 "General Settings" ---> ??? 37 "Limit the no. of half-open connections" ---> ??? 38 "Proxies" ---> ??? 25 39 "Proxy Host/IP : " ---> ??? 26 40 "Use a proxy." ---> ??? … … 28 42 "Username : " ---> ??? 29 43 "Password : " ---> ??? 30 "to" ---> ??? 31 "Select a (TCP) port (or range of ports) to listen for incomming connections." ---> ??? 32 "Port (UDP) : " ---> ??? 44 "Peer" ---> ??? 45 "Web Seed" ---> ??? 46 "DHT" ---> ??? 47 "Proxy Settings" ---> ??? 48 "Security" ---> ??? 49 "IP Filtering" ---> ??? 50 "Enable IP filtering." ---> ??? 51 "Import ipfilter.dat" ---> ??? 52 "Clear IP database" ---> ??? 53 "Protocol Encryption" ---> ??? 54 "Enable Protocol Encryption." ---> ??? 55 "Connection Policies" ---> ??? 56 "Incoming" ---> ??? 57 "Outcoming" ---> ??? 58 "Forced" ---> ??? 59 "Enabled" ---> ??? 60 "Disablied" ---> ??? 61 "Encoding Level" ---> ??? 62 "Plaintext" ---> ??? 63 "RC4" ---> ??? 64 "Both" ---> ??? 65 "Prefer RC4" ---> ??? 33 66 "Remote Control" ---> ??? 34 67 "Remote Control Options" ---> ??? … … 53 86 "These options set global maximums which will always be honoured." ---> ??? 54 87 "These options specify the default limits applied to new torrents." ---> ??? 55 "Default save folder : " ---> ???88 "Default save folder :" ---> ??? 56 89 "..." ---> ??? 57 90 "Prompt for alternate save folder." ---> ??? … … 70 103 "SysListView32" ---> ??? 71 104 "Name:" ---> ??? 105 "Tracker:" ---> ??? 72 106 "Status:" ---> ??? 73 "Tracker:" ---> ??? 74 "Torrent connection limits:" ---> ??? 75 "Torrent transfer rates (KB/s):" ---> ??? 107 "Time left:" ---> ??? 76 108 "Completed:" ---> ??? 77 109 "About" ---> ??? 78 110 "Program Information" ---> ??? 79 "Halite is a BitTorrent client based on the libtorrent library from Rasterbar.com. The program is written in C++ relying on the Boost libraries and WTL. It is open sourced under a MIT and/or Boost software licence." ---> ??? 80 "This project has only been possible thanks to the excellent work others. I'd like to acknowledge some of those people." ---> ??? 81 "nudone (Nick Pearson) - wtfcody.com / nudsville.com - Designed the Icon." ---> ??? 82 "Arvid Norberg - www.rasterbar.com - Author of the libtorrent library." ---> ??? 83 "Christopher Kohlhoff - asio.sourceforge.net - Author of Boost.ASIO." ---> ??? 111 "v 0.2.9 dev 270" ---> ??? 112 "RichEdit20A" ---> ??? 84 113 "SysTabControl32" ---> ??? 85 114 "General" ---> ??? 86 115 "Allow only one instance to run." ---> ??? 87 "General Settings" ---> ???88 116 "Advanced GUI" ---> ??? 89 117 "Minimize to tray." ---> ??? 118 "Language (requires restart)" ---> ??? 90 119 "List of Trackers." ---> ??? 91 120 "Send login info to trackers." ---> ??? … … 111 140 "Edit" ---> ??? 112 141 "Delete" ---> ??? 113 "Halite.ico" ---> ???114 "toolbar.bmp" ---> ???115 142 "StringFileInfo" ---> ??? 116 143 "180904b0" ---> ??? … … 132 159 "VarFileInfo" ---> ??? 133 160 "Translation" ---> ??? 134 "N" ---> ???135 "O" ---> ???136 "S" ---> ???137 "P" ---> ???138 "Z" ---> ???139 "X" ---> ???140 "C" ---> ???141 "V" ---> ???142 161 "(D-U) 0000.000KB/s - 0000.000KB/s" ---> ??? 143 162 "CAPS" ---> ??? … … 155 174 "Torrent (%1%) exception caught; %2% from %3%." ---> ??? 156 175 "Invalid torrent (%1%) from %2%." ---> ??? 176 "%1$.2fMB of %2$.2fMB" ---> ??? 177 "This Session Downloaded %1$.2fMB, Uploaded %2$.2fMB, Ratio %3$.2f." ---> ??? 157 178 "Downloaded %1$.2fMB, Uploaded %2$.2fMB, Ratio %3$.2f." ---> ??? 179 "Total transfer including protocol overhead; %1$.2fMB down and %2$.2fMB up." ---> ??? 180 "Name: %1%, %2%." ---> ??? 181 "%1$.2fMB down - %2$.2fMB up" ---> ??? 182 "%1$.2fKB/s down - %2$.2fKB/s up" ---> ??? 158 183 "%1% DHT node(s)" ---> ??? 159 184 "DHT disabled" ---> ??? … … 164 189 "Halite not listening!" ---> ??? 165 190 "Port %1% open" ---> ??? 166 "Name;Status;Completed;Download;Upload;Peers;Seeds;ETA;Copies" ---> ???167 "Time;Message;Severity" ---> ???168 "Tracker;Tier" ---> ???169 "Peer;Download;Upload;Type;Client" ---> ???170 "Peer;Download;Upload;Type;Client;Status" ---> ???171 191 "Exception caught; %1%, from %2%." ---> ??? 172 192 "XML exception: %1%." ---> ??? … … 176 196 "Tracker Event: %1%." ---> ??? 177 197 "Debug Event: %1%." ---> ??? 198 "Select a directory to save the downloads to. Select cancel to accept default 'incomming' location." ---> ??? 199 "Peers" ---> ??? 200 "Logging" ---> ??? 201 "An invalid encoding level, %1%, was passed as an encryption setting." ---> ??? 202 "An invalid connection policy, %1%, was passed as an encryption setting." ---> ??? 203 "Auto Sort" ---> ??? 178 204 "Interesting" ---> ??? 179 205 "Choked" ---> ??? … … 185 211 "Connecting" ---> ??? 186 212 "Queued" ---> ??? 213 "RC4 Encrypted" ---> ??? 214 "Plaintext Encrypted" ---> ??? 187 215 "Queued for Checking" ---> ??? 188 216 "Checking Files" ---> ??? … … 195 223 "Paused" ---> ??? 196 224 "Downloading Metadata" ---> ??? 225 "Name;Status;Completed;Download;Upload;Peers;Seeds;ETA;Copies;Tracker;Reannounce;Ratio" ---> ??? 226 "100;110;60;60;60;42;45;61;45" ---> ??? 227 "Time;Message;Severity" ---> ??? 228 "67;419;69" ---> ??? 229 "Tracker;Tier" ---> ??? 230 "287;50" ---> ??? 231 "Peer;Country;Download;Upload;Type;Client" ---> ??? 232 "100;70;70;70;100" ---> ??? 233 "Peer;Country;Download;Upload;Type;Client;Status" ---> ??? 234 "95;64;64;50;100;500" ---> ??? -
lang/Dutch.txt
r242 r272 1 1 "Halite.ico" ---> ??? 2 2 "toolbar.bmp" ---> ??? 3 "About.rtf" ---> ??? 3 4 "English" ---> "Nederlands" 4 5 "MS Shell Dlg" ---> ??? … … 7 8 "" ---> "" 8 9 "msctls_progress32" ---> ??? 9 "N/A" ---> "N/A" 10 "Connection limits:" ---> "Connectie limieten:" 11 "Transfer rates (KB/s):" ---> "Overdrachtsnelheden (KB/s)" 10 "Torrent connection limits:" ---> "Torrent verbindings limiet" 11 "Torrent transfer rates (KB/s):" ---> "Overdrachtsnelheden van torrent (KB/s)" 12 12 "Total" ---> "Totaal" 13 13 "Up" ---> "Up" 14 14 "Down" ---> "Down" 15 "N/A" ---> "N/A" 15 16 "Update in:" ---> "Update over:" 16 "Downloaded %1%MB, Uploaded %2%MB, Ratio %3%." ---> "Gedownload %1%MB, Geupload %2%MB, Ratio %3%."17 17 "Ratio (this session):" ---> "Ratio (deze sessie):" 18 "This Session Downloaded %1%MB, Uploaded %2%MB" ---> ??? 18 "Torrent:" ---> ??? 19 "Peers:" ---> ??? 20 "Transfered:" ---> ??? 21 "Remaining:" ---> ??? 22 "Rates:" ---> ??? 23 "Seeds:" ---> ??? 24 "Overhead:" ---> ??? 25 "ETA:" ---> ??? 26 "Ratio:" ---> ??? 19 27 "BitTorrent" ---> "BitTorrent" 20 28 "Open a (single) port between : " ---> "Open een (enkele) poort tussen : " … … 26 34 "Port (UDP) : " ---> "Poort (UDP) : " 27 35 "(DHT will not apply to pirvate torrents)" ---> ??? 28 "Need Help?" ---> ???29 36 "General Settings" ---> "Algemene Opties" 30 37 "Limit the no. of half-open connections" ---> ??? 31 "Why?" ---> ???32 38 "Proxies" ---> ??? 33 39 "Proxy Host/IP : " ---> "Proxy Host/IP : " … … 80 86 "These options set global maximums which will always be honoured." ---> "Deze optie zet globale maxima welke altijd zullen worden gehonoreerd." 81 87 "These options specify the default limits applied to new torrents." ---> "Deze optie specificeerd de standaard limiet die voor alle nieuwe torrents gelden." 82 "Default save folder : " ---> "Standaard Download map : "88 "Default save folder :" ---> ??? 83 89 "..." ---> "..." 84 90 "Prompt for alternate save folder." ---> "Vraag om alternatieve Download map." … … 100 106 "Status:" ---> "Status:" 101 107 "Time left:" ---> "Overgebleven tijd:" 102 "Torrent connection limits:" ---> "Torrent verbindings limiet"103 "Torrent transfer rates (KB/s):" ---> "Overdrachtsnelheden van torrent (KB/s)"104 108 "Completed:" ---> "Voltooid:" 105 109 "About" ---> "Over" 106 110 "Program Information" ---> "Programma Informatie" 111 "v 0.2.9 dev 270" ---> ??? 112 "RichEdit20A" ---> ??? 107 113 "SysTabControl32" ---> ??? 108 114 "General" ---> "Algemeen" … … 168 174 "Torrent (%1%) exception caught; %2% from %3%." ---> "Torrent (%1%) exceptie afgevangen; %2% van %3%." 169 175 "Invalid torrent (%1%) from %2%." ---> "Ongeldige torrent (%1%) van %2%." 176 "%1$.2fMB of %2$.2fMB" ---> ??? 177 "This Session Downloaded %1$.2fMB, Uploaded %2$.2fMB, Ratio %3$.2f." ---> ??? 170 178 "Downloaded %1$.2fMB, Uploaded %2$.2fMB, Ratio %3$.2f." ---> "Gedownload %1$.2fMB, Geupload %2$.2fMB, Ratio %3$.2f." 179 "Total transfer including protocol overhead; %1$.2fMB down and %2$.2fMB up." ---> ??? 180 "Name: %1%, %2%." ---> ??? 181 "%1$.2fMB down - %2$.2fMB up" ---> ??? 182 "%1$.2fKB/s down - %2$.2fKB/s up" ---> ??? 171 183 "%1% DHT node(s)" ---> "%1% DHT knopen" 172 184 "DHT disabled" ---> "DHT uitgeschakeld" … … 189 201 "An invalid encoding level, %1%, was passed as an encryption setting." ---> ??? 190 202 "An invalid connection policy, %1%, was passed as an encryption setting." ---> ??? 203 "Auto Sort" ---> ??? 191 204 "Interesting" ---> "Geinteresseerd" 192 205 "Choked" ---> "Verstopt" … … 210 223 "Paused" ---> "Gepauzeerd" 211 224 "Downloading Metadata" ---> "Metadata downloaden" 212 "Name;Status;Completed;Download;Upload;Peers;Seeds;ETA;Copies " ---> "Naam;Status;Voltooid;Download;Upload;Peers;Seeds;ETA;Kopieen"225 "Name;Status;Completed;Download;Upload;Peers;Seeds;ETA;Copies;Tracker;Reannounce;Ratio" ---> ??? 213 226 "100;110;60;60;60;42;45;61;45" ---> ??? 214 227 "Time;Message;Severity" ---> "Tijd;Bericht;Ernst" … … 216 229 "Tracker;Tier" ---> "Tracker;Laag" 217 230 "287;50" ---> ??? 218 "Peer; Download;Upload;Type;Client" ---> ???231 "Peer;Country;Download;Upload;Type;Client" ---> ??? 219 232 "100;70;70;70;100" ---> ??? 220 "Peer; Download;Upload;Type;Client;Status" ---> ???233 "Peer;Country;Download;Upload;Type;Client;Status" ---> ??? 221 234 "95;64;64;50;100;500" ---> ??? -
lang/French.txt
r242 r272 1 1 "Halite.ico" ---> ??? 2 2 "toolbar.bmp" ---> ??? 3 "About.rtf" ---> ??? 3 4 "English" ---> "French" 4 5 "MS Shell Dlg" ---> ??? … … 7 8 "" ---> ??? 8 9 "msctls_progress32" ---> ??? 9 "N/A" ---> ??? 10 "Connection limits:" ---> "Limites de connexion" 11 "Transfer rates (KB/s):" ---> "Taux de transfert (KB/s):" 10 "Torrent connection limits:" ---> "Limites de connexion du torrent" 11 "Torrent transfer rates (KB/s):" ---> "Taux de transfert du torrent (KB/s)" 12 12 "Total" ---> ??? 13 13 "Up" ---> "E :" 14 14 "Down" ---> "R :" 15 "N/A" ---> ??? 15 16 "Update in:" ---> "Actu. dans" 16 "Downloaded %1%MB, Uploaded %2%MB, Ratio %3%." ---> "Reçus %1%MB, Envoyés %2%MB, Ratio %3%"17 17 "Ratio (this session):" ---> "Ratio de la session :" 18 "This Session Downloaded %1%MB, Uploaded %2%MB" ---> ??? 18 "Torrent:" ---> ??? 19 "Peers:" ---> ??? 20 "Transfered:" ---> ??? 21 "Remaining:" ---> ??? 22 "Rates:" ---> ??? 23 "Seeds:" ---> ??? 24 "Overhead:" ---> ??? 25 "ETA:" ---> ??? 26 "Ratio:" ---> ??? 19 27 "BitTorrent" ---> ??? 20 28 "Open a (single) port between : " ---> "Ouvrir un (seul) port entre:" … … 26 34 "Port (UDP) : " ---> ??? 27 35 "(DHT will not apply to pirvate torrents)" ---> ??? 28 "Need Help?" ---> ???29 36 "General Settings" ---> "ParamÚtres généraux" 30 37 "Limit the no. of half-open connections" ---> ??? 31 "Why?" ---> ???32 38 "Proxies" ---> ??? 33 39 "Proxy Host/IP : " ---> ??? … … 80 86 "These options set global maximums which will always be honoured." ---> "Ces options fixent les maximums qui seront respectés" 81 87 "These options specify the default limits applied to new torrents." ---> "Ces options spécifient les limites par défaut appliqués aux nouveaux torrents" 82 "Default save folder : " ---> "Dossier de réception :"88 "Default save folder :" ---> ??? 83 89 "..." ---> ??? 84 90 "Prompt for alternate save folder." ---> "Dossier de réception alternatif" … … 100 106 "Status:" ---> "Statut :" 101 107 "Time left:" ---> "Durée :" 102 "Torrent connection limits:" ---> "Limites de connexion du torrent"103 "Torrent transfer rates (KB/s):" ---> "Taux de transfert du torrent (KB/s)"104 108 "Completed:" ---> "Complété :" 105 109 "About" ---> "A propos" 106 110 "Program Information" ---> "Informations" 111 "v 0.2.9 dev 270" ---> ??? 112 "RichEdit20A" ---> ??? 107 113 "SysTabControl32" ---> ??? 108 114 "General" ---> "Général" … … 168 174 "Torrent (%1%) exception caught; %2% from %3%." ---> ??? 169 175 "Invalid torrent (%1%) from %2%." ---> ??? 176 "%1$.2fMB of %2$.2fMB" ---> ??? 177 "This Session Downloaded %1$.2fMB, Uploaded %2$.2fMB, Ratio %3$.2f." ---> ??? 170 178 "Downloaded %1$.2fMB, Uploaded %2$.2fMB, Ratio %3$.2f." ---> "Reçus %1$.2fMB, Envoyés %2$.2fMB, Ratio %3$.2f" 179 "Total transfer including protocol overhead; %1$.2fMB down and %2$.2fMB up." ---> ??? 180 "Name: %1%, %2%." ---> ??? 181 "%1$.2fMB down - %2$.2fMB up" ---> ??? 182 "%1$.2fKB/s down - %2$.2fKB/s up" ---> ??? 171 183 "%1% DHT node(s)" ---> ??? 172 184 "DHT disabled" ---> ??? … … 189 201 "An invalid encoding level, %1%, was passed as an encryption setting." ---> ??? 190 202 "An invalid connection policy, %1%, was passed as an encryption setting." ---> ??? 203 "Auto Sort" ---> ??? 191 204 "Interesting" ---> ??? 192 205 "Choked" ---> ??? … … 210 223 "Paused" ---> "En pause" 211 224 "Downloading Metadata" ---> ??? 212 "Name;Status;Completed;Download;Upload;Peers;Seeds;ETA;Copies " ---> "Nom;Statut;Completé;Réception;Envoi;Peers;Seeds;Temps restant;Copies"225 "Name;Status;Completed;Download;Upload;Peers;Seeds;ETA;Copies;Tracker;Reannounce;Ratio" ---> ??? 213 226 "100;110;60;60;60;42;45;61;45" ---> ??? 214 227 "Time;Message;Severity" ---> "Temps;Message;Niveau" … … 216 229 "Tracker;Tier" ---> ??? 217 230 "287;50" ---> ??? 218 "Peer; Download;Upload;Type;Client" ---> "Peer;Réception;Envoi;Type;Client"231 "Peer;Country;Download;Upload;Type;Client" ---> ??? 219 232 "100;70;70;70;100" ---> ??? 220 "Peer; Download;Upload;Type;Client;Status" ---> "Peer;Réception;Envoi;Type;Client;Statut"233 "Peer;Country;Download;Upload;Type;Client;Status" ---> ??? 221 234 "95;64;64;50;100;500" ---> ??? -
lang/German.txt
r242 r272 1 1 "Halite.ico" ---> ??? 2 2 "toolbar.bmp" ---> ??? 3 "About.rtf" ---> ??? 3 4 "English" ---> "Deutsch" 4 5 "MS Shell Dlg" ---> ??? … … 7 8 "" ---> ??? 8 9 "msctls_progress32" ---> ??? 9 "N/A" ---> ??? 10 "Connection limits:" ---> "Verbindungs-Limits" 11 "Transfer rates (KB/s):" ---> "Ãbertragungsraten (KB/s): " 10 "Torrent connection limits:" ---> "VerbindungsbeschrÀnkungen:" 11 "Torrent transfer rates (KB/s):" ---> ??? 12 12 "Total" ---> "Gesamt" 13 13 "Up" ---> ??? 14 14 "Down" ---> ??? 15 "N/A" ---> ??? 15 16 "Update in:" ---> ??? 16 "Downloaded %1%MB, Uploaded %2%MB, Ratio %3%." ---> "Geladen %1%MB, Gesendet %2%MB, Ratio %3%MB"17 17 "Ratio (this session):" ---> "Ratio (diese Sitzung):" 18 "This Session Downloaded %1%MB, Uploaded %2%MB" ---> ??? 18 "Torrent:" ---> ??? 19 "Peers:" ---> ??? 20 "Transfered:" ---> ??? 21 "Remaining:" ---> ??? 22 "Rates:" ---> ??? 23 "Seeds:" ---> ??? 24 "Overhead:" ---> ??? 25 "ETA:" ---> ??? 26 "Ratio:" ---> ??? 19 27 "BitTorrent" ---> ??? 20 28 "Open a (single) port between : " ---> ??? … … 26 34 "Port (UDP) : " ---> ??? 27 35 "(DHT will not apply to pirvate torrents)" ---> ??? 28 "Need Help?" ---> ???29 36 "General Settings" ---> "Grundeinstellungen" 30 37 "Limit the no. of half-open connections" ---> ??? 31 "Why?" ---> ???32 38 "Proxies" ---> ??? 33 39 "Proxy Host/IP : " ---> ??? … … 80 86 "These options set global maximums which will always be honoured." ---> "Hier setzt Du globale Maxima, die immer gelten" 81 87 "These options specify the default limits applied to new torrents." ---> "Hier setzt Du die Standards fÃŒr neue Torrents" 82 "Default save folder : " ---> "Standard speichern nach:"88 "Default save folder :" ---> ??? 83 89 "..." ---> ??? 84 90 "Prompt for alternate save folder." ---> "Alternativen Speicherort abfragen" … … 100 106 "Status:" ---> ??? 101 107 "Time left:" ---> "Zeit ÃŒbrig:" 102 "Torrent connection limits:" ---> "VerbindungsbeschrÀnkungen:"103 "Torrent transfer rates (KB/s):" ---> ???104 108 "Completed:" ---> "Fertig" 105 109 "About" ---> "Ãber" 106 110 "Program Information" ---> ??? 111 "v 0.2.9 dev 270" ---> ??? 112 "RichEdit20A" ---> ??? 107 113 "SysTabControl32" ---> ??? 108 114 "General" ---> ??? … … 168 174 "Torrent (%1%) exception caught; %2% from %3%." ---> "Torrent (%1%) Fehler; (%2%) von (%3%)." 169 175 "Invalid torrent (%1%) from %2%." ---> "fehlerhafter Torrent (%1%) von (%2%)" 176 "%1$.2fMB of %2$.2fMB" ---> ??? 177 "This Session Downloaded %1$.2fMB, Uploaded %2$.2fMB, Ratio %3$.2f." ---> ??? 170 178 "Downloaded %1$.2fMB, Uploaded %2$.2fMB, Ratio %3$.2f." ---> "Geladen %1$.2fMB, Gesendet %2$.2fMB, Ratio %3$.2f." 179 "Total transfer including protocol overhead; %1$.2fMB down and %2$.2fMB up." ---> ??? 180 "Name: %1%, %2%." ---> ??? 181 "%1$.2fMB down - %2$.2fMB up" ---> ??? 182 "%1$.2fKB/s down - %2$.2fKB/s up" ---> ??? 171 183 "%1% DHT node(s)" ---> "%1% DHT Knoten" 172 184 "DHT disabled" ---> "DHT abgeschaltet" … … 189 201 "An invalid encoding level, %1%, was passed as an encryption setting." ---> ??? 190 202 "An invalid connection policy, %1%, was passed as an encryption setting." ---> ??? 203 "Auto Sort" ---> ??? 191 204 "Interesting" ---> ??? 192 205 "Choked" ---> ??? … … 210 223 "Paused" ---> "Pausiert" 211 224 "Downloading Metadata" ---> "Lade Metadaten" 212 "Name;Status;Completed;Download;Upload;Peers;Seeds;ETA;Copies " ---> "Name;Status;Fertig;Download;Upload;Peers;Seeds;Zeit;Copies"225 "Name;Status;Completed;Download;Upload;Peers;Seeds;ETA;Copies;Tracker;Reannounce;Ratio" ---> ??? 213 226 "100;110;60;60;60;42;45;61;45" ---> ??? 214 227 "Time;Message;Severity" ---> "Zeit;Meldung;Schwere" … … 216 229 "Tracker;Tier" ---> ??? 217 230 "287;50" ---> ??? 218 "Peer; Download;Upload;Type;Client" ---> ???231 "Peer;Country;Download;Upload;Type;Client" ---> ??? 219 232 "100;70;70;70;100" ---> ??? 220 "Peer; Download;Upload;Type;Client;Status" ---> ???233 "Peer;Country;Download;Upload;Type;Client;Status" ---> ??? 221 234 "95;64;64;50;100;500" ---> ??? -
lang/Italian.txt
r242 r272 1 1 "Halite.ico" ---> ??? 2 2 "toolbar.bmp" ---> ??? 3 "About.rtf" ---> ??? 3 4 "English" ---> "Italiano" 4 5 "MS Shell Dlg" ---> ??? … … 7 8 "" ---> "" 8 9 "msctls_progress32" ---> ??? 9 "N/A" ---> "N/A" 10 "Connection limits:" ---> "Limiti Connessione" 11 "Transfer rates (KB/s):" ---> "Velocità di trasferimento (KB/s)" 10 "Torrent connection limits:" ---> "Limiti connessioni torrent:" 11 "Torrent transfer rates (KB/s):" ---> "Velocità trasferimento torrent (KB/s):" 12 12 "Total" ---> "Totale" 13 13 "Up" ---> ??? 14 14 "Down" ---> ??? 15 "N/A" ---> "N/A" 15 16 "Update in:" ---> "Aggiornamento tra:" 16 "Downloaded %1%MB, Uploaded %2%MB, Ratio %3%." ---> "Ricevuti %1%MB, Inviati %2%MB, Ratio %3%."17 17 "Ratio (this session):" ---> "Ratio (questa sessione):" 18 "This Session Downloaded %1%MB, Uploaded %2%MB" ---> ??? 18 "Torrent:" ---> ??? 19 "Peers:" ---> ??? 20 "Transfered:" ---> ??? 21 "Remaining:" ---> ??? 22 "Rates:" ---> ??? 23 "Seeds:" ---> ??? 24 "Overhead:" ---> ??? 25 "ETA:" ---> ??? 26 "Ratio:" ---> ??? 19 27 "BitTorrent" ---> ??? 20 28 "Open a (single) port between : " ---> "Apri una (singola) porta tra :" … … 26 34 "Port (UDP) : " ---> "Porta (UDP) :" 27 35 "(DHT will not apply to pirvate torrents)" ---> ??? 28 "Need Help?" ---> ???29 36 "General Settings" ---> "Opzioni Generali" 30 37 "Limit the no. of half-open connections" ---> ??? 31 "Why?" ---> ???32 38 "Proxies" ---> ??? 33 39 "Proxy Host/IP : " ---> ??? … … 80 86 "These options set global maximums which will always be honoured." ---> "Queste opzioni definiscono i limiti massimi che saranno sempre rispettati." 81 87 "These options specify the default limits applied to new torrents." ---> "Queste opzioni definiscono i limiti applicati ai singoli nuovi torrent." 82 "Default save folder : " ---> "Cartella predefinita di salvataggio : "88 "Default save folder :" ---> ??? 83 89 "..." ---> ??? 84 90 "Prompt for alternate save folder." ---> "Consenti di scegliere una cartella alternativa." … … 100 106 "Status:" ---> "Stato" 101 107 "Time left:" ---> "Al termine" 102 "Torrent connection limits:" ---> "Limiti connessioni torrent:"103 "Torrent transfer rates (KB/s):" ---> "Velocità trasferimento torrent (KB/s):"104 108 "Completed:" ---> "Completato" 105 109 "About" ---> "A proposito di" 106 110 "Program Information" ---> "Informazioni Programma" 111 "v 0.2.9 dev 270" ---> ??? 112 "RichEdit20A" ---> ??? 107 113 "SysTabControl32" ---> ??? 108 114 "General" ---> "Generale" … … 168 174 "Torrent (%1%) exception caught; %2% from %3%." ---> ??? 169 175 "Invalid torrent (%1%) from %2%." ---> ??? 176 "%1$.2fMB of %2$.2fMB" ---> ??? 177 "This Session Downloaded %1$.2fMB, Uploaded %2$.2fMB, Ratio %3$.2f." ---> ??? 170 178 "Downloaded %1$.2fMB, Uploaded %2$.2fMB, Ratio %3$.2f." ---> "Scaricati %1$.2fMB, Inviati %2$.2fMB, Ratio %3$.2f" 179 "Total transfer including protocol overhead; %1$.2fMB down and %2$.2fMB up." ---> ??? 180 "Name: %1%, %2%." ---> ??? 181 "%1$.2fMB down - %2$.2fMB up" ---> ??? 182 "%1$.2fKB/s down - %2$.2fKB/s up" ---> ??? 171 183 "%1% DHT node(s)" ---> ??? 172 184 "DHT disabled" ---> "DHT disabilitato" … … 189 201 "An invalid encoding level, %1%, was passed as an encryption setting." ---> ??? 190 202 "An invalid connection policy, %1%, was passed as an encryption setting." ---> ??? 203 "Auto Sort" ---> ??? 191 204 "Interesting" ---> ??? 192 205 "Choked" ---> ??? … … 210 223 "Paused" ---> "In Pausa" 211 224 "Downloading Metadata" ---> "Scaricando Metadata" 212 "Name;Status;Completed;Download;Upload;Peers;Seeds;ETA;Copies " ---> "Nome;Stato;Completati;Scaricati;Inviati;Peers;Seeds;ETA;Disponibilità "225 "Name;Status;Completed;Download;Upload;Peers;Seeds;ETA;Copies;Tracker;Reannounce;Ratio" ---> ??? 213 226 "100;110;60;60;60;42;45;61;45" ---> ??? 214 227 "Time;Message;Severity" ---> "Orario;Messaggio;Gravità " … … 216 229 "Tracker;Tier" ---> "Tracker;Priorità " 217 230 "287;50" ---> ??? 218 "Peer; Download;Upload;Type;Client" ---> "Peer;Download;Upload;Tipo;Client"231 "Peer;Country;Download;Upload;Type;Client" ---> ??? 219 232 "100;70;70;70;100" ---> ??? 220 "Peer; Download;Upload;Type;Client;Status" ---> "Peer;Download;Upload;Tipo;Client;Stato"233 "Peer;Country;Download;Upload;Type;Client;Status" ---> ??? 221 234 "95;64;64;50;100;500" ---> ??? -
lang/Norwegian.txt
r242 r272 1 1 "Halite.ico" ---> ??? 2 2 "toolbar.bmp" ---> ??? 3 "About.rtf" ---> ??? 3 4 "English" ---> "Norwegian" 4 5 "MS Shell Dlg" ---> ??? … … 7 8 "" ---> ??? 8 9 "msctls_progress32" ---> ??? 9 "N/A" ---> "I/T" 10 "Connection limits:" ---> "Maks ant. tilkoblinger:" 11 "Transfer rates (KB/s):" ---> "OverfÞring hastighet (KB/s):" 10 "Torrent connection limits:" ---> ??? 11 "Torrent transfer rates (KB/s):" ---> "Torrent overfÞrings-rater (KB/s):" 12 12 "Total" ---> "Totalt" 13 13 "Up" ---> "Opp" 14 14 "Down" ---> "Ned" 15 "N/A" ---> "I/T" 15 16 "Update in:" ---> "Oppdater om:" 16 "Downloaded %1%MB, Uploaded %2%MB, Ratio %3%." ---> "Lastet ned %1%MB, Lastet opp %2%MB, Ratio %3%."17 17 "Ratio (this session):" ---> "Ratio (denne sesjonen):" 18 "This Session Downloaded %1%MB, Uploaded %2%MB" ---> ??? 18 "Torrent:" ---> ??? 19 "Peers:" ---> ??? 20 "Transfered:" ---> ??? 21 "Remaining:" ---> ??? 22 "Rates:" ---> ??? 23 "Seeds:" ---> ??? 24 "Overhead:" ---> ??? 25 "ETA:" ---> ??? 26 "Ratio:" ---> ??? 19 27 "BitTorrent" ---> ??? 20 28 "Open a (single) port between : " ---> "à … … 27 35 "Port (UDP) : " ---> ??? 28 36 "(DHT will not apply to pirvate torrents)" ---> ??? 29 "Need Help?" ---> ???30 37 "General Settings" ---> "Generelle instillinger" 31 38 "Limit the no. of half-open connections" ---> ??? 32 "Why?" ---> ???33 39 "Proxies" ---> ??? 34 40 "Proxy Host/IP : " ---> "Proxy Vert/IP : " … … 81 87 "These options set global maximums which will always be honoured." ---> "Disse globale maksimum-settinger vil alltid overholdes." 82 88 "These options specify the default limits applied to new torrents." ---> "Disse settingene angir standard-settinger for nye torrenter." 83 "Default save folder : " ---> "Standard lagringsmappe : "89 "Default save folder :" ---> ??? 84 90 "..." ---> ??? 85 91 "Prompt for alternate save folder." ---> "SpÞr om alternativ lagringsmappe." … … 101 107 "Status:" ---> ??? 102 108 "Time left:" ---> "Tid gjenstÃ¥r:" 103 "Torrent connection limits:" ---> ???104 "Torrent transfer rates (KB/s):" ---> "Torrent overfÞrings-rater (KB/s):"105 109 "Completed:" ---> ??? 106 110 "About" ---> "Om" 107 111 "Program Information" ---> "Program Informasjon" 112 "v 0.2.9 dev 270" ---> ??? 113 "RichEdit20A" ---> ??? 108 114 "SysTabControl32" ---> ??? 109 115 "General" ---> "Generelt" … … 170 176 "Torrent (%1%) exception caught; %2% from %3%." ---> "Torrent (%1%) unntak fanget; %2% fra %3%." 171 177 "Invalid torrent (%1%) from %2%." ---> "Ugyldig torrent (%1%) fra %2%." 178 "%1$.2fMB of %2$.2fMB" ---> ??? 179 "This Session Downloaded %1$.2fMB, Uploaded %2$.2fMB, Ratio %3$.2f." ---> ??? 172 180 "Downloaded %1$.2fMB, Uploaded %2$.2fMB, Ratio %3$.2f." ---> "Lastet ned %1$.2fMB, Lastet opp %2$.2fMB, Ratio %3$.2f." 181 "Total transfer including protocol overhead; %1$.2fMB down and %2$.2fMB up." ---> ??? 182 "Name: %1%, %2%." ---> ??? 183 "%1$.2fMB down - %2$.2fMB up" ---> ??? 184 "%1$.2fKB/s down - %2$.2fKB/s up" ---> ??? 173 185 "%1% DHT node(s)" ---> "%1% DHT node(r)" 174 186 "DHT disabled" ---> "DHT ikke aktivert" … … 191 203 "An invalid encoding level, %1%, was passed as an encryption setting." ---> ??? 192 204 "An invalid connection policy, %1%, was passed as an encryption setting." ---> ??? 205 "Auto Sort" ---> ??? 193 206 "Interesting" ---> "Interessant" 194 207 "Choked" ---> "Strypt" … … 212 225 "Paused" ---> "Pauset" 213 226 "Downloading Metadata" ---> "Laster ned metadata" 214 "Name;Status;Completed;Download;Upload;Peers;Seeds;ETA;Copies " ---> "Navn;Status;Ferdig;Ned hastighet;Opp hastighet;Peers;Seeds;ETA;Kopier"227 "Name;Status;Completed;Download;Upload;Peers;Seeds;ETA;Copies;Tracker;Reannounce;Ratio" ---> ??? 215 228 "100;110;60;60;60;42;45;61;45" ---> ??? 216 229 "Time;Message;Severity" ---> "Tid;Melding;Alvorlighetsgrad" … … 218 231 "Tracker;Tier" ---> ??? 219 232 "287;50" ---> ??? 220 "Peer; Download;Upload;Type;Client" ---> "Peer;Nedlast;Opplast;Type;Klient"233 "Peer;Country;Download;Upload;Type;Client" ---> ??? 221 234 "100;70;70;70;100" ---> ??? 222 "Peer; Download;Upload;Type;Client;Status" ---> "Peer;Nedlast;Opplast;Type;Klient;Status"235 "Peer;Country;Download;Upload;Type;Client;Status" ---> ??? 223 236 "95;64;64;50;100;500" ---> ??? -
lang/Polish.txt
r242 r272 1 1 "Halite.ico" ---> ??? 2 2 "toolbar.bmp" ---> ??? 3 "About.rtf" ---> ??? 3 4 "English" ---> "Polish" 4 5 "MS Shell Dlg" ---> ??? … … 7 8 "" ---> ??? 8 9 "msctls_progress32" ---> ??? 9 "N/A" ---> ??? 10 "Connection limits:" ---> "Limity poÅÄ 11 czeÅ:" 12 "Transfer rates (KB/s):" ---> "Wykorzystanie ÅÄ 13 cza:" 10 "Torrent connection limits:" ---> "Limit poÅÄ 11 czeÅ torrenta:" 12 "Torrent transfer rates (KB/s):" ---> "Limit transferu dla torrenta (KB/s):" 14 13 "Total" ---> ??? 15 14 "Up" ---> ??? 16 15 "Down" ---> ??? 16 "N/A" ---> ??? 17 17 "Update in:" ---> "Aktualizacja za:" 18 "Downloaded %1%MB, Uploaded %2%MB, Ratio %3%." ---> "Pobrano %1%MB, WysÅano %2%MB, Ratio %3%."19 18 "Ratio (this session):" ---> "Ratio (aktualna sesja):" 20 "This Session Downloaded %1%MB, Uploaded %2%MB" ---> ??? 19 "Torrent:" ---> ??? 20 "Peers:" ---> ??? 21 "Transfered:" ---> ??? 22 "Remaining:" ---> ??? 23 "Rates:" ---> ??? 24 "Seeds:" ---> ??? 25 "Overhead:" ---> ??? 26 "ETA:" ---> ??? 27 "Ratio:" ---> ??? 21 28 "BitTorrent" ---> ??? 22 29 "Open a (single) port between : " ---> "Otwórz (pojedyÅczy) port pomiÄdzy :" … … 28 35 "Port (UDP) : " ---> ??? 29 36 "(DHT will not apply to pirvate torrents)" ---> ??? 30 "Need Help?" ---> ???31 37 "General Settings" ---> "GÅówne opcje" 32 38 "Limit the no. of half-open connections" ---> ??? 33 "Why?" ---> ???34 39 "Proxies" ---> ??? 35 40 "Proxy Host/IP : " ---> ??? … … 85 90 "These options set global maximums which will always be honoured." ---> "Globalne limity" 86 91 "These options specify the default limits applied to new torrents." ---> "Limity na torrent" 87 "Default save folder : " ---> "Magazynuj pliki torrent w :"92 "Default save folder :" ---> ??? 88 93 "..." ---> ??? 89 94 "Prompt for alternate save folder." ---> "Zawsze pokazuj okno wyboru folderu." … … 106 111 "Status:" ---> ??? 107 112 "Time left:" ---> "PozostaÅo:" 108 "Torrent connection limits:" ---> "Limit poÅÄ109 czeÅ torrenta:"110 "Torrent transfer rates (KB/s):" ---> "Limit transferu dla torrenta (KB/s):"111 113 "Completed:" ---> "UkoÅczono:" 112 114 "About" ---> "O programie..." 113 115 "Program Information" ---> "O programie..." 116 "v 0.2.9 dev 270" ---> ??? 117 "RichEdit20A" ---> ??? 114 118 "SysTabControl32" ---> ??? 115 119 "General" ---> "GÅówne" … … 175 179 "Torrent (%1%) exception caught; %2% from %3%." ---> ??? 176 180 "Invalid torrent (%1%) from %2%." ---> ??? 181 "%1$.2fMB of %2$.2fMB" ---> ??? 182 "This Session Downloaded %1$.2fMB, Uploaded %2$.2fMB, Ratio %3$.2f." ---> ??? 177 183 "Downloaded %1$.2fMB, Uploaded %2$.2fMB, Ratio %3$.2f." ---> ??? 184 "Total transfer including protocol overhead; %1$.2fMB down and %2$.2fMB up." ---> ??? 185 "Name: %1%, %2%." ---> ??? 186 "%1$.2fMB down - %2$.2fMB up" ---> ??? 187 "%1$.2fKB/s down - %2$.2fKB/s up" ---> ??? 178 188 "%1% DHT node(s)" ---> ??? 179 189 "DHT disabled" ---> ??? … … 196 206 "An invalid encoding level, %1%, was passed as an encryption setting." ---> ??? 197 207 "An invalid connection policy, %1%, was passed as an encryption setting." ---> ??? 208 "Auto Sort" ---> ??? 198 209 "Interesting" ---> ??? 199 210 "Choked" ---> ??? … … 217 228 "Paused" ---> ??? 218 229 "Downloading Metadata" ---> ??? 219 "Name;Status;Completed;Download;Upload;Peers;Seeds;ETA;Copies " ---> ???230 "Name;Status;Completed;Download;Upload;Peers;Seeds;ETA;Copies;Tracker;Reannounce;Ratio" ---> ??? 220 231 "100;110;60;60;60;42;45;61;45" ---> ??? 221 232 "Time;Message;Severity" ---> ??? … … 223 234 "Tracker;Tier" ---> ??? 224 235 "287;50" ---> ??? 225 "Peer; Download;Upload;Type;Client" ---> ???236 "Peer;Country;Download;Upload;Type;Client" ---> ??? 226 237 "100;70;70;70;100" ---> ??? 227 "Peer; Download;Upload;Type;Client;Status" ---> ???238 "Peer;Country;Download;Upload;Type;Client;Status" ---> ??? 228 239 "95;64;64;50;100;500" ---> ??? -
lang/Russian.txt
r242 r272 1 1 "Halite.ico" ---> ??? 2 2 "toolbar.bmp" ---> ??? 3 "About.rtf" ---> ??? 3 4 "English" ---> "Ð ÑÑÑкОй" 4 5 "MS Shell Dlg" ---> "MS Shell Dlg" … … 7 8 "" ---> "" 8 9 "msctls_progress32" ---> "msctls_progress32" 9 "N/A" ---> "ÐÐµÑ ÐŽÐŸÑÑÑпа" 10 "Connection limits:" ---> "ÐÐžÐŒÐžÑ ÑПеЎОМеМОй" 11 "Transfer rates (KB/s):" ---> "СкПÑПÑÑÑ Ð·Ð°ÐºÐ°ÑкО (KB/s):" 10 "Torrent connection limits:" ---> "ÐÐžÐŒÐžÑ ÑПеЎОМеМОй ÑПÑÑеМÑа" 11 "Torrent transfer rates (KB/s):" ---> "СкПÑПÑÑÑ Ð¿ÐµÑеЎаÑО ÑПÑÑеМÑа (KB/s):" 12 12 "Total" ---> "ÐÑегП" 13 13 "Up" ---> "ÐвеÑÑ 14 14 " 15 15 "Down" ---> "ÐМОз" 16 "N/A" ---> "ÐÐµÑ ÐŽÐŸÑÑÑпа" 16 17 "Update in:" ---> "ÐбМПвлеМОе ÑеÑез:" 17 "Downloaded %1%MB, Uploaded %2%MB, Ratio %3%." ---> "СкаÑаМП %1%MB, ÐÑЎаМП %2%MB, СППÑМПÑеМОе %3%"18 18 "Ratio (this session):" ---> "СППÑМПÑеМОе (в ÑÑÑ ÑеÑÑОÑ):" 19 "This Session Downloaded %1%MB, Uploaded %2%MB" ---> ??? 19 "Torrent:" ---> ??? 20 "Peers:" ---> ??? 21 "Transfered:" ---> ??? 22 "Remaining:" ---> ??? 23 "Rates:" ---> ??? 24 "Seeds:" ---> ??? 25 "Overhead:" ---> ??? 26 "ETA:" ---> ??? 27 "Ratio:" ---> ??? 20 28 "BitTorrent" ---> "ÐОÑТПÑÑеМÑ" 21 29 "Open a (single) port between : " ---> "ÐÑкÑÑÑÑ (еЎОМÑÑвеММÑй) пПÑÑ ÐŒÐµÐ¶ÐŽÑ : " … … 27 35 "Port (UDP) : " ---> "ÐПÑÑ (UDP) : " 28 36 "(DHT will not apply to pirvate torrents)" ---> ??? 29 "Need Help?" ---> ???30 37 "General Settings" ---> "ÐбÑОе ÑÑÑаМПвкО" 31 38 "Limit the no. of half-open connections" ---> ??? 32 "Why?" ---> ???33 39 "Proxies" ---> ??? 34 40 "Proxy Host/IP : " ---> "ÐÑПкÑО ХПÑÑ/IP" … … 85 91 "These options set global maximums which will always be honoured." ---> "ÐÑО ПпÑОО ÑÑÑаМавлОваÑÑ Ð³Ð»ÐŸÐ±Ð°Ð»ÑМÑе ЌакÑОЌÑÐŒÑ, кПÑПÑÑе вÑегЎа бÑÐŽÑÑ ÑПблÑЎаÑÑÑÑ." 86 92 "These options specify the default limits applied to new torrents." ---> "ÐÑО ПпÑОО ÑказÑваÑÑ Ð»ÐžÐŒÐžÑÑ, ÑПблÑЎаеЌÑе пПÑЌПлÑÑМОÑ." 87 "Default save folder : " ---> "Ðапка ÐŽÐ»Ñ Ð·Ð°ÐºÐ°ÑкО пПÑЌПлÑÐ°ÐœÐžÑ : "93 "Default save folder :" ---> ??? 88 94 "..." ---> "..." 89 95 "Prompt for alternate save folder." ---> "ÐапÑаÑОваÑÑ Ð°Ð»ÑÑеÑМаÑОвМÑÑ Ð¿Ð°Ð¿ÐºÑ Ð·Ð°ÐºÐ°ÑкО." … … 106 112 "Status:" ---> "СÑаÑÑÑ:" 107 113 "Time left:" ---> "ÐÑÑалПÑÑ Ð²ÑеЌеМО:" 108 "Torrent connection limits:" ---> "ÐÐžÐŒÐžÑ ÑПеЎОМеМОй ÑПÑÑеМÑа"109 "Torrent transfer rates (KB/s):" ---> "СкПÑПÑÑÑ Ð¿ÐµÑеЎаÑО ÑПÑÑеМÑа (KB/s):"110 114 "Completed:" ---> "ÐавеÑÑеМП:" 111 115 "About" ---> "ÐМÑПÑЌаÑОÑ" 112 116 "Program Information" ---> "РпÑПгÑаЌЌе" 117 "v 0.2.9 dev 270" ---> ??? 118 "RichEdit20A" ---> ??? 113 119 "SysTabControl32" ---> "SysTabControl32" 114 120 "General" ---> "ÐбÑОе" … … 177 183 "Torrent (%1%) exception caught; %2% from %3%." ---> "ÐПлÑÑеМП ТПÑÑÐµÐœÑ ÐžÑклÑÑеМОе (%1%); %2% ÐŸÑ %3%." 178 184 "Invalid torrent (%1%) from %2%." ---> "ÐÑакПваМÑй ÑПÑÑÐµÐœÑ (%1%) ÐŸÑ %2%." 185 "%1$.2fMB of %2$.2fMB" ---> ??? 186 "This Session Downloaded %1$.2fMB, Uploaded %2$.2fMB, Ratio %3$.2f." ---> ??? 179 187 "Downloaded %1$.2fMB, Uploaded %2$.2fMB, Ratio %3$.2f." ---> " ÐакаÑаМП %1$.2fMB, ÐÑкаÑаМП %2$.2fMB, СППÑМПÑеМОе %3$.2f." 188 "Total transfer including protocol overhead; %1$.2fMB down and %2$.2fMB up." ---> ??? 189 "Name: %1%, %2%." ---> ??? 190 "%1$.2fMB down - %2$.2fMB up" ---> ??? 191 "%1$.2fKB/s down - %2$.2fKB/s up" ---> ??? 180 192 "%1% DHT node(s)" ---> "%1% МПЎПв DHT" 181 193 "DHT disabled" ---> "DHT ПÑклÑÑÑМ" … … 198 210 "An invalid encoding level, %1%, was passed as an encryption setting." ---> ??? 199 211 "An invalid connection policy, %1%, was passed as an encryption setting." ---> ??? 212 "Auto Sort" ---> ??? 200 213 "Interesting" ---> "ÐМÑеÑеÑеМ" 201 214 "Choked" ---> "ÐаглÑÑеМ" … … 219 232 "Paused" ---> "РпаÑзе" 220 233 "Downloading Metadata" ---> "ÐагÑÑжаеЌ ЌеÑаОМÑПÑЌаÑОÑ" 221 "Name;Status;Completed;Download;Upload;Peers;Seeds;ETA;Copies " ---> "ÐÐŒÑ;СÑаÑÑÑ;ÐавеÑÑеМП;ÐакаÑка;ÐÑкаÑка;ÐОÑÑ;СОЎÑ;ÐÑ.ПжОЎаМОÑ;ÐПпОО"234 "Name;Status;Completed;Download;Upload;Peers;Seeds;ETA;Copies;Tracker;Reannounce;Ratio" ---> ??? 222 235 "100;110;60;60;60;42;45;61;45" ---> ??? 223 236 "Time;Message;Severity" ---> "ÐÑеЌÑ;СППбÑеМОе;ÐажМПÑÑÑ" … … 225 238 "Tracker;Tier" ---> "ТÑÑкеÑ;СвÑзÑ" 226 239 "287;50" ---> ??? 227 "Peer; Download;Upload;Type;Client" ---> "ÐОÑ;ÐакаÑка;ÐÑкаÑка;ТОп;ÐлОеМÑ"240 "Peer;Country;Download;Upload;Type;Client" ---> ??? 228 241 "100;70;70;70;100" ---> ??? 229 "Peer; Download;Upload;Type;Client;Status" ---> "ÐОÑ;ÐакаÑка;ÐÑкаÑка;ТОп;ÐлОеМÑ;СÑаÑÑÑ"242 "Peer;Country;Download;Upload;Type;Client;Status" ---> ??? 230 243 "95;64;64;50;100;500" ---> ??? -
lang/Slovenian.txt
r242 r272 1 1 "Halite.ico" ---> ??? 2 2 "toolbar.bmp" ---> ??? 3 "About.rtf" ---> ??? 3 4 "English" ---> "Slovenian" 4 5 "MS Shell Dlg" ---> ??? … … 7 8 "" ---> ??? 8 9 "msctls_progress32" ---> ??? 9 "N/A" ---> "N/A" 10 "Connection limits:" ---> "Omejitev povezav:" 11 "Transfer rates (KB/s):" ---> "Hitrosti prenosa (KB/s):" 10 "Torrent connection limits:" ---> "Omejitev povezave na torrentu" 11 "Torrent transfer rates (KB/s):" ---> "Hitrosti prenosa (KB/s):" 12 12 "Total" ---> "Skupno" 13 13 "Up" ---> "Gor" 14 14 "Down" ---> "Dol" 15 "N/A" ---> "N/A" 15 16 "Update in:" ---> "Posodobitev Äez:" 16 "Downloaded %1%MB, Uploaded %2%MB, Ratio %3%." ---> "Prenos dol %1%MB, Prenos gor %2%MB, Delino razmerje %3%."17 17 "Ratio (this session):" ---> "Delino razmerje seje:" 18 "This Session Downloaded %1%MB, Uploaded %2%MB" ---> ??? 18 "Torrent:" ---> ??? 19 "Peers:" ---> ??? 20 "Transfered:" ---> ??? 21 "Remaining:" ---> ??? 22 "Rates:" ---> ??? 23 "Seeds:" ---> ??? 24 "Overhead:" ---> ??? 25 "ETA:" ---> ??? 26 "Ratio:" ---> ??? 19 27 "BitTorrent" ---> "BitTorrent" 20 28 "Open a (single) port between : " ---> "Odpri posamiÄen port v rangu:" … … 26 34 "Port (UDP) : " ---> "Port (UDP) : " 27 35 "(DHT will not apply to pirvate torrents)" ---> ??? 28 "Need Help?" ---> ???29 36 "General Settings" ---> "SploÅ¡ne nastavitve" 30 37 "Limit the no. of half-open connections" ---> ??? 31 "Why?" ---> ???32 38 "Proxies" ---> ??? 33 39 "Proxy Host/IP : " ---> "Proxy IP : " … … 80 86 "These options set global maximums which will always be honoured." ---> "Nastavi globalne spremenljivke." 81 87 "These options specify the default limits applied to new torrents." ---> "Nastavi moÅŸnosti za nove torrente." 82 "Default save folder : " ---> "Privzeta mapa za shranjevanje : "88 "Default save folder :" ---> ??? 83 89 "..." ---> ??? 84 90 "Prompt for alternate save folder." ---> "VpraÅ¡aj kam naj shranim." … … 100 106 "Status:" ---> "Status:" 101 107 "Time left:" ---> "Äas do konca:" 102 "Torrent connection limits:" ---> "Omejitev povezave na torrentu"103 "Torrent transfer rates (KB/s):" ---> "Hitrosti prenosa (KB/s):"104 108 "Completed:" ---> "KonÄano:" 105 109 "About" ---> "O programu" 106 110 "Program Information" ---> "Informacije o programu" 111 "v 0.2.9 dev 270" ---> ??? 112 "RichEdit20A" ---> ??? 107 113 "SysTabControl32" ---> ??? 108 114 "General" ---> "SploÅ¡no" … … 168 174 "Torrent (%1%) exception caught; %2% from %3%." ---> "Torrent (%1%) zaznana izjema; %2% od %3%." 169 175 "Invalid torrent (%1%) from %2%." ---> "Neveljaven torrent (%1%) od %2%." 176 "%1$.2fMB of %2$.2fMB" ---> ??? 177 "This Session Downloaded %1$.2fMB, Uploaded %2$.2fMB, Ratio %3$.2f." ---> ??? 170 178 "Downloaded %1$.2fMB, Uploaded %2$.2fMB, Ratio %3$.2f." ---> "PreneÅ¡eno %1$.2fMB, Oddano %2$.2fMB, Delilno razmerje %3$.2f." 179 "Total transfer including protocol overhead; %1$.2fMB down and %2$.2fMB up." ---> ??? 180 "Name: %1%, %2%." ---> ??? 181 "%1$.2fMB down - %2$.2fMB up" ---> ??? 182 "%1$.2fKB/s down - %2$.2fKB/s up" ---> ??? 171 183 "%1% DHT node(s)" ---> "%1% DHT povezav" 172 184 "DHT disabled" ---> "DHT onemogoÄen" … … 189 201 "An invalid encoding level, %1%, was passed as an encryption setting." ---> ??? 190 202 "An invalid connection policy, %1%, was passed as an encryption setting." ---> ??? 203 "Auto Sort" ---> ??? 191 204 "Interesting" ---> "Zanimanje" 192 205 "Choked" ---> "ZaduÅ¡eno" … … 210 223 "Paused" ---> "Na pavzi" 211 224 "Downloading Metadata" ---> "PrenaÅ¡am metadata" 212 "Name;Status;Completed;Download;Upload;Peers;Seeds;ETA;Copies " ---> "Ime;Status;KonÄano;Dol;Gor;Peeri;Sejalcev;ETA;Kopij"225 "Name;Status;Completed;Download;Upload;Peers;Seeds;ETA;Copies;Tracker;Reannounce;Ratio" ---> ??? 213 226 "100;110;60;60;60;42;45;61;45" ---> ??? 214 227 "Time;Message;Severity" ---> "Äas;SporoÄilo;KritiÄnost" … … 216 229 "Tracker;Tier" ---> "Tracker;Pomol" 217 230 "287;50" ---> ??? 218 "Peer; Download;Upload;Type;Client" ---> "Peer;Dol;Gor;Kategorija;Klient"231 "Peer;Country;Download;Upload;Type;Client" ---> ??? 219 232 "100;70;70;70;100" ---> ??? 220 "Peer; Download;Upload;Type;Client;Status" ---> "Peer;Dol;Gor;Kategorija;Klient;Status"233 "Peer;Country;Download;Upload;Type;Client;Status" ---> ??? 221 234 "95;64;64;50;100;500" ---> ??? -
lang/Turkish.txt
r242 r272 1 1 "Halite.ico" ---> ??? 2 2 "toolbar.bmp" ---> ??? 3 "About.rtf" ---> ??? 3 4 "English" ---> "TÃŒrkçe" 4 5 "MS Shell Dlg" ---> "MS Shell Dlg" … … 7 8 "" ---> "" 8 9 "msctls_progress32" ---> "msctls_progress32" 9 "N/A" ---> "N/A" 10 "Connection limits:" ---> "BaÄlantı sınırları:" 11 "Transfer rates (KB/s):" ---> "Aktarım hızları (KB/s):" 10 "Torrent connection limits:" ---> "Torrent baÄlantı sınırları:" 11 "Torrent transfer rates (KB/s):" ---> "Torrent aktarım hızları (KB/s):" 12 12 "Total" ---> "Toplam" 13 13 "Up" ---> "Gönd." 14 14 "Down" ---> "İnd." 15 "N/A" ---> "N/A" 15 16 "Update in:" ---> "GÃŒncelleme:" 16 "Downloaded %1%MB, Uploaded %2%MB, Ratio %3%." ---> "İndirilen %1%MB, Gönderilen %2%MB, Oran %3%."17 17 "Ratio (this session):" ---> "Oran (bu oturum):" 18 "This Session Downloaded %1%MB, Uploaded %2%MB" ---> ??? 18 "Torrent:" ---> ??? 19 "Peers:" ---> ??? 20 "Transfered:" ---> ??? 21 "Remaining:" ---> ??? 22 "Rates:" ---> ??? 23 "Seeds:" ---> ??? 24 "Overhead:" ---> ??? 25 "ETA:" ---> ??? 26 "Ratio:" ---> ??? 19 27 "BitTorrent" ---> "Bittorrent" 20 28 "Open a (single) port between : " ---> "Arasında (tek) port aç: " … … 26 34 "Port (UDP) : " ---> "Port (UDP) : " 27 35 "(DHT will not apply to pirvate torrents)" ---> ??? 28 "Need Help?" ---> ???29 36 "General Settings" ---> "Genel Ayarlar" 30 37 "Limit the no. of half-open connections" ---> ??? 31 "Why?" ---> ???32 38 "Proxies" ---> ??? 33 39 "Proxy Host/IP : " ---> "Proxy Host/IP" … … 80 86 "These options set global maximums which will always be honoured." ---> "Bu seçenekler daima uygulanacak olan genel en ÃŒst sınırları belirtmektedir." 81 87 "These options specify the default limits applied to new torrents." ---> "Bu seçenekler yeni torrentlere uygulanacak varsayılan sınırları belirtir." 82 "Default save folder : " ---> "Varsayılan kaydetme klasörÃŒ : "88 "Default save folder :" ---> ??? 83 89 "..." ---> "..." 84 90 "Prompt for alternate save folder." ---> "Alternatif kaydetme klasörÃŒ için uyar." … … 100 106 "Status:" ---> "Durum" 101 107 "Time left:" ---> "Kalan sÃŒre:" 102 "Torrent connection limits:" ---> "Torrent baÄlantı sınırları:"103 "Torrent transfer rates (KB/s):" ---> "Torrent aktarım hızları (KB/s):"104 108 "Completed:" ---> "Tamamlanan:" 105 109 "About" ---> "Hakkında" 106 110 "Program Information" ---> "Program Bilgisi" 111 "v 0.2.9 dev 270" ---> ??? 112 "RichEdit20A" ---> ??? 107 113 "SysTabControl32" ---> "SysTabControl32" 108 114 "General" ---> "Genel" … … 168 174 "Torrent (%1%) exception caught; %2% from %3%." ---> "Torrent (%1%) istisnası yakalandı; %2% 'den %3% 'e." 169 175 "Invalid torrent (%1%) from %2%." ---> "Geçersiz torrent (%1%) 'den %2%'ye." 176 "%1$.2fMB of %2$.2fMB" ---> ??? 177 "This Session Downloaded %1$.2fMB, Uploaded %2$.2fMB, Ratio %3$.2f." ---> ??? 170 178 "Downloaded %1$.2fMB, Uploaded %2$.2fMB, Ratio %3$.2f." ---> "İndirilen %1$.2fMB, Gönderilen %2$.2fMB, Oran %3$.2f." 179 "Total transfer including protocol overhead; %1$.2fMB down and %2$.2fMB up." ---> ??? 180 "Name: %1%, %2%." ---> ??? 181 "%1$.2fMB down - %2$.2fMB up" ---> ??? 182 "%1$.2fKB/s down - %2$.2fKB/s up" ---> ??? 171 183 "%1% DHT node(s)" ---> "%1% DHT nodu" 172 184 "DHT disabled" ---> "DHT Etkisiz" … … 189 201 "An invalid encoding level, %1%, was passed as an encryption setting." ---> ??? 190 202 "An invalid connection policy, %1%, was passed as an encryption setting." ---> ??? 203 "Auto Sort" ---> ??? 191 204 "Interesting" ---> "İlgileniyor" 192 205 "Choked" ---> "Tıkandı" … … 210 223 "Paused" ---> "Duraklatıldı" 211 224 "Downloading Metadata" ---> "Metadata İndiriliyor" 212 "Name;Status;Completed;Download;Upload;Peers;Seeds;ETA;Copies " ---> "İsim;Durum;Tamamlanan;İndirme;Gönderme;EÅler;Kaynaklar;Kalan SÃŒre;Kopyalar"225 "Name;Status;Completed;Download;Upload;Peers;Seeds;ETA;Copies;Tracker;Reannounce;Ratio" ---> ??? 213 226 "100;110;60;60;60;42;45;61;45" ---> ??? 214 227 "Time;Message;Severity" ---> "SÃŒre;Mesaj;Ãncelik" … … 216 229 "Tracker;Tier" ---> "İzleyici;Sıra" 217 230 "287;50" ---> ??? 218 "Peer; Download;Upload;Type;Client" ---> "EÅ;İndirme;Gönderme;TÃŒr;Program"231 "Peer;Country;Download;Upload;Type;Client" ---> ??? 219 232 "100;70;70;70;100" ---> ??? 220 "Peer; Download;Upload;Type;Client;Status" ---> "EÅ;İndirme;Gönderme;TÃŒr;Program;Durum"233 "Peer;Country;Download;Upload;Type;Client;Status" ---> ??? 221 234 "95;64;64;50;100;500" ---> ??? -
res/Halite.rc
r270 r272 67 67 END 68 68 69 IDD_CONFIGBIT DIALOGEX 0, 0, 285, 15569 IDD_CONFIGBIT DIALOGEX 0, 0, 325, 155 70 70 STYLE DS_SETFONT | DS_MODALFRAME | DS_FIXEDSYS | WS_POPUP | WS_CAPTION | WS_SYSMENU 71 71 CAPTION "BitTorrent" 72 72 FONT 8, "MS Shell Dlg", 400, 0, 0x1 73 73 BEGIN 74 RTEXT "Open a (single) port between : ",IDC_STATIC,12,31,114,12 75 EDITTEXT IDC_BC_PORTFROM,126,29,54,12,ES_AUTOHSCROLL 76 EDITTEXT IDC_BC_PORTTO,217,29,54,12,ES_AUTOHSCROLL 77 CONTROL "Enable DHT",IDC_BC_DHT,"Button",BS_AUTOCHECKBOX | WS_TABSTOP,12,120,68,10 78 CONTROL "to",IDC_BC_PORTCHECK,"Button",BS_AUTOCHECKBOX | WS_TABSTOP,182,29,32,12 79 LTEXT "Select the (TCP) port (or range) on which to listen for incomming connections.",IDC_STATIC,12,17,258,11 80 GROUPBOX "Distributed Hash Tables",IDC_STATIC,5,108,217,39 81 EDITTEXT IDC_BC_DHTPORT,139,119,77,12,ES_AUTOHSCROLL 82 RTEXT "Port (UDP) : ",IDC_BC_DHTPORT_S,85,121,51,8 83 CTEXT "(DHT will not apply to pirvate torrents)",IDC_STATIC,11,134,205,8 74 RTEXT "Open a (single) port between : ",IDC_STATIC,12,31,120,12 75 EDITTEXT IDC_BC_PORTFROM,135,29,65,12,ES_AUTOHSCROLL 76 EDITTEXT IDC_BC_PORTTO,250,29,65,12,ES_AUTOHSCROLL 77 CONTROL "Enable DHT",IDC_BC_DHT,"Button",BS_AUTOCHECKBOX | WS_TABSTOP,12,120,90,10 78 CONTROL "to",IDC_BC_PORTCHECK,"Button",BS_AUTOCHECKBOX | WS_TABSTOP,205,29,40,12 79 LTEXT "Select the (TCP) port (or range) on which to listen for incomming connections.",IDC_STATIC,12,17,300,11 80 GROUPBOX "Distributed Hash Tables",IDC_STATIC,5,108,260,39 81 EDITTEXT IDC_BC_DHTPORT,180,119,80,12,ES_AUTOHSCROLL 82 RTEXT "Port (UDP) : ",IDC_BC_DHTPORT_S,110,121,70,8 83 CTEXT "(DHT will not apply to pirvate torrents)",IDC_STATIC,11,134,250,8 84 GROUPBOX "General Settings",IDC_STATIC,5,6,315,54 85 EDITTEXT IDC_BC_HALFCONN_NUM,205,44,65,12,ES_AUTOHSCROLL 86 CONTROL "Limit the no. of half-open connections",IDC_BC_HALFCONN_CHECK, 87 "Button",BS_AUTOCHECKBOX | WS_TABSTOP,12,45,190,12 84 88 // RTEXT "Need Help?",IDC_BC_HELP_LINK,229,139,51,8 85 GROUPBOX "General Settings",IDC_STATIC,5,7,274,5486 EDITTEXT IDC_BC_HALFCONN_NUM,182,44,54,12,ES_AUTOHSCROLL87 CONTROL "Limit the no. of half-open connections",IDC_BC_HALFCONN_CHECK,88 "Button",BS_AUTOCHECKBOX | WS_TABSTOP,12,45,166,1289 89 // RTEXT "Why?",IDC_BC_CON_WHY,239,47,31,8 90 90 END … … 111 111 END 112 112 113 IDD_CONFIGSECURITY DIALOGEX 0, 0, 285, 155113 IDD_CONFIGSECURITY DIALOGEX 0, 0, 325, 155 114 114 STYLE DS_SETFONT | DS_MODALFRAME | DS_FIXEDSYS | WS_POPUP | WS_CAPTION | WS_SYSMENU 115 115 CAPTION "Security" 116 116 FONT 8, "MS Shell Dlg", 400, 0, 0x1 117 117 BEGIN 118 GROUPBOX "IP Filtering",IDC_STATIC,5, 7,274,29119 CONTROL "Enable IP filtering.",IDC_BC_FILTERCHECK,"Button",BS_AUTOCHECKBOX | WS_TABSTOP,12,18,10 2,12120 PUSHBUTTON "Import ipfilter.dat",IDC_BC_FILTERLOAD, 196,17,75,14,WS_DISABLED121 PUSHBUTTON "Clear IP database",IDC_BC_FILTERCLEAR,1 15,17,75,14,WS_DISABLED122 GROUPBOX "Protocol Encryption",IDC_STATIC,5,39, 274,75123 CONTROL "Enable Protocol Encryption.",IDC_SC_ENABLE_PE,"Button",BS_AUTOCHECKBOX | WS_TABSTOP,12,50,1 04,10124 GROUPBOX "Connection Policies",IDC_STATIC,1 70,49,101,58125 LTEXT "Incoming",IDC_STATIC, 177,61,42,9126 RTEXT "Outcoming",IDC_STATIC,2 20,61,42,9127 CONTROL "",IDC_SC_PE_CP_IN_FORCED,"Button",BS_AUTORADIOBUTTON | WS_GROUP, 178,73,16,10128 CONTROL "",IDC_SC_PE_CP_IN_ENABLED,"Button",BS_AUTORADIOBUTTON, 178,83,16,10129 CONTROL "",IDC_SC_PE_CP_IN_DISABLED,"Button",BS_AUTORADIOBUTTON, 178,93,16,10130 CTEXT "Forced",IDC_STATIC, 198,71,44,8131 CTEXT "Enabled",IDC_STATIC, 198,82,44,8132 CTEXT "Disablied",IDC_STATIC, 198,93,44,8133 CONTROL "",IDC_SC_PE_CP_OUT_FORCED,"Button",BS_AUTORADIOBUTTON | WS_GROUP,2 46,73,16,10,WS_EX_RIGHT134 CONTROL "",IDC_SC_PE_CP_OUT_ENABLED,"Button",BS_AUTORADIOBUTTON,2 46,83,16,10,WS_EX_RIGHT135 CONTROL "",IDC_SC_PE_CP_OUT_DISABLED,"Button",BS_AUTORADIOBUTTON,2 46,93,16,10,WS_EX_RIGHT136 GROUPBOX "Encoding Level",IDC_STATIC,12,63,1 51,44137 CONTROL "Plaintext",IDC_SC_PE_ENC_PLAIN,"Button",BS_AUTORADIOBUTTON | WS_GROUP,18,73,1 41,10138 CONTROL "RC4",IDC_SC_PE_ENC_RC4,"Button",BS_AUTORADIOBUTTON,18,84,1 41,10139 CONTROL "Both",IDC_SC_PE_ENC_BOTH,"Button",BS_AUTORADIOBUTTON,18,95, 58,10140 CONTROL "Prefer RC4",IDC_SC_PE_ENC_RC4_PERFER,"Button",BS_AUTOCHECKBOX | WS_TABSTOP, 79,95,80,10118 GROUPBOX "IP Filtering",IDC_STATIC,5,6,315,30 119 CONTROL "Enable IP filtering.",IDC_BC_FILTERCHECK,"Button",BS_AUTOCHECKBOX | WS_TABSTOP,12,18,105,12 120 PUSHBUTTON "Import ipfilter.dat",IDC_BC_FILTERLOAD,220,17,95,14,WS_DISABLED 121 PUSHBUTTON "Clear IP database",IDC_BC_FILTERCLEAR,120,17,95,14,WS_DISABLED 122 GROUPBOX "Protocol Encryption",IDC_STATIC,5,39,315,75 123 CONTROL "Enable Protocol Encryption.",IDC_SC_ENABLE_PE,"Button",BS_AUTOCHECKBOX | WS_TABSTOP,12,50,175,10 124 GROUPBOX "Connection Policies",IDC_STATIC,194,49,120,58 125 LTEXT "Incoming",IDC_STATIC,200,61,50,9 126 RTEXT "Outcoming",IDC_STATIC,255,61,50,9 127 CONTROL "",IDC_SC_PE_CP_IN_FORCED,"Button",BS_AUTORADIOBUTTON | WS_GROUP,205,73,16,10 128 CONTROL "",IDC_SC_PE_CP_IN_ENABLED,"Button",BS_AUTORADIOBUTTON,205,83,16,10 129 CONTROL "",IDC_SC_PE_CP_IN_DISABLED,"Button",BS_AUTORADIOBUTTON,205,93,16,10 130 CTEXT "Forced",IDC_STATIC,225,73,55,8 131 CTEXT "Enabled",IDC_STATIC,225,83,55,8 132 CTEXT "Disablied",IDC_STATIC,225,93,55,8 133 CONTROL "",IDC_SC_PE_CP_OUT_FORCED,"Button",BS_AUTORADIOBUTTON | WS_GROUP,284,73,16,10,WS_EX_RIGHT 134 CONTROL "",IDC_SC_PE_CP_OUT_ENABLED,"Button",BS_AUTORADIOBUTTON,284,83,16,10,WS_EX_RIGHT 135 CONTROL "",IDC_SC_PE_CP_OUT_DISABLED,"Button",BS_AUTORADIOBUTTON,284,93,16,10,WS_EX_RIGHT 136 GROUPBOX "Encoding Level",IDC_STATIC,12,63,175,44 137 CONTROL "Plaintext",IDC_SC_PE_ENC_PLAIN,"Button",BS_AUTORADIOBUTTON | WS_GROUP,18,73,160,10 138 CONTROL "RC4",IDC_SC_PE_ENC_RC4,"Button",BS_AUTORADIOBUTTON,18,84,160,10 139 CONTROL "Both",IDC_SC_PE_ENC_BOTH,"Button",BS_AUTORADIOBUTTON,18,95,75,10 140 CONTROL "Prefer RC4",IDC_SC_PE_ENC_RC4_PERFER,"Button",BS_AUTOCHECKBOX | WS_TABSTOP,100,95,80,10 141 141 // LTEXT "Need Help?",IDC_SC_HELP_LINK,7,138,255,8 142 142 END … … 189 189 END 190 190 191 IDD_CONFIGTORRENT DIALOGEX 0,0,283,165 192 STYLE DS_MODALFRAME | DS_SETFONT | DS_FIXEDSYS | WS_BORDER | WS_CAPTION | WS_DLGFRAME | WS_POPUP | WS_SYSMENU 191 IDD_CONFIGTORRENT DIALOGEX 0, 0, 325, 165 192 //STYLE DS_MODALFRAME | DS_SETFONT | DS_FIXEDSYS | WS_BORDER | WS_CAPTION | WS_DLGFRAME | WS_POPUP | WS_SYSMENU 193 STYLE DS_SETFONT | DS_MODALFRAME | DS_FIXEDSYS | WS_POPUP | WS_CAPTION | WS_SYSMENU 193 194 CAPTION "Torrents" 194 FONT 8, "MS Shell Dlg",400,0,1195 BEGIN 196 GROUPBOX "Global Limits",IDC_STATIC, 6,6,271,55197 EDITTEXT IDC_BC_MAXCONN, 95,29,42,12,ES_AUTOHSCROLL198 RTEXT "Total max connections :",IDC_STATIC,1 1,31,78,11199 RTEXT "Total upload slots :",IDC_STATIC,1 1,44,78,10200 EDITTEXT IDC_BC_MAXUP, 95,42,42,12,ES_AUTOHSCROLL201 EDITTEXT IDC_BC_DOWNRATE,2 29,29,42,12,ES_AUTOHSCROLL202 RTEXT "Download Rate (KB/s) :",IDC_STATIC,1 45,31,78,11203 RTEXT "Upload Rate (KB/s) :",IDC_STATIC,1 51,44,72,10204 EDITTEXT IDC_BC_UPRATE,2 29,42,42,12,ES_AUTOHSCROLL205 EDITTEXT IDC_BC_TMAXCONN, 95,88,42,12,ES_AUTOHSCROLL206 RTEXT "Total max connections :",IDC_STATIC,1 1,91,78,12207 RTEXT "Total upload slots :",IDC_STATIC,1 1,104,78,12208 EDITTEXT IDC_BC_TMAXUP, 95,101,42,12,ES_AUTOHSCROLL209 EDITTEXT IDC_BC_TDOWNRATE,2 29,88,42,12,ES_AUTOHSCROLL210 RTEXT "Download Rate (KB/s) :",IDC_STATIC,1 45,91,78,12211 RTEXT "Upload Rate (KB/s) :",IDC_STATIC,1 51,104,72,12212 EDITTEXT IDC_BC_TUPRATE,2 29,101,42,12,ES_AUTOHSCROLL213 GROUPBOX "Torrent Defaults",IDC_STATIC, 6,66,271,82214 LTEXT "These options set global maximums which will always be honoured.",IDC_STATIC,1 3,16,257,11215 LTEXT "These options specify the default limits applied to new torrents.",IDC_STATIC,1 3,76,257,11216 RTEXT "Default save folder : ",IDC_STATIC,13,120,77,11217 EDITTEXT IDC_BC_SAVEFOLDER, 95,119,152,12,ES_AUTOHSCROLL218 PUSHBUTTON "...",IDC_BC_SAVEBROWSE,2 51,118,18,13219 AUTOCHECKBOX "Prompt for alternate save folder.",IDC_BC_PROMPTSAVE ,95,133,135,11195 FONT 8, "MS Shell Dlg", 400, 0, 0x1 196 BEGIN 197 GROUPBOX "Global Limits",IDC_STATIC,5,6,315,55 198 EDITTEXT IDC_BC_MAXCONN,118,29,42,12,ES_AUTOHSCROLL 199 RTEXT "Total max connections :",IDC_STATIC,12,31,100,11 200 RTEXT "Total upload slots :",IDC_STATIC,12,44,100,10 201 EDITTEXT IDC_BC_MAXUP,118,42,42,12,ES_AUTOHSCROLL 202 EDITTEXT IDC_BC_DOWNRATE,271,29,42,12,ES_AUTOHSCROLL 203 RTEXT "Download Rate (KB/s) :",IDC_STATIC,165,31,100,11 204 RTEXT "Upload Rate (KB/s) :",IDC_STATIC,165,44,100,10 205 EDITTEXT IDC_BC_UPRATE,271,42,42,12,ES_AUTOHSCROLL 206 EDITTEXT IDC_BC_TMAXCONN,118,88,42,12,ES_AUTOHSCROLL 207 RTEXT "Total max connections :",IDC_STATIC,12,91,100,12 208 RTEXT "Total upload slots :",IDC_STATIC,12,104,100,12 209 EDITTEXT IDC_BC_TMAXUP,118,101,42,12,ES_AUTOHSCROLL 210 EDITTEXT IDC_BC_TDOWNRATE,271,88,42,12,ES_AUTOHSCROLL 211 RTEXT "Download Rate (KB/s) :",IDC_STATIC,165,91,100,12 212 RTEXT "Upload Rate (KB/s) :",IDC_STATIC,165,104,100,12 213 EDITTEXT IDC_BC_TUPRATE,271,101,42,12,ES_AUTOHSCROLL 214 GROUPBOX "Torrent Defaults",IDC_STATIC,5,66,315,82 215 LTEXT "These options set global maximums which will always be honoured.",IDC_STATIC,12,16,300,11 216 LTEXT "These options specify the default limits applied to new torrents.",IDC_STATIC,12,76,301,11 217 RTEXT "Default save folder :",IDC_STATIC,12,120,100,11 218 EDITTEXT IDC_BC_SAVEFOLDER,118,119,170,12,ES_AUTOHSCROLL 219 PUSHBUTTON "...",IDC_BC_SAVEBROWSE,293,118,18,13 220 AUTOCHECKBOX "Prompt for alternate save folder.",IDC_BC_PROMPTSAVE | WS_TABSTOP,118,133,195,11 220 221 END 221 222 … … 280 281 END 281 282 282 IDD_ABOUT DIALOGEX 0, 0,283,150283 STYLE DS_ MODALFRAME | DS_SETFONT | DS_FIXEDSYS | WS_BORDER | WS_CAPTION | WS_DLGFRAME | WS_POPUP| WS_SYSMENU283 IDD_ABOUT DIALOGEX 0, 0, 325, 150 284 STYLE DS_SETFONT | DS_MODALFRAME | DS_FIXEDSYS | WS_POPUP | WS_CAPTION | WS_SYSMENU 284 285 CAPTION "About" 285 FONT 8, "MS Shell Dlg",400,0,1286 BEGIN 287 GROUPBOX "Program Information",IDC_STATIC,5, 7,271,136288 RTEXT HALITE_VERSION_STRING,IDC_STATIC,145,145,129,9,WS_TABSTOP286 FONT 8, "MS Shell Dlg", 400, 0, 0x1 287 BEGIN 288 GROUPBOX "Program Information",IDC_STATIC,5,6,315,136 289 RTEXT "v 0.2.9 dev 270",IDC_STATIC,190,145,130,9,WS_TABSTOP 289 290 LTEXT "",IDC_EDITABOUT,8,15,265,125,WS_TABSTOP 290 CONTROL "",IDC_RICHEDITABOUT,"RichEdit20A",ES_MULTILINE | WS_VSCROLL | WS_TABSTOP | ES_READONLY,13,17,258,117,WS_EX_TRANSPARENT291 CONTROL "",IDC_RICHEDITABOUT,"RichEdit20A",ES_MULTILINE | ES_READONLY | WS_VSCROLL | WS_TABSTOP,12,17,301,117,WS_EX_TRANSPARENT 291 292 END 292 293 … … 299 300 END 300 301 301 IDD_CONFIGGENERAL DIALOGEX 0, 0, 283, 90302 IDD_CONFIGGENERAL DIALOGEX 0, 0, 325, 90 302 303 STYLE DS_SETFONT | DS_MODALFRAME | DS_FIXEDSYS | WS_POPUP | WS_CAPTION | WS_SYSMENU 303 304 CAPTION "General" … … 305 306 BEGIN 306 307 CONTROL "Allow only one instance to run.",IDC_GENERAL_ONEINST, 307 "Button",BS_AUTOCHECKBOX | WS_TABSTOP,1 4,16,136,14308 GROUPBOX "General Settings",IDC_STATIC, 7,6,271,77309 CONTROL "Advanced GUI",IDC_GENERAL_ADVGUI,"Button",BS_AUTOCHECKBOX | WS_TABSTOP,1 4,42,136,14310 CONTROL "Minimize to tray.",IDC_GENERAL_TRAY,"Button",BS_AUTOCHECKBOX | WS_TABSTOP,1 4,29,136,14311 LISTBOX IDC_LANGLIST,1 56,24,114,54,LBS_SORT | LBS_NOINTEGRALHEIGHT | WS_VSCROLL | WS_TABSTOP312 CTEXT "Language (requires restart)",IDC_STATIC,1 56,12,114,8308 "Button",BS_AUTOCHECKBOX | WS_TABSTOP,12,16,150,14 309 GROUPBOX "General Settings",IDC_STATIC,5,6,315,77 310 CONTROL "Advanced GUI",IDC_GENERAL_ADVGUI,"Button",BS_AUTOCHECKBOX | WS_TABSTOP,12,42,150,14 311 CONTROL "Minimize to tray.",IDC_GENERAL_TRAY,"Button",BS_AUTOCHECKBOX | WS_TABSTOP,12,29,150,14 312 LISTBOX IDC_LANGLIST,165,24,149,54,LBS_SORT | LBS_NOINTEGRALHEIGHT | WS_VSCROLL | WS_TABSTOP 313 CTEXT "Language (requires restart)",IDC_STATIC,165,13,150,8 313 314 END 314 315 -
src/ConfigOptions.hpp
r270 r272 502 502 AddPage(securityOptions); 503 503 AddPage(torrentsOptions); 504 AddPage(remoteControlOptions);504 // AddPage(remoteControlOptions); 505 505 AddPage(aboutOptions); 506 506 }
