Lines Matching refs:gettext

279 	    gettext("Usage"), progname);
281 #define KRB_AVAIL_STRING(x) ((x)?gettext("available"):gettext("not available"))
307 (default_k5 && default_k4)?gettext(" and "):"",
309 (!default_k5 && !default_k4)?gettext("neither"):"");
310 ULINE("\t", gettext("-V verbose"), OPTTYPE_EITHER);
311 ULINE("\t", gettext("-l lifetime"), OPTTYPE_EITHER);
312 ULINE("\t", gettext("-s start time"), OPTTYPE_KRB5);
313 ULINE("\t", gettext("-r renewable lifetime"), OPTTYPE_KRB5);
314 ULINE("\t", gettext("-f forwardable"), OPTTYPE_KRB5);
315 ULINE("\t", gettext("-F not forwardable"), OPTTYPE_KRB5);
316 ULINE("\t", gettext("-p proxiable"), OPTTYPE_KRB5);
317 ULINE("\t", gettext("-P not proxiable"), OPTTYPE_KRB5);
318 ULINE("\t", gettext("-A do not include addresses"), OPTTYPE_KRB5);
319 ULINE("\t", gettext("-a include addresses"), OPTTYPE_KRB5);
320 ULINE("\t", gettext("-v validate"), OPTTYPE_KRB5);
321 ULINE("\t", gettext("-R renew"), OPTTYPE_BOTH);
322 ULINE("\t", gettext("-k use keytab"), OPTTYPE_BOTH);
323 ULINE("\t", gettext("-t filename of keytab to use"), OPTTYPE_BOTH);
324 ULINE("\t", gettext("-c Kerberos 5 cache name"), OPTTYPE_KRB5);
327 ULINE("\t", gettext("-S service"), OPTTYPE_BOTH);
328 ULINE("\t", gettext("-X <attribute>[=<value>]"), OPTTYPE_KRB5);
398 fprintf(stderr, gettext("Bad lifetime value %s\n"), optarg);
406 fprintf(stderr, gettext("Bad lifetime value %s\n"), optarg);
436 fprintf(stderr, gettext("Bad start time value %s\n"), optarg);
452 fprintf(stderr, gettext("Only one -t option allowed.\n"));
467 fprintf(stderr, gettext("Only one -c option allowed\n"));
502 fprintf(stderr, gettext("This was not built with Kerberos 4 support\n"));
511 fprintf(stderr, gettext("Kerberos 5 support could not be loaded\n"));
524 fprintf(stderr, gettext("Only one of -f and -F allowed\n"));
529 fprintf(stderr, gettext("Only one of -p and -P allowed\n"));
534 fprintf(stderr, gettext("Only one of -a and -A allowed\n"));
539 fprintf(stderr, gettext("Extra arguments (starting with \"%s\").\n"),
558 fprintf(stderr, gettext("Specified option that requires Kerberos 5\n"));
564 fprintf(stderr, gettext("Specified option that require Kerberos 4\n"));
577 fprintf(stderr, gettext("Specified option that requires Kerberos 5\n"));
606 com_err(progname, code, gettext("while initializing Kerberos 5 library"));
614 com_err(progname, code, gettext("resolving ccache %s"),
622 com_err(progname, code, gettext("while getting default ccache"));
632 com_err(progname, code, gettext("when parsing name %s"),
645 com_err(progname, code, gettext(
658 fprintf(stderr, gettext("Unable to identify user\n"));
666 com_err(progname, code, gettext(
674 com_err(progname, code, gettext("when parsing name %s"),
684 com_err(progname, code, gettext("when unparsing name"));
889 com_err(progname, code, gettext("while getting time of day"));
907 fprintf(stderr, gettext("Bad max_life "
917 fprintf(stderr, gettext("Bad max_renewable_life "
982 com_err(progname, code, gettext("getting local addresses"));
994 com_err(progname, code, gettext("resolving keytab %s"),
1041 doing = gettext("getting initial credentials");
1044 doing = gettext("validating credentials");
1047 doing = gettext("renewing credentials");
1059 fprintf(stderr, gettext("%s: Password incorrect while %s\n"), progname,
1062 com_err(progname, code, gettext("while %s"), doing);
1073 com_err(progname, code, gettext("when initializing cache %s"),
1080 com_err(progname, code, gettext("while storing credentials"));
1143 sprintf(prompt, gettext("Password for %s: "), opts->principal_name);
1154 fprintf(stderr, gettext("Error while reading password for '%s'\n"),
1168 fprintf(stderr, gettext("Maybe your KDC does not support v4. "
1175 fprintf(stderr, gettext("%s: srvtabs are not supported\n"), progname);
1178 fprintf(stderr, gettext("%s: renewal of krb4 tickets is not supported\n"),
1237 com_err(progname, code, gettext(
1254 gettext("getting V5 credentials"));
1261 gettext("converting to V4 credentials"));
1268 com_err(progname, icode, gettext(
1281 com_err(progname, icode, gettext(
1365 fprintf(stderr, gettext("Authenticated to Kerberos v5\n"));
1367 fprintf(stderr, gettext("Authenticated to Kerberos v4\n"));
1382 fprintf(stderr, gettext(
1392 fprintf(stderr, gettext(