home *** CD-ROM | disk | FTP | other *** search
/ NeXTSTEP 3.3.4.17 [SPARC, PA-RISC] / nextstep33_risc.iso / NextApps / Edit.app / English.lproj / Alerts.strings next >
Text File  |  1992-02-09  |  4KB  |  101 lines

  1.  
  2.     /* DirView.m */
  3. "CANT_OPEN_TITLE" = "Can't Open";
  4. "CANT_OPEN_ALERT" = "%s";            /* %s is filename */
  5.  
  6.     /* EditDriver.m */
  7. "REVIEW_TITLE" = "Review Unsaved";
  8. "QUIT_TITLE" = "Quit";
  9. "EDITED_WINDOWS_ALERT" = "There are edited windows.";
  10. "SOURCE_TITLE" = "Source";
  11. "NO_TAG_ALERT" = "No tag entry for %s.";    /* %s is search word */
  12. "CAUTION_TITLE" = "Caution";
  13. "CAUTION_ALERT" = "This file is executable";
  14. "OPEN_TITLE" = "Open";
  15. "NO_NAME_ALERT" = "No File Name";
  16. "CANT_ACCESS_ALERT" = "Can't open %s";
  17. "NO_WORKSPACE_ALERT" = "Couldn't contact Workspace";
  18. "UNTITLED_DOC_ALERT" = "Can't do this operation from an untitled document";
  19.  
  20.  
  21.     /* EditText.m */
  22. "LOADING_ERROR_TITLE" = "Loading File";
  23. "TOO_MANY_CHARS_ALERT" = "File has too many characters on a single line. File was not fully loaded.";
  24. "READ_ERROR_ALERT" = "Error in reading file.";
  25. "RTF_ERROR_ALERT" = "Error in reading RTF file.";
  26. "SOURCE_TOO_LONG_ALERT" = "Source cannot be more than 1024 characters.";
  27. "ILLEGAL_REG_EXPR_ALERT" = "Illegal regular expression pattern.";
  28. "NOT_FOUND_ALERT" = "Not found.";
  29. "NO_SOURCE_ALERT" = "No source for operation.";
  30.  
  31.     /* EditView.m */
  32. "INVALID_CLASS_TITLE" = "Invalid class";
  33. "INVALID_CLASS_ALERT" = "%s";            /* %s is class name */
  34.  
  35. "FILE_SYSTEM_ERROR_TITLE" = "File system error";
  36. "FILE_SYSTEM_ERROR_ALERT" = "%s";        /* %s is file name */
  37.  
  38.     /* UnixView.m */
  39. "MANUAL_TITLE" = "Manual";
  40. "MAN_ALERT" = "Unable to find man entry for %s";
  41.  
  42.     /* FileView.m */
  43. "CLOSE_TITLE" = "Close";
  44. "SAVE_TITLE" = "Save";
  45. "WRITE_PROTECT_ALERT" = "The file %s is write protected. Do you want to overwrite?";
  46. "DELETE_TEMP_ALERT" = "The temporary file %s already exists. Delete?";
  47. "OTHER_EDITING_ALERT" = "%s has been edited by someone else. Do you want to overwrite?";
  48. "SAVE_CHANGE_ALERT" = "Save changes to %s?";
  49. "REVERT_TITLE" = "Revert";
  50. "REVERT_ALERT" = "Do you want to revert changes to %s?";
  51.  
  52.     /* Preferences.m */
  53. "PREFERENCES_TITLE" = "Preferences";
  54.  
  55.     /* TextPreferences.m */
  56. "MODE_SYNTAX_ALERT" = "Incorrect syntax for modes.";
  57. "INDENT_WIDTH_ALERT" = "Indent width must be greater than zero.";
  58. "TAB_WIDTH_ALERT" = "Tab width must be greater than zero.";
  59. "ASCII_EXPAND_ALERT" = "Ascii expand level must be greater than zero.";
  60. "RTF_EXPAND_ALERT" = "RTF expand level must be greater than zero.";
  61.  
  62.     /* GlobalPreferences.m */
  63. "Default width must be greater than zero.";
  64. "Default height must be greater than zero.";
  65. "FONT_SIZE_ALERT" = "Font size must be greater than zero.";
  66. "FONT_NAME_ALERT" = "Invalid font name.";
  67.  
  68.     /* CPreferences.m */
  69. "INVALID_TAG_PATH_ALERT" = "Invalid tag path.";
  70. "TAG_PATH_TOO_LONG_ALERT" = "Tag path too long (must be less that 1024 characters).";
  71. "INVALID_INCLUDE_PATH_ALERT" = "Invalid include path.";
  72.  
  73.     /* streamSearch.m */
  74. "REG_EXPR_TITLE" = "Regular Expression Error";
  75. "NO_PATTERN_ALERT" = "No pattern supplied";
  76. "PATTERN_TOO_LONG_ALERT" = "Pattern too long";
  77. "INVALID_CHAR_CLASS_ALERT" = "Invalid character class";
  78. "PARTIAL_ALERT" = "Too many partials";
  79. "INVALID_PARTIAL_ALERT" = "Invalid partial";
  80. "INVALID_RANGE_ALERT" = "Invalid range";
  81. "RANGE_TOO_LARGE_ALERT" = "Range too large";
  82. "TOO_MANY_ARGS_ALERT" = "Too many arguments";
  83. "MISSING_BRACKET_ALERT" = "Missing }";
  84. "RANGE_COMPARE_ALERT" = "1st range > 2nd range";
  85. "INVALID_PATTERN_ALERT" = "Invalid pattern";
  86.  
  87.     /* EditUtils.m */
  88. "CANT_OPEN" = "Can't open %s";
  89.  
  90.  
  91.     /* LinkMgr.m */
  92. "NO_LINK_MGR_TITLE" = "Object Links";
  93. "NO_LINK_MGR_ALERT" = "Can't read object links.";
  94. "PASTE_LINK_TITLE" = "Paste Link";
  95. "PASTE_LINK_ALERT" = "Unable to paste link %s.";
  96. "NO_LINK_TITLE" = "Paste Link";
  97. "NO_LINK_ALERT" = "No link graphics found";
  98. "NO_LINK_MGR_TITLE" = "Object Links";
  99. "NO_LINK_MGR_ALERT" = "Linking is disabled for this document";
  100.  
  101.