Searched refs:mBeadmErr (Results 1 - 1 of 1) sorted by relevance

/opensolaris-onvv-gate/usr/src/cmd/beadm/
H A Dmessages.py145 mBeadmErr = {} variable in class:Msgs
150 mBeadmErr[BEADM_ERR_ACTIVATE] = _("Unable to activate %(0)s.\n%(1)s")
151 mBeadmErr[BEADM_ERR_BE_EXISTS] = _("BE %s already exists. Please choose a different BE name.")
152 mBeadmErr[BEADM_ERR_BE_DOES_NOT_EXIST] = _("%s does not exist or appear to be a valid BE.\nPlease check that the name of the BE provided is correct.")
153 mBeadmErr[BEADM_ERR_NO_BES_EXIST] = _("No boot environments found on this system.")
154 mBeadmErr[BEADM_ERR_CREATE] = _("Unable to create %(0)s.\n%(1)s")
155 mBeadmErr[BEADM_ERR_DESTROY] = _("Unable to destroy %(0)s.\n%(1)s")
156 mBeadmErr[BEADM_ERR_DESTROY_ACTIVE] = _("%(0)s is the currently active BE and cannot be destroyed.\nYou must boot from another BE in order to destroy %(1)s.")
157 mBeadmErr[BEADM_ERR_MSG_SUB] = _("Fatal error. No message associated with index %d")
158 mBeadmErr[BEADM_ERR_ILL_SUBCOMMAN
[all...]

Completed in 112 milliseconds