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 / Device.strings < prev    next >
Text File  |  1995-11-03  |  3KB  |  111 lines

  1. /**** Mounter messages ****/
  2.  
  3. "Cannot stat file %s in dir %s";
  4. "unknown device %d";
  5. "Cannot stat %s";
  6.  
  7. "Cannot rename disk: name too long";
  8. "Cannot rename disk: bad name";
  9. "Cannot rename disk: device nonexistent";
  10. "Cannot rename disk: some application is using it";
  11. "Cannot rename disk: label not writable";
  12. "Cannot rename device"    = "Cannot rename disk";
  13. "Device cannot be written"    = "Disk cannot be written";
  14. "Cannot unmount disk: some application is using it" = "Cannot eject disk: some application is using it";
  15. "Cannot unmount disk." = "Cannot eject disk.";
  16. "Cannot eject disk -- I/O Error";
  17.  
  18. "Repairing %@ disk %@ ...";
  19. "Repairing %@ disk '%@'";
  20. "Initializing %@ disk %@ ...";
  21. "Initializing %@ disk '%@' with %@ filesystem" = "Initializing %@ disk '%@' with %@ file system";
  22.  
  23. "Repairing...";
  24. "Initializing...";
  25.  
  26. "Initialize Floppy %c";
  27.  
  28. /**** mounterUtil strings ****/
  29.  
  30. "UntitledDisk";
  31.  
  32. /** device types for main window **/
  33.  
  34. "remote";
  35. "optical";
  36. "floppy";
  37. "hard";
  38. "scsi"    = "SCSI";
  39. "bizarre";
  40. "external";
  41. "foreign";
  42.  
  43. /** In several languages, e.g. French and German, we cannot assume that we can just juxtapose the device type and the word for disk; therefore we need to introduce the construct 'typed disk' for these alerts **/
  44.  
  45. "bizarre disk";
  46. "optical disk";
  47. "hard disk";
  48. "floppy disk";
  49. "remote disk";
  50. "scsi disk"    = "SCSI disk";
  51.  
  52. "DEFAULT_TYPED_DISK %@" = "%@ disk";
  53.  
  54. /** device types for alerts **/
  55.  
  56. "Device"    = "Disk";
  57. "Optical disk";
  58. "Floppy disk";
  59. "Scsi disk"    = "SCSI disk";
  60. "External disk";
  61. "Optical";
  62. "Floppy";
  63. "External";
  64.  
  65. /** errors **/
  66. "Error while ejecting disk";
  67. "Error while initializing disk";
  68. "Error while repairing disk";
  69. "Error while mounting disk";
  70. "Cannot eject";
  71. "Cannot mount";
  72. "Error while unmounting disk"    = "Error while ejecting disk";
  73. "Cannot unmount device"        = "Cannot eject disk";
  74. "Error while reading disk label";
  75. "Error while writing disk label";
  76. "Cannot initialize disk";
  77.  
  78. "disk initialization failed";
  79. "mount point must not already exist";
  80. "unable to fsck disk";
  81. "no file system on partition or super block corrupted";
  82. "message communication error";
  83. "illegal characters in disk label name";
  84. "no disk volumes available";
  85. "repair disk on a two drive system";
  86. "initialize disk on a two drive system";
  87.  
  88. "unknown error";
  89.  
  90. /** mach_error **/
  91.  
  92. "Cannot allocate workspace port";
  93. "Cannot allocate signature port";
  94. "Cannot check in workspace port";
  95. "Cannot allocate reply port";
  96.  
  97. /***** Floppy Densities ******/
  98. /* note: these probably shouldn't be localized */
  99.     /* for 3.5" */
  100. "720" = "720k (DD)";
  101. "1440" = "1440k (HD)";
  102. "2880" = "2880k (ED)";
  103.     /* for 5.25" */
  104. "80" = "80k (SSSD)";
  105. "90" = "90k (SSSD)";
  106. "160" = "160k (SSDD)";
  107. "320" = "320k (DSDD)";
  108. "180" = "180k (SSDD)";
  109. "360" = "360k (DSDD)";
  110. "1200" = "1200k (DSHD)";
  111.