message.h (1ff15af9) message.h (21ba817c)
1/*
2 * CDDL HEADER START
3 *
4 * The contents of this file are subject to the terms of the
5 * Common Development and Distribution License (the "License").
6 * You may not use this file except in compliance with the License.
7 *
8 * You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE

--- 43 unchanged lines hidden (view full) ---

52#define CONVERT_FAIL gettext("cannot convert %s to a block device.\n")
53
54#define MOUNT_FAIL gettext("cannot mount %s\n")
55
56#define MOUNT_FAIL_PCFS gettext("floppy: cannot mount pcfs\n")
57
58#define MBOOT_PROMPT \
59 gettext("Updating master boot sector destroys existing boot " \
1/*
2 * CDDL HEADER START
3 *
4 * The contents of this file are subject to the terms of the
5 * Common Development and Distribution License (the "License").
6 * You may not use this file except in compliance with the License.
7 *
8 * You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE

--- 43 unchanged lines hidden (view full) ---

52#define CONVERT_FAIL gettext("cannot convert %s to a block device.\n")
53
54#define MOUNT_FAIL gettext("cannot mount %s\n")
55
56#define MOUNT_FAIL_PCFS gettext("floppy: cannot mount pcfs\n")
57
58#define MBOOT_PROMPT \
59 gettext("Updating master boot sector destroys existing boot " \
60 "managers (if any).\ncontinue (y/n)?")
60 "managers (if any).\ncontinue (y/n)? ")
61
62#define MBOOT_NOT_UPDATED gettext("master boot sector not updated\n")
63
64#define OPEN_FAIL gettext("cannot open/stat device %s\n")
65
66#define OPEN_FAIL_FILE gettext("cannot open %s\n")
67
68#define OPEN_FAIL_PCFS gettext("cannot open /boot/grub/stage2 on pcfs\n")

--- 57 unchanged lines hidden ---
61
62#define MBOOT_NOT_UPDATED gettext("master boot sector not updated\n")
63
64#define OPEN_FAIL gettext("cannot open/stat device %s\n")
65
66#define OPEN_FAIL_FILE gettext("cannot open %s\n")
67
68#define OPEN_FAIL_PCFS gettext("cannot open /boot/grub/stage2 on pcfs\n")

--- 57 unchanged lines hidden ---