Lines Matching defs:gettext

124 # include <libintl.h>	/* gettext(), textdomain(), etc. */
126 # define gettext(a) (a)
205 fprintf(stderr, gettext("usage: %s [[+-]hostname ...]\n"), argv[0]);
211 gettext("%s: unable to open display \"%s\"\n"),
223 printf (gettext("access control enabled, only authorized clients can connect\n"));
225 printf (gettext("access control disabled, clients can connect from any host\n"));
254 printf(gettext("<unknown family type %d>:"), list[i].family);
259 printf (gettext("<unknown address in family %d>"),
263 printf(gettext("\t(no nameserver response within %d seconds)\n"),
280 printf (gettext("access control enabled, only authorized clients can connect\n"));
285 fprintf (stderr, gettext("%s: bad hostname \"%s\"\n"),
292 printf (gettext("access control disabled, clients can connect from any host\n"));
299 fprintf (stderr, gettext("%s: bad hostname \"%s\"\n"),
340 const char *add_msg = gettext("being added to access control list");
341 const char *remove_msg = gettext("being removed from access control list");
345 fprintf (stderr, gettext("%s: malloc bombed in change_host\n"),
358 fprintf (stderr, gettext("%s: not compiled for TCP/IP\n"), ProgramName);
368 fprintf (stderr, gettext("%s: not compiled for IPv6\n"), ProgramName);
380 fprintf (stderr, gettext("%s: not compiled for IPv6\n"), ProgramName);
387 fprintf (stderr, gettext("%s: not compiled for DECnet\n"), ProgramName);
396 fprintf (stderr, gettext("%s: not compiled for Secure RPC\n"), ProgramName);
406 fprintf (stderr, gettext("%s: not compiled for Kerberos 5\n"), ProgramName);
429 fprintf (stderr, gettext("%s: unknown address family \"%s\"\n"),
443 fprintf(stderr, gettext(
472 fprintf(stderr, gettext("%s: cannot parse Kerberos name: %s\n"),
499 printf( gettext("non-network local connections %s\n"), add ? add_msg : remove_msg);
518 fprintf(stderr, gettext("no such user \"%s\"\n"), name);
523 fprintf(stderr, gettext("failed to get netname for \"%s\"\n"), name);
635 fprintf(stderr, gettext("%s: unable to get %saddress for \"%s\"\n"),
877 gettext("%s: must be on local machine to add or remove hosts.\n"),
883 gettext("%s: must be on local machine to enable or disable access control.\n"),