home *** CD-ROM | disk | FTP | other *** search
/ NeXTSTEP 3.3.4.17 [SPARC, PA-RISC] / nextstep33_risc.iso / NextApps / Edit.app / English.lproj / FileSystemError.strings < prev    next >
Text File  |  1991-07-08  |  2KB  |  94 lines

  1. /* File System Errors */
  2.  
  3. "OPEN_ERROR" = "Unable to open %s. ";
  4. "CLOSE_ERROR" = "Unable to close %s. ";
  5. "WRITE_ERROR" = "Unable to write %s. ";
  6. "READ_ERROR" = "Unable to read %s. ";
  7. "UNLINK_ERROR" = "Unable to unlink %s. ";
  8. "STAT_ERROR" = "Unable to stat %s. ";
  9. "LOCK_ERROR" = "Unable to lock %s. ";
  10. "FLUSH_ERROR" = "Unable to flush %s. ";
  11. "SYNC_ERROR" = "Unable to sync %s. ";
  12. "TRUNCATE_ERROR" = "Unable to truncate %s. ";
  13.  
  14. "Unable to open folder: %s. ";
  15. " File system error: %s";
  16.  
  17. "Not owner";
  18. "No such file or directory";
  19. "No such process";
  20. "Interrupted system call";
  21. "I/O error";
  22. "No such device or address";
  23. "Arg list too long";
  24. "Exec format error";
  25. "Bad file number";
  26. "No children";
  27. "No more processes";
  28. "Not enough core";
  29. "Permission denied";
  30. "Bad address";
  31. "Block device required";
  32. "Mount device busy";
  33. "File exists";
  34. "Cross-device link";
  35. "No such device";
  36. "Not a directory";
  37. "Is a directory";
  38. "Invalid argument";
  39. "File table overflow";
  40. "Too many open files";
  41. "Not a typewriter";
  42. "Text file busy";
  43. "File too large";
  44. "No space left on device";
  45. "Illegal seek";
  46. "Read-only file system";
  47. "Too many links";
  48. "Broken pipe";
  49. "Argument too large";
  50. "Result too large";
  51. "Operation would block";
  52. "Operation now in progress";
  53. "Operation already in progress";
  54. "Socket operation on non-socket";
  55. "Destination address required";
  56. "Message too long";
  57. "Protocol wrong type for socket";
  58. "Protocol not available";
  59. "Protocol not supported";
  60. "Socket type not supported";
  61. "Operation not supported on socket";
  62. "Protocol family not supported";
  63. "Address family not supported by protocol family";
  64. "Address already in use";
  65. "Can't assign requested address";
  66. "Network is down";
  67. "Network is unreachable";
  68. "Network dropped connection on reset";
  69. "Software caused connection abort";
  70. "Connection reset by peer";
  71. "No buffer space available";
  72. "Socket is already connected";
  73. "Socket is not connected";
  74. "Can't send after socket shutdown";
  75. "Too many references : can't splice";
  76. "Connection timed out";
  77. "Connection refused";
  78. "Too many levels of symbolic links";
  79. "File name too long";
  80. "Host is down";
  81. "No route to host";
  82. "Directory not empty";
  83. "Too many processes";
  84. "Too many users";
  85. "Disc quota exceeded";
  86. "Stale NFS file handle";
  87. "Too many levels of remote in path";
  88. "Deadlock condition";
  89. "No record locks available";
  90. "Device power is off";
  91. "Device error";
  92. "Device not initialized";
  93. "Bad executable (or shared library)";
  94.