Changeset 272
- Timestamp:
- 08/25/07 14:04:30 (1 year ago)
- Files:
-
- 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
- Modified
- Copied
- Moved
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$.
