Changeset 1482
- Timestamp:
- Feb 12, 2007, 4:09:33 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/macosx/English.lproj/Localizable.strings
r1114 r1482 5 5 " - remaining time unknown" = " - remaining time unknown"; 6 6 7 /* Inspector -> Files tab -> table row tooltip */8 " bytes" = " bytes";9 10 7 /* File size (beware of leading space) */ 11 8 " GB" = " GB"; … … 39 36 40 37 /* 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"; 38 "%d files total" = "%d files total"; 45 39 46 40 /* Torrent -> remaining time */ … … 57 51 58 52 /* Status bar transfer count */ 59 "%d Transfer" = "%d Transfer";60 61 /* Status bar transfer count */62 53 "%d Transfers" = "%d Transfers"; 63 54 64 55 /* File size */ 65 56 "%lld bytes" = "%lld bytes"; 57 58 /* Inspector -> Files tab -> bottom text (number of files) */ 59 "1 file total" = "1 file total"; 60 61 /* Status bar transfer count */ 62 "1 Transfer" = "1 Transfer"; 63 64 /* Move folder cannot be found alert -> message */ 65 "\"%@\" cannot be found. The file will remain in its current location." = "\"%@\" cannot be found. The file will remain in its current location."; 66 67 /* Folder cannot be found alert -> message */ 68 "\"%@\" cannot be found. The transfer will be paused." = "\"%@\" cannot be found. The transfer will be paused."; 66 69 67 70 /* Transfer speed (Bytes per second) */ … … 84 87 "Checking port status" = "Checking port status"; 85 88 86 /* Volume cannot be found alert -> directorybutton */87 "Choose New Directory" = "Choose New Directory";89 /* Folder cannot be found alert -> location button */ 90 "Choose New Location" = "Choose New Location"; 88 91 89 92 /* Confirm Quit panel -> title */ … … 112 115 113 116 /* Torrent -> status string */ 114 "Downloading from %d of %d peer" = "Downloading from %1$d of %2$d peer";115 116 /* Torrent -> status string */117 117 "Downloading from %d of %d peers" = "Downloading from %1$d of %2$d peers"; 118 119 /* Torrent -> status string */ 120 "Downloading from %d of 1 peer" = "Downloading from %d of 1 peer"; 118 121 119 122 /* Preferences -> Network -> port map status */ … … 126 129 "Filter" = "Filter"; 127 130 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 131 /* Preferences -> General toolbar item title */ 135 132 "General" = "General"; … … 143 140 /* View menu -> Status Bar */ 144 141 "Hide Status Bar" = "Hide Status Bar"; 142 143 /* Inspector -> Peers tab -> table row tooltip */ 144 "incoming" = "incoming"; 145 145 146 146 /* Inspector -> Files tab -> bottom text (number of files) */ … … 172 172 "Not enough remaining disk space to download \"%@\" completely." = "Not enough remaining disk space to download \"%@\" completely."; 173 173 174 /* Download not a torrent -> button 174 /* Transmission already running alert -> button 175 Download not a torrent -> button 175 176 Save log alert panel -> button 176 Volume cannot be found alert -> button 177 Move volume cannot be found alert -> button 177 Move folder cannot be found alert -> button 178 178 Torrent download failed -> button 179 Folder cannot be found alert -> button 179 180 Torrent file copy alert -> button 180 181 Torrent file disk space alert -> button */ … … 184 185 "Open" = "Open"; 185 186 187 /* Open toolbar item -> palette label */ 188 "Open Torrent Files" = "Open Torrent Files"; 189 186 190 /* Open toolbar item -> tooltip */ 187 191 "Open torrent files" = "Open torrent files"; 188 192 189 /* Open toolbar item -> palette label*/190 " Open Torrent Files" = "Open Torrent Files";193 /* Inspector -> Peers tab -> table row tooltip */ 194 "outgoing" = "outgoing"; 191 195 192 196 /* Pause toolbar item -> label */ … … 225 229 /* Preferences -> Network -> port map status */ 226 230 "Port successfully mapped" = "Port successfully mapped"; 231 232 /* Inspector -> is private torrent */ 233 "Private Torrent" = "Private Torrent"; 234 235 /* Inspector -> Peers tab -> table row tooltip */ 236 "Progress: %.1f%%\nPort: %@\nFrom %@ connection" = "Progress: %1$.1f%%\nPort: %2$@\nFrom %3$@ connection"; 237 238 /* Inspector -> is not private torrent */ 239 "Public Torrent" = "Public Torrent"; 227 240 228 241 /* Confirm Quit panel -> button */ … … 263 276 "Seeding" = "Seeding"; 264 277 265 /* Torrent -> status string */266 "Seeding complete" = "Seeding complete";267 268 278 /* Growl notification title */ 269 279 "Seeding Complete" = "Seeding Complete"; 270 280 271 281 /* Torrent -> status string */ 272 "Seeding to %d of %d peer" = "Seeding to %1$d of %2$d peer";282 "Seeding complete" = "Seeding complete"; 273 283 274 284 /* Torrent -> status string */ 275 285 "Seeding to %d of %d peers" = "Seeding to %1$d of %2$d peers"; 276 286 277 /* Open torrent -> select destination folder */ 287 /* Torrent -> status string */ 288 "Seeding to %d of 1 peer" = "Seeding to %d of 1 peer"; 289 290 /* Folder cannot be found alert -> prompt 291 Default incomplete folder cannot be found alert -> prompt 292 Default folder cannot be found alert -> prompt 293 Open torrent -> prompt */ 294 "Select" = "Select"; 295 296 /* Folder cannot be found alert -> select destination folder 297 Open torrent -> select destination folder */ 278 298 "Select the download folder for \"%@\"" = "Select the download folder for \"%@\""; 279 299 … … 305 325 "Stopping" = "Stopping"; 306 326 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"; 327 /* Default folder cannot be found alert -> message */ 328 "The download folder cannot be found. Choose a new location." = "The download folder cannot be found. Choose a new location."; 329 330 /* Folder cannot be found alert -> title */ 331 "The folder for downloading \"%@\" cannot be found." = "The folder for downloading \"%@\" cannot be found."; 332 333 /* Move folder cannot be found alert -> title */ 334 "The folder for moving the completed \"%@\" cannot be found." = "The folder for moving the completed \"%@\" cannot be found."; 335 336 /* Default incomplete folder cannot be found alert -> message */ 337 "The incomplete folder cannot be found. Choose a new location or cancel for none." = "The incomplete folder cannot be found. Choose a new location or cancel for none."; 309 338 310 339 /* Torrent download failed -> message */ … … 317 346 "The transfer will be paused. Clear up space on \"%@\" to continue." = "The transfer will be paused. Clear up space on \"%@\" to continue."; 318 347 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 348 /* Removal confirm panel -> message part 1 */ 329 349 "There are %d active transfers." = "There are %d active transfers."; … … 334 354 /* Removal confirm panel -> message part 1 */ 335 355 "There are %d transfers (%d active)." = "There are %1$d transfers (%2$d active)."; 356 357 /* Transmission already running alert -> message */ 358 "There is already a copy of Transmission running. This copy cannot be opened until that instance is quit." = "There is already a copy of Transmission running. This copy cannot be opened until that instance is quit."; 336 359 337 360 /* Confirm Quit panel -> message */ … … 372 395 "Transfers" = "Transfers"; 373 396 397 /* Transmission already running alert -> title */ 398 "Transmission is already running" = "Transmission is already running"; 399 374 400 /* Torrent -> location when deleting original */ 375 401 "Transmission Support Folder" = "Transmission Support Folder"; … … 388 414 389 415 /* Torrent -> status string */ 390 "Waiting to start" = "Waiting to start"; 391 416 "Waiting to download" = "Waiting to download"; 417 418 /* Torrent -> status string */ 419 "Waiting to seed" = "Waiting to seed"; 420
Note: See TracChangeset
for help on using the changeset viewer.