home *** CD-ROM | disk | FTP | other *** search
/ OpenStep 4.2 / Openstep-4.2-Intel-User.iso / usr / lib / NextStep / Workspace.app / WM.app / English.lproj / MainWindow.strings < prev    next >
Text File  |  1995-11-03  |  2KB  |  75 lines

  1. /***** Title of the main window *****/
  2.  
  3. "Directory Window"    = "File Viewer";
  4. "Shelf: %s";
  5.  
  6. /**** Device Info ****/
  7.  
  8. "%@ available on %@";
  9. "NO SPACE";
  10.  
  11. "0 bytes";
  12. "1 byte";
  13. "%d bytes";
  14.  
  15. /**** the two following indicate where to put the number - it's more complicated due the various formats we chose internally for floating point numbers ****/
  16. "10-100kB" = "%.1fKB";
  17. "less-1MB" = "%.3fMB";
  18. "1-10MB" = "%.2fMB";
  19. "10-100MB" = "%.1fMB";
  20. "less-1GB" = "%dMB";
  21. "1-10GB" = "%.2fGB";
  22. "10-100GB" = "%.1fGB";
  23. "xxxGB" = "%dGB";
  24.  
  25. /**** Title for moving files ****/
  26.  
  27. "Incoming Files";
  28.  
  29. /**** Prefix for New Directory ****/
  30.  
  31. "NewDirectory"    = "NewFolder";
  32. "NewDirectory_Short"    = "folder";
  33.  
  34. /***** Titles in ListingView *****/
  35.  
  36. "slot_name"        = "Name";
  37. "slot_size"        = "Size";
  38. "slot_date"    = "Last Changed";
  39. "slot_access"    = "Permissions";
  40. "slot_owner"        = "Owner";
  41. "slot_group"        = "Group";
  42.  
  43. /***** Filler (determine min size of the field) in ListingView *****/
  44.  
  45. "slot_size_filler"        = "444444444";
  46. "slot_date_filler"        = "MMM 44 44:44";
  47. "slot_access_filler"        = "wwwwwwwwww";
  48. "slot_owner_filler"        = "MmmmMmmm";
  49. "slot_group_filler"        = "MmmmMmmm";
  50.  
  51. /***** special type in ListingView *******/
  52.  
  53. "ExpertView_automount"        = "automount";
  54.  
  55. /***** Menu commands *******/
  56.  
  57. "Compress";
  58. "Decompress";
  59.  
  60. "Encrypt...";
  61. "Decrypt...";
  62.  
  63. /***** Dates in ListingView (cf strftime documentation) *******/
  64.  
  65. "OLD_DATE_FORMAT"        = "%b %d %Y";
  66. "RECENT_DATE_FORMAT"        = "%b %d %H:%M";
  67.  
  68. /***** Strings for Sizing/Chmoding *******/
  69.  
  70. "Sizing ...";
  71. "Computing size of %@";
  72.  
  73. "Changing Protections ..."    = "Protecting ...";
  74. "Changing Protections of %@"    = "Changing permissions of %@";
  75.