Lines Matching refs:gettext

49 	(void) fprintf(stderr, gettext("usage:\n"));
50 (void) fprintf(stderr, gettext(" %s -d\n"), progname);
51 (void) fprintf(stderr, gettext(" %s -e\n"), progname);
52 (void) fprintf(stderr, gettext(" %s -h\n"), progname);
54 (void) fprintf(stderr, gettext(" %s -c [nodeid <nodeid>]\n"),
56 (void) fprintf(stderr, gettext(" %s -i\n"), progname);
57 (void) fprintf(stderr, gettext(" %s -p <host>\n"), progname);
60 (void) fprintf(stderr, gettext("where:\n"));
61 (void) fprintf(stderr, gettext(" -d disable ncall\n"));
62 (void) fprintf(stderr, gettext(" -e enable ncall core\n"));
63 (void) fprintf(stderr, gettext(" -h this help message\n"));
66 gettext(" -c set or print ncall configuration\n"));
67 (void) fprintf(stderr, gettext(" -i ncall information\n"));
68 (void) fprintf(stderr, gettext(" -p ncall ping <host>\n"));
86 (void) fprintf(stderr, gettext("%s: hostid %lx too large\n"),
93 gettext("%s: unable to access the configuration: %s\n"),
100 gettext("%s: unable to lock the configuration: %s\n"),
114 gettext("%s: unable to update the configuration: %s\n"),
159 (void) printf(gettext("%s: ncall is using the SunCluster "
162 (void) printf(gettext("%s: ncall is using the default "
165 (void) printf(gettext("%s: current configuration:\n"),
184 gettext("%s: unable to update the configuration: "
192 gettext("%s: unable to update configuration: "
199 gettext("%s: unable to update the configuration: %s\n"),
207 (void) printf(gettext("%s: configuration set to:\n"), progname);
273 (void) fprintf(stderr, gettext("%s: unknown option\n"),
294 gettext("%s: multiple options are not supported\n"),
303 gettext("%s: unable to open %s: %s\n"),
313 gettext("%s: unable to disable ncall: %s\n"),
328 gettext("%s: unable to determine hostname: %s\n"),
342 gettext("%s: nodeid from configuration "
361 gettext("%s: unable to enable ncall: %s\n"),
372 gettext("%s: unable to get node info\n"),
382 (void) printf(gettext("Self Node Name: %s\n"),
384 (void) printf(gettext("Self Node ID: %d\n"),
398 mname = gettext("unknown");
402 (void) printf(gettext("Mirror Node Name: %s\n"), mname);
403 (void) printf(gettext("Mirror Node ID: %d\n"), mnode);
408 pnodestr = gettext("Node Name: %s\nNode ID: %d\n");
425 gettext("%s: hostname '%s' is too long\n"),
444 gettext("%s: unable to ping host '%s': %s\n"),
448 (void) printf(gettext("%s is alive\n"), ping);
450 (void) printf(gettext("no answer from %s\n"), ping);
469 gettext("%s: nodeid \"%s\" is not an "
477 gettext("%s: nodeid from command line "