Lines Matching refs:gettext

45 	errstr = gettext("bootconf_errmsg: internal error");  in bootconf_errmsg()
49 errstr = gettext("No error"); in bootconf_errmsg()
52 errstr = gettext("Can't open configuration file"); in bootconf_errmsg()
55 errstr = gettext("Error creating/adding to nvlist"); in bootconf_errmsg()
58 errstr = gettext("Error reading/closing configuration file"); in bootconf_errmsg()
62 gettext("Line %d of configuration file is too long"), in bootconf_errmsg()
69 gettext("Syntax error on line %d of configuration file"), in bootconf_errmsg()
76 gettext("Unknown name on line %d of configuration file"), in bootconf_errmsg()
82 errstr = gettext("Illegal encryption_type"); in bootconf_errmsg()
85 errstr = gettext("Illegal signature_type"); in bootconf_errmsg()
88 errstr = gettext("Illegal client_authentication"); in bootconf_errmsg()
91 errstr = gettext("Illegal server_authentication"); in bootconf_errmsg()
94 errstr = gettext("The root_server URL is malformed"); in bootconf_errmsg()
97 errstr = gettext("A root_server must be provided"); in bootconf_errmsg()
100 errstr = gettext("The root_server URL is malformed"); in bootconf_errmsg()
103 errstr = gettext("The boot_logger URL is malformed"); in bootconf_errmsg()
106 errstr = gettext("When encryption_type is specified " in bootconf_errmsg()
110 errstr = gettext("When client_authentication is \"yes\" " in bootconf_errmsg()
114 errstr = gettext("When client_authentication is \"yes\" " in bootconf_errmsg()
118 errstr = gettext("When server_authentication is \"yes\" " in bootconf_errmsg()
122 errstr = gettext("When server_authentication is \"yes\" " in bootconf_errmsg()
126 errstr = gettext("When server_authentication is \"no\" " in bootconf_errmsg()
130 errstr = gettext("When server_authentication is \"no\" " in bootconf_errmsg()
135 gettext("Unknown error %d"), in bootconf_errmsg()