1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58
|
/*
* Generated automatically by mkmsg
* DO NOT EDIT!!
*/
static const char *strMsg[]={
"Please set LINE first",
"%s: unknown log level",
"%s: unknown environment",
"%s: read only environment",
"%s: permission denied",
"unknown protocol",
"filter not specified",
"bad filter ID",
"type not specified",
"Phase",
"Connect time",
"Idle time",
"Line status",
"Network status",
"Mode",
"NAME",
"FROM",
"PASSWORD",
"GROUP",
"SCRIPT",
"OK",
"Cancel",
"Back",
"auto [on]\nauto off",
"bye",
"connect",
"disconnect",
"up",
"down",
"filter <group> <operation><filter><type> <options>\noperation:\n + add\n - delete\n none show\nfilter:\n t Trigger\n i Input\n o Output\ntype:\n a accept\n r reject\n x translate\n n neglect (idle timer)\n x keepalive (idle timer)",
"ipconfig <local> <remote> <netmask> <mtu> [<dev>]\nipconfig down [<dev>]",
"iproute addhost <remote> <local> [<dev>]\niproute addnet <network> <netmask> [<dev>]\niproute addnet default <remote> [<dev>]\niproute delhost <remote> [<dev>]\niproute delnet <network> [<dev>]\niproute delnet default [<dev>]",
"quit",
"save",
"set",
"source",
"terminal",
"unset",
"%s: cannot initialize modem",
"%s: dial failed...aborted",
"%s: dial failed...redialing later",
"%s: unknown capability",
"auto-mode reset because of error(s)",
"no local address",
"no remote address",
"%s: password entry not found",
"echo\n",
"vmod <mode> <variable>",
"%s: permission denied",
};
#define MAX_STRMSGS 50
|