home *** CD-ROM | disk | FTP | other *** search
/ OpenStep 4.0 (User) / OS_user_4.0.iso / usr / lib / NextStep / Workspace.app / English.lproj / Workspace.strings < prev   
Encoding:
Text File  |  1995-11-04  |  2.2 KB  |  84 lines

  1. /**** Generic messages ****/
  2.  
  3. "Do you really want to log out?";
  4. "Do you really want to power down?" = "Do you really want to turn off the computer?";
  5. "Workspace Manager Error";
  6. "Try to save changes to files in other applications before logging out.";
  7. "Log Out";
  8. "Power Down" = "Turn It Off";
  9. "Power";
  10. "MALFORMED_EXECUTABLE" = "Couldn't start up %s because it is damaged.";
  11. "NOT_SUITABLE" = "This application doesn't contain software for this kind of computer.";
  12. "NOT_FOUND" = "Couldn't start up %s because it is not accessible.";
  13. "Inspect...";
  14. "OK";
  15.  
  16. /**** Device messages ****/
  17.  
  18. "UntitledDisk";
  19. "Cancel";
  20. "Missing Disk" = "Insert Disk";
  21. "\nPlease insert floppy disk";
  22. "\nPlease insert optical disk";
  23. "\nPlease insert disk in external drive %d";
  24. "\nPlease insert optical disk '%s'";
  25. "\nPlease insert floppy disk '%s'";
  26. "\nPlease insert disk '%s' in external drive %d";
  27. "Wrong Disk";
  28. "\nPlease eject optical disk";
  29. "\nPlease eject floppy disk";
  30. "\nPlease eject disk in external drive %d";
  31. "Eject Disk";
  32. "You can safely remove the floppy disk now.";
  33.  
  34. "The %s disk is unreadable.";
  35. "Initializing the %s disk will erase it.";
  36. "The %s disk '%s' is damaged.";
  37. "The write-protected %s disk '%s' is damaged, and cannot be mounted.";
  38. "The %s disk '%s' is damaged.";
  39. "The write-protected %s disk '%s' is damaged, and cannot be mounted.";
  40.  
  41. "Cannot initialize disk. See console for errors.";
  42. "Cannot repair disk. See console for errors.";
  43.  
  44. "Repair";
  45. "Initialize";
  46. "Initialize...";
  47. "Eject";
  48. "Ignore";
  49. "Ok"="OK";
  50.  
  51.  
  52. /***** Floppy Densities ******/
  53. /* note: these probably shouldn't be localized */
  54.     /* for 3.5" */
  55. "720" = "720k (DD)";
  56. "1440" = "1440k (HD)";
  57. "2880" = "2880k (ED)";
  58.     /* for 5.25" */
  59. "80" = "80k (SSSD)";
  60. "90" = "90k (SSSD)";
  61. "160" = "160k (SSDD)";
  62. "320" = "320k (DSDD)";
  63. "180" = "180k (SSDD)";
  64. "360" = "360k (DSDD)";
  65. "1200" = "1200k (DSHD)";
  66.  
  67.  
  68. "0 byte";
  69. "%d bytes";
  70.  
  71. /* NOTE: the following strings were taken directly from the viewer's
  72.  * MainWindow.strings.
  73.  */
  74. /**** the two following indicate where to put the number - it's more complicated due the various formats we chose internally for floating point numbers ****/
  75. "10-100kB" = "%.1fKB";
  76. "less-1MB" = "%.3fMB";
  77. "1-10MB" = "%.2fMB";
  78. "10-100MB" = "%.1fMB";
  79. "less-1GB" = "%dMB";
  80. "1-10GB" = "%.2fGB";
  81. "10-100GB" = "%.1fGB";
  82. "xxxGB" = "%dGB";
  83.  
  84.