Annotation of embedaddon/mpd/src/msgdef.h, revision 1.1.1.1

1.1       misho       1: 
                      2: /*
                      3:  * msgdef.h
                      4:  *
                      5:  * Written by Archie Cobbs <archie@freebsd.org>
                      6:  * Copyright (c) 1995-1999 Whistle Communications, Inc. All rights reserved.
                      7:  * See ``COPYRIGHT.whistle''
                      8:  */
                      9: 
                     10: #define STR_READY_TO_DIAL      "Ready to dial."
                     11: #define STR_REDIAL             "Redial"
                     12: #define STR_DEMAND             "Demand"
                     13: #define STR_IDLE_TIMEOUT       "Idle timeout"
                     14: #define STR_SESSION_TIMEOUT    "Session timeout"
                     15: #define STR_COPY               "%s"
                     16: #define STR_CHAT_SCRIPT_FAILED "Chat script failed"
                     17: #define STR_CON_FAILED0                "Connection failed"
                     18: #define STR_WAIT_CALL          "Waiting for connection."
                     19: #define STR_CONNECT_TO         "Connecting to %s..."
                     20: #define STR_CON_FAILED         "Connection failed: %s"
                     21: #define STR_DROPPED            "Dropped"
                     22: #define STR_PEER_DISC          "Peer disconnect"
                     23: #define STR_PROTO_ERR          "Protocol error"
                     24: #define STR_LOGIN_FAIL         "Login failed"
                     25: #define STR_ECHO_TIMEOUT       "Echo timeout"
                     26: #define STR_MANUALLY           "Manual"
                     27: #define STR_RINGBACK           "Ringback"
                     28: #define STR_ADMIN_SHUTDOWN     "Admin shutdown"
                     29: #define STR_FATAL_SHUTDOWN     "Fatal shutdown"
                     30: #define STR_INCOMING_CALL      "Incoming call"
                     31: #define STR_ERROR              "Error"
                     32: #define STR_PORT_NEEDED                "Increased demand"
                     33: #define STR_PORT_UNNEEDED      "Decreased demand"
                     34: 
                     35: #define STR_IPCP_FAILED                "PPP layer IPCP failed: %s"
                     36: #define STR_IPV6CP_FAILED      "PPP layer IPV6CP failed: %s"
                     37: 
                     38: #define STR_FAIL_NEGOT_FAILURE "parameter negotiation failed"
                     39: #define STR_FAIL_RECD_BADMAGIC "received an invalid magic number"
                     40: #define STR_FAIL_RECD_CODEREJ  "received fatal code reject"
                     41: #define STR_FAIL_RECD_PROTREJ  "received fatal protocol reject"
                     42: #define STR_FAIL_WAS_PROTREJ   "protocol was rejected by peer"
                     43: #define STR_FAIL_ECHO_TIMEOUT  "peer not responding to echo requests"
                     44: #define STR_FAIL_CANT_ENCRYPT  "failed to negotiate required encryption"
                     45: #define STR_LCP_FAILED         "PPP layer LCP failed: %s"
                     46: #define STR_LOST_DSR           "Lost modem data-set ready signal"
                     47: #define STR_LOST_CD            "Lost modem carrier detect signal"
                     48: #define STR_DEV_NOT_READY      "Device not ready"
                     49: 
                     50: #define STR_PPP_AUTH_FAILURE   "PPP authorization failed."
                     51: #define STR_MULTI_FAIL         "Multi-link PPP negotiation failure."

FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>