Changeset 3252


Ignore:
Timestamp:
Oct 1, 2007, 12:30:07 PM (15 years ago)
Author:
livings124
Message:

update strings file

Location:
trunk/macosx
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/macosx/InfoWindowController.m

    r3251 r3252  
    769769- (void) setNextTab
    770770{
    771     if ([fTabView indexOfTabViewItem: [fTabView selectedTabViewItem]] == [fTabView numberOfTabViewItems] - 1)
     771    if ([fTabView selectedTabViewItem] == [fTabView tabViewItemAtIndex: [fTabView numberOfTabViewItems] - 1])
    772772        [fTabView selectFirstTabViewItem: nil];
    773773    else
     
    777777- (void) setPreviousTab
    778778{
    779     if ([fTabView indexOfTabViewItem: [fTabView selectedTabViewItem]] == 0)
     779    if ([fTabView selectedTabViewItem] == [fTabView tabViewItemAtIndex: 0])
    780780        [fTabView selectLastTabViewItem: nil];
    781781    else
  • trunk/macosx/en.lproj/Localizable.strings

    r2680 r3252  
    55" - remaining time unknown" = " - remaining time unknown";
    66
    7 /* File size (beware of leading space) */
    8 " GB" = " GB";
    9 
    10 /* File size (beware of leading space) */
    11 " KB" = " KB";
    12 
    13 /* File size (beware of leading space) */
    14 " MB" = " MB";
    15 
    167/* Removal confirm panel -> message part 2 */
    178" 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?";
     
    2314"%.2f%% of %@" = "%1$.2f%% of %2$@";
    2415
     16/* Inspector -> Activity tab -> have */
     17"%@ (%@ verified)" = "%1$@ (%2$@ verified)";
     18
    2519/* Torrent -> progress string */
    2620"%@ of %@ (%.2f%%)" = "%1$@ of %2$@ (%3$.2f%%)";
     
    2923"%@ of %@ (%.2f%%), uploaded %@ (Ratio: %@)" = "%1$@ of %2$@ (%3$.2f%%), uploaded %4$@ (Ratio: %5$@)";
    3024
     25/* Torrent -> progress string */
     26"%@ of %@ selected (%.2f%%)" = "%1$@ of %2$@ selected (%3$.2f%%)";
     27
     28/* Torrent -> progress string */
     29"%@ selected, uploaded %@ (Ratio: %@)" = "%1$@ selected, uploaded %2$@ (Ratio: %3$@)";
     30
    3131/* Inspector -> above tabs -> total size (several torrents selected) */
    3232"%@ Total" = "%@ Total";
     33
     34/* Inspector -> Activity tab -> have */
     35"%@ verified" = "%@ verified";
    3336
    3437/* Create torrent -> info */
     
    114117"1 Transfer" = "1 Transfer";
    115118
    116 /* Move folder cannot be found alert -> message */
    117 "\"%@\" cannot be found. The file will remain in its current location." = "\"%@\" cannot be found. The file will remain in its current location.";
    118 
    119 /* Folder cannot be found alert -> message */
    120 "\"%@\" cannot be found. The transfer will be paused." = "\"%@\" cannot be found. The transfer will be paused.";
     119/* Move folder cannot be used alert -> message */
     120"\"%@\" cannot be used. The file will remain in its current location." = "\"%@\" cannot be used. The file will remain in its current location.";
     121
     122/* Folder cannot be used alert -> message */
     123"\"%@\" cannot be used. The transfer will be paused." = "\"%@\" cannot be used. The transfer will be paused.";
    121124
    122125/* Create torrent -> file already exists warning -> warning */
     
    134137/* Open duplicate alert -> title */
    135138"A transfer of \"%@\" is already running." = "A transfer of \"%@\" is already running.";
     139
     140/* Preferences -> Advanced toolbar item title */
     141"Advanced" = "Advanced";
     142
     143/* Filter Bar Button -> title */
     144"All" = "All";
    136145
    137146/* Torrent file disk space alert -> button */
     
    158167"Checking existing data (%.2f%%)" = "Checking existing data (%.2f%%)";
    159168
    160 /* Preferences -> Network -> port status */
     169/* Preferences -> Advanced -> port status */
    161170"Checking port status" = "Checking port status";
    162171
    163 /* Folder cannot be found alert -> location button */
     172/* Folder cannot be used alert -> location button */
    164173"Choose New Location" = "Choose New Location";
    165174
     
    168177
    169178/* Removal confirm panel -> title */
    170 "Confirm Removal of %d Transfers" = "Confirm Removal of %d Transfers";
    171 
    172 /* Removal confirm panel -> title */
    173 "Confirm Removal of \"%@\"" = "Confirm Removal of \"%@\"";
     179"Confirm removal of %d transfers from the transfer list and trash both data and torrent files." = "Confirm removal of %d transfers from the transfer list and trash both data and torrent files.";
     180
     181/* Removal confirm panel -> title */
     182"Confirm removal of %d transfers from the transfer list and trash data file." = "Confirm removal of %d transfers from the transfer list and trash data file.";
     183
     184/* Removal confirm panel -> title */
     185"Confirm removal of %d transfers from the transfer list and trash torrent file." = "Confirm removal of %d transfers from the transfer list and trash torrent file.";
     186
     187/* Removal confirm panel -> title */
     188"Confirm removal of %d transfers from the transfer list." = "Confirm removal of %d transfers from the transfer list.";
     189
     190/* Removal confirm panel -> title */
     191"Confirm removal of \"%@\" from the transfer list and trash both data and torrent files." = "Confirm removal of \"%@\" from the transfer list and trash both data and torrent files.";
     192
     193/* Removal confirm panel -> title */
     194"Confirm removal of \"%@\" from the transfer list and trash data file." = "Confirm removal of \"%@\" from the transfer list and trash data file.";
     195
     196/* Removal confirm panel -> title */
     197"Confirm removal of \"%@\" from the transfer list and trash torrent file." = "Confirm removal of \"%@\" from the transfer list and trash torrent file.";
     198
     199/* Removal confirm panel -> title */
     200"Confirm removal of \"%@\" from the transfer list." = "Confirm removal of \"%@\" from the transfer list.";
    174201
    175202/* Debug log alert -> informative message */
     
    188215"Create torrent file" = "Create torrent file";
    189216
    190 /* Create toolbar item -> palette label */
     217/* Create toolbar item -> palette label
     218   Create torrent -> select file */
    191219"Create Torrent File" = "Create Torrent File";
    192220
     
    195223
    196224/* Torrent -> status string */
    197 "DL: %@, " = "DL: %@, ";
     225"DL: %@, UL: %@" = "DL: %1$@, UL: %2$@";
    198226
    199227/* Debug log alert -> button
     
    216244"Download Some" = "Download Some";
    217245
    218 /* Torrent -> status string */
     246/* Filter Bar Button -> title
     247   Torrent -> status string */
    219248"Downloading" = "Downloading";
    220249
     
    224253/* Torrent -> status string */
    225254"Downloading from %d of 1 peer" = "Downloading from %d of 1 peer";
     255
     256/* Inspector -> Peers tab -> table row tooltip */
     257"Encrypted Connection" = "Encrypted Connection";
    226258
    227259/* Transfer speed invalid
     
    229261"error" = "error";
    230262
    231 /* Preferences -> Network -> port map status */
     263/* Torrent -> status string */
     264"Error" = "Error";
     265
     266/* Preferences -> Advanced -> port map status */
    232267"Error mapping port" = "Error mapping port";
    233268
     
    249284/* Inspector -> Peers tab -> table row tooltip */
    250285"From: tracker" = "From: tracker";
     286
     287/* File size (beware of leading space) */
     288"GB" = "GB";
    251289
    252290/* Preferences -> General toolbar item title */
     
    275313"It appears that the file \"%@\" from %@ is not a torrent file." = "It appears that the file \"%1$@\" from %2$@ is not a torrent file.";
    276314
    277 /* Action context menu -> upload/download limit */
     315/* File size (beware of leading space) */
     316"KB" = "KB";
     317
     318/* About window -> license button */
     319"License" = "License";
     320
     321/* torrent action context menu -> upload/download limit
     322   Action context menu -> upload/download limit */
    278323"Limit (%d KB/s)" = "Limit (%d KB/s)";
    279324
     
    283328/* Inspector -> files tab -> tooltip */
    284329"Low Priority" = "Low Priority";
     330
     331/* File size (beware of leading space) */
     332"MB" = "MB";
    285333
    286334/* Inspector -> files tab -> tooltip */
     
    291339"N/A" = "N/A";
    292340
    293 /* Preferences -> Network toolbar item title */
    294 "Network" = "Network";
    295 
    296341/* Inspector -> above tabs -> selected torrents */
    297342"No Torrents Selected" = "No Torrents Selected";
     
    303348"Not enough remaining disk space to download \"%@\" completely." = "Not enough remaining disk space to download \"%@\" completely.";
    304349
    305 /* Open duplicate alert -> button
     350/* Debug log alert -> button
     351   Open duplicate alert -> button
     352   Download not a torrent -> button
     353   Create torrent -> http warning -> button
     354   Save log alert panel -> button
     355   Create torrent -> zero size -> button
     356   Move folder cannot be used alert -> button
     357   Create torrent -> no url warning -> button
     358   Create torrent -> file already exists warning -> button
     359   Folder cannot be used alert -> button
     360   Torrent file copy alert -> button
     361   About window -> license close button
     362   Move error alert -> button
     363   Create torrent -> failed -> button
    306364   Create torrent -> no files -> button
    307    Create torrent -> file already exists warning -> button
    308    Torrent file copy alert -> button
    309    Move folder cannot be found alert -> button
    310    Folder cannot be found alert -> button
     365   Move inside itself alert -> button
    311366   Torrent file disk space alert -> button
    312    Create torrent -> no url warning -> button
    313    Torrent download failed -> button
    314    Create torrent -> failed -> button
    315    Move error alert -> button
    316    Debug log alert -> button
    317    Download not a torrent -> button
    318    Create torrent -> zero size -> button
    319    Move inside itself alert -> button
    320    Save log alert panel -> button
    321    Create torrent -> http warning -> button */
     367   Torrent download failed -> button */
    322368"OK" = "OK";
    323369
     
    325371"Open" = "Open";
    326372
     373/* Open toolbar item -> tooltip */
     374"Open torrent files" = "Open torrent files";
     375
    327376/* Open toolbar item -> palette label */
    328377"Open Torrent Files" = "Open Torrent Files";
    329378
    330 /* Open toolbar item -> tooltip */
    331 "Open torrent files" = "Open torrent files";
    332 
    333379/* Pause toolbar item -> label */
    334380"Pause" = "Pause";
     
    346392"Pause selected transfers" = "Pause selected transfers";
    347393
    348 /* Torrent -> status string */
     394/* Filter Bar Button -> title
     395   Torrent -> status string */
    349396"Paused" = "Paused";
    350397
    351 /* Preferences -> Network -> port status */
     398/* Inspector -> pex check */
     399"PEX can only be toggled on paused public torrents." = "PEX can only be toggled on paused public torrents.";
     400
     401/* Preferences -> Advanced -> port status */
    352402"Port is closed" = "Port is closed";
    353403
    354 /* Preferences -> Network -> port status */
     404/* Preferences -> Advanced -> port status */
    355405"Port is open" = "Port is open";
    356406
    357 /* Preferences -> Network -> port status */
     407/* Preferences -> Advanced -> port status */
    358408"Port is stealth" = "Port is stealth";
    359409
    360 /* Preferences -> Network -> port map status */
     410/* Preferences -> Advanced -> port map status */
    361411"Port successfully mapped" = "Port successfully mapped";
    362412
     
    380430
    381431/* Transmission already running alert -> button
    382    OS update needed -> button
    383432   Confirm Quit panel -> button */
    384433"Quit" = "Quit";
     
    388437
    389438/* Torrent -> status string */
    390 "Ratio: %@, " = "Ratio: %@, ";
     439"Ratio: %@, UL: %@" = "Ratio: %1$@, UL: %2$@";
    391440
    392441/* Removal confirm panel -> button
     
    415464"Resume selected transfers" = "Resume selected transfers";
    416465
    417 /* Torrent -> status string */
     466/* Filter Bar Button -> title
     467   Torrent -> status string */
    418468"Seeding" = "Seeding";
    419469
     
    430480"Seeding to %d of 1 peer" = "Seeding to %d of 1 peer";
    431481
    432 /* Folder cannot be found alert -> prompt
    433    Default folder cannot be found alert -> prompt
     482/* Default incomplete folder cannot be used alert -> prompt
     483   Create torrent -> select file
     484   Default folder cannot be used alert -> prompt
    434485   Open torrent -> prompt
    435486   Move torrent -> prompt
    436    Default incomplete folder cannot be found alert -> prompt
    437    Create torrent -> select file */
     487   Folder cannot be used alert -> prompt */
    438488"Select" = "Select";
    439489
     
    441491"Select a file or folder for the torrent file." = "Select a file or folder for the torrent file.";
    442492
    443 /* Folder cannot be found alert -> select destination folder
     493/* Folder cannot be used alert -> select destination folder
    444494   Open torrent -> select destination folder */
    445495"Select the download folder for \"%@\"" = "Select the download folder for \"%@\"";
     
    475525"Stalled, " = "Stalled, ";
    476526
    477 /* Action context menu -> ratio stop */
     527/* torrent action context menu -> ratio stop
     528   Action context menu -> ratio stop */
    478529"Stop at Ratio (%.2f)" = "Stop at Ratio (%.2f)";
    479530
     
    481532"Stopping" = "Stopping";
    482533
    483 /* Default folder cannot be found alert -> message */
    484 "The download folder cannot be found. Choose a new location." = "The download folder cannot be found. Choose a new location.";
    485 
    486 /* Folder cannot be found alert -> title */
    487 "The folder for downloading \"%@\" cannot be found." = "The folder for downloading \"%@\" cannot be found.";
    488 
    489 /* Move folder cannot be found alert -> title */
    490 "The folder for moving the completed \"%@\" cannot be found." = "The folder for moving the completed \"%@\" cannot be found.";
    491 
    492 /* Default incomplete folder cannot be found alert -> message */
    493 "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.";
     534/* Default folder cannot be used alert -> message */
     535"The download folder cannot be used. Choose a new location." = "The download folder cannot be used. Choose a new location.";
     536
     537/* Folder cannot be used alert -> title */
     538"The folder for downloading \"%@\" cannot be used." = "The folder for downloading \"%@\" cannot be used.";
     539
     540/* Move folder cannot be used alert -> title */
     541"The folder for moving the completed \"%@\" cannot be used." = "The folder for moving the completed \"%@\" cannot be used.";
     542
     543/* Default incomplete folder cannot be used alert -> message */
     544"The incomplete folder cannot be used. Choose a new location or cancel for none." = "The incomplete folder cannot be used. Choose a new location or cancel for none.";
    494545
    495546/* Debug log alert -> message */
     
    582633"Transfers" = "Transfers";
    583634
    584 /* OS update needed -> message */
    585 "Transmission has features that require a more up-to-date operating system. The operating system must be updated before this version can run." = "Transmission has features that require a more up-to-date operating system. The operating system must be updated before this version can run.";
    586 
    587635/* Transmission already running alert -> title */
    588636"Transmission is already running." = "Transmission is already running.";
    589637
    590 /* OS update needed -> title */
    591 "Transmission requires Mac OS X 10.4 or greater." = "Transmission requires Mac OS X 10.4 or greater.";
    592 
    593638/* Torrent -> location when deleting original */
    594639"Transmission Support Folder" = "Transmission Support Folder";
    595640
    596 /* Torrent -> status string */
    597 "UL: " = "UL: ";
    598 
    599 /* Preferences -> Network -> port status */
     641/* Preferences -> Advanced -> port status */
    600642"Unable to check port status" = "Unable to check port status";
    601643
Note: See TracChangeset for help on using the changeset viewer.