Changeset 1114 for trunk/macosx/English.lproj/Localizable.strings
- Timestamp:
- Nov 20, 2006, 3:24:05 AM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/macosx/English.lproj/Localizable.strings
r1054 r1114 1 /* Action context menu -> ratio stop */ 2 "Stop at Ratio (%.2f)" = "Stop at Ratio (%.2f)"; 3 4 /* Action context menu -> upload/download limit 5 Action context menu -> upload limit 6 Action context menu -> download limit */ 7 "Limit (%d KB/s)" = "Limit (%d KB/s)"; 8 9 /* Confirm Quit panel -> button */ 10 "Quit" = "Quit"; 11 12 /* Confirm Quit panel -> message */ 13 "There are %d active transfers. Do you really want to quit?" = "There are %d active transfers. Do you really want to quit?"; 14 15 /* Confirm Quit panel -> message */ 16 "There is an active transfer. Do you really want to quit?" = "There is an active transfer. Do you really want to quit?"; 17 18 /* Confirm Quit panel -> title */ 19 "Confirm Quit" = "Confirm Quit"; 1 /* Torrent -> progress string */ 2 " - %@ remaining" = " - %@ remaining"; 3 4 /* Torrent -> progress string */ 5 " - remaining time unknown" = " - remaining time unknown"; 6 7 /* Inspector -> Files tab -> table row tooltip */ 8 " bytes" = " bytes"; 20 9 21 10 /* File size (beware of leading space) */ … … 28 17 " MB" = " MB"; 29 18 19 /* Removal confirm panel -> message part 2 */ 20 " Once removed, continuing the transfers will require the torrent files. Do you really want to remove them?" = " Once removed, continuing the transfers will require the torrent files. Do you really want to remove them?"; 21 22 /* Torrent -> progress string */ 23 "%@ of %@ (%.2f%%)" = "%1$@ of %2$@ (%3$.2f%%)"; 24 25 /* Inspector -> above tabs -> total size (several torrents selected) */ 26 "%@ Total" = "%@ Total"; 27 28 /* Torrent -> progress string */ 29 "%@, uploaded %@ (Ratio: %@)" = "%1$@, uploaded %2$@ (Ratio: %3$@)"; 30 31 /* Inspector -> Peers tab -> connected */ 32 "%d (%d incoming)" = "%1$d (%2$d incoming)"; 33 34 /* Torrent -> remaining time */ 35 "%d day %d hr" = "%1$d day %2$d hr"; 36 37 /* Torrent -> remaining time */ 38 "%d days %d hr" = "%1$d days %2$d hr"; 39 40 /* Inspector -> Files tab -> bottom text (number of files) */ 41 "%d file" = "%d file"; 42 43 /* Inspector -> Files tab -> bottom text (number of files) */ 44 "%d files" = "%d files"; 45 46 /* Torrent -> remaining time */ 47 "%d hr %02d min" = "%1$d hr %2$d min"; 48 49 /* Torrent -> remaining time */ 50 "%d min %02d sec" = "%1$d min %2$d sec"; 51 52 /* Torrent -> remaining time */ 53 "%d sec" = "%d sec"; 54 55 /* Inspector -> above tabs -> selected torrents */ 56 "%d Torrents Selected" = "%d Torrents Selected"; 57 58 /* Status bar transfer count */ 59 "%d Transfer" = "%d Transfer"; 60 61 /* Status bar transfer count */ 62 "%d Transfers" = "%d Transfers"; 63 30 64 /* File size */ 31 65 "%lld bytes" = "%lld bytes"; 32 66 33 /* Filter toolbar item -> label */ 34 "Filter" = "Filter"; 35 36 /* Filter toolbar item -> palette label */ 37 "Toggle Filter" = "Toggle Filter"; 38 39 /* Filter toolbar item -> tooltip */ 40 "Toggle the filter bar" = "Toggle the filter bar"; 67 /* Transfer speed (Bytes per second) */ 68 "B/s" = "B/s"; 69 70 /* Preferences -> Bandwidth toolbar item title */ 71 "Bandwidth" = "Bandwidth"; 41 72 42 73 /* Growl notification description */ 43 74 "Bandwidth settings changed" = "Bandwidth settings changed"; 44 45 /* Growl notification title */46 "Download Complete" = "Download Complete";47 48 /* Growl notification title */49 "Seeding Complete" = "Seeding Complete";50 51 /* Growl notification title */52 "Speed Limit Auto Disabled" = "Speed Limit Auto Disabled";53 54 /* Growl notification title */55 "Speed Limit Auto Enabled" = "Speed Limit Auto Enabled";56 57 /* Growl notification title */58 "Torrent File Auto Added" = "Torrent File Auto Added";59 60 /* Inspector -> Activity -> detailed pieces view tooltip */61 "Piece Availability" = "Piece Availability";62 63 /* Inspector -> Activity -> detailed pieces view tooltip */64 "Piece Progress" = "Piece Progress";65 66 /* Inspector -> Files tab -> bottom text (number of files) */67 "%d file" = "%d file";68 69 /* Inspector -> Files tab -> bottom text (number of files) */70 "%d files" = "%d files";71 72 /* Inspector -> Files tab -> bottom text (number of files) */73 "info not available" = "info not available";74 75 /* Inspector -> Files tab -> table row tooltip */76 " bytes" = " bytes";77 78 /* Inspector -> Peers tab -> connected */79 "%d (%d incoming)" = "%1$d (%2$d incoming)";80 81 /* Inspector -> Peers tab -> table row tooltip */82 "From incoming connection" = "From incoming connection";83 84 /* Inspector -> Peers tab -> table row tooltip */85 "From outgoing connection" = "From outgoing connection";86 87 /* Inspector -> above tabs -> selected torrents */88 "%d Torrents Selected" = "%d Torrents Selected";89 90 /* Inspector -> above tabs -> selected torrents */91 "No Torrents Selected" = "No Torrents Selected";92 93 /* Inspector -> above tabs -> total size (several torrents selected) */94 "%@ Total" = "%@ Total";95 96 /* Inspector toolbar item -> label */97 "Inspector" = "Inspector";98 99 /* Inspector toolbar item -> palette label */100 "Toggle Inspector" = "Toggle Inspector";101 102 /* Inspector toolbar item -> tooltip */103 "Toggle the torrent inspector" = "Toggle the torrent inspector";104 105 /* Main window -> 1st bottom left button (action) tooltip */106 "Shortcuts for changing global settings." = "Shortcuts for changing global settings.";107 108 /* Main window -> 2nd bottom left button (turtle) tooltip */109 "Speed Limit overrides the total bandwidth limits with its own limits." = "Speed Limit overrides the total bandwidth limits with its own limits.";110 111 /* Open toolbar item -> label */112 "Open" = "Open";113 114 /* Open toolbar item -> palette label */115 "Open Torrent Files" = "Open Torrent Files";116 117 /* Open toolbar item -> tooltip */118 "Open torrent files" = "Open torrent files";119 120 /* Open torrent -> select destination folder */121 "Select the download folder for \"%@\"" = "Select the download folder for \"%@\"";122 123 /* Pause All toolbar item -> label */124 "Pause All" = "Pause All";125 126 /* Pause All toolbar item -> tooltip */127 "Pause all transfers" = "Pause all transfers";128 129 /* Pause toolbar item -> label */130 "Pause" = "Pause";131 132 /* Pause toolbar item -> palette label */133 "Pause Selected" = "Pause Selected";134 135 /* Pause toolbar item -> tooltip */136 "Pause selected transfers" = "Pause selected transfers";137 138 /* Preferences -> Bandwidth toolbar item title */139 "Bandwidth" = "Bandwidth";140 141 /* Preferences -> General toolbar item title */142 "General" = "General";143 144 /* Preferences -> Network -> port map status */145 "Error mapping port" = "Error mapping port";146 147 /* Preferences -> Network -> port map status */148 "Port successfully mapped" = "Port successfully mapped";149 150 /* Preferences -> Network -> port status */151 "Checking port status" = "Checking port status";152 153 /* Preferences -> Network -> port status */154 "Port is closed" = "Port is closed";155 156 /* Preferences -> Network -> port status */157 "Port is open" = "Port is open";158 159 /* Preferences -> Network -> port status */160 "Port is stealth" = "Port is stealth";161 162 /* Preferences -> Network -> port status */163 "Unable to check port status" = "Unable to check port status";164 165 /* Preferences -> Network toolbar item title */166 "Network" = "Network";167 168 /* Preferences -> Transfers toolbar item title */169 "Transfers" = "Transfers";170 75 171 76 /* Removal confirm panel -> button … … 173 78 "Cancel" = "Cancel"; 174 79 80 /* Torrent -> status string */ 81 "Checking existing files" = "Checking existing files"; 82 83 /* Preferences -> Network -> port status */ 84 "Checking port status" = "Checking port status"; 85 86 /* Volume cannot be found alert -> directory button */ 87 "Choose New Directory" = "Choose New Directory"; 88 89 /* Confirm Quit panel -> title */ 90 "Confirm Quit" = "Confirm Quit"; 91 92 /* Removal confirm panel -> title */ 93 "Confirm Removal of %d Transfers" = "Confirm Removal of %d Transfers"; 94 95 /* Removal confirm panel -> title */ 96 "Confirm Removal of \"%@\"" = "Confirm Removal of \"%@\""; 97 98 /* Torrent file copy alert -> title */ 99 "Copy of \"%@\" Cannot Be Created" = "Copy of \"%@\" Cannot Be Created"; 100 101 /* Torrent -> status string */ 102 "DL: %@, " = "DL: %@, "; 103 104 /* Torrent file disk space alert -> button */ 105 "Download Anyway" = "Download Anyway"; 106 107 /* Growl notification title */ 108 "Download Complete" = "Download Complete"; 109 110 /* Torrent -> status string */ 111 "Downloading" = "Downloading"; 112 113 /* Torrent -> status string */ 114 "Downloading from %d of %d peer" = "Downloading from %1$d of %2$d peer"; 115 116 /* Torrent -> status string */ 117 "Downloading from %d of %d peers" = "Downloading from %1$d of %2$d peers"; 118 119 /* Preferences -> Network -> port map status */ 120 "Error mapping port" = "Error mapping port"; 121 122 /* Torrent -> status string */ 123 "Error: " = "Error: "; 124 125 /* Filter toolbar item -> label */ 126 "Filter" = "Filter"; 127 128 /* Inspector -> Peers tab -> table row tooltip */ 129 "From incoming connection" = "From incoming connection"; 130 131 /* Inspector -> Peers tab -> table row tooltip */ 132 "From outgoing connection" = "From outgoing connection"; 133 134 /* Preferences -> General toolbar item title */ 135 "General" = "General"; 136 137 /* View menu -> Filter Bar */ 138 "Hide Filter Bar" = "Hide Filter Bar"; 139 140 /* View menu -> Inspector */ 141 "Hide Inspector" = "Hide Inspector"; 142 143 /* View menu -> Status Bar */ 144 "Hide Status Bar" = "Hide Status Bar"; 145 146 /* Inspector -> Files tab -> bottom text (number of files) */ 147 "info not available" = "info not available"; 148 149 /* Inspector toolbar item -> label */ 150 "Inspector" = "Inspector"; 151 152 /* Download not a torrent -> message */ 153 "It appears that the file \"%@\" from %@ is not a torrent file." = "It appears that the file \"%1$@\" from %2$@ is not a torrent file."; 154 155 /* Action context menu -> upload/download limit */ 156 "Limit (%d KB/s)" = "Limit (%d KB/s)"; 157 158 /* Save log alert panel -> title */ 159 "Log Could Not Be Saved" = "Log Could Not Be Saved"; 160 161 /* No Ratio 162 Torrent -> status string */ 163 "N/A" = "N/A"; 164 165 /* Preferences -> Network toolbar item title */ 166 "Network" = "Network"; 167 168 /* Inspector -> above tabs -> selected torrents */ 169 "No Torrents Selected" = "No Torrents Selected"; 170 171 /* Torrent file disk space alert -> title */ 172 "Not enough remaining disk space to download \"%@\" completely." = "Not enough remaining disk space to download \"%@\" completely."; 173 174 /* Download not a torrent -> button 175 Save log alert panel -> button 176 Volume cannot be found alert -> button 177 Move volume cannot be found alert -> button 178 Torrent download failed -> button 179 Torrent file copy alert -> button 180 Torrent file disk space alert -> button */ 181 "OK" = "OK"; 182 183 /* Open toolbar item -> label */ 184 "Open" = "Open"; 185 186 /* Open toolbar item -> tooltip */ 187 "Open torrent files" = "Open torrent files"; 188 189 /* Open toolbar item -> palette label */ 190 "Open Torrent Files" = "Open Torrent Files"; 191 192 /* Pause toolbar item -> label */ 193 "Pause" = "Pause"; 194 195 /* Pause All toolbar item -> label */ 196 "Pause All" = "Pause All"; 197 198 /* Pause All toolbar item -> tooltip */ 199 "Pause all transfers" = "Pause all transfers"; 200 201 /* Pause toolbar item -> palette label */ 202 "Pause Selected" = "Pause Selected"; 203 204 /* Pause toolbar item -> tooltip */ 205 "Pause selected transfers" = "Pause selected transfers"; 206 207 /* Torrent -> status string */ 208 "Paused" = "Paused"; 209 210 /* Inspector -> Activity -> detailed pieces view tooltip */ 211 "Piece Availability" = "Piece Availability"; 212 213 /* Inspector -> Activity -> detailed pieces view tooltip */ 214 "Piece Progress" = "Piece Progress"; 215 216 /* Preferences -> Network -> port status */ 217 "Port is closed" = "Port is closed"; 218 219 /* Preferences -> Network -> port status */ 220 "Port is open" = "Port is open"; 221 222 /* Preferences -> Network -> port status */ 223 "Port is stealth" = "Port is stealth"; 224 225 /* Preferences -> Network -> port map status */ 226 "Port successfully mapped" = "Port successfully mapped"; 227 228 /* Confirm Quit panel -> button */ 229 "Quit" = "Quit"; 230 231 /* Torrent -> status string */ 232 "Ratio: " = "Ratio: "; 233 234 /* Torrent -> status string */ 235 "Ratio: %@, " = "Ratio: %@, "; 236 175 237 /* Removal confirm panel -> button 176 238 Remove toolbar item -> label */ 177 239 "Remove" = "Remove"; 178 240 241 /* Remove toolbar item -> palette label */ 242 "Remove Selected" = "Remove Selected"; 243 244 /* Remove toolbar item -> tooltip */ 245 "Remove selected transfers" = "Remove selected transfers"; 246 247 /* Resume toolbar item -> label */ 248 "Resume" = "Resume"; 249 250 /* Resume All toolbar item -> label */ 251 "Resume All" = "Resume All"; 252 253 /* Resume All toolbar item -> tooltip */ 254 "Resume all transfers" = "Resume all transfers"; 255 256 /* Resume toolbar item -> palette label */ 257 "Resume Selected" = "Resume Selected"; 258 259 /* Resume toolbar item -> tooltip */ 260 "Resume selected transfers" = "Resume selected transfers"; 261 262 /* Torrent -> status string */ 263 "Seeding" = "Seeding"; 264 265 /* Torrent -> status string */ 266 "Seeding complete" = "Seeding complete"; 267 268 /* Growl notification title */ 269 "Seeding Complete" = "Seeding Complete"; 270 271 /* Torrent -> status string */ 272 "Seeding to %d of %d peer" = "Seeding to %1$d of %2$d peer"; 273 274 /* Torrent -> status string */ 275 "Seeding to %d of %d peers" = "Seeding to %1$d of %2$d peers"; 276 277 /* Open torrent -> select destination folder */ 278 "Select the download folder for \"%@\"" = "Select the download folder for \"%@\""; 279 280 /* Main window -> 1st bottom left button (action) tooltip */ 281 "Shortcuts for changing global settings." = "Shortcuts for changing global settings."; 282 283 /* View menu -> Filter Bar */ 284 "Show Filter Bar" = "Show Filter Bar"; 285 286 /* View menu -> Inspector */ 287 "Show Inspector" = "Show Inspector"; 288 289 /* View menu -> Status Bar */ 290 "Show Status Bar" = "Show Status Bar"; 291 292 /* Growl notification title */ 293 "Speed Limit Auto Disabled" = "Speed Limit Auto Disabled"; 294 295 /* Growl notification title */ 296 "Speed Limit Auto Enabled" = "Speed Limit Auto Enabled"; 297 298 /* Main window -> 2nd bottom left button (turtle) tooltip */ 299 "Speed Limit overrides the total bandwidth limits with its own limits." = "Speed Limit overrides the total bandwidth limits with its own limits."; 300 301 /* Action context menu -> ratio stop */ 302 "Stop at Ratio (%.2f)" = "Stop at Ratio (%.2f)"; 303 304 /* Torrent -> status string */ 305 "Stopping" = "Stopping"; 306 307 /* Move volume cannot be found alert -> message */ 308 "The file will remain in its current location" = "The file will remain in its current location"; 309 310 /* Torrent download failed -> message */ 311 "The torrent could not be downloaded from %@ because an error occurred (%@)." = "The torrent could not be downloaded from %1$@ because an error occurred (%2$@)."; 312 313 /* Torrent file copy alert -> message */ 314 "The torrent file (%@) cannot be found." = "The torrent file (%@) cannot be found."; 315 316 /* Torrent file disk space alert -> message */ 317 "The transfer will be paused. Clear up space on \"%@\" to continue." = "The transfer will be paused. Clear up space on \"%@\" to continue."; 318 319 /* Volume cannot be found alert -> message */ 320 "The transfer will be paused. Mount the volume \"%@\" to continue." = "The transfer will be paused. Mount the volume \"%@\" to continue."; 321 322 /* Volume cannot be found alert -> title */ 323 "The volume for downloading \"%@\" cannot be found." = "The volume for downloading \"%@\" cannot be found."; 324 325 /* Move volume cannot be found alert -> title */ 326 "The volume for moving the completed \"%@\" cannot be found." = "The volume for moving the completed \"%@\" cannot be found."; 327 328 /* Removal confirm panel -> message part 1 */ 329 "There are %d active transfers." = "There are %d active transfers."; 330 331 /* Confirm Quit panel -> message */ 332 "There are %d active transfers. Do you really want to quit?" = "There are %d active transfers. Do you really want to quit?"; 333 334 /* Removal confirm panel -> message part 1 */ 335 "There are %d transfers (%d active)." = "There are %1$d transfers (%2$d active)."; 336 337 /* Confirm Quit panel -> message */ 338 "There is an active transfer. Do you really want to quit?" = "There is an active transfer. Do you really want to quit?"; 339 340 /* Save log alert panel -> message */ 341 "There was a problem creating the file \"%@\"." = "There was a problem creating the file \"%@\"."; 342 179 343 /* Removal confirm panel -> message */ 180 344 "This transfer is active. Once removed, continuing the transfer will require the torrent file. Do you really want to remove it?" = "This transfer is active. Once removed, continuing the transfer will require the torrent file. Do you really want to remove it?"; 181 345 182 /* Removal confirm panel -> message part 1 */ 183 "There are %d active transfers." = "There are %d active transfers."; 184 185 /* Removal confirm panel -> message part 1 */ 186 "There are %d transfers (%d active)." = "There are %1$d transfers (%2$d active)."; 187 188 /* Removal confirm panel -> message part 2 */ 189 " Once removed, continuing the transfers will require the torrent files. Do you really want to remove them?" = " Once removed, continuing the transfers will require the torrent files. Do you really want to remove them?"; 190 191 /* Removal confirm panel -> title */ 192 "Comfirm Removal of %d Transfers" = "Comfirm Removal of %d Transfers"; 193 194 /* Removal confirm panel -> title */ 195 "Comfirm Removal of \"%@\"" = "Comfirm Removal of \"%@\""; 196 197 /* Remove toolbar item -> palette label */ 198 "Remove Selected" = "Remove Selected"; 199 200 /* Remove toolbar item -> tooltip */ 201 "Remove selected transfers" = "Remove selected transfers"; 202 203 /* Resume All toolbar item -> label */ 204 "Resume All" = "Resume All"; 205 206 /* Resume All toolbar item -> tooltip */ 207 "Resume all transfers" = "Resume all transfers"; 208 209 /* Resume toolbar item -> label */ 210 "Resume" = "Resume"; 211 212 /* Resume toolbar item -> palette label */ 213 "Resume Selected" = "Resume Selected"; 214 215 /* Resume toolbar item -> tooltip */ 216 "Resume selected transfers" = "Resume selected transfers"; 217 218 /* Save log alert panel -> button 219 Torrent file copy alert -> button 220 Torrent file disk space alert -> button */ 221 "OK" = "OK"; 222 223 /* Save log alert panel -> message */ 224 "There was a problem creating the file \"%@\"." = "There was a problem creating the file \"%@\"."; 225 226 /* Save log alert panel -> title */ 227 "Log Could Not Be Saved" = "Log Could Not Be Saved"; 346 /* Filter toolbar item -> palette label */ 347 "Toggle Filter" = "Toggle Filter"; 348 349 /* Inspector toolbar item -> palette label */ 350 "Toggle Inspector" = "Toggle Inspector"; 351 352 /* Filter toolbar item -> tooltip */ 353 "Toggle the filter bar" = "Toggle the filter bar"; 354 355 /* Inspector toolbar item -> tooltip */ 356 "Toggle the torrent inspector" = "Toggle the torrent inspector"; 357 358 /* Torrent download error -> title 359 Download not a torrent -> title */ 360 "Torrent download failed" = "Torrent download failed"; 361 362 /* Growl notification title */ 363 "Torrent File Auto Added" = "Torrent File Auto Added"; 364 365 /* Status bar -> total download */ 366 "Total DL: " = "Total DL: "; 367 368 /* Status bar -> total upload */ 369 "Total UL: " = "Total UL: "; 370 371 /* Preferences -> Transfers toolbar item title */ 372 "Transfers" = "Transfers"; 373 374 /* Torrent -> location when deleting original */ 375 "Transmission Support Folder" = "Transmission Support Folder"; 376 377 /* Torrent -> status string */ 378 "UL: " = "UL: "; 379 380 /* Preferences -> Network -> port status */ 381 "Unable to check port status" = "Unable to check port status"; 382 383 /* Torrent -> remaining time */ 384 "Unknown" = "Unknown"; 228 385 229 386 /* Save log panel -> default file name */ 230 387 "untitled" = "untitled"; 231 388 232 /* Status bar -> total download */233 "Total DL: " = "Total DL: ";234 235 /* Status bar -> total upload */236 "Total UL: " = "Total UL: ";237 238 /* Status bar transfer count */239 "%d Transfer" = "%d Transfer";240 241 /* Status bar transfer count */242 "%d Transfers" = "%d Transfers";243 244 /* Torrent -> location when deleting original */245 "Transmission Support Folder" = "Transmission Support Folder";246 247 /* Torrent -> progress string */248 " - %@ remaining" = " - %@ remaining";249 250 /* Torrent -> progress string */251 " - remaining time unknown" = " - remaining time unknown";252 253 /* Torrent -> progress string */254 "%@ of %@ (%.2f%%)" = "%1$@ of %2$@ (%3$.2f%%)";255 256 /* Torrent -> progress string */257 "%@, uploaded %@ (Ratio: %@)" = "%1$@, uploaded %2$@ (Ratio: %3$@)";258 259 /* Torrent -> remaining time */260 "%d day %d hr" = "%1$d day %2$d hr";261 262 /* Torrent -> remaining time */263 "%d days %d hr" = "%1$d days %2$d hr";264 265 /* Torrent -> remaining time */266 "%d hr %02d min" = "%1$d hr %2$d min";267 268 /* Torrent -> remaining time */269 "%d min %02d sec" = "%1$d min %2$d sec";270 271 /* Torrent -> remaining time */272 "%d sec" = "%d sec";273 274 /* Torrent -> remaining time */275 "Unknown" = "Unknown";276 277 /* Torrent -> status string */278 "Checking existing files" = "Checking existing files";279 280 /* Torrent -> status string */281 "DL: %@, " = "DL: %@, ";282 283 /* Torrent -> status string */284 "Downloading" = "Downloading";285 286 /* Torrent -> status string */287 "Downloading from %d of %d peer" = "Downloading from %1$d of %2$d peer";288 289 /* Torrent -> status string */290 "Downloading from %d of %d peers" = "Downloading from %1$d of %2$d peers";291 292 /* Torrent -> status string */293 "Error: " = "Error: ";294 295 /* Torrent -> status string */296 "N/A" = "N/A";297 298 /* Torrent -> status string */299 "Paused" = "Paused";300 301 /* Torrent -> status string */302 "Ratio: " = "Ratio: ";303 304 /* Torrent -> status string */305 "Ratio: %@, " = "Ratio: %@, ";306 307 /* Torrent -> status string */308 "Seeding" = "Seeding";309 310 /* Torrent -> status string */311 "Seeding complete" = "Seeding complete";312 313 /* Torrent -> status string */314 "Seeding to %d of %d peer" = "Seeding to %1$d of %2$d peer";315 316 /* Torrent -> status string */317 "Seeding to %d of %d peers" = "Seeding to %1$d of %2$d peers";318 319 /* Torrent -> status string */320 "Stopping" = "Stopping";321 322 /* Torrent -> status string */323 "UL: " = "UL: ";324 325 389 /* Torrent -> status string */ 326 390 "Waiting to start" = "Waiting to start"; 327 391 328 /* Torrent file copy alert -> message */329 "The torrent file (%@) cannot be found." = "The torrent file (%@) cannot be found.";330 331 /* Torrent file copy alert -> title */332 "Copy of \"%@\" Cannot Be Created" = "Copy of \"%@\" Cannot Be Created";333 334 /* Torrent file disk space alert -> button */335 "Download Anyway" = "Download Anyway";336 337 /* Torrent file disk space alert -> message */338 "The transfer will be paused. Clear up space on %@ to continue." = "The transfer will be paused. Clear up space on %@ to continue.";339 340 /* Torrent file disk space alert -> title */341 "Not enough remaining disk space to download \"%@\" completely." = "Not enough remaining disk space to download \"%@\" completely.";342 343 /* Transfer speed (Bytes per second) */344 "B/s" = "B/s";345 346 /* View menu -> Filter Bar */347 "Hide Filter Bar" = "Hide Filter Bar";348 349 /* View menu -> Filter Bar */350 "Show Filter Bar" = "Show Filter Bar";351 352 /* View menu -> Inspector */353 "Hide Inspector" = "Hide Inspector";354 355 /* View menu -> Inspector */356 "Show Inspector" = "Show Inspector";357 358 /* View menu -> Status Bar */359 "Hide Status Bar" = "Hide Status Bar";360 361 /* View menu -> Status Bar */362 "Show Status Bar" = "Show Status Bar";
Note: See TracChangeset
for help on using the changeset viewer.