home *** CD-ROM | disk | FTP | other *** search
/ OpenStep (Enterprise) / OpenStepENTCD.toast / OEDEPLOY / USER.Z / Spelling.strings < prev    next >
Text File  |  1996-09-09  |  2KB  |  29 lines

  1. /* Message user gets when he attempts to create a spelling dictionary and it fails because of some filesystem problem. */
  2. "Couldn't create dictionary." = "Couldn't create dictionary.";
  3.  
  4. /* Message user gets when he attempts to create a spelling dictionary in some directory other than ~/Library/Dictionaries. */
  5. "Sorry, but you must have all your spelling dictionaries in Library/Dictionaries in your home directory." = "Sorry, but you must have all your spelling dictionaries in Library/Dictionaries in your home directory.";
  6.  
  7. /* Comment at the start of a spelling dictionary file. */
  8. "# Enter words one per line, capitalization doesn't matter.\n" = "# Enter words one per line, capitalization doesn't matter.\n";
  9.  
  10. /* Button user presses in an alert to confirm that he does, indeed, want to delete all his spelling dictionaries. */
  11. "Delete All" = "Delete All";
  12.  
  13. /* Message given to user when he attempts to delete his spelling dictionaries. */
  14. "Are you sure you want to delete these dictionaries.  This operation cannot be undone." = "Are you sure you want to delete these dictionaries.  This operation cannot be undone.";
  15.  
  16. /* Title of panel the user uses to specify the name of his new spelling dictionary. */
  17. "New Spelling Dictionary" = "New Spelling Dictionary";
  18.  
  19. /* Button user presses in an alert to abort deleting all his spelling dictionaries. */
  20. "Cancel" = "Cancel";
  21.  
  22. /* Message given to user when his attempt to delete a spelling dictionary fails for some (unknown) reason. */
  23. "Unable to delete dictionary %@." = "Unable to delete dictionary %@.";
  24.  
  25. /* ALERT */
  26. /* Message */
  27. "Couldn't contact Spell Checker.";
  28.  
  29.