Lines Matching refs:gettext

38 w_sanity_detail=$(gettext "       WARNING: Skipping image sanity checks.")
39 f_sanity_detail=$(gettext "Missing %s at %s")
40 f_sanity_sparse=$(gettext "Is this a sparse zone image? The image must be whole-root.")
41 f_sanity_vers=$(gettext "The image release version must be 10 (got %s), the zone is not usable on this system.")
42 f_not_s10_image=$(gettext "%s doesn't look like a Solaris 10 image.")
43 f_sanity_nopatch=$(gettext "Unable to determine the image's patch level.")
44 f_sanity_downrev=$(gettext "The image patch level is downrev for running in a solaris10 branded zone.\n(patchlist %s)")
45 f_need_newer_emul=$(gettext "The image requires a newer version of the solaris10 brand emulation.")
46 f_zfs_create=$(gettext "Unable to create the zone's ZFS dataset.")
47 f_no_ds=$(gettext "No zonepath dataset; the zonepath must be a ZFS dataset.")
48 f_multiple_ds=$(gettext "Multiple active datasets.")
49 f_no_active_ds=$(gettext "No active dataset; the zone's ZFS root dataset must be configured as\n\ta zone boot environment.")
50 f_zfs_unmount=$(gettext "Unable to unmount the zone's root ZFS dataset (%s).\nIs there a global zone process inside the zone root?\nThe current zone boot environment will remain mounted.\n")
51 f_zfs_mount=$(gettext "Unable to mount the zone's ZFS dataset.")
52 incompat_options=$(gettext "mutually exclusive options.\n%s")
54 sanity_ok=$(gettext " Sanity Check: Passed. Looks like a Solaris 10 image.")
55 sanity_fail=$(gettext " Sanity Check: FAILED (see log for details).")
57 e_badboot=$(gettext "Zone boot failed")
58 e_nosingleuser=$(gettext "ERROR: zone did not finish booting to single-user.")
59 e_unconfig=$(gettext "sys-unconfig failed")
60 v_unconfig=$(gettext "Performing zone sys-unconfig")
62 v_no_tags=$(gettext "Service tags facility not present.")
63 e_bad_uuid=$(gettext "Failed to get zone UUID")
64 v_addtag=$(gettext "Adding service tag: %s")
65 v_deltag=$(gettext "Removing service tag: %s")
66 e_addtag_fail=$(gettext "Adding service tag failed (error: %s)")