Lines Matching refs:gettext

47 		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("invalid/incompatible keywords - refer to"
68 return (gettext("servergroup name missing"));
70 return (gettext("rule name missing or specified"
73 return (gettext("server name missing or specified"
76 return (gettext("LB algorithm is invalid"));
78 return (gettext("protocol does not exist in"
81 return (gettext("servicename does not exist in nameservices"));
83 return (gettext("operation type is invalid"));
85 return (gettext("keyword is invalid - please refer"
88 return (gettext("assignment '=' missing"));
90 return (gettext("recursive import not allowed"));
92 return (gettext("subcommand is invalid - please refer"
95 return (gettext("proxy-src is missing"));
97 return (gettext("proxy-src not allowed"));
99 return (gettext("mandatory argument(s) missing - refer"
102 return (gettext("address range contains more than 255"
105 return (gettext("could not export servergroup because"
108 return (gettext("syntax failure - refer to ilbadm(1M)"));
110 return (gettext("missing value"));
112 return (gettext("library error"));
114 return (gettext("unknown error"));
139 (void) fprintf(stderr, gettext("Usage:\n"));
148 (void) printf(gettext(ILBADM_COPYRIGHT));
155 ilbadm_err(gettext("bad or misplaced option %s"), argv[optind]);
162 ilbadm_err(gettext("the command line is incomplete "
170 ilbadm_err(gettext("file %s cannot be opened for reading"), filename);