Searched refs:gettext (Results 1 - 25 of 1480) sorted by relevance

1234567891011>>

/illumos-gate/usr/src/cmd/fs.d/smbclnt/share/
H A Dshare.sh31 echo `gettext "smbfs share is not supported"` 1>&2
H A Dunshare.sh31 echo `gettext "smbfs unshare is not supported"` 1>&2
/illumos-gate/usr/src/cmd/devfsadm/
H A Dmessage.h34 gettext("Pattern '%s' cannot be used with device '%s:%s'\n")
36 #define MUST_BE_ROOT gettext("you must be root to run this program\n")
38 #define CANT_FIND_USER gettext("name service cannot find user: %s\n")
40 #define CANT_FIND_GROUP gettext("name service cannot find group %s\n")
42 #define NO_LINKTAB gettext("no devlink.tab rules loaded from file '%s'\n")
44 #define NO_MODULES gettext("no modules loaded from MODPATH '%s'\n")
46 #define ABORTING gettext("aborting\n")
48 #define MODIFY_PATH gettext("use devfsadm -l to modify\n")
50 #define CONFIGURING gettext("Configuring devices.\n")
52 #define CHROOT_FAILED gettext("chdi
[all...]
/illumos-gate/usr/src/cmd/boot/installgrub/
H A Dmessage.h33 #define USAGE gettext("Usage: %s [-fm] stage1 stage2 raw-device\n")
35 #define DRY_RUN gettext("dry run--nothing will be written to disk\n")
38 gettext("Solaris partition not found. Aborting operation.\n")
41 gettext("Solaris x86 boot partition not found. Aborting operation.\n")
43 #define SOLPAR_INACTIVE gettext("Solaris fdisk partition is inactive.\n")
46 gettext("Solaris boot partition not found on %s\n")
48 #define NOT_RAW_DEVICE gettext("device %s is not a char special device\n")
50 #define NOT_ROOT_SLICE gettext("raw device must be a root slice (not s2)\n")
52 #define CONVERT_FAIL gettext("cannot convert %s to a block device.\n")
54 #define MOUNT_FAIL gettext("canno
[all...]
/illumos-gate/usr/src/cmd/isns/isnsd/
H A Dutils.c37 return ((char *)gettext("Successful Operation"));
39 return ((char *)gettext("Unknown Error"));
41 return ((char *)gettext("Message Format Error"));
43 return ((char *)gettext("Invalid Registration"));
45 return ((char *)gettext("Invalid Query"));
47 return ((char *)gettext("Source Unknown"));
49 return ((char *)gettext("Source Absent"));
51 return ((char *)gettext("Source Unauthorized"));
53 return ((char *)gettext("No Such Entry"));
55 return ((char *)gettext("Versio
[all...]
/illumos-gate/usr/src/cmd/syseventd/daemons/syseventconfd/
H A Dmessage_confd.h38 gettext("Out of memory.")
41 gettext("Initialization error: could not allocate space for the local \
45 gettext("Initialization error:could not create signal thread - '%s' \
49 gettext("cannot fork - %s\n")
52 gettext("%s, line %d: " "cannot setuid to user '%s' - %s\n")
55 gettext("cannot exec %s - %s\n")
58 gettext("process %d exited with status %d\n")
61 gettext("process %d dumped core - %s\n")
64 gettext("process %d - %s\n")
67 gettext("unabl
[all...]
/illumos-gate/usr/src/cmd/svr4pkg/hdrs/
H A Dmessages.h50 #define ASK_CONFIRM gettext("Do you want to remove this package?")
51 #define ASK_CONT gettext("Do you want to continue with the installation of <%s>")
52 #define ASK_CONTINUE_ADD gettext("Do you want to continue with package installation?")
53 #define ASK_CONTINUE_RM gettext("Do you want to continue with package removal?")
54 #define ASK_PKGREMOVE_CONTINUE gettext("Do you want to continue with the removal of this package")
55 #define ASK_PKGRMCHK_CONT gettext("Do you want to continue with the removal of <%s>")
63 #define DBG_ADDPACKAGES_ARGS gettext("npkgs <%d> uri <%s> stream device <%s> repeat <%d> altBinDir <%s> device <%s>")
64 #define DBG_ADDPACKAGES_ENTRY gettext("add_packages:")
65 #define DBG_ADDPACKAGES_GZ_NO_LZ_ARGS gettext("npkgs <%d> uri <%s> stream device <%s> repeat <%d> device <%s>")
66 #define DBG_ADDPACKAGES_GZ_NO_LZ_ENTRY gettext("add_pkgs_in_gz_no_zone
[all...]
/illumos-gate/usr/src/cmd/syseventd/modules/sysevent_conf_mod/
H A Dmessage_conf_mod.h39 gettext("Out of memory.")
42 gettext("cannot open %s - %s\n")
45 gettext("%s, line %d: " "user '%s' not recognized\n")
48 gettext("%s, line %d: " "reserved field '%s' must be '-'\n")
51 gettext("%s: setregid(%d) - %s\n")
54 gettext("%s: setreuid(%d)- %s\n")
57 gettext("%s, line %d: no execute access to %s - %s\n")
60 gettext("%s, line %d: syntax error\n")
63 gettext("pathconf(%s, NAME_MAX) failed - %s\n")
66 gettext("readdi
[all...]
/illumos-gate/usr/src/cmd/svr4pkg/pkgcond/
H A Dpkgcond_msgs.h37 #define gettext(x) x macro
42 #define MSG_USAGE gettext(\
57 #define MSG_NO_PKG_ENV_DATA_PRESENT gettext(\
60 #define MSG_NO_ARGUMENTS_SPECIFIED gettext(\
63 #define MSG_INVALID_OPTION_SPECIFIED gettext(\
66 #define MSG_IS_INVALID_OPTION gettext(\
69 #define MSG_UNRECOGNIZED_CONDITION_SPECIFIED gettext(\
72 #define MSG_IS_WHAT_RESULT gettext(\
77 #define DBG_NO_RECURSION gettext(\
80 #define DBG_RECURSION gettext(\
[all...]
/illumos-gate/usr/src/cmd/syseventd/daemons/syseventd/
H A Dmessage.h37 gettext("SIGHUP caught - reloading modules\n")
40 gettext("Daemon restarted\n")
43 gettext("Signal '%d' caught\n")
46 gettext("Fatal:attempting to dump core\n")
49 gettext("Initialization error: could not allocate space for the local \
53 gettext("Initialization error: could not allocate space for the event \
57 gettext("Initialization error: Unable to block signals before creating \
61 gettext("Initialization error:could not create dispatch thread - '%s' \
65 gettext("Initialization error: Unable to unblock signals after \
69 gettext("Kerne
[all...]
/illumos-gate/usr/src/cmd/bart/
H A Dmsgs.h32 #define SYNTAX_ERR gettext("ERROR: Ignoring rules syntax error: %s\n")
33 #define SYNTAX_ABORT gettext("ABORTING: Syntax error(s) in the rules file\n")
34 #define UNKNOWN_FILE gettext("WARNING: unknown directory entry: %s\n")
35 #define CANTLIST_DIR gettext("WARNING: cannot list directory: %s\n")
36 #define INTERNAL_ERR gettext("WARNING: internal error at %s\n")
37 #define INVALID_SUBTREE gettext("WARNING: Ignoring invalid subtree: %s\n")
38 #define RULES_ERR gettext("ERROR: -r option requires a filename\n")
40 gettext("ERROR: Cannot use -I and -r options together\n")
42 gettext("WARNING: %s has missing/invalid version string\n")
43 #define MANIFEST_ERR gettext("ERRO
[all...]
/illumos-gate/usr/src/cmd/krb5/kadmin/dbutil/
H A Dstring_table.c28 * I18n HACK. We define gettext(s) to be s so that we can extract the
30 * gettext.
33 #define gettext(s) s macro
35 char *str_PARSE_NAME = gettext("while parsing admin principal name.");
38 gettext("while parsing admin history principal name.");
41 gettext("Warning! Admin principal already exists.");
44 gettext("Warning! Changepw principal already exists.");
47 gettext("Warning! Admin history principal already exists.");
50 gettext("Warning! Admin principal has incorrect attributes.\n"
55 gettext("Warnin
129 #undef gettext macro
[all...]
/illumos-gate/usr/src/lib/print/libpapi-common/common/
H A Dstatus.c41 return (gettext("ok"));
43 return (gettext("ok-substitution"));
45 return (gettext("ok-conflict"));
47 return (gettext("ok-ignored-subscriptions"));
49 return (gettext("ok-ignored-notifications"));
51 return (gettext("ok-too-many-events"));
53 return (gettext("ok-but-cancel-subscription"));
55 return (gettext("redirection-to-other-site"));
57 return (gettext("bad-request"));
59 return (gettext("forbidde
[all...]
/illumos-gate/usr/src/cmd/syseventadm/
H A Dsyseventadm_msg.h40 gettext("%s: must be root\n")
43 gettext("%s: must be in global zone\n")
46 gettext("%s: cannot create %s - %s\n")
49 gettext("%s: cannot open %s - %s\n")
52 gettext("%s: close of %s failed - %s\n")
55 gettext("%s: cannot chmod %s to 0444 - %s\n")
58 gettext("%s: cannot open directory %s - %s\n")
61 gettext("%s: close of directory %s failed - %s\n")
64 gettext("%s: unable to make tmp file name\n")
67 gettext("
[all...]
/illumos-gate/usr/src/cmd/boot/fiocompress/
H A Dmessage.h37 #define OPT_DC_EXCL gettext("fiocompress: -c and -d are exclusive\n")
38 #define INVALID_BLKSZ gettext("fiocompress: invalid block size\n")
39 #define UNKNOWN_OPTION gettext("fiocompress: unknown option -%c\n")
40 #define MISS_FILES gettext("fiocompress: input and output files\
42 #define FIO_COMP_FAIL gettext("fiocompress: FIO_COMPRESSED on %s failed\
44 #define CANT_OPEN gettext("fiocompress: cannot open %s - %s\n")
45 #define STAT_FAIL gettext("fiocompress: stat of %s failed - %s\n")
46 #define MMAP_FAIL gettext("fiocompress: mmapping on %s failed - %s\n")
47 #define OPEN_FAIL gettext("fiocompress: open of %s failed - %s\n")
48 #define HDR_ALLOC gettext("fiocompres
[all...]
/illumos-gate/usr/src/cmd/isns/isnsadm/
H A Disnsadm_msg.c37 return (gettext("Error: Unknown Failure"));
39 return (gettext("\nError: one or more objects failed to "
44 return (gettext("Error: one or more objects failed to "
49 return (gettext("No additional information avaialble from "
52 return (gettext
55 return (gettext
58 return (gettext
61 return (gettext
64 return (gettext
67 return (gettext
[all...]
/illumos-gate/usr/src/cmd/svr4pkg/pkgadm/
H A Dpkgadm_msgs.h38 #define gettext(x) x macro
42 #define MSG_BAD_SUB gettext(\
45 #define MSG_MISSING_OPERAND gettext(\
48 #define MSG_USAGE gettext(\
85 #define MSG_WARNING gettext(\
88 #define MSG_ERROR gettext(\
91 #define MSG_T_OPTION_ARGS gettext(\
94 #define MSG_T_RESULT_TWO gettext(\
97 #define MSG_T_RESULT_THREE gettext(\
100 #define MSG_KEYSTORE_PASSPROMPT gettext(\
[all...]
/illumos-gate/usr/src/cmd/syseventd/modules/sysevent_reg_mod/
H A Dmessage_reg_mod.h39 gettext("sysevent_reg_mod: Can not open subscriber channel: %s\n")
42 gettext("sysevent_reg_mod: Can not bind publisher: %s\n")
45 gettext("sysevent_reg_mod: Can not create subscriber " \
49 gettext("sysevent_reg_mod: syseventd channel permissions invalid\n")
/illumos-gate/usr/src/cmd/mpathadm/
H A Dmpathadm_text.c40 return (gettext("unknown"));
94 return (gettext("NA"));
98 return (gettext("yes"));
100 return (gettext("no"));
202 return (gettext("unknown object"));
206 return (gettext("success"));
208 return (gettext("invalid parameter"));
210 return (gettext("unknown client function"));
212 return (gettext("failed"));
214 return (gettext("insufficien
[all...]
/illumos-gate/usr/src/cmd/lp/cmd/lpadmin/
H A Dusage.c44 (void) printf (gettext(
91 (void) printf (gettext(
/illumos-gate/usr/src/common/net/wanboot/
H A Dbootconf_errmsg.c45 errstr = gettext("bootconf_errmsg: internal error");
49 errstr = gettext("No error");
52 errstr = gettext("Can't open configuration file");
55 errstr = gettext("Error creating/adding to nvlist");
58 errstr = gettext("Error reading/closing configuration file");
62 gettext("Line %d of configuration file is too long"),
69 gettext("Syntax error on line %d of configuration file"),
76 gettext("Unknown name on line %d of configuration file"),
82 errstr = gettext("Illegal encryption_type");
85 errstr = gettext("Illega
[all...]
/illumos-gate/usr/src/cmd/picl/plugins/sun4u/blade/bsc/
H A Dpicllom.h39 #define EM_INIT_FAILED gettext("SUNW_picllom: init failed!\n")
40 #define EM_MISSING_NODE gettext("SUNW_picllom: no %s node!\n")
42 gettext("SUNW_picllom: Lights Out Module missing!\n")
44 gettext("SUNW_picllom: failed to locate LOM device node\n")
46 gettext("SUNW_picllom: more than one LOM device node found\n")
48 gettext("SUNW_picllom: failed to create %s node\n")
50 gettext("SUNW_picllom: couldn't get memory for LED nodes\n")
52 gettext("SUNW_picllom: failed to initialize lom nodes\n")
53 #define EM_SYS_ERR gettext("SUNW_picllom: %s: %s\n")
55 gettext("SUNW_picllo
[all...]
/illumos-gate/usr/src/cmd/krb5/kadmin/cli/
H A Dkadmin_ct.c26 * I18n hack. We sill define gettext(s) to be s here. That way the info_strings
30 #define gettext(s) s macro
157 gettext("Add principal"),
161 gettext("Delete principal"),
165 gettext("Modify principal"),
169 gettext("Change password"),
173 gettext("Get principal"),
177 gettext("List principals"),
181 gettext("Add policy"),
185 gettext("Modif
232 #undef gettext macro
[all...]
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/ilbadm/
H A Dilbadm.c47 return (gettext("no error"));
49 return (gettext("processing of command failed"));
51 return (gettext("memory allocation failure"));
53 return (gettext("invalid value - refer to ilbadm(1M)"));
55 return (gettext("failed to print healthcheck values"));
57 return (gettext("address family is invalid"));
59 return (gettext("port value is invalid"));
61 return (gettext("server ID is invalid"));
63 return (gettext("address is invalid"));
65 return (gettext("invali
[all...]
/illumos-gate/usr/src/cmd/picl/plugins/sun4v/snmp/
H A Dsnmpplugin.h127 gettext("PICL snmpplugin: cannot get picl tree root (ret=%d)\n")
130 gettext("PICL snmpplugin: cannot initialize snmp service\n")
133 gettext("PICL snmpplugin: cannot create physical-platform root (ret=%d)\n")
136 gettext("PICL snmpplugin: cannot create thr to handle hotplugs (ret=%d)\n")
139 gettext("PICL snmpplugin: cannot get entPhysicalName (row=%d)\n")
142 gettext("PICL snmpplugin: couldn't add node %s (class=%d)\n")
145 gettext("PICL snmpplugin: sunPlatSensorClass %d unsupported (row=%d)\n")
148 gettext("PICL snmpplugin: entPhysicalClass %d unknown (row=%d)\n")
151 gettext("PICL snmpplugin: failed to allocate %d bytes\n")
154 gettext("PIC
[all...]

Completed in 138 milliseconds

1234567891011>>