home *** CD-ROM | disk | FTP | other *** search
/ NeXTSTEP 4.0 PR1 / NeXT_NEXTSTEP_4.0_PR1_(beta).rar / Openstep4-Pr1User.iso / NextAdmin / NFSManager.app / English.lproj / Localizable.strings
Text File  |  1992-07-13  |  4KB  |  94 lines

  1.  
  2. /* Standard button labels */
  3. "OK" = "OK";
  4. "Cancel" = "Cancel";
  5. "Save" = "Save";
  6. "Discard" = "Discard";
  7.  
  8. /* NetInfo alert panel title & message */
  9. "NILoginFailT" = "NetInfo Login Failed";
  10. "NILoginFailM" = "The attempt to log in to the NetInfo database failed.  Please try again.";
  11.  
  12. /* NetInfo alert panel title & message.  The first %s is the name of the operation that failed and the second %s is an error message from ni_error() */
  13. "NIErrorT" = "NetInfo Error";
  14. "NIErrorM" = "The NetInfo operation \"%s\" failed with the following error: %s";
  15.  
  16. /* Left, middle, and right titles for the imported directories table */
  17. "ImpLeftT" = "NFS Server";
  18. "ImpMiddleT" = "Remote Directory";
  19. "ImpRightT" = "Local Directory";
  20.  
  21. /* Alert panel title & message -- comes up if user closes a window with unsaved changes.  The %s will be a directory name */
  22. "ImpUnsavedT" = "Unsaved Imports Entry";
  23. "ImpUnsavedM" = "The imports entry for %s has been modified";
  24.  
  25. /* Alert panel title & message -- used when the user changes options in the imports window without first having selected a directory. */
  26. "ImpNoDirsT" = "No directories selected";
  27. "ImpNoDirsM" = "Please select a directory before changing any options";
  28.  
  29. /* Alert panel title & messages (either one is chosen) */
  30. "ImpBadHostT" = "Import Directory";
  31. "ImpNoHostM" = "Please specify a hostname for the NFS server.";
  32. "ImpUnHostM" = "The host \"%s\" is not known to this machine.  Please choose a different name.";
  33.  
  34. /* NetInfo open panel title & subtitle */
  35. "ImpOpenT" = "Import Directory";
  36. "ImpOpenS" = "Select a directory";
  37.  
  38. /* Mount point open panel title */
  39. "ImpMntPointT" = "Select Mount Point";
  40.  
  41. /* Title of the exported folders table */
  42. "ExpTableT" = "Directory Name";
  43.  
  44. /* Alert panel title & message */
  45. "ExpNoAccT" = "Exporting Directory";
  46. "ExpNoAccM" = "Can't access directory named '%s'";
  47.  
  48. /* Alert panel title & message */
  49. "ExpNoDirT" = "Exporting Directory";
  50. "ExpNoDirM" = "%s is not a directory";
  51.  
  52. /* Alert panel title & message */
  53. "ExpNoLocalT" = "Exporting Directory";
  54. "ExpNoLocalM" = "You can only export directories off your local disk";
  55.  
  56. /* Alert panel title & message */
  57. "ExpAlreadyT" = "Exporting Directory";
  58. "ExpAlreadyM" = "That directory has already been exported";
  59.  
  60. /* Alert panel title & message; the two %s's are the old and new directories */
  61. "ExpTwoDirT" = "Export Directory";
  62. "ExpTwoDirM" = "You can't export two directories (%s and %s) that are within each other and on the same disk";
  63.  
  64. /* Alert panel title & message */
  65. "ExpROWarnT" = "Export Directory";
  66. "ExpROWarnM" = "Warning: With a default read only access, the list of read only hosts will not be used.  Do you want to continue with a default read only access?";
  67.  
  68. /* Alert panel title & message */
  69. "ExpRWWarnT" = "Export Directory";
  70. "ExpRWWarnM" = "Warning: With a default read/write access, the lists of read only and read/write hosts will not be used.  Do you want to continue with a default read write access?";
  71.  
  72. /* Alert panel title & message telling the user that there are unsaved changes.  The %s will be a directory name */
  73. "ExpUnsavedT" = "Unsaved Exports Entry";
  74. "ExpUnsavedM" = "The exports entry for %s has been modified.";
  75.  
  76. /* Alert panel title & message */
  77. "ExpNoHostM" = "Add Access to Host";
  78. "ExpNoHostT" = "Please specify a hostname to add";
  79.  
  80. /* Open panel title */
  81. "ExpOpenT" = "Export Directory";
  82.  
  83. /* Alert panel title & message */
  84. "ExpRebootT" = "Export Directory";
  85. "ExpRebootM" = "Note: The remote host will have to be rebooted before any changes will take effect.";
  86.  
  87. /* Alert panel title & message */
  88. "ExpHelperT" = "Export Filesystem";
  89. "ExpHelperM" = "Helper process failed";
  90.  
  91. /* Alert panel title & message; the %s string is produced by a UNIX command (\320 is an m-dash) */
  92. "ExpHelper2T" = "Export Filesystem";
  93. "ExpHelper2M" = "Warning \320 %s";
  94.