home *** CD-ROM | disk | FTP | other *** search
- already_exists_1 = {
- header = "%@ already exists";
- contents = CPMV_ALREADY_EXISTS_1;
- buttons = (stop, replace);
- };
-
- already_exists_many = {
- header = "%@ already exists";
- contents = CPMV_ALREADY_EXISTS_MANY;
- repeat;
- buttons = (skip, stop, replace);
- };
-
- exists_can_merge_1 = {
- header = "%@ already exists";
- contents = CPMV_MERGE_MAYBE_1;
- buttons = (merge, stop, replace);
- };
-
- exists_can_merge_many = {
- header = "%@ already exists";
- contents = CPMV_MERGE_MAYBE_MANY;
- repeat;
- buttons = (merge, skip, stop, replace);
- };
-
- some_dir_exist_many = {
- header = "Some folders at destination already exist";
- contents = CPMV_PRE_MERGE_MANY;
- buttons = (merge, replace, stop, proceed);
- };
-
- non_writable = {
- header = "%@ is not writable";
- contents = CPMV_SKIP_MAYBE;
- repeat;
- buttons = (skip, stop, insist);
- };
-
- link = {
- header = "%@ is a link";
- contents = CPMV_LINK;
- repeat;
- buttons = (new_link, skip, stop, copy);
- };
-
- no_room = {
- header = "No room on disk for %@";
- contents = CPMV_NO_ROOM_RECYCLE;
- buttons = (stop, empty);
- };
-
- really_no_room = {
- header = "No room on disk for %@";
- contents = CPMV_NO_ROOM;
- buttons = (stop, proceed);
- };
-
- no_room_chunks = {
- header = "No room on disk for %@";
- contents = CPMV_NO_ROOM_CHUNKS;
- buttons = (no, yes);
- };
-
- swap_disks = {
- header = "Multi Volume Operation";
- contents = CPMV_MULTI_NEXT;
- buttons = (stop, proceed);
- };
-
- continuable_error = {
- contents = CPMV_CONTINUABLE;
- buttons = (stop, proceed);
- };
-
- fatal_error = {
- contents = CPMV_FATAL;
- buttons = (ok);
- };
-