Changeset 9658
- Timestamp:
- Dec 3, 2009, 1:28:19 AM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/macosx/en.lproj/Localizable.strings
r9610 r9658 167 167 /* Add torrent -> same name -> button */ 168 168 "Add" = "Add"; 169 170 /* Magnet link failed -> title */ 171 "Adding magnetized transfer failed" = "Adding magnetized transfer failed"; 169 172 170 173 /* Groups -> Button */ … … 552 555 Create torrent -> zero size -> button 553 556 Download not a torrent -> button 557 Magnet link failed -> button 554 558 Move error alert -> button 555 559 Move inside itself alert -> button … … 863 867 "The torrent file cannot be opened because it contains invalid data." = "The torrent file cannot be opened because it contains invalid data."; 864 868 865 /* Open duplicate alert -> message */866 "The torrent file cannot be opened because it is a duplicate of an already added transfer." = "The torrent file cannot be opened because it is a duplicate of an already added transfer.";867 868 869 /* Create torrent -> zero size -> title */ 869 870 "The total file size is zero bytes." = "The total file size is zero bytes."; 870 871 872 /* Open duplicate alert -> message */ 873 "The transfer cannot be added because it is a duplicate of an already existing transfer." = "The transfer cannot be added because it is a duplicate of an already existing transfer."; 874 871 875 /* Torrent disk space alert -> message */ 872 876 "The transfer will be paused. Clear up space on %@ or deselect files in the torrent inspector to continue." = "The transfer will be paused. Clear up space on %@ or deselect files in the torrent inspector to continue."; … … 901 905 /* Move error alert -> title */ 902 906 "There was an error moving the data file." = "There was an error moving the data file."; 907 908 /* Magnet link failed -> message */ 909 "There was an error when adding the magnet link \"%@\". The transfer will not occur." = "There was an error when adding the magnet link \"%@\". The transfer will not occur."; 903 910 904 911 /* Create torrent -> no files -> title */
Note: See TracChangeset
for help on using the changeset viewer.