Lines Matching defs:gettext

28  * I18n HACK. We define gettext(s) to be s so that we can extract the
30 * gettext.
33 #define gettext(s) s
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("Warning! Changepw principal has incorrect attributes.\n"
61 gettext("Warning! Admin history principal has incorrect attributes.\n"
66 gettext("%s: Admin principal database created "
70 gettext("%s: Admin policy database created "
74 gettext("while calling random key for %s."); /* principal name */
77 gettext("while calling encrypt key for %s."); /* principal name */
80 gettext("while storing %s in Kerberos database."); /* principal name */
83 gettext("while creating/opening admin policy database.");
85 char *str_CLOSING_POLICY_DB = gettext("while closing admin policy database.");
88 gettext("while creating/opening admin principal database.");
91 gettext("while closing admin principal database.");
94 gettext("while creating admin principal "
97 char *str_A_PRINC = gettext("a principal");
99 char *str_UNPARSE_PRINC = gettext("while unparsing principal.");
102 gettext("%s: Created %s principal.\n"); /* whoami, princ_name */
104 char *str_INIT_KDB = gettext("while initializing kdb.");
107 gettext("while initializing kdb.\nThe Kerberos KDC database "
113 gettext("while initializing random key generator.");
116 gettext("while fetching admin princ. Can only have one admin principal.");
119 gettext("while fetching changepw princ. "
123 gettext("while fetching history princ. "
127 gettext("while closing session with admin server and destroying tickets.");
129 #undef gettext