home *** CD-ROM | disk | FTP | other *** search
/ OpenStep 4.2 / Openstep-4.2-Intel-User.iso / usr / lib / NextStep / Workspace.app / WM.app / processes.bundle / CPMVAlerts.table next >
Text File  |  1995-11-03  |  2KB  |  80 lines

  1. already_exists_1 = {
  2.     header = "%@ already exists";
  3.     contents = CPMV_ALREADY_EXISTS_1;
  4.     buttons = (stop, replace);
  5. };
  6.  
  7. already_exists_many = {
  8.     header = "%@ already exists";
  9.     contents = CPMV_ALREADY_EXISTS_MANY;
  10.     repeat;
  11.     buttons = (skip, stop, replace);
  12. };
  13.  
  14. exists_can_merge_1 = {
  15.     header = "%@ already exists";
  16.     contents = CPMV_MERGE_MAYBE_1;
  17.     buttons = (merge, stop, replace);
  18. };
  19.  
  20. exists_can_merge_many = {
  21.     header = "%@ already exists";
  22.     contents = CPMV_MERGE_MAYBE_MANY;
  23.     repeat;
  24.     buttons = (merge, skip, stop, replace);
  25. };
  26.  
  27. some_dir_exist_many = {
  28.     header = "Some folders at destination already exist";
  29.     contents = CPMV_PRE_MERGE_MANY;
  30.     buttons = (merge, replace, stop, proceed);
  31. };
  32.  
  33. non_writable = {
  34.     header = "%@ is not writable";
  35.     contents = CPMV_SKIP_MAYBE;
  36.     repeat;
  37.     buttons = (skip, stop, insist);
  38. };
  39.  
  40. link = {
  41.     header = "%@ is a link";
  42.     contents = CPMV_LINK;
  43.     repeat;
  44.     buttons = (new_link, skip, stop, copy);
  45. };
  46.  
  47. no_room = {
  48.     header = "No room on disk for %@";
  49.     contents = CPMV_NO_ROOM_RECYCLE;
  50.     buttons = (stop, empty);
  51. };
  52.  
  53. really_no_room = {
  54.     header = "No room on disk for %@";
  55.     contents = CPMV_NO_ROOM;
  56.     buttons = (stop, proceed);
  57. };
  58.  
  59. no_room_chunks = {
  60.     header = "No room on disk for %@";
  61.     contents = CPMV_NO_ROOM_CHUNKS;
  62.     buttons = (no, yes);
  63. };
  64.  
  65. swap_disks = {
  66.     header = "Multi Volume Operation";
  67.     contents = CPMV_MULTI_NEXT;
  68.     buttons = (stop, proceed);
  69. };
  70.  
  71. continuable_error = {
  72.     contents = CPMV_CONTINUABLE;
  73.     buttons = (stop, proceed);
  74. };
  75.  
  76. fatal_error = {
  77.     contents = CPMV_FATAL;
  78.     buttons = (ok);
  79. };
  80.